@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, .entry-section-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, .entry-section-content .entry-media, .entry-section-content figcaption, .entry-section-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-description .alignright { float: right; }

.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?1435611184); 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; }
@media screen and (max-width: 992px) { .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 { position: relative; max-width: 34.25%; margin-right: 10px; float: left; }
  .hero-layout-2 .figurehead-object:nth-child(n + 2):nth-child(-n + 6) .entry-thumbnail img, .hero-layout-2 .media-object:nth-child(n + 2):nth-child(-n + 6) .entry-thumbnail img { width: auto; } }
.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/12  Large Thumbnail, Headlines */
.bin-layout-3 .entry-title, .bin-layout-12 .entry-title { font-size: 14px; font-size: 1.4rem; margin: 0; }
.bin-layout-3 article, .bin-layout-12 article { width: 50%; padding: 0 10px 0 0; margin-bottom: 10px; float: left; }
.bin-layout-3 article:nth-child(odd), .bin-layout-12 article:nth-child(odd) { clear: left; }
@media screen and (min-width: 481px) and (max-width: 767px), (min-width: 992px) { .bin-layout-3 article, .bin-layout-12 article { width: 33.33333%; }
  .bin-layout-3 article:nth-child(odd), .bin-layout-12 article:nth-child(odd) { clear: none; }
  .bin-layout-3 article:nth-child(3n+1), .bin-layout-12 article:nth-child(3n+1) { clear: left; } }
.bin-layout-3 article img, .bin-layout-12 article img { max-height: 72px; width: auto; }
@media (min-width: 768px) { .bin-layout-3 article img, .bin-layout-12 article img { max-height: 114px; } }

.bin-layout-12 article { width: 100%; }
.bin-layout-12 article img { max-height: none; }
@media (min-width: 481px) { .bin-layout-12 article { width: 50%; }
  .bin-layout-12 article img { max-height: 114px; } }
@media screen and (min-width: 481px) and (min-width: 481px) and (max-width: 767px), (min-width: 481px) and (min-width: 992px) { .bin-layout-12 article { width: 33.33333%; } }

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

/** Layouts 4-6 */
.bin-layout.bin-layout-abstract .media-object { padding: 0; margin: 0; }
.bin-layout.bin-layout-abstract .bullet-bin { padding: 10px 0 10px 18px; margin: 0; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
.bin-layout.bin-layout-abstract .bullet-bin, .bin-layout.bin-layout-abstract .bullet-bin a { color: #888; }
.bin-layout.bin-layout-abstract.bin-layout-4 .bin-large-abstract { overflow: hidden; *zoom: 1; }
.bin-layout.bin-layout-abstract.bin-layout-5 .bullet-bin { padding: 0 0 0 0 18px; }
@media (min-width: 992px) { .bin-layout.bin-layout-abstract.bin-layout-5 { overflow: hidden; *zoom: 1; }
  .bin-layout.bin-layout-abstract.bin-layout-5 .bullet-bin { border: none; }
  .bin-layout.bin-layout-abstract.bin-layout-5 .bin-large-abstract { width: 50%; float: left; }
  .bin-layout.bin-layout-abstract.bin-layout-5 .bullet-bin { width: 50%; float: right; } }
.bin-layout.bin-layout-abstract.bin-layout-6 .bin-large-abstract { overflow: hidden; *zoom: 1; width: 100%; }
@media (min-width: 992px) { .bin-layout.bin-layout-abstract.bin-layout-6 .bullet-bin { columns: 2; -webkit-columns: 2; -moz-columns: 2; list-style-position: inside; margin-bottom: -1px; }
  .bin-layout.bin-layout-abstract.bin-layout-6 .bin-large-abstract .entry-thumbnail { margin-bottom: 10px; } }

/** Layouts 7-8 */
.bin-layout.bin-layout-bullets .bullet-bin { padding: 10px 0 10px 18px; margin: 0; }
.bin-layout.bin-layout-bullets .bullet-bin, .bin-layout.bin-layout-bullets .bullet-bin a { color: #888; }
.bin-layout.bin-layout-bullets.bin-layout-8 { columns: 2; -webkit-columns: 2; -moz-columns: 2; list-style-position: inside; margin-bottom: -1px; }

/** Layouts 9-10 */
.bin-layout.bin-layout-grid ul { list-style: none; padding: 0; margin: 0; }
.bin-layout.bin-layout-grid ul article { padding: 0; margin: 0 0 10px; }
.bin-layout.bin-layout-grid ul article .entry-title { font-size: 14px; font-size: 1.4rem; }
@media (min-width: 992px) { .bin-layout.bin-layout-grid.bin-layout-9 ul { columns: 2; -webkit-columns: 2; -moz-columns: 2; list-style-position: inside; margin-bottom: -1px; }
  .bin-layout.bin-layout-grid.bin-layout-9 ul li img { max-height: 80px; width: auto; height: auto; }
  .bin-layout.bin-layout-grid.bin-layout-9 ul li article { margin: 0; }
  .bin-layout.bin-layout-grid.bin-layout-9 ul li .entry-title { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow-y: hidden; text-overflow: ellipsis; font-size: 13px; line-height: 1.4; height: 36.4px; } }

/** Layout 11: Large Top with 2 rotating below */
.bin-layout-11 { overflow: hidden; *zoom: 1; }
.bin-layout-11 .figurehead-object-image { padding: 0; margin: 0; height: 150px; position: relative; margin: 0 0 10px; background-size: cover; background-position: center; }
.bin-layout-11 .figurehead-object-image:hover .entry-header { opacity: 1; }
.bin-layout-11 a { display: block; height: 150px; }
.bin-layout-11 .figurehead-object-body .entry-header { background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000)); background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), #000000); background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), #000000); background-image: linear-gradient(rgba(0, 0, 0, 0), #000000); position: absolute; bottom: 0; opacity: 0; transition: 500ms; }
.bin-layout-11 .figurehead-object-body .entry-header .entry-title { font-size: 16px; font-size: 1.6rem; padding: 0 10px; }
.bin-layout-11 .figurehead-object-body .entry-header .entry-title, .bin-layout-11 .figurehead-object-body .entry-header .entry-title a { color: #fff; }
.bin-layout-11 .figurehead-object-body .entry-header .entry-title a:hover { text-decoration: none; }
.bin-layout-11 .rotating-grid { overflow: hidden; *zoom: 1; list-style: none; margin: 0; padding: 0; max-height: 150px; height: 150px; overflow: hidden; }
.bin-layout-11 .rotating-grid li { width: 149px; float: left; margin-right: 10px; }
.bin-layout-11 .rotating-grid li:nth-child(2n) { margin-right: 0; }
@media screen and (max-width: 320px) { .bin-layout-11 .rotating-grid { max-height: 300px; height: 300px; } }

/* =Post navigation
----------------------------------------------- */
@media (min-width: 1025px) { .post-navigation .more_headlines { display: none; }
  .post-navigation .categorized-object { display: none; }
  .post-navigation .nav-links { top: 65%; position: fixed; width: 998px; transition: top .75s; height: 0px; }
  .post-navigation .nav-links .nav-previous { float: left; margin-left: -41px; } }
@media (min-width: 1025px) and (max-width: 1024px) { .post-navigation .nav-links .nav-previous a: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; } }
@media (min-width: 1025px) and (min-width: 1025px) { .post-navigation .nav-links .nav-previous a:before { margin: 40px 5px 35px 5px; display: inline-block; height: 0; } }
@media (min-width: 1025px) and (min-width: 1025px) { .post-navigation .nav-links .nav-previous a:before { border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-right: 15px solid #000; content: ''; } }
@media (min-width: 1025px) and (max-width: 1024px) { .post-navigation .nav-links .nav-previous a:before { content: "\003C"; } }
@media (min-width: 1025px) { .post-navigation .nav-links .nav-next { float: right; margin-right: -21px; } }
@media (min-width: 1025px) and (max-width: 1024px) { .post-navigation .nav-links .nav-next a: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; } }
@media (min-width: 1025px) and (min-width: 1025px) { .post-navigation .nav-links .nav-next a:before { margin: 40px 5px 35px 5px; display: inline-block; height: 0; } }
@media (min-width: 1025px) and (min-width: 1025px) { .post-navigation .nav-links .nav-next a:before { border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 15px solid #000; content: ''; } }
@media (min-width: 1025px) and (max-width: 1024px) { .post-navigation .nav-links .nav-next a:before { content: "\003E"; } }
@media (min-width: 1025px) { .post-navigation .nav-links a { display: block; padding: 3px; background-color: #ccc; color: #000; }
  .post-navigation .nav-links a:before { opacity: .65; }
  .post-navigation .nav-links a:hover:before { opacity: .9; } }
@media (max-width: 1024px) { .post-navigation { height: 210px; margin-bottom: 10px; }
  .post-navigation .more_headlines { background-color: #dadada; padding: 4px 4px 4px 10px; font-size: 17px; font-size: 1.7rem; }
  .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-links a { font-family: "Open Sans", sans-serif; font-size: 13px; font-size: 1.3rem; line-height: 1.4; font-weight: bold; }
  .post-navigation .nav-links .nav-next { width: 50%; float: right; text-align: right; }
  .post-navigation .nav-links .nav-next .categorized-object { text-align: left; } }
@media (max-width: 1024px) and (max-width: 1024px) { .post-navigation .nav-links .nav-next .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; } }
@media (max-width: 1024px) and (min-width: 1025px) { .post-navigation .nav-links .nav-next .next-post-link:before { margin: 40px 5px 35px 5px; display: inline-block; height: 0; } }
@media (max-width: 1024px) and (min-width: 1025px) { .post-navigation .nav-links .nav-next .next-post-link:before { border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 15px solid #000; content: ''; } }
@media (max-width: 1024px) and (max-width: 1024px) { .post-navigation .nav-links .nav-next .next-post-link:before { content: "\003E"; } }
@media (max-width: 1024px) { .post-navigation .nav-links .nav-previous { width: 50%; float: left; } }
@media (max-width: 1024px) and (max-width: 1024px) { .post-navigation .nav-links .nav-previous .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; } }
@media (max-width: 1024px) and (min-width: 1025px) { .post-navigation .nav-links .nav-previous .previous-post-link:before { margin: 40px 5px 35px 5px; display: inline-block; height: 0; } }
@media (max-width: 1024px) and (min-width: 1025px) { .post-navigation .nav-links .nav-previous .previous-post-link:before { border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-right: 15px solid #000; content: ''; } }
@media (max-width: 1024px) and (max-width: 1024px) { .post-navigation .nav-links .nav-previous .previous-post-link:before { content: "\003C"; } }

/* =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; }

.widget.query-builder .media-object { overflow: hidden; *zoom: 1; }

/* =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 { position: relative; max-width: 34.25%; margin-right: 10px; float: left; margin-bottom: 10px; }
  .hero-layout-7 .second-column .figurehead-object .entry-thumbnail img { width: auto; } }
@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;
}.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;
}
/**
 * Sharedaddy Base Styles
 *
 * Contains styles for modules, containers, buttons
 */


/* Master container */
#jp-post-flair {
	padding-top: .5em;
}


/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}

body.highlander-light h3.sd-title:before {
	border-top: 1px solid rgba(0,0,0,.2);
}

body.highlander-dark h3.sd-title:before {
	border-top: 1px solid rgba(255,255,255,.4);
}


/* Sharing services list */
.sd-content ul {
	padding: 0 !important;
	margin: 0 0 .7em 0 !important;
	list-style: none !important;
}

.sd-content ul li {
	display: inline-block;
}

.sd-block.sd-gplus {
	margin: 0 0 .5em 0;
}

.sd-gplus .sd-content {
	font-size: 12px;
}


/* Buttons */
.sd-social-icon .sd-content ul li a.sd-button,
.sd-social-text .sd-content ul li a.sd-button,
.sd-content ul li a.sd-button,
.sd-content ul li .option a.share-ustom,	/* Ugh. */
.sd-content ul li.preview-item div.option.option-smart-off a,
.sd-content ul li.advanced a.share-more,
.sd-social-icon-text .sd-content ul li a.sd-button,
.sd-social-official .sd-content>ul>li>a.sd-button,
#sharing_email .sharing_send,
.sd-social-official .sd-content>ul>li .digg_button >a {		/* official Digg button no longer works, needs cleaning */
	text-decoration: none !important;
	display: inline-block;
	margin: 0 5px 5px 0;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	border-radius: 3px;
	color: #777 !important;
	background: #f8f8f8;
	border: 1px solid #cccccc;
	box-shadow: 0 1px 0 rgba(0,0,0,.08);
	text-shadow: none;
	line-height: 23px;
	padding: 1px 8px 0px 5px;
}

.sd-social-text .sd-content ul li a.sd-button span,
.sd-content ul li a.sd-button>span,
.sd-content ul li .option a.share-ustom span,	/* Ugh. */
.sd-content ul li.preview-item div.option.option-smart-off a span,
.sd-content ul li.advanced a.share-more span,
.sd-social-icon-text .sd-content ul li a.sd-button>span,
.sd-social-official .sd-content>ul>li>a.sd-button span,
.sd-social-official .sd-content>ul>li .digg_button >a span {		/* official Digg button no longer works, needs cleaning */
	line-height: 23px;
}



/* Our gray buttons should be smaller when seen with the official ones */
.sd-social-official .sd-content>ul>li>a.sd-button,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,
.sd-social-official .sd-content>ul>li .digg_button>a,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a {
	line-height: 17px;
	box-shadow: none; /* No shadow on gray buttons between the official ones */
	vertical-align: top;
}

.sd-social-official .sd-content>ul>li>a.sd-button:before,
.sd-social-official .sd-content>ul>li .digg_button>a:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before {
	margin-bottom: -1px;
	top: 0;
}

.sd-social-icon .sd-content ul li a.sd-button:hover,
.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:hover,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:hover,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:hover,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:hover,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
	color: #555;
	background: #fafafa;
	border: 1px solid #999999;
}

.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
	box-shadow: inset 0 1px 0 rgba(0,0,0,.16);
}


/* All icons */
.sd-content ul li a.sd-button:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal 16px/1 'Genericons';
	vertical-align: top;
	position: relative;
	top: 3px;
	text-align: center;
}

.sd-content ul li {
	margin: 0 !important;
	padding: 0;
}

/* Text + icon & Official */
.sd-social-icon-text .sd-content ul li a span,
.sd-social-official .sd-content ul li a.sd-button span,
.sd-content ul li.preview-item a.sd-button span {
	margin-left: 3px;
}
.sd-content ul li.preview-item.no-icon a.sd-button span {
	margin-left: 0;
}

/* Text only */
.sd-social-text .sd-content ul li a:before,
.sd-content ul li.no-icon a:before {
	display: none;
}
body .sd-social-text .sd-content ul li.share-custom a span,
body .sd-content ul li.share-custom.no-icon a span {
	background-image: none;
	background-position: -500px -500px !important;	/* hack to work around !important inline style */
	background-repeat: no-repeat !important;
	padding-left: 0;
	height: 0;
	line-height: inherit;
}

.sd-social-icon .sd-content ul li a.share-more {
	position: relative;
	top: 2px;
}
.sd-social-icon .sd-content ul li a.share-more span {
	margin-left: 3px;
}


/* Individual icons */
.sd-social-icon .sd-content ul li.share-print a:before,
.sd-social-text .sd-content ul li.share-print a:before,
.sd-content ul li.share-print div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-print a:before,
.sd-social-official .sd-content li.share-print a:before {
	content: '\f469';
}

.sd-social-icon .sd-content ul li.share-email a:before,
.sd-social-text .sd-content ul li.share-email a:before,
.sd-content ul li.share-email div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-email a:before,
.sd-social-official .sd-content li.share-email a:before {
	content: '\f410';
}
.sd-social-icon .sd-content ul li.share-linkedin a:before,
.sd-social-text .sd-content ul li.share-linkedin a:before,
.sd-content ul li.share-linkedin div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-linkedin a:before {
	content: '\f207';
}
.sd-social-icon .sd-content ul li.share-twitter a:before,
.sd-social-text .sd-content ul li.share-twitter a:before,
.sd-content ul li.share-twitter div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-twitter a:before {
	content: '\f202';
}
.sd-social-icon .sd-content ul li.share-reddit a:before,
.sd-social-text .sd-content ul li.share-reddit a:before,
.sd-content ul li.share-reddit div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-reddit a:before {
	content: '\f222';
}
.sd-social-icon .sd-content ul li.share-tumblr a:before,
.sd-social-text .sd-content ul li.share-tumblr a:before,
.sd-content ul li.share-tumblr div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-tumblr a:before {
	content: '\f214';
}
.sd-social-icon .sd-content ul li.share-stumbleupon a:before,
.sd-social-text .sd-content ul li.share-stumbleupon a:before,
.sd-content ul li.share-stumbleupon div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-stumbleupon a:before {
	content: '\f223';
}
.sd-social-icon .sd-content ul li.share-pocket a:before,
.sd-social-text .sd-content ul li.share-pocket a:before,
.sd-content ul li.share-pocket div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pocket a:before {
	content: '\f224';
}
.sd-social-icon .sd-content ul li.share-pinterest a:before,
.sd-social-text .sd-content ul li.share-pinterest a:before,
.sd-content ul li.share-pinterest div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pinterest a:before {
	content: '\f209';
}
.sd-social-icon .sd-content ul li.share-google-plus-1 a:before,
.sd-social-text .sd-content ul li.share-google-plus-1 a:before,
.sd-content ul li.share-google-plus-1 div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-google-plus-1 a:before {
	content: '\f218';
}
.sd-social-icon .sd-content ul li.share-facebook a:before,
.sd-social-text .sd-content ul li.share-facebook a:before,
.sd-content ul li.share-facebook div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-facebook a:before {
	content: '\f204';
}
.sd-social-icon .sd-content ul li.share-press-this a:before,
.sd-social-text .sd-content ul li.share-press-this a:before,
.sd-content ul li.share-press-this div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-press-this a:before,
.sd-social-official .sd-content li.share-press-this a:before {
	content: '\f205';
}
.sd-social-official .sd-content li.share-press-this a:before {
	color: #2ba1cb;
}
.sd-social-icon .sd-content ul a.share-more:before,
.sd-social-text .sd-content ul a.share-more:before,
.sd-content ul li.advanced a.share-more:before,
.sd-social-icon-text .sd-content a.share-more:before,
.sd-social-official .sd-content a.share-more:before {
	content: '\f415';
}
.sd-social-official .sd-content a.share-more:before {
	color: #2ba1cb;
}


/* Share count */
.sd-social .sd-button .share-count {
	background: #2ea2cc;
	color: #fff;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
	font-size: 10px;
	padding: 1px 3px;
	line-height: 1;
}


/* Official buttons */
.sd-social-official .sd-content ul, .sd-social-official .sd-content ul li {
	line-height: 25px !important;
}

.sd-social-official .sd-content>ul>li>a.sd-button span {
	line-height: 1;
}

.sd-social-official .sd-content ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.sd-social-official .sd-content li.share-press-this a {
	margin: 0 0 5px 0;
}

.sd-social-official .sd-content ul>li {
	display: block;
	float: left;
	margin: 0 10px 5px 0 !important;
	height: 25px;
}

.sd-social-official .fb-share-button > span {
	vertical-align: top !important;
}

.sd-social-official .sd-content .pocket_button iframe {
	width: 98px;
}

.sd-social-official .sd-content .twitter_button iframe {
	width: 96px;
}


/* Individual official buttons */
.googleplus1_button .g-plus {
	vertical-align: top !important;
}

.stumbleupon_button iframe, .reddit_button iframe {
	margin-top: 1px;
}

.pocket_button iframe, .googleplus1_button iframe, .pinterest_button, .twitter_button, .linkedin_button>span {
	margin: 0 !important;
}

body .sd-social-official li.share-print ,
body .sd-social-official li.share-email a,
body .sd-social-official li.share-custom a,
body .sd-social-official li a.share-more,
body .sd-social-official li.share-digg a,
body .sd-social-official li.share-press-this a
{
	position: relative;
	top: 0;
}


/* Custom icons */
body .sd-social-icon .sd-content li.share-custom>a {
	padding: 2px 3px 0 3px;
	position: relative;
	top: 4px;
}

body .sd-social-icon .sd-content li.share-custom a span,
body .sd-social-icon-text .sd-content li.share-custom a span,
body .sd-social-text .sd-content li.share-custom a span,
body .sd-social-official .sd-content li.share-custom a span,
body .sd-content ul li.share-custom a.share-icon span
{
	background-size: 16px 16px;
	background-repeat: no-repeat;
	margin-left: 0;
	padding: 0 0 0 19px;
	display: inline-block;
	height: 16px;
	line-height: 16px;
}

body .sd-social-icon .sd-content li.share-custom a span {
	width: 0;
}

body .sd-content li.share-custom a:hover span {
}

body .sd-social-icon .sd-content li.share-custom a span {
	padding-left: 16px !important;
}


/* Overflow Sharing dialog */
.sharing-hidden .inner {
	position: absolute;
	z-index: 2;
	border: 1px solid #ccc;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(0,0,0,.2);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top: 5px;
	max-width: 400px;
}

.sharing-hidden .inner ul{
	margin: 0 !important;
}

.sd-social-official .sd-content .sharing-hidden ul>li.share-end {
	clear: both;
	margin: 0;
	height: 0;
}

.sharing-hidden .inner:before, .sharing-hidden .inner:after {
	position: absolute;
	z-index: 1;
	top: -8px;
	left: 20px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #ccc;
	content: "";
	display: block;
}

.sharing-hidden .inner:after {
	z-index: 2;
	top: -7px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #fff;
}

.sharing-hidden ul {
	margin: 0;
}


/**
 * Special colorful look for "Icon Only" option
 */

.sd-social-icon .sd-content ul li[class*='share-'] a,
.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 0;
	box-shadow: none;
	padding: 8px;
	position: relative;
	top: -2px;
	line-height: 1;
	width: auto;
	height: auto;
	margin-bottom: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button>span,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a span {
	line-height: 1;
}

.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a:hover {
	border: none;
	opacity: .6;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button:before {
	top: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button.share-custom {
	padding: 8px 8px 6px 8px;
	top: 5px;
}

.sd-social-icon .sd-content ul li a.sd-button.share-more {
	margin-left: 10px;
}

.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more {
	margin-left: 0;
}


.sd-social-icon .sd-button span.share-count {
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 0;
	background: #555;
	font-size: 9px;
}

/* Special look colors */
.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
	background: #e9e9e9;
	margin-top: 2px;
	text-indent: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-tumblr a.sd-button {
	background: #2c4762;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button {
	background: #3b5998;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-stumbleupon a.sd-button {
	background: #ea4b24;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-twitter a.sd-button {
	background: #00acee;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-pinterest a.sd-button {
	background: #ca1f27;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-digg a.sd-button {
	color: #555555 !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-press-this a.sd-button {
	background: #1e8cbe;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-linkedin a.sd-button {
	background: #0077b5;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-google-plus-1 a.sd-button {
	background: #dd4b39;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-pocket a.sd-button {
	background: #ee4056;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-reddit a.sd-button {
	background: #cee3f8;
	color: #555555 !important;
}


/**
 * Screen Reader Text for "Icon Only" option
 */

.sharing-screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.sharing-screen-reader-text:hover,
.sharing-screen-reader-text:active,
.sharing-screen-reader-text: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; /* Above WP toolbar */
}


/**
 * Sharing Email Dialog
 */

#sharing_email {
	width: 342px;
	position: absolute;
	z-index: 1001;
	border: 1px solid #ccc;
	padding: 15px;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(0,0,0,.2);
	text-align: left;
}

div.sharedaddy.sharedaddy-dark #sharing_email {
	border-color: #fff;
}

#sharing_email .errors {
	color: #fff;
	background-color: #771a09;
	font-size: 12px;
	padding: 5px 8px;
	line-height: 1;
	margin: 10px 0 0 0;
}

#sharing_email label {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	display: block;
	padding: 0 0 4px 0;
	text-align: left;
	text-shadow: none;
}

#sharing_email form {
	margin: 0;
}

#sharing_email input[type="text"], #sharing_email input[type="email"] {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border: 1px solid #ccc;
	margin-bottom: 1em;
	background: #fff;
	font-size: 12px;
	color: #333;
	max-width: none;
	padding: 1px 3px;
}
#jetpack-source_f_name {
	display: none!important;
	position: absolute !important;
	left: -9000px;
}

#sharing_email .sharing_cancel {
	padding: 0 0 0 1em;
	font-size: 12px;
	text-shadow: none;
}

#sharing_email .recaptcha {
	width: 312px;
	height: 123px;
	margin: 0 0 1em 0;
}

/**

	Genericons

*/


/* 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: 'Genericons';
    src: url(/wp-content/mu-plugins/genericons/genericons/Genericons.eot);
}

@font-face {
    font-family: 'Genericons';
    src: url(data:application/font-woff;charset=utf-8;base64,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) format('woff'),
         url(/wp-content/mu-plugins/genericons/genericons/Genericons.ttf) format('truetype'),
         url(/wp-content/mu-plugins/genericons/genericons/Genericons.svg#genericonsregular) format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Genericons";
    src: url(/wp-content/mu-plugins/genericons/genericons/./Genericons.svg#Genericons) format("svg");
  }
}


/**
 * All Genericons
 */

.genericon {
	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: "Genericons";
	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
 */

.genericon-404:before { content: "\f423"; }
.genericon-activity:before { content: "\f508"; }
.genericon-anchor:before { content: "\f509"; }
.genericon-aside:before { content: "\f101"; }
.genericon-attachment:before { content: "\f416"; }
.genericon-audio:before { content: "\f109"; }
.genericon-bold:before { content: "\f471"; }
.genericon-book:before { content: "\f444"; }
.genericon-bug:before { content: "\f50a"; }
.genericon-cart:before { content: "\f447"; }
.genericon-category:before { content: "\f301"; }
.genericon-chat:before { content: "\f108"; }
.genericon-checkmark:before { content: "\f418"; }
.genericon-close:before { content: "\f405"; }
.genericon-close-alt:before { content: "\f406"; }
.genericon-cloud:before { content: "\f426"; }
.genericon-cloud-download:before { content: "\f440"; }
.genericon-cloud-upload:before { content: "\f441"; }
.genericon-code:before { content: "\f462"; }
.genericon-codepen:before { content: "\f216"; }
.genericon-cog:before { content: "\f445"; }
.genericon-collapse:before { content: "\f432"; }
.genericon-comment:before { content: "\f300"; }
.genericon-day:before { content: "\f305"; }
.genericon-digg:before { content: "\f221"; }
.genericon-document:before { content: "\f443"; }
.genericon-dot:before { content: "\f428"; }
.genericon-downarrow:before { content: "\f502"; }
.genericon-download:before { content: "\f50b"; }
.genericon-draggable:before { content: "\f436"; }
.genericon-dribbble:before { content: "\f201"; }
.genericon-dropbox:before { content: "\f225"; }
.genericon-dropdown:before { content: "\f433"; }
.genericon-dropdown-left:before { content: "\f434"; }
.genericon-edit:before { content: "\f411"; }
.genericon-ellipsis:before { content: "\f476"; }
.genericon-expand:before { content: "\f431"; }
.genericon-external:before { content: "\f442"; }
.genericon-facebook:before { content: "\f203"; }
.genericon-facebook-alt:before { content: "\f204"; }
.genericon-fastforward:before { content: "\f458"; }
.genericon-feed:before { content: "\f413"; }
.genericon-flag:before { content: "\f468"; }
.genericon-flickr:before { content: "\f211"; }
.genericon-foursquare:before { content: "\f226"; }
.genericon-fullscreen:before { content: "\f474"; }
.genericon-gallery:before { content: "\f103"; }
.genericon-github:before { content: "\f200"; }
.genericon-googleplus:before { content: "\f206"; }
.genericon-googleplus-alt:before { content: "\f218"; }
.genericon-handset:before { content: "\f50c"; }
.genericon-heart:before { content: "\f461"; }
.genericon-help:before { content: "\f457"; }
.genericon-hide:before { content: "\f404"; }
.genericon-hierarchy:before { content: "\f505"; }
.genericon-home:before { content: "\f409"; }
.genericon-image:before { content: "\f102"; }
.genericon-info:before { content: "\f455"; }
.genericon-instagram:before { content: "\f215"; }
.genericon-italic:before { content: "\f472"; }
.genericon-key:before { content: "\f427"; }
.genericon-leftarrow:before { content: "\f503"; }
.genericon-link:before { content: "\f107"; }
.genericon-linkedin:before { content: "\f207"; }
.genericon-linkedin-alt:before { content: "\f208"; }
.genericon-location:before { content: "\f417"; }
.genericon-lock:before { content: "\f470"; }
.genericon-mail:before { content: "\f410"; }
.genericon-maximize:before { content: "\f422"; }
.genericon-menu:before { content: "\f419"; }
.genericon-microphone:before { content: "\f50d"; }
.genericon-minimize:before { content: "\f421"; }
.genericon-minus:before { content: "\f50e"; }
.genericon-month:before { content: "\f307"; }
.genericon-move:before { content: "\f50f"; }
.genericon-next:before { content: "\f429"; }
.genericon-notice:before { content: "\f456"; }
.genericon-paintbrush:before { content: "\f506"; }
.genericon-path:before { content: "\f219"; }
.genericon-pause:before { content: "\f448"; }
.genericon-phone:before { content: "\f437"; }
.genericon-picture:before { content: "\f473"; }
.genericon-pinned:before { content: "\f308"; }
.genericon-pinterest:before { content: "\f209"; }
.genericon-pinterest-alt:before { content: "\f210"; }
.genericon-play:before { content: "\f452"; }
.genericon-plugin:before { content: "\f439"; }
.genericon-plus:before { content: "\f510"; }
.genericon-pocket:before { content: "\f224"; }
.genericon-polldaddy:before { content: "\f217"; }
.genericon-portfolio:before { content: "\f460"; }
.genericon-previous:before { content: "\f430"; }
.genericon-print:before { content: "\f469"; }
.genericon-quote:before { content: "\f106"; }
.genericon-rating-empty:before { content: "\f511"; }
.genericon-rating-full:before { content: "\f512"; }
.genericon-rating-half:before { content: "\f513"; }
.genericon-reddit:before { content: "\f222"; }
.genericon-refresh:before { content: "\f420"; }
.genericon-reply:before { content: "\f412"; }
.genericon-reply-alt:before { content: "\f466"; }
.genericon-reply-single:before { content: "\f467"; }
.genericon-rewind:before { content: "\f459"; }
.genericon-rightarrow:before { content: "\f501"; }
.genericon-search:before { content: "\f400"; }
.genericon-send-to-phone:before { content: "\f438"; }
.genericon-send-to-tablet:before { content: "\f454"; }
.genericon-share:before { content: "\f415"; }
.genericon-show:before { content: "\f403"; }
.genericon-shuffle:before { content: "\f514"; }
.genericon-sitemap:before { content: "\f507"; }
.genericon-skip-ahead:before { content: "\f451"; }
.genericon-skip-back:before { content: "\f450"; }
.genericon-skype:before { content: "\f220"; }
.genericon-spam:before { content: "\f424"; }
.genericon-spotify:before { content: "\f515"; }
.genericon-standard:before { content: "\f100"; }
.genericon-star:before { content: "\f408"; }
.genericon-status:before { content: "\f105"; }
.genericon-stop:before { content: "\f449"; }
.genericon-stumbleupon:before { content: "\f223"; }
.genericon-subscribe:before { content: "\f463"; }
.genericon-subscribed:before { content: "\f465"; }
.genericon-summary:before { content: "\f425"; }
.genericon-tablet:before { content: "\f453"; }
.genericon-tag:before { content: "\f302"; }
.genericon-time:before { content: "\f303"; }
.genericon-top:before { content: "\f435"; }
.genericon-trash:before { content: "\f407"; }
.genericon-tumblr:before { content: "\f214"; }
.genericon-twitch:before { content: "\f516"; }
.genericon-twitter:before { content: "\f202"; }
.genericon-unapprove:before { content: "\f446"; }
.genericon-unsubscribe:before { content: "\f464"; }
.genericon-unzoom:before { content: "\f401"; }
.genericon-uparrow:before { content: "\f500"; }
.genericon-user:before { content: "\f304"; }
.genericon-video:before { content: "\f104"; }
.genericon-videocamera:before { content: "\f517"; }
.genericon-vimeo:before { content: "\f212"; }
.genericon-warning:before { content: "\f414"; }
.genericon-website:before { content: "\f475"; }
.genericon-week:before { content: "\f306"; }
.genericon-wordpress:before { content: "\f205"; }
.genericon-xpost:before { content: "\f504"; }
.genericon-youtube:before { content: "\f213"; }
.genericon-zoom:before { content: "\f402"; }




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