/*speakers*/

#speakers {
  background-color: var(--main-theme-color);
  padding-top: 2em;
  padding-bottom: 1em;
  background-image: url('../../images/chrome/header-bg.svg');
  /*make SVG*/
  background-repeat: repeat-x;
  background-size: auto;
  background-position: 0 0;
  background-size: 10%;
  width: 100%;
  font-size: 1.6em
}

#session-more {
  display: none
}


#speakers>h2,
#speakers>p {
  color: var(--reverse-text-color);
  text-align: center;
}

#speakers h2 {
  font-size: 2em;
  margin-bottom: 1em;
  line-height: 1
}

#speakers>p {
  margin-bottom: 1em;
  font-size: .8em;
  line-height: 1.1;
  padding: 0 4%
}

#speakers>h4 {
  font-size: 1em;
  color: var(--reverse-text-color);
  text-align: center;
  font-family: "Freight-Sans-Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  margin: 2.2em auto 1em auto;
  width: 80%
}

#speakers>p a:link,
#speakers>p a:visited {
  font-weight: 500;
  text-decoration: underline
}

#speakers>p:last-of-type {
  margin-bottom: 2.4em;
}

#speakers form {
  width: 70%;
  font-size: .8em
}

#speakers button,
#speakers a.register,
#speakers a.email {
  width: 70%;
  margin: .5em auto;
  display: inline-block;
  font-size: 1em
}

#speakers a {
  text-decoration: none
}

.speaker-hero {
  width: 90%;
  margin: 1em auto;
  background-color: var(--page-bg-color);
  padding: .5em 2%;
  background-image: url("../../images/chrome/pale-balls-long.svg");
  background-repeat: repeat-x;
  background-position: 100% 120%;
  background-size: 18px;
}

.speaker-hero img {
  width: 40%;
  float: right;
  display: block;
  border-radius: 20%;
  border: .3em solid var(--main-theme-contrast-color);
margin-left: .4em;
margin-bottom: 1em;
}

.speaker-hero h3 {
        color: var(--main-theme-highlight-color);
        font-style: italic;
        font-size: 1.2em;
        line-height: 1.1;
        text-align: left;
        width: 80%;
        margin: .3em auto .2em 0;
        padding-bottom: .5em;
    }

.speaker-hero h4 {
  color: var(--page-text-color);
  font-size: 1em;
  line-height: 1.1;
  text-align: left;
  width: 100%;
  margin: .3em auto .8em auto;
  font-family: var(--heading-font);
}


#speakers #sessions+h2 {
  color: var(--reverse-text-color);
  margin: 10.5em 0 1.5em 8%;
  width: 27%;
  line-height: 1;
  text-align: left;
  padding: 0;
  float: left
}


.speaker-details h4 span {
  display: block
}

.speaker-details h4 .speaker-role {
  font-size: .7em;
  font-family: var(--heading-font);
  font-weight: 500
}

.abstract {
  width: 100%;
  margin: 1em 0;
}

.abstract p, .abstract li {
  font-size: .8em;
  line-height: 1.2
}

.speaker-hero .abstract p {
	display: none
}

.speaker-hero .abstract p:first-of-type, .speaker-hero .abstract p:last-of-type {
	display: block
}

.abstract a:link,
.abstract a:visited {
  font-size: .9em;
  color: var(--main-theme-color)
}

.abstract strong {
  display: block;
  text-align: right
}

.bio {
  width: 38%;
  float: right;
  font-size: .9em;
}

.links li {
  display: inline-block;
  padding-right: 1.2em;
  margin-top: .5em
}

.links img {
  width: 1.2em
}
