/*
Theme Name: Food Quality and Safety
Theme URI: http://www.makeworthymedia.com/  
Description: Theme for the Food Quality and Safety web site built on the Genesis Framework.   
Author: Makeworthy Media, updated by Public
Author URI: https://www.publicagency.co.uk
Template: genesis  
Template Version: 3.0
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements<header class="site-header">
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/

/* # Webfonts
---------------------------------------------------------------------------------------------------- */

/* @import must be at top of file, otherwise CSS will not work */
@import url("http://hello.myfonts.net/count/2db8ff");

  
@font-face {
	font-family: 'Insider-MediumRoman';
	src: url('../eot/2db8ff_0_0.eot');
	src: url('../eot/2db8ff_0_0d41d.eot?#iefix') format('embedded-opentype'),url('../woff2/2db8ff_0_0.woff2') format('woff2'),url('../woff/2db8ff_0_0.woff') format('woff'),url('../ttf/2db8ff_0_0.ttf') format('truetype');
}
 
@font-face {
    font-family: 'MyriadPro-BoldCond';
    src: url('../woff2/myriadpro-boldcond.woff2') format('woff2'),
        url('../woff/myriadpro-boldcond.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.content-sidebar-wrap:before,
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.content-sidebar-wrap:after,
.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* ## Remove rounded corners on ios
--------------------------------------------- */
textarea,
select,
input[type="text"],
input[type="email"]{
    -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	background-color: #f5f5f5;
	background-color: #fff;
	color: #333;
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #2a3890;
	text-decoration: none;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	/*font-family: Insider-MediumRoman;*/
	/*font-family: 'Crete Round', serif;*/
	font-family: 'MyriadPro-BoldCond', sans-serif;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 10px;
	text-transform: uppercase;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #777;
	color: #777;
	font-size: 18px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
    color: #777;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
    color: #777;
	font-weight: 300;
	opacity: 1;
}

::placeholder {
    color: #777;
	font-weight: 300;
	opacity: 1;
}

#tribe-events .tribe-events-button,
.um_user_form .qq-upload-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.wp-polls .Buttons,
.widget_fq_blog_callout_widget a.moretag,
.osc-res-tab ul.tab-content a.moretag {
	background-color: #1c7d3a;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: normal;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 0;
	line-height: normal;
	font-family: 'MyriadPro-BoldCond', sans-serif;
}


.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #fcdc70;
	color: #000;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.osc-res-tab ul.tab-content a.moretag:hover {
	background-color: #9b2d24;
	color: #fff;
}

.wp-polls .Buttons  {
	background-color: #145929 !important;
	border: none !important;
}
.wp-polls .Buttons:hover {
	background-color: #9b2d24 !important;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	padding: 20px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 740px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 740px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-second,
.sidebar-primary {
	float: right;
	width: 300px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 0px;
}

.author-box {
	    background-color: #eeeeee;
    padding: 20px;
    margin-bottom: 0;
    margin-top: 30px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: left;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.widget_search  .widget-wrap {
	max-width:300px;
}
.widget_search input[type=search] {
	width:70%;
	font-size:14px;
	padding:7px;
	float:left;
}
.widget_search input[type="submit"] {
	padding:9px 8px;
	width: 27%;
	float:left;
	font-size: 12px;
	margin:0 0 0 3%;
}

/* ## Titles
--------------------------------------------- */

.archive-title,
body.page  article.page .entry-header .entry-title,
body.error404 article .entry-header .entry-title {
	/*font-family: 'Insider-MediumRoman', sans-serif;*/
	font-family: 'MyriadPro-BoldCond', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 42px;
	/*border-bottom: solid 4px #2a3890;*/
	padding: 0 0 0px 0;
	color: #1c7d3a;
}

body.page  article.page .entry-header .entry-title,
body.error404 article .entry-header .entry-title {
	margin-bottom: 40px;
}

body.single main.content article .entry-header .entry-title {
	font-size: 36px;
	font-family: 'MyriadPro-BoldCond', sans-serif;
    font-weight: normal;
	text-transform: none;
}

body.author  h3.entry-title {
	font-family: 'MyriadPro-BoldCond', sans-serif;
	font-weight: normal;
	color: #1c7d3a;
	text-transform: uppercase;
}

.entry-title {
	font-size: 32px;
	margin-bottom: 0;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #2a3890;
}

.widget-title {
	font-size: 40px;
    margin-bottom: 10px;
    font-family: 'MyriadPro-BoldCond', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
}

.widget-title:after {
	content: '';
    height: 10px;
    position: absolute;
    border-top: double 6px #e3e3e3;
    top: 19px;
    left: 0;
    width: 100%;
    z-index: -1;
}

.widget-title span,
.widget-title a{
	color: #1c7d3a;
    background: #fff;
    padding-right: 10px;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.archive.category a.entry-title-link,
.category-archive-posts-wrapper .entry-title a,
.related-under-articles h4,
.category-archive-posts-wrapper h2.entry-title,
.category-archive-posts-wrapper h2.entry-title a,
.featured-content .entry-title {
	font-size: 20px;
	font-family: 'Droid Sans', sans-serif;
    text-transform: none;    
}

.featured-content .home-print-cat-right .entry-title {
	color: #2a3890;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #9b2d24;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	border: 3px solid #fcdc70;
	border-left: none;
    border-right: none;
    z-index: 2;
    position: relative;
}

.site-header .wrap {
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    
    align-items: stretch;
}

.site-header .wrap:before,
.site-header .wrap:after{
	display: none;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	/*
	float: left;
	padding: 0;
	width: 230px;*/
}

.title-area img{
	float: left;
	padding: 10px 0;
    width: 128px;
    height: auto;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.header-image .site-title > a {
	background: url(../png/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.under-nav-sidebar .widget-area, 
.site-header .widget-area {
	float: right;
	text-align: right;
	width: 840px;
	padding-top:10px;
}


.under-nav-sidebar .widget-area{
	float: none;
    text-align: center;
    margin: 0 auto;
    /*margin-bottom: 10px;*/
    position: relative;
	width: auto;
    padding: 0;
}

.under-nav-sidebar .widget-area .widget .advert-mobileleaderboard > div, 
.under-nav-sidebar .widget-area .widget #leaderboard > a{
    padding: 10px 0;
    display: block;
}


.under-nav-sidebar .widget-area .widget .advert-mobileleaderboard > div:before, 
.under-nav-sidebar .widget-area .widget #leaderboard > a:before 
/*.under-nav-sidebar .widget-area .widget:first-child:before*/
/*.under-nav-sidebar .widget-area:before*/{
    content: 'Advertisement';
    position: absolute;
    top: 50%;
    left: -50px;
    transform: rotate(-90deg);
    font-size: 13px;
    margin-top: 0px;
    color: #8e8e8e;
}

.widget .advert{
	position: relative;
    padding-top: 20px;
}

.widget .advert:before{
	content: 'Advertisement';
    position: absolute;
    top: 0;
    font-size: 13px;
    color: #8e8e8e;
}


.site-header .widget-area{
	width: auto;
    padding-top: 0;
    /* height: 100%; */
   
}

.under-nav-sidebar .wrap{
   
   
    line-height: 0;
}

.under-nav-sidebar .widget-area .widget{
    
    margin-left: 10px;
    position: relative;
   
    display: inline-block;
    
    /*min-height: 90px;*/
    width: 728px;
    max-width: 100%;
    line-height: 0;
}


.site-header .widget-area .widget,
.site-header .widget-area .widget .widget-wrap,
.site-header .widget-area .widget .widget-wrap nav{
	height: 100%;
}


.under-nav-sidebar .widget-area .widget p,
.under-nav-sidebar .widget-area .widget img,
.site-header .widget-area .widget p,
.site-header .widget-area .widget img {
	margin:0;
}

.under-nav-sidebar .widget-area .widget img, 
.site-header .widget-area .widget img {
	/*float: left;*/
}

.under-nav-sidebar{
	background-color: #e3e3e3;
    
    /*z-index: 1;*/
    position: relative;
}
/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
	text-align: center;
	height: 100%;
	font-family: 'MyriadPro-BoldCond', sans-serif;
	font-weight: normal;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
	height: 100%;
	float: left;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 10px 12px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #2a3890;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #1c7d3a;
	border: 1px solid #1c7d3a;
	border-bottom: 1px solid #fcdc70;
	border-top: none;
	font-size: 14px;
	padding: 12px 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu a:hover{
	background-color: #18642e;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 3px solid #fcdc70;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	/*background-color: #1c7d3a;*/
	height: 100%;
}

.nav-primary .genesis-nav-menu a {
	color: #1c7d3a;
	display: flex;
	vertical-align: middle;
	text-align:center;
	/*max-width:155px;*/
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	height: 100%;
	align-items: flex-end;
}

.nav-primary .genesis-nav-menu .menu-item-has-children > a:after {
	content: "\f140";
    font-family: dashicons;
    font-size: 20px;
}

/*
.nav-primary .genesis-nav-menu #menu-item-9783 > a {
	max-width: 110px;
}*/

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
	text-align:left;
	max-width: 200px;
	text-transform: none;
	font-weight: normal;
}

.genesis-nav-menu .menu-item:hover a,
.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fff;
    background: #1c7d3a;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover{
	background: #155929 !important;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}

#menu-item-12159 a {	/* Home tab */
	background-image: url('../png/home-icon.png');
	background-repeat: no-repeat;
	background-position: 3px 8px;
	text-indent: -9999px;
	min-width: 22px;
}

#menu-item-12269 {	/* Search tab */
	display: none;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-top {
	background-color: #fff;
	border-bottom: 1px solid #e3e3e3;
	clear: both;
	padding: 20px 0 0 0;
}

.home-top .featured-content .entry-title {
	font-size: 30px;
}

.home-middle-left {
	/*border-right: 1px solid #e3e3e3;	*/
	float: left;
	padding: 20px 20px 20px 0;
	width: 50%;
}


.related-under-articles a .entry-content p,
#native-ad-promos-widget .entry-content a,
#native-ad-promos .entry-content a,
.home-middle-left .entry-content a,
.home-middle-right .entry-content a,
.home-bottom .entry-content a {
	color:#000;
}

/*
.related-under-articles a:hover .entry-content p,
#native-ad-promos-widget .entry-content a:hover,
#native-ad-promos .entry-content a:hover,
.home-middle-left .entry-content a:hover,
.home-middle-right .entry-content a:hover,
.home-bottom .entry-content a:hover {
	color:#9b2d24;
}
*/

#native-ad-promos-widget .entry-content a.moretag,
#native-ad-promos .entry-content a.moretag,
.home-middle-left .entry-content a.moretag,
.home-middle-right .entry-content a.moretag,
.home-bottom .entry-content a.moretag {
	color:#2a3890;
}
#native-ad-promos-widget .entry-content a.moretag:hover,
#native-ad-promos .entry-content a.moretag:hover,
.home-middle-left .entry-content a.moretag:hover,
.home-middle-right .entry-content a.moretag:hover,
.home-bottom .entry-content a.moretag:hover {
	color: #000;
}

.related-under-articles a .entry-content p{
	font-weight: normal;
}

.home-middle-right {
	float: right;
	padding: 20px 0 20px 20px;
	width: 50%;
	border-left: 1px solid #e3e3e3;
}

.home-bottom {
	/*border-top: 1px solid #e3e3e3; */
    clear: both;
    padding: 10px 0 0 0;
    margin-bottom: 10px;
}
.home-bottom p {
	margin-bottom:0;
}

#native-ad-promos-widget h3.widget-title,
#native-ad-promos h3.widget-title,
#blog-callout h3.widget-title,
.home-middle-left h3.widget-title,
.home-middle-right h3.widget-title,
.home-bottom h3.widget-title {
	/*
	font-size:14px;
	font-family: 'Insider-MediumRoman', sans-serif;
	text-transform:uppercase;
	*/
}


#native-ad-promos-widget h3.widget-title,
#native-ad-promos h3.widget-title {
	/*
	color: #0d75ab;
	text-align: center;
	*/
}

.social-sidebar h3.widget-title,
.single-article .yarpp-related .widget-title,
.home-career-ads #native-ad-promos-widget h3.widget-title,
.home-career-news h3,
#native-ad-promos-widget h3.widget-title{
	font-size: 26px;
	color: #1c7d3a;
	text-transform: uppercase;
	font-weight: normal;
}

.single-article .yarpp-related .widget-title{
	margin: 0px 0;
}

.home-career-ads #native-ad-promos-widget h3.widget-title,
.home-career-ads h3,
.home-career-news h3{
	color:#000;
}

.sidebar-primary h4.widget-title{
	font-size: 26px;
} 


.social-sidebar h3.widget-title:after,
#native-ad-promos-widget h3.widget-title:after{
	display: none;
}

.native-ad .entry-content{
	overflow: hidden;
}

.native-ad .entry-title a{
	color: #2a3890;
	font-size: 20px;
    font-family: 'Droid Sans', sans-serif;
	text-transform: none;
}


#blog-callout p,
.home-middle-left p,
.home-middle-right p {
	margin-bottom:0;
}

.home-middle-right a {
}

#blog-callout h3.widget-title a,
.home-middle-left h3.widget-title a,
.home-middle-right h3.widget-title a,
.home-bottom h3.widget-title a {
	color:#2a3890;
}

#blog-callout h3.widget-title a:hover,
.home-middle-left h3.widget-title a:hover,
.home-middle-right h3.widget-title a:hover,
.home-bottom h3.widget-title a:hover {
	color:#666;
}

#native-ad-promos-widget h2.entry-title,
#native-ad-promos h2.entry-title,
#blog-callout h2.entry-title,
.home-middle-left h2.entry-title,
.home-middle-right h2.entry-title,
.home-bottom h2.entry-title   {
	font-size: 24px;
	margin-bottom:6px;
}

.home-middle-left .entry-header .entry-meta,
.home-middle-right .entry-header .entry-meta {
	font-size: 14px;
	margin-bottom:16px;
}

#native-ad-promos-widget img,
#native-ad-promos img,
.home-middle-left img,
.home-middle-right img {
	max-width: 100px;
}

#native-ad-promos-widget img,
#native-ad-promos img {
	margin-bottom: 5px;
}

.feed-link:before,
.header-feed-link a:before{
	content: "\f303";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 14px/1 'dashicons';
	vertical-align: top;
	/*color:#ff6600;*/
}
.header-feed-link {
	float:right;
}
.header-feed-link a:before{
	font-size:24px;
}
.archive-title .header-feed-link a {
	color: #2a3890;
}
.flex-control-nav a {
	-webkit-transition: all 0s ease-in-out;
	-moz-transition:    all 0s ease-in-out;
	-ms-transition:     all 0s ease-in-out;
	-o-transition:      all 0s ease-in-out;
	transition:         all 0s ease-in-out;
}

#native-ad-promos-widget,
#native-ad-promos {
	/*
	background-color: #fdedb7;
	padding: 15px;
	margin-bottom: 30px;
	*/
}
#native-ad-promos.ad-count-1 .native-ad {
	width: 100%;
	margin-right: 0;
	float: left;
}
#native-ad-promos.ad-count-2 .native-ad {
	width: 47%;
	margin-right: 3%;
	float: left;
}
#native-ad-promos.ad-count-3 .native-ad {
	width: 30%;
	margin-right: 3%;
	float: left;
}
#native-ad-promos-widget.ad-count-1 .native-ad,
#native-ad-promos-widget.ad-count-2 .native-ad,
#native-ad-promos-widget.ad-count-3 .native-ad  {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
	clear: both;
}
#native-ad-promos-widget p,
#native-ad-promos p {
	margin-bottom: 0;
}

#blog-callout {
	background-color: #fdedb7;
	padding: 15px;
	margin-bottom: 20px;
}
#blog-callout img {
	max-width: 100%;
}
#blog-callout.blog-callout-wide img {
	max-width: 200px;
	margin-bottom: 0;
}
#blog-callout.featured-content .entry {
	background: none;
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#blog-callout.blog-callout-wide {
	margin-top: 20px;
}
#blog-callout.blog-callout-wide .entry {
	padding: 0;
	margin-top: 0;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.content #genesis-responsive-slider,
.content .genesis_responsive_slider li {
	border: none;
}

.content .genesis_responsive_slider li:before {
	content: "";
	margin: 0;
}

.content .genesis_responsive_slider .slide-excerpt,
.content .genesis_responsive_slider .slide-excerpt-border  {
	background: transparent;
	border: none;
	margin: 0;
}

.content .genesis_responsive_slider .slide-excerpt {
	width: 100%;
}

.content .genesis_responsive_slider .slide-excerpt {
	padding: 24px;
}

.content #genesis-responsive-slider,
.content .genesis_responsive_slider .slides li,
.content .genesis_responsive_slider .flex-direction-nav li {
	margin: 0;
	padding: 0;
}

.content .genesis_responsive_slider .flex-control-nav {
	line-height: 1;
	margin-top: -30px;
	z-index:20;
}

.content .genesis_responsive_slider ol.flex-control-nav li:first-child {
	padding-left: 0;
}

.content .genesis_responsive_slider .flex-control-nav li {
	margin-bottom: 0;
	padding-bottom: 0;
}

.content .genesis_responsive_slider .flex-direction-nav li a {
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
}

.content .genesis_responsive_slider h2 a {
	background: rgba( 255, 212, 63, 0.9 );
	color: #1c7d3a;
	display: inline-block;
	font-weight: 400;
	line-height: 1.2;
	padding: 16px;
	position: relative;
	z-index: 9;
}

.content .genesis_responsive_slider a:hover {
	color: #000;
}

.content .genesis_responsive_slider p {
	background: rgba( 0, 0, 0, 0.8 );
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 12px 24px;
	position: relative;
	z-index: 9;
}

.content .genesis_responsive_slider .flex-direction-nav li a {
	/*background: url(images/icon-direction-nav.png) no-repeat -50px 0;*/
	background-size: 100px 98px;
	height: 49px;
	outline: none;
	right: -25px;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	width: 50px;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}

.content .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	bottom: 10px;
	left: auto;
	right: 62px;
	top: auto;
}

.content #genesis-responsive-slider .flex-direction-nav li a.next {
	bottom: 10px;
	left: auto;
	right: 10px;
	top: auto;
}

.content #genesis-responsive-slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}

.content #genesis-responsive-slider .flexslider .slides img {
	width: 100%;
}

.home-top .ui-tabs ul.ui-tabs-nav li a {
	margin-right:10px;
}

/* Archives
--------------------------------------------- */
body.archive .entry-content img.alignleft, 
body.archive .article img.alignleft,
body.archive .post img.alignleft,
body.search .article img {
	max-width: 125px;
}

/* ## Entries
--------------------------------------------- */

.entry {
	/*margin-bottom: 40px;*/
	/*padding: 50px 60px;*/
	padding:20px 0;
	margin: 20px 0;
	border-bottom: solid 1px #777;
	position: relative;
}

.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	/*font-family: 'Insider-MediumRoman', sans-serif;*/
	font-size: 16px;
	margin-bottom: 0;
	color: #777;
}

body.single article > p.entry-meta,
body.search article > p.entry-meta {	/* Footer meta only, on single pages */
	/*font-family: 'Droid Sans', sans-serif;*/
	background-color:#eef5f9;
	padding:15px;
	line-height: 1.3;
}
article > p.entry-meta span {
	margin-bottom:8px;
}

.entry-header .entry-meta {
	padding-bottom: 12px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Articles content
--------------------------------------------- */
.social-bar {
	background-color: #fff;
	padding:10px 0 0 0;
	/*border-top:solid 1px #ccc;*/
	border-bottom:solid 1px #ccc;
	margin-bottom:15px;
}
.social-bar .sd-content ul {
	margin-bottom: 0px !important;
}
.social-bar .sharedaddy {
	float:left;
	clear: none;
}
a.print-button {
	font-size: 11px;
	padding: 2px 8px;
	border: solid 1px #ccc;
	float:left;
	color: #777;
	background-color: #f8f8f8;
	border-radius: 3px;
	font-weight: normal;
}

a.print-button:hover {
	background-color:#2a3890;
	border-color: #2a3890;
	color:#fff;
}

#promo-box  .yarpp-related {
	margin:0 !important;
}

#promo-box {
	font-family: 'Insider-MediumRoman', sans-serif;
	background-color:#f8f0f0;
	margin:0 20px 15px 0;
	float:left;
	max-width:200px;
	clear: left;
	font-size: 18px;
	line-height: 1.3;
	position: relative;
    z-index: 1;
}
#promo-box a {
	color: #2a3890;
}
#promo-box a:hover {
	color: #000;
}
#promo-box h6 {
	padding:10px;
	margin:0 0 3px 0;
	color:#fff;
	background-color:#9b2d24;
}
#promo-box ul {
	list-style:none;
	margin:0;
	padding:10px;
}
#promo-box ul li {
	list-style:none;
	padding-bottom:15px;
}
#promo-box .yarpp-related a {
	font-weight:normal !important;
}
#promo-box .entry-issue {
	display:block;
	padding:10px;
}

.footer-widgets #promo-box {
	display:none;
}
.yarpp-related abbr {
	display:none;
}
#might-like-footer h6 {
	font-weight:normal;
	font-weight:400;
}
#might-like-footer ul {
	list-style:none;
	margin-left:0;
}
#might-like-footer ul li {
	list-style:none;
	float:left;
	margin-right:15px;
	max-width:150px;
	line-height:1.4 !important;
	font-size: 14px;
}
#might-like-footer img  {
	max-width:100%;
	border: solid 1px #ccc;
	margin-bottom:0px;
}
#might-like-footer  a {
	font-weight:normal !important;
}
#might-like-footer a.related-link-bg {
	display:block;
	width:150px;
	height:150px;
	background-size:cover;
	margin-bottom:5px;
	border:solid 1px #ccc;
}

/* Springboard legacy styles
---------------------------------------------------------------------------------------------------- */
.authorHeadshot {
	float:left;
	margin:0 24px 16px 0;
}
.imageContainer,
.calloutHalf,
.sidebarContainerHalf {
	max-width:295px;
	float:right;
	margin: 0 0 24px 16px;
	background-color:#eee;
}
.calloutHalf,
.sidebarContainerHalf,
.entry-meta-footer,
.entry-footer .entry-meta {
	background-color:#eee;
	padding:10px;
	font-size:14px;
	/*border-left:solid 7px #72a4cf;*/
}
.calloutHalf {
	clear:right;
}
.calloutHalf p {
	margin-bottom: 13px;
}
.sidebarContainerHalf {
	padding-top:15px;
}
.sidebarContainerHalf h2 {
	font-size:18px;
}
.entry-content .sidebarContainerHalf  ol, 
.entry-content .sidebarContainerHalf ul {
	margin-left:20px;
	margin-bottom:10px;
}
.imageSource {
	font-size:12px;
	font-style:italic;
	margin-bottom:5px;
	padding:10px 10px 0 10px;
}
.authorHeadshot .imageSource {
	padding:10px 0 0 0;
}
.imageCaption {
	font-size:14px;
	padding: 10px;
}
.entry-content .imageContainer p {
	margin:0;
}

/* IssueM styles
---------------------------------------------------------------------------------------------------- */

.issuem_archives_shortcode {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}

.issuem_archive {
	position: relative;
	float: left;
	text-align: center;
	margin-right: 40px;
	padding: 5px 5px 5px 0;
	max-width: 160px;
	height: 370px;
}
.issuem_archives_shortcode .next_previous_archive_pagination {
	display:none;
}
.issuem-pagination {
	clear:both;
}
.entry-content ul.st-pagination {
	list-style:none;
	margin-left:0;
}
.entry-content ul.st-pagination li {
	list-style:none;
	float:left;
	margin-right:5px;
	padding-bottom:5px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #9b2d24;
}


.archive-pagination li a,
.archive-pagination li span.current,
.entry-pagination a,
.entry-pagination > span {
    background-color: #1c7d3a;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 4px;
    padding: 8px 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0;
    font-weight: bold;
}

.archive-pagination li a:hover,
.archive-pagination li.active a,
.archive-pagination li a.active,
.archive-pagination li span.current,
.entry-pagination a:hover,
.entry-pagination > span {
	background-color: #2a3890;
	color: #fff;
}

.entry-pagination > span {
	background-color:#fcdc70;
	color: #000;
	cursor: auto;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 0px;
}

.comment-respond,
.entry-pings {
	padding: 40px 0 0 0;
}

.entry-comments {
	padding: 20px 0px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}

/* ## 404 Error page
--------------------------------------------- */
body.error404 .entry-content input,
.search-page-form input{
	margin-bottom:10px;
}

/* ## Author profile
--------------------------------------------- */
body.author .custom-profile-info img,
.author-box img {
	max-width: 175px;
	border: solid 1px #999;
	margin-top: 7px;
}

/* ## Tribe events plugin
--------------------------------------------- */
#tribe-events .tribe-events-day .tribe-events-day-time-slot h5 {
	font-weight: normal;
	background-color:#145929;
}
#tribe-events h2.tribe-events-page-title, h2.tribe-events-page-title {
	font-weight: normal;
}

/* ## Popup Maker
--------------------------------------------- */
.popmake-title {
	/*font-family: 'Crete Round', serif !important;*/
	font-family: 'MyriadPro-BoldCond', sans-serif !important;
	margin-top:10px !important;
	margin-bottom:10px !important;
}

.popmake-content {
	line-height: 1.4 !important;
}

/* Popup Maker interstitial ad */
#popmake-19165.popmake.responsive,
#popmake-19185.popmake.responsive {
	height: 95% !important;
}
#popmake-19165 .popmake-close,
#popmake-19185 .popmake-close {
	line-height: 1;
}
#popmake-19165 .popmake-close span,
#popmake-19185 .popmake-close span {
	font-size: 12px;
}
#popmake-19165 .popmake-content,
#popmake-19185 .popmake-content {
	margin-top: 30px;
	/*overflow: scroll;*/
	overflow: hidden;
	max-width:100%;
	text-align:center;
}
#popmake-19165 .popmake-content iframe,
#popmake-19185 .popmake-content iframe {
	max-width: 640px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

/* ## Native Ads
--------------------------------------------- */
.paid-partner-content {
	font-size: 12px;
	text-align: center;
	color: #999;
	border-bottom: solid 1px #ddd;
	padding: 5px 0;
	margin-bottom: 20px;
}

.entry.nativead {
	border-bottom: none;
	padding: 0;
	margin-top: 0;
}

.entry.nativead h1.entry-title {
	margin-bottom: 15px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 10px;
	padding: 0px;
	clear:both;
}

/* Latest issue widget */
.sidebar #latest_issue img {
	max-width: 112px;
	margin-bottom:0;
}

.sidebar #latest_issue .button-wrap {
	width: 164px;
	float: left;
}
.sidebar #latest_issue p {
	margin-bottom: 10px;
}
.sidebar #latest_issue .button {
	padding:4px 12px;
	font-size: 14px;
	text-transform:none;
}
.sidebar #latest_issue h4 {
	margin-bottom:0;
}
.sidebar #latest_issue li {
	margin-bottom:0;
	padding-bottom:5px;
}
.clear {
	clear:both;
}

ul.horiz li {
	float: left;
	padding-right: 10px;
}
ul.horiz li img {
	padding-bottom: 0;
	margin-bottom: 0;
}

/* Easy Responsive Tabs */
.osc-res-tab .nav-pills>li.active>a,
.osc-res-tab .nav-pills>li.active>a:hover,
.osc-res-tab .nav-pills>li.active>a:focus {
	background-color:#145929;
}
.osc-res-tab .tab-content > .active {
	margin-bottom: 0;
	padding-bottom: 0;
}
.osc-res-tab .nav-pills>li {
	margin-bottom: 0;
	padding-bottom: 0;
}
.osc-res-tab a {
	color: #145929;
}
.widget ol.wpp-list {
	margin-left:0px;
}
.widget ol.wpp-list li {
	list-style-type: none;
	text-indent: 0;
}
.widget ul.wpp-list {
	margin-left:0px;
}
.widget ul.wpp-list p {
	margin-bottom: 0;
}

.widget .wpp-list li,
.widget .my-recent-posts li{
    margin-left: 0;
    padding-bottom: 10px;
    line-height: normal;
}

.osc-res-tab .nav>li>a {
	background-color: #e3e3e3;
	padding:4px 8px;
	margin:0 4px 4px 0;
	font-size: 12px;
}
.osc-res-tab .nav>li>a:hover {

}
.osc-res-tab ul.tab-content {
	margin:0;
	padding: 15px;
	background-color: #fdedb7;
}
.osc-res-tab ul.tab-content a {
}
.osc-res-tab ul.tab-content a:hover {
	color:#000;
	text-decoration: none;
}
.widget_fq_blog_callout_widget a.moretag, 
.osc-res-tab ul.tab-content a.moretag {
	font-size: 12px;
	padding: 5px 10px;
}
.osc-res-tab .nav {
	margin-bottom:6px;
}

/* Polls */
.wp-polls {
	font-size:14px;
}
.wp-polls ul,
.wp-polls-ul,
.wp-polls-ans ul {
	margin-bottom:20px;
}

.wp-polls ul li,
.wp-polls-ul li,
.wp-polls-ans ul li {
	margin-bottom:8px;
}
.widget_polls-widget {
	font-size: 14px;
}

.poll-date {
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
}
.entry-content .wp-polls-archive {
	padding-top:20px;
}

/* Webcasts */
body.post-type-archive-poster .entry-header,
body.post-type-archive-webcast .entry-header {
	margin-bottom: 12px;
}

/* Follow us */
#wysiwyg_widgets_widget-12 ul.horiz li {
	padding-bottom: 0;
	margin-bottom: 0;	
}

/* Blog callout in sidebar */
#fq_blog_callout_widget-2 #blog-callout h3.widget-title {
	font-size: 12px;
	margin-bottom: 10px;
}
#fq_blog_callout_widget-2 #blog-callout .entry {
	margin-top: 10px;	
}
#fq_blog_callout_widget-2 #blog-callout h2.entry-title {
	font-size: 18px;
}
#fq_blog_callout_widget-2 #blog-callout {
	font-size: 14px;
	line-height: 1.3;
}
#fq_blog_callout_widget-2 #blog-callout img {
	max-width: 100px;
	margin: 6px 12px 12px 0;
}

.widget_fq_blog_callout_widget a.moretag {
	text-transform: none;
	margin-top: 15px;
}
.widget_fq_blog_callout_widget a.moretag:hover {
	background-color: #2a3890;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	/*background: url('images/green-marble-bg.jpg') #1c7d3a;*/
	background-color: #145929;
	clear: both;
	padding-top: 40px;
}
.footer-widgets .wrap {
	padding:0 20px;
}

.footer-widgets,
.footer-widgets a,
.footer-widgets h4 a {
	color: #fff;
}

.footer-widgets .textwidget a,
.footer-widgets  a {
	color: #fcdc70;
}

.footer-widgets h5 {
	font-family: Insider-MediumRoman, sans-serif;
	font-size: 22px;
}

.footer-widgets .widget-title {
	border-bottom: solid 2px #fff;
	padding: 0 0 5px 0;
}

.footer-widgets input {
	border: 1px solid #333;
}
.footer-widgets a:hover {
	color: #fff;
}
.footer-widgets a.button {
	margin-top:10px;
	color: #145929;
	padding: 8px 12px;
	text-transform: none;
	font-weight: bold;
}

.footer-widgets ul {
	margin-left: 20px;
}
.footer-widgets li {
	padding-bottom: 5px;
	list-style-type: disc;
}

.footer-widgets .widget {
	margin-bottom: 40px;
	line-height: 1.4;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 50%;
	margin: 0;
    box-sizing: border-box;
}


.footer-widgets-1 {
	padding-right: 40px;
}

.footer-widgets-2 {
	padding-left: 40px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}
.footer-widgets-3 {
	float: right;
}

.footer-left {
	width: 40%;
	float: left;
	text-align:left;
}
.footer-center {
	width: 20%;
	float:left;
}
.footer-right {
	width: 40%;
	float: right;
	text-align:right;
}
.footer-widgets img {
	border: solid 1px #ccc;
}
.footer-widgets img.alignleft {
	margin-right: 10px;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #000;
	font-size: 16px;
	line-height: 1.4;
	padding: 40px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 14px;
}

.site-footer .wrap {
	padding:0 20px;
}

/* Interstitial ads
---------------------------------------------------------------------------------------------------- */
#interads  {
	top: 8px !important;
	bottom: 8px !important;
	left: 8px !important;
	right: 8px !important;
	width: auto !important;
	height: auto !important;
	-webkit-box-shadow: 0px 0px 21px 14px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 21px 14px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 21px 14px rgba(0,0,0,0.75);
}
#interads-cnt {
	/*overflow: scroll;*/
	overflow: hidden;
	max-width:100%;
	text-align:center;
}
#interads-cnt iframe {
	max-width: 640px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
#interads-cnt img {
	/*max-width: 100%;
	max-height: 90%;
	width: auto;
	height: auto;*/
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
}

.site-header .responsive-menu-icon {
	border-bottom: none;
	
	color:#1c7d3a;
}

.responsive-menu-icon::before {
    color: #1c7d3a;
    content: "MENU";
    display: inline-block;
    font-size: 20px;
    line-height: 1.0;
    margin: 0 auto;
    padding: 0px 5px 10px 5px;
    font-family: 'MyriadPro-BoldCond', sans-serif;
    font-weight: normal;
    vertical-align: middle;
}
.responsive-menu-icon::after {
    color: #1c7d3a;
    content: "\f333";
    display: inline-block;
    font: normal 30px/1 'dashicons';
    margin: 0 auto;
    padding: 0px 5px 10px 5px;
    vertical-align: middle;
}





/* # Style Eloqua Form
---------------------------------------------------------------------------------------------------- */

.elq-advertise{
	margin-bottom: 40px;
}

.elq-form input{
	height: inherit !important;
    line-height: inherit !important;
	box-sizing: border-box !important;
}

.elq-form input[type="text"]{
	padding: 0px 4px !important;
}

.elq-form select{
	padding: 4px 0;
}

.elq-form .label-position.top{
	font-weight: 700 !important;
    line-height: 1.3 !important;
	padding: 16px 0 10px 0 !important;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.checkbox-span.field-size-top-large{
	margin: 10px 0;
}

.elq-form .field-style._100 {
    width: 100% !important;
}

.elq-form .field-style {
    margin-right: 0 !important;
    margin-left: 0 !important;
}



/*Fix wonky linked in sharing button*/
.share-linkedin .linkedin_button{
	line-height: 1 !important;
}

.share-linkedin .linkedin_button .IN-widget button {
	margin:0;
}

.tribe-events-event-url a{
/* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}


#div-gpt-ad-FQS-0{
	overflow: hidden;
}

.blue-button{
	background: #009fe3;
    padding: 10px;
    color: #fff;
}

.blue-button:hover{
	color: #009fe3;
	background: #cadff2;
}


.red-button{
	background: #c41230;
    padding: 10px;
    color: #fff;
	display: inline-block;
}

.red-button:hover{
	color: #c41230;
	background: #c47381;
}



.blue-stripey tr td{
	border: 2px solid white;
	padding:10px;
	line-height: normal;
}

.blue-stripey tr:nth-child(odd) td{
	background: #cadff2;
}

.blue-stripey tr:nth-child(even) td{
	background: #e7f0f9;
}

.blue-stripey tr:first-child td{
	background: #009de0;
	color: #fff;
}

.single-nativead .entry-footer{
	display: none;
}




#attachment_33307{
	color: #c41230;
}




/* # 2020 Revamp
---------------------------------------------------------------------------------------------------- */


.top-bar{
    display: flex;
    padding: 10px 0;
    justify-content: space-between;
    align-items: center;
	font-family: 'MyriadPro-BoldCond', sans-serif;	
	font-weight: normal;
	color: #777;
}

.user-links{
	display: flex;
	font-weight: normal;
	font-size: 18px;
}

.user-links li{
	padding: 0 6px;
    border-right: solid 2px;
    line-height: 1;
}

.user-links li:first-child{
	padding-left: 0px;
	
}

.user-links li:last-child{	
	border-right:none;
}




.header-register{
	color: #1c7d3a;
}

.header-logout,
.header-login{
	color: #777;
}

.top-bar input[type="search"]{
	background: #fff;
    border: none;
    font-size: 16px;
    font-weight: normal;
    padding: 5px 26px 3px 6px;
    width: 180px;
    line-height: normal;
    border: 1px solid #145929;
    
    -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
}

.top-bar .search-box{
	position: relative;
}

.top-bar .search-box button {
border: none;
    background: #797979;
    font-size: 0;
    position: absolute;
    right: 0;
    padding: 5px;
    border-radius: 0;
}

.top-bar .search-box button span{
  font-size: 26px;
    margin-top: -3px;
    margin-left: -2px;
    margin-bottom: 1px;
    margin-right: 2px;
}

.user-box{
	display: flex;
    align-items: center;
}

.user-box img{
	width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 10px;
}


.login-pop-up{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100001;
	
	visibility: hidden;
}

.login-pop-up.show{
	visibility: visible;
}


.login-pop-up-screen{
	background: rgb(0, 0, 0, 0.5);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 100000;
    top: 0;
    left: 0;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}


.login-pop-up-screen.show {
	opacity: 1;
	visibility: visible;
}

.login-pop-up-content {
	background: #fff;
	border-radius: 20px;
	padding: 20px;
	
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.login-pop-up.show .login-pop-up-content {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.login-pop-up .login-form .um_lostpass_form + p,
.login-pop-up .login-form .um_lostpass_form,
.login-pop-up .login-form .um_login_form ~ a{
	display: none;
	
}

.login-pop-up .login-form a.forgot-pass{
	display: block;
	color: #2a3890;
}

.login-pop-up .close{
	float: right;
    color: #777;
    display: inline-block;
    margin: -2px -2px 0 0;
}

.login-pop-up .close span{
	font-size: 33px;
    height: auto;
    width: auto;
}

.login-pop-up  .login-form{
	margin-top: 10px;
    border-right: solid 1px #777;
    margin-right: 30px;
    padding-right: 30px;
}

.forgot-pass{
	float: right;
}

.login-pop-up-inner{
	    display: flex;
	align-items: center;
	clear: both;
}

.login-pop-up p{
	margin: 0 0 10px;
}
/*
.login-pop-up .login-form{
	display: flex;
	flex-wrap: wrap;
}

.login-pop-up .login-form > *{
	border: 1px solid;
	flex-basis: 50%;
}
*/

#top-section-featured{
	width: 40%;
	max-width: 100%;
	float: left;
}

.block-style article header{
	background: rgba(0,0,0,.7);
    padding: 15px;
    color: #fff;
    width: calc(100% - 4px);
    position: absolute;
    bottom: 2px;
    left: 2px;
	z-index: 1;
    max-height: 100%;
    overflow: hidden;
}

.block-style article header a h2,
.block-style article header a{
	color: #fff;
}

.block-style article header a h2{
	font-family: 'Droid Sans', sans-serif;
	transition: all 0.4s;
	opacity: 1;
}

.block-style article header a p{
	transition: all 0.4s;
	opacity: 1;
	margin: 10px 0 0px 0;
}

.block-style article header a:hover p,
.block-style article header a:hover h2{
	opacity: 0.5;
}

.single-article a.cat-link,
.list-style article header a.cat-link,
.block-style article header a.cat-link{
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    transition: all 0.4s;
    opacity: 1;
    font-family: 'MyriadPro-BoldCond', sans-serif;
}

.list-style article header a.cat-link{
	color: #777777;
}

.single-article a.cat-link{
	color: #1c7d3a;
}

.single-article .cat-links{
	color: #1c7d3a;
	clear: both;
    background: #fff;
    z-index: 1;
    position: relative;
}

.single-article .content-sidebar-wrap article .entry-header{
    background: #fff;
    z-index: 1;
    position: relative;
}

.single-article .wpp-list .cat-link,
.single-article .wpp-list .cat-links{
	color: #777;
}


.single-article .wpp-list .cat-links{
	margin-bottom: 2px;
}


.block-style article header a.cat-link:hover{
	opacity: 0.5;
}

.block-style article.entry,
.block-style .featured-content article.entry{
	position: relative;	
	border:none;
	padding: 2px 2px 2px 2px;
    margin: 0;
} 


.block-style article .entry-content{
	
	width: 100%;
	padding-bottom: calc(72% - 3px);
	
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.block-style.home-latest-first article .entry-content{
    padding-bottom: calc(56.7% - 3px);
}


.block-style article img{
	margin: 0;
    padding: 0;
	width: 100%;
	height: auto;
} 

#top-section-latest{
	width: 60%;
    float: left;
}

#top-section-latest article{
	width:50%;
	float:left;
}

.block-style #top-section-latest article .entry-content{
	padding-bottom: calc(48% - 3px);
}


.block-style #top-section-latest article:first-child .entry-content{
	padding-bottom: calc(96% - 2px);
}

.block-style .pic-link{
	display: block;
    overflow: hidden;
	
}

.block-style .pic-link .entry-content {
	transition: all 0.4s;
}


.block-style .pic-link:hover .entry-content {
	transform: scale(1.1);
}


.block-style .entry-title {
	font-size: 20px;
	font-family: 'Droid Sans', sans-serif;
    text-transform: none;
}

.archive.category a.entry-title-link,
.related-under-articles h4,
.category-archive-posts-wrapper .entry-title a,
.home-career-ads .entry-title,
.home-career-news .entry-title,
.list-style .featured-content .entry-title {
    color: #2a3890;
}

.category-archive-posts-wrapper .entry-content p{
	color:#777;
}

.block-style #webcasts-footer article .entry-content {
    padding-bottom: calc(100% - 3px);
}

.block-style #webcasts-footer article {
    width: 33.3333%;
    float: left;
}

.home-featured{
	margin-bottom: 20px;
}



.hide,
#um_form_fqs_user_print #um_field_45_fqs_user_print_label/*,
#um_form_fqs_user_general #um_field_45_fqs_user_general_label + label +br,
#um_form_fqs_user_general #um_field_45_fqs_user_general_label + label,
#um_form_fqs_user_general #um_field_45_fqs_user_general_label*/ {
	display: none;
}

.hide_eloqua label,
.hide_eloqua br{
	display: none;
}

.hide_eloqua label:nth-child(2){
	display: block;
}



.signup-widget{
	background-color: #fcdc70;
	padding:20px;
	margin: 0 0 20px 0;
}

.signup-widget h3{
	font-size: 26px;
	color:#000;
    text-transform: none;
}

.signup-widget .field-container{
	display: flex;
}

.signup-widget input[type='email'],
.signup-widget select{

    padding: 2px 0px 0 4px;
    line-height: normal;
    height: 36px;
    font-size: 16px;
    border: 1px solid;
    margin-right: 10px;
    box-sizing: border-box;
	margin-bottom: 10px;
	width: 43%;
}

.signup-widget input[type='email']{
    margin-right: 0px;
    
}

.signup-widget p{
    margin: 0 0 5px;
	line-height: 20px;
}

.signup-widget button{
    padding: 0 10px;
    white-space: nowrap;
    line-height: 12px;
    border: 0;
    margin-left: 10px;
    height: 36px;
	display: inline-block;
}

.signup-widget label{
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    padding: 0;
    font-family: arial;
    display: inline-block;
}

#sign-up-widget-form #state{
    display: none;
}

#sign-up-widget-form #state.show{
    display: inline-block;
}


.um_user_form .um_group_segment{
	border: 1px solid;
    padding: 20px;
    border-radius: 20px;
	margin: 0 0 20px 0;
}

.qq-uploader .qq-upload-list,
.qq-uploader .entry-content ul{
	margin: 6px 0 0 0 !important;
}

.qq-uploader .um_description{
	margin-bottom: 10px;
}

.qq-uploader .qq-upload-list{
	list-style: inside;
}

.um_user_form{
	clear: both;
}

.um_user_form p{
	margin-bottom: 10px;
}

.um_user_form .um_label_top {
    text-transform: uppercase;
    font-weight: normal;
	color: #2a3890;
}

.um_user_form h4{
    font-family: 'MyriadPro-BoldCond', sans-serif;
    color: #1c7d3a;
    text-transform: uppercase;
    font-weight: normal;
	font-size: 30px;
}


.um_user_form .qq-upload-button{
	display: inline-block;
	cursor: pointer;
	line-height: normal;
}

.um_user_form .um_input {
    width: 492px;
    border: 1px solid #797979;
	padding: 16px;
    max-width: 100%;
}

.um_user_form .um_input[readonly="readonly"] {
	background: #ccc;
}

.um_description.required-message,
.um_user_form .um_description {
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    color: #2a3890;
    line-height: 18px;
	margin-bottom: 10px;
}

#um_field_45_fqs_user_general_label ~ label{
	display: inline-block;
    line-height: 17px;
    margin-bottom: 10px;
	color: #2a3890;
} 

.required-message,
.reg-extras p,
.reg-extras a,
.reg-extras br,
input[name="um_submit_button"]{
	float: right;
    clear: both;
	text-align: right;
}

.reg-extras p.um_description{
	width: 500px;
	max-width: 100%;
}

.print-reg-button{
	background-color: #9b2d24;
}

.reg-extras a{
	margin-bottom: 14px;
}

.checkbox-3col {
	display: flex;
	flex-wrap: wrap;
	padding-top: 10px;
}

.checkbox-3col label{
	flex-basis: 33.3333%;
    padding-right: 10px;
    line-height: 18px;
    padding-bottom: 5px;
	/*text-transform: capitalize;*/
}

#um_field_42_fqs_user_print_label + .checkbox-3col label{
	flex-basis: 50%;
}

.um_field_container.hidden{
	display: none;
}

.block-style{
	clear: both;
	margin-bottom: 20px;
}


.home-print-cat article {
  
}

h4.home-topic-heading{
	background: #000;
    color: #fff;
    font-size: 24px;
    font-family: 'MyriadPro-BoldCond', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px;
    margin-bottom: 0;
}


.block-style.home-print-cat-left article.entry{
	padding: 0;
}

.block-style.home-print-cat-left article header {
    
    width: 100%;
    bottom: 0px;
    left: 0px;
}


.featured-content .home-print-cat-right .entry{
	margin-bottom: 0px;
    padding: 0 0 10px 0px;
	margin-top: 10px;
}

.featured-content .home-print-cat-right .entry:last-of-type{
	border-bottom:none;
}

.home-print-cat-right,
.home-print-cat-left{
	float: left;
    width: 50%;
}

.home-print-cat-right{
	padding-left: 10px;
}

.home-print-cat-left{
	padding-right: 10px;
}

.right{
	float:right;
	text-align: right;
}

.home-career-news .small-link,
.home-print-cat-right .small-link{
	margin-top: 20px;
	color: #777;
	font-size: 14px;
}

.home-print-cat-item{
	padding-bottom: 20px;
}


.home-careers{
	display: flex;
	background-color: #fcdc70;
    padding: 20px;
    margin: 0 0 20px 0;
}

.home-career-news{
	flex-basis: 33.3333%;
		padding-right: 20px;
	border-right: 1px solid #ccc;
}

.home-career-ads{
	flex-basis: 66.6666%;
		padding-left: 20px;
}


.home-career-ads .entry-title,
.home-career-news .entry-title {
    font-size: 20px;
    font-family: 'Droid Sans', sans-serif;
	text-transform: none;
}

.home-career-ads h6{
	font-size: 14px;
    font-family: 'Droid Sans', sans-serif;
    color: #777;
    margin: 0;
}

.home-career-ads h5 {
	font-size: 16px;
    font-family: 'Droid Sans', sans-serif;
    color: #777;
    margin: 0;
}


.home-career-news .entry{
	padding: 14px 0;
	margin: 0;
}

.home-career-ads .entry-content{
	line-height: normal;
}

.home-career-ads .native-ad{
	display: flex;
}

.career-ad-details{
	padding-right: 20px;
}

.button.arrow,
.career-ad-link .button{
	position: relative;
    padding-left: 40px;
}

.button.arrow:before,
.career-ad-link .button:before {
	vertical-align: middle;
    content: "\f139";
    font-family: dashicons;
    font-size: 30px;
    position: absolute;
    left: 10px;
    top: 9px;
}

.site-footer *:hover,
.site-footer *{
	color: #fff;
}

.site-footer a em:hover,
.site-footer a em{
	color: #999999;
}



.footer-center .widget_nav_menu ul li a,
.site-footer .widget-title,
.footer-heading,
#latest_issue h4{
	font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'MyriadPro-BoldCond', sans-serif;
}

.latest-issue-date{
	font-size: 22px;
}

.footer-center .widget_nav_menu ul li ul li a,
#latest_issue ul li a{
	color: #999999;
    font-size: 16px;
	font-weight: normal;
	text-transform: none;
	font-family: 'Droid Sans', sans-serif;
}

ul.horiz.sm-links li {
	padding-right: 20px;
}

.sm-links li a i{
    background: #999999;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    font-size: 28px;
    text-align: center;
    padding-top: 8px;
}

.sm-links li a:hover i{
    background-color: #9b2d24;
}

.footer-center {
	width: 60%;
	padding: 0 0 0px 100px;
}

.footer-center .widget li li{
	    margin: 0;
}


.footer-center .widget_nav_menu ul.menu{
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	
	/*height: 330px;*/
}
.footer-center .widget_nav_menu ul.menu > li{
	line-height: 1.4;
	flex-basis: calc( 33.3333% - 5px );
    padding: 0 5px 18px 5px;
}

.footer-left-bottom {
    width: 58%;
    float: left;
    text-align: left;
    font-size: 14px;
	margin-top: 132px;
	clear: both;
}

.footer-right {
	width: 40%;
    float: right;
    text-align: right;
}

.archive.category .archive-description{
	background-color: #000;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0px;
    color: #fff;
}

.archive.category .archive-title{
    color: #fff;
    border-bottom: none;
    font-family: 'MyriadPro-BoldCond', sans-serif;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.pf_ajax_result{
	clear: both;
}

ul#menu-footer-menu li a{
	pointer-events: none;
    line-height: 1;
}

ul#menu-footer-menu li ul li a{
	pointer-events: auto;
}

.signup-widget #sign_up_marketing{
	margin-right: 6px;
}



.home-latest-rest .entry-header .entry-meta{
    margin-bottom: 0px;
}


.category-archive-posts-wrapper .entry {
    padding: 10px 0;
    margin: 0px 0;
	border-bottom: none;
}

/*hide the first post on the first page of an archive section 
.archive .archive-posts-wrapper article:first-child{
	display: none;
}

.archive.paged .archive-posts-wrapper article:first-child{
	display: block;
}
*/

.single-article .sidebar-primary h3.widget-title,
.home .sidebar-primary h3.widget-title{
	font-size: 20px;
    line-height: normal;
    margin-bottom: 0px;
}

.single-article .sidebar-primary h3.widget-title{
    color: #1c7d3a;
}

#menu-home-sidebar-menu li {
	margin-bottom: 0px;
    padding-bottom: 0px;
    display: inline-block;
    padding-right: 10px;
}

#menu-home-sidebar-menu li:last-child {
   padding-right: 0px;    
}

#menu-home-sidebar-menu li a {
	color: #2a3890;
	position: relative;
	padding-left: 16px;
}

#menu-home-sidebar-menu li a:before {
    vertical-align: middle;
    content: "\f139";
    font-family: dashicons;
    font-size: 30px;
    position: absolute;
    left: -12px;
    top: -15px;
	color: #1c7d3a;
}

.home .sidebar-primary p{
	font-size: 13px;
    line-height: normal;	
}

.single-article .sidebar-primary .button,
.home .sidebar-primary .button{
	width: 100%;
    text-align: right;
}

.archive.category .block-style article .entry-content {
 
    padding-bottom: calc(60% - 3px);
	
}

.single-article .entry{
	margin: 0px;
    border-bottom: none;
    padding-bottom: 0;
}

.author-name{
	font-size: 18px;
}


.gateway-box{
	border: 1px solid #000;
    border-radius: 20px;
    padding: 30px;
   
}

.login-pop-up-content h3,
.gateway-box h2{
	color: #1c7d3a;
    margin-bottom: 10px;
    font-family: 'MyriadPro-BoldCond', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 30px;
}

.login-pop-up-content h3{
	float: left;	
}


.gateway-reg{
	text-align: center;
	margin: 0;
}

.gateway-reg a.header-login{
	color: #2a3890;
}

.social-sidebar{
	

    float: left;
    width: 100px;
    padding: 20px 10px 10px 0;
	
}

.single-article .content {
    width: calc( 100% - 430px );
    /*width: 640px;*/
}

.wpp-list a{
	color: #2a3890;
}


.single-article .widget_fq_paid_partner_widget,
.single-article .yarpp-related{
	border-top: double 6px #e3e3e3;
    margin-top: 40px;
    padding-top: 20px;
    background: #fff;
    position: relative;
}
    
.um_field_result img{
	border-radius: 100%;
}

.um_remove_file span{
	
}

.um_field_result .um_remove_file span{
	background: none;
    padding: 0;
}

.um_field_result .um_remove_file span:before{
    content: '\f057';
    font-family: "fontawesome";
    font-size: 20px;
    padding-right: 6px;
}
.login-form label{
	color: #2a3890;
	font-weight: normal;
	text-transform: uppercase;
}

.tribe-events-notices{
	    background: #e3e3e3;
    color: #000;
    border: none;
    text-shadow: none;
}

.pf_info,
.pf_success,
.pf_error{
	background-image: none !important;
	position: relative !important;
	clear: both !important;
}

.pf_info:before,
.pf_success:before,
.pf_error:before{
    content: '\f057';
    font-family: "fontawesome";
    font-size: 30px;
    padding-right: 6px;
    color: #D8000C;
    position: absolute;
    left: 10px;
    top: 5px;
}

.pf_success:before{
	content: '\f058';
	color: #1c7d3a;
}

.pf_info:before{
	content: '\f05a';
	color: #00529B;
}

.password_strength{
	display: none;
}

.grecaptcha-badge{
	display: none;
}

.single-article .singular-image.entry-image{
    width: 100%;
    z-index: 1;
    position: relative;
}

.sign-up-error{
    color: #cc0000;
    font-size: 12px;
    display: none;
}

.sign-up-error.show{
    display: block;
}

#latest_issue ul{
    margin-bottom: 24px;
}

.footer-left-bottom.mobile{
    display: none;
}

.mobile-only{
    display: none;
}

.desktop-only{
    display: block;
}

.sticky-footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.sticky-footer.hide{
    display: none;
}

.sticky-footer .widget-area{
    width: 320px;
    margin: 0 auto;
    max-width: 100%;
}

.sticky-footer .widget-area p{
    margin: 0;
}

.sticky-footer .widget-area img{
    float:left;
}
    
.sticky-footer-close{
    display: inline-block;
    color: #fff;
    background: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    padding-top: 5px;
    font-weight: bold;
    float: right;
}

.sticky-footer-close:hover{
    color: #fff;
}

.page-template-page-profile .um_user_form .um_group_segment:first-child > h4{
    display: none;
}


.single-article .sd-content ul li{
    display: block;
}

.gated-content{
    max-height: 400px;
    overflow: hidden;
    position: relative;
    margin-bottom: 28px;
}

.gated-content:after{
    content: '';
    position: absolute;
    background: linear-gradient(to bottom, transparent, white);
    height: 50px;
    width: 100%;
    bottom: 0;
    z-index: 1;
}

.button.arrow.covid-button{
    background-color: #9b2d24;
    padding: 5px 7px 2px 23px;
    top: 1px;
}

.button.arrow.covid-button:hover{
	background-color: #1c7d3a;
}

.button.arrow.covid-button:before{
    left: -4px;
    top: -2px;
}

.single-article .sidebar-primary .home-bottom{
    border-top: double 6px #e3e3e3;
    margin-top: 0;
    padding-top: 20px;
}


.osano-cm-widget{display: none;}



.fa-twitter.fa-twitter-x:before{
    content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 300 271' xml:space='preserve'%3E%3Cpath style='fill:%23FFFFFF;' d='M236,0h46L181,115l118,156h-92.6l-72.5-94.8l-83,94.8h-46l107-123L-1.1,0h94.9l65.5,86.6L236,0z M219.9,244h25.5L80.4,26H53L219.9,244z'/%3E%3C/svg%3E");
 
    width: 26px;
    display: block;
    margin: 1px 0px 0 8px;
    
}

.fa-twitter.fa-twitter-x:hover:before{
    
}

body .sd-social-icon .sd-content ul li.share-twitter a:before{
    
    
    content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 300 271' xml:space='preserve'%3E%3Cpath style='fill:%23FFFFFF;' d='M236,0h46L181,115l118,156h-92.6l-72.5-94.8l-83,94.8h-46l107-123L-1.1,0h94.9l65.5,86.6L236,0z M219.9,244h25.5L80.4,26H53L219.9,244z'/%3E%3C/svg%3E");
    width: 18px;
    
}

.advert-mobileleaderboard{
    text-align: center;
    display: inline-block;
} 


.advert-mobileleaderboard.mobile-only{
    display: none;
} 

.non-stick{
    position: relative !important;
}

.non-stick + div{
    display: none !important;
}


/* # 2020 Revamp
---------------------------------------------------------------------------------------------------- */




/* # *****************TEMPORARY DISABLE PRINT REG STUFF***************
---------------------------------------------------------------------------------------------------- */

/*
#latest_issue .button-wrap ul li:nth-child(3),
.reg-extras p,
.button.print-reg-button,
.button.print-reg-button + p,
.header-register-print{
    display: none;
}
*/

/* # *****************TEMPORARY DISABLE PRINT REG STUFF***************
---------------------------------------------------------------------------------------------------- */






/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.content #genesis-responsive-slider .flex-direction-nav li a {
	/*	background-image: url(images/icon-direction-nav@2x.png);*/
	}
	
}


@media only screen and (max-width: 1200px) {

    /*
	.site-inner,
	.wrap {
		max-width: 960px;
	}
    */
    
    
    .site-container .wrap,
	.site-header .wrap {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		/*width: 580px;*/
        width: calc( 100% - 330px );
	}
	
	.site-header .widget-area {
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	/*
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 260px;
	}

	.footer-widgets-1 {
		margin-right: 70px;
	}
	*/

	#native-ad-promos.ad-count-3 .native-ad {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		float: left;
	}	

	
}

@media only screen and (max-width: 1140px) {
	.site-header #wysiwyg_widgets_widget-9,
	.site-header #text-8 {
		display: none;
	}
	.site-header .widget-area {
		width: 730px;
	}
	.site-header .widget-area .widget {
		margin-left: 0;
	}
	.site-header .widget-area .widget img {
		float: none;
	}

}
/*
@media only screen and (max-width: 1050px) {
	.title-area {
		width: 165px;
		padding-top:20px;
	}
}
*/

@media only screen and (max-width: 960px) {

    /*
	.site-inner,
	.wrap {
		max-width: 800px;
	}*/

    .sidebar-second, 
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
    
    .site-header .widget-area,
    .title-area {
		width: auto;
	}

	.site-header .wrap {
		/*padding: 20px 5%;*/
		max-width: 100%;
	}
	.site-header .widget-area {
		text-align: center;
	}
	.site-header .widget-area .widget {
		float:none;
	}

	.header-image .title-area {
		background-position: center top;
	}

    

	.footer-widgets-2,
	.footer-widgets-1 {
		padding:0;
	}
	
    .genesis-nav-menu a {
        padding: 10px 6px;
    }
    
    .nav-primary .genesis-nav-menu a{
        font-size: 16px;
    }
    
    #top-section-latest,
    #top-section-featured {
        width: 100%;
    }
    
    .block-style #webcasts-footer article {
        width: 50%;
    }

    .single-article .content {
        width: 100%;
    }
    
    .social-sidebar {
        width: 100%;
        padding: 20px 10px 0px 0;
        position: relative;
        
        z-index: 1;
        background: #fff;

    }
    
   .single-article .sd-content ul li{
        display: inline-block;
    }
    
}

@media only screen and (max-width: 800px) {

	body {
		background-color: #fff;
		font-size: 16px;
	}

	.site-inner,
	.wrap {
		/*padding-left: 5%;
		padding-right: 5%;*/
	}

	.archive-description,
	/*.author-box,*/
	.comment-respond,
	/*.entry,*/
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.home-middle-left,
	.home-middle-right,
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}
	
	.footer-left,
	.footer-center,
	.footer-right {
		float:none;
		width:100%;
		/*text-align:center;*/
	}
	
	.home-middle-left {
		border: none;
		padding-right:0;
	}
	.home-middle-right {
		border: none;
		padding-left:0;
	}
	
	
	#native-ad-promos.ad-count-2 .native-ad {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		float: left;
	}	

    
    .footer-left {
        width: 100%;
    }
    
    .footer-center {
        width: 100%;
        padding: 0 0 0px 0px;
    }
    
    .footer-left ul.horiz li {
        padding: 0 5px;
        display: inline-block;
        float: none;
    }
    
    .footer-left ul.horiz{
        margin-bottom: 40px;
    }
    
    .footer-left-bottom.mobile{
        display: inline-block;
        margin-top: 0;
        width: 100%;
    }
    
    .footer-left-bottom.desktop{
        display: none;
    }
    
    .footer-right a.alignright, 
    .footer-right img.alignright,
    .footer-right .wp-caption.alignright {
        margin: 0 12px 24px 0;
        float: left;
    }

}

@media only screen and (max-width: 767px) {

    .top-bar{
        display: block;
    }
    
    .top-bar .search-form{
        display: flex;
        margin-top: 7px;
    }
    
    .top-bar .search-box button{
       position: relative; 
    }
    
    .user-links li {
        font-size: 15px;
    }
    
    .user-box img {
        width: 30px;
        height: 30px;
        margin-right: 6px;
    }
    
    
    .site-header .wrap{
        display: block;
    }
    
    .site-header .title-area{
        width: 100%;
    }
    
    .site-header .title-area a{
        margin: 0 auto;
        width: 100%;
        text-align: center;
        display: block;
    }
    
    .site-header .title-area img{
        float: none;
        padding: 10px 0 0px 0;
    }
    
    .site-header .widget-area {
        width:100%;
    }
    
    
    
    .nav-primary {
		/*background: #1c7d3a; */
        /* min-height: 50px; */
        margin: 0 -20px;
	}
	.genesis-nav-menu.responsive-menu {
		background-color:#1c7d3a;
		padding-right:0;
	}
	.nav-primary .genesis-nav-menu a {
		max-width: 100%;
		display: inline-block;
		text-align:left;
	}
	.nav-primary .genesis-nav-menu #menu-item-9783 > a {
		max-width: 100%;
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		background: #1c7d3a;
		border: none;
		color: #fff;
		display: block;
		line-height: 1;
		padding: 20px;
		text-transform: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f132";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 18px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
		color:#fff;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f460";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 20px;
		position: relative;
		text-transform: none;
		width: 100%;
		color: #fff;
	}
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a{
		color: #fcdc70;
	}
	.genesis-nav-menu.responsive-menu .menu-item.custom-search {
		display:none;
	}
	.genesis-nav-menu li.custom-search-link {
	}
	.featured-subnav {
		display:none;
	}
	.genesis-nav-menu .menu-item.current-menu-item:hover > .sub-menu,
	.genesis-nav-menu .menu-item.current-menu-ancestor:hover > .sub-menu {
		left: 0px;
		opacity: 1;
	}
	
	.nav-primary .genesis-nav-menu .sub-menu a {
		max-width: 100%;
	}
	
	#menu-item-12159 a {  /* Home tab */
		background-image: none;
		text-indent:0;
		padding: 20px;
	}

	#menu-item-12269 {	/* Search tab */
		display: block;
	}
	
    
    .genesis-nav-menu .menu-item {
        float: none;
    }
    
    
    .genesis-nav-menu .menu-item .sub-menu  .menu-item{
        margin-left: 20px;
    }
    
    .nav-primary .genesis-nav-menu .menu-item-has-children > a:after{
        display: none;
        
    }
    
    #menu-main-menu > li {
        border-bottom: 1px solid #fcdc70;
    }
    
    
    

    .under-nav-sidebar .widget-area .widget .advert-mobileleaderboard > div:before 
    /*.under-nav-sidebar .widget-area .widget:first-child:before*/
    {
        top: 0;
        left: 50%;
        transform: none;
        margin-top: -16px;
        margin-left: -32px;
        font-size: 10px;
    }

    /*
    .under-nav-sidebar .widget-area{
        padding-top: 16px;
    }*/
    
    .under-nav-sidebar .widget-area .widget {
        margin: 0px;
     
    }
    
    #top-section-featured article,
    #top-section-latest article {
        width: 100%;
        margin-bottom: 20px;
    }

    .block-style.home-latest-first article .entry-content,
    .block-style article .entry-content,
    .block-style #top-section-latest article .entry-content,
    .block-style #top-section-latest article:first-child .entry-content,
    .block-style article .entry-content{
        padding-bottom: 72%;
    }
    
    .block-style #webcasts-footer article {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .home-careers{
        flex-wrap: wrap;
    }
    
    .home-career-news {
        flex-basis: 100%;
        padding-right: 0;
    border-right: 0;
        border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    }
    
    .home-career-ads {
        flex-basis: 100%;
        padding-left: 0;
    }
    
    
    .signup-widget .field-container {
        flex-wrap: wrap;
    }
    
    .signup-widget input[type='email'],
    .signup-widget select {
        width: calc( 50% - 5px );
    }
    
    .signup-widget button {
        margin-left: 0;
        margin-bottom: 5px;
    }
    
    .home-print-cat-right,
    .home-print-cat-left {
        width: 100%;
    }
    
    .home-print-cat-left {
        padding-right: 0px;
    }
    
    
    .checkbox-3col label {
        flex-basis: 50%;
    }
    
    .mobile-only{
        display: block;
    }
    
    .advert-mobilefooter{
        height: 80px;
    }
    
    .advert-mobileleaderboard.mobile-only{
        display: inline-block;
    }
    
    
    .desktop-only{
        display: none;
    }
    
    .genesis-nav-menu,
    .nav-primary .genesis-nav-menu a,
    .genesis-nav-menu .menu-item,
    .site-header .widget-area .widget .widget-wrap nav,
    .nav-primary,
    .site-header .widget-area .widget,
    .site-header .widget-area .widget .widget-wrap{
        height: auto;
    }
    
    
    
    .single-article .entry {
        
        padding-top: 0;
    }
    
    .site-inner{
		padding-top: 0;
	}
    
    .single-article .content article .entry-footer{
        position: relative;
        padding-bottom: 40px;
        background: #fff;
    }
    
    .single-article .yarpp-related {
        margin-top: 0;
        margin-bottom: 0;
    }
    
    
    .signup-widget{
        margin: 0;
        z-index: 1;
        position: relative;
        border-bottom: 20px solid #fff;
    }
    
    .home-careers .widget-title:after, 
    .signup-widget .widget-title:after {
        display:none;
    }
    
    
    .gateway-box {
        z-index: 1;
        position: relative;
        background: #fff;
    }
    
    .gated-content {
        margin-bottom: 0;
    }
    
    .home-bottom {
        margin: 0;
        background: #fff;
        z-index: 1;
        position: relative;
    }
    
    .sidebar.sidebar-primary.widget-area{
        z-index: 1;
        position: relative;
        background: #fff;
    }
    
    .home-careers {
        z-index: 1;
        position: relative;
    }
    
    
    
    .under-nav-sidebar{
        z-index: 1;
    }
    
    
}
    

@media only screen and (max-width: 600px) {

	
	.content #genesis-responsive-slider .flex-direction-nav li .next,
	.content #genesis-responsive-slider .flex-direction-nav li .prev,
	.content .slide-excerpt {
		/*display: none;*/
		position:relative;
	}
	.content #genesis-responsive-slider .slide-image {
		overflow:visible;
	}
	.content #genesis-responsive-slider .slide-excerpt,
	.content #genesis-responsive-slider .slide-excerpt-border {
		padding:0;
		width: 100%;
	}
	.content #genesis-responsive-slider h2 {
		margin-bottom:0;
	}
	.content #genesis-responsive-slider h2 a {
		font-size:18px;
	}
	
	.home-middle-left {
		border: none;
	}
	
	.header-image .site-header .site-title a {
		background-size: contain !important;
	}
	
	.entry-title {
		font-size: 26px;
	}
	
	.genesis-grid-even,
	.genesis-grid-odd {
		width:100%;
		padding:20px !important;
	}
	
	.site-container {
		width:100%;
		margin:0;
	}
	
	.site-header .title-area {
		padding-left: 20px;
		padding-right: 20px;
	}

    .signup-widget input[type='email'],
    .signup-widget select {
        width: 100%;
    }
    
    .signup-widget input[type='email'],
    .signup-widget select{
        margin-right: 0;
    }
    
    .block-style article header a p{
        display:none;
    }
    
    .archive.category .archive-description {
        margin-bottom: 0px;
    }
    
     .author-box img{
        float: none;
        margin-right: 0;

    }
    
    #um_field_42_fqs_user_print_label + .checkbox-3col label,
    .checkbox-3col label {
        flex-basis: 100%;
    }
 
    
    .login-pop-up-inner {
        align-items: flex-start;
        flex-direction: column;
    }
    
    .login-pop-up .login-form {
        margin-top: 0px;
        border-right: none;
        margin-right: 0;
        padding-right: 0;
    }
    
    .login-pop-up .login-form a.forgot-pass {
        float: left;
        margin-bottom: 14px;
    }

    .login-form .um_input {
        width: 240px; 
    }
}

@media only screen and (max-width: 500px) {
	.entry,
	body.archive .entry, 
	body.search .entry,
	.archive-description {
	}
	
	.issue-section-header {
		padding-left: 20px;
	}

	#promo-box {
		display:none;
	}

	body.home .content img.alignright,
	body.home .content img.alignleft,
	body.archive .content img.alignright,
	body.archive .content img.alignleft {
		float:none;
		margin:0 0 6px 0;
		clear:both;
		max-width: 100%;
	}
    
    .home-career-ads .native-ad {
        flex-wrap: wrap;
    }
    
    .career-ad-link{
        margin-top: 10px;
    }
    
    
    .footer-center .widget_nav_menu ul.menu > li {
        
        flex-basis: 100%;
        padding: 0 0px 18px 0px;
    }
    
    
}

/*
@media only screen and (max-width: 400px) {
    
	.widget_text{
		margin: 0 -10px 0 -10px;
	}
}
*/