@charset "UTF-8";
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

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

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

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

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

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

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

  select {
    background-color: #fff;
  }
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
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; }

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

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

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }
.hidden {
  display: none !important;
}

/* https://github.com/twbs/bootstrap/blob/v4-dev/scss/mixins/_clearfix.scss */
.container {
  max-width: 960px;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 960px) {
    .container {
      margin: 0 1rem; } }

.gmap-table .container,
.gmap-table-actions .container {
          max-width: 1200px;}

.container .row {
  /*margin-left: (-1 * $gutter-width / 2);
	margin-right: (-1 * $gutter-width / 2);*/
  margin: 0; }

.row {
  margin-left: auto;
  margin-right: auto; }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row .col {
    float: left;
    box-sizing: border-box;
    padding: 0 0.5rem;
    min-height: 1px; }
    .row .col[class*="push-"], .row .col[class*="pull-"] {
      position: relative; }
    .row .col.s1 {
      width: 8.3333333333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s2 {
      width: 16.6666666667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s3 {
      width: 25%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s4 {
      width: 33.3333333333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s5 {
      width: 41.6666666667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s6 {
      width: 50%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s7 {
      width: 58.3333333333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s8 {
      width: 66.6666666667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s9 {
      width: 75%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s10 {
      width: 83.3333333333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s11 {
      width: 91.6666666667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s12 {
      width: 100%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.offset-s1 {
      margin-left: 8.3333333333%; }
    .row .col.pull-s1 {
      right: 8.3333333333%; }
    .row .col.push-s1 {
      left: 8.3333333333%; }
    .row .col.offset-s2 {
      margin-left: 16.6666666667%; }
    .row .col.pull-s2 {
      right: 16.6666666667%; }
    .row .col.push-s2 {
      left: 16.6666666667%; }
    .row .col.offset-s3 {
      margin-left: 25%; }
    .row .col.pull-s3 {
      right: 25%; }
    .row .col.push-s3 {
      left: 25%; }
    .row .col.offset-s4 {
      margin-left: 33.3333333333%; }
    .row .col.pull-s4 {
      right: 33.3333333333%; }
    .row .col.push-s4 {
      left: 33.3333333333%; }
    .row .col.offset-s5 {
      margin-left: 41.6666666667%; }
    .row .col.pull-s5 {
      right: 41.6666666667%; }
    .row .col.push-s5 {
      left: 41.6666666667%; }
    .row .col.offset-s6 {
      margin-left: 50%; }
    .row .col.pull-s6 {
      right: 50%; }
    .row .col.push-s6 {
      left: 50%; }
    .row .col.offset-s7 {
      margin-left: 58.3333333333%; }
    .row .col.pull-s7 {
      right: 58.3333333333%; }
    .row .col.push-s7 {
      left: 58.3333333333%; }
    .row .col.offset-s8 {
      margin-left: 66.6666666667%; }
    .row .col.pull-s8 {
      right: 66.6666666667%; }
    .row .col.push-s8 {
      left: 66.6666666667%; }
    .row .col.offset-s9 {
      margin-left: 75%; }
    .row .col.pull-s9 {
      right: 75%; }
    .row .col.push-s9 {
      left: 75%; }
    .row .col.offset-s10 {
      margin-left: 83.3333333333%; }
    .row .col.pull-s10 {
      right: 83.3333333333%; }
    .row .col.push-s10 {
      left: 83.3333333333%; }
    .row .col.offset-s11 {
      margin-left: 91.6666666667%; }
    .row .col.pull-s11 {
      right: 91.6666666667%; }
    .row .col.push-s11 {
      left: 91.6666666667%; }
    .row .col.offset-s12 {
      margin-left: 100%; }
    .row .col.pull-s12 {
      right: 100%; }
    .row .col.push-s12 {
      left: 100%; }
    @media (min-width: 426px) {
      .row .col.m1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-m1 {
        margin-left: 8.3333333333%; }
      .row .col.pull-m1 {
        right: 8.3333333333%; }
      .row .col.push-m1 {
        left: 8.3333333333%; }
      .row .col.offset-m2 {
        margin-left: 16.6666666667%; }
      .row .col.pull-m2 {
        right: 16.6666666667%; }
      .row .col.push-m2 {
        left: 16.6666666667%; }
      .row .col.offset-m3 {
        margin-left: 25%; }
      .row .col.pull-m3 {
        right: 25%; }
      .row .col.push-m3 {
        left: 25%; }
      .row .col.offset-m4 {
        margin-left: 33.3333333333%; }
      .row .col.pull-m4 {
        right: 33.3333333333%; }
      .row .col.push-m4 {
        left: 33.3333333333%; }
      .row .col.offset-m5 {
        margin-left: 41.6666666667%; }
      .row .col.pull-m5 {
        right: 41.6666666667%; }
      .row .col.push-m5 {
        left: 41.6666666667%; }
      .row .col.offset-m6 {
        margin-left: 50%; }
      .row .col.pull-m6 {
        right: 50%; }
      .row .col.push-m6 {
        left: 50%; }
      .row .col.offset-m7 {
        margin-left: 58.3333333333%; }
      .row .col.pull-m7 {
        right: 58.3333333333%; }
      .row .col.push-m7 {
        left: 58.3333333333%; }
      .row .col.offset-m8 {
        margin-left: 66.6666666667%; }
      .row .col.pull-m8 {
        right: 66.6666666667%; }
      .row .col.push-m8 {
        left: 66.6666666667%; }
      .row .col.offset-m9 {
        margin-left: 75%; }
      .row .col.pull-m9 {
        right: 75%; }
      .row .col.push-m9 {
        left: 75%; }
      .row .col.offset-m10 {
        margin-left: 83.3333333333%; }
      .row .col.pull-m10 {
        right: 83.3333333333%; }
      .row .col.push-m10 {
        left: 83.3333333333%; }
      .row .col.offset-m11 {
        margin-left: 91.6666666667%; }
      .row .col.pull-m11 {
        right: 91.6666666667%; }
      .row .col.push-m11 {
        left: 91.6666666667%; }
      .row .col.offset-m12 {
        margin-left: 100%; }
      .row .col.pull-m12 {
        right: 100%; }
      .row .col.push-m12 {
        left: 100%; } }
    @media (min-width: 769px) {
      .row .col.l1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-l1 {
        margin-left: 8.3333333333%; }
      .row .col.pull-l1 {
        right: 8.3333333333%; }
      .row .col.push-l1 {
        left: 8.3333333333%; }
      .row .col.offset-l2 {
        margin-left: 16.6666666667%; }
      .row .col.pull-l2 {
        right: 16.6666666667%; }
      .row .col.push-l2 {
        left: 16.6666666667%; }
      .row .col.offset-l3 {
        margin-left: 25%; }
      .row .col.pull-l3 {
        right: 25%; }
      .row .col.push-l3 {
        left: 25%; }
      .row .col.offset-l4 {
        margin-left: 33.3333333333%; }
      .row .col.pull-l4 {
        right: 33.3333333333%; }
      .row .col.push-l4 {
        left: 33.3333333333%; }
      .row .col.offset-l5 {
        margin-left: 41.6666666667%; }
      .row .col.pull-l5 {
        right: 41.6666666667%; }
      .row .col.push-l5 {
        left: 41.6666666667%; }
      .row .col.offset-l6 {
        margin-left: 50%; }
      .row .col.pull-l6 {
        right: 50%; }
      .row .col.push-l6 {
        left: 50%; }
      .row .col.offset-l7 {
        margin-left: 58.3333333333%; }
      .row .col.pull-l7 {
        right: 58.3333333333%; }
      .row .col.push-l7 {
        left: 58.3333333333%; }
      .row .col.offset-l8 {
        margin-left: 66.6666666667%; }
      .row .col.pull-l8 {
        right: 66.6666666667%; }
      .row .col.push-l8 {
        left: 66.6666666667%; }
      .row .col.offset-l9 {
        margin-left: 75%; }
      .row .col.pull-l9 {
        right: 75%; }
      .row .col.push-l9 {
        left: 75%; }
      .row .col.offset-l10 {
        margin-left: 83.3333333333%; }
      .row .col.pull-l10 {
        right: 83.3333333333%; }
      .row .col.push-l10 {
        left: 83.3333333333%; }
      .row .col.offset-l11 {
        margin-left: 91.6666666667%; }
      .row .col.pull-l11 {
        right: 91.6666666667%; }
      .row .col.push-l11 {
        left: 91.6666666667%; }
      .row .col.offset-l12 {
        margin-left: 100%; }
      .row .col.pull-l12 {
        right: 100%; }
      .row .col.push-l12 {
        left: 100%; } }

html {
  font-size: 14px; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.4;
  color: #212121; }

p, ol, ul, dl, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.4rem; }

a {
  color: #1d54a6;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

.btn,
.btn-secondary,
input[type=submit] {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  border: 0;
  padding: 0.5rem 1.5rem;
  background: #1d54a6;
  color: white;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none; }
  .btn:hover:enabled,
  .btn-secondary:hover:enabled,
  input[type=submit]:hover:enabled {
    background: #256ad1; }
  .btn:active:enabled,
  .btn-secondary:active:enabled,
  input[type=submit]:active:enabled {
    background: #153e7b; }
  .btn:disabled,
  .btn-secondary:disabled,
  input[type=submit]:disabled {
    opacity: 0.4; }

.btn-secondary {
  background: white;
  color: #1d54a6;
  border: 1px solid #1d54a6; }
  .btn-secondary:hover:enabled {
    background: #EFEFEF; }
  .btn-secondary:active:enabled {
    background: #d6d6d6; }

.btn-small {
  font-size: 14px;
  padding: 0.3333333333rem 1rem; }

h1 {
  font-size: 3.2rem;
  font-weight: 600; }

h2 {
  font-size: 1.85rem; }

header {
  padding: 1rem 0;
  margin: 0 auto; }
  header .logo {
    display: inline-block;
    width: 310px;
    height: 68px;
    background: url("../../images/v2/logo_insectronics.svg") no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    text-indent: -9999em; }
  header nav {
    position: absolute;
    display: block;
    right: 0;
    bottom: 1rem; }
    header nav ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      header nav ul::after {
        content: "";
        display: table;
        clear: both; }
      header nav ul li {
        float: left;
        margin-right: 2rem; }
        header nav ul li.active {
          font-weight: bold; }
        header nav ul li:last-child {
          margin-right: 0; }
    @media (max-width: 960px) {
      header nav {
        right: 1rem; } }
  @media (max-width: 768px) {
    header {
      text-align: center; }
      header .logo {
        display: block;
        width: 260px;
        height: 54px;
        margin: 0 auto; }
      header nav {
        position: static;
        right: auto;
        bottom: auto;
        display: inline-block;
        margin-top: 1rem; }
        header nav li {
          text-align: left; } }
  @media (max-width: 425px) {
    header {
      text-align: left;
      padding: 0; }
      header .container {
        margin: 0; }
      header .logo {
        margin: 1rem;
        width: 218px;
        height: 44px; }
      header nav {
        display: none;
        margin: 0; }
        header nav ul li {
          float: none;
          display: block;
          border-bottom: 1px solid #DADADA;
          margin: 0; }
          header nav ul li.active {
            padding: 0.5rem 1rem;
            background: #EFEFEF; }
          header nav ul li:first-child {
            border-top: 1px solid #DADADA; }
          header nav ul li a {
            display: block;
            text-decoration: none;
            padding: 0.5rem 1rem; }
            header nav ul li a:hover {
              background: #EFEFEF; }
        header nav .dropdown .dropdown-menu {
          position: static;
          display: block;
          border: 0;
          box-shadow: none; }
          header nav .dropdown .dropdown-menu li a {
            padding-left: 2rem; }
          header nav .dropdown .dropdown-menu li:last-child {
            border-bottom: 0; }
      header .nav-toggle {
        display: block;
        position: absolute;
        background: url("../../images/v2/icon-hamburger.svg") no-repeat;
        right: 1rem;
        top: 0;
        width: 42px;
        height: 42px;
        border-radius: 4px;
        border: 1px solid #DADADA;
        cursor: pointer; }
        header .nav-toggle:hover {
          background-color: #EFEFEF; } }

.dropdown .dropdown-menu {
  display: none;
  position: absolute;
  z-index: 1;
  margin: 0;
  padding: 0;
  background: white;
  border: 1px solid #DADADA;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  min-width: 160px; }
  .dropdown .dropdown-menu li {
    display: block;
    float: none;
    margin: 0;
    padding: 0; }
    .dropdown .dropdown-menu li a {
      display: block;
      padding: 0.5rem 1rem;
      text-decoration: none; }
      .dropdown .dropdown-menu li a:hover {
        background: #EFEFEF; }

.dropdown:hover .dropdown-menu {
  display: block; }

.how-it-works {
  border-bottom: 1px solid #DADADA; }
  .how-it-works::after {
    content: "";
    display: table;
    clear: both; }

.monitoring {
  padding-top: 2rem; }

.section-pic {
  float: left;
  margin-right: 2rem;
  display: block;
  width: 300px; }
  .section-pic img {
    width: 100%; }
  @media (max-width: 768px) {
    .section-pic {
      width: 200px; } }
  @media (max-width: 425px) {
    .section-pic {
      float: none;
      margin: 0 auto;
      width: 90%; } }

@media (max-width: 425px) {
  .how-it-works .btn, .monitoring .btn {
    width: 100%;
    text-align: center;
    box-sizing: border-box; } }

footer {
  color: #999;
  border-top: 1px solid #DADADA;
  padding: 1rem 0;
  position: relative; }
  footer ul {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    footer ul li {
      float: left;
      margin-left: 2rem; }
      footer ul li a {
        color: #999; }
  @media (max-width: 425px) {
    footer {
      text-align: center; }
      footer ul {
        position: static;
        right: auto;
        top: auto;
        margin-top: 1rem;
        text-align: center; }
        footer ul li {
          margin: 0;
          display: block;
          float: none; }
          footer ul li a {
            display: block;
            padding: 0.5rem 0; } }

.strapline {
  color: white;
  background: #1d54a6;
  text-align: center;
  padding: 0.5rem 0;
  margin-bottom: 1rem; }
  .strapline h1 {
    margin: 0; }

dl::after {
  content: "";
  display: table;
  clear: both; }

dl dt {
  float: left;
  font-weight: bold;
  margin-right: 2rem; }

.loading {
  color: #999;
  font-style: italic; }

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

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

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

input,
button,
select,
textarea {
  line-height: inherit; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

.obligatory {
  color: #CC0000; }

label {
  display: block;
  margin-bottom: 0.5rem; }
  label input[type=checkbox] {
    margin-right: 0.5rem; }

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
textarea,
select {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #DADADA;
  padding: 6px;
  border-radius: 6px; }
  input[type=text] .error,
  input[type=email] .error,
  input[type=tel] .error,
  input[type=password] .error,
  input[type=number] .error,
  textarea .error,
  select .error {
    border: 1px solid red;
    color: red; }

.form-group {
  margin-bottom: 1rem;
  position: relative; }
  .form-group small {
    font-size: 11px;
    color: #999;
    font-style: italic;
    display: inline-block; }

.error {
  color: red; }

.forgot_password {
  display: inline-block;
  margin-left: 1rem; }

div.success {
  background-color: #DCEDC8;
  border: 1px solid #8BC34A;
  color: #558B2F;
  border-radius: 10px;
  padding: 2rem;
  text-align: center;
  margin-bottom: 1rem; }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-single {
  *zoom: 1; }
  .pika-single:before, .pika-single:after {
    content: " ";
    display: table; }
  .pika-single:after {
    clear: both; }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }
  .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }
  .pika-prev:hover,
  .pika-next:hover {
    opacity: 1; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default;
    opacity: .2; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }
  .pika-table th,
  .pika-table td {
    width: 14.285714285714286%;
    padding: 0; }
  .pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center; }
  .pika-table abbr {
    border-bottom: none;
    cursor: help; }

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }
  .is-today .pika-button {
    color: #33aaff;
    font-weight: bold; }
  .is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px; }
  .is-disabled .pika-button,
  .is-outside-current-month .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3; }
  .pika-button:hover {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000000;
  opacity: 0.5; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 0;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
			 * Remove all paddings around the image on small screen
			 */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 0;
    padding-right: 0; } }

.modal {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  position: relative; }
  @media (max-width: 425px) {
    .modal {
      padding: 0.5rem;
      border-radius: 0; } }

.modal-alert {
  width: 50%;
  margin: 0 auto;
  text-align: center; }
  .modal-alert .pr {
    width: 100%;
    height: 60px;
    position: relative;
    margin-bottom: 1rem; }

.modal-view-trap {
  box-sizing: border-box;
  width: 80%;
  margin: 0 auto; }
  .modal-view-trap h2 {
    text-align: center; }
  @media (max-width: 768px) {
    .modal-view-trap {
      width: 100%;
      margin: 0; } }

.modal-clips {
  box-sizing: border-box;
  width: 60%;
  margin: 0 auto; }
  .modal-clips h2 {
    text-align: center; }
  .modal-clips .audio-clip {
    text-align: left;
    margin-top: 1rem; }
    .modal-clips .audio-clip strong {
      display: block; }
    .modal-clips .audio-clip audio {
      width: 100%; }
  @media (max-width: 768px) {
    .modal-clips {
      width: 100%;
      margin: 0; } }

.mvt-datepick input[type=text] {
  padding: 8px;
  line-height: 18px; }

.mvt-datepick .btn-secondary {
  margin-top: 1.9rem;
  box-sizing: border-box;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.mvt-filters {
  list-style-type: none;
  display: block;
  margin: 1rem 0;
  padding: 0; }
  .mvt-filters li {
    display: inline-block;
    margin-right: 1rem; }
    .mvt-filters li label.s {
      font-weight: bold; }
    .mvt-filters li input {
      margin: 0 0.5rem 0 0;
      padding: 0;
      width: 18px;
      height: 18px;
      display: inline-block;
      vertical-align: middle; }

.mvt-graph {
  min-height: 280px;
  margin-bottom: 1rem; }

.mvt-graph-cumulative {
  margin-bottom: 0; }

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

.modal-edit-trap,
.modal-notes-and-photo {
  box-sizing: border-box;
  max-width: 70%;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .modal-edit-trap,
    .modal-notes-and-photo {
      max-width: 90%; } }
  @media (max-width: 425px) {
    .modal-edit-trap,
    .modal-notes-and-photo {
      width: 100%;
      max-width: none; }
      .modal-edit-trap input[type=submit],
      .modal-notes-and-photo input[type=submit] {
        box-sizing: border-box;
        width: 100%;
        margin-bottom: 1rem; }
      .modal-edit-trap button.btn-secondary,
      .modal-notes-and-photo button.btn-secondary {
        box-sizing: border-box;
        width: 100%; } }

.modal-notes-and-photo .row:nth-of-type(2) {
  margin-top: 1rem; }

.modal-notes-and-photo .image-canvas img {
  max-width: 300px;
  max-height: 300px; }

.image-instructions {
  font-style: italic;
  color: #999; }

.modal.modal-schedule-trap .hours-table {
  width: 100%;
  table-layout: fixed; }

.modal.modal-schedule-trap .hours-table td {
  height: 30px;
  width: 100%;
  border-collapse: collapse;
  text-align: center; }
  .modal.modal-schedule-trap .hours-table td.odd-hour-cell {
    background-color: #F3F306; }

.modal.modal-schedule-trap .days-table {
  table-layout: fixed; }

.modal.modal-schedule-trap .days-table td {
  min-width: 70px;
  width: calc(100% / 7);
  height: 30px;
  border-collapse: collapse;
  text-align: center; }

.modal.modal-schedule-trap .cell {
  border: 1px solid black; }

.modal.modal-schedule-trap .hour-cell {
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-bottom: 1px solid black; }

.modal.modal-schedule-trap .selected {
  background-color: #B9D0ED; }

.modal.modal-schedule-trap tr:nth-child(even) {
  background-color: #f2f2f2; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .slick-slider button {
    position: absolute;
    top: 50%;
    z-index: 999;
    display: block;
    border: 0;
    width: 44px;
    height: 44px;
    text-indent: -9999em;
    margin-top: -22px;
    opacity: 0.5; }
    .slick-slider button.slick-prev {
      left: 1rem;
      background: url("../../images/v2/icons/icon-prev.svg") no-repeat; }
    .slick-slider button.slick-next {
      right: 1rem;
      background: url("../../images/v2/icons/icon-next.svg") no-repeat; }
    .slick-slider button:hover {
      opacity: 1; }
    @media (max-width: 425px) {
      .slick-slider button {
        top: auto;
        bottom: 1rem; } }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.hero {
  height: 50vw;
  min-height: 260px;
  max-height: 460px;
  margin-bottom: 2rem;
  overflow: hidden; }
  .hero .container {
    padding-top: 40px; }
    .hero .container h1 {
      margin: 0;
      display: block; }
  .hero .hero-1 {
    height: 100%;
    background: url("../../images/v2/hero-images/hero-1-v1.jpg") no-repeat center center;
    background-size: cover; }
  .hero .hero-2 {
    height: 100%;
    background: url("../../images/v2/hero-images/hero-2-v1.jpg") no-repeat center center;
    background-size: cover; }
  .hero .hero-3 {
    height: 100%;
    background: url("../../images/v2/hero-images/hero-3-v1.jpg") no-repeat center center;
    background-size: cover; }
  .hero .hero-4 {
    height: 100%;
    background: url("../../images/v2/hero-images/hero-4-v1.jpg") no-repeat center center;
    background-size: cover; }
  .hero .hero-5 {
    height: 100%;
    background: url("../../images/v2/hero-images/hero-5-v1.jpg") no-repeat center center;
    background-size: cover; }
  .hero .hero-1 {
    text-align: right; }
    .hero .hero-1 h1 {
      padding-left: 40%; }
  .hero .hero-2 h1 {
    padding-right: 40%;
    color: white;
    text-shadow: 0 2px 4px black; }
  .hero .hero-3 h1 {
    text-align: center;
    color: white;
    text-shadow: 0 2px 4px black; }
  .hero .hero-4 .container {
    padding: 0;
    height: 100%; }
    .hero .hero-4 .container h1 {
      width: 100%;
      position: absolute;
      bottom: 20px;
      text-align: center;
      color: white;
      text-shadow: 0 2px 4px black; }
  @media (max-width: 425px) {
    .hero .hero-4 .container h1 {
      bottom: auto;
      top: 20px; } }
  .hero .hero-5 {
    text-align: right; }
    .hero .hero-5 .container {
      padding-top: 10px; }
    .hero .hero-5 h1 {
      padding-left: 40%; }
  @media (max-width: 768px) {
    .hero .container {
      padding-top: 20px; }
      .hero .container h1 {
        font-size: 2.4rem;
        text-align: center;
        padding-left: 0;
        padding-right: 0; } }
  @media (max-width: 425px) {
    .hero .container h1 {
      font-size: 1.8rem; } }

.contact-gmap {
  min-height: 300px;
  background: #EFEFEF; }

.contact-info section {
  border-bottom: 1px dotted #DADADA;
  padding: 1rem 0; }
  .contact-info section:last-child {
    border-bottom: 0; }

.contact-info h3 {
  margin-bottom: 0.5rem; }

.contact-info dt {
  width: 40%; }

.contact-info p {
  margin: 0; }

.btn-gmap {
  font-family: Roboto, Arial, sans-serif;
  text-align: center;
  position: relative;
  color: #565656;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 11px;
  background: white;
  padding: 8px;
  border-radius: 2px;
  background-clip: padding-box;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  min-width: 40px;
  margin-right: 10px;
  margin-top: 10px;
  cursor: pointer; }

.above_bug_limit {
  color: #CC0910; }

.battery_low {
  color: #FB8C00; }

.gmap {
  height: 480px;
  background: #EFEFEF; }
  .gmap.hide-overlays .marker_overlay {
    visibility: hidden; }

.gmap-status {
  display: block;
  list-style-type: none;
  margin: 10px 0 0 0;
  right: 10px;
  padding: 0;
  position: absolute;
  background: white;
  z-index: 1000;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
  .gmap-status::after {
    content: "";
    display: table;
    clear: both; }
  .gmap-status li {
    float: left;
    display: block;
    white-space: nowrap;
    padding: 0.5rem 1rem;
    border-right: 1px dotted #DADADA; }
    .gmap-status li label {
      margin: 0;
      cursor: pointer; }
    .gmap-status li:last-child {
      border-right: 0; }
    .gmap-status li input {
      width: 18px;
      height: 18px;
      display: inline-block;
      margin: 0 0.5rem 0 0;
      padding: 0;
      vertical-align: middle; }
  @media (max-width: 768px) {
    .gmap-status {
      position: static;
      right: auto;
      margin: 0;
      box-shadow: none;
      border-radius: 0;
      text-align: center; }
      .gmap-status li {
        float: none;
        display: inline-block;
        border: 0; } }

.gmap-legend {
  width: 90%;
  margin: 1rem auto;
  border: 1px solid #DADADA;
  border-radius: 6px;
  padding: 0.5rem; }
  @media (max-width: 768px) {
    .gmap-legend {
      width: 90%;
      box-sizing: border-box; } }

.legend-pin {
  float: left;
  margin-right: 0.5rem; }

.gmap-table h2 {
  text-align: center; }

.gmap-table table {
  border-spacing: 0;
  width: 100%;
  min-width: 768px; }
  .gmap-table table tr {
    border-bottom: 1px solid #DADADA; }
    .gmap-table table tr th, .gmap-table table tr td {
      padding: 1rem 0.3333333333rem; }
    .gmap-table table tr td {
      text-align: center; }
      .gmap-table table tr td:first-child {
        text-align: left; }
      .gmap-table table tr td label {
        margin: 0;
        cursor: pointer; }
      .gmap-table table tr td.loading {
        text-align: center; }
      .gmap-table table tr td input[type="checkbox"] {
        cursor: pointer;
        display: inline-block;
        width: 18px;
        height: 18px;
        padding: 0;
        margin: 0 0.5rem 0 0;
        vertical-align: middle; }
      .gmap-table table tr td.actions ul {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        .gmap-table table tr td.actions ul li {
          display: inline-block;
          margin: 0; }
    .gmap-table table tr.s {
      background-color: #FFF9C4; }
      .gmap-table table tr.s:hover {
        background-color: #FFF9C4; }
    .gmap-table table tr:last-child {
      border-bottom: 0; }
    .gmap-table table tr:hover {
      background-color: #EFEFEF; }

@media (max-width: 768px) {
  .gmap-table .table-wrap {
    overflow-x: scroll;
    border: 1px solid #DADADA;
    border-radius: 6px; } }

.iw {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.4; }
  .iw th {
    text-align: left; }
  .iw th, .iw td {
    padding: 0.5rem;
    border-top: 1px solid #DADADA; }
  .iw tr:first-child th, .iw tr:first-child td,
  .iw tr:last-child th,
  .iw tr:last-child td {
    border-top: 0; }
  .iw .iw_view {
    text-align: right; }
  .iw .iw_edit {
    text-align: left; }

.gmap-table-actions {
  margin: 1rem 0; }
  .gmap-table-actions .gmap-table-actions-choice > * {
    display: inline-block;
    margin-right: 1rem; }
  .gmap-table-actions .gmap-table-actions-add {
    text-align: right; }
  @media (max-width: 768px) {
    .gmap-table-actions .gmap-table-actions-choice {
      text-align: center; }
    .gmap-table-actions .gmap-table-actions-add {
      text-align: center;
      margin-top: 1rem; } }
  @media (max-width: 425px) {
    .gmap-table-actions .btn,
    .gmap-table-actions span {
      display: block;
      width: 100%;
      box-sizing: border-box;
      margin: 0;
      margin-bottom: 1rem; }
    .gmap-table-actions .gmap-table-actions-add {
      margin-top: 0; } }

.place_marker {
  margin-top: 1rem;
  text-align: center; }

#scheduler-left {
  width: 15%;
  float: left;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 1025px) {
    #scheduler-left {
      overflow-x: scroll; } }

#scheduler-right {
  width: 85%;
  float: left;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 1025px) {
    #scheduler-right {
      overflow-x: scroll; } }

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