header {
  position: relative;
}
header.default-header nav .menu-links {
  display: none !important;
}
.ms-header-snippet {
  top: 10px;
  display: flex;
  justify-content: space-evenly;
}

.ms-header-snippet img {
  height: 45px;
}
.fixed-vert-nav {
  display: none;
}
.landing-page {
  background-color: #000;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 25px;
  text-align: center;
}
.landing-page .col-control-2col-50-50 {
  margin-top: 80px;
}
.landing-page .col-control-2col-50-50 > div {
  height: 200px;
}
.landing-page h1 {
  font-family: "Teko";
  font-weight: 400;
  font-size: 60px;
  letter-spacing: 1px;
  margin: 230px 0 0;
  line-height: 50px;
}
.landing-page h1 span {
  color: #e01f2d;
}
.landing-page p {
  color: #fff;
}
.landing-hcp-btn {
  max-width: 420px;
  font-family: "Teko";
  font-size: 30px;
  background-color: #e01f2d;
  display: inline-block;
  padding: 10px 20px;
  margin: 30px 0;
}
.landing-patient-btn {
  max-width: 420px;
  font-family: "Teko";
  font-size: 30px;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  margin: 30px 0;
}
.landing-hcp-btn a,
.landing-patient-btn a {
  color: #fff;
  text-decoration: none !important;
}
.footer-content {
  background-color: #fff;
  text-align: left;
}
.footer-content p {
  color: #3c3c3c;
}
.footer-content.landing-page .col-control-2col-50-50 > div {
  height: auto;
}
hr.footer {
  width: 100%;
  background: #ccc;
}

@media screen and (max-width: 1136px) {
  .ms-header-snippet {
    left: 0; /*65*/
  }
}

@media screen and (max-width: 992px) {
  header .ms-container.menu-right .mobile-header-container {
    display: none;
  }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .landing-page h1 {
    margin: 100px 0 0;
  }
  .landing-patient-btn,
  .landing-hcp-btn {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  .landing-page .col-control-2col-50-50 {
    flex-direction: column;
  }
  .landing-page {
    background-size: cover;
    height: 900px;
  }
  .landing-page h1 {
    font-size: 45px;
    line-height: 40px;
  }
  .footer-container .col-control-2col-50-50 {
    display: block;
  }
  .footer-content {
    text-align: center;
  }
  .landing-hcp-btn,
  .landing-patient-btn {
    font-size: 20px;
  }
  .landing-page .col-control-2col-50-50 {
    margin-top: 20px;
  }
  .landing-patient-btn {
    margin-top: 60px;
  }
  .landing-hcp-btn {
    margin-top: 20px;
  }
  .landing-page h1 {
    margin: 120px 0 50px;
  }
}
