#locations a:hover {
    color: #009afc;    
    text-decoration: underline;
}
@media screen and (max-width: 768px) {

}
@media screen and (min-width: 769px) and (max-width: 999px) {
    #content-two div.text
    {
        width: 58%;
    }
    .img-left.add-margin-big, .img-left.add-margin-h1
    {
        width: 39% !important;
    }
    #content-two>div
    {
        vertical-align: top;
    }
    #content-two div.img-left
    {
        margin-left: 2%;
    }
}
@media screen and (min-width: 769px) and (max-width: 850px) {
    #content-two div.img-left
    {
        margin-left: 0 !important;
    }
    #content-two div.text
    {
        width: 100%;
    }
    .img-left.add-margin-big, .img-left.add-margin-h1
    {
        width: 100% !important;
    }
    .img-left.add-margin-big img, .img-left.add-margin-h1 img
    {
        width: 70% !important;
    }
}
@media screen and (min-width: 1000px) {
    #locations {
        padding-top: 10px;
    }
    #locations ul {
        display: inline-block;
        margin-left: 55px;
        vertical-align: top;
        width: 120px;
    }
    #locations ul li {
        display: block;
        text-align: left;
        margin-bottom: 10px;
    }
    #locations a {
        font-family: "PT Serif Regular";
        text-decoration: none;
        color: #000;
    }
    
    #content-two div.img-left {
        margin-left: 6%;
    }
    #content-two>div {
        vertical-align: top;
    }
}
