body {
    color: #666;
}

a {
    color: #000;
    font-style: normal;
    text-decoration: unset;
}

a:hover {
    color: #ed1f15;
    font-style: italic;
}

h1, h2, h3, h4 {
    color: #ed1f15;
}

h1 {
    font-size: 2rem;
}

h3 {
    font-size: 1.5rem;
    margin-bottom: 0;
}

h5 {
    font-size: 1.25rem;
    color: #333;
}

h6 {
    font-size: 1rem;
    color: #333;
}

div.logo {
    max-width: 768px;
    font-family: Roboto,Arial,sans-serif;
    font-size: 1rem;
}

div.logo img {
    width: 200px;
}

div.location {
    display: block !important;
    width: 100%;
    position: relative;
}

div.location a {
    display: block;
    margin: 0;
}

h3 span.title {
    color: #666;
}

h3 a.getdirections {
    display: block;
    font-size: 0.75rem;
    background-color: #ed1f15;
    color: #fff;
    padding: 10px;
}

@media (max-width: 555px) {
    h3 a.getdirections {
        width: 120px;
        margin-bottom: 20px;
    }
}

@media (min-width: 556px) {
    h3 a.getdirections {
        float: right;
        margin-right: 30px;
    }
}


table.fields {
    margin-bottom: 1rem;
}

table.fields td {
    line-height: 1rem;
    font-weight: normal;
    font-style: italic;
    padding-right: 1rem;
}

table.fields td.label {
    font-weight: bold;
    font-style: normal;
    padding-right: 1rem;
}

div.conditions ol {
    list-style-type: decimal-leading-zero;
    padding-left: 20px;
}

div.conditions li {
    padding-right: 20px;
}

div.conditions li::before {
    content: "";
}

div.conditions li h6 {
    margin-left: -20px;
}

div.conditions li ol {
    list-style-type: lower-alpha;
    padding-left: 0;
    font-weight: normal;
}

div.conditions li ol li ol {
    list-style-type: lower-roman;
}
