body {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0;
}

li {
    margin-bottom: 1em;
}

.datamaps-subunit, text {
    cursor: pointer;
}

.content-container {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

.content-container ul {
	margin:20px 0;
}

.content-container i {
	font-size: 16px;
	margin-right:8px;
}

#logo-container {
    width: 60%;
    padding: 40px 0 0 0;
    margin: 0 auto 0 auto;
}

#logo-container img {

}

#logo-container .slogan {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 1.1rem;
    margin-top: 80px;
    float: right;
}

#us-map {
    position: relative;
    height: 500px;
    width: 80%;
    margin-left:auto;
    margin-right:auto;
}

#us-map-container {
    background: #008dce url("/media/www/main/images/background.jpg") repeat-x scroll top;
}

#us-map-container div.house {
    margin-top:30px;
    margin-bottom: 30px;
    background-image: url("/media/www/main/images/house-bg.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
}

#us-map-container img.logo {
    width: 260px;
}

.datamap .labels text {
	font-family: Ubuntu, Arial, Helvetica, sans-serif !important;
	font-weight: 400;
	font-size: 14px !important;
	fill: #444 !important;
	text-shadow: 0 0 3px #FFF;
}

/* Media queries */

@media (min-width: 768px) and (max-width: 991px) {


	#logo-container {
		width: 100%;
		padding: 20px 0;
		margin: 0;
		text-align: center;
	}
	#logo-container .slogan {
		float: none !important;
		width:100%;
		display: block;
		margin-top: 10px;
	}

	.locations .btn {
		font-size: 1.4rem;
		margin-bottom: 3% !important;
	}

	#state-choices .h1 {
		font-size: 2rem;
	}

	#state-choices .well {
		padding-left:8%;
		padding-right:8%;
	}

}

@media (max-width: 767px) {

	#logo-container .slogan {
		font-size: 0.9rem;
		float: none;
		width:100%;
		display: block;
		margin-top: 10px;
	}

	#logo-container {
		width: 100%;
		padding: 20px 0;
		margin: 0;
		text-align: center;
	}

	#state-choices .h1 i {
		font-size: 24px;
		margin-right:8px;
	}
}





