
/*hover*/

.speaker-hero {
	transition: background .3s, transform .3s;
	-webkit-font-smoothing:antialiased;
	cursor: pointer;
	position: relative

}


.speaker-hero h3 {
	color: var(--main-theme-contrast-color);
	font-style: italic;
	font-size: 1.3em;
	line-height: 1.1;
	text-align: center;
	width: 80%;
	margin: auto;
	padding-bottom: .5em;
	float: right
}


.speaker-hero h4 {
	color: var(--main-theme-highlight-color);
	font-size: 1em;
	line-height: 1.1;
	text-align: center;
	width: 100%;
	margin: .3em auto .8em auto;
	font-family: var(--heading-font);
	float: right
}

.speaker-hero h4 span {
	display: block
}

h4 .speaker-role {
	font-size: .8em;
	font-family: var(--body-font);
	font-weight: 400;	
}

h4 .speaker-company {
	font-size: .8em;
	font-family: var(--body-font);
	font-weight: 600;	
}

.description p {
	margin-bottom: .3em
}


.abstract {
width: 92%;
padding: .4em 4% .6em 4%;
line-height: 1.2;
font-size: .6em;
clear: both;
background: #EAE2DA;
}

.speaker-hero .abstract {
	min-height: 9em

}

.abstract a:link, .abstract a:visited, .abstract strong {
font-size: 1em;
color: var(--main-theme-contrast-color);
font-weight: 500;
text-decoration: none;
border-bottom: solid 2px #FAD1B0;
} 

.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
}

/* this year's speakers*/

/*speakers*/

#speakers {
	overflow: auto;
	width: 100%;
	font-size: 1.6em;
	padding: 1em 0 0 0;
background-color: var(--main-theme-color);

}

#bigideas > a {
	/*display: block*/
}

#speakers > h2, #speakers > p {
	color: var(--reverse-text-color);
	text-align: left;
	padding-left: 8%;
	width: 40%;
}

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

#speakers > p {
margin-bottom: 1.2em;
font-size: .8em;
	line-height: 1.2

}

#speakers > h4 {
	font-size: 1.2em;
	color: var(--reverse-text-color);
	text-align: center;
	font-family: var(--body-font);
	line-height: 1;
	margin-top: 2.2em;
}

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

#bigideas {
padding-bottom: 1.5em;
text-align:center
}


#bigideas {
	background-color: var(--reverse-text-color);
	padding-bottom: 1em;
	display:flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
}

#bigideas > a {
		width: 16.6667%;
	font-size: .8em


}

#bigideas > h3, #bigideas > h4 {
	width: 100%;
	text-align: left;
	padding: 0;
	color: var(--main-theme-highlight-color);
	margin: .5em 0 0 .5em;
	line-height: 1
}

#bigideas > h3 {
	font-size: 1.2em;

}

#bigideas > h4 {
	font-size: .9em;
		margin: 0 0 .5em .5em;
}

#bigideas > p {
	font-size: .8em;
	padding: 0 0 .5em 8%;
	width: 40%;
}


#bigideas .speaker-hero {
	/*display: inline-block;*/
	width: 100%;
	background-color: var(--reverse-text-color);
	padding: 0;
	font-size: .9em;
	vertical-align: text-top;
	/*float: left;*/

    display: flex;
    flex-direction: column;
    height: 100%;
}

#bigideas a:nth-child(n+7) .speaker-hero {
	width: 100%
}

#bigideas a:nth-child(n+7) .speaker-hero p {
	display: none
}

#bigideas .speaker-hero > .speaker-details {
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#bigideas a:nth-child(n+7) .abstract {
	min-height: 0
}

#bigideas a {
	text-decoration: none
}


#bigideas .speaker-hero img {
	width: 80%;
	display: block;
	margin-left: 10%;
	border-radius: 20%;
	border: solid .3em var(--main-theme-contrast-color);
}

#bigideas .speaker-hero h3 {
	color: var(--main-theme-contrast-color);
	/*min-height: 5em;*/
	font-size: 1em
}

#bigideas .speaker-hero h4 {
	background-image: url('../images/chrome/grey-balls.svg');
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: 60px auto;
	padding-top:1em;
	
}

#bigideas .speaker-hero h3:nth-child(n+) {

}

#bigideas .abstract {
display: none}

#bigideas .abstract p {
text-align: left;
display: none}

#bigideas .abstract p:first-child {
	display: block
}

.abstract {
width: 92%;
padding: 0 4% .4em 4%;
line-height: 1.2;
font-size: .8em;
clear: both;
background: #fff;
}

.speaker-hero .abstract {
	min-heights: 12em
}


/*remote sessions*/

#bigideas {
display: flex;
padding-top: 1em;
} 

.remote-session {
	text-align: left;
}

/* .remote-session {
	width: 46%;
	margin: 1% 2%;
} */

.remote-session {
	width: 96%;
	margin: 1% 2%;
	display: flex;
}

.remote-session p {
	font-size: .7em
}

.remote-session h3 {
	font-size: 1em;
	line-height: 1.1
}
.remote-session h4 {
	font-size: .8em
}

.remote-session-details {
	width: 30%;
	margin-right: 5%
}

.remote-session-speakers {
	width: 80%;
	margin: auto
}


.remote-session-speakers {
display: flex;
  flex-wrap: wrap
}

    .remote-session-speakers > a {
        display: block;
        width: 25%;
        font-size: .9em;
    }

/*speaker page*/

nav#speakers-list {
	width: 12%;
	margin-left: 8%;
	background-color: #2E424B;
	color: var(--reverse-text-color);
	display: inline-block;
	vertical-align: text-top;
	padding-bottom: 1.4em
}

nav#speakers-list h2 a {
	text-decoration: none
}

nav#speakers-list h3 {
	font-family: var(--heading-font);
	color: var(--main-theme-contrast-color);
	font-size: 1.3em;
	width: 94%;
	text-align: left;
	margin-left: 6%;
	margin-top: 1em;
	margin-bottom: .5em
}


nav#speakers-list li.current:after{
	content: "»";
	margin-left: .5em;
	font-size: 1em	
}
	
nav#speakers-list li a {
	text-decoration: none;
	color: var(--reverse-text-color);
}

nav#speakers-list li {
	color: var(--speaker-list-text-color);
	font-weight: 500;
	padding-bottom: .5em
}


nav#speakers-list ul {
	padding-left: 6%;
	line-height: 1.2;
	font-size: .9em;
	font-weight: 500
}

#speaker > header {
	padding-top: 1em;
	padding-bottom: 2em;
}

#speaker > header h1 {
	margin-left: 12%;
	font-size: 3em;
	
}

#speaker > header h2 {
	margin: 0;
	width: 94%;
	display: block;
	padding: .4em 3%;
	font-size: 1em;
	text-align: left;
	font-weight: 600;
	background-color: var(--main-theme-highlight-color)
}

#speaker > header > a:first-child {
	text-decoration: none;
	display: block
}

#session-details {
	display: inline-block;
	width: 50%;
	vertical-align: text-top;
	background-color: var(--reverse-text-color);
	padding-bottom: 2em
}

header #session-details h2 {
	background-color: var(--main-theme-highlight-color);
}

#session-details h3 {
	width: 100%;
	display: block;
	font-family: var(--heading-font);
	color: var(--main-theme-color);
	font-size: 2.6em;
	text-align: left;
	font-style: italic;
	margin-top: 0
}


#session-details h3 {
        width: 100%;
        display: block;
        font-family: var(--heading-font);
        color: var(--main-theme-color);
        font-size: 2.4em;
        text-align: left;
        font-style: italic;
        margin-top: 0;
    }

#session-details h4 {
	width: 100%;
	display: block;
	font-family: var(--heading-font);
	color: var(--main-theme-highlight-color);
	font-size: 2em;
	text-align: left;
	font-style: normal;
	margin: .5em auto .5em auto
}

#session-details h4 span {
	display: block
}

#session-details h4 .speaker-role {
	font-size: .5em;
	margin-top: .2em
}

#session-details h4 .speaker-company {
	font-size: .5em;
	margin-top: .2em;
	font-weight: 600
}


#session-details img {
	display: block;
	width: 50%;
	float: left;
}


#session-details img {
	display: block;
	width: 45%;
	float: left;
	border-radius: 20%;
	margin: 1em 0 0 1em;
	border: solid .5em var(--main-theme-contrast-color)	
	}


#session-details header{
width: 46%;
margin: 0 auto;
float: right;
padding-top: 2em}

#session-details header h3 {
	margin-left: 0;
	background-image: url('../images/chrome/grey-balls.svg');
	background-position: left 100%;
	background-repeat: no-repeat;
	background-size: 60px auto;
	padding-bottom: .5em;
	width: 85%
}


#session-details p, #session-details ul {
	margin: .5em 4%
}

#session-more {
	display: inline-block;
	width: 22%;
	vertical-align: text-top;
	margin-top: 10em
}

#session-more  .tagline {
	font-size: 1.1em;
	line-height: 1.2
}

#speaker #session-more  h2 {
	background-color: transparent;
	text-align: center
}

#session-more .dates {
	font-weight: 200;
	font-size: .9em 
}


#session-abstract {
	clear: both;
	padding-top: 1em;
}

#session-abstract h4 {
	font-family: var(--body-font);
	padding-top: 1em;
	color: var(--page-text-color);
	font-size: 1.1em;
	font-weight: 600;
	margin-left: 4% 
}

#session-abstract p:last-of-type {
	padding-bottom: 2em;
	background-image: url('../images/chrome/grey-ball.svg');
	background-repeat: repeat-x;
	background-position: 0 100%;
	background-clip: padding-box

}

#speaker-details h3 {
	width: 92%;
	display: block;
	font-family: var(--heading-font);
	color: var(--main-theme-highlight-color);
	font-size: 2em;
	text-align: left;
	font-style: normal;
	margin: .5em auto .5em auto
}

#registration-details h3 {
	margin: .5em auto;
	font-size: 2em;
	width: 92%;
}

#registration-details a:link, #registration-details a:visited {
	display: inline-block;
	color: var(--reverse-text-color);
	background-color: var(--main-theme-color);
	text-decoration: none;
	padding: .2em 1em;
	border-radius: 3px;
	font-weight: 500;
	margin-right: 1em;
	transition: .2s background-color
}

registration-details a:hover {
	background-color: var(--main-theme-highlight-color)
}

/*speaker header registraiton buttons*/

.register, .more-details {
	text-decoration: none;
	display: block;
	padding: 0;
	text-transform: uppercase;
	font-variant: small-caps;
	font-weight: 500;
	border-radius: 2.5px;
	font-size: .95em;
	border: solid 2px;
	padding: 0;
	width: 70%;
	margin: 1em auto;
	color: var(--reverse-text-color);
	text-align: center
}

.register h5 {
	font-family: var(--body-font);
		padding: .2em .8em .4em .8em;
	background-color: var(--reverse-text-color);
	font-weight: 500
}

.register a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	color: var(--reverse-text-color)
}

.register ul {
margin: 0;
padding: 0
}

.register li {
	text-transform: none;
	font-variant: normal;
	padding: .4em 0
}

.register li:first-of-type {
	border-bottom: solid 1px
}

.register li{
		transition: .2s background-color
}

.register li:hover {
	background-color: var(--register-hover-bg-color)
}
