html {
	font-family: 'Lato', sans-serif;
	line-height: 1.2;
	font-size: 17.6px;
	letter-spacing: 1px;
	color: #333333;
}

@font-face {
	font-family: 'BebasNeue';
	src: url('../font/bebasneue_regular_macroman/BebasNeue-webfont.eot');
	src: url('../font/bebasneue_regular_macroman/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../font/bebasneue_regular_macroman/BebasNeue-webfont.woff2') format('woff2'),
		 url('../font/bebasneue_regular_macroman/BebasNeue-webfont.woff') format('woff'),
		 url('../font/bebasneue_regular_macroman/BebasNeue-webfont.ttf') format('truetype'),
		 url('../font/bebasneue_regular_macroman/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

img {
	width: 100%;
}

a, a:hover {
	text-decoration: none;
}

a:hover {
	transition: 0.3s ease;
}

body {
	margin: 0;
}

.hide, .simple-hide {
	display: none;
}

.shader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	opacity: 0.6;
	filter: alpha(opacity=60);
	background-color: #000;
	background-image: url('../images/32-0.gif');
	background-repeat: no-repeat;
	background-position: center;
	cursor: wait;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/*********** Page Wrappers and Titles ***********/
.MyAccountPageWrapper, .LandingPageWrapper {
	margin-top: 8em;
}

#confirmationContainer {
	margin-top: 12rem;
}

.editInfoPopupContainer--offset {
	margin: 12rem 0;
}

.shippingInfoWrapper {
	margin: 10em 2em 2em 2em;
}

.interiorPageTitle {
	font-size: 35px;
	margin-bottom: 0.5em;
}

.interiorPageTitleTopBorder {
	border-top: 1px solid white;
	padding-top: 0.8em;
}

.interiorPageTitleBebasNeue {
	font-family: 'BebasNeue';
}

/*********** Buttons ***********/
.globalBtn {
	background: #333333;
	padding: 0.5em 1em;
	border: 1px solid #333333;
	color: #ffffff;
	border-radius: 4px;
	line-height: 1.2;
	letter-spacing: 1px;
}

.globalBtn:hover {
	background: transparent;
	border: 1px solid #333333;
	color: #333333;
	transition: 0.3s ease;
}

.globalBtn a {
	color: white;
}

.globalBtn a:hover {
	color: #333333;
}

.topButtons {
	color: white;
	background: #333333;
	border: 1px solid #333333;
	margin-bottom: 0.5em;
}

.topButtons:hover {
	color: #333333;
	background: transparent;
	transition: ease 0.3s;
	border: 1px solid #333333;
}

.topButtons:disabled,
.topButtons[disabled] {
	border: none;
	background: #d3d3d3;
	margin-bottom: 0.5em;
}

.kiRedLink {
	color: #be0000;
}

.kiRedLink:hover {
	color: #d3d3d3;
}

.iconOnlyBtn {
	border: none;
	padding: 0.35rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	width: 1.15rem;
	height: 1.15rem;
	border-radius: 50%;
	transition: var(--ttime) background ease;
}

.iconOnlyBtn--primary { background: var(--bs-primary); }
.iconOnlyBtn--primary:hover { background: var(--bs-primary-700); }
.iconOnlyBtn--danger { background: var(--bs-danger); }
.iconOnlyBtn--danger:hover { background: var(--bs-danger-700); }
.iconOnlyBtn--success { background: var(--bs-success); }
.iconOnlyBtn--success:hover { background: var(--bs-success-700); }
.iconOnlyBtn--warning { background: var(--bs-warning); }
.iconOnlyBtn--warning:hover { background: var(--bs-warning-700); }
.iconOnlyBtn--gray { background: var(--bs-gray-500); }
.iconOnlyBtn--gray:hover {background: var(--bs-gray-700); }
.iconOnlyBtn--light { background: var(--bs-light); }
.iconOnlyBtn--dark { background: var(--bs-dark); }

.iconOnlyBtn--lg {
	width: 1.85rem;
	height: 1.85rem;
}

.iconOnlyBtn i {
	font-size: var(--fs-tiny);
	line-height: 0;
}

.iconOnlyBtn--lg i { font-size: var(--fs-sm); }
.iconOnlyBtn.dropdown-toggle::after { display: none; }


/*********** toast ***********/
.toast {
	letter-spacing: normal;
}

/*********** tabs ***********/
.tab-content {
	margin-top: 2em;
}

button.nav-link {
	color: #d3d3d3;
}

button.nav-link:hover {
	color: #333333;
	border: none;
	transition: 0.3s ease;
}

.nav-tabs .nav-link.active {
	background: #333333;
	color: #ffffff;
}

.nav-tabs .nav-link {
	border: none;
	color: #333333;
}

/*********** tables ***********/
.table {
	--bs-table-color: #333333;
	--bs-table-striped-color: #333333;
	--bs-table-striped-bg: #f7f7f7;
	--bs-table-active-color: #333333;
	--bs-table-active-bg: #d3d3d3;
	--bs-table-hover-color: #d3d3d3;
	--bs-table-hover-bg: transparent;
	vertical-align: middle;
}

.table-dark {
	--bs-table-bg: #333333;
}

:root {
	--dt-row-selected: #d3d3d3;
	--dt-row-selected-text: #333333;
	--dt-row-selected-link: 255, 255, 255;
	--dt-row-hover: transparent;
}

.dt-processing > div:last-child > div {
	background: #333333 !important;
}

table#myActivitiesTable, table#myInvoicesTable, table#myUsersTable {
	border: 1px solid #d3d3d3;
	border-radius: 4px;
	margin-bottom: 1em;
}

th.tableHeader {
	padding: 0.3em 1em;
}

.ki-dt-responsive.expanded > tbody > tr {
	background-color: #d3d3d3;
}

table#myActivitiesTable td, table#myInvoicesTable td, table#myUsersTable td {
	padding: 1em;
	cursor: pointer;
	line-height: 1.2;
	font-size: 14px;
}

table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1).selected > *, table.table.dataTable > tbody > tr.selected > * {
	box-shadow: none;
	background: #d3d3d3;
	color: #333333;
}

table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
	box-shadow: none;
	background-color: #f7f7f7;
}

.form-check-input:checked {
	background-color: #333333;
	border-color: #333333;
}

option:checked, option:enabled:hover {
	background-color: #333333 !important;
	color: white;
}

select, ::picker(select) {
	appearance: base-select; 
}

table.dataTable.dtr-inline.collapsed > tbody > tr.dtr-expanded > td.dtr-control:before {
	border-top: 10px solid #333333;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before {
	border-left: 10px solid #333333;
}

table#myActivitiesTable .active > table#myActivitiesTable .page-link,
table#myInvoicesTable .active > table#myInvoicesTable .page-link,
table#myUsersTable .active > table#myUsersTable .page-link,
.page-link.active {
	color: #333333;
}

.table > thead, tbody > tr {
	vertical-align: middle;
}

table.dataTable th.dt-type-numeric div.dt-column-header {
	flex-direction: inherit;
}

table.dataTable th.dt-break-word .dt-column-header {
	width: auto;
	min-width: 65px;
}

table.dataTable th.dt-break-word .dt-column-title {
	width: min-content;
 	word-break: break-word;
 	line-height: 1.1;
}

.tableHeader--product .dt-column-header,
.tableHeader--po .dt-column-header { 
	min-width: 90px;
}

.tableHeader--totalPrice .dt-column-header,
.tableHeader--invSubTotal .dt-column-header,
.tableHeader--companyName .dt-column-header { 
	min-width: 70px !important;
}

table.dataTable thead>tr>th.tableHeader--invSubTotal div.dt-column-header span.dt-column-title {
	flex-grow: 0;
	width: 70px;
}

.gridAction {
	cursor: pointer;
	display: inline-block;
	padding: 0 2em;
	border-style: none;
}

.deactivateUser {
	width: 72px;
}

.editUser {
	width: 75px;
}

td:has(> .gridAction) {
	text-align: center;
}

.dt-column-title {
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	line-height: 1.1;
}

.dt-column-title:has(+ .dt-column-order[role="button"]) {
	padding-right: 12px;
}

table.dataTable.table.subrow-container > tbody {
	display: grid;
  	grid-template-columns: max-content 1fr;
}


table.dataTable.table.subrow-container > tbody tr {
	display: contents;
}

table.dataTable.table.subrow-container > tbody td:first-child {
	grid-column: 1;
}


table.dataTable.table.subrow-container > tbody td:last-child {
	grid-column: 2;
}

table.dataTable thead>tr>th div.dt-column-header {
	justify-content: center;
	gap: 1px;
	position: relative;
	align-items: flex-start;

}

table.dataTable thead>tr>th div.dt-column-header .dt-column-order {
	position: absolute;
	right: 0;
}

table.dataTable thead>tr>th div.dt-column-header .dt-column-order::before,
table.dataTable thead>tr>th div.dt-column-header .dt-column-order::after {
	opacity: 0.6;
}

table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before, 
table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after, 
table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before, 
table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after {
	opacity: 1;
}

table.dataTable thead>tr>th div.dt-column-header .dt-column-order::before {
	bottom: calc(50% + 1px);
}

.datatables-filter,
.date-filter {
	font-size: 14px;
	background: white;
	color: #333333;
	font-weight: 400;
	margin: 0.75em 0 0.25em 0;
	border-radius: 4px;
	line-height: 1.2;
	height: 24px;
	width: 100%;
	padding: 3.5px 7px;
	border: none;
}

.date-filter {
	min-height: 24px;
}

table.dataTable.table-bordered th {
	vertical-align: top;
}

.dt-column-header {
	width: 100%;
	min-width: 115px;
}

td.showAllPricingView a, 
table.dataTable.table.subrow-container > tbody a,
table.table.dataTable>tbody>tr.selected a {
	background: transparent;
	color: #333333;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 0.3em 0.8em;
	border-radius: 4px;
	border: 1px solid #333333;
}

table.dataTable.table.subrow-container > tbody a {
	width: fit-content;
}

td.showAllPricingView a:hover, 
table.dataTable.table.subrow-container > tbody a:hover,
table.table.dataTable>tbody>tr.selected a:hover {
	background: #333333;
	color: #ffffff;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child {
	border: 3px solid #333333;
	padding: 0 !important;
}

table.table.dataTable > tbody > tr.selected a:hover {
	color: #333333;
}

table.dataTable td.dt-type-numeric {
	text-align: left;
}

.table.borderless-tfoot tfoot tr,
.table.borderless-tfoot tfoot td {
	border:none;
}

.table.borderless-tfoot tfoot td {
	padding:1px;
}

.page-link:focus {
	box-shadow: none;
}

.page-link {
	color: #333333;
}

.page-link:hover {
	color: #d3d3d3;
}

.active >.page-link, .page-link.active {
	background-color: #333333;
	border-color: transparent;
}

.form-select:focus {
	border-color: #333333;
	box-shadow: none;
}

.infoListTable td {
	padding: 0.15rem 0.75rem;	
}

.infoListTable tr td.fieldLabel {
	font-weight: 600;
	text-align: right;
}

/*********** Forms ***********/
#placeOrderRequestForm {
	width: 100%;
}

#placeOrderRequestForm input[readonly] {
	background: #f7f7f7;
}

#placeOrderRequestForm #poNumber {
	border: 1px solid rgb(33, 37, 41);
}

.loginRequiredFields {
	width: 100%;
	text-align: left;
	padding-bottom: 1em;
}

.formTwoColumn {
	display: flex;
	align-items: flex-start;
	column-gap: 1em;
}

.formTwoColumn .form-floating {
	width: 100%;
}

.accountInfoBtns {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	column-gap: 0.5em;
	row-gap: 0.5em;
}

.globalBtnWrapper button, a.globalBtnForms {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	width: 75%;
}

.positiveNegativeTestOutcomeElement  {
	margin-top: 0.25rem;
	font-size: 14px;
	color: var(--bs-gray-500);
}

/*********** Bullet Points ***********/
.globalBulletsHeader {
	font-weight: bold;
	padding-bottom: 0.5em;
	font-size: 14px;
}

.globalBulletsWrapper > div {
	font-size: 12px;
	padding-bottom: 0.5em;
}

/*********** General Functionality ***********/
.visibilityVisible {
	visibility: visible;
}

.visibilityHidden {
	visibility: hidden;
}

#messageContainerContainer #messageContainer ul {
	list-style-type: none;
	padding-left: 0;
}

#shipToInfoContainer input[readonly], select[readonly], textarea[readonly]{
	background-color: #F0F0F0;
	color: gray;
	 pointer-events: none;
}

#countryStateProvinceContainer select[disabled]{
	background-color: #F0F0F0;
	color: gray;
	 pointer-events: none;
}

#messageContainerContainer #messageContainer ul li {
	margin-bottom: 0.4rem;
}

#messageContainerContainer #messageContainer .errorMessages {
	color: #be0000;
}

.topmostModal {
	z-index: 1060;
}

body.hideAllPricingView .retailOnlyPricingView,
body.hideAllPricingView .showAllPricingView,
body.retailOnlyPricingView .hideAllPricingView,
body.retailOnlyPricingView .showAllPricingView,
body.showAllPricingView .retailOnlyPricingView,
body.showAllPricingView .hideAllPricingView {
	display: none;
}

body.showAllPricingView .showAllPricingView,
body.retailOnlyPricingView .retailOnlyPricingView,
body.retailOnlyPricingView .hideAllPricingView,
body.hideAllPricingView .hideAllPricingView {
	display: revert;
}

body.showAllPricingView .showAllPricingView.row,
body.retailOnlyPricingView .retailOnlyPricingView.row,
body.retailOnlyPricingView .hideAllPricingView.row,
body.hideAllPricingView .hideAllPricingView.row {
	display: flex; /** bootstrap reset **/
}

body.showAllPricingView .showAllPricingView.inlinePricing,
body.retailOnlyPricingView .retailOnlyPricingView.inlinePricing,
body.hideAllPricingView .hideAllPricingView.inlinePricing {
	display: inline-block;
}

/* Subrow-container: respect pricing visibility (override display: contents so hide/show wins) */
body.hideAllPricingView table.dataTable.table.subrow-container > tbody tr.showAllPricingView,
body.hideAllPricingView table.dataTable.table.subrow-container > tbody tr.retailOnlyPricingView,
body.retailOnlyPricingView table.dataTable.table.subrow-container > tbody tr.showAllPricingView,
body.retailOnlyPricingView table.dataTable.table.subrow-container > tbody tr.hideAllPricingView,
body.showAllPricingView table.dataTable.table.subrow-container > tbody tr.retailOnlyPricingView,
body.showAllPricingView table.dataTable.table.subrow-container > tbody tr.hideAllPricingView {
	display: none;
}

body.showAllPricingView table.dataTable.table.subrow-container > tbody tr.showAllPricingView,
body.retailOnlyPricingView table.dataTable.table.subrow-container > tbody tr.retailOnlyPricingView,
body.retailOnlyPricingView table.dataTable.table.subrow-container > tbody tr.hideAllPricingView,
body.hideAllPricingView table.dataTable.table.subrow-container > tbody tr.hideAllPricingView {
	display: contents;
}

@media (min-width: 768px) {
	body.hideAllPricingView table.dataTable,
	body.retailOnlyPricingView table.dataTable,
	body.showAllPricingView table.dataTable {
		table-layout: auto;
		width: auto;
	}
	body.hideAllPricingView table.dataTable colgroup,
	body.retailOnlyPricingView table.dataTable colgroup,
	body.showAllPricingView table.dataTable colgroup {
		display: none;
	}
}

body.loading {
	pointer-events: none;
	cursor:wait;
}

body.loading_cartProducts .loadingContainer_cartProducts,
.modal.searching #searchingContainer {
	display: initial;
}

.positiveNegativeTestOutcomeElement.positiveTestOutcome .negativeTestOutcome,
.positiveNegativeTestOutcomeElement.positiveTestOutcome .positiveTestOutcome {
	display:initial;
}

.positiveNegativeTestOutcomeElement.negativeTestOutcome .positiveTestOutcome,
.positiveNegativeTestOutcomeElement.positiveTestOutcome .negativeTestOutcome {
	display:none;
}


div#retrievePartContainer input,
.cartAction {
	cursor: pointer;
}

.skipClick {
	cursor:initial;
}

#addProduct-nav-tab {
	border-bottom: none;
}

/*********** Landing Page ***********/

/* Hero */
.heroLogoWrapper {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 0.5em;
	padding-bottom: 1.5em;
	row-gap: 0.75rem;
}

img.axiomLogo { width: 24% }
img.kiLogo { width: 7%; }
img.r82Logo { width: 19% }
img.starLogo { width: 17%; }
img.klaxonLogo { width: 17% }


/* Landing Page Features */
.LandingFeatureLeft, .LandingFeatureRight {
	display: flex;
	align-items: center;
	column-gap: 3em;
}

.LandingFeatureRight {
	background: #f7f7f7;
}

.LandingFeatureImgLeft, .LandingFeatureImgRight {
	width: 49%;
}

.LandingVerbiageLeft, .LandingVerbiageRight {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
}

.LandingVerbiageLeft {
	padding-right: 4em;
}

.LandingVerbiageRight {
	padding-left: 4em;
}

.LandingVerbiageHeader {
	font-size: 38px;
	line-height: 1.2;
	padding-bottom: 0.3em;
}

.LandingVerbiagePar {
	border-top: 1px solid #d3d3d3;
	padding-top: 1em;
	padding-bottom: 1em;
}

/*********** My Account Page ***********/
.MyAccountPageWrapper {
	padding: 2em;
	font-size: 16px;
}

#UserForm {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 0.5em;
}

#UserForm .form-floating.mb-3 {
	width: 300px;
}

#UserForm .form-floating.mb-3 > select {
	padding-top: 1.2rem;
	padding-bottom: .625rem;
	width: 300px;
	cursor: pointer;
}

/*********** Login Pages ***********/
.fullPageContent:has(.slantPageContent) {
	background: linear-gradient(97deg, #ffffff 50%, #333333 50%);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.LoginPageWrapper, .LoginSubPagesWrapper {
	height: 100vh;
}

.slantPageContent {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 11em 0 7em 0;
	text-align: center;
	line-height: 1.3;
	font-size: 14px;
	min-height: 100dvh;
}

.slantLeftSide, .slantRightSide {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
}

.slantRightSide {
	color: white;
}

.slantRightSide .globalBtn {
	background: #ffffff;
	border: 1px solid #ffffff;
	color: #333333;
}

.slantRightSide .globalBtn:hover {
	background: transparent;
	border: 1px solid #ffffff;
	color: #ffffff;
	transition: ease 0.3s;
}

.loginForm, .globalBtnWrapper button, .globalBtnWrapper a, .loginText {
	width: 75%;
}

.globalBtnWrapper button, .globalBtnWrapper a, .loginText100 {
	width: 100%;
}

.loginText100 {
	font-size: 1rem;
}

.loginLinks {
	display: flex;
	flex-direction: column;
	font-weight: bold;
	margin-top: 1em;
	font-size: 17.6px;
}

.loginLinks a {
	color: #333333;
}

.loginLinks a:hover, .loginText a:hover {
	color: #d3d3d3;
}

.loginTextpadding {
	margin-top: 1em;
	margin-bottom: 1em;
}

.loginTextpaddingTop {
	margin-top: 1em;
}

.loginTextpaddingBottom {
	margin-bottom: 1em;
}

.loginText a {
	color: #333333;
	font-weight: bold;
}

.slantRightSideTitle {
	font-family: 'BebasNeue';
	font-size: 50px;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 2px;
}

a.backLink {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	margin-top: 1em;
	color: #333333;
}

a.backLink:hover {
	color: #d3d3d3;
}

i.fa.fa-angle-left {
	padding-right: 0.5em;
	font-size: 24px;
}

/*********** Product Selection Tiles Page ***********/
#productsContainer {
	width: 100%;
	max-width: 2400px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 1em;
	padding-left: 1em;
}

.productPageWrapper {
	padding-left: 0;
	padding-right: 0;
}

/* Filters */
#ProductsFilterForm {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1em;
}

#ProductsFilterForm:not(.embeddedAddedProduct > #ProductsFilterForm) {
	margin-top: 12em;
	margin-bottom: 1em;
}

/* Product Tiles */
#product-tiles-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 1em;
	row-gap: 2em;
}

.productTile {
	text-align: center;
}

.productTile:hover {
	border-color: #d3d3d3;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
}

.productTile img, .productTileTitle {
	width: 330px;
	padding: 1em;
}

.productTileTitle {
	color: #333333;
	line-height: 1.2;
	font-weight: 500;
	padding-bottom: 1em;
	padding-top: 1em;
}

.actionable,
.productTileInner {
	cursor: pointer;
}

/* Callout */
.partsContainerCallout {
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
	margin-bottom: 4em;
	margin-top: 2em;
}

.CTAImage {
	width: 35%;
}

.partsContainerCalloutVerbiage {
	padding: 0 2em 0 5em;
}

#partsContainerTitle {
	font-size: 38px;
	line-height: 1.2;
	padding-bottom: 0.3em;
}

#partsContainerContent {
	margin-bottom: 1em;
}

/* Branch pop-up */
.site-wrap .chosen-container {
	font-size: 15px;
}

.site-wrap .chosen-container-active .chosen-single {
	border: 1px solid #333333;
}


.site-wrap .chosen-container .chosen-results li.highlighted {
	background-color: #333333;
	background-image: none;
}

/*********** Activity Summary ***********/

#confirmationContainer .row > .col-lg-6 {
	display: flex;
	flex-direction: column;
}

#confirmationContainer .row > .col-lg-6 .card {
	height: 100%;
}

#confirmationContainer .row > .col-lg-6 .card-body {
	display: block;
}

#editInfoTopRow, 
#editInfoBottomRow {
	width: 100%;
}

.cart-summary {
	display: flex;
	justify-content: flex-end;
}

#editInfoPopup {
	margin-top: 10rem;
}

#editActivityForm .card-body {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

#editActivityForm .card-body .card-body .card-body {
	padding: 0;
}

#editActivityForm .formField {
	width: 100%;
}

#editActivityForm .col-form-label {
	letter-spacing: normal;
}

#editActivityForm #countryStateProvinceContainer {
	width: 100%;
}

#shippingInfoForm div.col-form-label:has(+ div.formFieldInput),
#editActivityForm div.col-form-label:has(+ div.formFieldInput) {
	font-size: var(--fs-sm);
	color: var(--bs-gray-500);
}

#shippingInfoForm .formCheckbox,
#editActivityForm .formCheckbox {
	display: flex;
	align-items: center;
	gap: 1rem;
}

#shippingInfoForm .formCheckbox label,
#editActivityForm .formCheckbox label {
	flex-shrink: 0;
}

#shippingInfoForm .form-floating,
#editActivityForm .form-floating {
	width: 100%;
	letter-spacing: normal;
}

#shippingInfoForm .form-floating .errorMessages,
#editActivityForm .form-floating .errorMessages {
	font-size: var(--fs-sm);
	color: var(--bs-danger);
	margin-top: 0.25rem;
}

#shippingInfoForm .form-floating:has(input[style="display: none;"]),
#editActivityForm .form-floating:has(input[style="display: none;"]) {
	display: none;
}

/*********** Chosen ***********/
.chosen-container-single .chosen-single span.inline {
	display:inline;
}

body.hideAllPricingView .chosen-container-single .chosen-single span.inline {
	display:none;
}

/* Responsive */
/* Small Laptops / Large Tablets AND UP */
@media screen and (min-width: 1300px) {
	#editActivityForm #shipToInfoContainer .card-body,
	#editActivityForm #countryStateProvinceContainer {
		display: flex;
		flex-wrap: wrap;
		row-gap: 0.5rem;
		column-gap: 1rem;
		flex-direction: row;
	}
	
	#editActivityForm #shipToInfoContainer .formField {
		width: calc(50% - 0.5rem);
	}
}

/* Small Laptops / Large Tablets */
@media screen and (max-width: 1300px) {
	.LandingFeatureLeft, .LandingFeatureRight {
		column-gap: 2em;
	}
	
	.LandingVerbiageHeader {
		font-size: 30px;
	}
	
	.LandingVerbiagePar, .LandingVerbiageBtn {
		font-size: 16px;
	}
	
	.LandingVerbiageLeft {
		padding-right: 1em;
	}

	.LandingVerbiageRight {
		padding-left: 1em;
	}
	
	#editActivityForm .card-body {
		display: block;
	}
}

@media screen and (max-width: 1215px) {
	
}

/* Large Tablets */
@media screen and (max-width: 1200px) {
	.heroLogoWrapper {
		width: 42%;
		column-gap: 1.5em;
	}
	
	img.axiomLogo { width: 35% }
	img.kiLogo { width: 15%; }
	img.r82Logo { width: 30% }
	img.starLogo { width: 40%; }
	img.klaxonLogo { width: 48% }
	
	.slantPageContent {
		flex-direction: column;
		min-height: auto;
	}
	
	.LandingFeatureLeft, .LandingFeatureRight {
		column-gap: 1em;
	}
	
	.LandingVerbiageHeader {
		font-size: 24px;
	}
	
	.LandingVerbiagePar, .globalBtn {
		font-size: 14px;
	}
	
	a.globalBtn {
		margin-bottom: 0.5em;
	}
	
	.LandingVerbiagePar {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		line-height: 1.2;
	}
	
	.LandingPageWrapper {
		margin-bottom: 0;
	}
	
	/* Login */
	.fullPageContent:has(.slantPageContent) {
		background: white;
	}

	.LoginPageWrapper {
		height: 100%;
		padding: 0;
	}
	
	.LoginPageWrapper .slantPageContent {
		padding-bottom: 0;
	}
	
	.slantPageContent--title-swap {
		flex-direction: column-reverse;
	}
	
	.slantPageContent--title-swap .slantLeftSide {
		padding-bottom: 0;
	}
	
	.slantPageContent--title-swap .slantRightSide {
		margin-bottom: 1em;
	}
	
	.slantPageContent--title-swap .slantRightSideTitle {
		font-size: 40px;
		color: #333333;
	}
	
	.loginForm {
		width: 95%;
	}
	
	.slantLeftSide, .slantRightSide {
		width: 100%;
	}
	
	.LoginPageWrapper .slantLeftSide {
		padding-bottom: 2em;
	}
	
	.LoginPageWrapper .slantRightSide {
		background: #333333;
		padding: 2em;
	}
	
	body .ki-dt-responsive-wrapper thead {
		display: none;
	}
	
	body .ki-dt-responsive-wrapper tbody {
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}
	
	body .ki-dt-responsive-wrapper table,
	body .ki-dt-responsive-wrapper tr,
	body .ki-dt-responsive-wrapper td,
	body.showAllPricingView .ki-dt-responsive-wrapper .showAllPricingView,
	body.retailOnlyPricingView .ki-dt-responsive-wrapper .retailOnlyPricingView,
	body.hideAllPricingView .ki-dt-responsive-wrapper .hideAllPricingView {
		display: block;
	}
	
	body .ki-dt-responsive-wrapper td {
		padding: 0.15rem 0.75rem;
		text-align: left !important;
	}
	
	body .ki-dt-responsive-wrapper td:last-child {
		padding-bottom: 0.75rem;
	}
	
	body .ki-dt-responsive-wrapper td[data-label]::before {
		content: attr(data-label) ": ";
		font-weight: var(--semibold);
	}
}


/* Tablets */
@media screen and (max-width: 900px) {
	.interiorPageTitle {
		font-size: 30px;
	}
}

/* Tablets */
@media screen and (max-width: 800px) {
	.LandingPageWrapper {
		margin-top: 6.5em;
}

	.LandingVerbiageHeader {
		font-size: 18px;
	}
	
	.LandingVerbiagePar, .LandingVerbiageBtn {
		font-size: 12px;
	}
	
	/* My Account */
	.MyAccountPageWrapper {
		padding: 1em;
		margin-top: 7em;
		margin-bottom: 1em;
	}
	
	/* Login Page */
	.slantPageContent {
		padding-top: 8em;
	}
}

/* Tablets */
@media screen and (max-width: 767.33px) {
	#confirmationContainer {
		margin-top: 8em;
	}
	
	.LandingPageWrapper {
		margin-top: 4.5em;
	}
	
	body .ki-dt-responsive-wrapper thead {
		display: none;
	}

	body .ki-dt-responsive-wrapper tbody {
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}
	
	body .ki-dt-responsive-wrapper table,
	body .ki-dt-responsive-wrapper tr,
	body .ki-dt-responsive-wrapper td,
	body.showAllPricingView .ki-dt-responsive-wrapper .showAllPricingView,
	body.retailOnlyPricingView .ki-dt-responsive-wrapper .retailOnlyPricingView,
	body.hideAllPricingView .ki-dt-responsive-wrapper .hideAllPricingView {
		display: block;
	}

	body .ki-dt-responsive-wrapper td {
		padding: 0.15rem 0.75rem;
		text-align: left !important;
	}
	
	body .ki-dt-responsive-wrapper td:first-child {
		padding-top: 0.75rem;
	}
	
	body .ki-dt-responsive-wrapper td:last-child {
		padding-bottom: 0.75rem;
	}
	
	body .ki-dt-responsive-wrapper td[data-label]::before { 
		content: attr(data-label) ": ";
		font-weight: var(--semibold);
	}
	
	#editInfoPopup {
		margin-top: 6.5rem;
	}
}

/* Phones */
@media screen and (max-width: 700px) {
	.LandingPageWrapper {
		margin-top: 5em;
	}
	
	.LandingVerbiageLeft, .LandingVerbiageRight {
		padding: 1em;
	}

	.LandingFeatureLeft {
		flex-direction: column;
	}
	
	.LandingFeatureRight {
		flex-direction: column-reverse;
	}

	.LandingVerbiageHeader {
		font-size: 24px;
	}
	
	.LandingFeatureImgLeft, .LandingFeatureImgRight {
		width: 100%;
	}
	
	.formTwoColumn {
		flex-wrap: wrap;
		row-gap: 1rem;
	}
}

/* Phone */
@media screen and (max-width: 450px) {
	.datatables-filter, .nav-link, .topButtons {
		font-size: 13px;
	}
	
	div.dt-container div.dt-layout-full {
		display: flex;
		flex-wrap: wrap;
		row-gap: 1em;
	}
	
	.dt-length {
		display: none;
	}
	
	.tab-content {
		margin-top: 1em;
	}
	
	.infoListTable td {
		font-size: var(--fs-sm);
		padding: 0.15rem 0.25rem;
	}
}