html, body {
    color: #444;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
}


footer {
    background: #f1f1f1;
    font-size: 12px;
    margin-top: 50px;
    min-height: 100px;
    padding: 20px;
}

    footer .container {
        align-items: center;
        display: flex;
        justify-content: flex-start;
    }


@media screen and (max-width: 700px) {
    body footer .container {
        flex-direction: column;
        text-align: center;
    }

        body footer .container > * {
            margin-bottom: 10px;
            margin-right: 0;
        }

    body footer .copyright {
        text-align: center;
    }

    body footer img {
        margin-right: 0;
    }

    body footer .logo {
        left: 7px; /* just to center it visually */
        position: relative;
    }
}

footer a {
    color: inherit;
    font-weight: 500;
    text-decoration: none;
}

footer ul {
    display: flex;
    flex-direction: column;
    margin: 0 20px 0 0;
    padding: 0;
}

    footer ul li {
        list-style-type: none;
        margin: .2em 0;
        padding-left: 0;
    }

footer .icon-location:before {
    float: left;
    font-size: 30px;
    margin: 0;
}


footer img {
    margin-right: 20px;
    width: 150px;
}

footer .copyright {
    margin-top: 20px;
}

.dma .content:not(.modal-content) p {
    color: #444;
    font-size: 15px;
    line-height: 145%;
}

.dma a[role=button]:hover {
    color: #173e6a;
}

a:link, a:visited {
    text-decoration: none;
}


h1 a:link, h1 a:visited,
h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited {
    font-weight: inherit;
}

.dma textarea:focus,
.dma input[type=text]:focus,
.dma input[type=email]:focus,
.dma input[type=tel]:focus,
.dma input[type=password]:focus,
.dma input[type=number]:focus,
.dma select:focus {
    border-color: #2e9d40 !important;
    box-shadow: 0 0 2px #2e9d40;
    outline: solid 2px #2e9d40;
    outline-offset: -2px;
}

.dma .non-dma,
.dma .non-ocd {
    display: none !important;
}


.dma h1.with-select select,
.dma body h1.with-select select,
.dma #mainContent h1.with-select select,
.dma body #mainContent h1.with-select select,
.dma body .playground h1.with-select select {
    color: #173e6a;
}

.dma .icon-table:before {
    transform: scaleY(1.1);
    -webkit-transform-origin-y: 1%;
    margin-right: 3px;
}