/*
VARS
 */
/*
CSS Reset
 */
@font-face {
    font-family: "open_sansregular";
    src: url("/sso/static/opensans-regular-webfont.woff2") format("woff2"),
        url("/sso/static/opensans-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

html {
    box-sizing: border-box;
    font-size: 14px;
    font-family: "open_sansregular", sans-serif;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 1.5em;
}

ol,
ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

/*
 Styling
 */
body {
    padding: 1.25em;
    padding-top: 5.3rem;
}

main {
    margin: 0 auto;
    max-width: 375px;
}

.hidden {
    display: none;
}

h1 {
    margin: 0 0 1.25em 0;
    line-height: 1.25em;
    font-size: 1.75em;
    font-weight: bold;
}

h2 {
    margin: 0 0 1.25em 0;
    line-height: 1.25em;
    font-size: 1.35em;
    font-weight: bold;
}

h3,
h4 {
    line-height: 1.25em;
    font-weight: bold;
}

p {
    margin-bottom: 1.25em;
}

a {
    text-decoration: underline;
    color: inherit;
}
a.color--vodafone {
    color: #e60000;
}
a.color--vodafone:hover {
    color: #990000;
}
a.color--ziggo {
    color: #f48c00;
}
a.color--ziggo:hover {
    color: #f6a233;
}

.link-list {
    margin-bottom: 1.25em;
}

.link-list .link-list-items a {
    line-height: 1.7em;
    position: relative;
    display: block;
    padding-left: 1.5rem;
    text-decoration: none;
    color: inherit;
}
.link-list .link-list-items a:hover,
.link-list .link-list-items a:focus {
    text-decoration: underline;
}
.link-list .link-list-items a:before {
    position: absolute;
    left: 0;
    top: -1px;
    content: " \25B8";
}

section.top-hr {
    border-top: 1px solid #c8c8c8;
    margin-top: 1.25em;
    padding-top: 1.25em;
}

section h3,
section h4 {
    margin: 0 0 0.625em 0;
}

.cta-button {
    display: flex;
    position: relative;
    border: 1px solid;
    font-size: 0.875rem;
    font-weight: 700;
    width: 100%;
    margin-bottom: 1.25em;
}
.cta-button .cta-button-icon {
    width: 3rem;
    min-width: 3rem;
    height: 3.2rem;
    padding: 0.875rem;
}
.cta-button a {
    text-decoration: none;
    color: inherit;
    display: flex;
    width: 100%;
}
.cta-button--vodafone {
    color: #e60000;
    border-color: #e60000;
}
.cta-button--vodafone .cta-button-icon {
    background: #e60000;
}
.cta-button--ziggo {
    color: #f48c00;
    border-color: #f48c00;
}
.cta-button--ziggo .cta-button-icon {
    background: #f48c00;
}
.cta-button .cta-button-content {
    flex-grow: 1;
    align-self: center;
    padding-left: 0.875rem;
    padding-right: 2.5rem;
    overflow: hidden;
}

.form .label {
    display: block;
    margin-bottom: 0.625em;
    font-weight: bold;
}

.form .input {
    outline: none;
    height: 2.5rem;
    width: 100%;
    padding: 0 0.625rem;
    border-radius: 0;
    border: 1px solid #c8c8c8;
    font-size: 1rem;
    margin-bottom: 1.25em;
    -webkit-appearance: none;
}

.form .submit {
    text-decoration: none;
    color: #fff;
    display: flex;
    padding: 0.625em 1.25em;
    justify-content: center;
    width: 100%;
    margin-top: 0.625em;
    background: #333;
    border-radius: 0;
    -webkit-appearance: none;
    font-size: 1rem;
    line-height: 1.5em;
}
.form .submit:hover {
    background: #969696;
}

/*# sourceMappingURL=if-all-else-fails.css.map */
