/*!
Launched: 2013.04.10

Designer: Taylor Packet
Developer: Erik Runyon
University Communications: Web

CONTENTS
-----------------------------------------
1. Common Styles
2. Screen Styles
3. Media Queries
4. Print Styles

BRANDING
-----------------------------------------
1. COLORS
   - Blue (Headings): #333333
   - Red (Links): #be1e2d
   - Gold: #dcb439

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

/*************************************************************************************
 * 1. Common Styles
 ************************************************************************************/
* {-moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
@-ms-viewport {width:device-width;}

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-size:1em; line-height:1.75em; font-family:"Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; background:url(images/header.jpg) 0 0 repeat-x;}
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;}
p + p {margin:1em 0;}
a, a:link {color:#be1e2d; outline:none; -webkit-tap-highlight-color:rgba(192,27,40,.5);
-webkit-transition:all 250ms ease-in-out;
     -moz-transition:all 250ms ease-in-out;
          transition:all 250ms ease-in-out;}
a:visited {color:#4a3651;}
a:hover {color:#777;}
a:active {color:#aa272f;}
a:focus {outline:thin dotted;}
::-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.4em 0 0.25em; line-height:1.1em; color:#393939; font-weight:bold; text-rendering:optimizeLegibility;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {text-decoration:none; color:#333;}
h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited {color:#004da3;}
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.5em;}
h4 {font-size:1.4em;}
h5 {font-size:1.3em;}
h6 {font-size:1.2em;}
h1 + h2,
h1 + .image-right + h2,
h1 + .image-left + h2,
h2 + h3,
h3 + h4,
h4 + h5 {margin-top:0;}

ol, ul {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 #aaa;}
  tr:hover {background:rgba(0,0,0,0.05);}
  thead th,
  th {text-align:left;}
  tfoot th {text-align:right;}
th, td {padding:0.25em;}
  .number {text-align:right;}
td, td img {vertical-align:top;}

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%;}

/* 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 0.5em; 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:2em 1em; padding:0;}
blockquote p {margin:0; line-height:2em; color:#002b5b; font-size:1.1em;}
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 p {font-style:normal;}

/* Images
   ----------------------------------------------------*/
img {max-width:100%; 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;}
.image-right {float:right; margin:0 0 1em 1em;}
.image-left {float:left; margin:0 1em 1em 0;}
.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 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
   <i aria-hidden="true" data-icon="a"></i>
   ----------------------------------------------------*/
[data-icon]:before {vertical-align:bottom; color:#333; font-size:20px; font-family:NDIcons; content:attr(data-icon); speak:none; font-style:normal;}
[data-icon="1"]:before {display:inline-block; *display:inline; *zoom:1; vertical-align:middle; font-size:240px; color:#002044;}

/* Buttons */
.btn {display:inline-block; *display:inline; *zoom:1; white-space:nowrap; margin-bottom:0; *margin-left:.3em; padding:0.25em 0.5em 0.25em 0.25em; cursor:pointer; font-size:1em; line-height:1em; text-decoration:none; text-align:left; vertical-align:middle; border:1px solid #666; color:#333; text-shadow:0 -1px rgba(255,255,255,1);
  -webkit-border-radius:3px;
     -moz-border-radius:3px;
          border-radius:3px;
  background:#eeeeee;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(50%,#ddd), color-stop(51%,#ccc), color-stop(100%,#ccc));
  background:-webkit-linear-gradient(top, #eee 0%, #ddd 50%, #ccc 51%, #ccc 100%);
  background:   -moz-linear-gradient(top, #eee 0%, #ddd 50%, #ccc 51%, #ccc 100%);
  background:    -ms-linear-gradient(top, #eee 0%, #ddd 50%, #ccc 51%, #ccc 100%);
  background:        linear-gradient(top, #eee 0%, #ddd 50%, #ccc 51% ,#ccc 100%);
  -webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:visited {color:#333;}
.btn.active {border:1px solid #666; color:#333;
  background:#eeeeee;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(50%,#ddd), color-stop(51%,#ccc), color-stop(100%,#ccc));
  background:-webkit-linear-gradient(top, #eee 0%, #ddd 50%, #ccc 51%, #ccc 100%);
  background:   -moz-linear-gradient(top, #eee 0%, #ddd 50%, #ccc 51%, #ccc 100%);
  background:    -ms-linear-gradient(top, #eee 0%, #ddd 50%, #ccc 51%, #ccc 100%);
  background:        linear-gradient(top, #eee 0%, #ddd 50%, #ccc 51% ,#ccc 100%);
}
.btn:hover {border:1px solid #666; color:#333; text-shadow:0 -1px rgba(255,255,255,1);
    background:#eeeeee;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(50%,#ddd), color-stop(51%,#ccc), color-stop(100%,#ccc));
  background:-webkit-linear-gradient(top, #eee 0%, #ddd 50%, #ccc 51%, #ccc 100%);
  background:   -moz-linear-gradient(top, #eee 0%, #ddd 50%, #ccc 51%, #ccc 100%);
  background:    -ms-linear-gradient(top, #eee 0%, #ddd 50%, #ccc 51%, #ccc 100%);
  background:        linear-gradient(top, #eee 0%, #ddd 50%, #ccc 51% ,#ccc 100%);
  -webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn [data-icon]:before {font-size:1.25em;}
.btn:hover [data-icon]:before {color:#be1e2d;  text-shadow:0 -1px rgba(255,255,255,1);}

.subscribe a:hover{color:#f1d964;}

/* Quotes
   ----------------------------------------------------*/
blockquote {margin:2em 1em; padding:0;}
blockquote p {margin:0; line-height:2em; color:#002b5b; font-size:1.1em; font-style:italic; font-family:"Adobe Garamond", Garmond, Georgia, "Times New Roman", Times, serif;}
blockquote p cite {display:block; margin-top:1em; color:#666; line-height:1.5em; font-style:normal; font-weight:bold; font-size:0.8em; font-family:"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;}
blockquote.pull {float:right; font-style:normal;}

/* General Classes
   ----------------------------------------------------*/
.noborder {border:none !important;}
.cal {padding:1px 0 0 20px; background:url(/images/icons/cal.png) left center no-repeat;}
.pdf {padding:1px 0 0 20px; background:url(/images/icons/pdf.png) left center no-repeat;}
.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;}

.read-more {display:inline-block; *display:inline; *zoom:1; background:#be1e2d url(images/read-more.png) center center no-repeat;}
.more,
.more:link,
.excerpt_continuation {clear:both; float:none; display:inline-block; *display:inline; *zoom:1; margin:0; padding:5px 35px 5px 8px; color:#fff; font-size:0.9em; font-weight:bold; text-decoration:none; text-shadow:0 1px 0 #000; text-transform:uppercase; border:1px solid #881520; background:url(images/more.png) 95% center no-repeat;
  -webkit-box-shadow:inset 0px 1px 0px rgba(255,255,255,0.4), 0 1px 5px 0 rgba(0, 0, 0, 0.6);
          box-shadow:inset 0px 1px 0px rgba(255,255,255,0.4), 0 1px 5px 0 rgba(0, 0, 0, 0.6);
  -webkit-transition:all 250ms ease-in-out;
     -moz-transition:all 250ms ease-in-out;
          transition:all 250ms ease-in-out;
}
  .more:visited {color:#fff;}
  .more.right {display:block; text-align:right;}
  .more:hover {opacity:0.6; border:1px solid #881520; background:url(images/more.png) 95% center no-repeat;}

.bars {padding:0 0 30px; }
.bordertop {border-top:1px dotted #ccc;}
#back2top {position:fixed; right:0; bottom:0; margin:0;}
  #back2top a {display:block; padding:0.25em 1em; text-align:center; text-decoration:none; background:#666; background:rgba(0,0,0,0.2); border:1px solid #333; border-width:1px 0 0 1px;}

/* 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;}
.breadcrumbs a {text-decoration:none;}
.breadcrumbs a:hover {text-decoration:underline;}
.breadcrumbs a:visited {color:#be1e2d;}

/* 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#NDIcons') format('svg');
}

.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;}

/* 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.3em; font-weight:bold;}
  .entry-title a,
  .entry-title a:visited {display:block; color:#333;}
  .entry-title a:hover {color:#777;}
  .secondary .entry-title {margin:0; font-size:1.0em;}
  .secondary .publish-info,
  .secondary .author b,
  .secondary .entry-summary,
  .secondary .comments,
  .secondary .read-more {display:none;}
  .entry-title.page-title {border:none;}
  .secondary .author {margin:0; font-size:0.9em; font-weight:normal;}
  .secondary article {margin-bottom:0.5em; padding-bottom:0.5em; border-bottom:1px dotted #bfbfc0;}
    .secondary article:last-child {border:none;}
  .secondary article header {margin:0;}
.publish-info,
.author,
.location,
.posted-in,
.comments {display:inline-block; *display:inline; *zoom:1; margin:0.2em 1em 0 0; color:#333; font-size:1em; font-weight:bold; font-family:inherit;}
.publish-info b,
.author b,
.location b,
.posted-in {color:#999; font-weight:bold;}
.entry-summary {margin:1em 0;}
.description {margin:1em 0;}
.posted-in {display:none;}
.news-hentry .posted-in,
.event .posted-in {display:block;}
.meta {font-weight:bold;}
#disqus_thread {margin:2em 0 0;}

.current-issue article {margin-bottom:4em; padding-bottom:2em; border-bottom:1px dotted #bfbfc0;}
  .current-issue article:last-child {border:none;}
  .current-issue .entry-title {font-size:2.2em;}
  .js .current-issue .entry-content {display:none;}
  .current-issue .read-more {margin:1em 0;}


  /* Events */
  h2.date {margin:0 0 0.25em; padding:0; color:#999; font-size:1.425em;}

/* SEARCH
   ----------------------------------------------------*/
.search-count,
.search-time {font-family:inherit;}
.search-count {margin:0; font-size:1.4em;}
  .search-query {}
.search-time {margin:0 0 1em; font-size:1.2em;}
.search-results {margin:1em 0; padding:0; list-style:none;}
  .search-results li {margin:0;}
  .search-record {}
    .search-record header {margin:0 0 0.5em;}
    .search-result-title {font-size:1.4em;}
    .search-result-url {font-size:0.9em; font-family:inherit;}
      .search-result-url a {color:#388222;}
    .search-result-excerpt {margin:0 0 0.5em; line-height:1.3em;}
    .search-result-meta {color:#999; font-size:0.9em;}
      .search-result-size {}
      .search-result-date {}
.pagination {}
  .pagination a {}

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

  h1,h2,h3,h4,h5,h6 {text-shadow:0 1px rgba(255,255,255,0.6);}

  .image-default img,
  .image-right img,
  .image-left img {border:1px solid #000;
    -webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.4);
       -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.4);
            box-shadow:0 1px 3px rgba(0, 0, 0, 0.4);
  }

  /* HEADER
     ----------------------------------------------------*/
  .site-header {overflow:hidden; text-align:center;}
  .brandbar {display:none;}
  .titlebar {overflow:hidden; padding:0;}
  .site-header h1 {clear:both; margin:0; padding:0.75em 1em 0.5em;
    background:rgb(255,255,255);
    background:-webkit-gradient(radial, left center, 0px, left center, 70%, color-stop(0%,rgba(255,255,255,0)), color-stop(70%,rgba(255,255,255,1)));
    background:-webkit-radial-gradient(left center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%);
    background:   -moz-radial-gradient(left center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%);
    background:    -ms-radial-gradient(left center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%);
    background:     -o-radial-gradient(left center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%);
    background:            radial-gradient(ellipse at left center, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%);
  }
  .site-header h1 a {display:block; text-indent:-9999px; overflow:hidden; width:auto; max-width:403px; height:154px; margin:0; padding:0; background:url(images/logo.png) center center no-repeat;
    -webkit-background-size:100% auto;
       -moz-background-size:100% auto;
        -ie-background-size:100% auto;
         -o-background-size:100% auto;
            background-size:100% auto;
  }
    .site-header h1 a:hover {text-decoration:none;}
    .subhead {}
     .site-header h2 {display:none;}

  .header-util {/* margin:0 auto; padding:0 1em; text-align:center; */}
    .header-util form {display:inline-block; *display:inline; *zoom:1; margin:0 auto; padding:2px 2px 2px 4px; border:2px solid #333; line-height:1.1em; background-color:#fff;
      -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.3), 0 1px rgba(255,255,255,0.65);
         -moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.3), 0 1px rgba(255,255,255,0.65);
              box-shadow:inset 0 1px 2px rgba(0,0,0,0.3), 0 1px rgba(255,255,255,0.65);
    }
    .header-util 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:80%; 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:1px solid #adadad; cursor:pointer;
      background-color:#d3d3d3;
      background:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .9)), to(rgba(255, 255, 255, .0))), hsl(0, 0%, 65%);
      background:-webkit-linear-gradient(top, rgba(255, 255, 255, .9), rgba(255, 255, 255, .0)), hsl(0, 0%, 65%);
      background:   -moz-linear-gradient(top, rgba(255, 255, 255, .9), rgba(255, 255, 255, .0)), hsl(0, 0%, 65%);
      background:        linear-gradient(top, rgba(255, 255, 255, .9), rgba(255, 255, 255, .0)), hsl(0, 0%, 65%);
      -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-ie8 .search-button {background:#a5a5a5 url(/images/icons/searchmag.png) center center no-repeat;}
    .search-button:hover {
      border:1px solid #a9740c;
      background:center center no-repeat #edd854;
      background:center center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edd854), color-stop(100%,#cc921f));
      background:center center no-repeat, -webkit-linear-gradient(top, #edd854 0%,#cc921f 100%);
      background:center center no-repeat,    -moz-linear-gradient(top, #edd854 0%,#cc921f 100%);
      background:center center no-repeat,         linear-gradient(top, #edd854 0%,#cc921f 100%);
    }

    .search-button:active {
      background: center center no-repeat #cc921f;
      background: center center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc921f), color-stop(100%,#edd854));
      background: center center no-repeat, -webkit-linear-gradient(top, #cc921f 0%,#edd854 100%);
      background: center center no-repeat,    -moz-linear-gradient(top, #cc921f 0%,#edd854 100%);
      background: center center no-repeat,         linear-gradient(top, #cc921f 0%,#edd854 100%);
    }
    .search-button:before { content:attr(data-icon); display:block; position:absolute; top:0; left:0.1em; color:#444; font-size:1.6em; font-family:NDIcons; text-indent:0; text-shadow:0 1px #eee; }
    .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); }

  /* .menu-skip {border:0; clip:rect(0 0 0 0); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px;} */

  /* NAVIGATION
     ----------------------------------------------------*/
  .site-nav {position:fixed; top:0; right:0; z-index:10;}
  .nav-toggle {display:inline-block; *display:inline; *zoom:1; float:right; padding:.625em; line-height:1.2em; font-weight:bold; color:#333; font-size:1.2em; background-color:#fff; background-color:rgba(255,255,255,0.9);
    -webkit-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.5);
            box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.5);
  }
    .nav-toggle:before {content:'\2261'; padding: 0 0.3125em 0 0.3125em; font-size:28px; vertical-align:top; line-height:1em;}
    .nav-toggle:link,
    .nav-toggle:visited {color:#333;}
  .nav-wrapper {display:none; clear:both; background-color:#fff; background-color:rgba(255,255,255,0.9);}
    .nav-wrapper a {display:block; margin:0; padding:0.4em 0.85em 0.5em; font-size:1.25em; text-align:left;}
    .nav-wrapper a {color:#fff;
      background:#272727;
      background:-moz-linear-gradient(top, #242424 0%, #272727 50%, #232323 51%, #191919 100%);
      background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#242424), color-stop(50%,#272727), color-stop(51%,#232323), color-stop(100%,#191919));
      background:-webkit-linear-gradient(top, #373737 0%,#353535 50%,#232323 51%,#191919 100%);
      background:-o-linear-gradient(top, #242424 0%,#272727 50%,#232323 51%,#191919 100%);
      background:-ms-linear-gradient(top, #242424 0%,#272727 50%,#232323 51%,#191919 100%);
      background:linear-gradient(to bottom, #242424 0%,#272727 50%,#232323 51%,#191919 100%);
    }
    .search-toggle {display:none;}

  /* STRUCTURE
     ----------------------------------------------------*/
  .site-content {padding:1em; background:#fff;}
  .alpha {}
  .main,
  .aside {text-shadow:0 1px 0 #fff;}
  .aside {margin-top:2em; padding:2em 0;}
    .aside h2 {margin:0 0 0.75em; padding:0 0 1em; font-size:1.4em;}
    .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 0.5em; padding:0.15em 0 0.25em 0; border-bottom:1px dotted #ababac;}

  /* HOME
     ----------------------------------------------------*/
  .primary article {display:none;}

  .section-title {margin:0 0 1em; color:#000; font-size:2em; letter-spacing:0.05em; text-transform:uppercase; font-weight:100;}
    .section-title a,
    .section-title a:visited {color:#000;}
    .secondary .section-title {font-size:1.45em; letter-spacing:0.015}

  /* CUSTOM PAGES
     ----------------------------------------------------*/
  .aside nav li {margin:0 0 1em; line-height:1.2em;}
  
  .review-nav li {display:inline-block; border: 1px solid #cdcdcc; border-width: 1px 1px 0 1px; border-bottom: 1px solid #515151; margin-bottom:1em;}
  .review-nav a {display:block; padding: .625em; font-size: 1em; line-height: 1.2em; color:#000; font-weight:bold; text-transform:uppercase;}
  .review-nav a:hover {color:#be1e2d}

  /* FOOTER
     ----------------------------------------------------*/
  .site-footer {position:relative; clear:both; padding:1em 0.5em; text-align:center; font-size:0.875em; border-top:1px dotted #bfbfc0;}
  .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:1em 0 0;}
  .org,
  .tel {display:block;}
  .ndmark {width:200px; margin:2em auto;}

}

/*************************************************************************************
 * 3. Media Queries
 ************************************************************************************/
/* 432px
   ----------------------------------------------------*/
@media only screen and (min-width:27em) {
  h2.date {font-size:1.75em;}
}

/* 580px
   ----------------------------------------------------*/
@media only screen and (min-width:36.250em) {}

/* 700px
   ----------------------------------------------------*/
@media only screen and (min-width:43.75em) {
  h1 {font-size:2.45em;}
  h2 {font-size:2.25em;}
  h3 {font-size:1.875em;}
  h4 {font-size:1.625em;}
  h5 {font-size:1.375em;}
  h6 {font-size:1.125em;}

  blockquote {margin:2em 1em; padding:2em 1em;}
  blockquote.pull {float:right; width:30%;}

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

  .site-header {text-align:left; background:url(images/header-circles.png) right bottom no-repeat;
    -moz-box-shadow:inset 0px -3px 8px rgba(0,0,0,0.15);
 -webkit-box-shadow:inset 0px -3px 8px rgba(0,0,0,0.15);
	 box-shadow:inset 0px -3px 8px rgba(0,0,0,0.15);}
  .site-header .titlebar {}
    .site-header .titlebar.subhead {}
  .site-header h1 {margin:0; /* padding:0; */}
  .search-input {width:auto; font-size:0.8em;}

  .nav-wrapper {background:none;}
  .header-util {position:absolute; top:0; right:2em; margin:0; padding:0.75em 1.25em; text-align:left; border:1px solid #8a8a8a; border-width:0 1px 1px;
    background:rgb(250,250,250);
    background:-moz-linear-gradient(top, rgba(250,250,250,0.8) 0%, rgba(214,214,213,0.8) 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,0.8)), color-stop(100%,rgba(214,214,213,0.8)));
    background:-webkit-linear-gradient(top, rgba(250,250,250,0.8) 0%,rgba(214,214,213,0.8) 100%);
    background:-o-linear-gradient(top, rgba(250,250,250,0.8) 0%,rgba(214,214,213,0.8) 100%);
    background:-ms-linear-gradient(top, rgba(250,250,250,0.8) 0%,rgba(214,214,213,0.8) 100%);
    background:linear-gradient(to bottom, rgba(250,250,250,0.8) 0%,rgba(214,214,213,0.8) 100%);
  }
    .header-util form {width:auto; margin:0; border:1px solid #666;}
    .header-util nav {display:block; margin:3px 0 8px;}
    .header-util nav ul {margin:0;}
    .header-util nav li {width:auto; display:block;}
    .header-util nav a {padding:0.625em 28px 0.625em 0.625em; background:url(images/more.png) 92% center no-repeat;}
    .header-util .menu-skip,
    .header-util .search-toggle {display:none;}
    .search-button {width:23px; height:23px;}
      .search-button:before {top:0; left:2px; font-size:18px;}

  .site-nav {position:inherit; top:auto; right:auto; padding:0 0 7em 2.5em; text-transform:uppercase; background:none;}
  .nav-toggle {display:none;}
  .nav-wrapper {display:block;}

  .header-util {margin:0 auto; padding:0.5em 1em 1em; text-align:center;}
  .header-util nav ul {margin:0.4em 0; line-height:1em;}
  .header-util nav li {
    background:#272727;
      background:-moz-linear-gradient(top, #242424 0%, #272727 50%, #232323 51%, #191919 100%);
      background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#242424), color-stop(50%,#272727), color-stop(51%,#232323), color-stop(100%,#191919));
      background:-webkit-linear-gradient(top, #373737 0%,#353535 50%,#232323 51%,#191919 100%);
      background:-o-linear-gradient(top, #242424 0%,#272727 50%,#232323 51%,#191919 100%);
      background:-ms-linear-gradient(top, #242424 0%,#272727 50%,#232323 51%,#191919 100%);
      background:linear-gradient(to bottom, #242424 0%,#272727 50%,#232323 51%,#191919 100%);}

  .header-util nav a { display:block; padding:6px 24px 6px 8px; font-size:0.8em; font-weight:bold; color:#fff; text-decoration:none; text-shadow:0 1px rgba(0,0,0,.9);}
  .header-util nav a:hover {background: url(images/more.png) 92% center no-repeat;}
  .header-util nav li:hover {
      background:-moz-linear-gradient(top, #444 0%, #454545 50%, #333 51%, #282828 100%);
      background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#444), color-stop(50%,#454545), color-stop(51%,#333), color-stop(100%,#282828));
      background:-webkit-linear-gradient(top, #444 0%,#454545 50%,#333 51%,#282828 100%);
      background:-o-linear-gradient(top, #444 0%,#454545 50%,#333 51%,#282828 100%);
      background:-ms-linear-gradient(top, #444 0%,#454545 50%,#333 51%,#282828 100%);
      background:linear-gradient(to bottom, #444 0%,#454545 50%,#333 51%,#282828 100%);}


  .site-nav .depth_1 > li {margin:0; font-weight:bold; border:1px solid #cdcdcc; border-width:1px 1px 0 0;}
    .site-nav .depth_1 a {background-color:#fff; background-color:rgba(255,255,255,0.9);
  -webkit-transition:all 250ms ease-in-out;
     -moz-transition:all 250ms ease-in-out;
          transition:all 250ms ease-in-out;}

  .site-nav {overflow:hidden;}
  .site-nav .depth_1 {float:left; border-bottom:1px solid #515151; line-height:1em;}
    .site-nav .depth_1 > li {display:inline-block; *display:inline; *zoom:1; margin:0; font-weight:bold;}
      .site-nav .depth_1 > li:first-child {}
      .site-nav .depth_1 > li:last-child {}
    .site-nav .depth_1 a {display:block; padding:.625em; font-size:1em; line-height:1.2em; color:#000; background-color:#fff; background:rgba(255,255,255,0.9);}
    .site-nav .depth_1 a:hover {color:#be1e2d;}
    .site-nav .depth_1 > .active > a {color:#f1d964;
      background:#373737;
      background:-moz-linear-gradient(top, #373737 0%, #353535 50%, #232323 51%, #191919 100%);
      background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#373737), color-stop(50%,#353535), color-stop(51%,#232323), color-stop(100%,#191919));
      background:-webkit-linear-gradient(top, #373737 0%,#353535 50%,#232323 51%,#191919 100%);
      background:-o-linear-gradient(top, #373737 0%,#353535 50%,#232323 51%,#191919 100%);
      background:-ms-linear-gradient(top, #373737 0%,#353535 50%,#232323 51%,#191919 100%);
      background:linear-gradient(to bottom, #373737 0%,#353535 50%,#232323 51%,#191919 100%);
    }
  .site-nav .depth_2 {padding:0;}
    .site-nav .depth_2 a {padding:0 0 0 32px; text-indent:-12px; color:#444; font-size:1em; font-family:inherit; border:none;}
    .site-nav .depth_2 a:hover {color:#004da3; border:none; }
    .site-nav .depth_2 > .active > a {color:#004da3;}

  .site-content {float:left; width:100%;}

  /* Homepage */
  .primary {float:left; width:65%; padding:0 1em 0 0;}
    .home .primary {margin-top:-4em;}
    .home .primary .section-title {display:inline-block; *display:inline; *zoom:1; padding:0.25em 0.5em; background:#fff;}
  .secondary {float:left; width:35%; margin:1em 0 0; padding:0 0 0 1em; border-left:1px dotted #bfbfc0;}

  /* Content */
  .alpha {max-width:90%; margin:0 auto;}
    .main,
    .aside {float:left;}
    .main {width:70%; margin-right:5%;}
    .aside {width:25%; margin:0; padding:0;}
      .aside > h2 {margin-top:0; padding:0;}
      .aside nav ul {margin:0; padding:0;}

  /* News & Events */
  .entry-title {font-size:1.75em;}

  /* Footer */
  .site-footer {margin:1em 2em; padding:2em 0; text-align:left;}
    .site-footer .ndmark {position:absolute; right:0; top:2.2em; margin:0;}
    .site-link {display:block;}
    .org {display:inline;}
}


/* 920px
   ----------------------------------------------------*/
@media only screen and (min-width:57.5em) {}

/* 960px
   ----------------------------------------------------*/
@media only screen and (min-width:60em) {
  .hentry-home article {width:86%;}

  .contact-info {margin:0;}
  .address {margin:0;}
  .site-link,
  .org,
  .tel {display:inline-block; *display:inline; *zoom:1; margin:0 1em 0 0;}

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

  .alpha {max-width:80%;}

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

/* Hi-res
   ----------------------------------------------------*/
@media
  only screen and (-webkit-min-device-pixel-ratio:1.5),
  only screen and (-o-min-device-pixel-ratio:3/2),
  only screen and (min--moz-device-pixel-ratio:1.5),
  only screen and (min-device-pixel-ratio:1.5) {

    body {background-image:url(images/header@2x.jpg);
      -webkit-background-size:1021px 430px;
         -moz-background-size:1021px 430px;
          -ie-background-size:1021px 430px;
           -o-background-size:1021px 430px;
              background-size:1021px 430px;
    }

    .more {background-image:url(images/more@2x.png);
      -webkit-background-size:16px 16px;
         -moz-background-size:16px 16px;
          -ie-background-size:16px 16px;
           -o-background-size:16px 16px;
              background-size:16px 16px;
    }


    .site-header h1 a {background-image:url(images/logo@2x.png);}}


@media only screen and (-webkit-min-device-pixel-ratio:1.5) and (min-width:43.75em),
       only screen and (-o-min-device-pixel-ratio:3/2) and (min-width:43.75em),
       only screen and (min--moz-device-pixel-ratio:1.5) and (min-width:43.75em),
       only screen and (min-device-pixel-ratio:1.5) and (min-width:43.75em) {


    .site-header {background-image:url(images/header-circles@2x.png);
      -webkit-background-size:379px 407px;
         -moz-background-size:379px 407px;
          -ie-background-size:379px 407px;
           -o-background-size:379px 407px;
              background-size:379px 407px;
    }}






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

  @page {margin:1cm 2cm;}
  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,
  .image-left img {max-width:none;}
  .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,
  .site-nav {display:none;}

  /* STRUCTURE
     ----------------------------------------------------*/
  .site-header {overflow:hidden; position:relative; margin:0 0 20px; padding:0 0 20px; border-bottom:1px solid gray;}
    .site-header h3 {text-indent:-100%; white-space:nowrap; overflow:hidden;}
    .site-header .ndmark {position:absolute; bottom:20px; right:0;}
    .site-header h2,
    .site-header h1,
    .site-header h4 {margin:0; font-family:Georgia, "Times New Roman", Times, serif;}
    .site-header h2 a,
    .site-header h1 a,
    .site-header h4 a {color:#000;}

    .site-header h2 {font-size:0.8em;}
    .site-header h1 {margin:0 0 2px; font-size:2em;}
    .site-header h4 {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;}
    .geo,
    .country-name {display:none;}
    .tel {display:block;}
    .site-footer .ndmark {position:absolute; top:20px; right:0;}

}