body {
    font-family: 'Lato', sans-serif;
    background-color: #437D7E;
    color: #fff;
}

h1 {
    font-weight: 600;
    font-size: 40pt;
}

.main {
    margin: 14%
}

.locations {
    margin-top: 5%;
}

.locations span {
    margin: 15px !important;
}

td.main {
    vertical-align: top;
}

.sub {
    padding-left: 10px;
}

a {
    color: #fff !important;
    text-decoration: none;
}

a:hover {
    font-style: normal !important;
    font-weight: bold !important;
    text-decoration: none;
}

a:visited {
text-decoration: none;
}