*, ::after, ::before {
    box-sizing: border-box;
}
body {
    background-image: url(images/sa-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-font-smoothing: auto;
    font-family: proxima-nova, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 16px;
    overflow-x: hidden;
    position: relative;
}
header {
    display: flex;
    margin-bottom: 60px;
}
.logo {
    max-width:360px;
    margin:auto;
    margin-top:-2px;
}
h1, h2, h3, h4, h5, h6, p {
    clear: both;
    color: #503291;
    font-family: tasse, sans-serif !important;
    font-weight: 400;
    font-style: normal;
    margin-top: 0px;
    margin-bottom: 0px;
}
p.description {
    -webkit-font-smoothing: auto;
    font-family: proxima-nova, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
    line-height: 1.325;
    font-size: 16px;
    overflow-x: hidden;
    color:#000;
}
h1, h2 {
    font-size: 48px;
}
h1 {
    margin-bottom: 20px;
}
p {
    font-size: 28px;
    margin-bottom:10px;
}
section {
    max-width: 840px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

    
section.main {
    text-align: center;
    margin:0 auto 30px;
}
section.locations .row {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin:0 auto;
    gap:20px;
}
.location {
    text-align: center;
}
.button a {
    color:white;
    text-decoration: none;
    background-color: #503291;
    border-radius: 17px;
    border-bottom-left-radius: 0;
    padding:15px 30px;
    display:inline-block;
    font-family: tasse, sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    margin:30px 0;
    transition: all ease-in-out 0.5s;
}
.button a:hover {
    background-color:#2dbecd;
    text-decoration: none;
    color: #503291;
}
section a.pill {
    width: 80%;
    background-color: #503291;
    border-radius: 27px;
    border-bottom-left-radius: 0;
    padding: 15px 30px;
    display: flex;
    font-family: tasse, sans-serif !important;
    color: white;
    text-align: center;
    font-size: 36px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 20px auto;
    cursor: pointer;
    text-decoration: none;
}
.pill-2 {
    width: 80%;
    background-color:#2dbecd;
    border-radius: 27px;
    border-bottom-left-radius: 0;
    padding: 15px 30px;
    display: flex;
    font-family: tasse, sans-serif !important;
    color: white;
    text-align: center;
    font-size: 36px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 40px auto;
    cursor: pointer;
    text-decoration: none;
}
.pill-text h2 {
    color: #503291;
    text-align: left;
    font-size: 36px;
	text-decoration: none;
	margin-bottom:1em;
}
.pill-text p {
	color: white;
    text-align: left;
    font-family: proxima-nova, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
    line-height: 1.325;
    font-size: 16px;

    margin-bottom: 10px;
    line-height: 1.2em;
}
a.pill img {
    max-width:90px;
}

/**
* Footer Styles from MySupport Resources Website
**/
footer#colophon {
    font-size: 85%;
    background-image: url(images/footer-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 1.5rem 0;
    color: #fff;
    background-color: #503291;
    display:block;
    margin-top:80px;
}
.footer-title {
    font-size: 1.18rem;
    font-family: Tasse, sans-serif;
    line-height: 1;
    margin-bottom: 0.5rem;
}
.footer-content {
    line-height: 1.2;
    margin-bottom: 5px;
}
#footer-nav {
    width: 100%;
    font-family: tasse;
    font-size: 1.25rem;
    color: #2dbecd;
}
#footer-nav ul {
    width: 100%;
    display: block;
}
#footer-nav ul li {
    display: inline-block;
    width: auto;
}
#footer-nav .nav-link:nth-of-type(1) {
    padding-left: 0;
}
#footer-nav ul li a {
    display: inline;
    text-decoration: none;
}
.copyright a, footer#colophon a {
    color: inherit;
    padding-right: 2.5rem;
}
.nav-link {
    padding: 0.5rem 1rem;
    font-weight: normal;
}
.job-code-section {
    display: none;
}
.merck-footer-logo {
    height: auto;
    width: 23vw;
    position: absolute;
    right: 0;
    bottom: 0;
}
/* Footer Utilities */
.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}
.p-0 {
    padding: 0!important;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
footer .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
footer img {
    height: auto;
    max-width: 100%;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px) {
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
}
@media (min-width: 768px) {
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media (min-width: 768px) {
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}
@media (min-width: 768px) {
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}
svg:not(:root) {
    overflow: hidden;
}
@media screen and (max-width: 480px){
    .merck-footer-logo {
        display: none;
    }
}
@media screen and (max-width: 960px) {
    .merck-footer-logo {
        height: auto;
        width: 43vw;
    }
}
@media screen and (max-width: 480px) {
    footer {
        padding-bottom:0 !important;
    }
    footer .container.pb-3 {
        padding-bottom: 0 !important;
    }
    footer .container .row .col-md-1 {
        text-align: center;
        margin-bottom: 2.5rem;
    }
    footer .container .row .col-md-1 img {
        max-width: 40px;
    }
    .job-code-section {
        padding: 1.5rem 3rem;
        background-color: #28B8CE;
        color: #503291;
        text-align: center;
        font-family: tasse;
        font-size: 150%;
        margin-top: 1.5rem;
        display: block;
    }
    .job-code-section img {
        max-width: 33%;
        margin-bottom: 1rem;
    }
}

/*--------------------------------------------------------------
# Popups
--------------------------------------------------------------*/
#patientPopupMask {
    width:100vw;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background:rgba(0,0,0,0.8);
    z-index: 999;
  }
  #patientPopup {
      position: absolute;
      top: 50vh;
      width: 40%;
      left: 50%;
      transform: translate(-50%,-50%);
      background: white;
      padding: 2rem 3rem;
      border: solid 4pt #2dbecd;
      z-index: 9999;
  }
  #cookiePopup {
      width: 100%;
      background: white;
      padding: 2rem 3rem;
      border: solid 4pt #2dbecd;
      display:none;
      position: absolute;
      top: 0;
  }
  #cookiePopup .popup-content {
    text-align: center;
  }
  .popup-title {
      font-family: tasse, sans-serif !important;
      font-weight: 400;
      font-style: normal;
      font-size: 1.75rem;
      line-height: 1;
      margin-bottom:1em;
      color: #503291;
  }
  .popup-confirmation {
      font-family: tasse, sans-serif !important;
      font-weight: 400;
      font-style: normal;
      font-size: 1.375rem;
      line-height: 1;
      margin-bottom:1em;
      color: #503291;
  }
  .popup-action {
    text-align: center;
    width:100%;
    justify-content: space-between;
    display: flex;
  }
  #cookiePopup .popup-action {
    text-align: center;
    width:100%;
    justify-content: center;
    display: flex;
  }
  .popup-action a {
    cursor: pointer;
  }
  a.pill-link.pl-reversed {
    background: #2dbecd;
}
a.pill-link {
    background: #503291;
    padding: 10px 25px;
    border-radius: 27px 27px 27px 0;
    font-size: 1.75rem;
    font-family: Tasse;
    color: white;
    transition: background 0.75s ease-in-out;
    text-decoration: none;
    margin:auto;
    margin-top:2rem;
}
  a.pill-link.pl-reversed.pl-pt {
    color: #503291;
    transition: all 0.75s ease-in-out;
}
/* Media Queries */
@media screen and (max-width: 768px) {
    section {
        padding: 0 1rem;
    }
    section.locations .row {
        flex-wrap: wrap;
    }
    .button a {
        margin: 10px 0 30px;
    }
    section a.pill {
        font-size: 23px;
        width: 100%;
    }
    section a.pill img {
        max-width:100px;
    }
}

@media (max-width: 1450px) {
    #patientPopup {
      width: 60%;
    }
  }
  @media (max-width: 900px) {
    #patientPopup {
      width: 80%;
    }
  }
  @media (max-width: 670px) {
    .popup-action {
      flex-direction: column;
    }
    .popup-action a {
      margin-bottom: 1rem;
    }
  }

  @media screen and (max-width: 480px) {
    #patientPopup {
      width: 90%;
      padding: 2rem 2rem;
    }
    #cookiePopup {
      padding: 2rem 1rem;
    }
    #cookiePopup a {
      font-size:1.55rem;
    }
  }