/* Wider Layout */
.container {
    margin: 0 auto;
    width: 90%;
    max-width: 1210px;
}
.page .section {
    width: 97.5%;
    margin-right: 0;
    margin-left: 2.5%;
}
.main {
    float: right;
    margin-top: -10px;
    margin-right: 5px;
    margin-bottom: -10px;
    width: 70%;
    background-color: #FFF;
    -moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.25);
}
.aside {
	width: 27.7%;
	float: left;
    padding-left: 0;
}
@media all and (min-width: 70em) {
    .main .primary {
        float: right;
        width: 68%;
    }
    .main .secondary {
        float: left;
        width: 30%;
        border: none;
        padding-top: 0;
        margin-top: 8px;
    }
    .secondary .bio {
        margin-left: 0;
    }
    .secondary img {
        float: none;
        min-width: 100%;
        padding-top: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 0;
    }
}

.sponsors {
    overflow: hidden;
}
.third-party {
    float: left;
    width: 60%;
}
.brighton {
    float: right;
    width: 30%;
}
.date {
    font-size: 14px;
    position: absolute;
    top: 1em;
    right: 0;
}

/* @group Logo */

.mast {
    position: relative;
}
.mast h1 {
    padding-top: 0.6em;
    width: 40%;
    max-width: 500px;
    margin-left: 2.5%;
    margin-right: 0;
    padding-bottom: 1em;
}
@media all and (max-width: 63em) {
    .mast h1 {
        padding-bottom: 2.5em;
    }
}

/* @end Logo */

/* @group Main Nav */

.main-nav {
    position: absolute;
    bottom: 2em;
    right: 0;
}
.mast .main-nav li {
    width: auto;
    margin: 0 1.8em 0 0;
}
.main-nav li:last-child {
    margin-right: 10px;
}
.main-nav a {
    padding: 0.2em 0;
    text-transform: uppercase;
    font-size: 18px;
    background: transparent;
}
.register a:link,
.register a:visited,
.register a:hover,
.register a:focus,
.register a:active {
    text-transform: uppercase;
    padding: 0.2em 0.8em;
    margin-right: 0;
    background-color: #FF3333;
    color: #FFF;
    text-shadow: 0 -1px rgba(204,0,0,0.75);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px #CC0000, inset 0 0 0px 1px #E22;
    -moz-box-shadow: 0 1px #CC0000, inset 0 0 0px 1px #E22;
    box-shadow: 0 1px #CC0000, inset 0 0 0px 1px #E22;
    background: -moz-linear-gradient(#E22, #FF3333, #E22);
    background: -webkit-gradient(linear, left top, left bottom, from(#E22), color-stop(50%, #FF3333), to(#E22));
    background: linear-gradient(#E22, #FF3333, #E22);
}
.date {
    margin-right: 10px;
}

/* @end Main Nav */

/* @group Speaker List */

aside h1 {
    padding-top: 0.5em;
    display: block;
    clear: none;
}
.aside-list {
    display: block;
}

/* @end Speaker List */

/* @group Speaker Paging */

.paging {
    display: none;
}

/* @end Speaker Paging */

/* @group Location Tips */
.location-tips .column {
    float: left;
    width: 33.33%;
}

/* @end Location Tips*/

/* @group News */

.news {
    margin-left:0;
    width: auto;
}
.news h1 {
    width: 25%;
    float: left;
}
.news .posts {
    width: 75%;
    float: right;
    margin-top: 0;
}
.news .post {
    float: left;
    width: 30.3%;
    margin-right: 3%;
}

/* @end News */

/* @group Footer */

.additional-nav {
    position: relative;
    top: 25px;
}
.presented-by h1 {
    margin-top: 1.333em;
}
.presented-by img {
    width: 250px;
}

/* @end Footer*/

/* @group Home Page */

.home-page {
    padding-left: 8px;
}
.speaker-lineup {
    width: 59.01%;
    float: left;
    line-height: 1;
    padding: 0;
    clear: none;
}
.speaker-lineup a {
    width: 33.3%;
}
.details {
    display: block;
    position: absolute;
    top: 101%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 8px;
    margin: 0;
    background-color: #111;
    background-color: rgba(0,4,0,0.80);
    font-size: 14px;
    color: #B8B8B8;
    font-size: 13px;
    font-family: Palatino, "Georgia", "Times New Roman", serif;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.details strong {
    font-family: "Oblik Bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    display: block;
    color: #87BA00;
    margin-bottom: 0.2em;
}
a:hover .details,
a.touched .details {
    top: 60%;
}
.leader {
    width: 36.52%;
    margin-right: 2%;
    float: right;
    padding: 0;
}
.leader h1 strong {
    font-size: 57px;
}
.blurb {
    width: 36.52%;
    position: absolute;
    bottom: 32px;
    right: 2%;
}

@media all and (min-width: 70em) {
    .leader h1 {
        font-size: 42px;
    }
    .leader h1 strong {
        font-size: 72px;
    }
    .blurb p:first-child {
        font-size: 22px;
        line-height: 1.272;
    }
}

@media all and (max-width: 60em) {
   .speaker-lineup {
       width: 50%;
   }
   .leader {
       width: 45.2%;
   }
   .speaker-lineup a {
       width: 50%;
   }
   .speaker-lineup a:nth-child(1n+7) {
		width: 33.333%;
	}
	.speaker-lineup a:nth-child(1n+7):hover .details,
	.speaker-lineup a:nth-child(1n+7).touched .details {
	    top: 30%;
	}
   .blurb {
       width: 45.2%;
   }
}

/* @end Home Page*/
