
/*
/* Whitespace Reset */

*{
    padding: 0;
    margin: 0;
  }
  
  /*
  /* Box-sizing fix */
  
  html {
    box-sizing: border-box;
  }
  
  *, *:before, *:after {
    box-sizing: inherit;
  }
  /* 
  /*Typography and highlighting coloring*/
html {
    font-family: 'Montserrat', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size:  14px;
    line-height: 1.5;
    font-weight: 400;
  }
  
  body, table, th, td, form, input, textarea, option, select {
    font-family: inherit;
    color:#000;
  }
  h2{
      font-size: 1.87rem;
      font-family: 'Raleway', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
      font-weight: 700;
      margin: 0;
    }
  .font-releway{
      font-family: 'Raleway', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  
  }
  .lightgrey{
    background-color:  #edf2f4 !important;
  }
  .grey{
      background-color: #646464 !important;
  }
  .red{
      background-color:   #e1242a !important;
  }
  .blue{
    background-color: #005BC4 !important;
  }
.red-text{
    color:   #e1242a !important;
}
  .black-text{
      color:black !important;
  }

  .text-s{
    font-size:  0.8rem !important;
  }
  .text-xs{
    font-size:  0.6rem !important;
  }
  .text-n{
    font-size:  1rem !important;
  }
  .text-l{
    font-size:  1.2rem !important;
  }
  .text-bold{
      font-weight: 600 !important;
  }
  .text-bolder{
    font-weight: 800 !important;
}
  .text-underline{
      text-decoration: underline !important;
  }
  .mt-auto{
    margin-top: auto !important;
  }
  .mb-auto{
    margin-bottom: auto !important;
  }
  .mt-0{
    margin-top: 0 !important;
}
  .mb-0{
      margin-bottom: 0 !important;
  }
  .mt-0_5{
    margin-top: 0.5rem !important;
}
  .mb-0_5{
    margin-bottom: 0.5rem !important;
}
  .mt-1{
    margin-top: 1rem !important;
}
  .mb-1{
    margin-bottom: 1rem !important;
}
  .mt-2{
      margin-top: 2rem !important;
  }
  .mb-2{
    margin-bottom: 2rem !important;
}
  .mt-4{
    margin-top: 4rem !important;
  }
  .mb-4{
    margin-bottom: 4rem !important;
  }
  .mt-3{
    margin-top: 3rem !important;
  }
  .mb-3{
    margin-bottom: 3rem !important;
  }
  .mt-5{
    margin-top: 5rem !important;
  }
  .mb-5{
    margin-bottom: 5rem !important;
  }
  .mt-6{
    margin-top: 6rem !important;
  }
  .mb-6{
    margin-bottom: 6rem !important;
  }
  .mt-7{
    margin-top: 7rem !important;
  }
  .mb-7{
    margin-bottom: 7rem !important;
  }

.hae_logo{display:none;}
  .container {
    margin: 0 auto;
    max-width: 1440px;
    width: 95%;
}
.container-s{
    max-width: 1280px;
    width: 59%;
}
  .site-main {
    min-height: calc(100vh - 12rem);
  }
  header{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .site-header-logo{
    width:20%;
    max-width: 100px;
    margin-bottom: 0;
}

footer.page-footer{
  height: 12rem;
  background: #fff;
  color: #000;
  text-align: center;
}
.site-footer-logo{
    width:25%;
    max-width: 150px;
    margin: 0 auto;
}
.site-footer-box{
    border:1px solid black;
    padding:1rem;
}
footer.page-footer a, .popup a{
    color:#000;
}

#menu__toggle {
  opacity: 0 !important;
}

nav ul:not(.browser-default)>li {
    list-style-type: none;
}
nav li a {
    color:#fff ;
    font-weight: 700;
}

.btn {
    box-shadow: none;
    height: 44px;
    line-height: 44px;
    border-radius: 0 ;
    margin: 0 auto;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    -ms-border-radius: 0 ;
    -o-border-radius: 0 ;
}
.btn.btn-xs{
    width:50%
}
.btn.btn-s{
    width:70%;
}
.site-main section:not(.site-banner) {
    padding-top:3.75rem;
    padding-bottom: 3.75rem;
    margin-bottom: 0;
}
.site-main section.site-pi{
    padding-top:2rem;
    padding-bottom: 0rem;
}
.site-main section.site-pi a{
  color: #000;
}
.site-main section.site-pi.section-fixed{
  padding-top:1rem;
  padding-bottom: 1rem;
}
.site-main section.site-pi.section-fixed >.lightgrey{
  background-color: #ff00ff !important;
}
.site-main section.site-video-carusel__title{ 
  padding-bottom: 0;
}
.site-main section.site-video-carusel{ 
  padding-top: 0;
}
#container .ee-components-app .ee-components-video-info-wrapper-info {
text-align: center !important;
}

.section-fixed{
  position:fixed;
  bottom:0;
  width:100%;
}
.js-section-sticky{
  transition:all 0.2s ease;
  -webkit-transition:all 0.2s ease;
  -moz-transition:all 0.2s ease;
  -ms-transition:all 0.2s ease;
  -o-transition:all 0.2s ease;
}
.card.video-card{
  padding:0;
}
.card .card-description{
  padding:0.5rem;
  min-height: 12rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.card .card-description .card-title {
  align-self: flex-start;
}
/*Video */
        .video.modal .modal-content {
            padding: 0;
        }
        .video-placeholder, .video-placeholder img{
            display: block;
        }
        .video-placeholder img{
            width:auto;
            height: auto;
        }
  .video.modal .pi-links{
      padding: 0.5rem 1rem;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
  }
.modal::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  .modal::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  .modal::-webkit-scrollbar-thumb {
    background: #2e364f;
    border-radius: 5px;
  }
  
  /* Handle on hover */
  .modal::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
/*Back to top button */
.c-btt {
    display: none;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 44px;
    height: 44px;
    font-family: 'Teva Sans Bold',sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    background-color: #005BC4;
    border: 0;
    border-radius: 50%;
    z-index: 99;
    cursor: pointer;
    position: fixed;
    right: 5px;
    bottom: 230px;
}
.c-btt:hover, .c-btt:active, .c-btt:focus{
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #004391;
}
.c-btt:hover::before{
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 10px;
}
.c-btt::before {
    content: '>';
    display: block;
    width: 10px;
    height: 6px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotate(-90deg);
    transform:  rotate(-90deg);
    position: absolute;
    top: 7px;
    left: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.hamburger{display:none;}

.ee-components-video-info-name-content {
    color: #e1242a;
    font-size: 18px;
    padding : 20px;
}
.ee-components-dot-strip {
    padding : 20px;
}

.ee-components-video-info-duration {
color: #e1242a;
    font-size: 18px;
    padding : 20px;
    opacity : 1;
    text-align : center;
}
@media screen and (min-width: 768px){
  .c-btt {
      right: 10px;
      padding-top: 8px;
      width: 60px;
      height: 60px;
      font-size: 16px;
  }
  .c-btt::before {
    top: 12px;
    left: 20px;
  }
}
.modal-actions {
  display: flex;
  justify-content: space-between;
}
.modal-actions .btn {
  width: 45%;
}
/* FOR HCP CHECK PAGE */
.popup{
    text-align: center;
    background-color: #fff;
    width:50%;
    max-width: 720px;
    padding:4rem 5rem;
    margin: 12rem auto 0 auto;
}
.popup .btn-block {
    width:70%;
    text-transform: none;
    max-width: 500px;
}
.popup .btn-block:first-of-type{
    margin-bottom: 1rem;
}

.popup {
    margin-bottom: 2rem;
}

.card-description {
 position: relative;
   padding-top: 24px !important;
height: 100px;
}

.card-description__type {
    background-color: #891515;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
width: 100%;
    top: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    padding: 3px 8px;
    display: flex;
}

.card-description__type img {
  margin-right: 4px;
}

.text-medium {
  font-size: 14px !important;
}
.pad-medium {
  padding: 1.5rem !important;
  border-bottom: 2px solid #62bcf2fa;
}
.browse_cont {
  width: 95%;
  margin-left: 0;
  font-size: 14px;
}
.form_image {
  width: 20%;
}
.form_fields {
  width: 80%;
}
.standard-form {
 width: 70%;
}
.standard-form a {
  float: right;
}
.box-fild {
    width: calc(100% - 10%);
}
.box-fild label {
    color: #000 !important;
}
.box-fild input {
    width: 100% !important;     
    padding: 0 15px !important;
    font-size: 12px !important;
    font-style: italic !important;
    margin: 5px 0 22px 0 !important;
    display: inline-block !important;
    border: 1px solid #000000 !important;
    background: #fff !important;
}
.check_box {
    font-style: italic;
    font-size: 12px !important;
    color: #000 !important;
    cursor: pointer;
    padding: 0 30px 20px 0;
}
.check_email {
   display: flex;
}
input[type="checkbox"] {
    position: inherit !important;
    opacity: 0 !important;
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px -16px 3px 0px;
    padding: initial;
    border: initial;
}

.third_card {
  width: 50%;
}
.black_bg {
 text-align: left;
}
.pres_info {
 padding-left: 3rem !important;
/*padding-top: 1rem !important;*/
}

@media screen and (max-width:1250px){
    .btn.btn-xs{
        width:60%
    }
    .btn.btn-s{
        width:80%;
    }
}
@media screen and (max-width:1150px){
    .popup .btn {
        width:90%;
    }

    .container-s{
        width:70%;
    }
}
@media screen and (max-width:1050px){
    .popup{
        width:60%;
    }
}
@media screen and (max-width:993px){

nav li a {
    color: #fff;
    font-weight: 700;
    padding: 0 8px;
}
.hamburger{display:block;}
    footer.page-footer{
        height: auto;
        margin-bottom: 0;
    }
    footer .row{
        margin-bottom: 0;
        padding-bottom: 20px;
    }
    .container-s{
        width:80%;
    }
  
  nav ul li{
    border-bottom: 1px solid #0073f7;
  }
  nav{
    height: auto;
  }
.pres_info {

padding-top: 1rem !important;
    }
}

@media screen and (max-width:820px){
    html {
        font-size:  12px;
      }
    .popup{
        width:90%;
        padding:2rem;
    }

    .popup .btn{
        width:100%;
    }
    a.btn{
        font-size: 1rem;
    }
    .text-xs {
      font-size: 0.8rem !important;
    }
.pi-links p {
    font-size: 0.8rem;
    text-align: left;
}
.form_image, .form_fields, .standard-form, .standard-form a, .third_card, .browse_cont {
  width: 100%;
}
.black_bg {
 text-align: center;
}
#complete_questionnaire {
 height: auto;
line-height: 19px;
padding: 13px 0;
}
.pres_info {
 padding-left: 1rem !important;
padding-top: 1rem !important;
}
nav ul.left {
    float: left !important;
    display: block;
    flex-direction: column;
  }
nav li a {
    color: #fff;
    font-weight: 700;
    padding: 0 13px;
}
}
@media screen and (max-width:680px){
    .container-s{
        width:95%;
    }
    .btn.btn-xs{
        width:100%
    }
    .btn.btn-s{
        width:100%;
    }
    .modal-actions {
      display: flex;
      flex-direction: column;
    }
    .modal-actions .btn {
      width: 100%;
    }
    .form_image, .form_fields, .standard-form, .standard-form a, .third_card, .browse_cont {
      width: 100%;
    }
    .black_bg {
     text-align: center;
    }
    #complete_questionnaire {
     height: auto;
    line-height: 19px;
    padding: 13px 0;
    }
    .pres_info {
     padding-left: 1rem !important;
padding-top: 1rem !important;
    }

}
@media screen and (max-width:768px){

nav ul li {
float: none;
}

    .btn.btn-s, .btn.btn-xs{
        font-size: 0.8rem;
    }
#menu__toggle {
  opacity: 0 !important;
}
/*#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
*/
#menu__toggle:checked + .menu__btn {
    display: none;
}
#menu__toggle:checked ~ .menu__box {
  left: 0 !important;
}
.menu__btn {
  position: absolute;
  top: 25px;
  right: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}
.menu__box {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: #ECEFF1;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
  transition-duration: .25s;
  z-index: 2;
}
.menu__item {
  display: block;
  padding: 12px 24px;
  color: #333;
  font-family: 'Montserrat', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #CFD8DC;
}
.hide_banner{display:none;}
.hae_logo{display:block !important; padding-bottom:20px;}
.site-header-logo{width:40%; max-width: 150px;}
.font_18{font-size:18px !important;}
.mb-mt-1{
    margin-top: 1rem !important;
}


.hae_logo{display:none;}
.close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
.paddingBottom{
    padding-bottom: 100px;
}
@media screen and (min-width:769px){
.menu__btn.close{
display:none
}
}


.ee-components-video-info-duration{
display:none;
}


.ee-components-style-videoTitle{
text-align: center;
color: #e1242a !important;
font-size: 17px  !important;
}

