@charset "utf-8";


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  vertical-align: baseline;
  margin: 0;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*!
foundation > base
------------------------------
*/
html {
  box-sizing: border-box;
  height: 100%;
  font: medium/1 "helvetica";
  font-size: 62.5%;
	scroll-behavior: smooth;
}

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

body {
  position: relative;
  z-index: -9999;
  height: 100%;
  overflow: visible;
}

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

*[lang=en] {
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  border: none;
  background: 0;
  text-decoration: none;
}

a {
  outline: none;
  color: #111;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}


@media screen and (min-width: 768px) {


  a[href^="tel:"] {
    pointer-events: none;
  }
}
