/*html {
  scroll-behavior: smooth;
}*/

body {
  color: #000;
  font-family: Lato, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Lato, sans-serif;
}
a {
  color: #000;
}
a:hover {
  color: #00c700;
}

form label {
  font-weight: bold;
}

input[type='text'],
input[type='number'],
input[type='email'],
input[type='password'],
input[type='date'],
select,
textarea {
  border: 2px solid #1084ff;
  border-radius: 6px;
}
input[type='text']:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='date']:focus,
select:focus,
textarea:focus {
  border: 2px solid #00c700;
}

textarea {
  resize: none;
}

.button {
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #1084ff;
  background-color: #fff;
  color: #1084ff;
}
.button:active,
.button:focus {
  color: #1084ff;
}
.button:hover,
.button:focus {
  background-color: #1084ff;
  color: #fff;
}

.reveal-overlay {
  background-color: rgba(16, 41, 64, 0.47);
}

.reveal {
  background: #000000;
  color: #ffffff;
  border-radius: 12px;
  padding: 3rem 1.5rem;
}

.reveal p:last-of-type {
  margin-bottom: 0;
}

.reveal .close-button {
  transition: all 0.2s ease-in-out;
}

.reveal .close-button:hover,
.reveal .close-button:focus {
  color: #ffff00;
}

.reveal a {
  color: #ffff00;
}

.reveal a:hover,
.reveal a:focus {
  color: #1084ff;
}

.view-commerce-checkout-order-summary table { background: none; }
.view-commerce-checkout-order-summary table tbody { background: none; }
.view-commerce-checkout-order-summary table tbody tr:nth-child(even) { background: none; }
.view-commerce-checkout-order-summary .order-total-line__subtotal { display: none; }

body.path-frontpage header {
  /* background-image: url(../images/header_2.jpg);
  background-size: cover; */
  background-color: #000000;
  min-height: 54vw;
  margin-bottom: 6px;
  position: relative;
}
body.path-frontpage #hrt-navbar {
  background-color: transparent;
  /*position: absolute;*/
  position: fixed;
  left: 50%;
  top: 6%;
  /*transform: translate(-50%, -50%);*/
  transform: translateX(-50%);
  z-index: 9;
  width: 100%;
  border-bottom: 0;
  transition: all 0.3s ease-in-out;
}
body.path-frontpage #hrt-navbar.scrolled-down {
  top: 0;
}
body.path-frontpage #hrt-navbar .top-bar {
  background-color: transparent;
}
#hrt-navbar .top-bar ul.menu {
  background-color: transparent;
  justify-content: space-evenly;
}

header .call-us {
  position: absolute;
  /*bottom: 5%;
  right: 3%;*/
  top: 19%;
  left: 5%;
  z-index: 8;

  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 42px;
  text-shadow: 2px 2px 2px #000;
}
header .call-us a {
  color: #fff;
}
header .call-us a:hover {
  color: #00c700;
}

#hrt-navbar {
  background-color: #090909;
  padding: 1rem 0;
  display: block;
  position: fixed;
  /* height: 200px; */  
  width: 100%;
  z-index: 3;
  border-bottom: 5px solid #ffffff;
}
#hrt-navbar > div {
  max-width: 1400px;
  margin: 0 auto;
}

#hrt-navbar .top-bar {
  background-color: #090909;
  align-items: flex-end;
  padding: 0;
}
#hrt-navbar .top-bar-right {
  margin-bottom: 1rem;
}
#hrt-navbar .top-bar ul.menu {
  margin: 0;
  background-color: #090909;
  display: flex;
  align-items: center;
}

body.path-frontpage #hrt-navbar .top-bar ul.menu {
  background-color: transparent;
  position: absolute;
  left: 50%;
  top: 0;
  /*transform: translate(-50%, -50%);*/
  transform: translateX(-50%);
  z-index: 9;
  width: 100%;
  max-width: 1400px;
  transition: all 0.3s ease-in-out;
}

body.path-frontpage #hrt-navbar .top-bar ul.menu.scrolled-down {
  background-color: #000000;
  position: fixed;
  filter: drop-shadow(2px 4px 6px #000000);
  /*top: 0;
  transform: translate(-50%, -100%);*/
  border: 1px solid #999999;
}

#hrt-navbar .top-bar ul.menu li {
  /*padding: 6px 1rem;*/
  padding: 0;
  border: 2px solid transparent;
}
#hrt-navbar .top-bar ul.menu li:hover {
  background-color: #1084ff;
  border: 2px solid #1084ff;
}
body.user-logged-in.customer-user #hrt-navbar .top-bar ul.menu li:nth-last-of-type(2) {
  margin-left: 1rem;
  border: 2px solid #fff;
  background-color: #000000;
}
body.user-logged-in.customer-user #hrt-navbar .top-bar ul.menu li:nth-last-of-type(2):hover {
  border-color: #1084ff;
}

body.user-logged-in.customer-user #hrt-navbar .top-bar ul.menu li:nth-last-of-type(2) {
  border-color: #444444;
}

body.user-logged-in.customer-user #hrt-navbar .top-bar ul.menu li:last-of-type {
  border-color: transparent;
}

#hrt-navbar .top-bar ul.menu li a {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.2rem;
  /*padding: 1.2rem 1.8rem;*/
  padding: 0.6rem 1.8rem;
}

#hrt-navbar .top-bar ul.menu li > a[href*='/dashboard'] {
  color: #ffff00;
}

#hrt-navbar .top-bar ul.menu li.dashboard-item,
#hrt-navbar .top-bar ul.menu li.dashboard-item + li,
body.user-logged-in.customer-user #hrt-navbar .top-bar ul.menu li a {
  transition: all 0.2s ease-in-out;
}

#hrt-navbar .top-bar ul.menu li.dashboard-item:hover {
  border-color: #ffff00;
  background: transparent;
}

body.user-logged-in.customer-user
  #hrt-navbar
  .top-bar
  ul.menu
  li:nth-last-of-type(2)
  a {
  color: #999999;
}

body.user-logged-in.customer-user
  #hrt-navbar
  .top-bar
  ul.menu
  li:nth-last-of-type(2):hover {
  border-color: #ff0000;
}

body.user-logged-in.customer-user
  #hrt-navbar
  .top-bar
  ul.menu
  li:nth-last-of-type(2):hover
  a {
  color: #ff0000;
}

main {
  background-color: #fff;
}
body:not(.path-frontpage) main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 0;
}
body.full-path--about main,
body.full-path--devices main {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

body.full-path--devices main {
  min-height: unset !important;
}

/*body:not(.home) #banner {
  border-top: 5px solid #ffffff;
}*/

body.full-path--about footer {
  border-top: 5px solid #ffffff;
}

footer {
  color: #fff;
  background-color: #090909;
  padding: 2rem 0 0;
}
footer > div {
  max-width: 1200px;
  margin: 0 auto;
}

footer h2 {
  font-size: 18px;
  margin-bottom: 1.5rem;
}
footer a {
  color: #fff;
}

footer ul.menu {
  margin: 0 0 3rem;
  display: flex;
  justify-content: space-between;
}
footer ul.menu li {
  list-style: none;
}
footer ul.menu li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
footer ul.menu li a.is-active {
  color: #fff;
}
footer ul.menu li a:hover {
  color: #00c700;
}
footer ul.menu li:first-child a {
  padding-left: 0;
}
footer ul.menu li:last-child a {
  padding-right: 0;
}

footer>div>div+div.grid-x {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}

footer>div>div+div.grid-x>.cell {
  width: initial;
}

#hrt-copyright {
  color: #fff;
  background-color: #090909;
  font-size: 12px;
  /*padding: 0 2rem;*/
  padding-top: 2rem;
}
#hrt-copyright a {
  color: #fff;
}
#hrt-copyright a:hover {
  color: #00c700;
}
#hrt-copyright .igdsolutions {
  text-align: right;
}

#block-footer-staff ul {
  margin: 0;
}
#block-footer-staff ul li {
  list-style: none;
  margin: 0;
}

#block-home-ourproducts {
  margin-bottom: 6px;
  padding: 5rem 0;
  background-color: #000;
  color: #fff;
}
#block-home-ourproducts > div {
  max-width: 1200px;
  margin: 0 auto;
}

#block-home-ourproducts h2 {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  line-height: 48px;
}
#block-home-ourproducts h3 {
  color: #818181;
  text-align: center;
  margin-top: 3rem;
}

#block-home-ourproducts h3 sup {
  font-size: 1.2rem;
}

#block-home-ourproducts ul {
  margin: 1rem 0 2rem;
  display: flex;
  justify-content: space-between;
}
#block-home-ourproducts ul li {
  width: 32%;
  margin: 0 0.5rem;
  list-style: none;
  border-radius: 1rem;
  border: 8px solid transparent;
}

#block-home-ourproducts ul li:hover {
  border: 8px solid #00c700;
}
#block-home-ourproducts ul li:hover a {
  border-color: transparent;
}

#block-home-ourproducts ul li a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 4rem 0;
  border: 2px solid #fff;
  border-radius: 1rem;
}

#block-home-ourproducts ul li a span {
  display: block;
}

#block-home-ourproducts ul li a span.head {
  line-height: 30px;
  font-size: 26px;
  font-size: clamp(1.2rem, 2vw, 26px);
  font-weight: bold;
}
#block-home-ourproducts ul li a span.name {
  line-height: 68px;
  font-size: 64px;
  font-size: clamp(2rem, 4vw, 64px);
  font-weight: bold;
}
#block-home-ourproducts ul li a span.desc {
  line-height: 22px;
  font-size: 18px;
  font-size: clamp(1rem, 2vw, 18px);
  text-decoration: underline;
}

#block-home-ourproducts .magnetic-converter-device {
  border-radius: 1.5rem;
  border: 8px solid transparent;
  max-width: 520px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

#block-home-ourproducts .magnetic-converter-device a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 0.5rem 0 1rem;
  border: 2px solid #fff;
  border-radius: 1rem;
  width: 100%;
  margin: 0 auto;
}

#block-home-ourproducts .magnetic-converter-device a span {
  display: block;
}

#block-home-ourproducts .magnetic-converter-device a span.name {
  line-height: 38px;
  font-size: 32px;
  font-size: clamp(1.8rem, 2.8vw, 32px);
  font-weight: bold;
  margin-bottom: 0.2rem;
}

#block-home-ourproducts .magnetic-converter-device a span.desc {
  line-height: 24px;
  font-size: 20px;
  font-size: clamp(1rem, 1.4vw, 20px);
}

#block-home-ourproducts .magnetic-converter-device a span.desc sup {
  font-size: 0.8rem;
  font-size: clamp(0.75rem, 1.1vw, 16px);
}

#block-home-ourproducts .magnetic-converter-device:hover {
  border: 8px solid #00c700;
}

#block-home-ourproducts .magnetic-converter-device:hover a {
  border-color: transparent;
}

.view-accessories-home-button-wrapper {
  display: block;
  margin: 5.6rem auto 2rem;
  text-align: center;
}

.view-accessories-home-button {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  border: 2px solid #fff;
  background-color: #000000;
  color: #fff;
  font-size: 20px;
}

.view-accessories-home-button:hover,
.view-accessories-home-button:focus {
  background-color: #fff;
  color: #000;
}

#block-home-ourvision {
  margin-bottom: 6px;
  padding: 3rem 0;
  background-image: url(../images/our-vision-background.jpg);
  background-position: top;
  background-size: cover;
  text-align: center;
  color: #fff;
}

#block-about-our-vision {
  margin-bottom: 6px;
  padding: 3rem 0;
  background-image: url(/themes/custom/howert/images/about-blue-block-bg.jpg);
  background-position: top;
  background-size: cover;
  text-align: center;
  color: #fff;
}

#block-devices-explore-our-devices {
  margin-bottom: 6px;
  padding: 3rem 0.9375rem;
  background-image: url(/themes/custom/howert/images/devices-blue-block-bg.jpg);
  background-position: top;
  background-size: cover;
  text-align: center;
  color: #fff;
}

#block-devices-explore-our-devices h2 {
  text-align: center;
  color: #ffffff;
}
#block-devices-explore-our-devices h3 {
  font-weight: bold;
}

#block-devices-explore-our-devices .field--name-body {
  max-width: 1600px;
  max-width: 1600px;
  display: block;
  text-align: left;
  margin: 2rem auto;
  text-shadow: 2px 2px 2px #000;
}

#block-devices-explore-our-devices .field--name-body p {
  font-size: 20px;
  font-size: clamp(1.2rem, 1.8vw, 21px);
}

.products-page-info-wrapper > div:not(:first-child) {
  margin-top: 2.4rem;
}

#block-devicemanualandbag h4 { color: #ffff00; }

@media only screen and (min-width: 2500px) {
  #block-home-ourvision {
    background-size: 100% 100%;
    padding: 6rem 0;
  }
}

#block-home-ourvision > div,
#block-about-our-vision > div {
  max-width: 1200px;
  margin: 0 auto;
}

#block-home-ourvision h2,
#block-about-our-vision h2,
#block-devices-explore-our-devices h2 {
  font-size: 48px;
  font-weight: bold;
  margin: 0 0 2rem;
  text-shadow: 2px 2px 2px #000;
}
#block-home-ourvision p,
#block-about-our-vision p {
  line-height: 38px;
  font-size: 34px;
  font-size: clamp(1.2rem, 1.8vw, 24px);
  font-weight: bold;
  padding: 1rem 4rem;
  margin: 0 0 1.5rem;
  text-shadow: 2px 2px 2px #000;
}

#block-home-ourvision .button {
  border: 2px solid #fff;
  background-color: #00449b;
  color: #fff;
  font-size: 20px;
  margin-top: 1rem;
}
#block-home-ourvision .button:hover {
  background-color: #fff;
  color: #00449b;
}

#block-home-microsport-image {
  margin-bottom: 6px;
  background-image: url(../images/device-background.jpg);
  background-size: cover;
  background-position-y: center;
  padding: 4rem 0;
}
#block-home-microsport {
  margin-bottom: 6px;
  background-image: url(../images/device.jpg);
  background-size: cover;
  padding: 4rem 0;
}
#block-home-microsport-image > div {
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: -3rem;

  display: flex;
  align-items: flex-end;
  justify-content: center;
  column-gap: 3rem;
  flex-direction: row;
}
#block-home-microsport-image > div .field {
  flex-basis: 50%;
}
#block-home-microsport > div {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 22%;
  min-width: 700px;
}

#block-home-microsport-image h2,
#block-home-microsport h2 {
  line-height: 52px;
  font-size: 46px;
  font-weight: bold;
  margin: 0 0 2rem;

  padding-left: 8rem;
  text-indent: -8rem;
}
#block-home-microsport-image p,
#block-home-microsport p {
  text-align: justify;
  margin: 0 0 2rem;
}
#block-home-microsport-image .field--name-body {
  padding-right: 20px;
}
#block-home-microsport-image .field--name-body ul,
#block-home-microsport .field--name-body ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 2rem;
  margin: 0 0 2rem;
}
#block-home-microsport-image .field--name-body ul li,
#block-home-microsport .field--name-body ul li {
  font-size: 26px;
  font-weight: bold;
  flex-basis: 50%;
}

#block-home-microsport-image .button,
#block-home-microsport .button {
  background-color: transparent;
  border-color: #000;
  color: #000;
  font-size: 18px;
  padding: 2rem 6rem;
  margin-bottom: 4rem;
}
#block-home-microsport-image .button:hover,
#block-home-microsport .button:hover {
  background-color: #000;
  color: #fff;
}

#block-home-microsport-image img {
  -float: left;
}

#block-home-letstalk {
  padding: 3rem 0.9375rem;
  text-align: center;
  background-color: #e9e9e9;
  color: #000;
}
#block-home-letstalk > div {
  max-width: 1200px;
  margin: 0 auto;
}

#block-home-letstalk h2 {
  font-size: 48px;
  font-weight: bold;
  margin: 0 0 2rem;
}
#block-home-letstalk h3 {
  font-weight: bold;
  margin: 3rem 0;
}
#block-home-letstalk p {
  font-size: 18px;
}

#block-home-letstalk .button {
  font-size: 20px;
  font-weight: bold;
  background-color: #f6f0e4;
  border-color: #000;
  color: #000;
}
#block-home-letstalk .button:hover {
  color: #f6f0e4;
  background-color: #000;
}

#block-home-testimonialsplaceholder {
  margin-bottom: 6px;
}
#block-home-testimonialsplaceholder img {
  width: 100%;
}

.block > div > h2 {
  font-weight: bold;
}

.node__content h1,
.node__content h2,
.node__content h3,
.node__content h4 {
  margin: 1rem 0.5rem 2rem;
  font-weight: bold;
}

.node--unpublished {
  background-color: #222222;
  background-color: rgba(34,34,34, 0.7);
}

.nopadding-side {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.banner-inner {
  position: relative;
}

.banner-image {
  min-width: 100%;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.page-title-in-banner-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.75) 50%,
    rgba(254, 254, 254, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 255, 0.75)),
    color-stop(100%, rgba(254, 254, 254, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.75) 50%,
    rgba(254, 254, 254, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.75) 50%,
    rgba(254, 254, 254, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.75) 50%,
    rgba(254, 254, 254, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.75) 50%,
    rgba(254, 254, 254, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fefefe', GradientType=0 );
}

.page-title-in-banner {
  font-weight: bold;
  font-size: 5rem;
  font-size: clamp(2.2rem, 6vw, 80px);
  color: white;
  mix-blend-mode: difference;
}

.banner-area .block-page-title-block {
  background: #000000;
  border-top: 6px solid #ffffff;
  border-bottom: 6px solid #ffffff;
  text-align: center;
}
.banner-area .block-page-title-block .page-title {
  font-weight: bold;
  font-size: 5rem;
  font-size: clamp(2.2rem, 6vw, 80px);
  color: white;
}

/* .about-us-story-img {
  height: auto;
  width: 100%;
  max-width: 360px;
  float: left;
  margin: 20px;
  margin-left: 0;
} */

.about-us-story-img {
  height: auto;
  width: 100%;
  max-width: 520px;
}

body.full-path--about .block-system-main-block .grid-x {
  align-items: center;
}

body.full-path--about .block-system-main-block .grid-x > .cell:last-child {
  padding-right: 5vw;
  padding-top: 3rem;
  align-self: flex-start;
}

body.full-path--about #our-story {
  background-image: url(/themes/custom/howert/images/about-shaded-bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 4rem;
}

body.full-path--about #block-ourvision {
  margin: 4rem auto;
  text-align: center;
  padding: 2rem 0.5rem;
  box-shadow: 0 32px 24px -28px #cdcdcd;
  border: 2px inset #dbdbdb;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom-left-radius: 25%;
  border-bottom-right-radius: 25%;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 33%,
    rgba(0, 141, 155, 0.25) 66%,
    rgba(0, 245, 248, 0.5) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(33%, rgba(255, 255, 255, 0)),
    color-stop(66%, rgba(0, 141, 155, 0.25)),
    color-stop(100%, rgba(0, 245, 248, 0.5))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 33%,
    rgba(0, 141, 155, 0.25) 66%,
    rgba(0, 245, 248, 0.5) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 33%,
    rgba(0, 141, 155, 0.25) 66%,
    rgba(0, 245, 248, 0.5) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 33%,
    rgba(0, 141, 155, 0.25) 66%,
    rgba(0, 245, 248, 0.5) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 33%,
    rgba(0, 141, 155, 0.25) 66%,
    rgba(0, 245, 248, 0.5) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00f5f8', GradientType=0 );
}

/*body.full-path--about #block-ourvision>div>h2,
body.full-path--about #block-brandvalues>div>h2 {
  margin: 1rem 0.5rem 2rem;
}*/
body.full-path--about .block > div > h2 {
  margin: 1rem 0.5rem 2rem;
  text-align: center;
}

body.full-path--about #block-brandvalues {
  margin: 4rem auto;
  padding: 2rem 0.5rem;
}

body.full-path--about #block-ourvision .field--name-body {
  font-size: 1.5rem;
  color: #0044b9;
  text-shadow: 2px 2px 6px #dbdbdb;
}

/* Highlighted Blocks */

.highlighted-block-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.4rem;
}

.highlighted-block-text-top,
.highlighted-block-text-bottom {
  flex-direction: column;
}

.highlighted-block-text-left,
.highlighted-block-text-right {
  flex-direction: row;
}

.highlighted-block-text-left .highlighted-block-text-wrapper,
.highlighted-block-text-right .highlighted-block-text-wrapper {
  flex: 1 0 55%;
  padding: 0 5rem;
}

.highlighted-block-text-left .highlighted-block-images-wrapper,
.highlighted-block-text-right .highlighted-block-images-wrapper {
  flex: 1 0 35%;
}

.highlighted-block-text-top .highlighted-block-text-wrapper,
.highlighted-block-text-bottom .highlighted-block-text-wrapper,
.highlighted-block-text-top .highlighted-block-images-wrapper,
.highlighted-block-text-bottom .highlighted-block-images-wrapper {
  flex: 1 0 100%;
  padding: 0 2rem;
  width: 100%;
  text-align: center;
}

.highlighted-block-title-wrapper .block-title {
  margin: 0;
  font-size: 2.8em;
  font-weight: bold;
}

.highlighted-block-body-wrapper {
  text-align: left;
}

.highlighted-block-body-wrapper p {
  margin: 1em 0 2em;
}

.highlighted-block-text-left .highlighted-block-text-wrapper,
.highlighted-block-text-right .highlighted-block-images-wrapper,
.highlighted-block-text-top .highlighted-block-text-wrapper,
.highlighted-block-text-bottom .highlighted-block-images-wrapper {
  order: 1;
}
.highlighted-block-text-left .highlighted-block-images-wrapper,
.highlighted-block-text-right .highlighted-block-text-wrapper,
.highlighted-block-text-top .highlighted-block-images-wrapper,
.highlighted-block-text-bottom .highlighted-block-text-wrapper {
  order: 2;
}

/* EOF Highlighted Blocks */

/* Hotspots on About page */

.hotspots-bg-img {
  display: block;
  max-width: 100%;
  width: 100%;
  user-select: none;
}
.hotspots-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  /*padding: 4vw;*/
}
.hotspots-wrapper {
  position: relative;
  max-width: 1200px;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 16px 24px -12px #cdcdcd;
}
.hotspots {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.hotspots .hotspot {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.hotspots .hotspot:nth-child(1) .trigger {
  top: 50%;
  left: 25%;
}
.hotspots .hotspot:nth-child(2) .trigger {
  top: 20%;
  left: 50%;
}
.hotspots .hotspot:nth-child(3) .trigger {
  top: 50%;
  left: 50%;
}
.hotspots .hotspot:nth-child(4) .trigger {
  top: 80%;
  left: 50%;
}
.hotspots .hotspot:nth-child(5) .trigger {
  top: 50%;
  left: 75%;
}
.hotspots .hotspot .trigger {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  text-align: center;
  font-weight: bold;
  background: rgba(219, 219, 219, 0.8);
  color: #248395;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  pointer-events: all;
  box-shadow: 0 0 0 0 rgba(148, 218, 198, 0.2);
  transition: box-shadow 0.4s;
  user-select: none;
}
.hotspots .hotspot .trigger:hover {
  box-shadow: 0 0 0 8px rgba(148, 218, 198, 0.5);
  background: rgba(101, 195, 220, 0.8);
}
.hotspots .hotspot .trigger > span {
  padding: 5px;
  transition: opacity 0.5s;
}
.hotspots .hotspot .trigger > span:first-of-type {
  position: absolute;
  opacity: 0;
  font-size: 2rem;
}
.hotspots .hotspot .trigger > span:last-of-type {
  opacity: 1;
}
.hotspots .hotspot .trigger:hover span:first-of-type {
  opacity: 1;
}
.hotspots .hotspot .trigger:hover span:last-of-type {
  opacity: 0;
}
.hotspots .hotspot .hotspot-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s;
}
.hotspots .hotspot .hotspot-content::before {
  content: '';
  position: absolute;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(34, 22, 37, 0.8);
  opacity: 0;
  transition: opacity 0.4s;
}
.hotspots .hotspot .hotspot-content .hotspot-inner {
  position: relative;
  width: 100%;
  z-index: 2;
  opacity: 0;
  transform: translate(0, -10%);
  transition: transform 0.6s, opacity 0.6s;
  user-select: none;
  color: #ffffff;
  padding: 8rem;
}
.hotspots .hotspot .hotspot-content .hotspot-inner::before {
  content: '×';
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 12px;
  right: 12px;
  color: #eee6f0;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background: rgba(68, 44, 74, 0.5);
  font-size: 24px;
  pointer-events: all;
  cursor: pointer;
}
.hotspots .hotspot.reveal {
  z-index: 1;
  pointer-events: all;
}
.hotspots .hotspot.reveal .hotspot-content {
  opacity: 1;
}
.hotspots .hotspot.reveal .hotspot-content::before {
  opacity: 1;
}
.hotspots .hotspot.reveal .hotspot-content .hotspot-inner {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0.4s;
  pointer-events: all;
  user-select: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
  padding: 8rem;
}
.hotspots .hotspot.reveal .hotspot-content .hotspot-inner {
  pointer-events: all;
}
.hotspot-inner h2,
.hotspot-inner h3,
.hotspot-inner h4 {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid #8b8b8b;
  display: inline-block;
  width: fit-content;
}

#block-block-brand-values {
  padding: 3rem 0 7rem;
  background-image: url(/themes/custom/howert/images/about-brand-block-bg.jpg);
  background-position: top;
  background-size: cover;
  text-align: center;
  color: #ffffff;
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
}

#block-block-brand-values .view-content {
  display: flex;
  align-items: stretch;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}

.brand-value-item-wrapper {
  background-image: url(/themes/custom/howert/images/brand-values-knob.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5.2rem;
  color: #000000;
  font-weight: bold;
  cursor: pointer;
}

.brand-value-item {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
}

.brand-value-item-title {
  width: 8vw;
  max-width: 8rem;
  font-size: 1.2rem;
  display: block;
  margin: auto;
  transition: all 0.2s ease-in-out;
}

.brand-value-item-wrapper:focus .brand-value-item-title,
.brand-value-item-wrapper:hover .brand-value-item-title {
  color: #28b96e;
  text-shadow: 0 0 1px #02e472;
}

body.full-path--about .reveal-overlay {
  background-color: rgba(255, 255, 255, 0.5);
}

body.full-path--about .reveal {
  background: #000000;
  color: #ffffff;
  border-radius: 12px;
  padding: 3rem;
}

body.full-path--about .reveal h2 {
  font-weight: bold;
  margin-bottom: 1.5rem;
}

body.full-path--about .reveal p:last-of-type {
  margin-bottom: 0;
}

body.full-path--about .close-button:focus,
body.full-path--about .close-button:hover {
  color: #ffffff;
}

/* EOF Hotspots on About page */

/* Staff Page */

body.page-node-type-staff .field--name-field-staff-image {
  height: auto;
  width: 100%;
  max-width: 280px;
  float: left;
  margin: 20px;
  margin-left: 0;
  margin-top: 5px;
}

/* EOF Staff Page */

/* Staff block on About page */

#block-staff-biographies-block {
  background-image: url(/themes/custom/howert/images/about-bio-block-bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 8rem;
}
#block-staff-biographies-block {
  color: #ffffff;
}

#block-staff-biographies-block > div > h2 {
  margin-bottom: 6rem;
}

.staff-bio-about-container .view-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: flex-start;
  align-items: flex-start;
}

.staff-bio-about-wrapper {
  flex: 1 0 36%;
  align-self: stretch;
  background: #000000;
  padding: 4rem 2rem;
  max-width: 36%;
  border-radius: 20px;
  border: 2px solid #ffffff;
}

.staff-bio-about-body a{
    color:#fff;
    font-weight:bold;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px 20px;
}
/*
.staff-bio-about-wrapper {
  flex: 1 0 50%;
  align-self: stretch;
}
 .staff-bio-about-wrapper:nth-child(odd) {
  padding-right: 2rem;
  border-right: 1px solid #efefef;
}
.staff-bio-about-wrapper:nth-child(even) {
  padding-left: 2rem;
}
*/
.staff-bio-about-img-wrapper img {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-height: 400px;
  width: auto;
  outline: 2px solid #ffffff;
}
.staff-bio-about-heading {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.2rem;
}

.staff-bio-about-txt-wrapper {
  margin-top: 2rem;
  padding-left: 3vw;
  padding-right: 3vw;
}

/* EOF Staff block on About page */

/* Products page */

body.full-path--products .node__content h2,
body.full-path--products .node__content h3,
body.full-path--products .node__content h4,
body.full-path--devices .node__content h2,
body.full-path--devices .node__content h3,
body.full-path--devices .node__content h4 {
  margin: 1.5rem 0 0.75rem;
}

.microsport-program-options-link-wrapper {
  text-align: center;
  margin: 4rem auto 2rem;
  display: block;
}

.microsport-program-options-link {
  font-weight: bold;
  font-size: 1.12rem;
  padding: 0.5rem 3rem;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  background: #000000;
  color: #ffffff;
  border: 3px solid #ffffff;
}

.microsport-program-options-link:hover,
.microsport-program-options-link:focus {
  color: #000000;
  background: #ffffff;
}

/*

.microsport-program-options-link-wrapper {
  text-align: center;
  margin-top: 4rem;
  margin: 4rem auto 0;
  display: block;
  box-shadow: 0 3px 9px -9px #1779ba;
  width: fit-content;
  padding: 0;
  transition: box-shadow 0.2s ease-in-out;
}

.microsport-program-options-link-wrapper:hover,
.microsport-program-options-link-wrapper:focus {
  box-shadow: 0 3px 9px -3px #1779ba;
}

.microsport-program-options-link-wrapper:before {
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 1) 45%,
    rgba(255, 255, 255, 1) 55%,
    rgba(255, 255, 255, 0) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(20%, rgba(255, 255, 255, 0)),
    color-stop(45%, rgba(255, 255, 255, 1)),
    color-stop(55%, rgba(255, 255, 255, 1)),
    color-stop(80%, rgba(255, 255, 255, 0)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 1) 45%,
    rgba(255, 255, 255, 1) 55%,
    rgba(255, 255, 255, 0) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 1) 45%,
    rgba(255, 255, 255, 1) 55%,
    rgba(255, 255, 255, 0) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 1) 45%,
    rgba(255, 255, 255, 1) 55%,
    rgba(255, 255, 255, 0) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 1) 45%,
    rgba(255, 255, 255, 1) 55%,
    rgba(255, 255, 255, 0) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
  content: '';
  display: block;
  height: 2px;
  width: 140%;
  margin: 0 auto 0.5rem;
  margin-left: -20%;
  display: block;
}

.microsport-program-options-link-wrapper:after {
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 20%,
    rgba(0, 199, 0, 1) 45%,
    rgba(0, 199, 0, 1) 55%,
    rgba(255, 255, 255, 0) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(20%, rgba(255, 255, 255, 0)),
    color-stop(45%, rgba(0, 199, 0, 1)),
    color-stop(55%, rgba(0, 199, 0, 1)),
    color-stop(80%, rgba(255, 255, 255, 0)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 20%,
    rgba(0, 199, 0, 1) 45%,
    rgba(0, 199, 0, 1) 55%,
    rgba(255, 255, 255, 0) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 20%,
    rgba(0, 199, 0, 1) 45%,
    rgba(0, 199, 0, 1) 55%,
    rgba(255, 255, 255, 0) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 20%,
    rgba(0, 199, 0, 1) 45%,
    rgba(0, 199, 0, 1) 55%,
    rgba(255, 255, 255, 0) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 20%,
    rgba(0, 199, 0, 1) 45%,
    rgba(0, 199, 0, 1) 55%,
    rgba(255, 255, 255, 0) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
  content: '';
  display: block;
  height: 2px;
  width: 180%;
  margin: 0.5rem auto 0;
  margin-left: -40%;
}

.microsport-program-options-link {
  font-weight: bold;
  font-size: 1.12rem;
  padding: 0.5rem 3rem;
  transition: all 0.2s ease-in-out;
}

.microsport-program-options-link:focus,
.microsport-program-options-link:hover {
  color: #444444;
}

*/

.microsport-program-options {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 1.6rem;
}
.microsport-program-options > div:nth-child(even) {
  margin-left: 1rem;
}
.microsport-program-option-wrapper {
  flex: 1 0 44%;
  /* flex: 1 0 50%;
  padding-right: 0.5rem;*/
}
.microsport-program-option-text-heading h4 {
  margin: 1.5rem 0;
  font-weight: bold;
}
.microsport-program-option-text-wrapper {
  padding-left: 1rem;
  padding-right: 2rem;
  text-align: left;
}
.microsport-program-option-text-body p:last-of-type {
  font-weight: bold;
  color: #00d800;
}

/* body.full-path--products .full-width-content,
body.full-path--devices .full-width-content */

body.full-path--products .full-width-content {
  box-shadow: 0 0 12px -4px #cdcdcd;
  border-top-left-radius: 20%;
  border-bottom-right-radius: 20%;
  background: rgba(113, 206, 239, 1);
  background: -moz-linear-gradient(
    45deg,
    rgba(113, 206, 239, 1) 0%,
    rgba(183, 222, 237, 1) 48%,
    rgba(183, 222, 237, 1) 53%,
    rgba(33, 180, 226, 1) 100%
  );
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(113, 206, 239, 1)),
    color-stop(48%, rgba(183, 222, 237, 1)),
    color-stop(53%, rgba(183, 222, 237, 1)),
    color-stop(100%, rgba(33, 180, 226, 1))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(113, 206, 239, 1) 0%,
    rgba(183, 222, 237, 1) 48%,
    rgba(183, 222, 237, 1) 53%,
    rgba(33, 180, 226, 1) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(113, 206, 239, 1) 0%,
    rgba(183, 222, 237, 1) 48%,
    rgba(183, 222, 237, 1) 53%,
    rgba(33, 180, 226, 1) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(113, 206, 239, 1) 0%,
    rgba(183, 222, 237, 1) 48%,
    rgba(183, 222, 237, 1) 53%,
    rgba(33, 180, 226, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(113, 206, 239, 1) 0%,
    rgba(183, 222, 237, 1) 48%,
    rgba(183, 222, 237, 1) 53%,
    rgba(33, 180, 226, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71ceef', endColorstr='#21b4e2', GradientType=1 );
}

/* .microsport-program-option {
  margin: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 30px rgb(0 0 0 / 10%);
} */
.microsport-program-option > div {
  flex: 1 0 50%;
}

.microsport-program-option {
  padding: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  transition: all 0.2s ease-in-out;
  border-radius: 9px;
  border: 5px solid #ffffff;
  background: #000000;
  cursor: default;

  /* background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 30px rgb(0 0 0 / 10%); */
}

.microsport-program-option:hover,
.microsport-program-option:focus {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(6px);
  /* border: 1px solid rgba(255, 255, 255, 0.3);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1); */
  box-shadow: 0 20px 30px rgb(0 0 0 / 10%);
}

/* #block-microsportprogramoptions {
  margin: 2rem auto 4rem;
  padding: 2rem 0;
  max-width: 1200px;
} */

#block-microsportprogramoptions {
  margin: 0 auto;
  /*padding: 2rem 0;*/
  padding: 6rem 0 0;
  background-image: url(/themes/custom/howert/images/devices-mspo-block-bg.jpg);
  background-position: top;
  background-size: cover;
  text-align: center;
  color: #ffffff;
  /*border-top: 5px solid #ffffff;*/
  /*border-bottom: 5px solid #ffffff;*/
}

#block-microsportprogramoptions h2 {
  margin: 1rem 0 2rem;
}

.microsport-program-options-container {
  max-width: 1400px;
  display: block;
  margin: 0 auto;
}

#block-product-description-tabs,
#block-product-description-magnetic-converter-tabs {
  margin: 6rem auto 4rem;
  padding: 2rem 0;
}

#block-product-description-magnetic-converter-tabs {
  margin: 2rem auto 6rem;
}

#block-product-description-tabs .field--name-body > .grid-x,
#block-product-description-magnetic-converter-tabs .field--name-body > .grid-x {
  align-items: center;
}

#block-product-description-tabs .tabs-panel,
#block-product-description-magnetic-converter-tabs .tabs-panel {
  padding: 2rem;
  border: 10px solid #d8eedc;
  background: #f6fbf7;
}

#block-product-description-magnetic-converter-tabs .tabs-panel {
  border-color: #5ec5fd;
  background: #d7f1ff;
  margin-top: -1px;
}

#block-product-description-tabs ul.tabs,
#block-product-description-magnetic-converter-tabs ul.tabs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: stretch;
  margin-bottom: 0;
}

#block-product-description-tabs ul.tabs > li,
#block-product-description-magnetic-converter-tabs ul.tabs > li {
  flex: 1 0 50%;
  text-align: center;
  margin-right: 0;
}

#block-product-description-tabs .tabs-title > a:focus,
#block-product-description-tabs .tabs-title > a[aria-selected='true'],
#block-product-description-magnetic-converter-tabs .tabs-title > a:focus,
#block-product-description-magnetic-converter-tabs
  .tabs-title
  > a[aria-selected='true'] {
  background: #d8eedc;
  color: #00c700;
}

#block-product-description-magnetic-converter-tabs .tabs-title > a:focus,
#block-product-description-magnetic-converter-tabs
  .tabs-title
  > a[aria-selected='true'] {
  background: #5ec5fd;
  color: #0044b9;
}

#block-product-description-tabs .tabs-title > a,
#block-product-description-magnetic-converter-tabs .tabs-title > a {
  color: #0044b9;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  border: 10px solid #d8eedc;
  border-bottom: 0;
}

#block-product-description-magnetic-converter-tabs .tabs-title > a {
  color: #00c700;
  border-color: #5ec5fd;
}

#block-product-description-tabs .tabs-title.is-active > a {
  color: #00c700;
}

#block-product-description-magnetic-converter-tabs .tabs-title.is-active > a {
  color: #0044b9;
}

body.full-path--products #block-accessories,
body.full-path--devices #block-accessories {
  margin: 0 auto 4rem;
  padding: 2rem 0.5rem;
  border-radius: 6px;
  box-shadow: 0 16px 24px -12px #cdcdcd;
  background: rgba(146, 208, 159, 1);
  background: -moz-linear-gradient(
    top,
    rgba(146, 208, 159, 1) 0%,
    rgba(175, 230, 221, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(146, 208, 159, 1)),
    color-stop(100%, rgba(175, 230, 221, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(146, 208, 159, 1) 0%,
    rgba(175, 230, 221, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(146, 208, 159, 1) 0%,
    rgba(175, 230, 221, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(146, 208, 159, 1) 0%,
    rgba(175, 230, 221, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(146, 208, 159, 1) 0%,
    rgba(175, 230, 221, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92d09f', endColorstr='#afe6dd', GradientType=0 );
}

body.full-path--products #block-accessories > div > h2,
body.full-path--devices #block-accessories > div > h2 {
  margin: 1rem 0.5rem 2rem;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 0 6px #878787;
}
.products-page-accessories {
  display: flex;
  justify-content: space-evenly;
  align-content: stretch;
  align-items: stretch;
  text-align: center;
}
.products-page-accessory-wrapper {
  width: 30%;
  align-self: stretch;
}
.products-page-accessory {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 100%;
}

.products-page-accessory-text h4 {
  font-weight: bold;
}
.products-page-accessory-text {
  color: #ffffff;
  text-shadow: 0 0 6px #878787;
}

body.full-path--products #block-policies,
body.full-path--devices #block-policies {
  margin: 4rem auto;
  padding: 2rem 0;
}

body.full-path--products #block-policies > div > h2,
body.full-path--devices #block-policies > div > h2 {
  margin: 1rem 0.5rem 2rem;
  text-align: center;
}

#products-page-policies-tabs .tabs-title > a {
  font-size: 1.2rem;
  position: relative;
  min-height: 65px;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  color: #0044b9;
}
#products-page-policies-tabs .tabs-title.is-active > a {
  color: #00c700;
}

.tab-title-img img {
  max-width: 60px;
}

#products-page-policies-tabs > li {
  margin-right: 0;
  border: 10px solid #d8eedc;
  border-right: 0;
  border-bottom: 0;
}
#products-page-policies-tabs > li:last-of-type {
  border-bottom: 10px solid #d8eedc;
}

.products-page-policies-wrapper .tabs-content.vertical {
  min-height: 398px;
}

.products-page-policies-wrapper .tabs-panel {
  padding: 2rem;
  border: 10px solid #d8eedc;
  background: #f6fbf7;
  width: 100%;
  position: relative;
  min-height: inherit;
}

.products-page-policies-wrapper .tabs-panel h3 {
  font-weight: bold;
}

.products-page-policies-wrapper .tabs-panel img {
  position: absolute;
  width: 120px;
  bottom: 8%;
  right: 5%;
}

/* EOF Products page */

/* Accordion overrides */

.accordion-title {
  font-size: 1.2rem;
  font-weight: bold;
}
.accordion-item.is-active .accordion-title {
  color: #00c700;
}

/* EOF Accordion overrides */

/* Mobile navigation */

#block-site-logo-mobile {
  padding: 2rem 2rem 1rem;
}

#block-site-logo-mobile p {
  margin: 0;
}

#block-site-logo-mobile a {
  outline: none;
  display: inline-block;
  height: 100%;
  width: 100%;
  margin: 2rem auto;
}

#hrt-mobile-menu ul.menu {
  margin-top: 1.2rem;
  display: inline-block;
  width: 100%;
  font-size: 1.1rem;
  font-weight: bold;
}

/* EOF Mobile navigation */

/* User pages */

body.path-user,
body.path-user main,
body.path-account,
body.path-account main,
body[class*='user-registration'],
body[class*='user-registration'] main,
body.full-path--video-support-library,
body.full-path--video-support-library main {
  background: #000000;
  color: #ffffff;
}

/*body.path-user #hrt-navbar,
body.path-account #hrt-navbar,
body[class*='user-registration'] #hrt-navbar,*/
body.path-user > div.dialog-off-canvas-main-canvas > div.title-bar,
body.path-account > div.dialog-off-canvas-main-canvas > div.title-bar,
body[class*='user-registration']
  > div.dialog-off-canvas-main-canvas
  > div.title-bar {
  border-bottom: 1px solid #ffffff;
}

/*body.path-user footer,
body.path-account footer,
body[class*='user-registration'] footer {
  border-top: 1px solid #ffffff;
}*/

body.path-user main a,
body.path-account main a,
body[class*='user-registration'] main a {
  /*color: #1084ff;*/
  color: #ffff00;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}

body.path-user main a:hover,
body.path-user main a:focus,
body.path-account main a:hover,
body.path-account main a:focus,
body[class*='user-registration'] main a:hover,
body[class*='user-registration'] main a:focus {
  color: #ffff00;
}

body.path-user main .create-account-reset a[href*='user-registration'] {
  color: #ffff00;
  font-size: 18px;
  font-weight: bold;
}

body.path-user main .create-account-reset a:hover,
body.path-user main .create-account-reset a:focus {
  color: #ffffff;
}

body.path-user .form-type-textfield label,
body.path-user .form-type-email label,
body.path-user .form-type-password label,
body.path-user .form-type-number label,
body.path-user .form-type-date label,
body.path-user .form-type-select label,
body.path-account .form-type-textfield label,
body.path-account .form-type-email label,
body.path-account .form-type-password label,
body.path-account .form-type-number label,
body.path-account .form-type-date label,
body.path-account .form-type-select label,
body[class*='user-registration'] .form-type-textfield label,
body[class*='user-registration'] .form-type-email label,
body[class*='user-registration'] .form-type-password label,
body[class*='user-registration'] .form-type-number label,
body[class*='user-registration'] .form-type-date label,
body[class*='user-registration'] .form-type-select label {
  font-size: 1rem;
  font-weight: normal;
  background: #000000;
  color: #ffffff;
}

body.path-user .form-type-select select,
body.path-account .form-type-select select,
body[class*='user-registration'] .form-type-select select {
  margin-bottom: 0;
}

body.path-user .form-type-number input::-webkit-outer-spin-button,
body.path-user .form-type-number input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body.path-account .form-type-number input::-webkit-outer-spin-button,
body.path-account .form-type-number input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body[class*='user-registration']
  .form-type-number
  input::-webkit-outer-spin-button,
body[class*='user-registration']
  .form-type-number
  input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body.path-user .form-type-number,
body.path-account .form-type-number,
body[class*='user-registration'] .form-type-number input[type='number'] {
  -moz-appearance: textfield;
}

body.path-user .form-type-textfield input,
body.path-user .form-type-email input,
body.path-user .form-type-password input,
body.path-user .form-type-number input,
body.path-user .form-type-date input[type='date'],
body.path-user .form-type-select select,
body.path-account .form-type-textfield input,
body.path-account .form-type-email input,
body.path-account .form-type-password input,
body.path-account .form-type-number input,
body.path-account .form-type-date input[type='date'],
body.path-account .form-type-select select,
body[class*='user-registration'] .form-type-textfield input,
body[class*='user-registration'] .form-type-email input,
body[class*='user-registration'] .form-type-password input,
body[class*='user-registration'] .form-type-number input,
body[class*='user-registration'] .form-type-date input[type='date'],
body[class*='user-registration'] .form-type-select select {
  background: #000000;
  border-color: #ffffff;
  color: #ffffff;
  height: 3rem;
  font-size: 1.2rem;
  transition: all 0.2s ease-in-out;
}

body.path-user .form-type-textfield input.not-empty,
body.path-user .form-type-email input.not-empty,
body.path-user .form-type-password input.not-empty,
body.path-user .form-type-number input.not-empty,
body.path-user .form-type-select select.option-selected,
body.path-account .form-type-textfield input.not-empty,
body.path-account .form-type-email input.not-empty,
body.path-account .form-type-password input.not-empty,
body.path-account .form-type-number input.not-empty,
body.path-account .form-type-select select.option-selected,
body[class*='user-registration'] .form-type-textfield input.not-empty,
body[class*='user-registration'] .form-type-email input.not-empty,
body[class*='user-registration'] .form-type-password input.not-empty,
body[class*='user-registration'] .form-type-number input.not-empty,
body[class*='user-registration'] .form-type-select select.option-selected {
  border-color: #00c700;
  color: #00c700;
}

body.path-user .form-type-textfield input:hover,
body.path-user .form-type-textfield input:focus,
body.path-user .form-type-email input:hover,
body.path-user .form-type-email input:focus,
body.path-user .form-type-password input:hover,
body.path-user .form-type-password input:focus,
body.path-user .form-type-number input:hover,
body.path-user .form-type-number input:focus,
body.path-user .form-type-select select:hover,
body.path-user .form-type-select select:focus,
body.path-account .form-type-textfield input:hover,
body.path-account .form-type-textfield input:focus,
body.path-account .form-type-email input:hover,
body.path-account .form-type-email input:focus,
body.path-account .form-type-password input:hover,
body.path-account .form-type-password input:focus,
body.path-account .form-type-number input:hover,
body.path-account .form-type-number input:focus,
body.path-account .form-type-select select:hover,
body.path-account .form-type-select select:focus,
body[class*='user-registration'] .form-type-textfield input:hover,
body[class*='user-registration'] .form-type-textfield input:focus,
body[class*='user-registration'] .form-type-email input:hover,
body[class*='user-registration'] .form-type-email input:focus,
body[class*='user-registration'] .form-type-password input:hover,
body[class*='user-registration'] .form-type-password input:focus,
body[class*='user-registration'] .form-type-number input:hover,
body[class*='user-registration'] .form-type-number input:focus,
body[class*='user-registration'] .form-type-select select:hover,
body[class*='user-registration'] .form-type-select select:focus {
  border-color: #ffff00;
  color: #ffff00;
}

body.path-user .form-actions input[type='submit'],
body.path-account .form-actions input[type='submit'] {
  margin-bottom: 0;
  border: 2px solid #ffffff;
  background: #000000;
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  width: fit-content;
  max-width: max-content;
  position: relative;
  text-align: center;
  transition: all 0.2s ease-in-out;
}

body.path-user .form-actions input[type='submit']:hover,
body.path-user .form-actions input[type='submit']:focus,
body.path-account .form-actions input[type='submit']:hover,
body.path-account .form-actions input[type='submit']:focus {
  border-color: #00c700;
  color: #00c700;
}

body.path-user .form-type-select select:hover option,
body.path-user .form-type-select select:focus option,
body.path-account .form-type-select select:hover option,
body.path-account .form-type-select select:focus option {
  color: #ffffff;
}

body.path-user div[class*='local-tasks-block'] > nav.tabs,
body.path-user nav.tabs,
body.path-account div[class*='local-tasks-block'] > nav.tabs,
body.path-account nav.tabs,
body[class*='user-registration'] div[class*='local-tasks-block'] > nav.tabs,
body[class*='user-registration'] nav.tabs {
  border: 0;
  background: #000000;
  border-bottom: 1px solid #444444;
}

body.path-user .tabs.primary,
body.path-account .tabs.primary,
body[class*='user-registration'] .tabs.primary {
  border: 0;
  margin-bottom: 0;
  background: #000000;
}

body.path-user .tabs.primary > li > a.is-active,
body.path-account .tabs.primary > li > a.is-active,
body[class*='user-registration'] .tabs.primary > li > a.is-active {
  color: #00c700;
  background: #000000;
}

body.path-user .tabs.primary > li > a:focus,
body.path-user .tabs.primary > li > a:hover,
body.path-account .tabs.primary > li > a:focus,
body.path-account .tabs.primary > li > a:hover,
body[class*='user-registration'] .tabs.primary > li > a:focus,
body[class*='user-registration'] .tabs.primary > li > a:hover {
  background: #084381;
}

body.path-user .block-system-main-block,
body.path-account .block-system-main-block {
  padding-top: 1rem;
}

body.path-user select[name='field_level'] {
  pointer-events: none;
}

body.path-user .password-confirm .error {
  color: #ff0000;
}

body.path-user .form-actions,
body.path-account .form-actions {
  text-align: right;
}

body.path-account .form-actions {
  margin: 3.5em 0 1em;
}

body.path-user[class*='payment-methods'] .block-local-actions-block a.button {
  background: #000000;
  color: #ffffff;
  border-color: #ffffff;
  padding: 0.6rem 1.2rem;
}

body.path-user[class*='payment-methods']
  .block-local-actions-block
  a.button:hover,
body.path-user[class*='payment-methods']
  .block-local-actions-block
  a.button:focus {
  color: #00c700;
  border-color: #00c700;
}

body[class*='user-registration'] .user-register-upper-text h4 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin: 0 auto 1rem;
  display: block;
}

body[class*='user-registration'] .user-register-options-container {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  align-content: center;
  flex-wrap: wrap;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

body[class*='user-registration'] .user-register-options-container > a {
  color: #ffffff;
  background: #000000;
  margin: 0;
  padding: 2rem 1.5rem;
  border: 3px solid #ffffff;
  border-radius: 8px;
  display: inline-block;
  position: relative;
  min-height: 160px;
  min-width: 300px;
  width: 45%;
  width: calc(50% - 1.875rem);
}

body[class*='user-registration'] .user-register-options-container > a:hover,
body[class*='user-registration'] .user-register-options-container > a:focus {
  color: #ffff00;
  border-color: #ffff00;
}

body[class*='user-registration'] .user-register-options-container > a:active {
  color: #00c700;
  border-color: #00c700;
}

body[class*='user-registration'] span.option-name,
body[class*='user-registration'] span.option-description {
  display: block;
  text-align: center;
}

body[class*='user-registration'] span.option-name {
  font-size: 2.4rem;
  font-weight: bold;
}

body[class*='user-registration'] span.option-description {
  margin-top: 1rem;
  font-size: 0.92rem;
  padding: 0 2rem;
  color: #999999;
  transition: all 0.2s ease-in-out;
}

body[class*='user-registration']
  .user-register-options-container
  > a:hover
  span.option-description,
body[class*='user-registration']
  .user-register-options-container
  > a:focus
  span.option-description {
  color: #abab00;
}

body[class*='user-registration']
  .user-register-options-container
  > a:active
  span.option-description {
  color: #00c700;
}

body[class*='user-registration'] #user-register-options {
  margin-top: 2em;
}

/* EOF User pages */

/* Testimonials */

#block-testimonials-home-block {
  background-image: url('/themes/custom/howert/images/testimonials_bg.jpg');
  /*background-image: url('/themes/custom/howert/images/testimonials_bg2.jpg');*/
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-bottom: 6px;
}

#block-testimonials-home-block h2 {
  text-align: center;
  line-height: 48px;
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  margin: 0 auto;
  margin-bottom: -10rem;
}

#block-testimonials-home-block .view-content {
  min-height: 756px;
  display: flex;
  align-content: center;
  align-items: center;
  color: #ffffff;
  position: relative;
}
.testimonials-front-page div.orbit {
  display: block;
  margin: 0 auto;
  width: 33%;
  max-width: 460px;
  position: unset;
}
.testimonials-front-page nav.testimonials-orbit-bullets {
  position: unset;
}
.testimonials-front-page .testimonials-orbit-container {
  overflow: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.testimonials-front-page .testimonials-slide-inner {
  width: 100%;
  text-align: center;
}
.testimonials-front-page .testimonials-slide-name {
  font-weight: bold;
}
.testimonials-front-page .testimonials-slide-name,
.testimonials-front-page .testimonials-slide-text,
.testimonials-front-page .testimonials-bullet-name {
  text-align: center;
}
.testimonials-front-page .testimonials-orbit-bullets button,
.testimonials-front-page .testimonials-orbit-bullets button.is-active,
.testimonials-front-page .orbit-bullets button:hover {
  background-color: transparent;
}
.testimonials-front-page .testimonials-orbit-bullets button {
  width: auto;
  height: auto;
  border-radius: 0;
}
.testimonials-front-page .testimonials-orbit-bullets img {
  /*width: 15vw;
  max-width: 250px;*/
  width: 9vw;
  max-width: 180px;
  opacity: 1;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

.testimonials-front-page .testimonials-orbit-bullets button:hover img,
.testimonials-front-page .testimonials-orbit-bullets button:focus img {
  opacity: 0.8;
}
.testimonials-front-page .testimonials-orbit-bullets button {
  position: absolute;
  cursor: pointer;
}
/*.testimonials-front-page .testimonials-orbit-bullets button:nth-child(3) img {
  width: 8vw;
  max-width: 160px;
}*/
.testimonials-front-page .testimonials-orbit-bullets button.is-active img {
  box-shadow: 0 0 9px #ffffff;
}
/*.testimonials-front-page .testimonials-orbit-bullets button:first-child {
  top: 15%;
  right: 11%;
}
.testimonials-front-page .testimonials-orbit-bullets button:nth-child(2) {
  top: 43%;
  right: 15%;
}
.testimonials-front-page .testimonials-orbit-bullets button:nth-child(3) {
  top: 30%;
  right: 2%;
}
.testimonials-front-page .testimonials-orbit-bullets button:nth-child(4) {
  top: 70%;
  right: 2%;
}
.testimonials-front-page .testimonials-orbit-bullets button:nth-child(5) {
  top: 70%;
  right: 2%;
}
.testimonials-front-page .testimonials-orbit-bullets button:nth-child(6) {
  top: 70%;
  right: 2%;
}*/


.testimonials-front-page .testimonials-orbit-bullets button:first-child,
.testimonials-front-page .testimonials-orbit-bullets button:nth-child(2),
.testimonials-front-page .testimonials-orbit-bullets button:nth-child(3) {
  top: 15%;
}

.testimonials-front-page .testimonials-orbit-bullets button:nth-child(4),
.testimonials-front-page .testimonials-orbit-bullets button:nth-child(5),
.testimonials-front-page .testimonials-orbit-bullets button:nth-child(6) {
  top: 55%;
}

/*.testimonials-front-page .testimonials-orbit-bullets button:first-child,
.testimonials-front-page .testimonials-orbit-bullets button:nth-child(4) {
  right: 24%;
}

.testimonials-front-page .testimonials-orbit-bullets button:nth-child(2),
.testimonials-front-page .testimonials-orbit-bullets button:nth-child(5) {
  right: 12.5%;
}

.testimonials-front-page .testimonials-orbit-bullets button:nth-child(3),
.testimonials-front-page .testimonials-orbit-bullets button:nth-child(6) {
  right: 1%;
}*/

.testimonials-front-page .testimonials-orbit-bullets button:first-child {
  right: 24%;
}
.testimonials-front-page .testimonials-orbit-bullets button:nth-child(2) {
  right: 14%;
}
.testimonials-front-page .testimonials-orbit-bullets button:nth-child(3) {
  right: 4%;
}
.testimonials-front-page .testimonials-orbit-bullets button:nth-child(4) {
  right: 21%;
}
.testimonials-front-page .testimonials-orbit-bullets button:nth-child(5) {
  right: 11%;
}
.testimonials-front-page .testimonials-orbit-bullets button:nth-child(6) {
  right: 1%;
}

/*@media all and (max-width: 90em) {
  .testimonials-front-page .testimonials-orbit-bullets img {
    height: 18vh;
  }
}*/

.testimonials-front-page .testimonials-bullet-name {
  color: #ffffff;
  margin-top: 0.3rem;
  font-weight: bold;
}
.testimonials-front-page .testimonials-slide-quotation-mark {
  font-size: 100px;
  line-height: 0;
  display: block;
  position: absolute;
}
.testimonials-front-page .testimonials-slide-quotation-mark-left {
  margin-left: -45px;
  padding-top: 30px;
}
.testimonials-front-page .testimonials-slide-quotation-mark-right {
  margin-left: 100%;
  margin-right: -45px;
  padding-top: 20px;
}
.testimonials-front-page .testimonials-slide-link {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.testimonials-front-page .testimonials-slide-link a {
  text-align: center;
  font-size: 1.1rem;
  display: inline-block;
  margin: 0 auto;
  color: #ffffff;
  text-decoration: underline;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
.testimonials-front-page .testimonials-slide-link a:hover,
.testimonials-front-page .testimonials-slide-link a:focus {
  color: #00c700;
}
#block-testimonials-home-block .more-link {
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-top: -10rem;
}

#block-testimonials-home-block .more-link a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 2px solid #ffffff;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #111111;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 20px;
  z-index: 6;
  position: relative;
}

#block-testimonials-home-block .more-link a:hover,
#block-testimonials-home-block .more-link a:focus {
  /*background-color: #1084ff;*/
  background-color: #ffffff;
  color: #111111;
}

/* EOF Testimonials */

/* Front Page slideshow */

#block-slideshow-home .view-content {
  overflow-x: clip;
}

#views_slideshow_cycle_teaser_section_slideshow-slideshow_home {
  width: 100% !important;
  min-width: 100%;
  height: auto !important;
}

#block-slideshow-home img {
  /* min-width: 100%; */
  width: 100vw;
  display: block;
  max-width: 100vw;
}

.slideshow-text {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  font-weight: bold;
  font-size: clamp(1rem, 1.8vw, 36px);
  color: #ffffff;
  text-shadow: 2px 2px 4px #000000;
}

/* EOF Front Page slideshow */

/* Media Queries */

@media screen and (min-width: 64em) {
  /*body:not(.home) #banner {
    margin-top: 95px;
  }*/
  #hrt-navbar+.off-canvas-wrapper {
    /*padding-top: 95px;*/
    /*padding-top: 130px;*/
  }
  #hrt-navbar+.off-canvas-wrapper {
    padding-top: 78px;
  }
  body.user-logged-in #hrt-navbar+.off-canvas-wrapper,
  body.customer-user #hrt-navbar+.off-canvas-wrapper {
    padding-top: 89px;
  }
}


@media only screen and (max-width: 78em) {
  body:not(.path-frontpage) main {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  /*.grid-container.full main {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }*/
}

@media screen and (min-width: 64em) and (max-width: 78.625em) {
  .testimonials-front-page div.orbit {
    width: 50%;
    margin-left: calc(50vw - 33%);
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
}

@media screen and (max-width: 63.99875em) {
  #block-home-microsport-image > div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
  }
  #block-home-microsport-image > div .field {
    flex: 1 0 100%;
  }
  #block-home-microsport-image .field--name-body {
    padding-left: 20px;
    text-align: center;
  }
  #block-home-microsport-image .field--name-body ul {
    max-width: 560px;
    width: 100%;
    display: inline-block;
    column-count: 2;
  }
  #block-home-ourproducts .magnetic-converter-device a span.name {
    margin-bottom: 0.4rem;
  }
  .view-accessories-home-button-wrapper {
    margin: 4rem auto 2rem;
  }
  #block-testimonials-home-block h2 {
    margin-bottom: 5rem;
  }
  #block-testimonials-home-block .view-content {
    min-height: unset;
  }
  .testimonials-front-page div.orbit {
    max-width: unset;
    width: 80%;
  }
  .testimonials-front-page nav.testimonials-orbit-bullets,
  .testimonials-front-page .testimonials-orbit-bullets button {
    position: relative;
  }
  .testimonials-front-page .testimonials-orbit-bullets button {
    position: relative;
  }
  .testimonials-front-page .testimonials-orbit-bullets button {
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
  }
  #block-testimonials-home-block .more-link {
    margin-top: 2.4rem;
  }
}

@media screen and (max-width: 39.99875em) {
  #block-home-ourproducts ul {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
  }
  #block-home-ourproducts ul li {
    width: 100%;
    max-width: 360px;
    margin-bottom: 2rem;
  }
  .magnetic-converter-device-wrapper {
    max-width: 360px;
    display: block;
    margin: 0 auto;
  }
  #hrt-copyright {
    padding: 0 0.5rem;
  }
  #hrt-copyright .copyright,
  #hrt-copyright .igdsolutions {
    text-align: center;
  }
  #block-home-microsport-image .field--name-body ul {
    column-count: 1;
    width: auto;
  }
  #block-home-microsport-image h2,
  #block-home-microsport h2 {
    padding-left: 0;
    text-indent: 0;
  }
  .create-account-reset {
    margin: 2.4rem auto 0;
    max-width: 150px;
  }
  .create-account-reset a {
    display: block;
    margin: 0 auto;
  }
  .create-account-reset a:first-child {
    padding-bottom: 0.75em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #444444;
  }
  .testimonials-front-page .testimonials-orbit-bullets img {
    min-width: 100px;
  }
}

/* EOF Media Queries */

.spinner:before {
  transform: rotateX(60deg) rotateY(45deg) rotateZ(45deg);
  animation: 750ms rotateBefore infinite linear reverse;
}
.spinner:after {
  transform: rotateX(240deg) rotateY(45deg) rotateZ(45deg);
  animation: 750ms rotateAfter infinite linear;
}
.spinner:before,
.spinner:after {
  box-sizing: border-box;
  content: '';
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -5em;
  margin-left: -5em;
  width: 10em;
  height: 10em;
  transform-style: preserve-3d;
  transform-origin: 50%;
  transform: rotateY(50%);
  perspective-origin: 50% 50%;
  perspective: 340px;
  background-size: 10em 10em;
  background-image: url(../../../../themes/custom/howert/images/white-spinner.png);
}

@keyframes rotateBefore {
  from {
    transform: rotateX(60deg) rotateY(45deg) rotateZ(0deg);
  }
  to {
    transform: rotateX(60deg) rotateY(45deg) rotateZ(-360deg);
  }
}
@keyframes rotateAfter {
  from {
    transform: rotateX(240deg) rotateY(45deg) rotateZ(0deg);
  }
  to {
    transform: rotateX(240deg) rotateY(45deg) rotateZ(360deg);
  }
}

.spinner-wrapper {
  position: fixed;
  background: #000000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -3;
  transition: all 0.3s ease-in-out;
}

.spinner-wrapper.is-on {
  opacity: 1;
  z-index: 99;
  transition: none;
}

/*@media only screen and (max-width: 78em) {
  .grid-container.full main {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}*/

#block-micro-sport-info,
#block-wellness-pemf-info {
  background-color: #f0f0f0;
  padding: 4rem 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  border-top: 5px solid #ffffff;
}

#block-micro-sport-info {
  background-image: url(/themes/custom/howert/images/devices-shaded-bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

#block-wellness-pemf-info {
  background-color: #06479b;
}

#block-micro-sport-info .highlighted-block-content,
#block-wellness-pemf-info .highlighted-block-content {
  max-width: 1600px;
}

#block-micro-sport-info .highlighted-block-text-wrapper,
#block-wellness-pemf-info .highlighted-block-text-wrapper {
  padding: 0;
}

#block-micro-sport-info .highlighted-block-images-wrapper {
  text-align: right;
}

#block-wellness-pemf-info .highlighted-block-images-wrapper {
  text-align: left;
}

#block-micro-sport-info .highlighted-block-images-wrapper img {
  filter: drop-shadow(2px 4px 24px #999999);
}

#block-wellness-pemf-info .highlighted-block-images-wrapper img {
  filter: drop-shadow(2px 4px 24px #505050);
}

#block-micro-sport-info .highlighted-block-images-wrapper,
#block-wellness-pemf-info .highlighted-block-images-wrapper {
  flex: 1 0 25%;
}

.button.devices--modal-trigger-pemf {
  background: #06479b;
  color: #ffffff;
  border-color: #ffffff;
}

.button.devices--modal-trigger-pemf:hover,
.button.devices--modal-trigger-pemf:focus {
  background: #ffffff;
  color: #06479b;
  border-color: #ffffff;
}

body.full-path--contact-us
  .off-canvas-wrapper
  > .off-canvas-content
  > div.grid-container {
  /* background-image: url(/themes/custom/howert/images/about-shaded-bg.jpg); */
  background-image: url(/themes/custom/howert/images/devices-mspo-block-bg.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: repeat;
}
body.full-path--contact-us main {
  background: transparent;
  color: #ffffff;
}
body.full-path--contact-us main a {
  color: #ffffff;
}
body.full-path--contact-us main a:hover,
body.full-path--contact-us main a:focus {
  color: #00c700;
}
body.full-path--contact-us main label {
  color: #ffffff;
}

body.full-path--contact-us main input[type='text'],
body.full-path--contact-us main input[type='number'],
body.full-path--contact-us main input[type='email'],
body.full-path--contact-us main input[type='password'],
body.full-path--contact-us main input[type='date'],
body.full-path--contact-us main select,
body.full-path--contact-us main textarea {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}


body.full-path--testimonials
  .off-canvas-wrapper
  > .off-canvas-content
  > div.grid-container {
  /*background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,199,0,1) 50%, rgba(0,0,0,1) 100%);*/
  background-image: url(/themes/custom/howert/images/devices-mspo-block-bg.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: repeat;
}

body.full-path--testimonials
  .off-canvas-wrapper
  > .off-canvas-content main {
  background-color: transparent;
}

body.full-path--testimonials main .page-title,
body.full-path--testimonials main .block-system-main-block {
  color: #ffffff;
}

body.full-path--testimonials main .page-title {
  text-align: center;
  font-weight: bold;
  display: block;
}

body.full-path--testimonials #hrt-navbar {
  border-bottom: 5px solid #ffffff;
}

.testimonials-page .view-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  align-content: stretch;
  gap: 2vw;
  margin-top: 2rem;
}

.testimonial-item-wrapper {
  flex: 1 1 30%;
  max-width: 33%;
  border-radius: 10px;
  border: 1px solid #dddddd;
  overflow: hidden;
  text-align: center;
  -webkit-box-shadow: 0px 2px 8px 2px #8f8f8f;
  box-shadow: 0px 2px 8px 2px #8f8f8f;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  color: #ffffff;
}

.testimonial-item-thumbnail-wrapper {
  border-bottom: 2px solid #444444;
}

.testimonial-item-text {
  padding: 20px;
}

.testimonial-item-title {
  font-weight: bold;
  font-size: 1.2rem;
  text-transform: capitalize;
}

.testimonial-item-body {
  text-align: left;
}

/*@media only screen and (min-width: 102em) {
  #hrt-copyright {
    max-width: 106em;
    display: block;
    margin: 0 auto;
  }
  #hrt-copyright:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 88%;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
  }
}

@media only screen and (max-width: 1239px) {
  #hrt-copyright {
    padding: inherit;
  }
}*/

body.full-path--science
  .off-canvas-wrapper
  > .off-canvas-content
  > div.grid-container {
  /*background-image: url(/themes/custom/howert/images/devices-shaded-bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;*/
  background-color: #06479b;
  background: linear-gradient(180deg, black, transparent);
  background: linear-gradient(180deg, #06479b, #000000, #06479b);
}

body.full-path--science
  .off-canvas-wrapper
  > .off-canvas-content main {
  background-color: transparent;
  padding: 6rem 0;
}

body.full-path--science
  .off-canvas-wrapper
  > .off-canvas-content
  .view-accordions ul.accordion {
  background: #000000;
  box-shadow: 0px 2px 12px 6px #888888;
}

body.full-path--science
  .off-canvas-wrapper
  > .off-canvas-content
  .view-accordions
  .accordion-title {
  color: #ffffff;
  text-transform: capitalize;
}

body.full-path--science
  .off-canvas-wrapper
  > .off-canvas-content
  .view-accordions
  .accordion-title:hover,
body.full-path--science
  .off-canvas-wrapper
  > .off-canvas-content
  .view-accordions
  .accordion-title:focus {
  color: #00c700;
}

body.full-path--science
  .off-canvas-wrapper
  > .off-canvas-content
  .view-accordions
  .accordion-title:focus {
  background: #000000;
}

body.full-path--science
  .off-canvas-wrapper
  > .off-canvas-content
  .view-accordions
  .accordion-item.is-active
  .accordion-title {
  color: #00c700;
}

body.full-path--science
  .off-canvas-wrapper
  > .off-canvas-content
  .view-accordions .accordion-content {
  background: #000000;
  color: #ffffff;
}


body[class*='full-path--product'] #block-userlogin form+.item-list {
  display: none;
}
div.view[class*="orders"]>.view-content,
body.path-user .view[class*="order-item-table"]>.view-content {
  border: 1px solid #ffffff;
  border-radius: 20px;
  padding: 0.5rem;
  margin-bottom: 2.5rem;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
body.path-user .view[class*="order-item-table"]>.view-content {
  border: 2px solid #ffffff;
  padding: 1rem;
  margin-top: 2rem;
}
div.view[class*="orders"] table {
  margin-bottom: 0;
}
div.view[class*="orders"] table thead,
body.path-user .view[class*="order-item-table"] table thead {

}
div.view[class*="orders"] table thead,
div.view[class*="orders"] table tbody,
body.path-user .view[class*="order-item-table"] table thead,
body.path-user .view[class*="order-item-table"] table tbody {
  background: #000000;
  border: 0;
  border: none;
}
div.view[class*="orders"] table thead,
div.view[class*="orders"] table tbody,
div.view[class*="orders"] table thead th,
div.view[class*="orders"] table thead th a,
div.view[class*="orders"] table tbody tr,
div.view[class*="orders"] table tbody tr:nth-child(even),
div.view[class*="orders"] table tbody tr td.is-active,
body.path-user .view[class*="order-item-table"] thead,
body.path-user .view[class*="order-item-table"] tbody,
body.path-user .view[class*="order-item-table"] thead th,
body.path-user .view[class*="order-item-table"] thead th a,
body.path-user .view[class*="order-item-table"] tbody tr,
body.path-user .view[class*="order-item-table"] tbody tr:nth-child(even),
body.path-user .view[class*="order-item-table"] tbody tr td.is-active {
  background: #000000;
  color: #ffffff;
}
div.view[class*="orders"] table tbody td,
div.view[class*="orders"] table tbody th,
body.path-user .view[class*="order-item-table"] table tbody td,
body.path-user .view[class*="order-item-table"] table tbody th {
  padding: 1rem;
}

div.view[class*="orders"] table th,
body.path-user .view[class*="order-item-table"] table th {
  padding: 0.5rem 0.625rem 1.5rem;
  text-transform: uppercase;
}
div.view[class*="orders"] table thead,
body.path-user .view[class*="order-item-table"] table thead {
  border-bottom: 1px solid #444444;
}
body.path-user .field--name-total-price .order-total-line__total {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 2px solid #ff0000;
  display: inline-block;
  float: right;
}
@media all and (max-width: 1420px){
  .brand-value-item-wrapper{
    min-width:33%;
    width: 18rem;
    height: 16rem;
  }
  .brand-value-item-title {
    width: 32vw;
  }
}
@media all and (max-width: 800px){
  .brand-value-item-wrapper{min-width:100%;}
}

body.full-path--devices .reveal-overlay {
  background-color: rgba(16, 41, 64, 0.47);
}

body.full-path--devices .reveal {
  background: #000000;
  color: #ffffff;
  border-radius: 12px;
  padding: 3rem 1.5rem;
}

body.full-path--devices .reveal p:last-of-type {
  margin-bottom: 0;
}

body.full-path--devices .reveal .close-button {
  transition: all 0.2s ease-in-out;
}

body.full-path--devices .reveal .close-button:hover,
body.full-path--devices .reveal .close-button:focus {
  color: #ffff00;
}

body.full-path--devices .reveal a {
  color: #ffff00;
}

body.full-path--devices .reveal a:hover,
body.full-path--devices .reveal a:focus {
  color: #1084ff;
}


#hrt-navbar .top-bar ul.menu li.cart-item a.cart-block--link__expand {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#hrt-navbar .top-bar ul.menu li.cart-item:hover,
#hrt-navbar .top-bar ul.menu li.cart-item a.cart-block--link__expand:hover {
  background: transparent;
}

#hrt-navbar .top-bar ul.menu li.cart-item a.cart-block--link__expand .cart-block--summary__count {
  color: #999999;
  padding-left: 4px;
}

body.customer-user #block-cart {
  opacity: 0;
}

body.customer-user ul.menu #block-cart .cart-block--contents {
  color: #ffffff;
  background: black;
  width: 300px;
  border: 1px solid #00c700;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top: 1px solid #00c700;
}

body.customer-user ul.menu #block-cart .cart-block tbody {
  border: none;
}
body.customer-user ul.menu #block-cart .cart-block tbody,
body.customer-user ul.menu #block-cart .cart-block tbody tr:nth-child(even) {
  background-color: #000000;
}

body.customer-user ul.menu #block-cart .cart-block--contents__links {
  border-top: 2px solid #444444;
}

body.customer-user ul.menu #block-cart .cart-block--contents__links>a {
  color: #1084ff;
  text-shadow: 1px 1px #564646;
}



/*** Secondary navbar ***/

#secondary-navbar {
  background: #1084ff;
  background: linear-gradient(120deg, #000000, #1084ff, black);
}
.top-bar-inner {
  max-width: 75rem;
  display: block;
  margin: 0 auto;
  padding: 0.24rem 0;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.top-bar-inner-prescription-wrapper>span {
    display: inline-block;
    vertical-align: middle;
}
.top-bar-inner-prescription-icon {
  color: #ff0000;
}
.top-bar-inner-prescription-icon svg {
  font-size: 1.2rem;
}
.top-bar-inner-prescription-text {
  padding-left: 0.4rem;
}
.top-bar-inner-prescription-text,
.top-bar-inner-prescription-text a {
  color: #fff000;
}

.top-bar-inner-prescription-icon.checked,
.top-bar-inner-prescription-icon.checked+.top-bar-inner-prescription-text,
.top-bar-inner-prescription-icon.checked+.top-bar-inner-prescription-text a {
  color: #00c700;
}




.complete-prescription,
.complete-prescription a {
  color: #ffff00;
}
.complete-prescription a {
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}
.complete-prescription a:hover,
.complete-prescription a:focus {
  color: #1084ff;
}
.complete-prescription,
.complete-prescription a,
#block-prescriptiondisclaimerdash .field--name-body>p{
  font-size: 1.3rem;
}


.top-bar-inner-help-info {
  font-weight: bold;
}

.top-bar-inner-help-info a {
  color: #fff000;
}

.practitioner-top-bar-inner {
  justify-content: center;
}





#testimonials-tabs {
  margin-bottom: 0;
  background: #090909;
  color: #ffffff;
}


#testimonials-tabs,
#testimonials-tabs a,
#testimonials-tabs li a,
.testimonials-tabs-content {
  background: #090909;
  color: #ffffff;
}

#testimonials-tabs .tabs-title>a:focus,
#testimonials-tabs .tabs-title>a[aria-selected=true] {
  color: #00c700;
}

#testimonials-tabs li a {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1rem;
}

#testimonials-tabs li {
  width: 50%;
  margin-right: 0;
  white-space: normal;
  text-align: center;
}

.testimonial-tabs-inner-title {
  font-weight: bold;
  font-size: 1.45rem;
  text-align: center;
  flex: 1 0 100%;
}

.testimonial-tabs-inner-item>span {
  display: block;
  text-align: right;
}

/*.testimonial-tabs-inner-item {
  padding: 1rem 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #444444;
}*/
.testimonial-tabs-inner-name {
  font-weight: bold;
  color: yellow;
}
.testimonial-tabs-inner-item:last-child {
  border-bottom: none;
}

.video-testimonial-reveal {
  text-align: center;
}

.video-testimonial-thumbnail-wrapper {
    position: relative;
    cursor: pointer;
}

.youtube-icon-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
}

.youtube-icon {
  position: absolute;
  max-width: 72px;
  width: 15%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .25s cubic-bezier(0,0,0.2,1);
  opacity: 0.6;
  filter: grayscale(1);
}

.youtube-icon-overlay:hover .youtube-icon,
.youtube-icon-overlay:focus .youtube-icon {
  opacity: 1;
  filter: grayscale(0);
}

.youtube-icon-overlay:hover,
.youtube-icon-overlay:focus {
  background: rgba(0,0,0,0.1);
}

.testimonial-tabs-inner-item-image-wrapper img.video-testimonial-thumbnail {
  padding-top: 0;
}

.testimonial-tabs-inner-item-video-wrapper,
.testimonial-tabs-inner-item-video-wrapper+.testimonial-tabs-inner-item-text-wrapper {
  flex: 1 0 50%;
}

.video-testimonial-reveal h1,
.video-testimonial-reveal h2,
.video-testimonial-reveal h3 {
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}

.video-testimonial-reveal iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/*.testimonials-tabs-content .tabs-panel-inside {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-around;
  align-items: stretch;
}
.testimonials-tabs-content .tabs-panel-inside>div {
  flex: 1 0 30%;
  padding: 1rem 2rem;
  min-width: 300px;
}
*/

.testimonials-tabs-content .tabs-panel-inside {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.testimonials-tabs-content .tabs-panel-inside>div {
  padding: 2rem 0;
  min-width: 300px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
}

.testimonial-tabs-inner-item {
  border-bottom: 1px solid #444444;
}

.testimonial-tabs-inner-from {
  color: #999999;
}

.testimonial-tabs-inner-name,
.testimonial-tabs-inner-company,
.testimonial-tabs-inner-from {
  display: block;
}

.testimonial-tabs-inner-item-image-wrapper img {
  padding-top: 0.52rem;
}

.testimonial-tabs-inner-text {
  text-align: left;
}

.testimonial-tabs-inner-text .readmore-link {
  color: #ffff00;
  margin-left: 0.5rem;
}

.testimonial-tabs-inner-item-text-wrapper {
  flex: 1 0 100%;
  text-align: right;
}

.testimonial-tabs-inner-item-image-wrapper {
  /*flex: 1 0 30%;*/
  flex: 1 0 12%;
}

.testimonial-tabs-inner-item-image-wrapper+.testimonial-tabs-inner-item-text-wrapper {
  flex: 1 0 67%;
}
.testimonial-tabs-inner-item:nth-child(even) .testimonial-tabs-inner-item-video-wrapper,
.testimonial-tabs-inner-item:nth-child(even) .testimonial-tabs-inner-item-image-wrapper,
.testimonial-tabs-inner-item:nth-child(odd) .testimonial-tabs-inner-item-text-wrapper {
  order: 2;
}
.testimonial-tabs-inner-item:nth-child(odd) .testimonial-tabs-inner-item-video-wrapper,
.testimonial-tabs-inner-item:nth-child(odd) .testimonial-tabs-inner-item-image-wrapper,
.testimonial-tabs-inner-item:nth-child(even) .testimonial-tabs-inner-item-text-wrapper {
  order: 1;
}
.testimonial-tabs-inner-item:nth-child(odd) .testimonial-tabs-inner-item-video-wrapper+.testimonial-tabs-inner-item-text-wrapper,
.testimonial-tabs-inner-item:nth-child(odd) .testimonial-tabs-inner-item-image-wrapper+.testimonial-tabs-inner-item-text-wrapper {
  padding-left: 0.9375rem;
}
.testimonial-tabs-inner-item:nth-child(even) .testimonial-tabs-inner-item-video-wrapper+.testimonial-tabs-inner-item-text-wrapper,
.testimonial-tabs-inner-item:nth-child(even) .testimonial-tabs-inner-item-image-wrapper+.testimonial-tabs-inner-item-text-wrapper {
  padding-right: 0.9375rem;
}

/*** Make webform labels visible on black background color of the page ***/
.webform-submission-contact-us-form label {
    color : #fff !important;
}


@media only screen and (max-width: 103em) {
  #block-micro-sport-info,
  #block-wellness-pemf-info,
  body.full-path--about #our-story,
  .microsport-program-options-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}


@media only screen and (max-width: 77.5em) {
  footer,
  body.full-path--contact-us .grid-container.full main,
  body.full-path--science .grid-container.full main,
  .region-homepage-content>div[id^="block"],
  .region-homepage-content>div>div[id^="block"],
  body.full-path--devices .region-mid-content>div[id^="block"],
  body.full-path--devices .region-mid-content>div>div[id^="block"],
  #block-devices-explore-our-devices {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 63.99875em) {
  body>div.dialog-off-canvas-main-canvas>.title-bar-wrapper {
    position: sticky;
    top: 0;
    z-index: 97;
  }
  body.path-frontpage>div.dialog-off-canvas-main-canvas>.title-bar-wrapper>.title-bar {
    max-width: 100% !important;
  }
  .microsport-program-options > div:nth-child(even) {
    margin-left: 1.2rem;
  }
  .microsport-program-options {
    justify-content: center;
  }
  .microsport-program-option-wrapper {
    flex: 1 0 96%;
    margin: 0.24rem 1.2rem;
    /* max-width: 96%; */
  }
  body.full-path--about .block-system-main-block .grid-x > .cell:last-child {
    padding-right: 0;
  }
  body.full-path--about #our-story h2 {
    text-align: center;
  }
  .staff-bio-about-wrapper {
    flex: 1 0 96%;
    max-width: 96%;
    margin-top: 3rem;
  }
  .staff-bio-about-wrapper:first-child {
    margin-top: 0;
  }
  .staff-bio-about-body a {
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 12rem;
  }
  #block-home-microsport-image .temp-button {
    margin-left: auto;
    margin-right: auto;
  }
}

/*@media only screen and (max-width: 78em) {
  .grid-container.full main {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}*/

@media screen and (max-width: 54.1875em) {
  header .call-us {
    transform: translate(-50%, -50%);
    top: 56%;
    left: 50%;
  }
  .slideshow-text {
    bottom: 3%;
    left: 0;
    transform: none;
    width: 100%;
    text-align: center;
  }
  .highlighted-block-text-left,
  .highlighted-block-text-right {
    flex-direction: column;
  }
  #block-micro-sport-info .highlighted-block-images-wrapper,
  #block-wellness-pemf-info .highlighted-block-images-wrapper {
    order: 1;
  }
  #block-micro-sport-info .block-title,
  #block-wellness-pemf-info .block-title,
  #block-micro-sport-info .block-button-wrapper,
  #block-wellness-pemf-info .block-button-wrapper,
  .webform-submission-contact-us-form .form-actions {
    text-align: center;
    padding-top: 1.6rem;
  }
  
  body.full-path--about #our-story {
    padding-bottom: 4rem;
    padding-top: 0rem;
  }
}


.temp-button {
  font-size: 1.2rem;
  cursor: pointer;
  /*cursor: not-allowed;*/
}

#block-home-ourproducts .temp-button,
#block-microsportprogramoptions .temp-button {
  background: linear-gradient(120deg, #000000, #1084ff, black);
  color: black;
  padding: 0.72rem 8rem;
  /*font-weight: bold;*/
  color: #ffff00;
}

#block-home-microsport-image .temp-button {
  background: transparent;
  background: rgba(255,255,255,0.5);
  padding: 1rem;
  margin-bottom: 2rem;
  text-align: center;
  border: 3px solid #000000;
  color: #000000;
  color: #ff0000;
  font-weight: bold;
  max-width: 480px;
}


.underConstructionModal {
  text-align: center;
}
.underConstructionModal h2 {
  margin-bottom: 2rem;
}



.testimonials-slide-person-info {
  text-align: right;
  margin-top: 1rem;
}
.testimonials-slide-person-name {
  color: #ffff00;
  font-weight: bold;
}


@media only screen and (min-width: 64em) and (max-width: 110em) {
  .testimonials-front-page .testimonials-bullet-name {
    font-size: 14px;
    padding: 0 1rem;
  }
  .testimonials-front-page .testimonials-orbit-bullets img {
    max-width: 170px;
    width: 8.5vw;
  }
}

@media only screen and (min-width: 64em) and (max-width: 95em) {
  .testimonials-front-page .testimonials-orbit-bullets button:first-child,
  .testimonials-front-page .testimonials-orbit-bullets button:nth-child(2) {
    top: 8%;
  }
  .testimonials-front-page .testimonials-orbit-bullets button:nth-child(2) {
    right: 6%;
  }
  .testimonials-front-page .testimonials-orbit-bullets button:first-child {
    right: 16%;
  }
  .testimonials-front-page .testimonials-orbit-bullets button:nth-child(3),
  .testimonials-front-page .testimonials-orbit-bullets button:nth-child(4) {
    top: 36%;
  }
  .testimonials-front-page .testimonials-orbit-bullets button:nth-child(3) {
    right: 15%;
  }
  .testimonials-front-page .testimonials-orbit-bullets button:nth-child(4) {
    right: 2%;
  }
  .testimonials-front-page .testimonials-orbit-bullets button:nth-child(5),
  .testimonials-front-page .testimonials-orbit-bullets button:nth-child(6) {
    top: 64%;
  }
  .testimonials-front-page .testimonials-orbit-bullets button:nth-child(5) {
    right: 11%;
  }
  .testimonials-front-page .testimonials-orbit-bullets button:nth-child(6) {
    right: 2%;
  }
}

@media only screen and (min-width: 64em) and (max-width: 79.99875em) {
  .testimonials-front-page .testimonials-orbit-bullets button:nth-child(3) {
    right: 17%;
  }
  .testimonials-front-page .testimonials-orbit-bullets button:nth-child(4) {
    right: 1%;
  }
  .testimonials-front-page .testimonials-orbit-bullets button:nth-child(5) {
    right: 12%;
  }
}

@media screen and (max-width: 63.99875em) {
  .testimonials-front-page .testimonials-orbit-bullets button {
    width: 22%;
  }
}
@media screen and (max-width: 40em) {
  .testimonials-front-page .testimonials-orbit-bullets button {
    width: 30%;
    padding: 2%;
  }
}

@media screen and (max-width: 29.9375em) {
  .testimonials-front-page .testimonials-orbit-bullets button {
    width: 48%;
    padding: 6% 2%;
  }
  #block-home-ourproducts .temp-button,
  #block-microsportprogramoptions .temp-button {
    padding: 0.72rem 2rem;
  }
  #block-micro-sport-info,
  #block-wellness-pemf-info {
    flex-direction: column;
  }
}

@media screen and (max-width: 25.75em) {
  header .call-us {
    font-size: 1.6rem;
    line-height: 1.5rem;
    text-align: center;
  }
  .slideshow-text {
    font-size: clamp(0.85rem, 1.2vw, 16px);
  }
  .microsport-program-option > div {
    flex: 1 0 100%;
  }
}


body.full-path--science .off-canvas-wrapper > .off-canvas-content .view-accordions .accordion-content iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}


.video-support-library-container .view-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1rem;
}

.support-library-video-wrapper {
  flex: 1 1 30%;
  margin: 2rem auto;
  outline: 1px solid #444444;
}

/*
.support-library-video-wrapper:nth-child(3n-2),
.support-library-video-wrapper:nth-child(3n-1) {
  margin-right: 1%;
}

.support-library-video-wrapper:nth-child(3n-2) {
  margin-left: 1rem;
}
*/
.video-support-library-title {
  font-weight: bold;
  font-size: 1.6rem;
  font-size: clamp(1.1rem, 1.2vw, 32px);
  background: #000000;
  color: #ffffff;
  text-align: center;
  padding: 0.9rem 0.24rem;
  margin-bottom: 0;
}

#block-video-support-library-alt .view-content>h3 {
  flex: 1 0 100%;
  text-align: center;
  margin: 4rem auto 2rem;
  font-size: 3rem;
  font-weight: bold;
}



#go-back-button {
  display: inline-block;
}

input#edit-actions-next { float: right; margin-left: 15px ;}


/* new styling */

body,
main {
  background: #000000;
  color: #ffffff;
}

footer {
  border-top: 5px solid #ffffff;
}

a {
  color: #1084ff;
}

.button {
  background-color: #000000;
  transition: all .25s ease-in-out;
}

.button:hover {
  background-color: #000000;
  color: #ffff00;
  border-color: #ffff00;
}

#block-home-microsport-image,
body.full-path--about #our-story {
  color: #000000;
}

#block-devices-explore-our-devices {
  margin-bottom: 0;
  border-bottom: 5px solid #ffffff;
}

body.full-path--science .off-canvas-wrapper > .off-canvas-content .view-accordions .accordion-title:hover,
body.full-path--science .off-canvas-wrapper > .off-canvas-content .view-accordions .accordion-title:focus {
  background-color: #000000;
  color: #00c700;
}

body.full-path--science .off-canvas-wrapper > .off-canvas-content .view-accordions .accordion-item.is-active .accordion-title {
  background-color: #00c700;
  color: #000000;
}

body.full-path--contact-us main a {
  transition: all 0.2s ease-in-out;
}

body.full-path--contact-us main a:hover
body.full-path--contact-us main a:focus {
  color: #1084ff;
}

body.full-path--about .button.staff-modal-trigger {
  margin-left: 0;
  border-color: #ffffff;
  color: #ffffff;
  transition: all .25s ease-in-out;
}

body.full-path--about .button.staff-modal-trigger:hover,
body.full-path--about .button.staff-modal-trigger:focus {
  border-color: #1084ff;
  color: #1084ff;
}

body.full-path--about .button.staff-modal-trigger:focus {
  background: #000000;
}

.staff-bio-modal-img-wrapper img,
.staff-bio-modal-footer-img-wrapper img {
  display: block;
  margin: 0 1.75rem 1.75rem auto;
  max-width: 320px;
  float: left;
  padding-right: 2rem;
}

body.full-path--about .reveal-overlay {
  background-color: rgba(201, 227, 255, 0.6);
}


.device-details-side-images-wrapper.side-images-wrapper {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.device-details-unit .button-wrapper {
  text-align: center;
}

.device-details-unit .button-wrapper>button,
.device-details-unit .button-wrapper>a.button,
.device-details-unit .button-wrapper>.button {
  display: inline-block;
  margin: 0 auto 1.5rem;
}

.callout.alert {
  background-color: #ff0000;
  background-color: rgba(255,0,0,0.7);
  color: #ffffff;
}

.callout.alert a {
  color: #ffff00;
  transition: all 0.2s ease-in-out;
}

.callout.alert a:hover,
.callout.alert a:focus {
  color: #33ff00;
}

#device-details-sales .callout.secondary {
  background-color: #ffff00;
}

#device-details-sales .callout.secondary a {
  border-color: #00c700;
  color: #00c700;
}

#device-details-sales .callout.secondary a:hover,
#device-details-sales .callout.secondary a:focus {
  border-color: #ffff00;
  color: #ffff00;
}

.device-details-block .views-row {
  padding-bottom: 2rem;
  padding-top: 2rem;
  border-bottom: 1px solid #444444;
}

.device-details-block .views-row:first-child {
  /*padding-top: 0;*/
}

.device-details-block .views-row:last-child {
  border-bottom: none;
}

.staff-modal-footer-trigger {
  cursor: pointer;
}
.staff-modal-footer-trigger:hover,
.staff-modal-footer-trigger:focus {
  color: #00c700;
}


.button.address-book-edit-button {
    background: transparent;
    margin: 1rem auto;
}

































/*
Tested on:
2300 x 1329
2048 × 1080
2560 x 1440
*/


.testimonials-front-page .testimonials-orbit-bullets img {

  width: 9vw;
  opacity: 1;
  max-width: 124px;
  box-shadow: none;
  transition: all 0.3s ease-in-out;


}

.testimonials-front-page .testimonials-orbit-bullets button.is-active img {
  max-width: 150px;

}

.testimonials-front-page .testimonials-orbit-bullets button:first-child {
  right: 12%;
  top: 15%;
  max-width: 150px;
}

.testimonials-front-page .testimonials-orbit-bullets button:nth-child(2) {
  right: 21%;
  top: 37.6%;
  max-width: 150px;  
}

.testimonials-front-page .testimonials-orbit-bullets button:nth-child(3) {
  right: 3%;
  top: 29%;
  max-width: 150px;
}

.testimonials-front-page .testimonials-orbit-bullets button:nth-child(4) {
  right: 12%;
  bottom: -9%;
  top: 33%;
  max-width: 150px;
}

.testimonials-front-page .testimonials-orbit-bullets button:nth-child(5) {
  right: 3%;
  bottom: -6%;
  top: 56%;
  max-width: 150px;
}


.device-details-price-wrapper,
.device-details-regular-price-wrapper,
.device-details-practitioner-price-wrapper {
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.device-details-heading {
  font-weight: bold;
}

div.device-details-unit-practitioner .device-details-regular-price-wrapper {
  font-size: 1.15rem;
  font-weight: 100;
  font-style: italic;
}


.testimonial-read-more-button,
.testimonial-read-less-button {
  margin: 1rem auto;
}

.testimonial-tabs-inner-text-description {
  transition: height 0.25s ease-in-out;
}



#hrt-mobile-menu #mobile-site-logo {
  background: linear-gradient(180deg, white, transparent, black);
}

#block-mobile-navigation {
  background: #000000;
  color: #ffffff;
}

#offCanvasRight {
  background: #000000;
  background: linear-gradient(180deg, white, black, black);
}

#block-mobile-navigation ul>li>a {
  color: #ffffff;
}



#block-videobanner {
  margin-bottom: -6px;
}


@media only screen and (max-width: 78em) {

  body.full-path--about main,
  body.full-path--devices main {
    padding-right: 0;
    padding-left: 0;
  }

}


@media screen and (max-width: 63.99875em) {
  .testimonials-front-page .testimonials-orbit-bullets button {
    width: 22%;
  }
  .testimonials-front-page .testimonials-orbit-bullets img ,
  .testimonials-front-page .testimonials-orbit-bullets button.is-active img {
    max-width: 124px;
  }
  .testimonials-front-page .testimonials-orbit-bullets img {
    width: 15vw;
    opacity: 1;
  }
  body.full-path--dashboard #block-howert-page-title {
    text-align: center;
  }
  body.full-path--dashboard #block-howert-page-title h1 {
    font-weight: bold;
  }
  .support-library-video-wrapper {
    flex: 1 1 45%;
  }
}

@media screen and (max-width: 45em) {
  .slideshow-text {
    left: 50%;
    transform: translate(-50%, -3%);
    width: 70%;
    text-align: center;
    word-wrap: break-word;
  }
  #block-home-ourvision p,
  #block-about-our-vision p {
    line-height: 32px;
    font-size: 24px;
    font-size: clamp(1.15rem, 1.8vw, 24px);
    padding: 1rem 2rem;
  }
  .slideshow-text p {
    background: radial-gradient(circle, rgba(25,0,36,0.6558998599439776) 0%, rgba(0,155,187,0.50000057703081) 3%, rgba(0,0,0,1) 15%, rgba(0,0,0,0.7511379551820728) 33%, rgba(0,199,0,0.330308123249) 45%, rgba(0,0,0,1) 55%, rgba(0,0,0,1) 75%, rgba(0,212,255,0) 100%);
  }
  #block-home-ourproducts ul li a {
    padding: 2rem 0;
  }
  #block-home-ourvision h2 {
    font-size: 36px;
  }
  #block-home-microsport-image img {
    margin-left: -10%;
  }
  .products-page-info h3 {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 24px;
  }
  .support-library-video-wrapper {
    flex: 1 1 90%;
    margin: 0 auto 1rem;
  }
}

@media screen and (max-width: 37.5em) {
  .testimonials-front-page .testimonials-orbit-bullets button {
    width: 48%;
  }
}

@media screen and (max-width: 25em) {
  header .call-us {
    top: 50%;
  }
}

@media screen and (max-width: 20em) {
  header .call-us {
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: -66%;
    min-height: 50px;
  }
}


@media screen and (max-width: 63.9375em) {
  body.user-logged-in.path-dashboard .block-system-main-block .button:not(.button-dashboard-video-support-library):not(.button-dashboard-device-info) {
    margin-bottom: 1.2rem;
  }
}

@media screen and (max-width: 55.5em) {
  #block-micro-sport-info .content>div,
  #block-wellness-pemf-info .content>div {
    flex: 1 0 100%;
  }
  #block-micro-sport-info .highlighted-block-images-wrapper img,
  #block-wellness-pemf-info .highlighted-block-images-wrapper img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  #block-micro-sport-info .highlighted-block-images-wrapper,
  #block-wellness-pemf-info .highlighted-block-images-wrapper {
    order: 1;
  }
  #block-micro-sport-info .highlighted-block-text-wrapper,
  #block-wellness-pemf-info .highlighted-block-text-wrapper {
    order: 2;
  }
}

@media screen and (max-width: 47em) {
  /*body[class*='path-shopping-cart'] form[id*='shipping'] div[id*='shipping-options'].form-radios {
    margin-left: -0.9375rem;
    margin-left: -1.875rem;
    margin-right: -0.9375rem;
  }*/
  body[class*='path-shopping-cart'] form[id*='shipping'] div[id*='shipping-options'].form-radios > .form-item {
    width: calc(50% - 1.875rem);
    margin: 0.9375rem;
  }
  body[class*='path-shopping-cart'] form[id*='shipping'] div[id*='shipping-options'].form-radios > .form-item:first-child,
  body[class*='path-shopping-cart'] form[id*='shipping'] div[id*='shipping-options'].form-radios > .form-item:nth-child(3) {
    margin-right: 0;
  }
}

@media screen and (max-width: 39.99875em) {
  /*body.user-logged-in.path-dashboard .block-system-main-block .button:not(.button-dashboard-video-support-library):not(.button-dashboard-device-info) {
    margin-bottom: 1.2rem;
  }*/
  form[id*='product-select'] div[id*='product-type'].form-radios label .device-input-magnetic-converter span.desc {
    padding: 0 3rem;
  }
  body.user-logged-in.path-dashboard .block-system-main-block form[id*='product-select'] div[id*='product-type'].form-radios label span.desc {
    font-size: clamp(1rem, 1.4vw, 18px);
  }
  body.user-logged-in.path-dashboard[class*="full-path--dashboard-"][class*="practitioner-device-select"] .page-title:after {
    margin-top: 0;
  }
  form[id*='product-select'] div[id*='pro-options'].form-radios span.programs-included {
    width: 160px;
  }
  form[id*='product-select'] div[id*='pro-options'].form-radios > .form-item input:checked + label .device-addon-logo img + span.programs-included,
  form[id*='product-select'] div[id*='pro-options'].form-radios > .form-item .device-addon-logo:hover img + span.programs-included {
    height: 60px;
    bottom: -60px;
    width: 160px;
  }
  body.user-logged-in.path-dashboard[class*="full-path--dashboard-"][class*="practitioner-device-select"] .form-actions {
    margin-top: 3rem;
  }
  body.user-logged-in.path-dashboard[class*="full-path--dashboard-"][class*="practitioner-add-on"] .accordion-content label {
    min-width: fit-content;
  }
  .addons-counter-wrapper-preprogramed {
    width: 100%;
  }
  .addons-counter-wrapper-preprogramed:after {
    display: none;
  }
  .addons-selection-container.visible {
    width: 92%;
    width: calc(100vw - 1.875rem);
  }
  .addon-selected {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
    width: 94%;
    min-width: 76vw;
  }
  .addons-selection-container.visible:hover .addon-selected {
    border-bottom: 1px solid #444444;
    padding-bottom: 0.4rem;
    margin-bottom: 0.4rem;
  }
  body.user-logged-in.path-dashboard[class*="full-path--dashboard-"][class*="practitioner-add-on"] #secondary-navbar,
  body.user-logged-in.path-dashboard[class*="full-path--dashboard-"][class*="practitioner-add-on"] div[id*="edit-markup-counters"],
  body.user-logged-in.path-dashboard[class*="full-path--dashboard-"][class*="practitioner-add-on"]>div.dialog-off-canvas-main-canvas>.title-bar-wrapper {
    position: fixed;
    width: 100%;
    z-index: 98;
  }
  body.user-logged-in.path-dashboard[class*="full-path--dashboard-"][class*="practitioner-add-on"] #secondary-navbar {
    top: 42px;
  }
  body.user-logged-in.path-dashboard[class*="full-path--dashboard-"][class*="practitioner-add-on"] div[id*="edit-markup-counters"] {
    top: 70px;
    background: black;
    margin-top: 0;
    padding-top: 0.65rem;
  }
  body.user-logged-in.path-dashboard[class*="full-path--dashboard-"][class*="practitioner-add-on"] .page-title {
    margin-top: 111px;
  }
  .accessories table tbody tr td:first-child {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .accessories table tbody tr td:nth-child(2), .accessories table tbody tr td:nth-child(3) {
    width: 100%;
    width: 100%;
    text-align: center;
  }
  .accessories table tbody tr td:last-child {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .accessories input[type='number'] {
    margin-left: auto;
    padding-left: 0;
    width: 102px;
  }
}

@media screen and (max-width: 28.75em) {
  body[class*='path-shopping-cart'] form[id*='shipping'] div[id*='shipping-options'].form-radios > .form-item,
  body[class*='path-shopping-cart'] form[id*='shipping'] div[id*='shipping-options'].form-radios > .form-item:first-child,
  body[class*='path-shopping-cart'] form[id*='shipping'] div[id*='shipping-options'].form-radios > .form-item:nth-child(3) {
    width: calc(100% - 1.875rem);
    margin-left: 1.875rem;
    margin-right: 0.9375rem;
  }
  body[class*='path-shopping-cart'] .responsive-card-table td:before {
    width: 75%;
  }
  body[class*='path-shopping-cart'] .responsive-card-table td:after {
    width: 25%;
  }
}

