/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  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: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 2.5rem; }

hr {
  -webkit-box-sizing: content-box;
          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; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          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: -0.25em; }

sup {
  top: -0.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; }

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 0.0625rem dotted ButtonText; }

fieldset {
  border: 0.0625rem solid #c0c0c0;
  margin: 00.125rem;
  padding: 0.35em 0.625em 0.75em; }

legend {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

@-ms-viewport {
  width: device-width; }

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

[tabindex="-1"]:focus {
  outline: none !important; }

[hidden] {
  display: none !important; }

html {
  font-size: 16px; }

body {
  color: #000000;
  background-color: #ffffff;
  font-family: "Gill Sans", sans-serif;
  -webkit-font-feature-settings: "kern", "liga", "pnum";
          font-feature-settings: "kern", "liga", "pnum";
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.618;
  padding: 0;
  margin: 0; }

h1, h2, h3, h4, h5, h6, p, li, a, dd, dt, input, select, textarea, button, .button, figcaption {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gill Sans", sans-serif;
  font-size: 1em;
  font-weight: 300;
  color: #6f625a;
  line-height: 1.1;
  margin: 0 0 0.809em; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.75em; }

h3 {
  font-size: 1.25em; }
  @media screen and (min-width: 769px) {
    h3 {
      font-size: 1.5em; } }

h4 {
  font-size: 1.25em; }

h5 {
  font-size: 1.125em; }

h6 {
  font-size: 1em; }

p {
  margin: 0 0 1.618em;
  font-size: 1em; }

li {
  margin: 0 0 0.375em;
  font-size: 1em; }

a {
  color: #0e5c67;
  text-decoration: none;
  -webkit-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out; }
  a:active, a:focus, a:hover {
    color: #6f625a; }

@media screen and (max-width: 768px) {
  .hidden-small {
    display: none !important; } }

@media screen and (min-width: 769px) {
  .hidden-medium {
    display: none !important; } }

@media screen and (min-width: 1000px) {
  .hidden-large {
    display: none !important; } }

.align-center {
  text-align: center; }

body {
  height: 100%; }

#site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100vh; }

.header {
  position: relative;
  width: 100%;
  background-color: #d6a114;
  padding: 0.75em; }
  @media screen and (min-width: 769px) {
    .header {
      padding: 1em; } }
  .header .notice {
    color: #ffffff;
    font-style: italic;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    line-height: 1.375; }
    .header .notice br {
      display: inline; }
      @media screen and (min-width: 769px) {
        .header .notice br {
          display: none; } }

.main .zino-logo {
  margin: auto;
  max-width: 300px;
  padding: 2em; }
  @media screen and (min-width: 769px) {
    .main .zino-logo {
      max-width: 480px; } }
  .main .zino-logo svg {
    display: block;
    width: 100%;
    height: auto;
    fill: #d6a114; }

.info-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto; }
  @media screen and (min-width: 769px) {
    .info-blocks {
      margin: 2rem auto auto; } }
  .info-blocks .info-block {
    background-color: rgba(111, 98, 90, 0.08);
    border-radius: 8px;
    padding: 1.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    text-align: center; }
    @media screen and (min-width: 769px) {
      .info-blocks .info-block {
        padding: 2rem; } }
    .info-blocks .info-block .info-title {
      text-transform: uppercase;
      font-size: 1.75rem;
      letter-spacing: 0.125rem; }
    .info-blocks .info-block p {
      font-size: 0.875rem; }
      @media screen and (min-width: 769px) {
        .info-blocks .info-block p {
          font-size: 1.125rem; } }
    .info-blocks .info-block .button {
      display: inline-block;
      margin: 0 auto;
      font-size: 1rem;
      text-transform: uppercase;
      letter-spacing: 0.125rem;
      color: #ffffff;
      padding: 0.75rem 1.5rem;
      background-color: #0e5c67;
      -webkit-transition: background-color 300ms ease;
      -o-transition: background-color 300ms ease;
      transition: background-color 300ms ease; }
      @media screen and (min-width: 769px) {
        .info-blocks .info-block .button:hover {
          background-color: rgba(14, 92, 103, 0.8); } }

.footer {
  width: 100%; }
  .footer .footer-logo {
    width: 100%;
    margin: 1rem auto auto;
    padding: 0.75em;
    text-align: center; }
    @media screen and (min-width: 769px) {
      .footer .footer-logo {
        padding: 1em; } }
    .footer .footer-logo img {
      max-width: 200px;
      display: inline-block;
      margin: auto; }
  .footer .graphic-banner {
    display: block;
    width: 100%;
    height: 10vh;
    background: url(pattern.png) repeat 0 14px;
    opacity: 0.4; }
    @media screen and (min-width: 769px) {
      .footer .graphic-banner {
        font-size: 1.75em; } }

