/*
	Theme Name: WFN Child Theme
	Theme URI: http://www.ascendintegratedmedia.com/
	Description: WFN is a theme based on the StudioPress theme eleven40, which is a child theme of the Genesis Framework.
	Author: Ascend Integrated Media
	Author URI: http://www.ascendintegratedmedia.com/
	Version: 1
	Template: genesis
	Template Version: 1.8.2
*/

/* Table of Contents

* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Page Title
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Subscription Forms
* eleven40 Blue
* eleven40 Green
* eleven40 Red
* Responsive Design

*/


/* Defaults
------------------------------------------------------------ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5625;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	box-sizing: border-box;
	color: #333;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #415ba9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #b3442e;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */
body {
	background: #415BA8;
	background: -moz-linear-gradient(top, #415BA8 0%, #aade-365.ascendeventmedia.com 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#415BA8), color-stop(100%,#aade-365.ascendeventmedia.com));
	background: -webkit-linear-gradient(top, #415BA8 0%,#aade-365.ascendeventmedia.com 100%);
	background: -o-linear-gradient(top, #415BA8 0%,#aade-365.ascendeventmedia.com 100%);
	background: -ms-linear-gradient(top, #415BA8 0%,#aade-365.ascendeventmedia.com 100%);
	background: linear-gradient(to bottom, #415BA8 0%,#aade-365.ascendeventmedia.com 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#415BA8', endColorstr='#aade-365.ascendeventmedia.com',GradientType=0 );
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 1em 0;
	max-width: 1140px;
	background: #fff;
	margin: 0 auto;
	padding: 0 10px;
}


/* Header
------------------------------------------------------------ */

#header .wrap {
	height: 145px;
	position: relative;
}

#title-area {
	height: 145px;
	width: 100%;
}

#title {
	background: url('../assets/WFN_header_wTag-01.png') no-repeat 10px 10px;
	border-top: 0;
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-size: 30px;
	line-height: 1;
	margin: 0;
	padding: 0;
	position: relative;
	text-shadow: 0 1px #96430d;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 145px;
}

#title a,
#title a:hover {
	display: block;
	color: #000;
	text-decoration: none;
	height: 145px;
}

#description {
	display: none;
}

#header .widget-area {
	position: absolute;
	top: 36px;
	right: 10px;
	background: transparent;
}
#header .widget-area .date-today {
	color: #666;
	font-size: 12px;
}

/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 116px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 265px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 100%;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.menu-primary,
.menu-secondary {
	clear: both;
	color: #fff;
	font-size: 14px;
	margin: 0 10px;
}

#header .menu {
	float: right;
	font-size: 14px;
	text-transform: uppercase;
}

.menu-primary {
	background: #415BA8;
	text-align: right;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	display: inline-block;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
	color: #fff;
	display: block;
	font-family: arial, helvetica, sans-serif;
	padding: 10px 15px;
	position: relative;
	text-decoration: none;
}

#header .menu a {
	color: #fff;
	padding: 20px 15px 17px;
	text-shadow: 0 2px #111;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	color: #CB2D10;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
	color: #333;
	font-size: 12px;
	padding: 9px 10px 8px;
	position: relative;
	text-align: left;
	text-transform: none;
	width: 138px;
}

#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: url('../assets/bg-pattern.png');
	border: 1px solid #333;
	border-top: none;
	color: #fff;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	color: #ed702b;
}

#header .menu li li a:active,
#header .menu li li a:hover {
	background: url('../assets/bg-pattern_1.png');
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	position: absolute;
}

#wpadminbar li:hover ul ul {
	left: 0;
}
.widget-area .widget_nav_menu h4 {
	text-transform: uppercase;
	margin-top: 10px;
	font-size: 14px;
}

/* Primary Navigation Extras
------------------------------------------------------------ */
.menu li.right {
	float: right;
	font-family: arial, helvetica, sans-serif;
	padding: 10px 15px;
}

.menu li.right a {
	background: none;
	border: none;
	color: #333;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #ed702b;
	text-decoration: none;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url('../assets/rss.png') no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url('../assets/twitter-nav.png') no-repeat center left;
	padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

#inner {
	clear: both;
}

#inner .wrap {
	border-bottom: double #ddd;
	margin: 0 auto 0;
	padding-top: 10px;
	overflow: hidden;
}


/* Page Title
------------------------------------------------------------ */

.page-title {
	border-bottom: double #ddd;
	border-top: double #ddd;
	font-family: arial, helvetica, sans-serif;
	font-size: 30px;
	line-height: 1.0;
	overflow: hidden;
	padding: 25px 0;
	text-align: center;
}

.page-title p {
	font-size: inherit;
	line-height: 1.0;
	margin: 0;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	border: none;
	font-size: 14px;
	margin: -10px 0 30px;
	padding: 10px 15px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 14px;
	padding: 15px 15px 0;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 970px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	padding: 0 10px 30px;
}

.content-sidebar #content,
.sidebar-content #content {
}

.content-sidebar #content {
	border-left: none;
	padding: 0 10px 30px 10px;
	width: 890px;
}

.content-sidebar-sidebar #content {
	border-left: none;
	padding: 25px 39px 30px 0;
	width: 620px;
}

.sidebar-content #content {
	border-right: none;
	float: right;
	padding: 25px 0 30px 39px;
}

.sidebar-sidebar-content #content {
	border-right: none;
	float: right;
	padding: 25px 0 30px 39px;
	width: 620px;
}

.full-width-content #content {
	border: none;
	padding: 25px 0;
	width: 1140px;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
	margin-bottom:40px;
	border-bottom:1px #bbbbbb solid;
}
.entry-content h2 {
	color: #415AA8;
}
.entry-content p {
	margin: 0 0 25px;
}

blockquote {
	background: url('../assets/blockquote.png') no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}
.contact-page-form, .contact-page-info {
	width: 45%;
	float: left;
	margin: 10px;
}
.contact-page-info {
	margin-right: 0;
}
.your-subject input {
	width: 400px;
}
.your-message textarea {
	width: 400px;
}

.contact-page-info p {
	/*margin: 0 1em;*/
	float: right;
}
.contact-page-info p img {
	display: block;
	margin: 0 0 1em;
}
.contact-page-info p.physical {
	width: 35%;
	float: left;
	margin: 0 10px 0 0;
}

.contact-page-info p, p.electronic {
	/*width: 50%;*/
	float: right;
	margin: 0;
}

.contact-page-block h2 {
	color: #64A07D;
}
.socialbuttons span {
	min-height: 25px;
}
.callout-quote {
	border-top: 2px solid #64A07D;
	border-bottom: 4px solid #64A07D;
	width: 300px;
	float: right;
	color: #415AA8;
	margin: 1em 0 1em 1em;
}
.callout-quote p {
	color: #415AA8;
	margin: 20px;
	font-size: 24px;
	font-weight: bold;
}
.callout-quote-alt {
	border-top: 2px solid #64A07D;
	border-bottom: 4px solid #64A07D;
	width: 300px;
	float: right;
	margin: 1em 0 1em 1em;
}
.callout-quote p {
}

.background-box {
	background: #E7E8F4;
	padding: 10px;
	margin-bottom: 25px;
}
.background-box p {
	margin-bottom: 25px;
}
.background-box-white {
	background: #ffffff;
	padding: 10px;
	margin-bottom: 25px;
	border: 2px solid #64A07D;
}
.background-box-white p {
	margin-bottom: 25px;
}

span.attribution {
	color: #939598;
}
div.references {
	font-size: 12px;
	padding: 1em;
	margin: 1em 0;
}
div.references p, div.references ol {
	margin-top: 0;
	margin-bottom: 0;
}
body.search-results .socialbuttons {
	display: none;
}
body.search-results .post-meta .categories {
	display: none;
}
table.plaintable {
	margin-bottom: 1em;
}
table.plaintable th {
	font-weight: normal;
	text-align: left;
}
table.plaintable tr {
	vertical-align: top;
}

/* IssueM
------------------------------------------------------------ */

.issuem_archives_shortcode {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.issuem_archive {
	position: relative;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	font-size: 9pt;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid transparent;
}
.issuem_archive p br {
	display: none;
}
.issuem_archive p a {
	display: block;
	text-align: center;
}
.issuem_archive p img, img.attachment-issuem-cover-image {
	-webkit-box-shadow:  0px 0px 6px 3px rgba(120, 120, 120, 0.5);
	box-shadow:  0px 0px 6px 3px rgba(120, 120, 120, 0.5);
}
.issuem_archive p a:nth-of-type(2) {
	margin-top: 4px;
}
.issuem_archive p a:nth-of-type(3) {
	background: #859fec;
	background: -moz-linear-gradient(top,  #859fec 0%, #859fec 50%, #4761ae 51%, #4761ae 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#859fec), color-stop(50%,#859fec), color-stop(51%,#4761ae), color-stop(100%,#4761ae));
	background: -webkit-linear-gradient(top,  #859fec 0%,#859fec 50%,#4761ae 51%,#4761ae 100%);
	background: -o-linear-gradient(top,  #859fec 0%,#859fec 50%,#4761ae 51%,#4761ae 100%);
	background: -ms-linear-gradient(top,  #859fec 0%,#859fec 50%,#4761ae 51%,#4761ae 100%);
	background: linear-gradient(to bottom,  #859fec 0%,#859fec 50%,#4761ae 51%,#4761ae 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#859fec', endColorstr='#4761ae',GradientType=0 );
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #B0C6FF;
	-webkit-box-shadow:  0px 0px 1px 1px rgba(106, 123, 195, 1);
	box-shadow:  0px 0px 1px 1px rgba(106, 123, 195, 1);
	color: #fff;
	cursor: pointer;
	line-height: 16px;
	padding: 4px 10px;
	text-decoration: none;
	display: block;
	margin: 0.2em auto 0;
	width: 156px;
	font-size: 14px;
}
.issuem_issue_draft {
	background: #FCF;
	border: 1px solid #F0F;
}

#issuem-featured-article-slideshowholder {
	display: block;
	margin-bottom: 0;
	width: 53%;
	height: auto;
	float: left;
	border: 1px solid #000;
}
#issuem-featured-article-slideshowholder .issuem-flexslider .slides > li {
	margin: 0 0 0 0 !important;
}
#issuem-featured-article-slideshowholder ul li {
	background: none;
	padding: 0 0 0 0;
}
#issuem-featured-article-slideshowholder .flexslider .slides > li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#issuem-featured-article-slideshowholder .flexslider .slides img {
	border: 1px solid #000;
}
#issuem-featured-article-slideshowholder .flex-control-nav li a {
background: url(/wp-content/themes/wfn/images/bg_control_nav.png) no-repeat 0 0
}
#issuem-featured-article-slideshowholder .flex-control-nav {
	bottom: -20px !important;
}
#issuem-featured-article-slideshowholder .ft-title {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 12pt;
}

.issuem-featured-article-thumbs-image {
	display: block;
	margin: 0 0 20px 20px;
	vertical-align: top;
	width: 100% !important;
	float: left;
	padding: 30px 10px 10px;
	border-top: 1px solid #64A07D;
}
#issuem-featured-article-thumbs-wrap {
	max-width: 500px;
	margin-bottom: 0;
	width: 45% !important;
	float: left;
}

.issuem-featured-article-thumb {
	display: block;
	margin: 0 0 20px 20px;
	vertical-align: top;
	width: 100% !important;
	float: left;
	padding: 30px 10px 10px;
	border-top: 1px solid #64A07D;
}
#issuem-featured-article-thumbs-imageholder > div:nth-child(2) {
	margin-bottom: 0;
}
.issuem-featured-thumbs-img {
	width: 100px;
	display: block;
	width: 40%;
	float: left;
	margin: 0 10px 0 0;
}
.issuem-featured-thumbs-img br {
	display: none;
}
.issuem-featured-thumbs-img img {
	border: 1px solid black;
}

.issuem-featured-thumb-title {
	display: block;
	font-weight: bold;
	color: #415ba9;
	border-bottom: 1px solid #415ba9;
	font-size: 14pt;
	font-weight: normal;
	float: left;
	width: 55%;
}

.featured-thumb-content {
	display: none;
	float: left;
	width: 200px;
	font-size: 11pt;
	line-height: 1.2;
}

.featured-thumb-byline {
	display: block;
	clear: both;
	font-size: 12px;
	line-height: 12pt;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.issuem_active_list_widget, .issuem_article_list_widget {
}

p.issuem_widget_issue_name {
	margin: 5px 0;
	font-size: 14px;
	color: #1C5AA7;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

p.issuem_widget_issue_cover_image {
	margin: 0;
	text-align: center;
}

a.thank_you_button {
	background: #859fec;
	background: -moz-linear-gradient(top,  #859fec 0%, #859fec 50%, #4761ae 51%, #4761ae 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#859fec), color-stop(50%,#859fec), color-stop(51%,#4761ae), color-stop(100%,#4761ae));
	background: -webkit-linear-gradient(top,  #859fec 0%,#859fec 50%,#4761ae 51%,#4761ae 100%);
	background: -o-linear-gradient(top,  #859fec 0%,#859fec 50%,#4761ae 51%,#4761ae 100%);
	background: -ms-linear-gradient(top,  #859fec 0%,#859fec 50%,#4761ae 51%,#4761ae 100%);
	background: linear-gradient(to bottom,  #859fec 0%,#859fec 50%,#4761ae 51%,#4761ae 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#859fec', endColorstr='#4761ae',GradientType=0 );
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #B0C6FF;
	-webkit-box-shadow:  0px 0px 1px 1px rgba(106, 123, 195, 1);
	box-shadow:  0px 0px 1px 1px rgba(106, 123, 195, 1);
	color: #fff;
	cursor: pointer;
	line-height: 16px;
	padding: 4px 10px;
	text-decoration: none;
	display: inline-block;
	margin: 1em auto 0;
	text-align: center;
	margin:10px;
	font-size:14px;
}

a.thank_you_button:hover {
	background: #cce7d4; /* Old browsers */
	background: -moz-linear-gradient(top,  #cce7d4 0%, #cce7d4 50%, #94cda5 51%, #94cda5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cce7d4), color-stop(50%,#cce7d4), color-stop(51%,#94cda5), color-stop(100%,#94cda5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cce7d4 0%,#cce7d4 50%,#94cda5 51%,#94cda5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cce7d4 0%,#cce7d4 50%,#94cda5 51%,#94cda5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cce7d4 0%,#cce7d4 50%,#94cda5 51%,#94cda5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cce7d4 0%,#cce7d4 50%,#94cda5 51%,#94cda5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cce7d4', endColorstr='#94cda5',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow:  0px 0px 1px 1px rgba(148, 205, 165, 1);
	box-shadow:  0px 0px 1px 1px rgba(148, 205, 165, 1);
	text-decoration: none;
	font-size:14px;
}


p a.issuem_widget_issue_pdf_link {
	background: #859fec;
	background: -moz-linear-gradient(top,  #859fec 0%, #859fec 50%, #4761ae 51%, #4761ae 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#859fec), color-stop(50%,#859fec), color-stop(51%,#4761ae), color-stop(100%,#4761ae));
	background: -webkit-linear-gradient(top,  #859fec 0%,#859fec 50%,#4761ae 51%,#4761ae 100%);
	background: -o-linear-gradient(top,  #859fec 0%,#859fec 50%,#4761ae 51%,#4761ae 100%);
	background: -ms-linear-gradient(top,  #859fec 0%,#859fec 50%,#4761ae 51%,#4761ae 100%);
	background: linear-gradient(to bottom,  #859fec 0%,#859fec 50%,#4761ae 51%,#4761ae 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#859fec', endColorstr='#4761ae',GradientType=0 );
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #B0C6FF;
	-webkit-box-shadow:  0px 0px 1px 1px rgba(106, 123, 195, 1);
	box-shadow:  0px 0px 1px 1px rgba(106, 123, 195, 1);
	color: #fff;
	cursor: pointer;
	line-height: 16px;
	padding: 4px 10px;
	text-decoration: none;
	display: block;
	margin: 1em auto 0;
	width: 156px;
	text-align: center;
}
issuem_article_list h4 {
	font-size: 14px;
}
.issuem_article_list_widget p {
	margin: 0;
	line-height: 14pt;
}

.issuem_article_list h4.widgettitle {
	color: #64A07D;
	padding-bottom: 10px;
	border-bottom: 1px solid #bbbbbb;
}
.issuem_article_list_widget .issuem_widget_category {
	color: #999;
	font-size: 9pt;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: 5px 0 0;
	padding: 0;
	text-transform: uppercase;
}

.issuem_article_list_widget .issuem_widget_link {
	color: #415ba9;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.issuem_article_list_widget #current_article .issuem_widget_link {
	font-weight: bold;
	color: inherit;
}

.issuem_article_list_widget .issuem_widget_teaser {
	font-size: 11pt;
	font-weight: normal;
	line-height: 1;
	margin-top: 0;
	padding-top: 0;
}
.issuem_article_list_widget .article_list {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #bbbbbb;
	font-weight: bold;
}
.issuem_article_list_widget .article_list #current_article a {
	color: #415ba9;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.issuem_articles_shortcode {
	clear: both;
	padding-top: 2em;
}

.issuem_articles_shortcode p {
	margin: 0;
	line-height: 1.2;
}

.issuem_articles_shortcode .issuem_article {
	margin-bottom: 15px;
}

.issuem_articles_shortcode .issuem_article_category {
	color: #64a07d;
	font-size: 13pt;
	font-weight: bold;
	border-bottom: 1px solid #64a07d;
	letter-spacing: 0.1em;
	margin: 0 0 0.3em 0;
	padding: 0;
	text-transform: uppercase;
}

.issuem_title {
	color: #64a07d;
	font-size: 13pt;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.issuem_articles_shortcode .issuem_article_link {
	display: block;
	color: #415ba9;
	font-size: 14pt;
	font-weight: normal;
	margin: 0 0 0.3em 0;
}

.issuem_articles_shortcode .issuem_article_content {
	color: #231F20;
	font-size: 11pt;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 0.3em;
}

.issuem_articles_shortcode .issuem_article_byline {
	font-size: 9pt;
	text-transform: uppercase;
	color: #231F20;
	font-weight: normal;
	letter-spacing: 0.1em;
}

div.api_error {
	clear: both;
}
@media only screen and (max-width: 770px) {

	#issuem-featured-article-thumbs-wrap {
		width:100% !important;
		margin:0 auto;
		float: none;
	}

	#issuem-featured-article-slideshowholder {
		max-width: 468px;
		display: block;
		margin: 0 auto;
		width: 100%;
		height: 100%;
		float:none;
	}
	#issuem-featured-article-thumbs-imageholder {
		max-width: 100%;
		margin: 1em;
		width: 100% !important;
		clear: both;
	}
	.issuem-featured-article-thumbs-image {
		margin: 0;
	}
	.issuem-featured-article-thumb {
		border-top:none;
	}
}

/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.25;
	margin: 0 0 10px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
}
h1.entry-title, h1.archive-title {
	border-bottom: 1px solid #B7C903;
}
.date-info {
	text-align: right;
}
.home h1.entry-title {
	display: none;
}
.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
	font-size: 20px;
	font-weight: bold;
}

h2 a,
h2 a:visited {
	font-family: arial, helvetica, sans-serif;
}

h2 a:hover {
	text-decoration: none;
}

.genesis-grid h2,
.genesis-grid h2 a,
.genesis-grid h2 a:visited {
	font-size: 24px;
	line-height: 1.4;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

.after-post h4 {
	color: #aaa;
	margin: 0 0 15px;
}

.taxonomy-description h1,
.widget-area h4 {
	font-size: 16px;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

#footer-widgets h4 {
	color: #ddd;
	font-size: 20px;
	margin: 0 0 20px;
	padding: 0;
	text-shadow: 0 2px #111;
}

#footer-widgets h4 a {
	color: #ddd;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.after-post ul,
.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.after-post ul li,
.archive-page ul li,
.entry-content ul li {
	background: url('../assets/list.png') no-repeat top left;
	list-style-type: none;
	margin: 0 0 5px 20px;
	padding: 0 0 0 15px;
	word-wrap: break-word;
}

.after-post ul li {
	background: url('../assets/list-after-post.png') no-repeat top left;
	margin: 0 0 5px 15px;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	color: #666;
	font-size: 14px;
	margin: -5px 0 15px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
//	border-top: 1px solid #ddd;
	clear: both;
	color: #666;
	font-size: 14px;
	padding: 5px 0 0;
	text-transform: lowercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.author-box p {
	font-size: 14px;
}


/* After Post
------------------------------------------------------------ */

.after-post {
	background: url('../assets/bg-pattern_2.png');
	border: double #ddd;
	clear: both;
	color: #fff;
	margin: 30px 0;
	padding: 25px;
	overflow: hidden;
	text-shadow: 0 1px #111;
}

.after-post p {
	color: #fff;
}

.after-post form {
	background: url('../assets/arrow.png') no-repeat 40px 0;
	display: block;
	padding: 10px 0 10px 120px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 50%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url('../assets/icon-dot.png') no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 0 0 10px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 5px;
	text-align: left;
}
#clearright {
	clear: right;
}
p.wp-caption-text {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	background-color: #444;
	border: none;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	padding: 5px 12px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #ed702b;
	border: none;
	text-decoration: none;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 14px;
	padding: 25px 0 0;
}
#sidebar {
	padding: 0 10px 0 20px;
	width: 230px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #f1ebe1 0%, #ffffff 50%, #ffffff 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1ebe1), color-stop(50%,#ffffff), color-stop(99%,#ffffff));
	background: -webkit-linear-gradient(top,  #f1ebe1 0%,#ffffff 50%,#ffffff 99%);
	background: -o-linear-gradient(top,  #f1ebe1 0%,#ffffff 50%,#ffffff 99%);
	background: -ms-linear-gradient(top,  #f1ebe1 0%,#ffffff 50%,#ffffff 99%);
	background: linear-gradient(to bottom,  #f1ebe1 0%,#ffffff 50%,#ffffff 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ebe1', endColorstr='#ffffff',GradientType=0 );
}
#sidebar-alt {
	float: left;
	padding: 0 0 0 10px;
	width: 160px;
}
#sidebar-alt.sidebar {
	background: transparent;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar p {
	font-size: inherit;
	margin: 0 0 15px;
}

.sidebar .widget {
	margin: 0 0 40px;
}
.sidebar .widgettitle {
    color: #64A07D;
    padding-bottom: 10px;
    border-bottom: 1px solid #bbbbbb;
}
.sidebar.widget-area ul li,
#footer-widgets ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0 0 10px;
	word-wrap: break-word;
}

#footer-widgets ul li {
	margin: 0 0 0px;
	border-bottom: 1px solid #444;
}

#menu-sidebar {
	font-size: 12px;
}
.sidebar.widget-area ul#menu-sidebar li {
	padding: 0 0 3px;
	margin: 0 0 3px;
	border-bottom: 1px solid #bbb;
}
.sidebar .widget_recent_entries {
    margin-bottom: 0;
}
.jns-link {
    display: block;
    text-align: right;
    font-size: 12px;
}

/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	padding: 3px;
	width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 0 0 10px;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: #859fec;
	background: -moz-linear-gradient(top,  #859fec 0%, #859fec 50%, #4761ae 51%, #4761ae 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#859fec), color-stop(50%,#859fec), color-stop(51%,#4761ae), color-stop(100%,#4761ae));
	background: -webkit-linear-gradient(top,  #859fec 0%,#859fec 50%,#4761ae 51%,#4761ae 100%);
	background: -o-linear-gradient(top,  #859fec 0%,#859fec 50%,#4761ae 51%,#4761ae 100%);
	background: -ms-linear-gradient(top,  #859fec 0%,#859fec 50%,#4761ae 51%,#4761ae 100%);
	background: linear-gradient(to bottom,  #859fec 0%,#859fec 50%,#4761ae 51%,#4761ae 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#859fec', endColorstr='#4761ae',GradientType=0 );
	-webkit-border-radius: 3px;
    border-radius: 3px;
	border: 1px solid #B0C6FF;
	-webkit-box-shadow:  0px 0px 1px 1px rgba(106, 123, 195, 1);
	box-shadow:  0px 0px 1px 1px rgba(106, 123, 195, 1);
	color: #fff;
	cursor: pointer;
	line-height: 16px;
	padding: 4px 10px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background: #cce7d4; /* Old browsers */
	background: -moz-linear-gradient(top,  #cce7d4 0%, #cce7d4 50%, #94cda5 51%, #94cda5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cce7d4), color-stop(50%,#cce7d4), color-stop(51%,#94cda5), color-stop(100%,#94cda5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cce7d4 0%,#cce7d4 50%,#94cda5 51%,#94cda5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cce7d4 0%,#cce7d4 50%,#94cda5 51%,#94cda5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cce7d4 0%,#cce7d4 50%,#94cda5 51%,#94cda5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cce7d4 0%,#cce7d4 50%,#94cda5 51%,#94cda5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cce7d4', endColorstr='#94cda5',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow:  0px 0px 1px 1px rgba(148, 205, 165, 1);
	box-shadow:  0px 0px 1px 1px rgba(148, 205, 165, 1);
	text-decoration: none;
}

a.button {
	background: #859fec;
	background: -moz-linear-gradient(top,  #859fec 0%, #859fec 50%, #4761ae 51%, #4761ae 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#859fec), color-stop(50%,#859fec), color-stop(51%,#4761ae), color-stop(100%,#4761ae));
	background: -webkit-linear-gradient(top,  #859fec 0%,#859fec 50%,#4761ae 51%,#4761ae 100%);
	background: -o-linear-gradient(top,  #859fec 0%,#859fec 50%,#4761ae 51%,#4761ae 100%);
	background: -ms-linear-gradient(top,  #859fec 0%,#859fec 50%,#4761ae 51%,#4761ae 100%);
	background: linear-gradient(to bottom,  #859fec 0%,#859fec 50%,#4761ae 51%,#4761ae 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#859fec', endColorstr='#4761ae',GradientType=0 );
	-webkit-border-radius: 3px;
    border-radius: 3px;
	border: 1px solid #B0C6FF;
	-webkit-box-shadow:  0px 0px 1px 1px rgba(106, 123, 195, 1);
	box-shadow:  0px 0px 1px 1px rgba(106, 123, 195, 1);
	color: #fff;
	cursor: pointer;
	line-height: 16px;
	padding: 4px 10px;
	text-decoration: none;
	display: block;
	margin: 1em auto 0;
	width: 156px;
	text-align: center;
}

/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 12px 0 0;
	width: 310px;
}
.s {
	margin: 0 5px 0 0;
	padding: 5px;
	width: 70%;
}

#nav .s {
	background-color: #fff;
	margin: 2px -7px 0 0;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews #subbox {
	margin: 5px -7px 0 0;
	padding: 9px 8px;
	width: 70%;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	clear: both;
	font-size: 14px;
	overflow: hidden;
}

#footer-widgets .wrap {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	max-width: 1140px;
}
#footer-widgets .widget_nav_menu {
	margin: 0 10px;
}
#footer-widgets .widget_nav_menu .widgettitle {
	background: #415BA8;
    color: #fff;
    font-size: 14px;
    margin: 0 0 0 0px;
    padding: 0 0 0 10px;
    text-shadow: none;
	padding: 10px;
	width: 120px;
	text-align: center;
	text-transform: none;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
#footer-widgets .menu-footer-container {
	background: #415BA8;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}
#footer-widgets .menu-footer-container {
	margin: 0 auto;
}
#menu-footer {
	text-align: center;
}
#footer-widgets .menu-footer-container li {
	color: #fff;
	display: inline-block;
	padding: 10px 0;
	border-bottom: 0;
	text-align: center;
}
#footer-widgets .menu-footer-container li:after {
	content: "|";
	padding: 0 10px;
}
#footer-widgets .menu-footer-container li:last-child:after {
	content: '';
	padding: 0;
}
#footer-widgets .menu-footer-container li a {
	color: #fff;
}
#footer-widgets .widget {
	background: none;
	border: none;
	clear: both;
	color: #888;
	padding: 30px 0 0;
}

#footer-widgets p {
	color: #888;
	font-size: inherit;
	margin: 0 0 10px;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets .latest-tweets {
	background: url('../assets/footer-twitter.png') top right no-repeat;
}

#footer-widgets .latest-tweets li span a,
#footer-widgets .latest-tweets li span a:visited {
	color: #bbb;
	text-decoration: none;
}

#footer-widgets .latest-tweets li span a:hover {
	color: #bbb;
	text-decoration: underline;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 40px 0 0;
	width: 100%;
}

.footer-widgets-2 {
	float: right;
	width: 310px;
	margin: -65px 10px 0 0;
}

.footer-widgets-3 {
	float: right;
	width: 100%;
}


/* Footer
------------------------------------------------------------ */

#footer {
	clear: both;
}

#footer .wrap {
	font-size: 14px;
	overflow: hidden;
	padding: 10px;
}

#footer p {
	font-size: inherit;
}

#footer a,
#footer a:visited {
	color: #333;
}

#footer a:hover {
	color: #ed702b;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	width: 30%;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 65%;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: -16px;
}

.comment-content p {
	font-size: 14px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 14px;
	font-weight: 300;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	background: none;
	margin: 0 0 10px;
	padding: 0;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


/* Subscription Forms
------------------------------------------------------------ */
.subscription-form {
	background-color:#ffffff; 
	border:1px solid #000; 
	padding:5px;
	max-width:198px;
	margin:0 auto 0;
}
.subscription-form p {
	text-align: center; font-weight: bold;
}
.subscription-form input {
	margin: 5px;
	padding: 2px;
}

/* eleven40 Blue
------------------------------------------------------------ */

/*
.eleven40-blue a,
.eleven40-blue a:visited {
	color: #2b97ed;
}

.eleven40-blue #title {
	background: url('../assets/logo-texture.png');
	text-shadow: 0 1px #17579b;
}

.eleven40-blue #title:before {
	background: url('../assets/logo-vert-left.png') repeat-y;
}

.eleven40-blue #title:after {
	background: url('../assets/logo-vert-right.png') repeat-y;
}

.eleven40-blue .menu-primary a,
.eleven40-blue .menu-secondary a,
.eleven40-blue h2 a,
.eleven40-blue h2 a:visited {
	color: #333;
}

.eleven40-blue #header .menu li li a,
.eleven40-blue #header .menu li li a:link,
.eleven40-blue #header .menu li li a:visited {
	color: #fff;
}

.eleven40-blue h2 a:hover,
.eleven40-blue .menu li.right a:hover,
.eleven40-blue .menu-primary li a:active,
.eleven40-blue .menu-primary li a:hover,
.eleven40-blue .menu-primary li li a:active,
.eleven40-blue .menu-primary li li a:hover,
.eleven40-blue .menu-primary .current_page_item a,
.eleven40-blue .menu-primary .current-cat a,
.eleven40-blue .menu-primary .current-menu-item a,
.eleven40-blue .menu-secondary li a:active,
.eleven40-blue .menu-secondary li a:hover,
.eleven40-blue .menu-secondary li li a:active,
.eleven40-blue .menu-secondary li li a:hover,
.eleven40-blue .menu-secondary .current_page_item a,
.eleven40-blue .menu-secondary .current-cat a,
.eleven40-blue .menu-secondary .current-menu-item a,
.eleven40-blue #footer a:hover,
.eleven40-blue #header .menu li a:active,
.eleven40-blue #header .menu li a:hover,
.eleven40-blue #header .menu li li a:active,
.eleven40-blue #header .menu li li a:hover,
.eleven40-blue #header .menu .current_page_item a,
.eleven40-blue #header .menu .current-cat a,
.eleven40-blue #header .menu .current-menu-item a {
	color: #2b97ed;
}

.eleven40-blue .navigation li a:hover,
.eleven40-blue .navigation li.active a {
	background-color: #2b97ed;
}

.eleven40-blue input[type="button"],
.eleven40-blue input[type="submit"] {
	background: url('../assets/gradient.png') 0 0;
	border: 1px solid #2b97ed;
}

.eleven40-blue input:hover[type="button"],
.eleven40-blue input:hover[type="submit"] {
	background: url('../assets/gradient_1.png') 0 -33px;
}
*/

/* eleven40 Green
------------------------------------------------------------ */
/*
.eleven40-green a,
.eleven40-green a:visited {
	color: #27d665;
}

.eleven40-green #title {
	background: url('../assets/logo-texture_1.png');
	text-shadow: 0 1px #27743f;
}

.eleven40-green #title:before {
	background: url('../assets/logo-vert-left_1.png') repeat-y;
}

.eleven40-green #title:after {
	background: url('../assets/logo-vert-right_1.png') repeat-y;
}

.eleven40-green .menu-primary a,
.eleven40-green .menu-secondary a,
.eleven40-green h2 a,
.eleven40-green h2 a:visited {
	color: #333;
}

.eleven40-green #header .menu li li a,
.eleven40-green #header .menu li li a:link,
.eleven40-green #header .menu li li a:visited {
	color: #fff;
}

.eleven40-green h2 a:hover,
.eleven40-green .menu li.right a:hover,
.eleven40-green .menu-primary li a:active,
.eleven40-green .menu-primary li a:hover,
.eleven40-green .menu-primary li li a:active,
.eleven40-green .menu-primary li li a:hover,
.eleven40-green .menu-primary .current_page_item a,
.eleven40-green .menu-primary .current-cat a,
.eleven40-green .menu-primary .current-menu-item a,
.eleven40-green .menu-secondary li a:active,
.eleven40-green .menu-secondary li a:hover,
.eleven40-green .menu-secondary li li a:active,
.eleven40-green .menu-secondary li li a:hover,
.eleven40-green .menu-secondary .current_page_item a,
.eleven40-green .menu-secondary .current-cat a,
.eleven40-green .menu-secondary .current-menu-item a,
.eleven40-green #footer a:hover,
.eleven40-green #header .menu li a:active,
.eleven40-green #header .menu li a:hover,
.eleven40-green #header .menu li li a:active,
.eleven40-green #header .menu li li a:hover,
.eleven40-green #header .menu .current_page_item a,
.eleven40-green #header .menu .current-cat a,
.eleven40-green #header .menu .current-menu-item a {
	color: #27d665;
}

.eleven40-green .navigation li a:hover,
.eleven40-green .navigation li.active a {
	background-color: #27d665;
}

.eleven40-green input[type="button"],
.eleven40-green input[type="submit"] {
	background: url('../assets/gradient_2.png') 0 0;
	border: 1px solid #27d665;
}

.eleven40-green input:hover[type="button"],
.eleven40-green input:hover[type="submit"] {
	background: url('../assets/gradient_3.png') 0 -33px;
}
*/

/* eleven40 Red
------------------------------------------------------------ */
/*
.eleven40-red a,
.eleven40-red a:visited {
	color: #ed2b46;
}

.eleven40-red #title {
	background: url('../assets/logo-texture_2.png');
	text-shadow: 0 1px #711f26;
}

.eleven40-red #title:before {
	background: url('../assets/logo-vert-left_2.png') repeat-y;
}

.eleven40-red #title:after {
	background: url('../assets/logo-vert-right_2.png') repeat-y;
}

.eleven40-red .menu-primary a,
.eleven40-red .menu-secondary a,
.eleven40-red h2 a,
.eleven40-red h2 a:visited {
	color: #333;
}

.eleven40-red #header .menu li li a,
.eleven40-red #header .menu li li a:link,
.eleven40-red #header .menu li li a:visited {
	color: #fff;
}

.eleven40-red h2 a:hover,
.eleven40-red .menu li.right a:hover,
.eleven40-red .menu-primary li a:active,
.eleven40-red .menu-primary li a:hover,
.eleven40-red .menu-primary li li a:active,
.eleven40-red .menu-primary li li a:hover,
.eleven40-red .menu-primary .current_page_item a,
.eleven40-red .menu-primary .current-cat a,
.eleven40-red .menu-primary .current-menu-item a,
.eleven40-red .menu-secondary li a:active,
.eleven40-red .menu-secondary li a:hover,
.eleven40-red .menu-secondary li li a:active,
.eleven40-red .menu-secondary li li a:hover,
.eleven40-red .menu-secondary .current_page_item a,
.eleven40-red .menu-secondary .current-cat a,
.eleven40-red .menu-secondary .current-menu-item a,
.eleven40-red #footer a:hover,
.eleven40-red #header .menu li a:active,
.eleven40-red #header .menu li a:hover,
.eleven40-red #header .menu li li a:active,
.eleven40-red #header .menu li li a:hover,
.eleven40-red #header .menu .current_page_item a,
.eleven40-red #header .menu .current-cat a,
.eleven40-red #header .menu .current-menu-item a {
	color: #ed2b46;
}

.eleven40-red .navigation li a:hover,
.eleven40-red .navigation li.active a {
	background-color: #ed2b46;
}

.eleven40-red input[type="button"],
.eleven40-red input[type="submit"] {
	background: url('../assets/gradient_4.png') 0 0;
	border: 1px solid #ed2b46;
}

.eleven40-red input:hover[type="button"],
.eleven40-red input:hover[type="submit"] {
	background: url('../assets/gradient_5.png') 0 -33px;
}
*/

#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon i {
	top:0!important;
}

.moovegdpr-advanced {
	line-height:inherit!important;
}

#issuem-featured-article-slideshowholder .flex-caption {
	display:none!important;
}

/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 1200px) {

	#wrap {
		max-width: 960px;
	}

	#content-sidebar-wrap {
		width: 800px;
	}

	#content {
		width: 430px;
	}

	.content-sidebar #content,
	.sidebar-content #content {
		width: 700px;
	}

	.content-sidebar-sidebar #content,
	.sidebar-sidebar-content #content {
		width: 440px;
	}

	.full-width-content #content {
		width: 100%;
	}

	.genesis-grid-even,
	.genesis-grid-odd {
		float: left;
		margin: 0 0 30px;
		padding: 0;
		width: 100%;
	}

	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	}

	.footer-widgets-1 {
		width: 100%;
	}
	#menu-footer {
		text-align: left;
		padding-left: 10px;
	}

	.footer-widgets-2 {
		float: right;
		width: 310px;
		margin: -65px 10px 0 0;
	}

	.footer-widgets-3 {
		width: 290px;
	}

}

@media only screen and (max-width: 960px) {
	#sidebar {
		padding: 0 10px 0 10px;
		width: 100%;
	}
}

@media only screen and (max-width: 770px) {
	#header .widget-area {
		float:none;
		text-align:center;
		top:10px;
		position: relative;
		width: 100%;
	}
	#header .searchform {
		float: left;
		padding: 12px 0 20px;
		width: 100%;
	}
}
@media only screen and (max-width: 800px) {

	body {
		width: 100%;
		margin: 0 auto;
	}

	.archive-page,
	.content-sidebar #content,
	.content-sidebar-sidebar #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	.wrap,
	#content-sidebar-wrap,
	#footer .creds,
	#footer .gototop,
	#sidebar-alt {
		width: 100%;
	}

	#inner .wrap {
		padding: 20px;
		width: auto;
	}

	#title {
		width: 100%;
		padding: 18px 0 17px;
	}

	.menu-primary,
	.menu-secondary,
	#header ul.menu,
	#title-area {
		float: none;
		text-align: center;
		width: 100%;
	}

	#header ul.menu {
		background: url('../assets/bg-pattern_3.png');
		float: left;
	}

	.menu-primary li,
	.menu-secondary li,
	#header ul.menu li {
		display: inline-block;
		float: none;
	}

	.menu-primary a,
	.menu-secondary a,
	#header .menu a {
		padding: 10px;
	}

	.menu li.right {
		display: none;
	}

	.page-title {
		font-size: 24px;
		padding: 10px 20px;
	}

	.page-title p {
		line-height: 1.2;
	}

	.content-sidebar #content,
	.content-sidebar-sidebar #content,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content {
		border: none;
		padding: 20px 0;
		width: 100%;
	}

	h1,
	h2,
	h2 a,
	h2 a:visited {
		font-size: 30px;
	}

	.after-post form {
		background: none;
		padding: 0;
	}

	#footer-widgets .widget {
		padding: 20px 20px 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0;
	}

	#footer .creds,
	#footer .gototop {
		float: none;
	}

	#footer p {
		padding: 0 20px;
		text-align: center;
	}

}
@media only screen and (max-width: 420px) {
	#title-area {
		height: 89px;
		padding-top: 5px;
	}
	#title {
		/*background: url('background: url("/wp-content/uploads/2021/10/WFN_header_wTag-01.png") no-repeat 10px 10px;') no-repeat;*/
		width: 320px;
		height: 89px;
		padding: 0;
		margin: 0 auto;
	}
	#title a {
		height: 89px;
	}

	.callout-quote {
		width: 280px;
		float: right;
		margin: 1em 0;
	}
	#sidebar {
		padding: 0 10px 0 10px;
		width: 100%;
	}

	.wp-caption {
		width: 100% !important;
	}	
}
