
/* 
Theme Name:     Binks Child Theme
Theme URI:      https://www.binks.com
Description:    Bootstrap 5 child theme
Author:         Bold Orange
Author URI:     https://www.binks.com
Template:       bootstrap-starter-theme
Version:        2.0.4
*/

/*
    Add your custom styles here
*/
:root {
	--dark-blue: #000036;
	--medium-blue: #0e3ea0;
	--seafoam-green: #36cca7;
	--sky-blue: #5bc6d8;
	--nickel-grey: #dae2ea;
	--white: #fff;
}

@import url("https://binks.com/nitropack_static/DKeuCjlrqwkGGlElLmgFlKuNiIjGRaMQ/assets/static/source/rev-e5e18df/fonts.googleapis.com/5e412cc923a6b1e41fd62ae29fb3bd1f.css2");

html {
	scroll-behavior: smooth;
}

body, p {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	color: var(--dark-blue);
}

.body-large, .body-large p, p.body-large {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
	color: var(--dark-blue);
}

@media (min-width: 1170px) {
	.body-large, .body-large p, p.body-large {
		font-family: "Poppins", sans-serif;
		font-size: 18px;
		font-weight: 400;
		line-height: 150%;
		color: var(--dark-blue);
	}
}

.body-xlarge, .body-xlarge p, p.body-xlarge {
	font-size: 18px;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
	font-family: "Poppins", sans-serif;
	line-height: 110%;
	color: var(--dark-blue);
}

h1, .h1 {
	font-size: 48px !important;
	font-weight: 700;
}

@media (min-width: 1170px) {
	h1, .h1 {
		font-size: 65px !important;
		font-weight: 700;
	}
}

h2, .h2 {
	font-size: 28px !important;
	font-weight: 700;
	letter-spacing: -1px;
}

@media (min-width: 767px) {
	h2, .h2 {
		font-size: 40px !important;
		font-weight: 700;
		letter-spacing: -1.25px;
	}
}

.page-template-fullwidth h2 {
	margin-bottom: 1.5rem;
}

h3, .h3 {
	font-size: 20px !important;
	font-weight: 300;
}

@media (min-width: 1170px) {
	h3, .h3 {
		font-size: 24px !important;
		font-weight: 300;
	}
}

h4, .h4 {
	font-size: 16px !important;
	font-weight: 700;
}

@media (min-width: 1170px) {
	h4, .h4 {
		font-size: 20px !important;
		font-weight: 700;
	}
}

h5, .h5 {
	font-size: 14px !important;
	font-weight: 800;
}

@media (min-width: 835px) {
	h5, .h5 {
		font-size: 18px !important;
		font-weight: 800;
	}
}

@media (max-width: 1024px) {
	.col-md-6 {
		width: 100%;
	}
}

.special-callout {
	font-size: clamp(80px, 25vw, 115px);
	line-height: 100%;
	letter-spacing: -5.75px;
	background-color: var(--dark-blue);
	background-image: url("https://binks.com/nitropack_static/DKeuCjlrqwkGGlElLmgFlKuNiIjGRaMQ/assets/static/optimized/rev-4532417/binks.canto.com/direct/image/4qt0a3l1el6ml9vmesqheleh6g/LpKutEBvPvAktotxkJPFapdtf6k/7ef6325ed03165d47db04e3a365730ca.original");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
}

.special-callout.nitro-lazy {
	background-image: none !important;
}

.gradient-callout {
	font-size: clamp(80px, 25vw, 115px);
	line-height: 100%;
	letter-spacing: -5.75px;
	background: linear-gradient(123.94deg, var(--seafoam-green) 3.07%, var(--medium-blue) 20.92%, var(--medium-blue) 42.24%, var(--seafoam-green) 66.05%, var(--sky-blue) 89.35%), linear-gradient(35.19deg, rgba(14, 62, 160, 0) 67.09%, #000036 87.38%), linear-gradient(241.32deg, rgba(14, 62, 160, 0) 79.02%, #000036 94.49%);
	color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
}

a {
	color: var(--medium-blue);
	font-weight: 700;
	text-decoration: none;
	transition: all .25s;
}

a:hover {
	color: var(--sky-blue);
}

.dark {
	padding: 20px;
}

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

/* Primary button */
.btn-primary, .wp-block-button .wp-block-button__link, .btn, .gform_button, #wp-submit, .button {
	border-radius: 6px;
	border: 0;
	background-color: var(--medium-blue);
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 15px 30px;
	margin: 10px 0;
	transition: all .25s;
	font-weight: 500;
	display: inline-block;
}

@media (max-width: 600px) {
	.btn-primary, .wp-block-button .wp-block-button__link, .btn, .gform_button, #wp-submit, .button {
		width: 100%;
		display: block;
		font-size: 16px;
		padding: 15px 5px;
	}
}

.btn-primary:hover, .wp-block-button .wp-block-button__link:hover, .btn:hover, .gform_button:hover, #wp-submit:hover, .button:hover {
	background-color: #09296b;
	color: #fff;
}

.btn-primary:active, .wp-block-button .wp-block-button__link:active, .btn:active, .gform_button:active, #wp-submit:active, .button:active {
	background-color: var(--dark-blue);
	color: #fff;
}

.dark .btn-primary, .dark.btn-primary, .dark .wp-block-button .wp-block-button__link {
	background-color: #fff;
	border: 2px solid transparent;
	color: var(--dark-blue);
}

.dark .btn-primary:hover, .dark.btn-primary:hover, .dark .wp-block-button .wp-block-button__link:hover {
	background-color: var(--nickel-grey);
	color: var(--dark-blue);
}

.dark .btn-primary:active, .dark.btn-primary:active, .dark .wp-block-button .wp-block-button__link:active {
	background-color: #b6bcc3;
	color: var(--dark-blue);
}

/* Secondary Button */
.btn-outline-primary, .wp-block-button.is-style-outline .wp-block-button__link {
	border-radius: 6px;
	border: 2px solid #0e3ea0;
	background-color: transparent;
	font-size: 16px;
	color: #000036;
	text-align: center;
	padding: 15px 30px;
	margin: 10px 0;
	font-weight: 500;
	display: inline-block;
	box-sizing: border-box;
}

@media (max-width: 600px) {
	.btn-outline-primary, .wp-block-button.is-style-outline .wp-block-button__link {
		width: 100%;
		display: block;
	}
}

.btn-outline-primary:hover, .wp-block-button.is-style-outline .wp-block-button__link:hover {
	border-radius: 6px;
	border: 2px solid #0e3ea0;
	box-shadow: 0 0 0 2px #0e3ea0 inset;
	background-color: transparent;
	font-size: 16px;
	color: #000036;
	text-align: center;
	padding: 15px 30px;
}

.btn-outline-primary:active, .wp-block-button.is-style-outline .wp-block-button__link:active {
	border-radius: 6px;
	border: 2px solid #0e3ea0;
	box-shadow: 0 0 0 2px #0e3ea0 inset;
	background-color: transparent;
	font-size: 16px;
	color: #000036;
	text-align: center;
	padding: 15px 30px;
}

.dark .btn-outline-primary, .dark.btn-outline-primary, .dark .wp-block-button.is-style-outline .wp-block-button__link {
	border: 2px solid var(--sky-blue);
	color: #fff;
	box-sizing: border-box;
}

.dark .btn-outline-primary:hover, .dark.btn-outline-primary:hover, .dark .wp-block-button.is-style-outline .wp-block-button__link:hover {
	border: 2px solid var(--sky-blue);
	box-shadow: 0 0 0 2px var(--sky-blue) inset;
	color: #fff;
}

.dark .btn-outline-primary:active, .dark.btn-outline-primary:active, .dark .wp-block-button.is-style-outline .wp-block-button__link:active {
	border: 2px solid var(--sky-blue);
	box-shadow: 0 0 0 2px var(--sky-blue) inset;
	color: #fff;
}

/* clears the ‘X’ from Internet Explorer */
input[type="search"]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type="search"]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

#wrapper {
	overflow-x: hidden;
}

.form-select {
	height: 50px;
	background: #fff url("https://binks.com/nitropack_static/DKeuCjlrqwkGGlElLmgFlKuNiIjGRaMQ/assets/images/optimized/rev-4532417/binks.com/wp-content/themes/binks/images/nav-arrow.svg") right 14px center no-repeat;
	background-size: 16px;
	border-radius: 8px;
}

.form-select.nitro-lazy {
	background: none !important;
}

.content {
	overflow: hidden;
}

.container, .content {
	max-width: 320px;
	margin: 0 auto;
	position: relative;
}

@media (min-width: 320px) {
	.container, .content {
		max-width: 440px;
	}
}

@media (min-width: 420px) {
	.container, .content {
		max-width: 600px;
	}
}

@media (min-width: 835px) {
	.container, .content {
		max-width: 835px;
	}
}

@media (min-width: 1024px) {
	.container, .content {
		max-width: 1024px;
	}
}

@media (min-width: 1170px) {
	.container, .content {
		max-width: 1400px;
	}
}

@media (min-width: 1600px) {
	.container, .content {
		max-width: 1440px;
	}
}

.desktop-only {
	display: none;
}

.mobile-only {
	display: block;
}

@media (min-width: 992px) {
	.desktop-only {
		display: block;
	}
	
	.mobile-only {
		display: none;
	}
}

#topnavbar {
	display: grid;
	grid-template-columns: 1fr auto;
	background: var(--dark-blue);
	min-height: 30px;
}

#topnavbar a {
	color: #fff;
}

.featured-nav-items {
	display: none;
	grid-template-columns: 2px 1fr 141px;
	font-size: 13px;
	font-weight: 300;
	line-height: 1;
	align-items: center;
	color: #fff;
	text-align: center;
}

@media (min-width: 835px) {
	.featured-nav-items {
		display: grid;
		grid-template-columns: 2px 1fr 141px;
		font-size: 13px;
		font-weight: 300;
		line-height: 1;
		align-items: center;
		color: #fff;
		text-align: center;
	}
}

.featured-nav-items:before {
	content: "";
	display: block;
	height: 8px;
	width: 2px;
	background: #fff;
}

#primaryNavContainer {
	position: absolute;
	top: 69px;
	left: -100%;
	transition: all .5s;
	width: 100%;
	height: 100vh;
}

@media (min-width: 835px) {
	#primaryNavContainer {
		position: absolute;
		top: 69px;
		left: -100%;
		transition: all .5s;
		width: 100%;
		height: 100vh;
	}
}

@media (min-width: 1170px) {
	#primaryNavContainer {
		position: unset;
		background: none;
		height: auto;
	}
}

#primaryNavContainer.open {
	display: block;
	left: 0;
	width: 100%;
	background-color: var(--dark-blue);
	overflow: auto;
	padding-bottom: 120px;
}

@media (min-width: 1170px) {
	#primaryNavContainer .dropdown-menu li:first-child a {
		font-weight: bold !important;
	}
	
	#primaryNavContainer li:last-child .dropdown-menu[data-bs-popper] {
		left: auto;
		right: 0;
	}
}

@media (min-width: 835px) {
	.bottom-nav {
		display: none;
	}
}

.bottom-nav .navbar-nav a.nav-link {
	color: #fff !important;
	font-size: 20px;
	font-weight: 400;
	padding: 15px 30px;
	position: relative;
}

.bottom-nav {}

@media (min-width: 1170px) {
	.hamburger {
		display: none;
	}
}

.hamburger span, .hamburger span::before, .hamburger span::after {
	background: var(--medium-blue);
	border-radius: 3px;
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	margin-top: 13px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.hamburger span::before {
	margin-top: -12px;
}

.hamburger span::after {
	margin-top: 12px;
}

.hamburger.active span {
	background: transparent;
}

.hamburger.active span::before {
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hamburger.active span::after {
	margin-top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#menu-primary-nav {
	float: right;
	width: 100%;
	background-color: var(--nickel-grey);
	flex-direction: column;
}

@media (min-width: 1170px) {
	#menu-primary-nav {
		float: right;
		width: auto;
		background: transparent;
		flex-direction: row;
	}
}

#menu-primary-nav .menu-item {}

#menu-primary-nav .menu-item .nav-link {
	color: var(--dark-blue);
	font-size: 22px;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	padding-right: .7rem;
	padding: 25px 55px 25px 30px;
	text-wrap: auto;
}

@media (min-width: 1170px) {
	#menu-primary-nav .menu-item .nav-link {
		color: var(--dark-blue);
		font-size: 14px;
		font-weight: 700;
		font-family: "Poppins", sans-serif;
		padding: 8px .7rem;
	}
}

@media (min-width: 1250px) {
	#menu-primary-nav .menu-item .nav-link {
		color: var(--dark-blue);
		font-size: 14px;
		font-weight: 700;
		font-family: "Poppins", sans-serif;
		padding: 8px 1rem;
	}
}

#menu-primary-nav .menu-item.light .nav-link {
	font-weight: 400;
}

#menu-primary-nav .menu-item .nav-link.dropdown-toggle {
	position: relative;
}

#menu-primary-nav .menu-item .nav-link.dropdown-toggle .caret {}

#ajax_working {
	display: flex;
	justify-content: center;
	align-items: center;
}

div.loader {
	text-align: center;
}

@keyframes grow {
	0% {
		transform: scale(1);
	}
	
	50% {
		transform: scale(1.2);
	}
	
	100% {
		transform: scale(1);
	}
}

@keyframes shrink {
	0% {
		transform: scale(1);
	}
	
	50% {
		transform: scale(.8);
	}
	
	100% {
		transform: scale(1);
	}
}

/* Apply the animation to the element */
#ajax_working #loadani {
	width: 180px;
	height: 100px;
	animation: growAndShrink 3s ease-in-out infinite;
}

/* Define a combined animation */
@keyframes growAndShrink {
	0%, 100% {
		transform: scale(1);
	}
	
	50% {
		transform: scale(1.2);
	}
	
	75% {
		transform: scale(.8);
	}
}

/* .btn,
.gform_button,
#wp-submit,
.button {
  padding: 8px 25px;
  margin-bottom: 15px;
  border: none;
  outline: none !important;
  background: var(--sky-blue);
  color: #fff;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.btn:hover,
.gform_button:hover,
.button:hover {
  color: #fff;
  background: #00509e;
} */
.btn-reverse {
	color: var(--sky-blue);
	background: #fff;
}

.btn-dk:hover {
	background: #1f365f;
}

.all-prod-btn {
	margin-top: 30px;
	padding: 0;
	background: transparent;
	color: var(--sky-blue);
}

.all-prod-btn:hover {
	background: transparent;
	color: #00509e;
}

.section-padded {
	padding-top: 48px;
	padding-bottom: 48px;
}

.block-padding {
	padding: 60px;
}

.white-background {
	background: #fff;
}

.blue-background {
	background: #00509e;
}

.ltblue-background {
	background: var(--sky-blue);
}

.dkblue-background {
	background: #1f365f;
}

.darkestblue-background {
	background: #000036;
}

.dkblue-background h1, .dkblue-background h2, .dkblue-background p, .ltblue-background h1, .ltblue-background h2, .ltblue-background p, .blue-background h1, .blue-background h2, .blue-background p, .darkestblue-background h1, .darkestblue-background h2, .darkestblue-background p {
	color: #fff;
}

.grey-background, .gray-background {
	background: #96938e;
}

.ltgrey-background, .ltgray-background {
	background: #efefef;
}

[type="button"], [type="reset"], [type="submit"], button {
	-webkit-appearance: none !important;
}

.anchor {
	position: relative;
}

.anchor a.anchor-link {
	position: absolute;
	left: 0px;
	top: -230px;
}

/*.anchor-initial a {
    top: -220px;
}*/
.white-text, .white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6 .white-text p, .white-text a, .white-text ul, .white-text li, a.white-text, #accordion-section .white-text p, #accordion-section .white-text .accordion-button:hover, #accordion-section .white-text .accordion-button[aria-expanded="true"], #content_block .white-text, #content_block .white-text p, #subpage_header_image .white-text p, #column_block .white-text p, #icb_section .white-text p {
	color: #fff !important;
}

.dark-text, .dark-text h1, .dark-text h2, .dark-text h3, .dark-text h4, .dark-text h5, .dark-text h6 .dark-text p, .dark-text a, .dark-text ul, .dark-text li, .accordion-button.dark-text, .accordion-body.dark-text p {
	color: #1f365f !important;
}

.blue-text, .blue-text h1, .blue-text h2, .blue-text h3, .blue-text h4, .blue-text h5, .blue-text h6 .blue-text p, .blue-text a, .blue-text ul, .blue-text li {
	color: #00509e !important;
}

/* select {
    border: 1px solid #767676 !important;
    background-color: transparent !important;
    offset: none !important;
} */
@media not all and (min-resolution: 0.001dpcm) {
	select {
		appearance: none !important;
	}
}

/* Gravity Form Styles */
.instruction {
	display: none;
}

.gsection_title {
	margin-top: 20px;
}

.gform-body input, .gform-body select, .gform-body textarea {
	border-radius: 0;
	border: 1px solid #d3d3d3 !important;
	font-size: 16px !important;
}

.gform-body input:focus-visible {
	outline: 1px solid #00509e;
	border: none;
	box-shadow: none;
}

.gfield_label.gform-field-label {
	font-size: 1rem !important;
}

input#gform_submit_button_8, .gform-theme-button {
	border-radius: 6px !important;
	border: none !important;
	background-color: var(--medium-blue) !important;
	font-size: 16px !important;
	color: #fff !important;
	text-align: center !important;
	padding: 15px 30px !important;
	margin: 0 !important;
	transition: all .25s !important;
	font-weight: 500 !important;
	display: inline-block !important;
}

div#gfield_description_1_11 {
	font-size: 1rem;
}

h2.gform_submission_error {
	font-size: 16px !important;
}

.search-form label {
	margin-bottom: 0;
	margin-right: 0;
}

.search-form input.search-field {
	padding: 4px;
	outline: none !important;
}

/*  Heading Styles  */
#main {
	margin-top: 0px;
}

#TopNav {
	background-color: #000036;
}

#header {
	padding: 10px 0px;
	background-color: #fff !important;
	border-bottom: 1px solid #efefef;
	box-shadow: 0px 0px 12px rgba(51, 63, 72, .25);
}

@media (min-width: 1170px) {
	#header {
		padding: 15px 0px;
		background-color: #fff !important;
		border-bottom: 1px solid #efefef;
	}
}

#menu-primary-nav {
	padding: 0;
}

#header .container {
	display: grid;
	grid-template-columns: 42px auto 48px;
	position: static;
}

@media (min-width: 1170px) {
	#header .container {
		display: grid;
		grid-template-columns: 109px 1fr 48px;
		position: relative;
	}
}

@media (min-width: 1170px) {
	#header .navbar-brand {
		margin-left: 0px;
	}
}

#header_search .btn:hover {
	color: #fff;
}

#header .search-form {
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 10px;
}

#header_search .form-control, #header_search .form-control:focus, #header_search .form-control:focus-visible {
	border: none;
	padding: 0;
	box-shadow: none;
}

#header_search .input-group {
	border-bottom: 1px solid var(--sky-blue);
}

#header_search button {
	background: transparent;
	color: #414042;
	margin: 0;
	padding: 7px;
	box-shadow: unset;
}

#header_search button:hover {
	color: var(--sky-blue) !important;
}

.navbar-toggler {
	display: none;
}

.headernavswrap {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.headerWrap {
	margin: 0;
}

.navbar-brand {
	padding: 5px 0px;
	text-align: center;
	margin: 0;
}

.navbar-brand img {
	height: 34px;
}

@media (min-width: 835px) {
	.navbar-brand img {
		height: 37px;
	}
}

@media (min-width: 1170px) {
	.navbar-brand img {
		height: 28px;
	}
}

.navbar-nav .nav-link:hover {
	color: var(--sky-blue) !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-left: 0;
}

.dropdown-toggle:after {
	background: url("https://binks.com/nitropack_static/DKeuCjlrqwkGGlElLmgFlKuNiIjGRaMQ/assets/images/optimized/rev-4532417/binks.com/wp-content/themes/binks/images/nav-arrow.svg") center center no-repeat;
	height: 15px;
	width: 15px;
	border: 0;
	margin: 0;
	background-size: contain;
	transform: rotate(-90deg) translateX(50%) translateY(0);
	top: 50%;
	position: absolute;
	right: 30px;
	transition: all .25s;
}

.dropdown-toggle.show:after {
	transform: rotate(0deg) translateX(0%) translateY(-50%);
	top: (calc(50% + 3px));
}

@media (min-width: 1170px) {
	.dropdown-toggle:after {
		background: url("https://binks.com/nitropack_static/DKeuCjlrqwkGGlElLmgFlKuNiIjGRaMQ/assets/images/optimized/rev-4532417/binks.com/wp-content/themes/binks/images/nav-arrow.svg") 0 0 no-repeat;
		height: 4px;
		width: 9px;
		border: 0;
		margin: 0;
		transform: rotate(0) translateY(-3px);
		top: 50%;
		right: 0;
	}
	
	.dropdown-toggle.show:after {
		transform: rotate(0deg) translateX(0%) translateY(-3px);
	}
}

ul#menu-main-nav li {
	margin-bottom: unset;
	padding-right: 15px;
}

ul#menu-main-nav li#menu-item-207 > a {
	padding-left: 0;
}

ul#menu-main-nav li a {
	color: #414042;
	font-weight: 700;
	text-transform: uppercase;
	background: unset !important;
}

ul#menu-main-nav ul {
	display: none;
	float: left;
	position: absolute;
	z-index: 99999;
	text-align: left;
	font-size: 14px;
	border-radius: 0px;
	list-style: none;
	margin: 0px;
	padding: 0;
	width: auto;
	min-width: 180px;
}

ul#menu-main-nav ul li {
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
}

ul#menu-main-nav li a:hover, .dropdown-item.active {
	background: unset;
	color: var(--sky-blue);
}

ul#menu-main-nav ul li:last-of-type {
	border-bottom: none;
}

ul#menu-main-nav li:hover > ul {
	display: block;
}

.dropdown-menu ul {
	right: -179px;
	top: -1px;
}

ul.dropdown-menu {
	border-radius: 0;
	margin-top: -3px !important;
	position: static !important;
}

@media (min-width: 1170px) {
	ul.dropdown-menu {
		border-radius: 0;
		margin-top: -3px !important;
		position: absolute !important;
	}
}

@media (min-width: 835px) and (max-width: 1169px) {
	#topnavbar ul.dropdown-menu {
		border-radius: 0;
		margin-top: -3px !important;
		position: absolute !important;
	}
}

.dropdown a.dropdown-item {
	padding: 10px 30px;
	color: #000 !important;
	font-size: 22px !important;
}

@media (min-width: 1170px) {
	.dropdown a.dropdown-item {
		padding: 10px 15px;
		font-size: 16px !important;
	}
}

.header-logo {
	max-width: 200px;
	height: 45px;
}

@media (min-width: 835px) {
	.header-logo {
		max-width: 200px;
		height: 38px;
	}
}

@media (min-width: 1170px) {
	.header-logo {
		max-width: 200px;
		height: 45px;
	}
}

#menu-top-nav, #menu-brand-nav {
	display: none;
}

#menu-top-nav {
	padding: 4px 0;
}

@media (min-width: 835px) {
	#menu-top-nav, #menu-brand-nav {
		display: flex;
		flex-direction: row;
		margin: 0 0 0 auto;
	}
}

#menu-top-nav li.menu-item, #menu-brand-nav li.menu-item {
	padding-right: 15px;
	display: flex;
}

#menu-top-nav li a.nav-link, #menu-brand-nav li a.nav-link {
	font-size: 13px;
	font-weight: 300;
	padding: 8px;
	display: flex;
	line-height: 1;
	align-items: center;
	position: relative;
}

#menu-top-nav li a.nav-link[aria-current="page"]::before {
	content: "";
	height: 2px;
	width: calc(100% - 16px);
	position: absolute;
	bottom: 3px;
	left: 8px;
	background-color: #5bc6d8;
}

#menu-top-nav {}

.dropdown-menu {}

.mid-nav {
	display: grid;
	clear: both;
	grid-template-columns: 1fr 1fr;
	background: #fff;
	text-align: center;
	align-items: center;
	font-size: 15px;
}

@media (min-width: 835px) {
	.mid-nav {
		display: none;
	}
}

.topnav-login-btn, .mid-nav .dropdown {
	background: url("https://binks.com/nitropack_static/DKeuCjlrqwkGGlElLmgFlKuNiIjGRaMQ/assets/images/optimized/rev-4532417/binks.com/wp-content/themes/binks/images/distributor.svg") 12px center no-repeat var(--sky-blue);
	color: var(--dark-blue) !important;
	justify-content: center;
	align-items: center;
	padding: 10px 0 10px 25px !important;
	font-size: 15px;
	min-height: 100%;
	font-weight: 400;
}

.topnav-login-btn.nitro-lazy, .mid-nav .dropdown.nitro-lazy {
	background: none !important;
}

@media (max-width: 834px) {
	#TopNav {
		display: none;
	}
	
	.mid-nav .dropdown a {
		background: none;
		padding: 10px 0px 10px 0px !important;
	}
	
	.mid-nav .dropdown .dropdown-menu.show {
		position: absolute !important;
		right: -1px;
		left: auto;
		padding: 0 10px;
	}
	
	.mid-nav .dropdown .dropdown-menu.show a {
		background: #fff;
	}
}

@media (min-width: 835px) {
	.topnav-login-btn {
		background: url("https://binks.com/nitropack_static/DKeuCjlrqwkGGlElLmgFlKuNiIjGRaMQ/assets/images/optimized/rev-4532417/binks.com/wp-content/themes/binks/images/distributor.svg") 12px center no-repeat var(--sky-blue);
		color: var(--dark-blue) !important;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 12px 0 25px;
		font-size: 12px;
		min-height: 100%;
		font-weight: 400;
	}
	
	.topnav-login-btn.nitro-lazy {
		background: none !important;
	}
}

.topnav-login-btn:hover {
	filter: opacity(75%);
}

.brandnav-info {
	width: 100%;
	position: absolute;
	right: 0;
	top: 29px;
	z-index: 200;
	border-left: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	display: none;
	left: 0;
}

#BrandNav li:hover .brandnav-info {
	display: block;
}

.mobile-links {
	display: none;
}

.navbrand-col2 .btn {
	font-size: 12px;
}

.navbrand-logo {
	max-width: 150px;
}

.navbrand-tag {
	font-size: 15px;
	font-weight: 700;
	font-style: italic;
	line-height: 18px;
	padding: 0;
	margin: 0;
}

.brand_ar .navbrand-tag, .brand_ar .navbrand-headline, .brand_ar .navbrand-techs li {
	color: #000 !important;
}

.term-devilbiss-automotive-refinishing .brand-tri-top, .term-devilbiss-automotive-refinishing .brand-tri-bottom {
	background-color: #ff5100;
}

.term-devilbiss-automotive-refinishing .brand-header .btn {
	background-color: #ff5100;
}

.term-devilbiss-automotive-refinishing .brand-header .btn:hover {
	background-color: #ad3d09;
}

.navbrand-col1, .navbrand-col2 {
	justify-content: center;
	display: flex;
	flex-direction: column;
}

.navbrand-headline {
	font-size: 15px;
	font-weight: 700;
}

.navbrand-techs {
	list-style-type: disclosure-closed;
}

.weglot-language .dropdown-menu {
	min-width: 140px !important;
}

.menu-item-weglot {
	padding: 0px !important;
}

.weglot-language, .weglot-language .dropdown-menu a, .menu-item-210 .dropdown-menu a, .dropdown a.dropdown-item {
	color: #212529 !important;
	font-weight: 500 !important;
	font-size: 13px;
}

@media (max-width: 1169px) {
	.weglot-language, .weglot-language .dropdown-menu a, .menu-item-210 .dropdown-menu a, .dropdown a.dropdown-item {
		color: #212529 !important;
		font-weight: 500 !important;
		font-size: 13px;
		text-wrap: wrap;
	}
}

.searchPopUpButton {}

.searchPopUpButton img {
	height: 48px;
}

.login-username, .login-password {
	display: flex;
	flex-direction: column;
}

/* Global Menu */
@media (min-width: 991px) {
	ul#menu-main-nav ul {
		display: none;
		position: absolute;
		z-index: 99999;
		background-color: #fff;
		padding: 0;
		text-align: left;
		list-style: none;
		margin-left: 4%;
		margin-right: 4%;
		left: 0;
		width: 92vw;
	}
	
	ul#menu-main-nav ul.dropdown-menu li {
		display: block;
		height: auto;
		text-align: left;
		margin-left: 0px;
		border-right: 1px solid var(--sky-blue);
		position: unset;
		padding: 0 !important;
	}
	
	ul#menu-main-nav ul.dropdown-menu ul.dropdown-menu li {
		border-right: none !important;
	}
	
	ul#menu-main-nav ul ul.dropdown-menu {
		position: absolute;
		top: 0px !important;
		margin: 0px;
		border: none !important;
		height: 100%;
	}
	
	ul#menu-main-nav ul.dropdown-menu li ul.dropdown-menu a {
		padding-left: 30px;
		text-transform: initial;
		font-size: 14px;
	}
	
	ul#menu-main-nav ul.dropdown-menu .menu-item-has-children a {
		position: relative;
	}
	
	ul#menu-main-nav ul.dropdown-menu li.menu-item-has-children:hover > a:after {
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		z-index: 999999;
		right: -14px;
		top: calc(50% - 7px);
		border-style: solid;
		border-width: 8px 0 8px 14px;
		border-color: transparent transparent transparent #14b2e7;
	}
	
	li.dropdown {
		position: relative;
	}
	
	#mobile_navbar {
		display: none !important;
	}
	
	.dropdown-menu {
		background-color: var(--nickel-grey);
	}
	
	.dropdown a.dropdown-item {
		color: #000 !important;
	}
	
	.dropdown a.dropdown-item:focus, .dropdown a.dropdown-item:hover {
		background: var(--medium-blue) !important;
		color: var(--nickel-grey) !important;
	}
}

/*  Footer Styles  */
#footer {
	background: var(--dark-blue);
	padding-top: 54px;
	position: relative;
	overflow: hidden;
}

@media (min-width: 835px) {
	#footer {
		background: var(--dark-blue);
		padding-top: 80px;
		padding-bottom: 80px;
		position: relative;
		overflow: hidden;
	}
}

#footer p {
	color: rgba(154, 154, 154, 1);
	padding: 20px 0 0;
}

button#openCmodel {
	margin: 0;
}

@media (max-width: 1169px) {
	#footer p {
		font-size: 16px;
	}
}

#footer h5 {
	color: #fff;
}

#footer a {
	color: var(--nickel-grey);
	opacity: 1;
	transition: all .25s;
}

#footer a:hover {
	opacity: .75;
}

#footer ul {
	list-style: none;
	padding: 0;
}

@media (min-width: 835px) {
	#footer ul {
		list-style: none;
		padding: 0 0 68px;
	}
}

@media (min-width: 1170px) {
	#footer ul {
		list-style: none;
		padding: 0 0 75px;
		display: inline-grid;
		grid-template-rows: repeat(4, auto);
		grid-auto-flow: column;
	}
}

#footer ul li {
	padding: 0 30px 0 0;
	width: 220px;
}

@media (min-width: 1170px) {
	#footer ul li {
		padding: 0 30px 0 0;
		width: 240px;
	}
}

#footer .container:first-child:before {
	content: "";
	display: block;
	position: absolute;
	background: url("https://binks.com/nitropack_static/DKeuCjlrqwkGGlElLmgFlKuNiIjGRaMQ/assets/images/source/rev-4532417/binks.com/wp-content/themes/binks/images/footer-line.svg") 0 0 no-repeat;
	height: 1446px;
	width: 320px;
	top: -200px;
	right: 50%;
	transform: translateX(50%);
}

@media (min-width: 450px) {
	#footer .container:first-child:before {
		content: "";
		display: block;
		position: absolute;
		background: url("https://binks.com/nitropack_static/DKeuCjlrqwkGGlElLmgFlKuNiIjGRaMQ/assets/images/source/rev-4532417/binks.com/wp-content/themes/binks/images/footer-line.svg") 0 0 no-repeat;
		height: 1446px;
		width: 320px;
		right: 60px;
		transform: translateX(0);
	}
}

@media (min-width: 835px) {
	#footer .container:first-child:before {
		content: "";
		display: block;
		position: absolute;
		background: url("https://binks.com/nitropack_static/DKeuCjlrqwkGGlElLmgFlKuNiIjGRaMQ/assets/images/source/rev-4532417/binks.com/wp-content/themes/binks/images/footer-line.svg") 0 0 no-repeat;
		height: 1446px;
		width: 275px;
		top: -570px;
		right: 0;
	}
}

@media (min-width: 1170px) {
	#footer .container:first-child:before {
		content: "";
		display: block;
		position: absolute;
		background: url("https://binks.com/nitropack_static/DKeuCjlrqwkGGlElLmgFlKuNiIjGRaMQ/assets/images/source/rev-4532417/binks.com/wp-content/themes/binks/images/footer-line.svg") 0 0 no-repeat;
		height: 1446px;
		width: 390px;
		top: -690px;
		right: -25px;
	}
}

#footer .container:first-child {
	display: grid;
	grid-template-columns: 1fr;
	position: relative;
}

@media (max-width: 834px) {
	#footer .container:first-child {
		max-width: 392px;
		margin-bottom: 90px;
	}
}

@media (max-width: 449px) {
	#footer .container:first-child {
		max-width: 300px;
		margin-bottom: 90px;
	}
}

@media (min-width: 835px) {
	#footer .container:first-child {
		display: grid;
		grid-template-columns: 1fr 1fr 250px;
		position: relative;
	}
}

@media (min-width: 1170px) {
	#footer .container:first-child {
		display: grid;
		grid-template-columns: 1fr 2fr 300px;
		position: relative;
	}
}

#footer .container:last-child {
	color: var(--nickel-grey);
	font-size: 12px;
	line-height: 28px;
}

@media (max-width: 834px) {
	#footer .container:last-child {
		max-width: 395px;
		text-align: center;
		margin-bottom: 20px;
	}
}

@media (max-width: 449px) {
	#footer .container:last-child {
		max-width: 300px;
		text-align: center;
		margin-bottom: 20px;
	}
}

@media (min-width: 1170px) {
	#footer .container:last-child {
		font-size: 12px;
		margin: 0 auto;
	}
}

#footer .container:last-child a {
	color: var(--nickel-grey);
	font-size: 12px;
	line-height: 28px;
	font-weight: 400;
}

@media (min-width: 1170px) {
	#footer .container:last-child a {
		font-size: 12px;
	}
}

#footer .column:first-child {
	padding: 0;
}

#footer .column {
	padding: 10px 0;
}

#footer .social-icons {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	position: relative;
	z-index: 100;
	justify-content: flex-start;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 8px;
}

#footer .links, #footer .copyright {
	display: inline-block;
	margin-right: 40px;
}

#footer .links a {
	margin-right: 20px;
}

@media (min-width: 1170px) {
	#footer .links a {
		margin-right: 40px;
	}
}

#footer .footer-ancillary-links {
	display: flex;
	flex-direction: column;
	margin-top: 2rem;
	gap: .5rem;
	padding-bottom: 1rem;
}

#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
	margin-bottom: 0;
	border: none !important;
	outline: none !important;
	background: transparent;
	color: var(--sky-blue) !important;
	border-radius: 0px;
	font-size: 12px !important;
	padding: 0 !important;
}

#ot-sdk-btn.ot-sdk-show-settings:hover, #ot-sdk-btn.optanon-show-settings:hover {
	background: transparent !important;
	color: #00509e !important;
}

#PrivPolPopUpWrap {
	background-color: #313131;
	position: fixed;
	bottom: 0;
	z-index: 100;
	width: 100%;
}

#PrivPolPopUpInnerWrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#PrivPolCloseWrap {
	cursor: pointer;
	background-image: url("https://binks.com/nitropack_static/DKeuCjlrqwkGGlElLmgFlKuNiIjGRaMQ/assets/images/optimized/rev-4532417/binks.com/wp-content/uploads/2022/05/closeXIcon.png");
	background-repeat: no-repeat;
	width: 21px;
	height: 21px;
	background-size: contain;
	margin: 0 0 0 30px;
}

#PrivPolCloseWrap.nitro-lazy {
	background-image: none !important;
}

div#PrivPolPopUpWrap p, div#PrivPolPopUpWrap a {
	color: #fff;
	padding: 20px 0px;
	margin: 0;
}

.footer-logo {
	max-width: 200px;
}

.footer-nav {
	border-left: 1px solid var(--sky-blue);
}

#menu-footer-nav li a {
	padding: 5px 0;
	font-weight: 300;
	font-size: 18px;
}

@media (min-width: 835px) {
	#menu-footer-nav li a {
		font-size: 15px;
	}
}

@media (min-width: 1170px) {
	#menu-footer-nav li a {
		font-size: 20px;
	}
}

.footer-tel {
	font-weight: 700;
}

.footer-tel:hover {
	color: var(--sky-blue) !important;
}

.white-overlay {
	/*height: 100%;
    width: 100%;*/
	background: rgba(255, 255, 255, .7);
}

.contact-area {
	background-color: var(--sky-blue);
	padding: 56px 1rem;
	position: relative;
	margin-top: 0;
	overflow: hidden;
}

@media (min-width: 834px) {}

.service-area {
	padding: 2rem 24px 0;
	overflow-wrap: anywhere;
}

@media (min-width: 1170px) {
	.service-area {
		padding: 2rem 72px 0;
	}
}

.service-area .container {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 30px;
	background-color: var(--nickel-grey);
	border-radius: 20px;
	padding: 45px 27px;
	margin-bottom: 36px;
	max-width: 1440px;
}

@media (min-width: 835px) {
	.service-area .container {
		padding: 70px 50px;
	}
}

@media (min-width: 1170px) {
	.service-area .container {
		grid-template-columns: 40fr 60fr;
		grid-gap: 18px;
		margin-bottom: 36px;
		padding: 70px 50px;
	}
}

.product-template-default .service-area .container {
	background-color: var(--dark-blue);
}

.service-area h2 {
	margin-bottom: 30px;
}

.service-area .container select.form-select {
	max-width: 100%;
	background-color: var(--white);
	height: 50px;
}

@media (min-width: 835px) {
	.service-area .container select.form-select {
		max-width: 456px;
	}
}

.service-area .container > div:last-child {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 30px;
	text-align: center;
}

@media (min-width: 835px) {
	.service-area .container > div:last-child {
		grid-template-columns: 1fr 1fr;
		grid-gap: 18px;
		text-align: left;
	}
}

.service-area .techsupp-optionsholder svg {
	margin-bottom: 20px;
	height: 67px;
}

@media (min-width: 1170px) {
	.service-area .techsupp-optionsholder svg {
		margin-bottom: 37px;
	}
}

.service-area .techsupp-optionsholder svg path {
	stroke: var(--medium-blue);
}

.product-template-default .service-area .techsupp-optionsholder svg path {
	stroke: var(--seafoam-green);
}

.product-template-default .service-area h2, .product-template-default .service-area h4, .product-template-default .service-area h5, .product-template-default .service-area a {
	color: #fff;
}

.service-area .techsupp-optionsholder h4 {
	margin-bottom: 20px;
}

.service-area a {
	font-weight: normal;
}

.service-area a.supp-phone {
	margin-bottom: 16px;
	display: block;
}

.btn-close {
	position: absolute;
	right: 1rem;
	top: 1rem;
	box-shadow: none !important;
}

/*  Homepage Styles  */
.slideimg {
	height: 500px;
	display: flex;
	align-items: center;
}

.homepg-slider-inner {
	clip-path: polygon(0 0, 100% 0, 100% 86%, 0% 100%);
}

.overlay-text {
	color: #fff;
	font-size: 45px;
}

.homepage-slider-logo {
	width: 150px;
}

.homepg-title {
	font-size: 38px;
	line-height: 45px;
	text-transform: unset;
	margin-top: 30px;
}

.homepg-tag {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 30px;
}

.homepg-callout-title {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 55px;
	position: relative;
	z-index: 150;
}

.homepg-callout-copy div {
	padding-left: 100px;
}

.homepg-callout-copy a {
	margin-left: 100px;
}

.homepg-callout-copy p {
	line-height: 34px;
}

.homepg-matapp-title {
	font-weight: 900;
	color: #00509e;
	font-size: 45px;
	text-transform: uppercase;
}

.homepg-featprod-matapp {
	color: var(--sky-blue) !important;
	font-weight: 500;
}

.feat-prod-img {
	min-height: 300px;
}

.feat-prod-info h3 {
	color: #00509e;
}

.feat-prod-pill {
	border: none;
}

.feat-prod-indicator {
	display: none;
	width: 100%;
	justify-content: center;
}

.feat-prod-pill.active + .feat-prod-indicator {
	display: flex;
}

.feat-content-title {
	font-weight: 700;
	font-size: 24px;
}

.feat-content-headline {
	text-transform: uppercase;
	font-weight: 900;
	color: #00509e;
	font-size: 50px;
	line-height: 55px;
}

.service-col {
	min-height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.sm-gray-angle, .sm-feat-content {
	display: none;
}

.service-col img {
	max-width: 60px;
}

.service-col h4 {
	font-weight: 900;
	margin-top: 30px;
}

.feat-prod-indicator.ind-0 {
	bottom: 5px;
}

.feat-prod-indicator.ind-1 {
	bottom: 18px;
}

.feat-prod-indicator.ind-2 {
	bottom: 31px;
}

.feat-prod-indicator.ind-3 {
	bottom: 46px;
}

.q-pills-tab-headline {
	display: none;
}

#q-pills-tab .feat-prod-pill.active, #q-pills-tab .feat-prod-pill:hover, #pills-tab .feat-prod-pill:hover {
	background-blend-mode: multiply;
	transition: all 1s ease;
}

#q-pills-tab .feat-prod-pill:hover .q-pills-tab-headline {
	display: block;
}

.homepg-prod-tabs {
	clip-path: polygon(0 22%, 100% 0, 100% 100%, 0% 100%);
	margin-top: -60px;
}

.homepg-prod-tabs-stack {
	display: none;
}

#background-image-block h2, #background-image-block h3, #background-image-block p {
	color: #fff;
}

.overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
}

.featprod-featimg {
	max-width: 300px;
}

.matapp-header {
	min-height: 600px;
	display: flex;
	align-items: center;
}

.matapp-page-header {
	font-size: 60px;
	display: flex;
}

.matapp-page-header img {
	margin-left: 20px;
}

.matapp-callout {
	border-top: 1px solid;
	border-bottom: 1px solid;
	display: flex;
	align-items: center;
	height: 100%;
	flex-direction: column;
	justify-content: center;
}

.matapp-callout p {
	padding-bottom: 0;
	margin-bottom: 0;
}

.matapp-accord-img {
	max-width: 200px;
}

#prod-accordionExample {
	display: none;
}

#prod-accordionExample .accordion-button {
	padding: 15px 15px !important;
}

#prod-accordionExample .accordion-body {
	padding: 15px;
}

/* Site Styles */
#VideoPopUpWrap {
	position: fixed;
	z-index: 1021;
	display: none;
	bottom: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#VideoPopUpWrap .contentWrap {
	width: 100%;
	height: 100%;
}

.videoWrap {
	width: 87%;
	height: auto;
	height: 0;
	display: block;
	margin-left: -43.5%;
	left: 50%;
	top: 60px;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
}

#VideoPopUpWrap iframe {
	position: absolute;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoPopUpCloseButton {
	font-size: 36px;
	position: absolute;
	top: 10px;
	right: 60px;
	cursor: pointer;
	z-index: 20;
	color: #fff;
}

#VideoPopUpWrap .transparentBckgrnd {
	background-color: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .8;
}

.resource-item {
	background: #666;
	margin-bottom: 30px;
}

.resource-item .copy {
	padding: 30px 45px 15px 45px;
	position: relative;
}

.resource-item h3 {
	margin: 0px;
	padding: 0px;
	line-height: 1;
}

.resource-item h3 a {
	color: #fff;
}

.resource-item h3 a:hover {
	color: #00509e;
}

.resource-item .date {
	color: #eee;
	font-weight: 600;
	font-size: 14px;
	padding: 5px 0px 15px;
}

.resource-item .copy p {
	color: #fff;
	font-size: 14px;
}

.pagination {
	justify-content: center;
	width: 100%;
	margin-top: 30px;
}

.category-communications .pagination {
	display: none;
}

#header-image {
	height: 300px;
	display: flex;
	align-items: center;
}

.accordion-header > span {
	position: absolute;
	top: -80px;
}

.accordion-header .minus {
	font-size: 30px;
	margin-top: -5px;
}

.accordion-item {
	border: none;
	border-bottom: 1px solid var(--nickel-grey);
	background: transparent;
}

.accordion-item:last-of-type .accordion-button.collapsed, .accordion-item:last-of-type {
	border-radius: 0;
}

.accordion-header {
	padding: 40px 0px;
}

.accordion-button {
	display: grid;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 15px 0px !important;
	font-size: 18px;
	color: var(--dark-blue) !important;
	text-decoration: none !important;
	background-color: unset !important;
	box-shadow: none !important;
	grid-template-columns: 1fr 20px;
	grid-gap: 15px;
}

.accordion-button span.translate-ignore {
	background: url("https://binks.com/nitropack_static/DKeuCjlrqwkGGlElLmgFlKuNiIjGRaMQ/assets/images/optimized/rev-4532417/binks.com/wp-content/themes/binks/images/nav-arrow.svg") 0 0 no-repeat;
	display: inline-block;
	height: 9px;
	width: 20px;
	background-size: 20px;
	font-size: 0;
	margin: 0;
	padding: 0;
}

.accordion-button span.translate-ignore.nitro-lazy {
	background: none !important;
}

.accordion-button span.translate-ignore.minus {
	transform: rotate(-180deg);
}

.accordion-button:after {
	display: none !important;
}

.accordion-button span {
	font-size: 26px;
	padding-left: 15px;
	padding-right: 10px;
	line-height: 0;
	font-weight: 100;
	margin-top: -3px;
}

.accordion-header .minus {
	font-size: 30px;
}

.accordion-button:hover, .accordion-button[aria-expanded="true"] {
	color: var(--dark-blue) !important;
}

.accordion-body {
	padding: 15px 30px 15px 0px;
}

.accordion-item:first-of-type .accordion-header {
	border-radius: 0;
	border-top: 2px solid var(--nickel-grey);
}

.sub-accord-item {
	margin-left: 30px;
	margin-right: 30px;
}

.sub-accord-item .accordion-body {
	font-size: 14px;
}

.video-container iframe {
	width: 100%;
	min-height: 300px;
}

.market-header-content {
	background-color: rgba(0, 80, 158, .82);
	min-height: 600px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	clip-path: polygon(10% 0%, 50% 0%, 50% 100%, 10% 100%);
}

.mkt-intro {
	max-width: 35%;
	margin-left: 12.5%;
}

#subpage_header_image {
	min-height: 400px;
}

.about-callout {
	padding-left: 60px;
	padding-right: 60px;
}

.about-callout .section-padded {
	border-top: 1px solid #00509e;
	border-bottom: 1px solid #00509e;
}

.benefits-repeater {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.benefits-repeater div {
	border-left: 2px solid var(--sky-blue);
	color: #00509e;
	padding: 0px 10px;
	font-weight: 400;
	max-width: 225px;
	margin-bottom: 30px;
}

.page-template-fullwidth-careers #header-image {
	height: 350px;
	margin-bottom: 50px;
}

.career-angle-one, .career-angle-two {
	position: absolute;
	bottom: -100px;
	left: 0;
	width: 100%;
	height: 100px;
	background: #00509e;
	clip-path: polygon(0 0, 0% 100%, 33% 0);
}

.career-angle-two {
	color: var(--sky-blue);
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	padding: 30px;
	font-size: 24px;
	font-weight: 500;
	bottom: 0;
	height: 175px;
	clip-path: polygon(100% 0, 33% 100%, 100% 100%);
}

.career-angle-two span {
	color: #fff;
	font-style: italic;
}

.careers-benefits {}

.location-item-info span {
	font-weight: 700;
}

/* Single Brand Styles */
#single-product {
	background-color: var(--dark-blue);
	padding-bottom: 20px;
}

#overview {
	margin: 32px 24px 0;
}

@media (min-width: 835px) {
	#overview {
		margin: 60px 24px 0;
	}
}

#overview p {
	margin-bottom: 1.15em;
}

#overview ul, #overview ol {
	padding-left: 1.15em;
}

#literature {
	margin: 32px 0 0;
	background-color: var(--nickel-grey);
}

@media (min-width: 835px) {
	#literature {
		margin: 0px 0 0;
		background-color: var(--nickel-grey);
	}
}

#single-product > .container {
	padding: 50px 0 0;
}

#overview > .container {
	padding: 0px 0 0;
}

#literature > .container {
	padding: 0px 0 0;
}

#single-product h1, #single-product .h3, #single-product p, #single-product {
	color: var(--white);
}

#single-product h1 {
	margin: 0 0 20px;
}

@media (min-width: 992px) {
	#single-product h1 {
		margin: 0 0 10px;
	}
}

#single-product .entry-content h2 {
	border-bottom: 2px solid var(--white);
	padding-bottom: 20px;
	margin-bottom: 0;
}

#overview .entry-content h2 {
	border-bottom: 2px solid var(--nickel-grey);
	padding-bottom: 25px;
	margin-bottom: 0;
}

#literature .entry-content h2 {
	border-bottom: 2px solid var(--nickel-grey);
	padding-bottom: 25px;
	margin-bottom: 0;
}

.single-brand-logo {
	max-width: 250px;
}

.overview-content-block {
	padding: 30px 0 0;
}

@media (min-width: 835px) {
	.overview-content-block {
		padding: 30px 0;
	}
}

@media (min-width: 1170px) {
	.overview-content-block {
		padding: 35px 0 40px;
	}
}

.overview-grid {
	display: grid;
	grid-template-columns: 1fr;
}

@media (min-width: 1170px) {
	.overview-grid {
		display: grid;
		grid-template-columns: 1fr .8fr;
		grid-gap: 100px;
	}
}

.single-brand-tag {
	text-transform: unset;
	font-style: italic;
	margin-top: 30px;
}

.single-brand-desc {
	padding: 30px;
}

.brand-header {
	min-height: 400px;
}

.brand-hist-block {
	border-top: 1px solid #00509e;
	border-bottom: 1px solid #00509e;
}

.brand-tri-top {
	clip-path: polygon(100% 46%, 37% 100%, 100% 100%);
	background-color: #00509e;
	min-height: 300px;
	width: 100%;
	position: absolute;
	bottom: 0;
}

.brand-tri-bottom {
	clip-path: polygon(0 0, 0 30%, 38% 0);
	background-color: #00509e;
	min-height: 300px;
	width: 100%;
	position: absolute;
	top: 0;
}

.single-brand-content {
	position: absolute;
	right: 0;
}

.single-brand-row {
	position: relative;
}

span.brand-sen1 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 35px;
}

.brand-desc-block {
	border-left: 1px solid #414042;
	padding-left: 90px;
}

.brand-desc-imgblock {
	min-height: 400px;
}

/* Single Product Styles */
.single-prod-header {
	display: block;
	border-bottom: 0;
	padding: 0 24px;
}

.single-prod-info {
	padding: 0 24px;
}

.single-prod-info a:not(.btn-primary):not(.btn-outline-primary) {
	color: var(--sky-blue);
}

.single-prod-name .h3 {
	border-bottom: 1px solid var(--nickel-grey);
	padding: 0 0 24px;
	margin: 0 0 24px;
	color: #2a2043;
	opacity: .85;
}

@media (min-width: 992px) {
	.single-prod-name .h3 {
		border-bottom: 1px solid var(--nickel-grey);
		padding: 0 0 18px;
		margin: 0 0 18px;
		color: #2a2043;
		opacity: .85;
	}
}

.single-prod-ctas a:first-child {
	margin-right: 0;
}

@media (min-width: 835px) {
	.single-prod-ctas a:first-child {
		margin-right: 25px;
	}
}

.brand_ar .singleprod-colortri, .brand_both .singleprod-colortri {
	background-color: #ff5100;
}

.brand_ind .singleprod-colortri {
	background-color: #00509e;
}

.brand_both .singleprod-colortri-large {
	background-color: #00509e;
}

.brand_ar .btn {
	background: #000;
}

.brand_ar .btn:hover {
	background: #ff5100;
}

.brand_ar .single-prod-title {
	color: #ff5100;
}

.brand_ar .single-prod-tabs .nav-link.active, .brand_ar .single-prod-tabs .nav-link.active:focus-visible {
	color: #000;
}

.brand_both_logobox {
	display: flex;
	flex-direction: column;
}

.brand_both_logobox img {
	max-width: 150px;
	max-height: unset !important;
}

.single-prod-title {
	color: #00509e;
	font-size: 24px;
	text-transform: unset;
}

.single-prod-tagline {
	font-size: 18px;
	font-weight: 700;
	text-transform: unset;
	color: #414042;
}

.single-prod-brand img {
	max-height: 23px;
	width: auto;
	margin-bottom: 20px;
}

.prod-feat-img {
	flex-direction: column;
}

.single-prod-feat-img img {
	max-height: 200px;
	width: auto;
}

.prod-feat-img .carousel-buttons {
	flex-wrap: wrap;
}

.prod-feat-img .carousel-buttons div {
	margin-bottom: 15px;
}

.prod-feat-img .carousel-buttons div.active {
	outline: 3px solid var(--seafoam-green);
}

.single-prod-tabs .nav-link {
	font-weight: 700;
	color: #898d90;
}

.single-prod-tabs .nav-link.active, .single-prod-tabs .nav-link.active:focus-visible {
	color: var(--sky-blue);
	border: none;
	outline: none !important;
}

.single-prod-tabs .nav-tabs {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #414042;
}

.single-prod-tabs-tri {
	max-width: 40px;
	position: absolute;
	bottom: -10px;
	display: none;
}

.single-prod-tabs .nav-item {
	position: relative;
	display: flex;
	justify-content: center;
}

.single-prod-tabs .nav-link.active + .single-prod-tabs-tri {
	display: block;
}

.single-prod-tabs .nav-tabs .nav-link:focus, .single-prod-tabs .nav-tabs .nav-link:hover {
	border: none;
	isolation: unset;
}

.nav-tabs .nav-link.active {
	background: transparent;
	border: none;
}

.nav-tabs .nav-link {
	border: none;
}

.single-prod-lit-list, .content-lit-list {
	list-style-type: none;
}

#specs {
	padding: 90px 0 0;
}

.table, .wp-block-table table {
	--bs-table-bg: var(--nickel-grey);
	--bs-table-striped-bg: var(--white);
}

.table th, .wp-block-table table th {
	background-color: var(--white);
	color: var(--dark-blue);
	border: 0;
}

.table > :not(:first-child), .wp-block-table table > :not(:first-child) {
	border-top: 2px solid var(--medium-blue);
}

.table > :not(caption) > * > *, .wp-block-table table > :not(caption) > * > * {
	padding: 15px 20px;
}

#literature {
	margin-bottom: 40px;
	background: var(--nickel-grey);
	padding: 32px 24px;
}

@media (min-width: 835px) {
	#literature {
		margin-bottom: 40px;
		background: var(--nickel-grey);
		padding: 60px 24px;
	}
}

#literature .literature-title-row {
	display: grid;
	grid-template-columns: 1fr;
	border-bottom: 1px solid #fff;
	align-items: center;
}

@media (min-width: 835px) {
	#literature .literature-title-row {
		display: grid;
		grid-template-columns: 1fr 176px;
	}
}

#literature .literature-grid {
	display: grid;
	grid-template-columns: 1fr;
}

@media (min-width: 835px) {
	#literature .literature-grid {
		grid-template-columns: 1fr 1fr;
		grid-gap: 50px;
	}
}

#literature h2 {
	margin-bottom: 25px;
}

@media (min-width: 835px) {
	#literature h2 {
		margin-bottom: 0;
	}
}

#literature .literature-title-row {
	padding-bottom: 25px;
}

#literature div a.literature.active {
	color: var(--dark-blue);
	font-weight: 600;
	font-size: 16px;
	display: flex;
	align-items: start;
	gap: 1rem;
}

#literature div li a.literature.active {
	margin: 8px 0;
}

#literature div ul {
	margin-bottom: 0;
	margin-top: 1.5rem;
	padding-right: 1rem;
	position: relative;
}

#literature div h4 {
	margin-top: 25px;
}

@media (min-width: 835px) {
	#literature div h4 {
		margin-top: 35px;
	}
}

#literature div h4 + ul {
	margin-top: 0;
}

@media (min-width: 835px) {
	#literature div h4 + ul {
		margin-top: 16px;
	}
}

/* For browsers that support `scrollbar-*` properties */
@supports (scrollbar-color: auto) {
	#literature div ul {
		scrollbar-color: white transparent;
		scrollbar-width: thin;
	}
}

/* Otherise use webkit */
@supports selector(::-webkit-scrollbar) {
	#literature div ul::-webkit-scrollbar-button {
		display: none;
	}
	
	#literature div ul::-webkit-scrollbar {
		width: 6px;
	}
	
	#literature div ul::-webkit-scrollbar-thumb {
		background-color: white;
		border-radius: 7px;
	}
	
	#literature div ul::-webkit-scrollbar-track {
		background: #8388a2;
		border-left: 2px solid transparent;
		border-right: 2px solid transparent;
		background-clip: padding-box;
	}
}

#literature div a:hover {
	color: var(--sky-blue);
}

.literature {
	display: none;
}

.literature.active {
	display: inline-block;
}

.language-select {
	z-index: 1;
	width: 100%;
	outline: none !important;
}

.content-lit-list {
	padding-left: 0;
}

.single-prod-tabs .tab-pane {
	padding: 30px;
}

.single-prod-mat-app p {
	color: #00509e;
	font-weight: 700;
}

.single-prod-avail {
	margin-top: 48px;
}

.single-prod-avail p {
	font-weight: 700;
}

.single-prod-mkt-img {
	min-height: 175px;
}

.single-prod-mkt-name {
	font-weight: 700;
	text-transform: uppercase;
}

.single-prod-mkt-block a:hover .single-prod-mkt-name {
	color: var(--sky-blue);
}

.lt-blue-arrow {
	max-width: 30px;
}

.single-prod-infocol {
	padding-right: 120px;
}

.single-prod-tile {
	margin-top: 50px;
}

#careersCarousel .carousel-control-next, #careersCarousel .carousel-control-prev {
	width: 30px;
}

#careersCarousel .carousel-item {
	border-left: 25px solid var(--dark-blue);
	border-right: 25px solid var(--dark-blue);
}

.carousel-control-next, .carousel-control-prev {
	opacity: 1;
}

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
	-webkit-filter: invert(0) grayscale(0);
	filter: invert(0) grayscale(0);
	background-color: var(--medium-blue);
	height: 50px;
	width: 50px;
	border-radius: 50px;
	background-size: 20px;
}

#careersCarousel .carousel-control-next, #careersCarousel .carousel-control-prev {
	width: 50px;
}

#careersCarousel .slideimg {
	height: 260px;
	background-color: #fff !important;
	border-radius: 12px;
}

@media (min-width: 835px) {
	#careersCarousel .slideimg {
		height: 440px;
		background-color: #fff !important;
		border-radius: 12px;
	}
}

@media (min-width: 992px) {
	#careersCarousel .slideimg {
		height: 530px;
		background-color: #fff !important;
		border-radius: 12px;
	}
}

.carousel-buttons {
	display: flex;
	padding: 15px 25px;
	justify-content: center;
}

@media (min-width: 835px) {
	.carousel-buttons {
		justify-content: start;
	}
}

.carousel-buttons div {
	width: 18%;
	height: auto;
	margin-left: 1.5%;
	margin-right: 1.5%;
	cursor: pointer;
	border-radius: 6px;
	padding: 7%;
}

@media (min-width: 835px) {
	.carousel-buttons div {
		width: 105px;
		height: 84px;
		margin-left: 0;
		margin-right: 13px;
		cursor: pointer;
		border-radius: 6px;
		padding: 0;
	}
}

.carousel-buttons div:hover {
	filter: brightness(.75);
}

#models {}

.models {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 25px;
	padding: 24px 0 26px;
}

@media (min-width: 835px) {
	.models {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 20px;
		padding: 24px 0 26px;
	}
}

@media (min-width: 1170px) {
	.models {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-gap: 25px;
		padding: 24px 0 26px;
	}
}

.model-card {
	border-radius: 12px;
	border: 1px solid var(--nickel-grey);
	padding: 16px 9px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 8px;
}

@media (min-width: 393px) {
	.model-card {
		border-radius: 12px;
		border: 1px solid var(--nickel-grey);
		padding: 16px 9px;
		display: grid;
		grid-template-columns: 160px 1fr;
		grid-gap: 8px;
	}
}

@media (min-width: 835px) {
	.model-card {
		border-radius: 12px;
		border: 1px solid var(--nickel-grey);
		padding: 24px 26px;
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 180px 1fr;
		grid-gap: 0;
	}
}

.model-card .model-image {
	height: 163px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	border-radius: 6px;
	margin-bottom: 12px;
}

.model-card .model-image img {
	width: 100%;
	height: auto;
}

@media (min-width: 835px) {
	.model-card .model-image img {
		width: auto;
		height: 100%;
	}
}

.model-card .model-text {
	text-align: left;
}

@media (min-width: 835px) {
	.model-card .model-text {
		text-align: center;
	}
}

.model-card h6 {
	color: var(--dark-blue);
	margin-bottom: 11px;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 800;
}

.model-card h5 {
	color: var(--dark-blue);
	margin-bottom: 25px;
}

.model-card .et_pb_text_inner, .model-card p {
	font-size: 13px;
	line-height: 150%;
	color: var(--dark-blue);
	font-weight: 400;
	margin-bottom: 12px;
}

.model-card span {
	font-size: 14px;
	line-height: 150%;
	display: block;
	font-weight: 600;
}

@media (min-width: 835px) {
	.model-card span {
		font-size: 18px;
		line-height: 150%;
		display: block;
		font-weight: 600;
	}
}

.region-com:last-of-type {
	display: none;
}

#breadcrumb a:hover {
	color: var(--sky-blue);
	text-decoration: underline;
}

.single-prod-breadcrumbs {
	padding: 0 24px 32px;
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 12px;
}

.single-prod-breadcrumbs a, .single-prod-breadcrumbs span {
	color: var(--white);
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
}

.single-prod-breadcrumbs *:last-child {
	font-weight: 600;
}

.single-prod-breadcrumbs a:hover {
	text-decoration: underline;
}

.single-prod-breadcrumbs i {
	display: inline-block;
	border-right: 2px solid var(--nickel-grey);
	height: 14px;
	margin: 0 12px;
}

/* End Single Product Styles */

/* Facet Styles */
.facetwp-checkbox.checked, .facetwp-checkbox {
	background-image: none !important;
	padding-left: 5px !important;
}

.facetwp-checkbox.checked.nitro-lazy, .facetwp-checkbox.nitro-lazy {
	background-image: none !important;
}

.facetwp-checkbox.checked {
	font-weight: bold;
	padding-left: 0px;
}

#PF_accordion .accordion-body {
	padding: 15px 15px 15px 0px;
}

.page-numbers, .facetwp-page {
	color: #414042;
	padding: 5px 10px !important;
}

.page-numbers.current, .facetwp-page.active {
	color: var(--sky-blue);
}

.nav-links {
	margin-top: 20px;
}

.facetwp-type-pager {
	text-align: center;
}

.facet-filter {
	display: none;
	margin-bottom: 10px;
}

.facet-filter p {
	margin-top: 30px !important;
}

.facetwp-flyout-close {
	font-weight: 500;
	font-size: 22px;
}

.facetwp-flyout-content h3 {
	color: #54585a !important;
	font-size: 15px;
	font-weight: 500;
}

.facetwp-flyout-content .name-product_category, .facetwp-flyout-content .name-brand {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid var(--sky-blue);
}

.facetwp-flyout-content .flyout-row:last-of-type {
	border-bottom: 1px solid var(--sky-blue);
}

.facetwp-flyout-content .facetwp-facet {
	margin-bottom: 20px !important;
}

.facetwp-flyout-content .facetwp-checkbox {
	padding-right: 5px;
	font-size: 13px;
	color: #54585a !important;
}

.facetwp-flyout-content .name-search_box h3 {
	display: none;
}

.facetwp-input-wrap:focus-visible {
	outline: var(--sky-blue) auto 1px !important;
}

.prod-container {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.prod-title {
	font-size: 14px;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 20px;
}

.facetwp-expand {
	font-weight: 500;
}

.facetwp-expand:hover {
	color: var(--sky-blue);
}

.prod-container hr {
	background-color: #ababab;
}

.prod-container a:hover .prod-title {
	color: var(--sky-blue);
}

.prod-container a:hover div {
	opacity: .5;
}

.card-header > span {
	position: absolute;
	top: -80px;
}

.card-header, .card {
	border-radius: 0px !important;
	background: none;
	border-bottom: none;
}

.card {
	border: none;
}

.card-header {
	text-transform: uppercase;
	border-top: 1px solid #999;
}

.card-header a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 20px 0px;
	font-size: 14px;
	color: #000 !important;
	text-decoration: none !important;
}

.card-body {
	padding: 20px 20px;
}

.card-header a span {
	font-size: 20px;
	padding-right: 30px;
	line-height: 0;
}

.card-header .minus {
	font-size: 20px;
}

#gal_archive .card-header a {
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	padding: 10px;
}

#gal_archive .card-header a span {
	padding-right: 0;
}

.facetwp-display-value, .facetwp-counter {
	font-size: 13px;
}

.facetwp-facet {
	margin-bottom: 20px;
}

.product-title {
	line-height: 20px;
	font-weight: 700;
	color: #414042;
	margin-top: 8px;
}

.product-title:hover {
	color: var(--sky-blue);
}

/* End Facet Styles */

/* Product Landing Page */
#prodlanding-header-image {
	height: 800px;
	clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 63%, 50% 100%, 12% 100%, 12% 70%, 0 73%);
}

#prodlanding-header-block {
	clip-path: polygon(12% 20%, 50% 20%, 50% 100%, 12% 100%);
}

.prod-landing-intro-content {
	position: absolute;
	max-width: 38%;
	left: 12%;
	top: 20%;
	height: 640px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: baseline;
	padding: 60px;
}

.prod-landing-brand-box {
	position: absolute;
	height: 300px;
	width: 36%;
	bottom: 0;
	right: 10%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.prod-landing-logos {
	align-items: center;
}

.prod-landing-brand-box p {
	margin-bottom: 0;
	margin-top: 20px;
}

.brand-logo {
	max-width: 75%;
}

.mkt-overlay {
	height: 100%;
	width: 100%;
	background-color: var(--sky-blue) e3;
	display: none;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
}

.mkt-block:hover .mkt-overlay {
	display: flex;
}

.mkt-overlay h5 {
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.white-arrow {
	max-width: 30px;
}

.matapp-headline h2 {
	font-size: 55px;
	text-align: center;
}

.matapp-block {
	text-align: left;
	border-left: 2px solid var(--sky-blue);
	justify-content: space-between;
	display: flex;
	flex-direction: column;
	align-items: baseline;
	padding: 0px 30px;
	height: 100%;
	overflow-wrap: anywhere;
}

.matapp-block h4 {
	color: #00509e;
	font-weight: 700;
}

.prod-landing-mktheadline {
	margin-bottom: -200px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.prod-landing-grayangle {
	clip-path: polygon(0 18%, 100% 0, 100% 100%, 0% 100%);
	height: 1240px;
	margin-top: -1150px;
	z-index: -2;
	position: relative;
}

.mkt-link {
	height: 100%;
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

/* End Product Landing Page */

/* Distribotor Styles */
.dp-block-item {
	width: 100%;
	height: 100%;
	padding: 30px;
	border-bottom: 1px solid #414042;
}

.dp-block-item a h5 {
	color: #00509e;
	font-weight: 700;
}

.dp-block-item a:hover h5 {
	color: var(--sky-blue);
}

.dp-block-item a h5 i {
	margin-right: 5px;
	font-size: 25px;
}

.dp-title-block img {
	margin-bottom: 5px;
	max-width: 65px;
	max-height: 50px;
}

.cat-header-image {
	min-height: 250px;
}

.cat-header-content {
	align-items: center;
	display: flex;
}

.entry-meta {
	display: none;
}

/* End Distributor Styles */
.webinar-registration-headerrow {
	background-color: #00509e;
	color: #fff;
	margin-bottom: 10px;
}

.webinar-registration-headerrow div {
	border: 1px solid #fff;
	padding: 10px;
}

.webinar-registration-row {
	border-bottom: 1px solid #000;
	padding: 15px 0;
}

.webinar-title {
	font-weight: 700;
}

/* Resource Library */
.resource-library-hero {
	background-color: #000036;
}

.search-page-input-container {
	display: flex;
	align-items: stretch;
	gap: .5rem;
}

.search-results-header {
	font-size: 20px !important;
	margin-bottom: 1rem;
}

.lang-form {
	min-width: 150px;
	margin-top: 10px;
}

.literature-headline span {
	font-size: 18px;
}

.litholder {
	/* margin-bottom: 20px; */
	padding: 15px;
}

.lit-inner {
	border: 1px solid #efefef;
	padding: 15px;
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.lit-item {
	display: flex;
	align-items: flex-start;
	line-height: 1.5;
	justify-content: flex-start;
}

.lit-item a {
	display: flex;
	align-items: center;
	overflow-wrap: anywhere;
	hyphens: auto;
}

.lit-lang-container {
	display: flex;
	display: grid;
	flex-wrap: wrap;
	--max-tile-width: 400px;
	grid-template-columns: repeat(auto-fit, minmax(var(--max-tile-width), 1fr));
}

.literature-accordian {
	margin-left: 26px;
}

.literature-accordian .accordion-item, .literature-accordian .accordion-header {
	border: none !important;
}

.literature-accordian .accordion-header:hover a {
	color: var(--sky-blue) !important;
}

.literature-accordian .accordion-button {
	justify-content: unset;
	line-height: 1;
}

.literature-accordian .accordion-button span {
	padding-left: 5px;
	font-weight: 300;
	padding-top: 2px;
}

.literature-accordian .accordion-body {
	padding: 5px 15px;
}

.literature-categories-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 20px;
}

.literature-categories-list .category-item {
	border: 2px solid #c7d3e5;
	border-radius: 999px;
	cursor: pointer;
	font-weight: 500;
	padding: 10px 1.5rem;
	text-transform: capitalize;
	transition: all .15s ease-in-out;
}

@media (max-width: 768px) {
	.literature-categories-list .category-item {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

.literature-category-page .top-bar {
	display: flex;
	gap: 4ch;
}

.literature-category-page .search-bar {
	flex: 1;
}

.literature-category-page .search-bar .facetwp-input-wrap, .literature-category-page .search-bar .facetwp-input-wrap input {
	width: 100%;
}

.literature-category-page .facetwp-facet {
	margin-bottom: 0px;
}

.literature-category-page .language-selector {
	flex: 0;
	display: flex;
	gap: 1ch;
}

.literature-category-page .language-selector select {
	height: 100%;
}

@media (max-width: 768px) {
	.literature-category-page .top-bar {
		flex-direction: column;
		gap: 2ch;
	}
	
	.literature-category-page .language-selector {
		width: 100%;
		justify-content: flex-start;
	}
	
	.literature-category-page .search-bar {
		width: 100%;
	}
}

/* End Resource Library */
.wtb-inputs label {
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 8px;
}

.wtb-inputs button {
	margin: .375rem 0;
}

.select-distance {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

/* .wtb-material-sel,
.pac-target-input {
  max-width: 500px;
  min-height: 35px;
  color: #414042;
} */
.alert-info {
	background-color: #eee;
	color: #00509e;
	border: none;
	padding: 10px;
}

.close.btn {
	background: #eee;
	color: #414042;
}

.close.btn:hover {
	background: #d2d2d2;
}

.troubleshooting-link {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
}

.troubleshooting-link i {
	margin-top: 4px;
}

/*  Mobile Styles  */
@media (max-width: 1200px) {
	.single-prod-infocol {
		padding-right: 80px;
	}
	
	.matapp-block h4 {
		font-size: 18px;
	}
	
	.matapp-block btn {
		font-size: 12px;
	}
}

@media (max-width: 1100px) {
	#prodlanding-header-image, #prodlanding-header-block {
		clip-path: polygon(0 0, 100% 0, 100% 86%, 0% 100%);
		height: 460px;
	}
	
	.prod-landing-intro-content {
		position: relative;
		max-width: 100%;
		left: unset;
		top: unset;
		height: unset;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: baseline;
		padding: 60px;
	}
	
	.prod-landing-brand-box {
		position: relative;
		height: unset;
		width: 100%;
		bottom: unset;
		right: unset;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		padding: 60px;
	}
	
	.brand-logo {
		max-width: 60%;
	}
}

.anchor a.anchor-link {
	top: -160px;
}

li.menu-item-has-children > a.dropdown-item:after {
	border-bottom: 0;
	border-left: .3em solid transparent;
	border-right: .3em solid transparent;
	border-top: .3em solid;
	content: "";
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
}

.menu-item-has-children .menu-item-has-children ul.dropdown-menu {
	margin-left: 30px;
	border: none;
}

.dropdown-item.active, .dropdown-item:active {
	background: unset !important;
	color: inherit !important;
}

.navbar-nav .dropdown-menu {
	border: none;
	background-color: var(--nickel-grey);
}

#menu-top-nav, #header_search {
	display: none;
}

@media (min-width: 835px) {
	#menu-top-nav, #header_search {
		display: flex;
	}
}

.mobile-links {
	display: flex;
}

.mobile-links #brands {
	background: unset !important;
	border: none !important;
	color: #fff;
	outline: none !important;
	font-size: 13px;
	font-weight: 300;
	padding: 8px;
	margin-right: 10px;
	max-width: 110px;
}

.mobile-links label.weglot-language {
	background: #1f365f;
	border: none !important;
	color: #fff !important;
}

.mobile-links .wglanguage-name {
	font-weight: 300 !important;
}

.mobile-links .weglot-language::after {
	filter: invert(100%) sepia(80%) saturate(2%) hue-rotate(276deg) brightness(108%) contrast(100%);
}

.mobile-links .weglot-language a {
	color: #1f365f !important;
}

.country-selector.weglot-dropdown .wgcurrent span {
	padding-right: 30px;
}

#searchPopUpWrap {
	display: none;
	position: absolute;
	background-color: var(--nickel-grey);
	top: 0;
	right: 0px;
	left: 0px;
	padding: 19px 10px 20px;
	max-height: 76px;
	overflow: hidden;
}

@media (min-width: 835px) {
	#searchPopUpWrap {
		display: none;
		position: absolute;
		background-color: var(--nickel-grey);
		top: 0;
		right: 0px;
		left: 0px;
		padding: 19px 40px 20px;
		max-height: 76px;
		overflow: hidden;
	}
}

@media (min-width: 1170px) {
	#searchPopUpWrap {
		display: none;
		position: absolute;
		background-color: var(--nickel-grey);
		top: -15px;
		right: 0px;
		left: 150px;
		padding: 21px 40px 21px;
		max-height: 79px;
		overflow: hidden;
	}
}

#searchPopUpInnerWrap {
	position: relative;
	width: 225px;
	width: 0;
	transition: width .3s ease-in-out;
	overflow: hidden;
}

#searchPopUpWrap.open #searchPopUpInnerWrap {
	width: 100%;
	margin: auto;
}

#searchPopUpWrap .search-field {
	border: none;
	box-shadow: none;
	background-color: transparent;
	line-height: 1;
	height: 30px;
	font-weight: 400;
	color: #1b4850;
	min-width: 100%;
	max-width: 100%;
	outline: none !important;
}

#searchCloseWrap {
	width: 34px;
	height: 34px;
	cursor: pointer;
	position: absolute;
	right: 7px;
	top: 3px;
	background: transparent;
	margin-right: 0;
}

#searchCloseWrap svg {
	width: 16px;
}

.searchButton {
	width: 80px;
	height: 29px;
	position: relative;
	border: 0;
	background: transparent;
	color: var(--dark-blue);
	-webkit-appearance: none;
	border-radius: 0;
	outline: 0;
}

.searchButton img {
	width: 30px;
	position: absolute;
	top: 5px;
	left: 0;
	padding-left: 0;
	padding-right: 10px;
}

@-moz-document url-prefix() {
	.searchButton img {
		top: 20px;
	}
}

#searchPopUpWrap .searchFormWrap {
	width: calc(100% - 38px);
	padding: 0;
}

#searchPopUpWrap label {
	width: calc(100% - 88px);
	padding-left: 12px;
	max-width: 100%;
}

.search-submit.btn {
	-webkit-appearance: none;
	border-radius: 6px;
	border: 2px solid var(--medium-blue);
	margin: 0;
	background: none;
	color: var(--dark-blue);
	padding: 8px 15px;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 16px;
}

.search-submit.btn:hover {
	background-color: #b6bcc3;
}

#searchPopUpWrap circle.cls-1 {
	fill: none;
	stroke: #53565a;
	stroke-miterlimit: 10;
	stroke-width: 3px;
}

#searchPopUpWrap line.cls-1 {
	fill: none;
	stroke: #53565a;
	stroke-miterlimit: 10;
	stroke-width: 3px;
}

#searchCloseWrap line.cls-1 {
	fill: none;
	stroke: #a7a8aa;
	stroke-miterlimit: 10;
	stroke-width: 2px;
	transition: all .3s;
}

#searchCloseWrap:hover line.cls-1 {
	stroke: #53565a;
}

.search-form label {
	border-radius: 0px;
}

.search-form label input {
	padding: 5px;
	outline: none !important;
	border: 1px solid #6395c5;
	margin-right: 8px;
	font-size: 12px;
}

main .search-form button {}

@media (min-width: 835px) {
	#searchPopUpWrap label {
		width: calc(100% - 120px);
		padding-left: 12px;
		max-width: 100%;
	}
	
	.search-form label input {
		font-size: 1rem;
	}
}

.matapp-callout {
	padding: 30px;
	margin-top: 30px;
}

.homepg-callout-title {
	font-size: 35px;
	margin-bottom: 20px;
}

.homepg-callout-copy div {
	padding-left: 0;
}

.homepg-callout-copy a {
	margin-left: 0;
}

.market-header-content {
	clip-path: polygon(10% 0%, 90% 0%, 90% 100%, 10% 100%);
}

.mkt-intro {
	max-width: 65%;
	margin-left: 17.5%;
}

.prod-landing-mktheadline {
	margin-bottom: 0;
}

.matapp-page-header {
	font-size: 50px;
}

.matapp-headline h2 {
	font-size: 45px;
}

.prod-landing-grayangle {
	height: 1600px;
	margin-top: -1570px;
}

.single-prod-infocol {
	padding-right: calc(var(--bs-gutter-x) * .5);
}

span.brand-sen1 {
	line-height: unset;
}

.brand-desc-block {
	padding-left: 50px;
}

.brand-desc-imgblock {
	min-height: 400px;
}

.prod-cat-info {
	height: 100%;
	display: flex;
	align-items: center;
}

.country-selector.weglot-dropdown .wgcurrent span {
	height: unset;
}

.topnav-login-btn, .mobile-links #brands, .country-selector.weglot-dropdown .wgcurrent span {
	padding: 4px 8px;
}

.country-selector.weglot-dropdown .wgcurrent span {
	padding-right: 25px;
}

select.country-selector .wgcurrent:after {
	left: -33px;
}

.navbar-toggler, .navbar-light .navbar-toggler, .navbar-light .navbar-toggler:focus {
	border: none !important;
	box-shadow: none !important;
	display: block;
}

@media (max-width: 767px) {
	.anchor a.anchor-link {
		top: -145px;
	}
	
	.searchPopUpButton {
		top: 21px;
	}
	
	.slideimg {
		height: 450px;
	}
	
	.footer-policy-container {
		flex-direction: column;
	}
	
	.footer-tel {
		margin-bottom: 20px;
	}
	
	ul#menu-main-nav ul {
		position: static !important;
	}
	
	ul#menu-main-nav li:hover > ul {
		display: unset !important;
	}
	
	.dropdown-menu a {
		padding: 5px 15px;
	}
	
	.section-padded {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.block-padding {
		padding: 30px;
	}
	
	.matapp-page-header {
		font-size: 40px;
	}
	
	.matapp-desc {
		font-size: 15px;
	}
	
	.matapp-header {
		height: 700px;
	}
	
	.market-header-content {
		min-height: 700px;
	}
	
	.homepg-title {
		font-size: 28px;
		line-height: 35px;
	}
	
	.homepg-prod-tabs, .homepg-prod-tab-content {
		display: none;
	}
	
	.homepg-prod-tabs-stack {
		display: block;
		clip-path: polygon(0 3.25%, 100% 0, 100% 100%, 0% 100%);
		margin-top: -40px;
	}
	
	.featprod-featimg {
		max-width: 200px;
	}
	
	.homepg-prod-tabs-stack .feat-prod-info h3 {
		font-size: 20px;
	}
	
	.homepg-prod-tabs-stack .feat-prod-indicator {
		display: block;
		left: calc(50% - 20px);
		bottom: -5px;
	}
	
	.homepg-prod-tabs-stack .feat-prod-info {
		padding-bottom: 50px;
	}
	
	.homepg-callout-copy p {
		line-height: 30px;
	}
	
	.homepg-callout-copy a {
		margin-top: 30px;
	}
	
	.feat-content-headline {
		font-size: 30px;
		line-height: 40px;
	}
	
	.lg-feat-content {
		display: none;
	}
	
	.sm-feat-content, .sm-gray-angle {
		display: block;
	}
	
	#footer_navbar {
		padding-left: 0;
	}
	
	.footer-nav {
		border-left: none;
	}
	
	#FooterNav {
		border-top: 1px solid var(--sky-blue);
		padding-top: 20px;
	}
	
	#prod-accordionExample {
		display: block;
	}
	
	.single-prod-tabs {
		display: none;
	}
	
	.brand-block {
		width: 33% !important;
	}
	
	.career-angle-two {
		font-size: 20px;
		padding: 15px;
	}
	
	.career-angle-one {
		bottom: -75px;
		height: 75px;
	}
	
	.brand-desc-block {
		padding-left: 15px;
		border-left: none;
	}
	
	.facetwp-template {
		padding-top: 60px;
	}
	
	.dist-thumb {
		margin-bottom: 30px;
	}
	
	.cat-header-image {
		min-height: 130px;
		margin-bottom: 30px;
	}
	
	.language-select {
		position: relative;
		top: unset;
		right: unset;
		margin-bottom: 0;
	}
	
	.webinar-registration-headerrow {
		display: none;
	}
	
	.facet-filter {
		display: block;
	}
}

@media (max-width: 576px) {
	div#PrivPolPopUpWrap p, div#PrivPolPopUpWrap a {
		font-size: 14px;
	}
	
	.brand-logo {
		max-width: 80%;
	}
	
	#prodlanding-header-image {
		height: 550px;
	}
	
	.matapp-headline h2 {
		font-size: 25px;
	}
	
	.single-prod-header {
		flex-direction: column-reverse;
		align-items: start;
	}
	
	.single-prod-brand.ps-5 {
		padding-left: 0 !important;
	}
	
	.mobile-links {
		justify-content: center;
		align-items: center;
	}
	
	.homepg-callout-title {
		font-size: 25px;
	}
	
	.homepg-prod-tabs-stack {
		clip-path: polygon(0 2.6%, 100% 0, 100% 100%, 0% 100%);
	}
}

@media (max-width: 500px) {
	.topnav-login-btn, .mobile-links #brands, .country-selector.weglot-dropdown .wgcurrent span {
		font-size: 12px;
	}
	
	.topnav-login-btn {
		min-width: 100px;
	}
	
	.country-selector.weglot-dropdown .wgcurrent span {
		height: 49px;
		display: flex;
		align-items: center;
		min-width: 80px;
		line-height: 1.2;
	}
	
	.country-selector.weglot-dropdown {
		background: #1f365f;
	}
	
	.country-selector.weglot-dropdown .wgcurrent:after {
		top: 22px;
	}
}

.country-selector.weglot-dropdown .wgcurrent:after {
	content: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'8\' height=\'5\' viewBox=\'0 0 8 5\' fill=\'none\'%3E%3Cpath d=\'M4.0685 4.28616C3.92562 4.28616 3.78767 4.24675 3.6645 4.16299L0.466945 2.06907C0.12699 1.84736 0.0284521 1.38915 0.255089 1.0492C0.476799 0.704317 0.935 0.610706 1.27495 0.837343L4.06357 2.66522L6.85712 0.837343C7.19707 0.615633 7.65528 0.709244 7.88191 1.0492C8.10362 1.38915 8.01001 1.84736 7.67006 2.07399L4.47251 4.16299C4.34933 4.24182 4.20645 4.28124 4.0685 4.28124V4.28616Z\' fill=\'%235BC6D8\'/%3E%3C/svg%3E");
	background: none;
	top: 17px;
	top: 13px;
	right: 8px;
	right: 10px;
	transform: rotate(0deg);
	width: auto;
	height: auto;
}

#footer .menu-item a[aria-current="page"] {
	color: #dae2ea;
}

aside.weglot-dropdown {
	background-color: #000036 !important;
	padding-left: 1rem;
}

.search-results h2.entry-title {
	font-size: 24px !important;
}

.bottom-nav {}

@media (max-width: 1170px) {
	.menu-item-2981 {}
}
