body {
    margin: 0;
    font-family: 'Roboto';
}

h1 {
    font-size: 1.5rem;
}

h2 {
    font-size: 1.3rem;
    color: #C9020F;
}

h3 {
    font-size: 1.1rem;
}

a,
a:link,
a:active,
a:hover,
a:visited {
    color: #C9020F;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul {
    list-style-type: square;
}

ul li {
    line-height: 1.5rem;
}

.footer {
    background: #f5f5f5;
}

.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.container {
    padding: 10px;
}

.brand-image {
    height: 110px;
}

.footer h3 {
    font-size: 1.1rem;
}

.float-right {
    float: right;
}

.list-unstyled {
    list-style-type: none;
    padding-left: 0;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}