#content-header.stores-header {
	background: #F0F2F7;
}
#NetworkDisclaimer{
	width:100%; 
	background-color: #FFFFFF;
	}
	#NetworkDisclaimer div{
	text-align: left;
	padding: 20px;
	}
   .disclaimer .disclaimer-arrow{
    overflow: hidden;
    background: no-repeat #FFF;
    background-image: url(/resources/images/device-strategies/blue-arrow.png);
    background-position: 100% 150%;
    display: inline-block;
    width: 100%;
    }
	#disclaimerDesc{
	line-height: .5px;
	}
	.disclaimer{
		display:none;
		padding: 15px; 
	} 
	.stores-section .coverage-flex{
		display:none;
	}
	.stores-section #subHeader{
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		background-color: #0F3D58;
		flex-wrap: wrap;
	}
	.stores-section #subHeader:after {
		display: none;
	}
	.stores-section #stores-legend{
	    padding-right: 2%;
	    display: flex;
	    width: 500px;
	    gap: 0;
	}
	.stores-section #stores-legend .map_legend:last-child {
		border-left: 3px solid #98A4AE;
		padding-left: 15px;
	}
	.stores-section #stores-legend .map_legend{
		margin-right: 10px;
		color: #FFFFFF;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding: 0 10px;
	}
	.stores-section #stores-legend .map_legend img {
	    height: 55px;
	    width: 55px;
	    padding: 4%;
	    margin-bottom: 10px;
	    object-fit: contain;
	}
	.stores-section #stores-legend .map_legend:nth-child(2) img {
	    padding: 15%;
	}
	.stores-section #stores-legend .map_legend .legend-text-wrapper{
	    display: inline-block;
	}
	.search-flex #legendTab img{
		margin-left: 5px;
    	height: 18px;
	}
	@media(max-width: 1090px){
		.stores-section .search-flex .search_box {
		    width: 100%;
		}
		.stores-section #stores-legend{
			position: relative;
			margin-top: 3%;
		}
		.stores-section #subHeader{
			align-items: center;
			justify-content: center;
		}
		#stores_tabs{
			width: 450px;
		}
	}
		@media(max-width: 767px){
		 	.disclaimer{
		display:block;
		}
		#NetworkDisclaimer{
		display:none;
		} 
	}
	@media (max-width: 450px){
		.stores-section .search-flex .search_box {
		    margin: auto;
		}
		.stores-section .search-flex {
			width: 100%;
		}
		.stores-section #stores-legend{
			width: 100%;
			margin-top: 19px;
		}
	}
