.blogcsstest {
background-color:#4f4f4f;
}
.locationsinglepagehalf {
    width: 49%;
    display: inline-block;
}
.locationsinglepagesplit {
margin-top: 20px;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.locationpagecta .locationsinglepagehalf {
    padding: 20px;
    text-align: center;
    background-color: #f2399a;
    color: #ffffff;
    font-size: 1.3em;
}
.locationsinglepagehalf a {
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    display: inline-flex;
    margin: 10px 0px;
}
.locationpagecta .locationsinglepagehalf:hover {
    background-color: #cc2b7f;
}
.locationsinglepagehalf a:hover {
    color: #ffffff;
}
.locationpagebottomlinks {
color: #f2399a !important;
}
.locationpagebottomlinks:hover {
color: #f2399a !important;
}