/*
Theme URI: https://my.studiopress.com/themes/revolution/
Theme Name: Revolution Pro
Description: The third generation of digital experience.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 1.4.1

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

Template: genesis

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

Text Domain: revolution-pro
Requires at least: 5.4
Requires PHP: 5.6
*/
/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WP Forms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menus
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Title Area
		- Genesis Menu
		- Responsive Menu
		- Header Menus
		- Site Inner
		- Content
		- Sidebar
		- Entry
		- Entry Header
		- Headings
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
*/
/**
 * Global Styles
 **/
a:active {
  outline: none;
}

/* HTML5 Reset
---------------------------------------------------------------------------- */
/* Normalize v8.0.0 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */

button,
hr,
input {
  overflow: visible;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

hr {
  -webkit-box-sizing: content-box;
		  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: sans-serif, 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;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

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: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[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 {
  -webkit-box-sizing: border-box;
		  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
		  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
--------------------------------------------- */
body {
  background-color: #fff;
  color: #000;
  font-family: "campaign", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.875;
  margin: 0;
  overflow-x: hidden;
}

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

a {
  color: #008080;
  text-decoration: none;
}

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

span:target {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}

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

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

li {
  list-style-type: none;
}

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

b,
strong {
  font-weight: 600;
}

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

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

blockquote {
  margin: 30px;
}

blockquote p {
  font-family: campaign, serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 40px;
}

/* Headings
--------------------------------------------- */
.entry-content h1 {
  font-size: 48px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin-top: 40px;
}

.wp-block-pullquote {
  font-family: "input-sans-compressed";
}

.wp-block-pullquote alignwide {
  font-family: Campaign;
}

/* 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: #000;
  font-family: campaign, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 15px 20px;
  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: #666;
  opacity: 1;
  text-transform: uppercase;
}

:-ms-input-placeholder {
  color: #666;
  opacity: 1;
  text-transform: uppercase;
}

::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
  text-transform: uppercase;
}

::placeholder {
  color: #666;
  opacity: 1;
  text-transform: uppercase;
}

a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.entry-content a.button,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"] {
  background-color: #008080;
  border-width: 0;
  border-radius: 3px;
  -webkit-box-shadow: none;
		  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-family: campaign, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 18px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  width: auto;
}

a.button:focus,
a.button:hover,
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,
.entry-content a.button:focus,
.entry-content a.button:hover,
.site-container
div.wpforms-container-full
.wpforms-form
input[type="submit"]:focus,
.site-container
div.wpforms-container-full
.wpforms-form
input[type="submit"]:hover,
.site-container
div.wpforms-container-full
.wpforms-form
button[type="submit"]:focus,
.site-container
div.wpforms-container-full
.wpforms-form
button[type="submit"]:hover {
  -webkit-box-shadow: inset 0 0 200px rgba(230, 230, 230, 0.25);
		  box-shadow: inset 0 0 200px rgba(230, 230, 230, 0.25);
}

.site-container
div.wpforms-container-full
.wpforms-form
input[type="submit"]:hover,
.site-container
div.wpforms-container-full
.wpforms-form
button[type="submit"]:hover {
  background-color: #008080;
  border-width: 0;
}

.entry-content a.button:focus,
.entry-content a.button:hover,
.widget a.button:focus,
.widget a.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;
  line-height: 2;
  margin-bottom: 35px;
  width: 100%;
  word-break: break-all;
}

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

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

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

th {
  font-weight: 700;
  padding: 10px;
}

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

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

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

/* Structure and Layout
---------------------------------------------------------------------------- */
/* Site Container
--------------------------------------------- */
.site-container {
  -webkit-animation: fadein 1s;
		  animation: fadein 1s;
  word-wrap: break-word;
}

@-webkit-keyframes fadein {
  from {
	opacity: 0;
  }
  to {
	opacity: 1;
  }
}

@keyframes fadein {
  from {
	opacity: 0;
  }
  to {
	opacity: 1;
  }
}

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

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

/* Common Classes
---------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left;
}

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

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

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

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

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

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

.author-box a,
.breadcrumb a,
.more-from-category a {
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: inset 0 -7px 0 0 #eee;
		  box-shadow: inset 0 -7px 0 0 #eee;
  color: #000;
}

.author-box a:focus,
.author-box a:hover,
.breadcrumb a:focus,
.breadcrumb a:hover,
.more-from-category a:focus,
.more-from-category a:hover {
  -webkit-box-shadow: inset 0 -22px 0 0 #eee;
		  box-shadow: inset 0 -22px 0 0 #eee;
  color: #000;
}

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

.breadcrumb {
  border-bottom: 1px solid #eee;
  font-size: 14px;
  margin-bottom: 60px;
  margin-top: -20px;
  padding-bottom: 10px;
  text-align: center;
}

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

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

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}

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

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

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

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

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

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

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

.widget-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

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

a.alignnone {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

/* Widgets
---------------------------------------------------------------------------- */
.widget {
  margin-bottom: 40px;
}

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

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

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

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

.widget li li {
  border-width: 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;
  padding-bottom: 20px;
}

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

.featured-content .entry .entry-header {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.featured-content .entry-header::after {
  display: none;
}

.featured-content .entry-title {
  font-size: 22px;
  margin-bottom: 5px;
  margin-top: 10px;
  text-align: left;
}

.featured-content .more-posts-title {
  font-size: 28px;
}

/* Plugins
---------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.after-entry .enews {
  padding: 10px;
  text-align: center;
}

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

.after-entry .enews input[type="submit"],
.sidebar .enews input[type="submit"] {
  margin: 0;
  width: 100%;
}

.enews input {
  margin-bottom: 10px;
}

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

/* Genesis Simple FAQ
--------------------------------------------- */
.gs-faq__question {
  background: transparent;
  border-bottom: 1px solid #eee;
  color: #000;
  padding-left: 0;
  padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
  background: transparent;
  -webkit-box-shadow: none;
		  box-shadow: none;
  color: #008080;
}

.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 .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.wpforms-field-small {
  height: 120px;
}

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

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

/* Skip Links
---------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}

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

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

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

/* Site Header
---------------------------------------------------------------------------- */
.site-header > .wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  margin-top: 20px;
}

.wp-custom-logo .title-area {
  margin-top: 10px;
  max-width: 244px;
  width: 100%;
}

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

.site-title {
  font-family: campaign, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 0;
}

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

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

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

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

.genesis-nav-menu a {
  color: #000;
  display: block;
  font-family: campaign, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  outline-offset: -1px;
  padding-bottom: 11px;
  padding-top: 13px;
  text-decoration: none;
  text-transform: uppercase;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #008080;
  text-decoration: none;
}

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

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

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

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

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

/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}

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

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

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

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

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  background-color: transparent;
  border-width: 0;
  -webkit-box-shadow: none;
		  box-shadow: none;
  color: #008080;
}

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

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

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

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

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

.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-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;
}

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

/* Header Menus
--------------------------------------------- */
.nav-primary,
.nav-secondary {
  width: 100%;
}

/* Content Area
---------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry {
  margin-bottom: 40px;
}

.entry-content a {
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: inset 0 -7px 0 0 #eee;
		  box-shadow: inset 0 -7px 0 0 #eee;
  color: #000;
}

.entry-content a:hover {
  -webkit-box-shadow: inset 0 -25px 0 0 #eee;
		  box-shadow: inset 0 -25px 0 0 #eee;
  color: #000;
}

.content .sticky .entry-content a {
  border-bottom: 0;
  -webkit-box-shadow: none;
		  box-shadow: none;
  text-decoration: underline;
}

.content .sticky .entry-content a:hover {
  -webkit-box-shadow: none;
		  box-shadow: none;
  text-decoration: none;
}

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

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

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

.entry-content ol ul > li,
.entry-content ul ul > li {
  list-style-type: circle;
}

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

.entry-content code {
  background-color: #f5f5f5;
}

.content .sticky {
  background-color: #f5f5f5;
  padding: 30px;
}

/* Entry Meta
--------------------------------------------- */
.entry-meta a {
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: inset 0 -7px 0 0 #eee;
		  box-shadow: inset 0 -7px 0 0 #eee;
  color: #000;
}

.entry-meta a:focus,
.entry-meta a:hover {
  -webkit-box-shadow: inset 0 -22px 0 0 #eee;
		  box-shadow: inset 0 -22px 0 0 #eee;
  color: #000;
}

.content .sticky .entry-meta a {
  border-bottom: 0;
  -webkit-box-shadow: none;
		  box-shadow: none;
  text-decoration: underline;
}

.content .sticky .entry-meta a:focus,
.content .sticky .entry-meta a:hover {
  -webkit-box-shadow: none;
		  box-shadow: none;
  text-decoration: none;
}

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

.entry-header {
  text-align: center;
}

.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 {
  background-color: #f5f5f5;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 8px 12px;
  text-decoration: none;
}

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

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

.comment-respond a,
.entry-comments a,
.entry-pings a {
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: inset 0 -7px 0 0 #eee;
		  box-shadow: inset 0 -7px 0 0 #eee;
  color: #000;
}

.comment-respond a:focus,
.comment-respond a:hover,
.entry-comments a:focus,
.entry-comments a:hover,
.entry-pings a:focus,
.entry-pings a:hover {
  -webkit-box-shadow: inset 0 -22px 0 0 #eee;
		  box-shadow: inset 0 -22px 0 0 #eee;
  color: #000;
}

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

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

.comment-header {
  font-size: 16px;
  line-height: 1.5;
  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;
}

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

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

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

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

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

.footer-widgets a {
  color: #000;
}

.footer-widgets a.button {
  color: #fff;
}

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

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

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

/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
  border-top: 1px #000;
  line-height: 1.5;
  padding: 30px;
  text-align: center;
}

.site-footer a,
.site-footer a:focus,
.site-footer a:hover {
  text-decoration: none;
}

.site-footer a {
  color: #000;
}

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

.site-footer p {
  font-family: campaign, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.site-footer .dashicons-heart {
  font-size: 12px;
  height: 14px;
  vertical-align: middle;
  width: 14px;
}

/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (min-width: 960px) {
  /* Site Header
	--------------------------------------------- */
  .site-header {
	background-color: #fff;
	padding-bottom: 32px;
	padding-top: 32px;
	position: fixed;
	width: 100%;
	z-index: 9999;
  }
  .shrink .site-header {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
			box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding-bottom: 17px;
	padding-top: 17px;
  }
  .site-header > .wrap {
	max-width: 1280px;
	padding-left: 30px;
	padding-right: 30px;
  }
  .wp-custom-logo .site-header {
	padding-bottom: 20px;
	padding-top: 20px;
  }
  .wp-custom-logo .shrink .site-header {
	padding-bottom: 5px;
	padding-top: 5px;
  }
  /* Title Area
	--------------------------------------------- */
  .title-area {
	margin-top: 3px;
	text-align: center;
	width: 20%;
  }
  .wp-custom-logo .title-area {
	margin-top: 5px;
  }
  /* 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 .sub-menu,
  .genesis-nav-menu .sub-menu a {
	width: 180px;
  }
  .genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	opacity: 0;
	padding-left: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
  }
  .genesis-nav-menu .sub-menu a {
	border: 1px solid #eee;
	border-top: 0;
	padding-bottom: 15px;
	padding-top: 15px;
  }
  .genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 179px;
  }
  /* Responsive Menu
	--------------------------------------------- */
  .genesis-responsive-menu {
	display: block;
  }
  .menu-toggle,
  .sub-menu-toggle {
	display: none;
	visibility: hidden;
  }
  /* Header Menus
	--------------------------------------------- */
  .nav-primary,
  .nav-secondary {
	float: left;
	width: 40%;
  }
  .nav-primary .genesis-nav-menu a,
  .nav-secondary .genesis-nav-menu a {
	padding-left: 10px;
	padding-right: 10px;
  }
  .nav-secondary {
	float: right;
	text-align: right;
  }
  .nav-secondary .menu-item {
	text-align: left;
  }
  .wp-custom-logo .nav-primary,
  .wp-custom-logo .nav-secondary {
	margin-top: 12px;
	margin-bottom: 12px;
	width: calc((100% / 2) - 122px);
  }
  .has-one-menu .nav-primary,
  .has-one-menu .nav-secondary,
  .wp-custom-logo.has-one-menu .nav-primary,
  .wp-custom-logo.has-one-menu .nav-secondary {
	width: 70%;
  }
  /* Site-Inner
	--------------------------------------------- */
  .site-inner {
	margin-top: 100px;
	max-width: 1280px;
	padding-bottom: 40px;
	padding-top: 40px;
  }
  /* Content
	--------------------------------------------- */
  .content {
	float: left;
	width: 65%;
  }
  .sidebar-content .content {
	float: right;
  }
  .full-width-content .content {
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 640px;
	width: 100%;
  }
  /* Sidebar
	--------------------------------------------- */
  .sidebar {
	float: right;
	width: 30%;
  }
  .sidebar-content .sidebar {
	float: left;
  }
  /* Entry
	--------------------------------------------- */
  .entry-title {
	font-size: 48px;
  }
  /* Entry Header
	--------------------------------------------- */
  .full-width-content .entry-header {
	margin-left: -80px;
	margin-right: -80px;
  }
  .sticky .entry-header {
	margin-left: 0;
	margin-right: 0;
  }
  /* Headings
	--------------------------------------------- */
  .entry-content h1 {
	font-size: 50px;
  }
  h2 {
	font-size: 45px;
  }
  /* 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;
  }
  .home.page .entry {
	margin-bottom: 0;
  }
  .boxshadow {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
			box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  }
  /* Footer Widgets
	--------------------------------------------- */
  .footer-widgets {
	padding: 80px 0;
  }
  .footer-widgets .wrap {
	max-width: 1280px;
  }
  .footer-widget-area {
	float: left;
	margin-bottom: 0;
	width: calc(100% / 2);
  }
  .footer-widgets .enews {
	margin-top: 30px;
  }
  .footer-widgets .enews input {
	float: left;
  }
  .footer-widgets .enews input[type="submit"] {
	float: right;
	margin-left: 2%;
	width: 40%;
  }
  .footer-widgets .enews input[type="email"] {
	padding-bottom: 17px;
	padding-top: 17px;
	width: 58%;
  }
}

/**
 * Global Styles
 **/
.teal {
  color: #005f61;
}

.site-container .wp-block-button .wp-block-button__link {
  text-transform: none;
}

body p {
  font-family: "Campaign";
}

.ab-block-container.stray-margin {
  margin-bottom: -30px;
}

div.red-text p {
  font-family: "input-sans-compressed";
  color: #da291c;
  text-transform: uppercase;
}

div.red-text p a {
  color: #da291c;
  border-bottom-color: #da291c;
  -webkit-box-shadow: inset 0 -7px 0 0 rgba(218, 41, 28, 0.15);
		  box-shadow: inset 0 -7px 0 0 rgba(218, 41, 28, 0.15);
}

div.red-text p a:hover {
  -webkit-box-shadow: inset 0 -25px 0 0 rgba(218, 41, 28, 0.8);
		  box-shadow: inset 0 -25px 0 0 rgba(218, 41, 28, 0.8);
  color: white;
}

main.content .entry-content .home-button-container .wp-block-button.full-width-button a.wp-block-button__link {
  width: 100%;
  font-size: 1vw;
  text-transform: none;
}

@media only screen and (max-width: 959px) {
  main.content .entry-content .home-button-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  main.content .entry-content .home-button-container .wp-block-button {
	margin-left: 0;
	margin-right: 0;
  }
  main.content .entry-content .home-button-container .wp-block-button.full-width-button {
	width: 60vw;
  }
  main.content .entry-content .home-button-container .wp-block-button.full-width-button a.wp-block-button__link {
	font-size: 4vw;
  }
}

.entry-content h1,
.entry-content .h1 {
  color: #da291c;
  font-family: "alternate-gothic-no-2-d", sans-serif;
  font-weight: 500;
  font-size: 100px;
  font-size: clamp(8vw, 10vw, 100px);
  letter-spacing: 8px;
  line-height: 20px;
  margin-bottom: 1.5vw;
  text-transform: uppercase;
}

.entry-content h1.stroke-only,
.entry-content .h1.stroke-only {
  -webkit-text-fill-color: transparent;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #da291c;
}

.entry-content h1.stroke-only.yellow-fill,
.entry-content .h1.stroke-only.yellow-fill {
  -webkit-text-fill-color: rgba(230, 166, 93, 0.7);
}

.entry-content h1.stroke-only.white-fill,
.entry-content .h1.stroke-only.white-fill {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.7);
}

.entry-content h1.stroke-only.red-fill,
.entry-content .h1.stroke-only.red-fill {
  -webkit-text-fill-color: rgba(218, 41, 28, 0.7);
}

/* .entry-content h2,
.entry-content .h2 {
  font-family: "alternate-gothic-no-2-d", sans-serif;
  font-weight: 500;
  font-size: 50px;
  letter-spacing: 13px;
  line-height: 20px;
} */

.entry-content h2,
.entry-content .h2 {
  font-family: "alternate-gothic-no-2-d", sans-serif;
  font-weight: 500;
  font-size: 50px;
  letter-spacing: normal;
  line-height: normal;
}

.entry-content h3,
.entry-content .h3 {
  font-family: "input-sans-compressed", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 1.4px;
  color: #005f61;
}

.entry-content h4,
.entry-content .h4 {
  font-family: campaign;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #2d2926;
}

.entry-content h5,
.entry-content .h5 {
  font-family: "input-sans-compressed";
  font-style: normal;
  font-weight: medium;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  color: #fff;
  text-transform: uppercase;
}

.entry-content h6,
.entry-content .h6 {
  font-family: Alternate Gothic No2 D;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  margin: 0 0 10px;
}

.alt-header-style {
  color: #da291c;
  font-weight: 400;
  font-size: clamp(2.8vw, 3.8vw, 36px);
  text-transform: uppercase;
}

/**
 * Page Header styles
 **/
body.page.full-width-content .entry-content .page-header {
  margin-bottom: 75px;
}

body.page.full-width-content .entry-content .page-header.solid-background {
  margin-bottom: 0;
}

body.page.full-width-content .entry-content .page-header > .ab-container-inside .ab-container-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
}

@media screen and (max-width: 559px) {
  body.page.full-width-content .entry-content .page-header > .ab-container-inside .ab-container-content {
	height: auto;
  }
}

body.page.full-width-content .entry-content .page-header__h1 {
  position: absolute;
  display: block;
  margin: 0;
  z-index: 10;
  font-size: clamp(5.5vw, 20vw, 100px);
  line-height: clamp(5.5vw, 20vw, 100px);
  max-width: 80vw;
}

@media screen and (max-width: 559px) {
  body.page.full-width-content .entry-content .page-header__h1 {
	letter-spacing: unset;
  }
}

body.page.full-width-content .entry-content .page-header__image-container {
  min-width: 100%;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  z-index: 1;
}

body.page.full-width-content .entry-content .page-header__image-container > div.ab-container-inside {
  width: 100%;
  max-width: 100%;
}

body.page.full-width-content .entry-content .page-header__image-container > div.ab-container-inside .ab-container-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
}

@media only screen and (max-width: 959px) {
  body.page.full-width-content .entry-content .page-header__image-container > div.ab-container-inside .ab-container-content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
  }
}

body.page.full-width-content .entry-content .page-header__image-container__image-left {
  -ms-flex-item-align: start;
	  align-self: flex-start;
  width: auto;
  width: 46vw;
  height: 24vw;
  padding-right: 10px;
}

body.page.full-width-content .entry-content .page-header__image-container__image-right {
  width: 495px;
  width: 25.78vw;
  height: 495px;
  height: 25.78vw;
  padding-left: 10px;
  -ms-flex-item-align: end;
	  align-self: flex-end;
}

body.page.full-width-content .entry-content .page-header__image-container__image-left img, body.page.full-width-content .entry-content .page-header__image-container__image-right img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
	 object-fit: cover;
}

@media only screen and (max-width: 959px) {
  body.page.full-width-content .entry-content .page-header__image-container__image-left {
	width: 100%;
	height: 300px;
	height: calc(100vw - 20vw);
	padding-right: 0;
  }
  body.page.full-width-content .entry-content .page-header__image-container__image-right {
	width: 100%;
	height: 300px;
	height: calc(100vw - 20vw);
	margin: 0;
	padding-left: 0;
  }
  body.page.full-width-content .entry-content .page-header__image-container__image-right img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: top center;
	   object-position: top center;
  }
}

/**
 * Menu styles
 **/
.genesis-nav-menu li a {
  color: #da291c !important;
}

li:hover a,
li.current-menu-item a {
  color: #a4c8e1;
}

@media only screen and (max-width: 959px) {
  .site-header .menu-toggle {
	color: #da291c;
	visibility: hidden;
  }
  .site-header .menu-toggle::before {
	visibility: visible;
  }
}

@media only screen and (min-width: 960px) {
  .site-header > div.wrap {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  .site-header > div.wrap li a {
	color: #da291c;
	text-transform: none;
	font-size: 16px;
  }
  .site-header > div.wrap .nav-primary,
  .site-header > div.wrap .nav-secondary {
	float: none;
	width: 40%;
  }
  .site-header > div.wrap .nav-primary > .wrap ul,
  .site-header > div.wrap .nav-secondary > .wrap ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  .site-header > div.wrap .nav-primary > .wrap ul li a,
  .site-header > div.wrap .nav-secondary > .wrap ul li a {
	padding: 0;
  }
  .site-header > div.wrap .nav-primary > .wrap ul {
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
  }
  .site-header > div.wrap .nav-primary > .wrap ul li {
	padding-left: 60px;
  }
  .site-header > div.wrap .nav-primary > .wrap ul li:first-child {
	padding-left: 0;
  }
  .site-header > div.wrap .nav-secondary > .wrap ul {
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
  }
  .site-header > div.wrap .nav-secondary > .wrap ul li {
	padding-right: 60px;
  }
  .site-header > div.wrap .nav-secondary > .wrap ul li:last-child {
	padding-right: 0;
  }
  .site-header > div.wrap div.title-area {
	max-width: 240px;
	width: 240px;
	min-width: 25%;
	padding-left: 90px;
	padding-right: 90px;
  }
  .site-header > div.wrap button.menu-toggle {
	color: #da291c;
  }
}

@media screen and (min-width: 959px) and (max-width: 1240px) {
  .site-header > div.wrap li a {
	font-size: 14px;
  }
  .site-header > div.wrap div.title-area {
	width: 180px;
	padding-left: 60px;
	padding-right: 60px;
  }
}

/**
 * Footer styles
 **/
html body .site-footer .site-footer__social a {
  color: #da291c;
}

html body .site-footer .site-footer__social a:hover {
  color: #a4c8e1;
}

.site-footer .site-footer__wrap {
  width: 80vw;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.site-footer__social {
  width: 120px;
  margin: 0 auto 60px;
}

.site-footer__social > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
}

.site-footer__menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
	  -ms-flex-flow: row wrap;
		  flex-flow: row wrap;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  -ms-flex-line-pack: center;
	  align-content: center;
}

.site-footer__menu__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  justify-content: center;
}

.site-footer__menu__icon a {
  color: #da291c;
}

.site-footer__menu__left, .site-footer__menu__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
	  -ms-flex-flow: row wrap;
		  flex-flow: row wrap;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  flex-flow: row wrap;
  -webkit-box-flex: 1;
	  -ms-flex: 1 3 41%;
		  flex: 1 3 41%;
}

.site-footer__menu__left span, .site-footer__menu__right span {
  font-family: "Campaign", sans-serif;
  font-weight: 400;
  color: #da291c;
  font-size: 16px;
  -webkit-box-flex: 1;
	  -ms-flex: 1 2 auto;
		  flex: 1 2 auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.site-footer__menu__left span:hover, .site-footer__menu__right span:hover {
  color: #a4c8e1;
}

.site-footer__menu__left {
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
}

.site-footer__menu__left span {
  margin-right: 1vw;
}

.site-footer__menu__right {
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
}

.site-footer__menu__right span {
  margin-left: 1vw;
}

@media only screen and (max-width: 959px) {
  .site-footer__menu {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
  }
  .site-footer__menu__icon {
	margin-bottom: 30px;
  }
  .site-footer__menu__left, .site-footer__menu__right {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
  }
  .site-footer__menu__left span, .site-footer__menu__right span {
	margin-bottom: 30px;
  }
  .site-footer__menu__left span:not(.mobile), .site-footer__menu__right span:not(.mobile) {
	display: none;
  }
}

.contact-details {
  margin-top: 30px;
}

.contact-details > span,
.contact-details > span a {
  color: #da291c;
  font-size: 12px;
}

/**
 * Homepage styles
 **/
div.wordmark-background {
  overflow: hidden;
}

div.wordmark-background > .ab-container-inside .ab-container-image-wrap {
  z-index: -2;
}

div.wordmark-background::after {
  content: " ";
  position: absolute;
  background-image: url("/wp-content/uploads/2020/09/edgars-wordmark@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 50vw;
  width: 90vw;
  top: -5%;
  left: 8vw;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
}

div.wordmark-background::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  background: rgba(230, 166, 93, 0.8);
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.h1.home.custom-margin {
  margin-bottom: 1.5vw;
}

.homepage-callout-block p.stylized-address {
  color: #da291c;
  font-family: "input-sans-compressed";
  text-align: center;
  font-size: clamp(1.15vw, 4.2vw, 14px);
  letter-spacing: clamp(0.3vw, 0.4vw, 0.192px);
}

.homepage-callout-block p.stylized-address span {
  margin: 0 15px;
  margin-left: clamp(0.7vw, 1vw, 1.2vw);
  margin-right: clamp(0.7vw, 1vw, 1.2vw);
  position: relative;
  font-size: 1.85vw;
  font-size: clamp(1.85vw, 6vw, 18px);
  top: 0.22vw;
}

.footer-widgets {
  display: none;
}

/**
 * Custom Staggered Image Block
 **/
.staggered-image-gallery {
  position: relative;
}

.staggered-image-gallery > .ab-container-inside .ab-container-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 12.7% 33.7% 4.5% 10.5% 12.9% 24.4%;
	  grid-template-columns: 12.7% 33.7% 4.5% 10.5% 12.9% 24.4%;
  -ms-grid-rows: 23.14vw 3.22vw 9.53vw 12.81vw 2.6fr 4.53vw 9.37vw;
	  grid-template-rows: 23.14vw 3.22vw 9.53vw 12.81vw 2.6fr 4.53vw 9.37vw;
  -ms-grid-rows: 42.5% 4.4% 13.01% 17.49% 3.55% 6.18% 12.8%;
	  grid-template-rows: 42.5% 4.4% 13.01% 17.49% 3.55% 6.18% 12.8%;
}

@media only screen and (max-width: 959px) {
  .staggered-image-gallery > .ab-container-inside .ab-container-content {
	-ms-grid-columns: 100%;
		grid-template-columns: 100%;
	-ms-grid-rows: (80vw)[4];
		grid-template-rows: repeat(4, 80vw);
  }
  .staggered-image-gallery > .ab-container-inside .ab-container-content figure img {
	width: 100%;
	height: 100%;
  }
}

.staggered-image-gallery > .ab-container-inside .ab-container-content figure {
  width: 100%;
  max-width: 100%;
}

.staggered-image-gallery__image__one {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / 5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
}

.staggered-image-gallery__image__two {
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-column: 4 / 7;
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  grid-row: 2 / 5;
}

.staggered-image-gallery__image__three {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 4;
  -ms-grid-row-span: 3;
  grid-row: 4 / 7;
}

.staggered-image-gallery__image__four {
  -ms-grid-column: 6;
  -ms-grid-column-span: 1;
  grid-column: 6 / 7;
  -ms-grid-row: 6;
  -ms-grid-row-span: 2;
  grid-row: 6 / 8;
}

@media only screen and (max-width: 959px) {
  .staggered-image-gallery__image__one {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row: 1 / 2;
  }
  .staggered-image-gallery__image__two {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	grid-row: 2 / 3;
  }
  .staggered-image-gallery__image__three {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	grid-row: 3 / 4;
  }
  .staggered-image-gallery__image__four {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
	-ms-grid-row: 4;
	-ms-grid-row-span: 1;
	grid-row: 4 / 5;
  }
}

/**
 * Menu Page Styles
 **/
.menu-section__title.h4 {
  font-family: "input-sans-compressed", sans-serif;
  font-size: 2.5vw;
  font-size: clamp(2.6vw, 6.5vw, 24px);
  text-transform: uppercase;
  color: #a4c8e1;
  margin-bottom: 25px;
}

.menu-section__item__title, .menu-section__item__description, .menu-section__item__price {
  color: white;
}

.menu-section__item__title {
  margin-bottom: 0;
  font-family: "Campaign", sans-serif;
  font-size: clamp(0.2vw, 4vw, 20px);
  font-weight: bold;
}

.menu-section__item__description, .menu-section__item__price {
  margin-bottom: 0;
  font-size: clamp(0.9vw, 4vw, 12.8px);
}

.menu-section__item__description {
  margin-bottom: 4vw;
}

/**
 * Happenings Page Styles
 **/
.happening-group {
  border-bottom: 2px solid #da291c;
  margin-bottom: 30px;
}

/**
 * Happenings Page Styles
 **/
.inline-text .ab-container-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
}

.inline-text .ab-container-content p {
  font-size: 6.5vw;
  font-size: clamp(6.5vw, 14.5vw, 45px);
  line-height: clamp(6.5vw, 14.5vw, 45px);
  letter-spacing: 0.53vw;
}

@media only screen and (max-width: 559px) {
  .inline-text .ab-container-content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
  }
}

/**
 * Gallery Styles
 **/
.gallery-page__container.columns-2 ul.blocks-gallery-grid li.blocks-gallery-item:nth-of-type(3n) {
  width: 100%;
  height: 31.25vw;
  margin-right: 0;
}

.gallery-page__container.columns-2 ul.blocks-gallery-grid li.blocks-gallery-item:nth-of-type(3n + 4) {
  margin-right: 16px;
}

@media screen and (max-width: 959px) {
  .gallery-page__container.columns-2 ul.blocks-gallery-grid li.blocks-gallery-item:nth-of-type(3n + 4) {
	margin-right: 0;
  }
}

.gallery-page__container.columns-2 ul.blocks-gallery-grid li.blocks-gallery-item:nth-of-type(5) {
  margin-right: 0;
}

@media screen and (max-width: 959px) {
  .gallery-page__container.columns-2 ul.blocks-gallery-grid li.blocks-gallery-item {
	width: 100%;
	height: auto;
	margin-right: 0;
	margin-left: 0;
  }
}

.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 16px;
}

/**
 *  Private Dining Styles
 **/
.contact-form__wrap {
  display: -ms-grid;
  display: grid;
  gap: 18px 25px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
	  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.contact-form__wrap input,
.contact-form__wrap textarea {
  border-color: #da291c;
  border-width: 2px;
  font-size: 18px;
  font-weight: 300;
}

.contact-form__wrap input::-webkit-input-placeholder,
.contact-form__wrap textarea::-webkit-input-placeholder {
  color: #d6d2c4;
  text-transform: none;
}

.contact-form__wrap input:-ms-input-placeholder,
.contact-form__wrap textarea:-ms-input-placeholder {
  color: #d6d2c4;
  text-transform: none;
}

.contact-form__wrap input::-ms-input-placeholder,
.contact-form__wrap textarea::-ms-input-placeholder {
  color: #d6d2c4;
  text-transform: none;
}

.contact-form__wrap input::placeholder,
.contact-form__wrap textarea::placeholder {
  color: #d6d2c4;
  text-transform: none;
}

.contact-form__wrap label {
  font-family: "Campaign", sans-serif;
  color: #da291c;
}

.contact-form__wrap {
	display: -ms-grid;
	display: grid;
	gap: 18px 25px;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  
  .contact-form__wrap input,
  .contact-form__wrap textarea {
	border-color: #da291c;
	border-width: 2px;
	font-size: 18px;
	font-weight: 300;
  }
  
  .contact-form__wrap input::-webkit-input-placeholder,
  .contact-form__wrap textarea::-webkit-input-placeholder {
	color: #d6d2c4;
	text-transform: none;
  }
  
  .contact-form__wrap input:-ms-input-placeholder,
  .contact-form__wrap textarea:-ms-input-placeholder {
	color: #d6d2c4;
	text-transform: none;
  }
  
  .contact-form__wrap input::-ms-input-placeholder,
  .contact-form__wrap textarea::-ms-input-placeholder {
	color: #d6d2c4;
	text-transform: none;
  }
  
  .contact-form__wrap input::placeholder,
  .contact-form__wrap textarea::placeholder {
	color: #d6d2c4;
	text-transform: none;
  }
  
  .contact-form__wrap label {
	font-family: "Campaign", sans-serif;
	color: #da291c;
  }
  
  .contact-form__first-name {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1 / 3;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row: 1 / 2;
  }
  
  .contact-form__last-name {
	-ms-grid-column: 3;
	-ms-grid-column-span: 2;
	grid-column: 3 / 5;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row: 1 / 2;
  }
  
  .contact-form__email {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1 / 3;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	grid-row: 2 / 2;
  }
  
  .contact-form__phone {
	-ms-grid-column: 3;
	-ms-grid-column-span: 2;
	grid-column: 3 / 5;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	grid-row: 2 / 2;
  }
  
  .contact-form__guest-count {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 3;
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	grid-row: 3 / 3;
  }

.contact-form__event-date {
	-ms-grid-column: 3;
	-ms-grid-column-span: 2;
	grid-column: 3 / 5;
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	grid-row: 3 / 3;
}
  
  .contact-form__message {
	-ms-grid-column: 1;
	-ms-grid-column-span: 4;
	grid-column: 1 / 5;
	-ms-grid-row: 4;
	-ms-grid-row-span: 1;
	grid-row: 4 / 4;
  }
  
  .contact-form__submit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  
  .contact-form__submit input#submit {
	background-color: #da291c;
	border-radius: 0;
	text-transform: none;
	font-size: 16px;
	padding: 15px 45px;
  }
  
  @media only screen and (max-width: 959px) {
	.contact-form__wrap {
	  -ms-grid-columns: 1fr 1fr;
		  grid-template-columns: 1fr 1fr;
	}
	.contact-form__first-name {
	  -ms-grid-column: 1;
	  -ms-grid-column-span: 2;
	  grid-column: 1 / 3;
	  -ms-grid-row: 1;
	  -ms-grid-row-span: 1;
	  grid-row: 1 / 2;
	}
	.contact-form__last-name {
	  -ms-grid-column: 1;
	  -ms-grid-column-span: 2;
	  grid-column: 1 / 3;
	  -ms-grid-row: 2;
	  -ms-grid-row-span: 1;
	  grid-row: 2 / 3;
	}
	.contact-form__email {
	  -ms-grid-column: 1;
	  -ms-grid-column-span: 2;
	  grid-column: 1 / 3;
	  -ms-grid-row: 3;
	  -ms-grid-row-span: 1;
	  grid-row: 3 / 4;
	}
	.contact-form__phone {
	  -ms-grid-column: 1;
	  -ms-grid-column-span: 2;
	  grid-column: 1 / 3;
	  -ms-grid-row: 4;
	  -ms-grid-row-span: 1;
	  grid-row: 4 / 5;
	}
	.contact-form__guest-count {
	  -ms-grid-column: 1;
	  -ms-grid-column-span: 2;
	  grid-column: 1 / 3;
	  -ms-grid-row: 5;
	  -ms-grid-row-span: 1;
	  grid-row: 5 / 6;
	}
	.contact-form__guest-count {
	  -ms-grid-column: 1;
	  -ms-grid-column-span: 2;
	  grid-column: 1 / 3;
	  -ms-grid-row: 6;
	  -ms-grid-row-span: 1;
	  grid-row: 6 / 7;
	} 
	.contact-form__message {
	  -ms-grid-column: 1;
	  -ms-grid-column-span: 2;
	  grid-column: 1 / 3;
	  -ms-grid-row: 7;
	  -ms-grid-row-span: 1;
	  grid-row: 7 / 8;
	}
	.contact-form__submit input#submit {
	  width: 100%;
	}
  }
/**
 *  Special/One Off styles
 **/
.clear-top-margin {
  margin-top: 0;
}

.clear-right-margin {
  margin-right: 0;
}

.clear-bottom-margin {
  margin-bottom: 0;
}

.clear-left-margin {
  margin-left: 0;
}

body div.site-inner {
  min-width: 100vw;
  width: 100vw;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

html body.page.full-width-content .entry-content > .alignfull,
html body.page.full-width-content .entry-content > .alignwide,
html body.page.full-width-content .entry-content > .aligncenter,
html body.single.full-width-content .entry-content > .alignfull,
html body.single.full-width-content .entry-content > .alignwide,
html body.single.full-width-content .entry-content > .aligncenter {
  min-width: 100vw;
  max-width: 100vw;
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
}

body main.content {
  max-width: 100vw;
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
  min-width: 100vw;
}

html body.page.full-width-content .entry-content,
html body.page.full-width-content .entry-content > *,
html body.single.full-width-content .entry-content > *,
html body.page.full-width-content .entry-content > .alignfull {
  max-width: 100vw;
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
}

html body.page.full-width-content .entry-content > .alignwide > * {
  margin: 0 13vw;
  max-width: 100000vw;
}

html body.page.full-width-content .entry-content > .aligncenter > * {
  margin: 0 20.2vw;
  max-width: 1136px;
}

@media screen and (min-width: 1919px) {
  html body.page.full-width-content .entry-content > .aligncenter > * {
	margin: 0 auto;
  }
}

@media only screen and (max-width: 959px) {
  html body.page.full-width-content .entry-content > .alignwide > *,
  html body.page.full-width-content .entry-content > .aligncenter > * {
	margin: 0 10vw;
  }
}
/*# sourceMappingURL=style.css.map */

.title {
	margin: 0 0 8px;
}

.price {
	float: right;
	margin: -40px 0 0 20px;
}

.entry-content h1 {
	letter-spacing: normal;
	line-height: normal;
}