/*
Theme Name: Probo Medical 2024
Author: OneMagnify/Spinutech
Version: 2024.1
Probo Medical WordPress Theme © 2020 Spinutech, LLC.
*/
@font-face {
	font-family: 'probo-fonts';
	src: url('font/probo-fonts.eot');
	src: url('font/probo-fonts.eot#iefix') format('embedded-opentype'),
		url('font/probo-fonts.woff2') format('woff2'),
		url('font/probo-fonts.woff') format('woff'),
		url('font/probo-fonts.ttf') format('truetype'),
		url('font/probo-fonts.svg#probo-fonts') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

:root {
	--primary-blue: #040C2F;
	--secondary-blue: #00428F;
	--tertiary-blue: #189DCE;
	--white: #ffffff;
	--lite-grey: #F4F6F7;
	--lite-grey-alt: #FCFCFC;
	--dark-grey: #686b70;
}

html {
	scroll-behavior: smooth;
}

html,
body {
	margin: 0;
	padding: 0;
	border: 0;
	font: 18px/1.5em 'Montserrat', 'sans-serif';
	color: var(--dark-grey);
	overflow-x: initial !important;
}

header,
nav,
article,
footer,
address,
section {
	display: block
}

.content-overflow {
	padding-top: 2.5rem;
	overflow: hidden;
}

img {
	vertical-align: bottom;
	border: 0;
	height: auto;
	max-width: 100%;
}

* {
	box-sizing: border-box;
}

a,
a:before,
a:after,
button,
input {
	transition: all 0.3s linear;
}

body:before {
	content: "";
	position: fixed;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(11, 20, 63, 0);
	display: block;
	transition: all 0.3s linear;
}

.megamenu-open:before {
	z-index: 998;
	background: rgba(11, 20, 63, .36);
}

a {
	color: var(--secondary-blue);
}

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

[class^="ico-"]:before,
[class*=" ico-"]:before {
	font-family: "probo-fonts";
	font-style: normal;
	font-weight: normal;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ico-up-open:before {
	content: '\e800';
}

.ico-right-open:before {
	content: '\e801';
}

.ico-left-open:before {
	content: '\e802';
}

.ico-down-open:before {
	content: '\e803';
}

.ico-search:before {
	content: '\e804';
}

.ico-facebook:before {
	content: '\f09a';
}

.ico-linkedin:before {
	content: '\f0e1';
}

.ico-angle-left:before {
	content: '\f104';
}

.ico-angle-right:before {
	content: '\f105';
}

.ico-angle-up:before {
	content: '\f106';
}

.ico-angle-down:before {
	content: '\f107';
}

.ico-twitter:before {
	content: '\f309';
}

#wpadminbar a img {
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.aux-bar ul,
header ul,
footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

[class ^="ico-youtube"],
[class *=" ico-youtube"] {
	display: inline-block;
	background-image: url('../probo2020/images/youtube.svg');
	width: 21px;
	height: 18px;
	background-size: cover;
	vertical-align: middle;
	filter: invert(11%) sepia(94%) saturate(4036%) hue-rotate(202deg) brightness(94%) contrast(101%);
}

.ico-youtube:hover {
	filter: invert(54%) sepia(76%) saturate(448%) hue-rotate(150deg) brightness(93%) contrast(86%);
}

.container {
	width: 100%;
  padding-left: 1.39rem;
  padding-right: 1.39rem;
	max-width: 1110px;
	margin: auto;

}

.primary-blue {
	color: var(--primary-blue) !important;
}

.secondary-blue {
	color: var(--secondary-blue) !important;
}

.tertiary-blue {
	color: var(--tertiary-blue) !important;
}

.lite-grey {
	color: var(--lite-grey) !important;
}

.dark-grey {
	color: var(--dark-grey) !important;
}

.ada_bttn,
.ada_bttn:hover {
	position: absolute;
	font-size: 14px;
	line-height: 25px;
	width: 250px;
	text-align: center;
	top: -25px;
	left: 0;
	color: #ffffff;
	background: var(--primary-blue);
	height: 25px;
}

.ada_bttn:focus {
	top: 0;
}

/*Alert Message*/
.alert-msg {
	background: var(--primary-blue);
	position: relative;
	padding: 0 45px;
	color: var(--white);
	font-size: 16px;
	text-align: left;
	border-bottom: 1px solid rgba(255, 255, 255, .15);
	z-index: 998;
}

.alert-msg a {
	color: var(--white);
}

.alert-msg-wrapper {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	max-width: 1110px;
	margin: auto;
}

.alert-msg-wrapper>div {
	flex: 0 1 auto;
	align-self: auto;
	min-width: 0;
	min-height: auto;
}

.alert-msg-wrapper>div.alert-msg-icon {
	flex: 0 1 50px;
	min-width: 50px;
}

.alert-msg-icon span {
	display: block;
	width: 30px;
	height: 30px;
	border: 2px solid var(--tertiary-blue);
	line-height: 26px;
	text-align: center;
	border-radius: 50%;
	color: var(--tertiary-blue);
	font-weight: 600;
	font-size: 18px;
}

.toggle-alertbanner {
	position: absolute;
	right: 10px;
	top: 50%;
	width: 30px;
	height: 30px;
	border: 0;
	cursor: pointer;
	margin-top: -15px;
	background: none;
}

.toggle-alertbanner:before,
.toggle-alertbanner:after {
	width: 16px;
	height: 2px;
	content: "";
	display: block;
	background: var(--white);
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -1px auto auto -8px;
	transform: rotate(45deg);
}

.toggle-alertbanner:after {
	transform: rotate(-45deg);
}

/*Aux Bar*/
.aux-bar {
	background: var(--primary-blue);
	height: 48px;
	position: relative;
	z-index: 999;
}

.aux-bar ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	border-right: 1px solid rgba(255, 255, 255, .15);
}

.aux-bar li {
	flex: 0 1 auto;
	align-self: auto;
	min-width: 0;
	min-height: auto;
	border-left: 1px solid rgba(255, 255, 255, .15);
}

.aux-bar a {
	color: var(--white);
	display: block;
	line-height: 48px;
	padding: 0 24px;
	font-weight: 600;
	text-decoration: none;
	font-size: 14px;
}

.aux-bar a[href*="tel:"] {
	font-size: 21px;
}

.aux-bar a:hover {
	background: #0b174b !important;
	;
}

/*Header Bar*/
header#main-header {
	top: 0;
	position: sticky;
	left: 0;
	padding: 30px 0;
	height: 115px;
	transition: all 0.3s linear;
	z-index: 999;
	background: var(--white)
}

body:not(.mega-menu-main_menu-mobile-open) header#main-header.hidden {
	top: -115px;
}

header .container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}

header .container div[class*="header-col"] {
	flex: 0 1 auto;
	align-self: auto;
	min-width: 0;
	min-height: auto;
}

header .container div.header-col-logo a {
	display: block;
}

header .container div.header-col-logo a img {
	max-height: 75px;
	width: auto;
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	max-height: 75px;
}

header .container div.header-col-navigation {
	flex: 1 1 auto;
}

.mega-menu-wrap,
.mega-menu {
	position: static !important;
}

.mega-sub-menu {
	background: #ffffff !important;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu a.mega-menu-link {
	font-weight: 600 !important;
}

.mega-full-width-nav .mega-sub-menu>li {
	min-height: 380px !important;
}

.mega-full-width-nav .mega-sub-menu>li.mega-menu-col1 {
	border-right: 1px solid rgba(27, 66, 138, .1) !important;
}

.mega-full-width-nav .menu a {
	font-size: 24px;
	display: block;
	position: relative;
	text-decoration: none;
}

.mega-full-width-nav .menu .sub-menu a {
	font-size: 21px;
	text-decoration: none;
}

.mega-full-width-nav .menu>li>a:after {
	font-family: "probo-fonts";
	font-style: normal;
	font-weight: normal;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e801';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0%, -50%);
}

.mega-full-width-nav>ul {
	max-width: 1110px !important;
	width: 98% !important;
	margin: auto !important;
}

.mega-full-width-nav .menu>li {
	width: 250px;
	margin-bottom: 45px;
}

.mega-full-width-nav .menu ul {
	position: absolute;
	left: 250px;
	top: 0;
	display: none;
	padding-left: 100px;
}

.mega-full-width-nav .menu li:hover>ul {
	display: block;
}

.mega-full-width-nav .menu .sub-menu a {
	padding-bottom: 15px;
	display: inline-block;
	position: relative;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-item:not(.bttn)>a.mega-menu-link:after,
.mega-full-width-nav .menu .sub-menu a:after {
	width: 0;
	height: 2px;
	content: "";
	display: block;
	position: absolute;
	background: #189dce;
	background: -moz-linear-gradient(left, #189dce 0%, #00428f 100%);
	background: -webkit-linear-gradient(left, #189dce 0%, #00428f 100%);
	background: linear-gradient(to right, #189dce 0%, #00428f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#189dce', endColorstr='#00428f', GradientType=1);
	right: 28px;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-item:hover>a.mega-menu-link:after {
	width: calc(100% - 56px);
	left: 28px;
	right: auto;
}

.mega-full-width-nav .menu .sub-menu a:after {
	right: 0;
}

.mega-full-width-nav .menu .sub-menu a:hover:after {
	width: 100%;
	left: 0;
	right: auto;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-item>a.mega-menu-link:after {
	bottom: 4px;
}

.cart-button {
	height: 25px;
	display: block;
}

.cart-button svg path {
	fill: var(--primary-blue);
}

.header-col-search button {
	width: 55px;
	height: 55px;
	border: 0;
	background: none;
	cursor: pointer;
	font-size: 22px;
	margin-left: 10px;
	position: relative;
}

.header-col-search button:hover {
	color: var(--secondary-blue);
}

/*Header Search*/
.search-container {
	position: absolute;
	top: 100%;
	width: 100%;
	background: #ffffff;
	padding: 45px 0;
	border-top: 1px solid var(--lite-grey);
	display: none;
}

.header-search-active .search-container {
	display: block;
}

.search-container .container {
	position: relative;
}

.search-container label {
	overflow: hidden;
	height: 0;
	width: 0;
}

.search-container input[type=text] {
	width: 100%;
	border: 0;
	border-bottom: 1px solid var(--lite-grey);
	line-height: 65px;
	font-size: 24px;
	color: var(--primary-blue);
	padding-right: 65px;
}

.search-container ::-webkit-input-placeholder {
	color: var(--primary-blue);
}

.search-container ::-moz-placeholder {
	color: var(--primary-blue);
}

.search-container :-ms-input-placeholder {
	color: var(--primary-blue);
}

.search-container :-moz-placeholder {
	color: var(--primary-blue);
}

.search-container button {
	position: absolute;
	right: 0;
	width: 65px;
	height: 65px;
	cursor: pointer;
	border: 0;
	background: none;
}

.header-col-search button span,
.search-container button i {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px auto auto -20px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
}

.header-col-search button span i {
	margin-top: 5px;
	display: block;
}

.search-container button i svg {
	margin-top: 10px;
}

.header-search-active .header-col-search button span,
.search-container button i {
	background: var(--lite-grey);
}

.header-search-active .header-col-search button i {
	opacity: 0;
}

.header-col-search button span:before,
.header-col-search button span:after {
	width: 16px;
	height: 2px;
	content: "";
	display: block;
	background: var(--primary-blue);
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -1px auto auto -8px;
	transform: rotate(45deg);
	opacity: 0;
}

.header-col-search button span:after {
	transform: rotate(-45deg);
}

.header-search-active .header-col-search button span:before,
.header-search-active .header-col-search button span:after {
	opacity: 1;
}


.basket-item-count {
	position: relative;
}

span.cart-items-count.count {
	position: absolute;
	top: -12px;
	right: -3px;
	background: white;
	border: 2px solid #0052A0;
	border-radius: 20px;
	padding: 0px 3px;
	font-size: 15px;
	line-height: 15px;
}

span.dashicons.dashicons-cart {
	height: 40px;
	width: 40px;
	font-size: 33px;
}

ul.dropdown-menu.dropdown-menu-mini-cart {
	display: none;
}

/*Hero Styling*/
.hero-container {
	background: var(--lite-grey);
	min-height: 37vh;
	position: relative;
}

.archive .hero-container {
	background: white;
	min-height: 37vh;
	position: relative;
}

.hero-container.nomargin {
	margin-bottom: 0;
}

.hero-container.style2 {
	min-height: 500px;
}

.hero-container.style2 img {
	height: 500px;
}

.hero-container.style3 {
	background: var(--primary-blue);
}

.hero-container:not(.post-hero).style3 img,
.hero-container:not(.post-hero).style5 img {
	width: 100%;
	height: 420px;
}

.hero-container.style3 h1,
.hero-container.style3 .h4 {
	color: var(--white);
}

.hero-container.style4 {
	background: var(--primary-blue);
}

.hero-container:not(.post-hero).style4 img {
	width: 100%;
	height: 420px;
}

.hero-container.style4 h1,
.hero-container.style4 .h4 {
	color: #000;
}

.hero-container .container:not(.relative) {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.hero-content {
	max-width: 50%;
}

.hero-container.post-hero .hero-content {
	max-width: 100%;
}

.hero-container.style3 .hero-content {
	max-width: 730px;
	text-align: center;
	margin: auto;
}

.hero-container:not(.post-hero) img {
	max-height: 100%;
	min-height: 100%;
	width: 40%;
	right: 0;
	top: 0;
	position: absolute;
	object-fit: cover;
	object-position: center;
	aspect-ratio: auto !important;
}

.archive .hero-container.style1 img {
	max-height: 100%;
	min-height: 100%;
	width: 35%;
	right: 10%;
	top: 0;
	position: absolute;
	object-fit: contain;
	object-position: contain;
	aspect-ratio: auto !important;
}


.hero-container .hero-buttons {
	padding-top: 35px;
}

.hero-container .hero-buttons a {
	margin-bottom: 5px;
}

.hero-container .hero-buttons a:first-child {
	margin-right: 30px;
}

.hero-container.style3 .hero-buttons a {
	margin: 5px;
}

.hero-container.post-hero {
	padding: 95px 0 120px;
}

.hero-searchbar {
	background: var(--white);
	box-shadow: 0 15px 30px 0 rgba(27, 66, 138, .1);
	margin-top: 75px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.hero-searchbar>div {
	flex: 1 1 50%;
	align-self: auto;
	min-width: 0;
	min-height: auto;
	position: relative;
}

.hero-searchbar .hero-searchbar-col-left {
	border-right: 1px solid var(--lite-grey);
}

.hero-searchbar .hero-searchbar-col-right {
	flex: 0 1 auto;
	min-width: 255px;
}

.hero-searchbar .hero-searchbar-col-right button {
	border-radius: 0 !important;
	cursor: pointer;
	width: 100%;
	height: 105px !important;
	line-height: 105px !important;
	font-size: 24px !important;
	padding: 0 !important;
}

.hero-searchbar label {
	height: 0;
	width: 0;
	overflow: hidden;
	display: block;
}

.hero-searchbar select {
	width: 100%;
	height: 105px;
	border: 0;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	padding: 0 60px 0 40px;
	margin: 0;
	cursor: pointer;
	line-height: inherit;
	text-overflow: ellipsis;
	font: 400 24px myriad-pro, Arial, "sans-serif";
	color: var(--primary-blue);
}

.hero-searchbar select>option {
	font-size: 18px;
	padding: 0;
}

.hero-searchbar>div i {
	position: absolute;
	right: 40px;
	top: 50%;
	font-size: 30px;
	color: var(--secondary-blue);
	margin-top: -13px;
	pointer-events: none;
	z-index: 2;
}

.hero-container.post-hero .hero-posts-slider {
	margin-top: 60px;
	background: var(--white);
}

.hero-container.post-hero .hero-posts-slider-wrapper {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.hero-container.post-hero .hero-posts-slider-wrapper>div {
	flex: 0 1 auto;
	align-self: auto;
	min-width: auto;
	min-height: auto;
}

.hero-container.post-hero .hero-posts-slider-wrapper>div.hero-posts-slider-thumbnail {
	flex: 0 1 475px;
	min-width: 475px;
}

.hero-container.post-hero .hero-posts-slider-wrapper>div.hero-posts-slider-thumbnail img {
	width: 475px;
	height: 475px;
	object-fit: contain;
	object-position: center;
}

.hero-container.post-hero .hero-posts-slider-content {
	padding: 10px 8%;
}

.hero-container.post-hero .hero-posts-slider-category {
	color: var(--secondary-blue);
}

.hero-container.post-hero .hero-posts-slider-content .hero-posts-slider-title a {
	text-decoration: none;
}

.hero-posts-slider-nav {
	padding-top: 20px;
}

/*Content Styling*/
h1,
.h1 {
	font-size: 72px;
	line-height: 1em;
	margin: 0;
	padding: 0 0 20px;
	color: var(--primary-blue);
	font-weight: 600;
}

h2,
.h2 {
	font-size: 48px;
	line-height: 1em;
	margin: 0;
	padding: 0 0 20px;
	color: var(--primary-blue);
	font-weight: 600;
}

h3,
.h3 {
	font-size: 36px;
	line-height: 1em;
	margin: 0;
	padding: 0 0 20px;
	color: var(--primary-blue);
	font-weight: 600;
}

h4,
.h4 {
	font-size: 24px;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
	color: var(--secondary-blue);
	font-weight: 400;
}

h5,
.h5 {
	font-size: 24px;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	color: var(--tertiary-blue);
	font-weight: 400;
}

h6,
.h6 {
	font-size: 18px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	color: var(--primary-blue);
	font-weight: 400;
}

h3.widget-title {
	font-weight: 600;
	padding-bottom: 20px;
}

.color-primary {
	color: var(--primary-blue);
}

.color-secondary {
	color: var(--secondary-blue);
}

.color-tertiary {
	color: var(--tertiary-blue);
}

.color-lite-grey {
	color: var(--lite-grey);
}

.bg-primary {
	background-color: var(--primary-blue);
}

.bg-secondary {
	background-color: var(--secondary-blue);
}

.bg-tertiary {
	background-color: var(--tertiary-blue);
}

.bg-lite-grey {
	background-color: var(--lite-grey);
}

.bg-dark-grey {
	background-color: var(--dark-grey);
}

.bg-grey-gradient {
	background: var(--lite-grey);
	background: -moz-linear-gradient(top, var(--lite-grey) 0%, var(--white) 25%);
	background: -webkit-linear-gradient(top, var(--lite-grey) 0%, var(--white) 25%);
	background: linear-gradient(to bottom, var(--lite-grey) 0%, var(--white) 25%);
}

.white-text,
.white-text * {
	color: var(--white) !important
}

li.bttn a,
:not(li).bttn {
	font-size: 20px !important;
	font-weight: 600 !important;
	padding: 18px 42px !important;
	background: var(--primary-blue) !important;
	color: var(--white) !important;
	transition: all 0.3s linear !important;
	border-radius: 5px !important;
	text-decoration: none;
	border: 0;
	display: inline-block;
}

:not(li).bttn:hover {
	background: #0b174b !important;
	color: var(--white) !important;
	box-shadow: 0 15px 30px 0 rgb(27 66 138 / 10%);
}

li.bttn a {
	font-size: 14px !important;
	padding: 15px 30px !important;
}

li.bttn a,
.bttn.lite-blue {
	background: var(--tertiary-blue) !important;
	color: var(--white) !important;
}

li.bttn a:hover,
.bttn.lite-blue:hover {
	background: #138FBC !important;
	color: var(--white) !important;
}

.bttn.grey {
	background: var(--lite-grey) !important;
	color: var(--primary-blue) !important;
}

.bttn.grey:hover {
	background: var(--white) !important;
	color: var(--primary-blue) !important;
}

.bttn.white {
	background: var(--white) !important;
	color: var(--primary-blue) !important;
}

.bttn.white:hover {
	background: var(--white) !important;
	color: var(--primary-blue) !important;
}

li.bttn a {
	height: auto !important;
	line-height: 25px !important;
}

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

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

.align-right {
	text-align: right;
}

.sm-spacing {
	margin-top: 10px;
}

.md-spacing {
	margin-top: 20px;
}

.lg-spacing {
	margin-top: 40px;
}

.nospacing {
	margin-top: 0;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.half-width {
	width: 50vw;
	position: absolute;
	top: 0;
	height: 100%;
}

.half-width.left {
	right: 0;
}

.half-width.right {
	left: 0;
	width: 50vw;
}

.half-width div,
.half-width picture {
	height: 100% !important;
}

.half-width img {
	height: 100% !important;
	width: 100% !important;
	object-fit: cover;
	object-position: center;
}

/*Accordion*/
.accordion-wrapper.bg-fill {
	background: var(--white);
	padding: 25px;
	border-radius: 5px;
}

.accordion-block {
	border-bottom: 1px solid var(--lite-grey);
}

.accordion-block-title-bttn {
	border: 0;
	background: none;
	cursor: pointer;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 18px 0;
	width: 100%;
	position: relative;
	text-align: left;
}

.accordion-block-title-bttn span {
	flex: 1 1 auto;
	align-self: auto;
	min-width: 0;
	min-height: auto;
}

.accordion-block-title-bttn .accordion-block-icon {
	flex: 0 1 auto;
	max-width: 50px;
	min-width: 50px;
}

.accordion-block-title {
	font-size: 18px;
	font-weight: 600;
	color: var(--primary-blue);
	padding: 0 75px 0 20px;
	transition: all 0.3s linear;
}

.accordion-block-title-bttn.active .accordion-block-title,
.accordion-block-title-bttn:hover .accordion-block-title {
	color: var(--secondary-blue);
}

.footer-col button i,
.accordion-block-title-bttn i {
	display: block;
	width: 30px;
	height: 30px;
	background: var(--white);
	border-radius: 50%;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -15px;
	box-shadow: 0 15px 30px 0 rgb(27 66 138 / 10%);
}

.footer-col button i:before,
.footer-col button i:after,
.accordion-block-title-bttn i:before,
.accordion-block-title-bttn i:after {
	content: "";
	width: 12px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: var(--secondary-blue);
	display: block;
	transform: translate(-50%, -50%);
	transition: all 0.3s linear;
}

.footer-col button i:after,
.accordion-block-title-bttn i:after {
	height: 12px;
	width: 1px;
	opacity: 1;
}

.footer-col.active button i:after,
.accordion-block-title-bttn.active i:after {
	opacity: 0;
}

.accordion-block-title-bttn img {
	width: auto;
	height: 50px;
	object-fit: contain;
	object-position: center;
}

.accordion-block-content {
	display: none;
	padding: 0 75px 0 20px;
	font-size: 18px;
}

.accordion-block-content p {
	margin-top: 0;
	margin-bottom: 1em !important;
}

.accordion-block.img-accordion .accordion-block-content {
	padding-left: 70px;
}

/*Icon Button*/
.icon-bttn {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 24px;
	background: var(--lite-grey);
	color: var(--primary-blue);
	font-size: 24px;
	text-decoration: none;
	margin-bottom: 35px;
	border-radius: 5px;
	box-shadow: 0 15px 30px 0 rgb(27 66 138 / 0);
}

.icon-bttn:hover {
	background: var(--white);
	box-shadow: 0 15px 30px 0 rgb(27 66 138 / 10%);
}

.icon-bttn span {
	flex: 1 1 auto;
	align-self: auto;
	min-width: 0;
	min-height: auto;
}

.icon-bttn span.icon-bttn-icocol {
	flex: 0 1 auto;
	padding-right: 15px;
	max-width: 55px;
}

.icon-bttn span.icon-bttn-icocol img {
	width: 40px;
	height: 40px;
	object-fit: contain;
	object-position: center;
}

/*Testimonial Slider*/
.testimonial-quote {
	color: var(--secondary-blue);
	font-size: 100px;
	font-weight: 600;
	line-height: 66px;
	height: 45px;
}

.testimonial-slider {
	font-size: 24px;
	line-height: 1.5em;
	opacity: .75;
}

.testimonial-slider p {
	margin-top: 0;
}

.testimonial-slider-nav,
.expertslider-nav {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
}

.testimonial-slider-nav>span,
.expertslider-nav>span {
	flex: 0 1 auto;
	align-self: auto;
	min-width: 0;
	min-height: auto;
}

.expertslider-count,
.testimonial-slider-count,
.featured-product-slider-count,
.hero-posts-slider-count {
	font-size: 18px;
	display: inline-block;
	padding: 0 18px;
	color: var(--primary-blue);
}

.slider-arrows {
	width: 50px;
	height: 50px;
	border: 0;
	cursor: pointer;
	background: var(--lite-grey);
	color: var(--secondary-blue);
	border-radius: 50%;
	text-align: center;
	font-size: 28px;
	padding: 0;
}

.slider-arrows:hover {
	background: var(--white);
	box-shadow: 0 15px 30px 0 rgb(27 66 138 / 10%);
}

/*Expert Slider*/
.expertslider-slide {
	display: flex !important;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
}

.expertslider-slide.circle-bg:after {
	left: 0;
	top: 0;
	width: 220px;
	height: 220px;
	background-size: cover;
}

.expertslider-slide>div {
	flex: 0 1 45%;
	align-self: auto;
	min-width: 0;
	min-height: auto;
}

.expertslider-slide div.expertslider-img {
	flex: 0 1 55%;
	min-width: 55%;
	padding: 30px 25px 35px 80px;
}

.expertslider-slide div.expertslider-img img {
	border-radius: 50%;
}

.expertslider-slide div.expertslider-content {
	padding-bottom: 35px;
}

/*6 Image Circle CTA*/
.imgcta-six-wrapper {
	margin-top: 200px;
	position: relative;
}

.imgcta-six-wrapper-slider {
	z-index: 1;
	position: absolute;
	height: 100%;
	width: 100%;
}

.imgcta-six-wrapper .imgcta-six {
	position: absolute;
	top: 0;
	left: 0;
}

.imgcta-six-wrapper .imgcta-six img {
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
	width: 60px;
	height: 60px;
}

.imgcta-six-wrapper .imgcta-six.img01 img {
	width: 125px;
	height: 125px;
}

.imgcta-six-wrapper .imgcta-six.img04 img {
	width: 132px;
	height: 132px;
}

.imgcta-six-wrapper .imgcta-six.img05 img {
	width: 185px;
	height: 185px;
}

.imgcta-six-wrapper .imgcta-six.img01 {
	top: -30%;
}

.imgcta-six-wrapper .imgcta-six.img02 {
	left: 13%;
	top: 35%;
}

.imgcta-six-wrapper .imgcta-six.img03 {
	top: 5%;
	left: 40%;
}

.imgcta-six-wrapper .imgcta-six.img04 {
	top: 58%;
	left: 38%;
}

.imgcta-six-wrapper .imgcta-six.img05 {
	left: auto;
	right: 10%;
	top: -35%;
}

.imgcta-six-wrapper .imgcta-six.img06 {
	right: 20%;
	top: 45%;
	left: auto;
}

/*Featured Product Slider*/
/*.featured-product-slider-wrapper{
	/*width:calc(58vw - 6px);*/
/*margin-bottom: -215px;
}*/
.featured-slider-wrapper {
	margin-bottom: 160px;
	position: relative;
}

.featured-product-wrapper .container {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: flex-end;
	align-items: stretch;
	padding: 60px 0 60px;
}

.featured-slider-wrapper.featured-product-wrapper .container {
	min-height: 450px;
}

.featured-product-wrapper .container>div {
	flex: 1 1 auto;
	align-self: auto;
	min-width: 0;
	min-height: auto;
	color: var(--white);
}

.featured-product-wrapper .container h2 {
	color: var(--white);
}

.featured-product-wrapper .container>div.featured-product-content {
	flex: 0 1 500px;
	min-width: 500px;
	padding-right: 60px;
}

.featured-product-wrapper .container>div.featured-product-slider-area {
	display: flex;
	justify-content: flex-start;
	align-content: flex-end;
	align-items: flex-end;
}

.featured-product-slider-wrapper:not(.slick-initialized) .featured-product-slider {
	display: none;
}

.featured-product-slider {
	padding-left: 30px;
	font-size: 18px;
}

.featured-product-slider-area-fill {
	position: absolute;
	width: calc((80vw + 40%) / 2);
	right: 0;
	bottom: -125px;
}

.featured-product-slider span,
.featured-product-slider a {
	display: block;
	text-decoration: none;
}

.featured-product-image {
	width: 350px;
	height: 430px;
	background: var(--white);
	margin-bottom: 40px;
	position: relative;
}

.featured-product-image img {
	width: 350px;
	height: 430px;
	object-fit: cover;
	object-position: center;
}

.shop_single_img_container {
	padding: 0 40px 20px 0;
}

.shop_single_img {
	position: relative;
	display: inline-block;
	background: var(--lite-grey-alt);
	text-align: center;
}

.noimg-msg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 12px;
	padding: 5px;
	background: var(--secondary-blue);
	color: var(--white);
}

.featured-product-slider.slick-current .featured-product-image {
	box-shadow: 0 15px 30px 0 rgb(27 66 138 / 10%);
	transition: all 0.3s linear;
}

.featured-product-slider .featured-product-title {
	font-weight: 700;
	color: var(--primary-blue);
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 350px;
	overflow: hidden;
}

.featured-product-slider .featured-product-cat {
	color: var(--secondary-blue);
	min-height: 28px;
}

.featured-product-slider .featured-product-cat span {
	display: inline-block;
}

.featured-product-slider .featured-product-cat span+span:before {
	content: ", ";
	position: relative;
}

.featured-product-slider-nav {
	position: absolute;
	margin-top: 140px;
}

nav .featured-product-slider {
	text-align: center;
}

nav .featured-product-slider a {
	display: inline-block;
	margin: auto;
}

nav .featured-product-image,
nav .featured-product-image img {
	width: 220px;
	height: 300px;
}

nav .featured-product-slider a span {
	text-align: left;
}

.white-text .slider-arrows i,
.white-text .featured-product-slider-count {
	color: var(--secondary-blue) !important;
}

/*Video Block*/
.video-modal-block {
	padding: 15px 0;
}

.video-modal-block a {
	text-decoration: none;
	display: block;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	/* 16:9 Aspect Ratio */
	overflow: hidden;
}

.video-modal-block a:hover {
	box-shadow: 0 15px 30px 0 rgb(27 66 138 / 10%);
}

.video-modal-block a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '\25BA';
	transform: translate(-50%, -50%);
	font-size: 75px;
	color: var(--white);
	text-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
}

.video-modal-block span {
	display: block;
	font-size: 18px;
	color: var(--secondary-blue);
}

.video-modal-block img {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	transition: all 0.3s linear;
}

.video-modal-block a:hover img {
	transform: scale(1.1);
}

.video-modal-p a {
	font-size: 20px;
}

/*PDF Module*/
.pdf-cta-block {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	padding-bottom: 15px;
}

.pdf-cta-block>div {
	align-self: auto;
	min-width: 0;
	min-height: auto;
	transition: all 0.3s linear;
}

.pdf-cta-block span {
	display: block;
}

.pdf-cta-block.compact>div.pdf-cta-img {
	flex: 0 1 auto;
	width: 32px;
	height: 32px;
	background: var(--white);
	min-width: 32px;
	border-radius: 50%;
	box-shadow: 0 15px 30px 0 rgb(27 66 138 / 10%);
	position: relative;
	text-align: center;
}

.pdf-cta-block.compact>div.pdf-cta-img svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.pdf-cta-block.large:hover>div.pdf-cta-img {
	box-shadow: 0 15px 30px 0 rgb(27 66 138 / 10%);
}

.pdf-cta-block.compact>div.pdf-cta-content {
	flex: 1 1 calc(100% - 52px);
	margin-left: 20px;
}

.pdf-cta-block.large>div.pdf-cta-content {
	flex: 1 1 100%;
	padding-top: 32px;
}

.pdf-cta-block.compact .pdf-cta-title {
	font-weight: 600;
	color: var(--primary-blue);
	padding-bottom: 10px;
}

.pdf-cta-block.large .pdf-cta-title {
	color: var(--secondary-blue);
	padding-bottom: 5px;
}

.pdf-cta-block.large .pdf-cta-subtitle {
	color: var(--primary-blue);
	font-size: 24px;
	font-weight: 600;
}

.pdf-cta-block .pdf-cta-link {
	padding-top: 10px;
}

.pdf-cta-block .pdf-cta-link a {
	color: var(--secondary-blue);
}

.pdf-cta-block .pdf-cta-link a:hover {
	color: var(--tertiary-blue);
}

/*Image CTA*/
.img-white-block {
	height: 140px;
	padding: 10px 0;
	max-width: 150px;
	margin: auto;
}

.img-white-block div {
	height: 100%;
}

.img-white-block a {
	height: 100%;
	width: 100%;
	background: #ffffff;
	display: flex !important;
	flex-flow: row nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	border-radius: 15px;
}

.img-white-block a picture {
	flex: 0 1 auto;
	align-self: auto;
	min-width: 0;
	min-height: auto;
}

.img-white-block a img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	padding: 10%;
	max-height: 140px;
}

.img-white-block a picture[title="GE Logo"] img,
.img-white-block a img[title="GE Logo"] {
	max-width: 100px;
}

/*Guides List*/
.guides-list {
	margin-top: 0;
	margin-bottom: 40px;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

/*Table Press*/
h2.tablepress-table-name {
	background: var(--primary-blue);
	color: var(--white);
	padding: 10px 25px;
	text-align: center;
	font-size: 18px;
	line-height: inherit;
}

.dataTables_paginate {
	margin-bottom: 20px;
}

.paging_simple .paginate_button.next:after,
.paging_simple .paginate_button.previous:before {
	display: none;
}

body .tablepress tfoot th,
body .tablepress thead th,
body .tablepress tfoot th:hover,
body .tablepress thead th:hover,
body .tablepress .sorting:hover,
body .tablepress .sorting_asc,
body .tablepress .sorting_desc {
	background: var(--primary-blue);
	color: var(--white);
	padding: 10px 25px;
	opacity: .9;
	font-size: 18px;
}

body .tablepress .odd td {
	background-color: var(--lite-grey);
}

body .tablepress tbody td,
body .tablepress tfoot th {
	border: 1px solid #D1D3D4;
}

/*Background CTA Block*/
.bg-cta-block {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 10% 0;
	position: relative;
	isolation: isolate;
}

.bg-cta-block:before {
	background: var(--primary-blue);
	opacity: .4;
	display: block;
	left: 0;
	top: 0;
	position: absolute;
	content: "";
	z-index: -1;
	width: 100%;
	height: 100%;
}

.bg-cta-block .container {
	position: relative;
	z-index: 2;
	color: var(--white);
	text-align: center;
}

.bg-cta-block a {
	margin: 5px;
}

.bg-cta-title {
	font-size: 72px;
	line-height: 1em;
	margin: 0;
	padding: 0 0 40px;
	color: var(--white);
	font-weight: 600;
}

/*Posts Styles*/
.posts-overview {
	padding: 145px 0;
}

.posts-title-row {
	padding-bottom: 20px;
}

.posts-overview .post-container,
.posts-content-wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
}

.posts-overview .post-container>div {
	flex: 1 1 calc(100% - 350px);
	align-self: auto;
	min-width: 0;
	min-height: auto;
}

.posts-overview .post-container .posts-content-col {}

.posts-thumbnail img {
	width: 255px;
	height: 255px;
	object-fit: cover;
	object-position: center;
}

.posts-overview .post-container aside {
	flex: 0 1 350px;
	min-width: 350px;
}

.posts-content-wrapper {
	flex-wrap: nowrap;
	/* padding-bottom: 30px; */
	cursor: pointer;
}

.posts-content-wrapper .posts-thumbnail {
	min-width: 255px;
	margin-right: 30px;
	overflow: hidden;
	transition: all 0.3s linear;
}

.posts-content-wrapper:hover .posts-thumbnail {
	box-shadow: 0 15px 30px 0 rgb(27 66 138 / 10%);
}

.posts-content-wrapper .posts-thumbnail img {
	transition: all 0.3s linear;
}

.posts-content-wrapper:hover .posts-thumbnail img {
	transform: scale(1.1);
}

/* .posts-content-wrapper .posts-content {
	padding: 20px 75px 0 0;
} */

.posts-content-wrapper .posts-content .posts-title {
	color: var(--primary-blue);
	text-decoration: none;
}

.posts-content-wrapper .posts-content .posts-categories,
.posts-content-wrapper .posts-content .posts-link {
	color: var(--secondary-blue);
}

.posts-content-wrapper .posts-content .posts-categories {
	padding-bottom: 10px;
}

.pagination-nav ul,
.pagination-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pagination-nav ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
}

.pagination-nav ul li {
	flex: 0 1 auto;
	align-self: auto;
	min-width: 0;
	min-height: auto;
}

.pagination-nav li {
	margin-right: 4px;
}

.pagination-nav .pagination-bttn a {
	width: 50px;
	height: 50px;
	border: 0;
	cursor: pointer;
	background: var(--lite-grey);
	color: var(--secondary-blue);
	border-radius: 50%;
	text-align: center;
	font-size: 28px;
	display: block;
	line-height: 50px;
}

.pagination-nav li:not(.pagination-bttn).active a,
.pagination-nav li:not(.pagination-bttn) a:hover,
.pagination-nav .pagination-bttn a:hover,
.widget_categories ul li a:hover,
.widget_categories ul li.current-cat a {
	background: var(--white);
	box-shadow: 0 15px 30px 0 rgb(27 66 138 / 10%);
}

.pagination-nav li:not(.pagination-bttn) a,
.pagination-nav li:not(.pagination-bttn) span,
.widget_categories ul li a {
	display: block;
	height: 40px;
	line-height: 40px;
	background: var(--lite-grey);
	color: var(--primary-blue);
	padding: 0 10px;
	text-decoration: none;
	border-radius: 5px;
}

/*Editors Picks*/
.top-picks {
	padding: 100px 0 140px;
	overflow: hidden;
}

.top-picks-wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	margin: 0 -15px;
}

.top-picks-wrapper>div {
	flex: 0 1 33.33%;
	align-self: 33.33%;
	min-width: 0;
	min-height: auto;
	padding: 15px;
}

.top-picks-block .top-picks-thumbnail {
	margin-bottom: 24px;
	overflow: hidden;
}

.top-picks-block:hover .top-picks-thumbnail {
	box-shadow: 0 15px 30px 0 rgb(27 66 138 / 10%);
}

.top-picks-block .top-picks-thumbnail img {
	transition: all 0.3s linear !important;
	height: auto;
}

.top-picks-block:hover .top-picks-thumbnail img {
	transform: scale(1.1);
}

.top-picks-category {
	padding-bottom: 20px;
	color: var(--secondary-blue);
}

.top-picks-title {
	padding-bottom: 10px;
}

.top-picks-title a {
	text-decoration: none;
	color: var(--primary-blue);
}

/*Sidebar*/
#sidebar ul,
#sidebar li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget_categories ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
}

.widget_categories ul li {
	flex: 0 1 auto;
	align-self: auto;
	min-width: 0;
	min-height: auto;
	padding: 0 5px 5px 0 !important;
}

.widget_categories ul li a {
	font-size: 14px;
	padding: 10px 30px;
	line-height: initial;
	height: auto;
}

/*Single Post*/
.single-post-container {
	max-width: 730px;
	padding: 60px 0;
}

.single-post-container .post-meta {
	padding-bottom: 22px;
	color: var(--secondary-blue);
}

.single-post-container .post-featuredimg {
	padding: 35px 0;
}

.single-post-container .post-featuredimg img {
	height: auto;
}

hr {
	height: 1px;
	background: #D1D3D4;
	margin: 40px 0;
	border: 0;
}

hr.separator-line {
	margin: 20px 0;
	height: 2px;
	background: #edf0f5;
}

.post-share ul,
.post-share ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.post-share ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
}

.post-share ul li {
	flex: 0 1 auto;
	align-self: auto;
	min-width: 0;
	min-height: auto;
	padding-right: 18px;
	font-size: 24px;
	color: var(--secondary-blue);
	font-weight: 600;
}

.post-share svg {
	width: 20px;
	height: 22px;
	vertical-align: middle;
	fill: var(--primary-blue);
	transition: all 0.3s linear !important;
}

.post-share a:hover svg {
	fill: var(--secondary-blue);
}

.post-share svg.fb {
	height: 19px;
}

.related-posts {
	padding: 130px 0;
}

/*Taxonomy Group Styling*/
.all-cat-wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
}

.all-cat-wrapper .all-cat-col {
	flex: 0 1 25%;
	align-self: auto;
	min-width: 25%;
	min-height: auto;
	padding: 20px;
}

.all-cat-wrapper .all-cat-col a {
	display: block;
	text-align: center;
	text-decoration: none;
}

.all-cat-wrapper .all-cat-col span {
	display: block;
}

.all-cat-wrapper .all-cat-col .all-cat-img {
	margin-bottom: 15px;
	background: var(--lite-grey-alt);
	transition: all 0.3s linear;
	padding: 20px;
}

.all-cat-wrapper .all-cat-col .all-cat-img img {
	height: auto;
}

.all-cat-wrapper .all-cat-col a:hover .all-cat-img {
	background: var(--white);
	box-shadow: 0 15px 30px 0 rgb(27 66 138 / 10%);
}

.all-cat-wrapper .all-cat-col .all-cat-title {
	font-size: 20px;
	font-weight: 600;
}

/*Search Results*/
.search-results-row h2 a {
	text-decoration: none;
	position: relative;
}

.search-results-row h2 a:after {
	width: 0;
	height: 2px;
	content: "";
	display: block;
	position: absolute;
	background: #189dce;
	background: -moz-linear-gradient(left, #189dce 0%, #00428f 100%);
	background: -webkit-linear-gradient(left, #189dce 0%, #00428f 100%);
	background: linear-gradient(to right, #189dce 0%, #00428f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#189dce', endColorstr='#00428f', GradientType=1);
	right: 0;
}

.search-results-row h2 a:hover:after {
	width: 100%;
	left: 0;
	right: auto;
}

.search-results-row .bttn {
	padding: 5px 20px !important;
	font-size: 14px !important;
}

.not-found-container .search-form {
	position: relative;
}

.not-found-container .search-form input.search-field {
	width: 100%;
	border: 0;
	border-bottom: 1px solid var(--lite-grey);
	line-height: 65px;
	font-size: 24px;
	color: var(--primary-blue);
	padding-right: 65px;
}

.not-found-container .search-form button {
	position: absolute;
	right: 0;
	width: 65px;
	height: 65px;
	cursor: pointer;
	border: 0;
	background: none;
}

.not-found-container .search-form button i {
	background: var(--lite-grey);
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px auto auto -20px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
}

.not-found-container .search-form button i svg {
	margin-top: 10px;
}

/*Gravity Forms Styling*/
.gform_legacy_markup_wrapper {
	max-width: 600px !important;
	margin: auto;
}

.gform_wrapper div.validation_error {
	color: #C12121 !important;
	border: 1px solid #C12121 !important;
	padding: 16px !important;
	text-align: left !important;
}

.gform_wrapper div.validation_error h2 {
	padding: 0 !important;
	color: #C12121 !important;
}

.gform_wrapper div.validation_error h2:before {
	display: none;
}

.gform_wrapper.gform_legacy_markup_wrapper li.gfield.gfield_error,
.gform_wrapper.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent;
	margin-bottom: 0 !important;
	border-top: 0;
	border-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
	box-sizing: border-box;
	margin: 0;
}

body .gform_legacy_markup_wrapper .top_label div.ginput_container {
	margin: 0 !important;
}

.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin: 0 !important;
	color: #C12121;
}

.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	padding: 0;
	color: #C12121;
	font-size: 14px;
}

.gform_wrapper.gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
	padding-right: 0 !important;
}

.gform_wrapper label.gfield_label,
.gform_wrapper legend.gfield_label,
.gform_legacy_markup_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gform_legacy_markup_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label {
	font-weight: 400 !important;
	font-size: 18px !important;
}

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium,
.gform_wrapper textarea.medium,
.gform_legacy_markup_wrapper ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.gform_legacy_markup_wrapper ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.gform_legacy_markup_wrapper ul.gform_fields li.gfield select,
.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border: 0px solid var(--dark-grey);
	width: 100% !important;
	padding: 0 15px !important;
	border-radius: 5px;
	line-height: 46px;
	height: 48px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .05);
}

.gform_wrapper .top_label input.medium:focus,
.gform_wrapper .top_label select.medium:focus,
.gform_wrapper textarea.medium:focus,
.gform_legacy_markup_wrapper ul.gform_fields li.gfield div.ginput_complex span.ginput_left select:focus,
.gform_legacy_markup_wrapper ul.gform_fields li.gfield div.ginput_complex span.ginput_right select:focus,
.gform_legacy_markup_wrapper ul.gform_fields li.gfield select:focus,
.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .15);
}

.input-borders_wrapper .gform_wrapper .top_label input.medium,
.input-borders_wrapper .gform_wrapper .top_label select.medium,
.input-borders_wrapper .gform_wrapper textarea.medium,
.input-borders_wrapper .gform_legacy_markup_wrapper ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.input-borders_wrapper .gform_legacy_markup_wrapper ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.input-borders_wrapper .gform_legacy_markup_wrapper ul.gform_fields li.gfield select,
.input-borders_wrapper .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.input-borders_wrapper.gform_wrapper .top_label input.medium,
.input-borders_wrapper.gform_wrapper .top_label select.medium,
.input-borders_wrapper.gform_wrapper textarea.medium,
.input-borders_wrapper.gform_legacy_markup_wrapper ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.input-borders_wrapper.gform_legacy_markup_wrapper ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.input-borders_wrapper.gform_legacy_markup_wrapper ul.gform_fields li.gfield select,
.input-borders_wrapper.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border: 1px solid var(--dark-grey);
}

.gform_wrapper textarea.medium {
	padding: 10px 15px !important;
	line-height: 1.2em;
	height: 100px !important;
}

.gform_legacy_markup_wrapper ul.gform_fields li.gfield {
	padding-right: 2px !important;
}

.gform_legacy_markup_wrapper .gform_footer input.button,
.gform_legacy_markup_wrapper .gform_footer input[type=submit],
.gform_legacy_markup_wrapper .gform_page_footer input.button,
.gform_legacy_markup_wrapper .gform_page_footer input[type=submit] {
	font-size: 20px !important;
	font-weight: 600 !important;
	padding: 18px 42px !important;
	background: var(--tertiary-blue) !important;
	color: var(--white) !important;
	transition: all 0.3s linear !important;
	border-radius: 5px !important;
	text-decoration: none;
	border: 0;
	display: inline-block;
	cursor: pointer;
	-webkit-appearance: none;
}

.gform_legacy_markup_wrapper .gform_footer input.button:hover,
.gform_legacy_markup_wrapper .gform_footer input[type=submit]:hover,
.gform_legacy_markup_wrapper .gform_page_footer input.button:hover,
.gform_legacy_markup_wrapper .gform_page_footer input[type=submit]:hover {
	background: #138FBC !important;
}

.gform_wrapper.gform_legacy_markup_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper.gform_legacy_markup_wrapper li.gfield_error textarea {
	color: #C12121 !important;
	border: 1px solid #C12121 !important;
}

.gform_wrapper.gform_legacy_markup_wrapper .ginput_card_expiration_container {
	overflow: hidden;
	display: block;
}

.gform_wrapper.gform_legacy_markup_wrapper ul.gform_fields li.gfield .ginput_card_expiration_container select.ginput_card_expiration {
	width: 48% !important;
	float: left;
	margin-top: 0;
}

.gform_legacy_markup_wrapper .ginput_complex .ginput_full {
	display: block;
	overflow: hidden;
}

.inline-children>div {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

/*WooCommerce*/
.cart-contents-count {
	position: absolute;
	top: -5px;
	right: -5px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	background: var(--primary-blue);
	border-radius: 50%;
	display: block;
	color: var(--white);
	text-align: center;
	font-size: 10px;
	font-weight: 700;
}

button.bttn {
	cursor: pointer;
}

.product-single-button .quantity input[type="number"] {
	text-align: center;
	width: 60px;
	height: 58px;
	border: 1px solid var(--primary-blue);
	line-height: 58px;
	padding: 0;
	font-size: 20px;
	border-radius: 5px;
}

#main_content .woocommerce {
	padding: 50px 0;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	background-color: var(--lite-grey);
	color: var(--primary-blue);
	border-top: 3px solid var(--primary-blue);
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	color: var(--primary-blue);
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
	background-color: var(--primary-blue);
	color: var(--white);
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: var(--tertiary-blue);
	color: var(--white) !important;
	border-radius: 5px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #138FBC;
	box-shadow: 0 15px 30px 0 rgba(27, 66, 138, .1);
}

.woocommerce table.shop_table {
	border-collapse: collapse;
}

.woocommerce table.shop_table th {
	background-color: var(--lite-grey);
	;
	color: var(--primary-blue);
}

.shop_table input[type="number"] {
	width: 50px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce .quantity .qty {
	pointer-events: none;
	border: 0;
	background: none;
	-moz-appearance: textfield;
	text-align: left;
	padding: 0;
}

.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.woocommerce form .form-row .select2-container,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	border: 1px solid var(--dark-grey);
	width: 100% !important;
	padding: 0 15px !important;
	border-radius: 5px;
	height: 48px;
	font: 18px/46px myriad-pro, Arial, "sans-serif";
}

.woocommerce form .form-row textarea {
	height: 150px;
	line-height: 1.2em;
	padding: 15px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 46px;
	padding-left: 0;
}

.select2-container--default .select2-selection--single {
	border: 0;
	line-height: 46px;
	height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
}

.woocommerce-account .panel-grid-cell {
	width: 100%;
}

.single-product .hide-row {
	display: none;
}

.shop-container-single-content .product-single-list li p {
	margin-bottom: 15px;
}

#product_form {
	padding: 50px 0;
}

#product_form .h2 {
	text-align: center;
}

#product_form .h2,
#product_form label,
#product_form .gform_legacy_markup_wrapper .gfield_required {
	color: var(--white);
}

#product_form .gform_legacy_markup_wrapper div.validation_error {
	background: var(--white);
}

/*Footer Styling*/
.footer-cta-block {
	padding-top: 100px;
	position: relative;
	overflow: hidden;
}

.footer-cta-block .dots-6x4 {
	top: 0;
	left: 90%;
}

.footer-cta-block .dots-6x4 path {
	fill: var(--lite-grey);
}

.footer-cta-block {
	background: url('/wp-content/uploads/2024/04/Frame-4691-1.jpg');
}

.footer-cta-block .container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	z-index: 2;
	position: relative;
	padding: 10rem 5rem;
}

.footer-cta-block .footer-cta-content {
	color: var(--White, #FFF);
	text-align: center;
	/* Desktop/H2 */
	font-family: Montserrat;
	font-size: 3.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	/* 3.5rem */
	letter-spacing: -0.14rem;
	margin-bottom: 40px;
}

.footer-cta-block .footer-cta-bttn {
	min-width: 200px;
	text-align: right;
	color: #0052A0;
	background: #FFF;
}

.footer-cta-block .footer-cta-bttn .bttn.lite-blue {
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
	width: 100%;
	color: #0052A0 !important;
	background: #FFF !important;
}


footer .container {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	padding: 125px 0 75px;
}

footer .footer-col {
	flex: 1 1 25%;
	align-self: auto;
	min-width: 0;
	min-height: auto;
	font-size: 14px;
	position: relative;
}

.footer-col button {
	display: none;
}

footer .footer-col div:not(.menu-footer-right-container) .menu>li>a,
footer .footer-col .footer-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
	display: inline-block;
	color: var(--primary-blue);
}

footer .footer-col a {
	text-decoration: none;
	position: relative;
}

footer .footer-col .menu a:after {
	width: 0;
	height: 1px;
	content: "";
	display: block;
	position: absolute;
	background: #189dce;
	background: -moz-linear-gradient(left, #189dce 0%, #00428f 100%);
	background: -webkit-linear-gradient(left, #189dce 0%, #00428f 100%);
	background: linear-gradient(to right, #189dce 0%, #00428f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#189dce', endColorstr='#00428f', GradientType=1);
	bottom: 0;
	right: 0;
}

footer .footer-col .menu a:hover:after {
	width: 100%;
	left: 0;
	right: auto;
}

.social-icons {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: center;
	margin-top: 30px;
}

.social-icons li {
	flex: 0 1 auto;
	align-self: auto;
	min-width: 0;
	min-height: auto;
	margin-right: 12px;
}

.social-icons li a {
	font-size: 18px;
	padding: 5px;
}

#copyright {
	background: var(--lite-grey);
	color: var(--primary-blue);
	text-align: center;
	padding: 20px;
}

@media only screen and (max-width: 1410px) {
	#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-flyout:last-child ul.mega-sub-menu {
		left: auto;
		right: 0;
	}

	#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
		left: auto;
		right: 100%;
	}
}

@media only screen and (max-width: 1260px) {
	#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-item>ul {
		left: auto;
		right: 0;
		border: 1px solid #000;
	}
}

@media only screen and (max-width: 1024px) {
	.circle-bg:after {
		background-size: cover;
		height: 200px;
		width: 200px;
		opacity: .5;
	}

	.circle-bg.top:after {
		top: -10%;
	}

	.circle-bg.right:after {
		right: -10%;
	}
}

@media only screen and (min-width: 991px) {
	.mega-full-width-nav .menu .active-submenu>ul {
		display: block;
	}

	.mega-full-width-nav .menu>li>a:after {
		opacity: 0;
	}

	.mega-full-width-nav .menu>li:hover>a:after,
	.mega-full-width-nav .menu>li.active-submenu>a:after {
		opacity: 1;
	}
}

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

	.hero-content {
		padding: unset;
	}

	body:not(.woocommerce):not(.woocommerce-page) .hero-container.style3 {
		height: 400px !important;
	}

	.aux-bar a {
		font-size: 12px;
		padding: 0 15px;
	}

	.aux-bar a[href*="tel:"] {
		font-size: 18px;
	}

	header#main-header {
		padding: 20px 0;
		height: 95px;
	}

	header .container div.header-col-logo svg {
		height: 41px;
		width: auto;
	}

	header .container div.header-col-search {
		order: 2;
		flex: 1 1 auto;
		text-align: right;
	}

	header .container div.header-col-navigation {
		order: 3;
		flex: 0 1 auto;
		min-width: 52px;
		height: 44px;
	}

	.mega-menu-wrap {
		position: absolute !important;
	}

	body.mega-menu-main_menu-mobile-open {
		overflow: hidden;
	}

	body.mega-menu-main_menu-mobile-open .alert-msg,
	body.mega-menu-main_menu-mobile-open .aux-bar {
		display: none;
	}

	#mega-menu-wrap-main_menu .mega-menu-toggle+#mega-menu-main_menu {
		position: fixed !important;
		width: 100%;
		left: 0;
		top: 135px;
		height: calc(100vh - 94px);
		overflow: auto;
		padding: 25px 5px 100px;
	}

	#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-item {
		padding-bottom: 45px;
	}

	#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-flyout ul.mega-sub-menu {
		float: none;
	}

	body .mega-full-width-nav .mega-sub-menu>li,
	.mega-full-width-nav .mega-sub-menu>li.mega-menu-col1,
	#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
		min-height: initial !important;
		border: 0 !important;
	}

	#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-item:not(.bttn)>a.mega-menu-link:after,
	.mega-full-width-nav .menu .sub-menu a:after {
		display: none;
	}

	.mega-full-width-nav .menu>li>a,
	#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		line-height: 55px;
		/* color:var(--dark-grey) !important; */
	}

	.mega-full-width-nav .menu>li {
		width: 100%;
		margin-bottom: auto;
	}

	.mega-full-width-nav .menu>li>a:after {
		font-size: 14px;
	}

	.mega-full-width-nav .menu a {
		font-size: 16px;
		font-weight: 600;
	}

	.mega-full-width-nav .menu ul {
		position: relative;
		left: auto;
		top: auto;
		padding-left: 30px;
	}

	.mega-full-width-nav .menu .sub-menu a {
		font-size: 14px;
		color: var(--dark-grey);
	}

	#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		padding-top: 0;
		padding-bottom: 0;
	}

	li.bttn a {
		color: var(--primary-blue) !important;
		padding: 0 10px !important;
		background: none !important;
		line-height: 55px !important;
	}

	.cart-contents-count {
		left: 20px;
		right: auto;
	}

	.hero-container {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-content: center;
		align-items: center;
		margin-bottom: 0px;
	}

	body:not(.home) .hero-container {
		min-height: auto;
		height: auto;
	}

	.hero-container .container:not(.relative),
	.hero-container:not(.style3)>img {
		flex: 1 1 100%;
		align-self: auto;
		min-width: 0;
		min-height: auto;
		position: relative;
		top: auto;
		left: auto;
	}

	.hero-container .container:not(.relative) {
		order: 2;
		transform: translate(0, 0);
	}

	.hero-container>picture {
		width: 100%;
	}

	.hero-container>img,
	.hero-container>picture,
	.hero-container>picture>img,
	.hero-container.style1>img,
	.hero-container.style1>picture,
	.hero-container.style1>picture>img .hero-container.style2>img,
	.hero-container.style2>picture,
	.hero-container.style2>picture>img {
		order: 1;
		width: 100% !important;
		height: 50vh;
		min-height: 150px;
		max-width: 100% !important;
		position: relative;
	}

	.hero-container.style3,
	.hero-container.style3 img,
	.hero-container.style3 picture,
	.hero-container.style3 picture img,
  .hero-container.style5,
	.hero-container.style5 img,
	.hero-container.style5 picture,
	.hero-container.style5 picture img  {
		min-height: 400px;
		height: 400px;
	}

	.hero-container.style3 h1,
	.bg-cta-title {
		font-size: 55px;
	}

	.hero-content {
		max-width: 100%;
		padding: 42px 20px;
	}

	.hero-searchbar {
		margin-top: auto;
		max-width: 96%;
		margin: auto auto -65px;
	}

	.hero-container.post-hero,
	.posts-overview {
		padding: 50px 0;
	}

	.hero-container.post-hero .hero-posts-slider-wrapper>div.hero-posts-slider-thumbnail {
		display: none;
	}

	.hero-container.post-hero .hero-posts-slider-content {
		padding: 10px 25px;
	}

	.hero-container.post-hero .hero-posts-slider-content .hero-posts-slider-title a {
		font-size: 35px;
	}

	.featured-product-wrapper .container {
		padding-top: 75px
	}

	.featured-product-wrapper .container>div {
		flex: 1 1 100% !important;
	}

	.featured-product-wrapper .container>div.featured-product-content {
		padding-right: 0;
		min-width: inherit;
	}

	.featured-product-wrapper .container>div.featured-product-slider-area {
		height: 300px;
	}

	.featured-product-slider-area-fill {
		position: relative;
		width: 100vw;
		right: 0;
		left: -15px;
		padding-top: 0;
		bottom: -155px;
	}

	.featured-product-slider-nav {
		display: none;
	}

	.featured-product-slider {
		padding: 0 15px;
	}

	.featured-product-image,
	.featured-product-image img {
		width: 220px;
		height: 270px;
	}

	.featured-product-slider .featured-product-title,
	.featured-product-slider .featured-product-cat {
		max-width: 220px;
	}

	.featured-product-slider .featured-product-title {
		width: 220px;
	}

	.featured-product-slider .featured-product-cat {
		height: 60px;
	}

	nav .featured-product-slider {
		display: none;
	}

	.dataTables_wrapper {
		overflow: auto;
		max-width: 100%;
	}

	.half-width,
	.half-width.right {
		width: 100%;
		position: relative;
		left: 0 !important;
		right: auto !important
	}

	.half-width img {
		max-height: 285px;
	}

	.circle-bg:after {
		height: 175px;
		width: 175px;
	}

	.imgcta-six-wrapper {
		margin-top: 55px;
		width: 100vw;
		left: -14px;
	}

	.imgcta-six-wrapper-slider {
		position: absolute;
		width: 100%;
		z-index: 2;
	}

	.imgcta-six-wrapper .imgcta-six {
		position: relative;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		padding-left: 15px;
		transform: translateY(0) !important;
	}

	.imgcta-six-wrapper .imgcta-six img {
		border-radius: 0;
		width: 225px !important;
		height: 225px !important;
	}

	.imgcta-six-bg {
		text-align: right;
		overflow: hidden;
		/*margin: 0 -25px;*/
		z-index: -1;
	}

	.imgcta-six-bg img {
		right: -18%;
		position: relative;
	}

	.posts-content-wrapper {
		flex-wrap: wrap;
	}

	/* .posts-content-wrapper .posts-content {
		padding-right: 50px;
	} */

	.all-cat-wrapper .all-cat-col {
		min-width: 33.33%;
		flex-basis: 33.33%;
	}

	.hero-container.post-hero .hero-content {
		padding: 0;
	}

	.top-picks {
		padding: 50px 0;
	}
}

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

	h1,
	.h1 {
		font-size: 36px;
	}

	h2,
	.h2 {
		font-size: 30px;
	}

	h3,
	.h3 {
		font-size: 24px;
	}

	h4,
	.h4 {
		font-size: 18px;
	}

	h5,
	.h5 {
		font-size: 18px;
	}

	h6,
	.h6 {
		font-size: 14px;
	}

	.hero-searchbar {
		flex-wrap: wrap;
	}

	.hero-searchbar>div,
	.hero-searchbar .hero-searchbar-col-right {
		flex-basis: 100%;
	}

	.hero-searchbar .hero-searchbar-col-left {
		border-right: 0;
		border-bottom: 1px solid var(--lite-grey);
	}

	.all-cat-wrapper .all-cat-col {
		min-width: 50%;
		flex-basis: 50%;
	}

	.pdf-cta-block {
		padding-bottom: 25px;
	}

	#open-cats {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.mega-menu-main_menu-mobile-open .header-col-search button {
		pointer-events: none;
		opacity: 0;
		transition: all 0s linear;
	}

	.posts-overview .post-container .posts-content-col,
	.posts-overview .post-container aside {
		flex-basis: 100%;
		min-width: 100%;
	}

	.posts-overview .post-container aside {
		order: 1;
		padding-bottom: 20px;
	}

	.posts-overview .post-container .posts-content-col {
		order: 2;
	}

	.top-picks-wrapper {
		margin: 0;
	}

	.top-picks-wrapper>div {
		flex: 1 1 100%;
		align-self: 100%;
		padding: 15px 0;
	}

	.related-posts {
		padding: 50px 0;
	}

	.all-cat-wrapper .all-cat-col {
		padding: 10px;
	}

	.all-cat-wrapper .all-cat-col .all-cat-img {
		padding: 5px;
	}

	.all-cat-wrapper .all-cat-col .all-cat-title {
		font-size: 16px;
	}

	.expertslider-slide.circle-bg:after {
		display: none;
	}

	.expertslider-slide div.expertslider-img {
		display: none;
	}

	.expertslider-slide div.expertslider-content {
		flex: 1 1 100%;
	}

	.guides-list {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}

	.accordion-block-content {
		padding-right: 20px;
	}

	.footer-cta-block {
		padding-top: 50px;
	}

	.footer-cta-block .container {
		flex-wrap: wrap;
		text-align: center;
	}

	.footer-cta-block .footer-cta-content {
		padding-right: 0;
	}

	.footer-cta-block .footer-cta-bttn {
		padding-top: 30px;
		text-align: center;
	}

	footer .container {
		text-align: center;
		padding-top: 75px;
	}

	footer .footer-col {
		flex: 1 1 100%;
	}

	.social-icons {
		justify-content: center;
	}

	.social-icons li {
		margin: 0 6px;
	}

	footer .footer-col div:not(.menu-footer-right-container) .menu>li>a,
	footer .footer-col .footer-title {
		padding: 25px;
		display: block;
		margin: 0;
	}

	footer .footer-col:not(:first-child) {
		border-bottom: 1px solid var(--lite-grey);
	}

	footer .active ul.menu {
		padding-bottom: 25px;
	}

	footer ul.menu .sub-menu,
	footer #menu-footer-right {
		display: none;
	}

	footer .active ul.menu .sub-menu,
	footer .active #menu-footer-right {
		display: block;
	}

	.footer-col button {
		position: absolute;
		z-index: 2;
		width: 50px;
		height: 50px;
		top: 12px;
		right: 0;
		display: block;
		border: 0;
		background: none;
	}

	#copyright {
		font-size: 12px;
	}

	#open-cats {
		display: block;
	}

	#category-list {
		display: none;
	}
}


p.product.woocommerce.add_to_cart_inline {
	border: none !important;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

a.added_to_cart.wc-forward {
	text-align: center;
	font-family: 'Montserrat';
	font-size: var(--p1-font-size);
	color: white !important;
	background: var(--royal-blue);
	text-decoration: none !important;
	border-radius: var(--button-radius);
	border: transparent;
	font-weight: 700;
	padding: 0.875rem 1.25rem;
	max-width: 18.75rem;
	width: 100%;
}

.hero-container.front-page-hero {
	min-height: 67vh !important;
}


@media only screen and (min-width: 990px) {
	.hero-container.front-page-hero::before {
		z-index: 1;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 73.02%);
	}
}


.hero-container.front-page-hero img {
	width: 100% !important;
}

.hero-container.style2.front-page-hero>picture>img {
	object-position: 76% 100%;
}

.hero-container.front-page-hero .hero-subcontent.h4 {
	color: #0D132E;
}

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

	.hero-container.front-page-hero h1,
	.hero-container.front-page-hero .hero-subcontent.h4,
  .hero-container .hero-subcontent.h4 > p {
		color: white !important;
	}

	.hero-container.front-page-hero h1 {
		font-family: 'Montserrat';
		font-size: 4rem;
		font-style: normal;
		font-weight: 600;
		line-height: 100%;
		/* 4rem */
		letter-spacing: -0.16rem;
		max-width: 16ch;
		text-wrap: unset !important;
	}

	.hero-container.front-page-hero .hero-content {
		max-width: 70%;
	}

	.hero-container.front-page-hero .hero-subcontent.h4 {
		font-family: Montserrat;
		font-size: 1.11111rem;
		font-style: normal;
		font-weight: 500;
		line-height: 160%;
		/* 1.77778rem */
		max-width: 54ch;
		color: white;
	}

	.hero-container.style2.front-page-hero>picture>img {
		object-position: center;
	}
}

.widget-title a {
	position: relative;
}

.widget-title a:after {
	width: 0;
	height: 1px;
	content: '';
	display: block;
	position: absolute;
	background: #189dce;
	background: -moz-linear-gradient(left, #189dce 0%, #00428f 100%);
	background: -webkit-linear-gradient(left, #189dce 0%, #00428f 100%);
	background: linear-gradient(to right, #189dce 0%, #00428f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#189dce', endColorstr='#00428f', GradientType=1);
	bottom: 0;
	right: 0;
}

.so-widget-sow-image:hover .widget-title a:after {
	width: 100%;
	left: 0;
	right: auto;
}

.so-widget-sow-image .widget-title a:hover {
	color: var(--secondary-blue);
}

/* rotate carats in menu when expanded */
#mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item-has-children>a.mega-menu-link[aria-expanded="true"]>span.mega-indicator:after,
#mega-menu-wrap-aux_menu #mega-menu-aux_menu li.mega-menu-item-has-children>a.mega-menu-link[aria-expanded="true"]>span.mega-indicator:after {
	transform: rotate(180deg);
}


body:not(.woocommerce):not(.woocommerce-page) .hero-container.style3,
body:not(.woocommerce):not(.woocommerce-page) .hero-container.style5 {
	min-height: 540px;
}

/* hero styles start here */

.hero-container.style3 h1,
.hero-container.style3 .h4 {
	color: var(--primary-blue);
}

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

	body:not(.woocommerce):not(.woocommerce-page) .hero-container.style2::before,
	body:not(.woocommerce):not(.woocommerce-page) .hero-container.style3::before,
 .hero-container.style5::before {
		position: absolute;
		content: '';
		background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 73.02%);
		width: 100%;
		height: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1;
	}

	body:not(.woocommerce):not(.woocommerce-page) .hero-container.style2 .hero-subcontent.h4,
	body:not(.woocommerce):not(.woocommerce-page) .hero-container.style3 .hero-subcontent.h4,
  body:not(.woocommerce):not(.woocommerce-page) .hero-container.style5 .hero-subcontent.h4,
   {
		color: white;
	}

	body:not(.woocommerce):not(.woocommerce-page) .hero-container.style2 h1,
	body:not(.woocommerce):not(.woocommerce-page) .hero-container.style3 h1,
  .hero-container.style5 h1 {
		/* text-align: center; */
		color: white !important;
	}

	.hero-container.style3 h1,
	.hero-container.style3 .h4,
  .hero-container.style5 .h1 {
		color: white;
	}

	body:not(.woocommerce):not(.woocommerce-page) .hero-container.front-page-hero h1 {
		text-align: left;
		color: white !important;
	}

	body:not(.woocommerce):not(.woocommerce-page):not(.woocommerce-js) .hero-container.style2 .hero-content,
	body:not(.woocommerce):not(.woocommerce-page):not(.woocommerce-js) .hero-container.style3 .hero-content,
  body:not(.woocommerce):not(.woocommerce-page):not(.woocommerce-js) .hero-container.style5 .hero-content {
		text-wrap: balance;
		margin: 0 auto !important;
		text-align: center !important;
	}


	body:not(.woocommerce):not(.woocommerce-page) .hero-container.style2.front-page-hero .hero-content {
		text-wrap: balance;
		margin: unset !important;
		text-align: left !important;
	}
}

body:not(.woocommerce):not(.woocommerce-page) .hero-container.style2 img,
body:not(.woocommerce):not(.woocommerce-page) .hero-container.style3 img,
body:not(.woocommerce):not(.woocommerce-page) .hero-container.style5 img {
	width: 100% !important;
}

body:not(.woocommerce):not(.woocommerce-page) .hero-container.style2 .hero-content,
body:not(.woocommerce):not(.woocommerce-page) .hero-container.style3 .hero-content,
body:not(.woocommerce):not(.woocommerce-page) .hero-container.style5 .hero-content {
	text-wrap: balance;
	margin: 0 auto;
	text-align: center;
}

body:not(.woocommerce):not(.woocommerce-page) .hero-container.style2.front-page-hero .hero-content {
	text-wrap: unset;
	margin: unset;
	text-align: left;
}

body:not(.woocommerce):not(.woocommerce-page) .hero-container.front-page-hero .hero-content,
body:not(.woocommerce):not(.woocommerce-page) .hero-container.front-page-hero .hero-content,
body:not(.woocommerce):not(.woocommerce-page) .hero-container.style2 .hero-content,
body:not(.woocommerce):not(.woocommerce-page) .hero-container.style3 .hero-content,
body:not(.woocommerce):not(.woocommerce-page) .hero-container.style5 .hero-content {
	text-wrap: balance;
	margin: unset;
	text-align: left;
}

body:not(.woocommerce):not(.woocommerce-page) .hero-container.style2,
body:not(.woocommerce):not(.woocommerce-page) .hero-container.style3,
body:not(.woocommerce):not(.woocommerce-page) .hero-container.style5 {
	background: unset !important;
}

.hero-container.style3,
.hero-container.style5 {
	background-color: unset;
	min-height: 540px;
}

.aos-init.siteorigin-panels-stretch.panel-row-style {
	position: relative;
}

.product-single-messaging {
	display: none;
}

.product-single-messaging.show-messaging {
	display: block;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	white-space: nowrap;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
	color: #666666 !important;
}

#pg-493-1>.panel-row-style {
	padding-top: 0 !important;
}

#panel-10657-2-2-0>.panel-widget-style {
	padding: unset !important;
}

#pg-491-2>.panel-row-style {
	padding: 65px 0px 65px 0px !important;
}

#pg-473-3>.panel-row-style {
	padding-bottom: 80px !important;
}

.starting-at {
	color: #0D132e;
	font-weight: 500;
	line-height: 1.6;
	font-size: 1rem;
}

.archive-price {
	color: #0D132e;
	font-weight: 600;
	line-height: 1.6;
	font-size: 1.44rem;
}

.applicationList {
	padding-top: 1.33rem;
	max-height: unset !important;
}

.applicationList:not(:has(.application)) {
	display: none;
}

.shop-product-wrapper .shop-product-title {
	color: #0D132e;
	font-weight: 600;
	line-height: 1.1;
	font-size: 1.44rem;
	padding-bottom: .667rem;
}

.shop-product-wrapper .shop-product-cat:not(:has(span)) {
	display: none;
}

.woocommerce nav.woocommerce-pagination ul li a.next:before {
	z-index: 1;
}

/* hide facet counter span */
.facetwp-counter {
	display: none !important;
}

.facetwp-display-value {
	padding-right: 5px;
	color: var(--navy);
	font-size: .875rem;
}

.blog .hero-container.style2 {
	min-height: 420px !important;
}

/* PM1-623 30-07-2025 */
.shop-main {
    display: flex;
    align-items: center;
}

.shop-blank-div {
    display: flex;
    flex: 0 0 285px;
}

.shop-filtering {
    flex: 1 1 calc(100% - 285px);
    flex-wrap: wrap;
}


.facetwp-type-search input.facetwp-search {
    font-size: 20px;
    width: 100%;
    line-height: 26px;
    padding: 10px 15px 10px 40px;
}

.facetwp-type-search .facetwp-icon {
    left: 5px;
    right: auto;
    opacity: 1;
}

span.facetwp-input-wrap {
    width: 100%;
}


@media (max-width: 767px) {
    .shop-main {
        display: block;
    }
}

.prod-type-badge {
    /* position: absolute; */
    top: 0;
    left: 0;
    background-color: #dcecf5;
    color: #1a1a1a;
        padding: 4px 23px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 500;
    z-index: 2;
    display: inline-block;
}

/* Ensure product card is positioned relatively */
.woocommerce ul.products li.product {
    position: relative;
}

/* PM1-623 30-07-2025 */

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

.shop-main .shop-filtering {
    padding-bottom: 15px;
}
.shop-main .shop-filtering  p.search-bar-text {
    font-size: 20px;
    font-weight: 500;
    color: #3d4146;
}

.shop-filtering .shop-filtering-right form.woocommerce-ordering {
    border-bottom: 0;
    /* max-width: 200px;
    margin-left: 60px;
	    margin-top: 18px; */
}
.facetwp-type-search .facetwp-icon:before{
	    background-image: url(./images/search.svg);
		    background-position: 10px 50%;
    background-size: 24px 24px;
	    width: 44px;
}

.facetwp-type-search .facetwp-icon:before.f-loading{
    background-size: 20px 20px;
}

/* .shop-filtering .shop-filtering-right form.woocommerce-ordering select {
    width: 200px;
}
.shop-filtering .shop-filtering-right form.woocommerce-ordering select:focus{
	box-shadow: none;
	outline: none;
}
.shop-filtering .shop-filtering-right form.woocommerce-ordering::before{
 background-image: url(./images/filter-icon.svg);
	    background-position: left center;
        background-size: 30px;
    width: 40px;
    display: inline-block;
    content: '';
    height: 40px;
    position: absolute;
    left: -30px;
    background-repeat: no-repeat;
    top: 13px;
} */
span.shop-product-img {
    margin-top: 14px;
}
.shop-product-wrapper span.shop-product-title {
    font-size: 26px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #0052a0;
}
.shop-product-wrapper  span.part-number {
    color: #3d4146;
    font-size: 20px;
    font-weight: 500;
}
.woocommerce .shop-container .shop-content ul.products{
	gap: 2.611rem;
}
.woocommerce .shop-container .shop-content ul.products li {
    flex: 0 1 calc(33.33% - 40px);
    min-width: calc(33.33% - 40px);
    box-shadow: 0 4px 64px 0 rgba(48, 49, 62, 0.12);
    background-color: #fff;
    width: calc(33.33% - 40px) !important;
    height: 100%;
    float: none;
}
.woocommerce ul.facetwp-template.products::before{
	display: none;
}

@media only screen and (max-width: 1280px){
	.shop-filtering .shop-filtering-right form.woocommerce-ordering {
		margin-left: 80px;
    	margin-top: 50px;
	}
}

@media only screen and (max-width: 1200px){
	.shop-filtering .shop-filtering-right form.woocommerce-ordering {
		    margin-top: 48px;
			margin-left: 110px;
	}
}

@media only screen and (max-width: 1199px){
	.woocommerce .shop-container .shop-content ul.products li {
		flex: 0 1 calc(50% - 40px);
		min-width: calc(50% - 40px);
		width: calc(50% - 40px) !important;
	}
}
@media only screen and (max-width: 991px){
	.woocommerce .shop-container .shop-content ul.products li {
		flex: 0 1 100%;
		min-width: 100%;
		width: 100%!important;
	}
	.shop-main .shop-filtering{
		flex-flow: wrap;
	}
	.shop-filtering .shop-filtering-right{
		justify-content: flex-start !important;
	}
	.shop-filtering .shop-filtering-right form.woocommerce-ordering {
        margin-top: 20px;
        margin-left: 35px;
    }
}

@media only screen and (max-width: 767px){
	.shop-filtering .shop-filtering-right {
        justify-content: flex-end !important;
		display: flex !important;
    }
	.shop-filtering .shop-filtering-right form.woocommerce-ordering {
        margin-top: 0px;
    }
	.shop-filtering .shop-filtering-right form.woocommerce-ordering select{
		font-size: 18px !important;
	}
	.shop-filtering .facetwp-facet.facetwp-facet-search {
        max-width: 100%;
    }
	.shop-filtering .shop-filtering-right .woocommerce-result-count{
		display: none !important;
	}
}
}

/* FacetWP Template Styling */
.facetwp-template {
	display: flex;
	flex-direction: column;
	gap: 1.33rem;
}

/* article list design */

.featured-post-section .featured-posts-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.featured-post-section .breadcrumbs-styling {
    position: static !important;
    transform: unset !important;
    margin: 0 !important;
	padding-bottom: 30px;
}

.featured-post-section {
    background: transparent;
    /* padding-top: 30px !important; */
    overflow-x: hidden;
    padding-bottom: 0 !important;
}

.featured-post-section .breadcrumbs-styling .current.breadcrumb_last {
    color: #3D4146;
}

.featured-post-section h1 {
    padding-bottom: 38PX;
}

.featured-posts-content {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow-x: hidden;
	background-color: #F2F6F8;
}

.featured-posts-wrapper img {
    width: 100%;
}


.featured-post-section .hero-posts-content {
    display: flex;
    flex-direction: column;
    padding: 93px 57px 80px 115px;
	justify-content: center;
}

/* .featured-post-section h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
    color: #0052A0;
    text-transform: uppercase;
    padding-bottom: 47px;
} */

.featured-post-section .featured-posts-title a {
    color: #0D132E;
    font-weight: 600;
    text-decoration-style: solid;
}

.featured-post-section .featured-posts-title a:hover {
	text-decoration: underline;
}

.featured-post-section .featured-posts-excerpt {
    padding-top: 18px;
    font-weight: 500;
    color: #3D4146;
}

.featured-post-section .details-wrap {
    padding-top: 33px;
    display: flex;
    align-items: flex-start;
    gap: 36px;
}


.featured-post-section .featured-posts-category span {
    color: #3D4146;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
	    background-color: #DEF1F8;
    border-radius: 10px;
    padding: 4px 32px;
}

.featured-post-section .post-date-wrap {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 17px 36px;
    width: calc(100% - 20%);
}

.featured-post-section .details-readtime {
    width: 100%;
}

.featured-post-section .post-date {
    width: calc(50% - 18px);
}

.featured-post-section .post-author {
    width: calc(50% - 18px);
}

.featured-post-section .post-date .date {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #3D4146;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
}





.featured-post-section .post-date .date svg {
    width: 24px;
    height: 24px;
}

.featured-posts-wrapper picture img {
    height: 602px;
    object-fit: cover;
}

/* .article-list {
    padding-top: 94px;
	padding-bottom: 63px;
} */

/* .article-list .facetwp-radio {
    background: transparent;
    background-color: #0052A0;
    padding: 12px 58px;
    border-radius: 5px;
    color: #FFFFFF;
    font-family: 'inter';
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
    text-align: center;
}

.article-list .facetwp-facet-articles_filter {
    display: flex;
    gap: 16px;
	margin-bottom: 63px;
}

.article-list .facetwp-radio span {
    color: inherit;
}

.article-list .facetwp-radio.checked {
    background: #0D132E;
}

.article-list .facetwp-radio:hover {
    background: #0D132E;
}

.article-list .textwidget strong {
    color: #0052A0;
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
}

.article-list .facetwp-type-checkboxes {
    margin-top: 24px;
}

.article-list .article-filter-data .facetwp-display-value {
    color: #3D4146;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
}

.article-list .facetwp-checkbox {
    background-position: 0px 10px;
} */

.article-list .post-container {
    gap: 137px;
}

.article-list .post-container aside {
    flex: 0 1 245px;
    min-width: 245px;
}

.article-list .post-container .posts-content-col {
    flex: 1 1 calc(100% - 383px);
}

.article-list .posts-thumbnail {
    width: 245px;
    height: 184px;
    margin-right: 0;
}

/* .article-list .facetwp-template {
    gap: 40px;
} */

.article-list .posts-title {
    color: #0052A0 !important;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 10px;
    display: block;
}

/* .article-list .posts-content {
    color: #3D4146;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
	padding-top: 0;
} */

.article-list .posts-categories-wrap {
    display: flex;
    padding-top: 15px;
    gap: 20px;
    align-items: center;
}

.article-list .posts-title:hover {
    text-decoration: underline;
}

.article-list .posts-categories span {
    color: #3D4146;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
	 background-color: #DEF1F8;
    border-radius: 10px;
    padding: 4px 32px !important;
}

.article-list .post-date .date {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #3D4146;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
}

.article-list .post-author .author {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #3D4146;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
}

.article-list .facetwp-type-pager{
    margin: 125px 0 0;
    display: flex;
    justify-content: center;
}

.article-list .facetwp-page {
    background-color: #f3f6f7;
    padding: 10px 12px;
    border-radius: 5px;
    color: #3D4146;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    height: 40px;
    line-height: 40px;
    background: var(--lite-grey);
    color: var(--primary-blue);
    padding: 0 10px;
    text-decoration: none;
    border-radius: 5px;
}

.article-list .facetwp-page.active {
     color: var(--primary-blue) !important;
    background: var(--white);
    box-shadow: 0 15px 30px 0 rgb(27 66 138 / 10%);
}

.article-list .custom-pager-btn {
    border-radius: 50px;
    /* width: 50px; */
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-list .facetwp-pager {
    display: flex;
    width: calc(100% - 63%);
}

/* .article-list .posts-content-wrapper .posts-content .posts-categories {
    padding-bottom: 0;
    gap: 10px;
    display: flex;
} */

.featured-posts-category {
    display: flex;
    width: 20%;
    flex-wrap: wrap;
    gap: 10px;
}

.featured-post-section .blog-breadcrumbs {
    color: #3D4146;
}

@media(max-width:1550px) {
	.featured-post-section .hero-posts-content {
		padding: 50px;
	}

	.featured-posts-wrapper picture img {
		height: 100%;
	}
	.featured-post-section .featured-posts-category span {
		padding: 4px 15px;
	}
	.featured-post-section .details-wrap {
		/* flex-wrap: wrap; */
		gap: 15px;
	}

	.article-list .posts-categories-wrap {
		flex-wrap: wrap;
	}
}

@media(max-width:1199px) {
	.featured-post-section .featured-posts-title a {
		font-size: 32px;
		line-height: 36px;
	}

	.featured-post-section .hero-posts-content {
		padding: 23px 20px;
	}

	.featured-post-section h2 {
		padding-bottom: 23px;
	}

	.featured-post-section .details-wrap {
		flex-wrap: wrap;
		gap: 15px;
		padding-top: 19px;
	}

	.article-list .post-container {
		gap: 50px;
	}

	/* .article-list .posts-content {
		padding-right: 0;
	} */

	.article-list .posts-content-wrapper {
		gap: 30px;
	}

	.article-list .posts-categories-wrap {
		flex-wrap: wrap;
		gap: 5px;
	}

	.featured-posts-category {
		width: 100%;
	}
}

@media (max-width:991px) {
	.featured-post-section .featured-posts-wrapper {grid-template-columns: 1fr;}

	.featured-posts-wrapper picture img {
		height: 182px;
		width: 100%;
		overflow: hidden;
		box-shadow: 0px 0px 5px 0px #0000001A;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}

	.featured-posts-wrapper picture {
		width: 100%;
	}

	/* .featured-post-section {
		padding: 50px 25px 0 !important;
	} */

	.featured-posts-content {
		margin: 0;
		box-shadow: 0px 3px 10px 0px #0000001A;
		border-radius: 15px;
		overflow: hidden;
	}

	.featured-post-section .container {
		width: 100%;
	}

	.featured-post-section h2 {
		font-size: 20px;
		line-height: 32px;
	}

	.featured-post-section .featured-posts-excerpt {
		padding-top: 9px;
		font-size: 16px;
		line-height: 22px;
	}

	.featured-post-section .details-wrap {
		padding-top: 19px;
	}

	.featured-post-section .post-date .date {
		font-size: 18px;
		line-height: 27px;
	}

	.featured-post-section .post-author .author {
		font-size: 18px;
		line-height: 27px;
	}


	.article-list .facetwp-facet-articles_filter {
		flex-wrap: wrap;
		gap: 11px;
		margin-bottom: 40px;
	}
	/* .featured-post-section {
		padding: 24px 25px !important;
	} */

	.featured-post-section .breadcrumbs-styling {
		font-size: 16px;
		line-height: 22px;
		padding-bottom: 12px;
	}

	.featured-post-section .post-date-wrap {
		flex-wrap: wrap;
		max-width: 100%;
	}

	.featured-post-section .post-date {
		width: 100%;
	}

	.featured-post-section .post-author {
		width: 100%;
	}

	/* .article-list {padding: 41px 25px 40px;} */

	/* .article-list .facetwp-radio {
		font-size: 15px;
		line-height: 24px;
		padding: 3px 24px;
		font-weight: 500;
	} */

	.article-list .textwidget strong {
		font-size: 20px;
		line-height: 32px;
	}

	.article-list .article-filter-data .facetwp-display-value {
		font-size: 18px;
		line-height: 28px;
	}

	.article-list .facetwp-checkbox {
		background-position: 0 6px;
	}

	.article-list .post-container {gap: 20px;}

	.article-list .post-container aside {
		flex: 1;
		min-width: auto;
	}

	.article-list .post-container .posts-content-col {
		flex: 1;
	}

	.article-list .posts-thumbnail {
		width: 100%;
	}

	.article-list .posts-thumbnail img {
		width: 100%;
	}

	.article-list .posts-content-wrapper {
		box-shadow: 0px 3px 10px 0px #0000001A;
		gap: 0;
		flex-wrap: wrap;
	}

	/* .article-list .posts-content {
		padding: 20px;
		width: 100%;
	}

	.article-list .posts-content {
		font-size: 16px;
		line-height: 22px;
	} */

	.article-list .posts-categories-wrap {
		flex-wrap: wrap;
		gap: 10px;
	}

	.article-list .posts-categories span {
		font-size: 18px;
		line-height: 28px;
	}

	.article-list .post-date .date {
		font-size: 18px;
	}

	.article-list .facetwp-pager {
		width: 100%;
		justify-content: center;
		flex-wrap: wrap;
	}

	.article-list .pagination-nav {
		margin: 50px 0 0;
	}

	.article-list .facetwp-pager {
		width: 100%;
		gap: 10px;
	}
	.pagination-nav .pagination-bttn a {
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.article-list .facetwp-type-pager {
		margin: 50px 0 0;
	}
	.article-list .facetwp-page {
		font-size: 16px;
	}

}

/* article list design end */

/* Modal styles */
.category-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-modal-content {
  background: #fff;
  padding: 20px;
  max-height: 90%;
  overflow-y: auto;
  border-radius: 5px;
  width: 90%;
  max-width: 500px;
  text-align: center;
}

.category-modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  background: transparent;
  border: none;
  color: #333;
  cursor: pointer;
  z-index: 999;
}

.category-modal-close:hover {
  color: #000;
}

/* #facetwp-loader {
    position: fixed;
    text-align: center;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: 999;
}

#facetwp-loader .spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #0052A0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 0.8s linear infinite;
  display: inline-block;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
} */

#sidebar .widget-area #open-cats {
    background: #0052A0;
    padding: 12px 38px;
    border-radius: 5px;
    color: #FFFFFF;
    font-family: 'inter';
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
    text-align: center;
    display: none;
}
#modal-category-list li {
    list-style: none;
}
#modal-category-list li .textwidget > p {
    margin-bottom: 20px;
    color: #0052A0;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
}
#modal-category-list li .textwidget .facetwp-facet {
    height: 230px;
    overflow-y: auto;
    margin-bottom: 20px;
}
#modal-category-list li .textwidget .facetwp-facet .facetwp-checkbox {
    text-align: left;
    display: block;
}
#modal-category-list li .textwidget .facetwp-facet .facetwp-checkbox .facetwp-display-value {
    font-size: 14px;
    line-height: 20px;
}
#category-modal .category-modal-close {
    background: #000;
    height: 25px;
    width: 25px;
    color: #fff;
    top: 10px;
    right: 10px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#category-modal #submit-categories {
    background: #0052A0;
    padding: 12px 38px;
    border-radius: 5px;
    color: #FFFFFF;
    font-family: 'inter';
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-transform: capitalize;
    text-align: center;
}
#category-modal .category-modal-content {
    position: relative;
}
#modal-category-list li .textwidget .facetwp-facet::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
#modal-category-list li .textwidget .facetwp-facet::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5;
}
#modal-category-list li .textwidget .facetwp-facet::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #0052A0;
}
body.bg-facet-blur {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
body.bg-facet-blur:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgb(0 0 0 / 50%);
    z-index: 99;
}

@media (max-width: 767px) {
	#sidebar .widget-area #open-cats {
		display: inline-block;
	}
	body.bg-facet-blur:before {
		 z-index: 99999;
	}
	#facetwp-loader {
		z-index: 99999;
	}
}

/* Widget stacking margins for om-widgets */
.widget_om-two-col-repeater-widget {
  margin-top: 2.993rem;
  margin-bottom: 4.444rem !important;
}

@media (min-width: 768px) {
.widget_om-two-col-repeater-widget {
  margin-top: 3.667rem;
  margin-bottom: 5.556rem !important;
}
}

  .widget_om-dual-text-widget {
    margin-top: 2rem;
    margin-bottom: 2rem !important;
  }

@media (min-width: 768px) {
  .widget_om-dual-text-widget {
    margin-top: 3.667rem;
    margin-bottom: 3.667rem !important;
  }
}

.toggle-search svg {
 display: unset;
 vertical-align: unset;
}
