/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, footer, header, nav, section {
  display: block; }

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

figcaption, figure, main {
  display: block; }

figure {
  margin: 1em 40px; }

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

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

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

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

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

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

audio, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

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

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

[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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  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] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

details, menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

/*# sourceMappingURL=normalize.min.css.map */
@page {
  margin: 0; }
body {
  margin: 0; }

.sheet {
  margin: 0;
  overflow: hidden;
  position: relative;
  box-sizing: border-box; }

/** Paper sizes **/
body.A3 .sheet {
  width: 297mm;
  height: 419mm; }

body.A3.landscape .sheet {
  width: 420mm;
  height: 296mm; }

body.A4 .sheet {
  width: 210mm;
  height: 296mm; }

body.A4.landscape .sheet {
  width: 297mm;
  height: 209mm; }

body.A5 .sheet {
  width: 148mm;
  height: 209mm; }

body.A5.landscape .sheet {
  width: 210mm;
  height: 147mm; }

body.letter .sheet {
  width: 216mm;
  height: 279mm; }

body.letter.landscape .sheet {
  width: 280mm;
  height: 215mm; }

body.legal .sheet {
  width: 216mm;
  height: 356mm; }

body.legal.landscape .sheet {
  width: 357mm;
  height: 215mm; }

/** Padding area **/
.sheet.padding-10mm {
  padding: 10mm; }

.sheet.padding-15mm {
  padding: 15mm; }

.sheet.padding-20mm {
  padding: 20mm; }

.sheet.padding-25mm {
  padding: 25mm; }

/** For screen preview **/
@media screen {
  body {
    background: #e0e0e0; }

  .sheet {
    background: white;
    box-shadow: 0 0.5mm 2mm rgba(0, 0, 0, 0.3);
    margin: 5mm auto;
    overflow: visible;
    height: auto !important; } }
/** Fix for Chrome issue #273306 **/
@media print {
  body.A3.landscape {
    width: 420mm; }

  body.A3, body.A4.landscape {
    width: 297mm; }

  body.A4, body.A5.landscape {
    width: 210mm; }

  body.A5 {
    width: 148mm; }

  body.letter, body.legal {
    width: 216mm; }

  body.letter.landscape {
    width: 280mm; }

  body.legal.landscape {
    width: 357mm; } }
*,
*:after,
*:before {
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  font-size: 50%; }

body {
  color: #000;
  font-family: 'Arial', sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  letter-spacing: .01em;
  line-height: 1.6; }
  body.mce-content-body {
    padding: 20px; }

blockquote {
  border-left: 0.3rem solid #d1d1d1;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.5rem; }

blockquote *:last-child {
  margin-bottom: 0; }

code {
  background: #f4f5f6;
  border-radius: .4rem;
  font-size: 86%;
  margin: 0 .2rem;
  padding: .2rem .5rem;
  white-space: nowrap; }

pre {
  background: #f4f5f6;
  border-left: 0.3rem solid #9b4dca;
  overflow-y: hidden; }

pre > code {
  border-radius: 0;
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

hr {
  border: 0;
  border-top: 0.1rem solid #f4f5f6;
  margin: 3.0rem 0; }

a {
  color: #9b4dca;
  text-decoration: none; }

a:focus, a:hover {
  color: #606c76; }

dl,
ol,
ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0; }

dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
  font-size: 90%;
  margin: 1.5rem 0 1.5rem 3.0rem; }

ol {
  list-style: decimal inside; }

ul {
  list-style: circle inside; }

.button,
button,
dd,
dt,
li {
  margin-bottom: 1.0rem; }

fieldset,
input,
select,
textarea {
  margin-bottom: 1.5rem; }

blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 2.5rem; }

table {
  border-spacing: 0;
  width: 100%; }

td,
th {
  border-bottom: 0.1rem solid #e1e1e1;
  padding: 1.2rem 1.5rem;
  text-align: left; }

td:first-child,
th:first-child {
  padding-left: 0; }

td:last-child,
th:last-child {
  padding-right: 0; }

b,
strong {
  font-weight: bold; }

p {
  margin-top: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  letter-spacing: -.1rem;
  margin-bottom: 2.0rem;
  margin-top: 0; }

h1 {
  font-size: 4.6rem;
  line-height: 1.2; }

h2 {
  font-size: 3.6rem;
  line-height: 1.25; }

h3 {
  font-size: 2.8rem;
  line-height: 1.3; }

h4 {
  font-size: 2.2rem;
  letter-spacing: -.08rem;
  line-height: 1.35; }

h5 {
  font-size: 1.8rem;
  letter-spacing: -.05rem;
  line-height: 1.5; }

h6 {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.4; }

img {
  max-width: 100%; }

img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

a img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

a {
  color: #000; }

.signature-pad {
  position: relative;
  margin: 1em 0;
  height: 130px;
  border: 2px dashed #057986;
  border-radius: 5px;
  background: rgba(5, 121, 134, 0.05); }
  .signature-pad canvas {
    width: 100%;
    height: 130px;
    position: relative; }
  .signature-pad:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 130px;
    content: 'Sign here';
    text-align: center;
    opacity: 0.1;
    font-size: 50px; }

.signature-pad-submit {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 210mm;
  margin: 0 auto; }
  .signature-pad-submit button {
    display: block;
    border-radius: 5px;
    background: #057986;
    color: #fff;
    text-transform: uppercase;
    width: 50%;
    height: 64px;
    line-height: 64px;
    padding: 0;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 0;
    font-weight: bold;
    font-size: 20px; }
    .signature-pad-submit button:first-child {
      margin-right: 20px;
      background: rgba(5, 121, 134, 0.5); }
    .signature-pad-submit button:last-child {
      margin-left: 20px; }

.print .signature-pad {
  background: none;
  border: none;
  height: 65px; }
  .print .signature-pad canvas {
    width: 50%;
    height: 65px; }
  .print .signature-pad:before {
    display: none; }

.loading {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #e0e0e0;
  z-index: 1000;
  display: none; }

.spinner {
  height: 18px;
  width: 70px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -9px -35px; }
  .spinner div {
    width: 18px;
    height: 18px;
    background-color: #057986;
    border-radius: 100%;
    display: inline-block;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
  .spinner .bounce1 {
    animation-delay: -0.32s; }
  .spinner .bounce2 {
    animation-delay: -0.16s; }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.loaded {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #e0e0e0;
  z-index: 1001;
  display: none; }
  .loaded-content {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .loaded-content .icon {
      width: 60px;
      height: 60px;
      background: url(../images/icon-active.svg) no-repeat center;
      background-size: cover;
      margin: 0 0 2em 0; }
    .loaded-content a {
      text-decoration: underline;
      color: #057986; }

/*# sourceMappingURL=document.css.map */
