
body{
	opacity:0;
	animation:popUpfadeIn 1s forwards;
	animation-delay:0.4s;
}
input[type="email"]{
	text-transform: lowercase;
}
.overlay-video{
	cursor: pointer;
}
#grve-content, .grve-single-wrapper, #grve-main-content .grve-section{
	background-color:initial !important;
}
.color-white{
	color:white;
}
.mr-2{
	margin-right:7px;
}
#grve-main-header .personalized-welcome{
	display:none;
}
.home-nav{
	float: right;
    margin-top: 32px;
}
.home-nav img{
	filter: invert(7%) sepia(0%) saturate(5900%) hue-rotate(65deg) brightness(192%) contrast(97%);
    max-width: 20px;
    margin-left: 25px;
    margin-right: -25px;
	image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.home-nav:hover img{
	filter: invert(24%) sepia(48%) saturate(178%) hue-rotate(53deg) brightness(74%) contrast(281%);
}
li#menu-item-896 a, li#menu-item-897 a, li#menu-item-898 a, li#menu-item-900 a{
    color: rgb(255 255 255 / 45%)!important;
}
div:focus-visible {
	border: none;
}
.d-flex{
	display:flex;
}
.flex-column{
	flex-direction:column;
}
#grve-main-header, .grve-logo {
    margin-left: 0px !important;
}

#new-products-text-content {
    padding-top: 4rem;
    padding-bottom: 0.5rem;
}

#new-products-text-content .grve-column-1-6 {
	width:19.6%;
}

#new-products-text-content h1, .h1-block-desktop.grve-element {
    margin-bottom: 0;
}

.grve-blog-products .owl-item {

}

.category-and-title-content .grve-small-text {
	letter-spacing: 0.1rem;
}

.grve-post-products-content {
    display: flex;
    padding: 1.5rem;
    background: #053369;
	min-height:140px;
}

.grve-blog-products .category-and-title-content {
    flex: 6;
}

.icon-plus-circle-content {
    flex: 1;
    text-align: center;
    padding-top: 0.5rem;
}

.blog-product-item {
    padding-right: 0.5rem;
}

.grve-blog-products .grve-media {
    margin: 0px;
}

.grve-blog-products .grve-post-title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.icon-plus-circle {
    filter: invert(100%);
    width: 2.4rem;
}

/***** NAvigation caroussel **/
.grve-carousel-products-navigation {
	position:relative;
}
.btn-lobby-container {
	position:absolute;
}
.grve-carousel-products-navigation .grve-carousel-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0;
}

.grve-carousel-products-navigation .grve-carousel-prev,
.grve-carousel-products-navigation .grve-carousel-next {
}

.grve-carousel-next,
.grve-carousel-prev {
    border: 2px solid #005eb8;
    padding: 0.091rem 1.099rem 0rem;
}

.grve-carousel-prev {
    border-right: none;
}

.grve-icon-arrow-left,
.grve-icon-arrow-right {
}

.grve-carousel-prev,
.grve-carousel-next {
    cursor: pointer;
    background: #022c5e;
}

.grve-carousel-prev:hover,
.grve-carousel-next:hover {
    background: #005eb8;
}

.grve-carousel-products-navigation [class^="grve-icon-"],
.grve-carousel-products-navigation [class*=" grve-icon-"] {
    font-size: 1rem;
    font-weight: bold;
}

/***** CSS Post Product template ******/

.grve-single-product-wrapper article {
    background: rgb(2, 44, 93, 0.9);
}

#grve-post-product-content {
    display: flex;
	width:100%;
}

.grve-element.grve-video {
    flex: 3;
}

#articleBody {
    padding: 5rem 2rem 2rem;
    flex: 1 1 0%;
	display: flex;
	flex-direction:column;
}

#articleBody .grve-container {
    padding: 0;
	flex: 1;
}

#articleBody .grve-container p {
	font-size: 1rem
}

#articleBody .post-product-title {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}


#articleBody .button-more-info {
    padding: 2rem 0 0;
}

#articleBody .grve-btn {
    border: 1px solid #fff;
    background: transparent;
    font-size: 1rem;
    padding: 0.5rem 2rem;
	max-width:240px;
}

#articleBody .grve-post-categories {
	text-transform:uppercase;
}

#articleBody .grve-btn:hover {
    color: rgb(2, 44, 93, 1);
    background: #fff;
}

.grve-single-product-wrapper .grve-carousel-buttons {
    padding-bottom: 0;
}

.pum-theme-product-popup-theme .wpb_content_element {
    margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {

/********	#grve-header {
    background-color: rgba(8, 14, 51, 0.5)!important;
}
	#grve-main-header.grve-header-default.grve-light {
    background-color: rgba(8, 14, 51, 0.5)!important;
}******/
    .pum-container.pum-responsive.pum-responsive-medium {
        margin-left: -30%;
        width: 80% !important;
    }
}

html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
    padding-right: 0 !important;
}


	.back-to-lobby-container {
		display: none;
	}


/******** RESPONSIVE Design ******/

/* Mobile and tablet devices not iPad */
@media only screen and (max-width: 514px) {
	.grve-carousel.grve-carousel-element {
		visibility: visible !important;
	}
}
/* iPads, Tablets */
/*@media only screen and (min-width: 481px) and (max-width: 768px) */
/* Small screens, laptops */
/*@media only screen and  (min-width: 769px) and (max-width: 1024px) */
/* Desktops, large screens */
/*@media only screen and  (min-width: 1025px) and (max-width: 1200px) {*/

@media only screen and (max-width: 600px) {
	.see-products{
		width: 100% !important;
	}
	#new-products-text-content {
		padding-top: 12rem;
	}
	.eventArticle iframe{
		min-height:initial !important;
	}
	.eventArticle #vidyar-video{
		margin-bottom: 0px !important;
	}
}
@media only screen and (max-width: 425px) {
	.back-lobby{
		text-align: left !important;
	}
	.back-to-lobby-container {
		display: block;
	}
/* 	#005eb8 */
	.btn-lobby-container .grve-btn {
		background: #001138 !important;
		width: 100%;
		text-align: left;
	}
	
	.button-back-to-lobby {
		height:45px;
		width: 100%;
		background-color: rgba(0, 17, 56, 0.8);
	}
	
	.pum-theme-353 .pum-content + .pum-close {
    right: 0px!important;
    top: 0px!important;
}
	#grve-post-product-content {
		flex-direction: column;
	}
	
	.grve-logo .grve-wrapper img {
    height: 45% !important;
    top: -24% !important;
	}
    #new-products-text-content {
        padding-top: 12rem;
    }
	
	.txt-home-left p {
		font-size:1rem;
	}
	
	#section-new-products .block-button-left-home .grve-column-1-4 {
		width: 100%;
		padding: 0;
	}
	
	#section-new-products .block-button-left-home .grve-column-3-4 {
		display:none;
	}
	
	#section-new-products #grve-theme-wrapper a.grve-btn {
		
	}
	
	#section-new-products .grve-row .grve-row > div .grve-element:last-child,
	a.grve-btn.grve-btn-medium.grve-square.grve-bg-primary-5.grve-bg-hover-primary-1.back-lobby {
		margin:0 !important;
	}

    #new-products-text-content .grve-column-1-6 {
        display: none;
    }

    #new-products-text-content .grve-column-2-3 {
        width: 100%;
	}

    .category-and-title-content .grve-post-title {
        margin: 0;
        font-size: 1.8rem;
        font-weight: 700;
    }
	
    .grve-post-products-content {
        padding: 1rem;
		min-height: 100px;
    }

    .category-and-title-content .grve-small-text {
        font-size: 0.9rem;

    }
	
	.grve-blog-products .owl-wrapper {
		display:flex !important;
		flex-direction:column;
	}
	
	.blog-product-item {
		padding: 1rem 1.5rem;
	}
	
	.grve-carousel-wrapper .grve-carousel-products-navigation {
		display:none;
	}	

    #articleBody {
        padding: 1rem;
    }
}
@media only screen and (min-width: 426px) and (max-width: 458px) {
		.grve-logo .grve-wrapper img {
height: 55%!important;
    top: -33% !important;
	}
	#grve-post-product-content {
		flex-direction: column;
	}
	
	.grve-container {
		padding-left:25px;
		padding-right:25px;
	}
	 #new-products-text-content {
        padding-top: 14rem;
    }
	
	#section-new-products .block-button-left-home .grve-column-1-4 {
		width: 36%;
		padding: 0;
	}
	
	#section-new-products .block-button-left-home .grve-column-3-4 {
		display:none;
	}
	
	#section-new-products #grve-theme-wrapper a.grve-btn {
		
	}
	
	#section-new-products .grve-row .grve-row > div .grve-element:last-child,
	a.grve-btn.grve-btn-medium.grve-square.grve-bg-primary-5.grve-bg-hover-primary-1.back-lobby {
		margin:0 !important;
	}

    #new-products-text-content .grve-column-1-6 {
        display: none;
    }

    #new-products-text-content .grve-column-2-3 {
        width: 80%;
    }

    .category-and-title-content .grve-post-title {
        margin: 0;
        font-size: 1rem;
        font-weight: 700;
    }
	
    .grve-post-products-content {
        padding: 0.5rem;
		min-height: 115px;
    }

    .category-and-title-content .grve-small-text {
        font-size: 0.6rem;

    }

    #articleBody {
        padding: 2rem;
    }

    #articleBody .post-product-title {
        margin-top: 1rem;
    }

    #articleBody .button-more-info {
        padding: 1rem 0 0;
    }
	
	.grve-carousel-next, .grve-carousel-prev {   
		border: 2px solid #005eb8;
		padding: 0.091rem 1.099rem 0rem;
	}
}	
@media only screen and (min-width: 459px) and (max-width: 768px) {
	
	#grve-post-product-content {
		flex-direction: column;
	}
	
	.grve-container {
		padding-left:25px;
		padding-right:25px;
	}
	.grve-logo .grve-wrapper img {
		height: 70%!important;
		top: -30% !important;
	}
    #new-products-text-content {
        padding-top: 14rem;
    }
	
	#section-new-products .block-button-left-home .grve-column-1-4 {
		width: 36%;
		padding: 0;
	}
	
	#section-new-products .block-button-left-home .grve-column-3-4 {
		display:none;
	}
	
	#section-new-products #grve-theme-wrapper a.grve-btn {
		
	}
	
	#section-new-products .grve-row .grve-row > div .grve-element:last-child,
	a.grve-btn.grve-btn-medium.grve-square.grve-bg-primary-5.grve-bg-hover-primary-1.back-lobby {
		margin:0 !important;
	}

    #new-products-text-content .grve-column-1-6 {
        display: none;
    }

    #new-products-text-content .grve-column-2-3 {
        width: 80%;
    }

    .category-and-title-content .grve-post-title {
        margin: 0;
        font-size: 1rem;
        font-weight: 700;
    }
	
    .grve-post-products-content {
        padding: 0.5rem;
		min-height: 115px;
    }

    .category-and-title-content .grve-small-text {
        font-size: 0.6rem;

    }

    #articleBody {
        padding: 2rem;
    }

    #articleBody .post-product-title {
        margin-top: 1rem;
    }

    #articleBody .button-more-info {
        padding: 1rem 0 0;
    }
	
	.grve-carousel-next, .grve-carousel-prev {   
		border: 2px solid #005eb8;
		padding: 0.091rem 1.099rem 0rem;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {	
/* 	#grve-post-product-content {
		flex-direction: column;
	} */
    
    #new-products-text-content {
        padding-top: 10rem;
    }
	
	.block-button-left-home .grve-column-1-4 {
		width: 26%
	}

    #new-products-text-content .grve-column-1-6 {
        display: none;
    }

    #new-products-text-content .grve-column-2-3 {
        width: 80%;
    }

    .category-and-title-content .grve-post-title {
        margin: 0;
        font-size: 1rem;
        font-weight: 700;
    }
	
    .grve-post-products-content {
        padding: 0.5rem;
		min-height: 115px;
    }

    .category-and-title-content .grve-small-text {
        font-size: 0.6rem;

    }

    #articleBody {
        padding: 2rem;
    }

    #articleBody .grve-post-categories {
        /*flex:1;*/
    }

    #articleBody .post-product-title {
        margin-top: 1rem;
    }

    #articleBody .button-more-info {
        padding: 1rem 0 0;
    }
	
	.grve-carousel-next, .grve-carousel-prev {   
		border: 2px solid #005eb8;
		padding: 0.091rem 1.099rem 0rem;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
    #new-products-text-content h1 {
        font-size: 2.5rem;
    }
    #new-products-text-content {
        padding-top: 10rem;
    }

    #new-products-text-content .grve-column-1-6 {
        width: 10%;
        margin-bottom: 1rem;
    }

    #new-products-text-content .grve-column-2-3 {
        width: 70%;
    }

    #new-products-text-content .grve-text p{
        font-size: 1rem;
    }

    .category-and-title-content .grve-post-title {
        margin: 0;
        font-size: 1rem;
        font-weight: 700;
    }

    .grve-post-products-content {
        padding: 0.5rem;
		min-height: 80px;
    }

    .category-and-title-content .grve-small-text {
        font-size: 0.6rem;

    }

    #articleBody {
        padding: 3rem 2rem 2rem;
    }

    #articleBody .grve-post-categories {
        /*flex:1;*/
    }

    #articleBody .post-product-title {
        margin-top: 1rem;
    }

    #articleBody .button-more-info {
        padding: 1rem 0 0;
    }
}

/************************/

@media only screen and (max-width: 600px) {
	.schedule-meeting-button{
		margin-top:7px !important;
	}
	.grve-logo .grve-wrapper img.grve-default{
		max-height:50px !important;
	}
	#home-top .overlay{
		font-size:14.2px;
	}
	.video-over-button span{
		margin-left: -25px;
	}
    .grve-logo a {
        height: 100px;
        padding-left: 0%;
    }
    .ClassyCountdown-days:after {
        position: inherit;
        margin-left: -28px;
    }
}
@media only screen and (max-width: 458px) {
    .grve-logo a {
        height: 85px;
        padding-left: 0%;
    }
}
@media only screen and (max-width: 414px) {
    .grve-logo a {
        height: 112px;
        padding-left: 0%;
    }
}
@media only screen and (max-width: 375px) {
    .grve-logo a {
        height: 100px;
        padding-left: 0%;
    }
}

/* Digital pass */
.digital-pass {
	width: 365px;
    background: white;
	font-family: 'geinspirasans-regula' !important;
	font-weight: 400!important;
	padding: 15px;
	border-radius: 5px;
	text-align: center;
}

.digital-pass p {
	font-size: 14px;
	font-weight: 700;
    background: white;
    color: #005eb8;
	text-transform: uppercase;
}

.digital-pass input {
	display: inline-block;
	vertical-align: top;
	background: #dedede !important;
    color: black !important;
	border-radius: 20px !important;
	border: none !important;
	width: 225px !important;
	margin: 0 !important;
	text-align: center;
}

 .digital-pass #form-pass button {
	display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-weight: 300 !important;
    border: none;
    background: #005eb8;
    color: white;
    border-radius: 20px;
    width: 100px;
    text-align: center;
    margin-left: 10px;
    padding: 14px 28px;
    cursor: pointer;
	font-family: 'geinspirasans-regula' !important;
}
footer p.copyright-footer-ge-left-copy{
	text-align:center;
}
.lobby .grve-menu{
	list-style: none;
	margin-top: 50px;
	margin-left: 0;
}
.lobby .grve-menu{
	display: flex;
	align-items:center;
	margin-top: 60px;
	text-align: left;
}
.lobby .grve-menu li{
	margin-bottom:0;
	margin-top:0;
}
.lobby .grve-menu #menu-item-231{
	margin-right: 10px;
}
.lobby .grve-menu li:first-of-type{
	margin-top:0 !important;
	margin-right:10px !important;
}
.eventArticle .fluid-width-video-wrapper{
	padding-top:0 !important;
	height:100%;
}
.eventArticle .fluid-width-video-wrapper iframe{
	position:initial;
}
.eventArticle #vidyar-video span{
	min-width:100%;
	min-height:100%;
	max-width:100%;
}

@media screen and (max-width:1000px){
	.products-selector div.active{
		display:none;
	}
	.txt-home-left br{
		display:none;
	}
	.help-button{
		box-shadow: 0px 0px 19px 0px rgb(0 0 0 / 75%);
		-webkit-box-shadow: 0px 0px 19px 0px rgb(0 0 0 / 75%);
		-moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.75);
		border-radius: 20px;
	}
	.event-card-right{
		margin-top: 22px;
	}
	.eventArticle{
		margin-top: 0 !important;
	}
	#eventBody.eventLive{
		order:2;
	}
	.eventArticle #grve-post-product-content{
		flex-direction:column;
	}
	#eventBody,
	.eventArticle #vidyar-video{
		width:100%;
		max-width:initial !important;
	}
}
@media screen and (max-width:768px){
	.eventArticle #vidyar-video {
		margin-bottom: 120px;
	}
}
.sessions-infos{
	background-color: rgb(4 11 30 / 90%);
    max-height: calc(100vh - 380px);
    overflow: auto;
	position:relative;
}
.sessions-infos::-webkit-scrollbar{
  width: 4px;
}
.sessions-infos::-webkit-scrollbar-track{
  background: transparent; 
}
.sessions-infos::-webkit-scrollbar-thumb{
  background: white; 
}
.sessions-infos::-webkit-scrollbar-thumb:hover{
  background: white; 
}
.session-button{
    background: #053369;
    padding: 22px 10px;
    text-align: center;
}
.session-title{
	color: #0082E9;
    font-size: 21px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}
.session-info{
    border-bottom: 1px solid #0082E9;
    padding: 20px 0;
    padding-left: 40px;
	position:relative;
}
.event-column-shadow{
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 5;
    height: 10vh;
    background: linear-gradient(0deg, rgb(8 25 69) 0%, rgba(0,91,180,0) 100%);
    margin: 0 auto;
    left: 0;
    right: 0;
}
.session-live{
	width: 28px;
    background-color: #00be6f;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
	top:0;
}
.session-live:after{
    content: "LIVE";
    position: absolute;
    left: 0px;
    top: 43%;
    transform: rotate(-90deg);
    font-size: 15px;
}
.session-info .event-plus{
	bottom:10px;
	cursor:pointer;
}
.session-desc-wrapper{
	display:none;
    margin-top: 10px;
    font-size: 14px;
}
.event-modal{
	position: fixed;
    top: 0;
    z-index: 9999;
    background: #0c2340;
    width: 100%;
    height: calc(100vh - 40px);
	display:none;
}
.event-modal iframe{
    margin: 0 auto;
    height: 100%;
    min-width: 80vw;
}
.close-event-modal{
	color:white;
	font-size:20px;
	position:absolute;
	right:20px;
	top:10px;
	cursor:pointer;
}
.help-right-txt .d-flex a{
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
@media (min-width:767px) and (max-width:1024px){
	.help-right-txt .d-flex{
		flex-direction:column;
	}
}
@media screen and (min-width:1022px){
	.desktop-hidden{
		display:none
	}
}
@media screen and (max-width:1024px){
	.eventArticle{
		margin-top: 50px;
	}
}

footer{
	z-index:9;
}
#grve-footer .grve-footer-bar{
	background-color:none !important;
	background:none !important;
}
body{
	position:relative;
}
body.page:after{
	content:"";
	background: rgb(14,28,52);
	background: linear-gradient(0deg, rgba(14,28,52,1) 0%, rgba(14,28,52,0) 100%);
	z-index:5;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:18%;
	width:100%
}
#home-top{
    display: flex;
    justify-content: center;
}

.home #home-top{
	padding-top:120px !important;
	padding-bottom:100px !important;
}
.home #home-top.lobby-page{
	padding-top:150px !important;
	padding-bottom:150px !important;
}
.home .txt-block-home-subtitle{
	width:100%;
	padding-right: 0;
}

@media (min-width:1000px) and (min-height:901px){
	.home #home-top,
	.lobby #home-top{
		padding-top:150px !important;
	}
	.home #home-top.lobby-page{
		padding-top:150px !important;
	}
}
#page-193 .grve-element.grve-text.countdown-bloc{
	margin-top:0px !important;
}

.copyright-footer-ge-left{
	line-height:11px;
}
.h1-block-desktop span{
	font-size:48px;
	line-height:45px;
}
footer p{
	text-align:left !important;
	padding-left:0 !important;
}
#home-top.home-page,
#home-top.lobby-page{
	display:none;
}
#grve-post-product-content,
#home-top > .grve-container{
    max-width: 1170px !important;
    margin: 0 auto !important;
	position:initial;
}
#grve-post-product-content{
	position:relative;
}
#home-top > .grve-container > .grve-row.grve-bookmark{
	position:initial;
}
#new-products-text-content{
	max-width:1170px;
	margin-left:auto;
	margin-right:auto;
}
#new-products-text-content .grve-column-1{
	padding-left:0;
}
header .grve-container{
	padding-top: 7px;
}
.grve-logo .grve-wrapper img{
	max-height:65px;
	width:auto;
}
.h1-block-desktop h2{
	margin-bottom: 40px;
}
.h1-block-desktop h1{
	margin-bottom:40px;
}
p.copyright-footer-ge-left{
	margin-bottom:0 !important;
}
#page-54 .grve-carousel-wrapper{
	padding-bottom:52px;
}
@media only screen and (max-width: 1200px){
	.h1-block-desktop span {
		font-size: 30px;
		line-height: 33px;
		display: block;
	}
	#home-top .grve-container,
	#new-products-text-content .grve-column-1{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width:601px) and (max-width: 1200px){
		#articleBody .grve-btn {
			padding: 0.5rem 1rem;
		}
	footer .grve-left-side{
		padding-left: 0px !important;
		padding-right: 0px;
	}
}
@media only screen and (min-width: 459px) and (max-width: 768px){
	#home-top > .grve-container {
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media screen and (min-width:601px){
	.grve-logo .grve-wrapper {
		top: 8% !important;
	}
	.grve-logo .grve-wrapper img{
		top:0 !important;
	}
	#home-top.lobby-page{
		height: 600px;
	}
	.block-button-left-home.third-block{
		position:absolute;
		right:0;
	}
	.bloc-top-home-coming-soon.first-block{
		max-width:63%;
	}
}
@media only screen and (min-width: 767px) and (max-width: 959px){
	h1, .grve-h1, #grve-theme-wrapper .grve-modal .grve-search input[type="text"], .grve-dropcap span {
		font-size:52px !important;
		line-height: 46px !important;
	}
}

@media screen and (max-width:1200px){
	#page-2 .h1-block-desktop,
	#page-2 .txt-block-home-subtitle{
		padding-left:0px;
	}
}
@media screen and (max-width:600px){
	.help-right-txt .d-flex{
		flex-direction:column;
	}
	.schedule-modal .schedule-modal-inner p {
		color: rgb(43, 40, 38) !important;
		font-size: 22px !important;
		line-height: 26px !important;
		font-weight: normal;
	}
	.schedule-modal-inner .schedule-buttons-wrapper a {
		color: rgb(43, 40, 38) !important;
		border: 2px solid rgb(43, 40, 38) !important;
		font-weight: normal;
	}
	#page-2 .txt-block-home-subtitle {
		width: 100%;
	}
	.h1-block-desktop span{
		padding-right:0;
	    width: calc(100% + 15px);
		font-size: 27px
	}
	.grve-logo .grve-wrapper img{
		max-width:50px;
	}
	.bloc-top-home-coming-soon.second-block{
		width:100% !important;
	}
	#home-top > .grve-container{
		margin-top:30px;
	}
	#page-2 .overlay{
		max-width: 90% !important;
		margin: 0 auto;
	}
	#page-2 .h1-block-desktop,
	#page-2 .txt-block-home-subtitle{
		padding-left:5%;
	}
	.block-button-left-home.third-block{
		width:100% !important;
	}
	.block-button-left-home a,
	.home-right-buttons a{
		min-width: 260px;
		padding-top: 23px !important;
		padding-bottom: 23px !important;
	}
	.need-help-button-first{
		margin-bottom:55px;
	}
	.grve-text.txt-block-home-subtitle-mobile{
		margin-bottom:20px;
	}
	footer .grve-footer-bar{
		padding-top:0;
	}
}
@media screen and (max-width:365px){
	.h1-block-desktop span{
		font-size: 23px
	}
}
@media only screen and (max-width: 601px){
	.block-button-left-home a,
	.home-right-buttons a{
		margin-right:-25px
	}
}
@media screen and (max-width:600px){
	.mobile-hidden{
		display:none !important;
	}
}
@media screen and (min-width:601px){
	.desktop-hidden-1{
		display:none !important;
	}
}
@media only screen and (max-width: 1024px){
	#home-top .grve-element.grve-text.countdown-bloc {
		margin-top: 0!important;
		margin-left: 0;
	}
}
#grve-body .events-blue-bg select.def-blue-button,
.def-blue-button{
	letter-spacing: 0px;
    width: -moz-max-content;
    width: -webkit-max-content; 
	color:white;
	font-size:14px;
	border-radius:25px !important;
	padding:5px 20px;
	cursor:pointer;
	transition:0.2s all;
	background-color:#005eb8;
    border: 0px !important;
    line-height: initial;
    height: initial;
    min-height: initial;
    margin-bottom: 0;
	max-width:100%;
}
#grve-body .events-blue-bg .def-blue-button{
	padding:8px 20px;
}
.def-blue-button::-webkit-calendar-picker-indicator {
	width:100%;
	cursor:pointer;
}
.def-blue-button:hover{
	background-color:#0c2340;
}
.meeting-popup-button{
	cursor:pointer;
}
.schedule-meeting-button,
.def-white-button{
	letter-spacing: 0px;
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content; 
	color:white;
	font-size:14px;
	border:1px solid white;
	border-radius:25px;
	padding:5px 20px;
	cursor:pointer;
	transition:0.2s all;
}
.schedule-meeting-button{
    margin: 0 auto;
    top: 50%;
    transform: translateY(-68%);
    position: absolute;
    left: 0;
    right: 0;
}

.schedule-meeting-button:hover,
.def-white-button:hover{
    border-color: #005eb8;
    background-color: #005eb8;
}
.schedule-modal{
	display:none;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 999;
    justify-content: center;
    align-items: center;
}
.schedule-content{
	width: 95%;
    max-width: 530px;
}
.close-schedule{
	margin-right: 0;
    margin-left: auto;
    text-align: right;
    font-size: 30px;
    margin-bottom: 20px;
	cursor:pointer;
}
.schedule-modal-inner{
	background-color: rgb(248, 248, 248);
    border-radius: 4px;
    width: 85%;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    color: #005eb8;
    padding: 20px;
}
.schedule-modal-inner p{
    color: #005eb8;
    font-weight: bolder;
    font-size: 25px !important;
    line-height: 28px !important;
    margin-bottom: 40px;
}
.schedule-buttons-wrapper{
	display: flex;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}
.schedule-buttons-wrapper a{
	color: #005eb8 !important;
    border-radius: 25px;
    border: 2px solid #005eb8;
    padding: 7px 10px;
    font-size: 15px;
    margin: 0 15px;
    min-width: 37%;
    font-weight: bold;
    cursor: pointer;
    display: block;
}
.rsna-iframe-wrapper{
    background: linear-gradient(90deg, rgba(2,45,100,1) 0%, rgba(2,45,100,0.6) 100%);
    z-index: 3;
    position: relative;
}
.rsna-iframe-inner{
    display: flex;
	max-width:1170px;
	margin:0 auto;
	margin-bottom: 130px;
}
.rsna-iframe-left{
	width:50%;
}
.rsna-iframe-left iframe{
	max-width:100%;
}
.rsna-iframe-right{
	padding-left:0;
	padding-top: 50px;
}
.rsna-iframe-heading{
	font-size: 42px;
    margin-bottom: 80px;
	line-height:45px;

}
.rsna-iframe-heading b{
	font-weight:900;
}
.iframe-content-1{
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
	margin-bottom:30px;
}
.iframe-txt-2{
	font-size:13px;
}
.iframe-txt-1{
	font-size:15px;
	margin-bottom:25px;
}
#home-top .overlay{
	margin-top: 30px !important;
}
.products-carousal-row .grve-post-title{
	max-width:90%;
}
.slick-dots li button:before{
	opacity:1 !important;
	color:white !important;
	font-size: 13px !important;
}
.slick-dots li.slick-active button:before{
	color:#005eb8 !important;
}
#grve-theme-wrapper .slick-dots button{
	font-size: 0 !important;
    background: transparent !important;
	padding: 0 !important;
}
.products-carousal-row .wp-post-image{
	height: 200px;
    object-fit: cover;
}
.products-carousal-row{
	display:flex;
	opacity:0;
	transition:0.3s all;
}
.products-carousal-row.active{
	opacity:1;
}
.products-carousal{
	padding-right: 0.5rem;
}
.slick-nav{
	display:inline-block;
	cursor:pointer;
    height: 25px;
}
.nav-next{
	transform: rotate(-90deg);
	margin-left: 11px;
}
.nav-prev{
	transform: rotate(90deg);
	margin-right: 10px;
}
.slick-dots{
	position:initial !important;
	margin-top:-6px !important;
    width: intrinsic !important;           /* Safari/WebKit uses a non-standard name */
	width: -moz-max-content !important;    /* Firefox/Gecko */ 
    width: -webkit-max-content !important; /* Chrome */
}
.slick-navigation{
    display: flex;
    width: 100%;
	margin-top: 30px !important;
    justify-content: center;
    align-items: center;
}
.category-products{
	padding-top: 20px;
	background-color: rgb(3 38 86 / 70%);
} 
.categoryBody .grve-post-categories{
	font-size: 15px;
    letter-spacing: 1.5px;
}
.categoryArticle{
	background: linear-gradient(90deg, rgba(3,11,43,0.9) 0%, rgba(3,11,43,0.3) 100%);
	position:relative;
}
.categoryBody h2.post-product-title{
    font-size: 20px;
    line-height: initial;
    margin-top: 10px;
}
.category-back.btn-back-product a {
    background-color: transparent;
}
.categoryArticle {
    font-size: 20px;
    line-height: initial;
    margin-top: 10px;
}
.categoryArticle,
.categoryBody,
.categoryArticle #grve-post-product-content{
	min-height: initial !important;
}
.categoryArticle .button-more-info{
	text-align:center;
}
.products-selector{
    min-height: 30vh;
    font-size: 16px;
    margin-top: 10px;
    width: calc(100% + 50px);
    margin-left: -25px;
}
.products-selector div{
	font-size:16px;
	padding: 6px 25px;
	cursor:pointer;
}
.products-selector div.active{
	background-color:#005eb8;
}
.cat-product-title{
	margin-bottom: 10px;
    font-size: 16px;
	font-weight:bold;
	font-family: 'geinspirasans-bold-v';
	letter-spacing: 0;
}
.cat-product-desc{
	font-size:17px;
	margin-bottom:10px;
}
.cat-product-disclaimer{
	font-size:13px;
}
.videos-carousal a{
	position:relative;
}
.videos-carousal a:before{
	background-color:rgba(0,0,0,0.4);
	z-index:1;
	position:absolute;
	left:0;
	right:0;
	height:calc( 100% + 10px );
	width:100%;
	content:"";
}
.videos-carousal a:after{
	visibility: initial !important;
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    background-image: url(/wp-content/uploads/2021/10/PDF-ICON.svg);
    height: 90px;
    width: 90px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999999;
    background-size: contain;
}
.videos-carousal,
.videos-carousal .slick-list{
	height: 100%;
	background-color:black;
}
.videos-carousal .slick-track {
	height: calc(100% - 50px);
}
.videos-carousal .slick-navigation{
	margin-top:-35px !important;
}
.videos-carousal .slick-dots{
	margin-top:0 !important;
}
.cat-product-holder{
	padding-top:25px;
	padding-bottom:20px;
	display:flex;
	flex-direction:column;
	height:100%;
}
.cat-product-desc,
.cat-product-disclaimer{
	flex:2;
    overflow-x: hidden;
    overflow-y: visible;
	margin-bottom:25px;
}
.cat-product-desc{
	flex:4;
}
.cat-product-desc::-webkit-scrollbar,
.cat-product-disclaimer::-webkit-scrollbar{
  width: 3px;
}

/* Track */
.cat-product-desc::-webkit-scrollbar-track,
.cat-product-disclaimer::-webkit-scrollbar-track{
  background: transparent; 
}
 
/* Handle */
.cat-product-desc::-webkit-scrollbar-thumb,
.cat-product-disclaimer::-webkit-scrollbar-thumb{
  background: #555; 
}

/* Handle on hover */
.cat-product-desc::-webkit-scrollbar-thumb:hover,
.cat-product-disclaimer::-webkit-scrollbar-thumb:hover{
  background: #555; 
}
.cat-learn-more{
	flex:0;
	display: flex;
    align-items: center;
	font-size: 15px;
	letter-spacing:1.5px;
}
.cat-learn-more img{
    max-width: 18px;
    height: auto;
    margin-right: 5px;
	filter: invert(13%) sepia(28%) saturate(178%) hue-rotate(53deg) brightness(203%) contrast(281%);
}
.cat-product-buttons{
	text-align:center;
}
.see-products{
    padding: 7px 40px !important;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    text-decoration: none !important;
    color: white !important;
    width: 207px;
}
.product-toggle{
	background-color: #005eb8;
	font-size:15px !important;
}
.pdfimg{
	cursor:pointer;
}
.pdfimg img{
	max-height:100%;
	min-width:100%;
	object-fit:cover;
	object-position:center;
}
.pdfPopup{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0,0,0,0.7);
	display:none;
	align-items:center;
	justify-content:center;
}
.pdfPopup iframe{
	min-width:70vw;
	height:100%;
}
.pdfPopupClose{
	position:absolute;
	right:15px;
	top:15px;
	color:white;
	font-size:20px;
	cursor:pointer;
}
.pdfPopupClose img{
	filter: brightness(100);
}
.fullscreen-button{
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 99;
    max-width: 20px;
	cursor:pointer;
}
.fullscreen-button img{
	max-width:100%;
}
@media screen and (max-width:768px){
	.products-selector div.active{
		background-color:transparent !important;
	}
	.videos-carousal{
		max-height:25vh;
	}
	.categoryArticle .pdfimg,
	.videos-carousal iframe,
	.videos-carousal img{
		max-height:25vh !important;
	}
	.videos-carousal .slick-list,
	.videos-carousal .slick-track{
		height:calc( 25vh + 50px ) !important;
	}
	.category-back{
		margin-top:50px !important;
	}
	.event-modal iframe{
		max-height: 60vw;
		top: 50%;
		transform: translateY(-50%);
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	#eventBody.eventLive{
		max-width:initial !important;
	}
	#grve-post-product-content{
		flex-direction:column;
	}
	.grve-single-product-wrapper{
		padding-top: 35px;
	}
}
@media screen and (max-width:600px){
	.schedule-buttons-wrapper{
		flex-direction:column;
	}
	.schedule-buttons-wrapper a{
		margin-bottom:20px;
	}
}
@media screen and (max-width:1000px){
	.categoryBody{
		background-color: rgb(3 38 86 / 70%);
	}
	.category-products{
		background-color:transparent;
	}
	.products-selector{
		max-height: 41px;
		overflow: hidden;
		min-height: initial !important;
	}
	.products-selector div:first-of-type{
		background-image: url(/wp-content/uploads/2021/10/arrow.png);
		background-repeat: no-repeat;
		background-position-x: 98%;
		background-position-y: 13px;
		background-size: 9px;
		padding:7px 25px;

	}
	.categoryBody .grve-column-1-4,
	.categoryBody .grve-column-1-2{
		width:100%;
	}
	.categoryBody{
		flex-direction:column;
	}
	.col-small-hidden{
		display:hidden;
	}
	.home-nav{
		margin-top: 30.5px;
	}
	.home-nav img{
		max-width: 15px;
		margin-right: -37px;
	}
	.iframe-content{
		max-width:95%;
		margin:0 auto;
		margin-top:40px;
	}
	.rsna-iframe-heading{
		font-size: 30px !important;
		line-height:34px !important;
		margin-bottom:40px;
	}
	.rsna-iframe-heading b{
		font-weight:900;
	}
	.iframe-content-1{
		font-size: 25px !important;
		line-height: 28px !important;
	}
	.iframe-txt-2{
		font-size:13px !important;
	}
	.iframe-txt-1{
		font-size:15px !important;
	}
	.rsna-iframe-inner{
		text-align: center;
		flex-direction: column-reverse;
	}
	.iframe-content{
		margin-bottom:25px;
	}
	.rsna-iframe-left{
		width:100%;
		margin:0 auto;
	}
	.rsna-iframe-right{
	    max-width: 95%;
		margin: 0 auto;
	}
	.rsna-iframe-left iframe{
		margin:0 auto;
	}
}
@media screen and (max-width:350px){
	.rsna-iframe-wrapper{
		padding-bottom:50px;
	}
}
@media (min-width:1001px) and (max-width:1140px){
	.rsna-iframe-right{
		padding-left:5%;
	}
}
#grve-theme-wrapper,
.grve-background-wrapper,
.grve-background-wrapper video{
	min-height:100vh;
}
#page-54 .grve-carousel-wrapper{
	max-width: 1170px;
    margin: 0 auto;
}
@media (min-width: 601px) and (min-height:800px){
	#grve-post-product-content{
		min-height: calc(100vh - 270px) !important;
		max-height: calc(100vh - 270px) !important;
	}	
}
.vidyard-player-container > div{
	position:initial !important;
}
img.vidyard-player-embed{
	opacity:0 !important;
	display:none !important;
}
img.vidyard-player-embed.inserted,
.vidyard-player-container{
	max-height:100% !important;
}
#grve-post-product-content .vidyard-player-container{
	height:100% !important;
}
#articleBody .grve-container{
	flex:initial !important;
}
#grve-responsive-header .grve-hidden-menu-btn.grve-position-right{
	display:none !important;
}
#grve-responsive-header .grve-logo .grve-wrapper img{
	min-height:45px !important;
}
#grve-responsive-header .grve-logo .grve-wrapper{
	position:initial;
}
#grve-responsive-header .grve-logo a,
#grve-responsive-header .grve-logo{
	height:initial !important;
}
#grve-header{
	min-width:100% !important;
}
#grve-responsive-header .grve-container{
    min-height: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#grve-responsive-header .grve-header-element{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
}
.watch-video-overlay{
	opacity:0;
	transition:0.4s all;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: rgba( 6, 19, 41, 0.85 );
    z-index: 99999999;
	display:none;
}
.watch-video-overlay .vidyard-player-container{
	height:100vh;
	width:100vw;
}
.watch-video-overlay iframe{
    height: 70vh;
    width: 80vw;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50% !important;
    transform: translateY(-50%);
}
.watch-video-overlay .vid-close{
    position: absolute;
    top: 30px;
    right: 30px;
    color: #ffffff;
    line-height: 36px;
    background-color: transparent;
    cursor: pointer;
    z-index: 2;
    text-decoration: none;
    text-align: center;
    font-size: 30px !important;
	outline:none;
	border:none;
}
.btn-back-product{
	  width: intrinsic;           
	  width: -moz-max-content;    
	  width: -webkit-max-content; 
}
.btn-back-product a{
	background-color: #101d36;
}
#grve-main-header.grve-header-default.grve-dark a{
	color:white !important;
}
#grve-main-header.grve-header-default.grve-dark a:hover{
	color: #005eb8 !important;
}
.events-row{
	margin-top: 20px;
	min-height: calc(100vh - 206px);
}
.events-blue-bg{
    background-color: rgb(0 94 184 / 50%);
	padding-bottom: 20px;
	margin-bottom:5px;
}
.events-blue-bg h4{
	font-size: 16px;
	padding: 10px 25px;
}
.event-link{
	cursor:pointer;
}
.events-row-wrapper{
	position:relative;
}
.column-shadow{
    position: absolute;
    bottom: 0;
    z-index: 5;
    height: 10vh;
    background: linear-gradient(0deg, rgb(8 25 69) 0%, rgba(0,91,180,0) 100%);
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-left: calc( 25% + 3px );
    width: calc(75% + 6px);

}
.downArrow{
	margin: 0 auto;
    display: block;
    margin-top: 3vh;
    filter: brightness(1111);
	animation: fadeinout 1.8s infinite;
}
@media screen and (max-width:1000px){
	.column-shadow{
		display:none;
	}
}
@media screen and (min-width:1001px){
	.events-container{
		max-height: calc( 100vh - 132px );
		position:relative;
	}
}
@media (min-width:1001px) and (max-width:1023px){
	.events-container{
		max-height: calc( 100vh - 102px );
	}
}
.event-type{
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 9;
    text-align: left;
    padding: 6px 10px;
    font-style: italic;
	background: linear-gradient(90deg, rgba(0,91,180,1) 0%, rgba(0,91,180,0.1) 100%);
}
.event-controllers{
	font-size:14px;
}
.event-controllers div{
	padding: 6px 25px;
    cursor: pointer;
    letter-spacing: 1.5px;
    margin-bottom: 3px;
}
.event-controllers div.active,
.event-controllers div:hover{
	background-color: #0082E9;
}
.customdropdown{
	display:none;
	max-height:0px;
	overflow-y:auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #005eb8;
    width: 73%;
    margin-top: -10px;
	box-shadow: 3px 7px 13px -1px rgba(0,0,0,0.65);
	-webkit-box-shadow: 3px 7px 13px -1px rgba(0,0,0,0.65);
	-moz-box-shadow: 3px 7px 13px -1px rgba(0,0,0,0.65);
	cursor:pointer;
	transition:0.2s;
	font-size:15px;
}
.customdropdown div{
	padding-top:7px;
	padding-bottom:7px;
}
.customdropdown div:hover{
	background-color:#003f7a;
}
#bg-vid{
	position:fixed;
	top:0;
	bottom:0;
	min-height:100vh;
	min-width:100vw;
	left:0;
	right:0;
	object-position: top;
}
.btn-back-product a.event-back{
	margin-bottom:15px;
}
.btn-back-product.event-back a {
    background-color: transparent;
}
.text-center{
	text-align:center;
}
.events-blue-bg p{
    font-size: 14px;
    padding-top: 10px;
}
.innovation-theater{
	margin: 0 auto;
	min-width:80%;
}
#grve-theme-wrapper .event-filter-button{
	margin:0 auto;
	min-width:80%;
	margin-top:5px !important;
	margin-bottom:5px !important;
	text-align:center;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
	background-image:url('/wp-content/uploads/2021/10/arrow.png');
	background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 10px;
    background-size: 9px;
	width:80% !important;
}
.padding-top-20{
	padding-top:20px;
}

.event-card-left img{
	width: 25px;
	margin-bottom:10px;
	image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.event-card-left{
	width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	background-color:#005EB8;
	padding: 20px;
    text-align: center;
    font-size: 14px;
    background-size: cover;
	height: 180px;
    padding-bottom: 40px;
	position:relative;
}
.live-event{
    position: absolute;
    width: 100%;
    height: calc(100% - 20px);
	z-index:2;
}
.live-event span{
	position: absolute;
    left: -1.3%;
    z-index: 99;
    transform: rotate(-90deg);
    top: 43%;
    font-size: 18px;
}
.ended-event span{
	left: -5%;
}
.live-event:after{
    width: 30px;
    background-color: #00be6f;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
}
.ended-event:after{
	background-color:#970000;
}
.live-event:not(.ended-event):before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background-image: url(/wp-content/uploads/2021/10/vid.png);
    background-repeat: no-repeat;
    background-size: 100%;
    top: 51%;
    transform: translateY(-50%);
}
.event-card-left:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:0 auto;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.6)
}
.event-full-card{
	border:1px solid #005EB8;
}
.event-card-right{
	width: 100%;
	padding: 10px 20px;
	background-color:rgb(4 11 30 / 90%);
	position:relative;
	font-size: 18px;
	padding-bottom:20px;
}
.event-plus{
	position:absolute;
	right:10px;
	bottom:5px;
}
.event-plus img{
	width: 20px;
    height: 20px;	
}
i{
	font-style:italic;
}
.width-100{
	width:100%;
}
.event-date{
	font-weight: bolder;
    font-size: 16px;
    height: 40px;
}
.event-date span{
	line-height:22px;
	font-size: 20px;
	letter-spacing: 3px;
}
.event-date span:first-child{
	font-size:16px;
	font-weight:normal;
}
.single-event-type {
    top: 0;
    height: 30px;
    left: 0;
    font-size: 14px;
}
.reserve-ev {
    opacity: 1 !important;
}
.ev-calendar.hidden {
    display: none;
}
#grve-theme-wrapper #grve-post-product-content .event-filter-button {
    padding: 10px 0;
    background-position-y: 16px;
}
.ev-calendar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#grve-theme-wrapper .event-filter-button.only-one{
	background-image:none;
}
.event-card-left .request-saved {
    color: white !important;
    max-width: 80% !important;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
}
.ev-reserve {
    min-width: 80%;
    margin-top: 7px;
    margin-bottom: 13px;
}
.session-presenter{
	padding-right: 44px;
}
#eventBody.eventLive{
	background-color:transparent;
	padding-bottom:0;
	max-width:33%;
}
#eventBody.eventLive .event-date{
	height:initial;
}
#eventBody.eventLive .event-card-right{
	background-color:#053369;
	min-height:initial;
}
@media (min-width: 1001px) and (max-width: 1599px){
	.event-date {
		font-size: 14px;
	}
}
.date-input-wrapper{
	position:relative;
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content; 
	width:80%;
	margin:0 auto;
}
.date-input-wrapper *{
	transition:0.2s all
}
.date-input-wrapper:hover *{
	background-color: #0c2340 !important;
}
.date-view{
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 13px;
	font-size:14px;
	cursor:pointer;
	width:100%;
	background-color:#005eb8;
	border-radius:25px;
}
.event-description{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-width: 90%;
    margin-top: 15px;
    font-size: 14px;
    line-height: 17px;
	height: 50px;
}
.event-name{
	color: #59ade8;
    font-size: 21px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 61px;
    font-weight: bold;
}
.presenters-wrapper{
	height:40px;
}
.event-presenter{
	font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.calendar-button{
	z-index:2;
	align-items: center;
}
.calendar-buttons{
	z-index:2;
	margin-top:10px;
}
.calendar-buttons a{
    font-size: 14px;
    padding: 2px 12px;
    margin-left: 4px;
    margin-right: 4px;
}
.calendar-buttons div:hover{
	background-color:#0c2340;
	border-color:#0c2340;
}
.events-wrapper{
	margin-bottom:25px;
	padding-left:15px;
	padding-right:15px;
}
.eventArticle{
	min-height: calc(100vh - 250px);
}
.eventArticle #grve-post-product-content{
	max-height: initial !important;
}
#eventBody{
	background-color:rgb(0 94 184 / 50%);
	padding-bottom:30px;
	min-width:33%;
}
.eventArticle iframe{
	min-height:500px;
}
.event-img{
    height: 100%;
    object-fit: cover;
}
#eventBody .event-card-right{
	border:none;
	width:100%;
	background-color:transparent;
	padding:20px 30px;
    min-height: 35vh;
}
#eventBody .event-card-right {
    padding-top: 50px !important;
}
#eventBody .event-card-left{
	width:100%;
	background-color:transparent;
}
#eventBody .event-card-left:after{
	content:none;
}
#eventBody .button-more-info{
	display:flex;
}
#eventBody .button-more-info a{
    font-size: 14px;
    padding: 0.5rem 2rem;
    margin: 0 auto;
}
#eventBody .event-name {
    margin-top: 12px;
    margin-bottom: 12px;
	line-height: 23px;
}
.event-content{
    margin-top: 20px;
	font-size:17px;
}
#eventBody .event-presenter,
#eventBody .event-name{
	overflow:initial;
	height:initial;
    -webkit-line-clamp: initial;
    display: block;
}
.live-event-exist #grve-main-header{
	padding-top:10px;
}
.live-event-header{
    position: absolute;
    top: 0;
    background-color: #00be6f;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
	z-index:4;
	height: 25px;
	letter-spacing:1px;
	animation: livefade infinite 2s;
}
.live-event-header:hover{
	animation:none;
}
.live-event-header a{
    margin-left: 10px;
    text-decoration: underline;
	font-weight:bold;
	margin-right:5px;
}
.help-button{
	position:fixed;
	right:15px;
	bottom:15px;
	z-index:9;
	display: none;
}
.help-button.active{
	display: block;
}
.help-button img{
     width:70px;
}
.iframe-section{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.zindex-0{
	z-index: 0;
}
.iframe-section .grve-container{
    min-width:100%;
    max-width:initial;
}
.iframe-section iframe{
    width:100%;
    height:100%;
}
.iframe-section *{
    width:100%;
    height:100%;
    margin-left:0px !important;
    margin-right:0px !important;
    padding:0 !important;
}
.iframe-section .wpb_raw_js{
    height:0px;
}
.iframe-section .vidyard_player span{
    display: block;
    position: relative !important;
    padding-bottom: 56.25% !important;
    width:100% !important;
    height:0 !important;
    min-height: calc( 100vh + 50px);
    min-width: 1440px;
}
.iframe-section .vidyard_player iframe{
    right: 0px;
    top: 0px;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    margin-top: -200px;
    height: calc(100% + 200px) !important;
    min-width: 200vh;
}
@media only screen and (max-width: 1024px){
	#grve-main-menu, #grve-bottom-header {
		display: none;
	}
}
@media (min-width:601px) and (max-width:768px){
	.grve-header-default .grve-logo {
        height: 65px !important;
    }
}
@media screen and (max-width: 600px){
	.grve-logo .grve-wrapper img {
		height: 70%!important;
		top: -30% !important;
	}
	.home-nav{
		margin-top: 33px;
	}
	.home-nav img{
		max-width: 20px;
	}
	#vidyar-video{
		flex:initial !important;
		min-height:250px;
	}
	.event-img{
		width:100%;
		min-height: 250px;
	}
	.watch-video-overlay .vid-close{
		font-size: 16px !important;
		padding: 2px 14px;
		right:10px;
	}
    .grve-light .grve-logo .grve-wrapper img.grve-light {
        max-width: 150px !important;
        height: auto !important;
    }
    .grve-light .grve-logo a {
        height: 88px !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    .grve-light .grve-logo {
        height: initial !important;
    }
    .grve-light .grve-logo .grve-wrapper img {
        top: initial !important;
    }
	.schedule-meeting-button {
		font-size: 11px;
		padding: 5px 11px;
	}
}
@media screen and (max-width:367px){
	.grve-light .grve-header-element img.grve-light{
		max-width: 30px;
		margin-top: 7px;
	}
	.schedule-meeting-button {
		font-size: 8px;
		padding: 1px 4px;
	}
    .grve-light .grve-logo .grve-wrapper img.grve-light {
        max-width: 130px !important;
    }
}
a.grve-btn.grve-btn-medium.grve-square.grve-bg-primary-1.grve-bg-hover-primary-2.button-right-home.video-over-button span:after {
    top: 50%;
    transform: translateY(-48%);
	margin-top:0 !important;
}
@media screen and (min-width:601px){
	.rsna-iframe-right{
		max-width:50%;
	}
}
#menu-slide-menu:not(.active) li a{
	pointer-events: none;
	color: rgb(255 255 255 / 45%);
}
#menu-slide-menu.active li a{
	color:white !important;
}
#menu-slide-menu.active li a:hover{
	color:black !important;
}
.block-button-left-home a,
.home-right-buttons a{
	text-transform:capitalize;
	min-width: 330px;
	font-family: 'geinspirasans-regula' !important;
	margin-left: -20px !important;
	text-align:left;
}
.block-button-left-home a span,
.home-right-buttons a span{
	margin-left:0;
}
.lobby-page .block-button-left-home a.need-help-button{
	text-align:right;
}
#grve-main-menu #menu-item-227,
#grve-main-menu #menu-item-231{
	display:none;
}
body #grve-header.grve-sticky-header #grve-main-header{
    background: linear-gradient(180deg, rgba(0,94,184,1) 10%, rgba(0,94,184,0) 100%)!important;
    border-bottom: 0;
}
.pdfimg{
    height: 100%;
    object-fit: cover;
}
.event-join {
    padding: 0 15px;
    font-size: 14px;
    line-height: 17px;
}
.event-join b{
	font-weight:bold;
}
.poster-spinner{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    z-index: 88;
    max-height: 300px;
}
.popup-fade-in {
    animation: popUpfadeIn;
    animation-duration: 0.9s;
}
.popup-fade-out{
    animation: popUpfadeOut;
    animation-duration: 0.9s;
}
.pages-popup{
    position: absolute;
    top: 20%;
    bottom: 0;
    width: 80%;
    height: calc( 100% - 135px );
    overflow: hidden;
    display: none;
    margin: 0 auto;
    background: rgb(248, 248, 248);
    border-radius: 10px;
    left: 0;
    right: 0;
    z-index: 8;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(183 183 183 / 75%);
    -moz-box-shadow: 0px 0px 15px 0px rgb(183 183 183 / 75%);
    box-shadow: 0px 0px 15px 0px rgb(183 183 183 / 75%);
    transition: all 0.3s;
    height: fit-content;
    padding-bottom: 40px;
    min-height: calc(100vh - 150px);
    z-index: 9999999;
    max-width: 500px;
    height: 180px;
    min-height: initial;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
}
.request-saved{
    text-align: center;
    color: #005eb8;
    max-width: 400px !important;
    margin: 0 auto !important;
}

.pages-popup-content-wrapper{
    width:100%;
    margin:0 auto;
    display: flex;
    flex-direction: column;
    min-height: initial;
}
.gated-badge{
    display:none;
}
.pages-popup .ev-calendar img,
.pages-popup .ev-calendar span{
	display:none;
}
.pages-popup .calendar-buttons{
	opacity:1;
}
.pages-popup .ev-calendar a{
    color: #005eb8 !important;
    border-radius: 25px;
    border: 2px solid #005eb8;
    padding: 4px 10px;
    font-size: 15px;
    margin: 0 15px;
    min-width: 100px;
	text-align:center;
    font-weight: bold;
    cursor: pointer;
    display: block;
	margin-top:10px;
}
.pages-popup-close{
    position: absolute;
    top: -24px;
    right: -30px;
    color: white !important;
    filter: brightness(100);
	cursor:pointer;
}
.pages-popup .ev-calendar a:hover{
	color:white !important;
}
.pages-popup{
	flex-direction:column;
	overflow:initial;
}
@-webkit-keyframes popUpfadeIn {
    0% { opacity: 0;}
    70%,100% { opacity: 1;}
}  
@keyframes popUpfadeIn {
    0% { opacity: 0;}
    70%,100% { opacity: 1;}
}
@keyframes livefade {
    0% { opacity: 0.2;}
    50% { opacity: 1;}
	100% { opacity: 0.2;}
}
@-webkit-keyframes popUpfadeOut {
    0% { opacity: 1;}
    70%,100% { opacity: 0;}
}  
@keyframes popUpfadeOut {
    0% { opacity: 1;}
    70%,100% { opacity: 0;}
}
@media screen and (min-width:768px){
	.home .HotspotPlugin_Hotspot.ihwtHotspotImageMarker{
		width: 85% !important;
		left: 33% !important;
	}
}
@media screen and (min-width:1000px){
	.lobby-page .block-button-left-home a.need-help-button span{
		margin-right:-80px;
	}
}
@media (min-width:601px) and (max-width:1024px){
	.block-button-left-home a,
	.home-right-buttons a{
		min-width: 250px;
		margin-left: -20px !important;
	}
}
@media (min-width:601px) and (max-width:730px){
	 #home-top .block-button-left-home a,
	 #hom e-top .home-right-buttons a{
		padding-left:10px !important;
		text-align:left;
	}
	 #home-top .block-button-left-home a span,
	 #home-top .home-right-buttons a span{
		font-size:15px;
	}

}
.category-products{
	padding-bottom:20px;
	min-height:calc(100vh - 500px);
}
.products-selector{
	min-height:200px;
	margin-bottom:30px;
}
.categoryArticle iframe,
.categoryArticle .pdfimg{
		height: 300px !important;
}
.categoryArticle .pdfimg{
		height: 350px !important;
}
@media screen and (min-width:1600px){
	.sessions-infos{
		max-height: calc(100vh - 506px)
	}
	.categoryArticle .slick-dotted.slick-slider {
		margin-bottom: 70px;
	}
	.products-selector{
		min-height:200px;
	}
	.categoryArticle iframe,
	.categoryArticle .pdfimg{
		    height: 418px !important;
	}
	.products-selector {
		min-height: 430px;
	}
	.products-selector div{
		font-size:21px;
	}
	.lobby-page .block-button-left-home a.need-help-button span{
		margin-right:-100px;
	}
	.live-event span{
		left:0;
	}
	.ended-event span{
		left:-4%;
	}
	.events-filters{
		width:calc(25/100 * 1600px) !important;
	}
	.event-card-left{
		height:170px;
	}
	.watch-video-overlay .vid-close{
		font-size: 40px !important;
		padding: 20px;
	}
	.h1-block-desktop span {
		font-size: 52px;
		line-height: 63px;
	}
	.grve-element.grve-text.txt-home-left p{
		font-size: 23px;
		line-height: 30px;
	}
	footer p.copyright-footer-ge-left,
	footer p.copyright-footer-ge-left-copy{
		font-size: 18px!important;
		line-height: 23px;
	}
	footer p.copyright-footer-ge-left-copy{
		font-size:15px !important;
	}
	footer p.copyright-footer-ge-left{
		margin-bottom:5px !important;
	}
	.block-button-left-home a:not(.back-lobby) span, .home-right-buttons a:not(.back-lobby) span{
		font-size:24px !important;
	}
	.block-button-left-home a,
	.home-right-buttons a{
		min-width: 340px;
		margin-left: -20px !important;
		padding-bottom:30px !important;
		padding-top:30px !important;
	}
	.block-button-left-home a.back-lobby{
		margin-left:0 !important;
	}
	.home-right-buttons a span{
		font-size: 24px !important;
	}
	.grve-logo .grve-wrapper img {
		max-height: 95px;
	}
	#home-top .overlay{
		font-size:20px;
	}
	#home-top .overlay input,
	#home-top .overlay button{
		font-size: 18px;
	}
	.ihwt-hotspot-image-cover:after {
		top: 11px !importnat;
		font-size: 22px !important;
	}
	.block-button-left-home a span.grve-post-categories {
		display: block;
		font-size: 16px !important;
	}
	.grve-blog-products .grve-post-title {
		height: 58px;
		font-size: 25px;
	}
	.grve-post-products-content{
		min-height:154px !important;
	}
	.back-lobby,
	.back-lobby span{
		font-size: 13px !important;
		min-width:initial !important;
	}
}
@media screen and (min-width:1700px){
	#grve-post-product-content,
	.grve-container,
	#new-products-text-content,
	#page-54 .grve-carousel-wrapper,
	#home-top > .grve-container{
		max-width: 1600px !important;
	}
}
@media (max-width:1000px) and (min-width:601px) and (max-height:800px){
	.schedule-meeting-button {
		padding: 3px 12px;
		font-size: 9px;
	}
	.h1-block-desktop span {
		font-size: 31px;
		line-height: 33px;
	}
	.grve-element.grve-text.txt-home-left p {
		font-size: 15px;
		line-height: 17px;
	}
	.grve-logo .grve-wrapper img {
		max-height: 45px !important;
	}
	.grve-header-element img{
	    max-height: 26px;
		width: auto;
	}
	.home #home-top.home-page{
		padding-top: 80px !important;
	}
	.home #home-top.lobby-page {
		padding-top: 80px !important;
		padding-bottom: 200px !important;
	}
	footer p.copyright-footer-ge-left,
	footer p.copyright-footer-ge-left-copy{
		font-size: 11px!important;
	}
	#home-top.lobby-page {
		height: initial;
	}
	#home-top .block-button-left-home a,
	#home-top .home-right-buttons a{
		padding: 13px 48px 13px 2px!important;
		width: 200px;
		min-width:200px;
	}
	#home-top .block-button-left-home a span:after,
	#home-top .home-right-buttons a span:after{
		transform: scale(0.7) translateY(-67%);
	}
	.block-button-left-home a span,
	.home-right-buttons a span{
		font-size: 13px !important;
	}
	.schedule-modal-inner p {
		font-size: 19px !important;
		line-height: 24px !important;
		margin-bottom: 20px;
	}
	.schedule-buttons-wrapper a {
		padding: 3px 11px;
		font-size: 12px;
		margin: 0 7px;
		min-width: 33%;
	}
	#home-top .overlay{
		font-size:14px;
	}
	#home-top .overlay input,
	#home-top .overlay button{
		font-size: 13px !important;
	}
	.ihwt-hotspot-image-cover:after {
		top: 15px !important;
		font-size: 11px !important
	}
}
@media screen and (min-width:601px) and (max-height:1100px){
	.page-id-54 #new-products-text-content{
		padding-top:170px;
	}
}
@media screen and (min-width:601px) and (max-height:900px){
	.page-id-54 #new-products-text-content{
		padding-top:190px;
	}
}
@media screen and (max-width:1100px){
	.mob-hidden-1{
		display:none;
	}
}
body div#pum-343:before{
	content:none !important;
}
#popmake-135{
	box-shadow:none !important;
}
@media (min-width:1001px) and (max-width:1200px){
	.events-filters {
		width: calc(25/100 * 1058px) !important;
	}
}
@media screen and (max-width:1200px){
	.events-filters,
	.events-wrapper-column{
		padding-left: 0;
	}
	.event-card-right{
		font-size:16px;
	}
	.event-name {
		font-size: 19px;
	}
	.event-presenter {
		font-size: 14px;
	}
	.events-wrapper {
		margin-bottom: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (min-width:1001px){
	.calendar-buttons{
		opacity:0;
		transition:0.2s all;
	}
	.event-card-left:hover .calendar-buttons{
		opacity:1;
	}
	.events-row-wrapper{
		margin-top: 68px;
	}
	.events-filters{
		position:fixed;
		width: calc(25/100 * 1170px);
		top: 150px;
	}
}
@media screen and (max-width:1000px){
	.events-row{
		margin-top:55px;
	}
	.events-filters,
	.events-wrapper-column{
		width:100%;
		padding-left: 25px;
		padding-right:25px;
	}
	.events-wrapper,
	.events-filters{
		margin-left:-5px;
	}
	.events-filters{
		margin-bottom:25px;
		width: calc( 100% + 10px );
	}
	.events-wrapper-column{
		margin-left:-10px;
		width: calc( 100% + 20px );
	}
	.events-wrapper{
	    padding-left: 10px;
		padding-right: 0;
	}
}
@media screen and (max-width:600px){
	.home #home-top.lobby-page{
		padding-top: 100px !important;
	}
	#articleBody .grve-btn{
		max-width:100%;
		display:block;
		width: intrinsic;           /* Safari/WebKit uses a non-standard name */
		width: -moz-max-content;    /* Firefox/Gecko */
		width: -webkit-max-content; /* Chrome */
	}
	.event-content{
		    font-size: 15px;
		line-height: 18px;
	}
	.event-card-left{
		height:180px;
	}
	.calendar-buttons{
		flex-direction: column;
	}
	.calendar-buttons a{
		margin-bottom: 10px;
		min-width: 90px;
		margin-right: 0;
		margin-left: 0;
	}
	.event-card-left {
		padding: 10px;
		font-size: 12px;
	}
	.event-presenter {
		font-size: 12px;
	}
	#eventBody .event-presenter {
		line-height: 17px;
	}
	#eventBody .calendar-buttons{
		flex-direction:row;
	}
	#eventBody .calendar-buttons a{
		margin-left:5px;
		margin-right:5px;
		margin-bottom: 0;
	}
	#eventBody{
		min-height:initial;
	}
	#eventBody .event-card-left{
		height:initial;
		padding-top:0 !important;
	}
}
@media screen and (min-width:1300px){
	#eventBody .event-name,
	#eventBody .event-presenter,
	.event-content {
		max-width: 20vw;
	}
}
@media (min-width:769px) and (max-width:1299px){
	#eventBody .event-name,
	#eventBody .event-presenter,
	.event-content{
		max-width:300px;
	}
}
@media (min-width:1001px) and (max-height:755px){
	.events-row{
		min-height:755px;
	}
}
.fade-in{
	animation: fadein 0.7s forwards;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes fadeinout {
    0% { opacity: 0; }
    50%   { opacity: 1; }
	100%   { opacity: 0; }
}
@media screen and (max-height:800px){
	.events-blue-bg{
		position:relative;
	}
	.customdropdown{
		top: calc( 58px - 20vh );
	}
	.modality-options{
		top: calc( 95px - 20vh );
	}
}