#sessions_top_img {
	width:100%;
	height: 251px;
	background-image: linear-gradient(to bottom, #fff 0px, #fff 176px, #5b2e35 176px, #5b2e35 251px );
	background-position: 50% bottom;
	display: none;
	
}
#sessions_top_img .speakers_icon_left {
	
	max-width:325px;
	height: 100%;
	background-color: white;
	background-image: url('/files/2022/02/elements-39-1.png');
	background-repeat: no-repeat;
	background-position: 150px bottom;
	
}

#sessions_top_img .speakers_icon_right {
	
	width:100%;
	height: 100%;
	background-image: url('/files/2022/02/elements-40-1.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	
}


#sessions_top_img .speakers_icon_left::after {
	clear:both
	
}


@media only screen and (max-width: 850px) {
  #sessions_top_img .speakers_icon_right {
    background: none;
  }
}




#sessions_top_img .calendar_icon {
	width:150px;
	height: 100%;
	float:left;
	background-repeat: no-repeat;
	background-position: right bottom;
	display: none;
	
}

#sessions_top_img .calendar_icon:nth-child(1) {
	background-image: url('/files/2022/04/elements-37-4.png');
}

#sessions_top_img .calendar_icon:nth-child(2) {
	background-image: url('/files/2022/04/elements-33-1.png');
}

#sessions_top_img .calendar_icon:nth-child(3) {
	background-image: url('/files/2022/04/elements-34-1.png');
}

#sessions_top_img .calendar_icon:nth-child(4) {
	background-image: url('/files/2022/04/elements-35-1.png');
}

#sessions_top_img .calendar_icon:nth-child(5) {
	background-image: url('/files/2022/04/elements-38-1.png');
}





/* #sessions_top_img .calendar_icon:nth-child(1) { */
	/* background-image: url('/files/2022/02/elements-38.png'); */
/* } */


/* #sessions_top_img .calendar_icon:nth-child(2) { */
	/* background-image: url('/files/2022/02/elements-33.png'); */
/* } */

/* #sessions_top_img .calendar_icon:nth-child(3) { */
	/* background-image: url('/files/2022/02/elements-34.png'); */
/* } */

/* #sessions_top_img .calendar_icon:nth-child(4) { */
	/* background-image: url('/files/2022/02/elements-35.png'); */
/* } */

/* #sessions_top_img .calendar_icon:nth-child(5) { */
	/* background-image: url('/files/2022/02/elements-39.png'); */
/* } */


#indico-data-menu li {
	text-transform: uppercase;
}

#indico-data-items .item .arrow {
	color: var(--e-global-color-accent);
	font-weight: 900;
	font-size: 30px;
}

#indico-data-items .item .header h1 {
    font-size: 30px;
	font-weight: 700;
    color: var(--e-global-color-accent);
    line-height: 1.1 !important;
}

#indico-data-items .item .header h2 {
    color: var(--e-global-color-text);
}

#indico-data-items .item  {
    color: var(--e-global-color-text);
	/*background: #f6f6f6;*/
}


#indico-data-items .item .body h3 {
    font-size: 18px !important;
    color: var(--e-global-color-accent);
    font-weight: bold;
    border-bottom: 0;
    margin: 0px 0 0px 0;
}

#indico-data-items .item .body h4 {
	color: var(--e-global-color-accent);
	min-height: 50px;
}

#indico-data-items .item .body h5 {
	color: var(--e-global-color-accent);
}

#indico-data-items .item .body p {
	color: var(--e-global-color-text);
}


#indico-data-items .item .body .presenters li a {
	/*color: #34699a;*/
}


#indico-data-items .item .body .sess_pres {
	background: url('/files/2022/02/elements-31.png') left top no-repeat;
	padding-left: 40px;
	
}

#indico-data-items .item .body .sess_pres_speakers {
	background: url('/files/2022/02/elements-32.png') left top no-repeat;
	padding-left: 100px;
	
}

#indico-data-items .item .body .sess_pres_speakers h5 {
	text-transform: uppercase;
	font-weight: bold;
	color: var(--e-global-color-accent);;
	
}




#indico-data-menu .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

#indico-data-menu .nav-pills > li {
    float: left;
}
#indico-data-menu .nav > li {
    position: relative;
    display: block;
}

#indico-data-menu .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


#indico-data-menu .btn-primary {
    color: #fff;
}


#indico-data-items a:hover {
	color: #414140;
}


.items-separator h2 {
    font-family: "aktiv-grotesk-condensed", Sans-serif;
    font-size: 50px;
    font-weight: 300;
	text-transform: uppercase;
}


/*
.buttons .btn-primary {
    color: #fff;
    background-color: #34699a;
    border-color: #2e6da4;
}

.buttons .btn-primary.active {
    color: #fff;
    background-color: #00a8b5;
    border-color: #2e6da4;
}

*/


