.header.inner-page.float_l {
    background-image: url('../images/inner-page-header-bg.png');
}
.page-header.city-links.float_l {
    background-image: url('../images/city-links-header.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 364px;
}
.page-header.float_l h1 {
    font-size: 60px;
    color: #fff;
    font-family: Antonio;
    line-height: 70px;
    float: left;
    margin: 284px 0 0 0;
    padding: 0;
}
.moving-to-lake.float_l {
	background-color: #1e1e1e;
    color: #fff;
    text-align: center;
    padding: 80px 0;
}
.moving-to-lake.float_l .heading {
    color: #fff;
    text-transform: uppercase;
    font-family: Antonio;
    font-size: 48px;
    line-height: 70px;
    margin: 0 0 17px 0;
}
.moving-to-lake.float_l .simple-text {
    font-size: 16px;
    line-height: 26px;
}
.city-county-sec.float_l {
    background-image: url('../images/city-county-sec-bg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 30px 0 50px 0;
}
.city-county-box {
    float: left;
    width: 49%;
}
.city-county-sec .container .city-county-box:nth-child(even) {
    float: right;
}
.city-county-box .heading {
    color: #fff;
    font-family: Antonio;
    font-size: 48px;
    line-height: 70px;
    margin: 0 0 7px 0;
}
.city-county-box .county-links {
    background-image: url('../images/black50.png');
    padding: 20px 35px;
    min-height: 390px;
}
.city-county-box .county-links a {
    display: block;
    float: left;
    clear: both;
    color: #fff;
    font-weight: bold;
    margin: 12px 0;
    text-decoration: underline;
}
.city-county-box .county-links a:hover {
    text-decoration: none;
}