.gold-outline:focus {
	outline: 2px solid #fbc600!important
}

.home-subnav {
	background-color: #34657f;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
	position: fixed;
	top:3.6875rem;
	width: 100%;
	overflow: hidden;
	min-height: 2.75rem;
	max-height: 2.75rem;
	z-index: 5;
	transition: max-height .3s ease-in
}

.home-subnav+.hero-home {
	padding-top: 1.625rem
}

@media screen and (min-width:36.25rem) {
	.home-subnav+.hero-home {
		padding-top: 2.625rem
	}
}

.home-subnav.-car-care {
	background-color: #9D232A
}

.home-subnav.active {
	max-height: 43.75rem;
	transition: max-height .3s ease-out
}

.home-subnav.active .home-subnav__navigate {
	box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, .16)
}

.home-subnav.active .home-subnav__navigate-chevron {
	transform: rotate(180deg)
}

.home-subnav.active .home-subnav__items {
	padding-top: 1rem;
	padding-bottom: 1rem;
	max-height: 37.5rem;
	transition: max-height .3s ease-in, padding .3s ease-in
}

.home-subnav.active .home-subnav__item {
	opacity: 1;
	transition: opacity .5s ease-in
}

.home-subnav__navigate {
	position: relative;
	z-index: 2;
	display: block;
	padding: .8125rem;
	cursor: pointer
}

.home-subnav__navigate>* {
	cursor: pointer
}

@media screen and (min-width:48rem) {
	.home-subnav__navigate {
		display: none
	}
}

.home-subnav__navigate-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	background: 0 0;
	border: none;
	padding: 0;
	color: #fff;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%
}

.home-subnav__navigate-chevron {
	transition: transform .3s ease-in-out;
	min-width: .75rem;
	transform: rotate(0);
	align-self: center;
	margin-left: .25rem
}

.home-subnav__items {
	box-sizing: border-box;
	max-width: 100%;
	margin: 0 auto;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 4;
	display: flex;
	flex-wrap: wrap;
	max-height: 0;
	background-color: #fff;
	transition: max-height .3s ease-out, padding .3s ease-out
}

@media screen and (min-width:0rem) and (max-width:47.9375rem) {
	.home-subnav__items {
		padding-left: 1.25rem;
		padding-right: 1.25rem
	}
}

@media screen and (min-width:48rem) and (max-width:79.9375rem) {
	.home-subnav__items {
		padding-left: 2.5rem;
		padding-right: 2.5rem
	}
}

@media screen and (min-width:80rem) {
	.home-subnav__items {
		padding-left: 5rem;
		padding-right: 5rem
	}
}

@media screen and (min-width:0rem) and (max-width:47.9375rem) {
	.home-subnav__items {
		width: 82.5rem
	}
}

@media screen and (min-width:48rem) and (max-width:79.9375rem) {
	.home-subnav__items {
		width: 85rem
	}
}

@media screen and (min-width:80rem) {
	.home-subnav__items {
		width: 90rem
	}
}

.home-subnav__item {

	text-decoration: none;
	color: #3b3c43;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: .0125em;
	width: calc(100%/2 - 12px);
	display: flex;
	align-items: center;
	padding: .5rem 0;
	opacity: 0;
	transition: max-height .15s ease-out
}

a[data-reason="apply"][data-type="link"] img{
width: 1.8rem;
margin-right: 1rem;
}

.home-subnav__item-icon {
	width: 2.5rem
}

.home-subnav__item:nth-of-type(odd) {
	margin-right: 1.5rem
}

.home-subnav__links {
	display: none;
	box-sizing: border-box;
	max-width: 100%;
	margin: 0 auto
}

@media screen and (min-width:0rem) and (max-width:47.9375rem) {
	.home-subnav__links {
		padding-left: 1.25rem;
		padding-right: 1.25rem
	}
}

@media screen and (min-width:48rem) and (max-width:79.9375rem) {
	.home-subnav__links {
		padding-left: 2.5rem;
		padding-right: 2.5rem
	}
}

@media screen and (min-width:80rem) {
	.home-subnav__links {
		padding-left: 5rem;
		padding-right: 5rem
	}
}

@media screen and (min-width:0rem) and (max-width:47.9375rem) {
	.home-subnav__links {
		width: 82.5rem
	}
}

@media screen and (min-width:48rem) and (max-width:79.9375rem) {
	.home-subnav__links {
		width: 85rem
	}
}

@media screen and (min-width:80rem) {
	.home-subnav__links {
		width: 90rem
	}
}

@media all and (-ms-high-contrast:none) {
	.home-subnav__links {
		min-height: 1px;
		height: 2.75rem
	}
}

.home-subnav__link {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: .0125em;
	font-weight: 500;
	text-decoration: none;
	padding: .5rem 0;
	color: #fff;
	margin-right: 1.5rem;
	cursor: pointer
}

.home-subnav__link:last-of-type {
	margin-right: 0
}

.home-subnav__link-text {
	text-decoration: none;
	position: relative;
	cursor: pointer;
	transition: color .2s ease, border-color .2s ease;
	pointer-events: none
}

.home-subnav__link-text:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #fbc600;
	visibility: hidden;
	transform: scaleX(0);
	transition: all .3s ease-in-out
}

.home-subnav__link.active .home-subnav__link-text {
	color: #fff;
	letter-spacing: .025em
}

@supports (-webkit-text-stroke:0.65px #ffffff) {
	.home-subnav__link.active .home-subnav__link-text {
		-webkit-text-fill-color: #fff;
		-webkit-text-stroke-width: .65px;
		-webkit-text-stroke-color: #fff;
		text-shadow: none
	}
}

.home-subnav__link.active .home-subnav__link-text:before {
	visibility: visible;
	transform: scaleX(1)
}

.home-subnav__link:focus .home-subnav__link-text,
.home-subnav__link:hover .home-subnav__link-text {
	color: #fff
}

.home-subnav__link:focus .home-subnav__link-text:before,
.home-subnav__link:hover .home-subnav__link-text:before {
	visibility: visible;
	transform: scaleX(1)
}

@media screen and (min-width:30rem) {
	.home-subnav {
		max-height: 43.75rem
	}
}

@media screen and (min-width:36.25rem) {
	.home-subnav {
		top: 4.75rem
	}
}

@media screen and (min-width:48rem) {
	.home-subnav {
		display: flex;
		align-items: center
	}
	.home-subnav__links {
		display: flex;
		align-items: center;
		justify-content: center
	}
	.home-subnav__items {
		display: none
	}
}

@media screen and (min-width:62rem) {
	.home-subnav__link {
		margin-right: 2.5rem
	}
}

.anchor {
	display: inline-block;
	position: relative;
	visibility: hidden;
	top: calc(-59.1px - 104px);
}
@media screen and (min-width: 36.25rem) {
  .anchor {
    top: calc(-76px - 134px);
  }
}



/* WCWFT-671 Added by Ashwini to solve issues on alert banner removal */
@media screen and (min-width: 1080px) {
	.home-subnav {
	  top: 8.15rem !important;
	}
  }
  
	@media screen and (max-width: 1080px) {
	  .home-subnav {
		top: 7.5rem !important;
	  }  
	   
	   body:has(div.alert) nav.home-subnav{ 
	   top: 10.7rem !important; 
	  } 
	}
	
  .carousel-section {
	padding-top: 2.65rem;
  }
  @media screen and (min-width: 0rem) and (max-width: 67.5rem) {
  .carousel-section  {  
	padding-top: 2.65rem;
  }
  .carousel__controls{
	padding-top: 2.65rem; 
  }
  

  }

  