:root {
	--main-background: #F8F8F8;
        --homepage-secondary-callout-col-count: 2;

/* COLOR VARIABLES FOR HEADER AND FOOTER */
	--background: #000000;
	--text: #FFFFFF;
}

body, 
.container#bodyContainer, 
.ogrid__toolbar--top,
.ogrid__toolbar--bottom,
.container.container--header, 
.header-wrapper {
    background-color: var(--main-background);
}

/* ----------------- HEADER -------------------------- */
header.header--site a:link, 
header.header--site a:visited, 
header.header--site a {
    color: var(--text);
}
.header-wrapper--home {
    margin-bottom: 0;
}
.metro-header-topbar {
    background-color: var(--background);
    width: 100%;
}
.header-wrapper {
    background: var(--background);
    height: 85px;
    border-bottom: 1px solid var(--background);
    padding-bottom: 0;
}
.header-left {
    float: left;
    background-color: var(--background);
}
.header-left img {
    width: 250px;
    padding-top: 20px;
    margin-left: 40px;
}
.header-right {
    float: right;
    background-color: var(--background);
}
.container {
    background-color: var(--text);
}
.nav--user a {
    color: var(--text) !important;
}
nav.nav--user {
    padding: 25px 25px 0;
}
.metro-container {
    background-color: var(--background);
    width: 100%;
    height: 70px;
}
header.header--site {
    display: none;
}
@media screen and (max-width:1300px) {
	.header-left{
    	width: 40%;
	}z
	.header-left{
    	width: 40%;
	}
}

/* ----------------- FOOTER -------------------------- */
 .container.container--footer {
    background-color: var(--background);
}
.metro-footer-logo {
    width: 100%;
    height: 300px;
    displaY: flex;
    border-bottom: none;
}
.metro-footer-logo img {
    width: 200px;
}
.metro-footer-logo a {
    margin: auto;
}
.metro-footer-links {
    width: 100%;
}
.footer-left {
    float: left;
    width: 49%;
}
.footer-right {
    width: 49%;
    float: right;
}
footer.footer--site .copyright {
    text-align: center;
}
.footer-right a {
    color: var(--text) !important;
    font-weight: 600;
    font-size: smaller;
}
footer.footer--site .footer-nav .nav-list {
    width: 100%;
}
.footer-wrapper {
    border-top: none;
    background-color: var(--background);
}
footer.footer--site a,
footer.footer--site a:link, 
footer.footer--site a:visited,
.copyright p {
    color:  var(--text);
}

/* ----------------- PRODUCT LANDING PAGE -------------------------- */

.product-landing .product__images img {
    max-width: 100%;
    max-height: 500px;
    margin: auto;
    width: auto;
}
#shipping-method-details h3 {
    display: none;
}

/* ----------------- CONFIGURE ITEMS SCREEN BUGFIX -------------------------- */
.progress-bar li {
    padding-left: 50px;
    padding-right: 50px;
}
@media screen and (min-width: 1024px) {
	.progress-bar {
    	display: flex;
    	flex-flow: flow wrap;
    	flex-direction: row;
    	flex-wrap: wrap;
	}
	.progress-bar li {
    	flow: 0 1 20%;
    	padding-left: 50px;
    	padding-right: 50px;
    	max-width: 250px;
    	height: 110px;
	}
}


/* ----------------- HIDE SEARCH BAR  -------------------------- */
.search-box.form {
    display: none;
}

/* ----------------- MOBILE MENU TOGGLE ----------------- */
.mobile-menu, .mobile-toggle {  display: none;}
.mobile-toggle .fa-times {  display: none;}
.mobile-toggle.open .fa-bars {  display: none;}
.mobile-toggle.open .fa-times {  display: inline;}
.toggle-mobile {  display: none;}
.toggle-mobile.active {
    background-color: #0e3658;
    z-index: 9999;
    position: fixed;
    width: 87%;
    padding: 15px;
    margin: 31px 0;
}
.hidden {
	display:none;
}
@media all and (min-width: 780px) {
  .mobile-toggle {  display: none !important;}
  .desktop-toggle {  display: block !important;}
}
@media all and (max-width: 825px) {
    #mobile-menu-toggle {
        display: block;
        margin-top: 0;
        color: var(--text);
        padding-top: 30px;
    }
}
@media all and (max-width: 769px) {
	.mobile-toggle {
    	display: inline-block !important;
    	float: right;
    	right: 35px;
    	top: 25px;
    	position: relative;
    	z-index: 999999;
  	}
  	.desktop-toggle {
    	display: none !important;
  	}
  	.mobile-menu.active {
    	display: block;
    	z-index: 999;
    	position: absolute;
    	width: 100vh;
    	text-align: center;
  	}
  	.mobile-menu.slide-down {
    	transition: max-height 0.3s ease-in-out;
    	max-height: 0;
    	overflow: hidden;
  	}
  	.fa {
    	color: var(--text);
  	}
  	.mobile-menu.active li:hover {
    	background-color: var(--mobile-bg-highlight);
  	}
  	.mobile-menu.active a {
    	color: var(--mobile-text);
  	} 
  	.mobile-menu ul {
    	background-color: var(--mobile-bg);
    	margin: 40px -10% 0;
  	}
  	.mobile-menu.active li {
    	display: block;
    	line-height: 3em;
		color: var(--text);
  	}
  	.mobile-menu.active {
		display: block;
    	z-index: 999;
    	position: absolute;
    	width: 100%;
    	left: 0;
    	background:  var(--background);
    	color: var(--text);
    	top: 45px;
  	}
	.nav--user {
		display:none;
	}
}
input#var_ColorPicker {
    border: 1px solid var(--form-input-border-color);
    box-sizing: border-box;
    height: 100px;
    width: auto;
    padding: 1em;
    background: white;
    border-radius: 3px;
    cursor: pointer;
    padding-top: 25px;
}
/* ---------- Hide broken text CTA on homepage EC 110425  ----------------- */
#bodyContainer > div.homepage__secondary-callouts > h2 {
display: none;
}