::selection {
    background: #ef9d18;
}
::-moz-selection {
    background: #ef9d18;
}

* {
    box-sizing: border-box;
}

body {
    background: url('http://images.expotv.com/nexpo/bg/bg_video.jpg');
    color: #333;
    font-size: 1.5em;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 21px;
    line-height: 1.42857143;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Contrail One', sans-serif;
    font-weight: 500;
    line-height: 1.1;
    word-wrap: break-word;
    color: inherit;
    color: #EF9D18;
    text-shadow: 1px 1px 0.1em #363636, 1.5px 1.5px #363636;
}

h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4,  h5,  h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

a {
    color: #018ba2;
    text-decoration: none;
}

a:hover, a:focus {
    color: #2A6496;
    text-decoration: underline;
}

.page-wrap {
    max-width: 871px;
    margin: 1em auto;
    padding: 1em;
}

.page-wrap:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
}

.site-title {
    display: block;
    margin: 0 auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 108px;
    height: 63px;
    background: url('http://images.expotv.com/nexpo/branding/logo-expo.png') no-repeat;
}

article {
    padding: 2em 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

article:first-of-type {
    padding-top: 0;
}

article:last-of-type {
    border: none;
    padding-bottom: 0;
}

img {
    max-width: 100%;
}

nav ul {
    padding: 0;
    list-style: none;
}

nav li {
    display: inline-block;
}

nav a {
    background: #363636;
    color: #fff;
    border-radius: 0.25em;
    padding: 0.25em 0.5em;
    font-family: arial;
    margin: 0.3em;
    display: block;
    border: 1px solid;
}

nav a:hover,
nav a:focus {
    color: #ef9d18;
    text-decoration: none;
}

.teams {
    padding: 0;
}

.teams li {
    list-style: none;
}

.teams > li {
    background: #e9f3f5;
    margin: 0.5em;
    padding: 0.5em;
    border: 1px solid;
    border-radius: 0.25em;
}

.staff-members {
    padding: 0;
}

.staff-members > li {
    display: inline-block;
    position: relative;
    margin: 0.25em;
    min-width: 180px;
    vertical-align: top;
}

.staff-members .links {
    min-height: 35px;
}

.staff-members i {
    font-size: 1.2em;
    margin: 0.2em
}

.staff-members .links .username {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.g-wrapper {
    display: inline-block;
    position: relative;
    vertical-align: top;
    min-width: 180px;
    min-height: 199px;
}

.g-wrapper.missing {
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.g-wrapper.missing .shrug {
    margin-top: 2em;
    font-size: 1.5em;
    color: #ccc;
    color: rgba(0, 0, 0, 0.2);
}

.staff-members > li.dim {
    opacity: 0.75;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.staff-members > li.sad:after {
    content: ':(';
    font-size: 4em;
    font-weight: bold;
    text-align: center;
    display: block;
    position: absolute;
    bottom: -0.4em;
    -webkit-transform: rotate(90deg);
    width: 100%;
    pointer-events: none;
}

.staff-members > li.soon .g-wrapper:after {
    content: 'Coming soon!';
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    display: block;
    position: absolute;
    top: 1em;
    width: 100%;
    pointer-events: none;
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
