/* All files I edited are found in these comments */
/* styles.css - line: 5188 */
/* HTMLHead */
/* Header.html */
/* PagesMenu.html */
/* Snippet - PageMenu.html */
/* panels/SideCategoryList.html */
/* snippets/SideCategoryList.html */
/* js/cd-scripts.js - line: 384; */

#HeaderUpper,
#Header {
	/*overflow: hidden;*/
	max-width: inherit;
	height: inherit;
	text-align: inherit;
}

.fixed-header #Outer {
	padding-top: 230px;
}

#Outer#Header #HeaderLower #SideCategoryList > div > ul > li.nh-sub-menu__item > a {
	padding: 10px 15px;
	border-left: 1px solid #D9D9D9;
}

#Outer#Header #HeaderLower #SideCategoryList > div > ul > li.nh-sub-menu__item:hover > a {
	border-left: 1px solid #211D50;
}	

#Outer #Header #HeaderLower #SideCategoryList > div > ul > li.nh-sub-menu__item:first-of-type > a {
	border-left: none;
}

#Outer #Header #HeaderLower #SideCategoryList li:hover > a {
	color: white;
}

#Header #HeaderLower #SideCategoryList li a {
	padding-top: 15px;
	padding-bottom: 15px;	
	text-align: center;
}

#Header #HeaderLower #SideCategoryList li.has-sub:hover ul {
	width: 505px;
	max-height: 324px;
}

/*#SideCategoryList .sf-menu.send-subs-left > li ul {
	left: -300px;
}*/
#SideCategoryList .sf-menu > li:nth-child(n+5) ul {
	right: 0;
	left: initial;
}

#Header #HeaderLower #SideCategoryList .has-sub li {
	width: 250px;
	float: none;
	display: inline-block;
}

#Header #HeaderLower #SideCategoryList .has-sub li a {
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}

#Header #HeaderLower #SideCategoryList > div > ul > li:hover {
	background-color: #211D50;
	color: white;
}

#Header #HeaderLower #SideCategoryList > div > ul > li:hover a {
	color: white;	
}

#Outer #Header #HeaderLower #SideCategoryList .has-sub li a:hover {
	background-color: #ABABAB;
	color: black;
}

#Header #HeaderLower #SideCategoryList li ul {
	border-color: transparent;
	border-left-width: 0;
} 

#HeaderLower {
	min-width: 100%;
	min-height: inherit;
	/*overflow: hidden;*/
	border-bottom: 1px solid #D9D9D9;	
}

.nh #SideCategoryList ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#Header #HeaderLower #SideCategoryList > div > ul > li {
	padding-top: 0px;
}

#Header #HeaderLower #SideCategoryList li ul {
	background-color: #D9D9D9 !important;
	top: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#Header #HeaderLower #SideCategoryList li ul li {
	background-color: #D9D9D9;
}

#Header #SideCategoryList {
	float: none;
}

.HeaderLower__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#TopMenu {
	float: right;
	width: 50%;
}

.fixed-header #Header {
	background-color: white;
}

.nh-menu {
	background-color: white;
	border-bottom: 1px solid #D9D9D9;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.nh-menu__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.nh-menu__logo {
	margin-left: 50px;
	padding: 10px;
}

.nh-menu__navigation {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap-reverse;
	    -ms-flex-wrap: wrap-reverse;
	        flex-wrap: wrap-reverse;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-right: 50px;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.nh-menu__search {
}

.nh-menu__button {
	display: inline-block;
	width: 200px;
	background-color: #B0252C;
	padding: 11px;
	color: white;
	font-size: 20px;
	border-radius: 6px;
	text-align: center;
	position: relative;
}	

.nh-menu__button .hide-responsive {
	margin-left: 10px;
}

.nh-menu__button a:hover,
.nh-menu__button a:focus {
	text-decoration: none;
}

.nh-menu .glyphicon-shopping-cart,
.nh-menu .hide-responsive {
	color: white;
	text-transform: uppercase;
}

.nh-menu .glyphicon-shopping-cart {
	padding-left: 0;
	-webkit-transform: rotateY(180deg);
	        transform: rotateY(180deg);
	font-size: 18px;
}

.nh-menu__links {
	display: inline-block;
}

.nh-menu__links a {
	font-size: 12px;
	font-weight: 700;
	color: #2C2C2C;
	padding: 0 10px;
	text-decoration: underline;
}

.nh-menu__links a:hover {
	text-decoration: none;	
}

.dropdown {
	position: absolute;
	background-color: grey;
	width: 100vw;
	left: 0;
	top: 73px;
	z-index: 99;
}

.nh-menu__navigation #SearchForm {
	float: none;
	padding: 0;
	display: inline-block;
	width: 275px;
	margin-right: 10px;
}

.nh-menu__navigation #SearchForm form {
	border: 1px solid #E3E3E3;
	border-radius: 6px;
}

.nh-menu__navigation #SearchForm input.Textbox {
	color: #B4B4B4;
	padding: 25px 15px;
	border: none;
	border-radius: 6px;
	text-transform: capitalize;
}

.nh-menu__navigation #SearchForm .Button {
	border: none;
	border-radius: 6px;
	float: right;
	background-color: #211D50;
	height: 50px;
	width: 50px;
	margin: 0;
}

.nh-menu__navigation .glyphicon-search {
	color: white;
	font-size: 20px;
}

.category .banner_category_page_top,
#Container .banner_brand_page_top,
#Container .banner_home_page_top {
	padding: 10px 0;
	width: 100%;
	text-align: center;
	background-color: #211D50;
	text-transform: uppercase;
	margin-bottom: 0;
}

#Container .banner_category_page_top > p, 
#Container .banner_brand_page_top > p, 
#Container .banner_home_page_top > p {
	font-size: 20px;
	color: white;
	margin-bottom: 0;
}

.CartLink {
	position: absolute;
}

.cItems {
	position: absolute;
	background: #211D50;
	bottom: -8px;
	left: 78px;
	padding: 4px 14px;
	border-radius: 50%;
}

.nh-menu__mobile-search {
	display: none;
}

.responsive-pages {
	display: none;
}

@media only screen and (max-width: 1180px){
	#Header #HeaderLower #SideCategoryList li a {
		font-size: 12px;
	}
}

@media only screen and (max-width: 960px) {	
	#Header #HeaderLower #SideCategoryList {
	    margin-top: 0px;
	    width: auto;
	}

	#Header #HeaderLower #SideCategoryList li a {
		padding: 6px 8px 8px;
	}
}

@media screen and (max-width:939px) {
	.responsive-pages {
		display: block;
	}
	.fixed-header #Outer {
		padding-top: 122px;
	}	
	#HeaderUpper {
		height: initial;
	}
	#HeaderLower {
		display: none;
	}
	.responsive-search,
	.responsive-pages {
		margin: 0 35px;
	}
	.nh-menu__logo {
		margin: 0 auto;
	}
	.nh-menu__logo img {
		height: 60px;
	}
	.nh-menu__navigation {
		display: none;
	}
	.nh-menu__mobile-search {
		display: block;
	}
	.glyphicon {
		color: #333;
	}
}

@media only screen and (max-width: 750px) {	
	.fixed-header #Header {
		height: inherit;
	}
	.fixed-header #Outer {
		padding-top: 81px;
	}
}

@media only screen and (max-width: 512px){
	#landing .banner_home_page_top {
	    zoom: 0.64;
	}
}

html.rightopen .responsive-search,
html.leftopen .responsive-pages {
	background: white;
}

@media only screen and (max-width: 375px){
	.responsive-search,
	.responsive-pages {
		margin: 0 30px;
	}
}

/*-------------------------------*/
/* Footer */
/*-------------------------------*/


#ContainerFooter #FooterUpper .c-blogs {
	width: 35%;
}

#ContainerFooter #FooterUpper > ul.c-account,
#ContainerFooter #FooterUpper > ul.c-info {
	width: 16%;
}

#ContainerFooter #FooterUpper > ul.c-facebook {
	width: 21%;
	margin-left: 2%;
}

@media only screen and (max-width: 1180px){
	#HeaderLower {
		padding: 0;
	}

	#Header #HeaderLower #SideCategoryList li a {
		font-size: 13px;
	}

	#ContainerFooter #FooterUpper .c-blogs {
		width: 48%;
	}

	#ContainerFooter #FooterUpper > ul.c-account,
	#ContainerFooter #FooterUpper > ul.c-info {
		width: 48%;
	}

	#ContainerFooter #FooterUpper > ul.c-facebook {
		width: 48%;
		margin-left: 2%;
	}
}

.dg-call-to-action-banner {
	text-align: center
}

.dg-call-to-action-banner > a {
	display: inline-block;
	padding: 5px;
}

.dg-call-to-action-banner > a:hover {
	filter: opacity(.8);
}

.dg-call-to-action-banner > a > img {
	height: 100%;
	width: 100%;
}

@media only screen and (max-width: 550px){
	#ContainerFooter #FooterUpper .c-blogs,
	#ContainerFooter #FooterUpper > ul.c-account,
	#ContainerFooter #FooterUpper > ul.c-info,
	#ContainerFooter #FooterUpper > ul.c-facebook {
		width: 95%;
		margin-left: 2%;
	}
}

.custom-footer {
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 20px;
}

/* Custom Form */
.Content.custom-contact .Block {
	float: none;
}

.custom-fitting__row {
	border: 1px solid cream;
	margin-bottom: 25px;
}

.custom-fitting__input {
	width: 70%;
}

.custom-fitting__input--tall {
	height: 90px;
}

.custom-fitting__radio {
	width: 5%;
}

.custom-fitting__label {
	padding-right: 5px; 
	text-align: right;
	width: 25%;
	font-size: 14px;
}

.Content a.custom-fitting__button {
	margin: 25px auto;
    display: block;
    width: 250px;
    background-color: #007dff;
    color: white;
    padding: 10px 25px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

.Content a.custom-fitting__button:hover {
	background-color: #333333;
	text-decoration: none;
}

@media only screen and (max-width: 550px){
	.custom-fitting__input {
		width: 100%;
	}
	.custom-fitting__label {
		text-align: left;
		width: 100%;
	}
	.custom-fitting__radio {
		width: 20%;
	}
}

@media only screen and (max-width: 940px) and (min-width: 641px){
	.custom-fitting__input {
		width: 100%;
	}
	.custom-fitting__label {
		text-align: left;
		width: 100%;
	}
	.custom-fitting__radio {
		width: 20%;
	}
}