#footer {
    width: 100%;
    height: 400px;
    background-color: #3e3e3e;
    text-align: center;
    padding-top: 15px;
    margin-top: auto;
}

#footer h3 {
    color: white;
    font-family: 'Open Sans Condensed';
    font-weight: initial;
    font-size: 16pt;
}

#footer_touch_portal {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

#footer_support {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

#footer_support a {
    color: white;
    text-decoration: none;
    line-height: 24px;
    font-family: 'Inter',Arial,sans-serif;
    font-size: 12px;
}

#footer_support a:hover {
    text-decoration:underline;
}

#footer_support a:visited {

}