	.hide-brand-yes .ico-calendar-black{
		display: none;
	}
	
	.hide-brand-yes a.logo-events{
		display: block;
		height:35px !important;
	}
	
	.hide-brand-yes a.logo-events img{
		display: none;
	}

@media(min-width:768px) {
	
	
	.hide-brand-yes a.logo-events img{
		display: none;
	}

	.page-template-events .header .header-body{
		padding:0 0 0 0;
		
	}
	
	.page-template-events .header .shell{
		padding:0 0 0 0;
		max-width: none;
		width:100%;
		background: #000;
		text-align: center;
	}
	
	.nav-wrapper{
		padding: 0 30px;
		margin:0 auto;
		text-align: center;
		width:100%;
		font-weight:300;
	}
	
	.nav{
		display: inline-block;
		padding: 0 0 0 0 !important;
		text-align: left;
		min-width:1000px;
	}
	
	.menu-item{
		font-size: 13px;
		text-transform: uppercase;
		padding: 8px 0;
	}
	
	.menu-item-has-children{
		padding-left:14px;
		position: relative;
	}
	
	.menu-item-has-children:before {
	  content: '';
	  position: absolute;
	  top: 25px;
	  left: 0;
	  border-top: 6px solid #fefefe;
	  border-left: 6px solid transparent;
	  border-right: 6px solid transparent;
	}
	
	.menu-item-has-children:after {
	  content: '';
	  position: absolute;
	  left: 1px;
	  top: 25px;
	  border-top: 5px solid #000000;
	  border-left: 5px solid transparent;
	  border-right: 5px solid transparent;
	}
	
	.nav .sub-menu{
	    background-color: #ffffff;
	}
	
	.page-template-events nav .menu li.menu-item ul.sub-menu a{
		color:#000;
	}
	
	.nav .sub-menu li+li {
	    border-top: 1px solid #ccc;
	}
	
	.menu-item-has-children:hover:after {
	  border-top: 5px solid red;
	}
	
	.nav>ul>li:hover{
		background-color: red;
	}
	
	.nav>ul>li:hover>a{
		background-color: red;
	}
	
	
	/* Special styles for Event home link */
	
	li.menu-item.home-menu-link a{
		color: #D1D1D1 !important;
		text-transform: none;
		font-style: italic;
		padding: 6px;
		font-size: 14px;
	}
	
	li.menu-item.home-menu-link a{
		border: 1px solid #D1D1D1 !important;
		border-radius: 10px 10px 10px 10px;
		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
	}
	
	.nav>ul>li.home-menu-link:hover{
		background-color: transparent;
	}
	
	.nav>ul>li.home-menu-link:hover>a{
		background-color: transparent;
	}
	
	.events-table__column.events-table__column--name span{
		float:right;
		display:block;
		width:310px;
	}
	
	.events-table__column.events-table__column--name span:first-child{
		float:left;
	}

}

/* Special button style for NCSI */

.ncsi-button button{
	background-color: #106356 !important;
	font-weight: bold;
	text-transform: uppercase;
	font-size:25px !important;
	padding:12px 25px !important;
	min-width:200px;
}

.ncsi-button button:hover{
	background-color: #000;
	-webkit-box-shadow: 0px 10px 37px -9px rgba(0,0,0,0.46);
	-moz-box-shadow: 0px 10px 37px -9px rgba(0,0,0,0.46);
	box-shadow: 0px 10px 37px -9px rgba(0,0,0,0.46);
}

.nav>ul>li+li{
	margin-left: 0px !important;
}

/* IE Gravity Forms Override NCSI */
.gf_browser_ie {
   display: block !important;
}

.page-template-events .header .nav .menu-item {
    padding-left:5px;
}

.search-results h2.pagetitle{
	font-size:39px;
}

.search-results .article .article-title a{
	font-size:29px;
}


.event-speakers .event-speaker__image {
    padding-bottom: 125% !important;
}


.footer-inner{
	display: none !important;
}

@media (max-width: 767px){
	.events-table .events-table__column.events-table__column--name {
	    display: -ms-flexbox;
	    width:100% !important;
	    text-align: center;
	    font-size:18px;
	    line-height: 30px;
	}
}

.page-template-events .header-body > .vc_row {
    display: flex;
    justify-content: space-around;
}

.page-template-events .header .nav .menu-item {
    padding-left: 10px;
}


.hide-brand-yes a.logo-events{
	display: none !important;
}


@media (max-width: 767px){
	a.git-button{ float: left !important; display: block !important; width:40% !important; }
	p.copyright{ float:right !important; display: block !important; width:58% !important;padding-top:12px !important;}
}

@media (min-width: 768px){
	a.git-button{ display:none }
	p.copyright{ }
}	
	
body.page-template-events .page-template-events .header .nav-wrapper {
    width:100% !important;
}


.hide-brand-yes.page-template-events .header-body > .vc_row {
    display: flex !important;
    justify-content: center !important;
    padding: 0 auto !important;
}
.hide-brand-yes.page-template-events .header .nav .menu-item {
    padding: 5px 12px !important;
}
	

body.home .rs_splitted_chars,
body.page-id-29208 .rs_splitted_chars {
    color: #fff !important;
}

.popup {
    max-width: 800px;
}

.popup-exhibitor .popup-exhibitor__content {
    max-height: none;
}

a.btn-sponsor-modal {
    background-color: #000;
    padding: 6px 30px 7px;
    border-radius: 10px;
    margin-bottom: 10px;
    background: #fe550a;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    transition: background-color .3s;
    text-align: center;
    text-decoration: none;
    display: block;
}

.home .crb-nav a:hover{
    color: #fff !important;
    text-decoration: underline;
}
