@supports (-ms-accelerator:true) {
	.sticky-nav-bar {
      top: -180px !important;
    }
  }
  /* Logo Display */
  @media (min-width: 992px) and (max-width: 1111px) {
    .logo.logo-mark {
      display: block;
    }
    .logo.full-logo {
      display: none;
    }
  }
  /* Card Title Styles */
  .title-beside-circle {}
  /* Testimonial slider styles */
  .testimonial-content,
  .logo-slider-mask {
    width: calc(100% - 160px);
  }
  .w-slider-nav {
    padding-top: 10em;
  }
  .w-slider-dot.w-active {
    background-color: #38739F;
   }
  .w-slider-dot {
    background-color: #ccc;
  }
  .w-slider-arrow-left,
  .w-slider-arrow-right {
    color: #ccc;
  }
  .accordion-trigger-text {
    width: calc(100% - 48px);
  }
  /* Table styles (currently used for pricing page) */
  table {
    width: calc(100% - 2px);
  }
  th.pricing-th,
  td.pricing-td,
  .pricing-table-column {
    height: 64px;
    padding: 1%;
    width: 20%;
    text-align: center;
  }
  @media (max-width: 767px) {
    th.pricing-th {
      padding: 3%;
    }
  }
  th.right-aligned {
    text-align: right;
    font-weight: 600;
  }
  .pricing-table-btn-row {
    display: flex;
  }
  td.pricing-td {
    border: 1px solid gray;
    text-align: center;
  }
  td.pricing-td p {
    line-height: 24px;
    margin-bottom: 0;
  }
  td.pricing-td svg,
  td.pricing-td p {
    vertical-align: middle;
  }
  svg.check {
    height: 36px;
    width: 36px;
  }
  svg.check g {
    stroke: none;
    stroke-width: 1px;
    fill: none;
    fill-rule: evenodd;
  }
  svg.check-1 g {
    fill: #444444;
  }
  svg.check-2 g {
    fill: #458EBD;
  }
  svg.check-3 g {
    fill: #4DCA9C;
  }
  svg.check-4 g {
    fill: #FF7D7D;
  }
  /* Embedded image styles */
  @media (min-width: 992px) {
      .full-width-image {
      margin-left: calc(-50vw + 350px);
      margin-right: calc(-50vw + 350px);
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
      .full-width-image {
      margin-left: calc(-50vw + 350px - 1.5%);
      margin-right: calc(-50vw + 350px - 1.5%);
    }
  }
  /* Features section paragraph text display */
  .feature-tab.w--current .expanded-feature-content {
    height: auto;
  }
    .feature-tab-text {
    white-space: nowrap;
  }
  .feature-tab.w--current .feature-tab-text {
    white-space: normal;
  }
