/*Global*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500 !important;
}

.cw-global-title {
	font-size: 2rem;
	color: var(--color-theme-text);
}

.cw-global-title span {
	color: var(--color-theme-primary);
}

@media (min-width: 576px) {
	.cw-global-title {
		font-size: 3rem;
	}
}

.btn-primary,
.btn-secondary {
	border-radius: 25px !important;
}

.btn-primary {
	color: var(--color-theme-text-btn) !important;
}

@media (max-width: 576px) {
	a {
		overflow-wrap: anywhere;
	}

	.contact-companyinfo .contact-email .contact-details-info,
	.header .header-business-email,
	.footer .footer-business-email {
		overflow-wrap: anywhere;
	}
}




section.inventory-search-module label {
	color: #fff !important;
}

.header .navbar-toggler {
	background-color: var(--color-theme-text-btn);
}

.header .toggle .icon-bar {
	background-color: var(--color-theme-primary);
}

.header .nav-link-cart::after,
.header .navbar .nav-link::before,
.header .navbar .dropdown-item::before {
	border-width: 0px;
}

.header .navbar .active>.nav-link,
.header .navbar .dropdown-item.active,
.header .navbar .dropdown-item:active,
.header .navbar .show>.nav-link {
	background-color: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
	border-radius: 20px;
}


:root {
	--cw-headerHeight: 197px;
}

@media (min-width: 576px) {
	:root {
		--cw-headerHeight: 176px;
	}
}

@media (min-width: 768px) {
	:root {
		--cw-headerHeight: 171px;
	}
}

@media (min-width: 992px) {
	.header .dropdown-menu[data-bs-popper] {
		left: unset;
		right: 0;
	}

	:root {
		--cw-headerHeight: 148px;
	}

	section:not(.page-inventory-details) .header .header-container {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		z-index: 1030;
		box-shadow: 0 0 10px #000;
	}

	section[class*="page-"]:not(.page-inventory-details) {
		margin-top: var(--cw-headerHeight);
	}
}


.cw-header {
	background: #1a1b1c;
	color: #fff;
}

.cw-header h2 {
	font-size: 1rem;
	font-weight: 500;
}

.cw-header a {
	color: inherit;
}

.cw-header a:hover {
	color: var(--color-theme-secondary);
}

@media (max-width: 576px) {
	.cw-header a {
		font-size: 0.85rem;
	}
}

.navbar .container {
	padding-top: 2px;
	padding-bottom: 2px;
}

.header .navbar-brand {
	/* background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/784C7764AA43C3D876AFF37013C9FD13.png); */
	content: "";
	width: 120px;
	height: 100px;
	display: block;
	background-position: center;
}

@media (min-width: 992px) {
	.header .navbar-brand {
		min-height: auto;
		margin-left: 0;
		display: inline-block !important;
		-ms-flex-order: 1;
		order: 1;
		width: 120px;
		height: 100px;
	}

	.navbar-collapse {
		-webkit-box-flex: initial;
		-ms-flex-positive: initial;
		flex-grow: initial;
	}

	.header .nav-link-cart,
	.header .navbar .nav-link {
		line-height: 20px;
		font-size: 14px;
	}

	.header .navbar .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
}

@media (min-width: 1200px) {
	.header li.nav-item {
		margin: auto 0.5rem;
	}
}

@media (max-width: 991px) {
	.navbar .container {
		max-width: 100%;
	}
}

.cw-header {
	color: #fff;
	padding: .5rem 0;
	font-size: 14px;
}

.cw-header .row {
	border-bottom: 1px solid #4a4a4a;
	padding-bottom: 6px;
}


/*Hero*/
.cw-hero {
	min-height: 712px;
	color: #fff;
}

.cw-hero .cw-content,
.cw-hero .cw-content2 {
	position: relative;
	z-index: 2;
	padding-top: 40px;
	padding-bottom: 50px;
}

.cw-hero .cw-content .cw-hero-title,
.cw-hero .cw-content2 .cw-hero-title {
	font-size: 1.8rem;
	font-weight: 700;
}

.cw-hero-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.85);
	z-index: -1;
}

.cw-hero-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 40%),
		rgba(0, 0, 0, 0.15);
	z-index: 1;
}

.cw-hero>.container {
	position: relative;
	z-index: 2;
}

.cw-hero h1 span {
	color: var(--color-theme-primary);
}

@media (max-width: 767.98px) {
	.cw-hero {
		padding-bottom: 4rem;
	}
}

@media (min-width: 576px) {

	.cw-hero .cw-content .cw-hero-title,
	.cw-hero .cw-content2 .cw-hero-title {
		font-size: 2.5rem;
	}
}

@media (min-width: 768px) {
	.cw-hero {
		min-height: 578px;
	}

	.cw-hero .cw-content .cw-hero-title,
	.cw-hero .cw-content2 .cw-hero-title {
		font-size: 3rem;
		line-height: 0.9;
	}

	.about__section {
		margin-top: 20px;
	}
}

@media (min-width: 992px) {

	.cw-hero .cw-content,
	.cw-hero .cw-content2 {
		padding-bottom: 180px;
	}

	.cw-hero .cw-content .cw-hero-title,
	.cw-hero .cw-content2 .cw-hero-title {
		font-size: 4rem;
	}
}

@media (min-width: 992px) {
	.cw-hero {
		min-height: 756px;
	}
}

@media (min-width: 1200px) {
	.cw-hero {
		min-height: 712px;
	}
}

/* Invenotry Search  */
.page-home .inventory-search-module {
	margin-top: -80px !important;
}

.page-home section.inventory-search-module .form__wrapper {
	background-color: rgba(15, 15, 15, 0.7) !important;
	border: 1px solid var(--color-theme-primary) !important;
}


@media (min-width: 440px) {
	.page-home .inventory-search-module {
		margin-top: -108px !important;
	}
}

@media (min-width: 768px) {
	.page-home .inventory-search-module {
		margin-top: -64px !important;
	}
}

/* Offer Cards */
.cw-serv-slide {
	position: relative;
}

.cw-serv-slide .cw-service-title {
	margin-top: 148px;
	font-size: 2rem;
	color: var(--color-theme-primary);
	text-align: left !important;
}

.cw-serv-slide .cw-service-title {
	font-size: 1.5rem;
}

@media (min-width: 440px) {
	.cw-serv-slide .cw-service-title {
		font-size: 2rem;
	}
}

.cw-serv-slide .card {
	border: none;
	position: relative;
	padding: 1.25rem 1rem 0;
	font-size: 0.85rem;
	min-height: 300px;
	border: 0;
	min-height: 330px;
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.cw-serv-slide .btn {
	border-radius: 50%;
	padding: 5px 11px;
	background: transparent;
	color: var(--color-theme-primary);
	border: 1px solid var(--color-theme-primary);
}

.cw-serv-slide .btn:hover {
	background: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
}

.cw-serv-slide .card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to top, transparent 0%, var(--color-theme-secondary) 100%);
	opacity: .2;
	pointer-events: none;
	z-index: 0;
}

.cw-serv-slide .card::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to top, var(--color-theme-background) 0%, transparent 100%);
	opacity: .9;
	pointer-events: none;
	z-index: 1;
}

.cw-serv-slide .card .card-overlay {
	position: relative;
	z-index: 2;
	color: #ddd;
}

.cw-serv-slide .bg-tradein {
	background-image:
		url('https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/A3FF11B33EB976AF3BB8B8C7A3ED3EB5.jpg');
}

.cw-serv-slide .bg-apr {
	background-image:
		url('https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/E3B8EB6E8ADE7EB25F24A43FBBD50912.jpg')
}

.cw-serv-slide .bg-season {
	background-image:
		url('https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C468F45828693743A052BF2128235F47.jpg');
}

.cw-serv-slide .bg-nopay {
	background-image:
		url('https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/F9C713F9A05CBFF0E9D80223B28D88DA.jpg');
}

@media (min-width: 768px) {
	.cw-serv-slide .card {
		margin-bottom: 0px;
	}
}

@media (min-width: 992px) {
	.cw-serv-slide h3 {
		font-size: 2.5rem;
	}

	.cw-serv-slide .card {
		font-size: 0.95rem;
		min-height: 278px;
	}

}

/* About Section */
.cw-about .cw-about-img {
	border-radius: 0.5rem;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.cw-about .cw-img-container {
	overflow: hidden;
	border-radius: 0.5rem;
}

.cw-about .cw-img-text {
	padding: 28px 5px;
}

.cw-about .cw-img-text h2 span {
	color: var(--color-theme-primary);
}

.cw-about .cw-img-text p {
	font-size: 1.2rem;
}

.cw-about .cw-about-list {
	margin-left: 32px;
}

.cw-about .cw-about-list li::before {
	float: left;
	overflow: hidden;
	width: 22px;
	height: 22px;
	content: '';
	margin-left: -30px;
	background-image: url('https://cdn05.carsforsale.com/3803bfeab01aa167a2ea5392343c1421/3803bfeab01aa167a2ea5392343c1421.jpg?format=original&sig=4a970d747c53539c');
	background-size: 22px 22px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

@media (min-width: 992px) {
	.cw-about .cw-img-text {
		padding: 40px;
	}
}

@media (min-width: 1200px) {
	.cw-about .cw-img-text {
		padding: 60px;
	}
}

/* Home Deals Section */
.cw-deal-section-bkg {
	background-color: #0a0906;
	color: #fff;
}

.deal-section {
	max-width: 1100px;
	margin: auto;
	padding: 3rem 1.5rem;
}

.deal-section p {
	font-size: 1.2rem;
}

.deal-section .deal-divider {
	border-top: 1px solid rgb(255, 255, 255);
	margin: 1.5rem 0 1.5rem;
}

.deal-section .deal-item {
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	padding: 1rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.deal-section .cw-flexion {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.deal-section .deal-number {
	font-size: 1.5rem;
	font-weight: 600;
	width: 55px;
	padding-right: 1rem;
}

.deal-section .deal-title {
	font-size: 1.25rem;
	font-weight: 500;
	width: 120px;
	padding-right: 1rem;
	color: #fff;
}

.deal-section .deal-description {
	color: #a5a5a5;
	font-size: 0.95rem;
	line-height: 1.5;
	flex-grow: 1;
	padding: 10px 1rem 10px 0;
	flex-basis: 90%
}

.deal-section .deal-button {
	font-size: 1.3rem;
	width: 2em;
	height: 2em;
	flex-shrink: 0;
	border-radius: 50%;
	border: 1px solid var(--color-theme-primary);
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent;
	margin-left: auto;
}

.deal-section .deal-item.active .deal-number {
	color: var(--color-theme-primary);
}

.deal-section .deal-item.active .deal-button {
	border-color: var(--color-theme-primary);
}

@media (min-width: 576px) {
	.deal-section .deal-item {
		flex-flow: row wrap;
		align-items: center;
		padding: 1rem 0;
	}

	.deal-section .cw-flexion {
		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: center;
		min-width: 200px;
	}
}

@media (min-width: 768px) {
	.deal-section .deal-description {
		padding: 10px 2rem 10px 0;
	}

	.deal-section .deal-item {
		flex-wrap: nowrap;
	}
}

/*Home Finance*/
.cw-home-finance {
	padding: 14px 0;
	overflow-x: clip;
}

.cw-home-finance .cw-container-bg {
	padding-top: 0rem;
	padding-bottom: 0rem;
	background-color: var(--color-theme-primary);
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
	border-radius: 16px;
	position: relative;
}

.cw-home-finance .card {
	border: none;
}

.cw-home-finance .card-body {
	background-color: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
}

.cw-home-finance h2 {
	font-size: 2.25rem;
}

.home-finance-list {
	margin-bottom: -9px;
}

.home-finance-list li {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 32px;
}

.home-finance-list li::before {
	float: left;
	overflow: hidden;
	width: 22px;
	height: 22px;
	content: '';
	margin-left: -30px;
	background-image: url('https://cdn05.carsforsale.com/3803bfeab01aa167a2ea5392343c1421/3803bfeab01aa167a2ea5392343c1421.jpg?format=original&sig=4a970d747c53539c');
	background-size: 22px 22px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.cw-subhead {
	font-weight: bold;
}

.cw-car-finance {
	width: 100%;
	margin-top: -65px;
}

.cw-car-box {
	margin: auto;
}

.cw-finance-section {
	padding: 44px 12px 38px;
	background-size: 100%;
}

.cw-car-finance {
	margin-top: 0px;
}

@media (min-width: 330px) {
	.cw-finance-section {
		padding: 44px 20px 38px;
		background-size: 100%;
	}
}

@media (min-width: 768px) {
	.cw-home-finance h2 {
		font-size: 3.25rem;
	}

	.cw-home-finance h5 {
		font-size: 2rem;
	}

	.cw-car-finance {
		margin-top: 0px;
	}

	.cw-finance-section {
		padding: 44px 0px 38px;
		background-size: 100%;
	}
}

@media (min-width: 992px) {
	.cw-finance-section {
		padding: 31px 20px 38px;
		background-size: 45%;
	}

	.cw-car-finance {
		margin-top: -104px;
	}

	.cw-home-finance {
		padding: 56px 0;
	}
}

/* Internal Titles */
.title+.text {
	margin-top: 0
}

section:not(.page-home) .title {
	position: relative;
	background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/55BF9444FCFFDA3D6E59D2B496701772.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
	margin: 20px 28px 80px;
	border-radius: 16px;
}

section:not(.page-home) .title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0/58%);
	border-radius: 16px;
}

section:not(.page-home) .title .title-heading {
	position: relative;
	z-index: 1;
	margin: auto;
	padding: 2rem 0;
	color: white;
	text-shadow: 0 0 4px black;
}

section:not(.page-home) .title h1 {
	font-size: 2rem
}

section:not(.page-home) .form {
	padding-top: 1rem
}

.employees-email {
	font-size: .85rem
}

@media (min-width: 992px) {
	section:not(.page-home) .title .title-heading {
		padding: 3.5rem 0
	}

	section:not(.page-home) .title h1 {
		font-size: 2.5rem
	}
}

/*Inventory Page*/
.inventory-cta .btn:not(.btn-pre-qualified) {
	border-radius: 6px !important;
}

.inventory-cta .btn:hover {
	color: #000 !important;
	background: var(--color-theme-highlight);
}

.inventory .btn-primary:before {
	background: var(--color-theme-highlight);
}

.inventory .srp-sidebar .filter-item-title::before {
	color: unset;
}

@media (min-width: 992px) {
	.inventory .sort-filter-wrapper.mt-lg-3 {
		margin-top: 2px !important;
	}
}

.loan-app-module .btn-primary:disabled {
	background-color: #979693 !important;
}

.loan-app-module .vehicle-picker-container {
	border: 1px solid var(--color-theme-primary) !important;
}

.object-fit-cover {
	object-fit: cover;
	width: 100%;
	height: 100%;
	display: block;
}

.img-ratio-4-3 {
	aspect-ratio: 4 / 3;
}

.img-ratio-1-1 {
	aspect-ratio: 1 / 1;
}

.img-ratio-3-4 {
	aspect-ratio: 3 / 4;
}

.rounded-3 {
	border-radius: 0.75rem;
}

.cw-about-title {
	text-align: left;
}

/* ---- about why us ---*/
.cw-about-serv {
	background-color: #0A0906;
	padding: 99px 0px 32px;
	margin: 46px 0px;
}

.cw-about-serv h5 {
	font-size: 24px;
	color: #fff;
}

.cw-about-serv p {
	color: #a5a5a5;
}

.cw-steps {
	padding: 0px 105px;
}

.cw-process-step {
	display: flex;
	align-items: center;
	margin-bottom: 4rem;
}

.cw-process-step p {
	color: #a5a5a5;
}

.icon-box {
	background-color: var(--color-theme-primary);
	width: 85px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	margin-right: 15px;
	position: relative;
	top: -13px;
}

.icon-box::after {
	content: "";
	position: absolute;
	bottom: -4.3rem;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 3rem;
	background-color: #a5a5a5;
}

.cw-process-step:last-child .icon-box::after {
	display: none;
}

.icon-box i {
	font-size: 1.3rem;
	color: #13100a;
}

.icon-box {
	width: 220px;
	height: 52px;
}

.cw-steps {
	padding: 0px 11px;
}

.icon-box::after {
	display: none;
}

@media (min-width: 330px) {
	.icon-box {
		width: 194px;
		height: 52px;
	}
}

@media (min-width: 440px) {
	.icon-box {
		width: 123px;
		height: 52px;
	}
}

@media (min-width: 768px) {
	.icon-box {
		width: 66px;
		height: 52px;
	}

	.icon-box::after {
		display: block;
		bottom: -4.3rem;
	}
}

@media (min-width: 992px) {
	.icon-box {
		width: 127px;
		height: 52px;
	}

	.cw-steps {
		padding: 0px 70px;
	}

	.icon-box::after {
		bottom: -5.3rem;
	}
}

@media (min-width: 1200px) {
	.icon-box {
		width: 111px;
		height: 52px;
	}

	.cw-steps {
		padding: 0px 105px;
	}
}

@media (min-width: 1480px) {
	.icon-box {
		width: 85px;
		height: 52px;
	}

	.icon-box::after {
		bottom: -4.3rem;
	}
}

/* FAQ */
.faq-img {
	border-radius: 12px;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.faq-answer {
	padding: 0.5rem 0 1rem 0;
	color: var(--color-theme-primary);
	font-size: 0.95rem;
}

.cw-trade-faq {
	padding: 50px 0px;
}

.cw-trade-faq h2 span {
	color: var(--color-theme-primary);
}

.accordion-item {
	background-color: transparent !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.accordion-button {
	color: #ffffff !important;
	background-color: transparent !important;
	padding-left: 0;
	padding-right: 0;
	font-size: 1.2rem;
}

/* Custom circle with arrow */
.accordion-button::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f061";
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: transparent;
	color: var(--color-theme-primary);
	transform: rotate(0deg);
	transition: transform 0.3s ease;
	margin-left: auto;
	border: 1px solid var(--color-theme-primary);
	font-size: 1rem;
}

.accordion-button::after {
	background-image: none !important;
}

.accordion-button.collapsed::after {
	transform: rotate(0deg);
}

.accordion-button:not(.collapsed)::after {
	transform: rotate(90deg);
}

.cw-aboutpg-text {
	padding: 0px 50px;
}

.cw-aboutpg-text {
	padding: 0px 22px;
}

@media (min-width: 440px) {
	.cw-aboutpg-text {
		padding: 0px 50px;
	}
}

/*Footer*/
.footer-info-business,
.footer-nav-links {
	display: none;
}

footer.footer {
	/* padding-top: 0px; */
	padding-top: 1rem;
}

.cw-img-right {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
}

.cw-img-left {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: center;
}

.cw-footer {
	background-color: #13100A;
	color: #ffffff;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
	position: relative;
	z-index: 0;
	padding: 4rem 0 0 0;
}

.cw-footer a {
	color: inherit;
}

.footer .nav-link,
.footer a {
	color: #fff !important;
}

.cw-footer a:hover {
	color: var(--color-theme-highlight) !important;
}

.cw-footer .fab {
	padding: 0.25rem;
	width: 0.75rem;
	height: 0.75rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.cw-logobox {
	padding: 1em;
	display: block;
}

.footer,
.footer .dropdown-item,
.footer .dropdown-item:focus,
.footer .nav-link,
.footer a {
	color: var(--color-theme-text);
}

/* VDP Page */
.vdp-module-canvas-razor-wrapper .btn-secondary:before {
	background: rgba(150, 150, 150, 0.2) !important;
}

.inventorydetails .vdp__veh__info__mod .veh__info__item:nth-child(even)[VehicleInfoWidgetCssScope] {
	background: rgba(150, 150, 150, 0.1)
}

.vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary {
	color: var(--color-theme-text-btn) !important;
	background-color: var(--color-theme-primary) !important;
	border-color: var(--color-theme-primary) !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary {
	border-color: var(--color-theme-primary) !important;
	color: var(--color-theme-primary) !important;
	background-color: var(--color-theme-text-btn) !important;
}

section.page-inventory-details .btn.btn-primary {
	color: var(--color-theme-text-btn) !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:before,
.inventorydetails .btn-outline-secondary:not([disabled]):not(.disabled).active,
.inventorydetails .btn-outline-secondary:not([disabled]):not(.disabled):active {
	background: var(--color-theme-primary) !important;
	color: var(--color-theme-text-btn) !important;
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-outline-secondary {
	border-radius: 35px !important;
}

body [b-h85p0r54yf] .businessHours .sn_business_open,
body [b-h85p0r54yf] .businessHours .sn_business_close,
body .hours__status.hours__status__closed[b-aadgpb1mmy],
body sn_business_close[b-aadgpb1mmy] {
	color: var(--color-theme-text-btn);
}

/* Forms */
.form-wrap {
	padding: 0px;
	border-radius: 0px;
}

@media (min-width: 768px) {
	.form-wrap {
		box-shadow: 1px 2px 28px var(--color-theme-primary);
		padding: 34px;
		border-radius: 35px;
	}

	.inventorydetails .vdp-module-canvas-razor-wrapper .modal-header {
		border-bottom: 0px transparent;
	}
}

.form-grid-row>.form-forms-date {
	z-index: unset;
}