#content {
    margin-top:2.5em;
}
.menu-side a:visited {
	color:#666 !important;
}

/*------ Header ------*/

@media (min-width:980px) {
    .header {
        height: 140px;
    }
     .header .logo-wrapper {
        z-index: 99;
        width:424px;
        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 {
        top: 112px;
        width:100%;
        left:0;
        background:#000;
    }
	.header .primary-nav-wrapper {
    padding: 0;
    width: 100%;
    top: 125px;
    left: 0;
	}
	.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-weight:500;
 	font-family:'Roboto', sans-serif;
 	text-transform:uppercase;
 	padding:5px 20px;
 	font-size:1.1em;
	}

  .header .secondary-nav-wrapper {
	top: 86px;
	right:0;
  	width:100%;
	}
	.header .secondary-nav-wrapper .wrap{
	width:auto;
	float:right;
	}
}
@media (min-width:767px) and (max-width:1200px) {
    .header .primary-nav-wrapper .primary ul li a {
    font-size: .8em;
    }
}



/* Primary Nav */
.nav li ul.sub-menu{background: #000;padding:0 1em 10px;width: 100%}
.nav li ul.sub-menu li{text-align: left;font-size:.75em;line-height: normal}
.nav li ul.sub-menu li a{width: 100%!important;padding: 0 !important}


/*--- Secondary Nav ---*/
nav.secondary .nav li { 
border-right:solid 1px #ccc;
margin-bottom:3px;}
header.header nav.secondary .nav li a {
    font-size: 17px;
    color: #666;
    text-transform: uppercase;
    padding: 4px 8px;
    font-weight:400;
    font-family:'Roboto', sans-serif;
}
nav.secondary .nav > li > a {
	line-height:1;
}
header.header nav.secondary .nav li a:hover {
    background: none;
    color: #002077;
    opacity: .7;
}

/*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.utility-btn 	{
	background:#28aaf6;
	padding:0;
	border-radius:5px;
	margin-top:2px;
}
nav.utility li.utility-btn a {
	color:#fff;
	font-family:'Roboto', sans-serif;
	font-weight:700;
	padding:.5em !important;
	text-align:center;
	margin-right:0 !important;
}
.header nav.utility .nav li a {
	color:#000;
	padding:0;
	margin-right:10px;
}
@media (min-width:980px) {
	.header .utility-nav-wrapper {
	position:absolute;
	right:275px;
	top:11px;
	width:500px;
}
}
/* Search */
#searchform input[type=text] {
	border:solid 1px #222;
	border-radius:6px;
	height:33px;
	position:relative;
	top:-3px;
}
#searchform .fa {
	font-size:24px;
}



@media (min-width: 992px) and (max-width: 1200px){
nav.secondary .nav > li > a{font-size: 15px !important;padding-left: 8px !important;padding-right:8px !important;text-transform: none !important}
.header .primary-nav-wrapper .primary ul li a{font-size:18px;padding-left: 20px;padding-right: 20px}
.header {height: 180px}
.header .logo-wrapper {top:55px}
.header .primary-nav-wrapper {top:145px}
.header .secondary-nav-wrapper {top:106px;max-width: 600px;left: auto}

}


/* Content Lists */

.loop-wrapper .hentry .entry-title {
	font-family:'Lato', sans-serif;
	font-size:1.4em;
	font-weight:700;
}
.loop-wrapper .hentry {
	border-bottom: solid 1px #eaeaea;
}
.loop-wrapper .grid-item {border: none; padding: 0px;}
h2, .archive-title.h2 {
	font-family:'Roboto' !important;
	font-weight:700 !important;
    text-transform: uppercase;
    font-size:1.7em;
    border-bottom:solid 2px #ccc;
}
.content-list-wrapper h2 {
	margin-top:0;
	text-align:center;
}
.content-list-wrapper .entry-content p {
	font-family:'PT Sans', sans-serif;
	font-size:1.3em;
	color:#616161;
}
.content-list-wrapper .entry-content p {
	font-size:1.2em;
	line-height:1.3;
	color:#616161;
	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 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:'Roboto', sans-serif;
	font-weight:600;
	margin-bottom:2px;
}
.content-list-wrapper .has-video .overlay {
	display: none;
}

/* Most Popular*/
.content-list-wrapper.most-popular-module .loop-wrapper .hentry .entry-title {
    font-size: 1.1em;
    top:2px;
    padding-bottom:3px;
}
.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;*/ display: inherit;
}
.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";
}

/* Ad Padding */

.ad-manager-placeholder {
	margin-bottom:35px !important;
}
.wpb_row.top-row .ad-manager-placeholder {
	margin-bottom:0 !important;
}
.home.page .wpb_row.top-row .ad-manager-placeholder{
	margin-bottom:35px !important;
}

/* Magazine Module */
.right-rail .magazine-outer-wrapper {
	border-bottom: solid 1px #eaeaea;
}
.right-rail .magazine-outer-wrapper .wpb_content_element{
 border:none;
 margin-bottom:20px;
}
.right-rail .magazine-outer-wrapper .wpb_content_element h2{
	margin-top:0;
}
.magazine-module {
    display:table;
    margin-bottom:-10px;
}
.magazine-module .mag-cover {
    float:left;
    width:50%;
}
.magazine-module .mag-cover .col-sm-6 {
  padding:0;
  padding-right:15px;
}

.magazine-module .issue.col-sm-6 {
   width:100%;
}
.magazine-module .issue-title {
   display:none;
}
.magazine-module .mag-links {
    float:left;
    width:45%;
    line-height:1;
    font-size:14px;
    font-weight:700;
}
.magazine-module .mag-links a {
	display:block;
	margin-bottom:8px;
}
.magazine-module .mag-links br {
	display:none;
}
.magazine-module.wpb_content_element {
  padding:10px !important;
}
.right-rail .magazine-outer-wrapper .vc_column-inner {
	padding:0;
}
@media (min-width:767px) and (max-width:1200px) {
	 .magazine-module {
	 	margin:0 auto;
	 	text-align
	 }
        .magazine-module .mag-cover {
        float:none;
        width:auto;
        text-align:center;
        }
        .magazine-module .mag-links {
        float:none;
        width:auto;
        text-align:center;
        }
}
@media (min-width:480px) and (max-width:766px) {
        .magazine-module {
         margin:0 auto;
        }
}



/*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.1em;
}

.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 td {
	padding-bottom:20px;
}
/*Archive & Search Pages*/

.archive h5.subtitle {
    display: none;
}

.search h5.subtitle {
    display: none;
}

.archive .categories-list {
    display: none;
}
.single.single-post img.alignright {
padding-left:20px;
}
.single.single-post img.alignleft {
padding-right:20px;
}
/* Sidebars */
.sidebar-right, .sidebar-left {
	border: solid 1px #eaeaea;
	max-width:35%;
	padding:20px;
	margin-bottom:10px;
	background-color:#fafafa;
	box-shadow:2px 4px 14px #eaeaea;
	overflow:hidden;
}
.sidebar-right {
	float:right;
	margin-left:20px;
}
.sidebar-left {
	float:left;
	margin-right:20px;
}
.single .post.type-post .sidebar-right p {
	font-size:14px;
	line-height:1;
}
.single .post.type-post .sidebar-right li {
	margin-bottom:0;
	margin-block-start:0;
	margin-block-end:0;
	font-size:14px;
}

.single .post.type-post .sidebar-right h3{
	margin-top:0;
	line-height:1;
}

.single .post.type-post .sidebar-right ol, .single .post.type-post .sidebar-right ul {
	padding:0 20px;
	margin-top:0;
}
@media (max-width:676px) {
.sidebar-right, .sidebar-left {
	max-width:100%;
	display:table;
	margin:0 auto;
	padding:20px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	background-color:#fafafa;
	box-shadow:2px 4px 14px #eaeaea
}

}
/* Categories & Tags on Articles */
.article-categories {
    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 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;
}
.widgettitle {
	border-bottom:none;
}

/* Soli Top Stories */
@media (min-width:980px) {
.top-story-row .tsr-middle h3.entry-title a{
	font-size:1.4em;
}
.tsr-right h2 {
	margin-top:-5px;
	padding:0;
	padding:5px;
	font-weight:400;
	color:#000;
	text-transform:uppercase;
	font-size:1em;
	border-top: #eaeaea;
	border-bottom:#eaeaea;
	text-align:center;
}
.tsr-left .loop-wrapper .hentry .entry-title {
	font-size:1.2em;
}
.tsr-right .loop-wrapper .hentry {
	padding-bottom:15px;
	margin-bottom:10px;
}
.tsr-right h3.entry-title a {
	font-size:.9em;
}
.top-story-row .grid-item.hentry {
    border:none;
}
.top-story-row .loop-wrapper .grid-item {
	padding:0;
}
.top-story-row .tsr-left .loop-wrapper .grid-item .entry-content-wrap{
	padding-bottom:10px;
}
.top-story-row .tsr-middle .grid-item .entry-content-wrap {
    margin-top:10px;
    margin-left:15px;
    margin-right:15px;
    text-align:center;
}
.top-story-row .tsr-middle .wpb_content_element{
	margin-bottom:0;
}
.top-story-row {
	margin-bottom:0;
}
}
/*Footer*/
.footer{
    background-color:#222;
}
.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 {
    display:table;
    width:80%;
    position:relative;
    top:20px;
    font-size:1.5em;
    font-weight:700;
    border:1px solid #fff;
    border-radius:5px;
    text-align:center;
}
.footer .textwidget .fa {
    float:none;
}
.footer .textwidget a {
    position:relative;
    bottom:5px;
}
/* -------- Site Specific Customizations --------- */
a, a:visited {
	color:#5AA064;
}
a:hover {
	color:#23030c
}
.hentry .entry-title a:hover {
	color:#5AA064;
}
nav.utility li.utility-btn 	{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2f584a+0,5aa064+100 */
background: #2f584a; /* Old browsers */
background: -moz-linear-gradient(left, #2f584a 0%, #5aa064 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #2f584a 0%,#5aa064 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #2f584a 0%,#5aa064 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f584a', endColorstr='#5aa064',GradientType=1 ); /* IE6-9 */
text-transform:uppercase;
padding:3px;
}
nav.utility li.utility-btn a	{
	color:#ecf95f !Important;
	font-weight:700 !important;
	font-size:1em;
}
nav.utility li.utility-btn a:hover	{
	color:#FFF !important;
}
header.header nav.secondary .nav li a:hover {
    color: #5AA064;
}
.content-list-wrapper.most-popular-module .hentry:before { 
	background:#006453;
}
.hentry .entry-content-wrap {
    display:table;
}
.header .primary-nav-wrapper .primary ul li a:hover {
	color:#ecf95f;
}
.header .primary-nav-wrapper ul li.current_page_item a {
	background:#444 !Important;
}
.wpb_row.top-row {
	margin-bottom:10px;
}
/*Tag Clouds*/
.tag-cloud ul {
	list-style:none;
	padding:0;
}
.tag-cloud li {
	display:inline-block; 
}
.tag-cloud li a {
	background:#CED951;
	padding:6px;
	margin:4px 2px;
	border-radius:5px;
	color:#333;
	font-weight:600;
	line-height:22px;
	font-weight:700;
	font-size:14px;
	font-family:'Roboto', sans-serif;
}
/* Contribute Module */
.contribute-module {
	border: solid 3px #ced951;
	padding:15px;
	text-align:center;
	color:#616161;

}
.contribute-module h2 {
	margin:0;
	background:transparent;
	color: #000;

}
.contribute-module a{
	display:table;
	text-align:cetner;
	margin:0 auto;
	border-radius:3px;
	background:#5AA064;
	color:#FFF;
	font-weight:700;
	margin-top:10px;
}
.contribute-module a:hover {
	color: #ffffffd4;
}
.right-rail .gform_wrapper {
	border:1px solid #ccc;
	padding:10px;
	border-radius:5px;
	margin-bottom:50px!important;
}
.right-rail .gform_wrapper h2 {
	color:#000;
}
.footer .menu-item-67982 {
	display:none;
}
.right-rail .newsletter-signup {
	margin-bottom:35px;
}
/* --- 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: #015949;
    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: #CADB2B;
    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:#015949;
}
 
.author_bios a .fa:hover {
    color:#CADB2B;
}

/* Issue Archive */
.issue.col-sm-3 {
    text-align:center;
    margin-bottom:20px;
    min-height:280px;
}
 
.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-template-default .issue-archive-cover {
	margin-bottom:35px;
}

/* Calendar */
.single.single-ai1ec_event .entry-meta-wrapper{
	display:none;
}
.timely .ai1ec-btn.ai1ec-btn-primary.ai1ec-btn-xs {
    color: #5AA064 !important;
}

.timely a.ai1ec-btn.ai1ec-btn-primary.ai1ec-btn-xs:hover {
    color: #041cda !important;
}

/* Sponsored Content */
.category-from-the-ground-up .basic-content-wrap, .category-sponsored-content .basic-content-wrap {
    position:relative;
}
.content-list-wrapper:not(.most-popular-module) .category-from-the-ground-up h3.entry-title:before, .content-list-wrapper:not(.most-popular-module) .category-sponsored-content h3.entry-title:before {
    content:'Sponsored Content';
    display:table;
    margin-bottom:5px;
    color:#2B69AE;
    text-transform:uppercase;
    font-size:12.5px;
    border-radius:3px;
    font-family:'Arial', sans-serif;
    font-weight:bold;

}
.content-list-wrapper .loop-wrapper .hentry.category-from-the-ground-up, .content-list-wrapper .loop-wrapper .hentry.category-sponsored-content {
    background:#ebebeb;
    padding:10px;
}

/* Center Ads */
.gtx-dfp-ad-inner-wrapper {
	margin:0 auto;
	text-align:center !important;
}

.promo-row .vc_column-inner {
    background:#efefef;
    padding:20px;
    box-shadow:2px 2px 4px #ccc;
}
.promo-row h3 a{
	font-size:1.4em;
	line-height:1;
	font-weight:700;
	color:#000;
}
@media (max-width:991px) {
.promo-row h3{display: flex;flex-direction: column;grid-gap: 20px}
}
.promo-row h5 {
text-align:center;
}
.promo-row a:hover {
   color:#5AA064;
}
.promo-row .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    background:#000;
    color:#fff;
    font-weight:700;
    margin-top:10px;
}

/* -- 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:9999999;
 }
 .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;
 }
}

.ai1ec-stream-view .ai1ec-date-title a, .ai1ec-stream-view .ai1ec-date-title a:hover {
    color: #000;
}

/* ===== Bootstrap Migration patches Apr. 2022 ===== */
.header .primary-nav-wrapper .primary ul { justify-content: center;}

.issues .loop-wrapper.articles {display: flex; flex-wrap:wrap}
.issues .issue-thumb img {height:auto;}

ul#menu-connect-with-us-1 {align-items: center;}