
/* 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
	- Instagram Feed
	- Soliloquy
	- Soliloquy
- Skip Links
- Site Header
	- Title Area
	- Page Header
- 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
*/


/* 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: #FFFFFF;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
	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: #0029fa;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #333333;
	text-decoration: underline;
}

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

ul,
ol {
	margin: 0 0 30px 40px;
	padding: 0;
}

ol {
	margin: 0 0 30px 40px;
	list-style-type: decimal;
}

li {
	list-style-type: disc;
}

hr {
	border: none;
	border-collapse: collapse;
	border-top: 1px solid #EEEEEE;
	clear: both;
	margin: 30px 0px 30px 0px;
}

b,
strong {
	font-weight: 700;
}

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

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

blockquote {
	background-color: #0029fa;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: italic;
	line-height: 1.625;
	margin-bottom: 30px;
	padding: 0px 0px 0px 0px;
}

blockquote p:last-child {
	margin-bottom: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #0a1747;
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
	font-style: normal;
	line-height: 1.2;
	text-transform: none;
	margin: 0 0 20px;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 26px;
}

h5 {
	font-size: 21px;
}

h6 {
	font-size: 18px;
}

.entry-content h1 {
	margin-top: 0px;
	font-weight: inherit;
}

.entry-content h2 {
	margin-top: 0px;
	font-weight: inherit;
}

.entry-content h3 {
	margin-top: 0px;
	font-weight: 900;
}

.entry-content h4 {
	margin-top: 40px;
	font-weight: 900;
}

.entry-content h5 {
	margin-top: 0px;
	font-weight: inherit;
}

.entry-content h6 {
	margin-top: 0px;
	font-weight: inherit;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
}

/* 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 #EEEEEE;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999999;
	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: #FFFFFF;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #DDDDDD #DDDDDD #DDDDDD #DDDDDD;
	border-radius: 0px;
	padding: 15px 15px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	width: 100%;
}

input:focus,
textarea:focus {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #999999 #999999 #999999 #999999;
	color: #333333;
	outline: none;
}

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

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

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

::placeholder {
	color: #333333;
	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: #1b308e;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #1b308e #1b308e #1b308e #1b308e;
	padding: 15px 30px 15px 30px;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0px;
	line-height: 1.15;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.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: #0029fa;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #6a120b #6a120b #6a120b #0029fa;
	color: #FFFFFF;
}

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

.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: #EEEEEE;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	color: #777777;
	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;
	table-layout: fixed;
	width: 100%;
	word-break: break-all;
}

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

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

td {
	border-top: 1px solid #EEEEEE;
	padding: 10px;
}

th {
	font-weight: 600;
	padding: 0 10px 10px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

td:last-child,
th:last-child {
	padding-right: 0;
}

/* 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 0px 30px;
}


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

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

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

.author-box .avatar {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	border-radius: 50%;
}

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

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

.comment .avatar {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	margin: 0px 15px 20px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	border-radius: 50%;
}

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

.archive-description {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	margin-bottom: 40px;
	padding: 0px 0px 0px 0px;
}

.author-box {
	margin-bottom: 40px;
}

@media only screen and (max-width: 960px) {
    .author-box {
    }
}

.author-box p {
	font-size: 18px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
}

.author-box a {
	color: #0029fa;
	text-decoration: underline;
}

.author-box a:hover,
.author-box a:focus {
	color: #333333;
	text-decoration: none;
}

.after-entry {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	margin-bottom: 40px;
	padding: 20px 30px 20px 30px;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.after-entry .widget {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
	margin-bottom: 40px;
	padding: 0px 0px 0px 0px;
}

.after-entry .widget a {
	color: #0029fa;
	text-decoration: underline;
}

.after-entry .widget a:hover,
.after-entry .widget a:focus {
	color: #333333;
	text-decoration: none;
}

.after-entry .widget_calendar td,
.after-entry .widget_calendar th {
	border-color: #EEEEEE;
}

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

.breadcrumb {
	background: transparent;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	font-size: 16px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
	text-align: left;
	text-transform: none;
	margin-top: 0px;
	margin-bottom: 40px;
	padding: 0px 0px 10px 0px;
}

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

.breadcrumb a {
	color: #0029fa;
	text-decoration: underline;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
	color: #333333;
	text-decoration: none;
}

.archive-description p {
	font-size: 18px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
}

.archive-description a {
	color: #0029fa;
	text-decoration: underline;
}

.archive-description a:hover,
.archive-description a:focus {
	color: #333333;
	text-decoration: none;
}

.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;
	font-family:'dashicons';
}

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

.genesis-nav-menu > .search {
	float: right;
	list-style: none;
}

.genesis-nav-menu > .search input {
	background: transparent;
	border: none;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 10px 10px 11px;
	font-weight: 400;
	color: #fff;
}

.genesis-nav-menu .widget-area {
    float: right;
    padding: 0;
    width: auto;
}

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

.author-box-title {
	font-size: 20px;
	color: #0a1747;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.2;
	text-align: left;
	text-transform: none;
	margin-bottom: 10px;
}

.archive-description .entry-title,
.archive-title {
	font-size: 20px;
	color: #0a1747;
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
	font-style: normal;
	line-height: 1.2;
	text-align: left;
	text-transform: none;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	color: #0a1747;
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
	font-style: normal;
	line-height: 1.2;
	text-align: left;
	text-transform: none;
	margin-bottom: 30px;
}

.entry-title a {
	color: #333333;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #0029fa;
	text-decoration: none;
}

.entry-comments h3 {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	text-align: left;
	text-transform: none;
	margin-bottom: 20px;
	padding: 0px 0px 0px 0px;
}

.comment-reply-title {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	text-align: left;
	text-transform: none;
	margin-bottom: 20px;
	padding: 0px 0px 0px 0px;
}

.widget-title {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	line-height: 1.2;
	text-align: left;
	text-transform: none;
	letter-spacing: 0px;
	margin: 0 0 20px;
	padding: 0px 0px 0px 0px;
}

.widget-title a {
	color: #0029fa;
	text-decoration: none;
}

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

.sidebar .widget .widget-title {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	line-height: 1.2;
	text-align: left;
	text-transform: none;
	letter-spacing: 0px;
	margin: 0 0 20px;
	padding: 0px 0px 0px 0px;
}

.sidebar .widget-title a {
	color: #0029fa;
	text-decoration: none;
}

.sidebar .widget-title a:hover,
.sidebar .widget-title a:focus {
	color: #333333;
	text-decoration: none;
}

.after-entry .widget-title {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	line-height: 1.2;
	text-align: left;
	text-transform: none;
	letter-spacing: 0px;
	margin: 0 0 20px;
	padding: 0px 0px 0px 0px;
}

.after-entry .widget-title a {
	color: #0029fa;
	text-decoration: none;
}

.after-entry .widget-title a:hover,
.after-entry .widget-title a:focus {
	color: #333333;
	text-decoration: none;
}

.footer-widgets .widget-title {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	line-height: 1.2;
	text-align: left;
	text-transform: none;
	letter-spacing: 0px;
	margin: 0 0 20px;
	padding: 0px 0px 0px 0px;
}

.footer-widgets .widget-title a {
	color: #0029fa;
	text-decoration: none;
}

.footer-widgets .widget-title a:hover,
.footer-widgets .widget-title a:focus {
	color: #333333;
	text-decoration: none;
}

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

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.625;
	margin: 0;
	padding-top: 0px;
	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 {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
	margin-bottom: 40px;
	padding: 0px 0px 0px 0px;
}

.widget a {
	color: #0029fa;
	text-decoration: underline;
}

.widget a:hover,
.widget a:focus {
	color: #333333;
	text-decoration: none;
}

.widget p:last-child:not(.entry-meta),
.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 {
	border-color: #EEEEEE;
	text-align: center;
}

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

.featured-content .entry {
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 20px;
	padding-bottom: 0px;
	font-size: 18px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
}

.featured-content .entry a {
	color: #0029fa;
	text-decoration: underline;
}

.featured-content .entry a:hover,
.featured-content .entry a:focus {
	color: #333333;
	text-decoration: none;
}

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

/* .featured-content .entry-meta is styled in the Entry Meta section */

.featured-content .entry-title {
	font-size: 16px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	text-align: left;
	text-transform: none;
	margin-top: 10px;
	margin-bottom: 5px;
}

.featured-content .entry-title a {
	color: #333333;
	text-decoration: none;
}

.featured-content .entry-title a:hover,
.featured-content .entry-title a:focus {
	color: #0029fa;
	text-decoration: none;
}


/* 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 #EEEEEE;
	color: #333333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	border-bottom: 1px solid #EEEEEE;
	color: #0029fa;
}

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

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

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

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

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

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

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

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

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

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

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


/* Instagram Feed
--------------------------------------------- */

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
	border-radius: 0 !important;
    font-size: 9px !important;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 10px 25px;
    text-transform: uppercase;
    width: auto;
}

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

.genesis-nav-menu .simple-social-icons ul li a,
.genesis-nav-menu .simple-social-icons ul li a:hover {
	background: transparent !important;
}

.genesis-nav-menu .simple-social-icons ul li {
	margin: 0 6px 0px !important;
}

.genesis-nav-menu .simple-social-icons {
    margin: 3px 0 0 0;
}

/* Soliloquy
--------------------------------------------- */

div.soliloquy-container .soliloquy-next,
div.soliloquy-container .soliloquy-prev {
	background-color: transparent;
	color: #000;
	font-family: 'Cantarell', sans-serif;
	font-size: 12px;
	font-weight: 600;
}

div.soliloquy-container .soliloquy-prev {
	width: auto;
	height: auto;
	position: absolute;
	margin-top: 0;
	left: -30px;
	z-index: 1320;
	background: transparent;
}

div.soliloquy-container .soliloquy-next {
	width: auto;
	height: auto;
	position: absolute;
	margin-top: 0;
	right: 30px;
	z-index: 1320;
	background: transparent;
}

div.soliloquy-container .soliloquy-prev::before {
	content: "PREV";
	letter-spacing: .5em;
	display: block;
	z-index: 12;
	transform: rotate(-90deg);
	position: absolute;
}

div.soliloquy-container .soliloquy-next::before {
	content: "NEXT";
	letter-spacing: .5em;
	display: block;
	z-index: 12;
	transform: rotate(90deg);
	position: absolute;
}

div.soliloquy-caption-inside {
	background: transparent;
	color: #222;
	font-size: 2.0rem;
	line-height: 1.5;
	padding: 20px 0px;
	text-shadow: none;
}

div.soliloquy-container .soliloquy-caption {
	background: none;
	padding: 2%;
}

div.soliloquy-container .soliloquy-caption h2 {
	font-size: 48px;
	line-height: 1;
	text-transform: none;
}

div.soliloquy-container .soliloquy-caption h3 {
	font-family: 'Cantarell', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 0;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.soliloquy-container .soliloquy-caption .button {
	background: transparent;
	border: 1px solid #333;
	color: #000;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 14px 44px;
	text-transform: uppercase;
	width: auto;
}

/* WP Recipe Maker
--------------------------------------------- */

.wprm-recipe-print {
	background: #dcb8ad !important;
    border-radius: 0 !important;
	outine: none !important;
	border: 1px solid #dcb8ad !important;
	color: #fff !important;
	margin: 10px !important;
	padding: 10px 14px !important;
	text-transform: uppercase !important;
	font-size: 14px !important;
    font-weight: 600 !important;
	letter-spacing: 2px !important;
}

.wprm-recipe-print:hover {
	background-color: #ffefef !important;
	border: 1px solid #ffefef !important;
	color: #000 !important;
	
}

.wprm-recipe-link.wprm-recipe-link-wide-button {
	width: auto !important;
}

.wprm-recipe-icon.wprm-recipe-print-icon {
	display: none;
}

.wprm-recipe-template-compact {
	background-color: #fff !important;
	border: 4px double #ffefef !important;
	padding: 30px !important;
    color: #000;
    font-family: 'brandon_grotesqueregular', sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}

.wprm-recipe-image img {
	border: 5px double #cc9999 !important;
}

.wprm-recipe-details-container-table {
	width: 100%;
}

.wprm-recipe-details-label.wprm-block-text-faded {
	 text-transform: uppercase !important;
	 opacity: 1 !important;
	 color: #cc9999;
     font-weight: 700;
}

.wprm-recipe-template-compact p, .wprm-recipe-template-compact li {
     font-family: 'brandon_grotesqueregular', sans-serif !important;
   font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.5em !important;
	margin-bottom: 10px !important;
}

.single-post article .entry-content .wprm-recipe-template-compact h2:first-of-type {
	border: medium none;
    font-size: 18px;
    font-style: normal;
    margin-bottom: 30px;
    padding: 0;
    text-transform: uppercase;
}

.wprm-recipe-template-compact .wprm-recipe-name {
	font-family: 'ball-pen' !important; 
	text-transform: capitalize !important;
	font-size: 2.2rem !important;
    font-weight: 200 !important;
	color: #cc9999 !important;
	
}

.wprm-recipe-template-compact .wprm-recipe-header {
	font-family: 'brandon_grotesquelight', sans-serif !important;
    font-weight: 300 !important;
    color: #000 !important;
    font-size: 24px !important;
    font-style: normal !important;
    letter-spacing: 2px !important;
    margin-bottom: 20px !important;
    text-transform: uppercase !important;
}


/* 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: #1b308e;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	padding: 0px 30px 0px 30px;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.site-header .wrap {
	max-width: 1540px;
	margin: auto;
}

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

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

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

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

.site-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	line-height: 1;
	text-transform: none;
	margin-bottom: 0;
}

.site-title a {
	color: #0029fa;
	text-decoration: none;
}

.site-title a:hover,
.site-title a:focus {
	color: #333333;
	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;
}

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

.page-header {
	padding: 2rem 0;
	position: relative;
	text-align: center;
	color: #fff;
	background-color: #1a1a1a;
}

.page-header h1,
.page-header .author-box-title {
	line-height: 1.2;
	font-size: 40px;
	display: inline-block;
	color: #fff;
}

.page-header h1:last-child {
	margin-bottom: 0;
}

.page-header p {
	font-size: 2.4rem;
	max-width: 74rem;
	margin-left: auto;
	margin-right: auto;
}

.page-header p:last-child {
	margin-bottom: 0;
}

.page-header a:not(.button) {
	opacity: .5;
}

.page-header a:hover:not(.button) {
	opacity: 1;
}
/* The following only affects the pages in the site inner. 
It brings the entry meta closer to the title. */
.page-header.single .site-inner { 
    margin-top: 0;
}  

.page-header.single .entry-header p.entry-meta {     
   margin-top: -80px; 
}

.page-header.entry-header::after {    
   border-bottom: none;
}
.page-header.category .site-inner,
.page-header.blog .site-inner { 
   margin-top: 0;
}
 

@media only screen and (min-width: 800px) { 
	.page-header { 
	  padding: calc(2% + 1rem) 0 2%; 
	} 
	
	.home .page-header { 
	   padding: calc(10% + 10.8rem) 0 10%; 
	} 
	
	.page-header h1, 
	.page-header 
	.author-box-title { 
	   font-size: 6rem; 
	} 
	.page-header 
	.entry-meta { 
	   font-size: 1.6rem; 
	} 
	
	.page-header h1, 
	.page-header 
	.author-box-title { 
	   font-size: 2.5rem; 
	  text-align: center; 
	  color: #fff;
	 } 
	 
}



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

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

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

.genesis-nav-menu a {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	padding: 12px 0px 12px 0px;
	color: #cbcbcb;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	text-decoration: none;
	display: block;
	outline-offset: -1px;
}

@media only screen and (max-width: 960px) {
    .genesis-nav-menu a {
    }
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover {
	color: #0029fa;
	font-weight: 400;
	text-decoration: none;
}

.genesis-nav-menu .current-menu-item > a {
	color: #0029fa;
	font-weight: 400;
	text-decoration: none;
}

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

.genesis-nav-menu .sub-menu {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	padding: 0px 0px 0px 15px;
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	position: static;
	z-index: 99;
}

@media only screen and (max-width: 960px) {
    .genesis-nav-menu .sub-menu {
    }
}

.genesis-nav-menu .sub-menu a {
	background-color: #FFFFFF;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	padding: 12px 0px 12px 0px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	text-decoration: none;
	position: relative;
	word-wrap: break-word;
}

@media only screen and (max-width: 960px) {
    .genesis-nav-menu .sub-menu a {
    }
}

.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover {
	color: #0029fa;
	font-weight: 400;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #0029fa;
	font-weight: 400;
	text-decoration: none;
}

.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;
}
/* Search Menu
--------------------------------------------- */

.search-div {
    display: none;
    position: absolute;
    z-index: 10;
    right: 0;
    width: 300px;
    padding: 10px;
    background: #1b308e;
}

.search-div .search-form input[type="submit"] {
    position: absolute;
    right: -1px;
    bottom: 1px;
    padding: 10px 14px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.search-div .search-form input[type="search"] {
    color: #cbcbcb;
    font-size: 16px;
    width: 100%;
    padding: 0;
	letter-spacing: normal;
 
}

.search-div input::-moz-placeholder {
	color: #cbcbcb;
	font-weight: 400;
	letter-spacing: normal;
	opacity: 1;
}

.search-div input::-webkit-input-placeholder {
	color: #cbcbcb;
	font-weight: 400;
	letter-spacing: normal;
}

li a.icon-search {
	padding: 10px 3px !important;
	
}

li a.icon-search:before {
    font-family: 'dashicons';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\f179";
    font-size: 21px;
	color: #fff;
}

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

.genesis-responsive-menu {
	background-color: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	padding: 0px 0px 15px 0px;
	display: none;
	position: relative;
	z-index: 1000;
	text-align: right;
	color: #ffffff;
}

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

.menu-toggle {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	line-height: 20px;
	margin: 10px auto 10px;
	padding: 15px 0px;
	float: right;
	position: relative;
	z-index: 1000;
}

@media only screen and (max-width: 960px) {
    .menu-toggle {
    }
}

.menu-toggle:hover,
.menu-toggle:focus {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	color: #ffffff;
}

.menu-toggle.activated {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	color: #ffffff;
}

.menu-toggle.activated:hover,
.menu-toggle.activated:focus {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	color: #ffffff;
}

.sub-menu-toggle {
    background-color: transparent;
    border-width: 0;
	color: #333333;
}

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

.sub-menu-toggle.activated {
	color: #333333;
}

.sub-menu-toggle.activated:hover,
.sub-menu-toggle.activated:focus {
	color: #0029fa;
}

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

.site-header .menu-toggle::before {
	width: 20px;
	height: 20px;
	font-size: 20px;
	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 {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	margin-top: 10px;
	padding: 0px 0px 0px 0px;
}

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

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

.nav-secondary ul {
	margin: 0;
}

.nav-secondary a {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px 0px 0px 0px;
}

.nav-secondary a:hover,
.nav-secondary a:focus {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	color: #0029fa;
	font-weight: 400;
	text-decoration: none;
}

.nav-secondary .current-menu-item > a {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	color: #0029fa;
	font-weight: 400;
	text-decoration: none;
}


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

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

.entry {
	margin-bottom: 40px;
}

.entry-content {
	font-size: 18px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
}

.entry-content a {
	color: #333;
	text-decoration: none;
	font-weight: 600;
}

.entry-content a:hover,
.entry-content a:focus {
	color: #0029fa;
	text-decoration: underline;
}

.entry-content ol {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ul {
	margin-bottom: 20px;
	margin-left: 10px;
}

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

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

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

.entry-content code {
	background-color: #F5F5F5;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	font-size: 18px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	padding: 0px 0px 0px 0px;
}

.entry-content code a {
	color: #0029fa;
	text-decoration: underline;
}

.entry-content code a:hover,
.entry-content code a:focus {
	color: #333333;
	text-decoration: none;
}

.entry-content .caption {
	font-size: 14px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.625;
	margin-top: -20px;
	text-align: center;
}

.content .sticky {
	background-color: #F5F5F5;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	margin-bottom: 40px;
	padding: 30px 30px 30px 30px;
}

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

p.entry-meta {
	margin-bottom: 0;
}

.entry-header .entry-meta {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
	text-align: left;
	text-transform: none;
}

.entry-header .entry-meta a {
	color: #0029fa;
	text-decoration: underline;
}

.entry-header .entry-meta a:hover,
.entry-header .entry-meta a:focus {
	color: #333333;
	text-decoration: none;
}

.entry-footer .entry-meta {
	background: transparent;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	font-size: 16px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
	text-align: left;
	text-transform: none;
}

.entry-footer .entry-meta a {
	color: #0029fa;
	text-decoration: underline;
}

.entry-footer .entry-meta a:hover,
.entry-footer .entry-meta a:focus {
	color: #333333;
	text-decoration: none;
}

.featured-content .entry-meta {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
	text-align: left;
	text-transform: none;
}

.featured-content .entry-meta a {
	color: #0029fa;
	text-decoration: underline;
}

.featured-content .entry-meta a:hover,
.featured-content .entry-meta a:focus {
	color: #333333;
	text-decoration: none;
}

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

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

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

.pagination {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	margin: 30px 0 30px 0;
	padding: 0px 0px 0px 0px;
	clear: both;
}

.pagination a {
	font-size: 16px;
	color: #0029fa;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1.625;
	text-decoration: none;
}

.pagination a:hover,
.pagination a:focus {
	color: #333333;
	text-decoration: none;
}

.entry-content .pagination {
	background: none;
	border: none;
	border-radius: 0;
	margin: 60px 0 60px;
	padding: 0;
	font-size: 18px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
	text-decoration: none;
}

.entry-content .pagination a {
	font-size: 18px;
	color: #0029fa;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	text-decoration: underline;
}

.entry-content .pagination a:hover,
.entry-content .pagination a:focus {
	color: #333333;
	text-decoration: none;
}

.comments-pagination.pagination {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	margin: 60px 0 60px;
	padding: 0px 0px 0px 0px;
}

.comments-pagination.pagination a {
	font-size: 18px;
	color: #0029fa;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
	text-decoration: underline;
}

.comments-pagination.pagination a:hover,
.comments-pagination.pagination a:focus {
	color: #333333;
	text-decoration: none;
}


.archive-pagination ul {
	margin: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #F5F5F5;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	margin: 0px 0px 4px 0px;
	padding: 8px 12px 8px 12px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	line-height: 1.625;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover {
	background-color: #0029fa;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	color: #FFFFFF;
	text-decoration: none;
}

.archive-pagination li.active a {
	background-color: #1b308e;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	color: #FFFFFF;
	text-decoration: none;
}

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

.entry-comments,
.entry-pings {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	margin-bottom: 40px;
	padding: 0px 0px 0px 0px;
}

.comment-list {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

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

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

.comment-list .comment {
	list-style: none;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.comment-list .children {
	margin: 0;
}

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

.comment-list .children article {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.comment-author {
	font-size: 18px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
	text-align: left;
	text-transform: none;
	margin-bottom: 0px;
}

.comment-author a {
	color: #0029fa;
	text-decoration: underline;
}

.comment-author a:hover,
.comment-author a:focus {
	color: #333333;
	text-decoration: none;
}

.comment-meta,
.comment-edit-link {
	font-size: 18px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
	text-align: left;
	text-transform: none;
	margin-bottom: 0px;
}

.comment-meta a,
.comment-edit-link {
	color: #0029fa;
	text-decoration: underline;
}

.comment-meta a:hover,
.comment-meta a:focus,
.comment-edit-link:hover,
.comment-edit-link:focus {
	color: #333333;
	text-decoration: none;
}

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

.comment-content,
.pingback .comment-body {
	font-size: 18px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
	clear: both;
}

.comment-content a,
.pingback .comment-body > a {
	color: #0029fa;
	text-decoration: underline;
}

.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
	color: #333333;
	text-decoration: none;
}

.comment-content ul {
	margin: 0 0 30px 40px;
}

.comment-content ol {
	margin: 0 0 30px 40px;
}

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

.comment-reply-link {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	color: #0029fa;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
	text-decoration: underline;
	display: inline-block;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	color: #333333;
	text-decoration: none;
}

.no-comments {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	font-size: 18px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
	text-align: left;
	text-transform: none;
	padding: 0px 0px 0px 0px;
}

.comment-respond {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	margin-bottom: 40px;
	padding: 0px 0px 0px 0px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond .form-submit {
	margin-bottom: 0;
}

.comment-respond label {
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
	text-align: left;
	text-transform: none;
	letter-spacing: 0px;
	margin: 0px 12px 0px 0px;
	display: block;
}

.comment-reply-title small a {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	color: #0029fa;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	text-decoration: underline;
	float: none;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	color: #333333;
	text-decoration: none;
}

.comment-form {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

.comment-form input,
.comment-form textarea {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #DDDDDD #DDDDDD #DDDDDD #DDDDDD;
	border-radius: 0px;
	padding: 15px 15px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}

.comment-form input:focus,
.comment-form textarea:focus {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #999999 #999999 #999999 #999999;
	color: #333333;
}

.comment-form input {
	line-height: normal;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	font-size: 18px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
	text-align: left;
	text-transform: none;
	margin-bottom: 30px;
}

.logged-in-as a {
	color: #0029fa;
	text-decoration: underline;
}

.logged-in-as a:hover,
.logged-in-as a:focus {
	color: #333333;
	text-decoration: none;
}

.comment-notes .required {
	color: #333333;
}

.comment-form label .required {
	color: #333333;
}

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

.form-submit input[type="submit"] {
	background-color: #333333;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #333333 #333333 #333333 #333333;
	border-radius: 0px;
	padding: 15px 30px 15px 30px;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0px;
	line-height: 1.15;
}

.form-submit input:hover[type="submit"],
.form-submit input:focus[type="submit"] {
	background-color: #0029fa;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #6a120b #6a120b #6a120b #0029fa;
	color: #FFFFFF;
}

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

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

.sidebar {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	margin: 0 0 0px;
	padding: 0px 0px 0px 0px;
}

.sidebar .widget {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	margin: 0 0 40px;
	padding: 0px 0px 0px 0px;
}

.sidebar .widget a {
	color: #0029fa;
	text-decoration: underline;
}

.sidebar .widget a:hover,
.sidebar .widget a:focus {
	color: #333333;
	text-decoration: none;
}

.sidebar .widget-area > :last-child,
.sidebar .widget > :last-child {
	margin-bottom: 0;
}

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

.sidebar ol {
	margin-bottom: 30px;
	margin-left: 40px;
}

.sidebar ul {
	margin-bottom: 0px;
	margin-left: 0px;
}

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

.sidebar ul > li {
	list-style-type: none;
}

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

.footer-widgets {
	border-radius: 0px;
	font-size: 18px;
	padding: 100px 0px 30px 0px;
	clear: both;
	color: #fff;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 1540px;
}

.footer-widget-area {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
	margin-bottom: 40px;
	padding: 0px 30px 0px 30px;
}
.footer-widgets .widget,
.footer-widgets .widget p {
	color: #cbcbcb;
	}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widget-area a {
	color: #edf0ff;
	text-decoration: none;
}

.footer-widget-area a:hover,
.footer-widget-area a:focus {
	color: #fff;
	text-decoration: underline;
}

.footer-widgets .widget_calendar td,
.footer-widgets .widget_calendar th {
	border-color: #4a3c93;
}

.footer-widgets ul li {
	list-style:  none;
}

.footer-widgets-2 .widget {
	margin: 0;
	
}

.footer-widgets-2 img {
	max-width: 180px !important;
	
}


.footer-widgets-3 ul {
	text-align: right;
}

.footer-widgets-3 ul li {
	list-style:  none;
	display: inline;
	padding: 10px 15px;
}


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

.site-footer {
	background: #1e0e78 url(images/footer-bg.jpg);
	background-size: cover;
	font-size: 16px;
	line-height: 1.5;
}


.site-footer p {
	border-top: 2px solid #4a3c93;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: none;
	letter-spacing: 0px;
	max-width: 1520px;
	padding: 40px 20px;
	margin: 0 auto;
}

.site-footer p a {
	color: #edf0ff;
	text-decoration: underline;
}

.site-footer p a:hover,
.site-footer p a:focus {
	color: #fff;
	text-decoration: none;
}


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

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

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

}

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

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

	h1 {
		font-size: 30px;
	}
	
	h2 {
		font-size: 27px;
	}
	
	h3 {
		font-size: 24px;
	}
	
	h4 {
		font-size: 20px;
	}
	
	h5 {
		font-size: 18px;
	}
	
	h6 {
		font-size: 16px;
	}

	/* Site Header
	--------------------------------------------- */
	
	.site-header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 9999;
	}
	
	.admin-bar .site-header {
		top: 32px;
	}

	.site-title {
		font-size: 20px;
	}
	
	.site-description {
		font-size: 16px;
	}

	/* 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,
	.nav-primary .genesis-nav-menu > .menu-highlight > a,
	.nav-primary .genesis-nav-menu > .menu-highlight.current-menu-item > a {
		background-color: #333333;
		border-style: none;
		border-width: 1px 1px 1px 1px;
		border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
		border-radius: 3px;
		color: #FFFFFF;
		font-weight: 600;
		text-decoration: none;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:hover,
	.genesis-nav-menu > .menu-highlight > a:focus,
	.nav-primary .genesis-nav-menu > .menu-highlight > a:hover,
	.nav-primary .genesis-nav-menu > .menu-highlight > a:focus,
	.nav-primary .genesis-nav-menu > .menu-highlight.current-menu-item > a:hover,
	.nav-primary .genesis-nav-menu > .menu-highlight.current-menu-item > a:focus {
		background-color: #0029fa;
		border-style: none;
		border-width: 1px 1px 1px 1px;
		border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
		color: #FFFFFF;
		font-weight: 600;
		text-decoration: none;
	}

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

	.genesis-nav-menu .sub-menu {
		background-color: #FFFFFF;
		border-style: solid;
		border-width: 1px 0px 0px 0px;
		border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
		padding: 0px 0px 0px 0px;
		opacity: 0;
		position: absolute;
		transition: opacity .4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border-style: solid;
		border-width: 0px 1px 1px 1px;
		border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
		padding: 15px 15px 15px 15px;
	}

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

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

	.genesis-responsive-menu {
		display: block;
		padding-top: 15px;
	}

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

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

	.nav-primary {
		border-radius: 0px;
		margin-top: 0px;
		padding: 15px 0px 0px 0px;
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		background: transparent;
		border-style: none;
		border-width: 1px 1px 1px 1px;
		border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
		border-radius: 0px;
		padding: 12px 15px 12px 15px;
		color: #cbcbcb;
		font-family: 'Open Sans', sans-serif;
		font-size: 15px;
		font-weight: 400;
		font-style: normal;
		line-height: 1;
		text-decoration: none;
	}
	
	.nav-primary .genesis-nav-menu li:hover > a,
	.nav-primary .genesis-nav-menu li:focus > a {
		background: transparent;
		border-style: none;
		border-width: 1px 1px 1px 1px;
		border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
		color: #edf0ff;
		font-weight: 400;
		text-decoration: none;
	}
	
	.nav-primary .genesis-nav-menu .current-menu-item > a {
		background: transparent;
		border-style: none;
		border-width: 1px 1px 1px 1px;
		border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
		color: #edf0ff;
		font-weight: 400;
		text-decoration: none;
	}
	
	.nav-primary .genesis-nav-menu .sub-menu {
		background-color: #FFFFFF;
		border-style: solid;
		border-width: 1px 0px 0px 0px;
		border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
		padding: 0px 0px 0px 0px;
	}

	.nav-primary .genesis-nav-menu .sub-menu a {
		background-color: #0029fa;
		border-width: 0px 1px 1px 1px;
		border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
		padding: 15px 15px 15px 15px;
		color: #fff;
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		font-weight: 400;
		font-style: normal;
		line-height: 1;
		text-decoration: none;
	}
	
	.nav-primary .genesis-nav-menu .sub-menu li:hover > a,
	.nav-primary .genesis-nav-menu .sub-menu li:focus > a {
		background-color: #0029fa;
		border-style: solid;
		border-width: 0px 1px 1px 1px;
		border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
		color: #fff;
		font-weight: 400;
		text-decoration: none;
	}
	
	.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
		background-color: #0029fa;
		border-style: solid;
		border-width: 0px 1px 1px 1px;
		border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
		color: #fff;
		font-weight: 400;
		text-decoration: none;
	}

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

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

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

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

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

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	
	.entry-title {
		font-size: 30px;
	}

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

	.sidebar {
		float: right;
		width: 30%;
	}

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

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

	.author-box {
		background-color: #F5F5F5;
		border-style: none;
		border-width: 1px 1px 1px 1px;
		border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
		border-radius: 0px;
		padding: 30px 30px 30px 30px;
	}

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

	.after-entry {
		padding: 40px 60px 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.
	--------------------------------------------- */

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

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

	.footer-widgets .footer-widgets-1 {
		max-width: 1140px;
		margin: auto;
		margin-bottom: 100px;
	}
	
	
	.footer-widgets .footer-widgets-2 {
		float: left;
		width: 20%;
	}
	.footer-widgets .footer-widgets-3 {
		float: right;
		width: 80%;
	}

	.footer-widget-area {
		margin-bottom: 0;
		width: 100%; /* fallback for older browsers */
	}

}


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

}
