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

  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: #76321E;
  --link-hover-color: #004785;
  --text-color: #33373B;
  --hr-color: #97B3CB;

  /* Headings */
  --h1-font-size: 2.3125rem;
  --h1-line-height: 1.162;
  --h1-font-color: #140C00;
  --h2-font-size: 1.875rem;
  --h2-line-height: 1.333;
  --h2-font-color: #140C00;
  --h3-font-size: 1.75rem;
  --h3-line-height:1.25;
  --h3-font-color: #67686B;
  --h4-font-size: 1.25rem;
  --h4-line-height:1.5;
  --h4-font-color: #004785;
  --h5-font-size: 1.3125rem;
  --h5-line-height:1.285;
  --h5-font-color: #67686B;
  --h6-font-size: 1.125rem;
  --h6-line-height:1.388;
  --h6-font-color: #004785;

  /* Blockquote */
  --blockquote-text-color: #67686B;
  --blockquote-text-size: 1.3125rem;
  --blockquote-text-font-style: italic;
  --blockquote-text-font-weight: 400;

  --blockquote-cite-color: #33373B;
  --blockquote-cite-size:0.9375rem;
  --blockquote-cite-font-style: normal;
  --blockquote-cite-font-weight: 400;

  /* Accordion */
  --accordion-open-title-color: #004785;
  --accordion-open-background-color: #F1F5F8;
  --accordion-closed-title-color: #004785;
  --accordion-closed-background-color:#F1F5F8;
  --accordion-border-color: #F1F5F8;
  --accordion-border-radius: 8px;
  --accordion-text-color: #33373B;
  
  /* Main btn */
  --btn-background-color:#76321E;
  --btn-text-color:#ffffff;
  --btn-border-radius: 8px;
  --btn-hover-text-color: #fff;

  /* Outline btn */
  --btn-outline-color:#004785;
  --btn-outline-text-color: #76321E;
  --btn-outline-hover-background-color:#004785;
  --btn-outline-hover-text-color:#fff;

  /* CTA Block */
  --cta-block-padding: 60px 25px;
  --cta-background: #F4F4F4;
  --cta-title-color: #140C00;
  --cta-text-color: #33373B;
  --cta-btn-background: #76321E;
  --cta-btn-border-radius: 8px;

  /* Form Fields */
  --form-input-backgroud-color: #F4F4F4;
  --form-input-border: none;
  --form-input-text-color: #33373B;

  --gf-input-label-color: #33373B;
  --gf-input-label-size: 1.25rem;
  --gf-input-sublabel-color: #33373B;
  --gf-input-sublabel-size: 1rem;

  /* Column Backgrounds */
  --col-background-color: #F1F5F8;
  --col-padding: 30px;
  --col-margin: 15px 0;
  --col-border-radius: 15px;
}

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

figure {
  /* margin: 1em 40px; */
}

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: 16px;
  height: 100%;
  overflow-x: hidden;
}

body {
  background-color: #fff;
  color: var(--text-color);
  font-family: 'PT Sans', 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: 1.125rem;
  line-height: 1.7;
  margin: 0 0 30px 0;
  padding: 0;
  letter-spacing: 0.27px;
}

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/icon-quote.png') top center no-repeat;*/
  margin: 0px;
  padding: 70px 25px 35px;

  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%;
  border: 3px solid #004785;
border-radius: 8px;
position: relative;
}

blockquote:before {
  content: url('images/icon-quote.png');
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
}

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: 1040px;
}

blockquote cite {
  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: 1px;
  margin: 50px 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);
   line-height: var(--h1-line-height);
  color: var(--h1-font-color);
}

h2 {
  font-size: var(--h2-font-size);
   line-height: var(--h2-line-height);
  color: var(--h2-font-color);
}

h3 {
  font-size: var(--h3-font-size);
   line-height: var(--h3-line-height);
  color: var(--h3-font-color);
}

h4 {
  font-size: var(--h4-font-size);
   line-height: var(--h4-line-height);
  color: var(--h4-font-color);
}

h5 {
  font-size: var(--h5-font-size);
   line-height: var(--h5-line-height);
  color: var(--h5-font-color);
}

h6 {
  font-size: var(--h6-font-size);
   line-height: var(--h6-line-height);
  color: var(--h6-font-color);
  font-family: "Libre Baskerville", 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;
  border-radius: 8px;
}

.wp-block-image figcaption {
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.666;
  font-weight: 400;
  letter-spacing: 0.23px;
}

.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;
  border-radius: 8px;
}

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

.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__link,
.wp-block-file .wp-block-file__button,
.gb-button,
.comment-respond 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.125rem;
  text-decoration: none !important;
  font-weight: bold;
  padding: 12px 18px;
  transition: all .5s ease;
  user-select: none;
  letter-spacing: 0.27px;
  text-transform: uppercase;
}

.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 {
  color: var(--btn-hover-text-color);
  transition: all .5s ease;
  opacity: 0.8;
  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 3px var(--btn-outline-color);
  padding: 10px 18px;
  user-select: none;
}

.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: var(--btn-outline-hover-background-color);
  color: var(--btn-outline-hover-text-color);
  border: solid 3px var(--btn-outline-color);
  opacity: 1;
}

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


/* 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: 25px 0 40px;
  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: 0px 0 0 0;
  margin-bottom: 50px;
}

.breadcrumb .fas {
  font-size: 10px;
  margin: 0 4px;
}

.breadcrumb a,
.breadcrumb a:active,
.breadcrumb a:hover {
  font-weight: bold;
}

.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
--------------------------------------------- */
.archive-title {
  font-size: 2.25rem;
}

.entry-title {
  font-size: 2.25rem;
}

.entry-title a,
.sidebar .widget-title a {
  color: #004785;
  font-size: 1.75rem;
  line-height: 1.1785;
  text-decoration: none;
  font-family: 'PT Sans', sans-serif;
}

.entry-title a:hover {
  text-decoration: underline;
}

.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]) {
  padding: 16px;
}

div.gform_wrapper .top_label .gfield_label,
div.gform_wrapper .ginput_complex label {
  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: 12px 24px;
  transition: all .5s ease;
  user-select: none;
} 


/*Message Bar*/
body .vi-message-bar p{
  font-size: 1.125rem;
  line-height: 1.35;
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: .27px;

}

body .vi-message-bar{
  font-size: 1.125rem;
  line-height: 1.35;
  color: #FFFFFF;
  font-weight: 700;
  padding: 9px 0;
  height: auto;
  letter-spacing: .27px;
}

body .vi-message-bar.two p,
body .vi-message-bar{
  color:#004785;
}

body .vi-message-bar.admin-bar{
  position: fixed;
}

body #vi-message-bar a.button{
  background: transparent;
  font-weight: 700;
  padding: 0;
  text-transform: none;
  clear: none;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.35;
  color: #FFFFFF;
  margin-left: 5px;
  text-decoration: underline !important;
  font-style: normal;
  margin-left: 22px;
}

body #vi-message-bar.two a.button{
  color:#004785;
}
body #vi-message-bar.two a:hover,
body #vi-message-bar.two a.button:hover{
  color:#004785;
}

body #vi-message-bar a:hover,
body #vi-message-bar a.button:hover{
  background: transparent;
  color: #FFFFFF;
  opacity:1.0;
  text-decoration: none !important;
}
body .vi-message-bar span.close{
  top: 9px;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #F6F6F6;
  position: relative;
}

.site-header > .wrap {
  padding: 25px 0 20px;
  max-width: 1200px;
  display: flex;
  align-items: center;  
}

/* Title Area
--------------------------------------------- */
.title-area {
  /*
   display: inline-block;
  vertical-align: middle;
  padding: 0;
  width: 266px;
  */
  flex-basis: 434px;  
}

.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.png) no-repeat left;
  float: left;
  min-height: 99px;
  width: 100%;
}

.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 {
  /*
   display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: calc(100% - 270px);
  */
  flex: 1;
  text-align: right;
}

.site-header .widget-area .widget_search {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index:99;
}

.site-header .widget-area .widget_search .widget-wrap {
  position: relative;
  margin: 0 auto;
  /* padding: 49px 0; */
  display: flex;
  flex-direction: row-reverse;
  align-items: center;  
}

.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;
  border: solid 1px #ddd;
  border-radius: 4px;
  flex:1;
}

.site-header .widget-area .widget_search .fas {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  color: #004785;
  cursor: pointer;
  margin: 0 0 0 20px;
  font-weight: bold;
}

.site-header .widget-area .widget_search input[type="search"] {
  background: #F4F4F4;
  border: none;
  float: left;
  width: 424px;
  padding: 14px 15px 15px;
  border-radius: 0;
}

.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: none;
  border-radius: 0;
  float: right;
  width: 62px;
  color: #fff;
  margin: 0;
  padding: 14px 20px;
  background: url('images/search-lg-blue.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 .widget_block.widget_search .wp-block-search__label {
  display: none;
}

/*Ubermenu*/
.ubermenu-main .ubermenu-nav .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target{
  text-transform: uppercase;
 letter-spacing: 0.3px;
}

.ubermenu-main .ubermenu-submenu .ubermenu-item-header > .ubermenu-target{
   font-size: 1.3125rem;
   border-bottom: 0;
   padding-bottom: 0;
   padding-top: 0;
}
.ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-item-header.ubermenu-has-submenu-stack > .ubermenu-target{
  border-bottom: 0;
}
.ubermenu-main .ubermenu-item-normal > .ubermenu-target{
  font-weight: 400;
}
.ubermenu-main .ubermenu-item-normal > .ubermenu-target:hover .ubermenu-target-text{
  text-decoration: underline;
}
.ubermenu .ubermenu-custom-content{
  font-weight: 700;
   font-size: 1.3125rem;
}
.ubermenu .ubermenu-custom-content img{
  font-weight: 700;
  border-radius: 8px;
  margin-bottom: 10px;
  display: block;
}

.ubermenu .ubermenu-submenu .ubermenu-column {
    border-left: 1px solid #97B3CB;
    min-height: 288px;
}

.ubermenu .ubermenu-submenu.ubermenu-submenu-id-31 .ubermenu-column{
  min-height: 360px;
}
.ubermenu .ubermenu-submenu .ubermenu-column:first-of-type{
  border-left: 0;
}
.ubermenu .ubermenu-submenu .ubermenu-column .ubermenu-submenu .ubermenu-column {
    border-left: 0;
    min-height: 0px;
}
.ubermenu.ubermenu-main.ubermenu-horizontal .ubermenu-submenu-drop.ubermenu-submenu-align-full_width{
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 30px 0;
}

.ubermenu.ubermenu-main.ubermenu-horizontal .ubermenu-submenu-drop.ubermenu-submenu-type-flyout{
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 10px 0;
  width: 231px;
}

.ubermenu.ubermenu-main.ubermenu-horizontal .ubermenu-submenu-drop.ubermenu-submenu-type-flyout .ubermenu-target{
  padding: 8px 25px;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator{
  display: none;
}

.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main{
  border: 0;
  box-shadow:none;
}
/*
Split Navigation Site Header
---------------------------------------------------------------------------------------------------- */
  .split-nav .site-header .widget-area {
    display: block;
  }

  .split-nav .site-header .widget-area .widget_search.show {
    display: flex;
    align-items: center;
  }

  .split-nav .site-header .widget-area .widget_search .fas {
    top: 0;
  }

  .split-nav .site-header .widget-area .widget_search .search-form {
    margin: 0;
  }

  .split-nav .site-header .widget-area .widget_search .widget-wrap {
    padding: 0;
  }

  .split-nav .site-header .wrap {
    padding: 0;
  }
  
  .split-nav .site-header > .wrap {
    max-width: inherit;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }

  .split-nav.fixed .site-header > .wrap {
    padding: 0;
  }
  
  .split-nav .site-header nav > .wrap {
    padding: 25px 0;
    max-width: inherit;
  }
  
  .split-nav .site-header .nav-primary {
    flex: 1;
    text-align: right;
  }
  
  .split-nav .site-header .title-area {
    flex-basis: 320px;
    padding: 0 25px
  }
  
  .split-nav .site-header .nav-secondary {
    flex: 1;
    text-align: left;
  }
  
  @media only screen and (max-width: 1060px) {
    .split-nav .site-header .title-area {
      margin-bottom: 0;
    }
  }
  
  @media only screen and (max-width: 796px) {
    .split-nav .site-header .nav-secondary {
      display: none;
    }
    
    .split-nav .site-header .nav-primary ul li,
    .split-nav .site-header .nav-primary .sub-menu a {
      text-align: right;
      color: #fff;
    }
    
    .split-nav .site-header > .wrap {
      flex-direction: row-reverse;
    }
  
    .split-nav .site-header nav > .wrap {
      padding: 0;
    }
  
    .split-nav .site-header .nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
      padding: 16px 20px 16px 0;
    }
  
    .split-nav .site-header .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
      margin-right: 40px;
    }
  
    .split-nav .site-header .nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
      color: #fff;
    }

    .split-nav .site-header .responsive-menu-icon,
    .split-nav .site-header .responsive-menu-icon::before {
      color: #333;
    }
  
    .split-nav .site-header .responsive-menu-icon {
      padding: 25px 0;
    }
  
    .split-nav .site-header ul.genesis-nav-menu {
      background-color: #333;
      position: absolute;
      left: 0px;
      right: 0px;
      z-index: 9999999;
      margin: 0;
    }

    .split-nav .site-header ul.genesis-nav-menu .sub-menu {
      background-color: #333;
    }
    
    .split-nav .site-header ul.genesis-nav-menu.responsive-menu li:hover > a,
    .split-nav .site-header ul.genesis-nav-menu a {
      color: #fff;
    }

    .split-nav .site-header ul.genesis-nav-menu.menu-button a {
      font-weight: normal;
    }

  }
  
  @media only screen and (max-width: 600px) {
    .split-nav .site-header .widget-area .widget_search .fas {
      display: none;
    }
    .split-nav .site-header .title-area {
      flex-basis: 65%;
      padding: 0 5px;
    }
  
    .header-image.split-nav .site-title > a {
      background-size: contain;
    }
  
    .split-nav .site-header .nav-primary {
      flex-basis: 35%
    }
  }

/*
Full Width Site Header
---------------------------------------------------------------------------------------------------- */
.full-width-header .site-header .wrap {
  max-width: inherit;
  padding: 0 40px;
}

.full-width-header.fixed .site-header .wrap {
  padding: 0 40px;
}

/*
Sticky Header Site Header
---------------------------------------------------------------------------------------------------- */
.home.transparent-header.fixed .site-header,
.fixed #top-bar-container,
.fixed .site-header {
  background-color: #F6F6F6;
  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;
}

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

.genesis-nav-menu .menu-item {
  display: inline-block;
  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 24px;
  font-size: 1rem;
  text-decoration: none;
}

.home.full-width-header.transparent-header .genesis-nav-menu > li > a {
  color: #fff;
}

.home.full-width-header.transparent-header.fixed .genesis-nav-menu > .menu-button > a {
  color: #fff;
}

.full-width-header.transparent-header .genesis-nav-menu > li > a,
.full-width-header.transparent-header.fixed .genesis-nav-menu > li > a {
  color: #333;
}

.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;
  margin-left: 24px;
  font-weight: bold;
  border-radius: 5px;
  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;
}

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

/* 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,
.fb-content ul{
  padding: 0;
  overflow: hidden;
  list-style-position: inside;
}

.fb-content ul{
  margin-bottom: 0;
}

.entry-content ol li,
.entry-content ul li,
.fb-content ul li {
  margin: 10px 0 0 20px;
  list-style-type: decimal;
  padding-left: 6px;
}

.entry-content ul li,
.fb-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;
  float: left;
  width: 100%;
  text-align: center;
  border-top: 1px solid #97B3CB;
  padding-top: 50px;
}

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

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: transparent;
  color: #76321E;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  padding: 2px 12px;
  border-radius: 8px;
  border:3px solid #004785;
  text-decoration: none;
  margin-left: 5px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
  background-color: #76321E;
  color: #FFFFFF;
  border:3px solid #76321E;
}
.blog .newest-posts-wrapper{
  border-bottom: 1px solid #97B3CB;
  padding-bottom: 30px;
  margin-bottom: 80px;
  float: left;
  width: 100%;
}

.blog .newest-posts {
    width: 48%;
    background: #F4F4F4;
    border-radius: 20px;
    min-height: 328px;
    padding: 50px;
    box-sizing: border-box;
    margin-bottom: 50px;

}

@media screen and (min-width: 600px){
  .blog .newest-posts{
    min-height: 485px;
  }
}

.blog .newest-posts h4 {

    font-size: 1.875rem;
    line-height: 1.333;
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 15px;
    color: #140C00;
}

.blog .newest-posts .post-image {
    display: block;
    float: right;
    width: 36%;
	margin-left: 10px;
    margin-bottom: 10px;
    
}

.blog .newest-posts .post-details {
   /* float: left;
    width: 65%;*/
    text-align: left;
    padding: 0 0 0 5px;
}

.blog .newest-posts .post-details h2.entry-title {
    line-height: 22px;
}

.blog .newest-posts .post-details .entry-title a {
    color: #004785;

    font-size: 1.75rem;
    line-height: 1.25;
    margin-bottom: 5px;
}

.blog .newest-posts .entry-title a:hover {

}

.blog .newest-posts .post-details p {

    font-size: 1.125rem;
    line-height: 1.666;
}

.blog .newest-posts .post-details .read-more a {
    font-size: 1.125rem;
    line-height: 1.666;
}

/*.blog .newest-posts .post-details .read-more a:hover {
    opacity: .8;
    filter: alpha(opacity=80)
}*/

.blog .newest-posts.bank-news {
    float: left;
    box-sizing: border-box;
}

.blog .newest-posts.bank-news h4:before {
    content: url(images/icon-news.png);
    display: inline-block;
    float: left;
    margin: -7px 15px 0 0;
}

.blog .newest-posts.community-involvement {
    float: right;
    box-sizing: border-box;
}

.blog .newest-posts.community-involvement h4:before {
    content: url(images/icon-buzz.png);
    display: inline-block;
    float: left;
    margin: -7px 15px 0 0;
}

.staffCategories {
    padding: 25px 0 55px;
    border-bottom: 1px solid #97B3CB;
    width: 100%;
    float: left;
    margin-bottom: 45px;
}

.staffCategories .vivid-button {
    letter-spacing: 0.27px;
    margin: 0 10px 15px 0 !important;
}

.staffCategories .vivid-button.active,
.staffCategories .vivid-button:hover {
    background: #004785;
    color: #fff;
    opacity: 1.0;
}


.staffCategoriesMobile{
  display: none;
}
.staffContent .staffSingle {
    float: left;
    width: 50%;
    margin-top: 45px;
}

.staffContent .staffSingle.left {
    padding-right: 3%;
    box-sizing: border-box;
    clear: both;
}

.staffContent .staffSingle.right {
    padding-left: 3%;
    box-sizing: border-box;
}

.staffContent .staffExcerpt {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 15px
}

.staffContent .staffExcerpt .staff-photo {
    float: left;
    width: 27.2058%;
    margin-right: 30px;
}

.staffContent .staffExcerpt .staff-info {
    float: left;
    width: 65%;
}

.staffContent .staffExcerpt .staff-info h3 {
  color: #004785;
  margin-bottom: 8px;
}

.staffContent .staffExcerpt .staff-info .staff-title {
    font-weight: 700;
    color: #67686B;
    font-size: 1.4375rem;
    line-height: 1.285714286;
    margin-bottom: 15px;
}

.staffContent .staffExcerpt .staff-info .staff-phone,.staffContent .staffExcerpt .staff-info .staff-email,.staffContent .staffExcerpt .staff-info .employee_since {
    margin: 0;
}

.staffContent .staffExcerpt .staff-info .staff-email a {

}

.staffContent .staffExcerpt .staff-info .staff-email a:hover {

}

.staffContent .staff-details {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 35px;
}

.staff .entry-meta {
    display: none;
}

.staffContent .right{
  text-align: left;
}
/* 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: #004785;
  font-size: 0.9375rem;
  line-height: 1.33;
  padding: 10px 0;
  text-align: left;
  color: #fff;
}

.site-footer p {
  margin: 0;
  padding: 0;
   font-size: 0.9375rem;
  line-height: 1.33;
}

.site-footer a {
  color: #fff;
  font-weight: bold;
10px;
}

.site-footer a:hover {
  text-decoration: none;
}
.site-footer .left{
  width: 85%;
  float: left;
  padding-top: 18px;
}
.site-footer .right{
  width: 15%;
  float: right;
}
.site-footer .right img{
  margin-bottom: 0;
}
.simple-social-icons ul li a{
  color:#004785;
}
.simple-social-icons ul li a:hover{
  opacity: 0.8;
}

.footer-widget-area hr.wp-block-separator{
  margin-top: 20px;
}
.footer-widget-area .footer-links-language .gb-block-layout-column-inner{
  display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.footer-widget-area .simple-social-icons svg[class^="social-"]{
  width: 1.25em;
  height: 1.25em;
}
body #google_language_translator select.goog-te-combo{
  background: #F1F5F8;
  border-radius: 8px !important;
  border: 3px solid #004785 !important;
  color: #76321E;
  text-transform: uppercase;
  font-weight: bold;
  width: 225px;
  font-size: 1rem;
  font-family: 'PT Sans', sans-serif !important;
  padding: 3px 8px !important;
  margin-left:20px;
}
/*
Accessibility Styling
---------------------------------------------------------------------------------------------------- */
/* ## Screen reader text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

.more-link-container {
  display: block;
  margin: 10px 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 {
  color: #333;
  outline: var(--btn-background-color) solid 1px;
}

/* ## 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
--------------------------------------------- */
.search-results .entry-header .entry-meta,
.blog .entry-header .entry-meta,
.archive .entry-header .entry-meta {
  margin-bottom: 0px;
  color: #777;
}

.search-results .entry h2, 
.blog .entry h2, 
.archive .entry h2{
  font-size: 1.75rem;
    line-height: 1.1785;
}

.search-results .entry-header .entry-meta a,
.blog .entry-header .entry-meta a,
.archive .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 {

  margin-bottom: 40px;
  padding: 0;
}

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



.one-third{
  width: 31.623931623931625%;
  float: left;
  margin-left: 2.564102564102564%;
}

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

/*
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: -150px;
    margin-right: -150px;
    max-width: calc(100% + 300px);
    width: auto;
  }
  /* .alignwide img,
  .alignfull img {
    display: block;
    margin: 0 auto;
  } */
}
@media only screen and (max-width: 1500px) {
  .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 {
    color: var(--accordion-closed-title-color);
    background: url(images/open-accordion.png) center right no-repeat transparent;
    font-size: 1.125rem;
    line-height: 1.388;
    font-weight: bold;
    padding: 16px 0;
    cursor: pointer;
    font-family: "Libre Baskerville", serif;
  }

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

/* 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;
    border-radius: 8px;
  }
  
  .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: 30px !important;
    line-height: 35px !important;
    margin-bottom: 15px;
  }

  .gb-block-cta p {
    color: var(--cta-text-color) !important;
    font-size: 18px !important;
    line-height: 30px !important;
  }

  .gb-block-cta .gb-cta-button a,
  .gb-block-cta .wp-block-button .wp-block-button__link {
    background-color: var(--cta-btn-background) !important;
    border-radius: var(--cta-btn-border-radius) !important;
  }

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

  .gb-block-post-grid header .gb-block-post-grid-title a {
    font-size: 1.5rem;
  }


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

#top-bar-container a {
  color: #fff;
}

#top-bar-container ul,
#top-bar-container ol {
  margin: 0;
}


.header-widget-area .wp-block-image.search-toggle{
  margin-bottom: 0;
  cursor: pointer;
  margin-left: 25px;
}

.header-widget-area .gb-block-layout-column-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
/*Tango After Header*/
#tango-after-header-container {
  padding-top: 3.25em;
  padding-bottom: 3.25em;
  background-color: #d1dad8;
  background-image: url('images/hero-general.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 52%;
  position: relative;
}
.single #tango-after-header-container{
  padding-bottom:1.5em;
}

#tango-after-header-container::before {
  background-color: #33373B;
  opacity: 0.75;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;    
  mix-blend-mode: multiply;
}

#tango-after-header-wrap {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0px 25px;
  text-align: left;
  box-sixing: border-box;
}

#tango-after-header-wrap .entry-title {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  font-size: 3.125rem;
  line-height: 1.26;
  margin: 0;
  max-width: 600px;
}

#tango-after-header-wrap p.entry-meta{
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 48px;
  position: relative;
  z-index: 99;
  font-size: 0.9375rem;
}
#tango-after-header-wrap p.entry-meta a{
  color: #FFFFFF;
}

#tango-after-header-wrap p.entry-meta a:hover{
   color: #FFFFFF;
   text-decoration: none;
}

.home-cta{
   border-radius: 8px;
   margin-top: -15px;
   position: relative;
    z-index: 99;

}

.home-cta a{
  text-decoration: none;
}

.home-cta a:hover{
  text-decoration: none;
}

.home-cta .wp-block-image a{
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    display: inline-block;
}
.home-cta .wp-block-image a:hover{
  -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.home-cta .gb-block-layout-column{
  border-left: 1px solid rgba(103, 104, 107, 1);
}


.home-blog-posts .gb-block-post-grid header .gb-block-post-grid-title a{
  color: #76321E;
  text-decoration: underline;
  font-size: 1.4375rem;
  line-height: 1.304;
}
.home-blog-posts .gb-block-post-grid header .gb-block-post-grid-title a:hover{
  text-decoration: none;
}

.home .gb-block-post-grid .gb-block-post-grid-text p{
  font-size: 1.125rem;
  line-height: 1.666;
}

.gb-block-layout-column:nth-child(1){
  border-left: 0;
}

.catch-the-buzz a:hover{
  -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.catch-the-buzz a{
     transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    display: inline-block;
}


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

  .vi-slideshow.full_width .slide-item-container .slide-content-container{
    text-align: left !important;
    padding-left: 0;
      padding-right: 0;
      justify-content: left;
      background:  transparent linear-gradient(90deg, rgba(233, 234, 234, 1) 0%, rgba(233, 234, 234, 0) 100%);
      padding-top: 75px;
      padding-bottom: 75px;
      border-radius: 0;
      padding-left: clamp(50px, calc((100% - 1200px) / 2), 99999px);
      left: 0;
  } 

 /* .vi-slideshow.full_width .slide-item-container .slide-content-container:before{
    content: "";
    position: absolute;
    top: 0;
    left: -30%;
    bottom: 0;
    right: 0;
    opacity: 1;
    z-index: 1;
    background:  transparent linear-gradient(90deg, rgba(233, 234, 234, 1) 0%, rgba(233, 234, 234, 0) 100%);
  }*/

  .vi-slideshow .slide-item-container .slide-content-container .slide-heading{
       max-width: 625px;
       font-size: 2.8rem;
      line-height: 1.25;
  }

  .owl-theme .owl-nav.disabled+.owl-dots{
  
    margin-top: -55px;
      padding-bottom: 30px;
  }
}
.vi-slideshow .slide-item-container .slide-content-container .slide-heading{
  color: #004785;
  z-index:99;
}

.vi-slideshow .slide-item-container .slide-content-container p{
  color: #33373B !important;
  font-size: 1.45rem;
  line-height: 1.25;
  max-width: 625px;
  font-weight: 700;
  z-index:99;
}

.vi-slideshow.full_width .slide-item-container .slide-content-container > *{
  z-index: 99;
}





/*Mayday After Header*/
#mayday-after-header-container {
  padding-top: 3em;
  padding-right: 1em;
  padding-bottom: 3em;
  padding-left: 1em;
  background-color: #d1dad8;
}

#mayday-after-header-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

#mayday-after-header-wrap .entry-title {
  position: relative;
  z-index: 1;
  color: #272c30;
  font-size: 3.75rem;
  line-height: 1.166;
  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*/
#alpha-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%);
}

#alpha-after-header-wrap {
  padding: 0;
  display: grid;
  grid-template-columns:auto 48%;
  background: linear-gradient(135deg ,rgb(62,73,71) 0%,rgb(5,5,7) 100%);
}

#alpha-after-header-wrap .entry-title {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 2.875rem;
  line-height: 1.086;
  margin: 0;
  justify-self: center;
  align-self: center;
  padding: 20px 100px;
}

#alpha-after-header-wrap #alpha-after-header-title {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 250px;
}

#alpha-after-header-wrap #alpha-after-header-image {
  width: 100%;
  justify-self: start;
  align-self: self-start;
  height: 100%;
  min-height: 250px;
  background-size: cover;  
  background-image: url('images/gp_section_header_desk.jpg');
  background-position: 50% 50%;
}

/*Sally After Header*/
#sally-after-header-container {
  padding-top: 6em;
  padding-right: 1em;
  padding-bottom: 6em;
  padding-left: 1em;
  width: 100%;
  height: 100%;
  min-height: 250px;
  background-image: url('images/gp_section_header_desk.jpg');
  background-position: 52% 72%;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-post #sally-after-header-container {
  background: none;
  padding: 0;
  min-height: 1px;
  box-shadow: 0px 1px 5px #000000;
  margin-top: -1px;
}

#sally-after-header-wrap {
  padding: 0;
}

/* Oasis After Header */
#haven-after-header-container {
  background: transparent linear-gradient(180deg, #F6F6F6 0%, #C4C4C4 100%) 0% 0% no-repeat padding-box;
  padding: 6% 0;
}

#haven-after-header-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;  
  text-align: center;
}

#haven-after-header-title h1.entry-title {
  margin: 0;
  font-weight: bold;
  font-size: 3.125rem;
  line-height: 1.2;
}

/* Coaching After Header */
#mentor-after-header-container {
  padding: 4% 0 0 0;
}

#mentor-after-header-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#mentor-after-header-wrap h1.entry-title {
  flex-basis: 40%;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 5rem;
  line-height: 1.2;
}

#mentor-after-header-wrap h1.entry-title:after {
  content: "";
  border-bottom: solid 4px #EA7525;
  display: block;
  margin: 80px 0 0 0;
  width: 75%;
}

#mentor-after-header-wrap p.excerpts {
  flex-basis: 35%;
  margin: 0;
  padding: 0;
  color: #707070;
  font-size: 22px;
  line-height: 37px;
}

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

/* ROUNDED IMAGE STTLE */
.wp-block-image .is-style-rounded img {
  border-radius: 50%;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1220px) {
  .content-sidebar-wrap,
  .wrap {
    max-width: 1010px;
  }

   nav .wrap{
    max-width: 1200px;
  }

  #mentor-after-header-wrap {
    max-width: 1010px;
  }

  .footer-widgets .wrap {
    max-width: inherit;
  }

  .site-header .wrap {
    padding: 38px 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-nav .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;
  }
  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .search-form,
  .site-title {
    text-align: center;
  }

  .site-header .title-area {
    margin-bottom: 20px;
  }

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

  .header-widget-area .gb-block-layout-column-inner{
    justify-content: center;
  }
  .header-widget-area .wp-block-buttons{
    margin: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .content-sidebar-wrap,
  .wrap {
    max-width: 768px;
  }
  
 
  #mentor-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%;
  }
  /* .footer-widgets .footer-widgets-1 {    
    flex-direction: column;
    text-align: center;
  }
  .footer-widgets .footer-widgets-1 .widget {
    margin: 0 0 30px 0;
  }
  .footer-widgets .footer-widgets-1 .widget:last-of-type {
    margin-bottom: 0
  } */
  .simple-social-icons ul.alignleft {
    float: none;
    text-align: center;
  }
  .simple-social-icons ul li {
    float: none;
    display: inline-block;
  }
  #before-footer-mayday {
    display: inherit;
  }

  .blog .newest-posts .post-image {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }

   .vi-slideshow.owl-theme .owl-dots .owl-dot span {
        background-color: transparent;
        border: solid 2px #004785;
        width: 13px;
        height: 13px;
    }

    .vi-slideshow.owl-theme .owl-dots .owl-dot.active span, 
    .vi-slideshow.owl-theme .owl-dots .owl-dot:hover span {
        background-color: #004785;
    }

    .home-cta{
      margin-top: 40px;
    }
}

@media only screen and (max-width: 960px) {
  .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;
  }

}

@media only screen and (max-width: 800px) {
  .home-cta .gb-block-layout-column:nth-of-type(1),
  .home-cta .gb-block-layout-column:nth-of-type(2){
    margin-bottom: 30px;

  }
  .home-cta .gb-block-layout-column{
    border-left: 0;
  }
 
}



@media only screen and (max-width: 768px) {
  .content-sidebar-wrap,
  .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
  
  #mentor-after-header-wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
  

  .footer-widgets .wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .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 .gpb-tango-list .gb-layout-column-wrap .gb-block-layout-column,
  .home .gpb-tango-features .gb-layout-column-wrap .gb-block-layout-column {
    margin: 0 0 70px 0;
  }
  .home .gpb-tango-list .gb-layout-column-wrap .gb-block-layout-column:last-of-type,
  .home .gpb-tango-features .gb-layout-column-wrap .gb-block-layout-column:last-of-type {
    margin-bottom: 0;
  }
  .home .gpb-tango-team-gallery .gb-layout-column-wrap,
  .home .gpb-tango-list .gb-layout-column-wrap,
  .home .gpb-tango-features .gb-layout-column-wrap,
  .home .gpb-tango-services .gb-layout-column-wrap {
    display: block;
    text-align: center;
  }
  .home .gpb-tango-services .gb-layout-column-wrap .gb-block-layout-column {
    margin: 0 0 40px 0;
  }
  .home .gpb-tango-services .gb-layout-column-wrap .gb-block-layout-column:last-of-type {
    margin-bottom: 0;
  }

  .home .gpb-mayday-hero-header {
    padding: 2em 2em 2em 2em !important;
  }

  .home .gpb-mayday-hero-header .gb-layout-column-wrap {
    display: block;
    text-align: center;
  }
  .home .gpb-mayday-hero-header .gb-layout-column-wrap .gb-block-layout-column-inner {
    padding-right: 0 !important;
  }
  .home .gpb-mayday-hero-header .gb-layout-column-wrap .gb-block-layout-column-inner h2 {
    text-align: center !important;
  }

  .home .gpb-mayday-section-title-and-text-columns .gb-container-content h2,
  .home .gpb-mayday-section-title-and-text-columns .gb-container-content p {
    text-align: center !important;
  }
  .home .gpb-mayday-section-title-and-text-columns .gb-layout-column-wrap {
    display: block;
    text-align: center;
  }
  .home .gpb-mayday-section-title-and-logos h2,
  .home .gpb-mayday-section-title-and-logos p {
    text-align: center;
  }
  .home .gpb-mayday-section-blog-posts .gb-container-content h2,
  .home .gpb-mayday-section-blog-posts .gb-container-content p {
    text-align: center;
  }

  .home .vi-alpha-section-media-text .wp-block-spacer {
    height: 50px !important;
  }
  
  .home .vi-alpha-section-media-text h2,
  .home .vi-alpha-section-media-text p,
  .home .vi-alpha-section-media-text .gb-block-button {
    text-align: center;
  }

  .home .gb-alpha-service,
  .home .gpb-alpha-section-video-text {
    text-align: center;
  }

  .home .gpb-alpha-section-video-text .gb-block-layout-column,
  .home .gpb-alpha-section-numbers .gb-block-layout-column {
    margin-bottom: 40px;
  }

  .home .gpb-alpha-section-video-text .gb-block-layout-column:last-of-type,
  .home .gpb-alpha-section-numbers .gb-block-layout-column:last-of-type {
    margin-bottom: 0
  }

  .home .gb-block-button .gb-button {
    margin-right: 0;
    display: block;
  }

  .home .vi-sally-section-text-accordion {
    padding: 2em !important;
  }

  #mentor-after-header-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  #mentor-after-header-wrap h1.entry-title {
    font-size: 45px;
    text-align: left;
  }

  #mentor-after-header-wrap h1.entry-title:after {
    margin: 20px 0 30px 0;
  }

  #alpha-after-header-wrap {
    display: inherit;
  }

  #alpha-after-header-wrap .entry-title {
    padding: 20px 25px;
  }

  #alpha-after-header-wrap #alpha-after-header-image {
    display: none;
  }

  #before-footer-alpha .widget_custom_html a.button {
    display: block;
  }

  #before-footer-tango {
    display: inherit;
  }
  
  #before-footer-tango .widget {
    margin-bottom: 40px;
  }
  
  #before-footer-tango .widget:last-of-type {
    margin-bottom: 0;
  }
  
  #before-footer-mayday-container {
    text-align: center;
  }

  .staffContent .staffSingle.left,.staffContent .staffSingle.right {
        max-width: 450px;
        width: 100%;
        clear: both;
        padding-left: 0;
        padding-right: 0;
        float: none;
        margin: 0 auto;
        min-height: 200px
    }

    .staffContent .staffExcerpt .staff-info{
      width: 100%;
    }

    .staffContent .staffExcerpt .staff-info .staff-title {
        min-height: 0
    }

    .staffContent .staffExcerpt .staff-photo{
      width: 100%;
    }
}

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

  .one-third{
    width: 100%;
  }
  .blog .newest-posts {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .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;
  }

  #before-footer-mayday-container .gb-block-layout-column-inner {
    text-align: center;
  }

  #before-footer-tango-container .gb-layout-column-wrap div {
    margin: 0 0 30px 0;
  }
  
  #before-footer-tango-container .gb-layout-column-wrap div:last-of-type {
    margin-bottom: 0;
  }

  .footer-widgets {
    text-align: center;
  }
  
  .footer-widgets .wp-block-social-links {
    justify-content: center;
  }

  .footer-widgets .gb-layout-column-wrap div {
    margin: 0 0 0 0;
  }

  .footer-widgets .gb-layout-column-wrap div:last-of-type {
    margin-bottom: 0;
  }

  .footer-widget-area .footer-links-language .gb-block-layout-column-inner{
    justify-content: center;
  }
  
  #alpha-after-header-wrap .entry-title {
    font-size: 2.1875rem;
    padding: 20px;
  }

  #alpha-after-header-wrap #alpha-after-header-title {
    min-height: inherit;
  }

  #alpha-after-header-wrap .entry-title {
    padding: 40px 25px;
  }

  #tango-after-header-wrap .entry-title,
  #mayday-after-header-wrap .entry-title {
    font-size: 2.5rem;
  }

  .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: 50px 5%;
  }

  #before-footer-tango-container {
    text-align: center;
  }

  #before-footer-tango .widget_custom_html:last-of-type .textwidget {
      display: block;
      grid-template-columns: 50% 50%;
  }

  #before-footer-tango .widget_custom_html:last-of-type .textwidget div {
     margin-bottom: 40px
  }

  #before-footer-tango .widget_custom_html:last-of-type .textwidget div:last-of-type {
    margin-bottom: 0;
  }

  .displaynone {
    display: none;
  }

  a.alignright, img.alignright, .wp-caption.alignright,
  a.alignleft, img.alignleft, .wp-caption.alignleft {
    float: none;
    margin: 0;
  }

  .site-footer .left,
  .site-footer .right{
    width: 100%;
    text-align: center;  
  }

  .site-footer .left{
    margin-bottom: 20px;
  }
  .footer-widget-area .footer-links-language .gb-block-layout-column-inner{
    display: block;
    text-align: center !important;
  }


  .home-cta .gb-block-layout-column:nth-of-type(1),
  .home-cta .gb-block-layout-column:nth-of-type(2),
  .home-cta .gb-block-layout-column:nth-of-type(3){
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(103, 104, 107, 1);
    border-left: 0;
    padding-bottom: 15px;
  }
  .home-cta{
    margin-top: 40px;
  }

  .header-widget-area .wp-block-buttons {
     
     column-gap: .5em;
  }
  .header-widget-area .wp-block-button__link{
    font-size: .9375rem;
    padding: 12px 8px;
  }

  .staffCategoriesMobile{
    display: block;
    margin-bottom: 30px;
  }
  .staffCategories{
    display: none;
  }
}

@media only screen and (max-width: 385px) {
  .header-widget-area .wp-block-image.search-toggle{
    margin-left: 0;
    margin-top: 10px;
  }
}

/* Responsive Menu
--------------------------------------------- */
.responsive-menu-icon {
  font-family: 'PT Sans', sans-serif;
  cursor: pointer;
  display: none;
  margin: 0;
  padding: 0 0 0 40px;
  text-align: center;
  font-size: 14px;  
}

.responsive-menu-icon::before {
  color:#333;
  content: "\f0c9";
  display: block;
  font-weight: 900;
  font-size: 1.5rem;
  font-family: "Font Awesome 5 Free";
  margin: 0 auto;
  padding: 10px;
}

.site-header .responsive-menu-icon::before {
  padding: 0;
}

.full-width-header .responsive-menu-icon {
  padding: 10px 5px
}

.home.full-width-header.transparent-header .responsive-menu-icon,
.home.full-width-header.transparent-header .site-header .responsive-menu-icon::before {
  color: #fff;
}

@media only screen and (max-width: 796px) {

  .genesis-nav-menu > .menu-item.menu-item-has-children > a:after {
    content: "";
  }

  .full-width-header .site-header .wrap {
    padding: 0 5%;
  }

  /* SIDE BY SIDE */
 /* .site-header > .wrap {
    flex-direction: row;
  }*/

  .site-header .title-area {
    margin-bottom: 18px;
  }

  .header-image .site-title > a {
    background-position: center center;
    background-size: contain;
  }



  .genesis-nav-menu {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
  }

  .stacked-mobile-header .site-header .title-area {
    margin-bottom: 20px;
  }

  .stacked-mobile-header .site-header > .wrap {
    flex-direction: column;
  }

  .stacked-mobile-header.header-image .site-title > a {
    background-position: center top;
    background-size: contain;
  }

  .genesis-nav-menu.responsive-menu {
    margin-top: 31px;
  }

  .genesis-nav-menu.responsive-menu,
  .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
    display: none;
    background-color: #fff;
  }

  .genesis-nav-menu > .menu-button > a {
    background-color: transparent;
  }

  .genesis-nav-menu.responsive-menu .menu-item,
  .responsive-menu-icon {
    display: block;
  }

  .genesis-nav-menu.responsive-menu .menu-item {
    margin: 0;
  }
  
  .genesis-nav-menu.responsive-menu > li.menu-item {
    border-bottom: solid 1px #333;
  }

  .genesis-nav-menu.responsive-menu .menu-item:hover {
    position: static;
  }

  .genesis-nav-menu.responsive-menu .current-menu-item > a,
  .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
  .genesis-nav-menu.responsive-menu > .first > a,
  .genesis-nav-menu.responsive-menu > .last > a,
  .genesis-nav-menu.responsive-menu a,
  .genesis-nav-menu.responsive-menu a:hover,
  .genesis-nav-menu.responsive-menu li:hover > a {
    line-height: 1;
    padding: 18px 20px;
    color: #333;
  }

  .genesis-nav-menu > .menu-button > a {
    font-weight: normal;
    margin-left: 0;
  }
  
  .genesis-nav-menu.responsive-menu .menu-item-has-children {
    cursor: pointer;
  }
  
  .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
    margin-right: 60px;
  }

  .genesis-nav-menu.responsive-menu .menu-item-has-children:before {
    content: "\f0d7";
    float: right;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1rem;
    height: 16px;
    padding: 13px 20px;
    right: 0;
    text-align: right;
    z-index: 9999;
    display: flex;
    align-items: center;
  }

  .genesis-nav-menu .sub-menu li.menu-item-has-children > a:after {
    display: none;
  }

  .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
    content: "\f0d8";
  }

  .nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    color: #333;
  }

  .genesis-nav-menu.responsive-menu .menu-item-has-children.menu-open {
    background-color: #F0F0F0;
  }
  
  .genesis-nav-menu.responsive-menu .menu-item-has-children.menu-open > .sub-menu {
    border-bottom: solid 1px #333;
    background: transparent;
    margin: 0 0 10px 0;
  }

  .genesis-nav-menu.responsive-menu .menu-item-has-children.menu-open > a {
    color: #ff6900;    
  }

  .genesis-nav-menu.responsive-menu .sub-menu {
    border: none;
    left: auto;
    opacity: 1;
    position: relative;
    transition: opacity .4s ease-in-out;
    width: 100%;
    z-index: 99;
    padding-left: 20px;
  }

  .genesis-nav-menu .sub-menu li.flyleft .sub-menu,
  .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
    margin: 0;
    padding-left: 25px;
  }

  .genesis-nav-menu.responsive-menu .sub-menu li a,
  .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
    background: none;
    border: none;
    padding: 15px 20px;
    position: relative;
    width: calc( 100% - 60px);
  }

  .entry-categories,
  .entry-comments-link,
  .entry-tags {
    display: block;
    float: none;
  }

  .home.full-width-header.transparent-header .genesis-nav-menu > li > a,
  .full-width-header.transparent-header .genesis-nav-menu > li > a {
    color: #333;
  }

}