/** distinct name for file finding purposes : _product-pricing-carousel.scss */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900");
@font-face {
  font-family: "Bebas Neue";
  src: url("/assets/fonts/bebas-neue-light.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 100; }
@font-face {
  font-family: "Bebas Neue";
  src: url("/assets/fonts/bebas-neue-book.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400; }
/** raleway font collection goes here*/
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-Thin.ttf") format("truetype");
  font-weight: 100; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-ExtraLight.ttf") format("truetype");
  font-weight: 200; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-Light.ttf") format("truetype");
  font-weight: 300; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: 400; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-Medium.ttf") format("truetype");
  font-weight: 500; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: 700; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-ExtraBold.ttf") format("truetype");
  font-weight: 800; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-Black.ttf") format("truetype");
  font-weight: 800; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Thin.ttf") format("opentype");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-ThinItalic.ttf") format("opentype");
  font-weight: 100;
  font-style: italic; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Light.ttf") format("opentype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-LightItalic.ttf") format("opentype");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Regular.ttf") format("opentype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-RegularItalic.ttf") format("opentype");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Medium.ttf") format("opentype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-MediumItalic.ttf") format("opentype");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-SemiBold.ttf") format("opentype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-SemiBoldItalic.ttf") format("opentype");
  font-weight: 600;
  font-style: italic; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Bold.ttf") format("opentype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-BoldItalic.ttf") format("opentype");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Black.ttf") format("opentype");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-BlackItalic.ttf") format("opentype");
  font-weight: 900;
  font-style: italic; }
html {
  font-size: 62.65%; }

/* See https://www.sitepoint.com/understanding-and-using-rem-units-in-css/ */
body {
  font-size: 1.6rem;
  font-weight: 300; }

/* 14px */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  margin-top: 0px;
  margin-bottom: 2.5rem; }

h1 {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px;
  word-spacing: 4px;
  font-size: 35px;
  line-height: 40px; }
  @media (min-width: 890px) {
    h1 {
      font-size: 45px;
      line-height: 55px; } }
  @media (min-width: 1024px) {
    h1 {
      font-size: 50px;
      line-height: 60px; } }

h2 {
  font-size: 1.9rem; }

h3 {
  font-size: 2.6rem;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 3px; }

h4 {
  font-size: 1.2rem; }

.subheading {
  font-weight: 300;
  font-size: 1.9rem; }

.section-heading {
  text-transform: uppercase;
  text-align: center; }
  .section-heading:after {
    content: "";
    width: 180px;
    height: 0px;
    display: block;
    border-bottom: 2px solid #d4d4d4;
    margin: auto;
    margin-top: 2.5rem; }

.who-are-we-header .section-heading:after {
  max-width: 30vw; }

.section--heading-no-copy-text {
  margin-top: 2.5rem; }

.heardigits-international-brands.section-heading:after {
  content: "";
  position: relative;
  right: 2px; }

.lead-text-header.section-heading {
  max-width: 600px;
  margin: 0 auto 50px;
  padding: 0 20px; }

.section--title-subheading {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: 300;
  line-height: normal;
  text-transform: none;
  font-size: 20px;
  letter-spacing: 0;
  max-width: 600px;
  margin: 0 auto 50px;
  padding: 0 20px; }

.pricing-carousel--slider {
  width: 94vw;
  background-color: #f1f2f4;
  padding: 4rem 2rem 4rem;
  margin: 0 auto; }
  @media (max-width: 1000px) {
    .pricing-carousel--slider {
      padding: 4rem 1rem 4rem; } }

.pricing-section--container {
  background-color: #f1f2f4; }

.pricing-section--container .descriptionWrapper {
  max-width: 310px;
  width: 100%; }

/*------------------------------------*\
  #PRODUCTS WITH ONLY TWO OPTIONS
\*------------------------------------*/
@media (min-width: 1140px) {
  .hearscreen-schooling-pricing--nested-hardware--carousel,
  .shared-hearkiosk-pricing--carousel,
  .product-pricing-carousel {
    margin: 0 auto; } }

@media (max-width: 890px) {
  .pricing-carousel--container {
    padding: 4rem 0; } }

.product-pricing-carousel {
  width: 100%;
  top: 190px; }

.product-pricing-carousel-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative; }

.carousel-container--content {
  width: 93vw;
  max-width: 1080px;
  margin: auto;
  overflow: hidden;
  position: relative; }
  @media (max-width: 890px) {
    .carousel-container--content {
      width: 360px; } }
  @media (max-width: 320px) {
    .carousel-container--content {
      width: 100%; } }

.pricing-navigation--button {
  padding: 5px;
  color: black;
  position: absolute;
  top: 110px;
  cursor: pointer;
  z-index: 2;
  width: 4rem;
  height: 4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 4px solid #f1f2f4;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  .pricing-navigation--button:focus {
    outline: 0; }
  .pricing-navigation--button.next {
    right: 40px;
    border-bottom: none;
    border-left: none;
    -webkit-animation-name: bounceRight;
            animation-name: bounceRight;
    -webkit-animation-duration: 500ms;
            animation-duration: 500ms;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-iteration-count: 2;
            animation-iteration-count: 2; }
    .pricing-navigation--button.next:hover,
    .pricing-navigation--button.next :focus {
      right: 35px; }
@-webkit-keyframes bounceRight {
  0% {
    right: 40px; }
  75% {
    right: 30px; }
  100% {
    right: 35px; } }
@keyframes bounceRight {
  0% {
    right: 40px; }
  75% {
    right: 30px; }
  100% {
    right: 35px; } }
  .pricing-navigation--button.prev {
    left: 40px;
    border-top: none;
    border-right: none;
    -webkit-animation-name: bounceLeft;
            animation-name: bounceLeft;
    -webkit-animation-duration: 500ms;
            animation-duration: 500ms;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-iteration-count: 5;
            animation-iteration-count: 5; }
    .pricing-navigation--button.prev:hover,
    .pricing-navigation--button.prev :focus {
      left: 35px; }
@-webkit-keyframes bounceLeft {
  0% {
    left: 40px; }
  75% {
    left: 30px; }
  100% {
    left: 35px; } }
@keyframes bounceLeft {
  0% {
    left: 40px; }
  75% {
    left: 30px; }
  100% {
    left: 35px; } }
  .pricing-navigation--button .material-icons {
    color: #fafafa;
    font-size: 100px; }

.pricing-navigation--button {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.vue-product .flex-row {
  width: 260px; }
.vue-product .price {
  width: 100%;
  max-width: 350px;
  margin: auto; }

/*------------------------------------*\
  #READDRESSING PRODUCT STYLING
\*------------------------------------*/
.pricing-carousel--container .product,
.pricing-carousel--slider .product {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: 10px;
  color: #fff;
  background-color: #73747e;
  background-image: none;
  background-image: url(/assets/ordering/orderingProductBackground-ffd152db702ac00e30d1ae1acdd5c212ba06d055c19fcc4ff7e59a5964215473.jpg);
  border-radius: 25px;
  min-width: 350px;
  max-width: 350px;
  max-height: 100%;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
  background-size: cover;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  height: 100%; }
  @media (max-width: 890px) {
    .pricing-carousel--container .product,
    .pricing-carousel--slider .product {
      margin-left: 5px;
      margin-right: 5px; } }
  @media (max-width: 320px) {
    .pricing-carousel--container .product,
    .pricing-carousel--slider .product {
      min-width: 300px;
      max-width: 300px; } }

.pricing-carousel--container .button,
.pricing-carousel--slider .button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 170px;
  height: 60px;
  background-color: #2f3b43;
  margin: 2rem auto 2rem;
  border-radius: 20px;
  border: solid 2px #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  color: #fff; }
.pricing-carousel--container .copy,
.pricing-carousel--slider .copy {
  white-space: nowrap;
  display: block;
  max-width: 0px;
  -webkit-transition: max-width 250ms ease-out;
  transition: max-width 250ms ease-out;
  overflow: hidden; }
.pricing-carousel--container .click,
.pricing-carousel--slider .click {
  text-align: center;
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  line-height: 1.4rem; }

.pricing-carousel--container .button:hover,
.pricing-carousel--slider .button:hover {
  background-color: #4c5a63; }
  .pricing-carousel--container .button:hover .copy,
  .pricing-carousel--slider .button:hover .copy {
    max-width: 100px; }

.pricing-carousel--container .features,
.pricing-carousel--slider .features {
  overflow: hidden;
  max-height: 0px;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
  max-height: 100%;
  margin-bottom: 2rem; }
.pricing-carousel--container .feature,
.pricing-carousel--slider .feature {
  font-size: 1.5rem;
  margin: 0.5rem 2rem; }
  .pricing-carousel--container .feature i,
  .pricing-carousel--slider .feature i {
    color: #fafafa; }

.product .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 32px;
  padding: 5px;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  text-align: center;
  color: #fff; }

.product .billing-selector {
  width: 80%;
  max-width: 13rem;
  border: none !important;
  background-color: rgba(76, 90, 99, 0.439) !important;
  height: 4.5rem !important; }
  .product .billing-selector:first-child {
    color: #fafafa95;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
    .product .billing-selector:first-child.active {
      border: none !important;
      background-color: #2f3b43 !important;
      color: #fafafa; }
  .product .billing-selector:last-child {
    color: #fafafa95;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
    .product .billing-selector:last-child.active {
      border: none !important;
      background-color: #2f3b43 !important;
      color: #fafafa; }

.descriptionWrapper {
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
  overflow: hidden;
  padding: 0 2rem; }
  .descriptionWrapper .descriptionHeadline {
    text-align: center;
    margin-top: 10px;
    min-height: 6rem;
    font-size: 16px; }
  .descriptionWrapper .descriptionHeadline > h3 {
    margin-bottom: 0;
    font-size: 50px;
    line-height: 60px;
    font-weight: 300; }
  .descriptionWrapper .descriptionHeadline > .small-description {
    font-size: 18px;
    text-align: center; }
  .descriptionWrapper .description {
    margin-top: 1rem;
    text-align: center;
    font-size: 1.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content; }

.product .productImage {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  border-width: 4px;
  border-style: solid;
  -webkit-transition: width 1s, height 1s;
  transition: width 1s, height 1s; }

.product .productName {
  font-family: "Bebas Neue";
  font-size: 3rem;
  margin-top: 3rem;
  text-align: center;
  line-height: 3.5rem; }
  .product .productName:after {
    content: "";
    width: 130px;
    height: 0px;
    display: block;
    border-bottom: 1px solid #fff;
    margin: auto;
    margin-top: 10px; }

.product .price {
  font-size: 5rem;
  font-family: "Source Sans Pro";
  font-weight: 500; }
.product .price sub {
  bottom: 0rem;
  font-size: 40%; }
.product .terms {
  font-size: 1.5rem;
  text-align: center; }

/*------------------------------------*\
  #MOBILE
\*------------------------------------*/
@media (max-width: 890px) {
  .pricing-carousel--slider {
    width: unset;
    max-width: 100vw; }

  .pricing-carousel--slider .product {
    min-width: 300px;
    max-width: 300px; }

  #pricing-product {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.3; }
    #pricing-product.current-product-slider {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1; }

  .heartest-pricing-section .carousel-container--content {
    height: 1490px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: unset; }

  .hearscope--pricing .pricing-carousel--slider .carousel-container--content {
    width: unset; } }
/*------------------------------------*\
  #TINY SLIDERS STYLING
\*------------------------------------*/
.tns-outer {
  padding: 0 !important; }

.tns-outer.ms-touch {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  -ms-scroll-chaining: none;
  -ms-scroll-snap-type: mandatory;
  -ms-scroll-snap-points-x: snapInterval(0%, 100%); }

.tns-slider {
  -webkit-transition: all 0s;
  transition: all 0s; }

.tns-slider .tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.tns-horizontal.tns-subpixel .tns-item {
  vertical-align: top;
  white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel .tns-item {
  float: left;
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0; }

.tns-gallery .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: opacity 0s;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s; }

.tns-nav button {
  vertical-align: middle; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }

.tns-lazy-img.loaded {
  opacity: 1; }

[hidden] {
  display: none !important; }

[data-controls],
[data-action],
[data-nav] {
  cursor: pointer;
  border-width: 0;
  padding: 0; }

.tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s; }

.tns-hdx {
  overflow-x: hidden; }

.tns-hdy {
  overflow-y: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
  display: none; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

@media all and (min-width: 1px) {
  .tns-mq-test {
    position: absolute; } }
/*------------------------------------*\
  #OVERWRITING SETTINGS
\*------------------------------------*/
div.carousel-container--content .tns-controls {
  display: none; }

/*------------------------------------*\
  #OVERWRITES
\*------------------------------------*/
.pricing-carousel--slider .product .product-code-pre-selection.button:hover .copy {
  max-width: 150px; }

.product-code-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.code-selection--button {
  display: block;
  background: none;
  border: none;
  width: 100%;
  margin: 6px 0;
  padding: 6px;
  border-radius: 6px;
  background-color: #2f3b43; }

div.pricing-carousel--slider .product .button.product-code-selection {
  height: auto;
  padding: 12px;
  width: 100%; }

div.pricing-carousel--slider .product-pricing-content.multi-product-grouping .button.product-code-selection {
  max-width: 296px; }

.multi-product-grouping .product-code-selection .product-code-select-input,
.multi-product .product-code-selection .product-code-select-input {
  position: unset;
  left: auto;
  margin: auto;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 0.5em;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none; }
.multi-product-grouping .product-code-selection .product-code-select-label,
.multi-product .product-code-selection .product-code-select-label {
  position: unset;
  line-height: normal;
  padding-left: 0;
  margin: auto;
  padding: 0 0 20px;
  font-family: "Raleway";
  font-size: 16px;
  font-weight: 600;
  color: white; }

.product-code-span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 13px;
  position: relative; }

.product-code-span {
  /** styling for ie 11 */ }
  .product-code-span input[type="radio"]:checked {
    background: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///////yH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==) no-repeat center center;
    background-size: 9px; }
  .product-code-span input[type="radio"]::-ms-check {
    background: none;
    border-color: white;
    color: white; }
  .product-code-span input[type="radio"]:focus {
    outline: 0; }

.product-code-span .product-code-select-input:hover {
  cursor: pointer; }

.multi-product-grouping .product-code-selection .product-code-select-label::before,
.multi-product .product-code-selection .product-code-select-label::before {
  content: none; }
.multi-product-grouping .product-code-selection .product-code-select-label::after,
.multi-product .product-code-selection .product-code-select-label::after {
  content: none; }

.pricing-section--container .multi-product .product-code-selection:hover {
  cursor: default;
  background-color: #2f3b43; }

.product-code-selection .vertical-line {
  position: absolute;
  right: -1px;
  border: 1px solid white;
  margin: auto;
  height: 80%; }

.product-code-selection-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

div.pricing-carousel--slider .product .button.multi-selection-purchase-button {
  margin: auto;
  margin-top: 8px; }
  div.pricing-carousel--slider .product .button.multi-selection-purchase-button:focus {
    outline: 0; }
  div.pricing-carousel--slider .product .button.multi-selection-purchase-button.disabled-button {
    background: none; }
    div.pricing-carousel--slider .product .button.multi-selection-purchase-button.disabled-button:hover {
      cursor: default; }
