/* Page Nav */
.page_nav_container {
	position: fixed;
	top: 0px;
	right: -337px;
	z-index: 999;
	width: 337px;
    height: 100vh; /* viewport height */
	background-color: #102330;
}
.test {
	display: block;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	scrollbar-color: black gray;
}
.back_to_top {
	z-index: 998 !important;
}
/*
.page_nav_container:hover {
	background-color: rgb(0,0,0, 1);
}
*/
.sub_nav_logo_bg {
	width: 100%;
	height: auto;
}
.sub_nav_logo {
	width: 100%;
	height: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.sub_nav_jdp_logo {
	width: 100%;
	height: auto;
}
.sub_nav_jdp_logo img {
	width: 30%;
	height: auto;
}
.sub_nav_jdp_page_title {
	width: 100%;
	height: auto;
}
.sub_nav_jdp_page_title h2 a:link, .sub_nav_jdp_page_title h2 a:visited {
	font-weight: 200;
    font-size: 1.6rem;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
.page_nav {
	width: 100%;
	height: auto;
}
.sec_title_bg {
	padding-top: 1.0rem;
	padding-bottom: 1.1rem;
	width: 100%;
	height: auto;
	background-color: #102330;
    box-shadow: inset 0 -1px 0 0 #444;
}
.sec_title_wrap {
	width: 90%;
	height: auto;
	margin: 0px auto;
}
.sec_nav_item_wrap {
	width: 80%;
	height: auto;
	margin: 0px auto;
}
.sec_title {
	width: 100%;
	height: auto;
}
.sec_title h4 {
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0rem;
    text-transform: uppercase;
}
.page_nav ul {
	list-style-type: none;
}
.page_nav li {
	display: block;
	width: 100%;
    box-shadow: inset 0 -1px 0 0 #757575;
}
.page_nav li:hover {
	background-color: #4B5963;
}
.page_nav li a:link, .page_nav li a:visited {
	width: 100%;
	height: 57px;
	display: flex;
	flex-direction: row;
	align-items: center;
	text-decoration: none;
	color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
}
.sec_nav_icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
	background-color: #1A1A1A;
	border: solid 1px #00838F;
    box-shadow: rgba(86, 86, 85, 1) 0px 0px 0px 1px;
	isolation: isolate;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec_nav_icon img {
	mix-blend-mode: screen;
}
.page_nav li a:link img {
	width: 21px;
	height: 21px;
	object-fit: contain;
	margin: auto;
}
.ev_learning_center_icon img {
	width: 18px !important;
	height: 18px !important;
}

/* EV Tools & Resources sprite icons (top state only) */
.sec_nav_icon.hybrid_learning_center_icon {
	border-color: #70c588 !important;
	/* Prefer sprite (top state), fall back to the legacy PNG if sprite is missing */
	background-image: url('../../../../../../cm_jdp_ev_assets/icons/hybrid_learning_center.png');
	background-repeat: no-repeat;
	background-position: center;
	/* Source image is not a sprite; size it down to match the other 24px icons */
	background-size: 25px auto;
}

.sec_nav_icon.ev_learning_center_icon {
	border-color: #70c588 !important;
	background-image: url('../../../../../../cm_jdp_ev_assets/icons/ev_learning_center.png');
	background-repeat: no-repeat;
	background-position: center;
	/* Source image is not a sprite; size it down to match the other 24px icons */
	background-size: 25px auto;
}

.sec_nav_icon.ev_incentives_icon {
	border-color: #70c588 !important;
	background-image: url('../../../../../../cm_jdp_ev_assets/icons/incentives_sprite.png');
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 5px;
	background-size: 24px 86px;
}

.sec_nav_icon.ev_savings_icon {
	border-color: #70c588 !important;
	background-image: url('../../../../../../cm_jdp_ev_assets/icons/savings_calc_sprite.png');
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 5px;
	background-size: 24px 83px;
}

.sec_nav_icon.ev_route_planner_icon {
	border-color: #70c588 !important;
	background-image: url('../../../../../../cm_jdp_ev_assets/icons/route_planner_sprite.png');
	background-repeat: no-repeat;
	background-position-x: calc(50% - 2px);
	background-position-y: 6px;
	background-size: 24px 86px;
}

.sec_nav_icon.ev_range_map_icon {
	border-color: #70c588 !important;
	background-image: url('../../../../../../cm_jdp_ev_assets/icons/range_map_sprite.png');
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 7px;
	background-size: 24px 86px;
}

.sec_nav_icon.ev_charging_stations_icon {
	border-color: #70c588 !important;
	background-image: url('../../../../../../cm_jdp_ev_assets/icons/charging_stations_sprite.png');
	background-repeat: no-repeat;
	background-position-x: calc(50% + 1px);
	background-position-y: 7px;
	background-size: 24px 86px;
}
.sec_icon_text {
	margin-left: .5rem;
	font-family: 'Neulis Sans', sans-serif;
}
/* Page Nav */

/* Page Nav Open Close */
.page_nav_controls {
	position: absolute;
	top: 80px;
	left: -43px;
	z-index: 999;
	width: 43px;
	height: 43px;
	background-color: rgba(0, 0, 0, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.page_nav_controls:hover {
	background-color: rgb(0,0,0, 1);
}

.toggleIcon {
	position: relative;
	width: 35px; /* Define the size of your toggle icon */
	height: 35px;
	border-radius: 50%; /* Make it round */
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.toggleIcon::after,
.toggleIcon::before {
	position: absolute;
	content: '';
	height: 23px;
	width: 2px;
	background: #fff;
	left: 50%;
	top: 50%;
	transition: transform 0.4s ease;
	transform: translate(-50%, -50%);
}
.toggleIcon.toggleActive::before {
	transition: transform 0.2s ease;
}
.toggleIcon::before {
	transform: translate(-50%, -50%) rotate(90deg);
}
.toggleIconParent:hover .toggleIcon::before,
.toggleIcon:hover::before,
.toggleIcon:active::before{
	transform: translate(-50%, -50%) rotate(0deg) scale(1.2);
}
.toggleIcon:hover::after,
.toggleIconParent:hover .toggleIcon::after,
.toggleIcon:active::after,
.toggleIcon.toggleActive::after {
	transform: translate(-50%, -50%) rotate(-90deg) scale(1.2);
}
.toggleIcon.toggleActive::before {
	transform: translate(-50%, -50%) rotate(90deg) scale(1.2);
}
.toggleIcon.toggleActive::after,
.toggleIcon.toggleActive::before {
	width: 1px;
}
/* Page Nav Open Close */

/* Sub Header */
.sub_header_container_out_of_header {
	position: sticky;
	top: 80px;
	left: 0px;
	z-index: 999;
	width: 100%;
	height: auto;
	animation: fadeInAnimation ease 3s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	background: rgb(255,255,255);
	background: linear-gradient(98deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 33%);
	display: none;
	/*
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	*/
}
/*
.sub_header_container_out_of_header:before {
	content: "";
	position: absolute;
	height: 0.2rem;
	top: 0;
	left: 0;
	width: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#0071eb), color-stop(30%, #16a7cb), color-stop(67%, #23c0a8), to(#33e776));
	background: -webkit-linear-gradient(left, #0071eb, #16a7cb 30%, #23c0a8 67%, #33e776);
	background: linear-gradient(90deg, #0071eb, #16a7cb 30%, #23c0a8 67%, #33e776);
	background-size: 400% 400%;
	z-index: 0;
	animation: gradient 5s ease infinite;
}
.sub_header_container_out_of_header:after {
	content: "";
	position: absolute;
	height: 0.2rem;
	bottom: 0;
	left: 0;
	width: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#0071eb), color-stop(30%, #16a7cb), color-stop(67%, #23c0a8), to(#33e776));
	background: -webkit-linear-gradient(left, #0071eb, #16a7cb 30%, #23c0a8 67%, #33e776);
	background: linear-gradient(90deg, #0071eb, #16a7cb 30%, #23c0a8 67%, #33e776);
	background-size: 400% 400%;
	z-index: 0;
	animation: gradient 5s ease infinite;
}
*/
.sub_header {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.sub_header_section_nav {
	display: flex;
	align-items: center;
	justify-content: center;
}
.sub_header_section_nav ul {
	list-style-type: none;
}
.sub_header_section_nav li {
	display: inline-flex;
	padding-top: 1.8rem;
	padding-bottom: 1.8rem;
	padding-left: 2.8rem;
	padding-right: 2.8rem;
}
.sub_header_section_nav li a:link, .sub_header_section_nav li a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.3rem;
	box-shadow: none;
}
.sub_header_section_nav li a:hover {
	color: #1cb2ab;
}
.sub_header_section_nav ul li.active_sub_header_item a {
	color: #31e27b;
}
/* Drop Down */
.sub_with_dropdown {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
}
.sub-nav-item {
	padding: 30px 1rem;
	font-size: 1.3rem;
	font-weight: normal;
	width: auto;
	border: none;
	font-weight: 700;
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sub-nav-item-span {
	padding-top: 23px;
	padding-bottom: 23px;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 100%;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
}
.open_sub {
	-webkit-box-shadow: 0 0 0.4rem rgba(0,0,0,.15);
    box-shadow: 0 0 0.4rem rgba(0,0,0,.15);
}
.sub_nav_icon_pc {
	margin-top: .7rem;
	margin-left: .2rem;
	width: auto;
	height: auto;
	display: block;
}
.sub_nav_arrow {
	padding: .7rem;
	width: 12px;
	height: auto;
	margin-left: .5rem;
	fill: #fff !important;
	background-color: #333;
	border-radius: 3px;
}
.sub_nav_dropdown_container {
	display: none;
	position: absolute;
	top: 50px;
	z-index: 1000;
	height: auto;
	background-color: #000;
	/* border-radius: 8px; */
	border-radius: 0 0 4px 4px !important;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; 
}
.sub_nav_dropdown {
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
	width: auto;
	height: auto;
	display: flex;
	flex-direction: row;
	gap: 2rem;
}
.sub_nav_dropdown ul {
	list-style-type: none;
	min-width: 252px; 
	height: auto;
	margin: 0px auto;
}
.sub_nav_dropdown li {
	margin-left: 0px;
	height: auto;
	padding: 1rem;
	color: #000;
	font-weight: bold;
	/* color: #20baaf; */
	font-size: 1.2rem;
	display: flex;
	align-items: center;
}
.sub_nav_dropdown li:first-child {
	border-top: none;
}
.sub_nav_dropdown li a:link, .sub_nav_dropdown li a:visited {
	color: #fff !important;
	text-decoration: none;
	font-weight: normal;
	display: flex;
	align-items: center;
}
.nav_dropdown li a:hover {
	color: #0071eb;
	text-decoration: underline;
}
/* Drop Down */

/* Sub Header */

/* Sub Header Animations */
@keyframes sub-header-load {
	0% {
	  transform: translateY(200%);
	}
	100% {
	  transform: translateY(0);
	}
  }
/* Sub Header Animations */

@media screen and (min-width: 700px) and (max-width: 851px) {
	.common_questions {
		display: none !important;
	}
}

@media screen and (max-width: 699px) {
	.sub_nav_dropdown_container {
		position: absolute;
		width: 100%;
		left: 0px;
	
	}
}