@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Barlow:400,400i,500,500i,600,600i,700,700i,800,800i);

/* ====================
strategy+business Screen Styles
====================
001 CSS reset
002 Miscellaneous
003 Structure
004 Header
005 Footer
010 Home Page
090 Page Content
100 Article Lists
110 Registration
120 Table of Contents
130 Archive
150 Misc Portlets
500 Advertisements
1000 Responsive Styles
*/






/* ====================
001 CSS reset
====================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, 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;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, textarea {
	border-radius: 0;
	-webkit-border-radius:0px;
}

input {
	-webkit-appearance: none;
}

html {
	-webkit-text-size-adjust: 100%; 
	-moz-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}










/* ====================
002 Miscelleneous
====================*/

body,
input,
.nav-Global .search .ui-menu .ui-menu-item a {
	font-family: 'Barlow', Arial, Helvetica, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: subpixel-antialiased;
}

.clearfix:after {
	content: "";
	clear: both;
	display: table;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

.column-header {
	color: #006ad0;
}

/* hides broken native ad pixel */

img[src*="awc_hit?p="] {
	display: none;
}

#cboxOverlay {
    background: rgba(0,0,0,0.9);
}

/* ADA */

#skiptocontent a {
    padding: 10px;
    position: absolute;
    top: -40px;
    left: 0px;
    color: #000;
    background: #fff;
    -webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    z-index: 1000;
}

#skiptocontent a:focus {
    position: absolute;
    left: 0px;
    top: 0px;
    outline-color: transparent;
    -webkit-transition: top .1s ease-in;
    transition: top .1s ease-in;
}

.iconLabel {
    position: absolute;
    top: -10000px;
    left: -10000px;
}

/* GDPR */

#gdpr-cookie-notice-handle {
    background-color: #000 !important;
}

#gdpr-cookie-notice-handle div div:last-child a {
    background-color: #fff !important;
    color: #000 !important;
    text-shadow: none !important;
}










/* ====================
003 Structure
====================*/

.section-inner.fixed {
	max-width: 1292px;
	margin: 0px auto;
	position: relative;
}

.mainContainer {
	padding-top: 137px;
	transition: all 0.3s
	margin: 0px auto;
}

section.mainSection {
  max-width: 1292px;
  margin: 0px auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 60px;
}

/* below added from carry-over */

section.fullwidth {
  max-width: 100%;
}

section.fullwidth .max-width-994 {
  max-width: 994px;
  margin: 0px auto;
}

.utilityColumn section {
  padding: 0px;
}

.utilityColumn section .portlet {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ccc;
}

.utilityColumn section .portlet.noBorder {
  margin-bottom: 0px;
  border-bottom: none;
}

.utilityColumn section .portlet.simple {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 60px;
}

.utilityColumn .nativeAd {
  overflow: hidden;
}

section.featureHero {
  position: relative;
  max-width: 100%;
  height: 550px;
  overflow: hidden;
}

section.featureHero img {
    max-width: initial !important;
}

.contentColumn {
    padding-right: 100px;
    position: relative;
    float: left;
    width: calc(100% - 400px);
}

#Content.contentColumn {
    padding-right: 50px;
    width: calc(100% - 350px);
}

#Feature.interactive .contentColumn {
  padding-right: 0px;
  width: 100%;
  display: block;
  max-width: none;
}

.contentColumn.oneColumn {
  padding-right: 0px;
  width: 100%;
  display: block;
  max-width: none;
}

.utilityColumn {
  display: block;
  width: 300px;
  float: left;
}

.contentColumn.oneColumn.right #Content {
  float: right;
  width: calc(100% - 240px);
}

.contentColumn.oneColumn.right #InPageNav {
  float: left;
  background-color: #eee;
  width: 200px;
  padding: 20px 0px 20px 20px;
  border-right: solid 1px #ccc;
}





/* Section Columns */

.sec-cols-wrapper .col-left,
.sec-cols-wrapper .col-middle {
	float: left;
}

.sec-cols-wrapper .col-right {
	float: right;
}

.sec-cols-wrapper .col-left {
	width: calc((100% - 380px) * .553); /* actual .55372807 */
	margin-right: 4.75%;
}

.sec-cols-wrapper .col-middle {
	width: calc((100% - 380px) * .404); /* actual .44627193 */
}

.sec-cols-wrapper .col-right {
	width: 300px;
}





/* Generic Columns */

.columnsContainer:after {
	content: "";
	display: table;
	clear: both;
}

.outdent {
	margin: 0px -15px;
}

.column {
	float: left;
	width: 100%;
	position: relative;
	box-sizing: border-box; /* <<< Just added this */
}

.column > .innerPadding,
section > .innerPadding {
	padding: 0px 15px;
}

.column.centered {
	float: none;
	margin: 0px auto;	
}

@media (min-width: 560px) {

.column.sm-12 {
	width: 100%;
}

.column.sm-11 {
	width: 91.66666666%;
}

.column.sm-10 {
	width: 83.33333333%;
}

.column.sm-9 {
	width: 75%;
}

.column.sm-8 {
	width: 66.66666666%;
}

.column.sm-7 {
	width: 58.33333333%;
}

.column.sm-6 {
	width: 50%;
}

.column.sm-5 {
	width: 41.66666666%;
}

.column.sm-4 {
	width: 33.33333333%;
}

.column.sm-3 {
	width: 25%;
}

.column.sm-2 {
	width: 16.66666666%;
}

.column.sm-1 {
	width: 8.33333333%;
}

}

@media (min-width: 768px) {

.column.md-12 {
	width: 100%;
}

.column.md-11 {
	width: 91.66666666%;
}

.column.md-10 {
	width: 83.33333333%;
}

.column.md-9 {
	width: 75%;
}

.column.md-8 {
	width: 66.66666666%;
}

.column.md-7 {
	width: 58.33333333%;
}

.column.md-6 {
	width: 50%;
}

.column.md-5 {
	width: 41.66666666%;
}

.column.md-4 {
	width: 33.33333333%;
}

.column.md-3 {
	width: 25%;
}

.column.md-2 {
	width: 16.66666666%;
}

.column.md-1 {
	width: 8.33333333%;
}

/* Push/pull */

.md-6.content.push {
	left: 50%;
}

.md-6.content.pull {
	left: -50%;
}

}

@media (min-width: 992px) {

.column.lrg-12 {
	width: 100%;
}

.column.lrg-11 {
	width: 91.66666666%;
}

.column.lrg-10 {
	width: 83.33333333%;
}

.column.lrg-9 {
	width: 75%;
}

.column.lrg-8 {
	width: 66.66666666%;
}

.column.lrg-7 {
	width: 58.33333333%;
}

.column.lrg-6 {
	width: 50%;
}

.column.lrg-5 {
	width: 41.66666666%;
}

.column.lrg-4 {
	width: 33.33333333%;
}

.column.lrg-3 {
	width: 25%;
}

.column.lrg-2 {
	width: 16.66666666%;
}

.column.lrg-1 {
	width: 8.33333333%;
}

}

@media (min-width: 1200px) {

.column.xlrg-12 {
	width: 100%;
}

.column.xlrg-11 {
	width: 91.66666666%;
}

.column.xlrg-10 {
	width: 83.33333333%;
}

.column.xlrg-9 {
	width: 75%;
}

.column.xlrg-8 {
	width: 66.66666666%;
}

.column.xlrg-7 {
	width: 58.33333333%;
}

.column.xlrg-6 {
	width: 50%;
}

.column.xlrg-5 {
	width: 41.66666666%;
}

.column.xlrg-4 {
	width: 33.33333333%;
}

.column.xlrg-3 {
	width: 25%;
}

.column.xlrg-2 {
	width: 16.66666666%;
}

.column.xlrg-1 {
	width: 8.33333333%;
}

}





/* Padding Settings */

.padding-top-80 {
	padding-top: 80px;	
}

.padding-top-60 {
	padding-top: 60px;	
}

.padding-top-40 {
	padding-top: 40px;	
}

.padding-top-20 {
	padding-top: 20px;	
}

.padding-bottom-80 {
	padding-bottom: 80px;	
}

.padding-bottom-60 {
	padding-bottom: 60px;	
}

.padding-bottom-40 {
	padding-bottom: 40px;	
}

.padding-bottom-20 {
	padding-bottom: 20px;	
}





/* Margin Settings */

.margin-top-80 {
	margin-top: 80px;	
}

.margin-top-60 {
	margin-top: 60px;	
}

.margin-top-40 {
	margin-top: 40px;	
}

.margin-top-20 {
	margin-top: 20px;	
}

.margin-bottom-80 {
	margin-bottom: 80px;	
}

.margin-bottom-60 {
	margin-bottom: 60px;	
}

.margin-bottom-40 {
	margin-bottom: 40px;	
}

.margin-bottom-20 {
	margin-bottom: 20px;	
}










/* ====================
004 Header
====================*/

#PrimaryNav {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 10;
}

#PrimaryNav .headerTop {
	position: relative;
	height: 105px;
	width: 100%;
	overflow: hidden;
	background: #18427c;
	background: -moz-linear-gradient(top, #274792 0%, #3c66d6 100%);
	background: -webkit-linear-gradient(top, #274792 0%,#3c66d6 100%);
	background: linear-gradient(to bottom, #274792 0%,#3c66d6 100%);
	z-index: 11;
	transition: height 0.3s;
}

#PrimaryNav .headerTop .logo {
	display: block;
	width: 500px;
	position: absolute;
	left: calc(50% - 250px);
	top: 30px;
	transition: all 0.3s;
	opacity: 1;
}

/* #PrimaryNav .headerTop .logo:before {
	content: url(/media/file/sb-t-2018-strategy-business-logo.svg);
	width: 100%;
} */

#PrimaryNav .headerTop .logo span,
#PrimaryNav .headerTop .logoMobile {
	display: none;
}

#PrimaryNav .headerTop .logoMobile {
	width: 50px;
	display: block;
	position: absolute;
	top: 11px;
	left: calc(50% - 25px);
	transition: all 0.3s;
	opacity: 0
}

/* #PrimaryNav .headerTop .logoMobile:before {
	width: 100%;
	content: url(/media/file/sb-t-2018-sb-logo.svg);
} */

@media (max-width: 1169px) {

#PrimaryNav .headerTop .logo {
	width: 350px;
	left: calc(50% - 175px);
	top: 37px;
}

}

@media (max-width: 767px) {

#PrimaryNav .headerTop .logoMobile {
	opacity: 1;
	left: 60px;
}

#PrimaryNav .headerTop .logo {
	left: 50px !important;
	opacity: 0;
	pointer-events: none;
}

}




#PrimaryNav .headerTop .newsletters a,
#PrimaryNav .headerTop .newsletters2 a,
#PrimaryNav .headerTop .magazine a {
	color: #f2c709;
	text-decoration: none;
	font-size: 18px;
	display: block;
	font-weight: 500;
	transition: color 0.3s;
}

#PrimaryNav .newsletters a:hover,
#PrimaryNav .magazine a:hover {
	color: #ffffff;
}

#PrimaryNav .newsletters {
	width: 100px;
	display: block;
	position: absolute;
	text-align: center;
	left: 15px;
	top: 34px;
	line-height: 21px;
	transition: top 0.3s;
}

#PrimaryNav .newsletters2 {
	position: absolute;
	right: 15px;
	top: -20px;
	transition: top 0.3s;
}

#PrimaryNav .headerTop .newsletters2 a span {
	opacity: 1;
	transition: all 0.3s
}

@media (max-width: 767px) {

#PrimaryNav .headerTop .newsletters2 a span {
	opacity: 0;
	pointer-events: none;
	font-size: 0;
}

}




/* Subscribe */

#PrimaryNav .magazine {
	position: absolute;
	right: 15px;
	top: 20px;
	transition: top 0.3s;
}

#PrimaryNav .magazine .thumb {
	width: 130px;
	float: right;
}

#PrimaryNav .magazine .thumb img {
	position: relative;
	top: 0px;
	transition: all 0.3s;
}

#PrimaryNav .magazine .thumb a:before {
	content: "Subscribe";
	position: absolute;
	left: -100px;
	top: 28px;
	font-size: 18px;
	color: #f2c709;
	transition: color 0.3s;
	padding-right: 20px;
}

#PrimaryNav .magazine .thumb a:hover img {
	top: -10px;
}

#PrimaryNav .magazine .thumb a:hover:before {
	color: #fff;
}





/* Category/Utility Row */

#PrimaryNav .headerBottom {
	background: #346ad4;
	background: -moz-linear-gradient(left, #3c66d6 0%, #193bb7 50%, #3c66d6 100%);
	background: -webkit-linear-gradient(left, #3c66d6 0%,#193bb7 50%,#3c66d6 100%);
	background: linear-gradient(to right, #3c66d6 0%,#193bb7 50%,#3c66d6 100%);
	height: 32px;
	font-size: 14px;
	transition: all 0.3s;
}

#PrimaryNav .headerBottom .catNav .awcgn-oc-menu {
	text-align: center;
	margin: 0px auto;
}

#PrimaryNav .headerBottom .catNav .awcgn-oc-menu li {
	display: inline-block;
	float: none;
}

#PrimaryNav .headerBottom .catNav .awcgn-oc-menu li.homeLinkWrapper {
    display: none;
}

#PrimaryNav .headerBottom .catNav .awcgn-oc-menu li.homeLinkWrapper {
	display: none;
}

#PrimaryNav .headerBottom .catNav .awcgn-oc-menu > li > a {
	line-height: 32px;
	text-decoration: none;
	color: #fff;
	padding: 0px 10px;
	font-weight: 400;
	transition: background-color 0.3s;
	font-size: 13px;
	letter-spacing: 0.5px;
	height: 32px;
}

#PrimaryNav .headerBottom .catNav .awcgn-oc-menu > li > a:hover, 
#PrimaryNav .headerBottom .catNav .awcgn-oc-menu .dropit-open > a, 
#PrimaryNav .headerBottom .catNav .awcgn-oc-menu .magazine a:hover, 
#PrimaryNav .headerBottom .catNav .awcgn-oc-menu .dropit-open .magazine a {
	box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
}

#PrimaryNav .headerBottom .catNav .awcgn-oc-menu ul {
	position: absolute;
	width: 10em;
	left: 0px;
	top: 20px;
}

#PrimaryNav .headerBottom .catNav .magazine {
	top: 0px;
	text-align: left;
	background-color: #3c66d6;
	left: 0px;
}

#PrimaryNav .headerBottom .catNav .magazine a {
	color: #fff;
	text-decoration: none;
}

#PrimaryNav .headerBottom .catNav .awcgn-oc-menu .sfHover .magazine a:hover {
	background-color: #193bb7;
}

#PrimaryNav .headerBottom .catNav .dropit-trigger > a:after {
	content: "\f0d7";
	font-family: "Font Awesome 5 Free";
	margin-left: 5px;
	font-weight: 600;
}

#PrimaryNav .headerBottom .catNav .dropit-trigger.dropit-open > a:after {
	content: "\f00d";
}

/* START COVID-19 UPDATE */

@media (max-width: 1109px) {

#PrimaryNav .headerBottom .catNav .awcgn-oc-menu {
	text-align: left;
}

}

@media (max-width: 1050px) {

#PrimaryNav .headerBottom .catNav .awcgn-oc-menu > li > a {
	padding: 0px 8px;
	letter-spacing: 0.3px;
}

}

/* END COVID-19 UPDATE */





/* Search (Desktop) */

#PrimaryNav .utilNav ul.dropit {
	position: absolute;
	right: 15px;
	top: 0;
	width: 66px;
}

#PrimaryNav .utilNav span.ui-helper-hidden-accessible {
	display: none;
}

#PrimaryNav .utilNav .dropit-submenu {
	background-color: #3c66d6;
	right: -32px;
	width: calc(100vw - 30px);
	max-width: 1292px;
	top: 32px;
}

#PrimaryNav .utilNav ul.dropit > li > a {
	color: #fff;
	line-height: 32px;
	font-size: 18px;
	width: 32px;
	text-align: center;
	transition: background-color 0.3s;
}

#PrimaryNav .utilNav ul.dropit > li > a:hover,
#PrimaryNav .utilNav ul.dropit > li.dropit-open > a {
	box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
}

#PrimaryNav .utilNav .searchdrop.dropit-open:before {
	content: "";
	position: fixed;
	top: 137px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.85);
	transition: background-color 0.3s;
}

#PrimaryNav .utilNav .searchDesktop {
	padding: 0px;
}

#PrimaryNav .utilNav label {
	display: none;
}

#PrimaryNav .utilNav .searchDesktop input#SiteSearch {
	background-color: #ddd;
	border: 0;
	padding: 0px 15px;
	font-size: 30px;
	float: left;
	margin-right: 15px;
	color: #666;
	width: calc(100% - 30px);
	height: 80px;
	line-height: 80px;
}

#PrimaryNav .utilNav .searchDesktop input#SiteSearch::placeholder {
	color: #bbb;
}

#PrimaryNav .utilNav .searchDesktop input#SiteSearch::-webkit-input-placeholder {
	color: #bbb;
}

#PrimaryNav .utilNav .searchDesktop input#SiteSearch::-moz-placeholder {
	color: #bbb;
}

#PrimaryNav .utilNav .searchDesktop input#SiteSearch:-ms-input-placeholder {
	color: #bbb;
}

#PrimaryNav .utilNav .searchDesktop input#SiteSearch:-moz-placeholder {
	color: #bbb;
}

#PrimaryNav .utilNav input#submit {
	border: 0;
	font-size: 30px;
	line-height: 40px;
	height: 40px;
	width: 120px;
	color: #666;
	display: none;
}

#PrimaryNav .utilNav .ui-widget-content {
	border: none;
	padding: 0;
}

#PrimaryNav .utilNav #SBSearchSuggest {
	border-radius: 0px;
	padding: 20px 10px 20px;
	background: none;
	background-color: #274792;
	width: calc(100vw - 50px) !important;
	left: 0px !important;
	max-width: 1272px;
	font-family: inherit;
	top: initial !important;
	max-height: calc(100vh - 308px);
	overflow-y: auto;
}

#PrimaryNav .utilNav .ui-menu .ui-menu-item a {
	padding: 10px;
	border: none !important;
	margin-right: 40px;
	font-weight: 400 !important;
	font-size: 16px;
	line-height: 20px;
	height: 82px;
	color: #ddd;
	border-top: dashed 1px #999 !important;
	border-radius: 0px;
	transition: all 0.3s;
	background: none !important;
	overflow: hidden;
}

#PrimaryNav .utilNav .ui-menu .ui-menu-item a:hover {
	background: none !important;
	background-color: #999 !important;
}

#PrimaryNav .utilNav li.ui-menu-item {
	float: none;
	clear: none;
	width: 25%;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	border: none;
}

#PrimaryNav .utilNav .suggestion-thumb.article-thumbnail {
	margin-right: 10px;
	float: left;
}

#PrimaryNav .utilNav .suggestion-thumb.author-thumbnail {
	width: 82px;
	height: 82px;
	overflow: hidden;
	display: block;
	float: left;
	margin-right: 10px;
}

#PrimaryNav .utilNav .ui-menu .ui-menu-item a:after {
	content: "";
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 15px;
	background: -moz-linear-gradient(top, rgba(39,71,146,0) 0%, rgba(39,71,146,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(39,71,146,0) 0%,rgba(39,71,146,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(39,71,146,0) 0%,rgba(39,71,146,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	position: absolute;
	transition: background 0.3s;
}

#PrimaryNav .utilNav .ui-menu .ui-menu-item a:hover:after {
	background: rgb(153,153,153);
	background: linear-gradient(0deg, rgba(153,153,153,1) 0%, rgba(153,153,153,0) 100%);
}

#PrimaryNav .utilNav .dropit-open:before {
	content: "";
	position: fixed;
	top: 67px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.85);
	transition: background-color 0.3s;
}

#PrimaryNav .utilNav .quickLinks {
	padding: 10px;
	clear: both;
	color: #ccc;
}

#PrimaryNav .utilNav .quickLinks .label {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	float: left;
	padding: 7px 10px;
	line-height: 18px;
}

#PrimaryNav .utilNav .quickLinks a {
	float: left;
	color: #fff;
	padding: 9px 10px;
	text-decoration: none;
	transition: background-color 0.3s;
}

#PrimaryNav .utilNav .quickLinks a:hover {
	background-color: #27478D;
}





/* Mobile Nav */

#PrimaryNav .mobilenav {
	position: absolute;
	top: -20px;
	left: 15px;
	z-index: 12;
	opacity: 0;
	transition: all 0.3s;
}

#PrimaryNav .mobilenav .dropit-trigger > a {
	text-decoration: none;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

#PrimaryNav .mobilenav .dropit-trigger.dropit-open > a,
#PrimaryNav .mobilenav .dropit-trigger > a:hover {
	box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
}

#PrimaryNav .mobilenav .dropit-trigger > a:after {
	content: "\f0c9";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}

#PrimaryNav .mobilenav .dropit-trigger.dropit-open > a:after {
	content: "\f00d";
}

/* Mobile Nav Pulldown */

#PrimaryNav .mobilenav .smallNavText {
    overflow: hidden;
    padding: 10px 0px;
}

#PrimaryNav .mobilenav .dropit-submenu {
	background-color: #274792;
	width: 50%;
	left: 0px;
	position: fixed;
	top: 50px;
	max-height: calc(100vh - 50px);
	overflow-y: auto;
}

@media (max-width: 459px) {

#PrimaryNav .mobilenav .dropit-submenu {
	width: 100vw;
}

}

#PrimaryNav .mobilenav .dropit-submenu:before {
	content: "";
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
	height: calc(100vh - 50px);
	background-color: rgba(0,0,0,0.8);
	pointer-events: none;
}

#PrimaryNav .mobilenav .ui-widget {
	font-family: inherit;
	z-index: -1;
}

#PrimaryNav .mobilenav .ui-widget * {
	border-radius: 0;
	margin: 0px;
	outline: none;
}

#PrimaryNav .mobilenav .ui-state-default {
	background: none;
	border: none;
	color: #fff;
	border-bottom: dashed 1px #6082dc;
	line-height: 40px;
	padding: 0px 15px;
	font-weight: 400;
	background-color: #274792;
	transition: background-color 0.3s;
}

#PrimaryNav .mobilenav .ui-state-default:hover {
	background-color: #6082dc !important;
}

#PrimaryNav .mobilenav a {
	color: #fff;
	text-decoration: none;
}

#PrimaryNav .dropit-submenu .magazine a {
	padding: 7px 10px;
	transition: background-color 0.3s;
}

#PrimaryNav .dropit-submenu .magazine a:hover {
	background-color: #6082dc !important;
}

#PrimaryNav .mobilenav .normalMobileNavLinks a {
	border-bottom: dashed 1px #6082dc;
	line-height: 40px;
	padding: 0px 15px;
	background-color: #274792;
}

#PrimaryNav .mobilenav .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	display: none;
}

#PrimaryNav .mobilenav h3.ui-state-default:after,
#PrimaryNav .mobilenav h3.ui-state-active:after {
	content: "\f0d7";
	position: absolute;
	right: 20px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

#PrimaryNav .mobilenav h3.ui-state-active:after {
	content: "\f0d8";
}

#PrimaryNav .mobilenav .ui-accordion .ui-accordion-content {
	padding: 0;
	background: none;
	background-color: #3C66D3;
	border: 0px;
}

#PrimaryNav .mobilenav .ui-accordion .ui-accordion-content a {
    color: #fff;
    font-size: 15px;
    padding-left: 30px;
    line-height: 20px;
    padding-top: 2px;
    padding-bottom: 3px;
}

/* Mobile nav Search */

.mobilenav .dropdownMobile ul {
	padding-top: 40px;
}

.mobilenav .search {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.mobilenav .search input#SiteSearch {
	border: 0;
	position: absolute;
	left: 0;
 	width: calc(100% - 70px);
	font-size: 15px;
	padding: 0px 15px;
	line-height: 40px;
	height: 40px;
}

.mobilenav .search input#submit {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	border: 0;
	text-indent: -200px;
	background-color: #ccc;
}

.mobilenav .search form:before {
	content: "\f002";
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	font-family: "Font Awesome 5 Free";
	color: #666;
	z-index: 2;
	font-weight: 600;
	text-align: center;
	line-height: 40px;
	pointer-events: none;
}

.mobilenav .search .quickLinks {
    display: none;
}

.mobilenav .search ul#SBSearchSuggest {
    position: fixed;
    top: 50px !important;
    right: 0px !important;
    left: 50% !important;
    width: 50% !important;
    padding-top: 0px;
    background-color: #eee;
    max-height: calc(100vh - 50px);
    overflow-y: auto;
}

.mobilenav .search ul#SBSearchSuggest a {
    color: #333;
    padding: 10px 20px 10px 70px;
    position: relative;
    min-height: 50px;
    border-bottom: dashed 1px #ccc;
}

.mobilenav .search ul#SBSearchSuggest a span {
    width: 50px;
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
}

.mobilenav .search .ui-helper-hidden-accessible {
    display: none;
}

@media (max-width: 459px) {

.mobilenav .search ul#SBSearchSuggest {
	display: none !important;
}

}

@media (min-width: 900px) {

#PrimaryNav .mobilenav .ui-accordion .ui-accordion-content a {
    width: calc(50% - 30px);
    float: left;
}

}






/* Scrolled styles */

#PrimaryNav.scrolled .headerTop {
	height: 50px;
}

#PrimaryNav.scrolled .headerTop .logo {
	width: 268px;
	left: calc(50% - 134px);
	top: 11px;
}

#PrimaryNav.scrolled .magazine {
	top: 60px;
}

#PrimaryNav.scrolled .newsletters {
	top: 54px;
}

#PrimaryNav.scrolled .newsletters2 {
	top: 16px;
}

#PrimaryNav.scrolled .headerBottom {
	margin-top: -32px;
	opacity: 0;
	display: none;
}

#PrimaryNav.scrolled .mobilenav {
	top: 0px;
	opacity: 1;
	left: 0;
}

#PrimaryNav.scrolled + .mainContainer {
	padding-top: 50px;
}





/* Updated styles for mega nav */

#PrimaryNav .headerBottom .topics {
    background-color: #526ccb;
    text-align: left;
    position: fixed;
    width: 1050px;
    left: calc(50% - 555px);
    padding: 30px;
}

#PrimaryNav .headerBottom .topics .column {
    float: left;
    width: initial;
}

#PrimaryNav .headerBottom .topics .column.one {
    width: 240px;
    padding-right: 30px;
}

#PrimaryNav .headerBottom .topics .column.two {
    width: calc(100% - 580px);
    padding: 0px 30px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

#PrimaryNav .headerBottom .topics .column.three {
    padding-left: 20px;
}

#PrimaryNav .headerBottom .topics .categories a {
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    line-height: 20px;
    display: block;
    margin-bottom: 7px;
    transition: color 0.3s;
}

#PrimaryNav .headerBottom .topics .categories a:hover {
    color: #77daff;
}

#PrimaryNav .headerBottom .topics h3 {
    font-size: 23px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}




.article-list.stack4 article {
    margin-bottom: 30px;
}

#PrimaryNav .headerBottom .topics .column.one .article-list.stack4 article {
    padding-right: 30px;
}

#PrimaryNav .headerBottom .topics .column.two .article-list.stack4 article {
    padding-right: 80px;
}

.article-list.stack4 article:last-child {
    margin-bottom: 0px;
}

.article-list.stack4 .thumb {
    margin-bottom: 8px;
    position: relative;
}

.article-list.stack4 .hed a,
.article-list.stack4 .dek {
    color: #fff;
    transition: color 0.3s;
}

.article-list.stack4 .hed a:hover {
    color: #77daff;
}

.article-list.stack4 .authors {
    color: #fff;
}

.article-list.stack4 .articleType {
    position: absolute;
    left: 140px;
    top: 0;
    width: 142px;
    height: 80px;
}

.article-list.stack4 .articleType .insidethemindoftheceo:before,
.article-list.stack4 .articleType .pwcsEntertainmentMediaOutlook:before,
.article-list.stack4 .articleType .newworldnewskills:before,
.article-list.stack4 .articleType .pwcssucceedinginuncertainty:before,
.article-list.stack4 .articleType .compliancetransformedbypwc:before,
.article-list.stack4 .articleType .hellotomorrow:before,
.article-list.stack4 .articleType .experiencesmatter:before,
.article-list.stack4 .articleType .tenprinciples:before {
    content: "";
    position: absolute;
    left: 0;
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.article-list.stack4 .articleType .pwcsEntertainmentMediaOutlook:before {
    top: 12px;
    width: 115px;
    height: 56px;
    background-image: url(/media/image/sb-t-pwc_outlook_logo-icon-new.png);
}

.article-list.stack4 .articleType .hellotomorrow:before {
    top: 10px;
    width: 105px;
    height: 59px;
    background-image: url(/media/image/sb-t-Hello_tomorrow-logo.png);
}

.article-list.stack4 .articleType .newworldnewskills:before {
    top: 12px;
    width: 100px;
    height: 56px;
    background-image: url(/media/image/sb-t-PwCs_new_world_new_skills-logo-new.png);
}

.article-list.stack4 .articleType .experiencesmatter:before {
    top: 12px;
    width: 100px;
    height: 56px;
    background-image: url(/media/image/sb-t-Experiences_matter_by-PwC-logo.png);
}

.article-list.stack4 .articleType .compliancetransformedbypwc:before {
    top: 12px;
    width: 100px;
    height: 56px;
    background-image: url(/media/image/sb-t-Compliance-Transformed-by-PwC-badge.png);
    background-size: auto 100%;
}

.article-list.stack4 .articleType .pwcssucceedinginuncertainty:before {
    top: 15px;
    width: 140px;
    height: 49px;
    background-image: url(/media/image/sb-t-PwCs_succeeding_in_uncertainty-logo.png);
}

.article-list.stack4 .articleType .insidethemindoftheceo:before {
    top: 7px;
    width: 60px;
    height: 66px;
    background-image: url(/media/image/sb-t-badge-imind-ceo-2.png);
}

.article-list.stack4 .articleType .tenprinciples:before {
    top: 7px;
    width: 60px;
    height: 66px;
    background-image: url(/media/image/sb-t-badge-10_principles.png);
}

@media (max-width: 1110px) {

#PrimaryNav .headerBottom .topics {
    width: calc(100vw - 60px);
    left: 0;
}

}










/* 2020 Update */

#PrimaryNav .headerBottom .catNav .magazine {
    width: 250px;
}

#PrimaryNav .headerBottom .catNav .awcgn-oc-menu .dropit-open .magazine h3 {
    padding: 30px 10px 10px;
    font-weight: bold;
    box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
    color: #fff;
}

#PrimaryNav .headerBottom .catNav .awcgn-oc-menu .dropit-open .magazine .column div:first-child a {
    padding-top: 20px;
}

#PrimaryNav .headerBottom .catNav .awcgn-oc-menu .dropit-open .magazine .column div:last-child a {
    padding-bottom: 20px;
}

#PrimaryNav .headerBottom .topics.update .column.two {
    width: 100%;
    border: none;
    padding: 0px;
}

#PrimaryNav .headerBottom .topics.update .column.two {
    width: 100%;
    border: none;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#PrimaryNav .headerBottom .topics.update .column.two .article-list {
    width: 29%;
    margin-bottom: 30px;
}

#PrimaryNav .headerBottom .topics .column.two .article-list.stack4 article {
    padding-right: 0px;
}





/* Mobile */

#PrimaryNav .mobilenav .ui-widget h4 {
    clear: both;
    color: #fff;
    font-weight: bold;
    padding-left: 30px;
    padding-top: 30px !important;
    padding-bottom: 20px;
}










/* ====================
005 Footer
====================*/

#Footer-Main {
	background-color: #18427c;
	color: #bbb;
}

#Footer-Main a {
	color: #fff;
	transition: color 0.3s;
}

#Footer-Main .bp-Sections a:hover,
#Footer-Main .bp-Links a:hover {
	color: #77daff;
}

#Footer-Main .bp-Sections a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 17px;
}

#Footer-Main .bp-Sections .bp-Series a,
#Footer-Main .bp-Sections .bp-Links a {
        text-transform: none;
}

#Footer-Main .bp-Links a {
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
	font-size: 14px;
}

#Footer-Main .bp-Social h4 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	color: #fff;
}

#Footer-Main .bp-Social .label {
	display: none;
}

#Footer-Main .bp-Social a {
	display: inline-block;
	margin-right: 10px;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 30px;
	margin-bottom: 10px;
}

#Footer-Main .bp-Social a i {
	font-size: 18px;
}

#Footer-Main .bp-Social .facebook {
	background-color: #3b5998;
}

#Footer-Main .bp-Social .twitter {
	background-color: #55acee;
}

#Footer-Main .bp-Social .linkedin {
	background-color: #0976b4;
}

#Footer-Main .bp-Social .googleplus {
	background-color: #dd4b39;
}

#Footer-Main .bp-Social .youtube {
	background-color: #cc3333;
}

#Footer-Main .bp-Social .rss {
	background-color: #ff9933;
}

#Footer-Main .bp-Social .apple {
	background-color: #a8a9ab;
}

#Footer-Main .bp-Social .android {
	background-color: #96cd3d;
}

#Footer-Main .bp-Text {
	font-size: 10px;
	line-height: 13px;
}

#Footer-Main .bp-Text p {
	margin-bottom: 10px;
}

#Footer-Main .bp-Text a {
	text-decoration: none;
}

#Footer-Main .bp-Text .logo-pwc,
#Footer-Main .bp-Text .logo-strategyand{
	display: inline-block;
}

#Footer-Main .bp-Text .logo-pwc {
	margin-right: 30px;
	float: left;
}










/* ====================
010 Home Page
====================*/

.column-header {
	font-weight: 700;
	font-size: 22px;
	position: relative;
	margin-bottom: 20px;
}

.columnists .column-header {
	margin-bottom: 50px;
}





/* Most Popular */

#MostPopular .column-header {
	z-index: 5;
	position: absolute;
	top: 34px;
}

#MostRead {
	counter-reset: most-read-counter;
	font-size: 0;
}

#MostRead li:before {
	content: counter(most-read-counter);
	counter-increment: most-read-counter;
	display: block;
	color: #d7d7d7;
	font-size: 62px;
	font-weight: 600;
	margin-bottom: 5px
}

#MostRead span {
	display: none;
	
}

#MostRead li {
	width: calc((100% - 81px) / 5);
	margin-right: 20px;
	display: inline-block;
	vertical-align: top;
	text-align: right;
}

#MostRead li:last-child {
	margin-right: 0px;
}

#MostRead a {
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
	font-weight: 600;
	color: #000;
	display: block;
	transition: all 0.3s;
	text-align: left;
}

#MostRead a:hover {
	color: #006ad0;
}

#MostRead img {
	margin-bottom: 10px;
	display: block;
}





/* Latest Issues */

#LatestIssues article {
	float: left;
	margin-right: 45px;
	width: calc((100% - 136px) / 4);
}

#LatestIssues article:last-child {
	margin-right: 0px;
}

#LatestIssues .thumb {
	margin-bottom: 10px;
}

#LatestIssues .thumb img {
	width: 100%;
}

#LatestIssues .hed {
	font-size: 12px;
	text-transform: uppercase;
}

#LatestIssues .hed {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

#LatestIssues .hed span {
	font-weight: 700;
}

#LatestIssues .thumb {
	margin-bottom: 10px;
	position: relative;
	transition: all 0.3s;
	top: 0px;
}

#LatestIssues .thumb:hover {
	box-shadow: 0 10px 25px rgba(0,0,0,0.25);
	top: -5px;
}











/* ====================
90 Page Content
====================*/

#Content  {
	font-size: 16px;
	line-height: 22px;
}

#Content h1,
#Content #PageName {
	font-size: 23px;
	font-weight: 500;
	margin-bottom: 40px;
	text-transform: uppercase;
}

#Content  a {
	color: #000;
}

h2 {
    font-size: 23px;
    margin-bottom: 24px;
}

#Content h3 {
    font-weight: bold;
}

#Content p {
    margin-bottom: 24px;
}

#Content li {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
}

#Content li:last-child {
  margin-bottom: 18px;
}

#Content ol li {
    list-style: decimal;
}

#Content a {
    color: #006ACF;
}

#Content i {
    font-style: italic;
}

#Content strong,
#Content b {
    font-weight: bold;
}










/* ====================
100 Article Lists
====================*/

.article-list {
	font-weight: 400;
	/* clear: both; */
}

.article-list a {
	color: #000000 !important;
	text-decoration: none;
	/* display: block; */
	transition: color 0.3s;
}

.article-list a:hover {
	color: #77daff !important;
}

.headerBottom .article-list a {
    color: #fff !important;
}

.headerBottom .article-list a:hover {
    color: #77daff !important;
}

.article-list .dek a {
	display: initial;
	border-bottom: solid 1px #999;
}





/* Shared */

.article-list .authors,
.article-list .date {
	font-size: 12px;
	line-height: 16px;
}

.article-list .date {
	margin-bottom: 10px;
	text-transform: uppercase;
}

.article-list .hed sup {
    vertical-align: 8px;
    position: relative;
    font-size: 75%;
}





/* Stacked 1 */

.article-list.stack1 article {
	margin-bottom: 50px;
}

.article-list.stack1 .thumb {
	margin-bottom: 14px;
	position: relative;
}

.article-list.stack1 .hed {
	font-size: 40px;
	line-height: 42px;
	margin-bottom: 10px;
	font-weight: 500;
}

.article-list.stack1 .dek {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}





/* Stacked 2 */

.article-list.stack2 article {
	margin-bottom: 50px;
}

.article-list.stack2 .thumb {
	margin-bottom: 14px;
	position: relative;
}

.article-list.stack2 .hed {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 10px;
	font-weight: 500;
}

.article-list.stack2 .dek,
.article-list.stack4 .dek {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
}






/* Stacked 3 */

.article-list.stack3 article {
	width: calc(50% - 31px);
	float: left;
	margin-bottom: 50px;
}

.article-list.stack3 article:nth-child(odd) {
	margin-right: 60px;
}

.article-list.stack3 .thumb {
	margin-bottom: 14px;
	position: relative;
}

.article-list.stack3 .thumb img {
	width: 100%;
}

.article-list.stack3 .hed {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 10px;
	font-weight: 500;
}

.article-list.stack3 .dek {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
}





/* Thumbleft (shared) */

.article-list.thumbLeft1 article,
.article-list.thumbLeft2 article,
.article-list.thumbLeft4 article,
.article-list.thumbLeft5 article,
.article-list.thumbLeft6 article {
	margin-bottom: 50px;
	overflow: hidden;
}

.article-list.thumbLeft4 article,
.article-list.thumbLeft5 article,
.article-list.thumbLeft6 article {
	margin-bottom: 60px;
}

.article-list.thumbLeft1 .thumb,
.article-list.thumbLeft2 .thumb {
	margin-right: 15px;
	float: left;
}

.article-list.thumbLeft1 .text,
.article-list.thumbLeft2 .text,
.article-list.thumbLeft3 .text,
.article-list.thumbLeft4 .text,
.article-list.thumbLeft5 .text,
.article-list.thumbLeft6 .text {
	overflow: hidden;
}

.article-list.thumbLeft1 .hed,
.article-list.thumbLeft2 .hed,
.article-list.thumbLeft5 .hed,
.article-list.stack4 .hed {
	font-weight: 700;
	font-size: 17px;
	line-height: 21px;
	margin-bottom: 6px;
}

.article-list.thumbLeft1 .dek,
.article-list.thumbLeft2 .dek,
.article-list.thumbLeft5 .dek,
.article-list.thumbLeft6 .dek {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 6px;
}





/* Thumbleft 1 (square) */

.article-list.thumbLeft1 .thumb {
	padding-top: 39.25%;
	position: relative;
	overflow: hidden;
	width: 39.25%;
}

.article-list.thumbLeft1 .thumb a {
	position: absolute;
	top: 0;
}

.article-list.thumbLeft1 .thumb a img {
	width: 100%;
}

/* Native ad */

.article-list.thumbLeft1 article.nativeAd {
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	padding: 10px 0px 15px;
}

.article-list.thumbLeft1 article.nativeAd .nativeTitle {
	font-weight: 700;
	font-size: 22px;
	position: relative;
	margin-bottom: 10px;
	color: #006ad0;
}





/* Thumbleft 2 (rectangle) */

.article-list.thumbLeft2 .thumb {
	width: 140px;
	position: relative;
}





/* Thumbleft 3 (columnists) */

.article-list.thumbLeft3 article {
	margin-bottom: 20px;
	overflow: hidden;
}

.article-list.thumbLeft3 .thumb {
	overflow: hidden;
	width: 45px;
	height: 45px;
	border-radius: 45px;
	position: relative;
	float: left;
	margin-right: 15px;
}

.article-list.thumbLeft3 .thumb img {
	position: absolute;
	top: -5px;
}

.article-list.thumbLeft3 .hed {
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 6px;
	text-transform: uppercase
}

.article-list.thumbLeft3 .dek {
	font-size: 15px;
	line-height: 20px;
}





/* Thumbleft 4 (category top) */

.article-list.thumbLeft4 .thumb {
    width: calc(50% - 20px);
    margin-right: 40px;
    float: left;
}

.article-list.thumbLeft4 .hed {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 10px;
    font-weight: 500;
}

.article-list.thumbLeft4 .dek {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 10px;
}





/* Thumbleft 5 (category middle) */

.article-list.thumbLeft5 {
    font-size: 0;
}

.article-list.thumbLeft5 article {
    width: calc(50% - 20px);
    display: inline-block;
    vertical-align: top;
}

.article-list.thumbLeft5 article:nth-child(odd) {
    margin-right: 40px;
}

.article-list.thumbLeft5 .thumb {
    width: 40%;
    margin-right: 25px;
    float: left;
}

.article-list.thumbLeft5.fullWidth article {
    width: 100%;
    display: block;
}

.article-list.thumbLeft5.fullWidth article:nth-child(odd),
.article-list.thumbLeft5.fullWidth article:nth-child(even) {
    margin-right: 0px;
}

.article-list.thumbLeft5.fullWidth .thumb {
    width: 190px;
}

.article-list.thumbLeft5 table {
    font-size: initial;
}





/* Thumbleft 6 (category bottom) */

.article-list.thumbLeft6 article {
    margin-bottom: 60px;
}

.article-list.thumbLeft6 .thumb {
    width: calc(50% - 19.1%);
    margin-right: 40px;
    float: left;
    padding-left: 17%;
}

.article-list.thumbLeft6 .hed {
    font-size: 24px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 6px;
}




/* Misc Category Page Styles */

.archiveLink a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
}

.archiveLink {
    margin-bottom: 100px;
    padding-left: 17%;
}








/* Thumb shadows */

.article-list.thumbLeft1 .thumb:after,
.article-list.stack1 .thumb:after,
.article-list.stack2 .thumb:after,
.article-list.thumbLeft2 .thumb:after,
.article-list.stack3 .thumb:after {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 100px rgba(0,0,0,0.1);
	pointer-events: none;
}





/* Article Type */

.article-list .articleType {
	float: left;
	overflow: hidden;
	display: block;
	position: relative;
}

.article-list.media-list .articleType b {
	display: none;
}

.article-list .articleType span {
	text-indent: -2000px;
	display: block;
	position: relative;
}

.article-list .articleType .podcast,
.article-list .articleType .video,
.article-list .articleType .interactive,
.article-list .articleType .slideshow,
.article-list .articleType .infographic {
	width: 20px;
	margin-right: 5px;
	height: 20px;
	top: -2px;
}

.article-list .articleType .blog {
	width: 0px;
}

.article-list .articleType .gmo,
.article-list .articleType .PwC-authored {
	display: none;
}

.article-list .articleType span:before {
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 5px;
	left: 2001px;
	color: #77daff;
	width: 20px;
	font-size: 16px;
	font-weight: 900;
}

.article-list .articleType span.video:before {
	/* content: "\f03d"; */
	content: "\f04b";
}

.article-list .articleType span.slideshow:before {
	content: "\f030";
	left: 2001px;
}

.article-list .articleType span.interactive:before {
	content: "\f25a";
	left: 2002px;
}

.article-list .articleType span.podcast:before {
	content: "\f025";
	left: 2002px;
}

.article-list .articleType span.infographic:before {
	content: "\f06e";
	left: 2002px;
}

/* For different article lists */

.article-list.stack1 .articleType span:before {
	font-size: 24px;
}

.article-list.stack1 .articleType .podcast,
.article-list.stack1 .articleType .video,
.article-list.stack1 .articleType .interactive,
.article-list.stack1 .articleType .slideshow,
.article-list.stack1 .articleType .infographic {
	width: 26px;
	height: 30px;
	top: 2px;
}

.article-list.stack3 .articleType span:before {
	font-size: 18px;
}

.article-list.stack3 .articleType .podcast,
.article-list.stack3 .articleType .video,
.article-list.stack3 .articleType .interactive,
.article-list.stack3 .articleType .slideshow,
.article-list.stack3 .articleType .infographic {
	height: 24px;
	top: 0px;
}

.article-list.thumbLeft4 .articleType {
    top: 11px;
}

.article-list.thumbLeft6 .articleType {
    top: 4px;
}

/* For thumbnail overlays */

.article-list.media-list .articleType {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	background-color: #000;
	border-radius: 60px;
	margin-left: -30px;
	margin-top: -30px;
	opacity: 0.4;
	pointer-events: none;
	box-shadow: inset 0px 0px 0px 3px #fff;
}

.article-list.media-list .articleType span {
	text-indent: 0;
}

.article-list.media-list .articleType span:before {
	color: #fff;
	line-height: 54px;
	width: 100%;
	left: 0px;
	font-size: 24px;
}

.article-list.media-list .articleType .podcast, 
.article-list.media-list .articleType .video, 
.article-list.media-list .articleType .interactive, 
.article-list.media-list .articleType .slideshow, 
.article-list.media-list .articleType .infographic {
	width: 60px;
	height: 60px;
	margin-right: 0;
	text-align: center;
}

/* Recommended Stories */

#Recommended3 {
    padding: 100px 20px;
}

#Recommended3 h2.bucketTitle {
    font-size: 22px;
    font-weight: 600;
    color: #006ad0;
    margin-bottom: 25px;
}

.recommendedStories li {
    overflow: hidden;
    width: 33.3%;
    float: left;
}

.recommendedStories .thumb {
    width: 130px;
    float: left;
    margin-right: 10px;
    padding-top: 3px;
}

.recommendedStories .title {
    overflow: hidden;
    padding-right: 30px;
}

.recommendedStories .title a {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    line-height: 20px;
    font-weight: 600;
}





/* Badges */

.article-list .youngprofs,
.article-list .bestbooks,
.article-list .sb20years,
.article-list .capabledealmaker,
.article-list .outlook,
.article-list .outlook201721,
.article-list .digitalleadership,
.article-list .criticalfew,
.article-list .talkingmybook,
.article-list .blog {
    display: none;
}


.article-list .badge1 .featureType {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.article-list .badge1 .featureType .insidethemindoftheceo {
    width: 150px;
    height: 158px;
    background-image: url(/media/image/sb-t-badge-imind-ceo-1.png);
    display: block;
    background-repeat: no-repeat;
    background-size: 150px 158px;
    text-indent: -800px;
    overflow: hidden;
    background-position: 0px 0px;
}

.article-list .badge1 .featureType .tenprinciples {
    width: 150px;
    height: 158px;
    background-image: url(/media/image/sb-t-badge-10_principles-white.png);
    display: block;
    background-repeat: no-repeat;
    background-size: 150px 158px;
    text-indent: -800px;
    overflow: hidden;
    background-position: 0px 0px;
}

.article-list .badge2 .featureType {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    pointer-events: none;
}

.article-list .badge2 .featureType .insidethemindoftheceo:before {
    content: "";
    position: absolute;
    left: 0px;
    top: -4px;
    width: 100%;
    height: 4px;
    background-color: #ffff00;
    z-index: 2;
}

.article-list .badge2 .featureType .insidethemindoftheceo:after {
    width: 72px;
    height: 80px;
    background-image: url(/media/image/sb-t-badge-imind-ceo-2.png);
    background-repeat: no-repeat;
    background-size: 72px 80px;
    background-position: 0px 0px;
    position: absolute;
    content: "";
    top: -12px;
    z-index: 3;
    right: 20px;
}

.article-list .badge2 .featureType .tenprinciples:before {
    content: "";
    position: absolute;
    left: 0px;
    top: -4px;
    width: 100%;
    height: 4px;
    background-color: #d7df3e;
    z-index: 2;
}

.article-list .badge2 .featureType .tenprinciples:after {
    width: 72px;
    height: 80px;
    background-image: url(/media/image/sb-t-badge-10_principles.png);
    background-repeat: no-repeat;
    background-size: 72px 80px;
    background-position: 0px 0px;
    position: absolute;
    content: "";
    top: -12px;
    z-index: 3;
    right: 20px;
}

.article-list .badge2 .featureType .insidethemindoftheceo,
.article-list .badge2 .featureType .pwcsEntertainmentMediaOutlook,
.article-list .badge2 .featureType .newworldnewskills,
.article-list .badge2 .featureType .pwcssucceedinginuncertainty,
.article-list .badge2 .featureType .compliancetransformedbypwc,
.article-list .badge2 .featureType .hellotomorrow,
.article-list .badge2 .featureType .experiencesmatter,
.article-list .badge2 .featureType .tenprinciples {
    text-indent: -800px;
    overflow: hidden;
    display: block;
}

.article-list .badge1 .featureType .pwcsEntertainmentMediaOutlook {
    width: 182px;
    height: 96px;
    background-image: url(/media/image/sb-t-entertainment_media_outlook_by_pwc-logo-white.png);
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: -800px;
    background-position: 0px 0px;
}

.article-list .badge2 .featureType .pwcsEntertainmentMediaOutlook:before {
    content: "";
    position: absolute;
    left: 0px;
    top: -4px;
    width: 100%;
    height: 4px;
    background-color: #26b8ec;
    z-index: 2;
}

.article-list .badge2 .featureType .pwcsEntertainmentMediaOutlook:after {
width: 127px;
    height: 62px;
    background-image: url(/media/image/sb-t-pwc_outlook_logo-icon-new.png);
    background-repeat: no-repeat;
    background-size: 127px 62px;
    background-position: 0px 0px;
    position: absolute;
    content: "";
    top: -12px;
    z-index: 3;
    right: 20px;
}

.article-list .badge2 .featureType .hellotomorrow:before {
    content: "";
    position: absolute;
    left: 0px;
    top: -4px;
    width: 100%;
    height: 4px;
    background-color: #f8a519;
    z-index: 2;
}

.article-list .badge2 .featureType .hellotomorrow:after {
    width: 120px;
    height: 67px;
    background-image: url(/media/image/sb-t-Hello_tomorrow-logo.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0px 0px;
    position: absolute;
    content: "";
    top: -12px;
    z-index: 3;
    right: 20px;
}

.article-list .badge1 .featureType .newworldnewskills {
    width: 160px;
    height: 96px;
    background-image: url(/media/image/sb-t-PwCs_new_world_new_skills-logo-new-white.png);
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: -800px;
    background-position: 0px 0px;
}

.article-list .badge1 .featureType .experiencesmatter {
    width: 160px;
    height: 96px;
    background-image: url(/media/image/sb-t-Experiences_matter-logo-white.png);
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: -800px;
    background-position: 0px 0px;
/* delete this line below to have it display */
    display: none;
}

.article-list .badge1 .featureType .hellotomorrow {
    width: 160px;
    height: 96px;
    background-image: url(/media/image/sb-t-hello_tomorrow_by_pwc-logo-white.png);
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: -800px;
    background-position: 0px 0px;
}

.article-list .badge2 .featureType .newworldnewskills:before {
    content: "";
    position: absolute;
    left: 0px;
    top: -4px;
    width: 100%;
    height: 4px;
    background-color: #c66731;
    z-index: 2;
}

.article-list .badge2 .featureType .experiencesmatter:before {
    content: "";
    position: absolute;
    left: 0px;
    top: -4px;
    width: 100%;
    height: 4px;
    background-color: #20b85d;
    z-index: 2;
/* delete line below to get it to show up */
    display: none;
}

.article-list .badge2 .featureType .newworldnewskills:after {
    width: 110px;
    height: 62px;
    background-image: url(/media/image/sb-t-PwCs_new_world_new_skills-logo-new.png);
    background-repeat: no-repeat;
    background-size: 110px 62px;
    background-position: 0px 0px;
    position: absolute;
    content: "";
    top: -12px;
    z-index: 3;
    right: 20px;
}

.article-list .badge2 .featureType .experiencesmatter {
    width: 110px;
    height: 62px;
    background-image: url(/media/image/sb-t-Experiences_matter_by-PwC-logo.png);
    background-repeat: no-repeat;
    background-size: 110px 62px;
    background-position: 0px 0px;
    position: absolute;
    content: "";
    top: -12px;
    z-index: 3;
    right: 20px;
/* delete line below to get it to show up */
    display: none;
}

.article-list .badge1 .featureType .compliancetransformedbypwc {
    width: 160px;
    height: 96px;
    background-image: url(/media/image/sb-t-Compliance-Transformed-by-PwC-badge-white.png);
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: -800px;
    background-position: 0px 0px;
}

.article-list .badge2 .featureType .compliancetransformedbypwc:before {
    content: "";
    position: absolute;
    left: 0px;
    top: -4px;
    width: 100%;
    height: 4px;
    background-color: #ef4036;
    z-index: 2;
}

.article-list .badge2 .featureType .compliancetransformedbypwc:after {
    width: 120px;
    height: 67px;
    background-image: url(/media/image/sb-t-Compliance-Transformed-by-PwC-badge.png);
    background-repeat: no-repeat;
    background-size: 120px 67px;
    background-position: 0px 0px;
    position: absolute;
    content: "";
    top: -12px;
    z-index: 3;
    right: 20px;
}




.article-list .badge1 .featureType .pwcssucceedinginuncertainty {
    width: 200px;
    height: 85px;
    background-image: url(/media/image/sb-t-PwCs_succeeding_in_uncertainty-logo-white.png);
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: -800px;
    background-position: 0px 0px;
}

.article-list .badge2 .featureType .pwcssucceedinginuncertainty:before {
    content: "";
    position: absolute;
    left: 0px;
    top: -4px;
    width: 100%;
    height: 4px;
    background-color: #1e7751;
    z-index: 2;
}

.article-list .badge2 .featureType .pwcssucceedinginuncertainty:after {
    width: 150px;
    height: 52px;
    background-image: url(/media/image/sb-t-PwCs_succeeding_in_uncertainty-logo.png);
    background-repeat: no-repeat;
    background-size: 150px 52px;
    background-position: 0px 0px;
    position: absolute;
    content: "";
    top: -12px;
    z-index: 3;
    right: 20px;
}





/* Misc Article List Styles */

.alistHeader {
    font-size: 22px;
    font-weight: 600;
    color: #006ad0;
    margin-bottom: 35px;
    margin-left: calc(19.2% + 25px);
    padding-top: 20px;
    border-top: 2px solid #ccc;
}

.article-list.thumbLeft5.alt article {
    width: 100%;
    margin-right: 0px;
}

#Content .article-list.thumbLeft5.alt a {
    color: #000;
}

.article-list.thumbLeft5.alt .thumb {
    width: 19.2%;
}

@media (max-width: 710px) {

.portlet.simple h2, .alistHeader {
    margin-left: 0px;
}

.article-list.thumbLeft5.alt .thumb {
    float: left;
    margin-right: 25px;
}

}

@media (max-width: 567px) {

.article-list.thumbLeft5.alt .thumb {
    width: 120px;
    margin-right: 15px;
}

}








/* ====================
110 Registration
====================*/

.loginRegistration button, 
.loginRegistration .CMSSubmit, 
.passwordReset .CMSSubmit {
    border: none !important;
    border-radius: 0 !important;
    padding: 10px !important;
}

.social-connections i {
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-right: 10px;
    color: #fff;
    font-style: normal !important;
}

.social-connection {
    margin-bottom: 10px;
}

.social-connections .fa-linkedin-in {
    background-color: #0976B4;
}

.social-connections .fa-google {
    background-color: #4285F4;
}

.social-connections .fa-facebook-f {
    background-color: #3B5998;
}

.social-connection .fa-twitter {
    background-color: #1DA1F2;
}

#Content .social-login i {
    font-style: normal;
}










/* ====================
120 Table of Contents
====================*/

/* Pulldown */

.toc .issuePulldownNav * {
    box-sizing: border-box;
}

.toc .issuePulldownNav {
    float: right;
    position: relative;
    z-index: 5;
}

.toc .issuePulldownNav ul, .toc .issuePulldownNav li {
    list-style: none !important;
}

.toc .issuePulldownNav .listMenu > a {
    display: block;
    text-decoration: none;
    line-height: 36px;
    padding: 0px 20px;
    border: solid 2px #006ACE;
    transition: background-color 0.3s;
    background-color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    width: 320px;
}

.toc .issuePulldownNav .listMenu > a:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    margin-left: 5px;
    font-weight: 600;
    float: right;
}

.toc .issuePulldownNav li {
    margin: 0px !important;
    padding: 0px !important;
}

.toc .issuePulldownNav ul.dropit-submenu {
    background-color: #eee;
    width: 320px;
    position: absolute;
    top: 40px;
    overflow: hidden;
    padding: 10px;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.25);
}

.toc .issuePulldownNav .wrapper {
    width: 50%;
    padding: 20px;
    float: left;
}

.toc .issuePulldownNav .thumb {
    margin-bottom: 5px;
}

.toc .issuePulldownNav .title a {
    font-size: 17px;
    font-weight: bold;
    color: #000 !important;
    text-decoration: none;
    white-space: pre;
}

.toc .issuePulldownNav .browseLink a {
    padding: 20px;
    font-weight: bold;
    clear: both;
}





/* Top Section */

.toc h3 {
    font-weight: 500 !important;
}

.toc .coverInfo {
    overflow: hidden;
    margin-bottom: 100px;
}

.toc .coverImage {
    float: left;
    position: relative;
    margin-right: 40px;
}

.toc .coverImage:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 148px rgba(50,50,50,0.1);
    pointer-events: none;
}

.toc .coverInfo {
    font-size: 18px;
    line-height: 24px;
}

.toc .issueDesc {
    margin-bottom: 50px;
}

.toc .coverText h2 {
    color: #006AD3;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.toc .articleList.stacked h3 {
    font-size: 38px;
    line-height: 42px;
    font-weight: 500;
    margin-bottom: 10px;
}

.toc .issueDesc a {
    color: #000 !important;
}







/* Article Lists */

.toc .alistSection * {
    box-sizing: border-box;
}

.toc .alistSection {
    margin-bottom: 50px;
    clear: both;
}

.toc .alistSection h2 {
    color: #006AD3;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 50px;
}

.toc .alistSection ul, 
.toc .alistSection li,
.toc .coverInfo ul, 
.toc .coverInfo li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.toc .alistSection .articleList.stacked .articleType {
    display: none;
}

.toc .alistSection .articleList.stacked h3 a,
.toc .alistSection .articleList.thumbLeft .title a,
.toc .articleList.stacked h3 a {
    text-decoration: none;
    color: #000 !important;
}

.toc .alistSection .articleList .text,
.toc .coverInfo .text {
    display: flex;
    flex-direction: column;
}

.toc .alistSection .articleList.stacked h3,
.toc .alistSection .articleList.thumbLeft h3,
.toc .coverInfo h3 {
    order: 1;
}

.toc .alistSection .articleList.stacked .authors,
.toc .alistSection .articleList.thumbLeft .authors,
.toc .coverInfo .authors {
    order: 3;
    font-size: 12px;
    line-height: 16px;
}

.toc .alistSection .articleList.stacked .intro,
.toc .alistSection .articleList.thumbLeft .intro,
.toc .coverInfo .intro {
    order: 2;
    margin-bottom: 6px;
}

.toc .alistSection .category,
.toc .alistSection .featureType {
    display: none;
}

.toc .alistSection .articleList .thumb a {
    display: block;
    position: relative;
}

.toc .alistSection .articleList .thumb a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 0px 50px rgba(0,0,0,0.10);
    pointer-events: none;
}





/* Middle List */

.toc .alistSection .articleList.stacked {
    margin: 0px -20px;
}

.toc .alistSection .articleList.stacked li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0px 20px !important;
    margin-bottom: 50px !important;
}

.toc .alistSection .articleList.stacked .thumb {
    margin-bottom: 10px;
}

.toc .alistSection .articleList.stacked h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 28px;
}

.toc .alistSection .articleList.stacked .intro {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 6px;
}





/* Bottom List */

.toc .alistSection .articleList.thumbLeft {
    margin: 0px -20px;
}

.toc .alistSection .articleList.thumbLeft li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0px 20px !important;
    margin-bottom: 50px !important;
}

.toc .alistSection .articleList.thumbLeft .thumb {
    float: left;
    margin-right: 15px;
    max-width: 150px;
}

.toc .alistSection .articleList.thumbLeft .title {
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 5px;
}





/* Responsive styles */

@media (max-width: 600px) {

.toc #Content #PageName {
    clear: both;
}

.toc .issuePulldownNav {
    float: none;
}

.toc .issuePulldownNav .listMenu > a {
    margin-bottom: 50px;
}

}

@media (max-width: 700px) {

.toc .coverImage {
    width: 40%;
}

.toc .alistSection .articleList.thumbLeft li {
    width: 100%;
}

}

@media (max-width: 500px) {

.toc .coverImage {
    width: 300px;
    float: none;
    margin-bottom: 20px;
}

.toc .alistSection .articleList.stacked li {
    width: 100%;
}

}










/* ====================
130 Archive
====================*/

.categoryArchive .archiveYearList {
    margin-bottom: 80px;
    overflow: hidden;
}

.categoryArchive .archiveYearList ul, 
.categoryArchive .archiveYearList li {
    list-style: none !important;
    margin: 0px !important;
    padding: 0px !important;
}

.categoryArchive .archiveYearList li {
    float: left;
}

.categoryArchive .archiveYearList a {
    display: block;
    background-color: #006ACF;
    color: #fff !important;
    text-decoration: none;
    width: 50px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 0px;
}

.categoryArchive .alistSection {
    clear: both;
}





/* Bottom List */

.categoryArchive .alistSection li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.categoryArchive .alistSection .articleList.thumbLeft .thumb {
    float: left;
    margin-right: 15px;
    max-width: 150px;
}

.categoryArchive .alistSection .articleList.thumbLeft {
    margin: 0px -20px;
}

.categoryArchive .alistSection .articleList .text {
    display: flex;
    flex-direction: column;
}

.categoryArchive .alistSection * {
    box-sizing: border-box;
}

.categoryArchive .alistSection .articleList.thumbLeft .title a {
    text-decoration: none;
    color: #000 !important;
}

.categoryArchive .alistSection .articleList.thumbLeft h3 {
    order: 1;
    margin-bottom: 5px;
}

.categoryArchive .alistSection .articleList.thumbLeft .authors {
    order: 3;
    font-size: 12px;
    line-height: 16px;
}

.categoryArchive .alistSection .articleList.thumbLeft .intro {
    order: 2;
    margin-bottom: 6px;
}

.categoryArchive .alistSection .category,
.categoryArchive .alistSection .featureType {
    display: none;
}

.categoryArchive .alistSection .articleList .thumb a {
    display: block;
    position: relative;
}

.categoryArchive .alistSection .articleList .thumb a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 0px 50px rgba(0,0,0,0.10);
    pointer-events: none;
}

.categoryArchive .alistSection .articleList.thumbLeft {
    margin: 0px -20px;
}

.categoryArchive .alistSection .articleList.thumbLeft li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0px 20px !important;
    margin-bottom: 50px !important;
}

.categoryArchive .alistSection .articleList.thumbLeft .title {
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
}

.categoryArchive .alistSection .articleList.thumbLeft .date {
    font-size: 12px;
    line-height: 16px;
    color: #999;
}

/* Responsive */

@media (max-width: 700px) {

.categoryArchive .alistSection .articleList.thumbLeft li {
    width: 100%;
}

}










/* ====================
150 Misc Portlets
====================*/

/* Most Read */

.portlet.simple h2 {
    font-size: 22px;
    font-weight: 600;
    color: #006ad0;
    margin-bottom: 25px;
}

.mostReadNew li {
    clear: both;
    min-height: 50px;
    padding-left: 25px;
    position: relative;
}

.mostReadNew .number {
    font-size: 48px;
    font-weight: 500;
    /* color: #d6d6d6; */
    position: absolute;
    text-indent: 10px;
    top: -5px;
    left: -10px;
    text-align: right;
    width: 50px;
    z-index: -1;
}

.mostReadNew a {
    background-color: #fff;
    display: block;
    padding-left: 20px;
    font-size: 16px;
    text-decoration: none;
    color: #000;
    line-height: 20px;
    font-weight: 600;
    min-height: 50px;
    margin-bottom: 10px;
}

.mostReadNew a sup {
    font-size: 75%;
    position: relative;
    top: -4px;
}

/* Elsewhere, Videos */

.articleList.sidebar.smallList li {
    margin-bottom: 25px;
    overflow: hidden;
}

.articleList.sidebar.smallList .thumb {
    width: 130px;
    float: left;
    margin-right: 10px;
    padding-top: 3px;
}

.articleList.sidebar.smallList a {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    line-height: 20px;
    font-weight: 600;
}

.articleList.sidebar.smallList .articleType {
    display: none;
}

.articleList.sidebar.smallList .text {
    overflow: hidden;
}

.articleList.sidebar.smallList .authors {
    font-size: 12px;
    line-height: 16px;
}

/* Native ad (In article) */

.portlet .nativeAd .nativeTitle {
    font-size: 22px;
    font-weight: 600;
    color: #006ad0;
    margin-bottom: 25px;
}

.portlet .nativeAd .thumb {
    width: 130px;
    float: left;
    margin-right: 10px;
    padding-top: 3px;
    height: 130px;
    overflow: hidden;
}

.portlet .nativeAd .text {
    overflow: hidden;
}

.portlet .nativeAd .hed a {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    line-height: 20px;
    font-weight: 600;
}

.portlet .nativeAd .hed {
    margin-bottom: 5px;
}

.portlet .nativeAd .dek {
    font-size: 14px;
    line-height: 18px;
}





/* Author bios */

.author-bio {
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 2px #000000;
}

.author-bio h1 {
    color: #006ad0;
    text-transform: initial !important;
}

.author-bio h1:after {
    content: "All articles by ";
}

.author-bio .thumbnail {
    width: 190px;
    height: 190px;
    border-radius: 190px;
    overflow: hidden;
    float: left;
    margin-right: 25px;
}

.author-bio .thumbnail img {
    width: 100%;
    margin-top: -10px;
}

.author-bio .deck {
    padding-top: 60px;
    margin-bottom: 10px;
}

.author-bio .link a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    margin-right: 8px;
}

.author-bio .link a:before {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    font-weight: 600;
    font-size: 15px;
    font-family: "Font Awesome 5 Brands";
    text-align: center;
    line-height: 24px;
}

.author-bio .link a.email:before {
    background-color: #a8a9ab;
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
}

.author-bio .link a.rss:before {
    background-color: #ff9933;
    content: "\f09e";
    font-family: "Font Awesome 5 Free";
}

.author-bio .link a.twitter:before {
    background-color: #55acee;
    content: "\f099";
}

.author-bio .link a.linkedin:before {
    background-color: #0976b4;
    content: "\f0e1";
    line-height: 26px;
}





/* Multimedia pages */

#Content .mmTabs {
    margin-bottom: 80px;
}

#Content .mmTabs li {
    float: left;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}

#Content .mmTabs li a {
    color: #006ACE;
    display: block;
    text-decoration: none;
    line-height: 36px;
    padding: 0px 20px;
    margin-right: 10px;
    border: solid 2px #006ACE;
    transition: background-color 0.3s;
    background-color: #fff;
}

#Content .mmTabs li a:hover, 
#Content .mmTabs li.active a {
    color: #fff;
    background-color: #006ACE;
}

@media (min-width: 1023px) and (max-width: 1300px), (max-width: 899px) {

#Content .mmTabs li {
    font-size: 14px;
}

#Content .mmTabs li a {
    padding: 0px 8px;
    margin-right: 5px;
}

}

@media (max-width: 610px) {

#Content .mmTabs li {
    width: 33.3%;
    margin-bottom: 5px;
}

#Content .mmTabs li a {
    text-align: center;
}

#Content .mmTabs li a {
    text-align: center;
    padding: 0;
    font-size: 13px;
}

}











/* ====================
500 Advertisements
====================*/

.ad-leaderboard {
	background-color: #d7d7d7;
	padding: 20px 0px;
}

/* shared */

div[id*="google_ads_iframe"]:after,
div[id*="google_ads_iframe"]:before {
	position: absolute;
	font-size: 11px;
	color: #ccc;
}

div[id*="google_ads_iframe"]:after {
	content: "advertisement";
}

div#div-gpt-ad-1406751988345-9 div[id*="google_ads_iframe"]:before {
	content: "sponsored by:";
	position: relative;
}

div#div-gpt-ad-1406751988345-9 div[id*="google_ads_iframe"]:after {
	display: none;
}

.ad-leaderboard div[id*="google_ads_iframe"]:after,
#PageBottom728 div[id*="google_ads_iframe"]:after {
    color: #999;
}

#div-gpt-ad-1456519929216-0,
#div-gpt-ad-1406751988345-6 {
	height: initial !important;
}

div[id*="google_ads_iframe"]:after {
	bottom: -12px;
	left: 0px;
}

.inArticleAdWrapper div[id*="google_ads_iframe"]:after {
    bottom: -15px;
}

/* 728x90 Leaderboard */

#div-gpt-ad-1406751988345-8 {
	margin: 0 auto;
	position: relative;
}

/* 300x250 Top and Middle */

#AdMediumRectangleTop {
	margin-bottom: 60px;
}

#div-gpt-ad-1456519929216-0,
#div-gpt-ad-1406751988345-6 {
	position: relative;
	border-bottom: solid 1px #999;
}

#div-gpt-ad-1456519929216-0 {
	padding: 0px 0px 20px;
	border-bottom: solid 1px #999;
}

#div-gpt-ad-1406751988345-6 {
	padding: 20px 0px;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
}

@media (max-width: 1024px) {

div:not(.portlet) > #AdMediumRectangleTop,
div:not(.portlet) > #AdMediumRectangleMiddle {
    float: right;
}

}

/* In-article triple display */

div[id*="google_ads_iframe"] {
	position: relative;
	display: table !important;
	margin: 0px auto;
}

.articleAd.tripleBreak.showing {
  text-align: center;
}

#sb-adisplay .articleAd.tripleBreak.showing {
  margin-right: -400px;
}

#sb-adisplay .articleAd.showing {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
    height: auto !important;
}

#sb-adisplay .articleAd.showing:before {
    content: "article continues after advertisement";
    font-size: 10px;
    color: #ccc;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.inArticleAdWrapper div[id*="google_ads_iframe"]:after {
    /* bottom: -24px; */
}

@media (max-width: 1023px) {

	#sb-adisplay .articleAd.tripleBreak.showing {
		margin-right: 0px;
	}

}

/* 320x50 */

#div-gpt-ad-1436810603643-0 {
	margin: 0px auto;
}

@media (min-width: 728px) {

	section.leaderboard320 {
		display: none;
	}

}

@media (max-width: 727px) {

	section.leaderboard728 {
		display: none;
	}

}

@media (max-width: 710px) {

	#AdMediumRectangleMiddle {
		width: 100%;
	}

	#div-gpt-ad-1406751988345-6 {
	margin: 0px auto;
	}

}

@media (max-width: 710px) {

#AdMediumRectangleTop {
	float: none;
	width: 100%;
	clear: both;
}

#div-gpt-ad-1456519929216-0 {
	margin: 0px auto;
}

}

@media (max-width: 767px) {

	.ad-leaderboard.bottom.housead,
	#PageBottom728 {
		display: none;
	}

}

/* Sponsored by: */

div#div-gpt-ad-1406751988345-9 {
	margin-bottom: 20px;
}

@media (min-width: 769px) {

	div#div-gpt-ad-1406751988345-9 {
		float: right;
		margin-left: 40px;
	}

}

/* Sidebar portlet overrides */

.portlet #div-gpt-ad-1456519929216-0 {
    border-bottom: none;
}

.portlet #div-gpt-ad-1406751988345-6 {
    padding-top: 0;
    border: none;
}

/* Bottom 728x90 */

#PageBottom728 {
    background-color: #d7d7d7;
    padding: 20px 0;
}










/* ====================
1000 Media Queries
==================== */





/* Media Queries for Home Page */

@media (max-width: 1119px) {

	.article-list.thumbLeft1 .text {
		overflow: initial;
	}

}

@media (max-width: 1024px) {

	.sec-cols-wrapper .col-left {
		width: calc(100% - 360px);
		margin-right: 0px;
	}

		.sec-cols-wrapper .col-middle {
		width: 300px;
		float: right;
	}
	
	.sec-cols-wrapper .col-right {
		float: none;
		clear: both;
		width: 100%;
	}
	
	.sec-cols-wrapper .col-right .article-list.thumbLeft3 article {
		width: calc(50% - 11px);
		float: left;
	}
	
	.sec-cols-wrapper .col-right .article-list.thumbLeft3 article:nth-child(odd) {
		margin-right: 20px;
	}
	
	.sec-cols-wrapper .col-right .article-list.stack2,
	.sec-cols-wrapper .col-right .article-list.thumbLeft3 {
		width: calc(100% - 360px);
		float: left;
	}	
	
}

@media (max-width: 768px) {
	
	.sec-cols-wrapper .col-left,
	.sec-cols-wrapper .col-right .article-list.stack2, 
	.sec-cols-wrapper .col-right .article-list.thumbLeft3{
		width: calc(100% - 315px);
	}

	#LatestIssues article {
		width: calc((100% - 61px) / 4);
		margin-right: 20px;
	}

	.article-list.stack3 article:nth-child(odd) {
		margin-right: 40px;
	}

	.article-list.stack3 article {
		width: calc(50% - 21px);
	}
	
}

@media (max-width: 710px) {
	
	.sec-cols-wrapper .col-left, 
	.sec-cols-wrapper .col-middle, 
	.sec-cols-wrapper .col-right .article-list.thumbLeft3 {
		width: 100%;
	}

	.article-list.thumbLeft1 .thumb {
		margin-left: 15px;
		float: right;
		margin-bottom: 20px;
		margin-right: 0px;
	}

	.article-list.thumbLeft1 .text {
		overflow: initial;
	}

	.article-list.thumbLeft1 article {
		width: calc(50% - 20px);
		float: left;
	}

	.article-list.thumbLeft1 article:nth-child(odd) {
		margin-right: 40px;
	}

	#MostPopular .column-header {
		position: relative;
		top: 0;
	}

	#MostRead li {
		width: calc(50% - 10px);
		margin-right: 0;
		margin-bottom: 40px;
	}

	#MostRead li:nth-child(odd) {
		margin-right: 20px;
	}

	#MostRead li:before {
		color: #fff;
		background-color: #000;
		text-align: center;
		width: 40px;
		height: 40px;
		overflow: hidden;
		line-height: 38px;
		font-size: 40px;
		position: absolute;
	}

	#LatestIssues article {
		width: calc(50% - 20px);
		margin-right: 0;
	}

	#LatestIssues article:nth-child(odd) {
		margin-right: 20px;
	}

	.sec-cols-wrapper .col-right .article-list.stack2 {
		width: 100%;
	}

}

@media (max-width: 649px) {

	.sec-cols-wrapper .col-right .article-list.stack2 {
		width: 100%;
	}

}

@media (max-width: 590px) {

	.article-list.thumbLeft1 article:not(.nativeAd) .thumb {
		float: none;
		margin-left: 0;
		width: 100%;
		padding-top: 100%;
	}

	.article-list.thumbLeft1 article:not(.nativeAd) .thumb a {
		width: 100%;
	}

	.article-list.thumbLeft1 article:not(.nativeAd) .thumb img {
		width: 100%;
	}

}

@media (max-width: 710px) {

	.article-list.thumbLeft1 article.nativeAd {
		width: 100%;
	}

	.article-list.thumbLeft1 .nativeAd .thumb {
		width: 125px;
		padding-top: 125px;
	}

}





/* Media Queries for Category Pages */

@media (max-width: 710px) {

.article-list.thumbLeft4 .thumb,
.article-list.thumbLeft5 .thumb,
.article-list.thumbLeft5.fullWidth .thumb {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 10px;
}

.article-list.thumbLeft6 .thumb {
    width: calc(50% - 20px);
    padding-left: 0px;
}

.archiveLink {
    padding-left: 0px;
}

}

@media (max-width: 567px) {

.article-list.thumbLeft5 article {
    width: 100%;
    display: block;
    margin-right: 0px !important;
}

.article-list.thumbLeft6 .thumb {
    width: 100%;
    float: none;
    margin-bottom: 10px;
    margin-right: 0px !important;
}

.article-list.thumbLeft5 .thumb {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 10px;
}

}





/* Media queries for Multimedia pages */

@media (min-width: 711px) {

.article-list.thumbLeft4.alt .thumb {
    width: 53.4%;
}

}

@media (max-width: 550px) {

.article-list.stack3.stackMobile article {
    width: 100%;
    margin-right: 0;
}

}







/* ======================================
1000 Responsive Styles
======================================== */

@media only screen and (max-width: 1289px) {

.recommendedStories li {
    width: 100%;
    float: none;
    margin-bottom: 30px;
}

}

@media only screen and (max-width: 1023px) {

.contentColumn,
.utilityColumn,
#Content.contentColumn {
  display: block;
  width: 100%;
  clear: both;
  float: none;
  padding: 0px;
  margin: 0px auto;
}

.utilityColumn {
    border-top: solid 4px #ccc;
    padding-top: 60px;
/*    padding-bottom: 60px; */
}

.utilityColumn .advertisement {
    float: right;
}

.utilityColumn .sectionMost,
.utilityColumn .sectionMultimedia,
.utilityColumn .sectionNativeAd {
    float: left;
    width: calc(100% - 360px);
}

.utilityColumn .sb-sidebar {
    clear: both;
    overflow: hidden;
    border-bottom: dashed 1px #ccc;
    margin-bottom: 60px;
}

.utilityColumn .sb-sidebar.sb-three {
    border-bottom: none;
}

#AdMediumRectangleBottom {
    margin: 0px auto;
    width: 300px;
}

.recommendedStories {
    padding: 0px 20px;
}

}

@media only screen and (max-width: 767px) {

 .utilityColumn .advertisement {
    float: none;
    width: 300px;
    margin: 0px auto;
}

.utilityColumn .sectionMost, 
.utilityColumn .sectionMultimedia,
.utilityColumn .sectionNativeAd {
    float: none;
    width: 100%;
}

}





@media only screen and (max-width: 767px) {

#Footer-Main .column.sm-12:not(.bp-Social) a {
    width: 25%;
    float: left;
    margin-bottom: 20px;
    padding-right: 30px;
    box-sizing: border-box;
}

#Footer-Main .column.sm-12.md-3 {
    border-bottom: 1px dashed #999;
    margin-bottom: 20px;
}

#Footer-Main .column.sm-12.md-3.bp-Social {
    border-bottom: none;
}

}

@media only screen and (max-width: 710px) {

#Footer-Main .column.sm-12:not(.bp-Social) a {
    width: 50%;
}

}
