@import url('https://fonts.googleapis.com/css2?family=Italiana&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



body {
	font-family: "Poppins";
	margin: 0;
	color: var(--c-textcolor);
	height: 100%;
	min-height: 100%;
	position: relative;
	--c-main:#000000;
	--c-secondary:#F1F1EA;
	--c-accent:#FF1744;
	--c-textcolor:#000000;
	overflow-x: hidden;
	font-size: 17px;
	font-weight: 300;
}


.btn {color: #fff;border-radius: 0;font-size: 13px;font-weight: 700;font-size: 14px;background: var(--c-main);display: inline-flex;align-items: center;padding: 16px 20px;line-height: 1;gap: 10px;justify-content: center;}
.btn:hover { background: var(--c-textcolor); color: #fff; }
.btn.round { border-radius: 50px; padding-left: 20px; padding-right: 20px; }
.btn i {font-size: 130%;line-height: 0.9;}
.btn i:last-child {}

strong {font-weight: 600;}

.dropdown-toggle {}
.dropdown-toggle i {}
.dropdown-toggle::after {}
.dropdown-toggle.show {border-radius: 10px 10px 0 0;background: var(--c-textcolor);box-shadow: none;}
.dropdown-toggle + .dropdown-menu {}
.dropdown-toggle + .dropdown-menu.show {border: none;background: var(--c-textcolor);transform: translate(0px, 50px) !important;border-radius: 0 10px 10px 10px;}
.dropdown-toggle + .dropdown-menu li {}
.dropdown-toggle + .dropdown-menu li a {color: #fff;font-size: 13px;padding: 5px 20px;display: flex;align-items: center;gap: 10px;}
.dropdown-toggle + .dropdown-menu li a:hover {background:none;color:var(--c-main)}
.dropdown-toggle + .dropdown-menu li a i {font-size: 18px;margin: 0 !important;}



a {color:var(--c-main);cursor: pointer;}

h1 {font-weight: 800;margin: 0 0 25px 0;font-size: 40px;font-family: "Italiana";}
h2 {font-weight: 800;font-size: 24px;margin: 20px 0 15px 0;}
h2:first-child {margin-top:0;}
h3 { font-size: 24px; margin: 0 0 20px 0; font-weight: 800; }

@media (max-width: 767px) {
	h1 {}	
	h2 {}
	h3 { font-size: 18px; }
}



/*  Slider / Live webinar header  */
.slider {background: url(https://dev.gcdentalcampus.com/site/dev.gcdentalcampus.com/images/card-bg-hover.jpg) top center no-repeat;background-size: cover;position: relative;}
.slider .item::before {content:"";background: #FFF;background: linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);position: absolute;top: 0;height: 200px;left: 0;right: 0;z-index: 10;background: #FFF;background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);z-index: -1;opacity: 0;}
.slider .item {display: flex;align-items: flex-end;width: 100%;z-index: 90;position: relative;}
.slider .item .text {flex: 1;padding-left: calc((100vw - 1340px) / 2);padding-top: 40px;padding-bottom: 110px;margin: 0 -70px 0 0;z-index: 90;height: 100%;}
.slider .item .text .top { display: flex; align-items: center; }
.slider .item .text .top .credits {width: 80px;height: 80px;line-height: 80px;text-align: center;margin: 0 20px 0 0;background: var(--c-textcolor);border-radius: 50%;font-weight: 900;color: #fff;font-size: 25px;margin: 0 15px 0 0;}
.slider .item .text .top .credits strong {}
.slider .item .text .top .date-wrap {/* display: flex; */align-items: center;margin: 0 0 0 0px;/* font-weight: 800; */flex: 1;}
.slider .item .text .top .date-wrap .type {display: flex;align-items: center;line-height: 1;white-space: nowrap;font-size: 19px;font-weight: 900;margin: 0;}

.slider .item .text .extra-details {display: flex;flex-wrap: wrap;align-items: center;margin: 30px 0 0 0;column-gap: 15px;row-gap: 10px;}
.slider .item .text .extra-details .flags {text-align: right;display: flex;gap: 10px;justify-content: flex-end;} 
.slider .item .text .extra-details .flags .flag {max-width: 35px;border-radius: 50%;border: solid 2px rgb(255 255 255 / 50%);}
.slider .item .text .extra-details .languages {color: #fff;font-size: 14px;gap: 10px;display: flex;align-items: center;flex-wrap: wrap;border-radius: 10px;line-height: 1;}
.slider .item .text .extra-details .languages i {font-size: 120%;margin: 0;width: 40px;height: 40px;background: rgb(0 0 0/ 20%);border-radius: 5px;text-align: center;line-height: 40px;}
.slider .item .text .extra-details .languages span {font-weight: 400;border: solid 2px rgb(255 255 255 / 40%);width: 40px;border-radius: 5px;height: 40px;line-height: 36px;text-align: center;}

.slider .item .text .badges {display: flex;flex-wrap: wrap;column-gap: 10px;row-gap: 5px;margin: 0;line-height: 1;}
.slider .item .text .badges .badge { background: none; padding: 14px 15px; font-size: 15px; border-radius: 10px; font-weight: 300; border: solid 2px rgb(255 255 255 / 40%); }


.slider .item.live .text .top .date-wrap .type, .slider .item.upcoming .text .top .date-wrap .type {color:#d50000;margin: 0 0 5px 0;}
.slider .item.live .text .top .date-wrap .type {text-transform:uppercase;}
.slider .item.live .text .top .date-wrap .type::after  {content:"";height: 11px;background: #d50000;width: 11px;display: block;border-radius: 50%;margin: 0 0 0 8px;animation: pulse 1s infinite ease-in-out;}
.slider .item .text .top .date-wrap .date {margin: 0;/* text-transform: uppercase; */letter-spacing: 0px;color: #fff;font-weight: 900;font-size: 26px;line-height: 1.1;}
.slider .item .text .top .date-wrap .date span { display: inline-block; margin: 5px 7px 0; opacity: 0.3; font-size: 70%; vertical-align: top; font-weight: 600; }
.slider .item .text .flags {margin: 0 0 0 auto;position: absolute;bottom: 40px;right: 40px;display: flex;} 
.slider .item .text .flags .flag {max-width: 46px;border-radius: 50%;margin: 0 0 0 20px;border: solid 2px rgb(255 255 255 / 50%);}
.slider .item .text .name-wrap {line-height: 1.1;margin: 20px 0 10px 0;}
.slider .item .text .name-wrap .name {color: #fff;font-weight: 700;font-size: 65px;text-decoration: none;line-height: 1;}
.slider .item .text .speaker-wrap {font-size: 24px;color: var(--c-textcolor);font-weight: 800;}
.slider .item .text .speaker-wrap .photo {display:none;}
.slider .item .text .speaker-wrap .photo img {max-width: 80px;border-radius: 50%;margin: 0 10px 10px 0;/* border: solid  2px #ddd; */}
.slider .item .text .actions {display: flex;align-items: center;gap: 25px;}
.slider .item .text .actions .btn {padding: 19px 30px;font-size: 19px;background: var(--c-textcolor);}
.slider .item .text .actions .btn i {content:"\f061";margin: -5px 0 -5px 0;font-family: 'Font Awesome 6 Pro';font-size: 29px;}
.slider .item .text .actions .btn.details {padding: 0;background: none;color: var(--c-textcolor);border-bottom: solid 2px var(--c-textcolor);border-radius: 0;padding: 5px 0;font-weight: 300;}

.slider .item .photo {flex: 0 1 35%;min-width: 650px;z-index: 89;}
.slider .item .photo img { width: 100%; display:none;}
.slider .item .photo img:only-child, .slider .item .photo img:first-child {display:block;}

.slider.owl-carousel { opacity: 0; display: block; }
.slider.owl-carousel.owl-loaded {opacity:1;}
.slider.owl-carousel .owl-dots {position: absolute;left: 0;right: 0;padding-left: calc((100vw - 1340px) / 2);bottom: 30px;display: flex;gap: 10px;}
.slider.owl-carousel .owl-dots .owl-dot {width: 15px;height: 15px;background: rgb(255 255 255 / 60%);border-radius: 50%;margin: 0;vertical-align: top;}
.slider.owl-carousel .owl-dots .owl-dot.active {background: var(--c-textcolor);}



@media (max-width: 1300px) {
	.slider .item .text {padding: 40px 20px 80px 20px;margin: 0 -120px 0 0;}
	.slider .item .photo {min-width: 500px;}
	.slider .item .text .name-wrap .name {font-size: 48px;}
	.slider.owl-carousel .owl-dots {padding: 0 0 0 20px;}
}
@media (max-width: 1024px) {
	.slider .item .photo {display:none;min-width: 100%;}
	.slider .item .text {margin:0}
	.slider .item .text .speaker-wrap .photo {display: flex;}
	.slider .item .text .flags {right:20px;bottom: 20px;}
}

@media (max-width: 767px) {
	.slider .item .text .top .credits {width: 60px;height: 60px;line-height: 60px;font-size: 19px;}
	.slider .item .text .top .date-wrap .type {font-size: 16px;}
	.slider .item .text .top .date-wrap .date {font-size: 18px;}
	.slider .item .text .name-wrap .name {font-size: 32px;}
	.slider .item .text .speaker-wrap {font-size: 18px;line-height: 1.2;}
	.slider .item .text .flags {bottom: 30px;}
	.slider .item .text .flags .flag {margin: 0px 10px 0 0;max-width: 35px;}
}

/*  Webinar player  */
.webinar-player {border-radius: 0;overflow: auto;position: relative;margin: 40px -100px 20px;overflow: hidden;z-index: 0;box-shadow: 0 0 20px rgb(0 0 0 / 15%);position: relative;transition: all 0.3s;}
.webinar-player #play-webinar {border: none;background: var(--c-main);color: #fff;width: 120px;height: 120px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);border-radius: 50%;padding: 0;box-shadow: 0 0 20px rgb(0 0 0 / 30%);z-index: 2;justify-content: center;}
.webinar-player #play-webinar:hover {background: var(--c-secondary);}
.webinar-player #play-webinar::before { font-family: "Font Awesome 6 Pro"; content: "\f04b"; font-weight: 900; font-size: 50px; margin: 0 0 0 3px; }

@media (max-width: 1560px) {
	.webinar-player {/* border-radius: 0; */margin: 0;}
}
@media (max-width: 1360px) {
	.webinar-player {border-radius: 0; margin: 0;}
}
@media (max-width: 767px) {
	.webinar-player > img {height: 500px;object-fit: cover;}
}

.video-wrapper { position: relative; width: 100%; padding-top: 56.25%; overflow: hidden; } 
.video-wrapper .video-container {}
.video-wrapper .video-container .video-cover {}
.video-wrapper .video-container .video-cover .video-cover-img {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.video-wrapper .video-container .video-cover .actions {z-index: 10;position: absolute;top: 0;bottom: 0;left: 50%;transform: translateX(-50%);display: flex;flex-direction: column;align-content: center;align-items: center;gap: 0;}
.video-wrapper .video-container .video-cover .actions .btn.play {background: var(--c-textcolor);width: 190px;height: 190px;text-align: center;line-height: 190px;align-items: center;justify-content: center;font-size: 61px;padding: 0 0 0 14px;border-radius: 50%;box-shadow: 0 0 0 10px rgb(255 255 255 / 40%);margin: auto;transition: all 0.3s;}
.video-wrapper .video-container .video-cover .actions .btn.play i {font-weight: 900;}
.video-wrapper .video-container .video-cover .actions .btn.play:hover {box-shadow: 0 0 0 10px rgb(255 255 255 / 80%);}
.video-wrapper .video-container .video-cover .actions .btn.audio-only {background: var(--c-textcolor);padding: 20px 30px;margin: 0;position: absolute;top: calc(50% + 140px);white-space: nowrap;}
.video-wrapper .video-container .video-cover .actions .btn.audio-only::before {content:"\f025";font-family:"Font Awesome 6 Pro";font-weight: 900;font-size: 23px;margin: -7px 0;}
.video-wrapper .video-js { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media (max-width: 991px) {
	.video-wrapper .video-container .video-cover .actions {}
	.video-wrapper .video-container .video-cover .actions .btn.play {width: 100px;height: 100px;line-height: 100px;font-size: 35px;box-shadow: 0 0 0 7px rgb(255 255 255 / 40%);padding: 0 0 0 7px;}
	.video-wrapper .video-container .video-cover .actions .btn.audio-only {white-space: nowrap;padding: 12px 13px;font-size: 10px;top: calc(50% + 110px);}
	.video-wrapper .video-container .video-cover .actions .btn.audio-only::before {font-size: 20px;}
}

@media (max-width: 767px) {
	.video-wrapper .video-container .video-cover .actions {}
	.video-wrapper .video-container .video-cover .actions .btn.play {width: 60px;height: 60px;line-height: 60px;font-size: 19px;box-shadow: 0 0 0 5px rgb(255 255 255 / 40%);padding: 0 0 0 5px;}
	.video-wrapper .video-container .video-cover .actions .btn.audio-only { margin: -56px 0 20px 0; }
}

/* Video language selector */
.video-language-selector {background: var(--c-secondary);padding: 20px;justify-content: center;display: flex;align-items: center;color: #fff;font-size: 17px;}
.video-language-selector span { margin: 0 20px 0 0; }
.video-language-selector select {-moz-appearance: none;-webkit-appearance: none;appearance: none;border-radius: 0;background: #fff !important;background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;background-repeat: no-repeat !important;background-position-x: calc(100% - 7px) !important;background-position-y: 50% !important;border-radius: 10px;border: none;padding: 0 15px;height: 50px;font-weight: 300;min-width: 200px;}

@media (max-width: 767px) {
	.video-language-selector {font-size: 14px;}
	.video-language-selector span {}
	.video-language-selector select { min-width: 100px; height: 40px; }
}


@keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}




.listing {margin: 0 -15px 20px;justify-content: center;}
.listing {margin: 0;padding: 0;display: grid;grid-template-columns: repeat(2,1fr);gap: 40px;}
.listing .item {border-radius: 0 !important;overflow: visible !important;display: flex;flex-direction: row;flex-wrap: wrap;height: auto;align-items: flex-end;box-shadow: none;position: relative;transition: all 0.3s;transform: scale(1);}
.listing .item .text {background: url('https://dev.gcdentalcampus.com/site/dev.vvardis-campus.com/images/card-bg.jpg');background-size: cover;background-position: bottom center;width: auto;padding: 25px 0 25px 25px;position: relative;display: flex;flex-direction: column;border-radius: 0;align-items: flex-start;overflow: hidden;width: 100%;}
.listing .item .text .top {position: relative;left: auto;top: auto;right: auto;display: flex;align-items: center;margin: 0 0 20px 0;}
.listing .item .text .top .credits {width: auto;height: auto;line-height: normal;background: none;color: #fff;background: var(--c-main);padding: 9px 15px;font-size: 18px;border-radius: 50%;width: 55px;height: 55px;padding: 0;text-align: center;line-height: 55px;font-weight: 900;margin: 0 10px 0 0;letter-spacing: -1px;}
.listing .item .text .top .credits.two-lines {
    line-height: 0.9;
    font-size: 12px;
    padding: 14px 0 0 0;
    font-weight: 600;
}
.listing .item .text .top .credits.two-lines strong {
    display: block;
    font-size: 180%;
}

.listing .item .text .flags {margin: 0 0 0 10px;position: absolute;right: 25px;bottom: 25px;z-index: 96;height: 46px;align-items: center;display: flex;}
.listing .item .text .flags img {width: 35px;border-radius: 50%;margin: 0 10px 0 0;border: solid 2px rgb(255 255 255 / 50%);}
.listing .item .text .flags img:last-child {margin:0}
.listing .item .text .top .meta {flex: 1;}
.listing .item .text .top .meta .type {margin: 0;font-weight: 800;font-size: 18px;}
.listing .item.upcoming .text .top .type {font-weight: 800;color: #d50000;display: inline-flex;align-items: center;font-size: 15px;}
.listing .item.live .text .top .type::after {content:"";width: 9px;height: 9px;background: #d50000;border-radius: 50%;margin: 0 0 0 10px;animation: pulse 1s infinite ease-in-out;}
.listing .item .text .meta .date {color: var(--c-textcolor);margin: 0;font-weight: 900;font-size: 19px;line-height: 1.2;flex: 0 1 100%;}
.listing .item .text .meta .date br {}
.listing .item .text .meta .date span {font-weight: 600;margin: 2px 5px 0 5px;opacity: 0.3;font-size: 14px;vertical-align: top;display: inline-block;}
.listing .item .text .webinar-name {width: 54%;line-height: 1;margin: 0 0 15px 0;font-family: Italiana;}
.listing .item .text .webinar-name .name {font-weight: 800;font-size: 24px;color: var(--c-main);text-decoration: none;line-height: 1.2;}
.listing .item .text .webinar-name .name:hover {color:var(--c-textcolor)}
.listing .item .text .speaker-wrap {display: flex;align-items: center;margin: 0 0 10px 0;flex-wrap: wrap;}
.listing .item .text .speaker-wrap .photo {margin: 0 10px 0 0;display: none;}
.listing .item .text .speaker-wrap .photo img {max-width: 50px;border-radius: 50%;margin: 0 7px 0 0;background: #fff;}
.listing .item .text .speaker-wrap .photo img:last-child {margin:0}
.listing .item .text .speaker-wrap .speaker {font-size: 17px;font-weight: 300;margin: 10px 0;line-height: 1.2;color: var(--c-textcolor);}
.listing .item .text .speaker-wrap .speaker .separator { display: block; font-size: 0; }
.listing .item .text .sponsor {left: auto;right: 20px;z-index: 10;flex-grow: 1;display: flex;align-items: flex-end;position: absolute;bottom: 25px;z-index: 1000;right: 25px;background: #fff;padding: 10px;border-radius: 5px;}
.listing .item .text .sponsor img {max-width: 130px;max-height: 30px;}

.listing .item .text .extra-details {display: flex;flex-wrap: wrap;align-items: center;margin: 0 0 10px 0;column-gap: 10px;z-index: 10;color: var(--c-textcolor);}
.listing .item .text .extra-details .flags {align-items: center;display: flex;gap: 8px;}
.listing .item .text .extra-details .flags img {width: 30px;border-radius: 50%;border: solid 2px rgb(255 255 255 / 50%);}
.listing .item .text .extra-details .flags img:last-child {margin:0}
.listing .item .text .extra-details .badges {margin: 0;display: flex;gap: 5px;flex-wrap: wrap;}
.listing .item .text .extra-details .badges .badge {border: solid 2px rgb(255 255 255 / 40%);padding: 10px 10px;border-radius: 5px;font-weight: 400;font-size: 13px;line-height: 1;}
.listing .item .text .extra-details .languages {/* color: #fff; */display: flex;align-items: center;gap: 7px;font-size: 12px;font-weight: 500;line-height: 1;border-radius: 5px;}
.listing .item .text .extra-details .languages i {font-size: 120%;margin: 0;background: rgb(0 0 0 / 10%);padding: 0 7px;border-radius: 0;color: rgb(0 0 0 / 70%);line-height: 32px;width: 32px;text-align: center;}
.listing .item .text .extra-details .languages span {border: solid 1px rgb(0 0 0 / 15%);padding: 0;border-radius: 0;height: 32px;width: 32px;line-height: 30px;text-align: center;}
.listing .item:hover .text .extra-details {color:#fff;}
.listing .item:hover .text .extra-details .languages i {color:#fff;background: rgb(255 255 255 / 20%);}
.listing .item:hover .text .extra-details .languages span {border: solid 1px rgb(255 255 255/ 50%);}

.listing .item .actions {z-index: 1000;display: flex;display: flex;flex-wrap: wrap;align-items: center;margin: auto 0 0 0;}
.listing .item .actions:hover {}
.listing .item .actions .flag { display: none; }
.listing .item .actions .btn {text-align: center;justify-content: center;color: #fff;font-size: 16px;font-weight: 500;margin: 0;display: flex;height: auto;margin: 0;}
.listing .item .actions .btn.details {font-weight: 400;background: none !important;color: var(--c-textcolor);padding: 0;margin: 0 0 0 20px;border-bottom: solid 2px;border-radius: 0;font-size: 13px;text-shadow: 1px 1px rgb(255 255 255 / 65%);padding: 3px 0;}
.listing .item .actions .btn.details:hover {color:var(--c-main);}
.listing .item .actions .btn::after {}
.listing .item .actions .btn:hover {background: var(--c-textcolor);}
.listing .item .actions .btn.live {background:#d50000;}
.listing .item .actions .btn.live::after {content: "";width: 12px;height: 12px;background: #fff;border-radius: 50%;margin: 0;animation: pulse 1s infinite ease-in-out;}

.listing .item > .photo {width: 65%;display: flex;align-items: flex-end;margin: 0 0 0 auto;z-index: 95;border-radius: 0;overflow: hidden;position: absolute;right: 0;bottom: 0;}
.listing .item > .photo img { display:none; }
.listing .item > .photo img:first-child {display:block;}


.listing:not(.owl-carousel) .item:hover {transform: scale(1.05);}
.listing .item:hover .text {background: url('https://dev.gcdentalcampus.com/site/dev.vvardis-campus.com/images/card-bg-hover.jpg');background-size: cover;}
.listing .item:hover .text .top {color:#fff}
.listing .item:hover .text .top .credits {background: #fff;color: #000;}
.listing .item:hover .text .date {color:#fff}
.listing .item:hover .text .webinar-name .name {color: #fff;}
.listing .item:hover .text .speaker {color:#fff}
.listing .item:hover .actions .btn {background: #fff;color: #000;}
.listing .item:hover .actions .btn.details {text-shadow:none; color:#fff}
.listing .item:hover .actions .btn.live {background:#d50000;}


/* Listing carousel  */
.listing.owl-carousel {}
.listing.owl-carousel .owl-stage-outer {height: auto !important;}
.listing.owl-carousel .owl-stage-outer .owl-stage { display: flex;}
.listing.owl-carousel .owl-stage-outer .owl-stage .owl-item {}
.listing.owl-carousel .owl-stage-outer .owl-stage .owl-item .item {}
.listing.owl-carousel .owl-stage-outer .owl-stage .owl-item .item .text {}

.listing-dots {border: none;margin: 0;}
.listing-dots:empty {display: none;}
.listing-dots .owl-dot {background: #ddd;border-radius: 50%;opacity: 1;width: 14px;height: 14px;margin: 0 0 0 10px;border: none;padding: 0;vertical-align: middle;}
.listing-dots .owl-dot:first-child {margin:0}
.listing-dots .owl-dot.active {opacity: 1;background: var(--c-main);}


.owl-carousel .owl-dots {border: none;margin: 14px 0 0 0;text-align: center;}
.owl-carousel .owl-dots .owl-dot {background: #ddd;border-radius: 50%;opacity: 1;width: 14px;height: 14px;margin: 0 0 0 10px;border: none;padding: 0;vertical-align: middle;}
.owl-carousel .owl-dots .owl-dot:first-child {/* margin:0; */}
.owl-carousel .owl-dots .owl-dot.active {opacity: 1;background: var(--c-main);}


@media (max-width: 1200px) {
	.listing .item .text .flags {position: relative;right: auto;bottom: auto;text-align: center;justify-content: flex-start;margin: 20px 0 0 0;height: auto;width: 100%;}
}
@media (max-width: 1024px) {
	.listing {}
	.listing .item {}
	.listing .item .photo {display:none;}
	.listing .item .text .speaker-wrap .photo {display:flex;}
	.listing .item .text {padding: 25px;}
	.listing .item .text .webinar-name {width: 100%;}
	.listing .item .text .speaker .separator {display: inline;font-size: inherit;}
}

@media (max-width: 767px) {
	.listing {gap: 20px;grid-template-columns: repeat(1, 1fr);}
	.listing .item .actions {flex-direction: column;width: 100%;gap: 10px;}
	.listing .item .actions .btn {width: 100%;margin: 0 !important;}
	.listing .item .actions .btn.details {width:auto;}
	.listing .item .text .flags {position: relative;right: auto;bottom: auto;text-align: center;justify-content: center;margin: 20px 0 0 0;height: auto;width: 100%;}
}



.listing .item.tiny { display: flex; background: #eee; grid-column: span 2; padding: 20px; border-radius: 20px !important; align-items: flex-start; margin: 0 0 -20px 0; }
.listing .item.tiny > .photo { position: relative; max-width: 60px; border-radius: 50%; }
.listing .item.tiny > .details { flex: 1; padding: 0 20px; }
.listing .item.tiny > .details .webinar-name { font-weight: 800; text-decoration: none; color: var(--c-textcolor); line-height: 1.3; display: block; }
.listing .item.tiny > .details .webinar-name:hover {color:var(--c-main)}
.listing .item.tiny > .details .speaker { margin: 0 0 10px 0; font-weight: 400; font-size: 13px; }
.listing .item.tiny > .details .speaker .name {}
.listing .item.tiny > .details .meta { font-size: 12px; display: flex; flex-wrap: wrap; gap: 5px; }
.listing .item.tiny > .details .meta span {background: #ddd;padding: 9px 15px;border-radius: 21px;color: #777;line-height: 1;}
.listing .item.tiny > .actions { margin: 0; }
.listing .item.tiny > .actions .btn { font-size: 13px; }
.listing .item.tiny > .actions .btn:hover {background:var(--c-textcolor);}

@media (max-width: 1024px) {
	.listing .item.tiny {margin: 0;}
	.listing .item.tiny > .photo {display:block;max-width: 50px;}
	.listing .item.tiny > .details {padding: 0 0 0 15px;margin: 0 0 20px 0;}
}



/* Events listing */

.listing.events {}
.listing.events .item {overflow: hidden !important;border-radius: 20px !important;flex-direction: column;}
.listing.events .item:hover {transform: scale(1);}
.listing.events .item .text {padding: 35px 35px 35px 35px;z-index: 100;background: url(/site/dev.gcdentalcampus.com/images/card-bg-hover.jpg) center no-repeat;background-size: cover;background-color: #32b9a8;border-radius: 0;background-position: top center;flex: 1;}
.listing.events .item .text .top .credits { background: var(--c-textcolor); }
.listing.events .item .text .top .meta { color: #fff; }
.listing.events .item .text .top .meta .date {color: #fff;}
.listing.events .item .text .webinar-name {width:100%; color:#fff}
.listing.events .item .text .webinar-name .name {color:#fff;}
.listing.events .item .text .speaker-wrap {flex-wrap: wrap;}
.listing.events .item .text .speaker-wrap .photo {display: flex;flex-wrap: wrap;margin: 0;gap: 5px;}
.listing.events .item .text .speaker-wrap .photo img { margin: 0; }
.listing.events .item .text .speaker-wrap .speaker {color:#fff;flex: 0 1 100%;margin: 5px 0 0 0;}
.listing.events .item .text .speaker-wrap .speaker .separator {display: inline;font-size: inherit;}
.listing.events .item .actions .btn {background: var(--c-textcolor);}
.listing.events .item .actions .btn.details {color:#fff;text-shadow:none;}
.listing.events .item .event-photo {position: relative;border-radius: 20px;object-fit: cover;width: 100%;height: 160px;}
.listing.events .item .event-photo img {height: 100%;width: 100%;object-fit: cover;}
.listing.events .item .event-photo::before {content: "";background: var(--c-main);background: linear-gradient(360deg, rgb(50 185 168) 0%, rgb(50 185 168 / 0%) 100%);position: absolute;left: 0;right: 0;bottom: 0;height: 60%;}
.listing.events .item:hover .event-photo {}
.listing.events .item.large {grid-column: span 2;}
.listing.events .item.large .event-photo {height: 300px;}
.listing.events .item.large .event-photo img {}
.listing.events .item.large .text {background-position: top -110px center;}
.listing.events .item.large .text .webinar-name .name {font-size: 40px;}
.listing.events .item.large .text .speaker-wrap .photo img {max-width: 70px;}
.listing.events .item.no-banner {padding-top: 0px !important;}
.listing.events .item.no-banner .text {padding-top: 35px;}

.listing.events .item .event-carousel {display: flex;margin: 0 0 30px 0;width: 100%;}
.listing.events .item .event-carousel .owl-stage-outer {}
.listing.events .item .event-carousel .owl-stage-outer .owl-stage {display: flex;}
.listing.events .item .event-carousel .owl-stage-outer .owl-stage .owl-item {}
.listing.events .item .event-carousel .elem {}
.listing.events .item .event-carousel .elem img {border-radius: 10px;cursor: pointer;}
.listing.events .item .event-carousel .owl-nav {}
.listing.events .item .event-carousel .owl-nav .owl-next {position: absolute;right: -27px;font-size: 34px;top: 50%;transform: translateY(-50%);opacity: 0.7;color: #fff;}
.listing.events .item .event-carousel .owl-nav .owl-prev {position: absolute;left: -27px;font-size: 34px;top: 50%;transform: translateY(-50%);opacity: 0.7;color: #fff;}
.listing.events .item .event-carousel .owl-nav .owl-next:hover, .listing.events .item .event-carousel .owl-nav .owl-prev:hover {opacity:1}

#event-carousel-preview { position: fixed; pointer-events: none; z-index: 9999; transform: scale(1.4); transition: transform 0.2s, opacity 0.2s; box-shadow: 0 10px 20px rgba(0,0,0,0.3); border-radius: 10px; transform-origin: center center; }
#event-carousel-preview img {border-radius: 10px;}
#event-carousel-preview.hidden {opacity: 0; transform: scale(1);}

@media (max-width: 1024px) {
	#event-carousel-preview {display:none;}
}

@media (max-width: 767px) {
	.listing.events .item.large {grid-column: span 1;/* padding-top: 200px; */}
	.listing.events .item .text {padding: 25px;}
	.listing.events .item.no-banner .text {padding:25px;}
	.listing.events .item.large .event-photo {height: 200px;}
	.listing.events .item.large .text .webinar-name .name {font-size: 24px;}
	.listing.events .item .event-carousel .owl-nav .owl-prev {left: -23px;}
	.listing.events .item .event-carousel .owl-nav .owl-next {right: -23px;}
}
/* Events page */

.symposium-header { background: url(/site/dev.gcdentalcampus.com/images/card-bg-hover.jpg) bottom center no-repeat; background-size: cover; background-color: #32b9a8; border-radius: 0; background-position: top center; position: relative; }
.symposium-header::before {content: "";background: var(--c-main);background: linear-gradient(360deg, rgb(50 185 168) 0%, rgb(50 185 168 / 0%) 100%);position: absolute;left: 0;right: 0;top: 100px;height: 320px;z-index: 2;}
.symposium-header > .banner {width: 100%;height: 420px;object-fit: cover;}
.symposium-header > .content {max-width: 1300px;margin: 0 auto;padding: 20px 20px 60px 20px;width: 100%;/* position: absolute; *//* left: 50%; *//* transform: translateX(-50%); */color: #fff;min-height: 300px;background-size: cover;text-align: center;}
.symposium-header > .content .top {display: flex;justify-content: center;align-items: center;margin: 0 0 10px 0;}
.symposium-header > .content .top .credits {color: #fff;background: var(--c-textcolor);font-size: 20px;border-radius: 50%;width: 70px;height: 70px;padding: 0;text-align: center;line-height: 70px;font-weight: 900;margin: 0 15px 0 0;}
.symposium-header > .content .top .meta { text-align: left; }
.symposium-header > .content .top .meta .type {font-weight: 800;color: #d50000;display: inline-flex;align-items: center;font-size: 18px;}
.symposium-header > .content .top .meta .date {color: #fff;margin: 0;font-weight: 900;font-size: 22px;line-height: 1.2;}
.symposium-header > .content .top .meta .date span { font-weight: 600; margin: 2px 5px 0 5px; opacity: 0.3; font-size: 14px; vertical-align: top; display: inline-block; }
.symposium-header > .content h1 { font-size: 52px; }
.symposium-header > .content .speaker-wrap { margin: 0 0 40px 0; }
.symposium-header > .content .speaker-wrap .photo {gap: 10px;display: flex;justify-content: center;margin: 0 0 10px 0;}
.symposium-header > .content .speaker-wrap .photo img {background: #fff;border-radius: 50%;max-width:80px}
.symposium-header > .content .speaker-wrap .speaker { font-size: 18px; margin: 0; }
.symposium-header > .content .speaker-wrap .speaker .name {}
.symposium-header > .content .speaker-wrap .speaker .separator {}


.symposia-banners {}
.symposia-banners a {}
.symposia-banners a img {width: 100%;border-radius: 20px;box-shadow: 0 0 20px rgb(0 0 0 / 10%);}
.symposia-banners.owl-carousel a img {box-shadow: none;}


