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

body {
    max-width: 1280px;
    margin: 0 auto
}

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:  rgb(7, 169, 168);
}

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

body>* {
    display: none;
}

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

nav#site {
    padding: .4em 0
}

nav#site ul li {
    display: inline-block;
    width: auto;
    margin-right: 1em;
    font-weight: 500;
}

nav#site ul li:first-of-type {
    width: 15%;
    font-weight: 900;
    background-image: url('../images/chrome/wdlogo.svg');
    background-repeat: no-repeat;
    background-size: 1em;
    padding-left: 2.5em;
    background-position: 1em 50%;
    margin-left: 1em
}

nav#site ul li a:link, nav#site ul li a:visited {
    color: inherit;
    text-decoration: none;
}

.past {
    color: #676767
}

nav#site ul li.current {
    font-weight: 600;
    position: relative;
    color: #13C2BB
}

nav#site ul li.current:after {
    width: .8em;
    height: .8em;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 2em;
    z-index: 10;
    left: 0;
    content: ' ';
    -webkit-transform: translateX(160%) rotate(45deg);
    transform: translateX(160%) rotate(45deg)
}

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

header h1 {
    color: #fff;
    text-align: left;
    line-height: 1;
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content;
}

header h1 {
    margin-left: auto;
    margin-right: auto;
    font-size: 4em;
    font-size: 9vw;
    margin-bottom: .7em;
}

header h1 span {
    display: block;
    outline: solids lime 1px
}

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

#event-name {
    font-size: 1em;
    display: block;
    line-height: .8
}

#event-year {
    font-size: .35em;
    display: inline-block;
    text-transform: capitalize;
    text-align: right;
    float: right
}

.event-tag {
    font-family: "Freight-Sans-Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .2em;
    display: inline-block;
    float: left;
    padding-top: .4em;
    font-weight: 500;
    padding-left: .5em
}

header h2 {
    font-size: 2em;
    font-size: 2.7vw;
    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: .7em
}

header h2 .venue {
    font-size: .6em
}

header h2 strong {
    font-weight: 900
}

header h3 {
    font-size: 2em;
    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: 56%;
    font-size: 2.2em;
    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
}

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

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

header h3 {
    font-size: 2em;
    font-size: 1.6vw;
    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: 2em;
    font-size: 2vw;
    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: 56%;
    margin: 1em auto;
    padding: 1em 0;
    text-align: center;
    font-size: 1.2em
}

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;
    font-weight: 600
}

a+button, a.email {
    background: transparent;
    color: #fff;
    border: solid thin #fff;
    margin-left: 2em
}

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

header .speaker-logos {
    width: 80%;
    margin: 4em auto 14em auto
}

header .speaker-logos li {
    display: inline-block;
    width: 20%;
    margin-right: 4%
}

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

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

#speaker nav.page {
    display: none
}

nav.page li {
    display: inline-block;
    width: 8%;
    text-align: center;
    margin-right: 2%;
    color: #fff;
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content;
}

nav.page li:first-child {
    width: 50%;
    text-align: left;
    margin-right: 1%;
    font-size: 1.2em
}

nav.page li:first-child span {
    font-size: .8em;
    margin-left: 1%
}

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:first-of-type a:link {
    font-family: "freight-big-pro", "Big Caslon", Palatino, Georgia, serif;
    font-size: 1.6em;
    font-weight: 100
}

nav.page li:last-of-type a:link, nav.page li:last-of-type a:visited {
    color: #fff;
    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);
}

main {
    font-size: 1.1em;
    background-color: rgb(195, 66, 25);
    background-color: #fff;
    overflow: hidden
}

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

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

#why-and-who {
    background-color: fff;
    overflow: auto;
    padding: 0;
    font-size: 1.07em;
    background-image: url('../images/chrome/left-balls.svg');
    background-repeat: no-repeat;
    background-position: 1em 3.6em;
    overflow: auto
}

#reasons {
    width: 40%;
    float: left;
    margin: 3em 4% 4em 8%;
    padding-right: 4%
}

#who {
    width: 41%;
    float: right;
    margin: 0 0 4em 0;
    padding-right: 0
}

#who ul {}

#who img {
    display: block;
    width: 95%;
    margin: 1em
}

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

#why-and-who h2+p {
    font-size: 1em;
    margin-bottom: 1.4em
}

#why-and-who h3 {
    font-family: "Freight-Sans-Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: .2em;
    font-weight: 600;
    font-size: 1.1em
}

#why-and-who p {
    margin-bottom: .6em;
    line-height: 1.5
}

#why-and-who li {
    margin-bottom: .1em;
    font-size: .95em
}

#tldr {
    float: left;
    margin-left: 20%;
    width: 80%
}

#tldr li {
    line-height: 1.2
}

#tldr li span:first-child {
    font-family: "freight-big-pro", "Big Caslon", Palatino, Georgia, serif;
    font-size: 3em;
    color: #50347d;
    text-align: right;
    display: inline-block;
    width: 30%;
    margin-right: .1em
}

#tldr li span:last-child {
    text-align: left;
    display: inline-block
}

#overview {
    padding-bottom: 14em
}

#overview h2 {
    color: #50347d;
    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: #50347d;
    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*/

/*speaker blocks*/

#keynotes, #engineering, #design, #books {
	overflow: auto
}

#bigideas #keynotes .speaker-hero, #bigideas #engineering .speaker-hero, #bigideas #design .speaker-hero, #bigideas #books .speaker-hero  {
width: 25%;
margin: 0;
display: block;
float: left;
}

#bigideas #books .speaker-hero {
	width: 20%
}

#bigideas .speaker-details {
	width: 90%;
	margin: 0 auto
}


#keynotes {

}



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

#speakers {
	overflow: auto;
	width: 100%;
	font-size: 1.6em;
	padding: 1em 0 0 0;
background-color: rgb(80, 52, 125);
	padding-top: 3em

}


#logos {background-color: #fff;
overflow: auto}

#logos li {
	width: 20%;
	text-align: center;
	display: block;
	float: left
} 

#logos img {width: 80%}


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

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

 #keynotes > p, #engineering > p, #design p, #books p  {
 	margin-bottom: 1em;
 	font-size: .9em
 }


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

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

}

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

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

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


#bigideas {
	background-color: rgb(80, 52, 125);
	padding-bottom: 1em
}

#bigideas > h3 {
	padding: 1em 0 0 8%;
	font-size: 1.4em;
	color: #2C4049
}

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


#bigideas .speaker-hero {
	display: inline-block;
	width: 31%;
	margin-left: .8%;
	background-color: #fff;
	padding: 0;
	font-size: .9em;
	vertical-align: text-top;
	margin-bottom: .5em;
	position: relative
}

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

.speaker-hero footer a:link {
	display: inline;
	margin-right: 4%
}

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


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

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

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

#bigideas a {
	text-decoration: none
}


#bigideas .speaker-hero img {
	width: 100%;
	display: block
}

#bigideas .speaker-hero h3 {
color: #A02E2E;
min-height: 5em;
font-size: .9em;
line-height: 1;
margin-bottom: 1em
}

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

}

#bigideas .abstract {
display: none}

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

#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-height: 22em
}

/* speakers */

#long-speakers {
	background-color: #E1E9EB;
	padding-bottom: 1em
}

#long-speakers > h3 {
	padding: 1em 0 0 8%;
	font-size: 1.4em;
	color: #2C4049
}

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


#long-speakers .speaker-hero {
	display: inline-block;
	width: 23.3%;
	margin-left: 1%;
	background-color: #fff;
	padding: 0;
	font-size: .9em;
	vertical-align: text-top;
	margin-bottom: .5em
}

#long-speakers a {
	text-decoration: none
}


#long-speakers .speaker-hero img {
	width: 100%;
	display: block
}

#long-speakers .speaker-hero h3 {
	color: #294385;
	min-height: 5em
}

#long-speakers .abstract {
display: none}

.speaker-details h4 {
line-height: 1;
margin: .5em auto;
min-height: 4em;
	}
	
#books .speaker-details h4 {
	min-height: 1em	
}

.speaker-name {
	display: block;
	font-size: 1.2em;
	font-family: "freight-big-pro", "Big Caslon", Palatino, Georgia, serif;
	margin-bottom: 0
}


.speaker-role, .speaker-company {
display: block;
font-size: .9em}

.speaker-role {font-size: .6em}


.speaker-role:after{
	content: ", "
}

/*register*/
#register {
margin-top: 3.5em;
font-size: .9em;
padding-top: 5em;
padding-bottom: 2em;
/* closed events don't show pricing*/
display: block;
}


#register h2 {
	font-size: 2.9em;
	line-height: .96;
		color: #8D1A0E
}

#register table {
	border-collapse: separate;
  	border-spacing: 20px 0;
  	width: 100%

}

#register td:nth-of-type(1) {
	font-size: 1.1em
}

#register td:nth-of-type(2) {
		border-collapse: separate;
	  	border-spacing: 50px 0;

}

#register td {
width: 23.3%;
vertical-align: top;
text-align: center;
border-top: 1px solid #dedede;
padding-top: 1.5%
}

#register tr:first-of-type td {
	padding-top: 3%
}


#register tr:first-of-type td:nth-of-type(1) {
	border-top: solid .2em rgb(215, 219, 226)
}

#register tr:first-of-type td:nth-of-type(2) {
	border-top: solid .2em #dc982c
}

#register tr:first-of-type td:nth-of-type(3) {
	border-top: solid .2em #5c5f71
}

#register tr:first-of-type td:nth-of-type(4) {
	border-top: solid .2em #8D1A0E
}

#register h3 {
	font-weight: 900;
	font-size: 2em;
	margin-bottom: .2em;
	color: #8D1A0E
}

#register p {
	line-height: 1.25
}

#register td:nth-of-type(2) h3 {
	color: #dc982c
}

#register td:nth-of-type(3) h3 {
	color: #5c5f71
}

#register td:nth-of-type(4) h3 {
	color: #8D1A0E
}

#register td:nth-last-child(4) {
	width: 30%;
	text-align: left
}

#register td:nth-last-child(4) > h2 {
	width: 90%
}

#register td:nth-last-child(4) {
		/* font-size: .9em */

}

#register h4 {
	color: #67675
	font-weight: 600
}


#register td h4 {
	text-transform: capitalize;
	font-variant: none;
	font-weight: 600;
	font-size: .9em;
	color: #676767;
	margin-bottom: .2em
}

#register td:nth-last-child(4) > h4 span {
	color: #999
}


#register td:nth-last-child(4) > * {
	width: 70%
}

#register td {

	min-height: 1.4em

}

#register td img {
	width: 1.4em
}

#register ul + ul + ul {margin-top: 2em}

.more-info {
font-weight: 100;
}

#register td .register-button {
	text-decoration: none;
	display: inline-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: 80%
}

#register td .register-button h5 {
	color: #fff;
	font-family: "Freight-Sans-Pro", "Helvetica Neue",  Helvetica, Arial,  sans-serif;
		padding: .2em .8em .4em .8em;
}

.register-button a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%
}

/* variants for pricing on front page*/

#register td .register-button ul {
margin: 0;
padding: 0
}

#register td .register-button li {
	text-transform: none;
	font-variant: normal;
	padding: .4em 0;
	transition: .2s background-color;
}

#register td .register-button li:first-of-type {
	padding-top: .4em;
	border-bottom: solid 1px 
}


#register td:nth-of-type(2) h5 {
		background-color: #dc982c;
}

#register td:nth-of-type(2) .register-button li:hover {
	background-color: rgba(220, 152, 44, .3)
}


td:nth-of-type(2) .register-button {
	color: #dc982c
}


#register td:nth-of-type(3) h5 {
		background-color: #5c5f71;
}

#register td:nth-of-type(3) .register-button li:hover {
	background-color: rgba(92, 95, 113, .3)
}

td:nth-of-type(3) .register-button {
	color: #5c5f71
}

#register td:nth-of-type(4) h5 {
		background-color: #8D1A0E;
}

#register td:nth-of-type(4) .register-button li:hover {
	background-color: rgba(141, 26, 14, .3)
}


td:nth-of-type(4) .register-button {
	color: #8D1A0E
}

#register .current {
font-size: 1.1em;
font-weight: 600;
	color: #404040}
	
#register .current strong {
	font-size: 1.2em
}

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

#register .prices {
	color: #676767
}

#register li {
	margin: 0;
	padding: 0 
}

#register tr:nth-of-type(5) td, #register tr:last-of-type td {
	border: none
}

/*register button*/

.register-button {
	text-decoration: none;
	display: inline-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%
}

.register-button h5 {
	color: #fff;
	font-family: "Freight-Sans-Pro", "Helvetica Neue",  Helvetica, Arial,  sans-serif;
		padding: .2em .8em .4em .8em;
}

.register-button a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%
}

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

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

.plusSuper {
    vertical-align: super;
    font-size: 1em
}

#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, #pricing-specials {
    margin-top: 3em;
    overflow: hidden;
    display: block
}

#pricing-more>section, #pricing-specials>section {
    font-size: .9em;
    color: #676767
}

#pricing-more header, #pricing-specials header {
    margin-left: 0;
    margin-right: 20px;
    padding-top: 0px;
    width: 30%;
    float: left;
    border-top: solid rgba(141, 26, 14, .2) 4px;
}

#pricing-more h2, #pricing-specials h2 {
    font-family: "freight-big-pro", "Big Caslon", Palatino, Georgia, serif;
    line-height: 1;
    font-size: 2.7em;
    color: #8D1A0E;
    text-align: left;
    padding-top: 20px;
    padding-bottom: .5em
}

#register .more-info {
    display: none
}

#pricing-more h3, #pricing-specials h3 {
    font-size: 1.7em;
    color: #8D1A0E;
    padding-bottom: 1em;
    font-weight: 900
}

#pricing-more h4, #pricing-specials h4 {
    color: #8D1A0E;
}

#pricing-more li:before, #pricing-specials li:before {
    content: '–'
}

#pricing-more li, #pricing-specials li {
    line-height: 1.2;
    margin-bottom: .4em
}

#pricing-more strong, #pricing-specials strong {
    font-size: 1em;
    color: #8D1A0E
}

#pricing-teams, #pricing-eofy, #pricing-enabling {
    width: 50%;
    float: left;
    padding-top: 20px;
    border-top: solid rgba(141, 26, 14, .2) 4px;
    margin-bottom: 3%;
    margin-right: 20px;
}

#pricing-discount {
	width: 33%;
	float: left;
    padding-top: 20px;
    border-top: solid rgba(141, 26, 14, .2) 4px;
    margin-bottom: 3%;
    margin-right: 20px;
}

#pricing-eofy {
    margin-left: 3%;
}

#pricing-brief {
    display: none
}

#venue {
    background-image: url('../images/chrome/venue-atp.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #1d4fa8;
    padding: 3em 8%;
    height: 40.6vw;
    position: relative
}

#venue>* {
    width: 46%;
    color: #fff
}

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

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

#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 {
    background-color: rgba(0, 0, 0, .6);
    padding: 1em;
    position: absolute;
    bottom: 5%;
    right: 5%
}

#last-year {
    overflow: auto;
    width: 100%;
    font-size: 1.4em;
    padding: 1em 0 0 0;
    background-color: #A02E2E;
    padding-top: 2em
}

#last-year {
    margin-bottom: 2em
}

#last-year>h2, #last-year>p {
    color: #fff;
    text-align: left;
    padding-left: 8%;
    width: 40%;
}

#last-year figure {
    width: 46%;
    float: right;
    color: #fff
}

#last-year figure a:link {
    text-decoration: none
}

#last-year figure img {
    width: 30%;
    display: block;
    text-align: top;
    float: left;
    margin-right: 2%;
    margin-top: .4em
}

#last-year figcaption {
    display: block;
    margin-left: 5%;
    width: 80%
}

#last-year>h2 {
    font-size: 2em;
    margin-bottom: .4em;
    line-height: .9
}

#last-year h3, #last-year #past-speakers {
    clear: both
}

#last-year>p, #last-year figure {
    margin-bottom: 1.2em;
    font-size: .8em;
    line-height: 1.2
}

#last-year figure {
    margin: 0;
    margin-bottom: 3em
}

#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*/

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

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

#partners h3 {
margin-top: 0}

#our-partners  > section, #community-partners  > section {
	margin-left: 5%;
	overflow: auto;
	width: 45%;
	float: left;
	margin-bottom: 5%
}

#our-partners  > section:nth-child(n+1) {
}

#our-partners img {
	width: 100%
}

#partner-details {
	width: 26%;
	float: left
}

#our-partners, #community-partners {
	width: 70%;
	float: right;
	margin-bottom: 4em
}


#our-partners .major-partner img:nth-of-type(2) {
	margin-left: 12%
}



#our-partners .joint-partner img {
	width: 30%;
	float: left;
	margin-top: 5%}

#our-partners .major-partner img:nth-of-type(2) {
	margin-left: 12%
}

#our-partners .exhibitor img {
	width:70%
}

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

.community-partner {
	width: 12%;
	float: left;
	margin-right: 2%
}

.community-partner img {
	width: 100%
}

#code {
    background-color: #fff;
    color: #000;
    padding: 2em 25%;
    text-align: center
}

#code h2 {
    color: #3872DC;
    font-size: 3em
}

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

footer>section {
    width: 16%;
    float: left
}

footer>section:first-of-type {
    float: left;
    margin-left: 8%
}

footer>section:last-of-type {
    float: right;
    margin-right: 0%;
    margin-bottom: 3em
}

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: 50%;
    padding: 0 25%;
    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: 30%;
    float: right;
    margin-right: 10%;
}

#promise blockquote {
    font-family: "freight-big-pro", "Big Caslon", Palatino, Georgia, serif;
    width: 40%;
    float: left;
    margin: 0 5% 0 8%;
    font-size: 2.4em;
    text-align: left;
    color: #fff;
    font-style: italic;
    font-weight: 500
}

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

#promise blockquote p:last-child {
    color: #fffefe;
    margin-top: .5em
}

#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: #262626;
    overflow: hidden;
    color: #fff
}

.testimonial {
    width: 26%;
    float: left;
    margin: 0 6% 0 0;
    vertical-align: baseline
}

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

#testimonials h3 {
    color: #fff;
    width: 65%;
    margin: 0 auto 1.5em auto;
    font-size: 1.2em;
    text-align: center;
    font-style: italic
}

.testimonial:last-childs {
    width: 20%
}

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

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

#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: 55%;
    float: left
}

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

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

#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>* {
    width: 60%;
    margin: 1em auto 3em auto;
    text-align: center
}

#signup form {
    overflow: auto
}

#signup h2 {
    font-size: 2.2em;
    line-height: 1.1;
    margin-bottom: .5em
}

#signup form>div {
    width: 100%;
    display: inline-block
}

#signup form input {
    width: 100%;
    padding: .6em;
    font-size: .9em
}

#signup form>div:first-of-type {
    margin-right: 5%
}

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

#signup form div.sign input {
    width: 66%
}

#signup form button, #signup form input[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    color: #fff;
    background-color: #8C0000;
    font-size: .9em;
    font-weight: 600;
    font-family: "Freight-Sans-Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 3px;
    transition: .2s background-color;
    border: none
}

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

/*add ons*/

#add-ons {
 color: #fff;
	padding: 0;
	background-color: #c91b2d
}

#add-ons h2, #about-reality h3, #about-culture h3 {
	color: #fff
}

#add-ons h2 {
font-size: 2em
}

#add-ons h3 {
font-size: 1.4em;
color: #fff
}

#about-reality, #about-culture {
display: block;
width: 38%;
float: left;
padding-left: 8%;
padding-right: 4%;
padding-top: 2em;
padding-bottom: 2em;

}

#about-reality {
background-color: #c91b2d;
background-image: url('../images/chrome/top-balls.svg') ;
background-repeat: no-repeat;
background-size: auto 65%;
background-position: 1.5% 65%;

}

#about-culture {
background-color: #1C8800;
background-image: url('../images/chrome/opaque-dark-plusses.svg') ;
background-repeat: no-repeat;
background-size: auto 45%;
background-position: 1.5% 30%;
}

.event-name {
	font-weight: 600
}


/*schedule*/

.schedule header {
	padding-bottom: 2em
}

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

#schedule {
	background-color: #311d53;

}

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

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

#schedule  .day > a:link {
	display: block;
	text-decoration: none
}

#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: 40%;
	float: left
}

.des-track {
	margin-left: 5%
}

#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% 1em 0;
	color: #fff;
	/*background-image: url("../images/chrome/vertical-line.svg");
	background-repeat: repeat-y;
	background-position: 18%; */
	clear: both;
	overflow: auto
}

#schedule a:first-of-type .session {
		background-position: 23.15% 20px;
		background-repeat: no-repeat
}

#schedule a:last-of-type .session {
		background-position: 23.15% -500px;
		background-repeat: no-repeat
}


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

#schedule .session .time {
	width: 10%;
	text-align: right;
	float: left
}


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

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

#schedule #eng-track .image img, #schedule #des-track .image img {
	width: 80% 
}

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

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

#schedule .session .details {
	width: 50%;
	font-size: 1.1em
}

#schedule .session .eng-track .details, #schedule .session .des-track .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	
}


.housekeeping h4 {
	display: none
}

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

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

.session .speakerName {font-weight: 600}

nav#event {
	width: 15%;
	margin-left: 8%;
	background-color: #2E424B;
	color: #fff;
	display: inline-block;
	vertical-align: text-top;
	padding-bottom: 1.4em
}

nav#event h2 a {
	text-decoration: none
}

nav#event h3 {
	font-family: "freight-big-pro", "Big Caslon",  Palatino, Georgia, serif;
	color: #929AA8;
	font-size: 1.3em;
	width: 94%;
	text-align: left;
	margin-left: 0;
	margin-top: 1em;
	margin-bottom: .5em
}

nav#event > h3 {
	margin-left: 5%;
	display: none
} 

nav#event li.current:after{
	content: "»";
	margin-left: .5em;
	font-size: 1em	
}
	
nav#event li a {
	text-decoration: none;
	color: #fff;
}

nav#event li {
	color: #9BA8B0;
	font-weight: 500;
	padding-bottom: .5em
}


nav#event 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: #263136
}

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

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

header #session-details h2 {
	background-color:  rgb(7, 169, 168);
}

#session-details h3 {
	width: 100%;
	display: block;
	font-family: "freight-big-pro", "Big Caslon",  Palatino, Georgia, serif;
	color:  rgb(7, 169, 168);
	font-size: 2.6em;
	text-align: left;
	font-style: italic;
	margin-top: 0
}

#session-details h4 {
	width: 100%;
	display: block;
	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
}

#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 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: 60%
}


#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-mores a:link, #session-mores a:visited {
	display: block;
	width: 50%;
	margin: 1.5em auto;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	border-radius: 3px;
	padding: .2em 0
} 

#session-mores a:first-of-type {
	background-color: #fff;
	color: #C7430E
}

#session-mores a:last-of-type {
	border: solid 2px;
	color: rgba(255, 255, 255, .7)
}

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

#session-abstract h4 {
	font-family: "Freight-Sans-Pro", "Helvetica Neue",  Helvetica, Arial,  sans-serif;
	padding-top: 1em;
	color: #000;
	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: "freight-big-pro", "Big Caslon",  Palatino, Georgia, serif;
	color: #2B3D46;
	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: #fff;
	background-color:  rgb(7, 169, 168);
	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: #B73E19
}

/*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: #fff;
	text-align: center
}

.register h5 {
	font-family: "Freight-Sans-Pro", "Helvetica Neue",  Helvetica, Arial,  sans-serif;
		padding: .2em .8em .4em .8em;
	background-color: #fff;
	font-weight: 500
}

.register a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	color: #fff
}

.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: rgba(255, 255, 255, .3)
}

/*about event*/

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

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

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

#about-event p{
	width: 45%;
	font-size: .85em;
	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: .2em 1em;
	margin-right: 1.5em;
	transition: .2s background-color
} 

#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;
}

/*diverse*/

#diverse {	
	margin: 3em 20% 3em 8%;
	overflow: hidden
}

#diverse h2 {
font-family: "freight-display-pro", Georgia,  Helvetica, Arial,  sans-serif;
color: #cf3000; /*burntorange*/
font-size: 2.4em;
line-height: 1.1
}

#diverse h3 {
font-family: "freight-display-pro", Georgia,  Helvetica, Arial,  sans-serif;
color: #cf3000; /*burntorange*/
font-size: 1.8em;
margin-top: .5em;
line-height: 1.1
}

#diverse p { 
	margin: 1em auto
}


#diverse li {
	padding-left: 1em;
	font-size: .9em
}

#diverse a:link, #diverse a:visited {
	text-decoration: underline;
	border: none
}

#diverse img {
display: block;
margin: 1em auto
}

.major-partner {
	width: 50%
}


.minor-partner {
	width: 15%
}
