/* Custom Properties */
:root {
	--headline-color: #302c2c;
	--link-color: #8c2d24;
 	--rollover-color: #cb5243;
	--bg-bold-color: #302c2c;
	--bg-alt-color: #974239;
	--bg-gray-color: #f7f7f7;
	--border-color: #bbc3cf;
}

/* Reset */
*,
*:focus {
	outline: none;
}

*,
button, 
input, 
optgroup, 
select, 
textarea
body > div,
input[type="button"], 
input[type="reset"], 
input[type="submit"],
.genesis-nav-menu {
	font-size: 1rem;
}

/* Common */
html,
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	color: #666666;
	line-height: 1.5;
}

a {
	color: var(--link-color);
	text-decoration: none;
}

a:hover {
	color: var(--rollover-color);
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	color: var(--headline-color);
	margin: 9px 0 2px 0;
	line-height: 1.5;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
	color: var(--headline-color);
	text-decoration: none;
}

h1,
h1 a {
	font-size: 28px;
}

h2,
h2 a,
h2 a span,
h3,
h3 a,
h3 a span {
	font-size: 20px;
}

.wrap {
	max-width: 1230px;
	padding: 0 15px;
}

#inner {
	position: relative;
	max-width: 1230px;
	padding: 15px;
	margin: 0 auto;
}

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"],
.button,
.recent-news-titles-wrapper .cat-post-footer-link {
	padding: 8px 40px;
	background-color: var(--link-color);
	color: #ffffff;
	border-radius: 4px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: normal;
}

button:hover,
button:focus,
input:hover[type="button"], 
input:focus[type="button"],
input:hover[type="reset"], 
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
.button:hover,
.button:focus,
.recent-news-titles-wrapper .cat-post-footer-link:hover {
	background-color: var(--rollover-color);
}

.visuallyhidden {
	display: none;
}

body:not(.home) #content-sidebar-wrap {
	display: flex;
	gap: 46px;
	margin-bottom: 46px;
}

body:not(.home) #sidebar {
	width: 300px;
	flex-shrink: 0;
}

.post-info {
	padding-bottom: 10px;
}

.post-info .author:not(:last-child),
.post-info .post-comments:not(:last-child) {
	display: inline-block;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid var(--border-color);
}

/* Header */
#header {
	position: relative;
}

.main-header {
	display: flex;
	align-items: center;
}

.main-header .logo-col {
	display: flex;
	align-items: flex-end;
	flex-grow: 1;
}

.main-header .logo-col .logo-image {
	padding: 10px 0;
	width: 235px;
}

.main-header .logo-col .logo-tagline {
	width: 275px;
	
}

.main-header .logo-col .logo-tagline .tagline {
	font-size: 14px;
	color: #666666;
	margin-left: 14px;
	margin-bottom: 12px;
	padding-left: 14px;
	border-left: 1px solid #eaeaea;
}

.main-header .buttons-col,
.main-header .social-networks {
	display: flex;
	align-items: center;
	gap: 6px;
}

.main-header .social-networks li i {
	font-size: 24px;
}

/* Prefooter */
#prefooter {
	display: flex;
	gap: 46px;
	padding-bottom: 60px;
}

#prefooter #pre-footer-right {
	width: 300px;
	flex-shrink: 0;
}

#prefooter .widget_rss .widget-title .rss-widget-feed,
#prefooter .rss-feed-featured .widget-title {
	display: none;
}

#prefooter .box-title {
	margin: 0 0 4px 0;
	display: inline-block;
	padding: 10px 15px;
	background-color: var(--bg-alt-color);
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #ffffff;
}

#prefooter .widget.rss-feed-title-logo {
	padding-bottom: 30px;
}

#prefooter .rss-feed-title-logo img {
	max-width: 200px;
}

#prefooter .rss-feed-featured {
	padding-bottom: 20px;
}

#prefooter .rss-feed-featured li > a,
#prefooter .rss-feed-additional-titles .widget-title a {
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	color: var(--headline-color);
	line-height: 1.5;
}

#prefooter .rss-feed-featured li > a:hover,
#prefooter .rss-feed-additional-titles .widget-title a:hover {
	color: var(--rollover-color);
}

#prefooter .rss-feed-additional-titles .widget-title {
	margin-bottom: 0;
}

/* Footer */
#footer {
	padding: 30px 0;
	background-color: #efefef;
}

#footer ul.menu {
	text-align: center;
}

#footer ul.menu .menu-item {
	display: inline-block;
	padding: 0 10px;
}

#footer ul.menu .menu-item,
#footer ul.menu .menu-item a {
	font-size: 14px;
	text-transform: uppercase;
	color: #666666;
}

#footer ul.menu .menu-item a:hover {
	color: #333333;
}

#footer .logo-image {
	text-align: center;
	padding: 20px 0;
}

#footer .logo-image img {
	max-width: 200px;
}

#footer .copyright {
	font-size: 14px;
	text-align: center;
}

/* Search modal */
#search-modal {
	display: none;
	margin-bottom: 15px;
}

#search-modal form {
	display: flex;
	gap: 15px;
}

/* Navigation */
#nav .wrap {
	max-width: none;
	background: rgb(234,234,234);
	background: linear-gradient(180deg, rgba(234,234,234,1) 0%, rgba(247,247,247,1) 8%);
}

#nav .wrap .menu {
	margin: 0 auto;
	max-width: 1200px;
	text-align: center;
}

.genesis-nav-menu a {
	padding-top: 23px;
	padding-bottom: 23px;
	padding-left: 16px;
	padding-right: 16px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #666666;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus {
	color: var(--link-color);
	text-decoration: none;
}

.genesis-nav-menu a .sf-sub-indicator {
	display: none;
}

.genesis-nav-menu a[title="Search"] {
	text-indent: -5000px;
	display: block;
	min-width: 20px;
	min-height: 21px;
	background: url(../png/icon-search.png) no-repeat center center;
}

.genesis-nav-menu a[title="Subscribe"] {
	display: none;
}

.genesis-nav-menu .sub-menu a {
	font-size: 1rem;
}

.genesis-nav-menu .current-menu-item > a {
	color: var(--link-color);
	text-decoration: none;
}

a[title="channels"] + .sub-menu {
	display: flex;
	flex-wrap: wrap;
	width: 450px;
	background-color: #ffffff;
}

a[title="channels"] + .sub-menu a {
	width: 225px;
}

a[title="channels"] + .sub-menu .menu-item:nth-child(even) a {
	border-left: none;
}

.mobile-menu-icon {
	display: none;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 20px;
	height: 20px;
	z-index: 100;
}
.mm-icon,
.mm-icon::after,
.mm-icon::before {
	display: block;
    box-sizing: border-box;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background: var(--link-color);
	transition: all 0.4s ease-out;
}
.mm-icon::after,
.mm-icon::before {
    content: "";
    position: absolute;
    top: 12px
}
.mm-icon::after {
    top: 6px
}
.mm-icon.menu-open {
	width: 0;
}
.mm-icon.menu-open::after {
	transform: rotate(45deg);
	top: 9px;
	width: 20px;
}
.mm-icon.menu-open::before {
	transform: rotate(-45deg);
	top: 9px;
	width: 20px;
}

/* Home page */
.home-2-column {
	display: flex;
	gap: 46px;
}

.home-2-column #home-featured-column {
	min-width: 728px;
}

.home-2-column #home-sidebar {
	width: 300px;
	flex-shrink: 0;
}

.featured-post-wrapper .cat-post-title,
.featured-post-wrapper .cat-post-title span {
	font-size: 28px;
}

.featured-post-wrapper p:last-child,
[id^="category-posts-pro"].featured-post-wrapper p:last-child {
	margin-bottom: 15px !important;
}

[id^="category-posts-pro"].featured-post-wrapper .post-thoughtleader p:last-child {
	margin-bottom: 0 !important;
}

.featured-post-wrapper .cat-post-thumbnail {
	display: block;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

[id^="category-posts-pro"] .cat-post-default .cat-post-thumbnail {
	margin: 0 !important;
}

[id^="category-posts-pro"] .cat-post-default p.cpwp-excerpt-text {
	display: block !important;
	overflow: visible !important;
}

#home-secondary-featured-wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 15px;
}

#home-secondary-featured-wrapper > div {
	width: calc(33.333% - 20px);
}

[id^="category-posts-pro"].category-posts-pro-internal .cat-post-item img {
	object-fit: cover;
}

/*
.featured-secondary-posts-wrapper .category-posts-internal {
	display: flex;
	gap: 30px;
}

.featured-secondary-posts-wrapper .category-posts-internal .cat-post-item {
	width: 33.3333%;
}
*/

.featured-728x90-ad.widget {
	text-align: center;
	padding: 15px 0;
	border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
}

#home-flow {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	margin-bottom: 60px;
}

.podcasts-wrapper .category-posts-internal,
.podcasts-wrapper .category-posts-pro-internal,
.editors-choice-wrapper .category-posts-internal {
  	display: flex;
  	gap: 46px;
}

.podcasts-wrapper .category-posts-internal,
.podcasts-wrapper .category-posts-pro-internal {
	flex-wrap: wrap;
}

.podcasts-wrapper .category-posts-internal .cat-post-item,
.podcasts-wrapper .category-posts-pro-internal .cat-post-item {
 	width: 100%;
}

.podcasts-wrapper .category-posts-internal .cat-post-item p:last-of-type,
[id^="category-posts-pro"].podcasts-wrapper .category-posts-pro-internal .cat-post-item p:last-of-type {
	margin-bottom: 0;
}

.editors-choice-wrapper .category-posts-internal .cat-post-item {
  	width: 33.3333%;
}

.podcasts-wrapper .cat-post-footer-link,
.editors-choice-wrapper .cat-post-footer-link {
	position: absolute;
	top: 20px;
	right: 0;
}

.podcasts-wrapper .cat-post-footer-link::after,
.editors-choice-wrapper .cat-post-footer-link::after {
	content: '';
	display: inline-block;
	width: 17px;
	height: 15px;
	background: url(../png/view-more-arrow-2.png) no-repeat center center;
	margin-left: 6px;
}

.recent-news-wrapper,
.editors-choice-wrapper {
	position: relative;
	width: 100%;
}

.recent-news-titles-wrapper {
	position: relative;
	width: calc(33.3333% - 33.3333px);
}

.podcasts-wrapper {
	position: relative;
	width: calc(33.3333% - 33.3333px);
}

.recent-news-wrapper .widget-title,
.recent-news-wrapper .widget-title a,
.recent-news-titles-wrapper .widget-title,
.recent-news-titles-wrapper .widget-title a,
.podcasts-wrapper .widget-title,
.podcasts-wrapper.widget-title a,
.editors-choice-wrapper .widget-title,
.editors-choice-wrapper .widget-title a {
	font-size: 26px;
	border-bottom: 1px solid var(--border-color);
	padding-bottom: 10px;
	margin-bottom: 28px;
}

.recent-news-wrapper .category-posts-internal {
	display: flex;
	gap: 30px;
}

.recent-news-wrapper .category-posts-internal .cat-post-item {	
	width: 33.3333%;
}

.recent-news-wrapper .category-posts-internal .cat-post-item > div {
	display: flex;
	gap: 15px;
}

.recent-news-wrapper .category-posts-internal .cat-post-item .image {
	min-width: 130px;
	min-height: 130px;
	flex-shrink: 0;
}

.recent-news-wrapper .category-posts-internal .cat-post-item .image .cat-post-thumbnail .cat-post-crop img {
	width: 130px !important;
	height: 130px !important;
}

.recent-news-titles-wrapper .widget-wrap {
	text-align: center;
}

.recent-news-titles-wrapper .widget-title {
	text-align: left;
}

.recent-news-titles-wrapper .category-posts-internal {
	text-align: left;
	margin-bottom: 50px;
	/*display: grid;
	grid-template-columns: calc(50% - 50px) calc(50% - 50px);
	grid-gap: 0 100px;*/
}

.recent-news-titles-wrapper .category-posts-internal .cat-post-item {
	padding: 7px 0 !important;
	margin: 0 !important;
}

.recent-news-titles-wrapper h3 a {
	color: var(--link-color);
	text-decoration: underline;
	font-family: 'Source Sans Pro', sans-serif;
}

.recent-news-titles-wrapper h3 a:hover {
	color: var(--rollover-color);
}

.fa-facebook::before {
	color: #4267B2;
}

.fa-twitter::before {
	color: #00acee;
}

.fa-linkedin::before {
	color: #1784bc;
}

.fa-reddit::before {
	color: #FF5700;
}

a:hover .fa-facebook::before,
a:hover .fa-twitter::before,
a:hover .fa-linkedin::before,
a:hover .fa-reddit::before {
	color: var(--rollover-color);
}

/* White Papers home & widget, Sponsored Guest Article home */
#home-flow .widget_download_manager_widget {
	position: relative;
	width: calc(33.3333% - 33.3333px);
	padding: 22px 30px 30px 30px;
	background-color: var(--bg-gray-color);
}

#home-flow .home-sponsored-content {
	position: relative;
	width: 100%;
	padding: 22px 30px 30px 30px;
	background-color: var(--bg-gray-color);
}

#home-flow .widget_download_manager_widget .widget-title,
#home-flow .home-sponsored-content .widget-title {
	margin-top: 0;
	font-size: 26px;
}

#home-flow .download-manager-widget-inner,
#home-flow .home-sponsored-content .category-posts-internal {
	display: flex;
	flex-wrap: wrap;
	gap: 36px;
	padding-bottom: 36px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d9dde3;
}

#home-flow .download-manager-widget-inner .post-item {
	width: calc(50% - 31px);
}

#home-flow .home-sponsored-content .cat-post-item {
	width: calc(33.333% - 24px);
}

/*
#home-flow .download-manager-widget-inner .post-item:not(:first-child) .excerpt,
#home-flow .download-manager-widget-inner .post-item:not(:first-child) .button-download,
#home-flow .home-sponsored-content .cat-post-item:not(:first-child) .cpwp-excerpt-text {
	display: none;
}
*/

#home-flow .download-manager-widget-inner .post-item:not(:first-child) .excerpt,
#home-flow .download-manager-widget-inner .post-item:not(:first-child) .button-download  {
	display: none;
}

#home-flow .download-manager-widget-inner .post-item .image-col img,
#home-flow .home-sponsored-content .cat-post-item:not(:first-child) .image img {
	width: 100%;
}

/*
#home-flow .home-sponsored-content .cat-post-item:first-child {
	width: 100%;
}

#home-flow .download-manager-widget-inner .post-item:first-child,
#home-flow .home-sponsored-content .cat-post-item:first-child > div {
	width: 100%;
	padding-bottom: 36px;
	border-bottom: 1px solid #d9dde3;
}


#home-flow .home-sponsored-content .cat-post-item:first-child p:last-child {
	margin-bottom: 0;
}
*/

#home-flow .download-manager-widget-inner .post-item:first-child {
	width: 100%;
	padding-bottom: 36px;
	border-bottom: 1px solid #d9dde3;
}

#home-flow .home-sponsored-content .cat-post-item p:last-child {
	margin-bottom: 0;
}

#home-flow .widget_download_manager_widget .cat-post-footer-link,
#home-flow .home-sponsored-content .cat-post-footer-link {
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

#home-flow .widget_download_manager_widget .cat-post-footer-link::after,
#home-flow .home-sponsored-content .cat-post-footer-link::after {
	content: '';
	display: inline-block;
	width: 17px;
	height: 15px;
	background: url(../png/view-more-arrow-2.png) no-repeat center center;
	margin-left: 6px;
}

#home-flow .widget_download_manager_widget .button-download {
	text-align: center;
}

#home-sidebar .widget_download_manager_widget,
#sidebar .widget_download_manager_widget {
	position: relative;
	padding: 35px 15px 15px 15px;
	margin-top: 40px;
	background-color: var(--bg-gray-color);
}

#home-sidebar .widget_download_manager_widget {
	margin-bottom: 40px;
}

#home-sidebar .widget_download_manager_widget .widget-title,
#sidebar .widget_download_manager_widget .widget-title {
  position: absolute;
  top: 0;
  left: 15px;
  margin: 0;
  display: inline-block;
  padding: 10px 15px;
  background-color: var(--bg-bold-color);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  color: #ffffff;
  transform: translateY(-50%);
}

#home-sidebar .widget_download_manager_widget .button-download,
#sidebar .widget_download_manager_widget .button-download {
	margin-top: 15px;
	text-align: center;
}

#home-sidebar .widget_download_manager_widget .cat-post-footer-link,
#sidebar .widget_download_manager_widget .cat-post-footer-link {
	display: block;
	padding-top: 10px;
	text-align: center;
}

#home-sidebar .widget_download_manager_widget .cat-post-footer-link::after,
#sidebar .widget_download_manager_widget .cat-post-footer-link::after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 15px;
  background: url(../png/view-more-arrow-2.png) no-repeat center center;
  margin-left: 6px;
}

/* Sponsored Content */
.sidebar-sponsored-content {
	position: relative;
	padding: 35px 15px 15px 15px;
	color: #ffffff;
	background-color: var(--bg-alt-color);
	margin-top: 40px;
	margin-bottom: 40px;
}

.sidebar-sponsored-content h3,
.sidebar-sponsored-content h3 a {
	color: #ffffff;
}

.sidebar-sponsored-content h3 a:hover {
	/*color: var(--bg-bold-color);*/
	opacity: .5;
}

.sidebar-sponsored-content .widget-title {
	position: absolute;
	top: 0;
	left: 15px;
	margin: 0;
	display: inline-block;
	padding: 10px 15px;
	background-color: var(--bg-bold-color);
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #ffffff;
	transform: translateY(-50%);
}

.sidebar-sponsored-content .cat-post-item {
	border-bottom: 1px solid #ffffff;
	margin-bottom: 28px;
}

.sidebar-sponsored-content .cat-post-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.sidebar-sponsored-content .cat-post-item:last-child p:last-child {
	margin-bottom: 0;
}

.sidebar-sponsored-content .title h3 a {
	font-size: 26px;
}

/* Ads */

#skins-ad-left {
	display: none;
	position: absolute;
	left: 0;
	transform: translateX(-100%);
}

#skins-ad-right {
	display: none;
	position: absolute;
	right: 0;
	transform: translateX(100%);
}

.ad-divider {
	padding: 30px;
	margin-bottom: 50px;
	background-color: var(--bg-gray-color);
	overflow-x: hidden;
}

.ad-divider-full {
	padding: 30px;
	margin-bottom: 50px;
	background-color: var(--bg-gray-color);
	text-align: center;
	overflow-x: hidden;
}

#home-flow .ad-divider,
#home-flow .ad-divider-full {
	width: 100%;
	margin-bottom: 0;
}

.ad-divider .widget-text {
	display: flex;
	gap: 30px;
}

.ad-divider .widget-text .home-mid-ad  {
	flex-shrink: 0;
	width: 728px;
}

.ad-divider .social {
	flex-grow: 1;
	text-align: center;
}

.ad-divider .social .widget-title {
	margin-bottom: 0;
}

.ad-divider .social .widget-title h4 {
	color: var(--link-color);
	font-size: 20px;
}

.ad-divider .social .social-networks {
	margin-left: auto;
	margin-right: auto;
}

.ad-divider .social .social-networks li {
	display: inline-block;
	padding: 5px;
}

.ad-divider .social .social-networks li i {
	font-size: 30px;
}

.in-article-ad-divider div[id^="div-gpt-ad-"] {
	text-align: center;
	padding: 15px 0;
	margin-bottom: 28px;
	border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
}

/* Post page */
body.single-post .post-info a,
body.single-post .entry-content a {
	text-decoration: underline;
}

#content {
	flex-grow: 1;
}

#content h1.entry-title,
#content h1.entry-title strong {
	font-size: 36px;
}

#before-post {
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 5px;
	border-bottom: 1px solid var(--border-color);
}

#content .post-image-wrapper img {
	width: 100%;
}

body.single-post #content .post-image-wrapper {
	width: 50%;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

/*
body.single-post #content .post-image-wrapper img {
	max-height: 550px;
	object-fit: cover;
}
*/

.wp-caption-text {
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
}

#content .post-pre-info {
	display: flex;
	gap: 10px;
	padding: 15px 0;
}

#content .printfriendly {
	flex-shrink: 0;
	padding: 7px 16px 0 0;
}

#content .post-sponsor {
	padding: 15px;
	margin-bottom: 16px;
	margin-right: 16px;
	border: 1px solid var(--border-color);
	background-color: var(--bg-gray-color);
}

body.single-wpdmpro #content .post-sponsor {
	margin-right: 0;
	width: 100%;
}

#content .post-sponsor .sponsor-logo-block {
	font-size: 14px;
	text-align: center;
}

body.single-wpdmpro #content .post-sponsor .sponsor-logo-block {
	display: flex;
	align-items: center;
	justify-content:center;
}

#content .post-sponsor .sponsor-logo-block .sponsor-by-copy {
	font-size: 14px;
}

body.single-wpdmpro #content .post-sponsor .sponsor-logo-block .sponsor-by-copy {
	padding-right: 10px;
}

#content .post-sponsor .sponsor-logo-block img {
  max-height: 100px;
}

#content .shariff {
	flex-grow: 1;
}

#content .shariff ul {
	gap: 8px;
	flex-flow: row;
}

#content .shariff li {
	width: auto;
	margin: 0 !important;
}

#content .post-meta {
	padding-top: 20px;
}

#content .post-meta .categories,
#content .post-meta .tags {
	display: block;
}

#content .post-meta .categories {
	padding-bottom: 10px;
}

#content blockquote {
	position: relative;
	/*
	color: #ffffff;
	background-color: #999266;
	border: 1px solid #7f7740;
	*/
	color: var(--link-color);
	background-color: #dadee5;
	border: 1px solid #b8c0cb;
	border-radius: 4px;
	margin: 28px 0;
	padding: 20px 50px;
}

#content blockquote::before {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 80px;
	line-height: 1;
}

#content blockquote::after {
	content: "\201D";
	position: absolute;
	bottom: -29px;
	right: 22px;
	font-size: 80px;
	line-height: 1;
}

#content blockquote p:last-child {
	margin-bottom: 0;
}

#respond #commentform {
	width: 80%;
	margin: 0 auto;
}

#respond #reply-title, 
.jp-related-posts .widget-title,
#comments h3 {
	font-size: 26px;
	border-bottom: 1px solid var(--border-color);
	padding-bottom: 10px;
	margin-bottom: 28px;
}

#respond input[type="text"],
#respond input[type="email"],
#respond textarea {
	border-color: var(--border-color);
	background-color: #f5f5f5;
}

#respond .comment-form-comment {
	width: 50%;
	float: left;
	padding-right: 15px;
}

body.logged-in #respond .comment-form-comment {
	width: 100%;
	float: none; 
	padding-right: 0;
}

#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
	display: flex;
	flex-wrap: wrap;
}

#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label {
	order: 1;
	flex-grow: 0;
}

#respond .comment-form-author span,
#respond .comment-form-email span,
#respond .comment-form-url span {
	order: 2;
}

#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input {
	order: 3;
	width: 100%;
	flex-shrink: 0;
}

.comment-respond label {
	margin-right: 0;
}

#respond .comment-subscription-form {
	clear: both;
	width: 37%;
	margin: 0 auto;
}

#respond .form-submit {
	padding-top: 15px;
	text-align: center;
}

#respond .form-submit input[type="submit"] {
	line-height: 1.5;
}

#comments {
	margin-bottom: 60px;
}

.jp-related-posts {
	border-bottom: 1px solid var(--border-color);
	padding-bottom: 10px;
	margin-bottom: 60px;
}

.jp-relatedposts-items {
	display: flex;
	gap: 46px;
}

#jp-relatedposts .jp-relatedposts-items-visual {
	margin-right: 0 !important;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
	opacity: 1 !important;
	padding-right: 0 !important;
}

#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img {
	float: none !important;
	margin: 0 !important;
	max-width: none !important;
	overflow: auto !important;
	width: 100%;
}
 
#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title {
	max-width: none !important;
	width: 100%;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-size: 20px !important;
	font-family: 'Oswald', sans-serif;
	font-weight: 500 !important;
	color: var(--headline-color);
	line-height: 1.5;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover a,
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title:hover a {
	text-decoration: none !important;
	color: var(--rollover-color);
}

#jp-relatedposts .jp-relatedposts-items p {
	font-size: 18px !important;
	max-height: none !important;
	line-height: 1.5 !important;
}

/* Archives, Search Results */
body.archive .entry, 
body.search .entry {
	margin-bottom: 0;
}

body.archive #content .post,
body.search #content .post,
body.archive #content .wpdmpro {
	border-bottom: 1px solid var(--border-color);
}

body.archive #content .post .entry-title-link,
body.search #content .post .entry-title-link,
body.archive #content .wpdmpro .entry-title-link {
	font-size: 20px;
}

body.archive #content .post-info,
body.search #content .post-info,
body.archive #content .post-info span,
body.search #content .post-info span,
body.archive #content .post-info a,
body.search #content .post-info a {
	font-size: 15px;
}

body.archive #content .post .entry-title-link:hover,
body.search #content .post .entry-title-link:hover,
body.archive #content .wpdmpro .entry-title-link:hover {
	color: var(--rollover-color);
}

body.archive #content .post img.post-image,
body.search #content .post img.post-image,
body.archive #content .wpdmpro img.post-image {
	width: 20%;
}

body.archive #content .post-meta,
body.search #content .post-meta {
	padding-top: 0;
}

body.archive #content .post-meta .categories,
body.archive #content .post-meta .tags,
body.search #content .post-meta .categories,
body.search #content .post-meta .tags {
	display: none;
}

/* Dell Microsite */
body.page-template-microsite-a #before-post {
	margin-bottom: 30px;
}

body.page-template-microsite-a .microsite-a-header {
  	padding-top: 20px;
  	padding-bottom: 20px;
  	text-align: center;
  	display: block;
  	width: 100%;
  	background-color: #0076ce;
	margin-bottom: 30px;
}

body.page-template-microsite-a #content .entry {
	margin-bottom: 0;
}

body.page-template-microsite-a .video {
	margin-bottom: 30px;
}

body.page-template-microsite-a .video .video-responsive {
	position: relative;
  	overflow: hidden;
  	padding-bottom: 56.25%; 
 	height: 0;
}

body.page-template-microsite-a .video .video-responsive iframe {
	position: absolute;
  	left: 0;
  	top: 0;
  	height: 100%;
  	width: 100%;
}

body.page-template-microsite-a .full-col {
	position: relative;
	padding: 30px;
	margin-bottom: 60px;
	background-color: var(--bg-gray-color);
}

body.page-template-microsite-a .full-col h4,
body.page-template-microsite-a .full-col h4 center,
body.page-template-microsite-a .split-col h4 {
	font-size: 26px;
}

body.page-template-microsite-a .split-col {
	display: flex;
	column-gap: 30px;
	margin-bottom: 60px;
}

body.page-template-microsite-a .split-col .col-left,
body.page-template-microsite-a .split-col .col-right {
	width: calc(50% - 30px);
}

body.page-template-microsite-a #sidebar h4 {
	margin-top: 0;
	font-size: 26px;
}

body.page-template-microsite-a #sidebar .widget {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--border-color);
}

body.page-template-microsite-a #sidebar-alt {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	padding-top: 30px;
	margin-bottom: 30px;
	border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
}

body.page-template-microsite-a #sidebar-alt .widget {
	width: calc(33.3333% - 30px);
}

body.page-template-microsite-a #sidebar-alt .widget h4,
body.page-template-microsite-a #sidebar-alt .widget h4 a {
	font-size: 26px;
}

/* White Paper Sponsors */
body.single-white-paper-sponsor #content h1,
body.single-white-paper-sponsor #content .wp-post-image,
body.single-white-paper-sponsor #content .copy-block {
	margin-bottom: 30px;
}

/* Featured White Papers */
body.page-template-white-papers .featured-white-papers {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
body.page-template-white-papers .featured-white-papers .search-white-papers,
body.page-template-white-papers .entry-content .search-white-papers .search-form {
	width: 100%;
}

body.page-template-white-papers .featured-white-papers .search-white-papers input.search-submit {
	margin-top: 10px;
}

body.page-template-white-papers .featured-white-papers .white-paper-categories-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--border-color);
	padding-bottom: 30px;
}

body.page-template-white-papers .featured-white-papers .white-paper-categories-list h3 {
	width: 100%;
}

body.page-template-white-papers .featured-white-papers .white-paper-categories-list ul.col {
	width: calc(50% - 40px);
	margin-bottom: 0;
}

body.page-template-white-papers .featured-white-papers .col:not(ul) {
	width: calc(50% - 30px);
}

body.page-template-white-papers .featured-white-papers .featured-white-paper {
	margin-bottom: 46px;
}

body.page-template-white-papers .featured-white-papers .featured-white-paper .col-sponsor-logo {
  	width: 50%;
	margin: 10px auto;
	text-align: center;
}

body.page-template-white-papers #content .featured-white-papers .featured-white-paper .post-meta {
	background-color: var(--bg-gray-color);
	padding: 10px;
}

body.page-template-white-papers .featured-white-papers .add-white-papers {
	width: 100%;
	padding: 22px 30px 30px 30px;
	color: #ffffff;
	background-color: var(--bg-alt-color);
}

body.page-template-white-papers .featured-white-papers .add-white-papers h3 {
	font-size: 26px;
	color: #ffffff;
	margin-top: 0;
}

body.page-template-white-papers .featured-white-papers .add-white-papers a {
	color: #ffffff;
	text-decoration: underline;
}

body.page-template-white-papers .featured-white-papers .add-white-papers a:hover {
	color: var(--link-color);
}

/* White Papers */
body.single-wpdmpro .download-manager-breadcrumbs {
	padding-bottom: 10px;	
}

body.single-wpdmpro article.entry {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

body.single-wpdmpro article.entry::before,
body.single-wpdmpro article.entry::after {
	display: none;
}

body.single-wpdmpro article.entry .col.col1 {
	width: 225px;
}

body.single-wpdmpro article.entry .col.col2 {
	width: calc(100% - 265px);
}

body.single-wpdmpro article.entry .col.col1 .whitepaper-image img {
	padding-bottom: 10px;
}

body.single-wpdmpro article.entry .whitepaper-sponsor-logo {
	float: right;
	width: 200px;
	margin: 0 0 5px 10px;
}

body.single-wpdmpro article.entry .whitepaper-sponsor-logo span {
	display: block;
	color: #666;
	font-size: 14px;
}

body.single-wpdmpro #content article.entry .post-meta {
	padding-bottom: 10px;
}

body.single-wpdmpro .whitepaper-form {
  	display: none;
  	clear: both;
  	border-top: 1px solid var(--border-color);
}

body.single-wpdmpro .whitepaper-form .field-row {
	display: flex;
	gap: 15px;
	margin-bottom: 30px;
}

body.single-wpdmpro .whitepaper-form .field-row .field-item {
	flex-basis: 100%;
}

body.single-wpdmpro .whitepaper-form .field-row .clear {
	display: none;
}

/* ThoughtLeader */
.post-thoughtleader {
	position: relative;
	padding: 10px;
	box-shadow: inset gray 0px 0px 10px 0px;
}

body.single .post-thoughtleader {
	margin-top: 13px;
}

body.single .post-thoughtleader h3,
body.home .post-thoughtleader::before {
	content: 'ThoughtLeader';
	color: #ffffff;
	background-color: #302c2c;
	font-variant: small-caps;
	font-weight: 600;
	font-size: 20px;
}

body.single .post-thoughtleader h3 {
	display: inline-block;
	margin: 0;
	padding: 5px 30px;
}

body.home .featured-post-wrapper .post-thoughtleader {
	margin-top: 30px;
	margin-bottom: 15px;
}

body.home .featured-post-wrapper .post-thoughtleader::before {
	position: absolute;
	transform: translateY(-100%);
	display: inline-block;
	padding: 5px 20px;
}

body.home .post-thoughtleader .inner-wrapper {
	padding: 22px 15px 15px 15px;
	background: #cf5146 url(../thoughtleader-bg.html) no-repeat top center;
	background-size: cover;
}

body.single .post-thoughtleader .inner-wrapper {
	padding: 0;
	background: #cf5146 url(../thoughtleader-single-bg.html) no-repeat top center;
	background-size: cover;
}

body.home .featured-post-wrapper .post-thoughtleader h1 {
	margin-top: 0;
}

body.home .post-thoughtleader .cat-post-title span, 
body.home [id^="category-posts-pro"] .cat-post-default .post-thoughtleader p.cpwp-excerpt-text {
	color: #ffffff;
}

[id^="category-posts-pro"].category-posts-pro-internal .cat-post-item {
	margin: 0 !important;
	padding: 0 !important;
}

body.home .featured-secondary-posts-wrapper .post-thoughtleader::before,
body.home .industry-perspectives-posts-wrapper .post-thoughtleader::before,
body.home .podcasts-wrapper .post-thoughtleader::before {
	display: block;
	width: 100%;
	padding: 5px 0;
	text-align: center;
}

body.home .industry-perspectives-posts-wrapper .post-thoughtleader .inner-wrapper,
body.home .podcasts-wrapper .post-thoughtleader .inner-wrapper {
	background-size: contain;
}

@media only screen 
and (min-width: 1729px) {
	#skins-ad-left,
	#skins-ad-right {
		display: block;
	}
}

@media only screen 
and (max-width: 1280px) {
	.wrap {
		max-width: 1230px;
	}
	
	.genesis-nav-menu a {
		padding-left: 8px;
  		padding-right: 8px;
	}
}

@media only screen 
and (max-width: 1104px) {
	#header {
		border-bottom: 1px solid var(--border-color);
	}
	
	.main-header {
		display: block;
	}
	
	.main-header .logo-col {
		display: block;
		text-align: center;
	}
	
	.main-header .logo-col .logo-image {
		display: inline-block;
	}
	
	.main-header .logo-col .logo-tagline {
		width: 100%;
	}
	
	.main-header .logo-col .logo-tagline .tagline {
		border-left: none;
		margin-left: 0;
		padding-left: 0;
	}
	
	.main-header .buttons-col {
		display: none;
		text-align: center;
		padding-bottom: 10px;
	}
	
	a[title="channels"] + .sub-menu {
		display: block;
		width: auto;
	}
	
	.mobile-menu-icon {
		display: block;
	}
	
	body.menu-open .mobile-menu-icon {
		position: fixed;
	}
	
	body.menu-open.logged-in .mobile-menu-icon {
		top: 63px;
	}
	
	body.menu-open {
		overflow: hidden;
	}
	
	#nav {
		display: none;
		position: fixed;
		z-index: 99;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: var(--bg-gray-color);
	}
	
	body.admin-bar #nav {
		top: 46px;
	}
	
	#nav.menu-open {
		display: block;
		overflow-y: scroll;
		padding-bottom: 200px;
	}

	.genesis-nav-menu .menu-item {
		display: block;
		border-bottom: 1px solid var(--border-color);
	}
	
	.genesis-nav-menu .menu-item:last-child,
	.genesis-nav-menu a[title="Search"] {
		display: none;
	}
	
	.genesis-nav-menu a[title="Subscribe"] {
		display: block;
	}
	
	.genesis-nav-menu .sub-menu {
		position: relative;
		left: 0;
		opacity: 1;
		width: 100%;
	}
	
	.genesis-nav-menu .sub-menu a {
		width: 100%;
		border: none;
	}
	
	body:not(.menu-open) #search-modal {
		display: none;
		height: 0;
		overflow: hidden;
	}
	
	body.menu-open #search-modal {
		height: auto;
		display: block;
		position: fixed;
		z-index: 100;
		bottom: 0;
		left: 0;
		width: 100%;
		margin: 0;
		padding: 15px;
		background-color: var(--bg-alt-color);
	}
	
	.home-2-column,
	body:not(.home) #content-sidebar-wrap {
		display: block;
	}

	.home-2-column #home-featured-column,
	.home-2-column #home-sidebar,
	body:not(.home) #sidebar {
		width: 100%;
	 }
	  
	.home-2-column #home-sidebar .ad-unit,
	#sidebar .ad-unit {
		text-align: center;
	}
		
	.sidebar-sponsored-content .cat-post-item {
		margin-bottom: 15px
	}
		
	.sidebar-sponsored-content .category-posts-internal .cat-post-item > div,
	#home-sidebar .download-manager-widget-inner .post-item,
	#sidebar .download-manager-widget-inner .post-item {
		display: flex;
		gap: 15px;
	}
	
	#home-sidebar .download-manager-widget-inner .post-item {
		padding-bottom: 20px;
	}
		
	.sidebar-sponsored-content .category-posts-internal .cat-post-item .image,
	#home-sidebar .download-manager-widget-inner .post-item .image-col,
	#sidebar .download-manager-widget-inner .post-item .image-col {
		min-width: 300px;
		padding-bottom: 15px;
	}
		
	.sidebar-sponsored-content .category-posts-internal .cat-post-item:last-child .image {
		padding-bottom: 0;
	}
	
	
}

@media only screen 
and (max-width: 850px) {
	.recent-news-wrapper .category-posts-internal .cat-post-item > div {
		display: block;
	}
	
	.recent-news-wrapper .category-posts-internal .cat-post-item .image .cat-post-thumbnail .cat-post-crop img {
		width: 100% !important;
		height: auto !important;
		aspect-ratio: 1/1;
	}
	
	.recent-news-titles-wrapper {
		width: 100%;
		padding-left: 0;
	}

	.podcasts-wrapper {
		width: 100%;
	}

	
	#home-flow .widget_download_manager_widget, #home-flow .home-sponsored-content {
		width: 100%;
	}
	
	.ad-divider .widget-text {
		display: block;
	}
	
	body.single-wpdmpro article.entry {
		flex: none;
	}
	
	body.single-wpdmpro article.entry .col.col1 {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	
	body.single-wpdmpro article.entry .col.col2 {
		width: 100%;
	}
}

@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2),
(min-device-width: 320px) 
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2),
(min-device-width: 375px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2), 
(min-device-width: 414px) 
and (max-device-width: 736px) 
and (-webkit-min-device-pixel-ratio: 3),
(min-device-width: 375px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2),
(max-width: 720px) {
	.home-2-column #home-featured-column {
		min-width: 0;
	}
	
	#home-flow {
		display: block;
	}
	
	.featured-post-wrapper .cat-post-thumbnail {
		float: none;
		padding-left: 0;
		padding-bottom: 0;
		max-width: 100% !important;
	}
	
	.featured-post-wrapper h1 {
		clear: both;
	}
	
	.featured-secondary-posts-wrapper .category-posts-internal {
		display: block;
	}
	
	.sidebar-sponsored-content .category-posts-internal .cat-post-item > div,
	#home-sidebar .download-manager-widget-inner .post-item, 
	#sidebar .download-manager-widget-inner .post-item {
		display: block;
	}
	
	/*
	.featured-secondary-posts-wrapper .category-posts-internal .cat-post-item {
		width: 100%;
	}
	
	.featured-secondary-posts-wrapper .category-posts-internal .cat-post-item .cat-post-thumbnail .cat-post-crop img {
		width: 100% !important;
		height: auto !important;
		aspect-ratio: 4/3;
	}
	*/
	
	#home-secondary-featured-wrapper > div {
		width: 100%;
	}
	
	#home-secondary-featured-wrapper > div .cat-post-item p:last-of-type {
		margin-bottom: 0;
	}
	
	#home-secondary-featured-wrapper .wp-post-image {
		width: 100% !important;
		height: auto !important;
		aspect-ratio: 2/1;
	}
	
	.sidebar-sponsored-content .category-posts-internal .cat-post-item .image {
		padding-bottom: 0;
	}
	
	.sidebar-sponsored-content .category-posts-internal .cat-post-item .image .cat-post-thumbnail .cat-post-crop img {
		width: 100% !important;
		height: auto !important;
		aspect-ratio: 4/3;
	}
	
	.recent-news-wrapper .category-posts-internal {
		gap: 36px;
		flex-wrap: wrap;
	}
	
	.recent-news-wrapper .category-posts-internal .cat-post-item {
		width: 100%;
	}
	
	.recent-news-wrapper .category-posts-internal .cat-post-item > div {
		display: flex;
	}
	
	.recent-news-wrapper .category-posts-internal .cat-post-item .image {
		width: 130px;
	}
	
	.recent-news-titles-wrapper .category-posts-internal {
		display: block;
	}

	.podcasts-wrapper .category-posts-internal,
	.editors-choice-wrapper .category-posts-internal {
		display: block;
	}
	
	.podcasts-wrapper .category-posts-internal .cat-post-item,
	.editors-choice-wrapper .category-posts-internal .cat-post-item {
		width: 100%;
	}
	
	.podcasts-wrapper .category-posts-internal .cat-post-item .image .cat-post-thumbnail .cat-post-crop img,
	.editors-choice-wrapper .category-posts-internal .cat-post-item .image .cat-post-thumbnail .cat-post-crop img {
		width: 100% !important;
		height: auto !important;
		aspect-ratio: 4/3;
	}
	
	#home-flow .download-manager-widget-inner .post-item:not(:first-child),
	#home-flow .home-sponsored-content .cat-post-item:not(:first-child) > div {
		width: 100%;
		display: flex;
		gap: 15px;
	}
	
	#home-flow .home-sponsored-content .cat-post-item {
		width: 100%;
	}
	
	#home-flow .recent-news-wrapper,
	#home-flow .recent-news-titles-wrapper,
	#home-flow .ad-divider,
	#home-flow .podcasts-wrapper,
	#home-flow .editors-choice-wrapper,
	#home-flow .widget_download_manager_widget,
	#home-flow .home-sponsored-content {
		margin-bottom: 50px;
	}
	
	#home-flow .download-manager-widget-inner .post-item:not(:first-child) .image-col,
	#home-flow .home-sponsored-content .cat-post-item:not(:first-child) .image {
		width: 130px;
		flex-shrink: 0;
	}
	
	#home-flow .widget_download_manager_widget .cat-post-footer-link {
		position: relative;
		margin: 0 auto;
		top: auto;
		right: auto;
	}
	
	#home-flow .widget_download_manager_widget,
	#home-flow .home-sponsored-content {
		width: 100%;
	}
	
	#prefooter {
		display: block;
	}
	
	#prefooter #pre-footer-right {
		width: 100%;
		padding-top: 30px;
	}
	
	#prefooter #pre-footer-right .widget-wrap {
		text-align: center;
	}
	
	#content .post-pre-info {
		flex-wrap: wrap;
	}
	
	#content .shariff {
		order: 1;
		width: 100%;
	}
	
	#content .post-sponsor .sponsor-logo-block {
		order: 2;
		padding-right: 0;
	}
	
	#content .printfriendly {
		order: 3;
		width: 100%;
		padding-right: 0;
		text-align: right
	}
	
	#content .sponsor-logo-block + .printfriendly {
		width: calc(50% - 8px);
	}
	
	.jp-relatedposts-items {
		display: block;
	}
	
	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		width: 100% !important;
		margin: 0 0 28px 0 !important;
	}

	#jp-relatedposts .jp-relatedposts-items-visual {
		margin-right: 0;
	}
	
	#respond #commentform {
		width: 100%;
	}
	
	#respond .comment-subscription-form {
		width: 53%;
	}
	
	body.archive #content .post img.post-image,
	body.search #content .post img.post-image {
		width: 100%;
	}
	
	body.archive #content .post img.post-image.alignleft,
	body.search #content .post img.post-image.alignleft {
		float: none;
	}
	
	body.page-template-white-papers .featured-white-papers .col:not(ul) {
		width: 100%;
	}
	
	body.single-wpdmpro .whitepaper-form .field-row {
		display: block;
		margin-bottom: 0;
	}
	
	body.single-wpdmpro .whitepaper-form .field-row h3 {
		margin-top: 15px;
	}
	
	body.single-wpdmpro .whitepaper-form .field-row .field-item {
		margin-bottom: 10px;
	}
	
	body.page-template-microsite-a .split-col .col-left, 
	body.page-template-microsite-a .split-col .col-right,
	body.page-template-microsite-a #sidebar-alt .widget {
		width: 100%;
	}
}