/* Hero Banner CSS */
body{
	overflow-x: hidden;
}
.hv-hero-comm-banner{
	min-height: 470px;
	position: relative;
	padding-top: 140px;
	padding-bottom: 200px;
	background-repeat: no-repeat;
}
.hv-hero-comm-banner .hero-banner-content{
	max-width: initial;
	position: relative;
	z-index:1;
}
.hv-hero-comm-banner .hero-banner-content h1,
.hv-hero-comm-banner .hero-banner-content h2{
	font-size: 50px;
	font-weight: bold;
	font-family: neue-haas-grotesk-display, sans-serif;
	color: #fff;
	position: relative;
	margin-bottom:30px;
}
.hv-hero-comm-banner .hero-banner-content h1 span,
.hv-hero-comm-banner .hero-banner-content h2 span{
	position: relative;
	display: inline-block;
}
.hv-hero-comm-banner .hero-banner-content h1 span:after,
.hv-hero-comm-banner .hero-banner-content h2 span:after{
	content: "";
    position: absolute;
    left: -4px;
    bottom: 8px;
    height: 11px;
    width: calc(100% + 10px);
    background: #c00;
    z-index: -1;
    right: 0;
}
.hv-hero-comm-banner .hero-banner-content h3{
	color: #fff;
    font-weight: normal;
    font-size: 1.125rem;
    font-family: neue-haas-grotesk-display, sans-serif;
}
.hv-hero-comm-banner.dark .hero-banner-top.hero-banner-content h1,
.hv-hero-comm-banner .hero-banner-top.hero-banner-content h3,
.hv-hero-comm-banner .hero-banner-top.hero-banner-content h4,
.hv-hero-comm-banner .hero-banner-top.hero-banner-content p{
	color: #000;
}
.hv-hero-comm-banner .hero-banner-content h4{
	font-size: 1.125rem;
    font-weight: bold;
    color: #fff;
    margin: 15px 0 10px;
    font-family: neue-haas-grotesk-display, sans-serif;
}
.hv-hero-comm-banner .hero-banner-content p{
	color: #fff;
	font-family: neue-haas-grotesk-display, sans-serif;
}
.hv-hero-comm-banner .c-btn, .race-to-register .content .c-btn{
	padding: 10px 15px 10px 24px;
    text-transform: none;
    font-size: 1.25rem;
    letter-spacing: .5px;
    font-weight: 700;
    font-family: neue-haas-grotesk-display, sans-serif;
}
.hv-hero-comm-banner .c-btn svg, .race-to-register .content .c-btn svg{
	width: 45px;
	height: 45px;
	margin-left: 15px;
}
.hv-hero-comm-banner .c-btn:hover svg, .race-to-register .content .c-btn:hover svg{
	transform: translate(0, 0);
}
@media(max-width: 1024px){
	.hv-hero-comm-banner .hero-banner-content h1,
	.hv-hero-comm-banner .hero-banner-content h2{
		font-size: 2.5rem;
	}

}
@media(max-width: 767px){
	.hv-hero-comm-banner .container .hero-banner-content h1, .hv-hero-comm-banner .container .hero-banner-content h2{
		font-size: 2rem;
	}
	.hv-hero-comm-banner .c-btn, .race-to-register .content .c-btn{
		    padding: 10px 15px 10px 30px;
	}
	.hv-hero-comm-banner .hero-banner-content{
		text-align: center;
	}
}

/**** sticky jump ********/
html {
	scroll-behavior: smooth;
  }
  .sticky-jump ul.navigation_jump {
    display: flex;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;
}
  .sticky-jump {
	  background: #d8d8d8;
	  padding: 30px 0 30px;
	  text-align: center;
	  position: -webkit-sticky;
	  position: sticky;
	  top: 0;
	  z-index: 99;
  }
  ul.navigation_jump li {
	  display: inline-block;
	  padding: 5px 5px;
	  margin-right: 20px;
	  font-family: neue-haas-grotesk-display, sans-serif;
	  letter-spacing: 1px;
  }
  ul.navigation_jump li:last-child {
	  margin-right: 0;
  }
  ul.navigation_jump li a {
	  color: #000;
	  font-size: 15px;
	  font-weight: 500;
	  text-decoration: none;
	  position: relative;
  }
  ul.navigation_jump li a.active:after {
	  position: absolute;
	  content: '';
	  width: 100%;
	  bottom: -7px;
	  background: #ce0000;
	  height: 3px;
	  left: 0;
	  right: 0;
  }
  ul.navigation_jump li.navj-first {
	  color: #000;
	  font-size: 15px;
	  font-weight: 700;
	  text-decoration: none;
  }
  
  
  @media(max-width: 767px){
	.sticky-jump {
		padding: 10px 0 10px;
	}
	ul.navigation_jump li {
		margin-right: 10px;
	}
}
  /**** End sticky jump ********/
/* Value Card */
.hv-proof-of-value-highlights.five-reason-sec .value-card .value-heading {
    font-family: neue-haas-grotesk-display, sans-serif;
    line-height: 1.2 !important;
	font-weight: normal;
}

/* Session Section */
section.hv-session-vmware, .trackModal{
	font-family: neue-haas-grotesk-display, sans-serif;
}
.ctm-grey-bg {
    background: #f6f6f6;
}

.red{
	color: #cc0000;
}
.trackModal .modal-dialog{
	width: 100%;
		max-width: 1224px;
	}
	.trackModal .modal-content {
		background-color: #000;
		border: 1px solid #fff;
		color: #fff;
	}
	.trackModal .speaker-details {
		display: none;
	}
	.trackModal .speaker-row{
		background: #292929;
		padding: 20px;
	}
	.trackModal .modal-content{
		border-radius: 0;
	}
	.trackModal .modal-body{
		padding: 0;
	}
	.trackModal .session-details{
		padding: 0px 30px 50px 30px;
	}
	.trackModal .speaker-info{
		background: #fff;
		padding: 20px;	
		color: #000;
		position: absolute;
		z-index: 999;
		display: none;
		left: 20px;
		width: 96%;
		top: 100%;
	}
	.trackModal .list-view-session .session-link{
		text-decoration: none;
		color: #fff;
	}
	.trackModal .session-time{
		background: #fff;
		position: absolute;
		right: 0;
		padding: 5px 10px;
		color: #000;
		display: none;
	}
	.trackModal .track-title{
		font-weight: 600;
	}
	.trackModal .hsif-store-track .hif-track .day-content .track .title-box .title{
		font-size: 26px;
		font-weight: 500;
	}
	.trackModal .session-details .track-details{
		color: rgb(125 124 124);
	}
	.trackModal .session-details .track-details h3{
		font-size: 24px;
	}
	.trackModal .session-details .track-details span{
		font-weight: 600;
		padding-right: 0px;	
	}
	.trackModal .session-details h3{
		font-size: 20px;
	}
	.trackModal .speaker-title h4{
		font-size: 18px;
	}
	.trackModal .speaker-title p{
		font-size: 13px;
	}
	.trackModal .speaker-title{
		padding-left: 0;
	}
	.trackModal .speaker-name{
		display: flex;
	}
	.trackModal .speaker-name .linkedin-icon{
		width: 20px;
	}
	.trackModal .speaker-name h4{
		padding-right: 10px;
	}
	.trackModal .speaker-name .speaker-des{ 
		color: rgb(163 163 163);
	}
	.trackModal .speaker-info .speaker-desc{
		font-size: 14px;
	}
	.trackModal .speaker-img {
		width: 80px;
		height: 80px;
		overflow: hidden;
		border-radius: 60px;
		background: #fff;
		text-align: center;
	}
	.trackModal .speaker-img img {
		width: 100%;
	}
.list-view-session .session-link{
	text-decoration: none;
	color: #fff;
}
.hsif-store-track .hif-track .day-content .track{	
	position: relative;
	-webkit-transition: left ease 0.5s;
    -moz-transition: left ease 0.5s;
    -o-transition: left ease 0.5s;
    transition: left ease 0.5s;
	left: 0;
}
.hsif-store-track .hif-track .day-content .track-red{
	border-left: 3px solid #cc0000;
	background: #000;
}
.hsif-store-track .hif-track .day-content .track:hover{
	left: 10px;
}
.hsif-store-track .hif-track .day-content .track .title-box{
	padding: 10px 30px 10px 30px;
}
.session-time{
	background: #fff;
    position: absolute;
    right: 0;
    padding: 5px 10px;
	color: #000;
	display: none;
}

.hsif-right-arrow{
	position: absolute;
	right: 0;
	bottom: 0;
	background: #fff;
	margin-right: 0;
	font-size: 16px;
}
.hsif-right-arrow.c-link svg {
	margin-right: 5px;
	transform: rotate(-45deg);
}
.hsif-store-track .hif-track .day-content .track .title-box .title{
	font-size: 26px;
	font-weight: 500;
}
.hsif-store-track .hif-tabs ul.list-view li{
	padding: 10px 50px;
	background: #292929;
}
.hsif-store-track .hif-tabs ul.list-view li.active{
	background: #fff;
	border-top: 4px solid #cc0000;
}
.hsif-store-track .hif-tabs ul.list-view li .day-info .dayno{
	font-size: 20px;
	text-transform: none;
	color: #fff;
}
.hsif-store-track .hif-tabs ul.list-view li.active .day-info .dayno{
	color: #000;
}
.hsif-store-track::after{
	bottom: 25%;
}
.hsif-store-track .hif-track .day-content .track:not(:last-child){
	margin-bottom: 20px;
}
.trackModal .close {
    color: #fff;
}

.hv-session-vmware .c-btn {
    display: table;
    margin: 0 auto;
    padding: 10px 15px 10px 24px;
    text-transform: none;
    font-size: 1.25rem;
    letter-spacing: .5px;
    font-weight: 700;
}

.hv-session-vmware .c-btn svg {
    width: 45px;
    height: 45px;
    margin-left: 15px;
}
@media (min-width: 768px) and (max-width: 991px){
	.trackModal .speaker-img{
		width: 60px;
		height: 60px;
	}
}
@media (max-width: 650px){
	.trackModal .filter-list{
		display: block;
		float: none;
	}
	.hsif-store-track .hif-tabs ul.list-view li{
		padding: 0px 30px;
	}
	.hsif-store-track .hif-tabs ul li .day-info .dayno{
		display: block;
	}
	.view-by{
		padding: 10px 0;
	}
	.hsif-store-track .hif-track .day-content .track .title-box .title{
		font-size: 16px;
	}
	.trackModal .session-time{
		font-size: 12px;
		padding: 5px;
	}
	.trackModal .track-title{
		padding-top: 25px;
		margin-bottom: 5px;
	}	
	.trackModal .speaker-info{
		width: 70%;
		left: 100px;
		top: 0px;
	}
	.trackModal .speaker-box {
		margin-bottom: 25px;
	}
}
@media (min-width:481px) and (max-width: 768px){
	.trackModal .filter-list{		
		float: none;
	}
	.trackModal .speaker-box{
		width: 50%;
	}
	.trackModal .tab-col-8{
		width: 100%;
	}
	.agenda-top-banner .title{
		padding-top: 20px;
	}
	.view-by{
		padding: 23px 10px;
	}
}
@media (max-width: 480px) {
	.trackModal .mob-col-30 {
		flex: 0 0 30%;
	}
	.trackModal .mob-col-70 {
		flex:0 0 70%;
	}
	.trackModal .speaker-row .row .speaker-box .row {
		flex-wrap: nowrap !important;
	}
}

/* overview section */
 .hv_conversation {
	font-family: neue-haas-grotesk-display, sans-serif;
	    padding: 70px 0 30px;
  }

  .hv_conversation_box ul {
    color: #000;
}

.hv_conversation_box ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 17px;
}

.hv_conversation_box ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    height: 6px;
    width: 6px;
    background: #c00;
    border-radius: 50%;
}
  
 .hv_conversation .hv_cmn_heading {
	margin-bottom: 60px;
  }
  
 .hv_conversation .hv_conversation_box h3 {
	font-size: 40px;
	font-weight: bold;
	color: #cc0000;
	margin-bottom: 17px;
  }
  .hv_conversation .hv_conversation_box hr{
	border-top: 1.5px solid #000;
  }
  
 .hv_conversation .hv_conversation_box p {
	font-size: 16px;
	line-height: 1.5;
	color: #000;
  }
  @media (max-width: 767px) {
 .hv_conversation br {
    display: block;
  }
 .hv_conversation .hv_cmn_heading {
    margin-bottom: 25px;
  }
 .hv_conversation .hv_conversation_box {
    margin-bottom: 25px;
  }
 .hv_conversation .hv_conversation_box h3 {
    font-size: 24px;
    margin-bottom: 5px;
  }
 .hv_conversation .hv_conversation_box p {
    font-size: 16px;
  }
}
/* solving Customor challenge */
.videoside svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #fff;
    width: 60px;
    height: 60px;
}

.hv-two-cards-opt3 .quote-panel-with-img .quote-content.videoside {
    padding: 0;
    margin: 0 60px;
	height: 100%;
	background-size: cover;
	background-position: center;
}
@media (max-width: 767px){
	.hv-two-cards-opt3 .quote-panel-with-img .quote-content.videoside {
		margin: 30px 0;
		height: 300px;
	}
	.hv-hero-comm-banner .full-fit img {
		object-position: center top;
	}
	body h2.hv-section-heading2 {
		font-size: 32px;
		line-height: 42px;
	}
}
/* CArd Option */
.quote-panel-with-img p{
	color: #fff !important;
}
/* 1440 responsive */

@media(max-width: 1440px){
	.hv-hero-comm-banner .hero-banner-content h1, .hv-hero-comm-banner .hero-banner-content h2{
		font-size: 45px;
	}
	h2.hv-section-heading2 {
		font-size: 40px;
		line-height: 50px;
	}
	.hv-hero-comm-banner .full-fit img {
		object-position: center right;
	}
}

/* 575 responsive */
@media(max-width: 480px){
	.hv-two-cards-opt3 .quote-panel-with-img .quote-content.videoside{
		height: 230px;
	}
}