/*
Theme Name: The TRADE
Author: Strategic Insight
Author URI: http://strategic-i.com
Version: 1.3.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Custom
Text Domain: cio
*/
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,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ul,
li {
	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;
}

/* END RESET */


/* WORDPRESS STANDARD */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.wp-caption .fa {
	color: #4b4b4b;
	padding-left: 5px;
}

.xs-size .aligncenter,
.xxs-size .aligncenter {
	width: auto !important;
}

/*
 * COMMON STYLES
 *
 * Boilerplate & Resets
 * Grid / Layout
 * Common Styles
 * Typography
 */


/* BOILERPLATE & RESETS */

@-o-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body,
html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	position: relative;
	font-family: calibri, Helvetica, sans-serif;
}

.cf:before,
.cf:after,
.container:before,
.container:after {
	content: "";
	display: table;
}

.cf:after,
.container:after {
	clear: both;
}

.cf,
.container {
	zoom: 1;
}

#tinymce {
	margin: 8px;
}

.mceContentBody {
	height: auto !important;
}


/* COMMON STYLES */

img,
iframe {
	max-width: 100%;
	/* messed up iframe heights
	height: auto;*/
}


/* ======== Adjust Bootstrap's container values
===============================================*/


/*small*/

@media (min-width: 768px) {
	.container {
		width: 100%;
	}
}


/*medium*/

@media (min-width: 992px) {
	.container {
		width: 100%;
	}
}


/*large*/

@media (min-width: 1280px) {
	.container {
		width: 1200px;
	}
}


/* ======== Fixes for old html lingering aroung
===============================================*/
aside.new-social-media br,
.new-social-media img:last-of-type {
	display: none;
}

aside.new-social-media,
#ctl00_ctl00_cphMainSection_cphLeftColumn_socialBar1_pnlVertical {
	display: inline-block;
}

aside.new-social-media li {
	margin-bottom: 5px;
}

/*fix for space created by 1x1 pixelate images*/
img.pixalate-pp-pb {
	height: 0;
	display: block;
}

/*fix for wrapper ad divs taking up space when empty*/
#div-interstitial,
#div-skin,
#div-ppd,
#div-gpt-ad-1699529532834-10,
#div-gpt-ad-1699529532834-9,
#div-gpt-ad-1699529532834-11 {
	height: 0;
}


/* ============================================================
	Global basic styles
============================================================ */

html {
	font-size: 62.5%;
	font-family: 'Open sans', calibri, Helvetica, sans-serif;
}

body {
	background-color: #F4F4F4;
}

p,
.article-text,
.excerpt {
	font-weight: 300;
}

strong,
bold,
b {
	font-weight: 600;
}

i,
em {
	font-style: italic;
}

i i,
em em {
	/* sometimes editors do this to un-italicize, italicized text.*/
	font-style: normal;
}

sup {
	font-variant: super;
	font-size: 0.7em;
}

sub {
	font-variant: sub;
}

img {
	max-width: 100%;
	height: auto;
}

small {
	font-size: 0.8em;
}

blockquote {
	padding-right: 3%;
	margin: 40px 0;
	font-size: 28px;
	color: #B41F24;
	line-height: 35px;
}

.divider {
	background-image: url('../divier_background.html');
	width: 100%;
	height: 6px;
	padding: 0;
	margin: 0;
	border: none;
}

/* ============================================================
	Basic Article styles (standard)
============================================================ */
.article-text {
	font-family: calibri, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 22px;
}

.article-text h1 {
	font-size: 30px;
	line-height: 30px;
	font-family: "calibri";
	padding-bottom: 5px;
}

.article-text h2 {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	padding-top: 20px;
	margin-bottom: 5px;
}

.article-text h3 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}

.article-text p {
	line-height: 1.6em;
	margin-bottom: 1em;
}

.article-text ul,
.article-text ol {
	margin: 20px;
}

.article-text ul,
.article-text ul li {
	list-style-type: disc;
	list-style-position: inside;
}

.article-text ol,
.article-text ol li {
	list-style-type: decimal;
	list-style-position: inside;
}

.article-text li {
	margin-bottom: 5px;
}

.article-text hr {
	border-color: #ccc;
}

.article-text a {
	color: #B41F24;
}

.article-text a:hover {
	color: #B41F24;
}


/* ============================================================
	Basic Table styles for articles
============================================================ */
.article-text table {
	font-size: 13px;
	width: 100%;
}

.article-text td {
	padding: 5px 10px;
	border-bottom: 1px solid #333;
}

.article-text td:first-child {
	text-align: left;
	padding-left: 0;
}

.article-text td.spacer {
	border-bottom: none;
}

/* ============================================================
  Editor styles for the site.
  These styles are styles that are set up for editors to use
  through the tinymce editor. editor-style.css containes the
  style names that get applied.
============================================================ */
/*=== editor text styles*/
.bold-italic-leadin {
	display: inline-block;
	font-size: 1.5em;
	font-style: italic;
	margin-top: 20px;
}

.article-side-note {
	width: 40%;
	padding: 0 10px;
	font-size: 12px;
	color: #5c5f6c;
	float: right;
}

.left-align-object {
	float: left;
	padding-right: 20px;
}

/*old image aligns styles. Only here for existing images using this*/
.article-text .left-image {
	max-width: 30%;
	float: left;
	padding-right: 10px;
}

.article-text .right-image {
	max-width: 30%;
	float: right;
	padding-left: 10px;
}

.article-text .left-image figcaption,
.article-text .right-image figcaption {
	font-size: 10px;
	font-style: italic;
}

.article-text .left-image figcaption .lightbox-button,
.article-text .right-image figcaption .lightbox-button {
	display: none;
}

.left-align-image,
.right-align-image,
.lightbox-left-align-image,
.lightbox-right-align-image {
	background: #fff none repeat scroll 0 0;
	border: none;
	max-width: 40%;
	padding: 0;
	margin: 0;
	text-align: left;
	float: left;
	display: block;
}

.left-align-image em,
.right-align-image em,
.left-align-image p,
.right-align-image p,
.center-align-image em,
.center-align-image p,
.lightbox-left-align-image em,
.lightbox-right-align-image em,
.lightbox-left-align-image p,
.lightbox-right-align-image p,
.lightbox-center-align-image em,
.lightbox-center-align-image p {
	font-size: 11px;
	font-style: italic;
}

.left-align-image,
.lightbox-left-align-image {
	float: left;
	margin-right: 10px;
	font-size: 11px;
}

.right-align-image,
.lightbox-right-align-image {
	float: right;
	margin-left: 10px;
	font-size: 11px;
}

.center-align-image,
.lightbox-center-align-image {
	width: 100%;
	float: none;
	margin: 10px 0;
	padding: 0;
	display: block;
	text-align: center;
	font-size: 11px;
}

.left-align-quote,
.right-align-quote,
.center-align-quote,
.right-block-quote,
.left-block-quote,
.center-block-quote {
	color: #00a1af;
	display: block;
	font-family: "Droid Serif", Georgia, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	line-height: 1.5em;
	padding-left: 0;
	padding-right: 0;
}

.right-align-quote,
.left-align-quote {
	color: #00a1af;
	text-align: center;
	width: 45%;
	margin: 15px;
}

.center-align-quote {
	clear: both;
	color: #00a1af;
	margin: 15px 0;
	text-align: center;
	width: 100%;
}

.right-align-quote {
	float: right;
}

.left-align-quote {
	float: left;
}


/*end old image alignment code*/

/*New image alignment code.*/
.wp-caption,
.wp-caption.alignnone,
alignnone.aligncenter {
	border: none;
	padding: 0;
	margin: 0;
}

.wp-caption-text {
	text-align: left;
	font-style: italic;
}

.xxs-size .wp-caption.alignleft,
.xxs-size .wp-caption.alignright {
	float: none;
	width: 100% !important;
	/*required to overwrite inline width*/
	text-align: center;
}

.xxs-size .wp-caption p.wp-caption-text {
	text-align: center;
}

/*end new image alignment code*/

/*Thoughtleadership styles. */
.subhead,
.thought-leadership-subhead {
	color: #8b3695;
}

/* Basic classes */
.hide {
	display: none;
}

.no-padding {
	/*to give no pading on columns*/
	padding: 0;
}

.no-padding-left {
	padding-left: 0;
}

.no-padding-right {
	padding-right: 0;
}

.no-inline-block-space,
.remove-inline-block-space {
	/*remove space between inline-block items*/
	font-size: 0;
}


.relative {
	position: relative;
}

.hidden-text {
	font-size: 0px;
	text-indent: -9999ppx;
}

.basic-text,
.excerpt {
	font-family: calibri, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.3;
}

.small-text .excerpt {
	font-size: inherit;
}

.small-text {
	font-size: 11px;
}

.article-info {
	color: #B41F24;
	font-family: calibri, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	margin: 0 0 8px;
}

.featured-article .article-info time {
	color: #fff;
	padding-left: 5px;
}

.article-info time {
	color: #999;
	font-family: 'Open Sans', Helvetica, sans-serif;
}

.article-info .fa-lock {
	color: #CC9900;
}

.basic-info {
	color: #999999;
	font-family: calibri, Helvetica, sans-serif;
	font-size: 11px;
}

.basic-title {
	color: #424242;
	font-family: "Droid Serif", Georgia, serif;
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0;
}

.title {
	font-weight: 600;
}

.small-title {
	font-size: 17px;
}

.thin-title {
	font-family: "Karma", "Times New Roman", Times, serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 5px;
}

.thin-title-big {
	font-family: "Karma", "Times New Roman", Times, serif;
	font-weight: 300;
	font-size: 25px;
	margin-bottom: 5px;
}

.thin-title-bigger {
	font-family: "Karma", "Times New Roman", Times, serif;
	font-weight: 300;
	font-size: 36px;
	margin-bottom: 5px;
}

.sub-title {
	font-size: 16px;
}

.sub-title-blue {
	color: #00a0af;
	font-size: 16px;
}

.all-caps {
	text-transform: uppercase;
}

.small-caps {
	text-transform: uppercase;
	font-size: 0.5em;
}

.small-bold-header {
	font-size: 17px;
	font-weight: 700;
	color: inherit;
	font-family: calibri, calibri, Helvetica, sans-serif;
}

.small-bordered-header {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.bordered-header-blue {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 3px solid #00a1af;
}


.sponsored-color-gold {
	color: #cc9933 !important;
}

.sponsored-color-gold-mark {
	border-left: 4px solid #cc9933;
	padding-left: 4px;
}

.sponsored-color-purple {
	color: #8b3695 !important;
}

a {
	color: inherit;
	transition: 0.3s color, 0.3s background-color;
}

a:hover {
	text-decoration: none;
	color: #B41F24;
}

a.disabled {
	pointer-events: none;
	color: #d2d2d2 !important;
	cursor: default;
}

a.header-link-right {
	position: absolute;
	bottom: 0;
	right: 0;
}

a.header-link-small {
	font-size: 14px;
}

.link-header {
	position: relative;
}

.anchor-target {
	display: block;
	position: relative;
	top: -70px;
	visibility: hidden;
	opacity: 0;
}

.red-button {
	background-color: #B41F24;
	font-family: 'Open Sans';
	color: #fff;
	font-weight: 600;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
	font-size: inherit;
	text-align: center;
}

.red-button:hover {
	box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .6), 0 0 1px rgba(0, 0, 0, 0);
	color: #fff;
}

.black-button {
	font-size: 14px;
	padding: 7px 12px;
	background-color: #000;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	font-family: "Roboto Condensed", calibri, Helvetica, sans-serif;
}

.black-button:hover {
	background-color: #B41F24;
	color: #fff;
}

.grey-button {
	font-weight: bold;
	font-size: 15px;
	padding: 7px 12px;
	display: inline-block;
	background-color: #DCDCDC;
	text-align: center;
	color: #000;
	font-family: "calibri";
}

.grey-button:hover {
	background-color: #000;
	color: #fff;
}

.block-align {
	/*set whitespace to 0 to allow inline-block elements to align 100% */
	white-space: nowrap;
}

.block-align * {
	/*reset whitespace for all items after*/
	white-space: normal;
}

.relative-container {
	position: relative;
}

.absolute-container {
	position: absolute;
}

.overlay {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(76, 76, 76, 0) 0%, rgba(0, 0, 0, 1) 100%) repeat scroll 0 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	pointer-events: none;
	/*allow clickthrough to anchor tag so entire block is clickable */
}

.block-list li {
	margin-bottom: 5px;
	line-height: 1.4em;
}

.inline-block-list li {
	display: inline-block;
}

.horizontal-social-media aside.social-media li {
	display: inline-block;
	max-width: 25px;
	margin: 0 5px 0 0;
	padding: 0;
}

.horizontal-social-media div {
	margin: 0;
	padding: 0;
	float: none;
}

.horizontal-social-media aside.social-media {
	margin: 0;
	padding: 0;
	float: none;
}

.listing-header {
	font-family: "calibri", calibri, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #B41F24;
	padding-bottom: 8px;
	border-bottom: 3px solid #B41F24;
}

.listing-header-small {
	font-family: calibri, calibri, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}

.listing-header-smallest {
	font-family: calibri, calibri, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}

.listing-header-bold {
	font-family: calibri, calibri, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}

.listing-header-thin {
	font-family: calibri, calibri, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 10px;
}

.listing-header-bordered {
	border-bottom: 1px solid rgb(204, 204, 204);
	font-family: calibri, calibri, Helvetica, sans-serif;
	font-size: 25px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-weight: normal;
}

.listing-header span {
	font-size: 16px;
	color: #B41F24;
	font-weight: 300;
	font-family: 'Open Sans', calibri, Helvetica, sans-serif;
}

.outside-header {
	font-family: calibri, calibri, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: normal;
	padding: 20px 40px;
}

.page-header {
	font-family: "Karma", "Times New Roman", Times, serif;
	font-size: 26px;
	line-height: 26px;
	font-weight: 300;
	margin: 0;
	margin-bottom: 5px;
}

.bordered {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.indented-paragraph {
	padding-left: 15px;
	display: inline-block;
}

.indented-paragraph-bordered {
	padding-left: 15px;
	border-left: 2px solid #000;
	display: inline-block;
}

.paged-pagination {
	margin: 10px 0;
	font-size: 12px;
	font-family: calibri, Helvetica, sans-serif;
	padding: 0;
}

.paged-pagination div {
	display: inline-block;
	margin: 0 5px;
	color: #B41F24;
}

.paged-pagination input {
	max-width: 28px;
	text-align: center;
	padding: 2px;
	margin-right: 2px;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2) inset;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-color: #edebee;
	font-weight: 600;
}

.paged-pagination a {
	color: #000;
	display: inline-block;
	text-decoration: none;
}

.paged-pagination .fa {
	font-size: 1.4em;
	position: relative;
	top: 2px;
	padding: 0 1px;
}

.paged-pagination a.archive-link {
	float: right;
}

.paged-pagination ol,
.paged-pagination ul,
.paged-pagination li {
	display: inline-block;
}

.paged-pagination li a {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.paged-pagination li a.active {
	font-weight: 600;
	text-decoration: underline;
}

.paged-pagination li a:hover {
	color: #f47b20;
}



.paged-pagination.full-width-pagination {
	text-align: center;
	position: relative;
	padding: 0;
}

.paged-pagination.full-width-pagination ol {
	background-color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	z-index: 10;
}

.paged-pagination.full-width-pagination li a {
	padding-left: 10px;
	padding-right: 10px;
}

.paged-pagination.full-width-pagination .next-button,
.paged-pagination.full-width-pagination .prev-button {
	margin-top: -9px;
	background-color: #E1E1E1;
	padding: 5px 10px;
	position: absolute;
	z-index: 10;
}

.paged-pagination.full-width-pagination .prev-button {
	left: 0;
}

.paged-pagination.full-width-pagination .next-button {
	right: 0;
}

.paged-pagination.full-width-pagination .next-button:hover,
.paged-pagination.full-width-pagination .prev-button:hover {
	background-color: #fff;
	color: inherit;
}

.paged-pagination.full-width-pagination hr {
	width: 100%;
	position: absolute;
	top: 5px;
	margin: 0;
	padding: 0;
	height: 6px;
	background-color: #E1E1E1;
	border: none;
	z-index: 5;
}

.home-pagination {
	padding: 20px 0 40px 0;
	clear: both;
}

.home-pagination .see-all-news {
	float: right;
}

.basic-list li {
	display: list-item;
	list-style-type: disc;
	list-style-position: inside;
	margin: 10px 0;
}

.basic-list li div {
	display: inline-block;
	max-width: 95%;
}

.basic-list li div p {
	margin: 0;
}

a.inherit-hover-color:hover {
	color: inherit !important;
}

.animate-all {
	transition: all 0.3s;
}

.collapse-able {
	overflow: hidden;
	transition: all 0.7s;
}

.collapse-able.closed {
	height: 25px !important;
}

.collapse-able .collapse-header {
	cursor: pointer;
}


/*===== MAIN NAV & HEADER
==================*/
.main-header .super-nav {
	background-color: #B41F24;
	color: #C7C7C7;
}

.main-header .super-nav a {
	color: #fff;
}

.main-header .super-nav ul {
	display: inline-block;
	font-size: 0;
}

.main-header .super-nav li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
}

.main-header .super-nav .menu-item-has-children:hover .sub-menu a:hover {
	background-color: #B41F24;
}

.main-header .super-nav .social-nav li {
	font-size: 14px;
	padding-right: 10px;
	padding-top: 10px;
}

.social-nav .fa {
	transition: color 0.2s ease;
}

.social-nav .fa-twitter:hover {
	color: #1da1f2;
}

.social-nav .fa-linkedin:hover {
	color: #0077b5;
}

.social-nav .fa-rss:hover {
	color: #f26522;
}

.main-header .super-nav .menu-top-nav {
	float: right;
}

.main-header .super-nav .menu-top-nav li a {
	display: block;
	padding: 10px;
	border-left: 1px solid #B41F24;
	font-size: 10px;
	font-weight: 700;
	transition: color 0.2s ease;
}

.main-header .super-nav .menu-top-nav li a:hover {
	color: #f4f4f4;
}

.main-header .super-nav .menu-top-nav .register-button a,
.main-header .super-nav .menu-top-nav .signin-button a,
.main-header .main-nav .mobile-nav li.register-button a,
.main-header .main-nav .mobile-nav li.signin-button a {

	background-color: #fff;
	color: #fff;
}

.main-header .super-nav .menu-top-nav .signin-button a {
	border-color: #f4f4f4;
}

.main-header .main-nav {
	background-color: #000;
	border-bottom: 1px solid #ccc;
	font-size: 0;
}

.main-header .main-nav ul {
	width: 100%;
}

.main-header .main-nav li {
	display: inline-block;
	font-family: 'calibri', "Roboto Condensed", Verdana, Geneva, sans-serif;
	vertical-align: top;
}

.main-header .main-nav li a {
	padding: 25px 18px;
	font-size: 15px;
	display: block;
	color: #fff;
	border-left: 1px solid #000;
	text-transform: uppercase;
}

.main-nav li a .fa-home {
	font-size: 22px;
	margin-bottom: -4px;
	margin-top: -4px;
}

.main-header .main-nav li a:hover,
.main-header .menu-item-has-children .sub-menu li:hover a {
	color: #ccc;
}

#sticky-nav .menu-item-has-children ul {
	background: #fff;
}

#sticky-nav .menu-item-has-children ul a {
	color: #000;
}

#sticky-nav .menu-item-has-children ul a:hover {
	color: #fff;
}

.main-header .main-nav .logo img {
	width: 100%;
	max-width: 160px;
}

.main-header .main-nav li.logo a {
	border-left: none;
	padding: 5px 5px 0 0;
}

.main-header .main-nav li .fa-lock {
	color: #CC9900;
}

.main-header .main-nav li .fa-lock,
.main-header .main-nav li .fa-chevron-down {
	font-size: 12px;
}

.main-header .main-nav .search-button a {
	display: inline-block;
	color: #ffffff;
	font-size: 20px;
	padding: 20px 13px;
	background-color: transparent;
	border-left: 0;
	cursor: pointer;
}

.main-header .main-nav li.search-button a:hover {
	color: #ccc;
}

.main-header .main-nav .search-box {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s, right 0.3s;
}

.main-header .main-nav .active .search-box {
	opacity: 100;
	right: 110px;
	pointer-events: all;
}

.main-header .main-nav .search-box input {
	margin: 5px 0;
	color: #999;
	font-size: 14px;
	padding: 7px;
}

/*dropdowns*/
.main-header .menu-item-has-children {
	position: relative;
}

.main-header .menu-item-has-children .sub-menu {
	position: absolute;
	top: 96%;
	z-index: 10000;
	display: none;
	width: 200%;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
	min-width: 140px;
}

.main-header .menu-item-has-children:last-child .sub-menu {
	right: 0;
}

.main-header .menu-item-has-children .sub-menu li {
	display: block;
}

.main-header .menu-item-has-children .sub-menu a {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	border-left: none;
	display: block;
	font-size: 14px;
	color: #fff;
}

.main-header .main-menu-nav .menu-item-has-children .sub-menu li {
	background-color: #f7f4ee;
	transition: background-color 0.3s;
}

.main-header .main-menu-nav .menu-item-has-children .sub-menu li a {
	color: #000;
}

.main-header .main-menu-nav .menu-item-has-children .sub-menu li:hover {
	background-color: #000;
}

.main-header .main-menu-nav .menu-item-has-children .sub-menu li:hover a {
	color: #fff;
}

.main-header .main-menu-nav .menu-item-has-children .sub-menu li:hover .sub-menu a {
	color: #000;
}

.main-header .main-menu-nav .menu-item-has-children .sub-menu .sub-menu li:hover a {
	color: #fff;
}

.main-header .menu-item-has-children:hover .sub-menu {
	display: block;
}

.main-header .menu-item-has-children:hover .sub-menu .sub-menu {
	display: none;
}

.main-header .menu-item-has-children:hover .menu-item-has-children:hover .sub-menu {
	display: block;
	position: absolute;
	left: 100%;
	top: -50%;
	width: 100%;
}

.main-header .menu-item-has-children:hover .sub-menu a:hover {
	background: #000;
	color: #fff;
}

.main-header .menu-top-nav .menu-item-has-children .sub-menu a {
	background-color: #fff;
	color: #000;
	border-left: none;
	line-height: 15px;
	min-width: 200px;
}

/*search bar*/
.main-header .search-bar {
	position: absolute;
	bottom: -60%;
	right: 0;
	display: inline-block;
	z-index: -10;
	opacity: 0;
}

.main-header .search-bar.active {
	z-index: 100;
	opacity: 1;
	bottom: -100%;
}

.main-header .search-bar input {
	vertical-align: top;
}

.main-header .search-bar input[type='submit'] {
	font-size: 14px;
	vertical-align: top;
}

input {
	padding: 10px;
	font-size: 14px;
	border: none;
	color: #666;
}

input[type='text'],
input[type='password'],
input[type='email'] {
	background-color: #F5F5F5;
	box-shadow: none;
	border: 1px solid #ccc;
}

input[type='submit'] {
	background-color: #B41F24;
	border: 1px solid #B41F24;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

select {
	background-color: #F5F5F5;
	box-shadow: none;
	border: 1px solid #ccc;
}

.main-header .header-ad-container {
	text-align: center;
	background-color: #F4F4F4;
}

.main-header .header-ad-container {
	text-align: center;
	background-color: #F4F4F4;
}


/*sticky nav*/
#sticky-nav {
	padding: 5px 0 0;
	z-index: 998;
	position: fixed;
	top: -100px;
	left: 0;
	right: 0;
	width: 100%;
}

.xs-size #sticky-nav,
.xxs-size #sticky-nav {
	display: none !important;
}

#sticky-nav .navigation-row {
	padding: 0;
}

#sticky-nav .logo img {
	max-width: 100px;
}

#sticky-nav .logo a {
	padding: 11px 5px 0 0;
}

#sticky-nav .search-container {
	margin-top: 5px;
}

#sticky-nav ul.menu>li:first-child a {
	padding-bottom: 5px;
}

.main-header header,
#sticky-nav {
	background: #000;
}

/*SLICKNAV and Mobile Nav styles
================*/
.mobile-nav {
	position: fixed;
	z-index: 8000;
	/*10 less than loginbox*/
	width: 100%;
	padding: 0 15px;
	background-color: #B41F24;
}

.mobile-nav .mobile-logo {
	position: absolute;
	top: 4px;
	left: 15px;
	max-width: 90px;
}

.mobile-nav .row {
	background-color: #000;
}

.mobile-nav .slicknav_menu {
	background-color: #000;
	padding: 5px 0;
}

.mobile-nav .slicknav_brand {
	max-width: 125px;
	padding-left: 0;
	padding-right: 0;
}

.main-header .main-nav .mobile-nav li {
	display: block;
	border: none;
	position: relative;
}

.main-header .main-nav .mobile-nav li a {
	display: inline-block;
	border: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.main-header .main-nav .mobile-nav li a:hover {
	background-color: transparent;
}

.main-header .main-nav .mobile-nav li>a {
	padding: 10px 0;
	margin: 0;
}

.main-header .main-nav .mobile-nav li .sub-menu {
	position: static;
	box-shadow: none;
	border: none;
	display: inline-block;
}

.main-header .main-nav .mobile-nav li .fa-chevron-down {
	display: none;
}

.main-header .main-nav .mobile-nav li.register-button a,
.main-header .main-nav .mobile-nav li.signin-button a {
	display: block;
	padding: 10px;
	margin: 10px 0;
}

.main-header .main-nav .mobile-nav li.register-button,
.main-header .main-nav .mobile-nav li.signin-button {
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 0;
}


/* search box styles ====
=========================*/
.search-box .fancybox-skin {
	box-shadow: none;
	background-color: #fff;
}

.search-box .fancybox-close {
	background-image: none;
	color: #999;
	top: -100%;
	right: 0;
	font-size: 25px;
	width: 50px;
	height: auto;
	outline: none;
	text-decoration: none;
	padding: 15px 0;
	text-align: center;
}

.search-box .search-input {
	width: 90%;
	box-shadow: none;
	border-bottom: 1px solid #ccc;
	font-size: 25px;
}

.search-box .search-submit {
	width: 10%;
	font-size: 30px;
	background-color: transparent;
	font-weight: bold;
	border: none;
	color: #999;
}


/* Main container global styles
===============*/
.main-container {
	padding: 0;
}

.indented-section,
.main-header header .container {
	padding-left: 40px;
	padding-right: 0;
}

.indented-section {
	padding-right: 40px;
}

#sticky-nav .container {
	padding-left: 0;
}

.sm-size .indented-section,
.xs-size .indented-section,
.xxs-size .indented-section,
.sm-size .main-header header .container,
.xs-size .main-header header .container,
.xxs-size .main-header header .container {
	padding-left: 15px;
	padding-right: 0;
}

.sm-size .indented-section,
.xs-size .indented-section,
.xxs-size .indented-section {
	padding-right: 15px;
}

.sm-size .outside-header,
.xs-size .outside-header,
.xxs-size .outside-header {
	padding-left: 15px;
	padding-right: 15px;
}

.main-content {
	padding-top: 30px;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 30px;
}

.main-content.indented-section {
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 0;
}

/*
calc width to have our sidebar lock at 300. Not widly supported.
Included fallback. If browser doesnt understadn calc, will use normal %
*/
.main-content {
	-moz-width: calc(100% - 300px);
	-webkit-width: calc(100% - 300px);
	-o-width: calc(100% - 300px);
	width: 70.667%;
	/* fallback */
	width: calc(100% - 300px);
	/*padding-right:60px;*/
	background-color: #fff;
	padding-bottom: 40px;
}

.main-content.no-sidebar {
	-moz-width: 100%;
	-webkit-width: 100%;
	-o-width: 100%;
	width: 100%;
}

.main-sidebar {
	width: 29.333%;
	/*fallback*/
	width: 300px;
	padding: 0;
}

.xs-size .main-content,
.xs-size .main-sidebar,
.xxs-size .main-content,
.xxs-size .main-sidebar {
	width: 100%;
}

.xs-size .main-content,
.xs-size .main-sidebar,
.xxs-size .main-content,
.xxs-size .main-sidebar,
.xs-size .main-header .container>div,
.xxs-size .main-header .container>div,
.xs-size .main-footer .container,
.xxs-size .main-footer .container {
	padding-left: 0;
	padding-right: 0;
}

/*
======
locked size on md-sizes so ads have enough room to show.
May or may not be required.
====
.md-size .main-container,
.md-size .main-header,
.md-size .main-footer {
    min-width: 1125px;
}


.md-size .main-content {
    min-width: 728px;
}
*/
/* Sidebar and ads =======
==========================*/
.main-sidebar section {
	padding: 20px 0;
}

.main-sidebar section.ad {
	padding: 0;
	text-align: center;
}

/* unnessary I think?
.main-sidebar section .listing-header {
	padding-bottom:10px;
}
*/
.main-sidebar .sidebar-container {
	padding: 0 20px;
}

.main-sidebar .grey-background {
	background-color: rgba(0, 0, 0, .1);
}

.main-sidebar .dark-grey-background {
	background-color: #DCDCDC;
}

.main-sidebar .dark-dark-grey-background {
	background-color: #C7C7C7;
}

.main-sidebar .most-popular .most-popular-button {
	display: inline-block;
	width: 50%;
	text-align: center;
	font-weight: bold;
	background-color: #C7C7C7;
	color: #000;
	padding: 6px 0;
	font-size: 12px;
	font-family: calibri;
	position: relative;
	cursor: pointer;
}

.main-sidebar .most-popular .most-popular-button .fa {
	position: absolute;
	bottom: -11px;
	left: 50%;
	z-index: 10;
	font-size: 18px;
	margin-left: -8px;
}

.main-sidebar .most-popular .most-popular-button.active {
	background-color: #B41F24;
	color: #fff;
}

.main-sidebar .most-popular .most-popular-button .fa {
	color: #B41F24;
	opacity: 0;
}

.main-sidebar .most-popular .most-popular-button.active .fa {
	opacity: 1;
}

/* REMOVE SWITCHER */
.most-popular-button {
	display: none !important;
}

.main-sidebar .most-popular .most-popular-list {
	margin-top: 20px;
	display: none;
}

.main-sidebar .most-popular .most-popular-list.active {
	display: block;
}

.main-sidebar .most-popular .most-popular-list li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
}

.main-sidebar .most-popular .most-popular-list li:last-child {
	padding-bottom: 10px;
	margin-bottom: 0;
}

.main-sidebar .most-popular .most-popular-list .title {
	color: #B41F24;
}

.main-sidebar .most-popular .most-popular-list h4 {
	font-family: "Karma", "Times New Roman", Times, serif;
	font-size: 16px;
	padding-top: 3px;
	line-height: 20px;
}

.main-sidebar .upcoming-event {
	padding-bottom: 0;
}

.main-sidebar .thought-leadership li:not(:last-child) {
	padding-bottom: 20px;
}

.main-sidebar .thought-leadership li a>div {
	width: calc(100% - 105px);
	padding-left: 10px;
	vertical-align: top;
	display: inline-block;
	font-size: 15px;
	font-family: "Karma", "Times New Roman", Times, serif;
	line-height: 18px;
}

.main-sidebar .thought-leadership li .sponsor {
	font-size: 12px;
	font-family: 'Open Sans';
	line-height: 14px;
	margin-top: 3px;
}

.main-sidebar .thought-leadership li img,
.main-sidebar .industry-white li img {
	max-width: 100px;
}

.main-sidebar .thought-leadership .tl-video-slideshow {
	margin-bottom: 20px;
	min-height: 220px;
}

.main-sidebar .market-mirror li {
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	line-height: 20px;
}

.main-sidebar .industry-white img {
	float: left;
	padding: 0 5px 5px 0;
}

.main-sidebar .industry-white li {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 15px;
}

.main-sidebar .industry-white li a {
	color: #CC9900;
	display: block;
	font-weight: bold;
}

.featured-box-container img {
	width: 100%;
}

.featured-box-container .text-box {
	padding: 0;
	background-color: transparent;
	position: relative;
	z-index: 10;
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 20px;
}

.featured-box-container .text-box .listing-title {
	font-size: 18px;
}

/*====== Main site Footer
========================*/

.main-footer {
	/*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #464646 0%, #000000 100%) repeat scroll 0 0;
	background-color:#2B2E34;*/
	background-color: #000000;
	color: #b1b1b1;
	margin-top: 30px;
	padding: 0 0 30px 0;
	font-size: 12px;
}


.main-footer h5 {
	font-family: 'calibri';
	margin-bottom: 7px;
	line-height: 1.8;
	font-size: 14px;
	font-weight: bold;
}

.main-footer h6 {
	font-family: 'calibri';
	margin-bottom: 10px;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}

.main-footer li {
	margin-bottom: 10px;
	font-family: 'Open Sans';
	font-size: 14px;
}

.main-footer .footer-nav,
.main-footer .footer-about,
.main-footer .footer-issue,
.main-footer .footer-get-access {
	border-right: 1px solid #333;
	min-height: 395px;
	padding-top: 15px;
}

.main-footer .footer-nav ul {
	padding-bottom: 20px;
}

.footer-issue h4 {
	margin: 10px 0 0;
	font-weight: bold;
	line-height: 14px;
}

.main-footer .footer-get-access {
	border-right: none;
}

.main-footer .footer-get-access h5 {
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
	margin-bottom: 5px;
	text-align: left;
}

.main-footer .download-app {
	text-align: center;
}

.main-footer .subscribe {
	padding-bottom: 20px;
}

.main-footer .footer-get-access .download-app div img {
	margin-bottom: 10px;
	max-width: 400px;
	width: 100%
}

.main-footer .footer-get-access .subscribe a.link-button {
	display: block;
	padding: 10px;
	margin: 10px 0;
	color: #fff;
	width: 100%;
	font-weight: bold;
	font-size: 12px;
	background-color: #B41F24;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.3s;
}

.main-footer .footer-get-access .subscribe a.link-button:hover {
	color: #fff;
	background-color: #666;
}

.main-footer .footer-get-access .subscribe a {
	color: #B41F24;
	text-decoration: underline;
}


.main-footer .footer-about .advertise {
	font-family: 'calibri';
	padding: 30px 0 0 0;
	line-height: 19px;
	font-size: 12px;
	font-weight: bold;
	padding: 15px 0;
	border-top: 1px solid #333;
}

.main-footer .footer-about .advertise-with-ps {
	color: #B41F24;
}

.main-footer #menu-footer-nav-pages {
	padding-bottom: 20px;
}

.main-footer .footer-bar {
	border-bottom: 1px solid #333;
}

.main-footer .footer-bar .footer-logo {
	padding-top: 6px;
}

.main-footer .footer-bar .footer-logo img {
	max-width: 135px;
	width: 100%;
}

@media (max-width: 767px) {
	.main-footer .footer-bar .footer-logo img {
		max-width: 92px;
	}
}

.main-footer .footer-bar div>div:last-child {
	text-align: right;
}

.main-footer .footer-bar h5 {
	color: #B41F24;
	padding-right: 15px;
}

.main-footer .footer-bar h5,
.main-footer .footer-bar ul {
	display: inline-block;
}

.main-footer .footer-bar li {
	display: inline-block;
	font-size: 29px;
	color: #cccccc;
	background-color: #333;
	margin: 0;
	border-right: 1px solid #444;
}

.main-footer .footer-bar li a {
	padding: 20px 20px;
	display: block;
	transition: color 0.4s;
}

.main-footer .footer-bar li:hover a {
	color: #B41F24;
}


.main-footer .site-footer {
	padding-top: 10px;
	font-size: 10px;
	border-top: 1px solid #333;
}

.main-footer .site-footer .logo {
	float: left;
	margin: 0 10px 10px 0;
	max-width: 140px;
}

.main-footer .site-footer ul {
	display: inline-block;
	margin-top: 9px;
}

.main-footer .site-footer li {
	display: inline-block;
	font-size: 11px;
}

.main-footer .site-footer li:not(:last-child):after {
	content: ' /';
}

.sm-size .main-footer .footer-nav,
.sm-size .main-footer .footer-about,
.sm-size .main-footer .footer-issue,
.xs-size .main-footer .footer-nav,
.xs-size .main-footer .footer-about,
.xs-size .main-footer .footer-issue,
.xxs-size .main-footer .footer-get-access .download-app>div:first-child,
.xxs-size .main-footer .footer-nav,
.xxs-size .main-footer .footer-about,
.xxs-size .main-footer .footer-issue,
.xxs-size .main-footer .footer-get-access .download-app>div:first-child {
	border: none;
	min-height: 0;
	margin-bottom: 40px;
}

.sm-size .main-footer .footer-get-access .download-app>div:last-child h6,
.xs-size .main-footer .footer-get-access .download-app>div:last-child h6,
.xxs-size .main-footer .footer-get-access .download-app>div:last-child h6 {
	text-align: left;
}

.xxs-size .main-footer .footer-bar li a {
	padding: 10px;
}


/*==== Listing Page Styles
==========================*/
.list-page .list-item {
	padding: 3% 0;
	border-bottom: 1px solid #cccccc;
}

.list-page .list-item:last-child {
	border-bottom: none;
}

.list-page .list-item:first-child:not(.featured-article) {
	padding-top: 0;
}

.list-page .list-item .title,
.listing-title {
	color: #000;
	font-family: "bodoni-urw", "aw-conqueror-didot", "Karma", "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: normal;
	margin: 2px 0 8px;
	line-height: 1.2;
}

.list-page .list-item.sponsored .title,
.list-page .list-item.sponsored p,
.list-page .list-item.sponsored time,
.list-page .list-item.sponsored .fa,
.list-page .list-item.sponsored .article-info {
	color: #CC9900;
}

.list-page .list-item img {
	display: inline-block;
	padding-right: 2%;
}

.list-page .list-item.block-align img {
	width: 200px;
	max-width: 35%;
}

.list-page .list-item .short {
	max-width: 65%;
	display: inline-block;
	vertical-align: top;
}

.list-page .list-item.right-align-listing-image img {
	float: right;
	padding-right: 0;
}


.list-page .featured-article,
.featured-article {
	border: medium none;
	margin: 0 0 3% 0;
	padding: 0;
	position: relative;
}


.featured-article img,
.list-page .featured-article img {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.featured-article .text-container {
	bottom: 8%;
	color: #fff;
	left: 4%;
	margin: 0;
	max-height: 8000px;
	position: absolute;
	width: 92%;
	z-index: 100;
	padding-right: 0;
	pointer-events: none;
	/*allow clickthrough to anchor tag so entire block is clickable */
}

.featured-article .featured-overlay-link {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	z-index: 100;
}

.list-page .featured-article h2.title {
	font-size: 32px;
}

.list-page .featured-article .title,
.featured-article .title,
.featured-article .basic-text {
	color: #fff;
}

/* Video Page ====
==================*/

.video-container {
	padding-bottom: 20px;
}

.video-discription time {
	font-weight: bold;
}

.video-discription .basic-title {
	font-size: 20px;
}

.video-discription .article-text {
	font-size: 15px;
}

.block-listing-title {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 30px;
}

.block-listing-header {
	font-size: 2em;
	margin-bottom: 10px;
	font-family: "Droid Serif", Georgia, serif;
	color: #999999;
}

.video-listing .row {
	margin-bottom: 30px;
}

.video-listing .block-listing-title {
	margin-top: 3px;
}

.video-listing article .relative-container {
	margin-bottom: 5px;
	overflow: hidden;
}

.video-listing article img {
	width: 100%;
}


.video-listing article time {
	font-weight: bold;
}

.video-listing a.header-link-right {
	font-size: 0.6em;
	vertical-align: bottom;
	position: absolute;
	bottom: 0;
	right: 15px;
}

.video-listing .sponsor-tag {
	padding: 3px 5px;
	display: block;
	position: absolute;
	width: 100%;
	bottom: 0;
	color: #fff;
	font-weight: 600;
	background-color: #D6A841;
}

.video-listing .row .clearfix {
	display: none;
}

.video-listing .row .clearfix:nth-of-type(even) {
	display: block;
}

.sm-size .video-listing .row .clearfix,
.xs-size .video-listing .row .clearfix,
.xxs-size .video-listing .row .clearfix {
	display: block;
}




/* Inside the magazine
======================*/
.inside-the-magazine {
	background-color: #FFF;
	padding: 0 0 40px;
	width: 100%;
}

.inside-the-magazine .slide {
	width: 100%;
}

.inside-the-magazine article {
	position: relative;
	color: #fff;
	font-size: 12px;
	padding: 0 5px;
}

.inside-the-magazine article img {
	width: 100%;
	display: block;
}

.inside-the-magazine article .text {
	color: #000;
	font-weight: 300;
}

.inside-the-magazine article a {
	display: block;
	width: 100%;
	height: 100%;
}

.inside-the-magazine article a:hover {
	color: #B41F24;
}

.inside-the-magazine .text span {
	display: block;
	text-transform: uppercase;
	color: #B41F24;
	font-size: 10px;
	font-family: 'calibri';
	font-weight: bold;
	margin: 10px 0 5px;
}

.inside-the-magazine a img {
	transition: opacity 0.2s ease;
}

.inside-the-magazine a img:hover {
	opacity: 0.8;
}

.inside-the-magazine h4 {
	font-size: 17px;
	font-family: "Karma", "Times New Roman", Times, serif;
	line-height: 20px;
}

.inside-the-magazine .header {
	margin-bottom: 20px;
}

.inside-the-magazine .inside-the-magazine-nav {
	font-size: 12px;
	position: absolute;
	bottom: 0;
	right: 0;
	cursor: pointer;
}

.inside-the-magazine .left-button {
	right: 35px;
}

.xs-size .inside-the-magazine article,
.xxs-size .inside-the-magazine article {
	padding-bottom: 10px;
}


/* Sponsored Messages
======================*/
.sponsored-messages {
	padding-top: 20px;
	padding-bottom: 20px;
}

.sponsored-messages .listing-header {
	padding-bottom: 20px;
}

.sponsored-messages .sponsored-message {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 20px;
}

.sponsored-messages .sponsored-message:nth-child(2) {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.sponsored-messages .sponsored-message a {
	color: #CC9900;
	display: block;
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 14px;
}

/* Breadcrumb styles
======================*/
.breadcrumbs {
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	font-family: 'Open Sans', calibri, Helvetica, sans-serif;
	line-height: normal;
}

.breadcrumbs>span:last-child {
	color: #B41F24;
}


/* Article page and social styles
======================*/
.white-background {
	/*to maintain white background on scrolling articles*/
	background-color: #fff;
}

.article-page {
	padding-bottom: 40px;
}

.article-page header {
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.article-page .article-info {
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline-block;
}

.article-page .social-media {
	vertical-align: top;
	margin-top: 20px;
	display: inline-block;
}

.xs-size .article-page .social-media,
.xxs-size .article-page .social-media {
	position: static !important;
}

.social-media ol {
	list-style: none;
}

.social-media li {
	font-size: 30px;
	text-align: center;
	margin-top: 5px;
	display: inline-block;
}

.social-media .social-reprint,
.social-media .social-print {
	font-size: 25px;
}

.social-media li .fa {
	color: #999;
}

.social-media li .facebook-share-link .fa:hover {
	color: #3b5998;
}

.social-media li .twitter-share-link .fa:hover {
	color: #55ACEE;
}

.social-media li .linkedin-share-link .fa:hover {
	color: #0077b5;
}

.social-media .social-email .fa:hover {
	color: #006EC3;
}

.social-media .social-reprint .fa:hover {
	color: #E15D4F;
}

.social-media .social-print .fa:hover {
	color: #444;
}

/*only show print button on approved templates*/
.social-media .social-print {
	display: none;
}

body.single-format-standard .social-media .social-print,
body.single-thought-leadership .social-media .social-print,
body.single-magazine .social-media .social-print {
	display: inline-block;
}




.horizontal-social-media-container {
	padding-bottom: 10px;
}

.horizontal-social-media-container .social-media li {
	display: inline-block;
	padding-right: 15px;
}

.horizontal-social-media-container .social-media li:last-child {
	padding-right: 0;
}

/* Login Page ====
==================*/
#div_login {
	padding: 20px;
}

#div_login .login-box {
	max-width: 750px;
}

#div_login .login-box table {
	width: 100%;
}

#div_login .login-box input {
	width: 100%;
}

#div_login .login-box>div:not(:last-child) {
	border-right: 1px solid #ccc;
}

#div_login .login-box .block-listing-header {
	font-family: 'Open Sans', calibri;
	font-size: 25px;
}

#div_login .login-box .forgot-password {
	font-style: italic;
	font-size: 12px;
	text-decoration: underline;
}

#div_login .login-box p {
	margin-bottom: 20px;
}

#div_login .login-box .red-button {
	font-size: 12px;
}

#div_login .login-box .red-button:last-child {
	float: right;
}

#div_login .login-table td {
	padding: 10px;
}

#div_login .login-table td:first-child {
	width: 100px;
	padding-left: 0;
}

#div_login .login-table #login_submit {
	width: 100px;
}

#div_login #div_result {
	display: inline-block;
	padding: 0 10px;
	color: #B41F24;
}

.article-body aside.advertisment {
	font-size: 12px;
	margin: 30px 0;
}

.article-body {
	margin: 20px 0 0 0;
	font-family: calibri, 'Open Sans', Helvetica, sans-serif;
	display: inline-block;
	padding-left: 0;
}

.article-body a {
	color: #B41F24;
}

.article-title-basic {
	font-family: "bodoni-urw", "aw-conqueror-didot", "Karma", "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: 300;
	margin: 0;
}

.xxs-size .article-title-basic,
.xs-size .article-title-basic {
	font-size: 22px;
	font-weight: 500;
}

.sm-size .article-title-basic {
	font-size: 20px;
}

.featured-article .article-title-basic {
	color: #fff;
	margin: 2px 0 5px;
	line-height: 1.3;
}

.article-summery-basic {
	font-family: "bodoni-urw", "aw-conqueror-didot", "Karma", "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 1.4em;
	margin-top: 10px;
	font-weight: 300;
}

.article-page .article-sidebar-block {
	background-color: #DCDCDC;
	padding: 20px;
	margin-bottom: 20px;
}

.article-page .author {
	margin: 10px 0 0 0;
	font-style: italic;
	font-size: 16px;
	font-weight: 300;
}

.article-page .author a {
	color: #B41F24;
}

.article-page .article-tags {
	padding-top: 20px;
}

.article-page .article-tags,
.article-page .article-tags a {
	color: #666;
}

.article-page .article-tags a:hover {
	color: #B41F24;
}

.article-banner-ad {
	text-align: center;
	/*padding: 3% 0;*/
	clear: both;
}

.article-banner-ad .top-banner {
	border-bottom: 1px solid #aaa;
}

.top-banner {
	margin: 0 0 40px;
}

.no-show {
	display: none;
}

.article-page .fa-spinner {
	display: block;
	margin: 20px auto;
}

ol.tag-list {
	margin-top: 20px;
	padding-left: 0;
	font-size: 11pt;
}

ol.tag-list li {
	padding: 1px 1px 5px 0;
	margin-bottom: 5px;
	border-bottom: 1px dotted #cecece;
}

ol.tag-list li a {
	display: block;
	padding: 5px 0;
}

/*Search Page Input */
.full-width-search {
	padding-bottom: 20px;
}

.full-width-search .search-input {
	width: 90%;
	background-color: #F5F5F5;
	box-shadow: none;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.full-width-search .search-submit {
	width: 10%;
	background-color: #B41F24;
	border-right: 1px solid #B41F24;
	border-top: 1px solid #B41F24;
	border-bottom: 1px solid #B41F24;
	color: #fff;
	font-weight: bold;
}

.market-mirror li p:not(:last-child) {
	margin-bottom: 1em;
}


h3.type-header,
h5.type-header {
	font-family: 'Karma', "Times New Roman", serif;
	font-size: 29px;
	line-height: 1.4;
}

h5.type-header {
	font-size: 19px;
	font-weight: 300;
}

ul.survey-years {
	margin: 20px 0 0;
	font-size: 0;
}

.survey-years li {
	font-weight: bold;
	font-family: "calibri", sans-serif;
	display: inline;
}

.survey-years li a {
	display: inline-block;
	padding: 5px 30px;
	font-size: 14pt;
	margin-right: 10px;
	background: #c7c7c7;
	transition: all 0.2s ease;
}

.survey-type-featured img {
	width: 100%;
	display: block;
	margin: 0 0 10px;
}


/*============================
======= MOBILE STYLES ========
=============================*/

/*header breakpoint changes*/
.xs-size .main-header .main-nav,
.xxs-size .main-header .main-nav {
	min-height: 45px;
}

.md-size .main-header .main-nav li a {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 15px;
	color: #fff;
}

.md-size .main-header .main-nav .logo img {
	max-width: 125px;
}

.sm-size .main-header .main-nav li a {
	padding-left: 6px;
	padding-right: 6px;
	font-size: 14px;
}

.sm-size .main-header .main-nav li.logo a {
	padding-top: 10px;
}

.sm-size .main-header .main-nav .logo img {
	max-width: 75px;
}

.sm-size .main-header .main-nav .search-button a {
	padding-right: 6px;
	padding-top: 9px;
	font-size: 14px;
}

/*featured text, basic text, and headers*/
.xxs-size .featured-article img,
.xxs-size .list-page .featured-article img {
	max-width: 100%;
	width: 100%;
}

.xxs-size .list-page .list-item .title,
.xxs-size .listing-title,
.xs-size .list-page .list-item .title,
.xs-size .listing-title {
	font-size: 18px;
}

.sm-size .list-page .list-item .title,
.sm-size .listing-title {
	font-size: 22px;
}

.xxs-size .featured-article .text-container,
.xs-size .featured-article .text-container,
.sm-size .featured-article .text-container {
	padding-right: 0;
}

.xxs-size .basic-text .excerpt,
.xxs-size .basic-text .excerpt {
	font-size: 14px;
}

.xs-size .featured-article .basic-text,
.xxs-size .featured-article .basic-text {
	display: none;
}

.sm-size .list-page .featured-article .basic-text {
	font-size: 16px;
}

.xs-size .list-page .featured-article .basic-text {
	font-size: 14px;
}

.xxs-size .list-page .featured-article .article-info,
.xxs-size .list-page .featured-article p {
	display: none;
}


/*listing page article blocks*/
.xxs-size .list-page .list-item img {
	max-width: 100%;
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
	display: block;
	float: none;
}

.xxs-size .list-page .list-item .short {
	max-width: 100%;
	width: 100%;
	display: block;
}


/* video page */
.xl-size .video-listing article .relative-container,
.lg-size .video-listing article .relative-container,
.md-size .video-listing article .relative-container,
.sm-size .video-listing article .relative-container {
	max-height: 110px;
}

#sticky-nav .header-logo {
	margin-top: 0px;
}

.header-logo {
	float: left;
	margin: 4px 24px 0 0;
}

.category-description {
	font-size: 12pt;
	line-height: 1.2;
}

.wp-polls {
	width: 100%;
	margin: 10px auto;
	font-size: 12px;
	color: #333;
}

.poll-sponsor-logo {
	display: block;
	margin: 10px 0 0;
}

.wp-polls p {
	font-family: "Karma", "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.4;
	margin: 0 0 10px;
}

.wp-polls label {
	margin-left: 3px;
}

.wp-polls-ul {
	margin: 0;
	padding: 0 20px;
}

.wp-polls-ul li {
	margin: 0 0 10px;
}

.wp-polls-ans {
	padding: 0 0 10px;
}

.wp-polls input[type="button"] {
	background: #b41f24;
	color: #fff;
	font-family: 'calibri', sans-serif;
	text-transform: uppercase;
	padding: 5px 15px;
	font-weight: bold;
}

a[href="#ViewPollResults"] {
	display: none;
}

.wp-polls .pollbar {
	margin: 2px 0 5px;
}

.wp-polls-ul li:nth-child(1) .pollbar {
	background: #45f45f;
}

.wp-polls-ul li:nth-child(2) .pollbar {
	background: #1ce1ce;
}

.wp-polls-ul li:nth-child(3) .pollbar {
	background: #ce4ce4;
}

.wp-polls-ul li:nth-child(4) .pollbar {
	background: #c7c7c7;
}

.wp-polls-ul li:nth-child(5) .pollbar {
	background: #fc1fc1;
}

.wp-polls-ul li:nth-child(6) .pollbar {
	background: #914914;
}

.first-blog {
	border-bottom: 1px solid #ccc;
}

.magazine-cover {
	width: 22%;
	text-align: center;
	float: left;
	margin: 0 4% 4% 0;
}

.magazine-cover:nth-child(4n) {
	margin-right: 0;
}

.magazine-cover img,
.magazine-cover .mag-title {
	display: block;
}

.magazine-cover .mag-title {
	font-size: 14px;
	text-transform: uppercase;
	font-family: "Karma", "Times New Roman", Times, serif;
	margin: 10px 0 0;
}

.magazine-cover img {
	transition: opacity 0.2s ease;
	width: 100%;
}

.magazine-cover img:hover {
	opacity: 0.8;
}

.latest-news-header {
	padding-bottom: 5px;
	border-bottom: 2px solid #B41F24;
	margin-bottom: 0;
}

.homepage-highlights {
	border-left: 1px solid #ccc;
	background: transparent;
	padding-top: 10px;
}

.highlights-header {
	border: none;
	padding-bottom: 0;
}

.left-of-highlights {
	margin-top: 10px;
	padding-left: 0;
}

.homepage-highlight {
	margin: 0 auto 20px;
	padding-bottom: 20px;
	position: relative;
}

.hh-readmore {
	position: absolute;
	right: 0;
	bottom: 5px;
}

.homepage-highlight .excerpt {
	font-size: 12px;
}

.homepage-highlight img {
	display: block;
	transition: opacity 0.2s ease;
	margin: 0 auto 10px;
}

.homepage-highlight img:hover {
	opacity: 0.8;
}

.highlight-title {
	font-size: 19px;
	font-family: "Karma", "Times New Roman", serif;
	margin: 0 0 10px;
}

.gray-bg {
	background: #F4F4F4;
	padding: 20px 0;
}

.video-listing .paged-pagination {
	padding: 0 0 15px 15px;
}

.homepage-poll {
	margin-bottom: 20px;
}

.more-features {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
}

.video-listing h2 {
	position: relative;
}

.tguide {
	margin-bottom: 40px;
}

ul.tradeguides {
	margin: 0;
	list-style: none;
}

ul.tradeguides li {
	list-style: none;
}

.tradeguides li img {
	max-width: 200px;
	display: inline-block;
	margin-right: 20px;
}

.tradeguides .contact {
	display: inline-block;
	vertical-align: top;
}

.tradeguides .contact span {
	display: block;
}

.contact h6 {
	font-size: 16px;
}

.more-information .more-info a {
	font-size: 13px;
}

.participate-s .season {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0;
}

.participate-s .deadline {
	font-size: 14px;
	margin: 20px 0;
}

.upcoming-event .sidebar-container img {
	width: 100%;
	display: block;
	margin: 0 auto 10px;
}

.reg-now {
	color: #B41F24;
	font-size: 13px;
	display: block;
	margin: 13px 0 0;
	font-family: 'calibri', sans-serif;
	font-weight: bold;
	padding-bottom: 20px;
}

.video-grid {
	margin-bottom: 20px;
}

.upcoming-event .text-box p {
	line-height: 1.3;
	font-size: 15px;
	padding-bottom: 20px;
}

.main-sidebar .thought-leadership {
	background: #fff;
}

.main-sidebar .thought-leadership ul {
	color: #B41F24;
}

.home-participate li {
	font-family: "Roboto Condensed", "Times New Roman", Times, serif;
	font-size: 16px;
	padding: 0 0 10px;
	margin-top: 10px;
	border-bottom: 1px dotted #000;
}

.homepage-highlights div:last-child {
	margin-bottom: 10px;
}

a.sub-card {
	background: #B41F24;
	color: #fff;
	border-radius: 2px;
	padding: 5px 15px;
	font-weight: 500;
	transition: all 0.2s ease;
}

a.sub-card:hover {
	color: #B41F24;
	background: #fff;
}

#div-topbanner {
	margin-top: 25px;
	margin-bottom: 25px;
}

/* Podcasts */
.post-type-archive-podcasts .video-description,
.single-podcasts .video-description {
	margin-top: 10px;
}

/* Single chartshow */

.single-chartshow .main-content {
	padding-top: 0;
}

.single-chartshow .article-body {
	margin-top: 0;
	width: 100%;
}

.single-chartshow .main-sidebar,
.single-chartshow .main-content {
	border-top: 1px solid #CCCCCC;
	padding-top: 39px;
}

.single-chartshow article header {
	padding: 30px;
	text-align: center;
}

.single-chartshow article header .breadcrumbs {
	border: 0;
}

.single-chartshow .article-info {
	margin-top: 18px;
	margin-bottom: 0;
}

.single-chartshow .article-summery-basic {
	font-family: 'calibri', sans-serif;
	font-size: 18px;
}

.single-chartshow .article-info>* {
	display: inline-block;
}

.single-chartshow .article-term {
	background-color: #B41F24;
	font-size: 14px;
	color: white;
	line-height: 1;
	padding: 5px 10px;
}

.single-chartshow .article-term:not(:last-child) {
	margin-right: 5px;
}

.single-chartshow .article-info time {
	font-size: 16px;
}

.single-chartshow .article-info time::after {
	margin: 0 11px;
	content: '|';
	font-size: 17px;
	vertical-align: text-top;
	color: #CCCCCC;
	min-width: 1px;
	display: inline-block;
}

.article-title-basic {
	margin: 19px auto 25px;
}

@media screen and (min-width: 1024px) {
	.single-chartshow article header {
		max-width: 760px;
		margin-left: auto;
		margin-right: auto;
	}

	.single-chartshow .body-content {
		border-right: 1px solid #ccc;
		padding-right: 50px;
	}
}

/* Single liquidnet */

.single-liquidnet .main-content {
	padding-top: 0;
}

.single-liquidnet .article-body {
	margin-top: 0;
	width: 100%;
}

.single-liquidnet .main-sidebar,
.single-liquidnet .main-content {
	border-top: 1px solid #CCCCCC;
	padding-top: 39px;
}

.single-liquidnet article header {
	padding: 30px;
	text-align: center;
}

.single-liquidnet article header .breadcrumbs {
	border: 0;
}

.single-liquidnet .article-info {
	margin-top: 18px;
	margin-bottom: 0;
}

.single-liquidnet .article-summery-basic {
	font-family: 'calibri', sans-serif;
	font-size: 18px;
}

.single-liquidnet .article-info>* {
	display: inline-block;
}

.single-liquidnet .article-term {
	background-color: #B41F24;
	font-size: 14px;
	color: white;
	line-height: 1;
	padding: 5px 10px;
}

.single-liquidnet .article-term:not(:last-child) {
	margin-right: 5px;
}

.single-liquidnet .article-info time {
	font-size: 16px;
}

.single-liquidnet .article-info time::after {
	margin: 0 11px;
	content: '|';
	font-size: 17px;
	vertical-align: text-top;
	color: #CCCCCC;
	min-width: 1px;
	display: inline-block;
}

.article-title-basic {
	margin: 19px auto 25px;
}

@media screen and (min-width: 1024px) {
	.single-liquidnet article header {
		max-width: 760px;
		margin-left: auto;
		margin-right: auto;
	}

	.single-liquidnet .body-content {
		padding-right: 50px;
	}
}

.article-text h2,
.article-text h1,
.article-text h3,
.article-text h4,
.article-text h5,
.tab-label,
.article-text h6 {
	font-family: "bodoni-urw", "aw-conqueror-didot", "Karma", "Times New Roman", Times, serif;
	font-weight: 300;
}

.article-text h1 {
	font-size: 48px;
	line-height: 58px;
}

.article-text h2 {
	font-size: 30px;
}

.article-text h3 {
	font-size: 24px;
}

.article-text h4 {
	font-size: 20px;
}

.article-text h5 {
	font-size: 16px;
}

.article-text h6 {
	font-size: 14px;
}

/* Accordion styles */
.tabs {
	overflow: hidden;
}

.tab {
	width: 100%;
	color: white;
	overflow: hidden;
}

.tab:not(:last-child) {
	margin-bottom: 10px;
}

.tab-label {
	display: flex;
	justify-content: space-between;
	padding: 12px 30px;
	padding-right: 54px;
	background: #F4F4F4;
	cursor: pointer;
	font-size: 20px;
	overflow: hidden;
	line-height: 30px;
	color: black;
	border-radius: 10px;
	position: relative;
}

.tab-label::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	content: "\002B";
	color: #B41F24;
	transition: content 0.35s ease-in-out;
	font-weight: 300;
	width: 54px;
	font-size: 4rem;
	background-color: rgb(204 204 204 / 60%);
}

.tab-content {
	max-height: 0;
	padding: 0 1em;
	color: black;
	background: white;
	border-radius: 0 10px 10px 0;
	transition: all 0.35s ease-in-out;
}

.tab-close {
	display: flex;
	justify-content: flex-end;
	padding: 1em;
	font-size: 0.75em;
	background: black;
	cursor: pointer;
}

.tabs input {
	display: none;
}

.tabs input:checked+.tab-label::after {
	content: '\2212';
}

.tabs input:checked~.tab-content {
	max-height: 100vh;
	padding: 1em;
}

.imds-gallery img {
	max-width: 760px;
	height: 506px;
	object-fit: cover;
	width: 100%;
}

.imds-gallery {
	max-width: 760px;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	background-color: transparent;
}

.slick-arrow svg {
	width: 48px;
}

.slick-next {
	right: 30px;
}

.slick-prev {
	left: 30px;
}

.wp-block-embed figcaption {
	background: #F4F4F4;
	margin-top: -5px;
	padding: 23px 40px;
	border-radius: 0 0 10px 10px;
}

.wp-block-quote {
	padding: 30px 40px;
	color: black;
	border-radius: 20px;
	background-color: #F4F4F4;
	font-weight: 300;
	position: relative;
	font-family: "bodoni-urw", "aw-conqueror-didot", "Karma", "Times New Roman", Times, serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.wp-block-quote::before {
	content: '“';
	position: absolute;
	display: inline-block;
	font-size: 124px;
	color: #B41F24;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 149px;
	left: 33px;
	top: -57px;
}

.wp-block-quote p {
	font-style: italic;
	font-size: 24px;
	line-height: 34px;
	font-style: oblique;
}

.wp-block-quote cite {
	font-size: 16px;
}

.single-chartshow .article-text ul,
.single-chartshow .article-text ol {
	margin-left: 0;
}

.post-type-archive-chartshow {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.single-chartshow .main-header header {
	background-color: transparent;
}

.single-chartshow .main-header header .chartshow-header-row.container .logo svg path {
	fill: black;
}

.single-chartshow .main-header header .chartshow-header-row.container .logo svg>g>g:nth-last-child(-n + 2) path {
	fill: #B41F24;
}

.single-chartshow .main-header header .chartshow-header-row.container .disclamer {
	color: black;
}

.post-type-archive-chartshow .main-header header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
	background: transparent;
}

.post-type-archive-chartshow .main-header header .chartshow-header {
	border-bottom: 1px solid #ccc;
}

.post-type-archive-chartshow.sticky-show .main-header header>.main-nav {
	display: none;
}

.post-type-archive-chartshow .featured {
	position: relative;
	padding-bottom: 81px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
	font-family: 'calibri', sans-serif;
	color: white;
	font-size: 18px;
	overflow: hidden;
	line-height: 28px;
	z-index: 1;
	padding-top: 200px;
}

.post-type-archive-chartshow .featured h1 {
	font-family: "bodoni-urw", "aw-conqueror-didot", "Karma", "Times New Roman", Times, serif;
	font-size: 48px;
	line-height: 58px;
	margin-bottom: 41px;
	margin-top: 19px;
}

.post-type-archive-chartshow .featured::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0.6);
}

.post-type-archive-chartshow .page-title {
	font-family: "bodoni-urw", "aw-conqueror-didot", "Karma", "Times New Roman", Times, serif;
	text-align: center;
	font-size: 30px;
}

.post-type-archive-chartshow main {
	padding-top: 71px;
	padding-bottom: 80px;
	font-family: 'calibri', sans-serif;
	font-size: 18px;
	line-height: 28px;
	background-color: white;
	margin-top: 30px;
	margin-bottom: 60px;
}

.post-type-archive-chartshow main h2 {
	margin-bottom: 17px;
}

.post-type-archive-chartshow main .chartshow-posts {
	margin-top: 60px;
}

.post-type-archive-chartshow .featured {
	margin-bottom: 30px;
}

.post-type-archive-chartshow .featured picture {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.post-type-archive-chartshow .main-header .header-ad-container {
	display: none;
}

.post-type-archive-chartshow .featured span,
.chartshow .chartshow-row>div:first-child span {
	background-color: #B41F24;
	color: white;
	font-size: 14px;
	padding: 4px 8px;
}

.post-type-archive-chartshow .featured span,
.chartshow .chartshow-row>div:first-child img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.post-type-archive-chartshow .featured p {
	margin-bottom: 30px;
}

.chartshow-post {
	overflow: hidden;
}

.chartshow {
	margin-bottom: 40px;
}

.chartshow .chartshow-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.chartshow .chartshow-row>div {
	flex: 0 0 auto;
}

.chartshow .chartshow-row>div:first-child {
	width: 40%;
	margin-right: -40px;
	z-index: 1;
	position: relative;
}

.chartshow-header {
	padding: 24px 0 17px;
}

.main-header .chartshow-header-row.container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main-header .chartshow-header-row.container>div {
	flex: 1;
}

.chartshow-header .logo svg {
	width: 210px;
}

.single-chartshow #sticky-nav,
.post-type-archive-chartshow #sticky-nav {
	top: -200px;
}

header>.chartshow-header .chartshow-header-row .logo svg polygon,
header>.chartshow-header .chartshow-header-row .logo svg path {
	fill: white;
}

.chartshow-header .logo {
	padding-left: 10px;
}

.chartshow-header .disclamer {
	display: flex;
	justify-content: flex-end;
	padding-right: 70px;
	color: white;
	font-size: 18px;
}

.chartshow-header .disclamer svg {
	width: 90px;
	margin-left: 10px;
}

@media screen and (max-width: 767px) {
	.chartshow-header .chartshow-header-row.container .logo {
		text-align: center;
	}

	.chartshow-header .chartshow-header-row.container div.disclamer {
		text-align: center;
		flex: 1 0 auto;
		display: inline-block;
		vertical-align: baseline;
	}

	.chartshow-header .chartshow-header-row.container div.disclamer svg {
		transform: translateY(10px);
	}
}

@media screen and (min-width: 1025px) {
	.chartshow .chartshow-row>div:first-child {
		height: 345px;
	}

	.chartshow .chartshow-row>div:first-child iframe,
	.chartshow .chartshow-row>div:first-child embed {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
	}
}

.chartshow .chartshow-row>div:first-child span:not(:last-child) {
	margin-right: 5px;
}

.chartshow .chartshow-row>div:first-child .terms {
	position: absolute;
	top: 10px;
	right: 10px;
	left: 10px;
}

.chartshow .chartshow-row>div:last-child {
	padding: 83px 63px;
	padding-left: 100px;
	width: 60%;
	background-color: #F4F4F4;
}

.chartshow .chartshow-row>div:last-child h3 {
	font-size: 24px;
	font-family: "bodoni-urw", "aw-conqueror-didot", "Karma", "Times New Roman", Times, serif;
	line-height: 34px;
}

.chartshow .chartshow-row>div:last-child p {
	margin-bottom: 10px;
	line-height: 1.6;
}

.chartshow .chartshow-row>div:last-child time {
	display: inline-block;
	color: #999999;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 5px;
}

.chartshow .chartshow-row>div:last-child time+a {
	color: #333;
	display: inline-block;
	margin-bottom: 17px;
	text-decoration: none;
}

.chartshow .chartshow-row>div:last-child>a {
	color: #B41F24;
	font-size: 16px;
	display: inline-block;
}

.chartshow .chartshow-row>div:last-child>a i {
	margin-left: 5px;
	vertical-align: middle;
	font-weight: 100;
}

.post-type-archive-liquidnet {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.single-liquidnet .main-header header {
	background-color: transparent;
}

.single-liquidnet .main-header header .liquidnet-header-row.container .logo svg path {
	fill: black;
}

.single-liquidnet .main-header header .liquidnet-header-row.container .logo svg>g>g:nth-last-child(-n + 2) path {
	fill: #B41F24;
}

.single-liquidnet .main-header header .liquidnet-header-row.container .disclamer {
	color: black;
}

.post-type-archive-liquidnet .main-header header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
	background: transparent !important;
}

.post-type-archive-liquidnet .main-header header .liquidnet-header {
	border-bottom: 1px solid #ccc;
	/* background-color: rgba(0, 0, 0, 0.0); */
}

.post-type-archive-liquidnet.sticky-show .main-header header>.main-nav {
	display: none;
}

.post-type-archive-liquidnet .featured picture img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.post-type-archive-liquidnet .featured {
	position: relative;
	padding-bottom: 81px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
	font-family: 'calibri', sans-serif;
	/* color: white; */
	font-size: 18px;
	overflow: hidden;
	line-height: 28px;
	z-index: 1;
	padding-top: 200px;
}

.post-type-archive-liquidnet .featured h1 {
	font-family: "bodoni-urw", "aw-conqueror-didot", "Karma", "Times New Roman", Times, serif;
	color: #333333;
	font-size: 48px;
	line-height: 58px;
	margin-bottom: 41px;
	margin-top: 19px;
}

.post-type-archive-liquidnet .featured::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	background-color: #ffffff;
}

.post-type-archive-liquidnet .page-title {
	font-family: "bodoni-urw", "aw-conqueror-didot", "Karma", "Times New Roman", Times, serif;
	text-align: center;
	font-size: 30px;
}

.post-type-archive-liquidnet main {
	padding-top: 71px;
	padding-bottom: 80px;
	font-family: 'calibri', sans-serif;
	font-size: 18px;
	line-height: 28px;
	background-color: white;
	margin-top: 30px;
	margin-bottom: 60px;
}

.post-type-archive-liquidnet main h2 {
	margin-bottom: 17px;
}

.post-type-archive-liquidnet main .liquidnet-posts {
	margin-top: 60px;
}

.post-type-archive-liquidnet .featured {
	margin-bottom: 30px;
}

.post-type-archive-liquidnet .featured picture {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* z-index: -1; */
}

.post-type-archive-liquidnet .main-header .header-ad-container {
	display: none;
}

.post-type-archive-liquidnet .featured span,
.liquidnet .liquidnet-row>div:first-child span {
	background-color: #B41F24;
	color: white;
	font-size: 14px;
	padding: 4px 8px;
}

.post-type-archive-liquidnet .featured span,
.liquidnet .liquidnet-row>div:first-child img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.post-type-archive-liquidnet .featured p {
	margin-bottom: 30px;
	color: #333333;
}

.liquidnet-post {
	overflow: hidden;
}

.liquidnet {
	margin-bottom: 40px;
}

.liquidnet .liquidnet-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.liquidnet .liquidnet-row>div {
	flex: 0 0 auto;
}

.liquidnet .liquidnet-row>div:first-child {
	width: 40%;
	margin-right: -40px;
	z-index: 1;
	position: relative;
}

.liquidnet-header {
	padding: 24px 0 17px;
}

.main-header .liquidnet-header-row.container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main-header .liquidnet-header-row.container>div {
	flex: 1;
}

.liquidnet-header .logo svg {
	width: 210px;
}

.single-liquidnet #sticky-nav,
.post-type-archive-liquidnet #sticky-nav {
	top: -200px;
}

header>.liquidnet-header .liquidnet-header-row .logo svg polygon,
header>.liquidnet-header .liquidnet-header-row .logo svg path {
	fill: #ffffff;
}

.liquidnet-header .logo {
	padding-left: 10px;
}

.liquidnet-header .disclamer {
	display: flex;
	justify-content: flex-end;
	padding-right: 70px;
	color: black;
	font-size: 18px;
}

.liquidnet-header .disclamer svg {
	width: 90px;
	margin-left: 10px;
}

@media screen and (max-width: 767px) {
	.liquidnet-header .liquidnet-header-row.container .logo {
		text-align: center;
	}

	.liquidnet-header .liquidnet-header-row.container div.disclamer {
		text-align: center;
		flex: 1 0 auto;
		display: inline-block;
		vertical-align: baseline;
	}

	.liquidnet-header .liquidnet-header-row.container div.disclamer svg {
		transform: translateY(10px);
	}
}

@media screen and (min-width: 1025px) {
	.liquidnet .liquidnet-row>div:first-child {
		height: 345px;
	}

	.liquidnet .liquidnet-row>div:first-child iframe,
	.liquidnet .liquidnet-row>div:first-child embed {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
	}
}

.liquidnet .liquidnet-row>div:first-child span:not(:last-child) {
	margin-right: 5px;
}

.liquidnet .liquidnet-row>div:first-child .terms {
	position: absolute;
	top: 10px;
	right: 10px;
	left: 10px;
}

.liquidnet .liquidnet-row>div:last-child {
	padding: 83px 63px;
	padding-left: 100px;
	width: 60%;
	background-color: #F4F4F4;
}

.liquidnet .liquidnet-row>div:last-child h3 {
	font-size: 24px;
	font-family: "bodoni-urw", "aw-conqueror-didot", "Karma", "Times New Roman", Times, serif;
	line-height: 34px;
}

.liquidnet .liquidnet-row>div:last-child p {
	margin-bottom: 10px;
	line-height: 1.6;
}

.liquidnet .liquidnet-row>div:last-child time {
	display: inline-block;
	color: #999999;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 5px;
}

.liquidnet .liquidnet-row>div:last-child time+a {
	color: #333;
	display: inline-block;
	margin-bottom: 17px;
	text-decoration: none;
}

.liquidnet .liquidnet-row>div:last-child>a {
	color: #B41F24;
	font-size: 16px;
	display: inline-block;
}

.liquidnet .liquidnet-row>div:last-child>a i {
	margin-left: 5px;
	vertical-align: middle;
	font-weight: 100;
}

.pagination {
	text-align: center;
	margin: 0;
	padding: 0;
}

.pagination li {
	display: inline-block;
	vertical-align: middle;
}

.pagination li a,
.pagination li.current {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 48px;
	width: 48px;
	border: 1px solid #CCCCCC;
	border-radius: 24px;
}

.pagination li.current,
.pagination li a:hover {
	border-color: #B41F24;
	background-color: #B41F24;
	color: white;
}

.pagination .show-for-sr {
	display: none;
}

.pagination li:not(:last-child) {
	margin-right: 10px;
}

@media screen and (min-width: 1025px) {
	.chartshow .chartshow-row>div:last-child {
		height: 407px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.post-type-archive-chartshow .featured>.container>.row {
		max-width: 96%;
		margin-right: auto;
		margin-left: auto;
	}
}

@media screen and (min-width: 1025px) {
	.liquidnet .liquidnet-row>div:last-child {
		height: 407px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.post-type-archive-liquidnet .featured>.container>.row {
		max-width: 96%;
		margin-right: auto;
		margin-left: auto;
	}
}

.button {
	background-color: #B41F24;
	color: white;
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1;
	padding: 17px 28px 24px;
}

.button:hover {
	color: white;
	opacity: 0.8;
}

.post-type-archive-chartshow .featured picture img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.single-chartshow #sticky-nav .chartshow-header,
.post-type-archive-chartshow #sticky-nav .chartshow-header {
	background: #fafafa;
}

.single-chartshow .article-banner-ad {
	margin: 30px 0;
}

.single-chartshow .article-banner-ad .top-banner {
	border: 0;
	margin-bottom: 0;
}

.single-liquidnet #sticky-nav .liquidnet-header,
.post-type-archive-liquidnet #sticky-nav .liquidnet-header {
	background: #fafafa;
}

.single-liquidnet .article-banner-ad {
	margin: 30px 0;
}

.single-liquidnet .article-banner-ad .top-banner {
	border: 0;
	margin-bottom: 0;
}

.wp-block-embed__wrapper iframe {
	width: 100%;
}

@media screen and (max-width: 1204px) {
	.article-text {
		width: 100%;
	}

	.single-chartshow .body-content {
		padding-left: 20px;
	}

	.single-liquidnet .body-content {
		padding-left: 20px;
	}
}

@media screen and (min-width: 768px) {
	.single-chartshow .article-banner-ad .top-banner {
		display: flex;
		justify-content: center;
	}

	.single-liquidnet .article-banner-ad .top-banner {
		display: flex;
		justify-content: center;
	}
}

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

	.chartshow .chartshow-row>div:last-child,
	.chartshow .chartshow-row>div:first-child {
		width: 100%;
	}

	.chartshow .chartshow-row>div:last-child {
		background-color: white;
		margin-top: 22px;
		padding: 0;
		margin-bottom: 0;
	}

	.single-chartshow .social-media {
		margin: -30px 0 40px;
		text-align: center;
		width: 100%;
	}

	.single-chartshow .main-sidebar,
	.single-chartshow .main-content {
		border-top: 0;
		padding-bottom: 0;
	}

	.single-chartshow .article-banner-ad .top-banner {
		padding: 20px 0;
		padding-left: 20px;
		border-bottom: 0;
	}

	.single-chartshow .article-page {
		padding-bottom: 20px;
	}
}

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

	.liquidnet .liquidnet-row>div:last-child,
	.liquidnet .liquidnet-row>div:first-child {
		width: 100%;
	}

	.liquidnet .liquidnet-row>div:last-child {
		background-color: white;
		margin-top: 22px;
		padding: 0;
		margin-bottom: 0;
	}

	.single-liquidnet .social-media {
		margin: -30px 0 40px;
		text-align: center;
		width: 100%;
	}

	.single-liquidnet .main-sidebar,
	.single-liquidnet .main-content {
		border-top: 0;
		padding-bottom: 0;
	}

	.single-liquidnet .article-banner-ad .top-banner {
		padding: 20px 0;
		padding-left: 20px;
		border-bottom: 0;
	}

	.single-liquidnet .article-page {
		padding-bottom: 20px;
	}
}

footer .advertise-with-ps {
	margin-bottom: 20px;
}

footer .advertise-with-ps #menu-footer-nav-advertise {
	margin: 0;
	padding: 0;
}

footer .advertise-with-ps #menu-footer-nav-advertise a,
footer .advertise-with-ps #menu-footer-nav-advertise a:visited {
	font-family: 'calibri';
	margin-bottom: 7px;
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 20px;
	background-color: #B41F24;
	text-align: center;
	display: block;
}

footer .advertise-with-ps #menu-footer-nav-advertise a:hover {
	color: #B41F24;
	background-color: #fff;
}