/* Base */
/* Breakpoints min-width */
/* Colors */
/* Fonts */
/* Transitions */
/* Nav bar */
/* Effects */
/* Side Nav */
footer {
  background-color: #000000;
  font-size: 14px;
  color: #cdd4db;
  display: flex;
  align-items: center;
  justify-content: center; }
  footer .mjh-footer {
    margin-top: 15px; }
  footer .footer-about {
    border-right: 1px solid #333333; }
    footer .footer-about .footer-branding {
      display: flex;
      flex-direction: row;
      align-items: center;
      text-decoration: none;
      min-width: 170px; }
      footer .footer-about .footer-branding .footer-brand {
        display: flex;
        margin-right: 8px;
        flex: 1;
        width: 100%;
        height: auto; }
        footer .footer-about .footer-branding .footer-brand img {
          width: 100%;
          align-self: center;
          max-width: 330px; }
    footer .footer-about .footer-group p {
      padding: 0;
      margin: 0; }
    footer .footer-about .footer-social {
      font-size: 24px;
      display: none;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      max-width: 200px;
      /*
            @media (min-width: $break-xs) {
                flex-direction: row;
            }
            */ }
      footer .footer-about .footer-social a {
        color: black;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 42px;
        height: 42px;
        padding: 1px 0 0 1px;
        border-radius: 50%;
        background-color: #f3be15;
        margin-right: 8px;
        margin-bottom: 8px;
        font-size: 16px;
        transition: all 0.2s ease-out; }
        footer .footer-about .footer-social a:hover {
          background-color: white;
          text-decoration: none; }
  footer .footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    footer .footer-column .footer-header {
      font-size: 16px;
      font-weight: bold;
      color: #f3be15;
      margin-bottom: 10px;
      white-space: nowrap; }
    footer .footer-column a {
      text-align: right; }
  footer div, footer a {
    padding-bottom: 10px; }
  footer a {
    color: #cdd4db;
    line-height: 1.1;
    font-size: 14px;
    white-space: nowrap; }
    footer a:hover {
      color: #ffffff; }

.navbar-background {
  position: fixed;
  display: none;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2); }
  .navbar-background.active {
    display: block; }
  @media (min-width: 768px) {
    .navbar-background.active {
      display: none; } }

.navbar-container {
  position: fixed;
  z-index: 1000;
  top: 0;
  display: flex;
  align-items: flex-start;
  background-color: #FFFFFF;
  -webkit-filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.2));
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2); }
  .navbar-container .navbar {
    position: relative;
    z-index: 100;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    max-width: 1300px;
    height: 60px;
    padding: 0; }
    .navbar-container .navbar .navbar-branding {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      height: 100%;
      text-decoration: none; }
      .navbar-container .navbar .navbar-branding .navbar-brand {
        display: flex;
        margin-top: 5px;
        z-index: 101;
        transition: top 0.3s ease-out;
        padding: 0 !important;
        margin-right: -5px;
        height: 67px; }
        .navbar-container .navbar .navbar-branding .navbar-brand img {
          width: auto;
          height: 67px; }
    .navbar-container .navbar .navbar-toggler {
      position: absolute;
      top: 0px;
      right: 0px;
      /*display: flex;*/
      align-content: center;
      height: 60px;
      outline: none;
      border: none; }
    .navbar-container .navbar .navbar-collapse {
      justify-content: flex-end;
      margin: -7px -10px 0 -10px; }
      .navbar-container .navbar .navbar-collapse .navbar-nav {
        margin: 0 !important;
        display: flex;
        justify-content: flex-end;
        background-color: #FFFFFF;
        padding: 7px 0 7px 0 !important; }
        .navbar-container .navbar .navbar-collapse .navbar-nav .nav-item {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          font-family: "Roboto", sans-serif;
          letter-spacing: 0.2px;
          font-size: 18px;
          cursor: pointer;
          text-decoration: none;
          width: 100%;
          padding: 0;
          height: 60px; }
          .navbar-container .navbar .navbar-collapse .navbar-nav .nav-item .nav-mask {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 1;
            pointer-events: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #8a99ab;
            background-color: #FFFFFF;
            padding: 0 8px;
            text-decoration: none;
            height: 60px;
            width: 100%;
            transition: all 0.2s ease-out;
            transition-property: all; }
          .navbar-container .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #f3be15;
            padding: 0 8px;
            height: 60px;
            width: 100%;
            transition: all 0.2s ease-out;
            transition-property: all;
            opacity: 0;
            text-decoration: none;
            color: #FFFFFF;
            -webkit-clip-path: inset(0% 50% 0% 50%);
                    clip-path: inset(0% 50% 0% 50%);
            text-shadow: 0px 0px rgba(0, 0, 0, 0); }
            .navbar-container .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.disabled {
              color: #FFFFFF; }
          .navbar-container .navbar .navbar-collapse .navbar-nav .nav-item .show > .nav-link,
          .navbar-container .navbar .navbar-collapse .navbar-nav .nav-item .active > .nav-link,
          .navbar-container .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.show,
          .navbar-container .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
            color: #8a99ab; }
          .navbar-container .navbar .navbar-collapse .navbar-nav .nav-item.active {
            cursor: default;
            pointer-events: none; }
            .navbar-container .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link {
              opacity: 1;
              background-color: #ebcb94;
              -webkit-clip-path: inset(0% 0% 0% 0%);
                      clip-path: inset(0% 0% 0% 0%);
              color: #8a99ab; }
    @media (min-width: 768px) {
      .navbar-container .navbar .navbar-collapse {
        margin: 0; }
        .navbar-container .navbar .navbar-collapse .navbar-nav {
          padding: 0 !important; }
          .navbar-container .navbar .navbar-collapse .navbar-nav .nav-item {
            margin: 0;
            height: 60px;
            font-size: 17px; }
            .navbar-container .navbar .navbar-collapse .navbar-nav .nav-item .nav-mask {
              pointer-events: none;
              height: 60px;
              padding: 0 15px; }
            .navbar-container .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
              height: 60px;
              padding: 0 15px; }
              .navbar-container .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:disabled {
                color: white;
                cursor: default; }
                .navbar-container .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:disabled:hover {
                  background: none;
                  color: white; }
            .navbar-container .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-mask, .navbar-container .navbar .navbar-collapse .navbar-nav .nav-item:focus .nav-mask {
              opacity: 0; }
            .navbar-container .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link, .navbar-container .navbar .navbar-collapse .navbar-nav .nav-item:focus .nav-link {
              opacity: 1;
              -webkit-clip-path: inset(0% 0% 0% 0%);
                      clip-path: inset(0% 0% 0% 0%); }
            .navbar-container .navbar .navbar-collapse .navbar-nav .nav-item.active {
              cursor: default;
              pointer-events: none; }
              .navbar-container .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-mask {
                border-bottom: 10px solid #f3be15;
                padding-top: 10px; }
              .navbar-container .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link {
                cursor: default;
                -webkit-clip-path: inset(90% 0 0 0);
                        clip-path: inset(90% 0 0 0);
                background-color: #f3be15; }
      .navbar-container .navbar .navbar-toggler {
        display: none; } }
    @media (min-width: 992px) {
      .navbar-container .navbar {
        height: 80px; }
        .navbar-container .navbar .navbar-collapse .navbar-nav .nav-item {
          font-size: 20px;
          height: 80px; }
          .navbar-container .navbar .navbar-collapse .navbar-nav .nav-item .nav-mask {
            height: 80px; }
          .navbar-container .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
            height: 80px; }
        .navbar-container .navbar .navbar-branding {
          display: flex; }
          .navbar-container .navbar .navbar-branding .navbar-brand {
            height: 90px; }
            .navbar-container .navbar .navbar-branding .navbar-brand img {
              height: 90px; } }

/* Animated Hamburger */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #8a99ab; }

.hamburger-box {
  width: 22px;
  height: 17px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 22px;
    height: 3px;
    background-color: #8a99ab;
    border-radius: 0px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -7px; }
  .hamburger-inner::after {
    bottom: -7px; }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

body {
  font-family: "Roboto", sans-serif;
  font-size: 30px; }
  body b {
    font-weight: 700; }

h2 {
  margin: 0; }

.bg-dark {
  background-color: #FFFFFF !important; }

.no-wrap {
  white-space: nowrap; }

.mjh-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0 10px 0 10px; }
  @media (min-width: 768px) {
    .mjh-container {
      padding: 0 20px 0 20px; } }

.mjh-row-content {
  width: 100%;
  max-width: 1300px; }

main {
  margin-top: 60px;
  overflow-x: hidden; }
  @media (min-width: 992px) {
    main {
      margin-top: 80px; } }

.page-header {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 120px;
  background-size: cover;
  background-position: center top; }

.page-header, .page-header h1 {
  font-family: "Roboto", sans-serif;
  color: white;
  line-height: 1.1;
  text-shadow: 0px 0px rgba(0, 0, 0, 0);
  font-size: 26px;
  font-weight: 700; }
  @media (min-width: 768px) {
    .page-header, .page-header h1 {
      font-size: 35px; } }

.cta, a.cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
  text-align: center;
  color: white;
  font-size: 16px;
  line-height: 1.1;
  padding: 15px 20px;
  max-width: 400px;
  margin-top: 15px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.2s ease-out;
  cursor: pointer; }
  .cta.dark, a.cta.dark {
    border: 1px solid #000000;
    background-color: rgba(0, 0, 0, 0.4); }
  .cta:hover, a.cta:hover {
    background-color: rgba(255, 255, 255, 0.4);
    text-decoration: none; }
    .cta:hover.dark, a.cta:hover.dark {
      background-color: rgba(0, 0, 0, 0.8); }

.full-width {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px; }

.main-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1300px; }

.centering-column {
  display: flex;
  justify-content: center;
  width: 100%; }

.section-header {
  width: 100%;
  max-width: 1300px;
  padding: 15px; }

.section-header, .section-header h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center; }
  @media (min-width: 768px) {
    .section-header, .section-header h2 {
      font-size: 30px; } }

.section-eyebrow {
  text-align: center;
  width: 100%;
  max-width: 1300px;
  font-size: 12px;
  padding: 0 15px 15px 15px;
  line-height: 1.2; }
  @media (min-width: 768px) {
    .section-eyebrow {
      font-size: 16px; } }

.section-feed {
  display: flex;
  justify-content: space-evenly;
  max-width: 1300px;
  flex-wrap: wrap;
  padding: 0 5px;
  width: 100%; }
  .section-feed .section-feed-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1 1 350px;
    width: 100%;
    margin: 10px; }
    .section-feed .section-feed-item.dummy {
      opacity: 0;
      height: 0px !important;
      margin-top: 0;
      margin-bottom: 0;
      border: none; }

.news {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
  padding: 20px 0; }
  .news .news-item {
    position: relative;
    flex-direction: column;
    border: 1px solid #AAAAAA;
    padding: 10px;
    font-family: "Roboto", sans-serif;
    line-height: 1.1;
    color: black;
    text-decoration: none;
    background-color: #f2f2f2;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-out; }
    .news .news-item .news-thumbnail {
      display: flex;
      align-items: center;
      width: 100%;
      height: auto;
      max-height: 150px;
      overflow: hidden;
      padding-bottom: 5px;
      flex-shrink: 0; }
      .news .news-item .news-thumbnail img {
        width: 100%;
        height: auto; }
    .news .news-item .news-source {
      font-size: 14px;
      color: #8a99ab;
      padding: 5px 0;
      height: auto; }
    .news .news-item .news-title {
      font-size: 20px;
      color: #000000;
      font-weight: 700;
      padding: 5px 0;
      height: auto; }
    .news .news-item .news-date {
      font-size: 14px;
      color: #000000;
      padding: 5px 0;
      height: auto; }
    .news .news-item .news-copy {
      font-size: 14px;
      color: #8a99ab;
      padding: 5px 0;
      height: auto;
      margin-bottom: 65px; }
    .news .news-item .news-cta {
      position: absolute;
      bottom: 5px;
      right: 5px;
      pointer-events: none;
      display: flex;
      justify-content: center;
      align-self: flex-end;
      width: 150px;
      font-size: 16px;
      color: white;
      background-color: #f3be15;
      border: none;
      padding: 10px;
      margin: 10px;
      text-align: center; }
      .news .news-item .news-cta:before {
        display: flex;
        justify-content: center;
        width: 150px;
        text-align: center;
        content: "Read More"; }
    .news .news-item.dummy {
      opacity: 0;
      height: 0px !important;
      margin-top: 0;
      margin-bottom: 0;
      border: none;
      pointer-events: none; }
    .news .news-item:hover {
      box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.4); }

.group-brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
  width: auto;
  margin: 20px 0; }
  .group-brands .brand-wrapper {
    position: relative;
    display: flex;
    z-index: 0;
    align-items: center;
    justify-content: center;
    flex: 0 0 200px;
    margin: 10px -1px 10px 0;
    border-left: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    transition: all 0.2s ease-out;
    overflow: visible;
    cursor: pointer; }
    .group-brands .brand-wrapper .brand-mask {
      position: absolute;
      top: 0;
      opacity: 1;
      pointer-events: none;
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 200px;
      width: 100%;
      transition: all 0.2s ease-out; }
      .group-brands .brand-wrapper .brand-mask img {
        transition: all 0.2s ease-out;
        max-width: 200px;
        max-height: 75px; }
    .group-brands .brand-wrapper .brand {
      -webkit-clip-path: inset(0% 50% 0% 50%);
              clip-path: inset(0% 50% 0% 50%);
      opacity: 0;
      background-color: #f3be15;
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 200px;
      transition: all 0.2s ease-out; }
      .group-brands .brand-wrapper .brand img {
        transition: all 0.2s ease-out;
        max-width: 200px;
        max-height: 75px; }
    .group-brands .brand-wrapper:hover, .group-brands .brand-wrapper:focus {
      border-color: rgba(190, 190, 190, 0);
      z-index: 1;
      margin-right: -1px; }
      .group-brands .brand-wrapper:hover .brand-mask, .group-brands .brand-wrapper:focus .brand-mask {
        opacity: 0; }
      .group-brands .brand-wrapper:hover .brand, .group-brands .brand-wrapper:focus .brand {
        -webkit-clip-path: inset(0% 0% 0% 0%);
                clip-path: inset(0% 0% 0% 0%);
        opacity: 1; }
  @media (min-width: 1300px) {
    .group-brands .brand-wrapper {
      flex: 0 0 212px; }
      .group-brands .brand-wrapper .brand-mask {
        flex: 0 0 212px; }
      .group-brands .brand-wrapper .brand {
        flex: 0 0 212px; } }

#bgvid {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-size: cover; }

.home-hero-holder {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: -100;
  top: 0;
  left: 0; }
  .home-hero-holder .home-hero-nav-space {
    position: relative;
    top: 0;
    left: 0;
    height: 60px; }
  .home-hero-holder .home-hero {
    position: relative;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    background: url("/images/hero_small.gif") no-repeat;
    background-position: top;
    background-size: 100% auto; }
    .home-hero-holder .home-hero .hero-content {
      display: none;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-left: 0.65%;
      padding-top: 25px; }
      .home-hero-holder .home-hero .hero-content .hero-text-box {
        display: relative;
        z-index: 10;
        display: flex;
        width: 44%;
        height: 55px;
        font-size: 32px; }
        .home-hero-holder .home-hero .hero-content .hero-text-box .hero-text-box-left {
          display: flex;
          justify-content: flex-end;
          align-items: center;
          width: 50%;
          height: 100%;
          color: #DDDDDD;
          background-color: #000000;
          padding-right: 10px;
          border-top: 1px solid #ffffff;
          border-bottom: 1px solid #ffffff;
          border-left: 1px solid #ffffff; }
        .home-hero-holder .home-hero .hero-content .hero-text-box .hero-text-box-right {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          width: 50%;
          height: 100%;
          background-color: #f3be15;
          padding-left: 10px;
          border-top: 1px solid #000000;
          border-bottom: 1px solid #000000;
          border-right: 1px solid #000000; }
      .home-hero-holder .home-hero .hero-content .hero-text-left {
        position: absolute;
        display: flex;
        top: 79px;
        left: 30%;
        width: 19%;
        max-width: 200px;
        height: auto;
        color: #FFFFFF;
        font-size: 15px; }
        .home-hero-holder .home-hero .hero-content .hero-text-left:before {
          content: '\00A0';
          width: 1px;
          height: auto;
          background-color: #FFFFFF; }
        .home-hero-holder .home-hero .hero-content .hero-text-left .hero-text-left-content {
          margin-top: 15px;
          padding-left: 10px;
          line-height: 1.1; }
      .home-hero-holder .home-hero .hero-content .hero-text-right {
        position: absolute;
        display: flex;
        flex-direction: column;
        top: 35px;
        left: 72.1%;
        width: 22%;
        max-width: 200px;
        height: auto;
        color: #000000;
        font-size: 15px; }
        .home-hero-holder .home-hero .hero-content .hero-text-right:before {
          content: '\00A0';
          width: 100%;
          height: 1px;
          background-color: #000000; }
        .home-hero-holder .home-hero .hero-content .hero-text-right .hero-text-right-content {
          margin-top: 15px;
          padding-left: 15px;
          line-height: 1.1; }
  @media (min-width: 576px) {
    .home-hero-holder .home-hero {
      /*background: url("https://mjh-web.s3.amazonaws.com/www_mjhlifesciences_com/_image/images/home/hero.jpg") no-repeat;*/
      background-position: top;
      background-size: 100% auto; } }
  @media (min-width: 992px) {
    .home-hero-holder {
      /*
        .home-hero {
            .hero-content {
                display: flex;
            }
        }
        */ }
      .home-hero-holder .home-hero-nav-space {
        height: 80px; } }

video {
  display: block; }

#video-screen {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -99;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  background-size: cover;
  opacity: 0; }

.hero {
  position: relative;
  width: 100%;
  height: auto; }
  .hero img {
    width: 100%;
    height: auto; }
  .hero .hero-small {
    display: block; }
  .hero .hero-large {
    display: none; }
  @media (min-width: 576px) {
    .hero .hero-small {
      display: none; }
    .hero .hero-large {
      display: block; } }

.info-row {
  position: relative;
  z-index: 2;
  background-color: #FFFFFF;
  padding-bottom: 3%;
  padding-top: 3%;
  border-top: 10px solid #f3be15;
  width: 100%; }
  .info-row .info-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; }
    .info-row .info-column .info-row-header {
      display: flex;
      width: 100%;
      justify-content: center; }
      .info-row .info-column .info-row-header h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.2;
        text-align: center; }
    .info-row .info-column .info-row-eyebrow {
      display: flex;
      width: 100%;
      justify-content: center;
      font-size: 14px;
      color: #8a99ab;
      text-align: center;
      padding: 10px;
      line-height: 1.2; }
    .info-row .info-column .info-row-group {
      display: flex;
      flex-direction: row;
      width: 100%;
      justify-content: center;
      flex-wrap: wrap; }
      .info-row .info-column .info-row-group .info-row-group-item {
        flex: 1 1 200px;
        margin: 10px 0;
        font-size: 18px;
        font-weight: 700;
        text-align: center; }
        .info-row .info-column .info-row-group .info-row-group-item a {
          color: #f3be15;
          text-decoration: underline; }
          .info-row .info-column .info-row-group .info-row-group-item a:hover {
            color: #8a99ab;
            text-decoration: none; }
  @media (min-width: 768px) {
    .info-row .info-column .info-row-header h2 {
      font-size: 28px; }
    .info-row .info-column .info-row-eyebrow {
      font-size: 18px;
      max-width: 1300px; }
    .info-row .info-column .info-row-group .info-row-group-item {
      flex: 1 1 300px;
      font-size: 20px; } }

.number-row {
  position: relative;
  z-index: 500;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden; }
  .number-row .number {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 200px;
    background-size: cover;
    background-position: center;
    cursor: default;
    overflow: hidden; }
    .number-row .number .number-content {
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      height: 100%;
      width: 100%;
      transition: all 0.4s ease-out;
      z-index: 510; }
      .number-row .number .number-content:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        width: 100%;
        height: 100%;
        z-index: 500; }
      .number-row .number .number-content .number-headline, .number-row .number .number-content .number-dummy {
        position: relative;
        display: flex;
        justify-content: center;
        width: 100%;
        max-width: 400px;
        font-weight: 700;
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 10px;
        z-index: 510; }
      .number-row .number .number-content .number-eyebrow {
        position: relative;
        display: flex;
        justify-content: center;
        max-width: 400px;
        font-size: 22px;
        line-height: 1.2;
        z-index: 510; }
    .number-row .number .number-copy-content {
      position: absolute;
      top: 0;
      left: 0;
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 20px;
      height: 100%;
      width: 100%;
      opacity: 0;
      transition: all 0.4s ease-out;
      -webkit-clip-path: inset(0% 50% 0% 50%);
              clip-path: inset(0% 50% 0% 50%);
      z-index: 510; }
      .number-row .number .number-copy-content:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        width: 100%;
        height: 100%;
        z-index: 500; }
      .number-row .number .number-copy-content .number-copy {
        position: relative;
        width: 100%;
        max-width: 400px;
        font-weight: 700;
        font-size: 14px;
        line-height: 1.2;
        z-index: 510; }
    .number-row .number:nth-child(odd) .number-content {
      color: black; }
      .number-row .number:nth-child(odd) .number-content:before {
        background-color: rgba(234, 186, 43, 0.9); }
    .number-row .number:nth-child(odd) .number-copy-content {
      color: black; }
      .number-row .number:nth-child(odd) .number-copy-content:before {
        background-color: #eaba2b; }
    .number-row .number:nth-child(even) .number-content {
      color: white; }
      .number-row .number:nth-child(even) .number-content:before {
        background-color: rgba(0, 0, 0, 0.8); }
    .number-row .number:nth-child(even) .number-copy-content {
      color: white; }
      .number-row .number:nth-child(even) .number-copy-content:before {
        background-color: black; }
    .number-row .number:hover .number-copy-content {
      display: flex;
      opacity: 1;
      -webkit-clip-path: inset(0% 0% 0% 0%);
              clip-path: inset(0% 0% 0% 0%); }
  @media (min-width: 768px) {
    .number-row .number {
      min-height: 350px;
      width: 33.3%; }
      .number-row .number .number-content .number-headline {
        font-size: 35px; }
      .number-row .number .number-content .number-eyebrow {
        font-size: 25px; }
      .number-row .number .number-copy-content .number-copy {
        font-size: 16px; } }
  @media (min-width: 992px) {
    .number-row .number {
      min-height: 275px; } }

.feature {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%; }
  .feature .feature-background {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden; }
    .feature .feature-background img {
      width: 100%;
      height: auto; }
  .feature .feature-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3%;
    width: 100%;
    height: 100%;
    color: white;
    background: #010585;
    transition: all 0.4s ease-out;
    opacity: 1;
    z-index: 410; }
    .feature .feature-content .feature-quote-guest {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .feature .feature-content .feature-quote {
      font-size: 20px;
      line-height: 1.1; }
    .feature .feature-content .feature-guest {
      display: flex;
      justify-content: flex-end;
      font-size: 14px;
      line-height: 1.2;
      margin-top: 10px; }
      .feature .feature-content .feature-guest:before {
        content: "\2013";
        margin-right: 5px; }
    .feature .feature-content .feature-cta {
      position: relative;
      bottom: 0;
      display: flex;
      flex-direction: row;
      align-self: center;
      align-items: center;
      border: 1px solid white;
      text-align: left;
      color: white;
      font-size: 14px;
      line-height: 1.1;
      padding: 5px;
      max-width: 400px;
      margin-top: 15px;
      background-color: rgba(255, 255, 255, 0.2);
      transition: all 0.2s ease-out;
      cursor: pointer; }
      .feature .feature-content .feature-cta .feature-cta-icon {
        position: relative;
        width: 30px;
        height: 30px;
        flex: 0 0 auto;
        margin-right: 10px; }
        .feature .feature-content .feature-cta .feature-cta-icon:before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 30px;
          height: 30px;
          border-radius: 50%;
          background-color: rgba(255, 255, 255, 0.5); }
        .feature .feature-content .feature-cta .feature-cta-icon:after {
          content: "";
          position: absolute;
          left: 10px;
          top: 5px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 10px 0 10px 15px;
          border-color: transparent transparent transparent #FFFFFF; }
      .feature .feature-content .feature-cta .feature-cta-copy {
        flex: 1 1 auto; }
      .feature .feature-content .feature-cta:hover {
        background-color: rgba(255, 255, 255, 0.5); }
  .feature .feature-video {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 0;
    background: #000238;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-out;
    opacity: 0;
    pointer-events: none;
    z-index: 400; }
    .feature .feature-video iframe {
      width: 100%;
      height: auto; }
    .feature .feature-video .video-close {
      position: absolute;
      top: 5px;
      right: 15px;
      width: 20px;
      height: 20px;
      cursor: pointer; }
      .feature .feature-video .video-close:before {
        color: white;
        font-family: "Font Awesome 5 Free";
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        text-decoration: inherit;
        content: "\f057"; }
  .feature.active .feature-video {
    opacity: 1;
    pointer-events: all;
    z-index: 420; }
  .feature.active .feature-content {
    opacity: 0; }
  @media (min-width: 768px) {
    .feature .feature-content {
      position: absolute;
      top: 0;
      left: 0;
      background: none;
      width: 62%; }
      .feature .feature-content .feature-quote {
        font-size: 26px; }
      .feature .feature-content .feature-guest {
        font-size: 18px; }
      .feature .feature-content .feature-cta {
        position: relative;
        margin-top: 30px;
        font-size: 16px; }
    .feature .feature-video iframe {
      width: 63%;
      height: 100%; } }
  @media (min-width: 1200px) {
    .feature .feature-content .feature-quote {
      font-size: 32px; }
    .feature .feature-content .feature-guest {
      font-size: 20px; }
    .feature .feature-content .feature-cta {
      position: relative;
      font-size: 20px;
      max-width: 460px; } }

.about-location-holder {
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #e5e5e5; }

.about-location {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1300px;
  font-style: "Roboto", sans-serif;
  line-height: 1.3; }
  .about-location .globe {
    background-image: url("https://mjh-web.s3.amazonaws.com/www_mjhlifesciences_com/_image/images/home/globe.jpg"); }
  .about-location .globe, .about-location .globe-pin {
    position: absolute;
    z-index: 0;
    width: 100%;
    max-width: 1300px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 60% auto; }
  .about-location .about {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 30px 15px;
    padding-bottom: 20px; }
    .about-location .about .about-title {
      color: #000000;
      padding-bottom: 10px; }
      .about-location .about .about-title h2 {
        font-size: 22px;
        font-weight: 700; }
    .about-location .about .about-copy {
      font-size: 16px;
      font-weight: 400;
      color: #8a99ab; }
  .about-location .locations {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    padding: 30px 15px; }
    .about-location .locations .locations-title {
      font-size: 16px;
      font-weight: 700;
      color: #000000;
      padding-bottom: 10px; }
    .about-location .locations .locations-list {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap; }
      .about-location .locations .locations-list .location-group {
        display: flex;
        flex-direction: column; }
        .about-location .locations .locations-list .location-group .location {
          font-size: 16px;
          font-weight: 700;
          color: #005a8d;
          padding-bottom: 10px;
          padding-right: 15px;
          cursor: pointer; }
          .about-location .locations .locations-list .location-group .location .location-description {
            font-size: 12px; }
          .about-location .locations .locations-list .location-group .location .location-address-holder {
            overflow: hidden;
            transition: all 0.4s ease-out;
            height: auto;
            cursor: default; }
            .about-location .locations .locations-list .location-group .location .location-address-holder .location-address {
              margin-top: 5px;
              margin-bottom: 7px;
              height: 60px;
              font-size: 12px;
              color: #000000;
              font-weight: 400;
              margin-left: 15px; }
              .about-location .locations .locations-list .location-group .location .location-address-holder .location-address a {
                color: #005a8d; }
          .about-location .locations .locations-list .location-group .location.active {
            text-decoration: underline; }
  .about-location .cta {
    width: 120px;
    margin-top: 30px;
    padding: 10px; }
  @media (min-width: 768px) {
    .about-location .globe, .about-location .globe-pin {
      background-size: 55% auto; }
    .about-location .locations .locations-list {
      flex-direction: row;
      justify-content: flex-start; } }
  @media (min-width: 1200px) {
    .about-location .about {
      display: flex;
      flex-direction: column;
      width: 50%; } }

.feature-container {
  position: relative;
}
.slide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .4s;
}
.showing {
  position: relative;
  opacity: 1;
  z-index: 2;

}

#covidButton:link, #covidButton:visited{
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}

#animation_container {
    max-width: 100vw;
    height: unset !important;
}

#animation_container canvas {
    height: unset !important;
    position: relative !important;
    max-width: 100vw;
}

@media screen and (max-width: 1230px) {
  .navbar-container .navbar .navbar-collapse .navbar-nav .nav-item {
    font-size: 16px;
  }
}
@media screen and (max-width: 962px) {
  .navbar-container .navbar .navbar-collapse .navbar-nav .nav-item {
    font-size: 12px;
  }
}

.dropdown-toggle::after{
  display: none;
}

.dropdown-item.active, .dropdown-item:active {
  background-color:#fbc201;
}