#location-list {
    
}
#location-list .page-title {
    font-size: 4rem;
    margin: 0;
    padding: 25px;
}
#location-list .page-title .pt-container {
    margin-top: 25px;
}
#location-list .pt-text {
    font-size: 4rem;
    line-height: 100%;
}
#location-list .country {
    margin-top: 1rem;
    border-top: 1px solid #000;
}
#location-list .country:first-child {
    border-top: none;
}
#location-list .country h1 {
    font-family: "BebasNeueBold", Helvetica, Arial, sans-serif;
    color: #003e6c;
}
#location-list .state {
    padding-left: 1rem;
}
#location-list .state h3 {
    font-family: "BebasNeueBold", Helvetica, Arial, sans-serif;
    color: #c71f3f;
}
#location-list .state > ul {
    padding-left: 1.5rem;
}
#location-list .location {
    padding: .25rem 0 .25rem .5rem;
    list-style-type: disc;
    line-height: 110%;
}
#location-list .location a {
    color: #585858;
}
#location-list .location a:hover {
    text-decoration: underline;
}
@media screen and (max-width:992px) {
    #location-list .page-title, #location-list .pt-text {
        font-size: 3.5rem;
    }
}
@media screen and (max-width:767px) {
    #location-list .page-title, #location-list .pt-text {
        font-size: 3rem;
    }
}
@media screen and (max-width:600px) {
    #location-list .page-title, #location-list .pt-text {
        font-size: 2.5rem;
    }
}