#content {
    margin-top:1.7em;
}
a, a:visited {
    color: #b82c2e;
    text-decoration: none;
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #cd6b6c;
}
/* commenting out for mobile.. may have to uncomment later
#main {
	padding:0;
} */

.container-fluid {
    max-width: 1200px;
}
/*------ Header Styling - All Devices ------*/

header .container-fluid {
	max-width: 100%;
}


/*------ Header Styling - Prior to Menu Collapse ------*/

@media (min-width:980px) {
    .header {
        height: 130px;
        border-top:solid 40px #000000;
        box-shadow: 0 1px 5px rgba(0,0,0,0.65);
    }
}


/*------ Header Dektop Positioning ------*/

@media (min-width:980px) {
      .header .logo-wrapper {
        min-width: 220px;
        z-index: 99;
        top:0px;
    }
    .header #company-logo {
        width: 120%;
        height: 85px;
        margin:0;
    }
    .header .primary-nav-wrapper {
        top: 20px;
        width:100%;
        left:0;
    }
     .header .primary-nav-wrapper .wrap{
     	margin:0;
     	max-width:auto;
     	width:auto;
     	left:200px;
		position:absolute;
		z-index:999;
     }
     .header .primary-nav-wrapper nav.primary ul {
     	display:flex;
     }
     .header .primary-nav-wrapper nav.primary ul li{
     	float:none;
     }
    .header .search-form-wrapper {
        top: 30px;
        right: 60px;
    }
    .header .secondary-nav-wrapper {
        top: -32px;
        left:auto;
        right:60px;
        display:table;
  
    }
      .header .utility-nav-wrapper {
        top: 10px;
        right:270px;
    }

}
@media (min-width:980px) and (max-width:1235px) {
	.logo-wrapper #company-logo {
		width:80%
	}
	/*.header .primary-nav-wrapper nav.primary ul {
		position:relative;
		z-index:999;

	}*/
	.header .primary-nav-wrapper .wrap {
		left:150px;
	}
	.header .search-form-wrapper {
		width:auto;
	}
}
/* Top Leaderboard Padding */

.gtx-dfp-ad-inner-wrapper {
	margin:0 auto;
	text-align:center !important;
}
.leaderboard-row .wpb_row {
	margin-bottom:0;
}
.leaderboard-row.row-has-fill {
	margin-bottom:35px;
}
.top-story-row {
	margin-bottom:0;
}





/*--- Primary Nav ---*/

nav.primary .nav li {
    padding: 10px 0;
}

nav.primary .nav li:last-of-type {
    border-right: none;
}
nav.primary .nav li a {
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
@media (min-width:1390px) {
nav.primary .nav li a {
    font-size:1em;
}
}
@media (min-width:980px) and (max-width:1389px) {
	nav.primary .nav li a {
	font-size:.7em;padding:0 10px
	}
}

nav.primary .nav li a:hover {
opacity: .9 !important;
color:#000;
}
nav.primary .current-menu-item a:focus {
    text-decoration: none !important;
}


nav.primary .current-menu-item>a {
    color: #ffffff !important;
}

nav.primary .current-menu-item {
    background-color: #D31D24;
}

/* ---- Indio Top Stories ---- */

.top-story .grid-item {
    padding:0px;
    border:none;
}
.top-story .grid-item .entry-content-wrap {
    padding: 5px 10px;
width:100%;
}
.top-story .grid-item h3.entry-title a {
    line-height:110%;
}
.top-story .loop-wrapper .hentry .entry-content {
    font-size: 1.2em;
    color: #666;
}

/*--- Secondary Nav ---*/
nav.secondary .nav li { 
border-right:solid 1px #6d6c6c;
margin-bottom:3px;
}

header.header nav.secondary .nav li a {
    font-size: 14px;
    font-weight:600;
    color: #ececec;
    padding: 4px 16px;
    font-family:'Open Sans', sans-serif;
}
header.header nav.secondary .nav li a:hover { 
	color:#fff !important;
}
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.subscribe-btn 	{
	background:#28aaf6;
	padding:0;
	border-radius:5px;
	margin-top:2px;
}
nav.utility li.subscribe-btn a {
	color:#fff !Important;
	font-family:'Nunito Sans', 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;
}

/* Search */
#searchform input[type=text] {
	border:solid 1px #ccc;
	border-radius:6px;
	height:33px;
	position:relative;
	top:-3px;
}
#searchform .fa {
	font-size:24px;
}


/* Content Lists */
.content-list-wrapper h2 {
	font-family:'Nunito Sans' !important;
	color:#000;
    border-top: solid 3px #D2232A;
	text-transform:uppercase;
	font-size:1.3em;
	font-weight:700 !important;
	background:none !important;
	border-bottom: none !important;
	margin-top:0;
	margin-bottom:15px;
	padding-top:10px;
}

.content-list-wrapper .h3.entry-title a {
	font-family:'Roboto', sans-serif !important;
	color:#000;
	font-weight:400;
	font-size:1em;
	line-height:1.1;
}
.content-list-wrapper .h3.entry-title a:hover {
	color:#B10511;
}
.content-list-wrapper.titles-only .h3.entry-title a {
    font-weight: 400;
}
.content-list-wrapper .entry-content p {
	color:#6b6b6b;
	font-family:'Open Sans', sans-serif;
}
.loop-wrapper .hentry {
	border-bottom: solid 1px #eee;
}
.loop-wrapper .hentry:last-of-type:not(.grid-item){
	border-bottom: solid 1px #eee;
}
.categories-list {
	margin-bottom:5px;
	color:#666;
}
.categories-list a {
	color: #b1050d;
}
.loop-wrapper .grid-item {
	padding:0;
	border:none;
	 background-color:#fff;
    border:solid 1px #eaeaea;
}
.loop-wrapper .grid-item .entry-content-wrap {
    padding:5px 10px;
}
.loop-wrapper .grid-item .h3.entry-title a {
 font-weight:400;
}
.top-stories .two-by .loop-wrapper .grid-item .h3.entry-title a {
    font-size:1em !important;
}
.loop-wrapper .hentry:last-of-type:not(.grid-item) {
	border-bottom:none;
	padding-bottom:0;
}
.content-list-wrapper.content-list-basic .entry-content-wrap {
	display:table;
}
/* --- 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: #D2222A;
    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: #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: #D2222A;
}
 
.author_bios a .fa:hover {
    color:#000000;
}
/* ---- Top Stories ---- */

.top-story .grid-item {
    padding:0px;
    border:none;
}
.top-story .grid-item .entry-content-wrap {
    padding: 5px 10px;
    text-align:center;
}
.top-story .grid-item h3.entry-title a {
    font-size:1.6em !important;
    line-height:110%;
}
.top-story .loop-wrapper .hentry .entry-content {
    font-size: 1.2em;
    color: #666;
}

/* Right Rail */
.right-rail .content-list-wrapper .hentry .entry-title {
font-size:1.3em;
}
.right-rail .content-list-wrapper h2 {
	border-top:none;
}
.right-rail .wpb_content_element {
    border: solid 2px #eaeaea;
    padding:20px;
    margin-bottom:20px;
}
.right-rail .wpb_content_element h2 {
    margin-top:0;
    border-bottom:none;
    margin-bottom:20px;
}
.right-rail .wpb_content_element h3 {
    margin-top:0;
}

/*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: 500;
    font-size: 2.5em;
    line-height: 1.4em;
}
 
.single.single-post .entry-meta {
    font-size: 16px;
}
 
.single.single-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.single-post .subtitle {
    margin-top: 20px;
    color: #424242;
    font-size: 1.5em;
    line-height: 1.25em;
    letter-spacing: 0rem!important;
    font-weight: 300;
    font-family: 'Roboto', Sans-Serif;
 
}
 
.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;
}
figure.gtxfimage {
    display: table;
    margin: 0px auto;
    margin-top: 16px;
    float: none;
}

/*Archive & Search Pages*/
.single.single-issue .entry-meta-wrapper {
    display:none;
}
.single.single-issue h1.entry-title {
    margin-bottom:20px;
}
.archive h5.subtitle {
    display: none;
}
 
.search h5.subtitle {
    display: none;
}
.single.single-issue .entry-meta-wrapper {
    display:none;
}
.single.single-issue h1.entry-title {
    margin-bottom:20px;
    line-height:1.1;
}
.archive .categories-list {
    display: none;
}
 
/* 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;
}
.issue .ssbp-wrap {
    display: none;
}

/* Calendar */
.single.single-ai1ec_event .entry-meta-wrapper{
	display:none;
}

.timely .ai1ec-btn.ai1ec-btn-primary.ai1ec-btn-xs {
    color: #000000 !important;
}
.timely a.ai1ec-btn.ai1ec-btn-primary.ai1ec-btn-xs:hover {
    color: #b10311 !important;
}
.ai1ec-event-title a {
  color:#000000;
}
.ai1ec-event-title a:hover {
  color:#b10311;
}

/* Most Popular*/
.content-list-wrapper.most-popular-module .loop-wrapper .hentry .entry-title {

    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: #B10511;
    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";
}

/* bray bg rows */
.vc_row.row-has-fill h1 {
     font-size:1.3em;;
}
.vc_row.row-has-fill h1 {
	color:#444;
	text-transform:uppercase;
	font-family:'Nunito Sans';
	font-weight:700;
	font-size:2.8em;
	margin-top:0;
}

.vc_row.row-has-fill .content-list-wrapper h2{
	border-top:solid 3px #cecccc;
}
.vc_row.row-has-fill .loop-wrapper .hentry {
	border-bottom:solid 1px #CCC;
}
.vc_row.row-has-fill .loop-wrapper .hentry:last-of-type {
	border-bottom:none !important;
}

/* Magazine Module */
.magazine-module {
        display:table;
}
.magazine-module .mag-cover {
        float:left;
        width:60%;
        padding: 0px;
}
.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 {
        float:left;
        width:40%;
}
.magazine-module .vc_column_container>.vc_column-inner {
	padding:0;
}
.magazine-module {
	margin-bottom:0;
}
.right-rail .magazine-module .mag-links a:before {
	font-family:'FontAwesome';
	content: '\f111';
	font-size:6px;
	margin-right:8px;
	float:left;
	position:relative;
	top:9px;
	color: #000
}
@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;
        }
}
 /* Resources Row */
 .resources-row {
 	font-family:'Roboto', sans-serif;
 }
 .resources-row ul {
 	padding:0;
 	margin:0;
 	font-family:'Roboto', sans-serif;
 }
.resources-row .vc_column-inner {
	border:solid 1px #eaeaea;
	padding:10px;
}
.resources-row ul li{
	list-style-type:none;
	border-bottom:solid 1px #eaeaea;
	padding:5px;
}
.resources-row a {
	color:#000;
}
.resources-row h2 {
	background:#000000 !important;
	padding:5px 15px;
	color:#fff !important;
	border-top:none !important;
	border-radius:4px;
	font-size:1em !important;
	line-height:1 !important;
	margin-bottom:15px;
	text-align:center;
}
.resources-row .wpb_text_column .btn {
	font-weight:bold;
}
.resources-row .wpb_text_column .btn:after {
	font-family:'FontAwesome';
	content:'\f178';
	color:#D2232A;
	padding-left:5px;
}
.resources-row .wpb_text_column p {
	color:#4b4b4b;
}
/* Category Menus */
  .category-cloud .widget {
  	padding-left:0;
  }
  .category-cloud .widget.widget_nav_menu {
	margin-top:0;
}
.category-cloud .widget.widget_nav_menu ul {
	margin:0;
	padding:0;
}

.category-cloud .widget.widget_nav_menu li {
	list-style-type:none;
	margin:0; 
	display:inline;
	margin-right:10px;
	font-family:'Open Sans', sans-serif;
	font-size:15px;
	font-weight:400;
}
.category-cloud .widget.widget_nav_menu li a {
	color:#b82c2e;
}

/* Content List Categories */
.content-list-wrapper.content-list-basic .categories-list:before {
	display:none;
}
.content-list-wrapper.content-list-basic .categories-list {
	margin-top: 3px;
}
.content-list-wrapper.content-list-basic .categories-list a{
	background:#eaeaea;
	padding: 3px 5px;
	color:#222;
}

/* --- Simple Footer --- */
.footer {
    text-align:center;
    background:#212121;
}
.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;
    }
}


/* Headers */
.page-title h1 {
	font-family:'Nunito Sans', sans-serif;
	font-weight:700;
}
 .page h2 {
 	font-family:'Nunito Sans' !important;
	color:#000;
	text-transform:uppercase;
	font-size:1.3em;
	font-weight:700 !important;
	border-bottom: none !important;
	margin-top:0;
	padding-top:10px;
 }
.leaderboard-row {
 	margin-bottom:0;
 }
.home.page h2 {
	border-top: solid 3px #D31D23;
	padding-top:4px;
}
.home.page .right-rail h2 {
	border-top:none;
	padding-top:0;
	color: #fff;
	background: #000 !important;
	text-align: center;
}
/* Right Rail */
.right-rail .content-list-wrapper .h3.entry-title a {
	font-size:.8em;
}

/* 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: #D31D23;
    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;
}
.blog-sidebar .right-rail img {
	height:auto;
}

.blog-sidebar .right-rail img.headshot {
	max-width:100px
}
/* Button */
.button a {
    background-color: #d2222a;
    color: #FFF;
    padding: 18px 20px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}
.button a:hover {
    background-color: #d2222a;
    color: #ECA3A5;
}

/*red button dropdown color change*/
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern
{    border-color: #D31C24 !important;
    background-color: #D31C24 !important;}

/* Newsletter Signup */
.newsletter-box {
    border: solid 2px #eaeaea;
    padding:10px 0;
    margin-bottom:20px;
}

.newsletter-box .wpb_content_element {
    border: none;
    margin: 0px;
    padding: 10px 0;
}

/* CRM #891596 */
header.header nav.secondary .fa {font-size: 20px; line-height: 16px;}
header.header nav.secondary .nav>li.social { border-right-width: 0px;}
header.header nav.secondary .nav>li.social a {padding: 4px 8px;}
header.header nav.secondary .nav>li.social.has-border { border-right-width: 1px;}
header.header nav.secondary .nav>li.social.has-border a {padding: 4px 16px 4px 8px;}
.footer .menu-links-container .social {display:none;}

@media (min-width: 980px) {
.header .primary-nav-wrapper nav.primary ul li ul.sub-menu { display: inherit;}
}
.footer ul.sub-menu { display: inline;}

.right-rail .wpb_content_element.menu-block {padding: 10px 0;}
@media only screen and (min-width: 768px) {
.right-rail .wpb_content_element.menu-block .widget { margin: .2em 0;}
}


/* CRM #896787 */
.dark-row {background-color: #000;}
.dark-row .vc_column_container > .vc_column-inner { padding-top: 7.5px; padding-left: 7.5px;}
.dark-row .vc_column_container > .vc_column-inner *{ color: #fff!important;}
.dark-row .issue { min-height:initial; margin-top:20px; margin-bottom: 0px;}
.dark-row .themagazine .wpb_content_element { padding-left:20px;}
.dark-row .themagazine *{ font-family: Roboto Condensed;font-weight:700; }
.dark-row .themagazine h1{line-height: 1em;}


/* ===== Bootstrap Migration patches Apr. 2022 ===== */
#main:not(.col-md-8) { width: 100%;}
.wrapper-top-row{flex-basis: 100%}
@media (min-width: 768px) {
.footer .bucket { /* width: 100%; */  flex: 0 0 100%;  max-width: 100%;}
}
/*.issues-magazine-95154 .loop-wrapper.articles { display: flex;}*/
.issues .issue-thumb img {height:auto;}
.magazine-module-home .issue.col-sm-6 { max-width: 100%; flex: 0 0 100%;}
.magazine-module .issue.col-sm-6 { flex: 0 0 100%; max-width: 100%;}