html,
body,
address,
blockquote,
div,
form,
fieldset,
caption,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
table,
tr,
td,
th,
p,
img {
    margin: 0;
    padding: 0;
}

a {
    color: #00abc7;
    font-weight: bold;
}

.content-container {
    margin: 6% 0 0 0;
}

img,
fieldset {
    border: none;
}

body {
    font: normal 300 85%/190% 'Roboto', helvetica, sans-serif;
    color: #000;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0 50px 0;
}

.contact-info ul {
    max-width: 300px;
}

.contact-info ul li {
    list-style: none;
    padding-top: 8px;
}

ol li {
    padding-top: 30px;
}

ol li:first-child {
    padding-top: 10px;
}

.list li {
    padding-top: 10px;
}

.list li:first-child {
    padding-top: 30px;
}

.list li:last-child {
    padding-bottom: 30px;
}

img {
    display: block;
    width: 250px;
    margin: auto auto 40px;
}

h1 {
    font: normal 500 1.8em/1.2em 'Roboto', helvetica, sans-serif;
    text-align: center;
}

h2 {
    margin: 20px 0;
    font: normal 500 1.2em/1.5em 'Roboto', helvetica, sans-serif;
    text-transform: uppercase;
}

.p-intro {
    margin-top: 50px;
}

.termsLogo {
    margin: 40px 0;
}

#appLogo {
    max-width: 250px;
    height: auto;
}

.fixedButton {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    color: white;
    padding: 10px 0;
}

.button {
    transition: 0.3s;
    background-color: #75D213;
    color: white;
    padding: 14px 40px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 1em;
    margin: 0 auto;
    display: block;
}

.button:hover {
    background-color: #A0EA49;
}

.contact {
    margin: 50px 0 0 0;
}

.hr-rule {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    margin: 20px 0;
}

.p-bold {
    font-weight: 500;
    font-style: italic;
}

.no-break {
    white-space: nowrap;
}

#content {
    font-weight: bold;
}

#content p {
    font-weight: 300;
}

.list {
    font-weight: 300;
}

@media screen and (max-width: 1024px) {
    .content-container {
        margin: 6% 20px;
    }
    #appLogo {
        max-width: 180px;
    }
}