/*
 * HEADER
 *
 */
header {
	background: #f5f5f5;
}
.header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header__logo img {
	width: 15rem;
}
.header__menu-links {
	background: #f5f5f5;
	text-align: center;
	position: absolute;
	width: 100%;
	z-index: 5;
}
.header__menu-links li a {
	color: var(--sphc-blue);
	font-family: 'suzukipro-regular';
}
.header__menu-links li a:hover {
	font-weight: bold;
}
.header__menu-links > li {
	border-bottom: 1px solid #cacaca;
}
.header__menu-links > li.active a {
	font-weight: bold;
}
.header__menu-links > li:first-child,
.header__menu-links > li:last-child {
	border-top: 1px solid #cacaca;
}
.header__menu-links > li.has-child {
	position: relative;
}
.header__menu-links > li.has-child span {
	color: var(--sphc-blue);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	right: 0;
	width: 40px;
	height: 40px;
	top: 0;
	z-index: 2;
}
.header__menu-links > li.has-child span[aria-expanded="true"]:before {
	content: '\e90a';
}
.header__menu-links > li.has-child ul {
	background: #eae9e9;
}
.header__menu-links > li.has-child ul li {
	border-top: 1px solid #cacaca;
}
.header__menu-links > li a {
	display: block;
	padding: .75rem;
}
.header__menu-links__q-links {
	padding: .75rem;
}
.header__menu-links__q-links p {
	color: var(--sphc-blue);
}
.header__menu-links__q-links .header__q-links__ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.header__menu-links__q-links .header__q-links__ul span {
	font-size: 1.25rem;
}
.header__menu-links__q-links .header__q-links__ul li.cust-serv span {
	font-size: 2rem;
}
.header__menu-links__q-links .header__q-links__ul li.bike span {
	font-size: 1.5rem;
}
.header__menu-links__q-links ul li:first-child {
	display: none;
}
.header__menu-links__q-links .header__q-links__ul__li {
	padding: 0 1rem;
}
.header__mob-menu {
	position: absolute;
	right: 1rem;
}
.header__mob-menu a {
	font-size: 1.15rem;
}
.header__mob-menu a[aria-expanded="true"] span:before {
	content: '\e925';
}
.header__mob-menu a span {
	color: var(--sphc-blue);
}
.header__menu-links__close {
	color: var(--sphc-red);
	background: #eae9e9 !important;
	font-size: .75rem;
	font-weight: bold;
	padding: 0.8rem;
}

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

@media only screen and (min-width: 600px) {
	.header__logo img {
		width: 20rem;
	}
	.header__mob-menu {
		right: 2rem;
	}
	.header__mob-menu a {
		font-size: 1.5rem;
	}
}

@media only screen and (min-width: 768px) {
	.header__logo img {
		width: 25rem;
	}
	.header__mob-menu a {
		font-size: 1.75rem;
	}
}

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

/* START DESKTOP */
@media only screen and (min-width: 1024px) {
	.header {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.header__logo img {
		width: 15rem;
	}
	.header__menu-links {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		top: 0;
	}
	.header__menu-links li {
		padding: 1rem;
	}
	.header__menu-links li a {
		padding: 0;
		font-size: .8rem;
	}
	.header__menu-links > li,
	.header__menu-links > li:first-child,
	.header__menu-links > li:last-child {
		border: none;
	}
	.header__menu-links > li a {
		display: initial;
	}
	.header__menu-links > li.has-child {
		position: static;
	}
	.header__menu-links > li.has-child ul {
		display: none;
		background: #f5f5f5;
	}
	.header__menu-links > li.has-child ul > li {
		padding: 0.875rem;
	}
	.header__menu-links > li.has-child ul > li:last-child {
		border-bottom: 1px solid #cacaca;
	}
	.header__menu-links > li.has-child:hover ul {
		display: block;
		position: absolute;
	}

	/* DISPLAY NONE */
	.header__mob-menu,
	.header__menu-links__q-links,
	.header__menu-links__close,
	.header__menu-links > li.has-child span {
		display: none;
	}
}

@media only screen and (min-width: 1280) {}

@media only screen and (min-width: 1400px) {
	.header__logo img {
		width: 20rem;
	}
	.header__menu-links li {
		padding: 1.5rem;
	}
	.header__menu-links li a {
		font-size: 1rem;
	}
}

@media only screen and (min-width: 1600px) {
	.header__logo img {
		width: 25rem;
	}
	.header__menu-links li {
		padding: 2rem 1.875rem;
	}
}


/*
 * FOOTER
 *
 */
footer {
	background: url("../img/corp-bg.jpg") no-repeat;
	background-size: cover;
}
.footer {
	display: block;
}
.footer__copyright {
	display: none;
	color: #fff;
	font-size: .75rem;
	position: absolute;
	bottom: -12px;
	left: 0.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	z-index: 5;
}
.footer__copyright__border {
	background: #acacac;
	height: 2px;
	width: 120px;
	margin-right: .5rem;
}
.footer__news {
	display: block;
	width: 100%;
	position: relative;
	padding: 2rem 1rem;
	text-align: center;
}
.footer__news__title {
	margin-bottom: .5rem;
}
.footer__news__title > p {
	font-size: .85rem;
	margin-bottom: 1rem;
}
.footer__news__title-slick-controls {
	position: absolute;
	left: 0;
	bottom: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding: 0 1rem;
}
.footer__news__title-slick-controls span {
	cursor: pointer;
}
.footer__news__content a {
	font-size: .75rem;
}
.footer__news__content p {
	margin-bottom: .5rem;
	font-size: .75rem;
}
.footer__news__content a {
	color: #333333;
	font-family: 'suzukipro-bold';
	text-decoration: underline;
	-webkit-text-decoration-color: #959595;
	text-decoration-color: #959595;
}
@media only screen and (min-width: 600px) {
	.footer__news__title > p {
		font-size: 1rem;
	}
}
@media only screen and (min-width: 1024px) {
	footer {
		padding: 1rem 0;
	}
	.footer,
	.footer__copyright {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.footer__news {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: left;
		width: 66.67%;
		padding: 0 1rem 0 .5rem;
	}
	.footer__news > div {
		width: 50%;
	}
	.footer__news__title {
		position: relative;
		padding-right: 1rem;
		margin-bottom: 0;
	}
	.footer__news__title > p {
		font-size: .85rem;
		margin-bottom: .5rem;
	}
	.footer__news__title-slick-controls {
		display: block;
		position: absolute;
		top: 0;
		left: unset;
		right: 1rem;
		padding: 0;
		width: unset;
	}
	.footer__news__content p {
		font-size: .75rem;
	}
}
@media only screen and (min-width: 1280px) {}
@media only screen and (min-width: 1366px) {}
@media only screen and (min-width: 1440px) {
	.footer__copyright__border {
		width: 8.75rem;
	}
	.footer__news__title > p {
		font-size: 1rem;
	}
}
@media only screen and (min-width: 1536px) {}
@media only screen and (min-width: 1590px) {
	footer {
		padding: 2rem 0;
	}
	.footer__copyright {
		left: .35rem;
	}
	.footer__copyright__border {
		width: 11.25rem;
	}
	.footer__news {
		padding: 0 1.5rem;
	}
	.footer__news__title {
		padding-right: 1.5rem;
	}
	.footer__news__title > p {
		font-size: 1.15rem;
	}
	.footer__news__content p,
	.footer__news__content a {
		font-size: .85rem;
		margin-bottom: 1rem;
	}
	.footer__news__title-slick-controls {
		right: 1.5rem;
	}
}
@media only screen and (min-width: 1920px) {
	.footer__news__content p,
	.footer__news__content a {
		font-size: 1rem;
	}
}