body {
	padding: 0px !important;
	margin: 0px !important;
}
#search-topstoragelocationspage {
	font-family: Roboto;
}
#search-toplocationspage #content-wrapper{
	padding-top: 0px;
}
.location_header{
	width: 100%;
    margin: 0 auto;
    background: #00B2DB;
}
.header_location{
    color: #FFF;
    width: calc(100% - 30px);
    max-width: 1100px;
    margin: 0 auto;
    height: 220px;
    display: table;
}
.text_header{
	text-align: left;
    font-weight: bold;
    font-family: Poppins;
    font-size: 35px;
    display: table-cell;
    vertical-align: middle;
}
.location_body {
	width: calc(100% - 30px);
    max-width: 1100px;
    margin: 0 auto;
    background: #ffffff;
    padding: 15px;
}
.location_state {
	background: #f0efef;
	padding: 20px;
	margin: 20px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.location_state h4{
	font-size: 18px;
	margin-bottom: 20px;
}
.location_state ul li:first-child{
	margin-left: 0px
}
.location_state ul li:last-child{
	margin-right: 0px
}
.location_state ul li{
	display: inline-block;
    overflow: hidden;
    margin-bottom: 10px;
    width: 25%;
}
.location_state ul li a{
	color: #605e5e;
	text-decoration: none;
} 
.location_text {
	margin-top: 20px;
}
.location_text p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}
.location_content {
	width: 100%;
	overflow: hidden;
}
.location_content .col {
	width: calc(100% / 3 - 20px);
	float: left;
}
.location_content .col.col1{
	padding-right: 20px;
}
.location_content .col.col2{
	padding:0px 10px;
}
.location_content .col.col3{
	padding-left: 20px;
}
.location_content .item_state{
	border: 1px solid #e4e4e4;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
}
.location_content .item_state h4 {
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 24px;
	font-family: Poppins;
}
.location_content .item_state ul {
	margin: 0;
    padding: 0;
    list-style: none;
}
.location_content .item_state ul li a {
	color: #605e5e;
	font-size: 14px;
	line-height: 22px;
}
@media (max-width: 720px) {
	.location_state ul li {
		width: calc(100% / 3); 
	}
}
@media (max-width: 689px) {
	.location_content .col {
		width: calc(100% / 2 - 15px);
		float: left;
	}
	.location_content .col.col1 {
		padding: 0px;
		padding-right: 15px;
	}
	.location_content .col.col2 {
		padding: 0px;
		padding-left: 15px;
	}
	.location_content .col.col3 {
		display: none;
	}
}
@media (max-width: 599px) {
	.location_state ul li {
		width: 50%; 
	}
	.header_location .text_header {
		font-size: 20px;
		line-height: 28px;
	}
}
@media (max-width: 415px) {
	.location_content .col {
		width: 100%;
	}
	.location_content .col.col1,
	.location_content .col.col2,
	.location_content .col.col3 {
		padding: 0px;
	}
}
@media (max-width: 399px) {
	.location_state ul li {
		width: 100%; 
	}
}