:root {
/*  --bs-link-color: #87adbb;
  --bs-link-hover-color: #688d9b;*/
  --bs-link-color: #688d9b;
  --bs-link-hover-color: #87adbb;
  --light-grey: #f4f4f4;
}
body {
  font-family: 'Poppins', sans-serif;
  scrollbar-gutter: stable both-edges;
}
a {
  text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
  font-weight: 300;
}
h2.section-header, h2 {
  font-size: 2.5em;
}
.form-check-input:checked {
    background-color: var(--bs-link-hover-color);
    border-color: var(--bs-link-hover-color);
}
.btn-primary {
  /*--bs-btn-bg: #438394;
  --bs-btn-border-color: #438394;
  --bs-btn-hover-bg: #366c7a;
  --bs-btn-hover-border-color: #366c7a;
  --bs-btn-active-bg: #366c7a;
  --bs-btn-active-border-color: #366c7a;
  --bs-btn-disabled-bg: #366c7a;
  --bs-btn-disabled-border-color: #366c7a;*/
  --bs-btn-bg: #366c7a;
  --bs-btn-border-color: #366c7a;
  --bs-btn-hover-bg: #438394;
  --bs-btn-hover-border-color: #438394;
  --bs-btn-active-bg: #438394;
  --bs-btn-active-border-color: #438394;
  --bs-btn-disabled-bg: #438394;
  --bs-btn-disabled-border-color: #438394;
}
.btn-outline-primary {
  /*--bs-btn-color: #69a9b4;
  --bs-btn-border-color: #69a9b4;
  --bs-btn-hover-bg: #366c7a;
  --bs-btn-hover-border-color: #366c7a;
  --bs-btn-active-bg: #366c7a;
  --bs-btn-active-border-color: #366c7a;
  --bs-btn-disabled-bg: #366c7a;
  --bs-btn-disabled-border-color: #366c7a;
*/ 
  --bs-btn-color: #366c7a;
  --bs-btn-border-color: #366c7a;
  --bs-btn-hover-bg: #69a9b4;
  --bs-btn-hover-border-color: #69a9b4;
  --bs-btn-active-bg: #69a9b4;
  --bs-btn-active-border-color: #69a9b4;
  --bs-btn-disabled-bg: #69a9b4;
  --bs-btn-disabled-border-color: #69a9b4;
}
.navbar {
  --bs-navbar-nav-link-padding-x: 0.6rem;
}
.navbar-nav {
  --bs-nav-link-color: var(--bs-navbar-hover-color);
  --bs-nav-link-hover-color: var(--bs-navbar-color);
}
.valid-response {
  color: var(--bs-green);
}
.invalid-response {
  color: var(--bs-red);
}
.modal-footer {
  justify-content: flex-start;
}
.push-bottom {
  margin-bottom: 2em;
}
.spinner {
  height: 1.5em;
  width: 1.5em;
  margin-left: 1em;
  vertical-align: middle;
  color: #4d8395!important;
}
.navbar {
  box-shadow: 0px -5px 10px #666;
}
.navbar-nav {
  margin-left: auto;
  margin-right: 1em;
  letter-spacing: -.01em;
}
.navbar-nav a { position: relative; }
.navbar-nav .active::after, .navbar-nav a:hover::after {
  height: 6px;
  width: 6px;
  content: ' ';
  border-radius: 50%;
  background: #438394;
  position: absolute;
  left: calc(50% - 3px);
  bottom: 0px;
}
.navbar-nav a:not(.active):hover::after {
  opacity: 50%;
}
@media (max-width: 991.98px) {
  .navbar-nav .active::after, .navbar-nav a:hover::after  {
    display: none;
  }
  .navbar-nav {
    text-align: center;
    margin-top: 2em;
  }
  .navbar-collapse .d-flex .btn {
    width: 100%;
  }
}
.home-headline {
  background: rgb(105,169,180);
  background: linear-gradient(90deg, rgba(105,169,180,1) 0%, rgba(67,131,148,1) 100%);
  color: #FFF;
  padding-top: 7em;
  padding-bottom: 7em;
}
.home-headline-carousel {
  padding: 4em 0;
}
#homeCarouselIndicators {
  height: 366px;
  margin-top: 1em;
}
.carousel-indicators {
  bottom: -20px;
  margin-bottom: 10px;
}
.carousel-indicators [data-bs-target] {
  position: relative;
  height: 8px;
  width: 16px;
  background: 0;
}
.carousel-indicators [data-bs-target]::before {
  content: ' ';
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  border: none;
  position: absolute;
  left: -4px;
  background: rgba(255,255,255,.8);
  top: 0px;
}
#homeCarouselIndicators .play-pause{
  position: absolute;
  right: 0;
  bottom: -20px;
  z-index: 2;
  /*border: solid 2px #fff;*/
  background: none;
  color: #fff;
  border-radius: 50%;
  height: 3em;
  width: 3em;
  /*padding: 3px;*/
  border: none;
}
#homeCarouselIndicators .play-pause img{
  height: 1.5em;
  width: 1.5em;
  padding: 0;
}
#homeCarouselIndicators  button:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(211,212,213,.5);
}
.home-headline .btn {
  margin-top: 2em;
  color: #69a9b4;
  background: #FFF;
  width: fit-content;
  border: solid 1px var(--bs-link-color);
  color: var(--bs-link-color);
}
.home-headline .btn:hover {
  background: #EEE;
}
.home-headline .btn-after-carousel {
  margin-top: 2em;
}
@media (max-width: 767.98px) {
  .home-headline {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .home-headline h1 {
    margin-bottom: 0;
  }
  .home-headline .btn {
    margin-right: auto;
    margin-left: auto;
  }
  .home-subtitle {
    margin-bottom: 2em;
  }
}
.section {
  padding: 4em 0;
}
.partners {
  background: #f5f5f5;
  padding: 4em 0;
}
.partners h2 {
  margin: 0;
}
.partners h3 {
  margin: 2em 0 0 0;
}
.partners img {
  margin: 1em;
  /*max-width: calc(50% - 2em - 4px);*/
  /* 2columns - 1em padding each side - em rounding error - custom adjust to make smaller*/
  max-width: calc(50% - 2em - 4px - 2em);
  max-height: 143px;
}
.hide-white-bg {
  mix-blend-mode: darken;
}
@media (max-width: 991.98px) {
  .section {
    padding: 3em 0;
  }
  .section p:last-child{
    margin-bottom: 0;
  }
  .partners {
    padding: 3em 0 2em 0;
  }
  .home-headline-carousel {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

.product-headline {
  background: rgb(67,131,148);
  background: linear-gradient(90deg, rgba(67,131,148,1) 0%, rgba(105,169,180,1) 100%);
}
.home-headline img {
    max-height: 250px;
}
.product-headline img{ 
    max-height: 306px;
}
@media (max-width: 991.98px) {
  .product-headline img, .home-headline img {
    max-height: 150px;
    padding: 0 4em;
  }
  div.about-bg-section {
    padding: 3em 0;
  }
  .about-headline img {
    padding: 0;
  }
  #homeCarouselIndicators {
    height: 216px;
  }
}
#homeCarouselIndicators .carousel-item img {
  padding: 0;
}
.vitals {
  font-size: 1.25em;
  margin-top: -1.5em;
}
.vital-container {
  padding: .5em;
  padding: 2em 0.5em 0.5em 0.5em;
}
.vital-text span::before {
  content: "\A";
  white-space: pre;
}
.exploded-wb {
  max-height: 22em;
  /*margin-right: 5em; */
  margin-bottom: 3em;
}
.exploded-section .row {
  align-items: center;
}
.section.subscribe {
  padding-top: 0em;
}
.section.subscribe p:last-child {
  margin-bottom: 0;
}
.section.subscribe .btn {
  margin: 1.5em 1em 1em 1em;
  /*font-size: 1.25em;*/
}
.text-small {
  font-size: 0.8em;
}

.about-main-headline {
  background: linear-gradient(90deg, rgba(105,169,180,.8) 0%, rgba(67,131,148,.8) 100%), url(img/heart-monitor.jpg);
  /*background: linear-gradient(90deg, rgba(105,169,180,.8) 0%, rgba(67,131,148,.8) 100%), url(img/about.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about-headline {
  background: #f5f5f5;
  padding-top: 0;
  padding-bottom: 0;
  color: initial;
}
.about-headline .col > div, .about-headline .col-sm-6 > div{
  padding: 3em 2em;
}
.about-bg-section {
  padding: 4em 0;
}
.about-headline .col:last-child {
  background: rgb(105,169,180);
  background: linear-gradient(90deg, rgba(105,169,180,1) 0%, rgba(67,131,148,1) 100%);
}
.employee {
  display: flex;
  margin-bottom: 3em;
}
.employee:last-child {
  margin-bottom: 0;
}
.employee-pic {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.employee-text{
  margin-left: 1em;
}
.employee-text .li {
  margin-bottom: 8px;
  margin-right: 1em;
}
.section.about h2, .section.wristband h2 {
  margin-bottom: 1em;
}
@media (max-width: 1199.98px) {
  .employee {
    flex-direction: column;
  }
  .employee-text {
    margin-top: 2em;
    margin-left: 0;
  }
}

.contact-icons {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  margin: 2em 0;
}
.contact-icons li {
  background: rgb(105,169,180);
  background: linear-gradient(90deg, rgba(105,169,180,1) 0%, rgba(67,131,148,1) 100%);
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  font-size: 2.5em;
  height: 1.7em;
  width: 1.7em;
}
@media (max-width: 767.98px) {
  .contact-icons li {
    width: 60px;
    height: 60px;
    font-size: 2em;
  }
}
.contact-links {
  list-style: none;
  padding: 0;
  margin: 2em 0;
}
.contact-links li {
  margin-bottom: 2em;
}
.contact-links img {
  float: left;
  width: 1.8em;
}
.contact-links img path{
  fill:#F0F;
}
.contact-links p {
  margin-left: 3em;
}
.contact-links i {
  color: #438394;
  font-size: 1.75em;
  float: left;
}
.other-sites a {
  font-size: 2em;
  margin: 0 1em;
}
.other-sites .globe-icon-container {
  position: relative;
  display: inline-block;
}
.other-sites .globe-icon, .other-sites a:hover .globe-icon {
  background: url("img/icon-globe-2.svg");
  background-position: center;
  background-size: cover;
  display: inline-block;
  height: 55px; 
  width: 55px;
  top: -40px;
  left: -10px;
  position: absolute;
}
.other-sites a:hover .globe-icon, .other-sites a:active .globe-icon {
  opacity: 0.8;
}
@media (max-width: 767.98px) {
  .other-sites a {
    font-size: 2em;
    margin: 0 0.5em;
  }
}
#response-message.invalid-feedback,
#response-message.valid-feedback,
#modal-response-message {
  display: inline;
  margin-left: 1em;
}

.publications-headline {
  background: linear-gradient(90deg, rgba(105,169,180,.8) 0%, rgba(67,131,148,.8) 100%), url(img/graphs.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.patents hr {
  margin: 3em 0 3em -2em;
}
ul.patents {
  list-style: none;
}
ol.patents {
  margin-bottom: 0;
}
ul.patents li {
  margin-left: -2em;
}
.patents li::marker {
  font-size: calc(1.3rem + .4vw);
}
.patents .btn {
  float: right;
  margin-left: 1em;
}
@media (max-width: 767.98px) {
  .patents li .patent-item {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
  }
  .patents li .patent-item-wrapper {
    display: inline-block;
  }
  .patents a.btn {
    order: 2;
    margin-left: 0;
  }
  .patents p.date {
    margin-bottom: 1em;
  }
}


.news-headline {
  background: linear-gradient(90deg, rgba(105,169,180,.8) 0%, rgba(67,131,148,.8) 100%), url(img/news.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.news {
  background: #f5f5f5;
  padding-top: 3em;
  padding-bottom: 1.5em;
}
.news .card h2 {
  font-size: 1.5em;
}
.news .card {
  background: #FFF;
  border-radius: 10px;
  padding: 1em;
  margin-bottom: 1.5em;
  min-height: 15em;
}
.news .card .date {
  font-size: .8em;
  margin-bottom: 3em;
}
.news .card .read-more {
  position: absolute;
  bottom: 1em;
}

.article {
  margin-top: 5em;
  margin-bottom: 5em;
}
.article .back {
  margin-bottom: 3em;
  display: block;
}
.article .content {
  margin-top: 2em;
}
.article .content h2 {
  margin-top: 1em;
}
.article .content li {
  margin-bottom: .5em;
}

h1#position-title {
  font-size: 3em;
}
.careers-headline {
  background: linear-gradient(90deg, rgba(105,169,180,.8) 0%, rgba(67,131,148,.8) 100%), url(img/careers.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.careers-headline h2 {
  font-size: 1.3em;
  margin-top: 2em;
}
.apply-form-card {
  margin-top: 2em;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.mb-3 > label {
  font-weight: bold;
}
#sales-form .mb-4 > label {
  font-weight: initial;
}
#sales-form .form-check {
  margin-bottom: 0.5rem;
}
#sales-form .mb-4 > .form-label {
  font-weight: bold;
}

footer {
  background: #6293a5;
  color: #FFF;
  padding: 2em 0;
}
footer h3 {
  margin-bottom: 1em;
}
.footer-nav a {
	margin-right: 2em;
}
.footer-nav a:last-child {
  margin-right: 0;
}
footer .copyright {
	margin-top: 2em;
}
footer a {
  color: #FFF;
  display: inline-block;
}
footer a:hover {
  color: #CCC;
}
footer hr {
  margin: 2em 0;
}
.footer-icon {
  max-height: 2em;
  display: block;
  margin: 0 auto 1em auto;
}
@media (max-width: 1199.98px) {
  footer .footer-nav a {
    display: block;
    margin-right: 0;
    margin-bottom: .5em;
  }
}

sup {
  display: none;
}

/*custom radio and checkboxes*/
.radio {
  --bs-link-color: #688d9b;
  --bs-link-hover-color: #87adbb;
  --light-grey: #f4f4f4;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #FFF;
  border-radius: 100%;
  border: 2px solid var(--bs-link-color);
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  position: relative;
  top: 0.14em;
  /*margin-right: 1em;*/
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  margin-right: 2px;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: var(--bs-link-color);
  box-shadow: inset 0 0 0 3px #fff;
  border-color: var(--bs-link-color);
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: var(--bs-link-color);
  box-shadow: inset 0 0 0 3px #fff, 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}
.was-validated .form-check-input:valid + .radio-label:before {
  border-color: #198754 !important;
}
.was-validated .form-check-input:invalid + .radio-label:before {
  border-color: #dc3545 !important;
}
.form-check.radio{
  padding-left: 0;
}

.form-check-input[type=checkbox] {
  transition: all 250ms ease;
  height: 1.2em;
  width: 1.2em;
  border: 2px solid var(--bs-link-color);
  margin-top: 0.15em;
  margin-right: 0.5em;
}
.form-check-input:checked[type=checkbox] {
  background-color: #FFF;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23688d9b' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-width: 2px;
}

.mb3-5 {
  margin-bottom: 1.75rem;
}