@charset "UTF-8";
@charset "UTF-8";
/* Imports, variables, and mixins used throughout the stylesheets. */
/** Group all Compass @import statements.  Include this file in screen.scss and editor-style.scss, rather than having to remember to add each Compass @import statement to each file. */
/* =Widths
----------------------------------------------- */
/* =Breakpoints
----------------------------------------------- */
/* =Colors
----------------------------------------------- */
/* =Typography
----------------------------------------------- */
/* =Paths
----------------------------------------------- */
/* =Z-Index
----------------------------------------------- */
/** http://css-tricks.com/handling-z-index/  @todo	See whether "9999" and "99999" can be the same. One might be a typo. */
/** Calculate a font size in REMs with a pixel fallback.  @see http://css-tricks.com/snippets/css/less-mixin-for-rem-font-sizing/ */
/** Full-width content area.  Defined as a mixin for use with rules nested in @media. */
/** Apply typography for a smaller font size. */
/** Apply typography for standard body copy. */
/** Apply typography for a standard body content */
/** Default properties for images in media objects. */
/** Style an image in a media object to the left. */
/** Style an image in a media object to the right. */
/** Apply a color and the default decoration styles to a link.  @param $color The link color in most cases @param $hover_color A different color to use on hover. */
/** Standard transition declarations for the sticky header.  @param $duration Transition duration */
/** Standard transition declarations for dropdowns in a navbar.  @param $duration Transition duration */
/** List that displays inline with "|" characters between items.  @uses compass/utilities/lists/inline-list  @param $after-pipe The characters to use after the pipe character. 		Defaults to two spaces, but some elements react badly to that. */
/** Text meant for only screen readers.  https://github.com/h5bp/html5-boilerplate/blob/861c359e40eeeba2cf978bebf47b5c1c54c903ce/css/main.css#L124 */
/** Create a triangle for a navigation menu item. */
/** Enable Flexbox layout.  @link http://css-tricks.com/snippets/css/a-guide-to-flexbox/ */
/** Browser-specific and other bugfixes.  Load early to prevent flash of bugginess. */
/* =Bugfixes
----------------------------------------------- */
/* Sprites */
.icons-sprite, .icons-document, html.backgroundsize .entry-section-title-document:before, .icons-document-circle, html.backgroundsize .content-investigative-story .entry-section-nav-document, .icons-image, html.backgroundsize .entry-section-title-image:before, .icons-image-circle, html.backgroundsize .content-investigative-story .entry-section-nav-image, .icons-map, html.backgroundsize .entry-section-title-map:before, .icons-map-circle, html.backgroundsize .content-investigative-story .entry-section-nav-map, .icons-reference, html.backgroundsize .entry-section-title-reference:before, .icons-reference-circle, html.backgroundsize .content-investigative-story .entry-section-nav-reference, .icons-video, html.backgroundsize .entry-section-title-video:before, .icons-video-circle, html.backgroundsize .content-investigative-story .entry-section-nav-video { background: url(/wp-content/themes/vip/lin-media/static/css/../images/sprites/icons-sf8cd563ecf.png) no-repeat; }

.icons-document, html.backgroundsize .entry-section-title-document:before { background-position: 0 11.11111%; }

.icons-document-circle, html.backgroundsize .content-investigative-story .entry-section-nav-document { background-position: 0 0; }

.icons-image, html.backgroundsize .entry-section-title-image:before { background-position: 0 33.33333%; }

.icons-image-circle, html.backgroundsize .content-investigative-story .entry-section-nav-image { background-position: 0 22.22222%; }

.icons-map, html.backgroundsize .entry-section-title-map:before { background-position: 0 55.55556%; }

.icons-map-circle, html.backgroundsize .content-investigative-story .entry-section-nav-map { background-position: 0 44.44444%; }

.icons-reference, html.backgroundsize .entry-section-title-reference:before { background-position: 0 77.77778%; }

.icons-reference-circle, html.backgroundsize .content-investigative-story .entry-section-nav-reference { background-position: 0 66.66667%; }

.icons-video, html.backgroundsize .entry-section-title-video:before { background-position: 0 100%; }

.icons-video-circle, html.backgroundsize .content-investigative-story .entry-section-nav-video { background-position: 0 88.88889%; }

.social-icons-sprite, .social-icons-instagram, .instagram, .social-icons-most, .social-icon-item { background-image: url(/wp-content/themes/vip/lin-media/static/css/../images/sprites/social-icons-s7e0e853964.png); background-repeat: no-repeat; }

.social-icons-instagram, .instagram { background-position: 0 0; }

.social-icons-most { background-position: 0 -24px; }

/* Main site styles. */
/* =Base
----------------------------------------------- */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-font-smoothing: subpixel-antialiased !important; }

html { font-size: 62.5%; }

body { margin: 0; }

body, button, input, select, textarea { color: #454545; font-family: "Open Sans", sans-serif; font-size: 12px; font-size: 1.2rem; line-height: 1.5; }

/* Headings */
h1, h2, h3, h4, h5, h6 { clear: both; font-weight: normal; }

h1 { font-size: 28px; font-size: 2.8rem; }

h2 { font-size: 24px; font-size: 2.4rem; }

h3 { font-size: 18px; font-size: 1.8rem; }

h4 { font-size: 17px; font-size: 1.7rem; font-weight: bold; }

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

h6 { font-size: 12px; font-size: 1.2rem; font-weight: bold; }

hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 18px; }

/* Text elements */
p, ul, ol, dl, table { margin: 0 0 18px; }
p:empty, ul:empty, ol:empty, dl:empty, table:empty { margin-bottom: 0; }

ul, ol { margin: 0 0 18px 18px; }

ul { list-style: disc; }

ol { list-style: decimal; }

li > ul, li > ol { margin-bottom: 0; margin-left: 18px; }

dt { font-weight: bold; }

dd { margin: 0 18px 18px; }

b, strong { font-weight: bold; }

dfn, cite, em, i { font-style: italic; }

blockquote { border-left: 10px solid #ccc; padding: 8px 10px; margin: 10px; position: relative; background: #f9f9f9; quotes: "\201C" "\201D" "\2018" "\2019"; }
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child, blockquote dl:last-child, blockquote table:last-child { margin-bottom: 0; }
blockquote:before { content: open-quote; margin-right: 14px; color: #ccc; font-size: 54px; line-height: 8px; vertical-align: -.4em; position: absolute; top: .5em; }
blockquote p { display: block; }
blockquote p:first-child { text-indent: 2em; }

address { margin: 0 0 18px; }

pre { background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; font-size: 1.5rem; line-height: 1.6; margin-bottom: 18px; max-width: 100%; overflow: auto; padding: 18px; }

code, kbd, tt, var { font-size: 14px; font-size: 1.4rem; font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

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

mark, ins { background: #fff9c0; text-decoration: none; }

sup, sub { font-size: 75%; height: 0; line-height: 0; position: relative; vertical-align: baseline; }

sup { bottom: 1ex; }

sub { top: .5ex; }

small { font-size: 75%; }

big { font-size: 125%; }

figure { margin: 0; }

table { margin: 0 0 18px; width: 100%; }

th { font-weight: bold; }

img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ }

button, input, select, textarea { font-size: 100%; /* Corrects font size not being inherited in all browsers */ margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */ vertical-align: baseline; /* Improves appearance and consistency in all browsers */ *vertical-align: middle; /* Improves appearance and consistency in all browsers */ }

button, input[type="button"], input[type="reset"], input[type="submit"] { border: 1px solid #ccc; border-color: #ccc #ccc #bbb #ccc; border-radius: 3px; background: #e6e6e6; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05); color: rgba(0, 0, 0, 0.8); cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */ -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */ font-size: 12px; font-size: 1.2rem; line-height: 1; padding: 10px 14px 4px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { border-color: #ccc #bbb #aaa #bbb; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active { border-color: #aaa #bbb #bbb #bbb; box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="checkbox"], input[type="radio"] { padding: 0; /* Addresses excess padding in IE8/9 */ }

input[type="search"] { -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */ -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */ -moz-box-sizing: content-box; box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */ -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */ border: 0; padding: 0; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea { color: #666; border: 1px solid #ccc; border-radius: 3px; }

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus { color: #111; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] { padding: 3px; }

textarea { overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */ padding-left: 3px; vertical-align: top; /* Improves readability and alignment in all browsers */ width: 98%; }

/* Links */
a, a:visited, a:hover, a:focus, a:active { color: #347ca8; text-decoration: none; }
a:hover, a:visited:hover, a:hover:hover, a:focus:hover, a:active:hover { color: #347ca8; text-decoration: underline; }
a img, a:visited img, a:hover img, a:focus img, a:active img { border: none; }

/* iframes */
iframe { border: none; }

/* =Site structure
----------------------------------------------- */
/** Generic container for the main well of content. */
.container, .site-content, .site-header-container, .site-footer { position: relative; width: 1000px; max-width: none; margin: 0 auto; }

/** Generic wrapper. */
.row, body.archive .taxonomy-description, #tertiary-post-ad { overflow: hidden; *zoom: 1; width: 100%; }

/** Larger, left-hand column inside the main site content area. */
.primary-column, .site-footer .info-nav-wrapper, #primary, .no-results .page-content, .content-page > .entry-header .entry-title:not(:only-child), body.archive.category .page-title, .content-single .entry-meta-primary-column, .content-investigative-story .entry-meta-primary-column, .supernav-latest-headlines, .hero-layout-7 .first-column { width: 67%; padding: 18px 10px; float: left; }

/** Smaller, right-hand column inside the main content area. */
.secondary-column, .site-footer .follow-wrapper, #secondary, .content-page > .entry-header .dfp-ad, body.archive.category .page-header .dfp-ad, .content-single .entry-header-sharing, .content-investigative-story .entry-header-sharing, .supernav-primary-wrapper, .supernav-current-conditions, .supernav-third-column-markup, .hero-layout-7 .second-column { width: 33%; padding: 18px 10px; float: left; }

/** Full-width content area. */
.solitary-column, #solitary, body.single-blog-post .page-header { padding: 18px 10px; width: 100%; }

.site-content { padding-bottom: 18px; background-color: #fff; border-right: 1px solid #dadada; border-left: 1px solid #dadada; }

@media (min-height: 768px) and (min-width: 992px) { .site-content { padding-top: 141px; }
  .has-alert-banner .site-content { padding-top: 169px; }
  .has-header-leaderboard .site-content { padding-top: 239px; } }
.content-page > .entry-header { overflow: hidden; *zoom: 1; }
.content-page > .entry-header .entry-title:not(:only-child) { padding: 0; margin: 0; }
.content-page > .entry-header .dfp-ad { padding-top: 0; padding-bottom: 0; }

body.archive .page-header { overflow: hidden; *zoom: 1; padding: 18px 10px; width: 100%; }
body.archive .page-title { margin: 0; }
body.archive.author .page-title { margin-bottom: 4px; }
body.archive.category .page-title { padding: 0; }
body.archive.category .page-header .dfp-ad { padding-top: 0; padding-bottom: 0; }
body.archive .taxonomy-description { padding-top: 10px; }
body.archive .taxonomy-description p:last-child { margin-bottom: 0; }

body.single-blog-post .page-header { overflow: hidden; *zoom: 1; padding-bottom: 0; }
body.single-blog-post .entry-header { margin-bottom: 10px; }
@media (min-width: 992px) { body.single-blog-post .entry-content { padding-left: 10px; margin-top: 0; width: 75%; float: right; }
  body.single-blog-post .entry-utilities { padding-right: 10px; width: 25%; float: left; }
  body.single-blog-post .entry-sharing { margin-bottom: 32px; } }

body.single-investigative-story .content-investigative-story .entry-header { overflow: hidden; *zoom: 1; padding: 18px 10px; width: 100%; }
body.single-investigative-story .entry-headings-wrapper:not(:only-child) { margin-bottom: 10px; }
body.single-investigative-story .content-investigative-story .entry-title { margin-bottom: 10px; }
@media screen and (min-width: 481px) { body.single-investigative-story .content-investigative-story .entry-title { margin-top: 10px; } }
body.single-investigative-story .entry-media-wrapper { padding: 18px 10px; width: 100%; }
@media screen and (min-width: 481px) { body.single-investigative-story .entry-headings-wrapper:not(:only-child) { width: 67%; padding-right: 10px; float: left; }
  body.single-investigative-story .entry-branding { width: 33%; padding-left: 10px; float: left; } }
@media screen and (min-width: 481px) { body.single-investigative-story .entry-utilities { max-width: 33%; padding: 10px 18px 10px 0; float: left; } }

.post-type-archive-blog-post .river, .tax-blog-category .river, .tax-blog-tag .river { padding-top: 18px; margin-top: 18px; border-top: 1px solid #ccc; }

.page-header-branded-before-title .page-title-wrapper { margin-bottom: 10px; }
@media (min-width: 768px) { .page-header-branded-before-title .page-title-wrapper:not(:only-child) { width: 67%; float: left; margin-bottom: 0; } }
.page-header-branded-before-title .page-title { margin: 0; padding: 0; }
.page-header-branded-before-title .page-title-wrapper { font-size: 28px; font-size: 2.8rem; }
.page-header-branded-before-title .page-branding { margin-bottom: 4px; vertical-align: middle; width: auto; max-height: 50px; }
@media (min-width: 481px) { .page-header-branded-before-title .page-branding { margin-bottom: 0; } }
@media (min-width: 481px) { .page-header-branded-before-title .page-branding-link + .page-title { display: inline-block; } }
.page-header-branded-before-title #lin-category-sponsored-by { text-align: left; }
@media (min-width: 768px) { .page-header-branded-before-title #lin-category-sponsored-by { width: 33%; float: left; text-align: right; } }

/* =Lists
----------------------------------------------- */
/** List with no bullets and no space to the left of each item. */
.bare-list, .content-single .related-content-list, .content-single-blog-post .related-content-list, .content-investigative-story .entry-section-nav-list, .content-investigative-story .related-content-list, .column-navigation ul, .column-navigation ol, .site-footer .social-icons-list, .alert-banner .alert-list, .widget-area .query-builder .slats { padding-left: 0; margin-left: 0; list-style: none; }

.inline-piped-list, .inline-navigation, .site-utilities .weather-capsule-list, .site-utilities [role=navigation] { list-style-type: none; }
.inline-piped-list, .inline-navigation, .site-utilities .weather-capsule-list, .site-utilities [role=navigation], .inline-piped-list li, .inline-navigation li, .site-utilities .weather-capsule-list li, .site-utilities [role=navigation] li { margin: 0; padding: 0; display: inline; }
.inline-piped-list li:before, .inline-navigation li:before, .site-utilities .weather-capsule-list li:before, .site-utilities [role=navigation] li:before { content: " |  "; }
.inline-piped-list li:first-child:before, .inline-navigation li:first-child:before, .site-utilities .weather-capsule-list li:first-child:before, .site-utilities [role=navigation] li:first-child:before { content: normal; }

/* =Ads
----------------------------------------------- */
.dfp-ad { text-align: center; margin: auto; }
.dfp-ad .advertisement-label { margin-bottom: 4px; font-family: "Open Sans", sans-serif; font-size: 10px; font-size: 1rem; line-height: 1.5; color: #999; text-align: left; }

#lin-wallpaper { position: fixed; min-height: 1200px; padding-top: 137px; width: 100%; background-repeat: no-repeat; background-attachment: fixed !important; -webkit-transition: background-position,0.3s; -moz-transition: background-position,0.3s; transition: background-position,0.3s; }

#lin-header-leaderboard { opacity: 1; width: 728px; height: 90px; margin: 0px auto 10px !important; -moz-transition-property: opacity, height; -o-transition-property: opacity, height; -webkit-transition-property: opacity, height; transition-property: opacity, height; -moz-transition-duration: 0.3s, 0.2s; -o-transition-duration: 0.3s, 0.2s; -webkit-transition-duration: 0.3s, 0.2s; transition-duration: 0.3s, 0.2s; }

.site-header-contracted-on-scroll #lin-header-leaderboard { opacity: 0; width: 0 !important; height: 0 !important; overflow: hidden !important; }

#lin-footer-leaderboard { max-width: 728px; clear: both; }

#lin-rr-top, #lin-rr-bottom { margin: 0 auto 18px 0; clear: both; text-align: left; }

#lin-category-sponsored-by { text-align: right; }
#lin-category-sponsored-by p { padding: 0 !important; margin-bottom: 4px; }

/** Two side-by-side ads below a river. */
#tertiary-post-ad { margin-top: 18px; }
#tertiary-post-ad .dfp-ad { width: 50%; float: left; }

.river #secondary-post-ad { margin-bottom: 18px; }

/* =Content
----------------------------------------------- */
.hentry { margin: 0 0 18px; }

.byline { display: block; font-weight: bold; }

.posted-on, .updated-on { color: #888; }

.updated-on.under-hour { color: #c00; }

.single .updated-on:before { content: '\00a0\007C\00a0'; }
.single .entry-meta > .updated-on:before { display: none; }

.entry-summary { font-family: "Open Sans", sans-serif; font-size: 13px; font-size: 1.3rem; line-height: 1.4; margin: 18px 0 0; }

.page-content, .entry-content { font-family: "Open Sans", sans-serif; font-size: 16px; font-size: 1.6rem; line-height: 1.8; margin: 18px 0 0; }
.page-content .entry-media, .page-content figcaption, .page-content .wp-caption-text, .entry-content .entry-media, .entry-content figcaption, .entry-content .wp-caption-text { font-family: "Open Sans", sans-serif; font-size: 13px; font-size: 1.3rem; line-height: 1.4; }

.page-links { margin: 0 0 18px; clear: both; }

/* Entry titles */
.entry-title { font-size: 28px; font-size: 2.8rem; line-height: 1.5; }

/* Entry meta */
.entry-meta { font-family: "Open Sans", sans-serif; font-size: 10px; font-size: 1rem; line-height: 1.5; overflow: hidden; *zoom: 1; }

.page-title { font-size: 28px; font-size: 2.8rem; }
.page-title a { color: #454545; text-decoration: none; }
.page-title a:hover { color: #454545; text-decoration: underline; }

.post-flag { font-weight: bold; color: #c00; }

.hero-layout-2 .media-object:first-child .post-flag, .hero-layout-3 .media-object:first-child .post-flag, .hero-layout-breaking .figurehead-object:first-child .post-flag, .hero-layout-1 .media-object:first-child .post-flag, .hero-layout-4 .media-object:first-child .post-flag, .hero-layout-5 .media-object:first-child .post-flag { position: absolute; top: 18px; left: 0; z-index: 5; padding: 8px 8px 6px 8px; font-size: 16px; font-size: 1.6rem; color: #fff; background-color: #c00; }
.hero-layout-2 .media-object:first-child .post-flag:after, .hero-layout-3 .media-object:first-child .post-flag:after, .hero-layout-breaking .figurehead-object:first-child .post-flag:after, .hero-layout-1 .media-object:first-child .post-flag:after, .hero-layout-4 .media-object:first-child .post-flag:after, .hero-layout-5 .media-object:first-child .post-flag:after { content: none; }

#disqus_thread ~ .gravity-wrapper { margin-top: 18px; }

/* =Single entries
----------------------------------------------- */
.content-single .entry-title { margin: 0 0 10px; line-height: 1.1; }
.content-single .entry-content { margin-left: 10px; }
.content-single .entry-meta-primary-column { width: 75%; padding: 15px 10px 15px 0; }
.content-single .avatar { position: relative; max-width: 34.25%; margin-right: 10px; float: left; display: none; }
.content-single .avatar img { width: auto; }
.content-single .avatar + .byline { margin-top: 4px; }
.content-single .avatar-found { display: inline; }
.content-single .entry-header-sharing { width: 25%; padding: 15px 0 15px 10px; text-align: right; }
.content-single .entry-header-sharing .sd-content ul li[class*='share-'] a, .content-single .entry-header-sharing .sd-content ul li[class*='share-'] a:hover { width: auto !important; padding: 4px; }
.content-single .entry-content blockquote { overflow: hidden; }
.content-single .related-content { width: 100%; }
.content-single .related-content .entry-title { margin: 4px 0; font-family: "Open Sans", sans-serif; font-size: 13px; font-size: 1.3rem; line-height: 1.4; }
.content-single .related-content-heading { padding-bottom: 4px; border-bottom: 1px solid #dadada; margin-top: 0; margin-bottom: 10px; font-size: 17px; font-size: 1.7rem; font-weight: bold; }
.content-single .related-content { max-width: 33%; padding: 10px 18px 10px 0; float: left; }

.single-blog-post .page-title a { color: #454545; text-decoration: none; }
.single-blog-post .page-title a:hover { color: #454545; text-decoration: underline; }

.content-single-blog-post { overflow: hidden; *zoom: 1; padding-top: 18px; border-top: 1px solid #ccc; }
.content-single-blog-post .entry-content { margin-top: 4px; }
.content-single-blog-post .entry-title { margin-top: 0; margin-bottom: 0; clear: none; font-size: 18px; font-size: 1.8rem; line-height: 1.166666667; font-weight: bold; }
@media screen and (min-width: 481px) { .content-single-blog-post .entry-title { display: inline; margin-right: 4px; } }
@media screen and (min-width: 481px) { .content-single-blog-post .entry-header .entry-meta { display: inline; } }
.content-single-blog-post .byline { margin-top: 4px; font-weight: normal; }
.content-single-blog-post .entry-sharing-title { font-family: "Open Sans", sans-serif; font-size: 13px; font-size: 1.3rem; line-height: 1.4; margin-top: 0; margin-bottom: 4px; text-transform: uppercase; }
.content-single-blog-post .entry-header-sharing .sd-content ul li[class*='share-'] a, .content-single-blog-post .entry-header-sharing .sd-content ul li[class*='share-'] a:hover { width: auto !important; padding: 4px; }
.content-single-blog-post .related-content { width: 100%; }
.content-single-blog-post .related-content .entry-title { margin: 4px 0; font-family: "Open Sans", sans-serif; font-size: 13px; font-size: 1.3rem; line-height: 1.4; }
.content-single-blog-post .related-content-heading { padding-bottom: 4px; border-bottom: 1px solid #dadada; margin-top: 0; margin-bottom: 10px; font-size: 17px; font-size: 1.7rem; font-weight: bold; }
.content-single-blog-post .related-content .entry-title { font-weight: normal; }
.content-single-blog-post .entry-utilities .entry-sharing { display: none; }
@media (min-width: 992px) { .content-single-blog-post .entry-utilities .entry-sharing { display: block; } }
.content-single-blog-post .entry-content .sd-title { font-family: "Open Sans", sans-serif; font-size: 13px; font-size: 1.3rem; line-height: 1.4; margin-top: 0; margin-bottom: 4px; text-transform: uppercase; font-weight: normal; margin-bottom: 10px; }

.content-single iframe, .content-single-blog-post iframe { margin-bottom: 10px; }

.content-investigative-story > .entry-header .entry-title { font-size: 28px; font-size: 2.8rem; font-weight: bold; line-height: 1.166666667; }
@media screen and (min-width: 481px) { .content-investigative-story > .entry-header .entry-title { font-size: 36px; font-size: 3.6rem; } }
.content-investigative-story .entry-branding { text-align: center; }
@media screen and (min-width: 481px) { .content-investigative-story .entry-branding { text-align: right; } }
.content-investigative-story .entry-branding .entry-branding-img { width: auto; max-height: 75px; }
.content-investigative-story .entry-meta-primary-column { width: 75%; padding: 15px 10px 15px 0; }
.content-investigative-story .avatar { position: relative; max-width: 34.25%; margin-right: 10px; float: left; display: none; }
.content-investigative-story .avatar img { width: auto; }
.content-investigative-story .avatar + .byline { margin-top: 4px; }
.content-investigative-story .avatar-found { display: inline; }
.content-investigative-story .entry-header-sharing { width: 25%; padding: 15px 0 15px 10px; text-align: right; }
.content-investigative-story .entry-header-sharing .sd-content ul li[class*='share-'] a, .content-investigative-story .entry-header-sharing .sd-content ul li[class*='share-'] a:hover { width: auto !important; padding: 4px; }
.content-investigative-story .entry-section-nav { padding: 10px; background-color: #ccc; }
.content-investigative-story .entry-section-nav-heading { margin-top: 0; margin-bottom: 10px; font-size: 17px; font-size: 1.7rem; font-weight: bold; }
.content-investigative-story .entry-section-nav-list { list-style-type: none; }
.content-investigative-story .entry-section-nav-list, .content-investigative-story .entry-section-nav-list li { margin: 0; padding: 0; display: inline; }
.content-investigative-story .related-content { width: 100%; }
.content-investigative-story .related-content .entry-title { margin: 4px 0; font-family: "Open Sans", sans-serif; font-size: 13px; font-size: 1.3rem; line-height: 1.4; }
.content-investigative-story .related-content-heading { padding-bottom: 4px; border-bottom: 1px solid #dadada; margin-top: 0; margin-bottom: 10px; font-size: 17px; font-size: 1.7rem; font-weight: bold; }
.content-investigative-story .entry-section-nav + .related-content { margin-top: 18px; }
.content-investigative-story .entry-section-title { clear: none; }
.content-investigative-story .entry-utilities + .entry-section .entry-section-title { margin-top: 0; }
.content-investigative-story .entry-section { clear: none; }
@media screen and (min-width: 481px) and (max-width: 767px), (min-width: 992px) { .content-investigative-story .section-image-stacked { width: 90%; margin-right: auto; margin-left: auto; } }
.content-investigative-story .entry-section-image-layout-loose_grid .gallery-item { max-width: none; }
@media screen and (min-width: 481px) and (max-width: 767px), (min-width: 992px) { .content-investigative-story .entry-section-image-layout-loose_grid .gallery-item { padding: 4px; max-width: 50%; } }
.content-investigative-story .entry-section-image-layout-alternating_thumbs { padding: 10px; margin-bottom: 10px; background-color: #eaeaea; }
@media screen and (min-width: 481px) and (max-width: 767px), (min-width: 992px) { .content-investigative-story .entry-section-image-layout-alternating_thumbs { width: 50%; margin-left: 10px; float: right; } }
.content-investigative-story .entry-section-image-layout-alternating_thumbs .entry-section-title { margin: 0 0 10px; font-size: 16px; font-size: 1.6rem; font-weight: bold; text-transform: uppercase; }
.content-investigative-story .entry-section-image-layout-alternating_thumbs .entry-section-title-has-type { width: 24px; height: 24px; background-size: 24px; }
.content-investigative-story .entry-section-image-layout-alternating_thumbs .section-image-slat { overflow: hidden; *zoom: 1; margin-bottom: 18px; }
.content-investigative-story .entry-section-image-layout-alternating_thumbs .section-image-slat .attachment-slat { border: 1px solid #ccc; }
.content-investigative-story .entry-section-image-layout-alternating_thumbs .section-image-slat:nth-of-type(even) .attachment-slat { position: relative; max-width: 34.25%; margin-left: 10px; margin-right: 0; float: right; }
.content-investigative-story .entry-section-image-layout-alternating_thumbs .section-image-slat:nth-of-type(even) .attachment-slat img { width: auto; }
.content-investigative-story .entry-section-image-layout-alternating_thumbs .section-image-slat:nth-of-type(even) figcaption { margin-right: calc( 34.25% + 4px ); }
.content-investigative-story .entry-section-image-layout-alternating_thumbs .section-image-slat:nth-of-type(odd) .attachment-slat { position: relative; max-width: 34.25%; margin-right: 10px; float: left; }
.content-investigative-story .entry-section-image-layout-alternating_thumbs .section-image-slat:nth-of-type(odd) .attachment-slat img { width: auto; }
.content-investigative-story .entry-section-image-layout-alternating_thumbs .section-image-slat:nth-of-type(odd) figcaption { margin-left: calc( 34.25% + 4px ); }
.content-investigative-story .entry-utilities + .entry-section-image-layout-alternating_thumbs + .entry-section { clear: both; }

.content-single .entry-subhead, .content-investigative-story > .entry-header .entry-subhead { font-size: 16px; font-size: 1.6rem; }

/** Media objects.  Contain a thumbnail floated left, a title, and an excerpt. */
.media-object { padding: 18px 0; /** Related content in media objects mimics list items in body copy. */ /** Post flags in media objects float beside the excerpt with a separator. */ /** Play icons in media objects use the small icon, top-left. */ }
.media-object .entry-thumbnail, .media-object .avatar { position: relative; max-width: 34.25%; margin-right: 10px; float: left; margin-bottom: 4px; line-height: 0; }
.media-object .entry-thumbnail img, .media-object .avatar img { width: auto; }
.media-object .entry-title { margin-top: 0; margin-bottom: 0; clear: none; font-size: 18px; font-size: 1.8rem; line-height: 1.166666667; }
.media-object .entry-title a { color: #454545; }
.media-object .entry-summary { margin-top: 4px; font-family: "Open Sans", sans-serif; font-size: 13px; font-size: 1.3rem; line-height: 1.4; }
.media-object .related-content .bullet { margin-bottom: 4px; }
.media-object .related-content .entry-title { font-family: "Open Sans", sans-serif; font-size: 13px; font-size: 1.3rem; line-height: 1.4; }
.media-object .related-content .entry-title-link { color: #347ca8; text-decoration: none; }
.media-object .related-content .entry-title-link:hover { color: #347ca8; text-decoration: underline; }
.media-object .related-content-heading { font-size: 14px; font-size: 1.4rem; margin-top: 0; margin-bottom: 10px; font-weight: bold; }
.media-object .related-content-list { padding-left: 0; }
.media-object .post-flag { float: left; }
.media-object .post-flag:after { color: #454545; content: '\00a0//\00a0'; }

/** Figurehead objects.  Contain a thumbnail and title. */
.figurehead-object { padding: 18px 0; }
.figurehead-object .entry-title a { color: #454545; }
.figurehead-object .entry-thumbnail { position: relative; margin-bottom: 4px; line-height: 0; }

.blog-object { overflow: hidden; *zoom: 1; padding: 18px 10px; background-color: #eaeaea; border: 1px solid #ccc; }
.blog-object .entry-header { padding-bottom: 4px; border-bottom: 1px solid #ccc; margin-bottom: 4px; }
.blog-object .entry-thumbnail { margin-bottom: 10px; line-height: 0; border: none; }
@media screen and (min-width: 481px) { .blog-object .entry-thumbnail { position: relative; max-width: 34.25%; margin-left: 10px; margin-right: 0; float: right; width: 50%; max-width: 50%; }
  .blog-object .entry-thumbnail img { width: auto; } }
.blog-object .entry-thumbnail img { border: 1px solid #888; }
.blog-object .entry-title { margin-top: 0; margin-bottom: 0; clear: none; font-size: 18px; font-size: 1.8rem; line-height: 1.166666667; font-weight: bold; }
@media screen and (min-width: 481px) { .blog-object .entry-title { display: inline; margin-right: 4px; } }
@media screen and (min-width: 481px) { .blog-object .entry-header .entry-meta { display: inline; } }
.blog-object .byline { margin-top: 4px; font-weight: normal; }
.blog-object .entry-sharing-title { font-family: "Open Sans", sans-serif; font-size: 13px; font-size: 1.3rem; line-height: 1.4; margin-top: 0; margin-bottom: 4px; text-transform: uppercase; }
.blog-object.type-blog-post .sd-content ul li[class*='share-'] a, .blog-object.type-blog-post .sd-content ul li[class*='share-'] a:hover { width: auto !important; padding: 4px; }
.blog-object .entry-comments { text-transform: uppercase; }
.blog-object .entry-comments-link { color: #454545; text-decoration: none; }
.blog-object .entry-comments-link:hover { color: #454545; text-decoration: underline; }

.river { border-top: 1px solid #eaeaea; clear: both; }
.river .media-object { overflow: hidden; *zoom: 1; border-bottom: 1px solid #eaeaea; padding-left: 167px; margin-bottom: 0; min-height: 128px; }
.river .media-object .entry-thumbnail { position: relative; margin-left: -167px; margin-bottom: 4px; line-height: 0; }
.river .media-object .entry-summary { font-family: "Open Sans", sans-serif; font-size: 13px; font-size: 1.3rem; line-height: 1.4; }
.river .media-object .entry-summary p:last-child { margin-bottom: 0; }

.river .related-content, .hero-layout-7 .first-column .media-object:first-child .related-content, .hero-layout-2 .media-object:first-child .related-content, .hero-layout-3 .media-object:first-child .related-content, .hero-layout-breaking .figurehead-object:first-child .related-content { margin-top: 10px; }
.river .related-content .bullet, .hero-layout-7 .first-column .media-object:first-child .related-content .bullet, .hero-layout-2 .media-object:first-child .related-content .bullet, .hero-layout-3 .media-object:first-child .related-content .bullet, .hero-layout-breaking .figurehead-object:first-child .related-content .bullet, .river .related-content .entry-title, .hero-layout-7 .first-column .media-object:first-child .related-content .entry-title, .hero-layout-2 .media-object:first-child .related-content .entry-title, .hero-layout-3 .media-object:first-child .related-content .entry-title, .hero-layout-breaking .figurehead-object:first-child .related-content .entry-title, .river .related-content .entry-meta, .hero-layout-7 .first-column .media-object:first-child .related-content .entry-meta, .hero-layout-2 .media-object:first-child .related-content .entry-meta, .hero-layout-3 .media-object:first-child .related-content .entry-meta, .hero-layout-breaking .figurehead-object:first-child .related-content .entry-meta { display: inline; }

.river .related-content-heading, .hero-layout-7 .first-column .media-object:first-child .related-content-heading, .hero-layout-2 .media-object:first-child .related-content-heading, .hero-layout-3 .media-object:first-child .related-content-heading, .hero-layout-breaking .figurehead-object:first-child .related-content-heading { display: inline; margin-right: 4px; font-size: 13px; font-size: 1.3rem; font-weight: bold; }
.river .related-content-heading:after, .hero-layout-7 .first-column .media-object:first-child .related-content-heading:after, .hero-layout-2 .media-object:first-child .related-content-heading:after, .hero-layout-3 .media-object:first-child .related-content-heading:after, .hero-layout-breaking .figurehead-object:first-child .related-content-heading:after { content: ":"; }

.river .related-content-list, .hero-layout-7 .first-column .media-object:first-child .related-content-list, .hero-layout-2 .media-object:first-child .related-content-list, .hero-layout-3 .media-object:first-child .related-content-list, .hero-layout-breaking .figurehead-object:first-child .related-content-list { list-style-type: none; }
.river .related-content-list, .hero-layout-7 .first-column .media-object:first-child .related-content-list, .hero-layout-2 .media-object:first-child .related-content-list, .hero-layout-3 .media-object:first-child .related-content-list, .hero-layout-breaking .figurehead-object:first-child .related-content-list, .river .related-content-list li, .hero-layout-7 .first-column .media-object:first-child .related-content-list li, .hero-layout-2 .media-object:first-child .related-content-list li, .hero-layout-3 .media-object:first-child .related-content-list li, .hero-layout-breaking .figurehead-object:first-child .related-content-list li { margin: 0; padding: 0; display: inline; }
.river .related-content-list li:before, .hero-layout-7 .first-column .media-object:first-child .related-content-list li:before, .hero-layout-2 .media-object:first-child .related-content-list li:before, .hero-layout-3 .media-object:first-child .related-content-list li:before, .hero-layout-breaking .figurehead-object:first-child .related-content-list li:before { content: " | "; }
.river .related-content-list li:first-child:before, .hero-layout-7 .first-column .media-object:first-child .related-content-list li:first-child:before, .hero-layout-2 .media-object:first-child .related-content-list li:first-child:before, .hero-layout-3 .media-object:first-child .related-content-list li:first-child:before, .hero-layout-breaking .figurehead-object:first-child .related-content-list li:first-child:before { content: normal; }

.author-bio figure { position: relative; max-width: 34.25%; max-width: none; margin-bottom: 18px; float: none; text-align: center; }
@media screen and (min-width: 481px) and (max-width: 767px), (min-width: 992px) { .author-bio figure { position: relative; max-width: 34.25%; margin-right: 10px; float: left; max-width: 50%; }
  .author-bio figure img { width: auto; } }
.author-bio .page-title { margin-top: 0; margin-bottom: 0; clear: none; }
.author-bio .author-tagline { margin-top: 0; margin-bottom: 0; clear: none; padding-bottom: 4px; border-bottom: 1px solid #eaeaea; margin-bottom: 4px; font-size: 16px; font-size: 1.6rem; line-height: 1.2; }

#author-description { margin-top: 14px; }

.author-river-heading { margin-bottom: 0; }

/* =Links
----------------------------------------------- */
/** Link without decoration and using the main text color, not a link color.  Still is underlined on hover. */
.unmarked-link, .inline-navigation a, .site-footer a, .unmarked-link:visited, .inline-navigation a:visited, .site-footer a:visited { color: #454545; text-decoration: none; }
.unmarked-link:hover, .inline-navigation a:hover, .site-footer a:hover, .unmarked-link:visited:hover, .inline-navigation a:visited:hover, .site-footer a:visited:hover { text-decoration: underline; }

/* =Menus
----------------------------------------------- */
.main-navigation ul ul, .widget-area-above-river .widget-area-column-all .widget_nav_menu ul ul, .widget-area-below-river .widget-area-column-all .widget_nav_menu ul ul, .supernav { box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }

.supernav-latest-headlines, .supernav-current-conditions, .supernav-third-column-markup { border-left: 1px solid #eaeaea; }

.main-navigation, .widget-area-above-river .widget-area-column-all .widget_nav_menu, .widget-area-below-river .widget-area-column-all .widget_nav_menu { font-family: Arial, Helvetica, "Lucida Grande", sans-serif; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0MzQzNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #343434), color-stop(100%, #222222)); background-image: -moz-linear-gradient(#343434, #222222); background-image: -webkit-linear-gradient(#343434, #222222); background-image: linear-gradient(#343434, #222222); position: relative; display: block; width: 100%; border: solid #676767; border-width: 1px 0; clear: both; float: left; background-color: #343434; /** Links in top-level menu items. */ /** List of top-level menu items. */ /** Link inside a menu item with a submenu. */ /** Override positioning for menu items containing Supernavs.  Absolute-positioned submenu items containing a Supernav should be styled relative to the full menu, not their parent item, so they display across the full width of the site wrapper. */ }
.main-navigation a, .widget-area-above-river .widget-area-column-all .widget_nav_menu a, .widget-area-below-river .widget-area-column-all .widget_nav_menu a, .main-navigation a:visited, .widget-area-above-river .widget-area-column-all .widget_nav_menu a:visited, .widget-area-below-river .widget-area-column-all .widget_nav_menu a:visited, .main-navigation a:hover, .widget-area-above-river .widget-area-column-all .widget_nav_menu a:hover, .widget-area-below-river .widget-area-column-all .widget_nav_menu a:hover { font-size: 12px; font-size: 1.2rem; display: block; height: 45px; padding: 0 10px 0 9px; color: #fff; line-height: 45px; text-decoration: none; text-transform: uppercase; }
.main-navigation a:hover, .widget-area-above-river .widget-area-column-all .widget_nav_menu a:hover, .widget-area-below-river .widget-area-column-all .widget_nav_menu a:hover { background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM0MzQzNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #222222), color-stop(100%, #343434)); background-image: -moz-linear-gradient(#222222, #343434); background-image: -webkit-linear-gradient(#222222, #343434); background-image: linear-gradient(#222222, #343434); }
.main-navigation > a, .widget-area-above-river .widget-area-column-all .widget_nav_menu > a, .widget-area-below-river .widget-area-column-all .widget_nav_menu > a { float: left; }
@media screen and (max-width: 767px) { .main-navigation .nav-menu, .widget-area-above-river .widget-area-column-all .widget_nav_menu .nav-menu, .widget-area-below-river .widget-area-column-all .widget_nav_menu .nav-menu { display: none; } }
.main-navigation ul, .widget-area-above-river .widget-area-column-all .widget_nav_menu ul, .widget-area-below-river .widget-area-column-all .widget_nav_menu ul { padding-left: 0; margin: 0; list-style: none; /** List of submenu items. */ /** Submenu items not in Supernavs. */ /** Children to reveal on hover. */ }
.main-navigation ul ul, .widget-area-above-river .widget-area-column-all .widget_nav_menu ul ul, .widget-area-below-river .widget-area-column-all .widget_nav_menu ul ul { background: #f9f9f9; position: absolute; z-index: 99999; top: 46px; left: 0; visibility: hidden; opacity: 0; float: left; -moz-transition-property: opacity, visibility; -o-transition-property: opacity, visibility; -webkit-transition-property: opacity, visibility; transition-property: opacity, visibility; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; /** List of third-level submenu items. */ }
.main-navigation ul ul a, .widget-area-above-river .widget-area-column-all .widget_nav_menu ul ul a, .widget-area-below-river .widget-area-column-all .widget_nav_menu ul ul a, .main-navigation ul ul a:visited, .widget-area-above-river .widget-area-column-all .widget_nav_menu ul ul a:visited, .widget-area-below-river .widget-area-column-all .widget_nav_menu ul ul a:visited, .main-navigation ul ul a:hover, .widget-area-above-river .widget-area-column-all .widget_nav_menu ul ul a:hover, .widget-area-below-river .widget-area-column-all .widget_nav_menu ul ul a:hover { width: 200px; height: auto; font-size: 14px; font-size: 1.4rem; line-height: inherit; text-transform: none; color: #347ca8; background-image: none; }
.main-navigation ul ul a:hover, .widget-area-above-river .widget-area-column-all .widget_nav_menu ul ul a:hover, .widget-area-below-river .widget-area-column-all .widget_nav_menu ul ul a:hover { text-decoration: underline; }
.main-navigation ul ul li, .widget-area-above-river .widget-area-column-all .widget_nav_menu ul ul li, .widget-area-below-river .widget-area-column-all .widget_nav_menu ul ul li { margin-bottom: 4px; }
.main-navigation ul ul ul, .widget-area-above-river .widget-area-column-all .widget_nav_menu ul ul ul, .widget-area-below-river .widget-area-column-all .widget_nav_menu ul ul ul { top: 0; left: 100%; }
.main-navigation ul li > .sub-menu, .widget-area-above-river .widget-area-column-all .widget_nav_menu ul li > .sub-menu, .widget-area-below-river .widget-area-column-all .widget_nav_menu ul li > .sub-menu { padding-top: 10px; padding-bottom: 10px; }
.main-navigation ul li:hover > ul, .widget-area-above-river .widget-area-column-all .widget_nav_menu ul li:hover > ul, .widget-area-below-river .widget-area-column-all .widget_nav_menu ul li:hover > ul, .main-navigation ul li:hover .supernav, .widget-area-above-river .widget-area-column-all .widget_nav_menu ul li:hover .supernav, .widget-area-below-river .widget-area-column-all .widget_nav_menu ul li:hover .supernav, .main-navigation ul li:hover .supernav ul, .widget-area-above-river .widget-area-column-all .widget_nav_menu ul li:hover .supernav ul, .widget-area-below-river .widget-area-column-all .widget_nav_menu ul li:hover .supernav ul { visibility: visible; opacity: 1; }
.main-navigation li, .widget-area-above-river .widget-area-column-all .widget_nav_menu li, .widget-area-below-river .widget-area-column-all .widget_nav_menu li { position: relative; float: left; }
.main-navigation .menu-item-has-children > a:after, .widget-area-above-river .widget-area-column-all .widget_nav_menu .menu-item-has-children > a:after, .widget-area-below-river .widget-area-column-all .widget_nav_menu .menu-item-has-children > a:after { content: ''; display: inline-block; margin-left: 6px; height: 0; border-top: 6px solid #fff; border-right: 4px solid transparent; border-left: 4px solid transparent; }
.main-navigation .menu-item-has-supernav, .widget-area-above-river .widget-area-column-all .widget_nav_menu .menu-item-has-supernav, .widget-area-below-river .widget-area-column-all .widget_nav_menu .menu-item-has-supernav { position: static; }
.main-navigation a[rel=home], .widget-area-above-river .widget-area-column-all .widget_nav_menu a[rel=home], .widget-area-below-river .widget-area-column-all .widget_nav_menu a[rel=home] { text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; background-image: url(/wp-content/themes/vip/lin-media/static/css/../images/../images/home-search.png?1435771451); background-repeat: no-repeat; background-position: 18px -45px; background-size: auto; width: 50px; height: 45px; border-right: 1px solid #454545; }
.main-navigation .search-form, .widget-area-above-river .widget-area-column-all .widget_nav_menu .search-form, .widget-area-below-river .widget-area-column-all .widget_nav_menu .search-form { margin-top: 6px; float: right; }
.main-navigation .search-form input[type=search], .widget-area-above-river .widget-area-column-all .widget_nav_menu .search-form input[type=search], .widget-area-below-river .widget-area-column-all .widget_nav_menu .search-form input[type=search] { background-color: #dadada; }
.main-navigation .search-form input[type=submit], .widget-area-above-river .widget-area-column-all .widget_nav_menu .search-form input[type=submit], .widget-area-below-river .widget-area-column-all .widget_nav_menu .search-form input[type=submit] { margin-right: 4px; line-height: 1.5; padding: 3px; }
.main-navigation .search-toggle, .widget-area-above-river .widget-area-column-all .widget_nav_menu .search-toggle, .widget-area-below-river .widget-area-column-all .widget_nav_menu .search-toggle, .main-navigation .search-toggle:hover, .widget-area-above-river .widget-area-column-all .widget_nav_menu .search-toggle:hover, .widget-area-below-river .widget-area-column-all .widget_nav_menu .search-toggle:hover { display: none; width: 28px; height: 27px; padding: 10px 14px 4px; border: none; text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; line-height: 1; background: url(/wp-content/themes/vip/lin-media/static/css/../images/home-search.png) 0 -121px; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; float: right; margin: 6px 4px 0; }

.supernav { position: absolute; top: 46px; left: 0; z-index: 9999; opacity: 0; width: 1000px; visibility: hidden; background: #f9f9f9; border-top: 1px solid #dadada; border-bottom: 1px solid #dadada; -moz-transition-property: opacity, visibility; -o-transition-property: opacity, visibility; -webkit-transition-property: opacity, visibility; transition-property: opacity, visibility; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.supernav ul { float: none; }
.supernav li { float: none; }
.supernav a, .supernav a:visited, .supernav a:hover { display: inline; padding: 0; font-size: 13px; font-size: 1.3rem; color: #347ca8; background-image: none; line-height: inherit; text-transform: none; }
.supernav .sub-menu, .supernav .supernav-featured-tags-list { position: static; display: block; float: none; box-shadow: none; }
.supernav .sub-menu a, .supernav .supernav-featured-tags-list a { color: #347ca8; }
.supernav .sub-menu { margin-bottom: 10px; -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; }
.supernav .sub-menu .menu-item { margin-bottom: 4px; }
.supernav .sub-menu a { font-size: 14px; font-size: 1.4rem; }
.supernav .supernav-featured-tags-list { list-style-type: none; }
.supernav .supernav-featured-tags-list, .supernav .supernav-featured-tags-list li { margin: 0; padding: 0; display: inline; }
.supernav .supernav-featured-tags-list li:after { content: ", "; }
.supernav .supernav-featured-tags-list li:last-child:after { content: ""; }
.supernav .supernav-featured-tags-list li.last:after { content: ""; }
.supernav .media-object { padding: 0; border-bottom: 0; }
.supernav .media-object .entry-thumbnail { margin-right: 0; margin-left: 10px; float: right; }
.supernav .media-object .entry-title, .supernav .media-object .entry-title a { font-size: 14px; font-size: 1.4rem; line-height: 1.4; font-weight: bold; }
.supernav .media-object .entry-summary, .supernav .media-object .entry-summary a { font-family: "Open Sans", sans-serif; font-size: 10px; font-size: 1rem; line-height: 1.5; font-size: 11px; font-size: 1.1rem; }
.supernav .title-object .entry-title, .supernav .title-object .entry-title a { margin: 0; font-size: 14px; font-size: 1.4rem; line-height: 1.6; }
.supernav .dfp-ad { position: absolute; bottom: 10px; right: 10px; width: 88px; }
.supernav .dfp-ad p { margin-bottom: 4px; }

.widget-area-above-river .widget-area-column-all, .widget-area-below-river .widget-area-column-all { /** All-column menus in the river widget areas resemble the primary nav. */ }
.widget-area-above-river .widget-area-column-all .widget_nav_menu, .widget-area-below-river .widget-area-column-all .widget_nav_menu { border-top: none; }
.widget-area-above-river .widget-area-column-all .widget_nav_menu .widget-title, .widget-area-below-river .widget-area-column-all .widget_nav_menu .widget-title { margin-top: 0; margin-bottom: 0; }
.widget-area-above-river .widget-area-column-all .menu, .widget-area-below-river .widget-area-column-all .menu { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: space-around; }

.supernav-heading { margin: 0 0 10px; font-size: 17px; font-size: 1.7rem; font-weight: bold; }

.supernav-featured-tags-heading { display: inline-block; *vertical-align: auto; *zoom: 1; *display: inline; margin: 0 4px 0 0; font-size: 14px; font-size: 1.4rem; font-weight: bold; text-transform: uppercase; }

.supernav-latest-headlines .primary-column, .supernav-latest-headlines .site-footer .info-nav-wrapper, .site-footer .supernav-latest-headlines .info-nav-wrapper, .supernav-latest-headlines #primary, .supernav-latest-headlines .no-results .page-content, .no-results .supernav-latest-headlines .page-content, .supernav-latest-headlines .content-page > .entry-header .entry-title:not(:only-child), .content-page > .entry-header .supernav-latest-headlines .entry-title:not(:only-child), .supernav-latest-headlines body.archive.category .page-title, body.archive.category .supernav-latest-headlines .page-title, .supernav-latest-headlines .content-single .entry-meta-primary-column, .content-single .supernav-latest-headlines .entry-meta-primary-column, .supernav-latest-headlines .content-investigative-story .entry-meta-primary-column, .content-investigative-story .supernav-latest-headlines .entry-meta-primary-column, .supernav-latest-headlines .supernav-latest-headlines, .supernav-latest-headlines .hero-layout-7 .first-column, .hero-layout-7 .supernav-latest-headlines .first-column { padding-top: 0; padding-left: 0; width: 55%; }
.supernav-latest-headlines .secondary-column, .supernav-latest-headlines .site-footer .follow-wrapper, .site-footer .supernav-latest-headlines .follow-wrapper, .supernav-latest-headlines #secondary, .supernav-latest-headlines .content-page > .entry-header .dfp-ad, .content-page > .entry-header .supernav-latest-headlines .dfp-ad, .supernav-latest-headlines body.archive.category .page-header .dfp-ad, body.archive.category .page-header .supernav-latest-headlines .dfp-ad, .supernav-latest-headlines .content-single .entry-header-sharing, .content-single .supernav-latest-headlines .entry-header-sharing, .supernav-latest-headlines .content-investigative-story .entry-header-sharing, .content-investigative-story .supernav-latest-headlines .entry-header-sharing, .supernav-latest-headlines .supernav-primary-wrapper, .supernav-latest-headlines .supernav-current-conditions, .supernav-latest-headlines .supernav-third-column-markup, .supernav-latest-headlines .hero-layout-7 .second-column, .hero-layout-7 .supernav-latest-headlines .second-column { padding-top: 0; padding-right: 0; width: 45%; }

.supernav-current-conditions { /** The widths of the .primary-wrapper and .secondary-wrapper should add up to 90% to add enough padding. */ }
.supernav-current-conditions a, .supernav-current-conditions a:visited { color: #454545; text-decoration: none; }
.supernav-current-conditions a:hover, .supernav-current-conditions a:visited:hover { color: #454545; text-decoration: underline; }
.supernav-current-conditions .weather-conditions-primary-wrapper { width: 40%; float: left; text-align: center; }
.supernav-current-conditions .weather-conditions-secondary-wrapper { width: 50%; margin-left: 10px; float: left; }
.supernav-current-conditions .weather-conditions-image { height: 50px; }
.supernav-current-conditions .weather-conditions-current-temperature { margin: 20px 0 0 0; font-size: 30px; font-size: 3rem; font-weight: bold; }
.supernav-current-conditions .weather-conditions-current-sky-conditions { margin: 0; font-size: 14px; font-size: 1.4rem; }
.supernav-current-conditions .weather-conditions-list { position: relative; top: 0; display: block; float: none; background-color: #f9f9f9; box-shadow: none; }
.supernav-current-conditions .weather-conditions-list-item-value { float: right; font-weight: bold; text-align: right; }

#smaller-screen-navigation { display: none; }

.offcanvas-navigation-toggle-icon { display: block; color: #fff; font-size: 13px; background-repeat: no-repeat; width: 25px; margin: 15px 0 15px 15px; float: left; }
.offcanvas-navigation-toggle-icon.toggle-icon-open { background-image: url(/wp-content/themes/vip/lin-media/static/css/../images/hamburger.png); }
.offcanvas-navigation-toggle-icon.toggle-icon-close { background-image: url(/wp-content/themes/vip/lin-media/static/css/../images/x-20.png); }

@media screen and (min-width: 768px) { .offcanvas-navigation-toggle-icon:not(.toggle-icon-close) { display: none; } }
/* Small menu */
.menu-toggle { display: none; cursor: pointer; }

/** Navigation that displays in a column with links inside a list.  Designed to be used with the .column-navigation-* classes. */
.column-navigation { padding-right: 4px; float: left; }

/** Column widths in a .column-navigation based on the total number of columns. */
.column-navigation-2 { width: 40%; }

.column-navigation-3 { width: 30%; }

.column-navigation-4 { width: 25%; }

/** Inline navigation.  Assumed to be a list; horizontal bars display automatically. */
/* =Site header
----------------------------------------------- */
.site-header { z-index: 2000000; margin: 0 auto; width: 100%; }
@media (min-height: 768px) and (min-width: 992px) { .site-header { position: fixed; top: 0; left: 0; } }

.site-header-container { padding-top: 18px; background-position-x: 50%; background-position-y: 0%; background-size: initial; background-repeat-x: repeat; background-repeat-y: no-repeat; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; }
.site-header-container > .row, body.archive .site-header-container > .taxonomy-description, .site-header-container > #tertiary-post-ad { position: relative; }

.site-utilities { margin-bottom: 4px; float: right; }
.site-utilities .current-weather { float: left; }
.site-utilities .weather-capsule { float: left; color: #fff; }
.site-utilities .weather-capsule-image { width: 55px; height: 45px; margin: 4px 4px 0 0; float: left; }
.site-utilities .weather-capsule-content-wrapper { overflow: hidden; *zoom: 1; float: left; }
.site-utilities .weather-capsule-current-temperature { margin: 0 18px 0 0; float: left; clear: none; font-size: 36px; font-size: 3.6rem; font-weight: bold; }
.site-utilities .weather-capsule-secondary-content-wrapper { float: left; text-align: center; }
.site-utilities .weather-capsule-current-sky-conditions { margin: 4px 0 0; font-size: 16px; font-size: 1.6rem; }
.site-utilities [role=navigation] { width: 100%; float: left; clear: both; color: #fff; }
.site-utilities [role=navigation] a { color: #fff; }
.site-utilities .sponsor { max-width: 90px; float: left; margin-top: 0; margin-left: 10px; color: #fff; }
.site-utilities .sponsor p { margin: 0 0 4px; }
.site-utilities .alert-pill { float: left; margin-left: 10px; /** Stack pills when there is more than one. */ }
.site-utilities .alert-pill .alert-title { margin: 0 4px; font-size: 12px; font-size: 1.2rem; font-weight: bold; }
.site-utilities .alert-pill:not(:only-of-type) { width: 130px; float: right; clear: right; margin-bottom: 4px; text-align: center; }

.site-logo { width: 300px; height: 60px; float: left; margin: 0 0 10px 10px; background-size: contain; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; }
.site-logo img { height: 60px; border: none; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; }

.site-header-contracted, .site-header-contracted-on-scroll { /** Weather elements that do not display in the contracted header. */ /** Shrink the weather icon. */ /** Shrink the temperature.  No elements to the right of it, so no margin required. */ }
.site-header-contracted .site-branding, .site-header-contracted-on-scroll .site-branding { padding-top: 0; padding-bottom: 0; }
.site-header-contracted .site-utilities, .site-header-contracted-on-scroll .site-utilities { padding-top: 0; padding-bottom: 0; }
.site-header-contracted .site-logo, .site-header-contracted-on-scroll .site-logo { height: 50px; }
.site-header-contracted .site-logo img, .site-header-contracted-on-scroll .site-logo img { height: 50px; }
.site-header-contracted .weather-capsule-list, .site-header-contracted-on-scroll .weather-capsule-list, .site-header-contracted .current-weather-navigation, .site-header-contracted-on-scroll .current-weather-navigation { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; }
.site-header-contracted .weather-capsule-image, .site-header-contracted-on-scroll .weather-capsule-image { margin-top: 0; width: 55px; }
.site-header-contracted .weather-capsule-current-temperature, .site-header-contracted-on-scroll .weather-capsule-current-temperature { margin-right: 0; float: none; font-size: 22px; font-size: 2.2rem; }
.site-header-contracted .weather-capsule-current-sky-conditions, .site-header-contracted-on-scroll .weather-capsule-current-sky-conditions { font-family: "Open Sans", sans-serif; font-size: 13px; font-size: 1.3rem; line-height: 1.4; margin-top: 0; }

/* =Site footer
----------------------------------------------- */
.site-footer { border-top: 3px solid #888; background-color: #eaeaea; font-size: 12px; font-size: 1.2rem; line-height: 1.6; }
.site-footer .site-info { width: 30%; padding-right: 18px; border-right: 1px solid #ccc; float: left; }
.site-footer [role=navigation] { width: 70%; padding-left: 18px; float: left; }
.site-footer .column-navigation-heading { font-size: 14px; font-size: 1.4rem; font-weight: bold; }
.site-footer .follow-heading { font-size: 14px; font-size: 1.4rem; font-weight: bold; }
.site-footer .social-icons { padding-left: 0; }
.site-footer .social-icons-list { list-style-type: none; }
.site-footer .social-icons-list, .site-footer .social-icons-list li { margin: 0; padding: 0; display: inline; }
.site-footer .social-icon-item { text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; margin-right: 4px; margin-bottom: 4px; }

/* =Media
----------------------------------------------- */
.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley { padding: 0; border: none; margin-bottom: 0; margin-top: 0; }

.content-investigative-story .section-image-stacked, .wp-caption, .entry-media, .entry-thumbnail { max-width: 100%; border: 1px solid #ccc; margin-bottom: 18px; }

.content-investigative-story .section-image-stacked .attachment-stacked, .wp-caption img[class*="wp-image-"], .entry-media .wp-post-image, .entry-thumbnail .wp-post-image { display: block; max-width: 98%; margin: 1.2% auto; }

.content-investigative-story .section-image-stacked figcaption, .wp-caption-text, .entry-media figcaption, .entry-thumbnail figcaption { margin: 10px 1.2%; text-align: left; }

.entry-media, .entry-thumbnail { background-color: #eaeaea; }

.site-main .gallery { margin-bottom: 18px; }

.gallery { margin-bottom: 1.5em; }

.gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; }

.gallery-caption { padding: 0 10px 10px 10px; font-family: "Open Sans", sans-serif; font-size: 10px; font-size: 1rem; line-height: 1.2; }

.gallery-columns-2 .gallery-item { max-width: 50%; }

.gallery-columns-3 .gallery-item { max-width: 33.33333%; }

.gallery-columns-4 .gallery-item { max-width: 25%; }

.gallery-columns-5 .gallery-item { max-width: 20%; }

.gallery-columns-6 .gallery-item { max-width: 16.66667%; }

.gallery-columns-7 .gallery-item { max-width: 14.28571%; }

.gallery-columns-8 .gallery-item { max-width: 12.5%; }

.gallery-columns-9 .gallery-item { max-width: 11.11111%; }

.site-main .gallery a img { max-width: 90%; height: auto; border: none; }

.site-main .gallery dd { margin: 0; }

embed, iframe, object { max-width: 100%; }

.play-icon { position: absolute; }

.media-object .play-icon, .river .media-object .play-icon, .hero-layout-1 .media-object:nth-child(n + 2) .play-icon, .hero-layout-4 .media-object:nth-child(n + 2) .play-icon, .hero-layout-2 .figurehead-object:nth-child(n + 2):nth-child(-n + 6) .play-icon, .hero-layout-2 .media-object:nth-child(n + 2):nth-child(-n + 6) .play-icon, .hero-layout-3 .media-object:nth-child(n + 2) .play-icon, .hero-layout-5 .media-object:nth-child(3) .play-icon, .hero-layout-7 .second-column .figurehead-object .play-icon { width: 28px; height: 20px; background-image: url(/wp-content/themes/vip/lin-media/static/css/../images/PlayButton-28x20.png); }

.hero-layout-2 .media-object:first-child .play-icon, .hero-layout-3 .media-object:first-child .play-icon, .hero-layout-breaking .figurehead-object:first-child .play-icon, .hero-layout-1 .media-object:first-child .play-icon, .hero-layout-4 .media-object:first-child .play-icon, .hero-layout-5 .media-object:first-child .play-icon, .hero-layout-7 .first-column .media-object:first-child .play-icon { width: 56px; height: 40px; background-image: url(/wp-content/themes/vip/lin-media/static/css/../images/PlayButton-56x40.png); }

.media-object .play-icon, .river .media-object .play-icon, .hero-layout-1 .media-object:nth-child(n + 2) .play-icon, .hero-layout-4 .media-object:nth-child(n + 2) .play-icon, .hero-layout-2 .figurehead-object:nth-child(n + 2):nth-child(-n + 6) .play-icon, .hero-layout-2 .media-object:nth-child(n + 2):nth-child(-n + 6) .play-icon, .hero-layout-5 .media-object:nth-child(3) .play-icon, .hero-layout-7 .second-column .figurehead-object .play-icon { top: 4px; left: 4px; }

.hero-layout-3 .media-object:nth-child(n + 2) .play-icon { top: 4px; left: 4px; }

.hero-layout-1 .media-object:first-child .play-icon, .hero-layout-4 .media-object:first-child .play-icon, .hero-layout-5 .media-object:first-child .play-icon, .hero-layout-7 .first-column .media-object:first-child .play-icon, .hero-layout-breaking .figurehead-object:first-child .play-icon { top: 40%; left: 41%; }

.hero-layout-2 .media-object:first-child .play-icon, .hero-layout-3 .media-object:first-child .play-icon, .hero-layout-breaking .figurehead-object:first-child .play-icon { top: 45%; left: 45%; }

/* =Hero layouts
----------------------------------------------- */
.hero-wrapper { overflow: hidden; *zoom: 1; clear: both; /** All first-child media objects in a hero layout use a larger font. */ /** All excerpts in a hero layout use a smaller font. */ }
.hero-wrapper .media-object:first-child .entry-title { font-size: 24px; font-size: 2.4rem; line-height: 1.166666667; }
.hero-wrapper .entry-summary { font-size: 12px; font-size: 1.2rem; line-height: 1.5; }
.hero-wrapper .related-content .bullet .entry-title { /** Titles in bullets mimic body copy when in related content. */ font-family: "Open Sans", sans-serif; font-size: 13px; font-size: 1.3rem; line-height: 1.4; }
.hero-wrapper .related-content .bullet .entry-title-link { color: #347ca8; text-decoration: none; }
.hero-wrapper .related-content .bullet .entry-title-link:hover { color: #347ca8; text-decoration: underline; }

.hero-layout-2 .media-object:first-child, .hero-layout-3 .media-object:first-child, .hero-layout-breaking .figurehead-object:first-child { overflow: hidden; *zoom: 1; position: relative; padding-top: 0; padding-bottom: 10px; margin-bottom: 10px; }
.hero-layout-2 .media-object:first-child .entry-thumbnail, .hero-layout-3 .media-object:first-child .entry-thumbnail, .hero-layout-breaking .figurehead-object:first-child .entry-thumbnail { max-width: none; margin: 0 0 18px; float: none; }
.hero-layout-2 .media-object:first-child .entry-summary, .hero-layout-3 .media-object:first-child .entry-summary, .hero-layout-breaking .figurehead-object:first-child .entry-summary { padding-bottom: 0; margin-bottom: 0; }

.hero-layout-1, .hero-layout-4 { /** Skip padding-top on the first media objects in the two columns. */ }
.hero-layout-1 .media-object:first-child, .hero-layout-4 .media-object:first-child { position: relative; width: 50%; }
.hero-layout-1 .media-object:first-child .entry-thumbnail, .hero-layout-4 .media-object:first-child .entry-thumbnail { max-width: none; float: none; margin-right: 0; }
.hero-layout-1 .media-object:first-child:nth-last-child(5), .hero-layout-4 .media-object:first-child:nth-last-child(5) { padding-bottom: 4px; }
.hero-layout-1 .media-object:first-child, .hero-layout-4 .media-object:first-child, .hero-layout-1 .media-object:nth-child(3):nth-last-child(3), .hero-layout-4 .media-object:nth-child(3):nth-last-child(3), .hero-layout-1 .media-object:nth-child(4):nth-last-child(3), .hero-layout-4 .media-object:nth-child(4):nth-last-child(3) { padding-top: 0; }
.hero-layout-1 .media-object:nth-child(n + 2), .hero-layout-4 .media-object:nth-child(n + 2) { width: 50%; padding-bottom: 4px; margin-bottom: 10px; }
.hero-layout-1 .media-object:nth-child(n + 2) .entry-thumbnail, .hero-layout-4 .media-object:nth-child(n + 2) .entry-thumbnail { position: relative; max-width: 34.25%; margin-left: 10px; margin-right: 0; float: right; }
.hero-layout-1 .media-object:nth-child(n + 2) .entry-thumbnail img, .hero-layout-4 .media-object:nth-child(n + 2) .entry-thumbnail img { width: auto; }

.hero-layout-2 .media-object:first-child, .hero-layout-3 .media-object:first-child, .hero-layout-breaking .figurehead-object:first-child, .hero-layout-3 .river-first-ad-wrapper .dfp-ad, .hero-layout-7 .first-column .media-object:first-child, .hero-layout-7 .first-column .text-object:first-child, .hero-layout-7 .river-first-ad-wrapper .dfp-ad { border-bottom: 1px solid #dadada; }

/** Large story right with related coverage; three small stories left with excerpts. */
.hero-layout-1 .media-object:first-child { float: right; }
.hero-layout-1 .media-object:nth-child(n + 3) { padding-right: 10px; float: left; clear: left; }
.hero-layout-1 .media-object:nth-child(3):nth-last-child(4) { padding-right: 0; float: right; clear: right; }
.hero-layout-1 .media-object:nth-child(4):nth-last-child(3), .hero-layout-1 .media-object:nth-child(5):nth-last-child(2), .hero-layout-1 .media-object:nth-child(6):nth-last-child(1) { display: inline-block; float: none; clear: none; }

/** Extra large story on top; four small stories beneath with or without excerpts.  Hero layout 6 also uses these styles; it's the same thing, but without excerpts in the secondary stories. */
.hero-layout-2 .figurehead-object:nth-child(n + 2):nth-child(-n + 6), .hero-layout-2 .media-object:nth-child(n + 2):nth-child(-n + 6) { width: 25%; padding-right: 10px; padding-bottom: 0; margin-bottom: 10px; float: left; }
.hero-layout-2 .figurehead-object:nth-child(n + 2):nth-child(-n + 6) .entry-thumbnail, .hero-layout-2 .media-object:nth-child(n + 2):nth-child(-n + 6) .entry-thumbnail { max-width: none; margin-right: 0; float: none; }
.hero-layout-2 .figurehead-object:nth-child(n + 2):nth-child(-n + 6) .entry-title, .hero-layout-2 .media-object:nth-child(n + 2):nth-child(-n + 6) .entry-title { margin-top: 0; margin-bottom: 0; clear: none; font-size: 18px; font-size: 1.8rem; line-height: 1.166666667; white-space: pre; white-space: pre-wrap; white-space: pre-line; white-space: -pre-wrap; white-space: -o-pre-wrap; white-space: -moz-pre-wrap; white-space: -hp-pre-wrap; word-wrap: break-word; }

/** Extra large story on top; two medium stories beneath with excerpts. */
.hero-layout-3 .media-object:nth-child(n + 2) { width: 50%; padding: 10px 10px 0 0; margin-bottom: 10px; float: left; }
.hero-layout-3 .media-object:nth-child(n + 2) .entry-thumbnail { max-width: none; float: none; }
.hero-layout-3 .media-object:nth-child(odd) { clear: left; }
.hero-layout-3 .river-first-ad-wrapper .dfp-ad { padding-bottom: 10px; }

/** Large story left with related coverage; three small stories right with excerpts. */
.hero-layout-4 { overflow: hidden; *zoom: 1; }
.hero-layout-4 .media-object:first-child { float: left; }
.hero-layout-4 .media-object:nth-child(n + 3) { padding-left: 10px; float: right; clear: right; }
.hero-layout-4 .media-object:nth-child(3):nth-last-child(4) { padding-left: 0; float: left; clear: left; }
.hero-layout-4 .media-object:nth-child(4):nth-last-child(3), .hero-layout-4 .media-object:nth-child(5):nth-last-child(2), .hero-layout-4 .media-object:nth-child(6):nth-last-child(1) { display: inline-block; float: none; clear: none; }
.hero-layout-4 .media-object:nth-child(6) { float: right !important; }

/** Large story left with related coverage; one small story right with excerpt and a list of additional headline. */
.hero-layout-5 { /** Skip padding-top on the first media objects in the two columns. */ }
.hero-layout-5 .media-object:first-child { position: relative; width: 50%; padding-right: 4px; float: left; }
.hero-layout-5 .media-object:first-child .entry-thumbnail { max-width: none; float: none; }
.hero-layout-5 .media-object:nth-child(3) { width: 50%; padding-left: 10px; padding-bottom: 5px; margin-bottom: 10px; float: right; clear: right; }
.hero-layout-5 .media-object:nth-child(3) .entry-thumbnail { position: relative; max-width: 34.25%; margin-left: 10px; margin-right: 0; float: right; }
.hero-layout-5 .media-object:nth-child(3) .entry-thumbnail img { width: auto; }
.hero-layout-5 .media-object:first-child, .hero-layout-5 .media-object:nth-child(3) { padding-top: 0; }
.hero-layout-5 .title-object { width: 50%; padding-left: 10px; margin-bottom: 10px; float: right; clear: right; }
.hero-layout-5 .title-object .entry-title { margin-top: 0; margin-bottom: 0; font-family: "Open Sans", sans-serif; font-size: 13px; font-size: 1.3rem; line-height: 1.4; }
.hero-layout-5 .title-object .entry-title, .hero-layout-5 .title-object .entry-meta { display: inline; }

.hero-layout-7 .first-column, .hero-layout-7 .second-column { padding-top: 0; padding-bottom: 0; }
.hero-layout-7 .first-column { width: 75%; padding-left: 0; }
.hero-layout-7 .first-column .media-object > .entry-header .entry-title, .hero-layout-7 .first-column .text-object > .entry-header .entry-title { font-size: 18px; font-size: 1.8rem; line-height: 1.166666667; }
.hero-layout-7 .first-column .media-object:first-child, .hero-layout-7 .first-column .text-object:first-child { position: relative; padding-top: 0; }
.hero-layout-7 .first-column .media-object:first-child > .entry-header .entry-title, .hero-layout-7 .first-column .text-object:first-child > .entry-header .entry-title { font-size: 24px; font-size: 2.4rem; }
.hero-layout-7 .first-column .media-object:first-child .entry-summary p:last-child, .hero-layout-7 .first-column .text-object:first-child .entry-summary p:last-child { margin-bottom: 0; }
.hero-layout-7 .first-column .media-object:nth-child(3), .hero-layout-7 .first-column .media-object:nth-child(4), .hero-layout-7 .first-column .text-object:nth-child(3), .hero-layout-7 .first-column .text-object:nth-child(4) { width: 50%; float: left; }
.hero-layout-7 .first-column .media-object:nth-child(3), .hero-layout-7 .first-column .text-object:nth-child(3) { padding-right: 10px; }
.hero-layout-7 .first-column .media-object:first-child .entry-thumbnail { position: relative; max-width: 34.25%; max-width: none; margin-bottom: 18px; float: none; margin-right: 0; }
.hero-layout-7 .first-column .text-object .entry-title { margin-top: 0; margin-bottom: 0; }
.hero-layout-7 .first-column .text-object .entry-title a { color: #454545; }
.hero-layout-7 .first-column .text-object .entry-summary { margin-top: 4px; }
.hero-layout-7 .second-column { width: 25%; padding-right: 0; }
.hero-layout-7 .second-column .figurehead-object { padding: 0; }
.hero-layout-7 .second-column .figurehead-object .entry-title { margin: 0; font-size: 16px; font-size: 1.6rem; line-height: 1.166666667; }
.hero-layout-7 .second-column .figurehead-object .entry-title a { color: #454545; }
.hero-layout-7 .second-column .figurehead-object:first-child { margin-top: 0; }
.hero-layout-7 .river-first-ad-wrapper .dfp-ad { padding-bottom: 10px; }

.hero-layout-breaking .figurehead-object:first-child .entry-thumbnail { background-color: #c00; border: 2px solid #c00; }
.hero-layout-breaking .figurehead-object:first-child .entry-thumbnail .wp-post-image { width: auto; max-width: 100%; margin-top: 25px; margin-bottom: 0; }
@media screen and (min-width: 992px) { .hero-layout-breaking .figurehead-object:first-child .entry-thumbnail .wp-post-image { margin-top: 38px; } }
.hero-layout-breaking .figurehead-object:first-child .post-flag { top: 0; width: 100%; text-transform: uppercase; }
.hero-layout-breaking .figurehead-object:first-child .play-icon { width: 35px; height: 25px; background-image: url(/wp-content/themes/vip/lin-media/static/css/../images/PlayButton-35x25.png); }
@media screen and (min-width: 481px) { .hero-layout-breaking .figurehead-object:first-child .play-icon { width: 56px; height: 40px; background-image: url(/wp-content/themes/vip/lin-media/static/css/../images/PlayButton-56x40.png); } }
@media screen and (min-width: 768px) and (max-width: 991px) { .hero-layout-breaking .figurehead-object:first-child .play-icon { top: 4px; left: 4px; top: 32px; } }
.hero-layout-breaking .figurehead-object-body { position: relative; }
.hero-layout-breaking .figurehead-object-body > .entry-header .entry-title { margin: 0; font-size: 36px; font-size: 3.6rem; font-weight: bold; line-height: 1.166666667; }
@media screen and (min-width: 481px) { .hero-layout-breaking .figurehead-object-body > .entry-header .entry-title { font-size: 42px; font-size: 4.2rem; } }
.hero-layout-breaking .figurehead-object-body > .entry-header:first-child { padding-top: 32px; }
@media screen and (min-width: 992px) { .hero-layout-breaking .figurehead-object-body > .entry-header:first-child { padding-top: 54px; } }
@media screen and (min-width: 481px) { .hero-layout-breaking .figurehead-object-body > .entry-thumbnail:first-child ~ .entry-header { background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7))); background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)); position: absolute; z-index: 2; bottom: 0; padding: 10px; color: #fff; border-right: 1px solid #c00; border-left: 1px solid #c00; }
  .hero-layout-breaking .figurehead-object-body > .entry-thumbnail:first-child ~ .entry-header a, .hero-layout-breaking .figurehead-object-body > .entry-thumbnail:first-child ~ .entry-header .updated-on { color: #fff; }
  .hero-layout-breaking .figurehead-object-body > .entry-thumbnail:first-child ~ .entry-header a { text-decoration: none; } }
.hero-layout-breaking .title-object .entry-title { font-size: 16px; font-size: 1.6rem; }
.hero-layout-breaking .title-object .entry-title a { color: #454545; }
@media screen and (min-width: 481px) { .hero-layout-breaking .title-object { width: 33.33333%; padding: 10px 10px 0 0; float: left; }
  .hero-layout-breaking .title-object .entry-title { margin: 0; } }

/* =Bin layouts
----------------------------------------------- */
.widget_lin_article_bin_widget .widget-title { margin-bottom: 10px; }

/** Bin layout defaults. */
.bin-layout { overflow: hidden; *zoom: 1; }
.bin-layout .bullet .entry-title { font-family: "Open Sans", sans-serif; font-size: 13px; font-size: 1.3rem; line-height: 1.4; }
.bin-layout .bullet .entry-title a { color: #454545; text-decoration: none; }
.bin-layout .bullet .entry-title a:hover { color: #454545; text-decoration: underline; }
.bin-layout .bullet, .bin-layout .bullet .entry-title { margin-top: 0; margin-bottom: 0; }

.bin-layout-2 .media-object { padding-bottom: 0; margin-bottom: 0; }
.bin-layout-2 .media-object .entry-summary :last-child { margin-bottom: 0; }
.bin-layout-2 .bullet-bin { margin-bottom: 0; }

/** Article Bin Layout 3  Large Thumbnail, Headlines */
.bin-layout-3 .entry-title { font-size: 14px; font-size: 1.4rem; margin: 0; }
.bin-layout-3 article { width: 50%; padding: 0 10px 0 0; margin-bottom: 10px; float: left; }
.bin-layout-3 article:nth-child(odd) { clear: left; }
@media screen and (min-width: 481px) and (max-width: 767px), (min-width: 992px) { .bin-layout-3 article { width: 33.33333%; }
  .bin-layout-3 article:nth-child(odd) { clear: none; }
  .bin-layout-3 article:nth-child(3n+1) { clear: left; } }
.bin-layout-3 article img { max-height: 72px; width: auto; }
@media (min-width: 768px) { .bin-layout-3 article img { max-height: 114px; } }

/** Modifications to the bin layouts when they appear in an "All Columns" widget. */
.widget-area-column-all .bin-layout-1 { -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; }
.widget-area-column-all .bin-layout-1 article { -moz-page-break-inside: avoid; -webkit-column-break-inside: avoid; break-inside: avoid; }
.widget-area-column-all .bin-layout-2 .media-object, .widget-area-column-all .bin-layout-2 .bullet-bin { width: 50%; padding-top: 0; padding-right: 10px; margin-left: 0; float: left; }

/* =Post navigation
----------------------------------------------- */
.site-main [class*="navigation"] { overflow: hidden; margin: 0 0 18px; }

[class*="navigation"] .nav-links a { font-family: "Open Sans", sans-serif; font-size: 13px; font-size: 1.3rem; line-height: 1.4; font-weight: bold; }

[class*="navigation"] .nav-previous { width: 50%; float: left; }

[class*="navigation"] .nav-next { width: 50%; float: right; text-align: right; }

.post-navigation .categorized-object .entry-thumbnail { position: relative; max-width: 34.25%; margin-right: 10px; float: left; max-width: 68.5%; }
.post-navigation .categorized-object .entry-thumbnail img { width: auto; }
.post-navigation .categorized-object .entry-title { margin-top: 0; margin-bottom: 0; clear: none; font-size: 14px; font-size: 1.4rem; margin-bottom: 1em; line-height: 1.2; }
.post-navigation .categorized-object .entry-title a { color: #454545; text-decoration: none; font-size: 14px; font-size: 1.4rem; font-weight: normal; line-height: 1.2; }
.post-navigation .categorized-object .entry-title a:hover { color: #454545; text-decoration: underline; }
.post-navigation .categorized-object .entry-category { font-size: 11px; font-size: 1.1rem; font-weight: bold; text-transform: uppercase; }
.post-navigation .categorized-object .edit-link { display: block; clear: both; }
.post-navigation .nav-next .categorized-object { text-align: left; }
.post-navigation .previous-post-link:before { font-size: 16px; font-size: 1.6rem; display: block; height: 100%; padding: 10px 4px; margin-top: 22px; margin-right: 10px; float: left; color: #454545; background-color: #dadada; content: "\003C"; }
.post-navigation .next-post-link:before { font-size: 16px; font-size: 1.6rem; display: block; height: 100%; padding: 10px 4px; margin-top: 22px; margin-left: 10px; float: right; color: #454545; background-color: #dadada; content: "\003E"; }

/* =Comments
----------------------------------------------- */
.comment-content a { word-wrap: break-word; }

.comment-disclaimer { font-weight: bold; padding: .8em; border-width: 1px 0; border-style: solid; border-color: #ccc; }

/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title, .archive .format-aside .entry-title { display: none; }

/* =Widgets
----------------------------------------------- */
.widget { font-family: "Open Sans", sans-serif; font-size: 13px; font-size: 1.3rem; line-height: 1.4; margin: 0 0 18px; }
.widget ul, .widget ol { padding-left: 18px; }

.widget-title { font-size: 16px; font-size: 1.6rem; padding: 4px; background-color: #eaeaea; }
.widget-title a { color: #454545; text-decoration: none; }
.widget-title a:hover { color: #454545; text-decoration: underline; }

#secondary .widget-title { width: 300px; }

/* Make sure select elements fit in widgets */
.widget select { max-width: 100%; }

.widget-area-above-river, .widget-area-below-river { overflow: hidden; *zoom: 1; margin-top: 10px; }

.widget-area-column-first, .widget-area-column-second { width: 50%; padding-right: 10px; }

.widget-area-column-first { float: left; clear: left; }

.widget-area-column-second { float: right; }

.rsswidget img[src*="rss.png"] { display: none; }

/* =Social Icons
----------------------------------------------- */
.social-icon-item { display: inline-block; height: 24px; width: 24px; }
.ie7 .social-icon-item { display: inline; padding-right: 5px; }

.feed { background-position: -2px -756px; }

.twitter { background-position: -2px -704px; }

.facebook { background-position: -2px -626px; }

.youtube { background-position: -2px -574px; }

.googleplus { background-position: -2px -782px; }

.pinterest { background-position: -2px -158px; }

.tumblr { background-position: -2px -470px; }

@media screen and (min-width: 992px) { .social-icons-list li:nth-child(5):nth-last-child(4):before { content: "\00000a"; white-space: pre; } }
.alert-banners { overflow: hidden; *zoom: 1; height: 28px; clear: both; -moz-transition-property: height; -o-transition-property: height; -webkit-transition-property: height; transition-property: height; -moz-transition-duration: 0.1s; -o-transition-duration: 0.1s; -webkit-transition-duration: 0.1s; transition-duration: 0.1s; }

.alert-banner { width: 100%; height: 28px; padding: 4px 0; }
.alert-banner .alert-title { margin: 4px 4px 4px 10px; float: left; font-size: 13px; font-size: 1.3rem; line-height: 1; font-weight: bold; text-transform: uppercase; }
.alert-banner .alert-title:after { content: '\00a0//\00a0'; }
.alert-banner .alert-list { margin: 4px 0; float: left; line-height: 1.2; }
.alert-banner .alert-list-item { width: 670px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.alert-banner .alert-more { margin: 4px 10px 4px 4px; float: right; line-height: 1.2; }
.alert-banner .alert-more:after { content: " »"; }

@media (min-width: 481px) { .alert-banner:not(:only-of-type) { width: 50%; float: left; } }
@media (min-width: 768px) { .alert-banner:not(:only-of-type) { width: 57%; } }
@media (min-width: 992px) { .alert-banner:not(:only-of-type) { width: 67%; } }
.alert-banner:not(:only-of-type) .alert-list-item { width: 400px; }
@media (min-width: 992px) { .alert-banner:not(:only-of-type):last-of-type { width: 100%; } }
@media (min-width: 768px) { .alert-banner:not(:only-of-type) + .alert-banner:nth-of-type(even) { width: 43%; } }
@media (min-width: 992px) { .alert-banner:not(:only-of-type) + .alert-banner:nth-of-type(even) { width: 33%; } }
.alert-banner:not(:only-of-type) + .alert-banner:nth-of-type(even) .alert-title:after { content: none; }
.alert-banner:not(:only-of-type) + .alert-banner:nth-of-type(even) .alert-list { display: none; }

.alert-weather { color: #fff; background-color: #c00; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2MDMwMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QyMDIwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #960302), color-stop(100%, #d20200)); background-image: -moz-linear-gradient(#960302, #d20200); background-image: -webkit-linear-gradient(#960302, #d20200); background-image: linear-gradient(#960302, #d20200); }
.alert-weather a { color: #fff; text-decoration: none; }
.alert-weather a:hover { color: #fff; text-decoration: underline; }

.alert-closings { color: #454545; background-color: #fc3; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QyYWUxZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxY2QzZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d2ae1d), color-stop(100%, #f1cd3e)); background-image: -moz-linear-gradient(#d2ae1d, #f1cd3e); background-image: -webkit-linear-gradient(#d2ae1d, #f1cd3e); background-image: linear-gradient(#d2ae1d, #f1cd3e); }
.alert-closings a { color: #454545; text-decoration: none; }
.alert-closings a:hover { color: #454545; text-decoration: underline; }

.alignleft { display: inline; float: left; margin-right: 18px; }

.alignright { display: inline; float: right; margin-left: 18px; }

.aligncenter { clear: both; display: block; margin: 0 auto 10px; }

.screen-reader-text, .site-header-contracted-on-scroll .alert-banners { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; }

.screen-reader-text:hover, .site-header-contracted-on-scroll .alert-banners:hover, .screen-reader-text:active, .site-header-contracted-on-scroll .alert-banners:active, .screen-reader-text:focus, .site-header-contracted-on-scroll .alert-banners:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }

.clear:before, .hero-layout-7:before, .clear:after, .hero-layout-7:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ''; display: table; }

.clear:after, .hero-layout-7:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; }

.video-scroller { margin: 10px 0; }

.mobile-weather { display: none; }

@media screen and (min-width: 481px) { .show-on-smallest { display: none; } }

@media screen and (min-width: 768px) { .show-on-smaller { display: none; } }

@media screen and (max-width: 480px) { .show-on-not_smallest { display: none; } }

@media screen and (max-width: 480px), (min-width: 992px) { .show-on-medium { display: none; } }

@media screen and (max-width: 767px) { .show-on-larger { display: none; } }

@media screen and (max-width: 991px) { .show-on-largest { display: none; } }

@media screen and (max-width: 991px) { .home.menu-bg { background: #222222; }
  #masthead .menu.nav-menu li a { font-size: 10px; font-size: 1rem; }
  #masthead .supernav { width: 100%; }
  .site-content { width: auto; }
  .site-header-container { width: 100%; }
  .site-utilities { float: right; margin-right: 10px; }
  .menu-main-menu-container { display: block; }
  .main-navigation a, .widget-area-above-river .widget-area-column-all .widget_nav_menu a, .widget-area-below-river .widget-area-column-all .widget_nav_menu a { padding-right: 5px !important; }
  .site-footer { width: auto; }
  .site-footer .site-info { width: 100%; border-right: none; }
  .site-footer .info-nav-wrapper, .site-footer .follow-wrapper { padding: 18px 10px; width: 100%; }
  .alert-banners { height: 100%; }
  .current-weather-navigation { padding-left: 10px; }
  .fb_iframe_widget { display: none !important; }
  .alert-banner { height: 100%; float: left; }
  .alert-banner .alert-list { display: none; }
  .alert-banner .alert-more { float: right; }
  .alert-banner .alert-title:after { content: none; }
  .site-footer [role=navigation] { width: 100%; padding-left: 0px; }
  #primary { width: 57%; float: left; }
  #secondary { width: 43%; }
  #secondary .widget-title { width: 100%; }
  .river .media-object { padding-left: 0px; }
  .river .media-object .entry-thumbnail { margin-left: 0px; margin-right: 10px; }
  .hero-layout-1 .media-object, .hero-layout-2 .media-object, .hero-layout-3 .media-object, .hero-layout-4 .media-object { width: 100% !important; padding-right: 0px !important; padding-left: 0px !important; }
  .hero-layout-1 .media-object .entry-thumbnail, .hero-layout-2 .media-object .entry-thumbnail, .hero-layout-3 .media-object .entry-thumbnail, .hero-layout-4 .media-object .entry-thumbnail { float: left !important; margin-left: 0px !important; }
  .hero-layout-1 .media-object:nth-child(n + 2) .entry-thumbnail, .hero-layout-2 .media-object:nth-child(n + 2) .entry-thumbnail, .hero-layout-3 .media-object:nth-child(n + 2) .entry-thumbnail, .hero-layout-4 .media-object:nth-child(n + 2) .entry-thumbnail { margin-right: 10px; }
  .hero-layout-1 .media-object:first-child .entry-thumbnail, .hero-layout-4 .media-object:first-child .entry-thumbnail { margin-right: 0px !important; width: 100%; }
  .entry-content figure { width: 100% !important; margin-left: 0px; }
  .entry-content p { margin-bottom: 5px !important; }
  .entry-content p img { float: none; max-width: 600px; width: 100%; margin-left: 0px !important; padding-top: 15px; }
  .menu-weather-header-links-container { padding-left: 10px; }
  #wp_page_numbers ul li { display: none; }
  #wp_page_numbers ul .page_info { display: block; }
  #wp_page_numbers ul .next_page { display: block; }
  #wp_page_numbers ul .previous_page { display: block; }
  .desktop { display: none; }
  #content-wrapper p { word-wrap: break-word; }
  .post-navigation .categorized-object .entry-title a { float: left; }
  .navigation .entry-meta { float: left; clear: both; }
  #weather_clmod { font-size: 100% !important; }
  .content-single .entry-header-sharing { width: 100% !important; float: left; clear: both; padding: 0px !important; text-align: left; }
  .content-single .entry-meta-primary-column { padding-top: 0px; padding-bottom: 10px; }
  .current-weather-navigation { display: none !important; }
  #lin-wallpaper, #lin-pencil, #lin-river-middle, #lin-river-last, #lin-river-3, #lin-river-4 { display: none !important; }
  #lin-footer-leaderboard { display: block; }
  #lin-river-custom.loaded-638-60 { display: none; }
  .tablet { display: block !important; }
  .hero-wrapper .media-object:first-child .entry-title { display: inline-block; }
  .hero-layout-1 .media-object:nth-child(n + 2) .entry-thumbnail, .hero-layout-2 .media-object:nth-child(n + 2) .entry-thumbnail, .hero-layout-3 .media-object:nth-child(n + 2) .entry-thumbnail, .hero-layout-4 .media-object:nth-child(n + 2) .entry-thumbnail { width: 100%; }
  .hero-layout-5 > .hentry:nth-child(n) { float: none; width: 100%; padding-right: 0; padding-left: 0; }
  .widget-area-column-all .bin-layout-2 .media-object, .widget-area-column-all .bin-layout-2 .bullet-bin { width: 100%; margin-right: 0; float: none; }
  .widget-area-column-all .bin-layout-2 .media-object { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #eaeaea; } }
@media screen and (min-width: 768px) and (max-width: 991px) { .main-navigation .search-toggle, .widget-area-above-river .widget-area-column-all .widget_nav_menu .search-toggle, .widget-area-below-river .widget-area-column-all .widget_nav_menu .search-toggle, .main-navigation .search-toggle:active, .widget-area-above-river .widget-area-column-all .widget_nav_menu .search-toggle:active, .widget-area-below-river .widget-area-column-all .widget_nav_menu .search-toggle:active, .main-navigation .search-toggle:hover, .widget-area-above-river .widget-area-column-all .widget_nav_menu .search-toggle:hover, .widget-area-below-river .widget-area-column-all .widget_nav_menu .search-toggle:hover { display: block; }
  .main-navigation .search-form, .widget-area-above-river .widget-area-column-all .widget_nav_menu .search-form, .widget-area-below-river .widget-area-column-all .widget_nav_menu .search-form { background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM0MzQzNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #222222), color-stop(100%, #343434)); background-image: -moz-linear-gradient(#222222, #343434); background-image: -webkit-linear-gradient(#222222, #343434); background-image: linear-gradient(#222222, #343434); position: absolute; z-index: 5; right: 0; top: 100%; margin-top: 0; padding: 10px 4px 10px 10px; }
  .main-navigation .search-form-not-toggled, .widget-area-above-river .widget-area-column-all .widget_nav_menu .search-form-not-toggled, .widget-area-below-river .widget-area-column-all .widget_nav_menu .search-form-not-toggled { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; }
  .hero-layout-2 .figurehead-object:nth-child(n + 2):nth-child(-n + 6) { width: 100%; padding-right: 0; padding-left: 0; margin-right: 10px; }
  .hero-layout-7 .first-column, .hero-layout-7 .second-column { padding: 18px 10px; width: 100%; padding: 0; }
  .hero-layout-7 .second-column .figurehead-object { width: 33.33333%; padding-right: 10px; float: left; }
  .hero-layout-7 .second-column .figurehead-object .entry-thumbnail { position: relative; max-width: 34.25%; max-width: none; margin-bottom: 18px; float: none; }
  .hero-layout-7 .second-column .figurehead-object .entry-title { margin-top: 0; margin-bottom: 0; clear: none; font-size: 18px; font-size: 1.8rem; line-height: 1.166666667; white-space: pre; white-space: pre-wrap; white-space: pre-line; white-space: -pre-wrap; white-space: -o-pre-wrap; white-space: -moz-pre-wrap; white-space: -hp-pre-wrap; word-wrap: break-word; } }
@media screen and (max-width: 767px) { .main-navigation a[rel=home], .widget-area-above-river .widget-area-column-all .widget_nav_menu a[rel=home], .widget-area-below-river .widget-area-column-all .widget_nav_menu a[rel=home] { display: none; }
  .main-navigation .search-form .search-field, .widget-area-above-river .widget-area-column-all .widget_nav_menu .search-form .search-field, .widget-area-below-river .widget-area-column-all .widget_nav_menu .search-form .search-field { display: inline-table; }
  .main-navigation .search-form input[type=submit], .widget-area-above-river .widget-area-column-all .widget_nav_menu .search-form input[type=submit], .widget-area-below-river .widget-area-column-all .widget_nav_menu .search-form input[type=submit] { width: 28px; height: 27px; padding: 10px 14px 4px; border: none; text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; line-height: 1; background: url(/wp-content/themes/vip/lin-media/static/css/../images/home-search.png) 0 -121px; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
  .menu-main-menu-container { display: none; }
  #primary { width: 100%; }
  #secondary { width: 100%; clear: both; }
  .site-header-container .site-utilities { float: right; width: auto !important; margin: 0px !important; }
  .site-header-container .site-utilities .weather-capsule { float: right; }
  .site-header-container .site-utilities .weather-capsule .weather-capsule-content-wrapper .weather-capsule-current-temperature { font-size: 22px !important; margin-top: 3px !important; }
  .site-header-container .site-utilities .current-weather { float: left; }
  .site-header-container .site-utilities .alert-pill { margin-bottom: 10px; }
  .site-header-container .site-utilities .weather-capsule-image { margin: 0px !important; }
  .site-header-container .site-utilities .sponsor { float: right; margin-right: 10px; }
  .weather-capsule-secondary-content-wrapper { display: none; }
  .current-weather-navigation { display: none !important; }
  .sponsor { display: block; float: right; }
  #lin-river-custom { display: block; }
  .sub-menu { display: none; }
  .hero-layout-1 > .hentry:nth-child(n) { float: none; }
  .hero-layout-2 > .hentry:nth-child(n) { float: none; }
  .hero-layout-3 > .hentry:nth-child(n) { float: none; }
  .hero-layout-4 > .hentry:nth-child(n) { float: none; }
  .hero-layout-5 > .hentry:nth-child(n) { float: none; }
  .hero-layout-6 > .hentry:nth-child(n) { float: none; }
  .hero-layout-7 > .hentry:nth-child(n) { float: none; }
  .hero-wrapper .river-ad-wrapper { margin-bottom: 10px; }
  .hero-layout-7 .first-column { width: 67%; }
  .hero-layout-7 .second-column { width: 33%; }
  #lin-footer-leaderboard { display: none; } }
@media screen and (max-width: 480px) { .entry-summary { display: inline-block; width: 100%; }
  #lin-rr-bottom, #lin-header-leaderboard, #lin-wallpaper, #lin-pencil, #lin-river-custom, #lin-river-3, #lin-river-4 { display: none !important; }
  #lin-river-middle, #lin-river-last { display: block !important; }
  .site-logo, .site-header-contracted .site-logo, .site-header-contracted-on-scroll .site-logo, .site-header-contracted-on-scroll .site-logo { width: 170px; height: 100%; margin-bottom: 0px !important; }
  .site-logo img, .site-header-contracted .site-logo img, .site-header-contracted-on-scroll .site-logo img, .site-header-contracted-on-scroll .site-logo img { height: auto !important; }
  .temperature-scale { display: none; }
  .mobile-weather { display: block; float: right; }
  .mobile-weather .weather-capsule { float: left; width: 85px; height: 50px; }
  .mobile-weather .weather-capsule .weather-capsule-image { float: left; margin-top: 6px; width: 45px; height: auto; }
  .mobile-weather .weather-capsule .weather-capsule-image img { max-width: 100%; }
  .mobile-weather .weather-capsule .weather-capsule-content-wrapper { float: right; }
  .mobile-weather .weather-capsule .weather-capsule-content-wrapper .weather-capsule-current-temperature { margin-left: -35px; }
  .current-weather { display: none; }
  .site-utilities .sponsor { margin-bottom: 8px; }
  .main-navigation a, .widget-area-above-river .widget-area-column-all .widget_nav_menu a, .widget-area-below-river .widget-area-column-all .widget_nav_menu a { padding-left: 0px !important; }
  .main-navigation .search-form, .widget-area-above-river .widget-area-column-all .widget_nav_menu .search-form, .widget-area-below-river .widget-area-column-all .widget_nav_menu .search-form { float: left; margin-left: 15px; width: 175px; }
  .main-navigation .search-form input[type=search], .widget-area-above-river .widget-area-column-all .widget_nav_menu .search-form input[type=search], .widget-area-below-river .widget-area-column-all .widget_nav_menu .search-form input[type=search] { width: 45%; }
  .hero-layout-2 .figurehead-object:nth-child(n + 2):nth-child(-n + 6) { width: 100%; padding-right: 0; padding-left: 0; margin-right: 10px; }
  .hero-layout-5 > .media-object:first-child { padding-bottom: 0; }
  .hero-layout-7 .first-column, .hero-layout-7 .second-column { padding: 18px 10px; width: 100%; padding: 0; }
  .hero-layout-7 .second-column .figurehead-object { width: 33.33333%; padding-right: 10px; float: left; }
  .hero-layout-7 .second-column .figurehead-object .entry-thumbnail { position: relative; max-width: 34.25%; max-width: none; margin-bottom: 18px; float: none; }
  .hero-layout-7 .second-column .figurehead-object .entry-title { margin-top: 0; margin-bottom: 0; clear: none; font-size: 18px; font-size: 1.8rem; line-height: 1.166666667; white-space: pre; white-space: pre-wrap; white-space: pre-line; white-space: -pre-wrap; white-space: -o-pre-wrap; white-space: -moz-pre-wrap; white-space: -hp-pre-wrap; word-wrap: break-word; }
  .hero-layout-7 .first-column .media-object:first-child { margin-bottom: 0; }
  .hero-layout-7 .river-first-ad-wrapper ~ .hentry { margin-top: 18px; }
  body.archive.category .page-title, body.archive.category .page-header .dfp-ad { padding: 18px 10px; width: 100%; }
  body.archive.category .page-title { padding: 0; }
  body.archive.category .page-header .dfp-ad { padding: 10px 0; margin-top: 10px; }
  body.archive.category #primary { padding-top: 10px; }
  .content-page .entry-title, .content-page .entry-header .dfp-ad { padding: 18px 10px; width: 100%; }
  .content-page .entry-title { padding: 0; }
  .content-page .entry-header .dfp-ad { padding: 10px 0; margin-top: 10px; }
  #lin-category-sponsored-by { text-align: left; padding: 0 0 10px; }
  #lin-category-sponsored-by:last-child { padding-bottom: 0; }
  #lin-category-sponsored-by .sponsored-by-label { float: left; margin-top: 6px; margin-right: 10px; } }
@media screen and (min-width: 481px) { .mobile { display: none; } }
@media screen and (max-width: 400px) { .hero-layout-7 .first-column .text-object:nth-child(n), .hero-layout-7 .second-column .figurehead-object { width: 100%; }
  .hero-layout-7 .first-column .text-object ~ .text-object { margin-top: 0; }
  .hero-layout-7 .second-column .figurehead-object .entry-thumbnail { margin-bottom: 10px; } }
@media screen and (min-width: 992px) { .main-navigation .search-form input[type=submit], .widget-area-above-river .widget-area-column-all .widget_nav_menu .search-form input[type=submit], .widget-area-below-river .widget-area-column-all .widget_nav_menu .search-form input[type=submit] { width: 28px; height: 27px; padding: 10px 14px 4px; border: none; text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; line-height: 1; background: url(/wp-content/themes/vip/lin-media/static/css/../images/home-search.png) 0 -121px; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; } }
@media screen and (max-width: 342px) { .river-ad-wrapper { height: 70px; }
  .river-ad-wrapper .advertisement-label { text-align: inherit; }
  .river-ad-wrapper .dfp-ad { position: absolute; z-index: 2; width: 100%; min-width: 320px; margin-left: -11px; }
  .river-last-ad-wrapper { height: 260px; } }
@media screen and (max-width: 992px) { * { padding: 0px; margin: 0px; }
  #menubar { width: 100%; background-color: #444; color: #fff; padding: 10px; }
  .offcanvas-navigation-toggle-icon { cursor: pointer; }
  #smaller-screen-navigation, #content-wrapper { display: inline; }
  #smaller-screen-navigation .menu-item a { padding: 10px; display: block; color: white; text-decoration: none; }
  #content-wrapper { width: 100%; background-color: #fff; z-index: 5; left: 0px; height: 100%; -webkit-box-shadow: -5px 0px 4px 0px rgba(0, 0, 0, 0.2); moz-box-shadow: -5px 0px 4px 0px rgba(0, 0, 0, 0.2); o-box-shadow: -5px 0px 4px 0px rgba(0, 0, 0, 0.2); box-shadow: -5px 0px 4px 0px rgba(0, 0, 0, 0.2); }
  #smaller-screen-navigation { float: left; width: 350px; height: 100%; display: none; }
  #smaller-screen-navigation ul { margin-left: 0px; }
  #smaller-screen-navigation ul li { border-bottom: 1px solid #888; list-style-type: none; background-color: #222222; }
  #smaller-screen-navigation ul li .sub-menu li { background-color: #343434 !important; }
  #smaller-screen-navigation ul li .sub-menu a:after { display: none !important; }
  #smaller-screen-navigation ul .menu-item-has-children a:after { content: ''; display: inline-block; margin-left: 6px; height: 0; border-top: 6px solid #fff; border-right: 4px solid transparent; border-left: 4px solid transparent; } }
/* Modernizr derivatives */
/* =CSS column fallbacks
----------------------------------------------- */
.no-csscolumns .widget-area-column-all .bin-layout-1 .bullet-bin-item, .no-csscolumns .supernav .sub-menu .menu-item { width: 45%; padding-right: 5%; float: left; }

html.backgroundsize .content-investigative-story .entry-section-nav-link { text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; display: inline-block; width: 30px; height: 30px; background-size: 30px; margin-right: 4px; margin-bottom: 4px; }
html.backgroundsize .entry-section-title-has-type:before { content: ''; display: inline-block; width: 30px; height: 30px; background-size: 30px; vertical-align: text-bottom; }
html.backgroundsize .entry-section-image-layout-alternating_thumbs .entry-section-title-has-type:before { width: 24px; height: 24px; background-size: 24px; }

/* Plugin-specific styles. */
/* =Query Builder
----------------------------------------------- */
.widget-area .query-builder .media-object { padding-bottom: 0; margin-bottom: 0; }
.widget-area .query-builder .entry-summary > :last-child { margin-bottom: 0; }

.query-builder-shortcode-title { font-size: 16px; font-size: 1.6rem; padding: 4px; background-color: #eaeaea; margin-bottom: 0; }
.query-builder-shortcode-title a { color: #454545; text-decoration: none; }
.query-builder-shortcode-title a:hover { color: #454545; text-decoration: underline; }

/* =Infinite Scroll
----------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer { display: block; }

/* =WP Page Numbers
----------------------------------------------- */
#wp_page_numbers { clear: both; margin-bottom: 10px; /* The list with all page numbers. */ /* Each page number, "page X of Y," and next/previous items. */ /** List item for "Page X of Y."  The li. specification is needed to trump the default stylesheet. */ /** List item for the active page.  The li. specification is needed to trump the default stylesheet. */ }
#wp_page_numbers ul { border-top: none; }
#wp_page_numbers li { margin-right: 10px; color: #454545; line-height: 18px; /* Page numbers and next/previous links, except the active page. */ }
#wp_page_numbers li a { padding: 4px 10px; border: 1px solid #dadada; color: #347ca8; line-height: 18px; }
#wp_page_numbers li a:hover { background-color: #eaeaea; border: 1px solid #dadada; color: inherit; }
#wp_page_numbers li.page_info { padding: 4px 10px; border: 1px solid #dadada; color: #454545; background-color: #eaeaea; }
#wp_page_numbers li.active_page a, #wp_page_numbers li.active_page a:hover { background-color: #eaeaea; border: 1px solid #dadada; color: inherit; }

@media screen and (min-width: 992px) { .post-type-archive-blog-post #wp_page_numbers ul { text-align: center; }
  .post-type-archive-blog-post #wp_page_numbers li, .post-type-archive-blog-post #wp_page_numbers .page_info { display: inline-block; float: none; margin-right: 6px; }
  .post-type-archive-blog-post #wp_page_numbers li:last-child { margin-right: 0; } }
/* =Jetpack
----------------------------------------------- */
/** "Share this" lead-in to Sharedaddy buttons.  Mimics the @typography-body mixin, but with !important. Uses !important because there's no guarantee this stylesheet will load after Sharedaddy. */
.sd-title { font-size: 13px !important; font-size: 1.3rem !important; font-family: "Open Sans", sans-serif !important; line-height: 1 !important; }

.grofile-thumbnail { max-width: 200px; }

.widget-zone-posts .widget-title { margin-bottom: 10px; }

/* Admin Bar adjustments. */
/* =Admin Bar adjustments
----------------------------------------------- */
/** Catapult things above .site-header. */
#wpadminbar, #querylist, #zenbox_overlay { z-index: 2000001 !important; }

body.admin-bar { background-position: 50% 32px; }

.admin-bar .site-header { margin-top: 32px; }
@media (min-height: 768px) and (min-width: 992px) { .admin-bar .site-content { margin-top: 32px; } }

/* Print styles */
/* =HTML5 Boilerplate print stylesheet
----------------------------------------------- */
@media print { * { background: transparent !important; color: #000 !important; /* Black prints faster: h5bp.com/s */ box-shadow: none !important; text-shadow: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  /* Don't show links that are fragment identifiers, or use the `javascript:` pseudo protocol */
  a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; /* h5bp.com/t */ }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; } }
/* =Extra print stylesheet customizations
----------------------------------------------- */
@media print { /** Set default font size and family. */
  * { font-size: 16px; font-size: 1.6rem; font-family: "Open Sans", sans-serif; }
  /** Undo normalization of font weights on headings. */
  h1, h2, h3, h4, h5, h6 { font-weight: bold; }
  /** Undo the width constraints on the main page wrapper. */
  .site { width: auto; margin: 0; }
  a[rel=home]:after, .entry-thumbnail a:after { content: ""; }
  .site-header, .site-header-container, .site-content, .site-footer, .site-footer .site-info, .primary-column, .site-footer .info-nav-wrapper, #primary, .no-results .page-content, .content-page > .entry-header .entry-title:not(:only-child), body.archive.category .page-title, .content-single .entry-meta-primary-column, .content-investigative-story .entry-meta-primary-column, .supernav-latest-headlines, .hero-layout-7 .first-column, .secondary-column, .site-footer .follow-wrapper, #secondary, .content-page > .entry-header .dfp-ad, body.archive.category .page-header .dfp-ad, .content-single .entry-header-sharing, .content-investigative-story .entry-header-sharing, .supernav-primary-wrapper, .supernav-current-conditions, .supernav-third-column-markup, .hero-layout-7 .second-column, .solitary-column, #solitary, body.single-blog-post .page-header { position: static; width: 100% !important; float: none !important; padding: 0 !important; margin: 0 !important; border: none !important; }
  .site-utilities, .main-navigation, .widget-area-above-river .widget-area-column-all .widget_nav_menu, .widget-area-below-river .widget-area-column-all .widget_nav_menu { display: none !important; }
  .site-logo { width: 100% !important; height: auto !important; margin: .25in 0 !important; }
  .site-logo a:after { content: ""; }
  .site-logo img { width: auto !important; height: 100% !important; max-height: 2in !important; }
  .site-footer h2 { margin-bottom: 0; }
  .site-footer [role=navigation], .site-footer .follow-wrapper { display: none !important; }
  .hero-wrapper .hentry { width: 100% !important; clear: both; }
  .river .hentry, .site-footer .site-info { page-break-inside: avoid; }
  .video-scroller, #wp_page_numbers, .entry-header-sharing, .fb_iframe_widget, .sharedaddy, .post-navigation, .related-content, #secondary, .dfp-ad { display: none !important; } }
img.emoji {
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .05em 0 .1em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}/**

	Noticons

	Noticons are vector icons embedded in a font for use across wp.com.
	To use, reference this stylesheet in your project. See instructions in example.html

*/


/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: "Noticons";
  src: url(/i/noticons/./Noticons.eot?) format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Noticons";
  src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),
       url(/i/noticons/./Noticons.ttf) format("truetype"),
       url(/i/noticons/./Noticons.svg#Noticons) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Noticons";
    src: url(/i/noticons/./Noticons.svg#Noticons) format("svg");
  }
}


/**
 * All noticons
 */

.noticon {
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Noticons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}


/**
 * Individual icons
 */

.noticon-404:before { content: "\f423"; }
.noticon-activity:before { content: "\f508"; }
.noticon-add:before { content: "\f8b3"; }
.noticon-akismet:before { content: "\f8d2"; }
.noticon-anchor:before { content: "\f509"; }
.noticon-art:before { content: "\f8b4"; }
.noticon-aside:before { content: "\f101"; }
.noticon-atsign:before { content: "\f814"; }
.noticon-attachment:before { content: "\f416"; }
.noticon-audio:before { content: "\f109"; }
.noticon-automattic:before { content: "\f815"; }
.noticon-automattic-blip:before { content: "\f817"; }
.noticon-automattic-ring:before { content: "\f816"; }
.noticon-bell:before { content: "\f8d4"; }
.noticon-bold:before { content: "\f471"; }
.noticon-book:before { content: "\f444"; }
.noticon-bug:before { content: "\f50a"; }
.noticon-bullhorn:before { content: "\f8a5"; }
.noticon-bullseye:before { content: "\f8a0"; }
.noticon-cart:before { content: "\f447"; }
.noticon-category:before { content: "\f301"; }
.noticon-chat:before { content: "\f108"; }
.noticon-checkmark:before { content: "\f418"; }
.noticon-close:before { content: "\f405"; }
.noticon-close-alt:before { content: "\f406"; }
.noticon-cloud:before { content: "\f426"; }
.noticon-cloud-download:before { content: "\f440"; }
.noticon-cloud-upload:before { content: "\f441"; }
.noticon-code:before { content: "\f462"; }
.noticon-codepen:before { content: "\f216"; }
.noticon-cog:before { content: "\f445"; }
.noticon-collapse:before { content: "\f432"; }
.noticon-colors:before { content: "\f8a7"; }
.noticon-comment:before { content: "\f300"; }
.noticon-compact:before { content: "\f807"; }
.noticon-day:before { content: "\f305"; }
.noticon-digg:before { content: "\f221"; }
.noticon-document:before { content: "\f443"; }
.noticon-dot:before { content: "\f428"; }
.noticon-downarrow:before { content: "\f502"; }
.noticon-download:before { content: "\f50b"; }
.noticon-draggable:before { content: "\f436"; }
.noticon-dribbble:before { content: "\f201"; }
.noticon-dropbox:before { content: "\f225"; }
.noticon-dropdown:before { content: "\f433"; }
.noticon-dropdown-left:before { content: "\f434"; }
.noticon-edit:before { content: "\f411"; }
.noticon-ellipsis:before { content: "\f476"; }
.noticon-eventbrite:before { content: "\f8a6"; }
.noticon-expand:before { content: "\f431"; }
.noticon-external:before { content: "\f442"; }
.noticon-facebook:before { content: "\f203"; }
.noticon-facebook-alt:before { content: "\f204"; }
.noticon-fastforward:before { content: "\f458"; }
.noticon-features:before { content: "\f8a8"; }
.noticon-feed:before { content: "\f413"; }
.noticon-flag:before { content: "\f468"; }
.noticon-flickr:before { content: "\f211"; }
.noticon-follow:before { content: "\f801"; }
.noticon-following:before { content: "\f803"; }
.noticon-fonts:before { content: "\f8b5"; }
.noticon-foursquare:before { content: "\f226"; }
.noticon-fullscreen:before { content: "\f474"; }
.noticon-gallery:before { content: "\f103"; }
.noticon-ghost:before { content: "\f8d5"; }
.noticon-gift:before { content: "\f8a4"; }
.noticon-github:before { content: "\f200"; }
.noticon-googleplus:before { content: "\f206"; }
.noticon-googleplus-alt:before { content: "\f218"; }
.noticon-gravatar:before { content: "\f8d0"; }
.noticon-gridview:before { content: "\f808"; }
.noticon-handset:before { content: "\f50c"; }
.noticon-heart:before { content: "\f461"; }
.noticon-help:before { content: "\f457"; }
.noticon-hide:before { content: "\f404"; }
.noticon-hierarchy:before { content: "\f505"; }
.noticon-home:before { content: "\f409"; }
.noticon-horizon:before { content: "\f8d8"; }
.noticon-image:before { content: "\f102"; }
.noticon-info:before { content: "\f455"; }
.noticon-instagram:before { content: "\f215"; }
.noticon-italic:before { content: "\f472"; }
.noticon-jetpack:before { content: "\f8d3"; }
.noticon-key:before { content: "\f427"; }
.noticon-layouts:before { content: "\f8a9"; }
.noticon-leftarrow:before { content: "\f503"; }
.noticon-lightbulb:before { content: "\f8a1"; }
.noticon-link:before { content: "\f107"; }
.noticon-linkedin:before { content: "\f207"; }
.noticon-linkedin-alt:before { content: "\f208"; }
.noticon-localization:before { content: "\f8b2"; }
.noticon-location:before { content: "\f417"; }
.noticon-lock:before { content: "\f470"; }
.noticon-mail:before { content: "\f410"; }
.noticon-maximize:before { content: "\f422"; }
.noticon-medium:before { content: "\f8d6"; }
.noticon-menu:before { content: "\f419"; }
.noticon-microphone:before { content: "\f50d"; }
.noticon-milestone:before { content: "\f806"; }
.noticon-minimize:before { content: "\f421"; }
.noticon-minus:before { content: "\f50e"; }
.noticon-month:before { content: "\f307"; }
.noticon-move:before { content: "\f50f"; }
.noticon-next:before { content: "\f429"; }
.noticon-notice:before { content: "\f456"; }
.noticon-notification:before { content: "\f800"; }
.noticon-paintbrush:before { content: "\f506"; }
.noticon-path:before { content: "\f219"; }
.noticon-pause:before { content: "\f448"; }
.noticon-phone:before { content: "\f437"; }
.noticon-picture:before { content: "\f473"; }
.noticon-pinned:before { content: "\f308"; }
.noticon-pinterest:before { content: "\f209"; }
.noticon-pinterest-alt:before { content: "\f210"; }
.noticon-play:before { content: "\f452"; }
.noticon-plugin:before { content: "\f439"; }
.noticon-plus:before { content: "\f510"; }
.noticon-pocket:before { content: "\f224"; }
.noticon-polldaddy:before { content: "\f217"; }
.noticon-portfolio:before { content: "\f460"; }
.noticon-previous:before { content: "\f430"; }
.noticon-price:before { content: "\f8b0"; }
.noticon-print:before { content: "\f469"; }
.noticon-promoted:before { content: "\f812"; }
.noticon-quote:before { content: "\f106"; }
.noticon-rating-empty:before { content: "\f511"; }
.noticon-rating-full:before { content: "\f512"; }
.noticon-rating-half:before { content: "\f513"; }
.noticon-reader:before { content: "\f8a2"; }
.noticon-reader-alt:before { content: "\f8a3"; }
.noticon-reblog:before { content: "\f805"; }
.noticon-reddit:before { content: "\f222"; }
.noticon-refresh:before { content: "\f420"; }
.noticon-reply:before { content: "\f412"; }
.noticon-reply-alt:before { content: "\f466"; }
.noticon-reply-single:before { content: "\f467"; }
.noticon-rewind:before { content: "\f459"; }
.noticon-rightarrow:before { content: "\f501"; }
.noticon-search:before { content: "\f400"; }
.noticon-send-to-phone:before { content: "\f438"; }
.noticon-send-to-tablet:before { content: "\f454"; }
.noticon-share:before { content: "\f415"; }
.noticon-show:before { content: "\f403"; }
.noticon-shuffle:before { content: "\f514"; }
.noticon-sitemap:before { content: "\f507"; }
.noticon-skip-ahead:before { content: "\f451"; }
.noticon-skip-back:before { content: "\f450"; }
.noticon-skype:before { content: "\f220"; }
.noticon-spam:before { content: "\f424"; }
.noticon-spike:before { content: "\f811"; }
.noticon-spotify:before { content: "\f515"; }
.noticon-squarespace:before { content: "\f8d7"; }
.noticon-standard:before { content: "\f100"; }
.noticon-star:before { content: "\f408"; }
.noticon-status:before { content: "\f105"; }
.noticon-stop:before { content: "\f449"; }
.noticon-stumbleupon:before { content: "\f223"; }
.noticon-subscribe:before { content: "\f463"; }
.noticon-subscribed:before { content: "\f465"; }
.noticon-summary:before { content: "\f425"; }
.noticon-tablet:before { content: "\f453"; }
.noticon-tag:before { content: "\f302"; }
.noticon-time:before { content: "\f303"; }
.noticon-title:before { content: "\f8b6"; }
.noticon-top:before { content: "\f435"; }
.noticon-trapper:before { content: "\f810"; }
.noticon-trash:before { content: "\f407"; }
.noticon-trophy:before { content: "\f804"; }
.noticon-tumblr:before { content: "\f214"; }
.noticon-twitch:before { content: "\f516"; }
.noticon-twitter:before { content: "\f202"; }
.noticon-types:before { content: "\f8b1"; }
.noticon-unapprove:before { content: "\f446"; }
.noticon-unfollow:before { content: "\f802"; }
.noticon-unsubscribe:before { content: "\f464"; }
.noticon-unzoom:before { content: "\f401"; }
.noticon-uparrow:before { content: "\f500"; }
.noticon-user:before { content: "\f304"; }
.noticon-vaultpress:before { content: "\f8d1"; }
.noticon-video:before { content: "\f104"; }
.noticon-videocamera:before { content: "\f517"; }
.noticon-vimeo:before { content: "\f212"; }
.noticon-warning:before { content: "\f414"; }
.noticon-website:before { content: "\f475"; }
.noticon-week:before { content: "\f306"; }
.noticon-wordads:before { content: "\f813"; }
.noticon-wordpress:before { content: "\f205"; }
.noticon-xpost:before { content: "\f504"; }
.noticon-youtube:before { content: "\f213"; }
.noticon-zoom:before { content: "\f402"; }


/**
 * Deprecated noticon names
 */

.noticon-like:before { content: "\f408"; }
.geolocation-chip .noticon {
  display: inline-block;
  vertical-align: middle;
}

.geolocation-chip {
  margin-bottom: 1em;
}/**
 * Post Reblogging not in the Reader
 */


.reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
}

.reblogger-note-content {
	margin: 0 0 20px;
}

.wpcom-reblog-snapshot .reblog-from img {
	margin: 0 .5em 0 0;
	padding: 0;
	border: 0;
}

.wpcom-reblog-snapshot .reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
	margin: 0 .5em 0 0;
}

.wpcom-reblog-snapshot {
	margin-bottom: 1em;
}

.wpcom-reblog-snapshot p.reblog-from {
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogged-content {
	margin: 0 0 1em 0;
}


/* Old reblog styles */
.reblog-post .wpcom-enhanced-excerpt-content {border-left: 3px solid #eee; padding-left: 15px; }
.reblog-post ul.thumb-list         { display: block; list-style: none; margin: 2px 0; padding: 0; clear: both; }
.reblog-post ul.thumb-list li      { display: inline; margin: 0; padding: 0 1px; border: 0; }
.reblog-post ul.thumb-list li a    { margin: 0; padding: 0; border: 0; }
.reblog-post ul.thumb-list li img  { margin: 0; padding: 0; border: 0; }

.reblog-post .wpcom-enhanced-excerpt { clear: both; }

.reblog-post .wpcom-enhanced-excerpt address,
.reblog-post .wpcom-enhanced-excerpt li,
.reblog-post .wpcom-enhanced-excerpt h1,
.reblog-post .wpcom-enhanced-excerpt h2,
.reblog-post .wpcom-enhanced-excerpt h3,
.reblog-post .wpcom-enhanced-excerpt h4,
.reblog-post .wpcom-enhanced-excerpt h5,
.reblog-post .wpcom-enhanced-excerpt h6,
.reblog-post .wpcom-enhanced-excerpt p { font-size: 100% !important; }

.reblog-post .wpcom-enhanced-excerpt blockquote,
.reblog-post .wpcom-enhanced-excerpt pre,
.reblog-post .wpcom-enhanced-excerpt code,
.reblog-post .wpcom-enhanced-excerpt q { font-size: 98% !important; }


/* Reblogged post */
.reblog-from img {
	margin: 0 10px 0 0;
	vertical-align: middle;
	padding: 0;
	border: 0;
}

.reblog-source {
	font-weight: bold;
}

/* Optional notes */
.wpcom-reblog-snapshot .reblogger-note {
	border-bottom: 1px solid #ddd;
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	overflow: hidden;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogger-note-content {
	margin: 0;
	padding: 0;
}

body .wpcom-reblog-snapshot .reblogger-note-content blockquote {
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
}

.wpcom-reblog-snapshot .reblogger-note-content blockquote p:last-child {
	margin-bottom: 0;
}
/*
	Global styles for WordPress.com
*/
img.latex {
	border: none;
	vertical-align: middle;
}
.video-player {
	border: 0;
	margin: auto;
	padding: 5px;
	text-align: center;
	max-width: 100%;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
.comment object,
.comment embed,
.embed-vimeo iframe,
.embed-youtube iframe {
	max-width: 100%; /* avoid videos being too wide */
}


/**
 * Layout
 */

.simple-homepage {
	display: none;
}
