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

html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  height: 100%;
  font-family: #111;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased; }

.logo-thing-one {
  float: right;
  background: url("../img/sm_logo3.png") no-repeat;
  background-image: url("../img/sm_logo3.svg") no-repeat;
  background-size: 206px 47px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 206px;
  height: 47px;
  margin: 16px 40px 20px 20px; }
  @media only screen and (max-width: 40em) {
    .logo-thing-one {
      display: none; } }

.main-logo {
  display: block;
  margin: 50px auto 70px;
  background: url("../img/logo_white.png") no-repeat;
  background-image: url("../img/logo_white.svg"), none;
  width: 300px;
  height: 55px;
  background-size: 300px 55px; }
  @media only screen and (max-width: 40em) {
    .main-logo {
      width: 250px;
      height: 46px;
      background-size: 250px 46px; } }

.print-logo {
  display: none; }
  @media print {
    .print-logo {
      display: block;
      margin: 100px 0px 0px 0px;
      background: url("../img/logo.png") no-repeat;
      background-image: url("../img/logo.svg"), none;
      width: 300px;
      height: 55px;
      background-size: 300px 55px; } }

@media print {
  p {
    font-family: georgia; } }
.icon, .names-columns span:after, .names-columns.alt span:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block; } }
/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }

form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem; }

form .row .row.collapse {
  margin: 0; }

form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0; }

form .row .row.collapse input {
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0; }

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  margin-bottom: 0.5rem;
  /* Styles for required inputs */ }

label.right {
  float: none;
  text-align: right; }

label.inline {
  margin: 0 0 1rem 0;
  padding: 0.625rem 0; }

label small {
  text-transform: capitalize;
  color: #666666; }

select, select.dark {
  -webkit-appearance: none !important;
  background: #fafafa url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
  background-position-x: 96%;
  background-position-y: center;
  border: 1px solid #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  -webkit-border-radius: 0;
  border-radius: 0; }

select.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px; }

select:hover {
  background: #f2f2f2 url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
  background-position-x: 96%;
  background-position-y: center;
  border-color: #999999; }

select:focus {
  box-shadow: none; }

@-moz-document url-prefix() {
  select {
    background: #fafafa; }

  select:hover {
    background: #f2f2f2; } }
/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333333; }

span.prefix.radius, label.prefix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333333; }

span.postfix.radius, label.postfix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 36px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  border-color: #999999; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #ffed9c;
  border-color: #999999;
  outline: none; }

input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
  background-color: #dddddd; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.25rem;
  margin: 1.125rem 0; }

fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #c60f13;
  color: white; }

[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #c60f13;
  color: white; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }

.error label,
.error label.error {
  color: #c60f13; }

.error > small,
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #c60f13;
  color: white; }

.error span.error-message {
  display: block; }

input.error,
textarea.error {
  margin-bottom: 0; }

label.error {
  color: #c60f13; }

a.button {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  background: rgba(255, 255, 255, 0.25);
  color: white;
  border-radius: 0px;
  font-weight: normal; }

a.button.black {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  border-radius: 0px; }

a.button.nav {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: white;
  color: black;
  border-radius: 0px; }

a.button.black:hover {
  background: #ff1a00;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ff1a00 0%, #ff1a00 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ff1a00), color-stop(100%, #ff1a00));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ff1a00 0%, #ff1a00 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ff1a00 0%, #ff1a00 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ff1a00 0%, #ff1a00 100%);
  /* IE10+ */
  background: linear-gradient(to right, #ff1a00 0%, #ff1a00 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1a00', endColorstr='#ff1a00',GradientType=1 );
  /* IE6-9 */ }

label {
  font-size: 14px; }

.request-form.alt label {
  color: #fffcfa; }

.request-form input, .request-form select {
  font-size: 16px;
  height: 42px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
  border: 0px; }

.request-form.alt input, .request-form.alt select {
  font-size: 16px;
  height: 42px;
  border-radius: 5px;
  background: rgba(255, 245, 225, 0.6);
  border: 0px; }

.request-form textarea {
  font-size: 16px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
  border: 0px; }

.request-form.alt textarea {
  background: rgba(255, 245, 225, 0.6); }

.request-form textarea:focus {
  background: rgba(255, 255, 255, 0.9);
  border-color: #999999; }

label.inline {
  padding: 0px;
  line-height: 42px;
  margin: 0px 10px 10px;
  text-transform: uppercase; }

@media only screen and (max-width: 64.063em) {
  .request-form {
    padding: 0px 20px; }
    .request-form label.inline {
      margin-top: -20px; } }

@media only screen and (max-width: 40em) {
  label.inline.last {
    margin-top: 15px; } }

:focus::-webkit-input-placeholder {
  color: transparent; }

.button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1em;
  background-color: #2ba6cb;
  border-color: #2284a1;
  color: white; }

.button:hover, .button:focus {
  background-color: #2284a1; }

.button:hover, .button:focus {
  color: white; }

.button.secondary {
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #333333; }

.button.secondary:hover, .button.secondary:focus {
  background-color: #d0d0d0; }

.button.secondary:hover, .button.secondary:focus {
  color: #333333; }

.button.success {
  background-color: #5da423;
  border-color: #457a1a;
  color: white; }

.button.success:hover, .button.success:focus {
  background-color: #457a1a; }

.button.success:hover, .button.success:focus {
  color: white; }

.button.alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: white; }

.button.alert:hover, .button.alert:focus {
  background-color: #970b0e; }

.button.alert:hover, .button.alert:focus {
  color: white; }

.button.large {
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1.0625em;
  padding-left: 2em;
  font-size: 1.25em; }

.button.small {
  padding-top: 0.5625em;
  padding-right: 1.125em;
  padding-bottom: 0.625em;
  padding-left: 1.125em;
  font-size: 0.8125em; }

.button.tiny {
  padding-top: 0.4375em;
  padding-right: 0.875em;
  padding-bottom: 0.5em;
  padding-left: 0.875em;
  font-size: 0.6875em; }

.button.expand {
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1em;
  padding-top: 0.75em;
  padding-right: 0px;
  padding-bottom: 0.8125em;
  padding-left: 0px;
  width: 100%; }

.button.left-align {
  text-align: left;
  text-indent: 0.75em; }

.button.right-align {
  text-align: right;
  padding-right: 0.75em; }

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

.button.disabled, .button[disabled] {
  background-color: #2ba6cb;
  border-color: #2284a1;
  color: white;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none; }

.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #2284a1; }

.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: white; }

.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #2ba6cb; }

.button.disabled.secondary, .button[disabled].secondary {
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #333333;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none; }

.button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #d0d0d0; }

.button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333; }

.button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e9e9e9; }

.button.disabled.success, .button[disabled].success {
  background-color: #5da423;
  border-color: #457a1a;
  color: white;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none; }

.button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #457a1a; }

.button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: white; }

.button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #5da423; }

.button.disabled.alert, .button[disabled].alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: white;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none; }

.button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #970b0e; }

.button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: white; }

.button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #c60f13; }

input.button,
button.button {
  padding-top: 0.8125em;
  padding-bottom: 0.75em; }

input.button.tiny,
button.button.tiny {
  padding-top: 0.5em;
  padding-bottom: 0.4375em; }

input.button.small,
button.button.small {
  padding-top: 0.625em;
  padding-bottom: 0.5625em; }

input.button.large,
button.button.large {
  padding-top: 1.03125em;
  padding-bottom: 1.03125em; }

@media only screen {
  .button.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }

  .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; } }
@media only screen and (min-width: 40em) {
  .button {
    display: inline-block; } }
/* Standard Forms */
form {
  margin: 0 0 1em; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: -0.5em; }

form .row .row .column,
form .row .row .columns {
  padding: 0 0.5em; }

form .row .row.collapse {
  margin: 0; }

form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0; }

form .row input.column,
form .row input.columns {
  padding-left: 0.5em; }

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ========================================================================== HTML5 display definitions ========================================================================== */
/** * Correct `block` display not defined in IE 8/9. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/** * Correct `inline-block` display not defined in IE 8/9. */
audio, canvas, video {
  display: inline-block; }

/** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */
audio:not([controls]) {
  display: none;
  height: 0; }

/** * Address styling not present in IE 8/9. */
[hidden] {
  display: none; }

/* ========================================================================== Base ========================================================================== */
/** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom. */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/** * Remove default margin. */
body {
  margin: 0; }

/* ========================================================================== Links ========================================================================== */
/** * Address `outline` inconsistency between Chrome and other browsers. */
a:focus {
  outline: thin dotted; }

/** * Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover {
  outline: 0; }

/* ========================================================================== Typography ========================================================================== */
/** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari 5, and Chrome. */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/** * Address styling not present in IE 8/9, Safari 5, and Chrome. */
abbr[title] {
  border-bottom: 1px dotted; }

/** * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
b, strong {
  font-weight: bold; }

/** * Address styling not present in Safari 5 and Chrome. */
dfn {
  font-style: italic; }

/** * Address differences between Firefox and other browsers. */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/** * Address styling not present in IE 8/9. */
mark {
  background: #ff0;
  color: #000; }

/** * Correct font family set oddly in Safari 5 and Chrome. */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

/** * Improve readability of pre-formatted text in all browsers. */
pre {
  white-space: pre-wrap; }

/** * Set consistent quote types. */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/** * Address inconsistent and variable font size in all browsers. */
small {
  font-size: 80%; }

/** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ========================================================================== Embedded content ========================================================================== */
/** * Remove border when inside `a` element in IE 8/9. */
img {
  border: 0; }

/** * Correct overflow displayed oddly in IE 9. */
svg:not(:root) {
  overflow: hidden; }

/* ========================================================================== Figures ========================================================================== */
/** * Address margin not present in IE 8/9 and Safari 5. */
figure {
  margin: 0; }

/* ========================================================================== Forms ========================================================================== */
/** * Define consistent border, margin, and padding. */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/** * 1. Correct `color` not being inherited in IE 8/9. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/** * 1. Correct font family not being inherited in all browsers. * 2. Correct font size not being inherited in all browsers. * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */
button, input {
  line-height: normal; }

/** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+. * Correct `select` style inheritance in Firefox 4+ and Opera. */
button, select {
  text-transform: none; }

/** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others. */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/** * Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] {
  cursor: default; }

/** * 1. Address box sizing set to `content-box` in IE 8/9. * 2. Remove excess padding in IE 8/9. */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/** * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome * (include `-moz` to future-proof). */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/** * Remove inner padding and search cancel button in Safari 5 and Chrome * on OS X. */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/** * Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/** * 1. Remove default vertical scrollbar in IE 8/9. * 2. Improve readability and alignment in all browsers. */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ========================================================================== Tables ========================================================================== */
/** * Remove most spacing between table cells. */
table {
  border-collapse: collapse;
  border-spacing: 0; }

#sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message {
  font-family: "HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 200;
  color: #fff; }

#sb-container {
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0px;
  left: 0;
  z-index: 9000;
  text-align: left;
  visibility: hidden;
  display: none; }
.content-box h3 {
    padding: 0;
    border: none;
    text-align: left;
    margin-top: 38px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 21px;
    letter-spacing: 0;
}
.content-box ul li {
    position: relative;
    font-size: 16px;
    line-height: 1.25em;
    color: #222222;
    padding: 4px;
}
.content-box ul li:before {
    content: "";
    width: 9px;
    height: 9px;
    background: #000;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
}
@media (max-width:812px){
	.content-box {
		padding: 0px 18px;
	}
}
#sb-overlay {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 9990; }

#sb-wrapper {
  position: absolute;
  visibility: hidden;
  width: 100px; }

#sb-wrapper-inner {
  position: relative;
  border: 0px solid #000;
  overflow: hidden;
  height: 100px;
  z-index: 99999; }

#sb-body {
  position: relative;
  height: 100%;
  background: rgba(0, 0, 0, 0.7) url(../img/bg_4.png); }

#sb-body-inner {
  position: absolute;
  height: 100%;
  width: 100%; }

#sb-player.html {
  height: 100%;
  overflow: auto; }

#sb-body img {
  border: none; }

#sb-loading {
  position: relative;
  height: 100%; }

#sb-loading-inner {
  position: absolute;
  font-size: 14px;
  line-height: 15px;
  height: 15px;
  top: 50%;
  margin-top: -12px;
  width: 100%;
  text-align: center; }

#sb-loading-inner span {
  background: url(../img/loading2.gif) no-repeat;
  padding-left: 34px;
  display: inline-block;
  color: transparent; }

#sb-body, #sb-loading {
  background: none; }

#sb-title, #sb-info {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden; }

#sb-title, #sb-title-inner {
  height: 40px;
  line-height: 40px; }

#sb-title-inner {
  font-size: 40px; }

#sb-info, #sb-info-inner {
  height: 40px;
  line-height: 40px; }

#sb-info-inner {
  font-size: 12px; }

#sb-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%; }

#sb-nav a {
  display: block;
  float: right;
  height: 40px;
  width: 40px;
  margin-left: 3px;
  cursor: pointer;
  background-repeat: no-repeat; }

#sb-nav-close {
  opacity: 0.9;
  position: fixed;
  background: url(../img/close_white.png) center center no-repeat;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 0px;
  z-index: 9999;
  margin-top: 0%; }
  @media only screen and (max-width: 48em) {
    #sb-nav-close {
      top: 45px;
      right: 10px;
      opacity: 1; } }

#sb-nav-close:hover {
  opacity: 1; }

#sb-nav-close:after {
  content: 'close';
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black;
  font-size: 20px;
  z-index: 10000;
  position: absolute;
  margin: 4px 0px 0px 0px; }

#sb-nav-next:after {
  content: 'next';
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #111;
  font-size: 20px;
  z-index: 10000;
  position: absolute;
  margin: 4px 0px 0px -20px; }

#sb-nav-previous:after {
  content: 'previous';
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #111;
  font-size: 20px;
  z-index: 10000;
  position: absolute;
  margin: 4px 0px 0px -80px; }

#sb-counter {
  float: left;
  width: 45%; }

#sb-counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff; }

#sb-counter a.sb-counter-current {
  text-decoration: underline; }

div.sb-message {
  font-size: 12px;
  padding: 10px;
  text-align: center; }

div.sb-message a:link, div.sb-message a:visited {
  color: #fff;
  text-decoration: underline; }

.top-nav {
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  z-index: 1110;
  position: absolute;
  width: 100%;
  margin: 0px auto 0px;
  background: none; }

.hidden-nav {
  background: none;
  display: none;
  width: 100%;
  position: relative; }

.mobile-nav {
  background: black;
  padding: 10px 0px 10px 0px;
  display: none; }
  @media only screen and (max-width: 48em) {
    .mobile-nav {
      padding-top: 0px;
      display: block; } }

.top-nav ul.vis li.logo {
  float: left;
  margin-top: -3px;
  color: #77bc1f; }
  @media only screen and (min-width: 48em) {
    .top-nav ul.vis li.logo {
      color: #000;
      background: none; } }

.top-nav ul.vis li.logo a {
  border: 0px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding: 13px 25px; }
  @media only screen and (max-width: 48em) {
    .top-nav ul.vis li.logo a {
      padding: 13px 10px;
      margin-left: -10px;
      font-size: 18px;
      font-weight: 800; } }
  @media only screen and (max-width: 32em) {
    .top-nav ul.vis li.logo a {
      padding: 4px 10px; } }
  @media only screen and (max-width: 32em) {
    .top-nav ul.vis li.logo a span {
      position: absolute; } }

.top-nav ul.vis li.logo a:hover {
  opacity: 1; }

.top-nav ul.vis, .bottom-nav ul {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  display: block;
  font-size: 12px; }

.bottom-nav ul {
  padding: 0px;
  margin: 5px 0px 0px 0px; }

.top-nav ul.vis li, .bottom-nav ul li {
  list-style-type: none;
  padding: 0px;
  letter-spacing: 0.2em;
  float: right;
  margin: 0px 0px 0px 0px; }
  @media only screen and (max-width: 48em) {
    .top-nav ul.vis li, .bottom-nav ul li {
      display: none; } }

.top-nav ul.vis li.show {
  margin: 30px 28px 10px 15px; }
  @media only screen and (max-width: 34em) {
    .top-nav ul.vis li.show {
      margin: 30px 15px 10px -10px; } }

.top-nav ul.vis li a, .bottom-nav ul li a {
  cursor: pointer;
  text-transform: uppercase;
  color: black;
  padding: 10px 20px;
  border-style: solid;
  border-width: 1px 0px 1px 1px;
  border-color: #999 transparent #999 #999;
  display: block;
  line-height: 18px;
  margin: 30px 0px;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
  -webkit-transition: opacity .20s ease-in-out, background-color .20s ease-in-out, border-color .20s ease-in-out;
  -moz-transition: opacity .20s ease-in-out, background-color .20s ease-in-out, border-color .20s ease-in-out;
  -o-transition: opacity .20s ease-in-out, background-color .20s ease-in-out, border-color .20s ease-in-out; }

.bottom-nav.alt {
  float: left; }

.bottom-nav.alt ul {
  float: left; }
  .bottom-nav.alt ul li a {
    border: 0px; }

.bottom-nav.alt ul li {
  float: left; }
  .bottom-nav.alt ul li a {
    float: left;
    padding: 0px 19px 0px 0px;
    letter-spacing: 0.1em;
    border: 0px; }
  .bottom-nav.alt ul li a:hover {
    color: #FFB14E; }
  .bottom-nav.alt ul li ul {
    margin: 1em 0px; }
  .bottom-nav.alt ul li ul li a {
    float: left;
    padding: 0px 19px 0px 0px;
    line-height: 1em;
    color: #999;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1.25em; }
  .bottom-nav.alt ul li ul li a:hover {
    color: #FFB600; }

.bottom-nav ul li a {
  line-height: 1;
  margin: 5px 5px 3px 0px;
  color: #111;
  letter-spacing: 0.2em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.5em;
  padding: 0px 19px 20px 15px; }
  @media only screen and (max-width: 1070px) {
    .bottom-nav ul li a {
      padding: 0px 5px 0px 10px; } }
  @media only screen and (max-width: 40em) {
    .bottom-nav ul li a {
      padding: 0px 5px 7px 10px;
      text-align: RIGHT; } }

.bottom-nav.alt ul li a {
  text-align: left; }

.bottom-nav ul li a {
  border: 0px;
  padding: 0px 10px 10px 0px;
  margin-bottom: 0px; }

.bottom-nav ul li ul li {
  padding: 0px 0px 3px 0px;
  margin-top: 0;
  margin-bottom: 0px;
  letter-spacing: 0.1em; }

.top-nav ul.vis li a:hover {
  color: green; }
  @media only screen and (max-width: 40em) {
    .top-nav ul.vis li a:hover {
      text-shadow: none; } }

.bottom-nav ul li a:hover {
  color: #FFB600; }

.bottom-nav.alt ul li a:hover {
  color: #FFB600; }

.bottom-nav ul li ul li {
  padding: 0px 0px 0px;
  line-height: 1;
  margin: 0px; }

.bottom-nav ul li ul li a {
  float: none;
  border: none;
  outline: none;
  letter-spacing: 0.1em;
  border: 0px;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: white;
  text-transform: none;
  padding: 0px 10px 0px 20px; }
  @media only screen and (max-width: 1070px) {
    .bottom-nav ul li ul li a {
      padding: 0px 5px 0px 10px; } }

.bottom-nav ul li {
  width: 200px;
  text-align: right; }

.bottom-nav.alt ul li {
  width: 300px;
  text-align: right;
  float: left; }
  @media only screen and (max-width: 48px) {
    .bottom-nav.alt ul li {
      float: right; } }

.bottom-nav ul li ul li a:after {
  content: none; }

.top-nav ul.vis li a.active:hover {
  color: #333333; }

.top-nav ul.vis li a:hover:after {
  text-shadow: none; }

.top-nav ul.vis li a#show, .bottom-nav ul li a#show {
  position: absolute;
  z-index: 100;
  right: 0px;
  font-size: 12px;
  margin: 5px -13px 0px 0px;
  padding: 6px 10px 5px 11px;
  font-weight: normal;
  color: black;
  transform: rotate(-90deg);
  background: white;
  border: 0px;
  box-shadow: none; }
  @media only screen and (max-width: 34em) {
    .top-nav ul.vis li a#show, .bottom-nav ul li a#show {
      padding: 2px 10px 5px 11px; } }
  .top-nav ul.vis li a#show::before, .bottom-nav ul li a#show::before {
    content: "MENU";
    display: block;
    color: black; }
    @media only screen and (max-width: 40em) {
      .top-nav ul.vis li a#show::before, .bottom-nav ul li a#show::before {
        color: black; } }
    @media only screen and (max-width: 34em) {
      .top-nav ul.vis li a#show::before, .bottom-nav ul li a#show::before {
        color: black; } }
  .top-nav ul.vis li a#show.down, .bottom-nav ul li a#show.down {
    background: black;
    color: white !important; }

.top-nav ul.vis li a#show.down:before, .bottom-nav ul li a#show.down:before {
  content: "CLOSE";
  display: block;
  color: black; }
  @media only screen and (max-width: 40em) {
    .top-nav ul.vis li a#show.down:before, .bottom-nav ul li a#show.down:before {
      color: white; } }
  @media only screen and (max-width: 34em) {
    .top-nav ul.vis li a#show.down:before, .bottom-nav ul li a#show.down:before {
      color: white;
      padding-top: 5px; } }

.top-nav ul.site-map li {
  float: left;
  margin: 0px 5px 0px 0px;
  display: block;
  padding: 0 5px 1px; }
  @media only screen and (max-width: 48em) {
    .top-nav ul.site-map li {
      float: none;
      margin: 2px 0px 2px 0px;
      padding: 0px 0px 0px 0px; } }

.top-nav ul.site-map:after {
  clear: both; }

.top-nav ul.site-map li a {
  background: none;
  text-align: right;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.2em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  box-shadow: none;
  border: 0px;
  margin: 0px;
  font-size: 20px;
  display: block;
  padding: 3px 10px 3px 0px; }
  @media only screen and (max-width: 48em) {
    .top-nav ul.site-map li a {
      border-bottom: 2px solid white;
      text-align: left; } }

.top-nav ul.site-map {
  margin: 0.75em 0px;
  padding: 0px; }
  @media only screen and (max-width: 48em) {
    .top-nav ul.site-map {
      margin: 23px 0px 0px; } }

.top-nav ul.site-map li:last-child a {
  border: 0px; }

.top-nav ul.site-map li a:hover {
  color: yellow;
  box-shadow: none;
  opacity: 1; }

.pre-nav {
  height: 2px;
  background: #000; }
  @media only screen and (max-width: 40em) {
    .pre-nav {
      display: none; } }

.top-nav.stuck {
  width: 100%;
  background: none;
  margin-top: -2px; }
  .top-nav.stuck ul.vis {
    padding: 0px 0px 0px 0px; }
  @media only screen and (max-width: 48em) {
    .top-nav.stuck ul.vis li.logo a {
      color: #000;
      background: #fff; } }
  .top-nav.stuck ul.vis li a:hover {
    color: white;
    background: #000;
    text-shadow: none;
    border-color: black black transparent black; }
    @media only screen and (max-width: 48em) {
      .top-nav.stuck ul.vis li a:hover {
        color: #FFB600;
        background: #fff; } }
  @media only screen and (max-width: 48em) {
    .top-nav.stuck {
      background: rgba(255, 255, 255, 0.9);
      position: absolute; } }

ul.side {
  background: rgba(255, 255, 255, 0.4);
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 0px 0px;
  list-style-type: none; }
  ul.side li {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.25em; }
  ul.side li a {
    width: 100%;
    display: inline-block;
    padding: 20px 10% 10px 20px;
    color: #222;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    position: relative; }
    ul.side li a::after {
      content: '';
      width: 100px;
      height: 2px;
      background: #eee;
      position: absolute;
      left: 0;
      bottom: -2px; }
    ul.side li a div {
      background: black;
      border-radius: 100em;
      height: 2em;
      width: 2em;
      display: inline-block;
      margin: 0px 10px 15px -10px;
      padding-top: 0.55em;
      float: left;
      -webkit-transition: all .25s ease-in-out;
      -moz-transition: all .25s ease-in-out;
      -o-transition: all .25s ease-in-out; }
      ul.side li a div span {
        color: white;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        padding: 1em 0px 0px 0.5em; }
        @media only screen and (max-width: 34em) {
          ul.side li a div span {
            font-size: 11px;
            padding: 0em 0px 0px 0.75em;
            margin-top: -1px;
            display: block; } }
  ul.side li:last-child a {
    border: 0px; }
  ul.side li:last-child a:hover {
    border: 0px; }
  ul.side li a:hover {
    color: #089B3C; }
    ul.side li a:hover div {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      transform: scale(1.2);
      background: #FFB600; }
      ul.side li a:hover div span {
        color: black; }
  @media only screen and (max-width: 64.063em) {
    ul.side {
      border-bottom: 1px dotted #ccc;
      border-right: 0px;
      margin: 0px 0px 40px; } }

.mid-nav {
  margin-bottom: 0px; }
  .mid-nav .button.black {
    padding: 1em 1em;
    font-size: 1.5em;
    letter-spacing: 0.2em;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 600;
    width: auto;
    display: block;
    margin: 0px 20px 20px;
    text-align: center;
    border-width: 10px;
    border-style: solid;
    border-color: #999 #ccc #ccc #aaa;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out; }
    @media only screen and (max-width: 48em) {
      .mid-nav .button.black {
        margin: 0px 0px 20px;
        font-size: 1.25em; } }
  .mid-nav .button.black.faq {
    background: #999; }
  .mid-nav .button.black.gear {
    background: #ccc; }
  .mid-nav .button.black.clients {
    background: #aaa; }
  .mid-nav .button.black.faq:hover {
    background: #ffdc28;
    color: #926700;
    border-color: #c58b00 #ffdc28 #ffdc28 #ffb600; }
  .mid-nav .button.black.gear:hover {
    border-color: #cba171 #fde790 #fde790 #ffb14e;
    background: #fde790;
    color: #bd884c;
    color: black; }
  .mid-nav .button.black.clients:hover {
    color: #056b29;
    border-color: #089b3c #11cc54 #11cc54 #0db14b;
    background: #11cc54; }

meta.foundation-version {
  font-family: "/5.2.1/"; }

meta.foundation-mq-small {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

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

html,
body {
  font-size: 100%; }

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

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

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 80.063em;
  *zoom: 1; }

.row.wide {
  max-width: none; }

.footer .row {
  padding: 0px 50px;
  max-width: 1300px; }

.row.mid-nav {
  padding: 20px 20px 20px;
  max-width: 1300px; }
  @media screen and (max-width: 48em) {
    .row.mid-nav {
      padding: 20px 0px 20px; } }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.row.collapse .row {
  margin-left: 0;
  margin-right: 0; }

.row .row {
  width: auto;
  margin-left: -1em;
  margin-right: -1em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1; }

.row .row:before, .row .row:after {
  content: " ";
  display: table; }

.row .row:after {
  clear: both; }

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1; }

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table; }

.row .row.collapse:after {
  clear: both; }

.column,
.columns {
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  float: left; }
  @media screen and (max-width: 48em) {
    .column,
    .columns {
      padding-left: 0.5em !important;
      padding-right: 0.5em !important; } }

@media only screen {
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }

  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
    float: left; }

  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .small-offset-0 {
    margin-left: 0% !important; }

  .small-offset-1 {
    margin-left: 8.33333% !important; }

  .small-offset-2 {
    margin-left: 16.66667% !important; }

  .small-offset-3 {
    margin-left: 25% !important; }

  .small-offset-4 {
    margin-left: 33.33333% !important; }

  .small-offset-5 {
    margin-left: 41.66667% !important; }

  .small-offset-6 {
    margin-left: 50% !important; }

  .small-offset-7 {
    margin-left: 58.33333% !important; }

  .small-offset-8 {
    margin-left: 66.66667% !important; }

  .small-offset-9 {
    margin-left: 75% !important; }

  .small-offset-10 {
    margin-left: 83.33333% !important; }

  .small-offset-11 {
    margin-left: 91.66667% !important; }

  .small-reset-order,
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; } }
@media only screen and (min-width: 40.063em) {
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
    float: left; }

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .medium-offset-0 {
    margin-left: 0% !important; }

  .medium-offset-1 {
    margin-left: 8.33333% !important; }

  .medium-offset-2 {
    margin-left: 16.66667% !important; }

  .medium-offset-3 {
    margin-left: 25% !important; }

  .medium-offset-4 {
    margin-left: 33.33333% !important; }

  .medium-offset-5 {
    margin-left: 41.66667% !important; }

  .medium-offset-6 {
    margin-left: 50% !important; }

  .medium-offset-7 {
    margin-left: 58.33333% !important; }

  .medium-offset-8 {
    margin-left: 66.66667% !important; }

  .medium-offset-9 {
    margin-left: 75% !important; }

  .medium-offset-10 {
    margin-left: 83.33333% !important; }

  .medium-offset-11 {
    margin-left: 91.66667% !important; }

  .medium-reset-order,
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
@media only screen and (min-width: 64.063em) {
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
    float: left; }

  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .large-offset-0 {
    margin-left: 0% !important; }

  .large-offset-1 {
    margin-left: 8.33333% !important; }

  .large-offset-2 {
    margin-left: 16.66667% !important; }

  .large-offset-3 {
    margin-left: 25% !important; }

  .large-offset-4 {
    margin-left: 33.33333% !important; }

  .large-offset-5 {
    margin-left: 41.66667% !important; }

  .large-offset-6 {
    margin-left: 50% !important; }

  .large-offset-7 {
    margin-left: 58.33333% !important; }

  .large-offset-8 {
    margin-left: 66.66667% !important; }

  .large-offset-9 {
    margin-left: 75% !important; }

  .large-offset-10 {
    margin-left: 83.33333% !important; }

  .large-offset-11 {
    margin-left: 91.66667% !important; }

  .large-reset-order,
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none; } }
/* Foundation Visibility HTML Classes */
@media only screen and (max-width: 34em) {
  .hide-for-smallest {
    display: none !important; } }
@media only screen {
  .show-for-small,
  .show-for-medium-down,
  .show-for-large-down {
    display: inherit !important; }

  .show-for-medium,
  .show-for-medium-up,
  .show-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: none !important; }

  .hide-for-medium,
  .hide-for-medium-up,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: inherit !important; }

  .hide-for-small,
  .hide-for-medium-down,
  .hide-for-large-down {
    display: none !important; } }
/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 48em) {
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-up,
  .show-for-large-down {
    display: inherit !important; }

  .show-for-small,
  .show-for-large,
  .show-for-large-up {
    display: none !important; }

  .hide-for-small,
  .hide-for-large,
  .hide-for-large-up {
    display: inherit !important; }

  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-up,
  .hide-for-large-down {
    display: none !important; } }
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 80em) {
  .show-for-medium-down,
  .show-for-medium-up,
  .show-for-large,
  .show-for-large-down,
  .show-for-large-up {
    display: inherit !important; }

  .show-for-small,
  .show-for-medium {
    display: none !important; }

  .hide-for-small,
  .hide-for-medium {
    display: inherit !important; }

  .hide-for-medium-down,
  .hide-for-medium-up,
  .hide-for-large,
  .hide-for-large-down,
  .hide-for-large-up {
    display: none !important; } }
/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 90em) {
  .show-for-medium-up,
  .show-for-large-up {
    display: inherit !important; }

  .show-for-small,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-down,
  .show-for-large {
    display: none !important; }

  .hide-for-small,
  .hide-for-medium,
  .hide-for-large {
    display: inherit !important; }

  .hide-for-medium-down,
  .hide-for-medium-up,
  .hide-for-large-down,
  .hide-for-large-up {
    display: none !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; } }
@media screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Foundation Block Grids for below small breakpoint */
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
  *zoom: 1; }

[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table; }

[class*="block-grid-"]:after {
  clear: both; }

[class*="block-grid-"] > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625rem 1.25rem; }

  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }

  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem; }

  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }

  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625rem 1.25rem; }

  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }

  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625rem 1.25rem; }

  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }

  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625rem 1.25rem; }

  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }

  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625rem 1.25rem; }

  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }

  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625rem 1.25rem; }

  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }

  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625rem 1.25rem; }

  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }

  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625rem 1.25rem; }

  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }

  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625rem 1.25rem; }

  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }

  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625rem 1.25rem; }

  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }

  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625rem 1.25rem; }

  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }
@media only screen and (min-width: 45.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625rem 1.25rem; }

  .medium-block-grid-1 > li:nth-of-type(n) {
    clear: none; }

  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }

  .medium-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem; }

  .medium-block-grid-2 > li:nth-of-type(n) {
    clear: none; }

  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625rem 1.25rem; }

  .medium-block-grid-3 > li:nth-of-type(n) {
    clear: none; }

  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }

  .medium-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625rem 1.25rem; }

  .medium-block-grid-4 > li:nth-of-type(n) {
    clear: none; }

  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }

  .medium-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625rem 1.25rem; }

  .medium-block-grid-5 > li:nth-of-type(n) {
    clear: none; }

  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625rem 1.25rem; }

  .medium-block-grid-6 > li:nth-of-type(n) {
    clear: none; }

  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625rem 1.25rem; }

  .medium-block-grid-7 > li:nth-of-type(n) {
    clear: none; }

  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }

  .medium-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625rem 1.25rem; }

  .medium-block-grid-8 > li:nth-of-type(n) {
    clear: none; }

  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625rem 1.25rem; }

  .medium-block-grid-9 > li:nth-of-type(n) {
    clear: none; }

  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }

  .medium-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625rem 1.25rem; }

  .medium-block-grid-10 > li:nth-of-type(n) {
    clear: none; }

  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625rem 1.25rem; }

  .medium-block-grid-11 > li:nth-of-type(n) {
    clear: none; }

  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625rem 1.25rem; }

  .medium-block-grid-12 > li:nth-of-type(n) {
    clear: none; }

  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }
@media only screen and (min-width: 87.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625rem 1.25rem; }

  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }

  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem; }

  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }

  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625rem 1.25rem; }

  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }

  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625rem 1.25rem; }

  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }

  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625rem 1.25rem; }

  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }

  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625rem 1.25rem; }

  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }

  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625rem 1.25rem; }

  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }

  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625rem 1.25rem; }

  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }

  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625rem 1.25rem; }

  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }

  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625rem 1.25rem; }

  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }

  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625rem 1.25rem; }

  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }

  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625rem 1.25rem; }

  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/* The Grid ---------------------- */
.lt-ie9 .row {
  width: 940px;
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto; }

.lt-ie9 .row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px; }

.lt-ie9 .row.large-collapse .column,
.lt-ie9 .row.large-collapse .columns {
  padding: 0; }

.lt-ie9 .row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px; }

.lt-ie9 .row .row.large-collapse {
  margin: 0; }

.lt-ie9 .column, .lt-ie9 .columns {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  position: relative; }

.lt-ie9 .column.large-centered, .columns.large-centered {
  float: none;
  margin: 0 auto; }

.lt-ie9 [class*="column"] + [class*="column"]:last-child {
  float: right; }

.lt-ie9 [class*="column"] + [class*="column"].end {
  float: left; }

.lt-ie9 .large-1,
.lt-ie9 .row .large-1 {
  width: 8.33333%; }

.lt-ie9 .large-2,
.lt-ie9 .row .large-2 {
  width: 16.66667%; }

.lt-ie9 .large-3,
.lt-ie9 .row .large-3 {
  width: 25%; }

.lt-ie9 .large-4,
.lt-ie9 .row .large-4 {
  width: 33.33333%; }

.lt-ie9 .large-5,
.lt-ie9 .row .large-5 {
  width: 41.66667%; }

.lt-ie9 .large-6,
.lt-ie9 .row .large-6 {
  width: 50%; }

.lt-ie9 .large-7,
.lt-ie9 .row .large-7 {
  width: 58.33333%; }

.lt-ie9 .large-8,
.lt-ie9 .row .large-8 {
  width: 66.66667%; }

.lt-ie9 .large-9,
.lt-ie9 .row .large-9 {
  width: 75%; }

.lt-ie9 .large-10,
.lt-ie9 .row .large-10 {
  width: 83.33333%; }

.lt-ie9 .large-11,
.lt-ie9 .row .large-11 {
  width: 91.66667%; }

.lt-ie9 .large-12,
.lt-ie9 .row .large-12 {
  width: 100%; }

.lt-ie9 .row .large-offset-1 {
  margin-left: 8.33333%; }

.lt-ie9 .row .large-offset-2 {
  margin-left: 16.66667%; }

.lt-ie9 .row .large-offset-3 {
  margin-left: 25%; }

.lt-ie9 .row .large-offset-4 {
  margin-left: 33.33333%; }

.lt-ie9 .row .large-offset-5 {
  margin-left: 41.66667%; }

.lt-ie9 .row .large-offset-6 {
  margin-left: 50%; }

.lt-ie9 .row .large-offset-7 {
  margin-left: 58.33333%; }

.lt-ie9 .row .large-offset-8 {
  margin-left: 66.66667%; }

.lt-ie9 .row .large-offset-9 {
  margin-left: 75%; }

.lt-ie9 .row .large-offset-10 {
  margin-left: 83.33333%; }

.lt-ie9 .pull-2 {
  right: 16.66667%; }

.lt-ie9 .pull-3 {
  right: 25%; }

.lt-ie9 .pull-4 {
  right: 33.33333%; }

.lt-ie9 .pull-5 {
  right: 41.66667%; }

.lt-ie9 .pull-6 {
  right: 50%; }

.lt-ie9 .pull-7 {
  right: 58.33333%; }

.lt-ie9 .pull-8 {
  right: 66.66667%; }

.lt-ie9 .pull-9 {
  right: 75%; }

.lt-ie9 .pull-10 {
  right: 83.33333%; }

.lt-ie9 .push-2 {
  left: 16.66667%; }

.lt-ie9 .push-3 {
  left: 25%; }

.lt-ie9 .push-4 {
  left: 33.33333%; }

.lt-ie9 .push-5 {
  left: 41.66667%; }

.lt-ie9 .push-6 {
  left: 50%; }

.lt-ie9 .push-7 {
  left: 58.33333%; }

.lt-ie9 .push-8 {
  left: 66.66667%; }

.lt-ie9 .push-9 {
  left: 75%; }

.lt-ie9 .push-10 {
  left: 83.33333%; }

/* Nicolas Gallagher's micro clearfix */
.lt-ie9 .row {
  *zoom: 1; }

.lt-ie9 .row:before, .row:after {
  content: " ";
  display: table; }

.lt-ie9 .row:after {
  clear: both; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-style: normal;
  padding: 0px;
  margin: 0px;
  line-height: 1.25;
  color: #3b3a37;
  text-align: left; }

a, a:hover, a:visited, a:active {
  border: none;
  outline: none; }

a {
  border: none;
  outline: none;
  border: 0px;
  color: blue;
  text-decoration: none;
  line-height: inherit;
  -webkit-transition: background .20s ease-in-out, color .20s ease-in-out;
  -moz-transition: background .20s ease-in-out, color .20s ease-in-out;
  -o-transition: background .20s ease-in-out, color .20s ease-in-out; }

a:hover, a:focus {
  color: blue; }

a img {
  border: none; }

hr {
  border-width: 20px 0px 20px 0px;
  border-style: solid;
  border-right: rgba(0, 0, 0, 0.1) solid 20px;
  border-left: rgba(255, 255, 255, 0.5) solid 20px;
  border-top: rgba(255, 255, 255, 0.9) solid 20px;
  border-bottom: rgba(0, 0, 0, 0.2) solid 20px;
  margin: 20px 0px 20px 0px; }

hr.padded {
  border-width: 5px 0px 5px 0px;
  border-style: solid;
  border-color: black transparent black transparent;
  margin: 50px 40px 10px; }

hr.light {
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: black transparent transparent transparent;
  margin: 20px 0px 20px; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c; }

/* Lists */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.125em;
  margin-bottom: 0;
  font-size: 1em; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.75em; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 0px dotted #dddddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #dddddd; }

blockquote cite {
  display: block;
  font-size: 0.8125em;
  color: #555555; }

blockquote cite:before {
  content: "\2014 \0020"; }

blockquote cite a,
blockquote cite a:visited {
  color: #555555; }

hr.dotted {
  border: dashed #87D852;
  border-width: 1px 0 0;
  clear: both;
  margin: 12px 0 18px;
  height: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-style: normal;
  padding: 0px;
  margin: 0px;
  line-height: 1.25em;
  z-index: 2;
  position: relative; }

p {
  line-height: 1.25em; }

.top h1.logo, .top h2.logo {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-top: 1.2em;
  -webkit-transition: -webkit-transform 0.5s, all 0.5s;
  -moz-transition: -moz-transform 0.5s, all 0.5s;
  transition: transform 0.5s, all 0.5s;
  -webkit-animation: fadein 0.5s  2s; }
  .top h1.logo span, .top h2.logo span {
    -webkit-transition: -webkit-transform 0.5s, all 0.5s;
    -moz-transition: -moz-transform 0.5s, all 0.5s;
    transition: transform 0.5s, all 0.5s;
    margin: 1px 1px;
    width: 1.15em;
    text-align: center;
    padding: 0px 0px 0px 0em;
    display: inline-block;
    color: #000;
    background: url("../img/bit-bottom-r.png") no-repeat center center;
    background-image: url("../img/bit-bottom-r.svg") center center, none;
    height: 1.15em;
    line-height: 1.15em;
    animation: fadi 2s;
    -moz-animation: fadi  3s 2s;
    -ms-animation: fadi 3s 2s;
    -o-animation: fadi 3s 2s;
    animation: fadi  3s 2s; }
  @media only screen and (max-width: 48em) {
    .top h1.logo, .top h2.logo {
      display: none; } }
  @media only screen and (max-height: 700px) {
    .top h1.logo, .top h2.logo {
      padding: 0px 100px;
      margin-top: 120px; } }
  @media only screen and (max-height: 800px) {
    .top h1.logo, .top h2.logo {
      padding: 0px 0px; } }
  @media only screen and (min-height: 1000px) {
    .top h1.logo, .top h2.logo {
      margin-top: 300px; } }
  @media only screen and (min-height: 870px) {
    .top h1.logo, .top h2.logo {
      margin-top: 200px; } }
  @media only screen and (max-width: 1200px) {
    .top h1.logo, .top h2.logo {
      margin-top: 150px; } }

.top h1.logo span:hover {
  opacity: 1;
  color: black;
  -webkit-transform: translateY(40px) scale(0.75);
  -moz-transform: translateY(40px) scale(0.75);
  transform: translateY(40px) scale(0.75);
  line-height: 1em; }
.top h1.logo span:hover:before {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px); }
  @media only screen and (max-width: 900px) {
    .top h1.logo span:hover:before {
      -webkit-transform: translateY(-10px);
      -moz-transform: translateY(-10px);
      transform: translateY(-10px); } }
.top h1.logo span:hover:after {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px); }

.top h2.logo {
  margin-top: 0em; }

.top h1.logo span {
  background: url("../img/bit-top.png") no-repeat top center;
  background-image: url("../img/bit-top.svg") top center, none;
  height: 2.5em;
  padding-top: 1.5em;
  transform: scale(0.75); }
  @media only screen and (min-width: 1350px) {
    .top h1.logo span {
      padding-top: 1.25em; } }
  @media only screen and (max-width: 900px) {
    .top h1.logo span {
      padding-top: 2em; } }

.top h1.logo span:before {
  -webkit-transition: -webkit-transform 0.5s, all 0.5s;
  -moz-transition: -moz-transform 0.5s, all 0.5s;
  transition: transform 0.5s, all 0.5s;
  background: url("../img/bit-bottom-r.png") no-repeat top center;
  background-image: url("../img/bit-bottom-r.svg") center top, none;
  content: '';
  height: 1.15em;
  display: block; }
  @media only screen and (max-width: 900px) {
    .top h1.logo span:before {
      -webkit-transform: translateY(26px);
      -moz-transform: translateY(26px);
      transform: translateY(26px); } }

.top h1.logo span:after {
  -webkit-transition: -webkit-transform 0.5s, all 0.5s;
  -moz-transition: -moz-transform 0.5s, all 0.5s;
  transition: transform 0.5s, all 0.5s;
  background: url("../img/bit-r.png") no-repeat top center;
  background-image: url("../img/bit-r.svg") center top, none;
  opacity: 1;
  content: '';
  height: 1.15em;
  display: block;
  margin-top: -3em;
  -webkit-transform: translateY(16px);
  -moz-transform: translateY(16px);
  transform: translateY(16px); }

.noise {
  -webkit-animation: fadein 4s;
  /* Safari and Chrome */
  -moz-animation: fadein 4s;
  /* Firefox */
  -ms-animation: fadein 4s;
  /* Internet Explorer */
  -o-animation: fadein 4s;
  /* Opera */
  animation: fadein 4s; }

.noise {
  letter-spacing: 0.2em;
  color: #fff;
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(transparent, transparent), url(../img/noise_2.gif) repeat;
  background: -o-linear-gradient(transparent, transparent);
  -webkit-background-clip: text; }

.bottom-text {
  width: 100%;
  z-index: 2;
  position: relative;
  text-align: center; }
  .bottom-text span {
    padding: 20px;
    border-style: solid;
    border-color: #999 #ccc #ccc;
    border-width: 0px;
    width: auto;
    color: black;
    background: white;
    line-height: 18px;
    margin: 30px;
    font-size: 18px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase; }
    @media only screen and (max-width: 48em) {
      .bottom-text span {
        display: none; } }
  .bottom-text span.main {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 800;
    font-size: 68px;
    color: #999;
    display: inline-block;
    padding: 40px  20px 40px 30px; }
    @media screen and (max-width: 48em) {
      .bottom-text span.main {
        font-size: 18px;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        font-weight: 100;
        color: black; } }

.bottom-text.double {
  margin: -30px auto 0px; }

.bottom-text.main {
  margin: -30px auto 0px;
  background: none; }
  .bottom-text.main p {
    margin: 0 auto;
    padding: 0;
    width: auto;
    background: white;
    display: inline-block; }
  .bottom-text.main span {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 200;
    font-size: 42px;
    color: #000;
    display: inline-block;
    padding: 20px  0px 20px 10px; }
    @media screen and (max-width: 48em) {
      .bottom-text.main span {
        font-size: 30px;
        display: none;
        padding: 0px  0px 0px 0px;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        font-weight: 600;
        color: black;
        visibility: hidden; } }
  @media screen and (max-width: 48em) {
    .bottom-text.main {
      display: none; } }

.bottom-text.main2 {
  margin: -30px auto 0px;
  background: none; }
  .bottom-text.main2 p {
    margin: 0 auto;
    padding: 0;
    width: auto;
    background: white;
    display: inline-block; }
  .bottom-text.main2 span {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 600;
    font-size: 68px;
    color: #ddd;
    display: inline-block;
    padding: 20px  0px 20px 10px; }
    @media screen and (max-width: 48em) {
      .bottom-text.main2 span {
        font-size: 18px;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        font-weight: 400;
        color: black; } }

.bottom-text.alt {
  margin: -30px auto 0px;
  background: none; }
  .bottom-text.alt p {
    margin: 0 auto;
    padding: 0;
    width: auto;
    background: white;
    display: inline-block; }
  .bottom-text.alt span {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 600;
    font-size: 60px;
    color: #fff;
    text-shadow: -1px -1px 0px #999, 1px 1px 0px #999;
    display: inline-block;
    padding: 20px  0px 20px 10px; }
    @media screen and (max-width: 48em) {
      .bottom-text.alt span {
        font-size: 28px;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        font-weight: 400;
        color: black; } }

body.page .bottom-text {
  margin-bottom: 100px; }
  @media screen and (max-width: 48em) {
    body.page .bottom-text {
      margin-bottom: 70px; } }

h3 {
  border-width: 40px;
  border-style: solid;
  border-color: #999 #ccc #ccc #aaa;
  width: auto;
  border-radius: 2px;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 800;
  font-size: 30px;
  margin: 80px auto 30px;
  color: #222;
  background: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 50px 40px 40px;
  box-shadow: inset 10px 10px 0px white,inset -10px -10px 0px white;
  max-width: 1350px; }
  @media screen and (max-width: 48em) {
    h3 {
      border-width: 10px;
      padding: 15px 15px 15px;
      font-size: 14px;
      font-weight: 600;
      margin: 0px auto 30px; } }
  h3 a {
    color: #000;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 0px; }
  h3 a:hover {
    color: #0DB14B;
    border-bottom: 3px solid rgba(13, 177, 75, 0.5);
    padding-bottom: 0px; }

h4 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: 600;
  font-style: italic;
  margin: 70px auto 70px;
  font-size: 25px;
  color: black;
  text-align: center; }
  @media screen and (max-width: 48em) {
    h4 {
      font-size: 18px;
      padding: 0 1em;
      margin: 10px auto 60px; } }

h4.larger {
  font-size: 40px;
  padding: 0px 90px;
  letter-spacing: 0em; }
  @media screen and (max-width: 48em) {
    h4.larger {
      font-size: 22px;
      font-weight: 400;
      margin: 40px auto 20px;
      padding: 20px 20px;
      display: block; } }

hr.tree-top {
  top: 100%;
  position: absolute;
  border-width: 0px 0px 20px 0px;
  border-style: solid;
  border-color: #000;
  margin: 20px auto 0px;
  width: 100%; }

hr.tree-top:before {
  content: '';
  margin: 0px auto -2px;
  height: 300px;
  width: 20px;
  text-align: center;
  display: block;
  background: #000;
  content: '';
  text-align: center; }

.about {
  margin: -200px 0px 0px;
  padding: 0px 0px 0em 0px; }
  .about h4, .about h5 {
    margin: 1.2em 0px 0.25em;
    font-size: 40px; }
  @media screen and (max-width: 48em) {
    .about {
      margin: -30px 0px 0px; } }

.contact-page .vcard {
  line-height: 1.25em; }
@media screen and (max-width: 48em) {
  .contact-page .page-content {
    padding: 1em 0.75em;
    font-size: 14px !important; }
  .contact-page .vcard {
    font-size: 14px !important;
    line-height: 1.25em; } }

.line {
  margin: 0px auto -2px;
  content: '';
  height: 100px;
  width: 2px;
  text-align: center;
  display: inline-block;
  background: rgba(0, 0, 0, 0.1); }

.line.tall {
  height: 400px; }
  @media screen and (max-width: 48em) {
    .line.tall {
      height: 100px; } }

.line.vert {
  margin: -4px auto 10px;
  content: '';
  height: 2px;
  width: 100%;
  text-align: center;
  display: inline-block;
  background: rgba(0, 0, 0, 0.1); }

.names-columns {
  padding: 0px 60px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-align: center;
  column-count: 4;
  -moz-column-count: 4;
  -moz-column-gap: 50px;
  -webkit-column-count: 4;
  -webkit-column-gap: 50px;
  -moz-column-rule-color: #fff;
  -moz-column-rule-style: solid;
  -moz-column-rule-width: 0px;
  -webkit-column-rule-color: #fff;
  -webkit-column-rule-style: solid;
  -webkit-column-rule-width: 0px; }
  @media screen and (min-width: 70em) {
    .names-columns {
      moz-column-count: 6;
      -webkit-column-count: 6;
      -moz-column-gap: 25px;
      -webkit-column-gap: 25px;
      padding: 0px 20px;
      column-count: 6; } }
  @media screen and (max-width: 48em) {
    .names-columns {
      column-count: 2;
      moz-column-count: 2;
      -webkit-column-count: 2;
      -moz-column-gap: 25px;
      -webkit-column-gap: 25px;
      padding: 0px 20px;
      column-count: 2; } }
  .names-columns span:nth-of-type(odd) {
    color: #FFB600; }
  .names-columns span:nth-of-type(even) {
    color: #444; }
  .names-columns span:after {
    display: block;
    color: #ccc;
    content: '|';
    padding: 10px 5px 10px 0px; }

.names-columns.alt span:after {
  display: block;
  color: #ccc;
  content: '';
  padding: 10px 5px 10px 0px; }

.faq-content, .page-content {
  display: block;
  z-index: 1;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  padding: 25px 20px 30px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  max-width: 1500px;
  margin: 0px auto;
  border-width: 10px;
  border-style: solid;
  border-color: #999 #ccc #ccc #aaa; }
  @media screen and (max-width: 48em) {
    .faq-content, .page-content {
      padding: 25px 0px 30px 0px; } }
  .faq-content .faqcontent h2, .faq-content .page h2, .page-content .faqcontent h2, .page-content .page h2 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 600;
    margin: 25px 0px; }
    @media screen and (max-width: 48em) {
      .faq-content .faqcontent h2, .faq-content .page h2, .page-content .faqcontent h2, .page-content .page h2 {
        font-size: 1em;
        margin: 0px 0px 25px; } }
    .faq-content .faqcontent h2 span, .faq-content .page h2 span, .page-content .faqcontent h2 span, .page-content .page h2 span {
      color: #FFB600; }
    .faq-content .faqcontent h2 a, .faq-content .page h2 a, .page-content .faqcontent h2 a, .page-content .page h2 a {
      font-size: 18px;
      color: #222;
      line-height: 1em; }
    .faq-content .faqcontent h2 a:hover, .faq-content .page h2 a:hover, .page-content .faqcontent h2 a:hover, .page-content .page h2 a:hover {
      color: #FFB600; }
  .faq-content .faqcontent p, .faq-content .page p, .page-content .faqcontent p, .page-content .page p {
    font-size: 16px;
    line-height: 1.25em; }
  .faq-content .gear h2, .faq-content .links h2, .page-content .gear h2, .page-content .links h2 {
    margin-top: 5px;
    border-bottom: 3px dotted #ccc;
    padding-bottom: 20px;
    min-height: 2em;
    min-height: 4.5em;
    font-size: 18px; }
  .faq-content .gear ul, .faq-content .links ul, .page-content .gear ul, .page-content .links ul {
    list-style-type: none;
    padding: 0px;
    margin: 30px 0px 50px 0px; }
  .faq-content ul, .page-content ul {
    list-style-type: none;
    padding: 0px;
    margin: 30px -20px 50px 0px; }
    @media only screen and (max-width: 64.063em) {
      .faq-content ul, .page-content ul {
        margin: 30px 0px 50px 0px;
        border: 0px; } }
    @media screen and (max-width: 48em) {
      .faq-content ul, .page-content ul {
        margin: 0px 0px 50px 0px; } }
    .faq-content ul li, .page-content ul li {
      font-size: 14px;
      color: #555;
      padding: 0px 0px 0px 0px;
      margin: 0px; }
      @media screen and (max-width: 48em) {
        .faq-content ul li, .page-content ul li {
          padding: 0px 0px 0px 0px;
          margin: 0px 5px 0 0; } }
      .faq-content ul li a, .page-content ul li a {
        color: #111; }
        @media only screen and (max-width: 64.063em) {
          .faq-content ul li a, .page-content ul li a {
            padding-left: 0px; } }
      .faq-content ul li a:hover, .page-content ul li a:hover {
        color: #0DB14B; }
  .faq-content a, .page-content a {
    color: black; }
  .faq-content a:hover, .page-content a:hover {
    color: #0DB14B; }

@media screen and (max-width: 48em) {
  .faq-content ul.side {
    margin: -10px 0px 50px 0px; } }
.faq-content ul.side li a {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 10px 10% 10px 20px;
  font-size: 16px; }
  .faq-content ul.side li a div {
    display: inline-block;
    padding: 0.45rem 2px 0 3px;
    margin: 15px 10px 15px -15px; }
    .faq-content ul.side li a div span {
      font-size: 12px;
      display: inline; }
      @media screen and (max-width: 34em) {
        .faq-content ul.side li a div span {
          padding: 0em 0px 0px 6px; } }
    @media screen and (max-width: 48em) {
      .faq-content ul.side li a div {
        display: inline-block;
        padding: 0.5rem 2px 0 3px !important;
        margin: 15px 10px 15px -15px; } }

@media screen and (max-width: 48em) {
  #answer {
    padding-bottom: 0px;
    display: block; } }
#answer .right {
  z-index: 11;
  position: relative;
  margin-top: -5px; }

h5 {
  color: #FFB600;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px; }

.page-content.alt {
  border-color: #ccc #eee #eee #ddd; }

.page-content.alt.nopad {
  padding: 0px;
  background: none; }

.page-content.narrow {
  max-width: 600px; }

#map {
  width: 100%;
  height: 500px;
  opacity: 0.9;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }
  @media only screen and (max-width: 48.063em) {
    #map {
      height: 250px; } }

#map:hover {
  opacity: 1; }

p.bold {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600; }
  p.bold span {
    color: #ccc; }

ul.gear-pics {
  margin: 0px 0px -10px 10px; }
  ul.gear-pics img {
    padding: 0px 15px 0px 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    float: right;
    opacity: 0.5;
    -webkit-filter: grayscale(100%); }
  ul.gear-pics img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0%); }
  @media only screen and (max-width: 48em) {
    ul.gear-pics {
      margin: 0px 0px -10px 20px; } }
  @media only screen and (max-width: 48em) {
    ul.gear-pics li {
      width: 48% !important; } }

#loading {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  margin: 0px;
  z-index: 99900;
  background: #fff; }

#loading span {
  font-size: 28px;
  position: fixed;
  left: 50%;
  top: 50%;
  color: #000;
  padding: 10px;
  margin: -33px 0px 0px -19px;
  z-index: 99999; }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }
#loading span:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border-radius: 50%;
  border: 6px solid #ccc;
  border-top-color: black;
  animation: spinner .6s linear infinite; }

.sticky-wrapper {
  height: auto !important; }

#wrapper, #container {
  height: 100%; }

#content, .top {
  width: 100%;
  height: 100%;
  top: 0px; }
  @media only screen and (max-width: 48em) {
    #content, .top {
      height: 100px; } }

.top.page {
  height: 105px; }
  @media only screen and (max-width: 48em) {
    .top.page {
      height: 50px; } }

.middle {
  width: 100%;
  margin-top: -260px;
  top: 80%; }
  .middle .middle-c {
    background: -moz-linear-gradient(top, rgba(168, 168, 168, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(168, 168, 168, 0.65)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(168, 168, 168, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(168, 168, 168, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(168, 168, 168, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(168, 168, 168, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6a8a8a8', endColorstr='#00000000',GradientType=0 );
    width: 100%; }
    .middle .middle-c .inner {
      padding: 20px 100px;
      position: relative;
      display: block; }
      .middle .middle-c .inner::before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
        background: repeating-linear-gradient(45deg, transparent, transparent 1px, #fff 1px, #fff 8px); }
      @media only screen and (max-width: 48em) {
        .middle .middle-c .inner {
          padding: 0; } }
  @media only screen and (min-height: 800px) {
    .middle {
      margin-top: -460px; } }
  @media only screen and (min-height: 1000px) {
    .middle {
      margin-top: -560px; } }
  @media only screen and (min-height: 1200px) {
    .middle {
      margin-top: -550px; } }
  @media only screen and (max-width: 48em) {
    .middle {
      margin-top: 0px; } }

.middle.page {
  margin-top: 0px; }
  @media only screen and (max-width: 48em) {
    .middle.page {
      margin-top: -20px; } }

.middle.page.alt {
  width: 100%;
  margin-top: 50px; }
  .middle.page.alt .middle-c {
    background: none;
    width: 100%; }
    .middle.page.alt .middle-c .inner {
      background: none; }
      .middle.page.alt .middle-c .inner .bottom-text span {
        padding: 20px;
        border-style: solid;
        border-color: #999 #ccc #ccc;
        border-width: 0px;
        width: auto;
        color: white;
        background: black;
        line-height: 18px;
        margin: 60px 30px 30px;
        font-size: 18px;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        font-weight: 200;
        letter-spacing: 0.2em;
        text-transform: uppercase; }
  @media only screen and (min-height: 800px) {
    .middle.page.alt {
      margin-top: 50px; } }
  @media only screen and (min-height: 1000px) {
    .middle.page.alt {
      margin-top: 50px; } }
  @media only screen and (min-height: 1200px) {
    .middle.page.alt {
      margin-top: 50px; } }
  @media only screen and (max-width: 48em) {
    .middle.page.alt {
      margin-top: 50px; } }

.screen {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  background: url(../img/dots_black4.png); }

.footer {
  border-top: 0px dotted #aaa;
  padding: 0px 0px 200px;
  margin: 100px 0px 50px 0px;
  background: #fff; }

.photos {
  margin: 100px 0px 0px 0px;
  padding: 50px 0px;
  border-top: 10px solid #ccc;
  border-bottom: 10px solid #ccc; }
  .photos .photo {
    padding: 0px; }
    .photos .photo img {
      padding: 0px; }

ul.albums {
  max-width: 1800px;
  margin: 0px auto;
  padding: 0px 15px; }
  ul.albums li a {
    -webkit-transition: -webkit-transform .3s, all .3s;
    -moz-transition: -moz-transform .3s, all .3s;
    transition: transform .3s, all .3s;
    -webkit-backface-visibility: hidden;
    /* Chrome, Safari, Opera */
    backface-visibility: hidden; }
    ul.albums li a img {
      position: relative;
      z-index: 999; }
  ul.albums li a:hover {
    cursor: normal;
    overflow: hidden; }
    ul.albums li a:hover img {
      border-radius: 0em; }
  ul.albums li a:after {
    background: rgba(255, 182, 0, 0.6);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 182, 0, 0.65)), color-stop(4%, rgba(255, 182, 0, 0.65)), color-stop(49%, rgba(255, 182, 0, 0.65)), color-stop(50%, rgba(255, 182, 0, 0)));
    background: -webkit-linear-gradient(-45deg, rgba(255, 182, 0, 0.65) 0%, rgba(255, 182, 0, 0.65) 4%, rgba(255, 182, 0, 0.65) 49%, rgba(255, 182, 0, 0) 50%);
    background: -o-linear-gradient(-45deg, rgba(255, 182, 0, 0.65) 0%, rgba(255, 182, 0, 0.65) 4%, rgba(255, 182, 0, 0.65) 49%, rgba(255, 182, 0, 0) 50%);
    background: -ms-linear-gradient(-45deg, rgba(255, 182, 0, 0.65) 0%, rgba(255, 182, 0, 0.65) 4%, rgba(255, 182, 0, 0.65) 49%, rgba(255, 182, 0, 0) 50%);
    background: linear-gradient(135deg, rgba(255, 182, 0, 0.65) 0%, rgba(255, 182, 0, 0.65) 4%, rgba(255, 182, 0, 0.65) 49%, rgba(255, 182, 0, 0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ffb600', endColorstr='#00ffb600',GradientType=1 );
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.22) 4%, rgba(255, 255, 255, 0.23) 49%, rgba(255, 255, 255, 0) 50%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0.22)), color-stop(4%, rgba(255, 255, 255, 0.22)), color-stop(49%, rgba(255, 255, 255, 0.23)), color-stop(50%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.22) 4%, rgba(255, 255, 255, 0.23) 49%, rgba(255, 255, 255, 0) 50%);
    background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.22) 4%, rgba(255, 255, 255, 0.23) 49%, rgba(255, 255, 255, 0) 50%);
    background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.22) 4%, rgba(255, 255, 255, 0.23) 49%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.22) 4%, rgba(255, 255, 255, 0.23) 49%, rgba(255, 255, 255, 0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bffffff', endColorstr='#00ffffff',GradientType=1 );
    -webkit-transition: -webkit-transform .3s, all .5s;
    -moz-transition: -moz-transform .5s, all .5s;
    transition: transform .3s, all .5s;
    content: '';
    display: block;
    margin-top: -100%;
    width: 100%;
    padding: 0px 0px 100%;
    position: relative;
    z-index: 1000; }
  ul.albums li a:hover:after {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
    border-radius: 0em;
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.22) 4%, rgba(255, 255, 255, 0.23) 49%, rgba(255, 255, 255, 0) 50%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0.22)), color-stop(4%, rgba(255, 255, 255, 0.22)), color-stop(49%, rgba(255, 255, 255, 0.23)), color-stop(50%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.22) 4%, rgba(255, 255, 255, 0.23) 49%, rgba(255, 255, 255, 0) 50%);
    background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.22) 4%, rgba(255, 255, 255, 0.23) 49%, rgba(255, 255, 255, 0) 50%);
    background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.22) 4%, rgba(255, 255, 255, 0.23) 49%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.22) 4%, rgba(255, 255, 255, 0.23) 49%, rgba(255, 255, 255, 0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bffffff', endColorstr='#00ffffff',GradientType=1 ); }
  @media only screen and (max-width: 48em) {
    ul.albums {
      padding: 0px 0px; } }

body.index .top-nav ul.vis li {
  display: none; }
  @media only screen and (max-width: 48em) {
    body.index .top-nav ul.vis li {
      display: none; } }
body.index .top-nav ul.vis li.contact {
  display: block; }
  @media only screen and (max-width: 48em) {
    body.index .top-nav ul.vis li.contact {
      display: none; } }
body.index .top-nav ul.vis li.gear {
  display: block; }
  @media only screen and (max-width: 48em) {
    body.index .top-nav ul.vis li.gear {
      display: none; } }
body.index .top-nav ul.vis li.clients {
  display: block; }
  @media only screen and (max-width: 48em) {
    body.index .top-nav ul.vis li.clients {
      display: none; } }
body.index .top-nav ul.vis li.faq {
  display: block; }
  @media only screen and (max-width: 48em) {
    body.index .top-nav ul.vis li.faq {
      display: none; } }
@media only screen and (min-width: 48em) {
  body.index .top-nav ul.vis li.logo {
    display: none; } }
@media only screen and (max-width: 48em) {
  body.index .top-nav ul.vis li.logo {
    display: block !important; } }

body.page .top-nav ul.vis li.logo {
  display: block; }

body.index.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

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