body {
    font: 400 16px/1.5 "Freight-Sans-Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

strong {
    font-weight: 600
}

em {
    font-style: italic
}

h1, h2, h3 {
    font-family: "freight-big-pro", "Big Caslon", Palatino, Georgia, serif;
    font-weight: 300
}

h1, h2, h3, h4, h5, h6 {
    color: #13C2BB
}

a:link, a:visited {
    text-decoration: underline;
    color: inherit
}

body>* {
    display: none;
}

body>header, nav#site, main {
    display: block
}

#event {
	display: none 
}


body>header {
    background-color: #13C2BB;
    padding-top: 2em;
    padding-bottom: 1em;
    background-image: url('../images/chrome/aqua-arrows.svg');
    background-repeat: repeat-x;
    background-size: 12vw;
    background-position: 1% 1%
}

header h1 {
    color: #fff;
    text-align: left;
    line-height: 1;
}

header h1 {
    font-size: 4em;
    margin-bottom: 1em;
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content;
    margin: .6em auto .6em auto
}

header h1 span {
    display: block
}

#wd-event {
    font-size: .3em
}

#event-name {
    font-size: 1em;
    display: block;
    width: 100%;
    text-align: right;
    margin-top: -.1em
}

#event-year {
    font-size: .5em;
    display: block;
    text-transform: capitalize;
    text-align: right;
    width: 100%
}

.event-tag {
    font-family: "Freight-Sans-Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .17em;
    padding-right: 36%;
    display: none
}

header h2 {
    font-size: 1.6em;
    color: #fff;
    text-align: center;
    font-family: "Freight-Sans-Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1;
}

header h2 span {
    display: block
}

header h2 .city {
    font-weight: 600
}

header h2 .dates {
    font-size: .8em
}

header h2 {
    display: block;
    margin-top: 1em
}

header h2 strong {
    font-weight: 900
}

header h3 {
    font-size: 1.3em;
    color: #fff;
    text-align: center;
    font-family: "Freight-Sans-Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 100;
    line-height: 1.1;
}

header .tagline {
    color: #fff;
    width: 100%;
    font-size: 1.8em;
    font-weight: 400;
    font-family: "freight-big-pro", "Big Caslon", Palatino, Georgia, serif;
    margin: 1em auto 2em auto;
    line-height: 1.1;
    text-align: center;
    width: 90%
}

header .conference-description {
    color: #fff;
    font-family: "Freight-Sans-Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    width: 90%;
    margin: 0 auto 1.4em auto;
    text-align: center
}

header img {
    width: 100%
}

.conference-description+.conference-description {
    margin-top: 1.4em
}

header h3 {
    font-size: 1.4em;
    color: #fff;
    text-align: center;
    font-family: "Freight-Sans-Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1;
    margin-top: 2.2em
}

header h3 span {
    display: block
}

header h3 .city {
    font-weight: 600
}

header h3 .dates, header h3 .location, header h3 .venue {
    font-size: .8em
}

header h3 .venue {
    margin-top: 1em
}

header h4 {
    font-size: 1.6em;
    color: #fff;
    text-align: center;
    font-family: "Freight-Sans-Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1;
    width: 80%;
    margin: 2.2em auto
}

header form, #speakers form {
    width: 80%;
    margin: 1em auto;
    padding: 1em 0;
    text-align: center
}

button, a.register, a.email {
    -webkit-appearance: none;
    appearance: none;
    padding: .7em 2em;
    color: #13C2BB;
    font-size: .9em;
    background: #fff;
    text-decoration: none;
    font-family: "Freight-Sans-Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    width: 70%;
    margin: 1em auto;
    font-size: 1.2em;
    font-weight: 600
}

a+button, a.email {
    background: transparent;
    color: #fff;
    border: solid thin #fff;
}

a.register:nth-of-type(2), a:first-of-type+button {
    margin-left: 0;
}

header .speaker-logos {
    width: 80%;
    margin: 1em auto 8em auto
}

header .speaker-logos li {
    display: inline-block;
    width: 40%;
}

header .speaker-logos li:nth-child(odd) {
    margin-right: 15%
}

header .speaker-logos img {
    width: 100%
}

nav.page {
    display: block;
    padding: .6em 4% .5em 4%;
    width: 92%;
    background-color: rgb(7, 169, 168);
    z-index: 10;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

nav.page li {
    font-size: 1em;
    font-size: 3vw;
    display: inline-block;
    width: 30%;
    text-align: center;
    margin-right: 0;
    color: #fff;
}


nav.page li {
    display: inline-block
}

nav.page li:first-child, nav.page li:nth-child(4) {
    display: none
}

nav.page a:link, nav.page a:visited {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    transition: .2s border
}

nav.page a:hover {
    border-bottom: 2px solid rgba(255, 255, 255, .9)
}

nav.page li:last-of-type a:link, nav.page li:last-of-type a:visited {
    background-color: rgb(1, 183, 182);
    padding: .1em 1em .2em 1em;
    border-radius: 3px;
    transition: .2s background-color;
    border: solid 2px rgb(13, 115, 111);
}

nav.page li:last-of-type a:hover {
    background-color: rgb(1, 139, 138);
}

nav#site ul li a > span.desc {
    display: none;
}

main {
    font-size: 1.1em;
    overflow: hidden
}

.part {
    padding-left: 4%;
    padding-right: 4%;
    overflow: hidden;
    clear: both
}

.part p, .part ul {
    margin-bottom: 1em
}

#why-and-who {
    padding: 2em 4%
}

#why-and-who h2 {
    color: #13C2BB;
    font-family: "freight-big-pro", "Big Caslon", Palatino, Georgia, serif;
    font-size: 2.4em;
    font-weight: 600;
    line-height: 1;
    width: 92%;
    margin-bottom: 1em;
}

#why-and-who img {
    display: none
}

#why-and-who h3 {
    font-size: 1.8em;
    color: #13C2BB;
    font-family: "freight-big-pro", "Big Caslon", Palatino, Georgia, serif;
    margin-top: .4em;
    line-height: 1;
}

#why-and-who>p:first-of-type {
    width: 52%;
    padding-right: 6%;
    font-size: 1.25em;
    line-height: 1.2;
    float: left
}

#tldr {
    display: none
}

#overview {
    padding-bottom: 14em
}

#overview h2 {
    color: #13C2BB;
    font-family: "Freight-Sans-Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.8em;
    font-weight: 600;
    line-height: 1;
    width: 52%;
    padding-right: 6%;
    margin-bottom: 1em;
    float: left
}

#overview h3 {
    font-size: .9em;
    color: #13C2BB;
    margin-top: .4em
}

#overview>p:first-of-type {
    width: 52%;
    padding-right: 6%;
    font-size: 1.25em;
    line-height: 1.2;
    float: left
}

#overview section:nth-of-type(odd) {
    width: 52%;
    padding-right: 6%;
    margin-top: 1em;
    float: left
}

#overview section:nth-of-type(even) {
    width: 38%;
    margin-top: 1em;
    float: right;
    font-size: .9em;
    color: #676767;
}

#overview section:nth-of-type(even) h3 {
    font-variant: small-caps;
    text-transform: uppercase;
    color: #676767
}

#overview li:before {
    content: '–'
}

/*genuine*/

#genuine h2 {
	font-size: 1.8em;
margin-bottom: .5em;
line-height: 1.2;
font-weight: 700
}

/*speakers*/

#keynotes, #engineering, #design, #books {
	padding-top: 1em
}

#books {display: none}

#keynotes > h2, #engineering > h2, #design > h2, #books h2, #keynotes > p, #engineering > p, #design > p, #books > p {
	color: #fff;
	text-align: left;
	padding: 0 8%;
	line-height: 1.1
}


#speakers {
	background-color: rgb(80, 52, 125);
	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: #fff;
	text-align: center;
}

#speakers p {
	font-size: .7em
}

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

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

#speakers > h4 {
	font-size: 1em;
	color: #fff;
	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 0 auto;
	background-color:#fff;
	padding: .5em 2%;
	background-image: url("../images/chrome/pale-balls-long.svg");
	background-repeat: repeat-x;
	background-position: 100% 120%;
	background-size: 18px;
	position: relative;
	overflow: auto
}

.speaker-hero img {
width: 40%;
float: right;
display: block;
border-radius: 50%

}

.speaker-hero h3 {
	color: #50347d;
	font-style: italic;
	font-size: 1.6em;
	line-height: 1;
	text-align: left;
	width: 100%;
	margin: .3em auto .2em auto;
	background-image: url('../images/chrome/grey-wave.svg');
	background-position: left 100%;
	background-repeat: no-repeat;
	background-size: 60px auto;
	padding-bottom: .5em;
	
}

.speaker-hero h4 {
	color: #000;
	font-size: 1em;
	line-height: 1.1;
	text-align: left;
	width: 100%;
	margin: .3em auto .8em auto;
	font-family: "freight-big-pro", "Big Caslon",  Palatino, Georgia, serif;	
}

.speaker-hero footer {
	position: static;
	bottom: 0;
	margin: 1em 0 0 0 ;
	padding: 0;
	width: 100%;
	background-color: #fff;
	text-align: left
}

.speaker-hero footer a:link {
	display: inline;
}

#bigideas .speaker-hero footer img {
display: inline;
width: 6%;
margin-left: 5%
}	


#long-speakers > p {
	color: #fff;
line-height: 1.1;
width: 92%;
margin: 1em auto
}

.session:nth-of-type(1), .session:nth-of-type(2), .session:nth-of-type(3) {
	display: block;
	width: 33.33%;
	float: left;
}

.session {
	display: block;
	width: 20%;
	float: left;
	background-color: #50347d;
	cursor: pointer}
	
.session.platform, .session.platform.js {
	width: 16.66%;

}
	
.session:after{
	content: "+";
	position: absolute;
	right: 2%;
	bottom: 4%;
	width: 18px;
	height: 18px;
	text-align: center; 
	line-height: 16px;
	font-size: 18px;
	font-weight: bold;
	font-family: helvetica;
	color: white;
	opacity: .9;
}

.session img {
width: 100%}

.session {
	position: relative;
}


.session .title {
position: absolute;
bottom: 15%;
left: 5%;
width: 95%;
margin: 0 auto;
font-size: 1em;
font-size: 1.5vw;
line-height: 1.5
}


.session:nth-of-type(1) .title, .session:nth-of-type(2) .title, .session:nth-of-type(3) .title{
/* display: inline;*/
font-size: 1.5em;
font-size: 2.3vw;
width: 85%;
}

.title span {
	background-color: #fff;
	color: #e50252;
	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	padding: 0 .2em
}

.session .name {
display: inline-block;
bottom: 4%;
left: 5%;
color: #fff;
/* width: 85%; */
margin: 0 auto;
font-family: "Freight-Micro-Pro", "Helvetica Neue",  Helvetica, Arial,  sans-serif;
font-weight: 100;
font-size: .9em;
}

.session .name span {
	background-color: #000;
	padding: 0 2%
	
}

.session:nth-of-type(1) .name, .session:nth-of-type(2) .name, .session:nth-of-type(3) .name{
display: inline;
font-size: 1em;
width: 85%;
}

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

.speakers-more {
	color: #fff;
	width: 80%;
}

.description {
	opacity: 0;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity: .3s;
	transition: opacity .3s;
	background-color: rgba(0, 0, 0, .7);
	padding: 2%;
	z-index: 10;
	pointer-events: none;
}

.description.showing {
	opacity: 1;
	z-index: 10;
	pointer-events: all
}

.lightbox {
	background-color: #fff;
	overflow: visible;
	margin: 5% 15%;
	height: 80%;
	padding: 1%;
	position: relative
}

.previous, .next {
	position: fixed;
	top: 44%;
	font-size: 3em;
	color: #fff;
	width: 3%
}

.previous {
	left: 11%
}

.next {
	left: 90%
}

.closebox {
	position: absolute;
	top: -2em;
	background-color: #fff;
	height: 2em;
	right: 2em;
	z-index: 12;
	padding: .2em 1em .2em 2em;
	text-transform: uppercase;
	font-variant: small-caps;
	color: #50347d;
	font-size: .9em;
	font-weight: 600;
	background-image: url('../images/chrome/cross.svg');
	background-position: 10% 35%;
	background-repeat: no-repeat;
	background-size: auto 40%;
	cursor: pointer
}


.description h4 {
	color: #e50252;
	font-weight: 600;
	font-size: 1.5em;
	line-height: 1.1;
	margin-bottom: .2em
}

.tags {
display: none}

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

.speaker-details h4 span {
	display: block
}

.speaker-details h4 .speaker-role {
	font-size: .7em;
	font-family: "Freight-Sans-Pro", "Helvetica Neue",  Helvetica, Arial,  sans-serif;
	font-weight: 500
	
}

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

.abstract p {
	font-size: .7em;
	line-height: 1.2
}

.abstract a:link, .abstract a:visited {
	font-size: .9em;
	color: #50347d
} 

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

#long-speakers > h3 {
	color: #fff;
	line-height: 1.1;
	width: 92%;
	margin: 1em auto
}

#long-speakers > a:link, #long-speakers > a:visited  {
		display: block;
		text-decoration: none;
		color: #000
}
#register {
    margin-top: 2em
}

#register table {
    display: none
}

#register h2 {
    line-height: .9;
    margin: 0 0 .4em;
    font-size: 2.6em;
}

#pricing-brief {
    text-align: center;
    font-size: 0.9em;
}

#pricing-brief h3 {
    font-size: 2em;
    border-top: 1px solid #dedede;
    margin-top: 0.2em;
    padding-top: 0.2em;
}

#pricing-brief h3:nth-of-type(1) {
    color: #dc982c;
}

#pricing-brief h3:nth-of-type(2) {
    color: #5c5f71;
}

#pricing-brief h3:nth-of-type(3) {
    color: #4f7c62;
}

#pricing-brief h4 {
    text-transform: uppercase;
    color: #676767;
    font-weight: 700;
    font-size: 0.9em;
}

#pricing-brief li {
    color: #777;
}

#pricing-brief li.current {
    font-weight: 700;
    color: #000;
}

#register a:link, #register a:visited {
text-decoration: none;
display: inline-block;
padding: .2em .5em;
text-transform: uppercase;
font-weight: 700;
font-size: 1.1em;
border-radius: 3px;
color: #fff;
margin-top: 0.3em;
width: 80%

}

#register p:nth-of-type(1) a:link, #register p:nth-of-type(1) a:visited {
    background-color: #dc982c;
}

#register p:nth-of-type(2) a:link, #register p:nth-of-type(2) a:visited {
    background-color: #5c5f71;
}

#register p:nth-of-type(3) a:link, #register p:nth-of-type(3) a:visited {
    background-color: #4f7c62;
}

#register .current {
    font-size: 1.2em;
    font-weight: 400;
    color: #000
}

#register .price {
    font-size: 1.3em;
}

#workshop {
    margin-top: 4em;
}

#workshop h2 {
    margin-left: 0;
    margin-right: 20px;
    padding-top: 20px;
    width: 30%;
    float: left;
    line-height: 1;
    font-size: 2.7em;
    font-size: 4vw;
    border-top: solid rgb(215, 219, 226) 4px
}

#workshop-details {
    width: 67%;
    float: left;
    border-top: solid rgb(215, 219, 226) 4px;
    padding-top: 16px;
    font-size: .9em;
    color: #676767
}

#workshop-details img {
    width: 20%;
    float: right;
    margin-left: 4%
}

#workshop-takeaways {
    width: 30%;
    float: right
}

#workshop-details a:link, #workshop-details a:visited {
    text-decoration: none;
    background-color: #a799be;
    color: #fff;
    font-variant: small-caps;
    text-transform: uppercase;
    font-size: .9em;
    padding: .4em .4em;
    display: inline-block;
    margin: .5em 0
}

#workshop-learnings {
    width: 58%;
    float: left;
    margin-right: 6%;
}

#workshop-takeaways {
    width: 34%;
    float: left;
}

#workshop h3 {
    font-variant: small-caps;
    text-transform: uppercase;
    font-size: .9em;
    color: #404040
}

#pricing-more h2 {
    font-size: 1.7em;
    margin: 0.3em 0 0;
}

#pricing-more h3 {
    font-size: 1.3em;
    margin: 0.1em 0 0.1em;
}

#pricing-more strong {
    background-color: #e5efee;
    border: 1px solid #4f7c62;
    color: #4f7c62;
    text-transform: uppercase;
    padding: 0.1em 0.2em;
    font-size: 0.85em;
    margin: 0 0.2em;
}

#pricing-teams {
    font-size: 0.9em;
}

#venue {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #1d4fa8;
    padding: 3em 8%
}

#venue>* {
    color: #fff
}

#venue p {
    font-size: .9em;
}

#venue h2 {
    font-weight: 500;
    color: #fff;
    font-size: 1.2em
}

#venue h3 {
    font-variant: small-caps;
    text-transform: uppercase;
    font-weight: 500;
    font-size: .9em;
    line-height: 1.1;
    color: #fff
}

#venue h3+p {
    margin-top: 0
}

#venue .details {}

#last-year {
    display: none
}

#about {
    margin-top: 3em;
}

#aboutus {
    width: 60%;
    float: left
}

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

#johnallsopp h3 {
    font-variant: small-caps;
    text-transform: uppercase;
    font-size: .9em;
    color: #676767
}

#partners h2, #meetup h2 {
    font-size: 2.9em;
    color: #5c5f71
}

#partners h3, #meetup h3 {
    font-family: "Freight-Sans-Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600
}

#our-partners h3, #community-partners h3. #meetups h3 {
    font-variant: small-caps;
    text-transform: uppercase;
    font-size: .9em;
    color: #676767;
    margin: 0 0 1.6em 0
}

#our-partners>section, #meetups > section {
    margin-left: 5%;
    margin-top: 2em
}

#our-partners img, #meetups img {
    width: 100%
}

#our-partners, #meetups {
    width: 100%;
    margin-bottom: 2em
}

#partners img, #meetup img {
    width: 100%
}

#our-partners .major-partner, #meetups .major-partner {
    margin-bottom: 2em
}

#our-partners h3, #meetups h3 {
    font-variant: small-caps;
    text-transform: uppercase;
    font-size: .9em;
    color: #676767;
    margin: 1.6em 0
}

#community-partners {
    overflow: auto;
    margin-bottom: 2em
}

.community-partner {
    width: 40%;
    float: left;
}

.community-partner:nth-of-type(even) {
    margin-left: 15%
}

#code {
    background-color: #fff;
    color: #000;
    text-align: center;
    width: 80%;
    margin: 0 auto
}

#code h2 {
    color: #3872DC;
    font-size: 3em;
    line-height: 1;
    margin-top: 1em
}

footer {
    font-size: 1.1em;
    color: #999;
    background-color: #202020;
    width: 84%;
    padding: 3em 8% 0 8%;
    overflow: hidden;
    display: block
}

footer>section {
    width: 66%;
    margin: 0 auto 2em auto
}

footer h3 {
    font-variant: small-caps;
    text-transform: uppercase;
    font-size: inherit;
    font-weight: 500;
    color: #999;
    font-family: "Freight-Sans-Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

footer>p {
    clear: both;
    width: 100%;
    margin-bottom: 2em;
    text-align: center
}

#promise {
    padding: 2em 0;
    clear: both;
    background-color: #2b424e;
    overflow: hidden;
    color: #fff;
    margin-top: -1em
}

#promise #promise-details {
    width: 80%;
    margin: 1em auto
}

#promise blockquote {
    font-family: "freight-big-pro", "Big Caslon", Palatino, Georgia, serif;
    width: 80%;
    margin: 1em auto 0 auto;
    font-size: 2em;
    text-align: left;
    color: #fff;
    font-style: italic
}

#promise blockquote p {
    line-height: 1;
    margin-bottom: 0
}

#promise blockquote p:last-child {
    color: #fffefe;
    margin-top: 0
}

#promise blockquote cite {
    font-size: .5em;
    font-family: "freight-display-pro", Georgia, Helvetica, Arial, sans-serif;
    display: block;
    text-align: left;
    font-style: italic;
}

#promise-details ul {
    padding-left: 0;
}

#promise-details h3 {
    margin-top: 1em;
    font-style: normal;
    font-weight: 600;
    color: #fff;
    font-family: "Freight-Sans-Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#promise-details h2:first-of-type {
    margin-top: 0;
}

#promise-details p {
    font-size: 1.1em;
    margin-top: 1em
}

#testimonials {
    padding: 2em 8%;
    background-color: #3873db;
    overflow: hidden;
    color: #fff
}

#testimonials h3 {
    display: none
}

.testimonial img {
    width: 25%;
    float: left;
    margin-bottom: 14%;
    margin-right: 5%;
    border-radius: 50%
}

.testimonial blockquote {
    font-size: 1em;
    color: #fff;
    margin-right: 2%;
    display: inline-block;
    font-weight: 600;
    line-height: 1.3;
    width: 66%
}

.testimonial p {
    font-size: .9em;
    font-weight: 300;
    line-height: 1.1;
    color: #fff;
    margin-top: .5em
}

.testimonial {
    width: 100%;
    margin: 0 auto;
    vertical-align: baseline;
    clear: both
}

#about {
    margin-top: 3em;
    margin: 0;
    overflow: hidden;
    background-color: #fff
}

#about h2 {
    font-family: "freight-display-pro", Georgia, Helvetica, Arial, sans-serif;
    color: #cf3000;
    font-size: 3em
}

#aboutus {
    width: 100%;
}

#aboutus p {
    font-size: 1.1em;
    margin-bottom: 1.5em;
}

#johnallsopp {
    width: 100%;
    font-size: 1em
}

#johnallsopp h3 {
    font-variant: small-caps;
    text-transform: uppercase;
    font-size: .9em;
    color: #676767
}

#johnallsopp img {
    width: 25%;
    float: right;
    margin: 0 0 5% 5%
}

#signup {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

#signup>img:first-of-type {
    width: 100%;
    margin-top: -95%;
    display: block;
}

#signup>h2:first-of-type {
    font-size: 2em;
    margin-top: 1em;
    font-weight: 600;
    line-height: 1.1
}

#signup>* {
    width: 100%;
    margin: 0 auto;
    font-weight: 200;
    text-align: left;
}

#signup form {
    margin: 2em auto
}

#signup>p, #signup form {
    padding: 0 3%;
    line-height: 1.3;
    font-size: 1.3em
}

#signup label {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

#signup form input {
    width: 80%;
    padding: .6em 2.5%;
    font-size: .9em;
    margin-bottom: .5em
}

#signup form._inline-style ._form-content div input, #signup form._inline-style ._form-content div button {
    width: 100%;
    padding: .6em 2.5%;
    font-size: 1.1em;
    margin-bottom: .5em
}

#signup form input:first-of-type {}

#signup form div.sign {
    text-align: left;
    margin-right: 0%;
    margin-top: .5em;
    width: 100%
}

#signup form p {}

#signup form button, #signup form input[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    color: #fff;
    background-color: #205A95;
    font-size: .9em;
    font-weight: 600;
    padding: .5em .8em;
    font-family: "Freight-Sans-Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 86%;
    padding: .6em 2.5%;
    font-size: .9em;
    margin: 0 0 .5em 0
}

#signup form button:disabled, #signup form input[type="submit"]:disabled {
    opacity: .4;
}

#signup a:link, #signup a:visited {
    color: #8C0000
}

#signup form button:enabled {
    opacity: .9
}

#signup form button:enabled:hover {
    opacity: 1
}

#signup ul {
	vertical-align: center;
	margin-top: 1em
}


#signup li {

	display: inline-block;
	width: 40%;
	text-align: center}

/* individual speaker page stuff */

#speaker > header a {
	text-decoration: none
}

#speaker #session-details {
	width: 92%;
	padding: 1em 2%;
	margin: 0 auto;
	background-color: #fff;
	
	 
}

#speaker #session-details h2 {
	display: none
}

#speaker #session-details img {
	display: block;
	float: right;
	width: 40%;
	margin-left: 1%;
	border-radius: 50%
}

#speaker #session-details h3 {
	font-family: "freight-big-pro", "Big Caslon",  Palatino, Georgia, serif;	
	color:  rgb(7, 169, 168);
	font-style: italic;
	font-size: 3em;
	line-height: 1.1;
	text-align: left;
	width: 100%;
	margin: .3em auto .2em auto;
	background-image: url('../images/chrome/grey-wave.svg');
	background-position: left 100%;
	background-repeat: no-repeat;
	background-size: 60px auto;
	padding-bottom: .5em;}
	
#speaker #session-details h4 span {
	display: block
}

#speaker #session-details h4

{font-size: 1.6em;
color: #000;
text-align: left;
font-family: "Freight-Sans-Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 1;
margin-top: .4em;
margin-bottom: 1em;
margin-left: 0}

#speaker #session-details h4 .speaker-role {
	font-size: .7em;
	font-family: "Freight-Sans-Pro", "Helvetica Neue",  Helvetica, Arial,  sans-serif;
	font-weight: 500;	
}

#speaker #session-details p {
	font-size: 1.4em
}

#speaker #speaker-details h3 {
font-family: "freight-big-pro", "Big Caslon", Palatino, Georgia, serif;
color: #2B3D46;
font-size: 2em;
text-align: left;
font-style: normal;
margin: .5em auto .5em auto
}

#speaker #registration-details h3 {

display: block;
font-family: "freight-big-pro", "Big Caslon", Palatino, Georgia, serif;
color: #940800;
font-size: 2.6em;
text-align: left;
font-style: italic;}

#registration-details a:link, #registration-details a:visited {
	display: inline-block;
	color: #fff;
	background-color:  rgb(7, 169, 168);;
	text-decoration: none;
	padding: .2em 5%;
	border-radius: 3px;
	font-weight: 500;
	width: 90%;
	text-align: center;
	transition: .2s background-color;
	margin-top: 1em
}


#about-event {
	margin-top: .5em;
	padding: 3em 4%;
	background-color: #2E424B;
	color: #fff;
	width: 92%
}

#about-event h3 {
	color: #fff;
	font-family: "Freight-Sans-Pro", "Helvetica Neue",  Helvetica, Arial,  sans-serif;
	font-weight: 600;
	font-size: 1.6em;

}

#about-event h2 {
	color: #fff;
	font-weight: 600;
	font-size: 2em;
	width: 100%;
	line-height: 1.1;
	margin-bottom: .4em
}

#about-event p{
	width: 100%;
	font-size: 1.2em;
	line-height: 1.25
}

#about-event p:last-of-type {
	margin-top: 2em;
	width: 100%
} 

#about-event a:link, #about-event a:visited {
	margin: 2.5em auto;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	border-radius: 3px;
	padding: .4em 1em;
	margin-right: 1.5em;
	transition: .2s background-color;
	display: block;
	width: 80%;
	margin: 1em auto
} 

#about-event a:hover {
	background-color: rgba(255, 255, 255, .3)
}

#about-event a:first-of-type, #about-event a:nth-of-type(2) {
	background-color: #fff;
	color: #2E424B;
	border: solid 2px #fff;
}


/*schedule*/

.schedule header {
	padding-bottom: 2em
}

.schedule main {
	margin-top: -2.5em
}

.day {
	overflow: hidden
}

#schedule {
	background-color: #311d53;
}

#schedule h2 {
	width: 100%;
	margin: .5em 15% 0 30%;
	font-size: 2.4em;
	color: #7ACEF9;
	padding-top: .5em
}

#schedule ul {
	color: #fff;
	width: 100%;
	margin: 0 15% 1em 30%;
}


#schedule img {
	border-radius: 50%
}

#schedule .engineering, #schedule .design {
	width: 40%
}

#schedule .engineering {
	float: left
}

#schedule .design {
	float: right
}

#schedule .plenary {
	/*clear: both*/
}


.des-track, .eng-track, .plenary {
	width: 80%;
	float: left
}

/*#schedule .session .des-track .image, #schedule .session .eng-track .image {
width: 15%;
margin-left: 2%;
margin-right: 2%
} */

.plenary, .social {
	width: 80%
}

#schedule .session {
	width: 100%;
	padding: 1em 5%;
	color: #fff;
	background-image: url("../images/chrome/vertical-line.svg");
	background-repeat: repeat-y;
	background-position: 7.7%;
}

#schedule .session:first-of-type {
		background-position-y: 80px;
		background-repeat: no-repeat
}

#schedule .session:last-of-type {
		background-position-y: -440px;
		background-repeat: no-repeat
}


#schedule .session .time, #schedule .session .image, #schedule .session .details{
	display: inline-block;
	vertical-align: top
}

#schedule .session .time {
width: 90%;
text-align: left;
font-size: 1.2em;
margin-bottom: .5em;
padding-left: 8%;
font-weight: 500 
}

#schedule a + a > section {
	margin-top: 1em
}

#schedule .session .image {
width: 10%;
text-align: center;
margin-right: 2%}

#schedule .session .image img {
	width: 100%
}

#schedule .housekeeping {
	background-color: #321C53
}

#schedule .housekeeping .image img {
	width: 70%
}

#schedule .session .details {
	width: 80%
}

#schedule .session .details p {
display: none}

#schedule .session .details p:first-of-type {
	display: block 
}

.session h3 {
	color: #7ACEF9;
	font-family: "Freight-Sans-Pro", "Helvetica Neue",  Helvetica, Arial,  sans-serif;
	font-weight: 500;
	font-size: 1.1em;
	line-height: 1	
}
.session h4 {
	color: #fff;
	font-family: "Freight-Sans-Pro", "Helvetica Neue",  Helvetica, Arial,  sans-serif;
	font-weight: 500;
	font-size: .8em;
	line-height: 1.1
}


.housekeeping h4 {
	display: none
}

.session.content {
	background-color: #3b245d
}

.session .abstract {
	width: 100%;
	font-size: .9em;
	padding: 0;
	background-color: transparent;
	display: block
}

.session .name {font-weight: 600}

.session .abstract p {font-size: 1em}

/*summit*/

#ai {
 background-color: #c91b2d;
 color: #fff;
 padding-top: 2em;
 padding-bottom: 2em;
 background-image: url('../images/chrome/opaque-dark-plusses.svg');
 background-repeat: no-repeat;
 background-size: auto 60%;
 background-position: 1%;
 
 }

#ai h1 {
	text-align: right
}


#ai h2, #ai h3 {
	color: #fff
}

#ai h2 {
font-size: 2em
}


/* leaders */

#culture {
 background-color: #1C8800;
 color: #fff;
 padding-top: 2em;
 padding-bottom: 2em;
 background-image: url('../images/chrome/opaque-dark-plusses.svg');
 background-repeat: no-repeat;
 background-size: auto 80%;
 background-position: 1%;
}

#culture h2, #culture h3 {
	color: #fff
}

#culture h2 {
font-size: 2em
}

#culture h3 {
font-size: 1.2em
}

#about-culture {
	display: inline-block;
	width: 90%
}

/*ctb*/

#ctb img {
	width: 100%
}

/*diversity*/

#diversity {
    padding: 2em 8%;
    background-color: #205A95;
    overflow: hidden;
    color: #fff
}

#diversity h2, #diversity h3 {
	color:#fff;
	line-height: 1.1
}

#diversity h2 {
	font-size: 2.7em
}

#diversity h3 {
	font-size: 2em;
	margin-top: .5em
}

#diversity a.register:link {
display: block;
color: #fff;
background-color: rgb(7, 169, 168);
text-decoration: none;
padding: .2em 1em;
border-radius: 3px;
font-weight: 700;
margin-right: 1em;
margin: 2em auto 0 auto;
width: 80%;
text-align: center
}
