@charset "UTF-8";
/* CSS Document */

/*=================================   Variables   ===========================================*/
:root {
  --white: #fff;
  --darkGray: #424142;
  --green: #6cc04a;
  --black: #000;
}

/*=================================   Reset css start here    ===========================================*/


body {
  font-family: 'Arial', Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  color: #424142;
}
* {
  padding: 0px;
  margin: 0px;
  /*  transition: all .3s ease-in;*/
}
header {
  position: relative;
  z-index: 1;
}
.container {
  max-width: 1100px;
}
.no-padding-left {
  padding-left: 0px !important;
}
.no-padding-right {
  padding-right: 0px !important;
}
.no-padding-top {
  padding-top: 0px !important;
}
.no-padding-bottom {
  padding-bottom: 0px !important;
}
.no-margin-left {
  margin-left: 0px !important;
}
.no-margin-right {
  margin-right: 0px !important;
}
.no-margin-top {
  margin-top: 0px !important;
}
.no-margin-bottom {
  margin-bottom: 0px !important;
}
.font-bold, b {
  font-weight: bold;
}
/*=============================================================================================================
======================================   Header css start here    =============================================
=============================================================================================================*/
.container {
  padding: 0px;
}
footer .container, .resources-section-main .container, header .branding .container, .head-top .container {
  max-width: 1100px;
}
.enroll-banner {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.support-column-section .support-column:first-child .head-section {
  padding-left: 50px;
}
.affordability-text, .site-wrapper .learn-enrollment {
  margin: 0 auto;
  max-width: 1100px;
}
@media only screen and (min-width: 481px) {
  .affordability-text:nth-child(1) > span br {
    display: none;
  }
}

.enrollment-support-main .enrollment-content-main {
  padding-left: 50px;
}
.enrollment-form .enrollment-table .enrollment-table-points {
  padding-left: 30px;
}
.enrollment-support-main .enrollment-support {
  padding-left: 120px;
}
.tab1 {
  margin-left: 4% !important;
  width: 45.7% !important;
}
.tab2 {
  margin-right: 4% !important;
  width: 45.7% !important;
}
.no-break {
  white-space: nowrap
}
/*header .head-top .container, header .branding  .container{ padding: 0 20px;}*/
.hcp-header {
  background: var(--white);
}
header .hcp-header a span{
  font-weight: normal;
  position: relative;
  display: block;
  font-size: 80%;
}
header .head-top {
  background: #f6f6f6;
  color: #140834;
  font-size: 12px;
  font-weight: bold;
  padding: 0.9rem 0 1.5rem  0;
}
header .head-top div > a {
  color: #424142;
  position: relative;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

header .head-top div > a:after {
  content: "|";
  position: absolute;
  padding: 0;
  font-weight: normal;
  font-size: 14px;
  top: -1px;
  color: #6cc04a;
  right: -10px;
}
header .hcp-header .branding .keytruda-logo {
  margin-left: 50px;
}
header .head-top a:last-child:after {
  content: ""
}
header .head-top a.active:before {
  content: "";
  border-top: 8px solid #6cc04a;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  left: 0;
  top: -15px;
  width: 100%;
  position: absolute;
}
header .left-links {
  display: flex;
  gap: 20px;
}
#left-links-prescripcion {
  max-width: 36ch;
}
#left-links-guia {
  max-width: 18ch;
}
#left-links-sitio {
  width: auto;
  min-width: auto;
}

@media only screen and (min-width: 769px) {
  #left-links-sitio {
    width: max-content;
    min-width: max-content;
  }

  #left-links-sitio br {
    display: none;
  }
}

header .right-links {
  display: flex;
  justify-content: flex-end;
  position: relative;
  align-items: center;
    gap: 10px;
  }

  @media (min-width: 768px) {
    header .right-links {
      gap: 20px;
    }
  }

header .right-links a:after {
  color: #6cc04a;
  font-weight: normal;
}

header .head-top.hcp-header .right-links a:after {
  color: #6cc04a;
}

@media only screen and (min-width: 769px) {
}

header .right-links a:nth-child(4):after {
  content: ""
}
header .branding {
  padding: 10px 0;
  background: #ffffff;
  box-shadow: 0px 1px 40px 0px #ddd;
}
header .branding .container {
  justify-content: space-between;
}
header .branding .merk-logo img {
  max-width: 250px;
  align-self: center;
}
header .branding .keytruda-logo img {
  max-width: 154px;
  align-self: center;
}
header .branding a{
  display: flex;
}
header .branding .codingAndBilling {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}
header .branding span {
  font-weight: 300;
}
header .branding a i {
  background: #ffffff;
  color: #6cc04a;
  border-radius: 30px;
}
header .branding .patients-caregivers {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #424142;
  text-decoration: none;
  position: relative;
  padding: 0 20px;
  top: 3px;
  max-width: 20ch;
  line-height: 1.1;
}
header .branding .patients-caregivers:after {
  content: "";
  border-left: 1px solid #b5bcbf;
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
}
header .branding .patients-caregivers:before {
  content: "";
  border-left: 1px solid #b5bcbf;
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
}
header .branding .coding {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  background: #6cc04a;
  padding: 3px 15px;
  border-radius: 50px;
  margin-bottom: 3px;
  margin-left: 16px;
  position: relative;
  transition: transform .3s ease-in;
  align-self: center;
  text-decoration: none;
}
header .branding .coding i {
  background: #ffffff;
  color: #6cc04a;
  border-radius: 30px;
  padding: 3px 8px;
  margin: 0 0 10px 10px;
  position: relative;
  top: 4px;
  right: -2px;
  font-size: 15px;
  line-height: 23px;
  align-self: center;
}
header .branding .coding:hover {
  transition: transform .3s ease-in;
  transform: scale(105%)
}
header .contact-mobile {
  display: none
}
header .main-menu button {
  background: #6cc04a;
  border-radius: 3px;
  border: 1px solid #6cc04a;
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  padding: 9px 12px 6px 12px;
  font-weight: bold;
  cursor: pointer;
}
/*create an X with before and after */
header .main-menu .close:after {
  content: "\2715";
  position: absolute;
  font-size: 13px;
  font-weight: 700;
  color: #6cc04a;
  top: 50%;
  transform: translateY(-45%);
  left: 0;
  width: 100%;
}
header .main-menu .close {
  position: relative;
  clear: unset;
  float: unset;
  top: 0;
  border-radius: 50%;
  padding: 8px;
  background-color: #fff;
}

header .main-menu button:hover {
  background: #ffffff;
  border: 1px solid #6cc04a;
  color: #6cc04a;
}
header .main-menu .menu-close {
  background: #6cc04a;
  display: flex;
  gap: 5px;
  align-items: center;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  padding: 8px 11px 7px 14px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  color: #ffffff;
  cursor: pointer;
}
header .menu {
  background: #fff url("../img/menu-bg.png") no-repeat left top;
  border: 1px solid #6cc04a;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-size: 100% 32px;
  clear: both;
  text-align: center;
  position: absolute;
  right: 0;
  top: 6px;
  z-index: 10;
  max-height: 0;
  /*transition: max-height 0.3s ease-out;*/
  opacity: 0;
  overflow: hidden;
  transition: all .3s ease-in;
}
header .menu .icon-menu {
  width: 15px;
  transform: rotate(180deg);
  opacity: .7;
  position: relative;
  background: transparent;
  padding: 0;
  cursor: pointer;
  display: block;
  margin: 10px auto 13px;
}
header .menu.menu-show {
  max-height: 500px;
  /*transition: max-height 0.3s ease-in;*/
  opacity: 1;
  transition: all .3s ease-in;
}
header .main-menu .menu-close i {
  background: #ffffff;
  color: #6cc04a;
  border-radius: 30px;
  padding: 0px 0px;
  margin: 0 0 0 5px;
  font-size: 17px;
  font-weight: 300;
  line-height: .9;
  top: 2px;
  position: relative;
}
header .menu ul {
  list-style-type: none;
  padding: 32px 0px 0px 0px;
  margin: 0;
  width: 250px;
}
header .menu ul > em{
    font-size:80%;
    font-weight: normal;
    font-style: normal;
}
header .menu ul li {
  background: url("../img/menu-seperator.png") no-repeat bottom
}
header .menu ul li:hover:last-child, header .menu ul li:hover{ background: #6cc04a;}
header .menu ul li:last-child {
  background: none;
  white-space: nowrap;
}
header .menu ul li a {
  font-size: clamp(15px, 1.5vw, 16px);
  line-height: 19px;
  font-weight: normal;
}
header .menu ul.menu-hcp li:last-child {
  background-color: #6cc04a
}
#nav-icon {
  width: 33px;
  height: 30px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #6dbe4b;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0px;
}
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 7px;
}
#nav-icon span:nth-child(4) {
  top: 14px;
}
#nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
  top: 15px;
  width: 0%;
  left: 50%;
}
.mobile-menu {
  display: none
}
.essentialaccessibility-mobile {
  display: none
}
/*=============================================================================================================
======================================   Main css start here    ===============================================
=============================================================================================================*/
main {
  position: relative;
}
main .help-section-home {
  padding: 10px 0 0;
}
main .help-section-home .d-flex {
  margin: 0 auto;
  max-width: 1020px;
  justify-content: center;
}
main .help-section-home .help-col {
  width: 30%;
}
main .help-section-home a {
  margin: 0;
  color: #424142;
  text-decoration: none;
  position: relative;
}
main .help-section-home h2 {
  margin-left: 37px;
}
main .help-section-home h2 img {
  max-width: 248px;
}
main .help-section-home .col-sm-3 {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  color: #424142;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 15px;
  cursor: pointer;
}
main .help-section-home .col-sm-3 img {
  height: 180px;
  width: 195px;
  transition: all .3s ease-in;
}
main .help-section-home .col-sm-3:hover img {
  transform: scale(110%);
}
main .help-section-home .col-sm-3 h3 {
  font-size: 19px;
  line-height: 20px;
  font-weight: bold;
  background-size: 100%;
  padding: 10px 0 20px 0;
  width: 100%;
  margin-bottom: 20px;
}
main .help-section-home .col-sm-3 p {
  margin-left: auto;
  margin-right: auto;
  font-weight: normal
}
main .contact-us {
  position: fixed;
  right: 0px;
  top: 230px;
  width: 89px;
  height: 173px;
  color: #424142;
  z-index: 1;
}
main .contact-us .contact-info {
  right: -310px;
  transition: right 0.3s ease-out;
  position: absolute;
  width: 309px;
  border: 2px solid #b5bcbf;
  border-right: 0;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  padding-top: 5px;
  background: #fff;
}
main .contact-us .contact-info.show-info {
  right: 0;
  top: -25px;
}
main .contact-us .contact-info.show-info  a{
  color: unset;
  text-decoration: none;
}
main .contact-us.active {
  z-index: 10;
}
main .contact-us .contact-info p {
  margin: 6px 0px;
  width: 240px;
  line-height: 16px;
  font-weight: normal;
}
main .contact-us .contact-info p span {
  font-family: 'Arial Black', Helvetica, sans-serif;  
}
main span.contact {
  position: absolute;
  top: 140px;
  right: -68px;
  transform-origin: 0 0;
  transform: rotate(270deg);
  padding: 25px 12px 5px 12px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  background: #e6e7e8;
  cursor: pointer;
  z-index: 1;
}
main span.contact i {
  transform: rotate(90deg);
  position: absolute;
  top: 5px;
  font-size: 150%;
  left: 45%;
  transition: rotate 0.3s ease-out;
}
main span.contact.active i {
  transform: rotate(-90deg);
}
main .contact-info i {
  position: absolute;
  top: 5px;
  left: 5px;
  background: #ffffff;
  color: #6cc04a;
  font-size: 16px;
  cursor: pointer
}
main .question-about .col-sm-7 {
  background: #56a04f;
  border-right: 5px solid #ffffff;
  ;
}
main .question-about h4 {
  font-size: 24px;
  line-height: 24px;
  color: #424142;
  font-family: 'Arial Black', Helvetica, sans-serif;
  background: #6cc04a;
  padding: .5rem 0 0 2rem;
  margin: 0;
}
main .question-about h4 span {
  color: #ffffff;
}
main .question-about .questions {
  padding: 2px 1rem 21.5px 4rem;
  font-size: 13px;
  line-height: 19px;
  color: #ffffff;
}
main .question-about ul {
  padding: 15px;
  padding-bottom: 0;
  margin-bottom: 0;
}
main .question-about .questions li {
  margin-bottom: 5px;
}
main .question-about .enroll-button
,.questions .enroll-button
,.questions .enroll-button span
,.site-wrapper main .program-for .enroll-button {
  background: #ffffff;
  border-radius: 30px;
  margin: 0 auto;
  font-family: 'Black', Helvetica, sans-serif;
  font-size: 26px;
  line-height: 22px;
  color: #424142;
  text-decoration: none;
  padding: 8px 10px 8px 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
}

main .questions .enroll-index {
  margin: 0 0;
}
main .question-about .enroll-button i
, .questions .enroll-button i
, .site-wrapper main .program-for .enroll-button i {
  background: #56a04f;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
  width: 26px;
  height: 25px;
  position: relative;
  top: 0px;
}
main .question-about .enroll-button i:before, .site-wrapper main .program-for .enroll-button i:before {
  padding-left: 3px;
}
main .question-about .enroll-button:hover, .site-wrapper main .program-for .enroll-button:hover {
  transform: scale(105%)
}
main .question-about .col-sm-5 img {
  width: 100%;
  object-fit: none;
  height: 100%;
  object-position: 65% 0;
}
main .upload-document {
  background: #b5bcbf;
  margin: 5px 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: 'Arial Black', Helvetica, sans-serif;

  color: #424142;
  padding: 16px 0px;
  font-size: 20px;
  flex-direction: row-reverse
}
main .upload-document a {
  margin-left: 20px;
  background: #ffffff;
  border-radius: 30px;
  font-family: 'Arial Black', Helvetica, sans-serif;
  font-size: 26px;
  line-height: 31px;

  color: #424142;
  text-decoration: none;
  padding: 10px 18px;
  display: inline-block;
  transition: all .3s ease-in;
}
main .upload-document a i {
  background: #56a04f;
  border-radius: 100%;
  text-align: center;
  color: #ffffff;
  width: 28px;
  height: 28px;
  position: relative;
  /* top: -3px; */
  right: -7px;
  display: inline-block;
}
main .upload-document a i img {
  width: 80%;
  padding: 0px 2px;
  margin-top: -11px;
  vertical-align: middle;
}
main .upload-document a:hover {
  transition: all .3s ease-in;
  transform: scale(105%)
}
main .appointment {
  font-size: 18px;
  font-weight: bold;
  color: #140834;
  text-align: center;
  padding: 12px 28px;
  padding-top: 20px;
}
main .upload-document .tel{ border-radius: 0px; font-size: inherit; padding: 0px;}
/*=============================================================================================================
======================================   Footer css start here    =============================================
=============================================================================================================*/
footer {
  background: #e6e7e8;
  clear: both;
  overflow: hidden;
  padding: 15px 0;
  color: #000;
  font-weight: bolder;
}
footer ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 20px 0px;
  font-weight: normal;
  display: flex;
  align-items: flex-start;
}
footer ul li {
  display: inline-block;
  line-height: 32px;
  position: relative;
  width: 80px;
}
footer ul li:after {
  content: "";
  background: #000;
  width: 3px;
  height: 3px;
  position: absolute;
  border-radius: 50%;
  line-height: 32px;
  top: 17px;
  right: 10px;
  margin-top: -3px;
}
footer ul li:last-child:after {
  display: none;
}
footer ul li a {
  color: #00877d;
  text-decoration: none;
  font-size: 14px;
}
footer ul li a:hover {
  color: #000;
}
footer .copyright {
  font-size: 14px;
  line-height: 22px;
  color: #000;
}
footer .copyright p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  color: #000;
}
footer .partners-logo {
  display: block;
  margin: 25px auto 0 auto;
}
footer .seal {
  width: 145px;
  margin-right: 25px;
}
footer .essentialaccessibility {
  width: 94px;
}
footer .merck {
  width: 156px;
  float: right;
}
footer .container {
  padding-left: 20px;
}
/*=============================================================================================================
=================================   HCC home page css start here    ===========================================
=============================================================================================================*/
.site-wrapper header .branding, header .branding {
  box-shadow: 0px 5px 10px 0px #ddd;
  position: relative;
}
.site-wrapper header .right-links a:after {
  color: #ffffff;
}
.site-wrapper header .menu ul li a {
text-decoration: none;
  color: #424142;
}

.header-hcc .head-top {
  background-color: var(--darkGray);
  color: var(--white);
}

.header-hcc .head-top a {
  color: var(--white);
}

.header-hcc .head-top .dropdown-container-spanish {
  position: relative;
  height: 100%;
  z-index: 1;
}

.header-hcc .head-top .dropdown-container-spanish .inner-container {
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
}

@media (min-width: 769px) {
  .header-hcc .head-top .dropdown-container-spanish .inner-container {
    border: 1px solid var(--white);
    border-radius: 25px;
    height: 32px;
    padding: 2px;
    background-color: var(--darkGray);
  }

  .header-hcc .head-top .dropdown-container-spanish .inner-container button {
    text-align: right;
    width: max-content;
    max-width: 190px;
    padding-left: 3px;
  }

  .header-hcc .head-top .dropdown-container-spanish .inner-container button br {
    display: none;
  }
}

.header-hcc .head-top .dropdown-container-spanish button {
  height: 100%;
  width: 55px;
  border: none;
  background-color: transparent;
  max-width: 100px;
}

.header-hcc .head-top .dropdown-container-spanish span {
  display: block;
  position: relative;
  height: 20px;
  width: 20px;
  background-color: var(--green);
  border: 1px solid var(--white);
  border-radius: 50%;
  transition: all .2s ease-in;
  cursor: pointer;
}

.header-hcc .head-top .dropdown-container-spanish span:after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 8px;
  height: 9px;
  width: 9px;
  border-left: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  display: block;
  transform: rotate(-45deg) translateX(-50%);
}

@media (min-width: 769px) {
  .header-hcc .head-top .dropdown-container-spanish span {
    background-color: transparent;
    margin-left: 3px;
    height: 24px;
    width: 24px;
  }

  .header-hcc .head-top .dropdown-container-spanish span:after {
    left: 10px;
    top: 2px;
  }
}

.header-hcc .head-top .dropdown-container-spanish .dropdown {
  position: absolute;
  display: none;
  background-color: var(--white);
  top: 35px;
  padding: 5px;
  width: 100%;
  border-radius: 0 0 5px 5px;
  border: 1px solid var(--green);
  border-top: none;
  gap: 5px;
  flex-direction: column;
}

@media (min-width: 769px) {
  .header-hcc .head-top .dropdown-container-spanish .dropdown {
    width: 100%;
    left: 0;
    border-color: var(--darkGray);
    background-color: var(--white);
    z-index: -1;
  }

  .header-hcc .head-top .dropdown-container-spanish .dropdown:before {
    content: "";
    position: absolute;
    top: -15px;
    height: 15px;
    background-color: var(--white);
    width: 100%;
    left: 0px;
    z-index: 1;
  }
}

.header-hcc .head-top .dropdown-container-spanish a {
  margin: 0;
  color: var(--black);
  padding: 0;
  max-width: 100%;
  text-align: center;
  text-decoration: underline;
}

@media (min-width: 769px) {
  .header-hcc .head-top .dropdown-container-spanish a {
    max-width: unset;
  }
}

.header-hcc .head-top .dropdown-container-spanish hr {
  margin: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 10%, var(--green) 25%, forestgreen 40%, forestgreen 60%, forestgreen 75%, rgba(255, 255, 255, 0.5) 90%);
  height: 2px;
}

.header-hcp .head-top {
  background-color: var(--white);
  color: var(--black);
}

.header-hcp .head-top a {
  color: inherit;
}

.header-hcp .head-top a .break_line {
  display: block;
}

@media (min-width: 769px) {
  .header-hcp .head-top a .break_line {
    display: none;
  }
}

.header-hcp .head-top .dropdown-container-spanish {
  position: relative;
  height: 100%;
  z-index: 1;
}

.header-hcp .head-top .dropdown-container-spanish .inner-container {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  align-items: center;
}

@media (min-width: 769px) {
  .header-hcp .head-top .dropdown-container-spanish .inner-container {
    border: 1.5px solid var(--green);
    border-radius: 25px;
    height: 32px;
    background-color: var(--white);
    gap: 2px;
    padding: 1px 1px 1px 22px;
  }
}

.header-hcp .head-top .dropdown-container-spanish button {
  font-weight: 700;
  height: 100%;
  width: 55px;
  border: none;
  background-color: transparent;
  max-width: 100px;
  text-align: center;
  color: var(--white);
  font-size: 7.5px;
  font-weight: 700;
}

@media (min-width: 769px) {
  .header-hcp .head-top .dropdown-container-spanish button {
    font-weight: 700;
    color: var(--black);
    font-size: 12px;
    width: max-content;
    max-width: 190px;
    padding-left: 3px;
  }
}

.header-hcp .head-top .dropdown-container-spanish span {
  display: block;
  position: relative;
  height: 20px;
  width: 20px;
  background-color: var(--green);
  border: 1px solid var(--white);
  border-radius: 50%;
  transition: all .2s ease-in;
  cursor: pointer;

}

.header-hcp .head-top .dropdown-container-spanish span:after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 8px;
  height: 9px;
  width: 9px;
  border-left: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  display: block;
  transform: rotate(-45deg) translateX(-50%);
}

@media (min-width: 769px) {
  .header-hcp .head-top .dropdown-container-spanish span {
    background-color: var(--green);
    height: 24px;
    width: 24px;
  }

  .header-hcp .head-top .dropdown-container-spanish span:after {
    top: 2px;
    left: 10px;
  }
}

.header-hcp .head-top .dropdown-container-spanish .dropdown {
  position: absolute;
  display: none;
  background-color: var(--white);
  top: 30px;
  padding: 5px;
  width: 100%;
  border-radius: 0 0 5px 5px;
  border: 1px solid var(--green);
  border-top: none;
  gap: 5px;
  flex-direction: column;
}

@media (min-width: 769px) {
  .header-hcp .head-top .dropdown-container-spanish .dropdown {
    width: 100%;
    left: 0;
    background-color: var(--white);
    z-index: -1;
  }

  .header-hcp .head-top .dropdown-container-spanish .dropdown:before {
    content: "";
    position: absolute;
    top: -15px;
    height: 15px;
    background-color: var(--white);
    width: calc(100% + 2px);
    left: -1px;
    border-left: 1px solid var(--green);
    border-right: 1px solid var(--green);
    z-index: 1;
  }
}

.header-hcp .head-top .dropdown-container-spanish a {
  margin: 0;
  color: var(--black) !important;
  padding: 0;
  max-width: 100%;
  text-align: center;
  text-decoration: underline;
}

@media (min-width: 769px) {
  .header-hcp .head-top .dropdown-container-spanish a {
    max-width: unset;
    font-size: 12px;
  }
}

.header-hcp .head-top .dropdown-container-spanish hr {
  margin: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 10%, var(--green) 25%, forestgreen 40%, forestgreen 60%, forestgreen 75%, rgba(255, 255, 255, 0.5) 90%);
  height: 2px;
}
header .menu ul li a {
  padding: 0;
}
header .menu ul li {
  padding: 7px 0px;
}
header .menu ul.menu-hcp li:last-child span {
  color: #ffffff;
  white-space: nowrap;
  display: inline-block;
  font-weight: bold;
}
.site-wrapper .live-chat {
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
  background: #6cc04a;
  padding: 4px 5px 0 60px;
  border-radius: 50px;
  max-height: 41px;
  margin-top: 5px;
  position: relative;
}
.site-wrapper .live-chat span.icon {
  width: 28px;
  height: auto;
  background: #ffffff;
  padding: 0px 4px;
  border-radius: 50%;
  margin: -6px 0px 0 30px;
  position: relative;
}
.site-wrapper .live-chat span.icon img {
  vertical-align: baseline;
}
.site-wrapper .branding .home {
  padding: 16px 0 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #424142;
  position: relative;
  margin: 0 50px;
  text-decoration: none;
}
.site-wrapper .branding .home:before {
  content: "";
  border-top: 8px solid #6cc04a;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  left: 0;
  width: 100%;
  position: absolute;
  bottom: -10px;
}
.site-wrapper .branding .container .left-logos {
  display: flex;
  width: auto;
  gap: 3rem;
  align-items: center;
  justify-content: space-between;
}
.merck-program {
  text-align: left;
  color: var(--darkGray);
}
.merck-program h3 {
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 600;
}
@media (min-width: 768px) {
  .merck-program h3 {
    font-size: 20px;
  }
}
.merck-program b {
  font-weight: 900;
}
@media (max-width: 768px) {
  .hide-mobile {
    display: none;
  }
}

.left-logos a {
  display: block;
  width: auto;
  text-align: center;
    text-decoration: none;
}
.left-logos a img {
  width: 100%;
  max-width: 100%;
}
.left-logos img {
  width: 50%;
  max-width: 100%;
}
.site-wrapper .banner {
  min-height: 205px;
  background: url("../img/con-banner.jpg") no-repeat;
  background-size: cover;
  margin-bottom: 15px;
  box-shadow: 0px 5px 10px 0px #ddd;
  background-position: center top;
  padding-top: 30px;
  position: relative;
}
.site-wrapper .banner .banner-tagline {
  position: absolute;
  left: 8%;
  bottom: 10px;
  text-shadow: 1px 1px 1px #000;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  color: #ffffff;
}
.site-wrapper .banner div:after {
  box-shadow: 5px 50px 11px -23px #ddd;
  border-radius: 0px 0px 0px 0px;
}
.site-wrapper .banner img {
  max-width: 100%;
  width: 75%;
  margin-bottom: 10px;
  margin-left: 9%;
}
.site-wrapper .banner .helpbox img {
  margin-top: 0;
  width: 110px;
  margin-left: 0
}
.site-wrapper .banner .helpbox a, .site-wrapper .help-content .helpbox a {
  text-decoration: none;
  color: #424142;
  width: 100%;
}
.site-wrapper .banner .helpbox a h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.site-wrapper .banner .helpbox {
  flex-direction: column;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #424142;
  text-align: center;
}
.site-wrapper .banner .helpbox:nth-child(1) {
  width: 25%;
}
.site-wrapper .banner .helpbox:nth-child(2) {
  width: 45%;
}
.site-wrapper .help-content .helpbox p {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  font-weight: normal;
}
.site-wrapper .program-for {
  margin: 10px 0 15px 0;
  clear: both;
  overflow: hidden;
}
.site-wrapper .program-for .container{ display: flex;}
.site-wrapper .program-for .green-box {
  background: #6cc04a;
  border-right: 7px solid #ffffff;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  padding: 1rem 0 3rem 1rem;
}
.site-wrapper .program-for .green-box .questions {
  padding-bottom: 15px;
}

.site-wrapper .program-for .green-box .questions p {
  font-size: 19px;
  font-weight: 100;
}

@media (min-width: 769px) {
  .site-wrapper .program-for .green-box .questions p {
    max-width: 310px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
.site-wrapper .program-for .green-box h3 {
  font-size: 20px;
  line-height: 24px;
  font-family: 'Arial Black', Helvetica, sans-serif;

  /*  background: #6cc04a;*/
  padding: 0px 0 15px 0;
  margin: 0;
}
.site-wrapper .program-for .green-box-light {
  background: rgba(0, 0, 0, 0.1);
  color: #0d2240;
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  padding: 1rem 2rem .5rem 2rem;
}
.site-wrapper .program-for .green-box-light .row {
  margin: 16px 0 0;
}
.site-wrapper .program-for .green-box-light h4 {
  font-size: 20px;
  font-family: 'Arial Black', Helvetica, sans-serif;
  color: #0d2240;
  text-align: center;
  margin-bottom: 10px;
}
.site-wrapper .program-for .green-box-light ol {
  text-align: center;
  list-style-type: none;
}
.site-wrapper .program-for .green-box-light ol li {
  width: 90%;
  clear: both;
  font-size: 16px;
  text-align: left;
  display: list-item;
  position: relative;
  margin: 0 auto 6px auto;
  padding: 4px 0;
}
.site-wrapper .program-for .green-box-light ol li span.or {
  position: absolute;
  left: 45%;
  top: 30%;
  font-weight: bold;
  font-size: 20px;
}
.site-wrapper .program-for .green-box-light ol li:first-child:before {
  content: "1";
  position: absolute;
  left: -55px;
  top: 50%;
  font-family: 'Arial Black', Helvetica, sans-serif;

  font-size: 51px;
  margin-top: -14px;
}
.site-wrapper .program-for .green-box-light ol li:after {
  content: "";
  background: url(../img/enroll-seperator.png) no-repeat center top;
  width: 100%;
  height: 3px;
  display: block;
  background-size: 100%;
  bottom: -6px;
  left: 0;
  position: absolute;
}
.site-wrapper .program-for .green-box-light ol li:last-child:after {
  background: none;
}
.site-wrapper .program-for .green-box-light ol li:nth-child(2):before {
  content: "2";
  position: absolute;
  left: -55px;
  top: 50%;
  font-family: 'Arial Black', Helvetica, sans-serif;

  font-size: 51px;
  margin-top: -14px;
}
.site-wrapper .program-for .green-box-light a {
  display: flex;
  max-width: 120px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
}
.site-wrapper .program-for .green-box-light a img {
  width: 100%;
}
.site-wrapper .program-for .green-box-light ol li:nth-child(3):before {
  content: "3";
  position: absolute;
  left: -55px;
  top: 50%;
  font-family: 'Arial Black', Helvetica, sans-serif;

  font-size: 51px;
  margin-top: -14px;
}
.site-wrapper .program-for .green-box-light ol li span {
  align-items: center;
  display: inline-block;
  padding: 0 10px;
}
.site-wrapper .program-for .green-box-light ol li span img {
  width: 50%;
  max-width: 63px;
  margin-bottom: 10px;
}
.site-wrapper .program-for .green-box-light ol li span img.elec {
  width: 70%;
  max-width: 140px;
}
.site-wrapper .program-for .green-box-light ol li span:nth-child(3) {
  width: 40%;
  margin-left: 6%;
}
.site-wrapper .program-for .green-box-light p {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 14px;
}
/* #tabs-content2 .green-box a{text-decoration: none;} */
/*=============================================================================================================
==============================   HCC enrollment page css start here    ========================================
=============================================================================================================*/
.site-wrapper .enroll-banner {
  background: url("../img/enroll-banner.jpg") no-repeat center;
  max-height: 107px;
  padding: 10px 15px;
  overflow: hidden;
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 19%);
  position: relative;
}
.site-wrapper .enroll-banner.affordability-banner {
  background: url("../img/affordability-banner.jpg") no-repeat;
  background-size: 105% 110%;
  background-position: -20% 15%;
  filter: brightness(1.029);
}
.site-wrapper .enroll-banner.support-banner {
  background: url("../img/support-banner.jpg") no-repeat center;
}
.enroll-banner .col-sm-6.sub-section.d-flex {
  justify-content: center;
}
.enroll-banner .col-sm-2 {
  margin-left: 16px;
}
.site-wrapper .enroll-banner .sub-section .banner-right-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-wrapper .enroll-banner .banner-left-section h2 {
  font-size: 30px;
  line-height: 35px;
  font-family: 'Arial Black', Helvetica, sans-serif;
  color: rgba(108, 192, 74, .95);
  background-size: 60% 1px;
  margin: 0;
  position: relative;
  min-width: max-content;
}
.site-wrapper .enroll-banner a {
  font-weight: bold;
  font-size: 12px;
  color: #0d2240;
  text-decoration: none;
  display: flex;
  align-items: center;
  line-height: 11px;
  width: 100%;
  justify-content: flex-end;
}
.site-wrapper .enroll-banner a i {
  font-size: 20px;
  margin: -2px 3px 0 0px;
}
.site-wrapper .enroll-banner .banner-left-section p {
  font-weight: bold;
  font-size: 12px;
  margin: 0px;
  margin-top: 4px;
}
.site-wrapper .enroll-banner .sub-section .banner-right-col h2 {
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  color: #424142;
  align-items: center;
  display: inline-block;
  font-family: 'Arial', Helvetica, sans-serif;
  margin: 0px 0px 10px 10px;
  background: none;
}
.site-wrapper .enroll-banner .banner-left-section img {
  width: 100%;
  max-width: 80px;
}
.site-wrapper .enroll-banner .banner-left-section p {
  clear: both;
}
.site-wrapper .enroll-banner .sub-section .banner-right-col img {
  /*  width: 100%;*/
  max-width: 60px;
}
.site-wrapper .learn-enrollment {
  padding: 20px 17px;
}
.site-wrapper .learn-enrollment h3 {
  font-size: 23px;
  line-height: 27px;
  font-weight: normal;
  color: #424142;
  margin-bottom: 0px;
}
.site-wrapper .learn-enrollment h3 span {
  font-size: 26px;
  font-family: 'Arial Black', Helvetica, sans-serif;
  display: block;
  color: #0d2240;
  margin-top: 3px;	
}
.site-wrapper .main-content-header .top-10{
  padding-top: 10px;
}
.site-wrapper .learn-enrollment p {
  padding-top: 15px;
  margin-bottom: 0;
  max-width: 1020px;
}
/**/
.site-wrapper .main-content-header {
  padding: 28px 50px 20px;
}
.site-wrapper .main-content-header h4 {
  font-size: 23px;
  line-height: 27px;
  font-weight: normal;
  color: #424142;
  margin-bottom: 0px;
}
.site-wrapper .main-content-header h3 {
  font-size: 26px;
  font-family: 'Arial Black', Helvetica, sans-serif;
  display: block;
  color: #0d2240;
  margin: 0px;
}
.site-wrapper .main-content-header h3 span.top-10{
  padding-top: 10px;
}
.site-wrapper .main-content-header p {
  padding-top: 15px;
  margin-bottom: 0;
  max-width: 1020px;
}
/**/
.form-wrapper {
  display: block;
}
.form-wrapper .head {
  width: 100%;
  font-size: 23px;
  line-height: 23px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  background: #6cc04a;
  min-height: 56px;
  padding: 16px 0 0;
  position: relative;
}
.form-wrapper .enrollment-form {
  width: 40%;
  float: left;
  margin-right: .25%;
}
.form-wrapper .sign-submit {
  width: 329px;
  float: left;
  border-left: 6px solid #ffffff;
  border-right: 6px solid #ffffff;
}
.form-wrapper .sign-submit .head {
  background: #56a04f
}
.form-wrapper .download-print {
  width: 59.75%;
  float: left;
}
.form-wrapper .hcp-enrollment {
  display: flex;
}
.form-wrapper .hcp-enrollment .enrollment-form {
  flex: 4;
}
.form-wrapper .hcp-enrollment .download-print {
  flex: 5;
}
#mainMenu {
  .menu-hcp{
    ul {
      li {
        a {
          padding: 0;
        }
      }
    }
  }
}
.site-wrapper .enroll-banner .sub-section .banner-right-col:first-child {
  justify-content: right
}
.banner-left-section {
  width: 60%;
}
.sub-section {
  width: 40%;
}
.banner-left-section .desktop {
  margin-right: 10px;
}
.sign-submit-or {
  position: absolute;
  right: -22px;
  top: 30%;
  z-index: 1;
}
.sign-submit-or span:nth-child(1) {
  background: #56a04f;
  padding: 5px 1px;
  position: relative;
}
.sign-submit-or span:nth-child(1) article {
  display: inherit;
  position: relative;
  left: 1px;
}
.sign-submit-or span:nth-child(2) {
  background: #6cc04a;
  padding: 5px 1px;
  position: relative;
}
.sign-submit-or span:nth-child(2) article {
  display: inherit;
  position: relative;
  right: 1px;
}
.enrollment-table {
  width: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e6e7e9+0,fefefe+100 */
  background: #e6e7e9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e6e7e9 0%, #fefefe 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e6e7e9 0%, #fefefe 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e6e7e9 0%, #fefefe 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e7e9', endColorstr='#fefefe', GradientType=0);
  /* IE6-9 */
  padding: 10px 10px 0 10px;
  float: left;
  position: relative;
}
.enrollment-heading {
  width: 73%;
  display: flex;
  padding-right: 40px;
  padding-left: 10px;
  flex-direction: column;
}
.enrollment-button {
  flex-shrink: 0;
  display: flex;
  align-items: self-start;
  position: relative;
  justify-content: flex-end;
  top: 0;
}
.enrollment-table-points {
  width: 100%;
  position: relative;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.enrollment-table-points h4 {
  font-size: 16px;
  line-height: 15px;
  color: #0d2240;
  font-weight: 700;
  margin-bottom: 0;
}
.enrollment-table-points .helpful-btn {
  background: #0d2240;
  font-size: 13px;
  letter-spacing: -.5px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 12px;
  padding: 0 7px;
  line-height: 19px;
  width: 116px;
  height: 20px;
  position: relative;
}
/*.enrollment-table-points .helpful-btn span {background: #ffffff;border-radius: 50%;text-align: center;color: #ffffff;line-height: 15px;width: 15px;height: 15px;position: relative; margin-left: 5px; }*/
.enrollment-table-points .helpful-btn span {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  top: 2px;
  position: absolute;
  right: 3px;
}
.enrollment-table-points .helpful-btn span img {
  width: 11px;
  margin-top: 0px;
  position: absolute;
  top: 5px;
}
.enrollment-table-points:before {
  content: "";
  background: url(../img/separator.png) no-repeat center bottom;
  width: 100%;
  height: 1px;
  display: block;
  background-size: 100%;
  bottom: 10px;
  left: 0;
  position: absolute;
}
.enrollment-table-points:last-child:before {
  display: none
}
.enrollment-heading p {
  color: #0d2240;
  font-size: 12px;
  line-height: 14px;
  padding-top: 0px;
}
.download-print .enrollment-table-points {
  display: block;
}
.enrollment-icon {
  text-align: center;
}
.enrollment-icon img {
  max-width: 43px;
  width: 100%;
  margin-top: 5px;
}
/*.sign-submit .enrollment-table-points {
display: block;
}*/
.sign-submit .enrollment-icon img {
  max-width: 60px;
  width: 60px;
  margin-top: -15px;
}
.enrollment-form .enrollment-table .enrollment-table-points:nth-child(2) {
  display: flex;
  align-items: flex-start;
  padding-top: 20px;
}
.enrollment-form .enrollment-table .enrollment-table-points:nth-child(3), .enrollment-form .enrollment-table .enrollment-table-points:nth-child(4) {
  display: flex;
  align-items: flex-start;
}

.form-shadow {
  width: 100%;
  text-align: center;
  height: 30px;
}
.form-shadow img {
  width: 100%;
}
.enrollment-support {
  background: #0d2240;
  padding: 12px 15px 12px 70px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.enrollment-support h4 {
  font-size: 23px;
  line-height: 27px;
  color: #ffffff;
  margin-bottom: 0;
  font-weight: bold;
}
.enrollment-support span img {
  width: 42px;
  height: auto;
  margin: 0px 15px 0 -56px;
  position: absolute;
  bottom: 10px;
}
.enrollment-content-main {
  width: 100%;
  padding: 0px 0 20px;
  float: left;
}
.enrollment-content {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 24px 15px;
}
.enrollment-content.empty {
  padding-top: 0;
}
.enrollment-content:before {
  content: "";
  background: url(../img/separator.png) no-repeat center bottom;
  width: 100%;
  height: 1px;
  display: block;
  background-size: 100%;
  bottom: 0px;
  left: 0;
  position: absolute;
}
.enrollment-content-main .enrollment-content:last-child:before {
  background: none
}
.enrollment-content-left {
  min-width: 32ch;
}
.enrollment-content-left a {
  display: flex;
  align-items: center;
}
.enrollment-content-left h5 {
  font-size: 16px;
  line-height: 15px;
  font-weight: bold;
  color: #0d2240;
  margin-bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#daddde+0,fefefe+100 */
  background: #daddde;
  /* Old browsers */
  background: -moz-linear-gradient(left, #daddde 0%, #fefefe 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #daddde 0%, #fefefe 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #daddde 0%, #fefefe 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#daddde', endColorstr='#fefefe', GradientType=1);
  /* IE6-9 */
  border-left: 3px solid #ffffff;
  min-height: 39px;
  align-items: center;
  display: flex;
  padding: 0 12px;
}
.enrollment-content-right p { 
  font-weight: normal;
  color: #424142;
  margin-bottom: 0;
}
.enrollment-content-left a {
  text-decoration: none;
}
.enrollment-content-left a span {
  max-width: 39px;
  width: 100%;
  height: 39px;
  background: #6cc04a;
  text-align: center;
  line-height: 33px;
  border-radius: 8px 0 0 8px;
  display: flex;
  justify-content: center;
  padding: 8px 5px;
}
.enrollment-content-left a span img {
  max-width: 27px;
  width: 100%;
}
.enrollment-popup {
  width: 498px;
  position: absolute;
  right: 0;
  transition: opacity 0.3s ease-out;
  opacity: 0;
  display: none;
  background: #e6e7e9;
  z-index: 1;
  top: 0px;
  border-radius: 19px;
  border: 1px solid #0d2240;
  left: 9px;
  -webkit-box-shadow: 5px 6px 12px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 5px 6px 12px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 5px 6px 12px 0px rgba(0, 0, 0, 0.35);
}
.enrollment-popup-header {
  background: #0d2240;
  min-height: 33px;
  border-radius: 17px 17px 0 0;
}
.enrollment-popup-header h6 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 4px 4px 20px;
}
.enrollment-popup ul {
  list-style-type: none;
  padding: 15px 20px 0;
  margin-bottom: 0
}
.enrollment-popup ul li {
  background: url("../img/check-mark.svg") no-repeat top left;
  background-size: 18px;
  padding-left: 30px;
  padding: 0px 0 15px 30px;
  font-weight: normal;
  font-size: 16px;
  position: relative;
}
.enrollment-popup ul li:after {
  margin-top: 5px;
  content: "";
  background: url(../img/popup-seperator.png) no-repeat center bottom;
  width: 100%;
  height: 1px;
  display: block;
  background-size: 100%;
  position: absolute;
}
.enrollment-popup ul li:last-child:after {
  background: none
}
.close-popup {
  position: absolute;
  top: 6px;
  right: 7px;
}
.close-popup i {
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  color: #56a04f;
  font-size: 15px;
  line-height: 21px;
  width: 21px;
  height: 21px;
  position: relative;
}
.popup2 {
  top: 0px;
}
.enrollment-popup.show {
  display: block;
  opacity: 1;
  z-index: 1
}
.desktop {
  display: block !important;
}
.mobile {
  display: none !important;
}
.enrollment-support-main {
  width: 100%;
  float: left
}
.enrollment-support-main-hcp .enrollment-content::before {
  background: none;
}
.enrollment-support-main-hcp .enrollment-content:not(:last-child) {
  padding-bottom: 0;
}
.inner-deactive:before {
  display: none;
}
.enrollment-support h4 br {
  display: none;
}
.question-about-main {
  display: flex;
}
.hcp-enroll-banner {
  background: #ffffff !important;
  max-height: 107px;
  padding: 10px 15px;
  overflow: hidden;
  box-shadow: 0px 5px 10px 0px #ddd;
}
.question-about-main .float-start {
  display: table-cell;
}
.site-wrapper .hcp-enroll-banner .sub-section .banner-right-col img {
  /* width: 100%; */
  max-width: 48px;
}
.site-wrapper .hcp-enroll-banner .sub-section .banner-right-col h2 {
  font-size: 16px;
  line-height: 19px;
}
.site-wrapper .hcp-enroll-banner .sub-section .banner-right-col:first-child {
  justify-content: left;
}
.site-wrapper .hcp-enroll-banner .banner-left-section img {
  width: 100%;
  max-width: 70px;
  transition: all .3s ease-in;
}
.banner-right-col a img {
  transition: all .3s ease-in;
}
.banner-right-col a:hover img {
  transform: scale(115%);
}
.banner-left-section img {
  transition: all .3s ease-in;
}
.banner-left-section:hover img {
  transform: scale(110%);
}
.enroll-banner .banner-left-section:hover img {
  transform: none;
}
.enrollment-two-col-popup {
  width: 933px;
  left: -190%;
  top: -11px;
}
.col-popup-left {
  width: 50%;
  float: left;
  /*border-right: 1px solid #0d2240;*/
}
.col-popup-right {
  width: 50%;
  float: left;
}
.border-none {
  border: none;
}
.border-s {
  border-left: 1px solid #0d2240;
}

.col-popup-left .enrollment-popup-header {
  border-radius: 17px 0px 0 0;
  border-right: 1px solid #fff;
}
.col-popup-left ul {
  border-right: 1px solid #0d2240;
}
.col-popup-left.border-none .enrollment-popup-header {
  border: none;
}
.col-popup-left.border-none ul {
  border: none;
}
.col-popup-right.border-s {
  border: none;
}
.col-popup-right.border-s .enrollment-popup-header {
  border-left: 1px solid #fff;
}
.col-popup-right.border-s ul {
  border-left: 1px solid #0d2240;
}
.col-popup-right .enrollment-popup-header {
  border-radius: 0px 17px 0 0;
}
.enrollment-popup-header h6 br {
  display: none;
}
.enrollment-popup-header h6 span {
  font-weight: normal
}
.enrollment-two-col-popup ul li {
  letter-spacing: -0.2px
}
.enrollment-form .enrollment-table-points:first-child {
  margin-top: -10px;
  margin-bottom: 15px;
}
.enrollment-form .enrollment-table-points:first-child:before{ bottom: 0px;}
.sign-submit .enrollment-table-points:nth-child(2):before, .download-print .enrollment-table-points:nth-child(2):before{ bottom: 0px;}
.download-print .enrollment-table-points:nth-child(3) .enrollment-icon img{ margin-top: 8px;}
/*=============================================================================================================
==============================   HCC affordability page css start here    ========================================
=============================================================================================================*/
.tabs {
  width: 100%;
  margin-top: 0px;
  padding: 0px;
}
.tabs input {
  display: none;
}
.tabs label {
  display: inline-block;
  padding: 8px 0 8px 0;
  margin: 0 -1px;
  width: 49.95%;
  background: #e7f2df;
  text-align: center;
  border: 1px solid #6cc04a;
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  border-radius: 0px 0px 9px 9px;
  color: #0d2240;
  border-top: 1px transparent !important;
}
.tabs label:hover {
  cursor: pointer;
}
.tabs input:checked + label {
  border: 1px solid #6cc04a;
  background: #6cc04a;
  color: #ffffff;
  font-weight: bold;
}
.tabs #tab1:checked ~ .tabs-content #tabs-content1, .tabs #tab2:checked ~ .tabs-content #tabs-content2 {
  display: block;
}
.tabs .tabs-content > div {
  display: none;
  padding-top: 20px;
  overflow: auto;
}
.shadow-box {
  width: 100%;
  text-align: center;
  height: 30px;
  display: table;
}
.shadow-box img {
  width: 100%;
}
.affordability-program {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.affordability-program span {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  margin: 0 auto;
  width: 100%;
  display: block;
}
.affordability-program h3 {
  font-size: 26px;
  font-family: 'Arial Black', Helvetica, sans-serif;

  display: block;
  color: #0d2240;
  margin: 20px 0 20px
}
.affordability-program p span {
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  text-align: left;
  color: #0d2240;
}
.affordability-program ul {
  padding-left: 1rem
}
.affordability-program ul li {
  display: block;
  font-size: 17px;
  line-height: 20px;
  font-weight: normal;
  position: relative;
}
.affordability-program ul li:after {
  content: "";
  background: #000;
  width: 5px;
  height: 5px;
  position: absolute;
  border-radius: 50%;
  line-height: 32px;
  top: 10px;
  left: -15px;
  margin-top: -4px;
}
.affordability-program p {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: .5rem;
}
.affordability-program .font-bold p {
  font-weight: bold;
}
.affordability-program p a {
  color: #424142;
  text-decoration: underline;
}
.affordability-program p a:hover {
  text-decoration: none;
}
.affordability-heading {
  width: 100%;
  display: flex;
  align-items: center;
  /*background: #0d224a;*/
  background: #0d2240;
  min-height: 52px;
}
.affordability-heading h4 {
  color: #ffffff;
  font-size: 23px;
  line-height: 27px;
  margin-bottom: 0;
  font-weight: 800;
  padding: 8px 15px;
  letter-spacing: 1px;
}

@media only screen and (min-width: 769px) {
  .affordability-heading h4 {
    padding-right: 9rem;
  }
}
.affordability-columns {
  width: 100%;
  background: #e6e7e9;
  float: left;
  margin-bottom: 0px;
}
.green-box {
  background: #6cc04a;
  /*border-right: 7px solid #ffffff; */
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 15px;
}
.green-box p a {
  color: #ffffff;
}
.enroll-button {
  background: #ffffff;
  border-radius: 30px;
  font-family: 'Arial Black', Helvetica, sans-serif;
  font-size: 20px;
  line-height: 31px;
  color: #424142;
  text-decoration: none;
  padding: 10px 18px;
  display: inline-block;
  transition: all .3s ease-in;
}
.enroll-button i {
  background: #56a04f;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
  width: 25px;
  height: 25px;
  position: relative;
  transform: rotate(-20deg);
}
.enroll-button i:before {
  padding-left: 3px;
}
.enroll-button:hover {
  transform: scale(1.1);
  transition: all .3s ease-in;
}
.gray-box {
  padding: 0 15px;
}
.gray-box ul {
  list-style-type: none;
  margin-bottom: 0;
}
.gray-box ul li {
  display: block;
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  position: relative;
  padding-top: 2%;
}
.gray-box ul li:after {
  content: "";
  background: #000;
  width: 5px;
  height: 5px;
  position: absolute;
  border-radius: 50%;
  line-height: 32px;
  top: 8px;
  left: -10px;
  margin-top: 2%;
}
.gray-box ul li a {
  color: #424142;
  text-decoration: underline;
}
.gray-box ul li a:hover {
  text-decoration: none;
}
.enrollment-support-main h3 {
  font-size: 26px;
  font-family: 'Arial Black', Helvetica, sans-serif;

  display: block;
  color: #0d2240;
  margin: 0px 0 20px;
}
.affordability-program sub {
  bottom: 0px;
}
.contact-info sub, .contact-mobile sub {
  bottom: 0px;
}
.gray-box .audience{
  margin-bottom: 0;
  font-size: 16px;
  padding-top: 15px;
}
.gray-box p {
  line-height: 19px;
}
#tabs-content2 .green-box p {
  margin-bottom: 0;
}
#tabs-content2 .enroll-button {
  margin-bottom: 15px;
  text-align: left;
}
.affordability-columns {
  display: flex;
}
.affordability-columns .col-sm-6 {
  display: table-cell;
}
.terms {
  width: 100%;
  position: relative;
}
#termsModal {
  background-color: rgba(216, 217, 217, 1);
}
.modal-content {
  border: none;
  background-color: transparent;
}
.terms .enrollment-popup {
  width: 100%;
  display: none;
  z-index: 12;
  top: 0px;
  background: #ffffff;
  box-shadow: none;
  padding: 20px 0;
  position: relative;
}
.terms .enrollment-popup h4, .terms .enrollment-popup h5, .terms .enrollment-popup p {
  padding: 0 30px;
  margin-bottom: 0px;
}
.terms .enrollment-popup p {
  font-weight: normal;
}
.terms .enrollment-popup .enrollment-popup-header {
  margin-bottom: 20px;
  border-radius: 0;
  padding: 10px;
}
.terms .enrollment-popup h5 {
  font-weight: 600;
  color: #0c223f;
  font-size: 20px;
  margin-bottom: 10px;
}
.terms .enrollment-popup h4 {
  font-weight: 600;
  color: #6fbf4a;
  font-size: 20px;
  margin-bottom: 10px;
}
.terms .enrollment-popup .continue {
  text-align: center;
  padding-bottom: 20px;
}
.terms .enrollment-popup .continue {
  display: none;
}
.terms .enrollment-popup .continue.show, .terms .enrollment-popup .continue.enrroll-now.show {
  display: block;
}
.terms .enrollment-popup .close-popup {
  position: relative;
  top: 0;
  right: 0;
}
.terms .enrollment-popup .close-popup img {
  width: 182px;
}
.terms .enrollment-popup ul {
  padding-left: 40px;
}
.terms .enrollment-popup ul li {
  background: none;
  list-style-type: disc;
  padding-left: 0;
}
.terms .enrollment-popup ul li:after {
  background: none;
  content: ""
}
.terms .enrollment-popup.show {
  display: block;
}
.model-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.60);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  display: none;
}
.gray-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(216, 217, 217, 1);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  display: none;
}
.gray-overlay.show {
  display: block !important;
}
.model-overlay.show {
  display: block !important;
}
.exit-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.60);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
}
.exit-overlay.show {
  display: block !important;
}
/*=============================================================================================================
==============================   HCC support page css start here    ========================================
=============================================================================================================*/
.support-column-main {
  display: flex;
}
.support-column-section .support-column {
  display: table-cell;
  background: #e6e7e9;
  width: 50%;
}
.head-section {
  width: 100%;
  font-size: 23px;
  line-height: 27px;
  color: #ffffff;
  font-family: 'Arial Black', Helvetica, sans-serif;

  background: #6cc04a;
  padding: 12px 15px 12px 40px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.head-section.dark {
  background: #56a04f;
}
.support-column .gray-box ul {
  padding-right: 0;
  padding-left: 50px;
}
.support-column-section .support-column:first-child {
  border-right: 6px solid #ffffff;
}
.support-enroll-section .upload-document {
  flex-direction: inherit;
}
.support-enroll-section .upload-document .align-content-start {
  text-align: right;
  font-family: 'Arial', Helvetica, sans-serif;
  font-weight: normal;
}
.support-enroll-section .upload-document {
  margin-top: 0;
  background: #0d2240;
  color: #ffffff;
  font-weight: normal;
}
main .support-enroll-section .upload-document a i {
  background: #56a04f;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
  width: 25px;
  height: 25px;
  position: relative;
  top: -3px;
  right: -3px;
}
.resources-forms {
  width: 100%;
  float: left;
}
.resources-section-main h3 {
  font-size: 26px;
  font-family: 'Arial Black', Helvetica, sans-serif;

  display: block;
  color: #0d2240;
  margin-bottom: 15px;
}
.resources-section-main {
  padding: 30px 0
}
.resources-section-main .container {
  padding: 0 15px;
}
.form-tab-section {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.resources-forms h4 {
  font-size: 23px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.form-tab-section .form-tab {
  background: #e6e7e9;
  border-right: 6px solid #fff !important;
  min-height: 65px;
}
.form-tab-section .form-tab a {
  background: #e6e7e9;
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
  width: 100%;
}
.form-tab-section .form-tab.transparent a {
  background: none !important;
}
.form-tab a {
  display: flex;
  align-items: center;
  color: #0d2240;
  font-weight: normal;
  padding: 0px 30px;
  min-height: 65px;
}
.no-order.form-tab-section .form-tab:nth-child(4), .no-order.form-tab-section .form-tab:nth-child(3), .no-order.form-tab-section .form-tab:nth-child(6) {
  margin-top: 5px;
  border-right: 6px solid #e6e7e9 !important;
  background: #ffffff;
  border-bottom: 1px solid #e6e7e9;
}
.no-order.form-tab-section .form-tab.border-w {
  border-right: 6px solid #fff !important;
}
.no-order.form-tab-section .form-tab.last-blank {
  border-right: 6px solid #fff !important;
  background-color: #e6e7e9;
  border-bottom: 1px solid #e6e7e9;
  line-height: 1px;
}
.no-order.form-tab-section .form-tab:nth-child(6) {
  margin-top: 5px;
  border-right: 6px solid #ffffff !important;
  background: #ffffff;
}  
.no-order .form-tab:nth-child(4) a, .no-order .form-tab:nth-child(3) a, .no-order .form-tab:nth-child(6) a {
  background: #ffffff;
}
.no-order.form-tab-section .form-tab:nth-child(4){ border-right: 6px solid #fff !important}
.form-tab a img {
  width: 100%;
  max-width: 35px;
  margin-right: 15px;
}
.foundational {
  padding: 12px 15px 10px 15px;
  margin-top: 0;
}
/*=============================================================================================================
==============================   welcome popup css start here    ========================================
=============================================================================================================*/
.welcome-popup {
  max-width: 476px;
  width: 90%;
  position: absolute;
  left: 0;
  right: 0;
  transition: opacity 0.3s ease-out;
  background: #ffffff;
  z-index: 1;
  border-radius: 0px;
  margin: 0 auto;
  top: 50%;
  transform: translate(0px, -50%);
  /*-webkit-box-shadow: 5px 6px 12px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 5px 6px 12px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 5px 6px 12px 0px rgba(0, 0, 0, 0.35);*/
}
.button-box {
  text-align: center;
  padding: 12px;
  text-transform: uppercase;
}
.welcome-popup .button-box label {
  position: relative;
  cursor: pointer;
}
.welcome-popup .button-box label input {
  display: none;
}
.welcome-popup .button-box label span {
  position: relative;
  display: inline-block;
  font-size: 25px;
  padding: 8px;
  width: 106px;
  background: #6cc04a;
  color: #ffffff;
  /*border-radius: 4px;*/
  -webkit-box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.30);
  -moz-box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.30);
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.30);
  transition: all .3s ease-in;
}
.welcome-popup .button-box label:first-child span {
  border-radius: 12px 0 0 12px
}
.welcome-popup .button-box label:last-child span {
  border-radius: 0 12px 12px 0
}
.welcome-popup .button-box label input:checked ~ span {
  color: #fff;
  background: #56a04f;
  transition: all .3s ease-in;
}
.welcome-popup .button-box label input:checked ~ span:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.welcome-popup .button-box label input:checked ~ span:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.welcome-popup-header {
  width: 100%;
  text-align: center;
  padding: 13px 0;
}
.welcome-popup-header h3 {
  font-weight: 100;
  font-size: 2rem;
  margin-bottom: 0;
}

.welcome-popup-header img {
  max-width: 221px;
  width: 100%;
}
.welcome-access-program {
  width: 100%;
  padding: 27px 0;
  background: #6cc04a;
  text-align: center;
}
.welcome-access-program h1 {
  color: var(--white);
  margin-bottom: 0;
  font-size: 1.75rem;
  text-align: left;
  padding: 0 1.5rem;
}
.welcome-access-program img {
  max-width: 400px;
  width: 100%;
}
.healthcare-provider {
  width: 100%;
  background: #56a04f;
  color: #ffffff;
  text-align: center;
  font-size: 21px;
  line-height: 25px;
  font-weight: 900;
  padding: 0 11px;
}
.exit-popup {
  width: 476px;
  position: absolute;
  left: 0;
  right: 0;
  transition: opacity 0.3s ease-out;
  background: #ffffff;
  z-index: 1;
  border-radius: 0px;
  margin: 0 auto;
  top: 50%;
  transform: translate(0px, -50%);
  border-top: 11px solid #56a04f;
  border-bottom: 11px solid #6cc04a;
}
.exit-popup-content {
  width: 100%;
  padding: 16px 0px 0px;
}
.exit-popup-content p {
  color: #000000;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  font-weight: normal;
  font-family: 'Arial', Helvetica, sans-serif;
  letter-spacing: -0.4px;
  margin-bottom: 10px;
}
.button-box .button {
  position: relative;
  display: inline-block;
  font-size: 25px;
  padding:10px 8px 8px 8px;
  width: 106px;
  background: #6cc04a;
  color: #ffffff;
  /*border-radius: 4px;*/
  border: none;
  -webkit-box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.30);
  -moz-box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.30);
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.30);
  transition: all .3s ease-in;
  text-decoration: none;
}
.button-box .button:first-child {
  border-radius: 12px 0 0 12px
}
.button-box .button:last-child {
  border-radius: 0 12px 12px 0
}
.button-box .button:hover {
  transition: all .3s ease-in;
  background: #56a04f;
}
.site-wrapper .enroll-banner.hcp-affordability-banner {
  background: none;
}
/*=============================================================================================================
==============================   Coding and billing css start here    ========================================
=============================================================================================================*/
.coding-billing {
  max-width: 1100px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0px 17px 30px 17px;
}
.coding-billing .two-col, .coding-billing .three-col {
  padding: 10px;
  display: flex;
  max-width: 329px;
  flex-direction: column;
  justify-content: space-between;
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  background: rgb(221, 221, 221);
  background: linear-gradient(90deg, rgba(221, 221, 221, 1) 0%, rgba(255, 255, 255, 1) 100%);
  position: relative;
}
.coding-billing .two-col {
  max-width: 45%;
  background: rgb(221, 221, 221);
  background: linear-gradient(90deg, rgba(221, 221, 221, 1) 0%, rgba(255, 255, 255, 0.5186668417366946) 60%);
}
.coding-billing h4 {
  font-size: 18px;
  font-weight: bold;
}
.based-on {
  position: absolute;
  bottom: -25px;
  left: 5px;
  font-size: 12px;
}
.coding-billing .download-button {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.coding-billing .download-button span {
  max-width: 39px;
  width: 100%;
  height: 39px;
  background: #6cc04a;
  text-align: center;
  line-height: 33px;
  border-radius: 8px 0 0 8px;
  display: flex;
  justify-content: center;
  padding: 8px 5px;
}
.coding-billing .download-button h5 {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #0d2240;
  margin-bottom: 0;
  background: #daddde;
  background: -moz-linear-gradient(left, #daddde 0%, #fefefe 100%);
  background: -webkit-linear-gradient(left, #daddde 0%, #fefefe 100%);
  background: linear-gradient(to right, #daddde 0%, #fefefe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#daddde', endColorstr='#fefefe', GradientType=1);
  border-left: 3px solid #ecedef;
  min-height: 39px;
  align-items: center;
  display: flex;
  padding: 0 12px;
  width: 80%;
}
.coding-billing ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  margin-top: 5px;
}
.coding-billing ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 10px 20px;
}
.coding-billing ul li span {
  padding-right: 20px;
}
.coding-billing ul li:first-child {
  background: rgb(231, 231, 231);
  background: linear-gradient(90deg, rgba(231, 231, 231, 1) 0%, rgba(255, 255, 255, 0.7035407913165266) 74%);
}
.coding-billing ul li .download-button {
  min-width: 240px;
}
.greenbox {
  background: #6cc04e;
  padding: 10px;
}
.info-copy {
  max-width: 1100px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 25px 17px 17px 17px;
  font-size: 12px;
  font-weight: normal;
}
.site-wrapper .learn-enrollment.prior-authorization p:last-child {
  padding-top: 10px;
}
.am-pm {
  font-size: 80%;
}
/*=============================================================================================================
==============================   Additional Materials css start here    =======================================
=============================================================================================================*/
.resource-interpage-links {
  text-align: center;
  padding: 30px 15px 20px 15px;
  display: flex;
  justify-content: center;
}
.resource-interpage-links div {
  justify-content: center;
  align-items: flex-end;
}
.resource-interpage-links a {
  color: #424142;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
}
.resource-interpage-links a br {
  display: none;
}
.resource-interpage-links a i {
  display: block;
  color: #b5bcbf;
  font-size: 24px;
  font-weight: bold;
}
.additional-resources-section {
  padding: 0 15px;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.additional-resources-section .bottom-border {
  border-bottom: 1px solid #b7bcbf;
}
.additional-resources-section .transparent {
  background: none !important;
}
.additional-resources-section .form-tab span {
  padding: 5px 0;
  min-height: 82px;
}
.additional-resources-section .form-tab span.supcopy {
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
}
.patient-resource .enrollment-content {
  flex-direction: column;
  align-items: flex-start;
}
.patient-resource .enrollment-content {
  padding: 15px 0px;
}
.patient-resource .enrollment-content:before {
  background: none;
}
.patient-resource .enrollment-content-left {
  padding-left: 50px;
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  margin-right: 5%;
}
.patient-resource .enrollment-content-left h5 {
  font-size: 16px;
  background: #daddde;
  background: -moz-linear-gradient(left, #daddde 0%, #fefefe 100%);
  background: -webkit-linear-gradient(left, #daddde 0%, #fefefe 100%);
  background: linear-gradient(to right, #daddde 0%, #fefefe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#daddde', endColorstr='#fefefe', GradientType=1);
}
.patient-resource .enrollment-content-left h5 b {
  color: #6cc04a;
  display: contents;
}
.patient-resource .enrollment-content .head {
  margin-bottom: 0;
  padding: 0px 0px 20px 30px;
  font-size: 18px;
  line-height: 21px;

  font-family: 'Arial Black', Helvetica, sans-serif;
}
.patient-resource .enrollment-content .head span {
  display: block;
  color: #6dbe4b;
}
/* Product Pistribution */
.product-distribution .product-headings {
  list-style-type: none;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0px 40px;
  background: url("../img/tabbg-desktop.png") no-repeat center bottom;
  display: flex !important;
  justify-content: space-around;
  background-size: cover;
  pointer-events: inherit;
  width: 100%;
}
.product-distribution .product-headings:before {
  position: absolute;
  background: url("../img/shaddow.png") no-repeat center bottom;
}
.product-distribution .product-headings li {
  font-size: 18px;
  line-height: 19px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  position: relative;
  width: 25%;
}
.product-distribution .product-headings li:after {
  content: "";
  border-left: 2px solid #fff;
  position: absolute;
  top: 10%;
  right: 0px;
  height: 80%;
}
.product-distribution .product-headings li:last-child:after {
  border: 0;
}
.product-distribution .distribution-table .table-row {
  display: flex;
  padding: 0 50px;
}
.product-distribution .distribution-table .table-row:nth-child(odd) {
  background: rgb(228, 228, 227);
  background: linear-gradient(270deg, rgba(228, 228, 227, 1) 0%, rgba(242, 241, 241, 1) 74%);
}
.coldata.no-bg {
  background: none !important;
}
.product-distribution .distribution-table .table-row .coldata, .distribution-table .volume {
  display: flex;
  width: 25%;
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  padding: 15px 30px;
  justify-content: space-around;
  max-width: 25%;
  min-height: 68px;
  text-align: center;
  align-items: center;
}
.product-distribution .distribution-table .table-row .coldata:nth-child(odd) {
  background: #e4e4e3;
}
.product-distribution .distribution-table .table-row .coldata:nth-child(even) {
  background: #f2f1f1;
}
.product-distribution .distribution-table .table-row:nth-child(even) .coldata:nth-child(even), .product-distribution .distribution-table .table-row:nth-child(even) .coldata:nth-child(odd) {
  background: none;
}
.product-distribution .vaccine {
  background: url("../img/vaccine-bg.jpg") repeat-y center;
  max-width: 1170px;
  margin: 80px auto 120px auto;
  background-size: contain;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  padding: 20px 80px
}
.about-vaccine {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-distribution .vaccine p:last-child {
  margin: 0px;
}
.product-distribution .vial {
  max-width: 240px;
  margin: -110px 0 -130px 0;
  font-size: 12px;
  color: #424142;
  font-weight: normal;
  text-align: center;
}
.product-distribution .vial img {
  width: 80%
}
.product-distribution .vial p {
  margin-top: -15px !important;
  white-space: nowrap;
}
.distribution-table .volume {
  width: 24.5%;
  padding-top: 7px;
  padding-bottom: 0px;
  font-size: 12px;
  line-height: 14px;
  align-items: flex-start;
  min-height: inherit;
}
/* Authorized Distribution Mobile */
.authorized-distribution-mobile .head {
  font-size: 18px;
  line-height: 19px;
  text-align: center;
  background: url(../img/tabbg-mob.png) no-repeat center;
  color: #ffffff;
  font-weight: bold;
  padding: 30px 0px;
  background-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  max-width: 400px;
  margin: 0 auto 15px auto;
}
.authorized-distribution-mobile button.accordion {
  width: 90%;
  border: none;
  outline: none;
  text-align: left;
  padding: 10px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
.authorized-distribution-mobile button.accordion.dark {
  background-color: #e4e4e3;
}
.accordion.is-open {
  font-weight: bold;
}
.authorized-distribution-mobile button.accordion:after {
  /*font-family: FontAwesome;
  content: "\f055";
  font-size: 28px;

  color: #6cc04a;*/
content: "";
float: right;
width: 28px;
height: 28px;
background: url("../img/p-m.png") no-repeat center top;
background-size: 28px; 
}
.authorized-distribution-mobile button.accordion.is-open:after {
  background-position: center bottom;
}
.authorized-distribution-mobile .accordion-content {
  background-color: white;
  border: 1px solid #ddd;
  padding: 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
  margin-left: 5%;
  margin-right: 5%;
  position: relative;
  border-bottom: 0px;
  box-shadow: 0px 3px 5px 0px #888;
}
.authorized-distribution-mobile .accordion-content ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 20px 0px;
  border-bottom: 1px solid #ddd;
}
.authorized-distribution-mobile .accordion-content ul li {
  display: flex;
  background: url("../img/menu-seperator.png") no-repeat center bottom;
  background-size: 100% 1px;
}
.authorized-distribution-mobile .accordion-content ul li:last-child {
  background: none !important;
}
.authorized-distribution-mobile .accordion-content ul li span {
  display: flex;
  width: 60%;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px 0px;
}
.authorized-distribution-mobile .accordion-content ul li span:last-child {
  width: 40%;
}
.authorized-distribution-mobile.accordion-content ul li span small {
  font-size: 11px;
}
.authorized-distribution-mobile .accordion-content .close-accordion{
  display: block;
  width: 15px;
  opacity: .7;
  position: relative;
  background: transparent;
  padding: 0;
  cursor: pointer;
  left: 50%;
  margin: -10px 0 0px -11px;
}
.authorized-distribution-mobile .accordion-content .close-accordion img{
  transform: rotate(-180deg);
  max-width: 20px;
  width: 30px;
  left: 0;
  right: 0;
  margin-bottom: 15px;
}
/*** Live chat scripts **/
/* Followed to existing css file */
.five9-chat-button {
  border-radius: 0px;
}
#five9-minimize-button {
  display: none;
}
#five9-maximize-button, #five9-minimize-button {
  background: url('../img/chat.png')no-repeat center center;
  background-size: cover;
  width: 184px;
  height: 31px;
  /* max-width: 521px;
  position: absolute;
  right: -33px;
  top: 8px;
  width: 188px;*/
}
#headmiddle, .merck-btn-chat {
  position: relative;
  display: flex;
  align-items: center;
}
.merck-btn-chat .live-chat {
  cursor: pointer;
}
/* used important to override dynamic style sheet from plugin  */
.five9-text, .five9-chat-button .five9-icon {
  display: none !important;
}
div#five9-popout-button {
  display: none !important;
}
.ui-header {
  position: absolute;
  width: 100%;
  background-color: #6ebe4a;
  color: white;
}
h1.ui-title {
  font-size: 21px;
  color: white;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
}
.five9-frame .five9-frame-full #embedded-frame {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
a.close-popup.arrow-close{ 
  display: none;
}
#onetrust-banner-sdk.otFlat {
  z-index: 1 !important;
}
.blue-label {
  background-color: #0d2240;
  color: #ffffff;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.blue-label p {
  padding: 15px 0;
  font-weight: 500;
  margin: auto;
  font-size: 18px;
  line-height: 15px;
}

.error-page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100vh;

  position: relative;
}

.error-page p {
  font-size: 26px;
  line-height: 31px;
  font-weight: 600;
  max-width: 50ch;
  color: #140834;
  text-align: center;
}

.error-page .error-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 186px;
  height: 50px;
  line-height: 1;
  border-radius: 50px;
  background-color: #140834;
  text-decoration: none;
  color: #ffffff;
}

.error-page .error-btn img {
  width: 29px;
  margin-right: 10px;
}

.error-page .error-btn span:last-child {
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
  margin-top: 5px;
}

.last-field {
  height: 100%;
  min-height: 82px !important;
  align-items: center;
  display: flex;
}


.solid-top {
  background-color: #56a04f;
}
.solid-bottom {
  background-color: #6cc04a;
}

.align-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

@media (max-width: 769px) {
  .mobile-margin-left-10 {
    margin-left: 10px;
  }
}

.popup2 p{
  font-weight: normal;
  padding: 0;
  font-size: 14.5px;
}
.popup2 ul {
  padding: 0;
}
.popup2 ul li {
  font-weight: normal;
  padding: 0;
  font-size: 14.5px;
}
