:root {
    --brand-color-1: #CC254E;
    --brand-color-1h: #951e3b;
    --brand-color-1-text: #ffffff;
    --brand-color-2: #185d84;
    --brand-color-2h: #048089;
}
.fPageTitle {
    background: var(--brand-color-1) url('https://storage.unitedwebnetwork.com/files/1099/3fbb84e927934aa4fa8e5b1b3944dbef.webp') no-repeat center center;
  	color: #0F1E40;
  	background-size: cover;
}
.nav-up {
    background: var(--brand-color-1);
    color: var(--brand-color-1-text);
}  
.wcn25.abstracts-list #f-list-node-id::before {
    content: "Abstract No: ";
    display: inline;
}
.menu-horizontal a{
	color: var(--brand-color-2);
	text-transform: uppercase;
	font-weight: 500;
}
.menu-horizontal a:hover {
    color: var(--brand-color-2h);
}  
.fModuleTitle h3{
    color: var(--brand-color-1);
    font-weight:700;
}

/* Better Kidney Health (BKH) */
.session-track-35956 .session-venue,
.legend-35956 {
	background:#e72d75;
	color: #fff;
}

/* Plenary */
.session-track-36491 .session-venue,
.legend-36491 {
	background: #114b7d;
	color: #fff;
}

/* Pre-congress courses (CNE) */
.session-track-35957 .session-venue,
.legend-35957 {
	background: #611541; 
	color: #fff;
}

/* Special Sessions */
.session-track-35958 .session-venue,
.legend-35958 {
	background: #a3195b;
}

/* The Interconnected Kidney (IK) */
.session-track-35953 .session-venue,
.legend-35953 {
	background: #00a19b;
	color: #fff;
}

/* The Kidney Losing Function (LF) */
.session-track-35954 .session-venue,
.legend-35954 {
	background: #f39200;
	color: #fff;
}

/* The Smart Kidney (SK) */
.session-track-35955 .session-venue,
.legend-35955 {
	background: #5187b6;
	color: #fff;
}

/* Industry Symposium */
.session-track-36831 .session-venue,
.legend-36831 {
	background: #fccb8d; color: #000;
}

/* Global Kidney Policy Forum (GKPF) */
.session-track-36638 .session-venue,
.legend-36638 {
	background: #1b94c4; color: #fff;
}

/* Special Session */
.session-track-35958 .session-venue,
.legend-35958 {
	background: #a3195b;
	color:#fff;
}

/* Spotlight Session */
.session-track-37065 .session-venue,
.legend-37065 {
	background: #f5e719;
	color:#000;
}

/* Welcome Reception */
.session-track-37068 .session-venue,
.legend-37068 {
	background: #e84422;
	color:#fff;
}

/* Tropical Networking */
.session-track-37067 .session-venue,
.legend-37067 {
	background: #662572;
	color:#fff;
}

/* Poster Sessions */
.session-track-37066 .session-venue,
.legend-37066 {
	background: #b3cd2f;
	color:#000;
}

/* Speaker Card */
.wcn25-speaker-share .event-session-person-session,
.wcn25-speaker-share .event-session-profile,
.wcn25-speaker-share .f-back-btn,
.wcn25-speaker-share .fHeader {
	display: none;
}

.wcn25-speaker-share .event-session-person {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
#f-content-17398{
	display:none;
}
.wcn25-speaker-share .event-session-image {
	flex-basis: 520px;
	flex-grow: 0; flex-shrink: 0;
	max-width: 520px; min-height: 520px;
	background: url('https://storage.unitedwebnetwork.com/files/1099/df8b8c5f1b76f426a849a641a88b2864.jpg') top center no-repeat;
	position: relative;
	text-align: center;
	order: 2;
}
.wcn25-speaker-share .event-session-image .image-container {
	width: 260px; height: 260px;
    border-radius: 100%;
    display: block;
    position: relative;
}
.wcn25-speaker-share .event-session-image img {
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 260px; height: 260px;
	object-fit: cover; /* Required to prevent the image from stretching, use the object-position property to adjust the visible area */
  	aspect-ratio: 1/1;
}
.wcn25-speaker-share .event-session-image .image-border {
    background: center center url('https://storage.unitedwebnetwork.com/files/1099/e96ad1829d330d6b5bcfc3b14355a698.png') no-repeat;
    padding: 20px;
    width: 300px; height: 300px;
    margin: 118px auto 12px;
}
.wcn25-speaker-share .f-content-fields {
	flex-basis: 520px; flex-grow: 1;
	padding-right: 20px;
}

.wcn25-speaker .f-content-fields {
	display: flex;
	flex-wrap: wrap;
}
.wcn25-speaker .f-content-fields > * {
	flex-basis: 100%;
	margin-bottom: 1rem; padding-bottom: 1rem;
	border-bottom: 1px dotted #ccc;
}

.wcn25-speaker #f-content-15273 {
	order: -2;
}
.wcn25-speaker #f-content-15273 {
	order: -1;
}
.wcn25-speaker .f-content-fields .f-content-node-value {
	font-weight: bold;
	color: var(--brand-color-1);
	font-size: 1.2rem;
}

.wcn25-speaker-share .speaker-fullname {
	color: var(--brand-color-1);
	font-size: 1.5rem;
	display: inline-block;
	font-weight: bold;
	position: relative;
}
.wcn25-speaker-share .speaker-fullname::before,
.wcn25-speaker-share .speaker-fullname::after {
	display: inline-block;
	content: "";
	height: 100%; width: 30px; height: 20px;
}

.wcn25-speaker-share .speaker-fullname::before {
	background: url('https://storage.unitedwebnetwork.com/files/1099/1820ad3bffe56feec89b039ccc16e6e3.png') left center no-repeat;
}
.wcn25-speaker-share .speaker-fullname::after {
	background: url('https://storage.unitedwebnetwork.com/files/1099/1820ad3bffe56feec89b039ccc16e6e3.png') left center no-repeat;
	transform: rotate(180deg);
}
.sharethis-inline-share-buttons {
	text-align: left !important;
}

@media (max-width:1199px) {
	.wcn25-speaker-share .event-session-image {
		order: 0;
		margin-bottom: 1rem;
		width: 100%;
	}
}