@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");
nav.main-header {
  background: white;
  position: fixed;
  top: 0 !important;
  z-index: 99999;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: .3em;
  padding-bottom: .3em;
  width: 100%;
  border-bottom: solid thin black;
}

nav.main-header:after {
  content: '';
  clear: both;
  display: table;
}

nav .logo {
  max-width: 100%;
  float: left;
  line-height: 30px;
}

nav ul.main-header {
  float: right;
  margin: 0;
  list-style: none;
  position: relative;
  line-height: 2.6px;
}

nav ul li {
  display: inline-block;
  background: white;
  margin: 0 5px;
  margin-top: .3em;
  margin-bottom: .5em;
}

nav ul li a {
  color: black;
  background-color: white;
  line-height: 1.8;
  padding: 4px 8px;
  margin: 4px 8px;
}

nav ul li a:hover {
  border-bottom: black solid 2px;
  cursor: pointer;
}

nav ul ul li a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

nav ul {
  -webkit-transition: .5s;
  transition: .5s;
}

nav ul ul {
  position: fixed;
  top: 2.6em;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  padding: 0;
  display: block;
  text-decoration: none;
  list-style: none;
}

nav ul.main-header li:hover > ul {
  opacity: 1;
  visibility: visible;
}

nav ul ul li {
  position: relative;
  margin: 0px;
  width: 300px;
  float: none;
  display: list-item;
  text-decoration: none;
}

nav ul ul li a {
  line-height: 2;
}

.header-dropdown {
  font-size: 25px;
  cursor: pointer;
  color: black;
}

.active {
  color: black;
}

.show, .icon, input {
  display: none;
}

.fa {
  font: normal normal normal 14px/1 FontAwesome !important;
}

.fa-plus {
  font-size: 15px;
  margin-left: 40px;
}

#login-button {
  color: white;
  border-radius: 34px;
  width: 170px;
  border: none;
}

#login-button a {
  color: white;
}

#login-button a:hover {
  text-decoration: none;
}

.content {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

header {
  font-size: 35px;
  font-weight: 600;
  padding: 10px 0;
}

#more-button a {
  color: white;
}

#more-button a:hover {
  text-decoration: none;
}

.footer-divider {
  margin-bottom: 0px;
  border-top-width: 5px;
  margin-top: 0px;
  border-bottom-width: 0px;
  border: 1;
  border-top: 5px solid;
  color: white !important;
}

.footer-text {
  font-size: 13px;
  line-height: .5em;
}

.footer-distributed {
  z-index: 99999;
  background-color: black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  text-align: center;
  font-size: 16px;
  position: fixed;
  bottom: 0;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
  display: inline-block;
  vertical-align: top;
}

#footer-link {
  font-weight: 400;
  font-size: 14px;
  color: white;
  padding-top: .2em;
  padding-left: .8em;
  padding-bottom: .8em;
}

#footer-link a {
  color: lightgrey;
  text-decoration: none;
}

#footer-link a:hover {
  color: whitesmoke;
}

@media all and (max-width: 1030px) {
  nav ul.main-header {
    margin-right: 0px;
    background-color: white;
    padding-bottom: 1em;
  }
  nav .logo {
    width: 100%;
  }
  .show + a, ul.main-header {
    display: none;
  }
  nav ul li, nav ul ul li {
    width: 100%;
    padding-top: .5em;
  }
  nav ul.main-header li a:hover {
    color: black;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: black solid 2px;
  }
  body > nav > ul > li:nth-child(3) > a
nav ul ul li:hover {
    background-color: unset;
  }
  nav a {
    min-width: 10em;
  }
  .show {
    display: inline-block;
    padding: 4px 8px;
    margin: 8px;
    line-height: normal;
    cursor: pointer;
    margin-bottom: unset;
    margin-top: unset;
  }
  .show:hover {
    border-bottom: solid 2px #528000;
    color: black;
    text-decoration: none;
  }
  .icon {
    display: block;
    position: absolute;
    top: 10px;
    right: 10%;
    cursor: pointer;
    font-size: 25px;
  }
  nav ul ul {
    border-top: 0px;
    float: none;
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  nav ul ul a {
    margin-left: 20px;
  }
  [id^=btn]:checked + ul {
    display: block;
    width: 100%;
  }
  nav ul ul li {
    border-bottom: 0px;
  }
  body > nav > div > label > span {
    font-size: 28px;
  }
  .product-banner {
	  margin-top: 5em !important;
	}
}

@media (max-width: 500px) {
  #pm8-header {
    height: 29px !important;
  }
}

@media all and (max-width: 425px) {
  .icon {
    top: 17% !important;
  }
}

@media (max-width: 320px) {
  #footer-link > a:nth-child(1), #footer-link > a:nth-child(3) {
    font-size: 11px !important;
  }
  #footer-link {
    padding-left: 0.5em !important;
    padding-right: .5em;
  }
}

.form-control, .custom-select {
  border-radius: 2px !important;
}

#form-textarea {
  height: 257px;
}

#contact-form-button {
  background-color: darkgray;
  border-color: black;
  color: black;
}

div.page-title {
  padding-left: 3em;
  padding-top: 1em;
}

.form-wrapper {
  padding-bottom: 2em;
  display: contents;
}

#frmbtn-wrapper {
  border: none;
}

#frmbtn-wrapper > button {
  border-color: black;
  background-color: white;
  color: black;
}

#contactproduct-info-heading {
  border-color: black;
  z-index: 1;
  padding-bottom: .25em;
  padding-top: .25em;
  font-family: "Source Sans Pro" !important;
  border-bottom: #f29800 solid 1.5px;
  text-align: left;
}

#contactDetails {
  padding-bottom: .5em;
}

#frmContact {
  display: table-cell;
  width: 40pc;
  padding: 1pc;
  padding-left: 0;
  padding-top: 0;
}

#contactDetails {
  display: table-cell;
  width: 40pc;
  vertical-align: middle;
  padding: 1pc;
}

.name-input, .col-control-email {
  max-width: 50%;
}

.contact-button::after {
  pointer-events: none;
  cursor: not-allowed;
}

@media all and (max-width: 1000px) {
  .Contact-Wrapper {
    display: block !important;
  }
  .contact-col {
    max-width: 100% !important;
  }
  .product-description, .contact-col {
    text-align: center !important;
  }
  #contactproduct-info-heading {
    text-align: center !important;
  }
}

input#Captcha {
  display: inline-block;
}

.product-header {
  padding-right: 40px;
}

div.navbar.navbar-expand-lg.navbar-light.bg-light {
  background-color: #eeeeee !important;
}

.navbar-light a.navbar-brand {
  color: white;
  font-size: 17px;
  font-family: "Source Sans Pro" !important;
}

#pm-container > div.navLogo-wrapper > a {
  font-size: 28px;
}

.navbar-light a.navbar-brand:hover {
  color: white;
}

.navbar-light .navbar-brand:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  background: #eeeeee;
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.navbar-light .navbar-brand:hover:after {
  width: 100%;
  left: 0;
}

.navbar-nav {
  margin-left: .6em;
}

.navbar-nav > li {
  padding-right: 8px;
  font-size: 12px;
}

.navTitles-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

@media screen and (min-width: 640px), screen\9 {
  #productHeader {
    position: static;
  }
}

#productHeader {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 3.6pc;
  justify-content: center;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.navtitles-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 527px) {
  .productBanner-btn {
    margin-top: .5em;
  }
}

@media screen and (max-width: 425px) {
  #productHeader {
    top: 2.9pc;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Source Sans Pro" !important;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro" !important;
}

div {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: unset;
  font-family: "Source Sans Pro" !important;
}

p, td, li {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: unset;
  font-family: "Source Sans Pro" !important;
  margin-bottom: .5rem;
}

u {
  line-height: 1.4;
}

.row {
  margin-right: 0px !important;
}

.wh-software {
  background: white;
  line-height: 1.2 !important;
  margin-bottom: 5em;
}

body > div.producteditions-main {
  background: white;
}

.card-main {
  max-width: 400px;
  border: 1px solid lightgrey;
  margin: 15px;
  height: 400px;
}

.homepageHR {
  margin: 15px 0;
}

.card-img {
  max-width: 100%;
}

.cardHero-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0.5em;
}

.cardHero-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0 !important;
}

.card-left {
  padding: 15px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  height: 207px;
  text-align: left;
  position: relative;
}

.card-right {
  position: relative;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  border: 1px solid black;
}

.card-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.card-img {
  margin-right: 10px;
}

.card-image {
  position: absolute;
  bottom: 10%;
  right: 0;
  width: 80%;
  height: auto;
}

.card-button {
  position: absolute;
  bottom: 0;
  display: inline-block;
  background: black;
  padding: 5px;
  text-decoration: none;
  color: white;
  border-radius: 34px;
  width: 113px;
  text-align: center;
  width: 244px;
}

a.card-button {
  color: white;
}

.card-hero {
  height: 120px;
  background-image: url("/assets/Images/IC.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.KB {
  background-image: url("/assets/Images/knowledge.png");
}

.contact {
  background-image: url("/assets/Images/contact.png");
}

.resellers {
  background-image: url("/assets/Images/resellers.png");
}

.help {
  background-image: url("/assets/Images/help.png");
}

.pmmk {
  background-image: url("/assets/Images/PMMK.png");
}

.km {
  background-image: url("/assets/Images/PMKM.jpg");
}

.phs {
  background-image: url("/assets/Images/PHS.png");
}

.e-ts {
  background-image: url("/assets/Images/ETS.png");
}

.knowledge {
  background-image: url("/assets/Images/knowledge-contact.png");
}

a:hover {
  text-decoration: none !important;
}

.homepage-featureHeading {
  color: black;
}

a:hover.versionsLink {
  text-decoration: none !important;
}

.submit-button .button__text {
  visibility: hidden;
  opacity: 0;
}

.submit-button:after {
  content: '';
  -webkit-animation: button-loading-spinner 800ms linear infinite;
          animation: button-loading-spinner 800ms linear infinite;
  width: 1rem;
  height: 1rem;
  border: 2px solid white;
  position: absolute;
  top: calc(50% - 0.5rem);
  left: calc(50% - 0.5rem);
  border-radius: 50%;
  border-top-color: transparent;
  border-left-color: transparent;
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: auto;
}

@-webkit-keyframes button-loading-spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes button-loading-spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

body > div.container > div > div > div > div > div.cardHero-header > h4 > a {
  color: black;
  text-decoration: none;
}

.latestVersions-header.a {
  color: black;
  text-decoration: none;
}

a:hover.card-button {
  color: white;
  text-decoration: none;
}

.imageCaption {
  margin-left: -29em !important;
  margin-top: 3em;
}

.homepage-caption {
  color: black;
  margin-top: .5em;
  font-size: 15px;
  text-align: left;
  padding-right: 1.5em;
  height: 98px;
}

.homepage-hr {
  width: 70%;
  border-top: 1px black solid;
  margin-left: 0;
}

.knowledgeContainer {
  background-image: url("/assets/Images/knowledgeBase-flipped.jpg");
  background-repeat: no-repeat;
  height: 330px;
  background-position: right;
  position: relative;
  margin-bottom: -4.5em;
}

.buyNow-button {
  position: absolute;
  padding: 5px;
  text-decoration: none;
  color: white;
  display: inline-block;
  background-color: #528000;
  width: 170px;
  text-align: center;
  width: 170px;
  border-radius: 34px;
  bottom: -50px;
}

.btn-secondary.focus, .btn-secondary:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.homepage1-left {
  position: absolute;
  top: 19%;
  left: 6%;
}

.homepage-header1 {
  color: white;
  font-size: 20px;
  margin-left: 0.3em;
  position: absolute;
  left: 43px;
  top: 7px;
}

.more-button {
  color: black;
  background-color: white;
  border-radius: 34px;
  width: 220px;
  border: none;
  position: absolute;
  top: 114%;
}

a.buyNow-button {
  color: white;
}

a.LearnMore-tag {
  color: black;
}

.knowledgeButton {
  position: absolute;
  display: inline-block;
  background: black;
  padding: 5px;
  text-decoration: none;
  border-radius: 34px;
  text-align: center;
  width: 170px;
  font-size: 18px !important;
}

.table-container {
  padding-left: 8em;
}

.dropdown-col {
  display: block !important;
  position: -webkit-sticky;
  position: sticky;
}

.WN-dropdown {
  display: none;
}

.productNav-container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.productInfo-container, .page-container {
  margin-bottom: 1.5em;
}

.dropdown {
  display: contents !important;
  padding-top: .5em;
  padding-left: 2em;
  display: -webkit-box;
  position: absolute !important;
  z-index: 1;
}

.feature-matrix-container {
  padding-left: 0;
}

.main {
  padding-left: 10px;
}

.WN-dropdown {
  margin-left: 1em;
  margin-top: 1.8em;
}

#buynow-button {
  margin-left: .5em;
}

.productInfo-image {
  height: auto;
  margin-right: .5em;
}

.product-description {
  line-height: 1.3em;
}

p.product-description ul {
  padding-left: 1rem;
}

ul {
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
}

div ul li {
  line-height: 1.4;
}

.product-info-heading {
  z-index: 1;
  padding-top: .25em;
  font-family: "Source Sans Pro" !important;
  display: block;
}

.resellers-container {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(/assets/Images/Header-Image.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/assets/Images/Header-Image.jpg);
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  padding: 1.5em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  position: -webkit-sticky;
  position: sticky;
  top: 52px;
  z-index: 1;
}

.image-title a {
  color: black !important;
}

.image-title a:hover {
  text-decoration: none;
}

.policies-container {
  padding-top: 4.2em !important;
}

button.policy-button {
  text-align: center;
  width: 182px;
  background-color: black;
  border: black solid thin;
  border-radius: 32px;
  height: 37px;
}

.policies-text {
  color: white;
  font-size: 17px;
}

.policiesWrapper {
  margin-top: 1em;
}

.download-img-caption-TV a:hover {
  text-decoration: none;
}

.policies-hr {
  margin-left: 40% !important;
}

.image-title {
  text-align: center !important;
}

.download-img-caption-TV {
  text-align: center !important;
}

.policy-col {
  text-align: center;
}

#country-underline > h5 {
  background: whitesmoke;
  color: black;
  border-bottom: solid thin orange;
  border-radius: 0;
  padding-left: 0;
  cursor: pointer;
}

.nested-accordion {
  margin-top: 0.5em;
}

.nested-accordion h5 {
  padding: 0 0.5em;
}

.nested-accordion .comment {
  line-height: 1.5;
  padding: 0.5em;
  padding-top: 0;
}

.nested-accordion h5 {
  color: black;
}

.nested-accordion h5:before {
  content: "";
  padding-right: 0.25em;
  color: #becbd2;
  font-size: 1.5em;
  font-weight: 500;
  position: relative;
  right: 0;
}

.nested-accordion h5.selected {
  background: black;
  color: #fff;
  border-radius: 20px;
}

.nested-accordion h5.selected:before {
  content: "";
}

.nested-accordion .comment {
  background-color: whitesmoke;
}

.productpage-container {
  margin-top: 1em;
}

.flagIcons-img {
  -webkit-box-shadow: 2px 1px 10px grey;
          box-shadow: 2px 1px 10px grey;
}

#flagIcon {
  padding-bottom: .5em;
}

.flag-container {
  padding-bottom: 1em;
}

.download-col {
  padding-left: 0px;
  margin-bottom: 1em;
}

.download-wrapper {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-left: .5em;
  padding-right: .5em;
  text-align: left;
}

.download-img-caption {
  font-size: 14px;
  margin-top: .7em;
}

.figure-img {
  margin-bottom: 0 !important;
  image-rendering: -webkit-optimize-contrast;
  will-change: transform;
}

.download-row {
  padding-left: 0px;
}

.product-container {
  max-width: 25% !important;
}

.table-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1em;
  margin-right: 5em;
}

.download-heading a:hover {
  text-decoration: none;
}

.feature-matrix-container {
  margin: 0;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

body > div:nth-child(3) > table {
  border-spacing: 10px 0;
  padding: 1em;
}

table {
  margin: auto;
}

.plan_column {
  width: 9.5em;
  border: solid black;
  text-align: center;
  font-weight: 600;
  border-width: thin;
  padding-top: 1em;
  padding-bottom: 1em;
}

.checkmarks {
  color: #528000;
  border: thin solid black;
}

.checkmarks_column {
  width: 9.5em;
}

.product-heading {
  position: relative;
  display: inline-block;
  margin-left: 48%;
  color: white;
}

.product-paragraph {
  text-align: left;
  padding-bottom: .5em;
  font-size: 15px;
  padding-top: 1em;
}

td.pmmk-features > a {
  font-size: 15px;
  line-height: 1.4;
}

.feature-matrix > tbody > tr:nth-child(1) > td {
  border: solid thin black;
  background-color: #528000;
  font-size: 16px;
  color: white;
  font-weight: 600;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: .5em;
  text-align: left;
}

#pmmk-features > div {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

#pmmk-features {
  background-color: #393e46;
  padding-left: .5em;
  padding-right: 0.5em;
  padding-top: .4em;
  padding-bottom: .4em;
}

td.pmmk-features > div {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

td.pmmk-features {
  padding-left: .5em;
  padding-right: .5em;
  padding-top: .4em;
  padding-bottom: .4em;
  border-bottom: solid thin black;
  text-align: left;
}

div.table-sm {
  padding-top: .5em;
  padding-bottom: .5em;
}

div.feature-matrix-container {
  padding-bottom: 1em;
}

#table-header {
  text-align: -webkit-center;
  padding-top: 0em;
  padding: 0.5em;
  background-color: #bcbcbc;
  border: solid;
  border-width: thin;
  -webkit-box-shadow: 1px 1px 1px 1px #393e46;
          box-shadow: 1px 1px 1px 1px #393e46;
  color: #222831;
}

body > div:nth-child(3) > div > table {
  margin-top: 2em;
}

div.teamviewer-container {
  padding-top: 2em;
  padding-bottom: 25.5;
}

.download-img-caption-TV a:hover {
  text-decoration: none;
}

.download-img-caption-TV a {
  text-decoration: none;
}

body > form > div.input-group > textarea {
  height: 300px;
}

div.col {
  padding: 1em;
}

div.row {
  padding-left: 1em;
}

body > form > div.form-row.align-items-center > div {
  padding-left: 1em;
}

h3 {
  padding-left: 10px;
  padding-right: 10px;
}

#resellers-img {
  float: right;
  margin-left: .5em;
}

#resellers-img:hover {
  display: title;
}

#resellers-company {
  padding: .25em;
}

.product-banner {
  background-size: cover;
  display: block;
  position: relative;
  height: 139px;
  padding: 3em;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 2em;
}

.homepageFeature-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.homepageCol {
  padding-left: 0;
  padding-right: 0;
}

.ProductIcon-Homepage {
  margin-left: .6em;
}

.homepage-featureHeading {
  font-size: 20px;
  font-weight: bold;
  display: contents;
}

.versions-heading {
  font-size: 16px !important;
  text-decoration: none;
  color: black;
  font-weight: bold;
  margin-left: 4.5px;
}

.versions-heading a:link {
  text-decoration: none;
}

body > div.home-container > div > div > div > a, body > div.home-container2 > div > div > div > div > a {
  text-decoration: none;
  color: black;
}

body > div.home-container > div > div > div > a:hover, body > div.home-container2 > div > div > div > div > a:hover {
  color: black;
  text-decoration: none;
}

.features-desciption {
  margin-left: 3em;
}

#heading-container {
  padding-right: 393px !important;
  left: 88px !important;
  padding-top: 1em !important;
}

.learnMore-text {
  color: white;
  font-size: 20px;
  text-decoration: none !important;
  position: absolute;
  left: 34px;
  top: 7px;
}

.learnMore-text:hover {
  text-decoration: none !important;
}

.ic-container {
  max-width: 700px !important;
  margin-top: 2em;
}

.landingPage-container {
  margin-bottom: 2em;
}

.featureBullets-responsive {
  display: none;
}

body > div:nth-child(3) > div.col-2 > a:hover {
  text-decoration: none !important;
}

body > div:nth-child(5) > div.col-5 > div > a > h2 {
  color: #222831;
}

body > div:nth-child(5) > div.col-5 > div > a > h2 a:hover {
  text-decoration: none;
}

#heading-container > div.container.hero-p {
  padding-left: 0;
}

.get-#hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
}

hr.solid-light {
  width: 100%;
  border-top: 1px whitesmoke solid;
}

.tmpCol {
  display: inline-block;
  padding: 1em;
  color: whitesmoke;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 9px 8px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 9px 8px rgba(0, 0, 0, 0.4);
}

.learnMore-button-text {
  color: white;
  font-size: 16px;
}

#icon-wrapper {
  padding-left: 0;
}

#image-wrapper {
  padding-top: 0;
  padding-right: 0;
  padding-left: 2em;
}

#insta-row, #pm8-row, #pmh-row, #pmk-row, #ets-row {
  padding-left: 3em !important;
  padding-right: 3em !important;
}

.features-img {
  height: auto;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
  will-change: transform;
}

.products-main {
  padding-bottom: .7em;
}

.Landing-header-phs {
  font-size: 1.8rem !important;
  margin-bottom: 1em;
}

.homepage-blurb {
  font-size: 15px !important;
}

.knowledge-caption {
  font-size: 16px !important;
}

body > div.knowledgeContainer > div > a {
  text-decoration: none;
}

.responsiveHero {
  display: none;
}

body > table > tbody > tr > td:nth-child(2) > div > div > p:nth-child(16)
#landinglink-heading {
  border: solid;
  border-width: thin;
  padding: 1em;
  color: black;
  background-color: silver;
  font-weight: bold;
}

.apple-badge {
  height: 60px;
}

.google-badge {
  height: 60px;
}

.feature-content {
  padding-right: 2em;
  padding-top: .5em;
  padding-bottom: .5em;
}

#feature-container {
  color: #222831;
}

.featurebox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-bottom: 1.5em;
}

.responsive-invertedRows {
  display: none;
}

.inverted-heading {
  display: contents;
  padding-bottom: .5em;
}

.icon-30 {
  margin-top: 0 !important;
}

.responsive-container {
  display: none !important;
}

.mr-3 {
  float: left;
  height: auto;
}

.tableHeader-id2 {
  font-weight: 600;
  color: #222831;
}

.light-background {
  padding-bottom: 1em;
  padding-top: 1em;
}

.features-container {
  padding-bottom: 1.5em;
}

.features-container2 {
  padding-top: 2.2em;
}

.tableHeader-id {
  padding-top: 1em;
  padding-bottom: 1em;
  font-weight: 600;
  color: #222831;
  text-align: center;
}

.darkest-background {
  background-color: #3f3f3f;
  padding-bottom: 2em;
  color: #eeee;
  padding-top: 1em !important;
}

#buynow-button {
  color: white;
  border: none;
  font-weight: bold;
  width: 133px;
  border-radius: 19px;
}

#buynow-button > a {
  color: white;
  text-decoration: none;
  border: none;
}

#buynow-button > a:hover {
  color: white;
  text-decoration: none;
  border: none;
}

.sidenav {
  padding-left: 0 !important;
}

.dropdown {
  display: none;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 169px;
  left: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 22px;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: -14px;
  right: -4px;
  font-size: 60px;
}

.sidenav a {
  padding-bottom: 10px;
  padding-top: 10px;
  padding: 6px 8px 6px;
  color: black;
  background-color: #eeee;
  display: block;
  font-family: "Source Sans Pro" !important;
}

.sidenav a:hover {
  text-decoration: none;
  color: #f29800;
}

.sidenav-heading {
  padding-top: 10px;
  font-size: 16px;
  color: #bcbcbc;
  background-color: #eeee;
  display: block;
}

.sidenav-heading a {
  text-decoration: none;
  color: black;
  font-size: 20px;
}

.sidenav-heading a:hover {
  text-decoration: none;
  color: #bcbcbc;
}

#left-sidenav {
  background-color: #eeee;
  line-height: 2em;
  padding-left: .8em;
}

.main {
  font-size: 28px;
  padding-left: 14em;
}

.product-headerimg {
  margin-left: .4em;
}

#left-sidenav {
  z-index: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 112px;
}

#responsive-sidebar {
  display: none;
}

#responsive-sidebar a {
  color: white;
  padding-right: 1.5em;
}

#responsive-sidebar a:hover {
  color: #bcbcbc;
}

.image-wrapper {
  padding-bottom: 1em;
}

.featurebox-p {
  display: unset;
  padding-left: 1em;
  color: #222831;
}

.dark-background {
  background-color: #222831;
  padding: 2.5em;
}

.feature-matrix {
  margin-left: 0;
  width: 100%;
}

.inverted-row {
  padding-left: 5em !important;
  padding-right: 5em !important;
}

.landingPage-feature-small {
  padding: 0;
  position: absolute;
  padding-bottom: 1em;
  margin-top: 1em;
  margin: 0;
  border-top: 2px solid;
  width: 55px;
}

.SideNav-HR {
  width: 100%;
  border-top: 1px solid;
}

.feature-large {
  border-top: 1px solid;
  width: 50%;
}

.machine-tables {
  padding-right: 2em !important;
}

.latestVersions-wrapper {
  max-width: 500px;
  margin: 15px;
}

.latestVersions-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.latestVersions-responsive {
  display: none;
}

.features-container {
  padding: 0;
}

.badge-container {
  display: inline-block;
  overflow: hidden;
  margin-right: 1em;
  margin-left: 1em;
}

.app-row {
  padding-bottom: 1em;
}

.app-image {
  border-radius: 10px;
  border: solid #222831 thin;
  margin-right: .5em;
  margin-left: .5em;
  margin-bottom: 1em;
}

.app-title {
  display: inline;
}

.homepage-wrapper {
  background-image: url("/assets/Images/Homepage-banner.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  height: 363px;
  position: relative;
}

.homepage-blurb {
  max-width: 733px;
  color: white;
  font-size: 16px;
}

.buyNow-button {
  position: absolute;
  padding: 5px;
  text-decoration: none;
  color: white;
  display: inline-block;
  background-color: #528000;
  width: 170px;
  text-align: center;
  width: 170px;
  border-radius: 34px;
  bottom: -50px;
}

.LearnMore-tag {
  position: absolute;
  left: 200px;
  padding: 5px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  color: black;
  background-color: white;
  width: 170px;
  text-align: center;
  width: 170px;
  bottom: -50px;
  border-radius: 34px;
}

.homepage-left {
  position: absolute;
  top: 27%;
  left: 15em;
  right: 10%;
  bottom: 27%;
}

.homepage-header {
  color: white;
  font-size: 1.8rem;
  max-width: 733px;
  margin-bottom: 0.5em;
}

a.buyNow-button {
  color: white;
}

a.LearnMore-tag {
  color: black;
}

.homepageIcon-wrapper {
  display: -ms-grid;
  display: grid;
  height: 5em;
  position: absolute;
  top: 20%;
  left: 8em;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.flex-item {
  padding: 5px;
  width: 300px;
  height: 100px;
  line-height: 150px;
  color: black;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0 !important;
}

.flex-item1 {
  padding: 5px;
  width: 161px;
  height: 100px;
  line-height: 150px;
  color: black;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0 !important;
}

.flex-item2 {
  padding: 5px;
  width: 254px;
  height: 100px;
  line-height: 150px;
  color: black;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0 !important;
}

.version-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Landing-card {
  margin: 15px;
  max-width: 1200px;
}

.Landing-card-big {
  margin: 15px;
  max-width: 1200px;
}

.Landing-card-left {
  width: 50%;
  margin-left: 2em;
}

.Landing-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("/assets/Images/PMMK-Landing-Hero.jpg");
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
}

.Landing-card-header-km {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("/assets/Images/KM-Landing-Hero.jpg");
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
}

.Landing-card-header-ic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("/assets/Images/IC-Landing-Hero.jpg");
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
}

.Landing-card-header-hw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("/assets/Images/HW-Landing-Hero.jpg");
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
}

.Landing-card-header-ets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("/assets/Images/ETS-Landing-Hero.jpg");
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
}

.Landing-header {
  padding-bottom: 0.5em;
}

.RemovedTextRed {
	color: #D22B2B !important;
	font-size: 0.85rem !important;
}

.RemovedTextRedBold {
	color: #D22B2B !important;
	font-weight: bold !important;
	text-decoration-style: double !important;
}

@media (max-width: 1803px) {
  .table-container {
    padding-left: 10em;
  }
}

@media all and (max-width: 1400px) {
  .table-container {
    padding-left: 4.5em !important;
  }
}

@media (max-width: 1311px) {
  .inverted-row {
    padding-left: 4em !important;
    padding-right: 4em !important;
  }
}

@media all and (max-width: 1300px) {
  .homepage-wrapper {
    background-position: top !important;
  }
  .knowledge-caption {
    font-size: 15px !important;
  }
}

@media (max-width: 1297px) {
  .table-container {
    padding-left: 12em;
  }
  .table-row {
    margin-right: 3em;
  }
}

@media (max-width: 1277px) {
  #heading-container {
    padding-right: 390px;
  }
}

@media all and (max-width: 1200px) {
  .navLogo-wrapper {
    display: contents;
  }
  .productNav-container > div.navLogo-wrapper > a {
    font-size: 24px;
  }
  .ProductBanner-logo {
    margin-left: 4em !important;
  }
  .Landing-card-header {
    background-image: url("/assets/Images/PMMK-Landing-Hero-850.jpg") !important;
    width: 850px;
  }
  .Landing-card-left {
    width: 50% !important;
    margin-left: 2em !important;
    padding-top: .9em;
  }
  .Landing-header {
    font-size: 1.8rem !important;
  }
  .Landing-card {
    max-width: 850px !important;
  }
  .Landing-card-big {
    max-width: 900px !important;
    margin-left: 2em;
  }
  body > div.landing-container > div.row > div > div > div.Landing-card-left > p:nth-child(2), body > div.landing-container > div.row > div > div > div.Landing-card-left > p:nth-child(3) {
    font-size: 14px !important;
  }
  body > div.landing-container > div.row > div > div > div.Landing-card-left > p:nth-child(4) {
    font-size: 14px !important;
  }
  body > div.row > div > div > div.Landing-card-left > p:nth-child(2), body > div.row > div > div > div.Landing-card-left > p:nth-child(3), body > div.row > div > div > div.Landing-card-left > p:nth-child(4) {
    font-size: 15px !important;
  }
  .Landing-card-header-km {
    background-image: url("/assets/Images/KM-Landing-Hero-900.jpg") !important;
    width: 900px;
  }
  .Landing-card-header-ic {
    background-image: url("/assets/Images/IC-Landing-Hero-900.jpg") !important;
    width: 900px;
  }
  .Landing-card-header-ets {
    background-image: url("/assets/Images/ETS-Landing-Hero-900.jpg") !important;
    width: 900px;
  }
  .Landing-card-header-hw {
    background-image: url("/assets/Images/HW-Landing-Hero-900.jpg") !important;
    width: 900px;
  }
  .Landing-header-phs {
    font-size: 1.5rem !important;
  }
  .homepage-cols {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 50% !important;
            flex: 1 1 50% !important;
    max-width: none !important;
  }
  .knowledge-caption {
    font-size: 14px !important;
  }
}

@media (max-width: 1199px) {
  #landingPage-hero {
    width: 931px;
    height: 376px;
  }
  .features-id {
    font-size: 2rem;
  }
}

@media (max-width: 1190px) {
  body > div.container.justify-content-center.text-center.productEditions-container {
    margin-top: 2em !important;
  }
}

@media (max-width: 1160px) {
  .features-col {
    padding-left: 4em !important;
  }
}

@media all and (max-width: 1146px) {
  p, div, div ul li, b, strong, a, label, td, li {
    font-size: 16px;
  }
  .resellers-container {
    top: 58px;
  }
  .VersionsRow {
    max-width: 1000px !important;
  }
  .versions {
    top: 56% !important;
  }
  .Versions-wrapper {
    padding-bottom: 34px !important;
  }
  .knowledge-caption {
    max-width: 55% !important;
  }
  .knowledgeContainer {
    margin-bottom: -5.5em !important;
  }
  #phs-description {
    margin-right: 25em !important;
  }
  .landingPage-container {
    margin-left: 1em !important;
  }
  #hero-overlay {
    padding-top: 3em;
  }
  .homepage-laptop {
    bottom: -31px;
  }
  .icon-wrapper {
    margin-left: 10.8em !important;
    width: 55px !important;
  }
  .homepage-hr {
    margin-left: 9.8em !important;
  }
  .homepge-button {
    margin-left: 10.2em !important;
  }
  .homepageWrapper {
    height: 345px !important;
  }
  .imageCaption {
    margin-left: -32.5em !important;
  }
  #heading-container > p:nth-child(3) {
    font-size: 18px !important;
  }
  #heading-container > p:nth-child(4) {
    font-size: 18px !important;
  }
  nav a {
    min-width: 10em;
  }
}

@media (max-width: 1132px) {
  .inverted-row {
    padding-left: 3em !important;
    padding-right: 3em !important;
  }
  .dark-background {
    margin-bottom: -3em;
  }
}

@media all and (max-width: 1128px) {
  .nav-titles {
    padding-left: .5em;
  }
}

@media all and (max-width: 1080px) {
  .card-image {
    width: 500px;
  }
}

@media all and (max-width: 1055px) {
  .homepage-header {
    font-size: 1.6rem !important;
  }
}

@media all and (max-width: 1029px) {
  .productInfo-container {
    margin-left: 0 !important;
  }
  .page-container {
    margin-left: 0 !important;
  }
}

@media (max-width: 1029px) {
  .download-row {
    display: inline-block !important;
  }
  .ETS-Row {
    display: block !important;
  }
  .download-col {
    max-width: 100%;
  }
  .download-wrapper {
    height: 150px;
  }
  .productpage-container {
    max-width: none !important;
  }
}

@media (max-width: 1024px) {
  th.plan_column {
    max-width: 5em;
    min-width: 5em;
    width: 5em;
    vertical-align: bottom;
  }
  .rotating-text {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    display: inline-block;
    max-height: 10em;
    max-width: 1em;
  }
  .feature-table-title-row {
    height: 11em;
  }
  .checkmarks_column {
    max-width: 5em;
    min-width: 5em;
    width: 5em;
  }
}

@media all and (max-width: 1000px) {
  .dropdown-col {
    display: none !important;
  }
  .WN-dropdown {
    display: contents !important;
  }
  .dropdown-wrapper {
    margin-left: 3em;
    margin-top: 1em;
  }
  div {
    font-size: 15px;
  }
  p, div ul li, b, strong, a, label, td, li {
    font-size: 14px;
  }
  h1 {
    font-size: 30px !important;
  }
  h6 {
    font-size: 15px !important;
  }
  #flagIcon {
    margin-left: 0;
    margin-right: 0;
  }
  .flag-container {
    text-align: center;
  }
  .dark-background {
    padding: 1em !important;
  }
  .knowledgeContainer {
    margin-bottom: -6em !important;
  }
  .whats-NewWrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .whatsNew-block {
    position: relative;
  }
}

@media all and (max-width: 1030px) {
  .latestVersions-row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media all and (max-width: 997px) {
  .gallery-container {
    padding-left: 0;
    padding-right: 0;
  }
  .inverted-row {
    margin-left: .5em;
    margin-right: .5em;
  }
}

@media all and (max-width: 960px) {
  .homepage-cols {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 100% !important;
            flex: 1 1 100% !important;
  }
}

@media all and (max-width: 991px) {
  .policiesRow {
    width: 900px;
    margin-left: 0em !important;
  }
  .policies-container {
    max-width: none !important;
  }
  .tableHeader-id2 {
    text-align: left !important;
  }
  #heading-container {
    padding-right: 235px !important;
  }
  .features-id {
    margin-bottom: 0px;
  }
  #heading-container > p:nth-child(3) {
    font-size: 14px !important;
  }
  #heading-container > p:nth-child(4) {
    font-size: 14px !important;
  }
}

@media (max-width: 990px) {
  .feature-matrix {
    margin: 0;
  }
  .product-paragraph, .tableHeader-id2 {
    text-align: left;
    font-size: 1.5rem;
  }
  .feature-matrix-container {
    padding-left: 0;
  }
}

@media all and (max-width: 980px) {
  .ic-container {
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 968px) {
  #heading-container {
    padding: 0 !important;
  }
}

@media (max-width: 964px) {
  .tableHeader-id {
    padding-left: .5em;
  }
  .light-background {
    padding-left: 20px !important;
    padding-right: 20px;
  }
  .inverted-row {
    padding-left: 20px !important;
    margin-left: 0px !important;
    padding-right: 20px !important;
  }
  .productInfo-container {
    padding-left: 1em !important;
  }
  .machine-tables {
    padding-left: 1em !important;
  }
  .machine-tables2 {
    padding-left: 4em !important;
  }
  .page-container {
    padding-left: 1em !important;
  }
  div.row {
    padding-left: 0;
  }
  .IC-row {
    padding-left: 1em !important;
  }
}

@media (max-width: 962px) {
  .featureBullets-table {
    margin-top: 0 !important;
  }
  .features-table {
    display: -ms-grid;
    display: grid;
  }
  .features-desciption {
    margin-top: 2em;
  }
}

@media all and (max-width: 958px) {
  .knowledgeContainer {
    background-position: top !important;
    height: 273px !important;
  }
  .knowledge-caption {
    max-width: 95% !important;
  }
  .homepage1-left {
    top: 7% !important;
  }
  .form-responsive {
    margin-bottom: 2em;
  }
}

@media all and (max-width: 955px) {
  .homepage-left {
    left: 12% !important;
    text-align: center;
    top: 110px;
  }
  .homepageIcon-wrapper {
    display: none !important;
  }
  .homepage-blurb {
    font-size: 14px !important;
  }
}

@media (max-width: 952px) {
  .icon-30 {
    margin-top: .5em;
    width: 32px !important;
    height: 32px !important;
  }
  .inverted-heading {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }
  .feature-description {
    padding-bottom: .5em;
  }
  #heading-container {
    margin-left: .5em;
  }
  .inverted-wrapper {
    margin-bottom: 1em;
  }
  .darkest-background {
    padding-bottom: .8em;
  }
  .inverted-row {
    padding-top: 1em;
  }
  .darkest-background {
    padding-top: 0;
  }
}

@media all and (max-width: 930px) {
  .card-image {
    width: 450px;
  }
  .card-body {
    display: block !important;
  }
  .card-right-body {
    top: 2em;
  }
}

@media (max-width: 919px) {
  .policiesRow {
    width: 775px;
  }
}

@media (max-width: 916px) {
  .featureBullets-table {
    display: none;
  }
  .featureBullets-responsive {
    display: contents;
  }
  .ic-features {
    margin-left: 0;
  }
  .features-leftCol {
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: .5em;
  }
  .features-desciption {
    margin-top: 0 !important;
    text-align: center;
    margin-left: 0 !important;
  }
  .feature-points {
    padding-left: .5em;
  }
  #landing-feature {
    display: none;
  }
  .features-id {
    margin-bottom: 1em !important;
  }
  .features-img {
    max-width: 80%;
  }
}

@media (max-width: 900px) {
  #homepage-caption {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .main-description {
    margin-bottom: 0 !important;
  }
  .responsiveHero {
    display: block;
  }
  .Landing-card, .Landing-card-big {
    display: none !important;
  }
  .Landing-card-km {
    display: none !important;
  }
  .ic-container {
    margin-bottom: 2em;
  }
}

@media all and (max-width: 829px) {
  #badgeRow-tablet {
    display: -ms-grid !important;
    display: grid !important;
  }
  .tablet-image {
    width: 400px;
  }
}

@media (max-width: 816px) {
  .homepage-header {
    font-size: 1.4rem !important;
  }
}

@media (max-width: 802px) {
  .policiesRow {
    display: block !important;
    text-align: center;
    width: 500px !important;
  }
}

@media all and (max-width: 800px) {
  #left-sidenav {
    display: none;
  }
  .dropdown {
    display: -webkit-box;
  }
}

@media (max-width: 790px) {
  .landing-table {
    margin-left: 2em;
  }
  #landingPage-row {
    margin-left: 2em;
  }
}

@media all and (max-width: 785px) {
  .homepage-header {
    font-size: 1.4rem !important;
  }
}

@media (max-width: 796px) {
  .responsive-invertedRows {
    margin-top: 1em;
    display: block;
  }
  .inverted-main {
    display: none !important;
  }
}

@media all and (max-width: 790px) {
  .compare-img {
    width: 80% !important;
  }
}

@media all and (max-width: 781px) {
  .download-img-caption-TV {
    font-size: 12px !important;
  }
}

@media all and (max-width: 780px) {
  .learnMore-text {
    font-size: 18px !important;
  }
}

@media (max-width: 768px) {
  .features-col {
    padding-left: 7em !important;
  }
  .google-badge {
    margin-left: 1em;
  }
  .badgeRow {
    width: 600px;
  }
}

@media (max-width: 767px) {
  .tableHeader-id2 {
    text-align: left !important;
    width: 320px;
  }
  .sub-heading {
    text-align: left !important;
  }
  .ic-container {
    max-width: 500px !important;
  }
  .h5-ic {
    font-size: 1rem !important;
  }
  .ic-live {
    width: 220px !important;
  }
}

@media all and (max-width: 760px) {
  .flex-container {
    display: block !important;
    padding-bottom: 2em !important;
  }
  .flex-item1 {
    height: 57px !important;
  }
  .flex-item, .flex-item2 {
    height: 67px !important;
  }
  .VersionsHeader {
    margin-left: 1em;
    text-align: left !important;
  }
  .versions {
    left: 19% !important;
  }
  .ICversions {
    left: 34% !important;
  }
  .phsVersions {
    left: 22% !important;
  }
}

@media (max-width: 735px) {
  .table-container {
    overflow: auto;
    height: 900px;
    padding-left: 0em !important;
    max-width: 700px;
  }
}

@media all and (max-width: 722px) {
  .learnMore-text {
    font-size: 17px !important;
  }
}

@media all and (max-width: 720px) {
  .homepage-header {
    font-size: 1.3rem !important;
  }
}

@media (max-width: 717px) {
  .sub-heading {
    padding-top: 0;
  }
  .download-heading {
    padding-bottom: 0;
  }
}

@media all and (max-width: 693px) {
  .homepage-blurb {
    font-size: 13px !important;
  }
}

@media (max-width: 687px) {
  .table-row {
    width: 100%;
    display: block;
  }
}

@media all and (max-width: 672px) {
  .homepage-header {
    font-size: 1.2rem !important;
  }
}

@media (max-width: 659px) {
  .badgeRow {
    width: 550px;
  }
}

@media all and (max-width: 638px) {
  .inverted-feature {
    padding-top: 2em !important;
  }
}

@media all and (max-width: 624px) {
  .homepage-header {
    font-size: 1.1em !important;
  }
}

@media all and (max-width: 610px) {
  .knowledge-caption {
    font-size: 13px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

@media all and (max-width: 600px) {
  .product-banner {
    height: 100px !important;
  }
  .ProductBanner-logo {
    top: 26px !important;
    margin-left: -1em !important;
  }
}

@media (max-width: 575px) {
  .featurebox {
    display: -webkit-box;
    margin-left: 1.5em;
  }
  .feature-content {
    padding-right: 2em !important;
    padding-top: 0.5em !important;
  }
  .features-container2 {
    padding-top: .5em;
  }
  .featurebox-p {
    width: 200px;
  }
}

@media (max-width: 572px) {
  .features-id {
    font-size: 30px !important;
  }
  .flex-item, .flex-item1, .flex-item2 {
    width: 350px !important;
  }
  #right-sidenav {
    margin-left: -4em !important;
    margin-top: 5.5em !important;
  }
}

@media all and (max-width: 570px) {
  .versions {
    left: 15% !important;
  }
}

@media all and (max-width: 569px) {
  .featuresTable {
    margin-left: .8em;
  }
  #homepage-caption {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 550px) {
  .LatestVersions-row {
    margin-left: 4em;
  }
}

@media (max-width: 550px) {
  .badgeRow {
    width: 0;
    margin-left: 1em;
  }
}

@media all and (max-width: 543px) {
  .policy-col {
    display: contents;
  }
}

@media all and (max-width: 540px) {
  .machine-tables {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
    max-width: 100% !important;
  }
  .machine-tables2 {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
    max-width: 100% !important;
    padding-left: 1em !important;
  }
  .features-col {
    padding-left: 5em !important;
  }
}

@media (max-width: 533px) {
  .landingPage-container {
    padding-right: 0 !important;
    padding-left: 2em !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

@media all and (max-width: 529px) {
  .ic-container {
    max-width: 400px !important;
  }
  .h5-ic {
    font-size: 0.7rem !important;
  }
  .ic-live {
    width: 150px !important;
  }
  .ic-login {
    width: 150px !important;
  }
  .iclive-icon {
    width: 24px;
  }
  .latestVersions-row {
    display: none !important;
  }
  .latestVersions-responsive {
    display: block !important;
  }
}

@media all and (max-width: 528px) {
  .WN-dropdown {
    margin-top: 0.8em;
  }
  .table-container {
    margin-top: -46px;
    margin-left: 1em;
  }
}

@media (max-width: 520px) {
  .policiesRow {
    width: 375px !important;
  }
}

@media all and (max-width: 500px) {
  h4, h3 {
    font-size: 18px !important;
  }
  p, div ul li, b, strong, a, label, td, h6, em, li {
    font-size: 14px !important;
  }
  #myNav > a {
    font-size: 45px !important;
  }
  .homepageMain-description {
    width: 300px;
  }
  .responsive-caption {
    font-size: 13px !important;
  }
}

@media all and (max-width: 495px) {
  .teamviewer-col {
    display: block !important;
  }
  .teamviewerText {
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
  .teamviewer-row {
    padding-left: 1em !important;
    margin-top: 4em !important;
  }
}

@media (max-width: 484px) {
  .homepage-left {
    top: 25%;
  }
}

@media (max-width: 477px) {
  .resellers-imgContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: .5em;
  }
  #resellers-img {
    margin-left: 0;
    margin-right: .5em;
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 472px) {
  .ic-features {
    margin-left: 1em !important;
  }
  .features-desciption {
    margin-left: 1em !important;
  }
}

@media all and (max-width: 470px) {
  .homepage1-left {
    top: 3% !important;
  }
}

@media all and (max-width: 461px) {
  .LearnMore-tag {
    left: 0 !important;
    bottom: -91px !important;
  }
}

@media all and (max-width: 454px) {
  .inverted-heading {
    font-size: 1rem;
    font-weight: bold;
  }
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .sidenav a {
    font-size: 11px;
  }
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
  .hero-p {
    width: 320px !important;
  }
  .homepage-p {
    width: 320px !important;
  }
}

@media all and (max-width: 450px) {
  .app-title {
    font-size: 19px !important;
    display: inline;
  }
  .badge-container {
    margin-left: 0 !important;
  }
  .google-badge {
    margin-left: 0;
  }
  #appImage.row {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .app-row {
    padding-left: 2em;
  }
}

@media all and (max-width: 446px) {
  .LatestVersions-row {
    -webkit-box-pack: left !important;
        -ms-flex-pack: left !important;
            justify-content: left !important;
  }
}

@media (max-width: 450px) {
  #homepage-caption {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 445px) {
  .homepage-blurb {
    font-size: 12px !important;
  }
}

@media all and (max-width: 425px) {
  .resellers-container {
    top: 46px;
  }
  .policiesRow {
    width: 200px !important;
  }
  .policies-img {
    width: 60px !important;
    height: 60px !important;
  }
  #footer-logo {
    margin-left: 1em;
  }
  .header-logo {
    width: 180px;
  }
  #footer-link {
    padding-left: 0;
  }
  .homepage-heading {
    margin-top: 0 !important;
  }
  .homepage-left {
    top: 22%;
  }
  .landingPage-feature-small {
    display: none;
  }
  .ic-container {
    max-width: 300px !important;
  }
  .h5-ic {
    font-size: 1rem !important;
  }
  .ic-live {
    display: none;
  }
  .ic-login {
    width: 110px !important;
  }
  .ic-wrapper {
    width: 270px;
  }
  .ic-liveText {
    width: 150px;
  }
  .ic-live-devices {
    margin-top: 2em;
    display: block !important;
  }
}

@media all and (max-width: 420px) {
  #feature-bullets {
    margin-bottom: 0 !important;
  }
  .light-background > div > div > h1 {
    font-size: 1.5em;
    padding-top: .5em;
  }
  .main-description {
    text-align: center;
    font-size: 13px;
  }
  .dark-background {
    padding: 1em;
    text-align: center;
    margin-bottom: -3em;
  }
  .inverted-wrapper {
    padding-top: .5em;
  }
  .darkest-background {
    padding-top: 0;
  }
  .description-large {
    font-size: 93%;
  }
  .featurebox-p {
    font-size: 87%;
  }
}

@media (max-width: 418px) {
  .light-background {
    padding-top: 1em;
  }
}

@media (max-width: 414px) {
  .main-productHeading {
    width: 200px;
  }
  .table-row {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 0px;
  }
  .icon-30 {
    margin-right: 0.5em !important;
  }
  .responsiveHero {
    padding-left: 1.5em !important;
    padding-right: 1.5em;
  }
  .feature-description {
    padding-top: 0 !important;
  }
  .inverted-heading {
    padding-top: 1em !important;
  }
  .landing-quote {
    font-size: 1rem;
  }
  .inverted-row {
    margin-left: 0 !important;
    padding-left: 1.5em !important;
  }
}

@media all and (max-width: 402px) {
  .inverted-feature {
    padding-top: 1em !important;
  }
  .inverted-heading {
    font-size: 0.8rem !important;
  }
}

@media all and (max-width: 400px) {
  .light-background > p:nth-child(3), p:nth-child(4), p:nth-child(5), p:nth-child(6) {
    font-size: 14px !important;
  }
}

@media all and (max-width: 376px) {
  #buynow-button {
    display: none;
  }
  .product-banner {
    height: 91px !important;
  }
  .product-banner {
    height: 91px !important;
  }
  .product-headerimg {
    width: 48px !important;
  }
  .main-productHeading {
    width: 180px !important;
  }
}

@media (max-width: 375px) {
  .homepage-blurb {
    font-size: 11px !important;
  }
}

@media (max-width: 368px) {
  #right-sidenav {
    padding-left: 1em;
  }
}

@media (max-width: 360px) {
  .resellers-container {
    top: 43px;
  }
}

@media all and (max-width: 320px) {
  .policies-img {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */