#main {
	display: flex;
}

#map {
	width: 100%;
}

.store-locator-sidebar {
	width: 650px;
}

.sidebar-header {
	background: #28c2fe; /* Old browsers */
	background: -moz-linear-gradient(left, #28c2fe 0%, #289bff 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #28c2fe 0%, #289bff 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #28c2fe 0%, #289bff 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28c2fe',
		endColorstr='#289bff', GradientType=1);
	color: #fff;
	font-size: 16px;
	padding-bottom: 10px;
}

.sidebar-header .header-field {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}

.sidebar-header .header-field.back-to-store-locator, .sidebar-header .header-field.back-to-store-locator a {
	color: #fff;
	padding: 15px;
	cursor: pointer;
}

.sidebar-header .header-field.store-name {
	padding-top: 15px;
	font-weight: bold;
}

.sidebar-header .button-holder {
	padding: 15px;
	width: 100%;
}

.sidebar-button, .sidebar-button:visited{
	background: #fff;
	color: #28c2fe;
	padding: 10px;
	border-radius: 4px;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	font-weight: 500;
	transition: all .6s linear;
	border: 1px solid;
	cursor: pointer;
}

.sidebar-button:HOVER {
	background: #28c2fe;
	color: #fff;
}

#sidebarMap {
	display: none;
	height: 400px;
}

.sidebar-body {
	display: none;
	padding: 25px;
	background: #fff;
}

.store-hours-header {
	font-weight: 500;
	padding-top: 18px;
	padding-left: 15px;
	padding-right: 15px;
	display: none;
}

.sidebar-body .services-available-header, .sidebar-body .nearby-stores-header,
	.sidebar-body .about-the-store-header {
	font-size: 18px;
	font-weight: bold;
}

.cspire-store-dot {
	font-weight: 400;
	font-size: 12px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	display: inline-block;
	background-color: #28c2fe;
}

.prepaid-store-dot {
	font-weight: 400;
	font-size: 12px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	display: inline-block;
	background-color: #002146;
}

.repair-center-holder, .about-the-store-header, .about-the-store-body,
.services-available-header, .services-available-body, .cspire-image, .Home-Fiber-holder {
	display: none;
}

.services-available-body{
	padding-bottom: 25px;
}

.repair-center, .homeFiber-center {
	display: flex;
	padding-top: 10px;
}

.repair-center-text, .HS-center-text {
	color: #ffffff;
	padding-left: 5px;
	padding-top: 5px;
	align-items: center;
}
.repair-center-text:HOVER, .HS-center-tex:hover  {
	text-decoration: underline;
	
}
.homeFiberIcon{
	width: 5%;
	height: 5%;
	margin-top: 6px;
}
@media ( max-width : 550px) {
	#map {
		display: none;
	}
	#sidebarMap {
		display: block;
	}
}

@media ( max-width : 1012px) {
	.sidebar-button {
		display: block;
		width: 100%;
	}
	.sidebar-button:first-child {
		margin-bottom: 5px;
	}
}