/*
Theme Name: Genesis Sample
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 3.4.1

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

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
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 Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
- Accessibility Features
- Divi Builder global overrides
- Customizations
	- Share icons
*/


@font-face{
    font-family:'Avenir';
    font-weight: 300;
    font-style: normal;
    src:url("Fonts/1475508/065a6b14-b2cc-446e-9428-271c570df0d9.woff2") format("woff2"),url("Fonts/1475508/65d75eb0-2601-4da5-a9a4-9ee67a470a59.woff") format("woff");
}
@font-face{
    font-family:'Avenir';
    font-weight: 500;
    font-style: normal;
    src:url("Fonts/1475532/17b90ef5-b63f-457b-a981-503bb7afe3c0.woff2") format("woff2"),url("Fonts/1475532/c9aeeabd-dd65-491d-b4be-3e0db9ae47a0.woff") format("woff");
}
@font-face{
    font-family:'Avenir';
    font-weight: 700;
    font-style: normal;
    src:url("Fonts/5687390/0d51f252-d47b-421f-8ffe-eb417dce1b53.woff2") format("woff2"),url("Fonts/5687390/b34d406c-b12e-4b82-892e-1bfab6517cce.woff") format("woff");
} 

/* 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;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 {
	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;
}


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

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

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #000429;
	font-family: "Avenir", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
	margin: 0;
	overflow-x: hidden;
}

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

a {
	color: #80682a;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #000429;
	text-decoration: none;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

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

li {
	list-style-type: none;
	font-size: 16px;
    line-height: 20px;
}

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

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
	border-left: 5px solid #CB0006;
    padding: 15px 20px;
    background-color: #f6f6f6;
    width: 90%;
    color: #747474;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Avenir", Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 20px;
	color: #000429;
}

h1 {
	font-family: "kepler-std", Arial, Helvetica, sans-serif; 
	font-size: 40px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 22px;
	color: #ff692f;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
	color: #ff692f !important;
}

h5 {
	font-size: 18px;
	color: #999790;
	font-weight: 700;
}

h6 {
	font-size: 14px;
	color: #999790;
	font-weight: 700;
}

.entry-content h5 {
    font-size: 18px;
    color: #999790;
}

.entry-content h6 {
    color: #999790;
    font-size: 14px;
}

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

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

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	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-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

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

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

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #333;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}
button.wpforms-submit {
    border-radius: 0 !important;
    border: 1px solid #80682a !important;
    background: transparent !important;
    color: #80682a !important;
    text-transform: uppercase !important;
}
button.wpforms-submit:hover {
    border-radius: 0 !important;
    border: 1px solid #80682a !important;
    background: #80682a !important;
    color: #fff !important;
    text-transform: uppercase !important;
}

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,
.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,
.button:focus,
.button:hover {
	background-color: #0073e5;
	border-width: 0;
	color: #fff;
}

.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: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	max-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;
}

.screen-reader-text:focus,
.screen-reader-shortcut: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: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

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

.site-inner {
	clear: both;
	margin: 0 auto;
	/* padding: 60px 30px 0; */
	padding: 60px 0;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

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

.comment .avatar {
	margin: 0 15px 20px 0;
}

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

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

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

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

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

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

.search-form {
	overflow: hidden;
}

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

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

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

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

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

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

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

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

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

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

.widget {
	margin-bottom: 40px;
}

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

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

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

.widget_calendar table {
	width: 100%;
}

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

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

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


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

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

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

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

.after-entry .enews-widget input {
	text-align: center;
}

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

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

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

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

.wpforms-title,
.et-db #et-boc .et-l .et_pb_text .wpforms-title {
	font-weight: 600 !important;
}

.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,
.site-container .wpforms-container .wpforms-form .wpforms-field select {
	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;
}
 

.entry-content #et-boc .et-l .wpforms-container {
	margin-bottom: 40px;
}

.entry-content #et-boc .et-l .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}
.entry-content #et-boc .et-l div.wpforms-container-full .wpforms-form .wpforms-field {
	padding: 10px 0;
}
.entry-content #et-boc .et-l div.wpforms-container-full .wpforms-form .wpforms-field-label {
	display: block;
    font-size: 16px;
    float: none;
    line-height: 1.3;
    margin: 0 0 4px 0;
    padding: 0;
}
.entry-content #et-boc .et-l div.wpforms-container-full .wpforms-form .wpforms-field-sublabel {
    display: block;
    font-size: 14px;
    float: none;
    line-height: 1.3;
    margin: 4px 0 0;
    padding: 0;
}

.site-container .wpforms-container #et-boc .et-l .wpforms-form .wpforms-field input,
.site-container .wpforms-container #et-boc .et-l .wpforms-form .wpforms-field select,
.et-db .site-container #et-boc .et-l .et_pb_module .wpforms-form .wpforms-field input.text:not(.qty), 
.et-db .site-container #et-boc .et-l .et_pb_module .wpforms-form .wpforms-field input.title, 
.et-db .site-container #et-boc .et-l .et_pb_module .wpforms-form .wpforms-field input[type=email], 
.et-db .site-container #et-boc .et-l .et_pb_module .wpforms-form .wpforms-field input[type=password], 
.et-db .site-container #et-boc .et-l .et_pb_module .wpforms-form .wpforms-field input[type=tel], 
.et-db .site-container #et-boc .et-l .et_pb_module .wpforms-form .wpforms-field input[type=text], 
.et-db .site-container #et-boc .et-l .et_pb_module .wpforms-form .wpforms-field input select, 
.et-db .site-container #et-boc .et-l .et_pb_module .wpforms-form .wpforms-field input textarea {
	border-radius: 0;
	height: 50px !important;
	padding: 15px !important;
}

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

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

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

.site-container .entry-content #et-boc .et-l .wpforms-form textarea {
	padding: 15px;
	border: 1px solid #ccc !important;
}

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

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

.site-container .entry-content #et-boc .et-l .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}
.et-db #et-boc .et-l .et_pb_module .wpforms-container .wpforms-field-checkbox input {
    margin-right: 5px;
}

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

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

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

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

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


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

.site-header {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 0 30px;
}

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

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

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .custom-logo-link {
	display: block;
}

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

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

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


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

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

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

.genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 15px;
	font-weight: 400;
	outline-offset: unset;
	outline: none !important;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.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 {
	/* color: #0073e5; */
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

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

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* Responsive 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;
}

.js .nav-primary {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

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

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .dashicons-before::before {
	transition: none;
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

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

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

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

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

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

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

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


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

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

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
    /* list-style-position: inside; */
}

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

.entry-content ul > li {
	list-style-type: disc;
}

.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-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}
.entry-content p {
    color: #000429;
    font-family: 'Avenir', 'Nunito Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.3 !important;
    /* font-weight: 400; */
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

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

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

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

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

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

.pagination {
	clear: both;
	margin: 0;
}

.adjacent-entry-pagination {
	margin-bottom: 40px;
	padding: 5px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

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

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.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-header p {
	margin-bottom: 0;
}

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

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}
/* hide default comments form to display our comment container */
#respond.comment-respond {
    display: none;
}
.dsbf-comment-container h3 {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 10px;	
}
.dsbf-comment-container p.logged-in-as {
    font-size: 14px;
    margin-bottom: 20px;
}
.dsbf-comment-container .comment-form-comment label {
    opacity: .6;
    font-size: 14px;
}
.dsbf-comment-container input[type=submit] {
    border: 1px solid #80682a;
    border-radius: 0;
    background-color: transparent;
    color: #80682a;
    font-size: 14px !important;
    padding: 12px 24px;
}
.dsbf-comment-container input[type=submit]:hover {
    border: 1px solid #80682a;
    background-color: #80682a;
    color: #fff;
}
.dsbf-comment-container textarea#comment {
    font-size: 15px;
    color: #000429;
    font-weight: 300;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

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

.sidebar p {
	margin-bottom: 20px;
}

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

.footer-widgets {
	/* border-top: 1px solid #eee; */
	/* background-color: #fff; */
	clear: both;
	padding: 60px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}
.footer-widgets a {
	color: #bfbdb3;
	text-decoration: none;
}
.footer-widgets h3,
.footer-widgets h3>a {
	color: #fff;
	margin-bottom: 10px;
}
.footer-widgets-1 {
    display: flex;
    flex-direction: column;
    /* justify-content: flex-end; */
	justify-content: flex-start;
}
.footer-widgets-1 section#media_image-2 {
    padding-bottom: 25px;
}
.footer-widgets-1 .widget-wrap img {
    max-width: 260px !important;
}
.footer-widgets-1 .simple-social-icons ul li a,
.footer-widgets-3 .simple-social-icons ul li a {
	padding-left: 0 !important;
}
.footer-widgets-1 .simple-social-icons ul li,
.footer-widgets-3 .simple-social-icons ul li {
	margin-left: 0 !important;
	margin-right: 10px !important;
}
.footer-widgets-2.footer-widget-area,
.footer-widgets-3.footer-widget-area {
	padding-left: 20px;
	padding-right: 20px;
}
.footer-widgets-2 ul li {
    padding: 15px 0;
    border-bottom: 1px solid #80682a;
}
.footer-widgets-2 .widget ul > li:last-of-type {
    padding-bottom: 15px;
}
.footer-widgets-2 .widget ul > li {
	margin-bottom: 0;
}
.footer-widgets-3 p,
.footer-widgets-3 address {
    color: #bfbdb3;
}
.footer-widgets-3 .textwidget.custom-html-widget {
    padding-top: 15px;
}
.footer-widgets-3 address {
    font-style: normal;
    line-height: 1.375;
}
.footer-widgets-3 section#custom_html-3 {
    margin-bottom: 10px;
}
.footer-widgets-3 p {
    margin-bottom: 20px;
}
.footer-widgets-2 section#custom_html-4 {
    margin-bottom: 0;
}
div#genesis-footer-widgets,
.blog-page .footer-widgets {
	color: #fff;
	border-top: 12px solid #80682a;
	background-color: #000429;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 43px;
	padding-bottom: 10px;
}

footer.site-footer {
	padding-top: 18px;
	padding-bottom: 16px;
	/* border-top: 1px solid #80682a; */
	background-color: #000429;
	color: #fff;
	font-size: 12px;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
}
footer.site-footer a {
	color: #bfbdb3;
	text-decoration: none;
}
footer.site-footer a:hover {
	color: #ff692f;
}

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

.site-footer {
	/* background-color: #fff; */
	/* border-top: 1px solid #eee; */
	font-size: 15px;
	line-height: 1.5;
	/* padding: 30px; */
	text-align: center;
}

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


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

@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}

}

@media only screen and (min-width: 800px) {
    /* Site Header
	--------------------------------------------- */
    .site-header {
        position: relative;
        top: 0;
        left: 0;
        z-index: 9999;
        transition: all 0.5s ease;
        width: 100%;
    }
    .site-header.scrolling {
        top: -100px;
    }
    .site-header.scrolled {
        top: -45px;
        position: sticky;
        background-color: rgba(255, 255, 255, 0.97);
        /* background-color: #000429; */
    }
    .admin-bar .site-header {
        /* top: 32px; */
    }

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

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

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

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.js .nav-primary {
		display: block;
		/* padding-top: 15px; */
	}
	.genesis-responsive-menu {
        display: block;
        padding-top: 15px;
    }

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Search in menu siq-search */
	.siq-expandwdgt-cont.siq-searchwidget {
        /* top: 68px; */
        padding: 25px;
        background-color: #dfded3;
        border-top: 2px solid #bfbdb3;
        /* width: 231px !important; */
        position: absolute;
        display: none;
        opacity: 0;
    }
    .menu .siq-expandwdgt-cont.siq-searchwidget.dsbf-widget-open {
        display: block;
        opacity: 1;
        -webkit-transition: opacity 0.4s ease-in;
        -moz-transition: opacity 0.4s ease-in;
        -o-transition: opacity 0.4s ease-in;
        transition: opacity 0.4s ease-in;
    }
    .siq-expandwdgt-cont.siq-searchwidget input {
        color: #aaa9a9;
        border-color: #d2d2d2;
        background-color: #fff;
        font-size: 13px !important;
        height: 33px !important;
        width: 165px !important;
        padding: 8px 15px !important;
        box-sizing: border-box;
        margin: 0 !important;
    }
    .dsbf-siq-icon span {
        display: none;
    }
    
    .dsbf-siq-icon:hover {
        cursor: pointer;
    }
    input.siq-expandwdgt-input.siq-searchwidget-input {
        border-radius: 0;
        width: 198px !important;
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
        -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
    }
    span.siq-expandwdgt-icon {
        /* right: 0; */
        color: #fff !important;
        background: black;
        font-size: 12px !important;
    }
    span.siq-expandwdgt-icon::before {
        font-size: 14px !important;
        font-weight: 800;
    }
    .siq-expandwdgt-icon:hover {
        cursor: pointer;
    }
    #siq-expandwdgt-cont .siq-expandwdgt-icon,
    .siq-expandwdgt-cont .siq-expandwdgt-icon {
        height: 33px !important;
        width: 33px !important;
        line-height: 33px !important;
        right: 0 !important;
        left: unset !important;
    }
    #siq-expandwdgt-cont .siq-expandwdgt,
    .siq-expandwdgt-cont .siq-expandwdgt {
        height: 33px !important;
    }
    form.siq-expandwdgt.siq-searchwidget {
        width: 198px;
    }
    .siq-expandwdgt-cont.siq-searchwidget {
        top: 103px;
        right: 0;
        width: 250px;
        border: 1px solid #bfbdb3;
		position: absolute;
    }

    .siq-expandwdgt-cont.siq-searchwidget input {
        width: 100% !important;
        border-radius: 0;
        border: 1px solid #bfbdb3;
        padding: 0px 10px;
        background: rgba(255,255,255,1);
        color: #000429 !important;
    }
    /* li#menu-item-33895 {
        padding: 5px;
        height: auto !important;
    } */
	li#menu-item-18821 {
		/* position: absolute; */
		/* height: 100px; */
		position: relative;
    /* border: 1px solid blue; */
        display: inline-block;
    height: 50px !important;
    padding: 35px 0px;
    left: 5px;
    margin-left: -6px;
	}
	li#menu-item-18821 a {
		display: none;
	}
	li#menu-item-siq-selectbox {
		width: 2px !important;
		display: none;
	}
	
	/*
    header.site-header {
        z-index: 9999999;
    }
    .site-inner.ls-overflow-visible {
        z-index: -1;
    } */
    #siq-expandwdgt-cont .siq-expandwdgt-icon,
    .siq-expandwdgt-cont .siq-expandwdgt-icon {
        left: unset !important;
        right: 0 !important;
    }
    span.siq-expandwdgt-icon:before {
        color: #fff;
        font-size: 14px;
        font-weight: bold;
    }
	.dsbf-siq-icon:before {
        content: "\e900";
        font-family: 'SIQ_icomoon';
        font-size: 14px !important;
        font-weight: bold;
        /* color: #fff; */
        position: relative;
        top: 1px;
    }

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

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

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

	.site-inner {
		/* max-width: 1140px; */
		max-width: 1000px;
	}

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

	.content {
		float: left;
		width: 71%;
	}

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

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.dsbf-about-owb .content,
    .dsbf-meet-greet .content,
	.dsbf-marketplace-page .content {
		width: 77%;
	}


	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 23%;
		padding-left: 3%;
	}

	.sidebar-content .sidebar {
		float: left;
	}
	.dsbf-about-owb .sidebar,
    .dsbf-meet-greet .sidebar,
	.dsbf-marketplace-page .sidebar {
		width: 22%;
		padding-left: 0;
	}

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

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

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

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

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

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

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

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

	.footer-widgets .wrap {
		max-width: 1140px;
	}

	.footer-widget-area {
		/* float: left; */
		margin-bottom: 0;
		width: calc(100% / 3);
	}
	.footer-widget-area {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	div#genesis-footer-widgets,
	.blog-page .footer-widgets {
		color: #fff;
		border-top: 12px solid #80682a;
		background-color: #000429;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 43px;
		padding-bottom: 10px;
	}
	
	footer.site-footer {
		padding-top: 18px;
		padding-bottom: 16px;
		/* border-top: 1px solid #80682a; */
		background-color: #000429;
		color: #fff;
		font-size: 12px;
		text-align: left;
		padding-left: 30px;
		padding-right: 30px;
	}
	footer.site-footer a {
		color: #bfbdb3;
	}
	footer.site-footer a:hover {
		color: #ff692f;
	}
	
	.blog-page .footer-widgets .widget.simple-social-icons {
		margin-bottom: 20px;
	}
	
	.site-footer .wrap {
		max-width: 1060px;
		margin: 0 auto;
	}
	
	.footer-widgets .wrap {
		max-width: 1060px;
		position: relative;
		overflow: hidden;
		/* border: 1px solid; */
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	.footer-widget-area.footer-widgets-1 {
		padding-left: 0;
	}
	
	.footer-widget-area.footer-widgets-3 {
		padding-right: 0;
	}
	.tribe-mini-calendar {
		margin-bottom: 0;
	}


}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

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

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

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

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

/* Divi Builder global overrides */
.et-db #et-boc .et-la,
.et-db #et-boc .et-l .et_pb_module.et_pb_text>a,
.et-db #et-boc .et-l .et_pb_module p a,
.et-db #et-boc .et-l .et_pb_text ul li a, 
.et-db #et-boc .et-l .et_pb_text ol li a,
.et-db #et-boc .et-l .et_pb_module li a {
    color: #80682a !important;
	text-decoration: underline !important;
}

.dsbf-resource-single.et-db #et-boc .et-l .et_pb_section, 
.et-db #et-boc .et-l .et_pb_section{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
/* divi default separator */
.et-db #et-boc .et-l .et_pb_divider:before {
    border-top-color: #e0dede !important;
}
.et-db #et-boc .et-l .et_pb_space.et_pb_divider {
	height: 2px !important;
}
.page.et-db .entry-header h1.entry-title {
    display: none;
}
.et-db #et-boc a.et_pb_button.et_pb_bg_layout_light {
    color:  #cb0006 !important;
    /* border-width: 0px !important; */
    border-radius: 0px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    /* background-color: #8e0c3a !important; */
    background-color: transparent !important;
    border-width: 1px !important;
    border-color: #cb0006 !important;
    padding: .5em 1em !important;
	animation: none !important;
	text-decoration: none !important;
}
.et-db #et-boc a.et_pb_button.et_pb_bg_layout_light:hover {
    background-color: #cb0006 !important;
    color: #fff !important;
}

.et-db #et-boc .et-l .et_pb_button:after, .et-db #et-boc .et-l .et_pb_button:before {
    content: "" !important;
}
/* fix padding on button hover */
.et_pb_button:hover, .et-db #et-boc .et-l .et_pb_module .et_pb_button:hover {
    padding: .5em 1em !important;
}
.et-db #et-boc .et-l h1, 
.et-db #et-boc .et-l h2, 
.et-db #et-boc .et-l h3 {
	font-weight: 700;
}
.et-db #et-boc .et-l .et_pb_text_inner h1, 
.et-db #et-boc .et-l .et_pb_text_inner h2, 
.et-db #et-boc .et-l .et_pb_text_inner h3 {
	margin-bottom: .7em !important;
    padding-bottom: 0;
}
.et-db #et-boc .et-l h3 a {
	font-weight: 700 !important;
	color: #000429 !important;
}

.et-db #et-boc .et-l .et_pb_module h4,
.et-db #et-boc .et-l .et_pb_module h5, 
.et-db #et-boc .et-l .et_pb_module h6 {
    font-weight: 600;
}

.et-db #et-boc .et-l .et_pb_module h5, 
.et-db #et-boc .et-l .et_pb_module h6 {
    color: #999790;
}

.et-db #et-boc .et-l .et_pb_text ul li, 
.et-db #et-boc .et-l .et_pb_text ol li {
    font-size: 16px;
    color: #000429;
    font-weight: 300;
    line-height: 1.5;
}
.et-db #et-boc .et-l .entry-content ul li p,
.et-db #et-boc .et-l .et_pb_accordion .et_pb_toggle .et_pb_toggle_content ul li {
	line-height: 1.5 !important;
}

.et-db #et-boc .et-l .et_pb_module blockquote {
	margin: 30px !important;
	border-left: 5px solid #CB0006 !important;
    padding: 15px 20px;
    background-color: #f6f6f6;
    width: 90%;
    color: #747474;
}
.et-db #et-boc .et-l .et_pb_module blockquote ul li,
.et-db #et-boc .et-l .et_pb_module blockquote ol li {
	color: #747474 !important;
}
.et-db #et-boc .et-l .et_pb_module h1 a, 
.et-db #et-boc .et-l .et_pb_module h2 a, 
.et-db #et-boc .et-l .et_pb_module h3 a, 
.et-db #et-boc .et-l .et_pb_module h4 a, 
.et-db #et-boc .et-l .et_pb_module h5 a, 
.et-db #et-boc .et-l .et_pb_module h6 a {
	text-decoration: none !important;
}

/* DIVI ACCORDION  */

#et-boc .et_pb_accordion_item {
    margin-bottom: 0 !important;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #dfded9 !important;
    padding-left: 0 !important;
}

#et-boc .et_pb_accordion_item h5.et_pb_toggle_title {
    line-height: 1.5 !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px !important;
    color: #000429 !important;
    font-family: 'Avenir', 'Nunito Sans', Arial, Helvetica, sans-serif !important;
    font-weight: 500 !important;
    padding-right: 0px !important;
}

@media screen and (max-width:768px) {
    #et-boc .et_pb_accordion_item h5.et_pb_toggle_title {
        align-items: flex-start;
    }
}

#et-boc .et_pb_accordion_item:hover h5 {
    color: #80682a !important;
}

#et-boc .et_pb_accordion_item:hover h5:before {
    background-color: #80682a !important;
}

.et-db #et-boc .et-l .et_pb_accordion .et_pb_toggle_title:before {
    content: '+';
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    background-color: #333;
    background-color: #000429;
    font-size: 13px !important;
    color: #fff;
    text-align: center;
    line-height: 22px;
    font-family: sans-serif !important;
    color: #fff !important; 
    top: auto !important;
    left: 0 !important;
    right: auto !important;
    /* background-color: #333; */
    text-align: center;
    margin-right: 18px !important;
    position: relative !important;
    margin-top: 0px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.et-db #et-boc .et-l .et_pb_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before {
    display: block !important;
    content: '–' !important;
    background-color: #333;
    /* background-color: #8e0c3a !important; */
    background-color: #80682a !important;
}

.et-db #et-boc .et-l .et_pb_accordion .et_pb_toggle,
.et_pb_accordion_item {
    padding: 10px !important;
    padding-left: 1px !important;
}

.et-db #et-boc .et-l .et_pb_accordion .et_pb_toggle .et_pb_toggle_content {
    padding-bottom: 5px !important;
}

.et-db #et-boc .et-l .et_pb_accordion .et_pb_toggle .et_pb_toggle_content * {
    -webkit-font-smoothing: antialiased;
    line-height: 1.3;
    font-size: 16px;
    /* font-family: "Lato", Arial, Helvetica, sans-serif; */
    /* font-weight: normal; */
    /* font-weight: 500; */
}

.et-db #et-boc .et-l .et_pb_accordion .et_pb_toggle .et_pb_toggle_content a {
    padding-bottom: 0px !important;
}

.et-db #et-boc .et-l .et_pb_module.ds-pr-topics.et_pb_accordion p img.alignleft,
.et-db #et-boc .et-l .et_pb_module.ds-pr-topics.et_pb_accordion div.wp-caption.alignleft {
    margin-right:  10px !important;
    /* padding-right:  10px !important; */
}
.et-db #et-boc .et-l .et_pb_module.ds-pr-topics.et_pb_accordion div.wp-caption {
	margin: 10px !important;
}

/* Divi 3 column Blurb section */
.dsbf-3-col-icon-row h2.et_pb_module_header {
    /* top: 97px; */
    position: relative;
    font-size: 20px !important;
}

.dsbf-3-col-icon-row .et_pb_blurb_description {
    top: -6px;
    position: relative;
}
.entry-content #et-boc .et-l .et_pb_section .dsbf-3-col-icon-row .et_pb_blurb_description p>a {
    /* color: #ff692f !important; */
}
/* .et-db #et-boc .et-l .et_pb_blurb_2.et_pb_blurb .et_pb_module_header, */
.dsbf-3-col-icon-row .et_pb_row .et_pb_column.et_pb_column_1_3 .et_pb_blurb h2.et_pb_module_header a {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 30px;
    text-align: center;
    margin-bottom: 0px !important;
    /* margin-top: 10px !important; */
}
.dsbf-3-col-icon-row .et_pb_row .et_pb_column.et_pb_column_1_3 .et_pb_blurb h2.et_pb_module_header {
    margin-top: 10px !important;
}

/* overrides divi blurb defaults to match existing theme */

.et-db #et-boc .et-l .dsbf-3-col-icon-row .et_pb_main_blurb_image {
    margin-bottom: 2px;
}

.dsbf-3-col-icon-row .et_pb_module_header {
    /* margin-bottom: 10px !important; */
}

.et-db #et-boc .et-l .dsbf-3-col-icon-row .et-pb-icon-circle {
    padding: 22px;
}
.et-db #et-boc .et-l .dsbf-3-col-icon-row .et-pb-icon {
    color: #fff !important;
    background-color: #000429 !important;
    transition: all .2s !important;
}
.et_pb_module_header.dsbf-icon-hover {
    /* color: #80682A !important; */
}

.et-db #et-boc .et-l .et_pb_blurb .dsbf-icon-hover .et-pb-icon {
    background-color: #cb0006 !important;
}
.et-db #et-boc .et-l .dsbf-3-col-icon-row .et_pb_main_blurb_image .et-pb-icon {
    border-radius: 65px !important;
}

.dsbf-icon {
    width: 65px;
    height: 65px;
    border-radius: 65px;
    background: #000429;
    margin: 0 auto;
    position: relative;
    top: -29px;
}

.dsbf-icon i.fa {
    font-size: 24px;
    color: #fff;
    padding-top: 21px;
}
.et-db #et-boc .et-l .et_pb_module.et_pb_blurb p:nth-child(2) a:not(.share) {
	color: #cb0006 !important;
}
.entry-content #et-boc .et-l .et_pb_module.et_pb_blurb a:not(.share) {
	text-decoration: none !important;
}


.et-db #et-boc .et-l .et_pb_module.et_pb_text ol ol,
.et-db #et-boc .et-l .et_pb_module.et_pb_text ol ul,
.et-db #et-boc .et-l .et_pb_module.et_pb_text ul ol,
.et-db #et-boc .et-l .et_pb_module.et_pb_text ul ul,
.et-db #et-boc .et-l .et_pb_toggle_content ol ol, 
.et-db #et-boc .et-l .et_pb_toggle_content ol ul,
.et-db #et-boc .et-l .et_pb_toggle_content ul ol, 
.et-db #et-boc .et-l .et_pb_toggle_content ul ul {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.et-db #et-boc .et-l .et_pb_toggle_content ol,
.et-db #et-boc .et-l .et_pb_toggle_content ul,
.et-db #et-boc .et-l .et_pb_module.et_pb_text ol,
.et-db #et-boc .et-l .et_pb_module.et_pb_text ul {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 10px !important;
}
.et-db #et-boc .et-l .et_pb_module ol ul li,
.et-db #et-boc .et-l .et_pb_module ul ul li {
   list-style-type: circle !important;
}
.et-db #et-boc .et-l .et_pb_module ol ul li ul li,
.et-db #et-boc .et-l .et_pb_module ul ul li ul li {
   list-style-type: square !important;
}


/* Customizations begin here */

/* Site Header and nav */
.dsbf-top-bar .wrap,
.site-header .wrap {
    max-width: 1060px;
    margin: 0 auto;
}

.dsbf-top-bar>.wrap,
.site-header>.wrap {
    padding-left: 30px;
    padding-right: 30px;
}

header.site-header {
    padding: 0;
    /* padding: 0 30px; */
}

.dsbf-top-bar {
    width: 100%;
    background-color: #BFBDB3;
	/* background-color: #80682A; */
	/* background-color: #000429; */
    height: 45px;
}

.dsbf-top-bar .wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

nav.dsbf-top-nav-left,
nav.dsbf-top-nav-right {
    width: 50%;
    height: 45px;
}

nav.dsbf-top-nav-left {
    order: 1;
}

nav.dsbf-top-nav-right {
    order: 2;
}

.dsbf-top-bar ul {
    display: flex;
    justify-content: flex-end;
}
.dsbf-top-bar ul#menu-top-left-menu {
    justify-content: flex-start;
}

.dsbf-top-bar ul li a {
    /* font-family: 'Montserrat', Arial, Helvetica, sans-serif; */
    font-family: 'Avenir', 'Nunito Sans', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: white;
    padding: 0 13px;
    line-height: 43px;
}

.wp-custom-logo .title-area {
    padding-top: 19px;
    padding-bottom: 19px;
}

.site-header {
    /* border-bottom: 10px solid #80682A; */
    border-bottom: 6px solid #80682A;
	border-bottom: 6px solid #000429;
    /* border-bottom: 3px solid #CB0006; */
}

.nav-primary {
    padding-top: 0;
    padding-bottom: 0;
}

.nav-primary li a {
    height: 100px;
    line-height: 110px;
    padding-top: 0;
    padding-bottom: 0;
    /* font-family: 'Montserrat', Arial, Helvetica, sans-serif !important; */
    font-family: 'Avenir', 'Nunito Sans', Arial, Helvetica, sans-serif !important;
    font-weight: 700;
    /* font-weight: 400 !important; */
    font-size: 14px !important;
    /* color: #fff !important; */
    /* letter-spacing: 1px !important; */
    letter-spacing: .2px !important;
    text-transform: uppercase;
}

nav.nav-primary ul.menu-primary ul.sub-menu {
    text-transform: uppercase;
    /* border-top: 3px solid #8e0c3a; */
    border-top: 3px solid #BFBDB3;
    width: 200px !important;
}

nav.nav-primary ul.menu-primary ul.sub-menu li {
    /* font-family: 'Montserrat', Arial, Helvetica, sans-serif; */
	font-family: 'Avenir', 'Nunito Sans', Arial, Helvetica, sans-serif !important;
    min-height: 43px;
    width: 200px;
    background-color: #bfbdb3;
    /*     height: unset; */
}

nav.nav-primary ul.menu-primary ul.sub-menu>li a {
    background-color: #dfded9;
    border: none;
    width: 200px;
    height: auto;
    min-height: 43px;
    /* line-height: 19px; */
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000429;
    border-bottom: 1px solid #BFBDB3;
}

nav.nav-primary ul.menu-primary ul.sub-menu>li a:hover {
    /* background-color: #bfbdb3; */
    background-color: #000429;
    color: #DFDED3;
}

nav.nav-primary ul.menu-primary ul.sub-menu>li a span {
    color: #000429;
    /* color: #fff; */
    font-size: 12px;
    display: block;
    line-height: 19px;
}
nav.nav-primary ul.menu-primary ul.sub-menu>li a:hover span {
    color: #dfded9;
}


.nav-primary .genesis-nav-menu>li>a {
    padding-left: 0;
    padding-right: 11px;
}

.dsbf-top-bar {
    height: 44px;
    /* border-bottom: 1px solid #80682A; */
}

header.site-header {
    height: 160px;
}

.nav-primary .genesis-nav-menu>li>a {
    border-top: 2px solid transparent;
}
.nav-primary li a {
    line-height: 112px;
}

nav.dsbf-top-nav-left,
nav.dsbf-top-nav-right {
    height: 44px !important;
}

.dsbf-top-bar ul li a {
    height: 44px !important;
}

.nav-primary .genesis-nav-menu>li>a {
    box-sizing: content-box;
}

.genesis-nav-menu > li.outline > a span,
.genesis-nav-menu > li.outline > a span {
    border-radius: 0 !important;
    border: 1px solid #00042959 !important;
    padding: 10px !important;
}


@media screen and (max-width: 1060px) {
    .dsbf-top-bar .wrap,
    .site-header>.wrap {
        max-width: 100%;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .site-inner {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 1060px;
    }
	.nav-primary .genesis-nav-menu>li>a {
        padding-right: 6px;
    }
}

@media only screen and (max-width: 985px) {
    .wp-custom-logo .site-container .title-area {
        /* width: 123px !important; */
        width: 160px !important;
        height: auto !important;
    }
    .wp-custom-logo .title-area {
        padding-top: 26px;
        padding-bottom: 26px;
    }
    .nav-primary .genesis-nav-menu li a {
        font-size: 12px !important;
    }
    .nav-primary .genesis-nav-menu a {
        padding-right: 10px;
    }
    #siq-menu-searchbox-wrap #siq-expsearch-cont span.siq-expsearch-icon:before,
    .siq-icon-searchbox-wrap .siq-expsearch-cont span.siq-expsearch-icon:before {
        font-size: 14px !important;
    }
    nav ul#menu-main-nav {
        margin-right: 6px;
    }
}
@media only screen and (max-width: 840px) {
    .wp-custom-logo .site-container .title-area {
        width: 130px !important;
        height: auto !important;
    }
    /* .wp-custom-logo .title-area {
        padding-top: 34px;
        padding-bottom: 26px;
    } */
}
@media screen and (max-width: 799px) {
	.dsbf-top-bar .wrap,
    .site-header>.wrap {
        max-width: 100%;
        margin: 0 auto;
        padding-left: 30px;
        padding-right: 30px;
    }
    .site-inner {
        padding-left: 30px;
        padding-right: 30px;
    }
    .wp-custom-logo .site-container .title-area {
        width: 193px !important;
        height: auto !important;
    }
    .wp-custom-logo .title-area {
        padding-top: 28px;
        padding-bottom: 20px;
    }
    .menu-toggle {
        margin-bottom: 20px;
        margin-top: 35px;
		width: 37px;
		height: 37px;
    }
    .dashicons-before:before {
        font-size: 26px !important;
    }
	.genesis-nav-menu > li.outline > a span, 
	.genesis-nav-menu > li.outline > a span {
		border-color: transparent !important;
		padding: 0 !important;
	}
    .nav-primary.genesis-responsive-menu li a {
        height: auto;
        /* MEBF 2020-02-29: was line-height: 47px, but that messed up menu items that wrapped */
        /* line-height: 1.1; */
        line-height: 47px;
        border-bottom: 1px solid #000429;
    }
    nav.nav-primary ul.menu-primary ul.sub-menu>li a {
        width: auto;
    }
	nav.nav-primary ul.menu-primary ul.sub-menu li {
		width: 100%;
	}
    .sub-menu-toggle {
        padding: 15px 3px 9px 10px;
    }
    .sub-menu-toggle::before {
        font-size: 16px !important;
        color: #000429;
    }
	.menu-toggle:focus, 
	.menu-toggle:hover, 
	.sub-menu-toggle:focus, 
	.sub-menu-toggle:hover {
		outline: none !important;
	}
    .nav-primary.genesis-responsive-menu ul ul.sub-menu li a:before {
        content: "-";
        margin-left: -10px;
        margin-right: 3px;
        /*     max-height: 47px; */
    }
    .nav-primary.genesis-responsive-menu ul ul.sub-menu li {
        /* max-height: 47px; */
		max-height: unset;
    }
    nav.nav-primary.genesis-responsive-menu ul ul.sub-menu li a,
    nav.nav-primary.genesis-responsive-menu ul {
        background-color: transparent !important;
        border-bottom: 0;
    }
    nav.nav-primary.genesis-responsive-menu ul ul.sub-menu li {
        background-color: transparent;
        color: #333333;
    }
    nav.nav-primary.genesis-responsive-menu ul ul.sub-menu li a span {
        color: #333333;
    }
    nav.nav-primary ul.menu-primary ul.sub-menu {
        border-top: none;
        width: 100% !important;
    }
    nav.nav-primary.genesis-responsive-menu li a,
    nav.nav-primary.genesis-responsive-menu li a span {
        color: #000429 !important;
    }
    nav.nav-primary ul.menu-primary ul.sub-menu>li a {
        /* height: 47px !important; */
		height: auto !important;
        padding-top: 0;
        padding-bottom: 0;
    }
    nav.nav-primary ul.menu-primary ul.sub-menu>li a span {
        display: inline;
    }
	.nav-primary.genesis-responsive-menu ul.sub-menu li a {
		min-height: 47px;
		padding-right: 0;
		width: 100%;
	}
    #menu-main-nav #menu-item-siq-selectbox,
    .siq-icon-item-siq-selectbox {
        /* width: 100% !important;
        top: 0 !important;
        margin-top: 15px;
        margin-bottom: 15px; */
    }
    #menu-main-nav #menu-item-siq-selectbox input.siq-expsearch-input,
    #menu-main-nav #siq-menu-searchbox-wrap.siq-search-open,
    #menu-main-nav .siq-icon-item-siq-selectbox .siq-icon-searchbox-wrap.siq-search-open {
        /* width: 100% !important; */
    }
    /* .wp-custom-logo .title-area {
        padding-top: 38px;
        padding-bottom: 20px;
    } */
    header.site-header {
        min-height: 178px;
        height: auto;
    }
    .siq-expandwdgt-cont.siq-searchwidget {
        top: 0;
        position: relative;
        width: 100%;
        padding-bottom: 10px
    }
    .siq-expandwdgt-cont.siq-searchwidget input {
        width: 100% !important;
        border-radius: 0;
        border: 1px solid #000429;
        padding: 0px 10px;
        background: rgba(255,255,255,0.2);
        color: #000429 !important;
    }
    li#menu-item-33895 {
        padding: 5px;
        height: auto !important;
    }
    header.site-header {
        z-index: 9999999;
    }
    .site-inner.ls-overflow-visible {
        z-index: -1;
    }
    #siq-expandwdgt-cont .siq-expandwdgt-icon,
    .siq-expandwdgt-cont .siq-expandwdgt-icon {
        left: unset !important;
        right: 0 !important;
    }
    span.siq-expandwdgt-icon:before {
        color: #fff;
        font-size: 14px;
        font-weight: bold;
    }
    .single-owb_listing.dsbf-listing-single article.listing-content{
        /* display: block; */
      }
      .listing-content .listing-sidebar,
      .listing-content .listing-main-column{
        flex: 0;
        width: 100%;
      }

	.footer-widgets-1 .widget-wrap img {
		/* max-width: 280px !important; */
	}  
	.site-footer p {
		text-align: center;
	}
	#menu-item-18821 {
		display: none;
	}
	li#menu-item-siq-selectbox {
		width: 2px !important;
		display: none;
	}
	.siq-expandwdgt-cont .siq-expandwdgt-icon {
		color: #000429 !important;
	}
	span.siq-expandwdgt-icon:before {
		color: #000429;
		/* top: 10px; */
		position: relative;
	}
	.siq-expandwdgt-cont.siq-searchwidget {
		margin-top: 10px;
	}
}


	

@media only screen and (max-width: 768px) {
    .dsbf-top-bar ul {
        justify-content: center;
    }
    nav.dsbf-top-nav-left,
    nav.dsbf-top-nav-right {
        width: 100%;
    }
	.dsbf-top-bar {
		height: 88px;
	}
	.dsbf-top-bar .wrap {
		/* display: block !important; */
		/* height: auto; */
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	nav.dsbf-top-nav-left, 
	nav.dsbf-top-nav-right {
		text-align: center;
		margin: 0 auto;
	}
	.dsbf-top-bar ul,
	.dsbf-top-bar .genesis-nav-menu .menu-item {
		display: inline-block;
	}
	nav.dsbf-top-nav-left {
		background-color: #999790;
		padding: 0 30px !important;
	}
	nav.dsbf-top-nav-right {
		/* background-color: #999790; */
		/* padding: 0 30px !important; */
	}
    
}
@media screen and (max-width: 768px) {
    nav.dsbf-top-nav-left, nav.dsbf-top-nav-right {
        width: 100% !important;
    }
    .dsbf-top-bar .wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
	nav.dsbf-top-nav-left {
		order: 2;
	}
	nav.dsbf-top-nav-right {
		order: 1;
	}
}

/* Footer top widget / Newsletter signup */
.ds-footer-top-bar {
    background-color: #80682a;
}
.ds-footer-top-bar h4.widget-title.widgettitle {
    color:  #fff;
    margin-bottom: 0;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
}

.ds-footer-top-bar .widget-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 1060px;
    height: 46px;
    justify-content: center;
}

.ds-footer-top-bar .wrap {
    width: 78%;
    margin: 0 auto;
}

.ds-footer-top-bar section#mc4wp_form_widget-2 {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.ds-footer-top-bar form#mc4wp-form-1 .mc4wp-form-fields {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.ds-footer-top-bar .mc4wp-form-fields p {
    margin: 0;
}
.ds-footer-top-bar .mc4wp-form-fields input[type=email], 
.ds-footer-top-bar .mc4wp-form-fields input[type=text] {
    width: 160px;
    max-width: unset;
    margin-right: 20px;
    height: 44px;
    padding: 7px 15px;
    font-size: 14px;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #fff;
    color: #fff !important;
}
.ds-footer-top-bar #mc4wp-form-1 input[type=email]::placeholder,
.ds-footer-top-bar #mc4wp-form-1 input[type=text]::placeholder {
    color: rgba(255,255,255, 0.8) !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
}
.ds-footer-top-bar .mc4wp-form-theme-dark input[type=date]:focus, 
.ds-footer-top-bar .mc4wp-form-theme-dark input[type=email]:focus, 
.ds-footer-top-bar .mc4wp-form-theme-dark input[type=tel]:focus, 
.ds-footer-top-bar .mc4wp-form-theme-dark input[type=text]:focus, 
.ds-footer-top-bar .mc4wp-form-theme-dark input[type=url]:focus, 
.ds-footer-top-bar .mc4wp-form-theme-dark select:focus, 
.ds-footer-top-bar .mc4wp-form-theme-dark textarea:focus {
    border-color: #fff;
    border-width: 2px;
}
.ds-footer-top-bar input[type="submit"] {
    width: 60px !important;
}
.ds-footer-top-bar form#mc4wp-form-1 {
    margin:  0;
    margin-left: 20px;
    margin-right: 20px;
    height: 50px;
}
.ds-footer-top-bar .mc4wp-form-theme-dark input[type="submit"] {
    display: none;
}
.ds-footer-top-bar .mc4wp-form-theme-dark button {
    /* color: #CB0006 !important;
    color: #000429 !important; */
    color: #ff692f !important;
    font-size: 28px;
    background-color: transparent !important;
    border-color: transparent;
    height: 44px;
    padding: 0;
}
.ds-footer-top-bar .mc4wp-form-theme-dark button:hover {
    color: #fff;
    background-color: transparent !important;
    border-color: transparent;
}
@media screen and (max-width: 1360px) {
    .ds-footer-top-bar .widget-wrap {
        height: auto;
        justify-content: center;
    }
}
@media screen and (max-width:768px) {
    .ds-footer-top-bar .wrap {
        width: 95%;
    }
}
@media screen and (max-width:640px) {
    .ds-footer-top-bar h4.widget-title.widgettitle {
        width: 85%;
        height: auto;
        text-align: center;
        line-height: 1.5;
        margin-bottom: 20px;
    }
}
@media screen and (max-width:480px) {
	.footer-widgets-1 .widget-wrap img {
		max-width: 200px !important;
	}
	.footer-widgets-1 {
		padding-left: 0;
		padding-right: 0;
	}
    .ds-footer-top-bar .mc4wp-form-fields input[type=email], 
    .ds-footer-top-bar .mc4wp-form-fields input[type=text] {
        margin-right: 10px;
        height: 40px;
        padding: 10px 5px;
    }
    .ds-footer-top-bar .mc4wp-form-fields input[type=email] {
        width: 155px;
    }
    .ds-footer-top-bar .mc4wp-form-fields input[type=text] {
        width: 110px;
    }
    .ds-footer-top-bar form#mc4wp-form-1 {
        margin: 0;
    }
    .ds-footer-top-bar .mc4wp-form-theme-dark button {
        font-size: 22px;
    }
	.footer-widgets-2.footer-widget-area, 
	.footer-widgets-3.footer-widget-area {
		padding: 0;
	}
}

/* Full Width Home Page template */
.dsbf-home-page .entry-content.ls-direction-fix.ls-overflow-visible>p {
    display: none;
}
.dsbf-home-page .site-inner.ls-overflow-visible {
    /* padding-top: 0; */
}
/* remove extra space at top of homepage slider */
.ls-wp-container.fitvidsignore.ls-avada.ls-container.ls-fullwidth.ls-device-is-desktop {
    /* margin-top: -60px !important; */
}
.dsbf-home-page .site-inner.ls-overflow-visible,
.dsbf-post-single .site-inner.ls-overflow-visible,
.dsbf-has-layerslider .site-inner.ls-overflow-visible {
    /* MEBF 2020-02-29 was position: relative; and top: -60px;
    This made all links on any page with dsbf-home-page or dsbf-has-layerslider classes unclickable */
    /* position: relative; */
    padding-top: 0;
}

.dsbf-has-layerslider.full-width-content #genesis-content {
    /* margin-top: 110px; */
    /* margin-top: 30px; */
}

.full-width-content .content {
    width: 100% !important;
}
/* Simple Share customizations */
.share-after-entry-dsbf .facebook span,
.share-after-entry-dsbf .twitter span,
.share-after-entry-dsbf .pinterest span,
.share-after-entry-dsbf .linkedin span {
    display: none;
}
.share-outlined.share-small .facebook .no-count .share, 
.share-outlined.share-medium .facebook .no-count .share,
.share-outlined.share-small .twitter .no-count .share, 
.share-outlined.share-medium .twitter .no-count .share,
.share-outlined.share-small .pinterest .no-count .share, 
.share-outlined.share-medium .pinterest .no-count .share,
.share-outlined.share-small .linkedin .no-count .share, 
.share-outlined.share-medium .linkedin .no-count .share {
    border: none;
    
}
.share-medium .no-count .share {
    width: 28px;
    background: transparent;
}
.share-medium .sharrre:hover .no-count .share {
	width: 28px;
	background: transparent;
	color: #cb0006;
}
.share-outlined .facebook .share,
.share-outlined .twitter .share,
.share-outlined .pinterest .share,
.share-outlined .linkedin .share {
	color: #999790;
	opacity: .6;
}
div#share-after-entry-dsbf-2177 {
    width: 150px;
}
.share-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: stretch;
    padding: 20px 15px;
    background: #dfded9;
	width: 100%;
}
h5.share-headline {
    margin-bottom: 0;
	font-size: 16px;
	font-weight: 500;
	width: 75%;
}
div#share-after-entry-dsbf-19064 {
    align-self: flex-end;
    width: 18%;
	text-align: right;
}
a.dsbf-share-mail {
    align-self: flex-end;
    width: 4%;
	text-align: right;
	height: 27px;
	min-width: 27px;
}
.dsbf-share-mail span.fa.fa-envelope {
    font-size: 12px;
    color: #999790;
    opacity: .6;
}
@media screen and (max-width: 768px) {
	div#share-after-entry-dsbf-19064 {
		width: 25%;
	}
	h5.share-headline {
		width: 68%;
	}
}
@media screen and (max-width: 500px) {
    .share-box h5,
    .share-box .share-after-entry-dsbf {
        width: 100%;
        text-align: center;
    }
    .share-box .share-after-entry-dsbf {
        margin-top: 20px;
    }
	div#share-after-entry-dsbf-19064 {
		width: 30%;
		min-width: 100px;
		text-align: center;
	}
	.share-box {
		justify-content: center;
	}
}
/* Industry homepage */

.dsbf-home-page.dsbf-has-layerslider .et_pb_row {
    max-width:  1000px !important;
}
.dsbf-home-page.dsbf-has-layerslider.et-db #et-boc .et-l a, 
.dsbf-home-page.dsbf-has-layerslider.et-db #et-boc .et-l .et_pb_module.et_pb_text a {
	text-decoration: none !important;
}
.dsbf-home-page.dsbf-has-layerslider .ls-wp-container.ls-container.ls-fullwidth {
    top: -1px;
}
.dsbf-home-page.dsbf-has-layerslider #ls-global .ls-fullscreen-wrapper {
    max-width: 1000px;
    width: 1000px;
    margin: 0 auto;
}
.dsbf-home-page.dsbf-has-layerslider .site-inner.ls-overflow-visible {
    max-width: unset;
	padding-bottom: 0;
}
.dsbf-home-page.dsbf-has-layerslider article.post-18756.page {
    margin-bottom: 0;
}
.dsbf-home-page.dsbf-has-layerslider a.post-edit-link {
    display: none;
}
.dsbf-home-page.dsbf-has-layerslider.et-db #et-boc .et-l .et_pb_module h3 {
    font-family: 'kepler-std', serif;
    font-size: 40px;
    font-weight: bold;
}
.et-db #et-boc .et-l .dsbf-resources-3-col .et_pb_slider .et-pb-slider-arrows .et-pb-arrow-prev, 
.et-db #et-boc .et-l .dsbf-resources-3-col .et_pb_slider .et-pb-slider-arrows .et-pb-arrow-next {
    color: #cb0006 !important;
    visibility: visible;
    display: block;
    opacity: 1;
    /* width: 50px !important; */
}
.et-db #et-boc .et-l .dsbf-resources-3-col .et-pb-arrow-prev {
    left: 0;
}
.et-db #et-boc .et-l .dsbf-resources-3-col .et-pb-arrow-next {
    right: 0;
}
.et-db #et-boc .et-l .dsbf-resources-3-col .et_pb_slide_content ul li {
    list-style: none !important;
}
.et-db #et-boc .et-l .dsbf-resources-3-col .et_pb_slide_content ul li a {
    text-shadow: none !important;
}
.et-db #et-boc .et-l .dsbf-resources-3-col .et_pb_blurb_position_left .et_pb_main_blurb_image,
.et-db #et-boc .et-l .dsbf-resources-3-col img.alignleft {
    width: 50px;
}
.et-db #et-boc .et-l .dsbf-resources-3-col .et_pb_column h4,
.et-db #et-boc .et-l .dsbf-resources-3-col .et_pb_slide_content h4 {
    padding-bottom: 3px;
    padding-top: 3px;
	color: #000429 !important;
	font-weight: 700 !important;
	text-shadow: none !important;
}
.et-db #et-boc .et-l .dsbf-resources-3-col .et_pb_blurb_description p,
.et-db #et-boc .et-l .dsbf-resources-3-col .et_pb_slide_content p {
    font-weight: 500 !important;
    font-size: 18px;
	text-shadow: none !important;
	color: #000429 !important;
}
.et-db #et-boc .et-l .dsbf-resources-3-col .et_pb_text ul li {
    list-style-type: none;
    margin-bottom: 20px;
}
.et-db #et-boc .et-l .dsbf-resources-3-col .et_pb_text ul {
    margin-left: 0;
    margin-top: 0 !important;
}
.et-db #et-boc .et-l .dsbf-resources-3-col .et_pb_blurb {
    margin-bottom: 20px;
}
.dsbf-home-page.dsbf-has-layerslider.et-db #et-boc .et-l .et_pb_bg_layout_light.et_pb_button:hover {
	background-color: #cb0006;
	color: #fff !important;
}
.et-db #et-boc .et-l .et_pb_section_1.et_pb_section {
	/*     background-color: #b8b6aa !important */
}
.et-db #et-boc .et-l #ds-in-the-know .et_pb_module h3 {
	margin-bottom: 20px;
}
.et-db #et-boc .et-l #ds-in-the-know .et_pb_module p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5 !important;
	margin-bottom: 10px;
}
.et-db #et-boc .et-l #ds-in-the-know .et_pb_module a {
	color: #ff692f !important;
	color: #f05c2b !important;
}
.et-db #et-boc .et-l #ds-in-the-know .et_pb_module {
	margin-left: 10px
}
.et-db #et-boc .et-l #ds-econ-impact .et_pb_column h4 {
    color: #000429 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.et-db #et-boc .et-l #ds-econ-impact .et_pb_column h4 span {
    font-size: 40px;
}
.et-db #et-boc .et-l #ds-econ-impact .et_pb_column p {
    font-size: 20px;
    font-weight: 500;
}
.et-db #et-boc .et-l #ds-about-the-owb .et_pb_module {
    margin-left: 10px;
}
.et-db #et-boc .et-l #ds-about-the-owb .et_pb_module h3 {
	margin-bottom: 20px;
}
.et-db #et-boc .et-l #ds-about-the-owb .et_pb_module h4 {
	text-transform: uppercase;
	font-weight: 500 !important;
	font-size: 18px !important;
}
.et-db #et-boc .et-l #ds-about-the-owb .et_pb_module p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5 !important;
    margin-bottom: 10px;
}
.et-db #et-boc .et-l #ds-about-the-owb .et_pb_module a {
    color: #ff692f !important;
	color: #f05c2b !important;
}
/* hide layerslider loading image */
.ls-v6 .ls-ct-half, .ls-v6 .ls-ct-center {
    border-width: 0 !important;
}
.dsbf-home-page.dsbf-has-layerslider.et-db #ds-in-the-know .et_pb_section .et_pb_module,
.dsbf-home-page.dsbf-has-layerslider.et-db #ds-looking-for .et_pb_section .et_pb_module,
.dsbf-home-page.dsbf-has-layerslider.et-db #ds-about-the-owb .et_pb_section .et_pb_module,
.dsbf-home-page.dsbf-has-layerslider.et-db #ds-looking-for .et_pb_module.et_pb_slider {
	animation-name: none!important;
	-webkit-animation-name: none!important;
	-moz-animation-name: none!important;
	-ms-animation-name: none!important;
	-o-animation-name: none!important;
	opacity: 1!important;
	transform: translate3d(0px, 0px, 0px)!important;
	animation:none !important;
}
@media (max-width: 980px) {	
	.et_pb_section, .et_pb_section *{
		animation:none !important;
	}
	.dsbf-home-page.dsbf-has-layerslider.et-db #ds-econ-impact .et_pb_section .et_pb_module,
	.dsbf-home-page.dsbf-has-layerslider.et-db #ds-econ-impact .et_pb_section .et_pb_blurb {
		animation-name: none!important;
		-webkit-animation-name: none!important;
		-moz-animation-name: none!important;
		-ms-animation-name: none!important;
		-o-animation-name: none!important;
		opacity: 1!important;
		transform: translate3d(0px, 0px, 0px)!important;
		animation:none !important;
	}
}
@media screen and (max-width: 1440px) {
    .et-db #et-boc .et-l #ds-in-the-know.et_pb_section,
	.et-db #et-boc .et-l #ds-about-the-owb.et_pb_section {
        padding: 2% 0;
    }
}
@media screen and (max-width: 1240px) {
    .et-db #et-boc .et-l .et_pb_section {
/*         padding: 0; */
    }
    .et-db #et-boc .et-l #ds-in-the-know.et_pb_with_background .et_pb_row,
	.et-db #et-boc .et-l #ds-about-the-owb.et_pb_with_background .et_pb_row {
        padding: 0 !important;
    }
	.et-db #et-boc .et-l #ds-in-the-know .et_pb_module,
	.et-db #et-boc .et-l #ds-about-the-owb .et_pb_module {
		margin-left: 0;
	}
	.et-db #et-boc .et-l #ds-in-the-know .et_pb_text_4,
	.et-db #et-boc .et-l #ds-about-the-owb .et_pb_text_6 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.et-db #et-boc .et-l #ds-about-the-owb .et_pb_text_6 {
		padding-top: 40px !important;
		padding-bottom: 20px !important;
	}
}
@media screen and (max-width: 1060px) {
    .dsbf-home-page.dsbf-has-layerslider .site-inner {
        padding-left: 0;
        padding-right: 0;
    }
    html body.dsbf-home-page.dsbf-has-layerslider .ls-container.ls-wp-container, 
    .dsbf-home-page.dsbf-has-layerslider #ls-global .ls-container.ls-wp-container {
        margin-left: 0 !important;
    } 
    .et-db #et-boc .et-l #ds-in-the-know.et_pb_section, 
    .et-db #et-boc .et-l #ds-about-the-owb.et_pb_section {
        padding: 0 !important;
    }
    .et-db #et-boc .et-l #ds-looking-for .et_pb_column.et_pb_column_1_3.et_pb_column.et_pb_css_mix_blend_mode_passthrough
	/* .et-db #et-boc .et-l #ds-looking-for .et_pb_column.et_pb_column_1_3.et_pb_column.et_pb_css_mix_blend_mode_passthrough:not(.et-last-child) */
	{
        margin-right: 1.5%;
        margin-left: 1.5%;
    }

    .et-db #et-boc .et-l #ds-looking-for .et_pb_row,
    .et-db #et-boc .et-l #ds-econ-impact .et_pb_row {
        width: 90%;
        margin: 0 auto;
    }
    .et-db #et-boc .et-l #ds-about-the-owb .et_pb_text_6 {
        padding-top: 30px !important;
        padding-bottom: 20px !important;
		margin-right: 0px !important;
		width: 100%;
    }
	.et-db #et-boc .et-l #ds-in-the-know .et_pb_text_4 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
		margin-right: 0px !important;
		width: 100%;
	}
	.et-db #et-boc .et-l #ds-in-the-know.et_pb_section .et_pb_css_mix_blend_mode_passthrough,
	.et-db #et-boc .et-l #ds-about-the-owb.et_pb_section .et_pb_css_mix_blend_mode_passthrough {
        width: 50% !important;
    }
    .et-db #et-boc .et-l #ds-in-the-know.et_pb_with_background .et_pb_row, 
    .et-db #et-boc .et-l #ds-about-the-owb.et_pb_with_background .et_pb_row {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
}
@media screen and (max-width: 992px) {
    .et-db #et-boc .et-l #ds-in-the-know.et_pb_section.et_pb_section_1,
    .et-db #et-boc .et-l div.et_pb_section.et_pb_section_3 {
        /* background-size: 80% !important; */
        /* background-position: -360px !important; */
		/* background-position: -300px !important; */
		background-size: 50% !important;
		background-position: left !important;
    }
    .et-db #et-boc .et-l #ds-in-the-know.et_pb_section .et_pb_css_mix_blend_mode_passthrough,
    .et-db #et-boc .et-l #ds-about-the-owb.et_pb_section .et_pb_css_mix_blend_mode_passthrough {
        margin-left: -40px;
    }

    .et-db #et-boc .et-l #ds-about-the-owb.et_pb_with_background .et_pb_row {
        width: 98% !important;
    }
	.et-db #et-boc .et-l #ds-looking-for .et_pb_column.et_pb_column_1_3.et_pb_column.et_pb_css_mix_blend_mode_passthrough {
        width: 320px;
        display: block;
        margin: 0 auto;
        float: none;
        text-align: center;
    }
    .et-db #et-boc .et-l .dsbf-resources-3-col .et_pb_blurb,
    .et-db #et-boc .et-l .et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container,
    .et-db #et-boc .et-l .dsbf-resources-3-col .et_pb_text ul li {
        text-align: center;
    }
    .et-db #et-boc .et-l .dsbf-resources-3-col .et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container {
        max-width: 200px;
        width: 180px;
        display: inline-block;
        padding-bottom: 0 !important;
        padding-left: 15px;
		left: 15px;
		position: relative;
    }
    .et-db #et-boc .et-l .dsbf-resources-3-col .et_pb_blurb_position_left .et_pb_main_blurb_image {
        display: inline-block;
        padding-bottom: 0 !important;
        margin-bottom: 0;
		left: 20px;
    	position: relative;
    }
    .et-db #et-boc .et-l .dsbf-resources-3-col .et_pb_blurb_content {
        display: block;
        max-width: 257px;
    }
    .et-db #et-boc .et-l .dsbf-resources-3-col.et_pb_row .et_pb_column.et-last-child, 
    .et-db #et-boc .et-l .dsbf-resources-3-col.et_pb_row .et_pb_column:last-child,
    .et-db #et-boc .et-l .et_pb_row .et_pb_column.et-last-child, 
    .et-db #et-boc .et-l .et_pb_row .et_pb_column:last-child {
        margin-right: unset !important;
        margin: 0 auto !important;
    }
	.dsbf-home-page.dsbf-has-layerslider.et-db #et-boc .et-l .et_pb_module h3 {
        font-size: calc(40px*.9);
		padding-bottom: 0 !important;
    }
	.dsbf-home-page.dsbf-has-layerslider.et-db #et-boc .et-l .et_pb_module h4 {
        font-size: calc(18px*.9);
    }
    .et-db #et-boc .et-l #ds-in-the-know .et_pb_module p,
	.et-db #et-boc .et-l #ds-about-the-owb .et_pb_module p {
        font-size: calc(18px*.9);
		padding-bottom: 0 !important;
    }

}
@media screen and (max-width: 980px) {
    .dsbf-home-page.dsbf-has-layerslider.et-db #et-boc .et-l .et_pb_module .icon-heading-blurb img {
        width: 50px;
        position: absolute;
        left: 0;
        top: 10px;
        height: auto;
    }
    .dsbf-home-page.dsbf-has-layerslider.et-db #et-boc .et-l .et_pb_module .icon-heading-blurb h4,
    .dsbf-home-page.dsbf-has-layerslider.et-db #et-boc .et-l .et_pb_module .icon-heading-blurb p {
        text-align: left !important;
        width: 260px;
        margin-left: 5px !important;
    }
    .dsbf-home-page.dsbf-has-layerslider.et-db #et-boc .et-l .et_pb_module .icon-heading-blurb {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-left: 60px !important;
        margin: 0 auto;
        margin-bottom: 30px !important
    }
    .dsbf-home-page.dsbf-has-layerslider.et-db #et-boc .et-l .et_pb_module .et_pb_slides {
        max-width: 380px;
        width: 100%;
        margin-right: 0 !important;
        margin: 0 auto !important;
    }
    .dsbf-home-page .et_pb_slide_content ul {
        margin-left:  0 !important;
    }
    .dsbf-home-page .et_pb_slide_content ul li {
        text-align: left !important;
        margin-bottom: 20px !important;
    }
    .et-db #et-boc .et-l .et_pb_slide_description, 
    .et-db #et-boc .et-l .et_pb_slider_fullwidth_off .et_pb_slide_description {
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .dsbf-home-page .et_pb_slider_container_inner {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        width: 100%;
    }
    .dsbf-home-page .et_pb_row.et_pb_row_1.dsbf-resources-3-col {
        margin-top: 0 !important;
        padding-top:  0 !important;
		padding-bottom: 0 !important;
    }
	.et-db #et-boc .et-l .dsbf-resources-3-col .et_pb_slider .et-pb-slider-arrows .et-pb-arrow-prev:before,
	.et-db #et-boc .et-l .dsbf-resources-3-col .et_pb_slider .et-pb-slider-arrows .et-pb-arrow-next:before {
		content: '';
		width: 0;
	}
	.et-db #et-boc .et-l .dsbf-resources-3-col .et_pb_slider .et-pb-slider-arrows .et-pb-arrow-prev {
		width: 0;
		height: 0;
		border-top: 15px solid transparent;
		border-bottom: 15px solid transparent;
		border-right: 15px solid #cb0006;
	}
	.et-db #et-boc .et-l .dsbf-resources-3-col .et_pb_slider .et-pb-slider-arrows .et-pb-arrow-next {
		width: 0;
		height: 0;
		border-top: 15px solid transparent;
		border-bottom: 15px solid transparent;
		border-left: 15px solid #cb0006;
	}
	.et-db #et-boc .et-l .dsbf-resources-3-col .et_pb_module a:not(.wc-forward) {
		padding-bottom: 0 !important;
	}
	
}
@media screen and (max-width: 900px) {
    /* .et-db #et-boc .et-l #ds-in-the-know.et_pb_section.et_pb_section_1, 
    .et-db #et-boc .et-l #ds-about-the-owb.et_pb_section.et_pb_section_3 {
        background-size: 100% !important;
        background-position: -500px !important;
    }
    .et-db #et-boc .et-l #ds-in-the-know.et_pb_with_background .et_pb_row {
        width: 54%;
        margin-left: auto !important;
        margin-right: unset;
		padding-right: 20px !important;
    }
    .et-db #et-boc .et-l #ds-in-the-know .et_pb_text_4,
    .et-db #et-boc .et-l #ds-about-the-owb .et_pb_text_6 {
        margin-right: unset !important;
    }
    .et-db #et-boc .et-l #ds-in-the-know .et_pb_text_4, 
    .et-db #et-boc .et-l #ds-about-the-owb .et_pb_text_6 {
        padding-left:0 !important;
        padding-right: 0 !important;
    }
    .et-db #et-boc .et-l #ds-about-the-owb.et_pb_with_background .et_pb_row {
        width: 52% !important;
        margin-left: auto !important;
        margin-right: 20px !important;
    } */
	.et-db #et-boc .et-l #ds-in-the-know .et_pb_text_4,
	.et-db #et-boc .et-l #ds-about-the-owb .et_pb_text_6 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	.et-db #et-boc .et-l div.et_pb_section.et_pb_section_3 {
        /* background-size: 80% !important; */
        /* background-position: -360px !important; */
		/* background-position: -300px !important; */
		background-size: 60% !important;
		background-position: -10vw !important;
    }
}


@media screen and (max-width: 800px) {
    .dsbf-home-page.dsbf-has-layerslider .dsbf-lstext.ls-layer {
        padding-left: 20px !important;
    }
	.dsbf-home-page.dsbf-has-layerslider .ls-wrapper.ls-in-out:nth-of-type(3) {
        left: -120px !important
    }
	.et-db #et-boc .et-l #ds-in-the-know.et_pb_section .et_pb_css_mix_blend_mode_passthrough, 
	.et-db #et-boc .et-l #ds-about-the-owb.et_pb_section .et_pb_css_mix_blend_mode_passthrough {
		width: 64% !important;
	}
	.et-db #et-boc .et-l #ds-in-the-know.et_pb_section.et_pb_section_1 {
		background-size: 100% !important;
		background-position: -64vw !important;
	} 
	.et-db #et-boc .et-l div.et_pb_section.et_pb_section_3 {
		background-size: 100% !important;
		background-position: -64vw !important;
	}
}


@media screen and (max-width: 640px) {
    .dsbf-home-page.dsbf-has-layerslider .dsbf-lstext.ls-layer {
        width: 100% !important;
        display: block !important;
    }
    .dsbf-home-page.dsbf-has-layerslider .ls-wrapper.ls-in-out {
        width: 90% !important;
        box-sizing: border-box !important;
    }
}
@media screen and (max-width: 600px) {
	.et-db #et-boc .et-l #ds-in-the-know.et_pb_section .et_pb_css_mix_blend_mode_passthrough, 
	.et-db #et-boc .et-l #ds-about-the-owb.et_pb_section .et_pb_css_mix_blend_mode_passthrough {
		width: 100% !important;
	}
	.et-db #et-boc .et-l #ds-in-the-know.et_pb_section.et_pb_section_1 {
		background-size: 0% !important;
		background-position: -64vw !important;
	} 
	.et-db #et-boc .et-l div.et_pb_section.et_pb_section_3 {
		background-size: 0% !important;
		background-position: -64vw !important;
	}
	.et-db #et-boc .et-l #ds-in-the-know .et_pb_text_4, 
	.et-db #et-boc .et-l #ds-about-the-owb .et_pb_text_6 {
		text-align: left;
		padding-top: 40px !important;
		padding-bottom: 40px !important;
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
	.dsbf-home-page.dsbf-has-layerslider.et-db #et-boc .et-l .et_pb_button {
		font-size: 14px !important;
		padding-left: 24px !important;
    	padding-right: 24px !important;
	}
	
}
@media screen and (max-width: 540px) {
    .dsbf-home-page.dsbf-has-layerslider .ls-wrapper.ls-in-out:nth-of-type(6) {
        margin-top: 3vw !important;
    }
}
@media screen and (max-width: 480px) {
	.dsbf-home-page.dsbf-has-layerslider .ls-wrapper.ls-in-out:nth-of-type(6) {
        margin-top: 2vw !important;
    }
	.dsbf-home-page.dsbf-has-layerslider .ls-wrapper.ls-in-out:nth-of-type(5) {
        margin-top: -20px !important;
    }
	.dsbf-home-page.dsbf-has-layerslider .ls-wrapper.ls-in-out {
        width: 100% !important;
    }
	.dsbf-home-page.dsbf-has-layerslider.et-db #et-boc .et-l .et_pb_module .et_pb_slides {
		max-width: 360px;
	}
	.et-db #et-boc .et-l #ds-looking-for .et_pb_row {
		width: 100%;
	}
	.et-db #et-boc .et-l #ds-looking-for.et_pb_section {
		padding-left: 20px !important;
		padding-right: 20px !important;
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	.et-db #et-boc .et-l #ds-looking-for .et_pb_slide {
		padding: 0 10%;
	}
}
@media screen and (max-width: 400px) {
    .dsbf-home-page.dsbf-has-layerslider h1.dsbf-lstext.ls-layer {
        font-size: 26px !important;
        line-height: 29px !important;
    }
    .dsbf-home-page.dsbf-has-layerslider h2.dsbf-lstext.ls-layer {
        font-size: 13px !important;
    }
	.dsbf-home-page.dsbf-has-layerslider .ls-wrapper.ls-in-out:nth-of-type(6) {
        margin-top: 0 !important;
    }
}
/* Post single */
.dsbf-post-single h1.entry-title {
	margin-bottom: 1em;
}
.dsbf-industry-post-single .entry-comments-link::before {
    display: none;
}
.share-box {
    margin-top: 30px;
    margin-bottom: 30px;
}
.dsbf-industry-post-single .entry {
    margin-bottom: 20px;
}
.entry-footer .entry-meta {
    border-bottom: 1px solid #eee;
    padding: 5px;
    display: inline-flex;
    width: 100%;
    font-size:12px;
}
.entry-footer .entry-meta .entry-time {
    margin-right: 6px;
}
.entry-footer .entry-meta .entry-categories {
    margin: 0 6px;
}
.entry-footer .entry-meta .entry-comments-link {
    margin-left: 6px;
}

.dsbf-industry-post-single img.singular-image.entry-image {
    display: none;
}
/* Toolkits single */
.dsbf-resource-single .entry-header .entry-meta {
    border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
    padding: 5px;
    display: inline-flex;
    width: 100%;
    font-size:12px;
	margin-bottom: 30px;
}
.dsbf-resource-single .entry-header .entry-meta .entry-time {
    margin-right: 6px;
}
.dsbf-resource-single .entry-header .entry-meta .entry-categories {
    margin: 0 6px;
}
.dsbf-resource-single .entry-header .entry-meta .entry-comments-link {
    margin-left: 6px;
}
.dsbf-resource-single .share-box {
	justify-content: space-between;
}
.dsbf-resource-single h5.share-headline {
	width: 84%;
}
.dsbf-resource-single a.dsbf-share-mail {
	position: relative;
    right: 15px;
}
.dsbf-resource-single .dsbf-back-to-crumb {
    margin-bottom: 20px;
}
.dsbf-resource-single.et-db h1.entry-title,
.dsbf-resource-single h1.entry-title {
    font-size: 40px;
}
.dsbf-resource-single .entry-comments-link:before {
	display: none;
}
.dsbf-resource-single .entry-comments-link:before{
	content: "" !important;
	margin: 0 !important;
}
/* creates full-width related resource section for single toolkits */
.dsbf-resource-single .dsbf-wrap {
    max-width: 1000px;
    margin: 0 auto;
}
.dsbf-resource-single .site-inner {
	max-width: unset !important;
}

@media screen and (max-width: 1060px) {
	.dsbf-resource-single .site-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.dsbf-related-resources-container .owb-display-posts,
	.dsbf-resource-single .dsbf-wrap {
		padding-left: 30px;
		padding-right: 30px;
	}
	.dsbf-related-resources-container .owb-display-posts {
		justify-content: space-around;
	}
	.dsbf-related-resources-container .owb-resource-item {
		margin-left: 5px;
		margin-right: 5px;
	}
}
@media screen and (max-width: 600px) {
	.dsbf-related-resources-container .owb-display-posts {
		max-width: 400px !important;
		justify-content: center !important;
	}
}

/* Related resources grid */
.dsbf-related-resources-container {
    margin: 0 auto;
	background: #80682a;
}
.dsbf-related-resources-container .dsbf-related-wrap {
	max-width: 1000px;
	margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 40px;
}
.dsbf-related-resources-container .owb-display-posts {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dsbf-related-resources-container .owb-resource-item {
    flex: 0 1 235px;
    max-width: 322px;

    height: 380px;
	overflow: hidden;
    margin-top: 20px;
    position: relative;
    margin-bottom: 10px;
	background: #fff;
}
.dsbf-related-resources-container .owb-content-wrap {
	padding: 24px 20px;
}
.dsbf-related-resources-container .owb-resource-item {
    box-sizing: border-box;
	/* border: 1px solid #dfded9; */
	/* border: 1px solid #eee; */
	border-top: none;
}
span.resource-bar {
	border-width: 0;
    border-top: 6px solid;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;

}
.dsbf-related-resources-container header.owb-resource-header {
    font-size: 12px;
    margin-bottom: 20px;
}
.dsbf-related-resources-container h4.resource-title-prefix {
    color: #000429;
    font-size: 12px;
    margin-bottom: 4px !important;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 700;
	line-height: 1.5;
}
.dsbf-related-resources-container h3.owb-title {
    font-size: 21px;
    margin-bottom: 20px !important;
    font-weight: 700;
    line-height: 1.375;
	color: #000429;
	
}
.dsbf-related-resources-container h3.owb-title a {
	color: #000429;
	text-decoration: none;
}
.dsbf-related-resources-container .owb-resource-main {
    max-height: 293px;
    overflow: hidden;
    position: relative;
}
.dsbf-related-resources-container .owb-resource-excerpt {
    font-size: 15px;
    line-height: 1.375;
}
.dsbf-related-resources-container .owb-resource-excerpt a {
	text-decoration: none;
}
.dsbf-related-resources-container footer.owb-resource-footer {
    font-size: 12px;
	line-height: 1.2;
	font-weight: 500;
    position: absolute;
    bottom: 12px;
	max-width: 282px;
}.dsbf-related-resources-container footer.owb-resource-footer a {
	text-decoration: none;
}
.dsbf-related-resources-container .grid-sizer,
.dsbf-related-resources-container .owb-gutter-sizer {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}
@media screen and (max-width: 980px) {
	.dsbf-resource-single a.dsbf-share-mail {
		position: relative;
		right: 24px;
	}
	.dsbf-resource-single h5.share-headline {
		width: 80%;
	}
}
@media screen and (max-width: 800px) {
	.dsbf-resource-single h5.share-headline {
		width: 75%;
	}
	.dsbf-resource-single a.dsbf-share-mail {
		/* right: unset; */
	}
}
@media screen and (max-width: 600px) {
	.dsbf-resource-single .share-box h5,
    .dsbf-resource-single .share-box .share-after-entry-dsbf {
        width: 100%;
        text-align: center;
    }
	.dsbf-resource-single a.dsbf-share-mail {
		right: 17%;
	}
	.dsbf-resource-single .share-box .share-after-entry-dsbf {
        width: 55%;
    }
    .dsbf-resource-single .share-box .share-after-entry-dsbf {
        margin-top: 20px;
    }
	.dsbf-resource-single div#share-after-entry-dsbf-19064 {
		width: 30%;
		min-width: 100px;
		text-align: center;
	}
	.dsbf-resource-single .share-box {
		justify-content: center;
	}
}
@media screen and (max-width: 480px) {
	.dsbf-resource-single a.dsbf-share-mail {
		right: 12%;
	}
}
/* Default page template */
.dsbf-industry-page-header .img-overlay {
	background-color: #f4f0ed;
	opacity: 0.5;
	z-index: 0;
	position: absolute;
	height: 200px;
	width: 100%;
}
.dsbf-industry-page-header h1,
.dsbf-search-archive-layout h1 {
	position: relative;
	z-index: 0;
	margin: 0 auto;
	text-align: center;
	padding-top: 70px;
	font-size: 48px;
}
.dsbf-resources-page .content .entry-title {
    display: none;
}
.no-image .dsbf-industry-page-header h1,
.dsbf-search-archive-layout h1 {
    text-align: left;
    width: 100%;
    max-width: 1000px;
}
.dsbf-search-archive-layout h1 {
    font-weight: 700 !important;
}
.dsbf-symposia-year-heading {
    width: 100%;
    position: relative;
    display: block;
    text-align: center !important;
}
span.dsbf-line {
    width: 45%;
    border-bottom: 1px solid #ccc !important;
    display: inline-block;
    margin-bottom: 5px !important;
}
.dsbf-symposia-year-heading span:nth-of-type(2) {
    margin: 0 10px !important;
    font-weight: 500;
    font-size: 18px !important;
}
@media screen and (max-width: 768px) {
	span.dsbf-line {
		width: 40%;
	}
}
@media screen and (max-width: 480px) {
	span.dsbf-line {
		width: 30%;
	}
}

/* Resources page template */
.resource-filters {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.resource-filters .dsbfwp-label {
    width: 31%;
	margin-bottom: 0;
}
.resource-filters input.facetwp-search,
.resource-filters select,
.resource-filters .facetwp-type-fselect {
    font-size: 14px;
    /* border: 1px solid #000429; */
	
}
.resource-filters .facetwp-type-fselect .fs-option .fs-option-label {
	font-weight: 500;
	font-size: 14px;
}
.resource-filters .fs-option:hover {
	background-color: #dfded9;
	/* background-color: #d4d2c7; */
}
.resource-filters .fs-dropdown .fs-options {
	max-height: 280px;
}
.resource-filters .facetwp-type-fselect .fs-wrap,
.resource-filters .facetwp-type-fselect .fs-dropdown {
    width: 100% !important;
    max-width: 300px;
    background: #fff;
    border-radius: 4px;
    box-shadow: inset rgba(0,0,0,.06) 0 0 0 3px;
    line-height: 1.75;
    padding: 1px;
}
.resource-filters .fs-label-wrap,
.resource-filters input.facetwp-search {
    border: 1px solid #000429;
	/* border: 1px solid #80682a; */
    color: #000429 !important;
	/* color: #80682a !important; */
    background-color: #fafaf9;
    border-radius: none;
    padding: 11px 15px;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    box-shadow: none;
}
.resource-filters .fs-label-wrap,
.resource-filters input.facetwp-search {
	width: unset;
}
.resource-filters .facetwp-facet input.facetwp-search {
	min-width: 300px;
}
.resource-filters .dsbfwp-label>span {
	padding-bottom: 5px;
    display: block;
	font-weight: 700;
	/* color: #80682a; */
}
.resource-filters .facetwp-autocomplete-update {
    display: none;
}
.resource-filters .fs-label-wrap .fs-label {
    padding: 0;
}
.resource-filters span.fs-arrow {
    right: 10px;
}
.resource-filters input.facetwp-search::placeholder,
.resource-filters select.facetwp-dropdown {
    color: #000429 !important;
	opacity: .6;
}
.resource-filters i.facetwp-btn {
    opacity: 1;
    right: 10px;
    top: 2px;
}
.resource-filters .facetwp-btn:before {
    background: none;
    content: "\e900";
    font-family: 'SIQ_icomoon';
    font-style: normal;
    color: #000429;
	opacity: .6;
}
.resource-filters .facetwp-facet {
    margin-bottom: 0;
}
.dsbf-pinned-resources-container {
    width: 85%;
    text-align: center;
    padding: 20px;
    margin: 0 auto;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.dsbf-pinned-resources-container .pinned-resource {
    /* line-height: 1.5; */
	line-height: 1.6;
    font-size: 20px;
	font-weight: 500;
	/* color: #ff692f; */
	color: #cb0006;
}
.dsbf-pinned-resources-container a.pinned-resource {
	text-decoration: none;
}
/* temporary styles for pinned resources */
/* .pinned-resource {
    border: 1px solid #80682a;
    color: #80682a !important;
    font-size: 14px !important;
    text-transform: uppercase;
    padding: 8px 16px;
    font-weight: 500 !important;
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 20px;
}
.dsbf-pinned-resources-container span {
    display: none;
} */

/* temporary swap location of filters and pinned resoureces */
section.resource-filters.hide-mobile {
    padding:  20px 0;
}
.dsbf-resources-page .site-inner {
    padding: 20px 0 60px;
}
.dsbf-pinned-resources-container {
	margin-top: 0;
	margin-bottom: 0;
}
.dsbf-pinned-resources-container span {
    margin: 0 .25em;
    font-weight: 500;
    text-align: center;
}


.dsbf-resources-page .owb-resource-item {
    width: 32.2%;
    /* border: 1px solid #d9d9d9; */
    /* padding: 20px; */
    height: 380px;
	overflow: hidden;
    margin-top: 20px;
    position: relative;
    margin-bottom: 10px;
}
.owb-content-wrap {
	padding: 24px 20px;
}
.dsbf-resources-page .owb-resource-item {
    box-sizing: border-box;
	/* background-color: #dfded9; */
	border: 1px solid #dfded9;
	border: 1px solid #eee;
	border-top: none;
}
span.resource-bar {
	border-width: 0;
    border-top: 6px solid;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;

}
/* Resource counts 05142021
- Reports/studies: 158
- Workshops: 137
- Press Release: 67
- Webinars: 18
- Toolkits: 11
- Videos: 1
*/
.resource-reports_studies span.resource-bar {
    border-top-color: #000429;
}
.resource-workshops span.resource-bar {
    border-top-color: #cb0006;
}
.resource-press_release span.resource-bar {
    border-top-color: #80682a;
}
.resource-webinars span.resource-bar {
    border-top-color: #ff692f;
}
.resource-toolkits span.resource-bar {
    border-top-color: #bfbdb3;
}
.resource-videos span.resource-bar {
    border-top-color: #000;
}

.dsbf-resources-page header.owb-resource-header {
    font-size: 14px;
    margin-bottom: 20px;
}
h4.resource-title-prefix {
    color: #000429;
	/* color: #ff692f; */
	/* color: #999790; */
    font-size: 12px;
    margin-bottom: 4px !important;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 700;
	line-height: 1.5;
}
.dsbf-resources-page h3.owb-title {
    font-size: 19px;
    margin-bottom: 20px !important;
    font-weight: 700;
    line-height: 1.375;
	color: #000429;
	
}
.dsbf-resources-page h3.owb-title a {
	color: #000429;
	text-decoration: none;
}
.dsbf-resources-page .owb-resource-main {
    max-height: 293px;
    overflow: hidden;
    position: relative;
}
/* .dsbf-resources-page span.excerpt {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.375;
} */
.owb-resource-excerpt {
    font-size: 15px;
    line-height: 1.375;
}

.dsbf-resources-page footer.owb-resource-footer {
    font-size: 12px;
	line-height: 1.2;
	font-weight: 500;
    position: absolute;
    bottom: 12px;
	max-width: 282px;
}
.dsbf-resources-page footer.owb-resource-footer a,
.dsbf-resources-page .owb-resource-excerpt a {
    /* color: #ff692f; */
	text-decoration: none;
}
.brand-border-box {
    /* margin: 20px; */
    /* border: 4px solid #000429; */
	/* position: relative; */
	/* height: 100%; */
}
.dsbf-resources-page section.owb-display-posts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
}
/* .dsbf-resources-page .display-posts-pagination {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
} */
.dsbf-resources-page .facetwp-pager {
    text-align: center;
    margin-top: 20px;
}
.dsbf-resources-page .facetwp-pager a {
    margin-right: 0;
    font-size: 16px;
}
.dsbf-resources-page .facetwp-pager a.active {
    color: #000429;
    text-decoration: none;
}

.dsbf-resources-page .grid-sizer {
    display: none;
}

.dsbf-resources-page .owb-gutter-sizer {
    display: none;
}
.dsbf-marketplace-page .resource-filters .facetwp-facet input.facetwp-search {
    min-width: 220px;
    
}
@media screen and (max-width: 1000px) {
    .dsbf-marketplace-page .resource-filters .facetwp-facet input.facetwp-search {
        min-width: unset;
    }
}
@media screen and (max-width: 960px) {
    .resource-filters .facetwp-facet input.facetwp-search {
		min-width: unset;
    	width: 100%;
	}
    span.facetwp-input-wrap {
        width: 100%;
    }
}
@media screen and (max-width: 799px) {
    .dsbf-resources-page .owb-resource-item {
        width: 47%;
    }
    .dsbf-resources-page section.owb-display-posts {
        width: 95%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 640px) {
     .dsbf-resources-page .owb-resource-item {
        width: 49%;
    }
    .dsbf-resources-page section.owb-display-posts {
        width: 100%;
    }
    .dsbf-pinned-resources-container {
        width: 100%;
        margin: 0 auto;
        /* margin-right: 0; */
    }
}
@media screen and (max-width: 600px) {
    .dsbf-resources-page .owb-resource-item {
        width: 100%;
    }
    .dsbf-resources-page section.owb-display-posts {
        width: 80%;
    }
    .resource-filters .dsbfwp-label {
        width: 100%;
        margin-bottom: 20px;
    }
    .resource-filters {
        flex-wrap: wrap;
        width: 80%;
        margin: 0 auto;
    }
    .resource-filters .facetwp-type-fselect .fs-wrap, .resource-filters .facetwp-type-fselect .fs-dropdown {
        max-width: unset;
    }
}
@media screen and (max-width: 480px) {
    .resource-filters {
        width: 100%;
    }
    .dsbf-resources-page section.owb-display-posts {
        width: 100%;
    }
    .dsbf-pinned-resources-container .pinned-resource {
        width: 100%;
        display: block;
        margin-bottom: 5px;
    }
    .dsbf-pinned-resources-container span {
        display: none;
    }
}
@media screen and (max-width: 400px) {
	.dsbf-pinned-resources-container .pinned-resource {
        font-size: 16px !important;
    }
}

/* Pagebuilder layout with Selected Resources section */
.dsbf-pagebuilder-resources .dsbf-selected-resources-wrap {
    margin-top: -20px;
}
/* About page template */
.dsbf-about-owb .ds-about-sidebar nav ul li a:before {
	font-size: 18px;
	content: '» ';
	line-height: 1.5;
	position: relative;
}
.dsbf-about-owb .ds-about-sidebar nav ul li a {
	text-decoration: none;
	/*     font-weight: 600; */
}
.dsbf-about-owb .ds-about-sidebar nav ul li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    max-width: 190px;
    height: 43px;
}
.dsbf-about-owb .ds-about-sidebar nav ul li.current-menu-item a {
    color: #000429 !important;
    font-weight: 500;
}
.dsbf-about-owb .widget ul > li {
    margin-bottom: 0;
}
a.dsbf-default-btn.btn-default,
.et-db #et-boc .et-l a.dsbf-btn-default, 
.et-db #et-boc .et-l .et_pb_module.et_pb_text a.dsbf-btn-default,
a.dsbf-btn-default {
    color:  #cb0006 !important;
    border-radius: 0px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    background-color: transparent;
    border: 1px solid #cb0006;
    padding: 12px 24px !important;
	text-decoration: none !important;
}
.et-db #et-boc .et-l .et_pb_module.et_pb_text a.dsbf-btn-default {
	display: inline-block;
}
a.dsbf-default-btn.btn-default:hover,
a.dsbf-btn-default:hover,
.et-db #et-boc .et-l a.dsbf-btn-default:hover, 
.et-db #et-boc .et-l .et_pb_module.et_pb_text a.dsbf-btn-default:hover {
    color:  #fff !important;
    background-color: #cb0006;
    border: 1px solid #cb0006;
}
.dsbf-about-owb .btn-default {
    display: inline-block;
}
a.dsbf-default-btn.btn-secondary {
    color: #80682a !important;
    border-radius: 0px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    background-color: transparent;
    border: 1px solid #80682a;
    padding: 12px 24px !important;
    text-decoration: none !important;
}
a.dsbf-default-btn.btn-secondary:hover {
    background-color: #80682a;
    color: #fff !important;
}
.dsbf-board-member .dsbf-board-caption {
    border-top: 1px solid #eee !important;
    border-bottom: 1px solid #eee!important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.dsbf-board-member .et_pb_text_inner p {
    padding-bottom: 10px !important;
}
.dsbf-about-board-member {
	margin-bottom: 30px !important;
}
.et-db #et-boc .et-l .et_pb_module.dsbf-board-member img {
	width: 100%;
}
/* About - Board Meetings */
.dsbf-meeting-minutes .et_pb_row {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
/* About - Staff Members */
.dsbf-about-staff-member h3 {
    line-height: 1.5 !important;
}
.dsbf-about-staff-member {
    margin-bottom: 20px !important;
}
/* Tribe Events Calendar - Month */
.events-archive div#tribe-events {
    padding-top: 0;
}
main#tribe-events-pg-template {
    padding-top: 0;
}
#tribe-events-pg-template h1 {
    font-size: 40px;
}
.tribe-events-title-bar h1 {
    margin-bottom: 40px;
    font-size: 34px !important;
}
.tribe-events-calendar thead th {
    background-color: #000429;
    color:  #fff;
    padding: 10px 0;
    font-size: 13px;
    letter-spacing: .5px;
}
#tribe-events-content .tribe-events-calendar td, 
#tribe-events-content table.tribe-events-calendar {
    border: 1px solid #000429;
}

.tribe-events-calendar div[id*=tribe-events-daynum-], 
.tribe-events-calendar div[id*=tribe-events-daynum-] a {
    color:#000429;
    background-color: #dfded9;
}
/* Meet and Greet template */
.dsbf-meet-greet .ds-about-sidebar nav ul li a:before {
	font-size: 18px;
	content: '» ';
	line-height: 1.5;
	position: relative;
}
.dsbf-meet-greet .ds-about-sidebar nav ul li a {
	text-decoration: none;
	/*     font-weight: 600; */
}
.dsbf-meet-greet .ds-about-sidebar nav ul li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    max-width: 190px;
    height: auto;
    min-height: 43px;
}
.dsbf-meet-greet .ds-about-sidebar nav ul li.current-menu-item a {
    color: #000429 !important;
    font-weight: 500;
}
.dsbf-meet-greet .widget ul > li {
    margin-bottom: 0;
}
a.dsbf-default-b

/* Industry Awards page */
div#wpforms-18818 {
    margin-top: -20px !important;
}

/* Submit Marketplace */
.marketplace-submit .acf-fields>.acf-field {
    padding-left: 0;
    padding-right: 0;
    border: none;
}
.marketplace-submit .acf-field input,
.marketplace-submit .acf-field select,
.marketplace-submit .acf-field textarea,
.marketplace-submit .acf-field input[type="text"], 
.marketplace-submit .acf-field input[type="password"], 
.marketplace-submit .acf-field input[type="date"], 
.marketplace-submit .acf-field input[type="datetime"], 
.marketplace-submit .acf-field input[type="datetime-local"], 
.marketplace-submit .acf-field input[type="email"], 
.marketplace-submit .acf-field input[type="month"], 
.marketplace-submit .acf-field input[type="number"], 
.marketplace-submit .acf-field input[type="search"], 
.marketplace-submit .acf-field input[type="tel"], 
.marketplace-submit .acf-field input[type="time"], 
.marketplace-submit .acf-field input[type="url"], 
.marketplace-submit .acf-field input[type="week"], 
.marketplace-submit .acf-field textarea, 
.marketplace-submit .acf-field select,
.marketplace-submit .select2-container .select2-selection--single,
.marketplace-submit .select2-container.-acf .select2-selection {
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 0 !important;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 50px;
    width: 100%;
    line-height: 1.3;
}
.marketplace-submit .select2-container.-acf .select2-selection--multiple .select2-search__field {
    border: none;
    margin-top: 0;
    height: 35px;
}
.marketplace-submit .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}
.marketplace-submit .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    right: 10px;
}
.select2-container--open .select2-dropdown--below,
.select2-container .select2-dropdown {
    top: 30px;
}
.marketplace-submit .acf-field .acf-label {
    margin-bottom:5px;
}
.marketplace-submit .acf-form-submit input[type=submit] {
        border-radius: 0 !important;
    border: 1px solid #80682a !important;
    background: transparent !important;
    color: #80682a !important;
    text-transform: uppercase !important;
    margin-top: 20px;
}
.marketplace-submit .acf-form-submit input[type=submit]:hover {
    background: #80682a !important;
    color: #fff !important;
}
.marketplace-submit span.select2-dropdown.select2-dropdown--below {
    top: -17px;
}

/* Marketplace single */
.dsbf-marketplace-single td.marketplace-field.label {
    font-weight: 700;
    width: 40%;
}
.dsbf-marketplace-single article.marketplace {
    margin-bottom: 30px;
}
.dsbf-marketplace-single table tr:nth-of-type(odd) {
    background: #f9f9f9;
}
.dsbf-marketplace-single .dsbf-back-to-crumb {
	margin-bottom: 20px;
}
.dsbf-marketplace-single h1.entry-title {
    margin-bottom: 10px;
	font-size: 40px;
}

/* Marketplace page/marketplace archive */
.dsbf-marketplace-page .site-inner {
	padding-top: 20px;
}
section.marketplace-filters {
    flex-direction: column;
}
.marketplace-filters .dsbfwp-label {
    width: 100%;
    margin-bottom: 20px;
}
article.dsbf-marketplace-item {
    width: 100%;
    margin-bottom: 40px;
    padding: 10px;
}
.marketplace-header h2 a {
    text-decoration: none;
    color: #000429;
    font-size: 24px;
    margin-bottom: 0;
}
.marketplace-header h2 {
    margin-bottom: 0px !important;
}
footer.marketplace-footer {
    display: block;
    width: 100%;
}
.marketplace-footer a.dsbf-default-btn.btn-secondary {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.dsbf-marketplace-page .content {
    width: 75%;
}
header.marketplace-header {
    margin-bottom: 20px;
}
span.marketplace-listing-meta {
    font-size: 14px;
    font-weight: 500;
}
main.marketplace-listing-main {
    font-size: 16px;
    font-weight: 300;
}
.dsbf-submit-to-marketplace {
    text-align: right;
    margin-bottom: 10px;
}
.dsbf-submit-to-marketplace a {
    font-weight: 700;
    color: #cb0006;
    font-size: 18px;
}
.dsbf-industry-header-wrap {
    height: 200px;
}
.dsbf-industry-header-wrap.no-image {
    height: 130px;
}
@media screen and (max-width: 1030px) {
    .dsbf-industry-header-wrap.no-image {
        max-width: 1000px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 800px) {
    .dsbf-submit-to-marketplace {
        order: 1;
    }
    .dsbf-marketplace-page .content {
        width: 100%;
        order: 3;
    }
    .dsbf-marketplace-page aside.sidebar {
        width: 100%;
        order: 2;
    }
    .dsbf-marketplace-page .content-sidebar-wrap {
        display: flex;
        flex-direction: column;
    }
    .marketplace-filters.resource-filters .facetwp-type-fselect .fs-wrap, 
    .marketplace-filters.resource-filters .facetwp-type-fselect .fs-dropdown {
        max-width: unset;
    }
    .dsbf-industry-header-wrap.no-image {
        padding-left: 30px;
        padding-right: 30px;
        height: unset;
    }
    article.dsbf-marketplace-item {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Top level menu pages (marketing, education, etc) */
.dsbf-top-level-grid .ds-image-row .et_pb_column>.et_pb_text {
	margin-bottom: 20px !important;
}
.dsbf-top-level-grid .ds-image-row {
	padding-bottom: 0 !important;
}

/* Grapevine Newsletters - html table formatting */
.ds-grapevine-newsletter tbody,
.ds-grapevine-newsletter tr,
body.ds-grapevine-newsletter th,
body.ds-grapevine-newsletter td,
.category-grapevine-edition-archive tbody,
.category-grapevine-edition-archive tr,
.category-grapevine-edition-archive th,
.category-grapevine-edition-archive td {
    border-bottom: 0 !important;
    border-top: 0 !important;

}

body.ds-grapevine-newsletter td,
.category-grapevine-edition-archive td {
    padding: 0;
}
body.ds-grapevine-newsletter table,
.category-grapevine-edition-archive table {
    margin-bottom: 0;
    max-width: 100%;
    display: table;
}
body.ds-grapevine-newsletter td, 
body.ds-grapevine-newsletter th,
.category-grapevine-edition-archive td, 
.category-grapevine-edition-archive th {
    line-height: normal;
    /*     text-align: inherit; */
    vertical-align: middle;
}

/*  Avada Legacy Toggle */
.single-workshops .avada-legacy-toggle {
    padding-bottom: 20px;
}

.single-workshops .avada-legacy-toggle {
    padding-bottom: 20px;
}
.single-workshops .resource-iframe-container {
    margin-bottom: 30px;
}
.single-workshops .avada-legacy-half {
    width: 48%;
}
.single-workshops .avada-legacy-fw {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
h2.avada-legacy .session p strong {
    font-size: 28px;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
}

/* Postgrid items - used on Grapevine page and archive pages */
.dsbf-grapevine-page .grid-sizer,.dsbf-grapevine-page .owb-gutter-sizer {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
}
.dsbf-grapevine-page .owb-display-posts {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dsbf-grapevine-page .nav-links {
    text-align: center;
}
.dsbf-postgrid-item {
    width: 31.5%;
    border: 1px solid #eee;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
    min-height: 330px;
}
.dsbf-postgrid-item h2 {
    font-size: 19px;
    color: #000429;
    font-weight: 700;
    margin-bottom: 20px !important;
    line-height: 1.375;
}
.dsbf-postgrid-item h2 a {
    font-size: 19px;
    color: #000429;
    text-decoration: none;
    font-weight: 700;
    /* margin-bottom: 20px !important; */
    line-height: 1.375;
}
span.postgrid-listing-meta {
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
}
.dsbf-grapevine-page .postgrid-listing-meta .category-display a {
    text-decoration: none !important;
    font-weight: 500;
}
.postgrid-footer {
    position: absolute;
    bottom: 20px;
}
.dsbf-grapevine-page .site-inner {
    padding-top: 0;
}
.grapevine-page-cta {
    position: relative;
    bottom: 30px;
}

/* Archive postgrid - dsbf 08172021 */
.dsbf-search-archive-layout .archive-pagination.pagination {
    display: none;
}
/* Fix for International Marketing archive page - dsbf 10012021 */
.dsbf-grapevine-page.category-international-marketing .owb-display-posts .et_builder_outer_content {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 799px) {
    .dsbf-postgrid-item {
        width: 47%;
    }
    .dsbf-grapevine-page .owb-display-posts,
    .dsbf-grapevine-page.category-international-marketing .owb-display-posts .et_builder_outer_content {
        width: 95%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 640px) {
    .dsbf-postgrid-item {
        width: 49%;
    }
    .dsbf-grapevine-page .owb-display-posts,
    .dsbf-grapevine-page.category-international-marketing .owb-display-posts .et_builder_outer_content {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .dsbf-postgrid-item {
        width: 100%;
    }
    .dsbf-grapevine-page .owb-display-posts,
    .dsbf-grapevine-page.category-international-marketing .owb-display-posts .et_builder_outer_content {
        width: 95%;
    }
}



.entry-content .html-newsletter-wrap table, .entry-content .html-newsletter-wrap tbody, .entry-content .html-newsletter-wrap tr, .entry-content .html-newsletter-wrap th, .entry-content .html-newsletter-wrap td {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;

}

.entry-content .html-newsletter-wrap table img {
	max-width: 100%;
	width: 100%;
}

.dsbf-related-resources-container article.owb-resource-item {
    height: 410px;

}

.dsbf-related-resources-container h3.owb-title {
    font-size: 20px;
    margin-bottom: 20px !important;
    font-weight: 700;
    line-height: 1.175;
    color: #000429;
}