@media (min-width:980px) {
	#content {
    	margin-top:2.5em;
	}
}
.container-fluid {
	max-width:1200px;
}

/*------ Header ------*/

@media (min-width:980px) {
    .header {
        height: 140px;
    }
     .header .logo-wrapper {
        z-index: 99;
        width:550px;
        top:30px;
    }
    .header #company-logo {
        max-width: 500px;
        width:100%;
        height: 75px;
        margin:0;
    }
    .header .search-form-wrapper {
        top: 12px;
        right: 0;
    }
	.header .primary-nav-wrapper {
    	padding: 0;
    	width: 100%;
    	top: 125px;
    	left: 0;
    	background:#000;
	}
	.header .secondary-nav-wrapper {
        top: 86px;
        left:unset;
        right:0;
        display:table;
  
    }
     .header .utility-nav-wrapper {
        top: 10px;
        right:270px;
    }

/* Primary Nav */
	.header .primary-nav-wrapper .primary ul li {
    	float:none;
    	display:inline;
	}
	.header .primary-nav-wrapper .primary ul {
    	text-align: center;
	}
	.header .primary-nav-wrapper .primary ul li a {
    	display:inline-block;
    	color:#FFF;
    	font-family:'Oswald', sans-serif;
    	text-transform:uppercase;
    	padding: 5px 25px;
    	font-size:.8em;
 }
}
@media (min-width:767px) and (max-width:1200px) {
    .header .primary-nav-wrapper .primary ul li a {
    font-size: .9em;
    padding: 5px 12px;
    }
}
/* Mobile Menu Fix */
.menu-side a:visited {
	color:#666 !important;
}

/*--- Secondary Nav ---*/
nav.secondary .nav li { 
border-right:solid 1px #ccc;
margin-bottom:3px;}
header.header nav.secondary .nav li a {
    font-size: 18px;
    color: #666;
    text-transform: uppercase;
    padding: 4px 16px;
    font-weight:400;
    font-family:'Oswald', sans-serif;
}
nav.secondary .nav > li > a {
	line-height:1;
}
header.header nav.secondary .nav li a:hover {
    background: none;
    color: #002077;
    opacity: .7;
}
@media (min-width:767px) and (max-width:1200px) {
header.header nav.secondary .nav li a {
    padding: 4px 12px;
    }
}

/*Utility Nav - Social Media*/
.header .utility-nav-wrapper a .fa {
    font-size:2em;
}
nav.utility {
	line-height:.8;
}
nav.utility ul li {
	margin:0;
}
nav.utility ul li a{ 
font-size:18px;
}
nav.utility li a {
	background:#4A9BDF;
	padding:0;
	border-radius:5px;
	margin-top:2px;
}
nav.utility li a:hover{
	border-radius:5px;
	background: #02a3ea;
}
nav.utility a{
	color:#fff !Important;
	font-family:'Oswald', sans-serif;
	font-weight:700;
	padding:.5em !important;
	text-align:center;
	margin-right:10px !important;
}
nav.utility li.menu-item-77576 {
	margin-right
}
.header nav.utility .nav li a {
	color:#000;
	padding:0;
	margin-right:10px;
}

/* Search */
#searchform input[type=text] {
	border:solid 1px #222;
	border-radius:6px;
	height:33px;
	position:relative;
	top:-3px;
}
#searchform .fa {
	font-size:24px;
}

/* Content Lists */
.loop-wrapper .hentry .entry-title {
	font-family: 'Roboto' !important;
	font-size:1.6em;
}
.loop-wrapper .hentry {
	border-bottom: solid 1px #eaeaea;
}

.content-list-wrapper h2, .titlebar h2, .blue-row h2 {
	font-family:'Oswald' !important;
	font-weight:700 !important;
    text-transform: uppercase;
    font-size:1.8em;
    border-bottom:solid 2px #ccc;
    text-align:center;
}
.wpb_content_element.titlebar {
	margin-bottom:20px;
}
.content-list-wrapper .entry-content p {
	font-family:'PT Sans', sans-serif;
	font-size:1.3em;
	color:#424242;
}
.content-list-wrapper .entry-content p {
	font-size:1.1em;
	line-height:1.2;
	color:#424242;
	font-family:'PT Sans', sans-serif;
	font-weight:300;
}
.content-list-wrapper p.entry-meta.entry-author, .content-list-wrapper .multiple-bylines {
	font-family: 'PT Sans', sans-serif;
    font-size: .8em;
    font-weight: 900;
    letter-spacing: .05rem;
    color: #777;
    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: #777;
}
.content-list-wrapper .categories-list:before {
	content:'';
}
.content-list-wrapper .categories-list {
	text-transform:uppercase;
	font-family:'PT Sans', sans-serif;
	font-weight:600;
	margin-bottom:2px;
}
.content-list-wrapper .loop-wrapper .grid-item {
	padding:0;
	border:none;
	text-align:center;
}
.content-list-wrapper .loop-wrapper .grid-item .entry-content-wrap {
	max-width:90%;
	margin:0 auto;
}
.vc-grid-wrapper .titlebar {
	margin-bottom:10px;
}
.vc-grid-wrapper .vc_column-inner {
	padding:0;
}
/* 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: #479faf;
    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";
}


/* Magazine Module */
.magazine-module {
	display:table;
}
.magazine-module .issue-thumb{
	min-height:auto !important;
}
.magazine-module {
	border-bottom:solid 1px #ccc;
	padding: 0px
}
.right-rail .magazine-outer-wrapper {
	border:solid 2px #eaeaea;
	margin-bottom:35px;
}
.right-rail .magazine-outer-wrapper .wpb_content_element{
	margin:0;
	border:none;
	margin-bottom:0 !important;
	padding:20px 20px 20px 20px;
}
.right-rail .magazine-outer-wrapper .mag-links{
	font-size:1em;
	font-family:'Roboto', sans-serif;
}
.magazine-module .mag-cover {
	float: left;
	width:60%;
	padding: 8px 0;
}
.magazine-module .mag-cover .issue {
	padding-left: 0px;
}
.magazine-module .issue.col-sm-6 {
   width:100%;
}
.magazine-module .issue-title {
   display:none;
}
.magazine-module .mag-links {
	width:40%;
	border-bottom: solid 1px #eaeaea;
	padding: 2px 0px;
}
.right-rail .magazine-module .mag-links a:before {
	font-family:'FontAwesome';
	content: '\f054';
	font-size:10px;
	margin-right:10px;
	float:left;
	position:relative;
	top:4px;
	color: #000
}

/*Articles*/

.sidebar {
    margin-top: 0px;
}

.single .post.type-post p {
    color: #333;
    font-size: 1.125rem;
    hyphens: inherit;
}

.single .post.type-post h1.entry-title {
    color: #000;
    font-weight: 500;
    font-size: 2.5em;
    line-height: 1.4em;
}

.single .post.type-post .entry-meta {
    font-size: 16px;
}

.single .post.type-post .post-date {
    line-height: 4em;
}

.hentry.post h5.subtitle {
    text-transform: none;
    font-size: 20px;
    line-height: 1.3em;
    color: #666;
    letter-spacing: 0;
    font-weight:400;
}

.hentry .entry-date {
    padding-right: 4px;
}

.single .post.type-post .subtitle {
    margin-top: 10px;
    margin-bottom:20px;
    color: #424242;
    font-size: 1.5em;
    line-height: 1.25em;
    letter-spacing: 0rem!important;
    font-weight: 300;
    font-family: 'Roboto', Sans-Serif;

}

.single .post.type-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.single-post #main .post.type-post h3 {
    color: #222;
    font-weight: 500;
    font-size: 1.3em;
}

.single .post.type-post ol {
	font-size:18px;
	line-height:20px;
	color:#333;
}
.single .post.type-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;
}
.single.single-post img {
	display:table;
	margin:0 auto;
}
.single.single-post img.alignleft {
	padding-right:10px;
}
.single.single-post img.alignright {
	padding-left:10px;
}
.single.single-post td {
	padding-bottom:20px;
}
.single.single-post .gtxfimage  {
	display:table;
	width:100%;
	margin:0 auto;
	text-align:center;
}
/*Archive & Search Pages*/

.archive h5.subtitle {
    display: none;
}

.search h5.subtitle {
    display: none;
}

.archive .categories-list {
    display: none;
}

/* Categories & Tags on Articles */
.article-categories, .article-tags {
    font-family: sans-serif;
    font-size: .85em;
    font-weight: 900;
    letter-spacing: .05rem;
    text-transform: uppercase;
}

/* Right Rail */
.right-rail .content-list-wrapper .hentry .entry-title {
	font-size:1.3em;
}
.right-rail .wpb_content_element, .right-rail .ad-manager-placeholder {
	border: solid 2px #eaeaea;
	padding:20px;
}
.right-rail h2, .widget_nav_menu h2 {
	background:#000;
	font-size:1.1em;
	color:#FFF;
	padding: 2px 5px;
	border-bottom:0;
	margin-bottom:10px;
	text-align:center;
	letter-spacing:.5px;
	margin-top:0;
	font-family:'Oswald';
	font-weight:700;
	text-transform:uppercase;
}
.widgettitle {
	border-bottom:none;
}
.right-rail .ad-manager-placeholder {
	margin-bottom:35px !important;
}
/* --- Simple Footer --- */
.footer {
	text-align:center;
	background:#212121;
}
.footer a:hover {
	color: #fff !important
}
.footer .fa {
		font-size:26px;
	}
@media (min-width: 768px) {
	.footer .bucket {
    	width: 100%;
    	text-align:center;
	}
	.footer .widget {
		margin-bottom:0;
	}
	.footer .menu li {
		display:inline-block;
		padding:0 10px;
		font-size:16px;
		line-height:18px;
	}
	.footer .widgettitle {
		border-bottom:none;
		text-transform:uppercase;
	}
	.footer .source-org.copyright.col-xs-12, .legal-links {
		font-size:80%;
		margin-bottom:0;
	}
	.footer .fa {
		font-size:26px;
	}
	.footer .menu-item-4798{
		display:none !Important;
	}
}
@media (max-width:767px) {
	.footer .bucket {
		margin-bottom:8px;
		margin-top:8px;
	}
}

.footer li.menu-item-25755 {
	display:none;
}


/* Brooklyn Top Story */

.tsr-left .grid-item, .top-story .grid-item {
    border:none;
}
.tsr-left .entry-content-wrap, .top-story .entry-content-wrap {
    width: 90%;
    margin: 0 auto;
    position: relative;
    bottom: 60px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    padding: 15px;
 margin-bottom:-40px !important;
}
.tsr-left .vc_column-inner {
    padding:0;
}
.tsr-left .content-list-wrapper .entry-content p {
	text-align:center;
}
.tsr-left .loop-wrapper .grid-item, .top-story .loop-wrapper .grid-item{
    padding:0;
}
.tsr-left .content-list-wrapper.content-list-grid.top-story .hentry .entry-title {
    font-size:1.9em;
}
.tsr-right .grid-item {
   background:#000;
   margin-bottom:30px;
   padding:0;
}
.tsr-right .grid-item h3.entry-title a {
    font-size:.9em;
    color:#FFF;
}
.tsr-right .grid-item .entry-content-wrap {
    padding:0 10px 10px 10px;
}
 
.tsr-left .wpb_content_element{
	margin-bottom:0;
}




/* -------- Site Specific Customizations --------- */
a, a:visited {
	color:#009DDB;
}
a:hover, a:visited:hover {
	color:#23030c
}
.hentry .entry-title a:hover {
	color:#009DDB;
}
nav.utility li.utility-btn, nav.utility li.utility-btn a:hover 	{
	background:#009DDB;
	border-radius:4px;
}
.content-list-wrapper.most-popular-module .hentry:before { 
	background:#009DDB;
}
.header .primary-nav-wrapper .primary ul li.current-menu-item a { 
	background-color:#444;
}
.header .primary-nav-wrapper .primary ul li a:hover {
	color:#009DDB;
}
.wpb_row.top-row {
	margin-bottom:0;
}
/* Check it Out */
.check-it-out .grid-item {
   padding:0;
   border:0;
}
.check-it-out .grid-item .entry-content-wrap {
    text-align:center;
}
 .check-it-out .grid-item .entry-content-wrap h3.entry-title {
 	font-size:1.5em;
 }
/* Event Promo */
.events-club.wpb_content_element {
	text-align:center;
}
.top-story-wrapper .vc_wp_custommenu.wpb_content_element{ 
margin-bottom:35px;
}
/* Specialty Publications */
.specialty-publications h3 {
	font-weight:700;

}
.specialty-publications p {
		margin:0;
		padding-left:20px;
}
.specialty-publications ul {
margin-top:0;
}
.specialty-publications {
	border-bottom:solid 1px #ccc;
	margin-bottom:10px !important;
	padding-top:0 !important;
}

.right-rail .vc_column_container>.vc_column-inner{
	padding:0;
}
.right-rail .specialty-publications h3 {
	font-family:'Oswald', sans-serif;
	text-transform:uppercase;
}

/* Newsletter Signup */
.right-rail .newsletter-signup .wpb_content_element {
	margin-bottom:0;
	font-family:'Roboto', sans-serif;
	line-height:1.3;
	color:#4b4b4b;
	text-align:center;
}
.right-rail .vc_btn3.vc_btn3-color-turquoise, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat {
	background-color: #009DDB !important;
	font-family:'Roboto', sans-serif;
	font-weight:600;
}
.newsletter-signup #robly_embed_signup{
	max-width:300px !important;	
}
.newsletter-signup #robly_embed_signup ul {
	padding-left:0;
}
.newsletter-signup #robly_embed_signup ul li{ 
	list-style-type:none;
}
.newsletter-signup #robly_embed_signup ul label {
	margin-left:8px;
} 
/* 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;
}
.content-list-basic .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;
}

/* Sponsored Content & Prmotional Elements */
.content-list-wrapper.sponsored-content {
	background:#f1efef;
	padding-top:20px;
	padding-left:20px;
box-shadow: 2px 2px 4px #ccc;
}

.promo-row .vc_column-inner {
    background:#efefef;
    padding:20px;
    box-shadow:2px 2px 4px #ccc;
}
.promo-row h3 a{
    font-family: 'PT Serif' !important;
	font-size:1.4em;
	line-height:1;
	font-weight:700;
	color:#000;
}
.promo-row h5 {
text-align:center;
}
.promo-row a:hover {
    color:#009DDB;
}
.promo-row p {
    font-size:1.1em;
	line-height:1.2;
	color:#424242;
	font-family:'PT Sans', sans-serif;
	font-weight:300;
}
.promo-row .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    background:#000;
    color:#fff;
    font-weight:700;
    margin-top:10px;
}
/* Sponsored Content - #810635 - SH */
.content-list-wrapper .loop-wrapper .category-sponsored, .content-list-wrapper .loop-wrapper .category-sponsored-content {
	background:#f1efef;
    padding: 0px 10px 10px 10px;
}

.content-list-wrapper .loop-wrapper .category-sponsored .thumb-wrap:before, .content-list-wrapper .loop-wrapper .category-sponsored-content .thumb-wrap:before {
	content: "Sponsored";
	font-size:1em;
	line-height:1.1em;
	color:#777;
	font-weight: 700;
	font-family:'PT Sans', sans-serif;
	text-align: center !important;
	text-transform:uppercase;
} 

/* Article Fixes */

.single.single-post table  {
	margin-left:20px;
	margin-right:20px;
}
.single.single-issue .entry-meta-wrapper {
	display:none;
}
.single.single-issue h1.entry-title {
	margin-bottom:20px;
	line-height:1.1;
}
.single.single-post .wrapper-right-rail h2 {
	font-family:'Oswald', sans-serif !Important;
	text-transform:uppercase;
	text-align:center !important;
}

/* --- 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: #000;
    max-width: 170px;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
    margin: 0;
    padding:5px 8px;
    position:relative;
    top:-4px !important;
}
.author-bio-field.author-bio-field-author_email:hover {
    background: #009DDB;
    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:#000;
}
 
.author_bios a .fa:hover {
    color:#009DDB;
}

/* Issue Archive */
.issue.col-sm-3 {
	text-align:center;
	margin-bottom:20px;
	min-height:260px;
    width:24%

}

.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;
}
.issue .ssbp-wrap {
    display: none;
}

.blue-row {
	color:#fafafa;
}
.blue-row h2 {
	border-bottom:solid 2px #7dc6f5
}
.blue-row a {
	color:#fff;
}

.magazine-row h2 {
	text-align:left;
	border-bottom:none;
	font-family:'Roboto', sans-serif;
	text-transform:none;
	line-height:1;
	font-size:2em;
	margin-top:0;
}
.magazine-row .wpb_content_element{
	margin-bottom:20px;
}
.magazine-row .vc_general.vc_btn3-shape-square.vc_btn3-style-outline.vc_btn3-color-white {
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:.1em;
}
.magazine-row ul { 
	padding:0;
}
.magazine-row li {
	list-style-type:none;
	text-transform:uppercase;
	font-size:.8em;
	font-weight:700;
}
.magazine-row li:after {
	content:'\f138';
	font-family:'FontAwesome';
	margin-left:4px;
	font-size:.8em;
	color:#ffffffad;
}
/* Resources */
.resources {
	background-color:#f1f0f0 !important;
}
.resources .resources-bucket .wpb_content_element {
	text-align:center;
}
.resources .resources-bucket .vc_column-inner {
	background: #e2e2e2;
	margin:10px;
	border-radius:10px;
	padding:20px;
}
.resources .resources-bucket .wpb_content_element h3 {
	margin-top:0;
	margin-bottom:0;
	text-transform:uppercase;
	font-family: 'PT Sans', sans-serif;
	font-weight:600;
}

/* Fix for equal column height not working in VC design options */
.vc_row.row-o-equal-height {
    display:flex !important;
     align-content:stretch !important;
}
.vc_row.row-o-equal-height.vc_row .vc_column_container {
    display:flex;
}

/* Calendar */
.single.single-ai1ec_event .entry-meta-wrapper{
	display:none;
}

/* right rail menus */
.right-rail .widget {
	margin-top:0;
}
.right-rail .widget.widget_nav_menu {
	margin-bottom:0;
 }
.right-rail .widget.widget_nav_menu h2{
	margin-bottom:0;
}
.right-rail .widget.widget_nav_menu ul {
	margin:0;
	padding-left:0px;
	margin-top:3px;
}
.right-rail .widget.widget_nav_menu li {
	list-style-type:none;
	border-bottom:solid 1px #eaeaea;
	padding:5px 0 10px 0;
	margin-bottom:3px;
}
.right-rail .widget.widget_nav_menu li:last-child {
	border:none;
}
.right-rail .widget.widget_nav_menu li a {
	display:table;
	
}
.right-rail .widget.widget_nav_menu li:before {
	font-family:'FontAwesome';
	content: '\f054';
	font-size:10px;
	margin-right:10px;
	float:left;
	position:relative;
	top:4px;
}

/* Top Leaderboard Padding */
.leaderboard-row.wpb_row {
	margin-bottom:10px;
}
.gtx-dfp-ad-inner-wrapper {
	margin:0 auto;
	text-align:center !important;
}
.leaderboard-row .wpb_row {
	margin-bottom:0;
}
.top-story-row {
	margin-bottom:0;
}

/* Blog Sidebar */
.right-rail .blog-info {
	border: solid 2px #eaeaea;
	padding:20px;
}

.right-rail .blog-info .wpb_content_element  {
	border:none;
	margin:0;
	padding:0;
}
.right-rail .blog-info .wpb_content_element h5 {
	line-height:1.2;
	margin-top:10px;
}
.right-rail .blog-info .wpb_content_element h4 {
	margin-bottom:0;
}
.right-rail .blog-info .wpb_content_element p {
	font-size:.9em;	
}

/* Blog Sidebar */
.blog-sidebar .right-rail .blog-info {
	border: solid 2px #eaeaea;
	padding:20px;
}

.blog-sidebar .right-rail .blog-info .wpb_content_element  {
	border:none;
	margin:0;
	padding:0;
}
.blog-sidebar .right-rail .blog-info .wpb_content_element h5 {
	line-height:1.2;
	margin-top:10px;
}
.blog-sidebar .right-rail .blog-info .wpb_content_element h4 {
	margin-bottom:0;
}
.blog-sidebar .right-rail .blog-info .wpb_content_element p {
	font-size:.9em;	
}

.blog-sidebar .right-rail .content-list-wrapper .loop-wrapper .hentry .entry-title {
    font-size: 1.1em;
    line-height:1.1
    position:relative;
    top:2px;
}
.blog-sidebar .right-rail  .content-list-wrapper.content-list-basic .hentry.post {
    border-bottom: 1px solid #efefef;
    padding-bottom:10px;
    margin-bottom:10px;
}
.blog-sidebar .right-rail  .content-list-wrapper .hentry:before {
    float: left;
    position: relative;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #479faf;
    content:'\f054';
    font-family:'FontAwesome';
    border-radius: 22px;
    top: 0px;
}
.blog-sidebar .right-rail .content-list-wrapper.most-popular-module .hentry .basic-content-wrap {
    display: table;
}

/* Calendar */
.single.single-ai1ec_event .entry-meta-wrapper{
	display:none;
}

.timely .ai1ec-btn.ai1ec-btn-primary.ai1ec-btn-xs {
    color: #009DDB !important;
}
.timely a.ai1ec-btn.ai1ec-btn-primary.ai1ec-btn-xs:hover {
    color: #000000 !important;
}
.right-rail .calendar-module .wpb_wrapper .wpb_content_element {
	border:none;
	margin-bottom:0;
	padding-bottom:0;
}
.right-rail .calendar-module .vc_column-inner {
	border:solid 2px #eaeaea;
}

/* Top story grid */
.top-story-grid .content-list-wrapper .loop-wrapper .grid-item .entry-content-wrap{
	padding:5px;
	max-width:100%;
}


/* More links */
.content-list-wrapper .archive-link {
  font-weight:700;
  font-family:'Roboto', sans-serif;
  text-align:center!important;
  border-top:dashed 1px #eaeaea;
}
.archive-link a{
  padding:5px 15px;
  background:#eaeaea;
  border-radius:5px;
  position:relative;
  top:-10px;
  border:solid 3px #fff;
}

/* Landing Page Title and Category Cloud */
.landing-page-heading {
	border-bottom:solid 2px #ccc;
}
.landing-page-heading h2{
	font-family:'Oswald', sans-serif;
	text-transform:uppercase;
	text-align:center;
	font-size:2em;
	color:#000;
}
.landing-page-heading .wpb_content_element{
	margin:0;
}
.landing-page-heading .widget {
	margin:0;
}
.category-cloud .widget.widget_nav_menu {
	margin-top:0;
	padding:10px;
	text-align:center;
}
.category-cloud .widget.widget_nav_menu ul {
	margin:0;
	padding:0;
}
.category-cloud .widget.widget_nav_menu h2.widgettitle{
	background:none;
	color:#666;
	font-weight:400;
	font-family:'Roboto', sans-serif;
	margin:0;
	letter-spacing:0;
}
.category-cloud .widget.widget_nav_menu li {
	list-style-type:none;
	margin:0; 
	display:inline;
	text-transform:uppercase;
	margin-right:10px;
	font-family:'Roboto', sans-serif;
	font-size:12px;
	font-weight:600;
}

/* Our Events Promo */ 
.right-rail .our-events-wrapper .wpb_content_element{
	border:none;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}
.right-rail .wpb_content_element.our-events-menu {
	padding-bottom:20px;

}
.right-rail .our-events-wrapper .wpb_content_element h2{ 
margin-top:20px;
}
.right-rail .our-events-wrapper {
border:solid 2px #eaeaea;
}
.top-story-wrapper .vc_wp_custommenu.wpb_content_element.our-events-menu {
	margin-bottom:0;
	padding-bottom:0;
}
.right-rail .our-events-wrapper .wpb_content_element.event-gallery-promo {
	border-top:solid 1px #eaeaea;
	margin:0 20px 0 20px;
}
.right-rail .our-events-wrapper .wpb_content_element.event-gallery-promo h3, .right-rail .our-events-wrapper .wpb_content_element.event-gallery-promo p{
	margin:0;	
}
.right-rail .our-events-wrapper .wpb_content_element.event-gallery-promo .alignleft {
	margin-right:10px;
}
.right-rail .our-events-wrapper .widget.widget_nav_menu {
	padding:0;
}

/* Directories */
.geobase-list .h3.entry-title a {
  font-size:1.3em;
  font-weight:700;
  line-height:1;
}
.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  {
   line-height:1.3;
   font-style:italic;
   font-size:.95em;
 }
  .geobase-list p.geobase-field.category, .geobase-list p.geobase-field.special_expertise {
    margin-bottom:8px;
  }
  .geobase-list p.geobase-field.category .label, .geobase-list p.geobase-field.special_expertise .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;
 }
 article.geobase-post .geobase-content-wrapper {
 	float:none;
 }
 article.geobase-post .thumb-wrap {
 	width:10%;
 }

/* --- 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: #009DDB;
    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: #000000;
    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:#009DDB;
}
 
.author_bios a .fa:hover {
    color:#000000;
}

/* -- 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;
 }
}

/*51488*/
  figure.gtxfimage figcaption {text-align:left}

/*52940 - Remove video play icon on lists - Seth*/
.content-list-wrapper .has-video .overlay {
  display: none;
}

/* Ticket ##834443 */
@media (min-width: 768px)
.col-sm-3 {
    width: 24% !important;
}