/*
Theme Name: Eyeo theme
Theme URI: http://wordpress.org/
Description: Eyeo theme based on 2010 theme
Author: Pitch
Version: 1.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style



/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

blockquote {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a img {
    border: none;
}

/* Fonts */

@font-face {
    font-family: Bryant;
    src: url('fonts/Bryant-Regular.otf');
    font-weight: 400;
}

@font-face {
    font-family: Bryant;
    src: url('fonts/bryant-medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: Omnes;
    src: url('fonts/Omnes-Medium.otf');
    font-weight: 500;
}

@font-face {
    font-family: Omnes;
    src: url('fonts/Omnes-Regular.otf');
    font-weight: 400;
}

@font-face {
    font-family: Omnes;
    src: url('fonts/Omnes-Light.otf');
    font-weight: 200;
}

@font-face {
    font-family: Omnes;
    src: url('fonts/Omnes-RegularItalic.otf');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: Omnes;
    src: url('fonts/Omnes-Semibold.otf');
    font-weight: 600;
}


/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
    position: relative;
    width: 100%;
}

#primary,
#secondary {
    float: right;
    overflow: hidden;
    width: 220px;
}

#secondary {
    clear: right;
}

#footer {
    clear: both;
    width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
    margin: 0 auto;
    width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
    margin: 0 auto;
    width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
    font-family: Omnes, sans-serif;
}

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
    font-family: Omnes, sans-serif;
}

pre {
    font-family: "Courier 10 Pitch", Courier, monospace;
}

code {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
    margin: 0 auto;
    background: #fff;
    margin-top: 0px;
}

/* Structure the footer area */
#footer-widget-area {
    overflow: hidden;
}

#footer-widget-area .widget-area {
    float: left;
    margin-right: 20px;
    width: 220px;
}

#footer-widget-area #fourth {
    margin-right: 0;
}

#site-info {
    float: left;
    font-size: 14px;
    font-weight: bold;
    width: 700px;
}

#site-generator {
    float: right;
    width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
    background: #fff;
}

body,
input,
textarea {
    color: #666;
    font-size: 12px;
}

hr {
    background-color: #e7e7e7;
    border: 0;
    clear: both;
    height: 1px;
    margin-bottom: 18px;
}

/* Text elements */
p {
    margin-bottom: 18px;
}

ul {
    list-style: square;
    margin: 0 0 18px 1.5em;
}

ol {
    list-style: decimal;
    margin: 0 0 18px 1.5em;
}

ol ol {
    list-style: upper-alpha;
}

ol ol ol {
    list-style: lower-roman;
}

ol ol ol ol {
    list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0;
}

dl {
    margin: 0 0 24px 0;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 18px;
}

strong,
b {
    font-weight: 400;
}

cite,
em,
i {
    font-style: italic;
}

big {
    font-size: 131.25%;
}

ins {
    background: #ffc;
    text-decoration: none;
}

blockquote {
    font-style: italic;
    padding: 0 3em;
}

blockquote cite,
blockquote em,
blockquote i {
    font-style: normal;
}

pre {
    background: #f7f7f7;
    color: #222;
    line-height: 18px;
    margin-bottom: 18px;
    padding: 1.5em;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

sup,
sub {
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

input[type="text"],
textarea {
    background: #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 2px;
}

a:link {
    color: #ee806c;
    text-decoration: none;
}

a:visited {
    color: #ee806c;
    text-decoration: none;
}

a:active,
a:hover {
    color: #ee806c;
    text-decoration: underline;
}

/* Text meant only for screen readers */
.screen-reader-text {
    position: absolute;
    left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
    padding: 30px 0 0 0;
}

#site-title {
    float: left;
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 18px 0;
    width: 700px;
}

#site-title a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

#site-description {
    clear: right;
    float: right;
    font-style: italic;
    margin: 14px 0 18px 0;
    width: 220px;
}

/* This is the custom header image */
#branding img {
    border-top: 4px solid #000;
    border-bottom: 1px solid #000;
    clear: both;
    display: block;
}


/* =Menu
-------------------------------------------------------------- */

#access {
    background: #000;
    display: block;
    float: left;
    margin: 0 auto;
    width: 940px;
}

#access .menu-header,
div.menu {
    font-size: 13px;
    margin-left: 12px;
    width: 928px;
}

#access .menu-header ul,
div.menu ul {
    list-style: none;
    margin: 0;
}

#access .menu-header li,
div.menu li {
    float: left;
    position: relative;
}

#access a {
    color: #aaa;
    display: block;
    line-height: 38px;
    padding: 0 10px;
    text-decoration: none;
}

#access ul ul {
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    float: left;
    width: 180px;
    z-index: 99999;
}

#access ul ul li {
    min-width: 180px;
}

#access ul ul ul {
    left: 100%;
    top: 0;
}

#access ul ul a {
    background: #333;
    line-height: 1em;
    padding: 10px;
    width: 160px;
    height: auto;
}

#access li:hover>a,
#access ul ul :hover>a {
    background: #333;
    color: #fff;
}

#access ul li:hover>ul {
    display: block;
}

#access ul li.current_page_item>a,
#access ul li.current-menu-ancestor>a,
#access ul li.current-menu-item>a,
#access ul li.current-menu-parent>a {
    color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
    color: #fff;
}


/* =Content
-------------------------------------------------------------- */

#main {
    clear: both;
    padding: 0px 0 0 0;
    margin-bottom: -14px;
}

#content {
    margin-bottom: -14px;
    color: #383838;
}

#content,
#content input,
#content textarea {
    color: #383838;
    font-size: 15px;
}

#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
    margin-bottom: 24px;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
    margin-bottom: 0;
}

#content pre,
#content kbd,
#content tt,
#content var {
    font-size: 15px;
    line-height: 21px;
}

#content code {
    font-size: 13px;
}

#content dt,
#content th {
    color: #000;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    color: #ee806c;
}

#content table {
    border: 1px solid #e7e7e7;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
}

#content tr th,
#content thead th {
    color: #888;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 24px;
}

#content tr td {
    border-top: 1px solid #e7e7e7;
    padding: 6px 24px;
}

#content tr.odd td {
    background: #f2f7fc;
}

.hentry {
    margin: 0;
}

.home .sticky {
    background: #f2f7fc;
    border-top: 4px solid #000;
    margin-left: -20px;
    margin-right: -20px;
    padding: 18px 20px;
}

.single .hentry {
    margin: 0 0 36px 0;
}

.page-title {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 36px 0;
}

.page-title span {
    color: #333;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
}

.page-title a:link,
.page-title a:visited {
    color: #888;
    text-decoration: none;
}

.page-title a:active,
.page-title a:hover {
    color: #ff4b33;
}

#content .entry-title {
    color: #252628;
    font-size: 21px;
    font-weight: 500;
    line-height: 2rem;
    margin-bottom: 0;
    margin-right: 40px;
    text-align: right;
    text-transform: lowercase;
}

#content .entry-title.toggle:before {
    content: '+ ';
    color: #ee806c;
}

.entry-title span {
	padding-left: 0.25em;
}

#pageHeader span {
	padding-left: 0.25em;
}

.entry-title a:link,
.entry-title a:visited {
    color: #000;
    text-decoration: none;
}

.entry-title a:active,
.entry-title a:hover {
    color: #ff4b33;
}

.entry-title a.quickview {
    font-size: 1rem;
    line-height: 1rem;
    vertical-align: top;
    font-weight: 400;
    color: #252628;
}

.entry-title a.quickview:hover {
    color: #ee806c;
}


.entry-meta {
    color: #888;
    font-size: 12px;
}

.entry-meta abbr,
.entry-utility abbr {
    border: none;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover {
    border-bottom: 1px dotted #666;
}

.entry-content,
.entry-summary {
    clear: both;
}

#content .entry-summary p:last-child {
    margin-bottom: 12px;
}

.entry-content fieldset {
    border: 1px solid #e7e7e7;
    margin: 0 0 24px 0;
    padding: 24px;
}

.entry-content fieldset legend {
    background: #fff;
    color: #000;
    font-weight: bold;
    padding: 0 24px;
}

.entry-content input {
    margin: 0 0 24px 0;
}

.entry-content input.file,
.entry-content input.button {
    margin-right: 24px;
}

.entry-content label {
    color: #888;
    font-size: 12px;
}

.entry-content select {
    margin: 0 0 24px 0;
}

.entry-content sup,
.entry-content sub {
    font-size: 10px;
}

.entry-content blockquote.left {
    float: left;
    margin-left: 0;
    margin-right: 24px;
    text-align: right;
    width: 33%;
}

.entry-content blockquote.right {
    float: right;
    margin-left: 24px;
    margin-right: 0;
    text-align: left;
    width: 33%;
}

.page-link {
    color: #000;
    font-weight: bold;
    margin: 0 0 22px 0;
    word-spacing: 0.5em;
}

.page-link a:link,
.page-link a:visited {
    background: #f1f1f1;
    color: #333;
    font-weight: normal;
    padding: 0.5em 0.75em;
    text-decoration: none;
}

.home .sticky .page-link a {
    background: #d9e8f7;
}

.page-link a:active,
.page-link a:hover {
    color: #ff4b33;
}

body.page .edit-link {
    clear: both;
    display: block;
}

#entry-author-info {
    background: #f2f7fc;
    border-top: 4px solid #000;
    clear: both;
    font-size: 14px;
    line-height: 20px;
    margin: 24px 0;
    overflow: hidden;
    padding: 18px 20px;
}

#entry-author-info #author-avatar {
    background: #fff;
    border: 1px solid #e7e7e7;
    float: left;
    height: 60px;
    margin: 0 -104px 0 0;
    padding: 11px;
}

#entry-author-info #author-description {
    float: left;
    margin: 0 0 0 104px;
}

#entry-author-info h2 {
    color: #000;
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 0;
}

.entry-utility {
    clear: both;
    color: #888;
    font-size: 12px;
    line-height: 18px;
}

.entry-meta a,
.entry-utility a {
    color: #888;
}

.entry-meta a:hover,
.entry-utility a:hover {
    color: #ff4b33;
}

#content .video-player {
    padding: 0;
}



/* =Footer
-------------------------------------------------------------- */

#footer {
    margin-bottom: 20px;
}

#colophon {
    border-top: 4px solid #000;
    margin-top: -4px;
    overflow: hidden;
    padding: 18px 0;
}

#site-info {
    font-weight: bold;
}

#site-info a {
    color: #000;
    text-decoration: none;
}

#site-generator {
    font-style: italic;
    position: relative;
}

#site-generator a {
    background: url(images/wordpress.png) center left no-repeat;
    color: #666;
    display: inline-block;
    line-height: 16px;
    padding-left: 20px;
    text-decoration: none;
}

#site-generator a:hover {
    text-decoration: underline;
}

img#wpstats {
    display: block;
    margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
    -webkit-text-size-adjust: 140%;
}

code {
    -webkit-text-size-adjust: 160%;
}

#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
    -webkit-text-size-adjust: 120%;
}

#site-description {
    -webkit-text-size-adjust: none;
}


/************
Custom
*/
*,
*:before,
*:after {
    box-sizing: border-box;
}

.highlightColor {
    color: #ee806c;
}

.darkHighlightColor {
    color: #f3b76c;
}

#headerLinks {
    float: right;
}

#headerLinks ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#headerLinks ul li {
    background: url("images/eyeo/icons/arrowPurple.png") no-repeat 110px 24px;
    border-left: 1px solid #EBEBEB;
    padding: 17px 0 0 9px;
    margin: 0;
    float: left;
    font-size: 13px;
}

#headerLinks ul li.email {
    padding-right: 28px;
    background-position: 145px 24px;
}

#headerLinks ul li.mailingList {
    padding-right: 69px;
    background-position: 106px 24px;
}

#headerLinks ul li.twitter {
    padding-right: 69px;
    background-position: 117px 24px;
}

#headerLinks ul li.twitter a img,
#headerLinks ul li.facebook a img {
    padding-top: 2px;
}

#headerLinks ul li.facebook {
    padding-right: 9px;
    background-position: 135px 24px;
}

#headerLinks ul li a {
    display: block;
    float: left;
    color: #ee806c;
    text-decoration: none;
}

#headerLinks ul li a:hover {
    text-decoration: underline;
}

#headerLinks ul li .text {
    margin-left: 5px;
    margin-bottom: 1px;
}

.headerCustom {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    font-size: 16px;
}

.headerCustom .left {
    position: relative;
    height: 100vh;
    display: flex;
    flex-flow: column;
    align-items: stretch;
    text-align: left;
    z-index: 1;
}

.headerCustom .left .headerBar {
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    flex: 1;
    min-height: 320px;
    font-size: 1em;
    width: 27.5em;
    padding: 3em;
    padding-bottom: 1em;
    background: #252628;
}

.headerCustom .left .headerBar .logo {
    flex: 1;
    width: 13.5em;
    opacity: 0;
    animation: fadeIn 0.25s ease-in-out forwards 0.25s;
}

.headerCustom .left .headerBar .logo img {
    width: 100%;
}

.headerCustom .left .headerBar .info {
    padding: 0;
    opacity: 0;
    animation: fadeIn 0.25s ease-in-out forwards 0.25s;
}

.headerCustom .left .headerBar div.tag {
    font-family: Bryant, sans-serif;
    color: white;
    font-size: 2.25em;
}

.headerCustom .left .headerBar div.tag.date {
    font-size: 3.125em;
    height: 1em;
    line-height: 1em;
    font-weight: 800;
    margin: 0.25rem 0;
}

.headerCustom .left .headerBar div.tag.date img {
    height: 100%;
}

.headerCustom .left .coral-bar {
    height: 33vh;
    max-width: 54vw;
    min-width: 34em;
    background: #f7846c;
}

.headerCustom .left .coral-bar .inner {
    width: 100%;
    height: 100%;
    background-image: url('images/eyeo/home_coral_bar_crop.png');
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
    opacity: 0;
    animation: fadeIn 0.25s ease-in-out forwards 0.75s;
}

.headerCustom .right {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: #fcc06c;
}

.headerCustom .right .orange-bar {
    height: 72vh;
    background: #fcc06c;
    overflow: hidden;
    text-align: center;
    background-image: url('images/eyeo/home_orange_bar_crop.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    animation: fadeIn 0.25s ease-in-out forwards 0.5s;
}

.headerCustom .right .blue-bar {
    height: 28vh;
    background: #2a7096;
}

.headerCustom .right .blue-bar .inner {
    width: 100%;
    height: 100%;
    background-image: url('images/eyeo/home_blue_bar_crop.png');
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
    opacity: 0;
    animation: fadeIn 0.25s ease-in-out forwards 1.0s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#headerCustom2 #logo {
    position: relative;
    margin: 38px 0 0 38px;
}

#headerCustom2 #logo img {
    width: 216px;
}

.headerCustom #speakerButton {
    font-family: Bryant;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 2.25em;
    color: white;
    border: 0.25em solid white;
    padding: 0.35em 0.5em;
    text-align: center;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    background: #252628;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
    animation: fadeIn 0.25s ease-in-out forwards 0.75s;
}

.headerCustom #scrollDownButton {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
    width: 3em;
    height: 2.25em;
    background: url("images/eyeo/scrollDown.svg") no-repeat center center;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
    animation: fadeIn 0.25s ease-in-out forwards 0.75s;
}

#headerCustom2 {
    height: 128px;
}

#footerCustom {
    display: block;
    padding: 60px 12px 10px 12px;
    margin: 0 auto;
}

#footerCustom img {
    width: 100%;
}

#footerCustom #sponsorLbl {
    border-bottom: 1px solid #D7D7D7;
    color: #9B9B9C;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

#footerCustom #sponsorsContainer {
    clear: both;
    margin: 0 5%;
}

#footerCustom #sponsorsContainer #sponsors {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#footerCustom #sponsorsContainer #sponsors div {
    padding: 0 15px 15px 15px;
}

#footerCustom #sponsors .ford {
    margin-top: 4px;
}

#footerCustom #sponsors .visually {
    padding-top: 20px;
}

#footerCustom #sponsors .pivotal {
    margin-top: 6px;
    margin-right: 0 !important;

}

#footerCustom #sponsors .mediaDemoFund {
    margin-right: 0 !important;
    margin-top: -16px;
}

#footerCustom #partnersContainer {
    clear: both;
    margin: 0 5%;
}

#footerCustom #partnerlbl {
    border-bottom: 1px solid #D7D7D7;
    color: #9B9B9C;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

#footerCustom .partners {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#footerCustom .partners div {
    padding: 0 15px 15px 15px;
}

#footerCustom .visPartner {
    padding-top: 2px;
}

#footerCustom .partners .visComplexPartner {
    padding-top: 4px;
}

#footerCustom .oreillyPartner {
    padding-top: 5px;
}

#footerCustom .partners .seditionPartner {
    margin-top: -1px;
}

#footerCustom .partners .apressPartner {
    padding-top: 7px;
    margin-right: 0;
}

#footerCustom .partners .creativeAppsPartner {
    margin-left: -2px;
    margin-top: -6px;
}

#footerCustom .partners .tangible {
    margin-top: -4px;
}

#footerCustom .partners .implex {
    margin-top: 5px;
}

#footerCustom .partners .qwikcast {
    margin-top: -4px;
}

#footerCustom .partners .yamamoto {
    margin-top: 2px;
}

#footerCustom .oblong {
    margin-top: 2px;
}

#footerCustom .postits {
    margin-top: -11px;
}

#footerCustom .partners .rga {
    margin-top: 3px;
}

#footerCustom .partners .mk {
    margin-right: 0;
    margin-top: -9px;
}

#footerCustom .partners .stamen {
    margin-top: 4px;
}

#footerCustom .bloomberg {
    margin-top: 5px;
}

#partnersContainer .partners .sparkfun {
    margin-top: -6px;
}

#partnersContainer .partners .globacore {
    margin-right: 0;
}

#footerCustom #codeEdContainer {
    clear: both;
    margin: 0 5%;
}

#footerCustom #codeEdLbl {
    border-bottom: 1px solid #D7D7D7;
    color: #9B9B9C;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

#footerCustom .codeEdPartners {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#footerCustom .codeEdPartners div {
    padding: 0 15px 15px 15px;
}

#footerCustom .mica {
    margin-top: 0px;
}

#footerCustom .edp {
    margin-top: -10px;
}

#footerCustom .umndesign {
    margin-top: -5px;
}

#partnersContainer .partners .meta {
    margin-top: -8px;
}

#footerCustom .partners #footerCustom hr {
    color: #bcbeb1;
    border: none;
    background-color: #bcbeb1;
    height: 1px;
    margin-bottom: 5px;
}

#footerCustom ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footerCustom ul li {
    float: left;
    font-size: 13px;
    color: #9B9B9C;
    background: url("images/eyeo/icons/arrowDark.png") no-repeat;
    margin-left: 8px;
}

#footerCustom ul li.copyright {
    font-size: 11px;
    float: right;
}

#footerCustom ul li a {
    color: #9B9B9C;
    text-decoration: none;
    float: left;
}

#footerCustom ul li a:hover {
    text-decoration: underline;
}

#mediaKit {
    display: none;
    float: right;
    text-align: center;
    line-height: 11px;
    font-size: 11px;
}

#footerCustom ul li.email {
    padding-right: 56px;
    background-position: 135px 6px;
}

#footerCustom ul li.mailingList {
    padding-right: 56px;
    background-position: 97px 6px;
}

#footerCustom ul li.twitter {
    padding-right: 56px;
    background-position: 108px 6px;
}

#footerCustom ul li.facebook {
    padding-right: 56px;
    background-position: 126px 6px;
}

#footerCustom ul li .text {
    margin-left: 5px;
    margin-bottom: 10px;
}

#footerCustom ul li .image {
    margin-top: 2px;
}

#footerCustom ul li.copyright {
    margin-left: 45px;
    margin-top: 2px;
    background: none;
}

#footerNav {
    background: #383838;
    padding: 2% 3%;
    display: table;
    width: 100%;
}

#footerNav div {
    padding-right: 15px;
    padding-bottom: 15px;
    color: #FFFFFF;
    min-width: 202px;
    display: inline-block;
    vertical-align: top;
    line-height: 1.3em;
}

#footerNav div.smallLogo {
    padding-right: 10px;
}

#footerNav a {
    color: #FFFFFF;
    text-decoration: none;
}

#footerNav ul {
    list-style: none;
    margin: auto;
    text-transform: lowercase;
}

#footerNav ul li:first-child {
    color: #9B9B9C;
    font-size: 115%;
}

.fullWidth {
    width: 100%;
}

#bottomInfo {
    background-color: #EBEBEB;
    margin: 0 auto;
}

#placeholder2012 {
    width: 660px;
    margin: 0 0 0 337px;
    font-size: 15px;
    color: #A7A99B;
}

#placeholder2012 a {
    color: #ee806c;
}

#speakers {
    background-color: #373839;
    flex-wrap: wrap;
    display: flex;
}

#speakers>h2 {
    float: right;
    margin-right: 26px;
    margin-bottom: 3px;
    margin-top: 2px;
    font-weight: 500;
}

#speakers .speaker {
    width: 25%;
    float: left;
    padding-bottom: 2em;
}

#speakers .speaker:nth-child(4n + 1) {
    background: #383838;
}

#speakers .speaker:nth-child(4n + 2) {
    background: #4b4c4d;
}

#speakers .speaker:nth-child(4n + 3) {
    background: #5f6061;
}

#speakers .speaker:nth-child(4n + 0) {
    background: #737474;
}

#speakers .speaker:last-of-type {
    background: none;
}

#speakers .speaker.first {
    margin-left: 0;
}

#speakers .speaker h2 {
    margin: 0.7em 0;
    padding: 0 16px;
    font-size: 150%;
    font-weight: 500;
    color: #f3b76c;
}

#speakers .speaker:last-of-type h2 {
    color: #f4d07c;
}

#speakers .speaker h2 a {
    text-decoration: none;
    color: #f3b76c;
}

#speakers .speaker .descr {
    font-size: 13px;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    margin-bottom: 7px;
    line-height: 1.2em;
    padding: 0 16px;
    font-weight: 200;
}

#speakers .speaker .link {
    margin-bottom: 20px;
    padding: 0 16px;
}

#speakers .speaker .link a {
    color: #f3b76c;
    font-size: 13px;
    text-decoration: underline;
}

#speakers .speaker .link a:hover {
    text-decoration: none;
}

#speakers .speaker .image a {
    display: block;
    width: 100%;
    height: 200px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
}

h1,
h2 {
    margin: 0;
    padding: 0;
    color: #ee806c;
    font-size: 15px;
    font-weight: 500;
}

.clear {
    clear: both;
}

#whatWhenWhere {}

#whatWhenWhere b {
    font-weight: bold;
}

.hghlt {
    font-weight: bold;
}

#whatWhenWhere h1 {
    margin-bottom: 14px;
}

#whatWhenWhere .descr {
    font-size: 13px;
    color: #9B9B9C;
    margin-bottom: 11px;
    line-height: 13px;
}

#whatWhenWhere .link {
    margin: 0;
    padding: 0;
}

#whatWhenWhere a {
    color: #ee806c;
    text-decoration: none;
    font-size: 11px;
}

#whatWhenWhere a:hover {
    text-decoration: underline;
}

#pics {
    margin-top: 0px;
}

.speakerDivider {
    margin: 0;
    display: block;
    margin-top: 0px;
}

#pagesNav {
    overflow-y: scroll;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    z-index: 10;
    padding: 0;
    width: 320px;
    right: -320px;
    transition: right 0.3s ease-in-out;
    background-color: #252628;
}

body.menuOpen #pagesNav {
    right: 0;
}

#hamburgerIcon {
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
    z-index: 2;
}

.headerCustom .hamburgerIcon {
    position: absolute;
    top: 3em;
    right: 3em;
    width: 3em;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
    animation: fadeIn 0.25s ease-in-out forwards 0.75s;
}

#pagesNav.notHome {
    padding-top: 10px !important;
}

#pagesNav li {
    list-style-type: none;
}

#pagesNav .menuItems {
    margin-top: 100px;
    margin-left: 3em;
    margin-bottom: 2em;
    font-family: Bryant;
}

#pagesNav li a {
    color: #fff;
    text-decoration: none;
    font-size: 36px;
    line-height: 1.25em;
    padding: 2px 5px;
}

#pagesNav li a:hover,
#pagesNav li a.active {
    color: #ee806c;
    background-color: white;
}

#pagesNav .closeMenu {
    position: absolute;
    right: 40px;
    top: 40px;
    cursor: pointer;
}

#pagesNav .social {
    margin-left: 3em;
    margin-bottom: 2em;
}

#pagesNav .social a {
    margin-right: 10px;
}

#smallLogo {
    padding: 17px 0 0 17px;
}

#brownStripes {
    height: 12px;
    margin-top: -1px;
    background: url("images/eyeo/eyeoBottomBorder.png") repeat-x;
}

#orangeBottom {
    height: 10px;
    width: 744px;
    background: url("images/eyeo/orangeBottom.png") no-repeat 0 2px;
    clear: both;
    margin-top: 40px;
    margin-bottom: 24px;
}

#primary {
    margin-top: 28px;
}

#primary .speaker {
    border-bottom: 1px solid #ee806c;
    margin-bottom: 20px;
}

#primary .speaker h2 {
    font-size: 13px;
    margin-top: 18px;
    margin-bottom: 14px;
}

#primary .speaker .descr {
    font-size: 13px;
    color: #6d705f;
    line-height: 15px;
    margin-bottom: 14px;
}

#primary .speaker .link {
    font-size: 11px;
    margin-bottom: 19px;
}

.speakerStripes {
    margin-top: 8px !important;
}

.speakerDetail .columns {
    display: flex;
    flex-wrap: wrap;
}

.speakerDetail .col {
    min-width: 300px;
    flex: 1;
}

.speakerDetail .col.images {
    display: flex;
    flex-flow: column;
    align-content: flex-start;
}

.speakerDetail .col.images div {
    height: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-grow: 1;
}

.speakerDetail .col img {
    display: block;
    width: 100%;
}

.speakerDetail .col:nth-child(1) {
    display: flex;
    flex-flow: column;
}

.speakerDetail .speakerCard {
    flex: 1;
    padding: 40px;
    background: url("images/eyeo/eyeo_SpeakerInfoCard.png") no-repeat center center;
    background-size: 100% 100%;
}

#content.speakerDetail .speakerCard h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 1em;
}

.speakerDetail a {
  text-decoration: underline;
  color: #f3b76c;
}

.speakerDetail .speakerCard a {
    color: #f3b76c;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
}

.speakerDetail .bioLong {
    padding: 80px 40px;
    background-color: #373839;
    color: #fff;
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 200;
}

.speakerDetail .sessionDetail {
    margin-top: 2em;
}

.sidebarStripes {
    padding-bottom: 22px;
}

#pageHeader {
	height: 2rem;
}

#pageHeader .speakersButton,
.scheduleButton {
    position: absolute;
    top: 0;
    right: 29px;
    cursor: pointer;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.3em;
}

#speakerNav .speakersButton {
    margin-right: -0.7em;
    margin-top: 9.05em;
}

#scheduleNav .scheduleButton {
    margin-right: -0.2em;
    margin-top: 9.15em;
}

#speakerNav,
#scheduleNav {
    overflow-y: scroll;
    height: 100vh;
    position: fixed;
    top: -1em;
    padding-top: 8em;
    right: -320px;
    width: 320px;
    font-size: 24px;
    transition: right 0.3s ease-in-out;
    list-style-type: none;
    background-color: #252628;
    color: white;
    margin: 0;
}

#speakerNav {
    padding-top: 8em;
}

body.speakerNavOpen #speakerNav,
body.scheduleNavOpen #scheduleNav {
    right: 0;
}

#speakerNav li,
#scheduleNav li {
    line-height: 1.5em;
    margin: 0 1em;
}

#speakerNav li a,
#scheduleNav li a {
    padding: 1px 12px 1px 12px;
    display: block;
    color: white;
}

#speakerNav li a.active,
#speakerNav li a:hover,
#scheduleNav li a.active,
#scheduleNav li a:hover {
    color: #ee806c;
    background-color: white;
    text-decoration: none;
}

#speakerNav .items,
#scheduleNav .items {
    margin-top: 2em;
    cursor: pointer;
}

#sessionPlaceholder {}

.toggleSchedule,
.toggleTheSchedule {
    cursor: pointer;
}

#scheduleNav {
    padding-bottom: 24px;
}

#sessionHome {
    color: #FFF;
    font-size: 16px;
    line-height: 1.2em;
}

#sessionHome .dayWrapper {
    padding: 0 24px;
}

#sessionHome .dayWrapper:nth-child(4n + 1) {
    background: #383838;
}

#sessionHome .dayWrapper:nth-child(4n + 2) {
    background: #4b4c4d;
}

#sessionHome .dayWrapper:nth-child(4n + 3) {
    background: #5f6061;
}

#sessionHome .dayWrapper:nth-child(4n + 0) {
    background: #737474;
}

#sessionHome .dayView {
    max-width: 750px;
    margin: 0 auto;
}

#sessionHome .dayHeader {
    cursor: pointer;
    padding: 30px 0;
}

#sessionHome .dayView .viewMore {
    color: #AFAFB0;
    font-size: 12px;
}

#sessionHome .sessionsOverviewTime {
    margin-bottom: 3px;
}

#sessionHome .sessionsOverview .session {
    margin: 0;
}

#sessionHome .sessionsOverview .timeGroup .title .time {
    display: inline;
    color: #FFF;
}

#sessionHome .sessionsOverview .timeGroup .descr {
    display: block;
}

#sessionHome .sessions {
    padding-bottom: 24px;
}

#sessionHome .timeGroup {
    border-top: 4px solid #FFF;
    padding: 18px 0 18px 0;
}

#sessionHome .session {
    margin: 15px 0;
    color: #FFF;
}

#sessionHome .session .title {
    font-size: 16px;
    line-height: normal;
    color: #f3b76c;
}

#sessionHome .session .title.expandable {
    cursor: pointer;
    text-decoration: underline;
}

#sessionHome .sessions {
    display: none;
}

#sessionHome .session .speakerList {
    margin: 3px 0;
}

#sessionHome .session .speakerName a {
    color: #FFF;
    text-decoration: underline;
}

#sessionHome .session .speakerBios div {
    margin-bottom: 15px;
    line-height: 1.2em;
    font-weight: 200;
}

#sessionHome .session .speakerBios .speakerName {
    font-weight: 400;
}

#sessionHome .session .info {
    display: none;
}

#sessionHome .session .info .rightBar {
    display: flex;
    flex-wrap: wrap;
}

#sessionHome .session .info .rightBar .sessionSpeaker img {
    width: 180px;
}

#sessionHome .session .info .time {
    margin-bottom: 5px;
}

#sessionHome .session .info .descr {
    margin: 15px 0 15px 0;
    line-height: 1.2em;
}

#sessionHome .dayLbl {
    display: block;
    font-size: 24px;
    margin: 0 0 10px 0;
    color: #f3b76c;
}

#sessionHome .dayLbl:hover {
    text-decoration: none;
}

.speaker_session_info {
    padding-bottom: 10px;
    font-weight: 200;
    line-height: 1.2em;
}

.speaker_session_info .sessionType {
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 500;
    color: #ee806c;
}

.speaker_session_info .sessionName {
    text-transform: uppercase;
    margin-bottom: 1em;
}

.eyeoGrid {
    display: flex;
    width: 100%;
}

.eyeoGrid .gridImage {}

.eyeoGrid .eyeoGrid1-3 {
    width: 33.3333%;
    flex: 1;
}

.eyeoGrid .eyeoGrid2-3 {
    width: 66.6667%;
    flex: 2;
}

.eyeoGrid .gridImage {
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    background-position: top center;
}

.eyeoGrid .gridImage.instint {
    background-color: #000;
    background-size: 100%;
}

.eyeoWrapper {
    padding: 20px;
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.2em;
}

#content .eyeoWrapper h1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2em;
    margin: 1.5em 0 0.5em 0;
}

#content .eyeoWrapper h1:first-of-type {
	margin: 1.5em 0 1em 0;
}

#content .eyeoWrapper h2 {
    text-transform: uppercase;
    color: #696A6A;
}

.eyeoWrapper h1+h2 {
    margin-top: -2em;
    margin-bottom: 2em;
}

.eyeoWrapper p {}

.eyeoGrid .block .copy {
    padding: 40px;
}

.eyeoGrid .block a {
    color: #f3b76c;
}

#content .eyeoGrid .block h1 {
    margin: 0;
    color: #f3b76c;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 0.3em;
}

#content .eyeoGrid .block h2 {
    color: white;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.eyeoGrid .block p {
    color: #CDCDCD;
    font-size: 13px !important;
}

#content .eyeoGrid>div:nth-child(1).block {
    background-color: #383838;
}

#content .eyeoGrid>div:nth-child(2).block {
    background-color: #4b4c4d;
}

#content .eyeoGrid>div:nth-child(3).block {
    background-color: #5f6061;
}

.eyeoGrid .aboutDates {
    font-size: 24px;
    padding: 0;
    height: 300px;
    color: #fff;
    font-family: Bryant, sans-serif;
    display: flex;
}

.eyeoGrid .aboutDates > div {
    flex: 1;
    height: 100%;
}

.eyeoGrid .aboutDates .info {
    background-color: #252628;
    padding: 1em;
    padding-top: 7em;
}

.eyeoGrid .aboutDates .info .year {
    font-size: 36px;
    height: 1em;
    line-height: 1em;
    margin: 0.25rem 0;
}

.eyeoGrid .aboutDates .info .year img {
    height: 100%;
}

.eyeoGrid .aboutDates .gold {
    background: #f4d07c;
}
.eyeoGrid .aboutDates .orange {
    background: #f3b76c;
}
.eyeoGrid .aboutDates .coral {
    background: #ee806c;
}

.location {}

.location .locationHeader {
    width: 100%;
    display: flex;
}

.location .locationHeader .left {
    background: url('http://eyeofestival.com/wp-content/uploads/2016/12/walkerArtCenter.jpg') no-repeat 0 0;
    background-size: cover;
    flex: 2;
    position: relative;
    min-height: 500px;
}

.location .locationHeader .left .card {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px 40px;
    font-family: bryant;
    background: url("images/eyeo/eyeo_InfoCard_location_WAC.png") no-repeat 0 0;
    background-size: 100% 100%;
}

#content .location .locationHeader .left .card h1 {
    color: white;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0.5em;
}

.location .locationHeader .left .card a {
    color: #f3b76c;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.2em;
    display: block;
}

.location address {
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    line-height: 1.2em;
}

.location .locationHeader .right {
    flex: 1;
    background-color: #373839;
    padding: 40px;
    color: white;
}

#content .location .locationHeader .right h1 {
    color: #f3b76c;
    font-size: 30px;
    margin-bottom: 1em;
}

.location .locationHeader .right p {
	line-height: 1.7em;
}

#content .location h2 {
    font-size: 30px;
    color: #383838;
    margin: 2em 0 1em 40px;
    font-weight: 500;
}

#content .location p {
    font-weight: 200;
}

.location .codeed {
    display: flex;
}

.location .codeed .codeedImage {
    flex: 1;
    min-height: 300px;
    background: url('images/eyeo/LocationPage_Minneapolis_Central_Hennepin_Library.jpg') no-repeat 0 0;
    background-size: cover;
}

.location .codeed .codeedcopy {
    flex: 1;
    color: #fff;
    padding: 20px 40px;
    padding-right: 80px;
    font-family: bryant;
    font-weight: 500;
    background: url("images/eyeo/eyeo_InfoCard_location_Summit.png") no-repeat top right;
    background-size: cover;
}

#content .location .codeed .codeedcopy h1 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}

.location .codeed .codeedcopy .date {
    text-transform: uppercase;
}

.location .codeed .codeedcopy p {
    margin: 1em 0;
}

.location .codeed .codeedcopy a {
    color: #4B4C4D;
    text-decoration: underline;
    font-size: 13px;
    line-height: 1.2em;
}

.location .codeed .codeedcopy address {
    color: #fff;
}

.location .moreVenues {
    display: flex;
}

.location .moreVenues .venue {
    flex: 1;
}

.location .moreVenues .venue:nth-child(1) {
    background-color: #383838;
}

.location .moreVenues .venue:nth-child(2) {
    background-color: #4b4c4d;
}

.location .moreVenues .venue:nth-child(3) {
    background-color: #5f6061;
}

.location .moreVenues .venue:nth-child(4) {
    background-color: #737474;
}

.location .moreVenues .venue .img {
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
}

.location .moreVenues .venue .copy {
    padding: 20px;
    color: #fff;
}

.location .moreVenues .venue .date {
    font-size: 24px;
    color: #f3b76c;
}

.location .moreVenues .venue .time {
    text-transform: uppercase;
}

.location .moreVenues .venue p {
    margin: 1em 0;
    font-size: 13px !important;
    line-height: 1.2em !important;
}

.location .moreVenues .venue .locationName,
.location .moreVenues .venue .locationName a {
    color: #f3b76c;
}

#content .location .alternates .alternate h2 {
    color: #ee806c;
    margin: 0 0 12px 0;
    font-size: 24px;
    font-weight: 500;
}

#content .location .alternates .alternate p {
    font-size: 13px;
    line-height: 1.2em;
}

#content .location .alternates .alternate a {
    color: #ee806c;
    display: block;
    font-weight: 400;
    cursor: pointer;
}

#content .faq-question {
    max-width: 750px;
    margin: 0 auto 1.5em auto;
    cursor: pointer;
    padding: 0 20px;
}

#content .faq-question:last-child {
    margin-bottom: 100px;
}

#content .faq-question .title {
    font-size: 26px;
    font-weight: 500;
    color: #ee806c;
    margin: 0 0 0.5em 0;
}

#content .faq-question .answer {
    line-height: 1.2em;
    font-size: 15px;
    font-weight: 200;
    display: none;
}

.codeed {}

.codeed .header {
    position: relative;
    background: url("images/eyeo/SummitPage_HannahWei_scaled.jpg") 0 0 no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 500px;
}

.codeed .header.sponsor {
    background: url("images/eyeo/SponsorPage_sm.jpg") 0 0 no-repeat;
    background-size: cover;
    background-position: center;
}

.codeed .header .card {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 40px;
    padding-right: 80px;
    font-family: bryant;
    font-weight: 500;
    background: url("images/eyeo/eyeo_InfoCard_summit.png") no-repeat 0 0;
    background-size: 100% 100%;
}

.codeed .header.sponsor .card {
    background: url("images/eyeo/eyeo_InfoCard_sponsor.png") no-repeat 0 0;
    background-size: 100% 100%;
    max-width: 266px;
    padding: 40px;
    padding-left: 20px;
}

.codeed .header.sponsor .card p {
    color: #fff;
}

#content .codeed .header .card h1 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0.5em;
    color: #fff;
}

.codeed .header .card address {
    color: #fff;
    text-transform: uppercase;
    font-style: normal;
    font-size: 13px;
    line-height: 1.2em;
}

.codeed .header .card address a {
    color: #f3b76c;
    line-height: 3em;
}
.codeed .header p {
		margin: 0 !important;
}

.register {
    color: #383838;
}

.documentation .options,
.register .options {
    display: flex;
    counter-reset: registerOptions;
    flex-wrap: wrap;
}

.documentation .options .option,
.register .options .option {
    flex-grow: 1;
    padding: 20px;
    width: 300px;
}

.documentation .options .option:nth-child(1),
.register .options .option:nth-child(1) {
    background-color: #383838;
}

.documentation .options .option:nth-child(2),
.register .options .option:nth-child(2) {
    background-color: #4b4c4d;
}

.register .options .option:nth-child(3) {
    background-color: #5f6061;
}

#content .register .option h1 {
    font-size: 30px;
    color: #f3b76c;
    font-weight: 500;
    margin: 0.75em 0 0.5em 0;
}

#content .register .option .bar {
    height: 5px;
    width: 100%;
    background-color: #fff;
    position: relative;
    margin-top: 1em;
}

#content .register .option .bar::before {
    counter-increment: registerOptions;
    color: #fff;
    position: absolute;
    top: -16px;
    font-size: 12px;
}

.register .option p {
    color: #fff;
}

#content .register p {
    font-size: 15px;
    line-height: 1.2em;
}

#content .register h1 {
    font-size: 30px;
    font-weight: 500;
}

#content .register .option {
	position: relative;
	padding-bottom: 56px;
}

#content .register .option a {
    border: 5px solid #f3b76c;
    color: #fff;
    background-color: #f3b76c;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 20px;
    font-size: 15px;
    display: inline-block;
    position: absolute;
    text-decoration: underline;
    height: 36px;
    width: 200px;
    bottom: 0;
    margin: 20px 0;
}

#content .register .diversity {
    background: url('images/eyeo/eyeo_Registration_Bars_1.png') no-repeat;
    background-size: cover;
    padding: 1em 0;
}

#content .register .diversity h1 {
    font-family: bryant;
    text-align: center;
    color: #fff;
    margin: 1em 0;
}

#content .register .lower {
    background: url('images/eyeo/eyeo_Registration_Bars_2.png') no-repeat;
    background-size: cover;
}

#content .register .lower .diversity {
    background: none;
}

#content .register .lower .diversity:last-of-type {
    padding-top: 0;
}

#content .register .lower .diversity h1 {
    margin: 0.25em 0;
}

#content .register .diversity p {
    max-width: 590px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    padding: 0 24px;
}

#content .register .diversity a {
    color: #f3b76c;
}

.location .alternates,
.documentation .alternates,
.register .alternates {
    display: flex;
    flex-wrap: wrap;
    margin: 40px -2px;
}

#content .register hr {
    margin: 0 40px;
    height: 1px;
}

.location .alternates .alternate,
.documentation .alternates .alternate,
.register .alternates .alternate {
    flex-grow: 1;
    width: 300px;
    padding: 0 40px;
    margin: 10px 1px;
    border-right: 1px solid #e1e1e1;
}

.register .alternates .alternate h1 {
    margin-bottom: 0.25em;
}

#content .register .alternates .alternate p {
    margin: 0;
}

#content .documentation h1 {
    font-size: 26px;
    margin-bottom: 24px;
}

#content .documentation .options h1 {
    color: #f3b76c;
}

#content .documentation h2 {
    font-size: 20px;
    margin-bottom: 0.8em;
    color: #f3b76c;
}

#content .documentation h3 {
    color: #737474;
    font-size: 15px;
}

#content .documentation p {
    font-weight: 200;
}

#content .documentation .options {
    margin-bottom: 24px;
    color: #fff;
}

#content .documentation .options .option {
    padding: 24px 36px;
}

#content .documentation .options .option p {
    margin-bottom: 18px;
}

#content .documentation ul {
    list-style: none;
    margin: 0;
}

#content .documentation li {
    line-height: 1.3em;
    margin-bottom: 5px;
}

#content .documentation a {
    text-decoration: underline;
    color: #f3b76c;
}

#content .documentation .show-and-tell {
    padding: 1em 0;
}

#content .documentation .show-and-tell h1 {
    text-align: center;
}

#content .documentation .show-and-tell p {
    max-width: 690px;
    margin: 0 auto;
    text-align: center;
    padding: 0 24px;
}

#content .documentation .alternate p {
    font-size: 13px;
    line-height: 1.3em;
    font-weight: 200;
}

#content .documentation .past {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}

#content .documentation .past .box {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
}

#content .documentation .past .box div {
    width: 230px;
    flex-grow: 1;
    min-width: 230px;
    min-height: 200px;
}

#content .documentation .past .text-box {
    padding: 24px;
}

#content .documentation .past .image-box {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#content .documentation .past .box:nth-child(1) {
    background-color: #383838;
}

#content .documentation .past .box:nth-child(2) {
    background-color: #4b4c4d;
}

.thingsToKnow {
    margin: 40px;
    -webkit-columns: 3 200px;
    -moz-columns: 3 200px;
    columns: 3 200px;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
    -webkit-column-rule: 1px solid #e1e1e1;
    -moz-column-rule: 1px solid #e1e1e1;
    column-rule: 1px solid #e1e1e1;
}

#content .thingsToKnow h2 {
    text-transform: uppercase;
    color: #ee806c;
    margin-top: 1em;
    font-weight: 500;
}


.contact {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2px 20px -2px;
}

.contact .col {
    flex: 1;
    margin: 20px 0;
    padding: 0 40px;
    border-right: 1px solid #e1e1e1;
    min-width: 220px;
}

#content .contact .col a {
    text-decoration: underline;
}

.contact .col:last-child {
    border-right: 0;
}

.contact .col h1 {
    font-size: 30px;
}

#content .contact .col p {
    margin: 1em 0 0;
}

#content .contact .col p+h1 {
    margin-top: 0.5em;
}

#content .contact .col:nth-child(2) a {
    display: block;
}

.workshops {
    display: flex;
    flex-wrap: wrap;
}

.workshops .workshop {
    width: 33.3333%;
}

.workshops .workshop:nth-child(4n + 1) {
    background: #383838;
}

.workshops .workshop:nth-child(4n + 2) {
    background: #4b4c4d;
}

.workshops .workshop:nth-child(4n + 3) {
    background: #5f6061;
}

.workshops .workshop:nth-child(4n + 0) {
    background: #737474;
}

.workshops .workshop .headerImage {
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 40%;
    width: 100%;
}

.workshops .workshop .copy {
    padding: 20px;
    color: #FFF;
}

.workshops .workshop b {
    color: #ee806c;
    font-weight: 400;
}

#content .workshops .workshop h1 {
    color: #f3b76c;
    font-weight: 500;
    font-size: 30px;
}

#content .workshops .workshop h2 {
    font-size: 14px;
    margin: 1em 0;
    color: #fff;
    font-weight: 200;
}

#content .workshops .workshop a {
    color: #f3b76c;
}

#content .workshops .workshop h2 a {
    color: #fff;
    text-decoration: underline;
}

.workshops .workshop .details {
    max-height: 0vh;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    font-weight: 200;
    line-height: 1.2em;
}

.workshops .workshop.active .details {
    max-height: 300vh;
    padding-top: 20px;
}

.workshops .workshop.active .viewDetails .view {
    display: none;
}

.workshops .workshop .viewDetails .collapse {
    display: none;
}

.workshops .workshop.active .viewDetails .collapse {
    display: inline;
}


.workshops .workshop .viewDetails {
    color: #f3b76c;
    text-decoration: underline;
    cursor: pointer;
    font-size: 13px;
    font-weight: 200;
}



@media only screen and (max-width: 767px) {

    /* Phones */

    #headerCustom2 #logo {
        margin: 20px 0 0 32px;
    }

    #headerCustom2 #logo img {
        width: 160px;
    }

    .eyeoGrid {
        display: block;
    }

    .eyeoGrid>div {
        width: 100% !important;
    }

    #pagesNav li a {
        font-size: 26px;
    }

    .workshops {
        display: block;
    }

    .workshops .workshop {
        width: auto;
    }

    .location .locationHeader {
        display: block;
    }

    .location .moreVenues {
        display: block;
    }

    .location .codeed {
        display: block;
    }

    .location .alternates,
    .documentation .alternates,
    .register .alternates,
    .contact,
    .speakerDetail .columns,
    .speakerDetail .col.images {
        display: block;
    }

    .location .alternates .alternate,
    .documentation .alternates .alternate,
    .register .alternates .alternate {
        width: 100%;
    }

    .speakerDetail .col.images div {
        height: 300px;
        width: auto;
    }

    #speakers .speaker {
        width: 50%;
    }

    #footerNav .smallLogo {
    	display: block;
    }
}

@media only screen and (max-width: 480px) {
    #speakers .speaker {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* Tablets */
    .workshops .workshop {
        width: 50%;
    }

    .speakerDetail .col.images {
        display: block;
    }

    .speakerDetail .col.images div {
        height: 500px;
        width: auto;
    }

    #speakers .speaker {
        width: 33.33333%;
    }

    #footerNav .smallLogo {
    	display: block;
    }
}

/* Small Devices, Tablets */

@media only screen and (max-width: 960px), only screen and (max-height: 560px) {
    .headerCustom .left .headerBar {
        font-size: 0.75em;
        max-width: 50%;
    }
    .headerCustom #speakerButton {
        font-size: 1.6875em;
    }
    .headerCustom .left .coral-bar {
        min-width: 52vw;
    }
}

@media only screen and (max-height: 512px) and (min-aspect-ratio: 1/1) {
    .headerCustom #speakerButton,
    .headerCustom #scrollDownButton {
        left: 62%;
    }
}

@media only screen and (max-width: 512px) {
    .headerCustom .left .headerBar {
        font-size: 0.5em;
    }
    .headerCustom #speakerButton {
        top: 36%;
        font-size: 1.125em;
    }
}

/* big screens */

@media only screen and (min-width: 1680px) and (min-height: 960px) {
    .headerCustom {
        font-size: 24px;
    }
    .headerCustom #speakerButton,
    .headerCustom #scrollDownButton {
        left: 52%;
    }
}
