/*
  UPDATED
  Under Caesar's Sword theme, based on NDT 2.3
  Launched: 2015-11-05
  Updated: 2015-08-07
  Authors: Taylor Packet, Shawn Maust, 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
     - Blue (Headings): #002b5b
     - Blue (Links): #004da3
     - Gold: #dcb439

  2. FONT STACKS
     - Headings: "EB Garamond", "Adobe Garamond", Garmond, Georgia, "Times New Roman", Times, 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
 ************************************************************************************/

@import url(//fonts.googleapis.com/css?family=EB+Garamond);

*, *:before, *:after {-moz-box-sizing:border-box; -webkit-box-sizing:border-box; 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%;
  -ms-text-size-adjust:100%;
  text-size-adjust:100%;
  -webkit-font-smoothing:antialiased;
  -moz-font-smoothing:antialiased;
  font-smoothing:antialiased;
}
body {width:100%; margin:0; padding:0; color:#333; font:1em/1.5em "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;}
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 {color:#004da3; outline:none; -webkit-tap-highlight-color:rgba(0,0,0,0);}
a:visited {color:#4a3651;}
a:hover {color:#6aa1a7}
a:active {color:#aa272f;}
a:focus {outline:thin dotted;}
a.tapped {background-color:rgba(220,179,57,0.5);}
::-moz-selection,
::selection {background:#0058cf; color:#fff; text-shadow:none;}
strong, b {font-weight:bold;}
em, i {font-style:italic;}
h1,h2,h3,h4,h5,h6 {margin:1.1em 0 0.25em; line-height:1.1em; color:#535351; font-weight:300; text-shadow:0 1px rgba(255,255,255,0.6); text-rendering:optimizeLegibility; font-family:"EB Garamond", "Adobe Garamond", Garmond, Georgia, "Times New Roman", Times, serif;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {text-decoration:none; color:#535351;}
h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited {color:#6aa1a7;}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {text-decoration:underline;}
h1 {margin-top:0; font-size:2em;}
h2 {font-size:1.75em;}
h3 {font-size:1.565em; color:#535351;}
h4 {font-size:1.375em;  color:#d3b03e;}
h5 {font-size:1.2em;}
h6 {font-size:1em; letter-spacing:1px;}
h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
.image-right + h2,
.image-left + h2 {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; padding:0;}
nav a {text-decoration:none;}

table {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;}
/*input[type="search"]::-webkit-search-decoration,*/
/*input[type="search"]::-webkit-search-cancel-button {-webkit-appearance:none;}*/
button::-moz-focus-inner,
input::-moz-focus-inner {border:0; padding:0;}
textarea {overflow:auto; vertical-align:top;}

/* Quotes
----------------------------------------------------*/
blockquote {margin:1em; padding:0; font-weight:200;}
blockquote p {margin:0; padding:0 0 0 0.75em; border-left:3px solid #dcb439; line-height:1.7em; color:#002b5b; font-size:1.35em; font-style:italic;}
blockquote footer {display:block; margin-top:1em; color:#666; line-height:1.5em; font-style:italic; font-size:0.8em;}
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;
  -webkit-box-sizing:content-box;
     -moz-box-sizing:content-box;
          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;}

figure {margin:0 0 1em;}
figure,
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
   <i aria-hidden="true" data-icon="a"></i>
   https://dev.conductor.nd.edu/icons-and-buttons/
----------------------------------------------------*/
[data-icon]:before {vertical-align:bottom; color:#333; font-size:1.25rem; font-family:NDIcons; content:attr(data-icon); speak:none; font-style:normal; text-transform:none;}
[data-icon="1"]:before {display:inline-block; *display:inline; *zoom:1; vertical-align:middle; font-size:220px; color:#002044;}

/* General Classes
----------------------------------------------------*/
.noborder {border:none !important;}
.webcal {font-weight:bold;}
  .webcal i {font-weight:normal;}
a[href$=".pdf"] {padding:1px 0 0 20px; background:url(/images/icons/pdf.gif) left center no-repeat;}
a.btn.btn-gold[href$=".pdf"] { background-color: #d3b03e; background-image:url(images/btn-arrow.png); padding:0.55em 0.8em 0.45em 2.5em; background-position:1em;}
  a.btn.btn-gold[href$=".pdf"]:hover { background-color:#002b5b; }
a.btn.btn-dblue[href$=".pdf"] {background-color: #002b5b; background-image:url(images/btn-arrow.png); padding:0.55em 0.8em 0.45em 2.5em;  background-position:1em;}
  a.btn.btn-dblue[href$=".pdf"]:hover { background-color:#d3b03e;}
a.btn.btn-large { padding:1rem 1rem 1rem 2.5rem; font-size:1.25rem;}

.ndmark {display:block; width:200px; max-width:100%; text-decoration:none;}

.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(/stylesheets/themes/ndt/v2.3/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(/stylesheets/themes/ndt/v2.3/images/play-btn.png) center center no-repeat;
  -webkit-background-size:auto 100%;
     -moz-background-size:auto 100%;
       -o-background-size:auto 100%;
          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;}

.film-primary {margin:2em 0 3em;}
.row .row.report-primary {margin:2em -0.9375em 3em;}

.film-primary p:first-of-type {font-size:1.2em;}

/* Breadcrumbs
----------------------------------------------------*/
.breadcrumbs {display:block; overflow:hidden; margin:0 0 1em; padding:0; list-style:none; font-size:0.8em;}
  .breadcrumbs li {display:inline; float:left; margin:0 4px 0 0; color:#777;}
  .breadcrumbs a {text-decoration:none;}
    .breadcrumbs a:hover {text-decoration:underline;}
    .breadcrumbs a:visited {color:#a4841d;}

/* Fonts
   https://dev.conductor.nd.edu/fonts/
----------------------------------------------------*/
@font-face {font-family:NDIcons;
  src:url('//static.nd.edu/fonts/nd/nd.v2.eot');
  src:url('//static.nd.edu/fonts/nd/nd.v2.eot?iefix') format('embedded-opentype'),
      url('//static.nd.edu/fonts/nd/nd.v2.woff') format('woff'),
      url('//static.nd.edu/fonts/nd/nd.v2.ttf') format('truetype'),
      url('//static.nd.edu/fonts/nd/nd.v2.svg') format('svg');
}
}

/* NEWS & EVENTS
----------------------------------------------------*/
article {margin-bottom:4em;}
article header {margin:0 0 1em;}
  .events .vevent {margin-left:1em; margin-right:1em;}
.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.5em; line-height:1.35em; }
  .entry-title.page-title {border:none;}
  .entry-title a {color:#62959b;}
.publish-info,
.author,
.location,
.posted-in {display:inline-block; *display:inline; *zoom:1; margin:0.2em 1em 0 0; color:#333; font-size:1em; font-weight:normal; font-family:inherit;}
.publish-info b,
.author b,
.location b,
.posted-in {color:#999; font-weight:bold;}
.author a {text-decoration:none;}
  .author a:hover {text-decoration:underline;}
.entry-summary {margin:1em 0;}
.description {margin:1em 0;}
.posted-in {display:none;}
.news-hentry .posted-in,
.event .posted-in {display:block;}
.attribution {font-style:italic;}

.news-events article {margin-bottom:3.5em;}
.news-events h2 {margin-top:0.5em;}
.news-events .btn.btn-gold {clear:both; display:block; margin:1em 0 2em; max-width:160px;}

  /* Events */
  .events-date-header {margin:0 0 0.25em; padding:0; color:#888; font-weight:300; font-family:"Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; font-size:1.15em;}
  .events .date-string,
  .home .events-date-header {display:none;}

/* SEARCH
----------------------------------------------------*/
.search-count,
.search-time {font-family:inherit;}
.search-count {margin:0; font-size:1.4em;}
  .search-query i {font-style:normal; font-weight:700;}
.search-time {margin:0 0 1em; color:#666; font-size:1.2em;}
.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;}
    .search-result-title b {font-weight:500;}
    .search-result-url {font-size:0.9em; font-family:inherit; word-break:break-all;}
      .search-result-url a {color:#388222; font-weight:700;}
    .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;}

    /*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-direction-nav {display:none;}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  background:url('images/sword.png') no-repeat top center;
  margin: 0 0 20px;
  padding-top:3em;
  border:0;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  background-size:100px auto;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -10px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.4);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.65);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}


/* Custom Overrides */
.flex-direction-nav a { line-height:40px; }

@media only screen and (min-width:43.75em) {
  .flexslider { padding-top:1.75em; background-position:50% 0; }
}

/*************************************************************************************
 * 2. Screen Styles
 ************************************************************************************/
@media screen,projection {
  p {max-width:65em;}
  .image-default img,
  .image-right img,
  .image-left img {border:5px solid #e7e0d1;}
  .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-bottom:0.35em; *margin-left:.3em; padding: 0.55em 0.8em 0.45em 2.5em; cursor:pointer; font-size:1em; line-height:1.2em; text-decoration:none; text-align:left; vertical-align:middle; font-weight:bold; text-transform:uppercase; letter-spacing:1px; color:#f8f6ed; font-family:"EB Garamond", "Adobe Garamond", Garmond, Georgia, "Times New Roman", Times, serif; background:#535351 url(images/btn-arrow.png) 1em center no-repeat;

    -webkit-transition:all .25s ease-in-out;
       -moz-transition:all .25s ease-in-out;
         -o-transition:all .25s ease-in-out;
            transition:all .25s ease-in-out;
  }


  .btn:visited,
  .btn.active {color:#f8f6ed;}
  .btn:hover,
  .btn.active:hover,
  .more:hover {color:#f8f6ed; background-color:#7fb8be;}
  .btn [data-icon]:before {padding-right:0.25em; color:#333; font-size:1.25em;}
  .btn:hover [data-icon]:before {color:#d3b03e;}

  .btn-blue {background-color:#7fb8be;}
    .btn-blue:hover {background-color:#d3b03e;}
  .btn-gold {background-color:#d3b03e;}
    .btn-gold:hover{background-color:#535351;}
  .btn-dblue {background-color:#002b5b;}
    .btn-dblue:hover {background-color:#d3b03e;}
    
  .btn-none {padding: 0.55em 0.8em 0.45em; background-image:none;}

  .more,
  .excerpt_continuation {clear:both; float:none; margin:0; padding:0.4em 1.8em 0.45em 0.65em; font-size:1.2em; line-height:1em; background:#e3e3e3 url(/stylesheets/themes/ndt/v2.3/images/more.png) 90% center no-repeat;}
    .more:visited {color:#004da3;}
    .more:hover{color:#eee;}
    .more.right {display:block; text-align:right;}


  /* Structure
  ----------------------------------------------------*/
  html {background:#f4eee2;}
  .site-content {padding-top:0.25em; padding-bottom:1em;}
  .beta {padding:0; border-top:1px solid #dadada;
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.9);
       -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.9);
            box-shadow:inset 0 1px 0 rgba(255,255,255,0.9);
 }

  .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(/stylesheets/themes/ndt/v2.3/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.15em; border-bottom:3px solid #dbcaae;}

  /* Full Bleed */
  .full-bleed {margin:2.5em 0 1em; position:relative; }
  .full-bleed:before { content:''; display:block; position:absolute; top:0; bottom:0; left:-999em; right:-999em; z-index:-1; background-position:50% 50%; background-size:cover; z-index:-1;}


  /* Header
  ----------------------------------------------------*/
  .site-header {text-align:center;}
  .brandbar,
  .titlebar {overflow:hidden;}
    .dept {display:none; border-top:1px solid  #000; }
  .brandbar { background:#444; border-bottom:3px solid #383838;}

    .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-nd img {display:none;}
      .dept-nd a {background-position:left 0;}
      .dept a {background-position:right 0;}

  .titlebar {position:relative; padding:0.75em 0;}
    .site-title {clear:both; width:70%; margin:0.35em 0 0; font-size:1.75em; line-height:1.1em; font-weight:300; text-align:left; text-shadow:none;}
    .home .site-title a {color:#444; text-decoration:none; }
      .home .site-title a:visited {color:#444;}
       .site-title a {color:#444; text-decoration:none; }
       .site-title a:visited {color:#444;}
      .site-title a:hover {text-decoration:none;}
       .sublined .site-title {margin:0; line-height:1.15em;}
       .subline {clear:left; margin:0; color:#333; font-family:inherit; font-size:1em; text-align:left;}

  .header-util {position:relative; margin:0 auto; padding:0 1em; text-align:center;}
    .search-form {display:none; overflow:hidden; width:91%; margin:0 auto 0.5em; padding:1px 1px 1px 4px; border:1px solid #aaa; line-height:1.1em; background-color:#fff; }
    .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; text-indent:-9999px; overflow:hidden; width:2em; height:2em; margin:0; padding:0; border:0; cursor:pointer;
      background-color:#fff;
      -webkit-transition:all .15s ease-in-out;
         -moz-transition:all .15s ease-in-out;
           -o-transition:all .15s ease-in-out;
              transition:all .15s ease-in-out;
   }
      .lt-ie9 .search-button {background:#a5a5a5 url(/images/icons/searchmag.png) center center no-repeat;}
    .search-button:hover {background:#d3b03e;}
    .search-button:active {background:#dbcaae;}
    .search-button:before {content:attr(data-icon); display:block; position:absolute; top:0; left:0.1em; color:#444; font-size:1.6em; line-height:1.3em; font-family:NDIcons; text-indent:0; text-shadow:0 1px #eee;}
      .lt-ie9 .search-button:before {content:'';}
    .search-button:hover:before {color:#002b5b; text-shadow:0 1px rgba(255,255,255,0.6);}
    .search-button:active:before {text-shadow:0 -1px rgba(255,255,255,0.6);}
.header-util {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:.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;
  }

  /* Offscreen Nav
  ----------------------------------------------------*/
  .home .nav-mobile .nav-site,
  .nav-mobile .nav-site {padding:0;  background-color:#3a3a39;}
  .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:#3a3a39;
    -webkit-overflow-scrolling:touch;
    -webkit-box-shadow:0 0 8px 0 rgba(0,0,0,0.25) inset;
       -moz-box-shadow:0 0 8px 0 rgba(0,0,0,0.25) inset;
            box-shadow:0 0 8px 0 rgba(0,0,0,0.25) inset;
    -webkit-transform:translate(0, 0);
       -moz-transform:translate(0, 0);
        -ms-transform:translate(0, 0);
         -o-transform:translate(0, 0);
            transform:translate(0, 0);
    -webkit-transition:0.15s ease;
       -moz-transition:0.15s ease;
         -o-transition:0.15s ease;
            transition:0.15s ease;
 }
  .nav-mobile.active {
    -webkit-transform:translate(-13.755em, 0);
       -moz-transform:translate(-13.755em, 0);
        -ms-transform:translate(-13.755em, 0);
         -o-transform:translate(-13.755em, 0);
            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; -webkit-border-radius:3px; border-radius:3px;}
    .nav-mobile .search-input {width:85%;}
  .wrapper { overflow-x:hidden;
    -webkit-transform:translate(0, 0);
       -moz-transform:translate(0, 0);
        -ms-transform:translate(0, 0);
         -o-transform:translate(0, 0);
            transform:translate(0, 0);
    -webkit-transition:0.15s ease;
       -moz-transition:0.15s ease;
         -o-transition:0.15s ease;
            transition:0.15s ease;
 }
  .wrapper.active {
    -webkit-transform:translate(-13.755em, 0);
       -moz-transform:translate(-13.755em, 0);
        -ms-transform:translate(-13.755em, 0);
         -o-transform:translate(-13.755em, 0);
            transform:translate(-13.755em, 0);
 }

  .nav-skip {z-index:9999; 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-bottom:3px solid #9dd1d7;
    background:#7fb8be}
    .nav-skip span {position:relative; top:0.4em; margin:0 auto;
      -webkit-transition-duration:0s;
         -moz-transition-duration:0s;
          -ms-transition-duration:0s;
           -o-transition-duration:0s;
              transition-duration:0s;
      -webkit-transition-delay:0.2s;
         -moz-transition-delay:0.2s;
          -ms-transition-delay:0.2s;
           -o-transition-delay:0.2s;
              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:#eee; display:block;
      -webkit-transition-property:top, -webkit-transform;
         -moz-transition-property:top, -moz-transform;
          -ms-transition-property:top, -ms-transform;
           -o-transition-property:top, -o-transform;
              transition-property:top, transform;
      -webkit-transition-duration:0.2s;
         -moz-transition-duration:0.2s;
          -ms-transition-duration:0.2s;
           -o-transition-duration:0.2s;
              transition-duration:0.2s;
      -webkit-transition-delay:0.2s, 0;
         -moz-transition-delay:0.2s, 0;
          -ms-transition-delay:0.2s, 0;
           -o-transition-delay:0.2s, 0;
              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);
      -webkit-transition-delay:0.2s;
         -moz-transition-delay:0.2s;
          -ms-transition-delay:0.2s;
           -o-transition-delay:0.2s;
              transition-delay:0.2s;
   }
    .nav-skip.toggled span:before,
    .nav-skip.toggled span:after {top:0;
      -webkit-transition-delay:0, 0.2s;
         -moz-transition-delay:0, 0.2s;
          -ms-transition-delay:0, 0.2s;
           -o-transition-delay:0, 0.2s;
              transition-delay:0, 0.2s;
   }
    .nav-skip.toggled span:before {-webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg);}
    .nav-skip.toggled span:after {-webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg); -o-transform:rotate(-45deg); transform:rotate(-45deg);}

  /* Top Nav
  ----------------------------------------------------*/
  .nav-top {display:none; position:relative; z-index:10; bottom:0; width:100%; text-align:center; border-top:1px solid #000; border-bottom:1px solid #000;
        background:#002b5b;
        background:-webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 100%) #273c53;
        background:   -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 100%) #273c53;
        background:        linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 100%) #273c53;
        -webkit-box-shadow:0 1px rgba(130,150,173,0.6) inset, 0 0 1em rgba(0,0,0,0.5);
           -moz-box-shadow:0 1px rgba(130,150,173,0.6) inset, 0 0 1em rgba(0,0,0,0.5);
                box-shadow:0 1px rgba(130,150,173,0.6) inset, 0 0 1em rgba(0,0,0,0.5);
 }
  .nav-top li {display:inline-block; *display:inline; *zoom:1; vertical-align:top; font-family:Helvetica, Arial, Verdana, sans-serif; font-size:1.125em;}
  .nav-top li a {display:table-cell; vertical-align:middle; padding:.75em 1em; color:#fff; text-align:center; text-shadow:0 1px 3px #000;
    -webkit-transition:all 250ms ease-in-out;
       -moz-transition:all 250ms ease-in-out;
            transition:all 250ms ease-in-out;
 }
  .nav-top li.active a,
  .nav-top li a:hover {color:#dcb439; background:#253546;
      -webkit-box-shadow:inset 1px 0 rgba(0,0,0,0.5),inset -1px 0 rgba(0,0,0,0.5);
         -moz-box-shadow:inset 1px 0 rgba(0,0,0,0.5),inset -1px 0 rgba(0,0,0,0.5);
              box-shadow:inset 1px 0 rgba(0,0,0,0.5),inset -1px 0 rgba(0,0,0,0.5);
 }

  /* General Nav
  ----------------------------------------------------*/
  .home .nav-site {margin-top:1em; background: rgba(47,47,46,0.85);}
  .nav-site {padding:0.85em 1em 0; background:#535351;}
  .nav-site ul {padding:0 0 1em;}
    .nav-site ul li {margin:0.4em 0;}
    .nav-site ul a {display:block; padding:0.2em 0 0.1em 1.5em; text-indent:-1em; line-height:1.2em; text-transform:none; color:#f8f6ed; font-size:1.45em; font-weight:300; font-family:"EB Garamond", "Adobe Garamond", Garmond, Georgia, "Times New Roman", Times, serif; border-bottom:3px solid transparent;}
    .nav-site ul a:hover {border-bottom:3px solid #eee7d7; background:#dbcaae; color:#535351;}
    .nav-site ul > .active > a {background:#7fb8be; border-bottom:3px solid #9dd1d7;}
  .nav-site ul ul {padding:0;}
    .nav-site ul ul a {padding:0.25em 0.25em 0.25em 28px; text-indent: -0.6em; color:#eee7d7; font-size:1em; font-family:inherit; border:none;}
    .nav-site ul ul li {margin:0.25em 0;}
    .nav-site ul ul a:hover {border:none; color:#d3b03e; background:none;}
    .nav-site ul ul > .active > a {color:#d3b03e; border:none; font-weight:bold; background:none;}
    .nav-site li.last{margin-bottom:0;}
  .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:#f8f6ed; font-weight:bold;}
    .nav-site ul ul ul .active > .current-last {color:#f8f6ed;}
  .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-site .return-site { border-bottom:1px solid #FFF; padding:0 0 0.5em; margin:0 0 1em;}
  
  .nav-section {display:none;}

  .sidebar {margin:1em 0 0; padding:0; }
  .sidebar li {margin:0.5em 0; list-style:none;}
  .sidebar li a {display:block; padding:0.45em 0.5em 0.3em 1em; border-bottom:3px solid #f2d166; background:#d3b03e; text-decoration:none; font-family: "EB Garamond", "Adobe Garamond", Garmond, Georgia, "Times New Roman", Times, serif; text-transform:uppercase; font-size:1em; color:#3d3d3c;}
  .sidebar li a:hover {background:#ebcb63;}
  .sidebar [data-icon]:before {font-size:1em; margin-right:0.45em;}

  .report-pdf { margin:1em 0 0; padding:0; }
  .report-pdf::before, .report .sidebar::before { display:block; content:''; width:20%; height:0.125em; background:#b3b3af; margin:1.5em auto; opacity:0.75;}
    .report-pdf li { list-style: none; margin-bottom:0.5em; }
    .report-pdf li a { display: block; background-image: url(images/btn-arrow.png); padding: 0.55em 0.8em 0.45em 2.25em; text-transform:uppercase; background-position: 0.75em; background-repeat:no-repeat; border-bottom: 3px solid #2d5085; background-color: #0e2240; color:#FFF; text-decoration: none; font-family: "EB Garamond", "Adobe Garamond", Garmond, Georgia, "Times New Roman", Times, serif; text-transform: uppercase; font-size: 1em; }
    .report-pdf li a:hover { background-color:#2d5085;}
    .report-pdf .report-secondary { width:calc(50% - 0.25em); margin:0 0.5em 0.5em 0; float:left; }
    .report-pdf .report-secondary:nth-child(3n),
    .report-pdf .report-secondary:nth-child(5n) { margin-right:0; }
    
  .report-primary h2 { margin:0 0 0.5em; padding: 0 0 0.125em; border-bottom: 3px solid #dbcaae; }
  .report-buttons { column-count:2; column-gap:1em; }
    .report-buttons p { margin:0 0 0.5em; }
    
  /* Home
  ----------------------------------------------------*/
  .home-feature,
  .film-feature,
  .report-feature,
  .education-feature {margin:0 0 2em; min-height:20em; text-align:center; position:relative;}
    .home-feature:before,
    .film-feature:before,
    .report-feature:before,
    .education-feature:before {background-image:url(images/feature_sm.jpg); background-size:100vw auto; background-repeat:no-repeat; border-bottom:5px solid #e7e0d1; background-color:#e7e0d1;}
    
    .film-feature:before {background-image:url(images/film-feature_sm.jpg); background-position:top;}
    .report-feature:before {background-image:url(images/report-feature.jpg); background-position:center;}
    .education-feature:before {background-image:url(images/educational-feature_sm.jpg); background-position:center;}

    .feature-image {overflow:hidden; text-align:center;}
      .feature-image p,
      .feature-image img {margin:0 auto;}

  .home .elevator,
  .film-elevator,
  .report-elevator,
  .educational-elevator {bottom:20%; position:absolute;width:85%; font-size:1em; line-height:1.1em; text-align:left; margin-top:1em; color:#d3b03e; font-family:"EB Garamond", "Adobe Garamond", Garmond, Georgia, "Times New Roman", Times, serif; text-shadow:0 1px 8px #000, 0 3px 10px rgba(0,0,0,0.5), 0 0 12px #000; }
    .home .elevator span,
    .film-elevator span,
    .report-elevator span,
    .educational-elevator span {margin-top:0.45em; font-size:1.15em; line-height:1.1em; color:#fff; display:block;}
    
  .film-elevator,
  .report-elevator,
  .educational-elevator {color:#fff; font-size:1.2em; }
  
    .report-elevator a { text-decoration:none; }
    .report-elevator a:hover span { color:#7fb8be; }
  .home .sidebar {display:none;}

  .home-primary {margin:0 auto 2em;}
    .home-primary .image-right,
    .home-primary .image-left,
    .home-primary .image-default {float:none; max-width:none; margin:0 0 1em;}
    .home .entry-title {padding:0; border:none; font-size:1.45em; font-family:inherit;}

  .home-secondary .columns > h2 {margin:0.25em 0 0.35em; font-size:2em;}
    .home-secondary .columns > h2 a {color:#535351;}
    .home-secondary .columns .entry-title {font-size:1.8em;}

  .home-stats:before { background-color:#eee7d7; }
  .home-stats .stat { position:relative; top:50%; text-align:center; padding:1em; font-size:0.85em; line-height:1.5em; font-weight:bold;
    -webkit-transform:translateY(-50%);
       -moz-transform:translateY(-50%);
        -ms-transform:translateY(-50%);
            transform:translateY(-50%);
  }
  .home-stats span { display:block; margin:0.3em 0 0.5em; font-size:6em; font-weight:700; text-shadow:3px 3px 0 #292928; font-family:"EB Garamond", "Adobe Garamond", Garmond, Georgia, "Times New Roman", Times, serif;}

  .stat-list { list-style:none; padding:2em 0; margin:0; }
   .stat-list li {margin-bottom:0;  display:inline-block; position:relative; width:100%; padding:2em; text-align:center; height:16em; }


   .stat-list .custom-1,
     .stat-list .custom-2,
     .stat-list .custom-3 {color:#fff;}

     .stat-list .custom-1 {background:#555 url('images/custom-1.jpg');background-size: cover; }
     .stat-list .custom-2 {background:#555 url('images/custom-2.jpg'); background-size: cover;}
        .stat-list .custom-2 span {margin:0.45em 0 0.5em;}
     .stat-list .custom-3 {background:#555 url('images/custom-3.jpg'); background-size: cover;}
        .stat-list .custom-3 span {margin:0.45em 0 0.35em;}

     .stat-list .custom-1 span,
     .stat-list .custom-2 span,
     .stat-list .custom-3 span {color:#7fb8be;}

     .stat-list li:nth-child(even) { background:#f6f3ec; }
      .stat-list li:nth-child(even) span {color:#d3b03e;}

  .home-quotes { margin-top:2em; }
    .home-quotes figure { padding:2em; margin:0;}
    .home-quotes blockquote { margin:0 0 0.5em; padding:0 0.25em 0 0.5em; font-size:1.1em; line-height:1.15em; position:relative; quotes:"\201C""\201D"; font-family: "EB Garamond", "Adobe Garamond", Garmond, Georgia, "Times New Roman", Times, serif;}
      .home-quotes blockquote:before { content:open-quote; position:absolute; color:#d3b03e; font-size:3em; top:0.15em; left:-0.35em; font-family:georgia;}
      .home-quotes blockquote:after { content:close-quote; display:inline-block;  }
    .home-quotes figcaption {color:#666664; font-style:italic; font-size:0.8em; margin-left:4em;}

  .home-secondary .columns > h2 {border-bottom:0; color:#7fb8be;}

  .feature-link h2 { margin-top:0;}
  .feature-link img {margin-top:1.85em;}

  .report-toc h2 { border-bottom:3px solid #dbcaae; margin-bottom:0;}
  .nav-toc { column-count:2; column-gap:1rem; margin:1.5rem 0; }
    .nav-toc li { margin-bottom:0.5rem;}
    .nav-toc li a { color:#002b5b; }

  /* Custom Pages
  ----------------------------------------------------*/
  /* People */
  .person-item {margin-bottom:2em;}
  .person-item img,
  .person-image img {border: 5px solid #e7e0d1;}
  .about-who-we-are-our-partners .person-item img{border:none;}
  .person-item h3 a {color: #6aa1a7;}
  .person-item .title {color:#777; font-size:0.9em; line-height:1.3em;}
  .person-bio .title{margin-top:1em; color:#777; line-height:1.3em;}

  .film-video { margin:2em 0; }
    .film-video img { background:#eee; }
    .film-video blockquote { padding-top:2em; }
      .film-video blockquote p { border:0; padding:0; line-height:1.5; }

  .film-cta { padding:0 1em; position:relative; margin:2em auto;}
  .film-cta .btn {font-size:1.25em;}
  .film-cta .image-left {margin-right:2em; width:30%;}

  /* Report Pages
  ----------------------------------------------------*/
  .report-main { position:relative; padding:2em; background-repeat:no-repeat; background-position:top center; background-size:100% auto; background-color:#FFF; font-family: "Adobe Garamond", Garmond, Georgia, "Times New Roman", Times, serif; }
      .report-responses-to-persecution-by-region-communist-east-asia .report-main { padding-top:20em; background-image:url('images/report-china.jpg'); }
      .report-responses-to-persecution-by-region-russia-and-central-asia .report-main { padding-top:20em; background-image:url('images/report-russia.jpg'); }
      .report-responses-to-persecution-by-region-russia-and-central-asia-russia .report-main { padding-top:20em; background-image:url('images/report-russia2.jpg'); }
      .report-responses-to-persecution-by-region-russia-and-central-asia-central-asian-republics .report-main { padding-top:20em; background-image:url('images/report-centra-asia.jpg'); }
      .report-responses-to-persecution-by-region-south-asia .report-main { padding-top:20em; background-image:url('images/report-india.jpg'); }
      .report-responses-to-persecution-by-region-sub-saharan-africa .report-main { padding-top:20em; background-image:url('images/report-subafrica.jpg'); }
      .report-responses-to-persecution-by-region-a-note-on-the-west .report-main { padding-top:20em; background-image:url('images/report-west.jpg'); }
      .report-responses-to-persecution-by-region-middle-east-and-north-africa .report-main { padding-top:20em; background-image:url('images/report-egypt.jpg'); }
      .report-responses-to-persecution-by-region-middle-east-and-north-africa-turkey .report-main { padding-top:20em; background-image:url('images/report-turkey.jpg'); }
      .report-responses-to-persecution-by-region-middle-east-and-north-africa-syria-and-iraq .report-main { padding-top:20em; background-image:url('images/report-syria.jpg'); }
      .report-responses-to-persecution-by-region-middle-east-and-north-africa-egypt-libya-and-gaza .report-main { padding-top:20em; background-image:url('images/report-elg.jpg'); }
      .report-responses-to-persecution-by-region-middle-east-and-north-africa-iran-and-saudi-arabia .report-main { padding-top:20em; background-image:url('images/report-iran.jpg'); }
      .report-responses-to-persecution-by-region-south-asia-india-and-sri-lanka .report-main { padding-top:20em; background-image:url('images/report-srilanka.jpg'); }
      .report-responses-to-persecution-by-region-south-asia-pakistan-and-afghanistan .report-main { padding-top:20em; background-image:url('images/report-pakistan.jpg'); }
      .report-responses-to-persecution-by-region-south-asia-indonesia .report-main { padding-top:20em; background-image:url('images/report-indonesia.jpg'); }
      .report-responses-to-persecution-by-region-communist-east-asia-china .report-main { padding-top:20em; background-image:url('images/report-china2.jpg'); }
      .report-responses-to-persecution-by-region-communist-east-asia-vietnam-and-laos .report-main { padding-top:20em; background-image:url('images/report-vietnam.jpg'); }
      
    .report-main .breadcrumbs {font-family: "Adobe Garamond", Garmond, Georgia, "Times New Roman", Times, serif; font-style:italic; font-weight:bold; }
    .report-main .dropcaps::first-letter { float:left; font-size:5em; margin:0 .25em 0 0; line-height:0.9em; }
      .report-main .breadcrumbs li:first-child { display:none;}
    .report-main em {font-family: "Adobe Garamond", Garmond, Georgia, "Times New Roman", Times, serif;}
    .report-main p, .report-main li { color:#0e2240; font-family: "Adobe Garamond", Garmond, Georgia, "Times New Roman", Times, serif; }
    .report-main hr { border-color:#0e2240; width:6rem; border-width:2px;}
    .report-main h1 { color:#0e2240; text-align:center; border:none; margin-bottom:0;font-size:3em; }
    .report-main h2 { text-align:center; font-size:3.25em; position:relative; color:#0e2240; font-weight:bold;}
      .report-main h1:after, .report-main h2:after { content:""; display:block; margin:0.325em auto 0.75em; width:6rem; height:4px; background-color:#0e2240; }
    .report-main .btn { white-space:normal;}
    .report-main .btn-nextpage { background-color:#0e2240; float:right; margin:1em 0 0; }
      .report-main .btn-nextpage:hover { background-color:#d3b03e; }
      
      .report-responses-to-persecution-by-region .btn-nextpage,
      .report-responses-to-persecution-by-region-middle-east-and-north-africa .btn-nextpage,
      .report-responses-to-persecution-by-region-south-asia .btn-nextpage,
      .report-responses-to-persecution-by-region-communist-east-asia .btn-nextpage,
      .report-responses-to-persecution-by-region-russia-and-central-asia .btn-nextpage,
      .report-major-findings .btn-nextpage,
      .report-recommendations-for-action .btn-nextpage,
      .report-about-under-caesars-sword .page-subnav {display:none;}
      
    .report-main blockquote { margin:2em 0;}
      .report-main blockquote p { border-top:2px solid #0e2240; border-bottom:2px solid #0e2240; border-left:0; padding:1.5em 0; font-weight:bold; font-size:1em;}
    .report-main .image-default img, .report-main .image-right img, .report-main .image-left img { border: none; }
      .report-main .image-default img { margin:1.5em 0;}
      .report-main .image-left img { margin:1.5em 1em 1.5em 0;}
      .report-main .image-right img { margin:1.5em 0 1.5em 1em; }
      
  /* Map
  ----------------------------------------------------*/
  #map-viewport { position:relative; padding-top:100%; border:1px solid #bbb; overflow:hidden; }
  #map { position:absolute; left:0; right:0; top:0; bottom:0;
    -webkit-transition:all .25s ease-in-out;
       -moz-transition:all .25s ease-in-out;
         -o-transition:all .25s ease-in-out;
            transition:all .25s ease-in-out;
  }
  #map svg { position:absolute; left:0; top:0; width:100%; height:100%; }
  #active-countries g { cursor:pointer; }
  #map .active path,
  #map .active polygon { fill:#dbcaae; }
  #form-learn { padding:0.5em 1em; border:1px solid #bbb3a9; background:#eee7d7; }
  #form-learn .submit {margin-top:-0.5em; padding:0.5em 0.5em 0.5em 2.5em; color:white; text-transform:uppercase; border:0; background:#d5af53 url(images/btn-arrow.png) 12% center no-repeat;}
  #results  { margin:1em 0; }
    #results h2 { margin-top:0; }
  .tweet {margin:1em 0 0;}
  .date {margin-bottom:0.35em; font-size:1.45em; color:#6aa1a7; font-family: "EB Garamond", "Adobe Garamond", Garmond, Georgia, "Times New Roman", Times, serif;}
  #select-country {margin-top:0.35em; min-width:200px;}
  #somalia text {display:none;}
  .learn .excerpt { display:none; }
  .learn .country-list {margin:1em 0; padding:1.5em 0 0; border-top:1px solid #ccc; list-style:none; }
  .learn .country-list li a {margin:0.25em 0; color:#4d878d;}
  #map-intro {margin-top:1em;}

  /* Footer
  ----------------------------------------------------*/
  .site-footer {position:relative; clear:both; overflow:hidden; margin:0 auto; text-align:center;}
    .footer-inner {position:relative; margin:0 auto; padding:1em 0; border-top:3px solid #e7e0d1;}
    .site-footer p {margin:0; font-size:0.875em;}
  .site-info {margin:1em 0;}
  .site-info li {display:inline-block; *display:inline; *zoom:1; margin:0 2%;}
  .site-info a {text-decoration:underline;}
  .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 {display:block;}
  .ndmark {width:200px; margin:2em auto;}

    .footer-social a {text-decoration:none; display:inline-block; margin:1em 0.5em; color:#333;}
      .footer-social [data-icon]:before {color:#333; font-size:1.25em;}
    .social span,
    .footer-social span {border:0; clip:rect(0 0 0 0); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px;}

/*************************************************************************************
 * 3. Media Queries
 ************************************************************************************/

/* 480px
----------------------------------------------------*/
@media only screen and (min-width:30em) {
  .person-bio .person-image { width:33%; }
  .person-bio .person-description { width:67%; }
}

/* 580px
----------------------------------------------------*/
@media only screen and (min-width:36.250em) {
  .image-right,
  .image-left {max-width:100%;}
  .dept {display:block; border:none;}
  .person-grid .person-item { max-width:50%; }
  .person-grid h3 {font-size:1.4em;}
  .site-content {padding-top:1em;}

    #form-learn .submit {float:right;}
}

/* 700px
----------------------------------------------------*/
@media only screen and (min-width:43.75em) {

  h1 {font-size:2.425em;}
  h2 {font-size:2.25em;}
  h3 {font-size:1.75em;}
  h4 {font-size:1.6em;}
  h5 {font-size:1.425em;}
  h6 {font-size:1.2em;}

  blockquote {margin:2em 5em;}
  blockquote {margin:1em; padding:0;}

  .image-right img,
  .image-left img {max-width:auto;}
  .tablewrap {background:none;}

    .home .elevator {bottom:10%;}
    .film-elevator,
    .report-elevator {top:6em;}

    .home-quotes blockquote {padding: 0 1em 0 2em; font-size:1.5em; line-height:1.35em;}
    .home-quotes blockquote:before {font-size: 5em; top:0.2em; left:-0.1em;}

  /* Structure
  ----------------------------------------------------*/
  .home .site-content {padding-top:0;}
  .site-content {padding-top:2em; padding-bottom:2em;}
    .nav-top-true.home .alpha {display:block; width:auto; left:0; margin:0;}
  .beta {border:none;
    -webkit-box-shadow:none;
       -moz-box-shadow:none;
            box-shadow:none;
 }
    .full-width .alpha {width:100%; left:auto; margin:0;}
    .full-width .beta {display:none;}

    .nav-site ul a {font-size:1.25em;}

  /* Header
  ----------------------------------------------------*/
  .site-header {text-align:left;}
  .brandbar,
  .titlebar {padding:0;}
    .brandbar li {margin:0 -2em;}
    .titlebar.subhead {padding:0.7em 1em;}
  .site-title {float:left; margin:0; padding:0; font-size:2.5em;}
    .site-title a {margin:0 0 0.25em; padding:0.9em 0 0.4em; line-height:0.65em; display:inline-block;}
      .home .site-title a {color:#eee; text-shadow:0 1px 5px #000,0 1px 10px #000;}
      .home .site-title a:visited {color:#eee;}
    .sublined {float:left; padding:0.65em 0 0.75em;}
      .sublined .site-title a {padding:0;}
    .subline {float:left;}
  .search-input {float:left; width:auto; font-size:0.8em;}
  a.nav-skip {display:none;}

  .header-util {display:block; z-index:100; float:right; top:1.9em; margin:0; padding:0; text-align:right;}
    .subhead .header-util {top:1.9em;}
    .search-form {display:block; width:auto; margin:0;}
    .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;
        -webkit-box-shadow:0 0 rgba(255,255,255,0) inset, 0 0 rgba(0,0,0,0);
           -moz-box-shadow:0 0 rgba(255,255,255,0) inset, 0 0 rgba(0,0,0,0);
                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:0; left:2px; font-size:18px;}


  /* Home
  ----------------------------------------------------*/
  .home .site-content { position:relative; }
  .home-feature,
  .film-feature,
  .report-feature,
  .education-feature {margin-top:-7em; height:36em; }
    .home-feature:before,
    .film-feature:before,
    .report-feature:before,
    .education-feature:before {background-image:url(images/feature_med.jpg); background-position-y:top; margin-left:-50%; /* offset for nav */ }
    .film-feature:before {background-image:url(images/film-feature_med.jpg); background-position:top;}
    .report-feature:before {background-image:url(images/report-feature.jpg); background-position:center;}
    .education-feature:before {background-image:url(images/educational-feature_med.jpg); background-position:center;}
    
  .home .elevator,
  .film-elevator,
  .report-elevator,
  .educational-elevator { position:absolute; bottom:28%; left:1em; width:85%;}
     .home .elevator {font-size:1.2em; line-height:1.15em;}
     .home .elevator span {font-size:1.35em;}
     .film-elevator span,
     .report-elevator span,
     .educational-elevator span {font-size:1.35em;}

  .home-primary {margin:0.25em 0 2.95em;}
    .home-primary p {font-size:1.25em; line-height:1.5em; font-weight:200;}
    .home-primary .btn {font-size:0.8em;}
    .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;}

    .home-secondary .columns > h2 {margin-top:0;}

  .home .beta { display:block; position:absolute; margin-top:2em; left:0;}
  .stat-list li { width:33%; vertical-align:top; margin-right:-0.25em;}
  .feature-link { margin-top:4em; }

  /* Report Page
   ----------------------------------------------------*/
  .report-main { padding:4em; }
    .report-main .two-column {list-style:none; counter-reset:section; column-count:2; column-gap:2em;}
    .report-main .two-column li::before { counter-increment:section; content: counter(section)". " font-weight:bold;}
    .report-main .breadcrumbs { position:absolute; top:-1.5em; padding:0.75em 2em; background:#FFF; right:0; }
  /* Custom
  ----------------------------------------------------*/
  .learn .country-list {
    -webkit-column-count:3;
       -moz-column-count:3;
            column-count:3;
    }

  .rome-conference-video-report-and-footage .max-width-video-wrapper { width:33%; display:inline-block; }
    .rome-conference-video-report-and-footage .page-title + p > .max-width-video-wrapper { width:100%; display:inline-block; }

  .film-video { margin:0 0 4em; }
  .film-video blockquote { margin-top:1em; padding:0; }
    .film-video:nth-of-type(even) blockquote { text-align:right; }

  /* Navigation
  ----------------------------------------------------*/
  .nav-top-true .nav-top,
  .nav-top-true .nav-section {display:block;}
  .nav-top-true .nav-full {display:none;}
  .nav-top-true.home .beta {display:none;}

  /* Footer
  ----------------------------------------------------*/
  .site-footer {text-align:left;}
    .footer-inner {padding:2em 0;}
    .ndmark {position:absolute; right:0; top:2.2em; margin:0;}
    .site-link {display:block;}
    .org {display:inline;}

      .footer-social {position:absolute; right:255px; top:1.5em;}
  .footer-social a {margin:00.5em;}
}

/* 960px
----------------------------------------------------*/
@media only screen and (min-width:60em) {
  .film-elevator span,
  .report-elevator span{font-size:1.55em;}
}
}

/* 768px
   Brand-bar styles
   Adjust @mq width smaller as department name allows
-----------------------------------------------------*/
@media only screen and (min-width:48em) {
  .dept,
  .theme-bb-gold .dept {border-top:none; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none;}
  .brandbar li {margin:0;}
    .dept {float:right;}
    .dept-nd {float:left;}

    blockquote.pull {width:30%;}

    .nav-site ul a {font-size:1.45em;}
    .report-nav ul a { font-size:1.25rem; }
      
  .home .elevator,
  .film-elevator,
  .report-elevator{margin-left:1em; width:75%; font-size:1.25em; line-height:1.25em; bottom:25%; }
  .home .elevator span {font-size:1.4em; line-height:1.1em;}

    #results { margin-top:0; }
    #form-learn .submit {float:none;}
}

/* 960px
----------------------------------------------------*/
@media only screen and (min-width:60em) {
  .titlebar.subhead {padding:1.1em 0;}

  .contact-info {margin:0;}
  .site-link,
  .address,
  .site-link,
  .tel,
  .email {float:left; margin:0 1em 0 0;}
  .site-link {margin-right:0.5em;}
  .phone {clear:left;}

  .events .vevent {margin-left:1.5em; margin-right:1.5em;}
  .event .vevent {margin:0;}

  /* IE8 Over-rides */
  .lt-ie8 .header-util nav li {float:right;}
  .lt-ie8 .search-form {width:300px;}
  .lt-ie8 .search-input {float:left;}

  .home-feature:before,
  .film-feature:before,
  .report-feature:before,
  .education-feature:before { margin-left:-33.3333%; /* offset for nav */ background-position-y:center;}
  .film-video blockquote { margin-top:15%; }


}

/* 1024px
----------------------------------------------------*/
@media only screen and (min-width:64em) {
  .brandbar {padding:0;}

  .home-feature:before {background-image:url(images/feature.jpg);}
  .film-feature:before {background-image:url(images/film-feature.jpg); background-position:top;}
  .report-feature:before {background-image:url(images/report-feature.jpg); background-position:center;}
  .education-feature:before {background-image:url(images/educational-feature.jpg); background-position:center;}
  
  .home-stats span { font-size:7.5em; }

  .film-cta .image-left {width:45%;}

  .learn .country-list {
    -webkit-column-count:4;
       -moz-column-count:4;
            column-count:4;
    }
}

/* 1100px
----------------------------------------------------*/
@media only screen and (min-width:68.75em) {
  .home-feature,
  .film-feature,
  .report-feature {margin-top:-6em; height:40em; }
  .education-feature {margin-top:-6em; height:45em; }
  .home .elevator,
  .film-elevator,
  .educational-elevator {width:65%; font-size:1.5em; top:30%;}
  .report-elevator {width:65%; font-size:1.5em; top:27%;}
  .home .elevator span {margin-top:0.25em; font-size:1.55em; line-height:1.1em;}
  .film-video blockquote { margin-top:20%; }
  #form-learn .submit {float:right;}
    .film-cta h2 {padding-top:1.5em;}
}

/* Hi-res
----------------------------------------------------*/
@media
  (-webkit-min-device-pixel-ratio:1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  (min-resolution:144dppx){

    .btn,
    .more {background-image:url(images/btn-arrow@2x.png);
      -webkit-background-size:15px 15px;
         -moz-background-size:15px 15px;
           -o-background-size:15px 15px;
              background-size:15px 15px;
    }

    .btn-none { background-image:none;}

    .dept-nd a,
    .dept a {
      -webkit-background-size:auto 50px;
         -moz-background-size:auto 50px;
           -o-background-size:auto 50px;
              background-size:auto 50px;
   }
}

/*************************************************************************************
 * 4. Themes
 ************************************************************************************/
@media screen, projection {

  /* Brand Bar
  ----------------------------------------------------*/
  /** White Text **/
  .dept-nd a   {width:301px; background-image:url(//static.nd.edu/images/brandbar/dept-nd-white.png);}
  .dept-coal a {width:383px; background-image:url(//static.nd.edu/images/brandbar/dept-coal-white.png);}
  .dept-ksga a {width:383px; background-image:url(//static.nd.edu/images/brandbar/dept-ksga-white.png);} /* Keough School of Global Affairs */
}


/* Hi-res
----------------------------------------------------*/
@media
  (-webkit-min-device-pixel-ratio:1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  (min-resolution:144dppx){

  .dept-nd a   {background-image:url(//static.nd.edu/images/brandbar/dept-nd-white@2x.png);}
  .dept-coal a {background-image:url(//static.nd.edu/images/brandbar/dept-coal-white@2x.png);}
  .dept-ksga a {background-image:url(//static.nd.edu/images/brandbar/dept-ksga-white@2x.png);} /* Keough School of Global Affairs */
}

/*************************************************************************************
 * 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,
    .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,
    .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,
    .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,
    .xlarge-reset-order {margin-left:0; margin-right:0; left:auto; right:auto; float:left;}
}

/* Grid Customizations
--------------------------------------------------------------------------------------*/
/* Grid - Multi-lined columns */
.grid .columns { display:inline-block; vertical-align:top; margin-right:-0.25em; float:none; }
.grid [class*="column"] + [class*="column"]:last-child { float:none; }
.grid a { display:block; }
.grid h2,
.grid h3 { margin-top:0.5em; }


/* 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:150px;}
  .image-right img {float:right; margin:0 0 1em 2em;}
  .image-left img {float:left; margin:0 2em 1em 0;}

  /* Custom */
  .home .callout { width:50%; margin-right:-0.25em;}
  .person-item {width:33%;}

  /* HIDDEN
  ----------------------------------------------------*/
  .breadcrumbs,
  .header-util,
  .skip-links,
  .nav-mobile,
  .nav-site,
  .nav-skip,
  .footer-social,
  .sidebar {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;}
    .site-title,
    .subline {margin:0; font-family:"EB Garamond", "Adobe Garamond", Garmond, Georgia, "Times New Roman", Times, 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) "] "; font-size:11px; font-family:inherit;}
  .alpha abbr:after {content:" (" attr(title) ")";}

  .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;}
    .site-footer .ndmark {position:absolute; top:20px; right:0;}
}
