@font-face {
    font-family: 'Gabarito';
    src: url('../fonts/Gabarito-Regular.woff2') format('woff2'),
        url('../fonts/Gabarito-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@import url('../fonts/font-awesome/css/font-awesome.min.css');

:root {
	--darkblue: #1E2958;
	--lightblue: #3E7DC3;
	--lightgray: #F0F0F0;
	--green: #408E68;
	--yellow: #F2B42C;
	--orange: #FF4C21;
}

/* 
    font-family: 'Gabarito';
*/


/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* Global ---------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------- */
body {
	background: #fff;
    font-family: 'Gabarito';
	font-size: 16px;
	color: var(--darkblue);
}

h1 {
	font-size: 42px;	
	font-weight: bold;	
	line-height: 110%;
	letter-spacing: 2px;
	margin: 0 0 30px 0;
	padding: 0;
}

h2 {
	font-size: 36px;	
	font-weight: bold;	
	line-height: 110%;
	letter-spacing: 1px;
	margin: 0 0 30px 0;
	padding: 0;
}

h3 {
	font-size: 22px;	
	font-weight: bold;	
	line-height: 110%;
	letter-spacing: 0.75px;
	margin: 0 0 30px 0;
	padding: 0;
}

h4 {
	font-size: 16px;
	font-weight: bold;	
	letter-spacing: 0.75px;
	margin: 0 0 30px 0;
	padding: 0;
	text-transform: uppercase;
}

@media (min-width: 1351px) {
	.navigation,
	.breadcrumbs,
	.page-header
	.header.panel,
	.header.content,
	.footer.content,
	.page-wrapper>.widget,
	.page-wrapper>.page-bottom,
	.block.category.event,
	.top-container,
	.page-main {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	input[type="text"],
	input[type="password"],
	input[type="url"],
	input[type="tel"],
	input[type="search"],
	input[type="number"],
	input[type*="date"],
	input[type="email"] {
		font-size: 16px;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* Header ---------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------- */
body.checkout-index-index .free-shipping-widget,
body.checkout-index-index > .widget.block.block-static-block:nth-child(2),
body.checkout-index-index > .widget.block.block-static-block:first-of-type {
	display: none;
}

.checkout-index-index .payment-option._collapsible.opc-payment-additional.discount-code {
	display: none;
}

body > .widget.block.block-static-block:first-of-type p {
	margin: 0;
	padding: 0;
}

.page-header .panel.wrapper {
	background-color: #002868;
	border-bottom: 0;
}

.customer-welcome .customer-name {
	font-size: 16px;
	font-weight: 700;
}

span.customer-name:before {
	content: 'My Account';
}

@media only screen and (max-width: 767px) {
	.page-header .panel.wrapper {
		height: 40px;
	}
	
	.nav-toggle {
		top: -36px;
	}
	
	.nav-toggle:before {
		color: #fff !important;
		font-size: 23px;
	}

	.minicart-wrapper {
	    position: absolute;
	    right: 15px;
	    top: -49px;
	}
	
	.minicart-wrapper .action.showcart,
	.minicart-wrapper .action.showcart:before,
	.minicart-wrapper .action.showcart:active:before {
		color: #fff !important;
	}
	
	.form.minisearch {
		
	}
	
	.block-search .form.minisearch .label {
		position: absolute;
		right: 3px;
		top: 11px;
	}
	
	.block-search .form.minisearch .control {
		border: 0;
		margin: 0;
		padding: 0 10px;
		position: fixed;
		left: 0;
		right: 0;
		top: 49px;
		z-index: 2000;
	}	

	.block-search .form.minisearch.active .label {
		z-index: 2001;
	}

	.block-search .form.minisearch:not(.active) .control {
		opacity: 0;
		pointer-events: none;
	}
		
	.block-search .form.minisearch input {
		left: auto;
		margin: 0;
		position: static;
	}
	
	.search-autocomplete {
		margin-top: 0;
	}


	.page-header .header.panel {
		padding: 9px;
	}

	body:not(.logged-in) .header.panel > .header.links {
		display: block;
		margin-right: 0;
	}

	body:not(.logged-in) .minicart-wrapper {
		display: none;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* Upper Header Links ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------- */
.header.content {
	min-height: 60px;
	padding: 15px 20px;
	position: relative;
	z-index: 102;
}

@media (min-width: 1351px) {
	.header.content {
		padding: 15px 0;
	}
}

@media only screen and (max-width: 767px) {
	.header.content {
		min-height: 20px;
	}
}

@media only screen and (min-width: 767px) {
	.panel.header {
		position: relative;
	}
}

.page-header {
	box-shadow: 0 0 7px rgba(0,0,0,0.25);
	margin-bottom: 50px;
}

.logo-bg {
	height: 43px;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: -43px;
	width: 300px;
    left: 50%;
    margin-left: -150px;	
}

.logo-bg:before {
    background: #fff;
    content: '';
    height: 200px;
    left: 50%;
    margin-left: -95px;
    margin-top: -73px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 200px;
}

@media only screen and (max-width: 767px) {
	.page-header {
		position: relative;
	}

	.logo-bg {
		margin-left: -115px;
		width: 230px;
	}

	.logo-bg:before {
		height: 150px;
		margin-left: -75px;
		margin-top: -36px;
		width: 150px;
	}
}

.panel.header a {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}


.panel.header > .widget.block.block-static-block {
	display: none;
}

@media only screen and (min-width: 767px) {
	.panel.header > .widget.block.block-static-block {
		display: block;
	}

	.panel.header > .widget.block.block-static-block {
		clear: none;
		float: left;
		margin: 0;
	}
}

.panel.header > .widget.block.block-static-block ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.panel.header > .widget.block.block-static-block ul li {
	float: left;
	margin: 0 20px 0 0;
}

.header.panel>.header.links>.authorization-link:after {
	display: none;
}

.header.panel>.header.links>li.welcome {
	display: none;
}

.panel.header > .header.links > li.authorization-link a {
	background: var(--yellow);
	color: var(--darkblue);
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.75px;
	padding: 4px 20px;
	text-decoration: none;
	text-shadow: none;
}

.panel.header > .header.links > li.authorization-link a:hover {
	background: var(--lightblue);
	color: #fff;
	text-decoration: none;
}

@media (min-width: 768px) {
	.panel.header > .header.links > li {
		float: left;
		margin-top: 4px;
	}

	.panel.header > .header.links > li.authorization-link {
		float: right;
		margin-top: 0;
	}
	
}

.customer-welcome ul {
	z-index: 500;
}

.header.links li li a {
	color: #333;
}

.block-search {
	float: left;
	padding: 0;
}

.logo {
	background: url(../images/force-fitters-logo-2021.svg) 50% 50% no-repeat;
    background-size: 100% auto;
    height: 88px;
    left: 50%;
    position: absolute;
    top: -27px;
    transform: translateX(-50%);
    width: 182px;
    z-index: 103;
}

.custom-user-company-logo {
    align-items: center;
    display: flex;
    height: 83px;
    justify-content: center;
    left: calc(50% + 5px);
    position: absolute;
    top: -37px;
    transform: translateX(-50%);
    width: 162px;
    z-index: 103;
}

.custom-user-company-logo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

@media only screen and (max-width: 767px) {
	.logo {
		height: 78px;
		margin-left: -1px;
		top: -41px;
		width: 98px;
	}

	.custom-user-company-logo {
		height: 72px;
		left: 50%;
		top: -34px;
		width: 98px;
	}	

	.panel.header > .header.links > li.authorization-link a {
		font-size: 11px;
		letter-spacing: 0.1px;
		padding: 7px 6px;
	}
}

@media (min-width: 768px) {
	.logo-shadow {
		position: absolute;
		height: 44px;
		left: 50%;
		margin-left: -80px;
		overflow: hidden;
		width: 158px;
		top: 62px;
		z-index: 102;
	}

	.logo-shadow:after {
		background: #fff;
		box-shadow: 0 0 2px rgba(0,0,0,0.2);
		content: '';
		height: 118px;
		left: 20px;
		position: absolute;
		top: -70px;
		transform: rotate(45deg);
		width: 118px;
		z-index: 1;
	}
}

.logo img {
	display: none;
}

@media (min-width: 768px) {
	.page-header .header.panel {
		align-items: center;
		display: flex;
		height: 43px;
		padding-bottom: 0;
		padding-top: 0;
	}

	.nav-sections {
		background: none;
		left: calc((100% - 1280px) / 2);
		position: absolute;
		top: 9px;
		z-index: 101;
	}

	.navigation li.level0 {
		margin-right: 30px;
	}

	.nav-sections a {
		color: #fff;
	}
}

@media (max-width: 1350px) {
	.nav-sections {
		left: 20px;
	}
}

.navigation {
	background: none;
    font-family: 'Gabarito';
}

@media (min-width: 768px) {
	.navigation .level0>.level-top {
		line-height: 42px;
	}
}

#switcher-language { display: none !important; }

@media (min-width: 768px) {
	.navigation .level0 > .level-top {
		border-bottom: 2px solid transparent;
		color: #fff;
		position: relative;
		line-height: 100%;
		padding: 0 0 2px 0;
	}
	
	.navigation .level0 > .level-top:hover,
	.navigation .level0.active>.level-top,
	.navigation .level0.active>.level-top,
	.navigation .level0.has-active>.level-top {
		border-bottom: 2px solid #fff;
		color: #fff;
	}

	.navigation .level0 .submenu {
		text-align: left;
	}

	.navigation .level0:nth-child(5) .submenu {
		min-width: 700px;
	}
}

.navigation .level0:nth-child(5) .submenu li {
	margin: 0;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

@media (min-width: 768px) {
	.navigation .level0 .submenu a {
		padding: 5px 20px;
	}
}

.minicart-wrapper.active .block-minicart {
	z-index: 1000;
}

.navigation .level0 > .level-top > .ui-menu-icon.ui-icon-carat-1-e {
	position: absolute;
	right: -10px;
	top: 0px;
	line-height: 13px;
	top: 50%;
	margin-top: -7px;
}

@media (min-width: 768px) {
	.navigation .level0 > .level-top > .ui-menu-icon.ui-icon-carat-1-e:after {
	    -webkit-font-smoothing: antialiased;
	    font-size: 13px;
	    line-height: inherit;
	    color: inherit;
	    content: '\e622';
	    font-family: 'luma-icons';
	    vertical-align: middle;
	    display: inline-block;
	    font-weight: normal;
	    overflow: hidden;
	    speak: none;
	    text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.navigation li.level0 > a {
		font-size: 15px;
	}
	
	.nav-open .page-wrapper {
		left: 400px;
	}
	
	.nav-sections {
		left: -400px;
		max-width: 90%;
		position: fixed;
		width: 400px;
	}
	
	.nav-sections-item-title {
		width: 50%;
	}
	
	.navigation .level0.active>a:not(.ui-state-active), 
	.navigation .level0.has-active>a:not(.ui-state-active) {
		border-color: #002868;
		border-width: 0 0 0 5px;
	}
	
	.navigation .level0.active>a:not(.ui-state-active) span:not(.ui-menu-icon),
	.navigation .level0.has-active>a:not(.ui-state-active) span:not(.ui-menu-icon) {
		margin-left: -5px;
	}
	
	.nav-sections-item-switch {
		color: #575757;
	    font-family: 'Gabarito';
		font-weight: 700;
		text-decoration: none;
		text-transform: uppercase;
	}
}

@media only screen and (max-width: 639px) {
	.minicart-wrapper {
		margin-top: 0;
	}
}

@media only screen and (max-width: 767px) {
	.section-item-title:nth-child(5) {
	    display: none;
	}
	
	.nav-open .nav-sections {
		z-index: 103;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* Buttons --------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------- */
.action.primary,
a.pagebuilder-button-primary, 
button.pagebuilder-button-primary, 
div.pagebuilder-button-primary {
	background: var(--yellow);
	border-color: var(--yellow);
	border-radius: 0;
	color: var(--darkblue);
    font-family: 'Gabarito';
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 17px;
	padding: 19px 30px;
	text-align: center;
	text-transform: uppercase;
	transition: background 0.15s ease, border 0.15s ease, color 0.15s ease;
}

.action.primary:hover,
a.pagebuilder-button-primary:hover, 
button.pagebuilder-button-primary:hover, 
div.pagebuilder-button-primary:hover {
	background: var(--darkblue);
	border-color: var(--darkblue);
	color: var(--yellow);
}

.green-button .action.primary:not(:hover),
.green-button a.pagebuilder-button-primary:not(:hover), 
.green-button button.pagebuilder-button-primary:not(:hover), 
.green-button div.pagebuilder-button-primary:not(:hover) {
	background: var(--green);
	border-color: var(--green);
	color: #fff;
}

.lightblue-button .action.primary:not(:hover),
.lightblue-button a.pagebuilder-button-primary:not(:hover), 
.lightblue-button button.pagebuilder-button-primary:not(:hover), 
.lightblue-button div.pagebuilder-button-primary:not(:hover) {
	background: var(--lightblue);
	border-color: var(--lightblue);
	color: #fff;
}

.lightblue-button .action.primary:hover,
.lightblue-button a.pagebuilder-button-primary:hover, 
.lightblue-button button.pagebuilder-button-primary:hover, 
.lightblue-button div.pagebuilder-button-primary:hover {
	background: var(--darkblue);
	border-color: var(--darkblue);
	color: var(--yellow);
}

.orange-button .action.primary:not(:hover),
.orange-button a.pagebuilder-button-primary:not(:hover), 
.orange-button button.pagebuilder-button-primary:not(:hover), 
.orange-button div.pagebuilder-button-primary:not(:hover) {
	background: var(--orange);
	border-color: var(--orange);
	color: #fff;
}


/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* Footer ---------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------- */
.page-footer {
	background: #414535 url('../images/footer-bg.png') 100% 0 no-repeat;
	color: #fff;
	margin-top: 0;
	padding: 50px 0;
	position: relative;
}

.page-footer:before {
	background: url('../images/footer-upper-bg.png') 50% 50% no-repeat;
	background-size: contain;
	content: '';
	height: 55px;
	left: calc((100% - 1280px) / 2);
	margin-left: 12px;
	position: absolute;
	top: -54px;
	width: 284px;
}

.page-footer:after {
	background: url('../images/force-fitters-logo-white.svg') 50% 50% no-repeat;
	background-size: contain;
	content: '';
	height: 53px;
	left: calc((100% - 1280px) / 2);
	margin-left: 64px;
	position: absolute;
	top: -32px;
	width: 179px;
}

.page-footer .footer.content .block {
	float: none;
	margin: 0;
}

.page-footer a {
	color: #fff;
	display: inline-block;
	position: relative;
	text-decoration: underline;
}

.page-footer a:hover {
	color: var(--lightgray);
}

.page-footer a:after {
	content: '>';
	position: absolute;
	right: -16px;
}

.page-footer .copyright a:after,
.page-footer .social-media-footer a:after {
	content: '';
	display: none;
}

.page-footer p {
	margin-bottom: 15px;
}

.page-footer h4 {
}

.page-footer .yellow-links {
	margin-top: 20px;
}

.page-footer .copyright a,
.page-footer .yellow-links a {
	color: var(--yellow);
}

.page-footer .yellow-links a {
	letter-spacing: 0.75px;
	text-transform: uppercase;
}

.page-footer .copyright a:hover,
.page-footer .yellow-links a:hover {
	color: var(--lightgray);
}

.page-footer .social-media-footer {
	text-align: right;
}

.page-footer .copyright {
	background: none;
	margin:  50px 0 0 0;
	padding: 0;
	text-align: left;
}

@media (max-width: 1300px) {
	.page-footer:before,
	.page-footer:after {
		left: 0;
	}
}

@media (max-width: 1024px) {
	.page-footer .pagebuilder-column-line {
		flex-wrap: wrap;
	}

	.page-footer .pagebuilder-column {
		margin-bottom: 50px;
		width: calc(100% / 3) !important;
	}

	.page-footer .social-media-footer {
		text-align: left;
	}	

	.page-footer .copyright {
		margin: 0;
	}
}

@media (max-width: 768px) {
	.page-footer:before,
	.page-footer:after {
		left: 50%;
		transform: translateX(-50%);
		margin-left: 0;
	}

	.page-footer .pagebuilder-column,
	.page-footer .social-media-footer,
	.page-footer .copyright {
		text-align: center;
		width: 100% !important;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* Homepage -------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------- */
body.cms-index-index .page-header {
	margin-bottom: 0;
}

body.cms-index-index .page-main {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}


/* ---------------------------------------------- */
/* Banner --------------------------------------- */
/* ---------------------------------------------- */
.page-banner {
	position: relative;
}

.page-banner:before,
.page-banner:after {
	background: rgb(30,41,88);
	background: linear-gradient(90deg, rgba(30,41,88,1) 0%, rgba(30,41,88,0) 100%);
	bottom: 0;
	content: '';
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 60%;
	z-index: 1;
}

.page-banner:after {
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	left: 40%;
	opacity: 0.2;
}

.page-banner .pagebuilder-overlay {
	position: relative;
	z-index: 2;
}

.page-banner .pagebuilder-overlay .pagebuilder-poster-content {
	max-width: 1280px;
	margin: 0 auto;
}

.page-banner h1 {
	font-size: 72px;
}

.page-banner p {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
}

.page-banner p:last-child {
	margin-bottom: 0;
}

.page-banner a {
	background: var(--yellow);
	color: var(--darkblue);
	display: inline-block;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 14px 50px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.15s ease;
}

.page-banner a:hover {
	background: var(--lightblue);
}

@media (max-width: 1300px) {
	.page-banner .pagebuilder-banner-wrapper {
		background-position: 50% top !important;
	}
}

@media (max-width: 1024px) {
	.page-banner h1 {
		font-size: 50px;
	}
}

@media (max-width: 600px) {
	.page-banner h1 {
		font-size: 32px;
		letter-spacing: 1px;
		max-width: 320px;
	}

	.page-banner h1 .br-wrap,
	.page-banner h1 .br-wrap:before {
		content: ' ';
	}

	.page-banner h1 .br-wrap br {
		display: none;
	}
}


/* ---------------------------------------------- */
/* Callout Links -------------------------------- */
/* ---------------------------------------------- */
.callout-links {
	margin: 0 auto 10px;
	max-width: 1280px;
	position: relative;
	transform: translateY(-24px);
	z-index: 2;
}

.callout-links .pagebuilder-column-line {
	gap: 30px;
}

.callout-links [data-content-type='button-item'] {
	width: calc(100%);
}

.callout-links a.pagebuilder-button-primary {
	display: block;
	width: 100%;
}

@media (max-width: 1350px) {
	.callout-links {
		padding-left: 20px;
		padding-right: 20px;
	}

	.callout-links .pagebuilder-column-line {
		gap: 0;
	}
}


/* ---------------------------------------------- */
/* Logos Section / Logos Grid ------------------- */
/* ---------------------------------------------- */
.logos-section {
	font-size: 22px;
	font-weight: bold;
	padding: 10px 30px 50px;
}

.logos-grid {
	margin-top: 30px;
}

.logos-grid,
.logos-grid p {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: center;
}


/* ---------------------------------------------- */
/* Homepage Callout ----------------------------- */
/* ---------------------------------------------- */
.homepage-callout {
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 66px 30px;
}

.homepage-callout p {
	line-height: 110%;
	margin-bottom: 30px;
}

.homepage-callout p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.homepage-callout {
		font-size: 25px;
		letter-spacing: 0.75px;
	}
}


/* ---------------------------------------------- */
/* Features Section ----------------------------- */
/* ---------------------------------------------- */
.features-section {
	color: #fff;
	padding: 40px 30px 60px;
}

.features-section .pagebuilder-column-group .pagebuilder-column-line {
	gap: 50px;
}

.features-section .pagebuilder-column-group:not(:last-child) {
	margin-bottom: 70px;
}

.features-section .pagebuilder-column > div {
	margin-left: auto;
	margin-right: auto;
	max-width: 305px;
}

.features-section h3 {
	margin-bottom: 22px;
}

@media (max-width: 768px) {
	.features-section .pagebuilder-column-group:not(:last-child) {
		margin-bottom: 50px;
	}
}


/* ---------------------------------------------- */
/* How it Works Section ------------------------- */
/* ---------------------------------------------- */
.how-it-works-section {
	padding: 40px 30px 60px;
}

.how-it-works-section .pagebuilder-column-group .pagebuilder-column-line {
	gap: 50px;
}

.how-it-works-section .pagebuilder-column-group:not(:last-child) {
	margin-bottom: 70px;
}

.how-it-works-section .pagebuilder-column > div {
	margin-left: auto;
	margin-right: auto;
	max-width: 318px;
}

@media (max-width: 768px) {
	.how-it-works-section .pagebuilder-column-group:not(:last-child) {
		margin-bottom: 50px;
	}
}


/* ---------------------------------------------- */
/* Callout Boxes Section ------------------------ */
/* ---------------------------------------------- */
.callout-boxes-section {
	padding: 60px 30px 80px;
}

.callout-boxes-section .pagebuilder-column-group .pagebuilder-column-line {
	gap: 50px;
}

.callout-boxes-section .pagebuilder-column {
	background: #E7ECEF;
	padding-bottom: 30px;
}

.callout-boxes-section .pagebuilder-column div[data-content-type='text'] {
	margin-bottom: 22px;
}

.callout-boxes-section .pagebuilder-column p {
	margin-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

.callout-boxes-section .pagebuilder-column p:last-child {
	margin-bottom: 0;
}

.callout-boxes-section figure {
	margin: 0;
}

.callout-boxes-section figure img {
	display: block;
	aspect-ratio: 1.6;
	object-fit: cover;
	width: 100%;
}

.callout-boxes-section h3 {
	background: var(--lightblue);
	color: #fff;
	font-size: 16px;
	padding: 15px;
	text-transform: uppercase;
}

.callout-boxes-section .pagebuilder-column:nth-child(1) h3 {
	background: var(--green);
}

.callout-boxes-section .pagebuilder-column:nth-child(3) h3 {
	background: var(--orange);
}

.amform-form .action.primary, 
.amform-parent .action.primary,
.callout-boxes-section .pagebuilder-button-primary {
	background: var(--yellow);
	border-color: var(--yellow);
	color: var(--darkblue);
	padding: 14px 60px;
}

.amform-form .action.primary:hover, 
.amform-parent .action.primary:hover,
.callout-boxes-section .pagebuilder-button-primary:hover {
	background: var(--lightblue);
	border-color: var(--lightblue);
}


/* ---------------------------------------------- */
/* Testimonials Section ------------------------- */
/* ---------------------------------------------- */
.testimonials-section {
	color: #fff;
	font-weight: bold;
	padding: 60px 30px 80px;
}

.testimonials-section .pagebuilder-column-group .pagebuilder-column-line {
	gap: 80px;
}

.testimonials-section .author {
	margin-bottom: 10px;
}

.testimonials-section .author p {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 42px;
	padding-left: 50px;
	position: relative;
}

.testimonials-section .author img {
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.testimonials-section .author p:after {
	background: url('../images/icons/stars-5.svg') 50% 50% no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 12px;
	margin-top: 2px;
	width: 70px;
}

.testimonials-section .testimonial-text {
	font-size: 36px;
	letter-spacing: 1px;
}

@media (max-width: 1024px) {
	.testimonials-section .testimonial-text {
		font-size: 25px;
		letter-spacing: 0.75px;
	}
}


/* ---------------------------------------------- */
/* Request a Demo Section ----------------------- */
/* ---------------------------------------------- */
.request-a-demo-section {
	padding: 40px 30px 30px;
}

.request-a-demo-section.blue {
	background: var(--darkblue);
	color: #fff;
	padding-bottom: 50px;
}

.request-a-demo-section [data-content-type='buttons'] {
	margin-top: 30px;
}

.request-a-demo-section.blue .pagebuilder-button-primary:hover {
	background: var(--green);
}

@media (max-width: 768px) {
	.request-a-demo-section {
		padding-bottom: 100px;
	}
	
	.request-a-demo-section.blue {
		padding-bottom: 100px;
	}
}

/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* Breadcrumbs ----------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------- */
.breadcrumbs {
	margin-bottom: 35px;

	display: none;
}

.breadcrumbs .items {
	color: #9FA3A7;
    font-family: 'Gabarito';
	font-size: 12px;
	font-weight: 300;
}

.breadcrumbs a,
.breadcrumbs a:visited {
	color: #9FA3A7;
}

.breadcrumbs a:hover {
	color: #333;
}


/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* Interior / Industries Pages ------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------- */
body.page-builder-page:not(.catalog-category-view) .page-header {
	margin-bottom: 0;
}

body.page-builder-page:not(.catalog-category-view) .column.main {
	padding-bottom: 0;
}

body.page-builder-page:not(.catalog-category-view) .page-main {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}

body.page-builder-page:not(.catalog-category-view) .breadcrumbs {
	display: none;
}

.category-description {
	margin-bottom: 30px;
}


/* ---------------------------------------------- */
/* Intro Banner --------------------------------- */
/* ---------------------------------------------- */
.intro-banner {
	margin-bottom: 50px;
	padding: 50px 0;
}

.intro-banner .pagebuilder-column-line {
	gap: 50px;
}

.intro-banner h1 {
	font-size: 72px;
}

.intro-banner p {
	font-size: 18px;
	margin-bottom: 30px;
}

.intro-banner p:last-child {
	margin-bottom: 0;
}

.intro-banner img {
	height: auto !important;
	width: 100%;
}

@media (max-width: 1380px) {
	.intro-banner {
		padding: 50px 20px;
	}
}

@media (max-width: 1024px) {
	.intro-banner h1 {
		font-size: 50px;
	}
}

@media (max-width: 600px) {
	.intro-banner h1 {
		font-size: 32px;
		letter-spacing: 1px;
		max-width: 320px;
	}

	.intro-banner h1 .br-wrap,
	.intro-banner h1 .br-wrap:before {
		content: ' ';
	}

	.intro-banner h1 .br-wrap br {
		display: none;
	}
}

/* ---------------------------------------------- */
/* Industries Grid ------------------------------ */
/* ---------------------------------------------- */
.industries-grid .pagebuilder-column-line {
	gap: 40px;
}

.industries-grid .pagebuilder-column {
	margin-bottom: 50px;
}

.industries-grid .pagebuilder-column figure {
	margin: 0 0 20px 0;
}

.industries-grid .pagebuilder-column figure img {
	display: block;
	width: 100%;
}

.industries-grid .pagebuilder-column h3 {
	margin-bottom: 15px;
}

.industries-grid .pagebuilder-column a {
	text-decoration: underline;
}

@media (max-width: 1380px) {
	.industries-grid {
		padding: 0 20px;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* Category Page / Products Grid ----------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------- */
li.product-item {
	border: 1px solid #e9e9e9;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

li.product-item:hover {
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
	transform: scale(1.05);
}

li.product-item .product-item-info {
	box-sizing: border-box;
	dispaly: block;
	padding: 10px !important;
}

.products-grid .product-item-info:hover {
	border: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0;
	padding: 0;
}

li.product-item .product-item-info a {
	display: block;
}

.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
	background: #fff;
	box-shadow: none;
	border: none;
	margin: 0;
	padding: 0;
	position: static;
}

.products-grid .product-item-inner {
	background: #fff;
	box-shadow: none;
	border: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: static;
}

.page-products .products-grid .product-item-inner:before {
	display: none;
}

.abs-visually-hidden-desktop-s, 
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner,
.products-grid .product-item-inner {
	box-shadow: none;
	-webkit-box-shadow: none;
	height: auto;
	margin: auto;
	position: static;
	width: auto;
}

.widget-product-grid .product-image-wrapper:before {
	background: #002868;
	color: #fff;
	content: 'Best Seller';
	padding: 4px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.widget-product-grid .product-item-actions {
	display: none !important;
}

.products-grid .product-item-actions {
	margin: 0;
}

.products-grid .swatch-attribute {
	display: none;
}

.products-grid .product-image-container {
	height: 220px;
	overflow: hidden;
}

/*
.products-grid .product-image-wrapper {
	height: auto;
	margin-top: -27px;
	padding-bottom: 0 !important;
}

.products-grid .product-image-photo {
	position: static;
}
*/

.products-grid .product-item-name {
	color: #544f50;
	font-size: 14px;
    font-family: 'Gabarito';
	line-height: 17px;
	text-transform: uppercase;
}

.products-grid .product-item .price-box {
	margin: 10px 0;
}

.products-grid .product-item .price-box .price {
	color: #D9212B;	
	font-size: 18px;
    font-family: 'Gabarito';
	lett-spacing: 1px;
}

.filter .block-subtitle {
	color: #505050;
    font-family: 'Gabarito';
	font-size: 14px;
	font-weight: 900;
	line-height: 17px;
	text-transform: uppercase;
}

.filter-options-title {
	color: #808080;
    font-family: 'Gabarito';
	font-size: 16px;
	font-weight: normal;
	line-height: 19px;
	text-transform: none;
}

.active .filter-options-title {
	color: #000;
}


/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* Product Detail Page --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------- */
.product.media {
	border: 1px solid #edebeb;
}

.product-options-bottom .price-box .price-container .price, 
.product-info-price .price-box .price-container .price {
	color: #002868;
    font-family: 'Gabarito';
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
}

.box-tocart .input-text.qty {
	color: #292929;
    font-family: 'Gabarito';
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
}

.swatch-option {
	height: 16px;
}

.swatch-option.text {
	line-height: 16px;
}

.swatch-attribute {
	margin-bottom: 15px;
}

.swatch-attribute-label {
	color: #292929;
    font-family: 'Gabarito';
	font-size: 14px;
	font-weight: 300;
	line-height: 23px;
}

.product-info-main .product-add-form {
	padding-top: 0;
}

.product.data.items>.item.title>.switch {
	background: none;
	border: 0;
	color: #292929;
    font-family: 'Gabarito';
	font-size: 18px;
	font-weight: bold;

}

.product.data.items>.item.title:not(.disabled)>.switch:active, 
.product.data.items>.item.title.active>.switch, 
.product.data.items>.item.title.active>.switch:focus,
.product.data.items>.item.title.active>.switch:hover {
	border-bottom: 4px solid #201917;
	padding-bottom: 0;
}

.product.data.items>.item.content {
	border: 0;
	border-top: 1px solid #edebeb;
	padding: 30px 0;
}

.fieldset .review-legend.legend > span:first-child {
	display: block;
	margin: 0 0 10px;
}

@media screen and (min-width: 768px) {
	.product-info-col {
		float: right;
		width: 40%;
	}
}

.old-price {
	display: none !important;
}

.old-price .price {
	text-decoration: line-through;
}


/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* Cart ------------------------------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------------------- */
.minicart-wrapper .action.showcart .counter.qty {
	background: #002868;
}

table.cart th,
table.cart .product-item-name>a {
	font-size: 18px;
	font-weight: bold;
    font-family: 'Gabarito';
	text-transform: uppercase;
}

table.cart .product-image-container {
	border: 1px solid #edebeb;
}

/*
#block-discount {
	display: none;
}
*/


* ----------------------------------------------------------------------------------------------------------------------------------- */
/* Checkout -------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------- */
.checkout-index-index .header.content {
	min-height: 100px;
}

.checkout-index-index > .widget.block.block-static-block {
	background-color: #3C3C3C;
	height: 34px;
	line-height: 34px;
}

.checkout-index-index .panel.header,
.checkout-index-index .header .block-search,
.checkout-index-index .header .minicart-wrapper {
	display: none;
}

@media (max-width: 768px) {
	.checkout-index-index > .widget.block.block-static-block {
		text-align: center;
		height: 52px;
		margin-bottom: 0;
	}
}

.checkout-index-index > .widget.block.block-static-block p {
	box-sizing: border-box;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
	text-transform: uppercase;
}

.checkout-index-index > .widget.block.block-static-block p a {
	color: #fff;
}

.authentication-wrapper {
	margin-top: -68px;
}

@media (min-width: 768px) {
	.authentication-wrapper {
		margin-top: -89px;
	}
	
	.authentication-wrapper button {
		color: #fff;
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;
	}

	.authentication-wrapper button:hover {
		color: #fff;
	}
}

@media only screen and (max-width: 767px) {
	body.checkout-index-index .page-header {
		overflow: visible;
	}
}

body.checkout-index-index .logo {
	height: 85px;
	margin-left: -42px;
	top: 0;
	width: 85px;
}

body.checkout-index-index .custom-user-company-logo {
	top: 0;
}

@media only screen and (max-width: 767px) {
	body.checkout-index-index .custom-user-company-logo {
		top: 0;
	}
}

body.checkout-index-index .logo-shadow {
	height: 88px;
	left: 50%;
	margin-left: -44px;
	overflow: visible;
	position: absolute;
	top: -64px;
	z-index: 102;
	width: 88px;
}

body.checkout-index-index .logo-shadow:after {
	background: #fff;
	box-shadow: none;
	content: '';
	height: 88px;
	left: 0;
	position: absolute;
	top: 0;
	transform: rotate(45deg);
	width: 88px;
	z-index: 1;
}

@media only screen and (max-width: 767px) {
	body.checkout-index-index .logo {	
		display: block;
		float: none;
		margin: 0 auto;
		position: static;
	}

	body.checkout-index-index .logo-shadow {
		height: 68px;
		margin-left: -34px;
		top: -34px;
		width: 68px;
	}
	
	body.checkout-index-index .logo-shadow:after {
		height: 68px;
		width: 68px;
	}
}

/* Store Credit Styles for Checkout */
#co-payment-form > fieldset {
	display: flex;
	flex-direction: column;
}

#co-payment-form .payment-option.store-credit-add {
	order: -1;
}

.checkout-payment-method .payment-option._collapsible.store-credit-add .payment-option-content {
	align-items: center;
	border: 2px solid #FF4742;
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
}

.store-credit-add .storeCreditLeft {
	font-size: 18px;
	width: 100%;
}

.checkout-payment-method .store-credit-add .payment-option-inner {
	margin-bottom: 0;
	margin-right: 10px;
}

.checkout-payment-method .store-credit-add button.action-apply {
	-webkit-user-select: none;
	background: #FF4742;
	border-radius: 6px;
	border: 1px solid #FF4742;
	box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
	box-sizing: border-box;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-weight: 800;
	line-height: 16px;
	outline: 0;
	padding: 8px 14px;
	text-align: center;
	text-rendering: geometricprecision;
	text-transform: none;
	touch-action: manipulation;
	user-select: none;
	vertical-align: middle;
}

.checkout-payment-method .store-credit-add button.action-apply:hover,
.checkout-payment-method .store-credit-add button.action-apply:active {
	background-color: initial;
	background-position: 0 0;
	color: #FF4742;
}

.column.main .table-checkout-shipping-method {
	margin-bottom: 20px;
}

.column.main .table-checkout-shipping-method .row,
.column.main .table-checkout-shipping-method .row:nth-child(2n),
.column.main .table-checkout-shipping-method .row:first-child {
	margin: 0;
	padding: 0;
}


/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* About Us -------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) {
	.about-info.cms-content .left-col {
		float: left;
		width: 70%;
	}

	.about-info.cms-content .right-col {
		float: right;
		width: 25%;
	}

	.about-info.cms-content .right-col h2 {
		margin-top: 0;
	}
}

@media (min-width: 768px) {
	.contact-index-index .column.main .widget {
		clear: none;
	}
	
	.contact-index-index .contact-info {
		float: left;
	}
}

@media (min-width: 768px) {
	.column:not(.sidebar-main) .form.contact, 
	.column:not(.sidebar-additional) .form.contact {
	    width: 47%;
	    float: right;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* Live Chat Widget ------------------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
	#livechat-compact-container {
		display: none !important;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* Company Logo ---------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------- */
.user-company-logo {
	max-width: 1280px;
	margin: 20px auto 0 auto;
	text-align: right;
}

.user-company-logo:after {
	clear: both;
	content: '';
	display: table;
}

.user-company-logo img {
	float: right;
	max-width: 150px;
	margin-top: -50px;
	max-height: 70px;
}

@media screen and (max-width: 767px) {
	.user-company-logo {
		margin-bottom: 35px;
		padding: 0 10px;
		text-align: center;
	}
	
	.user-company-logo img {
		display: block;
		float: none;
		margin: -25px auto 0 auto;
	}
}

.columns {
	clear: both;
}

body.account .user-company-logo img {
	margin-top: -25px;
}


body.checkout-cart-index .user-company-logo img {
	margin-top: 0;
}

body.customer-account-login .page-title-wrapper {
	text-align: center;
	margin-top: 50px;
}


.block.block-customer-login,
.block.block-new-customer {
	float: none !important;
	margin: 0 auto;
	max-width: 340px;
}

.block.block-new-customer {
	display: none !important;
	
	margin-top: 50px;
}

.login-container .block.block-customer-login .block-title strong {
	display: none;
}

body.customer-account-login .user-company-logo {
	text-align: center;
}

body.customer-account-login .user-company-logo img {
	display: block;
	float: none;
	margin: 0 auto 30px auto;
	max-width: 150px;
	max-height: none;
}

.login-container .fieldset>.field>.control {
	width: 100%;
}

.customer-account-login .navigation,
.customer-account-login .block-search,
.customer-account-login .minicart-wrapper .action.showcart {
	display: none;
}

/*
body.account .block-dashboard-info .box-information .box-actions {
	display: none;
}
*/


/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* Content Page Layouts -------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------- */
.page-wrapper {
	overflow: hidden;
}

.column.main .row {
	box-sizing: border-box;
	margin: 30px 0 60px 0;
}

.column.main .row:first-child {
	margin-top: 30px;
}

@media (min-width: 750px) {
	.column.main .row {
		display: flex;
	}

	.column.main .row .column {
		box-sizing: border-box;
		width: 50%;
	}

	.column.main .row .column:nth-child(1n) {
		padding-right: 40px;
	}

	.column.main .row .column:nth-child(2n) {
		padding-left: 40px;
	}

	.column.main .row:nth-child(2n) .column:nth-child(1) {
		order: 1;
		padding-left: 40px;
		padding-right: 0;
	}

	.column.main .row:nth-child(2n) .column:nth-child(2) {
		order: 0;
		padding-left: 0;
		padding-right: 40px;
	}
}

.column.main .row:nth-child(2n) {
	padding: 60px 0;
	position: relative;
}

.column.main .row:nth-child(2n):before {
	background: rgba(0,0,0,0.05);
	bottom: 0;
	content: '';
	left: -100vw;
	position: absolute;
	top: 0;
	width: 200vw;
	z-index: -1;
}

.column.main .row .column h2 {
	margin-top: 0;
	font-weight: 400;
}

.column.main .row .column img {
	height: auto;
	width: 100%;
}

.column.main .row .column p:last-child {
	margin-bottom: 0;
}

@media (max-width: 749px) {
	.column.main .row .column {
		padding: 0 10px;
	}
	
	.column.main .row .column:nth-child(1n) {
		margin-bottom: 20px;
	}
	
	.column.main .row:nth-child(2n) {
		padding: 30px 0;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* Amasty Style Fix ------------------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------------------- */
.account .toolbar .limiter {
	align-items: baseline;
	display: flex;
	justify-content: flex-end;
}

.order-products-toolbar .pages {
	z-index: 5 !important;
}


/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* Customer Account Pager Fix -------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------- */
body.account .toolbar .pager {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

body.account .toolbar .pager .pages {
	position: static;
	width: auto;
}