* {
  outline: none;
}

body {
  min-width: 320px;
}

img {
  max-width: 100%;
}

h2 {
  font-size: 36px;
  font-weight: 400;
  color: var(--primary-medium);
  text-align: center;
  margin: 0;
  padding: 0;
}

h3 {
  font-size: 26px;
  font-weight: 400;
  color: var(--primary-medium);
  text-align: center;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: var(--primary-medium);
}

a:hover {
  text-decoration: underline;
}

button {
  border: none;
  background: none;
  padding: 0;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
}

span.icon {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }
}

.ltr {
  direction: ltr;
  font-family: 'Open Sans', sans-serif;
}

.rtl {
  direction: rtl;
  font-family: 'Open Sans Hebrew', sans-serif;
}

.rtl button > span {
  font-family: 'Open Sans Hebrew', sans-serif;
}

.fm-video {
  width: 100% !important;
  height: 100% !important;
}

.fm-video video {
  position: relative !important;
}

[class^="clinician-"], [class*=" clinician-"] {
  font-weight: normal !important;
}

#a11y-status-message {
  display: none;
}

body {
  margin: 0;
  overflow: hidden;
}
