/*
	Theme Name: Vivid Image Gutenberg Theme
	Description: This is the genesis child theme created by Vivid Image.
	Author: VI Team
	Author URI: http://www.vimm.com/
	Version: 1.9.7

  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
    - Testimonials
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Accessibility
	- Custom Styling
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/

/*  CSS Vars  */
:root {
  /* General */
  --link-color: #EA7525;
  --link-hover-color: #575757;
  --text-color: #575757;
  --hr-color: #575757;

  /* Headings */
  --h1-font-size: 3.4375rem;
  --h1-font-color: #575757;
  --h2-font-size: 2.375rem;
  --h2-font-color: #575757;
  --h3-font-size: 2rem;
  --h3-font-color: #575757;
  --h4-font-size: 1.75rem;
  --h4-font-color: #575757;
  --h5-font-size: 1.4375rem;
  --h5-font-color: #575757;
  --h6-font-size: 1.9375rem;
  --h6-font-color: #575757;

  /* Blockquote */
  --blockquote-text-color: #575757;
  --blockquote-text-size: 22px;;
  --blockquote-text-font-style: normal;
  --blockquote-text-font-weight: bold;

  --blockquote-cite-color: #575757;
  --blockquote-cite-size: 18px;
  --blockquote-cite-font-style: normal;
  --blockquote-cite-font-weight: normal;

  /* Accordion */
  --accordion-open-title-color: #575757;
  --accordion-open-background-color: #F7F7F7;
  --accordion-closed-title-color: #575757;
  --accordion-closed-background-color: #F7F7F7;
  --accordion-border-color: #F7F7F7;
  --accordion-border-radius: 9px;
  --accordion-text-color: #575757;
  
  /* Main Button */
  --btn-background-color:#EA7525;
  --btn-text-color:#fff;
  --btn-border-radius: 9px;
  --btn-hover-text-color: #EA7525;

  /* Outline Button */
  --btn-outline-color:#575757;
  --btn-outline-text-color: #575757;
  --btn-outline-hover-background-color: #EA7525;
  --btn-outline-hover-text-color: #fff;

  /* CTA Block */
  --cta-background: #F7F7F7;
  --cta-title-color: #575757;
  --cta-text-color: #575757;
  --cta-btn-background: #EA7525;

  /* Form Fields */
  --form-input-backgroud-color: #F7F7F7;
  --form-input-border: none;
  --form-input-text-color: #575757;

  --gf-input-label-color: #575757;
  --gf-input-label-size: 20px;
  --gf-input-sublabel-color: #575757;
  --gf-input-sublabel-size: 18px;

  /* Column Backgrounds */
  --col-background-color: #f7f7f7;
  --col-padding: 0;
  --col-margin: 0;
  --col-border-radius: 49px;
}

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

a:active, a:hover {
  outline: 0;
}

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

*:focus,
*:focus-visible {
  outline: none;
}

/* 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: 'Open Sans';
  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;
}

.content a {
  text-decoration: underline;
}

.content a:hover {
  text-decoration: none;
}


p {
  font-size: 1.125rem;
  line-height: 1.8;
  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: block;
  background: url(images/quote.png) top 30px center no-repeat #F7F7F7;
  margin: 40px auto;
  padding: 80px 70px 30px;
  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);
  border-radius: 9px;
  max-width: 960px;
  text-align: center;
}

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 0 10px 0; 
}

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);
  text-transform: uppercase
}

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: #E3E3E3;
  height: 1px;
  margin: 70px 0;
  clear: both;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 .5em;
  line-height: 1.25;
  font-weight: bold;
}

h1 {
  margin: 10px 0 20px 0;
  font-size: var(--h1-font-size);
  color: var(--h1-font-color);
  letter-spacing: 1px;
  line-height: 1.2;
}

h2 {
  margin: 10px 0 10px 0;
  font-size: var(--h2-font-size);
  color: var(--h2-font-color);
  line-height: 1.15;
}

h3 {
  margin: 10px 0 10px 0;
  font-size: var(--h3-font-size);
  color: var(--h3-font-color);
  line-height: 1.2;
}

h4 {
  margin: 10px 0 10px 0;
  font-size: var(--h4-font-size);
  color: var(--h4-font-color);
  line-height: 1.4;
}

h5 {
  margin: 10px 0 5px 0;
  font-size: var(--h5-font-size);
  color: var(--h5-font-color);
  line-height: 1.2;
}

h6 {
  margin: 10px 0 5px 0;
  font-size: var(--h6-font-size);
  color: var(--h6-font-color);
  line-height: 1.4;
  font-family: 'Caveat';
  -webkit-font-smoothing: antialiased;
}

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
}

.h3-script {
  font-family: 'Caveat';
  -webkit-font-smoothing: antialiased;
  color: var(--btn-background-color);
  font-size: 3.25rem;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
  border-radius: 9px;
}

figure.no-radius img {
  border-radius:  0;
}

.wp-block-image figcaption {
  text-align: center;
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
  color: #575757;
}

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

input:focus,
textarea:focus,
select:focus {
  border: none;
  outline: 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;
}

.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-element-button, .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: solid 3px var(--btn-background-color);
  color: var(--btn-text-color);
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: bold;
  text-decoration: none !important;
  padding: 14px 24px;
  transition: all .5s ease;
  user-select: none;
}

.wp-block-button.is-style-secondary .wp-block-button__link {
  display: inline-block;
  width: auto;
  background-color: #575757;
  border-radius: var(--btn-border-radius);
  border: solid 3px #575757;
  color: #fff;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: bold;
  text-decoration: none !important;
  padding: 14px 24px;
  transition: all .5s ease;
  user-select: none; 
}

.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 {
  border: solid 3px var(--btn-background-color);
  color: var(--btn-hover-text-color);
  transition: all .5s ease;
  background-color: transparent;
  text-decoration: none;
  opacity: 1;
}

.wp-block-button.is-style-secondary .wp-block-button__link:hover,
.wp-block-button.is-style-secondary .wp-block-button__link:active,
.wp-block-button.is-style-secondary .wp-block-button__link:focus {
  border: solid 3px #575757;
  color: #575757;
  transition: all .5s ease;
  background-color: transparent;
  text-decoration: none;
  opacity: 1;
}

.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: 15px 24px;
  user-select: none;
}

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

.wp-block-buttons {
  font-size: 0.9375rem;
  column-gap: 1em;
  margin: 30px 0;
  -webkit-font-smoothing: antialiased;
}

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: 3% 0;
  margin: 0 auto;
  max-width: 1200px;
}

.page-template-page-big-header .content-sidebar-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.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 {
  margin-bottom: 40px;
  color: #575757;
  font-size: 18px;
}
.breadcrumb .fa-solid {
  font-size: 0.75rem;
  margin: 0 5px;
}

.breadcrumb a {
  color: #EA7525;
  font-weight: bold;
  font-size: 18px;
}

.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.875rem;
  line-height: 3.25rem;
  color: #254A54;
  font-weight: normal;
}

.entry-title a,
.sidebar .widget-title a {
  font-size: 38px;
  line-height: 42px;
  font-weight: bold;
  text-decoration: underline;
  color: #575757;
}

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

.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
--------------------------------------------- */
body .gform_legacy_markup_wrapper ul li.gfield {
  margin-top: 47px;
}

body .gform_legacy_markup_wrapper ul li:first-child {
  margin-top: 0;
}


div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper select {
  border: var(--form-input-border);
  padding: 13px;
  font-weight: normal;
}

div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 13px;
}

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 select {
  padding: 13px;
}

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

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

.search-visible .site-header {
  position: inherit;
}

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

/* Title Area
--------------------------------------------- */
.title-area {
  flex-basis: 327px;  
}

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

#vivid-after-header-container {
  flex: 1 1 100%;
  margin: 60px 0 30px;
}

#vivid-after-header-container h1 {
  margin: 0;
  text-align: center;
  font-size: 55px;
  line-height: 66px;
  color: #575757;
  font-weight: bold;
}

/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
  flex: 1;
  text-align: right;
}

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

body.admin-bar .site-header .widget-area .widget_search {
  top: 32px;
}

.site-header .widget-area .widget_search .widget-wrap {
  padding: 30px 25px 0;
  width: 100%;
  max-width: 800px;
}

.site-header .widget-area .widget_search h2 {
  color: #575757;
  font-weight: bold;
  font-size: 3.5rem;
  text-align: left;
  margin: 40px 0 0 0;
}

.site-header .widget-area .widget_search .widget-wrap form {
  margin: 40px 0 60px;
}

.site-header .widget-area .widget_search .widget-wrap .custom-form {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 0 15px;
}

.site-header .widget-area .widget_search .widget-wrap .custom-form #s {
  background-color: #FFFFFF;
  color: #575757;
  font-size: 1.5rem;
  border-radius: 9px;
}

.site-header .widget-area .widget_search .widget-wrap .custom-form #searchsubmit {
  padding: 19px 24px;
}

.site-header .widget-area .widget_search .widget-wrap .custom-form #s::-moz-placeholder {
  color: #575757;;
  opacity: 1;
  font-weight: 400;
}

.site-header .widget-area .widget_search .widget-wrap .custom-form #s::-webkit-input-placeholder {
  color: #575757;
  font-weight: 400;
}

.site-header .widget-area .widget_search.show {
  display: inherit;
  display: flex;
  justify-content: space-around;
}

.site-header .widget-area .widget_search h3 {
  color: #575757;
  font-weight: bold;
  font-size: 1.75rem;
  text-align: left;
  margin: 0 0 15px 0;
  font-family: 'Open Sans', sans-serif;
}

.site-header .widget-area .widget_search .popular_search_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.site-header .widget-area .widget_search .popular_search_container p,
.site-header .widget-area .widget_search .popular_search_container p a,
.site-header .widget-area .widget_search .popular_search_container p a:hover {
  text-align: left;
  color: #575757;
  text-decoration: none;
  margin: 0 0 10px 0;
  padding: 0;
}

.site-header .widget-area .widget_search .popular_search_container p {
  line-height: 2.1;
}

.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 .close-icon {
  color: #EA7525;
  font-size: 1.1875rem;
  cursor: pointer;
  user-select: none;
}

.site-header .widget-area .widget_search .close-icon img {
  margin: 0 0 0 10px;
  display: inline-block;
  vertical-align: middle;
}

.site-header .widget-area .widget_search input[type="submit"] {
  margin-bottom: -10px;
}

.site-header .widget-area .widget_block.widget_search .wp-block-search__label {
  display: 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;
  -webkit-font-smoothing: antialiased;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
}

.genesis-nav-menu a {
  color: #575757;
  display: block;
  padding: 30px 18px;
  font-size: 19px;
  font-weight: 600;
  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 {
  text-decoration: underline;
}


.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  transition: opacity .4s ease-in-out;
  width: 195px;
  z-index: 99;
  border-top: 1px solid #CCCCCC;
}

.genesis-nav-menu .sub-menu a {
  background-color: #ffffff;
  color: #575757;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-top: 0;
  font-size: 1.063rem;
  padding: 10px 20px;
  position: relative;
  width: 195px;
  font-weight: normal;
}

.genesis-nav-menu .sub-menu .sub-menu a {
  background-color: #F0F0F0;
}

.genesis-nav-menu .sub-menu li.menu-item-has-children > a:after {
  content: "\f054";
  color: #EA7525;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin: 5px 0 0 5px;
  font-size: 15px;
  float: right;
}

.genesis-nav-menu .sub-menu a:hover {
  background-color: #575757;
  color: #FFFFFF;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -53px 0 0 195px;
}

.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:hover {
  text-decoration:  none;
}

.genesis-nav-menu > .search a:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #EA7525;
  transition: all .5s ease;
}

.genesis-nav-menu > .search:hover a:before {
  color: #575757;
  transition: all .5s ease;
  opacity: .8;
}

.genesis-nav-menu > .menu-button > a {
  background-color: #EA7525;
  border: solid 3px var(--btn-background-color);
  color: #fff;
  padding: 14px 24px;
  margin-left: 24px;
  font-weight: bold;
  border-radius: 9px;
  user-select: none;
  transition: all .5s ease;
}

.genesis-nav-menu > .menu-button:hover > a  {
  color: #fff;
  transition: all .5s ease;
  background-color: #575757;
  text-decoration: none;
}

.genesis-nav-menu > .menu-button > a:hover {
  opacity: 1;
  text-decoration: none;
  border: solid 3px var(--btn-background-color);
  color: var(--btn-hover-text-color);
  transition: all .5s ease;
  background-color: transparent;
}

.genesis-nav-menu > .menu-button.current-menu-item > a > span {
  border-bottom: none;
}


/* Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu li li {
  margin-left: 0;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
  background-color: transparent;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  background-color: transparent;
}

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

/* Target only our custom row on desktop screens */
@media only screen and (min-width: 600px) {
    .equal-height-grid {
        display: flex !important;
        flex-flow: row wrap !important;
        align-items: stretch !important;
    }

    /* Force the genesis block column to stand tall */
    .equal-height-grid > .cool-column {
        display: flex !important;
        flex-direction: column !important;
    }

    /* Force the inner background container to fill 100% height */
    .equal-height-grid .cool-column .gb-block-layout-column-inner {
        height: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
    }
}
@media only screen and (min-width: 600px) {
    /* 1. Use auto-fit instead of a hardcoded number so it fits 2, 3, or 4 columns perfectly */
    .custom-quote-row .gb-layout-column-wrap {
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
        align-items: stretch !important;
    }

    /* 2. Reset the default float/width system that Genesis uses */
    .custom-quote-row .gb-layout-column-wrap > .wp-block-genesis-blocks-gb-column {
        width: 100% !important;
        float: none !important;
        margin: 0 !important;
        display: flex !important;
        flex-direction: column !important;
    }

    /* 3. Ensure the inner container fills the grid height */
    .custom-quote-row .gb-block-layout-column-inner {
        height: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        flex: 1 !important;
    }

    /* 4. Stretch the quote card and push the names cleanly to the bottom */
    .custom-quote-row .wp-block-quote {
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        height: 100% !important;
        margin-bottom: 0 !important;
    }
}
/* Entries
--------------------------------------------- */
.single .entry {
  padding: 110px 0;
}

.content .entry {
  padding: 0;
}

.site-inner ol,
.site-inner ul{
  padding: 0;
  overflow: hidden;
}

.site-inner ol li,
.site-inner ul li {
  margin: 10px 0 0 30px;
  list-style-type: decimal;
  text-align: left;
  padding-left: 6px;
}

.site-inner ul li {
  list-style-type: none;
}

.site-inner ul li::marker {
  content: url("images/bullet.png");
}

.site-inner ul li ul li {
  list-style-type: none;
}

.site-inner ul.gform_fields li::marker {
  content: "";
}

.site-inner ol li::marker {
  font-weight: bold;
}

.site-inner ol ol,
.site-inner ul ul {
  margin: 0 0 0 0;
}

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 1.125rem;
  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;
}

p.entry-meta .entry-author {
  font-size: 1.125rem;
}

/* Pagination
--------------------------------------------- */
.pagination {
  margin: 80px 0 0 0;
}

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

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #F7F7F7;
  color: #575757;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  padding: 7px 24px;
  text-decoration: none;
  margin: 0 11px 0 0;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
  background-color: #ea7525;
  color: #fff;
  text-decoration: none;
}

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

/*
Testimonials
---------------------------------------------------------------------------------------------------- */
.testimonial-item .testimonial-text .quote p:before {
  content: "";
  background: url(images/quote.png) center center no-repeat;
  width: 46px;
  height: 37px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.testimonial-item .testimonial-text .quote p {
  font-size: 22px;
  line-height: 34px;
  position: relative;
  padding-top: 60px;
}

.testimonial-item .testimonial-text .author > .author-name {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}

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


#genesis-footer-widgets {
  background-color: #363636;
  padding: 100px 0;
}

#genesis-footer-widgets .wrap {
  padding: 0 25px;
}

.footer-widgets p,
.footer-widgets p a,
.footer-widgets p a:hover {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: normal;
}

.footer-widgets p a:hover {
  font-weight: bold;
}

.footer-widgets p {
  margin-bottom: 5px;
}

.footer-widgets p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

.footer-widgets .simple-social-icons ul li {
  margin: 0 22px 0 0 !important
}

.footer-widgets .simple-social-icons ul li a {
  font-size: 24px;
}

.footer-widgets .simple-social-icons ul li a:hover {
  opacity: .75;
}

.footer-widgets .simple-social-icons svg[class^="social-"],
.footer-widgets .simple-social-icons svg[class*=" social-"],
.footer-widgets h5,
.footer-widgets h5 a {
  color: #fff;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #363636;
  font-size: 0.9375rem;
  line-height: 1.33;
  padding: 22px 0 40px;
  text-align: center;
  color: #fff;
  position: relative;
}

.site-footer .wrap {
  padding: 0 95px 0 25px;
}

.site-footer p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

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

.site-footer a:hover {
  opacity: 1;
  font-weight: normal;
}

.site-footer .backtotop {
  display: inherit;
  border: solid 2px #EA7525;
  background-color: #363636;
  border-radius: 6px;
  padding: 10px 14px;
  position: fixed;
  right: 25px;
  bottom: 45px;
  cursor: pointer;
  user-select: none;
  opacity: 0;
  transition: all .5s ease;
  z-index: 99998;
}

.site-footer .backtotop.show {
  display: inherit;
  opacity: 1;
  transition: all .5s ease;
}

.site-footer .backtotop .fa-solid {
  transition: all .5s ease;
  font-size: 30px;
}

.site-footer .backtotop:hover {
  transition: all .5s ease;
  background-color: #EA7525;
  color: #fff;
}

.site-footer .backtotop:hover .fa-solid {
  transition: all .5s ease;
  color: #254A54;
}



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

.more-link {
  position: relative;
}

.more-link:hover {
  color: #ea7525;
}


/* 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: #ccc 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-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: 50px;
  padding: 0;
  padding-bottom: 80px;
}

.search-results .entry .entry-image-link img,
.blog .entry .entry-image-link img,
.archive .entry .entry-image-link img {
  border-radius: 9px;
  max-width: 543px;
  width: 100%;
}

.search-results .content-sidebar-wrap,
.blog .content-sidebar-wrap,
.archive .content-sidebar-wrap {
  padding: 55px 0;
}

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

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

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

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

/* Accordion Block */

@keyframes details-show {
  from {
    opacity:0;
    transform: translateY(-0.5em);
  }
}

details[open] > *:not(summary) {
  animation: details-show 500ms ease-in-out 1;
}

.gb-block-accordion details {
  border: solid 2px var(--accordion-border-color);
  border-radius: var(--accordion-border-radius);
}

.gb-block-accordion details {
  background-color: var(--accordion-closed-background-color);
}

.gb-block-accordion details > .gb-accordion-title {
  color: var(--accordion-closed-title-color);
  background: url(images/open-accordion.png) center right 20px no-repeat transparent;
}

.gb-block-accordion details[open] {
  background-color: var(--accordion-open-background-color);
}

.gb-block-accordion details[open] > .gb-accordion-title {
  color: var(--accordion-open-title-color);
  background: url(images/close-accordion.png) center right 20px no-repeat transparent;
}

.gb-block-accordion .gb-accordion-title {
  font-size: 1.4375rem;
  line-height: 1.333;
  font-weight: bold;
  padding: 20px 25px;
  cursor: pointer;
}

summary::marker,
summary::-webkit-details-marker {
  display: none;
}

.gb-block-accordion .gb-accordion-title:focus {
  outline: none;
}

.gb-block-accordion .gb-accordion-text {
  color: var(--accordion-text-color);
  padding: 0px 25px 20px;
}

.gb-block-accordion .gb-accordion-text p:last-of-type {
  margin-bottom: 0;
}

.gb-block-accordion .gb-accordion-text:after {
  content: "";
  clear: both;
  display: table;
}

.gb-block-accordion.is-style-nostyle details {
  border: none;
  background: none;
}

.gb-block-accordion.is-style-nostyle details > .gb-accordion-title {
  color: var(--text-color);
  background: none;
  padding: 0;
  margin: 0 0 15px 0;
}

.gb-block-accordion.is-style-nostyle .gb-accordion-text {
  color: var(--text-color);
  padding: 0;
}


/* 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 20px no-repeat transparent;
  font-size: 1.4375rem;
  line-height: 1.333;
  font-weight: bold;
  padding: 20px 0px;
  cursor: pointer;  
}

details.wp-block-details[open] {
  background-color: var(--accordion-open-background-color);
}

details.wp-block-details[open] > summary {
  color: var(--accordion-open-title-color);
  background: url(images/close-accordion.png) center right 20px no-repeat transparent;
}

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

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

/* CTA Block */
.gb-block-cta {
  background: var(--cta-background) !important;
  color: var(--cta-text-color) !important;
  border-radius: 9px;
  padding: 40px;
}

.gb-block-cta > .wp-block-cover__inner-container > *:last-child {
  margin-bottom: 0;
}

.gb-block-cta .gb-cta-title {
  color: var(--cta-title-color) !important;
  font-weight: bold;
}

.gb-block-cta .gb-cta-text {
  color: var(--cta-text-color) !important;
}

.gb-block-cta .gb-cta-button .gb-button,
.gb-block-cta .wp-block-button__link {
  background-color: var(--cta-btn-background) !important;
  border: solid 3px var(--btn-background-color) !important;
  color: #fff!important;
  border-radius: 9px !important;
}

.gb-block-cta .gb-cta-button .gb-button p {
  margin: 0;
}

.gb-block-cta .gb-cta-button .gb-button:hover {
  border: solid 3px var(--btn-background-color) !important;
  color: var(--btn-hover-text-color) !important;
  transition: all .5s ease;
  background-color: transparent !important;;
  text-decoration: none;
  opacity: 1;
  box-shadow: none;  
}

/* 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 .is-grid article {
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
}


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


/*
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 .custom-form {
  display: flex;
}

.error404 input[type="text"] {
  padding: 20px 20px 19px;
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  border-radius: 0px;
}

.error404 #searchsubmit {
  display: inline-block;
  vertical-align: middle;
  padding: 17px 10px;
  border-radius: 0px;
  width: 20%;
  margin-right: 0px;
  margin-bottom: 0px;
  flex-basis: 35%;
}

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

#top-bar .gb-container-content {
  max-width: 1440px !important;
}

/*Tango After Header*/
#tango-after-header-container {
  padding-top: 3em;
  padding-bottom: 3em;
  background-color: #d1dad8;
  background-image: url('images/gp_section_header_desk.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 52%;
  position: relative;
}

#tango-after-header-container::before {
  background-color: #d1dad8;
  opacity: 0.7;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;    
}

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

#tango-after-header-wrap .entry-title {
  position: relative;
  z-index: 1;
  color: #272c30;
  font-size: 3.75rem;
  line-height: 1.1666;
  margin: 0;
}

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

.tribe-events-calendar-month__calendar-event-tooltip-description p {
  font-size: 1rem;
}

.tribe-events-calendar-month__calendar-event-tooltip-description span.more-link-container {
  margin: 5px 0 0 0;
  font-size: .9rem;
}

.tribe-events-schedule .recurringinfo a,
.tribe-events-meta-group a {
  color: var(--link-color);
}

.tribe-events-schedule .recurringinfo a:hover,
.tribe-events-meta-group a:hover {
  color: var(--link-color);
}

.tribe-common a,
.tribe-common a:hover,
.tribe-common a:visited {
  color: var(--link-color);
}

.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:visited {
  color: var(--link-color);
}

.tribe-common a:hover {
  text-decoration: underline;
}

.tribe-common .tribe-common-c-btn-border {
  border-color: var(--link-color);
  color: var(--link-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(--link-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-icon.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);
  transition: all .3s cubic-bezier(0,0,.5,1);
}

.cool-column > .gb-block-layout-column-inner {
  background-color: var(--col-background-color);
  border-radius: var(--col-border-radius);
  padding: var(--col-padding);
  margin: var(--col-margin);
}

.cool-column:hover {
  box-shadow: 2px 4px 16px rgba(0,0,0,.16);
  transform: scale3d(1.01,1.01,1.01);
  transition: all .3s cubic-bezier(0,0,.5,1);
}

.delay1 {
  animation-delay: .25s !important;
}

.delay2 {
  animation-delay: .5s !important;
}

.delay3 {
  animation-delay: .75s !important;
}

.delay4 {
  animation-delay: 1s !important;
}

.delay5 {
  animation-delay: 1.25s !important;
}

.delay6 {
  animation-delay: 1.5s !important;
}

.delay7 {
  animation-delay: 1.75s !important;
}

.delay8 {
  animation-delay: 2s !important;
}

.rounded {
  border-radius:  9px;
}


/* Basic Callout Styling */
.vivid-callout {
  background: #FAFAFA;
  padding: 48px;
  margin: 40px 0;
}

.pum-theme-lightbox input,
.pum-theme-lightbox select {
  background-color: #fff;
  border: solid 1px #CCCCCC;
}

.pum-theme-lightbox .pum-title {
  display: none;
}

.pum-theme-vi-theme-full-width input,
.pum-theme-vi-theme-full-width select {
  background-color: #fff;
  border: solid 1px #CCCCCC;
}

.pum-theme-vi-theme-full-width .pum-title {
  display: none;
}

.wp-block-image.is-style-rounded-image img {
  border-radius: 49px
}

.error404 .content .popular_search_title,
.error404 .content .popular_search_container {
  display: none;
}

/* PORTFOLIO */
.tax-portfolioskills .portfolio-filters-container a,
.tax-portfolioindustries .portfolio-filters-container a,
.portfolio-filters-container a {
  display: inline-block;
  border: solid 2px #f7f7f7;
  background-color: #f7f7f7;
  border-radius: 9px;
  padding: 11px 22px;
  color: #575757;
  font-weight: bold;
  font-size: 17px;
  line-height: 23px;
  margin: 0 20px 10px 0;
  text-decoration: none;
}

.tax-portfolioskills .portfolio-filters-container a:last-of-type,
.tax-portfolioindustries .portfolio-filters-container a:last-of-type,
.portfolio-filters-container a:last-of-type {
  margin-right: 0;
}

.tax-portfolioskills .portfolio-filters-container a:hover,
.tax-portfolioindustries .portfolio-filters-container a:hover,
.portfolio-filters-container a:hover {
  color: #fff;
  background: #575757;
  text-decoration: none;
}

.tax-portfolioskills .portfolio-filters-container a.active,
.tax-portfolioindustries .portfolio-filters-container a.active,
.portfolio-filters-container a.active {
  color: #fff;
  background: #575757;
  text-decoration: none;
}

.portfolio-filters-container .portfolio-filters-wrap {
  text-align: center;
}

.portfolio-filters-container a.active {
  color: #fff;
  background: #575757;
  text-decoration: none;
}

.portfolio-filters-container {
  padding: 20px 0px;
  line-height: 40px;
  margin: 0 0 40px 0;
}

.post-type-archive-portfolio .portfolio {
  display: inline-block;
  vertical-align: top;
  width: 29.3333%;
  margin: 0 2%
}

.post-type-archive-portfolio .portfolio .title {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  line-height: 33px;
  margin: 0;
}

.post-type-archive-portfolio .portfolio .title a {
    max-width: 75%;
    display: inline-block;
}

.post-type-archive-portfolio .portfolio .portfolio-image {
  margin: 0 0 20px 0;
  text-align: center;
}

.tax-portfolioskills .portfolio .portfolio-image img,
.tax-portfolioindustries .portfolio .portfolio-image img,
.post-type-archive-portfolio .portfolio .portfolio-image img {
  display: block;
  margin: 0 auto;
  box-shadow: 10px 10px 20px -10px rgba(0,0,0,0.25);
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;  
}

.tax-portfolioskills .portfolio .portfolio-image img:hover,
.tax-portfolioindustries .portfolio .portfolio-image img:hover,
.post-type-archive-portfolio .portfolio .portfolio-image img:hover {
  opacity: .75;
  transition: all .5s ease;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.tax-portfolioskills .portfolio-filters-container a.active,
.tax-portfolioindustries .portfolio-filters-container a.active {
  color: #fff;
  background: #EA7525;
  text-decoration: none;
}

.tax-portfolioskills .portfolio-filters-container,
.tax-portfolioindustries .portfolio-filters-container {
  padding: 20px 0px;
  line-height: 40px;
  margin: 0 0 40px 0;
}

.tax-portfolioskills .portfolio,
.tax-portfolioindustries .portfolio {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  padding: 0 2%
}

.tax-portfolioskills .portfolio .title,
.tax-portfolioindustries .portfolio .title {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  line-height: 33px;
}

.tax-portfolioskills .portfolio .title a,
.tax-portfolioindustries .portfolio .title a {
    max-width: 75%;
    display: inline-block;
}

.tax-portfolioskills .portfolio .title a:hover,
.tax-portfolioindustries .portfolio .title a:hover {
  text-decoration: none;
 }


.tax-portfolioskills .portfolio .portfolio-image,
.tax-portfolioindustries .portfolio .portfolio-image {
  margin: 0 0 20px 0;
  text-align: center;
}

.tax-portfolioskills .portfolio .portfolio-image img,
.tax-portfolioindustries .portfolio .portfolio-image img {
  display: block;
  margin: 0 auto;
  box-shadow: 10px 10px 20px -10px rgba(0,0,0,0.25);
}


.tax-portfolioindustries .term-container {
  display: none;
  margin: 0 0 50px 0;
}

.tax-portfolioindustries .term-container.bottom {
  margin: 50px 0 0 0;
}


.tax-portfolioindustries .term-container h1 {
  margin-top: 0;
}

.tax-portfolioindustries .term-container .term_content {
  font-size: 17px;
  font-size: 17px;
  font-size: 1rem;
  line-height: 32px;
  margin: 5px 0 20px 0;
  color: #555;
  font-family: 'Open Sans', sans-serif;
}

.tax-portfolioindustries .term-container.show {
  display: block;
  width: 100%;
}

.portfolio-template-default .site-inner {
  max-width: inherit;
}

.portfolio-template-default .vimm-lfc-content-wrapper .widget-wrap {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.vimm-lfc-content-wrapper.icons .widget-wrap {
  padding: 40px 0 0;
  display: flex;
  flex-flow: row wrap;
}

.vimm-lfc-content-wrapper.icons h4 {
  flex: 1 100%;
  margin: 0 0 40px 0;
}

.vimm-lfc-content-wrapper.icons div.skill-single {
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  flex: 1 0 33%;
  margin: 0 0 40px 0;
  padding: 0 25px;
}

.vimm-lfc-content-wrapper.icons div.skill-single p {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  margin: 0;
}

.vimm-lfc-content-wrapper.icons div.skill-single a {
  color: #363636;
}

.vimm-lfc-content-wrapper.icons div.skill-single a:hover {
  color: #80CFD3;
  /*text-decoration: none;*/
}

.single-portfolio .site-inner {
  padding: 0;
}

.single-portfolio .content-sidebar-wrap {
  max-width: inherit;
  padding: 3% 0;
}

.single-portfolio .content-sidebar-wrap .breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
  margin: 0 auto 50px;
}

.single-portfolio .entry-content .vimm-lfc-content-wrapper {
  margin-bottom: 60px;
}

.single-portfolio .entry-content .vimm-lfc-content-wrapper .widget-wrap {
  max-width: 1140px;
  padding: 0px 26px;
  margin: 0px auto;
}

.single-portfolio .entry-content .vimm-lfc-content-wrapper .one-half.first {
  border-right:solid 2px #fff;
}

.single-portfolio .entry-content .vimm-lfc-content-wrapper .one-half {
  padding: 70px 0;
}

.single-portfolio .entry-content #vimm-lfc-section-2 .one-half h1 {
  font-family: "Maven Pro", sans-serif;
  font-size: 85px;
  line-height: 81px;
}
.single-portfolio .entry-content .vimm-lfc-content-wrapper .one-half p {
  font-family: "Open Sans", sans-serif;
}

.single-portfolio .entry-content .vimm-lfc-content-wrapper.banner img {
  width: 100%;
  display: block;
}

.single-portfolio .entry-content .vimm-lfc-content-wrapper.quote {
  padding: 150px 0;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-portfolio .entry-content .vimm-lfc-content-wrapper.quote p {
  color: #fff;
  font-style: italic;
  font-size: 25px;
  line-height: 40px;
  max-width: 900px;
  margin: 0px auto;
}

.single-portfolio .entry-content .vimm-lfc-content-wrapper.quote .quote-name {
  color:#b1b1b1;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
}

.single-portfolio .entry-content #vimm-lfc-section-1 {
  overflow: inherit;
}

.single-portfolio .entry-content #vimm-lfc-section-1 .image {
  text-align: right;
}

/* TALK WITH OUR TEAM PAGE */
.tab_title_container .tab_title {
  margin:  10px;
}

/* HOME PAGE */

.home hr.wp-block-separator {
  max-width: 780px;
  background-color: #e3e3e3;
  height: 1px;
  margin: 70px auto;
}

.home-section-five p {
  margin-bottom: 10px;
}

.home-section-six .social-proof-slider-wrap .slick-dots li button::before {
  opacity: .5;
  content: "\f111";
}

.home-section-six .social-proof-slider-wrap .slick-dots li.slick-active button:before {
  opacity: 1;
  content: "\f111";
}

.home-section-seven h5 {
  margin-bottom: 15px;
}

.home-section-eight .rounded{
  border-radius:  9px;
}

.home-section-ten {
  background: url('images/bg-training-opt.png') center center repeat;
}

.home-section-ten .rounded {
  border-radius: 9px;
}

.home-section-ten input {
  background-color: #F7F7F7;
  border: solid 3px #F7F7F7 !important;
}

.home-section-ten input::placeholder {
  display: none !important;
  color: #F7F7F7 !important;
}

.home-section-ten input::-moz-placeholder {
  display: none !important;
  color: #F7F7F7 !important;
}

.home-section-ten input::-webkit-input-placeholder {
  display: none !important;
  color: #F7F7F7 !important;
}


.home-section-ten .gform_wrapper.gravity-theme .ginput_complex {
  flex-direction: column;
}

.home-section-ten .gform_wrapper.gravity-theme .ginput_complex span {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.home-section-ten .gform_wrapper.gravity-theme .ginput_complex span:first-of-type {
  margin-bottom: 20px;
}

.home-section-ten  div.gform_wrapper input {
  background-color: #F7F7F7;
  border-color:  #F7F7F7 !important;
  font-size:  18px !important;
}

.home-section-ten div.gform_wrapper .top_label .gfield_label {
  padding-top:  10px;
}

.home-section-ten  div.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  margin-top: 0;
  padding-top: 0;
}

.home-section-ten .gform_wrapper.gravity-theme .gform_footer button {
  display: inline-block;
  width: auto;
  background-color: #575757;
  border-radius: var(--btn-border-radius);
  border: solid 3px #575757;
  color: #fff;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: bold;
  text-decoration: none !important;
  padding: 14px 24px;
  transition: all .5s ease;
  user-select: none; 
}

.home-section-ten .gform_wrapper.gravity-theme .gform_footer button:hover {
  border: solid 3px #575757;
  color: #575757;
  transition: all .5s ease;
  background-color: transparent;
  text-decoration: none;
  opacity: 1;
}

.home-section-ten hr.wp-block-separator {
  max-width: 105px;
  background-color: #ea7525;
  height: 3px;
  margin: 15px 0;
}


/* ARCHIVE NAVIGATION */
.blog .archive_navigation_inner,
.archive .archive_navigation_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
  margin: 0 0 50px 0;
}

.blog .archive_navigation a,
.archive .archive_navigation a {
  display: inline-block;
  background-color: #F7F7F7;
  padding: 13px 25px;
  color: #575757;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  border-radius: 9px;
}

.blog .archive_navigation a:last-of-type,
.archive .archive_navigation a:last-of-type {
  margin-right: 0;
}

.blog .archive_navigation a:hover,
.archive .archive_navigation a:hover {
  color: #fff;
  background:#575757;
  text-decoration: none;
}

.blog .archive_navigation a.active,
.archive .archive_navigation a.active {
  color: #fff;
  background: #575757;
  text-decoration: none;
}

.blog .entry-image-link img,
.archive .entry-image-link img {
  margin-left: 100px;
}


/*
Events Calendar
---------------------------------------------------------------------------------------------------- */
.tribe-events * {
  font-family: "Open Sans", sans-serif !important;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-weekday,
.tribe-events .tribe-events-calendar-list__event-datetime,
.tribe-events-c-top-bar__today-button {
  font-size: 16px !important;
  font-family: "Open Sans", sans-serif !important;
}

.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);
  text-decoration: underline;
}

.tribe-events-page-template .site-inner .wp-block-button__link,
.tribe-events-page-template .site-inner .wp-block-button__link:visited,
.tribe-events-page-template .site-inner .wp-block-button__link:focus {
  color: #fff;
}

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

.tribe-block__venue {
  border: none !important;
}

.countup.precent:after {
  content: "\25";
  font-family: "Font Awesome 5 Free";

}

.wp-block-yoast-faq-block {
  margin: 30px 0 0 0;
}


.wp-block-yoast-faq-block .schema-faq-question {
  font-size: 1.25rem;
  line-height: 1.333;
  font-weight: bold;
  margin: 0;
  color: var(--accordion-closed-title-color);
  padding: 15px 10px 15px 34px;
  position: relative;
}

.wp-block-yoast-faq-block.fcp-faq .schema-faq-question:before {
  top: 28px;
  border-color: #EA7525;
}


table thead th {
  background-color: #EA7525;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

table tbody  tr:nth-of-type(even) {
  background-color: #eee;
}

#top-bar-container a {
  text-decoration: none;
  margin: 0 20px;
  font-size: 16px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
}

#top-bar-container a:hover {
  color: #fff;
  text-decoration: underline
}

#top-bar-container a:first-of-type {
 margin-left: 0;
}

#top-bar-container a:last-of-type {
  margin-right: 0;
}

.overhang .wp-block-image,
.overhang .wp-block-media-text__media {
  margin-bottom: -55px;
}

.overhang {
  margin-bottom: 55px;
}

.rounded > div {
  border-radius: 9px !important;
}

.gb-block-post-grid header .gb-block-post-grid-title a {
  font-size: 38px;
  color: #575757;
  line-height: 42px;
  text-decoration: underline;
  font-family: 'Open Sans';
}

.gb-block-post-grid header .gb-block-post-grid-title a:hover {
  text-decoration: none;
}

.gb-block-post-grid .gb-block-post-grid-image {
  margin-left: 100px;
}

.gb-block-post-grid .gb-block-post-grid-image img {
  min-width: 600px;
}

.gb-block-post-grid .gb-block-post-grid-more-link {
  color: #ea7525;
  font-weight: bold;
  text-decoration: underline;
}

.gb-block-post-grid .gb-block-post-grid-more-link:hover {
  color: #ea7525;
  font-weight: bold;
  text-decoration: none;
}


.entry-content ul.checkmark li::marker {
  content: url(images/icon-checkmark.png);
}

.entry-content ul.xmark li::marker {
  content: url(images/icon-x.png);
}

.addtoany_list a img {
  border-radius: 0;
}

.fsRowBody input[type="text"].fsRequired,
.fsRowBody input[type="email"].fsRequired,
.fsRowBody input[type="number"].fsRequired,
.fsRowBody input[type="tel"].fsRequired,
.fsForm select.fsRequired,
.fsForm textarea.fsRequired,
.fsRowBody input[type="text"],
.fsRowBody input[type="email"],
.fsRowBody input[type="number"],
.fsRowBody input[type="tel"],
.fsForm textarea,
.fsSignature {
  padding: 25px !important;
  border: none !important;
  background-color: #f7f7f7 !important;
  border-radius: 9px !important;
}

.fsLabelVertical .fsLabel {
  padding: 0;
  text-transform: none;
  color: var(--gf-input-label-color) !important;
  font-size: var(--gf-input-label-size) !important;
  font-weight: 700 !important;
}

.fsBody .fsSupporting {
  color: var(--gf-input-sublabel-color) !important;
  font-size: var(--gf-input-sublabel-size) !important;
  line-height: 18px !important;
  font-weight: 400 !important;
  margin: 5px 0 0 !important;
}

.fsBody .fsFieldRow {
  margin-bottom: 40px !important;
}

.fsBody .fsSubField.fsFieldAddress,
.fsBody .fsSubField.fsFieldAddress2 {
  margin-bottom: 40px !important;
}

.fsPagination .fsNextButton, .fsPagination .fsPreviousButton, .fsPagination .fsSubmitButton,
.fsForm .fsFileUploadButton {
  height: inherit !important;
  width: auto !important;
  background-color: var(--btn-background-color) !important;
  border-radius: var(--btn-border-radius) !important;
  border: solid 3px var(--btn-background-color) !important;
  color: var(--btn-text-color) !important;
  cursor: pointer !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  padding: 14px 24px !important;
  transition: all .5s ease !important;
  user-select: none !important;
}

.fsForm .fsFileUploadButton:hover {
  border: solid 3px var(--btn-background-color) !important;
  color: var(--btn-hover-text-color) !important;
  transition: all .5s ease !important;
  background-color: transparent !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

#cn-close-notice {
  opacity: 1 !important;
}

#cn-close-notice:before,
#cn-close-notice:after  {
  background-color: #fff !important;
  height: 20px !important;
  width: 3px !important;
}

.site-inner .tribe-common ul li {
  margin: 0;
}

.site-inner .tribe-common ul li::marker {
  content: none;
}

.site-inner .tribe-common a {
  text-decoration: none;
}

.sticky-column {
  position: sticky;
  top: 80px;
  align-self: start;
}

.category-resources .entry {
  margin-bottom: 0;
  padding-bottom: 0;
}

.category-resources .entry .entry-header .post-date,
.category-resources .entry .entry-image-link {
  display: none;
}


.category-resources .entry .entry-header .entry-title {
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 20px 0;
}

.category-resources .entry .entry-header .entry-title a {
  font-size: 20px;
  line-height: 25px;
}


/* PODCASTS */
.post-type-archive-podcasts .content-sidebar-wrap {
  padding-top: 0;
}

.post-type-archive-podcasts .section-one {
  background: url('images/podcasts/mainhero.jpg') #150d0b;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 623px;
  display: flex;
  align-items: center;
  padding: 0 25px;
}

.post-type-archive-podcasts .section-one .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%; 
}

.post-type-archive-podcasts .section-one .main-header {
  color: #fff;
  font-size: 55px;
  line-height: 66px;
  font-weight: bold;
  margin-top: 0;
}

.post-type-archive-podcasts .section-one .sub-header {
  font-size: 50px;
  line-height: 55px;
  font-weight: bold;
  margin: 0 0 40px 0;
}

.post-type-archive-podcasts .section-one .podcast-links {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  gap: 8px;
}

.post-type-archive-podcasts .section-one .podcast-link {
  margin: 0;
}

.post-type-archive-podcasts .section-two {
  padding: 90px 25px 25px;
}

.post-type-archive-podcasts .section-two .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0 75px;
}

.post-type-archive-podcasts .section-two .left-content {
  flex: 1;
}

.post-type-archive-podcasts .section-two .left-content h2 {
  font-size: 36px;
  line-height: 45px;
  margin: 0 0 25px 0;
}

.post-type-archive-podcasts .section-three {
  padding: 0 25px 50px 25px;
}

.post-type-archive-podcasts .section-three .wrapper {
  border-top: solid 1px #EC823A;
  padding-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.post-type-archive-podcasts .section-three .wrapper h2.section-title {
  grid-column: 1 / 3;
  font-size: 36px;
  line-height: 45px;
  margin: 0;
}

.post-type-archive-podcasts .archive-pagination {
  grid-column: 1 / 3;
  margin: 0;
}

.post-type-archive-podcasts .archive-pagination ul {
  display: flex;
  justify-content: center;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .post-type-archive-podcasts .section-one .podcast-links {
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .post-type-archive-podcasts .section-two .wrapper {
    gap: 50px 0px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .post-type-archive-podcasts .section-three .wrapper {
    grid-template-columns: 1fr;
  }
  .post-type-archive-podcasts .section-three .wrapper h2.section-title,
  .post-type-archive-podcasts .archive-pagination {
    grid-column: 1 / 2;
  }
}

.post-type-archive-podcasts .section-three article {
  margin-bottom: 0;
  padding-bottom: 0;
}

.post-type-archive-podcasts .section-three article h2 {
  font-size: 28px;
  line-height: 34px;
  color: #575757;
  font-weight: bold;
  margin: 20px 0;
}

.post-type-archive-podcasts .section-three article h5 {
  font-size: 18px;
  line-height: 32px;
  color: #EA7525;
}

.post-type-archive-podcasts .section-three article p {
  margin-bottom: 10px;
}

.single-podcasts .embed-container { 
  position: relative; 
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
} 

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

.single-podcasts .podcasts-header {
  background: url('images/podcasts/SubpageHero.jpg') #150d0b;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 304px;
  padding: 0 25px;
  display: flex;
  align-items: center;
}

.single-podcasts .podcasts-header .podcasts-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.single-podcasts .podcasts-header .podcasts-header-inner h1 {
  color: #fff;
  font-size: 55px;
  line-height: 60px;
  font-weight: bold;
  margin: 0;
  max-width: 60%;
}

.single-podcasts .podcast-links {
  display: flex;
  gap: 10px 8px;
  margin: 35px 0 55px 0;
  padding-bottom: 55px;
  border-bottom: solid 1px #EC823A;
}

.single-podcasts .podcast-content {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.single-podcasts .podcast-content .summary-container {
  flex: 1;
}

.single-podcasts .podcast-content .resource-container {
  flex: 0 390px;
  background-color: #F7F7F7;
  border-radius: 9px;
  padding: 40px 30px;
}

.single-podcasts .podcast-content .resource-container ul {
  margin-bottom: 0;
}

.single-podcasts .transcript-content {
  margin: 40px 0 0 0;
}

.single-podcasts .entry-content h2 {
  margin: 0 0 10px 0;
  font-size: 36px;
  line-height: 52px;
  color:#575757;
}

@media only screen and (max-width: 968px) {
  .single-podcasts .podcast-content {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
  }
  .single-podcasts .podcast-content .resource-container {
    flex: 1 1 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .single-podcasts .podcasts-header .podcasts-header-inner h1 {
    max-width: 100%;
    font-size: 35px;
    line-height: 45px;
  }
}

.single-vi_events .content-sidebar-wrap {
  padding-bottom: 0;
}

.single-vi_events #vivid-after-header-container h3 {
  text-align: center;
}

.single-vi_events .section-one .inner-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .single-vi_events .section-one .inner-content {
    grid-template-columns: 1fr;
  }
}

.single-vi_events .section-one .embed-container { 
  position: relative; 
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
} 

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

.single-vi_events .section-one .date,
.single-vi_events .section-one .time,
.single-vi_events .section-one .location {
  font-size: 22px;
  line-height: 34px;
  padding: 0;
  font-weight: bold;
  color: #575757;
}

.single-vi_events .section-one .date-location-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  align-items: stretch;
  margin: 0 0 20px 0;
  grid-gap: 10px;
}

@media only screen and (max-width: 600px) {
  .single-vi_events .section-one .date-location-container {
    grid-template-columns: 1fr;
  }
}

.single-vi_events .section-one .date-time-container:before {
  position: absolute;
  content: url('/wp-content/themes/vimm-gutenberg/images/events/subpage-calendaricon.png');
}

.single-vi_events .section-one .date-time-container {
  position: relative;
}

.single-vi_events .section-one .date-time-container .date,
.single-vi_events .section-one .date-time-container .time {
  flex: 1 1 100%;
  padding-left: 55px;
}

.single-vi_events .section-one .location-container {
  position: relative;
}

.single-vi_events .section-one .location-container:before {
  position: absolute;
  content: url('/wp-content/themes/vimm-gutenberg/images/events/subpage-locationicon.png');
}

.single-vi_events .section-one .location {
  padding-left: 45px;
}

.single-vi_events .section-one .short-description .wp-block-buttons {
  margin-bottom: 0;
}

.single-vi_events .section-two {
  padding: 60px 25px 75px;
}

.single-vi_events .section-two .inner-content {
  max-width: 1200px;
  margin: 0 auto;
  border-top: solid 1px #EA7525;
  padding-top: 55px;
}

.single-vi_events .section-three {
  background-color: #F7F7F7;
  padding: 50px 25px;
}

.single-vi_events .section-three .inner-content {
  max-width: 1200px;
  margin: 0 auto;
}

.single-vi_events .section-three input,
.single-vi_events .section-three select,
.single-vi_events .section-three textarea {
  background: #fff;
}

.single-vi_events .event-pagination {
  background-color: #F7F7F7;
  padding: 25px;
}

.single-vi_events .event-pagination .event-pagination-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.single-vi_events .event-pagination .event-pagination-wrapper a {
  display: inline-block;
  width: auto;
  background-color: var(--btn-background-color);
  border-radius: var(--btn-border-radius);
  border: solid 3px var(--btn-background-color);
  color: var(--btn-text-color);
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none !important;
  padding: 4px 14px;
  transition: all .5s ease;
  user-select: none;
}

.single-vi_events .event-pagination .event-pagination-wrapper a:hover,
.single-vi_events .event-pagination .event-pagination-wrapper a:focus,
.single-vi_events .event-pagination .event-pagination-wrapper a:active {
  border: solid 3px var(--btn-background-color);
  color: var(--btn-hover-text-color);
  transition: all .5s ease;
  background-color: transparent;
  text-decoration: none;
  opacity: 1;
}

.post-type-archive-vi_events .article-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}

.post-type-archive-vi_events .article-container article {
  margin: 0;
  padding: 0;
}

.post-type-archive-vi_events .section-one {
  border-radius: 9px 9px 0 0;
}

.post-type-archive-vi_events .section-one img {
  display: block;
  width: 100%;
}

.post-type-archive-vi_events .section-two {
  background-color: #F7F7F7;
  border-radius: 0 0 9px 9px;
  padding: 25px 45px;
}

.post-type-archive-vi_events .section-two  h2.event-title {
  color: #1A1A1A;
  font-size: 30px;
  line-height: 35px;
  margin: 0 0 20px 0;
}

.post-type-archive-vi_events .section-two .date,
.post-type-archive-vi_events .section-two .time,
.post-type-archive-vi_events .section-two .location {
  color: #707070;
  font-size: 16px;
  line-height: 22px;
}

.post-type-archive-vi_events .section-two .date-location-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  align-items: stretch;
  margin: 0 0 20px 0;
  grid-gap: 10px;
}

@media only screen and (max-width: 600px) {
  .post-type-archive-vi_events .section-two .date-location-container {
    grid-template-columns: 1fr;
  }
}

.post-type-archive-vi_events .section-two .date-time-container:before {
  position: absolute;
  content: url('/wp-content/themes/vimm-gutenberg/images/events/main-calendaricon.png');
}

.post-type-archive-vi_events .section-two .date-time-container {
  position: relative;
}

.post-type-archive-vi_events .section-two .date-time-container .date,
.post-type-archive-vi_events .section-two .date-time-container .time {
  flex: 1 1 100%;
  padding-left: 25px;
}

.post-type-archive-vi_events .section-two .location-container {
  position: relative;
}

.post-type-archive-vi_events .section-two .location-container:before {
  position: absolute;
  content: url('/wp-content/themes/vimm-gutenberg/images/events/main-locationicon.png');
}

.post-type-archive-vi_events .section-two .location {
  padding-left: 25px;
}

.post-type-archive-vi_events .section-one .embed-container { 
  position: relative; 
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
} 

.post-type-archive-vi_events .section-one .embed-container iframe,
.post-type-archive-vi_events .section-one .embed-container object,
.post-type-archive-vi_events .section-one .embed-container embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 960px) {
  .post-type-archive-vi_events .article-container {
    grid-template-columns: 1fr;
  }
}

.vi-event-confirmation .content-sidebar-wrap {
  padding: 0;
}

.vi-event-confirmation #vivid-after-header-container h3 {
  text-align: center;
}

.vi-event-confirmation .section-one,
.vi-event-confirmation .section-two,
.vi-event-confirmation .section-three,
.vi-event-confirmation .section-four,
.vi-event-confirmation .section-five {
    padding: 0 65px;
}

.vi-event-confirmation .section-one .inner-content,
.vi-event-confirmation .section-two .inner-content,
.vi-event-confirmation .section-three .inner-content,
.vi-event-confirmation .section-four .inner-content,
.vi-event-confirmation .section-five .inner-content {
  max-width: 1200px;
  margin: 0 auto;
}

.vi-event-confirmation .section-one {
  padding: 70px 25px 100px;
}

.vi-event-confirmation .section-one .inner-content {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.vi-event-confirmation .section-one .inner-content img {
  display: inline-block;
  margin: 0 0 10px 0;
}

.vi-event-confirmation .section-one .inner-content h4 {
  margin: 0;
}

.vi-event-confirmation .section-two .inner-content {
  display: grid;
  grid-template-columns: 1fr 400px;
  grid-gap: 85px;
  padding-bottom: 65px;
}

.vi-event-confirmation .section-two .inner-content .right-content {
  background-color: #F7F7F7;
  border-radius: 9px;
  text-align: center;
  padding: 40px;
}

.vi-event-confirmation .section-two .inner-content .right-content p:last-of-type {
  margin-bottom: 0;
}

.vi-event-confirmation .section-three {
  background: #363636;
  text-align: center;
  padding: 60px 65px;
}

.vi-event-confirmation .section-three h4,
.vi-event-confirmation .section-three p {
  color: #fff;
}

.vi-event-confirmation .section-three .wp-block-buttons {
  margin-bottom: 0;
  justify-content: center;
}

.vi-event-confirmation .section-four {
  padding: 60px 65px;
}

.vi-event-confirmation .section-four img.alignright {
  margin: 0 0 24px 24px;
}

.vi-event-confirmation .section-five .inner-content {
  display: flex;
  gap: 90px;
  padding: 60px 0;
}

.vi-event-confirmation .section-five .inner-content .testimonial {
  text-align: center;
  flex: 1 1 33%;
}

.vi-event-confirmation .section-five .inner-content .testimonial img {
  margin: 0 auto 20px;
}

.vi-event-confirmation .section-five .inner-content .testimonial .testimonial-text {
  color: #575757;
  font-weight: normal;
  margin: 0 0 5px 0;
  font-size: 18px;
  line-height: 22px;
}

.vi-event-confirmation .section-five .inner-content .testimonial .testimonial-name {
  color: #575757;
  font-weight: bold;
  margin: 0 0 5px 0;
  font-size: 18px;
  line-height: 22px;
}

.vi-event-confirmation .section-five .inner-content .testimonial .testimonial-title {
  color: #575757;
  font-weight: normal;
  margin: 0 0 0 0;
  font-size: 18px;
  line-height: 22px;
}

@media only screen and (max-width: 960px) {
  .vi-event-confirmation .section-one .inner-content {
    grid-template-columns: 1fr;
    gap: 50px 0;
  }

  .vi-event-confirmation .section-two .inner-content {
    grid-template-columns: 1fr;
  }

  .vi-event-confirmation .section-five .inner-content {
    flex-wrap: wrap;
  }

  .vi-event-confirmation .section-five .inner-content .testimonial {
    flex: 1 1 100%;
  }
}

.vi-message-bar.orange .button {
  border-color: none;
  background-color: #fff;
  border-radius: 9px;
  color: #EA7525;
}

.vi-message-bar.orange .button:hover {
  border-color: none;
  background-color: #fff;
  opacity: .8;
  color: #EA7525;
}

.vi-message-bar.dark-gray .button {
  border-color: #EA7525;
  background-color: #EA7525;
  color: #fff;
  border-radius: 9px;
}

.vi-message-bar.dark-gray .button:hover {
  border-color: #EA7525;
  background-color: transparent;
  opacity: 1;
  color: #EA7525;
}

.vi-message-bar.light-gray p {
  color: #575757;
}

.vi-message-bar.light-gray .button {
  border-color: #EA7525;
  background-color: #EA7525;
  color: #fff;
  border-radius: 9px;
}

.vi-message-bar.light-gray .button:hover {
  border-color: #EA7525;
  background-color: transparent;
  opacity: 1;
  color: #EA7525;
}

.site-inner .revwid-container ul li::marker{
    display: none !important;
    content: "";
}

svg.customeractivity g {
  cursor: pointer;
}

svg .svg-tooltip {
  display: none;
}

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

  #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: 1420px) {
  .site-header .widget-area,
  .title-area {
    width: 100%;
  }
  
  .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;
  }

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

  #top-bar-container p {
    text-align: center;
  }
  
}

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

  .split-nav .site-header > .wrap {
    padding: 0 5%;
  }
  
  .full-width-header .site-header .wrap {
    padding: 10px 5%;
  }

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

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

@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) {
  .search-results .content-sidebar-wrap, .blog .content-sidebar-wrap, .archive .content-sidebar-wrap {
    padding: 55px 25px;
  }
  .blog .entry-image-link img, .archive .entry-image-link img {
    float: none;
    text-align: left;
    margin-left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .gb-block-post-grid .is-grid article {
    flex-direction: column;
    margin-bottom: 0;
  }

  .gb-block-post-grid .gb-block-post-grid-image {
    margin-left: 0px;
  }  
  
  .home .section-one .gb-block-layout-column-inner > .wp-block-spacer {
    height: 20px !important;
  }

  .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 {
    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 .home-section-three .gb-block-layout-column-inner,
  .home .home-section-ten .gb-block-layout-column-inner {
    padding-right: 0 !important;
  }

  .home .home-section-eight .gb-block-layout-column-inner {
    padding-left: 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;
  }

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

  .home .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100%!important;
  }

  .home .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }

  .home .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }

  .overhang {
    margin-bottom: 0px;
  }
  
  .overhang .wp-block-image,
  .overhang .wp-block-media-text__media {
    margin-bottom: 0px;
  }

  .page-template-page-big-header .section-one h1 {
    font-size: 35px !important;
    line-height: 45px !important;
  }

  .footer-widgets-1 .wp-block-buttons .wp-block-button {
    margin: 30px 0 0 0;
  }

  #vivid-after-header-container h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .post-type-archive-portfolio .portfolio,
  .tax-portfolioskills .portfolio,
  .tax-portfolioindustries .portfolio {
    width: 100%;
    padding: 0;
  }

  .portfolio-filters-container {
    display: none
  }

  .single-portfolio .entry-content #vimm-lfc-section-2 .one-half h1 {
    font-size: 55px;
    line-height: 60px;
  }

  .single-portfolio .entry-content .vimm-lfc-content-wrapper .one-half.first {
    border-right: none;
  }

  .single-portfolio .entry-content .vimm-lfc-content-wrapper .one-half {
    padding: 30px 0;
  }

}

@media only screen and (max-width: 640px) {
  .gb-block-layout-column-inner .wp-block-genesis-blocks-gb-columns + .wp-block-genesis-blocks-gb-columns {
    margin-top: 0;
  }
  
  #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;
  }
}

@media only screen and (max-width: 600px) {
  .mobile-reverse-stack.gb-layout-columns-2 > .gb-layout-column-wrap.gb-is-responsive-column {
    grid-template-areas:
    "col2"
    "col1";
    grid-gap: 2em;
  }
  .sticky-column {
    position: relative;
    top: inherit;
  }

  blockquote {
    background-position: top center;
    margin: 0;
    padding: 70px 40px 0;
  }


  .wp-block-buttons {
    justify-content: center;
  }

  .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 15px 0;
  }

  .footer-widgets .gb-layout-column-wrap div:last-of-type {
    margin-bottom: 0;
  }
  
  #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 {
    width: 100%;
    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;
  }

  .gb-block-layout-column-gap-1 {
    grid-gap: 0 1em;
  }
  .gb-block-layout-column-gap-2 {
    grid-gap: 0 2em;
  }  
  .gb-block-layout-column-gap-3 {
    grid-gap: 3em 3em;
  }
  .gb-block-layout-column-gap-4 {
    grid-gap: 4em 4em;
  }

  .site-footer .backtotop {
    padding: 10px 14px;
  }
  
  .site-header .widget-area .widget_search .popular_search_title,
  .site-header .widget-area .widget_search .popular_search_container {
    display: none;
  }
  .site-header .widget-area .widget_search h2 {
    font-size: 2.25rem;
  }
  .site-header .widget-area .widget_search .widget-wrap .custom-form {
    display: inherit
  }
  .site-header .widget-area .widget_search .widget-wrap .custom-form #s {
    margin-bottom: 30px;
  }
  .site-header .widget-area .widget_search input[type="submit"] {
    margin-bottom: 0;
    width: 100%;
  }

  .wp-block-media-text.has-media-on-the-right:not(.alignfull) .wp-block-media-text__content {
    text-align: center;
    padding: 5% 0 0 0;
  }

  .wp-block-media-text:not(.has-media-on-the-right):not(.alignfull) .wp-block-media-text__content {
    text-align: center;
    padding: 5% 0 0 0;
  }

  .home .entry-content {
    text-align: center;
  }

  .home .section-two .gb-layout-column-wrap  div:not(:last-child) {
    margin-bottom: 60px;
  }

  .home .home-section-three .gb-layout-column-wrap > div:first-of-type {
    margin: 60px 0 0 0;
  }

  .home .home-section-three .gb-layout-column-wrap > div:last-of-type {
    margin: 0 0 60px 0;
  }

  .home .home-section-four {
    padding-top: 60px !important;
  }

  .home .home-section-five .gb-layout-column-wrap > div {
    margin: 0 0 30px 0;
  }

  .home .home-section-six,
  .home .home-section-seven,
  .home .home-section-nine {
    padding: 60px 25px !important;
  }
  
  .home-section-eight .testimonial-item .testimonial-text .quote p {
    font-size: 1.5rem;
  }


  .gb-block-post-grid .gb-block-post-grid-image img {
    min-width: inherit;
  }

}

@media only screen and (max-width: 475px) {
  .site-header .title-area {
    flex-basis: 80%;
  }
}

/* Responsive Menu
--------------------------------------------- */
.responsive-menu-icon {
  font-family: "Open 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:#EA7525;
  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: 1210px) {
  .site-header {
    background-size: auto;
  }

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

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

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

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

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

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

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

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

  .genesis-nav-menu.responsive-menu .menu-item.menu-open .sub-menu {
    border-top: solid 1px #CCCCCC;
    margin-bottom: 0;
  }

  .genesis-nav-menu.responsive-menu .menu-item.menu-open > a {
    font-weight: bold;
  }
  
  .responsive-menu-icon {
    display: block;
    position: absolute;
    top: 40px;
    right: 25px;
    z-index: 9;
  }

  .genesis-nav-menu.responsive-menu .menu-item {
    margin: 0;
  }

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

  .genesis-nav-menu.responsive-menu > .menu-item.search,
  .genesis-nav-menu.responsive-menu > .menu-item.menu-button {
    border-bottom: none;
  }

  .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: #575757;
  }

  .genesis-nav-menu > .menu-button > a {
    font-weight: bold;
    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: "\f078";
    float: right;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1rem;
    height: 16px;
    padding: 15px 20px;
    right: 0;
    text-align: right;
    z-index: 9999;
    color: #EA7525;
  }

  .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: "\f106";
  }

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

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

  .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: 14px 20px;
    position: relative;
    width: 100%;
    font-weight: normal;
  }

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

}