/* ----- Final override in the CSS stack ----- */

body {
	font-size: 16px;
	/* padding-top: 100px; */
}

/* links */
.question a:link,
.question a:visited {
	color: #f47920;
}

footer a.feeding-amer-badge {
	border-left: 0;
}

.error {
	color: var(--red)
}

.pagesub {
	background: #f4f4f4;
	border-top: 5px #f47920 solid;
}

.psub {
	padding: 0px 5px;
	background: #f4f4f4;
}

.nav-link:hover {
	transition: all .2s ease-out;
}

.subnavtoggle {
	border-top: 5px #f47920 solid;
	background: #f4f4f4;
}

#navbarSupportedContent .nav-link {
	padding-top: 2px;
	padding-bottom: 2px;
	border-left: 1px transparent solid;
	border-top: 1px transparent solid;
	border-right: 1px transparent solid;
	border-bottom: 1px transparent solid;
}

/* Replacing with 2025 color
.active .nav-link {
	background: #f47920;
	color: #fff;
}
*/

#navbarSupportedContent .active .nav-link {
	background: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left: 1px #f47920 solid;
	border-top: 1px #f47920 solid;
	border-right: 1px #f47920 solid;
	border-bottom: 1px #f47920 solid;
	color: #f47920;
}

/* 
.showarrow>a:after {
	content: "";
	position: absolute;
	bottom: -18px;
	left: 45%;
	border-width: 0px 5px 5px;
	border-style: solid;
	border-color: #f47920 transparent;
	display: block;
	width: 0;
}
*/

.navbar-toggleable-md .navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1rem;
}

.navbar-brand,
.mainmenu,
#togNav {
	z-index: 100;
}

/* Text Slider 
**************************** */
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}


/* Nav Bar Shrink 
***************************** */
.navbar>.container {
	z-index: 5;
}

.navbar {
	padding-top: 0.2em !important;
	padding-bottom: 0.2em !important;
	-webkit-transition: padding 0.2s linear;
	-moz-transition: padding 0.2s linear;
	-o-transition: padding 0.2s linear;
	transition: padding 0.2s linear;
	position: fixed;
	z-index: 4;
}

/* Nav bar and LOGO */
_:-ms-fullscreen,
:root .navbar-shrink .landmarklogo {
	margin-top: -60px;
}

.navbar-overlay {
	margin: 0;
	width: 100%;
	left: 0;
	background: #454545;
	opacity: 1;
	position: absolute;
	top: 0;
	height: 100%;
	z-index: 3;
}

/*
.navbar-shrink .navbar-overlay {
	opacity: .7;
}
*/

.navbar-shrink {
	margin-top: 0px;
	-ms-margin-top: -60px;
	transition: all .4s;
}




/* Up Button
******************* */
button.back-to-top.show {
	display: block;
	background: #fff;
	color: #f47920;
	font-size: 25px;
	right: 25px;
	bottom: 50px;
	height: 50px;
	width: 50px;
	visibility: visible;
	box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}

button.back-to-top {
	margin: auto !important;
	padding: 0 !important;
	background: #fff;
	height: 0px;
	width: 0px;
	overflow: hidden;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	color: transparent;
	clear: both;
	visibility: hidden;
	position: fixed;
	cursor: pointer;
	display: block;
	border: none;
	right: 50px;
	bottom: 75px;
	font-size: 0px;
	outline: 0 !important;
	z-index: 99;
	transition: all .3s ease-in-out;
}

button.back-to-top::before {
	content: "\f077";
	font-family: "FontAwesome";
	display: block;
	/*vertical-align: middle;*/
	margin: -5px 0 auto;
}

/* multicolor line */
.multicolorline {
	margin: 0px;
}

.multicolorline {
	height: 5px;
	background: #F57921;
	background: -moz-linear-gradient(left, #F57921 0%, #F57921 30%, #DD5C00 30%, #00a69c 60%, #1A7579 60%, #25a9e0 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #9fbd66), color-stop(30%, #9fbd66), color-stop(30%, #00a69c), color-stop(60%, #00a69c), color-stop(60%, #ff0202), color-stop(100%, #ff0202));
	background: -webkit-linear-gradient(left, #F57921 0%, #F57921 30%, #DD5C00 30%, #00a69c 60%, #1A7579 60%, #25a9e0 100%);
	background: -o-linear-gradient(left, #F57921 0%, #F57921 30%, #DD5C00 30%, #00a69c 60%, #1A7579 60%, #25a9e0 100%);
	background: -ms-linear-gradient(left, #F57921 0%, #F57921 30%, #DD5C00 30%, #00a69c 60%, #1A7579 60%, #25a9e0 100%);
	background: linear-gradient(to right, #F57921 0%, #F57921 30%, #DD5C00 30%, #00a69c 60%, #1A7579 60%, #25a9e0 100%);
}

#navbarSupportedContent .active .nav-link:hover {
	background: #f47920;
	border: 1px #f47920 solid;
	border-bottom: 1px #f47920 solid;
	color: #ffffff;
}

.textl100 {
	font-weight: 100;
}

.textl200 {
	font-weight: 200;
}

.textl300 {
	font-weight: 300;
}

.textl400 {
	font-weight: 400;
}

.textl500 {
	font-weight: 500;
}

.textl600 {
	font-weight: 600;
}

.textl700 {
	font-weight: 700;
}

.textl800 {
	font-weight: 800;
}

.textl900 {
	font-weight: 900;
}

.page {
	background: white;
}

.padtop-10 {
	padding-top: 10px;
}

.padtop-20 {
	padding-top: 20px;
}

.padtop-30 {
	padding-top: 30px;
}

.padtop-40 {
	padding-top: 40px;
}

.nav-item {
	font-size: 18px;
	margin-right: 5px;
}

.nav-item:last-child {
	margin-right: 0;
}

.f1 {
	font-size: 1em;
}

.f1-25 {
	font-size: 1.25em;
}

.f1-50 {
	font-size: 1.50em;
}

.f1-75 {
	font-size: 1.75em;
}

.f2 {
	font-size: 2em;
}

.f2-25 {
	font-size: 2.25em;
}

.f2-50 {
	font-size: 2.50em;
}

.f2-75 {
	font-size: 2.75em;
}

.f3 {
	font-size: 3em;
}

.f3-25 {
	font-size: 3.25em;
}

.imgframe {
	padding: 5px;
	background: #f4f4f4;
	border: 1px #f4f4f4 solid;
}

/** color override */
.white-text {
	color: #ffffff;
}

/* TOP BAR
/* ========================================================================== */

.ae-topbar li {
	font-size: 14px;
	line-height: 30px;
}

.ae-topbar small {
	line-height: 30px;
}

.ae-topbar img {
	height: 30px;
	vertical-align: bottom;
}

.ae-topbar li img {
	height: 20px;
	vertical-align: middle;
}

.ae-topbar-photo {
	margin-right: 10px;
}

.ae-topbar a {
	display: inline-block;
	height: 30px;
}

.ae-topbar a,
.ae-topbar a:visited {
	color: #fff;
}

/* social icons */
.ae-topbar li {
	vertical-align: top;
	line-height: 6px;
}

.twitter,
.facebook,
.instagram {
	margin-top: 5px;
	background-position-y: 0px;
}

.twitter {
	width: 20px;
	height: 20px;
	background: url(/rsrc/icon/twitter.png);
	background-size: 20px 40px
}

.facebook {
	width: 20px;
	height: 20px;
	background: url(/rsrc/icon/facebook.png);
	background-size: 20px 40px
}

.instagram {
	width: 20px;
	height: 20px;
	background: url(http://ambitenergycanada.local/rsrc/icon/instagram.png);
	background-size: 20px 40px
}

.twitter:hover,
.facebook:hover,
.instagram:hover {
	transition: background-position-y 0.5s ease;
	background-position-y: 20px;
}

.top-bar .navbar {
	padding-top: 0px;
	padding-bottom: 0px;
	background: none;

}

.navbar {
	padding-top: 20px;
	padding-bottom: 10px;
	/* background:white; 
	border-bottom: 1px solid #f4f4f4;*/
}

.dropdown-menu {
	left: 27px;
}

/* Carousel images
********************* */
/* Remove for revamp 2025
#getinvolved img {
	border: 5px #f4f4f4 solid;
	box-shadow: 2px 6px 3px #333;
}
*/
/* Banner news like block 
*************************** */
.banner-sec {
	float: left;
	width: 100%;
}

.banner-sec .news-block {
	margin-bottom: 20px
}

.banner-sec .news-block:last-child {
	margin-bottom: 0px
}

.banner-sec .news-des {
	margin-bottom: 5px;
}

.banner-sec .title-large {
	margin: 18px 0 0
}

.banner-sec .time {
	margin-top: 0px;
	font-size: 13px;
}

.banner-sec .carousel-control.left,
.banner-sec .carousel-control.right {
	background: none;
}

.banner-sec .card {
	margin-bottom: 20px;
}

/* BlueGreen
**************************** */
.bluegreen {
	background-color: #48b3f6;
	background-image: linear-gradient(45deg, #48b3f6 0%, #19c479 100%);
	color: white;
}

.orangelight {
	background-color: #ff6319;
	background-image: linear-gradient(45deg, #ff6319 0%, #ff844a 100%);
	color: white;
}

.yelloworange {
	background-color: #f99d1c;
	background-image: linear-gradient(45deg, #f99d1c 0%, #f47727 100%);
	color: white;
}

.brownlight {
	background-color: #867b74;
	background-image: linear-gradient(45deg, #867b74 0%, #a2958a 100%);
	color: white;
}

.darkgray {
	background-color: #444A4D;
	background-image: linear-gradient(45deg, #444A4D 0%, #444444 100%);
	color: white;
}

.dust {
	background: url(/images/dust_scratches.png);
	background-repeat: repeat;
}

.nobullet ul,
.nobullet ul li {
	/*list-type: block;*/
	list-style-type: none;
}

.nobullet li a:link,
.nobullet li a {
	color: #fff;
	text-decoration: underline;
	/*text-weight: bold;*/
}

/* Donation section 
*************************** */
#donation {
	background: #f4f4f4;
}

/* volunteer completition form 
**************************** */
.response {
	display: none;
	font-size: 16px;
	color: #b30000;
}

/* Home Strip
**************************** */
#home-strip {
	cursor: pointer;
}

#home-strip .text {
	color: white;
	position: relative;
	text-align: center;
	opacity: 1;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 0;
	margin-top: 0;
}

#home-strip .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	transition: .5s ease;
	background-color: rgba(244, 121, 32, .9);
	z-index: -3.0;
}

#home-strip .middleoverlay {
	background-color: rgba(213, 132, 11, .9);
}

#home-strip>*:hover .overlay {
	background-color: rgba(211, 85, 18, .9);
}

#home-strip .wrap-background-one {
	background: #F47920 url("../images/donate.png");
	background-size: cover;
}

#home-strip .wrap-background-two {
	background-image: url("../images/locate.png");
	background-size: cover;
}

#home-strip .wrap-background-three {
	background-image: url("../images/report.png");
	background-size: cover;
}

.footerlinks a,
.footerlinks a:link,
.footerlinks a:visited {
	border-left: 0;
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
	font-weight: 400;

	margin-bottom: 4px;
	padding: 10px;
}

@media (min-width: 576px) {
	#home-strip .text {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.navbar-overlay {
		margin: 0;
		width: 100%;
		left: 0;
		background: #000;
		/* opacity: .1; */
		position: absolute;
		top: 0;
		height: 100%;
		z-index: 3;
	}
}

@media (min-width: 768px) {
	#home-strip .text {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media (min-width: 992px) {
	#home-strip .text {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (min-width: 1200px) {
	#home-strip .text {
		padding-top: 30px;
		padding-bottom: 30px;
		margin-bottom: 30px;
		margin-top: 30px;
	}
}

/* SHADED BOX 
============================================= */

.has-bg-img {
	border-top: 1px #ccc solid;
	background: rgba(68, 68, 68, 0.9);
	color: #fff;
	position: relative;
	width: 100%;
	padding: 50px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	min-height: 160px;
}

/* Navbar
/* ========================================================================== */
#nav-primary {
	background: linear-gradient(#e5e5e5, white);
	padding: 20px 0;
}

#nav-primary a {
	line-height: 40px;
}

/* Nav links
/* ========================================================================== */
.navbar-trans {
	background: transparent;
}

.navbar-trans {
	padding-top: 5px;
	padding-bottom: 5px;
}

.nav-link {
	position: relative;
	padding: .5rem 0 .5rem 0;
	font-weight: 500;
	color: #ffffff;
	border-radius: 2px;
}

/* Replacing with 2025 color 
.nav-link:hover,
.nav-link:focus {
	color: #ffffff;
	background-color: #f47920;
}
*/

/* Aside Fly-in nav bar
============================================================================= */
/* Currently not sure what this is for, disable for now
aside {
	padding-top: 40px;
}
*/

/*
aside .nav-link {
		padding: 0;
}
*/

.navbar-links-nowrap .nav-link {
	white-space: nowrap;
}

/* Home page features 
============================================================================= */
.customerenrollment {
	text-align: right;
	cursor: pointer;
}

input.btn.btn-brand {
	padding-top: 2px;
	padding-bottom: 3px;
}

/* Classes that make a video fill it's container
/* ========================================================================== */
.video-container {
	position: fixed;
	top: 0;
	/*  top:118px; */
	left: 0%;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: -100;
	background: url(/images/homepage-big-image.jpg)no-repeat;
	background-size: cover;
}

.video-container .video-overlay {
	background-color: rgba(0, 0, 0, 0.2);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 0;
}

.video-container .fullscreen-video {
	object-fit: cover;
	width: 100%;
}

/* Masthead
/* ========================================================================== */
.mastheadtitle {
	padding-top: 5%;
	padding-bottom: 100px;
}

.mastheadtitle h1 {
	font-size: 2em;
}

.mastheadtitle,
.masthead body {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
}

/* social media
/* ========================================================================== */


.input:focus {
	border-color: #b30000;
}


#home-feature-shadebox {
	background-color: transparent;
	margin-top: 50px;
	min-height: 200px;
	color: white;
	/* background: rgba(0, 0, 0, 0.5);  */
}

home-feature-shadebox .card {
	background-color: transparent;
}

#home-interest {
	display: flex;
	flex-wrap: wrap;
}

.match-column-height {
	display: flex;
}

.match-column-height .card {
	width: 100%;
}

#home-social .social-entry {
	color: #666;
	font-weight: 200;
	font-size: .8rem;
	padding-top: 5px;
	border-bottom: 1px #ccc dotted;
	padding-bottom: 5px;
}

#home-social .row:nth-last-child(2) {
	border-bottom: none;
	padding-bottom: 0;
}

/* Features
=============== */

.featuresPaybill {
	padding: 10px;
	font-size: .8em;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	padding-left: 100px;
	background: url('../images/pay-icon.png') no-repeat;
	background-size: 20%;
	background-position: center left;
	position: relative;
}

.featuresSearchRate {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	position: relative;
	display: block-inline;
}

.featuresSearchRate input {
	line-height: 1.95rem;
}

.has-bg-img {
	font-weight: normal;
}

/* Quotes
=============== */
/* .page .quotes { background-color:#ededed;} */
.carousel-inner h2 {
	padding-left: 150px;
	font-style: italic;
}

.carousel-inner h2:before {
	content: "'";
	text-align: left;
	font-size: 50px;
}

.bg-light-gray {
	background-color: #f9f9f9;
}

.bg-purple {
	background-color: #f47920;
	color: #fff;
}

.header-type {
	padding-left: 0;
}

.bg-purple h1 {
	font-weight: 200;
	color: #fff;
	margin-bottom: 0;
	padding: 10px 0 10px 0;
}

/* Info Center
============================================================================ */
.about-image {
	background: url(../images/chris-jere-lobby-NEW.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 40%;
	/*     background-position-y: -50px; */
	min-height: 300px;
	padding-top: .1%;

}

.quicklinks-image {
	background: url(../images/faq-bubbles.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 60%;
	/* background-position-y: -50px; */
	min-height: 200px;
	padding-top: .1%;

}

.faq-image {
	background: url(../images/calgary-skyline-faq.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 60%;
	/* background-position-y: -50px; */
	min-height: 200px;
	padding-top: .1%;

}

.rates-image {
	background: url(../images/rates-and-plans-images-header2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 70%;
	/* background-position-y: -50px; */
	min-height: 200px;
	padding-top: .1%;

}

.derregulation-image {
	background: url(../images/derregulation-image.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 60%;
	/* background-position-y: -50px; */
	min-height: 200px;
	padding-top: .1%;

}

/* Contact 
/* ========================================================================== */
.hide {
	display: none;
}

.show {
	display: block;
}

.card-footer-home {
	background: transparent;
	border-top: none;
	padding-top: 20px;
	padding-bottom: 20px;
}

.card-block-spark {
	color: white;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
}

.background-cover {
	background-size: cover;
	background-position: center center;
}

.form-ch {
	background: white;
}

footer {
	color: #444;
	min-height: 80px;
	margin-bottom: 20px;
	font-weight: 100;
	font-size: .625em;
	line-height: 1.2em;
}

footer a:link {
	font-weight: bold;
}

#section1,
#section3 {
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-family: 'Bitter', serif;
}

/* Modules
================================================= */
.module {
	padding: 30px 20px 20px;
	/*#eceae8 halfway between <- & -> */
	background: #f8f8f7;
	position: relative;
	margin: 30px 0 20px;
	/* CSS3 rounded corners */
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.module_single {
	padding: 20px;
	margin: 20px 0;
}

ul.module_tabs {
	list-style: none;
	margin: 0;
	position: absolute;
	top: -12px;
	padding: 0;
	border: 1px solid #E5E5E5;
	-webkit-box-shadow: 0px 2px 5px 0px #d5d3d2;
	box-shadow: 0px 2px 5px 0px #d5d3d2;
}

ul.module_tabs li,
ul.module_tabs a {
	float: left;
	padding: 6px 9px;
	margin: 0;
	color: #aaaaaa;
	background: #fff;
}

ul.module_tabs a {
	color: #f47920;
	margin: 0;
	text-decoration: none;
}

ul.module_tabs a:hover {
	text-decoration: underline;
}

ul.module_tabs li {
	padding: 0;
	border-right: 1px solid #E5E5E5;
}

ul.module_tabs li.selected,
ul.module_tabs li.selected a {
	color: #FFF;
	text-decoration: none;
	border-color: #f47920;
}

.accessibility_button {
	border: none;
	padding: 3px 7px;
	background: #FFF;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	margin: 7px 5px 0 0;
	color: #636466;
}

/* Page info/growth
========= */
.growth {
	background-image: url(/images/ambitenergynfifg.jpg);
	background-size: cover;
	background-position: -100px;
	background-attachment: fixed;
	min-height: 640px;
}

.roots {
	background-image: url(/images/ambitenergynfifg.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	min-height: 480px;
}

.humbble {
	min-height: 640px;
}

/* Video
================================================= */
@media (min-aspect-ratio: 16/9) {
	.fullscreen-video {
		width: 200%;
		height: auto;
	}
}

@media (max-aspect-ratio: 16/9) {
	.fullscreen-video {
		width: auto;
		height: 140%;
	}
}

/* media mobile first 
================================================== */
@media (min-width:640px) {
	.contact-image {
		min-height: 200px;
	}

	.derregulation-image {

		min-height: 400px;
		padding-top: 10%;
	}

	/* Masthead
	/* ========================================================================== */
	.mastheadtitle h1 {
		font-size: 5em;
	}

}

@media (min-width:990px) {
	.card-block-spark {
		width: 50%;
	}

	.topbarNav {
		display: block
	}

	#togNav {
		display: none;
	}

	/* Masthead
	/* ========================================================================== */
	.mastheadtitle h1 {
		font-size: 5em;
	}

	.about-image {
		background-position: top !important;
	}

	/* NavBar Shrink
 	============================================================================= */
	#mainNav.navbar-shrink {
		padding-top: 0.75rem !important;
		padding-bottom: 0.75rem !important;
		-webkit-transition: padding 0.2s linear;
		-moz-transition: padding 0.2s linear;
		-o-transition: padding 0.2s linear;
		transition: padding 0.2s linear;
		position: fixed;
		/*z-index: 10000;*/
	}

	#mainNav.navbar-shrink .navbar-brand li.nav-item {
		font-size: 14px;
		padding: 5px 0;
	}

	#mainNav.navbar-shrink #aeLogo {
		width: 60%;
		-webkit-transition: padding 0.2s ease;
		-moz-transition: padding 0.2s ease;
		-o-transition: padding 0.2s ease;
		transition: padding 0.2s ease;
	}


}


@media (min-width: 992px) and (max-width: 1199px) {

	#home-social .icon-social {
		display: none;
	}

	.topbarNav {
		display: block
	}

	#togNav {
		display: none;
	}
}

@media (max-width: 759px) {
	.card-stack-md {
		display: block;
	}

	.card-stack-md .card {
		display: block;
	}

	.card-stack-md .card:not(:last-child),
	F .card-stack-md .card:not(:first-child) {
		margin: 5px 0;
	}

	.orga-stru i {
		font-size: 92px;
	}

	.orga-stru {
		padding: 5px 5px 15px 5px;
		width: 75px;
		margin-bottom: 20px;
	}

	.orga-stru h3 {
		font-size: 28px;
	}

	.orga-stru p {
		font-size: 13px;
	}

	.topbarNav {
		display: none;
	}

	#togNav {
		display: block;
	}

	/*  #aeLogo {
		width: 230px !important; old nav width 
	}
*/
	navbar {
		padding-bottom: 20px;
	}
}

@media (max-width: 767px) {
	#aeLogo {
		/* width: 230px !important; old nav width */
		width: 155px !important;
		/* 2025 nav width */
	}

}

@media (max-width: 575px) {
	.mContainer {
		margin-right: 0px;
		margin-left: 0px;
	}

	.tel {
		display: block;
	}

	.humBeg {
		background-image: none !important;
	}

	#aeLogo {
		/* width: 230px !important; old nav width */
		width: 155px !important;
		/* 2025 nav width */
	}

}


@media (max-width: 991px) {
	.card-stack-lg {
		display: block;
	}

	.card-stack-lg .card {
		display: block;
	}

	.card-stack-lg .card:not(:last-child),
	.card-stack-lg .card:not(:first-child) {
		margin: 5px 0;
	}

	.topbarNav {
		display: none;
	}

	#togNav {
		display: block;
	}
}


/* Fly-in navigation 
/* ========================================================================== */
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 120;
	top: 0;
	left: 0;
	background-color: white;
	overflow-x: hidden;
	transition: 0.5s;
}

#mySidenav ul {
	float: none;
}

.sidenav #closebtn {
	position: absolute;
	top: 3px;
	right: 15px;
	font-size: 36px;
	margin-left: 50px;
	font-size: 30px;
}

#togNav {
	font-size: 30px;
	cursor: pointer;
	color: white;
}

#mySidenav #togNav {
	display: none;
}

#mySidenav .nav-link {
	border-radius: 0px;
	width: 100%;
}

#mySidenav .showarrow>a:after {
	display: none;
}

#mySidenav .nav-item {
	margin-right: 0px;
}

#mySidenav a {
	padding-left: 14px;
}

#mySidenav .list-group-item {
	border-left: 0px;
	border-right: 0px;
}

#mySidenav .list-group-item.active {
	background-color: #f47920;
	border-color: white;
	border-top: none;
	margin-top: 0px;
	border-bottom: 1px solid white;
}

.closer {
	padding-top: 22px;
	padding-bottom: 15px;
	background-color: white;
	border-bottom: 7px solid #f47920;
}

.hide-nav {
	display: none;
}

#mySidenav li {
	padding: 0px;
	font-size: 16px;
}

.c-mask {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0%;
	height: 0%;
	opacity: 0;
	background-color: #000;
	transition: opacity 0.3s, width 0s 0.1s, height 0s 0.1s;
}

/* Fly-out Sub Navigation 
/* ========================================================================== */

.subStyles {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px;
}

.subStyles .nav-link {
	color: #636466;
	background-color: lightgrey;
	font-size: 12px !important;
	padding-left: 30px !important;
}

.subStyles a {
	color: rgba(255, 255, 255, 0.7);
	border-color: 1px solid white;

}

.subStyles .list-group-item {
	border-top: 1px solid white !important;
	border-bottom: 0px;
}

.subStyles .list-group-item.active {
	border-top: 1px solid white !important;
	border-bottom: 1px solid white !important;
}

.subStyles .active .nav-link {
	background-color: #636466;
	color: white;
}