/* Core overrides */

header .container-fluid {
	max-width: 100%;
}

.header .logo-wrapper .wrap {
	margin-left: 0px;
	width: 100%;
	float: none;
	top:10px;
}

.gtx-dfp-ad-inner-wrapper {
  margin:0px auto;
}

@media (min-width: 981px) {
#content {
    margin-top: 160px;
}
}

@media (max-width: 980px) {
#content {
   margin-top: 100px;
}
}

a, a:active, a:visited {
	color: #e5293d;
}
a:hover, a:hover:visited {
	color:#965757;
}
/*--- Header ---*/

.header {
	border-bottom:none;
}
header nav {
	text-transform: uppercase;
}
.header .primary-nav-wrapper{
    top: 195px;
    left: 0;
}

.header .secondary-nav-wrapper {
	top: 238px;
	max-width: 100%;
}

@media (max-width: 980px) {
.header .secondary-nav-wrapper {
	top: 155px;
}
}

.header .logo-wrapper {
	position: initial;
	top:15px;
	position:relative;
}

.header #company-logo {
    max-width: 100%;
}
@media (min-width: 375px) {

	.header #company-logo {
		min-height: 130px;
	}
	.logo-wrapper {
    margin-top: 0px;
}
}

@media (max-width: 374px) {

	.header #company-logo {
		min-height: 65px;
	}
	.logo-wrapper {
    margin-top: 35px;
	}
}
@media (min-width: 480px) {

.logo-wrapper {
	max-width: 1200px;
	margin: 0 auto;
}
.logo-wrapper .wrap {
	margin: 0 auto;
}
a#company-logo {
	background-size: contain !important;
	background-position: top left !important;
	margin: 0px auto !important;
	float: none;
	width:600px;
}
}
@media (max-width: 479px) {
a#company-logo {
	margin-top: 35px;
}
}


/* Primary Nav */
.primary-nav-wrapper {
	padding: 0;
	width: 100%;
}
.primary-nav-wrapper {
    border:solid 1px #ccc;
}
.primary-nav-wrapper .primary ul li {
	float:none;
	display:inline;
}
.primary-nav-wrapper .primary ul {
    text-align: center;
}
.primary-nav-wrapper .primary ul li {
	display:inline;
	float:none;
}
.primary-nav-wrapper .primary ul li a {
	display:inline-block;
	color:#3a3a3a;
	font-weight:600;
	font-size:1em;
	font-family: 'Lato', sans-serif;
	padding: 5px 15px;
}
nav.primary .nav li a:on {
	color: #DDD;
}
@media (min-width:767px) and (max-width:1200px) {
	.primary-nav-wrapper .primary ul li a{font-size: .9em !important;padding-left: 10px !important;padding-right: 10px !important}
}


/* landscape tablet */

@media (min-width:980px) and (max-width: 1200px) {
.header .search-form-wrapper {
    position: absolute;
    text-align: right;
    top: 75px;
    right: 50px;
    width: 300px;
}
.header .social-media {
left: 15% !important;
}
	
}


/* Site Search */
@media (max-width:450px) {
.header .search-form-wrapper {
    position: absolute;
    text-align: center;
    top: 148px;
    right: 50px;
}
}

@media (min-width:1201px) {
.header .search-form-wrapper {
position: absolute;
text-align: right;
top: 74px;
right: 100px;
width: 300px;
}	
	
	
.search-form-wrapper {
	max-width: 1200px;
	margin: 0px auto;
}
.search-form-wrapper .wrap {
	width:240px;
	margin:0;
}
#searchform {
	position: absolute;
	width: 260px;
}
#searchform button {
	width: 20px;
}
#searchform {
	border: solid 1px #CCC;
	border-radius:4px;
}
.search-form-wrapper #searchform input {
	border: none;
	height: 24px;
}
}


@media (min-width: 700px) and (max-width:980px) {
#searchform {
	position: absolute;
	top: -70px;
	left: 220px;
	width:250px;
	}
	.search-form-wrapper #searchform input {
	height: 25px;
	}	
}

@media (min-width: 1900px) {
#searchform {
	position: absolute;
	top: 0;
	right: 250px;
	width:240px;
}
}


/* Utility Nav */
@media (min-width:980px) {
.header .utility-nav-wrapper {
	width:100%;
	top:0;
}
.header .utility-nav-wrapper .wrap{
	max-width:1200px;
}
nav.utility .nav li a {
	font-size:28px;
}
nav.utility {
	top:65px;
	left:10px;
	width: 200px;
}
nav.utility .nav li a {
	color:#666;
	padding:0;
}
nav.utility .nav li.subscribe-link {
	position:absolute;
	left:-55px;
	top:37px;
}
nav.utility .nav li.newsletter-link {
	position:absolute;
	left:50px;
	top:37px;
}
nav.utility .nav li.subscribe-link a, nav.utility .nav li.newsletter-link a {
	font-family:'Georgia', serif !important;
	font-size:20px;
	text-transform:none;
	color:#e5283e;
}
nav.utility .nav li.subscribe-link a:after {
	content: " | ";
}
}
/* Secondary Nav */

.secondary-nav-wrapper {
    border-bottom: 1px solid #cccccc;
    background: #f8f8f8;
    margin: 0;
}
.secondary-nav-wrapper .wrap {
	margin: 0 auto;
	max-width: 1200px;
	text-align: center;
	border-top:none;
}

nav.secondary {
	font-size: 16px;
}

.secondary-nav-wrapper .secondary ul {
    margin:0;
    padding:0;
    text-align:center;

}
.secondary-nav-wrapper .secondary ul li {
	display:inline;
	float:none;
}
.secondary-nav-wrapper .secondary ul li a {
    display: inline-block;
    color: #333!important;
}
.secondary-nav-wrapper .secondary ul li:after {
	content:"|";
	color:#9b9b9b;
	padding: 10px;
}
.secondary-nav-wrapper .secondary ul li:last-of-type:after {
	content:none;
}
nav.secondary .nav {
	width:100%;
	margin:0px auto;
}

nav.secondary > ul {
	display: initial;
}

#secondary-nav-wrapper .secondary ul li a:hover {
	color:#FFF;
	background:transparent;
	text-shadow:none;
	text-decoration:none;
}
#menu-item-128998 a {
	color: #E44DA3;
}
@media (min-width:767px) and (max-width:1024px) {
	.secondary-nav-wrapper .secondary ul li a {
		font-size: 80%;
	}
}
.primary-nav-wrapper .primary ul li.current_page_item a, .secondary-nav-wrapper .secondary ul li.current_page_item a  {
	color:#333;	
}
nav.secondary .nav li a:hover {
	color: #f4524d !important;
	background-color: transparent !important;
opacity:07;
}

/* Social Media */



.header .social-media {
	position: absolute;
	top: 50px;
	left: 21%;
	width: 150px;
	text-align: center;
	padding: 2px;
	line-height: 0px;
}

header .social-media p {
	margin:0;
}
.header .social-media a {
	opacity: .6;
	padding-right: 3px;
}
.header .social-media a:hover {
	opacity:1;
} 
.header .social-media:before {
}


@media (min-width:974px) and (max-width:1000px) {
	.header .social-media {
	top: 18px;
	left: 19%;
	}
}
@media (max-width:973px) {
	.header .social-media {
	display:none;
	}
}

/* Subscribe & Newsletter Links*/
@media (min-width: 1201px) {
	.header .subscribe-promo {
		position:absolute;
		right:170px;
		top:115px;
	}
}
@media (min-width:980px) and (max-width:1200px) {
	.header .subscribe-promo {
		position:absolute;
		right:90px;
		top:115px;
	}
}
@media (max-width:979px) {
	.header .subscribe-promo {
		display:none;
	}
}

.subscribe-promo {
	font-family:'Georgia', serif !important;
	font-size:20px;
	text-transform:none;
	color:#e5283e;
}


/*--- Fixes to keep elements in proper ratio during collapse ---*/
@media (min-width:800px) {
	.title-area {
		width:20%;
	}
	header.header .widget-area {
		width:80%;
	}
}
@media (max-width:799px) {
	.title-area {
		width:100%;
	}
	.title-area .site-title {
		width:200px;
		margin:0px auto; 
		border:1px solid #E44DA3;
	}
}
	
header.header ul.nav li#menu-item-98311 a {
	text-transform:none;
	color: #EC708C;
	font-size:150%
	text-decoration:none;
}
header.header ul.nav li#menu-item-98311 a:before {
     font-family: FontAwesome;
     content: "\f08a "; 
     margin-right:4px;
}
header.header ul.nav li#menu-item-98311 a:hover:before {
	content:"\f004";
}
header.header ul.nav li#menu-item-98311 a:hover {
	opacity: .8;
}

/* Issue footer */
.gtx-issue-footer {
margin-bottom: 30px;
border-top: solid 1px #EAEAEA;
border-bottom: solid 1px #eaeaea;
padding:20px 0 20px 0;
font-family:sans-serif;
font-style: italic;
}


/* Brooklyn Top Story */
.tsr-right .vc_column-inner {
    padding-right:0 !important;
}
.tsr-left .grid-item {
    border:none;
}
.tsr-left .entry-content-wrap {
    width: 90%;
    margin: 0 auto;
    position: relative;
    bottom: 50px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    text-align: center;
    padding: 20px 20px 30px 20px;
}
.tsr-left .vc_column-inner {
    padding:0;
}
.tsr-left .loop-wrapper .grid-item {
    padding:0;
}
.tsr-left .content-list-wrapper.content-list-grid.top-story .hentry .entry-title {
    font-size:1.9em;
	width:85%;
	margin:0 auto;
}
.tsr-right .grid-item {
   margin-bottom:30px;
   padding:0;
}

@media (max-width:1265px) {
.tsr-right .grid-item {
   margin-right: 10px;
}
}

.tsr-right .grid-item h3.entry-title a {
    font-size:.9em;
}
.tsr-right .grid-item .entry-content-wrap {
    padding:0 10px 10px 10px;
}
 
.tsr-right .vc_column-inner {
    padding-right:0 !important;
}


/*Right Rail*/
.right-rail .loop-wrapper .hentry .entry-title, .article-footer .loop-wrapper .hentry .entry-title {
	font-size:1.3em;
	display:table;
}

/* -- Wallpaper Desktop -- */
@media (min-width:1530px) {
 .dfp-gutter-ad.dfp-gutter-left {
  position:fixed;
  top:120px;
  left:5px;
 }
 .dfp-gutter-ad.dfp-gutter-right {
  position:fixed;
  top:120px;
  right:5px;
 }
 .dfp-gutter-ad.dfp-gutter-bottom {
  display:none;
 }
 .dfp-gutter-ad.dfp-gutter-mobile {
  display:none;
 }
}
 
/* -- Wallpaper Desktop/Tablet -- */
@media (min-width:730px) and (max-width:1529px) {
 .dfp-gutter-ad.dfp-gutter-left {
  display:none;
 }
 .dfp-gutter-ad.dfp-gutter-right {
  display:none;
 }
 .dfp-gutter-ad.dfp-gutter-bottom {
  display:block;
  position:fixed;
  bottom:0;
  background: rgba(0,0,0,.6);
  width:100%;
  text-align:center;
  padding:10px;
  z-index:9999;
 }
 .dfp-gutter-ad.dfp-gutter-bottom:after {
  content:"X";
  position:absolute;
  font-weight:bold;
  font-family:'Arial', sans-serif;
  font-size:14px;
  right:5px;
  top:-14px;
  background:#000;
  color:#FFF;
  border-radius:50%;
  padding:2px 8px;
  cursor:pointer;
  pointer-events:auto;
  box-shadow:2px 2px 4px #666;
 }
 .dfp-gutter-ad.dfp-gutter-mobile {
  display:none;
 }
}
 
/* -- Wallpaper Ad - Mobile -- */
@media (max-width:729px) {
 .dfp-gutter-ad.dfp-gutter-left {
  display:none;
 }
 .dfp-gutter-ad.dfp-gutter-right {
  display:none;
 }
 .dfp-gutter-ad.dfp-gutter-bottom {
  display:none;
 }
 .dfp-gutter-ad.dfp-gutter-mobile {
  visibility:visible;
  position:fixed;
  bottom:0;
  background:#ccc;
  width:100%;
  text-align:center;
  padding:10px;
  z-index:9999;
 }
 .dfp-gutter-ad.dfp-gutter-mobile:after {
  content:"X";
  position:absolute;
  right:0px;
  top:-14px;
  background:#e8e8e8;
  padding:2px 8px;
  border-radius:3px;
  cursor:pointer;
  pointer-events:auto;
 }
}
 
 
/* -- Adhesion Ad - Desktop -- */
@media (min-width:730px) {
 .dfp-adhesion-ad.adhesion-desktop {
display:block;
  position:fixed;
  bottom:0;
  background:rgba(0, 0, 0, .6) ;
  width:100%;
  text-align:center;
  padding:10px;
  z-index:9999;
 }
 .dfp-adhesion-ad.adhesion-desktop:after {
  content:"X";
  position:absolute;
  font-weight:bold;
  font-family:'Arial', sans-serif;
  font-size:14px;
  right:5px;
  top:-14px;
  background:#000;
  color:#FFF;
  border-radius:50%;
  padding:2px 8px;
  cursor:pointer;
  pointer-events:auto;
  box-shadow:2px 2px 4px #666;
 
 }
 .dfp-adhesion-ad.adhesion-mobile  {
  display:none;
 }
}
 
 
/* -- Adhesion Ad - Mobile -- */
@media (max-width:729px) {
 .dfp-adhesion-ad.adhesion-desktop {
  display:none;
 }
 .dfp-adhesion-ad.adhesion-mobile {
  display:block;
  position:fixed;
  bottom:0;
  background:rgba(0, 0, 0, .6);
  width:100%;
  text-align:center;
  padding:10px;
  z-index:9999;
 }
 .dfp-adhesion-ad.adhesion-mobile:after {
  content:"X";
  position:absolute;
  right:5px;
  top:-11px;
  background:#000;
  color:#FFF;
  padding:2px 8px;
  border-radius:50%;
  cursor:pointer;
  pointer-events:auto;
  box-shadow:2px 2px 4px #666;
  font-weight:bold;
  font-family:'Arial', sans-serif;
  font-size:14px;
 }
}
/* Hide video play button overlay on content list thumbnails */
.content-list-wrapper .has-video .overlay {
    display:none;
}

/* -- Wallpaper Desktop -- */
@media (min-width:1530px) {
 .dfp-gutter-ad.dfp-gutter-left {
  position:fixed;
  top:120px;
  left:5px;
 }
 .dfp-gutter-ad.dfp-gutter-right {
  position:fixed;
  top:120px;
  right:5px;
 }
 .dfp-gutter-ad.dfp-gutter-bottom {
  display:none;
 }
 .dfp-gutter-ad.dfp-gutter-mobile {
  display:none;
 }
}
 
/* -- Wallpaper Desktop/Tablet -- */
@media (min-width:730px) and (max-width:1529px) {
 .dfp-gutter-ad.dfp-gutter-left {
  display:none;
 }
 .dfp-gutter-ad.dfp-gutter-right {
  display:none;
 }
 .dfp-gutter-ad.dfp-gutter-bottom {
  display:block;
  position:fixed;
  bottom:0;
  background: rgba(0,0,0,.6);
  width:100%;
  text-align:center;
  padding:10px;
  z-index:9999;
 }
 .dfp-gutter-ad.dfp-gutter-bottom:after {
  content:"X";
  position:absolute;
  font-weight:bold;
  font-family:'Arial', sans-serif;
  font-size:14px;
  right:5px;
  top:-14px;
  background:#000;
  color:#FFF;
  border-radius:50%;
  padding:2px 8px;
  cursor:pointer;
  pointer-events:auto;
  box-shadow:2px 2px 4px #666;
 }
 .dfp-gutter-ad.dfp-gutter-mobile {
  display:none;
 }
}
 
/* -- Wallpaper Ad - Mobile -- */
@media (max-width:729px) {
 .dfp-gutter-ad.dfp-gutter-left {
  display:none;
 }
 .dfp-gutter-ad.dfp-gutter-right {
  display:none;
 }
 .dfp-gutter-ad.dfp-gutter-bottom {
  display:none;
 }
 .dfp-gutter-ad.dfp-gutter-mobile {
  visibility:visible;
  position:fixed;
  bottom:0;
  background:#ccc;
  width:100%;
  text-align:center;
  padding:10px;
  z-index:9999;
 }
 .dfp-gutter-ad.dfp-gutter-mobile:after {
  content:"X";
  position:absolute;
  right:0px;
  top:-14px;
  background:#e8e8e8;
  padding:2px 8px;
  border-radius:3px;
  cursor:pointer;
  pointer-events:auto;
 }
}
 
 
/* -- Adhesion Ad - Desktop -- */
@media (min-width:730px) {
 .dfp-adhesion-ad.adhesion-desktop {
display:block;
  position:fixed;
  bottom:0;
  background:rgba(0, 0, 0, .6) ;
  width:100%;
  text-align:center;
  padding:10px;
  z-index:9999;
 }
 .dfp-adhesion-ad.adhesion-desktop:after {
  content:"X";
  position:absolute;
  font-weight:bold;
  font-family:'Arial', sans-serif;
  font-size:14px;
  right:5px;
  top:-14px;
  background:#000;
  color:#FFF;
  border-radius:50%;
  padding:2px 8px;
  cursor:pointer;
  pointer-events:auto;
  box-shadow:2px 2px 4px #666;
 
 }
 .dfp-adhesion-ad.adhesion-mobile  {
  display:none;
 }
}
 
 
/* -- Adhesion Ad - Mobile -- */
@media (max-width:729px) {
 .dfp-adhesion-ad.adhesion-desktop {
  display:none;
 }
 .dfp-adhesion-ad.adhesion-mobile {
  display:block;
  position:fixed;
  bottom:0;
  background:rgba(0, 0, 0, .6);
  width:100%;
  text-align:center;
  padding:10px;
  z-index:9999;
 }
 .dfp-adhesion-ad.adhesion-mobile:after {
  content:"X";
  position:absolute;
  right:5px;
  top:-11px;
  background:#000;
  color:#FFF;
  padding:2px 8px;
  border-radius:50%;
  cursor:pointer;
  pointer-events:auto;
  box-shadow:2px 2px 4px #666;
  font-weight:bold;
  font-family:'Arial', sans-serif;
  font-size:14px;
 }
}
/* Hide video play button overlay on content list thumbnails */
.content-list-wrapper .has-video .overlay {
    display:none;
}

/*Articles*/
 
.sidebar {
    margin-top: 0px;
}
 
.single.single-post article p {
    color: #333;
    font-size: 1.125rem;
    hyphens: inherit;
}
 
.single.single-post h1.entry-title {
    color: #000;
    font-weight: 700;
    font-size: 2.8em;
    line-height: 1.2em;
    font-family:'Lato', sans-serif;
    text-align:center;
	width:80%;
	margin:0 auto;
    margin-bottom:30px;
}
 
.single.single-post .entry-meta-wrapper {
    font-size: 16px;
    text-align:center;
    margin-top:15px;
}
 
.single.single-post .post-date {
    line-height: 4em;
}
 
.single.single-post .subtitle {
    text-transform: none;
    font-size: 20px;
    line-height: 1.3em;
    color: #292929;
    letter-spacing: 0;
    font-weight:400;
    text-align:center;
    width:80%;
    margin:0 auto;
	font-family:'Georgia', Serif;
}
 
.hentry .entry-date {
    padding-right: 4px;
    color:#666;
}
.hentry .entry-author {
	display:block;
}
 
 
.single.single-post p.wp-caption-text {
    font-size: .8em;
    line-height: 1.3em;
    color: #5b5b5b;
    text-align: left;
    padding: 0 5px 10px 5px;
}
 
.wp-caption {
    max-width: 100%;
    background: #fff;
    padding: 0;
}
 
.wp-caption p.wp-caption-text {
    font-size: .8em;
    line-height: 1.3em;
    color: #5b5b5b;
    text-align: left;
    padding: 0 5px 10px 5px;
}
 
.single article h3 {
    color: #222;
    font-weight: 500;
    font-size: 1.3em;
}
 
.single.single-post ol {
    font-size:18px;
    line-height:20px;
    color:#333;
}
.single.single-post ol li {
    margin-bottom:10px;
}
 
article blockquote {   
    border-left:solid 1px #ccc;
    padding-left:20px;
    margin-left:20px;
    margin-right:40px;
}
article blockquote p {
    font-size:1.7em !important;
    font-family:Georgia, serif;
    font-style: italic;
    color:#666 !important;
}
.pullquote, div.pullquote
{border-bottom:solid 1px #808080;
border-top:solid 1px #808080;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:220%!important;
color:#808080!important;
margin-top:1em;margin-bottom:1em;padding-bottom:1em;
padding-top:1em;
text-align:center;
line-height:normal;
}
.single.single-post .gtx-issue-footer {
    font-style: italic;
    padding:20px 0;
    border-top:dotted 1px #222;
    border-bottom:dotted 1px #222;
    color:#666;
    margin-top:30px;
}
/*Archive & Search Pages*/
.single.single-issue .entry-meta-wrapper {
    display:none;
}
.single.single-issue h1.entry-title {
    margin-bottom:20px;
}
 
.single.single-issue .entry-meta-wrapper {
    display:none;
}
.single.single-issue h1.entry-title {
    margin-bottom:20px;
    line-height:1.1;
}

 
/* Issue Archive */
.issue.col-sm-3 {
    text-align:center;
    margin-bottom:20px;
    min-height:260px;
}
 
.issue.col-sm-3 .issue-thumb { 
    line-height:0;
    margin-bottom:5px;
}
 
.issue.col-sm-3 h3.issue-title {
    margin-top:0;
    line-height:1.2;
}
.issue.col-sm-3 h3.issue-title a {
    color:#000;
}
/* Calendar */
.single.single-ai1ec_event .entry-meta-wrapper{
    display:none;
}
 
.timely .ai1ec-btn.ai1ec-btn-primary.ai1ec-btn-xs {
    color: #e5283e !important;
    padding: 5px;
}
.timely a.ai1ec-btn.ai1ec-btn-primary.ai1ec-btn-xs:hover {
    color: #000000 !important;
}
.ai1ec-event-title a {
  color:#000000;
}
.ai1ec-event-title a:hover {
  color:#e5283e;
}


.dropcap, span.dropcap {
    float: left;
    font-size: 350%;
    line-height: 90%;
    padding-top: 2px;
    font-weight: normal;
    margin-right: .1em;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #808080;
}

.dropcap, span.dropcap {
    float: left;
    font-size: 350%;
    line-height: 90%;
    padding-top: 2px;
    font-weight: normal;
    margin-right: .1em;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #808080;
}

.pullquote, div.pullquote {
	border-bottom:solid 1px #808080;
	border-top:solid 1px #808080;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:220%;
	color:#808080;
	margin-top:1em;margin-bottom:1em;padding-bottom:1em;
	padding-top:1em;
	text-align:center;
	line-height:normal;
}
 
/* Issue Footer */
.gtx-issue-footer {
    margin-bottom: 30px;
    border-top: solid 1px #EAEAEA;
    border-bottom: solid 1px #eaeaea;
    padding:20px 0 20px 0;
    font-family:sans-serif;
    font-style: italic;
}
 
/* Hide video play button overlay on content list thumbnails */
.content-list-wrapper .has-video .overlay {
    display:none;
}
 
/* --- Author Bios Styles --- */
  
.author-bio-field.author-bio-field-featured_image {
    float: right;
    max-width: 200px;
    margin: 0 0 15px 15px;
}
  
.author-bio-field.author-bio-field-author_email {
    background: #e5283e;
    max-width: 170px;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
    margin: 0;
    padding:5px 8px;
    position:relative;
    top:-5px !important;
}
.author-bio-field.author-bio-field-author_email:hover {
    background: #000;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
}
  
.author-bio-field.author-bio-field-author_email a {
    color: white;
    width: 30%;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
}
  
.author-bio-field.author-bio-field-author_email a:after {
    font-family: 'FontAwesome';
    content: ' \f003';
}
  
.author_bios h1 {
    margin-left: 15px;
    margin-top:15px;
}
  
.author_bios-template-default time.updated.entry-time {
    display: none;
}
.author_bios .author-bio-field-author_title_position.h3 {
    margin-top:0;
}
  
.author_bios.hentry .entry-meta-wrapper {
    margin:0;
}
  
.author_bios a .fa {
    color:#e5283e;
}
  
.author_bios a .fa:hover {
    color:#000;
}

/* Content Lists */
.loop-wrapper .hentry .entry-title {
	font-family: 'Georgia', serif !important;
	font-size:1.6em;
}
.loop-wrapper .hentry .entry-title a{ 
	color:#000;
}
.loop-wrapper .hentry h5.subtitle {
    font-family:'Lato', sans-serif;
	font-size:1em;
	color:#000000;
	text-transform: none;
    line-height: 1.3em;
    color: #292929;
    letter-spacing: 0;
    font-weight:400;
    margin-top: 10px;
    margin-bottom: 8px;
}
.content-list-wrapper h2 {
	font-family:'Lato' !important;
	font-weight:600 !important;
    text-transform: uppercase;
    font-size:1.4em;
    border-bottom:solid 1px #ccc;
}
.content-list-wrapper .entry-content p {
	font-family:'Lato', sans-serif;
	font-size:1em;
	color:#000000;
}

.content-list-wrapper p.entry-meta.entry-author, .content-list-wrapper .multiple-bylines {
	font-family: 'Lato', sans-serif;
    font-size: .8em;
    font-weight: 500;
    letter-spacing: .05rem;
    color: #444;
    text-transform: uppercase;
}
.content-list-wrapper .entry-meta .by {
	display:none;
}
.content-list-wrapper p.entry-meta.entry-author a, .content-list-wrapper .multiple-bylines a {
	 color: #444;
}
.content-list-wrapper .categories-list:before {
	content:'';
}
.content-list-wrapper .categories-list {
	text-transform:uppercase;
	font-family:'Lato', sans-serif;
	font-weight:400;
	margin-bottom:2px;
}
.content-list-wrapper.content-list-basic .entry-content-wrap {
	display:table;
}
.content-list-wrapper.content-list-grid .loop-wrapper .grid-item {
	padding:0;
	border:none;
	text-align:center;
}
.check-it-out .content-list-wrapper.content-list-grid .loop-wrapper .grid-item .entry-content-wrap {
	padding:5px 20px;
}

.wpb_content_element .sponsored-content, .wpb_content_element .horizontal-list {
	margin-top: -60px;
}


/* Most Popular*/
.content-list-wrapper.most-popular-module .loop-wrapper .hentry .entry-title {
    font-size: 1.1em;
    line-height:1.1
    position:relative;
    top:2px;
}
.content-list-wrapper.most-popular-module.content-list-basic .hentry.post {
    border-bottom: 1px solid #efefef;
    padding-bottom:10px;
    margin-bottom:10px;
}
.content-list-wrapper.most-popular-module .hentry:before {
    float: left;
    position: relative;
    margin-right: 10px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    background-color: #e5293d;
    padding: 1px 8px;
    border-radius: 22px;
    top: 0px;
}
.content-list-wrapper.most-popular-module .hentry .basic-content-wrap {
    display: table;
}
.content-list-wrapper.most-popular-module .hentry.post:nth-child(1):before {
    content: "1";
}
.content-list-wrapper.most-popular-module .hentry.post:nth-child(2):before {
    content: "2";
}
.content-list-wrapper.most-popular-module .hentry.post:nth-child(3):before {
    content: "3";
}
.content-list-wrapper.most-popular-module .hentry.post:nth-child(4):before {
    content: "4";
}
.content-list-wrapper.most-popular-module .hentry.post:nth-child(5):before {
    content: "5";
}

.content-list-wrapper.most-popular-module .hentry.post:nth-child(6):before {
    content: "6";
}

.content-list-wrapper.most-popular-module .hentry.post:nth-child(7):before {
    content: "7";
}



/* Magazine Module */
.magazine-module {
	display:table;
}
.magazine-module .issue-thumb{
	min-height:auto !important;
}
.magazine-module .mag-cover img{
	width:auto !important;
	height:auto !important;
}
.magazine-module .mag-cover {
	float:left;
	width:100%;
}
.magazine-module .issue.col-sm-6 {
   width:100%;
}
.magazine-module .issue-title {
   display:none;
}
/*
.magazine-module .mag-links {
	float:left;
	width:44%;
}
*/
.magazine-module .mag-links br {
	padding-bottom:3px;
}
@media (min-width:980px) {
	.magazine-module .mag-cover {
		margin-right:10px;
	}
}
@media (min-width:767px) and (max-width:980px) {
        .magazine-module .mag-cover {
        float:none;
        width:100%;
        }
        .magazine-module .mag-links {
        float:none;
        width:auto;
        text-align:center;
        }
}
@media (min-width:480px) and (max-width:766px) {
        .magazine-module {
                margin:0 auto;
        }
}
/* Landing Page Top Story */
.top-story-wrapper.wpb_row {
	margin-bottom:0;
}
.loop-wrapper .landing-top-story .hentry {
	padding:0;
	margin:0;
}
.loop-wrapper .landing-top-story img{
	border:solid 1px #eaeaea;
}
.loop-wrapper .hentry .entry-content {
	display:table;
}

.landing-top-story .vc_column_container .vc_column-inner {
    padding:0;
}
.landing-top-story .hentry .entry-title a {
    font-size:2em;
    line-height:103%;
    margin-bottom:20px;
    display:block;
}

@media (max-width:400px) {
.landing-top-story .hentry .entry-title a {
   font-size: 1.5em;
}
}

/* Directories */
.geobase-list .h3.entry-title a {
  font-size:1.3em;
  font-weight:600;
  line-height:1;
  font-family:'Muli', sans-serif;
}
.geobase-list .geobase-field.office .label{
  display:none;
}
.geobase-list .geobase-field.office {
  text-transform:uppercase;
  font-weight:700;
}
.geobase-list p.geobase-field {
  margin:0;
}
.geobase-list .geobase-field.gtxcel_fixedfield_phone {
  margin-bottom:10px;
}
.geobase-list .geobase-field.gtxcel_fixedfield_phone .label {
  display:none;
}
 .geobase-list .geobase-field.category, .geobase-list .geobase-field.special_expertise, .geobase-list .geobase-field.facility, .geobase-list .geobase-field.cuisine-type, .geobase-list .geobase-field.specialty, .geobase-list .geobase-field.real-estate  {
   line-height:1.3;
   font-style:italic;
   font-size:.95em;
 }
  .geobase-list p.geobase-field.category, .geobase-list p.geobase-field.special_expertise, .geobase-list p.geobase-field.facility, .geobase-list p.geobase-field.cuisine-type, .geobase-list p.geobase-field.specialty, .geobase-list p.geobase-field.real-estate {
    margin-bottom:8px;
  }
  .geobase-list p.geobase-field.category .label, .geobase-list p.geobase-field.special_expertise .label, .geobase-list p.geobase-field.facility .label, .geobase-list p.geobase-field.cuisine-type .label, .geobase-list p.geobase-field.specialty .label, .geobase-list p.geobase-field.real-estate .label{
    font-style:normal;
    text-transform:uppercase;
    font-size:.9em;
  }
.filter-bar.wpb_row {
  border:solid 1px #eaeaea;
}
.filterlist-vertical .geobase-filter-text h2, .filterlist-horizontal h2 {
   font-size:16px;
  font-family:'Muli', sans-serif;
  border-bottom:none;
  font-weight:500;
  letter-spacing:1px;
 }

article.geobase-post .thumb-wrap {
	float:right;
	margin-left:0;
	margin-right:0;
	width:20%;
}
article.geobase-post .geobase-content-wrapper {
	float:left;
	width:70%;
}
.geobase-list article {
	border-bottom:solid 1px #eaeaea;
}

.gtx_geobase_b_level {background: #ccc;
	border-bottom: solid 2px #b2b2b2;
}

/*Newsletter Form*/
iframe.newsletter-form  {
	border:none;
	margin-top:10px;
	margin-bottom: -20px;
}

#homepage-newsletter-row h2 {
	color:white;
}

#homepage-newsletter-row {
margin-bottom: 50px!important;
}

#homepage-newsletter-row .vc_column_container>.vc_column-inner   {
    background: url(https://www.pittsburghmagazine.com/content/uploads/2019/09/thumbnail_07_16thbridgeh7_1262x335.jpg) no-repeat #000;
}

@media (min-width: 789px) {
	#homepage-newsletter-row h2 {
    float: left;
    width: 50%;
}
}

/*Footer*/
.footer{
   background:rgba(85,85,85, 1);
}
.footer .widgettitle {
    border-bottom: 2px solid #666;
    margin-bottom: 0.75em;
}
.footer a {
    font-size:1.1em;
}
.footer .fa {
    font-size:2em;
    float:left;
    margin-right:15px;
}
.footer .legal-links, .footer .copyright, .footer .gtxcel-logo {
    text-align:center;
    font-size:.9em;
}
.footer .copyright {
    margin:0;
}
.footer .legal-links a {
    font-size:.9em;
}

.footer .textwidget .fa {
    float:none;
}
.footer .textwidget a {
    position:relative;
    bottom:5px;
}
.footer .bucket h4 {
	font-family:'Barlow Condensed', sans-serif;
	border-bottom:none;
	font-size:24px;
	line-height:1.8;
}


.footer .bucket.col-sm-12.footer1 {
	width:50%;
	font-family: "Barlow",sans-serif;
	font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    font-weight:500;
}


/* -- Wallpaper Desktop -- */
@media (min-width:1530px) {
 .dfp-gutter-ad.dfp-gutter-left {
  position:fixed;
  top:120px;
  left:5px;
 }
 .dfp-gutter-ad.dfp-gutter-right {
  position:fixed;
  top:120px;
  right:5px;
 }
 .dfp-gutter-ad.dfp-gutter-bottom {
  display:none;
 }
 .dfp-gutter-ad.dfp-gutter-mobile {
  display:none;
 }
}
 
/* -- Wallpaper Desktop/Tablet -- */
@media (min-width:730px) and (max-width:1529px) {
 .dfp-gutter-ad.dfp-gutter-left {
  display:none;
 }
 .dfp-gutter-ad.dfp-gutter-right {
  display:none;
 }
 .dfp-gutter-ad.dfp-gutter-bottom {
  display:block;
  position:fixed;
  bottom:0;
  background: rgba(0,0,0,.6);
  width:100%;
  text-align:center;
  padding:10px;
  z-index:9999;
 }
 .dfp-gutter-ad.dfp-gutter-bottom:after {
  content:"X";
  position:absolute;
  font-weight:bold;
  font-family:'Arial', sans-serif;
  font-size:14px;
  right:5px;
  top:-14px;
  background:#000;
  color:#FFF;
  border-radius:50%;
  padding:2px 8px;
  cursor:pointer;
  pointer-events:auto;
  box-shadow:2px 2px 4px #666;
 }
 .dfp-gutter-ad.dfp-gutter-mobile {
  display:none;
 }
}
 
/* -- Wallpaper Ad - Mobile -- */
@media (max-width:729px) {
 .dfp-gutter-ad.dfp-gutter-left {
  display:none;
 }
 .dfp-gutter-ad.dfp-gutter-right {
  display:none;
 }
 .dfp-gutter-ad.dfp-gutter-bottom {
  display:none;
 }
 .dfp-gutter-ad.dfp-gutter-mobile {
  visibility:visible;
  position:fixed;
  bottom:0;
  background:#ccc;
  width:100%;
  text-align:center;
  padding:10px;
  z-index:9999;
 }
 .dfp-gutter-ad.dfp-gutter-mobile:after {
  content:"X";
  position:absolute;
  right:0px;
  top:-14px;
  background:#e8e8e8;
  padding:2px 8px;
  border-radius:3px;
  cursor:pointer;
  pointer-events:auto;
 }
}
 
 
/* -- Adhesion Ad - Desktop -- */
@media (min-width:730px) {
 .dfp-adhesion-ad.adhesion-desktop {
display:block;
  position:fixed;
  bottom:0;
  background:rgba(0, 0, 0, .6) ;
  width:100%;
  text-align:center;
  padding:10px;
  z-index:9999;
 }
 .dfp-adhesion-ad.adhesion-desktop:after {
  content:"X";
  position:absolute;
  font-weight:bold;
  font-family:'Arial', sans-serif;
  font-size:14px;
  right:5px;
  top:-14px;
  background:#000;
  color:#FFF;
  border-radius:50%;
  padding:2px 8px;
  cursor:pointer;
  pointer-events:auto;
  box-shadow:2px 2px 4px #666;
 
 }
 .dfp-adhesion-ad.adhesion-mobile  {
  display:none;
 }
}
 
 
/* -- Adhesion Ad - Mobile -- */
@media (max-width:729px) {
 .dfp-adhesion-ad.adhesion-desktop {
  display:none;
 }
 .dfp-adhesion-ad.adhesion-mobile {
  display:block;
  position:fixed;
  bottom:0;
  background:rgba(0, 0, 0, .6);
  width:100%;
  text-align:center;
  padding:10px;
  z-index:9999;
 }
 .dfp-adhesion-ad.adhesion-mobile:after {
  content:"X";
  position:absolute;
  right:5px;
  top:-11px;
  background:#000;
  color:#FFF;
  padding:2px 8px;
  border-radius:50%;
  cursor:pointer;
  pointer-events:auto;
  box-shadow:2px 2px 4px #666;
  font-weight:bold;
  font-family:'Arial', sans-serif;
  font-size:14px;
 }
}

/* Ticket 54581 */
img.post-thumb.attachment-large.size-large {
    object-fit: contain;
}

@media (max-width:767px) {
.top-story .grid-wrapper div.loop-wrapper.articles { display: block;}
}

/* ===== Bootstrap Migration patches Apr. 2022 ===== */
.primary-nav-wrapper .primary ul { justify-content: center;}
/* Header reset and css grid set */

/*header*/
header .container-fluid{padding-left:0;padding-right:0;max-width: 100%;}
header {height: auto !important;background: #fff !important;padding-top:15px;border-bottom:0px solid #efefef;margin-bottom:30px;}
header .container-fluid{display: grid;grid-template-columns:auto 250px 700px 250px auto !important;grid-template-rows: auto 41px 35px;grid-column-gap: 0px;grid-row-gap: 0px;}
header .container-fluid::before{display: none}
header .container-fluid::after{display: none}
header .container-fluid *{position: relative !important;height: auto !important;width: auto !important;top:auto !important;bottom:auto !important;left:auto !important;right:auto !important}

/*logo*/
.header .logo-wrapper { grid-area:  1 / 3 / 2 / 4;align-self: center;justify-self: center}
.header #company-logo{background-size: 100% !important;margin:5px auto !important ;background-position: center center !important;width: 500px !important;max-width:100%;min-height:150px}

/*utility - social*/
.header .utility-nav-wrapper { grid-area: 1 / 2 / 2 / 3;top:auto !important;right:auto !important;justify-self: start;align-self: center }
nav.utility .nav li a {font-size:28px;}
nav.utility .nav li a {color:#666; padding:0;}

/*search*/
.header .search-form-wrapper { grid-area: 1 / 4 / 2 / 5;align-self:center;justify-self: end;width:90% !important;margin:0 0 0 auto }
.header .search-form-wrapper .wrap{width: 100% !important}
.header .search-form-wrapper .searchform input {padding: 0px !important}
.header .search-form-wrapper  i {color:#000}
#searchform input[type="text"]{width:100% !important;margin-right:0px;border-radius: 0px;padding:1px !important;border-color:#000 !important;transition: all 0.3s ease;opacity: .9;background: #fff}
#searchform input[type="text"]:focus{opacity: 1;background: #fff}
#searchform button[type="submit"]{position: absolute !important;top:3px !important;right:5px !important}
.header .sr-only{display:none}

#searchform {border: solid 1px #CCC; border-radius:4px;}
.search-form-wrapper #searchform input {border: none; height: 24px;}

/* subscribe-promo */
.header .subscribe-promo { grid-area: 1 / 4 / 2 / 5; align-self: end; justify-self: end; margin: 0 0 20px 0;}

/*primary nav*/
.header .primary-nav-wrapper { grid-area: 2 / 1 / 3 / -1; } 
/*nav.primary .top-nav{display: grid !important;grid-template-columns:repeat(4, 25%);justify-self:center}*/
nav.primary .top-nav li a{text-align: center}
nav.primary .top-nav li a:hover{color: #f4524d}

.primary-nav-wrapper {border:solid 1px #ccc;;border-left:0;border-right:0}
.primary-nav-wrapper .primary ul {text-align: center;}
.primary-nav-wrapper .primary ul li a {display:inline-block; color:#3a3a3a; font-weight:600; font-size:1em; font-family: 'Lato', sans-serif; padding: 5px 15px;}

nav.primary .top-nav::before{display: none}
nav.primary .top-nav::after{display: none}

nav.primary .top-nav .sub-menu{margin-top:10px;padding:20px;background: #fff !important;text-align: left !important;opacity: 1 !important;position: absolute !important;border: 0px solid #000; border-top:0 !important; margin-left:-1px; margin-right:-2px !important;width:180px !important;transition: all 0.3s ease;opacity:0 !important;/*display: grid;grid-template-columns: repeat(3, 1fr) !important;*/box-shadow: 0 5px 5px rgba(0, 0, 0, 0.10); }
nav.primary .top-nav .menu-item:hover .sub-menu {margin-top: 0;opacity: 1 !important}
nav.primary .top-nav .sub-menu a{text-align: left;line-height: 20px !important;font-size:15px !important;border-bottom: 0px solid rgba(255,255,255,.5);display: block !important;text-transform: none;color:#111 !important;font-weight:normal !important;text-transform: none;padding: 5px !important;border: 0}
nav.primary .top-nav .sub-menu a:hover{background: #fff;color: #f4524d !important;border: 0;text-decoration: nonee}
nav.primary .top-nav .sub-menu li{display: block !important;width: 100% !important}


/*secondary nav*/
.header .secondary-nav-wrapper { grid-area: 3 / 1 / 4 / 6;border-bottom: 1px solid #cccccc; background: #f8f8f8; }
nav.secondary .top-nav{justify-content: center !important;/*grid-template-columns: repeat(4, auto);*/grid-auto-flow:column;display:inline-grid !important}

nav.secondary .top-nav li {width: 100%}
nav.secondary .top-nav li a{text-align: center;padding:0;line-height: 35px}
nav.secondary .top-nav::before{display: none}
nav.secondary .top-nav::after{display: none}
nav.secondary {font-size: 16px;}
.secondary-nav-wrapper .secondary ul { text-align:center;}
nav.secondary .nav li a:hover {color: #f4524d !important; }

nav.secondary .top-nav .sub-menu{margin-top:10px;padding:20px;background: #F8F8F8 !important;text-align: left !important;opacity: 1 !important;position: absolute !important;border: 0px solid #000; border-top:0 !important; margin-left:-1px; margin-right:-2px !important;width:300px !important;transition: all 0.3s ease;opacity:0 !important;/*display: grid;grid-template-columns: repeat(3, 1fr) !important;*/box-shadow: 0 5px 5px rgba(0, 0, 0, 0.10); }
nav.secondary .top-nav .menu-item:hover .sub-menu {margin-top: 0;opacity: 1 !important}
nav.secondary .top-nav .sub-menu a{text-align: left;line-height: 20px !important;font-size:15px !important;border-bottom: 0px solid rgba(255,255,255,.5);display: block !important;text-transform: none;color:#111 !important;font-weight:normal !important;text-transform: none;padding: 5px !important;border: 0}
nav.secondary .top-nav .sub-menu a:hover{color: #f4524d;border: 0;text-decoration: none}
nav.secondary .top-nav .sub-menu li{display: block !important;width: 100% !important}

@media (min-width: 992px) and (max-width: 1200px)
{
    
header .container-fluid{display: grid;grid-template-columns:auto 250px 550px 250px auto !important;}
.header .logo-wrapper a#company-logo{background-position: left center;margin-top:0;width: 500px !important}
.header .utility-nav-wrapper { justify-self: center; }
.header .search-form-wrapper { justify-self: center;margin:0 auto }
.header .subscribe-promo { margin: 0 auto 20px;}
 
}

/*mobile*/
@media (max-width: 981px){
    
.utility-nav-wrapper {display: none}
.primary-nav-wrapper {display: none}
.secondary-nav-wrapper {display: none}
.header .subscribe-promo {display: none;}
    
header {margin-top:0;border: 0;padding: 0}
header .container-fluid{display: grid;grid-template-columns: 55px auto 55px !important;grid-template-rows:75px 45px !important;grid-column-gap: 5px;grid-row-gap: 5px;align-items: center !important;justify-items: center !important;margin-bottom:0}
.header .mobile-button-wrapper { grid-area: 1 / 1 / 2 / 2; }
.header .logo-wrapper {min-width: 200px !important; grid-area: 1 / 2 / 2 / 3 !important;width:250px !important; justify-self: center !important;align-self: center !important}
.header #company-logo{background-size: 230px !important;width: 250px !important;height: 75px !important;margin:0 auto;max-width: 250px !important;min-height: 75px !important;}   

.header .search-form-wrapper { grid-area: 2 / 1 / 3 / -1 ;align-self: start;margin:0 auto}
#searchform button[type="submit"]{right:15px !important}
#searchform input[type="text"] {width: 100% !important}   

}

@media (min-width: 981px) {
#content {margin-top: inherit;}
}

@media (min-width: 982px) and (max-width: 1200px) {
.secondary-nav-wrapper .secondary ul li a { font-size: 80%;}
}


/* Header redesign July 2022 CRM #915003 */
/*div#header-content-1 { display: none;}*/

.header .utility-nav-wrapper {
    grid-area: 1 / 4 / 2 / 5;
    top: auto !important;
    right: auto !important;
    justify-self: end;
    align-self: flex-end;
    margin-bottom: 10px;
}
nav.utility ul li {
    margin: 0 5px 0 0;
    display: inline-block;
}
nav.utility i.fa {
    padding: 5px;
    border-radius: 5px;
    background-color: #333;
    width: 1.45em!important;
    height: 1.45em!important;
    text-align: center;
    color: #fff;
    font-size: .75em;
    line-height: .95em;
}


.header .secondary-nav-wrapper {
    grid-area: 3 / 1 / 4 / 6;
}
.secondary-nav-wrapper .wrap {
    text-align: left;
}
nav.secondary {
    max-width: 950px;
    text-align: center;
    font-size: 13px;
}
@media (min-width: 992px) and (max-width: 1199px){
nav.secondary {max-width: 845px}    
header .container-fluid{display: grid;grid-template-columns:auto 250px 490px 250px auto !important;}
.header .logo-wrapper a#company-logo{background-position: left center;margin-top:0;width: 445px !important}
.header .utility-nav-wrapper { justify-self: end; } 
}

.header .subscribe-promo {
    grid-area: 1 / 4 / 2 / 5;
    align-self: center;
    justify-self: end;
    margin: 0;
}



div.subscribe-promo-2 .wrap {width: 100%!important;
    background: url(https://www.pittsburghmagazine.com/content/uploads/2022/06/w/f/subscribe-arrow.png) no-repeat;
    background-size: contain;
}

div.subscribe-promo .wrap {width: 213px!important; text-align:center;}

@media (min-width: 980px){
div.subscribe-promo-2 {
    display: inherit!important;
    grid-area: 1 / 2 / 2 / 3;
    align-self: center;
}
.header .search-form-wrapper {
    grid-area: 3 / 4 / 4 / 5;
    align-self: center;
    justify-self: end;
    width: 90% !important;
    margin: 0 0 0 auto;
    z-index: 100;
}
}

div.subscribe-promo-2 .mag-cover img {
    max-height: 130px;
    transform: rotate(-15deg);
}
.header-cover {
    text-align: right;
}
@media (max-width: 979px){
div.subscribe-promo-2 {display:none}
}

.submit-volunteer h1 { display: none;}
.submit-volunteer form::before {content: 'Create a Nonprofit Listing'; display:block;  font-size: 30px; line-height: 32px; margin-bottom: 15px; font-weight: 600}
a.show-all-filters {
    display: none;
}