/*
	Theme Name: Vivid Image Gutenberg Theme - Block Patterns
	Description: This is the genesis child theme created by Vivid Image.
	Author: VI Team
	Author URI: http://www.vimm.com/
	Version: 1.9.9

  Template: genesis
  Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/
/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Accessibility
	- VIMM CSS
	- Custom Styling
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/

/*  CSS Vars  */
:root {
  /* General */
  --link-color: #c61515;
  --link-hover-color: #c61515;
  --text-color: #1d1d1d;
  --hr-color: #c61515;

  /* Headings */
  --h1-font-size: 2.3125rem;
  --h1-font-color: #173E6D;
  --h1-line-height: 1.2;
  --h2-font-size: 2.125rem;
  --h2-font-color: #173E6D;
  --h2-line-height: 1.25;
  --h3-font-size: 1.6875rem;
  --h3-font-color: #173E6D;
  --h3-line-height: 1.3;
  --h4-font-size: 1.5625rem;
  --h4-font-color: #173E6D;
  --h4-line-height: 1.325;
  --h5-font-size: 1.4375rem;
  --h5-font-color: #173E6D;
  --h5-line-height: 1.3;
  --h6-font-size: 1.25rem;
  --h6-font-color: #173E6D;
  --h6-line-height: 1.35;

  /* Blockquote */
  --blockquote-text-color: #1A1A1A;
  --blockquote-text-size: 1.25rem;
  --blockquote-text-font-style: normal;
  --blockquote-text-font-weight: 600;

  --blockquote-cite-color: #203E6C;
  --blockquote-cite-size: 0.9375rem;
  --blockquote-cite-font-style: normal;
  --blockquote-cite-font-weight: bold;

  /* Accordion */
  --accordion-open-title-color: #203E6C;
  --accordion-open-background-color: #F9F9F9;
  --accordion-closed-title-color: #203E6C;
  --accordion-closed-background-color:#F9F9F9;
  --accordion-border-color: #F9F9F9;
  --accordion-border-radius: 0px;
  --accordion-text-color: #1D1D1D;
  
  /* Main btn */
  --btn-background-color: #B21111;
  --btn-text-color:#ffffff;
  --btn-font-weight: bold;
  --btn-border-radius: 100px;
  --btn-hover-text-color: #173E6D;

  /* Outline btn */
  --btn-outline-color:#B21111;
  --btn-outline-text-color: #173E6D;
  --btn-outline-hover-background-color: #B21111;
  --btn-outline-hover-text-color: #fff;

  /* CTA Block */
  --cta-block-padding: 60px 25px;
  --cta-background: #F9F9F9;
  --cta-title-color: #203E6C;
  --cta-text-color: #1D1D1D;
  --cta-btn-background: #AA181C;
  --cta-btn-border-radius: 100px;

  /* Form Fields */
  --form-input-backgroud-color: #F2F2F2;
  --form-input-border: none;
  --form-input-text-color: #1A1A1A;

  --gf-input-label-color: #203E6C;
  --gf-input-label-size: 1.25rem;
  --gf-input-sublabel-color: #203E6C;
  --gf-input-sublabel-size: 0.9375rem;

  /* Column Backgrounds */
  --col-background-color: #EEEEEE;
  --col-padding: 30px;
  --col-margin: 15px 0;
  --col-border-radius: 15px;

  /* Max Mega Menu Changes */
  --mobile-menu-border: 1px solid #fff;
  --mobile-menu-toggle-closed-color: #173e6d;
  --mobile-menu-toggle-open-color: #fff;
  --mobile-menu-submenu-bkgd-color: #173e6d;
  --mobile-menu-submenu-open-color: #fff;
  
  --menu-search-icon-color: #173e6d;

  /* Block Patterns */
  /* Main Image One - Static */
  --main-img-one-btn-bkgd-color: #707070;
  --main-img-one-btn-txt-color: #fff;
  --main-img-one-btn-border-color: #fff;
  --main-img-one-btn-hover-bkgd-color: #fff;
  --main-img-one-btn-hover-txt-color: #394342;

  /* Main Image Two - Static */
  --main-img-two-btn-bkgd-color: #707070;
  --main-img-two-btn-txt-color: #fff;
  --main-img-two-btn-border-color: #fff;
  --main-img-two-btn-hover-bkgd-color: #fff;
  --main-img-two-btn-hover-txt-color: #394342;

  /* Main Image Three - Static */
  --main-img-three-btn-bkgd-color: #707070;
  --main-img-three-btn-txt-color: #707070;
  --main-img-three-btn-border-color: #707070;
  --main-img-three-btn-hover-bkgd-color: #707070;
  --main-img-three-btn-hover-txt-color: #fff;

  /* Main Image Four - Static */
  --main-img-four-btn-bkgd-color: #707070;
  --main-img-four-btn-txt-color: #fff;
  --main-img-four-btn-border-color: #fff;
  --main-img-four-btn-hover-bkgd-color: #fff;
  --main-img-four-btn-hover-txt-color: #394342;

  --hover-css-transition-color: red;
  --hover-css-border-radius: 10px;
}

/*
HTML5 Reset 
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
	normalize.css v3.0.0 | MIT License | git.io/normalize
--------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: transparent;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/* Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
  box-sizing: border-box;
}

/* 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,
.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,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
  font-size: 1rem;
  height: 100%;
  overflow-x: hidden;
}

body {
  background-color: #fff;
  color: var(--text-color);
  font-family: 'Hind',Helvetica,Arial,Lucida,sans-serif;
  margin: 0;
  height: 100%;
}

.site-container {
  overflow: hidden;
}

img,
img:hover,
a,
a:hover {
  transition: all .5s ease;
}

a {
  color: var(--link-color);
  text-decoration: underline;
  font-weight: bold;
}

a:hover {
  color: var(--link-hover-color);
  text-decoration: none;
  font-weight: bold;
}

p {
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 30px 0;
  padding: 0;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  margin-top: 20px;
}

ol,
ul {
  font-size: 1.125rem;
  line-height: 1.7;
  margin: 0 0 30px 0;
  padding: 0;
}

li {
  list-style-type: none;
}

b,
strong {
  font-weight: 700;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  display: inline-block;
  background: url('images/quote.png') top center no-repeat;
  margin: 0px;
  padding: 70px 25px;
  border: none;
  color: var(--blockquote-text-color);
  font-size: var(--blockquote-text-size);
  line-height: 1.52;
  font-weight: var(--blockquote-text-font-weight);
  font-style: var(--blockquote-text-font-style);
  text-align: center;
  width: 100%;
}

blockquote p {
  color: var(--blockquote-text-color);
  font-size: var(--blockquote-text-size);
  line-height: 1.52;
  font-weight: var(--blockquote-text-font-weight);
  font-style: var(--blockquote-text-font-style);
  margin: 0 auto;
  max-width: 850px;
}

blockquote cite {
  font-family: 'Georgia', Georgia, "Times New Roman", serif;
  color: var(--blockquote-cite-color);
  font-size: var(--blockquote-cite-size);
  font-weight: var(--blockquote-cite-font-weight);
  font-style: var(--blockquote-cite-font-style);
  margin: 20px 0 0 0;
  display: block;
}

blockquote::before {
  content: "";
  display: none;
  position: relative;
  font-size: 0;
  height: 0;
  left: 0;
  top: 0;
}

pre {
  background-color: #f5f5f5;
  font-size: 0.875rem;
  padding: 24px;
}

.clearfix {
  clear: both;
}

hr.wp-block-separator {
  border: none;
  background-color: var(--hr-color);
  height: 4px;
  margin: 15px 0;
  clear: both;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  line-height: 1.25
}

h1 {
  font-size: var(--h1-font-size);
  color: var(--h1-font-color);
  line-height: var(--h1-line-height);
  font-family: 'Georgia', Georgia, "Times New Roman", serif;
}

h2 {
  font-size: var(--h2-font-size);
  color: var(--h2-font-color);
  line-height: var(--h2-line-height);
  font-family: 'Georgia', Georgia, "Times New Roman", serif;
}

h3 {
  font-size: var(--h3-font-size);
  color: var(--h3-font-color);
  line-height: var(--h3-line-height);
  font-family: 'Georgia', Georgia, "Times New Roman", serif;
}

h4 {
  font-size: var(--h4-font-size);
  color: var(--h4-font-color);
  line-height: var(--h4-line-height);
  font-family: 'Georgia', Georgia, "Times New Roman", serif;
}

h5 {
  font-size: var(--h5-font-size);
  color: var(--h5-font-color);
  line-height: var(--h5-line-height);
  font-family: 'Georgia', Georgia, "Times New Roman", serif;
}

h6 {
  font-size: var(--h6-font-size);
  color: var(--h6-font-color);
  line-height: var(--h6-line-height);
  font-family: 'Georgia', Georgia, "Times New Roman", serif;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  opacity: 1;
  text-decoration: underline;
}

.home h1,
.home h2,
.home h3,
.home h4,
.home h5,
.home h6 {
  margin-top: 0
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

.wp-block-image figcaption {
  text-align: left;
  font-style: italic;
  font-size: 0.9375rem;
  line-height: 20px;
  font-weight: 400;
}

.featured-content img,
.gallery img {
  width: auto;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background: var(--form-input-backgroud-color);
  border: var(--form-input-border);
  color: var(--form-input-text-color);
  font-size: 1.125rem;
  padding: 16px;
  width: 100%;
  box-shadow: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

::-moz-placeholder {
  color: #000;
  opacity: 1;
  font-weight: 300;
}

::-webkit-input-placeholder {
  color: #000;
  font-weight: 300;
}

.wp-block-buttons>.wp-block-button {
  border-radius: var(--btn-border-radius);
}

.entry-content button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
a.vivid-button,
div.gform_wrapper .gform_footer input[type=submit],
.wp-block-button .wp-block-button__link,
.wp-block-file .wp-block-file__button,
.gb-button,
.comment-respond button,
.more-link-container .more-link {
  display: inline-block;
  width: auto;
  background-color: var(--btn-background-color);
  border-radius: var(--btn-border-radius);
  border: solid 2px var(--btn-background-color);
  color: var(--btn-text-color);
  cursor: pointer;
  font-size: 1.125rem;
  text-decoration: none !important;
  font-weight: var(--btn-font-weight);
  padding: 14px 24px;
  transition: all .5s ease;
  user-select: none;
}

.wp-block-button.is-style-reverse-fill .wp-block-button__link {
  background-color: #FFF;
  color: #173E6D;
}

.wp-block-file .wp-block-file__button {
  padding: 5px 15px;
}

.gf_browser_ie.gform_wrapper .gform_footer input.button {
  padding: 5px 24px;
}

.entry-content button:hover,
.entry-content button:active,
.entry-content button:focus,
input:hover[type="button"],
input:active[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:active[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:active[type="submit"],
input:focus[type="submit"],
.button:hover,
.button:active,
.button:focus,
a.vivid-button:hover,
a.vivid-button:active,
a.vivid-button:focus,
div.gform_wrapper .gform_footer input[type=submit]:hover,
div.gform_wrapper .gform_footer input[type=submit]:active,
div.gform_wrapper .gform_footer input[type=submit]:focus,
.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:active,
.wp-block-file .wp-block-file__button:focus,
.gb-button:hover,
.gb-button:active,
.gb-button:focus,
.comment-respond button:hover,
.comment-respond button:active,
.comment-respond button:focus,
.more-link-container .more-link:hover,
.more-link-container .more-link:active,
.more-link-container .more-link:focus {
  background-color: #FFF !important;
  color: #173E6D;
  transition: all .5s ease;
  text-decoration: none;
}

.wp-block-button.is-style-reverse-fill .wp-block-button__link:hover,
.wp-block-button.is-style-reverse-fill .wp-block-button__link:active,
.wp-block-button.is-style-reverse-fill .wp-block-button__link:focus {
  transition: all .5s ease;
  text-decoration: none;
}

.button {
  display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  color: var(--btn-outline-text-color);
  border: solid 2px var(--btn-outline-color);
  padding: 12px 24px;
  user-select: none;
}

.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:active,
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:focus {
  background-color: #B21111 !important;
  color: #fff;
  border: solid 2px #B21111;
}

.wp-block-buttons .wp-block-button.is-style-reverse-fill .wp-block-button__link {
  background-color: transparent;
  color: #2B338C;
  border: solid 2px #2B338C;
  padding: 12px 24px;
  user-select: none;
}

.wp-block-buttons .wp-block-button.is-style-reverse-fill .wp-block-button__link:hover,
.wp-block-buttons .wp-block-button.is-style-reverse-fill .wp-block-button__link:active,
.wp-block-buttons .wp-block-button.is-style-reverse-fill .wp-block-button__link:focus {
  background-color: var(--btn-outline-hover-background-color);
  color: var(--btn-outline-hover-text-color);
  border: solid 2px var(--btn-outline-color);
}

.wp-block-buttons {
  font-size: 0.9375rem;
  column-gap: 1em;
  margin: 30px 0;
}

a.vivid-button {
  margin-bottom: 15px;
}

a.vivid-button + a.vivid-button {
  margin-left: 15px;
}

.hvr-css {
  background-color: var(--btn-background-color);
}

.hvr-css.is-style-outline {
  background-color: transparent;
}

.hvr-css > a {
  background-color: transparent;
}

.hvr-fade:active, .hvr-fade:focus, .hvr-fade:hover {
  background-color: var(--hover-css-transition-color);
}

.hvr-css:before,
.hvr-back-pulse:active,
.hvr-back-pulse:focus,
.hvr-back-pulse:hover {
  background: var(--hover-css-transition-color);
}

.hvr-css:before {
  border-color: var(--hover-css-transition-color);
}

.hvr-round-corners:active,
.hvr-round-corners:focus,
.hvr-round-corners:hover {
  border-radius: var(--hover-css-border-radius);
}

.hvr-float-shadow:active:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:hover:before {
  background: none;
  background-color: transparent;
}

.hvr-css > a:hover,
.hvr-css > a:active,
.hvr-css > a:focus {
  background-color: transparent;
}

.hvr-opacity .wp-block-button__link:hover,
.hvr-opacity .wp-block-button__link:active,
.hvr-opacity .wp-block-button__link:focus {
  opacity: .8;
}

.animate__animated {
  opacity: 0;
  overflow: hidden;
}

.animate__animated.reveal_animation {
  opacity: 1;
}

.wp-block-genesis-blocks-gb-columns:has(.animate__animated) {
  overflow: hidden;
}

.transition-grayscale {
  filter: grayscale(1);
}

.transition-grayscale:hover,
.transition-grayscale:active,
.transition-grayscale:focus {
  filter: grayscale(0);
}

.transition-rgrayscale {
  filter: grayscale(0);
}

.transition-rgrayscale:hover,
.transition-rgrayscale:active,
.transition-rgrayscale:focus {
  filter: grayscale(1);
}

.transition-float {
  transition: all .5s ease;
}

.transition-float:hover,
.transition-float:active,
.transition-float:focus {
  transform: translateY(-8px);
  transition: all .5s ease;
}

.tranisition-zoomout {
  overflow: hidden;
}

.tranisition-zoomout:hover IMG,
.tranisition-zoomout:active,
.tranisition-zoomout:focus {
  transform: scale(1.25,1.25);
  transition: all .5s ease;
  transform-origin: center;
}


/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}

tbody {
  border-bottom: 1px solid #ddd;
}

td,
th {
  text-align: left;
}

td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
}

th {
  font-weight: bold;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.wrap {
  margin: 0 auto;
  max-width: 1200px;
}

.site-inner {
  clear: both;
}

.home .site-inner {
  max-width: 100%;
  padding: 0;
}

.home .content-sidebar-wrap {
  padding: 0;
}

/* Content - Sidebar Layouts */
.content-sidebar-wrap {
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
}

.content-sidebar-wrap:after {
  content: "";
  clear: both;
  display: table;
}

.content-sidebar .content {
  flex-basis: calc( 100% - 360px );
}

.content-sidebar .content-sidebar-wrap {
  display: flex;
}

.content-sidebar .content-sidebar-wrap .content {
  padding-right: 50px;
}

.sidebar-content .content-sidebar-wrap {
  display: flex;
  flex-direction: row-reverse;
}

.sidebar-content .content-sidebar-wrap .content {
  padding-left: 50px;
}

.full-width-content .content {
  width: 100%;
}

/* Primary Sidebar */
.sidebar-primary {
  flex-basis: 360px;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
  float: left;
}

.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

.comment .avatar {
  margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */
.breadcrumb {
  padding: 0 0 0 0;
  margin-bottom: 40px;
}

.breadcrumb .fas {
  font-size: 0.625rem;
}

.breadcrumb a,
.breadcrumb a:active,
.breadcrumb a:hover {
  font-weight: bold;
  color: #1A1A1A;
}

.archive-description,
.author-box {
  padding: 0px;
  /*margin: 120px 0 0 0;*/
}

.archive-description .archive-title {
  display: none;
}

.author-box,
.author-box-title {
  display: none;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}

.search-form input[type="submit"] {
  border: 0;
  padding: 20px;
  margin: 0;
}

/* Titles
--------------------------------------------- */
.entry-title a {
  color: var(--h2-font-color);
  text-decoration: none;
}

.entry-title a:hover {
  opacity: 0.8;
}

.widget-title {
  font-size: 1.125rem;
  margin-bottom: 20px;
}

/* WordPress
--------------------------------------------- */
.alignleft {
  float: left;
  text-align: left;
  margin-right: 20px
}

.alignright {
  float: right;
  text-align: right;
  margin-left: 20px
}

a.alignleft,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
  margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}

.wp-caption-text,
.wp-caption-dd {
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Gravity Forms
--------------------------------------------- */
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper select,
.gform_wrapper.gf_browser_chrome select {
  border: var(--form-input-border);
  background: var(--form-input-backgroud-color);
  border: var(--form-input-border);
  color: var(--form-input-text-color);
  padding: 16px;
  font-weight: normal;
  box-shadow: none;
}

div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
div.gform_wrapper.gravity-theme .gfield textarea {
  padding: 16px;
}

div.gform_wrapper .top_label .gfield_label,
div.gform_wrapper .ginput_complex label {
  font-family: 'Georgia', Georgia, "Times New Roman", serif;
  padding: 0;
  text-transform: none;
  color: var(--gf-input-label-color);
  font-size: var(--gf-input-label-size);
  font-weight: bold;
}

div.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
div.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  color: var(--gf-input-sublabel-color);
  font-size: var(--gf-input-sublabel-size);
  font-weight: normal;
  margin: 5px 0 0 0;
}

div.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
div.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label {
  color: var(--gf-input-sublabel-color);
  font-size: var(--gf-input-sublabel-size);
  font-weight: normal;
  margin: 0 0 0 5px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
  margin: 16px 0 0;
}

div.gform_wrapper ul.gfield_checkbox li label,
div.gform_wrapper ul.gfield_radio li label {
  font-weight: normal;
  margin-left: 5px;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 0px;
}

.gform_footer .button {
  display: inline-block;
  width: auto;
  background-color: var(--btn-background-color);
  border-radius: var(--btn-border-radius);
  border: none;
  color: var(--btn-text-color);
  cursor: pointer;
  font-size: 1.25rem;
  text-decoration: none !important;
  font-weight: bold;
  padding: 14px 24px;
  transition: all .5s ease;
  user-select: none;
} 


/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #FFF;
  position: relative;
}

.site-header > .wrap {
  padding: 9px 30px;
  display: flex;
  align-items: center;
  max-width: 100%;
}

.stacked-header .site-header > .wrap {
  flex-wrap: wrap;
}

/* Title Area
--------------------------------------------- */
.title-area {
  /*
   display: inline-block;
  vertical-align: middle;
  padding: 0;
  width: 266px;
  */
  flex-basis: 270px;  
}

.header-full-width .title-area {
  width: 100%;
}

.site-title {
  font-size: 2rem;
  line-height: 1;
}

.site-title a,
.site-title a:hover {
  color: #000;
}

.header-image .site-title > a {
  background: url(images/logo.jpg) no-repeat left;
  float: left;
  min-height: 75px;
  width: 100%;
  background-size: contain;
}

.site-description {
  font-size: 1rem;
  line-height: 1;
}

.site-description,
.site-title {
  margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
  flex: 1;
  text-align: right;
}

.site-header .widget-area .widget-wrap > * {
  margin-bottom: 0;
}

.site-header .widget-area .widget_search {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.site-header .widget-area .widget_search .widget-wrap {
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
}

.site-header .widget-area .widget_search.show {
  display: inherit;
  display: flex;
  justify-content: space-around;
}

.site-header .wp-block-search .wp-block-search__inside-wrapper,
.site-header .widget-area .widget_search .search-form {
  display: flex;
  gap: 20px;
}

.site-header .widget-area .widget_search .close-search {
  padding: 0;
  border: none;
  background: transparent;
  height: 55px;
  display: flex
}

.site-header .widget-area .widget_search .fas {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  color: #000;
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
}

.site-header .widget-area .widget_search input[type="search"] {
  background: #F4F4F4;
  border: solid 1px #ddd;
  border-radius: 4px;
  width: 424px;
  padding: 14px 15px 15px;
}

.site-header .widget-area .widget_search input[type="search"]::-moz-placeholder {
  color: #000000;
  opacity: 1;
  font-weight: 400;
}

.site-header .widget-area .widget_search input[type="search"]::-webkit-input-placeholder {
  color: #000000;
  font-weight: 400;
}

.site-header .widget-area .wp-block-search .wp-block-search__button,
.site-header .widget-area .widget_search .search-form input[type="submit"] {
  border: solid 1px #ddd;
  border-radius: 4px;
  width: 62px;
  color: #fff;
  margin: 0;
  padding: 14px 20px;
  background: url('images/search-lg.png') center center no-repeat #F4F4F4;
  text-indent: -9999px;
}

.site-header .widget-area .widget_search .search-form input[type="submit"]:hover {
  box-shadow: inset 0 0 200px rgb(255 255 255 / 15%);  
}

.site-header .widget-area .wp-block-search .wp-block-search__button:focus,
.site-header .widget-area .widget_search .search-form input[type="submit"]:focus {
  outline: solid 2px #000;
}

.site-header .widget-area .widget_block.widget_search .wp-block-search__label {
  display: none;
}

.stacked-header .site-header .widget-area p {
  margin-bottom: 0;
}

/*
Split Site Header
---------------------------------------------------------------------------------------------------- */
  .split-header .site-header > .wrap {
    padding: 35px 25px 25px;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }

  .split-header.fixed .site-header > .wrap {
    padding: 0;
  }
  
  .split-header .site-header .title-area {
    flex-basis: 320px;
    margin: 0 auto;
  }

  .split-header.header-image .site-header .site-title > a {
    background-position: center;
  }

  .split-header .genesis-nav-menu {
    justify-content: center;
    border-top: solid 1px #707070;
    margin-top: 30px;
    padding-top: 30px;
  }

  
  @media only screen and (max-width: 1060px) {
  }
  
  @media only screen and (max-width: 796px) {
  }
  
  @media only screen and (max-width: 600px) {
  }


/*
Sticky Header Site Header
---------------------------------------------------------------------------------------------------- */
.home.transparent-header.fixed .site-header,
.fixed #top-bar-container,
.fixed .site-header {
  background-color: #FFF;
  position: fixed;
  width: 100%;
  z-index: 9999;
  transition: all .5s ease;  
}

.fixed .site-header {
  /* padding: 15px 0; */
  transition: all .5s ease;
}

.fixed .site-header .wrap {
  padding: 5px 25px;
  transition: all .5s ease;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}

/*
Transparent Header Site Header
---------------------------------------------------------------------------------------------------- */
.home.transparent-header .site-header {
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: 99;
  transition: all .5s ease;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-size: 0rem;
  line-height: 1;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0 30px;
}

.genesis-nav-menu .menu-item {
  text-align: left;
}

.genesis-nav-menu > .menu-item.menu-item-has-children > a:after {
  content: "\f078";
  color: #ff6900;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin: 0 0 0 5px;
  font-size: 14px;
}

.genesis-nav-menu a {
  color: #333;
  display: block;
  padding: 30px 0px;
  font-size: 1rem;
  text-decoration: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #EA7525;
  text-decoration: none;
}

.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  transition: opacity .4s ease-in-out;
  width: 200px;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 0;
  font-size: 0.875rem;
  padding: 20px;
  position: relative;
  width: 200px;
}

.genesis-nav-menu .sub-menu li.menu-item-has-children > a:after {
  content: "\f054";
  color: #ff6900;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin: 0 0 0 5px;
  font-size: 14px;
  float: right;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -55px 0 0 199px;
}

.genesis-nav-menu .sub-menu li.flyleft .sub-menu {
  margin: -55px 0 0 -219px;
}

.genesis-nav-menu .menu-item:hover {
  position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-nav-menu > .first-menu-item > a {
  padding-left: 0;
}

.genesis-nav-menu > .last-menu-item > a {
  padding-right: 0;
}

.genesis-nav-menu > .right {
  color: #fff;
  float: right;
  list-style-type: none;
  padding: 30px 0;
}

.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}

.genesis-nav-menu > .search span {
  display: none;
}

.genesis-nav-menu > .search a:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

.genesis-nav-menu > .menu-button > a {
  background-color: var(--btn-background-color);
  color: var(--btn-text-color);
  padding: 14px 16px;
  font-weight: bold;
  border-radius: var(--btn-border-radius);
  user-select: none;
}

.genesis-nav-menu > .menu-button > a:hover {
  opacity: .8;
  text-decoration: none;
}

.genesis-nav-menu > .menu-button.current-menu-item > a > span {
  border-bottom: none;
}

.stacked-header .genesis-nav-menu {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 797px) {
  .stacked-header .genesis-nav-menu > li:not(.menu-button) > a {
    padding: 10px 24px;
  }
}

.stacked-header .genesis-nav-menu li.search {
  margin-left: auto;
}

/* Accessibility CSS for 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;
}



/* Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu li li {
  margin-left: 0;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
  background-color: transparent;
}

.stacked-header .nav-primary {
  flex: 1 1 100%;
  border-top: solid 1px #707070;
  padding: 20px 0 0 0;
  margin: 20px 0 0 0;
}

.split-header .site-header .nav-primary {
  flex: 1 1 100%
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  background-color: transparent;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Entries
--------------------------------------------- */
.single .entry {
  padding: 110px 0;
}

.content .entry {
  padding: 0;
}

.entry-content ol,
.entry-content ul{
  padding: 0;
  overflow: hidden;
  list-style-position: inside;
}

.entry-content ol li,
.entry-content ul li {
  margin: 10px 0 0 20px;
  list-style-type: decimal;
  padding-left: 6px;
}

.entry-content ul li {
  list-style-type: none;
  list-style-image: url("images/bullet.png");
}

.entry-content ol ol,
.entry-content ul ul {
  margin: 0 0 0 0;
}

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 1rem;
  margin-bottom: 0;
}

.entry-header .entry-meta {
  margin-bottom: 24px;
}

.entry-footer .entry-meta {
  border-top: 2px solid #f5f5f5;
  padding-top: 24px;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */
.pagination {
  margin: 50px 0 0 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.pagination ul {
  margin: 0;
  text-align: center;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #666;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  padding: 8px 12px;
  text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
  background-color: #f4f4f4;
  color: #666;
}

/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
  padding: 40px 40px 16px;
}

.entry-comments {
  padding: 40px;
}

.comment-header {
  font-size: 1rem;
}

li.comment {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-right: none;
}

.comment-content {
  clear: both;
  word-wrap: break-word;
}

.comment-list li {
  margin-top: 24px;
  padding: 32px;
}

.comment-list li li {
  margin-right: -32px;
}

.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;
}

.entry-comments .comment-author {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 1rem;
  padding: 24px;
  display: none;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar-primary p:last-child,
.sidebar-primary ul > li:last-child {
  margin-bottom: 0;
}

.sidebar-primary .widget {
  margin: 0 0 30px 0;
}

.sidebar-primary .widget:last-of-type {
  margin-bottom: 0;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #1D1D1D;
  font-size: 1rem;
  line-height: 1.33;
  color: #fff;
}

.site-footer p {
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 0;
  padding: 0;
  font-weight: 500;
}

.site-footer a {
  color: #fff;
  font-weight: bold;
}

.site-footer .location-icon:before {
  margin: 0 5px 0 0;
  font-family: "FontAwesome";
  content: "\f3c5";
}

.site-footer p.phone-icon:before {
  margin: 0 5px 0 0;
  font-family: "FontAwesome";
  content: "\f095";
}

.site-footer .wp-block-button .wp-block-button__link {
  color: #FFFFFF !important;
  border-color: #b21111;
  border-radius: 100px;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 700 !important;
  background-color: #b21111;
}

.site-footer .wp-block-button .wp-block-button__link:hover {
  color: #2B338C !important;
  border-color: #2B338C !important;
  background-image: initial;
  background-color: #FFFFFF;
}

.site-footer .gb-layout-columns-4>.gb-layout-column-wrap {
  grid-template-columns: 1fr 1fr 1fr 320px;
}

.site-footer .widget_nav_menu {
  border-top: solid 1px #fff;
  padding: 24px 0 0 0;
  margin: 50px 0 0 0;
}

.site-footer .widget_nav_menu .menu-footer-menu-container {
  max-width: 800px;
  margin: 0 auto;
}

.site-footer .widget_nav_menu ul {
  display: flex;
  gap: 10px;
  justify-content: space-evenly;
  align-items: center;
}

.site-footer .widget_nav_menu ul li a {
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
}

.site-footer .widget_nav_menu ul li a:hover {
  opacity: 0.8;
}

.site-footer .widget_nav_menu ul li.current-menu-item a {
  color: #c61515
}

.site-footer .creds {
  text-align: center;
  font-size: 1rem;
  width: 100%;
  display: inline-block;
  padding: 0 0 20px 0;
}
/*
Accessibility Styling
---------------------------------------------------------------------------------------------------- */
/* ## Screen reader text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link-container {
  display: block;
  margin: 30px 0 0 0;
}

.more-link {
  position: relative;
}

/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
  padding: 0;
}

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}

/* Display outline on focus */
:focus {
  outline: solid 2px;
  outline-offset: 2px;
}

/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sf-hover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

/* Blog and Archive Pages
--------------------------------------------- */
.entry-header .entry-meta {
  margin-bottom: 15px;
  color: #777;
  font-size: 0.8125rem;
}

.entry-header .entry-meta a {
  color: #777;
}

.search-results .entry-header .entry-meta a:hover,
.blog .entry-header .entry-meta a:hover,
.archive .entry-header .entry-meta a:hover {
  text-decoration: underline;
}

.search-results .entry .entry-footer,
.blog .entry .entry-footer,
.archive .entry .entry-footer {
  display: none;
}

.search-results .entry .entry-content p:last-of-type,
.blog .entry .entry-content p:last-of-type,
.archive .entry .entry-content p:last-of-type {
  margin-bottom: 0;
}

.search-results .entry,
.blog .entry,
.archive .entry {
  border-bottom: solid 1px #B4B6B8;
  margin-bottom: 80px;
  padding: 0;
  padding-bottom: 80px;
}

.search-results .content-sidebar-wrap,
.blog .content-sidebar-wrap,
.archive .content-sidebar-wrap {
  padding: 100px 25px;
}

.search-results .entry:last-of-type,
.blog .entry:last-of-type,
.archive .entry:last-of-type {
  border-bottom: none;
  padding-bottom:0;
  margin-bottom: 0;
}

/*
Blog - Grid View
---------------------------------------------------------------------------------------------------- */
.blog-grid-view .content {
  display: flex;
  flex-wrap: wrap;
  gap: 0 6%;

}

.blog-grid-view .content .breadcrumb,
.blog-grid-view .content .archive-description,
.blog-grid-view .content .archive-pagination {
  flex: 1 1 100%;
}

.blog-grid-view .content article {
  flex: 1 1 47%;
  padding-bottom: 0;
  border-bottom: none;
}

/*
Gutenberg Styling
---------------------------------------------------------------------------------------------------- */
.wp-block-table tr:not(:first-of-type) td .mobile-table-heading {
  display: none;
}

.wp-block-media-text.alignwide {
  margin-left: inherit;
  margin-right: inherit;
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: auto;
  max-width: 1000%;
}

/* wide images */
@media only screen and (min-width: 768px) {
  .alignwide {
    margin-left: -180px;
    margin-right: -180px;
    max-width: calc(100% + 360px);
    width: auto;
  }
}
@media only screen and (max-width: 1560px) {
  .alignwide {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
@media only screen and (max-width: 768px) {
  .alignwide {
    margin-left: inherit;
    margin-right: inherit;
  }
}

/* Gutenberg Editor Page */
.gb-block-post-grid .is-grid article {
  padding: 0;
  background-color: transparent;
}

.gb-block-post-grid header .gb-block-post-grid-title a {
  font-size: 1rem;  
}

.gb-block-post-grid .gb-block-post-grid-more-link {
  font-weight: normal;
  text-decoration: none;
  color: var(--link-color);
}
.gb-block-post-grid .gb-block-post-grid-more-link:hover {
  font-weight: normal;
  text-decoration: none;
  color: var(--link-hover-color);
}

/* Details Block */
  @keyframes details-show {
    from {
      opacity:0;
      transform: translateY(-0.5em);
    }
  }

  details[open] > *:not(summary) {
    animation: details-show 500ms ease-in-out 1;
  }

  details.wp-block-details {
    border: solid 2px var(--accordion-border-color);
    border-radius: var(--accordion-border-radius);
    background-color: var(--accordion-closed-background-color);
  }

  details.wp-block-details > summary {
    font-family: 'Georgia', Georgia, "Times New Roman", serif;
    color: var(--accordion-closed-title-color);
    background: url(images/close-accordion.png) center right no-repeat transparent;
    font-size: 1.25rem;
    line-height: 1.333;
    font-weight: bold;
    padding: 20px 0;
    cursor: pointer;
  }

  details.wp-block-details[open] {
    background-color: var(--accordion-open-background-color);
    padding: 20px 25px;
  }

  details.wp-block-details[open] > summary {
    padding-top: 0;
    color: var(--accordion-open-title-color);
    background: url(images/open-accordion.png) top right no-repeat transparent;
  }

  details.wp-block-details>:not(summary) {
    margin-block-start: 0;
  }

  summary::marker,
  summary::-webkit-details-marker {
    display: none;
  }

  details.wp-block-details summary:focus {
    outline: none;
  }

  details.wp-block-details {
    color: var(--accordion-text-color);
    padding: 0px 25px 0;
  }

  details.wp-block-details p:last-of-type {
    margin-bottom: 0;
  }

  details.wp-block-details:after {
    content: "";
    clear: both;
    display: table;
  }

  details.wp-block-details.is-style-nostyle {
    border: none;
    background: none;
    color: var(--text-color);
    padding: 0;
  }

  details.wp-block-details.is-style-nostyle > summary {
    color: var(--text-color);
    padding: 0 0 0 20px;
    margin: 0 0 15px 0;
    background-position: center left;
  }

  details + details {
    margin-top: 15px;
  }

/* Yoast FAQ Block */
.schema-faq .schema-faq-section {
  border: solid 2px var(--accordion-border-color);
}

.schema-faq .schema-faq-question {
  background-color: var(--accordion-closed-background-color);
  color: var(--accordion-closed-title-color);
  font-size: 1.25rem;
  line-height: 1.333;
  font-weight: bold;
  padding: 20px;
  cursor: pointer;
}

.schema-faq .schema-faq-question:after {
  content: url(images/open-accordion.png)
}

.schema-faq .schema-faq-question.faq-q-open {
  border-bottom: none;
  background-color: transparent;
}

.schema-faq .schema-faq-question.faq-q-open:after {
  content: url(images/close-accordion.png)
}

.schema-faq p.schema-faq-answer {
  font-size: 1.125rem;
  line-height: 1.7;
  margin: 0;
  padding: 0 20px 20px 20px;
}


/* CTA Block */
  .gb-block-cta {
    background: var(--cta-background) !important;
    background-size: cover;
    color: var(--cta-text-color) !important;
    padding: var(--cta-block-padding) !important;
  }
  
  .gb-block-cta > span {
    display: none;
  }

  .gb-block-cta .gb-cta-title,
  .gb-block-cta .wp-block-heading {
    color: var(--cta-title-color) !important;
    font-size: 1.875rem !important;
    line-height: 2.1875rem !important;
    margin-bottom: 15px;
  }

  .gb-block-cta p {
    color: var(--cta-text-color) !important;
    font-size: 1.125rem !important;
    line-height: 1.875rem !important;
  }

  .gb-block-cta .gb-cta-button a,
  .gb-block-cta .wp-block-button .wp-block-button__link {
    font-size: 18px !important;
    background-color: var(--cta-btn-background) !important;
    border-radius: var(--cta-btn-border-radius) !important;
  }
  .gb-block-cta .wp-block-button .wp-block-button__link:hover,
  .gb-block-cta .gb-cta-button a:hover {
    background-color: #FFF !important;
    color: #173E6D !important;
    transition: all .5s ease;
    text-decoration: none;
  }

  .gb-block-cta *:last-child {
    margin-bottom: 0;
  }

/* Page and Post Grid */
  .gb-block-post-grid .is-grid,
  .gb-block-post-grid .gb-is-grid {
    grid-gap: 0 4em;
  }

  .gb-block-post-grid .is-grid article,
  .gb-block-post-grid .gb-is-grid article {
    margin-bottom: 5em;
  }

  .gb-block-post-grid header .gb-block-post-grid-title a {
    font-size: 1.5rem;
  }

  .gb-block-post-grid .gb-block-post-grid-more-link {
    width: auto;
    background-color: var(--btn-background-color);
    border-radius: var(--btn-border-radius);
    border: none;
    color: var(--btn-text-color);
    cursor: pointer;
    font-size: 1.25rem;
    text-decoration: none !important;
    font-weight: bold;
    padding: 14px 24px;
    transition: all .5s ease;
    user-select: none;
}

.gb-block-post-grid .gb-block-post-grid-more-link:hover,
.gb-block-post-grid .gb-block-post-grid-more-link:active,
.gb-block-post-grid .gb-block-post-grid-more-link:focus {
  color: var(--btn-hover-text-color);
  transition: all .5s ease;
  opacity: 0.8;
  text-decoration: none;
}


.gb-block-post-grid .gb-block-post-grid-more-link:hover,
.gb-block-post-grid .gb-block-post-grid-more-link:active,
.gb-block-post-grid .gb-block-post-grid-more-link:focus {
  color: var(--btn-hover-text-color);
  transition: all .5s ease;
  opacity: 0.8;
  text-decoration: none;
}

.gb-block-post-grid header .gb-block-post-grid-title a {
    font-size: 1.875rem;
    line-height: 2.1875rem;
}

.gb-block-post-grid .gb-block-post-grid-author,
.gb-block-post-grid .gb-block-post-grid-date {
    font-size: 0.8125rem;
    line-height: 1rem;
}

.gb-block-post-grid .is-grid article {
  margin-bottom: 0;
}


/* Media & Text Block */
  .wp-block-media-text.has-media-on-the-right:not(.alignfull) .wp-block-media-text__content {
    padding-left: 0;
  }

  .wp-block-media-text:not(.has-media-on-the-right):not(.alignfull) .wp-block-media-text__content {
    padding-right: 0;
  }

/*
Gutenberg Styling - VI Page Layouts
---------------------------------------------------------------------------------------------------- */
.full-width-content .vi-layout-features,
.full-width-content .vi-layout-team,
.full-width-content .vi-layout-pricing {
  margin-bottom: -100px !important;
}

.vi-sally-section-text-accordion .gb-block-accordion .gb-block-button:last-of-type .gb-button {
  margin-bottom: 0;
}

.home .vi-sally-section-text-accordion .gb-block-accordion:last-of-type {
  margin-bottom: 0;
}

.home .vi-alpha-section-media-text .wp-block-media-text__media {
  background-repeat: no-repeat;
}

/*
VIMM Styling
---------------------------------------------------------------------------------------------------- */
/** Responsive Alerts **/
#wp-admin-bar-responsive_check * {
  background: yellow;
  color: #000;
  text-shadow: none;
  padding: 0px 60px !important;
}

#wp-admin-bar-responsive_check .ab-item:hover {
  background: red !important;
  color: #000 !important;
}

.error404 input[type="search"] {
  padding: 20px 20px 19px;
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  border-radius: 0px;
}

.error404 .search-form-submit {
  display: inline-block;
  vertical-align: middle;
  padding: 17px 10px;
  border-radius: 0px;
  width: 20%;
  margin-right: 0px;
  margin-bottom: 0px;
}

.post-edit-link {
  display: none;
}

/*
Custom Styling
---------------------------------------------------------------------------------------------------- */
#top-bar-container {
  width: 100%;
  overflow: hidden;
}

#top-bar-container p {
  margin: 0;
  text-transform: uppercase;
}

#top-bar-container a {
  color: #fff;
  text-decoration: none;
}

#top-bar-container a:hover {
  opacity: 0.8;
}

#top-bar-container ul,
#top-bar-container ol {
  margin: 0;
}

#top-bar-container p:not(:first-of-type) {
  margin: 0 0 0 15px;
}

#top-bar-container p.phone a:before {
  margin: 0 5px 0 0;
  font-family: "FontAwesome";
  content: "\f095";
}

#top-bar-container p.text a:before {
  margin: 0 5px 0 0;
  font-family: "FontAwesome";
  content: "\f075";
}

#top-bar-container p.billpay a:before {
  margin: 0 5px 0 0;
  font-family: "FontAwesome";
  content: "\f15b";
}

/*Tango After Header*/
#fullwidth-after-header-container {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url('/wp-content/themes/vimm-gutenberg-patterns/images/patterns/fullwidth-pagetitle.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 52%;
  position: relative;
}

#fullwidth-after-header-container::before {
  background-color: #000;
  opacity: 0.7;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;    
}

#fullwidth-after-header-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 25px;
  text-align: center;
}

#fullwidth-after-header-wrap .entry-title {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  font-size: 3.75rem;
  line-height: 1.1666;
  margin: 0;
}

/*Mayday Before Footer*/
#before-footer-mayday-container {
  background: -webkit-linear-gradient(top left, #eee, #a9b8c3);
  background: -o-linear-gradient(top left, #eee, #a9b8c3);
  background: linear-gradient(to bottom right, #eee, #a9b8c3);
}


/*Alpha After Header*/
#fiftyfifty-after-header-container {
  background: -webkit-linear-gradient(top left, rgb(62,73,71) 0%, rgb(5,5,7) 100%);
  background: -o-linear-gradient(top left, rgb(62,73,71) 0%, rgb(5,5,7) 100%);
  background: linear-gradient(to bottom right, rgb(62,73,71) 0%, rgb(5,5,7) 100%);
}

#fiftyfifty-after-header-wrap {
  padding: 0;
  display: grid;
  grid-template-columns:auto 48%;
  background: #272727;
}

#fiftyfifty-after-header-wrap .entry-title {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 3.75rem;
  line-height: 3.5rem;
  margin: 0;
  justify-self: center;
  align-self: center;
  padding: 20px 100px;
}

#fiftyfifty-after-header-wrap #fiftyfifty-after-header-title {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 250px;
}

#fiftyfifty-after-header-wrap #fiftyfifty-after-header-image {
  width: 100%;
  justify-self: start;
  align-self: self-start;
  height: 100%;
  min-height: 250px;
  background-size: cover;  
  background-image: url('/wp-content/themes/vimm-gutenberg-patterns/images/patterns/fullwidth-pagetitle.jpg');
  background-position: 50% 50%;
}

/* Text Excerpt After Header */
#textexcerpt-after-header-container {
  padding: 4% 0 0 0;
}

#textexcerpt-after-header-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 2px #272727;
}

#textexcerpt-after-header-wrap h1.entry-title {
  flex-basis: 40%;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 3.75rem;
  line-height: 1.2;
}

#textexcerpt-after-header-wrap p.excerpts {
  flex-basis: 35%;
  margin: 0;
  padding: 0;
  color: #707070;
  font-size: 1.125rem;
  line-height: 1.9375rem;
}

#textexcerpt-after-header-wrap p.excerpts .more-link-container {
  display: none;
}

/* Text Excerpt & Image After Header */
#textexcerptimage-after-header-container {
  position: relative;
  background-size: cover;  
  background-image: url('/wp-content/themes/vimm-gutenberg-patterns/images/patterns/fullwidth-pagetitle.jpg');
  padding: 90px 0;
}

#textexcerptimage-after-header-container::before {
  background-color: #000;
  opacity: 0.7;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;    
}

#textexcerptimage-after-header-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#textexcerptimage-after-header-wrap h1.entry-title {
  flex: 1 1 100%;
  z-index: 9;
  margin: 0 0 20px 0;
  padding: 0;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 3.75rem;
  line-height: 1.2;
}

#textexcerptimage-after-header-wrap p.excerpts {
  flex: 1 1 100%;
  z-index: 9;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  font-size: 1.125rem;
  line-height: 1.9375rem;
  max-width: 60%;
}

#textexcerptimage-after-header-wrap p.excerpts .more-link-container {
  display: none;
}

/* Add to Any */
.home .addtoany_share_save_container {
  display: none;
}

.addtoany_share_save_container {
  margin-top: 80px;
}

/*
Events Calendar
---------------------------------------------------------------------------------------------------- */
.tribe-common .tribe-common-h1 {
  margin: 10px 0 20px 0;
  font-size: var(--h1-font-size);
  color: var(--h1-font-color);
}

.tribe-common .tribe-common-h2 {
  margin: 10px 0 10px 0;
  font-size: var(--h2-font-size);
  color: var(--h2-font-color);
}

.tribe-common .tribe-common-h3 {
  margin: 10px 0 10px 0;
  font-size: var(--h3-font-size);
  color: var(--h3-font-color);
}

.tribe-common .tribe-common-h4 {
  margin: 10px 0 10px 0;
  font-size: var(--h4-font-size);
  color: var(--h4-font-color);
}

.tribe-common .tribe-common-h5 {
  margin: 10px 0 5px 0;
  font-size: var(--h5-font-size);
  color: var(--h5-font-color);
}

.tribe-common .tribe-common-h6 {
  margin: 10px 0 5px 0;
  font-size: var(--h6-font-size);
  color: var(--h6-font-color);
}


.tribe-events-page-template button:after {
	display: none;
}

.tribe-events .site-inner a,
.tribe-events .site-inner a:visited,
.tribe-events-page-template .site-inner a,
.tribe-events-page-template .site-inner a:visited {
  color: var(--link-color) !important;
  text-decoration: underline;
}

.tribe-events .site-inner a:hover,
.tribe-events-page-template .site-inner a:hover,
.tribe-events .site-inner a:focus,
.tribe-events-page-template .site-inner a:focus {
  color: var(--link-hover-color) !important;
  text-decoration: none;
}

.tribe-events abbr[title],
.tribe-events-page-template abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

.tribe_events.entry {
  padding: 0 0 50px 0;
}

.tribe-events-content ol,
.tribe-events-content ul{
  padding: 0;
  overflow: hidden;
}

.tribe-events-content ol li,
.tribe-events-content ul li {
  margin: 10px 0 0 35px;
  list-style-type: decimal;
}

.tribe-events-content ul li {
  list-style-type: none;
  list-style-image: url("images/bullet.png");
}

.tribe-events-content ol ol,
.tribe-events-content ul ul {
  margin: 0 0 0 0;
}

/* Month View Event Tooltip */
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title-link,
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title-link:hover,
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title-link:focus,
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title-link:visited {
	font-size: 1.1rem;
  color: var(--link-color);
  border-bottom: none;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-description p {
  font-size: .9rem;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-description span.more-link-container {
  margin: 5px 0 0 0;
  font-size: .9rem;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-cost .tribe-events-c-small-cta__price {
  font-size: .9rem;
}

/* Live View */
.tribe-events .tribe-events-calendar-list__event-title-link {
  color: var(--link-color);
}

.tribe-events .tribe-events-calendar-list__event-title-link:hover,
.tribe-events .tribe-events-calendar-list__event-title-link:focus,
.tribe-events .tribe-events-calendar-list__event-title-link:visited,
.tribe-events .tribe-events-calendar-list__event-title-link:active {
  color: var(--link-hover-color);
}

.tribe-events .tribe-events-c-small-cta__price {
  font-size: 1rem;
}

/* Buttons */
.tribe-events .tribe-events-c-search__button,
.tribe-events button.tribe-events-c-search__button,
.tribe-events .tribe-events-c-search__button {
  background-color: var(--btn-background-color);
  color: var(--btn-text-color);
}

.tribe-events .tribe-events-c-search__button:active,
.tribe-events .tribe-events-c-search__button:focus,
.tribe-events .tribe-events-c-search__button:hover,
.tribe-events button.tribe-events-c-search__button:active,
.tribe-events button.tribe-events-c-search__button:focus,
.tribe-events button.tribe-events-c-search__button:hover,
.tribe-events .tribe-events-c-search__button:active,
.tribe-events .tribe-events-c-search__button:focus,
.tribe-events .tribe-events-c-search__button:hover {
  background-color: var(--btn-background-color);
  color: var(--btn-text-color);
  opacity: .8;
}

.tribe-common .tribe-common-c-btn-border {
  border-color: var(--btn-outline-color);
  color: var(--btn-outline-text-color);
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
  background-color: var(--btn-background-color);
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item a,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item a {
  font-size: .9rem;
}

.tribe-events .datepicker .day.active,
.tribe-events .datepicker .day.active:hover {
  background-color: var(--btn-background-color);
  color: var(--btn-text-color);
}


/* LANDING PAGE */
.page-template-page-landingpage .site-header .title-area {
  width: 100%;
}

.page-template-page-landingpage.header-image .site-title > a {
  background-position: center;
}

/* LAnDING PAGE TWO */
.vi-landing-page .content-sidebar-wrap {
padding: 0;
}

.vi-landing-page ul li {
  list-style-image: none;
  background: url(images/bullet-2.png) top 5px left;
  background-repeat: no-repeat;
  margin: 10px 0 0 0;
  padding: 0 0 0 33px;
}

.vi-landing-page .vi-lp-2.section-3 .gb-block-layout-column-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vi-landing-page .vi-lp-2.section-3 .gb-block-layout-column-inner .wp-block-image,
.vi-landing-page .vi-lp-2.section-3 .gb-block-layout-column-inner p {
  margin-bottom: 0;
}

.vi-landing-page .vi-lp-2.section-3 .gb-block-layout-column-inner .wp-block-image {
  flex: 1 1 75px;
}

.vi-landing-page .vi-lp-2.section-3 .gb-block-layout-column-inner p {
  flex: 1 1 calc( 100% - 75px );
}

.vi-landing-page .vi-lp-2.section-7 blockquote {
  background: url(images/quote.png) top left no-repeat;
  padding: 0 40px 0 90px
}

.vi-landing-page .vi-lp-2.section-7 blockquote p,
.vi-landing-page .vi-lp-2.section-7 blockquote cite {
  color: #fff;
}

.vi-landing-page .vi-lp-2.section-7 blockquote p {
  font-weight: normal;
  margin: 0 0 20px;
}

.vi-landing-page .vi-lp-2.section-7 blockquote cite {
  font-style: normal
}

.vi-landing-page .vi-lp-3.section-2 .gravity-theme {
  background-color: #35353a;
  padding: 40px;
}

.vi-landing-page .vi-lp-3.section-2 .gravity-theme h2,
.vi-landing-page .vi-lp-3.section-2 .gravity-theme .gform_description {
  color: #fff;
}

.vi-landing-page .vi-lp-3.section-2 .gravity-theme .gform_description {
  margin: 0 0 30px 0;
  display: inline-block;
}

.vi-landing-page .vi-lp-3.section-2 .gravity-theme input {
  border-radius: 8px;
}

.vi-landing-page .vi-lp-3.section-2 .gravity-theme .gform_footer {
  padding-bottom: 0;
}

.vi-landing-page .vi-lp-3.section-2 .gravity-theme .gform_footer .button {
  width: 100%;
  border-radius: 8px;
  margin: 0
}

.vi-landing-page .vi-lp-3.section-3 .gb-block-layout-column-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vi-landing-page .vi-lp-3.section-3 .gb-block-layout-column-inner .wp-block-image,
.vi-landing-page .vi-lp-3.section-3 .gb-block-layout-column-inner p {
  margin-bottom: 0;
}

.vi-landing-page .vi-lp-3.section-3 .gb-block-layout-column-inner .wp-block-image {
  flex: 1 1 75px;
}

.vi-landing-page .vi-lp-3.section-3 .gb-block-layout-column-inner p {
  flex: 1 1 calc( 100% - 75px );
}

.vi-landing-page .vi-lp-3.section-7 blockquote p,
.vi-landing-page .vi-lp-3.section-7 blockquote cite {
  color: #fff;
  text-align: center;
}

.vi-landing-page .vi-lp-3.section-7 blockquote p {
  font-weight: normal;
  margin: 0 0 20px;
}

.vi-landing-page .vi-lp-3.section-7 blockquote cite {
  font-style: normal;
  display: inline-block;
  margin: 0 auto;
  width: 100%;
}

@media only screen and (max-width: 960px) {

  .vi-landing-page .vi-lp-1.section-2 .gb-layout-column-wrap.gb-is-responsive-column,
  .vi-landing-page .vi-lp-2.section-2 .gb-layout-column-wrap.gb-is-responsive-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas:
        "col1"
        "col2"
        "col3";
  }

  .vi-landing-page .vi-lp-3.section-2 .gb-layout-column-wrap .gb-block-layout-column:first-of-type {
    margin-bottom: 50px;
  }

  .vi-landing-page .vi-lp-3.section-2 .gb-layout-column-wrap.gb-is-responsive-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas:
        "col1"
        "col2";
  }

}

@media only screen and (max-width: 768px) {

  .vi-landing-page .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100%!important;
  }

  .vi-landing-page .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 30px;
  }

  .vi-landing-page .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
    padding: 0;
  }

  .vi-landing-page .section-1 .gb-layout-column-wrap.gb-is-responsive-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas:
        "col1"
        "col2";
  }

  .vi-landing-page .section-1 .wp-block-image {
    text-align: center;
  }
  
  .vi-landing-page .section-1 .wp-block-buttons {
    justify-content: center;
  }

  .vi-landing-page .vi-lp-2.section-2 .gb-layout-column-wrap.gb-is-responsive-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas:
        "col1"
        "col2"
        "col3";
  }

  .vi-landing-page .vi-lp-2.section-3 .gb-block-layout-column:not(:last-of-type) .gb-block-layout-column-inner,
  .vi-landing-page .vi-lp-3.section-3 .gb-block-layout-column:not(:last-of-type) .gb-block-layout-column-inner {
    margin-bottom: 20px;
  }

  .vi-landing-page .vi-lp-2.section-3 .gb-layout-column-wrap,
  .vi-landing-page .vi-lp-3.section-3 .gb-layout-column-wrap {
    grid-template-columns: 1fr;
    grid-template-areas:
    "col1"
    "col2"
    "col3";
  }

  .vi-landing-page .vi-lp-2.section-3 .gb-block-layout-column-inner .wp-block-image,
  .vi-landing-page .vi-lp-2.section-3 .gb-block-layout-column-inner p {
    flex: unset
  }

  .vi-landing-page .vi-lp-3.section-3 .gb-block-layout-column-inner .wp-block-image,
  .vi-landing-page .vi-lp-3.section-3 .gb-block-layout-column-inner p {
    flex: unset
  }
}

.cool-column {
  background-color: var(--col-background-color);
  border-radius: var(--col-border-radius);
  padding: var(--col-padding);
  margin: var(--col-margin);
}

.delay1 {
  animation-delay: .25s !important;
}

.delay2 {
  animation-delay: .5s !important;
}

.delay3 {
  animation-delay: .75s !important;
}

.delay4 {
  animation-delay: 1s !important;
}

/* BLOCK PATTERNS */

.static-main-image-one .gb-block-layout-column-inner *:last-child {
  margin-bottom: 0;
}

.static-main-image-one .wp-block-buttons .wp-block-button__link {
  background-color: var(--main-img-one-btn-bkgd-color);
}

.static-main-image-one .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  border-color: var(--main-img-one-btn-border-color);
  color: var(--main-img-one-btn-txt-color);
}

.static-main-image-one .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: var(--main-img-one-btn-hover-bkgd-color);
  color: var(--main-img-one-btn-hover-txt-color);
}

@media only screen and (max-width: 1200px) {
  .static-main-image-one .wp-block-genesis-blocks-gb-columns {
      padding-left: 25px;
      padding-right: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .static-main-image-one .gb-layout-columns-2 > .gb-layout-column-wrap.gb-is-responsive-column {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-template-areas:
          "col1"
          "col2";
  }
  .static-main-image-one .gb-block-layout-column:nth-child(1) {
      margin-bottom: 40px;
  }
}

.static-main-image-two .gb-block-layout-column-inner *:last-child {
  margin-bottom: 0;
}

.static-main-image-two .wp-block-buttons .wp-block-button__link {
  background-color: var(--main-img-two-btn-bkgd-color);
}

.static-main-image-two .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  border-color: var(--main-img-two-btn-border-color);
  color: var(--main-img-two-btn-txt-color);
}

.static-main-image-two .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: var(--main-img-two-btn-hover-bkgd-color);
  color: var(--main-img-two-btn-hover-txt-color);
}

@media only screen and (max-width: 1200px) {
  .static-main-image-two .wp-block-genesis-blocks-gb-columns {
      padding-left: 25px;
      padding-right: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .static-main-image-two .gb-layout-columns-2 > .gb-layout-column-wrap.gb-is-responsive-column {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-template-areas:
          "col1"
          "col2";
  }
  .static-main-image-two .gb-block-layout-column:nth-child(1) {
      margin-bottom: 40px;
  }
}

.static-main-image-three .gb-block-layout-column-inner *:last-child {
  margin-bottom: 0;
}

.static-main-image-three .gb-layout-column-wrap div:last-of-type() {
  margin-bottom: 2em;
}

.static-main-image-three .wp-block-buttons .wp-block-button__link {
  background-color: var(--main-img-three-btn-bkgd-color);
}

.static-main-image-three .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  border-color: var(--main-img-three-btn-border-color);
  color: var(--main-img-three-btn-txt-color);
}

.static-main-image-three .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: var(--main-img-three-btn-hover-bkgd-color);
  color: var(--main-img-three-btn-hover-txt-color);
}

@media only screen and (max-width: 1500px) {
  .static-main-image-three .wp-block-genesis-blocks-gb-columns {
      padding-left: 25px;
      padding-right: 25px;
  }
}

@media only screen and (max-width: 1023px) {
  .static-main-image-three .gb-layout-columns-2.alignwide > .gb-layout-column-wrap.gb-is-responsive-column {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-template-areas:
          "col1"
          "col2";
  }
  .static-main-image-three .gb-layout-columns-2.alignwide > div > .gb-block-layout-column:nth-child(1) {
      margin-bottom: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .static-main-image-three .gb-layout-column-wrap.gb-is-responsive-column {
      grid-gap: 2em;
  }
}

.static-main-image-four .gb-block-layout-column-inner *:last-child {
  margin-bottom: 0;
}

.static-main-image-four .wp-block-buttons .wp-block-button__link {
  background-color: var(--main-img-four-btn-bkgd-color);
}

.static-main-image-four .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  border-color: var(--main-img-four-btn-border-color);
  color: var(--main-img-four-btn-txt-color);
}

.static-main-image-four .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: var(--main-img-four-btn-hover-bkgd-color);
  color: var(--main-img-four-btn-hover-txt-color);
}

@media only screen and (max-width: 1200px) {
  .static-main-image-four .wp-block-genesis-blocks-gb-columns {
      padding-left: 25px;
      padding-right: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .static-main-image-four .gb-layout-columns-2 > .gb-layout-column-wrap.gb-is-responsive-column {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-template-areas:
          "col1"
          "col2";
  }
  .static-main-image-one .gb-block-layout-column:nth-child(1) {
      margin-bottom: 40px;
  }
}

.graphic-text-two-column .gb-block-layout-column-inner *:last-child,
.graphic-text-three-column .gb-block-layout-column-inner *:last-child,
.graphic-text-four-column .gb-block-layout-column-inner *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 800px) {
  .graphic-text-four-column .gb-layout-column-wrap {
      grid-gap: 2em;
  }
}

@media only screen and (max-width: 600px) {
  .graphic-text-two-column .gb-layout-column-wrap,
  .graphic-text-three-column .gb-layout-column-wrap {
      grid-gap: 2em;
  }
}

.graphic-text-layered-two-column .gb-block-layout-column-inner *:last-child {
  margin-bottom: 0;
}

.graphic-text-layered-two-column .has-tan-background-color a,
.graphic-text-layered-two-column .has-tan-background-color a:hover,
.graphic-text-layered-two-column .has-tan-background-color a:active {
  color: #394342;
}

.graphic-text-layered-two-column {
  padding: 50px 0 0 0;
}

.graphic-text-layered-two-column .gb-block-layout-column-inner > figure > img {
  margin: -50px 0 0 0;
}

@media only screen and (max-width: 1023px) {
  .graphic-text-layered-two-column .gb-layout-column-wrap {
      grid-gap: 2em;
  }
}

@media only screen and (max-width: 600px) {
  .graphic-text-layered-two-column .gb-layout-column-wrap {
      grid-gap: 6em 0;
  }
}

.graphic-text-layered-three-column .gb-block-layout-column-inner *:last-child {
  margin-bottom: 0;
}

.graphic-text-layered-three-column .has-tan-background-color a,
.graphic-text-layered-three-column .has-tan-background-color a:hover,
.graphic-text-layered-three-column .has-tan-background-color a:active {
  color: #394342;
}

.graphic-text-layered-three-column {
  padding: 50px 0 0 0;
}

.graphic-text-layered-three-column .gb-block-layout-column-inner > figure > img {
  margin: -50px 0 0 0;
}

@media only screen and (max-width: 1023px) {
  .graphic-text-layered-three-column .gb-layout-column-wrap {
      grid-gap: 6em 0;
  }
  .graphic-text-layered-three-column.gb-layout-columns-3>.gb-layout-column-wrap.gb-is-responsive-column {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-template-areas:
          "col1"
          "col2"
          "col3";
  }
}

.graphic-text-layered-four-column .gb-block-layout-column-inner *:last-child {
  margin-bottom: 0;
}

.graphic-text-layered-four-column .has-tan-background-color a,
.graphic-text-layered-four-column .has-tan-background-color a:hover,
.graphic-text-layered-four-column .has-tan-background-color a:active {
  color: #394342;
}

.graphic-text-layered-four-column {
  padding: 50px 0 0 0;
}

.graphic-text-layered-four-column .gb-block-layout-column-inner > figure > img {
  margin: -50px 0 0 0;
}

@media only screen and (max-width: 1023px) {
  .graphic-text-layered-four-column .gb-layout-column-wrap {
      grid-gap: 6em 2em;
  }
  .graphic-text-layered-four-column.gb-layout-columns-4 > .gb-layout-column-wrap.gb-is-responsive-column {
      grid-template-rows: auto;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      grid-template-areas:
          "col1 col2"
          "col3 col4";
  }
}

@media only screen and (max-width: 768px) {
  .graphic-text-layered-four-column .gb-layout-column-wrap {
      grid-gap: 6em 0;
  }
  .graphic-text-layered-four-column.gb-layout-columns-4>.gb-layout-column-wrap.gb-is-responsive-column {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-template-areas:
          "col1"
          "col2"
          "col3"
          "col4";
  }
}

.graphic-text-layered-three-by-two .wp-block-genesis-blocks-gb-columns {
  padding: 50px 0 0 0;
}

.graphic-text-layered-three-by-two .has-light-black-background-color a,
.graphic-text-layered-three-by-two .has-light-black-background-color a:hover,
.graphic-text-layered-three-by-two .has-light-black-background-color a:active {
  color: #fff;
}

.graphic-text-layered-three-by-two .gb-block-layout-column-inner > figure > img{
  margin: -50px 0 0 0;
}

@media only screen and (max-width: 1200px) {
  .graphic-text-layered-three-by-two figure {
      float: none;
      margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .graphic-text-layered-three-by-two .gb-layout-columns-3>.gb-layout-column-wrap.gb-is-responsive-column {
      grid-gap: 3em 2em;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-template-areas:
          "col1"
          "col2"
          "col3";
  }

  .graphic-text-layered-three-by-two .gb-layout-columns-3>.gb-layout-column-wrap.gb-is-responsive-column .wp-block-genesis-blocks-gb-column {
      text-align: center;
  }

  .graphic-text-layered-three-by-two .gb-layout-columns-3>.gb-layout-column-wrap.gb-is-responsive-column .wp-block-genesis-blocks-gb-column figure {
      margin: 1em auto;
  }
}

.graphic-text-layered-stacked .solid-bkgd > div {
  border-radius: 25px;
}

.graphic-text-layered-stacked .solid-bkgd > div *:last-child {
  margin-bottom: 0;
}

.graphic-text-layered-stacked .stack-column .gb-block-layout-column-inner  {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  height: 100%;
}

.graphic-text-layered-stacked .stack-column .gb-block-layout-column-inner > div {
  flex: 1 1 100%;
}

.graphic-text-layered-stacked .stack-column .gb-block-layout-column-inner > div .wp-block-heading {
  margin-bottom: 0;
}

.graphic-text-layered-stacked .stack-column .gb-block-layout-column-inner .stack-wrap > .gb-container-inside > .gb-container-content {
  display: flex;
  align-items: center;
  gap: 0 45px;
}

.graphic-text-layered-stacked .stack-column .gb-block-layout-column-inner .stack-wrap > .gb-container-inside > .gb-container-content *:last-child {
  margin-bottom: 0;
}

.graphic-text-layered-stacked .stack-column .gb-block-layout-column-inner .stack-wrap > .gb-container-inside > .gb-container-content .wp-block-image {
  margin-bottom: 0;
  min-width: 145px;
}

.graphic-text-layered-stacked .stack-column .gb-block-layout-column-inner .stack-wrap > .gb-container-inside > .gb-container-content .gb-block-container {
  flex: 1;
}

@media only screen and (max-width: 1200px) {
  .graphic-text-layered-stacked > .gb-container-inside > .gb-container-content > div {
      padding-left: 25px;
      padding-right: 25px;
  }
}

@media only screen and (max-width: 1023px) {
  .graphic-text-layered-stacked .gb-layout-columns-2 > .gb-layout-column-wrap.gb-is-responsive-column {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-template-areas:
          "col1"
          "col2";
  }
  .graphic-text-layered-stacked .gb-block-layout-column-gap-5 {
      grid-gap: 5em 5em;
  }
  .graphic-text-layered-stacked .stack-column .gb-block-layout-column-inner {
      gap: 2.5em 0;
  }
}

@media only screen and (max-width: 600px) {
  .graphic-text-layered-stacked .stack-column .gb-block-layout-column-inner .stack-wrap > .gb-container-inside > .gb-container-content {
      gap: 0 5px;
      flex-wrap: wrap;
  }
  
  .graphic-text-layered-stacked .stack-column .gb-block-layout-column-inner .stack-wrap > .gb-container-inside > .gb-container-content * {
      flex: 1 1 100%;
      text-align: center;
  }

  .graphic-text-layered-stacked .stack-column .gb-block-layout-column-inner .stack-wrap > .gb-container-inside > .gb-container-content .wp-block-image {
      margin-bottom: 10px;
  }
}

.featured_highlight_image_video_below .image-video-container {
  margin-top: -100px;
}


.featured_highlight_left_highlight .leftcol > div {
  border-radius: 25px;
}

.featured_highlight_left_highlight .leftcol hr.wp-block-separator {
  background-color: #707070;
}

.featured_highlight_left_highlight .leftcol > div > *:last-child {
  margin-bottom: 0;
}

.featured_highlight_fifty_fifty_right .icon-container p {
  margin-bottom: 0;
}

.featured_highlight_fifty_fifty_right .icon-container .gb-block-layout-column-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 0 20px 0;
}

.featured_highlight_fifty_fifty_right .icon-container .gb-block-layout-column-inner figure {
  margin: 0 20px 0 0;
}

.featured_highlight_fifty_fifty_left .gb-block-layout-column-inner > *:last-child {
  margin-bottom: 0;
}

.featured_highlight_icon_grid .gb-block-layout-column.rounded > div {
  border-radius: 25px;
}

@media only screen and (max-width: 960px) {
  .featured_highlight_left_highlight .gb-layout-columns-2>.gb-layout-column-wrap.gb-is-responsive-column,
  .featured_highlight_fifty_fifty_right .gb-layout-columns-2>.gb-layout-column-wrap.gb-is-responsive-column,
  .featured_highlight_fifty_fifty_left .gb-layout-columns-2>.gb-layout-column-wrap.gb-is-responsive-column,
  .featured_highlight_icon_grid .gb-layout-columns-2>.gb-layout-column-wrap.gb-is-responsive-column {
      gap: 1em;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-template-areas:
          "col1"
          "col2";
  }
}

.featured-posts-featured-with-list .featured .gb-block-post-grid-text {
  padding: 20px 35px;
}

.featured-posts-featured-with-list .featured article {
  margin-bottom: 3em;
}

.featured-posts-featured-with-list .list article {
  border-bottom-color: #707070 !important;
}

.featured-posts-featured-with-list .list article .gb-block-post-grid-more-link {
  background-color: transparent;
  padding: 0;
  color: var(--link-color) !important;
  text-decoration: underline !important;
}

.featured-posts-featured-with-list .list article .gb-block-post-grid-more-link:hover {
  color: var(--link-color) !important;
  opacity: 1;
  text-decoration: none !important;
}

.logo-image-four-column figure,
.logo-image-five-column figure,
.logo-image-six-column figure {
  margin-bottom: 0;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .logo-image-four-column .gb-layout-columns-4>.gb-layout-column-wrap.gb-is-responsive-column,
  .logo-image-five-column .gb-layout-columns-5>.gb-layout-column-wrap.gb-is-responsive-column,
  .logo-image-six-column .gb-layout-columns-6>.gb-layout-column-wrap.gb-is-responsive-column {
      grid-gap: 2em;
  }
}

.logo-image-slider-four-column .gb-layout-column-wrap {
  display: block;
}

.logo-image-slider-four-column figure {
  margin-bottom: 0;
  text-align: center;
}

.logo-image-slider-four-column .slider-wrapper {
  overflow: visible;
}

.logo-image-slider-four-column .tns-outer > button {
  display: none;
}

.logo-image-slider-four-column .tns-outer .tns-controls {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: absolute;
  top: calc( 50% - 21px );
  left: -2.5%;
  z-index: 9;
  width: 105%;
}

.logo-image-slider-four-column .tns-outer .tns-controls button {
  padding: 0;
  background-color: transparent;
  color: rgba(112, 112, 112, .83);
}

.logo-image-slider-four-column .tns-outer .tns-controls button span {
  display: none;
}

.logo-image-slider-four-column .tns-outer .tns-controls button i {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-size: 1.625rem;
}

.logo-image-slider-four-column .tns-outer .tns-controls button:last-of-type {
  float: right;
}

.logo-image-slider-five-column .gb-layout-column-wrap {
  display: block;
}

.logo-image-slider-five-column figure {
  margin-bottom: 0;
  text-align: center;
}

.logo-image-slider-five-column .slider-wrapper {
  overflow: visible;
}

.logo-image-slider-five-column .tns-outer > button {
  display: none;
}

.logo-image-slider-five-column .tns-outer .tns-controls {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: absolute;
  top: calc( 50% - 21px );
  left: -2.5%;
  z-index: 9;
  width: 105%;
}

.logo-image-slider-five-column .tns-outer .tns-controls button {
  padding: 0;
  background-color: transparent;
  color: rgba(112, 112, 112, .83);
}

.logo-image-slider-five-column .tns-outer .tns-controls button span {
  display: none;
}

.logo-image-slider-five-column .tns-outer .tns-controls button i {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-size: 1.625rem;
}

.logo-image-slider-five-column .tns-outer .tns-controls button:last-of-type {
  float: right;
}

.tribe-theme-genesis .tribe-events-widget .tribe-common-g-row {
  gap: 0 30px;
  align-items: center;
}

.tribe-theme-genesis .tribe-events-widget .tribe-events-widget-events-list__event-date-tag-month {
  font-family: "Open Sans", sans-serif;
  background-color: #272727;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  color: #fff;
  padding: 15px 0 10px;
}

.tribe-theme-genesis .tribe-events-widget .tribe-events-widget-events-list__event-date-tag-daynum {
  font-family: "Open Sans", sans-serif;
  background-color: #272727;
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 1.5625rem;
  line-height: 1.6875rem;
  font-weight: bold;
  color: #fff;
}

.tribe-theme-genesis .tribe_events.entry {
  padding: 0;
}

.tribe-theme-genesis .tribe-events-widget-events-list__event-datetime {
  font-family: "Open Sans", sans-serif;
  color: #707070;
  font-size: 0.8125rem;
  line-height: 1rem;
}

.tribe-theme-genesis .tribe-events-widget-events-list__event-datetime:before {
  content: "\f017";
  font-family: "Font Awesome 6 Free";
}

.tribe-theme-genesis .tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-title {
  font-family: "Open Sans", sans-serif;
  color: #1A1A1A;
  font-size: 1.875rem;
  line-height: 2.3125rem;  
}

.tribe-theme-genesis .tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-title a {
  border-bottom: none;
}

.tribe-theme-genesis .tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-title a:hover {
  border-bottom: none;
  opacity: .8;
}

.tribe-theme-genesis .tribe-events-widget .tribe-events-widget-events-list__event-row {
  border-bottom: solid 1px #707070;
  padding-bottom: 50px;
  margin-bottom: 50px !important;
}

.tribe-theme-genesis .tribe-events-widget .tribe-events-widget-events-list__view-more-link {
  display: inline-block;
  background-color: var(--btn-background-color);
  border-radius: var(--btn-border-radius);
  border: none;
  color: var(--btn-text-color);
  cursor: pointer;
  font-size: 1.25rem;
  text-decoration: none !important;
  font-weight: bold;
  padding: 14px 24px;
  transition: all .5s ease;
  user-select: none;
}

.tribe-theme-genesis .tribe-events-widget .tribe-events-widget-events-list__view-more-link:hover,
.tribe-theme-genesis .tribe-events-widget .tribe-events-widget-events-list__view-more-link:active,
.tribe-theme-genesis .tribe-events-widget .tribe-events-widget-events-list__view-more-link:focus {
  color: var(--btn-hover-text-color);
  transition: all .5s ease;
  opacity: 0.8;
  text-decoration: none;
}

.tribe-theme-genesis .tribe-common--breakpoint-medium.tribe-events-widget .list-view-image .tribe-events-widget-events-list__event-title {
  margin: 0 0 10px 0;
}

#list-view-image .list-view-image .date-container {
  color: #707070;
  font-size: 0.8125rem;
  line-height: 1rem;
}

#list-view-image .list-view-image .date-container:before {
  content: "\f073";
  font-family: "Font Awesome 6 Free";
  margin-right: 5px;
}

#list-view-image .list-view-image .time-container {
  margin-left: 10px;
  color: #707070;
  font-size: 0.8125rem;
  line-height: 1rem;
}

#list-view-image .list-view-image .time-container:before {
  content: "\f017";
  font-family: "Font Awesome 6 Free";
  margin-right: 5px;
}

#list-view-image .tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-row {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 30px !important;
  background-color: #F2EFEA;
}

#list-two-column-image .all-events {
  text-align: right;
  margin: 0 0 30px 0;
}

#list-two-column-image .date-container {
  color: #707070;
  font-size: 0.8125rem;
  line-height: 1rem;
}

#list-two-column-image .date-container:before {
  content: "\f073";
  font-family: "Font Awesome 6 Free";
  margin-right: 5px;
}

#list-two-column-image .time-container {
  margin-left: 20px;
  color: #707070;
  font-size: 0.8125rem;
  line-height: 1rem;
}

#list-two-column-image .time-container:before {
  content: "\f017";
  font-family: "Font Awesome 6 Free";
  margin-right: 5px;
}

#list-two-column-image .tribe-events-widget-events-list__events {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

#list-two-column-image .tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-row {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0px !important;
  background-color: #F2EFEA;
  flex-wrap: wrap;
  flex: 0 1 calc( 50% - 25px );
}

#list-two-column-image .tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-title {
  font-family: "Open Sans", sans-serif;
  color: #1A1A1A;
  font-size: 1.875rem;
  line-height: 2.3125rem;
  margin: 20px 0 10px;
}

#list-two-column-image .tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-row img {
  width: 100%;
}

#list-two-column-image .tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-wrapper {
  padding: 50px;
}

#list-two-column-image .tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-row .event-excerpt .more-link-container {
  display: none;
}

@media only screen and (max-width: 960px) {
  #list-two-column-image .tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-row {
      flex: 1 1 100%;
  }
}

#list-three-column-image .all-events {
  text-align: right;
  margin: 0 0 30px 0;
}

#list-three-column-image .date-container {
  color: #707070;
  font-size: 0.8125rem;
  line-height: 1rem;
}

#list-three-column-image .date-container:before {
  content: "\f073";
  font-family: "Font Awesome 6 Free";
  margin-right: 5px;
}

#list-three-column-image .time-container {
  margin-left: 20px;
  color: #707070;
  font-size: 0.8125rem;
  line-height: 1rem;
}

#list-three-column-image .time-container:before {
  content: "\f017";
  font-family: "Font Awesome 6 Free";
  margin-right: 5px;
}

#list-three-column-image .tribe-events-widget-events-list__events {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 0;
}

#list-three-column-image .tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-row {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0px !important;
  background-color: #F2EFEA;
  flex-wrap: wrap;
  flex: 0 1 31%;
}

#list-three-column-image .tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-title {
  font-family: "Open Sans", sans-serif;
  color: #1A1A1A;
  font-size: 1.875rem;
  line-height: 2.3125rem;
  margin: 20px 0 10px;
}

#list-three-column-image .tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-row img {
  width: 100%;
}

#list-three-column-image .tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-wrapper {
  padding: 50px;
}

#list-three-column-image .tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-row .event-excerpt .more-link-container {
  display: none;
}

@media only screen and (max-width: 960px) {
  #list-three-column-image .tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-row {
      flex: 1 1 100%;
  }
}

/* Before Footers */
.before-footer-vi-layered  {
  margin-bottom: -70px;
  z-index: 1;
}

.before-footer-vi-layered .gb-block-layout-column-inner *:last-child {
  margin-bottom: 0;
}

.before-footer-vi-layered .wp-block-buttons {
  margin: 0;
}

.before-footer-vi-simple-one .gb-block-layout-column-inner *:last-child {
  margin-bottom: 0;
}

.before-footer-vi-simple-one .wp-block-buttons {
  margin: 0;
}

.before-footer-vi-simple-two > .gb-container-inside {
  background: linear-gradient(90deg, rgba(248, 246, 242, 1) 65%, rgba(112, 112, 112, 1) 65%);
}

.before-footer-vi-simple-two .gb-block-layout-column-inner *:last-child {
  margin-bottom: 0;
}

.before-footer-vi-simple-two .wp-block-buttons {
  margin: 0;
}

.before-footer-vi-simple-two .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  color: #FFFFFF;
  border: solid 2px #FFFFFF; 
}

.before-footer-vi-simple-two .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: #FFFFFF;
  color: #272727;
  border: solid 2px #FFFFFF;
  opacity: 1;
}

#before-footer-layered-center {
  position: relative;
  z-index: 1;
  margin-bottom: -70px;
}

#before-footer-layered-center .gb-block-layout-column-inner *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
  .before-footer-vi-layered .wp-block-buttons,
  .before-footer-vi-simple-one .wp-block-buttons,
  .before-footer-vi-simple-two .wp-block-buttons {
      margin: 20px 0 0 0;
      justify-content: center !important;
  }

  .before-footer-vi-simple-two > .gb-container-inside {
      background: none;
  }

  .before-footer-vi-simple-two .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
      background-color: transparent;
      color: #707070;
      border: solid 2px #707070; 
  }
  
  .before-footer-vi-simple-two .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
      background-color: #707070;
      color: #fff;
      border: solid 2px #707070;
      opacity: 1;
  }
}

/* Footers */
.footer-two-thirds-split div.gform_wrapper .top_label .gfield_label,
.footer-two-thirds-split div.gform_wrapper .ginput_complex label {
  display: none;
}

.footer-two-thirds-split .gb-background-cover {
  height: 100%;
}

.footer-stacked .gb-container-content > div:last-child {
  border-top: solid 1px #E7E8E7; 
}

.footer-stacked .gb-block-layout-column-inner *:last-child {
  margin-bottom: 0;
}

.footer-stacked div.gform_wrapper .top_label .gfield_label,
.footer-stacked div.gform_wrapper .ginput_complex label {
  display: none;
}

.footer-stacked div.gform_wrapper .gform_footer {
  display: none;
}

.footer-simple div.gform_wrapper .top_label .gfield_label,
.footer-simple div.gform_wrapper .ginput_complex label {
  display: none;
}

.footer-simple .gb-layout-columns-4 > .gb-layout-column-wrap {
  grid-template-columns: 33% 1fr 1fr 1fr;
}

.footer-simple div.gform_wrapper .gform_footer {
  display: none;
}

.footer-simple .gb-block-layout-column-inner > *:last-child {
  margin-bottom: 0;
}

/* Testimonials */
.single-testimonial .testimonial-text {
  background: url('images/patterns/quote-gray.png') top center no-repeat;
  padding: 90px 55px 0 !important;
}

.single-testimonial .testimonial-text p {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.split-testimonial .gb-block-layout-column-inner.gb-background-cover {
  height: 100%;
}

.split-testimonial .gb-background-cover > * {
  display: none;
}

.split-testimonial .testimonial-text {
  padding: 0 55px !important;
}

@media only screen and (max-width: 960px) {
  .split-testimonial .gb-layout-columns-2 > .gb-layout-column-wrap.gb-is-responsive-column {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-template-areas:
      "col1"
      "col2";
  }

  .single-testimonial {
      padding: 0 25px !important;
  }

  .split-testimonial .testimonial-container .gb-block-layout-column-inner {
      padding: 25px !important;
  }
}

.stacked-testimonial .gb-block-layout-column-inner.gb-background-cover {
  height: 100%;
}

.stacked-testimonial .testimonial-container .gb-block-layout-column-inner > .gb-block-container:before {
  content: url(images/patterns/quote-black.png);
  position: absolute;
  top: 10px;
  left: -30px;
  z-index: 9;
}

.stacked-testimonial .testimonial-container .gb-block-layout-column-inner > div {
  padding-left: 50px !important;
  max-width: 80%;
}

.stacked-testimonial .testimonial-container .gb-block-layout-column-inner > div .gb-container-content *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 960px) {
  .stacked-testimonial .gb-layout-columns-2 > .gb-layout-column-wrap.gb-is-responsive-column {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-template-areas:
      "col1"
      "col2";
  }

  .stacked-testimonial .testimonial-container .gb-block-layout-column-inner {
      padding: 25px 75px !important;
  }
  .stacked-testimonial .testimonial-container .gb-block-layout-column-inner > div {
      max-width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .stacked-testimonial .testimonial-container .gb-block-layout-column-inner > div {
      padding: 20px 10px 20px 50px !important;
  }
}

.overlay-grid-testimonial .overlay-element {
  background-color: rgba(231, 232, 231, .95);
}

@media only screen and (max-width: 960px) {
  .overlay-grid-testimonial .gb-layout-columns-2 > .gb-layout-column-wrap.gb-is-responsive-column {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-template-areas:
      "col1"
      "col2";
  }
}

.staggered-testimonial .gb-block-layout-column > div.gb-background-cover {
  height: 100%;
}

.staggered-testimonial .gb-block-layout-column > div:not(.gb-background-cover) {
  margin: 15% 0;
}

.staggered-testimonial.left .gb-block-layout-column > div:not(.gb-background-cover) {
  margin-left: -20%;
  z-index: 2
}

.staggered-testimonial.right .gb-block-layout-column > div:not(.gb-background-cover) {
  margin-right: -20%;
  z-index: 2
}

@media only screen and (max-width: 768px) {
  .staggered-testimonial .gb-block-layout-column > div.gb-background-cover {
      padding: 30%;
  }

  .staggered-testimonial .gb-layout-columns-2>.gb-layout-column-wrap.gb-is-responsive-column {
      grid-template-columns: 1fr;
      grid-template-areas:
      "col1"
      "col2";
  }

  .staggered-testimonial.right .gb-layout-columns-2>.gb-layout-column-wrap.gb-is-responsive-column {
      grid-template-areas:
      "col2"
      "col1";
  }

  .staggered-testimonial.left .gb-block-layout-column > div:not(.gb-background-cover) {
      margin: 0;
  }

  .staggered-testimonial.right .gb-block-layout-column > div:not(.gb-background-cover) {
      margin: 0;
  }
}

/* ROUNDED IMAGE STTLE */
.wp-block-image .is-style-rounded img {
  border-radius: 50%;
}

.vi-slider-stactic-combo .gb-container-content > * {
  margin-bottom: 0;
}

.vi-slider-stactic-combo .static-column .gb-block-layout-column-inner {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
}

.vi-slider-stactic-combo .static-column .gb-block-layout-column-inner .gb-block-container {
  height: 50%;
  padding: 129px 50px;
  flex: 1 1 100%;
}

.vi-slider-stactic-combo .vi-slideshow .slide-item-container .slide-content-container {
  left: inherit;
  padding: 0px 15%;
}

.vi-slider-stactic-combo .vi-slideshow.full_width .slide-item-container .slide-content-container {
  text-align: left;
}

/* Force our slider to 100% height */
.vi-slider-stactic-combo .gb-block-layout-column-inner,
.vi-slider-stactic-combo .vi-slideshow.owl-carousel,
.vi-slider-stactic-combo .slideshow-slides-container,
.vi-slider-stactic-combo .owl-stage-outer,
.vi-slider-stactic-combo .owl-stage,
.vi-slider-stactic-combo .owl-item,
.vi-slider-stactic-combo .owl-item .slide-image,
.vi-slider-stactic-combo .vi-slideshow .slide-item-container {
  height: 100%;
}

.vi-slider-stactic-combo .vi-slideshow.full_width .slide-item-container .slide-content-container {
  align-content: center;
}

/* List Block Style CSS */
.entry-content ul.wp-block-list.is-style-three-column {
  column-count: 3;
  column-gap: 20px;
}

@media only screen and (max-width:960px) {
  .entry-content ul.wp-block-list.is-style-three-column {
    column-count: 2;
  }
}

@media only screen and (max-width: 600px) {
  .entry-content ul.wp-block-list.is-style-three-column {
    column-count: 1;
  }
}

.entry-content ul.wp-block-list.is-style-two-column {
  column-count: 2;
}

@media only screen and (max-width: 600px) {
  .entry-content ul.wp-block-list.is-style-two-column {
    column-count: 1;
  }
}

.max-mega-menu li.mega-current-menu-item > a {
  color: #b21111 !important;
}

.home .section-one {
  position: relative;
}

.home .section-one:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  inset: 0;
  z-index: 0;
}

.home .section-one {
  position: relative;
}

.home .section-one .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: #B21111;
  color: #fff;
}

.home .section-one .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: transparent !important;
  border-color: #fff;
}


.home .section-one .wp-block-buttons .wp-block-button.blue .wp-block-button__link {
  background-color: #173E6D;
  border-color: #173E6D;
}

.home .section-one .wp-block-buttons .wp-block-button.blue .wp-block-button__link:hover {
  background-color: #fff;
  border-color: #fff;
}

.home .section-one > * {
  position: relative;
  z-index: 1;
}

.home .section-one:after {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI1NHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTMyMCAyOGMzMjAgMCAzMjAgODQgNjQwIDg0IDE2MCAwIDI0MC0yMSAzMjAtNDJ2NzBIMFY3MGM4MC0yMSAxNjAtNDIgMzIwLTQyeiIvPjwvZz48L3N2Zz4=);
  background-size: 100% 54px;
  height: 54px;
  transform: scale(1, 1);
}

.home .section-two > div {
  gap: 50px;
}

.home .section-two figure {
  width: 554px;
}

.home .section-two .content-media > .wp-block-group {
  flex: 1 0 calc(100% - 554px);
}

.home .section-two .image-container {
  position: relative;
}

.home .section-two .image-container figure.badge {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -220px;
}

.home .section-three .block-container {
  gap: 0;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  border-width: 2px;
  border-color: #FFFFFF;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
}

.block-container > p {
  width: 33.333%;
  position: relative;
  text-align: center;
}

.block-container > p a {
  position: relative;
  text-decoration: none;
}

.block-container > p.map-icon a:before {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  content: "\f3c5";
  font-family: "FontAwesome";
}

.block-container > p.phone-icon a:before {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  content: "\f095";
  font-family: "FontAwesome";
}

.home .section-four .red .wp-block-button__link {
  background-color: #b21111;
  border: solid 2px #b21111;
}

.home .section-four .red .wp-block-button__link:hover {
  background-color: #fff !important;
  color: #2B338C !important;
  border-color: #2B338C !important;
}

.home .section-five {
  background-image: linear-gradient(301deg, rgba(23, 62, 109, 0.87) 0%, rgba(23, 62, 109, 0.87) 100%), url('/wp-content/uploads/2024/05/Screen-Shot-2024-05-03-at-2.42.39-PM.png');
  background-position: center;
  background-size: cover;
}

.home .section-five:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI2MHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0Y5RjlGOSI+PHBhdGggZD0iTTMyMCAyOEMxNjAgMjggODAgNDkgMCA3MFYwaDEyODB2NzBjLTgwIDIxLTE2MCA0Mi0zMjAgNDItMzIwIDAtMzIwLTg0LTY0MC04NHoiLz48L2c+PC9zdmc+);
  background-size: 100% 54px;
  height: 54px;
  transform: scale(1, 1);
}

.home .section-five:after {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI1NHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTMyMCAyOGMzMjAgMCAzMjAgODQgNjQwIDg0IDE2MCAwIDI0MC0yMSAzMjAtNDJ2NzBIMFY3MGM4MC0yMSAxNjAtNDIgMzIwLTQyeiIvPjwvZz48L3N2Zz4=);
  background-size: 100% 54px;
  height: 54px;
  transform: scale(1, 1);
}

.home .section-six .wpmtst-testimonial-inner {
  background-color: #173e6d;
  padding: 195px 180px !important;
}

.home .section-six .wpmtst-testimonial-inner .wpmtst-testimonial-heading {
  text-align: center;
  color: #fff;
  font-size: 50px;
  line-height: 56px;
  font-family: 'Georgia', Georgia, "Times New Roman", serif;
  margin: 0 0 15px 0;
}

.home .section-six .wpmtst-testimonial-inner .wpmtst-testimonial-content {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}

.home .section-six .strong-view.pager-style-buttons .wpmslider-pager-link:before {
  background: #fff;
  color: #fff;
}

.strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before,
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before {
  background: #fff !important;
}

.before-footer-section {
  background-position: center;
}

.before-footer-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(29, 29, 29, 0.87);
  z-index: 0;
}

.before-footer-section > * {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.before-footer-section a {
  text-decoration: none;
  border-bottom: solid 2px #b21111;
}

.page-header {
  position: relative;
  background-color: #173E6D !important;
}

.page-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI1NHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTMyMCAyOGMzMjAgMCAzMjAgODQgNjQwIDg0IDE2MCAwIDI0MC0yMSAzMjAtNDJ2NzBIMFY3MGM4MC0yMSAxNjAtNDIgMzIwLTQyeiIvPjwvZz48L3N2Zz4=);
  background-size: 100% 54px;
  height: 54px;
  z-index: 1;
  transform: scale(1, 1);
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  *,
  *:hover,
  *:active,
  *:focus {
    animation: none !important;
    animation-delay: 0s !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

@media only screen and (max-width: 1500px) {
  .home .section-two .content-media > .wp-block-group {
    flex: 1 1 50%;
  }
}


@media only screen and (max-width: 1220px) {
  .content-sidebar-wrap,
  .wrap {
    max-width: 1010px;
    padding-left: 25px;
    padding-right: 25px;
  }

  #textexcerptimage-after-header-wrap,
  #textexcerpt-after-header-wrap {
    max-width: 1010px;
    margin-left: 25px;
    margin-right: 25px;
  }

  .footer-widgets .wrap {
    max-width: inherit;
  }

  .site-header .wrap {
    padding: 8px 25px;
  }

  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px;
  }
  
  .content {
    width: 620px;
  }
  
  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 400px;
  }
  
  .sidebar-primary {
    width: 300px;
  }
}

@media only screen and (max-width: 1060px) {
  /* .site-header .widget-area,
  .title-area {
    width: 100%;
  } */
  
  .split-header .site-header > .wrap {
    padding: 0 5%;
  }
  
  .full-width-header .site-header .wrap {
    padding: 10px 5%;
  }

  /* .site-header .wrap {
    padding: 20px 5%;
    flex-direction: column;
  } */

  /* .site-header .title-area {
    flex-basis: inherit;
    padding: 0;
    margin: 0;
  } */
  
  .header-image .title-area,
  .header-image .site-title > a {
    background-position: center top;
  }

  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }

  .site-header .widget-area {
    text-align: center;
  }

  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .search-form,
  .site-title {
    text-align: center;
  }

  .site-header .title-area {
    margin-bottom: 0px;
  }

  .genesis-nav-menu a,
  .genesis-nav-menu > .first-menu-item > a,
  .genesis-nav-menu > .last-menu-item > a {
    padding: 20px 16px;
  }

  .site-header .search-form {
    margin: 16px auto;
  }

  .genesis-nav-menu li.right {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .content-sidebar-wrap,
  .wrap {
    max-width: 768px;
  }
  
  #textexcerptimage-after-header-wrap,
  #textexcerpt-after-header-wrap {
    max-width: 768px;
  }

  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 100%;
  }

  .simple-social-icons ul.alignleft {
    float: none;
    text-align: center;
  }

  .simple-social-icons ul li {
    float: none;
    display: inline-block;
  }

  .vi-slider-stactic-combo .gb-layout-columns-2 > .gb-layout-column-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas:
        "col1"
        "col2";
  }

  .vi-slider-stactic-combo .gb-block-layout-column-inner,
  .vi-slider-stactic-combo .vi-slideshow.owl-carousel,
  .vi-slider-stactic-combo .slideshow-slides-container,
  .vi-slider-stactic-combo .owl-stage-outer,
  .vi-slider-stactic-combo .owl-stage,
  .vi-slider-stactic-combo .owl-item,
  .vi-slider-stactic-combo .owl-item .slide-image,
  .vi-slider-stactic-combo .vi-slideshow .slide-item-container {
    height: inherit;
  }

  .vi-slider-stactic-combo .vi-slideshow.full_width .slide-item-container .slide-content-container {
    padding: 50px;
    text-align: center;
  }

  .vi-slider-stactic-combo .static-column .gb-block-layout-column-inner .gb-block-container {
    padding: 40px 25px;
  }
}

@media only screen and (max-width: 960px) {
  #top-bar-container .wp-block-group.is-layout-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  

  .home .section-two > div {
    flex-wrap: wrap;
  }

  .home .section-two > div >div:nth-child(2) {
    margin-top: 140px;
  }

  .home .section-three {
    padding-top: 00px !important;
  }
  
  .home .section-three .block-container {
    flex-wrap: wrap;
  }

  .home .section-three .block-container > p {
    flex: 1 1 100%;
  }

  .home .section-four > .wp-block-group {
    flex-wrap: wrap;
  }

  .home .section-seven > .wp-block-group {
    flex-wrap: wrap;
  }

  .home .section-seven > .wp-block-group > * {
    flex: 1 1 100%;
  }

  .site-footer .wp-block-buttons {
    justify-content: center;
  }

  .content-sidebar .content-sidebar-wrap {
    flex-direction: column;
  }

  .content-sidebar .content-sidebar-wrap .content {
    padding-right: 0;
  }

  .sidebar-content .content-sidebar-wrap {
    flex-direction: column;
  }

  .sidebar-content .content-sidebar-wrap .content {
    padding-left: 0;
  }

  .sidebar-primary {
    flex-basis: auto;
  }

  .footer-widgets .gb-layout-columns-4 > .gb-layout-column-wrap.gb-is-responsive-column {
    grid-gap: 3em;
    grid-template-rows: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "col1 col2"
      "col3 col4";
  }

  .footer-widgets .wp-block-social-links {
    justify-content: center !important;
  }

  .footer-widgets .gb-block-layout-column-inner,
  .footer-widgets .gb-block-layout-column-inner > * {
    text-align: center;
  }


}

@media only screen and (max-width: 768px) {
  .home .secton-two .image-container > figure {
    width: 100%;
  }
  .home .section-one {
    padding-top: 75px !important;
    padding-bottom: 85px !important;
  }
  .home .section-two figure {
    width: 100%;
  }

  .home .section-four img {
    width: 100% !important;
    height: auto !important;
  }

  .home .section-five {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .home .section-six .wpmtst-testimonial-inner {
    padding: 95px 10% !important;
  }

  .page-header {
    padding-top: 0px !important;
    padding-bottom: 70px !important;
  }

  .page-header .wp-block-heading {
    font-size: 35px !important;
    line-height: 45px;
  }


  .content-sidebar-wrap,
  .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
  
  #textexcerptimage-after-header-wrap,
  #textexcerpt-after-header-wrap {
    flex-wrap: wrap;
    gap: 20px 0;
    padding-bottom: 20px;
  }

  #textexcerpt-after-header-wrap h1.entry-title,
  #textexcerpt-after-header-wrap p.excerpts {
    flex-basis: 100%;
  }

  #textexcerptimage-after-header-wrap p.excerpts {
    max-width: 100%;
  }

  #textexcerptimage-after-header-container {
    padding: 40px 0;
  }

  #textexcerpt-after-header-wrap h1.entry-title,
  #textexcerptimage-after-header-wrap h1.entry-title {
    font-size: 30p
  }

  .footer-widgets .wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-widgets .footer-two-thirds-split.gb-layout-columns-2 > .gb-layout-column-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas:
        "col1"
        "col2";
  }

  .footer-widgets .gb-layout-columns-4 > .gb-layout-column-wrap.gb-is-responsive-column {
    grid-gap: 3em;
    grid-template-rows: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas:
        "col1"
        "col2"
        "col3"
        "col4";
  }

  .footer-widgets .gb-layout-columns-2 > .gb-layout-column-wrap.gb-is-responsive-column {
    grid-gap: 3em;
    grid-template-rows: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas:
        "col1"
        "col2";
  }

  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .sidebar .widget,
  .site-header {
    padding: 0;
  }

  .archive-description,
  .author-box,
  .comment-respond,
  .content .entry,
  .entry-comments,
  .entry-pings,
  .sidebar .widget {
    box-shadow: none;
  }

  .archive-pagination li a {
    margin-bottom: 4px;
  }

  .five-sixths,
  .four-sixths,
  .four-fifths,
  .one-fifth,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-fifths,
  .three-sixths,
  .two-fourths,
  .two-fifths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }

  .vimm-pweii-color-blocks div {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
  }
  
  .home .gb-block-button .gb-button {
    margin-right: 0;
    display: block;
  }
  
  .blog-grid-view .content {
    gap: 6% 0;
  }

  .blog-grid-view .content article {
    flex: 1 1 100%;
  }

  #fiftyfifty-after-header-wrap {
    grid-template-columns: 1fr;
  }

  #fiftyfifty-after-header-wrap .entry-title {
    font-size: 1.875rem;
    padding: 20px 25px;
  }

  #fiftyfifty-after-header-wrap #fiftyfifty-after-header-image {
    display: none;
  }

}

@media only screen and (max-width: 640px) {
  #top-bar {
    display: block;
    text-align: center;
  }

  #top-bar .widget.simple-social-icons ul {
    float: none;
    text-align: center;
  }

  .wp-block-image.alignright,
  .wp-block-image.alignleft {
    float: none;
    margin: 1em;
  }

  .footer-widgets .gb-layout-columns-4 > .gb-layout-column-wrap.gb-is-responsive-column {
    grid-gap: 3em;
    grid-template-rows: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas:
        "col1"
        "col2"
        "col3"
        "col4";
  }
}

@media only screen and (max-width: 600px) {

  .site-footer .widget_nav_menu ul {
    flex-wrap: wrap;
  }

  .site-footer .widget_nav_menu ul li {
    flex: 1 1 100%;
  }

  .wp-block-genesis-blocks-gb-column:not(:last-child) .gb-block-layout-column-inner ul:last-of-type {
    margin-bottom: 0;
    margin-top: 0;
  }

  #top-bar-container .wp-block-social-links {
    justify-content: center;
    float: none;
    text-align: center;
  }

  #top-bar-container p.has-text-align-left {
    text-align: center;
  }

  .footer-widgets {
    text-align: center;
  }
  
  .footer-widgets .wp-block-social-links {
    justify-content: center;
  }

  .footer-widgets .gb-layout-column-wrap div {
    margin: 0 0 15px 0;
  }

  .footer-widgets .gb-layout-column-wrap div:last-of-type {
    margin-bottom: 0;
  }
  
  #fullwidth-after-header-wrap .entry-title {
    font-size: 40p
  }

  .site-header .widget-area .widget_search .fas {
      top: 40px;
      right: 25px;
  }

  .site-header .widget-area .widget_search .widget-wrap {
    padding: 49px 25px;
  }

  .site-header .widget-area .widget_search input[type="search"] {
    width: 75%;
  }

  .site-header .widget-area .widget_search .search-form input[type="submit"] {
    width: 25%;
    background-position: center right 25px;
  }

  .content-sidebar-wrap {
    padding: 0 5% 50px 5%;
  }

  .displaynone {
    display: none;
  }

  a.alignright, img.alignright, .wp-caption.alignright,
  a.alignleft, img.alignleft, .wp-caption.alignleft {
    float: none;
    margin: 0;
  }

}

/* Max Mega Menu
/* The IDs may need to be adjusted based on the instance of the menu created */
--------------------------------------------- */
.mega-close {
  display: none;
}

/* Max Mega Menu - Search Icon */
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-search a.mega-menu-link:before {
  content: "\f002";
  font-family: "FontAwesome";
  font-weight: bold;
  color: var(--menu-search-icon-color);
  font-size: 20px;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-search a.mega-menu-link {
	font-size: 0px;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.menu_button {
  width: auto;
  background-color: var(--btn-background-color);
  border-radius: var(--btn-border-radius);
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  font-weight: var(--btn-font-weight);
  transition: all .5s ease;
  user-select: none;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.menu_button:hover {
  opacity: .8;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.menu_button a {
  color: var(--btn-text-color) !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.menu_button a:hover {
  text-decoration: none !important;
}


/* Max Mega Menu Mobile Changes */
@media only screen and (max-width: 1010px) {
    .max-mega-menu li.mega-current-menu-item > a {
      color: #fff !important;
    }
    .nav-primary .wrap{
      padding-left: 0;
      padding-right: 0;
    }

    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
      
    }

    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
        display: inherit;
    }

    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
      font-family: "FontAwesome";
      content: "\f0d7";
    }

    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item {
        border-bottom: var(--mobile-menu-border);
        padding: 0;
    }

    #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open + #mega-menu-max_mega_menu_1[data-effect-mobile="slide"] {
        border-top: var(--mobile-menu-border);
    }

    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item a.mega-menu-link {
        padding: 0 15px !important;
        font-size: 16px;
    }

    /* #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
        content: "\f0d7";
        font-family: "FontAwesome";
        color: var(--mobile-menu-toggle-closed-color);
        font-size: 30px;
    } */

    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
        content: "\f0d8";
        color: var(--mobile-menu-toggle-open-color);
    }

    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
        margin: 11px 0 0 0;
        background-color: var(--mobile-menu-submenu-bkgd-color);
        padding-top: 00px;
    }

    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu a {
        background-color: #173e6d !important;
        color: #fff !important;
        padding: 0 30px 0px !important
    }

    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on {
        background-color: var(--mobile-menu-submenu-bkgd-color);
    }

    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        background-color: var(--mobile-menu-submenu-bkgd-color);
        color: var(--mobile-menu-submenu-open-color);
    }
}