/*@import "partials/legacy-shortcodes";*/
/*
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.0.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
*/
/* 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
*/
/**
Branding Colors
**/
/**
UI Colors
**/
/**
Custom block colors - see corresponding values in "editor-color-palette" in functions.php (or included in custom-colors.php)
**/
/**
Buttons in the navigation
**/
/* Quiet button */
/* Loud button */
/**
 * Grid, Center Last
 *
 */
/**
 * Margin, No Edge
 * Removes left margin from first item, right margin from last item
 */
/**
 * Icon Position
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
/**
 * Columns
 *
 */
/**
 * Columns, Mobile
 *
 */
/**
 * Columns, Tablet
 *
 */
/**
 * Columns, Tablet Up
 *
 */
/**
 * Columns, Desktop
 *
 */
/* CSS Document */
/* HTML5 Reset
---------------------------------------------------------------------------- */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

[hidden], template {
  display: none; }

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

/* Box Sizing
--------------------------------------------- */
html {
  box-sizing: border-box; }

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

/**
Branding Colors
**/
/**
UI Colors
**/
/**
Custom block colors - see corresponding values in "editor-color-palette" in functions.php (or included in custom-colors.php)
**/
/**
Buttons in the navigation
**/
/* Quiet button */
/* Loud button */
/**
 * Grid, Center Last
 *
 */
/**
 * Margin, No Edge
 * Removes left margin from first item, right margin from last item
 */
/**
 * Icon Position
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
/**
 * Columns
 *
 */
/**
 * Columns, Mobile
 *
 */
/**
 * Columns, Tablet
 *
 */
/**
 * Columns, Tablet Up
 *
 */
/**
 * Columns, Desktop
 *
 */
.wp-block-group.has-background,
.wp-block-media-text.has-background {
  padding: 12px; }

/* See variables defined in _vars
AND block options defined in custom-colors.php (included in functions.php) */
.has-text-color.has-brand-1-color {
  color: #001144; }

.has-text-color.has-brand-2-color {
  color: #001144; }

.has-text-color.has-light-text-color {
  color: #888; }

.has-text-color.has-light-background-light-color {
  color: #e2e2e2; }

.has-text-color.has-light-background-medium-color {
  color: #CCC; }

.has-text-color.has-light-background-dark-color {
  color: #BBB; }

.has-text-color.has-brand-highlight-1-color {
  color: #3f9ad5; }

.has-text-color.has-brand-highlight-2-color {
  color: #ef9d23; }

.has-text-color.has-brand-highlight-3-color {
  color: #8cb13f; }

.has-text-color.has-white-color {
  color: #FFF; }

.has-text-color.has-black-color {
  color: #000; }

.has-background.has-brand-1-background-color {
  background-color: #001144; }

.has-background.has-brand-2-background-color {
  background-color: #001144; }

.has-background.has-light-text-background-color {
  background-color: #888; }

.has-background.has-light-background-light-background-color {
  background-color: #e2e2e2; }

.has-background.has-light-background-medium-background-color {
  background-color: #CCC; }

.has-background.has-light-background-dark-background-color {
  background-color: #BBB; }

.has-background.has-brand-highlight-1-background-color {
  background-color: #3f9ad5; }

.has-background.has-brand-highlight-2-background-color {
  background-color: #ef9d23; }

.has-background.has-brand-highlight-3-background-color {
  background-color: #8cb13f; }

.has-background.has-white-background-color {
  background-color: #FFF; }

.has-background.has-black-background-color {
  background-color: #000; }

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

body {
  background-color: #fff;
  color: #333;
  font-family: 'Merriweather', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
  overflow-x: hidden;
  overflow-wrap: break-word; }

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

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

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

p, ul, ol, blockquote, .mejs-container, .embed-container, .video-container {
  margin: 0; }
  .site-inner p, .site-inner ul, .site-inner ol, .site-inner blockquote, .site-inner .mejs-container, .site-inner .embed-container, .site-inner .video-container {
    margin-bottom: 30px; }

.site-inner li ul {
  margin-bottom: initial; }

p {
  padding: 0;
  font-family: "Merriweather", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif; }

p.has-small-font-size {
  font-size: 11pt; }

.entry-content p {
  font-size: 14.4pt; }
  .entry-content .entry-content p, .archive .entry-content p, .search .entry-content p {
    font-size: 13pt; }
  @media (max-width: 960px) {
    .entry-content p {
      font-size: 13pt; }
      .entry-content .entry-content p, .archive .entry-content p, .search .entry-content p {
        font-size: 12pt; } }

p:last-of-type {
  margin-bottom: 0; }

ol,
ul {
  padding: 0;
  padding-left: 30px; }
  .nav-menu ol, ol.page-numbers, .nav-menu
  ul,
  ul.page-numbers {
    padding-left: 0; }

nav, .menu-toggle {
  font-family: "Verb Condensed", Frutiger, "Frutiger Linotype", Univers, Calibri, "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600; }

/*
li {
	list-style-type: none;
}
*/
hr {
  border: none;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  clear: both;
  margin: 30px 0; }

b,
strong {
  font-weight: 700; }

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

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

blockquote {
  margin: 30px; }

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Open Sans","Source Sans Pro", sans-serif; */
  font-family: "Verb Condensed", Frutiger, "Frutiger Linotype", Univers, Calibri, "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
  margin: 15px 0 10px; }
  h1:first-child,
  h2:first-child,
  h3:first-child,
  h4:first-child,
  h5:first-child,
  h6:first-child {
    margin-top: 0; }
  h1.is-style-section-heading a,
  h2.is-style-section-heading a,
  h3.is-style-section-heading a,
  h4.is-style-section-heading a,
  h5.is-style-section-heading a,
  h6.is-style-section-heading a {
    text-decoration: none; }

h1 {
  font-size: 2.4em; }
  @media (max-width: 960px) {
    h1 {
      font-size: 2.1em; } }

h2 {
  font-size: 2.2em; }
  h2.entry-title {
    font-size: 1.9em;
    line-height: 1.15; }
    @media (max-width: 960px) {
      h2.entry-title {
        font-size: 19pt;
        line-height: 1.05; } }
  h2.is-style-section-heading {
    font-size: 2.1em; }

h3 {
  font-size: 1.9em;
  line-height: 1.2; }
  h3.entry-title {
    font-size: 1.38em;
    line-height: 1.1; }
  h3.is-style-section-heading {
    font-size: 1.5em; }

h4 {
  font-size: 1.5em;
  line-height: 1.25; }
  h4.entry-title {
    font-size: 1.15em; }
  h4.is-style-section-heading {
    font-size: 1.2em; }

/*
.entry-content h4 {
	margin-top: 40px;
}
*/
h5 {
  font-size: 1.2em;
  line-height: 1.25; }
  h5.entry-title {
    font-size: 1.05em; }

h6 {
  font-size: 1em;
  line-height: 1.25; }

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 16px;
  margin-bottom: 10px; }

.archive .entry-content, .entry-content .entry-content {
  margin-top: 10px; }

/*
.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: 60px 0;*/ }

.adjacent-entry-pagination {
  margin-bottom: 0; }

.archive-pagination li {
  display: inline; }

.archive-pagination li a,
.archive-pagination li .current {
  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; }
  @media (max-width: 959px) {
    .archive-pagination li a,
    .archive-pagination li .current {
      padding: 8px 9px;
      font-size: 15px; } }

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

.post-tags li {
  float: left;
  background: #AAA;
  padding: 1pt 8pt;
  border-radius: 4pt;
  margin: 0 3pt; }
  .post-tags li, .post-tags li a {
    color: #FFF;
    text-decoration: none; }

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

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

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

::-moz-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: 7px 18px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
  line-height: 1; }

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;
  table-layout: fixed;
  width: 100%;
  word-break: break-all; }

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

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

td {
  border-top: 1px solid #eee;
  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; }

/* Structure and Layout
---------------------------------------------------------------------------- */
/** Column styles **/
.is-style-narrow-margin .wp-block-column:not(:first-child) {
  margin-left: 10px; }

.wp-block-group.is-style-full-height {
  height: 100%; }

.wp-block-group.is-style-border-box {
  border: 1px solid #999;
  padding: 12px; }

.wp-block-group__inner-container::after {
  content: ' ';
  display: block;
  clear: both;
  height: 15px; }

@media (max-width: 781px) {
  .wp-block-column:not(:first-child), .is-style-narrow-margin .wp-block-column:not(:first-child) {
    margin-left: 0;
    margin-top: 10px; } }

/** Button styles **/
.is-style-large .wp-block-button__link, .is-style-outline-large .wp-block-button__link {
  font-size: 25px; }

.is-style-super .wp-block-button__link, .is-style-outline-super .wp-block-button__link {
  font-size: 34px;
  font-weight: bold; }

[class*="is-style-outline"] .wp-block-button__link {
  border-width: 2px;
  border-style: solid; }

/** Podcasts **/
.podcast-subscribe.orienthorizontal .wp-block-button, .podcast-subscribe.orienthorizontal .podcast-subscribe-label {
  display: inline-block;
  margin-right: 10px; }

.podcast-subscribe.orienthorizontal.aligncenter {
  text-align: center; }

.podcast-subscribe.orientvertical .wp-block-button, .podcast-subscribe.orientvertical .podcast-subscribe-label {
  margin-bottom: 10px; }

.podcast-subscribe.orientvertical.aligncenter .wp-block-button, .podcast-subscribe.orientvertical.aligncenter .podcast-subscribe-label {
  display: block;
  text-align: center; }

/** Buttons **/
.wp-block-button__link {
  border-radius: 4px;
  padding: 6px 14px; }

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 8%; }

.wp-block-media-text .wp-block-media-text__content {
  padding-right: 0; }

.entry-image-link.alignright, .entry-image-link.alignleft, .entry-image-link .alignright, .entry-image-link .alignleft {
  max-width: 40%; }
  @media (min-width: 960px) {
    .entry-image-link.alignright, .entry-image-link.alignleft, .entry-image-link .alignright, .entry-image-link .alignleft {
      margin-bottom: 0; } }

.widget_ktoo-sidebar-caption {
  text-align: center; }

@media (max-width: 959px) and (min-width: 451px) {
  .sidebar .ad-group > * {
    display: inline-block; } }

@media (max-width: 1229px) and (min-width: 451px) {
  .wp-block-column .ad-group > * {
    display: inline-block; } }

.ad-group {
  text-align: center;
  background: #d5d5d5; }
  .ad-group > * {
    width: auto;
    /*float: left;*/
    /*margin: 4px;*/ }
    @media (max-width: 449px) {
      .ad-group > * {
        margin-left: auto;
        margin-right: auto;
        display: block; } }
  .ad-group .caption {
    float: none;
    clear: both;
    width: 100%;
    text-align: center;
    display: block; }

.entry-content > .is-style-section-heading:first-child,
.entry-content > *:first-child .is-style-section-heading {
  margin-top: 0; }

.wp-block-columns, .unique-posts {
  position: relative; }

.row.divider {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC; }

@media (min-width: 782px) {
  .is-style-divide-columns .wp-block-column:nth-child(n+2) {
    padding-left: 25px;
    border-left: 1px solid #CCC; } }

/* add a divider between every post once they're collapsed into a list */
@media (max-width: 781px) {
  .unique-posts article {
    margin-bottom: 17.5px;
    padding-bottom: 7.5px;
    border-bottom: 1px solid #CCC; }
  .unique-posts .divider article:first-of-type {
    margin-bottom: initial;
    padding-bottom: initial;
    border-bottom: initial; } }

.wp-block-columns {
  margin-bottom: 8px; }

@media (max-width: 781px) {
  .wp-block-column {
    -webkit-flex-basis: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important; }
  .wp-block-column:nth-child(2n) {
    margin-left: 0; } }

.wp-block-separator.is-style-wide {
  margin-top: 0;
  border-top: none;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #CCC; }

@media (min-width: 661px) {
  .unique-posts .row article:nth-child(n+2) {
    padding-left: 1%;
    border-left: 1px solid #CCC; } }

@media (max-width: 1229px) {
  .wp-block-columns.is-style-wrap-early {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .wp-block-columns.is-style-wrap-early > .wp-block-column {
      -webkit-flex-basis: 100% !important;
      -ms-flex-preferred-size: 100% !important;
      flex-basis: 100% !important; }
      .wp-block-columns.is-style-wrap-early > .wp-block-column .sidebar {
        position: relative;
        width: auto; } }

/* Mobile banner */
#mobile-banner {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  display: none;
  text-align: center; }
  #mobile-banner .close-button {
    float: right;
    display: inline-block;
    right: -20px;
    background: #dadada;
    font-size: 10pt;
    cursor: pointer;
    padding: 8px 5px 2px 7px;
    margin-left: 2px;
    font-family: sans-serif; }
  #mobile-banner #mobile-banner-ad {
    display: inline-block; }
  #mobile-banner .close-button:before {
    content: 'X';
    display: block;
    font-size: 33px;
    font-family: sans-serif;
    font-weight: bold;
    -webkit-transform: scaleX(1.3);
    -ms-transform: scaleX(1.3);
    transform: scaleX(1.3);
    line-height: 0.8; }
  #mobile-banner .banner-wrap {
    display: inline-block;
    padding-bottom: calc( env(safe-area-inset-bottom) * 0.5);
    background: #FFF; }
  @media (max-width: 450px) {
    #mobile-banner .close-button {
      font-size: 0; } }

/* Gravity Forms */
.gform_fields li {
  display: block;
  padding-left: 0; }

ul.gform_fields {
  padding-left: 0; }

.site-header {
  z-index: 10;
  position: relative;
  /* puts the dropdwon menu under the .site-header:after colorful bottom border */ }
  .site-header .wrap {
    z-index: 0;
    position: relative; }

.secondary-header {
  z-index: 5;
  position: relative; }
  .secondary-header .wrap {
    z-index: 0;
    position: relative; }

.nav-secondary .wrap {
  z-index: 2; }

/* keeps the sub-menu drop shadow from going over the parent menu item */
.menu > .menu-item > .sub-menu {
  z-index: -1; }

.site-inner {
  position: relative;
  z-index: 0; }

/*
.menu > .menu-item {
    z-index: 1;
}
*/
/* 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; */ }

/* 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;*/
  outline: thin dotted; }

/* Site Inner
--------------------------------------------- */
.site-inner {
  clear: both;
  margin: 0 auto 40px auto;
  /*padding: $page_padding;*/
  z-index: 0; }

.no-sidebar .site-inner, .content-sidebar .site-inner {
  position: relative; }
  .no-sidebar .site-inner, .no-sidebar .site-inner .sidebar, .content-sidebar .site-inner, .content-sidebar .site-inner .sidebar {
    padding-top: 20px; }

/*
body.single-post .site-inner .wrap {
	max-width: $single_post_content_width;
	margin-left: auto;
	margin-right: auto;
}
*/
/* 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; }

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

.archive .entry-footer {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #CCC; }

/* 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 {
  margin-top: 10px;
  margin-bottom: 10px; }

.entry-content .entry-title {
  margin-top: 10px; }

/*
.row article {
  margin-top: 10px;
}
*/
.row:first-of-type article {
  margin-top: 0; }

.row .entry-image-link img {
  width: 100%; }

h2.is-style-section-heading, h3.is-style-section-heading, h4.is-style-section-heading, h5.is-style-section-heading {
  border-bottom: 2px solid #054c84;
  font-weight: 500;
  margin-top: 20px;
  font-weight: 800;
  text-transform: uppercase;
  color: #054c84;
  margin-bottom: 14px; }

.entry-meta, .entry-author-link {
  /* color: $text-light-color;*/
  color: #333;
  font-family: "Verb Condensed", "Verb Condensed", Frutiger, "Frutiger Linotype", Univers, Calibri, "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 13pt;
  text-decoration: none; }
  .entry-meta a:hover, .entry-author-link a:hover {
    text-decoration: underline; }

/*
.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: #001144; }

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

/* WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto; }

a.alignnone {
  display: inline-block; }

@media (min-width: 661px) {
  .alignleft {
    float: left;
    text-align: left; }
  .alignright {
    float: right;
    text-align: right; } }

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

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

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

.alignright, .alignleft {
  margin-left: auto;
  margin-right: auto;
  display: block; }

.entry-image-link.alignright,
.entry-image-link .alignright {
  float: right;
  margin: 0 0 20px 20px; }

.entry-image-link.alignleft,
.entry-image-link .alignleft {
  float: left;
  margin: 0 20px 20px 0; }

@media (min-width: 661px) {
  a.alignleft,
  img.alignleft,
  .wp-caption.alignleft {
    margin: 0 20px 20px 0; }
  a.alignright,
  img.alignright,
  .wp-caption.alignright {
    margin: 0 0 20px 20px; } }

.archive .entry-image {
  margin-bottom: 0pt; }

.gallery-caption,
.wp-caption-text {
  font-size: 11pt;
  margin: 0;
  font-weight: normal;
  text-align: left;
  font-style: italic;
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 4pt;
  padding-top: 4pt; }

.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;
}
*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed, .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.embed-container {
  text-align: center; }

.wp-block-embed .video-container {
  position: absolute;
  top: 0;
  width: 100%; }

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

/*
.sidebar .widget {
	margin-bottom: 40px;
}
*/
.sidebar p {
  margin-bottom: 20px; }

.sidebar .caption {
  text-align: center;
  display: block; }

/* Grid
-------------------------------------------------------------------------------*/
.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 34em) {
    .container {
      width: 80%; } }
  @media only screen and (min-width: 960px) {
    .container {
      width: 75%;
      max-width: 60rem; } }

.row {
  position: relative;
  width: 100%; }

@media (min-width: 661px) {
  .row [class^="col"], .row [class*=" col"] {
    float: left;
    padding-right: 1%;
    padding-left: 1%;
    min-height: 0.125rem; }
  .row [class^="col"]:first-of-type, .row [class*=" col"]:first-of-type {
    padding-left: 0; }
  .row [class^="col"]:last-of-type, .row [class*=" col"]:last-of-type {
    padding-right: 0; } }

.row::after {
  content: "";
  display: table;
  clear: both; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 100%;
  /*margin-right:$col_spacing;*/ }

.col-1-sm {
  width: 7.41667%; }

.col-2-sm {
  width: 15.83333%; }

.col-3-sm {
  width: 24.25%; }

.col-4-sm {
  width: 32.66667%; }

.col-5-sm {
  width: 41.08333%; }

.col-6-sm {
  width: 49.5%; }

.col-7-sm {
  width: 57.91667%; }

.col-8-sm {
  width: 66.33333%; }

.col-9-sm {
  width: 74.75%; }

.col-10-sm {
  width: 83.16667%; }

.col-11-sm {
  width: 91.58333%; }

.col-12-sm {
  width: 100%; }

@media (min-width: 661px) {
  .col-1 {
    width: 8.16667%; }
    .col-1:first-of-type, .col-1:last-of-type {
      width: 7.16667%; }
  .col-2 {
    width: 16.33333%; }
    .col-2:first-of-type, .col-2:last-of-type {
      width: 15.33333%; }
  .col-3 {
    width: 24.5%; }
    .col-3:first-of-type, .col-3:last-of-type {
      width: 23.5%; }
  .col-4 {
    width: 32.66667%; }
    .col-4:first-of-type, .col-4:last-of-type {
      width: 31.66667%; }
  .col-5 {
    width: 40.83333%; }
    .col-5:first-of-type, .col-5:last-of-type {
      width: 18.6%; }
  .col-6 {
    width: 49%; }
    .col-6:first-of-type, .col-6:last-of-type {
      width: 48%; }
  .col-7 {
    width: 57.16667%; }
    .col-7:first-of-type, .col-7:last-of-type {
      width: 56.16667%; }
  .col-8 {
    width: 65.33333%; }
    .col-8:first-of-type, .col-8:last-of-type {
      width: 64.33333%; }
  .col-9 {
    width: 73.5%; }
    .col-9:first-of-type, .col-9:last-of-type {
      width: 72.5%; }
  .col-10 {
    width: 81.66667%; }
    .col-10:first-of-type, .col-10:last-of-type {
      width: 80.66667%; }
  .col-11 {
    width: 89.83333%; }
    .col-11:first-of-type, .col-11:last-of-type {
      width: 88.83333%; }
  .col-12 {
    width: 100%; }
  .hidden-sm {
    display: block; } }

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

/* Site header
---------------------------------------------------------------------*/
/* Logo area - new 12/3
----------------------------------------------*/
/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding-bottom: 25px;
  padding-top: 25px;
  height: 100%; }
  .title-area .custom-logo-link img {
    max-width: 250px; }

.wp-custom-logo .title-area {
  max-width: 300px;
  padding-bottom: 10px;
  padding-top: 12px;
  /*width: 100%;*/ }

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

.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 Header
--------------------------------------------- */
/*
.scrolled {
	.site-header , .site-header nav {
		height:$header-default-height * 0.7;
		line-height:$header-default-height *0.7;
			transition-property: height, line-height;
			transition-duration: 0.4s;
	}
}
*/
.site-header .branded-menu-border {
  height: 7px;
  bottom: -7px;
  width: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  /* z-index: -10 */ }
  .site-header .branded-menu-border .brand-1 {
    background: #3f9ad5; }
  .site-header .branded-menu-border .brand-2 {
    background: #ef9d23; }
  .site-header .branded-menu-border .brand-3 {
    background: #8cb13f; }
  .site-header .branded-menu-border * {
    height: 100%;
    width: 33.333%;
    float: left; }

.site-header {
  margin-bottom: 7px;
  position: -webkit-sticky;
  position: sticky; }

.site-header, .secondary-header {
  height: 50px;
  line-height: 50px;
  /*
	transition-property: height, line-height;
	transition-duration: 0.4s;
*/
  top: 0;
  /* z-index: 5; */
  background-color: #001144; }
  @media (max-width: 959px) {
    .site-header .title-area, .secondary-header .title-area {
      padding-left: 5pt; } }

.secondary-header .wrap, .site-header .wrap {
  height: 100%;
  max-width: 1338.70968px;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc( env(safe-area-inset-left) * 0.25);
  padding-right: calc( env(safe-area-inset-left) * 0.3);
  /* z-index: 1; */ }

.admin-bar .site-header {
  top: 32px; }

ul.menu {
  margin-left: 0; }

.genesis-nav-menu > .menu-item > .sub-menu {
  /* z-index: -2; */ }

.genesis-nav-menu {
  /* z-index: 5; */ }

/* Site Navigation
---------------------------------------------------------------------------- */
@media (max-width: 800px) {
  .site-header nav {
    display: none; }
  .genesis-responsive-menu {
    display: none;
    background: #FFF;
    padding: 0pt 10px; }
    .genesis-responsive-menu .mobile-expanded > .sf-no-hide-wrap > .sub-menu {
      display: block !important;
      left: 0;
      height: auto !important; }
    .genesis-responsive-menu .mobile-expanded > .sf-no-hide-wrap > .sub-menu-toggle {
      display: none; }
    .genesis-responsive-menu .genesis-nav-menu .mobile-hide {
      display: none; }
    .genesis-responsive-menu.nav-primary {
      /* make mobile menu scrollable */
      max-height: 90vh;
      overflow-y: auto;
      box-shadow: 0px 0px 150px black; }
  .genesis-nav-menu.menu-primary .sub-menu {
    padding-left: 15px; }
  .nav-secondary .sub-menu .menu-item {
    width: 100%; }
  .nav-secondary .menu > .sfHover {
    z-index: 1; }
    .nav-secondary .menu > .sfHover > .sub-menu {
      border: 1px solid black;
      border-top: none;
      box-shadow: 0 0 80px black; }
    .nav-secondary .menu > .sfHover > a {
      border: 1px solid black;
      border-bottom: none; } }

.genesis-nav-menu {
  clear: both;
  /*line-height: 1;*/
  width: 100%;
  /*
	.menu-item:focus,
	.menu-item:hover {
		position: relative;
	}
	*/
  /* Remove CSS :hover visibility when Superfish is enabled so submenus don't pop up before Superfish has hidden other open menus */ }
  .genesis-nav-menu .menu-item {
    display: block;
    float: none;
    position: relative; }
  .genesis-nav-menu a {
    color: #001144;
    display: block;
    font-size: 15px;
    font-weight: 400;
    outline-offset: -1px;
    padding-bottom: 12px;
    padding-top: 12px;
    text-decoration: none; }
  @media (max-width: 959px) {
    .genesis-nav-menu a {
      font-size: 14px; } }
  @media (max-width: 800px) {
    .genesis-nav-menu.menu-primary > .menu-item {
      margin-top: 6px;
      padding-bottom: 6px;
      margin-bottom: 4px;
      padding-bottom: 4px;
      border-bottom: 1px solid #CCC; }
    .genesis-nav-menu.menu-spacer {
      display: none; } }
  .genesis-nav-menu > .menu-item > a {
    padding-top: 0;
    padding-bottom: 0;
    /* display:flex; */
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    letter-spacing: -0.2pt; }
    @media (max-width: 800px) {
      .genesis-nav-menu > .menu-item > a {
        line-height: 40px;
        font-size: 14pt; } }
  .genesis-nav-menu > .current-menu-item > a > span,
  .genesis-nav-menu > .current-menu-parent > a > span,
  .genesis-nav-menu > .current-menu-ancestor > a > span {
    border-bottom: 3px solid #FFF;
    padding-bottom: 3px; }
  .genesis-nav-menu .menu-item .sub-menu a:focus,
  .genesis-nav-menu .menu-item .sub-menu a:hover {
    background-color: #0011441f;
    color: #001144; }
  .genesis-nav-menu > .menu-item:hover,
  .genesis-nav-menu > .menu-item.sfHover,
  .genesis-nav-menu > .menu-item:hover > a,
  .genesis-nav-menu > .menu-item.sfHover > a {
    background-color: #FFF;
    color: #001144; }
  .genesis-nav-menu .menu-item .sub-menu .no-link > a,
  .genesis-nav-menu .menu-item .description {
    color: #001144;
    background-color: transparent; }
  .genesis-nav-menu .sub-menu,
  .genesis-nav-menu .sub-menu a {
    width: 100%;
    line-height: 1;
    color: #001144; }
  .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    left: -9999px;
    margin: 0;
    opacity: 1;
    /* padding-left: 10px; */
    position: static;
    background: #FFF;
    color: #001144; }
  .genesis-nav-menu .sub-menu a {
    /*background-color: $nav-background;*/
    font-size: 15px;
    position: relative;
    word-wrap: break-word; }
  .genesis-nav-menu .megamenu {
    /*
		.sub-menu .sub-menu .sub-menu a {
		  font-size: 14px;
		  padding-top: 8px;
		  padding-bottom: 8px;
		}
		*/
    /*
		.menu-item .menu-item-has-children .sub-menu     .menu-item.header-style {
	    margin-left: -16px;
		}
		*/ }
    @media (min-width: 801px) {
      .genesis-nav-menu .megamenu > .sub-menu {
        padding: 10px; } }
    .genesis-nav-menu .megamenu .sub-menu .header-style > a,
    .genesis-nav-menu .megamenu > .sub-menu > .menu-item.not-button > a {
      font-family: "Verb Condensed", Frutiger, "Frutiger Linotype", Univers, Calibri, "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 14pt;
      font-weight: 900;
      padding-top: 14px;
      text-transform: uppercase;
      letter-spacing: 0.3px;
      color: #001144; }
      @media (max-width: 800px) {
        .genesis-nav-menu .megamenu .sub-menu .header-style > a,
        .genesis-nav-menu .megamenu > .sub-menu > .menu-item.not-button > a {
          font-weight: 600; } }
    @media (max-width: 800px) {
      .genesis-nav-menu .megamenu .sub-menu .sub-menu .header-style {
        border-top: 1px solid #CCC;
        padding-bottom: 6px;
        margin-top: 8px; } }
    .genesis-nav-menu .megamenu .sub-menu .sub-menu .sub-menu {
      padding-left: 16px; }
    .genesis-nav-menu .megamenu .sub-menu .sub-menu .header-style .sub-menu {
      padding-left: 0; }
      .genesis-nav-menu .megamenu .sub-menu .sub-menu .header-style .sub-menu > a {
        padding-top: 12px;
        padding-bottom: 12px; }
    .genesis-nav-menu .megamenu .hidden-menu-item > a {
      display: none; }
    .genesis-nav-menu .megamenu .spacer-menu-item > a {
      visibility: hidden; }
  .genesis-nav-menu .menu-item:hover > .sub-menu,
  .genesis-nav-menu .menu-item.sfHover > .sub-menu {
    left: auto;
    opacity: 1; }
  .genesis-nav-menu.sf-js-enabled .menu-item:hover > .sub-menu {
    display: none;
    /*opacity:0*/ }
  @media (min-width: 801px) {
    .genesis-nav-menu {
      /*
		&.sf-js-enabled .menu-item:hover > .sub-menu {
			transition: opacity 0.4s ease-in-out;
		}
		*/ }
      .genesis-nav-menu .sub-menu {
        position: absolute; }
      .genesis-nav-menu .menu-item:hover > .sub-menu {
        display: block; } }

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

/* 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 .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}
*/
.menu-toggle,
.sub-menu-toggle {
  background-color: transparent;
  border-width: 0;
  color: #FFF;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible; }

.sub-menu-toggle, .sub-menu-toggle:hover, .sub-menu-toggle:focus {
  background-color: #0011441f; }

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

.menu-toggle {
  float: right;
  line-height: 20px;
  border-radius: 0;
  /*
	margin-bottom: 10px;
	margin-top: 10px;
	*/
  padding: 20px 7px 10px 9px;
  position: relative;
  /* z-index: 1000; */ }

.menu-toggle.activated,
.menu-toggle.dashicons-no-alt {
  background: #FFF;
  color: #001144; }

.menu-toggle::before {
  content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='20' width='20' viewBox='0 3.5 16 14'><path fill='%23FFF' d='M3 15h14v-2H3v2zM3 5v2h14V5H3zm0 6h14V9H3v2z' /></svg>"); }

.menu-toggle.activated::before {
  /*content: "\f335";*/
  content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='16' width='20' viewBox='-1 2 18 15'><path fill='%23001144' d='M11.66,8l4.75,4.75l-1.66,1.66L10,9.66L5.25,14.4L3.6,12.75L8.34,8L3.6,3.25L5.25,1.6L10,6.34l4.75-4.75\a 	l1.66,1.66L11.66,8z'/></svg>"); }

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

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

.sub-menu .sub-menu-toggle {
  padding: 8px 11px; }

.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='16' width='20'><polygon fill='%23001144' points='10.23,9.29 3.29,2.35 1.1,4.54 10.23,13.68 19.37,4.54 17.18,2.35 '/></svg>"); }

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

/* dropdown search menu */
.menu-item .search:before, .menu-item .search-submit:before {
  content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' height='16' width='16'><path fill='%23FFF' d='M16.26,14.48l-5.23-4.83c0.71-0.99,1.13-2.21,1.13-3.52c0-3.35-2.73-6.08-6.08-6.08S0,2.78,0,6.13s2.73,6.08,6.08,6.08\a 	c1.32,0,2.54-0.43,3.54-1.14l5.29,4.88L16.26,14.48z M6.08,10.21C3.83,10.21,2,8.38,2,6.13s1.83-4.08,4.08-4.08s4.08,1.83,4.08,4.08\a 	S8.33,10.21,6.08,10.21z' /></svg>"); }

.menu-item.sfHover .search:before, .menu-item:hover .search:before {
  content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' height='16' width='16'><path fill='%23001144' d='M16.26,14.48l-5.23-4.83c0.71-0.99,1.13-2.21,1.13-3.52c0-3.35-2.73-6.08-6.08-6.08S0,2.78,0,6.13s2.73,6.08,6.08,6.08\a 	c1.32,0,2.54-0.43,3.54-1.14l5.29,4.88L16.26,14.48z M6.08,10.21C3.83,10.21,2,8.38,2,6.13s1.83-4.08,4.08-4.08s4.08,1.83,4.08,4.08\a 	S8.33,10.21,6.08,10.21z' /></svg>"); }

.menu-item > .search:before {
  top: 4px;
  position: relative; }

.menu-item .search-form label {
  width: 80%;
  float: left;
  margin: 0;
  height: auto; }

.menu-item a.search {
  cursor: pointer;
  width: 45px; }

.menu-item .search-form {
  width: 300px;
  margin-left: -255px;
  background: #FFF;
  padding: 7pt 10pt 8pt 10pt;
  line-height: 1; }

.menu-item .search-submit {
  width: 20%;
  background: #001144;
  border-radius: 0 5px 5px 0;
  line-height: 30px;
  padding: 3pt 5pt;
  border: 1px solid #001144; }

.menu-item .search-field, .menu-item .search-submit {
  line-height: 30px;
  height: 30px;
  padding: 3pt 5pt; }

.menu-item .search-form {
  display: none; }

.menu-item.sfHover .search-form {
  display: block;
  position: absolute; }

@media (max-width: 800px) {
  .menu-item a.search {
    display: none; }
  .menu-item .search-form {
    display: block !important;
    width: 100%;
    margin-left: 0; } }

/**<path d="M16.26,14.43L11.03,9.6c0.71-0.99,1.13-2.21,1.13-3.52C12.16,2.73,9.43,0,6.08,0C2.73,0,0,2.73,0,6.08
	c0,3.35,2.73,6.08,6.08,6.08c1.32,0,2.54-0.43,3.54-1.14l5.29,4.88L16.26,14.43z M6.08,10.16C3.83,10.16,2,8.33,2,6.08
	S3.83,2,6.08,2c2.25,0,4.08,1.83,4.08,4.08S8.33,10.16,6.08,10.16z"/>*/
@media (min-width: 801px) {
  /*
	.nav-primary, .nav-primary.genesis-responsive-menu {
		position: static;
	}
	*/
  .genesis-responsive-menu {
    display: block;
    background: none; }
  .genesis-nav-menu a {
    color: #FFF; }
  .genesis-nav-menu > .menu-item > .sub-menu,
  .genesis-nav-menu .search-form {
    box-shadow: 0px 0px 200px black; }
  .nav-primary, .nav-secondary {
    padding: 0;
    /*height:100%;*/
    clear: none;
    float: left;
    width: auto; }
    .nav-primary .menu .menu-item.megamenu, .nav-secondary .menu .menu-item.megamenu {
      /*
			& > ul.sub-menu {
				width: 94%;
				left: 0;

				margin: 0 3%;
				top: 100%;
			}

			& > .sub-menu > .menu-item > .column > .sub-menu,
			& > .sub-menu > .menu-item > .sub-menu {
				display: block;
				margin: 0;
				left: 0;
				top: 0;
				position: relative;
				padding: 0;
			}

			& > .sub-menu > .menu-item > a {
				font-weight: bold;
				border-bottom: 1px solid rgba(255,255,255,0.5);
				font-size: 12pt;

				&.suppress-header {
					font-weight:initial;
					border-bottom:initial;
					font-size:initial;
				}
			}

			& > .sub-menu > .menu-item {
				padding-right:8px;
				border-right:1px solid rgba(255,255,255,0.2);
				margin-right:2px;
				margin:8px 0px;
			}

			& > .sub-menu > .menu-item:last-of-type {
				border-right:none;
				padding-right:0;
			}

			*/ }
      .nav-primary .menu .menu-item.megamenu > .sub-menu, .nav-secondary .menu .menu-item.megamenu > .sub-menu {
        display: -ms-grid;
        display: grid;
        width: auto;
        -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px); }
        .nav-primary .menu .menu-item.megamenu > .sub-menu .sub-menu, .nav-secondary .menu .menu-item.megamenu > .sub-menu .sub-menu {
          display: block;
          left: auto;
          position: relative; }
      .nav-primary .menu .menu-item.megamenu:hover > .sub-menu,
      .nav-primary .menu .menu-item.megamenu.sfHover > .sub-menu, .nav-secondary .menu .menu-item.megamenu:hover > .sub-menu,
      .nav-secondary .menu .menu-item.megamenu.sfHover > .sub-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        display: -ms-grid;
        display: grid;
        left: 50%; }
      .nav-primary .menu .menu-item.megamenu > .sub-menu > .menu-item, .nav-secondary .menu .menu-item.megamenu > .sub-menu > .menu-item {
        /*WD min-width:200px;*/
        /*  border */
        padding-left: 10px;
        margin-left: 10px;
        border-left: 1px solid #CCC; }
        .nav-primary .menu .menu-item.megamenu > .sub-menu > .menu-item.column-continue > a, .nav-secondary .menu .menu-item.megamenu > .sub-menu > .menu-item.column-continue > a {
          /*margin-top:10px;*/
          border-top: 1px solid #CCC; }
        .nav-primary .menu .menu-item.megamenu > .sub-menu > .menu-item.column-continue.menu-button > a, .nav-secondary .menu .menu-item.megamenu > .sub-menu > .menu-item.column-continue.menu-button > a {
          border-top: none; }
        .nav-primary .menu .menu-item.megamenu > .sub-menu > .menu-item.column-end, .nav-secondary .menu .menu-item.megamenu > .sub-menu > .menu-item.column-end {
          padding-bottom: 10px; }
      .nav-primary .menu .menu-item.megamenu > .sub-menu > .menu-item:first-of-type, .nav-secondary .menu .menu-item.megamenu > .sub-menu > .menu-item:first-of-type {
        /*WD min-width: 190px; */
        border-left: none;
        padding-left: 0;
        margin-left: 0; }
  .site-header {
    /**
		.genesis-nav-menu > .menu-button {
			$menu-button-height: $header-default-height - (2 * $nav-button-space-above-below);

		  line-height: $menu-button-height;
		  margin-top: $nav-button-space-above-below;
		  background: $nav-special-background;
		  height: $menu-button-height;
		  border-radius: 4px;

			&:hover {
				background-color: $nav-special-background-hov;
			}

			&, a {
		  	color: $nav-special-color;
			}

			&:hover, a:hover {
				color:$nav-special-color-hov
			}
			a:hover {
				background:none;
			}
		}

		/***/ }
    .site-header nav,
    .site-header nav .genesis-nav-menu,
    .site-header nav .genesis-nav-menu .menu-item {
      position: inline-block;
      vertical-align: top; }
    .site-header .nav-end-menu {
      float: right; }
  .genesis-nav-menu {
    /*
		.megamenu .sub-menu .menu-item .sub-menu .menu-item,
		.megamenu .sub-menu  a,
		.megamenu .sub-menu  {
			width: 100%;
		}
		*/ }
    .genesis-nav-menu .menu-item {
      display: inline-block; }
    .genesis-nav-menu .sub-menu .menu-item {
      display: block; }
    .genesis-nav-menu > .menu-bold > a {
      font-weight: 700; }
    .genesis-nav-menu .sub-menu,
    .genesis-nav-menu .sub-menu a {
      min-width: 180px; }
    .genesis-nav-menu .megamenu .sub-menu,
    .genesis-nav-menu .megamenu .sub-menu a {
      min-width: 50px; }
  .menu-toggle,
  .sub-menu-toggle {
    display: none;
    visibility: hidden; } }

.genesis-nav-menu a, .genesis-nav-menu .schedule-area {
  padding-left: 15px;
  padding-right: 15px;
  /*
				 height: 100%;*/ }
  @media (max-width: 800px) {
    .genesis-nav-menu a.menu-primary, .genesis-nav-menu .schedule-area.menu-primary {
      padding-left: 0;
      padding-right: 0; } }

.genesis-nav-menu .description {
  font-style: italic;
  font-size: 12pt;
  text-transform: none;
  font-weight: 400;
  margin-top: 4px; }

.genesis-nav-menu .menu-button:hover {
  background: none; }

.genesis-nav-menu .menu-button a {
  line-height: 36px;
  /* height: $menu-button-height; */
  border-radius: 4px;
  width: auto;
  display: inline-block;
  margin-right: 4pt;
  padding-top: 0;
  padding-bottom: 0;
  cursor: pointer; }

.genesis-nav-menu .menu-button.menu-button-1 a {
  border: 1px solid #001144;
  font-weight: bold; }
  .genesis-nav-menu .menu-button.menu-button-1 a:hover {
    background-color: #0a2471;
    color: #FFF; }

.genesis-nav-menu .menu-button.menu-button-2 a {
  background: #ef9d23;
  color: #001144; }
  .genesis-nav-menu .menu-button.menu-button-2 a:hover {
    background-color: #ffb52e;
    color: #001144; }

.genesis-nav-menu .menu-button:last-of-type a {
  margin-right: none; }

.genesis-nav-menu .menu-button a {
  line-height: 1.4;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px; }

.menu-item .schedule-area {
  padding-left: 24px;
  font-size: 15px;
  padding-right: 4px; }
  .menu-item .schedule-area h6 {
    margin-bottom: 0; }
  .menu-item .schedule-area .program-times {
    font-weight: normal;
    font-size: 14px; }
  .menu-item .schedule-area .program-current {
    margin-bottom: 14px; }
  .menu-item .schedule-area .program-next {
    font-weight: normal;
    font-size: 14px;
    font-style: italic; }

.secondary-header {
  background: #E5E5E5;
  /* z-index: 9990; */
  height: auto; }
  .secondary-header .title-area, .secondary-header .nav-secondary {
    float: none;
    display: inline-block;
    vertical-align: middle; }
  .secondary-header .title-area {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-right: 40px; }
    @media (max-width: 450px) {
      .secondary-header .title-area {
        float: none;
        max-width: none;
        text-align: center;
        width: 100%;
        margin-right: 0; } }
    .secondary-header .title-area .menu-sub-heading {
      font-size: 14pt;
      font-weight: normal;
      margin: 0; }
  .secondary-header .nav-secondary {
    /*
			float:left;
			 display:flex; */ }
    @media (max-width: 450px) {
      .secondary-header .nav-secondary {
        float: none;
        margin-left: 0;
        text-align: center; } }
    .secondary-header .nav-secondary .genesis-nav-menu {
      line-height: 1.5; }
    .secondary-header .nav-secondary .menu-item {
      display: inline-block;
      height: 100%; }
  .secondary-header a {
    color: #001144;
    font-weight: bold;
    font-size: 13pt; }
  .secondary-header .menu-heading, .secondary-header .menu-heading a {
    font-size: 32px;
    color: #001144;
    text-decoration: none;
    margin: 0; }

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

/* Footer Widgets
---------------------------------------------------------------------------- */
.site-footer, .footer-widgets {
  /*border-top: 1px solid #eee;*/
  background-color: #001144;
  color: #FFF;
  clear: both;
  padding: 60px 0; }
  .site-footer .wrap, .footer-widgets .wrap {
    margin-left: auto;
    margin-right: auto; }
  .site-footer .footer-widget-area, .footer-widgets .footer-widget-area {
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px; }
  .site-footer a, .footer-widgets a {
    color: #BDE2FF; }
  .site-footer .footer-widget-area:last-child,
  .site-footer .footer-widgets .widget:last-child, .footer-widgets .footer-widget-area:last-child,
  .footer-widgets .footer-widgets .widget:last-child {
    margin-bottom: 0; }

/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
  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 (max-width: 660px) {
  .entry-content > .wp-caption.aligncenter > .wp-caption-text, .entry-content > .wp-caption.alignnone > .wp-caption-text {
    margin-left: 3%;
    margin-right: 3%; }
  .entry-content > *, .page .entry-content > *, .entry-content .entry-content > *, .entry-header > *, .entry-featured-image > * {
    padding-left: 3%;
    padding-right: 3%;
    padding-left: max(env(safe-area-inset-left), 3%);
    padding-right: max(env(safe-area-inset-right), 3%); }
  .entry-content > figure, .entry-content > .tiled-gallery, .page .entry-content > figure, .page .entry-content > .tiled-gallery, .entry-content .entry-content > figure, .entry-content .entry-content > .tiled-gallery, .entry-header > figure, .entry-header > .tiled-gallery, .entry-featured-image > figure, .entry-featured-image > .tiled-gallery {
    padding-left: 0;
    padding-right: 0; }
  .is-style-section-heading {
    padding-left: 10px;
    padding-right: 10px; } }

@media (max-width: 959px) and (min-width: 661px) {
  .site-inner {
    padding-left: 3%;
    padding-right: 3%;
    padding-left: max(env(safe-area-inset-left), 3%);
    padding-right: max(env(safe-area-inset-right), 3%); } }

@media (max-width: 449px) {
  .entry-content > figure {
    width: 100% !important; }
  .entry-content > figure img,
  .entry-featured-image .entry-image-link img {
    width: 100%; }
  .entry-content > .wp-caption > .wp-caption-text {
    margin-left: 3%;
    margin-right: 3%; } }

.entry-featured-image {
  line-height: 0; }

@media (min-width: 960px) {
  /* Content widths
	--------------------------------------------- */
  .site-header .wrap, .secondary-header > .wrap {
    width: 94%; }
  .entry-content *, .entry-header *, .entry-footer, .archive-description, .entry-featured-image {
    margin-left: auto;
    margin-right: auto; }
    .entry-content *.gform_wrapper, .entry-header *.gform_wrapper, .entry-footer.gform_wrapper, .archive-description.gform_wrapper, .entry-featured-image.gform_wrapper {
      margin-left: auto;
      margin-right: auto; }
  .entry-content iframe {
    display: block; }
  .site-inner {
    margin-left: auto;
    margin-right: auto; }
  .content-sidebar .entry-content > *, .content-sidebar .entry-header > * {
    width: 100%; }
  .content-sidebar .content-area {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1338.70968px; }
    .content-sidebar .content-area .content-area {
      width: 100%; }
  .content-sidebar .content {
    margin-right: 350px;
    max-width: 830px; }
  .no-sidebar .archive-description, .no-sidebar .entry-footer, .no-sidebar .entry-featured-image {
    max-width: 830px; }
  .no-sidebar .entry-content > *,
  .no-sidebar .entry-content > * > [class$="__inner-container"] > *, .no-sidebar .entry-header > *,
  .no-sidebar .entry-header > * > [class$="__inner-container"] > * {
    max-width: 830px; }
  .no-sidebar .entry-content .alignwide,
  .no-sidebar .entry-content .alignwide > .wp-block-group__inner-container > *, .no-sidebar .entry-header .alignwide,
  .no-sidebar .entry-header .alignwide > .wp-block-group__inner-container > * {
    max-width: 1162px; }
  .no-sidebar .entry-content .alignfull,
  .no-sidebar .entry-content .alignfull > .wp-block-group__inner-container > *, .no-sidebar .entry-header .alignfull,
  .no-sidebar .entry-header .alignfull > .wp-block-group__inner-container > * {
    max-width: none; }
  .no-sidebar .entry-content .is-style-full-width-background, .no-sidebar .entry-header .is-style-full-width-background {
    max-width: none; }
  .full-width-content .archive-description, .full-width-content .entry-footer, .full-width-content .entry-featured-image {
    width: 94%;
    max-width: 1338.70968px; }
  .full-width-content .entry-content > *, .full-width-content .entry-header > * {
    width: 94%; }
  .full-width-content .entry-content .entry-content > *, .full-width-content .entry-content .entry-header > *, .full-width-content .entry-header .entry-content > *, .full-width-content .entry-header .entry-header > * {
    width: 100%; }
  .full-width-content .entry-content > *,
  .full-width-content .entry-content [class$="__inner-container"] > *, .full-width-content .entry-header > *,
  .full-width-content .entry-header [class$="__inner-container"] > * {
    max-width: 1338.70968px; }
  .full-width-content .entry-content .alignfull,
  .full-width-content .entry-content .alignfull > .wp-block-group__inner-container > *, .full-width-content .entry-header .alignfull,
  .full-width-content .entry-header .alignfull > .wp-block-group__inner-container > * {
    max-width: none;
    width: 100%; }
  .full-width-content .entry-content .is-style-full-width-background, .full-width-content .entry-header .is-style-full-width-background {
    max-width: none;
    width: 100%; }
  .is-style-full-width-background, .alignfull {
    width: 100%; }
  /*

		.content-sidebar .site-inner,
		.full-width-content .entry-content > *,
		.full-width-content .entry-header,
		.full-width-content .wp-block-group.is-style-full-width-background .wp-block-group__inner-container {

			//$inner_content_width: $wide_content_width; 	// content width without allowance for padding
			//max-width: $inner_content_width + ($inner_content_width * ( $page_padding_sides/100%) * 2);
			max-width: $wide_content_width;
			margin-left:auto;
			margin-right:auto;
			padding-left: $page_padding_sides;
			padding-right: $page_padding_sides;
		}

		.full-width-content, .no-sidebar {
			.site-inner {
			    padding: 0;
			}
			.wp-block-group.is-style-full-width-background {
				max-width:none;
			}
		}


		.no-sidebar {
				.entry-header,
				.entry-content > *,
				.is-style-full-width-background .wp-block-group__inner-container  {
				max-width: $single_content_width;
				margin-left: auto;
				margin-right: auto;
			}
		}

		.entry-content .alignwide,
		.is-style-full-width-background.alignwide .wp-block-group__inner-container {
			max-width: $single_content_width * 1.4;
		}
		.full-width-content .alignwide,
		.full-width-content .is-style-full-width-background.alignwide .wp-block-group__inner-container {
			max-width: $wide_content_width;
		}

		.entry-content .alignfull,
		.is-style-full-width-background.alignfull .wp-block-group__inner-container {
		  max-width: none;
		}




	/* Content
	--------------------------------------------- */
  .content-area, .wrap {
    position: relative; }
  .single-post.full-width-content .content {
    max-width: none; }
  .single-post.full-width-content .entry-content p, .single-post.full-width-content .entry-header {
    margin-left: auto;
    margin-right: auto; }
  .single-post.full-width-content .aligncenter img {
    max-height: 90vh;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block; }
  .full-width-content .content,
  .landing-page .content {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  /* Sidebar
	--------------------------------------------- */
  /*
	.sidebar {
		float: right;
		width: 30%;
	}
*/
  .wp-block-column .sidebar.widget-area {
    position: relative;
    padding: 0;
    width: auto;
    float: right; }
  .sidebar {
    float: none;
    /*width:335px;*/
    padding-left: 35px;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 350px; }
    .sidebar.widget-area .widget {
      /*margin-bottom:20px;*/ }
      .sidebar.widget-area .widget:last-of-type {
        margin-bottom: 0; }
  .sidebar-content .sidebar {
    float: left; }
  .sidebar-secondary {
    bottom: 0;
    top: auto; }
  /* 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); } }

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