/*!
Theme Name: Trackman
Theme URI: http://underscores.me/
Author: LLYC
Author URI: http://llyc.global
Description: Custom theme for Trackman
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: trackman
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.

Trackman 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

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

/*--------------------------------------------------------------
# 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%;
    scroll-behavior: smooth;
}

/* 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: 2em;
	margin: 0.67em 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: 75%;
	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: #002247;
	font-family: ff-meta-web-pro, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    font-family: din-2014, sans-serif;
}

p {
	margin-bottom: 1.5em;
    font-family: ff-meta-web-pro, sans-serif;
    font-size: 17px;
        margin-top: 0;
}
ul, ol {
    font-family: ff-meta-web-pro, sans-serif;
    font-size: 17px;
}

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;
        background-image: url(/wp-content/uploads/long-tracks-4.jpg);
    background-repeat: repeat-y;
        background-size: contain;
}

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

ul,
ol {
    margin: 0;
    padding: 0 0 1.3em 17px;
}

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #003e92;
    text-decoration: none;
}

a:visited {
	color: #003e92;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: none;
    border-radius: 20px;
    background: #0e85c4;
    color: #fff;
    line-height: 1;
    padding: 13px 40px 12px;
    text-transform: uppercase;
    font-family: din-2014, sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    transition:0.7s all;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #fff;
    color: #002247;
}

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

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    display: flex;
    flex-direction: column;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

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

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation li {
    position: relative;
    line-height: 22px;
    margin-left: 15px;
}
.main-navigation ul ul li {
    margin: 0;
    padding: 7px 0 0;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    padding-left: 10px;
    margin-left: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color:#fff;
    transition: 0.7s all;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6)
}
.main-navigation a:hover, .main-navigation a.active, .main-navigation li.current_page_ancestor > a, .main-navigation li.current-menu-item > a{
    color:#0e85c4;
}
.main-navigation a:before {
    content: "";
    display: inline-block;
    background-color: #0e85c4;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    margin: 0 20px 0 0;
    position: absolute;
    top: 9px;
    left: 0;
}
.main-navigation ul ul li a:before {
    display:none;
}
.main-navigation li:first-child a {
    margin-left:0;
    padding-left:5px;
}
.main-navigation li:first-child a:before {
    display:none;
}
.main-navigation ul ul li a {
    font-size: 13px;
    border: none;
    transition: 0.7s all;
    padding-left: 10px;
    margin-left: 10px;
}
.main-navigation ul li:first-child ul li:first-child a {
    padding-left: 5px;
    margin-left: 0px;
}
.main-navigation ul ul li:first-child a {
    padding-left: 10px;
    margin-left: 10px;
}
.main-navigation ul ul li a:hover {
    border-bottom: none;
    background-color: #fff;
    text-shadow: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
        justify-content: flex-end;
	}
}

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

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

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

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

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0em;
}
/* Main Theme Styles
------------------------------------------------*/
h1{
    font-size: 90px;
    margin: 0;
    line-height: 80px;
    text-transform: uppercase;
    color: #fff;
}
section h1 {
    color: #000000;
    font-size: 70px;
}
h2{
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    color: #000;
}
h3{
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
    color: #000;
}
h4 {
    font-size: 22px;
    text-transform: uppercase;
    color:#0d85c4;
    line-height: 27px;
}
h5 {
    text-transform: uppercase;
    font-size: 18px;
    opacity: 0.5;
    margin: 0 0;
}
p:has(img), p img {
  margin: 0;
}
h5 + h2 {
  margin-top: 0;
}
h5 + h3 {
  margin-top: 0;
}
table h4 {
    margin: 0;
    font-size: 20px;
}
.timeline h3 {
    font-size: 70px;
    font-weight: 100;
    margin: 0 0 30px 0;
}
header#masthead {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
    border-top: 10px solid #0e85c4;
}
.toolbar {
    height: 60px;
    margin: 0;
    padding: 30px 5% 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    font-size: 15px;
}
.toolbar-dealer {
    margin: 0px 20px;
}
.toolbar-message {
    display: flex;
    align-items: center;
    gap: 8px;
}
.toolbar-message-icon {
    width: 25px;
    height: auto;
    margin-top: 6px;
}

form.searchwp-form .searchwp-form-input-container .swp-input {
    border-radius: 30px;
    padding: 6px 15px 8px;
}
input.swp-input--search.swp-input {
    border-radius: 30px;
}
.mobile-search-popup {
    position: relative;
    width: 200px;
}
.site-branding {
    width: 400px;
}
.brand-and-nav {
    position: relative;
    padding: 15px 5% 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.track-segment {
  position: absolute;
  width: 100%;
    height: 100%;
  background-size: cover;
  background-repeat:repeat;
  opacity: 0;
  transition: opacity 2s ease;
    z-index:-2
}
.track-segment-1 {

    top: 90vh;
    height: 200vh;
    left: 0;
}
.page-banner-none .track-segment-1 {
    top: 0;
}
.page-banner-standard .track-segment-1 {
    top: 0;
}
.track-segment.in-viewport{
    opacity:1;
}
.banner {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 27vh;
    background-size: cover;
    background-position: bottom;
}
.banner-gradient{
background: #2A7B9B;
background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    height:25vh;
    position:absolute;
    top:0;
    width:100%;
}
.banner.banner-large{
   height: 90vh; 
    z-index: -1;
background-position: center bottom;
}
.page-banner-large {
    margin-top: 90vh;
}
.banner.banner-standard{
   height: 55vh; 
}
.banner-standard .banner-heading {
    position: absolute;
   bottom: -15px;
    left: 5%;
}
.page-banner-standard {
    margin-top: 55vh;
}
.banner-nose {
    position: absolute;
    width: 4%;
    bottom: -3vh;
}
.banner-large .banner-nose {
    display:none;
}
.banner.banner-none {
    height: 275px;
    background-color: #013d8f;
    padding-top: 0;
            background-image: url(/wp-content/uploads/bg-pattern-01.png);
    background-repeat: repeat;
    background-size: auto;
}
.page-banner-none, .search .page-banner-none {
    margin-top: 250px;
}
.banner.banner-large .banner-heading {
    padding-left: 55%;
}
.banner-card {
    margin-top: -64px;
}
.search .page-banner-standard{
    margin-top: 350px;
}
.search main#primary {
    margin-top: 350px;
}
.search-result-image {
    width: 25%;
}
.search-result-content {
    width: 75%;
}
.search-result-content h2 {
    margin-top: 0;
    margin-bottom: 10px;
}
.search-results article {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 5%;
    margin: 50px 0;
    border-bottom: 1px solid #0e85c4;
    padding: 0 0 50px 0;
    align-items: center;
}
.search-results article:last-child {
    border:none;    
}
.banner-card-header {
    background-color: #002247;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
padding: 15px 30px 13px;
    text-align: center;
}
.banner-card-header h3 {
    color: #fff;    
    margin:0;
    padding:0;
}
.banner-card-body {
    background-color: #0e85c4;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 50px;
    color: #fff;
    position: relative;
}
.banner-card-image {
    position: absolute;
    left: -6%;
    top: 20px;
    width: 270px;
}
.banner-card-content {
    padding: 0 0 0 210px;
}
.container{
    width:1100px;
    margin: 0 auto;
}
.columns {
    display: flex;
    justify-content: space-between;
    column-gap: 60px;
    align-items: flex-start;
}
section .columns div h2:first-child, section .columns div h3:first-child {
    margin-top: 0;
}
.col-1-3, .col-2-3, .col-3-3 {
    width: 33.333%;
}
.col-1-3.p50, .col-2-3.p50, .col-3-3.p50 {
    width: 50%;
}
.col-1-3.p25, .col-2-3.p25, .col-3-3.p25 {
    width: 50%;
}
.col-1-2, .col-2-2{
    width: 50%;
}
footer .col-2-3.p25 p {
    margin: 0 0 10px 0;
}
section.bg-img.full-width .wrap {
background-color: rgb(0 31 113 / 80%);
    padding: 50px 60px 40px;
    color: #fff;
}
section.bg-img.full-width h2, section.bg-img.full-width h3{
    color: #fff;
}
section.bg-img.full-width .wrap h2 {
    margin-top:0;
}
section.full-width.bg-img.box-center .wrap {
    width: 50%;
    margin: 0 auto;
}
section.full-width.bg-img.box-left .wrap {
    width: 50%;
}
section.full-width.bg-img.box-right .wrap {
    width: 45%;
    margin-left: 55%;
}
.breadcrumb {
    padding: 60px 0;
    text-align: right;
}
section .container > p:last-child,
section .container > ul li:last-child,
section .container > ol li:last-child {
  margin-bottom: 0;
}
section.both-pad {
    padding: 12vh 0;
}
section.top-pad {
    padding: 12vh 0 0;
}
section.bottom-pad {
    padding: 0 0 12vh 0;
}
section.bg-lt_blue {
    background-color: #0d85c4;
}
section.bg-md_blue {
    background-color: #003e92;
}
section.bg-dk_blue {
    background-color: #002247;
        background-image: url(/wp-content/uploads/bg-pattern-01.png);
    background-repeat: repeat;
}
section.bg-grey{
    background-color: #f4f4f4;
}
section.bg-dk_blue p, section.bg-dk_blue h2, section.bg-dk_blue h3, section.bg-dk_blue h4, section.bg-dk_blue h5, section.bg-dk_blue h6, section.bg-dk_blue ul, section.bg-dk_blue ol{
    color:#fff
}
section.bg-md_blue p, section.bg-md_blue h2, section.bg-md_blue h3, section.bg-md_blue h4, section.bg-md_blue h5, section.bg-md_blue h6, section.bg-md_blue ul, section.bg-md_blue ol{
    color:#fff
}
section.bg-lt_blue p, section.bg-lt_blue h2, section.bg-lt_blue h3, section.bg-lt_blue h4, section.bg-lt_blue h5, section.bg-lt_blue h6, section.bg-lt_blue ul, section.bg-lt_blue ol{
    color:#fff
}
section.bg-md_blue a, section.bg-lt_blue a, section.bg-dk_blue a {
    color: #fff;
}
section.split .split-content p, section.split .split-content h2, section.split .split-content h3, section.split .split-content h4, section.split .split-content h5, section.split .split-content h6, section.split .split-content ul, section.split .split-content ol{
    color:#fff
}
section.downloads .downloads-wrapper p, section.downloads .downloads-wrapper h1, section.downloads .downloads-wrapper h2, section.downloads .downloads-wrapper h3, section.downloads .downloads-wrapper h4, section.downloads .downloads-wrapper h5, section.downloads .downloads-wrapper h6, section.downloads .downloads-wrapper ul, section.downloads .downloads-wrapper ol{
    color:#fff
}
section.products h2, section.products h3, section.products h4, section.products p, section.products h4 a {
color:#ffff;
}
section.bg-none .product-card h4 {
    margin-bottom: 5px;
    margin-top: 5px;
}
section.bg-none h4 {
     color:#0d85c4;
    margin-bottom: 0;
}
section.bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
section.split .split-columns {
    position: relative;
    display:flex;
}
section.split {
    opacity:0;
    transition:1s all ease-out;
}
section.split.imgright{
    padding-left: 5%;
    translate: 30vw;
}
section.split.imgleft{
    padding-right: 5%;
    translate: -30vw;
}
section.split.imgright.in-viewport{
    padding-left: 5%;
    translate: 0vw;
    opacity:1;
}
section.split.imgleft.in-viewport{
    padding-right: 5%;
    translate: 0vw;
    opacity:1;
}
section.split .split-content{
    background-color: #002247;
    padding: 50px;
    height: 500px;
    width: 40%;
}
section.split .split-image {
    width: 60%;
    height: 500px;
background-size: cover;
    background-position: bottom;
}
section.split .split-nose {
    height: auto;
    width: 362px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: -60px;
    z-index: 2;
}
section.split.imgleft .split-nose {
    transform: scaleX(-1);
    margin: 0 0 0 -60px;
}
section.downloads .downloads-wrapper {
    background-color: #002247;
    background-image: url(/wp-content/uploads/bg-pattern-01.png);
    background-repeat: repeat;
    border-radius: 50px;
    padding: 30px 70px;
}
section.downloads .downloads-wrapper ul {
    border-left: 1px solid #fff;
    padding-left: 50px;
    margin: 1.3em 0;
        padding-bottom: 5px;
}
section.downloads .downloads-wrapper ul li {
    line-height: 16px;
    padding: 10px 0;
}
section.downloads .downloads-wrapper ul a{
    color:#0085c9;
    text-transform: uppercase;
    text-decoration: none;
}
section.products {
    padding-left: 5%;
    padding-right: 5%;
}
section.products ul {
list-style: none;
    margin: 80px 0 0 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
gap: 50px;
}
section.products .product-card-description {
    margin-top: 20px;
}
section.products ul li.product-card {
    background-color: #0085c9;
    border-radius: 50px;
    padding: 50px 25px 20px;
    text-align: center;
height: 550px;
    width: 25%;
position: relative;
}
section.products .product-card .btn {
    position: absolute;
    bottom: 30px;
    width: 80%;
    left: 10%;
}
section.products ul li.product-card:nth-child(2) {
    background-color: #002250;
}
section.products ul li.product-card:nth-child(3) {
    background-color: #003e95;
}
section.products ul li.product-card:nth-child(4) {
    background-color: #001f71;
}
section.products ul li.product-card:nth-child(5) {

}
section.products ul li.product-card .product-card-image {
    width: 90%;
    margin: -155px auto 0;
    min-height: 140px;
}
.timeline-item.left {
    text-align: right;
    margin-left: 10%;
    width: 38%;
    border-right: 2px solid #0e85c4;
    padding-right: 20px;
}
.timeline-item.right {
    margin-left: 53%;
    width: 38%;
        border-left: 2px solid #0e85c4;
    padding-left: 20px;
}
.timeline-item {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.9s ease-out;
  will-change: transform, opacity;
        margin-top: -3%;
}

.timeline-item.left {
  transform: translateX(-100px);
}

.timeline-item.animate-in {
  opacity: 1;
  transform: translateX(0);
}
.timeline-content img {
    width: 300px;
    margin: 0 0 30px 0;
}
.four-col .columns {
    column-gap: 40px;
}
.four-col h3 {
    margin: 5px 0 25px 0;
}
.col-1-4, .col-2-4, .col-3-4, .col-4-4 {
    width: 25%;
}
a.btn {
    background-color: #0e85c4;
    color: #fff;
    text-decoration: none;
    font-family: din-2014, sans-serif;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 10px 30px 9px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.5px;  
    font-size:15px;
    transition: 0.7s all;
}
a.btn:hover {
    background-color: #000742;
}
a.btn.btn-white{
    color: #0e85c4;
    background-color: #fff;
}
a.btn.btn-white:hover{
    background-color: #a7e1ff;
    color: #000742;
}
footer a {
    color: #eaeaea;
}
footer#colophon{
    background-color: #0d85c4;
    padding-top: 100px;
    color: #fff;
    border-top: #003e92 10px solid;
    background-image: url(/wp-content/uploads/tman-watermark.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    background-blend-mode: multiply;
}
img.footer-logo {
    max-width: 280px;
}
.site-legal .container {
    border-top: 1px solid #fff;
    padding:30px 0;
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
    margin-top: 100px;
}
.site-copright {
    font-size: 13px;
    line-height: 23px;
}
.footer-usa {
    display: flex;
    gap: 10px;
    margin: 16px 0 0 7px;
}
ul#legal-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
ul#legal-menu a {
    margin-left: 10px;
    padding-left: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 23px;
}
ul#legal-menu a:before {
    content: "";
    display: inline-block;
    background-color: #000742;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    margin-right: 20px;
}
ul#legal-menu li:first-child a:before {
    display:none;    
}
footer#colophon h4 {
    margin: 20px 0 10px;
    text-transform: uppercase;
    opacity: 0.6;
        color: #fff;
}
footer ul.social-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
}
ul.social-nav a i {
    color: #fff;
    font-size: 26px;
}
iframe.map {
    margin-top: 40px;
}
/* Large Screen Media Queries */
@media screen and (min-width: 1700px) {
    h1 {
        font-size: 95px;
        line-height: 98px;
    }
    section.split .split-content {
    height: 600px;
}
section.split .split-nose {
    width: 428px;
    margin-right: -40px;
}
section.split .split-image {
    height: 600px;
}
}
@media screen and (max-width: 1500px) {
p, ul, ol {
    font-size: 16px;
}
section.products ul {
    gap: 20px;
}
h1 {
    font-size: 75px;
    line-height: 80px;
}
h2 {
    font-size: 35px;
    line-height: 44px;
}
h3 {
    font-size: 26px;
}
h4 {
    font-size: 20px;
}
section.split .split-content {
    height: 450px;
}
section.split .split-image {
    height: 450px;
}
section.products ul li.product-card .product-card-image {
    width: 70%;
    margin: -110px auto 0;
    min-height: 140px;
}
}
@media screen and (max-width: 1250px) {
.container {
    width: 950px;
}
h1 {
    font-size: 60px;
    line-height: 60px;
}
iframe.video {
    height: 46vw;
    width: 100%;
}
a.btn {
    padding: 8px 20px 7px;
    letter-spacing: 0;
    font-size: 13px;
}
section.split .split-content {
    padding: 40px 30px 30px;
        height: 450px;
    width: 40%;
}
p, ul, ol {
    font-size: 15px;
}
form.searchwp-form .searchwp-form-input-container .swp-input {
    padding: 6px 10px 6px;
    font-size: 13px;
}
.mobile-search-popup {
    width: 160px;
}
.toolbar {
    font-size: 13px;
}
.banner-card-image {
    left: -4%;
    top: 15px;
    width: 220px;
}
.banner-card-content {
    padding: 0 0 0 175px;
}
section.products ul li.product-card .product-card-image {
    width: 90%;
    margin: -120px auto 0;
    min-height: 139px;
}
.banner-standard .banner-heading {
    bottom: -9px;
}
section.downloads .downloads-wrapper {
    padding: 20px 51px;
}
.brand-and-nav {
    padding: 10px 5% 0;
}
}
@media screen and (max-width: 1080px) {
.container {
    width: 86%;
}
    .col-1-4, .col-2-4, .col-3-4, .col-4-4 {
    width: 100%;
}
.site-branding {
    width: 320px;
}
.main-navigation a {
    padding-left: 7px;
    margin-left: 7px;
    font-size: 15px;
}
section.products ul {
    flex-wrap: wrap;
}
section.products ul li.product-card {
    background-color: #0085c9;
    border-radius: 50px;
    padding: 40px 25px 21px;
    text-align: center;
    height: auto;
    width: 100%;
    position: relative;
}
section.products ul li.product-card .product-card-image {
    width: 30%;
        margin: -50px 0 0 0;
    min-height: 0;
        float: left;
}
section.products ul li.product-card  .product-card-heading {
    width: 65%;
    float: right;
    text-align: left;
}
section.products .product-card-description {
    margin-top: 20px;
    text-align: left;
    width: 65%;
    float: right;
}
section.products .product-card .btn {
    position: relative;
    bottom: inherit;
    width: 60%;
    left: inherit;
    margin: 15px;
    text-align: left;
}

section.split .split-columns {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.split .split-content {
    padding: 50px 50px 30px;
    height: auto;
    width: 100%;
}
    section.split .split-image {
        height: 66vw;
        width: 100%;
    }
section.split.imgright.in-viewport {
    padding-left: 0;
}
section.split.imgleft.in-viewport {
    padding-right: 0;
}
section.split .split-nose{
    display:none;
}
.banner.banner-large .banner-heading {
    padding-left: 5%;
}
.banner {
    position: absolute;
    padding-top: 200px;
}
}
@media screen and (max-width: 820px) {
    form.searchwp-form .searchwp-form-input-container .swp-input {
        padding: 4px 10px 4px;
        font-size: 11px;
    }
.columns {
    display: block;
}
.col-1-2 {
    width: 100%;
    padding-bottom: 30px;
}
.col-2-2 {
    width: 100%;
    padding-bottom: 0px;
    }
section.both-pad {
    padding: 8vh 0;
}
section.top-pad {
    padding: 8vh 0 0;
}
section.bottom-pad {
    padding: 0 0 8vh 0;
}
.banner.banner-standard {
    height: 40vh;
}
.page-banner-standard {
    margin-top: 35vh;
}
section.downloads .downloads-wrapper {
    border-radius: 50px;
    padding: 15px 50px;
}
.col-1-3.p50, .col-2-3.p50, .col-3-3.p50, .col-1-3.p25, .col-2-3.p25, .col-3-3.p25  {
    width: 100%;
    text-align: center;
}
.footer-usa {
    margin: 26px 0 0 7px;
    justify-content: center;
}
a.btn {
    padding: 8px 25px 7px;
    font-size: 14px;
}
.mobile-search-icon {
    font-size: 15px;
    height: 27px;
    width: 27px;
    margin-top: 2px;
    line-height: 27px;
}
.main-navigation li {
    line-height: 22px;
    margin-left: 8px;
}
.banner-nose {
display:none;
}
.toolbar-dealer {
    margin: 0px 15px;
}
.toolbar-dealer a.btn {
    padding: 5px 10px 4px;
    font-size: 12px;
}
.toolbar {
    height: 51px;
    margin: 0;
    padding: 10px 20px 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 15px;
}
section.split.both-pad.imgleft .split-columns {
    display: flex;
    flex-direction: column-reverse;
}
    section.split .split-content {
        padding: 25px 50px 30px;
    }
    .menu-toggle {
        display: block;
        padding: 10px 10px;
        height: 50px;
        width: 50px;
        border-radius: 50px;
        background-color: #0e85c4;
        position: absolute;
        right: 20px;
        top: 0;
    }
    section.products .product-card .btn {
        position: relative;
        bottom: inherit;
        width: 95%;
        left: inherit;
        margin: 15px;
        text-align: center;
    }
header#masthead {
    border-top: 5px solid #0e85c4;
}
span.ham {
    width: 30px;
    height: 3px;
    display: block;
    background-color: #fff;
}
    span.ham-2 {
    margin-top:6px;
}
        span.ham-3 {
    margin-top:6px;
}
    .brand-and-nav {
        padding: 0px;
        display: block;
    }
    .site-branding {
        width: 200px;
        position: absolute;
        top: 0;
        left: 30px;
    }
.toggled .menu-main-menu-container {
    width: 100%;
    height: 100vh;
    top: 0;
    position: fixed;
    background-color: #0e85c3;
    z-index: -1;
    padding: 150px 30px 30px;
}
    .main-navigation li {
        line-height: 22px;
        margin: 0px 0 20px;
        border-bottom: 1px solid #fff;
        padding-bottom: 20px;
    }
.main-navigation ul ul {
    float: none;
    position: relative;
    top: inherit;
    left: inherit;
    z-index: 99999;
    display: flex;
    flex-direction: column;
        padding-top: 5px;
}
.main-navigation ul ul li a {
    font-size: 17px;
    padding-left: 10px;
    margin-left: 10px;
    width: 100%;
    padding: 5px;
}
.main-navigation ul ul li:first-child a {
    padding-left: 5px;
    margin-left: 0;
}
.main-navigation ul ul li {
    margin: 0;
    padding: 15px 0 0;
    text-align: right;
}
    .main-navigation li {
        line-height: 22px;
        margin: 0px 0 25px;
    }
.main-navigation ul ul li {
    border: none;
}
.main-navigation a:hover, .main-navigation a.active, .main-navigation li.current_page_ancestor > a, .main-navigation li.current-menu-item > a {
    color: #0d426d;
}
    .main-navigation a {
        padding-left: 7px;
        margin-left: 7px;
        font-size: 25px;
        text-shadow: none;
        text-align: right;
        padding: 0;
    }
section.products {
    padding-left: 5%;
    padding-right: 5%;
}
}
@media screen and (max-width: 600px) {
    .site-branding {
        width: 185px;
        position: absolute;
        top: 5px;
        left: 20px;
    }
.menu-toggle {
        display: block;
        padding: 10px 10px;
        height: 40px;
        width: 40px;
        border-radius: 50px;
        background-color: #0e85c4;
        position: absolute;
        right: 20px;
        top: 4px;
    }
    .mobile-search-popup {
        width: 120px;
    }
    .toolbar {
        height: 51px;
        margin: 0;
        padding: 1px 20px 0 20px;
        font-size: 10px;
    }
    span.ham {
        width: 100%;
        height: 2px;
        display: block;
        background-color: #fff;
    }
    h1 {
        font-size: 50px;
        line-height: 50px;
    }
h2 {
        font-size: 30px;
        line-height: 37px;
    }
    h3 {
        font-size: 23px;
                line-height: 28px;
    }
    h4 {
        font-size: 18px;
    }
h5 {
    font-size: 16px;
}
section.downloads .downloads-wrapper ul {
    padding-left: 35px;
    margin: 1.3em 0;
    padding-bottom: 5px;
}
    section.downloads .downloads-wrapper {
        border-radius: 50px;
        padding: 10px 40px;
    }
ul#legal-menu a {
    margin-left: 5px;
    padding-left: 5px;
    font-size: 11px;
    line-height: 23px;
}
.site-copright {
    font-size: 11px;
    line-height: 23px;
}
    section.products ul li.product-card .product-card-image {
        width: 100%;
        margin: -50px 0 0 0;
        min-height: 0;
        float: none;
    }
    section.products ul li.product-card .product-card-heading {
        width: 100%;
        float: none;
        text-align: center;
    }
    section.products .product-card-description {
        margin-top: 20px;
        text-align: center;
        width: 100%;
        float: none;
    }
    .banner-card-image {
        left: inherit;
        top: inherit;
        width: 100%;
        position: relative;
    }
    .banner-card-content {
        padding: 0;
    }
.banner-card-body {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 20px 40px 30px;
    position: relative;
}
.banner-card-header {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 15px 30px 13px;
}
    section.products ul li.product-card {
        border-radius: 30px;
    }
.site-legal .container {
    border-top: 1px solid #fff;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
    margin-top: 100px;
    flex-direction: column;
    align-items: center;
}
footer#colophon {
    margin-top: 0px;
}
}
@media screen and (max-width: 500px) {
.banner.banner-large {
    height: 70vh;
    z-index: -1;
    background-position: center bottom;
padding-top: 150px;
}
.page-banner-large {
    margin-top: 70vh;
}
    .toggled .menu-main-menu-container {
        padding: 130px 30px 30px;
    }
    .main-navigation ul ul li {
        padding: 10px 0 0;
    }
    .main-navigation ul ul li a {
        font-size: 14px;
        margin-left: 0px;
        padding: 5px 0 0;
    }
    .main-navigation li {
        line-height: 17px;
        margin: 0px 0 20px;
    }
    .main-navigation a {
        padding-left: 0px;
        margin-left: 0px;
        font-size: 22px;
    }
    .toolbar-dealer a.btn {
        padding: 5px 10px 4px;
        font-size: 10px;
    }
.toolbar-message {
    gap: 4px;
}
    .toolbar-dealer {
        margin: 0px 0px;
    }
    .site-branding {
        width: 160px;
        top: 5px;
        left: 10px;
    }
    .menu-toggle {
        padding: 10px 10px;
        height: 40px;
        width: 40px;
        right: 10px;
        top: 4px;
    }
    h1 {
        font-size: 45px;
        line-height: 45px;
    }
    section.downloads .downloads-wrapper {
        border-radius: 30px;
        padding: 10px 30px;
    }
        a.btn {
        padding: 8px 25px 7px;
        font-size: 14px;
        text-align: center;
        line-height: 16px;
    }
}