/**
 * Smiley project CSS 
 */

/* generic emoji styles */
.wp-emoji, .wp-emoji:before {
	display: inline-block !important; /* shouldn't have been necessary, but some themes set this to static */
}

.wp-emoji {
	position: relative !important; /* shouldn't have been necessary, but some themes set this to static */
	vertical-align: bottom;

	/* this will be a line-height tall wrapper for vertically centering the smiley */
	width: 1.375em;
	overflow: hidden;
	white-space: nowrap;	
	text-indent: 9999px;
	min-height: 1.2em; /* for really small lineheights */
}

/* Firefox does weird things with text-indent and selection */
@-moz-document url-prefix() { 
	.wp-emoji {
		text-indent: 0;
		text-align: center;
		color: rgba(255,255,255,0);
		overflow: visible;
	}
}

/* @noflip */
.wp-emoji:before {
	/* vertically center the smiley */
	position: absolute;
	content: "";
	
	/* height/width for IE, Firefox and non-webkit browsers */
	height: 1.25em;
	width: 1.375em;
	margin-top: -0.625em; /* minus half the height of the smiley */

	left: 0;
	top: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

/* WebKit specific hacks */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.wp-emoji {
		width: 1.35em;
	}
    .wp-emoji:before {
		height: 1.4em;
		width: 1.35em;
		margin-top: -0.7em; /* minus half the height of the smiley */
    }
}

/* IE specific hacks */
@media screen and (min-width:0\0) {
	.wp-emoji {
		height: 1.2em;
		width: 1.38em;
	}
    .wp-emoji:before {
		width: 1.38em;
    }
}

/* to enable text-selection of smileys in Firefox, we can't use text-indent or overflow to hide the text, so letterspace it instead */
@-moz-document url-prefix() { 
	.wp-emoji-rolleyes {
		letter-spacing: -.2em;
	}

	.wp-emoji-oops, .wp-emoji-idea, .wp-emoji-confused {
		letter-spacing: -.25em;
	}

	.wp-emoji-burrito, .wp-emoji-arrow, .wp-emoji-bear, .wp-emoji-star {
		letter-spacing: -.3em;
	}

	.wp-emoji-developer, .wp-emoji-mrgreen, .wp-emoji-facepalm {
		letter-spacing: -.35em;
	}

}




/**
 * Like Button toolbar button, loading text & container styles
 *
 * @todo: doesn't look like "style.css" is used anymore.
 */


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


/* Toolbar */
#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
	width: 61px;
	overflow: hidden;
}

#wpadminbar iframe.admin-bar-likes-widget {
	width: 61px;
	height: 28px;
	min-height: 28px;
	border-width: 0px;
	position: absolute;
	top: 0;
}

div.jetpack-likes-widget-wrapper {
	width: 100%;
	min-height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-likes-widget-wrapper.slim-likes-widget {
	width: 1px; /* initial default */
	min-height: 0;
}

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px;
	background-color: #000;
	border-width: 0;
	opacity: 0.88;
	filter: alpha(opacity=88);
	box-shadow: 0 0 10px black;
	min-width: 130px;
	z-index: 1000;
}

#likes-other-gravatars * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: white;
	font-size: 14px;
	padding-bottom: 5px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#likes-other-gravatars li::before {
	content: "";
}

#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	position: absolute;
	max-height: 190px;
}

#likes-other-gravatars ul.wpl-avatars li {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 5px 5px 0;
}

#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
}

div.sd-box {
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.13);
}

.entry-content .post-likes-widget, .post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
	display: block;
}


/* Loading text */
.post-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: relative;
}

.post-likes-widget-placeholder .button {
	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .button span {
}

.post-likes-widget-placeholder .loading {
	color: #999;
	font-size: 12px;
}

.slim-likes-widget .post-likes-widget {
	width: auto;
	float: none;
}


/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	top: 0;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: make !important unnecessary by removing inline style */
.pd-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}
/* =Infinity Styles
-------------------------------------------------------------- */

.infinite-wrap {
}
.infinite-loader {
	color: #000;
	display: block;
	height: 28px;
	text-indent: -9999px;
}
#infinite-handle span {
	background: #333;
	border-radius: 1px;
	color: #eee;
	cursor: pointer;
	font-size: 13px;
	padding: 6px 16px;
}

/**
 * For smaller viewports, remove the down-arrow icon and turn
 * the button into a block element, spanning the content's full width.
 */
@media (max-width: 800px) {
	#infinite-handle span:before {
		display: none;
	}
	#infinite-handle span {
		display: block;
	}
}

/**
 * Footer
 */
#infinite-footer {
	position: fixed;
		bottom: -50px;
		left: 0;
	width: 100%;
}
#infinite-footer a {
	text-decoration: none;
}
#infinite-footer .blog-info a:hover,
#infinite-footer .blog-credits a:hover {
	color: #444;
	text-decoration: underline;
}
#infinite-footer .container {
	background: rgba( 255, 255, 255, 0.8 );
	border-color: #ccc;
	border-color: rgba( 0, 0, 0, 0.1 );
	border-style: solid;
	border-width: 1px 0 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	overflow: hidden;
	padding: 1px 20px;
	width: 780px;
}
#infinite-footer .blog-info,
#infinite-footer .blog-credits {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 25px;
}
#infinite-footer .blog-info {
	float: left;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 40%;
}
#infinite-footer .blog-credits {
	font-weight: normal;
	float: right;
	width: 60%;
}
#infinite-footer .blog-info a {
	color: #111;
	font-size: 14px;
	font-weight: bold;
}
#infinite-footer .blog-credits {
	color: #888;
	font-size: 12px;
	text-align: right;
}
#infinite-footer .blog-credits a {
	color: #666;
}

/**
 * Hooks to infinity-end body class to restore footer
 */
.infinity-end.neverending #infinite-footer {
	display: none;
}

/**
 * Responsive structure for the footer
 */
@media (max-width: 640px) {
	#infinite-footer .container {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	#infinite-footer .blog-info {
		width: 30%;
	}
	#infinite-footer .blog-credits {
		width: 70%;
	}
	#infinite-footer .blog-info a,
	#infinite-footer .blog-credits {
		font-size: 10px;
	}
}

/**
 * No fixed footer on small viewports
 */
@media ( max-width: 640px ) {
	#infinite-footer {
		position: static;
	}
}.slideshow-window {
	background-color: #222;
	border: 20px solid #222;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	-khtml-border-radius: 11px;
	margin-bottom: 20px;
	height: 410px;
	z-index: 1;
}

.slideshow-window.slideshow-white {
	background-color: #fff;
	border-color: #fff;
}

.slideshow-window, .slideshow-window * {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.slideshow-loading {
	height: 100%;
	text-align: center;
	margin: auto;
}

body div.slideshow-window * img {
	/* Override any styles that might be present in the page stylesheet */
	border-width: 0 !important;
	margin-right: auto !important;
	margin-left: auto !important;
	padding: 0 !important;
	background-color: transparent !important;
	background-image: none !important;
	max-width: 100%;
}

.slideshow-loading img {
	vertical-align: middle;
}

.slideshow-slide {
	height: 100%;
	width: 100%;
	text-align: center;
	margin: auto;
	display: none;
}

.slideshow-slide img {
	vertical-align: middle;
}

.slideshow-line-height-hack {
	overflow: hidden;
	width: 0px;
	font-size: 0px;
}

.slideshow-slide-caption {
	font-size: 13px;
	font-family: "Helvetica Neue", sans-serif;
	color: #f7f7f7;
	text-shadow: #222 1px 1px 2px;
	line-height: 25px;
	height: 25px;
	position: absolute;
	bottom: 5px;
	left: 0;
	z-index: 100;
	width: 100%;
	text-align: center;
}

/* @noflip */
.slideshow-controls {
	z-index: 1000;
		position: absolute;
		bottom: 30px;
		margin: auto;
	text-align: center;
	width: 100%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	opacity: 0.5;
	direction:ltr;
}

body div div.slideshow-controls a,
body div div.slideshow-controls a:hover {
	border:2px solid rgba(255,255,255,0.1) !important;
	background-color: #000 !important;
	background-color: rgba(0,0,0,0.6) !important;
	background-repeat: no-repeat;
	background-size: 142px 16px !important;
	background-position: -34px 8px !important;
	color: #222 !important;
	margin: 0 5px !important;
	padding: 0 !important;
	display: inline-block !important;
	*display: inline;
	zoom: 1;
	height: 32px !important;
	width: 32px !important;
	line-height: 32px !important;
	text-align: center !important;
	-khtml-border-radius: 10em !important;
	-webkit-border-radius: 10em !important;
	-moz-border-radius: 10em !important;
	border-radius: 10em !important;
	-webkit-transition: 300ms border-color ease-out;
	-moz-transition: 300ms border-color ease-out;
	-o-transition: 300ms border-color ease-out;
	transition: 300ms border-color ease-out;
}



body div div.slideshow-controls a:hover {
	border-color: rgba(255,255,255,1) !important;
}

body div div.slideshow-controls a:first-child { background-position: -76px 8px !important;}
body div div.slideshow-controls a:last-child { background-position: -117px 8px !important;}
body div div.slideshow-controls a:nth-child(2) { background-position: -34px 8px !important;}
body div div.slideshow-controls a.running { background-position: -34px 8px !important;}
body div div.slideshow-controls a.paused { background-position: 9px 8px !important;}

.slideshow-controls a img {
	border: 50px dotted fuchsia;
}
/**
 * Add text colors to the playlist shortcode light color scheme.
 * 
 * Core ticket: https://core.trac.wordpress.org/ticket/27562
 */

.wp-playlist-light {
	color: #000;
}

.wp-playlist-light .wp-playlist-item {
	color: #333;
}

.wp-playlist-light .wp-playlist-playing {
	background: #fff;
	color: #000;
}

.wp-playlist-dark .wp-playlist-item .wp-playlist-caption {
	color: #fff;
}

.wp-playlist-caption {
	display: block;
}/**
 * MP6 hacks, CSS that's either WPCOM specific or otherwise not suitably for MP6 proper
 */


/* Replace Omnisearch PNG search icon with a dashicon */
#wpadminbar div.ab-item form#adminbarsearch input.adminbar-search-input {
	background-image: none;
	position: relative;
	z-index: 30;
}


/* Show globe icon next to blog */
#wpadminbar #wp-admin-bar-blog > .ab-item:before {
	position: relative;
	top: 2px;
	content: '\f319';
}

/* If a blavatar is present, move it left to cover the globe */
#wpadminbar #wp-admin-bar-blog > .ab-item {
	position: relative;
}
#wpadminbar #wp-admin-bar-blog > .ab-item img.avatar {
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 10px;
}

/* @noflip */
#wpadminbar.rtl #wp-admin-bar-blog > .ab-item img.avatar {
	right: 12px;
}

/* Fix omnisearch lineheight */
#wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary input.adminbar-search-input.search-input-focus {
	border: none;
	text-shadow: none;
	box-shadow: none;
	line-height: 1;
	background: #ccc;
	background: rgba(255,255,255,.7);
}

/* Invert stats sparkline on light theme */
body.admin-color-mp6-light li#wp-admin-bar-stats img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

/* Override white color on blog title */
body.admin-color-mp6-light #wpadminbar ul li#wp-admin-bar-blog > .ab-item {
	color: #333;
}

/* Updated message fixes */
body.admin-color-mp6-light #wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary span.noticon {
	color: #eee;
}

div.updated p,
div.error p {
	position: relative;
}

div.updated .noticon-close,
div.error .noticon-close {
	font-size: 28px;

	height: 28px;
	width: 28px;

	position: absolute;
	right: 0;
	top: -1px;
}

/* Fix taller MP6 v2 toolbar. Merge this into mu-plugins/wpcom-admin-bar.css after MP6 v2 launch */
@media screen and ( max-width: 782px ) {

	.mp6 #wpadminbar li#wp-admin-bar-follow > a,
	.mp6 #wpadminbar li#wp-admin-bar-blog > a,
	.mp6 #wpadminbar li#wp-admin-bar-topicpress > a,
	.mp6 #wpadminbar li#wp-admin-bar-wpr-reblog > a,
	/* These next lines are necessary for when users opt out to the responsive styles */
	.mp6 #wpadminbar li#wp-admin-bar-dbg > div,			
	.mp6 #wpadminbar li#wp-admin-bar-my-account > a
	{
		line-height: 46px !important;
	}
	
	/* Notes only shown when users opt out to the responsive styles */
	body.mp6 #wpadminbar #wp-admin-bar-notes #wpnt-notes-unread-count {
		margin: 13px 3px 0 3px !important;
	}

	.mp6 #wpadminbar li#wp-admin-bar-blog > a.ab-item:before {
		top: 13px;
	}
	
	#wpadminbar #wp-admin-bar-blog > .ab-item img.avatar {
		top: 17px;
	}

}

/* Fix toolbar hover color temporarily. Post launch, remove from /wp-content/mu-plugins/admin-bar/wpcom-admin-bar.css */
.admin-color-mp6 #wpadminbar ul li#wp-admin-bar-blog.hover > .ab-item, .mp6 #wpadminbar ul li#wp-admin-bar-blog.hover > .ab-item, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-with-avatar.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-with-avatar.hover .ab-display-name, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-no-avatar.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-no-avatar.hover .ab-display-name, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account.hover .ab-display-name {
	color: inherit !important;
}

/* add style for reader link in /wp-admin/ leftbar */

/* Reader icon in left-bar */
.icon16.icon-reader:before,
#adminmenu .menu-icon-reader div.wp-menu-image:before,
ul#adminmenu .toplevel_page_reader div.wp-menu-image:before{
     content: '\f116';
}

/* Fix dashicons priority so Japanese users can use the toolbar. Should long term be fixed in whatever plugin that forces all fonts to be Arial */
i.mce-i-bold, i.mce-i-italic, i.mce-i-bullist, i.mce-i-numlist, i.mce-i-blockquote, i.mce-i-alignleft, i.mce-i-aligncenter, i.mce-i-alignright, i.mce-i-link, i.mce-i-unlink, i.mce-i-wp_more, i.mce-i-strikethrough, i.mce-i-spellchecker, i.mce-i-fullscreen, i.mce-i-wp_fullscreen, i.mce-i-wp_adv, i.mce-i-underline, i.mce-i-alignjustify, i.mce-i-forecolor, i.mce-i-pastetext, i.mce-i-pasteword, i.mce-i-removeformat, i.mce-i-charmap, i.mce-i-outdent, i.mce-i-indent, i.mce-i-undo, i.mce-i-redo, i.mce-i-help, i.mce-i-wp_help, i.mce-i-wp-media-library, i.mce-i-ltr, i.mce-i-wp_page, .mce-close {
	font: normal 20px/1 'dashicons' !important;
}

.dashicons, .dashicons-before:before {
	font-family: dashicons !important;
}

.noticon {
	font-family: "Noticons" !important;
}
/* PAGE GRID */

.gce-page-grid .gce-calendar .gce-caption{ /* Caption at top of calendar */
	color:#333333;
	text-align:center;
}

.gce-page-grid .gce-calendar{ /* Main calendar table */
	width:100%;
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	color:#CCCCCC;
}

.gce-page-grid .gce-calendar th{ /* Day headings (S, M etc.) */
	border:1px solid #CCCCCC;
	text-align:center;
	width:14.29%;
	padding:0;
}

.gce-page-grid .gce-calendar td{ /* Day table cells */
	border:1px solid #CCCCCC;
	text-align:center;
	height:80px;
	vertical-align:middle;
	padding:0;
}

.gce-page-grid .gce-calendar .gce-has-events{ /* Table cells with events */
	color:#333333;
	cursor:pointer;
}

.gce-page-grid .gce-calendar .gce-event-info{ /* Event information */
	display:none; /* Important! */
}

.gce-page-grid .gce-calendar .gce-day-number{ /* Day number span */
	font-size:2em;
}

.gce-page-grid .gce-calendar .gce-today{ /* Table cell that represents today */
	background-color:#DDDDDD;
}

.gce-page-grid .gce-calendar .gce-next,
.gce-page-grid .gce-calendar .gce-prev{ /* Previous and next month links */
	cursor:pointer;
	display:inline-block;
	width:3%;
}

.gce-page-grid .gce-calendar .gce-month-title{ /* Month title */
	display:inline-block;
	width:90%;
}

.gce-page-grid .gce-calendar th abbr{ /* Day letter abbreviation */
	border-bottom:none;
}

/* PAGE LIST */

.gce-page-list .gce-list p{ /* Each piece of information in the list */
	margin:0;
}

.gce-page-list .gce-list p span,
.gce-page-list .gce-list div span{ /* The text displayed before each piece of info, 'Starts:' for example */
	color:#999999;
}

.gce-page-list .gce-list .gce-list-event{ /* The event title */
	background-color:#DDDDDD;
}

.gce-page-list .gce-list .gce-list-title{ /* The title (not the same as event title) */
	font-weight:bold;
}

.gce-page-list .gce-list ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

/* WIDGET GRID */

.gce-widget-grid .gce-calendar .gce-caption{
	text-align:center;
}

.gce-widget-grid .gce-calendar{ /* Main calendar table */
	width:100%;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
}

.gce-widget-grid .gce-calendar th{ /* Day headings (S, M etc.) */
	width:14.29%;
	border:1px solid #CCCCCC;
	text-align:center;
}

.gce-widget-grid .gce-calendar td{ /* Day table cells */
	color:#CCCCCC;
	width:14.29%;
	border:1px solid #CCCCCC;
	text-align:center;
}

.gce-widget-grid .gce-calendar .gce-has-events{ /* Table cells with events */
	cursor:pointer;
	color:#666666;
}

.gce-widget-grid .gce-calendar .gce-today{ /* Table cell that represents today */
	background-color:#DDDDDD;
}

.gce-widget-grid  .gce-calendar .gce-event-info{ /* Event information */
	display:none; /* Important! */
}

.gce-widget-grid  .gce-calendar .gce-next,
.gce-widget-grid  .gce-calendar .gce-prev{ /* Prev and next month links */
	cursor:pointer;
	display:inline-block;
	width:5%;
}

.gce-widget-grid .gce-calendar .gce-month-title{ /* Month title in caption at top of table */
	display:inline-block;
	width:80%;
}

.gce-widget-grid .gce-calendar th abbr{ /* Day name abbreviations */
	border-bottom:none;
}

/* WIDGET LIST */

.gce-widget-list .gce-list p{ /* Each piece of information in the list */
	margin:0;
}

.gce-widget-list .gce-list p span,
.gce-widget-list .gce-list div span{ /* The text displayed before each piece of info, 'Starts:' for example */
	color:#999999;
}

.gce-widget-list .gce-list .gce-list-event{ /* The event title */
	background-color:#DDDDDD;
}

.gce-widget-list .gce-list .gce-list-title{ /* The title (not the same as event title) */
	font-weight:bold;
}

.gce-widget-list .gce-list ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

/* TOOLTIP */

.gce-event-info{ /* Tooltip container */
	background-color:#FFFFFF;
	border:1px solid #333333;
	max-width:300px;
}

.gce-event-info .gce-tooltip-title{ /* 'Events on...' text */
	margin:5px;
	font-weight:bold;
	font-size:1.2em;
}

.gce-event-info ul{ /* Events list */
	padding:0;
	margin:5px;
	list-style-type:none;
}

.gce-event-info ul li{ /* Event list item */
	margin:10px 0 0 0;
}

.gce-event-info ul li p{ /* Each piece of information */
	margin:0;
}

.gce-event-info ul li p span,
.gce-event-info ul li div span{ /* The text displayed before each piece of info, 'Starts:' for example */
	color:#999999;
}

.gce-event-info .gce-tooltip-event{ /* The event title */
	background-color:#DDDDDD;
	font-weight:bold;
}/*
	Photo Gallery and Widget CSS
*/


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {
	outline: none;
}
.gallery-container {
	background:#000 !important;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0; 
	padding: 0; 
	list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {

	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	margin: 0; 
	padding: 0;
}

.flexslider .slides > li { 
	display: none; 
	-webkit-backface-visibility: hidden;
	background:#000 !important;
	margin:0px !important;
	border-radius:0px !important;
	
} /* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
	width: 100%!important; 
	display: block!important;
	margin:0px !important;
	border-radius:0px !important;
	height:auto !important;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

#carousel .slides > li {
	padding-left:2px !important ; 
	padding-bottom:0px !important; 
	padding-top:0px !important;
}

#carousel-widget .slides > li {
	padding-left:2px !important; 
	padding-bottom:0px !important; 
	padding-top:0px !important;
}
#carousel, #carousel-widget{
	background:#000!important; 
	padding:0 27px!important;
}

/* Clearfix for the .slides element */
.slides:after {
	content: "\0020"; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider { 
	margin:o; 
	position: relative; 
	zoom: 1; 
}
.flex-viewport { 
	max-height: 2000px; 
	-webkit-transition: all 1s ease; 
	-moz-transition: all 1s ease; 
	-o-transition: all 1s ease; 
	transition: all 1s ease; 
}

.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; background:#000 !important;}
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
	height: 0;
}

.flex-direction-nav a  { 
	text-decoration:none; 
	display: block; 
	width: 40px; 
	height: 40px; 
	margin: -20px 0 0; 
	position: absolute; 
	top: 50%; 
	z-index: 1; 
	overflow: hidden; 
	opacity: 0; 
	cursor: pointer; 
	color: #fff!important;
}

.flex-direction-nav .flex-prev { 
	left: 5px; 
}

.flex-direction-nav .flex-next { 
	right: 5px; 
	text-align: right; 
}

.flexslider:hover .flex-prev { 
	opacity: 1; 
	left: 5px; 
}

.flexslider:hover .flex-next { 
	opacity: 1; 
	right: 5px; 
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { 
	opacity: 1; 
}

.flex-direction-nav .flex-disabled { 
	/*opacity: 0.5!important; 
	filter:alpha(opacity=0.5); */
}

.flex-direction-nav a:before  { 
	font-family: "flexslider-icon"; 
	font-size: 22px; 
	display: inline-block; 
	content: '\f001'; 
}

.flex-direction-nav a.flex-next:before  { 
	content: '\f002'; 
}

/* Pause/Play */
.flex-pauseplay a { 
	display: block; 
	width: 20px; 
	height: 20px; 
	position: absolute; 
	bottom: 5px; 
	left: 10px; 
	opacity: 0.8; 
	z-index: 10; 
	overflow: hidden; 
	cursor: pointer; 
	color: #000; 
}

.flex-pauseplay a:before  { 
	font-family: "flexslider-icon"; 
	font-size: 20px; 
	display: inline-block; 
	content: '\f004'; 
}

.flex-pauseplay a:hover  { 
	opacity: 1; 
}

.flex-pauseplay a.flex-play:before { 
	content: '\f003'; 
}

/* Control Nav */
.flex-control-nav {
	width: 100%; 
	position: absolute; 
	bottom: -40px; 
	text-align: center;
}

.flex-control-nav li {
	margin: 0 6px; 
	display: inline-block; 
	zoom: 1; 
	*display: inline;
}

.flex-control-paging li a {
	width: 11px; 
	height: 11px; 
	display: block; 
	background: #666; 
	background: rgba(0,0,0,0.5); 
	cursor: pointer; 
	text-indent: -9999px; 
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
	-o-border-radius: 20px; 
	border-radius: 20px; 
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
	-o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
}

.flex-control-paging li a:hover { 
	background: #333; 
	background: rgba(0,0,0,0.7); 
}

.flex-control-paging li a.flex-active { 
	background: #000; 
	background: rgba(0,0,0,0.9); 
	cursor: default; 
}

.flex-control-thumbs {
	margin: 5px 0 0; 
	position: static; 
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 25%; 
	float: left; 
	margin: 0;
}

.flex-control-thumbs img {
	width: 100%; 
	display: block; 
	opacity: .7; 
	cursor: pointer;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	opacity: 1; 
	cursor: default;
}

.flexslider ul {
	list-style-type:none !important;
	padding:0px !important;
}

@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev { 
	opacity: 1; 
	left: 10px;
	}
	.flex-direction-nav .flex-next { 
	opacity: 1; 
	right: 10px;
	}
}

#gallery_desc{
	width:auto!important;
	background:black!important;
	color:#fff!important;
	padding-bottom:5px!important;
	padding-top:15px!important;
}

#gallery_desc h3{
	color:#fff !important;
	padding-left:30px!important;
	padding-right:30px !important;	
	
}

#gallery_desc p{
	color:white !important;
	padding-left:30px!important;
	padding-right:30px !important;
	font-size:14px!important;
}
#gallery_desc a{
	text-decoration:none !important;
	color:#fff !important;
}

#widget_gallery_desc{
	width:100%!important;
	color:#000!important;
}

#widget_gallery_desc h3{
	color:#000 !important;
	margin-top:10px!important;
	margin-bottom:10px!important;
}

.flex-caption {
    position:absolute;
    left:50;right:50;
	margin-top:-142px;
	min-height:67px;
	margin-left:25px;
    background:rgba(0, 0, 0,0.6);
    z-index:10;padding:10px;
	color:white;
	font-size:12px !important;
	width:400px !important;
	font-family:Arial !important;
 }
 
#slider-widget .flex-caption, #slider-widget .captionToggle{
	display:none;
}

#carousel .flex-active-slide img {
	border:4px solid orange;
	width:115px !important;
}
#carousel-widget .flex-active-slide img {
	border:2px solid orange;
	width:59px !important;
}
 .flexslider img{
 	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#carousel .slides > li img:hover {
	border:4px solid lightgray;
	width:115px !important;
}
#carousel-widget .slides > li img:hover {
	border:2px solid lightgray;
	width:59px !important;
}

#carousel .flex-direction-nav a , #carousel-widget .flex-direction-nav a{
	opacity:1 !important;
}

div#slider.flexslider div.flex-viewport ul.slides li.flex-active-slide figure figcaption p.flex-caption br {
	display:block !important;
}
.flexslider div.flex-viewport ul.slides li.flex-active-slide figure figcaption.wp-caption-text,
.flexslider div.flex-viewport ul.slides li figure figcaption.wp-caption-text {
	background: none repeat scroll 0 0 #0C0C0C;
    margin-top: -1px;
    padding: 10px;
    text-align: right;
	z-index:9999;
	position:relative;
}
.flexslider div.flex-viewport ul.slides li.flex-active-slide figure figcaption.wp-caption-text  p,
.flexslider div.flex-viewport ul.slides li figure figcaption.wp-caption-text  p{
	font: 12px/16px Helvetica,"Helvetica Neue",Arial,sans-serif;
    margin-bottom: 0.8em;
    text-align: left;
	color:#fff;
}
.flexslider div.flex-viewport ul.slides li.flex-active-slide figure figcaption.wp-caption-text span.img-author,
.flexslider div.flex-viewport ul.slides li figure figcaption.wp-caption-text span.img-author {
	font-weight:bold !important;
	font: 12px/16px Helvetica,"Helvetica Neue",Arial,sans-serif;
    margin-bottom: 0.8em;
    text-align: left;
	color:#fff;
}
figure figcaption, #caption-holder {
	background:#000 !important;
}

.captionToggle {
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.6)!important;
	color:#FFFFFF!important;
	font-size:12px!important;
	padding:7px!important;
	position:absolute!important;
	z-index:10!important;
	margin-top:-130px!important;
	margin-left:50px!important;
	text-transform:uppercase!important;
	font-family:arial!important;
	cursor:pointer!important;
	text-decoration:none !important;

}
.thumbToggle{
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.6)!important;
	color:#FFFFFF!important;
	font-size:12px!important;
	padding:7px!important;
	position:relative!important;
	float:right!important;
	z-index:10!important;
	margin-top:-130px!important;
	margin-right:50px!important;
	text-transform:uppercase!important;
	font-family:arial!important;
	cursor:pointer!important;
	text-decoration:none !important;	

}
.thumbToggle:hover {
	text-decoration:none!important;
}
.captionToggle:hover {
	text-decoration:none!important;
}
p.flex-caption strong span.distributor{
	text-transform:uppercase!important;
}
/*********************************************/
/* Canada.com - Great War Responsive Styles */
/*******************************************/

/* Widget styles */
ul#pm-story-feed-wrapper {
	list-style-type: none;
	font-size: 1em;
	line-height: 100%;
	margin: 10px 0 !important;
	padding: 0;
}

.pm-story-feed-banner {
	float: left;
	margin-bottom: 10px;
	width: 98%;
	padding-right: 2%;
	background: #756951;
	line-height: 38px !important;
	color: #FFF;
	font-size: 12px !important;
	text-transform: uppercase;
	text-align: right;
	font-family:'TitlingGothicFBCond-Standard',Helvetica,Arial,sans-serif !important;
}

#pm-story-feed-wrapper li {
	float: none;
	width: 100%;
	margin-bottom: 10px;
	margin-top:10px;
	display:inline-block;
	list-style-type:none;
	padding:0px;
	margin-left:0px !important;
}

#pm-story-feed-wrapper a:hover {
	text-decoration: underline;
}

#pm-story-feed-wrapper h2 {
	font-family:'Shift-Bold',Times,"Times New Roman",serif !important;
    font-size: 11px !important;
    text-transform: uppercase;
	color:#837a69 !important;
}

#pm-story-feed-wrapper h3 {
	font-size: 15px;
	margin-top: 0px;
	font-family:'TitlingGothicFBCond-Standard',Helvetica,Arial,sans-serif !important;
	line-height: 1.43em !important;
}

#pm-story-feed-wrapper img {
	float: left;
    height: 80px;
    margin: 0 10px 10px 0;
    width: 125px;
}

#pm-story-feed-wrapper p {
	margin: 0;
	padding-bottom: 20px;

}
/*******************************************************************************

	CSS on Sails Framework
	Title: Postmedia
	Author: X-Team (http://x-team.com/)
	Date: December 2013	

********************************************************************************

	1. BASE
		1.1 Reset
		1.2 Accessibility Navigation & Hide
		1.3 Clearfix
		1.4 Fonts
		1.5 Normalized Styles
		1.6 Image Replacement		

	2. COMMON
		2.1 Container
		2.2 Header
		2.3 Navigation
		2.4 Footer

	3. PAGES
		3.1 Home
		3.2 Article
		3.3 404
		3.4 Author
		3.5 Subscription Pages
		3.6 Marketing
		3.7 Advertise with us

	4. PRINT

	5. ADS

*******************************************************************************/
/* 1. BASE
--------------------------------------------------------------------------------
==============================================================================*/
/* 1.1 Reset
------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a[href], label[for], select, input[type=checkbox], input[type=radio] {
  cursor: pointer; }

button, input[type=button], input[type=image], input[type=reset], input[type=submit] {
  padding: 0;
  overflow: visible;
  cursor: pointer; }

button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=image]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
  border: 0; }

/* 1.2 Accessibility Navigation & Hide
------------------------------------------------------------------------------*/
#accessibility-nav {
  position: absolute;
  top: 0;
  left: -9999em;
  z-index: 1000; }
#accessibility-nav a {
  position: absolute;
  top: 0;
  white-space: nowrap;
  color: #000; }
#accessibility-nav a:active, #accessibility-nav a:focus {
  left: 9999em; }

.hide, .accessibility-nav {
  position: absolute;
  left: -9999em;
  top: 0;
  text-align: left;
  text-direction: ltr; }

.hidden {
  display: none; }

/* 1.3 Clearfix
------------------------------------------------------------------------------*/
.clearfix:after, blockquote:after, .container:after, .l-header:after, .l-ad:after, .l-header .top-bar:after, .header-boxes:after, .breadcrumb:after, .l-three-quarters:after, .l-half:after, .posts-list:after, .posts-list > li:after, .post:after, .wp-caption-text:after, .pagination:after, .widget-weather:after, .widget-weather .weather header:after, .widget-weather .weather-header:after, .weather-content:after, .l-nav-wrap:after, .l-article .entry-details:after, .subs-products .product:after, .subs-main:after, .cols:after, .marketing-item:after, #footer:after {
  content: "\200B";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0; }

.clearfix, blockquote, .container, .l-header, .l-ad, .l-header .top-bar, .header-boxes, .l-three-quarters, .l-half, .breadcrumb, .posts-list, .posts-list li, .post, .wp-caption-text, .pagination, .widget-weather, .widget-weather .weather header, .widget-weather .weather-header, .weather-content, .l-nav-wrap, .l-article .entry-details, .subs-products .product, .subs-main, .cols, .marketing-item, #footer {
  zoom: 1; }

/* 1.4 Fonts
------------------------------------------------------------------------------*/

 
  
  
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'glyphicons-regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent; }

.glyphicon-show-line:before {
  content: "\E159"; }

.glyphicon-star:before {
  content: "\E050"; }

.glyphicon-user:before {
  content: "\E004"; }

.glyphicon-search:before {
  content: "\E028"; }

.glyphicon-close:before {
  content: "\E208"; }

.glyphicon-chevron-right:before {
  content: "\E224"; }

  
  
  
  
  
  
  
/* 1.5 Normalized Styles
------------------------------------------------------------------------------*/
body {
  font-size: 14px;
  line-height: 1.43;
  font-family: "Shift-Book", Georgia, Times, "Times New Roman", serif;
  -webkit-font-smoothing: antialiased;
  color: black;
  background: white repeat-x; }

hr {
  display: none; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

del {
  text-decoration: line-through; }

th, td {
  vertical-align: top; }

th {
  font-weight: normal;
  text-align: left; }

address, cite, dfn {
  font-style: normal; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

input, textarea, select {
  font-family: "TitlingGothicFBCond-Standard", Arial, Helvetica, sans-serif; }

textarea {
  overflow: auto; }

a {
  text-decoration: none;
  color: black; }
a:hover {
  content: #666666;
  text-decoration: underline; }
a.highlight {
  color: #005b8d; }

figure.post-img {
  overflow: hidden; }
figure img {
  max-width: 100%; }
figure img.wp-post-image {
  width: 100%; }
figure br {
  display: none; }

figure.thumbnail.from_atom {
  position: relative;
  overflow: hidden !important; }

figure.thumbnail.from_atom img {
  width: 117%;
  max-width: 117%;
  margin-left: -8.5%;
  top: 0; }

img#wpstats {
  display: none; }

.oldie .posts-list figure img {
  max-width: 233px; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
  margin-bottom: 9px;
  font-family: "TitlingGothicFBCond-Standard", Arial, Helvetica, sans-serif;
  font-weight: 100;
  line-height: 1em;
  line-height: 1em;
  color: #000;
  text-rendering: optimizeLegibility; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  text-decoration: none;
  color: #000; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
  text-decoration: underline; }

.cat-head, .l-article .cat-head {
  font: 18px/20px 'Ubuntu Condensed', sans-serif;
  color: #fff;
  height: 65px;
  background-color: #ccdee8;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 10px; }
.cat-head:before, .l-article .cat-head:before {
  content: "";
  height: 65px;
  min-width: 65px;
  position: absolute;
  left: 0; }
.cat-head > span, .l-article .cat-head > span {
  background-color: #005a8c;
  color: #fff;
  position: absolute;
  bottom: 0;
  padding: 41px 6px 4px 6px;
  display: inline-block;
  min-width: 54px; }
.cat-head > span.heading-content, .l-article .cat-head > span.heading-content {
  background: none;
  color: #000;
  font: 12px 'Shift-Bold', Times, "Times New Roman", serif;
  padding-left: 78px;
  overflow: auto;
  width: auto;
  max-width: 150px; }
.cat-head > span.heading-content strong, .l-article .cat-head > span.heading-content strong {
  font-weight: normal;
  color: #4c4c4c; }
.cat-head.blue, .cat-head.news, .cat-head.business, .l-article .cat-head.blue, .l-article .cat-head.news, .l-article .cat-head.business {
  background-color: #ccdee8; }
.cat-head.blue > span, .cat-head.news > span, .cat-head.business > span, .l-article .cat-head.blue > span, .l-article .cat-head.news > span, .l-article .cat-head.business > span {
  background-color: #005a8c; }
.cat-head.blue > span.heading-content, .cat-head.news > span.heading-content, .cat-head.business > span.heading-content, .l-article .cat-head.blue > span.heading-content, .l-article .cat-head.news > span.heading-content, .l-article .cat-head.business > span.heading-content {
  background: none; }
.cat-head.red, .cat-head.sports, .l-article .cat-head.red, .l-article .cat-head.sports {
  background-color: #f5d7d4; }
.cat-head.red > span, .cat-head.sports > span, .l-article .cat-head.red > span, .l-article .cat-head.sports > span {
  background-color: #ce3727; }
.cat-head.red > span.heading-content, .cat-head.sports > span.heading-content, .l-article .cat-head.red > span.heading-content, .l-article .cat-head.sports > span.heading-content {
  background: none; }
.cat-head.green, .cat-head.opinion, .cat-head.opinions, .l-article .cat-head.green, .l-article .cat-head.opinion, .l-article .cat-head.opinions {
  background-color: #b2d8ce; }
.cat-head.green > span, .cat-head.opinion > span, .cat-head.opinions > span, .l-article .cat-head.green > span, .l-article .cat-head.opinion > span, .l-article .cat-head.opinions > span {
  background-color: #007d5d; }
.cat-head.green > span.heading-content, .cat-head.opinion > span.heading-content, .cat-head.opinions > span.heading-content, .l-article .cat-head.green > span.heading-content, .l-article .cat-head.opinion > span.heading-content, .l-article .cat-head.opinions > span.heading-content {
  background: none; }
.cat-head.orange, .cat-head.arts, .cat-head.entertainment, .cat-head.health, .cat-head.life, .l-article .cat-head.orange, .l-article .cat-head.arts, .l-article .cat-head.entertainment, .l-article .cat-head.health, .l-article .cat-head.life {
  background-color: #f2cdbc; }
.cat-head.orange > span, .cat-head.arts > span, .cat-head.entertainment > span, .cat-head.health > span, .cat-head.life > span, .l-article .cat-head.orange > span, .l-article .cat-head.arts > span, .l-article .cat-head.entertainment > span, .l-article .cat-head.health > span, .l-article .cat-head.life > span {
  background-color: #d25a21; }
.cat-head.orange > span.heading-content, .cat-head.arts > span.heading-content, .cat-head.entertainment > span.heading-content, .cat-head.health > span.heading-content, .cat-head.life > span.heading-content, .l-article .cat-head.orange > span.heading-content, .l-article .cat-head.arts > span.heading-content, .l-article .cat-head.entertainment > span.heading-content, .l-article .cat-head.health > span.heading-content, .l-article .cat-head.life > span.heading-content {
  background: none; }
.cat-head.purple, .cat-head.jobs, .l-article .cat-head.purple, .l-article .cat-head.jobs {
  background-color: #d9c9d3; }
.cat-head.purple > span, .cat-head.jobs > span, .l-article .cat-head.purple > span, .l-article .cat-head.jobs > span {
  background-color: #804b6d; }
.cat-head.purple > span.heading-content, .cat-head.jobs > span.heading-content, .l-article .cat-head.purple > span.heading-content, .l-article .cat-head.jobs > span.heading-content {
  background: none; }
.cat-head.yellow, .cat-head.obits, .l-article .cat-head.yellow, .l-article .cat-head.obits {
  background-color: #f1e0b7; }
.cat-head.yellow > span, .cat-head.obits > span, .l-article .cat-head.yellow > span, .l-article .cat-head.obits > span {
  background-color: #cf980f; }
.cat-head.yellow > span.heading-content, .cat-head.obits > span.heading-content, .l-article .cat-head.yellow > span.heading-content, .l-article .cat-head.obits > span.heading-content {
  background: none; }
.cat-head.violet, .cat-head.driving, .l-article .cat-head.violet, .l-article .cat-head.driving {
  background-color: #cacbdb; }
.cat-head.violet > span, .cat-head.driving > span, .l-article .cat-head.violet > span, .l-article .cat-head.driving > span {
  background-color: #4f5188; }
.cat-head.violet > span.heading-content, .cat-head.driving > span.heading-content, .l-article .cat-head.violet > span.heading-content, .l-article .cat-head.driving > span.heading-content {
  background: none; }
.cat-head.short, .l-article .cat-head.short {
  height: 30px;
  font: 18px 'Ubuntu Condensed', sans-serif; }
.cat-head.short:before, .l-article .cat-head.short:before {
  height: 30px;
  width: 62px; }
.cat-head.short span, .l-article .cat-head.short span {
  width: 54px;
  position: relative;
  padding: 6px 8px 0 8px; }

h1, h2, h3, .h1, .h2, .h3 {
  line-height: 1em; }

h1, .h1 {
  font-size: 3.93em;
  margin-bottom: 0.21em; }

h2, .h2 {
  font-size: 2.5em;
  margin-bottom: 0.2em; }

h3, .h3 {
  font-size: 2em;
  margin-bottom: 0.055em; }

h4, .h4 {
  font-size: 1.7em;
  margin-bottom: 0.6em; }

h5, .h5 {
  font-size: 1.45em;
  margin-bottom: 0.08em; }

h6, .h6 {
  font-size: 1.25em;
  margin-bottom: 0.72em; }

p {
  margin-bottom: 1.125em; }

.secondary p {
  font-size: 1.14em;
  margin-bottom: 1.875em;
  line-height: 1.25em; }

article p {
  font-size: 1.286em;
  line-height: 1.4;
  margin-bottom: 1.52em; }
article h3, article .h3 {
  margin-bottom: 0.36em; }
article h5, article .h5 {
  margin-bottom: 0.75em; }
article h6, article .h6 {
  margin-bottom: 0.61em; }
article ul, article ol {
  font-size: 1.12em;
  line-height: 1.4em;
  margin-bottom: 2em; }
article ul ul, article ul ol, article ol ul, article ol ol {
  margin-bottom: 0;
  padding-top: 0.3em;
  font-size: 1em; }
article ul li, article ol li {
  padding-top: 0.3em;
  padding-bottom: 0.3em; }
article img {
  max-width: 100%; }
article hr {
  background-color: #b2b2b2;
  border: none;
  display: block;
  height: 1px;
  margin-bottom: 15px; }
article .wp-caption {
  color: #fff;
  font: 12px Helvetica, "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 2em; }
article .wp-caption img {
  display: block;
  width: auto; }
article .wp-caption .wp-caption-text {
  background: #0C0C0C;
  padding: 10px;
  margin-top: -1px;
  text-align: right; }
article .wp-caption .wp-caption-text p {
  font: 12px/16px Helvetica, "Helvetica Neue", Arial, sans-serif;
  text-align: left;
  margin-bottom: 0.8em; }
article .wp-caption .wp-caption-text .img-author {
  font-weight: bold; }
article .wp-caption.align-none {
  float: none; }
article .wp-caption.align-left, article .wp-caption.align-right {
  max-width: 84%; }
article .wp-caption.align-left {
  clear: left;
  float: left;
  margin: 0 15px 10px 0; }
article .wp-caption.align-right {
  clear: right;
  float: right;
  margin: 0 0 10px 15px; }
article .wp-caption.align-center {
  float: none;
  margin: 0 auto 15px;
  max-width: 74%; }
article.l-article blockquote, article.l-article blockquote p, article blockquote, article blockquote p {
  font: 20px/25px 'Shift-Book', Times, "Times New Roman", serif; }
article blockquote {
  color: #262626;
  quotes: "\201C" "\201D" "\2018" "\2019";
  position: relative;
  padding: 0 33px;
  margin-top: 2.313em; }
article blockquote:before {
  color: #f6d79e;
  content: "\201C";
  font: 172px/115px "TitlingGothicFBCond-Standard", Arial, Helvetica, sans-serif;
  height: 100%;
  min-height: 60px;
  padding-right: 25px;
  width: 58px;
  float: left;
  left: 0;
  top: 0;
  z-index: 1; }
article blockquote p {
  position: relative;
  z-index: 2; }

.center, .aligncenter {
  text-align: center; }

.small {
  font-size: 0.84em; }

.bigger {
  font-size: 1.38em; }

ul, ol {
  margin-left: 1.37em;
  margin-bottom: 1.125em; }
ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

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

.alignright, .alignleft {
  margin-bottom: 20px; }

.alignright {
  float: right;
  margin-left: 10px;
  clear: right; }

.alignleft {
  float: left;
  margin-right: 10px;
  clear: left; }

.iframe, iframe {
  max-width: 100%; }

.blue, .blue a, .blue .head, .news, .news a, .news .head, .business, .business a, .business .head {
  color: #005a8c; }

.green, .green a, .green .head, .opinion, .opinion a, .opinion .head {
  color: #007d5d; }

.light-green, .light-green a, .light-green .head {
  color: #b2d8ce; }

.red, .red a, .red .head, .sports, .sports a, .sports .head {
  color: #ce3727; }

.orange, .orange a, .orange .head, .arts, .arts a, .arts .head, .entertainment, .entertainment a, .entertainment .head, .health, .health a, .health .head, .life, .life .head, .life a {
  color: #d25a21; }

.purple, .purple a, .purple .head, .jobs, .jobs a, .jobs .head {
  color: #804b6d; }

.yellow, .yellow a, .yellow .head, .obits, .obits a, .obits .head {
  color: #cf980f; }

.violet, .violet a, .violet .head, .driving, .driving a, .driving .head {
  color: #4f5188; }

.grey, .grey a, .grey .head {
  color: #cacbde; }

.dark-grey, .dark-grey a, .dark-grey .head {
  color: #333333; }

.cyan, .cyan a, .cyan .head {
  color: #75adae; }

.pink-light, .pink-light a, .pink-light .head {
  color: #d9cbd3; }

.out-of-page .pn_dfpads {
  position: absolute; }

#infinite-handle {
  display: none;
  visibility: hidden;
  height: 0;
  width: 0; }

@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 1.875em; }

  h2, .h2 {
    font-size: 1.786em;
    margin-bottom: 0.435em; }

  h3, .h3 {
    font-size: 1.785em; }

  h4, .h4 {
    font-size: 1.43em; }

  h5, .h5 {
    font-size: 1.27em; }

  h6, .h6 {
    font-size: 1.12em; }

  article .wp-caption {
    position: relative; }
  article .wp-caption .wp-caption-text {
    position: absolute;
    bottom: 0;
    visibility: hidden;
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  article .wp-caption .wp-caption-text:before {
    cursor: pointer;
    content: "\E196";
    font-family: 'glyphicons-regular';
    font-size: 26px;
    text-indent: 0;
    position: absolute;
    visibility: visible;
    right: 10px;
    bottom: 10px; }
  article .wp-caption .wp-caption-text.is-active {
    visibility: visible; }
  article .wp-caption .wp-caption-text.is-active:before {
    display: none; }
  article .wp-caption .wp-caption-text p {
    padding-left: 10px;
    padding-right: 10px; }
  article .wp-caption .wp-caption-text .img-author {
    padding-right: 10px; }
  article.l-article blockquote, article.l-article blockquote p, article blockquote, article blockquote p {
    font: 16px/20px 'Shift-Book', Times, "Times New Roman", serif; }
  article blockquote {
    color: #262626;
    position: relative;
    padding: 0 13px;
    margin-top: 2.313em; }
  article blockquote:before {
    font: 132px/81px "TitlingGothicFBCond-Standard", Arial, Helvetica, sans-serif;
    height: 100%;
    min-height: 60px;
    padding-right: 25px;
    width: 58px;
    left: 0px;
    top: 0;
    z-index: 1;
    margin-bottom: -50px; } }
/* 1.6 Image replacement
------------------------------------------------------------------------------*/
.ir {
  display: block;
  position: relative;
  overflow: hidden; }

.ir span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1; }

/* 2. COMMON
--------------------------------------------------------------------------------
==============================================================================*/
/* 2.1 Container
------------------------------------------------------------------------------*/
.l-constrained {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px 100px; }

.l-main {
  float: left;
  width: 66%; }
.l-main > section {
  padding-bottom: 5px; }
.l-main.no-sidebar {
  float: none;
  width: 100%; }

.l-sidebar {
  float: right;
  width: 32%;
  padding-top: 15px; }

.l-bottom-content {
  padding-top: 22px;
  clear: both; }

.l-ad .l-main {
  width: 49%; }
.l-ad .l-main article.fullwidth {
  padding-bottom: 0; }
.l-ad .l-sidebar {
  width: 49%; }

.desktop-only, .tablet-up, .mobile-up {
  display: block; }

.tablet-only {
  display: none; }

.mobile-only {
  display: none; }

.section-header {
  max-width: 100%;
  width: 100%;
  position: relative;
  margin-top: 10px; }
.section-header img {
  max-width: 100%; }
.section-header .pn_layouts_head_text {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  font: 24px/28px 'Ubuntu Condensed', sans-serif;
  text-align: right; }

#main div.mltContainer.mltThreeTiles .mltTileContainer {
  margin-bottom: 20px; }

#main div.mltContainer h3 {
  display: none; }

#main div.mltContainer li a {
  color: #000;
  text-decoration: none;
  font: 1.071em/1.071em 'TitlingGothicFBCond-Standard',Helvetica,Arial,sans-serif;
  margin-bottom: 0; }

#main div.mltContainer li a:hover {
  color: #000;
  text-decoration: underline; }

@media only screen and (max-width: 767px) {
  .desktop-only {
    display: none; }

  .tablet-only {
    display: block; }

  .l-main, .l-sidebar, .l-ad .l-main, .l-ad .l-sidebar {
    float: none;
    width: 100%; }

  .tablet-only, .tablet-up {
    display: none; }

  .mobile-only {
    display: block; }

  .section-header .pn_layouts_head_text {
    position: absolute;
    right: 10px;
    top: 0px;
    color: #fff;
    font: 18px/20px 'Ubuntu Condensed', sans-serif;
    text-align: right; }

  #main div.mltContainer.mltFourTiles .mltTileContainer {
    margin-left: 0px; }

  #main div.mltContainer.mltFourTiles ul li {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 20px; } }
@media only screen and (max-width: 1024px) {
  .l-constrained {
    padding: 0 5px 100px; } }
/* 2.2 Header
------------------------------------------------------------------------------*/
.l-header {
  margin-bottom: 20px;
  position: relative; }
.l-header.no-margin {
  margin-bottom: 0; }
.l-header .header-logo {
  transition: all 0.5s ease 0s;
  float: left;
  margin: 0;
  max-width: 15%;
  font-size: 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.l-header .header-logo a {
  display: block;
  position: relative;
  max-width: 220px;
  width: 100%;
  height: 100%; }
.l-header .header-logo a span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 8px; }
.l-header .header-logo a img {
  position: relative;
  width: 100%;
  right: 0;
  top: -1px; 
  max-height:60px;  }
.l-header .top-bar {
  background-color: #fff;
  border-bottom: 4px solid #b2b2b2;
  height: 60px;
  min-height: 60px;
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0; }
.l-header .header-actions {
  list-style: none;
  margin: 0;
  float: right;
  width: 70%;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.l-header .header-actions li {
  border-left: 1px solid #939597;
  display: inline-block;
  margin-left: -4px;
  margin-bottom: -4px; }
.l-header .header-actions li:hover {
  border-color: transparent; }
.l-header .header-actions li a {
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  -ms-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font: 1.071em/95px 'Ubuntu Condensed', sans-serif;
  letter-spacing: 0.05em;
  color: #939597;
  display: block;
  width: 60px;
  height: 60px;
  position: relative; }
.l-header .header-actions li a:before {
  content: "";
  font-family: 'glyphicons-regular';
  font-size: 20px;
  text-indent: 0;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  top: -45%; }
.l-header .header-actions li a:hover {
  background-color: #ffcc00;
  color: #000; }
.l-header .header-actions li.subscribe, .l-header .header-actions li.postmedia-logo {
  vertical-align: top; }
.l-header .header-actions li.subscribe a, .l-header .header-actions li.postmedia-logo a {
  color: #000;
  font-size: 1.143em;
  width: auto;
  line-height: 70px;
  padding-right: 10px;
  padding-left: 10px; }
.l-header .header-actions li.subscribe a:hover, .l-header .header-actions li.postmedia-logo a:hover {
  color: #000; }
.l-header .header-actions li.subscribe a {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.571em;
  letter-spacing: 0;
  line-height: 62px; }
.l-header .header-actions li.postmedia-logo {
  max-width: 164px;
  width: 164px;
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  -ms-transition: background-color 300ms ease;
  transition: background-color 300ms ease; }
.l-header .header-actions li.postmedia-logo:hover {
  background-color: #ffcc00; }
.l-header .header-actions li.postmedia-logo a {
  -moz-background-size: auto auto;
  -webkit-background-size: auto auto;
  background-size: auto auto;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  line-height: 78px;
  width: 120px;
  margin: 0 auto;
  height: 60px; }

.l-header .header-actions li.postmedia-logo img {
  max-width: 100%; }
.l-header .header-actions li.share a:before {
  content: "\E309"; }
.l-header .header-actions li.user a {
  background-position: -120px 0; }
.l-header .header-actions li.user a:before {
  content: "\E004"; }
.l-header .header-actions li.user a img {
  display: none; }
.l-header .header-actions li.user.is-signed a {
  background-image: none;
  text-indent: 0; }
.l-header .header-actions li.user.is-signed a:before {
  content: ""; }
.l-header .header-actions li.user.is-signed a img {
  display: block; }
.l-header .header-actions li.search {
  background-color: #fff; }
.l-header .header-actions li.search .form-search {
  width: 60px; }
.l-header .header-actions li.search .form-search fieldset {
  background-color: #fff;
  border-left: 1px solid #939597;
  width: 60px;
  height: 60px;
  display: block;
  right: 0;
  top: 0;
  position: absolute;
  text-align: center;
  color: #939597;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease; }
.l-header .header-actions li.search .form-search fieldset label {
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  -webkit-transition: width 400ms ease;
  -moz-transition: width 400ms ease;
  -o-transition: width 400ms ease;
  -ms-transition: width 400ms ease;
  transition: width 400ms ease;
  z-index: 5;
  font: 1.071em 'Ubuntu Condensed', sans-serif;
  text-transform: uppercase; }
.l-header .header-actions li.search .form-search fieldset label:hover {
  background-color: #ffcc00;
  color: #000; }
.l-header .header-actions li.search .form-search fieldset label span {
  line-height: 95px; }
.l-header .header-actions li.search .form-search fieldset label span:before {
  width: 60px;
  height: 30px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: -45%;
  content: "\E028";
  font-family: 'glyphicons-regular';
  font-size: 20px;
  text-indent: 0; }
.l-header .header-actions li.search .form-search fieldset input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border: 0;
  background: none; }
.l-header .header-actions li.search .form-search fieldset input[type="text"], .l-header .header-actions li.search .form-search fieldset input[type="search"] {
  background: #fff;
  border: 0;
  color: #000;
  outline: 0;
  width: 96%;
  padding: 0 2%;
  height: 96%;
  position: relative;
  z-index: 2;
  text-align: left;
  font: 1.929em "Shift-Book", Georgia, Times, "Times New Roman", serif; }
.l-header .header-actions li.search .form-search fieldset input[type="text"].focus, .l-header .header-actions li.search .form-search fieldset input[type="search"].focus {
  width: 98%;
  padding-right: 2%; }
.l-header .header-actions li.search .form-search fieldset input[type="text"]:focus, .l-header .header-actions li.search .form-search fieldset input[type="search"]:focus {
  outline: none; }
.l-header .header-actions li.search .form-search fieldset .close {

  position: absolute;
  display: block;
  z-index: 3;
  right: -100px;
  top: 0;
  line-height: 10px;
  -webkit-transition: right 500ms ease;
  -moz-transition: right 500ms ease;
  -o-transition: right 500ms ease;
  -ms-transition: right 500ms ease;
  transition: right 500ms ease; }
.l-header .header-actions li.search .form-search fieldset .close:hover {
  background-color: none; }
.l-header .header-actions li.search .form-search fieldset.is-wide {
  border-left: 0;
  width: 100%; }
.l-header .header-actions li.search .form-search fieldset.is-wide label {
  background: #005a8c;
  color: #fff; }
.l-header .header-actions li.search .form-search fieldset.is-wide input[type="submit"] {
  z-index: 6; }
.l-header .header-actions li.search .form-search fieldset.is-wide .close {
  right: 70px; }
.l-header .l-constrained {
  padding-bottom: 0; }
.l-header.is-sub-scrolled .header-boxes {
  border-bottom: none;
  padding: 40px 0 20px; }
.l-header .header-boxes {
  padding: 80px 0 20px;
  border-bottom: 1px solid #b2b2b2;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.l-header .header-boxes .posts-list.boxes {
  overflow: hidden;
  position: relative;
  padding-bottom: 0; }
.l-header .header-boxes .posts-list.boxes > li {
  width: 20%;
  height: 100%;
  padding: 0 0 1000px 2%;
  margin: 0 0 -1000px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.l-header .header-boxes .posts-list.boxes > li:last-child {
  border-right: 0; }
.l-header .header-boxes .posts-list.boxes article .thumbnail {
  max-height: 90px;
  overflow: hidden;
  margin-bottom: 0; }
.l-header .header-boxes .posts-list.boxes article .thumbnail img {
  height: auto; }
.l-header .header-boxes .posts-list.boxes .entry-content {
  min-height: 32px; }
.l-header .header-boxes h2, .l-header .header-boxes p {
  font-size: 12px;
  line-height: 13px; }
.l-header .header-boxes h2 {
  font-family: 'Shift-Bold', Times, "Times New Roman", serif; }
.l-header .header-boxes p {
  margin-bottom: 0; }
.l-header .header-boxes header {
  background-color: #005a8c;
  padding: 10px 6px;
  min-height: 41px; }
.l-header .header-boxes header h2, .l-header .header-boxes header h2 a {
  color: #fff;
  display: block; }
.l-header .header-boxes .blue, .l-header .header-boxes .news, .l-header .header-boxes .business {
  background-color: #005a8c; }
.l-header .header-boxes .green, .l-header .header-boxes .opinion {
  background-color: #007d5d; }
.l-header .header-boxes .light-green {
  background-color: #b2d8ce; }
.l-header .header-boxes .red, .l-header .header-boxes .sports {
  background-color: #ce3727; }
.l-header .header-boxes .orange, .l-header .header-boxes .arts, .l-header .header-boxes .entertainment, .l-header .header-boxes .health, .l-header .header-boxes .life {
  background-color: #d25a21; }
.l-header .header-boxes .purple, .l-header .header-boxes .jobs {
  background-color: #804b6d; }
.l-header .header-boxes .yellow, .l-header .header-boxes .obits {
  background-color: #cf980f; }
.l-header .header-boxes .violet, .l-header .header-boxes .driving {
  background-color: #4f5188; }
.l-header.is-scrolled .header-logo, .l-header.is-sub-scrolled .header-logo {
  font-size: 1em;
  max-width: 61px;
  position: fixed;
  top: 0;
  left: 62px;
  z-index: 12; }
.l-header.is-scrolled .top-bar .header-actions li.subscribe, .l-header.is-sub-scrolled .top-bar .header-actions li.subscribe {
  padding-right: 0; }
.l-header.is-scrolled .top-bar .header-actions li.subscribe a, .l-header.is-sub-scrolled .top-bar .header-actions li.subscribe a {
  font-size: 1.071em;
  line-height: 95px;
  color: #939597;
  width: 65px;
  padding-right: 5px;
  padding-left: 5px;
  overflow: hidden; }
.l-header.is-scrolled .top-bar .header-actions li.subscribe a:before, .l-header.is-sub-scrolled .top-bar .header-actions li.subscribe a:before {
  content: "\E040"; }
.l-header.is-scrolled .top-bar .header-actions li.subscribe a:hover, .l-header.is-sub-scrolled .top-bar .header-actions li.subscribe a:hover {
  color: #000;
  background-color: #ffcc00; }

.admin-bar .is-scrolled .header-logo, .admin-bar .is-scrolled .l-header .top-bar, .admin-bar .is-sub-scrolled .header-logo, .admin-bar .is-sub-scrolled .l-header .top-bar, .admin-bar .header-logo, .admin-bar .l-header .top-bar {
  top: 32px; }

.is-search #nav-trigger, .is-search .l-header .header-logo, .is-search .l-header.is-scrolled .header-logo, .is-search .l-header.is-sub-scrolled .header-logo {
  -webkit-transition: left 200ms ease;
  -moz-transition: left 200ms ease;
  -o-transition: left 200ms ease;
  -ms-transition: left 200ms ease;
  transition: left 200ms ease;
  left: -100px; }

.oldie .l-header .header-actions li a:before {
  left: 35%; }
.oldie .l-header .header-actions li.search .form-search fieldset label span:before {
  left: 20px; }

.oldie .l-header .header-actions li.search .form-search fieldset input[type="text"], .oldie .l-header .header-actions li.search .form-search fieldset input[type="search"] {
  line-height: 60px; }
.oldie .l-header .header-actions li.postmedia-logo a {
  width: 140px; }
.oldie .l-header .header-actions li.postmedia-logo a:hover {
  background-position: center bottom;
  background-color: #ffcc00; }

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }



/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

@media only screen and (max-width: 767px) {
  .l-header .header-actions li.subscribe {
    padding-right: 0;
    padding-left: 0; }
  .l-header .header-actions li.subscribe a {
    font-size: 1.071em;
    line-height: 95px;
    color: #939597;
    width: 50px;
    padding-right: 5px;
    padding-left: 5px;
    overflow: hidden; }
  .l-header .header-actions li.subscribe a:before {
    content: "\E040"; }
  .l-header .header-actions li.subscribe a:hover {
    color: #000;
    background-color: #ffcc00; }
  .l-header .header-boxes h2, .l-header .header-boxes p {
    font-size: 11px;
    line-height: 9.73px; }

  .admin-bar .l-header.is-scrolled .header-logo, .admin-bar .l-header.is-sub-scrolled .header-logo, .admin-bar .l-header .header-logo {
    top: 46px; }

  .l-header {
    margin-bottom: 10px; }
  .l-header .top-bar {
    min-height: 66px; }
  .l-header.is-scrolled .header-logo, .l-header.is-sub-scrolled .header-logo, .l-header .header-logo {
    font-size: 1em;
    max-width: 67px;
    position: fixed;
    top: 0;
    left: 64px;
    z-index: 12; }
  .l-header .header-actions, .l-header.is-scrolled .top-bar .header-actions, .l-header.is-sub-scrolled .top-bar .header-actions {
    width: auto; }
  .l-header .header-actions li a, .l-header.is-scrolled .top-bar .header-actions li a, .l-header.is-sub-scrolled .top-bar .header-actions li a {
    width: 64px;
    height: 66px;
    line-height: 101px; }
  .l-header .header-actions li a:before, .l-header.is-scrolled .top-bar .header-actions li a:before, .l-header.is-sub-scrolled .top-bar .header-actions li a:before {
    top: -43%; }
  .l-header .header-actions li.subscribe a, .l-header.is-scrolled .top-bar .header-actions li.subscribe a, .l-header.is-sub-scrolled .top-bar .header-actions li.subscribe a {
    width: 54px;
    line-height: 101px; }
  .l-header .header-actions li.postmedia-logo, .l-header.is-scrolled .top-bar .header-actions li.postmedia-logo, .l-header.is-sub-scrolled .top-bar .header-actions li.postmedia-logo {
    display: none;
    max-width: 130px; }
  .l-header .header-actions li.postmedia-logo a, .l-header.is-scrolled .top-bar .header-actions li.postmedia-logo a, .l-header.is-sub-scrolled .top-bar .header-actions li.postmedia-logo a {
    width: auto;
    height: 66px;
    line-height: 78px;
    -moz-background-size: 110px 111px;
    -webkit-background-size: 110px 111px;
    background-size: 110px 111px; }
  .l-header .header-actions li.user, .l-header.is-scrolled .top-bar .header-actions li.user, .l-header.is-sub-scrolled .top-bar .header-actions li.user {
    display: none; }
  .l-header .header-actions li.search .form-search fieldset, .l-header.is-scrolled .top-bar .header-actions li.search .form-search fieldset, .l-header.is-sub-scrolled .top-bar .header-actions li.search .form-search fieldset {
    height: 66px; }
  .l-header .header-actions li.search .form-search fieldset label, .l-header.is-scrolled .top-bar .header-actions li.search .form-search fieldset label, .l-header.is-sub-scrolled .top-bar .header-actions li.search .form-search fieldset label {
    height: 66px; }
  .l-header .header-actions li.search .form-search fieldset label span, .l-header.is-scrolled .top-bar .header-actions li.search .form-search fieldset label span, .l-header.is-sub-scrolled .top-bar .header-actions li.search .form-search fieldset label span {
    line-height: 101px; }
  .l-header .header-actions li.search .form-search fieldset input[type="submit"], .l-header.is-scrolled .top-bar .header-actions li.search .form-search fieldset input[type="submit"], .l-header.is-sub-scrolled .top-bar .header-actions li.search .form-search fieldset input[type="submit"] {
    height: 66px; }
  .l-header .header-actions li.search .form-search fieldset input[type="text"], .l-header .header-actions li.search .form-search fieldset input[type="search"], .l-header.is-scrolled .top-bar .header-actions li.search .form-search fieldset input[type="text"], .l-header.is-scrolled .top-bar .header-actions li.search .form-search fieldset input[type="search"], .l-header.is-sub-scrolled .top-bar .header-actions li.search .form-search fieldset input[type="text"], .l-header.is-sub-scrolled .top-bar .header-actions li.search .form-search fieldset input[type="search"] {
    font-size: 1.1em; }
  .l-header .header-actions li.search .form-search fieldset.is-wide .close, .l-header.is-scrolled .top-bar .header-actions li.search .form-search fieldset.is-wide .close, .l-header.is-sub-scrolled .top-bar .header-actions li.search .form-search fieldset.is-wide .close {
    right: 50px; }
  .l-header .header-boxes {
    padding-bottom: 10px;
    padding-top: 82px; }
  .l-header .header-boxes .owl-item {
    float: left; }
  .l-header .header-boxes .owl-item li {
    margin: 0 5px; }
  .l-header .header-boxes .posts-list.boxes {
    margin-left: 0;
    margin-right: 0; }
  .l-header .header-boxes .posts-list.boxes > li {
    width: auto;
    max-width: 50%;
    margin: 0 10px 0 0;
    padding: 0; }
  .l-header .header-boxes .posts-list.boxes article .thumbnail {
    max-height: 104px; } }
@media only screen and (min-width: 767px) and (max-width: 782px) {
  .admin-bar .l-header.is-scrolled .header-logo, .admin-bar .l-header.is-sub-scrolled .header-logo, .admin-bar .l-header .header-logo {
    top: 46px; }
.posts-list.boxes.hfeed{display:none;}
}	}
@media only screen and (max-width: 600px) {
  .admin-bar .l-header .top-bar {
    position: absolute; }
  .admin-bar .l-header .header-logo {
    position: absolute;
    top: 0; }
  .admin-bar .l-header.is-scrolled .top-bar, .admin-bar .l-header.is-sub-scrolled .top-bar {
    position: fixed;
    top: 0; }
  .admin-bar .l-header.is-scrolled .header-logo, .admin-bar .l-header.is-sub-scrolled .header-logo {
    position: fixed;
    top: 0; } 
	.posts-list.boxes.hfeed{display:none;}}
/*---Top boxes animation ---*/
@media only screen and (min-width: 768px) {
  .l-header .header-boxes article {
    overflow: hidden; }
  .l-header .header-boxes header {
    min-height: 31px;
    padding: 0px 0px 20px 0px;
    position: relative; }
  .l-header .header-boxes header h2 {
    display: block;
    background-color: inherit;
    position: absolute;
    width: 90%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    padding-top: 6px;
    padding-bottom: 0px;
    padding-right: 6%;
    padding-left: 5%;
    top: 0px;
    height: 38px;
    overflow: hidden; }
  .l-header .header-boxes header h2 a:hover {
    text-decoration: none; }
  .l-header .header-boxes article:hover h2 {
    top: -100%;
    height: 120px; }
  .l-header .header-boxes header span.top-stories-read-more-link {
    position: absolute;
    bottom: -100%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    color: #fff;
    padding-left: 6px;
    font-size: 12px; }
  .l-header .header-boxes article:hover header span.top-stories-read-more-link {
    bottom: 0px; } 
	}
@media only screen and (min-width: 780px) {
  .l-header .header-boxes article {
    overflow: hidden; }
  .l-header .header-boxes header {
    min-height: 41px; }
  .l-header .header-boxes header h2 {
    padding-top: 10px; }
  .l-header .header-boxes article:hover h2 {
    top: -65%;
    height: 80px; }
  .l-header .header-boxes header span.top-stories-read-more-link {
    bottom: -65%; }
  .l-header .header-boxes article:hover header span.top-stories-read-more-link {
    bottom: 2px; } }
@media only screen and (max-width: 780px) {
  .l-header .header-boxes .posts-list.boxes article .thumbnail {
    max-height: 140px; }
  .l-header .header-boxes header h2 {
    font-size: 10px;
    line-height: 12px; }
  .l-header .header-boxes a:hover {
    text-decoration: none; }
  .l-header .header-boxes header span.top-stories-read-more-link {
    display: none; } 
	.posts-list.boxes.hfeed{display:none;}}
@media only screen and (max-width: 480px) {
  .l-header .header-boxes header h2 {
    line-height: 10px; }
  .l-header .header-boxes header {
    min-height: 45px; }
	.posts-list.boxes.hfeed{display:none;}
	}
/* 2.3 Navigation
------------------------------------------------------------------------------*/
/* 2.3 Navigation
------------------------------------------------------------------------------*/
.navigation {
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.navigation ul {
  margin: 0;
  -webkit-transition: left 0.2s ease-in-out;
  -moz-transition: left 0.2s ease-in-out;
  -o-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out; }
.navigation ul li {
  display: block;
  text-align: center;
  float: left; }
.navigation ul li a {
  font: 16px/34px 'Ubuntu Condensed', sans-serif;
  display: inline-block;
  color: #005a8c;
  vertical-align: middle;
  padding: 3px 7px 0;
  height: 37px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  -ms-transition: background-color 300ms ease;
  transition: background-color 300ms ease; }
.navigation ul li a:hover {
  text-decoration: none;
  color: #fff; }
.navigation ul li a.back {
  display: none; }
.navigation ul li.subnav a:after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 2.5px 0 2.5px;
  border-color: #d1d2d4 transparent transparent; }
.navigation ul li.subnav a:hover:after {
  border-color: #fff transparent transparent; }
.navigation ul li.blue a:hover, .navigation ul li.news a:hover, .navigation ul li.business a:hover {
  background-color: #005a8c; }
.navigation ul li.green a:hover, .navigation ul li.opinion a:hover {
  background-color: #007d5d; }
.navigation ul li.light-green a:hover {
  background-color: #b2d8ce; }
.navigation ul li.red a:hover, .navigation ul li.sports a:hover {
  background-color: #ce3727; }
.navigation ul li.orange a:hover, .navigation ul li.arts a:hover, .navigation ul li.entertainment a:hover, .navigation ul li.health a:hover, .navigation ul li.life a:hover {
  background-color: #d25a21; }
.navigation ul li.purple a:hover, .navigation ul li.jobs a:hover {
  background-color: #804b6d; }
.navigation ul li.yellow a:hover, .navigation ul li.obits a:hover {
  background-color: #cf980f; }
.navigation ul li.violet a:hover, .navigation ul li.driving a:hover {
  background-color: #4f5188; }
.navigation ul li.grey-dark a:hover {
  background-color: #333333; }
.navigation .blue, .navigation .blue a, .navigation .news, .navigation .news a, .navigation .business, .navigation .business a {
  color: #005a8c; }
.navigation .green, .navigation .green a, .navigation .opinion, .navigation .opinion a {
  color: #007d5d; }
.navigation .light-green, .navigation .light-green a {
  color: #b2d8ce; }
.navigation .red, .navigation .red a, .navigation .sports, .navigation .sports a {
  color: #ce3727; }
.navigation .orange, .navigation .orange a, .navigation .arts, .navigation .arts a, .navigation .entertainment, .navigation .entertainment a, .navigation .health, .navigation .health a, .navigation .life, .navigation .life a {
  color: #d25a21; }
.navigation .purple, .navigation .purple a, .navigation .jobs, .navigation .jobs a {
  color: #804b6d; }
.navigation .yellow, .navigation .yellow a, .navigation .obits, .navigation .obits a {
  color: #cf980f; }
.navigation .violet, .navigation .violet a, .navigation .driving, .navigation .driving a {
  color: #4f5188; }
.navigation .grey-dark, .navigation .grey-dark a {
  color: #333333; }
.navigation#navigation > ul li {
  margin-right: -4px; }
.navigation#side-navigation {
  width: 100%; }
.navigation#side-navigation > ul {
  top: 60px;
  background-color: #fff;
  left: -999px;
  position: fixed;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  z-index: 14;
  width: 62px; }
.navigation#side-navigation > ul > li:last-child:after {
  -moz-background-clip: border;
  -webkit-background-clip: border;
  background-clip: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -moz-background-clip: content;
  -webkit-background-clip: content;
  background-clip: content-box;
  content: "";
  background-color: #fff;
  border-right: 4px solid rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: -60px;
  height: 100%;
  width: 62px;
  z-index: -1; }
.navigation#side-navigation > ul li {
  display: block;
  text-align: right;
  border-bottom: 1px solid #fff;
  float: none; }
.navigation#side-navigation > ul li.is-active > a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 4px;
  border-color: transparent transparent transparent #666;
  right: -4px;
  top: 0;
  bottom: 0;
  margin: auto; }
.navigation#side-navigation > ul li.is-active > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 4px;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.3);
  right: -8px;
  top: 0;
  bottom: 0;
  margin: auto; }
.navigation#side-navigation > ul li a {
  color: #fff;
  width: 55px;
  height: 60px;
  padding: 0 7px 0 0;
  line-height: 95px;
  overflow: hidden; }
.navigation#side-navigation > ul li.blue a, .navigation#side-navigation > ul li.blue .subnav > a span, .navigation#side-navigation > ul li.news a, .navigation#side-navigation > ul li.news .subnav > a span, .navigation#side-navigation > ul li.business a, .navigation#side-navigation > ul li.business .subnav > a span {
  background-color: #005a8c; }
.navigation#side-navigation > ul li.blue.is-active > a:after, .navigation#side-navigation > ul li.news.is-active > a:after, .navigation#side-navigation > ul li.business.is-active > a:after {
  border-color: transparent transparent transparent #005a8c; }
.navigation#side-navigation > ul li.blue .subnav > a, .navigation#side-navigation > ul li.news .subnav > a, .navigation#side-navigation > ul li.business .subnav > a {
  background-color: #ccdee8; }
.navigation#side-navigation > ul li.green a, .navigation#side-navigation > ul li.green .subnav > a span, .navigation#side-navigation > ul li.opinion a, .navigation#side-navigation > ul li.opinion .subnav > a span {
  background-color: #007d5d; }
.navigation#side-navigation > ul li.green .subnav > a, .navigation#side-navigation > ul li.opinion .subnav > a {
  background-color: #b2d8ce; }
.navigation#side-navigation > ul li.green.is-active > a:after, .navigation#side-navigation > ul li.opinion.is-active > a:after {
  border-color: transparent transparent transparent #007d5d; }
.navigation#side-navigation > ul li.light-green a, .navigation#side-navigation > ul li.light-green .subnav > a span {
  background-color: #b2d8ce; }
.navigation#side-navigation > ul li.light-green.is-active > a:after {
  border-color: transparent transparent transparent #b2d8ce; }
.navigation#side-navigation > ul li.red a, .navigation#side-navigation > ul li.red .subnav > a span, .navigation#side-navigation > ul li.sports a, .navigation#side-navigation > ul li.sports .subnav > a span {
  background-color: #ce3727; }
.navigation#side-navigation > ul li.red .subnav > a, .navigation#side-navigation > ul li.sports .subnav > a {
  background-color: #f5d7d4; }
.navigation#side-navigation > ul li.red.is-active > a:after, .navigation#side-navigation > ul li.sports.is-active > a:after {
  border-color: transparent transparent transparent #ce3727; }
.navigation#side-navigation > ul li.orange a, .navigation#side-navigation > ul li.orange .subnav > a span, .navigation#side-navigation > ul li.arts a, .navigation#side-navigation > ul li.arts .subnav > a span, .navigation#side-navigation > ul li.entertainment a, .navigation#side-navigation > ul li.entertainment .subnav > a span, .navigation#side-navigation > ul li.health a, .navigation#side-navigation > ul li.health .subnav > a span, .navigation#side-navigation > ul li.life a, .navigation#side-navigation > ul li.life .subnav > a span {
  background-color: #d25a21; }
.navigation#side-navigation > ul li.orange .subnav > a, .navigation#side-navigation > ul li.arts .subnav > a, .navigation#side-navigation > ul li.entertainment .subnav > a, .navigation#side-navigation > ul li.health .subnav > a, .navigation#side-navigation > ul li.life .subnav > a {
  background-color: #f2cdbc; }
.navigation#side-navigation > ul li.orange.is-active > a:after, .navigation#side-navigation > ul li.arts.is-active > a:after, .navigation#side-navigation > ul li.entertainment.is-active > a:after, .navigation#side-navigation > ul li.health.is-active > a:after, .navigation#side-navigation > ul li.life.is-active > a:after {
  border-color: transparent transparent transparent #d25a21; }
.navigation#side-navigation > ul li.purple a, .navigation#side-navigation > ul li.purple .subnav > a span, .navigation#side-navigation > ul li.jobs a, .navigation#side-navigation > ul li.jobs .subnav > a span {
  background-color: #804b6d; }
.navigation#side-navigation > ul li.purple .subnav > a, .navigation#side-navigation > ul li.jobs .subnav > a {
  background-color: #d9c9d3; }
.navigation#side-navigation > ul li.purple.is-active > a:after, .navigation#side-navigation > ul li.jobs.is-active > a:after {
  border-color: transparent transparent transparent #804b6d; }
.navigation#side-navigation > ul li.yellow a, .navigation#side-navigation > ul li.yellow .subnav > a span, .navigation#side-navigation > ul li.obits a, .navigation#side-navigation > ul li.obits .subnav > a span {
  background-color: #cf980f; }
.navigation#side-navigation > ul li.yellow .subnav > a, .navigation#side-navigation > ul li.obits .subnav > a {
  background-color: #f1e0b7; }
.navigation#side-navigation > ul li.yellow.is-active > a:after, .navigation#side-navigation > ul li.obits.is-active > a:after {
  border-color: transparent transparent transparent #cf980f; }
.navigation#side-navigation > ul li.violet a, .navigation#side-navigation > ul li.violet .subnav > a span, .navigation#side-navigation > ul li.driving a, .navigation#side-navigation > ul li.driving .subnav > a span {
  background-color: #4f5188; }
.navigation#side-navigation > ul li.violet .subnav > a, .navigation#side-navigation > ul li.driving .subnav > a {
  background-color: #cacbdb; }
.navigation#side-navigation > ul li.violet.is-active > a:after, .navigation#side-navigation > ul li.driving.is-active > a:after {
  border-color: transparent transparent transparent #4f5188; }
.navigation#side-navigation > ul li.grey-dark a, .navigation#side-navigation > ul li.grey-dark .subnav > a span {
  background-color: #333333; }
.navigation#side-navigation > ul li.grey-dark .subnav > a {
  background-color: #333333; }
.navigation#side-navigation > ul li.grey-dark.is-active > a:after {
  border-color: transparent transparent transparent #333333; }
.navigation#side-navigation > ul.is-half-menu, .navigation#side-navigation > ul.is-full-menu {
  left: 0; }
.navigation#side-navigation > ul li.is-active .subnav {
  visibility: visible;
  left: 62px; }
.navigation#side-navigation > ul li.is-active .subnav .subnav {
  visibility: hidden;
  left: -62px;
  top: 0;
  z-index: -10; }
.navigation#side-navigation > ul li.is-active li.is-active .subnav {
  visibility: visible;
  left: 254px; }
.navigation#side-navigation:hover > ul {
  left: 0; }
.navigation#side-navigation .subnav {
  background-color: #fff;
  border-right: 4px solid rgba(0, 0, 0, 0.5);
  -moz-background-clip: border;
  -webkit-background-clip: border;
  background-clip: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -moz-background-clip: content;
  -webkit-background-clip: content;
  background-clip: content-box;
  height: 100%;
  position: absolute;
  top: -60px;
  left: -500px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1; }
.navigation#side-navigation .subnav > a {
  overflow: hidden;
  height: 60px;
  line-height: 18px;
  padding: 0;
  position: relative;
  width: 100%; }
.navigation#side-navigation .subnav > a span {
  left: 0;
  bottom: 0;
  height: auto;
  padding: 50px 8px 4px;
  position: absolute;
  min-width: 47px; }
.navigation#side-navigation .subnav > ul li {
  border-bottom: 1px solid #b2b2b2;
  text-align: left; }
.navigation#side-navigation .subnav > ul li a {
  display: block;
  font: 20px 'Ubuntu Condensed', sans-serif;
  background: none;
  width: auto;
  padding: 10px 10px 8px;
  color: #000;
  height: auto; }
.navigation#side-navigation .subnav > ul li.is-active > a:after {
  border-color: transparent transparent transparent #fff; }
.navigation#side-navigation .subnav .posts-list.boxes > li {
  max-width: none;
  float: none;
  margin-right: 0; }
.navigation#side-navigation .subnav .posts-list.boxes > li:last-child {
  border: 0; }
.navigation#side-navigation .subnav .posts-list.boxes > li figure {
  margin-bottom: 0; }
.navigation#side-navigation .subnav .posts-list.boxes > li figure a {
  padding-bottom: 0;
  padding-top: 0; }
.navigation#side-navigation .subnav .posts-list.boxes > li figure img {
  height: auto; }
.navigation#side-navigation .subnav .posts-list.boxes > li a {
  opacity: 1;
  font-family: "TitlingGothicFBCond-Standard", Arial, Helvetica, sans-serif;
  text-transform: none;
  line-height: 20px; }
.navigation#side-navigation .subnav .posts-list.boxes > li .entry-title a {
  padding-bottom: 4px; }
.navigation#side-navigation .subnav:after {
  -moz-background-clip: border;
  -webkit-background-clip: border;
  background-clip: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -moz-background-clip: content;
  -webkit-background-clip: content;
  background-clip: content-box;
  content: "";
  border-right: 4px solid rgba(0, 0, 0, 0.1);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: -1; }
.navigation#side-navigation .subnav.is-third-lvl {
  overflow: visible; }
.navigation#side-navigation .subnav .subnav > a {
  font: 1.286em 'Ubuntu Condensed', sans-serif;
  line-height: 18px;
  color: #fff;
  height: 60px;
  padding-right: 7px;
  width: 100%;
  padding: 0;
  position: relative;
  overflow: hidden; }
.navigation#side-navigation .subnav .subnav > a span {
  position: absolute;
  bottom: 0;
  height: auto;
  padding-top: 50px;
  padding-bottom: 4px; }



#nav-trigger {
  float: left;
  border-right: 1px solid #b2b2b2;
  background: white;
  -moz-background-size: 27px 17px;
  -webkit-background-size: 27px 17px;
  background-size: 27px 17px;
  position: fixed;
  left: 1px;
  top: 0;
  color: #939597;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  width: 61px;
  height: 60px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font: 1em/95px 'Ubuntu Condensed', sans-serif;
  letter-spacing: 0.05em;
  display: block;
  z-index: 20; }
#nav-trigger:hover {
  background-color: #ffcc00;
  color: #000;
  left: 0;
  top: 0; }
#nav-trigger.is-triggered {
  background-color: #ffcc00;
  left: 0;
  top: 0; }

.oldie #nav-trigger {
  background: transparent;}
.oldie #nav-trigger:after {
  position: static; }

.admin-bar #nav-trigger {
  top: 32px; }
.admin-bar .navigation#side-navigation > ul {
  top: 92px; }

.l-nav-wrap {
  border-bottom: 1px solid #b2b2b2; }
.l-nav-wrap #navigation {
  float: left;
  width: 100%; }
.l-nav-wrap .widget {
  float: right;
  width: 160px;
  padding: 0;
  text-align: right;
  position: relative;
  margin-bottom: 0px !important; }
.l-nav-wrap .widget .advertisement {
  max-height: 36px;
  position: absolute;
  right: 0;
  top: -1px; }

@media only screen and (max-width: 767px) {
  .navigation ul li a {
    -webkit-tap-highlight-color: transparent !important;
    font-size: 1.357em; }
  .navigation#side-navigation .subnav > a span {
    font-size: 20px; }

  #nav-trigger {
    width: 60px;
    height: 59px;
    left: 1px;
    top: 1px; }
  #nav-trigger:hover, #nav-trigger:focus, #nav-trigger:active {
    background-color: #fff; }
  #nav-trigger.is-triggered {
    background-color: #ffcc00; }
  #nav-trigger:hover, #nav-trigger.is-triggered {
    left: 0;
    top: 0;
    width: 61px;
    height: 60px; }

  .navigation#side-navigation {
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: auto;
    height: 100%;
    z-index: 14;
    width: 69px;
    top: 0;
    left: -999px;
    padding-top: 66px; }
  .navigation#side-navigation.is-nav {
    left: 0; }
  .navigation#side-navigation.is-nav.is-subnav {
    width: 320px; }
  .navigation#side-navigation.is-nav.is-subnav .subnav {
    -webkit-overflow-scrolling: auto;
    -webkit-transition: left 300ms ease;
    -moz-transition: left 300ms ease;
    -o-transition: left 300ms ease;
    -ms-transition: left 300ms ease;
    transition: left 300ms ease;
    top: 0;
    position: fixed;
    overflow-x: hidden; }
  .navigation#side-navigation.is-nav.is-subnav .subnav.is-third-lvl {
    overflow-x: visible; }
  .navigation#side-navigation.is-nav.is-subnav .subnav.is-third-lvl .subnav {
    visibility: visible;
    display: block; }
  .navigation#side-navigation.is-nav.is-subnav .subnav .subnav {
    visibility: hidden;
    display: none;
    position: absolute; }
  .navigation#side-navigation.is-nav > ul > li:last-child:after {
    left: 0; }
  .navigation#side-navigation > ul {
    top: auto;
    left: auto;
    position: relative;
    width: 65px;
    top: 0; }
  .navigation#side-navigation > ul li a {
    width: 58px;
    height: 60px;
    font-size: 18px;
    line-height: 90px; }
  .navigation#side-navigation > ul li a.back {
    display: none;
    position: absolute;
    top: 0; }
  .navigation#side-navigation > ul li.is-active .subnav {
    left: 65px; }
  .navigation#side-navigation > ul li.is-active .subnav.is-third-lvl {
    left: -74px; }
  .navigation#side-navigation > ul li.is-active .subnav.is-third-lvl > ul > li.with-subnav > a {
    opacity: 0.2; }
  .navigation#side-navigation > ul li.is-active .subnav.is-third-lvl .is-active .subnav {
    left: 200px;
    width: 192px; }
  .navigation#side-navigation > ul li.is-active .subnav.is-third-lvl .back {
    display: block; }
  .navigation#side-navigation > ul li.is-active .subnav .subnav > a {
    height: 66px; }
  .navigation#side-navigation > ul > li:last-child:after {
    -webkit-overflow-scrolling: auto;
    -webkit-transition: left 100ms ease;
    -moz-transition: left 100ms ease;
    -o-transition: left 100ms ease;
    -ms-transition: left 100ms ease;
    transition: left 100ms ease;
    border-color: #B2B2B2;
    top: 0;
    width: 65px;
    position: fixed;
    z-index: -1;
    left: -999px; }
  .navigation#side-navigation .subnav {
    top: -66px;
    width: 200px; }
  .navigation#side-navigation .subnav > a {
    height: 66px; }
  .navigation#side-navigation .subnav > a span {
    background-position: 92% 92%;
    background-repeat: no-repeat;
    background-size: 6px 20px;
    right: 0;
    left: auto;
    min-width: 40px;
    font-size: 18px;
    padding-right: 15px; }
  .navigation#side-navigation .subnav > a.back {
    text-align: left; }
  .navigation#side-navigation .subnav > a.back span {
    background-position: 15% 92%;
    opacity: 0.7;
    padding-left: 20px;
    min-width: 26px; }

  #nav-trigger {
    left: 0;
    top: 0;
    width: 64px;
    height: 66px; }
  #nav-trigger.is-triggered {
    background-color: #ffcc00;
    border-right: 0;
    width: 65px;
    height: 66px; }
  #nav-trigger:hover {
    background-color: #fff;
    left: 0;
    top: 0;
    width: 65px;
    height: 66px; }

  .admin-bar #nav-trigger {
    top: 46px; }
  .admin-bar .navigation#side-navigation > ul {
    top: 112px; }

  .l-nav-wrap #navigation {
    float: none;
    width: 100%; }
  .l-nav-wrap .widget {
    width: auto;
    float: none;
    height: 36px;
    text-align: center; }
  .l-nav-wrap .widget .advertisement {
    position: relative;
    top: 0; }

  .ios-oldie #side-navigation, .ios-oldie .navigation, .ios-oldie #side-navigation ul, .ios-oldie #side-navigation ul .subnav, .ios-oldie .navigation#side-navigation.is-nav.is-subnav .subnav, .ios-oldie #side-navigation ul li .subnav {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none; } }
@media only screen and (min-width: 767px) and (max-width: 782px) {
  .admin-bar #nav-trigger {
    top: 46px; }
  .admin-bar .navigation#side-navigation > ul {
    top: 106px; } }
@media only screen and (max-width: 600px) {
  .admin-bar .navigation#side-navigation #nav-trigger, .admin-bar .navigation#side-navigation > ul {
    position: absolute; }
  .admin-bar .navigation#side-navigation.is-scrolled #nav-trigger {
    position: fixed;
    top: 0; }
  .admin-bar .navigation#side-navigation.is-scrolled > ul {
    position: fixed;
    top: 66px; } }
/* 2.4 Content
------------------------------------------------------------------------------*/
.breadcrumb {
  border-top: 5px solid #B1CAE1;
  font: 18px/20px 'Ubuntu Condensed', sans-serif;
  text-transform: uppercase;
  margin: 8px 0 0; }
.breadcrumb ol {
  margin: 0; }
.breadcrumb li {
  list-style: none;
  float: left;
  position: relative;
  padding: 36px 0 6px 4px;
  margin: -5px 0 0 15px; }
.breadcrumb li:first-child, .breadcrumb li.sub {
  padding: 0;
  margin-left: 0;
  margin-right: 0; }
.breadcrumb li:first-child:after, .breadcrumb li.sub:after {
  content: "";
  font-size: 0;
  display: none; }
.breadcrumb li:first-child a, .breadcrumb li:first-child .bc-item, .breadcrumb li.sub a, .breadcrumb li.sub .bc-item {
  background-color: #005a8c;
  display: block;
  color: #fff;
  height: 59px;
  min-width: 65px;
  position: relative;
  overflow: hidden;
  display: table;
  vertical-align: bottom; }
.breadcrumb li:first-child a span, .breadcrumb li:first-child .bc-item span, .breadcrumb li.sub a span, .breadcrumb li.sub .bc-item span {
  display: table-cell;
  vertical-align: bottom;
  padding: 0 8px 3px; }
.breadcrumb li:first-child a, .breadcrumb li.home a {
  background-color: #000; }
.breadcrumb li.light a, .breadcrumb li.light .bc-item {
  background-color: #337da4; }
.breadcrumb li.lighter a, .breadcrumb li.lighter .bc-item {
  background-color: #4d8db0; }
.breadcrumb li.lighter {
  margin-right: -10px; }
.breadcrumb li:last-child:after {
  content: "";
  font-size: 0;
  display: none; }
.breadcrumb li.blue a, .breadcrumb li.news a, .breadcrumb li.business a, .breadcrumb li.blue .bc-item, .breadcrumb li.news .bc-item, .breadcrumb li.business .bc-item {
  background-color: #005a8c; }
.breadcrumb li.green a, .breadcrumb li.opinion a, .breadcrumb li.green .bc-item, .breadcrumb li.opinion .bc-item {
  background-color: #007d5d; }
.breadcrumb li.light-green a, .breadcrumb li.light-green .bc-item {
  background-color: #b2d8ce; }
.breadcrumb li.red a, .breadcrumb li.sports a, .breadcrumb li.red .bc-item, .breadcrumb li.sports .bc-item {
  background-color: #ce3727; }
.breadcrumb li.orange a, .breadcrumb li.arts a, .breadcrumb li.entertainment a, .breadcrumb li.health a, .breadcrumb li.life a, .breadcrumb li.orange .bc-item, .breadcrumb li.arts .bc-item, .breadcrumb li.entertainment .bc-item, .breadcrumb li.health .bc-item, .breadcrumb li.life .bc-item {
  background-color: #d25a21; }
.breadcrumb li.purple a, .breadcrumb li.jobs a, .breadcrumb li.purple .bc-item, .breadcrumb li.jobs .bc-item {
  background-color: #804b6d; }
.breadcrumb li.yellow a, .breadcrumb li.obits a, .breadcrumb li.yellow .bc-item, .breadcrumb li.obits .bc-item {
  background-color: #cf980f; }
.breadcrumb li.violet a, .breadcrumb li.driving a, .breadcrumb li.violet .bc-item, .breadcrumb li.driving .bc-item {
  background-color: #4f5188; }
.breadcrumb li.grey a, .breadcrumb li.grey .bc-item {
  background-color: #cacbde; }
.breadcrumb li.grey-dark a, .breadcrumb li.grey-dark .bc-item {
  background-color: #333333; }
.breadcrumb li.cyan a, .breadcrumb li.cyan .bc-item {
  background-color: #75adae; }
.breadcrumb li.pink-light a, .breadcrumb li.pink-light .bc-item {
  background-color: #d9cbd3; }
.breadcrumb li.sponsored a, .breadcrumb li.grey a, .breadcrumb li.sponsored .bc-item, .breadcrumb li.grey .bc-item {
  background-color: #666666; }
.breadcrumb li:after {
  content: "\2022";
  color: #D60021;
  font-size: 20px;
  line-height: 0;
  vertical-align: -6px;
  margin-left: 2px;
  position: absolute;
  right: -13px;
  bottom: 16px; }
.breadcrumb li a, .breadcrumb li .bc-item {
  color: #4C4C4C;
  text-decoration: none; }
.breadcrumb li a:hover, .breadcrumb li .bc-item:hover {
  text-decoration: underline; }
.breadcrumb li .bc-item:hover {
  text-decoration: none; }
.breadcrumb.blue, .breadcrumb.news, .breadcrumb.business {
  border-top-color: #b2cdde; }
.breadcrumb.blue li:after, .breadcrumb.news li:after, .breadcrumb.business li:after {
  color: #005a8c; }
.breadcrumb.blue .sub a, .breadcrumb.blue .sub .bc-item, .breadcrumb.news .sub a, .breadcrumb.news .sub .bc-item, .breadcrumb.business .sub a, .breadcrumb.business .sub .bc-item {
  background-color: #005a8c; }
.breadcrumb.blue .lighter a, .breadcrumb.blue .lighter .bc-item, .breadcrumb.news .lighter a, .breadcrumb.news .lighter .bc-item, .breadcrumb.business .lighter a, .breadcrumb.business .lighter .bc-item {
  background-color: #4d8db0; }
.breadcrumb.blue .light a, .breadcrumb.blue .light .bc-item, .breadcrumb.news .light a, .breadcrumb.news .light .bc-item, .breadcrumb.business .light a, .breadcrumb.business .light .bc-item {
  background-color: #337da4; }
.breadcrumb.green, .breadcrumb.opinion {
  border-top-color: #b3d9ce; }
.breadcrumb.green li:after, .breadcrumb.opinion li:after {
  color: #007d5d; }
.breadcrumb.green .sub a, .breadcrumb.green .sub .bc-item, .breadcrumb.opinion .sub a, .breadcrumb.opinion .sub .bc-item {
  background-color: #007d5d; }
.breadcrumb.green .lighter a, .breadcrumb.green .lighter .bc-item, .breadcrumb.opinion .lighter a, .breadcrumb.opinion .lighter .bc-item {
  background-color: #4da58f; }
.breadcrumb.green .light a, .breadcrumb.green .light .bc-item, .breadcrumb.opinion .light a, .breadcrumb.opinion .light .bc-item {
  background-color: #34987e; }
.breadcrumb.red, .breadcrumb.sports {
  border-top-color: #f0c3be; }
.breadcrumb.red li:after, .breadcrumb.sports li:after {
  color: #ce3727; }
.breadcrumb.red .sub a, .breadcrumb.red .sub .bc-item, .breadcrumb.sports .sub a, .breadcrumb.sports .sub .bc-item {
  background-color: #ce3727; }
.breadcrumb.red .lighter a, .breadcrumb.red .lighter .bc-item, .breadcrumb.sports .lighter a, .breadcrumb.sports .lighter .bc-item {
  background-color: #dc7469; }
.breadcrumb.red .light a, .breadcrumb.red .light .bc-item, .breadcrumb.sports .light a, .breadcrumb.sports .light .bc-item {
  background-color: #da6053; }
.breadcrumb.orange, .breadcrumb.arts, .breadcrumb.entertainment, .breadcrumb.health, .breadcrumb.life {
  border-top-color: #f2cdbb; }
.breadcrumb.orange li:after, .breadcrumb.arts li:after, .breadcrumb.entertainment li:after, .breadcrumb.health li:after, .breadcrumb.life li:after {
  color: #d25a21; }
.breadcrumb.orange .sub a, .breadcrumb.orange .sub .bc-item, .breadcrumb.arts .sub a, .breadcrumb.arts .sub .bc-item, .breadcrumb.entertainment .sub a, .breadcrumb.entertainment .sub .bc-item, .breadcrumb.health .sub a, .breadcrumb.health .sub .bc-item, .breadcrumb.life .sub a, .breadcrumb.life .sub .bc-item {
  background-color: #d25a21; }
.breadcrumb.orange .lighter a, .breadcrumb.orange .lighter .bc-item, .breadcrumb.arts .lighter a, .breadcrumb.arts .lighter .bc-item, .breadcrumb.entertainment .lighter a, .breadcrumb.entertainment .lighter .bc-item, .breadcrumb.health .lighter a, .breadcrumb.health .lighter .bc-item, .breadcrumb.life .lighter a, .breadcrumb.life .lighter .bc-item {
  background-color: #e08d65; }
.breadcrumb.orange .light a, .breadcrumb.orange .light .bc-item, .breadcrumb.arts .light a, .breadcrumb.arts .light .bc-item, .breadcrumb.entertainment .light a, .breadcrumb.entertainment .light .bc-item, .breadcrumb.health .light a, .breadcrumb.health .light .bc-item, .breadcrumb.life .light a, .breadcrumb.life .light .bc-item {
  background-color: #dd7c4f; }
.breadcrumb.purple, .breadcrumb.jobs {
  border-top-color: #cbcada; }
.breadcrumb.purple li:after, .breadcrumb.jobs li:after {
  color: #804b6d; }
.breadcrumb.purple .sub a, .breadcrumb.purple .sub .bc-item, .breadcrumb.jobs .sub a, .breadcrumb.jobs .sub .bc-item {
  background-color: #804b6d; }
.breadcrumb.purple .lighter a, .breadcrumb.purple .lighter .bc-item, .breadcrumb.jobs .lighter a, .breadcrumb.jobs .lighter .bc-item {
  background-color: #a8829b; }
.breadcrumb.purple .light a, .breadcrumb.purple .light .bc-item, .breadcrumb.jobs .light a, .breadcrumb.jobs .light .bc-item {
  background-color: #9b708b; }
.breadcrumb.yellow, .breadcrumb.obits {
  border-top-color: #f2e0b8; }
.breadcrumb.yellow li:after, .breadcrumb.obits li:after {
  color: #cf980f; }
.breadcrumb.yellow .sub a, .breadcrumb.yellow .sub .bc-item, .breadcrumb.obits .sub a, .breadcrumb.obits .sub .bc-item {
  background-color: #cf980f; }
.breadcrumb.yellow .lighter a, .breadcrumb.yellow .lighter .bc-item, .breadcrumb.obits .lighter a, .breadcrumb.obits .lighter .bc-item {
  background-color: #deb758; }
.breadcrumb.yellow .light a, .breadcrumb.yellow .light .bc-item, .breadcrumb.obits .light a, .breadcrumb.obits .light .bc-item {
  background-color: #d9ad40; }
.breadcrumb.violet, .breadcrumb.driving {
  border-top-color: #d9c9d3; }
.breadcrumb.violet li:after, .breadcrumb.driving li:after {
  color: #4f5188; }
.breadcrumb.violet .sub a, .breadcrumb.violet .sub .bc-item, .breadcrumb.driving .sub a, .breadcrumb.driving .sub .bc-item {
  background-color: #4f5188; }
.breadcrumb.violet .lighter a, .breadcrumb.violet .lighter .bc-item, .breadcrumb.driving .lighter a, .breadcrumb.driving .lighter .bc-item {
  background-color: #8486ad; }
.breadcrumb.violet .light a, .breadcrumb.violet .light .bc-item, .breadcrumb.driving .light a, .breadcrumb.driving .light .bc-item {
  background-color: #7275a0; }
.breadcrumb.cyan {
  border-top-color: #d6e6e6; }
.breadcrumb.cyan li:after {
  color: #75adae; }
.breadcrumb.cyan .sub a, .breadcrumb.cyan .sub .bc-item {
  background-color: #75adae; }
.breadcrumb.cyan .lighter a, .breadcrumb.cyan .lighter .bc-item {
  background-color: #9fc5c6; }
.breadcrumb.cyan .light a, .breadcrumb.cyan .light .bc-item {
  background-color: #91bdbe; }
.breadcrumb.sponsored, .breadcrumb.grey {
  border-top-color: #cacbde; }
.breadcrumb.sponsored li:after, .breadcrumb.grey li:after {
  color: #666666; }
.breadcrumb.sponsored .sub a, .breadcrumb.sponsored .sub .bc-item, .breadcrumb.grey .sub a, .breadcrumb.grey .sub .bc-item {
  background-color: #666666; }

.breadcrumb-wrap {
  position: relative; }

.local-branding {
  color: #000;
  float: right;
  margin-top: 10px;
  text-align: right;
  font: 12px/15px Helvetica, Arial, sans-serif;
  text-transform: none;
  position: relative; }
.local-branding img {
  max-width: 100%; }
.local-branding .sponsorship-img {
  float: right;
  height: 100%;
  min-height: 50px;
  margin-left: 10px; }
.local-branding .info-box {
  float: left; }
.local-branding .info-box .info-box-link {
  text-align: center;
  font: 12px "Shift-Book", Georgia, Times, "Times New Roman", serif;
  color: #fff;
  background-color: #808080;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  height: 16px;
  margin-right: 5px;
  margin-top: 0;
  width: 16px;
  text-decoration: none; }
.local-branding .info-box .info-box-content .modal-content {
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  padding: 100px 20px 0; }
.local-branding .info-box p {
  margin: 0; }
.local-branding .sponsor_details {
  float: left; }
.local-branding .sponsor_details span {
  display: block; }
.local-branding .sponsor_details .sponsor {
  font-weight: bold; }

.info-box .info-box-content .modal-content {
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  padding: 100px 20px 0; }
.info-box p {
  margin: 0; }

.wp-layout {
  margin-bottom: 30px; }
.wp-layout .wp-post-image {
  float: right;
  margin: 0 0 20px 20px; }

.l-top-content {
  padding-bottom: 5px; }
.l-top-content .widget {
  padding-bottom: 12px;
  border-bottom: 1px solid #b2b2b2;
  position: relative;
  z-index: 0; }
.l-top-content .posts-list.horizontal {
  margin-top: 10px; }

article .thumbnail img {
  display: block; }
article .info-box .info-box-link {
  background-color: #808080;
  border-radius: 50%;
  color: #fff;
  float: left;
  font: 12px "Shift-Book",Georgia,Times,"Times New Roman",serif;
  height: 16px;
  margin-right: 5px;
  margin-top: -20px;
  text-align: center;
  text-decoration: none;
  width: 16px;
  float: right; }
article.post-excerpt {
  padding: 15px 0 10px; }
article.post-excerpt .entry-content {
  overflow: hidden; }
article.post-excerpt h3.sponsored_content {
  font-family: 'Shift-Bold', Times, "Times New Roman", serif; }
article.post-excerpt p {
  font-size: 1em;
  line-height: 1.43em;
  margin-bottom: 0; }
article.post-excerpt p.entry-details {
  font-size: 12px; }
article.post-excerpt p.sponsored_content {
  font-family: "Helvetica", Arial, sans-serif; }
article.fullwidth, article.box {
  padding-bottom: 34px; }
article.fullwidth .thumbnail, article.box .thumbnail {
  margin-right: 0;
  margin-bottom: 8px; }
article.top-story .entry-title {
  font-size: 3.214em;
  margin-bottom: 0.2em; }
article.top-story .entry-content p {
  font-size: 1.143em; }
article .entry-details {
  font-size: 12px;
  color: #656565;
  text-transform: uppercase;
  padding-bottom: 10px; }
article .entry-details .label {
  text-decoration: none;
  color: #0062af;
  font-family: 'Shift-Bold', Times, "Times New Roman", serif;
  margin-right: 18px; }
article .entry-details .label.blue, article .entry-details .label.news, article .entry-details .label.business {
  color: #005a8c; }
article .entry-details .label.green, article .entry-details .label.opinion {
  color: #007d5d; }
article .entry-details .label.red, article .entry-details .label.sports {
  color: #ce3727; }
article .entry-details .label.orange, article .entry-details .label.arts, article .entry-details .label.entertainment, article .entry-details .label.health, article .entry-details .label.life {
  color: #d25a21; }
article .entry-details .label.purple, article .entry-details .label.jobs {
  color: #804b6d; }
article .entry-details .label.yellow, article .entry-details .label.obits {
  color: #cf980f; }
article .entry-details .label.violet, article .entry-details .label.driving {
  color: #4f5188; }
article .entry-details time {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.posts-list {
  list-style: none;
  margin: 0; }
.posts-list > li {
  border-bottom: 1px solid #b2b2b2; }
.posts-list > li:last-child {
  border-bottom: 0; }
.posts-list > li article .thumbnail {
  float: left;
  margin: 0 20px 10px 0;
  max-width: 235px; }
.posts-list.horizontal {
  border-width: 1px 0;
  border-style: solid;
  border-color: #b2b2b2;
  padding: 12px 0 10px;
  margin-bottom: 10px; }
.posts-list.horizontal > li {
  float: left;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #b2b2b2;
  max-width: 23%;
  padding: 0 12px; }
.posts-list.horizontal > li:first-child {
  padding-left: 0; }
.posts-list.horizontal > li:last-child {
  padding-right: 0;
  border-right: 0; }
.posts-list.horizontal article {
  padding: 0; }
.posts-list.horizontal article figure {
  margin-bottom: 0; }
.posts-list.horizontal article h3 {
  font: 0.929em/15px 'Shift-Book', Times, "Times New Roman", serif; }
.posts-list.posts-stream > li {
  padding-top: 0;
  padding-bottom: 16px;
  border-bottom: 0; }
.posts-list.posts-stream .thumbnail {
  margin: 0 0 14px; }
.posts-list.posts-stream time {
  color: #656565; }
.posts-list.posts-stream time, .posts-list.posts-stream p {
  font: 16px/20px 'TitlingGothicFBCond-Standard', Helvetica, Arial, sans-serif;
  display: inline; }
.posts-list.posts-stream time a, .posts-list.posts-stream p a {
  text-decoration: none; }
.posts-list.boxes {
  padding-bottom: 24px; }
.posts-list.boxes > li {
  border: 0;
  max-width: 23%;
  float: left;
  margin-right: 2.5%; }
.posts-list.boxes > li:last-child {
  margin-right: 0; }
.posts-list.boxes article .thumbnail {
  margin-bottom: 8px;
  margin-right: 0;
  float: none;
  max-width: none; }
.posts-list.boxes article .entry-details {
  padding-bottom: 8px; }
.posts-list.boxes article .entry-details .label {
  font-size: 11px; }
.posts-list.boxes article.post-excerpt h3 {
  font: 1.071em/1.071em 'TitlingGothicFBCond-Standard', Helvetica, Arial, sans-serif;
  margin-bottom: 0; }
.posts-list.boxes.half > li {
  margin-right: 2%;
  width: 49%;
  max-width: 50%; }
.posts-list.boxes.half > li:last-child {
  margin-right: 0; }
.posts-list.boxes.half article .entry-details, .posts-list.boxes.half article .entry-details .label {
  font-size: 12px; }
.posts-list.boxes.half article h3 {
  font-size: 1.785em;
  margin-bottom: 0.36em; }
.posts-list.boxes.posts-related {
  padding-bottom: 0; }
.posts-list.boxes.posts-related > li {
  border-bottom: 1px solid #7f7f7f;
  float: none;
  margin-right: 0;
  max-width: none;
  padding: 19px 0 13px; }
.posts-list.boxes.posts-related > li:first-child {
  padding-top: 0; }
.posts-list.boxes.posts-related > li:last-child {
  border-bottom: 0;
  padding-bottom: 0; }
.posts-list.boxes.posts-related article {
  padding: 0; }
.posts-list.boxes.posts-related article h3 {
  margin-bottom: 0.714em;
  font: 17px/20px "TitlingGothicFBCond-Standard", Arial, Helvetica, sans-serif; }
.posts-list.boxes.posts-related article .entry-content {
  margin-top: -8px; }
.posts-list.boxes.posts-related article .entry-content p {
  font: 14px "Shift-Book", Georgia, Times, "Times New Roman", serif;
  line-height: 18px; }
.posts-list.boxes.categories-list > li {
  max-width: 23%; }
.posts-list.boxes.categories-list article h3 {
  font-size: 1.286em;
  line-height: 20px; }
.posts-list.boxes.categories-list article .label {
  font-size: 12px; }

.l-three-quarters > article {
  float: left;
  width: 75%; }
.l-three-quarters > article.fullwidth {
  padding-bottom: 10px; }
.l-three-quarters .posts-list {
  float: right;
  width: 23%; }
.l-three-quarters .posts-list > li {
  float: none;
  margin-right: 0;
  max-width: none; }
.l-three-quarters .posts-list.boxes > li {
  border-bottom: 1px solid #B2B2B2; }
.l-three-quarters .posts-list.boxes > li:last-child {
  border-bottom: 0; }
.l-three-quarters .posts-list article {
  padding-bottom: 15px; }

.l-half .half {
  float: left;
  margin: 10px 2% 0 0;
  width: 49%;
  max-width: 50%; }
.l-half .half:last-child {
  margin-right: 0; }
.l-half article {
  border-bottom: 1px solid #b2b2b2; }
.l-half article .thumbnail {
  margin: 0 0 10px 0; }
.l-half article:last-child {
  border-bottom: 0; }
.l-half article.no-content {
  padding: 8px 0 0; }

.l-main .posts-list.boxes article .thumbnail {
  max-height: 112px;
  overflow: hidden; }
.l-main .posts-list.boxes.half article .thumbnail {
  max-height: none; }

.oldie .posts-list.boxes > li {
  margin-right: 0;
  margin-left: 2.5%; }
.oldie .posts-list.boxes > li:first-child {
  margin-left: 0; }
.oldie .posts-list.boxes.half > li {
  margin-right: 0;
  margin-left: 2%; }
.oldie .posts-list.boxes.half > li:first-child {
  margin-left: 0; }
.oldie .l-half .half {
  margin-right: 0;
  margin-left: 2%; }
.oldie .l-half .half:first-child {
  margin-left: 0; }

.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {
  display: block !important;
  width: 100% !important; }

.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe span[style], .fb-comments * {
  width: 100% !important; }

#wpstats {
  width: auto !important; }

#ugc-media-form .ugc-inner-wrapper .ugc-input-wrapper {
  margin-top: 10px; }
#ugc-media-form .ugc-inner-wrapper h2 {
  font-family: "Shift-Book", Georgia, Times, "Times New Roman", serif;
  font-size: 24px; }
#ugc-media-form .ugc-inner-wrapper #ug_photo {
  font-family: "Shift-Book", Georgia, Times, "Times New Roman", serif;
  font-style: italic; }
#ugc-media-form .ugc-inner-wrapper label {
  font: 16px "TitlingGothicFBCond-Standard", Arial, Helvetica, sans-serif; }
#ugc-media-form .ugc-inner-wrapper .wp-editor-wrap {
  border: 1px solid #ddd;
  border-top-color: #999; }
#ugc-media-form .ugc-inner-wrapper #ug_submit_button {
  background-color: #048d54;
  height: 40px;
  width: 160px;
  font-size: 16px;
  color: #FFFFFF;
  border: none;
  letter-spacing: 0.5px;
  line-height: 16px;
  text-transform: uppercase; }

@media only screen and (max-width: 767px) {
  .posts-list.boxes.categories-list {
    text-align: center; }
  .posts-list.boxes.categories-list > li {
    float: none;
    text-align: left;
    display: inline-block;
    margin-right: 1.6%;
    max-width: 22.9%; }
  .posts-list.boxes.categories-list > li:last-child {
    margin-right: 0; }

  #main section article.last-in-section {
    border: 0; }

  .l-top-content {
    padding-bottom: 0; }
  .l-top-content .widget {
    padding-bottom: 4px; }

  article.post-excerpt {
    padding-top: 10px; }

  .posts-list > li article .thumbnail {
    margin-right: 3%; }
  .posts-list.boxes {
    padding-bottom: 0; }
  .posts-list.boxes > li {
    margin-right: 6%;
    max-width: 47%; }
  .posts-list.boxes > li:nth-child(even) {
    margin-right: 0; }
  .posts-list.boxes > li:last-child {
    margin-right: 0; }
  .posts-list.boxes.categories-list > li {
    margin-right: 5%;
    max-width: 43.2%; }
  .posts-list.boxes.categories-list > li:nth-child(even) {
    margin-right: 0; }
  .posts-list.boxes.categories-list > li:last-child {
    margin-right: 0; }

  article.top-story {
    border-bottom: 1px solid #b2b2b2; }
  article.top-story .entry-title {
    font-size: 1.786em;
    line-height: 25px; }
  article.top-story .entry-content p {
    font-size: 1em; }
  article.fullwidth {
    padding-bottom: 12px; }

  .l-main .posts-list > li article .thumbnail {
    float: none;
    width: 100%;
    max-width: none; }

  .l-three-quarters > article {
    float: none;
    width: 100%;
    border-bottom: 1px solid #b2b2b2; }
  .l-three-quarters .posts-list {
    float: none;
    width: 100%; }
  .l-three-quarters .posts-list.boxes > li {
    max-width: none;
    margin-right: 0; }
  .l-three-quarters .posts-list.boxes > li:last-child {
    border-bottom: 1px solid #b2b2b2; }
  .l-three-quarters .posts-list.boxes article .thumbnail {
    float: left;
    max-width: 140px;
    margin-right: 20px;
    margin-bottom: 0; }
  .l-three-quarters .posts-list.boxes article h3 {
    font-size: 1.143em;
    line-height: 18px; }

  .l-half .half {
    float: none;
    width: 100%;
    max-width: none;
    margin: 0; }
  .l-half .half article {
    border-bottom: 1px solid #B2B2B2; }

  .local-branding {
    clear: both; }

  #ugc-media-form .ugc-inner-wrapper h2 {
    font-size: 18px; }
  #ugc-media-form .ugc-inner-wrapper #ug_submit_button {
    width: 100%; } }
.widget {
  margin-bottom: 18px; }
.widget .cat-head:before {
  width: 72px; }
.widget.widget-article {
  max-width: 35%; }
.widget.widget-breaking {
  max-width: 50%; }
.widget.widget-breaking .cat-head {
  margin-bottom: 0; }
.widget.is-border {
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 10px; }
.widget article.post-excerpt {
  padding: 10px 0 2px; }
.widget .posts-list h3 {
  font-size: 1.143em;
  line-height: 18px; }
.widget .posts-list > li article .thumbnail {
  max-width: 150px;
  max-height: 87px;
  overflow: hidden; }
.widget .icon-social {
  display: block;
  margin-bottom: 2px; }
.widget .icon-social img {
  max-width: 16px; }
.widget .ranking {
  color: #7f7f7f;
  font: 20px/20px 'Shift-Bold', Georgia, Times, 'Times New Roman', serif; }
.widget.widget_pn_dfpad {
  text-align: center; }
.widget.widget_pn_dfpad iframe, .widget.widget_pn_dfpad .iframe {
  /*padding: 10px;
  background: #000;*/
  margin: 0 auto; }
.widget .widgets-list-layout .widgets-list-layout-blavatar {
  max-width: 100% !important; }
.widget.widget-weather {
  padding-bottom: 0; }

.widget_pn_sponsor_widget, .widget_pn_sponsor_widget li {
  word-wrap: break-word; }

.widget_recent_entries .cat-head > span, .widget-zone-posts .cat-head > span, .widget_pn-top-posts .cat-head > span {
  max-width: 60px; }
.widget_recent_entries ul, .widget-zone-posts ul, .widget_pn-top-posts ul {
  list-style: none;
  margin: 0; }
.widget_recent_entries ul > li, .widget-zone-posts ul > li, .widget_pn-top-posts ul > li {
  padding: 10px 0 8px;
  border-bottom: 1px solid #b2b2b2; }
.widget_recent_entries ul > li:last-child, .widget-zone-posts ul > li:last-child, .widget_pn-top-posts ul > li:last-child {
  border-bottom: 0; }
.widget_recent_entries ul > li a, .widget-zone-posts ul > li a, .widget_pn-top-posts ul > li a {
  font: 1.143em/18px "TitlingGothicFBCond-Standard", Arial, Helvetica, sans-serif; }
.widget_recent_entries ul > li .post-date, .widget-zone-posts ul > li .post-date, .widget_pn-top-posts ul > li .post-date {
  display: block;
  font-size: 1em; }

.widget-weather {
  margin: 0 auto; }
.widget-weather .weather {
  height: 100%;
  min-height: 65px; }
.widget-weather .weather.cat-head, .widget-weather .weather.cat-head:before, .widget-weather .weather .weather-content > ul, .widget-weather .weather .weather-wrap {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
.widget-weather .weather.cat-head {
  overflow: visible;
  margin-bottom: 0; }
.widget-weather .weather.cat-head:before {
  z-index: 2;
  background-color: #005a8c;
  width: 65px; }
.widget-weather .weather h2 {
  font: 18px/20px 'Ubuntu Condensed', sans-serif;
  color: #fff;
  height: 65px;
  width: 65px;
  position: relative;
  text-transform: uppercase;
  float: left;
  z-index: 2;
  margin-bottom: 0px; }
.widget-weather .weather h2 > span {
  color: #fff;
  position: absolute;
  bottom: 0;
  padding: 41px 6px 4px 6px;
  display: inline-block;
  min-width: 47px; }
.widget-weather .weather .weather-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #B1CFE7; }
.widget-weather .weather .weather-wrap.is-weather {
  overflow: hidden; }
.widget-weather .weather .weather-header {
  padding: 0 0 0 80px;
  position: relative;
  line-height: 18px; }
.widget-weather .weather .weather-header h3 {
  color: #656565;
  font: bold 13px 'Shift-Bold', Times, "Times New Roman", serif;
  text-transform: none;
  float: left;
  padding: 6px 0 5px; }
.widget-weather .weather .weather-header .options {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 15px;
  color: #7eb0d7;
  text-align: center;
  text-decoration: none;
  z-index: 3;
  padding-right: 5px;
  font-size: 14px;
  line-height: 25px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.widget-weather .weather .weather-header .options:before {
  font-family: 'glyphicons-regular';
  content: "\E138"; }
.widget-weather .weather .weather-header .options:hover {
  color: #0062af; }
.widget-weather .weather .weather-content {
  margin-bottom: 5px; }
.widget-weather .weather .weather-content span {
  position: static;
  width: auto; }
.widget-weather .weather .weather-content ul {
  list-style: none;
  margin: 0;
  padding-left: 80px;
  opacity: 1; }
.widget-weather .weather .weather-content ul > li {
  border-right: 1px solid #fff;
  color: #323232;
  float: left;
  width: 36%;
  text-align: center;
  font: bold 11px Helvetica, Arial, sans-serif;
  text-transform: none;
  max-height: 33px; }
.widget-weather .weather .weather-content ul > li:last-child {
  border-right: 0; }
.widget-weather .weather .weather-content .icon-weather {
  text-align: left;
  width: 26%; }
.widget-weather .weather .weather-content .icon-weather img {
  max-width: 46px; }
.widget-weather .weather .weather-content .icon-weather span {
  color: #fff;
  font-family: 'glyphicons-regular';
  font-size: 28px;
  font-weight: normal;
  line-height: 34px; }
.widget-weather .weather .weather-content .icon-weather span:before {
  content: "\2744"; }
.widget-weather .weather .weather-content p {
  font: 24px/21px 'Shift-Book', Times, "Times New Roman", serif;
  margin: 0; }
.widget-weather .weather .weather-content p sup {
  font-size: 16px;
  top: -6px; }
.widget-weather .weather .is-weather .location {
  visibility: hidden;
  opacity: 0; }
.widget-weather .weather.customize-weather.cat-head h2, .widget-weather .weather.customize-weather.cat-head h2 span {
  width: 100%; }
.widget-weather .weather.customize-weather.cat-head:before {
  width: 100%; }
.widget-weather .weather.customize-weather .weather-wrap {
  background-color: #2e2f31;
  min-height: 188px;
  height: 100%; }
.widget-weather .weather.customize-weather .weather-header .options {
  background-color: #b1cfe7;
  width: 55px;
  height: 65px;
  color: #000;
  padding-left: 5px;
  font-size: 32px;
  line-height: 65px; }
.widget-weather .weather.customize-weather .weather-header .options:before {
  content: "\E208"; }
.widget-weather .weather.customize-weather .weather-header .options:hover {
  color: #0062af; }
.widget-weather .weather.customize-weather .weather-content > ul {
  opacity: 0;
  visibility: hidden; }
.widget-weather .weather.customize-weather .weather-content .location {
  padding: 57px 10px 20px;
  opacity: 1;
  -webkit-transition: opacity 3s ease-in-out;
  -moz-transition: opacity 3s ease-in-out;
  -o-transition: opacity 3s ease-in-out;
  transition: opacity 3s ease-in-out; }
.widget-weather .weather.customize-weather .weather-content .location h3 {
  color: #fff;
  font: 15px/18px 'Shift-Bold', Times, "Times New Roman", serif;
  text-transform: none;
  padding-bottom: 12px; }
.widget-weather .btn-location {
  display: inline-block;
  font: bold 16px Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: none;
  position: relative;
  margin-top: 12px;
  padding: 0 0 0 50px;
  text-decoration: none; }
.widget-weather .btn-location:before {
  color: #109d59;
  background-color: #fff;
  font-family: 'glyphicons-regular';
  font-weight: normal;
  content: "\E243";
  font-size: 24px;
  line-height: 37px;
  text-align: center;
  width: 35px;
  height: 35px;
  left: 0;
  top: -10px;
  position: absolute;
  -moz-border-radius: 38px;
  -webkit-border-radius: 38px;
  border-radius: 38px; }
.widget-weather .btn-location:hover {
  opacity: 0.7; }

.widget-advertisement {
  text-align: center; }

.widget-video article.post-excerpt {
  padding-top: 0; }
.widget-video article .entry-details {
  padding-bottom: 5px; }
.widget-video article .entry-details .label {
  letter-spacing: 0.1em; }
.widget-video article .entry-title {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 25px; }
.widget-video .thumbnail {
  position: relative; }
.widget-video .thumbnail a:before {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  text-align: center;
  font-family: 'glyphicons-regular';
  font-size: 34px;
  line-height: 61px;
  content: "\E174";
  width: 60px;
  height: 60px; }
.widget-video .thumbnail a:hover:before {
  opacity: 0.7; }

.widget-updates .cat-head {
  margin-bottom: 0; }
.widget-updates .form-wrap {
  background-color: #2e2f31; }
.widget-updates .form-wrap label {
  color: #fff; }

.widget-form {
  padding: 12px; }
.widget-form input[type="submit"] {
  border: 0;
  color: #fff;
  text-align: center;
  font: bold 13.5px Helvetica, Arial, sans-serif;
  background-color: #109d59;
  float: right;
  width: 52px;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
.widget-form .input-wrap {
  overflow: hidden;
  margin-bottom: 10px; }
.widget-form .input-wrap input {
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #808080;
  font: 15px "Shift-Book", Georgia, Times, "Times New Roman", serif;
  float: left;
  width: 90%;
  height: 40px;
  padding: 0 5%; }
.widget-form .input-wrap select {
  border: 0;
  background: #ffcc00;
  color: #333;
  font: bold 15px Helvetica, Arial, sans-serif;
  line-height: 25px;
  float: left;
  width: 100%;
  height: 40px;
  padding: 13px 5% 8px; }
.widget-form .input-wrap.textbox-wrap {
  margin-right: 52px; }
.widget-form label {
  display: block;
  font: 15px/18px 'Shift-Bold', Georgia, Times, 'Times New Roman', serif;
  margin-bottom: 12px; }
.widget-form #widget-newsletter-submit {
  margin-top: -50px; }

.oldie .widget-form .input-wrap input {
  line-height: 40px; }

.widget-columns article .entry-details {
  padding-bottom: 5px; }
.widget-columns article .entry-details .label {
  font-size: 11px; }
.widget-columns article.post-excerpt p {
  font-size: 15px;
  line-height: 18px; }
.widget-columns article.post-excerpt p a {
  text-decoration: none; }
.widget-columns article .thumbnail img {
  max-width: 130px; }

.widget-most-popular .posts-list > li .thumbnail img, .widget-our-picks .posts-list > li .thumbnail img {
  max-width: 165px; }
.widget-most-popular .posts-list h3, .widget-our-picks .posts-list h3 {
  font-size: 20px;
  line-height: 20px; }

.widget-our-picks .cat-head span {
  width: 54px; }
.widget-our-picks .posts-list > li .thumbnail img {
  max-width: 150px; }
.widget-our-picks .posts-list h3 {
  font-size: 16px;
  line-height: 18px; }

.l-sidebar .cat-head > span, .widget_top-posts .cat-head > span, .widget_recent_entries .cat-head > span, .widget_pmlay_lists_widget .cat-head > span {
  width: 57px; }

.widget-social-trending .icon-social {
  float: right; }
.widget-social-trending .ranking {
  color: #e9c100; }
.widget-social-trending .posts-list h3 {
  font-size: 20px;
  line-height: 20px; }

.widget_vip_powered_wpcom {
  border-top: 1px solid gray;
  padding-top: 10px;
  margin-top: 30px; }

.widget_vip_powered_wpcom img {
  width: auto; }

.widget .local-branding {
  margin-top: -60px; }
.widget .local-branding .sponsor_details {
  max-width: 150px; }
.widget .sponsored {
  background-color: #FFFFFF;
  background-position: left top;
  background-repeat: repeat-x;
  margin-top: 8px !important; }
.widget h3 .advertisment, .widget h3 .sponsored_content, .widget h3 .joint_venture {
  font-family: 'Shift-Bold',Times,"Times New Roman",serif !important; }

.tvm_tbl_outer {
  width: 100% !important; }
.tvm_tbl_outer .tvm_td_timebar {
  background-color: #2e2f31;
  border: 1px solid #2e2f31;
  color: #fff;
  padding: 5px; }
.tvm_tbl_outer .tvm_td_chn {
  background-color: #dfdfdf; }
.tvm_tbl_outer .tvm_td_chn, .tvm_tbl_outer .tvm_td_grd, .tvm_tbl_outer .tvm_td_grd_r_ovr, .tvm_tbl_outer .tvm_td_grd_r, .tvm_tbl_outer .tvm_td_grd_m, .tvm_tbl_outer .tvm_td_grd_s, .tvm_tbl_outer .tvm_td_grd_s, .tvm_tbl_outer .tvm_td_grd_ovr, .tvm_tbl_outer .tvm_td_grd_r_ovr, .tvm_tbl_outer .tvm_td_grd_m_ovr, .tvm_tbl_outer .tvm_td_grd_s_ovr {
  border: 1px solid #2e2f31;
  padding: 7px; }
.tvm_tbl_outer .tvm_chan_logo {
  display: block;
  margin-bottom: 5px; }
.tvm_tbl_outer .tvm_txt_chan_num {
  display: none; }

.widget .tvm-cta-grid {
  width: 100% !important;
  background-color: #ffcc00;
  border: none;
  color: #333;
  font: bold 15px/44px Helvetica,Arial,sans-serif;
  height: 40px;
  padding: 3px 0px; }

#classified_slider_holder {
  z-index: 1;
  position: relative;
  clear: both;
  padding-top: 0px;
  width: 100%; }
#classified_slider_holder ul {
  margin-left: 10px !important;
  height: 80px !important;
  list-style: none;
  margin-bottom: 10px; }
#classified_slider_holder li {
  width: 100%; }
#classified_slider_holder li img {
  float: left;
  margin-right: 10px;
  margin-left: -10px !important;
  width: 140px !important;
  height: 80px !important; }
#classified_slider_holder img {
  width: 40px !important;
  height: 40px !important; }
#classified_slider_holder p {
  margin-bottom: 0px; }
#classified_slider_holder #classified_navigation {
  width: 100%; }
#classified_slider_holder #classified_navigation .pnNext {
  float: left; }
#classified_slider_holder #classified_navigation .pnPrev {
  float: right; }

.widget.pn_kaltura, .widget.postmedia_worldcup2014 {
  position: relative; }

.widget.pn_kaltura:before, .widget.postmedia_worldcup2014:before {
  background-color: #ccdee8;
  height: 65px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  text-transform: uppercase; }

.widget.pn_kaltura:before, .widget.postmedia_worldcup2014:before {
  display: block;
  content: "";
  width: 100%; }

.widget.pn_kaltura h3.widget-title, .widget.postmedia_worldcup2014 h3.widget-title, .widget.pn_kaltura h2.widget-title {
  color: #fff;
  font: 18px/20px 'Ubuntu Condensed', sans-serif;
  background-color: #005a8c;
  top: 0;
  color: #fff;
  display: inline-block;
  min-width: 54px;
  padding: 41px 6px 4px;
  position: absolute;
  text-transform: uppercase; }

@media only screen and (max-width: 767px) {
  .widget.widget-article {
    max-width: none; }
  .widget.widget-article.alignright, .widget.widget-article.alignleft {
    float: none;
    margin: 0; }

  .widget-weather {
    max-width: 400px; }
  .widget-weather .weather .weather-content ul > li {
    font-size: 10px; }

  .widget-columns article .thumbnail img {
    max-width: 78px; }

  .widget-most-popular .posts-list > li .thumbnail, .widget-our-picks .posts-list > li .thumbnail {
    min-height: 60px; }
  .widget-most-popular .posts-list > li .thumbnail img, .widget-our-picks .posts-list > li .thumbnail img {
    max-width: 100px; }

  .widget-form .input-wrap input {
    font-size: 12px; } }
#pmalerts_holder {
  height: auto;
  position: fixed;
  top: 70px;
  z-index: 6;
  width: 100%;
  overflow: hidden; }

#pmalerts_holder #pmalerts_link {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  height: auto;
  width: 100%;
  color: white;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  padding: 10px; }

#pmalerts_holder #pmalerts_close_btn {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 65px;
  position: absolute;
  right: 0;
  top: 0; }

#pmalerts_holder #pmalerts_message {
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  float: left;
  width: 80%;
  margin-top: 5px;
  margin-bottom: 5px; }

#pmalerts_head {
  font-weight: bold; }

.admin-bar #pmalerts_holder {
  top: 96px; }

.pm_isalert .l-header .header-boxes {
  padding-top: 156px; }

.oldie #pmalerts_holder {
  top: 64px; }

@media screen and (min-width: 480px) {
  #pmalerts_holder #pmalerts_message {
    width: 85%; } }
@media screen and (min-width: 768px) {
  #pmalerts_holder {
    top: 64px; }

  #pmalerts_holder #pmalerts_message {
    font-size: 22px;
    line-height: 25px;
    width: 90%; } 
	}

@media screen and (min-width: 1024px) {
  #pmalerts_holder #pmalerts_message {
    font-size: 25px;
    line-height: 28px;
    width: 95%; } }
@media only screen and (max-width: 767px) {
  .admin-bar #pmalerts_holder {
    top: 116px; }

  .pm_isalert .l-header .header-boxes {
    padding-top: 182px; } }
@media only screen and (max-width: 600px) {
  .admin-bar #pmalerts_holder {
    position: absolute; }
  .admin-bar #pmalerts_holder.is-scrolled {
    position: fixed;
    top: 64px; } }
/* 2.5 Footer
------------------------------------------------------------------------------*/
.l-footer {
  background-color: #3d3d3d;
  color: #fff;
  padding: 30px 0 0; }
.l-footer .l-constrained {
  padding-bottom: 20px; }
.l-footer .subnav a {
  color: #fff; }
.l-footer .head {
  position: relative;
  z-index: 2; }
.l-footer ul {
  list-style: none;
  margin: 0; }
.l-footer .col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 16%;
  padding-right: 1%;
  position: relative;
  z-index: 2; }
.l-footer .col:last-child {
  padding-right: 0; }
.l-footer .col > a, .l-footer .col .head {
  font: 1.571em/36px 'Ubuntu Condensed', sans-serif;
  text-transform: uppercase; }
.l-footer .col .subnav a {
  font-size: 0.857em;
  line-height: 20px; }
.l-footer .postmedia {
  position: relative;
  display: block; }
.l-footer .postmedia img {
  max-width: 100%;
  display: block; }

.top-footer {
  position: relative; }
.top-footer:before {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 30px;
  z-index: 1; }
.top-footer .col .subnav {
  padding-top: 5px; }
.top-footer .col .subnav a {
  font: 0.929em/20px 'Shift-Bold', Times, "Times New Roman", serif; }
.top-footer .col .subnav li.menu-item:first-child {
  display: none; }
.top-footer .head {
  color: #0062af; }
.top-footer .blue, .top-footer .blue > a, .top-footer .blue .head, .top-footer .news, .top-footer .news > a, .top-footer .news .head, .top-footer .business, .top-footer .business > a, .top-footer .business .head {
  color: #005a8c; }
.top-footer .green, .top-footer .green > a, .top-footer .green .head, .top-footer .opinion, .top-footer .opinion > a, .top-footer .opinion .head {
  color: #007d5d; }
.top-footer .light-green, .top-footer .light-green > a, .top-footer .light-green .head {
  color: #b2d8ce; }
.top-footer .red, .top-footer .red > a, .top-footer .red .head, .top-footer .sports, .top-footer .sports > a, .top-footer .sports .head {
  color: #ce3727; }
.top-footer .orange, .top-footer .orange > a, .top-footer .orange .head, .top-footer .arts, .top-footer .arts > a, .top-footer .arts .head, .top-footer .entertainment, .top-footer .entertainment > a, .top-footer .entertainment .head, .top-footer .health, .top-footer .health > a, .top-footer .health .head, .top-footer .life, .top-footer .life .head, .top-footer .life > a {
  color: #d25a21; }
.top-footer .purple, .top-footer .purple > a, .top-footer .purple .head, .top-footer .jobs, .top-footer .jobs > a, .top-footer .jobs .head {
  color: #804b6d; }
.top-footer .yellow, .top-footer .yellow > a, .top-footer .yellow .head, .top-footer .obits, .top-footer .obits > a, .top-footer .obits .head {
  color: #cf980f; }
.top-footer .violet, .top-footer .violet > a, .top-footer .violet .head, .top-footer .driving, .top-footer .driving > a, .top-footer .driving .head {
  color: #4f5188; }
.top-footer .grey, .top-footer .grey > a, .top-footer .grey .head {
  color: #cacbde; }
.top-footer .dark-grey, .top-footer .dark-grey > a, .top-footer .dark-grey .head {
  color: #333333; }
.top-footer .cyan, .top-footer .cyan > a, .top-footer .cyan .head {
  color: #75adae; }
.top-footer .pink-light, .top-footer .pink-light > a, .top-footer .pink-light .head {
  color: #d9cbd3; }

.bottom-footer {
  background-color: #000;
  padding-top: 37px; }
.bottom-footer a {
  color: #fff; }
.bottom-footer .footer-info {
  width: 32%;
  padding-right: 2%; }
.bottom-footer .footer-info p {
  font: 0.857em/20px Helvetica, Arial, sans-serif;
  margin-bottom: 1.25em; }
.bottom-footer .head {
  color: #cacbde; }
.bottom-footer .blue, .bottom-footer .blue > a, .bottom-footer .blue .head, .bottom-footer .news, .bottom-footer .news > a, .bottom-footer .news .head, .bottom-footer .business, .bottom-footer .business > a, .bottom-footer .business .head {
  color: #005a8c; }
.bottom-footer .green, .bottom-footer .green > a, .bottom-footer .green .head, .bottom-footer .opinion, .bottom-footer .opinion > a, .bottom-footer .opinion .head {
  color: #007d5d; }
.bottom-footer .light-green, .bottom-footer .light-green > a, .bottom-footer .light-green .head {
  color: #b2d8ce; }
.bottom-footer .red, .bottom-footer .red > a, .bottom-footer .red .head, .bottom-footer .sports, .bottom-footer .sports > a, .bottom-footer .sports .head {
  color: #ce3727; }
.bottom-footer .orange, .bottom-footer .orange > a, .bottom-footer .orange .head, .bottom-footer .arts, .bottom-footer .arts > a, .bottom-footer .arts .head, .bottom-footer .entertainment, .bottom-footer .entertainment > a, .bottom-footer .entertainment .head, .bottom-footer .health, .bottom-footer .health > a, .bottom-footer .health .head, .bottom-footer .life, .bottom-footer .life .head, .bottom-footer .life > a {
  color: #d25a21; }
.bottom-footer .purple, .bottom-footer .purple > a, .bottom-footer .purple .head, .bottom-footer .jobs, .bottom-footer .jobs > a, .bottom-footer .jobs .head {
  color: #804b6d; }
.bottom-footer .yellow, .bottom-footer .yellow > a, .bottom-footer .yellow .head, .bottom-footer .obits, .bottom-footer .obits > a, .bottom-footer .obits .head {
  color: #cf980f; }
.bottom-footer .violet, .bottom-footer .violet > a, .bottom-footer .violet .head, .bottom-footer .driving, .bottom-footer .driving > a, .bottom-footer .driving .head {
  color: #4f5188; }
.bottom-footer .grey, .bottom-footer .grey > a, .bottom-footer .grey .head {
  color: #cacbde; }
.bottom-footer .dark-grey, .bottom-footer .dark-grey > a, .bottom-footer .dark-grey .head {
  color: #333333; }
.bottom-footer .cyan, .bottom-footer .cyan > a, .bottom-footer .cyan .head {
  color: #75adae; }
.bottom-footer .pink-light, .bottom-footer .pink-light > a, .bottom-footer .pink-light .head {
  color: #d9cbd3; }

@media only screen and (max-width: 767px) {
  .l-footer .col {
    width: 32%;
    min-height: 250px;
    margin-right: 10px; }

  .top-footer .l-constrained {
    padding-left: 0;
    padding-right: 0; }
  .top-footer .col {
    width: 33.3%;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden; }
  .top-footer .col:nth-child(3n + 1) {
    clear: both; }
  .top-footer .col:before {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 30px;
    z-index: 1;
    left: 0; }
  .top-footer .col a {
    position: relative;
    z-index: 1; }
  .top-footer .col .subnav {
    margin-right: 10px; }

  .bottom-footer .footer-info.col {
    width: 100%; }
  .bottom-footer .col {
    width: 45%; } }
/* 3. PAGES
--------------------------------------------------------------------------------
==============================================================================*/
/* 3.1 Home
------------------------------------------------------------------------------*/
/* 3.2 Article
------------------------------------------------------------------------------*/
.page-article .l-top-content .widget, body.single .l-top-content .widget {
  border-bottom: 0; }

.page-article .l-header .header-boxes {
  border-bottom: 0; }
.page-article .l-nav-wrap {
  border-bottom: 0; }

.l-article {
  padding-top: 15px; }
.l-article .entry-title {
  margin-bottom: 0.15em; }
.l-article .entry-subtitle {
  font: 1.429em 'Shift-Book', Times, "Times New Roman", serif;
  margin-bottom: 0.4em; }
.l-article .entry-details {
  font-size: 0.929em;
  padding-bottom: 0;
  margin-bottom: 1.3em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  padding-top: 10px; }
.l-article .entry-details a:hover {
  text-decoration: underline; }
.l-article .entry-details div {
  display: inline; }
.l-article .entry-details .author {
  font-family: 'Shift-Bold', Times, "Times New Roman", serif;
  text-decoration: none;
  margin-right: 4px;
  text-transform: uppercase; }
.l-article .entry-details .author .avatar {
  float: left;
  margin-right: 10px;
  margin-top: 2px;
  width: auto; }
.l-article .entry-details time:after {
  content: " | "; }
.l-article .entry-details .author-more {
  color: #4c4c4c;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  text-decoration: underline; }
.l-article .entry-details.byline div {
  display: block; }
.l-article .entry-details.byline .author-wrap {
  display: block;
  clear: both;
  min-height: 33px;
  margin-bottom: 3px; }
.l-article .entry-details.byline .author-wrap:last-child {
  min-height: 0;
  margin-bottom: 0; }
.l-article .entry-details.byline .author-wrap .author {
  display: inline-block;
  width: 100%;
  text-decoration: none; }
.l-article .entry-details.byline .author-wrap .author .name {
  display: block;
  margin-right: 20px; }
.l-article .entry-details.byline .byline-dates {
  display: block;
  padding-left: 44px; }
.l-article .entry-details.byline .byline-dates time.updated:after {
  content: ""; }
.l-article p {
  font-family: Georgia, Times, "Times New Roman", serif; }
.l-article p a {
  text-decoration: underline; }
.l-article h2, .l-article h3, .l-article h4, .l-article h5, .l-article h6, .l-article .h2, .l-article .h3, .l-article .h4, .l-article .h5, .l-article .h6 {
  font-family: "TitlingGothicFBComp-Regular", Arial, Helvetica, sans-serif; }
.l-article h3 {
  margin-bottom: 0.78em; }
.l-article .related_links {
  list-style: none;
  margin: 0 0 1.52em;
  font: 17px/20px "TitlingGothicFBCond-Standard", Arial, Helvetica, sans-serif; }
.l-article .related_links li {
  border-bottom: 1px solid #7F7F7F;
  padding: 20px 0; }
.l-article .related_links li:first-child {
  padding-top: 0; }

.oldie .l-article .entry-details div {
  padding-right: 5px; }

.pagination {
  clear: both; }
.pagination > a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-align: left;
  font: 12px/15px Helvetica, "Helvetica Neue", Arial, sans-serif;
  float: left;
  background: #0c0c0c;
  width: 50%;
  min-height: 85px;
  position: relative;
  text-decoration: none;
  vertical-align: top; }
.pagination > a .pag-content {
  padding: 18px 0 0 14px;
  max-width: 308px;
  max-height: 60px;
  overflow: hidden; }
.pagination > a img {
  float: left;
  margin: 0 14px 0 0;
  width: 50px; }
.pagination > a:hover {
  text-decoration: underline; }
.pagination > a:before {
  background-color: #004da1;
  height: 65px;
  position: absolute;
  width: 75px;
  min-height: 85px;
  text-transform: uppercase;
  font-weight: 100;
  font: 24px/134px 'Ubuntu Condensed', sans-serif; }
.pagination > a.previous {
  padding-right: 10px;
  padding-left: 85px; }
.pagination > a.previous:before {
  left: 0;
  padding-left: 10px;
  content: "Prev."; }
.pagination > a.next {
  border-left: 1px solid #fff;
  padding-right: 95px;
  margin-left: -4px;
  float: right; }
.pagination > a.next:before {
  right: 0;
  text-align: right;
  padding-right: 10px;
  content: "Next"; }
.pagination > a.off {
  cursor: default;
  color: #999; }
.pagination > a.off:before {
  background: #666; }
.pagination.for-search {
  margin-top: 15px;
  padding-bottom: 23px; }
.pagination.for-search > a {
  text-decoration: none;
  min-height: 96px; }
.pagination.for-search > a:before {
  line-height: 156px;
  min-height: 96px;
  width: 75px;
  font-size: 27.2px; }
.pagination.for-search .pag-content {
  font: 25px "TitlingGothicFBCond-Standard", Arial, Helvetica, sans-serif;
  padding-top: 60px;
  display: block; }

#comments {
  padding-top: 20px; }
#comments > p {
  background: #F2F2F2;
  color: #464646;
  padding: 12px;
  font: 11px/13px Helvetica, Arial, sans-serif;
  margin: 0; }

.article-actions {
  float: left;
  margin: 0 20px 20px 0;
  font-size: 14px; }
.article-actions a {
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font: 14px/108px 'Ubuntu Condensed', sans-serif;
  color: #fff;
  background-color: #000;
  display: block;
  width: 65px;
  height: 65px;
  position: relative;
  z-index: 5;
  margin-bottom: 27px;
  letter-spacing: -0.05em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.article-actions a:before {
  content: "";
  font-family: 'glyphicons-regular';
  font-size: 24px;
  text-indent: 0;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  top: -45%; }
.article-actions a:hover {
  opacity: 0.7; }
.article-actions a.icon-share:before {
  content: "\E309"; }
.article-actions a.icon-adjust:before {
  content: "\E101"; }
.article-actions a.icon-comment:before {
  content: "\E310"; }
.article-actions a.icon-print {
  margin-bottom: 0; }
.article-actions a.icon-print:before {
  content: "\E016"; }

.single-storyline .article-actions a.icon-comment {
  display: none; }

.gallery .gallery-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  max-width: 32%; }
.gallery .gallery-item img {
  display: block;
  margin-bottom: -3px;
  width: 100%;
  height: 100%; }

.single-gallery .article-actions {
  float: none;
  margin-right: 0;
  margin-top: 20px; }
.single-gallery .article-actions a {
  display: inline-block;
  margin-right: 2%; }
.single-gallery .article-actions a.icon-adjust, .single-gallery .article-actions a.icon-print, .single-gallery .article-actions a.icon-comment {
  display: none; }

.oldie .article-actions a {
  font-family: Helvetica,Arial,sans-serif;
  letter-spacing: -0.01em;
  font-size: 12px; }
.oldie .article-actions a:before {
  left: 20px; }

@media only screen and (max-width: 767px) {
  .breadcrumb {
    border-top: 0; }
  .breadcrumb li {
    margin-top: 0; }

  .l-article .entry-details {
    -webkit-text-size-adjust: 100%; }
  .l-article .entry-details.byline .author-wrap .author .avatar {
    margin-top: 0; }
  .l-article .entry-details.byline .author-wrap .author .name {
    margin-right: 5px; }
  .l-article .entry-details.byline .author-wrap .author .author-more {
    display: block; }
  .l-article .entry-details.byline .byline-dates {
    margin-top: 0; }

  .article-actions {
    float: none;
    margin-right: 0;
    text-align: center; }
  .article-actions a {
    display: inline-block;
    font-size: 12px;
    line-height: 98px;
    margin-right: 3.6%;
    margin-bottom: 0;
    width: 60px;
    height: 60px; }
  .article-actions a:before {
    font-size: 22px;
    top: -46%; }
  .article-actions a.icon-print {
    margin-right: 0; }

  .gallery .gallery-item {
    max-width: 49%; }

  .pagination.for-search > a:before {
    width: 50%;
    max-width: 75px;
    font-size: 22px; }
  .pagination.for-search .pag-content {
    font-size: 15px;
    padding-top: 45px;
    padding-left: 0;
    display: block;
    position: relative;
    left: 10px; }
  .pagination.for-search .pag-content span {
    display: block; } }
@media only screen and (max-width: 320px) {
  .article-actions a {
    margin-right: 0;
    width: 59px; } }
.modal {
  top: -9999px;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  min-height: 574px;
  margin: 0 auto;
  -webkit-transition: top 500ms ease;
  -moz-transition: top 500ms ease;
  -o-transition: top 500ms ease;
  -ms-transition: top 500ms ease;
  transition: top 500ms ease;
  z-index: 99;
  overflow: hidden;
  zoom: 1; }
.modal.is-visible {
  position: fixed;
  top: 0; }
.modal .bg-modal {
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.9;
  z-index: 1; }
.modal .modal-wrap {
  position: relative;
  z-index: 2;
  padding: 0 2%;
  max-width: 1000px;
  margin: 0 auto; }
.modal .modal-close {
  background-color: #000;
  border: 0;
  color: #cd171d;
  position: absolute;
  top: 0;
  right: 0;
  font: 600 42px/10px Helvetica, Arial, sans-serif;
  width: 60px;
  height: 60px; }
.modal .modal-header {
  padding-top: 76px; }
.modal .modal-header .modal-title {
  font-size: 3.571em;
  padding: 16px 0 65px; }
.modal .modal-content {
  padding-bottom: 30px; }
.modal .share {
  color: #cd171d;
  font: 16px 'TitlingGothicFBCond-Standard', Arial, Helvetica, sans-serif;
  text-transform: uppercase; }
.modal .share:before {
  content: "\E309";
  font-family: 'glyphicons-regular';
  font-size: 12px;
  text-indent: 0;
  margin-right: 5px; }
.modal .copy-url, .modal .url {
  outline: 0;
  color: #fff;
  border: 0;
  background-color: #000;
  width: 100%;
  height: 92px;
  font: 27px 'Shift-Bold', Times, "Times New Roman", serif; }
.modal .copy-url.is-hidden {
  visibility: hidden; }
.modal .copy-wrap {
  position: relative; }
.modal .copy-wrap .url {
  line-height: 90px;
  margin: auto;
  height: 90px;
  font-size: 14px;
  font-weight: normal;
  text-align: center; }

.share-icons {
  list-style: none;
  margin: 20px 0 0;
  text-align: center; }
.share-icons li {
  vertical-align: top;
  display: inline-block;
  width: 15%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin-left: 1.6%;
  max-height: 142px; }
.share-icons li:first-child {
  margin-left: 0; }
.share-icons li a {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  height: 114px;
  padding: 28px 0 0;
  font: 21px/60px 'Shift-Bold', Times, "Times New Roman", serif;
  text-align: center;
  outline: 0; }
.share-icons li a.email svg {
  max-width: 70px; }
.share-icons li a.fb svg {
  max-width: 65px; }
.share-icons li a.pin svg {
  max-width: 66px; }
.share-icons li a.google svg {
  max-width: 68px; }
.share-icons li a.lin svg {
  max-width: 71px; }
.share-icons li a svg {
  max-height: 72px;
  min-height: 70px;
  height: 70px;
  max-width: 72px;
  display: block;
  margin: 0 auto; }

.oldie .share-icons li a {
  max-width: 106px;
  padding-top: 67px; }
.oldie .share-icons li a.tw {
  background-position: -106px 0; }
.oldie .share-icons li a.fb {
  background-position: -212px 0; }
.oldie .share-icons li a.pin {
  background-position: -318px 0; }
.oldie .share-icons li a.google {
  background-position: -424px 0; }
.oldie .share-icons li a.lin {
  background-position: -530px 0; }

@media only screen and (max-width: 767px) {
  .modal .modal-header {
    padding-top: 54px; }
  .modal .modal-header .modal-title {
    padding-top: 32px;
    padding-bottom: 15px; }

  .share-icons li {
    margin-left: 1.5%; }
  .share-icons li a {
    font-size: 16px;
    line-height: 22px;
    padding-top: 12px;
    height: 95px; }
  .share-icons li a.email svg {
    max-width: 56px; }
  .share-icons li a.tw svg {
    max-width: 53px; }
  .share-icons li a.fb svg {
    max-width: 55px; }
  .share-icons li a.pin svg {
    max-width: 50px; }
  .share-icons li a.google svg {
    max-width: 54px; }
  .share-icons li a.lin svg {
    max-width: 51px; }
  .share-icons li a svg {
    max-width: 56px;
    min-height: 66px;
    height: auto; }

  .ios-oldie .modal {
    position: absolute; }
  .ios-oldie .modal .modal-wrap {
    height: 100% !important; }
  .ios-oldie .modal .bg-modal {
    display: none; }
  .ios-oldie .local-branding .modal {
    position: fixed; }

  .modal .modal-header {
    padding-top: 48px;
    padding-left: 14px;
    padding-right: 14px; }
  .modal .modal-header .modal-title {
    font-size: 1.5em;
    line-height: 25px;
    padding-top: 5px;
    padding-bottom: 5px; }
  .modal .copy-wrap {
    padding: 0 14px; }
  .modal .copy-url {
    font-size: 18px;
    height: 60px; }
  .modal .copy-wrap .url {
    font-size: 12px;
    height: 57px;
    line-height: 50px; }
  .modal .modal-wrap {
    padding: 0;
    overflow-y: auto; }

  .share-icons li {
    width: 31%;
    padding: 0 7px 14px; }
  .share-icons li a {
    font-size: 13px;
    line-height: 25px;
    padding-top: 12px;
    height: 68px; }
  .share-icons li a.email svg {
    max-width: 46px; }
  .share-icons li a.tw svg {
    max-width: 43px; }
  .share-icons li a.fb svg {
    max-width: 45px; }
  .share-icons li a.pin svg {
    max-width: 40px; }
  .share-icons li a.google svg {
    max-width: 44px; }
  .share-icons li a.lin svg {
    max-width: 41px; }
  .share-icons li a svg {
    min-height: 45px; } }
/* 3.3 404
------------------------------------------------------------------------------*/
.error-404 {
  padding-top: 20px; }
.error-404 .page-content {
  padding-top: 6px; }
.error-404 .page-content p {
  font-size: 1.929em; }

.search-form {
  position: relative; }
.search-form input {
  outline: none; }
.search-form input:focus {
  outline: none; }
.search-form span.screen-reader-text {
  display: none; }
.search-form label {
  display: block;
  padding-right: 80px; }
.search-form input[type="search"], .search-form input[type="text"] {
  width: 100%;
  padding: 0 2%;
  outline: none;
  border: 1px solid #b2b2b2;
  font: 1.929em/55px "Shift-Book", Georgia, Times, "Times New Roman", serif;
  height: 58px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px; }
.search-form input[type="search"]:focus, .search-form input[type="text"]:focus {
  outline: none; }
.search-form .submit-wrapper {
  background: #004da1;
  position: absolute;
  right: 2px;
  top: 0;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center; }
.search-form .submit-wrapper:before {
  color: #fff;
  width: 60px;
  height: 30px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 5px;
  content: "\E028";
  font-family: 'glyphicons-regular';
  font-size: 20px;
  text-indent: 0; }
.search-form input[type="submit"] {
  border: 0;
  color: #939597;
  width: 60px;
  height: 60px;
  background: none;
  color: #fff;
  font: 1.071em 'Ubuntu Condensed', sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-top: 35px;
  position: relative; }

.l-sidebar .search-form input[type="search"] {
  font-size: 1.2em; }

.oldie .search-form .submit-wrapper:before {
  left: 20px; }

@media only screen and (max-width: 767px) {
  .error-404 .page-content p {
    font-size: 1.2em; }

  .search-form input[type="search"] {
    font-size: 1.2em; } }
/* 3.4 Author
------------------------------------------------------------------------------*/
.author-info .thumbnail {
  float: left;
  max-width: 150px;
  margin-right: 20px; }
.author-info header {
  overflow: hidden; }
.author-info header .author-name {
  font: 2.571em/40px "Shift-Book", Georgia, Times, "Times New Roman", serif;
  margin-bottom: 0; }
.author-info header .author-email {
  color: #0062af;
  font-size: 1.286em; }
.author-info header .author-social {
  padding-top: 14px; }
.author-info header .author-social .social-icon {
  background-color: #000;
  color: #7f7f7f;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 66px;
  height: 58px;
  padding-top: 12px;
  margin-right: 16px;
  font: 12px Helvetica, Arial, sans-serif; }
.author-info header .author-social .social-icon span {
  display: block;
  height: 25px;
  padding-bottom: 12px; }
.author-info header .author-social .social-icon svg, .author-info header .author-social .social-icon object {
  margin-bottom: 5px;
  width: 30px; }
.author-info header .author-social .social-icon svg path, .author-info header .author-social .social-icon object path {
  fill: #fff; }
.author-info header .author-social .social-icon.social-email svg, .author-info header .author-social .social-icon.social-email object {
  width: 34px; }
.author-info header .author-social .social-icon.social-tw svg, .author-info header .author-social .social-icon.social-tw object {
  width: 31px; }
.author-info .entry-content {
  clear: both;
  font: 16px/20px "Shift-Book", Georgia, Times, "Times New Roman", serif;
  padding: 18px 0 20px; }

.oldie .author-info .thumbnail {
  width: 150px; }
.oldie .author-info header .author-social {
  padding-top: 20px; }
.oldie .author-info header .social-icon {
  position: relative;
  padding-top: 40px;
  height: 20px; }
.oldie .author-info header .social-icon span, .oldie .author-info header .social-icon object {
  display: none; }
.oldie .author-info header .social-icon:before {
  content: "";
  position: absolute;
  top: 10px;
  width: 36px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: left top; }
.oldie .author-info header .social-icon.social-tw:before {
  background-position: right top; }

@media only screen and (max-width: 767px) {
  .author-info .thumbnail {
    max-width: 100px;
    overflow: hidden;
    text-align: center; }
  .author-info .thumbnail img {
    display: inline-block;
    max-height: 408px;
    width: auto; }
  .author-info header {
    overflow: visible; }
  .author-info header .author-social {
    clear: both; }
  .author-info header .author-email {
    font-size: 1em;
    display: none; } }
/* 3.5 Subscription Pages
------------------------------------------------------------------------------*/
.bg-head {
  background-color: #e8e8e8;
  color: #000;
  font: 1.857em "TitlingGothicFBComp-Regular", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 8px 12px;
  margin: 16px 0; }
.bg-head .more {
  float: right;
  font: 20px "TitlingGothicFBCond-Standard", Arial, Helvetica, sans-serif;
  letter-spacing: 0.04em;
  line-height: 32px;
  width: 30%;
  text-align: right;
  text-transform: none; }
.bg-head small {
  text-transform: none; }

.subscription-page {
  overflow: hidden; }
.subscription-page .l-constrained {
  overflow: hidden; }
.subscription-page aside {
  padding-top: 0; }
.subscription-page .entry-content ul.subs-bullets {
  list-style: none;
  margin: 0;
  font-family: Georgia, Times, "Times New Roman", serif;
  line-height: 29.2px; }
.subscription-page .entry-content ul.subs-bullets li {
  -moz-background-size: 16px 13px;
  -webkit-background-size: 16px 13px;
  background-size: 16px 13px;
  padding-left: 30px; }
.subscription-page .entry-content p.no-margin {
  margin: 0; }
.subscription-page .subs-all-access h3 {
  font-size: 24px;
  line-height: 38.4px;
  margin-bottom: 13px; }
.subscription-page .subs-all-access .entry-content {
  font-size: 1.143em; }
.subscription-page .subs-all-access .entry-content ul.subs-bullets {
  margin-bottom: 24px; }
.subscription-page .subs-all-access .subscription-info {
  font: 0.857em/24.4px Georgia, Times, "Times New Roman", serif;
  padding-top: 24px; }
.subscription-page .subscribe-form abbr {
  border: 0;
  cursor: default;
  color: #ff0000; }
.subscription-page .subscribe-form fieldset legend, .subscription-page .subscribe-form fieldset p {
  font-size: 1.143em;
  margin-bottom: 16px; }
.subscription-page .subscribe-form fieldset .list-form {
  list-style: none;
  margin: 0; }
.subscription-page .subscribe-form fieldset .list-form label {
  display: block;
  font: 1.143em Georgia, Times, "Times New Roman", serif;
  line-height: 25.2px;
  margin-bottom: 8px;
  vertical-align: middle;
  overflow: hidden;
  clear: both; }
.subscription-page .subscribe-form fieldset .list-form input {
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  margin-left: 0;
  margin-bottom: 20px; }
.subscription-page .subscribe-form fieldset .list-form span {
  float: left;
  width: 95.5%; }
.subscription-page .subscribe-form fieldset .postal-code {
  clear: both;
  margin-bottom: 20px; }
.subscription-page .subscribe-form fieldset .postal-code p {
  max-width: 429px; }
.subscription-page .subscribe-form fieldset .postal-code label {
  font-size: 1.143em; }
.subscription-page .subscribe-form fieldset .postal-code input {
  font: 1.143em Georgia, Times, "Times New Roman", serif;
  width: 40px;
  padding: 0 10px;
  height: 33px;
  border: 1px solid #000;
  margin-left: 13px; }
.subscription-page .subscribe-form fieldset .note {
  font: 12px Georgia, Times, "Times New Roman", serif; }
.subscription-page .subscribe-form fieldset .btn-subscribe {
  margin-top: 20px;
  float: none;
  border: 0;
  padding: 10px 0; }
.subscription-page .widget .btn {
  float: none; }
.subscription-page .widget.e-billing {
  background-color: #E8E8E8;
  margin-bottom: 25px; }
.subscription-page .widget.e-billing h2 {
  margin-bottom: 0;
  padding-left: 18px;
  text-transform: none; }
.subscription-page .widget.e-billing .entry-content {
  padding: 0 14px 0 18px; }
.subscription-page .widget.e-billing .entry-content h3 {
  font: 20px/29px 'Shift-BookItalic', Georgia, Times, 'Times New Roman', serif;
  letter-spacing: 0.02em;
  padding-bottom: 5px; }
.subscription-page .widget.e-billing .entry-content p {
  line-height: 25px; }
.subscription-page .widget.e-billing .entry-content .slogan {
  text-align: center;
  font: 16px/25px 'Shift-BookItalic', Georgia, Times, 'Times New Roman', serif; }
.subscription-page .widget.e-billing .entry-content .slogan p {
  margin: 0; }
.subscription-page .widget.e-billing .btn {
  margin: 14px auto 0;
  padding: 10px 0; }
.subscription-page .widget .subs-links {
  list-style: none;
  margin: 0;
  line-height: 23px; }
.subscription-page .widget .subs-links li {
  padding-bottom: 7px; }
.subscription-page .subs-main .price-info {
  font-family: "TitlingGothicFBCond-Standard", Arial, Helvetica, sans-serif; }
.subscription-page .subs-main .price-info p {
  margin: 0;
  font-size: 32px;
  letter-spacing: -0.02em; }
.subscription-page .subs-main .price-info p .info {
  font-size: 14px;
  text-transform: uppercase; }
.subscription-page .subs-main .price-info .additional {
  font: 12px Helvetica, Arial, sans-serif; }
.subscription-page .subs-current .entry-content {
  font-size: 1.429em;
  line-height: 29.2px;
  letter-spacing: 0.02em; }
.subscription-page .subs-current .btns {
  text-align: center; }
.subscription-page .subs-current .btn-subscribe {
  width: auto;
  font-size: 16px;
  max-width: 237px;
  float: none;
  display: inline-block;
  margin: 0 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 45%; }
.subscription-page .subs-options .options-img {
  max-width: 100%;
  width: 50%;
  margin-right: 25px;
  margin-top: 5px;
  float: left; }
.subscription-page .subs-options .options-wrap {
  max-width: 45%;
  float: left; }
.subscription-page .subs-options .entry-content {
  margin-top: 28px; }
.subscription-page .subs-options .btn-subscribe {
  float: left;
  margin-right: 16px; }
.subscription-page .subs-options .subs-option h3 {
  font-size: 3.286em;
  margin-bottom: 8px; }
.subscription-page .subs-options .subs-option h4 {
  font-size: 1.571em;
  letter-spacing: 0.04em; }
.subscription-page .subs-options .subs-option p {
  line-height: 25px; }
.subscription-page .subs-options .subs-option.digital-access {
  border-bottom: 1px solid #5d5d5d;
  padding-bottom: 20px;
  margin-bottom: 20px; }
.subscription-page .subs-options .subs-option.digital-access .btn-subscribe {
  font-size: 20px;
  max-width: 135px;
  padding: 12.5px 0; }
.subscription-page .subs-options .subs-option.all-access .price-info p {
  font-size: 24px;
  line-height: 40px; }
.subscription-page .options-learn-more {
  font: 2em/35px "Shift-Book", Georgia, Times, "Times New Roman", serif;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #999;
  margin: 18px 0;
  padding: 30px 0 20px; }
.subscription-page .options-learn-more a {
  max-width: 778px;
  display: block;
  margin: 0 auto; }
.subscription-page .options-learn-more .more {
  font: 20px "TitlingGothicFBCond-Standard", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em; }
.subscription-page .subs-epaper {
  border-top: 1px solid #999;
  padding: 30px 0 10px;
  margin: 15px 0 0; }
.subscription-page .subs-epaper .bg-head, .subscription-page .subs-epaper .entry-title {
  margin-bottom: 25px;
  text-transform: none; }
.subscription-page .subs-epaper > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.subscription-page .subs-epaper .entry-content {
  float: left;
  width: 66%;
  line-height: 24px; }
.subscription-page .subs-epaper .entry-content ul {
  list-style: none;
  margin: 0; }
.subscription-page .subs-epaper .entry-content ul li {
  -moz-background-size: 16px 13px;
  -webkit-background-size: 16px 13px;
  background-size: 16px 13px;
  padding-left: 30px; }
.subscription-page .subs-epaper .subscribe-trial {
  float: right;
  max-width: 260px;
  width: 30%;
  text-align: center; }
.subscription-page .subs-epaper .subscribe-trial .btn-subscribe {
  float: none;
  margin: 0 auto 10px; }
.subscription-page .subs-epaper .subscribe-trial .price-info p {
  font-size: 14px;
  text-transform: uppercase; }
.subscription-page .subs-epaper .subscribe-trial .price-info p strong {
  font-size: 24px;
  font-weight: normal; }
.subscription-page .subs-table, .subscription-page table {
  margin-top: 6px;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.02em; }
.subscription-page .subs-table th, .subscription-page table th {
  text-align: center;
  font: 16px "TitlingGothicFBCond-Standard", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding-bottom: 10px; }
.subscription-page .subs-table th.epaper, .subscription-page table th.epaper {
  text-transform: none; }
.subscription-page .subs-table td, .subscription-page .subs-table th, .subscription-page table td, .subscription-page table th {
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  height: 50px; }
.subscription-page .subs-table td:first-child, .subscription-page .subs-table th:first-child, .subscription-page table td:first-child, .subscription-page table th:first-child {
  width: 34%; }
.subscription-page .subs-table td:last-child, .subscription-page .subs-table th:last-child, .subscription-page table td:last-child, .subscription-page table th:last-child {
  border-right: 0; }
.subscription-page .subs-table td, .subscription-page table td {
  height: 50px;
  vertical-align: middle;
  width: 20%; }
.subscription-page .subs-table tfoot tr td, .subscription-page table tfoot tr td {
  border-bottom: 0;
  vertical-align: top;
  padding-top: 10px; }
.subscription-page .subs-table .yes, .subscription-page table .yes {
  -moz-background-size: 33px 26px 100%;
  -webkit-background-size: 33px 26px 100%;
  background-size: 33px 26px 100%;
  width: 33px;
  height: 26px;
  margin: 0 auto;
  display: block; }
.subscription-page .subs-table .subscribe-cta, .subscription-page table .subscribe-cta {
  text-align: center; }
.subscription-page .subs-table .subscribe-cta .btn-subscribe, .subscription-page table .subscribe-cta .btn-subscribe {
  display: block;
  float: none;
  margin: 0 auto 10px; }
.subscription-page .subs-table .subscribe-cta .price-info p, .subscription-page table .subscribe-cta .price-info p {
  font-size: 20px;
  line-height: 21px; }
.subscription-page .subs-table .subscribe-cta .price-info p span, .subscription-page table .subscribe-cta .price-info p span {
  font-size: 10px; }
.subscription-page .subs-table .subscribe-cta .price-info p .price, .subscription-page table .subscribe-cta .price-info p .price {
  font-size: 20px; }
.subscription-page .subs-table .subscribe-cta .price-info .additional, .subscription-page table .subscribe-cta .price-info .additional {
  font-size: 10px;
  line-height: 14px;
  display: block; }
.subscription-page .subs-table .subscribe-cta.epaper p, .subscription-page table .subscribe-cta.epaper p {
  text-transform: uppercase; }
.subscription-page .subs-table .subscribe-cta.epaper .additional, .subscription-page table .subscribe-cta.epaper .additional {
  max-width: 130px;
  margin: 4px auto 0; }
.subscription-page .learn-more-header {
  text-align: center;
  padding: 35px 0 0; }
.subscription-page .learn-more-header h1 {
  font: 2.714em 'Shift-BookItalic', Georgia, Times, 'Times New Roman', serif; }
.subscription-page .learn-more-header p {
  font-size: 1.571em;
  line-height: 33.6px; }
.subscription-page .subs-products {
  list-style: none;
  margin: 0; }
.subscription-page .subs-products > li {
  -moz-background-size: 154px 154px;
  -webkit-background-size: 154px 154px;
  background-size: 154px 154px;
  margin-bottom: 26px;
  padding: 0 0 26px 22%;
  position: relative;
  clear: both;
  min-height: 362px;
  border-bottom: 1px solid #aeaeae; }
.subscription-page .subs-products > li:last-child {
  border-bottom: 0; }
.subscription-page .subs-products > li img {
  float: right; }
.subscription-page .subs-products > li h2 {
  padding: 64px 0 0;
  font: 2.429em "TitlingGothicFBCond-Standard", Arial, Helvetica, sans-serif;
  text-transform: uppercase; }
.subscription-page .subs-products > li .entry-content {
  max-width: 50%;
  font-size: 1.286em;
  line-height: 30px; }
.subscription-page .subs-products > li .more {
  font: 1.286em "TitlingGothicFBCond-Standard", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em; }
.subscription-page .subs-products > li .more:before {
  content: "\00BB";
  padding-right: 5px; }

.subscription-page .subs-products > li .hour {
  position: absolute;
  left: 0;
  top: 165px;
  width: 154px;
  text-align: center;
  font: 2.429em "TitlingGothicFBCond-Standard", Arial, Helvetica, sans-serif; }
.subscription-page .product-overview {
  padding-top: 24px;
  position: relative; }
.subscription-page .product-overview .subs-img {
  float: right;
  margin-right: -40%;
  padding-left: 20px;
  background: #fff; }
.subscription-page .product-overview h1 {
  font-size: 3.429em;
  padding: 13px 0 10px; }
.subscription-page .product-overview .intro {
  font: 1.286em/33.2px "Shift-Book", Georgia, Times, "Times New Roman", serif;
  border-bottom: 1px solid #adadad;
  margin-bottom: 25px; }
.subscription-page .product-overview .intro p {
  margin-bottom: 1.8em; }
.subscription-page .product-overview .entry-content p {
  line-height: 27.2px;
  float: left;
  width: 480px;
  margin-right: 10px; }
.subscription-page .product-overview.print h1 {
  font-size: 3.286em; }
.subscription-page .product-overview.print .intro {
  font-size: 1.143em;
  line-height: 27.2px; }
.subscription-page .product-overview.print .subs-img {
  margin-right: -10%; }
.subscription-page .product-overview.print .entry-content p {
  width: 38%; }
.subscription-page .product-overview.tablet h1 {
  white-space: nowrap; }
.subscription-page .product-overview.tablet .subs-img {
  margin-right: -28%;
  margin-top: 78px; }
.subscription-page .product-overview.tablet .intro {
  font-size: 1.143em;
  line-height: 27.2px; }
.subscription-page .product-overview.mobile h1 {
  max-width: 460px; }
.subscription-page .product-overview.mobile .subs-img {
  margin-right: -10%;
  margin-top: 17px; }
.subscription-page .product-overview.mobile .intro {
  font-size: 1.143em;
  line-height: 29.2px; }
.subscription-page .app-info {
  border-bottom: 1px solid #ADADAD;
  margin-bottom: 24px;
  padding-bottom: 20px;
  overflow: hidden; }
.subscription-page .app-info .app-download {
  -moz-background-size: 109px 109px;
  -webkit-background-size: 109px 109px;
  background-size: 109px 109px;
  min-height: 109px;
  padding-left: 130px;
  font-size: 1.143em;
  line-height: 27.2px;
  float: left;
  width: 52%;
  margin-bottom: 0; }
.subscription-page .app-info .download-btns {
  float: right;
  max-width: 150px;
  margin-left: 25px; }
.subscription-page .app-info .download-btns a {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 8px; }
.subscription-page .app-info .download-btns .btn-appstore {
  height: 53px;
  width: 145px; }
.subscription-page .app-info .download-btns .btn-googleplay {
  height: 52px;
  width: 143px; }
.subscription-page .btn-subscribe {
  background-color: #008d54;
  font: 22px "TitlingGothicFBCond-Standard", Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  width: 150px;
  display: block;
  text-align: center;
  padding: 13px 0;
  float: right;
  text-decoration: none; }
.subscription-page .btn-subscribe.small {
  font-size: 16px;
  max-width: 109px;
  padding: 10px 0; }


@media only screen and (max-width: 767px) {
  .subscription-page .l-main.subs-all-access {
    float: left;
    width: 57.48663%; }
  .subscription-page .l-sidebar {
    float: right;
    width: 40.10695%; }
  .subscription-page .subs-options .options-img {
    float: none;
    width: 100%;
    margin: 0 0 23px 0; }
  .subscription-page .subs-options .options-wrap {
    float: none;
    max-width: none; }
  .subscription-page .subs-options .subs-option {
    overflow: hidden; }
  .subscription-page .subs-options .subs-option .subs-option-content {
    float: left;
    width: 65%; }
  .subscription-page .subs-options .subs-option .subscribe-cta {
    float: right;
    width: 33%; }
  .subscription-page .subs-options .subs-option .subscribe-cta .btn-subscribe {
    float: none;
    margin: 0 auto 10px; }
  .subscription-page .subs-options .subs-option .price-info p {
    line-height: normal;
    overflow: hidden; }
  .subscription-page .subs-options .subs-option .price-info .price {
    float: left;
    width: 70px; }
  .subscription-page .subs-options .subs-option .price-info .info {
    line-height: 17px;
    padding-top: 5px;
    float: right;
    width: 70%; }
  .subscription-page .subs-options .subs-option .price-info .additional {
    clear: both; }
  .subscription-page .subs-options .subs-option.all-access .price-info p {
    text-align: center; }
  .subscription-page .options-learn-more a {
    max-width: 670px;
    text-align: center; }
  .subscription-page .subs-table .subscribe-cta .price-info p {
    line-height: normal; }
  .subscription-page .subs-table .subscribe-cta .price-info .info {
    display: inline-block;
    width: 83px;
    vertical-align: middle; }
  .subscription-page .subscribe-form fieldset .list-form input {
    margin-right: 5px;
    width: 13px; }
  .subscription-page .learn-more-header h1 {
    font-size: 2.143em; }
  .subscription-page .subs-products img {
    max-width: 290px; }
  .subscription-page .subs-products > li {
    -moz-background-size: 90px 90px;
    -webkit-background-size: 90px 90px;
    background-size: 90px 90px;
    background-position: 2% top;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 17%;
    min-height: 330px; }
  .subscription-page .subs-products > li h2 {
    font-size: 2.143em;
    padding-top: 28px; }
  .subscription-page .subs-products > li .entry-content {
    max-width: 50%; }
  .subscription-page .subs-products > li .more {
    font-size: 1.143em; }
  .subscription-page .subs-products > li .hour {
    display: none; }
  .subscription-page .product-overview .subs-img {
    margin-right: -60%; }
  .subscription-page .product-overview h1 {
    font-size: 2.857em; }
  .subscription-page .product-overview .entry-content p {
    float: none;
    width: auto; }
  .subscription-page .product-overview.print .entry-content p {
    width: 52%; }
  .subscription-page .product-overview.print .subs-img {
    margin-right: -38%; }
  .subscription-page .product-overview.tablet .intro {
    border-bottom: 0; }
  .subscription-page .product-overview.tablet .subs-img {
    max-height: 406px;
    margin-top: 67px;
    margin-bottom: 33px; }
  .subscription-page .product-overview.tablet .entry-content p {
    float: left;
    width: 75%; }
  .subscription-page .product-overview.tablet .btn-subscribe {
    float: right; }
  .subscription-page .product-overview.mobile .subs-img {
    margin-right: -20%; }
  .subscription-page .product-overview.mobile h1 {
    font-size: 2.714em;
    max-width: 400px; }
  .subscription-page .product-overview.mobile .intro {
    border-bottom: 0; }
  .subscription-page .product-overview.mobile .entry-content p {
    float: left;
    width: 75%; }
  .subscription-page .product-overview.mobile .btn-subscribe {
    float: right; }
  .subscription-page .product-overview .app-info {
    clear: both;
    border-top: 1px solid #ADADAD;
    padding-top: 20px; }
  .subscription-page .product-overview .app-info .download-btns {
    margin-left: 50px; }
  .subscription-page .btn-subscribe {
    float: none; }

  .bg-head {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px; }

  .subscription-page .l-main.subs-all-access, .subscription-page .l-sidebar {
    float: none;
    width: 100%; }
  .subscription-page .subs-current .btn-subscribe {
    width: 49%;
    min-height: 40px;
    margin: 0;
    padding-left: 2%;
    padding-right: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .subscription-page .subs-current .btn-subscribe span {
    max-width: 110px;
    display: block;
    margin: 0 auto; }
  .subscription-page .subs-current .btn-subscribe:first-child {
    margin-right: 2px; }
  .subscription-page .subs-options .entry-content {
    margin-top: 0; }
  .subscription-page .subs-options .subs-option .subs-option-content, .subscription-page .subs-options .subs-option .subscribe-cta {
    float: none;
    width: 100%; }
  .subscription-page .subs-options .subs-option .subscribe-cta {
    max-width: 238px;
    margin: 0 auto;
    text-align: center; }
  .subscription-page .subs-options .subs-option .price-info .info {
    text-align: left; }
  .subscription-page .subs-options .subs-option.digital-access {
    border-bottom: 0;
    margin-bottom: 10px; }
  .subscription-page .subs-tabs {
    list-style: none;
    margin: 0;
    overflow: hidden;
    margin-bottom: 20px; }
  .subscription-page .subs-tabs li {
    display: inline-block;
    border-bottom: 1px solid #e8e8e8;
    width: 49%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: -2px; }
  .subscription-page .subs-tabs li a {
    color: #666;
    text-transform: uppercase;
    font: 2em/29px "TitlingGothicFBCond-Standard", Arial, Helvetica, sans-serif;
    padding: 12px 20%;
    width: 60%;
    display: block;
    margin: 0 auto;
    text-align: center; }
  .subscription-page .subs-tabs li a:hover {
    text-decoration: none;
    color: #666; }
  .subscription-page .subs-tabs li:first-child a {
    border-right: 1px solid #e8e8e8; }
  .subscription-page .subs-tabs li.active {
    border-bottom: 0;
    border-top: 1px solid #e8e8e8; }
  .subscription-page .subs-tabs li.active a {
    color: #000; }
  .subscription-page .options-learn-more {
    font-size: 24px; }
  .subscription-page .options-learn-more a {
    text-align: left; }
  .subscription-page .subs-epaper {
    padding-bottom: 27px; }
  .subscription-page .subs-epaper .entry-content, .subscription-page .subs-epaper .subscribe-trial {
    float: none;
    width: 100%;
    max-width: none; }
  .subscription-page .subs-epaper .subscribe-trial {
    margin: 25px auto 0;
    overflow: hidden; }
  .subscription-page .subs-epaper .subscribe-trial .btn-subscribe {
    float: none; }
  .subscription-page .subs-epaper .subscribe-trial .price-info {
    margin-top: -4px; }
  .subscription-page .subs-epaper .subscribe-trial .price-info .additional {
    margin-top: -1px;
    display: block; }
  .subscription-page .subs-glance .bg-head {
    position: relative; }
  .subscription-page .subs-glance .bg-head span {
    max-width: 45%;
    display: inline-block;
    vertical-align: middle; }
  .subscription-page .subs-glance .bg-head.with-link .more {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    height: 34px; }
  .subscription-page .subs-glance .entry-content {
    overflow-x: auto; }
  .subscription-page .subscribe-form fieldset .list-form span {
    width: 90%; }
  .subscription-page .learn-more-header {
    text-align: left; }
  .subscription-page .learn-more-header h1 {
    font-size: 1.714em;
    text-align: center;
    margin-bottom: 12px; }
  .subscription-page .learn-more-header p {
    font-size: 1.143em;
    line-height: 27px; }
  .subscription-page .subs-products > li, .subscription-page .subs-products > li.product {
    background: none;
    min-height: 0;
    padding: 0;
    padding: 30px 0;
    margin: 0; }
  .subscription-page .subs-products > li:first-child, .subscription-page .subs-products > li.product:first-child {
    padding-top: 8px; }
  .subscription-page .subs-products > li h2, .subscription-page .subs-products > li.product h2 {
    font-size: 1.786em;
    padding-top: 0; }
  .subscription-page .subs-products > li .entry-content, .subscription-page .subs-products > li.product .entry-content {
    line-height: 24.4px;
    max-width: none;
    font-size: 1em; }
  .subscription-page .product-overview .img-wrap {
    overflow: hidden;
    max-height: 115px; }
  .subscription-page .product-overview .subs-img {
    float: none;
    margin: 0;
    padding-left: 0;
    max-width: 170%; }
  .subscription-page .product-overview h1 {
    font-size: 1.714em; }
  .subscription-page .product-overview .intro {
    font-size: 1em;
    line-height: 29px; }
  .subscription-page .product-overview.print h1 {
    font-size: 1.9em; }
  .subscription-page .product-overview.print .subs-img {
    margin-right: 0;
    max-width: 126%; }
  .subscription-page .product-overview.print .entry-content p {
    width: auto; }
  .subscription-page .product-overview.tablet h1 {
    white-space: normal;
    font-size: 2.286em;
    line-height: 35.6px; }
  .subscription-page .product-overview.tablet .intro {
    font-size: 1em; }
  .subscription-page .product-overview.tablet .img-wrap {
    max-height: 130px;
    text-align: center; }
  .subscription-page .product-overview.tablet .subs-img {
    max-width: 100%;
    margin-right: 0;
    margin-top: 0; }
  .subscription-page .product-overview.tablet .entry-content p {
    float: none;
    width: auto; }
  .subscription-page .product-overview.tablet .btn-subscribe {
    float: none; }
  .subscription-page .product-overview.mobile {
    padding-top: 0; }
  .subscription-page .product-overview.mobile h1 {
    font-size: 2.2em;
    max-width: 290px; }
  .subscription-page .product-overview.mobile .img-wrap {
    text-align: center;
    max-height: 125px;
    margin-left: -33px;
    margin-right: -20px; }
  .subscription-page .product-overview.mobile .img-wrap .subs-img {
    margin-right: 0;
    margin-top: 0;
    max-width: 115%; }
  .subscription-page .product-overview.mobile .img-wrap .subs-img.mobile-only {
    display: inline-block; }
  .subscription-page .product-overview.mobile .entry-content p {
    float: none;
    width: auto; }
  .subscription-page .product-overview.mobile .btn-subscribe {
    float: none; }
  .subscription-page .product-overview .app-info .app-download {
    float: none;
    width: auto;
    -moz-background-size: 69px 69px;
    -webkit-background-size: 69px 69px;
    background-size: 69px 69px;
    padding-left: 80px;
    font-size: 1em;
    line-height: 25.2px;
    min-height: 69px; }
  .subscription-page .product-overview .app-info .download-btns {
    float: none;
    display: block;
    margin-top: 20px;
    margin-left: 0;
    max-width: none; }
  .subscription-page .product-overview .app-info .download-btns.two-btns {
    text-align: center; }
  .subscription-page .product-overview .app-info .download-btns.two-btns a {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-size: 135px 49px;
    -webkit-background-size: 135px 49px;
    background-size: 135px 49px;
    width: 135px; }
  .subscription-page .subs-table {
    margin-bottom: 0; }
  .subscription-page .subs-table td, .subscription-page .subs-table th {
    position: relative;
    overflow: hidden; }
  .subscription-page .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    height: 100%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 2px solid #E8E8E8; }
  .subscription-page .pinned table {
    border-right: none;
    border-left: none;
    width: 100%; }
  .subscription-page .pinned table th, .subscription-page .pinned table td {
    white-space: nowrap;
    border-right: 0; }
  .subscription-page div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden; }
  .subscription-page div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden; }
  .subscription-page div.table-wrapper div.scrollable table {
    margin-left: 35%; }
  .subscription-page table.subs-table th:first-child, .subscription-page table.subs-table td:first-child, .subscription-page table.subs-table td:first-child, .subscription-page table.subs-table.pinned td {
    display: none; } }
/* 3.6 Marketing
------------------------------------------------------------------------------*/
.italic-title {
  font: 2.571em/43px 'Shift-BookItalic', Georgia, Times, 'Times New Roman', serif; }

.marketing-page .entry-content p {
  font: 1.143em/24px Georgia, Times, "Times New Roman", serif; }
.marketing-page .entry-content a {
  text-decoration: underline; }
.marketing-page a.more {
  font: 1.143em "TitlingGothicFBCond-Standard", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none; }
.marketing-page a.more:hover {
  text-decoration: underline; }

.l-main .marketing-intro {
  max-width: 850px;
  margin: 0 auto;
  padding: 40px 0; }
.l-main .marketing-intro .italic-title {
  text-align: center; }
.l-main .marketing-list {
  border-top: 1px solid #aeaeae;
  padding-top: 0; }
.l-main .marketing-cols {
  padding: 20px 0; }

.marketing-intro .cols {
  text-align: left;
  padding-top: 28px; }
.marketing-intro .col {
  padding: 0 10px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.marketing-intro .col.with-photo {
  width: 20%; }
.marketing-intro .col.with-photo p {
  color: #656565;
  font: 0.929em Helvetica, Arial, sans-serif; }
.marketing-intro .col.with-photo .name {
  color: #000;
  margin-top: 4px;
  font: 1.143em/24px Georgia, Times, "Times New Roman", serif;
  margin-bottom: 10px; }
.marketing-intro .col.with-text {
  width: 42%; }
.marketing-intro .col.with-media {
  width: 38%; }
.marketing-intro .col.with-media .entry-title {
  margin-bottom: 18px; }
.marketing-intro .l-half, .marketing-intro .l-fullwidth {
  padding-top: 30px; }
.marketing-intro .l-half .italic-title, .marketing-intro .l-fullwidth .italic-title {
  margin-bottom: 30px; }
.marketing-intro .l-half .logo, .marketing-intro .l-fullwidth .logo {
  margin-bottom: 20px; }
.marketing-intro .l-fullwidth.welcome {
  padding-top: 0; }
.marketing-intro .l-fullwidth.welcome .cols {
  padding-top: 0; }
.marketing-intro .l-fullwidth .col.with-photo {
  padding-left: 0; }
.marketing-intro .brand-story .logo {
  margin-right: 20px;
  margin-bottom: 10px;
  max-width: 158px; }
.marketing-intro .postmedia-story {
  display: table;
  vertical-align: middle;
  width: 100%; }
.marketing-intro .postmedia-story .half {
  display: table-cell;
  vertical-align: middle;
  float: none; }
.marketing-intro .postmedia-story .logo {
  margin: 0 auto;
  text-align: center; }

.marketing-item {
  border-bottom: 1px solid #aeaeae;
  padding: 35px 0 30px; }
.marketing-item .content-wrap {
  float: left;
  width: 65%; }
.marketing-item .thumbnail.alignright {
  float: right;
  width: 30%; }
.marketing-item .thumbnail .caption {
  margin-bottom: 16px; }
.marketing-item .entry-title {
  letter-spacing: 0.04em;
  margin-bottom: 13px; }
.marketing-item .download-btns {
  text-align: center;
  margin-top: 30px; }
.marketing-item .download-btns .label-download {
  float: left;
  font: 16px/48px "TitlingGothicFBCond-Standard", Arial, Helvetica, sans-serif;
  letter-spacing: 0.04em; }
.marketing-item .download-btns a {
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 6px;
  width: 32%;
  max-width: 100%;
  background-size: 100% auto; }
.marketing-item .download-btns .btn-appstore {
  height: 53px;
  background-size: 100% auto; }
.marketing-item .download-btns .btn-googleplay {
  height: 52px;
  background-size: 100% auto; }
.marketing-item .thumbnail {
  margin-bottom: 0; }
.marketing-item .half {
  max-width: 480px; }
.marketing-item .half .download-btns {
  text-align: left; }
.marketing-item .half:last-child {
  float: right; }

.marketing-cols .entry-title {
  margin-bottom: 13px;
  letter-spacing: 0.04em; }
.marketing-cols.l-half .half {
  width: 48%;
  margin-right: 4%; }
.marketing-cols.l-half .half:last-child {
  margin-right: 0; }

.oldie .marketing-intro .brand-story .logo, .oldie .marketing-intro .brand-story .logo img {
  width: 158px;
  height: 158px; }
.oldie .marketing-cols.l-half .half {
  margin-right: 0;
  margin-left: 4%; }
.oldie .marketing-cols.l-half .half:first-child {
  margin-left: 0; }

.marketing-social {
  padding-top: 30px; }
.marketing-social .entry-title {
  letter-spacing: 0.04em;
  float: left; }
.marketing-social .entry-title, .marketing-social .social-icons {
  display: inline-block;
  vertical-align: middle; }
.marketing-social .icon {
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 31px;
  margin-left: 25px; }
.marketing-social .icon.fb {
  width: 13px; }
.marketing-social .icon.tw {
  background-position: -38px 0;
  width: 27px; }
.marketing-social .icon.gplus {
  background-position: -86px 0;
  width: 27px; }
.marketing-social .icon.instagram {
  background-position: -138px 0;
  width: 27px; }
.marketing-social .icon.pin {
  background-position: -189px 0;
  width: 26px; }

@media only screen and (max-width: 767px) {
  .italic-title {
    font-size: 1.714em;
    line-height: normal; }

  .l-main .marketing-intro {
    padding-bottom: 20px; }
  .l-main .marketing-cols {
    padding-top: 0; }

  .marketing-intro .cols {
    padding-top: 15px; }
  .marketing-intro .cols .col {
    float: none;
    width: auto;
    padding: 0;
    clear: both; }
  .marketing-intro .cols .col.with-photo {
    position: relative;
    overflow: hidden;
    display: table; }
  .marketing-intro .cols .col.with-photo .thumbnail {
    float: left;
    display: table-cell;
    width: 150px;
    margin-right: 20px; }
  .marketing-intro .cols .col.with-photo .photo-info {
    display: table-cell;
    vertical-align: bottom; }
  .marketing-intro .cols .col.with-photo p {
    margin-bottom: 5px; }
  .marketing-intro .cols .col.with-photo p.name {
    margin-bottom: 8px; }
  .marketing-intro .cols .col.with-text {
    padding: 15px 0; }
  .marketing-intro .cols .col.with-media img, .marketing-intro .cols .col.with-media object, .marketing-intro .cols .col.with-media iframe {
    width: 100%; }
  .marketing-intro .cols .entry-content {
    padding-top: 10px; }
  .marketing-intro .half {
    padding-bottom: 20px; }
  .marketing-intro .half .ottawa-logo img {
    max-width: 140px; }
  .marketing-intro .half .video img, .marketing-intro .half .video object, .marketing-intro .half .video iframe {
    width: 100%; }
  .marketing-intro .brand-story .logo {
    float: none;
    margin: 0 auto 20px; }
  .marketing-intro .postmedia-story {
    display: block; }
  .marketing-intro .postmedia-story .half {
    display: block; }

  .marketing-item .content-wrap {
    float: none;
    width: auto; }
  .marketing-item .thumbnail.alignright {
    float: none;
    margin: 0;
    width: auto; }
  .marketing-item.learn-more .thumbnail {
    display: none; }
  .marketing-item.subscribe .thumbnail {
    border-top: 1px solid #AEAEAE;
    margin-top: 30px;
    padding-top: 35px;
    clear: both; }
  .marketing-item.subscribe .thumbnail img, .marketing-item.subscribe .thumbnail object, .marketing-item.subscribe .thumbnail iframe {
    width: 100%; }
  .marketing-item .download-btns {
    float: none;
    display: block;
    margin: 22px 0;
    max-width: none; }
  .marketing-item .download-btns.two-btns {
    text-align: center; }
  .marketing-item .download-btns.two-btns a {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-size: 135px 49px;
    -webkit-background-size: 135px 49px;
    background-size: 135px 49px;
    width: 135px;
    margin: 0; }
  .marketing-item .half {
    max-width: none;
    margin: 40px 0; }
  .marketing-item .half .download-title {
    font-size: 25px; }
  .marketing-item .half:last-child {
    float: none;
    margin-bottom: 0; }

  .marketing-cols {
    padding-bottom: 0; }
  .marketing-cols.l-half .half {
    width: 100%;
    padding: 40px 0;
    border-bottom: 1px solid #AEAEAE; }
  .marketing-cols.l-half .half:last-child {
    border-bottom: 0;
    padding-bottom: 0; }

  .marketing-social .entry-title {
    margin-right: 25px;
    float: none; }
  .marketing-social .icon {
    margin-left: 0;
    margin-right: 25px; }
  .marketing-social .icon:last-child {
    margin-right: 0; } }
/* 3.7 Advertise With Us
------------------------------------------------------------------------------*/
.adv-intro {
  border-bottom: 1px solid #aeaeae;
  margin-bottom: 40px;
  padding-bottom: 25px; }
.adv-intro .entry-title {
  font-size: 3.286em;
  line-height: 51px;
  text-align: center;
  margin-bottom: 34px; }
.adv-intro .logo {
  max-width: 156px;
  margin-right: 20px; }
.adv-intro .entry-content p {
  font-size: 1.286em;
  line-height: 33.6px; }

.l-main .adv-section {
  padding-bottom: 100px; }
.l-main .adv-section .adv-title {
  font-size: 2.429em;
  letter-spacing: 0.04em;
  margin-bottom: 20px; }
.l-main .adv-section .contacts-head {
  margin-bottom: 20px;
  font-size: 1.857em;
  letter-spacing: 0.04em; }
.l-main .adv-section.adv-contacts {
  padding-bottom: 0; }

.adv-downloadable {
  margin-bottom: 34px;
  border-bottom: 1px solid #aeaeae; }
.adv-downloadable p {
  font-size: 1em;
  line-height: 19.6px;
  max-width: 364px;
  margin-top: 20px; }
.adv-downloadable .more {
  text-transform: none; }

.adv-contacts .contacts-list {
  margin: 0 0 40px;
  list-style: none; }
.adv-contacts .contact-item {
  padding-bottom: 22px; }
.adv-contacts .contact-item .contact-details {
  font: 1.143em "Shift-Book", Georgia, Times, "Times New Roman", serif; }
.adv-contacts .contact-item .contact-details .contact-label {
  font-weight: bold;
  display: inline-block;
  width: 84px; }
.adv-contacts .contact-item .contact-details p {
  margin-bottom: 10px; }
.adv-contacts .contact-item .contacts-group {
  font-size: 18px; }

@media only screen and (max-width: 767px) {
  .adv-intro .entry-title {
    font-size: 2.571em;
    margin-bottom: 24px; }
  .adv-intro .less-text {
    overflow: hidden;
    height: 345px; }
  .adv-intro .logo {
    max-width: 82px; }
  .adv-intro .entry-content p {
    font-size: 1.143em;
    line-height: 27px; }
  .adv-intro .read-more-trigger {
    font-size: 14px; }

  .read-more-trigger {
    text-align: center;
    font-size: 14px;
    display: block;
    vertical-align: middle;
    width: 100%;
    margin: -35px auto 0;
    background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    padding: 60px 0 20px;
    position: relative; }
  .read-more-trigger.less {
    margin-top: 0;
    padding-top: 30px; }
  .read-more-trigger.less span {
    vertical-align: -3px; }
  .read-more-trigger span {
    text-transform: none;
    display: inline-block;
    vertical-align: 2px; }

  .l-main .adv-section .adv-title {
    font-size: 1.857em; }
  .l-main .adv-section .contacts-head {
    font-size: 18px; }
  .l-main .adv-section .contacts-head:after {
    font-size: 17px; }
  .l-main .adv-section.adv-downloadable {
    padding-bottom: 0; }

  .adv-downloadable {
    padding-bottom: 0; }
  .adv-downloadable .half {
    margin-bottom: 30px; }

  .ac-container {
    border-bottom: 1px solid #aeaeae; }
  .ac-container .contacts-head {
    cursor: pointer;
    display: block;
    position: relative;
    font-size: 18px;
    padding-top: 15px; }
  .ac-container .contacts-head:after {
    content: "v";
    position: absolute;
    right: 0; }
  .ac-container .contacts-head.is-active:after {
    content: "^"; }
  .ac-container .contacts-list {
    display: none; }
  .ac-container .contacts-list.is-visible {
    display: block; }

  .adv-contacts .contacts-list {
    margin-bottom: 0; }
  .adv-contacts .contact-item .contacts-group {
    font-size: 16px; }
  .adv-contacts .contact-item .contact-details {
    font-size: 1em; } }
/* 4. PRINT
--------------------------------------------------------------------------------
==============================================================================*/
@media print {
  body {
    font: normal normal 12pt/1.5em "Times New Roman", Times, serif; }

  a[href]:after {
    content: " (" attr(href) ") ";
    font-size: 90%; }

  a[href^="/"]:after {
    content: " (http://domain.com" attr(href) ") "; }

  .accessibility-nav, .hide, #sidebar, .l-header, .l-top-content, #side-navigation, .l-bottom-content, .top-footer, .footer-links, .pagination, .article-actions {
    display: none !important; }

  .l-main {
    float: none;
    width: 100%; }

  .bottom-footer .footer-info {
    width: 100%;
    padding: 0; } }
/* 5. ADS
--------------------------------------------------------------------------------
==============================================================================*/
.l-header .l-constrained .skinnybar-container {
  margin: 20px auto 0;
  display: block;
  width: 970px; }

.pn_dfpads {
  text-align: center; }

.pn_dfpads div {
  margin: 0 auto; }

/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  .pn-leaderboard-ad-large, #pn-leaderboard-ad-large, #pn-mobile-ad-small {
    padding: 0 0 5px 0; } }
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  .pn-leaderboard-ad-large, #pn-leaderboard-ad-large, #pn-mobile-ad-small {
    width: 320px;
    left: -5px;
    padding: 0 0 5px 0;
    position: relative; }
	
  .widget_pn_dfpad {
    left: 0px;
    position: relative; } }
/* -----------------------------------------------
 Widgets and Shortcodes
----------------------------------------------- */

/* =pnCarousel
----------------------------------------------- */
.pnCarousel {
    position: relative;
    overflow: hidden;
}

.pnCarousel ul {
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.pnCarousel li {
    width: 100%;
    padding: 0;
}

.pnCarousel > a {
    color: #999;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    background-color: #000;
    border-radius: 2px;
}

.pnCarousel > a:hover {
    color: #fff;
    text-decoration: none;
}

/* =Timbits - Scores Ticker
----------------------------------------------- */
.pnSportsScores .pnCarousel ul {
    height: 40px
}

.pnSportsScores {
    font-family: 'Franklin ITC Pro Med','Helvetica Neue',helvetica,sans-serif;
    border: #999 1px solid;
    display: none
}

.pnSportsScores .pnLeagues {
    list-style: none;
    padding: .5em;
    margin: 0;
    border-bottom: #999 1px solid
}

.pnSportsScores .pnLeagues li {
    cursor: pointer;
    float: left;
    margin-right: .5em
}

.pnSportsScores .pnLeagues li:before {
    color: #06c;
    content: '\00b7';
    margin-right: .5em
}

.pnSportsScores .pnLeagues li:first-child:before {
    content: none
}

.pnSportsScores .pnLeagues .pnCurrent {
    color: #999
}

.pnSportsScores .pnLeague {
    color: #666;
    font-size: 16px;
    line-height: 40px;
    float: left;
    padding: 0 .25em;
    border-right: #999 1px solid
}

.pnSportsScores .pnLeague.pnCFL {
    padding-left: 36px;
    margin-left: .25em;
}

.pnSportsScores .pnLeague.pnMLB {
    padding-left: 36px;
    margin-left: .25em;
}

.pnSportsScores .pnLeague.pnNBA {
    padding-left: 30px;
    margin-left: .25em;
}

.pnSportsScores .pnLeague.pnNFL {
    padding-left: 36px;
    margin-left: .25em;
}

.pnSportsScores .pnLeague.pnNHL {
    padding-left: 36px;
    margin-left: .25em;
}

.pnSportsScores .pnCarousel li {
    padding: 5px 0 0 5px
}

.pnSportsScores .pnCarousel li span,#secondary .pnSportsScores .pnCarousel li span {
    font-size: 16px;
    line-height: 20px;
    float: left;
    margin: 0 .25em 0 0
}

.pnSportsScores .pnCarousel .team:before {
    color: #999;
    content: ' VS ';
    font-size: 12px
}

.pnSportsScores .pnCarousel .team:first-child:before {
    content: none;
    margin: 0
}

.pnSportsScores .pnCarousel .period,#secondary .pnSportsScores .pnCarousel .period {
    font-size: 11px;
    line-height: 1em;
    display: block;
    clear: left;
    margin: 0
}

.pnSportsScores .pnCarousel>a {
    font-size: 18px;
    line-height: 24px;
    width: 24px;
    height: 24px;
    margin: 8px 5px 8px 0
}

.pnSportsScores .pnCarousel>a.pnDisabled {
    visibility: hidden
}


	
/***************************************/
/* Great War Responsive Styles Homepage*/
/***************************************/

/* The Great War homepage styles */

	#pm_layouts_news_ticker {
		display:inline-block;
	}
	
	#pn-great-war-fp-wrapper {
		float: left;
		width:100%;
		margin-top: 10px;
	}
	
	.pn-great-war-fp {
		float:left;
		margin-top: 10px;
		width: 98%;
		height: 38px;
		padding-right: 2%;
		background: #756951;
		color: #fff;
		line-height: 48px;
		text-transform: uppercase;
		text-align: right;
		font-family:'TitlingGothicFBCond-Standard',Helvetica,Arial,sans-serif !important;
	}
	
	#pn-great-war-fp-wrapper img {
		width: 100%;
		margin-bottom: 4px;
	}
	
	#pn-great-war-fp-wrapper ul {
		float: left;
		width: 100%;
		padding: 0;
		margin-left:0px !important;
		margin-right:0px !important;
		margin-top:10px !important;
		margin-bottom:10px !important;
	}
	
	#pn-great-war-fp-wrapper li {
		float: left;
		width: 23%;
		padding: 0;
		list-style-type: none;
		display: inline-block;
		margin-right:2.65% !important;
	}
	
	#pn-great-war-fp-wrapper li:last-child {
		margin-right:0px !important;
	}
	
	ul.pm-war-fp-content {
		width: 100% !important;
	}
	
	ul.pm-war-fp-content li {
		display: block;
		vertical-align: inherit;
		margin-bottom: 5px;
		width: 100% !important;
	}
	
	#pn-great-war-fp-wrapper a:hover {
		text-decoration: underline;
	}
	
	#pn-great-war-fp-wrapper p {
		font-size: 15px;
		width: auto;
		margin-top: 0px;
		font-family:'TitlingGothicFBCond-Standard',Helvetica,Arial,sans-serif !important;
	}
	.pn-geat-war-category {
	font-family:'Shift-Bold',Times,"Times New Roman",serif !important;
    font-size: 11px !important;
    text-transform: uppercase;
	color:#837a69 !important;
	}
	
@media only screen and (max-width:660px) {
	/* The Great War homepage styles */
	#pn-great-war-fp-wrapper {
		float: none;
		width: 100%;
		margin-top: 10px;
	}
	
	.pn-great-war-fp {
		float:left;
		margin-top: 10px;
		width: 98%;
		height: 38px;
		padding-right: 2%;
		background: #756951;
		color: #fff;
		line-height: 48px;
		text-transform: uppercase;
		text-align: right;
		margin-top:10px !important;
		margin-bottom:10px !important;
		font-family:'TitlingGothicFBCond-Standard',Helvetica,Arial,sans-serif !important;
	}
	
	#pn-great-war-fp-wrapper img {
		width: 100%;
		height: 100%;
		margin-bottom: 4px;
	}
	
	#pn-great-war-fp-wrapper ul {
		float: none;
		width: 100% !important;
		padding: 0;
	}
	
	#pn-great-war-fp-wrapper li {
		float: none;
		padding: 0;
		width: 100% !important;
		display: block;
		list-style-type: none;
		margin-top:10px !important;
	}
	
	ul.pm-war-fp-content li {
		display: inline-block !important;
		vertical-align: middle;
		margin-bottom: 5px;
	}
	
	#pn-great-war-fp-wrapper a:hover {
		text-decoration: underline;
	}
	
	#pn-great-war-fp-wrapper p {
		font-size: 15px;
		width: auto;
		margin-top: 0px;
		font-family:'TitlingGothicFBCond-Standard',Helvetica,Arial,sans-serif !important;
	}
}


/***********************************/
/* Gift Guide - Right Rail Styles  */
/***********************************/

.pn-gift-guide-banner {
	float: left;
	margin-bottom: 1px;
	margin-left: 4px;
	width: 96%;
	height: 38px;
	padding-right: 10px;
	background: #1693a5;
	color: #fff;
	font-weight: bold;
	font-size:12px;
	font-family: Helvetica,Arial,sans-serif !important;
	line-height: 48px;
	text-transform: uppercase;
	text-align: right;
}

#pn-gift-guide-wrapper {
    height: 490px;
}

#pn-gift-guide-wrapper li {
    list-style: none outside none;
}

#pn-gift-guide-wrapper a:hover {
    text-decoration: underline;
}

.pn-gift-guide-content a:hover p {
    text-decoration: underline;
}

.pn-gift-guide-single {
    float: left;
    height: 195px;
    width: 137px;
    padding: 4px;
    margin: 5px;
	border: 2px solid #f1f1f1;
	text-align: center;
	font-family: Helvetica,Arial,sans-serif !important;
	font-size: 14px;
	line-height:17px;
}

.pn-gift-guide-thumb {
    width: 100%;
}

/***************************************/
/* Gift Guide Responsive Styles Homepage*/
/***************************************/
	
	#pn-gift-guide-fp-wrapper {
		float: left;
		width:100%;
		margin-top: 10px;
	}
	
	.pn-gift-guide-fp {
		float:left;
		margin-top: 10px;
		width: 98%;
		height: 38px;
		padding-right: 1%;
		background: #1693a5;
		background-position: 220px;
		color: #fff;
		line-height: 53px;
		text-transform: uppercase;
		text-align: right;
		font-family: Helvetica,Arial,sans-serif !important;
		font-size: 12px; 
		font-weight: bold;
	}
	
	#pn-gift-guide-fp-wrapper img {
		width: 100%;
		margin-bottom: 4px;
	}
	
	#pn-gift-guide-fp-wrapper ul {
		float: left;
		width: 100%;
		padding: 0;
		margin-left:0px !important;
		margin-right:0px !important;
		margin-top:2px !important;
		margin-bottom:10px !important;
	}
	
	#pn-gift-guide-fp-wrapper li {
		float: left;
		width: 24.5%;
		padding: 0;
		list-style-type: none;
		display: inline-block;
		margin-right:0.45% !important;
	}
	
	#pn-gift-guide-fp-wrapper li:last-child {
		margin-right:0px !important;
	}
	
	ul.pn-gift-guide-fp-content {
		width: 100% !important;
	}
	
	ul.pn-gift-guide-fp-content li {
		display: block;
		vertical-align: inherit;
		margin-bottom: 5px;
		width: 100% !important;
	}
	
	#pn-gift-guide-fp-wrapper a:hover {
		text-decoration: underline;
	}
	
	#pn-gift-guide-fp-wrapper p {
		font-size: 14px;
		width: auto;
		margin-top: 0px;
		font-family: Helvetica,Arial,sans-serif !important;
		line-height: 18px;
	}
	.pn-gift-guide-single-gift {
		border: 2px solid #f6f6f6;
		height: 240px;
		text-align: center;
	}
	
@media only screen and (max-width:660px) {

	#pn-gift-guide-fp-wrapper {
		float: none;
		width: 100%;
		margin-top: 10px;
	}
	
	.pn-gift-guide-fp {
		float:left;
		margin-top: 10px;
		width: 98%;
		height: 38px;
		padding-right: 1%;
		background: #1693a5;
		color: #fff;
		line-height: 53px;
		text-transform: uppercase;
		text-align: right;
		margin-top:10px !important;
		margin-bottom:10px !important;
		font-family: Helvetica,Arial,sans-serif !important;
		font-size: 12px; 
	}	
	
	#pn-gift-guide-fp-wrapper img {
		width: 50%;
		height: 50%;
		margin-bottom: 4px;
	}
	
	#pn-gift-guide-fp-wrapper ul {
		float: none;
		width: 100% !important;
		padding: 0;
	}
	
	#pn-gift-guide-fp-wrapper li {
		float: none;
		padding: 0;
		width: 100% !important;
		list-style-type: none;
		margin-top:5px !important;
	}
	
	ul.pn-gift-guide-fp-content li {
		display: inline-block !important;
		vertical-align: middle;
		margin-bottom: 5px;
	}
	
	#pn-gift-guide-fp-wrapper a:hover {
		text-decoration: underline;
	}
	
	#pn-gift-guide-fp-wrapper p {
		font-size: 15px;
		width: auto;
		margin-top: 0px;
		font-family:Helvetica,Arial,sans-serif !important;
	}
	.pn-gift-guide-single-gift {
		border: 2px solid #f6f6f6;
		height: auto;
		text-align: center;
	}
}/* -----------------------------------------------
 Widgets and Shortcodes
----------------------------------------------- */
#classified_slider li img {
	float:left; 
	margin-right:10px; 
	margin-left:-10px !important; 
	width:140px !important; 
	height:80px !important;
}
#classified_slider li {
	list-style:none !important;
	padding:0px !important;
	margin:0px !important;
	background:none !important;
}
#classified_slider ul {
	margin-left:10px !important; 
	height:80px !important;
}
#classified_navigation {
	z-index:10; 
	position:relative;
}
#classified_navigation img {
	width:40px !important; 
	height:40px !important;
}

img.emoji {
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .05em 0 .1em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}/**

	Noticons

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

*/


/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: "glyphicons-regular";
  src: url('/files/wp-content/themes/vip/postmedia/css/fonts/glyphicons-regular.ttf');
}
  
@font-face {
  font-family: "Noticons";
	   url(data:application/font-woff;charset=utf-8;base64,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);
  font-weight: normal;
  font-style: normal;
}




/**
 * All noticons
 */

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


/**
 * Individual icons
 */

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


/**
 * Deprecated noticon names
 */

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

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


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

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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

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

.wpcom-reblog-snapshot .reblogger-note-content blockquote p:last-child {
	margin-bottom: 0;
}
/*
img{
	max-width:100%;	
	width:100%;
}
*/

/*----SEQUENCER Q AND A ---*/
.pm_sequences_q_and_a{
	width:100%;
	float:left;
	margin:0.5em 0px;		
}
.q_and_a_question_holder, .q_and_a_answer_holder{
	float:left;
	width:100%;
	margin-bottom:5px;	
}
.q_and_a_answer_holder{
	margin-bottom:10px;
}
.q_and_a_q, .q_and_a_a{
	float:left;
	font-size:2em;
	font-weight:bold;
	display:block;
	margin-right:15px;
	margin-bottom:0px;
	line-height:1em;
	margin-top:5px;
}
.q_and_a_a{
	color:#999;
}
@media only screen and (min-width: 767px) {
	.q_and_a_q, .q_and_a_a{	
	font-size:3em;	
}
}


/*----SEQUENCER DEFAULT ---*/
.pm_sequences_default{
	float:left;
	width:100%;
	margin:0.5em 0px;	
}
ul.pm_sequences_default_holder{
	list-style:none;
	margin:0px;	
	font-size:1em;
}
ul.pm_sequences_default_holder li{
	border-bottom: 1px solid #B2B2B2;
	margin-bottom:0.5em;	
}
ul.pm_sequences_default_holder li:last-child{
	border-bottom: none;	
}
ul.pm_sequences_default_holder p{
	margin-bottom:0.5em;
}
@media only screen and (min-width: 767px) {	
.pm_sequences_default{
	float:right;
	width:30%;
	margin-left:15px;
	margin-bottom:10px;
	margin-top:0px;
}
}

/*----SEQUENCER NUMBERS ---*/
.pm_sequences_numbers .pm_sequences_default_holder h3.sec_numbers{
	font-size:50px;
	line-height:50px;	
	margin-bottom:6px;
	letter-spacing:-2px;
	font-style:italic;
	font-weight:100;
}
.pm_sequences_numbers .pm_sequences_default_holder h3{
	margin-bottom:6px;
}

@media only screen and (min-width: 767px) {	
.pm_sequences_numbers .pm_sequences_default_holder h3{
	font-size:100px;
	line-height:80px;	
	letter-spacing:-5px;
}
}

/*----SEQUENCER PROCON ---*/
.pm_sequences_procon .postmedia_sequencer_block{
	width:100%;
	float:left;
	margin:0.5em 0px;
	border-bottom: 1px solid #B2B2B2;
}
.pm_sequences_procon .half {
  float: left;
  margin: 10px 0px;
  width: 100%;
  }
  .pm_sequences_procon h3{
		text-align:left;  
  }
  .procon{
	float:left;
	font-size:1.5em;
	font-weight:bold;
	display:block;
	margin-right:15px;
	margin-bottom:5px;
	line-height:1em;
	margin-top:3px;
	color:#999;
}
  @media only screen and (min-width: 767px) {
.pm_sequences_procon .postmedia_sequencer_block{
	border:none;	
}
.pm_sequences_procon .half {
  float: left;
  margin: 10px 0px;
  width: 48%;
  max-width: 50%;
  padding-right:2%;
  border-right: 1px solid #B2B2B2;
   }
  .pm_sequences_procon .half:last-child{
		border:none;  
		float:right;
		padding-right:0px;
  }
  .pm_sequences_procon h3{
		text-align:center;  
  }
}

  /*----SEQUENCER TAPE ---*/
  .pm_sequences_tape{
	  width:100%;
	float:left;
	margin:0.5em 0px;
  }
  .pm_sequences_tape table{
	   width:100%;
  }
  .pm_sequences_tape .third {
  float: none;
  margin: 10px 0px;
  width: 29%;
  max-width: 33%;
  padding-right:2%;
  padding-left:2%;
  border-right: 1px solid #B2B2B2; 
  text-align:center;
   }
   .pm_sequences_tape th.third{
	   border-bottom:1px solid #B2B2B2; ;
   }
   .pm_sequences_tape .third:last-child{
	border-right:none;   
   }
  @media only screen and (min-width: 767px) {
	.pm_sequences_tape .third.tape_title{
		vertical-align:middle;	
	}
}
  
  
   /*----SEQUENCER NUGGETS ---*/
    .pm_sequences_nuggets{
	  width:100%;
	float:left;
	margin:0.5em 0px;
	
  }
    .col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8{
	     display: block;	  
	  border-bottom: 1px solid #B2B2B2; 
	  padding-bottom:10px;
	  padding-top:10px;
   }
 
   @media only screen and (min-width: 767px) {	
   .pm_sequences_nuggets{	 
	display: table;
  }
     .col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8{
	     display: table-cell;
	   padding-right:2%;
	  padding-left:2%;
	  border-right: 1px solid #B2B2B2;
	  border-bottom:none; 
	   padding-top:0px;
	   padding-bottom:0px;
	   vertical-align:top;
   }
   .col_1{
		width:100%;
		border:none;
		padding:0px;   
   }
   .col_2{
		width:50%;   
   }
   .col_3{
		width:33%;   
   }
   .col_4{
		width:25%;   
   }
   .col_5{
		width:20%;   
   }
   .col_6{
		width:17%;   
   }
   .col_7{
		width:14%;   
   }
   .col_8{
		width:12%;   
   }
   .pm_sequences_nuggets .postmedia_sequencer_block:first-child{
	   padding-left:0px;	   
   }
   .pm_sequences_nuggets .postmedia_sequencer_block:last-child{
	   padding-right:0px;
	   border-right:0px;
   }
}

/*----SEQUENCER QUOTES ---*/
.pm_sequences_quotes{
	float:left;
	width:100%;
	margin:0.5em 0px;	
	font-style:italic;
	position:relative;	
}
.pm_sequences_quotes:before{
	content: open-quote;
	color:#efefef;
	font-size:380px;
	line-height:380px;
	position:absolute;	
	z-index:0;
	top:0px;
	left:-20px;
}
.pm_sequences_quotes .postmedia_sequencer_block{
	position:relative;
	z-index:1;
}
p.quote_content{
	color:#666;	
	margin-bottom:5px;
}
p.quote_title{
	font-weight:bold;
	font-size:90%;
	margin-bottom:5px;
}
p.quote_notes{
	font-weight:bold;
	font-size:80%;
}

@media only screen and (min-width: 767px) {	
	.pm_sequences_quotes{
	}
	.pm_sequences_quotes .postmedia_sequencer_block:first-child{
		padding-left:0px;	   
	}
	.pm_sequences_quotes .postmedia_sequencer_block:last-child{
		padding-right:0px;
		border-right:0px;
	}
}

/*----SEQUENCER STEP BY STEP ---*/

.pm_sequences_step h3{
	margin-bottom:10px;	
}
.step_number{
	float:left;
	font-size:2em;
	font-weight:bold;
	display:block;
	margin-right:15px;
	margin-bottom:5px;
	line-height:1em;
	margin-top:3px;
}
@media only screen and (min-width: 767px) {
	.step_number{
		font-size:3.5em;
	}
}
.seq_img {
	float: right;
}/*
Theme Name: Calgary Herald Responsive
Theme URI: http://www.nationalpost.com
Author: Postmedia Inc.
Template: postmedia
Description: The PostMedia responsive parent theme
Version: 1.0
Tags: Private
Text Domain: postmedia
*/
/*
	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%;
}
.wpvidavee_title {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	padding: 2px 5px;
	text-align: left;
}
.wpvidavee_footer {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 9px;
	line-height: 11px;
	padding: 2px 5px;
	text-align: right;
}
.wpvidavee_footer a {
	text-decoration: none;
}
.wpvidavee_p {
	color: red;
}
.hidden {
	display: none;
}
.possibly-related {
	clear: both;
}
.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 */
}

/**
 * Simple Homepage Experiment
 */

.simple-homepage-experiment #header,
.simple-homepage-experiment #footer,
.simple-homepage-experiment #landingpage {
	display: none !important;
}
.simple-homepage-experiment .simple-homepage {
	display: block !important;
}

.simple-homepage-experiment .simple-homepage {
	background: #f5f5f5;
}

/**
 * Typography
 */

.simple-homepage-experiment body,
.simple-homepage-experiment td,
.simple-homepage-experiment p,
.simple-homepage-experiment div,
.simple-homepage-experiment input,
.simple-homepage-experiment label {
	font-family: "Open Sans", "Helvetica", sans-serif !important;
	font-size: 14px;
	line-height: 1.5;
	outline: none;
}

.simple-homepage-experiment input[type=checkbox] {
	margin: 0;
}

.simple-homepage-experiment h2,
.simple-homepage-experiment h3 {
	text-align: center;
}

.simple-homepage-experiment h2 {
	font-family: "Open Sans", "Helvetica", sans-serif !important;
	font-size: 18px !important;
	color: #464646;

	margin-bottom: 16px;
}

.simple-homepage-experiment h3 {
	color: #898989;
	font-size: 14px !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}

.simple-homepage-experiment a {
	color: #1e8cbe;
	text-decoration: none;
}

.simple-homepage-experiment a:hover {
	color: #005684;
}

/**
 * Layout
 */

body.simple-homepage-experiment {
	background: #f1f1f1;
}

body.simple-homepage-experiment#h4home #lang-guess {
	margin-top: 85px;
	padding: 15px;

	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.simple-homepage {
	display: none;
}

body.simple-homepage-experiment .simple-homepage {
	display: block;
}

.simple-homepage-experiment h1 {
	margin: 50px auto 50px auto;
	padding-left: 85px;
	height: 75px;
	width: 305px;
	color: #737373;

	font-size: 43px !important;
	font-weight: 100;
	line-height: 75px;
	text-shadow: 0 1px 0 #fff;

	background: transparent;
}

.simple-homepage-experiment .content {
	max-width: 910px;
	margin: auto;
}

.simple-homepage-experiment .box {
	background: #fff;
	width: 43.4065934%;
	height: 280px;
	padding: 35px;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

	-moz-box-shadow:    0px 2px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	box-shadow:         0px 2px 3px rgba(0,0,0,0.2);
}

.simple-homepage-experiment .box:hover {
	-moz-box-shadow:    0px 2px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
	box-shadow:         0px 2px 5px rgba(0,0,0,0.3);

}

.simple-homepage-experiment .or {
	width: 45px;
	height: 45px;
	margin: 100px 20px;

	float: left;

	color: rgba( 0, 0, 0, 0.2);
	text-shadow: 0 1px 1px #f1f1f1, 0 0 0 #aaa,
				 0 4px 1px #f1f1f1;

	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;

	border-radius: 50%;
	border: 8px rgba( 0, 0, 0, 0.1 ) solid;
}

.simple-homepage-experiment .sign-up {
	text-align: center;
}

.simple-homepage-experiment .big-ass-blue-button {
	margin: 20px auto;
	padding: 12px 40px;

	display: inline-block;

	color: #fff !important;
	font-size: 24px;
	text-decoration: none;
	text-shadow:  0px -1px 1px rgba(0,0,0,0.32);

	border-radius: 4px;

	background-color: #0aa1ce;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(10, 161, 206)), to(rgb(0, 136, 181)));
	background-image: -webkit-linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	background-image: -moz-linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	background-image: -o-linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	background-image: -ms-linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	background-image: linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#0aa1ce', EndColorStr='#0088b5');

	border: 1px solid #0088b5;

	box-shadow:	inset 0px 1px 1px rgba(255,254,254,0.5),
				0 1px 1px rgba(0,0,0,0.3);
}

.simple-homepage-experiment .big-ass-blue-button:hover {
	color: #fff;

	background-color: #4eb5d5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(78, 181, 213)), to(rgb(0, 136, 181)));
	background-image: -webkit-linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	background-image: -moz-linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	background-image: -o-linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	background-image: -ms-linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	background-image: linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#4eb5d5', EndColorStr='#0088b5');
}

.simple-homepage-experiment .big-ass-blue-button:active {
	background: #0aa1ce;
	box-shadow:	inset 0px -1px 1px rgba(255,254,254,0.2);
}

.simple-homepage-experiment .login input[type=text],
.simple-homepage-experiment .login input[type=password] {
	display: block;
	width: 90%;
	margin: 0 0 10px 0;
	padding: 10px 15px 10px 35px;

	color: #898989;
	font-size: 14px;
	font-weight: 200;

	border-radius: 3px;

	background: #FCFCFC;

	border: 1px solid #BFBFBF;

	-moz-box-shadow:    inset 0px 1px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.15);
	box-shadow:         inset 0px 1px 3px rgba(0,0,0,0.15);
}

.simple-homepage-experiment .login input:focus {
	background: #fff;
	color: #444;
	border: 1px #aaa solid;
}

.simple-homepage-experiment .login input[type=text] {
	background-position: -3px -3px;
}

.simple-homepage-experiment .login input[type=password] {
	background-position: -3px -57px;
}

.simple-homepage-experiment#h4home #wrapper button.login-button {
	float: right !important;
	padding: 5px 20px !important;
	margin: 20px 0 !important;
	border-radius: 3px !important;
	border: 1px #bbb solid !important;

	color: #464646 !important;
	font-size: 15px !important;
	line-height: 1.6 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;

	text-shadow:         0px 1px 1px #fff !important;
	box-shadow:	inset 0px 1px 1px rgba(255,254,254,0.8),
				0 1px 2px rgba(0,0,0,0.1)  !important;

	background-color: #eaeaea !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(234, 234, 234)), to(rgb(201, 201, 201))) !important;
	background-image: -webkit-linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	background-image: -moz-linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	background-image: -o-linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	background-image: -ms-linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	background-image: linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#eaeaea', EndColorStr='#c9c9c9')  !important;
}

.simple-homepage-experiment#h4home #wrapper .login-button:hover {
	background-color: #fcfcfc !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(252, 252, 252)), to(rgb(202, 202, 202))) !important;
	background-image: -webkit-linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	background-image: -moz-linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	background-image: -o-linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	background-image: -ms-linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	background-image: linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fcfcfc', EndColorStr='#cacaca') !important;
}

.simple-homepage-experiment#h4home #wrapper .login-button:active {
	background: #eaeaea  !important;
	box-shadow: 0 -1px 1px rgba(255,255,255,0.8)  !important;
}

.simple-homepage-experiment .forgot-password {
	display: block;
	margin: 17px 0 4px 0;

	float: left;
	clear: left;

	font-size: 12px;
}

.simple-homepage-experiment .remember-me {
	float: left;
	clear: left;
	margin: 0;
}

.simple-homepage-experiment .remember-me label {
	font-size: 12px;
	color: #1e8cbe;
}

.simple-homepage-experiment .remember-me label:hover {
	color: #005684;
}

.simple-homepage-experiment .footer {
	position: fixed;
		bottom: 20px;
		right: 0;
		left: 0;
	color: #898989;

	font-size: 11px;
	clear: both;
	text-align: center;
}

.simple-homepage-experiment .footer .automattic {
	margin: 0 3px;
	width: 127px;
	height: 13px;

	text-indent: -999999px;
	display: inline-block;
	vertical-align: text-bottom;
}

.simple-homepage-experiment .clear {
	clear: both;
}

/**
 * Retina CSS
 */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi) {

	.simple-homepage-experiment h1 {
		background: transparent;
		background-size: 74px 74px;
	}

	.simple-homepage-experiment .footer .automattic {
		background-size: 127px 11px;
	}

	.simple-homepage-experiment .login input[type=text],
	.simple-homepage-experiment .login input[type=password] {
		background: #FCFCFC;
		background-size: 40px 96px;
	}

	.simple-homepage-experiment .login input:focus {
		background-size: 40px 96px;
	}

}

/**
 * Responsive CSS
 */

@media screen and (max-width: 800px) {

	.simple-homepage-experiment .or {
		clear: both;
		float: none;
		margin: 20px auto;
	}

	.simple-homepage-experiment .box {
		clear: both;
		margin: auto 20px;
		float: none;
		width: auto;
	}

	.simple-homepage-experiment .login {
		margin-bottom: 30px;
	}

	.simple-homepage-experiment .footer {
		position: relative;
		padding-top: 30px;
	}
}

@media screen and (max-height: 580px) {

	.simple-homepage-experiment .footer {
		position: relative;
		padding-top: 30px;
		margin-top: 50px;
	}
}
/* 2-Column Grid Layout */

.widgets-grid-layout {
	width: 100%;
}

.widgets-grid-layout:before,
.widgets-grid-layout:after {
	content: " ";
	display: table;
}

.widgets-grid-layout:after {
	clear: both;
}

.widget-grid-view-image {
	float: left;
	max-width: 50%;
}

.widget-grid-view-image a {
	display: block;
	margin: 0 2px 4px 0;
}

.widget-grid-view-image:image:nth-child(even) {
	float: right;
}

.widget-grid-view-image:nth-child(even) a {
	margin: 0 0 4px 2px;
}

.widgets-grid-layout .widget-grid-view-image img {
	max-width: 100%;
	height: auto;
}

/* Multi-Column Grid Layout */

.widgets-multi-column-grid ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.widgets-multi-column-grid ul li {
	background: none;
	clear: none;
	float: left;
	margin: 0 -5px -3px 0;
	padding: 0 8px 6px 0;
	border: none;
	list-style-type: none !important;
}

.widgets-multi-column-grid ul li a {
	background: none;
	margin: 0;
	padding: 0;
	border: 0;
}

.widgets-multi-column-grid .avatar {
	vertical-align: middle;
}

/* List Layout */

.widgets-list-layout {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.widgets-list-layout li:before,
.widgets-list-layout li:after {
	content:"";
	display:table;
}
.widgets-list-layout li:after {
	clear:both;
}
.widgets-list-layout li {
	zoom:1;
	margin-bottom: 1em;
	list-style-type: none !important;
}

.widgets-list-layout .widgets-list-layout-blavatar {
	float: left;
	width: 21.276596%;
	max-width: 40px;
	height: auto;
}

.widgets-list-layout-links {
	float: right;
	width: 73.404255%;
}

.widgets-list-layout span {
	opacity: 0.5;
}

.widgets-list-layout span:hover {
	opacity: 0.8;
}
@media screen and (max-width: 768px) {	
	.header-logo+.posts-list li{
	width: 100%!important;
	max-width: none!important;
	margin-bottom:10px!important;
	background: #005a8c!important;
	
	
}	.header-logo+.posts-list li img{
	margin: auto!important;
	width: 300px!important;
}
.header-logo+.posts-list li h2{
	font-size: 14px!important;
	line-height: 20px!important;
}
.header-logo{
	max-width: 110px!important;
}
.posts-list.boxes.hfeed{display:none;}
}