/*
Theme Name: Magazine Pro
Theme URI: http://my.studiopress.com/themes/magazine/
Description: Put yourself on the front lines of online publishing with the up-to-the-minute, high-gloss look and feel of the Magazine theme.
Author: StudioPress
Author URI: http://www.studiopress.com/

Version: 3.7.0

Tags: accessibility-ready, one-column, two-columns, three-columns, left-sidebar, right-sidebar, block-styles, custom-background, custom-colors, custom-logo, custom-menu, e-commerce, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: http://www.opensource.org/licenses/gpl-license.php

Text Domain: magazine-pro
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Search Form
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
		- Simple Social Icons
		- WP Forms
	- Skip Links
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Accessible Menu
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1180px
		- max-width: 1023px
		- max-width: 840px
		- max-width: 600px
		- max-width: 480px
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* Float Clearing
--------------------------------------------- */

.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,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.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,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}
.site-container {
	position: relative;
	width: 100%;
	height: 100%;
}

/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #222;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.618;
	/* line-height: 1.42857; */
	overflow-x: hidden;
}

body.magazine-landing {
	background-color: #222;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	transition: all 0.1s ease-in-out;
}

::selection {
	background-color: #222;
	color: #fff;
	text-shadow: none;
}

a {
	background-color: inherit;
	color: #008285;
	font-weight: 400;
	text-decoration: none;
	word-break: break-word;
}

a:focus,
a:hover {
	color: #222;
}

p {
	margin: 0 0 24px;
	padding: 0;
	font-size: 20px;
	font-weight: 400;
}

p > a,
p a {
	color:#ff683a;
	text-decoration: underline;
}

p > a:hover,
p > a:focus,
p a:hover,
p a:focus {
	color: #008285;
}

strong {
	font-weight: 700;
}

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

mark {
	background-color: #ddd;
	color: #000;
}

blockquote,
blockquote::before {
	color: #888;
}

blockquote {
	margin: 40px;
}

cite {
	font-style: normal;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 2px solid currentColor;
	clear: left;
	color: #eee;
	margin: 1.65em 0;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	/* line-height: 1.2; */
	/* line-height: 1.325; */
	line-height: 1.42857;
	margin: 0 0 20px;
	color: #004861;
	letter-spacing: 1px;
}

h1 {
	/* font-size: 36px; */
	font-size: 44px;
	color: #004861;
	font-weight: 600;
	margin-bottom: calc(44px / 1.42857 * .5);
}

h2 {
	/* font-size: 30px; */
	font-size: 40px;
	color: #2b8692;
	margin-bottom: calc(40px / 1.42857 * .5);
}

h3 {
	/* font-size: 24px; */
	font-size: 36px;
	color: #ff683a;
	margin-bottom: calc(36px / 1.42857 * .5);
}

h4 {
	/* font-size: 20px; */
	font-family: 'Merriweather', serif;
	font-weight: 400;
	font-size: 32px;
	color: #004861;
	margin-bottom: calc(32px / 1.42857 * .5);
}

h5 {
	/* font-size: 18px; */
	font-size: 30px;
	color: #2b8692;
	margin-bottom: calc(30px / 1.42857 * .5);
}

h6 {
	/* font-size: 16px; */
	font-size: 20px;
	color: #ff683a;
	margin-bottom: calc(20px / 1.42857 * .5);
}

.cw-single .content h1 {
	font-size: calc(44px * .85);
}

.cw-single .content h2 {
	font-size: calc(40px * .85);
}

.cw-single .content h3 {
	font-size: calc(36px * .85);
}

.cw-single .content h4 {
	font-size: calc(32px * .85);
}

.cw-single .content h5 {
	font-size: calc(30px * .85);
}

.cw-single .content h6 {
	font-size: calc(20px * .85);
}

.cw-page-template h1.entry-title {
	font-family: 'Merriweather', 'Georgia', serif;
	font-size: 38px;
	margin-bottom: 32px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}
.wp-block-image img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: 0;
	height: auto;
	margin: 0;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #222;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #888;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #222;
	font-family: 'Source Sans Pro', sans-serif;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #222;
	font-family: 'Source Sans Pro', sans-serif;
	opacity: 1;
}

::placeholder {
	color: #222;
	font-family: 'Source Sans Pro', sans-serif;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button,
.sidebar button,
.sidebar input[type="button"],
.sidebar input[type="reset"],
.sidebar input[type="submit"],
.sidebar .widget a.button,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"] {
	background-color: #222;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 16px 24px;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover,
.entry-content .button:focus,
.entry-content .button:hover,
.sidebar .widget a.button:focus,
.sidebar .widget a.button:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
	color: #fff;
	background-color: #008285;
	border: 0;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 12px;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border: 0;
	color: #565656;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 500;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


/* Structure and Layout
---------------------------------------------------------------------------- */
/* CW Posts Grid */
section.cw-display-posts {
	background: #f6f6f6;
	margin-bottom: 40px;
	border-bottom: 1px solid #ff683a;
	clear:both;
	width: 100%;
	position: relative;
}
section.cw-display-posts:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
}
.cw-item,
.grid-sizer {
	width: 31.6%;
}
.cw-gutter-sizer {
	width: 2.5%;
}
.cw-item .excerpt {
    font-size: 20px;
	font-weight: 400;
	line-height: 1.375;
}
h3.cw-title {
    font-size:  20px;
    font-weight: 400;
    line-height: 28px;
}
h3.cw-title a {
    color: #ff683a;
    text-decoration: underline;
}
h3.cw-title a:hover {
    color: #1abc9c;
}
.cw-item a.image {
    position: relative;
    overflow: hidden;
    display: block;
}
.cw-item img {
    width: 100%;
}
.cw-content-wrap {
    padding: 15px;
    border: 1px solid #ff683a;
    border-top-width: 0px;
    position: relative;
    top: -7px;
	margin-bottom: 32px;
	background-color: #fff;
}

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
}

.magazine-landing .site-inner {
	padding-bottom: 40px;
}
.cw-home-page article.page.type-page.status-publish.mv-content-wrapper.entry {
    margin-bottom: 0;
}


/* 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: 930px;
}

.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: 750px;
}

.magazine-landing.full-width-content .content {
	float: none;
	margin: 0 auto;
	max-width: 800px;
}

.magazine-landing .content {
	background-color: #fff;
	padding: 50px 60px 24px;
}

.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: 540px;
}

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

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.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
---------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.author-box .avatar {
	margin-right: 30px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignright {
	max-width: 100%;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

figcaption,
.gallery-caption,
.entry-content .wp-caption-text {
	font-size: 16px;
	font-style: italic;
	margin-top: 0.5em;
	margin-bottom: 1em;
	text-align: center;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin: 0 0 28px;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	border-bottom: 1px solid #ececec;
	margin-bottom: 40px;
	padding-bottom: 10px;
	letter-spacing: .5px;
}
.breadcrumb a:hover {
	text-decoration: underline;
	color: #ff683a;
}

.archive-description,
.author-box {
	margin-bottom: 50px;
	padding: 40px;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description p:last-child,
.author-box p:last-child,
.search-results .archive-description h1 {
	margin-bottom: 0;
}

.archive-title + p {
	margin-top: 24px;
}

.author-box-title {
	color: #222;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}


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

.search-form {
	overflow: hidden;
	position: relative;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
}

.footer-widgets .search-form input {
	border: 0;
}

.genesis-nav-menu .search-form input {
	background-color: #222;
	border: 1px solid #222;
	color: #fff;
	text-transform: uppercase;
	width: 180px;
}

.genesis-nav-menu .search-form ::-moz-placeholder {
	color: #fff;
}

.genesis-nav-menu .search-form ::-webkit-input-placeholder {
	color: #fff;
}

.genesis-nav-menu .search-form input:focus {
	border: 1px solid #fff;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.widget_search input[type="submit"]:focus {
	border-left: 1px solid #ddd;
	box-shadow: none;
	padding: 14px 16px;
	right: 2px;
	top: 2px;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	color: #004861;
	font-weight: 500;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #008285;
}

.widget-title {
	clear: both;
	font-size: 20px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.sidebar .widget-title {
    font-size: 22px;
	color: #004861;
	letter-spacing: 1.3px;
	font-weight: 600;
	text-transform: unset;
}

.sidebar .enews .widget-title {
	background: none;
	padding: 0;
}

.footer-widgets .widget-title {
	color: #004861;
}

.magazine-landing .widget-title {
	background-color: #fff;
	color: #222;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 0;
}


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

.widget,
.widget li {
	word-wrap: break-word;
}

.widget li {
	list-style-type: none;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding-bottom: 0;
}

.widget ul > li:last-child {
	margin-bottom: 0;
}

.widget .genesis-nav-menu li li {
	margin: 0;
	padding: 0;
}

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

.featured-content {
	clear: both;
	overflow: hidden;
}

.featured-content .entry {
	margin-bottom: 30px;
}

.sidebar .featured-content .entry {
	border-bottom: 2px solid #eee;
}

.sidebar .featured-content .entry:last-child {
	border-bottom: none;
}

.sidebar .featured-content .entry:last-child {
	margin-bottom: 0;
}

.featured-content .entry-title {
	border: 0;
	font-size: 24px;
	line-height: 1.2;
}

.sidebar .featured-content .entry-title {
	font-size: 20px;
}

.featured-content .entry-title a {
	border: 0;
}

.featured-content a.alignnone {
	display: inline-block;
	margin-bottom: 20px;
	max-width: 100%;
}

.featured-content .entry-header .entry-meta {
	margin-bottom: 10px;
}

.featured-content ul {
	clear: both;
	margin-bottom: 30px;
}

.featured-content li {
	list-style-type: none;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

.widget-area .enews-widget {
	background-color: #222;
	color: #aaa;
	padding: 40px;
}

.widget-area .enews-widget .widget-title {
	color: #fff;
}

.widget-area .enews-widget input:focus {
	border: 1px solid #ddd;
}

.widget-area .enews-widget input[type="submit"] {
	background-color: #008285;
	color: #fff;
}

.widget-area .enews-widget input:focus[type="submit"],
.widget-area .enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #222;
}

.magazine-landing .widget-area .enews-widget input:focus[type="submit"],
.magazine-landing .widget-area .enews-widget input:hover[type="submit"] {
	background-color: #222;
	color: #fff;
}

.magazine-landing .widget-area .enews-widget {
	background-color: #fff;
	color: #222;
}

.magazine-landing .widget-area .enews-widget .widget-title {
	color: #222;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

/* Simple Social Icons
--------------------------------------------- */

.sidebar .simple-social-icons ul li {
	margin: 0 2px 4px !important;
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


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

.primary-nav .site-header {
	padding-top: 64px;
}

.site-header .wrap {
	border-bottom: 1px solid #ff683a;
	padding: 30px 0 10px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-top: 30px;
}

.wp-custom-logo .title-area {
	padding: 0;
	text-align: center;
	height: 87px;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 48px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #222;
	font-weight: 900;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: auto;
}

.site-header .widget-area p {
	margin-bottom: 0;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #004861;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	text-transform: unset;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: 0;
	color: #004861;
	display: block;
	padding: 25px 20px;
	position: relative;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .menu-item.sfHover > a {
	color: #ff683a;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	transition: opacity 0.4s ease-in-out;
	width: 210px;
	z-index: 99;
	box-shadow: 4px 4px 10px -4px rgba(41,41,41,0.71);
	-webkit-box-shadow: 4px 4px 10px -4px rgba(41,41,41,0.71);
	-moz-box-shadow: 4px 4px 10px -4px rgba(41,41,41,0.71);
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	/* border: 1px solid #222; */
	border-top: none;
	font-size: 18px;
	padding: 10px 20px;
	position: relative;
	text-transform: none;
	width: 210px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -35px 0 0 205px;
}

.genesis-responsive-menu .sub-menu-toggle {
    top: 7px;
}
.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 {
	float: right;
}
.genesis-nav-menu .sub-menu .menu-item-has-children > a:after {
	content: "\f345";
	font-family: Dashicons;
	position: absolute;
	width: 10px;
	right: 20px;
	z-index: 1;
	top: 10px;
}


/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #222;
}

.site-header .sub-menu .sub-menu {
	margin-top: -54px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #222;
	color: #fff;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.admin-bar .nav-primary {
	top: 32px;
}

.nav-primary a {
	color: #fff;
}

.nav-primary a:focus,
.nav-primary a:hover,
.nav-primary .sub-menu a:focus,
.nav-primary .sub-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #aaa;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #222;
	border: 1px solid #fff;
	border-top: none;
}

nav#genesis-nav-primary {
    display: none;
}
.primary-nav .site-header {
    padding-top: 0;
}
.bf-genesis-search.search-closed {
	opacity: 0;
    display: none;
}
.bf-genesis-search.search-open {
	opacity: 1;
	display: block;
	transition: all .4s ease-in-out;
	position: relative;
	z-index: 100001;
}
.bf-genesis-search .search-form {
    position: relative;
	width: 100%;
	height: 54px;
	padding-top:2px;
}
.bf-genesis-search .search-form-input {
	width: 84%;
	min-width: 280px;
	border: none;
	height: 54px;
	vertical-align: top;
	background-color: #eaeaea;
	font-size: 18px;
}
.bf-genesis-search .search-form-submit {
	width: 15%;
	min-width: 105px;
	background-color: #004861;
	border: 2px solid #004861;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	box-sizing: border-box;
}
.bf-genesis-search .search-form-submit:hover {
	background-color: transparent;
	border: 2px solid #004861;
	color: #004861;
}
.dashicons-menu:before {
    font-size: 24px
}


/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-top: -100px;
	padding-top: 100px;
	/* height: 100%; */
}

.nav-secondary .wrap {
	border-bottom: 1px solid #ff683a;
	position: relative;
}
.nav-secondary .search-toggle:after {
    content: "\f179";
    font-family: dashicons;
    font-size: 26px;
    color: #004861;
}
.nav-secondary .search-toggle{
    position: absolute;
    right: 5px;
    top: 25px;
}
.bf-genesis-search {
    display: none;
}


/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}
nav.display-posts-pagination {
    display: none;
}
@media screen and (max-width: 600px) {
	nav.display-posts-pagination {
		display: block;
	}
}


/* Content Area
---------------------------------------------------------------------------- */
.cw-single .entry-meta {
    text-align: center;
    margin-top: 20px;
}
.cw-single .cw-tax-buttons a,
.cw-taxonomy .cw-tax-buttons a {
    color: #004861 !important;
    border: 2px solid #2b8692;
    border-radius: 40px;
    padding: 10px 20px;
    min-width: 60px !important;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 16px;
    font-style: normal;
	font-weight: 400;
	margin: 5px;
    margin-bottom: 10px;
    letter-spacing: 3px;
    -webkit-transition: color .2s ease-out,border-color .2s ease-out;
    -moz-transition: color .2s ease-out,border-color .2s ease-out;
    transition: color .2s ease-out,border-color .2s ease-out;
}
.cw-single .cw-tax-buttons a:hover,
.cw-taxonomy .cw-tax-buttons a:hover  {
    background: #2b8692;
    color: #fff !important;
    transition: all .2s;
}
.cw-single .post-author {
    font-size: 18px;
    position: relative;
    top: 5px;
}
.cw-single .post-author a {
    text-decoration: underline;
}
.cw-single .post-author a:hover {
    color: #ff683a;
}
.cw-single .featured-image-overlay {
    position: relative;
	width: 100%;
	display: flex;
	width: 100%;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}
.cw-single .featured-image {
    max-height: 500px;
    height: 500px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.cw-single .featured-image img {
    width: 100%;
    position: absolute;
    left:50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
.cw-single .cw-title-wrap {
    background-color: rgb(255 255 255 / 0.7);
    position: absolute;
    width: 75%;
	text-align: center;
	padding: 5px;
	z-index: 9;
}
.cw-single .cw-entry-title {
    background-color: rgb(255 255 255 / 0.7);
	border: 1px solid #ff683a;
	padding: 15px;
}
.cw-single .cw-entry-title h1 {
	color: #2b8692;
	font-weight: 700;
	margin-bottom: 0;
	font-size: 44px;
}

/* Single Contributor pages */
.cw-single-contributor div#wpdevar_comment_1 {
    display: none;
}
.cw-contributor-image {
    width: 28%;
	float: left;
	margin: 20px;
}
.cw-contributor-image img {
    width: 100%;
}
.cw-contributor-info h1 {
    font-weight: 700;
	color: #2b8692;
	margin-top: 10px;
	margin-bottom: 0;
}
.cw-contributor-info h3 {
	font-size: 22px;
	margin-top: 20px;
}
.cw-single-contributor article.contributor {
	width: 100%;
	position: relative;
	background-color: #f9f9f9;
}
.cw-single-contributor .entry-content {
    padding: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ff683a;
    /* background-color: #f9f9f9; */
}
/* entry meta in entry-footer */
.entry-footer span.entry-tags a {
    font-family: Source Sans Pro,sans-serif;
    font-size: 20px !important;
    line-height: 40px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    color: #004861;
    padding: 0 20px;
    border-radius: 25px;
    border-color: #004861;
    border-width: 2px;
    border-style: solid;
    margin: 0 3px 5px 0;
    display: inline-block;
}
.entry-footer span.entry-tags a:hover {
	color: #2b8692;
	border-color: #2b8692;
}

/* Category and Tag archive pages */
.cw-taxonomy .cw-title-wrap {
    background-color: rgb(255 255 255 / 0.7);
    position: absolute;
    width: 75%;
	text-align: center;
	padding: 5px;
	z-index: 9;
}
.cw-taxonomy .cw-entry-title {
    background-color: rgb(255 255 255 / 0.7);
	border: 1px solid #ff683a;
	padding: 15px;
}
.cw-taxonomy .cw-entry-title h1 {
	color: #2b8692;
	font-weight: 700;
	margin-bottom: 0;
	font-size: 44px;
}
.cw-taxonomy .featured-image {
    width:  100%;
	max-height: 400px;
	height: 400px;
    overflow: hidden;
    position: relative;
}

.cw-taxonomy .featured-image-overlay {
    position: relative;
    width:  100%;
    display: flex;
	width: 100%;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}

.cw-taxonomy .featured-image img {
	width: 100%;
	position: absolute;
    left:50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
.cw-taxonomy .breadcrumb {
    margin-bottom: 0;
    text-align: right;
}

section.cw-description {
    background: #f4f4f4;
    padding: 15px 20px;
}
section.cw-description p:last-of-type {
    margin-bottom: 0;
}
.cw-taxonomy span.cw-tax-buttons {
    display: block;
    text-align: center;
    padding: 30px 15px;
}
.cw-taxonomy span.cw-tax-buttons a {
    margin: 10px;
}
/* Curated content sections on category/tag pages */
div#bf-curated-wrap {
    width: 100%;
    overflow: hidden;
}
.bf-curated-flexwrap {
    display: flex;
    border-bottom: 1px solid #ff683a;
    margin-bottom: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bf-curated-section .type-post {
    width: 31.1%
}
.bf-curated-section h2 {
    margin-bottom: 20px
}

.bf-curated-section .post_text_inner {
    border: 1px solid #ff683a;
    border-top-width: 0px;
    padding: 17px 15px 18px
}

.bf-curated-section .post_image a {
    overflow: hidden;
    display: block
}
/*
.bf-curated-section h3,
h3.archive-tax-name {
   margin-bottom: 20px !important 
}
*/

.bf-curated-section .post_text_inner {
    border: 1px solid #ff683a;
    border-top-width: 0px;
    padding: 17px 15px 18px
}

.bf-curated-section .post_image a {
    overflow: hidden;
    display: block
}

.bf-curated-section .post_text {
    position: relative;
    top: -7px
}

.bf-curated-section .post_image img {
    min-width: 360px;
    width: 100%
}

.archive.cw-taxonomy .content .entry {
    border-bottom:  none;
}
.cw-taxonomy article.type-post.entry {
    margin-bottom: 20px;
}
.cc-heading-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

.cc-heading-wrap h2 {
    flex: 0 0 70%
}

.cc-heading-wrap .more-posts {
    flex: 0 0 28%;
    text-align: right;
    padding: 10px 0
}

@media screen and (max-width: 768px) {
    .cc-heading-wrap h2 {
        flex:0 0 100%
    }

    .bf-curated-section.has-more-posts h2 {
        margin-bottom: 0px !important
    }

    .cc-heading-wrap .more-posts {
        flex: 0 0 100%;
        text-align: left;
        padding: 10px 0 20px
    }
}

.cw-taxonomy span.more-posts a {
    font-size: 20px !important;
    color: #ff683a;
    line-height: 2.2;
    text-decoration: underline;
}
.cw-taxonomy span.more-posts a:hover {
    color: #1abc9c;
}
/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 60px;
}

.archive .content .entry,
.page-template-page_blog-php .content .entry {
	border-bottom: 2px solid #eee;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: 0;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}
.entry-content ul > li,
.entry-content ol > li {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}
.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-meta {
	font-size: 14px;
}

.entry-header .entry-meta {
	margin-bottom: 30px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	border-bottom: 1px solid #222;
	border-top: 2px solid #222;
	margin-top: 40px;
	padding: 30px 0;
}

.after-entry p:last-child {
	margin-bottom: 0;
}

.after-entry .widget {
	margin-bottom: 30px;
}

.after-entry .widget:last-child {
	margin-bottom: 0;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #222;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #008285;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 50px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.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;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebars
---------------------------------------------------------------------------- */

.magazine-landing .sidebar,
.magazine-landing .sidebar a {
	color: #fff;
}

.magazine-landing .sidebar a:focus,
.magazine-landing .sidebar a:hover {
	color: #aaa;
	text-decoration: none;
	text-shadow: 1px 1px 0 #222, -1px 1px 0 #222, 2px 0 0 #222, -2px 0 0 #222;
	box-shadow: inset 0 -1px 0 0 #aaa;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .featured-content p:last-child {
	margin-bottom: 24px;
}

.sidebar li {
	border-bottom: 1px dotted #888;
	margin-bottom: 6px;
	padding-bottom: 6px;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar .tagcloud a,
.sidebar .tagcloud a:visited {
	background-color: #eee;
	color: #222;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

.sidebar .tagcloud a:focus,
.sidebar .tagcloud a:hover {
	background-color: #008285;
	color: #fff;
}
/* single.php sidebar posts widgets - dsbf 02012021 */
/* page.php sidebar default page sidebar widgets - dsbf 02112021 */
.cw-single section.cw-display-posts,
.cw-page-template section.cw-display-posts {
    background: transparent;
}
.cw-single .sidebar-primary,
.cw-page-template .sidebar-primary {
    max-width: 320px;
}
.cw-single .sidebar .cw-display-posts,
.cw-page-template .sidebar .cw-display-posts {
    height: 100% !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cw-single .sidebar .cw-content-wrap,
.cw-page-template .sidebar .cw-content-wrap {
    max-width: 150px;
    padding: 10px;
    margin-bottom: 0;
    border: none;
}
.sidebar-primary .grid-sizer,
.sidebar-primary .cw-gutter-sizer {
    display: none;  
}
.cw-single article.cw-feat-item,
.cw-page-template article.cw-feat-item {
    width: 46%;
    margin-bottom: 20px;
    border: 1px solid #ff683a;
}
/*
.cw-single .sidebar .widget-title {
     background-color: #004861;
     font-size: 20px;
}
*/
.cw-single .sidebar h3.cw-title,
.cw-page-template .sidebar h3.cw-title {
    margin-bottom: 5px;
	line-height: 1.0;
	color: #004861;
}
.cw-single .sidebar h3.cw-title a,
.cw-page-template .sidebar h3.cw-title a {
    font-size: 14px !important;
    color: #004861;
    text-decoration: underline;
    font-style: normal;
}
.sidebar h3.cw-title a:hover,
.sidebar h3.cw-title a:active {
	color: #ff683a;
}
/* Genesis sidebar featured content */
.sidebar .featured-content .entry-title {
    font-size: 14px !important;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.5;
    margin-bottom: 5px;
	margin-top: 10px;
    /* padding: 10px 5px 0px 10px; */
}
.sidebar .featured-content .entry-title a {
    text-decoration: underline;
}
.sidebar .featured-content .entry-title a:hover {
    color: #ff683a;
}
.sidebar .featured-content article.entry {
    width: 46%;
    margin-bottom: 20px;
    border: 1px solid #ff683a;
}
.sidebar .featured-content .entry-header {
    max-width: 150px;
    padding:  10px;
    padding-top: 5px;
    margin-bottom:  0;
    margin-top: 0;
    border: none;
}
.sidebar .featured-content .entry .entry-content p {
    font-size: 15px;
    line-height: 1.375;
    margin-bottom: 10px;
}
.sidebar .featured-content a.alignnone,
.sidebar .featured-content img.centered, 
.sidebar .featured-content .aligncenter, 
.sidebar .featured-content .singular-image {
    margin-bottom: 0;
}
.featured-content .widget-wrap {
    display: flex;
    flex-direction:  row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.featured-content h3.widgettitle.widget-title,
p.more-from-category {
    width: 100%;
} 
p.more-from-category {
    font-size: 18px;
}
p.more-from-category a:after {
    content: " >>";
    font-size: 14px
}
/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #fff;
	color: #aaa;
	clear: both;
	font-size: 14px;
	padding: 60px 0 0px;
}
.cw-home-page .footer-widgets {
	padding-top: 0 !important;
}
.footer-widgets .wrap {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	border-top: 1px solid #ff683a;
	border-bottom: 1px solid #ff683a;
	padding-top: 10px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	width: 24%;
	padding: 1%;
	min-width: 120px;
 }

.footer-widgets-1 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.footer-widgets .wrap .footer-widgets-1 * {
	text-align: left;
}

/*
.footer-widgets-1,
.footer-widgets-2 {
	 float: left;
}

.footer-widgets-3,
.footer-widgets-4
 {
 float: right;
	text-align: right;
}
*/

.footer-widgets-4 *
 {
	 text-align: right;
}
.footer-widgets-2, .footer-widgets-3 {
    width: 28%;
}
.footer-widgets-1 {
    width: 23%;

}
.footer-widgets-4 {
    width: 25%;
}
.footer-widgets a {
	color: #004861;
	font-weight: 300;
	text-decoration: underline;
	
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #ff683a;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
	color: #004861;
	font-weight: 600;
}

.footer-widgets .widget {
	margin-bottom: 20px;
}

.footer-widgets .widget-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.footer-widgets .footer-widgets-1 .widget-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	text-align: center;
}
.footer-widgets .footer-widgets-4 .widget-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
}

.footer-widgets a {
	font-size: 16px;
	text-decoration: underline;
	font-weight: 400;
}
.footer-widgets li {
	margin-bottom: 5px;
}

.footer-widgets p {
	color: #000;
	font-size: 15px;
    font-weight: 400;
}

.footer-widgets .enews-widget {
	padding: 0;
}
.footer-widgets-3 p {
    margin-bottom: 10px;
}
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #eee;
	color: #222;
	line-height: 0px;
}

.footer-widgets button:focus,
.footer-widgets button:hover,
.footer-widgets input[type="button"]:focus,
.footer-widgets input[type="button"]:hover,
.footer-widgets input[type="reset"]:focus,
.footer-widgets input[type="reset"]:hover,
.footer-widgets input[type="submit"]:focus,
.footer-widgets input[type="submit"]:hover,
.footer-widgets .button:focus,
.footer-widgets .button:hover,
.woocommerce .footer-widgets button:focus,
.woocommerce .footer-widgets button:hover,
.woocommerce .footer-widgets input[type="button"]:focus,
.woocommerce .footer-widgets input[type="button"]:hover,
.woocommerce .footer-widgets input[type="reset"]:focus,
.woocommerce .footer-widgets input[type="reset"]:hover,
.woocommerce .footer-widgets input[type="submit"]:focus,
.woocommerce .footer-widgets input[type="submit"]:hover,
.woocommerce .footer-widgets .button:focus,
.woocommerce .footer-widgets .button:hover {
	background-color: #fff;
	color: #222;
}

.mc4wp-form-fields {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.mc4wp-form label {
	width: 100%;
	display: block;
}
.mc4wp-form-fields p {
	width: 100%;
	/* display: flex; */
	/* flex-direction: row; */
	/* align-items: center; */
	/* justify-content: flex-end; */
}

.mc4wp-form-fields input {
	height: 23px;
	max-width: 185px;
	margin-left: 6px;
	/* display: flex; */
	/* flex-direction: column; */
	/* justify-content: center; */
	/* align-items: center; */
	text-align: left;
}
.sidebar .mc4wp-form input[type="submit"] {
    padding: 8px 14px;
    height: auto !important;
}

@media only screen and (max-width: 768px) {
	.footer-widgets .wrap {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 48% !important;
		min-width: 0px;
		padding: 2%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.footer-widgets .widget {
		width: 100%;
		min-width: 100%;
	}

	.mc4wp-form-fields {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
	.mc4wp-form-fields p {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
	.mc4wp-form-fields input {
		display: flex;
    flex-direction: column;
    justify-content: center;
		align-items: center;
	}
	.mc4wp-form-fields label {
		display: none;
	}
	.footer-widgets .footer-widget-area .widget-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
	.footer-widgets .footer-widget-area .widget-wrap * {
		text-align: center;
}
	
}


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

.site-footer {
	background-color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	text-align: center;
}

.site-footer .wrap {
	padding: 15px 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	background-color: #e5e5e5;

}
.site-footer .wrap .footer-social-icons {
	list-style: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	width: 40%;
}
.site-footer .wrap .footer-social-icons li {
	width: 40px;
	height: 40px;
	background: rgb(0, 72, 97);
	border-radius: 50%;
	margin: 6px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all .3s ease;
}
.site-footer .wrap .footer-social-icons li a {
	background-color: transparent;
}
.site-footer .wrap .footer-social-icons li:hover  {
	background-color: #fff;
}
.site-footer .wrap .footer-social-icons li:hover a i {
	color:  rgb(0, 72, 97);
}
.site-footer .wrap .footer-social-icons li a i {
	color: #fff;
	font-size: 22px;
	top: 2px;
    position: relative;
    left: 1px;
}
.site-footer .wrap p {
	list-style: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	width: 60%;
	color: #000;
	font-size: 15px;
}

.site-footer,
.site-footer a {
	color: #aaa;
}

.site-footer a:focus,
.site-footer a:hover {
	color: #fff;
}

.site-footer p {
	margin-bottom: 0;
}

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

	.site-footer .wrap {
		padding: 15px 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background-color: #e5e5e5;
	
	}
	.site-footer .wrap .footer-social-icons {
		list-style: none;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	.site-footer .wrap p {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
}

/* Media Queries
---------------------------------------------------------------------------- */

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

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.site-header .title-area,
	.wp-custom-logo .title-area {
		max-width: 380px;
	}

	.site-header .widget-area,
	.wp-custom-logo .header-widget-area {
		max-width: 570px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 780px;
	}

	.content {
		width: 630px;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 450px;
	}

	/* .footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3, */
	.sidebar-primary {
		width: 300px;
	}

	.sidebar-secondary {
		width: 150px;
	}
	.cw-contributor-image {
		width: 28%;
		margin-right: 20px;
		float: left;
	}
	.bf-curated-section .post_image img {
		min-width: unset; 
	}
}

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

	.site-inner,
	.wrap {
		max-width: 750px;
		/* max-width: 885px; */
	}

	.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,
	.site-header .title-area,
	.wp-custom-logo .site-header .widget-area,
	.wp-custom-logo .site-header .title-area {
		max-width: 100%;
		width: 100%;
	}

	.cw-item,
	.grid-sizer {
		width: 47.9%;
	}
	.cw-gutter-sizer {
		width: 4%;
	}

	.custom-logo-link {
		display: block;
		margin: 0 auto;
	}
	
	.genesis-nav-menu,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .widget-area {
		margin-top: 20px;
	}

	.nav-primary {
		position: static;
	}

	.featured-content .entry,
	.site-header .search-form,
	.site-title {
		float: none;
	}

	.primary-nav .site-header,
	.title-area {
		padding-top: 0;
	}

	.title-area {
		padding-bottom: 20px;
	}

	.genesis-nav-menu > .right {
		display: none;
	}
	.custom-logo-link {
		max-width: 300px !important;
		height: 64px;
	}
	.wp-custom-logo .title-area {
		height: 68px;
	}
	.bf-genesis-search .wrap {
		box-sizing: border-box;
		/* max-width: unset; */
		width: 96%;
		padding: 0 30px;
		margin: 0 auto;
		display: block;
	}
	.footer-widgets-2, .footer-widgets-3 {
		width: 25% !important;
	}
	.footer-widgets-1 {
		width: 20% !important;
	
	}
	.footer-widgets-4 {
		width: 25%;
	}
	.cw-single .sidebar-primary,
	.cw-page-template .sidebar-primary {
        max-width: unset;
        width: 100%;
    }
	.cw-single article.cw-feat-item,
	.cw-page-template article.cw-feat-item,
	.sidebar .featured-content article.entry {
        width: 140px;
        margin-left: 3px;
        margin-right: 3px;
    }
	.cw-single .sidebar .cw-display-posts,
	.cw-page-template .sidebar .cw-display-posts,
	.sidebar .featured-content .widget-wrap {
        justify-content: space-around;
	}
	.cw-single .cw-tax-buttons a,
	.cw-taxonomy .cw-tax-buttons a {
		padding: 6px 13px;
		font-size: 15px;
	}
	.cw-taxonomy span.cw-tax-buttons a {
		margin: 7px;
		font-size: 14px;
    	letter-spacing: 2px;
	}
	.bf-curated-section .type-post {
		width: 47.9%;
	}
	
	.bf-curated-flexwrap {
		justify-content: space-around;
	}
}

@media only screen and (max-width: 840px) {
	/* nav#genesis-nav-primary {
		display: static;
	} */
	/* .primary-nav .site-header {
		padding-top: 32px;
	} */
	/*
	header.site-header {
		height: 109px;
	}
	.genesis-nav-menu {
		display: none;
	}
	*/
	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		border-top: 1px solid rgb(128 128 128 / 21%);
	}
	.site-inner {
		max-width: 100%;
	}
	.cw-single .site-inner {
		padding-top: 10px;
	}
	.footer-widgets,
	.nav-secondary,
	.site-footer,
	.site-header,
	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}
	/* .cw-home-page .site-container .site-inner {
		padding-left: 0;
		padding-right: 0;
		max-width: 750px;
	} */
	.genesis-nav-menu > .first > a {
		padding-left: 20px;
	}

	.admin-bar nav.nav-primary {
		top: 0;
	}

	nav.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.site-header nav .wrap {
		padding: 0;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border: 0;
		background-color: transparent !important;
		color: #004861;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	#genesis-mobile-nav-secondary.menu-toggle {
		background-color: transparent !important;
		padding: 0;
	}

	nav.nav-primary .sub-menu-toggle,
	#genesis-mobile-nav-primary {
		background-color: transparent;
		color: #004861;

	}

	.menu-toggle:hover,
	.menu-toggle:focus {
		color: #aaa;
	}

	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		background-color: transparent;
		color: #004861;
		border: 0;
	}

	.menu-toggle:focus,
	.sub-menu-toggle:focus {
		background-color: transparent;
		outline: none;
		color: #004861;
	}

	.sub-menu-toggle:focus {
		outline-offset: -1px;
	}

	.menu-toggle {
		/* line-height: 20px;
		position: relative;
		left: -43%;
		z-index: 1000;
		width: 40px;
		top: -50px; */
		line-height: 20px;
		position: absolute;
		left: 30px;
		z-index: 1000;
		width: 40px;
		top: 60px;
	}

	.menu-toggle::before {
		margin-right: 10px;
		text-rendering: auto;
	}

	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 10px;
		top: 0;
		z-index: 100;
	}

	nav.nav-primary .sub-menu-toggle:focus,
	nav.nav-primary .sub-menu-toggle:hover {
		background-color: transparent;
		color: #aaa;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		transform: rotate(0);
	}

	.sub-menu-toggle.activated::before {
		transform: rotate(180deg);
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: 0;
		margin-bottom: 1px;
		margin-top: 1px;
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item-has-children > a:after {
		display: none;
	}
	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.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%;
	}
	.custom-logo-link {
		max-width: 250px !important;
		height: 52.59px;
	}
	header.site-header .search-toggle:after {
        content: "\f179";
        font-family: dashicons;
        font-size: 26px;
        color: #004861;
	}
	header.site-header .search-toggle{
        right: 40px;
		top: 45px;
		position: absolute;
    }
    .nav-secondary .search-toggle {
        display: none;
    }
	header.site-header {
		position: relative;
	}
	/* header.site-header .search-toggle:after {
		content: "\f179";
		font-family: dashicons;
		font-size: 26px;
		color: #004861;
	}
	header.site-header .search-toggle{
		right: 40px;
		top: 40px;
		position: absolute;
	} */
	.bf-genesis-search .search-form-input {
		width: 80%;
	}
	.bf-genesis-search .search-form-submit {
		width: 13%;
	}
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
		width: 49% !important;
	}
	.cw-single .featured-image {
		max-height: 400px;
		height: 400px;
	}
	.cw-single .cw-title-wrap {
		width: 80%;
	}
	.cw-single .cw-entry-title {
		padding: 20px;
	}
	.cw-single .cw-entry-title h1 {
		font-size: 40px;
		line-height: 1.275;
	}
	.cw-contributor-image {
		width: 40%;
	}
}
@media screen and (max-width: 600px) {

	.cw-item,
	.grid-sizer {
		width: 100%;
	}
	.cw-gutter-sizer {
		width: 0%;
	}
	.custom-logo-link {
		max-width: 200px !important;
	}
	.site-header .wrap {
		padding: 0;
	}
	header.site-header .search-toggle {
		top: 0px;
		right: 35px;
	}
	header.site-header {
        margin-top: 40px;
    }
    .menu-toggle {
        left: 30px;
    	top: 60px;
	}
	.bf-genesis-search .search-form-input {
		width: 74%;
	}
	.bf-genesis-search .wrap {
		width: 98%;
	}
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
		width: 80% !important;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.cw-single .featured-image {
		max-height: 300px;
	}
	.cw-contributor-image {
		width: 60%;
		float: none;
    	text-align: center;
		margin: 0 auto;
		margin-top: 20px;
	}
	.cw-contributor-info {
		text-align: center;
	}
	.bf-curated-section .type-post {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.bf-genesis-search .search-form-input {
		width: 69%;
		min-width: 200px;
		font-size: 14px;
	}
	.bf-genesis-search .search-form-submit {
		min-width: 80px;
		padding: 16px 12px;
		font-size: 14px;
	}
}
@media screen and (max-width: 360px) {
    .menu-toggle {
        left: 14px;
    	top: 53px;
    }
    header.site-header .search-toggle {
        right: 25px;
	}
	.bf-genesis-search .wrap {
		padding: 0 15px;
	}
	.cw-contributor-image {
		width: 80%;
	}
}

#siq_search_results {
	display: grid !important;
	grid-template-columns: 1fr 1fr 1fr !important;
	grid-gap: 30px 40px;
}
#siq_search_results .siq-ads {
	display: none !important;
}

#siq_search_results .siq_search_ajax.siq_search_box, #siq_search_results ._siq_pagination {
	grid-column-start: 1;
	grid-column-end:4;
	margin-bottom: 40px;
}

#siq_search_results .srch-poweredbysiq {
	display: none;
}

#siq_search_results .search-results-row.siq-single-result {
	display: flex;
	flex-direction: column;
	border: 1px solid #ff683a;
	padding: 0 !important;
	max-width: 360px;
	margin: 0px auto;
}
#siq_search_results .search-results-row.siq-single-result tbody tr {
	display: flex;
	flex-direction: column;
}
#siq_search_results .search-results-row.siq-single-result tbody tr .imageTd.has-image {
	width: 100%;
}
#siq_search_results .search-results-row.siq-single-result tbody tr .imageTd.has-image .search-results-L.has-image {
	width: 100%;
	margin-right: 0px;
	max-width: 100%;
}
body.wp-custom-logo .holdResults._siq_main_searchbox ul .siq-powered-by {
	display: none !important
}
#siq_search_results .search-results-row.siq-single-result tbody tr .imageTd.has-image .search-results-L.has-image img {
	width: 100%;
	max-height: 360px;
	max-width: 360px;
	height: 100%;
	min-height: 360px;
	object-fit: cover;
}
#siq_search_results .search-results-row.siq-single-result tbody tr .contentTd .sr-R-cont {
	height: unset;
}
#siq_search_results .search-results-row.siq-single-result tbody tr .contentTd .sr-R-cont div {
	line-height: 1.68;
}
#siq_search_results .search-results-row.siq-single-result tbody tr .contentTd {
	padding: 15px;
}
#siq_search_results a:focus {
	outline: unset !important;
}
#siq_search_results .search-results-title {
	margin-bottom: 20px !important;
}
#siq_search_results .search-results-title a {
	text-decoration: underline !important;
	line-height: 28px !important;
}
#siq_search_results .srch-res-info {
	display: none;
}
#siq_search_results .srch-det-arrow {
	display: none !important;
}
#siq_search_results .search-results-title a em {
	background: unset;
	color: unset;
	text-decoration: underline;
}

@media screen and (max-width: 1024px) {
	
	#siq_search_results {
		display: grid !important;
		grid-template-columns: 1fr 1fr !important;
		grid-gap: 30px 40px;
	}

	#siq_search_results .siq_search_ajax.siq_search_box, #siq_search_results ._siq_pagination {
		grid-column-start: 1;
		grid-column-end:3;
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	
	#siq_search_results {
		display: grid !important;
		grid-template-columns: 1fr !important;
		grid-gap: 30px 40px;
	}

	#siq_search_results .siq_search_ajax.siq_search_box, #siq_search_results ._siq_pagination {
		grid-column-start: 1;
		grid-column-end:2;
		margin-bottom: 40px;
	}
}


/* BREADCRUMBS */

#breadcrumbs {
	margin-bottom: 4px;
}

#breadcrumbs span a, #breadcrumbs span strong {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	text-align: left;
	color: #000;
	text-decoration: none;
} 

#breadcrumbs span a:hover {
	text-decoration: underline;
	color: #004861;
} 
#breadcrumbs span a {
	margin: 0 6px;
}

#breadcrumbs span>span:first-child a {
	margin-left: 0px;
}

