/*
Theme Name: SVL Technical Services
Theme URI: https://www.svlts.com/
Description: Theme created for SVL Technical Services
Author: SVL, Inc. / Jason Karau
Author URI: https://www.svl.com/

Version: 1.0.24

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: svlts
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/

/* @import url('https://fonts.googleapis.com/css2?family=Antonio:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap'); */

/*
font-family: 'Antonio', sans-serif;
font-family: 'Noto Sans', sans-serif;
*/

/* Colors
Black: #000000 (0,0,0)
Blue: #107cf1 (16,124,241)
*/

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

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}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,input{overflow:visible}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:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[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}
/* stylelint-enable */

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

html {
	box-sizing: border-box;
}

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

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


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

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

body {
	background-color: #ffffff;
	color: #000;
  font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	overflow-x: hidden;
}

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

a {
	color: rgba(16,124,241,1);
	text-decoration: none;
	font-weight: 600;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

a:focus,
a:hover {
	color: rgba(16,124,241,0.75);
	font-weight: 600;
	text-decoration: none;
}

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

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

li {
	list-style-type: none;
}

hr {
	border: none;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 30px 0;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Antonio', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
}
h1 {
	font-family: 'Antonio', sans-serif;
	font-size: 38px;
	color: rgba(0,0,0,1.0);
	font-weight: 700;
}
.home-page h1 {
	font-size: 80px;
  font-family: 'Antonio', sans-serif;
	text-transform: uppercase;
	color: rgba(255,255,255,1.0);
	font-weight: 700;
	margin: -10px auto 0px auto;
  font-style: italic;
  text-shadow: 1px 2px 2px #000000;
}
.home-page-mobile h1 {
	font-size: 54px;
  font-family: 'Antonio', sans-serif;
	text-transform: uppercase;
	color: rgba(255,255,255,1.0);
	font-weight: 700;
	margin: -10px auto 0px auto;
  font-style: italic;
  text-shadow: 1px 2px 2px #000000;
}
h2 {
	font-family: 'Antonio', sans-serif;
	font-size: 32px;
	font-weight: 700;
	text-transform: none;
	color: rgba(1,1,1,1.0);
  margin-bottom: 12px;
}
.home-page h2 {
	font-size: 47px;
  font-family: 'Antonio', sans-serif;
	text-transform: uppercase;
	color: rgba(255,255,255,1.0);
	font-weight: 700;
	margin: 8px auto 0px auto;
  letter-spacing: 0.6px;
  width: 80%;
  line-height: 1.1;
  text-shadow: 1px 2px 2px #000000;
}
.home-page-mobile h2 {
	font-size: 38px;
  font-family: 'Antonio', sans-serif;
	text-transform: uppercase;
	color: rgba(255,255,255,1.0);
	font-weight: 700;
	margin: 8px auto 0px auto;
  letter-spacing: 0.6px;
  width: 80%;
  line-height: 1.1;
  text-shadow: 1px 2px 2px #000000;
}
.home-page h2 span.highlight, .home-page-mobile h2 span.highlight {
  background: linear-gradient(0deg, rgba(255,0,255,0) 0%, rgba(255,0,255,0) 15%, rgba(255,203,5,1) 12%, rgba(255,203,5,1) 30%, rgba(255,0,255,0) 30%);
}
@media screen and (max-width: 960px) {
	h2 {
		font-size: 35px;
	}
}
h3 {
	font-size: 26px;
	font-weight: 700;
	color: rgba(0,0,0,1.0);
  margin-bottom: 12px;
}
.home-page h3 {
	font-size: 50px;
  font-family: 'Antonio', sans-serif;
	text-transform: uppercase;
	color: rgba(255,255,255,1.0);
	font-weight: 700;
	margin: 8px auto 0px auto;
  letter-spacing: 0.6px;
  width: 80%;
  line-height: 1.1;
  text-shadow: 1px 2px 2px #000000;
}
h4 {
	font-size: 22px;
  color: rgba(60,60,60,1.0);
}
h5 {
  font-size: 20px;
  color: rgba(60,60,60,1.0);
}
h6 {
  font-family: 'Antonio', sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: rgba(60,60,60,1.0);
	margin-bottom: 4px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

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

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

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

figure {
	margin: 0;
}

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

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

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

::-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #333;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
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,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #0073e5;
	border-width: 0;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

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

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	table-layout: fixed;
	width: 100%;
	word-break: break-all;
}

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

td,
th {
	text-align: left;
	vertical-align: top;
}

td {
	border-top: 1px solid #eee;
	padding: 10px;
}

th {
	font-weight: 600;
	padding: 0 10px 10px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

td:last-child,
th:last-child {
	padding-right: 0;
}

/* 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, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	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;
}


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

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

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

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

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

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 15px 0px 0;
}

.page p {font-size: 17px; font-weight:400; color: #000;}

.page .inner-content ul {font-size: 17px; font-weight: 400; margin-top: -10px; margin-bottom: 16px; color: #000;}

.page .inner-content ul li {
    list-style-type: none;
    line-height: 1.36;
    margin-bottom: 10px;
    text-indent: -1.6em;
    padding-left: 2em;
}

.page .inner-content ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-size: 10px;
    color: #fff;
    margin-right: 10px;
    background-color: rgba(16,124,241,1);
    border-radius: 50%;
    padding: 3px;
    font-weight: 900;
}

.page .video-col {text-align: center; padding-top: 42px; padding-bottom: 24px;}
.page video {width: 100%; max-width:780px;}

/* Headline */
.headline_hero {margin-top: -30px; min-height: 540px;}
@media screen and (max-width: 1024px) {
.headline_hero {margin-top: -30px; min-height: 460px;}
}
@media screen and (max-width: 962px) {
.headline_hero {margin-top: -60px; min-height: 420px;}
}
@media screen and (max-width: 640px) {
.headline_hero {margin-top: -30px; min-height: 300px;}
}

/* Common Classes
---------------------------------------------------------------------------- */

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

.avatar {
	border-radius: 50%;
	float: left;
}

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

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

.comment .avatar {
	margin: 0 15px 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 30px;
}

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

/* 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;
  color: rgba(1,135,74,1)!important;
	font-size: 16px!important;
	border-color: rgba(1,135,74,1)!important;
	border: 2px solid!important;
	text-transform: uppercase;
	background-color: #ffffff!important;
	padding: 8px 26px 8px 26px!important;
	border-radius: 0px;
}

.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	margin-top: 10px;
  color: rgba(1,135,74,0.75)!important;
	font-size: 16px!important;
	border-color: rgba(1,135,74,0.75)!important;
	border: 2px solid!important;
	text-transform: uppercase;
	background-color: #ffffff!important;
	border-radius: 0px;
}

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

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

/* WordPress
--------------------------------------------- */

a.aligncenter 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: 0 auto 30px;
}

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

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

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

.gallery-caption,
.wp-caption-text {
	font-family: 'Noto Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	text-align: center;
	color: #666;
}

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

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

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

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 4px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

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


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 0px;
}


/* Site Header
---------------------------------------------------------------------------- */
.site-header {
  background: rgba(255,255,255,1);
	border-bottom: 0px solid;
	border-color: rgba(35,31,32,1);
	box-shadow: rgba(156,156,156,.45) 0px 0px 0px 0px;
	padding: 0 0px;
}

/* limit the logo & nav to max of 1260px */
.site-header .wrap {
		width: 100%;
		max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
}
header .wrap {width: 100%; max-width: 1260px!important;} /* this is just a repeat of the .site-header .wrap above */
@media screen and (max-width:1390px) {
	.site-header .wrap {
			width: 100%;
			max-width: 90%;
	    margin-left: auto;
	    margin-right: auto;
	}
	header .wrap {width: 90%; max-width: 90%!important;} /* this is just a repeat of the .site-header .wrap above */
}

.before-header {background-color: rgba(16,124,241,1); height: 32px;}
.before-header .wrap {margin-left: auto; margin-right: auto; color: #fff; padding: 2px 0px;}
.before-header .widget-area {width: 100%; max-width: 1260px!important; margin-left: auto; margin-right: auto; color: #fff; padding: 3px 0px;}
.before-header a, .before-header a:visited {color: rgba(255,255,255,0.85);}
.before-header a:hover, .before-header a:focus {color: rgba(255,255,255,0.5);}
.wrap.top-bar-left {float: left; width: 49%; margin-right: 2%; height: 30px; text-align: left;}
.wrap.top-bar-right {float: left; width: 49%; height: 30px; text-align: right;}
@media screen and (max-width: 1308px) {
.before-header .widget-area {width: 96%; margin: 0px 2%;}
}
@media screen and (max-width: 960px) {
.before-header {background-color: rgba(16,124,241,1); height: 32px;}
}
@media screen and (max-width: 600px) {
.before-header {height: auto;}
.wrap.top-bar-left {float: none; width: 90%; margin: 2px 5% 0px 5%; height: 26px; text-align: center;}
.wrap.top-bar-right {float: none; width: 90%; margin: 0px 5%; height: 26px; text-align: center;}
}
.before-header-seperator {clear: both; padding: 0px;}
.before-header .wrap, .before-header .wrap p {color: #fff; font-weight: 500; font-size: 15px;}
.before-header .wrap p a {color: rgba(255,255,255,1); font-weight: 500;}
.before-header .wrap p a:hover, .before-header .wrap p a:focus {color: rgba(255,255,255,0.75); text-decoration: underline;}
.before-header i {padding-left: 4px;}
.before-header .right-padding {margin-right: 15px;}
.before-header .left-padding {margin-left: 15px;}
.header-social {margin-right: 18px;}
.header-social i {margin-left: 12px;}
.header-phone i {padding-left: 4px;}

.header-phone {margin-left: 6px;}
.header-phone a:link, .header-social a:link, .header-phone a:visited, .header-social a:visited {color:#fff; color: rgba(255,255,255,0.99);}
.header-phone a:hover,.header-social a:hover, .header-phone a:focus, .header-social a:focus {color: rgba(255,255,255,0.75);}


/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 264px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}
@media screen and (max-width:600px) {
  .wp-custom-logo .title-area {
  	max-width: 168px;
  	width: 100%;
  }
}

.wp-custom-logo .title-area img {
	width: auto;
}
/* .title-area {position: relative; z-index: 9000000; margin-top: -34px; margin-bottom: -20px; background-color: #fff; border-right: 3px solid #3a4d81; border-bottom: 3px solid #3a4d81; border-radius: 0px 0px 6px 6px} */
.title-area {margin-top: 4px; margin-bottom: 4px; background-color: #fff;}
.title-area img {width: 100%; max-width:260px; padding: 2px 2px 2px 0px;}
@media screen and (max-width: 960px) {
.title-area {float: left; text-align: left; margin-top: 2px; margin-bottom: 4px; max-width: 300px;}
.title-area img {max-width: 290px;}
}
@media screen and (max-width: 600px) {
.wp-custom-logo .site-container .title-area {float: left; text-align: left; margin-top: 2px; margin-bottom: 4px; margin-left: 0px; max-width: 260px!important;}
.title-area img {max-width: 250px;}
}
@media screen and (max-width: 460px) {
.wp-custom-logo .site-container .title-area {float: left; text-align: left; margin-top: 2px; margin-bottom: 4px; margin-left: 0px; max-width: 216px!important;}
.title-area img {max-width: 206px;}
}
@media screen and (max-width: 410px) {
.wp-custom-logo .site-container .title-area {float: left; text-align: center; margin-top: 2px; margin-bottom: 4px; margin-left: 0px; max-width: 176px!important;}
.title-area img {max-width: 166px;}
}
@media screen and (max-width: 344px) {
.wp-custom-logo .site-container .title-area {float: left; text-align: center; margin-top: 2px; margin-bottom: 4px; margin-left: 0px; max-width: 160px!important;}
.title-area img {max-width: 150px;}
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

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

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


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

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	font-family: 'Antonio', sans-serif;
	color: rgba(58,77,129,1.00);
	display: block;
	font-size: 28px;
	font-weight: 500;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
	text-transform: none;
	transition: 0.5s;
  position: relative;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: rgba(255,255,255,1);
	outline: none!important;
}

.genesis-nav-menu a:focus:after,
.genesis-nav-menu a:hover:after {
	width: 84%;
  left: 4%;
}

.genesis-nav-menu .current-menu-item > a {
	color: rgba(58,77,129,0.60);
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a:focus,
.genesis-nav-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: rgba(58,77,129,0.7);
	text-decoration: none;
	outline: none!important;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	font-family: 'Antonio', sans-serif;
	background-color: rgba(255,255,255,1);
	font-size: 16px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

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

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
	padding: 0px 20px 12px 20px;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle, .sub-menu-toggle {
	background-color: rgba(255,255,255,1);
	border-width: 0;
	color: rgba(16,124,241,1);
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
	padding: 8px 16px 0px 16px !important;
	font-size: 30px;
	font-family: 'Antonio', sans-serif;
	text-transform: uppercase;
	transition: color .1s easein;
	height: 40px;
}
@media screen and (max-width: 390px) {
	.menu-toggle, .sub-menu-toggle {
		background-color: rgba(255,255,255,1);
		border-width: 0;
		color: rgba(16,124,241,1);
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
		padding: 2px 16px 0px 16px !important;
		font-size: 24px;
		font-family: 'Antonio', sans-serif;
		text-transform: uppercase;
		transition: color .1s easein;
		height: 40px;
	}
}
.menu-toggle, .sub-menu-toggle button {border-radius: 0; width: 100%;}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: rgba(255,255,255,1);
	border-width: 0;
	color: rgba(16,124,241,0.8);
}

.menu-toggle {
	float: none;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}
@media screen and (max-width: 960px) {
.menu-toggle {float: right; width: 180px; margin-top: 46px; padding: 5px 0;}
.menu-toggle, .sub-menu-toggle {padding: 12px 16px 8px 16px !important;}
}
@media screen and (max-width: 600px) {
.menu-toggle {float: right; width: 134px; margin-top: 38px; padding: 5px 0;}
.menu-toggle, .sub-menu-toggle {padding: 12px 6px 8px 8px !important;}
}
@media screen and (max-width: 460px) {
.menu-toggle {margin-top: 28px;}
}
@media screen and (max-width: 410px) {
.menu-toggle {float: right; width: 112px; margin-top: 20px; padding: 5px 0;}
.menu-toggle, .sub-menu-toggle {padding: 12px 5px 8px 4px !important;}
}
@media screen and (max-width: 344px) {
.menu-toggle {float: right; width: 112px; margin-top: 16px; padding: 5px 0;}
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: none;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 12px;
	padding-top: 12px !important;
	width: 100%;
	background-color: rgba(255,255,255,1);
}
@media screen and (max-width: 959px) {
	.nav-primary {
		background-color: rgba(255,255,255,1);
    margin-top: -10px;
	}
	.nav-primary li.menu-item a {color: rgba(0,0,0,1.0); font-weight: 700;}
	.nav-primary li.menu-item a:visited {color: rgba(0,0,0,1.0);}
	.nav-primary li.menu-item a:hover {color: rgba(16,124,241,1.0);}
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


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

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

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

.entry-content ol > li {
	list-style-type: decimal;
}

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

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

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

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

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

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

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

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

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

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

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

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

/* 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-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-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

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

.sidebar p {
	margin-bottom: 20px;
}

/* Pre-Footer Widget
---------------------------------------------------------------------------- */
.pre-footer {
	background-color: rgba(0,0,0,1);
	padding: 8px 30px;
	text-align: center;
	color: #fff;
	border-top: 0px solid #ffcb05;
}
.pre-footer .widget {
	margin-bottom: 6px;
}
.pre-footer .textwidget {
	font-family: 'Antonio', sans-serif;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.32;
	padding-top: 12px;
	color: #fff;
}
.pre-footer h4 {
	color: rgba(255,255,255,0.65);
	font-size: 28px;
	margin-bottom: 4px;
}
@media screen and (max-width:960px) {
.pre-footer {padding: 30px 30px 8px 30px;}
}

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

.footer-widgets {
  border-top: 0px solid #eee;
	background-color: rgba(0,0,0,1);
	clear: both;
	color: #ffffff;
  padding:15px 0px 32px 0px;
	font-size: 17px;
  line-height: 1.42;
	font-family: 'Noto Sans', sans-serif;
}

.footer-widgets strong {
  color: #fff;
}

.footer-widgets p {
 font-family: 'Noto Sans', sans-serif;
 font-size: 16px;
 line-height: 1.48;
 color: #fff;
 margin: 8px 0px 15px 0px;
 letter-spacing: 0.8px;
}

.footer-widgets  h3.widgettitle.widget-title {
 font-family: 'Antonio', sans-serif;
 color: rgba(255,255,255,1.0);
 font-size: 21px;
 font-weight: 600;
 line-height: 1.2;
 margin: 0 0 6px 0;
 text-transform: none;
 letter-spacing: 0.5px;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 5px;
	padding-right: 5px;
}
@media screen and (max-width: 1308px) {
	.footer-widget-area {
		margin-bottom: 40px;
		padding-left: 30px;
		padding-right: 30px;
	}
}

#menu-footer.menu {columns: 1; width: 96%; -moz-column-gap: 0px; -webkit-column-gap: 0px; column-gap: 0px;}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}
.footer-widgets-1 {width: 33.3333333%; text-align: left;}
.footer-widgets-2 {width: 33.3333333%; text-align: center;}
.footer-widgets-3 {width: 33.3333333%; text-align: right;}

.footer-widgets img {width: 100%; max-width: 300px; opacity: 1; transition: opacity 0.4s;}

p .fab {margin-top: 0px;}
.fab.fa-2x {font-size: 1.60em!important; margin-left: 16px;}

.footer-widgets a:link, .footer-widgets a:visited  {color: rgba(255,255,255,1); text-decoration: none; font-weight: 500;}
.footer-widgets a:hover, .footer-widgets a:focus  {color: rgba(255,255,255,0.75); text-decoration: underline; font-weight: 500;}

.footer-widgets img:hover, .footer-widgets img:focus {width: 100%; max-width: 300px; opacity: 0.7;}

.footer-widgets .tagline {
  font-family: 'Noto Sans', sans-serif;
	font-size: 24px;
	font-weight: 400;
	font-style: italic;
	margin: 14px 0px 28px 0px;
}

.footer-widgets-3 i {margin-right: 8px;}
.made-in-usa {padding-right: 15px;}

@media screen and (max-width: 960px) {
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {width: 90%; margin: 2px 5% 36px 5%;}
.footer-widgets-1 .widget-wrap, .footer-widgets-2 .widget-wrap, .footer-widgets-3 .widget-wrap {width: 100%; max-width: 560px; text-align: center; margin: 0px auto 0px auto;}
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {text-align: center;}
#menu-footer.menu {columns: 1; width: 100%;}
.made-in-usa {padding-right: 0px;}
}

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

.site-footer {
	background-color: rgba(0,0,0,1);
	border-top: 0px solid #fff;
	font-size: 16px;
	line-height: 1.42;
	padding: 8px 30px 16px 30px;
	text-align: center;
	color: #fff;
	font-family: 'Noto Sans', sans-serif;
}

.site-footer p {
	margin-bottom: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}
.site-footer a:link, .site-footer a:visited  {color: rgba(255,255,255,0.75); text-decoration: none; font-weight: 500;}
.site-footer a:hover, .site-footer a:focus   {color: rgba(255,255,255,0.9); text-decoration: underline; font-weight: 500;}

.inner-content .content {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding: 15px 50px;
}
@media screen and (max-width:767px) {
.inner-content .content {padding: 15px 42px;}
}
@media screen and (max-width:600px) {
.inner-content .content {padding: 15px 28px;}
}

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

@media only screen and (min-width: 480px) {
	table {
		table-layout: auto;
		word-break: normal;
	}
}

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

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

	.site-header {
		/* position: -webkit-sticky;
		position: sticky; */
		top: 0;
		/* z-index: 9999; */
		height: auto;
	}

	.admin-bar .site-header {
		top: 32px;
	}

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

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

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 242px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 0px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 0px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
		padding-top: 15px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */
	.nav-primary {
		clear: none;
		float: right;
		width: auto; /* set to 100% to have it span whole .wrap */
		margin-top: 38px;
		text-align: right;
		min-width: 680px;
	}
	@media screen and (max-width:1160px) {
		.nav-primary {
			min-width: 520px;
		}
	}
	@media screen and (max-width:1024px) {
		.nav-primary {
			min-width: 460px;
		}
	}
	.nav-primary .wrap {
	   text-align: right;
	   margin-left: 0px;
	   margin-right: 0px;
	   width: 100%;
	   max-width: 100%!important;
	}
	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* nav customization */
  .nav-primary li.menu-item a {font-size: 23px; padding: 0px 0px 4px 0px; margin: 0px 16px 0px 0px; letter-spacing: 0.7px; font-weight: 700;}
	.current_page_item a {font-weight: 700; border-color:rgba(125,125,125,1)!important; border-bottom: 3px solid; line-height: 1;}
	@media screen and (max-width: 1024px) {
  .nav-primary li.menu-item a {font-size: 22px; padding: 0px 0px 4px 0px; margin: 0px 12px 0px 0px; letter-spacing: 0.7px; font-weight: 700;}
	}
	.nav-primary li.menu-item:last-child a {margin: 0px 0px 0px 0px;}
	.nav-primary li.menu-item:last-child {border: 0px solid #fff;}
	.nav-primary li.menu-item a {color: rgba(16,124,241,1.0); font-weight: 700;}
	.nav-primary li.menu-item a:visited {color: rgba(16,124,241,1.0);}
	.nav-primary li.menu-item a:hover, .nav-primary li.menu-item a:focus {color: rgba(16,124,241,1);}
  .nav-primary {text-align: center !important;}
  /* Sub Menu */
	.nav-primary li .sub-menu {padding-top: 6px; border-bottom: 3px solid; border-color: rgba(255,203,5,1);}
  .nav-primary li .sub-menu li.menu-item a, .nav-primary li .sub-menu li.menu-item a:visited {font-size: 15px; text-align: left; padding: 8px 8px; background-color: rgba(16,124,241,1); border-bottom: 0px solid; border-color: rgba(255,203,5,1); color: rgba(255,255,255,1); font-weight: 500;}
	.nav-primary li .sub-menu li.menu-item a:hover, .nav-primary li .sub-menu li.menu-item a:focus {color: rgba(255,203,5,1);}
  .nav-primary li .sub-menu li.menu-item:last-child a {}
	.genesis-nav-menu li ul li a:after {
		background: none repeat scroll 0 0 transparent;
	  bottom: 0;
	  content: "";
	  display: block;
	  height: 0px;
	}
	.custom-logo {padding: 9px 0px;}

	/* Underline on non-mobile menu */
		.genesis-nav-menu a:after {
		  background: none repeat scroll 0 0 transparent;
		  bottom: 0;
			top: 27px;
		  content: "";
		  display: block;
		  height: 3px;
		  left: 0%!important;
		  position: absolute;
		  background: rgba(16,124,241,1);
		  transition: width 0.3s ease 0s, left 0.3s ease 0s;
		  width: 0%;
		}
	  .genesis-nav-menu a:hover::after {
	      width: 100%;
	  }

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

	.site-inner {
		max-width: 1260px;
	}

  /* Full Width Page */
	.site-inner.full {
	    max-width: none;
	    padding: 0;
	}

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

	.content {
		float: left;
		width: 65%;
	}

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

	.full-width-content .content,
	.landing-page .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.inner-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
/* 		max-width: 1260px; */
		padding: 15px 0;
	}
	/* Adjust inner-content to keep left/right whitespace */
	@media screen and (max-width:1390px) {
	 .inner-content .content {
			width: 90%;
			max-width: 90%;
	  }
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

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

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

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

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

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

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

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

	.footer-widgets .wrap {
		max-width: 1260px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		/* width: calc(100% / 4); */
	}

}

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

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

}

/* Main Content Area Styles */
.content p {font-weight: 400; color: #000; font-size: 17px; letter-spacing: 0.5px;}
.content img {margin: 12px 0px; padding: 3px; border: 0px solid #e3e3e3;}
.content img.no-margin {margin: 0px 0px; padding: 3px; border: 0px solid #e3e3e3;}
.content img.aligncenter {margin: 12px auto; padding: 3px; border: 0px solid #e3e3e3;}
 @media screen and (max-width: 767px) {
  .content img {margin: 12px 4px; padding: 3px; border: 0px solid #e3e3e3;}
 }

/* Jobs by Steve Blue Button Style */
.vc_btn3-color-btn-jobsbysteve {font-family: 'Noto Sans', sans-serif; font-weight:500!important; color: rgba(255,255,255,1)!important; font-size: 18px!important; border-color: rgba(16,124,241,1)!important; border: 2px solid #0072bc!important; text-transform: none; background-color: rgba(16,124,241,1)!important; padding: 6px 36px 6px 22px!important;}
.vc_btn3-color-btn-jobsbysteve:hover {color: rgba(255,203,5,1)!important; font-size: 18px!important; font-weight:500!important; border-color: rgba(16,124,241,1)!important; border: 2px solid #107cf1!important; text-transform: none; background-color: rgba(16,124,241,1)!important;}

/* Jobs by Steve Learn More Button Style */
a.vc_btn3-color-btn-white-bg, a.vc_btn3-color-btn-white-bg:visited {color:rgba(16,124,241,1); text-transform: uppercase; font-family: 'Noto Sans', sans-serif; font-size: 19px!important; font-weight:500!important; padding: 8px 44px 8px 0px!important;}
a.vc_btn3-color-btn-white-bg:hover, a.vc_btn3-color-btn-white-bg:focus {color:rgba(255,203,5,1)!important; text-transform: uppercase; font-family: 'Noto Sans', sans-serif; font-size: 19px!important; font-weight:500!important;}

/* Jobs by Steve Icon Style */
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-blue .vc_icon_element-icon {color: rgba(58,77,129,1)!important;}
.testimonials .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon {font-size: 7.2em!important;}

/* Contact Form 7 Styles */
.wpcf7-form input, .wpcf7-form textarea {border-radius: 2px;}
.wpcf7-form input[type="submit"] {font-family: 'Noto Sans', sans-serif; font-size: 20px; font-weight:500; padding: 9px 15px; letter-spacing: 0.5px;}
input.wpcf7-form-control.wpcf7-submit {display: block; margin: 0 auto -30px auto;}
.wpcf7-submit {background-color: rgba(16,124,241,1.0)!important; border-color: rgba(16,124,241,1.0)!important; border: 0px solid!important; color: rgba(255,255,255,1.0)!important; border-radius: 2px!important;}
.wpcf7-submit:hover {background-color: rgba(16,124,241,0.75)!important; border-color: rgba(16,124,241,0.75)!important; color: rgba(255,255,255,0.9)!important; border-radius: 2px!important;}
.wpcf7-text {font-size:16px; padding: 12px;}
.wpcf7-response-output { display: none !important; }
.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder {
    font-weight: 500;
    opacity: 0.5;
    color: #555;
    font-family: 'Noto Sans', sans-serif;
}
.wpcf7-form .form-row {display: flex; margin-bottom: -4px; padding: 0px; margin-right: 0px;}
.wpcf7-form .one-half {padding-left: 0px; padding-right: 20px; margin: 0px 0px 14px 0px; width: 50%;}
.wpcf7-form .one-third {padding-left: 0px; padding-right: 20px; margin: 0px 0px 14px 0px; width: 33.2%;}
.wpcf7-form .one-half:last-child, .wpcf7-form .one-third:last-child {padding-right: 0px;}
.wpcf7-form .one-half:first-child {padding-right: 20px;}
.wpcf7-form .captcha-image {border: 0px!important; font-family: 'Noto Sans', sans-serif; font-size: 18px; margin-top: -14px; margin-bottom: -14px; text-align: left;}
.captcha-image svg {height: 42px!important; width: 42px!important; margin-bottom: -10px;}
.wpcf7-form p {margin: 10px 0px 20px 0px;}
.wpcf7-form p {font-family: 'Noto Sans', sans-serif;}
.wpcf7-form .wpcf7-list-item {font-family: 'Noto Sans', sans-serif;}
span.wpcf7-list-item { display: block; margin-bottom: 4px; margin-top: 2px;}
.novalidate {margin-bottom: 22px;}

/* Site Back Button
--------------------------------------------------------------*/
.site-back {
 display:block;
 height:40px;
 width:40px;
 position:fixed;
 bottom:0;
 right:0;
 box-shadow:0 0 0px rgba(0,0,0,0.05);
 overflow:visible;
 text-indent:100%;
 white-space:nowrap;
 background:rgba(190,196,213,1) url('https://www.jobsbysteve.com/wp-content/uploads/2023/04/to-top.svg') no-repeat center 50%;
 visibility:visible;
 opacity:0;
 -webkit-transition:all .3s;
 -moz-transition:all .3s;
 transition:all .3s;
 border-radius: 2%;
}

.site-back.top-is-visible {
 visibility:visible;
 opacity:1;
}

.site-back.top-fade-out {
 border: 0px solid #906e6e;
}

.no-touch .site-back:hover {
 background-color:red;
 opacity:1;
}
.site-back.top-is-visible:hover {
 background:rgba(190,196,213,0.8) url('https://www.jobsbysteve.com/wp-content/uploads/2023/04/to-top.svg') no-repeat center 50%;
}

@media only screen and (max-width: 480px) {
 .site-back {
 bottom:4px;
 right: 4px;
 }
}

@media only screen and (max-width: 768px) {
 .site-back {
 bottom:10px;
 right: 10px;
 }
}
@media only screen and (min-width: 768px) {
 .site-back {
 bottom:16px;
 right: 110px;
 }
}

@media only screen and (max-width: 1024px) {
 .site-back {
 right:30px;
 bottom:30px;
 }
}
/* End Site Back Button
--------------------------------------------------------------*/

/* tweaks to the WPBakery Image Carousel */
.vc_images_carousel .vc_carousel-control .icon-prev, .vc_images_carousel .vc_carousel-control .icon-next {font-size: 54px!important; color: rgba(255,255,255,1.0)!important; background-color: #000;}
.vc_images_carousel .vc_carousel-control .icon-prev::before, .vc_images_carousel .vc_carousel-control .icon-next::before {top:-34px!important;}

/* Home Page */
.services .vc_column_container img {transition: opacity 0.4s;}
.services .vc_column_container:hover img, .services .vc_column_container:focus img {opacity: 0.5;}
.services h3 {margin-bottom: 0px;}

/* Services Page */
.services-row img {margin-top: 0px; border: 0px; padding: 0px;}

/* Hamburger Menu */
.dashicons, .dashicons-before:before {
	font-size: 32px;
	height: 20px;
	width: 30px;
  margin-top: -4px;
}

/* custom code */

.site-back {
	z-index: 1;
}

/* hero */
.hero {
    margin-left: calc(-100vw/2 + 100%/2);
    margin-right: calc(-100vw/2 + 100%/2);
    background-image: url("http://svlts.com/wp-content/uploads/2023/06/WEBshutterstock_2196504379-1.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    z-index: -1;
    height: 100vh;
  }

.hero .hero-text {
    position: relative;
    color: white;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    max-width: 1260px;
}

.hero-text h1, .hero-text h2, .hero-text h3, .hero-text h4, .hero-text h5, .hero-text h6, .hero-text p {
	color: white !important;
}

.hero img {
    margin: 0px;
    padding: 0px;
}

.svlts-info-sub, .svlts-info-contact {
	max-width: 1260px;
    margin: 0 auto;
}

.svlts-info-sub h2 {
	color: white !important;
}

.svlts-info-sub {
    padding: 50px 0px;
}

/* slider section */



.ts-col-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 20px
}

.ts-col-3 {
    flex: 30%;
}

.ts-col-7 {
    flex: 70%;
    padding: 0px 80px
}

.h-info-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 40px;
    padding: 20px
}

.h-info-container img {
    width: 300px;
}

.h-slider-container {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    position: relative;
}

.h-slider-container .h-arrow {
    position: absolute;
    top: 20px;
    cursor: pointer;
    top: 50%;
    color: #fff;
    font-size: 48px;
    user-select: none;
}

.h-slider-container .h-arrow.h-left {
    left: -60px;
    color: #FFFFFF;
}

.h-slider-container .h-arrow.h-right {
    right: -60px;
    color: #FFFFFF;
}

.h-slide {
   background-color: #0058A4;
   border-radius: 20px;
   display: none;
}

.h-slide h1 {
    color: #122E51;
    background-color: white;
    padding: 20px;
    margin-bottom: 0px;
    border-radius: 0px 10px 0px 0px;
    text-transform: uppercase;
}

.h-slide.h-active {
     display: block;
}

.h-slide p {
    color: white;
}

.svlts-info {
    padding-bottom: 100px !important;
	margin-bottom: 0px !important;
}

.h-slide-in {
  animation: slide-in 0.5s forwards;
}

/* Define the slide-in animation */
@keyframes slide-in {
  from {
    transform: translateX(20%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.svl-ts-contact {
    background-color: grey !important;
    padding: 80px
}

.svl-ts-contact-sub {
    max-width: 1260px;
    margin: auto;
}

.svl-ts-contact .wpcf7-form-control.wpcf7-submit {
    margin: 0;
}

.svl-ts-contact h1, 
.svl-ts-contact h2, 
.svl-ts-contact h3, 
.svl-ts-contact h4, 
.svl-ts-contact h5, 
.svl-ts-contact h6,
.svl-ts-contact p {
    color: white !important;
}

.home .page {
    margin-bottom: 0px;
}

.content {
    padding-bottom: 0px !important;
	padding-top: 0px !important;
}

.form-container-sub {
    display: flex;
    column-gap: 20px;
}

.wpcf7-form input, .wpcf7-form textarea  {
    border-radius: 5px !important;
}

.form-container-sub p {
    flex: 1 1 300px;
}

.site-header {
    height: 100px;
    display: flex;
}

.entry {
	margin-bottom: 0px !important;
}

.title-area img {
    width: 200px !important;
}

.site-header .wrap {
    display: flex;
    align-items: center;
}

.wrap .title-area {
    margin: 0px;
    max-width: 100% !important;
}

.nav-primary {
    margin-top: 0px;
}


.menu li a {
    color: #122E51 !important;
    font-size: 18px !important
}

.genesis-nav-menu a:after {
    background: #122E51 !important;
}

.contact-btn {
    width: fit-content !important;
    padding: 6px 20px;
    background-color: #122E51;
    color: white;
    font-size: 24px;
    border-radius: 5px;
    border: 2px solid transparent;
    transition: .2s ease-in-out;
}

.contact-btn:hover {
    color: white;
    border: 2px solid white;
}

.wpcf7-submit {
    width: fit-content !important;
    padding: 8px 20px !important;
    background-color: #122E51 !important;
    color: white !important;
    font-size: 24px !important;
    border-radius: 5px !important;
    border: 2px solid transparent !important;
    transition: .2s ease-in-out !important;
}

.wpcf7-submit:hover {
    background-color: #122E51 !important;
    border: 2px solid white !important;
    border-radius: 5px !important;
}

.wpcf7-submit:hover {
    background-color: #122E51 !important;
    border: 2px solid white !important;
    border-radius: 5px !important;
}


.home .captcha-image .cf7ic_instructions span {
    color: #122E51 !important;
}

.home .captcha-image label > input:checked + svg {
    border: 3px solid #122E51;
    border-radius: 5px
}

.home .wpcf7-not-valid-tip {
    color: #122E51 !important;
    font-weight: bold;
    font-style: italic;
}

.menu li a span {
    text-transform: uppercase !important;
}

/* mobile styles */
@media screen and (max-width: 1400px) {
    .hero-text, .svlts-info-sub {
        padding: 0px 80px !important;
    }
    
    .h-info-container {
        flex-direction: column;
    }
    
    .svlts-info {
        padding-top: 100px
    }
    
    .h-slider-container {
        height: auto;
		display: flex;
    	align-items: center;
    }
    
    .hero {
        height: 700px
    }
	
	.h-info-container img {
        width: 250px !important;
    }
    
    .h-slider-container .h-arrow {
        top: 250px
    }
    
    .ts-col-container {
        flex-direction: column;
    }
    
    .h-slide {
        height: 600px;
    }
}

@media screen and (max-width: 1390px) {
    .inner-content .content {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .ts-col-container {
        flex-direction: column;
    }
}

@media screen and (max-width: 960px) {
    .inner-content .content {
        padding: 0px;
    }
    
    .hero {
        height: 500px
    }
    
    .ts-col-7 {
        padding: 0px 
    }
	
	.menu-toggle {
		display: none;
	}
}

@media screen and (max-width: 768px) {
    .hero-text h1 {
        font-size: 28px;
    }
    
    .svlts-info-sub span {
        font-size: 24px !important; 
    }
    
    .svlts-info-sub h2, .svl-ts-contact h2 {
        font-size: 24px;
    }
    
    .svl-ts-contact h3 {
        font-size: 20px;
    }
    
    .svlts-info h1 {
        font-size: 28px 
    }
    
    .form-container-sub {
        flex-direction: column;
    }
    
    .form-container-sub p {
        flex: 1 1 0px;
    }
    .h-slider-container {
        flex-direction: column;
        row-gap: 40px;
    }
    
     .h-slide {
         display: block !important;
         height: auto;
    }
    
    .h-slider-container .h-arrow {
        display: none;
    }
}


@media screen and (max-width: 500px) {
    .hero-text, .svlts-info-sub,  {
            padding: 0px 40px !important;
        }   

    .h-slider-container .h-arrow.h-left {
        left: -25px;
        color: #FFFFFF;
    }

    .h-slider-container .h-arrow.h-right {
        right: -25px;
        color: #FFFFFF;
    }

    .svl-ts-contact {
        padding: 50px 40px;
    }
    
    .h-slide p {
        font-size: 16px;
    }
}

@media screen and (max-width: 375px) {
 .hero-text, .svlts-info-sub {
        padding: 0px 40px !important;
    }   
}