@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "source_sans_proregular";
  font-weight: 400;
  color: black;
  font-size: 0.91rem;
  line-height: 1.15rem;
}

.text-primary {
  color: #65185a !important;
}

.text-secondary {
  color: #ffa400 !important;
}

.text-red {
  color: #b21f68 !important;
}

.text-yellow {
  color: #ffc745 !important;
}

.text-dark-gray {
  color: #786c69 !important;
}

.semi-bold {
  font-weight: 600;
}

.bg-purple {
  background-color: #65185a !important;
}

.bg-blue {
  background-color: #ffa400 !important;
}

.bg-yellow {
  background-color: #ffc745 !important;
}

.bg-dark-gray {
  background-color: #786c69 !important;
}

h1 {
  font-size: 2.1rem;
  font-family: "source_sans_prosemibold";
}

h4 {
  font-family: "graphitregular";
}

h5 {
  font-size: 1.17rem !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.4) !important;
}

.hand {
  cursor: pointer;
}

#header {
  border-top: solid 10px #65185a;
}

.tepmetko_logo {
  width: 230px;
}

.main-header {
  padding: 10px 0;
}
@media (max-width: 320px) {
  .main-header .tepmetko_logo {
    width: 80px;
  }
}

@font-face {
  font-family: "minion_proregular";
  src: url("../fonts/minionpro-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "source_sans_proregular";
  src: url("../fonts/sourcesanspro-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "graphitregular";
  src: url("../fonts/graphit-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "source_sans_prosemibold";
  src: url("../fonts/sourcesanspro-semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.text-graphit {
  font-family: "graphitregular";
}

.link-underline {
  text-decoration: underline;
}
.link-underline:hover {
  text-decoration: none;
}

.main-container {
  min-height: 100%;
}
.main-container .main-container-whitebg {
  position: relative;
  width: 100%;
  background-color: white;
}
.main-container .main-container-whitebg::before {
  width: 128px;
  height: 232px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/yellow-curve-top.png);
}
@media (max-width: 768px) {
  .main-container .main-container-whitebg::before {
    display: none;
  }
}
.main-container .main-container-whitebg::after {
  width: 148px;
  height: 240px;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-image: url(../images/yellow-curve-bottom.png);
}
@media (max-width: 768px) {
  .main-container .main-container-whitebg::after {
    display: none;
  }
}
.main-container .align {
  position: relative;
  right: -3%;
}
@media (max-width: 768px) {
  .main-container .align {
    right: inherit;
  }
}
.main-container .main-container-purplebg {
  width: 95%;
  min-height: 600px;
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
  background-color: #65185a;
  border-top-right-radius: 300px 50%;
  border-bottom-right-radius: 300px 50%;
}
@media (max-width: 768px) {
  .main-container .main-container-purplebg {
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 768px) {
  .main-container {
    padding-bottom: 0;
  }
}

.navbar {
  line-height: 0.9rem;
}
.navbar .navbar-collapse {
  margin-top: 10px;
}

.navbar-light .navbar-nav .nav-link {
  color: #65185a;
  font-family: "graphitregular";
  border-right: solid 1px #65185a;
  padding: 0 10px;
  transition: 0.2s;
  /*  &:last-child {
       border-right: none;
       padding-right: 0;
   } */
}
.navbar-light .navbar-nav .nav-link.border-right-0 {
  border-right: none;
}
.navbar-light .navbar-nav .nav-link img {
  width: 15px;
}
@media (max-width: 812px) {
  .navbar-light .navbar-nav .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
  }
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #ffc745;
}

.home-icon {
  padding: 3px 10px;
  color: #ffffff;
  background-color: #65185a;
  font-family: "graphitregular";
  font-weight: 600;
  font-size: 12px;
}
.home-icon:hover {
  color: #ffffff;
  text-decoration: none;
  background: #8e227f;
}
.home-icon img {
  width: 20px;
  margin-left: 3px;
  margin-bottom: 3px;
}

ul.list-items {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
ul.list-items li {
  position: relative;
  padding-left: 23px;
  margin-bottom: 10px;
}
ul.list-items li::before {
  content: "▶";
  position: absolute;
  top: 2px;
  left: 6px;
  font-size: 0.75rem;
  color: #786c69;
}

.welcome-box .tepotinib-text {
  border-top: solid 3px #ffa400;
  border-bottom: solid 3px #ffa400;
  font-family: "source_sans_prosemibold";
}
.welcome-box .section-hellow .hellow {
  width: 120px;
  font-size: 2rem;
  border-color: #65185a !important;
  border-left: 0 !important;
  border-width: 2px !important;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.welcome-box .section-hellow .peer-expert {
  margin: 0 auto;
  height: 140px;
  font-weight: 600;
  background: url(../images/peer-expert.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  font-family: "graphitregular";
  position: relative;
}
.welcome-box .section-hellow .peer-expert .p-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.welcome-box .once-daily {
  background-color: white;
  position: relative;
}
.welcome-box .once-daily::before {
  width: 61px;
  height: 90px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/once-daily-top.png);
  background-repeat: no-repeat;
}
.welcome-box .once-daily::after {
  width: 60px;
  height: 92px;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../images/once-daily-bottom.png);
  background-repeat: no-repeat;
}
.welcome-box .once-daily .once-daily-purple {
  width: 96%;
  background-color: #65185a;
  border-top-right-radius: 85px 50%;
  border-bottom-right-radius: 85px 50%;
  /*  h4 {
       font-size: 1.6rem;
   } */
}
.welcome-box .lets-start {
  max-width: 250px;
  margin: 0 auto;
}
.welcome-box .additional-clipart-wrap {
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
  width: 90px;
  height: 90px;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 9;
}
.welcome-box .additional-clipart-wrap .additional-clipart {
  width: 90px;
  height: 90px;
  background: #b21f68;
  font-family: "graphitregular";
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 49% 75%, 0 100%, 0% 0%);
          clip-path: polygon(100% 0, 100% 100%, 49% 75%, 0 100%, 0% 0%);
}
.welcome-box .efficacy-N152icon {
  position: relative;
  padding-left: 60px;
  margin-left: 15px;
}
.welcome-box .efficacy-N152icon::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-image: url(../images/icons/efficacy-N152.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.welcome-box .safety-N255icon {
  position: relative;
  padding-left: 60px;
  margin-left: 15px;
}
.welcome-box .safety-N255icon::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-image: url(../images/icons/safety-N255.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.welcome-box .nccn-content-li {
  position: relative;
  padding-left: 20px;
}
.welcome-box .nccn-content-li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  width: 17px;
  height: 17px;
  background-image: url(../images/icons/bullet-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.welcome-box .nccn-section {
  border-top: solid 1px #ffa400;
  border-bottom: solid 1px #ffa400;
  position: relative;
  margin-top: 20px;
}
.welcome-box .nccn-section::before {
  position: absolute;
  content: "";
  left: -3px;
  top: -16px;
  width: 65px;
  height: 60px;
  background-image: url(../images/icons/nccn.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.welcome-box .program-content {
  border-top: solid 3px #ffa400;
}
.welcome-box .program-content p {
  font-size: 0.9rem;
}
.welcome-box .program-content .left-col {
  width: calc(100% - 200px);
  padding: 30px 60px 20px 20px;
  float: left;
  background: #f1e8ee;
}
@media (max-width: 920px) {
  .welcome-box .program-content .left-col {
    width: calc(100% - 100px);
  }
}
.welcome-box .program-content .left-col .name {
  border-bottom: solid 1px #65185a;
  padding-bottom: 10px;
  font-size: 1.3rem;
  margin-bottom: 20px;
}
.welcome-box .program-content .right-col {
  background: #65185a;
  float: left;
  max-width: 200px;
}
@media (max-width: 920px) {
  .welcome-box .program-content .right-col {
    max-width: 100px;
  }
}
.welcome-box .program-content .right-col .marc-matrana-img {
  max-width: 226px;
  position: relative;
  left: -15px;
  top: 19px;
}
@media (max-width: 920px) {
  .welcome-box .program-content .right-col .marc-matrana-img {
    max-width: 130px;
  }
}
.welcome-box .click-here-btn {
  max-width: 350px;
}
@media (max-width: 500px) {
  .welcome-box .click-here-btn {
    max-width: 80%;
  }
}

.continue-btn {
  width: 100%;
  max-width: 150px;
}

.v-small {
  font-size: 64%;
}

.home-video-box {
  border: solid 4px #722c68;
}
.home-video-box .name-bar {
  background-color: #ffa400;
  font-family: "graphitregular";
  color: #65185a;
  font-size: 0.75rem;
}
.home-video-box .name-bar a {
  color: #65185a !important;
  cursor: pointer !important;
}
.home-video-box .name-bar a:hover {
  text-decoration: none;
}
@media (min-width: 1024px) and (max-width: 1180px) {
  .home-video-box .name-bar {
    font-size: 0.7rem;
  }
}
@media (max-width: 375px) {
  .home-video-box .name-bar {
    font-size: 0.7rem;
  }
}
@media only screen and (device-width: 280px) {
  .home-video-box .name-bar {
    font-size: 0.64rem;
  }
}
@media (max-width: 665px) {
  .home-video-box {
    position: fixed;
    right: 10px;
    bottom: 122px;
    width: 58%;
    z-index: 999;
  }
  .home-video-box video[poster] {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 667px) and (max-width: 740px) {
  .home-video-box {
    position: fixed;
    right: 10px;
    bottom: 120px;
    width: 33%;
    z-index: 999;
  }
  .home-video-box video[poster] {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (device-width: 653px) {
  .home-video-box {
    width: 40%;
  }
}
@media only screen and (device-width: 540px) {
  .home-video-box {
    width: 45%;
  }
}
@media only screen and (device-width: 280px) {
  .home-video-box {
    width: 65%;
  }
}
.home-video-box video[poster] {
  -o-object-fit: contain;
     object-fit: contain;
}

.form-index {
  border: solid 1px #97628f;
  padding: 3px 7px 7px 7px;
  /* .active, .accordion:hover {
      background-color: #ccc;
  } */
}
.form-index .accordion {
  font-weight: 600;
  color: #65185a;
  cursor: pointer;
  padding: 4px 15px;
  width: 100%;
  border: solid 1px #ffc745;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  position: relative;
  background-color: transparent;
}
.form-index .accordion:after {
  position: absolute;
  top: 10px;
  right: 12px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 0.02em solid black;
  border-top: 0.02em solid black;
  transform: rotate(135deg);
}
.form-index .active:after {
  position: absolute;
  top: 15px;
  right: 5px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 0.02em solid black;
  border-top: 0.02em solid black;
  transform: rotate(-45deg);
  margin-right: 0.5em;
  margin-left: 1em;
}
.form-index .panel-list {
  padding: 5px 7px;
  background-color: white;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-size: 0.68rem;
}
.form-index .panel-list .custom-control {
  min-height: 1rem;
}
.form-index .panel-list .custom-control-label::before {
  width: 0.8rem;
  height: 0.74rem;
  border-color: #65185a;
  border-radius: 0;
}
.form-index .panel-list .custom-control-label::after {
  width: 0.8rem;
  height: 0.74rem;
}
.form-index .form-control {
  border-radius: 0;
  background-color: white;
  border-color: #e3e3e3;
}
.form-index .form-group {
  margin-bottom: 0;
}
.form-index .form-group label {
  margin-bottom: 0;
  color: white;
  font-size: 11px;
}
.form-index .form-control-sm {
  height: 26px;
}
.form-index .btn-submit {
  margin: 0 auto;
  background-color: #ffa400;
  border: 0;
  color: #65185a;
  font-size: 0.95rem;
  font-weight: bold;
  line-height: 22px;
  width: 120px;
  border-radius: 5px;
  transition: 0.2s;
}
.form-index .btn-submit:hover {
  background-color: #cc8300;
}

.form-thankyou {
  border: solid 1px #97628f;
  padding: 3px 7px 7px 7px;
  background: #fff;
  font-size: 18px;
}
.form-thankyou .thank-text {
  font-size: 1.6rem;
}
.form-thankyou a {
  color: #65185a;
  text-decoration: underline;
}
.form-thankyou a:hover {
  text-decoration: none;
}
.form-thankyou .thank-tempmetko-logo {
  width: 200px;
  margin: 0 auto;
}
.form-thankyou .thank-tempmetko-logo img {
  max-width: 200px;
}

/* Footer Styles*/
footer {
  flex: 0 0 auto;
  width: 100%;
  position: fixed !important;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  font-size: 1rem;
  color: #4d4d4f;
  line-height: 18px;
  position: relative;
  background: rgb(255, 255, 255);
}
footer .clip {
  right: 0;
  position: fixed;
  float: right;
  cursor: pointer;
  z-index: 99;
  /* .fas{
      right: 20px;
      top: 10px;
      z-index: 999;
      color: $primary;
      position: absolute;
  } */
}
footer .footer {
  position: relative;
  width: 100%;
  height: 115px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  padding: 0;
}
footer .footer.footer_active {
  height: auto;
}
footer .footer_head {
  padding: 10px 0 0;
}
footer .footer_main {
  width: 100%;
}
footer p {
  margin-bottom: 10px;
}
footer a {
  color: #4d4d4f !important;
  text-decoration: underline;
}
footer a:hover {
  text-decoration: none;
}
footer .logo-footer {
  width: 100px;
}

.footer_scroll {
  height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
}

.footer_scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.footer_scroll::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

.footer_scroll::-webkit-scrollbar-thumb {
  background-color: #7d9cc2;
  border: 1px solid #6985a7;
}

/* .navTabs {
    .nav-item {
        a.nav-link {
            color: #9f6aa7 !important;
            border-bottom: solid 2px $primary;
            margin-right: 10px;
            padding: 2px;
            position: relative;
            text-align: center;
            font-size: 0.85rem;
            font-weight: 600;
            @media (min-width:800px) {
                min-width: 200px;
            }
            @media (max-width:768px){
                margin-bottom: 7px;
                min-width: 100px;
            }

            &.active {
                border-bottom: solid 2px $yellow;
                color: $primary !important;
                &::after {
                    content: '';
                    position: absolute;
                    left: 45%;
                    top: 100%;
                    width: 0;
                    height: 0;
                    border-left: 9px solid transparent;
                    border-right: 9px solid transparent;
                    border-top: 12px solid $yellow;
                    clear: both;
                }
            }
        }
    }
} */
.yellow-underline {
  border-bottom: solid 2px #ffc745;
}

.popup {
  width: 80%;
  margin: 0 auto;
  top: 10%;
  left: 0;
  right: 0;
  border: solid 2px #ffc745;
  position: absolute;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 71%, rgb(255, 240, 212) 100%);
}
.popup .pop-header {
  position: relative;
}
.popup .pop-header .close-pop {
  position: absolute;
  color: #65185a;
  font-weight: 600;
  font-size: 1.2rem;
  top: -20px;
  right: -6px;
}
.popup .pop-header .close-pop:hover {
  color: #b72ca3;
  cursor: pointer;
}

.curve-tableHeader {
  background-color: #ffa400;
  border-top-right-radius: 20px;
}

.prevalence-table td {
  border-color: #fff;
}

.link {
  text-decoration: underline;
  color: #65185a;
}
.link:hover {
  text-decoration: none;
  color: #65185a;
}

.teaes-gradient {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 71%, rgb(255, 240, 212) 100%);
}

.support-gradient {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 71%, rgb(255, 222, 154) 100%);
}

.yellowBar-bottomRounded {
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.visit-us-online {
  border-left: solid 1px #65185a;
}

.gray-border-bottom {
  border-bottom: solid 2px #786c69;
}

.disabled {
  pointer-events: none;
  opacity: 0.65;
}

.efficacy-rrtab-img {
  width: 500px;
  height: 250px;
}
@media (max-width: 916px) {
  .efficacy-rrtab-img {
    width: 100%;
    height: auto;
  }
}

.metabolic-tab.navTabs .nav-item a.nav-link {
  line-height: 17px;
}

@media (max-width: 1180px) {
  .br-mobnone {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 920px) {
  h1 {
    font-size: 2rem;
  }
  .welcome-box .section-hellow .hellow {
    font-size: 1.8rem;
  }
  .welcome-box .section-hellow .peer-expert {
    font-size: 0.75rem;
    height: 119px;
    line-height: 0.8rem;
  }
  h2 {
    font-size: 1.9rem;
  }
  h4 {
    font-size: 1.4rem;
  }
  .form-index .form-group label {
    line-height: 12px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .lets-start img {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1370px) {
  .bg-foripad {
    background: #65185a;
    padding-bottom: 5px;
  }
}
/* ISI Drawer CSS */
#showIndication {
  background: none;
  border: none;
  color: #65185a;
  float: right;
  position: relative;
  top: 5px;
  right: 0;
}
#showIndication i {
  font-size: 1.3rem;
}
#showIndication a {
  color: #65185a !important;
}

.impinfo-footer {
  flex: 0 0 auto;
  width: 100%;
  padding: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  text-align: center;
  font-size: 1rem;
  line-height: 20px;
  background: #7e0c6e;
}
.impinfo-footer a {
  color: white;
  text-decoration: underline;
}
.impinfo-footer a:hover {
  color: white;
  text-decoration: none;
}
.impinfo-footer i {
  font-size: 1.5rem;
}
@media (max-width: 824px) {
  .impinfo-footer {
    padding: 5px 0;
    bottom: 0;
    font-size: 0.64rem;
    line-height: 14px;
  }
  .impinfo-footer i {
    font-size: 1rem;
    margin-right: -8px;
  }
}
@media (max-width: 760px) {
  .impinfo-footer i {
    font-size: 1rem;
  }
}
@media (max-width: 500px) {
  .impinfo-footer {
    padding-left: 15px;
    padding-right: 20px;
  }
  .impinfo-footer i {
    margin-right: -17px;
  }
}
@media screen and (min-device-width: 568px) and (max-device-width: 750px) {
  .impinfo-footer {
    padding: 10px;
  }
  .impinfo-footer i {
    margin-top: 0;
  }
}

.assessments a {
  text-decoration: underline !important;
}
.assessments a:hover {
  text-decoration: none !important;
}

.video-email {
  padding-left: 3px !important;
}
@media (max-width: 740px) {
  .video-email {
    padding-left: 4px !important;
  }
}

.fa-times-close {
  font-size: 1.3rem;
}

.lets-start-btn {
  width: 250px;
  height: 40px;
  background-image: url(../images/lets-start.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.lets-start-btn:hover {
  background-image: url(../images/lets-start-hover.png);
}
@media screen and (min-device-width: 768px) and (max-device-width: 920px) {
  .lets-start-btn {
    width: 95%;
  }
}

.lineheight-small {
  line-height: 0.8rem;
}/*# sourceMappingURL=styles.css.map */