body {
  background-color: #f2f2f0;
  font-family: Muli, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: #555;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 22px;
}

.navlink {
  padding: 10px 10px 5px;
  font-size: 12px;
  font-weight: 400;
}

.navlink:hover {
  color: #bf6c5a;
}

.navlink.w--current {
  padding-bottom: 5px;
  border-bottom: 1px solid #bf6c5a;
  color: #bf6c5a;
}

.nav-menu-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 7px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 13px;
  padding-bottom: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.logo-link-block {
  position: static;
  left: 29px;
  top: 0px;
  width: 285px;
  height: 75px;
  background-image: url('../images/logo.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-link-block.w--current {
  position: static;
  height: 53px;
  margin-top: 6px;
}

.home-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/HomeHero.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-attachment: scroll;
}

.footer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.footer-cr {
  margin-top: 7px;
  color: #9c9c9c;
}

.homehero-text-holder {
  width: 477px;
  margin-right: 7%;
  padding: 37px 20px 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #000;
}

.home-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #bf6c5a;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.home-h2 {
  margin-top: 2px;
  margin-bottom: 0px;
  color: #555;
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.home-h2.hh2-smaller {
  margin-top: -3px;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0px;
}

.blue-26pt {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #587187;
  font-size: 26px;
  line-height: 33px;
  font-weight: 300;
}

.blue-26pt.poc-bh {
  margin-top: 0px;
}

.blue-26pt.blue-started {
  margin-top: 0px;
}

.home-para {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #444;
  font-size: 16px;
  line-height: 23px;
}

.home-hero-button-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 7%;
  margin-bottom: 97px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.home-hero-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 218px;
  margin-left: 10px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  background-color: #587187;
  font-size: 18px;
  line-height: 31px;
  font-weight: 300;
  text-align: center;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pac-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/PACHero.jpg');
  background-position: 100% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.pac-hero-text-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 323px;
  margin-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.black-h1 {
  font-family: Raleway, sans-serif;
  color: #555;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.div2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pd2-text-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.pd2-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin-right: 70px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pd2-single.d2-big {
  width: 40%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.note {
  font-size: 10px;
  font-style: italic;
}

.h2 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.paragraph {
  margin-bottom: 8px;
  color: #555;
  font-size: 15px;
  line-height: 22px;
}

.paragraph.para-contact-hero {
  margin-top: 28px;
}

.orange-emphasis {
  color: #bf6c5a;
}

.doc-icon {
  width: 37px;
  height: 50px;
  background-image: url('../images/DocIcon-Black.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.doc-icon:hover {
  background-image: url('../images/DocIcon-Orange.png');
}

.h2-tight {
  margin-top: 2px;
  line-height: 22px;
}

.h2-tight:hover {
  color: #bf6c5a;
}

.link-block {
  text-decoration: none;
}

.b2b-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 480px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/B2B-Office.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.b2b-text-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 548px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

._50-percent-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 548px;
  margin-left: 40%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.black-emphasis {
  font-weight: 700;
}

.b2b-div-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tabs-wrapper {
  width: 920px;
}

.tabs-link {
  width: 32.33%;
  height: 50px;
  padding: 15px 0px;
  background-color: transparent;
  line-height: 50px;
  text-align: center;
}

.tabs-link.w--current {
  width: 33.33%;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #bf6c5a;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.tabs-link.tablink-middle {
  width: 32.33%;
  border-color: #888;
  border-right-style: solid;
  border-right-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  line-height: 50px;
}

.tabs-link.tablink-middle.w--current {
  line-height: 50px;
}

.tab-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tab-div1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tabs-title {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 25px;
}

.tab-spacer {
  height: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.tabs-list-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-list-number {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 30px;
  background-color: #587187;
  color: #fff;
  font-size: 27px;
  line-height: 29px;
  font-weight: 400;
  text-align: center;
}

.tabs-list-text {
  line-height: 16px;
}

.h3-blue {
  margin-top: 10px;
  margin-bottom: 2px;
  font-family: Raleway, sans-serif;
  color: #587187;
  font-size: 16px;
  font-weight: 700;
}

.tabs-squares-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab-square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 140px;
  margin: 5px;
  padding: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #fff;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, .06);
}

.square-percent {
  margin-bottom: 3px;
  color: #555;
  font-size: 39px;
  line-height: 36px;
  letter-spacing: -2px;
}

.square-text {
  color: #bf6c5a;
  line-height: 16px;
  text-align: center;
}

.b2b-div3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blue-arrow-bar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #587187;
}

.diamond {
  position: absolute;
  left: 0px;
  top: 17px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 34px;
  height: 34px;
  margin-right: auto;
  margin-left: auto;
  background-color: #587187;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 34px 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.verticals-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.verticals-div.vd-left {
  width: 45%;
  margin-right: 17px;
  padding-right: 23px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.verticles-heading {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
}

.case-studies-link {
  color: #bf6c5a;
  font-weight: 400;
  text-decoration: none;
}

.case-studies-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.case-study-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin: 6px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #fff;
}

.case-study-single.css-button-holder {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: transparent;
}

.case-study-heading {
  margin-bottom: 7px;
  font-family: Raleway, sans-serif;
  color: #587187;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.case-study-detail {
  margin-bottom: 14px;
  color: #5a9cd6;
  font-size: 20px;
}

.emphasis-blue {
  color: #5a9cd6;
  font-weight: 700;
}

.case-studies-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 9px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.case-studies-logo {
  width: 340px;
  margin-bottom: 13px;
  margin-left: -8px;
}

.poc-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Point-of-Care.jpg');
  background-position: 100% 0px;
  background-size: cover;
}

.poc-text-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.poc-text-holder.th-hero {
  margin-left: 23%;
}

.black-h2 {
  margin-top: 1px;
  font-size: 18px;
  font-weight: 500;
}

.poc-list {
  margin-top: 20px;
}

.orange-button {
  width: 216px;
  border-radius: 5px;
  background-color: #bf6c5a;
  text-align: center;
}

.column-tall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.poc-white-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: hsla(0, 0%, 100%, .6);
}

.poc-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.poc-right-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.poc-divs-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.poc-half-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.poc-half-div.half-bottom {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.poc-quote {
  margin-bottom: 3px;
  color: #5a9cd6;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
}

.poc-quote-credit {
  margin-bottom: 10px;
  color: #587187;
  font-size: 15px;
}

.poc-div2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 51px;
  padding-bottom: 51px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.poc-blue-h3 {
  color: #587187;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}

.poc-divs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.poc-magazines-image {
  margin-top: 29px;
  margin-bottom: 29px;
}

.poc-doctors-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Doctors.png');
  background-position: 100% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.poc-slider {
  height: 170px;
  background-color: transparent;
}

.poc-slider-nav-buttons {
  font-size: 10px;
}

.slider-arrows-hidden {
  display: none;
}

.poc-slider-flex-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 25px;
  padding-right: 59px;
  padding-left: 59px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.poc-slider-quotes {
  font-family: 'Open Sans', sans-serif;
  color: #888;
  font-size: 20px;
  line-height: 29px;
  font-style: italic;
  font-weight: 300;
}

.doctors-left-div {
  width: 60%;
}

.doctor-note {
  width: 231px;
  margin-right: 53px;
  font-family: 'Open Sans', sans-serif;
  color: #555;
  font-size: 12px;
  font-weight: 300;
}

.doctors-text-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  padding-top: 76px;
  padding-bottom: 76px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.doctor-anchor {
  position: absolute;
  left: 0px;
  top: -77px;
}

.rpg-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eaebef;
}

.rpg-hero-text {
  width: 538px;
}

.rpg-blue-heading {
  margin-bottom: 23px;
  color: #587187;
  font-size: 26px;
  line-height: 32px;
  font-weight: 300;
}

.rpg-div2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f2f2f0;
  background-image: url('../images/Retailgoods2-Smoke.jpg');
  background-position: 100% 0px;
  background-size: 1030px;
  background-repeat: no-repeat;
}

.rpg-div2-text-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34%;
  margin-left: 20vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rpg-hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 11px;
  padding-left: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rpg-hero-image {
  width: 638px;
  margin-right: 45px;
}

.started-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 99px;
  padding-bottom: 99px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/StartedHero.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.started-div2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 66px;
  padding-bottom: 66px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.started-number-list {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 29px;
  line-height: 20px;
  font-weight: 300;
}

.started-number-list.nl-padding {
  padding-right: 54px;
}

.started-list-text {
  margin-bottom: 19px;
}

.started-tab1-image {
  margin-top: 39px;
}

.started-div-3-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.started-div3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 41px;
  padding-bottom: 41px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.started-text-div {
  width: 46%;
}

.email-link-black {
  color: #333;
  text-decoration: none;
}

.email-link-black:hover {
  color: #bf6c5a;
}

.tabs-text {
  height: auto;
  line-height: 20px;
}

.started-hero-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 548px;
  margin-left: 234px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/Contact-BG.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-hero-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.contact-div2 {
  padding: 50px 20px 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pre-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #888;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.twitter-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-icon-image {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  opacity: 0.8;
}

.footer-icon-image:hover {
  opacity: 1;
}

.footer-twitter-title {
  margin-bottom: 18px;
  padding-left: 7px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.qas-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
}

.qas-heading {
  margin-top: 10px;
  margin-bottom: 28px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.qas-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 46%;
  margin-right: 30px;
  margin-left: 30px;
  padding-bottom: 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.rich-text-block p {
  font-size: 14px;
}

.qasquestion {
  margin-top: 10px;
  margin-bottom: 2px;
  color: #bf6c5a;
  font-weight: 700;
}

.qas-paragraph {
  font-size: 14px;
}

.case-studies-back-link {
  color: #bf6c5a;
  font-weight: 600;
  text-decoration: none;
}

.case-studies-back-link:hover {
  color: #5a9cd6;
}

.social-icons {
  position: absolute;
  top: 7px;
  right: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icon {
  width: 30px;
  margin-right: 5px;
}

.qaback-button {
  margin-top: 20px;
  border-radius: 5px;
  background-color: #bf6c5a;
}

.top-anchor {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 290px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.password-button {
  background-color: #bf6c5a;
}

.password-button:hover {
  background-color: #555;
}

.password-title {
  font-size: 18px;
  font-weight: 400;
}

.password-incorrect {
  border: 1px solid #bf6c5a;
  border-radius: 0px;
  background-color: transparent;
}

.sales-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sales-content-holder {
  width: 900px;
  height: 675px;
}

.sales-slider {
  width: 900px;
  height: 675px;
}

.sales-slider-arrow {
  width: 68px;
  margin-right: -67px;
}

.sales-slider-arrow.ssa-left {
  margin-right: 0px;
  margin-left: -67px;
}

.sales-slider-nav {
  margin-bottom: -41px;
}

.sales-page-download-button {
  margin-top: 48px;
  border-radius: 5px;
  background-color: #bf6c5a;
  text-transform: uppercase;
}

.b2b-sales-guide-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 39px;
  padding-bottom: 39px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.b2b-sales-guide-text {
  margin-right: 20px;
  font-family: Raleway, sans-serif;
  color: #888;
  font-size: 20px;
}

.b2b-slaes-guide-cover {
  width: 300px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
}

.b2b-sales-button-link {
  margin-left: 20px;
  border-radius: 5px;
  background-color: #bf6c5a;
}

.sales-slider-arrow-icon {
  color: #bf6c5a;
}

.hp-video {
  width: auto;
}

.video-holder {
  width: 457px;
  margin-top: 0px;
  margin-right: 7%;
  margin-bottom: 18px;
  padding: 10px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: rgba(88, 113, 135, .4);
}

.contact-magazines {
  width: 560px;
  height: 384px;
  margin-right: 23px;
  background-image: url('../images/Contact-Hero2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.books-image {
  width: 500px;
  background-image: url('../images/B2B-Books.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-bottom-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tm-superscript {
  margin-right: 7px;
  color: #9c9c9c;
  font-size: 8px;
  line-height: 25px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .navlink {
    margin-top: 1px;
    margin-bottom: 1px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #d8c9b6;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
  }
  .nav-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nav-menu-holder {
    margin-top: 0px;
    background-color: transparent;
  }
  .navbar {
    padding-top: 3px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .logo-link-block.w--current {
    left: 19px;
    top: 0px;
    width: 242px;
    height: 45px;
  }
  .menu-button-holder.w--open {
    background-color: #d8c9b6;
  }
  .home-hero {
    height: 1090px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: -webkit-linear-gradient(90deg, #d8c9b6 10%, hsla(34, 30%, 78%, 0) 68%), url('../images/HomeHero.jpg');
    background-image: linear-gradient(0deg, #d8c9b6 10%, hsla(34, 30%, 78%, 0) 68%), url('../images/HomeHero.jpg');
    background-position: 0px 0px, 23% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .homehero-text-holder {
    width: auto;
    margin-right: 0%;
    padding: 1px 11px 1px 29px;
  }
  .home-h2 {
    margin-bottom: 2px;
    color: #333;
    font-weight: 600;
  }
  .home-h2.hh2-smaller {
    font-weight: 600;
  }
  .blue-26pt {
    margin-top: 6px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
  }
  .blue-26pt.poc-bh {
    margin-bottom: 9px;
  }
  .blue-26pt.blueb2b {
    margin-bottom: 9px;
  }
  .home-para {
    margin-bottom: 11px;
  }
  .home-hero-button-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-bottom: 22px;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 23px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .home-hero-button {
    width: 175px;
    margin: 3px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
  }
  .pac-hero {
    padding-left: 35px;
  }
  .pac-hero-text-holder {
    width: 373px;
    margin-left: 0%;
    padding-bottom: 22px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .div2 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .pd2-text-holder {
    margin-left: 0%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pd2-single {
    width: 39%;
    margin-right: 36px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pd2-single.d2-big {
    width: 94%;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .paragraph {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .b2b-hero {
    height: 230px;
    padding: 13px 0px 13px 19px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-position: 100% 50%;
    background-repeat: no-repeat;
  }
  .b2b-text-holder {
    width: 388px;
    margin-left: 20px;
    padding-top: 0px;
    padding-right: 28px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  ._50-percent-div {
    width: 444px;
    margin-left: 0%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .b2b-div-2 {
    padding-top: 16px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .tabs-link {
    display: inline-block;
    padding: 7px 5px 4px;
    line-height: 40px;
  }
  .tabs-link.w--current {
    line-height: 40px;
  }
  .tabs-link.tablink-middle {
    font-size: 13px;
    line-height: 40px;
  }
  .tabs-link.tablink-middle.w--current {
    line-height: 40px;
  }
  .tabs-link.tabssingle {
    padding-top: 15px;
  }
  .tab-flex {
    padding-top: 7px;
  }
  .tab-div1 {
    width: 47%;
  }
  .tabs-title {
    margin-bottom: 10px;
    font-size: 17px;
  }
  .tab-spacer {
    margin-bottom: 10px;
  }
  .h3-blue {
    font-size: 15px;
    line-height: 21px;
  }
  .tab-square {
    width: 130px;
    height: 130px;
  }
  .square-percent {
    font-size: 32px;
  }
  .square-text {
    font-size: 13px;
    font-weight: 700;
  }
  .text-container {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .case-studies-div {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .case-studies-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .poc-hero {
    height: auto;
    padding: 24px 26px;
    background-image: -webkit-linear-gradient(180deg, hsla(0, 0%, 100%, .6) 28%, hsla(0, 0%, 100%, 0)), url('../images/Point-of-Care.jpg');
    background-image: linear-gradient(270deg, hsla(0, 0%, 100%, .6) 28%, hsla(0, 0%, 100%, 0)), url('../images/Point-of-Care.jpg');
    background-position: 0px 0px, 100% 0px;
    background-size: auto, cover;
  }
  .poc-text-holder {
    width: 100%;
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .black-h2 {
    margin-bottom: 3px;
  }
  .poc-list {
    margin-top: 10px;
  }
  .poc-list.started-list-tight {
    padding-left: 19px;
  }
  .poc-white-text-div {
    margin-top: 8px;
  }
  .poc-divs-hero {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .poc-half-div {
    width: auto;
    margin-right: 14px;
  }
  .poc-div2 {
    padding: 23px 26px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .poc-divs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .poc-magazines-image {
    width: 402px;
    margin-bottom: 4px;
  }
  .poc-doctors-div {
    height: 320px;
    padding-right: 28px;
    padding-left: 28px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .poc-slider {
    height: 150px;
  }
  .poc-slider-nav-buttons {
    height: 29px;
  }
  .poc-slider-flex-div {
    padding-right: 0px;
    padding-left: 0px;
  }
  .poc-slider-quotes {
    color: #555;
    font-size: 19px;
    line-height: 25px;
  }
  .doctor-note {
    width: 281px;
    margin-top: 11px;
    color: #333;
  }
  .doctors-text-holder {
    width: auto;
    padding-top: 41px;
    padding-bottom: 41px;
  }
  .rpg-hero {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .rpg-hero-text {
    width: auto;
  }
  .rpg-blue-heading {
    margin-top: 30px;
  }
  .rpg-div2 {
    height: auto;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 43px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: -webkit-linear-gradient(0deg, #f2f2f0 33%, hsla(60, 7%, 95%, 0)), url('../images/Retailgoods2-Smoke.jpg');
    background-image: linear-gradient(90deg, #f2f2f0 33%, hsla(60, 7%, 95%, 0)), url('../images/Retailgoods2-Smoke.jpg');
    background-position: 0px 0px, 100% 0px;
    background-size: auto, 1030px;
    background-repeat: repeat, no-repeat;
  }
  .rpg-div2-text-holder {
    width: 51%;
    margin-left: 0vw;
    padding-left: 11px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .rpg-hero-content {
    padding: 21px 69px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rpg-hero-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .started-hero {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: -webkit-linear-gradient(180deg, #f2f2f0 30%, hsla(60, 7%, 95%, 0) 59%), url('../images/StartedHero.jpg');
    background-image: linear-gradient(270deg, #f2f2f0 30%, hsla(60, 7%, 95%, 0) 59%), url('../images/StartedHero.jpg');
    background-position: 0px 0px, 0px 50%;
    background-size: auto, cover;
  }
  .started-div2 {
    padding: 24px 23px 3px;
  }
  .started-number-list {
    padding-right: 0px;
  }
  .started-list-text {
    margin-bottom: 10px;
  }
  .started-div-3-container {
    width: auto;
  }
  .started-div3 {
    padding: 24px 35px;
  }
  .email-link-black {
    color: #333;
  }
  .tabs-text {
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 20px;
  }
  .started-hero-text {
    width: 298px;
    margin-left: 0px;
    padding-right: 51px;
  }
  .contact-hero {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 27px;
    background-image: url('../images/Contact-BG.jpg');
    background-position: 0px 0px;
    background-size: 1000px;
  }
  .contact-hero-text {
    width: 350px;
    margin-right: 16px;
  }
  .social-icons {
    top: 12px;
    right: 65px;
  }
  .qaback-button {
    margin-top: 10px;
  }
  .sales-div {
    padding-right: 18px;
    padding-left: 18px;
  }
  .sales-slider {
    width: auto;
    height: auto;
  }
  .b2b-sales-guide-div {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .b2b-sales-guide-text {
    font-size: 17px;
  }
  .b2b-slaes-guide-cover {
    width: 230px;
  }
  .hp-video {
    width: 100%;
  }
  .video-holder {
    margin-left: 29px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .contact-magazines {
    width: 500px;
  }
  .books-image {
    width: 230px;
    height: 165px;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 13px;
    line-height: 20px;
  }
  .home-hero {
    height: 1030px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .home-h2 {
    margin-bottom: 3px;
  }
  .blue-26pt {
    margin-top: 14px;
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 23px;
    font-weight: 700;
  }
  .home-para {
    font-size: 13px;
  }
  .home-hero-button-holder {
    padding-right: 22px;
    padding-left: 22px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .pac-hero {
    padding-right: 25px;
    padding-left: 25px;
    background-image: -webkit-linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0)), url('../images/PACHero.jpg');
    background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0)), url('../images/PACHero.jpg');
    background-position: 0px 0px, 100% 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .pac-hero-text-holder {
    width: auto;
  }
  .div2 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .pd2-single {
    width: 44%;
    margin-right: 22px;
  }
  .paragraph {
    font-size: 13px;
    line-height: 19px;
  }
  .b2b-hero {
    overflow: hidden;
    padding-right: 0px;
    background-position: -21px 50%;
  }
  .b2b-text-holder {
    width: 281px;
    margin-left: 20px;
    padding-right: 15px;
  }
  .b2b-div-2 {
    padding-right: 22px;
    padding-bottom: 0px;
    padding-left: 22px;
  }
  .tabs-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    line-height: 17px;
  }
  .tabs-link.w--current {
    line-height: 20px;
  }
  .tabs-link.tablink-middle {
    padding-top: 4px;
    line-height: 20px;
  }
  .tabs-link.tablink-middle.w--current {
    line-height: 20px;
  }
  .tabs-link.tabssingle.w--current {
    padding-top: 6px;
  }
  .tab-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tab-div1 {
    width: auto;
    margin-right: 15px;
    margin-left: 15px;
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tabs-title {
    font-size: 16px;
    line-height: 21px;
  }
  .tabs-list-text {
    font-size: 13px;
  }
  .tabs-squares-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tabs-menu-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .verticals-div {
    width: auto;
  }
  .verticals-div.vd-left {
    width: auto;
    margin-right: 0px;
    padding-right: 0px;
  }
  .case-studies-div.csd-qa {
    padding-right: 13px;
    padding-left: 13px;
  }
  .case-study-single {
    width: 100%;
  }
  .poc-text-holder {
    padding-top: 0px;
  }
  .black-h2 {
    font-size: 16px;
  }
  .orange-button {
    font-size: 13px;
    line-height: 17px;
  }
  .poc-half-div {
    margin-right: 0px;
  }
  .poc-quote {
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
  }
  .poc-blue-h3 {
    margin-top: 4px;
  }
  .poc-magazines-image {
    margin-top: 7px;
  }
  .poc-doctors-div {
    height: 240px;
    padding-top: 14px;
    padding-right: 154px;
  }
  .poc-slider {
    height: 120px;
  }
  .poc-slider-flex-div {
    padding-top: 10px;
  }
  .poc-slider-quotes {
    font-size: 16px;
    font-weight: 400;
  }
  .doctors-left-div {
    width: 80%;
  }
  .doctor-note {
    width: 291px;
    font-weight: 400;
  }
  .doctors-text-holder {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .rpg-blue-heading {
    margin-top: 17px;
    margin-bottom: 17px;
    font-size: 21px;
  }
  .started-hero {
    height: 290px;
    background-image: -webkit-linear-gradient(180deg, #f2f2f0 33%, hsla(60, 7%, 95%, 0) 82%), url('../images/StartedHero.jpg');
    background-image: linear-gradient(270deg, #f2f2f0 33%, hsla(60, 7%, 95%, 0) 82%), url('../images/StartedHero.jpg');
    background-position: 0px 0px, 0px 50%;
    background-size: auto, cover;
  }
  .started-div-3-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .started-div3 {
    padding-bottom: 0px;
  }
  .started-text-div {
    width: 100%;
    margin-bottom: 14px;
  }
  .tabs-text {
    line-height: 16px;
  }
  .started-hero-text {
    width: 208px;
    padding-right: 16px;
  }
  .contact-hero {
    padding-top: 26px;
    padding-bottom: 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-hero-text {
    width: 370px;
  }
  .contact-div2 {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .pre-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .twitter-div {
    width: 260px;
  }
  .footer-icon-image {
    width: 50px;
    height: 50px;
  }
  .qas-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .qas-div {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
  }
  .social-icons {
    top: 16px;
    padding-top: 0px;
  }
  .sales-div {
    padding-top: 19px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .b2b-sales-guide-div {
    padding-right: 13px;
    padding-left: 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b2b-sales-guide-text {
    margin-right: 0px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
  }
  .b2b-slaes-guide-cover {
    width: 210px;
    margin-top: 11px;
    margin-bottom: 11px;
  }
  .b2b-sales-button-link {
    margin-left: 0px;
    font-size: 12px;
  }
  .video-holder {
    width: 419px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .contact-magazines {
    margin-right: 0px;
    margin-left: 26px;
  }
}

@media (max-width: 479px) {
  .navlink {
    background-color: #d8c9b6;
  }
  .nav-menu-holder {
    background-color: transparent;
  }
  .navbar {
    height: 65px;
    padding-top: 0px;
  }
  .logo-link-block {
    left: 15px;
    width: 181px;
    height: 35px;
  }
  .logo-link-block.w--current {
    width: 196px;
  }
  .menu-button-holder.w--open {
    background-color: #d8c9b6;
  }
  .home-hero {
    height: 190px;
    padding-right: 6px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: -webkit-linear-gradient(180deg, #d8c9b6, hsla(34, 30%, 78%, 0)), url('../images/HomeHero.jpg');
    background-image: linear-gradient(270deg, #d8c9b6, hsla(34, 30%, 78%, 0)), url('../images/HomeHero.jpg');
    background-position: 0px 0px, 23% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .footer {
    padding-right: 19px;
    padding-left: 19px;
  }
  .footer-cr {
    font-size: 13px;
    text-align: center;
  }
  .homehero-text-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
  }
  .home-h1 {
    width: 125px;
    margin-top: 21px;
    margin-right: 2px;
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
  }
  .home-h2 {
    width: 125px;
    margin-right: 2px;
    margin-bottom: 7px;
    font-size: 11px;
    line-height: 12px;
    font-weight: 700;
  }
  .home-h2.hh2-smaller {
    font-size: 11px;
  }
  .blue-26pt {
    margin-top: 9px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
  }
  .blue-26pt.poc-bh {
    line-height: 19px;
  }
  .home-para {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 19px;
  }
  .home-hero-button-holder {
    margin-bottom: 5px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .home-hero-button {
    width: 22%;
    margin-left: 5px;
    font-size: 13px;
    line-height: 16px;
  }
  .footer-logo {
    width: 249px;
  }
  .pac-hero {
    height: 200px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: url('../images/PACHero.jpg');
    background-position: 69% 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .pac-hero-text-holder {
    width: 148px;
  }
  .pd2-single {
    width: auto;
    margin-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pd2-single.d2-big {
    width: 100%;
  }
  .h2 {
    font-size: 13px;
  }
  .paragraph {
    margin-bottom: 6px;
    font-size: 14px;
  }
  .paragraph.para-contact-hero {
    margin-top: 9px;
  }
  .doc-icon {
    width: 32px;
    height: 43px;
  }
  .h2-tight {
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 19px;
  }
  .pac-hero-mobile-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 25px 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
  }
  .b2b-hero {
    height: 280px;
    padding-left: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-position: 100% 50%;
  }
  .b2b-text-holder {
    width: auto;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .b2b-div-2 {
    padding-right: 11px;
    padding-bottom: 15px;
    padding-left: 11px;
  }
  .tabs-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    font-size: 11px;
    line-height: 14px;
    font-weight: 700;
  }
  .tabs-link.w--current {
    font-size: 11px;
    line-height: 14px;
    font-weight: 700;
  }
  .tabs-link.tablink-middle {
    font-size: 11px;
    line-height: 14px;
    font-weight: 700;
  }
  .tab-flex {
    padding-top: 0px;
  }
  .tab-div1 {
    margin-right: 11px;
    margin-left: 11px;
  }
  .tabs-title {
    font-size: 14px;
    line-height: 19px;
  }
  .tab-spacer {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .tabs-squares-grid {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .tab-square {
    width: 120px;
    height: 120px;
  }
  .square-percent {
    font-size: 27px;
  }
  .square-text {
    font-size: 11px;
    line-height: 14px;
  }
  .b2b-phone-hero-text {
    padding: 13px 26px;
  }
  .tabs-list {
    padding-left: 13px;
  }
  .verticals-div.vd-left {
    margin-right: 0px;
  }
  .case-studies-div {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .case-studies-div.csd-qa {
    padding-bottom: 10px;
  }
  .poc-hero {
    background-image: -webkit-linear-gradient(0deg, hsla(0, 0%, 100%, 0), #fff 33%), url('../images/Point-of-Care.jpg');
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 33%), url('../images/Point-of-Care.jpg');
    background-position: 0px 0px, 100% 0px;
    background-size: auto, cover;
  }
  .poc-hero.poc-hero-mobile {
    height: 198px;
    padding-right: 142px;
    padding-left: 23px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/Point-of-Care.jpg');
    background-position: 100% 0px;
    background-size: cover;
  }
  .poc-list {
    padding-left: 29px;
  }
  .poc-doctors-div {
    height: auto;
    padding: 76px 10px 14px 18px;
    background-image: -webkit-linear-gradient(90deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .62) 19%, hsla(0, 0%, 100%, .2)), url('../images/Doctors.png');
    background-image: linear-gradient(0deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .62) 19%, hsla(0, 0%, 100%, .2)), url('../images/Doctors.png');
    background-position: 0px 0px, 100% 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .poc-slider-quotes {
    font-size: 14px;
    line-height: 21px;
  }
  .doctors-left-div {
    width: 100%;
  }
  .doctor-note {
    margin-right: 0px;
  }
  .poc-mobile-top-text {
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .rpg-hero-text {
    padding-right: 3px;
    padding-left: 3px;
  }
  .rpg-blue-heading {
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 13px;
    line-height: 19px;
    font-weight: 700;
  }
  .rpg-div2 {
    height: 226px;
    padding-top: 160px;
    padding-bottom: 15px;
    padding-left: 10px;
    background-image: url('../images/Retailgoods2-Smoke.jpg');
    background-position: 100% -31px;
    background-size: 791px;
    background-repeat: no-repeat;
  }
  .rpg-div2-text-holder {
    width: 101%;
  }
  .rpg-hero-content {
    padding-right: 15px;
    padding-left: 15px;
  }
  .rpg-hero-image {
    margin-left: -6px;
  }
  .rpg-div3-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 17px 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .started-hero {
    height: 200px;
    background-image: url('../images/StartedHero.jpg');
    background-position: 0px 50%;
    background-size: cover;
  }
  .started-div2 {
    padding: 8px 0px 19px;
  }
  .started-number-list {
    padding-left: 21px;
  }
  .started-number-list.nl-padding {
    margin-top: 9px;
    margin-bottom: 9px;
    padding-right: 5px;
  }
  .started-tab1-image {
    margin-top: 0px;
  }
  .started-div3 {
    padding-right: 17px;
    padding-left: 17px;
  }
  .started-text-div {
    margin-bottom: 6px;
  }
  .tabs-text {
    font-size: 10px;
    line-height: 13px;
  }
  .started-hero-text-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 19px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-hero {
    height: 200px;
    padding-left: 0px;
    background-image: url('../images/Contact-BG.jpg');
    background-position: 0px 0px;
    background-size: 1000px;
  }
  .contact-hero-text {
    width: auto;
    margin-right: 0px;
  }
  .contact-div2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .contact-hero-text-mobile {
    padding: 20px 16px;
  }
  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .twitter-div {
    margin-right: 0px;
    margin-bottom: 18px;
  }
  .rich-text-block p {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .qasquestion {
    font-size: 12px;
    line-height: 16px;
  }
  .qas-paragraph {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .social-icons {
    top: 16px;
    right: 52px;
  }
  .social-icon {
    width: 26px;
  }
  .qaback-button {
    font-size: 11px;
  }
  .sales-slider-arrow {
    display: none;
  }
  .sales-slider-nav {
    height: 30px;
    margin-bottom: -31px;
    font-size: 8px;
  }
  .sales-page-download-button {
    margin-top: 33px;
  }
  .video-holder {
    width: 280px;
    margin: 7px 0% 7px 0px;
    padding: 6px;
  }
  .contact-magazines {
    width: 100%;
    height: 194px;
    margin-left: 0px;
  }
  .books-image {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .footer-bottom-text {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
}

