
.navbar-inner {
    min-height: 0px;
}

#masthead .brand {
    padding: 20px 20px 18px;
}

#masthead .brand img {
    height: 47px;
    width: 210px;
}

/*.super-hero-unit figure figcaption {*/
    /*top: 43%;*/
/*}*/

.super span {
    display: block;
    font-size: 36px;
}

.primary-button-container {
    margin-bottom: 0px;
}

.primary-button-container li {
    cursor: pointer;
}

.primary-button-container h3 {
    margin-bottom: 0px;
}

.registration-row {
    display: table;
}

.registration-row > .span6 {
    display: table-cell;
    float: none;
}

.registration-row > .span6:nth-child(2) {
    vertical-align: middle;
    text-align: center;
}

.btn-primary.btn-blue {
    background-color: #0076BF;
    background-image: linear-gradient(to bottom, #007CBF, #006FBF);
}

.btn-primary.btn-blue:hover {
    background-color: #006FBF;
}

.btn-register {
    position: relative;
    padding: 31px 39px;
    font-size: 28px;
}

.navbar .nav > li > a.register-link {
    color: #a24343;
}

.speaker-headshot.round-box.no-rounded .box-inner::after {
    box-shadow: none;
}

.workshop-speaker {
    margin-top: 20px;
}

.blockquote-well blockquote {
    border-color: transparent;
    margin-bottom: 40px;
}

.blockquote-well blockquote small {
    font-size: 95%;
}

section#workshops ul.row-fluid > li > .well {
    min-height: 115px;
}

section#partners .logos > li {
    height: 150px;
    line-height: 150px;
    text-align: center;
}

section#partners .logos > li img {
    max-width: 70%;
}

table.agenda-grid > thead > tr > th {
    text-align: center;
}

table.agenda-grid > tbody > tr > td {
    width: 16%;
    text-align: center;
}

table.agenda-grid > tbody > tr > td + td {
    width: 42%;
    text-align: left;
}

ul.lead li {
    line-height: inherit;
}

@media (max-width: 1138px) {
    section#workshops ul.row-fluid > li > .well {
        min-height: 160px;
    }
}

@media (max-width: 979px) {
    section#workshops ul.row-fluid > li > .well {
        min-height: 160px;
    }

    table.agenda-grid thead {
        display: none;
    }

    table.agenda-grid, table.agenda-grid tbody, table.agenda-grid tr {
        display: block;
    }

    table.agenda-grid > tbody > tr > td, table.agenda-grid > tbody > tr > td + td {
        display: inline-block;
        width: 100%;

    }
}

@media (max-width: 767px) {
    .super-hero-unit figure figcaption {
        margin-top: -30px;
    }

    .super span {
        font-size: 24px;
    }

    .registration-row {
        display: block;
    }

    .registration-row > .span6 {
        display: block;
    }

    .btn-register {
        position: static;
        transform: inherit;
    }

    .thumbnails.headshots > .span2:nth-child(2n+1),
    .thumbnails.headshots > .span3:nth-child(4n+1),
    .thumbnails.headshots > .span4:nth-child(3n+1) {
        clear: none;
    }

    section#workshops ul.row-fluid > li > .well {
        min-height: inherit;
    }
}

@media (max-width: 480px) {
    #masthead .brand img {
        height: 40px;
        width: 180px;
    }

    .super-hero-unit figure figcaption {
        margin-top: -23px;
    }

    .super span {
        font-size: 18px;
    }

    .thumbnails.headshots > .span2:nth-child(2n+1),
    .thumbnails.headshots > .span3:nth-child(4n+1),
    .thumbnails.headshots > .span4:nth-child(3n+1) {
        clear: both;
    }
}

@media (max-width: 320px) {
    #masthead .brand img {
        height: 36px;
        width: 160px;
    }

    .super-hero-unit figure figcaption {
        margin-top: -13px;
    }

    .super span {
        font-size: 12px;
    }
}