#brand-bar-orange-wide {
	clear: both;
	border: none;
	background: #0872a1;
	overflow: hidden;
	margin-bottom: 1rem;
}
#brand-bar-orange-wide [class^=col] {
	background: #fff;
}
#brand-bar-orange-wide .col-10 a {
	padding: 10px 0;
}
.popular_departments_table {
	margin-left: auto;
	margin-right: auto;
}
.popular_departments {
    min-height: 330px;
}
.popular_department {
	justify-content: center;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-direction: row;
			flex-direction: row;
}
.popular_departments_text_row {
	-webkit-align-self: center;
	    -ms-flex-item-align: center;
	        align-self: center;
	width: 150px;
}
@media(min-width: 576px) {
	.popular_department {
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
    }
	.popular_departments_text_row {
		-webkit-align-self: unset;
		    -ms-flex-item-align: unset;
		        align-self: unset;
	}
}

.sprite-grills,
.sprite-vacuum,
.sprite-appliance,
.sprite-lawn,
.sprite-powertools {
	max-width: 200px;
	position: relative;
	right: 0;
}
.popular_departments_header {
	padding: 4.5px 10px;
	font-weight: normal;
	margin: 0 auto;
}
.popular_departments_header span {
	font-weight: bold;
	margin: 0;
}
.popular_departments_header{
	color: #FFFFFF;
	font-size: 14px;
	height: 24px;
	background-color: #0872a1;
}
.popular_departments_text_row ul{
	margin: 0 0 0 15px;
	padding: 0;
}
.popular_departments_text_row li{
	margin: 0;
	padding: 0;
	white-space: normal;
}
.popular_departments_text_row a{
	color: #0872a1;
}
.popular_departments_text_row a:hover{
	color: #0872a1;
}
.popular_departments_text_row .longbrand {
	letter-spacing: -0.4px;
	min-width: 10rem;
}
.popular_departments_link{
	margin: 0 0 5px 0;
	width: 150px;
}
.popular_departments_link a{
	font-weight: bold;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	letter-spacing: -.1px;
}
.popular_departments_link a:hover{
	color: #000000;
	text-decoration: underline;
}
.featured_header {
    color: #FFF;
    font-size: 14px;
    height: 24px;
	margin-bottom: 6px;
	background-color: #0872a1;
}
.featured_header h2 {
    margin-left: 10px;
    font-weight: normal;
    font-size: 14px;
    margin-top: 0;
	margin-bottom: 0;
	padding: 4.5px 0px;
	margin: 0 0 0 10px;
}

.featured_header h2 span {
	font-weight: bold;
	margin: 0;
}

.featured_videos_block a.YouTubeVideo {
	margin-right: 0;
	margin-bottom: 0;
	width: 100%;
}

.featured_videos_blocks {
    border: 1px solid #CCC;
    border-collapse: collapse;
    font-family: Arial,Helvetica,sans-serif;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    margin-bottom: 4px;
    margin-top: 6px;
	min-height: 369px;
	font-size: 0.85em;
	vertical-align: top;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
@media(min-width: 768px) {
	.featured_videos_blocks {
		-webkit-flex-direction: row;
		   -moz-box-orient: horizontal;
		   -moz-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		padding: 0 15px;
	}
}
.featured_videos_block {
	padding: 15px;
}
.featured_videos_block .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 15px;
    color: #000;
    text-decoration: none;
}
.featured_videos_block .featured-videos-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1rem;
}
.featured_videos_block .subtitle {
    font-size: 13px;
    line-height: 10px;
}
.featured_videos_block .fullarticle {
    padding: 20px 0 0 0;
}
.featured_videos_block .featured_link {
	font-weight: bold;
}
.featured_videos_block .orange_arrow {
	top: 4px;
}

.featured_header_articles {
	background-color: #2d2d2d;
}
.featured_article_block {
    background-repeat: no-repeat;
    height: 119px;
    position: relative;
    font-family: Arial,Helvetica,sans-serif;
    text-shadow: 0 0 1px transparent;
    margin-bottom: 6px;
    margin-left: auto;
    cursor: pointer;
}
.featured_article_overlay {
    background: #2D2D2D no-repeat bottom right;
    position: absolute;
    bottom: 0;
    opacity: 0.9;
    color: #fff;
    width: 100%;
	padding: 0.5em;
	font-size: 0.85em;
}

.IndexSprite {
	background: url('../png/index_sprite.png') no-repeat top left;}
.sprite-article1 {
	background: url('../png/sprite-article1.png') top center;
	background-size: cover;
}
.sprite-article2 {
	background: url('../png/sprite-article2.png') top center;
	background-size: cover;
}
.sprite-article3 {
	background: url('../png/sprite-article3.png') top center;
	background-size: cover;
}
.sprite-grills {
	background-position: -15px -729px;
	height: 172px;
}
.sprite-vacuum {
	background-position: -284px -169px;
	height: 172px;
}
.sprite-appliance {
	background-position: 0 0;
	height: 172px;
}
.sprite-lawn {
	background-position: 0 -951px;
	height: 172px;
}
.sprite-powertools {
	background-position: 0 -1248px;
	height: 172px;
}
.sprite-tile-repair-center {
	background: url('../png/sprite-tile1.png') top center;
	background-size: cover;
}
.sprite-tile-blog {
	background: url('../png/sprite-tile2.png') top center;
	background-size: cover;
}
.sprite-tile-facebook {
	background: url('../png/sprite-tile3.png') top center;
	background-size: cover;
}
.sprite-tile-youtube {
	background: url('../png/sprite-tile4.png') top center;
	background-size: cover;
}
.sprite-video1 {
	background-position: -284px -391px;
	width: 310px;
	max-width:100%;
	height: 168px;
	cursor: pointer;
}
.sprite-video2 {
	background-position: -284px -609px;
	width: 310px;
	max-width:100%;
	height: 168px;
	cursor: pointer;
}
.see_all_button_orange_wide {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: #0872A1;
	color: #EDEDED;
	width: 100%;
	height: 100%;
	line-height: 1.25;
	vertical-align: middle;
	font-size: .9rem;
	font-weight: bold;
	text-align: center;
	position:relative;
	padding: 10px;
	right: -1px;
}
.see_all_button_orange_wide:after {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-left: 6px #EDEDED dashed;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	        transform: translate(0,-50%);
}
.see_all_button_orange_wide:hover {
	color: #EDEDED;
}
.link_block {
    background-repeat: no-repeat;
    height: 119px;
    max-width: 100%;
    position: relative;
    font-family: Arial,Helvetica,sans-serif;
    text-shadow: 0 0 1px transparent;
    cursor: pointer;
}
.link_block.sprite-tile-repair-center {
	margin-left: 0;
}
.link_block_overlay {
    background: #2D2D2D no-repeat bottom right;
    position: absolute;
    bottom: 0;
    opacity: 0.9;
    color: #fff;
    width: 100%;
    padding: 4px;
    text-decoration: none;
}
.link_block_overlay .title {
    font-size: 18px;
    font-weight: bold;
}
.link_block_overlay .subtitle {
	font-size: 12px;
	line-height: 1.125;
}

.find_parts_fast {
	text-transform: uppercase;
	color: #f69404;
}
.find_parts_fast h1 {
	color: #f69404;
	margin: 0;
	font-size: 4em;
	font-weight: normal;
	letter-spacing: -4px;
	line-height: 1em;
}
.find_parts_fast h1 strong {
	color: white;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: 900;
}
.find_parts_fast p {
	font-style: oblique;
	font-weight: 900;
	font-size: 1.6em;
	margin-top: -8px;
	letter-spacing: -1px;
	line-height: 1.1em;
}
@media (max-width: 47.9em) {
	#bigbox {
		padding: 3em;
	}
	.featured_container_articles {
    	max-width: 100%;
    }
    .link_block {
    	margin: auto !important;
    }
    .sprite-vacuum,
    .sprite-appliance,
    .sprite-lawn,
    .sprite-powertools {
		right: 0;
	}
	.featured-container {
		max-width: 100%;
	}
}
@media (max-width: 768px) {
	#link_blocks>div {
		margin-bottom: 6px;
	}
}
@media (min-width: 576px) and (max-width: 768px) {
    .featured_container_articles {
    	max-width: 100%;
	}
	#bigbox {
		padding: 3rem;
	}
}
@media (max-width: 576px) {
	.popular_departments_table .fiver {
		padding-left: 1em;
	}
	.link_block {
    	width: auto;
	}
	#bigbox {
		padding: 2.25em 3em;
		min-height: 0;
	}
	.find_parts_fast h1 {
		font-size: 2.25em;
	}
	.find_parts_fast p {
		font-size: 1.2em;
		margin-top: 0;
	}
	.scroll-container-popular-categories {
                height: 396px;
                overflow: hidden;
                transition: all 0.3s ease;
                position: relative;
    }

    #popular-categories.arrow-icon {
                display: block;
                color: #0073ae;
                cursor: pointer;
                font-weight: bold;
                height: 24px;
    }

    .scroll-container-popular-categories.expanded {
                height: 100%;
                overflow: overlay;
    }
}
@media (min-width: 576px){
	#popular-categories.arrow-icon{
		display: none;
	}
}
@media (min-width: 48em) {
   	.popular_departments_table {
		margin-left: 0em;
	}
}
