:root {
    --bs-black: #000;
    --bs-grey-200: #e6e7e8;
    --bs-primary: #7c4199;
    --bs-primary-rgb: 137, 83, 162;
    --bs-red: #9e2b41;
    --bs-white: #fff;
    --bs-yellow: #fca742;
    --bs-offcanvas-zindex: 1000;
    --header-height: 130px;
    --sub-header-height: 300px;
    --sub-header-visible-height: 300px;
    --nav-offset-top: 130px;
    --navbar-width: 300px;
    --custom-gradient: linear-gradient(90deg, rgba(127, 68, 154, 1) 0%, rgba(173, 39, 56, 1) 50%, rgba(246, 152, 34, 1) 100%);
}

.accordion {
    --bs-accordion-active-bg: #7c4199;
    --bs-accordion-active-color: #fff;
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 0;
    --bs-accordion-btn-bg: #7c4199;
    --bs-accordion-btn-active-icon: url("/icons/caret-down-fill.svg");
    --bs-accordion-btn-icon: url("/icons/caret-right-fill.svg");
    --bs-accordion-btn-icon-transform: none;
    --bs-accordion-color: #fff;
    --bs-accordion-inner-border-radius: 0;
}

.accordion .accordion-button {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.accordion .accordion-button::after {
    margin-left: 0;
}

.offcanvas {
    top: var(--nav-offset-top) !important;
    width: var(--navbar-width) !important;
    background-color: var(--bs-grey-200) !important;
    height: fit-content;
    border: none !important;
}

/* account for fixed header */
section::before {
    display: block;
    position: relative;
    top: var(--header-height);
    visibility: hidden;
}

@media (min-width: 992px) {
    main {
        margin-right: var(--navbar-width);
    }

    .navbar-toggler {
        display: none;
    }

    .offcanvas {
        -webkit-transform: none;
        transform: none;
        visibility: visible !important;
        height: calc(100vh - var(--header-height));
    }

    .offcanvas-body {
        padding-top: 16px;
    }

    footer {
        position: relative;
        bottom: 0;
        z-index: 1020;
    }

    .subheader-bg {
        height: var(--sub-header-height);
    }
}

.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

#nav-ndo .active {
    color: var(--bs-white);
    background-color: var(--bs-red);
}

#nav-oab .active {
    color: var(--bs-primary);
    background-color: var(--bs-yellow);
}

section > .row {
    margin: 24px;
}

.welcome-bg {
    background-image: url("/img/woman-running-v2-web.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
}

#welcome .botox-logo {
    width: 280px;
    max-width: 80%;
}

.gating-hcp-bg {
    background-image: url("/img/high-res/Woman_on_Computer_optimized.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.subheader-bg {
    background: linear-gradient(90deg, rgba(127, 68, 154, 1) 0%, rgba(173, 39, 56, 1) 50%, rgba(206, 90, 46, 1) 70%, transparent), url("/img/high-res/woman-on-computer-2.jpg");
    background-size: auto, contain;
    background-position-x: right;
    background-repeat: no-repeat;
    width: 100%;
}

.header-bg {
    background-color: #000;
    padding: 20px;
    height: var(--header-height);
}

.header-urology-bg {
    background: linear-gradient(90deg, rgba(127, 68, 154, 1) 0%, rgba(173, 39, 56, 1) 50%, rgba(246, 152, 34, 1) 100%);
    padding: 20px;
    height: 130px;
}

.footer-bg {
    background-color: #000;
    padding: 20px;
}

.footer-urology-bg {
    background: linear-gradient(90deg, rgba(127, 68, 154, 1) 0%, rgba(173, 39, 56, 1) 50%, rgba(246, 152, 34, 1) 100%);
    padding: 20px;
}

.purple-bg {
    background-color: #7c4199;
}

.light-purple-bg {
    background-color: #e2d7e7;
}

.purple-bg h6 {
    font-size: 1.8em;
}

.yellow-bg {
    background-color: #fca742;
}

.light-yellow-bg {
    background-color: #ffd4a1;
}

.lighter-yellow-bg {
    background-color: #ffecd5;
}

.legal-ol {
    font-size: bold;
    list-style-position: inside;
    padding-left: 0;
}

    .legal-ol li:before {
        font-size: bold;
    }

.legal-ul {
    color: #000;
    list-style-position: outside;
    padding-left: 1rem;
}

    .legal-ul li:before {
        color: #7c4199;
    }

.footnotes td {
    vertical-align: top;
}

.sidebar-wrapper {
    background-color: var(--bs-grey-200);
}

.sidebar {
    margin-top: var(--header-height);
}

.content-header-wrapper {
    border-left: 8px solid #7c4199;
}

    .content-header-wrapper h3 {
        vertical-align: bottom;
    }

.container-content {
    margin-right: 300px;
}

.text-black {
    color: #000;
}

.text-red {
    color: #9e2b41;
}

.text-yellow {
    color: #fca742;
}

.font-size-footer {
    font-size: 0.6rem;
}

.font-size-asterisk {
    font-size: 1rem;
}

.border-yellow {
    border-color: #fca742 !important;
}

.border-grey {
    border-color: #e6e7e8 !important;
}

.border-dark-grey {
    border-color: #3a3b3c !important;
}

.border-purple-thick {
    border: 4px solid #7c4199;
}

.border-purple-thick-left {
    border-left: 6px solid #7c4199;
}

.border-white-bottom {
    border-bottom: 2px solid #fff;
}

.btn-red {
    color: #fff;
    background-color: #9e2b41;
}

.btn-purple {
    color: #fff;
    background-color: #7c4199;
}

.btn-yellow {
    color: #fff;
    background-color: #fca742;
}

.botox-btn,
.botox-menu-btn {
    width: 100%;
    border-radius: 0;
    margin: 5px 0;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}

.botox-hamburger-btn {
    color: #fff;
    background: transparent;
    border: none;
}

.img-darken {
    filter: brightness(50%);
}

.img-headshot {
    width: 18vw;
    height: 18vw;
}

.img-headshot-circle {
    width: 18vw;
    height: 18vw;
    border-radius: 50%;
}

.img-header {
    max-height: 60px;
    width: auto;
}

.img-footer {
    max-width: 140px;
    height: auto;
}

.img-headache-days {
    max-width: 60vw;
    max-height: auto;
}

.video {
    width: 34vw;
}

.botox-ul {
    color: #7c4199;
    padding-left: 20px;
    margin: 0;
}

.botox-li {
    margin-bottom: 10px;
}

    .botox-li span {
        color: #000000;
    }

.h3 {
    font-weight: bold;
}

@media (max-width: 992px) {
    .text-sm-small {
        font-size: 0.7em;
    }
}

@media (min-width: 992px) {
    .botox-hamburger-btn {
        display: none;
    }

    #nav-1,
    #nav-2 {
        display: block;
    }

    .sidebar-btn-1 {
        margin-top: 40px;
    }
}

@media (max-width: 991.98px) {

    #nav-1,
    #nav-2 {
        display: none;
    }

    .sidebar {
        height: auto;
    }

    .botox-menu-btn {
        margin: 0;
    }

    .sticky,
    .sticky-header,
    .sticky-sidebar {
        padding: 10px;
    }

    .sticky-sidebar {
        margin-right: 15px;
    }

    .video {
        width: 100%;
        height: auto;
    }

    .container-content {
        margin-right: 0;
    }
}

.gating-form {
    background: #7c4199;
    color: white;
    max-width: 100%;
}

@media (min-width: 576px) {
    .gating-form {
        min-width: 550px;
        max-width: 600px;
    }
}

.custom-input {
    line-height: 1.5;
    padding: .375rem .75rem;
    border: 0;
    border-radius: 0;
}

form .din-number {
    height: 45px;
    width: 100%;
}

form input[type="radio"] {
    height: 15px;
    width: 15px;
}

.gating-form input[type="text"],
.gating-form select {
    height: 45px;
}

.gating-form .btn-gate {
    background: white;
    border-color: white;
    color: #7c4199;
    border-radius: 0;
    font-weight: bold;
    text-transform: uppercase;
    height: 45px;
}

.gating-form .info-message,
.gating-form .error-message {
    display: none;
}

.gating-form .info-message {
    position: relative;
    background: white;
    color: black;
    padding: 10px;
    padding-top: 40px;
    box-shadow: 0px 6px 13px -1px #000000;
}

.gating-form .error-message,
.gating-form .info-message {
    position: relative;
}

.info-message button {
    position: absolute;
    right: 5px;
    top: 5px;
}

.error-message button {
    position: absolute;
    top: -50px;
    right: -50px;
}

.btn-back {
    background: transparent;
    color: white;
    border-radius: 0;
    font-weight: bold;
    text-transform: uppercase;
}

    .btn-back::before {
        content: "\25C0";
    }

.info-btn {
    color: white;
    background: transparent;
    padding: 0;
    margin: 0;
    text-decoration: underline;
    border: none;
}

body {
    padding: 0;
    margin: 0;
}

.bi {
    fill: currentColor;
}

.ul {
    color: #000;
    list-style: square;
    padding: 0;
    margin: 0;
}

.li {
    color: #7c4199;
}

.video-fluid {
    width: 100%;
}

.gap-3 {
    gap: 1rem;
}

.btn-link-blue {
    text-decoration: underline;
    color: var(--blue);
}

.btn-link-grey {
    text-decoration: none;
    color: var(--grey);
}

.img-max-width {
    max-width: 100%;
    height: auto;
}

.img-footer-paab {
    max-width: 100%;
    height: auto;
    max-height: 60px;
}

.img-footer-imc {
    max-width: 100%;
    height: auto;
    max-height: 30px;
}

.img-footer-botox {
    max-width: 100%;
    height: auto;
    max-height: 90px;
}

.w-20 {
    width: 20% !important;
}
.w-30 {
    width: 30% !important;
}

.hour-gradient {
    background-image: var(--custom-gradient);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}
