@font-face {
    font-family: 'Monod';
    src: url('Monod-Regular-webfont.eot');
    src: url('Monod-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Monod-Regular-webfont.woff2') format('woff2'),
         url('Monod-Regular-webfont.woff') format('woff'),
         url('Monod-Regular-webfont.ttf') format('truetype'),
         url('Monod-Regular-webfont.svg#monod_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html, body {
	height: 100% !important;
}
body {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
em {
    font-style: italic;
}
strong {
	font-weight: 900;
}
h1, h2, h3, h4, h5, h6, nav#mainnav {
    font-family: 'Monod';
}
a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(41,171,226);
    transition: all 0.3s ease;
}
a:hover, #flyin h6 a:hover {
    color: rgba(0,0,0, 0.6);
}
h6 a:hover {
	color: rgba(255,255,255, 1);
}
li {
    list-style: none;
}

nav#mainnav {
    position: absolute;
    width: 1120px;
    top: 14px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    z-index: 10;
    letter-spacing: -1px;
    word-spacing: -10px;
}
nav#mainnav a {
    transition: all 0.5s ease;
    color: rgba(255,255,255,1);
    border-bottom: solid 1px transparent;
}
nav#mainnav a:hover {
    border-bottom: solid 1px rgba(255,255,255,0.5);
}
nav#mainnav li {
    font-size: 15px;
    line-height: 18px;
    float: left;
    padding-right: 80px;
}
nav#mainnav li ul {
    margin-top: 2px;   
}
nav#mainnav li li {
    float: inherit;
    font-size: 11px;
}
nav#mainnav li li a {
    transition: all 0.3s ease;
    color: rgba(255,255,255,0.5);
    border-bottom: none;
    display: block;
}
nav#mainnav li li a:hover {
    color: rgba(255,255,255,0.8);
    border: none;
}
nav#pager li {
    position: fixed;
    height: 75px;
    width: 25px;
    top: 0px;
    bottom: 0px;
    margin: auto 0px;
    z-index: 100;
}
nav#pager li a {
    display: block;
    height: 100%;
    font-family: 'Monod';
    word-spacing: -8px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 15px;
}
nav#pager li.previous {
    left: 0px;
}
nav#pager li.previous a, nav#pager li.next a {
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.15);
    background-repeat: no-repeat;
}
nav#pager li.previous a {
    border-left: none;
    border-radius: 0px 5px 5px 0px;
    background-image: url(previous.svg);
    background-position: 5px center;
}
nav#pager li.previous a .fadetext, nav#pager li.next a .fadetext {
    box-sizing: border-box;
    margin-top: -1px;
    width: 400px;
    height: 75px;
    background-color: rgba(0,0,0,0.85);
    transition: all 0.3s ease;
    padding: 15px 45px;
}
nav#pager li.previous a .fadetext {
    margin-left: -400px;
}
nav#pager li.previous a:hover .fadetext {
    margin-left: 0px;
    color: white;
}

nav#pager li.next {
    right: 0px;
}
nav#pager li.next a {
    border-right: none;
    border-radius: 5px 0px 0px 5px;
    background-image: url(next.svg);
    background-position: 8px center;
}
nav#pager li.next a .fadetext {
    margin-left: 25px;
}
nav#pager li.next a:hover .fadetext {
    margin-left: -375px;
    color: white;
}

figure img {
    max-width: 100%;
    height: auto;
}
figcaption, .caption {
    font-size: 10px;
    line-height: 13px;
    margin-top: 12px;
}
figcaption {
    min-height: 80px;
    padding-bottom: 12px;
    box-sizing: border-box;
}
.text {
	margin-bottom: 80px;
}

#home header {
    width: 1120px;
    height: 42.5%;
    margin: 0px auto;
}
#home header section {
    box-sizing: border-box;
    width: 50%;
    padding-right: 30px;
    float: left;
}
#home nav#mainnav {
    top: 12.5%;
}
#home nav#mainnav li {
    padding-right: 20px;
}
#home nav#mainnav li a {
    color: rgb(41,171,226);
}
#home nav#mainnav li a:hover {
    color: rgba(0,0,0, 0.6);
}
#home h1 {
    position: absolute;
    top: 20%;
    width: 480px;
}
#home #filternav {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 220px;
    margin-top: 12px;
    padding: 0px 30px 30px 30px;
    background-color: rgb(255,255,255);
    z-index: 100;
}
#home #filternav a {
    font-family: 'Monod';
}
#home #filternav a.filter {
    display: block;
    border-bottom: solid 1px rgba(0,0,0,0.2);
    padding-bottom: 4px;
    color: rgba(0,0,0,0.4);
    background-image: url(drop.svg);
    background-repeat: no-repeat;
    background-position: right 7px;
    margin-bottom: 12px;
}
#home #filternav a.filter.sitelink {
	background-image: url(link.svg);
	background-position: right 5px;
}
#home #filternav a.filter:hover, #home #filternav #isotope a.clicked {
    color: rgba(0,0,0,0.8);
}
#home #filternav a.filter.clicked {
    background-image: url(collapse.svg);
    border: none;
}
#home #filternav ul#isotope {
    display: none;
    border-bottom: solid 1px rgba(0,0,0,0.2);
    padding-bottom: 10px;
}
#home #filternav ul#isotope a {
    display: block;
    margin-bottom: 2px;
}
#home #filternav ul#isotope a:hover {
    color: rgba(0,0,0,0.6);
}

section#poster {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
section#poster .title {
    position: absolute;
    left: 50%;
    top: 18%;
    width: 480px;
    margin-left: 50px;
    box-sizing: border-box;
}
section#poster h1, #home h1 {
    font-size: 60px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: rgb(255,255,255);
    word-spacing: -40px;
    letter-spacing: -1px;
    line-height: 70px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
section#poster #flyin h1, #home h1 {
    margin-bottom: 10px;
    color: rgb(0,0,0);
}
section#poster #flyin h6, .title h6 {
    font-size: 12px;
    padding-bottom: 12px;
}
section#poster #flyin h6::before, .title h6::before {
    content : "";
    position: absolute;
    left    : 0;
    top  : 28px;
    height  : 2px;
    width   : 30px;
    border-top:1px solid rgb(255,255,255);
}
section#poster #flyin h6::before {
    border-top:1px solid rgb(0,0,0);
}
section#poster a.expand, #flyin a.close {
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
    padding: 10px 0px;
}
section#poster a.expand:hover {
    color: rgba(255,255,255,1);
}
#flyin a.close {
    color: rgba(0,0,0,0.4);
    padding: 0px;
    margin-bottom: 100px;
    display: block;
}
#flyin a.close:hover {
    color: rgba(0,0,0,0.8);
}
section#poster #flyin {
    position: absolute;
    right: -50%;
    height: 100%;
    width: 50%;
    background-color: rgb(255,255,255);
    transition: all 0.4s ease;
}
section#poster #flyin.show {
    right: 0%;
}
section#poster .caption {
    position: absolute;
    bottom: 45px;
    left: 50%;
    margin-left: 50px;
    color: rgb(255,255,255);
}
section#poster #flyin .caption {
    color: rgb(0,0,0);
    left: 0;
    z-index: 15;
}
section#poster .caption::before {
    content : "";
    position: absolute;
    left    : 0;
    top  	: -12px;
    height  : 1px;
    width   : 30px;
    border-top:1px solid rgb(255,255,255);
}
section#poster #flyin .caption::before {
    border-top:1px solid rgb(0,0,0);
}
/*
#flyin a.close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    height: 10px;
    width: 10px;
    padding: 5px;
    border: solid 1px rgba(0,0,0,.2);
    transition: all 0.3s ease;
}
#flyin a.close:after {
  content: ""; 
  position: absolute; 
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;   
}
#flyin a.close:hover {
    border: solid 1px rgba(0,0,0,.8);
}
*/
#flyin .wrapper {
    position: absolute;
    width: 480px;
    top: 18%;
    margin-left: 50px;
}
section#content {
    width: 1120px;
    margin: 0px auto;
}
section#content header {
    overflow: hidden;
    margin: 60px 0px;
}
section#content header div, ul.cvlinks {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0px 50px;
    border-left: solid 1px rgba(0,0,0,.2);
}
ul.cvlinks {
	float: left;
	box-sizing: border-box;
	width: 280px;
}
article.about .text {
	float: left;
	width: 560px;
}
article .text p, article .text li {
	line-height: 20px;
	margin-bottom: 11px;
	padding: 0px 50px 0px 30px;
	-webkit-font-smoothing: inherit;
}
article .text li {
	margin: 0px;
}
article .text b {
	display: block;
	width: 50px;
	float: left;
}
section#content header div h3 {
    font-size: 12px;
    letter-spacing: -1px;
    color: rgb(41,171,226);
    margin-bottom: 30px;
}
section#content header #related, section#content header #collections {
    padding-bottom: 99999px;
    margin-bottom: -99999px;
}
section#content header #related li {
    float: left;
    padding-right: 20px;
}
section#content header #related img {
    width: 210px;
    height: auto;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.25);
    box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.25);
}
section#content header #collections li, ul.cvlinks li {
    font-size: 11px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
section#content .tile {
    height: 280px;
    width: 280px;
    position: relative;
}
section#content .tile img {
    width: 100%;
    height: auto;
}
section#content .tile a .titleinfo h3, .text h3 {
    color: rgb(255,255,255);
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: -10px;
    margin-bottom: 15px;
}
.text h3 {
	color: inherit;
	padding: 40px 50px 14px 30px;
	margin: 0px;
}
.text h3.notop {
	padding-top: 0px;
}
section#content .tile.twod a .titleinfo h3, section#content .tile.news a .titleinfo h3 {
    color: rgb(0,0,0);
}
section#content .tile a .titleinfo h6, #filternav a, article .text h4 {
    color: rgb(41,171,226);
    font-size: 11px;
    margin-bottom: 48px;
    letter-spacing: -1px;
    word-spacing: -6px;
    position: relative;
}
article .text h4 {
	padding: 11px 50px 0px 30px;
	margin-bottom: 20px;
	letter-spacing: -2px;
}
section#content .tile a .titleinfo h6::before, article .text h4::before {
  content : "";
  position: absolute;
  left    : 0;
  bottom  : -12px;
  height  : 1px;
  width   : 30px;  /* or 100px */
  border-bottom:1px solid rgb(255,255,255);
}
article .text h4::before {
	left: 30px;
	border-bottom:1px solid rgb(0,0,0);
}
section#content .tile.twod a .titleinfo h6::before, section#content .tile.news a .titleinfo h6::before {
  border-bottom:1px solid rgb(0,0,0);
}
section#content .tile a .titleinfo p {
    font-size: 12px;
    line-height: 16px;
    color: rgba(0,0,0,0.6);
}
section#content .tile a .titleinfo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    padding: 30px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.9)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=0 );
    background-size: 100% 120px;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.3s ease;
}
section#content .tile.twod a .titleinfo, section#content .tile.news a .titleinfo {
    transition: all 0.3s ease;
    background: inherit;
}
section#content .tile.news a .titleinfo {
    opacity: 1;
    background-size: 100% 120px;
}
section#content .tile a:hover .titleinfo {
    opacity: 1;
}
section#content .tile.twod a:hover .titleinfo {
    background-color:rgba(255,255,255,0.5);
}
section#content .tile.news a:hover .titleinfo {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=0 );
    background-repeat: no-repeat;
}
figure.about {
	width: 280px;
	height: 280px;
	float: left;
}

footer {
    font-family: 'Monod';
    width: 1120px;
    margin: 60px auto 0px auto;
    font-size: 10px;
    padding-bottom: 12px;
    word-spacing: -3px;
	clear: both;
}
footer p {
    width: 50%;
    text-align: right;
}
footer p:first-child {
    border-top: solid 1px rgb(0,0,0);
    padding-top: 12px;
}

.caps {
    text-transform: uppercase;
}

ul.primary, ul.primary li a, ul.primary li.active a {
	border: inherit;
	margin: inherit;
	padding: inherit;
	background: inherit;
}
ul.primary {
	position: fixed;
	top: 50px;
	right: 0px;
	background-color: rgba(0,0,0,0.25);
}
ul.primary li a:hover {
	background: inherit;
}
ul.primary li {
	display: inherit;
	padding: 8px 5px 0px 5px;
	text-align: right;
}
ul.primary li:last-child {
	padding-bottom: 8px;
}
.field-collection-container {
	border: none;
	margin: none;
	position: relative;
}
.field-collection-view {
	padding: 0px;
	margin: 0px;
	border: none;
	position: relative;
}
.field-collection-view ul.field-collection-view-links, .field-collection-container ul.action-links-field-collection-add {
	margin: 0px;
	padding: 0px;
	font-size: inherit;
}
ul.field-collection-view-links, ul.action-links-field-collection-add {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: rgba(0,0,0,0.25);
}
ul.action-links-field-collection-add {
	bottom: 0px;
	top: inherit;
}
ul.field-collection-view-links li, ul.action-links-field-collection-add li {
	padding: 8px 15px;
}
ul.field-collection-view-links li:first-child {
	padding-right: 0px;
}
ul.field-collection-view-links li.delete a, ul.field-collection-view-links li.edit a, ul.action-links-field-collection-add li a, ul.primary li.edit a, ul.primary li.track a, ul.primary li.track-page-visits a, ul.primary li.view a {
	font-size: 0px;
	color: rgba(255,255,255, 0.4);
}
ul.primary li.edit a, ul.primary li.track a, ul.primary li.track-page-visits a, ul.primary li.view a {
	color: rgba(255,255,255, 0.6);
}
ul.field-collection-view-links li.delete a:before, ul.field-collection-view-links li.edit a:before, ul.action-links-field-collection-add li a:before, ul.primary li.edit a:before, ul.primary li.track a:before, ul.primary li.track-page-visits a:before, ul.primary li.view a:before {
    -webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	display: inline-block;
    font-size: 20px;
}
ul.field-collection-view-links li.delete a:hover, ul.field-collection-view-links li.edit a:hover {
	color: rgba(255,255,255, 0.8);
}
 ul.action-links-field-collection-add li a:hover, ul.primary li.edit a:hover, ul.primary li.track a:hover, ul.primary li.track-page-visits a:hover, ul.primary li.view a:hover {
	color: rgba(255,255,255, 1);
}
ul.field-collection-view-links li.delete a:before {
    content: '\f014';
}
ul.field-collection-view-links li.edit a:before {
    content: '\f044';
	padding-top: 2px;
}
ul.action-links-field-collection-add li a:before {
	content: '\f067';
}
ul.primary li.edit a:before {
	font-size: 22px;
	content: '\f044';
}
ul.primary li.track a:before, ul.primary li.track-page-visits a:before {
	content: '\f080';
}
ul.primary li.view a:before {
	content: '\f06e';
}
#jGrowl .jGrowl-notification {
	color: #234600;
}
.fadeIn {
filter: none; 
-webkit-filter: blur(0px); 
-moz-filter: blur(0px); 
-ms-filter: blur(0px);
filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
        opacity:0;
        -webkit-animation:fadeIn ease-in 1;
        -moz-animation:fadeIn ease-in 1;
        -o-animation:fadeIn ease-in 1;
        animation:fadeIn ease-in 1;
        -webkit-animation-fill-mode:forwards;
        -moz-animation-fill-mode:forwards;
        -o-animation-fill-mode:forwards;
        animation-fill-mode:forwards;
        z-index: 100;
}
.fadeIn-halfs {
        -webkit-animation-duration:0.5s;
        -moz-animation-duration:0.5s;
        -o-animation-duration:0.5s;
        animation-duration:0.5s;
    z-index: 100;
}
.fadeIn-1s {
        -webkit-animation-duration:1s;
        -moz-animation-duration:1s;
        -o-animation-duration:1s;
        animation-duration:1s;
    z-index: 100;
}
.fadeIn-Delay-halfs {
        -webkit-animation-delay:0.5s;
        -moz-animation-delay:0.5s;
        -o-animation-delay:0.5s;
        animation-delay:0.5s;
    z-index: 100;
}
.fadeIn-Delay-1s {
        -webkit-animation-delay:1s;
        -moz-animation-delay:1s;
        -o-animation-delay:1s;
        animation-delay:1s;
    z-index: 100;
}
.mediaelement-audio {
	margin-top: 30px;
	margin-bottom: 60px;
}
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-o-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

@media all{.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(255,255,255,255)}.featherlight:last-of-type{background:rgba(255,255,255,.85)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:20px 20px 0;border-bottom:20px solid transparent;min-width:30%;margin-left:5%;margin-right:5%;max-height:90%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:20px;cursor:pointer;text-align:center;font:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0}.featherlight iframe{border:0}}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:10px;margin-right:10px;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}
