/*!
Theme Name: TES-MicroTouch
Theme URI: http://underscores.me/
Author: Fairly Painless
Author URI: http://fairlypainless.com
Description: Website for TES-MicroTouch
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: tes-microtouch
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.

TES-MicroTouch 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
	- Intro Text
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
#Campaign
	- Hero
	- Animation
	- Promo Split
	- Stats

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

/*--------------------------------------------------------------
# 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;
	    padding-top: 110px;
}

/**
 * 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: #000;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    font-weight: 300;
    font-family: 'Kanit', sans-serif;
}
h5{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	margin-bottom: 5px;
}
h2{
    display: block;
    line-height: 35px;
    position: relative;
    margin: 0px 0 30px 0px;
    letter-spacing: 2px;
    font-size: 30px;
    text-transform: uppercase;
}

.bgimage h2{
	background: rgb(0 0 0 / 0.3);
	color: #fff;
}
h3{
	font-size: 22px;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 15px;
	    text-transform: uppercase;
}
h6 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #404040;
    margin: 0 0 5px;
}
p, ol, ul {
margin-bottom: 30px;
    font-size: 16px;
    margin-top: 0;
    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #0068ae;
    text-decoration: none;
	transition:0.6s all;
}
a:hover {
    color: #e71837;
}
/* a:visited {
	color: #800080;
} */

/* 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: 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: #000;
	/* border: 1px solid #ccc; */
	/* border-radius: 3px; */
    padding: 3px;
    /* text-transform: uppercase; */
    font-size: 14px !important;
    letter-spacing: 2px;
    min-width: 200px;
}

input::placeholder {
    color: #404040;
    padding-left: 10px;
}

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: #000;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    flex: 2;
    /* position: absolute; */
    /* right: 5%; */
    /* top: 22px; */
}

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

.main-navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	position: fixed;
    top: 110px;
    left: -999em;
    z-index: 99999;
        padding: 20px 25px 18px 0;
    border-top: 1px solid #f1eeea;
}

.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 {

} */

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

.menu-item a {
	display: block;
    text-decoration: none;
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0px 25px 35px;
}

footer .menu-item a {
	font-size:13px;
}
.main-navigation li a:hover {
    color: #e81837;
}

/* Small menu. */
.menu-toggle {
    background: transparent;
    border: none;
    position: absolute;
    top: 46px;
    right: 5%;
    height: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 11;
}

.menu-toggle:focus {
    outline: none;
}
.ham {
    content: "";
    display: block;
    background: #0068af;
    border-radius: 2px;
    height: 4px;
    width: 35px;
    position: absolute;
    transition:0.6s all;
}

.ham-1 {
    top: 0;
    
}

.ham-2 {
    top: 10px;
}

.ham-3 {
    top: 20px;
    
}
.toggled .ham-1 {
    background-color:#000;
    transform:rotate(45deg);
    top: 8px;
}
.toggled .ham-2 {
    opacity: 0;
}
.toggled .ham-3 {
    background-color:#000;
    transform:rotate(-45deg);
    top: 8px;
}

/* .menu-toggle, */
.main-navigation.toggled ul {
    display: block;
    width: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 110px;
	    padding: 20px 5%;
	height: calc(100vh - 110px);
}

.main-navigation.toggled ul li {
    margin: 0;
    text-align: right;
    display: inline-block;
	    width: 100%;
}
.main-navigation.toggled .search-menu-item {
    display: none;
}
.main-navigation.toggled ul ul.sub-menu li {
	margin: 0 0 0 30px;
	width:auto;
}
.main-navigation.toggled ul ul.sub-menu {
    position: relative;
    top: inherit;
    left: inherit;
    padding: 0;
    box-shadow: none;
	height:auto;
}
.main-navigation.toggled ul ul.sub-menu li a img {
    display: none;
}
.main-navigation.toggled ul .menu-item a {
    font-size: 20px;
    letter-spacing: 3px;
    padding: 0 0 10px;
}
.main-navigation.toggled ul ul.sub-menu .menu-item a {
    font-size: 12px;
	    padding: 10px 0;
}

@media screen and (min-width: 1100px) {
    .menu-toggle {
        display: none;
    }
    /* .main-navigation {
    } */

    /* .site-branding {
    } */
    .main-navigation ul {
        display: -webkit-box;
        display: -ms-flexbox;
        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%;
}

/* Custom Nav Styles
--------------------------------------------- */
.site-header {
    display: flex;
    height: 110px;
    position: fixed;
    width: 100%;
    z-index: 99999;
    background-color: white;
}

.menu-primary-container {
    display: flex;
    align-items: center;
    height: 110px;
}

.nav-menu {
    width: 100%;
}

.site-branding {
    margin-left: 5%;
    margin-top: 15px;
}

.site-branding img {
    width: 200px;

}

.nav-menu > .menu-item {
    margin-right: 0px;
    margin-top: 55px;
    padding: 0px 0px 15px 0px;
}

.menu-item-has-children > a::after {
    content: "\f078";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    display: inline-block;
    /* font-family: "Font Awesome 5 Pro"; */
    padding-left: 3px;
    color: #e71837;
}
ul.sub-menu li a img {
    max-width: 100px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.sub-menu {
    background-color: white;
}

.sub-menu .menu-item a {
    text-align: center;
    margin: 0 auto;
    padding: 0 0 0px 20px;
    font-size: 13px;
}

.custom-menu-item h4 {
    text-transform: uppercase;
    margin-top: 0;
}

.custom-menu-item a {
    background-color: #0068af;
    color: white;
    padding: 12px 24px;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    width: fit-content;
    width: -moz-fit-content;
    display: block;
    cursor: pointer;
    transition:0.6s all;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.custom-menu-item a:hover {
    background-color: #e71837;
    color: white !important;
}

.current-menu-item > a {
    color: #e71837;
}

.search-menu-item {
    position: relative;
    margin-right: 20px !important;
}

.search-form {
    position: absolute;
    top: -40px;
    right: 0;
}

.search-btn {
    background-color: transparent;
    border: none;
    outline: none;
}

.search-btn i {
    color: #0068ae;
    font-size: 20px;
}

.hide {
    display: none;
}


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

/* 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: 0;
    display: grid;
    grid-gap: 1.5em;
    background: linear-gradient(to right, #e81838, #0068af);
    padding: 100px;
    margin-top: 50px;
}

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

/* Intro Text
--------------------------------------------- */
.intro-text {
	margin-bottom: 20px !important;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}

.intro-text p {
	margin-bottom: 20px;
	font-weight: 300;
	color: rgba(0,0,0,0.7);
}

/*--------------------------------------------------------------
# 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
--------------------------------------------- */
.hidden {
	display: none;
}

/* 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;
}
.group:after, .container:after {
  content: "";
  display: table;
  clear: both;
}
/* Containers & Sections
--------------------------------------------- */
.container {
    width: 1000px;
    margin: 0 auto;
}

section.nopad {
    padding: 0;
}
section.bothpad {
    padding: 100px 0;
}
section.toppad {
    padding: 100px 0 0 0;
}
section.bottompad {
    padding: 0 0 100px 0;
}
section.toppad-50 {
    padding-top: 50px !important;
}
section.bottompad-50 {
    padding-top: 50px !important;
}
section.bothpad-50 {
    padding: 50px 0;
}
section.bggrey {
    background-color: #efefef;
}
section.bgblue {
    background-color: #0068ae;
    color: white;
}
section.bgimage {
    background-position: center;
    background-size: cover;
	color:#fff;
}
.col-1-2 {
    float: left;
    width: 47.5%;
    margin-right: 2.5%;
}
.col-2-2 {
    float:right;
    width: 47.5%;
    margin-left: 2.5%;
}
.col-1-3, .col-2-3, .col-3-3 {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}
.col-2-3{
	margin:0 4.5%;
}

.home .col-1-2 h2, .home .col-2-2 h2,
.page-template-default .col-1-2 h2, .page-template-default .col-2-2 h2 {
padding-top: 20%;
}

ul.blocks {
    margin: 0;
    padding: 0;
    list-style: none;
}
.blocks li.block {
    width: 50%;
    height: 55vh;
    background-position: center;
    background-size: cover;
    margin: 0;
    padding: 50px;
	float:left;
	border:5px solid #fff;
	position:relative;
	margin-bottom: 75px;
}
.blocks li.block:nth-child(even) {
	float:right;
}
section.blocks-section.group {
    padding: 5px 0 5px;
    text-align: center;
    position: relative;
}
.block-info {
    /* border: 10px solid; */
    border-image-slice: 1;
    /* border-width: 6px; */
    /* border-image-source: linear-gradient(to right, #e71838, #0068af); */
    width: calc(100% - 0px);
    background: linear-gradient(to right, #5fbfeb, #0068af);
    padding: 10px 25px;
    text-align: left;
    position: absolute;
    right: 0px;
        bottom: -74px;
}
.home section .block-info h3, .home section .block-info p{
	text-align:left;
	color:#fff;
	margin :0;
}
section.blocks-section.group h2 {
    position: absolute;
    top: -62px;
    width: 50%;
    left: 25%;
    background: linear-gradient(to right, #e81838, #0068af);
    color: #fff;
    border-image-source: none;
}
section.heading h2 {
    text-transform: uppercase;

}


/* HOME CAROUSEL STYLES
--------------------------------------------- */
.carousel {
    padding: 0;
    margin: 0;
}
.slick-dots {
    bottom: 25px!important;
}
.home-banner{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 735px;
}

.home-banner-img {
    width: 700px;
}

.home-banner-heading{
    /*font-size: 75px;*/
	font-size: 65px;
    line-height: 60px;
    letter-spacing: 3px;
    color: black;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
    max-width: 900px;
}

.home-banner-subheading {
    font-size: 20px;
    font-weight: 700;
    color: #0068ae;
    text-align: center;
    margin-bottom: 10px;
}

.home-banner-content {
    color: black;
    font-size: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 735px;
    /* width: 65%; */
    margin: 0 auto;
}
.home-banner-content p {
    max-width: 1000px;
}

.home-banner-content .btn {
    margin-bottom: 70px;
}
.banner {
    height: 150px;
    margin: 0 0 70px;
    text-align: center;
    background-size: cover;
    background-position: center;
}
/* PRODUCT IMAGE CAROUSEL STYLES
--------------------------------------------- */
.slider-nav .slick-slide {
    height: unset;
    min-height: unset;
    line-height: .60;
}

.slider-nav .slick-list {
    padding: 0 !important;
}

.slider-nav .slick-slide img {
    padding: 0 10px;
}

.slider-nav .slick-current::after {
    content: "";
    display: block;
    height: 4px;
    width: 80%;
    background-color: #e71837;
    margin: 0 auto;
}

/* Solution Section Styles
--------------------------------------------- */
section.solutions-section {
    padding: 0 40px 40px 40px;
}

.solutions-section ul {
    padding: 0;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 20px;
    max-width: 1543px;
    list-style: none;
}

.solutions-card {
    position: relative;
    line-height: .75;
}

.solutions-text {
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.5;
}

.solutions-text h3 {
    color: white;
    text-transform: uppercase;
font-size: 30px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 2px 5px black;
    margin-top: 0;
    margin-bottom: 30px;
    max-width: 300px;
}

.solutions-text .btn {
    padding: 8px 32px;

}

/* Custom Button Styles
--------------------------------------------- */

.btn, .gform_wrapper .gform_footer input[type=submit] {
    background-color: #0068af;
    color: white;
    padding: 12px 80px;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    width: fit-content;
    width: -moz-fit-content;
    display: block;
    cursor: pointer;
	transition:0.6s all;
	/* margin: 30px 0 0; */
}
.btn:hover, .gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: #e71837;
    color: white;
}

/* Custom Media Page Styles
--------------------------------------------- */


.media-article-wrap.group {
	border-bottom: 1px solid #95989c;
    padding: 20px 0;
    width: 100%;
    position: relative;
    display: table;
}

.media-article-wrap .media-outlet{
	width: 20%;
    font-size: 15px;
    display: table-cell;
}

.date {
    font-size: 15px;
}
.media-article-wrap .media-article{
	width: 64%;
    display: table-cell;
    text-align: left;
    padding: 0 0 0 20px;
}

.driver-wrap .media-article {
    width: 64%;
    display: table-cell;
    text-align: left;
    padding: 0;
    vertical-align: top;
}

.driver-wrap .media-article .title {
    max-width: 575px;
}

.driver-wrap .media-article .title p {
    margin: 0;
}

.download-article {
    width: 64%;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 0 0 0 20px;
}

.download-article .title {
    width: -moz-fit-content;
    width: fit-content;  
    margin: 0 auto;
}

.download-article .title a {
    display: inline-block;
    margin-right: 20px;
}

.download-article .title a::before {
    content: "\f0ab";
    display: inline-block;
    /* font-family: "Font Awesome 5 Pro"; */
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    padding-right: 12px;
}

.media-article-wrap .media-button{
	display: table-cell;
    width: 20%;
    vertical-align: middle;
    text-align: right;
}

.media-button .btn{
    margin: 20px;
    padding: 5px 25px;
    display: block;
    margin-right: 0;
    font-size: 12px;
    letter-spacing: 3px;
    text-align: center;
}

.download-article .dropdown-container {
	display: inline-block;
    margin-right: 20px;
	position: relative;
}

.download-article .dropdown-container a.dropdown-btn.open {
	color: #e71837;
}

.download-article .dropdown-container .dropdown-menu {
	position: absolute;
	top: 26px;
	width: 100%;
    background: #FFFFFF;
	box-shadow: 4px 3px 34px -8px rgba(0,0,0,0.75);
	-webkit-box-shadow: 4px 3px 34px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 3px 34px -8px rgba(0,0,0,0.75);
	display: none;
}

.download-article .dropdown-container .dropdown-menu ul {
	margin: 0;
	padding: 20px !important;
	list-style: none;
}

.download-article .dropdown-container ul li {
  margin-bottom: 10px;
}

.download-article .dropdown-container ul li:last-child {
  margin-bottom: 0;
}

.download-article .dropdown-container .dropdown-menu ul li  a {
	display: block;
    margin: 0;
    text-align: left;
}

.download-article .dropdown-container ul li a::before {
	display: none;
}

.whitepapers .media-button .btn {
    margin: 0 0 0 20px;
}
.whitepapers .media-article-wrap .media-article {
    width: 80%;
    display: table-cell;
    text-align: left;
    padding: 0;
}
/* Custom Product Styles
--------------------------------------------- */
/* section.product-single {
    padding-top: 50px;
} */
.product-info-wrap {
    float: right;
    width: 50%;
    padding-bottom: 50px;
    margin-top: 50px;
}

.prod-img-container {
    float: left;
    width: 45%;
    height: 500px;
	text-align: center;
}
p.category {
	text-transform: uppercase;
}
p.model-title {
    color: #a29e9e;
    font-size: 12px;
    margin-bottom: 0;
}
p.disclaimer {
    font-size: 16px;
    margin-bottom: 0;
}
h2.model-number {
    background: none;
    color: black;
    padding: 0;
    font-size: 55px;
    margin: 0 0 20px 0;
    display: block;
    border: none;    
	line-height: 60px;
}
h2.model-number:after {
	display:none;
}
.description h3 {
    margin: 20px 0;
    text-transform: uppercase;
}
.description-content p {
    font-size: 16px;
}
ul.fancy-bullets {
    margin: 0 0 30px 0;
    padding: 0 0 0 0px;
	list-style: none;
}
ul.fancy-bullets li::before {
    content: "\f111"; 
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    font-size: 10px;
	color: #0068ae; 
    font-weight: bold;
  	display: inline-block; 
	padding-right: 12px;
}
ul.fancy-bullets li {
    font-size: 16px;
    margin-bottom: 10px;
}
.back-button {
    text-align: right;
    margin-bottom: 30px;
}
.gallery h2.model-number {
    color: #fff;
}
.gallery h6 {
    color: #eee;
}
.white-block {      
    background-color: #fff;
    padding: 30px 0;
    text-align: center;
}

.resources h3, 
.additional-specs-section h3,
.related-models-section h3 {
    text-transform: uppercase;
}
/*
.resources-container a > span {
    font-family: "Poppins", sans-serif;
}

.resources-container a::before {
    content: "\f358";
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    padding-right: 12px;
}

.resources-container a {
    margin: 30px 0;
    flex: 1;
    text-align: center;
}

.resources-container {
    background-color: #f9f9f9;
    display: flex;
    justify-content: space-evenly;
}
*/

.resources-container a > span {
    font-family: "Poppins", sans-serif;
}

.resources-container a::before {
    content: "\f0ab";
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    padding-right: 12px;
}

.resources-container a {
    margin: 30px 0;
    flex: 1;
    text-align: center;
}

.resources-container .dropdown-container {
	position: relative;
	margin: 30px 0;
	flex: 1;
	text-align: center;
}

.resources-container .dropdown-container a.dropdown-btn.open {
	color: #e71837;
}

.resources-container .dropdown-container .dropdown-menu {
	position: absolute;
	top: 40px;
	width: 100%;
    background: #FFFFFF;
	box-shadow: 4px 3px 34px -8px rgba(0,0,0,0.75);
	-webkit-box-shadow: 4px 3px 34px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 3px 34px -8px rgba(0,0,0,0.75);
	display: none;
}

.resources-container .dropdown-container ul {
	margin: 0;
	padding: 20px !important;
	list-style: none;
}

.resources-container .dropdown-container ul li {
  margin-bottom: 10px;
}

.resources-container .dropdown-container ul li:last-child {
  margin-bottom: 0;
}

.resources-container .dropdown-container ul li a {
  display: block;
  margin: 0;
  text-align: center;
}

.resources-container .dropdown-container ul li a::before {
	display: none;
}

.resources-container {
    background-color: #f9f9f9;
    display: flex;
    justify-content: space-evenly;
}

.specs-container {
    /* display: grid; */
    /* grid-template-columns: repeat(2, 1fr); */
    column-count: 2;
}

.spec-item h4 {
    color: #a29e9e;
    text-transform: uppercase;
    margin: 15px 0;
}
.spec-item:first-of-type h4 {
    margin-top: 0;
}

.spec-item p {
    margin-bottom: 10px;
}
.event-image, .download-image {
    width: 15%;
    display: table-cell;
    padding-top: 0;
    vertical-align: middle;
}

.download-image .product-title {
    width: 200px;
    text-align: center;
}
article.product section {
    padding-top: 50px;
}
/* Form Styles
--------------------------------------------- */
section.form {
    width: 60%;
    padding: 50px 0;
    margin: 50px auto;
}

.form .container {
    width: unset;
    padding: 0 40px;
}

.gform_wrapper {
    margin: 0 !important;
}

.hidden_label {
    width: 0;
    margin: 0;
    padding: 0 !important;
}

.gform_wrapper ul.gform_fields li.gfield {
    padding: 0;
}

.gform_footer .btn {
    margin: 0 auto;
    background-color: black;
}

.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    width: 100%;
}

.form h2 {
    text-transform: uppercase;
    display: block;
    margin-bottom: 0;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    font-size: 11px!important;
    color: #999999;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper select, .gform_wrapper textarea {
    font-size: 14px!important;
    text-transform: none;
    font-family: inherit;
    padding: 10px 14px!important;
    letter-spacing: normal;
    background-color: #e9edee;
    border: none;
}
/* Product Archive Styles
--------------------------------------------- */

.banner-heading {
    text-transform: uppercase;
    font-size: 50px;
    margin: 0;
    line-height: 150px;
}

.product-archive {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

section.category-section,
section.product-section {
        width: 1000px;
    margin: 0 auto;
}

.product-section .facetwp-template, 
.category-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 20px;
    max-width: 1392px;
    margin: 0 auto;
}

ul.category-container {
    padding: 0;
}

.facet-banner {
    display: flex;
    justify-content: center;
    background-color: #f9f9f9;
	margin-bottom: 50px;
}

.facetwp-facet-series {
    column-count: 2;
}

.series-facet p, .industry-facet p {
    margin-bottom: 10px;
}

.series-facet,
.industry-facet {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 40px 0;
}

.series-facet {
    flex: 2;
    margin-left: 40px;
    border-right: 1px solid #c0d3de;
    margin-right: 40px;
}

.industry-facet {
    flex: 1;
}

.facetwp-facet {
    margin-bottom: 0 !important;
}

.facetwp-checkbox {
    font-size: 13px;
    letter-spacing: 1px;
    color: #0068ae;
    margin-bottom: 10px !important;
}

.checked {
    color: #e81838;
}

.facetwp-counter {
    display: none;
}

.facetwp-type-dropdown {
    background-color: #ececec;
    width: 75%;
}

.facetwp-type-dropdown select {
    background:
    linear-gradient(45deg, #ececec 50%, black 50%),
    linear-gradient(135deg, black 50%, #ececec 50%),
    linear-gradient(to right, #ececec, #ececec);
  background-position:
    calc(100% - 21px) calc(1em + 2px),
    calc(100% - 16px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
    background-repeat: no-repeat;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    color: #0068ae;
    border: none;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    border-radius: 0;
    margin: 0;
    width: 100%;   
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance: none;
}


/* Product & Facet Template-Part Styles
--------------------------------------------- */
.product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 30px;
}

.product-info .category {
    font-family: "Kanit", sans-serif;
    font-size: 13px;
    color: #a29e9e;
    text-transform: uppercase;
    text-align: center;
	    margin-bottom: 0;
}

.product-info .product-title {
    text-align: center;
    margin: 0 0 10px 0;
}

.product-info .size {
    font-size: 14px;
    text-align: center;
}

/* Search & 404 Styles
--------------------------------------------- */
.error-title {
    text-align: center;
}

.error {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 180px;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    letter-spacing: 4px;
}

.search-term {
    text-transform: uppercase;
    color: #0068ae;
    font-weight: 700;
}
ul.sub-menu .menu-item {
    margin-left: 20px;
    display: block;
    box-sizing: initial;
    /* position: absolute; */
}

/* Custom Footer Styles
--------------------------------------------- */
.site-footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer#colophon {
    padding: 100px 0;
}
div#page {
    background-image: url(/wp-content/uploads/2021/03/footer-bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
.alt-logo {
    width: 200px;
    margin-bottom: 25px;
}

.site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.menu-footer-container ul {
    margin: 20px 0;
}

.copyright p {
    color: #8b8b8b;
    font-size: 12px;
}

.social-item {
    padding-right: 10px;
}

.social-item:last-child {
    padding-right: 0;
} 

.social-link {
    background-color: #0068af;
    color: white;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
}

.social-link > i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
}

a.social-link:hover{
    background-color: #e81838;
	color:#fff;
}


.download-facets .facetwp-type-fselect,
.download-facets .facetwp-type-dropdown {
    margin: 40px !important;
}

.press-release-container .press-intro {
	margin-bottom: 50px;
}

.check-wrap {
    /* margin: 40px; */
    color: #0068ae;
    display: flex;
    align-items: center;
}

.checkbox-container {
    background: #f9f9f9;
    margin-top: 50px;
}

.media-type-wrap {
    padding: 40px;
}

.media-type-wrap p {
    margin-bottom: 10px;
    margin-left: 20px;
}

.check-wrap {
    margin-bottom: 10px;
    font-size: 14px;
    cursor: pointer;
    margin-left: 20px;
}

.check-wrap:last-child {
    margin-bottom: 0px;
}

.check-wrap #checkbox {
    background-image: url('./images/checkbox.png');
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: center;
    height: 14px;
    width: 14px;
    margin-bottom: 4px;
    padding-left: 20px;
    margin-right: 10px;
    cursor: pointer;
}

.check-wrap #checkbox[checked] {
    background-image: url('./images/checkbox-on.png');
}

.check-wrap[checked] {
    color: #e81838;
}

@media screen and (max-width: 1100px) {
	
	.container {
        width: 800px;
    }

    .home-banner-img {
        width: 600px;
    }

    /* .home-banner-content {
        width: 75%;
    } */

    .home-banner-heading {
        font-size: 64px;
        width: 90%;
    }
    section.category-section, section.product-section {
        width: 90%;
        margin: 0 auto;
    }
	.container {
        width: 90%;
    }
    .home-banner-subheading {
        font-size: 18px;
    }

    .home-banner-content p {
        font-size: 15px;
        width: 85%;
    }

    .social-link {
        height: 25px;
        width: 25px;
    }

    section.form {
        width: 80%;

    }

    section.solutions-section {
        padding: 0 60px 40px 60px;
    }

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

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

}

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


	.container {
        width: 90%;
    }

    .col-1-2 {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .col-2-2 {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .home .col-1-2 {
        float: left;
        width:46%;
    }
    .home .col-2-2{
        float: right;
        width:46%;
    }
    .social-link {
        height: 20px;
        width: 20px;
    }

    .home-banner, .home-banner-content {
        height: 80vh;
    }

    .series-facet {
        flex: 1;
    }

    .series-facet,
    .industry-facet {
        margin: 40px;
    }

    .facetwp-facet-series {
        column-count: 1;
    }

    .facetwp-type-dropdown {
        width: 100%;
    }
	.banner-heading {
    padding: 30px 0%;
    font-size: 45px;
    margin: 0;
    line-height: 45px;
    margin-top: 0px;
}
	.banner {
    height: auto;
    margin: 0 0 60px;
}
}

@media screen and (max-width: 775px) {
    .home-banner-img {
           width: 75%;
    }
    .footer-nav {
        display: none;
    }
    .solutions-card {
        display: flex;
        justify-content: center;
    }

    .solutions-section ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .gform_fields {
        flex-direction: column;
        align-items: center;
    }

    .gfield:nth-child(odd) {
        padding-right: 0 !important;
    }

    .gfield {
        width: 80%;
    }

    .facetwp-template, .category-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .series-facet,
    .industry-facet {
        margin: 30px;
    }

    .series-facet,
    .facetwp-type-dropdown select {
        font-size: 14px;
    }

    .prod-img-container,
    .product-info-wrap {
        float: none;
    }

    .product-info-wrap {
        margin: 70px auto 0 auto;
        width: 100%;
    }

    .prod-img-container {
        width: 100%;
        margin: 0 auto;
        height: auto;
    }

    .specs-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .spec-item {
        margin: 0 auto;
    }

    .resources-container {
        width: 100%;
        margin: 0 auto;
        display: block;
        padding: 30px;
    }

    .resources-container a {
        display: block;
        text-align: left;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .resources-container a:last-child {
        margin-bottom: 0;
    }
	.home-banner-heading {
		font-size: 45px;
		width: 80%;
		letter-spacing: 1px;
		line-height: 45px;
	}
	.slick-prev, .slick-next {
        width: 50px;
    }
    section.solutions-section {
        padding: 0 5% 40px 5%;
    }
    .download-image .product-title {
        width: 150px;
        text-align: center;    
    }
    .download-wrap .media-button .btn {
        margin-left: 0;
    }
}


@media screen and (max-width: 600px) {
	h2 {
    line-height: 25px;
    margin: 0px 0 25px 0px;
    letter-spacing: 1px;
    font-size: 25px;
    }
	h3 {
    font-size: 20px;
    }
	body, p, ul, ol, .home .col-1-2 p, .home .col-2-2 p, .description-content p, ul.fancy-bullets li{
		font-size:14px;
	}
    .site-branding img {
        width: 140px;
    }
    .site-branding {
        margin-left: 5%;
        margin-top: 7px;
    }
    main {
        display: block;
        padding-top: 70px;
    }
    .menu-toggle {
        top: 25px;
    }
    .site-header {
        height: 70px;
    }
    .main-navigation.toggled ul {
        top: 70px;
        padding: 20px 5% 100px;
        height: calc(100vh - 70px);
        overflow-y: scroll;
    }
    .main-navigation.toggled ul ul.sub-menu li {
        margin: 0 0 0 15px;
        width: auto;
    }
    .main-navigation.toggled ul ul.sub-menu .menu-item a {
        font-size: 11px;
        padding: 10px 0 8px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        letter-spacing: 1px;
    }
    .alt-logo {
        width: 150px;
        float: none;
        margin: 0 auto 30px;
    }

    #footer-menu {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    #footer-menu .menu-item:nth-child(3) {
        margin-right: 0;
    }

    .footer-nav {
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    .footer-social-container {
        margin: 20px auto;
        text-align: center;
    }

    .copyright {
        color: #ccc;
        font-size: 12px;
        margin: 20px auto;
        text-align: center;
    }

    .btn {
        letter-spacing: 2px;
        font-size: 12px;
        transition: 0.6s all;
    }

    .home-banner-content p {
        margin-bottom: 20px;
    }

    .series-facet {
        margin-right: 10px;
    }

    .industry-facet {
        margin-left: 10px;
    }

    .specs-container {
        /* display: grid; */
        /* grid-template-columns: repeat(2, 1fr); */
        column-count: 1;
    }

    .prod-img-container {
        padding-top: 0px;
    }
}
@media screen and (max-width: 450px) {

    .home-banner-heading {
        font-size: 30px;
        width: unset;
    }

    section.form {
        width: 90%;
    }

    #footer-menu .menu-item:nth-child(even) {
        margin-right: 0;
    }

    #footer-menu .menu-item:nth-child(odd) {
        margin-right: 20px;
    }

}

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

    /* .home-banner-img {
        width: 40vh;
    } */

    .home-banner-heading {
        font-size: 24px;
        margin: 0;
    }

    .home-banner-content p {
        margin: 0;
    }

    section.form {
        margin-top: 125px;
    }
}

/*--------------------------------------------------------------
# Additional styles for columns
--------------------------------------------------------------*/
.hero-large .banner {
    height: 600px;
}

.intro {
    font-family: 'Poppins', sans-serif;
}

.intro {
    text-align: center;
}

.intro .container {
    width: 100%;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
}

.intro h1 {
    font-size: 54px;
    line-height: 1.1em;
    max-width: 1024px;
    margin: 0 auto 40px auto;
}

.grid01 {
    font-family: 'Poppins', sans-serif;
}

.grid01 .inner-column {
    padding-right: 40px;
}

.grid01 .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 14px;
    width: 100%;
    max-width: 1480px;
    padding-left: 20px;
    padding-right: 20px;
}

.grid01 h2 {
    text-transform: none;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

.grid01 h3 {
    font-size: 24px;
    font-weight: 200;
    font-family: 'Poppins', sans-serif;
    text-transform: none;
}

.grid01 p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.grid01 p.highlight {
    font-weight: 300;
    font-size: 20px;
}

.grid01 a.btn {
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
}

.grid01 ul {
    margin-left: 20px;
    padding: 0;
}

.grid01 ul li {
    margin-bottom: 10px;
    font-size: 16px;
}

.grid01 .col-1-3,
.grid01 .col-2-3,
.grid01 .col-3-3 {
    margin: 0;
    width: unset;
    flex: 1;
}

@media screen and (max-width: 992px) {
    .hero-large .banner {
        height: 350px;
    }
    .intro h1 {
        font-size: 34px;
    }

    .grid01 .container {
        grid-template-columns: 1fr;
    }
    .grid01 .col-1-3,
    .grid01 .col-2-3 {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 640px) {
    .hero-large .banner {
        height: 280px;
    }
}

/*--------------------------------------------------------------
# Campaign
--------------------------------------------------------------*/
/* Base Styles
--------------------------------------------- */
.page-template-campaign {
	/* overflow-x: hidden;	 */
}

.llc-grid-container {
	max-width: 1280px;
	margin: 0 auto;
	display: grid;
}

/* Hero
--------------------------------------------- */
.hero {
	/*background-color: #005DAA;*/
	background-image: url('/wp-content/uploads/2023/01/BG_Mach-Landing.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 60px;
}

.hero .llc-grid-container {
	padding: 60px 0;
}

.hero .llc-grid-container > div {
	align-self: center;
}

.hero .hero-content {
	padding-right: 40px;
}

.hero .hero-image {
	margin: 0 auto;
}

.hero h1 {
	color: #000;
	font-weight: bold;
	font-size: 64px;
	line-height: 1.0em;
	margin-bottom: 30px;
	margin-top: 0;
}

.hero h2 {
	color: #000;
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 20px;
}

.hero p {
	color: #000;
	font-size: 18px;
	font-weight: 400;
}

@media screen and (max-width: 1199px) {
	.hero h1 {
		font-size: 48px;
		margin-bottom: 20px;
	}

	.hero h2 {
		font-size: 22px;
	}

	.hero p {
		font-size: 16px;
	}
}

@media screen and (min-width: 992px) {
	.hero .llc-grid-container {
		grid-template-columns: 50% 50%;
	}
}

@media screen and (max-width: 991px) {
	.hero .llc-grid-container {
		padding: 60px 0;
	}

	.hero .hero-content {
		padding-right: 0;
		text-align: center;
	}

	.hero .hero-image {
		max-width: 600px;
	}
}

/* Animation
--------------------------------------------- */
.animation {
	padding: 60px;
	background-image: url('/wp-content/uploads/2022/09/animation-bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.animation .llc-grid-container > div {
	align-self: center;
}

.animation img {
	max-width: 100%;
}

/* Promo Split
--------------------------------------------- */
.promo-split {
	padding: 20px 0;
}

.promo-split .llc-grid-container > div {
	align-self: center;
}

.promo-split .promo-content {
	text-align: center;
	padding: 20px;
}

.promo-split .promo-content h2 {
	font-size: 36px;
	margin-bottom: 20px;
}

.promo-split .promo-content p {
	font-size: 20px;
}

.promo-split .promo-content p:last-of-type {
	margin-bottom: 0;
}

.promo-split .promo-image {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.promo-split .llc-grid-container {
		grid-template-columns: 60% 40%;
	}

	.promo-split .llc-grid-container.reverse {
		grid-template-columns: 40% 60%;
	}

	.promo-split .llc-grid-container.reverse .promo-content {
		order: 1;
	}

	.promo-split .llc-grid-container.reverse .promo-image {
		order: 2;
	}
}

@media screen and (max-width: 767px) {
	.promo-split {
		padding: 20px 0;
	}
}

@media screen and (max-width: 639px) {
	.promo-split .promo-content h2 {
		font-size: 28px;
		margin-bottom: 20px;
	}

	.promo-split .promo-content p {
		font-size: 16px;
	}
}

/* Stats
--------------------------------------------- */
.stats {
	background: #3B3B3B;
	padding: 20px 0;
	margin-top: 60px;
}

.stats .llc-grid-container > div {
	align-self: center;
}

.stats .stat {
	padding: 20px;
	display: flex;
	align-items: center;
}

.stats .stat .stat-content {
	padding: 0 30px;
	color: #FFF;
	font-size: 20px;
}

.stats .stat .stat-content p {
	color: #FFF;
	font-size: 20px;
}

.stats .stat .stat-content p:last-of-type {
	margin-bottom: 0;
}

.stats .stat .stat-image {
	width: 100%;
	max-width: 170px;
}

@media screen and (min-width: 992px) {
	.stats {
		padding: 90px 0;
	}

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

@media screen and (max-width: 991px) {
	.stats .stat {
		flex-direction: column;
		margin-bottom: 20px;
	}

	.stats .stat .stat-content {
		text-align: center;
	}

	.stats .stat .stat-image {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 480px) {
	.stats .stat .stat-content p {
		font-size: 16px;
	}

	.stats .stat .stat-image {
		max-width: 100px;
	}
}

/* Management Team
--------------------------------------------- */
.management-team {
    padding: 60px 0;
}

.management-team .profiles-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 20px;
    row-gap: 20px;
    justify-content: center;
}

.management-team .profile {
    margin-bottom: 20px;
}

.management-team .profile img {
    display: block;
    margin-bottom: 20px;
}

.management-team .profile .profile-content {
    text-align: center;
}

.management-team .profile .profile-name {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.management-team .profile .profile-title {
    font-size: 14px;
    color: #7B7B7B;
    font-weight: 400;
}

.management-team .profile .profile-footer {
    margin-top: 20px;
}

.management-team .profile .profile-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.management-team .profile .profile-footer ul li {
    margin: 0 5px;
    padding: 0;
}

.management-team .profile .profile-footer ul li img.icon {
    width: 26px;
    height: 26px;
    margin: 0;
}

.management-team .profile .profile-footer ul li a.bio-link {
    border: 1px solid #0068ae;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    padding: 4px 10px 3px 10px;
    white-space: nowrap;
}

.management-team .profile .profile-footer ul li a:hover {
    border: 1px solid #e71837;
}

.profile-lightbox {
    background: #3B3B3B;
    width: 100%; 
    max-width: 640px;
    margin: auto;
    position: relative
}

.profile-lightbox .mfp-close {
    color: #FFF !important;
    opacity: 1 !important;
}

.profile-lightbox .profile-lightbox-content {
    padding: 40px;
}

.profile-lightbox .profile-lightbox-content h3,
.profile-lightbox .profile-lightbox-content .profile-title,
.profile-lightbox .profile-lightbox-content p {
    color: #FFF;
}

.profile-lightbox .profile-lightbox-content h3 {
    text-transform: none;
    font-size: 36px;
    line-height: 1.1em;
    margin-bottom: 14px;
}

.profile-lightbox .profile-lightbox-content .profile-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.profile-lightbox .profile-lightbox-content p {
    font-size: 16px;
    margin-bottom: 20px;
}

.profile-lightbox .profile-lightbox-content img.icon {
    width: 26px;
    height: 26px;
    margin: 0;
}

@media screen and (max-width: 991px) {
    .management-team .profiles-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 640px) {
    .management-team .profiles-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .profile-lightbox .profile-lightbox-content {
        padding: 50px 20px 30px 20px;
    }

    .management-team .profile .profile-name {
        font-size: 16px;
    }
    
    .management-team .profile .profile-title {
        font-size: 12px;
    }

    .profile-lightbox .profile-lightbox-content h3 {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .profile-lightbox .profile-lightbox-content .profile-title {
        font-size: 16px;
    }
    
    .profile-lightbox .profile-lightbox-content p {
        font-size: 14px;
    }
}

/* Logo Grid */
.logo-grid {
    width: 100%;
}

.logo-grid .logo {
    padding-left: 10px;
    padding-right: 10px;
}

.logo-grid.grid-5,
.logo-grid.grid-6 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.logo-grid.grid-5 .logo,
.logo-grid.grid-6 .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.logo-grid.grid-5 .logo {
    width: calc(100%/5);
}

.logo-grid.grid-6 .logo {
    width: calc(100%/6);
}

.logo-grid-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.logo-grid-columns > div {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: center; */
	text-align: center;
    width: calc(100%/2);
    height: 100%;
    padding: 0 10px;
	margin-bottom: 40px;
}

.logo-grid-columns h3 {
	background: #ECEDEF;
	font-size: 28px !important;
	color: #000000;
	padding: 5px 20px;
	text-transform: capitalize !important;
	width: fit-content;
	margin: 20px auto;
}

.logo-grid-columns .logo-col .logo-sm {
    display: inline-flex;
    width: calc(100%/3.2);
    margin: 0;
    padding: 0;
}

.logo-grid-columns .logo-col .logo-sm img {
    object-fit: contain;
}

@media screen and (max-width: 980px) {
    .logo-grid-columns > div {
        width: calc(100%/2);
    }
	
	.logo-grid-columns h3 {
		font-size: 20px !important;
	}
}

@media screen and (max-width: 576px) {
    .logo-grid.grid-5 .logo,
    .logo-grid.grid-6 .logo {
        width: calc(100%/3);
    }
    
    .logo-grid-columns > div {
        width: 100%;
    }
}
