@import url("https://fonts.googleapis.com/css?family=Lato:400,700,300,300italic,400italic,700italic");

html {
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

*,
*:before,
*:after {
  box-sizing: inherit
}

body {
  margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: bold
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: 0.67em 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

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

sup {
  top: -0.5em
}

sub {
  bottom: -0.25em
}

img {
  border: 0;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

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

input {
  line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: bold
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td,
th {
  padding: 0
}

html {
  /* background-color: #282828; */
}

body {
  /* max-width: 1290px; */
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
  color: #000;/* #343434; */
  font-family: 'Lato', sans-serif
}
body.full-width {
  max-width: 100%;
  box-shadow: none;
}

a {
  transition: opacity .05s ease-in-out
}

.container,
body.sub .content,
body.hs-blog-listing .body-container-wrapper,
body.hs-blog-post .body-container-wrapper {
  width: 100%;
  max-width: 1290px;
  margin: 0 auto;
  /* padding: 0 20px; */
  clear: both;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
body.full-width .container,
body.full-width .content {
  max-width: 1200px;
}

main,
body.hs-blog-listing .body-container-wrapper,
body.hs-blog-post .body-container-wrapper {
  padding: 73px 0 0;
  z-index: 0;
}
@media only screen and (min-width: 1101px) {
  main,
  body.hs-blog-listing .body-container-wrapper,
  body.hs-blog-post .body-container-wrapper {
    padding-top: 108px;
  }
}

header {
  height: 107px;
  width: 100%;
  overflow: visible;
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
}
header section.top-nav .container,
header section.main-nav .container {
  padding: 0 30px;
}
body.sub-iot header section.main-nav .container {
  padding: 0;
}
header section.top-nav {
  background-color: #042c63;
  height: 37px;
}
header section.top-nav ul {
  margin: 0;
  float: right;
}
header section.top-nav ul li {
  float: left;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
header section.top-nav ul li a {
  display: block;
  font-size: 16px;
  line-height: 37px;
  padding: 0 16px;
  color: white;
  text-decoration: none;
}
header section.top-nav ul li a:hover {
  opacity: 0.5;
}
header section.main-nav {
  background-color: #0f4083;
  height: 73px;
}

header .container, header body.sub .content, body.sub header .content {
  max-width: 1290px;
}

header h1, header .logo {
  display: block;
  float: left;
  width: 126px;
  height: 37px;
  margin: 16px 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url("https://2086349.fs1.hubspotusercontent-na1.net/hubfs/2086349/bg-logo.png") 0 0 no-repeat;
}

header section.main-nav nav {
  float: right;
  margin: 0;
}

header nav > ul,
header section.main-nav .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

header nav > ul > li,
header section.main-nav .hs-menu-wrapper > ul > li {
  display: block;
  float: left;
  overflow: visible;
}

@media only screen and (max-width: 1100px) {
  header .top-nav,
  header nav > ul > li,
  header section.main-nav .hs-menu-wrapper > ul > li {
    display: none;
  }

}

header section.main-nav .has-dropdown,
header section.main-nav .hs-item-has-children {
  position: relative;
}
header section.main-nav .has-dropdown:hover .dropdown-menu,
header section.main-nav .hs-item-has-children:hover .hs-menu-children-wrapper {
  display: block;
}
header section.main-nav .has-dropdown:hover > a,
header section.main-nav .hs-item-has-children:hover > a {
  border-bottom: 4px solid #f7941d;
}
header section.main-nav .dropdown-menu,
header section.main-nav .hs-item-has-children .hs-menu-children-wrapper {
  display: none;
  position: absolute;
  width: 300px;
  background-color: #b7b7b7;
  margin: 0;
  padding: 0;
}
header section.main-nav .dropdown-menu li,
header section.main-nav .hs-menu-children-wrapper li {
  display: block;
  margin: 1px;
}
header section.main-nav .dropdown-menu li > a,
header section.main-nav .hs-menu-children-wrapper li > a {
  background-color: #e8f0fb;
  color: #505050;
  text-decoration: none;
  display: block;
  padding: 15px 20px;
  font-weight: 700;
  font-size: 18px;

}
header section.main-nav .dropdown-menu li > a:hover,
header section.main-nav .hs-menu-children-wrapper li > a:hover {
  background-color: #b7b7b7;
}

header nav > ul > li > a,
header section.main-nav .hs-menu-wrapper > ul > li > a {
  display: block;
  margin-left: 0;
  font-size: 18px;
  padding: 0 16px;
  font-weight: 900;
  line-height: 69px;
  color: #fff;
  text-decoration: none;
  border-bottom: 4px solid #0f4083;
}

header nav > ul > li > a:hover,
header section.main-nav .hs-menu-wrapper > ul > li > a:hover {
  border-bottom: 4px solid #f7941d;
}

header nav > ul > li > a[href^='tel'] {
  cursor: text;
}

.home header nav > ul > li > a[href^='tel'] {
  margin-right: 0;
  font-size: 32px;
}

header nav > ul > li > a[href^='tel']:hover {
  opacity: 1;
}

header nav > ul > li:first-child a {
  margin-left: 0;
}

header nav > ul > li:last-child,
header section.main-nav .mobile-menu {
  display: none;
}

@media only screen and (max-width: 1100px) {
  header nav > ul > li:last-child,
  header section.main-nav .mobile-menu {
    display: block;
  }
}

header nav > ul > li:last-child .menu,
header section.main-nav .mobile-menu .menu {
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
  color: #fff;
  text-decoration: none;
}
header section.main-nav .mobile-menu {
  float: right;
}
header nav > ul > li:last-child .menu:hover,
header section.main-nav .mobile-menu .menu:hover {
  opacity: 0.5;
}

header nav > ul > li:last-child .menu span, 
header nav > ul > li:last-child .menu span::before, 
header nav > ul > li:last-child .menu span::after,
header section.main-nav .mobile-menu .menu span,
header section.main-nav .mobile-menu .menu span::before,
header section.main-nav .mobile-menu .menu span::after {
  width: 100%;
  height: 5px;
  background-color: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

header nav > ul > li:last-child .menu span,
header section.main-nav .mobile-menu .menu span {
  position: relative;
  display: block;
  float: right;
  width: 30px;
  margin: 17.5px 0 0 10px;
}

header nav > ul > li:last-child .menu span::after, 
header nav > ul > li:last-child .menu span::before,
header section.main-nav .mobile-menu .menu span::after,
header section.main-nav .mobile-menu .menu span::before {
  content: '';
  position: absolute;
  left: 0;
  top: -9px;
}

header nav > ul > li:last-child .menu span::after,
header section.main-nav .mobile-menu .menu span::after {
  top: 9px;
}

header nav > ul > li:last-child .menu.active,
header section.main-nav .mobile-menu .menu.active {
  opacity: 0.5;
}

header nav > ul > li:last-child .menu.active span,
header section.main-nav .mobile-menu .menu.active span {
  background-color: transparent;
}

header nav > ul > li:last-child .menu.active span::before,
header section.main-nav .mobile-menu .menu.active span::before {
  -ms-transform: rotate(45deg) translate(5px, 5px);
  transform: rotate(45deg) translate(5px, 5px);
}

header nav > ul > li:last-child .menu.active span::after,
header section.main-nav .mobile-menu .menu.active span::after {
  -ms-transform: rotate(-45deg) translate(7px, -8px);
  transform: rotate(-45deg) translate(7px, -8px);
}

header .cd-dropdown-wrapper,
header section.main-nav .cd-dropdown-wrapper {
  display: inline-block;
  position: relative;
  margin-top: 15px;
}

header .cd-dropdown h2,
header .cd-dropdown-content a,
header .cd-dropdown-content ul a,
header section.main-nav .mobile-menu .cd-dropdown h2,
header section.main-nav .mobile-menu .hs_cos_wrapper a,
header section.main-nav .mobile-menu .hs_cos_wrapper ul a {
  height: 50px;
  line-height: 50px;
}

@media only screen and (min-width: 768px) {
  header .cd-dropdown h2,
  header .cd-dropdown-content a,
  header .cd-dropdown-content ul a,
  header section.main-nav .mobile-menu .cd-dropdown h2,
  header section.main-nav .mobile-menu .hs_cos_wrapper a,
  header section.main-nav .mobile-menu .hs_cos_wrapper ul a {
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 940px) {
  header .cd-dropdown h2,
  header .cd-dropdown-content a,
  header .cd-dropdown-content ul a,
  header section.main-nav .mobile-menu .cd-dropdown h2,
  header section.main-nav .mobile-menu a,
  header section.main-nav .mobile-menu .hs_cos_wrapper ul a  {
    height: 50px;
    line-height: 50px;
  }
}

header .cd-dropdown h2,
header .cd-dropdown-content a,
header .cd-dropdown-content ul a,
header .cd-dropdown-content .cd-divider,
header section.main-nav .mobile-menu .cd-dropdown h2,
header section.main-nav .mobile-menu .hs_cos_wrapper a,
header section.main-nav .mobile-menu .hs_cos_wrapper ul a  {
  padding: 0 20px;
}

header .cd-dropdown,
header section.main-nav .mobile-menu .cd-dropdown {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #0f4083;
  color: #fff;
  visibility: hidden;
  /* Force Hardware Acceleration */
  backface-visibility: hidden;
  transform: translateZ(0);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: transform .5s 0s, visibility 0s .5s;
}

header .cd-dropdown h2,
header section.main-nav .cd-dropdown h2 {
  /* dropdown title - mobile version only */
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5779a8;
  background-color: #0f4083;
  border-bottom: 1px solid #224f8d;
}

header .cd-dropdown .cd-close,
header section.main-nav .cd-dropdown .cd-close {
  /* 'X' close icon - mobile version only */
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}

header .cd-dropdown .cd-close::after, 
header .cd-dropdown .cd-close::before {
  /* this is the 'X' icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 20px;
  width: 2px;
  background-color: #fff;
}

header .cd-dropdown .cd-close::after {
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

header .cd-dropdown .cd-close::before {
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

header .cd-dropdown.dropdown-is-active,
header section.main-nav .cd-dropdown.dropdown-is-active .hs_cos_wrapper {
  visibility: visible;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: transform 0.5s 0s, visibility 0s 0s;
}

header .cd-dropdown.dropdown-is-active .cd-dropdown-content, 
header .cd-dropdown.dropdown-is-active .cd-dropdown-content ul,
header section.main-nav .cd-dropdown.dropdown-is-active .hs_cos_wrapper,
header section.main-nav .cd-dropdown.dropdown-is-active .hs_cos_wrapper ul {
  -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 768px) {
  header .cd-dropdown .cd-close {
    top: 5px;
  }
}

@media only screen and (min-width: 940px) {
  header .cd-dropdown,
  header section.main-nav .mobile-menu .cd-dropdown {
    position: absolute;
    top: 68px;
    right: 6px;
    /* reset style*/
    height: auto;
    width: auto;
    -ms-transform: translateX(0);
    transform: translateX(0);
    background-color: #fff;
    color: #0f8343;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
  }
  .open-to-left header .cd-dropdown {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    right: 0;
    left: auto;
  }
  header .cd-dropdown h2, header .cd-dropdown .cd-close {
    /* on desktop - hide title and 'X' */
    display: none;
  }
  header .cd-dropdown.dropdown-is-active,
  header section.main-nav .cd-dropdown.dropdown-is-active {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
  }
}

header .cd-dropdown:before,
header section.main-nav .cd-dropdown:before {
  bottom: 100%;
  right: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

header .cd-dropdown-content, 
header .cd-dropdown-content ul,
header section.main-nav .mobile-menu .hs_cos_wrapper,
header section.main-nav .mobile-menu .hs_cos_wrapper ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  transition: transform 0.3s;
  margin: 0;
  padding: 0;
  padding-top: 50px;
  list-style: none;
}

header .cd-dropdown-content a,
header section.main-nav .mobile-menu .hs_cos_wrapper a,
header section.main-nav .mobile-menu .hs_cos_wrapper ul a
header .cd-dropdown-content ul a {
  display: block;
  color: #fff;
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #224f8d;
  text-decoration: none;
}

header .cd-dropdown-content li:first-of-type > a, header .cd-dropdown-content ul li:first-of-type > a {
  border-top-width: 0;
}

header .cd-dropdown-content li:last-of-type > a, header .cd-dropdown-content ul li:last-of-type > a {
  border-bottom-width: 1px;
}

header .cd-dropdown-content .cd-divider, header .cd-dropdown-content ul .cd-divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0b2d5c;
  color: #5779a8;
  text-transform: uppercase;
}

header .cd-dropdown-content .cd-divider + li > a, header .cd-dropdown-content ul .cd-divider + li > a {
  border-top-width: 0;
}

header .cd-dropdown-content a, header .cd-dropdown-content .cd-search, header .cd-dropdown-content .cd-divider, header .cd-dropdown-content ul a, header .cd-dropdown-content ul .cd-search, header .cd-dropdown-content ul .cd-divider {
  /* Force Hardware Acceleration */
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: opacity 0.3s, transform 0.3s;
}

header .cd-dropdown-content.is-hidden, header .cd-dropdown-content ul.is-hidden {
  /* push the secondary dropdown items to the right */
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

header .cd-dropdown-content.is-hidden > li > a,
header .cd-dropdown-content.is-hidden > li > .cd-search,
header .cd-dropdown-content.is-hidden > .cd-divider,
header .cd-dropdown-content.move-out > li > a,
header .cd-dropdown-content.move-out > li > .cd-search,
header .cd-dropdown-content.move-out > .cd-divider, header .cd-dropdown-content ul.is-hidden > li > a,
header .cd-dropdown-content ul.is-hidden > li > .cd-search,
header .cd-dropdown-content ul.is-hidden > .cd-divider,
header .cd-dropdown-content ul.move-out > li > a,
header .cd-dropdown-content ul.move-out > li > .cd-search,
header .cd-dropdown-content ul.move-out > .cd-divider {
  /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
  opacity: 0;
}

header .cd-dropdown-content.move-out > li > a,
header .cd-dropdown-content.move-out > li > .cd-search,
header .cd-dropdown-content.move-out > .cd-divider, header .cd-dropdown-content ul.move-out > li > a,
header .cd-dropdown-content ul.move-out > li > .cd-search,
header .cd-dropdown-content ul.move-out > .cd-divider {
  /* push the dropdown items to the left when secondary dropdown slides in */
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

@media only screen and (min-width: 768px) {
  header .cd-dropdown-content, header .cd-dropdown-content ul {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 940px) {
  header .cd-dropdown-content, header .cd-dropdown-content ul {
    padding-top: 0;
    overflow: visible;
  }
  header .cd-dropdown-content a, header .cd-dropdown-content ul a {
    color: #0f8343;
    height: 50px;
    line-height: 46px;
    text-decoration: none;
    border-color: #ebebeb;
  }
  header .cd-dropdown-content .cd-divider, header .cd-dropdown-content ul .cd-divider {
    background-color: transparent;
    color: #b3b3b3;
    border-top: 1px solid #ebebeb;
  }
  header .cd-dropdown-content .cd-divider + li > a, header .cd-dropdown-content ul .cd-divider + li > a {
    border-top-width: 1px;
  }
  header .cd-dropdown-content.is-hidden > li > a,
  header .cd-dropdown-content.is-hidden > li > .cd-search,
  header .cd-dropdown-content.is-hidden > .cd-divider,
  header .cd-dropdown-content.move-out > li > a,
  header .cd-dropdown-content.move-out > li > .cd-search,
  header .cd-dropdown-content.move-out > .cd-divider, header .cd-dropdown-content ul.is-hidden > li > a,
  header .cd-dropdown-content ul.is-hidden > li > .cd-search,
  header .cd-dropdown-content ul.is-hidden > .cd-divider,
  header .cd-dropdown-content ul.move-out > li > a,
  header .cd-dropdown-content ul.move-out > li > .cd-search,
  header .cd-dropdown-content ul.move-out > .cd-divider {
    /* reset mobile style */
    opacity: 1;
  }
}

header .cd-dropdown-content .see-all a {
  /* different style for the See all links */
  color: #3f8654;
}

header .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px;
}

header .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

header .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
  padding-left: 90px;
}

header .cd-dropdown-content .cd-dropdown-gallery img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}

header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  padding-left: 75px;
  position: relative;
}

header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
  color: #0f8343;
  /* hide description on small devices */
  display: none;
}

header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
  /* item icon */
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}

@media only screen and (min-width: 940px) {
  header .cd-dropdown-content {
    /* reset mobile style */
    position: static;
    height: auto;
    width: 220px;
  }
  header .cd-dropdown-content li.mobile {
    display: none;
  }
  header .cd-dropdown-content > li:last-of-type a {
    border-bottom: none;
  }
  header .cd-dropdown-content li:not(.has-children) a:hover {
    color: #0a552c;
  }
  header .cd-dropdown-content.move-out > li > a,
  header .cd-dropdown-content.move-out > li > .cd-search,
  header .cd-dropdown-content.move-out > .cd-divider {
    /* reset mobile style */
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  header .cd-dropdown-content .cd-secondary-dropdown, header .cd-dropdown-content .cd-dropdown-gallery, header .cd-dropdown-content .cd-dropdown-icons {
    -ms-transform: translateX(0);
    transform: translateX(0);
    left: 100%;
    height: auto;
    background-color: #fff;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  }
  header .cd-dropdown-content .cd-secondary-dropdown::after, header .cd-dropdown-content .cd-dropdown-gallery::after, header .cd-dropdown-content .cd-dropdown-icons::after {
    clear: both;
    content: "";
    display: table;
  }
  .open-to-left header .cd-dropdown-content .cd-secondary-dropdown, .open-to-left header .cd-dropdown-content .cd-dropdown-gallery, .open-to-left header .cd-dropdown-content .cd-dropdown-icons {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    left: auto;
    right: 100%;
  }
  header .cd-dropdown-content .cd-secondary-dropdown.is-hidden, header .cd-dropdown-content .cd-dropdown-gallery.is-hidden, header .cd-dropdown-content .cd-dropdown-icons.is-hidden {
    /* reset mobile style */
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  header .cd-dropdown-content .cd-secondary-dropdown.fade-in, header .cd-dropdown-content .cd-dropdown-gallery.fade-in, header .cd-dropdown-content .cd-dropdown-icons.fade-in {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
    animation: cd-fade-in 0.2s;
  }
  header .cd-dropdown-content .cd-secondary-dropdown.fade-out, header .cd-dropdown-content .cd-dropdown-gallery.fade-out, header .cd-dropdown-content .cd-dropdown-icons.fade-out {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
    animation: cd-fade-out 0.2s;
  }
  header .cd-dropdown-content .cd-secondary-dropdown > .go-back, header .cd-dropdown-content .cd-dropdown-gallery > .go-back, header .cd-dropdown-content .cd-dropdown-icons > .go-back {
    display: none;
  }
  header .cd-dropdown-content .cd-secondary-dropdown > .see-all, header .cd-dropdown-content .cd-dropdown-gallery > .see-all, header .cd-dropdown-content .cd-dropdown-icons > .see-all {
    position: absolute;
    bottom: 20px;
    height: 45px;
    text-align: center;
  }
  header .cd-dropdown-content .cd-secondary-dropdown > .see-all a, header .cd-dropdown-content .cd-dropdown-gallery > .see-all a, header .cd-dropdown-content .cd-dropdown-icons > .see-all a {
    margin: 0;
    height: 100%;
    line-height: 45px;
    background: #ebebeb;
    pointer-events: auto;
    transition: color 0.2s, background-color 0.2s;
  }
  header .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover, header .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover, header .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
    color: #fff;
    background-color: #0f8343;
  }
  header .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, header .cd-dropdown-content .cd-secondary-dropdown a, header .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, header .cd-dropdown-content .cd-dropdown-gallery a, header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item, header .cd-dropdown-content .cd-dropdown-icons a {
    border: none;
  }
  header .cd-dropdown-content .cd-dropdown-gallery, header .cd-dropdown-content .cd-dropdown-icons {
    padding: 20px 30px 100px;
  }
  header .cd-dropdown-content .cd-dropdown-gallery > .see-all, header .cd-dropdown-content .cd-dropdown-icons > .see-all {
    width: calc(100% - 60px);
  }
  header .cd-dropdown-content .cd-dropdown-icons > li, header .cd-dropdown-content .cd-secondary-dropdown > li {
    width: 50%;
    float: left;
  }
  header .cd-dropdown-content .cd-secondary-dropdown {
    overflow: hidden;
    width: 550px;
    padding-bottom: 65px;
  }
  header .cd-dropdown-content .cd-secondary-dropdown::before {
    /* this is the separation line in the middle of the .cd-secondary-dropdown element */
    position: absolute;
    content: '';
    top: 290px;
    left: 15px;
    height: 1px;
    width: 520px;
    background-color: #ebebeb;
  }
  header .cd-dropdown-content .cd-secondary-dropdown > li > a {
    color: #3f8654;
    margin-bottom: 10px;
    height: 30px;
    pointer-events: none;
  }
  header .cd-dropdown-content .cd-secondary-dropdown > li > a::after, header .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
    /* hide the arrow */
    display: none;
  }
  header .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
    /* reset mobile style */
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  header .cd-dropdown-content .cd-secondary-dropdown > li {
    margin: 20px 0;
    border-right-width: 1px;
    border-color: #ebebeb;
    border-style: solid;
    padding: 0 30px;
    height: 250px;
  }
  header .cd-dropdown-content .cd-secondary-dropdown > li:nth-of-type(2n) {
    border-right-width: 0;
  }
  header .cd-dropdown-content .cd-secondary-dropdown > li > ul {
    /* reset mobile style */
    -ms-transform: translate(0);
    transform: translate(0);
    position: relative;
    height: auto;
  }
  header .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
    display: none;
  }
  header .cd-dropdown-content .cd-secondary-dropdown a {
    line-height: 25px;
    height: 25px;
    padding-left: 0;
  }
  header .cd-dropdown-content .cd-secondary-dropdown a:hover {
    color: #3f8654;
  }
  header .cd-dropdown-content .cd-secondary-dropdown ul {
    padding-bottom: 25px;
    overflow: hidden;
    height: auto;
  }
  header .cd-dropdown-content .cd-secondary-dropdown .go-back a {
    padding-left: 20px;
    color: transparent;
  }
  header .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
    color: transparent;
  }
  header .cd-dropdown-content .cd-secondary-dropdown .go-back a::before, header .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
    left: 0;
  }
  header .cd-dropdown-content .cd-secondary-dropdown .see-all {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  header .cd-dropdown-content .cd-dropdown-gallery {
    width: 600px;
    padding-bottom: 100px;
  }
  header .cd-dropdown-content .cd-dropdown-gallery > li {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  header .cd-dropdown-content .cd-dropdown-gallery > li:nth-of-type(2n) {
    margin-right: 0;
  }
  header .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding: 0;
    height: auto;
    line-height: normal;
    color: #3f8654;
    margin-bottom: 2em;
  }
  header .cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a,
  header .cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
    margin-bottom: 0;
  }
  header .cd-dropdown-content .cd-dropdown-gallery img {
    position: static;
    height: auto;
    width: 100%;
    margin: 0 0 0.6em;
  }
  header .cd-dropdown-content .cd-dropdown-icons {
    width: 600px;
  }
  header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    height: 80px;
    line-height: 1.2;
    padding: 24px 0 0 85px;
  }
  header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
    background: #ebebeb;
  }
  header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
    color: #3f8654;
  }
  header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
    display: block;
  }
  header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    left: 25px;
  }
  header .cd-dropdown-content > .has-children > ul {
    visibility: hidden;
  }
  header .cd-dropdown-content > .has-children > ul.is-active {
    /* when hover over .cd-dropdown-content items - show subnavigation */
    visibility: visible;
  }
  header .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
    /* if .cd-secondary-dropdown is visible - show also subnavigation */
    visibility: visible;
  }
  header .cd-dropdown-content > .has-children > a.is-active {
    /* hover effect for .cd-dropdown-content items with subnavigation */
    box-shadow: inset 2px 0 0 #3f8654;
    color: #3f8654;
  }
  header .cd-dropdown-content > .has-children > a.is-active::before, header .cd-dropdown-content > .has-children > a.is-active::after {
    background: #3f8654;
  }
  .open-to-left header .cd-dropdown-content > .has-children > a.is-active {
    box-shadow: inset -2px 0 0 #3f8654;
  }
}

@keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible
  }
  100% {
    opacity: 1;
    visibility: visible
  }
}

@keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible
  }
  100% {
    opacity: 0;
    visibility: visible
  }
}

header .cd-dropdown-content .go-back a {
  padding-left: 40px
}

header .cd-dropdown-content .go-back a::before,
header .cd-dropdown-content .go-back a::after {
  left: 20px;
  -ms-transform-origin: 1px 50%;
  transform-origin: 1px 50%
}

header .cd-main-content {
  background-color: #e6e6e6;
  min-height: calc(100vh - 100px);
  padding: 2em 5%;
  line-height: 2
}

header .no-js .cd-dropdown-wrapper:hover .cd-dropdown {
  visibility: visible;
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0)
}

header .no-js .cd-dropdown-wrapper .cd-close {
  display: none
}

footer {
  position: relative;
  background: #343434;
  text-align: center;
  /* max-width: 1290px; */
  margin: 0 auto;
}

footer ul {
  display: inline-block;
  margin: 30px auto 25px auto;
  padding: 0;
  list-style: none
}

@media only screen and (max-width: 768px) {
  footer ul {
    padding-left: 25px;
    margin-bottom: 15px
  }
}

footer ul li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  height: 70px
}

footer ul li a {
  display: block;
  margin: 18px 0 0 10px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap
}

footer ul li:nth-child(1) {
  margin-right: 10px;
  border-right: 1px solid #717171
}

footer ul li:nth-child(1) a {
  width: 126px;
  height: 37px;
  margin: 20px 20px 0 0;
  background: url("https://2086349.fs1.hubspotusercontent-na1.net/hubfs/2086349/bg-footer.png") 0 0 no-repeat
}

footer ul li:nth-child(2) a {
  width: 40px;
  height: 40px;
  background: url("https://2086349.fs1.hubspotusercontent-na1.net/hubfs/2086349/icn-email.png") 0 0 no-repeat
}

footer ul li:nth-child(3) {
  margin-right: 35px;
  position: relative;
}

footer ul li:nth-child(3) a {
  width: 40px;
  height: 40px;
  background: url("https://2086349.fs1.hubspotusercontent-na1.net/hubfs/2086349/icn-linkedin.png") 0 0 no-repeat
}

footer p {
  margin: 0 0 30px 0;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  color: #fff
}

@media only screen and (max-width: 950px) {
  footer p {
    font-size: 28px
  }
}

@media only screen and (max-width: 768px) {
  footer p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px
  }
}

footer p a {
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: text
}

@media only screen and (max-width: 768px) {
  footer p a:last-of-type {
    display: block
  }
}

footer p span {
  font-style: italic
}

footer .legal {
  padding: 15px;
  background: #282828
}

footer .legal p {
  margin: 0;
  opacity: 0.65;
  color: white;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px
}

@media only screen and (max-width: 950px) {
  footer .legal p {
    font-size: 14px
  }
}




/* New Hero Slider */
body.home .slider {
  background-color: #f7f7f7;
}
body.home .slider .container,
body.sub-iot .slider .container{
  padding: 0;
  margin: 0 auto;
  max-width: 1290px;
  width: 100%;
}
body.sub-iot .slider .container{
  padding-bottom: 30px;
}
body.home .slider .cycle-prev,
body.home .slider .cycle-next,
body.sub-iot .slider .cycle-prev,
body.sub-iot .slider .cycle-next{
  position: absolute;
  z-index: 150;
  bottom: 45%;
  width: 50px;
  height: 50px;
  background-color: rgba(0,0,0,.5);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: background-color 0.5s ease;
}
body.home .slider .cycle-prev,
body.sub-iot .slider .cycle-prev{
  right: 0;
  background-image: url("https://2086349.fs1.hubspotusercontent-na1.net/hubfs/2086349/slider-right-arrow.png");
}
body.home .slider .cycle-next,
body.sub-iot .slider .cycle-next{
  left: 0;
  background-image: url("https://2086349.fs1.hubspotusercontent-na1.net/hubfs/2086349/slider-left-arrow.png");
}
body.home .slider .cycle-prev:hover,
body.home .slider .cycle-next:hover,
body.sub-iot .slider .cycle-prev:hover,
body.sub-iot .slider .cycle-next:hover{
  background-color: rgba(0,0,0,.25);
}
body.home .slider .cycle-pager,
body.sub-iot .slider .cycle-pager{
  position: absolute;
  bottom: 15px;
  z-index: 150;
  transform: translateX(-50%);
  left: 50%;
}
body.home .slider .cycle-pager span,
body.sub-iot .slider .cycle-pager span{
  display: inline-block;
  float: right;
  margin: 0 6px;
  cursor: pointer;
  background-color: rgba(255,255,255,.3);
  height: 5px;
  width: 24px;
  transition: background-color 0.5s ease;
}
body.home .slider .cycle-pager span:hover,
body.sub-iot .slider .cycle-pager span:hover{
  background-color: rgba(255,255,255,.7);
}
body.home .slider .cycle-pager span.cycle-pager-active,
body.sub-iot .slider .cycle-pager span.cycle-pager-active{
  background-color: #fff;
}
body.home .slider .slide,
body.sub-iot .slider .slide{
  width: 100%;
  max-width: 1290px;
}
body.home .slider .image,
body.sub-iot .slider .image{
  height: 520px;
  max-width: 1290px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  background-size: cover;
}
body.sub-iot .slider .image{
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

body.home .slider .intro,
body.sub-iot .slider .intro{
  max-width: 890px;
  margin: 0 90px;
}
body.sub-iot .slider .intro{
  margin: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
}

body.home .slider .intro h2,
body.sub-iot .slider .intro h2{
  padding: 35px;
  background-color: rgba(0,0,0,.5);
  display: inline-block;
  font-size: 35px;
  line-height: 52px;
}

body.home .slider .intro .btn,
body.sub-iot .slider .intro .btn{
  background: #f7941d url("https://2086349.fs1.hubspotusercontent-na1.net/hubfs/2086349/slider-right-arrow.png") no-repeat 90% center;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  padding: 20px 100px 20px 20px;
  transition: background-color 0.5s ease;
}
body.home .slider .intro .btn:hover,
body.home .slider .slide:hover .intro .btnr,
body.sub-iot .slider .intro .btn:hover,
body.sub-iot .slider .slide:hover .intro .btnr{
  background-color: #0c8e4c;
}

@media only screen and (max-width: 1000px) {
  body.home .slider .intro h2,
  body.sub-iot .slider .intro h2{
    padding: 20px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 34px;
  }
  body.home .slider .image,
  body.sub-iot .slider .image{
    height: 350px;
    max-width: 1290px;
    width: 100%;

  }
}
@media only screen and (max-width: 768px) {
  body.home .slider .image,
  body.sub-iot .slider .image{
    height: 350px;
    max-width: 1290px;
    width: 100%;
    background-position: center center;

  }
  body.home .slider .cycle-pager,
  body.sub-iot .slider .cycle-pager{
    display: none;
  }
  body.home .slider .intro {
    margin: 0;
    background-color: rgba(0,0,0,.5);
    height: 100%;
    width: 100%;
  }
  body.home .slider .intro h2,
  body.sub-iot .slider .intro h2{
    background: none transparent;
    font-size: 20px;
    line-height: 26px;
  }
  body.home .slider .cycle-prev,
  body.home .slider .cycle-next,
  body.sub-iot .slider .cycle-prev,
  body.sub-iot .slider .cycle-next{
    bottom: 5%;
  }
  body.home .slider .intro .btn,
  body.sub-iot .slider .intro .btn{
    padding: 20px 50px 20px 20px;
    font-size: 16px;
  }
}



/* Original Home Hero */

body.home .hero {
  position: relative;
  width: 100%;
  padding-bottom: 35%
}

@media only screen and (max-width: 768px) {
  body.home .hero {
    padding-bottom: 0
  }
}

body.home .hero .container,
body.home .hero body.sub .content,
body.sub body.home .hero .content {
  position: absolute;
  max-width: 1190px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%
}

@media only screen and (max-width: 768px) {
  body.home .hero .container,
  body.home .hero body.sub .content,
  body.sub body.home .hero .content {
    position: static;
    height: auto
  }
}

body.home .hero nav {
  position: relative;
  margin-top: 32px;
  float: right;
  z-index: 2
}

@media only screen and (max-width: 950px) {
  body.home .hero nav {
    display: none
  }
}

body.home .hero nav ul {
  list-style: none;
  margin: 0;
  padding: 0
}

body.home .hero nav ul li {
  display: block;
  float: left
}

body.home .hero nav ul li a {
  display: block;
  margin-left: 46px;
  font-size: 18px;
  font-weight: 300;
  line-height: 15px;
  color: #fff;
  text-decoration: none
}

body.home .hero nav ul li a:hover {
  opacity: 0.5
}

body.home .hero .intro {
  position: absolute;
  /* top: 25%; */
  right: 100px;
  width: 52%;
  text-align: center;
  z-index: 2
}

@media only screen and (max-width: 768px) {
  body.home .hero .intro {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    padding: 20px 0 35px 0
  }
}

body.home .hero .intro p {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff
}

@media only screen and (max-width: 768px) {
  body.home .hero .intro p {
    line-height: 1.4
  }
}

body.home .hero .intro a {
  display: block;
  font-size: 24px;
  font-weight: 300;
  line-height: 15px;
  color: #fff;
  text-decoration: underline;
  opacity: 0.75
}

body.home .hero .intro a:hover {
  opacity: 1
}

body.home .hero .intro a.btn {
  display: inline-block;
  padding: 20px 20px 24px 20px;
  margin: 25px auto 25px auto;
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  background-color: #f7941d;
  color: #fff;
  text-decoration: none;
  opacity: 1;
  border: 6px solid #f89f34;
  transition: background 0.05s ease-in-out, border-color 0.05s ease-in-out
}

@media only screen and (max-width: 768px) {
  body.home .hero .intro a.btn {
    font-size: 30px;
    margin-top: 20px;
    padding: 20px 10px
  }
}

body.home .hero .intro a.btn:hover {
  background: #de851a;
  border-color: #df8f2f
}

body.home .hero .background {
  z-index: 0
}

body.home .hero .background .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 54, 92, 0.5);
  z-index: 1
}

body.home .hero .background .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  background-size: cover
}


body.home .proposition {
  display: block;
  padding: 60px 0;
}
body.home .proposition .container {
  max-width: 1190px !important;
}

@media only screen and (max-width: 950px) {
  body.home .proposition {
    padding: 20px
  }
}

body.home .proposition p {
  margin: 0 auto;
  font-size: 30px;
  font-weight: 400;
  line-height: 43px;
  text-align: center
}

@media only screen and (max-width: 950px) {
  body.home .proposition p {
    font-size: 22px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 768px) {
  body.home .proposition p {
    font-size: 16px;
    line-height: 22px;
  }
}

body.home .products {
  display: block;
  list-style: none;
}
body.home .products .container {
  padding: 0;
  margin: 0 auto;
  max-width: 1290px;
  display: flex;
  height: 100%;
  align-items: stretch;
  padding: 0 0 30px 0;
  justify-content: center;
}

body.home .products div.span-4 {
  width: 33%;
  height: 100%;
  overflow: hidden;
  max-width: 422px !important;
  border: 1px solid #bebebe;
  background-color: #f9f9f9;
  padding: 0;
  margin: 0;
  align-items: stretch; /* orig align-item: stretch; INCORRECT SYNTAX*/

}
@media only screen and (max-width: 768px) {

}
body.home .products div.middle {
  margin: 0 10px;
  padding: 0;
  flex-grow: 0 1 auto;
}

body.home .products div.span-4 a:not(.btn),
body.sub-iot .products div.span-4 a:not(.btn){
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
body.home .products div.span-4 a:not(.btn) img,
body.sub-iot .products div.span-4 a:not(.btn) img{
  width: 100%;
  height: auto;
}

body.sub.sub-iot .products div.span-4 img{
  height: 350px;
  max-height: 420px;
  object-fit: contain;
  padding: 10px 0;
}

body.home .products div.span-4 a > img,
body.sub-iot .products div.span-4 a > img{
  margin:0;
  padding: 0;
}
body.home .products div.span-4 a.btn,
body.sub-iot .products div.span-4 a.btn{
  background: #f7941d url("https://2086349.fs1.hubspotusercontent-na1.net/hubfs/2086349/slider-right-arrow.png") no-repeat 90% center;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  padding: 20px 100px 20px 20px;
  transition: background-color 0.5s ease;
  margin: 30px auto 10px;
}
body.home .products div.span-4 a.btn:hover,
body.home .products div.span-4 a:not(.btn):hover a.btn,
body.sub-iot .products div.span-4 a.btn:hover,
body.sub-iot .products div.span-4 a:not(.btn):hover a.btn{
  background-color: #0c8e4c;
}

body.home .products div.span-4 .content,
body.sub-iot .products div.span-4 .content{
  padding: 20px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  body.home .products div.span-4 .content,
  body.sub-iot .products div.span-4 .content{
    padding: 20px 15px;
  }

  body.home .products .container,
  body.sub-iot .products .container{
    padding: 0 20px 30px !important;
  }
  body.home .products div.span-4,
  body.sub-iot .products div.span-4{
    margin-bottom: 20px !important;
    display: block;
    width: 100%;
  }
}

body.home .products div.span-4 .content h2,
body.home .products div.span-4 .content p,
body.sub-iot .products div.span-4 .content h2,
body.sub-iot .products div.span-4 .content p{
  margin: 0;
  color: #3f3f3f;
  text-align: left;
}
body.home .products div.span-4 .content h2,
body.sub-iot .products div.span-4 .content h2{
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  body.home .products div.span-4 .content h2,
  body.home .products div.span-4 .content p,
  body.sub-iot .products div.span-4 .content h2,
  body.sub-iot .products div.span-4 .content p{
    text-align: left
  }
}

body.home .products div.span-4 .content h2,
body.sub-iot .products div.span-4 .content h2{
  font-size: 32px;
  font-weight: 300;
  line-height: 42px
}

@media only screen and (max-width: 950px) {
  body.home .products div.span-4 .content h2,
  body.sub-iot .products div.span-4 .content h2{
    font-size: 22px;
    line-height: 32px
  }
}

@media only screen and (max-width: 768px) {
  body.home .products div.span-4 .content h2,
  body.sub-iot .products div.span-4 .content h2{
    font-size: 20px;
    line-height: 26px
  }
}

body.home .products div.span-4 .content p,
body.sub-iot .products div.span-4 .content p{
  margin-top: 20px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px
}

@media only screen and (max-width: 768px) {
  body.home .products .container,
  body.sub-iot .products .container{
    display: block;
  }
  body.home .products div.span-4 a:not(.btn),
  body.sub-iot .products div.span-4 a:not(.btn){
    padding-bottom: 0;
  }
  body.home .products div.span-4 .content p,
  body.sub-iot .products div.span-4 .content p{
    margin-top: 10px
  }
  body.home .products div.middle,
  body.sub-iot .products div.middle{
    margin: 0;
  }
  body.home .products .container,
  body.sub-iot .products .container{
    margin: 0;
    padding: 0;
  }
  body.home .products div.span-4,
  body.sub-iot .products div.span-4{
    width: 100%;
    display: block;
    max-width: 100% !important;
    text-align: center;
  }
  body.home .products div.span-4 a.btn,
  body.sub-iot .products div.span-4 a.btn{
    font-size: 14px;
  }
}

@media only screen and (max-width: 950px) {
  body.home .products div.span-4 .content h2,
  body.sub-iot .products div.span-4 .content h2{
    font-size: 24px;
    line-height: 32px;
  }
  body.home .products div.span-4 .content p,
  body.sub-iot .products div.span-4 .content p{
    font-size: 16px;
    line-height: 24px
  }
  body.home .products div.span-4 a.btn,
  body.sub-iot .products div.span-4 a.btn{
    padding: 20px 50px 20px 20px;
    font-size: 16px;
    line-height: 16px;
  }
}

body.home .services {
  position: relative;
  z-index: 0;
  display: block;
  text-align: center
}
body.home .services .container {
  background: url("https://2086349.fs1.hubspotusercontent-na1.net/hubfs/2086349/bg-services.png") 0 0 no-repeat;
  background-size: cover;
  padding: 115px 220px;
}

.services .content {
  background: rgba(255,255,255,.8);
  padding: 50px 30px;
  margin: 0;
  height: auto;
}
body.home .services a.btn {
  background: #0c8e4c url("https://2086349.fs1.hubspotusercontent-na1.net/hubfs/2086349/slider-right-arrow.png") no-repeat 90% center;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  padding: 20px 100px 20px 20px;
  transition: background-color 0.5s ease;
  margin: 30px auto 10px;
}
body.home .services a.btn:hover {
  background-color: #f7941d;
}
body.home .services p {
  margin: 0 auto;
  padding: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 45px;
  text-align: center;
  color: #0f8343;
}
b
@media only screen and (max-width: 950px) {
  body.home .services p {
    font-size: 26px;
    line-height: 38px
  }
}

@media only screen and (max-width: 768px) {
  body.home .services p {
    font-size: 16px;
    line-height: 22px;
  }
  body.home .services .container {
    padding: 10px;
  }

  body.home .services a.btn {
    font-size: 14px;
    padding: 20px 50px 20px 20px;
  }
}


body.home .partners {
  padding: 30px 0 10px;
}

body.home .partners .container {
  max-width: 1290px;
  border: 10px solid #8a8889;
  text-align: center;
  padding: 58px 93px;
}

body.home .partners p {
  color: #0c8e4c;
  font-size: 25px;
}
body.home .partners a.btn {
  background: #0c8e4c url("https://2086349.fs1.hubspotusercontent-na1.net/hubfs/2086349/slider-right-arrow.png") no-repeat 90% center;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  padding: 20px 100px 20px 20px;
  transition: background-color 0.5s ease;
  margin: 30px auto 10px;
}
body.home .partners a.btn:hover {
  background-color: #f7941d;
}

@media only screen and (max-width: 768px) {
  body.home .partners {
    padding: 0;
  }
  body.home .partners .container {
    padding: 30px;
  }
  body.home .partners a.btn {
    font-size: 14px;   
  }
  body.home .partners p {
    font-size: 16px;
  }
}


body.sub .title {
  position: relative;
  background-color: #f7f7f7;
  min-height: 0;
}
body.sub .title > div {
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1100px ) {
  body.sub .title .container,
  body.sub .title .content
  min-height: 290px;
}
}

@media only screen and (max-width: 950px) {
  body.sub .title .container,
  body.sub .title .content
  min-height: 0;
}
}

.sub .title .container {
  position: relative
    z-index: 2;
  margin: 0 auto;
  height: auto;
  justify-content: center;
  align-items: center;
}
body.sub .title .message {
  width: 100%;
  padding: 30px;
}
body.sub.sub-iot .title .message {
  padding: 30px 0;
}
body.sub .title .overlay {
  position: absolute;
  max-width: 1290px;
  width: 100%;
  height: 100%;
  background: rgba(27, 54, 92, 0.65);
  z-index: 0;
}
body.sub.sub-iot .title .overlay {
  max-width: 100%;
}
body.sub .title h1 {
  margin: 0;
  padding-top: 45px;
  padding-bottom: 5px;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #fff;
  position: relative;
}

@media only screen and (max-width: 950px) {
  body.sub .title h1 {
    padding-top: 0;
    font-size: 30px;
    line-height: 30px
  }
}

@media only screen and (max-width: 768px) {
  body.sub .title h1 {
    font-size: 24px;
    line-height: 30px
  }
}

body.sub .title p {
  margin: 0;
  padding-top: 0;
  padding-bottom: 50px;
  font-size: 30px;
  font-weight: 300;
  line-height: 43px;
  color: #e9e9ea;
  position: relative;
}

@media only screen and (max-width: 950px) {
  body.sub .title p {
    padding-bottom: 0;
    font-size: 20px;
    line-height: 33px
  }
}

@media only screen and (max-width: 768px) {
  body.sub .title p {
    font-size: 16px;
    line-height: 26px
  }
}

body.sub .title .background {
  z-index: 0;
  width: 100%;
  height: auto;
}

body.sub .title .background .overlay {
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 54, 92, 0.65);
  z-index: 1
}

body.sub .title .background .image {
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  width: 100%;
  height: 100%;
  filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  background-size: cover;
}

@media only screen and (max-width: 950px) {
  body.sub .title .background .image {
    background-size: cover
  }
}

body.full-width .title .background .image {
  background-size: cover;
}

body.sub .cols {
  padding: 100px 0;
  overflow: auto;
  background-color: #f7f7f7
}

@media only screen and (max-width: 768px) {
  body.sub .cols {
    padding: 20px 0 30px 0
  }
}

body.sub .cols .row {
  display: table
}

@media only screen and (max-width: 768px) {
  body.sub .cols .row.alt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: start;
    align-items: flex-start
  }
  body.sub .cols .row.alt .col:nth-child(1) {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: auto;
    align-self: auto
  }
  body.sub .cols .row.alt .col:nth-child(2) {
    -ms-flex-order: 1;
    order: 1;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: auto;
    align-self: auto
  }
}

body.sub .cols .row .col {
  display: table-cell;
  position: relative;
  vertical-align: middle
}

@media only screen and (max-width: 768px) {
  body.sub .cols .row .col {
    display: block !important;
    padding: 0 !important;
    text-align: center;
    width: 100%
  }
}

body.sub .cols .row .col:last-of-type {
  padding-left: 65px
}

body.sub .cols .row .col h2 {
  margin: 20px 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
  color: #0f4083
}

@media only screen and (max-width: 768px) {
  body.sub .cols .row .col h2 {
    margin-top: 20px !important;
    font-size: 24px;
    line-height: 30px;
    text-align: left
  }
}

body.sub .cols .row .col h2:first-of-type {
  margin: 0 0 20px
}

body.sub .cols .row .col h3 {
  margin: 30px 0 0
}

body.sub .cols .row .col p {
  margin: 30px 0 0 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px
}

@media only screen and (max-width: 768px) {
  body.sub .cols .row .col p {
    margin: 20px 0 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left
  }
}

body.sub .cols .row .col a {
  color: #0f8343
}

body.sub .cols .row .col a:hover {
  color: #0a552c
}

body.sub .cols .row .col ul li {
  padding: 2px 0
}

body.sub .content {
  padding-top: 10px;
  padding-bottom: 35px
}

body.sub .content h2 {
  font-size: 22px
}

body.sub .content a {
  color: #0f8343
}

body.sub .content a:hover {
  color: #0a552c
}

body.sub .content p {
  margin: 30px 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px
}

@media only screen and (max-width: 768px) {
  body.sub .content p {
    margin: 20px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px
  }
}

body.sub .content p.intro {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px
}

@media only screen and (max-width: 768px) {
  body.sub .content p.intro {
    margin: 20px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px
  }
}

body.sub .content ul,
body.sub .content ol {
  margin: 30px 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px
}
body.sub.sub-iot .content ul {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  body.sub .content ul,
  body.sub .content ol {
    margin: 20px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px
  }
  body.sub.sub-iot .content ul {
    margin-top: 0;
    margin-bottom: 0;
  }
}

/*4/7/17; HUBSPOT SUPPORT MADE THIS CHANGE TO REMOVE SPACING BETWEEN BULLETS*/
/*4/7/17; hubspot support commented out, as per above comment*/
/*pcottrill uncommented; changed margin-bottom from 15px to 6px; than back to 15px pending approval*/
body.sub .content ul li,
body.sub .content ol li {
  margin-bottom: 15px
}

body.sub-iot .content ul li,
body.sub-iot .content ol li {
  margin-bottom: 4px !important;
}

body.sub .content ul li ul,
body.sub .content ul li ol,
body.sub .content ol li ul,
body.sub .content ol li ol {
  margin: 15px 0
}

body.sub .content #hs_cos_wrapper_contact_form strong {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  background: #f1f8f4;
  border: 3px solid #0f8343;
  padding: 10px;
  font-weight: normal
}

body.sub .content form label {
  display: block;
  padding: 0 0 5px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  overflow: auto
}

body.sub .content form input {
  width: 217px;
  padding: 6px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  border: 1px solid #ccc
}

body.sub .content form input[type=checkbox] {
  float: left;
  width: 20px; /* added by patty 2/2/2023 to enable side by side checkbox fields */
  margin: 4px 10px 0 0
}

body.sub .content form input[type=submit] {
  display: block;
  width: auto;
  padding: 10px 16px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  background-color: #f7941d;
  color: #fff;
  text-decoration: none;
  opacity: 1;
  border: 6px solid #f89f34;
  transition: background 0.05s ease-in-out, border-color 0.05s ease-in-out
}

body.sub .content form input[type=submit]:hover {
  background: #de851a;
  border-color: #df8f2f
}

body.sub .content form textarea {
  height: 100px;
  padding: 6px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  border: 1px solid #ccc
}

body.sub .content form ul {
  margin: 5px 0 10px 0;
  padding: 0;
  list-style: none
}

body.sub .content form ul li {
  margin: 0;
  padding: 0
}

@media only screen and (max-width: 768px) {
  body.sub .content iframe {
    width: 280px
  }
}

body.sub .info {
  padding: 80px 0;
  text-align: center;
  background: url("https://2086349.fs1.hubspotusercontent-na1.net/hubfs/2086349/bg_products2.jpg") 0 0 no-repeat;
  background-size: cover
}

@media only screen and (max-width: 950px) {
  body.sub .info {
    padding: 40px 0
  }
}

@media only screen and (max-width: 768px) {
  body.sub .info {
    padding: 20px 0
  }
}

body.sub .info h2 {
  margin: 0 0 60px 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 54px
}

@media only screen and (max-width: 950px) {
  body.sub .info h2 {
    margin: 0 0 30px 0;
    font-size: 30px;
    line-height: 40px
  }
}

@media only screen and (max-width: 768px) {
  body.sub .info h2 {
    margin: 0 0 15px 0;
    font-size: 24px;
    line-height: 30px
  }
}

body.sub .info p {
  margin: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px
}

@media only screen and (max-width: 950px) {
  body.sub .info p {
    font-size: 20px;
    line-height: 26px
  }
}

@media only screen and (max-width: 768px) {
  body.sub .info p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px
  }
}

body.sub .info p a {
  color: #0f8343
}

body.sub .info p a:hover {
  color: #0a552c
}

body.sub .info p span {
  font-weight: 400
}

body.sub .partners {
  margin: 0;
  overflow: auto;
  display: table;
  width: 100%
}

body.sub .partners ul {
  display: table-cell;
  margin: 0;
  padding-bottom: 20px;
  width: 33.3333%;
  border: 1px solid #ccc
}

@media only screen and (max-width: 768px) {
  body.sub .partners ul {
    display: block;
    border: none;
    padding-bottom: 0;
    margin: 0 0 20px 0;
    width: 100%;
    padding-left: 20px
  }
}

body.sub .partners ul:nth-of-type(2) {
  border-left: 0;
  border-right: 0
}

body.sub .partners ul li {
  margin: 0 0 0 10px;
  padding: 3px 0
}

@media only screen and (max-width: 768px) {
  body.sub .partners ul li {
    margin-left: 0
  }
}

body.sub .partners ul li:first-of-type {
  margin: 0;
  padding: 0;
  list-style: none
}

@media only screen and (max-width: 768px) {
  body.sub .partners ul li:first-of-type {
    margin-left: -20px
  }
  body.sub .partners ul li:first-of-type h2 {
    margin-top: 0
  }
}


body.products .cols.product-types {
  padding: 0;
}

body.products .cols.product-types .row {
  width: 100%;
  padding: 40px 20px;
  overflow: auto;
}

body.products .cols.product-types .row .container .row, body.products .cols.product-types .row body.sub .content .row, body.sub body.products .cols.product-types .row .content .row {
  padding: 0;
}
body.products .cols.product-types .row .container .row .block-content,
body.sub body.products .cols.product-types .row .content .row .block-content {
  width: calc(100% - 250px);
}
body.products .cols.product-types .row .container .row .block,
body.sub body.products .cols.product-types .row .content .row .block {
  display: inline-block;
}
body.products .cols.product-types .row .container .row .block-image {
  width: 250px;
  text-align: left;
}
body.products .cols.product-types .row.alt .container .row .block-image {
  width: 250px;
  text-align: right;
  float: right;
}
body.products .cols.product-types .row.alt .container .row .block-image img {
  margin: 0 0 0 30px;
}

body.products .cols.product-types .row .container .row .block img, body.products .cols.product-types .row body.sub .content .row .block img, body.sub body.products .cols.product-types .row .content .row .block img {
  margin-right: 30px;
}

body.products .cols.product-types .row .container .row .block h2, body.products .cols.product-types .row body.sub .content .row .block h2, body.sub body.products .cols.product-types .row .content .row .block h2 {
  margin: 10px 0 0 0;
}

body.products .cols.product-types .row:nth-child(2) {
  background-color: #EFEFEF;
}

body.products .cols.products {
  padding: 0
}
@media only screen and (max-width: 768px) {
  body.products .cols.product-types .row .container .row .block,
  body.sub body.products .cols.product-types .row .content .row .block,
  body.products .cols.product-types .row.alt .container .row .block-image {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
  }
  body.products .cols.product-types .row .container .row .block-image,
  body.products .cols.product-types .row.alt .container .row .block-image {
    text-align: center;
  }
  body.products .cols.product-types .row .container .row .block-image img,
  body.products .cols.product-types .row.alt .container .row .block-image img {
    margin: 0;
  }
}
body.products .cols.products .row {
  padding: 60px 0;
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
}
body.products .cols.products .row .col:not(.product-photo),
body.products .cols.product .row .col:not(.product-photo) {
  width: 60%;
  text-align: center;
}
body.products .cols.products .row .product-photo,
body.products .cols.product .row .product-photo {
  width: 40%;
}
body.products .cols.products .row .col .hs_cos_wrapper_type_rich_text,
body.products .cols.product .row .col .hs_cos_wrapper_type_rich_text {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  body.products .cols.products .row .col,
  body.products .cols.product .row .col {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1310px) {
  body.products .cols.products .row,
  body.products .cols.product .row {
    padding: 30px 20px;
  }
}

body.products .cols.products .row:last-of-type {
  border: none
}

body.products .cols.products .row .col p,
body.products .cols.products .row .col ul {
  margin-top: 15px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400
}

body.products .cols.products .row .col ul {
  margin: 15px 0 0 0;
  padding: 0;
  column-count: 2;
  column-gap: 40px;
  list-style: inside none
}

@media only screen and (max-width: 768px) {
  body.products .cols.products .row .col ul {
    column-count: 1;
    margin-bottom: 15px
  }
}

body.products .cols.products .row .col ul li {
  text-align: left;
  line-height: 24px;
  margin: 0 0 0 18px;
  padding: 0 0 10px 0;
  column-break-inside: avoid;
  page-break-inside: avoid;
  list-style: outside disc
}

body.products .cols.products .row .col table {
  margin: 15px 0 30px 0
}

body.products .cols.products .row .col table th,
body.products .cols.products .row .col table td {
  text-align: left;
  font-size: 14px;
  padding: 10px 12px;
  border: 1px solid #e2e2e2;
  background: #fff
}

body.products .cols.products .row .col table td {
  vertical-align: top;
  line-height: 24px
}

body.products .cols.product {
  padding: 80px 0;
  background: #fff
}

@media only screen and (max-width: 768px) {
  body.products .cols.product {
    padding: 30px 0
  }
  body.products .cols.product img {
    margin-bottom: 20px
  }
}

body.products .cols.product .col {
  vertical-align: top
}

body.products .cols.product .col p:first-of-type {
  margin-top: 0
}

body.products .details {
  padding-bottom: 50px;
  background-color: #f7f7f7
}

@media only screen and (max-width: 768px) {
  body.products .details {
    padding-bottom: 0
  }
}

body.products .details h2 {
  margin: 45px 0 30px 0;
  padding: 50px 0 0 0;
  font-size: 24px;
  font-weight: 700;
  border-top: 1px solid #e2e2e2
}

@media only screen and (max-width: 768px) {
  body.products .details h2 {
    padding: 20px 0 0 0;
    margin: 0 0 20px 0 !important
  }
}

body.products .details h2:first-of-type {
  margin: 0;
  border: none
}

body.products .details p {
  margin: 30px 0;
  font-size: 20px
}

@media only screen and (max-width: 768px) {
  body.products .details p {
    margin: 20px 0;
    font-size: 16px;
    line-height: 20px
  }
}

body.products .details ul {
  margin: 0;
  padding: 0;
  column-count: 2;
  column-gap: 40px;
  list-style: inside none
}

@media only screen and (max-width: 768px) {
  body.products .details ul {
    column-count: 1;
    margin-bottom: 15px
  }
}

body.products .details ul li {
  line-height: 24px;
  margin: 0 0 0 18px;
  padding: 0 0 10px 0;
  column-break-inside: avoid;
  page-break-inside: avoid;
  list-style: outside disc
}

body.products .actions {
  text-align: center;
  background-color: #efefef
}

@media only screen and (max-width: 768px) {
  body.products .actions {
    padding: 10px 0
  }
}

body.products .actions ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: auto
}

body.products .actions ul>li {
  margin: 0;
  padding: 0
}

body.products .actions ul li {
  display: block;
  width: 50%;
  float: left
}

@media only screen and (max-width: 768px) {
  body.products .actions ul li {
    width: 100%
  }
}

body.products .actions ul li a {
  display: inline-block;
  margin: 40px 0;
  padding: 12px 0 15px 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  color: #0f8343
}

@media only screen and (max-width: 768px) {
  body.products .actions ul li a {
    margin: 10px 0
  }
}

body.products .actions ul li:first-child a {
  background: url("https://2086349.fs1.hubspotusercontent-na1.net/hubfs/2086349/icn-compare.png") left center no-repeat
}

body.products .actions ul li:last-child a {
  background: url("https://2086349.fs1.hubspotusercontent-na1.net/hubfs/2086349/icn-datasheet.png") left center no-repeat
}

@media only screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
}

.cta_button.button,
body.sub .content form input[type=submit] {
  background: #f7941d url("https://2086349.fs1.hubspotusercontent-na1.net/hubfs/2086349/slider-right-arrow.png") no-repeat 95% center !important;
  display: inline-block !important;
  text-decoration: none !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-size: 20px !important;
  padding: 20px 100px 20px 20px !important;
  border: 0 none !important;
  transition: background-color 0.5s ease;
}
.cta_button.button:hover,
body.sub .content form input[type=submit]:hover {
  background-color: #0c8e4c !important;
}
.cta_button.button span {
  font-size: 20px !important;
}

@media only screen and (max-width: 768px) {
  .cta_button.button {
    padding: 20px 50px 20px 20px !important;
    font-size: 16px !important;
  }
  .cta_button.button span {
    font-size: 16px !important;
  }
}


.content h3 a:before {
  content:"";
  display:block;
  height:130px; /* fixed header height*/
  margin:-130px 0 0; /* negative fixed header height */
}

/* Contact Widget */
@media only screen and (max-width: 768px) {
  .contact-widget {
    display: none !important;
  }   
}
.contact-widget {
  position: fixed;
  right: 0;
  width: 240px;
  border: 1px solid #c1c1c1;
  background-color: #fff;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  z-index: 17;
}
.sub .contact-widget {
  top: 130px;
  display: none;
}
body.home .contact-widget,
body.contact .contact-widget {
  display: none !important;
}
.contact-widget .toggle {
  position: absolute;
  left: 5px;
  top: 5px;
  border: 1px solid #b7b7b7;
  color: #b7b7b7;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  line-height: 24px;
  width: 26px;
  height: 26px;
  font-size: 30px;
  cursor: pointer;
}
.contact-widget .toggle:hover {
  opacity: .5;
}
.contact-widget .toggle span {
  transform: rotate(45deg);
  display: block;
  margin-left: 3px;
  margin-top: -1px;
}
.contact-widget h5 {
  font-size: 22px;
  color: rgb(15, 64, 131);
  text-transform: uppercase;
  line-height: 1.136;
  text-align: center;
  margin: 10px 0 20px;
}
.contact-widget img {
  margin: 10px 0;
}
.contact-widget .button {
  background: #f7941d url("https://2086349.fs1.hubspotusercontent-na1.net/hubfs/2086349/slider-right-arrow.png") no-repeat 95% center;
  display: block;
  text-align: left;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px 100px 15px 15px;
  border: 0 none;
  transition: background-color 0.5s ease;
}
.contact-widget .button:hover {
  background-color: #0c8e4c;
}


@media only screen and (max-width: 1310px) {
  body.sub .content,
  body.sub.products .product,
  body.sub.products .details {
    padding: 0 20px
  }
  body.sub.sub-iot .title .message {
    padding: 30px 20px;
  }
  
  body.sub-iot header section.main-nav .container{
    padding: 0 20px;
  }
}

/*# begin Patty changes; added body.sub .proposition - 12/1/2022 */

body.sub .proposition {
  display: block;
  padding: 60px 0;
}
body.sub .proposition .container {
  max-width: 1190px !important;
}

@media only screen and (max-width: 950px) {
  body.sub .proposition {
    padding: 20px
  }
}

body.sub .proposition p {
  margin: 0 auto;
  font-size: 30px;
  font-weight: 400;
  line-height: 43px;
  text-align: center
}

@media only screen and (max-width: 950px) {
  body.sub .proposition p {
    font-size: 22px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 768px) {
  body.sub .proposition p {
    font-size: 20px; /* orig 16px */
    line-height: 22px;
  }
}
/*# end Patty changes; adding body.sub .proposition - 12/1/2022 */
/*# begin Patty changes; adding body.sub .products - 12/1/2022 */
body.sub .products {
  display: block;
  list-style: none;
}
body.sub .products .container {
  padding: 0;
  margin: 0 auto;
  max-width: 1290px;
/*   display: flex; */
  height: 100%;
  align-items: stretch;
  padding: 0 0 30px 0;
  justify-content: center;
}

body.sub.sub-iot .products .container {
  display: flex;
}

body.sub .products div.span-4 {
  width: 33%;
  height: 100%;
  overflow: hidden;
  max-width: 422px !important;
  border: 1px solid #bebebe;
  background-color: #f9f9f9; /* orig #f9f9f9 */
  padding: 0;
  margin: 0;
  align-items: stretch; /* orig align-item: stretch; INCORRECT SYNTAX*/
  display: block; /* added from body.sub .products div.span-4 a:not(.btn) */
  text-decoration: none; /* added from body.sub .products div.span-4 a:not(.btn) */
  margin: 0; /* added from body.sub .products div.span-4 a:not(.btn) */
  padding: 0; /* added from body.sub .products div.span-4 a:not(.btn) */    
}
@media only screen and (max-width: 768px) {

}
body.sub .products div.middle {
  margin: 0 10px;
  padding: 0;
  flex-grow: 0 1 auto;
}

/* body.sub .products div.span-4 a:not(.btn) { */
/*    display: block; */
/*    text-decoration: none; */
/*    margin: 0; */
/*    padding: 0; */
/*} */
/* body.sub .products div.span-4 a:not(.btn) img { */
body.sub .products div.span-4 img {   /* revised from "body.sub .products div.span-4 a:not(.btn) img" to remove active link; also removed active link tag from Mission Vision Values custom module */
  width: 100%; 
  height: auto; 
} 

body.sub .products div.span-4 a > img {
  margin:0;
  padding: 0;
}
/* body.sub .products div.span-4 a.btn { */
/*    background: #f7941d url(https://2086349.fs1.hubspotusercontent-na1.net/hubfs/2086349/slider-right-arrow.png) no-repeat 90% center;  */
/*    display: inline-block; */
/*    text-decoration: none; */
/*    color: #fff; */
/*    text-transform: uppercase; */
/*    font-size: 20px; */
/*    padding: 20px 100px 20px 20px; */
/*    transition: background-color 0.5s ease; */
/*    margin: 30px auto 10px; */
/* } */

/*  body.sub .products div.span-4 a.btn:hover, */
body.sub .products div.span-4 a:not(.btn):hover a.btn { 
  background-color: #0c8e4c;
}

body.sub .products div.span-4 .content {
  padding: 20px; /* 20px */
  text-align: center; /* orig center */
}

@media only screen and (max-width: 768px) {
  body.sub .products div.span-4 .content {
    padding: 20px 15px;
  }

  body.sub .products .container {
    padding: 0 20px 30px !important;
  }
  body.sub .products div.span-4 {
    margin-bottom: 20px !important;
    display: block;
    width: 100%;
  }
}

/* body.sub .products div.span-4 .content h2, */
body.sub .products div.span-4 .content p {
  margin: 0;
  color: #3f3f3f; /* orig #3f3f3f; */
  text-align: left;
}
body.sub-iot .products div.span-4 .content p {
  text-align: center;
  max-width: 220px;
  margin: auto;    
}
body.sub .products div.span-4 .content h2 {
  font-weight: bold; /* orig bold */
  text-align: center;
  line-height: 42px;  
  font-size: 36px; /* orig 32px */
  color: #3f3f3f; /* orig #3f3f3f */
}
body.sub .products div.span-4 .content h2 {
  line-height: 34px;  
  font-size: 28px; /* orig 32px */
}
@media only screen and (max-width: 768px) {
  /*    body.sub .products div.span-4 .content h2, ;; remove 12/2/22 */
  body.sub .products div.span-4 .content p {
    text-align: left; /* changed to left 12/2/22 */
  }
  body.sub.sub-iot .products div.span-4 .content p {
    text-align: center;
    max-width: 100%;
  }
  body.sub.sub-iot .products div.span-4 img {
    max-height: 240px;
  }
}

@media only screen and (max-width: 950px) {
  body.sub .products div.span-4 .content h2 {
    font-size: 22px;
    line-height: 32px
      text-align: center; /* added to mobile */  
  }
}

@media only screen and (max-width: 768px) {
  body.sub .products div.span-4 .content h2 {
    font-size: 20px;
    line-height: 26px
      text-align: center; /* added 12/2 for mobile h2 */
  }
}

body.sub .products div.span-4 .content p {
  margin-top: 20px;
  font-size: 17px; /* orig 17px */
  font-weight: 300;
  line-height: 29px
}

@media only screen and (max-width: 768px) {
  body.sub .products .container {
    display: block !important;
  }
  /*    body.sub .products div.span-4 a:not(.btn) { */
  body.sub .products div.span-4 {
    padding-bottom: 0;
  }
  body.sub .products div.span-4 .content p {
    margin-top: 10px
  }
  body.sub .products div.middle {
    margin: 0;
  }
  body.sub .products .container {
    margin: 0;
    padding: 0;
  }
  body.sub .products div.span-4 {
    width: 100%;
    display: block;
    max-width: 100% !important;
    text-align: center;
  }
  body.sub .products div.span-4 a.btn {
    font-size: 14px;
  }
}

@media only screen and (max-width: 950px) {
  body.sub .products div.span-4 .content h2 {
    font-size: 24px;
    line-height: 32px;
  }
  body.sub .products div.span-4 .content p {
    font-size: 16px;
    line-height: 24px
  }
  body.sub .products div.span-4 a.btn {
    padding: 20px 50px 20px 20px;
    font-size: 16px;
    line-height: 16px;
  }
}

body.sub-iot .video .container {
  text-align: center;
  padding: 0 20px 30px 20px;
}
body.sub-iot .oembed_container,
body.sub-iot .oembed_container iframe{
  max-height: 500px !important;
  max-width: 800px !important;
}
@media only screen and (max-width: 768px) {
  body.sub-iot .content .col-2-content {
    display: block !important;
  }
}

footer .flex-container {
  display: inline-flex;
  position: relative;
}
footer .flex-div {
  display: inline-flex;
  flex-direction: column;
}
.thomas-register-badge {
  display: inline;
  position: absolute;
  top: 20px;
  right: -220px;
}
.thomas-register-badge > a {
  background: none !important;
  overflow: inherit;
  width: 80px !important;
  height: 80px !important;
  text-indent: 0;
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .thomas-register-badge {
    top: 30px;
    right: 0;
  }
  .thomas-register-badge img {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .thomas-register-badge {
    top: 30px;
    right: -75px;
  }
}
@media only screen and (max-width: 512px) {
  .thomas-register-badge {
    top: 110px;
    right: -25px;
  }
}

.hs-blog-post-listing__post {
  margin-bottom: 45px !important;
}

.hs-blog-post-listing__post-tags {
  margin-top: 18px !important;
  margin-bottom: 0 !important;
}

.hs-blog-post-listing__post-title {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.hs-blog-post-listing__post-image {
  aspect-ratio: 1.4 !important;
  border-radius: 16px;
}

.hs-blog-post-listing__post-title-link {
  color: #000 !important;
  text-decoration: none;
}

.hs-blog-post-listing__post-author-name {
  color: #0f8343 !important;
  text-decoration: none;
}

.hs-blog-post-listing__post-author-image-wrapper {
  width: 32px !important;
  height: 32px !important;
}

.hs-blog-post-listing__post-author-image {
  border-radius: 100%;
}

.hs-blog-post-listing__post-timestamp {
  margin-bottom: 0 !important;
  font-size: 14px;
  margin-top: 2px !important;
  line-height: 14px;
}

.post-header,
.hs-blog-featured-image-wrapper {
  text-align: center;
}

.hs-blog-featured-image {
  border-radius: 18px;
}

.post-body {
  margin-top: 50px;
  font-size: 18px;
  font-weight: 300;
}

.post-header h1 {
  font-size: 3em;
  margin: 0.67em auto;
  max-width: 828px;
}

@media only screen and (max-width: 1024px) {
  .post-header h1 {
    font-size: 2em;
  }
}
.hs-blog-listing,
.hs-blog-post {
/*   display: none !important; */
}
/*# end Patty changes; adding body.sub .products - 12/1/2022 */

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