 /*! 
Theme Name: simplimatic
Theme URI: http://underscores.me/
Author: LPD
Author URI: http://leadpointdigital.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: simplimatic
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

simplimatic is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Simplimatic Customization
	- Header
	- Footer
	- Page Content
	- Custom Blocks
	- WP Overwrites
	

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 50pt;
	line-height: 1;
	letter-spacing: -2px;
	font-weight: bold;
	color: #0E4168;
	margin-top: 0;
}

h2 {
	font-size: 48pt;
	line-height: 1.2;
	letter-spacing: -4px;
	font-weight: normal;
	color: #0E4168;
	margin-top: 0;
}

h3 {
	font-size: 30pt;
	font-weight: normal;
	color: #0E4168;
	margin: 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 50%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #58595B;
	font-family: "Nunito Sans", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

/*
#page.site {
	max-width: 1920px;
    width: 100%;
    position: relative;
    margin: 0 auto;
	overflow: hidden;
}
*/

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	overflow-x: hidden;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
	width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #58595B;
	text-decoration: underline;
}

/*
a:visited {
	color: #800080;
}
*/

a:hover,
a:focus,
a:active {
/*	color: #FFDA1B;*/
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul, .sub-container {
	width: 100%;
	max-width: 1625px;
/*	background-color: #E6E7E8;*/
	margin: 0 auto;
	position: absolute;
	left: -999em;
	z-index: 99999;
	font-size: 18px;
    padding: 25px;
	flex-flow: row wrap;
/*    align-items: center;*/
}

.main-navigation ul li:nth-of-type(2) ul { 
	flex-flow: column wrap;
	height: 300px;
}

.main-navigation ul li:nth-of-type(2) ul ul { 
	position: relative;
    left: 15px;
    top: 0;
    flex-flow: column;
    font-size: 16px;
    padding: 0;
    background-color: unset;
}

.main-navigation ul li:nth-of-type(2) ul ul li { 
	padding: 0 !important;
    margin: 5px 0;
}

.main-navigation ul li:nth-of-type(3) ul { 
	padding: 25px;
    margin: 0 5% 0 0;
    width: fit-content;
    flex-direction: column;
}

.main-navigation ul li:nth-of-type(3) ul li { width: 100% !important; } 

.main-navigation ul ul { background-color: #E6E7E8; }

.sub-container { padding: 0; }

.sub-container > ul {
	width: 25% !important;
	height: 300px;
	background-color: #E6E7E8 !important;
	position: unset !important;
	margin: 0 !important;
	padding: 25px !important;
	padding-right: 0px !important;
}

.sub-container .sub-container { width: 25%; margin: 0; }

.sub-container .sub-container ul { width: 100% !important; }

.sub-container .sub-container .sub-container > ul { flex-flow: row wrap !important; }

.sub-container .sub-container .sub-container ul li { width: 50% !important; padding: 10px 0 !important; }

.sub-container .sub-container .sub-container ul > li:hover a { color: #58595B !important; }

.sub-container .sub-container .sub-container ul > li a { pointer-events: none; }

.sub-container .sub-container .sub-container { width: 200%; }

.sub-container .sub-container .sub-container .sub-container { width: 50%; background-color: unset; }

.sub-container .sub-container .sub-container .sub-container  ul > li:hover a { color: #0E4168 !important; }

.sub-container .sub-container .sub-container .sub-container  ul > li a { pointer-events: unset; }

.sub-container .sub-container .sub-container .sub-container ul { 
	background-color: unset !important;
	flex-flow: column wrap !important;
    padding: 0 !important;
    padding-left: 40px !important;
}

.sub-container .sub-container .sub-container .sub-container ul li { 
	margin: 5px 0;
    font-size: 16px;
    width: 100% !important;
    padding: 0 !important;
}

.sub-container .sub-container .sub-container .sub-container ul li:first-child {  margin: 25px 0 5px 0; }

.sub-container > ul > li:hover > .sub-container {
	top: 0;
    left: 25%;
}

.sub-container > ul > li:hover > .sub-container > ul > li:hover > .sub-container  { left: 100%; } 

.sub-container > ul > li:hover > .sub-container > ul > li:hover > .sub-container li:first-child .sub-container  { left: 0; top: 47px; }

.sub-container > ul > li:hover > .sub-container > ul > li:hover > .sub-container li:last-child .sub-container  { left: 50%; top: 47px; }

/*
.sub-container .sub-container .sub-container > ul {
	width: 25% !important;
	background-color: #E6E7E8 !important;
	position: unset !important;
	margin: 0 !important;
	padding: 0 !important;
}
*/


/*
.sub-container > ul li > ul{
	width: 25% !important;
	background-color: #E6E7E8 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.sub-container > ul li > ul li > ul {
	width: 50% !important;
	background-color: #E6E7E8 !important;
	margin: 0 !important;
	padding: 0 !important;
}
*/

.main-navigation ul ul ul {
	width: 100%;
    max-width: 1275px;
	left: -999em;
/*	top: 0;*/
}

/*
.nav-menu li:first-of-type ul {
	flex-direction: column;
	align-items: flex-start;
}
*/

.main-navigation ul li:first-child ul li:hover > ul,
.main-navigation ul li:first-child ul li.focus > ul {
	display: block;
	left: 20%;
	top: 0;
}

.main-navigation ul ul > a {
	width: 200px;
}

.main-navigation ul li:hover > div,
.main-navigation ul li:hover > div > ul,
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: 0;
	right: 0;
	top: 150px;
}

.main-navigation ul li:nth-of-type(3):hover ul { left: auto; }

.main-navigation .nav-menu >  li {
	height: 100px;
    display: flex;
    align-items: center;
	align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
.menu-privacy-container{
    background-image: url(template-parts/assets/brushed-steel-texture.svg);
    background-repeat: no-repeat;
    background-size: cover;
    /* text-transform: uppercase; */
    position: relative;
    padding: 10px 20px;
}	
.menu-privacy-container ul{
display: flex;
width: 100%;
margin-left: 9%;
}
.menu-privacy-container li{
	list-style-type: none;
}
.menu-privacy-container li a{
	padding: 12px 12px;
	text-decoration: none;	
}
.menu-privacy-container li a:hover{
	text-decoration: underline;
}
.cookies a{
	position: absolute;
	left: 5%;
	top: 10px;
	cursor: pointer;
	text-decoration: none;
}
.cookies a:hover{
	text-decoration: underline;
}

.privacy-cookie-button{
	position: relative;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
/*	margin: 0 0 1.5em;*/
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
/*	margin: 1.5em 0 0;*/
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

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

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Header */

.site-header { width: 100%; padding: 0 50px; border-bottom: 1px solid #E6E7E8; }

.site-header #site-navigation {
	display: flex;
    justify-content: space-between;
    align-items: center;
}



.stationary-header {  
	width: 100%;
    padding: 0 50px;
	height: 50px; 
	border-top: 1px solid #E6E7E8; 
	border-bottom: 1px solid #E6E7E8; 
	display: flex;
    justify-content: space-between;
    align-items: center;
	position: sticky;
    top: 0;
    z-index: 10000;
    background-color: #fff;
}

.stationary-header .widget { margin: 0; }

.stationary-header .menu {
	display: flex;
    list-style: none;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

.stationary-header a {
	text-transform: uppercase;
	font-weight: 700;
	margin-right: 25px;
	letter-spacing: 1px;
	text-decoration: none;
}

.stationary-header a:hover { text-decoration: underline; }

.stationary-header li:last-of-type a { margin-right: 0; }

.main-navigation { height: 100px; }

.main-navigation img { width: 100%; height: 50px; }

.main-navigation .nav-menu > li > a {
	text-transform: uppercase;
	font-size: 1.4vw;
	margin-right: 50px;
	letter-spacing: 1px;
	position: relative
}

.main-navigation .nav-menu > li:hover a { top: -2px }

.main-navigation li:last-of-type a { margin-right: 0; }

.main-navigation .nav-menu > li:hover:before {  
	display: block;
	content: '';
	width: 85%;
    border: 2px solid #0E4168;
    position: relative;
    top: -28px;
}



.main-navigation .nav-menu .sub-menu li { 
	padding: 10px;
	width: 25%;
/*    text-align: center;*/
	text-transform: uppercase;
}

.main-navigation .nav-menu .sub-menu li:hover > a { color: #0E4168; }

.main-navigation .nav-menu li:first-child .sub-menu li { 
	padding: 10px;
	width: 100%;
	text-align: left;
	z-index: 1;
}

.main-navigation .nav-menu li:first-child .sub-container .sub-menu li:hover:after { 
	display: block;
	content: '';
	height: 2px;
	background-color: #0E4168;
    width: 100%;
	margin-top: 14px;
    
}

.main-navigation .nav-menu li:first-child .sub-container .sub-container .sub-container .sub-menu li:hover:after { 
	display: none;
    
}

.main-navigation .nav-menu li:first-child .sub-container .sub-menu li a {
	background: #E6E7E8;
    width: fit-content;
    padding: 0 10% 0 0;
    float: left;
}

.main-navigation .nav-menu > li:first-child .sub-container:before { 
	display: block;
	content: '';
	height: 300px;
	max-width: 406.25px;
    position: absolute;
    top: 0;
    left: 0;
}

/*
.nav-menu-image {
	display: none;
	max-width: 1625px;
	width: 75%;
    height: 300px;
    margin: 0px auto;
    position: absolute;
    top: 0px;
	right: 0px;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	pointer-events: none;
}

.shop-by > .sub-container {
	background-image: url('/wp-content/uploads/2021/08/shop-by-industry-menu.jpg');
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
*/



/* Footer
--------------------------------------------- */
.site-footer {
	width: 100%;
	background-image: url("template-parts/assets/brushed-steel-texture.svg");
	background-repeat: no-repeat;
	background-size: cover;
	text-transform: uppercase;
	position: relative;
	padding: 0 20px;
	margin-top: 50px;
}

.home .site-footer:before {
	content: '';
    width: 100%;
    height: 500px;
    background-image: url(template-parts/assets/globe-outline.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    text-transform: uppercase;
    position: absolute;
    bottom: 100%;
    opacity: 0.1;
    z-index: 0;
    overflow: hidden;
}

.site-footer > div {
	display: flex;
	width: 100%;
    max-width: 1625px;
	height: 350px;
    margin: 0 auto;
	padding: 25px 0;
	position: relative;
}

.site-footer div div {
	display: inherit;
	flex-direction: column;
	flex:0 0 33.333%;
}

.site-footer img { width:75%; }

.site-footer h1 { 
	margin: 0; 
	line-height: 1; 
	text-transform: none; 
}

.site-footer sup { font-size: 30pt; font-weight: 100; }

.site-footer ul { list-style: none; }

.site-footer ul li { margin-bottom: 5px; }

.site-footer div div:first-of-type { justify-content: space-between; }

.site-footer div div:last-of-type a { color: #0E4168; }

.site-footer div div:last-of-type p { position: absolute; bottom: 0; }

.site-footer .widget { margin-bottom: 10px; } 

.site-footer .widget h3 {
	margin: 0;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
	font-size: 18px;
}

@media screen and (max-width: 999px) {
	.site-footer { padding: 30px 30px 0; } 
	.site-footer > div { padding: 0; flex-direction: column; }
	.site-footer div div { flex: 0 0 0; }
	.site-footer > div > div:first-of-type { display: none; }
	.site-footer > div > div:last-of-type section { display: none; }
	.site-footer > div > div:last-of-type p { 
		font-size: 12px; 
		margin-top: 25px; 
		text-align: center; 
		position: relative; 
	}
	.site-footer ul { padding: 0; margin: 0; }
	body { overflow-x: hidden; }
}

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

/* Home Page
--------------------------------------------- */
.home main * { position: relative; z-index: 2; }

.home main { padding: 0; }

.home main h1 { color: #fff; margin: 0; margin-top: 175px; }

.home main > article > div > p {
	color: #fff;
    font-size: 18px;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 175px;
}

.home main .page-card { margin-bottom: 75px }
.home main .page-card a { text-decoration: none; }
.home main .wp-block-columns { padding: 0 10%; }

@media screen and (max-width: 999px) {
	.home main > article > div > p { width: 75%; margin: 25px auto; }
	.home main h1 { font-size: 35pt; margin-top: 75px; margin-bottom: 25px; }
	.home .header-video { top: -75px !important; }
}

/* Cartegory pages 
--------------------------------------------- */
main {
    width: 100%;
    max-width: 1625px;
    margin: 0 auto;
    padding: 0 25px;
	z-index: 4;
    position: relative;
}

.simple-cats-array, .news-cats-array { display: flex; flex-wrap: wrap; } 
.simple-cats-array { margin-top: 50px; }

.simple-cats-array a { 
	width: 385px; 
	margin-right: 8px;
	margin-bottom: 28px; 
	background-color: #0E4168; 
	text-decoration: none;
}

.simple-cats-array a h3, .page-card h3, .news-cats-array h3, .news-cats-array div { 
	width: 100%;
	text-transform: uppercase;
	margin: 0;
   	padding: .75em 1.75em;
    font-weight: normal;
}

.simple-cats-array a h3, .page-card h3 { 
	color: #fff;
    font-size: 18px;
}

.news-cats-array h3, .news-cats-array div { 
	color: #0E4168;
    font-size: 16px;
}

.news-cats-array div { 
	text-align: right;
}

.simple-cats-array a:hover, .page-card a:hover, .news-cats-array a:hover { background-color: #FFDA1B; }
.simple-cats-array a:hover h3, .page-card a:hover h3 { color: #0E4168; }

.news-cats-array a {
	width: 385px; 
	margin-bottom: 28px; 
	border: 1px solid #0E4168;
	display: flex;
    flex-direction: column;
	justify-content: space-between;
		
}

@media screen and (max-width: 900px) {
	.simple-cats-array, .news-cats-array { justify-content: center; }
}

/* Custom Blocks
--------------------------------------------- */

.header-video {
/*	background-color: black;*/
	min-height: 25rem;
	overflow: hidden;
	width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
	max-height: 850px;
}

.header-video img { width: 100% ; }

.header-video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(14, 65, 104, .8);
	opacity: 0.5;
	z-index: 1;
}

.header-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.tabs > ul {
	list-style: none;
    display: flex;
    border-bottom: 1px solid #0E4168;
    padding: 0;
	margin: 0;
}

.tabs > ul > li {
	padding: .667em 1.333em;
    border: 1px solid #0E4168;
    border-bottom: none;
}

.tabs > ul > li a {
    color: #0E4168;
}

.tabs div ul:first-of-type { margin-top: 1em; }

.tabs .active { background-color: #0E4168; }

.tabs .active a { color: #fff; }

.tabs > ul > li:hover { background-color: #E6E7E8; }

.tabs .active:hover { background-color: #0E4168; }

/*.tabs li:hover a { color: #fff; }*/

.page-card { 
	width: 100%; 
	margin-bottom: 50px; 
	display: flex;
    flex-direction: row;
    justify-content: center;
}

.page-card a { 
	width: 500px;
	background-color: #0E4168; 
	margin: 10px; 
/*	display: flex;*/
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
	text-decoration: none; 
}

.page-card h3 { 
/*	width: 60%;*/
	color: #fff;
	text-transform: uppercase;
	margin: 0;
   	padding: .75em 1.75em;
    font-weight: normal;
    font-size: 18px;
}

.page-card svg {
	width: 25%;
    margin: 0px 8% 0 0;
}

@media screen and (max-width: 62.5em) { 
	
	.page-card { flex-wrap: wrap; }
}

.accordion-block {
	margin: 14px 0;
	display: flex;
	flex-direction: column; 
}

.accordion-block .accordion-header {
    padding: 15px;
    cursor: pointer;
    position: relative; 
}

    
.accordion-block .accordion-header h2 { margin-bottom: 0; }
   
@media screen and (max-width: 767px) {
	.accordion-block .accordion-header h5 {
		padding-right: 15px; 
	}
}

.black h5 { color: #fff; }

.accordion-block .accordion-header h5:after {
	position: absolute;
    right: 20px;
    top: 38%;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    height: 15px;
    transform: rotate(45deg);
	transform-origin: center center;
    width: 15px;
}

.accordion-block:last-child .accordion-header {
	margin-bottom: 0; 
}

.accordion-block .accordion-text {
	height: 0;
	overflow-y: hidden;
	transition: all ease .25s;
	padding-left: 25px;
	padding-right: 25px; 
}

.accordion-block .accordion-text > *:first-child {
	margin-top: 25px; 
}

.accordion-block .accordion-text > *:last-child {
	margin-bottom: 25px;
}

.accordion-block.active .accordion-header {
	margin-bottom: 0;
}

.accordion-block.active .accordion-header h5:after {
	transform: rotate(135deg);
	top: 33%;
}

.accordion-block.active .accordion-text {
	display: block;
}

/*
.container .load .accordion-text {
	height: auto;
}
*/

.accordion-block.reps .accordion-header {
	background-color: white;
	font-size: 1.8rem;
	font-family: 'Arial Narrow', 'Arial', sans-serif;
	padding: 5px;
	font-weight: bold; 
}

.accordion-block.reps .accordion-header.accordion-header:after {
	content: '';
	content: "\f078";
	font-family: FontAwesome;
	position: absolute;
	right: 11px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%); 
}

.accordion-block.reps .accordion-text {
	border: none;
	height: auto;
	padding-left: 0;
}

.accordion-block.reps .accordion-text .tags-manager {
	margin-top: 0;
	padding-left: 0; 
}

/* WP Overwrites
--------------------------------------------- */
.wp-block-button__link, .submit-container input {
	background-color: #FFDA1B !important;
	color: #0E4168 !important;
	border-radius: unset;
	text-transform: uppercase;
	transition: unset !important;
}

.wp-block-button__link:hover, .submit-container input:hover {
	background-color: #0E4168 !important;
	color: #FFDA1B !important;
	border:  1px solid #FFDA1B !important;
}

.nf-form-layout { background: #0E4168; padding: 25px; margin-bottom: 25px; }
.nf-form-fields-required { display: none; }

.standardize-category-card-header .simple-cats-array h3 { height: 80px; }

.standardize-category-card-header h2 { font-size: 3.5vw; }

@media screen and (max-width: 990px) { 
	.standardize-category-card-header h2 { font-size: 45px; }
}


.full-width-color {
	width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 0;
	padding: 40px 150px;
    background-color: #E6E7E8;
}

@media screen and (max-width: 990px) { 
	.full-width-color { padding: 40px 20px; }
}

/*
.full-width-color > .wp-block-column, .full-width-color > .wp-block-columns {
	width: 100%;
    max-width: 1625px;
    margin: 0 auto;
}
*/

.full-width-color .wp-block-column > h3 { margin-bottom: 25px; }

.wp-block-columns:last-of-type { margin-bottom: 0 }

.vimeography-gallery { background-color: #0e4168;  }

.vimeography-gallery > div:last-of-type { height: 130px; margin: 10px 25px; }

.vimeography-gallery > div .swiper-button-prev, .vimeography-gallery > div .swiper-button-next { color: #fff; }

/* Menu Redesign 
--------------------------------------------- */
.s-header-contact-info div { display: flex; flex-flow: row wrap; }

.main-navigation-2 svg { stroke: #58595B; }

.main-navigation-2 .menu { display: flex; margin: 0; }
.main-navigation-2 ul { list-style: none; }
.main-navigation-2 ul > li:hover > a { color: #FFDA1B; }

.main-navigation-2 .menu > li {
	height: 100px;
    display: flex;
    padding-right: 25px;
    flex-direction: column;
    justify-content: center;
	text-align: center;
}

.main-navigation-2 .menu > li ul li { text-align: left; }

.main-navigation-2 .menu li:last-of-type { padding-right: 0; } 

.main-navigation-2 .menu > li:hover > a:after {
    display: block;
    content: '';
    width: 100%;
    border: 5px solid #FFDA1B;
    position: relative;
    bottom: -22px;
}

.main-navigation-2 .menu > li:hover svg { stroke: #FFDA1B; }

.main-navigation-2 .menu > li > a {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
    position: relative;
}

.main-navigation-2 .menu > li:hover > a { margin-top: 10px; }

.main-navigation-2 .menu > li > ul > li > a { 
	font-size: 22px; 
	font-weight: 700;  
	color: #0e4168;
	padding-left: 25px;
	display: block;
}

.main-navigation-2 .menu > li:not(.shop-by) > ul > li > a:after {
	display: block;
    content: '';
    width: 100px;
    border: 2px solid #0e4168;
    position: relative;
/*	left: 25px;*/
	margin: 10px 0;
}

.main-navigation-2 .menu > li:not(.shop-by):hover > ul { display: flex; justify-content: flex-end; }
.main-navigation-2 .menu > li:not(.shop-by):hover > ul li ul { 
	display: block;
    padding: 0;
    position: relative;
    top: 0;
	margin: 25px 0 0 0;
}

.main-navigation-2 .menu > li:not(.shop-by) > ul { 
	display: none;
    position: absolute;
	right: 0;
    top: 150px;
    background-color: #E6E7E8;
    margin: 0 auto;
    z-index: 99999;
    font-size: 18px;
    padding: 50px 3%;
	border-bottom: 10px solid #FFDA1B;
}

.main-navigation-2 .menu li:not(.shop-by) ul ul li a { 
	margin:0;
	line-height: 1;
	padding: 6px 25px;
	display: block;
	font-size: 16px;
}

/* Shop By menu options 
--------------------------------------------- */
.main-navigation-2 > a  { width: 30%; height: auto; }

.main-navigation-2 > a img { max-width: 100%; }

.main-navigation-2 .menu > .shop-by > ul > li {
	height: 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
} 
.main-navigation-2 .menu > .shop-by > ul > li:not(:first-of-type):hover { padding-top: 11px; height: 69px; }
.main-navigation-2 .menu > .shop-by > ul > li:not(:first-of-type):hover > a:after {
    display: block;
    content: '';
    width: 100%;
    border: 5px solid #E6E7E8;
    position: relative;
    bottom: -15px;
}
.main-navigation-2 .menu > .shop-by > ul > li > a { color: #fff; } 
.main-navigation-2 .menu > .shop-by > ul > li:hover > a { color: #FFDA1B; }
.main-navigation-2 .menu > .shop-by > ul > li:first-of-type > a { font-size: 22px; pointer-events: none; color: #fff !important}
.main-navigation-2 .menu > .shop-by > ul > li:not(:first-of-type) > a { 
	font-size: 20px; 
	font-weight: 200; 
	text-transform: uppercase; 
	margin-right: 10px;
}
.main-navigation-2 .menu > .shop-by ul { 
	display: none;
/*
	width: 100%;
	max-width: 1625px;
*/
	right: 0;
    margin: 0 auto;
    z-index: 99999;
}
.main-navigation-2 .menu > .shop-by:hover > ul { 
	display: flex;
	position: absolute;
	justify-content: flex-end; 
	align-items: center;
	background-color: #0e4168; 
	top: 150px;
	padding-right: 40px;
	width: 100%;
}
.main-navigation-2 .menu > .shop-by > ul > li:hover > ul { 
	display: flex ; 
	position: absolute;
	justify-content: space-between;
	background-color: #E6E7E8; 
	top: 75px;
	padding: 50px 3%;
	border-bottom: 10px solid #FFDA1B;
}
.main-navigation-2 .menu > .shop-by > ul > li:hover > ul > li:first-of-type > ul { display: flex; padding: 0; } 
.main-navigation-2 .menu > .shop-by > ul > li:hover > ul > li ul { display: block; padding: 0; } 
.main-navigation-2 .menu > .shop-by > ul > li > ul > li > a { 
	font-size: 22px; 
	font-weight: 700;  
	color: #0e4168;
	padding-left: 25px;
}
.main-navigation-2 .menu > .shop-by > ul > li > ul > li > a:after {
	display: block;
    content: '';
    width: 100px;
    border: 2px solid #0e4168;
    position: relative;
	left: 25px;
	margin: 10px 0;
}
.main-navigation-2 .menu > .shop-by > ul > li > ul > li:first-of-type > ul > li > a { 
	font-size: 18px; 
	color: #0e4168; 
	font-weight: 700;
}
.main-navigation-2 .menu > .shop-by > ul > li > ul > li:first-of-type > ul > li > ul li:hover { background-color: #FFDA1B; }
.main-navigation-2 .menu > .shop-by > ul > li > ul > li:last-of-type > ul > li:hover { background-color: #FFDA1B; }
.main-navigation-2 .menu > .shop-by ul ul ul li:hover a { color: #58595B; }
.main-navigation-2 .menu > .shop-by > ul > li > ul > li:first-of-type { width: 800px; }
.main-navigation-2 .menu > .shop-by > ul > li:last-of-type > ul > li:first-of-type { width: 540px; padding-left: 17px; }
.main-navigation-2 .menu > .shop-by > ul > li > ul > li:last-of-type { width: 270px; padding-left: 17px; }
.main-navigation-2 .menu > .shop-by > ul > li > ul > li:first-of-type > ul { border-right: 1px solid #c1c1c1; }
.main-navigation-2 .menu > .shop-by > ul > li:nth-of-type(3) > ul > li:first-of-type > ul {
	height: 375px;
    flex-flow: column wrap;
    border-right: 1px solid #c1c1c1;
}
.main-navigation-2 .menu > .shop-by > ul > li:not(:last-of-type) > ul > li:first-of-type > ul > li { width: 33%; margin-bottom: 25px; }
.main-navigation-2 .menu > .shop-by > ul > li:nth-of-type(2) > ul > li:first-of-type > ul > li { margin-right: 15px; }
.main-navigation-2 .menu > .shop-by > ul > li:last-of-type > ul > li:first-of-type > ul > li { width: 270px; }

/* Conveyors menu options 
--------------------------------------------- */
.main-navigation-2 .menu > li:not(.shop-by):nth-of-type(2) > ul { padding: 50px 0px 0px 3%; }
.main-navigation-2 .menu > li:not(.shop-by):nth-of-type(2) > ul > li:first-of-type { width: 700px;}
.main-navigation-2 .menu > li:not(.shop-by):nth-of-type(2) > ul > li:first-of-type > ul { 
	display: flex;
	flex-flow: column wrap;
	height: 580px;
	Margin-top:75px;
}
.main-navigation-2 .menu > li:not(.shop-by):nth-of-type(2) > ul > li:first-of-type > ul > li > a { 
	font-size: 18px; 
	color: #0e4168; 
	font-weight: 700;
}
.main-navigation-2 .menu > li:not(.shop-by):nth-of-type(2) > ul > li:first-of-type > ul > li { width: 33%; margin-bottom: 10px; }
.main-navigation-2 .menu > li:not(.shop-by):nth-of-type(2) > ul > li:nth-of-type(2) { width: 250px;}
.main-navigation-2 .menu > li:not(.shop-by):nth-of-type(2) > ul > li:last-of-type { width: 270px; padding-left: 17px; }
.main-navigation-2 .menu > li:not(.shop-by):nth-of-type(2) > ul > li:nth-of-type(2) > ul { 
	border-right: 1px solid #c1c1c1; 
	padding-right: 18px;
	height: 500px;
}
.main-navigation-2 .menu > li:not(.shop-by):nth-of-type(2) > ul > li:not(:nth-of-type(1)) ul li:hover { background-color: #FFDA1B; }
.main-navigation-2 .menu > li:not(.shop-by):nth-of-type(2) > ul > li:not(:nth-of-type(1)) ul li:hover a { color: #58595B; }
.main-navigation-2 .menu > li:not(.shop-by):nth-of-type(2) ul ul ul li:hover { background-color: #FFDA1B; }
.main-navigation-2 .menu > li:not(.shop-by):nth-of-type(2) ul ul ul li:hover a { color: #58595B; }

.sub-header > a { 
	font-size: 22px !important;
    font-weight: 700;
    color: #0e4168;
    padding-left: 25px;
    display: block;
}

.sub-header:hover { background-color: unset !important; } 
.sub-header:hover > a { color: #000 !important; }

.sub-header > a:after {
	display: block;
    content: '';
    width: 100px;
    border: 2px solid #0e4168;
    position: relative;
/*	left: 25px;*/
	margin: 10px 0;
}

/* Auto Systems menu options 
--------------------------------------------- */
.main-navigation-2 .menu > li:not(.shop-by):nth-of-type(3) ul  ul li:hover { background-color: #FFDA1B; }
.main-navigation-2 .menu > li:not(.shop-by):nth-of-type(3) ul ul li:hover a { color: #58595B; }
.main-navigation-2 .menu > li:not(.shop-by):nth-of-type(3) > ul > li { width: 270px; padding-left: 17px; }
.main-navigation-2 .menu > li:not(.shop-by):nth-of-type(3) > ul > li:nth-of-type(2) > ul { border-right: 1px solid #c1c1c1; padding-right: 18px }
.main-navigation-2 .menu > li:not(.shop-by):nth-of-type(3) ul  ul li:hover { background-color: #FFDA1B; }
.main-navigation-2 .menu > li:not(.shop-by):nth-of-type(3) ul ul li:hover a { color: #58595B !important; }

/* Search Bar
--------------------------------------------- */
.main-navigation-2 .search-form { display: none; }

.main-navigation-2 .search-form.open {
	position: absolute;
    width: 100%;
    background-color: #0e4168;
    right: 0;
    left: 0;
    display: flex;
	justify-content: center;
	align-items: center;
    height: 75px;
    top: 150px;
    z-index: 9999;
}

.main-navigation-2 .search-form { width: 500px; } 
    
.main-navigation-2 .search-form .search-field {
	color: #fff;
	background-color: rgba(0,0,0,0);
    border: none;
	border-radius: 0px;
    border-bottom: 2px solid #fff;
    width: 500px;
    font-size: 26px;
    text-transform: uppercase;
	outline: unset;
}
.main-navigation-2 .search-form .search-field::placeholder { color: #fff; }
.main-navigation-2 .search-form .search-field:-ms-input-placeholder { color: #fff; }
.main-navigation-2 .search-form .search-field::-ms-input-placeholder { color: #fff; }
.main-navigation-2 .search-form .icon { background: none; border: 0; }

/* Mobile Nav
--------------------------------------------- */
.menu-toggle,
.mobile-navigation.toggled ul,
.mobile-navigation .menu-mobile-nav-container {
	display: block;
	margin-left: 0;
}
.mobile-navigation { display: flex; justify-content: space-between; flex-wrap: wrap; }
.mobile-navigation > a { width: 200px; padding: 32px 0; }
.mobile-navigation .menu-toggle { 
	display: block;
	width: 25%; 
	height: 100px;
    padding: 0;
    border: none;
	border-radius: 0;
    background: none;
	background-color: #fff;
	text-align: end;
}
/*.mobile-navigation.toggled .menu-toggle { margin-right: 15px; }*/
.mobile-navigation .mobile-menus-container {  
	display: none;
	background-color: #0E4168;
	position: absolute;
    top: 103px;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
	bottom: 0;
	z-index: 999;
	padding-top: 20px;
}
.mobile-navigation.toggled .mobile-menus-container { display: block; }
.mobile-navigation ul { list-style: none; }
.mobile-navigation.toggled ul li a { color: #fff; }
.mobile-navigation.toggled ul li ul { margin: 0; padding: 0 10px; }
.mobile-navigation.toggled .menu-mobile-nav-container ul li { margin: 10px 0; }
.mobile-navigation.toggled .menu-mobile-nav-container > ul > li { position: relative; }
.mobile-navigation.toggled .menu-mobile-nav-container > ul > li > a { font-size: 20px; text-transform: uppercase; }
.mobile-navigation.toggled .menu-mobile-nav-container > ul > li:first-of-type > ul > li:first-of-type > a { font-size: 18px; font-weight: 700; }
.mobile-navigation.toggled .menu-mobile-nav-container > ul > li:first-of-type > ul > li:not(:first-of-type) > a { 
	font-size: 16px; 
	margin-left: 18px; 
	text-transform: uppercase; 
}
.mobile-navigation.toggled .menu-mobile-nav-container > ul > li:not(:first-of-type) > ul > li > a { 
	font-size: 16px; 
	margin-left: 18px; 
	text-transform: uppercase;
	display: block;
}
.mobile-navigation.toggled div  div > ul > li p { 
	content: '';
	background-image: url("/wp-content/themes/simplimatic/template-parts/assets/chevron-down.svg");
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	right: 3em;
	top: 10px;
	margin: 0;
}
.mobile-navigation.toggled .menu-mobile-nav-container > li > ul > li > a { font-size: 18px; }

.menu-toggle #menu-ham { stroke: #0E4168; }
.mobile-navigation.toggled .menu-toggle #menu-ham { display: none; }

.menu-toggle #menu-x { display: none; }
.mobile-navigation.toggled .menu-toggle #menu-x { display: inline; stroke: #0E4168 }

.mobile-navigation.toggled div > ul > li > ul { display: none; }

.mobile-navigation.toggled .menu-stationary-header-menu-container > ul { border-bottom: 1px solid #c1c1c1; margin: 15px 30px; padding: 6px 12px; }
.mobile-navigation.toggled .menu-stationary-header-menu-container li { margin-bottom: 10px; }
.mobile-navigation.toggled .menu-stationary-header-menu-container a { font-size: 16px; text-transform: uppercase; }

.mobile-navigation.toggled .s-header-contact-info div { display: flex; flex-flow: column; margin-left: 40px; }
.mobile-navigation.toggled .s-header-contact-info a { color: #fff; font-size: 16px; margin-bottom: 5px; }

@media screen and (min-width: 990px) { .mobile-navigation { display: none; } }

@media screen and (max-width: 990px) { 
	#menu-top-menu, #navigation { display: none; }
	.site-header { padding: 0 25px; }
}

/* Media Queries 
--------------------------------------------- */
@media screen and (min-width: 1000px) {
	.mobile-navigation .menu-mobile-nav-container { display: none; }
}

@media screen and (max-width: 999px) {
	.main-navigation-2 { display: none !important; }
	.stationary-header { display: none !important; }
}

@media screen and (max-width: 1228px) { 
	.main-navigation-2 .menu > li:first-of-type:hover > a:after,
	.main-navigation-2 .menu > li:nth-of-type(3):hover > a:after { bottom: -4px; }
}
@media screen and (max-width: 1130px) { 
	.main-navigation-2 .menu > .shop-by:hover > ul { left: 0; }
	.main-navigation-2 .menu > .shop-by > ul > li:not(:last-of-type):hover > ul { left: 0; }
	.main-navigation-2 .menu > .shop-by > ul > li > ul > li:first-of-type { width: 700px }
	.main-navigation-2 .menu > .shop-by > ul > li:nth-of-type(3) > ul > li:first-of-type > ul { height: 410px; }
}
@media screen and (max-width: 1085px) { 
	.main-navigation-2 .menu > li:nth-of-type(2):hover > ul { left: 0; }
	.main-navigation-2 .menu > .shop-by > ul > li:first-of-type > a { font-size: 20px; }
}

/*Last Minute Hovers
---------------------------------------------*/
.main-navigation-2 ul > li:hover > a { color: #FFDA1B; }
.main-navigation-2 ul > li > ul > li > a:hover { color: #000; }
.main-navigation-2 ul > li > ul > li:first-of-type > ul > li > a:hover { color: #000 !important; }
.main-navigation-2 ul > li > ul > li:first-of-type > ul > li > ul > li > a:hover { color: #58595B !important; }
/*.main-navigation-2 ul > li > ul > li > ul > li:first-of-type > ul > li > ul > li > a:hover { color: #58595B !important; }*/


.main-navigation-2 ul > .shop-by > ul > li > ul > li:first-of-type > a:hover { color: #000 !important; }
.main-navigation-2 ul > .shop-by > ul > li > ul > li:first-of-type  > ul > li > a:hover { color: #000 !important; }
.main-navigation-2 ul > .shop-by > ul > li > ul > li:first-of-type > ul > li > ul > li > a:hover { color: #58595B !important; }

.main-navigation-2 ul > .shop-by > ul > li > ul > li:last-of-type > a:hover { color: #000 !important; }
.main-navigation-2 ul > .shop-by > ul > li > ul > li:last-of-type  > ul > li > a:hover { color: #58595B !important; }


/*--------------------------------------------- 
END Menu Redesign */


/*Resource Page Documents
--------------------------------------------- */
.resource-arrow { margin: 50px 0; }
.resource-arrow .wp-block-column:first-of-type { padding-top: 20px; }
.resource-arrow h3 { margin-bottom: 25px; }
.resource-arrow a { 
	display: flex;
	align-items: center;
	font-size: 20px; 
	color: #0E4168; 
	font-weight: 600; 
}
.resource-arrow a:after { 
	content: '';
	display: block;
	width: 50px;
	height: 10px;
	background-image: url("template-parts/assets/arrow-right-resources.svg");
	background-repeat: no-repeat;
	margin-left: 10px;
}
.resource-arrow img { width: 90%; }
.resource-arrow .wp-block-file { border-bottom: 1px solid #c1c1c1; padding-bottom: 12px; }
.resource-arrow .wp-block-file:last-of-type { border-bottom: 0px; }
.resource-arrow:last-of-type { margin-bottom: 50px; }
.resource-arrow:last-of-type .wp-block-file { border-bottom: 0px; padding-bottom: 0; margin-bottom: 10px; }
.resource-arrow:last-of-type a:before { 
	content: '';
	display: block;
	width: 25px;
	height: 30px;
	background-image: url("template-parts/assets/pdf-icon.svg");
	background-repeat: no-repeat;
	margin-right: 10px;
}

.no-scroll { overflow: hidden; }

/*Awards Page
--------------------------------------------- */
.recent-awards { padding-right: 6%; }
.recent-awards figure { margin-right: 5%; text-align: end; }
.recent-awards img { width: 60%; }
.post-301 .wp-block-columns { padding-right: 6%; }


/*Scrollbar Modifications
--------------------------------------------- */
html {
  --scrollbarBG: #c1c1c1;
  --thumbBG: #0E4168;
}
body::-webkit-scrollbar {
  width: 15px;
}
body {
/*  scrollbar-width: thin;*/
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
/*  border-radius: 6px;*/
  border: 3px solid var(--scrollbarBG);
}

/*Back to Top Button
--------------------------------------------- */
#toTopBtn {
	width: 50px;
	height: 50px;
	text-align: center;
	position: fixed;
	bottom: 20px;
	right: 20px;
	transition: background-color 0.3s ease 0s, opacity 0.5s ease 0s, visibility 0.5s ease 0s;
	z-index: 1000;
	box-shadow: rgb(0 0 0 / 20%) 0px 10px 40px 0px;
	cursor: pointer;
	padding: 0;
	background-color: #0E4168;
    border-color: #0E4168;
}

#toTopBtn svg { width: 75%; margin-top: 7px; fill: #fff; }

/* Timeline Block */
.reman-parts-block {
	margin-top: 125px;
	margin-bottom: 125px;
	position: relative;
}

.reman-parts-block:after {
	content: '';
	position: absolute;
	height: 99%;
	width: 5px;
	background-color: #0e4168;
	top: 0;
	left: calc(50% - 2.5px);
}

.reman-row {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 125px;
	position: relative;
	z-index: 10;
}

.reman-row:nth-child(even) { flex-direction: row-reverse; }
.reman-row:nth-child(even) .text { text-align: left; padding-left: 25px; }
.reman-row:nth-child(even) .hover-image { text-align: right; padding-right: 25px; }

.reman-row:nth-child(odd) .text { text-align: right; padding-right: 25px; }
.reman-row:nth-child(odd).hover-image { transform: translateX(50%); }

.reman-row:last-child { margin-bottom: 0; }
.reman-row div { flex-basis: 33%; }

.reman-row .icon { max-width: 120px; max-height: 120px; }
.reman-row .icon img { max-width: 100%; }

/*.reman-row .text { text-transform: uppercase; }*/

/*.reman-row .hover-image { opacity: 0; transition: all ease 0.5s; position: relative; }*/
.reman-row .hover-image img {
	max-height: 300px;
	max-width: 300px;
/*
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
*/
}

/*
		&:hover {
			&:nth-child(even) {
				.hover-image {
					opacity: 1;
					transform: translateX(-25%);
				}
			}

			&:nth-child(odd) {
				.hover-image {
					opacity: 1;
					transform: translateX(25%);
				}
			}
*/
.hide-history { display: none; }		

@media screen and (max-width: 599px) { 
	.reman-parts-block { display: none; }
	.hide-history { display: flex; }
}



/* Last minute touches */
#nf-label-field-44 { color: #fff; }

p a, li a { text-decoration: underline;  }
header nav li a, footer li a { text-decoration: none;  }

.make-small img { width: 75%; }

.resource-arrow-pdf a {
	display: flex;
    align-items: center;
    font-size: 20px;
    color: #0E4168;
    font-weight: 600;
	text-decoration: none;
}

.resource-arrow-pdf a:after { 
	content: '';
	display: block;
	width: 50px;
	height: 10px;
	background-image: url("template-parts/assets/arrow-right-resources.svg");
	background-repeat: no-repeat;
	margin-left: 10px;
}

.resource-arrow-pdf a:before { 
	content: '';
	display: block;
	width: 25px;
	height: 30px;
	background-image: url("template-parts/assets/pdf-icon.svg");
	background-repeat: no-repeat;
	margin-right: 10px;
}

@media screen and (max-width: 1130px) { 
.menu-privacy-container ul {
    display: inline;
    width: 100%;
    margin-left: 12%;
}
	.menu-privacy-container li a {
    padding-left: 3%;
}
}
/*Job Pages - outside of theme
--------------------------------------------- */
h1.join-team{
    font-size: 45pt;
    line-height: 1.2;
    letter-spacing: -2px;
    font-weight: bold;
    color: #fff;
    margin-top: 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -70vw !important;
    margin-right: -50vw !important;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    max-width: unset !important;
    background-color: #0E4168;
    padding-left: 21%;
    margin-bottom: 0px;
}
h2.jt-special{
	font-size: 38pt;
    line-height: 1;
    letter-spacing: -1px;
    font-weight: normal;
    color: #0E4168;
    margin-bottom: 0px;
    padding-top: 20px;
	}
h2.join-team{
    font-size: 40pt;
    line-height: 1.5;
    letter-spacing: -1px;
    font-weight: bold;
	color: #fff;
    margin-top: 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    background-position: center;
    background-repeat: no-repeat;
    text-align: left;
	padding-left: 9%;
    max-width: unset !important;
    background-color: #0E4168;
    margin-bottom: 40px;	
}
.bluepar{
	color: #0E4168;
	font-weight: 400;
}
.join-team-main-image{
	position: relative;
	z-index: 9;
}
.job-openings-list h2{
	letter-spacing: 0px;
}
.job-openings-list a{
	color: #0E4168;
    text-decoration: none;
	font-size:24px; 
}
.job-openings-list a:hover{
	color: #0E4168;
    text-decoration: underline;
}
.job-openings-list ul{
	display: grid;
    grid-template-columns: repeat(2,1fr);
	width: 70%;
}
  
.job-openings-list li a{
   list-style: none;
        }
  
.job-openings-list li a::before{
    content: "\00BB";
	font-size: 38px;
    padding-right: 10px;
        }
@media screen and (max-width: 1100px) {
	.job-openings-list ul{
    width: 100%;
}
h1.join-team {
    padding-left: 55%;
}
}
@media screen and (max-width: 599px) {
	.job-openings-list ul{
	display: grid;
    grid-template-columns: auto;
    width: 100%;
}}
.job-op .wp-block-button__link:hover, .submit-container input:hover {
	border: 0px solid #FFDA1B !important;
}
	