@charset "UTF-8";
a,
abbr,
acronym,
address,
article,
aside,
big,
blockquote,
body,
canvas,
cite,
code,
dd,
div,
dl,
dt,
em,
figcaption,
figure,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
img,
li,
menu,
nav,
ol,
p,
pre,
section,
small,
span,
strong,
sub,
sup,
ul {
    border: 0;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

#cboxOverlay,
#cboxWrapper,
#colorbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxBottomLeft,
#cboxMiddleLeft {
    clear: left
}

#cboxContent {
    position: relative
}

#cboxLoadedContent {
    overflow: auto
}

#cboxTitle {
    margin: 0
}

#cboxLoadingGraphic,
#cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0
}

#cboxOverlay {
    background: #000
}

#cboxContent {
    margin-top: 20px
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    border: 5px solid #000;
    background: #fff
}

#cboxTitle {
    position: absolute;
    top: -20px;
    left: 0;
    color: #ccc
}

#cboxCurrent {
    position: absolute;
    top: -20px;
    right: 0;
    color: #ccc
}

#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff
}

#cboxPrevious {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -32px;
    background: url(../img/lightbox/controls.png) top left no-repeat;
    width: 28px;
    height: 65px;
    text-indent: -9999px
}

#cboxPrevious.hover {
    background-position: bottom left
}

#cboxNext {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -32px;
    background: url(../img/lightbox/controls.png) top right no-repeat;
    width: 28px;
    height: 65px;
    text-indent: -9999px
}

#cboxNext.hover {
    background-position: bottom right
}

#cboxLoadingOverlay {
    background: #000
}

#cboxLoadingGraphic {
    background: url(../img/lightbox/loading.gif) center center no-repeat
}

#cboxClose {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    background: url(../img/lightbox/controls.png) top center no-repeat;
    width: 38px;
    height: 19px;
    text-indent: -9999px
}

#cboxClose.hover {
    background-position: bottom center
}

body {
    background-color: #1d1d1d;
    color: #b5b5b5;
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 62.5%;
    line-height: 1.5em;
    padding: 0 0 20px;
    text-align: center
}

#cboxCurrent,
#cboxTitle,
h3 {
    font-size: 1.2em;
    line-height: 1.4em
}
p, .peopleArticle ul, #bio-film ul, .accolade-list, h3.bio__heading, ul.sub-nav__list, h2.sub-nav__item {
    font-size: 1.3em;
    line-height: 1.6em
}

p,
ul {
    margin-bottom: 1em
}

h2,
h3 {
    font-weight: 700
}

h3 em {
    font-weight: 400
}

em {
    font-style: italic
}

strong {
    font-weight: 700
}

a {
    color: gray;
    text-decoration: none
}

a:visited {
    color: gray
}

a:hover {
    color: #fff
}

hr {
    display: none
}

.shell {
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 963px
}

.logo {
    float: right;
    margin: 20px 16px 26px 0
}

.logo a {
    display: block
}

.logo img {
    max-width: 100%;
    height: auto
}

.spanABC {
    padding: 0 0 0 16px
}

.content {
    margin: 0 39px 0 0;
    width: 615px
}

.selected {
    font-weight: 700
}

.slideShowContainer {
    clear: both;
    margin-bottom: 20px;
    min-height: 312px;
    /*visibility: hidden*/
}

.slide {
    float: left;
    height: 312px;
    margin-right: 1px;
    overflow: hidden;
    position: relative;
    width: 240px
}

.slide img {
    display: none;
    left: 0;
    position: absolute;
    top: 0
}

.slide img:first-child {
    display: block
}

.slide4 {
    margin-right: 0
}

.slideshow1 {
    z-index: 200
}

.slideshow2 {
    z-index: 100
}

.rabbitHole {
    background: #000;
    border: 1px solid #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    cursor: pointer;
    height: 13px;
    opacity: 0;
    position: absolute;
    right: 3px;
    top: 416px;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    transition: opacity .3s linear;
    width: 13px;
    z-index: 300
}

.ie .rabbitHole {
    filter: alpha(opacity=0)
}

.rabbitHole:hover {
    opacity: .95
}

.ie .rabbitHole:hover {
    filter: alpha(opacity=95)
}

@font-face {
    font-family: 'Sagan Regular';
    src: url(../fonts/sagan_regular_110329b.eot);
    src: local("☺"), url(../fonts/sagan_regular_110329b.woff) format("woff"), url(../fonts/sagan_regular_110329b.otf) format("opentype"), url(../fonts/sagan_regular_110329b.svg#sagan_regular_110329b) format("svg")
}

nav {
    margin: 0 75px 0 0;
    width: 165px
}

nav ul {
    margin: 4px 0 0
}

nav li {
    font-family: 'Sagan Regular';
    font-size: 2em;
    letter-spacing: .05em;
    line-height: .85em;
    margin-bottom: 10px
}

nav li:last-child {
    margin: 0
}

.subNavContainer {
    margin: 0 30px 0 0;
    width: 100px
}

.subNavContainerPeople {
    width: 220px
}

.subNavContainer+article {
    float: left;
    width: 410px
}

.subNavContainer+article.peopleArticle {
    width: 360px;
}

.subNavContainerWide {
    float: left;
    width: 380px
}

.toggleButton {
    cursor: pointer
}

.thumbnail>img {
    margin-bottom: .75em
}

@media only screen and (max-width:767px) {
    .thumbnail {
        text-align: center
    }
}

.hidden,
footer {
    display: none
}

.column,
.opposingFloatControl .element1 {
    float: left
}

.cColumn {
    float: right
}

.subColumn-2 .column {
    width: 232px
}

.subColumn-2 .column:first-child {
    margin-right: 20px
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    .shell {
        width: auto
    }
    .slideShowContainer {
        min-height: inherit
    }
    .logo {
        height: 72px;
        margin-right: 25px;
        width: 212px
    }
    .slide {
        height: 280px;
        width: 24.9%
    }
    .slide img {
        height: auto!important;
        width: 100%
    }
    .logoRelais {
        padding-right: 25px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
/*    h2,
    h3,
    li,
    p {
        font-size: 1.5em;
        line-height: 1.5em
    }*/
    nav {
        margin: 0 35px 0 0
    }
    .shell {
        width: auto
    }
    .logo {
        height: 66px;
        margin-right: 16px;
        width: 205px
    }
    .slideShowContainer {
        margin: 0;
        min-height: inherit
    }
    .slide {
        height: 280px;
        width: 24.9%
    }
    .slide img {
        height: auto!important;
        max-width: 100%
    }
    .content {
        width: 440px
    }
    .logoRelais {
        padding-right: 16px
    }
    ul.bio {
        padding-bottom: 10px
    }
    .vcard .role {
        display: block
    }
    .subNavContainerPeople {
        width: 135px
    }
    .subNavContainer+article {
        width: 310px
    }
    .subNavContainer+.peopleArticle {
        width: 268px
    }
}

@media only screen and (max-width:767px) {
    body {
        padding: 20px;
    }
    .content,
    .logo,
    .shell,
    .subNavContainer+article {
        width: auto
    }
    .logo {
        float: none;
        height: auto;
        margin: 0 0 28px
    }
    .content {
        margin: 0
    }
    .spanABC {
        padding: 0
    }
    nav {
        margin: 0 0 30px
    }
    .column,
    .subNavContainer+article {
        float: none
    }
    .cColumn,
    .rabbitHole,
    .slideShowContainer,
    .subNavContainer {
        display: none
    }
    .subNavContainer.menus-sub-nav {
        display: block;
        font-size: 1.4em;
    }

    .bio.hidden,
    .logo img,
    .subNavContainerWide,
    footer {
        display: block
    }
    .bio {
        border-bottom: 1px solid #444;
        margin-bottom: 10px
    }
    .mobileSlideShowContainer {
        background: #1d1d1d;
        display: none;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 600
    }
    .mobileSlideShowContainer img {
        height: 100%;
        width: 100%
    }
    p {
        font-size: 1.5em;
        line-height: 1.6em;
    }
}

.grid-unit {
    float: left;
    margin-left: 15%
}

.grid-unit img {
    max-width: 100%
}

.col-3 .grid-unit {
    width: 22.276422764%
}

.grid-row .grid-unit:first-child {
    margin-left: 0
}

@media only screen and (max-width:767px) {
    .grid-row .grid-unit {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: auto
    }
}


.glide__arrows {
  position: absolute;
}
.glide--horizontal .glide__arrows {
  top: 50%;
  width: 92%;
  margin-left: 4%;
}
.glide--vertical .glide__arrows {
  left: 50%;
  height: 88%;
  margin-top: 6%;
}
.glide__arrow {
  position: absolute;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  font: 11px Arial, sans-serif;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  -webkit-transition: border 300ms ease-in-out;
          transition: border 300ms ease-in-out;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide--horizontal .glide__arrow {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.glide--horizontal .glide__arrow.prev {
  left: 0;
}
.glide--horizontal .glide__arrow.next {
  right: 0;
}
.glide--vertical .glide__arrow {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.glide--vertical .glide__arrow.prev {
  top: 0;
}
.glide--vertical .glide__arrow.next {
  bottom: 0;
}
.glide__bullets {
  position: absolute;
  list-style: none;
}
.glide--horizontal .glide__bullets {
  bottom: 8%;
  left: 0;
  width: 100%;
  height: 12px;
  text-align: center;
}
.glide--vertical .glide__bullets {
  top: 50%;
  right: 8%;
  width: 12px;
  height: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.glide__bullets > * {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;
}
.glide--horizontal .glide__bullets > * {
  margin: 0 5px;
}
.glide--vertical .glide__bullets > * {
  vertical-align: middle;
}
.glide__bullets > *.active {
  background-color: white;
}
.glide__bullets > *:focus {
  outline: none;
}
.glide__bullets > *:hover,
.glide__bullets > *:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide--slider .glide__arrow {
  opacity: 1;
  -webkit-transition: opacity 150ms ease;
          transition: opacity 150ms ease;
}
.glide--slider .glide__arrow.disabled {
  opacity: 0.33;
}
