/*!
Research/SRI Theme
Launched: 2016-12-16
Author: Nevin McElwrath, Shawn Maust, Taylor Packet, Erik Runyon
Marketing Communications: Web

CONTENTS
-----------------------------------------
1. Common Styles
2. Screen Styles
3. Media Queries
4. Themes
5. Grid
6. Print Styles

BRANDING
-----------------------------------------
1. COLORS
   - Green: #628c6a // aa compliant #587d60
   - Green Accent 1: #a1d18f
   - Green Accent 2: #9ed2b6
   - Yellow : #f53483

2. FONT STACKS
   - Headings: GPC, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif
   - Body: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif

3. GALAXIE POLARIS FONT WEIGHTS
   - 100 light
   - 300 book
   - 400 medium (normal)
   - 700 bold
   - 900 heavy
*/

/*************************************************************************************
 * 1. Common Styles
 ************************************************************************************/


*, *:before, *:after { box-sizing:border-box; }
@-ms-viewport {width:device-width; zoom:1;}
@-o-viewport {width:device-width; zoom:1;}
@viewport {width:device-width; zoom:1;}

html { width:100%; margin:0; padding:0; font-size:100%; overflow-y:scroll; -webkit-text-size-adjust:100%; -moz-text-size-adjust:100%; text-size-adjust:100%; font-smoothing:antialiased; }
body { width:100%; margin:0; padding:0; color:#333; font:1em/1.5em "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; font-weight: 300; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {display:block;}
audio, canvas, video {display:inline-block; *display:inline; *zoom:1;}
audio:not([controls]) {display:none;}
[hidden] {display:none;}
p {margin:0 0 1em;} 

a { transition: all 125ms ease; text-decoration: none; }
a:visited {color:#6f9e78;}
a:hover {color:#4a6950; text-decoration: none; }
a:active {color:#aa272f;}

a:focus {outline:thin dotted;}
a.tapped {background-color:rgba(220,179,57,0.5);}
::-moz-selection,
::-moz-selection {background:#0058cf; color:#fff; text-shadow:none;}
::-moz-selection {background:#0058cf; color:#fff; text-shadow:none;}
::-moz-selection,
::selection {background:#0058cf; color:#fff; text-shadow:none;}
strong, b {font-weight:bold;}
em, i {font-style:italic;}

h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6 {margin: 0.4em 0 0.25em; line-height:1.1em; color:#555; font-weight:300; text-shadow:0 1px rgba(255,255,255,0.6); text-rendering:optimizeLegibility; font-family:GPC, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; text-transform: uppercase; }

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {text-decoration:none;}
h1 a:visited, .h1 a:visited, h2 a:visited, .h2 a:visited, h3 a:visited, .h3 a:visited, h4 a:visited, .h4 a:visited, h5 a:visited, .h5 a:visited, h6 a:visited, .h6 a:visited { color:#6f9e78; }
h1 a:hover, .h1 a:hover, h2 a:hover, .h2 a:hover, h3 a:hover, .h3 a:hover, h4 a:hover, .h4 a:hover, h5 a:hover, .h5 a:hover, h6 a:hover, .h6 a:hover { /*text-decoration:underline; */}

h1, .h1 {margin-top:0; font-size:2em;}
h2, .h2 {font-size:1.75em; }
h3, .h3 {font-size:1.565em; text-transform: capitalize; }
h4, .h4 {font-size:1.375em;  text-transform: capitalize;  color:#777; }
h5, .h5 {font-size:1.2em;  text-transform: capitalize; }
h6, .h6 {font-size:1em; color:#555; letter-spacing:1px;  text-transform: capitalize; }

h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
.image-right + h2,
.image-left + h2,
div + h2,
div + h3,
div + h4 {margin-top:0;}

ol, ul {margin:1em 0; padding:0 0 0 2em;}
li {margin:0 0 0.25em;}
nav ul {margin:0; padding:0; list-style:none;}
nav li {margin: 0 0 1px 0; padding:0;}
nav a {text-decoration:none;}
.nobullets,
.no-bullets { list-style-type:none; padding-left:0; }
.nobullets li,
.no-bullets li { max-width:none; }

table {width:100%; max-width:100%; margin:2em 0; border-collapse:collapse; border-spacing:0;}
tr {border-top:1px solid #ccc;}
  thead th,
  th {text-align:left; background-color:#dbdbdb;}
  tfoot th {text-align:right;}
th, td {padding:0.25em;}
  .number {text-align:right;}
td, td img {vertical-align:top;}

iframe, embed {width:100%;}

sup {vertical-align:super; font-size:smaller;}
sub {vertical-align:sub; font-size:smaller;}
pre, code, kbd, samp {font-family:monospace, sans-serif;}
hr {clear:both; width:100%; margin:2em auto; border:3px solid #ccc; border-width:3px 0 0;}

/* Form Elements
----------------------------------------------------*/
form {margin:0 0 1em;}
label {display:block; font-weight:bold;}
button[type="submit"] {}
button, input, select, textarea {margin:0; margin:0 0 1em; font-size:100%; vertical-align:baseline; *vertical-align:middle;}
button {width:auto; overflow:visible;}
button, input {line-height:normal;}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {cursor:pointer; -webkit-appearance:button; *overflow:visible;}
input[type="checkbox"],
input[type="radio"] {padding:0; *height:13px; *width:13px;}
input[type="search"] {-webkit-appearance:textfield;}
button::-moz-focus-inner,
input::-moz-focus-inner {border:0; padding:0;}
textarea {overflow:auto; vertical-align:top;}

/* Quotes
----------------------------------------------------*/
blockquote {margin:1em; padding:0;}
blockquote p {margin:0; padding:0 0 0 1.2em; border-left:3px solid #dcb439; color:#333; font-family:"Helvetica Neue", Helvetica, Verdana, Arial, sans-serif; font-weight: 300; font-size: 1.4em; line-height: 1.5; border: none; background: url(/stylesheets/images/hatch-tile.svg) repeat-y left top; padding-left: 1.2em; background-size: 0.3em auto; font-style: normal; }
blockquote footer {display:block; margin-top:1em; color:#666; line-height:1.5em; font-style:italic; font-size:0.8em; font-family:"Adobe Garamond", Garmond, Georgia, "Times New Roman", Times, serif;}
blockquote.pull {float:right; font-style:normal;}

/* Images
----------------------------------------------------*/
img {max-width:100%; width:auto; height:auto; border:none; vertical-align:bottom; -ms-interpolation-mode:bicubic; box-sizing:content-box; }
.image-default,
.image-right,
.image-left {margin:0 0 1em; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; font-size:0.9em; color:#777;}
.image-right {float:right; margin:0 0 1em 1em;}
.image-left {float:left; margin:0 1em 1em 0;}
.image-right,
.image-left {max-width:46%;}
.image-center {text-align:center;}
.image-default a,
.image-right a,
.image-left a {display:block; text-decoration:none; border:none;}
.image-left + h2 {margin-top:0;}
.captioned { font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif; font-weight: 300; font-size: 0.8em; }
.captioned img {margin-bottom:0.5em;}

figure {margin:0 0 1em; max-width:100%;}
aside.right,
figure.right {float:right; max-width:100%;}
aside.right p {margin-right:0;}
figure.left {float:left;}
figcaption {display:block; text-align:left; line-height:1.5em;}
  figcaption blockquote {width:auto; font-weight:normal;}

/* Icons
  <span class="icon" data-icon="nd-monogram"></span>
  https://dev.conductor.nd.edu/icons/
----------------------------------------------------*/
.icon {display:inline-block; width:1em; height:1em; fill:currentColor;}
[data-icon="nd-monogram"] {fill:#002b5b;}
.icon svg { width:100%; height:1em; }

/* General Classes
----------------------------------------------------*/
.noborder,
.noborder img { border:none !important; box-shadow: none !important; }
.entry-webcal {font-weight:bold;}
  .entry-webcal i {font-weight:normal;}
a[href$=".pdf"] { /* padding: 0 0 0 20px; background:url(#icon-file-pdf-o) left center no-repeat;*/ text-decoration: none; }
.ndmark {display:block; width:300px; max-width:100%; text-decoration:none; text-align: center; }

.cf:before, .cf:after {content:"\0020"; display:block; height:0; overflow:hidden;}
.cf:after {clear:both;}
.cf {zoom:1;}

.bars {padding:0 0 30px; background:url(images/bars-gray.png) bottom left repeat-x;}

.video {position:relative; display:block; text-align:center;}
.video .play {position:absolute; top:0; left:0; width:100%; height:100%; margin:0 auto; background:url(images/play-btn.png) center center no-repeat; background-size:auto 100%; }

.skip-links {border:0; clip:rect(0 0 0 0); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px;}
.skip-links:active, .skip-links:focus {clip:auto; height:auto; margin:0; overflow:visible; position:static; width:auto;}
.align-right { text-align: right; }
.align-center { text-align: center; }
.link-block { display:block; }

.hidden {display:none !important;}
.invisible {visibility:hidden;}
.visually-hidden {position:absolute; border:0; clip:rect(0 0 0 0); height:1px; width:1px; overflow:hidden; margin:-1px; padding:0; white-space:nowrap;}

/* Breadcrumbs
----------------------------------------------------*/
.breadcrumbs {display:block; margin: 0 0 2em; list-style:none; font-size:0.8em; position: relative; z-index: 1;}

  .breadcrumbs li { display:inline; float:left; margin:0 4px 0 0; color:#555; }
  .breadcrumbs a { text-decoration:none; color: #333; }
    .breadcrumbs a:hover { color: #628c6a !important; }
    .breadcrumbs a:visited { color:#555; }

/* Fonts
   https://dev.conductor.nd.edu/fonts/
----------------------------------------------------*/
@font-face {font-family:GPC; font-weight:300; font-style:normal;
  src:url('https://static.nd.edu/fonts/gp/gpc-book.woff2') format('woff2'),
      url('https://static.nd.edu/fonts/gp/gpc-book.woff') format('woff'),
      url('https://static.nd.edu/fonts/gp/gpc-book.ttf') format('truetype');
}
@font-face {font-family:GPB; font-weight:700; font-style:normal;
  src:url('https://static.nd.edu/fonts/gp-min/gp-bold.woff2') format('woff2'),
      url('https://static.nd.edu/fonts/gp-min/gp-bold.woff') format('woff'),
      url('https://static.nd.edu/fonts/gp-min/gp-bold.ttf') format('truetype');
}
@font-face {font-family:GPC; font-weight:400; font-style:normal;
  src:url('https://static.nd.edu/fonts/gp-min/gpc-medium.woff2') format('woff2'),
      url('https://static.nd.edu/fonts/gp-min/gpc-medium.woff') format('woff'),
      url('https://static.nd.edu/fonts/gp-min/gpc-medium.ttf') format('truetype');
}

/* NEWS & EVENTS
----------------------------------------------------*/
article {margin-bottom:4em;}
article header { margin:0; padding-bottom: 1em; clear:both; }
  .event-entry {margin-left:1em; margin-right:1em;}
  .event-entry,
  .news-entry { margin-bottom:2em; margin-top:2em; clear: both; }
  .event-footer,
  .news-footer { margin-top:1em; }
  .news-entry h1,
  .event-entry h1 { text-transform: capitalize; }

.additional-links {margin:0 0 1em; padding:0; list-style:none;}
  .additional-links li {display:inline-block; *display:inline; *zoom:1; margin:0;}
  .additional-links a {text-decoration:none;}

.entry-title {margin:0 0 0.25em; padding:0; font-size:1.1em; line-height:1.35em; font-family:"Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; font-weight:300; }
  .entry-title--has-date,
  .entry-meta--has-date { width:calc(100% - 80px); float:right; }
  .entry-title--has-image,
  .entry-meta--has-image { width:calc(100% - 120px); float:right; }
  .entry-title--has-image-date,
  .entry-meta--has-image-date { width:calc(100% - 80px); float:right; }
  .entry-title--page-title {border:none;}
  .entry-title a { font-weight:400; text-transform:none; }

.entry-publish-info,
.entry-author,
.entry-location,
.entry-posted-in {display:block; *display:inline; *zoom:1; margin:0.2em 1em 0 0; color:#333; font-size:1em; font-weight:normal; font-family:inherit;}
.entry-publish-info b,
.entry-author b,
.entry-location b,
.entry-posted-in {color:#999; font-weight:bold;}

.entry-author a {text-decoration:none;}
  .entry-author a:hover {text-decoration:underline;}
.entry-image { width:100px; float:left; }
  .entry-image--event { width:100%; }
  .entry-image--thumb { width:100px; }
.event-date { width:70px; float:left; text-align:center; color: white; background-color: #777; padding: 0.3em 0 0.7em; /*#c8df8b;*/ }
  .entry-image ~ .event-date { background-color: transparent; color: #777; }

.entry-excerpt {margin:0 0 1em; }
  .entry-excerpt * { color: #333; font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif; text-transform: none; font-weight: 400; font-size: 1em; }
  .entry-excerpt--has-image { width:calc(100% - 110px); float:right;}
.entry-description {margin:1em 0;}
.entry-posted-in {display:block;}

.entry-title--full-width,
.entry-excerpt--full-width,
.entry-image--full-width { width:100%; float:none; }

.events-date-header {margin:0 0 0.25em; padding:0; color:#999; font-weight:300; font-family:GPC, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; font-size:1.25em;}
.entry-date-string {font-weight:bold; color:#999; margin-bottom: 0.2em; }
.event-month { display:block; text-transform:uppercase; letter-spacing:0.125em; }
.event-day { display:block; font-size:2em; font-weight:700;}

.list-container { background-color: white; padding: 1.5em 1em; margin-bottom: 2em; }
  .list-container article { margin: 0 0 1.5em; }

/* SEARCH
----------------------------------------------------*/
.search-count,
.search-time {font-family:inherit;}
.search-count {margin:0; font-size:1.4em; text-transform: none; }
  .search-query i {font-style:normal; font-weight:700;}
.search-time {margin:0 0 1em; color:#666; font-size:1.2em; text-transform: none; }
.search-results {margin:1em 0; padding:0; list-style:none;}
  .search-results li {margin:0;}
    .search-record header {margin:0 0 0.5em;}
    .search-result-title {font-family:"Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; font-size:1.4em; text-transform: capitalize; }
    .search-result-title b {font-weight:500;}
    .search-result-url {font-size:0.9em; font-family:inherit; word-break:break-all; text-transform: lowercase; }
    .search-result-excerpt {margin:0 0 0.5em; line-height:1.3em;}
    .search-result-excerpt br {display:none;}
    .search-result-meta {color:#999; font-size:0.9em;}
    
.pagination { text-align: center; }
  .pagination span,
  .pagination a { padding: 0.4em 0.6em; }
  .pagination a:hover { color: white; background: #628c6a; }

/* GRID
----------------------------------------------------*/
/* Grid -- Adapted from https://github.com/codrops/ThumbnailGridExpandingPreview/blob/master/css/component.css */
.ex-grid { list-style: none; padding:20px 0; margin:0 auto; width:100%; text-align:left; }
.ex-grid-expander { position: absolute; border:1px solid #f5e483; border-top-width:0.5em; top: auto; left: 0; width: 100%; margin-top: 1em; text-align: left; height: 0; overflow-y:auto; z-index:100; background:#fff; }
.ex-grid-expander-inner { min-height:100%!important; padding:1em; }
.ex-grid-close { position: absolute; width: 1.5em; height: 1.5em; top: 1em; right: 1em; cursor: pointer; z-index:100; }
.ex-grid-close::before,
.ex-grid-close::after { content: ''; position: absolute; width: 100%; top: 50%; height: 3px; background: #222; transform: rotate(45deg); transition: all 125ms ease; }
.ex-grid-close::after { transform: rotate(-45deg); }
.ex-grid-close:hover::before,
.ex-grid-close:hover::after { background: #f5e483; }

.ex-grid-details { height: 100%; overflow: hidden; position:relative; font-size:0.95em; }
.ex-grid-details h3 { font-weight: 300; font-size:2.4em; text-transform:none; padding:0; margin-bottom:0.5em; margin-right:0.75em; margin-top: 0.2em; }
.ex-grid-details p { font-weight: 400; line-height:1.25; margin-bottom:0.5em; color: #555; }
.ex-grid-details .image-right,
.ex-grid-details .image-left { max-width: 46%; }

.ex-grid-details a[href^="http://"]:after { content: " "; display: inline-block; width: 0.7rem; height: 1em; margin-left: 0.4em; background: url(data:image/svg+xml;base64,PHN2ZwexICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiCiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIKICAgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgexICB2aWV3Qm94PSIwIC0yNTYgMTg1MCAxODUwIgexICB2ZXJzaW9uPSIxLjEiCiAgIHdpZHRoPSIxMDAlIgexICBoZWlnaHQ9IjEwMCUiPgexIDxzdHlsZT4gcGF0aCB7IGZpbGw6IGN1cnJlbnRDb2xvcjsgfSA8L3N0eWxlPgexCiAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsMzAuMzcyODgxLDE0MjYuOTQ5MikiPgexICAgPHBhdGggZD0iTSAxNDA4LDYwOCBWIDI4OCBRIDE0MDgsMTY5IDEzMjMuNSw4NC41IDEyMzksMCAxMTIwLDAgSCAyODggUSAxNjksMCA4NC41LDg0LjUgMCwxNjkgMCwyODggdiA4MzIgUSAwLDEyMzkgODQuNSwxMzIzLjUgMTY5LDE0MDggMjg4LDE0MDggaCA3MDQgcSAxNCwwIDIzLC05IDksLTkgOSwtMjMgdiAtNjQgcSAwLC0xNCAtOSwtMjMgLTksLTkgLTIzLC05IEggMjg4IHEgLTY2LDAgLTExMywtNDcgLTQ3LC00NyAtNDcsLTExMyBWIDI4OCBxIDAsLTY2IDQ3LC0xMTMgNDcsLTQ3IDExMywtNDcgaCA4MzIgcSA2NiwwIDExMyw0NyA0Nyw0NyA0NywxMTMgdiAzMjAgcSAwLDE0IDksMjMgOSw5IDIzLDkgaCA2NCBxIDE0LDAgMjMsLTkgOSwtOSA5LC0yMyB6IG0gMzg0LDg2NCBWIDk2MCBxIDAsLTI2IC0xOSwtNDUgLTE5LC0xOSAtNDUsLTE5IC0yNiwwIC00NSwxOSBMIDE1MDcsMTA5MSA4NTUsNDM5IHEgLTEwLC0xMCAtMjMsLTEwIC0xMywwIC0yMywxMCBMIDY5NSw1NTMgcSAtMTAsMTAgLTEwLDIzIDAsMTMgMTAsMjMgbCA2NTIsNjUyIC0xNzYsMTc2IHEgLTE5LDE5IC0xOSw0NSAwLDI2IDE5LDQ1IDE5LDE5IDQ1LDE5IGggNTEyIHEgMjYsMCA0NSwtMTkgMTksLTE5IDE5LC00NSB6Ii8+CiAgPC9nPgo8L3N2Zz4K) no-repeat center bottom; color: inherit; }
.ex-grid-expanded .grid-item-content { position:relative; }
.ex-grid-expanded .grid-item-content:after { content:''; border:1em transparent solid; border-bottom-color:#f5e483; position:absolute; bottom:-1em; left:50%; margin-left:-1em;  }

.list-grid { list-style:none; }
  .list-grid img { margin:0 auto; max-width:100%; }

.grid-item { padding:0 0.9375em 0 0; margin:0 auto 1.875em; width:33%; display:inline-block; vertical-align:top; margin-right:-0.25em; transition:height 0.2s; }
.grid-item-link { display:block; text-decoration:none; }
.grid-item-content { position:relative;}
.inactive .grid-item-content--grayout { opacity: 0.33; background:#fff;/* filter:grayscale(1); */ }
.grid-item-heading { display:block; margin-top:0.5em; font-size:1.2em; font-family: GPC, "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif; display:block; text-decoration:none; line-height:1.3; }
.grid-item-heading em { font-size:0.8em; font-style:normal; }
.grid-item-heading--overlay { display:block; position:absolute; padding:0.5em; min-height:4em; bottom:0; left:0; right:0; font-size:1em; font-weight:300; background:white; }
.content-wrapper { position:absolute; left:1em; right:1em; top:50%; transform:translateY(-66%); }
.grid-item-author, 
.grid-item-title { display:block; padding:0.25em 0 0; text-decoration:none; }
.grid-item-title { font-style:italic; }

.videos { padding: 1em; background-color: white; }

/* Support */
.home .btn-support--sidebar,
.support-the-institute .btn-support--sidebar { display:none; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{ padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; }
.fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020; }
.fancybox-skin { position: relative; background: #f9f9f9; color: #444; text-shadow: none; border-radius: 4px; }
.fancybox-opened { z-index: 8030; }
.fancybox-opened .fancybox-skin { box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
.fancybox-outer, .fancybox-inner { position: relative; }
.fancybox-inner { overflow: hidden; }
.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; }
.fancybox-error { color: #444; font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; margin: 0; padding: 15px; white-space: nowrap; }
.fancybox-image,
.fancybox-iframe { display: block; width: 100%; height: 100%; }
.fancybox-image { max-width: 100%; max-height: 100%; }
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span { background-image: url('images/fancybox_sprite.png'); }
#fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; }
#fancybox-loading div { width: 44px; height: 44px; background: url('images/fancybox_loading.gif') center center no-repeat; }
.fancybox-close { position: absolute; top: -18px; right: -18px; width: 36px; height: 36px; cursor: pointer; z-index: 8040; }
.fancybox-nav { position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer; text-decoration: none; background: transparent url('images/blank.gif'); /* helps IE */ -webkit-tap-highlight-color: rgba(0,0,0,0); z-index: 8040; }
.fancybox-prev { left: 0; }
.fancybox-next { right: 0; }
.fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 34px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; }
.fancybox-prev span { left: 10px; background-position: 0 -36px; }
.fancybox-next span { right: 10px; background-position: 0 -72px; }
.fancybox-nav:hover span { visibility: visible; }
.fancybox-tmp { position: absolute; top: -99999px; left: -99999px; visibility: hidden; max-width: 99999px; max-height: 99999px; overflow: visible !important; }

/* Overlay helper */
.fancybox-lock { overflow: hidden !important; width: auto; }
.fancybox-lock body { overflow: hidden !important; }
.fancybox-lock-test { overflow-y: hidden !important; }
.fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background: url('images/fancybox_overlay.png'); }
.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }
.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }

/* Title helper */
.fancybox-title { visibility: hidden; font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; position: relative; text-shadow: none; z-index: 8050; }
.fancybox-opened .fancybox-title { visibility: visible; }
.fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center; }
.fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; /* Fallback for web browsers that doesn't support RGBa */ background: rgba(0, 0, 0, 0.8); border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; line-height: 24px; white-space: nowrap; }
.fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; }
.fancybox-title-inside-wrap { padding-top: 10px; }
.fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0, 0, 0, .8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){
	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url('fancybox_sprite@2x.png'); background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/ }
	#fancybox-loading div { background-image: url('fancybox_loading@2x.gif'); background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/ }
}

/* Customize */
.fancybox--video { position:relative; display:block; text-align:center;}
.fancybox-skin { background:#000;}
 
.header-image .btn-play { display:inline-block; width:150px; margin:0 auto; height:86px; text-indent:-999em; box-shadow:none; z-index:1000;  padding: 0; background-color: transparent; margin-top: 1.5em; }
  .header-image .btn-play:hover { background-color: rgba(65, 93, 70, 0.7); }
  .header-image .btn-play svg { color: white; display: block; width: 100%; height: 100%; transition: all 125ms ease;  }
    .header-image .btn-play:hover svg { color: #f5e483; }
.header-image .video-play,
.header-image .video-pause { display:block; position:absolute; bottom:1em; right:1em; z-index:100; width:15px; height:19px; text-indent:-999em; }
.header-image .video-play { border-top:8px solid transparent; border-left:12px solid rgba(255,255,255,0.6); border-bottom:8px solid transparent; }
.header-image .video-pause { border-right:4px solid rgba(255,255,255,0.6); border-left:4px solid rgba(255,255,255,0.6); }

.featured-content { background-color: #ddd; text-align: left; vertical-align: top; padding: 1.5em; }

/* Tiny Slider */
.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{transition:all 0s}.tns-slider>.tns-item{box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:calc(100% / 70);height:10px;float:left}
.tns-nav { text-align:center; }
.tns-nav [aria-controls] { border-radius:100%; line-height:1; border:none; display:inline-block; margin:0 0.2rem; margin-bottom:1rem; height:0.75rem; width:0.75rem; background:#ddd; box-shadow:inset 0 0 0.2rem rgba(0,0,0,0.25); }
.tns-nav .tns-nav-active { background:#aaa; }

/*
 * Table Sorter, Customize theme.
 * Original https://raw.githubusercontent.com/christianbach/tablesorter/master/themes/blue/style.css
 */
.tablesorter { background-color:#CDCDCD; width:100%; font-size:0.8em; text-align:left; }
.tablesorter thead th,
.tablesorter tfoot th { background-color:#ddd; padding:0.25em 1.5em 0.25em 0.75em; line-height:1.2; }
.tablesorter .header { background-image:url(images/bg.gif); background-repeat:no-repeat; background-position:center right; cursor:pointer; }
.tablesorter td { color:#3D3D3D;  padding:0.25em 0.75em; background-color:#FFF; vertical-align:top; }
.tablesorter .odd td {	background-color:#F0F0F6; }
.tablesorter .headerSortUp { background-image:url(images/asc.gif); }
.tablesorter .headerSortDown { background-image:url(images/desc.gif); }
.tablesorter .headerSortDown,
.tablesorter .headerSortUp { background-color:#eee;}

/* Fellows */
.home-fellows svg { position:absolute; width:40%; left:30%; height:40%; top:30%; color:#fff; background:rgba(0,0,0,0.1); transition:all 0.5s; }
.home-fellows a:hover svg { color:#f5e483; background:rgba(0,0,0,0.3); }

.fellows-group-heading { margin:1em 0 0.75em; }
.student-image,
.fellow-image { float:right; clear:right; max-width:35%; margin:0.5em 0 1em 1em;}
.student-image--list,
.fellow-image--list { float:left; margin:0 1em 1em 0;}
.student-info,
.fellow-info { float:right; width:calc(65% - 1em); }
.student-name,
.fellow-name { margin:0 0 0.25em; font-size:1.5em; }
.student-detail-list,
.fellow-detail-list { padding:0; margin-top:0; list-style:none; }

.student-content h2,
.fellow-content h2 { font-size:1.75em; margin:1.35em 0 0.5em; }
.student-content h2 + ul,
.fellow-content h2 + ul { margin:0 0 1em; }
.student-affiliation,
.fellow-affiliation { font-weight:700; }
.student-title,
.fellow-title { font-style:italic; }
.student-type,
.fellow-type { margin-top:1em; font-style:italic; }
.results-count { display:hidden; }
.results-count--active { display:block; }
.fellows-item .fellow-project {margin:0; font-size:1rem; color:#333;}
.fellow-project { margin-top:1rem; font-size:1.2rem; color:#628c6a; }
.fellow-type + .fellow-project { margin:0 0 1rem; }
.book-title {margin-top:1rem;}
.fellow-books .columns { display:inline-block; float:none; vertical-align:top; width:calc(50% - 0.25em); }
.fellow-books [class*="column"] + [class*="column"]:last-child { float:none; }

/* Books */
.book-image { float:left; width:35%; margin-right:1em; }
  .book-image--top { float:none; width:100%; margin:0; }
.book-details { float:left; width:calc(65% - 1em); }
.book-detail-list { padding:0; margin:0; list-style:none; }

/* Quarterlies */
.q-issue-image { float:left; width:10em; margin:0.5em 1em 0.5em 0; max-width:35%; }
.q-issue-details { float:left; width:calc(100% - 11em); min-width:60%;}
.q-issue-article-list { list-style:none; padding:0; }
  .q-issue-article-list li { margin-bottom:1em; }
.q-article-author { display:block; }
  .q-article-author--page { clear:both; margin-top:2em; font-weight:700; }
.q-article-title { font-weight:700; }

.publication { margin-bottom:2em; }
.publication h2 { margin-top:0.5em; }


.nav-letters { list-style:none; text-align:center; }
.nav-letters li { display:inline-block; }
.nav-letters a { display:inline-block; padding:0.25em; text-decoration:none; }

/* Twitter */
.tweet-actions { text-align:center; }
.tweet-actions a { display:inline-block; width:30%; position:relative; text-indent:-999em; }
.tweet-actions svg { height:1.5em; width:1.5em; position:absolute; left:50%; transform:translateX(-50%); fill:#AAB8C2; }



/*************************************************************************************
 * 2. Screen Styles
 ************************************************************************************/
@media screen,projection {

  .animated { -webkit-animation-duration:1s; animation-duration:1s; -webkit-animation-fill-mode:both; animation-fill-mode:both; }

  @-webkit-keyframes fadeInDown {
    0%   { opacity:0; transform:translate3d(0, -100%, 0); }
    100% { opacity:1; transform:none;}
  }

  @keyframes fadeInDown {
    0%   { opacity:0; transform:translate3d(0, -100%, 0); }
    100% { opacity:1; transform:none;}
  }
  
  .fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; }

  @-webkit-keyframes slideUp {
    0%   { transform:translateY(100%); }
    100% { transform:none; }
  }

  @keyframes slideUp {
    0%   { transform:translateY(100%); }
    100% { transform:none; }
  }
  
  .slideUp { -webkit-animation-name: slideUp; animation-name: slideUp; }

  a { color:#587d60; }
  a:visited,
  a:hover { color:#6f9e78; }
  a:active { color:#a1d18f; }

  h1, .h1 { font-size:2em; }
  h2, .h2 { font-size:1.6em; }
  h3, .h3 { font-size:1.4em; }
  h4, .h4 { font-size:1.3em; font-style: normal; }
  h5, .h5 { font-size:1.2em; }
  h6, .h6 { font-size:1.1em; }

  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {color: #628c6a; }
  h1 a:visited, .h1 a:visited, h2 a:visited, .h2 a:visited, h3 a:visited, .h3 a:visited, h4 a:visited, .h4 a:visited, h5 a:visited, .h5 a:visited, h6 a:visited, .h6 a:visited { color: #6f9e78; }

  h2 [data-icon]:before { font-size: 1em; vertical-align: normal; }

  .wrapper { overflow:hidden; }

  p {max-width:65em;}
  .image-default img,
  .image-right img,
  .image-left img {border:1px solid #222; box-shadow:0 1px 5px rgba(0, 0, 0, 0.4); }
  .tablewrap {position:relative; overflow-y:auto; margin:0 auto;}

  /* Buttons
  ----------------------------------------------------*/
  .btn,
  .more,
  .excerpt_continuation { display:inline-block; *display:inline; *zoom:1; /* white-space:nowrap; */ margin:0.5rem 1rem 0.5rem 0; padding: 0.7em 1em 0.6em; cursor:pointer; border: 1px solid #628c6a; font-size:1em; line-height:1.2; text-decoration:none; text-transform: uppercase; letter-spacing: 0.08em; text-align:center; vertical-align:middle; font-weight:300; font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; box-shadow: none; color: #587d60; background-color: #fff; border-radius: 0; transition: all .125s ease-in-out; }

  .btn.active {}
  .btn:hover,
  .btn.active:hover,
  .more:hover { border-bottom:1px solid #587d60; color:white; background-color: #587d60; }
  .btn:visited { color: #587d60; border-color: #9ed2b6; /*background-color: rgba(98, 140, 106, 0.6);*/ box-shadow:none; }
  .btn:visited:hover { color: white; }

  .btn [data-icon]:before {padding-right:0.25em; font-size:1em; color: #587d60; transition: all 250ms ease; }

  .btn.alt { border-color: #9d9d9d; color: #666; }
  .btn.alt:visited { border-color: #adadad; color: #555; box-shadow: none; }
  .btn.alt:hover { color: white; background: #9d9d9d; }
  .btn:hover [data-icon]:before {color:#dcb439;}
  .btn:hover [data-icon]:before { color: white; }
  .btn.alt [data-icon]:before { color: #555; }
  .btn.alt:hover [data-icon]:before { color: #777; }

  .btn-mini {font-size:0.6em; }
  .btn-small {font-size:0.8em; }
  .btn-large {font-size:1.2em; }
  .btn-blue {color:#eee; background-color:#002b5b; border-bottom:3px solid #000f20; }
    .btn-blue:visited{color:#eee;}
    .btn-blue:hover {border-bottom:3px solid #002753; background-color:#073f7e; }
  .btn-gold {border-bottom:3px solid #caa228; color:#333; background-color:#dcb439; }
    .btn-gold:visited{color:#002b5b;}
    .btn-gold:hover{border-bottom:3px solid #dcb439; color:#333; background-color:#efca56;}

  .more,
  .excerpt_continuation {clear:both; float:none; margin-top:1em; padding: 0.5em 1.5em 0.5em 1em; font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; font-size:0.9em; color:#628c6a; line-height:1em; background:transparent; border-bottom: 1px solid #628c6a; background-size: cover; background-position: 100% 50%; }
    .more:visited { color: #445e7c; }
    .more:hover { background-repeat:no-repeat; color: white; /*border-bottom: none;*/ background-position: 100% 50%; background-size: cover; }

  .more.right,
  .btn.right { display:block; float: right; }
  .more.alt:after { content: " \2192"; }
  .more.alt:hover { color: #ac8d2d;  background: transparent; }

  .page-content h2 + .more { color: #628c6a; border-color: #628c6a; }
  .page-content h2 + .more:visited { color: #6f9e78; }
  .page-content h2 + .more:hover { color: white; }
  h2 + .more { font-size: 0.7em; float:right; margin-top:-3em; color: white; padding: 0.5em 1.5em; border-color: white; }
  h2 + .more:hover { color: #f5e483; border: 1px solid white; background-color: #46664c; }
  h2 + .more:visited { color: white; border-color: white; }
  h2 + .more:visited:hover { color: #f5e483; }
  

  .btn.alt2 { padding: 0.75em 1.5em; border-color: #555; color: #555; border-radius: 0; border: 1px solid #555; box-shadow: none; }
  .btn.alt2:visited { border-color: #777; color: #777; }
  .btn.alt2:hover { color: white; background: #9d9d9d; border-color: #9d9d9d; }

  .btn-featured { margin: 0 0 2em; display: block; }
  .btn-featured em { font-style: normal; display: block; }

  .btn-featured .title { display: block; }

  .btn-featured .title,
  .btn-featured.btn-sub { font-size:1.1rem; }
  
  .row-fixed,
  .header-cta { display: none; }
    .row-fixed .application { padding: 0.75em; }
    .row-fixed .btn { display: inline-block; }

  .header-cta .btn.btn-cta,
  .row-fixed .btn { background: #587d60; color: white; border: 2px solid white; padding: 0.75em 1.5em; margin: 0 2em 0 0; }
    .header-cta .btn.btn-cta:hover,
    .row-fixed .btn:hover { background: white; color: #587d60; border-color: #587d60; }
  .nav-secondary li .btn:hover { background: #587d60; }  

  /* Structure
  ----------------------------------------------------*/
  html { background:#fff; }
  .site-content {padding-top:1em; padding-bottom:1em;}
  .beta {padding:1em 0; border-top:1px solid #dadada; box-shadow:inset 0 1px 0 rgba(255,255,255,0.9); }
  .alpha { position: relative; }

  .main,
  .aside {text-shadow:0 1px 0 #fff;}
  .aside {margin-top:1em;}
    .aside h2 {margin:0 0 0.75em; padding:0 0 0.5em; font-size:1.4em; background:url(images/border-double.png) left bottom repeat-x;}
    .aside img {margin-bottom:1em;}
    .aside ul {padding:0 0 0 1em; list-style:none;}
    .aside li a {text-decoration:none; font-weight:bold; font-size:0.9em;}
      .aside li a:hover {text-decoration:underline;}
    .aside .entry-title {font-size:1.2em;}
    .aside article footer {display:none;}

  .page-title { margin:0 0 .35em; padding:0 0 0.25em; position:relative;  font-weight:300; border-bottom:3px solid #f5e483; clear:both; }
    .page-title:after { content:''; display:block; position:absolute; width:0; height:0; border:8px solid transparent; border-top-color:#f5e483; left:0.5em; top:100%;}

  /* Header
  ----------------------------------------------------*/
  .site-header {text-align:center; overflow: hidden; }
  .brandbar,
  .titlebar {overflow:hidden;}
  .brandbar { position:relative; z-index:100; }
    .dept {display:none; border-top:1px solid  #000; box-shadow:0 1px rgba(0,122,217,0.4) inset; }
    .brandbar li {margin:0 -0.9375em; padding:0;}
    .brandbar a {display:block;  margin:0 auto; text-decoration:none; height:50px; text-indent:-9999px; overflow:hidden; background-repeat:no-repeat;}

  .dept { box-shadow:0 1px rgba(0,0,0,0.15) inset; }
    .dept-nd img {display:none;}
      .dept-nd a {background-position:left 0;}
      .dept a {background-position:right 0;}

  .titlebar {position:relative; padding:0.75em 0; background: transparent; border-bottom: none; transition:all 300ms ease-in-out; z-index:100; }
    .site-title {clear:both; width:80%; margin:0; padding:0.3em 0; font-size:1.75em; line-height:1.1em; font-weight:300; text-align:left; text-shadow:0 1px rgba(255,255,255,0.7);}
    .site-title a {display:block; border:none; color:#002b5b; text-decoration:none; }
      .site-title a:visited {color:#002b5b;}
      .site-title a:hover {text-decoration:none;}
      .site-title a span { font-size: 0.45em; font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif; font-weight: 300; letter-spacing: 0.5em; text-transform: uppercase; display: block; line-height: 1.2; }
       .sublined .site-itle {margin:0; line-height:1.4em;}
       .subline { clear:left; margin:0; color:#333; font-family:inherit; font-size:1em; text-align:left;}

  .with-mark .site-title a { padding: 0; color: #4f4f4f; text-indent: -999em; width: 100%; height: 100%; background: url(/stylesheets/images/logo-ndias.png) no-repeat left center; background-size: contain; min-height: 3em; }

  .header-util {position:relative; margin:0 auto; padding:0 1em; text-align:center; display:none;}
    .header-util nav ul {margin:0.4em 0 0; text-align:center; line-height:1em;}
    .header-util nav li {display:inline-block; *display:inline; *zoom:1; width:32%;}
    .header-util nav a {display:block; padding:0.625em; color:#002b5b; font-family:"HelveticaNeue",Helvetica,Arial,sans-serif; font-weight:bold; text-decoration:none; text-shadow:0 1px rgba(255,255,255,.9); border:1px solid #562e07; }

    .search-form {display:none; overflow:hidden; width:91%; margin:0 auto 0.5em; padding:1px 1px 1px 4px; line-height:1.1em; background-color:#fff; border-radius:1em; }
    .search-form label {border:0; clip:rect(0 0 0 0); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px;}
    .search-input {display:inline-block; *display:inline; *zoom:1; vertical-align:middle; width:86%; height:1.7em; margin:0; padding:0; border:none; font-family:inherit; font-size:1.2em; color:#444; -webkit-appearance:textfield; background:transparent;}
    .search-button {display:inline-block; *display:inline; *zoom:1; float:right; position:relative; overflow:hidden; width:2em; height:2em; margin:0; padding:0; border:none; cursor:pointer; border-radius:0; transition:all .15s ease-in-out; background-color:transparent; }
      .lt-ie9 .search-button {background: transparent url(/images/icons/searchmag.png) center center no-repeat;}
    .search-button:hover { border: none; background: transparent; }
    .search-button:active { color: #1d99cc; }
      .lt-ie9 .search-button:before {content:'';}
    .search-button span { display:inline-block; text-indent:-999em; }
    .search-button:active:before {text-shadow:0 -1px rgba(255,255,255,0.6); }

  .header-image { position:relative; overflow:hidden; padding-top:33.33333%; background:transparent 50% 50% no-repeat; background-size:cover; -webkit-clip-path:url("images/header-partial-mask.svg#headerSidebarClip"); clip-path:url("images/header-partial-mask.svg#headerSidebarClip"); }
    .header-image .row,
    .header-image .column { z-index: 4; text-align: left; bottom: 1rem; position: relative; margin-top: 1rem;  }
    .header-image h2 { font-family: GPC, "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif; color: white; text-shadow: none; font-weight: 400; font-size: 2em; z-index: 3; line-height: 1.3; border-bottom: 6px solid #f5e483; display: inline-block; padding-bottom: 0.2em; }
    .header-image h2 strong { font-family: GPB, "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif; font-size: 1.4em; color: #f5e483; display: block; font-weight: 700; line-height: 1em; }
    .header-image:after { content: ''; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(67, 96, 73, 0.35); z-index: 1; position: absolute; }
    
  .header-video-container { position:relative; text-align: center; }
  .header-video,
  .header-video-container iframe { text-indent:-999em;  display:block; }

  .header-tagline { display:block; position:relative; padding-top:38%; width:100%; max-width:300px; margin:0.5em 0 0; text-indent:-999em; background-position:50% 50%; background-repeat:no-repeat; background-size:contain; }
  .header-tagline:before { content:''; display:block; position:absolute; top: -3em; bottom: -5em; right: -5em; left: -5em; z-index:-1; background: radial-gradient(ellipse at center, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 70%); overflow: hidden; }

  /* Header Images */
  .header-image { background: url(/stylesheets/images/hdr-default-600.jpg) no-repeat center center; background-size: cover; }
  .about .header-image { background: url(/stylesheets/images/hdr-about-600.jpg) no-repeat center center; background-size: cover; }
  .fellowships .header-image { background: url(/stylesheets/images/hdr-fellowships-600.jpg) no-repeat center center; background-size: cover; }
  .events .header-image { background: url(/assets/343584/600x240/koehler_lecture_2.jpg) no-repeat center center; background-size: cover;  }
  .news-publications .header-image { background: url(/stylesheets/images/hdr-news_publications-600.jpg) no-repeat center center; background-size: cover; }
  .engagement .header-image { background: url(/stylesheets/images/hdr-student_faculty_engagement-600.jpg) no-repeat center center; background-size: cover; }
  .undergraduates .header-image { background: url(/assets/329614/600x240/students_with_globe.jpg) no-repeat center center; background-size: cover; }
  .fellowships-fellow-publications .header-image { background: url(/assets/200512/600x240/open_book.jpg) no-repeat center center; background-size: cover; }

  /* Offscreen Nav
  ----------------------------------------------------*/
  .nav-mobile {overflow:auto; position:fixed; top:0; bottom:0; right:-13.755em; width:13.755em; height:100%; padding:1em; border-left:1px solid rgba(0,0,0,0.3); background-color:rgba(200,200,200,0.2); -webkit-overflow-scrolling:touch; box-shadow:0 0 8px 0 rgba(0,0,0,0.25) inset; transform:translate(0, 0); transition:0.15s ease;
 }
  .nav-mobile.active { transform:translate(-13.755em, 0); }
    .nav-mobile .search-form {display:block; margin:0 auto 1.5em; padding:1px 1px 1px 4px; border:1px solid #888; font-size:0.75em; line-height:1.1em; background-color:#fff; border-radius:3px;}
    .nav-mobile .search-input {width:85%;}
  .wrapper { background: url(/stylesheets/images/bg_pattern.png) repeat; background-size:188px; transition:0.15s ease; }
  .wrapper.active { transform:translate(-13.755em, 0); }

  .nav-skip {position:absolute; top:0.2em; right:0.3em; display:block; width:2em; height:2em; padding:0.5em 0; text-indent:2.1875em; font-size:1.3em; line-height:1.9em; text-align:center; text-decoration:none; border: none; border-radius: 0;
    background: #628c6a;

  }
    .nav-skip span {position:relative; top:0.4em; margin:0 auto; transition-duration:0s; transition-delay:0.2s; }
    .nav-skip span:before,
    .nav-skip span:after {position:absolute; content:'';}
    .nav-skip span,
    .nav-skip span:before,
    .nav-skip span:after {width:1.3em; height:3px; background-color:#fff; display:block; transition-property:top, transform; transition-duration:0.2s; transition-delay:0.2s, 0; }
    .nav-skip span:before {top:-0.45em;}
    .nav-skip span:after {top:0.45em;}

    .nav-skip.toggled span {background-color:rgba(0,0,0,0.0); transition-delay:0.2s; }
    .nav-skip.toggled span:before,
    .nav-skip.toggled span:after {top:0; transition-delay:0, 0.2s; }
    .nav-skip.toggled span:before { transform:rotate(45deg);}
    .nav-skip.toggled span:after { transform:rotate(-45deg);}

  /* Top Nav
  ----------------------------------------------------*/
  .nav-top {display:none; position:relative; z-index:10; bottom:0; width:100%; text-align:center; border-bottom: 5px solid #a1d18f; border-top: none; -webkit-clip-path: rect(10px, 20px, 30px, 40px); clip-path: rect(10px, 20px, 30px, 40px); background: #628c6a; }

  nav.nav-top ul { padding-top:5px; text-align:left; }
  .nav-top li {display:inline-block; *display:inline; *zoom:1; vertical-align:bottom; font-family:Helvetica, Arial, Verdana, sans-serif; font-size:1.125em;}
  .nav-top li a {display:table-cell; vertical-align:middle; font-family: GPC, "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif; font-weight: 300; text-transform: uppercase; font-size: 1.1em; padding:0.5em; color:#fff; text-align:center; text-shadow: none; transition: all 125ms ease; }
  .nav-top li.active a,
  .nav-top li a:hover { color: #f5e483; background-color: #587d60; }

  .nav-top li a:hover { position:relative; }
    .nav-top li a:hover:after { content:''; position:absolute; left:0; right:0; top:100%; height:0.38rem; background:#f5e483; }

  /* Home Icon */
  .nav-top .home { color:#fff; display:block; float:left; padding:0.75em 0.4em 0; font-size:1.125em; }
  .home .nav-top .home,
  .nav-top .home:hover { color:#f5e483; }
  .nav-top .icon { height:1.25em; width:1.25em; }

    /* Search Icon */
    .search-button .icon {color:#222; height:1em; width:1em; }
    .search-button .icon:hover { color:#628c6a; }


  /* General Nav
  ----------------------------------------------------*/
  .nav-site {}
  .nav-site ul {padding:0 0 1em;}
    .nav-site ul li {margin:0.2em 0;}
    .nav-site ul a {display:block; padding:0.2em 0 0.2em 1em; text-indent:-1em; line-height:1.4em; text-transform:none; color:#628c6a; font-size:1.45em; font-weight:300; font-family:GPC, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; border-bottom:2px solid transparent; transition: all 125ms ease; }
    .nav-site ul a:hover { border-bottom: 2px solid #f5e483; color: #4a6950; background: transparent; }
    .nav-site ul > .active > a {border-bottom: 2px solid #f5e483; background: transparent; }
  .nav-site ul ul {padding:0; margin-top:0.25em;}
    .nav-site ul ul a {padding:0 0 0 25px; text-indent: -0.6em; color:#496757; font-size:1em; font-family:inherit; border:none;}
    .nav-site ul ul li {margin:0.5em 0;}
    .nav-site ul ul a:hover {color:#35463d; border:none;}
    .nav-site ul ul > .active > a {color:#35463d; border:none; font-weight:400; }
    .nav-site li.last{margin-bottom:1em;}
  .nav-site ul ul ul {margin-left:1em; padding:0; font-size:0.9em;}
    .nav-site ul ul ul a:hover {background:none;}
    .nav-site ul ul ul .active > a { color:#555; font-weight:bold;}
    .nav-site ul ul ul .active > .current-last { }
  .nav-site ul ul ul ul { margin-left:1.5em; }
    .nav-site ul ul ul ul a { padding:0 0 0 1.5em; }
  .nav-site ul ul ul ul ul { margin-left:1.5em; }

  .nav-section {display:none;}

  .breadcrumbs { padding: 0.5em 0; }

  /* Home
  ----------------------------------------------------*/
  .home .site-content { padding-bottom: 0; }

  .home .header-image { width:100%; padding:1em 0; text-align:center; background-image:none; 
          -webkit-mask:none;
             -webkit-clip-path:none;
                     clip-path:none; 
  }
  
  .home-feature {margin:0 0 2em; text-align:center; }
    .feature-image {overflow:hidden; text-align:center; }
      .feature-image p,
      .feature-image img {margin:0 auto; }

  .home-primary {margin:0 auto;}
    .home-primary .image-right,
    .home-primary .image-left,
    .home-primary .image-default {float:none; max-width:none; margin:0 0 1em;}

  .home-news-events .row,
  .home-fellows .row { padding: 1.2em 0; }
  .home-fellows .columns { margin-bottom: 2em; }
  .home-news-events h2 a { color:#fff; }
  .home-badges { padding: 1.2em 0; }
  
  .btn-featured .title { margin-top: 0.5em; }

  .section-title { position:relative; font-size:1.75em; padding-bottom:0.125em; border-bottom:4px solid #d0a51b; color:#d0a51b; }
    .section-title:after { content:''; position:absolute; content:block; width:0; height:0; left:1em; bottom:-1em; border:0.5em solid transparent; border-top-color:#d0a51b; }
    .section-title a { color:#d0a51b; }
    .section-title a:visited { color: #dcbf64; }
    .section-title .btn { font-size: 0.7rem; background: transparent; color: #628c6a; border: none; text-decoration: none; float: right; margin: 0; box-shadow: none; text-shadow: none; }
      .section-title .btn:visited { background: #ccc; color: #628c6a; }
      .section-title .btn:hover { background: #628c6a; color: white;  }
      .section-title .btn:after { display: inline; content:" \27F6"; }

  .columns > h2:first-child { margin: 0; padding: 0 5.5rem 0 0.5em; color: white; background: #628c6a; border: none; line-height: 1.8; }
    .columns > h2:first-child a { color:#fff; text-shadow: none; }
    .columns > h2:first-child a:hover { color: #f5e483; }

  .home-secondary { position:relative; margin:2em 0; padding:2em 0;  }
    .home-secondary:after { content:''; display:block; position:absolute; top:0; bottom:0; left:-999em; right:-999em; z-index:-1; background:#eee; }
    .home-secondary .columns > h2 { border:none; font-size:1.8em; }
      .home-secondary .columns > h2 a {color: #f5e483; }
    .home-secondary .columns .entry-title {font-size:1.5em;}

    .home-secondary .btn,
    .home-news-events .btn { margin:0 0 1em; }

  .home-footer { position:relative; padding:2em 0; }

  .social-list { list-style:none; float: none; padding: 0; }
  .social-list li { display:inline-block; width:2em; height:2em; margin-left:0.25em; margin-right: 0.25em; position:relative; text-indent:-999em; }
  .social-list svg { position:absolute; left:0; top:0; height:100%; width:100%; }

  /* Dividers */
  .divider { position:relative; padding:10em 1em 2em; margin:2em 0; font-size:1.2em; text-align:center; text-transform:uppercase; font-weight:300; font-family:GPC, "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif; color:#fff; }
    .divider:before { content:''; position:absolute; top:0; height:8em; left:-0.9375em; right:-0.9375em; display:block; background:#628c6a; background-repeat:no-repeat; background-position:50% 50%; background-size:cover; z-index:-1; }
    .home-divider-1:before { background-image:url()}
    .home-divider-2:before { background-image:url(); }

    .divider h2 { color:#d0a51b; text-shadow:none; font-weight:700; }
    .divider p { line-height:1.5; margin:0; color:#628c6a; }
    .divider .more { margin:1em 0.5em; color:#628c6a;border-bottom:4px solid #d0a51b; font-size:0.8em; white-space:normal; box-shadow:none; border-radius:0; padding: 0.75em 1.5em;  }
    .divider .more:hover { background: white; color: #628c6a; }
    .divider .more:after { content:'\2192'; display:inline-block; margin-left:0.25em; margin-right:-0.5em; }

  /* Custom Pages
  ----------------------------------------------------*/
  .book-grid-item,
  .quarterly-grid-item,
  .video-grid-item { width:50%; }
  .video-grid-item .discipline { text-align: center; margin-bottom: 0; font-size: .6875em; text-transform: uppercase; letter-spacing: .075em; color: #555; line-height: 1.5em; }
  .article-archive-section { padding-bottom:0.25em; border-bottom:1px solid #ccc; }
  .video-grid-item { margin-bottom: 1.4em; }
  .video-grid-item h3 { margin-bottom: .125em; }
  
  /* featured videos */
  .quarterly-column > h2.featured-videos { font-size: 1.75em; line-height: 2.25em; }
  .quarterly-column .video-item { margin-bottom:1.625em; }
  .quarterly-column .video-item:first-of-type { margin-top:1.625em; }
  .video-item h3 { font-size: 1.5em; }
  .video-image svg { position:absolute; width:40%; left:30%; height:40%; top:30%; color:#fff; background:rgba(0,0,0,0.1); transition:all 0.5s; }
  .video-image a:hover svg { color:#f5e483; background:rgba(0,0,0,0.3); }

  .testimonial-video-carousel img { width:100%; }
  .testimonial-video-carousel p { margin:0.5rem 0 0; }
  
  .testimonial-video-list .testimonial-item { margin-bottom:4rem; }
  .testimonial-video-list { list-style:none; padding:0; margin:2rem 0; }
  .testimonial-video-list img { width: 100%; }
  .testimonial-item blockquote { font-style:italic; font-size: 1.2em; line-height: 1.5; padding-left: 2em; background: url(/stylesheets/images/quote-left.svg) left top / 1.5em auto no-repeat; }
  .testimonial-item svg { height:33.33%; }
  
  /* Expanding Grid */
  .grid-item-heading--overlay {  border-top: 4px solid #d0a51b; color:#fff; background:rgba(0,43,92,0.9); transition:color 0.5s ease, background-color 0.5s ease;}
  .grid-item-content:hover .grid-item-heading--overlay,
  .ex-grid-expanded .grid-item-heading--overlay { color:#628c6a; background: rgba(255, 255, 255, 0.9); }

  /* Twitter */
  .tweet-actions svg { transition: all 125ms ease; }
  .tweet-text { font-size: 0.9em; }
  .tweet-actions .twitter-reply:active { fill-opacity:50%; }
  .tweet-actions .twitter-retweet:active { fill-opacity:50%; }
  .tweet-actions .twitter-like:active { fill-opacity:50%; }
  .tweet-actions svg:hover { fill: #628c6a; }
  .tweet .date { font-size: 0.9em; color: #818181; }
  
 /* Forms
  ----------------------------------------------------*/
  .no-js #students-form,
  .no-js #fellows-form,
  .no-js #lectures-form { display:none; }
  #students-form input,
  #fellows-form input,
  #books-form input,
  #lectures-form input,
  #lectures-form button { width: 100%; max-width: 100%; padding: 0.5em; height: 2.75em; margin: 0; font-size: 0.9em; border: 1px solid #ccc; font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; background: #f6f6f6; transition: all 125ms ease; margin-bottom: 1em; }
  #students-form input[type="submit"],
  #fellows-form input[type="submit"],
  #books-form input[type="submit"],
  #lectures-form button[type="reset"]{ margin: 0; }
  #students-form input[type="submit"]:hover,
  #fellows-form input[type="submit"]:hover,
  #books-form input[type="submit"]:hover,
  #lectures-form button[type="reset"]:hover { border:1px solid #628c6a; color:white; background-color: #628c6a; }
  #students-form input:focus,
  #students-form select:focus,
  #fellows-form input:focus,
  #fellows-form select:focus,
  #books-form select:focus,
  #books-form input:focus,
  #lectures-form select:focus,
  #lectures-form input:focus { outline: none; border: solid 1px #628c6a; background-color: #f9f2cc; color: #4a6950; }
  #students-form select,
  #fellows-form select,
  #books-form select,
  #lectures-form select { background-color: #f6f6f6; border-radius: 0; background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+"); background-position: 100% center; background-repeat: no-repeat; border-style: solid; border-width: 1px; border-color: #ccc; color: #444444; font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; font-size: 0.9em; line-height: normal; padding: 0.5em; border-radius: 0; height: 2.75em; width: 100%;
    -webkit-appearance: none !important;
       -moz-appearance: none !important; }
  #students-form .button-bar,
  #fellows-form .button-bar,
  #books-form .button-bar,
  #lectures-form .button-bar { padding: 0.6em; border: 1px solid #dedede; text-align: right; background-color: white; }
  
  .people-sort-form {margin-top:1rem;}
    .people-sort-form fieldset {display:flex; border:none;}
    .people-sort-form select {margin:0 0 0 0.6rem;}
    
  /* Publications
  ----------------------------------------------------*/
  .publication {overflow:hidden;}
  .publication-author {font-weight:bold;}
  .publication-info {margin-bottom:0;}

  /* Footer
  ----------------------------------------------------*/
  .site-footer { position:relative; clear:both; overflow:hidden; margin:0 auto; text-align:center; border-top: 1px solid #ccc; background: white; color: #555; }
    .site-footer a { color: #555; text-decoration: underline; }
    .site-footer a:hover { color: #628c6a; }
    .site-footer a:visited { text-decoration: underline; }
    .footer-inner { position:relative; margin:0 auto; padding:1em 0; }
    .site-footer p { clear:both; margin:0; font-size:0.875em;}

      .site-footer .social { position: relative; margin: 1em 0; text-align: center; }
        .site-footer .social a { text-indent: -999em; }

  .site-info { margin:1em 0; }
  .site-info li {display:inline-block; *display:inline; *zoom:1; margin:0 2%;}
  .site-info a { text-decoration: none; }
  .geo,
  .country-name { border:0; clip:rect(0 0 0 0); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px; }
  .address {display:block; margin:0;}
  .site-link,
  .org,
  .tel,
  .social {display:block;}
  .ndmark {width:300px; margin:2em auto;}
}

/*************************************************************************************
 * 3. Media Queries
 ************************************************************************************/

/* 480px
----------------------------------------------------*/
@media screen and (min-width:30em) {
  .grid-item { width:calc(50% - 1.25em); margin-right:1em;}
}

/* 580px
----------------------------------------------------*/
@media only screen and (min-width:36.250em) {
  .dept {display:block; border:none;}
  .entry-title {font-size:1.3em;}

  /* Grids */
  .list-grid { width:calc(100% + 1em); margin-left:-1em; }
  .news-publications-ndias-quarterly  .list-grid { margin-left: 1em; }
  .list-grid-item { display:inline-block; width:calc(50% - 1.25em); margin:1em 0 1em 1em;}
  .ex-grid-details { width:100%; height: 100%; overflow: hidden; position:relative; font-size:0.95em; }
}

/* 700px
----------------------------------------------------*/
@media only screen and (min-width:43.75em) {
    .nav-skip { right:-0.4em; }
    .brandbar li {margin:0;}
    .titlebar.subhead {padding:0.7em 1em;}
    .dept {float:right; border-top:none; box-shadow:none;}
    .dept-nd {float:left;}
    
    .row-fixed { z-index:101; position:fixed; left:0; top:0; transform: translateY(-100%); width:100%; background: white; border-bottom: 0.25em solid #99952f; display: block; transition: all 250ms ease; }
      .row-fixed .application { margin:0; text-align: right; }
      .row-fixed p { max-width: none; }
    /*.site-footer { padding-bottom:4rem; }*/
      .row-fixed.show { transform: translateY(0); }

    .row.cta, 
    .row.cta .column { position: relative; }

    .header-cta { position: absolute; right: 0; bottom: 1.3rem; display: block; max-width: 15em; }
    
    .testimonial-video-carousel { max-width:50%; float:right; margin:0 0 1rem 2rem; }
    
    .testimonial-video-list .testimonial-item { display:flex; }
    
    .testimonial-item .testimonial-body { width:60%; }
    .testimonial-item .testimonial-image { width:40%; } 
    .testimonial-item .testimonial-body { padding-left:2rem; }
    .testimonial-item:nth-of-type(even) .testimonial-image { order:2;  }
    .testimonial-item:nth-of-type(even) .testimonial-body { padding-left:0; padding-right:2rem; }
}

/* 960px
----------------------------------------------------*/
@media only screen and (min-width:60em) {
  h1, .h1 {font-size:2.4em;}
  h2, .h2 {font-size:2.2em;}
  h3, .h3 {font-size:1.8em;}
  h4, .h4 {font-size:1.5em;}
  h5, .h5 {font-size:1.3em;}
  h6, .h6 {font-size:1.1em;}

  blockquote {margin:1em; padding:0;}
    blockquote.pull {width:30%;}

  .image-right img,
  .image-left img {max-width:auto;}
  .tablewrap {background:none;}

  /* Slanted Headers */
  .slant { position:relative; }
    .slant:before,
    .slant:after { content:''; display:block; position:absolute; top:0; bottom:0; z-index:-1; background:inherit; }

    .slant-right:before { left:-15px; right:100%; transform:skewX(-15deg); transform-origin:bottom left; }
    .slant-right:after { left:100%; right:-999em; }
    .slant-left:before { left:-999em; right:100%; }
    .slant-left:after { left:50%; right:0;  transform:skewX(-15deg); transform-origin: bottom right; }

    .breadcrumbs { text-align:right; overflow: visible; margin-top:-5em; padding:1em 0; float:right; max-width:60%; }
    .full-width .breadcrumbs {/* position:absolute; max-width:50%; top:-2em; right:1em;*/ }
    .breadcrumbs li { line-height:1.25; float:none; }

    .breadcrumbs:before { content: " "; display: block;top:0; bottom:0; z-index: -1; position:absolute; transform:skewX(25deg); left:-3em; right:-999em; background: white; }

  .page-title + div,
  .page-title + p { clear:both; /*margin-top:2em;*/ }

  /* Structure
  ----------------------------------------------------*/
  .site-content { padding-top:4em; padding-bottom:2em; }
    .nav-top-true.home .alpha { display:block; width:auto; left:0; margin:0; }
  .beta { border:none; box-shadow:none; }
  .full-width .alpha { left:0; width:100%; }
  .full-width .beta { display:none; }
  
  .page-title { display:inline-block; padding:0.25em 0; border-bottom-width:0; }
    .page-title:after { display:none;  }

  .page-title--highlight {  padding:0.25em 0.5em; position:absolute;bottom:calc(100% + 2em);  color:#fff;  border-bottom-width:5px; max-width:100%; text-shadow: none; background: rgba(98,140,106, 1); z-index: 1; }
    .page-title--highlight:after { display:block; border-width:15px; left:1em; }
    .page-title--highlight a:visited{ color:#fff; }

    .full-width .page-title--highlight { max-width:calc(50% - 0.5em);  bottom:calc(100% + 3em); }

  /* Header
  ----------------------------------------------------*/
  .header-image .row { position: absolute; left:2vw; }

  .site-header {text-align:left;}
  .wrapper { transform:none; min-height:calc(100vh - 234px); }
  .brandbar { padding:0; }
  .titlebar { padding:2em 0 11em; }
    .brandbar li {margin:0;}
    .titlebar.subhead {padding:0.7em 1em;}
    .dept {float:right; border-top:none; box-shadow:none;}
    .dept-nd {float:left;}
  .site-title {float:left; margin:0; padding:0.5em 0 0.45em; width:9em; font-size:1.55em; z-index:10; background:#fff;}
    .site-title a {padding:0.4em 0 0.5em; line-height:1.2em; font-size:1.25em;}
    .sublined {float:left; padding:0.65em 0 0.75em;}
      .sublined .site-title a { padding:0; }
    .subline { float:left; }

  .with-mark .site-title { width: 10em; }
    .with-mark .site-title a { background: url(/stylesheets/images/logo-ndias.png) no-repeat left center; background-size: contain; text-indent: -999em; min-height: 2em; }

  .search-input { float:left; width:0; margin:0; display:none; font-size:0.8em; }

  a.nav-skip { display:none; }

  .header-util { display:block; margin:0; top:calc(100% + 0.75em); position:absolute; right:0; text-align:right; transition:all 0.6s ease; }
    .header-util .search-input { display:block; width:10em; transition:all 0.6s ease; }
    .search-input { display:block; width:10em; font-size:0.75em; transition:all 0.6s ease; padding-left: 0.7em; }
    .nav-search { margin:0.25em 0.25em 0.5em 0.75em; }
    .search-form {display:block; width:auto; margin:0; padding:2px; }
    .header-util nav {display:block; margin:3px 0;}
    .header-util nav ul {margin:0;}
    .header-util nav li {width:auto; display:block; text-align:right;}
    .header-util nav a {font-size:0.825em; font-weight:normal;}
    .header-util nav a,
    .header-util nav a:hover {display:inline; padding:0; border:0 none; background:none; box-shadow:0 0 rgba(255,255,255,0) inset, 0 0 rgba(0,0,0,0); }
    .header-util nav a:hover {color:#002b5b; text-decoration:underline; text-shadow:0 1px rgba(255,255,255,.9);}
    .header-util .search-toggle {display:none;}

    .search-button {width:23px; height:23px;}
      .search-button:before {top:2px; left:2px; font-size:18px;}
      
    .header-cta { max-width:10em; }  

  /* Home
  ----------------------------------------------------*/
  .home .full-width { margin-left:-52.5%; }
  .home-primary { margin:0; }
    .home-primary .image-right {max-width:40%; float:right; margin:0 0 1em 1em;}
    .home-primary .image-left {max-width:40%; float:left; margin:0 1em 1em 0;}

  /* Header Images */
  .header-image { margin-bottom:0; margin-top:-18.6em; padding-top: 43%; }
  .header-image h2 { font-size: 2em; }
    .home .header-image {  padding: 25% 3em 5%; }
  .header-tagline { position:absolute; margin:0; padding:0; height:180px; max-width:400px; bottom:2em; }

  .slanted-border { z-index:-1; }
    .slanted-border:before,
    .slanted-border:after { content:''; display:block; position:absolute; height:1.5em; background:white; transform:skewX(30deg);}
    .slanted-border:before { top:0; left:50%; right:-99em;  }
    .slanted-border:after { bottom:0; left:-99em; right:50%; }

  .home-footer {  }

  .tweet { display:inline-block; vertical-align:top; padding:0 2em 1em 0; }

  /* Dividers */
  .divider { padding:4em 5em; font-size:1.5em; }
    .divider:before { left:-10em; right:-10em; bottom:0; height:100%; }
    .divider h2 { color:#f5e483; }
    .divider p {  color:#fff; }
    .divider .more { color:#fff; }


  /* Navigation
  ----------------------------------------------------*/
  .nav-top-true .nav-top,
  .nav-top-true .nav-section { display:block; }
  .nav-top-true .nav-top { width:calc(100% - 18em); float:right; }
  .nav-top-true .nav-full { display:none; }
  .nav-top-true.home .beta { display:none; }
  .nav-top li a { font-size:0.9em; padding:0.5em; }
  .nav-top:before { left:-2em; right:-999em;} 
  .nav-top:after { left:-2em; top:100%; right:-999em; height:0.25rem; transform:skewX(-15deg); } 
  .nav-top:before,
  .nav-top:after { bottom:-0.25rem; border-bottom:inherit; }  

  .nav-full {padding:0 0.75em; border-right:1px solid #ccc;}
    .home .nav-full {margin-top:-7em; padding:0.5em 1em 1em; background:#eee;}

  .nav-site ul {padding:0.45em 0 0;}
  .nav-site li.last {margin:0;}
  .nav-section { margin-top:-3em; margin-right:2.5em; }

  .nav-top-true .with-mark .nav-top { width:calc(100% - 19em); }

  /* Custom
  ----------------------------------------------------*/
  /* Directory */
  .grid-item { width:calc(33.33% - 1.25em); }
  .video-grid-item h3 { font-size: 1.6em; }
  .video-grid-item .discipline { font-size: .75em; }
  .no-js .lazyload { display:none; }
  .entry-image { width:120px }
    .entry-title--has-image,
    .entry-meta--has-image { width:calc(100% - 135px); float:right; }
    .entry-title--has-image-date,
    .entry-meta--has-image-date { width:calc(100% - 240px); }

  .entry--featured { position:relative; }
  .entry-title--featured { position:absolute; width:100%; padding:0.25em 0.5em; margin:0; left:0; right:0; bottom:0; text-shadow:none; background:rgba(98, 140, 106, 0.6); }
    .entry-title--featured a { color: white; }
    .entry-title--featured a:visited { color: rgba(255, 255, 255, 0.7); }
    .entry-title--featured a:hover { color: #f5e483; }

  .entry-title--full-width,
  .entry-excerpt--full-width,
  .entry-image--full-width { width:100%; float:none; }

.fellow-books .columns { width:calc(25% - 0.25em); }

  /* Services */

  .grid-listitem { width:100%; }

  /* Header Images */
  .header-image { background: url(/stylesheets/images/hdr-default-1200.jpg) no-repeat center center; background-size: cover; }
  .about .header-image { background: url(/stylesheets/images/hdr-about-1200.jpg) no-repeat center center; background-size: cover;}
  .fellowships .header-image { background: url(/stylesheets/images/hdr-fellowships-1200.jpg) no-repeat center center; background-size: cover; }
  .events .header-image { background: url(/assets/343584/1200x480/koehler_lecture_2.jpg) no-repeat center center; background-size: cover; }
  .news-publications .header-image { background: url(/stylesheets/images/hdr-news_publications-1200.jpg) no-repeat center center; background-size: cover; }
  .engagement .header-image { background: url(/stylesheets/images/hdr-student_faculty_engagement-1200.jpg) no-repeat center center; background-size: cover; }
  .undergraduates .header-image { background: url(/assets/329614/1200x480/students_with_globe.jpg) no-repeat center center; background-size: cover; }
  .fellowships-fellow-publications .header-image { background: url(/assets/200512/1200x480/open_book.jpg) no-repeat center center; background-size: cover; }
 
  /* Forms
  ----------------------------------------------------*/
  #students-form input[type="submit"],
  #fellows-form input[type="submit"],
  #books-form input[type="submit"],
  #lectures-form button[type="reset"] { width: 30%; }

  /* Footer
  ----------------------------------------------------*/
  .site-footer {text-align:left;}
    .footer-inner {padding:2em 0;}
    .ndmark {position:absolute; right:0; top:0; margin:0; text-align: right; }
    .site-link {display:block;}
    .org {display:inline;}
    
  .social-list { float: left; }
    
  .image-right,
  .image-left {max-width:none;}
  
  .titlebar.subhead {padding:1.1em 0;}
  .header-image {  min-height:480px;  }
  
  .nav-top li a { font-size: 1em; }
  .with-mark .site-title { width: 13em; }
  .nav-top-true .with-mark .nav-top { width:calc(100% - 24em); }
  .with-mark .site-title a { min-height: 3em; }

  .contact-info {margin:0;}
  .address,
  .site-link,
  .tel,
  .email {float:left; margin:0 1em 0 0;}
  .address { clear:both; }
  .site-link {margin-right:0.5em;}
  .phone {clear:left;}
  
  .social-list { float: none; }

  .events .vevent {margin-left:1.5em; margin-right:1.5em;}
  .event .vevent {margin:0;}

  h2 + .more { float:right; margin-top: -3.8em; color: white; }

  .site-footer .social { position: absolute; right: 400px; top: 0; margin: 0; }
    .site-footer .social a { text-indent: -999em; }

  /* IE8 Over-rides */
  .lt-ie8 .header-util nav li {float:right;}
  .lt-ie8 .search-form {width:300px;}
  .lt-ie8 .search-input {float:left;}

  .wrapper { transform:none; min-height:calc(100vh - 161px); }
  .grid-list-item { display:inline-block; width:calc(50% - 1.25em); margin:1em 0 1em 1em;}

  /* Fellows */
  .students-item,
  .fellows-item { width:calc(50% - 0.25em); float:none; display:inline-block; vertical-align:top; padding-right:1.25rem; }

  /* Twitter */
  .tweets { margin:0 -0.9375em; }
  .tweet { width:33.33%; float:left; padding:1em 0.9375em; }

  .header-image { padding-top:33%; margin-top: -21em; }
  .header-image h2 { font-size: 2.5em; }
  
  
  /* Featured Buttons ------------------------------------ */
.btn-featured { position: relative; background-color: #628c6a; display: block; border-width: 0 0 6px 0; border-style: solid; border-color: #f5e483; transition: all 250ms ease; max-width: 600px; padding: 0; text-decoration: none; font-size: 1.5em; overflow: hidden; padding-top: 2em; }
    .btn-featured:hover { border-color: #f5e483; background-color: #416548; }

    .btn-featured:not(.btn-sub) { min-height: 6em; }
    .btn-featured .info { position: absolute; transform:translateY(1.5em); }
    .btn-featured:hover .info {  transform:translateY(-1.5em); }
    .btn-featured:not(.btn-sub) .info { background: #628c6a url(/stylesheets/images/callout-up.svg) no-repeat 2em bottom; background-size:1em auto; }

    .btn-featured .info,
    .btn-featured.btn-sub { width: 100%; color: white;  text-transform: uppercase; text-decoration: none; font-weight: 300; font-style: normal; text-align: left; padding: 0.7em; transition: all 250ms ease; display: block; margin-top: 0; }

    .btn-featured.btn-sub { padding-top: 0.7em; bottom: 0; background: #002b5c url(/stylesheets/images/callout-up.svg) no-repeat; background-position: 2em calc(100% + 1em); background-size: 1em auto; }
    .btn-featured.btn-sub:hover { color: #f5e483; background-position: 2em 101%; }
    .btn-featured:hover .info { color: #f5e483; background-color: transparent; }

    .btn-featured .title,
    .btn-featured.btn-sub { font-family: GPC, "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif; font-weight: 300; position: relative; display: block; text-decoration: none; font-size:1.5rem; margin-top: 0; }
    .btn-featured .title { }
    .btn-featured .description { display: block; padding:0.2em 0 0; margin:1em 0 0; min-height:3.75em; font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif; font-style: normal; color: white; line-height: 1.4em; font-size:0.6em; text-transform: none; }
    .btn-featured img { width: 100%; display: block; position: relative; z-index: 0; top: 0; left: 0; right: 0; transition: all 250ms ease; mix-blend-mode: normal; filter: grayscale(0); opacity: 1; }
        .btn-featured:hover img { filter: grayscale(1); mix-blend-mode: screen; opacity: 0.3; }

    .btn-featured.btn-main { padding-top: 0; }
    .btn-featured.btn-main .info { transform:translateY(-2.4em); background: #628c6a url(/stylesheets/images/callout-up.svg) no-repeat 2em bottom; background-size:1em auto; z-index: 1; position: absolute; }
    .btn-featured.btn-main:hover .info { background-color:transparent; transform:translateY(-5.25em); }
    
    .entry-image { width:180px }
    .entry-title--has-image,
    .entry-meta--has-image { width:calc(100% - 195px); float:right; }
    .entry-title--has-image-date,
    .entry-meta--has-image-date { width:calc(100% - 260px); clear:right; }
    
    .entry-title--full-width,
    .entry-excerpt--full-width,
    .entry-image--full-width { width:100%; float:none; }

    /* Sidebar
    ------------------------------------------------*/
    .sidebar .btn-support--sidebar { display: none; }
    .about .sidebar .btn-support--sidebar { display: block; }

}

/* 1024px
----------------------------------------------------*/
@media only screen and (min-width:64em) {
  .brandbar {padding:0;}
  .home-feature { padding:0; height:32em; }
  .grid-item { width:calc(25% - 1.25em); }
  .video-grid-item { width:calc(33% - 1.25em); }
}

/* 1200px
----------------------------------------------------*/
@media only screen and (min-width: 75em) {
  .header-image .row { left:5vw; }

  /* Header Images */
  .header-image { }
  .header-cta { max-width:15em; }

  /* Dividers */
  .divider { padding:12%;}
  .divider:before { left:-999em; right:-999em; background-size:100vw 100%; }
  .address { clear:none; }
}

/* 1280px
----------------------------------------------------*/
@media only screen and (min-width: 80em) {

    .header-util { top:0.75em; }
    .header-util svg { fill: white; transition: all 125ms ease; }
    .header-util button:hover svg,
    .search-active .search-form svg,
    .header-util .search-form:hover svg { fill: #007ad9; }
    .header-util .search-form { background: transparent; transition: all 125ms ease; }
    .search-active .search-form,
    .header-util .search-form:hover { background: white; }

    /* Header Images */
  .header-image { background: url(/stylesheets/images/hdr-default-1600.jpg) no-repeat center center; background-size: cover; }
  .home .header-image { background:#ccc;  padding:15% 3em 5%;  }
  .about .header-image { background: url(/stylesheets/images/hdr-about-1600.jpg) no-repeat center center; background-size: cover;}
  .fellowships .header-image { background: url(/stylesheets/images/hdr-fellowships-1600.jpg) no-repeat center center; background-size: cover; }
  .events .header-image { background: url(/assets/343584/1600x640/koehler_lecture_2.jpg) no-repeat center center; background-size: cover; /* /stylesheets/images/hdr-events-1600.jpg */}
  .news-publications .header-image { background: url(/stylesheets/images/hdr-news_publications-1600.jpg) no-repeat center center; background-size: cover; }
  .engagement .header-image { background: url(/stylesheets/images/hdr-student_faculty_engagement-1600.jpg) no-repeat center center; background-size: cover; }
  .undergraduates .header-image { background: url(/assets/329614/1600x640/students_with_globe.jpg) no-repeat center center; background-size: cover; }
  .fellowships-fellow-publications .header-image { background: url(/assets/200512/1600x640/open_book.jpg) no-repeat center center; background-size: cover; }

  .header-cta { max-width:20em; }
}

@media only screen and (min-width: 85em) {
    .header-image .row { left:calc(50vw - 40em); } 
}

/* Hi-res
----------------------------------------------------*/
@media
  (-webkit-min-device-pixel-ratio:1.5),
  (-webkit-min-device-pixel-ratio:144),
  (min-resolution:144dppx){

    .more { }
    .dept-nd a,
    .dept a { background-size:auto 50px; }
  .header-tagline { }
  .wrapper { background-image: url(/stylesheets/images/bg_pattern@2x.png); }
}

/*************************************************************************************
 * 4. Themes
 ************************************************************************************/
@media screen, projection {

  /* Brand Bar
  ----------------------------------------------------*/
  .dept-nd a { width:301px; background-image:url(//static.nd.edu/images/brandbar/dept-nd-gray.png); }
  .dept-ores a { width:258px; background-image:url(//static.nd.edu/images/brandbar/dept-ores-gray.png); }
  .brandbar.theme-bb-lightgray-flat { border-bottom:1px solid #ccc; background:#f0f0f0; }
  .brandbar.theme-bb-white-flat { border-bottom: 1px solid #ccc; background: white; }
}

/* Hi-res
----------------------------------------------------*/
@media
  (-webkit-min-device-pixel-ratio:1.5),
  (-webkit-min-device-pixel-ratio:144),
  (min-resolution:144dppx) {

  .dept-ores a { background-image:url(//static.nd.edu/images/brandbar/dept-ores-gray@2x.png); }
  .theme-bb-lightgray-flat .dept-nd a,
  .theme-bb-white-flat .dept-nd a {background-image:url(//static.nd.edu/images/brandbar/dept-nd-gray@2x.png);}
  .with-mark .site-title a { padding: 0; color: #4f4f4f; text-indent: -999em; width: 100%; height: 100%; background: url(/stylesheets/images/logo-ndias@2x.png) no-repeat left center; background-size: contain;  }
}

/*************************************************************************************
 * 5. Grid
 * Author: http://foundation.zurb.com/
 * Version: 5.2.0
 * Documentation: http://foundation.zurb.com/docs/components/grid.html
 * Updated: 2014-03-12
 ************************************************************************************/
.row {width:100%; margin-left:auto; margin-right:auto; margin-top:0; margin-bottom:0; max-width:80em; *zoom:1;}
.row:before, .row:after {content:" "; display:table;}
.row:after {clear:both;}
.row.collapse > .column,
  .row.collapse > .columns {padding-left:0; padding-right:0;}
.row.collapse .row {margin-left:0; margin-right:0;}
.row .row {width:auto; margin-left:-0.9375em; margin-right:-0.9375em; margin-top:0; margin-bottom:0; max-width:none; *zoom:1;}
.row .row:before, .row .row:after {content:" "; display:table;}
.row .row:after {clear:both;}
.row .row.collapse {width:auto; margin:0; max-width:none; *zoom:1;}
.row .row.collapse:before, .row .row.collapse:after {content:" "; display:table;}
.row .row.collapse:after {clear:both;}
.column,
.columns {position:relative; padding-left:0.9375em; padding-right:0.9375em; width:100%; float:left;}

@media only screen {
  .column.small-centered,
    .columns.small-centered {margin-left:auto; margin-right:auto; float:none !important;}
  .column.small-uncentered,
    .columns.small-uncentered {margin-left:0; margin-right:0; float:left;}
  .column.small-uncentered.opposite,
    .columns.small-uncentered.opposite {float:right;}
  .small-push-0 {left:0%; right:auto;}
  .small-pull-0 {right:0%; left:auto;}
  .small-push-1 {left:8.33333%; right:auto;}
  .small-pull-1 {right:8.33333%; left:auto;}
  .small-push-2 {left:16.66667%; right:auto;}
  .small-pull-2 {right:16.66667%; left:auto;}
  .small-push-3 {left:25%; right:auto;}
  .small-pull-3 {right:25%; left:auto;}
  .small-push-4 {left:33.33333%; right:auto;}
  .small-pull-4 {right:33.33333%; left:auto;}
  .small-push-5 {left:41.66667%; right:auto;}
  .small-pull-5 {right:41.66667%; left:auto;}
  .small-push-6 {left:50%; right:auto;}
  .small-pull-6 {right:50%; left:auto;}
  .small-push-7 {left:58.33333%; right:auto;}
  .small-pull-7 {right:58.33333%; left:auto;}
  .small-push-8 {left:66.66667%; right:auto;}
  .small-pull-8 {right:66.66667%; left:auto;}
  .small-push-9 {left:75%; right:auto;}
  .small-pull-9 {right:75%; left:auto;}
  .small-push-10 {left:83.33333%; right:auto;}
  .small-pull-10 {right:83.33333%; left:auto;}
  .small-push-11 {left:91.66667%; right:auto;}
  .small-pull-11 {right:91.66667%; left:auto;}
  .small-1 {width:8.33333%;}
  .small-2 {width:16.66667%;}
  .small-3 {width:25%;}
  .small-4 {width:33.33333%;}
  .small-5 {width:41.66667%;}
  .small-6 {width:50%;}
  .small-7 {width:58.33333%;}
  .small-8 {width:66.66667%;}
  .small-9 {width:75%;}
  .small-10 {width:83.33333%;}
  .small-11 {width:91.66667%;}
  .small-12 {width:100%;}
  [class*="column"] + [class*="column"]:last-child {float:right;}
  [class*="column"] + [class*="column"].end {float:left;}
  .small-offset-0 {margin-left:0% !important;}
  .small-offset-1 {margin-left:8.33333% !important;}
  .small-offset-2 {margin-left:16.66667% !important;}
  .small-offset-3 {margin-left:25% !important;}
  .small-offset-4 {margin-left:33.33333% !important;}
  .small-offset-5 {margin-left:41.66667% !important;}
  .small-offset-6 {margin-left:50% !important;}
  .small-offset-7 {margin-left:58.33333% !important;}
  .small-offset-8 {margin-left:66.66667% !important;}
  .small-offset-9 {margin-left:75% !important;}
  .small-offset-10 {margin-left:83.33333% !important;}
  .small-offset-11 {margin-left:91.66667% !important;}
  .small-reset-order {margin-left:0; margin-right:0; left:auto; right:auto; float:left;}
}

/* 700px
----------------------------------------------------*/
@media only screen and (min-width: 43.75em) {
  .column.medium-centered,
    .columns.medium-centered {margin-left:auto; margin-right:auto; float:none !important;}
  .column.medium-uncentered,
    .columns.medium-uncentered {margin-left:0; margin-right:0; float:left;}
  .column.medium-uncentered.opposite,
    .columns.medium-uncentered.opposite {float:right;}
  .medium-push-0 {left:0%; right:auto;}
  .medium-pull-0 {right:0%; left:auto;}
  .medium-push-1 {left:8.33333%; right:auto;}
  .medium-pull-1 {right:8.33333%; left:auto;}
  .medium-push-2 {left:16.66667%; right:auto;}
  .medium-pull-2 {right:16.66667%; left:auto;}
  .medium-push-3 {left:25%; right:auto;}
  .medium-pull-3 {right:25%; left:auto;}
  .medium-push-4 {left:33.33333%; right:auto;}
  .medium-pull-4 {right:33.33333%; left:auto;}
  .medium-push-5 {left:41.66667%; right:auto;}
  .medium-pull-5 {right:41.66667%; left:auto;}
  .medium-push-6 {left:50%; right:auto;}
  .medium-pull-6 {right:50%; left:auto;}
  .medium-push-7 {left:58.33333%; right:auto;}
  .medium-pull-7 {right:58.33333%; left:auto;}
  .medium-push-8 {left:66.66667%; right:auto;}
  .medium-pull-8 {right:66.66667%; left:auto;}
  .medium-push-9 {left:75%; right:auto;}
  .medium-pull-9 {right:75%; left:auto;}
  .medium-push-10 {left:83.33333%; right:auto;}
  .medium-pull-10 {right:83.33333%; left:auto;}
  .medium-push-11 {left:91.66667%; right:auto;}
  .medium-pull-11 {right:91.66667%; left:auto;}
  .medium-1 {width:8.33333%;}
  .medium-2 {width:16.66667%;}
  .medium-3 {width:25%;}
  .medium-4 {width:33.33333%;}
  .medium-5 {width:41.66667%;}
  .medium-6 {width:50%;}
  .medium-7 {width:58.33333%;}
  .medium-8 {width:66.66667%;}
  .medium-9 {width:75%;}
  .medium-10 {width:83.33333%;}
  .medium-11 {width:91.66667%;}
  .medium-12 {width:100%;}
  .medium-offset-0 {margin-left:0% !important;}
  .medium-offset-1 {margin-left:8.33333% !important;}
  .medium-offset-2 {margin-left:16.66667% !important;}
  .medium-offset-3 {margin-left:25% !important;}
  .medium-offset-4 {margin-left:33.33333% !important;}
  .medium-offset-5 {margin-left:41.66667% !important;}
  .medium-offset-6 {margin-left:50% !important;}
  .medium-offset-7 {margin-left:58.33333% !important;}
  .medium-offset-8 {margin-left:66.66667% !important;}
  .medium-offset-9 {margin-left:75% !important;}
  .medium-offset-10 {margin-left:83.33333% !important;}
  .medium-offset-11 {margin-left:91.66667% !important;}
  .medium-reset-order {margin-left:0; margin-right:0; left:auto; right:auto; float:left;}
  .push-0 {left:0%; right:auto;}
  .pull-0 {right:0%; left:auto;}
  .push-1 {left:8.33333%; right:auto;}
  .pull-1 {right:8.33333%; left:auto;}
  .push-2 {left:16.66667%; right:auto;}
  .pull-2 {right:16.66667%; left:auto;}
  .push-3 {left:25%; right:auto;}
  .pull-3 {right:25%; left:auto;}
  .push-4 {left:33.33333%; right:auto;}
  .pull-4 {right:33.33333%; left:auto;}
  .push-5 {left:41.66667%; right:auto;}
  .pull-5 {right:41.66667%; left:auto;}
  .push-6 {left:50%; right:auto;}
  .pull-6 {right:50%; left:auto;}
  .push-7 {left:58.33333%; right:auto;}
  .pull-7 {right:58.33333%; left:auto;}
  .push-8 {left:66.66667%; right:auto;}
  .pull-8 {right:66.66667%; left:auto;}
  .push-9 {left:75%; right:auto;}
  .pull-9 {right:75%; left:auto;}
  .push-10 {left:83.33333%; right:auto;}
  .pull-10 {right:83.33333%; left:auto;}
  .push-11 {left:91.66667%; right:auto;}
  .pull-11 {right:91.66667%; left:auto;}
}

/* 960px
----------------------------------------------------*/
@media only screen and (min-width: 60em) {
  .column.large-centered,
    .columns.large-centered {margin-left:auto; margin-right:auto; float:none !important;}
  .column.large-uncentered,
    .columns.large-uncentered {margin-left:0; margin-right:0; float:left;}
  .column.large-uncentered.opposite,
    .columns.large-uncentered.opposite {float:right;}
  .large-push-0 {left:0%; right:auto;}
  .large-pull-0 {right:0%; left:auto;}
  .large-push-1 {left:8.33333%; right:auto;}
  .large-pull-1 {right:8.33333%; left:auto;}
  .large-push-2 {left:16.66667%; right:auto;}
  .large-pull-2 {right:16.66667%; left:auto;}
  .large-push-3 {left:25%; right:auto;}
  .large-pull-3 {right:25%; left:auto;}
  .large-push-4 {left:33.33333%; right:auto;}
  .large-pull-4 {right:33.33333%; left:auto;}
  .large-push-5 {left:41.66667%; right:auto;}
  .large-pull-5 {right:41.66667%; left:auto;}
  .large-push-6 {left:50%; right:auto;}
  .large-pull-6 {right:50%; left:auto;}
  .large-push-7 {left:58.33333%; right:auto;}
  .large-pull-7 {right:58.33333%; left:auto;}
  .large-push-8 {left:66.66667%; right:auto;}
  .large-pull-8 {right:66.66667%; left:auto;}
  .large-push-9 {left:75%; right:auto;}
  .large-pull-9 {right:75%; left:auto;}
  .large-push-10 {left:83.33333%; right:auto;}
  .large-pull-10 {right:83.33333%; left:auto;}
  .large-push-11 {left:91.66667%; right:auto;}
  .large-pull-11 {right:91.66667%; left:auto;}
  .large-1 {width:8.33333%;}
  .large-2 {width:16.66667%;}
  .large-3 {width:25%;}
  .large-4 {width:33.33333%;}
  .large-5 {width:41.66667%;}
  .large-6 {width:50%;}
  .large-7 {width:58.33333%;}
  .large-8 {width:66.66667%;}
  .large-9 {width:75%;}
  .large-10 {width:83.33333%;}
  .large-11 {width:91.66667%;}
  .large-12 {width:100%;}
  .large-offset-0 {margin-left:0% !important;}
  .large-offset-1 {margin-left:8.33333% !important;}
  .large-offset-2 {margin-left:16.66667% !important;}
  .large-offset-3 {margin-left:25% !important;}
  .large-offset-4 {margin-left:33.33333% !important;}
  .large-offset-5 {margin-left:41.66667% !important;}
  .large-offset-6 {margin-left:50% !important;}
  .large-offset-7 {margin-left:58.33333% !important;}
  .large-offset-8 {margin-left:66.66667% !important;}
  .large-offset-9 {margin-left:75% !important;}
  .large-offset-10 {margin-left:83.33333% !important;}
  .large-offset-11 {margin-left:91.66667% !important;}
  .large-reset-order {margin-left:0; margin-right:0; left:auto; right:auto; float:left;}
}

/* 1200px
----------------------------------------------------*/
@media only screen and (min-width:75em) {
  .column.xlarge-centered,
    .columns.xlarge-centered {margin-left:auto; margin-right:auto; float:none !important;}
  .column.xlarge-uncentered,
    .columns.xlarge-uncentered {margin-left:0; margin-right:0; float:left;}
  .column.xlarge-uncentered.opposite,
    .columns.xlarge-uncentered.opposite {float:right;}
  .xlarge-push-0 {left:0%; right:auto;}
  .xlarge-pull-0 {right:0%; left:auto;}
  .xlarge-push-1 {left:8.33333%; right:auto;}
  .xlarge-pull-1 {right:8.33333%; left:auto;}
  .xlarge-push-2 {left:16.66667%; right:auto;}
  .xlarge-pull-2 {right:16.66667%; left:auto;}
  .xlarge-push-3 {left:25%; right:auto;}
  .xlarge-pull-3 {right:25%; left:auto;}
  .xlarge-push-4 {left:33.33333%; right:auto;}
  .xlarge-pull-4 {right:33.33333%; left:auto;}
  .xlarge-push-5 {left:41.66667%; right:auto;}
  .xlarge-pull-5 {right:41.66667%; left:auto;}
  .xlarge-push-6 {left:50%; right:auto;}
  .xlarge-pull-6 {right:50%; left:auto;}
  .xlarge-push-7 {left:58.33333%; right:auto;}
  .xlarge-pull-7 {right:58.33333%; left:auto;}
  .xlarge-push-8 {left:66.66667%; right:auto;}
  .xlarge-pull-8 {right:66.66667%; left:auto;}
  .xlarge-push-9 {left:75%; right:auto;}
  .xlarge-pull-9 {right:75%; left:auto;}
  .xlarge-push-10 {left:83.33333%; right:auto;}
  .xlarge-pull-10 {right:83.33333%; left:auto;}
  .xlarge-push-11 {left:91.66667%; right:auto;}
  .xlarge-pull-11 {right:91.66667%; left:auto;}
  .xlarge-1 {width:8.33333%;}
  .xlarge-2 {width:16.66667%;}
  .xlarge-3 {width:25%;}
  .xlarge-4 {width:33.33333%;}
  .xlarge-5 {width:41.66667%;}
  .xlarge-6 {width:50%;}
  .xlarge-7 {width:58.33333%;}
  .xlarge-8 {width:66.66667%;}
  .xlarge-9 {width:75%;}
  .xlarge-10 {width:83.33333%;}
  .xlarge-11 {width:91.66667%;}
  .xlarge-12 {width:100%;}
  .xlarge-offset-0 {margin-left:0% !important;}
  .xlarge-offset-1 {margin-left:8.33333% !important;}
  .xlarge-offset-2 {margin-left:16.66667% !important;}
  .xlarge-offset-3 {margin-left:25% !important;}
  .xlarge-offset-4 {margin-left:33.33333% !important;}
  .xlarge-offset-5 {margin-left:41.66667% !important;}
  .xlarge-offset-6 {margin-left:50% !important;}
  .xlarge-offset-7 {margin-left:58.33333% !important;}
  .xlarge-offset-8 {margin-left:66.66667% !important;}
  .xlarge-offset-9 {margin-left:75% !important;}
  .xlarge-offset-10 {margin-left:83.33333% !important;}
  .xlarge-offset-11 {margin-left:91.66667% !important;}
  .xlarge-reset-order {margin-left:0; margin-right:0; left:auto; right:auto; float:left;}
}

/* Grid Customizations
--------------------------------------------------------------------------------------*/

/* 700px
----------------------------------------------------*/
@media only screen and (min-width:43.75em) {
  .row {max-width:96%;}
}

/* 1200px
----------------------------------------------------*/
@media only screen and (min-width:75em) {
  .row {max-width:90%;}
}

/* 1360px
----------------------------------------------------*/
@media only screen and (min-width:85em) {
  .row {max-width:80em;}
}


/*************************************************************************************
 * 6. Print Styles
 ************************************************************************************/
@media print {

  @page {margin:0.5cm;}
  body {font-family:Georgia, "Times New Roman", Times, serif; color:#000;}
  img, tr {page-break-inside:avoid;}
  p, h2, h3 {orphans:3; widows:3;}
  h2, h3 {page-break-after:avoid;}

  /* Styles
  ----------------------------------------------------*/
  a[href^="javascript:"]:after,
  a[href^="#"]:after {content:"";}
  .ndmark {width:300px;}
  .image-right img {float:right; margin:0 0 1em 2em;}
  .image-left img {float:left; margin:0 2em 1em 0;}

  /* HIDDEN
  ----------------------------------------------------*/
  .breadcrumbs,
  .header-util,
  .skip-links,
  .nav-mobile,
  .nav-site,
  .nav-top,
  .nav-skip {display:none;}

  /* STRUCTURE
  ----------------------------------------------------*/
  .site-header {overflow:hidden; position:relative; margin:0 0 20px; padding:0 0 20px; border-bottom:1px solid gray;}
    .brandbar {font-size:12px; text-transform:uppercase; font-family:"Adobe Garamond", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;}
      .brandbar i {text-transform:none;}
      .header-image { display:none; }
    .site-title,
    .subline {margin:0; font-family:GPC, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;}
    .site-header a,
    .site-title a,
    .subline a {color:#000;}
    .site-title {margin:4px 0 2px; font-size:2em;}
    .subline {font-size:1em;}

  .alpha a:link:after {content:" [link:" attr(href) "] "; position:static; display:inline-block; font-size:11px; font-family:inherit; line-height:1.1; }
  .alpha abbr:after {content:" (" attr(title) ")";}

  /* Home */
  .home-fellows .medium-4 { width:33% ;}
  .home-badges .medium-4 { width:30%; margin:0 2% 2em 0; }
  .home-events,
  .home-news { width:100%; }
  .home-news .entry-image a:link:after { display:none; }

  /* News & Publications */
  .news-column { width:64%; }
  .quarterly-column { width:36%; }
  .tweet { width:33.33%; display:inline-block; padding:1em 2em 1em 0; margin-right:-0.25em; vertical-align:top; }

  /* Fellows */
  #students-form,
  #fellows-form .medium-4 { width:25%; }
  .students-item,
  .fellows-item { width:calc(50% - 0.25em); float:none; display:inline-block; vertical-align:top; }

  /* Books */
  #books-form .columns { width:50%; }
  .book-grid-item { width:25%; }
  .grid-item-content { height:auto !important; }

  .site-footer {position:relative; clear:both; margin:20px 0 0; padding:20px 0 0; border-top:1px solid gray;}
    .site-footer p {margin:0;}
    .geo,
    .country-name {display:none;}
    .tel {display:block;}
    .address { display:block; }
    .site-footer .ndmark {position:absolute; top:0; right:0;}
}
