/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,700,800&display=swap);
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    border-bottom: none
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.input-checkbox + label::after {
    top: calc(50% - ((12px * .8) * .1)) !important
}

.input-checkbox:checked + label::before {
    border-color: #cacaca
}

.input-radio + label::after {
    left: 3px;
    height: 8px
}

* , ::after, ::before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased
}

.uneditable-input:focus, button:focus, input[type=button]:focus,
input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus,
input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus,
input[type=number]:focus, input[type=password]:focus, input[type=search]:focus,
input[type=submit]:focus, input[type=tel]:focus, input[type=text]:focus,
input[type=time]:focus, input[type=url]:focus, input[type=week]:focus,
select:focus, textarea:focus {
    outline: 0 none
}

@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
    img[src$=".svg"] {
        width: 100%
    }
}

html {
    height: 100%
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    background-color: #1C3A88;
    background-size: cover;
    height: 100%
}

@media screen and (min-width:540px) {
    body {
        display: flex
    }
}

.container {
    position: relative;
    width: calc(100% - 40px);
    padding: 50px 0;
    margin: 30px auto;
    background-color: #fff
}

@media screen and (min-width:540px) {
    .container {
        width: 540px;
        margin: auto
    }
}

.header {
    display: flex;
    flex-direction: column;
    align-items: center
}

.header a {
    max-width: 200px;
    padding-bottom: 20px
}

.header img {
    width: 100%;
}

.header h1 {
    margin: 20px 0;
    font-size: 1.5em;
    font-weight: 800;
    color: #999;
    text-transform: uppercase;
    padding-bottom: 20px;
    text-align: center
}

@media screen and (min-width:540px) {
    .header {
        width: 400px;
        margin: auto
    }
}

.content {
    display: flex;
    flex-direction: column;
    width: calc(100% - 40px - 40px);
    margin: auto
}

.content .paragraph {
    font-weight: 300;
    line-height: 30px;
    color: #666
}

.content .paragraph:first-child {
    padding-bottom: 25px
}

.content .paragraph:last-child {
    padding-top: 30px
}

@media screen and (min-width:540px) {
    .content {
        width: 400px;
        margin: auto
    }
}

.button {
    padding: 15px 22px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #fafafa;
    color: #666;
    border: 1px solid #dddddd;
    transition: 0.3s;
    text-decoration: none;
}

.button:hover {
    background-color: #ffffff;
    border: 1px solid #FAFAFA;
    color: #FAFAFA;
}

.button--center {
    margin: auto
}

.content__footer {
    display: none;
}

.content__footer svg {
    width: 100px;
    height: 100%
}

.evidence {
    font-weight: 700;
    color: #8CC63F
}

/*# sourceMappingURL=maps/unsubscribe.css.bind */


