/**
* Theme Name: BeOne - Child Theme
* Template:   beone
*/

.mb-20 {
	margin-bottom: 20px;
}

.hcp-option {
	margin-bottom: 15px;
}
.hcp .modal-body h2,
.hcp .modal-body h4 {
	color: #006680;
}

.show-hcp {
	display: none;
}

.segment-hcp .show-hcp { 
	display: revert; 
}

.menu-item.current-menu-item > a:after {
	opacity: 1;
	visibility: visible;
	width: 100%;
	left: 0;
	right: auto;
}

@media (min-width: 1200px) {
	.main-nav .menu-item-has-children.menu-item-science > .sub-menu {
		min-width: 820px !important;
	}
}

.top-menu-list{
	min-width: 700px;
	max-width: 100%;
}

.menu-item.callout-box.menu-item-exLinks svg {
	display: none;
}

.menu-item.callout-box a {
	background: #d8d1cf;
	background: #28334A;
	margin-left: 10px;
	font-weight: 600;
	color: #FFFFFF;
}

.menu-item.callout-box.menu-item-exLinks span {
	/*width: 26px;*/
	width: 0;
}

.copy-block .three-images .sec-body > div {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.fellowship-programs .copy-block:not(.copy-block-alt) .sec-body ul > li:has(ul):before {
	display: block;
	margin-bottom: 20px;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50px;
	position: absolute;
	left: 0;
	top: 10px;
	background: #006680;
}

.btn-close {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
	color: #000;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	border: 0;
	border-radius: .25rem;
	opacity: .5
}

.btn-close:hover {
	color: #000;
	text-decoration: none;
	opacity: .75
}

.btn-close:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
	box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
	opacity: 1
}

.btn-close.disabled,.btn-close:disabled {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity: .25
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
	background: #fff;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

#modal-popup-hcp {
	z-index: 9999;
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
	-webkit-transform: translate(0,-50px);
	transform: translate(0,-50px)
}

/* ======================================================================= */
/* Add extra menu item if clicked first option in HCP pupup  (06 Feb 2026) */
/* ======================================================================= */
.menu-hide-default{
	display: none; 
}
/* ========================================================= */
/* End of Add menu item if clicked first option in HCP pupup */
/* ========================================================= */

/* ============================================================== */
/* Hide Button if clicked first option in HCP pupup (07 Feb 2026) */
/* ============================================================== */
.show-btn-hcp .card-buttons, 
.hide-lang-pref-dropdown{
	display: none
}
/* ======================================================= */
/* End of Hide Button if clicked first option in HCP pupup */
/* ======================================================= */

/* ======================================== */
/* Accessibility Fixes Styles (10 Feb 2026) */
/* ======================================== */

/* =============================================== */
/* End of Accessibility Fixes Styles (10 Feb 2026) */
/* =============================================== */


@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		-webkit-transition: none;
		transition: none
	}
}

.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none
}

.modal-dialog-scrollable {
	height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto
}

.modal-dialog-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem)
}

.modal-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;
	outline: 0;

	width: 700px;
	max-width: 90vw;
}

.modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
	padding: .5rem .5rem;
	margin: -.5rem -.5rem -.5rem auto
}

.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;

	line-height: 35px;
}

.modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: .75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(.3rem - 1px);
	border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
	margin: .25rem
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width:500px;
		margin: 1.75rem auto
	}

	.modal-dialog-scrollable {
		height: calc(100% - 3.5rem)
	}

	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem)
	}
}

@media (min-width: 992px) {
	.modal-xl {
		max-width:800px
	}
}

@media (min-width: 1200px) {
	.modal-xl {
		max-width:1140px
	}
}



.modal-overlay, .modal-overlay-hcp {
	display: none;
	background: rgba(0, 58, 112, .8);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9998;
}

.modal-overlay-hcp #hcp-popup-job-code {
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #fff;
}
#modal-popup, #name-change-modal {
	z-index: 9999;
	width: fit-content;
	height: fit-content;
	top: 36%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 700px;
}
#modal-popup.hcp, {
	top:21%;
}
#modal-popup-hcp{
	background-color: transparent;
	overflow: hidden;
}


#name-change-modal {
	top: 25%;
}

#modal-popup .modal-dialog {
	margin: 0;
}
#modal-popup-hcp .modal-dialog {
	padding: 20px 0;
	margin: 0 auto !important;
	width: 100%;
	max-width: 700px;
	display: flex;
	align-items: center;
	height: 100%;
}
#modal-popup-hcp .modal-content{
	max-height: 100%;
	overflow-y: auto;
}

#modal-popup-hcp .modal-dialog {
	margin-top: 50px;
	margin-bottom: -50px;
}

#modal-popup .modal-header, #name-change-modal .modal-header, #modal-popup-hcp .modal-header {
	border-bottom: none;
	padding-top: 10px;
	padding-bottom: 0px;
}

#modal-popup .modal-footer, #name-change-modal .modal-footer, #modal-popup-hcp .modal-footer {
	border-top: none;
}

.modal .btn-close {
	background: none;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.footerCopyright .container{
	display: flex;
	justify-content: space-between;
}

@media (max-width: 991px) {
	.top-menu-list{
		min-width: 100% !important;
	}
	.menu-item.callout-box a{
		margin-left: 0 !important;
	}
	.menu-item.callout-box a:hover{
		background: #28334A !important;
		color: #fff !important;
	}
}

@media (max-width: 767px) {

	.footerCopyright .container{
		display: block;
	}

	#modal-popup {
		top: 34%;
		max-width: 100%;
	}

	#name-change-modal {
		top: 22%;
		max-width: 100%;
	}

	.modal-content, #modal-popup, #name-change-modal{
		width: auto;
	}

	#modal-popup-hcp {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	#modal-popup-hcp .modal-content {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	#modal-popup-hcp .modal-header {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}


/* Patient card css */
/* Typo */
:root {
    --fs56: clamp(1.875rem, 1.3931rem + 2.4096vw, 3.5rem);
    --fs19: clamp(0.9375rem, 0.763rem + 0.4854vw, 1.1875rem);
    --fs18: clamp(0.875rem, 0.7005rem + 0.4854vw, 1.125rem);
    --fs43: clamp(1.5rem, 1.1478rem + 1.7609vw, 2.6875rem);
    --fs40: clamp(1.375rem, 1.0414rem + 1.6682vw, 2.5rem);
    --fs11: 0.688rem;
    --fs12: 0.75rem;
    --fs13: 0.813rem;
    --fs14: 0.875rem;
    --fs15: clamp(0.8125rem, 0.7754rem + 0.1854vw, 0.9375rem);
    --fs16: 1rem;
    --fs20: clamp(1.0625rem, 1.0069rem + 0.278vw, 1.25rem);
    --fs21: clamp(1.0625rem, 0.9884rem + 0.3707vw, 1.3125rem);
    --fs24: clamp(1.125rem, 1.0138rem + 0.5561vw, 1.5rem);

    --textcl: #30383f;
    --headcl: #28334a;
    --lightgray: #f0eeed;
    --siteblue: #006680;
    --sitered: #D52B1E;
    --bordercl: #bdbdbd;

    --bitter: "Bitter", serif;;
    --poppins: 'Poppins', serif;
}
.site-btn {
    padding: 8px 33px;
    font-size: var(--fs18);
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: var(--headcl);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--headcl);
    letter-spacing: 0.098em;
    height: 46px;
    gap: 10px;
}
.site-btn svg,
.site-btn img {
    display: block;
    max-width: 16px;
    max-height: 16px;
    transition: 0.3s all;
}
.site-btn:hover {
    background: var(--siteblue);
    border-color: var(--siteblue);
    color: #fff;
}
.site-btn:hover svg,
.site-btn:hover img {
    transform: translateX(-5px);
}
.site-btn:hover span ~ svg,
.site-btn:hover span ~ img {
    transform: translateX(5px);
}
.site-btn:hover svg path,
.site-btn:hover img path {
    fill: #fff;
}
.site-btn.outline {
    background: transparent;
    color: var(--headcl);
}
.site-btn.outline:hover{
    background: var(--headcl);
    color: #fff;
}
.lg-btn {
    height: auto;
}
.patient-card-list {
    padding: 115px 0;
	margin: 0 !important;
}
.bep-row{
    margin-left: -20px;
    margin-right: -20px;
    row-gap: 90px;
}
.bep-row > *{
    padding-left: 20px;
    padding-right: 20px;
}
.patient-content-card{
    display: flex;
    flex-direction: column;
    position: relative;
}
.patient-content-card figure{
    position: relative;
    margin-bottom: 25px;
    height: 250px;
    border-radius: 30px;
    overflow: hidden;
    background: var(--headcl);
}
.patient-content-card figure > img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: 0.5s all;   
}
.patient-content-card .pc-flag{
    width: 143px;
    height: 143px;
    position: absolute;
    right: 28px;
    bottom: 26px;
    overflow: hidden;
    border-radius: 15px;
}
.patient-content-card .pc-flag img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
.patient-content-card .patient-card-body{
    display: flex;
    flex-direction: column;
}
.patient-card-body h4 {
    margin-bottom: 12px;
    line-height: 1.3;
    letter-spacing: 0.01em;
    font-family: var(--bitter);
}
.patient-card-body h2{
    margin-bottom: 12px;
    line-height: 1.3;
    letter-spacing: 0.01em;
    font-family: var(--bitter);
	font-size: 1.5rem;
}
.patient-card-body p{
    color: var(--headcl);
    line-height: 1.417;
	font-size: var(--fs18);
}
.patient-card-body a{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: var(--fs18);
    color: var(--headcl);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.0538em;
    margin-top: 30px;
}
.patient-card-body a span{
    text-decoration: underline;
    text-underline-offset: 4px;
}
.patient-card-body a svg{
    flex: 0 0 auto;
    transition: 0.3s all;
    max-width: 14px;
    max-height: 14px;
}
.patient-card-body a:hover svg{
    transform: translateX(5px);
}
.patient-card-body a:hover svg path{
    fill: var(--siteblue);
}
.patient-card-body a:hover span{
    color: var(--siteblue);
}
.patient-content-card:has(.patient-card-body a:hover) figure > img{
    transform: scale(1.05) rotate(-2deg);
}

/* Detial Page */
.bepc-detail-section {
    padding: 60px 0 115px;
}
.bepc-detail-wrapper h1 {
    font-weight: 500;
    margin-bottom: 20px;
	font-size: var(--fs56);
	color: var(--headcl);
}
.bepc-meta-badge {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 37px;
    font-size: var(--fs24);
    color: var(--siteblue);
    font-weight: 500; text-transform:uppercase;
}
.bepc-meta-badge span+span:before {
    content: '•';
    margin: 0;
    margin-right: 8px;
    color: var(--siteblue);
}
.bepc-meta-badge span+span:empty:before{
	display: none;
}
.bepc-intro {
    font-size: var(--fs18);
    color: var(--headcl);
    margin-bottom: 37px;
    line-height: 1.417;
}
.bepc-media-player {
    display: block;
    margin-bottom: 37px;
    border-radius: 32px;
    overflow: hidden;
    position: relative;
    border: 1px solid var(--bordercl);
    background: var(--lightgray);
}
.bepc-video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 32px;
    background: var(--lightgray);
}
.bepc-media-player .play-btn{
    position: absolute;
    inset: 0;
    margin: auto;
    width: 65px;
    height: 65px;
    z-index: 2;
    border: 1px solid var(--bordercl);
    background: var(--headcl);
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all;
    padding: 0;
    padding-left: 4px;
}
.bepc-media-player .play-btn img{
    display: block;
    max-width: 40%;
    max-height: 50%;
}
.bepc-media-player .play-btn:hover{
    background: var(--sitered);
    transform: scale(1.05);
}
.bepc-media-player figure{
    width: 100%;
    overflow: hidden;
	height: 550px;
}
.bepc-media-player figure img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
}
.bepc-content-text p {
    line-height: 1.4341;
    color: var(--headcl);
    margin-bottom: 25px;
}
.bepc-content-text p:last-child {
    margin-bottom: 0;
}
.bepc-actions{
    margin-top: 37px;
}
.bepc-actions .site-btn{
    border-radius: 8px;
    border-color: var(--siteblue);
}
.zoompointer{
	cursor: zoom-in;
}
.zoomicon {
	position: absolute;
    top: 50%;
    left: 50%;
    width:100px;
    height:100px;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
}
button.search-btn{
	padding: 0;
	border: 0;
	background: none;
}
#modal-popup-hcp h2{
	
}

@media (max-width: 1199px) {
    .patient-content-card figure {
        height: 180px;
        border-radius: 26px;
    }
	.patient-content-card .pc-flag {
        height: 100px;
        width: 100px;
        right: 20px;
        bottom: 20px;
    }
	.bep-row {
        row-gap: 70px;
    }

	/* Detail Page */
    .bepc-detail-section{
        padding: 50px 0 80px;
    }
	.zoomicon {
		width: 70px;
		height: 70px;
	}
	.bepc-media-player figure{
		height: 400px;
	}
}

@media (max-width: 991px) {
    .patient-card-list {
        padding: 80px 0;
    }
	.patient-card-body h2 {
        font-size: calc(1.275rem + .3vw);
    }

	 /* Detail Page */
	 .bepc-detail-section{
        padding: 50px 0;
    }
    .bepc-media-player .play-btn{
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 767px) {
	.patient-content-card figure {
        height: 250px;
        border-radius: 30px;
    }

	/* Detail Page */
    .bepc-detail-section{
        padding: 40px 0;
    }
    .bepc-meta-badge{
        font-size: var(--fs16);
        margin-bottom: 25px;
    }
    .bepc-intro{
        margin-bottom: 25px;
    }
    .bepc-media-player{
        margin-bottom: 25px;
        border-radius: 20px;
    }
    .bepc-video{
        border-radius: 20px;
    }
    .bepc-media-player {
        margin-bottom: 25px;
        border-radius: 20px;
    }
    .bepc-media-player .bepc-image {
        border-radius: 20px;
    }
    .event-location-date {
        gap: 20px;
        margin-bottom: 25px;
    }
    .event-location-item,
    .event-date-item {
        font-size: var(--fs16);
    }
    .event-location-item img, .event-date-item img{
        max-width: 18px;
        max-height: 18px;
    }
	.zoomicon {
		width: 50px;
		height: 50px;
	}
	.bepc-media-player figure{
		height: 340px;
	}
}

@media (max-width: 575px) {
    .patient-card-list {
		padding: 50px 0;
    }
	.patient-content-card figure {
        height: 160px;
        border-radius: 26px;
    }
	.patient-content-card .pc-flag {
        height: 80px;
        width: 80px;
    }
}