
.tds-blue {
    color: #009FE3;
}

.tds-gray {
    color: #666666;
}

.dentalpro-orange {
    color: #F39200;
}

.dentalpro-gray {
    color: #666666;
}

BODY {
    font-family: open-sans, sans-serif;
    background-color: white;
    margin: 0;
    border: 0;
    padding: 0;
}

A {
    text-decoration: none;
}

EM {
    font-weight: 600;
    font-style: normal;
}

#top {
    background-color: #EEE;
}

#dentalpro {
    margin-left: 3em;
    margin-right: 3em;
    font-family: open-sans, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
}

#dentalpro A {
    color: #F39200;
    text-decoration: none;
}

#content {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

#footer {
    max-width: 1240px;
    margin: 30px auto auto auto;
    background-color: #EEE;
    display: flex;
    flex-flow: row wrap;
}

#contact {
    color: #888;
    font-family: open-sans, sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-align: right;
}

#top > DIV {
    max-width: 1240px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 5px;
    margin-left: auto;
    margin-right: 0;
}

#contact A {
    color: #888;
    text-decoration: none;
}

NAV {
    background-color: white;
    background-image: url(images/ti-dental.svg);
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 32px;
    margin-left: auto;
    margin-right: 0;
}

NAV DIV {
    padding: 6px 1em 6px 1em;
    margin: 0 1px 0 1px;
    color: #009FE2;
    background-color: white;
    border-radius: 4px;
    font-weight: 700;
    font-size: 13px;
}

NAV DIV A {
    color: #888;
    text-decoration: none;
}

NAV DIV A:hover {
    color: #009FE2;
    text-decoration: none;
}

NAV DIV .nav-selected {
    padding: 4px 2em 4px 2em;
    margin: 0 1em 0 1em;
    background-color: #009FE3;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
    color: white;
    text-decoration: none;
}

NAV DIV A .nav-selected {
    color: white;
    text-decoration: none;
}

#footerbg {
    width: 100%;
    background-color: #EEE;
}

#footer DIV {
    flex: 1;
    padding: 5em;
    color: #666666;
}

#footer DIV A {
    text-decoration: none;
    color: #666666;
}

#footer DIV DIV {
    padding: 0;
}

#footer DIV DIV A {
    text-decoration: none;
}

.footer-title {
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    margin-top: 0;
    margin-bottom: 2ex;
}

.footer-text {
    padding: 0;
    margin-top: 0;
    margin-bottom: 2ex;
    font-size: 12px;
    padding: 0;
}

#copy {
    color: #666666;
    font-size: 12px;
    padding: 3ex 5em 2ex 5em;
}


@media only screen and (max-width: 600px) {
    .hide-if-small {
        display: none;
    }
    #menu-button {
        background-color: yellow;
    }
    NAV {
        flex-direction: column;
        padding: 0;
        margin: 0;
        background-image: none;
    }
}

@media only screen and (max-width: 900px) {
    .hide-if-small {
        display: none;
    }
    #menu-button {
        background-color: yellow;
    }
    NAV {
        padding: 0;
        margin: 0;
        background-image: none;
    }
}

