#returnLnk {
	text-decoration: none;
}

#returnLnk:hover {
	text-decoration: underline;
}

#growl {
	clear: left;
	color: grey;
	font: 18px Tahoma;
	margin: 0 auto;
	max-width: 100%;
	padding-bottom: 15px;
	text-align: center;
	width: 650px;
}

#growl input[type="text"],
#growl input[type="password"] {
	width: 200px;
}

#growl input[type="submit"],
#growl input[type="button"] {
	height: 30px;
}

#growl hr {
	width: 75%
}

#growl select,
.select {
	color: grey;
	font: 18px/20px Verdana;
	height: 30px;
	width: 29%;
}

#growl p {
	margin: 10px 0
}

.paidWebinar {
	clear: both;
}

.agenda-box {
	color: black;
	font-size: 12pt;
	text-align: left;
}

.resources-box {
	color: black;
	font-size: 12pt;
	text-align: left;
}

#objectivesList {
	text-align: left;
	color: black;
	font: 11pt Arial;
}

#objectivesList>ol {
	margin-top: 0;
}

#topDiv {
	/* display: flex; */
	justify-content: space-between;
	margin: 0 0 10px 50px;
}

.store_productAddToCartItemName {
	text-align: center;
}

.store_productAddToCartItemName>span {
	display: block;
	font-weight: normal;
}

.store_productAddToCartItemName>span.showTime {
	color: grey;
	font: 12pt Arial;
	display: contents;
}

.store_productAddToCartItemName>span.showTime:not(:empty):before {
	content: '\00000a';
	white-space: pre;
}

.store_productAddToCartItemDesc>span.speaker {
	display: block;
	font-weight: bold;
	text-align: center;
}

.store_productAddToCartItemDesc>span.duration {
	color: grey;
	display: block;
	margin: 5px 0;
	text-align: center;
}

.store_productAddToCartItemDesc>span.ce_type {
	color: grey;
	display: block;
	font: 400 18px Tahoma;
	text-align: center;
}

.store_cartFooterBox .store_couponDelete {
	min-width: 90px;
	padding: 3px 10px;
	border-color: white;
}

.store_productAddToCartItemDesc>h1.aboutPresenter {
	display: block;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}

.btn.store_deleteBtn {
	border-color: white;
}

.store_cartFooter .keepShopping {
	border-color: white;
	padding: 5px 10px;
}

@media screen and (min-width:500px) {
	.store_cartFooter .keepShopping {
		font-size: 13px;
		margin: 4px 5px 0;
	}
}

@media only screen and (max-width: 600px) {
	.datesList {
		padding-left: 0px;
	}
}

@media only screen and (min-width: 600px) {
	.datesList {
		padding: 10px;
		padding-left: 20%;
		text-align: justify;
	}
}

/*  */
.store_productAddToCartControls {
	max-width: 100%;
}

@media (min-width:500px) {
	.store_controlSpanMobile {
		display: none;
	}

	.store_controlSpanDesc {
		display: block;
	}
}

@media (max-width:500px) {
	.store_controlSpanMobile {
		display: block;
	}

	.store_controlSpanDesc {
		display: none;
	}
}

@media (min-width:768px) {
	#containerWrap {
		max-width: 768px
	}
}


.bottomText>li:hover {
	cursor: pointer;
	color: black;
	font-weight: bolder;
	transition: all 0.2s;
}

.bottomTitle {
	font-weight: bolder;
	color: black;
}

#certSelectionDiv {
	text-align: center;
	display: none;
}

#certSelectionDiv>label {
	margin-right: 5px;
}

.freeWebinar {
	display: none;
}

.free .freeWebinar {
	display: block;
}

.free .paidWebinar {
	display: none;
}

.shareBtns {
	border-radius: 20px;
	box-shadow: 0 0 5px 0;
	opacity: 0;
	padding: 3px 10px;
	text-align: center;
	transition: 0.5s;
}

.shareBtns>.text {
	display: block;
}

.shareBtns>.email,
.shareBtns>.facebook {
	margin-bottom: 5px;
}

.shareBtns .facebook>span {
	padding-top: 0;
}

#donateBanner {
	font: 16px Aller, Trebuchet, Tahoma;
	margin-top: 5px;
}

#tosDiv,
#tosDiv a {
	color: white;
	font-weight: bold;
}

@media screen and (min-width:1000px) {
	.shareBtns>.text {
		display: inline;
	}

	.shareBtns>.email,
	.shareBtns>.facebook {
		margin-bottom: 0;
	}

	.LakewoodCommunitSymposium {
		margin-top: -177px;
	}
}

.webinarList a {
	text-decoration: underline;
	color: blue;
}

#faqLnk {
	cursor: pointer;
	text-align: center;
	text-decoration: underline;
}

#faqLnk:hover {
	color: lightblue;
}

.mytooltip {
	position: absolute;
	background-color: white;
	transition: all 0.4s;
	opacity: 0;
	padding: 2px 6px;
	border-radius: 6px;
	margin-left: -150px;
	margin-top: -10px;
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

.mytooltip:after {
	content: '';
	width: 12px;
	height: 8px;
	background-color: white;
	transform: rotate(45deg);
	position: absolute;
	margin-top: 18px;
	margin-left: -120px;
}

.mytooltip_tar:hover .mytooltip {
	opacity: 1;
	margin-top: -30px;
}

.mytooltip_tar {
	cursor: pointer
}

.longListContainer {
	text-align: center;
	x-color: #a1a2a3;
	color: #777;
	font-family: 'Roboto', Helvetica Neue, Arial, Sans-serif;
}

.longListContainer:not(.longListContainer > .longListContainer) {
	margin-top: 10px;
}

.longList {
	margin: 10px;
	border-radius: 3px;
	background: var(--dark-hex);
	border: 3px outset var(--light-hex);
	color: white;
	cursor: pointer;
	font-weight: bold;
	position: relative;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	vertical-align: top;
	cursor: pointer;
	padding: 5px;
	font-size: 16px;
	width: 50%;
	display: inline-block;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
	transition: 0.2s all;
}

.longList:hover {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}

.hover {
	cursor: pointer;
	transition: 0.2s all;
}

.hover:hover {
	color: var(--second-color-hex);
	transform: scale(1.04);
}

.bought {
	display: inline-flex !important;
	margin-left: 20px;
	gap: 8px;
	padding: 2px 4px;
	border-radius: 6px;
	transition: .2s all;
}

.bought:hover {
	border: #4b91cc 2px solid;
}

.bought::after {
	content: "View webinar";
	opacity: 0;
	margin-left: 0px;
	transition: .2s all;
}

.store_partialAmount {
	text-align: center;
	margin: 10px;
}

.store_partialAmount>span {
	color: #1976D2;
}

.bought:hover::after {
	opacity: 1;
	margin-left: 5px;
}

.bought i {
	margin: auto;
	color: #4b91cc;
}

.cart-adder,
.individuals-link,
.buyNowRefference {
	opacity: 0;
	transition: 0.2s all;
	display: inline-flex;
	gap: 6px;
	border: none;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 6px;
	background-color: var(--dark-hex);
	color: white;
	padding: 2px 4px;
}

.individuals-link,
.buyNowRefference {
	opacity: 1;
	padding: 4px 16px;
	font-weight: 600;
}

.cart-adder.remove {
	opacity: 1;
	margin-left: 15px;
	border-radius: 9999px;
	background-color: transparent;
	box-shadow: none;
}

.cart-adder.remove::after {
	opacity: 0;
	content: "Remove from cart";
	transition: 0.2s all;
	display: inline-flex;
	gap: 6px;
	border: none;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 6px;
	background-color: var(--dark-hex);
	color: white;
	padding: 2px 4px;
}

.cart-adder.remove:hover::after {
	opacity: 1;
}

.cart-adder i {
	margin: auto;
}

.cart-adder.remove i {
	color: black;
}

.fa-remove::before {
	content: "\f07a";
}

.webinars-in-bundle:hover .cart-adder {
	margin-left: 20px;
	opacity: 1;
}

.webinars-in-bundle {
	margin-top: 10px;
}

.store_productAddToCartItemDescOrCanva>p>span>a>strong,
.store_productAddToCartItemDescOrCanva>p>span>strong>a,
.store_productAddToCartItemDescOrCanva>p>a>span>strong,
.store_productAddToCartItemDescOrCanva>p>span>a {
	color: blue;
	font-weight: inherit;
	text-decoration: underline;
	font-size: 18px;
}

.store_productAddToCartItemDescOrCanva>ul>li {
	list-style-type: initial !important;
}

html {
	font-size: 16px
}




#addeventatc1-outlookcom {
	display: none;
}





* {
	--tw-ring-offset-shadow: 0 0 transparent;
}

#addeventatc1-outlookcom {
	display: none;
}

.group {
	max-width: 330px;
}

.calendarAdder {
	text-align: center;
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	padding: 10px;
	border: 1px solid #bbb;
	border-radius: 0.125rem;
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	cursor: pointer;
	transition: all 0.6s;
	position: absolute;
	/* z-index: 100; */
	margin-top: -60px;
}

@media (max-width:768px) {
	.calendarAdder {
		padding: 2px;
		margin-top: -10px;
	}
}

.calendarAdder:hover {
	font-weight: bold;
}

.calendars {
	cursor: pointer;
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	border-radius: 0.325rem;
	--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	list-style-type: none;
	width: 200px;
	margin: 15px;
	opacity: 0;
	padding: 0;
	transition: all 0.4s;
	pointer-events: none;
	position: absolute;
	background-color: #fff;
	z-index: 2;
	line-height: 2;
	list-style-position: outside;
}

.calendars>a>li {
	padding: 8px 0px;
	--tw-bg-opacity: 0;
	transition: all 0.4s;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.calendars>a>li:hover {
	--tw-bg-opacity: 1;
}

.calendars>a {
	color: black;
	text-decoration: none;
}

li:first-child {
	border-top-left-radius: 0.325rem;
	border-top-right-radius: 0.325rem;
}

li:last-child {
	border-bottom-right-radius: 0.325rem;
	border-bottom-left-radius: 0.325rem;
}

.calendar-icons {
	margin-left: -110px;
	margin-right: 20px;
	background-color: white;
	border-radius: 9999px;
	padding: 6px;
	width: 40px;
	display: inline-flex;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

li:hover .calendar-icons {
	--tw-rotate: 6deg;
}

.active_calendars {
	opacity: 1;
	margin-top: -110px;
	margin-left: 20px;
	position: relative;
	pointer-events: auto;
}

.data {
	display: none;
}