@charset "UTF-8";
/* High-level base settings. */
/* These variables are sourced from variables defined above. */
/* magic number */
/* for menu nav padding */
/* magic number ÷ 2 */
/* magic number ÷ 1.2 */
/* magic number ÷ 1.20 */
/* magic number × 2 */
/* Font-families */
/* SVG */
/*doc
---
title: Typography
name: typography
category: CSS
---

These font sizes, defined in pixels, will be converted into rems (with pixel fallbacks) in _type.scss.

As per: [http://vimeo.com/17079380](http://vimeo.com/17079380).

Using the Modular Scale tool by Tim Brown [(@nicewebtype)](https://twitter.com/nicewebtype).

* **22** is our magic number and
* **16** is our base font size:

[http://modularscale.com/scale/?px1=16&px2=22&ra1=1.25&ra2=0](http://modularscale.com/scale/?px1=16&px2=22&ra1=1.25&ra2=0).



### Headings

```html_example

<h1>h1 - .alpha</h1>    <!-- 25px/27.5px -->

<h2>h2 - .beta</h2>     <!-- 22px/22px -->

<h3>h3 - .gamma</h3>    <!-- 20px/22px -->

<h4>h4 - .delta</h4>    <!-- 18px/22px -->

<h5>h5 - .epsilon</h5>  <!-- 16px/22px -->

<h6>h6 - .zeta</h6>     <!-- 16px/22px -->

```


As per: [http://csswizardry.com/2012/02/pragmatic-practical-font-sizing-in-css/](http://csswizardry.com/2012/02/pragmatic-practical-font-sizing-in-css/)

When we define a heading we also define a corresponding class to go with it. This allows us to apply, say, `class="alpha"` to a `h3`; a double-stranded heading hierarchy.

```html_example

<p class="alpha open-sans">h1 - .alpha</p>

```


### Mastheads

A series of classes for setting massive type; for use in heroes, mastheads, promos, etc.
Styles are set in `_type.scss`

```html_example

<h1 class="giga">.giga</h1>    <!-- 34.375px/44px -->

<h1 class="mega">.mega</h1>    <!-- 31.25px/33px -->

<h1 class="kilo">.kilo</h1>    <!-- 27.5px/33px -->

```


### Smallprint

A series of classes for setting tiny type; for use in smallprint etc.
Styles are set in `_type.scss`

```html_example

<p class="smallprint">.smallprint</p>

<p class="milli">.milli</p>

<p class="micro">.micro</p>

```


## Paragraphs

### Default

The global default `font-size` is **16px**, with a `line-height` of **1.375**. This is applied to the `<html>` and all paragraphs. In addition, `<p>` (paragraphs) receive a bottom margin of their computed line-height (22px by default).
Styles are set in `_type.scss`

```html_example

<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper.</p>

```


### Summary

The `.summary` class is used to make the summarys text (usually a paragraph) on articele pages slightly larger.
Styles are set in `_type.scss`

```html_example

<p class="summary">Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper.</p>

```

 */
/*
 * Brand Colors.
 *
 */
/*doc
---c
title: Colors
name: colors
category: CSS
---

### Brand Colors


### Bright Palette


### Formal Palette



### Neutral Palette



### Grays



### Color Variables


*/
/** Silent Classes
 *
 * Some helper silent classes.
 */
/**
 * Page Gutter
 */
.next-article, .related-links, .most-popular, .content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.article-image, .ad-container {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

/**
 * Margin Left & Right
 */
/**
 * Margin Top and Bottom
 */
.subscribe-promo {
  margin: 2.75rem 0;
}

/**
 * Margin
 */
/**
 * Margin Top
 */
.video-embed .tease-photo-caption.note, [data-strib-tag="article"] .inline-media.is-promo, .package-style-c .package-story-related ul li, .package-style-b .instream {
  margin-top: 0.6875rem;
}

.eat-drink-insider, .package-style-b .package-label, .package-style-b h3 {
  margin-top: 1.375rem;
}

.article-body p + h1, .article-body p + h2, .article-body p + h3, .article-body p + h4, .article-body p + h5, .article-body p + h6, .article-body-no-ads p + h1, .article-body-no-ads p + h2, .article-body-no-ads p + h3, .article-body-no-ads p + h4, .article-body-no-ads p + h5, .article-body-no-ads p + h6, .article-body div + h1, .article-body div + h2, .article-body div + h3, .article-body div + h4, .article-body div + h5, .article-body div + h6, .article-body-no-ads div + h1, .article-body-no-ads div + h2, .article-body-no-ads div + h3, .article-body-no-ads div + h4, .article-body-no-ads div + h5, .article-body-no-ads div + h6, .series-article article.resizeFont p + h1, .series-article article.resizeFont p + h2, .series-article article.resizeFont p + h3, .series-article article.resizeFont p + h4, .series-article article.resizeFont p + h5, .series-article article.resizeFont p + h6, .series-article article.resizeFont div + h1, .series-article article.resizeFont div + h2, .series-article article.resizeFont div + h3, .series-article article.resizeFont div + h4, .series-article article.resizeFont div + h5, .series-article article.resizeFont div + h6, .clean-sheet article.resizeFont p + h1, .clean-sheet article.resizeFont p + h2, .clean-sheet article.resizeFont p + h3, .clean-sheet article.resizeFont p + h4, .clean-sheet article.resizeFont p + h5, .clean-sheet article.resizeFont p + h6, .clean-sheet article.resizeFont div + h1, .clean-sheet article.resizeFont div + h2, .clean-sheet article.resizeFont div + h3, .clean-sheet article.resizeFont div + h4, .clean-sheet article.resizeFont div + h5, .clean-sheet article.resizeFont div + h6 {
  margin-top: 2.75rem;
}

/**
 * Margin Left
 */
/**
 * Margin Bottom
 */
.byline, .inline-media.is-promo .related-caption, .inline-media.is-promo h3, .inline-media.is-promo .related-label, .inline-media.is-promo img, .mobile-hero figcaption, .mobile-hero .article-hero-photo, .btn.blog-feed-link, .series-article article.resizeFont [data-strib-tag="article"] .inline-media.is-promo h2,
.series-article article.resizeFont [data-strib-tag="text"] .inline-media.is-promo h2,
.clean-sheet article.resizeFont [data-strib-tag="article"] .inline-media.is-promo h2,
.clean-sheet article.resizeFont [data-strib-tag="text"] .inline-media.is-promo h2, .series-article article.resizeFont [data-strib-tag="article"] .inline-media.is-promo h3,
.series-article article.resizeFont [data-strib-tag="text"] .inline-media.is-promo h3,
.clean-sheet article.resizeFont [data-strib-tag="article"] .inline-media.is-promo h3,
.clean-sheet article.resizeFont [data-strib-tag="text"] .inline-media.is-promo h3, .series-article .article-media__video,
.clean-sheet .article-media__video, [data-strib-tag="article"] .inline-media.is-promo, .pullquote blockquote, .responsive-iframe-wrapper, .package section:last-child .article-tools.story-share, .package-style-c .article-subhead.package-header, .package-style-b h3, .headline--tight, .featured img,
.secondary img,
.featured-section img, .featured .article-image__caption,
.article .article-image__caption,
.article-image--inline .related-caption,
.article-image--inline .related-byline, .related-links__title,
.related-links__list > li, .article-body .related-links__title,
.article-body-no-ads .related-links__title, #breaking-news h1,
.breaking-news h1, .spill__headline, .footer-menu, .text-input,
textarea,
input,
label,
.label, .obits-form > li {
  margin-bottom: 0.6875rem;
}

.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5,
.article-body-no-ads h1,
.article-body-no-ads h2,
.article-body-no-ads h3,
.article-body-no-ads h4,
.article-body-no-ads h5, .series-article header,
.series-article .story-nav,
.clean-sheet header,
.clean-sheet .story-nav, .series-article .byline,
.clean-sheet .byline, .series-article .mobile-hero h1,
.clean-sheet .mobile-hero h1, .series-article article.resizeFont [data-strib-tag="article"] .inline-media.is-promo,
.series-article article.resizeFont [data-strib-tag="text"] .inline-media.is-promo,
.clean-sheet article.resizeFont [data-strib-tag="article"] .inline-media.is-promo,
.clean-sheet article.resizeFont [data-strib-tag="text"] .inline-media.is-promo, .package .article-tools.story-share, .package-style-a section iframe {
  margin-bottom: 1.125rem;
}

.video-embed, .going-out-promo, .article-image, [data-strib-tag="video"], .series-article .mobile-hero .article-image.article-image--gallery.gallery,
.clean-sheet .mobile-hero .article-image.article-image--gallery.gallery, .series-article .related-links,
.clean-sheet .related-links, .tease-photo-caption.documentcloud, .package-style-c .package-share, .package-style-c .featured, .package-style-b .featured, .article-body .related-links,
.article-body-no-ads .related-links, #breaking-news,
.breaking-news, .alert {
  margin-bottom: 1.375rem;
}

.article-body,
.article-body-no-ads,
.button-set,
.next-articles-item, .eat-drink-insider, .series-article article.resizeFont [data-strib-tag="text"] .inline-media.is-promo iframe,
.clean-sheet article.resizeFont [data-strib-tag="text"] .inline-media.is-promo iframe, .package-style-b .instream {
  margin-bottom: 2.75rem;
}

/**
 * Margin Right
 */
.blog-square {
  margin-right: 1.375rem;
}

/**
 * Padding Left & Right
 */
.hero-override figure.media-player .tease-photo-author {
  padding-left: 0.46296rem;
  padding-right: 0.46296rem;
}

.additional-links-container.promo-link h5, .mobile-hero h1, .mobile-hero figcaption, .series-article .mobile-hero h1,
.clean-sheet .mobile-hero h1, .series-article .mobile-hero .summary,
.series-article .mobile-hero .byline,
.series-article .mobile-hero .section-label,
.clean-sheet .mobile-hero .summary,
.clean-sheet .mobile-hero .byline,
.clean-sheet .mobile-hero .section-label, .featured.embedded.graphic .image, .site-footer {
  padding-left: 0.6875rem;
  padding-right: 0.6875rem;
}

/**
 * Padding Top and Bottom
 */
.block-list > li,
.matrix > li, ul.block-list li.obituaries-entry:first-child {
  padding: 0.46296rem 0;
}

.additional-links-container.promo-link h5 {
  padding: 1.375rem 0;
}

/**
 * Padding
 */
.weather-panel {
  padding: 0.46296rem;
}

.footerNavBtn, .going-out-promo__content, .search-form {
  padding: 0.6875rem;
}

/**
 * Padding Top
 */
.site-header a#header-logo {
  padding: 0.46296rem 0;
}

.content-scroll, .site-footer {
  padding-top: 0.6875rem;
}

.series-article .related-links,
.clean-sheet .related-links, .article-body .related-links,
.article-body-no-ads .related-links {
  padding-top: 1.375rem;
}

/**
 * Padding Right
 */
.pullquote blockquote {
  padding-right: 1.375rem;
}

/**
 * Padding Bottom
 */
.footerBtn {
  padding-bottom: 1.375rem;
}

/**
 * Padding Left
 */
.pullquote blockquote {
  padding-left: 1.375rem;
}

.clearfix, .group {
  zoom: 1;
}

.clearfix:before, .clearfix:after, .group:before, .group:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after, .group:after {
  clear: both;
}

a {
  text-decoration: none;
}

.upper {
  text-transform: uppercase;
}

/*! 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,
picture {
  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;
}

/**
 * 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: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

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

td,
th {
  padding: 0;
}

/*------------------------------------*\
    $RESET
\*------------------------------------*/
/**
 * A more considered reset; more of a restart...
 * As per: csswizardry.com/2011/10/reset-restarted
 */
/**
* Let’s make the box model all nice, shall we...?
*/
*, *:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * The usual...
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title], dfn[title] {
  cursor: help;
}

/**
 * Remove underlines from potentially troublesome elements.
 */
u, ins {
  text-decoration: none;
}

/**
 * Apply faux underline via `border-bottom`.
 */
ins {
  border-bottom: 1px solid;
}

/**
 * So that `alt` text is visually offset if images don’t load.
 */
img {
  font-style: italic;
}

/**
 * Give form elements some cursor interactions...
 */
label,
input,
textarea,
button,
select,
option {
  cursor: pointer;
}

iframe {
  border: none;
}

.text-input:active,
.text-input:focus,
textarea:active,
textarea:focus {
  cursor: text;
  outline: none;
}

/*------------------------------------*\
    $CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.cf` class appearing over
 * and over in your markup.
 */
.cf:after, .nav:after, .media:after, .island:after,
.islet:after, .matrix:after, .multi-list:after, .stat-group:after {
  content: "";
  display: table;
  clear: both;
}

/*------------------------------------*\
    $SHARED
\*------------------------------------*/
/**
 * Where `margin-bottom` is concerned, this value will be the same as the
 * base line-height. This allows us to keep a consistent vertical rhythm.
 * As per: csswizardry.com/2012/06/single-direction-margin-declarations
 */
/**
 * Base elements
 */
h1, h2, h3, h4, h5, h6, hgroup,
ul, ol, dl,
blockquote, p, address,
table,
fieldset, figure,
pre,
.form-fields > li,
.media,
.island,
.islet,
.bodyText {
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}

.islet h1, .islet h2, .islet h3, .islet h4, .islet h5, .islet h6, .islet hgroup, .islet ul, .islet ol, .islet dl, .islet blockquote, .islet p, .islet address, .islet table, .islet fieldset, .islet figure, .islet pre, .islet .form-fields > li, .islet .media, .islet .island, .islet .islet {
  margin-bottom: 11px;
  margin-bottom: 0.6875rem;
}

/**
 * Doubled up `margin-bottom` helper class.
 */
.landmark {
  margin-bottom: 44px;
  margin-bottom: 2.75rem;
}

/**
 * `hr` elements only take up a few pixels, so we need to give them special
 * treatment regarding vertical rhythm.
 */
hr {
  margin-bottom: 20px;
  /* 22px */
  margin-bottom: 0.8 rem;
  /* 1.375rem */
}

/**
 * Where `margin-left` is concerned we want to try and indent certain elements
 * by a consistent amount. Define that amount once, here.
 */
ul, ol, dd {
  margin-left: 22px;
  margin-left: 1.375rem;
}

.poll-form ul {
  margin-left: 0;
}

/**
 * Base styles; unclassed HTML elements etc.
 */
/*------------------------------------*\
    $MAIN
\*------------------------------------*/
html {
  font-size: 1em;
  line-height: 1.375;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
  /*   background-image: url(http://basehold.it/i/24/ff0000);
	 background-position: 0 6px; */
}

/*------------------------------------*\
    $HEADINGS
\*------------------------------------*/
/**
 * As per: csswizardry.com/2012/02/pragmatic-practical-font-sizing-in-css
 *
 * When we define a heading we also define a corresponding class to go with it.
 * This allows us to apply, say, `class=alpha` to a `h3`; a double-stranded
 * heading hierarchy.
 *
 *
 * As per: http://vimeo.com/17079380
 *
 * Using the Modular Scale tool by Tim Brown (@nicewebtype)
 * 22 is our magic number and
 * 16 is our base font size
 * http://modularscale.com/scale/?px1=16&px2=22&ra1=1.25&ra2=0
 */
h1, h2, h3, h4, h5, h6 {
  font-family: "OpenSans-bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

h1, .alpha {
  font-size: 25px;
  /* 24px */
  /* font-size: 1.5rem; */
  /* 24px --> 24 ÷ 16 = 1.5 */
  /* line-height: 1.333333333; */
  /* 32px --> 32 ÷ 24 = 1.33333333(3) */
  font-size: 1.5625em;
  line-height: 1.1;
  /* Force this line-height to be 30 */
}

h2, .beta {
  font-size: 22px;
  /* 22px */
  /* font-size: 1.375rem; */
  /* 22px --> 22 ÷ 16 = 1.375 */
  /* line-height: 1.09090909; */
  /* 24px --> 24 ÷ 22 = 1.090909(09) */
  font-size: 1.375em;
  line-height: 1.25;
}

h3, .gamma, .Text_ChapterHead {
  font-size: 20px;
  /* 20px */
  /* font-size: 1.25rem; */
  /* 20px --> 20 ÷ 16 = 1.25 */
  /* line-height: 1.2; */
  /* 24px --> 24 ÷ 20 = 1.2 */
  font-size: 1.25em;
  line-height: 1.1;
}

h4, .delta {
  font-size: 18px;
  /* 18px */
  /* font-size: 1.125rem; */
  /* 18px --> 18 ÷ 16 = 1.125 */
  /* line-height: 1.333333333; */
  /* 24px --> 24 ÷ 18 = 1.3333333(3) */
  font-size: 1.125em;
  line-height: 1.22222;
}

h5, .epsilon,
h6, .zeta {
  font-size: 16px;
  /* 16px */
  /* font-size: 1rem; */
  /* 16 ÷ 16 */
  /* line-height: 1.5; */
  /* 24 ÷ 16 */
  font-size: 1em;
  line-height: 1.375;
}

h6, .zeta {
  color: gray;
}

/**
 * Heading groups and generic any-heading class.
 * To target any heading of any level simply apply a class of `.hN`, e.g.:
 *
   <hgroup>
       <h1 class=hN>inuit.css</h1>
       <h2 class=hN>Best. Framework. Ever!</h2>
   </hgroup>
 *
 */
hgroup .hN {
  margin-bottom: 0;
}

/**
 * A series of classes for setting massive type; for use in heroes, mastheads,
 * promos, etc.
 */
.giga {
  font-size: 34px;
  font-size: 2.1484375rem;
  /* 34.375 ÷ 16 */
  line-height: 1.28;
  /* 44 ÷ 34.375 */
}

.mega {
  font-size: 31px;
  font-size: 1.953125rem;
  /* 31.25 ÷ 16 */
  line-height: 1.056;
  /* 33 ÷ 31.25 */
}

.kilo {
  font-size: 28px;
  font-size: 1.71875rem;
  /* 27.5 ÷ 16 */
  line-height: 1.2;
  /* 33 ÷ 27.5 */
}

/*------------------------------------*\
    $PARAGRAPHS
\*------------------------------------*/
/**
 * The `.lede` class is used to make the introductory text (usually a paragraph)
 * of a document slightly larger.
 */
.summary,
.lede,
.lead {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.333333333;
  /* 24px --> 24 ÷ 18 = 1.3333333(3) */
}

.summary {
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/**
 * Style a drop cap for the first letter of the
 * first character of an article. Snippit from CSS Tricks: http://css-tricks.com/snippets/css/drop-caps/
 */
.dropcap:first-child:first-letter {
  float: left;
  font-family: "Popular", Cambria, Georgia, serif;
  font-size: 84px;
  line-height: 60px;
  padding-top: 8px;
  padding-right: 6px;
  padding-left: 4px;
}

/*------------------------------------*\
    $SMALLPRINT
\*------------------------------------*/
/**
 * A series of classes for setting tiny type; for use in smallprint etc.
 */
.smallSans, .noClick .article-image__caption, .inline-media.is-promo .related-caption {
  font-size: 14px;
  font-size: .87rem;
  line-height: 1.333333333;
}

.smallprint,
.milli,
.article-image__caption,
.article-image--inline .related-caption,
.article-image--inline .related-byline,
.featured .related-links .related-links__list,
.secondary .related-links .related-links__list {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.333333333;
}

.milli-vanilli {
  font-size: 11px;
  font-size: .7rem;
  line-height: 1.333333333;
}

.micro {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2;
}

/*------------------------------------*\
    $QUOTES
\*------------------------------------*/
/**
 * If English quotes are set in `_vars.scss`, define them here.
 */
/**
 * Big up @boblet: html5doctor.com/blockquote-q-cite
 */
/**
 * Inline quotes.
 */
q {
  quotes: "\2018" "\2019" "\201C" "\201D";
}

q:before {
  content: "\2018";
  content: open-quote;
}

q:after {
  content: "\2019";
  content: close-quote;
}

q q:before {
  content: "\201C";
  content: open-quote;
}

q q:after {
  content: "\201D";
  content: close-quote;
}

blockquote {
  quotes: "\201C" "\201D";
}

blockquote p:before {
  content: "\201C";
  content: open-quote;
}

blockquote p:after {
  content: "";
  content: no-close-quote;
}

blockquote p:last-of-type:after {
  content: "\201D";
  content: close-quote;
}

blockquote q:before {
  content: "\2018";
  content: open-quote;
}

blockquote q:after {
  content: "\2019";
  content: close-quote;
}

/**
 *
   <blockquote>
       <p>Insanity: doing the same thing over and over again and expecting
       different results.</p>
       <b class=source>Albert Einstein</b>
   </blockquote>
 *
 */
blockquote {
  /**
   * .4em is roughly equal to the width of the opening “ that we wish to hang.
   */
  text-indent: -0.41em;
}

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

.source {
  display: block;
  text-indent: 0;
}

.source:before {
  content: "\2014";
}

/*------------------------------------*\
    $CODE
\*------------------------------------*/
/**
 * Use an explicit font stack to ensure browsers render correct `line-height`.
 */
pre {
  overflow: auto;
}

pre mark {
  background: none;
  border-bottom: 1px solid;
  color: inherit;
}

/**
 * Add comments to your code examples, e.g.:
 *
   <code>&lt;/div&gt;<span class=code-comment>&lt;!-- /wrapper --&gt;</span></code>
 *
 */
.code-comment {
  /**
   * Override this setting in your theme stylesheet
   */
  opacity: 0.75;
  filter: alpha(opacity=75);
}

/**
 * You can add line numbers to your code examples but be warned, it requires
 * some pretty funky looking markup, e.g.:
 *
   <ol class=line-numbers>
       <li><code>.nav{</code></li>
       <li><code>    list-style:none;</code></li>
       <li><code>    margin-left:0;</code></li>
       <li><code>}</code></li>
       <li><code>    .nav > li,</code></li>
       <li><code>        .nav > li > a{</code></li>
       <li><code>            display:inline-block;</code></li>
       <li><code>           *display:inline-block;</code></li>
       <li><code>            zoom:1;</code></li>
       <li><code>        }</code></li>
   </ol>
 *
 * 1. Make the list look like code.
 * 2. Give the list flush numbers with a leading zero.
 * 3. Make sure lines of code don’t wrap.
 * 4. Give the code form by forcing the `code` to honour white-space.
 */
.line-numbers {
  font-family: monospace, serif;
  /* [1] */
  list-style: decimal-leading-zero inside;
  /* [2] */
  white-space: nowrap;
  /* [3] */
  overflow: auto;
  /* [3] */
  margin-left: 0;
}

.line-numbers code {
  white-space: pre;
  /* [4] */
}

/*------------------------------------*\
    $IMAGES
\*------------------------------------*/
/**
 * Demo: jsfiddle.net/inuitcss/yMtur
 */
/**
 * Fluid images.
 */
img {
  max-width: 100%;
}

.blog-image {
  height: auto;
}

/**
 * Non-fluid images if you specify `width` and/or `height` attributes.
 */
img[width]:not(.blog-image),
img[height]:not(.blog-image) {
  max-width: none;
}

/**
 * Rounded images.
 */
.img--round {
  border-radius: 4px;
}

/**
 * Image placement variations.
 */
.img--right {
  float: right;
  margin-bottom: 24px;
  margin-left: 24px;
}

.img--left {
  float: left;
  margin-right: 24px;
  margin-bottom: 24px;
}

.img--center {
  display: block;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

/**
 * Keep your images on your baseline.
 *
 * Please note, these will not work too nicely with fluid images and will
 * distort when resized below a certain width. Use with caution.
 */
.img--short {
  height: 120px;
}

.img--medium {
  height: 240px;
}

.img--tall {
  height: 360px;
}

/**
 * Images in `figure` elements.
 */
figure > img {
  display: block;
}

figure.article-image--gallery {
  background: #efefef;
  font-size: 1em;
  line-height: 1.3em;
  color: #efefef;
}

span.article-image--single {
  background: transparent;
  color: transparent;
}

figcaption {
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: .85em;
}

figcaption b {
  font-family: "OpenSans-bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

figcaption.tease-photo-author {
  font-size: .75em;
  text-transform: uppercase;
  text-align: right;
  padding: 3px 0 11px 0;
  color: gray;
}

.article-featured-media-wrapper {
  margin-bottom: 22px;
}

/*------------------------------------*\
    $LISTS
\*------------------------------------*/
/**
 * Remove vertical spacing from nested lists.
 */
li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Have a numbered `ul` without the semantics implied by using an `ol`.
 */
/*ul*/
.numbered-list {
  list-style-type: decimal;
}

/*------------------------------------*\
    $TABLES
\*------------------------------------*/
/**
 * We have a lot at our disposal for making very complex table constructs, e.g.:
 *
   <table class="table--bordered  table--striped  table--data">
       <colgroup>
           <col class=t10>
           <col class=t10>
           <col class=t10>
           <col>
       </colgroup>
       <thead>
           <tr>
               <th colspan=3>Foo</th>
               <th>Bar</th>
           </tr>
           <tr>
               <th>Lorem</th>
               <th>Ipsum</th>
               <th class=numerical>Dolor</th>
               <th>Sit</th>
           </tr>
       </thead>
       <tbody>
           <tr>
               <th rowspan=3>Sit</th>
               <td>Dolor</td>
               <td class=numerical>03.788</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>32.210</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>47.797</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <th rowspan=2>Sit</th>
               <td>Dolor</td>
               <td class=numerical>09.640</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>12.117</td>
               <td>Lorem</td>
           </tr>
       </tbody>
   </table>
 *
 */
table {
  width: 100%;
}

th,
td {
  padding: 6px;
  text-align: left;
}

@media screen and (min-width: 480px) {
  th,
  td {
    padding: 12px;
  }
}

/**
 * Cell alignments
 */
[colspan] {
  text-align: center;
}

[colspan="1"] {
  text-align: left;
}

[rowspan] {
  vertical-align: middle;
}

[rowspan="1"] {
  vertical-align: top;
}

.numerical {
  text-align: right;
}

/**
 * In the HTML above we see several `col` elements with classes whose numbers
 * represent a percentage width for that column. We leave one column free of a
 * class so that column can soak up the effects of any accidental breakage in
 * the table.
 */
.t5 {
  width: 5%;
}

.t10 {
  width: 10%;
}

.t12 {
  width: 12.5%;
}

/* 1/8 */
.t15 {
  width: 15%;
}

.t20 {
  width: 20%;
}

.t25 {
  width: 25%;
}

/* 1/4 */
.t30 {
  width: 30%;
}

.t33 {
  width: 33.333%;
}

/* 1/3 */
.t35 {
  width: 35%;
}

.t37 {
  width: 37.5%;
}

/* 3/8 */
.t40 {
  width: 40%;
}

.t45 {
  width: 45%;
}

.t50 {
  width: 50%;
}

/* 1/2 */
.t55 {
  width: 55%;
}

.t60 {
  width: 60%;
}

.t62 {
  width: 62.5%;
}

/* 5/8 */
.t65 {
  width: 65%;
}

.t66 {
  width: 66.666%;
}

/* 2/3 */
.t70 {
  width: 70%;
}

.t75 {
  width: 75%;
}

/* 3/4*/
.t80 {
  width: 80%;
}

.t85 {
  width: 85%;
}

.t87 {
  width: 87.5%;
}

/* 7/8 */
.t90 {
  width: 90%;
}

.t95 {
  width: 95%;
}

/**
 * Bordered tables
 */
.table--bordered th,
.table--bordered td {
  border: 1px solid #cccccc;
}

.table--bordered th:empty,
.table--bordered td:empty {
  border: none;
}

.table--bordered thead tr:last-child th {
  border-bottom-width: 2px;
}

.table--bordered tbody tr th:last-of-type {
  border-right-width: 2px;
}

/**
 * Striped tables
 */
.table--striped tbody tr:nth-of-type(odd) {
  background-color: #ffc;
  /* Override this color in your theme stylesheet */
}

/**
 * Data table
 */
.table--data {
  font: 12px/1.5 sans-serif;
}

/*
table{
	width:100%;
	th,td{
		text-align:left;
		padding:5px;
	}
	th{
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
	}
}
*/
/*------------------------------------*\
    $FORMS
\*------------------------------------*/
/**
 *
 * Demo: jsfiddle.net/inuitcss/MhHHU
 *
 */
fieldset {
  padding: 24px;
}

/**
 * Text inputs
 *
 * Instead of a `[type]` selector for each kind of form input, we just use a
 * class to target any/every one, e.g.:
   <input type=text class=text-input>
   <input type=email class=text-input>
   <input type=password class=text-input>
 *
 */
.text-input,
textarea {
  /**
   * Style these via your theme stylesheet.
   */
}

/**
 * Group sets of form fields in a list, e.g.:
 *
   <ul class=form-fields>
       <li>
           <label />
           <input />
       </li>
       <li>
           <label />
           <select />
       </li>
       <li>
           <label />
           <input />
       </li>
   </ul>
 *
 */
.form-fields {
  list-style: none;
  margin: 0;
}

.form-fields > li:last-child {
  margin-bottom: 0;
}

/**
 * Labels
 *
 * Define a `.label` class as well as a `label` element. This means we can apply
 * label-like styling to meta-labels for groups of options where a `label`
 * element is not suitable, e.g.:
 *
   <li>
       <span class=label>Select an option below:</span>
       <ul class="multi-list  four-cols">
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
       </ul>
   </li>
 *
 */
label,
.label {
  display: block;
}

/**
 * Extra help text in `label`s, e.g.:
 *
   <label>Card number <small class=additional>No spaces</small></label>
 *
 */
.additional {
  display: block;
  font-weight: normal;
}

/*
 * Groups of checkboxes and radios, e.g.:
 *
   <li>
       <ul class=check-list>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
       </ul>
   </li>
 *
 */
.check-list {
  list-style: none;
  margin: 0;
}

/*
 * Labels in check-lists
 */
.check-label,
.check-list label,
.check-list .label {
  display: inline-block;
}

/**
 * Spoken forms are for forms that read like spoken word, e.g.:
 *
   <li class=spoken-form>
       Hello, my <label for=spoken-name>name</label> is
       <input type=text class=text-input id=spoken-name>. My home
       <label for=country>country</label> is
       <select id=country>
           <option>UK</option>
           <option>US</option>
           <option>Other</option>
       </select>
   </li>
 *
 */
.spoken-form label {
  display: inline-block;
  font: inherit;
}

/**
 * Extra help text displayed after a field when that field is in focus, e.g.:
 *
   <label for=email>Email:</label>
   <input type=email class=text-input id=email>
   <small class=extra-help>.edu emails only</small>
 *
 * We leave the help text in the document flow and merely set it to
 * `visibility:hidden;`. This means that it won’t interfere with anything once
 * it reappears.
 *
 */
/*small*/
.extra-help {
  display: inline-block;
  visibility: hidden;
}

.text-input:active + .extra-help,
.text-input:focus + .extra-help {
  visibility: visible;
}

.fg-errors {
  border: 1px solid #BC1537;
  padding: 16px;
  margin: 20px 0;
}

#fg-errors {
  border: 1px solid #BC1537;
  padding: 16px;
  margin: 20px 0;
}

.form-page {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-size: 1em;
}

.form-page input[type=submit] {
  display: block;
  margin: 1em auto 2em auto;
  padding: 0.75em 1.25em;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  background-color: #8DC63F;
}

.form-page input[type=text] {
  width: 100%;
  box-sizing: border-box;
  text-indent: 1em;
  border: 1px solid #909090;
  color: #646464;
  margin: .5em auto .7em auto;
  line-height: 3em;
  outline-color: #999999;
}

.form-page textarea {
  width: 100%;
  height: 200px;
  text-indent: 0;
  box-sizing: border-box;
  border: 1px solid #909090;
  color: #7a7a7a;
  resize: none;
  margin: 10px auto;
  padding: 0.75em 1em;
  line-height: 1.5em;
}

.form-page .form-field-label {
  font-size: .9em;
}

.form-page .form-field-label:after {
  content: "*";
  color: #BC1537;
}

.form-page .form-note {
  font-size: .8em;
  margin-bottom: 2em;
}

.form-page .form-note span:before {
  content: "*";
  color: #BC1537;
  font-weight: bold;
}

/**
 * Objects and abstractions
 */
/*------------------------------------*\
    $GRIDS
\*------------------------------------*/
/**
 * Fluid and nestable grid system, e.g.:
 *
   <div class="grid">

       <div class="grid__item  one-third">
           <p>One third grid</p>
       </div><!--

    --><div class="grid__item  two-thirds">
           <p>Two thirds grid</p>
       </div><!--

    --><div class="grid__item  one-half">
           <p>One half grid</p>
       </div><!--

    --><div class="grid__item  one-quarter">
           <p>One quarter grid</p>
       </div><!--

    --><div class="grid__item  one-quarter">
           <p>One quarter grid</p>
       </div>

   </div>
 *
 * The grid system is based on csswizardry-grids: github.com/csswizardry/csswizardry-grids
 * If you would like to use the full features of csswizardry-grids then you can
 * simply use it in conjunction with inuit.css as a second library.
 *
 * Demo: jsfiddle.net/inuitcss/CLYUC
 *
 */
/**
 * Grid wrapper
 */
.grid, .grid--rev, .grid--full, .grid--center {
  list-style: none;
  margin-bottom: 0;
}

/**
 * Very infrequently occuring grid wrappers as children of grid wrappers.
 */
.grid > .grid, .grid--rev > .grid, .grid--full > .grid, .grid--center > .grid, .grid > .grid--rev, .grid--rev > .grid--rev, .grid--full > .grid--rev, .grid--center > .grid--rev, .grid > .grid--full, .grid--rev > .grid--full, .grid--full > .grid--full, .grid--center > .grid--full, .grid > .grid--center, .grid--rev > .grid--center, .grid--full > .grid--center, .grid--center > .grid--center {
  margin-left: 0;
}

/**
 * Grid
 */
.grid__item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

/**
 * Reversed grids
 */
.grid--rev {
  direction: rtl;
  text-align: right;
}

.grid--rev > .grid__item {
  direction: ltr;
  text-align: left;
}

/**
 * Gutterless grids have all the properties of regular grids, minus any spacing.
 */
.grid--full {
  margin-left: 0;
}

.grid--full > .grid__item {
  padding-left: 0;
}

/**
 * Centered grids align grid items centrally without needing to use push or pull
 * classes.
 */
.grid--center {
  text-align: center;
}

.grid--center > .grid__item {
  text-align: left;
}

/*------------------------------------*\
    $FLEXBOX
\*------------------------------------*/
/**
 * Until we can utilise flexbox natively we can kinda, sorta, attempt to emulate
 * it, in a way... e.g.:
 *
   <header class=flexbox>

       <div class=flexbox__item>
           <b>Welcome to</b>
       </div>

       <div class=flexbox__item>
           <img src="//csswizardry.com/inuitcss/img/logo.jpg" alt="inuit.css">
       </div>

   </header>
 *
 * We can also combine our grid system classes with `.flexbox__item` classes,
 * e.g.:
 *
   <div class=flexbox>
       <div class="flexbox__item  one-quarter">
       </div>
       <div class="flexbox__item  three-quarters">
       </div>
   </div>
 *
 * It’s pretty poorly named I’m afraid, but it works...
 *
 * Demo: jsfiddle.net/inuitcss/ufUh2
 *
 */
.flexbox {
  display: table;
  width: 100%;
}

/**
 * Nasty hack to circumvent Modernizr conflicts.
 */
html.flexbox {
  display: block;
  width: auto;
}

.flexbox__item {
  display: table-cell;
  vertical-align: middle;
}

/*------------------------------------*\
    $NAV
\*------------------------------------*/
/**
 * Nav abstraction as per: csswizardry.com/2011/09/the-nav-abstraction
 * When used on an `ol` or `ul`, this class throws the list into horizontal mode
 * e.g.:
 *
   <ul class=nav>
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 * Demo: jsfiddle.net/inuitcss/Vnph4
 *
 */
.sections-menu-container.islet {
  padding-bottom: 0;
  margin-bottom: 0;
}

.nav-connect-container.islet {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.header-links-container.islet {
  padding: 0;
}

.header-links-container .block-list li a {
  font-family: "OpenSans-bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.sections-menu-container .grid__item.one-half {
  width: 46%;
}

.sections-menu-container .block-list {
  border: none;
}

.nav-menu.menu-left .grid__item.one-half.left, .nav-menu-footer .grid__item.one-half.left {
  float: left;
}

.nav-menu.menu-left .grid__item.one-half.right, .nav-menu-footer .grid__item.one-half.right {
  float: right;
}

ul.block-list li:last-child {
  border: none;
}

ul.block-list li:first-child {
  padding-top: 0;
}

.nav {
  list-style: none;
  margin-left: 0;
}

.nav > li,
.nav > li > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.home-icon.nav {
  display: inline-block;
  height: 46px;
}

.home-icon.nav li span.icon-startribune-logo {
  width: 28px;
  height: 46px;
  display: block;
  background-size: 170px 26px;
  background-position: 0 9px;
  overflow: hidden;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.dark-background .home-icon.nav li span.icon-startribune-logo,
.dark-mode .home-icon.nav li span.icon-startribune-logo {
  width: 28px;
  height: 46px;
  background-size: 190px 29px;
  background-position: -14px 9px;
}

.homepage .flag-tagline {
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 8.5px;
  letter-spacing: .45px;
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
  top: 34px;
  left: 50%;
  transform: translateX(-49%);
  web-kit-font-smoothing: subpixel-antialiased;
  color: #909090;
  z-index: 2;
}

.article-tools li a span.icon-more-social-close {
  display: block;
  background-size: 45%;
}

.article-tools li a span.icon-more-social-close.icon-more-social-open {
  display: block;
  background-size: 65%;
}

.social-sharing.more-sharing {
  background-color: #999999;
}

/**
 * `.nav--stacked` extends `.nav` and throws the list into vertical mode, e.g.:
 *
   <ul class="nav  nav--stacked">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
.nav--stacked > li {
  display: list-item;
}

.nav--stacked > li > a {
  display: block;
}

/**
 * `.nav--banner` extends `.nav` and centres the list, e.g.:
 *
   <ul class="nav  nav--banner">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
.nav--banner {
  text-align: center;
}

/**
 * Give nav links a big, blocky hit area. Extends `.nav`, e.g.:
 *
   <ul class="nav  nav--block">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
.footerBtn {
  clear: both;
  width: 100%;
  text-align: center;
}

.nav-menu-footer {
  background-color: #f2f2f2;
  margin-top: -21px;
  position: relative;
}

.nav-menu-footer h5 {
  color: #333132;
  text-transform: uppercase;
}

.footerNavBtn {
  margin: auto;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #f2f2f2;
}

.tier-more, .hideFooterMenu {
  display: none;
}

.nav--block,
.options {
  line-height: 1;
  /**
   * Remove whitespace caused by `inline-block`.
   */
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  white-space: nowrap;
}

.nav--block > li,
.options > li {
  letter-spacing: normal;
  word-spacing: normal;
}

.nav--block > li > a,
.options > li > a {
  padding: 12px;
}

/**
 * Force a nav to occupy 100% of the available width of its parent. Extends
 * `.nav`, e.g.:
 *
   <ul class="nav  nav--fit">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 * Thanks to @pimpl for this idea!
 */
.nav--fit {
  display: table;
  width: 100%;
}

.nav--fit > li {
  display: table-cell;
}

.nav--fit > li > a {
  display: block;
}

.nav.social.nav--fit > li {
  width: 17%;
  display: inline-block;
  margin-right: 3.75%;
}

.nav.social.nav--fit > li:last-child {
  margin-right: 0;
}

/**
 * Make a list of keywords. Extends `.nav`, e.g.:
 *
   `<ul class="nav  nav--keywords>`
 *
 */
.nav--keywords > li:after {
  content: "\002C" "\00A0";
}

.nav--keywords > li:last-child:after {
  display: none;
}

/*------------------------------------*\
    $OPTIONS
\*------------------------------------*/
/**
 * Link-group nav, used for displaying related options. Extends `.nav--block`
 * but could also extend `.nav--fit`. Extend with colours and ‘current states’
 * in your theme stylesheet.
 *
  <ul class="nav  options">
      <li><a></a></li>
      <li><a></a></li>
      <li><a></a></li>
      <li><a></a></li>
   </ul>
 *
 * Demo: jsfiddle.net/inuitcss/vwfaf
 *
 */
.options > li > a,
.options > li > .btn {
  border: 0 solid #d9d9d9;
  border-width: 1px;
  border-left-width: 0;
}

.options > li:first-child > a,
.options > li:first-child > .btn {
  border-left-width: 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.options > li:last-child > a,
.options > li:last-child > .btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.homepage .nav-btn-left {
  margin-top: 4px !important;
}

.homepage .queryly_search_button {
  margin-top: 10px !important;
}

/*------------------------------------*\
    $PAGINATION
\*------------------------------------*/
/**
 * Basic pagination object, extends `.nav`.
 * Requires some funky commenting to collapse any white-space caused by the
 * `display:inline-block;` rules.
 *
   <ol class="nav  pagination">
       <li class=pagination__first>First</li>
       <li class=pagination__prev>Previous</li>
       <li><a href=/page/1>1</a></li>
       <li><a href=/page/2>2</a></li>
       <li class=current><a href=/page/3>3</a></li>
       <li><a href=/page/4>4</a></li>
       <li><a href=/page/5>5</a></li>
       <li class=pagination__next><a href=/page/next>Next</a></li>
       <li class=pagination__last><a href=/page/last>Last</a></li>
   </ol>
 *
 * Demo: jsfiddle.net/inuitcss/9Y6PU
 *
 */
.pagination {
  text-align: center;
  /**
   * Remove whitespace caused by `inline-block`.
   */
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
}

.pagination > li {
  padding: 12px;
  letter-spacing: normal;
  word-spacing: normal;
}

.pagination > li > a {
  padding: 12px;
  margin: -12px;
}

.pagination__first a:before {
  content: "\00AB" "\00A0";
}

.pagination__last a:after {
  content: "\00A0" "\00BB";
}

/*------------------------------------*\
    $BREADCRUMB
\*------------------------------------*/
/**
 * Simple breadcrumb styling to apply to (ordered) lists. Extends `.nav`, e.g.:
 *
   <ol class="nav  breadcrumb">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>The Board</a></li>
       <li class=current><a href=#>Directors</a></li>
   </ol>
 *
 * Demo: jsfiddle.net/inuitcss/rkAY9
 *
 */
.breadcrumb > li + li:before {
  content: "\00BB" "\00A0";
}

/**
 * For denoting a path-like structure, GitHub style, e.g.:
 *
   <ol class="nav  breadcrumb--path">
       <li class=breadcrumb__root><a href=#>inuit.css</a></li>
       <li><a href=#>inuit.css</a></li>
       <li><a href=#>partials</a></li>
       <li class=current><a href=#>objects</a></li>
   </ol>
 *
 */
.breadcrumb--path > li + li:before {
  content: "\002F" "\00A0";
}

/**
 * Assign a delimiter on the fly through a data attribute, e.g.:
 *
   <ol class="nav  breadcrumb">
       <li><a href=#>Home</a></li>
       <li data-breadcrumb="|"><a href=#>About</a></li>
       <li data-breadcrumb="|"><a href=#>The Board</a></li>
       <li data-breadcrumb="|" class=current><a href=#>Directors</a></li>
   </ol>
 *
 */
.breadcrumb > li + li[data-breadcrumb]:before {
  content: attr(data-breadcrumb) " ";
}

/**
 * Denote the root of the tree.
 */
.breadcrumb__root {
  font-weight: bold;
}

/*------------------------------------*\
    $BLOCK-LIST
\*------------------------------------*/
/**
 * Create big blocky lists of content, e.g.:
 *
   <ul class=block-list>
      <li>Foo</li>
      <li>Bar</li>
      <li>Baz</li>
      <li><a href=# class=block-list__link>Foo Bar Baz</a></li>
   </ul>
 *
 * Extend this object in your theme stylesheet.
 *
 * Demo: jsfiddle.net/inuitcss/hR57q
 *
 */
.block-list,
.matrix,
.block-list > li,
.matrix > li {
  border: 0 solid #cccccc;
}

.block-list,
.matrix {
  list-style: none;
  margin-left: 0;
  border-top-width: 1px;
}

.block-list > li,
.matrix > li {
  border-bottom-width: 1px;
}

.block-list__link,
.matrix__link {
  display: block;
  padding: 12px;
  margin: -12px;
}

/*------------------------------------*\
    $MATRIX
\*------------------------------------*/
/**
 * Create a grid of items out of a single list, e.g.:
 *
   <ul class="matrix  three-cols">
       <li class=all-cols>Lorem</li>
       <li>Ipsum <a href=#>dolor</a></li>
       <li><a href=# class=matrix__link>Sit</a></li>
       <li>Amet</li>
       <li class=all-cols>Consectetuer</li>
   </ul>
 *
 * Extend this object in your theme stylesheet.
 *
 * Demo: jsfiddle.net/inuitcss/Y2zrU
 *
 */
.matrix {
  border-left-width: 1px;
}

.matrix > li {
  float: left;
  border-right-width: 1px;
}

/**
 * The `.multi-list` object is a lot like the `.matrix` object only without the
 * blocky borders and padding.
 *
   <ul class="multi-list  four-cols">
       <li>Lorem</li>
       <li>Ipsum</li>
       <li>Dolor</li>
       <li>Sit</li>
   </ul>
 *
 * Demo: jsfiddle.net/inuitcss/Y2zrU
 *
 */
.multi-list {
  list-style: none;
  margin-left: 0;
}

.multi-list > li {
  float: left;
}

/**
 * Apply these classes alongside the `.matrix` or `.multi-list` classes on
 * lists to determine how wide their columns are.
 */
.two-cols > li {
  width: 50%;
}

.three-cols > li {
  width: 33.333%;
}

.four-cols > li {
  width: 25%;
}

.five-cols > li {
  width: 20%;
}

/**
 * Unfortunately we have to qualify this selector in order to bring its
 * specificity above the `.[number]-cols > li` selectors above.
 */
.matrix > .all-cols,
.multi-list > .all-cols {
  width: 100%;
}

/*------------------------------------*\
    $Saved Article Callout
\*------------------------------------*/
.saved-article-callout {
  display: flex;
  align-items: center;
  margin-left: -12px;
  margin-right: -12px;
  padding-left: 12px;
}

.saved-article-callout.hidden {
  display: none;
}

.saved-article-callout > .strib-icon {
  color: #006341;
  margin-top: 3px;
  margin-left: 10px;
}

.saved-article-callout a {
  color: #444;
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.saved-article-callout a:hover {
  color: #444;
}

/*------------------------------------*\
    $Subscriber features navigation
\*------------------------------------*/
#subscriber-features-nav.hidden {
  display: none;
}

/*------------------------------------*\
    $MEDIA
\*------------------------------------*/
/**
 * Place any image- and text-like content side-by-side, as per:
 * stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 * E.g.:
 *
   <div class=media>
       <img src=http://placekitten.com/200/300 alt="" class=media__img>
       <p class=media__body>Lorem ipsum dolor sit amet, consectetur adipisicing elit,
       sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
   </div>
 *
 * Demo: jsfiddle.net/inuitcss/cf4Qs
 *
 */
.media {
  display: block;
}

.media__img {
  float: left;
  margin-right: 24px;
}

/**
 * Reversed image location (right instead of left).
 */
.media__img--rev {
  float: right;
  margin-left: 24px;
}

.media__img--rev.media__img--obits {
  max-width: 200px;
}

.media__img img,
.media__img--rev img {
  display: block;
}

.media__body {
  overflow: hidden;
}

.media__body,
.media__body > :last-child {
  margin-bottom: 0;
}

/**
 * `.img`s in `.islet`s need an appropriately sized margin.
 */
.islet .media__img {
  margin-right: 12px;
}

.islet .media__img--rev {
  margin-left: 12px;
}

.video-embed .responsive-video-wrapper {
  /* Manages strib tag YouTube video embeds */
  position: relative;
  padding-bottom: 51.38%;
  /* 16:9 */
}

.video-embed .responsive-video-wrapper.aspect-4-3 {
  padding-bottom: 70%;
  /* 4:3 */
}

.video-embed iframe {
  position: absolute;
  top: 0;
  height: 100%;
}

.video-embed .tease-photo-caption.note {
  color: #666;
  font-size: .8em;
}

section .dontmiss.st150 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 18px;
}

.image span.icon-ST_150_vertical {
  display: inline-block;
  float: right;
  width: 90px;
  height: 130px;
  margin-left: 11px;
  margin-bottom: 11px;
}

/*------------------------------------*\
    $ISLAND
\*------------------------------------*/
/**
 * Simple, boxed off content, as per: csswizardry.com/2011/10/the-island-object
 * E.g.:
 *
   <div class=island>
       I am boxed off.
   </div>
 *
 * Demo: jsfiddle.net/inuitcss/u8pV3
 *
 */
.island,
.islet {
  display: block;
}

.island {
  padding: 24px;
}

.island > :last-child,
.islet > :last-child {
  margin-bottom: 0;
}

/**
 * Just like `.island`, only smaller.
 */
.islet {
  padding: 12px;
}

/*------------------------------------*\
    $MATRIX
\*------------------------------------*/
/**
 * Create a grid of items out of a single list, e.g.:
 *
   <ul class="matrix  three-cols">
       <li class=all-cols>Lorem</li>
       <li>Ipsum <a href=#>dolor</a></li>
       <li><a href=# class=matrix__link>Sit</a></li>
       <li>Amet</li>
       <li class=all-cols>Consectetuer</li>
   </ul>
 *
 * Extend this object in your theme stylesheet.
 *
 * Demo: jsfiddle.net/inuitcss/Y2zrU
 *
 */
.matrix {
  border-left-width: 1px;
}

.matrix > li {
  float: left;
  border-right-width: 1px;
}

/**
 * The `.multi-list` object is a lot like the `.matrix` object only without the
 * blocky borders and padding.
 *
   <ul class="multi-list  four-cols">
       <li>Lorem</li>
       <li>Ipsum</li>
       <li>Dolor</li>
       <li>Sit</li>
   </ul>
 *
 * Demo: jsfiddle.net/inuitcss/Y2zrU
 *
 */
.multi-list {
  list-style: none;
  margin-left: 0;
}

.multi-list > li {
  float: left;
}

/**
 * Apply these classes alongside the `.matrix` or `.multi-list` classes on
 * lists to determine how wide their columns are.
 */
.two-cols > li {
  width: 50%;
}

.three-cols > li {
  width: 33.333%;
}

.four-cols > li {
  width: 25%;
}

.five-cols > li {
  width: 20%;
}

/**
 * Unfortunately we have to qualify this selector in order to bring its
 * specificity above the `.[number]-cols > li` selectors above.
 */
.matrix > .all-cols,
.multi-list > .all-cols {
  width: 100%;
}

/*------------------------------------*\
    $LINK-COMPLEX
\*------------------------------------*/
/**
 * As inspired by @necolas:
 * github.com/necolas/suit-utils/blob/master/link.css#L18
 *
 * Add hover behaviour to only selected items within links, e.g.:
 *
   <a href=log-in class=link-complex>
       <i class="s  s--user"></i>
       <span class=link-complex__target>Log in</span>
   </a>
 *
 * Demo: jsfiddle.net/inuitcss/rt9M3
 *
 */
.link-complex,
.link-complex:hover,
.link-complex:active,
.link-complex:focus {
  text-decoration: none;
}

.link-complex:hover .link-complex__target,
.link-complex:active .link-complex__target,
.link-complex:focus .link-complex__target {
  text-decoration: underline;
}

/*------------------------------------*\
    $BEAUTONS.CSS
\*------------------------------------*/
/**
 * beautons is a beautifully simple button toolkit.
 *
 * LICENSE
 * 
 * Copyright 2013 Harry Roberts
 * 
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 * http://apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * 
 */
/*!*
 * 
 * @csswizardry -- csswizardry.com/beautons
 * 
 */
/*------------------------------------*\
    $BASE
\*------------------------------------*/
/**
 * Base button styles.
 *
 * 1. Allow us to better style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Stop buttons wrapping and looking broken.
 * 4. Make buttons inherit font styles.
 * 5. Force all elements using beautons to appear clickable.
 * 6. Normalise box model styles.
 * 7. If the button’s text is 1em, and the button is (3 * font-size) tall, then
 *    there is 1em of space above and below that text. We therefore apply 1em
 *    of space to the left and right, as padding, to keep consistent spacing.
 * 8. Basic cosmetics for default buttons. Change or override at will.
 * 9. Don’t allow buttons to have underlines; it kinda ruins the illusion.
 */
.btn {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  white-space: nowrap;
  /* [3] */
  font-family: inherit;
  /* [4] */
  font-size: 100%;
  /* [4] */
  cursor: pointer;
  /* [5] */
  border: none;
  /* [6] */
  margin: 0;
  /* [6] */
  padding-top: 0;
  /* [6] */
  padding-bottom: 0;
  /* [6] */
  line-height: 3;
  /* [7] */
  padding-right: 1em;
  /* [7] */
  padding-left: 1em;
  /* [7] */
  background-color: #3f89c1;
  /* [8] */
  border-radius: 4px;
  /* [8] */
}

.btn, .btn:hover {
  text-decoration: none;
  /* [9] */
}

.btn:active, .btn:focus {
  outline: none;
}

/*------------------------------------*\
    $SIZES
\*------------------------------------*/
/**
 * Button size modifiers.
 *
 * These all follow the same sizing rules as above; text is 1em, space around it
 * remains uniform.
 */
.btn--small {
  padding-right: 0.5em;
  padding-left: 0.5em;
  line-height: 2;
}

.btn--large {
  padding-right: 1.5em;
  padding-left: 1.5em;
  line-height: 4;
}

.btn--huge {
  padding-right: 2em;
  padding-left: 2em;
  line-height: 5;
}

/**
 * These buttons will fill the entirety of their container.
 *
 * 1. Remove padding so that widths and paddings don’t conflict.
 */
.btn--full {
  width: 100%;
  padding-right: 0;
  /* [1] */
  padding-left: 0;
  /* [1] */
  text-align: center;
}

/*------------------------------------*\
    $FONT-SIZES
\*------------------------------------*/
/**
 * Button font-size modifiers.
 */
.btn--alpha {
  font-size: 3rem;
}

.btn--beta {
  font-size: 2rem;
}

.btn--gamma {
  font-size: 1rem;
}

/**
 * Make the button inherit sizing from its parent.
 */
.btn--natural {
  vertical-align: baseline;
  font-size: inherit;
  line-height: inherit;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

/*------------------------------------*\
    $FUNCTIONS
\*------------------------------------*/
/**
 * Button function modifiers.
 */
/**
 * Positive actions; e.g. sign in, purchase, submit, etc.
 */
.btn--positive {
  background-color: #4a993e;
  color: #fff;
}

/**
 * Negative actions; e.g. close account, delete photo, remove friend, etc.
 */
.btn--negative {
  background-color: #b33630;
  color: #fff;
}

/**
 * Inactive, disabled buttons.
 * 
 * 1. Make the button look like normal text when hovered.
 */
.btn--inactive,
.btn--inactive:hover,
.btn--inactive:active,
.btn--inactive:focus {
  background-color: #dddddd;
  color: #777;
  cursor: text;
  /* [1] */
}

/*------------------------------------*\
    $STYLES
\*------------------------------------*/
/**
 * Button style modifiers.
 *
 * 1. Use an overly-large number to ensure completely rounded, pill-like ends.
 */
.btn--soft {
  border-radius: 200px;
  /* [1] */
}

.btn--hard {
  border-radius: 0;
}

.btn-poll-results {
  margin-left: 11px;
}

/*------------------------------------*\
    $RULES
\*------------------------------------*/
/**
 * Horizontal rules, extend `hr`.
 *
 * Demo: jsfiddle.net/inuitcss/L6GuZ
 *
 */
.rule {
  color: #cccccc;
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 23px;
  margin-bottom: 1.4375rem;
}

/**
 * Dotted rules
 */
.rule--dotted {
  border-bottom-style: dotted;
}

/**
 * Dashed rules
 */
.rule--dashed {
  border-bottom-style: dashed;
}

/**
 * Ornamental rules. Places a § over the rule.
 */
.rule--ornament {
  position: relative;
  /**
  * Pass in an arbitrary ornament though a data attribute, e.g.:
  *
    <hr class="rule  rule--ornament" data-ornament="!">
  *
  */
}

.rule--ornament:after {
  content: "\00A7";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  line-height: 0;
  text-align: center;
}

.rule--ornament[data-ornament]:after {
  content: attr(data-ornament);
}

#us-common-scoreTicker {
  margin-bottom: 20px;
}

.sports-widget {
  background-color: #F7F7F7;
}

.sports-widgets .sports-widget-container {
  margin-bottom: 30px;
}

.sports-widgets .sports-widget-container-header {
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: 2px solid black;
}

.sports-widgets .sports-widget-container-header .sports-widget-container-header__title {
  font-size: 14px;
  font-weight: bold;
  margin: unset;
  text-transform: uppercase;
}

.sports-nav {
  width: -moz-fit-content;
  width: 100%;
  text-align: center;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 47px;
  z-index: 999;
  background-color: white;
  border-bottom: solid 1px #d9d9d9;
}

.sports-nav ul {
  margin-left: 0;
  margin-bottom: -12px;
}

.sports-nav ul.sports-nav-items li {
  display: inline-block;
  padding: 0 10px;
  border-color: #b3b3b3;
  margin-bottom: 8px;
  font-size: 1.1em;
}

.sports-nav ul.sports-nav-items li a {
  border-bottom: 2px solid transparent;
  color: #444;
  text-decoration: none;
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.sports-nav ul.sports-nav-items li a:active {
  border-bottom: 2px solid #00824a;
}

.sports-nav ul.sports-nav-items li a.sports-nav-items-active {
  border-bottom: 2px solid #00824a;
}

.sports-nav ul.sports-nav-items li a.sports-nav-items-active:hover {
  background-color: white;
}

/**
 * Style trumps; helper and brand classes
 */
/*------------------------------------*\
    $WIDTHS
\*------------------------------------*/
/**
 * Sizes in human readable format. These are used in conjunction with other
 * objects and abstractions found in inuit.css, most commonly the grid system
 * and faux flexbox.
 *
 * We have a mixin to generate our widths and their breakpoint-specific
 * variations.
 */
/**
* Whole
*/
.one-whole {
  width: 100%;
}

/**
* Halves
*/
.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: 50%;
}

/**
* Thirds
*/
.one-third, .two-sixths, .four-twelfths {
  width: 33.333%;
}

.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.666%;
}

/**
* Quarters
*/
.one-quarter, .two-eighths, .three-twelfths {
  width: 25%;
}

.three-quarters, .six-eighths, .nine-twelfths {
  width: 75%;
}

/**
* Fifths
*/
.one-fifth, .two-tenths {
  width: 20%;
}

.two-fifths, .four-tenths {
  width: 40%;
}

.three-fifths, .six-tenths {
  width: 60%;
}

.four-fifths, .eight-tenths {
  width: 80%;
}

/**
* Sixths
*/
.one-sixth, .two-twelfths {
  width: 16.666%;
}

.five-sixths, .ten-twelfths {
  width: 83.333%;
}

/**
* Eighths
*/
.one-eighth {
  width: 12.5%;
}

.three-eighths {
  width: 37.5%;
}

.five-eighths {
  width: 62.5%;
}

.seven-eighths {
  width: 87.5%;
}

/**
* Tenths
*/
.one-tenth {
  width: 10%;
}

.three-tenths {
  width: 30%;
}

.seven-tenths {
  width: 70%;
}

.nine-tenths {
  width: 90%;
}

/**
* Twelfths
*/
.one-twelfth {
  width: 8.333%;
}

.five-twelfths {
  width: 41.666%;
}

.seven-twelfths {
  width: 58.333%;
}

.eleven-twelfths {
  width: 91.666%;
}

/**
 * If you have set `$responsive` to ‘true’ in `_vars.scss` then you now have
 * access to these classes. You can define at which breakpoint you’d like an
 * element to be a certain size, e.g.:
 *
 * `<div class="g  one-quarter  lap-one-half  palm-one-whole"> ... </div>`
 *
 * This would create a `div` that, at ‘desktop’ sizes, takes up a quarter of the
 * horizontal space, a half of that space at ‘tablet’ sizes, and goes full width
 * at ‘mobile’ sizes.
 *
 * Demo: jsfiddle.net/inuitcss/WS4Ge
 *
 */
@media only screen and (max-width: 480px) {
  /**
  * Whole
  */
  .palm-one-whole {
    width: 100%;
  }
  /**
  * Halves
  */
  .palm-one-half, .palm-two-quarters, .palm-three-sixths, .palm-four-eighths, .palm-five-tenths, .palm-six-twelfths {
    width: 50%;
  }
  /**
  * Thirds
  */
  .palm-one-third, .palm-two-sixths, .palm-four-twelfths {
    width: 33.333%;
  }
  .palm-two-thirds, .palm-four-sixths, .palm-eight-twelfths {
    width: 66.666%;
  }
  /**
  * Quarters
  */
  .palm-one-quarter, .palm-two-eighths, .palm-three-twelfths {
    width: 25%;
  }
  .palm-three-quarters, .palm-six-eighths, .palm-nine-twelfths {
    width: 75%;
  }
  /**
  * Fifths
  */
  .palm-one-fifth, .palm-two-tenths {
    width: 20%;
  }
  .palm-two-fifths, .palm-four-tenths {
    width: 40%;
  }
  .palm-three-fifths, .palm-six-tenths {
    width: 60%;
  }
  .palm-four-fifths, .palm-eight-tenths {
    width: 80%;
  }
  /**
  * Sixths
  */
  .palm-one-sixth, .palm-two-twelfths {
    width: 16.666%;
  }
  .palm-five-sixths, .palm-ten-twelfths {
    width: 83.333%;
  }
  /**
  * Eighths
  */
  .palm-one-eighth {
    width: 12.5%;
  }
  .palm-three-eighths {
    width: 37.5%;
  }
  .palm-five-eighths {
    width: 62.5%;
  }
  .palm-seven-eighths {
    width: 87.5%;
  }
  /**
  * Tenths
  */
  .palm-one-tenth {
    width: 10%;
  }
  .palm-three-tenths {
    width: 30%;
  }
  .palm-seven-tenths {
    width: 70%;
  }
  .palm-nine-tenths {
    width: 90%;
  }
  /**
  * Twelfths
  */
  .palm-one-twelfth {
    width: 8.333%;
  }
  .palm-five-twelfths {
    width: 41.666%;
  }
  .palm-seven-twelfths {
    width: 58.333%;
  }
  .palm-eleven-twelfths {
    width: 91.666%;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1023px) {
  /**
  * Whole
  */
  .lap-one-whole {
    width: 100%;
  }
  /**
  * Halves
  */
  .lap-one-half, .lap-two-quarters, .lap-three-sixths, .lap-four-eighths, .lap-five-tenths, .lap-six-twelfths {
    width: 50%;
  }
  /**
  * Thirds
  */
  .lap-one-third, .lap-two-sixths, .lap-four-twelfths {
    width: 33.333%;
  }
  .lap-two-thirds, .lap-four-sixths, .lap-eight-twelfths {
    width: 66.666%;
  }
  /**
  * Quarters
  */
  .lap-one-quarter, .lap-two-eighths, .lap-three-twelfths {
    width: 25%;
  }
  .lap-three-quarters, .lap-six-eighths, .lap-nine-twelfths {
    width: 75%;
  }
  /**
  * Fifths
  */
  .lap-one-fifth, .lap-two-tenths {
    width: 20%;
  }
  .lap-two-fifths, .lap-four-tenths {
    width: 40%;
  }
  .lap-three-fifths, .lap-six-tenths {
    width: 60%;
  }
  .lap-four-fifths, .lap-eight-tenths {
    width: 80%;
  }
  /**
  * Sixths
  */
  .lap-one-sixth, .lap-two-twelfths {
    width: 16.666%;
  }
  .lap-five-sixths, .lap-ten-twelfths {
    width: 83.333%;
  }
  /**
  * Eighths
  */
  .lap-one-eighth {
    width: 12.5%;
  }
  .lap-three-eighths {
    width: 37.5%;
  }
  .lap-five-eighths {
    width: 62.5%;
  }
  .lap-seven-eighths {
    width: 87.5%;
  }
  /**
  * Tenths
  */
  .lap-one-tenth {
    width: 10%;
  }
  .lap-three-tenths {
    width: 30%;
  }
  .lap-seven-tenths {
    width: 70%;
  }
  .lap-nine-tenths {
    width: 90%;
  }
  /**
  * Twelfths
  */
  .lap-one-twelfth {
    width: 8.333%;
  }
  .lap-five-twelfths {
    width: 41.666%;
  }
  .lap-seven-twelfths {
    width: 58.333%;
  }
  .lap-eleven-twelfths {
    width: 91.666%;
  }
}

@media only screen and (min-width: 481px) {
  /**
  * Whole
  */
  .lap-and-up-one-whole {
    width: 100%;
  }
  /**
  * Halves
  */
  .lap-and-up-one-half, .lap-and-up-two-quarters, .lap-and-up-three-sixths, .lap-and-up-four-eighths, .lap-and-up-five-tenths, .lap-and-up-six-twelfths {
    width: 50%;
  }
  /**
  * Thirds
  */
  .lap-and-up-one-third, .lap-and-up-two-sixths, .lap-and-up-four-twelfths {
    width: 33.333%;
  }
  .lap-and-up-two-thirds, .lap-and-up-four-sixths, .lap-and-up-eight-twelfths {
    width: 66.666%;
  }
  /**
  * Quarters
  */
  .lap-and-up-one-quarter, .lap-and-up-two-eighths, .lap-and-up-three-twelfths {
    width: 25%;
  }
  .lap-and-up-three-quarters, .lap-and-up-six-eighths, .lap-and-up-nine-twelfths {
    width: 75%;
  }
  /**
  * Fifths
  */
  .lap-and-up-one-fifth, .lap-and-up-two-tenths {
    width: 20%;
  }
  .lap-and-up-two-fifths, .lap-and-up-four-tenths {
    width: 40%;
  }
  .lap-and-up-three-fifths, .lap-and-up-six-tenths {
    width: 60%;
  }
  .lap-and-up-four-fifths, .lap-and-up-eight-tenths {
    width: 80%;
  }
  /**
  * Sixths
  */
  .lap-and-up-one-sixth, .lap-and-up-two-twelfths {
    width: 16.666%;
  }
  .lap-and-up-five-sixths, .lap-and-up-ten-twelfths {
    width: 83.333%;
  }
  /**
  * Eighths
  */
  .lap-and-up-one-eighth {
    width: 12.5%;
  }
  .lap-and-up-three-eighths {
    width: 37.5%;
  }
  .lap-and-up-five-eighths {
    width: 62.5%;
  }
  .lap-and-up-seven-eighths {
    width: 87.5%;
  }
  /**
  * Tenths
  */
  .lap-and-up-one-tenth {
    width: 10%;
  }
  .lap-and-up-three-tenths {
    width: 30%;
  }
  .lap-and-up-seven-tenths {
    width: 70%;
  }
  .lap-and-up-nine-tenths {
    width: 90%;
  }
  /**
  * Twelfths
  */
  .lap-and-up-one-twelfth {
    width: 8.333%;
  }
  .lap-and-up-five-twelfths {
    width: 41.666%;
  }
  .lap-and-up-seven-twelfths {
    width: 58.333%;
  }
  .lap-and-up-eleven-twelfths {
    width: 91.666%;
  }
}

@media only screen and (max-width: 1023px) {
  /**
  * Whole
  */
  .portable-one-whole {
    width: 100%;
  }
  /**
  * Halves
  */
  .portable-one-half, .portable-two-quarters, .portable-three-sixths, .portable-four-eighths, .portable-five-tenths, .portable-six-twelfths {
    width: 50%;
  }
  /**
  * Thirds
  */
  .portable-one-third, .portable-two-sixths, .portable-four-twelfths {
    width: 33.333%;
  }
  .portable-two-thirds, .portable-four-sixths, .portable-eight-twelfths {
    width: 66.666%;
  }
  /**
  * Quarters
  */
  .portable-one-quarter, .portable-two-eighths, .portable-three-twelfths {
    width: 25%;
  }
  .portable-three-quarters, .portable-six-eighths, .portable-nine-twelfths {
    width: 75%;
  }
  /**
  * Fifths
  */
  .portable-one-fifth, .portable-two-tenths {
    width: 20%;
  }
  .portable-two-fifths, .portable-four-tenths {
    width: 40%;
  }
  .portable-three-fifths, .portable-six-tenths {
    width: 60%;
  }
  .portable-four-fifths, .portable-eight-tenths {
    width: 80%;
  }
  /**
  * Sixths
  */
  .portable-one-sixth, .portable-two-twelfths {
    width: 16.666%;
  }
  .portable-five-sixths, .portable-ten-twelfths {
    width: 83.333%;
  }
  /**
  * Eighths
  */
  .portable-one-eighth {
    width: 12.5%;
  }
  .portable-three-eighths {
    width: 37.5%;
  }
  .portable-five-eighths {
    width: 62.5%;
  }
  .portable-seven-eighths {
    width: 87.5%;
  }
  /**
  * Tenths
  */
  .portable-one-tenth {
    width: 10%;
  }
  .portable-three-tenths {
    width: 30%;
  }
  .portable-seven-tenths {
    width: 70%;
  }
  .portable-nine-tenths {
    width: 90%;
  }
  /**
  * Twelfths
  */
  .portable-one-twelfth {
    width: 8.333%;
  }
  .portable-five-twelfths {
    width: 41.666%;
  }
  .portable-seven-twelfths {
    width: 58.333%;
  }
  .portable-eleven-twelfths {
    width: 91.666%;
  }
}

@media only screen and (min-width: 1024px) {
  /**
  * Whole
  */
  .desk-one-whole {
    width: 100%;
  }
  /**
  * Halves
  */
  .desk-one-half, .desk-two-quarters, .desk-three-sixths, .desk-four-eighths, .desk-five-tenths, .desk-six-twelfths {
    width: 50%;
  }
  /**
  * Thirds
  */
  .desk-one-third, .desk-two-sixths, .desk-four-twelfths {
    width: 33.333%;
  }
  .desk-two-thirds, .desk-four-sixths, .desk-eight-twelfths {
    width: 66.666%;
  }
  /**
  * Quarters
  */
  .desk-one-quarter, .desk-two-eighths, .desk-three-twelfths {
    width: 25%;
  }
  .desk-three-quarters, .desk-six-eighths, .desk-nine-twelfths {
    width: 75%;
  }
  /**
  * Fifths
  */
  .desk-one-fifth, .desk-two-tenths {
    width: 20%;
  }
  .desk-two-fifths, .desk-four-tenths {
    width: 40%;
  }
  .desk-three-fifths, .desk-six-tenths {
    width: 60%;
  }
  .desk-four-fifths, .desk-eight-tenths {
    width: 80%;
  }
  /**
  * Sixths
  */
  .desk-one-sixth, .desk-two-twelfths {
    width: 16.666%;
  }
  .desk-five-sixths, .desk-ten-twelfths {
    width: 83.333%;
  }
  /**
  * Eighths
  */
  .desk-one-eighth {
    width: 12.5%;
  }
  .desk-three-eighths {
    width: 37.5%;
  }
  .desk-five-eighths {
    width: 62.5%;
  }
  .desk-seven-eighths {
    width: 87.5%;
  }
  /**
  * Tenths
  */
  .desk-one-tenth {
    width: 10%;
  }
  .desk-three-tenths {
    width: 30%;
  }
  .desk-seven-tenths {
    width: 70%;
  }
  .desk-nine-tenths {
    width: 90%;
  }
  /**
  * Twelfths
  */
  .desk-one-twelfth {
    width: 8.333%;
  }
  .desk-five-twelfths {
    width: 41.666%;
  }
  .desk-seven-twelfths {
    width: 58.333%;
  }
  .desk-eleven-twelfths {
    width: 91.666%;
  }
}

/*------------------------------------*\
    $HELPER
\*------------------------------------*/
/**
 * A series of helper classes to use arbitrarily. Only use a helper class if an
 * element/component doesn’t already have a class to which you could apply this
 * styling, e.g. if you need to float `.main-nav` left then add `float:left;` to
 * that ruleset as opposed to adding the `.float--left` class to the markup.
 *
 * A lot of these classes carry `!important` as you will always want them to win
 * out over other selectors.
 */
/**
 * Add/remove floats
 */
.float--right {
  float: right !important;
}

.float--left {
  float: left !important;
}

.float--none {
  float: none !important;
}

/**
 * Text alignment
 */
.text--left {
  text-align: left  !important;
}

.text--center {
  text-align: center !important;
}

.text--right {
  text-align: right !important;
}

/**
 * Font weights
 */
.weight--light {
  font-family: "OpenSans-light", "Helvetica Neue", Arial, Helvetica, sans-serif !important;
  font-weight: normal !important;
}

.weight--normal {
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif !important;
  font-weight: normal !important;
}

.weight--semibold {
  font-family: "OpenSans-bold", "Helvetica Neue", Arial, Helvetica, sans-serif !important;
  font-weight: normal !important;
}

/**
 * Add/remove margins
 */
.push {
  margin: 24px !important;
}

.push--top {
  margin-top: 24px !important;
}

.push--right {
  margin-right: 24px !important;
}

.push--bottom {
  margin-bottom: 24px !important;
}

.push--left {
  margin-left: 24px !important;
}

.push--ends {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.push--sides {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.push-half {
  margin: 12px !important;
}

.push-half--top {
  margin-top: 12px !important;
}

.push-half--right {
  margin-right: 12px !important;
}

.push-half--bottom {
  margin-bottom: 12px !important;
}

.push-half--left {
  margin-left: 12px !important;
}

.push-half--ends {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.push-half--sides {
  margin-right: 12px !important;
  margin-left: 12px !important;
}

.flush {
  margin: 0 !important;
}

.flush--top {
  margin-top: 0 !important;
}

.flush--right {
  margin-right: 0 !important;
}

.flush--bottom {
  margin-bottom: 0 !important;
}

.flush--left {
  margin-left: 0 !important;
}

.flush--ends {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.flush--sides {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/**
 * Add/remove paddings
 */
.soft {
  padding: 24px !important;
}

.soft--top {
  padding-top: 24px !important;
}

.soft--right {
  padding-right: 24px !important;
}

.soft--bottom {
  padding-bottom: 24px !important;
}

.soft--left {
  padding-left: 24px !important;
}

.soft--ends {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.soft--sides {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.soft-half {
  padding: 12px !important;
}

.soft-half--top {
  padding-top: 12px !important;
}

.soft-half--right {
  padding-right: 12px !important;
}

.soft-half--bottom {
  padding-bottom: 12px !important;
}

.soft-half--left {
  padding-left: 12px !important;
}

.soft-half--ends {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.soft-half--sides {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

.hard {
  padding: 0 !important;
}

.hard--top {
  padding-top: 0 !important;
}

.hard--right {
  padding-right: 0 !important;
}

.hard--bottom {
  padding-bottom: 0 !important;
}

.hard--left {
  padding-left: 0 !important;
}

.hard--ends {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hard--sides {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/**
 * Pull items full width of `.island` parents.
 */
.full-bleed {
  margin-right: -24px !important;
  margin-left: -24px !important;
}

.islet .full-bleed {
  margin-right: -12px !important;
  margin-left: -12px !important;
}

/**
 * Add a help cursor to any element that gives the user extra information on
 * `:hover`.
 */
.informative {
  cursor: help !important;
}

/**
 * Mute an object by reducing its opacity.
 */
.muted {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
}

/**
 * Align items to the right where they imply progression/movement forward, e.g.:
 *
   <p class=proceed><a href=#>Read more...</a></p>
 *
 */
.proceed {
  text-align: right !important;
}

/**
 * Add a right-angled quote to links that imply movement, e.g.:
 *
   <a href=# class=go>Read more</a>
 *
 */
.go:after {
  content: "\00A0" "\00BB" !important;
}

/**
 * Apply capital case to an element (usually a `strong`).
 */
.caps {
  text-transform: uppercase !important;
}

/**
 * Hide content off-screen without resorting to `display:none;`, also provide
 * breakpoint specific hidden elements.
 */
.accessibility,
.visuallyhidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

@media only screen and (max-width: 480px) {
  .accessibility--palm,
  .visuallyhidden--palm {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1023px) {
  .accessibility--lap,
  .visuallyhidden--lap {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}

@media only screen and (min-width: 481px) {
  .accessibility--lap-and-up,
  .visuallyhidden--lap-and-up {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .accessibility--portable,
  .visuallyhidden--portable {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .accessibility--desk,
  .visuallyhidden--desk {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .accessibility--desk-wide,
  .visuallyhidden--desk-wide {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}

.desktop {
  display: none;
}

/*------------------------------------*\
    $TEXT-LINKS
\*------------------------------------*/
a {
  color: #005776;
  text-decoration: none;
}

a:hover, a:active {
  color: #2E73B8;
  text-decoration: underline;
}

/*------------------------------------*\
    $BEAUTON-STYLES
\*------------------------------------*/
/** Beautons Styles and Mixin
 *  Visual stylings of buttons based on brand guide colors
 *
 */
/*doc
---
title: Buttons
name: buttons
category: CSS
---

### Default Button

Buttons are styled using CSS Wizardry's Beautons: [http://csswizardry.com/beautons/](http://csswizardry.com/beautons/)
You can find these base styles in the '_beautons.scss' partial.

Button styles can be applied to any element. Typically you'll want
to use either a `<button>` or an `<a>` element:

```html_example

<button class="btn">Click Me</button>
<a class="btn" href="#">Link Me</a>

```

If your button is actually a link to another page, please use the
`<a>` element, while if your button performs an action, such as
submitting a form or triggering some javascript event, then use a
`<button>` element.



### Button Sizes

Button                                                            | Modifier Class
----------------------------------------------------------------- | -----------------
<button class="btn btn--natural">Natural</button>                 | `btn btn--natural`
<button class="btn btn--small">Small</button>                     | `btn btn--small`
<button class="btn btn--large">Large</button>                     | `btn btn--large`
<button class="btn btn--huge">Huge width</button>                 | `btn btn--huge`

```html_example

<!-- Style a link inside a block of text to appear like a button -->
<button class="btn btn--natural">Natural Button</button>

<!-- Small button -->
<button class="btn btn--small">Small Button</button>

<!-- Large button -->
<button class="btn btn--large">Large Button</button>

<!-- HUGE button -->
<button class="btn btn--huge">Huge Button</button>

```



### Full Width Button

Button                                                            | Modifier Class
----------------------------------------------------------------- | -----------------
<button class="btn btn--full">Full Button</button>                | `btn full`

Create a block level button—one that spans the full-width of it's parent—by using `.btn--ful`.

```html_example

<!-- Full-width block level button -->
<button class="btn btn--full btn--primary">Full Button</button>

<button class="btn btn--full">Full Button</button>

```


## Button Functions

```html_example

<!-- Standard button - This is the go-to button style -->
<button class="btn">Default</button>

<!-- Identifies the primary action in a set of buttons -->
<button class="btn btn--primary">Primary</button>

<!-- Secondary button style -->
<button class="btn btn--secondary">Secondary</button>

<!-- Tertiary button style -->
<button class="btn btn--tertiary">Tertiary</button>

```


### Button Actions

```html_example

<!-- Contextual button for informational alert messages -->
<button class="btn btn--info">Info</button>

<!-- Indicates a successful or positive action -->
<button class="btn btn--positive">Positive</button>

<!-- Indicates a dangerous or potentially negative action -->
<button class="btn btn--negative">Negative</button>

<!-- Indicates caution should be taken with this action -->
<button class="btn btn--warning">Warning</button>

<!-- And alternate or inverse button option -->
<button class="btn btn--inverse">Inverse</button>

<!-- Deemphasize a button by making it look like a link while maintaining button behavior -->
<button class="btn btn--link">Link</button>

```


### Inactive Button

This button has less contrast and looks like normal text when hovered.

```html_example

<!-- Inactive, disabled buttons -->
<button class="btn btn--inactive">Inactive</button>

```



### Button Styles


```html_example

<button class="btn btn--hard">Button Hard</button>

<button class="btn btn--soft">Button Soft</button>

```


### AJAX Button

```html_example

<button class="btn btn--primary focus">Load More
<div class="spinner-wrapper">
<div class="spinner-text"></div>
<div class="spinner"></div>
</div>
</button>

```

*/
.btn {
  background: none;
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #b3b3b3;
  border-width: 1px;
  border-style: solid;
  border-color: #b3b3b3;
  transition: background 25ms ease-in-out;
  /* Darker :active styles for non-touch devices */
}

.btn:hover, .btn.focus {
  /* Declaring a focus class that and be added or removed via javascript for loading button */
  color: #ffffff;
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}

.btn:focus {
  box-shadow: 0 0 4px 0 #009FDF;
}

.btn:active, .btn.active {
  background-color: gray;
  border-color: gray;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

/** Button style Mixin
  * Now that we've defined our default Beauton style,
  * let‘s use the ‘button-style’ mixin to style our other Beauton types.
  *
  */
.btn--primary {
  color: #8DC63F;
  border-color: #8DC63F;
}

.btn--primary:hover, .btn--primary:focus, .btn--primary.focus {
  color: #ffffff;
  background-color: #8DC63F;
  border-color: #8DC63F;
}

.btn--primary:active, .btn--primary.active {
  background-color: #005826;
  border-color: #005826;
}

.btn--secondary {
  color: #00a3ad;
  border-color: #00a3ad;
}

.btn--secondary:hover, .btn--secondary:focus, .btn--secondary.focus {
  color: #ffffff;
  background-color: #00a3ad;
  border-color: #00a3ad;
}

.btn--secondary:active, .btn--secondary.active {
  background-color: #006d68;
  border-color: #006d68;
}

.btn--tertiary {
  color: #005776;
  border-color: #005776;
}

.btn--tertiary:hover, .btn--tertiary:focus, .btn--tertiary.focus {
  color: #ffffff;
  background-color: #005776;
  border-color: #005776;
}

.btn--tertiary:active, .btn--tertiary.active {
  background-color: #2E73B8;
  border-color: #2E73B8;
}

.scoreboard-link.btn--tertiary {
  color: #005776;
  border-color: #005776;
  font-family: "OpenSans-bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  border-radius: 0;
  width: 100%;
}

.scoreboard-link.btn--tertiary:hover, .scoreboard-link.btn--tertiary:focus, .scoreboard-link.btn--tertiary.focus {
  color: #ffffff;
  background-color: #005776;
  border-color: #005776;
}

.scoreboard-link.btn--tertiary:active, .scoreboard-link.btn--tertiary.active {
  background-color: #2E73B8;
  border-color: #2E73B8;
}

.btn--info {
  color: #2E73B8;
  border-color: #2E73B8;
}

.btn--info:hover, .btn--info:focus, .btn--info.focus {
  color: #ffffff;
  background-color: #2E73B8;
  border-color: #2E73B8;
}

.btn--info:active, .btn--info.active {
  background-color: #005776;
  border-color: #005776;
}

.btn--positive {
  color: #005826;
  border-color: #005826;
}

.btn--positive:hover, .btn--positive:focus, .btn--positive.focus {
  color: #ffffff;
  background-color: #005826;
  border-color: #005826;
}

.btn--positive:active, .btn--positive.active {
  background-color: #8DC63F;
  border-color: #8DC63F;
}

.btn--negative {
  color: #da291c;
  border-color: #da291c;
}

.btn--negative:hover, .btn--negative:focus, .btn--negative.focus {
  color: #ffffff;
  background-color: #da291c;
  border-color: #da291c;
}

.btn--negative:active, .btn--negative.active {
  background-color: #862633;
  border-color: #862633;
}

.btn--warning {
  color: #eaaa00;
  border-color: #eaaa00;
}

.btn--warning:hover, .btn--warning:focus, .btn--warning.focus {
  color: #ffffff;
  background-color: #eaaa00;
  border-color: #eaaa00;
}

.btn--warning:active, .btn--warning.active {
  background-color: #c99700;
  border-color: #c99700;
}

.btn--inverse {
  color: #333132;
  border-color: #333132;
}

.btn--inverse:hover, .btn--inverse:focus, .btn--inverse.focus {
  color: #ffffff;
  background-color: #333132;
  border-color: #333132;
}

.btn--inverse:active, .btn--inverse.active {
  background-color: #000000;
  border-color: #000000;
}

.btn--inactive,
.btn--inactive:hover,
.btn--inactive:active,
.btn--inactive:focus {
  background-color: #f2f2f2;
  color: #b3b3b3;
  border-color: #d9d9d9;
  box-shadow: none;
}

.btn--link {
  line-height: 1.25rem;
  padding: 0;
  border: none;
  text-shadow: none;
  text-transform: none;
  box-shadow: none;
}

.btn--link:hover, .btn--link.focus, .btn--link:focus, .btn--link:active, .btn--link.active {
  background: transparent;
  text-decoration: underline;
  color: #2E73B8;
  box-shadow: none;
}

/*------------------------------------*\
    $LOAD-MORE-BUTTON
\*------------------------------------*/
.btn--more,
.btn--more__search,
.btn--more__blogs {
  position: relative;
}

/*------------------------------------*\
    $SPINNER
\*------------------------------------*/
.spinner-wrapper {
  position: relative;
  margin-bottom: 12px;
}

/** Defauly Light Spinner
  * We have 2 types of spinner.
  * .spinner is our default and it is white
  * for a dark spinner use the modifier class .spinner--dark
  *
  */
.spinner {
  position: relative;
  display: inline-block;
  height: 24px;
  width: 24px;
  left: 50%;
  margin-left: -12px;
  margin-bottom: 12px;
  border-width: 3px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.15);
  border-top-color: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  float: left;
  -webkit-animation: rotation .8s infinite linear;
  animation: rotation .8s infinite linear;
}

.spinner--dark {
  border-color: rgba(0, 0, 0, 0.15);
  border-top-color: rgba(0, 0, 0, 0.5);
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.scoreboard-link {
  margin-bottom: 22px;
}

/*------------------------------------*\
    $GOING OUT MODULE
\*------------------------------------*/
/**
 *
 * Find the markup in going-out.twig e.g.:
 *
   <a id=going-out-promo class=going-out-promo cf href=#>
       <img src=#.jpg title= class=going-out-promo__img>
       <span class=link-complex__target>Log in</span>
       <div id=going-out-content class=going-out-promo__content>
           <h3>Find yourself where the fun is.</h3>
           <p class=milli>Looking for the hottest guide to what's going on in the Twin Cities? Download the <strong>Going&nbsp;Out</strong> mobile entertainment app.</p>
      </div>
   </a>
 *
 *
 */
.going-out-promo {
  display: block;
}

.going-out-promo:hover {
  text-decoration: none;
}

.going-out-promo__img {
  position: relative;
  width: 100%;
  display: block;
}

.going-out-promo__content {
  background-color: #333123;
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #ffffff;
  position: relative;
  width: 100%;
  display: block;
  margin-top: -66px;
  /* 72px */
}

.going-out-promo__content p,
.going-out-promo__content h3 {
  margin: 0;
}

/*------------------------------------*\
    $MENUS
\*------------------------------------*/
/*------------------------------------*\
    site-header
\*------------------------------------*/
.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #d9d9d9;
  z-index: 1001;
  background-color: #ffffff;
  overflow: hidden;
  display: block;
}

.site-header a#header-logo {
  display: block;
  width: 166px;
  height: 46px;
  margin-left: auto;
  margin-right: auto;
  background-position: 0 9px;
}

.site-header .icon-button {
  display: block;
  width: 44px;
  height: 44px;
  background-position: 50% 58%;
}

.homepage .site-header a#header-logo {
  background-position: 0 12px;
  margin-bottom: 6px;
}

.share-bar {
  display: none;
}

.header-share .nav-btn-right, .header-share a#header-logo {
  visibility: hidden;
}

.share-bar .article-tools {
  padding-top: 4px;
  padding-right: 4px;
  float: right;
}

.share-bar .article-tools li {
  width: 36px;
  height: 36px;
}

.site-header.header-share .share-bar {
  display: block;
  position: absolute;
  z-index: 1002;
  background: transparent;
  height: 100%;
  top: 0;
  left: 45px;
  right: 0;
}

.search-pane {
  background-color: #f2f2f2;
  border-bottom: solid 1px #d9d9d9;
  height: 0;
  position: fixed;
  top: 46px;
  width: 100%;
  z-index: 1000;
  overflow: hidden;
  transition: height 0.5s ease;
}

.search-pane.open {
  height: 83px;
  transition: height 0.5s ease;
}

.search-container {
  position: relative;
}

.hide-search.icon-close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 25px;
  right: 22px;
  background-size: 14px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.nav-btn-left {
  float: left;
  width: 44px;
  height: 44px;
  cursor: pointer;
  position: relative;
}

.nav-btn-right {
  float: right;
  background-size: 22px;
}

.nav-btn-left span {
  left: 11px;
  top: 21px;
}

.nav-btn-left span,
.nav-btn-left span:before,
.nav-btn-left span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 4px;
  width: 24px;
  background-color: black;
  position: absolute;
  display: block;
  content: '';
}

.nav-btn-left span:before {
  top: -8px;
}

.nav-btn-left span:after {
  bottom: -8px;
}

.nav-btn-left span,
.nav-btn-left span:before,
.nav-btn-left span:after {
  transition: all 200ms ease-in-out;
}

.nav-btn-left.active span {
  background-color: transparent;
}

.nav-btn-left.active span:before,
.nav-btn-left.active span:after {
  top: -1px;
}

.nav-btn-left.active span:before {
  transform: rotate(45deg);
}

.nav-btn-left.active span:after {
  transform: rotate(-45deg);
}

.nav-btn-left.active span {
  margin-top: 0;
}

.more-btn,
.more {
  margin-bottom: 50px;
}

/*------------------------------------*\
    nav-menu
\*------------------------------------*/
/**
 * Our wrapper for our off-canvas menus
 */
.nav-menu {
  background-color: #f2f2f2;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 46px;
  display: none;
  position: absolute;
  z-index: 1001;
}

.nav-menu h5 {
  color: #333132;
  text-transform: uppercase;
}

.nav-menu.webview {
  margin-top: inherit !important;
}

/*------------------------------------*\
    Account menu
\*------------------------------------*/
.menu-account {
  z-index: 1000;
  padding-top: 8px;
}

.account-welcome {
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  padding: 10px;
  border-bottom: 3px solid #999999;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.account-login {
  font-family: "OpenSans-bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #006341;
}

.account-subscribe-button {
  font-family: "OpenSans-bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-decoration: none;
  padding: 6px 12px;
  background: #006341;
  color: #fff;
  border-radius: 3px;
  transition: all .3s ease;
}

.account-subscribe-button:hover, .account-subscribe-button:active {
  text-decoration: none;
  color: #fff;
}

.account-subscribe-button:focus {
  outline: auto;
  outline-offset: 2px;
}

.menu-account .hidden {
  display: none;
}

.account-menu-welcome-text {
  display: block;
  text-transform: uppercase;
}

.account-welcome-name {
  display: block;
  font-weight: 700;
}

.account-welcome-text {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.account-menu-items .icon, .account-menu-items .strib-icon {
  width: 20px;
  padding: 5px 5px 5px 0;
}

.account-menu-items .hidden {
  display: none;
}

.account-menu-items a {
  display: flex;
  align-items: center;
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  padding-left: 10px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: #0A0203;
}

.account-menu-logout > a {
  display: block;
  width: calc(100% - 20px);
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  border: 3px solid #000;
  border-radius: 3px;
  text-align: center;
  padding: 10px;
  margin: 10px;
  margin-top: 30px;
  color: #0A0203;
}

.account-menu-button {
  background-color: transparent;
  border: none;
  margin-top: 5px;
  padding: 10px;
  float: right;
}

.account-menu-button svg.account-icon {
  fill: #0a0203;
}

.account-menu-button.hidden {
  display: none;
}

.account-menu-login-link {
  float: right;
  margin-top: 6px;
}

.account-menu-login-link.hidden {
  display: none;
}

.account-menu-login-link a {
  display: inline-flex;
  padding: 10px 12px 10px 10px;
  font-family: "OpenSans-bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 14px;
}

.account-button-reminder-chip {
  height: 8px;
  width: 8px;
  background-color: #00824A;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  float: right;
  margin-left: -3px;
  margin-top: -5px;
}

.account-menu-reminder-chip {
  height: 8px;
  width: 8px;
  background-color: #00824A;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  float: right;
  margin-right: -3px;
  margin-top: -20px;
}

/*------------------------------------*\
    LeftMenu
\*------------------------------------*/
/**
 * Some shared styles
 */
/**
 * Weather module
 */
.weather-loading {
  margin-bottom: 0;
}

.weather-container {
  margin-bottom: 0;
}

.weather-container .weather-location {
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  float: left;
}

.weather-container a {
  color: white;
}

.weather-container a strong, .weather-container a span {
  display: block;
}

.weather-container a span {
  color: #d9d9d9;
}

.weather-container .weather {
  float: left;
  margin-bottom: 0;
}

.weather-container p {
  margin: 0;
}

.weather-container .temp {
  font-family: "Popular-bold", Cambria, Georgia, serif;
  font-weight: normal;
  font-size: 3em;
  line-height: 1;
}

/**
 * Style search inputs to appear different than other inputs
 */
input[type="search"]:-moz-placeholder {
  color: #333132;
}

input[type="search"]::-moz-placeholder {
  color: #333132;
  opacity: 1;
}

input[type="search"]:-ms-input-placeholder {
  color: #333132;
}

input[type="search"]::-webkit-input-placeholder {
  color: #333132;
}

input[type="search"].placeholder {
  color: #333132;
}

input[type="search"],
.search-input {
  border: 2px solid #bdc3c7;
  color: #34495e;
  line-height: 1.5;
  padding: 6px 12px;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 10px;
  box-shadow: none;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
}

input[type="search"]:focus,
.search-input:focus {
  border-color: #8dc63f;
  outline: 0;
  box-shadow: none;
}

.search-container .search {
  margin-bottom: 0;
}

.search-pane .search-input {
  color: #333132;
}

.sharing-menu a {
  cursor: pointer;
}

.sharing-menu .share-facebook-text {
  top: -5px;
}

.sharing-menu li.tool {
  vertical-align: middle;
}

.sharing-menu li.tool a {
  color: #444;
  text-decoration: none;
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.sharing-menu li .strib-icon {
  font-size: 38px;
  color: #999999;
}

.sharing-menu li #article-share-button-close-nav {
  float: right;
}

.sharing-menu .link-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #999999;
  color: #ffffff;
}

.sharing-menu .link-icon .strib-social-facebook {
  color: #FFFFFF;
  padding: 7px;
  font-size: 26px;
}

#share-email-link .icon-email-light {
  background-size: 90%;
}

/**
 * Section Menu module
 */
.sections-menu-container .block-list,
.additional-links-container .block-list {
  border-color: #b3b3b3;
  margin-bottom: 22px;
}

.sections-menu-container .block-list li,
.additional-links-container .block-list li {
  border-color: #b3b3b3;
}

.sections-menu-container .block-list li a, .sections-menu-container .block-list li a:link, .sections-menu-container .block-list li a:visited, .sections-menu-container .block-list li a:hover, .sections-menu-container .block-list li a:active,
.additional-links-container .block-list li a,
.additional-links-container .block-list li a:link,
.additional-links-container .block-list li a:visited,
.additional-links-container .block-list li a:hover,
.additional-links-container .block-list li a:active {
  color: #444;
  text-decoration: none;
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.promo-link a:link, .promo-link a:visited, .promo-link a:hover, .promo-link a:active,
.header-links-container a:link,
.header-links-container a:visited,
.header-links-container a:hover,
.header-links-container a:active {
  color: #ffffff;
  text-decoration: none;
  padding-bottom: 0;
  border-width: 0 0 2px 0;
}

.promo-link h5,
.header-links-container h5 {
  padding-bottom: 0;
}

.additional-links-container.promo-link {
  background-color: #8DC63F;
}

.additional-links-container.promo-link h5 {
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
}

input.search-input {
  width: 100%;
  padding: 12px 45px 12px 12px;
  outline: none;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  box-sizing: border-box;
  background-position: 12px 50%;
  background-size: 24px 24px;
  margin-top: 3px;
  transition: none;
  -webkit-transition: none;
}

input.search-input:focus {
  border: 1px solid white;
  box-shadow: none;
}

.nav-menu.menu-left hr {
  border-color: rgba(141, 198, 63, 0.35);
}

/**
 * Connect Social Media Menu module
 */
.nav-connect-container {
  padding-bottom: 0;
}

.nav-connect-container ul:after {
  content: none;
}

.nav-connect-container li a {
  height: auto;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background-size: 60%;
  background-position: center;
}

.nav-connect-container i {
  width: 100%;
  height: 24px;
  display: block;
  background-position: 50%;
}

.nav-connect-container #facebook {
  background-color: #3c5b9a;
}

.nav-connect-container #twitter {
  background-color: #27a7df;
}

.nav-connect-container #pinterest {
  background-color: #ca2128;
}

.nav-connect-container #instagram {
  background-color: #3b5998;
}

.nav-connect-container #rss {
  background-color: #f89937;
}

/**
 * Social Media Menu module using Static Webfonts
 */
.social-media-container li a {
  font-size: 48px;
}

.social-media-container li a:hover {
  text-decoration: none;
}

.social-media-container #facebook {
  color: #3c5b9a;
}

.social-media-container #twitter {
  color: #27a7df;
}

.social-media-container #pinterest {
  color: #ca2128;
}

.social-media-container #instagram {
  color: #3b5998;
}

/**
 * Additional Links module
 */
.additional-links-container ul {
  margin-bottom: 0;
}

.additional-links-container ul ul > li {
  padding: 11px 0;
}

.additional-links-container ul a {
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #ccc;
}

.menu-tools {
  display: block;
  width: 100%;
  height: 40px;
  margin-right: 3px;
  margin-top: 3px;
}

.menu-tools li {
  display: block;
  width: 100%;
  height: 40px;
  margin-right: 3px;
  margin-top: 3px;
  padding-bottom: 49px;
}

.menu-tools li a {
  display: inline-block;
  width: auto;
  height: 40px;
  overflow: visible;
}

.menu-tools li a span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: center center;
  background-size: 65%;
  text-align: center;
  border-radius: 50%;
}

.menu-tools li a div {
  display: inline-block;
  position: relative;
  top: -2px;
  left: 9px;
}

.menu-tools .strib-icon {
  background-color: #999;
  color: #fff;
  fill: #fff;
}

.menu-tools .sms, .menu-tools .copy {
  padding-top: 7px;
  font-size: 24px;
}

.menu-tools .email {
  padding-top: 11px;
  font-size: 17px;
}

.menu-tools .facebook {
  padding-top: 7px;
  font-size: 25px;
}

.menu-tools .twitter {
  padding-top: 10px;
  padding-left: 3px;
  font-size: 20px;
}

.menu-tools .linkedin {
  padding-top: 8px;
}

.menu-tools .linkedin svg {
  width: 20px;
  height: 20px;
}

/**
 * Copyright line
 */
.nav-info {
  color: #ebebeb;
  text-align: center;
}

#loginForm input {
  display: block;
}

#loginForm input.error {
  display: block;
  background: #ffcccc;
  border: 1px solid #ff0000;
}

#loginForm label.error {
  color: #ff3333;
  padding: 10px;
  display: block;
}

/* login form styling */
#loginForm {
  padding: 2em 1em 1em 1em;
}

#loginForm .userinput:-moz-placeholder {
  color: #b2bcc5;
}

#loginForm .userinput::-moz-placeholder {
  color: #b2bcc5;
  opacity: 1;
}

#loginForm .userinput:-ms-input-placeholder {
  color: #b2bcc5;
}

#loginForm .userinput::-webkit-input-placeholder {
  color: #b2bcc5;
}

#loginForm .userinput.placeholder {
  color: #b2bcc5;
}

#loginForm .userinput {
  border: 2px solid #bdc3c7;
  color: #34495e;
  font-size: 15px;
  line-height: 1.467;
  margin: 0 0 10px 0;
  padding: 8px 10px;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 10px;
  box-shadow: none;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
}

#loginForm .userinput:focus {
  border-color: #8dc63f;
  outline: 0;
  box-shadow: none;
}

#loginForm input.error {
  display: block;
  background: #ffcccc;
  border: 1px solid #ff0000;
}

#loginForm label.error {
  color: #ff3333;
  padding: 10px;
  display: block;
}

/*------------------------------------*\
    $FEATURED-STORY
\*------------------------------------*/
/**
 * Style the feauted story block
  * E.g.:
 *
   <section class=featured>
     <h3>
     	<a>Headline Goes Here</a>
     </h3>
     <a>
     	<img />
     </a>
     <p>
      Article summary goes here.
     </p>
   </section>
 *
 *
 */
.featured h1 {
  margin-bottom: 11px;
}

@font-face {
  font-family: "Whitman Display Compressed Bold";
  src: url("//apps.startribune.com/fonts/Whitman-Display-Comp-Bold/c1ec7b66-657a-4549-9c44-00ae270517c5-2.eot");
  src: url("//apps.startribune.com/fonts/Whitman-Display-Comp-Bold/c1ec7b66-657a-4549-9c44-00ae270517c5-2.eot?") format("embedded-opentype"), url("//apps.startribune.com/fonts/Whitman-Display-Comp-Bold/c1ec7b66-657a-4549-9c44-00ae270517c5-3.woff") format("woff"), url("//apps.startribune.com/fonts/Whitman-Display-Comp-Bold/c1ec7b66-657a-4549-9c44-00ae270517c5-1.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}

.featured.all-caps h1 {
  font-size: 3.75em;
  font-family: "Whitman Display Compressed Bold",Georgia,Times,serif;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 0.85em;
  letter-spacing: -1.25px;
  word-spacing: .025em;
  margin-bottom: 12px;
}

@media only screen and (max-device-width: 320px) {
  .featured.all-caps h1 {
    font-size: 3.25em;
  }
}

.dontmiss .tease-body {
  min-height: 89px;
}

.dontmiss .circle {
  width: 100px;
  height: 100px;
  margin-left: .9rem;
  float: right;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 11px;
  margin-bottom: 0.6875rem;
  margin-left: 11px;
  margin-left: 0.6875rem;
}

.dontmiss .section-label {
  display: block;
  margin: 0 0 9px 0;
  font-size: .85em;
  color: #333132;
}

.icon-choice {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("https://assets.startribune.com/static/img/icons/icn-editors-choice.png");
  background-image: url("https://assets.startribune.com/static/img/icons/icn-editors-choice.svg"), none;
  background-size: cover;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  bottom: 0;
  left: -3px;
}

.icon-choice.datadrop {
  background-image: url("https://assets.startribune.com/static/img/icons/icn-relatedcontent-graphic-30-30.png");
  background-image: url("https://assets.startribune.com/static/img/icons/icn-relatedcontent-graphic-30-30.svg"), none;
  bottom: -2px;
}

a.icon-datadrop {
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("https://assets.startribune.com/static/img/icons/icon-data-drop-circle.png");
  background-image: url("https://assets.startribune.com/static/img/icons/icon-data-drop-circle.svg"), none;
}

li.dontmiss {
  border: solid #d9d9d9;
  border-width: 1px 0 1px 0;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding-top: 22px;
  padding-top: 1.375rem;
}

.homepage-default.tease-election-2020 {
  padding-top: 54px;
  background-image: url("https://static.startribune.com/images/elections/election-2020-tease-bug.png");
  background-image: url("https://static.startribune.com/images/elections/election-2020-tease-bug.svg"), none;
  background-repeat: no-repeat;
  background-position: 50% 12px;
  background-size: 110px;
  border-top: 1px solid #d9d9d9;
}

#coral-notif {
  z-index: 1001 !important;
}

.article-ad-mid {
  height: 50px;
  background-color: yellow;
  margin: 0 0 17.7778px -10px;
  width: calc(100% - -20px);
}

hr.break {
  margin: 1.65em auto 1.5em auto;
  position: relative;
  height: 6px;
  width: 6px;
  border: transparent;
  overflow: visible;
}

hr.break:after, hr.break:before {
  position: absolute;
  width: 6px;
  height: 6px;
  content: "";
}

hr.break:before {
  left: -12px;
}

hr.break:after {
  right: -12px;
}

.dots,
.dots:before,
.dots:after {
  background-color: #444444;
  border-radius: 50%;
}

.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5,
.article-body-no-ads h1,
.article-body-no-ads h2,
.article-body-no-ads h3,
.article-body-no-ads h4,
.article-body-no-ads h5 {
  margin-top: 0;
}

.article-body h1 a,
.article-body h1 a:visited,
.article-body h1 a:active,
.article-body h1 a:hover,
.article-body h2 a,
.article-body h2 a:visited,
.article-body h2 a:active,
.article-body h2 a:hover,
.article-body h3 a,
.article-body h3 a:visited,
.article-body h3 a:active,
.article-body h3 a:hover,
.article-body h4 a,
.article-body h4 a:visited,
.article-body h4 a:active,
.article-body h4 a:hover,
.article-body h5 a,
.article-body h5 a:visited,
.article-body h5 a:active,
.article-body h5 a:hover,
.article-body-no-ads h1 a,
.article-body-no-ads h1 a:visited,
.article-body-no-ads h1 a:active,
.article-body-no-ads h1 a:hover,
.article-body-no-ads h2 a,
.article-body-no-ads h2 a:visited,
.article-body-no-ads h2 a:active,
.article-body-no-ads h2 a:hover,
.article-body-no-ads h3 a,
.article-body-no-ads h3 a:visited,
.article-body-no-ads h3 a:active,
.article-body-no-ads h3 a:hover,
.article-body-no-ads h4 a,
.article-body-no-ads h4 a:visited,
.article-body-no-ads h4 a:active,
.article-body-no-ads h4 a:hover,
.article-body-no-ads h5 a,
.article-body-no-ads h5 a:visited,
.article-body-no-ads h5 a:active,
.article-body-no-ads h5 a:hover {
  border-bottom: 2px #efefef solid;
  padding-bottom: 1px;
  color: inherit;
}

.article-body [data-strib-tag="image"] + h1, .article-body [data-strib-tag="image"] + h2, .article-body [data-strib-tag="image"] + h3, .article-body [data-strib-tag="image"] + h4, .article-body [data-strib-tag="image"] + h5, .article-body [data-strib-tag="image"] + h6,
.article-body .ad-container.instream + h1,
.article-body .ad-container.instream + h2,
.article-body .ad-container.instream + h3,
.article-body .ad-container.instream + h4,
.article-body .ad-container.instream + h5,
.article-body .ad-container.instream + h6,
.article-body-no-ads [data-strib-tag="image"] + h1,
.article-body-no-ads [data-strib-tag="image"] + h2,
.article-body-no-ads [data-strib-tag="image"] + h3,
.article-body-no-ads [data-strib-tag="image"] + h4,
.article-body-no-ads [data-strib-tag="image"] + h5,
.article-body-no-ads [data-strib-tag="image"] + h6,
.article-body-no-ads .ad-container.instream + h1,
.article-body-no-ads .ad-container.instream + h2,
.article-body-no-ads .ad-container.instream + h3,
.article-body-no-ads .ad-container.instream + h4,
.article-body-no-ads .ad-container.instream + h5,
.article-body-no-ads .ad-container.instream + h6 {
  margin-top: 0;
}

.comments-container.is-showing-comments {
  display: block !important;
}

.article-comments-title {
  color: #444444;
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.2px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}

.article-comments-standards {
  padding-top: 0;
  margin-bottom: 0;
  display: none;
}

.article-comments-standards.is-open {
  display: block;
}

.article-comments-standards p, .article-comments-standards ol {
  color: #444444;
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.2px;
}

.comments-count-link.talk-enabled .comments-count, .comments-count-link.talk-enabled .comments-show {
  font-size: 11px;
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.comments-count-link.talk-enabled .comments-count, .comments-count-link.talk-enabled .comments-show {
  color: #61bf1a;
}

.comments-count-link.talk-enabled {
  text-decoration: none;
}

.comments-count-link.talk-enabled:hover {
  text-decoration: none;
}

.comments-count-link.talk-enabled:hover span {
  color: #61bf1a !important;
}

.comments-count-link.talk-enabled .comments-count {
  height: 26px;
  width: 45px;
  display: inline-block;
  vertical-align: middle;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icn-comments-count-bubble-45-26.png");
  background-image: url("../img/icn-comments-count-bubble-45-26.svg"), none;
  background-size: cover;
  color: white;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-top: 3px;
  text-align: center;
}

.no-svg .comments-count-link.talk-enabled .comments-count {
  background-image: url("../img/icn-comments-count-bubble-45-26.png");
}

.comments-count-link.talk-enabled .comments-show {
  color: #61bf1a;
  font-size: 13px;
  padding-left: 5px;
  text-decoration: none;
}

.comment-standards-btn {
  color: #444444;
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.2px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  margin-bottom: 10px;
}

.comment-standards-btn:after {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  height: 0.6em;
  vertical-align: top;
  width: 0.6em;
  position: absolute;
  left: calc(100% + 6px);
  top: 42%;
  transform: translateY(-50%) rotate(135deg);
}

.comment-standards-btn:hover {
  text-decoration: none;
}

.comment-standards-btn.is-open {
  display: inline-block;
}

.comment-standards-btn.is-open:after {
  top: 60%;
  transform: translateY(-50%) rotate(315deg);
}

.button-set a:not(.talk-enabled) span,
.icon-comments-dark span {
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  border-radius: 2px;
  padding: 1px 4px 2px 4px;
  font-size: .70em;
  position: relative;
  background: #707273;
  letter-spacing: .5px;
  font-weight: normal;
  top: -1px;
  color: #fff;
}

.button-set a span {
  top: -3px;
  margin-left: 9px;
}

.article-column-tagline-sm {
  margin-left: 95px;
}

.article-author-contact {
  padding-top: 1em;
  padding-bottom: 2em;
  border-top: 1px solid #ccc;
}

.article-author-hcard {
  font-family: sans-serif;
  font-size: .9em;
  margin-bottom: 1em;
}

.article-author-hcard p {
  margin: 1.75em auto .5em auto;
}

.article-author-hcard__email, .article-author-hcard__phone, .article-author-hcard__twitter {
  display: inline-block;
  line-height: 150%;
  margin-right: .75em;
}

.article-author-hcard__email span, .article-author-hcard__phone span, .article-author-hcard__twitter span {
  padding-left: 1.65em;
}

.article-author-hcard__twitter:before {
  content: "";
  display: inline-block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icn-twitter-dark.png");
  background-image: url("../img/icn-twitter-dark.svg"), none;
  background-size: cover;
  width: 1.1em;
  height: 1.1em;
  float: left;
  margin: 0 .3em 0 0;
  top: .14em;
  position: relative;
}

.no-svg .article-author-hcard__twitter:before {
  background-image: url("../img/icn-twitter-dark.png");
}

.article-author-hcard__email:before {
  content: "";
  display: inline-block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icn-email-dark.png");
  background-image: url("../img/icn-email-dark.svg"), none;
  background-size: cover;
  width: 1.1em;
  height: 1.1em;
  float: left;
  margin: 0 .4em 0 0;
  top: .13em;
  position: relative;
}

.no-svg .article-author-hcard__email:before {
  background-image: url("../img/icn-email-dark.png");
}

.article-author-hcard__phone:before {
  content: "";
  display: inline-block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icn-phone.png");
  background-image: url("../img/icn-phone.svg"), none;
  background-size: cover;
  width: 1em;
  height: 1em;
  float: left;
  margin: 0 .2em 0 0;
  top: .14em;
  position: relative;
}

.no-svg .article-author-hcard__phone:before {
  background-image: url("../img/icn-phone.png");
}

.article-author-contact-sm {
  display: block;
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: .8em;
  min-height: 85px;
}

.article-author-headshot-sm {
  display: block;
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 10px;
}

/* Make this element look like a level 3 header */
.Text_ChapterHead {
  font-family: "OpenSans-bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 11px;
}

/* for bugs */
.Text_Info_HedLarge {
  font-weight: bold;
}

.byline {
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: gray;
}

.byline__author {
  text-transform: uppercase;
}

.byline__timestamp {
  font-family: "OpenSans-light", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.article-image {
  margin-top: 0;
}

.article-image--inline {
  margin: 0;
}

/**
Note: -webkit-zoom-in is an alias for zoom-in. It is supported in the same browsers
 */
.article-image a,
.article-image--gallery a,
.article-image--inline a {
  display: block;
  position: relative;
  cursor: zoom-in;
  cursor: -webkit-zoom-in;
}

#gallery-overlay-container {
  height: 28px;
  width: 32px;
  position: absolute;
  bottom: 12px;
  right: 6px;
  background-color: rgba(0, 0, 0, 0.4);
}

.gallery-overlay {
  height: 24px;
  width: 24px;
  position: absolute;
  bottom: 2px;
  right: 4px;
  z-index: 100;
}

.article-image__img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.article-image__caption {
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #ffffff;
  background-color: #333132;
  padding: 0.6875rem;
}

.noClick .article-image__caption {
  color: #444444;
  background-color: transparent;
  padding: 0.6875rem;
  padding-bottom: 0;
  padding-top: 0;
}

.article-image--inline .related-caption,
.article-image--inline .related-byline {
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  padding-top: 0.6875rem;
}

.inline-media.is-promo {
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.inline-media.is-promo .related-caption {
  display: block;
}

.inline-media.is-promo .related-label {
  font-family: "Popular-bold", Cambria, Georgia, serif;
  text-transform: uppercase;
}

.inline-media.is-promo a.mainLink {
  color: #333132;
  display: block;
  height: 100%;
}

.mobile-hero h1 {
  margin-bottom: 0;
}

.mobile-hero .article-hero-photo {
  height: 40vh;
  background-color: #d9d9d9;
}

.mobile-hero .m-size3 {
  height: 30vh;
}

.mobile-hero .m-size4 {
  height: 40vh;
}

.mobile-hero .m-size5 {
  height: 50vh;
}

.mobile-hero .m-size6 {
  height: 60vh;
}

.mobile-hero .m-size7 {
  height: 70vh;
}

.mobile-hero .m-size8 {
  height: 80vh;
}

.mobile-hero .m-size9 {
  height: 90vh;
}

.mobile-hero .m-size10 {
  height: 100vh;
}

.wide-body .article-tools {
  text-align: center;
}

.wide-body .article-tools li {
  float: none !important;
  background: transparent;
}

.wide-body .article-tools li a span {
  background-color: #bcbcbc;
}

.project-share {
  text-align: center;
  margin: 0;
}

.project-share li {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 3px;
}

.project-share a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.project-share a span {
  background-color: #d3d3d3;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 60%;
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
  transition: background-color 100ms ease-in 50ms;
}

.project-share a span.facebook {
  background-image: url(/static/img/icons/icon-facebook-light.svg), none;
}

.project-share a span.twitter {
  background-image: url(/static/img/icons/icon-twitter-light.svg), none;
}

.project-share a span.email {
  background-image: url(/static/img/icons/icon-email-light.svg), none;
}

.project-share a span:hover {
  background-color: #a7a7a7;
  transition: background-color 100ms ease-out 50ms;
}

.project-share a span:active {
  background-color: #4e4e4e;
  transition: background-color 100ms ease-out 50ms;
}

.l-container .project-share {
  margin-bottom: 20px;
}

.icon-related {
  display: inline-block;
  vertical-align: middle;
  height: 13px;
  width: 13px;
  background-position: center center;
}

.icon-related--medium {
  height: 18px;
  width: 18px;
  margin-left: .2rem;
}

/** //Copy Share Link Input
 * E.g.:
 *
  <div class="share-link">
    <h2 class="section-label section-label--tight">Share this</h2>
    <div class="input-group">
      <input type="text" class="share-link__input js-for-selecting" value="m.strib.com/lifestyle/taste/274113471.html" readonly="readonly">
    </div>
  </div>
 *
 *
 */
.share-link {
  margin-bottom: 2.75rem;
}

.share-link__input {
  width: 100%;
  padding: 11px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}

.share-link__input:focus {
  box-shadow: 0 0 4px #4A99F7;
}

.next-article, .related-links {
  display: block;
}

.next-article__link {
  display: block;
}

.next-article__link,
.next-article__link:hover {
  text-decoration: none;
}

.next-article__article-title {
  margin-bottom: 0.6875rem;
  font-weight: normal;
  font-size: 16px;
}

.next-article__link:hover h3 {
  text-decoration: underline;
}

.most-popular {
  display: block;
  padding-bottom: 25px;
}

.most-popular__link {
  display: block;
}

.most-popular__link,
.most_popular__link:hover {
  text-decoration: none;
}

.most-popular__article-title {
  margin-bottom: 0.6875rem;
  font-weight: normal;
  font-size: 16px;
}

.most-popular__link:hover h3 {
  text-decoration: underline;
}

.blog-rss {
  height: 14px;
  width: 14px;
  display: inline-block;
  background-position: 50% 50%;
}

.email-form {
  margin-bottom: 44px;
}

.email-form .input-control {
  background-color: #fff;
  display: block;
  width: 100%;
  padding: 12px 12px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.email-form .input-control::-moz-placeholder, .email-form .input-control::-ms-input-placeholder, .email-form .input-control::-webkit-input-placeholder {
  color: #d9d9d9;
}

.email-form .input-control:focus {
  border-color: #2E73B8;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 159, 223, 0.6);
}

.email-form .btn {
  margin-bottom: 22px;
}

.short-story {
  overflow: hidden;
  position: relative;
}

.short-story .see-more-blind {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 51%, white 90%);
}

.see-more-blind,
.see-more-link {
  display: none;
}

.short-story .see-more-link {
  color: #005776;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 100;
  font-family: "OpenSans-bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-align: center;
  width: 100%;
  cursor: pointer;
}

.see-more-link:hover {
  text-decoration: none;
}

.comic-promos a {
  display: block;
  text-align: center;
}

.wide-body .content-scroll {
  padding-top: 0;
}

.line-share {
  padding-bottom: 1px;
  border-bottom: 1px #d9d9d9 solid;
}

.line-share .graph-icns {
  position: relative;
  width: 0;
}

.line-share span.icn-tw {
  position: absolute;
  height: 1.1em;
  width: 1.1em;
  display: inline-block;
  background-size: 100%;
  line-height: 0;
  bottom: -1px;
  right: -1.4em;
}

.line-share-shim {
  width: 1.25em;
  display: inline-block;
}

.eat-drink-insider {
  border: 1px solid #ccc;
  width: 100%;
  height: auto;
}

.eat-drink-insider h1 {
  font-family: "Popular-bold", Cambria, Georgia, serif;
  font-style: normal;
  font-weight: bold !important;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  padding: .7em .5em 0 .5em;
}

.is-bug {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif, san-serif;
  font-size: .95em;
  line-height: 1.5em;
}

.is-bug .Text_Info_HedLarge,
.is-bug .Text_Info_HedMedium,
.is-bug .Text_Info_HedSmall,
.is-bug .Text_NewsBrief_Hed_NoSpace,
.is-bug .Text_NewsBrief_Hed_SpaceBefore,
.is-bug .Text_FeatBrief_Hed_NoSpace,
.is-bug .Text_FeatBrief_Hed_SpaceBefore,
.is-bug .Text_Railhead_halfgrid,
.is-bug .Text_Railhead_noSpace,
.is-bug .Text_Railhead_spaceBefore,
.is-bug .Text_Recipe_Hed,
.is-bug .Text_Recipe_DirectionsHead,
.is-bug .Text_Bold,
.is-bug .Hed_Factbox,
.is-bug .Hed_Feat_36,
.is-bug .A1_Rail_Head,
.is-bug .A1_Rail_Head_small,
.is-bug .A1_Rail_Head_Label,
.is-bug .A1_SunRail_HedLarge,
.is-bug .A1_SunRail_HedSmall,
.is-bug .A1_SunRail_Label,
.is-bug .Label_Large,
.is-bug .Label_Medium,
.is-bug .Label_Small {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 2em;
}

[data-strib-tag="video"] {
  position: relative;
}

[data-strib-tag="video"] .article-media__video {
  margin-bottom: 0;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}

[data-strib-tag="video"] .tease-photo-author,
[data-strib-tag="video"] .tease-photo-caption {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  display: block;
  width: 100%;
}

[data-strib-tag="video"] .tease-photo-author .readin,
[data-strib-tag="video"] .tease-photo-caption .readin {
  font-weight: bold;
}

[data-strib-tag="video"] .tease-photo-author {
  text-transform: uppercase;
  color: #999;
  text-align: right;
  font-size: .7em;
}

[data-strib-tag="video"] .runtime {
  white-space: nowrap;
  padding-left: 24px;
  background-image: url("/static/img/icons/icn-relatedcontent-video-30-30.svg");
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: 2px -2px;
}

[data-strib-tag="video"] figure.media-player {
  margin: 24px auto;
}

[data-strib-tag="video"] figure.media-player .video-player {
  padding-bottom: 56.25%;
  position: relative;
}

[data-strib-tag="video"] figure.media-player .video-player iframe {
  border: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

[data-strib-tag="video"] figure.media-player.shape169 .video-player {
  padding-bottom: 56.25%;
}

[data-strib-tag="video"] figure.media-player.shape916 .video-player {
  padding-bottom: 170%;
}

[data-strib-tag="video"] figure.media-player.shape43 .video-player {
  padding-bottom: 75%;
}

[data-strib-tag="video"] figure.media-player.shape11 .video-player {
  padding-bottom: 100%;
}

.series-article .l-error-page-container,
.clean-sheet .l-error-page-container {
  display: none;
}

.series-article header .share-bar .strib-icon.strib-save-article,
.series-article header .share-bar .strib-icon.strib-save-article-filled,
.series-article header .share-bar .strib-icon.strib-share-icon,
.clean-sheet header .share-bar .strib-icon.strib-save-article,
.clean-sheet header .share-bar .strib-icon.strib-save-article-filled,
.clean-sheet header .share-bar .strib-icon.strib-share-icon {
  font-size: 22px;
  top: 2px;
  position: relative;
}

.series-article header,
.series-article .story-nav,
.clean-sheet header,
.clean-sheet .story-nav {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
}

.series-article header .article-tools li,
.series-article .story-nav .article-tools li,
.clean-sheet header .article-tools li,
.clean-sheet .story-nav .article-tools li {
  width: 36px;
  height: 36px;
}

.series-article .story-nav.gift-save .logo-link,
.clean-sheet .story-nav.gift-save .logo-link {
  display: none !important;
}

.series-article .site-header,
.clean-sheet .site-header {
  overflow: visible;
}

.series-article .section-label,
.clean-sheet .section-label {
  font-family: "Popular-bold", Cambria, Georgia, serif;
  letter-spacing: .25px;
  text-align: center;
  padding: 0;
  display: block;
  line-height: 1.5em;
}

.series-article .section-label a,
.clean-sheet .section-label a {
  color: #333132;
  border-bottom: solid 2px #d3d3d3;
}

.series-article .section-label span,
.clean-sheet .section-label span {
  font-family: "Popular", Cambria, Georgia, serif;
  font-weight: normal;
  color: #909090;
  white-space: nowrap;
}

.series-article .section-label span.pipe,
.clean-sheet .section-label span.pipe {
  font-size: .9em;
  color: #d3d3d3;
  display: inline-block;
  top: -2px;
  position: relative;
}

.series-article h1,
.clean-sheet h1 {
  font-family: "Whitman Display", Georgia, Times, serif;
  font-weight: normal;
  text-align: center;
  font-size: 2.65em;
  letter-spacing: -.25px;
  line-height: 110%;
}

.series-article .byline,
.clean-sheet .byline {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 13px;
}

.series-article .summary,
.clean-sheet .summary {
  font-family: "Poynter Serif RE", Georgia, Times, serif;
  text-align: center;
}

.series-article .mobile-hero,
.clean-sheet .mobile-hero {
  max-width: 526px;
  margin: auto;
}

.series-article .mobile-hero .article-image.featured,
.clean-sheet .mobile-hero .article-image.featured {
  margin: 0 0 24px 0;
}

.series-article .mobile-hero .article-image.article-image--gallery.gallery,
.clean-sheet .mobile-hero .article-image.article-image--gallery.gallery {
  margin-left: 0;
  margin-right: 0;
}

.series-article .mobile-hero .article-image.article-image--gallery.gallery .article-image__caption,
.clean-sheet .mobile-hero .article-image.article-image--gallery.gallery .article-image__caption {
  display: none;
}

.series-article .mobile-hero .mobile-hero-media-block,
.clean-sheet .mobile-hero .mobile-hero-media-block {
  padding-bottom: 56.6%;
  margin-bottom: 18px;
  position: relative;
}

.series-article .mobile-hero .mobile-hero-media-block .article-media__video,
.clean-sheet .mobile-hero .mobile-hero-media-block .article-media__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.series-article .article-tools,
.clean-sheet .article-tools {
  border-bottom: none;
  height: auto;
  position: relative;
}

.series-article .article-tools .float--right,
.clean-sheet .article-tools .float--right {
  float: none !important;
}

.series-article .article-tools li,
.clean-sheet .article-tools li {
  width: 45px;
  height: 45px;
  background-color: transparent;
}

.series-article .article-tools .st-tooltip li,
.clean-sheet .article-tools .st-tooltip li {
  width: 100%;
}

.series-article .article-tools .tool #comment-count-social-btn,
.clean-sheet .article-tools .tool #comment-count-social-btn {
  background-position: center center;
  display: block;
  width: 90%;
  height: 90%;
}

.series-article .article-tools .tool a.comments span,
.clean-sheet .article-tools .tool a.comments span {
  top: 0;
  margin: 0;
  width: 90%;
  height: 90%;
  background-image: url("/assets/img/icon-comments-light.svg");
  background-size: 83%;
  background-repeat: no-repeat;
  color: #999;
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding-top: 11.5px;
  letter-spacing: -.25px;
}

.series-article .article-tools .tool a.comments .comment-count,
.clean-sheet .article-tools .tool a.comments .comment-count {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.series-article .article-tools .tool a.comments .comment-count:after,
.clean-sheet .article-tools .tool a.comments .comment-count:after {
  display: none;
}

.series-article article.resizeFont .drop-cap,
.clean-sheet article.resizeFont .drop-cap {
  float: left;
  font-size: 120px;
  line-height: 90px;
  font-family: 'Whitman Display', serif;
  margin-right: 9px;
  top: 3px;
  position: relative;
}

.series-article article.resizeFont h1,
.series-article article.resizeFont h2,
.series-article article.resizeFont h3,
.series-article article.resizeFont h4,
.series-article article.resizeFont h5,
.clean-sheet article.resizeFont h1,
.clean-sheet article.resizeFont h2,
.clean-sheet article.resizeFont h3,
.clean-sheet article.resizeFont h4,
.clean-sheet article.resizeFont h5 {
  margin: 0 auto 20px auto;
}

.series-article article.resizeFont h1 a,
.series-article article.resizeFont h1 a:visited,
.series-article article.resizeFont h1 a:active,
.series-article article.resizeFont h1 a:hover,
.series-article article.resizeFont h2 a,
.series-article article.resizeFont h2 a:visited,
.series-article article.resizeFont h2 a:active,
.series-article article.resizeFont h2 a:hover,
.series-article article.resizeFont h3 a,
.series-article article.resizeFont h3 a:visited,
.series-article article.resizeFont h3 a:active,
.series-article article.resizeFont h3 a:hover,
.series-article article.resizeFont h4 a,
.series-article article.resizeFont h4 a:visited,
.series-article article.resizeFont h4 a:active,
.series-article article.resizeFont h4 a:hover,
.series-article article.resizeFont h5 a,
.series-article article.resizeFont h5 a:visited,
.series-article article.resizeFont h5 a:active,
.series-article article.resizeFont h5 a:hover,
.clean-sheet article.resizeFont h1 a,
.clean-sheet article.resizeFont h1 a:visited,
.clean-sheet article.resizeFont h1 a:active,
.clean-sheet article.resizeFont h1 a:hover,
.clean-sheet article.resizeFont h2 a,
.clean-sheet article.resizeFont h2 a:visited,
.clean-sheet article.resizeFont h2 a:active,
.clean-sheet article.resizeFont h2 a:hover,
.clean-sheet article.resizeFont h3 a,
.clean-sheet article.resizeFont h3 a:visited,
.clean-sheet article.resizeFont h3 a:active,
.clean-sheet article.resizeFont h3 a:hover,
.clean-sheet article.resizeFont h4 a,
.clean-sheet article.resizeFont h4 a:visited,
.clean-sheet article.resizeFont h4 a:active,
.clean-sheet article.resizeFont h4 a:hover,
.clean-sheet article.resizeFont h5 a,
.clean-sheet article.resizeFont h5 a:visited,
.clean-sheet article.resizeFont h5 a:active,
.clean-sheet article.resizeFont h5 a:hover {
  border-bottom: 2px #efefef solid;
  padding-bottom: 1px;
  color: inherit;
}

.series-article article.resizeFont h1,
.series-article article.resizeFont h2,
.series-article article.resizeFont h3,
.clean-sheet article.resizeFont h1,
.clean-sheet article.resizeFont h2,
.clean-sheet article.resizeFont h3 {
  font-family: "Whitman Display", serif;
  font-weight: normal;
}

.series-article article.resizeFont h4,
.series-article article.resizeFont h5,
.clean-sheet article.resizeFont h4,
.clean-sheet article.resizeFont h5 {
  font-family: "Benton Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.series-article article.resizeFont h1,
.clean-sheet article.resizeFont h1 {
  font-size: 2.25em;
  text-align: left;
}

.series-article article.resizeFont h2,
.clean-sheet article.resizeFont h2 {
  font-size: 1.85em;
}

.series-article article.resizeFont h3,
.clean-sheet article.resizeFont h3 {
  font-size: 1.75em;
}

.series-article article.resizeFont h4,
.clean-sheet article.resizeFont h4 {
  font-size: 1.15em;
}

.series-article article.resizeFont h5,
.clean-sheet article.resizeFont h5 {
  font-size: 1.05em;
}

.series-article article.resizeFont p,
.clean-sheet article.resizeFont p {
  font-size: 1.1em;
}

.series-article article.resizeFont [data-strib-tag="image"] + h1, .series-article article.resizeFont [data-strib-tag="image"] + h2, .series-article article.resizeFont [data-strib-tag="image"] + h3, .series-article article.resizeFont [data-strib-tag="image"] + h4, .series-article article.resizeFont [data-strib-tag="image"] + h5, .series-article article.resizeFont [data-strib-tag="image"] + h6,
.series-article article.resizeFont .ad-container.instream + h1,
.series-article article.resizeFont .ad-container.instream + h2,
.series-article article.resizeFont .ad-container.instream + h3,
.series-article article.resizeFont .ad-container.instream + h4,
.series-article article.resizeFont .ad-container.instream + h5,
.series-article article.resizeFont .ad-container.instream + h6,
.clean-sheet article.resizeFont [data-strib-tag="image"] + h1,
.clean-sheet article.resizeFont [data-strib-tag="image"] + h2,
.clean-sheet article.resizeFont [data-strib-tag="image"] + h3,
.clean-sheet article.resizeFont [data-strib-tag="image"] + h4,
.clean-sheet article.resizeFont [data-strib-tag="image"] + h5,
.clean-sheet article.resizeFont [data-strib-tag="image"] + h6,
.clean-sheet article.resizeFont .ad-container.instream + h1,
.clean-sheet article.resizeFont .ad-container.instream + h2,
.clean-sheet article.resizeFont .ad-container.instream + h3,
.clean-sheet article.resizeFont .ad-container.instream + h4,
.clean-sheet article.resizeFont .ad-container.instream + h5,
.clean-sheet article.resizeFont .ad-container.instream + h6 {
  margin-top: 0;
}

.series-article article.resizeFont [data-strib-tag="article"] .inline-media.is-promo h3,
.series-article article.resizeFont [data-strib-tag="text"] .inline-media.is-promo h3,
.clean-sheet article.resizeFont [data-strib-tag="article"] .inline-media.is-promo h3,
.clean-sheet article.resizeFont [data-strib-tag="text"] .inline-media.is-promo h3 {
  font-size: 1.15em;
}

.series-article article.noFontSize,
.clean-sheet article.noFontSize {
  font-size: 100% !important;
}

.series-article article.resizeFont.textSize-120 .drop-cap,
.clean-sheet article.resizeFont.textSize-120 .drop-cap {
  font-size: 145px;
  top: 14px;
}

.series-article article.resizeFont.textSize-120 h1,
.clean-sheet article.resizeFont.textSize-120 h1 {
  font-size: 2.30em;
}

.series-article article.resizeFont.textSize-120 h2,
.clean-sheet article.resizeFont.textSize-120 h2 {
  font-size: 1.90em;
}

.series-article article.resizeFont.textSize-120 h3,
.clean-sheet article.resizeFont.textSize-120 h3 {
  font-size: 1.8em;
}

.series-article article.resizeFont.textSize-120 h4,
.clean-sheet article.resizeFont.textSize-120 h4 {
  font-size: 1.15em;
}

.series-article article.resizeFont.textSize-120 h5,
.clean-sheet article.resizeFont.textSize-120 h5 {
  font-size: 1.05em;
}

.series-article article.resizeFont.textSize-140 .drop-cap,
.clean-sheet article.resizeFont.textSize-140 .drop-cap {
  font-size: 170px;
  line-height: 105px;
  top: 18px;
}

.series-article article.resizeFont.textSize-140 h1,
.clean-sheet article.resizeFont.textSize-140 h1 {
  font-size: 2.40em;
}

.series-article article.resizeFont.textSize-140 h2,
.clean-sheet article.resizeFont.textSize-140 h2 {
  font-size: 2em;
}

.series-article article.resizeFont.textSize-140 h3,
.clean-sheet article.resizeFont.textSize-140 h3 {
  font-size: 1.9em;
}

.series-article article.resizeFont.textSize-140 h4,
.clean-sheet article.resizeFont.textSize-140 h4 {
  font-size: 1.2em;
}

.series-article article.resizeFont.textSize-140 h5,
.clean-sheet article.resizeFont.textSize-140 h5 {
  font-size: 1.10em;
}

.series-article span.pipe,
.clean-sheet span.pipe {
  font-size: .9em;
  color: #d3d3d3;
  display: inline-block;
  top: -2px;
  position: relative;
}

.series-article .adSlot,
.clean-sheet .adSlot {
  margin: 50px 0;
  text-align: center;
  width: 100%;
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
}

.series-article .adSlot:before,
.clean-sheet .adSlot:before {
  content: "Advertisement";
  display: block;
  position: absolute;
  top: -6px;
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-size: 10px;
  padding: 12px;
  left: 50%;
  transform: translate(-50%, 0);
  text-transform: uppercase;
  letter-spacing: .8px;
  color: #909497;
}

.series-article .related-links,
.clean-sheet .related-links {
  padding-right: 0;
  padding-left: 0;
  border: solid 1px #d3d3d3;
  border-width: 1px 0;
}

.series-article .related-links ul,
.clean-sheet .related-links ul {
  padding-right: 0;
  padding-left: 0;
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

#comment-count-social-btn {
  min-width: 22px;
}

.interactive-template div.button-set {
  max-width: 650px;
  margin: 0 auto 20px;
  padding: 0 1em;
}

.interactive-template div.comments-container {
  max-width: 650px;
  margin: 0 auto 20px;
  padding: 0 1em;
}

.series-article.header-override .site-header a#header-logo,
.series-article.header-override .site-header #nav_btn_left,
.series-article.header-override .site-header .home-icon.nav .icon-startribune-logo,
.series-article.header-override .site-header .account-menu-button,
.series-article.header-override .site-header .article-share-button,
.series-article.header-override .site-header .share-save-article-link.share-save-article-link-nav {
  display: none !important;
}

.series-article.header-override .site-header .share-bar {
  left: 0;
}

.series-article.header-override .site-header .article-tools.nav {
  width: 100%;
  background-color: transparent;
}

.series-article.header-override .site-header .article-share-close-button {
  background-color: #f2f2f2;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 48px;
  border-radius: 0;
}

.series-article.header-override .site-header .strib-icon.strib-close {
  background-color: #999999;
  padding: 9px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-35%);
}

/* STYLES FOR MANAGING COMMENTING AND SHARING ON DARK BACKGROUNDS */
.series-article.dark-background,
.series-article.dark-mode {
  background-color: #000;
}

.series-article.dark-background #comment-count-toggle,
.series-article.dark-background .button-set,
.series-article.dark-background .comments-container,
.series-article.dark-background .content.article.comment,
.series-article.dark-background #outbrain-article-end,
.series-article.dark-background .site-footer.milli,
.series-article.dark-background .site-footer.article-image__caption,
.series-article.dark-background .article-image--inline .site-footer.related-caption,
.article-image--inline .series-article.dark-background .site-footer.related-caption,
.series-article.dark-background .article-image--inline .site-footer.related-byline,
.article-image--inline .series-article.dark-background .site-footer.related-byline,
.series-article.dark-background .featured .related-links .site-footer.related-links__list,
.featured .related-links .series-article.dark-background .site-footer.related-links__list,
.series-article.dark-background .secondary .related-links .site-footer.related-links__list,
.secondary .related-links .series-article.dark-background .site-footer.related-links__list,
.series-article.dark-mode #comment-count-toggle,
.series-article.dark-mode .button-set,
.series-article.dark-mode .comments-container,
.series-article.dark-mode .content.article.comment,
.series-article.dark-mode #outbrain-article-end,
.series-article.dark-mode .site-footer.milli,
.series-article.dark-mode .site-footer.article-image__caption,
.series-article.dark-mode .article-image--inline .site-footer.related-caption,
.article-image--inline .series-article.dark-mode .site-footer.related-caption,
.series-article.dark-mode .article-image--inline .site-footer.related-byline,
.article-image--inline .series-article.dark-mode .site-footer.related-byline,
.series-article.dark-mode .featured .related-links .site-footer.related-links__list,
.featured .related-links .series-article.dark-mode .site-footer.related-links__list,
.series-article.dark-mode .secondary .related-links .site-footer.related-links__list,
.secondary .related-links .series-article.dark-mode .site-footer.related-links__list {
  background-color: #f5f5f5;
}

.series-article.dark-background .strib-save-article-filled:before,
.series-article.dark-mode .strib-save-article-filled:before {
  color: #83CA55;
}

.series-article.dark-background .article-share-close-button,
.series-article.dark-mode .article-share-close-button {
  background-color: transparent;
}

.series-article.dark-background .article-share-close-button .strib-close:before,
.series-article.dark-mode .article-share-close-button .strib-close:before {
  color: #efefef;
}


.series-article.dark-background .site-footer.milli,
.series-article.dark-background .site-footer.article-image__caption,
.series-article.dark-background .article-image--inline .site-footer.related-caption,
.article-image--inline .series-article.dark-background .site-footer.related-caption,
.series-article.dark-background .article-image--inline .site-footer.related-byline,
.article-image--inline .series-article.dark-background .site-footer.related-byline,
.series-article.dark-background .featured .related-links .site-footer.related-links__list,
.featured .related-links .series-article.dark-background .site-footer.related-links__list,
.series-article.dark-background .secondary .related-links .site-footer.related-links__list,
.secondary .related-links .series-article.dark-background .site-footer.related-links__list,
.series-article.dark-mode .site-footer.milli,
.series-article.dark-mode .site-footer.article-image__caption,
.series-article.dark-mode .article-image--inline .site-footer.related-caption,
.article-image--inline .series-article.dark-mode .site-footer.related-caption,
.series-article.dark-mode .article-image--inline .site-footer.related-byline,
.article-image--inline .series-article.dark-mode .site-footer.related-byline,
.series-article.dark-mode .featured .related-links .site-footer.related-links__list,
.featured .related-links .series-article.dark-mode .site-footer.related-links__list,
.series-article.dark-mode .secondary .related-links .site-footer.related-links__list,
.secondary .related-links .series-article.dark-mode .site-footer.related-links__list {
  color: #333123;
}

.series-article.dark-background #outbrain-article-end,
.series-article.dark-mode #outbrain-article-end {
  margin-bottom: 0 !important;
  padding-bottom: 2em;
  margin-top: -1px;
}

.series-article.dark-background #comment-count-toggle,
.series-article.dark-mode #comment-count-toggle {
  padding-top: 24px;
  padding-bottom: 12px;
  margin-top: 48px;
}

.series-article.dark-background .button-set,
.series-article.dark-mode .button-set {
  margin-bottom: 0 !important;
}

.series-article.dark-background .comments-container,
.series-article.dark-background .site-footer.milli,
.series-article.dark-background .site-footer.article-image__caption,
.series-article.dark-background .article-image--inline .site-footer.related-caption,
.article-image--inline .series-article.dark-background .site-footer.related-caption,
.series-article.dark-background .article-image--inline .site-footer.related-byline,
.article-image--inline .series-article.dark-background .site-footer.related-byline,
.series-article.dark-background .featured .related-links .site-footer.related-links__list,
.featured .related-links .series-article.dark-background .site-footer.related-links__list,
.series-article.dark-background .secondary .related-links .site-footer.related-links__list,
.secondary .related-links .series-article.dark-background .site-footer.related-links__list,
.series-article.dark-mode .comments-container,
.series-article.dark-mode .site-footer.milli,
.series-article.dark-mode .site-footer.article-image__caption,
.series-article.dark-mode .article-image--inline .site-footer.related-caption,
.article-image--inline .series-article.dark-mode .site-footer.related-caption,
.series-article.dark-mode .article-image--inline .site-footer.related-byline,
.article-image--inline .series-article.dark-mode .site-footer.related-byline,
.series-article.dark-mode .featured .related-links .site-footer.related-links__list,
.featured .related-links .series-article.dark-mode .site-footer.related-links__list,
.series-article.dark-mode .secondary .related-links .site-footer.related-links__list,
.secondary .related-links .series-article.dark-mode .site-footer.related-links__list {
  margin-top: -1px;
}

.series-article.dark-background .content.l-container.article,
.series-article.dark-mode .content.l-container.article {
  padding-right: 0;
  padding-left: 0;
}

.series-article.dark-background .content.l-container.article p,
.series-article.dark-background .content.l-container.article h1,
.series-article.dark-background .content.l-container.article h2,
.series-article.dark-background .content.l-container.article h3,
.series-article.dark-background .content.l-container.article h4,
.series-article.dark-background .content.l-container.article h5,
.series-article.dark-mode .content.l-container.article p,
.series-article.dark-mode .content.l-container.article h1,
.series-article.dark-mode .content.l-container.article h2,
.series-article.dark-mode .content.l-container.article h3,
.series-article.dark-mode .content.l-container.article h4,
.series-article.dark-mode .content.l-container.article h5 {
  padding-right: 10px;
  padding-left: 10px;
  color: #efefef;
}

.series-article.dark-background .inline-ad-header,
.series-article.dark-mode .inline-ad-header {
  color: #000 !important;
}

.series-article.dark-background #comment-count-toggle,
.series-article.dark-background .button-set,
.series-article.dark-mode #comment-count-toggle,
.series-article.dark-mode .button-set {
  padding-left: 0;
  padding-right: 0;
}

.series-article.dark-background .article-tools,
.series-article.dark-mode .article-tools {
  background-color: #000;
}

.series-article.dark-background .MB_1.ob-feed-layout .ob-widget-header,
.series-article.dark-mode .MB_1.ob-feed-layout .ob-widget-header {
  margin-top: 0 !important;
}

.series-article.dark-background .nav-btn-left span,
.series-article.dark-background .nav-btn-left span::before,
.series-article.dark-background .nav-btn-left span::after,
.series-article.dark-mode .nav-btn-left span,
.series-article.dark-mode .nav-btn-left span::before,
.series-article.dark-mode .nav-btn-left span::after {
  background-color: #efefef;
}

.series-article.dark-background .nav-btn-left.active span,
.series-article.dark-mode .nav-btn-left.active span {
  background-color: transparent;
}

.series-article.dark-background .nav-btn-left.active span::before,
.series-article.dark-background .nav-btn-left.active span::after,
.series-article.dark-mode .nav-btn-left.active span::before,
.series-article.dark-mode .nav-btn-left.active span::after {
  background-color: #efefef;
}

.series-article.dark-background .site-header,
.series-article.dark-mode .site-header {
  background-color: #000;
  border-bottom-color: #999;
}

.series-article.dark-background svg.account-icon,
.series-article.dark-mode svg.account-icon {
  fill: #efefef;
}

.series-article.dark-background .account-menu-button .strib-icon.strib-close:before,
.series-article.dark-mode .account-menu-button .strib-icon.strib-close:before {
  color: #D3D3D3 !important;
}

.series-article.dark-background .icon-startribune-logo,
.series-article.dark-mode .icon-startribune-logo {
  background-image: url(https://static.startribune.com/images/icons/reverse-startribune-logo-white.svg);
  opacity: .9;
  background-repeat: no-repeat;
}

.series-article.dark-background .article-share-item,
.series-article.dark-background .icon-tool,
.series-article.dark-background .article-share-item:hover,
.series-article.dark-background .icon-tool:hover,
.series-article.dark-mode .article-share-item,
.series-article.dark-mode .icon-tool,
.series-article.dark-mode .article-share-item:hover,
.series-article.dark-mode .icon-tool:hover {
  background-color: transparent !important;
}

.series-article.dark-background .st-tooltip,
.series-article.dark-mode .st-tooltip {
  background: #333333 !important;
  border: none;
  border-left: 5px solid #83CA55 !important;
  color: #D3D3D3 !important;
}

.series-article.dark-background .st-tooltip .tooltip-arrow,
.series-article.dark-mode .st-tooltip .tooltip-arrow {
  background-color: #333333 !important;
  border: none !important;
}

.series-article.dark-background .st-tooltip .tooltip-message,
.series-article.dark-background .st-tooltip .tooltip-title,
.series-article.dark-background .st-tooltip .tooltip-actions,
.series-article.dark-background .st-tooltip .strib-icon.strib-close,
.series-article.dark-background .st-tooltip a,
.series-article.dark-background .st-tooltip .tooltip-actions a,
.series-article.dark-background .st-tooltip .share-option-label,
.series-article.dark-background .st-tooltip .gift-option-label,
.series-article.dark-mode .st-tooltip .tooltip-message,
.series-article.dark-mode .st-tooltip .tooltip-title,
.series-article.dark-mode .st-tooltip .tooltip-actions,
.series-article.dark-mode .st-tooltip .strib-icon.strib-close,
.series-article.dark-mode .st-tooltip a,
.series-article.dark-mode .st-tooltip .tooltip-actions a,
.series-article.dark-mode .st-tooltip .share-option-label,
.series-article.dark-mode .st-tooltip .gift-option-label {
  color: #D3D3D3 !important;
}

.series-article.dark-background .share-link,
.series-article.dark-background .share__comments.clickQS .share-link .share-count,
.series-article.dark-background .strib-icon,
.series-article.dark-background .share-save-article-link span.strib-icon,
.series-article.dark-background .comment-count,
.series-article.dark-mode .share-link,
.series-article.dark-mode .share__comments.clickQS .share-link .share-count,
.series-article.dark-mode .strib-icon,
.series-article.dark-mode .share-save-article-link span.strib-icon,
.series-article.dark-mode .comment-count {
  color: #B1B1B1 !important;
}

.series-article.dark-background .share__comments.clickQS .share-link .share-label,
.series-article.dark-background .comment-count,
.series-article.dark-mode .share__comments.clickQS .share-link .share-label,
.series-article.dark-mode .comment-count {
  border-color: #B1B1B1 !important;
}

.series-article.dark-background .comment-share-wrapper.article-share-item svg .bubble-cover,
.series-article.dark-background .comment-count-btn .bubble-cover,
.series-article.dark-mode .comment-share-wrapper.article-share-item svg .bubble-cover,
.series-article.dark-mode .comment-count-btn .bubble-cover {
  fill: #000 !important;
}

.series-article.dark-background .comment-share-wrapper.article-share-item svg .bubble-pointer,
.series-article.dark-background .comment-count-btn .bubble-pointer,
.series-article.dark-mode .comment-share-wrapper.article-share-item svg .bubble-pointer,
.series-article.dark-mode .comment-count-btn .bubble-pointer {
  fill: #B1B1B1 !important;
}

.series-article.dark-background .strib-icon.strib-share-icon:hover,
.series-article.dark-background .strib-icon.strib-save-article-open:hover,
.series-article.dark-mode .strib-icon.strib-share-icon:hover,
.series-article.dark-mode .strib-icon.strib-save-article-open:hover {
  background-color: transparent !important;
}

.series-article.dark-background .article-share-item .share-link .strib-icon,
.series-article.dark-mode .article-share-item .share-link .strib-icon {
  background-color: transparent !important;
  color: inherit !important;
}

.series-article.dark-background .sharing-menu .strib-icon,
.series-article.dark-mode .sharing-menu .strib-icon {
  color: #999999 !important;
}

.series-article.dark-background .sharing-menu .strib-social-facebook:before,
.series-article.dark-mode .sharing-menu .strib-social-facebook:before {
  color: #ffffff;
}

/* subscriber message stribtag */
.subscribe-promo {
  padding: 25px 30px 30px 30px;
  transition: 0.5s all;
  background-color: #F2F3F4;
  text-align: center;
}

.subscribe-promo img {
  width: 38px;
  height: 38px;
  margin-bottom: 6px;
}

.subscribe-promo a {
  text-decoration: none;
}

.subscribe-promo h3 {
  font-weight: normal;
  letter-spacing: 0;
  font-size: 21px;
  margin: 0 0 22px 0;
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
}

.subscribe-promo h4 {
  width: 200px;
  background-color: black;
  padding: 4px;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  margin: 0 auto;
  font-size: 11.5px;
  border: 1px solid black;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
}

[data-strib-tag="image"] .featured.mugshot img {
  margin: 0;
}

[data-strib-tag="image"] .featured.customSize {
  padding-right: 0;
  float: left;
  margin: 3px 12px 0 0;
  padding-bottom: 0;
}

[data-strib-tag="image"] .featured.customSize figcaption {
  padding-left: 0;
  padding-right: 0;
}

[data-strib-tag="image"] .featured.customSize.align-right {
  float: right;
  margin: 3px 0 0 12px;
}

[data-strib-tag="image"] .mugshot {
  width: 40%;
  height: 40%;
  float: left;
  margin: 6px 18px 0 0;
  overflow: hidden;
}

[data-strib-tag="image"] .mugshot.align-right {
  float: right;
  margin: 6px 0 0 18px;
  overflow: hidden;
}

[data-strib-tag="image"] .mugshot.circle {
  border-radius: 50%;
}

[data-strib-tag="image"] .mugshot.square {
  margin: 4px 18px 0 0;
}

[data-strib-tag="image"] .mugshot.square.align-right {
  margin: 4px 0 0 18px;
}

[data-strib-tag="article"] .inline-media.is-promo img {
  width: 50%;
  float: right;
  padding-left: 18px;
}

[data-strib-tag="article"] .inline-media.is-promo h3,
[data-strib-tag="article"] .inline-media.is-promo h2 {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

[data-strib-tag="article"] .inline-media.is-promo a {
  color: #444444;
}

[data-strib-tag="article"] .inline-media.is-promo h3 span {
  border-bottom: 2px #efefef solid;
  padding-bottom: 1px;
  line-height: 140%;
}

[data-strib-tag="article"] .inline-media.is-promo h2 {
  text-transform: uppercase;
  font-size: .95em;
  margin-bottom: .5em;
}

[data-strib-tag="article"] .inline-media.wide.is-promo img {
  width: 100%;
  float: none;
  padding-left: 0;
}

[data-strib-tag="article"] .inline-media.wide.is-promo h2 {
  margin-bottom: 1em;
}

[data-strib-tag="embed"] .related-media {
  float: left;
  margin: 0.5em 1.5em 0.5em 0;
  padding-bottom: 16px;
  clear: both;
}

@media only screen and (min-device-width: 767px) {
  [data-strib-tag="embed"] .related-media {
    max-width: 265px;
  }
}

@media only screen and (min-device-width: 640px) and (max-device-width: 766px) {
  [data-strib-tag="embed"] .related-media {
    max-width: 320px;
  }
}

@media only screen and (min-device-width: 480px) and (max-device-width: 639px) {
  [data-strib-tag="embed"] .related-media {
    max-width: 320px;
    float: none;
    margin: auto;
  }
}

[data-strib-tag="text"] .audio-embed {
  margin: 24px auto;
}

[data-strib-tag="text"] .audio-embed audio {
  width: 100%;
  margin: 0 auto 12px auto;
  display: block;
}

[data-strib-tag="text"] .audio-embed figcaption.tease-photo-author {
  margin: -9px auto 6px auto;
  padding: 0;
}

[data-strib-tag="text"] .audio-embed figcaption.tease-photo-caption {
  margin: -9px auto 6px auto;
  padding: 0;
}

.recommended-links-bottom {
  margin-bottom: 2.5rem;
}

li.block-item.recommended-model-links.recommended-model-bottom {
  padding: 0 0 0.9375rem;
  margin: 0;
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

figure.media-player {
  margin: 12px auto;
}

figure.media-player .video-player {
  left: 0;
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}

figure.media-player .video-player iframe {
  border: 0;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
}

figure.media-player .tease-photo-author {
  margin: 6px 0 0 0;
  padding: 0;
  line-height: 110%;
}

figure.media-player .tease-photo-caption {
  margin: 6px 0 0 0;
}

.hero-override figure.media-player {
  margin: 0 auto 24px auto;
}

div.messageBox {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0.75rem 0.5rem;
  margin: 1rem 0 0.5rem;
  border: 2px solid #222;
  border-radius: 6px;
  background: #f5f5f5;
  font-size: 100%;
  font-family: "Benton Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

div.messageBox a {
  color: #222;
  font-weight: bold;
  text-decoration: underline;
}

div.messageBox a:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #222;
}

.editor-note-msg {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0.75rem 0.5rem;
  margin: -1rem 0 2rem;
  border: 2px solid #222;
  border-radius: 6px;
  background: #f5f5f5;
  font-size: 100%;
  font-family: "Benton Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.article-tools {
  position: relative;
  margin: 12px 0 22px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: .85em;
  background: #ffffff;
}

.dark-mode .article-tools {
  background: #000;
}

.article-tools .strib-icon {
  font-size: 25px;
  color: #707273;
}

.article-tools .strib-icon:active {
  color: #333123 !important;
}

.article-tools .icon-tool {
  margin: 0 9px;
  position: relative;
}

.article-tools .icon-tool:last-child {
  margin-right: 0;
}

.article-tools .icon-tool.share-wrapper .st-tooltip {
  top: 40px !important;
  right: -9px !important;
}

.article-tools .left-tools,
.article-tools .right-tools {
  display: flex;
  flex-basis: 50%;
  position: relative;
}

.article-tools .left-tools {
  align-items: center;
  justify-content: flex-start;
}

.article-tools .left-tools .change-font-size:hover, .article-tools .left-tools .icon-comments-dark:hover {
  text-decoration: none !important;
}

@media screen and (max-width: 350px) {
  .article-tools .left-tools .speech_label {
    display: none;
  }
}

.article-tools .right-tools {
  justify-content: flex-end;
}

.article-tools .right-tools .share-icon:nth-child(2),
.article-tools .icon-tool:first-child {
  margin-left: 0;
}

.article-tools .strib-text-size {
  font-size: 23px;
  display: block;
  position: relative;
  top: .5px;
}

.article-tools .comment-count {
  padding: 2.75px 4px;
  font-size: 11.5px;
  line-height: 150%;
  letter-spacing: -.2px;
  border: solid 2.35px #707273;
  background-color: transparent;
  border-radius: 50%;
  color: #707273;
  display: block;
  min-width: 30px;
  text-align: center;
  font-family: "OpenSans-bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.article-tools .comment-count-btn {
  position: relative;
  top: .5px;
}

.article-tools .comment-count-btn div {
  display: block;
}

.article-tools .comment-count-btn svg {
  position: absolute;
  width: 10px;
  height: 10px;
  left: 7px;
  bottom: -5px;
}

.article-tools .comment-count-btn .bubble-cover {
  fill: white;
}

.article-tools .comment-count-btn .bubble-pointer {
  fill: #707273;
}

.article-tools .comment-count-btn a {
  display: block;
  height: 100%;
  white-space: nowrap;
}

.article-tools .comment-count-btn:active .bubble-pointer {
  fill: #333123;
}

.article-tools .comment-count-btn:active a {
  color: #333123;
}

.article-tools .comment-count-btn:active .comment-count {
  border: solid 2.35px #333123;
  color: #333123;
}

.article-tools .speech_listen {
  position: relative;
  margin-left: 12px;
}

.article-tools .speech_listen:active .strib-icon, .article-tools .speech_listen:active .speech_label {
  color: #333123;
}

.article-tools .speech_listen button {
  background: none;
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
}

.article-tools .speech_listen .speech_label {
  position: relative;
  top: -4px;
  color: #707273;
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
}

.article-tools .tool {
  display: flex;
  justify-content: center;
  align-items: center;
}

.article-tools .tool.hidden {
  display: none;
}

.article-tools .share-save-article-link.highlight,
.article-tools .gift-article-button.highlight {
  background-color: #b0df8d;
  border-radius: 100%;
}

.article-tools .share-save-article-link.highlight > .strib-icon,
.article-tools .gift-article-button.highlight > .strib-icon {
  color: #0a0203;
}

.article-tools .gift-article-button {
  background: none;
  border: none;
}

.article-tools button {
  padding: 0;
  margin: 0;
}

.article-tools.nav {
  margin: 0;
}

.article-tools.nav .tool button {
  padding: 1px 6px;
}

.article-tools.nav .icon-facebook-light span {
  margin-left: 6px;
}

.article-tools.nav .icon-twitter-light span {
  margin-left: 3px;
}

.article-tools.nav .share-save-article-link {
  padding-right: 6px;
  padding-top: 3px;
}

.article-tools.design-share {
  display: flex;
  justify-content: center;
}

.article-tools.design-share .icon-tool,
.article-tools.design-share .speech_listen {
  background-color: #F2F2F2;
  width: 50px;
  height: 50px;
  margin: 0 6px;
  padding: 0;
  border-radius: 50%;
  position: relative;
}

.article-tools.design-share .icon-tool .speech_label,
.article-tools.design-share .speech_listen .speech_label {
  display: none;
}

.article-tools.design-share .icon-tool #js-speech-btn,
.article-tools.design-share .speech_listen #js-speech-btn {
  width: 100%;
  height: 100%;
  position: relative;
  margin: auto;
}

.article-tools.design-share .icon-tool #js-speech-btn .strib-icon,
.article-tools.design-share .speech_listen #js-speech-btn .strib-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  font-size: 30px;
}

.article-tools.design-share.comments .icon-tool.share-wrapper .st-tooltip {
  top: 62px !important;
  left: 50%;
  transform: translateX(-50%);
}

.article-tools.design-share.comments .icon-tool.share-wrapper .st-tooltip.save-article-tooltip .tooltip-arrow, .article-tools.design-share.comments .icon-tool.share-wrapper .st-tooltip.gift-article-widget .tooltip-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.article-tools.design-share .icon-tool.share-wrapper .st-tooltip {
  top: 62px !important;
  left: 100%;
  transform: translateX(-30%);
}

.article-tools.design-share .icon-tool.share-wrapper .icon-has-tooltip.strib-close {
  top: 10px;
  left: auto;
  transform: none;
  right: 10px;
}

.article-tools.design-share .icon-tool.share-wrapper .st-tooltip.save-article-tooltip .tooltip-arrow {
  left: 16%;
}

.article-tools.design-share .icon-tool.share-wrapper .icon-has-tooltip {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.article-tools.design-share .strib-icon.strib-text-size {
  top: 0;
  position: relative;
  height: 100%;
}

.article-tools.design-share .strib-icon.strib-text-size:before {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -48%);
  font-size: 20px;
}

.article-tools.design-share .share-icon:first-child {
  margin-left: 0;
}

.article-tools.design-share .share-icon:last-child {
  margin-right: 0;
}

.article-tools.design-share #js-go_to_comments {
  padding: 6px;
}

.article-tools.design-share .share-save-article-link span {
  margin-top: 0;
}

.article-tools.design-share .comment-count {
  padding: 4px 4px;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Benton Sans', Helvetica, sans-serif;
  font-weight: bold;
}

.article-tools.design-share .comment-count-btn {
  position: relative;
  top: .5px;
}

.article-tools.design-share .comment-count-btn div {
  display: block;
}

.article-tools.design-share .comment-count-btn svg {
  position: absolute;
  width: 10px;
  height: 10px;
  left: 16px;
  bottom: 6.5px;
}

.article-tools.design-share .comment-count-btn .bubble-cover {
  fill: #F2F2F2;
}

.article-tools.design-share .comment-count-btn .bubble-pointer {
  fill: #707273;
}

.article-tools.design-share .comment-count-btn a {
  display: block;
  height: 100%;
  white-space: nowrap;
}

.st-tooltip {
  box-shadow: 2px 3px 4px #0A020327 !important;
}

.share-save-article-link, .gift-article-button-nav {
  background: none;
  border: none;
}

.share-save-article-link:hover, .gift-article-button-nav:hover {
  text-decoration: none;
}

.share-save-article-link.hidden, .gift-article-button-nav.hidden {
  visibility: hidden;
}

.share-save-article-link span, .gift-article-button-nav span {
  font-size: 24px;
  margin-top: 9px;
}

.share-save-article-link span.strib-icon, .gift-article-button-nav span.strib-icon {
  color: #707273;
}

.share-save-article-link span.strib-save-article-filled, .gift-article-button-nav span.strib-save-article-filled {
  color: #036341 !important;
}

.gift-article-button-nav.highlight > .strib-icon {
  color: #0a0203;
}

.gift-article-widget-options {
  display: block;
  margin: 0;
  list-style-type: none;
  width: 100%;
}

.gift-article-option {
  box-sizing: border-box;
  display: block;
  margin-bottom: 5px;
  padding-bottom: 5px;
  height: auto;
  width: 100%;
  border-bottom: 1px solid #bcbec0;
}

.gift-article-option:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.gift-article-option button {
  display: inline-flex;
  align-items: center;
  padding: 5px 0;
  width: 100%;
  background: none;
  border: none;
  color: #444;
}

.gift-article-option button .strib-icon {
  display: inline-block;
  font-size: 13px;
  padding: 7px;
  color: #707273;
}

.gift-article-option button .strib-icon.strib-email {
  padding: 7px 6px;
}

.gift-article-option button .gift-option-label {
  margin-left: 10px;
}

.gift-article-option button:hover {
  color: #333132;
}

.gift-article-option button:hover .strib-icon {
  background: #c0e5a3;
  color: #333123;
  border-radius: 100%;
}

.article-share-button, .save-article-button, .article-share-close-button, .gift-article-button {
  background: none;
  border: none;
}

.article-share-button .strib-icon, .save-article-button .strib-icon, .article-share-close-button .strib-icon, .gift-article-button .strib-icon {
  color: #707273 !important;
}

#article-share-button-close-nav {
  display: flex;
  padding: 8px;
}

#article-share-button-close-nav.hidden {
  display: none;
}

.st-tooltip.hidden {
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(15px);
}

.save-article-tooltip, .gift-article-widget {
  border: 1px solid #BCBCBC;
  border-radius: 3px;
  transition: all 0.35s ease;
  transform: translateY(0px);
  background-color: #F2F2F2;
  font-size: 14px !important;
}

.save-article-tooltip .tooltip-title, .gift-article-widget .tooltip-title {
  z-index: 2;
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Benton Sans Bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #0A0203;
}

.save-article-tooltip .tooltip-message, .gift-article-widget .tooltip-message {
  display: block;
  margin-top: 5px;
  color: #444;
}

.save-article-tooltip .tooltip-message.hidden, .gift-article-widget .tooltip-message.hidden {
  display: none !important;
}

.save-article-tooltip .tooltip-actions, .gift-article-widget .tooltip-actions {
  margin-top: 10px;
  display: block;
  color: #444;
}

.save-article-tooltip .tooltip-actions.hidden, .gift-article-widget .tooltip-actions.hidden {
  display: none !important;
}

.save-article-tooltip span > a, .gift-article-widget span > a {
  display: inline;
}

.save-article-tooltip .tooltip-message a, .save-article-tooltip .tooltip-actions a, .gift-article-widget .tooltip-message a, .gift-article-widget .tooltip-actions a {
  color: #444;
  text-decoration: underline;
}

.save-article-tooltip .tooltip-bold, .gift-article-widget .tooltip-bold {
  font-weight: bold;
}

.save-article-tooltip .tooltip-close-button, .gift-article-widget .tooltip-close-button {
  z-index: 12;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  color: #666;
  font-size: 12px;
  border: none;
  background: transparent;
}

.save-article-tooltip .tooltip-close-button:hover, .save-article-tooltip .tooltip-close-button:active, .gift-article-widget .tooltip-close-button:hover, .gift-article-widget .tooltip-close-button:active {
  color: #000;
}

.save-article-tooltip .tooltip-arrow, .gift-article-widget .tooltip-arrow {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: #F2F2F2;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-left: 1px solid #BCBCBC;
  border-top: 1px solid #BCBCBC;
}

.st-tooltip.feature-tease {
  background-color: #F2F2F2;
}

.st-tooltip.feature-tease .tooltip-message {
  font-size: 14px !important;
  font-family: "Benton Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin-top: 5px;
  display: block;
}

.st-tooltip.feature-tease .tooltip-message > a {
  color: #444;
  text-underline: #444;
  text-decoration: underline;
  padding-right: 3px;
}

.st-tooltip.feature-tease .tooltip-arrow {
  background-color: #F2F2F2;
}

.st-tooltip.feature-tease .tooltip-actions {
  display: none;
}

.gift-article-widget {
  width: 235px;
}

.save-article-tooltip.save-article-tooltip-nav, .gift-article-widget.gift-article-widget-nav {
  position: fixed;
}

.article-share-close-button {
  display: flex;
  background-color: #999;
  color: #ffffff;
  border-radius: 50%;
  padding: 8px;
  margin-right: 25px;
}

.article-share-close-button .strib-icon {
  color: #ffffff !important;
  font-size: 15px !important;
}

.Text_Info_HedLarge {
  font-family: "OpenSans-bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.20em !important;
}

.Text_FeatBrief_Hed_SpaceBefore {
  font-family: "OpenSans-bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.10em !important;
  margin-top: 2em;
}

.Label_Small.editorial,
.Label_Small_editorial {
  font-family: "Popular-bold", Cambria, Georgia, serif;
  font-weight: bold;
  font-size: .85em !important;
  letter-spacing: 1px;
  margin-top: 5em;
}

.Text_LetterHed_NoSpace,
.Text_LetterHed_SpaceBefore {
  display: block;
  font-family: "Whitman Display Condensed Bold", Georgia, Times, serif;
  color: #222222;
  font-size: 1.85em !important;
  line-height: 110% !important;
  margin-bottom: .5em !important;
  width: 100%;
}

.Text_Pause, .Text_Pause_nospace {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1em !important;
  text-align: center;
  margin-bottom: 1.5em !important;
}

.Text_Letter_Tagline {
  font-family: "Poynter Serif RE", Georgia, Times, serif;
  font-weight: normal;
  font-size: .9em !important;
  text-transform: uppercase;
  margin-bottom: 1.5em !important;
}

.A1_Rail_Head_small {
  font-family: "Popular", Cambria, Georgia, serif;
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 0.2px;
}

.A1_Rail_Label {
  font-family: "Popular", Cambria, Georgia, serif;
  font-weight: bold;
  font-size: .85em !important;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  color: green;
}

.A1_SunRail_HedLarge {
  font-family: 'Whitman Display Condensed Bold',serif;
  font-size: 1.8em !important;
  line-height: 110% !important;
}

.A1_SunRail_HedSmall {
  font-family: "Popular", Cambria, Georgia, serif;
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 0.2px;
}

.A1.SunRail_Label {
  font-family: "Popular", Cambria, Georgia, serif;
  font-weight: bold;
  font-size: .85em !important;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  color: green;
}

.Hed_Factbox {
  font-family: "Popular", Cambria, Georgia, serif;
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 0.2px;
}

.Label_blog {
  font-family: "Popular", Cambria, Georgia, serif;
  font-weight: bold;
  font-size: .85em !important;
  letter-spacing: 2.25px;
  text-transform: uppercase;
}

.Label_Large {
  font-family: "Popular", Cambria, Georgia, serif;
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.Label_Large_Kicker {
  font-family: "Popular", Cambria, Georgia, serif;
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.Label_small {
  font-family: "Popular", Cambria, Georgia, serif;
  font-weight: bold;
  font-size: .85em !important;
  letter-spacing: 2.25px;
  text-transform: uppercase;
}

.Label_StandingHed_Large {
  font-family: "Popular", Cambria, Georgia, serif;
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.Label_StandingHed_Small {
  font-family: "Popular", Cambria, Georgia, serif;
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.Mcal_head {
  font-family: "Popular", Cambria, Georgia, serif;
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 2.25px;
  text-transform: uppercase;
}

.Promo_Medium {
  font-family: "Popular", Cambria, Georgia, serif;
  font-weight: bold;
  font-size: 1.2em;
}

.Promo_Small {
  font-family: "Popular", Cambria, Georgia, serif;
  font-weight: bold;
  font-size: 1em;
}

.Rail_head {
  font-family: "Popular", Cambria, Georgia, serif;
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 0.2px;
}

.Rail_head_spaceBefore {
  font-family: "Popular", Cambria, Georgia, serif;
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 0.2px;
}

.Rail_label_green {
  font-family: "Popular", Cambria, Georgia, serif;
  font-weight: bold;
  font-size: .85em !important;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  color: green;
}

.Text_Info_HedMedium {
  font-family: "Popular", Cambria, Georgia, serif;
  font-weight: bold;
  font-size: .85em !important;
  letter-spacing: 2.25px;
  text-transform: uppercase;
}

.Text_Info_HedSmall {
  font-family: "Popular", Cambria, Georgia, serif;
  font-weight: bold;
  font-size: 1em !important;
  letter-spacing: 0.25px;
  color: #999999;
}

.Text_List_HedLarge {
  font-family: "Popular", Cambria, Georgia, serif;
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.TEXT_LIST_HeadingMedium {
  font-family: "Popular", Cambria, Georgia, serif;
  font-weight: bold;
  font-size: .85em !important;
  letter-spacing: 2.25px;
  text-transform: uppercase;
}

.TEXT_LIST_HeadingSmall {
  font-family: 'Benton Sans Condensed Medium';
  font-weight: bold;
  font-size: .85em !important;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #999999;
}

.Text_NewsBrief_Hed_NoSpace {
  font-family: 'Whitman Display Condensed Bold';
  font-size: 1.8em !important;
  line-height: 110% !important;
}

.Text_NewsBrief_Hed_SpaceBefore {
  font-family: 'Whitman Display Condensed Bold';
  font-size: 1.8em !important;
  line-height: 110% !important;
}

.Text_Railhead_halfgrid {
  font-family: "Popular", Cambria, Georgia, serif;
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 0.2px;
}

.Text_Railhead_noSpace {
  font-family: "Popular", Cambria, Georgia, serif;
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 0.2px;
}

.Text_Railhead_spaceBefore {
  font-family: "Popular", Cambria, Georgia, serif;
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 0.2px;
}

.Text_Recipe_Hed {
  font-family: "Popular", Cambria, Georgia, serif;
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 0.2px;
}

.Text_Recipe_DirectionsHed {
  font-family: "Popular", Cambria, Georgia, serif;
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 0.2px;
}

.story-form h3 {
  font-family: "Benton Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin: 0 0 .5em 0;
  padding: 0;
  font-weight: bold;
  font-size: 1em;
  line-height: 120%;
}

.story-form i {
  font-style: italic;
}

.story-form .block-divider {
  height: 18px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.story-form .quiz {
  font-family: "Benton Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

.story-form .quiz h2,
.story-form .quiz h3 {
  font-size: 1.15em;
  margin: 15px 0 10px;
}

.story-form .quiz h2 {
  text-align: center;
  padding-left: 0;
}

.story-form .quiz h3 {
  padding-left: 32px;
}

.story-form .quiz h3 span {
  display: inline-block;
  width: 45px;
  text-align: right;
  margin-left: -45px;
  padding-right: 3px;
  letter-spacing: 1px;
  color: #b3b3b3;
}

.story-form .quiz h4 {
  text-align: center;
  margin: 10px 0 36px 0;
}

.story-form .quiz h5 {
  font-size: 12px;
  margin: 10px 0 5px;
}

.story-form .quiz h6 {
  font-size: 11px;
  margin: 5px 0;
}

.story-form .quiz em {
  font-style: italic;
}

.story-form .quiz ul {
  list-style-type: circle;
}

.story-form .quiz ul li {
  position: relative;
}

.story-form .quiz ul li .check,
.story-form .quiz ul li .check::before {
  display: block;
  position: absolute;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  border-radius: 100%;
}

.story-form .quiz ul li .check {
  border: 3px solid #b3b3b3;
  height: 20px;
  width: 20px;
  top: 1px;
  left: 0;
}

.story-form .quiz ul li .check::before {
  content: '';
  height: 10px;
  width: 10px;
  top: 2px;
  left: 2px;
  margin: auto;
}

.story-form .quiz ul li input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.story-form .quiz ul li input[type=radio]:checked ~ .check {
  border: 3px solid gray;
}

.story-form .quiz ul li input[type=radio]:checked ~ .check::before {
  background: #8DC63F;
}

.story-form .quiz ul li .startQuiz {
  margin: 0 0 0 38%;
}

.story-form .quiz ul li input {
  font-size: 100%;
  margin-right: 6px;
  display: inline-block;
  vertical-align: text-bottom;
  float: left;
}

.story-form .quiz ul li label {
  vertical-align: top;
  font-size: 100%;
  position: relative;
  left: 0;
  z-index: 2;
  padding-left: 26px;
}

.story-form .quiz ul li:hover .check {
  border: 3px solid gray;
}

.story-form .quiz ol,
.story-form .quiz ol li {
  list-style-type: decimal;
}

.story-form .quiz ol li {
  margin-left: 20px;
}

.story-form .quiz .btn-large {
  background-color: #8DC63F;
  color: #ffffff;
  padding: 12px;
}

.story-form .quiz .btn-large .checkAnswer {
  width: 170px;
  display: block;
  text-align: center;
}

.story-form .quiz .btn-large .backToQuestion.revealed,
.story-form .quiz .btn-large .nextQuestion.revealed {
  width: 170px;
  display: inline-block;
  text-align: center;
}

.story-form .quiz .next-question,
.story-form .quiz .check-question {
  text-align: center;
  margin: 12px auto 36px auto;
  display: block;
}

.story-form .quiz .quizResults {
  padding: 20px;
}

.story-form .quiz .quizArea,
.story-form .quiz .quizResults {
  zoom: 1;
}

.story-form .quiz .quizArea:after,
.story-form .quiz .quizArea:before,
.story-form .quiz .quizResults:after,
.story-form .quiz .quizResults:before {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

.story-form .quiz .quizArea:after,
.story-form .quiz .quizResults:after {
  clear: both;
}

.story-form .quiz .questionCount {
  font-size: .76923em;
  font-weight: bold;
  letter-spacing: .5px;
  color: #b3b3b3;
  text-transform: uppercase;
  padding-left: 32px;
  margin-bottom: 12px;
}

.story-form .quiz .questions {
  margin: 0 0 20px;
  position: relative;
}

.story-form .quiz .questions li {
  margin-left: 0;
}

.story-form .quiz .questions li input {
  margin-left: -26px;
}

.story-form .quiz .answers {
  margin: 20px 0 20px 8px;
}

.story-form .quiz .responses {
  margin: 0;
}

.story-form .quiz .responses li p span {
  display: block;
  font-size: 1em;
  line-height: 140%;
  padding: 0 0 0 12px;
}

.story-form .quiz .responses .correct p span {
  color: #005826;
}

.story-form .quiz .responses .incorrect p span {
  color: #da291c;
}

.story-form .quiz .quizResults h3 {
  margin: 0;
}

.story-form .quiz .quizResults h3 span {
  font-weight: 400;
  font-style: italic;
}

.story-form .quiz .quizResultsCopy {
  clear: both;
  margin-top: 20px;
}

.story-form .quiz #slickQuiz-name,
.story-form .quiz .quizDescription {
  display: none;
}

.story-form .quiz .large {
  margin-top: 12px;
}

.story-form .quiz .try-again {
  width: 48%;
  float: left;
  text-align: right;
}

.story-form .quiz .quizResults img,
.story-form .quiz .responses .correct img,
.story-form .quiz .responses .incorrect img {
  width: 25%;
  display: block;
}

.story-form .quiz .backToQuestion,
.story-form .quiz .nextQuestion,
.story-form .quiz .questions li.question,
.story-form .quiz .questions li.question .responses,
.story-form .quiz .questions li.question .responses .correct,
.story-form .quiz .questions li.question .responses .incorrect,
.story-form .quiz .quizResults,
.story-form .quiz .startQuiz {
  display: none;
}

.story-form .quiz .quizResults img {
  margin: 36px auto;
}

.story-form .quiz img.small {
  float: right;
  width: 35%;
  margin: -2px 0 12px 18px;
}

.story-form .quiz .quizLevel img {
  float: none;
  width: auto;
  margin: 12px auto;
  margin-left: auto;
}

.story-form .quiz .correct img.small,
.story-form .quiz .incorrect img.small {
  float: none;
  display: block;
  max-width: 120px;
  margin: 0 0 12px;
}

.story-form .quiz ul:after {
  content: "";
  display: table;
  clear: both;
}

.story-form .quiz .nextQuestion.checkAnswer {
  display: block;
}

.story-form .quiz ol.questions,
.story-form .quiz ol.questions li,
.story-form .quiz ul.answers,
.story-form .quiz ul.answers li,
.story-form .quiz ul.responses,
.story-form .quiz ul.responses li {
  list-style-type: none;
}

.story-form .quiz .quizName span {
  position: absolute;
  top: -999px;
}

.story-form .quiz .questionCount span,
.story-form .quiz strong {
  font-weight: 700;
}

.story-form .quiz .question img {
  display: block;
  margin: auto;
}

.story-form.photo-item p.attribution {
  font-size: .9em;
  font-style: italic;
}

.story-form.photo-item p.caption {
  font-size: .85em;
  font-family: "Benton Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.story-form.photo-item .align-left img,
.story-form.photo-item .align-right img {
  width: 30%;
  float: right;
  margin: 0 0 18px 18px;
}

.story-form.photo-item.align-left img,
.story-form.photo-item.align-right img {
  width: 30%;
  float: right;
  margin: 0 0 18px 18px;
}

.photo-item.medium .item-body {
  padding: 0;
  margin: 0;
}

.photo-item.medium .item-photo img {
  width: 100%;
  float: none;
  margin: 0 auto 12px auto;
}

.story-form.photo-item:after,
.story-form.photo-item:before {
  content: "";
  display: table;
  clear: both;
  margin-bottom: 0;
}

.story-form.photo-item p,
.story-form .item-photo p {
  font-family: "Benton Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: .95em;
  line-height: 140%;
}

.img-full {
  width: 100%;
}

.img-half {
  width: 50%;
}

.img-third {
  width: 33%;
}

.photo-item:after,
.photo-item:before {
  content: "";
  display: table;
  clear: both;
  margin-bottom: 0;
}

.photo-item p,
.item-photo p {
  font-family: "Benton Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.photo-item p {
  margin: 0 0 12px 0;
  padding: 0;
}

.photo-item.large img {
  width: 100%;
  margin: 0 0 3px 0;
}

.photo-item .caption,
.x-thing .item-photo .caption {
  padding: 0;
}

.photo-item .caption,
.x-thing .item-photo .credit {
  display: block;
  color: #666;
}

.photo-item.align-right img {
  width: 20%;
  float: right;
  margin: 0 0 18px 18px;
}

.x-thing {
  font-family: "Poynter Serif RE", serif;
  font-size: 1em;
}

.x-thing h3 {
  font-family: "Benton Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  position: relative;
  margin-bottom: .5em;
}

.x-thing h3,
.x-thing p,
.x-thing .item-photo {
  padding-left: 40px;
}

.x-thing .item-photo img {
  width: 100%;
}

.x-thing .numeral {
  position: absolute;
  left: 0;
  width: 28px;
  text-align: right;
}

.img-slider {
  position: relative;
  overflow: hidden;
  background: #efefef;
}

.img-slider img {
  opacity: 0;
  width: 100%;
  display: block;
  max-width: 1024px;
}

.img-slider .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.img-slider .handle {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  margin-left: -2px;
  background: rgba(0, 0, 0, 0.5);
  cursor: ew-resize;
}

.img-slider.loaded img {
  opacity: 1;
  transition: opacity 150ms ease-in 75ms;
}

.img-slider.loaded .handle {
  opacity: 1;
  transition: opacity 250ms ease-in 175ms;
}

.img-slider .handle:after {
  font-family: 'Benton Sans Condensed Medium';
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  margin: -22px 0 0 -22px;
  content: '< >';
  color: white;
  font-weight: bold;
  font-size: 21px;
  text-align: center;
  line-height: 41px;
  background: #7bcc59;
  border: 1px solid #59c03d;
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), inset 0 2px 0 rgba(255, 255, 255, 0.3), inset 0 60px 50px -30px #59c03d;
}

.img-slider .handle.draggable:after {
  width: 36px;
  height: 36px;
  margin: -18px 0 0 -18px;
  line-height: 34px;
  font-size: 16px;
}

.pullquote {
  /* stribTag quote */
  text-align: center;
}

.pullquote blockquote {
  font-family: Cambria, Georgia, serif;
  font-size: 1.25em;
  font-style: italic;
  line-height: 26px;
  color: gray;
}

.pullquote .author-credit {
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: .9em;
  color: #333132;
}

.DC-embed-document .DC-wrapper {
  position: relative;
  padding-bottom: 154.57142857142853%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-bottom: 1px solid #aaa;
}

.DC-embed-document .DC-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #aaa;
  border-bottom: 0;
  box-sizing: border-box;
}

.bubbleClear {
  clear: both;
  height: 0;
  overflow: hidden;
}

.from-me,
.from-them {
  max-width: 70%;
  margin-bottom: 18px;
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.from-me {
  position: relative;
  padding: 10px 20px;
  color: #ffffff;
  background: #8DC63F;
  border-radius: 25px;
  float: right;
}

.from-me:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -2px;
  right: -7px;
  height: 20px;
  border-right: 20px solid #8DC63F;
  border-bottom-left-radius: 16px 14px;
  transform: translate(0, -2px);
}

.from-me:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -2px;
  right: -56px;
  width: 26px;
  height: 20px;
  background: #ffffff;
  border-bottom-left-radius: 10px;
  transform: translate(-30px, -2px);
}

.from-them {
  position: relative;
  padding: 10px 20px;
  background: #d9d9d9;
  border-radius: 25px;
  color: #333132;
  float: left;
}

.from-them:before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -2px;
  left: -7px;
  height: 20px;
  border-left: 20px solid #d9d9d9;
  border-bottom-right-radius: 16px 14px;
  transform: translate(0, -2px);
}

.from-them:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -2px;
  left: 4px;
  width: 26px;
  height: 20px;
  background: #ffffff;
  border-bottom-right-radius: 10px;
  transform: translate(-30px, -2px);
}

p.sans-serif {
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: .95em;
  line-height: 140%;
}

.stribtag-tagline {
  font-family: "OpenSans-bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 2.75em 0 .7em;
  text-align: left;
  font-size: .85em;
  font-weight: bold;
  color: #444444;
  padding: 0 0 .7em 0;
  line-height: 120%;
  letter-spacing: -.025em;
  border-bottom: 5px solid #efefef;
}

.responsive-iframe-wrapper {
  /* manages iframe sizes when requested */
  position: relative;
  padding-bottom: 51.38%;
  /* 16:9 */
}

.responsive-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.responsive-iframe-wrapper.aspect-4-3 {
  padding-bottom: 70%;
  /* 4:3 */
}

/* 2021 olympics styles */
#tokyoTime,
.text-widget {
  font-family: "Benton Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 13px !important;
}

#tokyoTime span,
.text-widget span {
  white-space: nowrap;
}

/* Olympics daily diary sig */
.diary-logo {
  display: inline-block;
  float: left;
  width: 88px;
  margin-right: 24px;
}

.diary-logo .sig-container .mug-container {
  display: inline-block;
  margin-right: 3px;
}

.diary-logo .sig-container .mug-container .rachel {
  background-image: url(https://chorus.stimg.co/22711163/icn_blount_oly.jpg);
}

.diary-logo .sig-container .mug-container .jim {
  background-image: url(https://chorus.stimg.co/22711166/icn_souhan_oly.jpg);
}

.diary-logo .sig-container .mug-container .neal {
  background-image: url(https://chorus.stimg.co/22315625/lavelle_circle.jpg);
}

.diary-logo .sig-container .mug-container .mug {
  width: 88px;
  height: 114px;
  display: inline-block;
  margin: 0 6px 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
}

.diary-logo .sig-container .mug-container .neal.mug {
  height: 88px;
}

.diary-logo .sig-container .label {
  display: block;
  font-family: popular-bold;
  font-size: 1.05em;
  font-weight: bold;
  text-align: center;
  line-height: 110%;
}

.package .package-share, .package .article-tools {
  margin-left: 12px;
  margin-right: 0;
  margin-top: 3px;
  text-align: center;
}

.package .share__facebook .share-icon,
.package .share__twitter .share-icon {
  height: 31px;
  width: 31px;
}

.package .package-share li, .package .article-tools li {
  margin: 0;
  padding: 0;
  background-color: #333132;
  border-radius: 50%;
}

.package .article-tools.story-share {
  width: 40px;
  float: right;
}

.package .article-tools.story-share li {
  background-color: #d9d9d9;
}

.package .article-tools.story-share li .share__facebook .share-icon,
.package .article-tools.story-share li .share__twitter .share-icon {
  height: 24px;
  width: 24px;
}

.package .article-tools li a span {
  height: 100%;
  width: 100%;
  background-color: transparent;
}

.package .tool.float--right {
  float: none !important;
}

.package .read-more {
  font-family: "OpenSans-bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: .9em;
  padding-right: 12px;
  background-size: 8px;
  background-position: 100% 6px;
  white-space: nowrap;
}

.package .package-link a.btn-large.btn.btn--tertiary {
  display: none;
}

.package-style-a section iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.package-style-c .ad-container.instream {
  text-align: center;
  margin-bottom: 20px;
}

.package-style-c .featured:last-child {
  margin-bottom: -20px;
}

.package-style-c .package-story-related h4 {
  margin-bottom: 0;
  font-size: .85em;
  text-transform: uppercase;
}

.package-style-c .package-story-related ul {
  list-style: none;
  margin-left: 0;
}

.package-style-c .package-story-related ul li {
  font-family: "OpenSans-bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: .8em;
}

.package-style-c .package-label {
  color: #b3b3b3;
  font-size: 14px;
  margin-bottom: 7.40741px;
  text-transform: uppercase;
}

.package-style-c .article-image--single .image {
  margin-bottom: 18px;
}

.dual-feed .mobile-hero h1 {
  font-family: "Benton Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1em;
  color: #757575;
  margin: 1.5em auto .5em auto;
}

.dual-feed .feed {
  display: none;
}

.dual-feed .feed.active {
  display: block;
}

.dual-feed .package-share {
  margin-top: 10px;
}

.dual-feed .featured h1 {
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  line-height: 1.1;
  font-weight: normal;
  text-align: left;
  margin: .25em auto .5em auto;
}

.dual-feed .feedNav {
  text-align: center;
  font-size: 1.15em;
  line-height: 110%;
}

.dual-feed .feedNav h5 {
  font-family: "Popular-bold", Cambria, Georgia, serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1em;
  color: #ccc;
  display: inline-block;
  cursor: pointer;
}

.dual-feed .feedNav h5.active {
  color: #333;
}

.dual-feed .feedNav span {
  color: #999;
  padding: 9px;
}

.dual-feed .content h2 {
  font-family: "Popular-bold", Cambria, Georgia, serif;
  font-weight: bold;
  font-size: 4em;
  line-height: 95%;
  text-align: center;
  color: #ccc;
}

.dual-feed .content h4 {
  display: none;
  width: 100% !important;
  font-family: "Benton Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-align: left !important;
}

.package-link .btn--tertiary {
  text-align: center;
  margin: auto;
  display: block;
}

.package-style-b .package-label {
  font-size: .85em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}

.package-style-b .content section:last-child {
  margin-bottom: 0;
}

.package-article h4.tagline {
  font-family: "Popular", Cambria, Georgia, serif;
  font-weight: bold;
  font-size: 1.15em;
  line-height: 120%;
  text-align: center;
  color: #222222;
  text-transform: uppercase;
  padding: 10px 10px 0 10px;
}

.package-article h4.tagline .story-label {
  display: none;
}

.package-article h4.tagline span {
  font-weight: normal;
  color: #909090;
  white-space: nowrap;
}

.package-article h4.tagline span.pipe {
  font-size: .9em;
  color: #d3d3d3;
  display: inline-block;
  top: -2px;
  position: relative;
  padding: 0;
}

@font-face {
  font-family: "Whitman Display";
  src: url("https://apps.startribune.com/fonts/Whitman-Display-Bold/d34b615f-025d-471c-a1a0-a5a039248094-2.eot");
  src: url("https://apps.startribune.com/fonts/Whitman-Display-Bold/d34b615f-025d-471c-a1a0-a5a039248094-2.eot?") format("embedded-opentype"), url("https://apps.startribune.com/fonts/Whitman-Display-Bold/d34b615f-025d-471c-a1a0-a5a039248094-3.woff") format("woff"), url("https://apps.startribune.com/fonts/Whitman-Display-Bold/d34b615f-025d-471c-a1a0-a5a039248094-1.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "Benton Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  src: url("https://apps.startribune.com/fonts/Benton-Sans-Regular/c80c8df9-343a-4ee8-a64b-6213022724fd-2.eot");
  src: url("https://apps.startribune.com/fonts/Benton-Sans-Regular/c80c8df9-343a-4ee8-a64b-6213022724fd-2.eot?") format("embedded-opentype"), url("https://apps.startribune.com/fonts/Benton-Sans-Regular/c80c8df9-343a-4ee8-a64b-6213022724fd-3.woff") format("woff"), url("https://apps.startribune.com/fonts/Benton-Sans-Regular/c80c8df9-343a-4ee8-a64b-6213022724fd-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Benton Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  src: url("https://apps.startribune.com/fonts/Benton-Sans-Regular-Italic/2c74d4f4-5f5a-4841-9646-6cb371baa21a-2.eot");
  src: url("https://apps.startribune.com/fonts/Benton-Sans-Regular-Italic/2c74d4f4-5f5a-4841-9646-6cb371baa21a-2.eot?") format("embedded-opentype"), url("https://apps.startribune.com/fonts/Benton-Sans-Regular-Italic/2c74d4f4-5f5a-4841-9646-6cb371baa21a-3.woff") format("woff"), url("https://apps.startribune.com/fonts/Benton-Sans-Regular-Italic/2c74d4f4-5f5a-4841-9646-6cb371baa21a-1.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Benton Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  src: url("https://apps.startribune.com/fonts/Benton-Sans-Bold/34ba72ff-8e42-428e-b0a6-d43e43d09b7f-2.eot");
  src: url("https://apps.startribune.com/fonts/Benton-Sans-Bold/34ba72ff-8e42-428e-b0a6-d43e43d09b7f-2.eot?") format("embedded-opentype"), url("https://apps.startribune.com/fonts/Benton-Sans-Bold/34ba72ff-8e42-428e-b0a6-d43e43d09b7f-3.woff") format("woff"), url("https://apps.startribune.com/fonts/Benton-Sans-Bold/34ba72ff-8e42-428e-b0a6-d43e43d09b7f-1.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "Benton Sans Condensed Medium";
  src: url("https://apps.startribune.com/fonts/Benton-Sans-Condensed-Medium/06f4dbf6-2449-4b99-9621-e8abb9e595a2-2.eot");
  src: url("https://apps.startribune.com/fonts/Benton-Sans-Condensed-Medium/06f4dbf6-2449-4b99-9621-e8abb9e595a2-2.eot?") format("embedded-opentype"), url("https://apps.startribune.com/fonts/Benton-Sans-Condensed-Medium/06f4dbf6-2449-4b99-9621-e8abb9e595a2-3.woff") format("woff"), url("https://apps.startribune.com/fonts/Benton-Sans-Condensed-Medium/06f4dbf6-2449-4b99-9621-e8abb9e595a2-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

.elections-medium .section-label {
  color: #000;
}

.featured .featured.breaking-news {
  border: solid 1px #ccc;
  border-width: 1px 0;
  padding-top: 21px;
}

.election-header {
  width: 100%;
  background: #fff;
  margin-bottom: 5px;
}

.poll-close-counter {
  margin-bottom: 0;
  margin-top: 0 !important;
}

.img-results {
  height: 0;
}

.img-results {
  overflow: hidden;
  transition: height .75s ease;
}

.img-results img {
  display: block;
  margin: auto;
}

.img-results.open {
  transition: height .75s ease;
}

.elexBar {
  height: 1em;
  width: 100%;
  padding: 0;
  border-bottom: 2px solid #ccc;
  background: #fff;
  margin: 10px 0 30px 0;
}

.results-button {
  height: 30px;
  width: 30px;
  border: none;
  background-color: inherit;
  background: none;
  margin: auto;
  display: block;
  text-align: center;
  padding: 0;
}

.flip {
  transform: rotate(180deg);
}

/*.resultsLogo,
.results-footer,.counter-text {
    display: block;
    width: 100%;
    height: auto;
    @extend %mb-small;
    font-family: $font-benton, san-serif !important;
    letter-spacing: .25px;
    font-size: 12px;
    white-space: nowrap;
    text-align:center;
    a {
        color: #000;
    }
}*/
.resultsLogo {
  float: left;
  margin: 0;
  min-width: 108px;
}

.resultsLogo h4 {
  color: #000;
  float: left;
  font-size: 11px;
  padding-right: 5px;
  font-family: "Benton Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 0.11px;
}

.counter-text h2 {
  color: #000;
  font-size: 11px;
}

.counter-text span {
  padding: 0 3px;
}

.resultsLogo:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.results-footer {
  height: auto;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #ccc;
  text-align: center;
}

.logoLeft {
  float: left;
  margin: 0 5px 0 0;
  font-weight: bold;
}

.logoRight {
  float: right;
  margin-top: 0;
  color: #222;
  text-decoration: none;
}

.logoRight a {
  text-transform: uppercase;
}

.logoRight span {
  display: inline-block;
  margin: auto 3px;
}

.logoRight a {
  color: #222;
  text-decoration: none;
}

.resultsLogoSVG {
  float: left;
  width: 27px;
  height: 27px;
  background: url(https://stmedia.startribune.com/images/elex18-logo-fallback-100.png);
  background: url(https://static.startribune.com/preview/elections-2018/homepage/elex18-logo-40.svg), none;
  background-size: 27px 27px;
  background-repeat: no-repeat;
  margin: -7px 0 0 0;
}

section.elections-large .breaking-news h1 a {
  font-size: .85em;
  line-height: 1;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
  .logoRight {
    float: left;
    margin-top: 0;
    width: 100%;
  }
}

a.poll-elex-nav-mobile-logo img {
  margin: 1% auto;
}

.poll-elex-nav-mobile {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 6% auto;
}

.poll-elex-nav-mobile a {
  display: inline-block;
  font-family: sans-serif;
  font-size: .8em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #4e4e4e;
  text-decoration: none;
  background-color: #ffffff;
  padding: 1em 0;
  border-radius: 3px;
  border: 1px solid #cccccc;
  width: 48.5%;
  margin: 1.2% 0;
}

.poll-elex-nav-mobile a:nth-child(odd) {
  margin-right: 1%;
}

/*breaking news module styles*/
.breaking-medium.custom-breaking, .breaking-large.custom-breaking {
  border-bottom: solid 1px #d9d9d9;
  margin-bottom: 24px;
}

.breaking-medium.custom-breaking .tease-summary, .breaking-large.custom-breaking .tease-summary {
  margin-bottom: 1.375rem;
}

.breaking-medium.custom-breaking h5, .breaking-large.custom-breaking h5 {
  font-size: .85em;
  text-transform: uppercase;
  color: #BC1537;
  margin-bottom: 9px;
}

.breaking-medium.custom-breaking figure.tease-photo, .breaking-large.custom-breaking figure.tease-photo {
  margin: 0 0 12px 0;
  padding: 0;
}

.breaking-medium.custom-breaking figure.tease-photo figcaption, .breaking-large.custom-breaking figure.tease-photo figcaption {
  display: none;
}

.breaking-medium.custom-breaking ul.tease-list, .breaking-large.custom-breaking ul.tease-list {
  font-size: .75rem;
  line-height: 1.333333333;
  font-family: "OpenSans-bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  list-style: none;
  margin-left: 0;
}

.resultsBanner {
  margin: -10px 10px 10px 10px;
}

.article-body .resultsBanner,
.series-article .resultsBanner,
.clean-sheet .resultsBanner {
  margin: 0 0 24px 0;
  padding: 9px 0 6px 0;
  border: 1px solid #cccccc;
  border-width: 1px 0 1px 0;
}

.related-links.myvote {
  border: solid 1px #ccc;
  border-width: 1px 0;
  padding-top: 24px;
}

.related-links.myvote h5 {
  margin-bottom: 12px;
}

.related-links.myvote li {
  width: 50%;
  float: left;
}

.related-links.myvote li.left a {
  padding-right: 12px;
}

.related-links.myvote li.right a {
  padding-left: 12px;
}

.poll-close-counter {
  margin-top: 11px;
  font-family: "Benton Sans", "Helvetica Neue", Arial, Helvetica, sans-serif, san-serif !important;
}

.poll-close-counter span.counter-text {
  float: right;
  text-align: right;
  font-size: 11px;
}

.poll-close-counter:after {
  content: "";
  display: table;
  clear: both;
}

.elx-article-nav.related-links.myvote {
  margin-top: -6px;
  margin-bottom: 24px;
  padding-top: 24px;
  padding-bottom: 4px;
}

.elx-article-nav.related-links.myvote h5 {
  text-transform: uppercase;
  font-size: .95em;
}

.featured .story-bullets .link {
  padding-bottom: 1px;
  border: solid 1px #005776;
  border-width: 0 0 1px 0;
}

.featured .story-bullets .link a:hover {
  text-decoration: none;
}

.featured h4.bullet-header {
  font-size: .85em;
  margin-bottom: 1em;
}

.featured.breaking-news.election {
  border-bottom: solid 1px #cccccc;
}

.featured.elections-small .image,
.featured.elections-medium .image,
.featured.elections-large .image {
  margin-bottom: 18px;
}

.large-news-content-module.elx-results {
  margin: -12px 0 20px 0;
  border-bottom: solid 1px #cccccc;
}

.large-news-content-module.elx-results.article {
  margin-bottom: 9px;
}

.feed.live-update.liveNews {
  margin-bottom: 1.375rem;
  padding: 0 10px;
}

.feed.live-update.liveNews .feed-title {
  font-family: "Benton Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: .9rem;
  letter-spacing: -.25px;
  margin-bottom: 6px;
}

.feed.live-update.liveNews .feed-title span {
  font-weight: bold;
}

.feed.live-update.liveNews .feed-title a {
  color: #333132;
}

.feed.live-update.liveNews .scrbbl-embed {
  height: 260px;
  overflow: scroll;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}

.feed.live-update.liveNews .scrbbl-embed iframe {
  padding-right: 10px;
}

/*------------------------------------*\
    $ADS
\*------------------------------------*/
.native-ad {
  display: block;
  height: 100%;
  text-align: center;
  background: #FFF;
  margin: 1.5rem -0.75rem;
}

.inline-ad-header {
  color: #545454;
  display: inline-block;
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 11px;
  padding: 10px 0 5px;
  text-align: center;
  text-transform: uppercase;
}

.mob-article-inline {
  align-items: center;
  height: 100%;
  justify-content: center;
}

.ad-wrapper {
  display: grid;
  min-height: 250px;
  align-content: center;
}

.ad-placeholder {
  min-height: 290px;
  background-color: #e4e4e4;
  padding-bottom: 10px;
  margin: 0 -0.75rem 1.5rem;
}

.sticky-leader {
  width: 100%;
  height: 50px;
  padding: 0;
  text-align: center;
  visibility: visible;
}

.sticky-leader.fixed {
  position: fixed;
  width: 320px;
  height: 50px;
  z-index: 9002;
  left: 50%;
  right: 50%;
  bottom: 0;
  border: none;
  margin: auto auto auto -160px;
  zoom: 1;
  padding: 0;
}

.advertisement {
  z-index: 999;
}

#div-gpt-ad-localAdsPageLink {
  float: left;
  margin-bottom: 1.375rem;
}

.local-ads-container > div {
  margin: 0 0 60px 0;
}

.local-ads-container > div:first-of-type {
  padding-top: 14px;
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-slider .slide-loading {
  background: url(../img/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}

#swipebox-bottom-bar.visible-bars {
  transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}

#swipebox-top-bar.visible-bars {
  transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}

.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}

/* Skin
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

/* Find the greatest common factor of two integers */
.stars:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 0;
}

/* Actually generate stars (this need to be after the .stars:after 
    declaration) */
/* No need to create an .s0 class as .stars start at 0 width */
/* No need to create fraction classes higher 
        than the max number of stars */
/* No need to create a .s{n}-1-1 class as we can
            use .s{n+1} */
/* Find the greatest common factor so we can use
              -1-2 instead of -2-4 */
/* Create factor class */
.s0-1-4:after {
  width: 4px;
}

/* No need to create a .s{n}-1-1 class as we can
            use .s{n+1} */
/* Find the greatest common factor so we can use
              -1-2 instead of -2-4 */
/* Create factor class */
.s0-1-2:after {
  width: 8px;
}

/* No need to create a .s{n}-1-1 class as we can
            use .s{n+1} */
/* Find the greatest common factor so we can use
              -1-2 instead of -2-4 */
/* Create factor class */
.s0-3-4:after {
  width: 12px;
}

/* No need to create a .s{n}-1-1 class as we can
            use .s{n+1} */
/* No need to create an .s0 class as .stars start at 0 width */
/* Create integer class */
.s1:after {
  width: 16px;
}

/* No need to create fraction classes higher 
        than the max number of stars */
/* No need to create a .s{n}-1-1 class as we can
            use .s{n+1} */
/* Find the greatest common factor so we can use
              -1-2 instead of -2-4 */
/* Create factor class */
.s1-1-4:after {
  width: 20px;
}

/* No need to create a .s{n}-1-1 class as we can
            use .s{n+1} */
/* Find the greatest common factor so we can use
              -1-2 instead of -2-4 */
/* Create factor class */
.s1-1-2:after {
  width: 24px;
}

/* No need to create a .s{n}-1-1 class as we can
            use .s{n+1} */
/* Find the greatest common factor so we can use
              -1-2 instead of -2-4 */
/* Create factor class */
.s1-3-4:after {
  width: 28px;
}

/* No need to create a .s{n}-1-1 class as we can
            use .s{n+1} */
/* No need to create an .s0 class as .stars start at 0 width */
/* Create integer class */
.s2:after {
  width: 32px;
}

/* No need to create fraction classes higher 
        than the max number of stars */
/* No need to create a .s{n}-1-1 class as we can
            use .s{n+1} */
/* Find the greatest common factor so we can use
              -1-2 instead of -2-4 */
/* Create factor class */
.s2-1-4:after {
  width: 36px;
}

/* No need to create a .s{n}-1-1 class as we can
            use .s{n+1} */
/* Find the greatest common factor so we can use
              -1-2 instead of -2-4 */
/* Create factor class */
.s2-1-2:after {
  width: 40px;
}

/* No need to create a .s{n}-1-1 class as we can
            use .s{n+1} */
/* Find the greatest common factor so we can use
              -1-2 instead of -2-4 */
/* Create factor class */
.s2-3-4:after {
  width: 44px;
}

/* No need to create a .s{n}-1-1 class as we can
            use .s{n+1} */
/* No need to create an .s0 class as .stars start at 0 width */
/* Create integer class */
.s3:after {
  width: 48px;
}

/* No need to create fraction classes higher 
        than the max number of stars */
/* No need to create a .s{n}-1-1 class as we can
            use .s{n+1} */
/* Find the greatest common factor so we can use
              -1-2 instead of -2-4 */
/* Create factor class */
.s3-1-4:after {
  width: 52px;
}

/* No need to create a .s{n}-1-1 class as we can
            use .s{n+1} */
/* Find the greatest common factor so we can use
              -1-2 instead of -2-4 */
/* Create factor class */
.s3-1-2:after {
  width: 56px;
}

/* No need to create a .s{n}-1-1 class as we can
            use .s{n+1} */
/* Find the greatest common factor so we can use
              -1-2 instead of -2-4 */
/* Create factor class */
.s3-3-4:after {
  width: 60px;
}

/* No need to create a .s{n}-1-1 class as we can
            use .s{n+1} */
/* No need to create an .s0 class as .stars start at 0 width */
/* Create integer class */
.s4:after {
  width: 64px;
}

/* No need to create fraction classes higher 
        than the max number of stars */
.stars, .stars:after {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAgCAYAAAAbifjMAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAohJREFUeNqUlcFK41AUhr/YktKaUi3iGFz0jlCZZecJmnmCeQS7E7LqG4yP4CqQXfsG8wj1DepCGAxiEcQRBjQ0Y2jJJbPoiZNqG/XAXTTn/P/97zn3/oWCSH2uU5/ropqNAnAXE4WJSn2+f5gAOGEf2Aeg/yGC1KdLCYdtYBso4aQ+3XcRpD4N4IQ9oCxrb6FIckthpD4/ACXLAaAOtAUMkAABMH3GjYAJMDFSn5QdYAeo5UDrIgGegD+LtQH0eABK7wAjNSXgAYCeIec+osSAL8DmGwR/gV+ApmccMzRyzXub5AV4aQrGMUM0Ax4Ldn8ENIMMvGqMiloBQU1qCu5BBzP3ayYrC1NqXvQ0H1tsyqjugd/ydQ/49NybrZUKUp8uNQGdA7eM0HTQKG4ZcS65mtSuUKB4Am4YA33jmLNc7lvq0+WGUzmCgkX+5RF6+Q57nncE4LruUAi/pj5HK3uQBy496UUM19Wt9QPZXQEqU/JhQ2k2mzSbzbyS9xF4ntcFlG3b2LaNqFhpKIbneS2R2pEZO4CyLEsdHh4CcHl5SRRFE/GAkVzqMTApAz+BjmmamKZJtVqlUqnQaPw3n1arRRiGajabqTiOnfl8znw+BxiXZceR1rpzcHBAufzaFCqVCru7uws/SRIuLi4QBc6G67oh4Gitx0EQkCTJejNKEoIgQGs9BhzXdUMj17gGMKpWq512u/1KSQaO4/gZvDQF+dCP4xit9avdtdbEcQzQz8Cr/UDOvKoP+Zp1z1lZlgXAdDrl7u4OANu2qdfrWJZFFEWFBB2Aq6srwjDM/J8gCJzcWAsNRUVRhFyYnuu6Z9nNDMNwkPsDWk8gwKUXJ0Sf5VGd5nP/BgBGj/Tq6y72PAAAAABJRU5ErkJggg==");
}

.stars {
  position: relative;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 64px;
  height: 16px;
  background-position: 0 -16px;
  margin-bottom: 5px;
}

/* $WEATHER ICONS */
.weather-icon {
  background-size: 100%;
  background-position: center center;
  display: inline-block;
}

.weather-icon--small {
  width: 18px;
  height: 18px;
}

.weather-icon--medium {
  width: 48px;
  height: 48px;
}

.weather-icon--large {
  width: 72px;
  height: 72px;
}

/* $TEMP SIZES */
.temp {
  font-family: "Popular-bold", Cambria, Georgia, serif;
  line-height: 1;
}

.temp--small {
  font-size: 24px;
  font-size: 1.5em;
  /* 24 ÷ 16 */
}

.temp--medium {
  font-size: 48px;
  font-size: 3rem;
  /* 48 ÷ 16 */
}

.temp--large {
  font-size: 60px;
  font-size: 3.75rem;
  /* 60 ÷ 16 */
  float: left;
}

.current-condition {
  width: 70%;
  margin: 0 auto 24px;
}

.conditions-info {
  margin-bottom: 12px;
}

.conditions-list {
  list-style: none;
  margin-left: 0;
}

.forecast {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.forecast-label {
  text-transform: uppercase;
  color: #00a3ad;
}

.condition {
  margin-bottom: 12px;
  margin-bottom: .75rem;
}

.hilow {
  font-family: "Popular", Cambria, Georgia, serif;
  float: left;
}

.hilow > li {
  margin-bottom: 0;
}

.vertical-video, embed.vertical-video {
  width: 80%;
  display: inline-block;
  position: relative;
}

.vertical-video:after {
  padding-top: 179.75%;
  display: block;
  content: '';
}

.vertical-video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  border: none 0;
  width: 100% !important;
  height: 100% !important;
}

.module .button-set {
  margin-bottom: 11px;
  margin-bottom: 0.6875rem;
}

/* Most Read/Most Watched/Most Shared/Most Emailed */
.most-read img,
.most-emailed img,
.recommended-stories img {
  float: right;
  margin-top: 4px;
  margin-bottom: 11px;
  margin-bottom: 0.6875rem;
  margin-left: 11px;
  margin-left: 0.6875rem;
}

.most-read li:after,
.most-emailed li:after,
.recommended-stories li:after {
  content: "";
  display: table;
  clear: both;
  margin-bottom: 0;
}

.most-read h5,
.most-emailed h5,
.recommended-stories h5 {
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

/* Single Section (Gallery) */
.module .gallery {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.section-image .gallery {
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}

/* Most Watched / Single Section (Gallery) */
.watched--title,
.gallery--title {
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.watched--thumb,
.gallery--thumb {
  float: left;
  position: relative;
  display: inline-block;
  margin: 0 12px 12px 0;
  height: 65px;
  width: 115px;
  overflow: hidden;
}

.watched--thumb.large,
.gallery--thumb.large {
  display: block;
  height: 167px;
  width: 100%;
  margin: 0 0 12px 0;
}

.watched--title.large,
.gallery--title.large {
  margin-bottom: 12px;
}

.vid--overlay {
  height: 32px;
  width: 32px;
  background-position: 50% 50%;
  position: absolute;
  z-index: 100;
  top: 17px;
  left: 42px;
}

.large .vid--overlay {
  top: 69px;
  left: 132px;
}

/* Latest Cartoon */
.module.cartoon h5 {
  margin-bottom: 0;
}

/* MultiColumn */
.multi-column h3 {
  font-family: "Popular-light", Cambria, Georgia, serif;
}

.multi-column .section-label {
  display: block;
  margin: 0 0 9px 0;
  font-size: .85em;
  color: #333132;
}

.multi-column .icon {
  width: 100px;
  height: 100px;
  margin-left: .9rem;
  float: right;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.multi-column p {
  min-height: 89px;
}

.module.weather ul.icons-temp {
  text-align: center;
  margin-bottom: 11px;
  margin-bottom: 0.6875rem;
}

.module.weather .weather-temp {
  font-family: "OpenSans-bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 3.5em;
  display: inline-block;
  line-height: 100%;
}

.module.weather .wx-extras {
  display: inline-block;
  white-space: nowrap;
}

.module.weather .weather-icon--large {
  width: 72px;
  height: 72px;
  display: inline-block;
  margin-left: 3px;
}

.module.weather .weather-panel__icon {
  margin-bottom: -11px;
  margin-bottom: -0.6875rem;
}

.module.weather .wx-details {
  text-align: center;
  margin-bottom: 11px;
  margin-bottom: 0.6875rem;
}

.module.weather .location,
.module.weather .forecast-link {
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.module.weather .location {
  font-size: .9em;
  float: right;
  line-height: 173%;
}

.module.weather a.icon-link {
  color: #333132;
  text-decoration: none;
}

.module.weather h4 {
  text-align: center;
  font-size: .9em;
}

.module.weather .forecast-link .pipe {
  color: #ccc;
}

.latest-blogs-columns,
.latest-columns p,
.latest-blogs p {
  min-height: 89px;
}

.single-blog .section-label a.icon {
  float: right;
}

.single-blog .section-label a.icon img {
  width: 60px;
}

.featured.large-news-content-module.article {
  margin-top: 12px;
}

.featured.large-news-content-module.elx-results {
  margin: -12px auto 12px auto;
}

.featured.large-news-content-module.elx-results.article {
  margin: 12px auto 12px auto;
  max-width: 640px;
}

.featured.large-news-content-module.elx-results.section {
  margin: 0 auto 16px auto;
}

.featured-html-js .icon-vikings {
  width: 40px;
  height: 56px;
  float: left;
  color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin-right: 9px;
  margin-top: -3px;
}

.featured-html-js .gameday {
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: .85em;
  letter-spacing: -.25px;
  margin-top: 18px;
  padding-bottom: 0;
}

.featured-html-js .gameday .period {
  color: #999;
  font-size: .9em;
  text-transform: uppercase;
}

.featured-html-js .gameday p {
  margin-top: 6px;
  min-height: 49px;
  margin: 0 0 12px 0;
}

.featured-html-js .gameday-rule {
  margin-top: 0;
  margin-bottom: 12px;
}

.comics-games {
  margin: 0 0 1em 0;
}

.comics-games .left-side, .comics-games .right-side {
  display: block;
  width: 50%;
  margin-top: 1em;
  margin-bottom: 1em;
}

.comics-games .left-side {
  float: left;
  padding-right: 5%;
}

.comics-games .right-side {
  float: right;
  border-left: 1px solid #ccc;
  padding-left: 8%;
}

.comics-games p.funLink, .comics-games p.funLinkLast, .comics-games p.horoscopeLink {
  font-family: sans-serif;
  font-weight: bold;
}

.comics-games p.funLink {
  margin-bottom: .5em !important;
}

.comics-games p.funLinkLast {
  margin-bottom: 0 !important;
}

.comics-games p.horoscopeLink {
  margin-bottom: 0 !important;
  margin-top: 1.1em !important;
  padding-top: 1.2em;
  border-top: 1px solid #ccc;
}

ul.poll-choices, table.poll-results-table {
  margin-top: 22px;
  margin-top: 1.375rem;
  margin-bottom: 11px;
  margin-bottom: 0.6875rem;
}

ul.poll-choices li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 11px;
  margin-bottom: 0.6875rem;
  padding: 0;
}

ul.poll-choices li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

ul.poll-choices li input[type=radio] {
  position: absolute;
  visibility: hidden;
}

ul.poll-choices li label {
  display: block;
  position: relative;
  font-weight: 300;
  padding: 0 0 0 35px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

ul.poll-choices li .check {
  display: block;
  position: absolute;
  border: 2px solid #ccc;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 0;
  left: 0;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

ul.poll-choices li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 3px;
  left: 3px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.poll-form input[type=radio]:checked ~ .check {
  border: 2px solid #333132;
}

.poll-form input[type=radio]:checked ~ .check::before {
  background: gray;
}

.poll-form input[type=radio]:checked ~ label {
  font-family: "OpenSans-bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.tease-poll-form {
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.poll-form .button-set {
  position: relative;
}

.poll-form .button-set .nav {
  position: absolute;
  right: 0;
  top: 25%;
}

.poll-form .button-set {
  margin-bottom: 0;
}

.poll-results-table {
  margin-bottom: 0;
}

.poll-results-table th, .poll-results-table td {
  padding-top: 11px;
  padding-top: 0.6875rem;
  padding-bottom: 11px;
  padding-bottom: 0.6875rem;
}

.answer-cell {
  text-align: left;
  border-top: 1px solid #ccc;
  padding-bottom: 0;
  padding-left: 0;
}

.poll-results-cell {
  padding-top: 0;
}

.percent-cell {
  text-align: right;
  padding-left: 0;
  padding-right: 11px;
  padding-right: 0.6875rem;
}

.meter-cell, .total-votes-label-cell {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.votes-cell, .total-votes-cell {
  text-align: right;
  padding-right: 0;
  padding-left: 11px;
  padding-left: 0.6875rem;
}

.poll-results-row.summary td {
  padding-bottom: 0;
}

.poll-results-table tr:first-child td {
  padding-top: 0;
  border-top: 0;
}

.poll-results-table tr:last-child td {
  border-top: none;
}

.answer-cell {
  width: 100%;
  padding-right: 0;
}

td.votes-cell, td.total-votes-cell {
  padding-left: 11px;
  padding-left: 0.6875rem;
}

.poll-results-meter-wrapper {
  background: #d9d9d9;
  height: .75em;
}

.poll-results-meter {
  background: #8DC63F;
  display: block;
  height: 100%;
}

.poll-results-cell.answer-cell {
  padding-bottom: 0;
}

.total-votes-label-cell {
  position: relative;
  text-align: right;
}

.total-votes-label-cell .article-tools.nav {
  position: absolute;
  top: 11px;
  top: 0.6875rem;
}

.more-polls {
  margin-top: 22px;
  margin-top: 1.375rem;
}

.poll-results-row {
  font-size: 16px;
  padding-top: 22px;
  padding-top: 1.375rem;
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
}

.poll-results-cell.answer-cell {
  border-bottom: none;
  text-align: left;
}

.poll-disclaimer {
  font-size: 65%;
}

/* $SEARCH */
.content.cf.search .block-list {
  border-top-width: 0;
  border-bottom-width: 0;
  margin-bottom: 0;
}

.content.cf.search .block-list li {
  padding: 12px 0;
}

.content.cf.search .block-list li.featured-entry {
  background: #e8e8e8;
  padding: 20px;
  margin-bottom: 20px;
  border-bottom-width: 0;
}

.content.cf.search .block-list li.featured-entry h2 {
  margin-bottom: 10px;
}

.podcast-itunes-link {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icn-itunes-badge.png");
  background-image: url("../img/icn-itunes-badge.svg"), none;
  background-size: cover;
  width: 115px;
  height: 45px;
  display: inline-block;
  margin-top: 1em;
  overflow: hidden;
  text-indent: -999px;
}

.no-svg .podcast-itunes-link {
  background-image: url("../img/icn-itunes-badge.png");
}

.podcast-google-link {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icn-google-play-badge.png");
  background-image: url("../img/icn-google-play-badge.svg"), none;
  background-size: cover;
  width: 151px;
  height: 45px;
  display: inline-block;
  margin-top: 1em;
  overflow: hidden;
  text-indent: -999px;
  margin-left: 12px;
}

.no-svg .podcast-google-link {
  background-image: url("../img/icn-google-play-badge.png");
}

.l-housing-search {
  background: #e8e8e8;
  border: 1px solid #d3d3d3;
  padding: 1.25em;
  margin-bottom: 16px;
}

.housing-search-block-label {
  width: auto;
  float: left;
  padding: 0;
  margin-bottom: 10px;
}

.housing-search-filter-by {
  float: right;
  margin-top: 12px;
}

.housing-search-location {
  position: relative;
}

.housing-search-heading {
  font: normal bold 34px "Whitman Display Condensed Bold", Georgia, Times, serif;
  line-height: 1;
  margin-bottom: 1em;
}

.housing-search-suggested {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: -1px;
  font-size: 16px;
}

.housing-search-suggested ul {
  background: #ffffff;
  color: #444444;
  padding: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.housing-search-suggested li {
  list-style: none;
  cursor: pointer;
  padding: 5px;
}

.housing-search-suggested li:hover {
  color: #61bf1a;
}

.housing-search-suggested.closed {
  display: none;
}

.housing-search-field {
  width: 100%;
  color: #9a9a9a;
  font-family: "Benton Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  background: #fff;
  border: 1px solid #bfbfbf;
  -webkit-appearance: none;
  border-radius: 0;
  height: 36px;
  padding-left: 10px;
  font: normal 14px/1 Arial, sans-serif;
}

.housing-search-select-wrapper {
  position: relative;
  background: #fff;
}

.housing-search-select-wrapper:before, .housing-search-select-wrapper:after {
  position: absolute;
  content: "";
  display: block;
  right: 7px;
  width: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}

.housing-search-select-wrapper:before {
  top: 11px;
  border-bottom: 6px solid #4e4e4e;
  border-top: none;
}

.housing-search-select-wrapper:after {
  top: 20px;
  border-top: 6px solid #4e4e4e;
  border-bottom: none;
}

.housing-search-select {
  background: transparent;
  position: relative;
  z-index: 1;
}

.housing-search-checkbox {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  padding-left: 18px;
}

.housing-search-checkbox input {
  position: absolute;
  left: 0;
}

.housing-search-btn {
  width: 100%;
  color: #fff;
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  background: #61bf1a;
  border: none;
  padding: 12px;
  -webkit-appearance: none;
  opacity: 0.9;
}

.housing-search-btn:hover {
  opacity: 1;
}

.cta-container {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #f5f5f5;
  padding: 12px 6px;
  align-items: center;
}

.cta-container .cta-inner-wrapper {
  width: 100%;
  max-width: 547px;
  display: flex;
  padding: 0 6px;
}

.cta-container .cta-title {
  font-family: "Benton Sans", sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  margin: 0 0 6px 0;
}

.cta-container .cta-description {
  font-family: "Benton Sans", sans-serif;
  font-size: 14px;
}

.cta-container .cta-button {
  font-family: "Benton Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
  background-color: #03663A;
  color: #FFFFFF;
  padding: 6px 12px;
}

.cta-container .cta-button:focus {
  outline-offset: 3px;
}

.cta-container .cta-left {
  max-width: 200px;
}

.cta-container .cta-right {
  display: flex;
  padding: 6px 0 6px 6px;
  align-items: center;
  flex-grow: 1;
  justify-content: end;
}

@media screen and (min-width: 480px) {
  .cta-container .cta-left {
    max-width: 300px;
  }
}

@media screen and (min-width: 550px) {
  .cta-container .cta-inner-wrapper {
    padding: 0 12px;
  }
}

@media screen and (min-width: 970px) {
  .cta-container .cta-inner-wrapper {
    padding: 0 0;
    max-width: 732px;
    margin-right: 40px;
  }
}

.st-tooltip {
  z-index: 1005;
  visibility: visible;
  position: absolute;
  opacity: 1;
  transform-style: preserve-3d;
  font-family: "Benton Sans", "OpenSans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  padding: 15px 45px 15px 15px;
  box-shadow: 2px 3px 4px #0A020340;
  font-size: 1em;
  color: #000;
  min-width: 235px;
  border-left: 5px solid #00824A !important;
}

.st-tooltip span {
  z-index: 2;
}

.st-tooltip span > a {
  display: inline;
}

.st-tooltip .tooltip-bold {
  font-weight: bold;
}

.st-tooltip > .tooltip-arrow {
  z-index: -1;
}

.st-tooltip .tooltip-close-button {
  z-index: 12;
  padding: 10px;
  margin: 5px;
  position: absolute;
  top: 0;
  right: 0;
  color: #999;
  font-size: 12px;
  border: none;
  background: transparent;
}

.st-tooltip .tooltip-close-button > .strib-icon {
  font-size: 12px;
}

.st-tooltip .tooltip-close-button:hover, .st-tooltip .tooltip-close-button:active {
  color: #0A0203;
}

.st-tooltip.hidden {
  display: block;
  visibility: hidden;
}

.tooltip-arrow {
  z-index: 0;
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  background: #ffffff;
  transform: translate(-50%) rotate(45deg);
}

/*------------------------------------*\
    $LAYOUT
\*------------------------------------*/
html {
  font-variant: normal;
  font-weight: 400;
  font-family: Cambria, Georgia, serif;
  color: #333123;
}

body,
.site-container {
  position: relative;
}

/** Shared Container Styles
 * E.g.:
 *
   <body>
       <div class="site-container">
         <main class="content-area content-scroll">
          <div class="content">
           Lorem ipsum dolor sit amet, consectetur adipisicing elit,
       sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
          </div>
         </main>
       </div>
   </body>
 *
 *
 */
body {
  min-width: 300px;
  min-height: 100%;
}

.site-container {
  position: relative;
  padding-top: 46px;
}

.content-scroll {
  max-width: 550px;
  margin: auto;
}

.homepage .content-scroll {
  padding-top: 6px;
}

.content {
  max-width: 100%;
}

section {
  zoom: 1;
}

section:before, section:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

section:after {
  clear: both;
}

hr {
  color: #d9d9d9;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #d9d9d9;
}

.hidden {
  display: none;
}

/*doc
---
title: Typefaces
name: typefaces
category: CSS
---

```html_example

<p class="open-sans">Sans-serif: Open Sans · <a href="https://www.google.com/fonts/specimen/Open+Sans">View on Google Webfonts</a> </p>
<p class="open-sans--bold">Sans-serif Bold: Open Sans Bold</p>
<p class="open-sans--light">Sans-serif Ligght: Open Sans Light</p>
<p class="cambria">Body text: Cambria<p>
<p class="popular">Headline Slab Serif: Popular</p>
<p class="popular--medium">Headline Slab Serif Medium: Popular Medium<p>
<p class="popular--bold">Headline Slab Serif Bold: Popular Bold<p>


```
 */
.open-sans {
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.open-sans--bold {
  font-family: "OpenSans-bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.open-sans--light {
  font-family: "OpenSans-light", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.cambria {
  font-family: Cambria, Georgia, serif;
}

.popular {
  font-family: "Popular", Cambria, Georgia, serif;
}

.popular--medium {
  font-family: "Popular-medium", Cambria, Georgia, serif;
}

.popular--bold {
  font-family: "Popular-bold", Cambria, Georgia, serif;
}

.weather-panel {
  display: flex;
  margin: 2px 0 0 0;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: capitalize;
}

.weather-panel ul {
  margin: 0;
  text-align: center;
  padding: 0;
}

.weather-panel li {
  display: inline-block;
  line-height: 90%;
}

.weather-panel .panel-item {
  padding: 0;
  margin-right: 5px;
  min-width: 58px;
  min-height: 16px;
}

.weather-panel .subscribe-link {
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 2px;
  border-left: 1px solid #d9d9d9;
  border-width: 0 1px 0 1px;
  min-height: 16px;
}

.weather-panel__link:hover {
  text-decoration: underline !important;
}

/*doc
---
title: Section Titles
name: section titles
category: Components
---

Use the base class `.section-label` and use the modifier classes to get alternate styles:

*[1]* Use `.section-label--tight` to remove the bottom margin of section labels to tighten up spacing with headline. (Used commonly in artciles to tighen up the spacing between section lables and headlines)

*[2]* Use `.section-label--blog` to use remove bottom margin and use regular font-weight for styling Blog Labels on Section Fronts.

```html_example

<h2 class="section-label">Lifestyle</h2>
<h1 class="article-title"><a href="#">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</a></h1>

<!-- [1] -->
<h2 class="section-label section-label--tight">Sports</h2>
<h2><a href="#">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</a></h2>

<!-- [2] -->
<h4 class="section-label section-label--blog">RandBall</h4>
<h3><a href="#">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</a></h3>

```
*/
.section-label {
  font-size: 16px;
  /* 16px */
  font-size: 1rem;
  /* 16 ÷ 16 */
  line-height: 1.375;
  /* 22 ÷ 16 */
  font-family: "OpenSans-bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #333132;
  text-transform: uppercase;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}

.section-label--tight {
  margin-bottom: 11px;
  margin-bottom: 0.6875rem;
}

.section-label--blog,
.section-label--column,
.section-label--column.section-label--column .section-label--blog.section-label--blog {
  margin-bottom: 0;
}

.section-label--blog,
.section-label--column {
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: capitalize;
}

.section-label--blog a,
.section-label--column a {
  color: gray;
}

/*doc
---
title: Featured Object
name: featured object
category: Components
---

```html_example

   <section class="featured">
       <h1>
         <a href="">Lorem ipsum dolor sit amet.</a>
       </h1>
       <div>
         <a href="">
           <img src=http://placekitten.com/320/220 alt="">
         </a>
       </div>
       <p>
       Lorem ipsum dolor sit amet, consectetur adipisicing elit,
     sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
     </p>
     -- include related object links here --
   </section>

```

  */
/** Secondary Object
 * E.g.:
 *
   <section class="secondary">
       <h3>
         <a href="">Lorem ipsum dolor sit amet.</a>
       </h3>
       <div>
         <a href="">
           <img src=http://placekitten.com/200/300 alt="">
         </a>
       </div>
       <p>
       Lorem ipsum dolor sit amet, consectetur adipisicing elit,
     sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
     </p>
     [ include related object links here ]
   </section>
 *
 *
 */
.featured img.has-caption,
.secondary img.has-caption,
.featured-section img.has-caption {
  margin-bottom: 0;
}

/* reserve open space for featured images on section fronts to manage content layout shift */
.placeholder {
  background-color: #ffffff;
}

.module.section-image div.image,
.featured div.image {
  min-height: CALC(100%/1.5);
}

.featured .article-image__img {
  margin-bottom: 0;
}

.secondary .article-image__img {
  min-height: 50px;
}

/* for images embedded via stribTag  */
.featured.embedded .image {
  max-height: 3000px;
}

.featured.embedded.graphic .image {
  /* for images embedded via stribTag  */
}

.section-image .image, .module.poll .image {
  margin-bottom: 0.6875rem;
}

.block-image .image,
.featured .image {
  overflow: hidden;
  margin-bottom: 0.6875rem;
}

@media only screen and (max-device-width: 360px) {
  .block-image .image {
    max-height: 240px;
  }
}

/* specialized classes for featured media captions  */
.featured .image,
.article .image,
.article-image .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.6875rem;
}

.image .overlay {
  position: absolute;
  background: #000;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 10;
  top: 0;
  opacity: 0;
}

.image.open .article-image__caption {
  position: absolute;
  z-index: 11;
  display: block;
  top: 0;
  height: 100%;
  width: 100%;
  background: none;
  transition: top 500ms ease;
}

.image .article-image__caption {
  position: absolute;
  z-index: 11;
  background: none;
  top: -200%;
  transition: top 2s ease;
  font-size: .9em;
}

.module.photo-gallery .article-image__caption {
  margin-bottom: 11px;
  margin-bottom: 0.6875rem;
}

.image.closed .overlay {
  transition: opacity 500ms;
  opacity: 0;
}

.image.open .overlay {
  transition: opacity 500ms;
  opacity: .7;
}

.icon-show-caption {
  display: none;
}

.featured .icon-show-caption,
.article .icon-show-caption {
  display: block;
  position: absolute;
  z-index: 11;
  bottom: 8px;
  right: 8px;
  height: 24px;
  width: 24px;
  border: solid 1.5px #000;
  background-color: #fff;
}

.featured .icon-show-caption-btn,
.article .icon-show-caption-btn,
.article-image .icon-show-caption-btn {
  display: block;
  height: 100%;
  width: 100%;
  transition-duration: 500ms;
  transition-property: transform;
}

.featured .open .icon-show-caption-btn,
.article .open .icon-show-caption-btn,
.article-image .open .icon-show-caption-btn {
  transform: rotate(45deg);
}

.captionCredit {
  margin: 6px 0 0 0;
  font-size: .85em;
}

.article-image--inline .related-byline {
  text-align: right;
  margin: 0;
  padding: 6px 0 0 0;
  color: #b3b3b3;
}

.secondary img {
  float: right;
  margin-left: 24px;
  margin-left: 1.375rem;
  max-width: 80px;
  clear: both;
}

/*doc
---
title: Related Links Object
name: related links object
category: Components
---

The Related Links object follows the BEM syntax as per: [http://csswizardry.com/2013/01/mindbemding-getting-your-head-round-bem-syntax/](http://csswizardry.com/2013/01/mindbemding-getting-your-head-round-bem-syntax/)

1. Our **B**lock is `.related-links`
2. Inside the **B**lock are our **E**lememnts `.related-links__title` and `.related-links__list`

A related links `<aside>` inside a `.featured` or `.secondary` block get a little extra bottom margin to offset them from the next block.
The `.related-links__list` inside a `.featured` or `.secondary` block get also get smaller font size.

```html_example

<section class="featured cf">
 <aside class="related-links">
   <h5 class="related-links__title">Related to this story</h5>
   <ul class="related-links__list nav nav--stacked">
     <li><a href="#">Aug. 29: Anderson: Scientist discusses biological control of zebra mussels</a></li>
     <li><a href="#">Test planned to deal with potential carp attack</a></li>
     <li><a href="#">Spiny waterflea found in Basswood Lake in BWCA</a></li>
   </ul>
 </aside>
</section>

```

Related Links object inside `.article-body`

```html_example
<article class="article-body">
  <aside class="related-links">
  <h5 class="related-links__title">Related to this story</h5>
  <ul class="related-links__list nav nav--stacked">
    <li><a href="#">Aug. 29: Anderson: Scientist discusses biological control of zebra mussels</a></li>
    <li><a href="#">Test planned to deal with potential carp attack</a></li>
    <li><a href="#">Spiny waterflea found in Basswood Lake in BWCA</a></li>
  </ul>
  </aside>
</article>

```

 */
.related-links {
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  border: 0 solid #d9d9d9;
}

.related-links__list > li:last-child {
  margin-bottom: 0;
}

.featured .related-links,
.secondary .related-links {
  margin-bottom: 33px;
  margin-bottom: 2.0625rem;
}

.article-body > p a,
.article-body > ul a,
.article-body > ol a,
.article-body-no-ads > p a,
.article-body-no-ads > ul a,
.article-body-no-ads > ol a {
  text-decoration: underline;
}

.article-body .is-promo .related-caption,
.article-body-no-ads .is-promo .related-caption {
  color: #333123;
}

.article-body .related-links,
.article-body-no-ads .related-links {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.top-stories ul {
  margin-bottom: 0;
}

#breaking-news h2,
.breaking-news h2 {
  color: #da291c;
}

/*doc
---
title: Spill Object
name: spill object
category: Components
---
  ```html_example

<section class="spill cf">
   <h4 class="spill__headline"><a href="#">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</a></h4>
   <p>Duis aliquet egestas purus in blandit. Curabitur vulputate, ligula lacinia scelerisque tempor, lacus lacus.</p>
</section>

  ```
 */
.site-footer {
  background-color: #333132;
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-align: center;
  color: #ffffff;
  width: 100%;
  margin: 0;
}

.blog-square {
  float: left;
  width: 88px;
  height: 88px;
  margin-right: .7rem;
}

.blog-promo {
  width: 30%;
  height: 30%;
}

.bio__image {
  width: 30%;
  height: 30%;
}

.hp-blog p {
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.text-input,
textarea,
input,
label,
.label {
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.search-form {
  background-color: #f2f2f2;
  margin: 0-11px 22px;
  margin: 0-0.6875rem 1.375rem;
}

.search-results-details {
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/*doc
---
title: Alerts
name: alerts
category: Components
---

There's no default alert style. Please use a type by using a modifier class.
Choose from Info, Positive, Warning, or Negative.

```html_example

<!-- alert--info -->
<div class="alert alert--info">
  <h4 class="alert-headline">Hey there!</h4>
  <p class="milli">Here's an alert that <strong class="alert__link">needs attention</strong> but isn't too important.</p>
</div>

<!-- alert--positive -->
<div class="alert alert--positive">
  <h4 class="alert-headline">Great news!</h4>
  <p class="milli">You successfully read this very important <strong class="alert__link">alert message<strong>.</p>
</div>

<!-- alert--warning -->
<div class="alert alert--warning">
  <h4 class="alert-headline">Hold up!</h4>
  <p class="milli">Best check yourself before you <strong class="alert__link">wreck yourself</strong>.</p>
</div>

<!-- alert--negative -->
<div class="alert alert--negative">
  <h4 class="alert-headline">Weather Severe Weather In Your Area!</h4>
  <p class="milli">A weather alert has been issued for the following counties: <strong class="alert__link">Waseca</strong>, <strong class="alert__link">Freeborn</strong>, <strong class="alert__link">Steele</strong>, <strong class="alert__link">Faribault</strong>, <strong class="alert__link">Watonwan</strong>, <strong class="alert__link">Martin</strong>, <strong class="alert__link">Blue Earth</strong>, <strong class="alert__link">Rice</strong>, <strong class="alert__link">Goodhue</strong>, <strong class="alert__link">Dakota</strong>.</p>
</div>


```

*/
.alert {
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding: 12px 12px 0 12px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert .alert__link {
  font-family: "OpenSans-bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.alert p {
  margin-bottom: 0;
}

.weather-alert {
  padding: 0;
  margin: 0;
  border: none;
  border-bottom: 1px solid #d9d9d9;
}

.weather-alert a {
  color: #333123;
}

.weather-alert .alert {
  padding: 0;
  border: none;
  background: transparent;
  margin: 0 auto;
  max-width: 640px;
}

.weather-alert .alert h5 {
  display: block;
  font-size: .9em;
  width: 44%;
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  background: #da291c;
  color: #fff;
  float: left;
  text-align: center;
  font-weight: normal;
  padding: 5px 5px 5px 5px;
  margin: 1em 28% 0;
  line-height: 120%;
}

.weather-alert .alert p {
  width: 100%;
  float: left;
  padding: 0.75rem;
}

.weather-alert p a.see-all {
  color: #005776;
  font-family: "OpenSans-bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  white-space: nowrap;
}

.alert-headline {
  margin-bottom: 12px;
  margin-bottom: .75rem;
}

/** Alert style Mixin
  * There's no default alert style.
  * Please use a type by using a modifier class.
  * Choose from Info, Positive, Warning, or Negative.
  *
  */
.alert--positive {
  color: #8DC63F;
  background-color: #f6fbf0;
  border-color: #bcdd8e;
}

.alert--positive .alert__link {
  color: #005826;
}

.alert--info {
  color: #2E73B8;
  background-color: #d7e6f5;
  border-color: #71a6db;
}

.alert--info .alert__link {
  color: #005776;
}

.alert--warning {
  color: #eaaa00;
  background-color: #fff2d1;
  border-color: #ffcf51;
}

.alert--warning .alert__link {
  color: #c99700;
}

/** .alert--negative {
*   @include alert-style($red, $chrimson);
*   }
*/
/** Shame.css
 **
 ** Fix for Instagram and YouTube Inbeds
 **
 */
iframe[src*='instagram.com'],
iframe[src*='youtube.com'] {
  width: 100%;
}

iframe[src*='app.e2ma.net'] {
  width: 100px;
  min-width: 100%;
}

.embed {
  width: 100%;
  overflow: hidden;
  margin-bottom: 22px;
}

@media only screen and (min-width: 480px) {
  .weather-alert .alert h5 {
    width: 24%;
  }
  .weather-alert .alert p {
    width: 72%;
    padding: 11px 2% 0 0;
  }
}

.ReactModal__Body--open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

.seo_description {
  padding-top: 20px;
}

.seo_description h1, .seo_description h2 {
  font-size: 1rem;
  line-height: 1.375;
  font-family: "OpenSans-bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #444444;
  text-transform: uppercase;
  margin-bottom: 0.6875rem;
}

.seo_description p {
  font-weight: 400;
  font-family: Cambria, Georgia, serif;
  color: #444444;
  font-size: 1em;
  line-height: 1.37;
}

.seo_description.seo_description_lower {
  padding: 0 0 20px 12px;
}

.city-spark-widgets-mobile {
  margin-bottom: -10px;
}

.pagination_section {
  position: relative;
}

.pagination_section a {
  padding: 5px 2px;
  text-decoration: underline;
}

.pagination_section a:hover {
  background-color: #d3d3d3;
}

@media screen and (max-width: 480px) {
  body {
    /* overflow-x:hidden; */
  }
}

@media print {
  header, nav, footer {
    display: none;
  }
  img {
    max-width: 500px;
  }
  body {
    font: 12pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
  }
}

.tynt-ad-parallax, .tynt-ad-scroller {
  z-index: 1000 !important;
}

.tynt-ad-container {
  z-index: -1 !important;
}

.tease-cgs {
  margin: 10px 0 0;
}

.tease-cgs p {
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0;
}

.tease-cgs a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  vertical-align: top;
}

.tease-cgs a span {
  position: absolute;
  display: none;
  top: 0;
  width: 100%;
  height: 79px;
  padding: 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.95);
}

.tease-cgs a span p {
  font-size: 11px;
  font-weight: normal;
  text-align: left;
  margin: 0 0 5px;
  padding: 0;
}

.tease-cgs a:hover span {
  display: block;
  border: 1px solid #000;
}

.tease-thick-brdr {
  zoom: 1;
  position: relative;
  font-family: "OpenSans-regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
}

.tease-thick-brdr:first-child {
  margin: 0;
  padding-top: 0;
}

.tease-thick-brdr:before {
  content: "\0020";
  display: block;
  margin: 0 0 10px;
  border-bottom: none;
}

.tease-thick-brdr:after {
  content: "";
  display: table;
  clear: both;
}

.tease-thick-brdr:first-child:before {
  display: none;
}

.tease-thick-brdr figure {
  padding-top: 13px;
}

.tease-cgs-dual {
  margin: 10px 0 0;
}

.tease-cgs-dual p {
  margin: 10px 0;
}

.tease-cgs-dual .block-label {
  padding: 0;
}

.tease-superquiz:before {
  margin-top: 0;
  padding: 0;
}

.tease-superquiz p {
  margin: 0 0 10px;
}

.tease-superquiz hr {
  display: none;
}

.comics-games-section {
  /* this sets which fractions will be generated as classes */
  /* this mixin sets the gutter width and divider color (if passed) for rows with the class you pass it */
  /* set gutters to 0 for rows with .no-gutter */
}

.comics-games-section .l-cg-left, .comics-games-section .l-cg-center {
  display: inline-block;
  vertical-align: top;
}

.comics-games-section .l-cg-left {
  width: 72%;
  padding-right: 16px;
}

.comics-games-section .l-cg-left .block-label {
  margin-top: 10px;
}

.comics-games-section .l-cg-left p {
  padding: 10px 0;
}

.comics-games-section h4.fg-block-2-4.allCat {
  font-size: 12px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 16px;
}

.comics-games-section .allCat {
  text-align: right;
  font-size: 12px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 16px;
}

.comics-games-section .allCat a {
  font-family: "Benton Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
}

.comics-games-section .allCat i {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

.comics-games-section .comicSingle {
  width: 100%;
  height: 56px;
  display: flex;
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 0;
  margin: 0 0 10px 0;
  box-sizing: border-box;
}

.comics-games-section .comicSingle img {
  height: 54px;
  border: .5px solid #000000;
  border-radius: 4px 0 0 4px;
  width: 94%;
  float: left;
  padding: 0;
  display: flex;
}

.comics-games-section .comicSingle .whiteOutline {
  color: #fff;
  background: #000;
  width: 6%;
  height: 54px;
  padding: 15px 0;
  float: right;
  border-radius: 0 4px 4px 0;
  display: flex;
}

.comics-games-section .boxes {
  border-radius: 4px;
  display: flex;
  margin: 0 auto;
}

.comics-games-section .boxes h4.boxText {
  margin-bottom: 0;
}

.comics-games-section .boxes .boxText {
  text-align: center;
  font: 20px/24px 'Popular';
  font-weight: bold;
  letter-spacing: 0.1px;
  color: #FFF;
  opacity: 1;
}

.comics-games-section .boxes .boxIcon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  height: 75px;
  width: 75px;
}

.comics-games-section .boxes .blockTitle.popular--bold {
  margin-bottom: 15px;
}

.comics-games-section .boxes .boxIndividual {
  width: 166px;
  height: 166px;
  display: inline-block;
  border-radius: 4px;
  margin: 0 10px 10px 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3), 0 1px 9px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3), 0 1px 9px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3), 0 1px 9px rgba(0, 0, 0, 0.45);
}

.comics-games-section .boxes .boxIndividual:last-child {
  margin-right: 0;
}

.comics-games-section .boxes .boxIndividual a {
  display: block;
}

.comics-games-section .boxes .boxIndividual a .backgroundArea {
  height: 136px;
  padding: 20px 10px;
  border-radius: 4px 4px 0 0;
}

.comics-games-section .boxes .boxIndividual a .backgroundArea .marginArea {
  margin: 0;
}

.comics-games-section .boxes .boxIndividual a .blackBottom {
  color: #fff;
  font: bold 14px/14px "Benton Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0 auto;
  text-align: center;
  display: block;
  border-radius: 0 0 4px 4px;
  background: #000;
  height: 30px;
  padding: 10px;
  letter-spacing: 1px;
}

.comics-games-section .boxes .boxIndividual a .blackBottom i {
  color: #fff;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  line-height: 15px;
  margin-left: -5px;
  margin-top: -2px;
}

.comics-games-section .boxes .boxDaily .backgroundArea {
  background-color: #006D68;
}

.comics-games-section .boxes .boxWord .backgroundArea {
  background-color: #005775;
}

.comics-games-section .boxes .boxCards .backgroundArea {
  background-color: #862633;
}

.comics-games-section .boxes .boxPuzzles .backgroundArea {
  background-color: #997300;
}

.comics-games-section .boxes .boxCasino .backgroundArea {
  background-color: #722257;
}

.comics-games-section .boxes .boxArcade .backgroundArea {
  background-color: #B94700;
}

.comics-games-section .boxes .superQuiz {
  border-radius: 4px 4px 0 0;
  height: 220px;
  margin-bottom: 50px;
  width: 100%;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3), 0 1px 9px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3), 0 1px 9px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3), 0 1px 9px rgba(0, 0, 0, 0.45);
}

.comics-games-section .boxes .superQuiz a {
  display: block;
}

.comics-games-section .boxes .superQuiz a .backgroundArea {
  width: 100%;
  padding: 0;
  border-radius: 4px;
  height: 190px;
}

.comics-games-section .boxes .superQuiz a .backgroundArea img {
  height: 190px;
  width: 351px;
  border-radius: 4px;
}

.comics-games-section .l-cg-center {
  position: relative;
  width: 178px;
  border-left: 1px solid #d3d3d3;
  margin: 0 0 0 -4px;
  padding-left: 16px;
}

.comics-games-section .l-cg-center li {
  border-top: 1px dotted #d3d3d3;
  margin: 0;
  padding: 10px 0;
}

.comics-games-section .l-cg-center li:first-child {
  border-top: none;
}

.comics-games-section .l-cg-center .block-label {
  padding: 0;
}

.comics-games-section .play.btn-large {
  width: 100px;
  text-align: center;
  margin: 0;
  padding: 15px 0;
}

.comics-games-section .fg-row {
  margin-left: 0;
  margin-right: 0;
}

.comics-games-section .fg-row:after {
  content: "";
  display: table;
  clear: both;
}

.comics-games-section [class*="fg-block"] {
  display: block;
  width: 100%;
  float: left;
}

.comics-games-section .fg-block-1-2 {
  width: 50%;
}

.comics-games-section .fg-block-1-3 {
  width: 33.33333%;
}

.comics-games-section .fg-block-2-3 {
  width: 66.66667%;
}

.comics-games-section .fg-block-1-4 {
  width: 25%;
}

.comics-games-section .fg-block-2-4 {
  width: 50%;
}

.comics-games-section .fg-block-3-4 {
  width: 75%;
}

.comics-games-section .fg-block-1-5 {
  width: 20%;
}

.comics-games-section .fg-block-2-5 {
  width: 40%;
}

.comics-games-section .fg-block-3-5 {
  width: 60%;
}

.comics-games-section .fg-block-4-5 {
  width: 80%;
}

.comics-games-section .fg-block-1-6 {
  width: 16.66667%;
}

.comics-games-section .fg-block-2-6 {
  width: 33.33333%;
}

.comics-games-section .fg-block-3-6 {
  width: 50%;
}

.comics-games-section .fg-block-4-6 {
  width: 66.66667%;
}

.comics-games-section .fg-block-5-6 {
  width: 83.33333%;
}

.comics-games-section .fg-block-1-7 {
  width: 14.28571%;
}

.comics-games-section .fg-block-2-7 {
  width: 28.57143%;
}

.comics-games-section .fg-block-3-7 {
  width: 42.85714%;
}

.comics-games-section .fg-block-4-7 {
  width: 57.14286%;
}

.comics-games-section .fg-block-5-7 {
  width: 71.42857%;
}

.comics-games-section .fg-block-6-7 {
  width: 85.71429%;
}

.comics-games-section .fg-block-1-8 {
  width: 12.5%;
}

.comics-games-section .fg-block-2-8 {
  width: 25%;
}

.comics-games-section .fg-block-3-8 {
  width: 37.5%;
}

.comics-games-section .fg-block-4-8 {
  width: 50%;
}

.comics-games-section .fg-block-5-8 {
  width: 62.5%;
}

.comics-games-section .fg-block-6-8 {
  width: 75%;
}

.comics-games-section .fg-block-7-8 {
  width: 87.5%;
}

.comics-games-section .fg-block-1-9 {
  width: 11.11111%;
}

.comics-games-section .fg-block-2-9 {
  width: 22.22222%;
}

.comics-games-section .fg-block-3-9 {
  width: 33.33333%;
}

.comics-games-section .fg-block-4-9 {
  width: 44.44444%;
}

.comics-games-section .fg-block-5-9 {
  width: 55.55556%;
}

.comics-games-section .fg-block-6-9 {
  width: 66.66667%;
}

.comics-games-section .fg-block-7-9 {
  width: 77.77778%;
}

.comics-games-section .fg-block-8-9 {
  width: 88.88889%;
}

.comics-games-section .fg-block-1-10 {
  width: 10%;
}

.comics-games-section .fg-block-2-10 {
  width: 20%;
}

.comics-games-section .fg-block-3-10 {
  width: 30%;
}

.comics-games-section .fg-block-4-10 {
  width: 40%;
}

.comics-games-section .fg-block-5-10 {
  width: 50%;
}

.comics-games-section .fg-block-6-10 {
  width: 60%;
}

.comics-games-section .fg-block-7-10 {
  width: 70%;
}

.comics-games-section .fg-block-8-10 {
  width: 80%;
}

.comics-games-section .fg-block-9-10 {
  width: 90%;
}

.comics-games-section .fg-block--center {
  margin: auto;
  text-align: center;
  display: flex;
  width: 40%;
  float: none;
}

.comics-games-section .no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.comics-games-section .no-gutter + .no-gutter {
  margin-top: 0;
}

.comics-games-section .no-gutter + .no-gutter-top {
  margin-top: 0;
}

.comics-games-section .no-gutter > [class*="fg-block"] {
  padding-left: 0;
  padding-right: 0;
}

.comics-games-section .has-dividers {
  position: relative;
  margin-left: -1em;
  margin-right: -1em;
}

.comics-games-section .has-dividers + .has-dividers {
  margin-top: 1em;
}

.comics-games-section .has-dividers + .no-gutter-top {
  margin-top: 0;
}

.comics-games-section .has-dividers > [class*="fg-block"] {
  padding-left: 1em;
  padding-right: 1em;
}

.comics-games-section .has-dividers > [class*="fg-block"]:before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  margin-left: -1em;
  background: #ccc;
}

.comics-games-section .has-dividers > [class*="fg-block"]:first-child:before {
  display: none;
}

.comics-games-section .reverse > [class*="fg-block"] {
  float: right;
}

.saved-articles {
  margin-top: 1em;
}

.saved-articles-header {
  font-family: "Benton Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding-bottom: 4px;
  font-size: 22px;
  margin-bottom: 0;
}

.unsaveAlert {
  background-color: #F0F0F0;
  margin-top: 5px;
  margin-bottom: 13px;
  font-family: "Benton Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 16px;
  height: 47px;
}

.unsaveAlert p {
  padding-top: 13px;
  padding-left: 3%;
}

.unsaveAlert button {
  float: right;
  background: transparent;
  border: none;
}

.saved-articles-message {
  font-family: "Benton Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.saved-articles-message .strib-icon {
  /* Adjusts vertical positioning of the icon to better fit flow of text */
  display: inline-block;
}

.saved-article-list {
  list-style: none;
  margin: 0;
}

.saved-article-list li {
  padding: 0;
  padding-bottom: 4px;
  margin-bottom: 15px;
  border-bottom: 1px solid #B3B3B3;
}

.saved-article {
  display: flex;
}

.saved-article .saved-article-image img {
  margin-right: 8px;
  width: 95px;
  height: 70px;
}

.saved-article .saved-article-heading {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding-right: 5%;
}

.saved-article .saved-article-heading .byline {
  margin-bottom: 8px;
}

.saved-article .saved-article-heading .byline__timestamp {
  font-size: 12px;
  text-transform: uppercase;
}

.saved-article .side-icons {
  position: relative;
}

.saved-article .side-icons .unsave-button {
  position: absolute;
  right: 0;
  z-index: 1;
}

.saved-article .side-icons .unsave-button > button {
  text-decoration: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: auto;
  margin-right: 0;
  background: transparent;
  border: none;
}

.saved-article .side-icons .unsave-button > button > span {
  color: #006341;
}

.saved-article .side-icons .share-button-wrapper {
  position: absolute;
  right: 0;
  top: 50%;
}

.saved-article .side-icons .share-button-wrapper > button {
  text-decoration: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: auto;
  margin-right: 0;
  background: transparent;
  border: none;
}

.saved-article .side-icons .share-button-wrapper > button > span {
  color: #707273;
}

.saved-article .side-icons .share-panel {
  position: absolute;
  right: -8px;
  top: 90%;
  z-index: 2;
  min-width: 150px;
  background-color: #fff;
  padding: 5px;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.3), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.2);
}

.saved-article .side-icons .share-panel > a {
  text-decoration: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-right: 5.9%;
}

.saved-article .side-icons .share-panel > a > span {
  color: #707273;
}

.saved-article .side-icons .share-panel a:hover, .saved-article .side-icons .share-panel a:hover span {
  color: #0b0b0b;
}

.saved-article .side-icons .share-panel::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  right: 0.5em;
  border: .75rem solid transparent;
  border-top: none;
  border-bottom-color: #fff;
  filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, 0.1));
}

.saved-article-headline {
  margin-bottom: 0.5rem;
  margin-right: 3%;
}

.saved-article-headline > a {
  color: #0a0203;
  font-family: "Benton Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.saved-article-controls {
  font-size: 1.5em;
  padding: 0 0 0 8px;
}

.saved-article-controls > button {
  background: none;
  border: none;
}

.saved-article-controls > button > span {
  color: #006341;
}

/**
  Pagination
*/
.saved-article-pagination-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  padding: 0 0.75rem;
}

.saved-article-pagination {
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
  display: flex;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 2px solid #CCCCCC;
  padding: 15px 0;
}

.saved-article-pagination a,
.saved-article-pagination .inert-link {
  font-family: "Benton Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  padding: 10px;
  text-transform: uppercase;
}

.saved-article-pagination a.selected {
  font-weight: bold;
  background-color: #F2F2F2;
}

.saved-article-page-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #B3B3B3;
  margin-bottom: 15px;
}

.saved-article-page-header .pagination-info {
  font-size: .75rem;
  font-family: "Benton Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: gray;
}

.saved-article-page-header .pagination-range {
  font-weight: bold;
}

.radio-toolbar label {
  width: 100%;
  font-family: 'Benton Sans', serif;
  font-weight: bold;
  color: #6B6B6B;
  display: inline-block;
  padding: 10px 21px;
  margin-bottom: 5px;
  background: #E6E6E6;
  border: 3px solid #E6E6E6;
  font-size: 18px;
  line-height: 18px;
  border-radius: 3px;
  box-shadow: 4px 5px 5px -4px rgba(0, 0, 0, 0.1);
}

.radio-toolbar label:hover {
  color: #000000;
  border: 3px solid #61BF1A;
  box-shadow: 4px 5px 5px -4px rgba(0, 0, 0, 0.3);
}

.label.active {
  background: #fff;
  color: #000000;
  border: 3px solid #61BF1A;
  box-shadow: 4px 5px 5px -4px rgba(0, 0, 0, 0.3);
}

.radio-toolbar input[type='radio'] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.radio-toolbar i {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transition: 0.2s;
  box-shadow: inset 0 0 0 8px #fff;
  border: 1px solid gray;
  background: gray;
}

.radio-toolbar input:checked + i {
  /* (RADIO CHECKED) <i> STYLE */
  box-shadow: inset 0 0 0 1px #fff;
  background: #000000;
}

.ribbon {
  position: absolute;
  right: 10px;
  overflow: visible;
  background: #00824A;
  color: #fff;
  font-size: 10px;
  top: 19px;
  padding: 3px 5px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 3px 3px 0 0;
  letter-spacing: .5px;
}

span.originalOfferText {
  color: #999999;
  font-family: 'Benton Sans', serif;
  font-weight: bold;
  text-decoration: line-through;
  padding-right: 3px;
}

#mobileButton {
  display: inline-flex;
  position: absolute;
  flex-direction: column;
  margin: auto;
  font-size: 14px;
  align-self: center;
  font-family: 'Benton Sans',serif;
  border-radius: 0;
  width: 275px;
  bottom: 43px;
  left: 27%;
}

.loginLink {
  color: black;
  margin-top: 5px;
  text-align: left;
  position: relative;
  bottom: 30px;
  padding: 5px 15px;
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  #mobileButton {
    width: 225px;
    bottom: 41px;
    left: 0;
  }
  .radio-toolbar i {
    margin-right: 5px;
  }
  .radio-toolbar label {
    padding: 5px 10px 5px;
    font-size: 14px;
    line-height: 14px;
  }
  .ribbon {
    top: 13px;
    line-height: 10px;
  }
  .loginLink {
    bottom: 40px;
    padding: 5px 10px;
    font-family: 'Benton Sans',serif;
  }
}

#stub-limit-last-paragraph {
  background: -webkit-linear-gradient(#333, #eee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stub-limit-hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s linear, opacity 0.3s linear;
}

#stubForm > a:hover {
  background-color: #00824A;
  color: white;
}

#stubContentDesktop {
  display: flex;
  justify-content: center;
  align-items: center;
}

#stubLoginLinkDesktop {
  padding: 5px 15px 5px 0px;
  font-size: 16px;
  color: white;
  font-family: 'Benton Sans', serif;
}

#stubLoginLinkDesktop:hover {
  color: #8DC63F;
  text-decoration: none;
}

#stubContentDesktop {
  background-image: url("../img/extensions/ST-star-icon.svg");
  background-repeat: no-repeat !important;
  background-position: -50px 57px !important;
}

#stubInfo > li:before {
  margin-left: -24px;
  content: url("../img/extensions/spring-green-checkmark.svg");
  margin-right: 10px;
}

#stubInfo {
  text-align: left;
}

p#formHeader {
  margin-bottom: -8px !important;
  font-family: 'Benton Sans', serif !important;
  font-size: 18px !important;
  text-align: left;
}

.stub-radio-toolbar input[type='radio'] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.stub-radio-toolbar {
  display: flex;
  flex-direction: column;
}

.stub-radio-toolbar p {
  margin-bottom: -8px;
}

.stub-radio-toolbar i {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transition: 0.2s;
  box-shadow: inset 0 0 0 8px #fff;
  border: 1px solid gray;
  background: gray;
  margin-right: 5px;
}

.stub-radio-toolbar input:checked + i {
  /* (RADIO CHECKED) <i> STYLE */
  box-shadow: inset 0 0 0 1px #fff;
  background: #000000;
}

.stub-radio-toolbar label.active {
  background: #fff;
  color: #000000;
  border: 3px solid #8dc63f;
  box-shadow: 4px 5px 5px -4px rgba(0, 0, 0, 0.3);
}

.stub-radio-toolbar label {
  text-align: left;
  width: 100%;
  font-family: 'Benton Sans', serif;
  font-weight: bold;
  color: #6B6B6B;
  padding: 5px 21px;
  margin-bottom: 5px;
  background: #E6E6E6;
  border: 3px solid #E6E6E6;
  font-size: 18px;
  line-height: 22px;
  border-radius: 3px;
  box-shadow: 4px 5px 5px -4px rgba(0, 0, 0, 0.1);
  display: inline-flex;
}

.stub-radio-toolbar label:hover {
  color: #000000;
  border: 3px solid #61BF1A;
  box-shadow: 4px 5px 5px -4px rgba(0, 0, 0, 0.3);
}

#stubRibbon {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-self: flex-end;
  right: 10px;
  overflow: visible;
  background: #8dc63f;
  color: black;
  font-size: 10px;
  padding: 3px 5px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 3px 3px 0px 0px;
  letter-spacing: .5px;
}

#offerInfo {
  margin: 29px 149px 29px auto !important;
  text-align: left;
}

#offerInfo {
  font-size: 28px;
}

#offerInfo > #stubInfo {
  font-size: 18px;
  line-height: 24px;
}

#stubForm {
  margin: 22px auto 22px 145px !important;
}

@media only screen and (max-width: 1300px) {
  #offerInfo {
    margin: 29px 75px 29px auto !important;
    background-position: -87px 100px !important;
    text-align: left;
  }
  #stubForm {
    margin: 22px auto 22px 0px !important;
  }
}

@media only screen and (max-width: 1080px) {
  #stubContentDesktop {
    background-position: -94px 94px !important;
  }
}

@media only screen and (max-width: 900px) {
  #stubContentDesktop {
    background-image: none;
  }
  #offerInfo {
    font-size: 22px;
    margin: 29px 30px 29px auto !important;
  }
  #offerInfo > #stubInfo, #stubLoginLinkDesktop {
    font-size: 15px;
  }
  .stub-radio-toolbar label {
    font-size: 15px;
  }
  #stubForm > a {
    font-size: 15px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  #stubForm {
    margin: 22px auto 22px 30px !important;
  }
  p#formHeader {
    font-size: 15px !important;
  }
  .stub-radio-toolbar i {
    width: 10px;
    height: 10px;
  }
}

@media only screen and (max-width: 740px) {
  #offerInfo {
    font-size: 18px;
    margin: 29px 15px 29px auto !important;
  }
  #offerInfo > #stubInfo, #stubLoginLinkDesktop {
    font-size: 12px;
  }
  .stub-radio-toolbar label {
    font-size: 12px;
  }
  #stubForm > a {
    font-size: 12px;
  }
  p#formHeader {
    font-size: 14px;
    margin-bottom: -8px;
  }
  #stubForm {
    margin: 22px auto 22px 15px !important;
  }
  #stubRibbon {
    font-size: 7px !important;
  }
}

#stubForm {
  display: inline-flex;
  flex-direction: column;
  margin: auto;
  font-size: 14px;
  align-self: center;
  font-family: 'Benton Sans',serif;
  border-radius: 0;
  max-width: 350px;
  left: 27%;
}

#stubFooter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
  width: 95%;
}

#stubButtonMobile {
  display: inline-flex;
  flex-direction: column;
  margin: 20px auto auto auto;
  font-size: 14px;
  align-self: center;
  font-family: 'Benton Sans',serif;
  border-radius: 0;
  left: 27%;
  width: 75%;
}

#stubButtonMobile a:hover {
  background-color: #8dc63f;
  color: black;
  text-decoration: none;
}

#stubButtonMobile > a {
  max-width: 340px;
}

#stubContentMobile {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#stubLoginLinkMobile {
  text-align: left;
  font: normal normal normal 16px/22px 'OpenSans';
  letter-spacing: 0px;
  line-height: 1;
  color: black;
}

#stubLoginLinkMobile:hover {
  cursor: pointer;
  color: black;
  text-decoration: none;
}

#offerInfoMobile {
  min-height: 95px !important;
  display: block;
}

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