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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container-xxl, .navbar > .container-xl, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700;1,800&display=swap');

font-family: 'Montserrat', sans-serif;

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Open Sans Semi-Bold";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UNirkOUuhpKKSTjw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Open Sans Bold";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOUuhpKKSTjw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  color: #333333;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
  font-family: "Open Sans Bold", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

strong {
  font-family: "Open Sans Bold", Arial, Helvetica, sans-serif;
}

a {
  color: #0594ca;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}

hr {
  border-top: 0.0625rem solid #e5e5e5;
  opacity: 1;
}

:target::before {
  content: "";
  display: block;
  height: 96px;
  /* fixed header height*/
  margin: -96px 0 0;
  /* negative fixed header height */
}

@media (max-width: 991.98px) {
  :target::before {
    content: "";
    display: block;
    height: 309px;
    /* fixed header height*/
    margin: -309px 0 0;
    /* negative fixed header height */
  }
}
/*------------------------------------*\
  Header
\*------------------------------------*/
header {
  background-color: #ffffff;
	border-bottom: 1px solid #000000;
}
header .navbar {
  min-height: 96px;
}
header .container-fluid {
  padding: 0 1.875rem;
  max-width: 1320px;
}
header #floodboss-logo {
  position: relative;
  top: 0px;
  height: 45px;
}
@media (max-width: 767.98px) {
	header #floodboss-logo {
	  height: 35px;
}
}
header .nav-item {
  margin-left: 2.5rem;
}
@media (max-width: 1199.98px) {
  header .nav-item {
    margin-left: 1.5rem;
  }
}
header a.nav-link {
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  font-size: 1rem;
  margin: 0 2.21%;
  padding: 10px 1.11%;
  text-transform: uppercase;
  white-space: nowrap;
}
header .navbar-toggler {
  border-color: #1777bb;
}
header .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%231777bb' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/*------------------------------------*\
  Hero
\*------------------------------------*/
.hero {
  background-image: url("../images/hero_FloodBoss.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero .container {
  height: 66.375rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .hero .container {
	  height: 25rem;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.hero .container {
	  height: 35rem;
	}
}

.hero__message {
  background-color: rgba(0, 0, 0, 0.6);
  left: 50%;
  margin: 0 auto;
  position: absolute;
  padding: 2.5rem 1rem;
  text-align: center;
  top: 30%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 768px) and (max-width: 1024px) {
	.hero__message {
  		top: 23%;
	}
}
.hero__message p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1;
}
.hero__message--line1 {
  color: #FFC107;
  font-size: 2rem;
  margin-bottom: 0.3125rem;
}
.hero__message--line2 {
  color: #fff;
  font-size: 6rem;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .hero__message--line1 {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .hero__message--line2 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
	.hero__message--line2 {
    font-size: 4rem;
  }
}
.hero__message--line3, .hero__message--line4 {
  color: #75FA95;
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  font-size: 2rem;
  line-height: 1.25 !important;
}
@media (max-width: 767.98px) {
  .hero__message--line3, .hero__message--line4 {
    font-size: 1.5rem;
  }
}
.hero__message hr {
  border-top: 0.0625rem solid #fff;
  margin: 1.25rem auto;
  opacity: 1;
  width: 55%;
}

/*------------------------------------*\
  Why Use
\*------------------------------------*/
#solutions .icon-box {
    text-align: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    padding: 60px 30px;
    width: 100%;
}
#solutions {
  text-align: center;
}
#solutions h1 {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  padding: 0 120px;
  margin: 2.1875rem 0 1.25rem;
}
@media (max-width: 767.98px) {
  #solutions h1 {
    padding: 0;
	font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
	#solutions h1 {
    padding: 0;
	font-size: 2.5rem;
	}
}
#solutions .solutions__copy {
  margin: 0 auto 2.5rem;
  width: 90%;
}
#solutions #icon-absorb, #solutions #icon-block, #solutions #icon-control, #solutions #icon-divert {
  height: 4rem;
	margin-bottom: 20px;
}
#solutions h3 {
  font-family: 'Montserrat', sans-serif;
	font-weight: 700;
  color: #000000;
  font-size: 1.5rem;
  margin: 0.625rem 0;
}

.solutions__problemAreas {
  margin-top: 4rem;
}
.solutions__problemAreas img {
  max-width: 100%;
}


/*------------------------------------*\
  How It Works
\*------------------------------------*/
#howItWorks {
  margin-top: 6.875rem;
}
#howItWorks h2 {
  background-color: #2CB5FF;
  color: #fff;
  font-size: 1.75rem;
  margin-bottom: 2.1875rem;
  padding: 0.3125rem 0;
  text-align: center;
  text-transform: uppercase;
}
#howItWorks #howItWorks__sensor, #howItWorks #howItWorks__gateway {
  max-height: 22.9375rem;
}
#howItWorks #howItWorks__dashboard {
  max-height: 18.125rem;
}
#howItWorks .howItWorks__arrowContainer {
  text-align: center;
}
#howItWorks .howItWorks__arrow {
  bottom: 10rem;
  max-width: 100%;
  position: relative;
}
#howItWorks figcaption {
  color: #01426A;
  font-family: "Open Sans Semi-Bold", Arial, Helvetica, sans-serif;
  font-size: 1.375rem;
  padding: 2rem;
  text-align: center;
}
@media (max-width: 991.98px) {
  #howItWorks figcaption {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  #howItWorks figcaption {
    font-size: 1.1rem;
    margin-top: 0.5rem;
    padding: 0;
  }
}
#howItWorks .howItWorks__gettingStarted {
  margin-top: 2rem;
}
@media (max-width: 767.98px) {
  #howItWorks .howItWorks__gettingStarted #hiw__image {
    order: 2;
  }
  #howItWorks .howItWorks__gettingStarted #hiw__text {
    order: 1;
  }
}
#howItWorks h3 {
  color: #01426A;
  font-size: 1.375rem;
  margin-bottom: 0;
}
#howItWorks .howItWorks__image {
  max-width: 100%;
}
#howItWorks .howItWorks__subhead {
  color: #2CB5FF;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.375rem;
  font-style: italic;
}
@media (max-width: 991.98px) {
  #howItWorks .howItWorks__subhead {
    font-size: 1.125rem;
  }
}
#howItWorks .howItWorks__steps {
  font-size: 1.125rem;
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991.98px) {
  #howItWorks .howItWorks__steps {
    font-size: 0.875rem;
  }
}
#howItWorks .howItWorks__steps li {
  margin-bottom: 1.875rem;
}
#howItWorks .howItWorks__dashboard {
  margin-top: 3.75rem;
}
#howItWorks .howItWorks__dashboard h3 {
  margin-bottom: 1rem;
}
#howItWorks .howItWorks__dashboard p {
  font-size: 1.125rem;
  margin-bottom: 2.5rem;
}
#howItWorks .howItWorks__dashboardImg {
  max-width: 100%;
}
#howItWorks hr {
  margin: 4.5rem 0;
}

/*------------------------------------*\
  Products
\*------------------------------------*/
.section-prod-bg {
	background-color: #f7f7f7;
}

#products .btn {
	width: 180px;
	font-size: 0.875rem;
}

#products h2 {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
	text-transform: uppercase;
  margin-bottom: 2.25rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  #products h2 {
    margin-top: 0.5rem;
  }
}
#products .prod__subhead {
  color: #666666;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.375rem;
  margin-bottom: 3.75rem;
  text-align: center;
}
#products h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
  background-color: #1777bb;
  color: #fff;
  font-size: 1.125rem;
  margin-bottom: 0;
  padding: 0.3125rem 1.5625rem;
}
#products h5 {
	font-weight: 700;
  background-color: #e5e5e5;
  color: #000000;
  font-size: 0.9375rem;
	text-align: center;
  margin-bottom: 0;
  padding: 0.3125rem 1.25rem;
}
#products .card {
  border: 0;
}
@media (max-width: 767.98px) {
  #products .card {
    margin-bottom: 1.5rem;
  }
}
#products .card .card-body {
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 1.5625rem;
}
#products .card .card-body h4 {
  font-size: 0.875rem;
}
#products .card .card-body a {
  display: inline-block;
}

#products .card .card-text {
  font-size: 0.875rem;
}

#products .card .prod__list-head {
  font-family: "Open Sans Bold", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
}
#products .card .prod__list {
  list-style-position: outside;
  min-height: 9.0625rem;
  padding-left: 1.25rem;
  white-space: nowrap;
}
#products img {
  padding: 0.1875rem 0;
  margin: 0 auto;
  max-width: 15.875rem;
}
#products .prod__gateway {
  margin-top: 4.5rem;
}
#products hr {
  margin: 4.5rem 0;
}

/*------------------------------------*\
  Buy
\*------------------------------------*/
.section-buy-bg {
	background-color: #f7f7f7;
}

#buy .btn {
	width: 180px;
	font-size: 0.875rem;
}

#buy h2 {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
	text-transform: uppercase;
  margin-bottom: 2.25rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  #products h2 {
    margin-top: 0.5rem;
  }
}

/*------------------------------------*\
  Testimonial
\*------------------------------------*/
.section-test-bg {
	background-color: #1777bb;
}

.parallax {
	
  /* The image used */
  background-image: url("../images/image_testimonial_bg.jpg");

  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#testimonial .stars {
	color: #FFC107;
	font-size: 30px;
}

#testimonial h2 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2.25rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  #testimonial h2 {
    margin-top: 0.5rem;
  }
}
#testimonial .testimonial__copy {
  margin: 0 auto 2.5rem;
	color: #ffffff;
	font-size: 1.125rem;
  width: 75%;
}
@media (max-width: 991.98px) {
	#testimonial .testimonial__copy {
  		width: 100%;
}
}

/*------------------------------------*\
  Contact Us
\*------------------------------------*/
#contactUs h2 {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
	text-transform: uppercase;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  #contactUs h2 {
    margin-top: 0.5rem;
  }
}

#contactUs .contactUs__copy {
  margin: 0 auto 2.5rem;
	color: #000000;
	font-size: 1.125rem;
  width: 50%;
}
@media (max-width: 767.98px) {
  #contactUs .contactUs__copy {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
	#contactUs .contactUs__copy {
    width: 75%;
  }
}

#contactUs .contactUs__form {
  width: 50%;
}

#contactUs h4 {
  font-family: 'Montserrat', sans-serif;
	font-weight: 700;
  color: #000000;
  font-size: 1.5rem;
  margin: 0.625rem 0;
}

#contactUs h5 {
  font-family: 'Montserrat', sans-serif;
	font-weight: 700;
  color: #000000;
  font-size: 1.125rem;
  margin: 0.625rem 0;
	text-align: center;
}

#contactUs hr {
  border-top: 0.0625rem solid #e5e5e5;
  margin: 1.75rem auto;
  opacity: 1;
  width: 55%;
}

#contactUs #icon-call, #contactUs #icon-email{
  height: 3rem;
	margin-bottom: 10px;
}
#contactUs #icon-email{
  height: 2rem;
    margin-top: 10px;
    margin-bottom: 16px;
}
#contactUs .btn {
    font-size: 0.875rem;
}

/*------------------------------------*\
  Footer
\*------------------------------------*/
footer .footer__quick-links {
  background-color: #000000;
  border-bottom: 0.0625rem solid #ffffff;
  padding: 1.875rem 0;
}
footer .footer__quick-links a {
  color: #ffffff;
  text-decoration: none;
}
footer .footer__quick-links a:hover {
	color: #ffd700;
  text-decoration: underline;
}
footer .footer__shieldLogo {
  width: 3.3125rem;
}
footer .footer__typeLogo {
  margin-left: 1rem;
  width: 5.625rem;
}
footer .footer__newPig {
  border-top: 0.0625rem solid #2cb5ff;
  color: #fff;
  font-size: 0.75rem;
  padding-top: 1.5625rem;
  width: 70%;
}
@media (max-width: 767.98px) {
  footer .footer__newPig {
    width: 100%;
  }
}
footer .footer__ql {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
  color: #fff;
  font-size: 1.5rem;
  padding: 0.625rem 0 0.4375rem;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
	footer .footer__ql {
		margin-top: 20px;
	}
}
footer .footer__list {
  border-top: 0.0625rem solid #2cb5ff;
  column-count: 2;
  padding-top: 1.5625rem;
  list-style-position: inside;
  list-style-type: none;
  padding-left: 0;
}
footer .footer__list li {
  margin-bottom: 1.25rem;
}
footer .footer__list a {
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  footer .footer__list a {
    font-size: 0.875rem;
  }
}
footer .footer__legal {
  background-color: #000000;
  color: #fff;
  font-size: 0.8125rem;
  padding: 1.5625rem 0;
}
footer .footer__legal a {
  color: #fff;
}



/*------------------------------------*\
  Terms Of Use & FAQs
\*------------------------------------*/
.termsOfUse h1, .faqs h1, .privacyPolicy h1 {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
	font-weight: 700;
  font-size: 3rem;
}
.termsOfUse h2, .faqs h2, .privacyPolicy h2 {
  color: #1d76bb;
  margin-top: 2rem;
}
.faqbold {
	font-weight: 700;
	margin-bottom: 0;
}

/*------------------------------------*\
  Terms Of Use
\*------------------------------------*/
.terms__list {
  list-style-type: lower-alpha;
}
.terms__list li {
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
}

/*------------------------------------*\
  Privacy Policy
\*------------------------------------*/
.privacyPolicy ol li, .privacyPolicy ul li {
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.privacyPolicy table {
  border-collapse: collapse;
}
.privacyPolicy th {
  font-family: "Open Sans Bold", Arial, Helvetica, sans-serif;
}
.privacyPolicy th, .privacyPolicy td {
  border: 1px solid #e5e5e5;
  padding: 0.5rem;
  vertical-align: top;
  width: 25%;
}
.privacyPolicy .backToTop {
  font-size: 0.8125rem;
}
.privacyPolicy .backToTop a {
  padding: 0.5rem;
}

/*# sourceMappingURL=watchhog-custom.css.map */
