@charset "utf-8";
@import "reset.css";

/* --- BEGIN Reset again --- */
/* hand cursor on clickable elements */
input[type=button].nnl,
input[type=submit].nnl,
input[type=reset].nnl,
button.nnl {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
input[type=button].nnl,
input[type=submit].nnl,
input[type=reset].nnl,
button.nnl {
  margin: 0;
}

/* make buttons play nice in IE */
button {
  width: auto;
  overflow: visible;
}
/* --- END Reset again --- */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
}

body {
  font: 400 100% "Montserrat", sans-serif;
  background: 0;
  color: #333;
  line-height: 1em;
}

.alt {
  display: none;
}

input[type=button].nnl,
input[type=submit].nnl,
input[type=reset].nnl,
button.nnl,
.ui-widget button.nnl,
input[type=button].btn.nnl,
input[type=submit].btn.nnl,
input[type=reset].btn.nnl,
button.btn.nnl,
.ui-widget button.btn.nnl,
a.btn.nnl,
a.btn.nnl:focus,
span.btn.nnl,
.fido-button {
  height: 2.4em;
  min-width: 12.6em;
  margin: 0;
  font: 200 1.55em 'Montserrat', sans-serif;
  color: #fff;
  vertical-align: middle;
  padding: .2em 1em .3em;
  border: 0;
  -webkit-border-radius: .35em;
          border-radius: .35em;
     -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  position: relative;
  white-space: nowrap;
  line-height: 1em;
  background: #69a9ad;
}

a.btn.nnl,
a.btn.nnl:focus,
span.btn.nnl {
  padding: .45em 1em .3em;
}

input[type=button].nnl.default,
input[type=submit].nnl.default,
input[type=reset].nnl.default,
button.nnl.default,
button.nnl.small.default,
input[type=button].btn.nnl.default,
input[type=submit].btn.nnl.default,
input[type=reset].btn.nnl.default,
button.btn.nnl.default,
button.btn.nnl.small.default,
a.btn.nnl.small.default,
a.btn.nnl.small.default:focus,
span.btn.nnl.small.default,
.fido-button {
  color: #333;
  background: #fcba40;
}

input[type=button].nnl.danger,
input[type=submit].nnl.danger,
input[type=reset].nnl.danger,
button.nnl.danger,
button.nnl.small.danger,
input[type=button].btn.nnl.danger,
input[type=submit].btn.nnl.danger,
input[type=reset].btn.nnl.danger,
button.btn.nnl.danger,
button.btn.nnl.small.danger,
a.btn.nnl.small.danger,
a.btn.nnl.small.danger:focus,
span.btn.nnl.small.danger {
  background: #f01616;
}

input[type=button].nnl.small,
input[type=submit].nnl.small,
input[type=reset].nnl.small,
button.nnl.small,
input[type=button].btn.nnl.small,
input[type=submit].btn.nnl.small,
input[type=reset].btn.nnl.small,
button.btn.nnl.small,
a.btn.nnl.small,
a.btn.nnl.small:focus,
span.btn.nnl.small,
.fido-button.small {
  height: 2em;
  min-width: 0;
  margin: .1em .25em .1em 0;
  font: 200 1em 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1em;
}

.btn-group.top > input[type=button].nnl,
.btn-group.top > input[type=submit].nnl,
.btn-group.top > input[type=reset].nnl,
.btn-group.top > button.nnl.small,
.btn-group.top > input[type=button].btn.nnl,
.btn-group.top > input[type=submit].btn.nnl,
.btn-group.top > input[type=reset].btn.nnl,
.btn-group.top > button.btn.nnl,
.btn-group.top a.btn.nnl,
.btn-group.top a.btn.nnl:focus,
.btn-group.top span.btn.nnl {
  margin: 0;
}

@-moz-document url-prefix() { /* Make Firefox consistent with Chrome */
  input[type=button].nnl,
  input[type=submit].nnl,
  input[type=reset].nnl,
  button.nnl,
  .ui-widget button.nnl,
  input[type=button].btn.nnl,
  input[type=submit].btn.nnl,
  input[type=reset].btn.nnl,
  button.btn.nnl,
  a.btn.nnl,
  a.btn.nnl:focus,
  span.btn.nnl,
  .ui-widget button.btn.nnl {
    padding-bottom: .5em;
  }

  input[type=button].nnl.small,
  input[type=submit].nnl.small,
  input[type=reset].nnl.small,
  button.nnl.small,
  input[type=button].btn.nnl.small,
  input[type=submit].btn.nnl.small,
  input[type=reset].btn.nnl.small,
  button.btn.nnl.small,
  a.btn.nnl.small,
  a.btn.nnl.small:focus,
  span.btn.nnl.small {
    padding: .4em .6em .5em;
  }
}

input[type=button].nnl:hover,
input[type=submit].nnl:hover,
input[type=reset].nnl:hover,
button.nnl:hover,
input[type=button].btn.nnl:hover,
input[type=submit].btn.nnl:hover,
input[type=reset].btn.nnl:hover,
button.nnl:hover,
button.btn.nnl:hover,
a.btn.nnl:hover {
  color: #fff;
  background: #099;
}

input[type=button].nnl.default:hover,
input[type=submit].nnl.default:hover,
input[type=reset].nnl.default:hover,
button.nnl.default:hover,
input[type=button].btn.nnl.default:hover,
input[type=submit].btn.nnl.default:hover,
input[type=reset].btn.nnl.default:hover,
button.nnl.default:hover,
button.btn.nnl.default:hover,
a.btn.nnl.default:hover,
.fido-button:hover {
  color: #333;
  background: #ff9b00;
}

input[type=button].nnl.danger:hover,
input[type=submit].nnl.danger:hover,
input[type=reset].nnl.danger:hover,
button.nnl.danger:hover,
input[type=button].btn.nnl.danger:hover,
input[type=submit].btn.nnl.danger:hover,
input[type=reset].btn.nnl.danger:hover,
button.nnl.danger:hover,
button.btn.nnl.danger:hover,
a.btn.nnl.danger:hover {
  background: #ce1111;
}

input[type=button].nnl:active,
input[type=submit].nnl:active,
input[type=reset].nnl:active,
button.nnl:active,
input[type=button].nnl.active,
input[type=submit].nnl.active,
input[type=reset].nnl.active,
button.nnl.active,
input[type=button].btn.nnl.active,
input[type=submit].btn.nnl.active,
input[type=reset].btn.nnl.active,
button.btn.nnl.active,
.btn-group.open .dropdown-toggle,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:active,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a.btn.nnl,
.nav-pills > li.active > a.btn.nnl:hover,
.nav-pills > li.active > a.btn.nnl:active,
.nav-pills > li.active > a.btn.nnl:focus,
.nav-pills > li.active > span.btn {
     -moz-box-shadow: inset 0 .25em .5em #316f70;
  -webkit-box-shadow: inset 0 .25em .5em #316f70;
          box-shadow: inset 0 .25em .5em #316f70;
  color: #fff;
  background: #099;
  outline: 0;
}

input[type=button].nnl.default:active,
input[type=submit].nnl.default:active,
input[type=reset].nnl.default:active,
button.nnl.default:active,
input[type=button].nnl.default.active,
input[type=submit].nnl.default.active,
input[type=reset].nnl.default.active,
button.nnl.default.active,
input[type=button].btn.nnl.default.active,
input[type=submit].btn.nnl.default.active,
input[type=reset].btn.nnl.default.active,
button.btn.nnl.default.active,
a.btn.nnl.default:active,
.btn-group.open .default.dropdown-toggle,
.fido-button:active,
.btn-group.open .fido-button.dropdown-toggle {
     -moz-box-shadow: inset 0 .25em .5em #9d731e;
  -webkit-box-shadow: inset 0 .25em .5em #9d731e;
          box-shadow: inset 0 .25em .5em #9d731e;
  color: #333;
  background: #ff9b00;
  outline: 0;
}

input[type=button].nnl.danger:active,
input[type=submit].nnl.danger:active,
input[type=reset].nnl.danger:active,
button.nnl.danger:active,
input[type=button].nnl.danger.active,
input[type=submit].nnl.danger.active,
input[type=reset].nnl.danger.active,
button.nnl.danger.active,
input[type=button].btn.nnl.danger.active,
input[type=submit].btn.nnl.danger.active,
input[type=reset].btn.nnl.danger.active,
button.btn.nnl.danger.active,
a.btn.nnl.danger:active,
.btn-group.open .danger.dropdown-toggle {
     -moz-box-shadow: inset 0 .25em .5em #810b0b;
  -webkit-box-shadow: inset 0 .25em .5em #810b0b;
          box-shadow: inset 0 .25em .5em #810b0b;
  background: #ce1111;
  outline: 0;
}

input[type=button].nnl:focus,
input[type=submit].nnl:focus,
input[type=reset].nnl:focus,
button.nnl:focus,
input[type=button].btn.nnl:focus,
input[type=submit].btn.nnl:focus,
input[type=reset].btn.nnl:focus,
button.btn.nnl:focus,
.nav-pills > li.active > a:focus,
.fido-button:focus {
  outline: 0;
}

button[disabled].nnl,
button[disabled].nnl:hover,
button[disabled].nnl:active,
button[disabled].nnl:focus,
button[disabled].nnl.default,
button[disabled].nnl.default:hover,
button[disabled].nnl.default:active,
button[disabled].nnl.default:focus,
input[type=button][disabled].nnl,
input[type=button][disabled].nnl:hover,
input[type=button][disabled].nnl:active,
input[type=button][disabled].nnl:focus,
input[type=submit][disabled].nnl.default,
input[type=submit][disabled].nnl.default:hover,
input[type=submit][disabled].nnl.default:active,
input[type=submit][disabled].nnl.default:focus,
input[type=reset][disabled].nnl,
input[type=reset][disabled].nnl:hover,
input[type=reset][disabled].nnl:active,
input[type=reset][disabled].nnl:focus,
input[type=reset][disabled].btn.nnl,
input[type=reset][disabled].btn.nnl:hover,
input[type=reset][disabled].btn.nnl:active,
input[type=reset][disabled].btn.nnl:focus,
button[disabled].btn.nnl,
button[disabled].btn.nnl:hover,
button[disabled].btn.nnl:active,
button[disabled].btn.nnl:focus,
input[type=button][disabled].btn.nnl,
input[type=button][disabled].btn.nnl:hover,
input[type=button][disabled].btn.nnl:active,
input[type=button][disabled].btn.nnl:focus,
input[type=submit][disabled].btn.nnl.default,
input[type=submit][disabled].btn.nnl.default:hover,
input[type=submit][disabled].btn.nnl.default:active,
input[type=submit][disabled].btn.nnl.default:focus,
button[disabled].fido-button:hover,
button[disabled].fido-button:active,
button[disabled].fido-button {
     -moz-box-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #aaa;
  text-shadow: none;
  cursor: inherit;
  background: #e0e0e0;
  top: 0;
}

@media screen and (max-width: 900px),
screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 960px) {
  input[type=button].nnl,
  input[type=submit].nnl,
  input[type=reset].nnl,
  button.nnl,
  .ui-widget button.nnl,
  input[type=button].btn.nnl,
  input[type=submit].btn.nnl,
  input[type=reset].btn.nnl,
  button.btn.nnl,
  a.btn.nnl,
  span.btn.nnl,
  .ui-widget button.btn.nnl,
  .fido-button {
    min-width: 11em;
  }

  input[type=button].nnl.small,
  input[type=submit].nnl.small,
  input[type=reset].nnl.small,
  button.nnl.small
  input[type=button].btn.nnl.small,
  input[type=submit].btn.nnl.small,
  input[type=reset].btn.nnl.small,
  button.btn.nnl.small,
  a.btn.nnl.small,
  a.btn.nnl.small:focus,
  span.btn.nnl.small,
  .fido-button.small {
    font-weight: normal;
  }
}

span.btn {
  cursor: text;
}
