/*
	Theme Name: Eskridge
	Description: Custom Genesis theme
	Author: Byers Creative
	Author URI: https://www.ByersCreative.com/
	Version: 2024-01-01
  
	Template: genesis
	Template Version: 2.0
 
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');


/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* HTML Elements
---------------------------------------------------------------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

body {
	/*background: #fff url('images/background-texture.jpg') 50% bottom no-repeat;*/
	background: #fff;
	background-size: 100% 1000px;
	color: #000000;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
}

a,
a:visited {
	color: #0363A7;
	text-decoration: none;
}

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

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote,
.entry-content .wp-block-quote {
	margin: 0 0 26px 0;
	padding: 20px;
	background: #eee;
}

.entry-content .wp-block-quote > p {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.625;
}

.entry-content cite,
.entry-content .wp-block-quote cite {
	font-style: italic;
}

.entry-content .wp-block-pullquote {
	margin: 0 0 26px 0;
	padding: 30px 200px;
	background: transparent;
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
}

.entry-content .wp-block-pullquote > p {
	font-size: 26px;
	font-weight: 400;
	line-height: 1.625;
}

.entry-content .wp-block-pullquote cite {
	font-style: italic;
	font-size: 18px;
	line-height: 1.2;
}

.entry-content .wp-block-verse,
.entry-content .wp-block-preformatted {
	font-size: 16px;
}

.entry-content .wp-block-preformatted {
	white-space: pre-wrap;
}

.entry-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px
}

.entry-content .wp-block-audio audio {
	display: inline-block;
	width: 100%;
}

hr,
.entry-content hr.wp-block-separator {
	border: 0;
	height: 1px;
	background: #ccc;
	margin-bottom: 26px;
}



/* Headings & Titles
---------------------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px 0;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 22px;
}

.entry-title {
	font-size: 40px;
}

.sidebar .widget-title {
	color: #000;
	font-size: 28px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
	font-size: 16px;
	margin-bottom: 5px;
}

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

.archive-description .entry-title,
.author-box-title {
	font-size: 20px;
}

.h1-wrap {
	display: block;
	background: transparent;
	color: #fff;
	padding: 20px 0 0;
	position: relative;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	margin-bottom: 80px;
	overflow: hidden;
}

.h2-wrap {
	display: block;
	background: transparent;
	color: #fff;
	padding: 0;
	position: relative;
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	margin-bottom: 80px;
	overflow: hidden;
}

.h1-wrap::before,
.h2-wrap::before {
	display: block;
	content: "";
	height: 100%;
	min-height: 50px;
	width: calc(70% + 200px);
	background: #012D72;
	position: absolute;
	z-index: 1;
	top: 0;
	left: -200px;
	transform: skew(45deg);
}

.h1-wrap::after,
.h2-wrap::after {
	display: block;
	content: "";
	width: calc(30% + 160px);
	height: 100%;
	min-height: 50px;
	background: #012D72;
	position: absolute;
	right: -200px;
	top: 0;
	z-index: 1;
	transform: skew(45deg);
}

.h1-wrap h1,
.h2-wrap h2 {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -12px;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 900;
	position: relative;
	z-index: 5;
	padding-top: 20px;
}






/* Basic Animations
---------------------------------------------------------------------------------------------------- */

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

.delay-6s {
	-animation-delay: 6s;
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s
}

.delay-7s {
	-animation-delay: 7s;
	-webkit-animation-delay: 7s;
	-moz-animation-delay: 7s
}

.delay-8s {
	-animation-delay: 8s;
	-webkit-animation-delay: 8s;
	-moz-animation-delay: 8s
}

.delay-9s {
	-animation-delay: 9s;
	-webkit-animation-delay: 9s;
	-moz-animation-delay: 9s
}

.delay-10s {
	-animation-delay: 10s;
	-webkit-animation-delay: 10s;
	-moz-animation-delay: 10s
}

.delay-11s {
	-animation-delay: 11s;
	-webkit-animation-delay: 11s;
	-moz-animation-delay: 11s
}

.delay-12s {
	-animation-delay: 12s;
	-webkit-animation-delay: 12s;
	-moz-animation-delay: 12s
}

.delay-13s {
	-animation-delay: 13s;
	-webkit-animation-delay: 13s;
	-moz-animation-delay: 13s
}

.delay-14s {
	-animation-delay: 14s;
	-webkit-animation-delay: 14s;
	-moz-animation-delay: 14s
}

.delay-15s {
	-animation-delay: 15s;
	-webkit-animation-delay: 15s;
	-moz-animation-delay: 15s
}



/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
	background: transparent;
}

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


/* Site Inner
--------------------------------------------- */

.site-inner {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.has-featured-image .site-inner {
	padding-top: 0;
}


/* Structural Wraps
--------------------------------------------- */

.wrap {
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

.content-sidebar-wrap {
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	display: block;
	overflow: visible;
}

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

/* Content Column Widths and Positions
--------------------------------------------- */

.content {
	float: left;
	width: calc(100% - 400px);
}

.sidebar-content .content {
	float: right;
}

.sidebar-primary {
	float: right;
	width: 320px;
}

.sidebar-content .sidebar-primary {
	float: left;
}

.full-width-content .content {
	width: 100%;
	float: none;
}

.columns {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: nowrap;
	gap: 30px !important;
}

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds,
.one-fifth,
.two-fifths,
.three-fifths,
.four-fifths {
	margin-left: 0 !important;
	margin-bottom: 0 !important;
	flex-basis: auto !important;
	position: relative;
}

.one-half,
.three-sixths,
.two-fourths {
	width: calc( 100% / 2 ) !important;
}

.one-third,
.two-sixths {
	width: calc( 100% / 3 ) !important;
}

.four-sixths,
.two-thirds {
	width: calc( ( ( 100% / 3 ) * 2 ) + 20px ) !important;
}

.one-fourth {
	width: calc( 100% / 4 ) !important;
}

.three-fourths {
	width: calc( ( ( 100% / 4 ) * 3 ) + 40px ) !important;
}

.one-sixth {
	width: calc( 100% / 6 ) !important;
}

.five-sixths {
	width: calc( ( ( 100% / 6 ) * 5 ) + 80px) !important;
}

.one-fifth {
	width: calc( ( ( 100% / 5 ) * 4 ) + 60px ) !important;
}

.two-fifths {
	width: calc( ( ( 100% / 5 ) * 2 ) + 20px ) !important;
}

.three-fifths {
	width: calc( ( ( 100% / 5 ) * 3 ) + 40px ) !important;
}

.four-fifths {
	width: calc( ( ( 100% / 5 ) * 4 ) + 60px ) !important;
}

.full-width {
	width: 100%;
}

.row {
	margin-bottom: 50px;
}

/* Gutenberg Column Classes
--------------------------------------------- */

.entry-content .wp-block-columns.has-2-columns .wp-block-column,
.entry-content .wp-block-text-columns.columns-2 .wp-block-column,
.entry-content .wp-block-gallery.columns-2 .blocks-gallery-item {
	width: calc((100% - 10px)/2) !important;
}

.entry-content .wp-block-columns.has-3-columns .wp-block-column,
.entry-content .wp-block-text-columns.columns-3 .wp-block-column,
.entry-content .wp-block-gallery.columns-3 .blocks-gallery-item {
	width: calc((100% - 20px)/3) !important;
}

.entry-content .wp-block-columns.has-4-columns .wp-block-column,
.entry-content .wp-block-text-columns.columns-4 .wp-block-column,
.entry-content .wp-block-gallery.columns-4 .blocks-gallery-item {
	width: calc((100% - 30px)/4) !important;
}

.entry-content .wp-block-columns.has-5-columns .wp-block-column,
.entry-content .wp-block-text-columns.columns-5 .wp-block-column,
.entry-content .wp-block-gallery.columns-5  .blocks-gallery-item {
	width: calc((100% - 40px)/5) !important;
}

.entry-content .wp-block-columns.has-6-columns .wp-block-column,
.entry-content .wp-block-text-columns.columns-6 .wp-block-column,
.entry-content .wp-block-gallery.columns-6 .blocks-gallery-item {
	width: calc((100% - 50px)/6) !important;
}

.entry-content .wp-block-column,
.entry-content .blocks-gallery-item {
	margin-left: 10px !important;
	margin-right: 0 !important;
}

.entry-content .wp-block-column:first-of-type,
.entry-content .blocks-gallery-item:first-of-type {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.entry-content .wp-block-gallery .blocks-gallery-image,
.entry-content .wp-block-gallery .blocks-gallery-item {
	margin-top: 0 !important;
	width: 100%;
}




/* Tables
---------------------------------------------------------------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-word;
}

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

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ccc;
	padding: 10px 0;
	word-wrap: break-word;
}

th {
	font-weight: 700;
	word-wrap: break-word;
}

.entry-content .wp-block-table {
	font-size: 18px;
	line-height: 1.2;
}

.entry-content .wp-block-table td,
.entry-content .wp-block-table th,
.entry-content .wp-block-table tr {
	border: none;
}

.entry-content .wp-block-table tr {
	border-top: 1px solid #ccc;
}

.entry-content .wp-block-table tbody {
	border-bottom: 1px solid #ccc;
}




/* Screen Reader Text
--------------------------------------------- */

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

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

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




/* WordPress Default Styles
---------------------------------------------------------------------------------------------------- */

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}


/* Images & Alignments
--------------------------------------------- */

a.aligncenter img,
.alignwide img,
.alignfull img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

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

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

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

img.centered,
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 26px;
}

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

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

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

.gallery-caption,
.wp-caption-text,
figure figcaption {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #333;
	margin-top: 10px;
}

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

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

.entry-content .wp-block-audio figcaption,
.entry-content .wp-block-embed figcaption,
.entry-content .wp-block-image figcaption {
	color: #666;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 30px;
	margin-top: 10px;
}

.entry-content .wp-block-gallery .blocks-gallery-image img,
.entry-content .wp-block-gallery .blocks-gallery-item img {
	border: 1px solid #ccc;
	height: auto;
	padding: 5px;
}

.entry-content .wp-block-gallery .blocks-gallery-image img:hover,
.entry-content .wp-block-gallery .blocks-gallery-item img:hover {
	border: 1px solid #666;
}

.entry-content .wp-block-button.alignleft,
.entry-content .wp-block-cover.alignleft,
.entry-content .wp-block-image .alignleft {
	margin-right: 2em;
}

.entry-content .wp-block-button.alignright,
.entry-content .wp-block-cover.alignright,
.entry-content .wp-block-image .alignright {
	margin-left: 2em;
}

.entry-content .wp-block-image.alignwide,
.entry-content .wp-block-image.alignfull,
.entry-content .wp-block-embed.alignwide,
.entry-content .wp-block-embed.alignfull {
	margin-bottom: 30px;
}

/* Cover Image
--------------------------------------------- */

.full-width-content .entry-content .wp-block-cover.alignfull {
	width: 100vw;
}

.entry-content .wp-block-cover .wp-block-cover-text {
	font-size: 48px;
}

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

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

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

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


/* Genesis
--------------------------------------------- */

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

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

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

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

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


/* Objects
--------------------------------------------- */

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

img {
	height: auto;
	vertical-align: top;
}

.featured-content img,
.gallery img {
	width: auto;
}

figure {
	margin: 0;
}




/* Forms (including Gravity Forms)
---------------------------------------------------------------------------------------------------- */

input,
select,
textarea {
	background: #fff;
	border: 2px solid #025087;
	border-radius: 0;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	padding: 10px 20px;
	width: 100%;
	outline: none;
}

input:focus,
textarea:focus {
	border: 3px solid #333;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #999;
	font-weight: 400;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
	font-weight: 400;
}

button:not(.fancybox-button):not(.responsive-menu-toggle):not(.responsive-sub-menu-toggle):not(.search-submit):not(.slick-arrow):not(.owl-thumb-item):not(.single_add_to_cart_button):not(.woocommerce-button),
input[type="button"],
input[type="reset"],
input[type="submit"],
a.button:not(.add_to_cart_button):not(.single_add_to_cart_button),
a.button:not(.add_to_cart_button):not(.single_add_to_cart_button):visited,
.wp-block-button .wp-block-button__link {
	border: none;
	border-radius: 0px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	text-decoration: none !important;
	width: auto;
	outline: none;
	background: #0363A7;
	display: inline-block;
	color: #fff;
	padding: 9px 50px;
	margin: 0;
	border-bottom: 0;
	clip-path: polygon(40px 0, 100% 0, calc(100% - 40px) 100%, 0 100%);
}

button:not(.fancybox-button):not(.responsive-menu-toggle):not(.responsive-sub-menu-toggle):not(.search-submit):not(.slick-arrow):not(.owl-thumb-item):not(.single_add_to_cart_button):not(.woocommerce-button):focus,
button:not(.fancybox-button):not(.responsive-menu-toggle):not(.responsive-sub-menu-toggle):not(.search-submit):not(.slick-arrow):not(.owl-thumb-item):not(.single_add_to_cart_button):not(.woocommerce-button):hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
a.button:not(.add_to_cart_button):not(.single_add_to_cart_button):focus,
a.button:not(.add_to_cart_button):not(.single_add_to_cart_button):hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover {
	background: #025087;
	border: none;
	border-radius: 0px;
	color: #fff;
	line-height: 1.2;
	outline: none;
	text-decoration: none !important;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/* Gravity Forms Defaults
--------------------------------------------- */

div.gform_wrapper span.gform_description {
	font-weight: 400 !important;
}

body div.gform_wrapper ul li.gfield {
	margin-top: 0 !important;
	margin-bottom: 10px !important;
}

div.gform_wrapper label {
	font-weight: 700;
	text-transform: uppercase;
	color: #0363A7;
	display: block !important;
	margin-bottom: 5px !important;
}

div.gform_wrapper .no-label label {
	display: none !important;
}

div.gform_wrapper .no-label .ginput_container_checkbox label,
div.gform_wrapper .no-label .ginput_container_radio label {
	display: block !important;
}

div.gform_wrapper textarea,
div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 20px !important;
	color: #333 !important;
	font-size: 18px !important;
}

div.gform_wrapper .top_label div.ginput_container {
	margin-top: 10px !important;
}

div.gform_wrapper textarea {
	margin-top: 10px !important;
}

div.gform_wrapper .entry-content ul > li {
	padding-left: 0 !important;
}

div.gform_wrapper .entry-content ul > li::before {
	display: none !important;
}

/* Gravity Forms Checkboxes
--------------------------------------------- */

div.gform_wrapper ul.gfield_checkbox li {
	position: relative;
	min-height: 35px !important;
}

div.gform_wrapper ul.gfield_checkbox li label {
	padding-left: 40px;
	font-size: 16px !important;
	cursor: pointer;
}

div.gform_wrapper ul.gfield_checkbox li label::after {
	/* Adds the box for the check */
	content: "";
	background: #fff;
	width: 27px;
	height: 27px;
	display: block;
	position: absolute;
	left: 0;
	top: 0px;
	border: 2px solid #ccc;
	border-radius: 3px;
	z-index: 0;
}

div.gform_wrapper ul.gfield_checkbox li label::before {
	/* Adds the check mark */
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 18px;
	border: solid #025087;
	border-width: 0 5px 5px 0;
	left: 9px;
	top: 2px;
	transform: rotate(45deg);
	opacity: 0;
	z-index: 1;
	transition: all 100ms;
}

div.gform_wrapper ul.gfield_checkbox li input[type="checkbox"] {
	/* Hides the default checkbox */
	opacity: 0;
	outline: none;
	z-index: 100;
	width: 27px;
	height: 27px;
	top: 0;
	left: 0;
	position: absolute;
	appearance: none;
	cursor: pointer;
}

div.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label {
	font-weight: 700;
}

div.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked+label::before  {
	/* Shows the check */
	opacity: 1;
	top: 2px;
}


/* Gravity Forms Radios
--------------------------------------------- */

div.gform_wrapper ul.gfield_radio li {
	position: relative;
	min-height: 35px;
}

div.gform_wrapper ul.gfield_radio li label {
	font-size: 18px;
	padding-left: 40px;
	cursor: pointer;
}

div.gform_wrapper ul.gfield_radio li label::after {
	/* Adds the circle for the radio */
	content: "";
	background: #fff;
	width: 26px;
	height: 26px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border: 2px solid #ccc;
	border-radius: 13px;
	z-index: 0;
}

div.gform_wrapper ul.gfield_radio li label::before {
	/* Adds the radio */
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	background: #025087;
	border-radius: 8px;
	left: 5px;
	top: 5px;
	opacity: 0;
	z-index: 1;
	transition: all 100ms;
}

div.gform_wrapper ul.gfield_radio li input[type="radio"] {
	/* Hides the default radio */
	opacity: 0;
	outline: none;
	z-index: 100;
	width: 26px;
	height: 26px;
	top: 0;
	left: 0;
	position: absolute;
	appearance: none;
	cursor: pointer;
}

div.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
	font-weight: 700;
}

div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked+label::before  {
	/* Shows the selected radio */
	opacity: 1;
}

div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked+label::after {
	border: 2px solid #025087;
}


/* Gravity Forms Validation Errors
--------------------------------------------- */

div.gform_wrapper .validation_error {
	display: none;
}

div.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
div.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 0 !important;
}

div.gform_wrapper li.gfield.gfield_error,
div.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent !important;
	margin-bottom: 14px !important;
	border-top: none !important;
	border-bottom: none !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
	padding-right: 16px !important;
}

div.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
div.gform_wrapper li.gfield_error textarea {
	border: 5px solid #EA0000 !important;
}

div.gform_wrapper .validation_message {
	font-size: 16px !important;
	color: #EA0000 !important;
	padding-top: 0 !important;
	text-transform: uppercase;
}

div.gform_wrapper .left_label li.gfield_error .instruction,
div.gform_wrapper .right_label li.gfield_error .instruction,
div.gform_wrapper .left_label li.gfield_error.form-float-right .validation_message {
	margin-left: 0 !important;
}


/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

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

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

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



/* Before Site Header Widgets
---------------------------------------------------------------------------- */

.before-site-header-widgets {
	background-color: #012D72;
	color: #fff;
	padding: 10px 0;
	position: relative;
	width: 100%;
	text-align: right;
}

.before-site-header-widgets p {
	margin: 0;
}

.before-site-header-widgets a,
.before-site-header-widgets a:focus,
.before-site-header-widgets a:hover {
	display: block;
	color: #ffffff;
	padding: 10px 0 10px 50px;
	font-weight: 700;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
}

.before-site-header-widgets .widget {
	display: inline-block;
	vertical-align: top;
}

.before-site-header-widgets .search-form {
	position: relative;
}

.before-site-header-widgets .search-form input.search-form-input {
	border: none;
	width: 400px;
	padding: 9px 20px 9px 50px;
	background: #fff;
	background-size: 30px auto;
	position: relative;
}

.before-site-header-widgets .search-form button,
.before-site-header-widgets .search-form button:focus,
.before-site-header-widgets .search-form button:hover {
	position: absolute;
	left: 0;
	top: 0;
	width: 39px;
	height: 39px;
	clip-path: none;
	background: #fff;
	color: #000;
	transform: translatey(0px);
	padding: 0;
	border: none;
}



/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background: transparent;
	width: 100%;
	height: auto;
	display: block;
}

.site-header .wrap {
	max-width: 1280;
	padding: 0;
}

.title-area {
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
}

.site-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 0;
	text-transform: uppercase;
}

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


.wp-custom-logo .title-area {
	height: 87px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 250px;
}

.wp-custom-logo .site-title > a {
	float: left;
	min-height: 87px;
	width: 100%;
}
	
.wp-custom-logo .site-description,
.wp-custom-logo .site-title {
	border-width: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
	
.wp-custom-logo .site-header .custom-logo-link .custom-logo {
	height: 87px;
	width: auto;
}



/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.nav-area {
	width: calc(100% - 300px);
	float: right;
}

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1.2;
	width: 100%;
}

/* ADDITIONAL CUSTOMIZATION J.S. */

/* Adjust menu font size to accomodate new items */
.menu-item a{
	/*font-size:small !important;*/
}

.sub-menu .menu-item a{
	font-size:small !important;
}


.nav-primary .genesis-nav-menu {
	margin-top: 50px;
	text-align: right;
}

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

.genesis-nav-menu a {
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #025087;
	display: block;
	padding: 0 0 5px 0;
	margin: 0 0 0 40px;
	border-bottom: 3px solid transparent;
}

.genesis-nav-menu li.icon-cart a,
.genesis-nav-menu li.icon-cart.current-menu-item a {
	border-bottom: none !important;
}

.genesis-nav-menu li.icon-cart a::before {
	width: 29px;
	height: 29px;
	display: block;
	content: "\f07a";
	font: 400 20px/1 "Font Awesome 6 Pro";
}

.genesis-nav-menu li.icon-cart a span {
	display: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item a:hover,
.genesis-nav-menu .current-menu-item a {
	color: #025087;
	text-decoration: none;
	border-bottom: 3px solid #025087;
}

.genesis-nav-menu .current-menu-item > a {
	color: #025087;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition:    opacity .25s ease-in-out;
	-ms-transition:     opacity .25s ease-in-out;
	-o-transition:      opacity .25s ease-in-out;
	transition:         opacity .25s ease-in-out;
	width: 230px;
	z-index: 99;
	background: transparent;
	padding: 2px 0 0 0;
}

.genesis-nav-menu .sub-menu a {
	background: rgba(112,112,112,1);
	color: #fff;
	font-size: 16px;
	border-top: none;
	padding: 10px;
	position: relative;
	width: 230px;
	/* margin-bottom: 5px; */
}

.genesis-nav-menu .sub-menu a:hover {
	background: rgba(2,80,135,1);
	color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
	/*margin: -44px 0 0 229px;*/
	margin: -41px 0 0 229px;
}

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

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

.genesis-nav-menu .sub-menu > .menu-item:hover a {
	background: rgba(2,80,135,1);
	color: #fff;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

button.responsive-menu-toggle,
button.responsive-sub-menu-toggle {
	display: none;
}

.menu-item.find-a-dealer-button {
	margin-left: 10px !important;
}

.menu-item.find-a-dealer-button a,
.menu-item.find-a-dealer-button a:focus,
.menu-item.find-a-dealer-button a:hover,
.current-menu-item.find-a-dealer-button a:hover {
	background: #002D72 !important;
	display: block !important;
	color: #fff !important;
	padding: 10px 50px !important;
	margin: 0 !important;
	border-bottom: 0 !important;
	clip-path: polygon(40px 0, 100% 0, calc(100% - 40px) 100%, 0 100%) !important;
}

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

.entry {
	margin-bottom: 40px;
}

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

.entry-content ul > li {
	list-style-type: disc;
	position: relative;
	margin-left: 20px;
	padding-left: 10px;
}

.entry-content ol > li {
	margin-left: 30px;
	padding-left: 10px;
	list-style-type: decimal;
}

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

.entry-content a {
	text-decoration: underline;
}

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

.featured-image {
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.featured-image img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: center center;
}

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

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

.entry-content p.has-small-font-size{
	font-size: 12px;
}

.entry-content p.has-regular-font-size{
	font-size: 16px;
}

.entry-content p.has-large-font-size{
	font-size: 20px;
}

.entry-content p.has-larger-font-size{
	font-size: 24px;
}

.entry-content .has-black-background-color {
	background-color: #333;
}

.entry-content .has-black-color {
	color: #333;
}

.entry-content .has-white-background-color {
	background-color: #fff;
}

.entry-content .has-white-color {
	color: #fff;
}

.entry-content .has-light-gray-background-color {
	background-color: #f5f5f5;
}

.entry-content .has-light-gray-color {
	color: #f5f5f5;
}

.entry-content .has-medium-gray-background-color {
	background-color: #999;
}

.entry-content .has-medium-gray-color {
	color: #999;
}

.entry-content .has-dark-gray-background-color {
	background-color: #333;
}

.entry-content .has-dark-gray-color {
	color: #333;
}

.entry-content .has-primary-color-background-color {
	background-color: #0363A7;
}

.entry-content .has-has-primary-color-color {
	color: #0363A7;
}

.entry-content .has-secondary-color-background-color {
	background-color: #025087;
}

.entry-content .has-secondary-color-color {
	color: #025087;
}

.entry-content p.has-background {
	padding: 25px 30px;
}

.entry-content p.has-background.box-shadow {
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.entry-content p.has-background.light-text a {
	color: #fff;
	text-decoration: underline;
}

.entry-content p.has-background.light-text a:focus,
.entry-content p.has-background.light-text a:hover {
	text-decoration: none;
}

.search-results .entry .entry-content {
	display: none;
}


/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

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

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Entry Meta & Author Box
--------------------------------------------- */

.entry-header .entry-meta {
	font-size: 12px;
	margin-bottom: 0;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 26px;
	border-bottom: 1px solid #eee;
}

.entry-footer .entry-meta {
	font-size: 12px;
	margin-bottom: 0;
	text-transform: uppercase;
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both;
	border-top: 1px solid #eee;
	padding-top: 10px;
	margin-top: 26px;
}

.entry-header .entry-meta a,
.entry-header .entry-meta a:hover,
.entry-footer .entry-meta a,
.entry-footer .entry-meta a:hover {
	color: #333;
	text-decoration: none;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-meta .entry-time::before {
	color: #ccc;
	content: "\f017";
	font: 400 18px/1 "Font Awesome 6 Pro";
	position: relative;
	top: 0;
	padding-right: 5px;
}

.entry-meta .entry-author::before {
	color: #ccc;
	content: "\f007";
	font: 400 18px/1 "Font Awesome 6 Pro";
	position: relative;
	top: 0;
	padding-right: 5px;
	margin-left: 10px;
}

.entry-meta .entry-comments-link::before {
	color: #ccc;
	content: "\f086";
	font: 400 18px/1 "Font Awesome 6 Pro";
	position: relative;
	top: 0;
	padding-right: 5px;
	margin-left: 10px;
}

.blog .entry-footer {
	display: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background: #0363A7;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	padding: 10px;
}

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


/* Entry Comments
--------------------------------------------- */

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

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

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

.comment-list .bypostauthor {
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

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

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-respond label {
	display: none;
}




/* Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar a,
.sidebar a:hover {
	color: #000;
}

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

.sidebar .widget_nav_menu li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}



/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background: #012D72;
	color: #fff;
	clear: both;
	width: 100%;
	font-size: 16px;
}

.footer-widgets .wrap {
	padding: 50px 0 50px 0;
}

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

.footer-widgets .widget {
	margin-bottom: 0;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1 {
	width: 100%;
	display: flex;
	align-items: flex-end;
	margin-bottom: 30px;
}

.footer-widgets-1 .widget_media_image {
	width: 280px;
}

.footer-widgets-1 .widget_media_image img {
	max-width: 200px !important;
}

.footer-widgets-1 .widget_text {
	width: 150px;
	margin-bottom: 36px;
}

.footer-widgets-1 .widget_text a {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 5px 0 0;
}

.footer-widgets-1 .widget_text img {
	max-width: 30px;
}

.footer-widgets-1 .widget_text.show-on-mobile {
	display: none;
}

.footer-widgets-1 .widget_nav_menu {
	width: calc(100% - 430px);
	margin-bottom: 40px;
}

.footer-widgets-1 .widget_nav_menu ul.menu {
	text-align: right;
}

.footer-widgets-1 .widget_nav_menu ul.menu li.menu-item {
	display: inline-block;
}

.footer-widgets-1 .widget_nav_menu ul.menu li.menu-item a {
	display: block;
	padding: 0 0 5px 0;
	margin: 0 0 0 30px;
	border-bottom: 3px solid transparent;
	text-transform: uppercase;
	font-weight: 700;
}

.footer-widgets-1 .widget_nav_menu ul.menu li.menu-item a:focus,
.footer-widgets-1 .widget_nav_menu ul.menu li.menu-item a:hover,
.footer-widgets-1 .widget_nav_menu ul.menu li.menu-item.current-menu-item a {
	border-bottom: 3px solid #fff;
}

.footer-widgets-2 .widget_text {
	display: inline-block;
	font-size: 16px;
}

.footer-widgets-2 .widget_text:not( :first-child ) {
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 1px solid #fff;
}



/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: #012D72;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	text-align: left;
	width: 100%;
}

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

.site-footer p {
	margin-bottom: 0;
}

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

.site-footer .creds {
	width: 100%;
}










/* Custom Page Templates
---------------------------------------------------------------------------------------------------- */

.page-template-page_about .entry-header {
	display: none;
}


/* Home Page Template
--------------------------------------------- */

.home .row-1 {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	padding: 200px 0;
	text-align: center;
	margin-bottom: 0;
}

.home .row-1 h1 {
	color: #fff;
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 900;
	text-shadow: 0 3px 30px rgba(0,0,0,0.375);
}

.home .row-1 .button-wrap {
	filter: drop-shadow(0 3px 30px rgba(0,0,0,0.375));
}

.home .row-1 a.button,
.home .row-1 a.button:visited {
	background: #fff;
	color: #025087;
}

.home .row-1 a.button:focus,
.home .row-1 a.button:hover {
	background: #025087;
	color: #fff;
}

.home .row-2 {
	position: relative;
}

.home .row-2 .brands-wrap {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 50px;
	padding-bottom: 80px;
}

.home .row-2 div.company-brand {
	overflow: visible;
}

.home .row-2 a.brand-wrap__link {
	display: block;
	text-decoration: none !important;
	transform: translateY(0);
	filter: drop-shadow( 0 0 0 rgba(0,0,0,0));
	transition: all .2s ease-in-out;
}

.home .row-2 a.brand-wrap__link:hover,
.home .row-2 a.brand-wrap__link:focus {
	text-decoration: none !important;
	transform: translateY(-30px);
	filter: drop-shadow( 5px 5px 20px rgba(0,0,0,.25));
	transition: transform 0.3s ease-in-out 0.3s, filter 0.3s ease-in-out 0.3s;
	transition-duration: .3s;
	will-change: transform, filter;
}

.home .row-2 .brand-wrap__heading {
	width: 100%;
	padding: 8px 30px;
	background: #0363A7;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 100%, 0 100%);
}

.home .row-2 .brand-wrap__heading h4 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.home .row-2 .brand-wrap__content {
	background-color: #f3f3f3;
	padding: 30px;
	text-transform: initial;
	color: #000;
}

.home .row-2 .brand-wrap__content img {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: 80px;
}

.home .row-3 {
	text-align: center;
}

.home .row-3 .h2-wrap {
	text-align: left;
}

.home .row-3 .products,
.page-template-page_producttypes .products {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 50px;
	margin-bottom: 80px;
}

.home .row-3 .products a,
.page-template-page_producttypes .products a {
	display: block;
	width: 100%;
	height: auto;
	text-decoration: none;
	transform: translateY(0);
	box-shadow: 0 0 0 rgba(0,0,0,0);
}

.home .row-3 .products a:focus,
.home .row-3 .products a:hover,
.page-template-page_producttypes .products a:focus,
.page-template-page_producttypes .products a:hover {
	transform: translateY(-20px);
}

.home .row-3 .products a .text,
.page-template-page_producttypes .products a .text {
	width: 100%;
	height: auto;
	padding: 8px 20px;
	background: #0363A7;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 100%, 0 100%);
}

.home .row-3 .products a img,
.page-template-page_producttypes .products a img {
	box-shadow: 0 0 0 rgba(0,0,0,0);
	transition: all 0.25s ease-in-out;
}

.home .row-3 .products a:hover img,
.page-template-page_producttypes .products a:hover img {
	box-shadow: 0 8px 8px rgba(0,0,0,0.375);
	transition: all 0.25s ease-in-out;
}





/* About Page Template
--------------------------------------------- */

.testimonials {
	position: relative;
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);

}




/* Contact Page Template
--------------------------------------------- */

.page-template-page_contact .site-inner {
	padding-top: 80px;
}

.page-template-page_contact .h1-wrap {
	margin-bottom: 0;
}

.page-template-page_contact .gform_heading {
	display: none;
}

.page-template-page_contact .gform_footer {
	justify-content: center;
}

.regional-managers {
	font-size: 16px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px 10px;
	color: #0363A7;
}

.regional-managers .manager {
	display: flex;
	gap: 10px;
}

.regional-managers .manager .region {
	font-weight: 800;
}

.regional-managers .manager .contact {
	width: calc(100% - 40px);
}

.regional-managers .manager .contact .contact-email a{
	text-decoration:none;
}

.page-template-page_contact h3 {
	font-size: 40px;
	font-weight: 700;
	color: #0363A7;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.page-template-page_contact .row-1 .one-half:not(.first) {
	text-align: right;
	padding-top: 30px;
}

.page-template-page_contact .row-1 .one-half:not(.first) img.map-marker {
	display: inline-block;
	width: auto;
	height: 30px;
	margin-top: -5px;
	margin-bottom: -5px;
	margin-right: 10px;
}

.page-template-page_contact .row-1 .one-half:not(.first) .phone-number-wrap {
	display: block;
	width: 100%;
	text-align: right;
	position: relative;
	margin-bottom: 40px;
}

.page-template-page_contact .row-1 .one-half:not(.first) .phone-number-wrap::after {
	display: block;
	content: "";
	height: 100%;
	position: absolute;
	background: #012D72;
	top: 0;
	right: calc(-100vw / 2 + 1400px / 2);
	width: calc(100vw / 2 - 1400px / 2);
}

.page-template-page_contact .row-1 .one-half:not(.first) h4.phone-number {
	display: inline-block;
	text-transform: uppercase;
	background: url('images/background-blue-forward-slash.png') left top no-repeat;
	color: #fff;
	padding: 10px 0 10px 50px;
	margin-bottom: 0;
}

.page-template-page_contact .row-2 .one-half:not(.first) {
	background: url('images/background-blue-forward-slash.png') left top no-repeat;
	background-size: auto 100%;
	padding: 50px 0 50px 220px;
	color: #fff;
	text-align: center;
	position: relative;
}

.page-template-page_contact .row-2 .one-half:not(.first)::after {
	display: block;
	content: "";
	height: 100%;
	position: absolute;
	background: #012D72;
	top: 0;
	right: calc(-100vw / 2 + 1400px / 2);
	width: calc(100vw / 2 - 1400px / 2);
}

.page-template-page_contact .row-1 .one-half:not(.first) h4 {
	text-transform: uppercase;
}

.page-template-page_contact .row-2 .one-half:not(.first) a.button,
.page-template-page_contact .row-2 .one-half:not(.first) a.button:visited,
.page-template-page_contact .row-2 .one-half:not(.first) a.button:focus,
.page-template-page_contact .row-2 .one-half:not(.first) a.button:hover {
	background: #fff;
	color: #025087;
}

.page-template-page_contact .row-2 h3,
.page-template-page_contact .row-3 h3 {
	background: transparent !important;
}

/* Support Page Template
--------------------------------------------- */

.page-template-page_support .row-1 {
	margin-bottom: 80px;
}

.page-template-page_support .links {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 50px;
}

.page-template-page_support .links a.link,
.page-template-page_support .links a.link:visited {
	display: block;
	width: 100%;
	max-width: 320px;
	height: auto;
	background: #0363A7;
	color: #fff;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding: 40px 20px;
	clip-path: polygon(0 0, calc( 100% - 40px ) 0, 100% 40px, 100% 100%, 0 100%);
	transform: translatey(0);
}

.page-template-page_support .links a.link:focus,
.page-template-page_support .links a.link:hover {
	transform: translatey(-10px);
}

.page-template-page_support .links a.link img {
	width: auto;
	height: 90px;
	margin-bottom: 20px;
}

.page-template-page_support .links a h4 {
	margin-bottom: 0;
}

.page-template-page_videos .videos {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
}

.page-template-page_videos .videos .video {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}

.page-template-page_videos .videos .video img {
	position: relative;
}

.page-template-page_videos .videos .video a,
.page-template-page_videos .videos .video a:visited {
	display: flex;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.75);
	font-size: 36px;
	padding: 30px;
	text-decoration: none;
	align-items: center;
	opacity: 0;
	font-weight: 700;
	text-transform: uppercase;
}

.page-template-page_videos .videos .video a:focus,
.page-template-page_videos .videos .video a:hover {
	color: #fff;
	background: rgba(0,0,0,0.75);
	text-decoration: none;
	opacity: 1;
	font-weight: 700;
}

.page-template-page_videos .more-videos {
	padding-top: 80px;
	text-align: center;
}

.page-template-page_videos .more-videos button#show-more-videos {
	margin-left: auto;
	margin-right: auto;
}

.manuals .facetwp-checkbox .facetwp-expand {
	display: none !important;
}

/* Sections Page Template
--------------------------------------------- */

.page-template-page_sections h2 {
	text-transform: uppercase;
	color: #0363A7;
	font-size: 42px;
}

.page-template-page_sections h2 a,
.page-template-page_sections h2 a:visited {
	font-size: 18px;
	font-weight: 400;
	display: inline;
	padding-left: 20px;
}

.page-template-page_sections .sections .section {
	margin-bottom: 100px;
}

.page-template-page_sections .sections .section button.return-to-top {
	padding: 0;
	clip-path: none;
	background: transparent;
	color: #0363A7;
	float: right;
	position: relative;
	margin-top: -44px;
	text-decoration: underline !important;
	font-weight: 400;
	transform: translatey(0) !important;
}

.page-template-page_sections .section-navigation {
	width: 220px;
	display: block;
	float: right;
	margin: 0 0 60px 60px;
}

.page-template-page_sections .section-navigation h3 {
	padding: 0 0 10px 0;
	border-bottom: 2px solid #0363A7;
	color: #000;
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 0;
	text-transform: uppercase;
}

.page-template-page_sections .section-navigation a,
.page-template-page_sections .section-navigation a:visited {
	display: block;
	width: 100%;
	padding: 10px 0;
	text-transform: uppercase;
	border-bottom: 2px solid #0363A7;
	text-decoration: none;
}

.page-template-page_sections .section-links {
	display: flex;
}

.page-template-page_sections .section-links a.pdf-link {
	display: flex;
	width: 50%;
}

.page-template-page_sections .section-links a.return-to-top {
	display: flex;
	width: 50%;
	justify-content: right;
}


/* Events Page Template
--------------------------------------------- */

.page-template-page_events .row-1 {
	padding-bottom: 30px;
	text-align: center;
}

.page-template-page_events .row-2 h2 {
	font-weight: 900;
	font-size: 40px;
	text-transform: uppercase;
	color: #0363A7;
	margin-bottom: 50px;
}

/* Innovations Page Template
--------------------------------------------- */
div.innovation-container {
	position:relative;
	display:inline-block;
	margin-right:20px;
	margin-bottom:40px ;
	text-align:center;
	vertical-align:top;
	width:320px;
}

a.innovation-button {
	width:94%;
	text-align:center;
	margin-top:20px;
	font-size:14px;
}


/* FacetWP
---------------------------------------------------------------------------------------------------- */

.facetwp-depth {
	border-top: 2px solid #0363A7;
	margin-left: 0 !important;
	padding: 10px 0 10px 30px;
}

.facetwp-checkbox {
	color: #012D72;
	font-weight: 400;
	background: url('images/background-checkbox.png') left 3px no-repeat !important;
	background-size: 20px 20px !important;
	padding: 2px 0 0 30px !important;
	margin-bottom: 10px !important;
	height: auto;
	min-height: 24px;
	text-transform: uppercase;
}

.facetwp-checkbox.checked {
	background: url('images/background-checkbox-checked.png') left 3px no-repeat !important;
	background-size: 20px 20px !important;
}

.post-type-archive-product .facetwp-checkbox .facetwp-expand {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: right;
}

.post-type-archive-product .widget h6 {
	border-bottom: 2px solid #0363A7;
	padding: 2px 0 10px 0 !important;
	margin-bottom: 10px !important;
	text-transform: uppercase;
	color: #012D72;
	font-size: 18px;
	font-weight: 400;
}

.post-type-archive-product .widget h6 a,
.post-type-archive-product .widget h6 a:hover,
.post-type-archive-product .widget h6 a:focus {
	color: #012D72;
}

/* 
.term-service-cranes .widget .slider-min,
.term-service-cranes .widget .noUi-handle-lower {
	display: none;
}

.term-service-cranes .widget .noUi-target {
	padding: 0 8px 0 0;
}

*/

.term-service-cranes input[type="button"].facetwp-slider-reset {
	clip-path: none !important;
	box-shadow: none !important;
	padding: 5px 0 0 0 !important;
	background: transparent !important;
	color: #0363A7 !important;
	text-transform: none !important;
	font-size: 14px;
}



.tax-product_cat .hide-on-product-tax {
	display: none !important;
}

.tax-product_cat button.wp-element-button {
	clip-path: none !important;
	width: 100% !important;
}




.facetwp-checkbox .facetwp-counter {
	display: none;
}

.facetwp-type-search .facetwp-input-wrap {
	display: block;
}

.facetwp-type-search .facetwp-input-wrap .facetwp-icon {
	right: 14px;
	top: 10px;
	opacity: 1;
}

.facetwp-type-search .facetwp-input-wrap i.facetwp-icon:before {
	background: none;
	content: "\f002";
	font: 400 20px/1 "Font Awesome 6 Pro";
	font-style: normal;
	width: 20px;
	height: 20px;
}

.facetwp-type-search .facetwp-input-wrap i.facetwp-icon.f-loading:before {
	content: "\f110";
	animation: facetwpspin 700ms infinite linear;
}

@keyframes facetwpspin {
	from {
		transform-origin: center;
		transform: rotate(0deg);
	}
	to {
		transform-origin: center;
		transform: rotate(360deg);
	}
}



/* Very Simple Events List
---------------------------------------------------------------------------------------------------- */

#vsel {
	
}

#vsel .vsel-content {
	margin: 0 0 50px 0 !important;
	padding: 0 0 50px 0 !important;
	border-bottom: 3px solid #0363A7 !important;
	direction: rtl;
}

#vsel .vsel-content .vsel-image-info {
	width: 450px !important;
	height: auto !important;
	display: inline-block !important;
	float: none !important;
	padding: 0 60px 0 0 !important;
	text-align: left !important;
	direction: ltr;
	margin: 0 !important;
}

#vsel .vsel-content .vsel-image-info img {
	width: 100% !important;
	max-width: 100% !important;
}

#vsel .vsel-content .vsel-meta {
	width: calc( 100% - 450px ) !important;
	height: auto !important;
	display: inline-block !important;
	text-align: left !important;
	float: none !important;
	direction: ltr;
	margin: 0 !important;
	vertical-align: top;
}

#vsel .vsel-content .vsel-meta h3.vsel-meta-title {
	color: #0363A7 !important;
	font-size: 32px !important;
	font-weight: 900 !important;
	text-transform: uppercase !important;
	margin-bottom: 20px !important;
	display: block;
	width: 100%;
}

#vsel .vsel-content .vsel-meta h3.vsel-meta-title a,
#vsel .vsel-content .vsel-meta h3.vsel-meta-title a:visited {
	text-decoration: none !important;
	font-weight: 700;
}

#vsel .vsel-content .vsel-meta .vsel-meta-date,
#vsel .vsel-content .vsel-meta .vsel-meta-time {
	display: inline-block;
	padding: 0 20px 20px 0;
}

#vsel .vsel-content .vsel-meta .vsel-meta-date {
	text-transform: uppercase;
	font-weight: 700;
	width: 60%;
	vertical-align: top;
}

#vsel .vsel-content .vsel-meta .vsel-meta-time {
	width: 40%;
	vertical-align: top;
}

#vsel .vsel-content .vsel-meta .vsel-meta-location {
	display: inline-block;
	width: 60%;
	font-weight: 700;
	text-transform: uppercase;
	vertical-align: top;
}

#vsel .vsel-content .vsel-meta .vsel-meta-location span {
	display: block;
	width: 100%;
	font-weight: 400;
	text-transform: none;
}

#vsel .vsel-content .vsel-meta .vsel-meta-link {
	display: inline-block;
	width: 40%;
	font-weight: 700;
	text-transform: none;
	vertical-align: top;
}

#vsel .vsel-content .vsel-meta .vsel-meta-link a,
#vsel .vsel-content .vsel-meta .vsel-meta-link a:visited,
#vsel .vsel-content .vsel-meta .vsel-meta-link a:focus,
#vsel .vsel-content .vsel-meta .vsel-meta-link a:hover {
	text-decoration: none;
}

#vsel .vsel-content.vsel-past {
	margin: 0 0 20px 0 !important;
	padding: 20px 50px !important;
	border: 3px solid #0363A7 !important;
	background: #fff;
	display: flex !important;
	align-items: center;
}

#vsel .vsel-content.vsel-past .vsel-image-info {
	width: 200px !important;
	padding: 0 60px 0 0 !important;
}

#vsel .vsel-content.vsel-past .vsel-image-info img {
	width: 100% !important;
	max-width: 100% !important;
}

#vsel .vsel-content.vsel-past .vsel-meta {
	display: flex !important;
	width: calc( 100% - 200px ) !important;
	padding: 0;
}

#vsel .vsel-content.vsel-past .vsel-meta h3.vsel-meta-title {
	display: flex !important;
	width: 35% !important;
	font-size: 24px !important;
	margin-bottom: 0 !important;
	align-items: center;
}

#vsel .vsel-content.vsel-past .vsel-meta h3.vsel-meta-title a,
#vsel .vsel-content.vsel-past .vsel-meta h3.vsel-meta-title a:visited {
	text-decoration: none !important;
	font-weight: 700 !important;
}

#vsel .vsel-content.vsel-past .vsel-meta .vsel-meta-date {
	display: flex !important;
	text-transform: none !important;
	font-weight: 700 !important;
	width: 40% !important;
	padding: 0 !important;
	margin-bottom: 0 !important;
	align-items: center;
}

#vsel .vsel-content.vsel-past .vsel-meta .vsel-meta-time {
	display: none !important;
}

#vsel .vsel-content.vsel-past .vsel-meta .vsel-meta-location {
	display: flex !important;
	text-transform: none !important;
	width: 25% !important;
	padding: 0 !important;
	font-weight: 400 !important;
	margin-bottom: 0 !important;
	align-items: center;
}

#vsel .vsel-content.vsel-past .vsel-meta .vsel-meta-location span {
	display: inline-block !important;
	width: auto !important;
}

#vsel .vsel-content.vsel-past .vsel-meta .vsel-meta-link {
	display: none;
}



/* WP RSS Retriever
---------------------------------------------------------------------------------------------------- */

ul.wp_rss_retriever_list {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
	list-style-type: none;
}

ul.wp_rss_retriever_list::before,
ul.wp_rss_retriever_list::after {
	display: none !important;
}

ul.wp_rss_retriever_list li {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
	background: #fff;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
}

ul.wp_rss_retriever_list li a.wp_rss_retriever_image {
	position: relative;
	float: none;
	display: block;
	width: 100% !important;
	height: 250px !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}

ul.wp_rss_retriever_list li a.wp_rss_retriever_title,
ul.wp_rss_retriever_list li a.wp_rss_retriever_title:visited {
	width: 100%;
	height: auto;
	padding: 20px 40px;
	color: #0363A7;
	font-size: 24px;
	font-weight: 700;
	text-transform: none;
	text-decoration: none;
	margin-bottom: 0;
}

ul.wp_rss_retriever_list li .wp_rss_retriever_container {
	width: 100% !important;
	height: auto;
	padding: 0 40px 70px 40px;
}

ul.wp_rss_retriever_list li .wp_rss_retriever_container a.wp_rss_retriever_readmore {
	display: none;
}

ul.wp_rss_retriever_list li .wp_rss_retriever_link {
	width: calc(100% + 80px);
	margin-left: -40px;
	margin-right: -40px;
	margin-top: 0 !important;
	margin-bottom: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	height: auto;
	background: #0363A7;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	padding: 9px 50px !important;
	line-height: 1.2;
	font-weight: 700;
	margin-top: 40px;
	clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0 100%);
	cursor: pointer;
	
}

ul.wp_rss_retriever_list li .wp_rss_retriever_credits {
	display: none;
}




/* WooCommerce
---------------------------------------------------------------------------------------------------- */

.post-type-archive-product .site-inner {
	
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	text-align: center;
}

.post-type-archive-product .content .h1-wrap {
	display: none;
}

.post-type-archive-product h2.woocommerce-loop-product__title {
	padding: 0;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	color: #000;
}

.post-type-archive-product .woocommerce-result-count,
.post-type-archive-product form.woocommerce-ordering {
	display: none;
}

.woocommerce nav.woocommerce-pagination {
	clear: both;
	line-height: 1;	
	text-align: left !important;
	margin: 40px 0;
}

.woocommerce nav.woocommerce-pagination ul {
	border: none !important;
	margin: 0 !important;
}

.woocommerce nav.woocommerce-pagination ul li {
	padding: 10px !important;
	background: #0363A7 !important;
	color: #fff !important;
	border-radius: 0 !important;
	display: inline-block !important;
}

.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li a:visited {
	background: transparent !important;
	color: #fff !important;
	margin: 0 !important;
	text-decoration: none;
	padding: 0 !important;
	line-height: 1 !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	min-width: 20px !important;
	display: block !important;
	text-decoration: none !important;
	text-align: center;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
	font-weight: 700 !important;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
	text-decoration: none !important;
	background: transparent !important;
	color: #fff !important;
}

.single-product h1.product-title {
	display: block;
	width: 100%;
	color: #005EB8;
	margin-bottom: 50px;
}

.single-product h1.product-title a.return-to-products,
.single-product h1.product-title a.return-to-products:visited {
	display: block;
	float: right;
	font-size: 18px;
	font-weight: 900;
	text-decoration: underline;
	text-transform: uppercase;
}

.entry-summary .h1-wrap {
	display: none;
}

.single-product .row-specifications {
	padding-bottom: 100px;
	margin-bottom: 50px;
	border-bottom: 3px solid #0363A7;
}

.single-product .row-features-and-benefits,
.single-product .row-description {
	margin-bottom: 100px;
}

.single-product .row-features-and-benefits h2 {
	color: #000 !important;
	font-size: 36px;
	margin-bottom: 50px;
}

.single-product .row-features-and-benefits h3 {
	color: #000 !important;
	margin-bottom: 0;
	font-size: 18px;
}

.single-product .product-gallery {
	width: 580px !important;
}

.single-product .product-specs {
	width: calc(100% - 600px) !important;
	margin-left: 20px !important;
}

.single-product table.specs {
	width: 100%; 
	font-size: 18px;
	margin-top: 50px;
}

.single-product table.specs tbody {
	border-bottom: none;
}

.single-product table.specs tr {
	background: #EBECEC;
}

.single-product table.specs tr:nth-of-type(even) {
	background: #D8D8DA;
}

.single-product table.specs td {
	padding: 10px;
	border-top: none;
}

.single-product table.specs td.label {
	font-weight: 700;
}

.single-product table.benefits {
	font-size: 18px;
	line-height: 1.1;
	table-layout: fixed;
	width: 100%; 
} 

.single-product table.benefits tbody {
	border-bottom: none;
}

.single-product table.benefits tr {
	background: #EBECEC;
}

.single-product table.benefits tr:nth-of-type(even) {
	background: #D8D8DA;
}

.single-product table.benefits td {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	padding: 10px;
	word-wrap: break-word;
	word-break: break-word;
}

.single-product table.benefits td.label {
	width: 200px;
	background: #0363A7;
	color: #fff;
	font-weight: 700;
}




.single-product table.benefits a.document-link {
	display: block;
	width: 100%:
}

.single-product .features ul {
	margin-bottom: 20px;
}

.single-product .features ul > li {
	margin-left: 20px;
	padding-left: 0;
	font-weight: 400;
}

.single-product .features ul li ul li {
	color: #012D72;
	font-weight: 400;
}

.tax-product_cat .woocommerce-result-count,
.tax-product_cat .woocommerce-ordering {
	display: none !important;
}

.widget_product_search #searchform > div {
	position: relative;
}

.widget_product_search #searchform button.wp-element-button {
	position: absolute;
	top: 0;
	right: 0;
	width: auto !important;
	padding: 12px;
	background: transparent;
	color: #000;
	clip-path: none;
}

h2.woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
	color: #0363A7 !important;
}

.woocommerce span.onsale {
	background: #0363A7 !important;
	padding: 0.2em 0.7em !important;
}

.sku_wrapper,
.posted_in {
	width: 100%;
	display: block;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.single_add_to_cart_button,
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
	background: #0363A7 !important;
	border: none !important;
	border-radius: 0px !important;
	color: #fff !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	padding: 11px 20px !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	width: auto !important;
	outline: none !important;
	clip-path: none !important;
}

.woocommerce #respond input#submit.alt:focus, 
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:focus, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:focus,
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:focus,
.woocommerce input.button.alt:hover,
.single_add_to_cart_button:focus,
.single_add_to_cart_button:hover,
.woocommerce #respond input#submit:focus, 
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:focus,
.woocommerce a.button:hover, 
.woocommerce button.button:focus, 
.woocommerce button.button:hover, 
.woocommerce input.button:focus,
.woocommerce input.button:hover {
	background: #0363A7 !important;
	color: #fff !important;
	clip-path: none !important;
}

.entry-content .woocommerce .woocommerce-error, 
.entry-content .woocommerce .woocommerce-info, 
.entry-content .woocommerce .woocommerce-message {
	list-style-type: none !important;
	padding: 1em 2em 1em 3.5em;
}

h2.woocommerce-loop-category__title {
	color: #000;
}



/* OWL Carousel
---------------------------------------------------------------------------------------------------- */

.owl-carousel {
	overflow: hidden;
}

.owl-carousel.testimonials-owl {
	width: 100vw !important;
	margin-left: calc(-100vw / 2 + 100% / 2);
	overflow: visible;
}

.owl-carousel.testimonials-owl .owl-stage-outer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.owl-carousel.testimonials-owl .owl-stage {
	display: flex !important;
	justify-content: stretch;
	align-content: stretch;
	align-items: stretch;
	justify-items: stretch;
}

.owl-carousel.testimonials-owl .owl-item{
	opacity: 0.3;
	transition: all 0.5s ease-in-out;
}

.owl-carousel.testimonials-owl .owl-item.active.center {
	opacity: 1;
	transition: all 0.5s ease-in-out;
}

.owl-carousel.testimonials-owl .owl-item .testimonial-owl {
	background: #0363A7;
	color: #fff;
	padding: 50px 100px;
	margin: 0;
	height: auto;
	text-align: center;
	height: 100%;
	transform: scale(0.9);
	transition: all 0.5s ease-in-out;
}

.owl-carousel.testimonials-owl .owl-item.active.center .testimonial-owl {
	transform: scale(1);
	transition: all 0.5s ease-in-out;
}

.owl-theme .owl-nav {
	margin-top: 0;
	width: 100%;
	height: 100%;
}

.owl-theme .owl-nav button,
.owl-theme .owl-nav button:focus,
.owl-theme .owl-nav button:hover {
	width: 60px !important;
	height: 100% !important;
	position: absolute;
	top: 0 !important;
	z-index: 999;
	clip-path: none !important;
	background: transparent !important;
	color: #0363A7 !important;
	font-size: 40px !important;
	font-family: "Font Awesome 6 Pro" !important;
	font-weight: 400 !important;
}

.owl-theme .owl-nav button i {
	padding: 10px;
	background: rgba(255,255,255,0.25);
}

.owl-theme .owl-nav button.owl-prev {
	left: 5px;
}

.owl-theme .owl-nav button.owl-next {
	right: 5px;
}

.owl-theme.slider-navigation .owl-nav button,
.owl-theme.slider-navigation .owl-nav button:focus,
.owl-theme.slider-navigation .owl-nav button:hover {
	font-size: 30px;
}



.product-gallery .owl-theme .owl-item {
	width: 580px;
}

.product-gallery .slider-container.owl-theme .owl-nav button {
	opacity: 0;
}

.product-gallery .slider-container.owl-theme:focus .owl-nav button,
.product-gallery .slider-container.owl-theme:hover .owl-nav button {
	opacity: 1;
}

.product-gallery .slider-navigation.owl-theme img {
	cursor: pointer;
}




/* Media Queries
---------------------------------------------------------------------------------------------------- */

/* Smaller Computers, Tablets (Landscape and Portrait) ----------------- */

@media only screen and (max-width: 1400px) {
	
	.wrap,
	.site-inner .content-sidebar-wrap,
	.h1-wrap h1, 
	.h2-wrap h2 {
		max-width: 960px !important;
		margin-left: auto;
		margin-right: auto;
	}
	
	body,
	.genesis-nav-menu a {
		font-size: 16px;
	}
	
	.sidebar-primary {
		width: 280px;
	}
	
	.content {
		width: calc(100% - 330px);
	}
	
	.wp-custom-logo .title-area {
		height: auto;
		margin-top: 10px;
		margin-bottom: 10px;
		width: 200px;
	}
	
	.wp-custom-logo .title-area a {
		display: block;
	}
	
	.wp-custom-logo .site-header .custom-logo-link .custom-logo {
		width: 100%;
		height: auto;
	}
	
	.nav-area {
		width: calc(100% - 200px);
	}
	
	.nav-primary .genesis-nav-menu {
		margin-top: 50px;
	}
	
	.genesis-nav-menu a {
		margin: 0 0 0 20px;
	}
	
	.genesis-nav-menu .menu-item.menu-item-6577{
		margin-left: 20px;
	}
	
	.genesis-nav-menu .menu-item.menu-item-6577 {
		margin-left: 0;
	}
	
	.genesis-nav-menu .menu-item.menu-item-6577 a,
	.genesis-nav-menu .menu-item.menu-item-6577 a:focus,
	.genesis-nav-menu .menu-item.menu-item-6577 a:hover {
		clip-path: none !important;
		padding: 20px !important;
	}
	
	/* Footer Widgets
	--------------------------------------------- */
	
	.footer-widgets-1 {
		flex-wrap: wrap;
	}
	
	.footer-widgets-1 .widget_media_image,
	.footer-widgets-1 .widget_text {
		margin-bottom: 50px;
	}
	
	.footer-widgets-1 .widget_text {
		width: calc(100% - 530px);
	}
	
	.footer-widgets-1 .widget_text.show-on-mobile {
		display: flex;
		width: 250px;
	}
	
	.footer-widgets-1 .widget_nav_menu {
		width: 100%;
		margin-bottom: 0;
	}
	
	.footer-widgets-1 .widget_nav_menu ul.menu {
		text-align: left;
	}
	
	.footer-widgets-1 .widget_nav_menu ul.menu li.menu-item a {
		margin: 0 50px 0 0;
	}
	
	.footer-widgets-1 .widget_nav_menu ul.menu li.menu-item a:focus, 
	.footer-widgets-1 .widget_nav_menu ul.menu li.menu-item a:hover,
	.footer-widgets-1 .widget_nav_menu ul.menu li.menu-item.current-menu-item a {
		border-bottom: none;
	}
	
	.footer-widgets-2 {
		display: none;
	}
	
	/* Home Page Template Menu
	--------------------------------------------- */
	
	.home .row-1 {
		padding: 200px 20px;
	}
	
	.home .row-2 img {
		margin-right: calc(-100vw / 2 + 960px / 2);
		width: calc(100% + ((100vw - 960px) / 2 ));
		max-width: calc(100% + ((100vw - 960px) / 2 ));
	}
	
	.home .row-3 .products {
		grid-template-columns: 1fr 1fr;
	}
	
	/* About Us Page Template
	--------------------------------------------- */
	
	.owl-theme .owl-nav button.owl-prev {
		left: 20px;
	}
	
	.owl-theme .owl-nav button.owl-next {
		right: 20px;
	}	
		
	/* Events Page Template
	--------------------------------------------- */
	
	#vsel .vsel-content .vsel-image-info {
		width: 300px !important;
	}
	
	#vsel .vsel-content .vsel-meta {
		width: calc(100% - 300px) !important;
	}
	
	/* Contact Us Page Template
	--------------------------------------------- */
		
	.page-template-page_contact .row-1 .one-half:not(.first) .phone-number-wrap::after,
	.page-template-page_contact .row-2 .one-half:not(.first)::after {
		right: calc(-100vw / 2 + 960px / 2);
		width: calc(100vw / 2 - 960px / 2);
	}
	
	.regional-managers {
		grid-template-columns: 1fr 1fr 1fr;
	}

}


@media only screen and (max-width: 1200px) {
	
	.single-product .row-features-and-benefits .columns {
		flex-wrap: wrap;
	}
	
	.single-product .row-features-and-benefits .columns .one-half {
		width: 100% !important;
	}
	
	.home .row-2 .brand-wrap__heading h4 {
		font-size: 18px;
	}
	
	.home .row-2 .brand-wrap__content img {
		height: 50px;
	}
	
}


/* Projectors, Small Computers, Tablets (Portrait only) ----------------- */

@media only screen and (max-width: 960px) {
	
	body {
		width: 100%;
		overflow-x: hidden;
	}
	
	.wrap,
	.site-inner .content-sidebar-wrap,
	.h1-wrap h1, 
	.h2-wrap h2 {
		max-width: 96% !important;
		margin-left: auto;
		margin-right: auto;
	}
	
	/* Responsive Menu
	--------------------------------------------- */

	button.responsive-menu-toggle {
		display: block;
		overflow: hidden;
		float: right;
		width: 50px;
		height: 50px;
		top: 20px;
		overflow: hidden;
		background: transparent;
		color: #025087;
		font-size: 20px;
		margin: 0;
		padding: 0;
		border: none;
		text-align: center;
		visibility: visible;
		line-height: 1;
		position: relative;
		z-index: 99990;
		outline: none;
	}
	
	.responsive-menu-toggle:hover,
	.responsive-menu-toggle:active {
		background: transparent;
		border: none;
	}
	
	button.responsive-sub-menu-toggle {
		display: block;
		width: 60px;
		height: 60px;
		max-height: 60px;
		font-size: 20px;
		font-weight: 700;
		margin: 0 auto;
		overflow: hidden;
		padding: 0px;
		text-align: center;
		visibility: visible;
		position: absolute;
		right: 0;
		top: 0;
		outline: none;
	}
	
	.responsive-sub-menu-toggle:before {
		color: #fff;
		content: "\f078";
		font: 400 18px/1 "Font Awesome 6 Pro";
		position: relative;
	}
	
	.responsive-sub-menu-toggle,
	.responsive-sub-menu-toggle:hover,
	.responsive-sub-menu-toggle.activated
	.responsive-sub-menu-toggle.activated:hover {
		background: transparent;
		border: none;
		outline: none;
		padding: 10px 0;
	}
	
	.responsive-sub-menu-toggle.activated {
		transform: rotate(180deg);
	}
	
	.hamburger {
		padding: 15px 0 !important;
	}
	
	.hamburger-inner,
	.hamburger-inner::before,
	.hamburger-inner::after	{
		background: #025087 !important;
	}
	
	nav {
		display: block;
		overflow-y: scroll;
		position: fixed;
		top: 0;
		left: calc(100vw + 20px);
		width: 400px;
		height: 100vh;
		transition: all 0.5s ease-in-out;
		background: #025087;
		box-shadow: 0 0 10px rgba(0,0,0,0.75);
		z-index: 9999;
	}
	
	.genesis-nav-menu {
		padding-top: 120px;
	}
	
	.genesis-nav-menu .menu-item {
		display: block;
		overflow: hidden;
		width: 100%;
		height: auto;
		text-align: left;
		position: relative;
	}
	
	.genesis-nav-menu .menu-item:hover,
	.genesis-nav-menu .menu-item:active {
		position: relative;
	}
	
	.genesis-nav-menu .menu-item a,
	.genesis-nav-menu .menu-item:last-of-type a {
		font-size: 18px;
		padding: 20px;
		margin: 0;
		border-left: none;
		clear: both;
		color: #fff;
		width: 100%;
		height: auto;
		min-height: 60px;
	}
	
	.genesis-nav-menu .menu-item-has-children a {
		width: calc(100% - 60px);
	}
	
	.genesis-nav-menu .menu-item-has-children a::after {
		display: none;
	}
	
	.genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		opacity: 1;
		position: static;
		width: 100%;
		background: transparent;
		box-shadow: none;
		margin-bottom: 20px;
	}
	
	.genesis-nav-menu .menu-item-has-children .sub-menu a,
	.genesis-nav-menu .menu-item-has-children .sub-menu a:hover,
	.genesis-nav-menu .menu-item-has-children .sub-menu a:active,
	.genesis-nav-menu .menu-item-has-children .sub-menu a:visited {
		width: 100%;
		background: transparent;
		padding: 20px 20px 20px 40px !important;
	}
	
	.hamburger.is-active .hamburger-inner,
	.hamburger.is-active .hamburger-inner::before,
	.hamburger.is-active .hamburger-inner::after	{
		background: #fff !important;
	}
	
	nav.activated {
		left: calc(100vw - 400px);
		transition: all 0.5s ease-in-out;
	}
	
	.sub-menu.activated {
		display: block;
	}
	
	.genesis-nav-menu .menu-item.find-a-dealer-button {
		margin-left: 0;
	}
	
	.genesis-nav-menu .menu-item.find-a-dealer-button a,
	.genesis-nav-menu .menu-item.find-a-dealer-button a:focus,
	.genesis-nav-menu .menu-item.find-a-dealer-button a:hover {
		clip-path: none;
		padding: 20px;
	}
	
	.site-header .wrap {
		border-bottom: none;
	}
	
	body.nav-activated {
		overflow-y: hidden;
	}
	
	/* Footer Widgets
	--------------------------------------------- */
	
	.footer-widgets-1 .widget_nav_menu ul.menu li.menu-item a {
		margin: 0 20px 0 0;
	}
	
	/* Elements
	--------------------------------------------- */
	.h1-wrap::before, 
	.h2-wrap::before {
		width: calc(85% + 200px);
	}
	
	.h1-wrap::after,
	.h2-wrap::after {
		width: calc(15% + 160px);
	}	
	
	/* Home Page Template
	--------------------------------------------- */
	
	.home .row-2 .brands-wrap {	
		grid-template-columns: 1fr 1fr;
	}
	
	.home .row-2 img {
		margin-right: calc(100% + (100vw * 0.02));
		width: calc(100% + (100vw * 0.02));
		max-width: calc(100% + (100vw * 0.02));
	}
	
	/* Contact Page Template
	--------------------------------------------- */
	
	ul.wp_rss_retriever_list {
		grid-template-columns: 1fr 1fr;
	}
	
	#vsel .vsel-content.vsel-past .vsel-meta {
		flex-wrap: wrap;
	}
	
	#vsel .vsel-content.vsel-past .vsel-meta h3.vsel-meta-title,
	#vsel .vsel-content.vsel-past .vsel-meta .vsel-meta-date,
	#vsel .vsel-content.vsel-past .vsel-meta .vsel-meta-location {
		width: 100% !important;
	}
	
	/* About Us Page Template
	--------------------------------------------- */
	
	.owl-theme .owl-nav button, 
	.owl-theme .owl-nav button:focus,
	.owl-theme .owl-nav button:hover {
		font-size: 60px !important;
		width: 40px !important;
	}
	
	/* Products
	--------------------------------------------- */
	
	.row-specifications .columns,
	.row-features-and-benefits .columns,
	.row-description .columns {
		flex-wrap: wrap;
	}
	
	.row-specifications .two-fifths,
	.row-specifications .three-fifths,
	.row-features-and-benefits .one-half {
		margin-left: 0 !important;
		width: 100% !important;
	}
	
	/* Contact Page Template
	--------------------------------------------- */
	
	.page-template-page_contact .row-1 .columns {
		flex-wrap: wrap !important;
		flex-direction: column-reverse;
	}
	
	.page-template-page_contact .row-1 .columns .one-half {
		width: 100% !important;
		margin-left: 0 !important;
	}
	
	.page-template-page_contact .row-1 .one-half:not(.first) h4.phone-number {
		padding: 10px 20px 10px 50px;
	}
	
	.page-template-page_contact .row-1 .one-half:not(.first) .phone-number-wrap::after, 
	.page-template-page_contact .row-2 .one-half:not(.first)::after {
		right: -5vw;
		width: 5vw;
	}
	
	.page-template-page_contact .row-2 .one-half:not(.first) {
		background: #025087;
		padding: 50px 10px;
	}
	
	.regional-managers {
		grid-template-columns: 1fr 1fr;
	}
	
}


/* Smartphones (Landscape and Portrait) ----------- */

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

	body {
		font-size: 16px;
	}
	
	.wrap,
	.site-inner .content-sidebar-wrap {
		width: 100% !important;
		max-width: 90% !important;
		margin-left: auto;
		margin-right: auto;
	}
	
	.site-inner {
		padding: 20px 0 0 0;
	}
	
	.site-header .wrap {
		padding: 10px 0;
	}
	
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.one-fifth,
	.two-fifths,
	.three-fifths,
	.four-fifths,
	.entry-content .wp-block-column,
	.entry-content .blocks-gallery-item,
	.content,
	.sidebar-primary {
		width: 100% !important;
		margin-left: 0;
		margin-right: 0;
	}
	
	.sidebar {
		padding-left: 0;	
	}
	
	/* Home Page Template
	--------------------------------------------- */
	
	.home .row-1 h1 {
		font-size: 46px;
	}
	
	.home .row-2 .brands-wrap {	
		grid-template-columns: 1fr;
	}
	
	/* About Us Page Template
	--------------------------------------------- */
	
	.owl-theme .owl-nav button, 
	.owl-theme .owl-nav button:focus,
	.owl-theme .owl-nav button:hover {
		font-size: 30px !important;
		width: 20px !important;
	}
		
	.owl-theme .owl-nav button.owl-prev {
		left: 10px;
		color: #fff !important;
	}	
	
	.owl-theme .owl-nav button.owl-next {
		right: 10px;
		color: #fff !important;
	}	
	
	/* Contact Page Template
	--------------------------------------------- */
	
	.page-template-page_contact .row-1 .columns,
	.page-template-page_contact .row-2 .columns {
		flex-wrap: wrap !important;
		flex-direction: column-reverse;
	}
	
	.page-template-page_contact .row-1 .columns .one-half,
	.page-template-page_contact .row-2 .columns .one-half {
		width: 100% !important;
		margin-left: 0 !important;
	}
	
	.regional-managers {
		grid-template-columns: 1fr;
	}
	
}


/* Smartphones (Portrait Only) -------------------- */

@media only screen
and (max-width: 760px)
and (orientation: portrait) {
	
	/* Before Site Header
	--------------------------------------------- */
	
	.before-site-header-widgets .widget {
		display: block;
		width: 100%;
	}
	
	.before-site-header-widgets .search-form input.search-form-input {
		width: 100%;
	}
	
	.before-site-header-widgets a, 
	.before-site-header-widgets a:focus, 
	.before-site-header-widgets a:hover {
		padding: 10px 0 0 0;
	}
	
	
	/* Responsive Menu
	--------------------------------------------- */
	
	nav {
		width: 100%;
	}
	
	nav.activated {
		left: 0;
	}
	
	/* Footer
	--------------------------------------------- */
	
	.footer-widgets-1 .widget_media_image,
	.footer-widgets-1 .widget_text,
	.footer-widgets-1 .widget_text.show-on-mobile {
		width: 100%;
	}
	
	.footer-widgets-1 .widget_nav_menu ul.menu li.menu-item {
		display: block;
		width: 100%;
	}
	
	/* Elements
	--------------------------------------------- */
	
	.h1-wrap::before, 
	.h2-wrap::before {
		width: calc(90% + 200px);
	}
	
	.h1-wrap::after, 
	.h2-wrap::after {
		display: none;
	}
	
	.columns {
		flex-wrap: wrap !important;
	}
	
	/* Home Page Template
	--------------------------------------------- */
	
	.home .row-2 .columns {
		flex-wrap: wrap !important;
		flex-direction: column-reverse;
	}
	
	.home .row-2 .columns .one-half {
		width: 100% !important;
		margin-left: 0 !important;
	}
	
	.home .row-2 img {
		clip-path: none;
		width: 100%;
		height: auto;
	}
	
	.home .row-3 .products {
		grid-template-columns: 1fr;
	}
	
	/* Contact Page Template
	--------------------------------------------- */
	
	.page-template-page_contact .row-2 .one-half:not(.first)::after {
		display: none;
	}
	
	.page-template-page_contact .row-1 .one-half:not(.first) .phone-number-wrap::after {
		display: block;
	}
	
	.page-template-page_contact .row-1 .one-half:not(.first) h4.phone-number {
		font-size: 20px;
	}
	
	/* Support Page Template
	--------------------------------------------- */
	
	.manuals .site-inner .content-sidebar-wrap,
	.post-type-archive-product {
		display: flex !important;
		flex-wrap: wrap !important;
		flex-direction: column-reverse;
	}
	
	.page-template-page_support .links,
	.page-template-page_support .videos {
		grid-template-columns: 1fr;
	}
	
	/* Events Page Template
	--------------------------------------------- */
	
	#vsel .vsel-content {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	
	#vsel .vsel-content .vsel-meta,
	#vsel .vsel-content .vsel-image-info {
		width: 100% !important;
	}
	
	#vsel .vsel-content .vsel-image-info {
		padding: 0 0 20px 0 !important;
	}
	
	ul.wp_rss_retriever_list {
		grid-template-columns: 1fr;
	}
	
	
	.single-product .row-specifications .columns .three-fifths,
	.single-product .row-features-and-benefits .columns .one-half:not(.first) {
		overflow-x: auto;
	}
	
	
	.single-product table.specs,
	.single-product table.benefits {
		width: 600px
	}
	
}




/* Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
