@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
h1,h2,h3,h4 { font-weight:inherit; margin:15px 0 10px 0; line-height:100% }
h1.nomargin,
h1.nomargin,
h1.nomargin {
    margin-bottom:0;
}
h1 { font-size:2.5em; margin-bottom:20px }
h2 { font-size:1.4em }
h3 { font-size:1.2em }
html, body {
	width:100%;
	height:100%;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:18px;
    line-height:150%;
}
p { margin-top:5px; margin-bottom:8px }
.text a { border-bottom:2px solid; white-space:nowrap}
.text a:hover { border-width:3px }
.link { cursor:pointer }


img { width:100%; }
ul { list-style: none }
a {
    color:inherit;
    text-decoration: none;
}
blockquote {
    font-style: italic;
    margin:0 40px 10px;
    font-size:16px;
    opacity:0.5;
}
blockquote:first-of-type { margin-top:30px }
.text blockquote:first-of-type::before,
.text blockquote:last-of-type::after {
    content:'';
    position:absolute;
    width:30px;
    height:30px;
    margin:-12px -35px;
    background-image:url(../assets/ui/quotation-marks.svg);
    background-size:contain;
    background-position:center;
    background-repeat: no-repeat;
    opacity:0.3;
}
.text blockquote:last-of-type::after {
    transform:rotate(180deg);
    margin:4px 0 0 9px;
}
.smaller { font-size:11px; }
.text.smaller a { border-bottom-width:2px; }

.hs {
    width:470px;
    left:50%;
    position:absolute;
    top:45%;
    transform:translate(-50%,-50%);
}
.hs .left {
    width:100%;
}
.hs .right {
    width:100%;
    text-align:left;
}
img.logo {
    width:40%;
    margin-bottom:10px;
}
.hs .large { font-size:22px; }
header {
    position:relative;
    height:90px;
    overflow:hidden;
    width:100%;
}
section { position:relative }

.legal { line-height:normal }
.button {
    padding:10px 14px!important;
    border-radius:5px;
    font-size:16px!important;
    line-height:normal;
    cursor:pointer;
    display:inline-block;
    border:0;
    box-shadow: none;
}
input.button {
    display:block;
    box-sizing: border-box;
    align-items: center;
}
