h1, h2, h3, h4 {
	font-family:'Roboto Slab', sans-serif;
	font-weight:700;
}
a:hover, h3.entry-title a:hover {
	color:#F50923 !Important;
}
a {
	color:#004187;
}
@media (min-width: 980px) {
    #page-wrap {
    padding-top:74px;
    }
}
.container-fluid {
    max-width:1060px;
}
#content {
    margin-top:30px;
}
.menu-bright-bold-hamburger-menu-container {
    display:none;
}
.wpb_content_element {
    margin-bottom:15px !important;
}
.wpb_row {
	margin-bottom:0;
}


/*------ Header Styling - All Devices ------*/
 .header {
   border-botttom:none;
   top:0px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #cecece 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#cecece 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#cecece 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ) !important; /* IE6-9 */
	border-bottom:solid 1px #ccc;
}

/*------ Header Styling - Prior to Menu Collapse ------*/
@media (min-width:980px) {
  .header {
  height:75px !important;
  box-shadow: 0 1px 0 hsla(0,3%,67%,.1), 0 2px 1px hsla(0,1%,71%,.1) !important;
  position:fixed;
  width:100%;
  z-index:9999;
  border-top:none !Important;
 }
}
/*------ Header Styling - Mobile Only ------*/
@media screen and (max-width: 979px) {
  .header {
    height:125px;
}
}

/* --- Header Desktop Positioning --- */
@media (min-width:980px) {
#company-logo {
	width:100%;
    height:45px;
}
.header .logo-wrapper {
   min-width:200px;
	left:50px;
}
.header #company-logo {
    height: 36px;
    min-height: 30px;
}
.header .logo-wrapper .wrap {
	width:100%;
	z-index:99;
	margin-top:-4px;
}
.header .primary-nav-wrapper {
  display:none;
}
.header .search-form-wrapper {
	top:0 !important;
}
}

.header .secondary-nav-wrapper {
  top:0px;
  z-index:999;
	width:45px;
}

/*------ ASA Hardcoded Header Elements ------*/
@media (max-width:979px) {
	.asa-links, .header .tag-line {
		display:none;
	}
	
}
@media (min-width:980px) {
.header .asa-links .wrap img{
	max-width:80px;
	margin-top:10px;
}

.header .asa-links .wrap {
	width:200px;
	margin:0;
	float:right;
	right:100px;
	top:10px;
}
.header .asa-links .asa-right {
	float:right;

}
.header .asa-links .asa-left {
	float:left;
	line-height:16px;
}

.header .asa-links a{
	font-size:12px;
	color: #3648A2;
	font-weight:bold;
}
.header .tag-line {
	margin:0;
	position:absolute;
	left:40px;
	top:48px;
	text-transform:uppercase;
	font-size:13px;
	font-weight:500;
}
}
/*Main Nav*/
@media (min-width:980px) {
nav.primary .nav li a {
    font-family: 'Roboto', sans-serif;
    font-weight:500;
    color:#222 !important;
    text-transform:uppercase;
    font-size:.8em !important;
}
.menu-item-has-children .sub-menu {
	width: 182px;
	padding-left: 0px;
	padding-top:0px;
	padding-bottom:0px;
	position:relative;
	left:-10px;
	border:solid 1px #ccc !important;
	background:#FFF !important;
}
}

/* Social Media Menu */
.header .utility-nav-wrapper {
	width:200px !important;
}
.utility-nav-wrapper .wrap{
	right:53px !important;
	position:relative !important;
	max-width:200px !important;
	margin:0 !important;
}
.header .utility-nav-wrapper nav .nav li a {
    font-size:28px !important;
    padding:12px 2px !important;
}

.header .utility-nav-wrapper {
    top:-12px !important;
}
/* Mobile Menu */
@media (max-width:980px) {
.menu-side #menu-item-link-31{
	display:none;
}
}
/* Search */
@media (min-width:980px) {
#searchform input[type="text"] {
	background: #FFF;
	height: 30px;
	line-height: 26px;
	display: inline-block;
	width: 75%;
	margin: 0;
	padding: 0 0 0 5px;
	border: 1px solid #EEE;
}

#searchform button, .searchform .fa-search {
	width: 100px;
    height: 100px;
    border-radius: 2px;
    margin: 0;
	display: inline-block;
	border: none;
	background-color: #cecece !important;
	padding: 0;
	width:74px !important;
	height:75px !important;
	padding-top:10px;
}

#searchform button .fa {
	font-size:30px;
	color:#214B9D;
}
.header .searchform {
  right:20px;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  background: #cecece;
  height:75px;
  padding-top:10px;
  padding-left:10px;
}
#searchform { 
height:75px;
min-width:75px;
}
.searchform.open {
	width:250px;
	position:relative;
	z-index:999;
}
}

/* Magazine Promotion Row */
.magazine-promotion-row {
	padding-top:40px
	padding-bottom:40px;
}
.magazine-promotion-row .promo-box {
    padding: 20px;
    box-shadow: 0 2px 4px rgba(221, 221, 221, 0.75);
    background-color: #fff;
    margin:40px 20px 40px 20px;
}
.magazine-promotion-row .promo-box h2{
	font-size:1.4em;
	padding:5px;
	line-height:1;
	font-weight:600;
	margin:0;
	text-align:center;
}
.magazine-promotion-row .promo-box p{
	color: #777;
}
.magazine-promotion-row .promo-box .vc_column-inner {
	padding:0;
	margin:0;
}

/* Magazine Module */
.magazine-module {
	display:table;
}
.magazine-promotion-row .promo-box .magazine-module h2 {
	margin-bottom:10px;
}
.magazine-module .mag-cover {
	float:left;
	width:40%;
    margin-right:20px;
}
.magazine-module .issue.col-sm-6 {
   width:100%;
}
.magazine-module .issue-title {
   display:none;
}
.magazine-module .mag-links {
	float:left;
	width:50%;
}
.promo-box .fa {
	font-size:40px;
	color:#004187;
}
.promo-box .fa:hover {
	color:#F50923;
}

/* Content Lists */
.content-list-wrapper h2 {
}
.content-list-wrapper .loop-wrapper .hentry {
	/*transition: all .3s ease-in-out 0s;*//*COMMENTED OUT TO ADDRESS LIST LOAD ISSUES: https://texterity.atlassian.net/browse/WC-1989*/ 
	box-shadow: 0 2px 4px rgba(221, 221, 221, 0.75);
	background-color: #fff;
	margin:20px 0;
	padding:20px;
	border:solid 1px #eaeaea;
}
.content-list-wrapper .loop-wrapper .hentry .entry-title {
	font-family:'Roboto', sans-serif;
	font-weight:600;
	font-size:1.3em
}
.hentry .entry-title a {
	color: #004187;
}
.content-list-wrapper .categories-list a {
    padding:2px 6px;
    text-transform:uppercase;
    font-size:12px !important;
    background-color:#DA3437;
    color:#fff;
    font-weight:600;
    border-radius:3px;
    font-family:'Roboto Condensed', sans-serif;
}
.content-list-wrapper .categories-list a:hover {
	color:#ffffffc7 !important;
}
.content-list-wrapper .categories-list {
    margin-bottom:10px;
}
.content-list-wrapper .categories-list .comma{
	display:none;
}
.content-list-wrapper .categories-list:before {
    content:none;
}
.content-list-wrapper h5.subtitle {
	line-height:1.3;
	margin-top:10px;
	font-weight:400;
	font-family:'Roboto', sans-serif;
	letter-spacing:0;
	font-size:1.1em;
	color:#4b4b4b;
}

/*Top Stories*/
.tsr {
	padding-bottom:30px;
}
.tsr-left .grid-item {
    border:none;
    box-shadow:4px 4px 14px #ccc;
}
.tsr-left .grid-item .entry-title a  {
   color:#fff;
}
.tsr-left .content-list-wrapper .loop-wrapper .hentry {
	background:transparent;
	border:none;
	box-shadow:none;
	padding:0;
}
.tsr-left .entry-content-wrap {
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    background: #0000009e;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    text-align: left;
    padding: 15px;
}
.tsr-left .loop-wrapper .hentry .entry-title {
	font-size:1.9em;
	font-weight:600;
	font-family:'Roboto', sans-serif;
}
.tsr-left h5.subtitle{
	color:#eaeaea;
	font-size:1.2em;
	line-height:1.2;
	letter-spacing:0;
	margin:10px 0;
	font-family:'Roboto', sans-serif;
	font-weight:400;
}
.tsr-left .entry-meta, .tsr-left .entry-meta.entry-author a {
	color:#fff;
}
.tsr-right .categories-list:before {
	content:'';
}

.tsr-right .content-list-wrapper .loop-wrapper .hentry {
	border-bottom:solid 1px #c5c5c5 !important;
	padding:10px 0;
	margin:10px 0;
	background:transparent;
	border:none;
	box-shadow:none;
}
.tsr-right .content-list-wrapper .loop-wrapper .hentry .entry-title {
	font-weight:600;
	font-size:1.1em;
}
.top-row {
	padding-top:30px;
}



/* 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;
}

/* Right Rail */
.right-rail .content-list-wrapper .loop-wrapper .hentry {
	padding:0 !important;
	box-shadow:none !important;
	border:none;
}
.right-rail h2 {
	background:#000;
	color:#ffffff;
	font-size:16px;
	text-align:center;
	padding:3px;
	text-transform:uppercase;
	margin-bottom:15px;
}
.right-rail .vc_wp_custommenu .widget.widget_nav_menu ul {
	padding:0;
	margin:0;
}

.right-rail .vc_wp_custommenu .widget.widget_nav_menu ul li{
	background-color: #EBEBEB; 
	list-style-type:none;
	margin-bottom:3px;
	padding:3px 0 3px 5px;
	font-weight:bold;
}
.right-rail .vc_column_container>.vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

/* Popular Posts */
.popular-posts .loop-wrapper .hentry .entry-title{
	font-size:1.12em;
	font-weight:400;
}
 .content-list-wrapper.popular-posts .loop-wrapper .hentry {
	border-bottom:solid 1px #eaeaea !important;
	padding-bottom:10px !important;
	margin-bottom:10px!important;
	margin-top:0;
}
.popular-posts .basic-content-wrap:before { 
	float:left;
	position:relative;
	margin-right: 10px;
	color: #FFF;
	font-weight: 700;
	background-color: #b41f24;
	padding:1px 8px;
	border-radius:30px;
}
.popular-posts .loop-wrapper .hentry .entry-title {
  display:table;
}
.popular-posts article:nth-of-type(1) .basic-content-wrap:before {
	content: "1" ;
}
.popular-posts article:nth-of-type(2) .basic-content-wrap:before  {
	content: "2" ;
}
.popular-posts article:nth-of-type(3) .basic-content-wrap:before {
	content: "3" ;
}
.popular-posts article:nth-of-type(4) .basic-content-wrap:before {
	content: "4" ;
}
.popular-posts article:nth-of-type(5) .basic-content-wrap:before {
	content: "5" ;
}
.popular-posts article:nth-of-type(6) .basic-content-wrap:before {
	content: "6" ;
}

/* --- PR News Wire Widget --- */
#w15784_widget {
	border:1px solid #ccc;
	padding:5px;
	border-radius:5px;
}
#w15784_widget h2{
	font-size:18px;
	text-align:center;
	border-bottom:1px solid #ccc;
}
#w15784_widget ul {
	margin-bottom:15px!important;
}
#w15784_widget .w15784_datetime {
	font-size:11px;
}
#w15784_widget .w15784_footer {
	text-align:center;
}
#w15784_widget .w15784_footer a {
	font-size:12px;
}
#w15784_widget .w15784_footer a:after {
	content:" | "
}

/*Article Page*/
h5.subtitle {
    font-size: 1.2em;
    line-height: 1.2em;
    letter-spacing: 0;
    font-family: 'Roboto Slab', sans-serif;
    color: #616161;
	font-style:italic;
}
blockquote {
	background: #efefef;
	padding: 5px 15px;
}
.zeno_font_resizer {
	text-align: left !important;
}

/*Footer*/
.footer {
	text-align:center;
    background:#000;
}
.footer .bucket {
	text-align:left;
	font-size:14px;
}

/* --- 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: #D52D31;
    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 {
    color: white !important;
	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:#D52D31;
}
 
.author_bios a .fa:hover {
    color:#000;
}

/*Sponsored Content*/
.sponsored-content-row .thumb-wrap  {
	width:80%;
	margin:0 auto;
	margin-bottom:20px;
	border:1px solid #ccc;
}
.sponsored-content-row .entry-content-wrap a {
	text-align:center;
}
.sponsored-content-row .entry-content.cf {
	font-size:.9em;
	color:#666;
}
.sponsored-content-header {
	background:#efefef;
	border-bottom:1px solid #ccc;
}
.sponsored-content-header h2{
	line-height:2em;
	text-transform:uppercase;
	color:#e9334d;
	font-family:arial;
	font-weight:700;
}

/*MultiMedia*/
.content-list-wrapper .loop-wrapper .hentry.category-slideshows:before {
	content:"\f030";
	float:left;
	margin-right:10px;
	font-size:22px;
	color:#e8041e;
	font-family:"FontAwesome";
}
.content-list-wrapper .loop-wrapper .hentry.category-video:before {
	content:"\f03d";
	float:left;
	margin-right:10px;
	font-size:22px;
	color:#e8041e;
	font-family:"FontAwesome";
}
.content-list-wrapper .loop-wrapper .hentry.category-audio:before {
	content:"\f028";
	float:left;
	margin-right:10px;
	font-size:22px;
	color:#e8041e;
	font-family:"FontAwesome";
}

/*Social Media Links*/
.socialmedia-links {
	text-align:center;
}
.socialmedia-links .fa {
	font-size:28px;
	margin-right:5px;
}

a:visited {
	color:#004187;
}

/* Zeno Font Resizer */
.zeno_font_resizer {
    margin:0;
    text-align:left;
    display:inline-block;
    line-height:1;
}

.rm-overlay.content-list-wrapper .has-video .overlay { background: none;}

/* ===== Bootstrap Migration patches Apr. 2022 ===== */
#main.col-md-12 { width: 100%;}
.magazine-promotion-row .promo-box {
    margin: 40px 2.1667% 40px 2.1667%;
    flex: 0 0 29%;
}
