@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/ubuntu-b-webfont.woff2') format('woff2'),
    url('../fonts/ubuntu-b-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/ubuntu-r-webfont.woff2') format('woff2'),
    url('../fonts/ubuntu-r-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: ubuntu;
}

.home-hero {
    padding: 50px 0;
    padding-top: 50px;
    margin-bottom: 25px;
}

.home-hero .inner {
    position: relative;
}

.tos {
    max-height: 200px;
    overflow: scroll;
    border: 1px solid #c4c4c4;
    overflow-x: hidden;
    border-radius: 4px;
    padding: 15px;
}

.tos h3 {
    font-size: 20px;
    margin: 0;
}

.tos h2 {
    font-weight: bold;
    font-size: 16px;
    margin: 0;
}

.tos li h3 {
    font-size: 16px;
}

.tos {
    color: #959595;
    font-size: 14px;
}


.button {
    text-align: center;
    padding: 15px 30px;
    text-transform: uppercase !important;
    font-family: "Ubuntu";
    border: none;
    background-color: #0d0630 !important;
    border-radius: 0;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff !important;
}

.home-hero .logo img {
    max-width: 360px;
}

.logo.comcast img {
    margin-top: 24px;
    max-width: 210px;
    position: relative;
}