/* line 277, ../scss/app.scss */
.contentband {
  width: 100%;
  height: 100%;
  padding: 30px 0px 25px 0px;
}
/* line 283, ../scss/app.scss */
.contentband .speaker-header {
  margin-top: 0% !important;
}
/* line 290, ../scss/app.scss */
.contentband .speaker-icon span {
  color: #6bc9ca;
  font-size: 3em;
}

/* line 298, ../scss/app.scss */
.contentband.autosize {
  height: auto;
}

/* line 303, ../scss/app.scss */
.contentband.dark-bg {
  background-color: #c8c8c8;
}

/* line 308, ../scss/app.scss TODO:z why does this refer to scss?*/

.contentband.travel-background {
  background-image: url("/images/bg-travel.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
/*  border-bottom: 2px solid #f34133; */
  padding: 20px;
}

.contentband.contact-background {
  background-image: url("/images/bg-contact.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
/*  border-bottom: 2px solid #f34133; */
  padding: 20px;
}

/* line 318, ../scss/app.scss */
.contentband .header-icon {
  font-family: 'entyporegular';
  font-size: 2em;
  display: inline-block;
  color: #7cccc8;
  background-color: transparent;
  margin-bottom: 0em;
  margin-top: 0em;
}

.contentband .session-icon {
  font-family: 'entyporegular';
  font-size: 2em;
  display: inline-block;
  color: #7cccc8;
  background-color: transparent;
  margin-bottom: 0em;
  margin-top: 0em;
  margin-right: 8px;
  float: left;
  vertical-align: middle;
}

.session-filter .session-icon {
  float: none;
}

.session-filter .iotsession,
.session-list .iotsession {
  color: #f15929;
}

.session-filter .archsession,
.session-list .archsession {
  color: #f68c1f;
}

.session-filter .securitysession,
.session-list .securitysession {
  color: #79ccc8;
}

.session-filter .falafelsession,
.session-list .falafelsession {
  color: #e6326a;
}

.session-list a {
  display: block;
}

/* line 887, ../scss/app.scss */
.session-filter {
  margin-left: auto;
  margin-right: auto;
}

/* line 893, ../scss/app.scss */
.session-filter li {
  display: inline;
  margin: 0px 5px;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

/* line 900, ../scss/app.scss */
.session-filter li a {
  color: black;
}

/* line 905, ../scss/app.scss */
.session-filter li a:hover {
  border-bottom: 2px solid #19a7b7;
}

/* line 910, ../scss/app.scss */
.session-filter li a.selected {
  color: #19a7b7;
  border-bottom: 1px solid #19a7b7;
}


/* Speakers List */
/* line 1372, ../scss/app.scss */
.speakers-list {
  list-style-type: none;
  text-align: left;
  margin-top: 0.2em;
  max-width: 80%;
  max-height: 75%;
/*  overflow: scroll;
  border: 1px solid #efefef;*/
  margin-left: auto;
  margin-right: auto;
}
/* line 1383, ../scss/app.scss */
.speakers-list li {
  font-size: 1em;
  line-height: 1.1em;
  padding: 30px;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 200;
/*  border-bottom: 1px solid #efefef;*/
  text-transform: none;
  min-height: 160px;
}
/* line 1393, ../scss/app.scss */
.speakers-list li img {
  height: 149px;
  float: right;
  margin-left: 20px;
  margin-bottom: 15px;
}
/* line 1401, ../scss/app.scss */
.speakers-list li:nth-child(odd) {
  background-color: #efefef;
}
.speakers-list h1 {
  margin: 0;
}
.speakers-list h3 {
  margin: 10px 0 20px;
}

/* line 1362, ../scss/app.scss */
.searchButton {
  font-family: 'entyporegular';
  font-size: 7em;
  display: inline-block;
}

