* {
  margin: 0;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: 'Bitstream Vera Sans Mono', Consolas, Courier, monospace, 'Bitstream Vera Sans Mono', Consolas, Courier, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  font-size: 16px;
  font-size: 100%;
}
body {
  font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: auto;
}
body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
}
.container {
  min-height: 100%;
  margin-bottom: -1.5em;
}
.logo {
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .logo {
    padding: 5vh 0;
    height: 40vh;
  }
}
@media only screen and (max-width: 992px) {
  .logo {
    width: 90%;
    width: 90vw;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .log {
    position: absolute;
    top: 0;
    height: 50vh;
    width: 100vw;
    z-index: 99;
  }
}
@media only screen and (max-width: 992px) {
  .log {
    display: none;
  }
}
#log {
  max-width: 100%;
  margin: 0;
  position: absolute;
  opacity: 0.4;
  top: 0;
  height: 50vh;
  width: 100vw;
  z-index: -999;
}
#log .slide {
  height: 50vh;
  overflow: hidden;
}
#log .slide .img {
  background-position: center;
  background-size: 40vw;
  height: 100%;
  width: 100%;
}
nav.grid {
  max-width: 100%;
  border-top: 5px solid #00be00;
}
@media only screen and (min-width: 1280px) {
  nav.grid {
    padding: 5vh 20vw 0;
    width: 60vw;
  }
}
@media only screen and (max-width: 1800px) {
  nav.grid {
    padding: 5vh 15vw 0;
    width: 70vw;
  }
}
@media only screen and (max-width: 1280px) {
  nav.grid {
    padding: 5% 5% 0;
    padding: 5vh 5vw 0;
    width: 90%;
    width: 90vw;
  }
}
nav.grid ul {
  margin: 0;
  padding: 0;
}
nav.grid ul li {
  border: 1px solid #ddd;
  border-left: 5px solid #00be00;
  list-style-type: none;
  box-sizing: border-box;
  margin-bottom: 1em;
}
@media only screen and (min-width: 992px) {
  nav.grid ul li {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%;
  }
  nav.grid ul li:before,
  nav.grid ul li:after {
    content: '';
    display: table;
  }
  nav.grid ul li:after {
    clear: both;
  }
  nav.grid ul li:nth-child(4n) {
    margin-right: 0%;
    float: right;
  }
  nav.grid ul li:nth-child(4n+1) {
    clear: both;
  }
}
nav.grid ul li .fa {
  font-size: 3em;
  padding: 0 12px 0 0;
  vertical-align: middle;
}
nav.grid ul li a {
  display: block;
  border: none;
  text-decoration: none;
  color: initial;
  padding: 12px 22px;
  color: #333;
}
nav.grid ul li a:hover {
  border: none;
  text-decoration: none;
  color: initial;
}
nav.grid ul li a:visited {
  opacity: 1;
}
nav.grid ul li:hover {
  border: 1px solid #00be00;
  border-left: 5px solid #00be00;
}
nav.grid ul li:hover .fa {
  color: #00be00;
}
#door-status.status-open a::after {
  content: '';
}
#door-status.status-open .fa::before {
  content: '\f00c';
  color: #2ecc40;
}
#door-status.status-closed a::after {
  content: '';
}
#door-status.status-closed .fa::before {
  content: '\f00d';
  color: #d13f19;
}
#door-status.status-undefined a::after {
  content: '';
}
#door-status.status-undefined .fa::before {
  content: '\f128';
  color: #ffdc00;
}
.container:after {
  content: "";
  display: block;
}
.footer,
.container:after {
  height: 1.5em;
}
footer {
  box-sizing: border-box;
  border-top: 2px solid #00be00;
  width: 100%;
  clear: both;
  height: 1.5em;
  text-align: center;
  font-size: 0.75em;
  font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
}
footer a {
  border: none;
  text-decoration: none;
  color: initial;
  color: #555;
  vertical-align: sub;
}
footer a:hover {
  border: none;
  text-decoration: none;
  color: initial;
}
footer a:visited {
  opacity: 1;
}

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