/*
	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.4

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/
/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Accessibility
	- VIMM CSS
	- Custom Styling
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/
/*
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: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/* Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
  box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
  font-size: 18px;
}

body {
  background-color: #fff;
  color: #1A1A1A;
  font-family: 'Nunito Sans';
  font-size: 18px;
  font-size: 1rem;
  margin: 0;
}

.site-container {
  overflow: hidden;
}

img,
img:hover,
a,
a:hover {
  transition: all .5s ease;
}

a {
  color: #2386A3;
  font-weight: bold;
  text-decoration: underline;
}

a:hover {
  color: #5379A7;
  text-decoration: none;
}

p {
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 15px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

b,
strong {
  font-weight: 700;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}


blockquote {
  background: none;
  border: none;
  text-align: center;
  color: #1A1A1A;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  font-style: normal;
  padding: 30px 40px;
  max-width: 920px;
  margin: 40px auto;
}

blockquote p {
  text-align: center;
  color:#1A1A1A;  
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  font-style: italic;
  margin: 0 0 10px 0; 
}

blockquote cite {
  color: #0A1926;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  font-style: italic;
}

blockquote::before {
  content: "";
  display: none;
  font-size: 30px;
  font-size: 1.66667rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

pre {
  background-color: #f5f5f5;
  font-size: 14px;
  font-size: 0.77778rem;
  padding: 24px;
}

.clearfix {
  clear: both;
}

hr.wp-block-separator {
  border: none;
  background-color: #D4D6D5;
  height: 1px;
  margin: 50px 0;
  clear: both;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  margin: 0 0 10px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

.wp-block-image figcaption {
  text-align: center;
  font-style: italic;
  font-size: 15px;
  font-weight: normal;
  color: #0A1926;
}

.featured-content img,
.gallery img {
  width: auto;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background: #F1F3F2;
  border: none;
  color: #0A1926;
  font-size: 18px;
  padding: 16px;
  width: 100%;
}

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-block-button__link,
.gb-button,
.comment-respond button {
  display: inline-block;
  width: auto;
  border: solid 2px #2386A3;
  background-color: #2386A3;
  border-radius: 0px;
  color: #ffffff;
  cursor: pointer;
  font-size: 20px;
  line-height: 25px;
  padding: 12px 24px;
  transition: all .5s ease;
}

.gf_browser_ie.gform_wrapper .gform_footer input.button {
  padding: 5px 24px;
}

.entry-content button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
a.vivid-button:hover,
div.gform_wrapper .gform_footer input[type=submit]:hover,
.wp-block-button__link:hover,
.gb-button:hover,
.comment-respond button:hover {
  background-color: #5379A7;
  border-color: #5379A7;
  color: #fff;
  transition: all .5s ease;
}

.entry-content .button:hover {
  color: #fff;
}

.button {
  display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}


.wp-block-button.is-style-outline .wp-block-button__link {
  font-weight: bold;
  background-color: transparent;
  color: #0A1926;
  border: solid 2px #2386A3;
  padding: 12px 24px;  
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: #0A1926;
  color: #fff;
  border: solid 2px #0A1926;
}

.wp-block-buttons {
  font-size: 15px;
  column-gap: 1em;
}

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
--------------------------------------------- */
.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 1200px;
}

.home .site-inner {
  max-width: 100%;
  padding: 0;
}

.site-inner {
  clear: both;
  /*padding-top: 40px;*/
}

/* Column Widths and Positions
--------------------------------------------- */
/* Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
  float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}

/* Content */
.content {
  width: calc( 100% - 360px );
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left;
}

.sidebar-content .content {
  float: right;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
 width: calc( 100% - 720px );
}

.full-width-content .content {
  width: 100%;
}

/* Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left;
}

/* Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 360px;
}

.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}

/*
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: 20px;
}

.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: 36px;
  font-size: 2rem;
}

.entry-title {
  font-size: 36px;
  font-size: 2rem;
}

.entry-title a,
.sidebar .widget-title a {
  color: #3A3938;
  font-size: 32px;
  line-height: 40px;
  text-decoration: none;
}

.entry-title a:hover {
  color: #5379A7;
}

.widget-title {
  font-size: 18px;
  font-size: 1rem;
  margin-bottom: 20px;
}

/* WordPress
--------------------------------------------- */
.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

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;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */
/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Gravity Forms
--------------------------------------------- */
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper select {
  border: none;
  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: #1A1A1A;
  font-size: 18px;
  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: #0A1926;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  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: #0A1926;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  margin: 5px 0 0 0;
}

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 {
  background-color: #0A1926;
  position: relative;
}

.site-header .wrap {
  padding: 33px 0;
}

/* Title Area
--------------------------------------------- */
.title-area {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  width: 272px;
}

.header-full-width .title-area {
  width: 100%;
}

.site-title {
  font-size: 32px;
  font-size: 1.77778rem;
  line-height: 36px;
}

.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: 86px;
  width: 100%;
}

.site-description {
  font-size: 16px;
  font-size: 0.88889rem;
  font-size: 16px;
  line-height: 1.5;
}

.site-description,
.site-title {
  margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: calc(100% - 272px);
}

.site-header .widget-area .widget_search {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.site-header .widget-area .widget_search .widget-wrap {
  position: relative;
  width: 488px;
  margin: 0 auto;
  padding: 49px 0;
}

.site-header .widget-area .widget_search.show {
  display: inherit;
}

.site-header .widget-area .widget_search .search-form {
  background-color: #F4F4F4;
  border: solid 1px #ddd;
  border-radius: 4px;
}

.site-header .widget-area .widget_search .fas {
    color: #BCBCBC;
    cursor: pointer;
    position: absolute;
    top: 49px;
    right: -22px;
}

.site-header .widget-area .widget_search input[type="search"] {
  background: #F4F4F4;
  border: none;
  float: left;
  width: 424px;
  padding: 14px 15px 15px;
}

.site-header .widget-area .widget_search input[type="search"]::-moz-placeholder {
  color: #000000;
  opacity: 1;
  font-weight: 400;
}

.site-header .widget-area .widget_search input[type="search"]::-webkit-input-placeholder {
  color: #000000;
  font-weight: 400;
}

.site-header .widget-area .widget_search .search-form input[type="submit"] {
  border-radius: 0;
  float: right;
  width: 62px;
  background: #F4F4F4;
  color: #fff;
  padding: 14px 20px;
  background: url('images/search-lg.png') center center no-repeat #F4F4F4;
  text-indent: -9999px;
}

.site-header .widget-area .widget_search .search-form input[type="submit"]:hover {
    box-shadow: inset 0 0 200px rgb(255 255 255 / 15%);  
}



/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-size: 0px;
  line-height: 1;
  width: 100%;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
}

.genesis-nav-menu a {
  color: #D4D6D5;
  display: block;
  padding: 30px 24px;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #5379A7;
}

.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  transition: opacity .4s ease-in-out;
  width: 200px;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: #F1F3F2;
  color: #0A1926;
  border: 1px solid #D4D6D5;
  border-top: 0;
  font-size: 16px;
  padding: 20px;
  position: relative;
  width: 200px;
}

.genesis-nav-menu .sub-menu a:hover {
  color: #5379A7;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
  position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-nav-menu > .first > a {
  padding-left: 0;
}

.genesis-nav-menu > .last > a {
  padding-right: 0;
}

.genesis-nav-menu > .last-menu-item.menu-button {
  padding-left: 24px;
}

.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 > .rss > a {
  margin-left: 48px;
}

.genesis-nav-menu > .search {

}

.genesis-nav-menu > .search span {
  display: none;
}

.genesis-nav-menu > .search a:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

.genesis-nav-menu > .menu-button > a {
  background-color: #2386A3;
  color: #fff;
  padding: 12px 16px;
  font-weight: bold;
  border-radius: 0px;
}

.genesis-nav-menu > .menu-button > a:hover {
  background-color: #5379A7;
}


/* Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu .sub-menu {
  margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
  margin-left: 0;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
  background-color: #333;
}

.nav-primary a {
  color: #fff;
}

.nav-primary .sub-menu a {
  color: #333;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a,
.nav-primary .sub-menu .current-menu-item > a:hover {
  color: #EA7525;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  background-color: #fff;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Entries
--------------------------------------------- */
.single .entry {
  padding: 110px 0;
}

.home .content-sidebar-wrap {
  padding: 0;
}

.content .entry {
  background-color: #fff;
  padding: 0;
}

.content-sidebar-wrap {
 padding: 100px 0; 
}

.content-sidebar-wrap:after {
  content: "";
  clear: both;
  display: table;
}

.entry-content code,
#tinymce code {
  background-color: #000;
  color: #ddd;
}

.entry-content ol,
.entry-content ul{
  padding: 0;
  margin: 5px 0 25px 0px;
  overflow: hidden;
}

.entry-content ol li,
.entry-content ul li {
  margin:8px 0 0px 25px;
  list-style-type: decimal;
}

.entry-content ul li {
  list-style-type: none;
  list-style-image: url("images/bullet.png");
}

.entry-content ol ol,
.entry-content ul ul {
  margin: 0 0 0 0;
}

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 16px;
  font-size: 0.88889rem;
  margin-bottom: 0;
}

.entry-header .entry-meta {
  margin-bottom: 24px;
}

.entry-footer .entry-meta {
  padding-top: 24px;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */
.pagination {
  margin: 10px 0 80px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #000;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 0.88889rem;
  padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
  background-color: #EA7525;
}

/* 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: 16px;
  font-size: 0.88889rem;
}

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: 16px;
  font-size: 0.88889rem;
  padding: 24px;
  display: none;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar-primary p:last-child,
.sidebar-primary ul > li:last-child {
  margin-bottom: 0;
}

.sidebar-primary .widget {
  margin: 0 0 30px 0;
}

.sidebar-primary .widget:last-of-type {
  margin-bottom: 0;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #0A1926;
  clear: both;
  padding-bottom: 48px;
  padding-top: 68px;
  color: #fff;
}

.footer-widgets p,
.footer-widgets a:not(.button, .vivid-button),
.footer-widgets a:not(.button, .vivid-button):hover {
  color: #fff;
  margin: 0;
  padding: 0;
}

.footer-widgets p.email a {
  font-weight: bold;
  text-decoration: underline;
}

.footer-widgets p.email a:hover,
.footer-widgets a:hover {
  opacity: 1;
  text-decoration: none;
}

.footer-widgets p:last-child,
.footer-widgets ul > li:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}

.footer-widgets .button {
  background-color: #5379A7;
  font-weight: bold;
  text-decoration: none;
}

.footer-widgets .button img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}


.footer-widgets .button.quote {
  border-color: #5379A7;
  background-image: url('images/quote-icon.png');
  background-repeat: no-repeat;
  background-position: left 20px center;
  padding: 31px 24px 31px 80px;
}

.footer-widgets .button.request {
  border-color: #5379A7;
  background-image: url('images/sample-icon.png');
  background-repeat: no-repeat;
  background-position: left 20px center;
  padding: 19px 24px 19px 80px;
}


.footer-widgets a.button:hover {
  opacity: 1;
  background-color: #2386A3;
  border-color: #2386A3;
}

.footer-widgets .footer-widgets-1 {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}

.footer-widgets .footer-widgets-1 .widget-1 {
  grid-column-start: 1;
  justify-self: start;
  align-self: center;
  justify-self: start;
}

.footer-widgets .footer-widgets-1 .widget-2 {
  grid-column-start: 2;
  justify-self: start;
  align-self: center;
}

.footer-widgets .footer-widgets-1 .widget-3 {
  grid-column-start: 3;
  justify-self: start;
  align-self: center;
}

.footer-widgets .footer-widgets-1 .widget-4 {
  grid-column-start: 4;
  justify-self: start;
  align-self: center;
  justify-self: end;
}

.footer-widgets .simple-social-icons ul li:hover {
  opacity: 0.8;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #5379A7;
  font-size: 15px;
  line-height: 20px;
  padding: 22px 0;
  text-align: center;
  color: #fff;
}

.site-footer p {
  margin: 0;
  padding: 0;
}

.site-footer a {
  color: #fff;
  margin-left: 10px;
}


/*
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;
}

/* 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 {
  border-bottom: solid 1px #B4B6B8;
  margin-bottom: 80px;
  padding: 0;
  padding-bottom: 80px;
}

.search-results .content-sidebar-wrap,
.blog .content-sidebar-wrap,
.archive .content-sidebar-wrap {
  padding: 100px 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;
}

/* wide images */
@media only screen and (min-width: 768px) {
  .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 1000%;
  }
  .alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    width: auto;
    max-width: 1000%;
  }
  .alignwide img,
  .alignfull img {
    display: block;
    margin: 0 auto;
  }
}

/* Gutenberg Editor Page */
body.gutenberg-editor-page {
  background-color: #fff;
  color: #000;
}

.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: .8em;  
}

/* Accordion Block */

.gb-block-accordion details {
  border: solid 1px #5379A7;
}

.gb-block-accordion .gb-accordion-title {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  padding: 15px 45px 15px 25px;
  cursor: pointer;
  background: url(images/open-accordion.png) center right 20px no-repeat #5379A7;
}

summary::marker,
summary::-webkit-details-marker {
  display: none;
}

.gb-block-accordion details[open] > .gb-accordion-title {
  background: url(images/close-accordion.png) center right 20px no-repeat #fff;
  color: #0A1926;
}

.gb-block-accordion .gb-accordion-title:focus {
  outline: none;
}

.gb-block-accordion .gb-accordion-text {
  color: #0A1926;
  padding: 0px 25px 20px;
}

/* Testimonial Block */
.wp-block-genesis-blocks-gb-testimonial {
  background-color: transparent !important;
  color: #3A3938 !important;
  background: url('images/quotes.png') no-repeat top left;
  padding: 0 70px;
  margin: 50px 0;
}

.wp-block-genesis-blocks-gb-testimonial .gb-testimonial-text,
.wp-block-genesis-blocks-gb-testimonial .gb-testimonial-text p {
  font-weight: bold;
  font-size:  24px;
  line-height: 30px;  
}

.wp-block-genesis-blocks-gb-testimonial .gb-testimonial-text p {
  margin-bottom: 0px;
}

.wp-block-genesis-blocks-gb-testimonial .gb-testimonial-info .gb-testimonial-name {
  font-size: 18px;
  font-weight: normal;
}

.wp-block-pullquote.is-style-solid-color {
  background-color: #F6F6F6;
  padding: 0;
  margin: 50px 0; 
}

.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: inherit;
  margin: 0;
  padding: 60px 75px;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  text-align: left;
  font-size: 18px;
  color: #333231;
  font-style: normal;
}

.gb-accordion-text .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  color: #32373c;
  border-color: #ff6900;
}

.gb-accordion-text .wp-block-button.is-style-fill .wp-block-button__link {
  background-color: #ff6900;
}


/* CTA Block */
.gb-block-cta {
  background: #F1F3F2;
  color: #fff;
  border-radius: 0px;
}

.gb-block-cta .gb-cta-title {
  color: #0A1926 !important;
}

.gb-block-cta .gb-cta-text {
  color: #0A1926 !important;
}

.gb-block-cta .gb-cta-button .gb-button {
  background-color: #2386A3 !important;
  border-radius: 0 !important;
}

.gb-block-cta .gb-cta-button .gb-button:hover {
  background-color: #5379A7 !important;
  color: #fff !important;
}


/*
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;
}

/*
VIMM Styling
---------------------------------------------------------------------------------------------------- */
/** Responsive Alerts **/
#wp-admin-bar-responsive_check * {
  background: yellow;
  color: #000;
  text-shadow: none;
  padding: 0px 60px !important;
}

#wp-admin-bar-responsive_check .ab-item:hover {
  background: red !important;
  color: #000 !important;
}

.error404 input[type="search"] {
  padding: 20px 20px 19px;
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  border-radius: 0px;
}

.error404 .search-form-submit {
  display: inline-block;
  vertical-align: middle;
  padding: 17px 10px;
  border-radius: 0px;
  width: 20%;
  margin-right: 0px;
  margin-bottom: 0px;
}

.post-edit-link {
  display: none;
}

/*
Custom Styling
---------------------------------------------------------------------------------------------------- */

#top-bar-container {
  width: 100%;
  background-color: #5379A7;
}

#top-bar {
  margin: 0 auto;
  max-width: 1200px;
  padding: 10px 0px;
  display: grid;
  grid-template-columns: 50% 50%;
  color: #fff;
  font-size: 18px;
}

#top-bar a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

#top-bar a:hover {
  opacity:0.8;
}


#top-bar .simple-social-icons ul li {
  margin: 0 6px !important;
}

#top-bar .simple-social-icons ul li:hover {
  opacity: 0.8;
}

#top-bar .widget:first-of-type {
  grid-column-start: 1;
  justify-self: start;
  align-self: center;
}

#top-bar .widget:last-of-type {
  grid-column-start: 2;
  justify-self: end;
  align-self: center;
}


/*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: 60px;
  line-height: 70px;
  margin: 0;
}

/*Tango Before Footer*/
#before-footer-tango-container {
  background-color: #1c201f;
  padding: 60px 0;
}

#before-footer-tango {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  display: grid;
  grid-template-columns: 48% 52%;
  grid-gap: 50px;
}

#before-footer-tango .widget {
  width: 100%;
  justify-self: start;
  align-self: self-start;
}

#before-footer-tango .widget_custom_html:last-of-type .textwidget {
  display: grid;
  grid-template-columns: 50% 50%;
}

#before-footer-tango  .widget_custom_html:last-of-type .textwidget div {
  justify-self: start;
  align-self: self-start;
}

#before-footer-tango .widget-title,
#before-footer-tango p,
#before-footer-tango h2,
#before-footer-tango a {
  color: #fff;
}

#before-footer-tango .widget-title {
  font-size: 44px;
  line-height: 55px;
}

#before-footer-tango h2 {
  font-size: 26px;
  line-height: 30px;
}

#before-footer-tango .widget_custom_html:last-of-type p {
  margin-bottom: 5px;
}

/*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: 60px;
  line-height: 70px;
  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);
  padding: 100px 0;
}

#before-footer-mayday {
  display: grid;
  max-width: 1200px;
  margin: 0 auto;
  color: #000;
  grid-template-columns: 70% 30%;
  grid-gap: 90px;
}

#before-footer-mayday .widget {
  width: 100%;
  justify-self: start;
  align-self: center;
}

#before-footer-mayday .widget-title,
#before-footer-mayday p,
#before-footer-mayday h2 {
  color: #000;
}

#before-footer-mayday .widget-title {
  font-size: 40px;
  line-height: 50px;
}

#before-footer-mayday .widget_custom_html:last-of-type p {
  margin-bottom: 0px;
}

#before-footer-mayday .widget_custom_html a.button {
  margin-bottom: 0;
  margin-right: 0;
}

/*Alpha After Header*/
#alpha-after-header-container {
  background: url('images/hero-bg.png') top left no-repeat;
  background-size: 100% 100%;
}

#alpha-after-header-wrap {
  padding: 0;
  display: grid;
  grid-template-columns:auto 48%;
}

#alpha-after-header-wrap .entry-title {
  position: relative;
  z-index: 1;
  color: #0A1926;
  font-size: 46px;
  line-height: 50px;
  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/hero-img.jpg');
  background-position: 50% 50%;
}

/*Alpha Before Footer*/
#before-footer-alpha-container {
  text-align: center;
  background: #dddddd;
  padding: 100px 0;
}

#before-footer-alpha {
  max-width: 1200px;
  margin: 0 auto;
}

#before-footer-alpha .widget-title {
  font-size: 40px;
  line-height: 50px;
}

#before-footer-alpha .widget_custom_html a.button {
  margin-bottom: 0;
  margin-right: 0;
}

#before-footer-alpha .widget_custom_html a.button:hover {
  color: #fff;
}


/*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;
}

#sally-after-header-wrap {
  padding: 0;
}

/*Sally Before Footer*/
#before-footer-sally-container {
  background: #1f1f1f;
  padding: 100px 0;
  text-align: center;
}

#before-footer-sally {
  max-width: 1200px;
  margin: 0 auto;
}

#before-footer-sally .widget-title {
  font-size: 40px;
  line-height: 50px;
  color: #fff
}

#before-footer-sally .widget_custom_html p {
  color: #fff;
}

#before-footer-sally .widget_custom_html a.button {
  margin-bottom: 0;
  margin-right: 0;
}


.home .addtoany_share_save_container {
 display: none;
}

.addtoany_share_save_container {
  margin-top: 80px;
}

.home .vi-alpha-section-media-text .wp-block-media-text__content {
  background: url('images/texture-mainbg.png') no-repeat;
  background-size: cover;
}

.home .vi-alpha-section-media-text .wp-block-media-text__content {
  font-size: 50px;
  line-height: 56px;

}

.vi-alpha-layout figure {
  margin: 0 0 10px 0;;
}

/* LANDING PAGE */
.page-template-page-landingpage .site-header .title-area {
  width: 100%;
}

.page-template-page-landingpage.header-image .site-title > a {
  background-position: center;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1220px) {
  #top-bar,
  .site-inner,
  .wrap {
    max-width: 1010px;
  }
  .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;
  }
  #before-footer-tango-container,
  #before-footer-mayday-container,
  #before-footer-alpha-container,
  #before-footer-sally-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 1023px) {
  #top-bar,
  .site-inner,
  .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,
  .site-header .widget-area,
  .title-area {
    width: 100%;
  }
  .site-header .wrap {
    padding: 20px 5%;
  }
  .header-image .title-area,
  .header-image .site-title > a {
    background-position: center top;
  }
  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }
  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .search-form,
  .site-title {
    text-align: center;
  }

  .site-header .title-area {
    margin-bottom: 30px;
  }

  .genesis-nav-menu a,
  .genesis-nav-menu > .first > a,
  .genesis-nav-menu > .last > a {
    padding: 20px 16px;
  }
  .site-header .search-form {
    margin: 16px auto;
  }
  .genesis-nav-menu li.right {
    display: none;
  }
  .footer-widgets .footer-widgets-1 {
    display: inherit;
    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: 768px) {
  #top-bar,
  .site-inner,
  .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .sidebar .widget,
  .site-header {
    padding: 0;
  }
  .archive-description,
  .author-box,
  .comment-respond,
  .content .entry,
  .entry-comments,
  .entry-pings,
  .sidebar .widget {
    box-shadow: none;
  }
  .archive-pagination li a {
    margin-bottom: 4px;
  }
  .five-sixths,
  .four-sixths,
  .four-fifths,
  .one-fifth,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-fifths,
  .three-sixths,
  .two-fourths,
  .two-fifths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }

  .vimm-pweii-color-blocks div {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
  }

  /*
    REPSONSIVE TABLE

    .wp-block-table {
      width: 100% !important;
    }
    .wp-block-table tr:first-of-type {
      display: none;
    }
    .wp-block-table tr:not(:first-of-type) td {
      width: 100%;
      display: block;
      padding: 0px;
      border-top: none;
      border-left: none;
    }
    .wp-block-table tr:not(:first-of-type) td:first-of-type {
      background-color: #000;
      color: #fff;
      padding: 20px 10px;
    }
    .wp-block-table tr:not(:first-of-type) td .mobile-table-heading,
    .wp-block-table tr:not(:first-of-type) td .mobile-table-content {
      width: 50%;
      display: inline-block;
      vertical-align: middle;
      padding: 20px 10px;
    }
    .wp-block-table tr:not(:first-of-type) td .mobile-table-heading {
      text-align: left;
    }
    .wp-block-table tr:not(:first-of-type) td:after {
      content: "";
      clear: both;
      display: table;
    }
    .wp-block-table.is-style-stripes tr:nth-child(odd) {
      background-color: transparent;
    }
  */


  .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;
    text-align: center;
  }

  .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;
  }

  #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;
  }
}

@media only screen and (max-width: 600px) {
  #alpha-after-header-wrap .entry-title {
    font-size: 35px;
    line-height: 45px;
    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: 40px;
    line-height: 45px;
  }

  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    margin-bottom: 30px;
  }

  .gb-layout-column-wrap .gb-block-layout-column:not(:last-child) .gb-block-layout-column-inner ul:last-of-type {
    margin-bottom: 0;
  }


  .home .wp-block-buttons.is-content-justification-left {
    justify-content: center;
  }


  .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 0;
  }

  #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;
  }
}


@media only screen and (max-width: 600px) {


}


@media only screen and (max-width: 400px) {
  #top-bar {
    display: block;
    text-align: center;
  }
  #top-bar .widget:first-of-type {
    margin: 0 0 10px 0;
  }
  #top-bar .widget.simple-social-icons ul {
    float: none;
    text-align: center;
  }
}

/* Responsive Menu
--------------------------------------------- */
.responsive-menu-icon {
  cursor: pointer;
  display: none;
  margin-bottom: -1px;
  text-align: center;
  color:#fff;
}

.responsive-menu-icon::before {
  color:#fff;
  content: "\f0c9";
  display: inline-block;
  font-weight: 900;
  font-size: 20px;
  font-family: "Font Awesome 5 Free";
  margin: 0 auto;
  padding: 10px;
}

.site-header .responsive-menu-icon::before {
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .genesis-nav-menu > .last-menu-item.menu-button {
    padding-left: 0;
  }
  .genesis-nav-menu.responsive-menu,
  .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
    display: none;
  }
  .genesis-nav-menu.responsive-menu .menu-item,
  .responsive-menu-icon {
    display: block;
  }
  .genesis-nav-menu.responsive-menu .menu-item {
    margin: 0;
  }
  .genesis-nav-menu.responsive-menu .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 {
    background: none;
    line-height: 1;
    padding: 18px 20px;
    color: #fff;
  }

  .genesis-nav-menu.responsive-menu a:hover {
    opacity: 0.8;
  }

  .genesis-nav-menu.responsive-menu a:hover,
  .genesis-nav-menu.responsive-menu li:hover > a {
  }
  .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";
    color: #fff;
    float: right;
    font-family: FontAwesome;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    height: 16px;
    padding: 16px 20px;
    right: 0;
    text-align: right;
    z-index: 9999;
  }
  .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
    content: "\f078";
  }
  .nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    color: #fff;
  }
  .genesis-nav-menu.responsive-menu .sub-menu {
    background-color: rgba(0, 0, 0, 0.05);
    border: none;
    left: auto;
    opacity: 1;
    position: relative;
    transition: opacity .4s ease-in-out;
    width: 100%;
    z-index: 99;
  }
  .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
    background-color: transparent;
    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%;
  }
  .entry-categories,
  .entry-comments-link,
  .entry-tags {
    display: block;
    float: none;
  }
  #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;
  }
}

/*
CSS3 Animations
---------------------------------------------------------------------------------------------------- */
/* Waypoint Animation Fade In */

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translatey(-60%);
  }
  100% {
    opacity: 1;
    transform: translatey(0);
  }
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translatey(60%);
  }
  100% {
    opacity: 1;
    transform: translatey(0);
  }
}

/* Waypoint Animation Fade Out */

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-70%);
  }
}

@keyframes fadeOutTop {
  0% {
    opacity: 1;
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    transform: translatey(-60%);
  }
}

@keyframes fadeOutBottom {
  0% {
    opacity: 1;
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    transform: translatey(60%);
  }
}

/* fade in */
.waypoint.fadein {
  opacity: 0;
}

.waypoint.fadeinright {
  opacity: 0;
}

.waypoint.fadeinleft {
  opacity: 0;
}

.waypoint.fadeintop {
  opacity: 0;
}

.waypoint.fadeinbottom {
  opacity: 0;
}

.waypoint.fadein.animate-fade-in {
  animation: fadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.waypoint.fadeinright.animate-fade-in-right {
  animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.waypoint.fadeinleft.animate-fade-in-left {
  animation: fadeInLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.waypoint.fadeintop.animate-fade-in-top {
  animation: fadeInTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.waypoint.fadeinbottom.animate-fade-in-bottom {
  animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

/* fade out */
.waypoint.fadeout {
  opacity: 1;
}

.waypoint.fadeoutright {
  opacity: 1;
}

.waypoint.fadeoutleft {
  opacity: 1;
}

.waypoint.fadeouttop {
  opacity: 1;
}

.waypoint.fadeoutbottom {
  opacity: 1;
}

.waypoint.fadeout.animate-fade-out {
  animation: fadeOut 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.waypoint.fadeoutright.animate-fade-out-right {
  animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.waypoint.fadeoutleft.animate-fade-out-left {
  animation: fadeOutLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.waypoint.fadeouttop.animate-fade-out-top {
  animation: fadeOutTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.waypoint.fadeoutbottom.animate-fade-out-bottom {
  animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
