/*!

Authors:
Erik Runyon, Philip Zastrow, Taylor Packet & Zach Richard
University Communications: Web

CONTENTS
-----------------------------------------
1. Common Styles
2. Screen Styles
3. Media Queries
4. Print Styles

BRANDING
-----------------------------------------
1. COLORS
   - Blue (Headings): #002b5b
   - Blue (Links): #004da3
   - Gold: #dcb439

2. FONT STACKS
   - Headings: GPCBook, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif
   - Body: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif
*/

/*************************************************************************************
 * 1. Common Styles
 ************************************************************************************/
#home-switcher {position:absolute; top:0; right:0;}

* {-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; background:url(images/bg.png) 0 0 repeat;
  -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.5em; font-family:"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;}
p + p {margin:1em 0;}
a, a:link {color:#004da3; outline:none; -webkit-tap-highlight-color:rgba(220,179,57,.9);}
a:visited {color:#4a3651;}
a:hover {color:#002b5b}
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:1em 0 0.25em; line-height:1.1em; color:#002b5b; font-weight:normal; text-shadow:0 1px rgba(255,255,255,0.6); text-rendering:optimizeLegibility; font-family:GPCBook, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;}
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:2.0em;}
h2 {font-size:1.6em;}
h3 {font-size:1.4em;}
h4 {font-size:1.4em;}
h5 {font-size:1.3em;}
h6 {font-size:1.2em;}
h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
figure + h2 {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 {margin:1.45em 0; clear:both; width:100%; color:#ccc; background:#ccc; height:2px; border: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 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; text-align:center;}
.image-right {float:right; margin:0 0 0.5em 0.5em;}
.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;}
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>
   ----------------------------------------------------*/
[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; color:#333; text-align:left; vertical-align:middle; border:1px solid transparent;
  -webkit-border-radius:3px;
     -moz-border-radius:3px;
          border-radius:3px;
}
.btn:visited {color:#004da3;}
.btn.active {border:1px solid #666;
  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,
.btn.active:hover {border:1px solid #003877; color:#fff; text-shadow:0 -1px rgba(0,0,0,0.5);
  background:#0073d0;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#0073d0), color-stop(50%,#0062bc), color-stop(51%,#004da3), color-stop(100%,#004da3));
  background:-webkit-linear-gradient(top, #0073d0 0%, #0062bc 50%, #004da3 51%, #004da3 100%);
  background:   -moz-linear-gradient(top, #0073d0 0%, #0062bc 50%, #004da3 51%, #004da3 100%);
  background:    -ms-linear-gradient(top, #0073d0 0%, #0062bc 50%, #004da3 51%, #004da3 100%);
  background:        linear-gradient(top, #0073d0 0%, #0062bc 50%, #004da3 51%, #004da3 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:#fff;}

/* 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/calendar.gif) left center no-repeat;}
.pdf {padding:1px 0 0 20px; background:url(/images/icons/pdf.gif) 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;}

.more,
.excerpt_continuation {clear:both; float:none; display:inline-block; *display:inline; *zoom:1; margin:0; padding:0 24px 0 0; text-decoration:none; font-size:1.2em; line-height:1.2em; font-family:GPCBook, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; background:url(images/more.png) right center no-repeat;}
  .more:visited {color:#004da3;}
  .more.right {display:block; text-align:right;}
  .more:hover {text-decoration:underline;}

.bars {padding:0 0 30px; background:url(images/bars-gold.png) bottom left repeat-x;}
.bordertop {border-top:1px solid #ccc;
  -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);
}

.list-featured {}
  .list-featured li a { display: block;}
  .list-featured .featured-bug a { font-size:0.9em; line-height:1.2em; }
  
  .list-featured img { margin-bottom:1em;  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);
     -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
             border-radius: 3px;}


/* 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:#004da3;}

/**
* jQuery lightBox plugin
* This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (//www.huddletogether.com/projects/lightbox2/)
* and adapted to me for use like a plugin from jQuery.
* @name jquery-lightbox-0.5.css
* @author Leandro Vieira Pinho - //leandrovieira.com
* @version 0.5
* @date April 11, 2008
* @category jQuery plugin
* @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
* @license CC Attribution-No Derivative Works 2.5 Brazil - //creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
* @example Visit //leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
*/
#jquery-overlay {position:absolute;top:0;left:0;z-index:900000000;width:100%;height:500px;}
#jquery-lightbox {position:absolute;top:0;left:0;width:100%;z-index:10000000000;text-align:center;line-height:0;}
#jquery-lightbox a {text-decoration:none; border:none;}
#jquery-lightbox a img {border: none; }
#lightbox-container-image-box{position:relative;background-color:#fff;width:250px;height:250px;margin:0 auto;}
#lightbox-container-image { padding: 10px; }
#lightbox-loading{position:absolute;top:40%;left:0%;height:25%;width:100%;text-align:center;line-height:0;}
#lightbox-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10000000;}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev,#lightbox-nav-btnNext{width:49%;height:100%;zoom:1;display:block;}
#lightbox-nav-btnPrev{left:0;float:left;}
#lightbox-nav-btnNext{right:0;float:right;}
#lightbox-container-image-data-box{font:10px Verdana,Helvetica,sans-serif;background-color:#fff;margin:0 auto;line-height:1.4em;overflow:auto;width:100%;padding:0 10px 0;}
#lightbox-container-image-data{padding:0 10px;color:#666;}
#lightbox-container-image-data #lightbox-image-details{width:70%;float:left;text-align:left;}
#lightbox-image-details-caption {}
#lightbox-image-details-link {display:block; font-weight:bold;}
#lightbox-image-details-currentNumber{display:block;clear:left;padding-bottom:1.0em;}
#lightbox-secNav-btnClose{width:66px;float:right;padding-bottom:0.7em;}

/** Galleries **/
.gallery {float:left; margin:1em 0; padding:0;}
.gallery li {float:left; display:inline; margin:0 14px 14px 0; list-style:none;}
.gallery a {float:left; display:block; margin:0; padding:0; border:1px solid #000; line-height:0;}
.gallery a img {margin:0 !important; padding:0;}
.gallery a:hover {background-color:#ddd;}
.gallery img {border:none;}

.gallery.ps-gallery {width:100%; margin:1em 0; padding:0;}
.ps-gallery li {overflow:hidden; width:49%; margin:0 1% 5px 0;}
.ps-gallery a {display:block; position:relative; width:98%; height:98%; padding-top:68.8%; border:none;}
.ps-gallery img {position:absolute; top:0; left:0; border:1px solid #000;}


/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
  .fancybox-wrap,
  .fancybox-skin,
  .fancybox-outer,
  .fancybox-inner,
  .fancybox-image,
  .fancybox-wrap iframe,
  .fancybox-wrap object,
  .fancybox-nav,
  .fancybox-nav span,
  .fancybox-tmp { padding:0; margin:0; border:0; outline:none; vertical-align:top; }
  .fancybox-wrap { position:absolute; top:0; left:0; z-index:8020; }
  .fancybox-skin { position:relative; background:#f9f9f9; color:#444; text-shadow:none; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
  .fancybox-opened { z-index:8030; }
  .fancybox-opened .fancybox-skin { -webkit-box-shadow:0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow:0 10px 25px rgba(0, 0, 0, 0.5); box-shadow:0 10px 25px rgba(0, 0, 0, 0.5); }
  .fancybox-outer, .fancybox-inner { position:relative; }
  .fancybox-inner { overflow:hidden; }
  .fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling:touch; }
  .fancybox-error { color:#444; font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; margin:0; padding:15px; white-space:nowrap; }
  .fancybox-image, .fancybox-iframe { display:block; width:100%; height:100%; }
  .fancybox-image { max-width:100%; max-height:100%; }
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image:url('images/fancybox_sprite.png'); }
  #fancybox-loading { position:fixed; top:50%; left:50%; margin-top:-22px; margin-left:-22px; background-position:0 -108px; cursor:pointer; z-index:8060; }
  #fancybox-loading div { width:44px; height:44px; background:url('images/fancybox_loading.gif') center center no-repeat; }
  .fancybox-close { position:absolute; top:-18px; right:-18px; width:36px; height:36px; cursor:pointer; z-index:8040; }
  .fancybox-nav { position:absolute; top:0; width:40%; height:100%; cursor:pointer; text-decoration:none; background:transparent url('images/blank.gif'); /* helps IE */ -webkit-tap-highlight-color:rgba(0,0,0,0); z-index:8040; }
  .fancybox-prev { left:0; }
  .fancybox-next { right:0; }
  .fancybox-nav span { position:absolute; top:50%; width:36px; height:34px; margin-top:-18px; cursor:pointer; z-index:8040; visibility:hidden; }
  .fancybox-prev span { left:10px; background-position:0 -36px; }
  .fancybox-next span { right:10px; background-position:0 -72px; }
  .fancybox-nav:hover span { visibility:visible; }
  .fancybox-tmp { position:absolute; top:-99999px; left:-99999px; visibility:hidden; max-width:99999px; max-height:99999px; overflow:visible !important; }
  /* Overlay helper */
  .fancybox-lock { overflow:hidden; }
  .fancybox-overlay { position:absolute; top:0; left:0; overflow:hidden; display:none; z-index:8010; background:url('images/fancybox_overlay.png'); }
  .fancybox-overlay-fixed { position:fixed; bottom:0; right:0; }
  .fancybox-lock .fancybox-overlay { overflow:auto; overflow-y:scroll; }
  /* Title helper */
  .fancybox-title { visibility:hidden; font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; position:relative; text-shadow:none; z-index:8050; }
  .fancybox-opened .fancybox-title { visibility:visible; }
  .fancybox-title-float-wrap { position:absolute; bottom:0; right:50%; margin-bottom:-35px; z-index:8050; text-align:center; }
  .fancybox-title-float-wrap .child { display:inline-block; margin-right:-100%; padding:2px 20px; background:transparent; /* Fallback for web browsers that doesn't support RGBa */ background:rgba(0, 0, 0, 0.8); -webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px; text-shadow:0 1px 2px #222; color:#FFF; font-weight:bold; line-height:24px; white-space:nowrap; }
  .fancybox-title-outside-wrap { position:relative; margin-top:10px; color:#fff; }
  .fancybox-title-inside-wrap { padding-top:10px; }
  .fancybox-title-over-wrap { position:absolute; bottom:0; left:0; color:#fff; padding:10px; background:#000; background:rgba(0, 0, 0, .8); }


/* Fonts
   ----------------------------------------------------*/
@font-face {font-family:NDIcons;
  src:url('//www.nd.edu/assets/fonts/nd.v2.eot');
  src:url('//www.nd.edu/assets/fonts/nd.v2.eot?iefix') format('embedded-opentype'),
      url('//www.nd.edu/assets/fonts/nd.v2.woff') format('woff'),
      url('//www.nd.edu/assets/fonts/nd.v2.ttf') format('truetype'),
      url('//www.nd.edu/assets/fonts/nd.v2.svg#NDIcons') format('svg');
}
@font-face {font-family:GPCBook;
  src:url('//www.nd.edu/assets/fonts/GalaxiePolarisCondensed-Book.eot');
  src:url('//www.nd.edu/assets/fonts/GalaxiePolarisCondensed-Book.eot?iefix') format('embedded-opentype'),
      url('//www.nd.edu/assets/fonts/GalaxiePolarisCondensed-Book.woff') format('woff'),
      url('//www.nd.edu/assets/fonts/GalaxiePolarisCondensed-Book.ttf') format('truetype'),
      url('//www.nd.edu/assets/fonts/GalaxiePolarisCondensed-Book.svg#svgGPCBook') format('svg');
}
@font-face {font-family:GPCMed;
  src:url('//www.nd.edu/assets/fonts/GalaxiePolarisCondensed-Medium.eot');
  src:url('//www.nd.edu/assets/fonts/GalaxiePolarisCondensed-Medium.eot?iefix') format('embedded-opentype'),
      url('//www.nd.edu/assets/fonts/GalaxiePolarisCondensed-Medium.woff') format('woff'),
      url('//www.nd.edu/assets/fonts/GalaxiePolarisCondensed-Medium.ttf') format('truetype'),
      url('//www.nd.edu/assets/fonts/GalaxiePolarisCondensed-Medium.svg#svgGPCMed') 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 {overflow:hidden; margin-bottom:3em;}
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 0 0.25em; font-size:2.2em; border-bottom:2px solid #DCB439;}
  .entry-title.page-title {border:none;}
.byline {margin:0 0 0.25em; font-size:1.2em; font-family:inherit;}
.publish-info,
.author,
.location,
.posted-in {display:inline-block; *display:inline; *zoom:1; margin:0.2em 1em 0 0; color:#666; font-size:1em; font-weight:normal; font-family:inherit;}
.publish-info b, .publish-info strong,
.author b, .author strong,
.location b, .location strong,
.posted-in {color:#444; font-weight:bold;}
.author b,
.publish-info b {display:none;}
.entry-summary {margin:1em 0;}
.description {margin:1em 0;}
.posted-in {display:none;}
.news-hentry .posted-in,
.event .posted-in {display:block;}
.newswire {margin:0.3em 0 0.5em; padding:0 0 0.25em; font-size:2em; border-bottom:2px solid #dcb439; /*background:url(images/border-double.png) left bottom repeat-x;*/}
  .newswire a {color:#002b5b; text-decoration:none;}
.obits .author,
.milestones .author,
.obits .publish-info,
.milestones .publish-info {display:none;}
.inline ul{list-style-type:none; padding:0;}
.inline li a{font-size:1.35em; text-decoration: none;}
.inline li a:hover{text-decoration: underline;}

.category-playlists {margin-bottom:2em;}

  /* Events */
  h2.date {margin:0 0 0.25em; padding:0; color:#999; font-family:GPCBook, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; 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 {}

/* Featured Bug Styles
   ----------------------------------------------------*/
.featured-bug {  margin-bottom: 2em; }
.featured-bug a { display: block; margin: 0; padding: 0.75em 1em; color: #002b5b; font-size: 1.4em; font-weight: 400; text-align: center; text-decoration: none; text-shadow: 0 1px #ffda86; transition: all 250ms ease; border:1px solid #002b5c; /*border-width: 1px 1px 3px 1px;*/
        background:#dcb439 url(images/texture-gold.png) 0 0 repeat;
        background: -webkit-linear-gradient(top, rgba(247,234,179,0.8) 0%, rgba(247,234,179,0.3) 50%, rgba(247,234,179,0.2) 51%, rgba(247,234,179,0) 100%), url(images/texture-gold.png);
        background: -moz-linear-gradient(top, rgba(247,234,179,0.8) 0%, rgba(247,234,179,0.3) 50%, rgba(247,234,179,0.2) 51%, rgba(247,234,179,0) 100%), url(images/texture-gold.png);
        background: linear-gradient(top, rgba(247,234,179,0.8) 0%, rgba(247,234,179,0.3) 50%, rgba(247,234,179,0.2) 51%, rgba(247,234,179,0) 100%), url(images/texture-gold.png);

       -webkit-box-shadow: 0 1px #ffda86 inset;
          -moz-box-shadow: 0 1px #ffda86 inset;
               box-shadow: 0 1px #ffda86 inset;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
.featured-bug a:hover {
    background:#dcb439 url(images/texture-gold.png) 0 0 repeat;
    background: -webkit-linear-gradient(top, rgba(247,234,179,0.3) 0%, rgba(247,234,179,0) 100%), url(images/texture-gold.png);
    background: -moz-linear-gradient(top, rgba(247,234,179,0.3) 0%, rgba(247,234,179,0) 100%), url(images/texture-gold.png);
    background: linear-gradient(top, rgba(247,234,179,0.3) 0%, rgba(247,234,179,0) 100%), url(images/texture-gold.png);
}

/*	Weather Styles
   ----------------------------------------------------*/
.weather { margin:0 0 2em; padding:1em 0 0; position:relative; clear:both; }
.weather .weather_box { display:block; position:relative; z-index:20; width:100%; padding:.5em .5em .5em 5em; border:1px solid #000;
  background:#002b5b;
  background:-webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%) #273c53;
  background:   -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%) #273c53;
  background:        linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%) #273c53;
  -webkit-box-shadow:0 1px rgba(130,150,173,0.6) inset, 0 1px 3px rgba(0,0,0,0.5);
     -moz-box-shadow:0 1px rgba(130,150,173,0.6) inset, 0 1px 3px rgba(0,0,0,0.5);
          box-shadow:0 1px rgba(130,150,173,0.6) inset, 0 1px 3px rgba(0,0,0,0.5);
  -webkit-border-radius:3px;
     -moz-border-radius:3px;
          border-radius:3px;
}

#weather_icon { position:absolute; top:0.5em; z-index:21;
  -webkit-filter:drop-shadow(0 0 .5em #000);
     -moz-filter:drop-shadow(0 0 .5em #000);
          filter:drop-shadow(0 0 .5em #000);
}
.weather #temp { color:#fff; font-size:2.5em; line-height:0.9; text-shadow:0 -1px rgba(0,0,0,.5); }
.weather #temp i { color:#dcb439; font-size:0.5em; font-style:normal; }
.weather #weather {display:inline-block; *display:inline; *zoom:1; padding:0 1em; color:#ccc; text-shadow:0 -1px rgba(0,0,0,.5); }
.weather .date-time { position:absolute; right:6px; color:#fff; font-size:.75em; font-weight:bold; text-shadow:0 -1px rgba(0,0,0,.5); }
.weather #date { display:none; }
.weather a { display:block; margin:.5em -.5em -.5em -5em; padding:.125em 1em; color:#002b5b; font-size:1em; font-weight:bold; text-align:center; text-decoration:none; text-shadow:0 1px #ffda86; text-transform:uppercase; background:#dcb439;
  -webkit-box-shadow:0 1px #ffda86 inset;
     -moz-box-shadow:0 1px #ffda86 inset;
          box-shadow:0 1px #ffda86 inset;
  -webkit-border-bottom-left-radius:3px;
     -moz-border-bottom-left-radius:3px;
          border-bottom-left-radius:3px;
  -webkit-border-bottom-right-radius:3px;
     -moz-border-bottom-right-radius:3px;
          border-bottom-right-radius:3px;
}
.weather a:hover { color:#004da3; }

/* About Us
   ----------------------------------------------------*/
.about-us h2 {margin:0;}
.about-us h3 {font-family:"Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;}
.about-us hr {clear:both; margin:2em 0; border:none;}

/*************************************************************************************
 * 2. Screen Styles
 ************************************************************************************/
@media screen,projection {

  .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);
  }
  .noborder img {border:none;
    -webkit-box-shadow:none;
       -moz-box-shadow:none;
            box-shadow:none;
  }
  .hentry .image-left,
  .hentry .image-right {float:none;}

  .hentry .excerpt .image-left img,
  .hentry .excerpt .image-right img {width:200px;}

  /* HEADER
     ----------------------------------------------------*/
  .site-header {text-align:center;}
  .brandbar,
  .titlebar {overflow:hidden;}
  .brandbar {border-bottom:1px solid #001227;
    background:#002b5b url(images/texture-checkers-lightblue50.png) 0 0 repeat;
    background:url(images/texture-checkers-lightblue50.png), -webkit-linear-gradient(top, #003b7c 0%, #001227 100%);
    background:url(images/texture-checkers-lightblue50.png), -moz-linear-gradient(top, #003b7c 0%, #001227 100%);
    background:url(images/texture-checkers-lightblue50.png), linear-gradient(top, #003b7c 0%, #001227 100%);
    -webkit-box-shadow:0 1px #007ad9 inset, 0 -12px 3px -10px rgba(0,0,0,0.4) inset;
    -moz-box-shadow:0 1px #007ad9 inset, 0 -12px 3px -10px rgba(0,0,0,0.4) inset;
    box-shadow:0 1px #007ad9 inset, 0 -12px 3px -10px rgba(0,0,0,0.4) inset;
  }
  .site-header h2 {display:none; border-top: 1px solid  #000;
    -webkit-box-shadow: 0 1px rgba(0,122,217,0.4) inset;
       -moz-box-shadow: 0 1px rgba(0,122,217,0.4) inset;
            box-shadow: 0 1px rgba(0,122,217,0.4) inset;
  }
  .site-header h3,
  .site-header h2 {margin:0; padding:0;}
  .site-header h3 a,
  .site-header h2 a {display:block;  margin:0 auto; text-decoration:none; height:50px; text-indent:-9999px; overflow:hidden; background-repeat:no-repeat; background-position:0 0;}
  .site-header h3 img {display:none;}

  .titlebar {padding:0.75em 0; border-bottom:1px solid #5e4724;
    background:#dcb439 url(images/texture-gold.png) 0 0 repeat;
    background:-webkit-linear-gradient(top, rgba(247,234,179,0.8) 0%, rgba(247,234,179,0.3) 50%, rgba(247,234,179,0.2) 51%, rgba(247,234,179,0) 100%), url(images/texture-gold.png);
    background:   -moz-linear-gradient(top, rgba(247,234,179,0.8) 0%, rgba(247,234,179,0.3) 50%, rgba(247,234,179,0.2) 51%, rgba(247,234,179,0) 100%), url(images/texture-gold.png);
    background:        linear-gradient(top, rgba(247,234,179,0.8) 0%, rgba(247,234,179,0.3) 50%, rgba(247,234,179,0.2) 51%, rgba(247,234,179,0) 100%), url(images/texture-gold.png);
    -webkit-box-shadow:0 1px #fff inset, 0 -5px 5px -4px rgba(120,0,100,0.8) inset, 0 1px 5px rgba(0,0,0,0.3);
       -moz-box-shadow:0 1px #fff inset, 0 -5px 5px -4px rgba(120,0,100,0.8) inset, 0 1px 5px rgba(0,0,0,0.3);
            box-shadow:0 1px #fff inset, 0 -5px 6px -4px rgba(120,0,100,0.8) inset, 0 1px 5px rgba(0,0,0,0.3);
  }
    .theme-gold-blue .titlebar { border-bottom:1px solid #000;
      background:#002b5b;
      background:-webkit-linear-gradient(top, #004997 0%, #002652 100%);
      background:   -moz-linear-gradient(top, #003b7c 0%, #002b5b 100%);
      background:        linear-gradient(top, #003b7c 0%, #002b5b 100%);
      -webkit-box-shadow:0 1px #007ad9 inset, 0 -12px 3px -10px rgba(0,0,0,0.4) inset;
         -moz-box-shadow:0 1px #007ad9 inset, 0 -12px 3px -10px rgba(0,0,0,0.4) inset;
              box-shadow:0 1px #007ad9 inset, 0 -12px 3px -10px rgba(0,0,0,0.4) inset;
    }

  .site-header h1 {clear:both; margin:0 auto 0.5em; padding:0; font-size:1.75em; font-weight:normal; text-shadow:0 1px rgba(255,255,255,0.7); font-family:Georgia, "Times New Roman", serif;}
  .site-header h1 a {display:block; border:none; color:#002b5b; text-decoration:none;}
    .theme-gold-blue .site-header h1 a {color:#fff; text-shadow:0 -1px rgba(0,0,0,.8);}
    .site-header h1 a:hover {text-decoration:none;}
    .subhead {}
     .site-header .sublined h1 {margin:0;}
     .site-header h4 {clear:left; margin:0.25em 0 0.5em; color:#333; font-family:inherit; font-size:1em;}

  .dept-nd a   {width:301px; background-image:url(http://www.nd.edu/brandbar/images/dept-nd.png);}

  .header-util {position:relative; margin:0 auto; padding:0 1em; text-align:center;}
    .header-util form {display:inline-block; *display:inline; *zoom:1; width:91%; margin:0 auto 0.5em; padding:1px 1px 1px 4px; border:1px solid #986633; line-height:1.1em; background-color:#fff;
      -moz-border-radius:5px;
           border-radius:5px;
      -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);
    }
    .theme-gold-blue .header-util form { border-color:#000;
      -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3), 0 1px rgba(0,120,255,.5);
         -moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3), 0 1px rgba(0,120,255,.5);
              box-shadow:inset 0 1px 2px rgba(0,0,0,.3), 0 1px rgba(0,120,255,.5);
    }
    .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: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:1px solid #adadad; cursor:pointer; -moz-border-radius:5px; border-radius:3px;
      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:.125em; 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); }

  .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:48%; margin:0.15em 0 0 0.5em;}
  .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;
        border-radius:3px;
        background-color:#dcb439;
        background-image:-webkit-radial-gradient(50% 20%, rgba(255,255,255,.5) 0%, rgba(255,255,255,0) 100%);
        background-image:   -moz-radial-gradient(50% 20%, rgba(255,255,255,.5) 0%, rgba(255,255,255,0) 100%);
        background-image:        radial-gradient(50% 20%, rgba(255,255,255,.5) 0%, rgba(255,255,255,0) 100%);
        -webkit-box-shadow:0 1px rgba(255,255,255,.4) inset, 0 1px 2px rgba(0,0,0,.3), 0 0 4px rgba(82,31,0,.4) inset;
           -moz-box-shadow:0 1px rgba(255,255,255,.4) inset, 0 1px 2px rgba(0,0,0,.3), 0 0 4px rgba(82,31,0,.4) inset;
                box-shadow:0 1px rgba(255,255,255,.4) inset, 0 1px 2px rgba(0,0,0,.3), 0 0 4px rgba(82,31,0,.4) inset;
        -webkit-box-sizing:border-box;
           -moz-box-sizing:border-box;
                box-sizing:border-box;
  }
  .header-util nav a:hover { color:#fff; text-shadow:0 -1px rgba(0,0,0,.9); border:1px solid #001834;
        background-color:#002b5b;
        background-image:-webkit-radial-gradient(50% 20%, rgba(0,83,176,1) 0%, rgba(0,83,176,0) 100%);
        background-image:   -moz-radial-gradient(50% 20%, rgba(0,83,176,1) 0%, rgba(0,83,176,0) 100%);
        background-image:        radial-gradient(50% 20%, rgba(0,83,176,1) 0%, rgba(0,83,176,0) 100%);
        -webkit-box-shadow:0 1px rgba(0,83,176,.8) inset, 0 1px 2px rgba(0,0,0,.3);
           -moz-box-shadow:0 1px rgba(0,83,176,.8) inset, 0 1px 2px rgba(0,0,0,.3);
                box-shadow:0 1px rgba(0,83,176,.8) inset, 0 1px 2px rgba(0,0,0,.3);
  }

  /* STRUCTURE
     ----------------------------------------------------*/
  .site-content {padding:1em;}

  .alpha {}
.for-the-media .alpha h4 strong {display:block; clear:both; padding-top:1.5em;}
  .beta {padding:1em; 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;}
  .threecol .aside {display:none;}
  .aside {margin-top:2em; padding:2em 0;}
    .aside h2 {margin:0 0 0.75em; padding:0 0 1em; font-size:1.4em; background:url(images/border-double.png) left bottom repeat-x;}
    .aside img {margin-bottom:1em;}
    .aside ul {padding:0 0 0 1em; list-style:none;}
    .aside li a {text-decoration:none; font-weight:bold; font-size:0.9em;}
      .aside li a:hover {text-decoration:underline;}
    .aside .entry-title {font-size:1.2em;}
    .aside article footer {display:none;}

  .page-title {margin:0 0 0.5em; padding:0 0 30px; background:url(images/bars-gold.png) bottom left repeat-x;}

  /* NAVIGATION
     ----------------------------------------------------*/
  /*  TOP NAVIGATION
     ----------------------------------------------------*/
    .top-nav ul:after { content:''; display:table; clear:both; }
    .top-nav { display:none; }
    .top-nav.site-nav .depth_1 a { display:block; color:#fff; padding:.5em .25em; text-align:center; font-family:"HelveticaNeue", Helvetica, Arial, Verdana, sans-serif; text-shadow:0 1px 3px #000; -webkit-transition:all linear 250ms; border:0 none; }
      .top-nav.site-nav .depth_1 a:hover { color:#dcb439; text-shadow:0 4px 8px rgba(0,0,0,0.9); border:0 none; }
      .top-nav.site-nav .depth_1 > .active a { color:#dcb439; border:0 none;
        -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);
        background: -webkit-radial-gradient(50% 90%, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
        background:    -moz-radial-gradient(50% 90%, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
        background:         radial-gradient(50% 90%, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
      }

  /*  SUB NAVIGATION
     ----------------------------------------------------*/
     .subnav {display:none;}
     .nav {}
     .nav ul {padding:0 0 12px;}
       .nav ul li {margin:8px 0;}
       .nav ul a {display:block; padding:2px 0 2px 1em; text-indent:-1em; line-height:1.2em; text-transform:none; color:#002b5b; font-size:1.25em; font-family:GPCBook, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; border-bottom:2px solid transparent;}
       .nav ul a:hover {border-bottom:2px solid #002b5b; color:#004da3;}
       .nav ul > .active > a {color:#004da3; border-bottom:2px solid #dcb439;}
     .nav ul ul {padding:0;}
       .nav ul ul a {padding:0 0 0 32px; text-indent:-12px; color:#444; font-size:1em; font-family:inherit; border:none;}
       .nav ul ul a:hover {color:#004da3; border:none; background:url(images/navsub.png) 0 4px no-repeat;}
       .nav ul ul > .active > a {color:#004da3; border:none; background:url(images/navsub.png) 0 -85px no-repeat;}
     .nav ul ul ul {margin-left:0.5em; padding:0; font-size:0.9em; }
       .nav ul ul ul a {}
       .nav ul ul ul a:hover {background:none;}
       .nav ul ul ul .active > a {color:#555; font-weight:bold;}
       .nav ul ul ul .active > .current-last { color:#004da3; }
     .nav ul ul ul ul {margin-left:1.5em;}
       .nav ul ul ul ul a { padding:0 0 0 1.5em; }
     .nav ul ul ul ul ul {margin-left:1.5em; }

     .news-categories .subnav {display:none;}
     .news-category-campus-community .subnav.static,
     #campus-news .subnav {display:block;}
     #campus-news .subnav #nav_51859 {display:none;}
     #campus-news .subnav .depth_3 .first {margin-top:1em;}

  /* HOME
     ----------------------------------------------------*/
  .feature-image {text-align:center;}
    .feature-image p,
    .feature-image img {margin:0 auto;}
  .featured {margin-bottom:2em;}

  .home .featured .hentry {padding-left:1em;}
  .featured article {margin-bottom:0;}
  .featured p.image-right,
  .featured p.image-left,
  .featured p.image-default {display:none;}
  .featured .feature-img header,
  .featured .feature-img p {display:none;}
  .featured .feature-img p.image-right,
  .featured .feature-img p.image-left,
  .featured .feature-img p.image-default {display:block; float:none; max-width:100%; width:100%; margin:0;}
  .featured .feature-img p.image-right img,
  .featured .feature-img p.image-left img,
  .featured .feature-img p.image-default img {width:100%; max-width:100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }

  .col h2.date {display:none;}
  .col > h2 {margin:0 0 0.3em; padding:0 0 0.3em; border-bottom:2px solid #dcb439;}
    .col > h2 a {color:#002b5b;}
  .col .entry-title {font-size:1.8em;}
  .home .entry-title,
  .for-the-media-nd-experts .entry-title,
  .campus-news article h2 {margin-top:0; padding:0; border:none; font-size:1.5em; font-family:inherit;}
    .feature-list h3 {margin:0 0 0.45em; font-size:1.35em; font-family: inherit;}
    .feature-list .left, .feature-list .right {display:inline-block; width:49%; vertical-align:top;}
    .feature-list .left img {width:100%;}
    .feature-list p.category {margin-bottom:.5em; display:block;}
    .secondary, .experts {float:none; clear:both;}
    .upcoming-events .col2 .description {display:none;}

    .feature-list .image-right {margin-left:1em;}
    .feature-list img{max-width:100%; float:right;}

    .category {margin:0 0 0.25em; text-transform:uppercase; font-weight:bold;}
      .category a{text-decoration: none;  color:#002b5b;
              -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;
      }
      .category a:hover{color:#c19e32;}

    .home .hentry, .news-categories .hentry {padding-left:1em; }
    .home article { margin-bottom: 1em; }

    .social-media {overflow:hidden;}
    .home .social-media h2, .home .inline h2 {clear:both;}

    .channel-embed {text-align:center; background:#fff; padding:1em;
      box-sizing:border-box;
      -moz-box-sizing:border-box;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
         -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
           -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
              box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
      }
    .channel-embed #___ytsubscribe_0 {width:100% !important; text-align:left; margin-bottom:20px !important; padding-bottom:20px !important; border-bottom:1px solid #ccc !important; height:auto !important;}

    }

    .home .experts .photo {display:inline-block; border:1px solid #000; margin:0 1.5em 1em 0; float:left;
      -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);}

    .fb-like-box {background:#fff;}

    .social-media .more {margin-top:1em;}

  /* ND Experts Snippets
     ----------------------------------------------------*/
  .expert-list {overflow:hidden;}
    .expert-list p {float:right; max-width:40%; margin:0 0 0 2em;}
    .expert-list img {}
    .expert-list h3,
    .expert-list h4 {margin:0 0 0.25em; font-family:inherit;}
    .expert-list h3 {font-size:1.5em;}
    .expert-list h4 {font-size:1.1em;}
    .expert-list ul {margin:1em 0; padding:0; list-style:none;}

  /* Sidebar
     ----------------------------------------------------*/
  .experts,
  .recent-news,
  .social-media {margin:0 0 2em; clear:both; }

  .home .recent-news,
  .news .experts,
  .news .recent-news {display:none;}

  .bugs {margin:2em 0;}
    .bugs ul { margin:0; padding:0; }
    .bugs li { display:inline-block; *display:inline; *zoom:1; margin: 0 .1em .5em 0; }
    .bugs a {display:block; width:170px; height:57px; text-indent:-9999px; overflow:hidden; background-position:0 0; background-repeat:no-repeat;}
      .bugs a:hover {background-position:0 -57px;}
    .bug-about  {background-image:url(images/bug-about.jpg);}
    .bug-athl   {background-image:url(images/bug-athl.gif);}
    .bug-ndmag  {background-image:url(images/bug-ndmag.gif);}
    .bug-obsrv  {background-image:url(images/bug-obsrv.jpg);}
    .bug-safety {background-image:url(images/bug-safety.png);}
    .bug-today  {background-image:url(images/bug-today.png);}
    .bug-wwyff  {background-image:url(images/bug-wwyff.jpg);}
    .bug-week  {background-image:url(images/bug-week.png);}
    .bug-works  {background-image:url(images/bug-works.png);}

  .recent-news {}
    .recent-news ul { list-style:none; margin:0; padding:0; }
    .recent-news li { padding:0 0 0 1em; font-weight:bold; text-indent:-1em; }
    .recent-news a { text-decoration:none; }
    .recent-news a:hover { text-decoration:underline; }

    /* Custom Pages
    ------------------------------------------*/
    .news-categories article {clear:both;}

    .expert-category-list { list-style:none; padding:0; margin:0;  }
      .expert-category-list li { display:inline-block; width:50%; padding:5px 10px; margin:0 0 0 -10px; vertical-align:top; }

    .special-expert-list { list-style:none; padding:0; margin:0; }
      .special-expert-list li { display:inline-block; width:50%; padding: 10px; margin:0 0 0 -10px; vertical-align:top; }
      .special-expert-list a { text-decoration:none; }
      .special-expert-list img { max-width:100%; }
      .special-expert-list .name { min-height:5em; }

      .special-expert-list .specialties { list-style:outside square; padding:0; margin:0 0 1em 1em; }
      .special-expert-list .specialties li { width:100%; display:list-item; padding:0; margin:0; font-style:italic;}
      
    .series {display:inline-block; width:100%; vertical-align:top;}
    .series img {width:40%; float:left; margin:0 1em 1em 0; border: 1px solid #000; box-sizing:border-box;
      -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);
    }

  /* FOOTER
     ----------------------------------------------------*/
  .site-footer {position:relative; clear:both; padding:1em 0.5em; text-align:center; 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:1em 0 0;}
  .org,
  .tel {display:block;}
  .ndmark {width:200px; margin:2em auto;}

/* ADD ONS */
  .utility input {width:100%; height:2em; margin:0 0 0;}
  .utility .search-button {margin:-2em 0 0; }
  .utility .search-button:before {}
  .utility {padding:1em 0 2em;}

  .hentry .social-media {margin-top:.75em; }

  .fluid-width-video-wrapper {margin-bottom:1em;}

/*************************************************************************************
 * 3. Media Queries
 ************************************************************************************/
/* 432px
   ----------------------------------------------------*/
@media only screen and (min-width:27em) {
  h2.date {font-size:1.75em;}
  .hentry .image-left {float:left;}
  .hentry .image-right {float:right;}
  .hentry .image-left,
  .hentry .image-right {max-width:40%; /*width:auto !important;*/}
  
  .series img {width:auto; float:left; margin:0 1em 1em 0;}
}

/* 580px
   ----------------------------------------------------*/
@media only screen and (min-width:36.250em) {
  .site-header h2 {display:block;}
  .special-expert-list li { width:33%;}
}

/* 700px
   ----------------------------------------------------*/
@media only screen and (min-width:43.75em) {
  h1 {font-size:2.5em;}
  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;
    background:url(images/bars-gold.png) 0 top repeat-x;
    background:url(images/bars-gold.png) 0 0 repeat-x, url(images/bars-gold.png) left bottom repeat-x;
  }
  blockquote.pull {float:right; width:30%;}
  .image-left,
  .image-right,
  .image-right img,
  .image-left img {max-width:auto;}

  .site-header {text-align:left;}
  .site-header .brandbar {padding:0 1em;}
  .site-header .titlebar {padding:1.4em 1em;}
  .site-header h2 a {float:right; height:50px;}
  .site-header h3 a {float:left; height:50px;}
    .site-header .titlebar.subhead {padding:0.7em 1em;}
  .site-header h1 {float:left; margin:0; padding:0; font-size:2.5em;}
  .search-input {width:16em; font-size:0.8em;}

  .header-util {float:right; top:0.35em; margin:0; padding:0; text-align:right;}
    .subhead .header-util {top:1.4em;}
    .header-util form {width:auto; margin:0;}
    .header-util nav {display:block; margin:3px 0;}
    .header-util nav ul {margin:0; text-align:right;}
    .header-util nav li {width:auto; display:inline-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); }
      .theme-gold-blue .header-util nav a,
      .theme-gold-blue .header-util nav a:hover { color:#fff; text-shadow:0 -1px rgba(0,0,0,.8); }
    .header-util .menu-skip,
    .header-util .search-toggle {display:none;}
    .search-button {width:23px; height:23px;}
      .search-button:before {top:.2em; left:.125; font-size:1.125em;}

    /* nav */
    .top-nav { display:block; position:relative; 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.2) 0%, rgba(255,255,255,0) 100%) #273c53;
      background:   -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%) #273c53;
      background:        linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%) #273c53;
      -webkit-box-shadow:0 1px rgba(130,150,173,0.6) inset, 0 1px 3px rgba(0,0,0,0.5);
         -moz-box-shadow:0 1px rgba(130,150,173,0.6) inset, 0 1px 3px rgba(0,0,0,0.5);
              box-shadow:0 1px rgba(130,150,173,0.6) inset, 0 1px 3px rgba(0,0,0,0.5);
    }
    .top-nav.site-nav .depth_1 { padding:0 1em; }
      .top-nav.site-nav .depth_1 li { display:inline-block; *display:inline; *zoom:1; margin:0 1em; vertical-align:top; }
      .top-nav.site-nav .depth_1 li a {  padding:.75em .125em; color:#fff; font-size:.875em; text-indent:0; }

  .subnav {display:block;}
  .fullnav {display:none;}

  .site-content {overflow:hidden;}
  .alpha {float:left; width:80%; margin:0 0 0 20%; padding:0 0 0 2em;}
    .home .alpha {float:none; width:auto; margin:0; padding:0;}
  .beta {float:left; width:20%; margin:0 0 0 -100%; padding:0; border:none;
    -webkit-box-shadow:none;
       -moz-box-shadow:none;
            box-shadow:none;
  }
  .gamma {clear:both;}
  
  .list-featured-article { float:left; width:75%; }
  .list-featured { float:right; width:22%; margin-left:3%; }

  /* Homepage */
  /* .main {float:left; width:65%; padding:0 4em 0 0;} */
  /* .aside {float:left; width:35%; margin:0; padding:0;} */
  .home .beta {display:none;}

  .upcoming-events article {display:inline-block; vertical-align:top; width:47%; margin-right:3%; margin-bottom:2em;}
  .upcoming-events p {display:block;}

  /* News */
  .archives-list {
    -webkit-column-count:2;
       -moz-column-count:2;
            column-count:2;
    -webkit-column-gap:2em;
       -moz-column-gap:2em;
            column-gap:2em;
  }

  .featured-video,
  .bugs {float:left; width:47%; margin:0;}
  .featured-video {margin:0 5% 4em 0;}

  .news-categories {margin:0 0 2em;}
  .gamma .news-categories ul {vertical-align:top;
    -webkit-column-count:3;
       -moz-column-count:3;
            column-count:3;
    -webkit-column-gap:2em;
       -moz-column-gap:2em;
            column-gap:2em;
  }
    .news-categories .nav li {margin:0 0 1em;}

  .social-media .nav li {display:inline-block; *display:inline; *zoom:1; width:19%;}

    /* Custom Pages
    ------------------------------------------*/
  .expert-category-list li { width:33%; }
  .series {width:32%;}
  .series img {width:100%;}


  /* Footer */
  .site-footer {margin:0 1em; padding:2em 0; text-align:left;}
    .site-footer .ndmark {position:absolute; right:0; top:2.2em; margin:0;}
  .home .site-footer {margin-left:0; margin-right:0;}
    .site-link {display:block;}
    .org {display:inline;}
       .utility input {height:1.5em;}
   .utility .search-button {margin-top:-1.5em;}
}

/* 740px
  ----------------------------------------------------*/
@media only screen and (min-width:46.25em){
   .top-nav.site-nav .depth_1 li a {  padding:.75em .125em; font-size:1em; }
   .col1 {float:left; width:60%; margin-right:6%;}
   .col2 {float:left; width:34%;}
   .col1 h2, .col2 h2 {margin-top:0;}
}

/* 800px
  ----------------------------------------------------*/
@media only screen and (min-width:50em){
   .top-nav.site-nav .depth_1 li a { padding:.75em .5em; font-size:1em; }

}


/* 860px
  ----------------------------------------------------*/
@media only screen and (min-width:53.75em) {

  .alpha {width:80%; margin:0 0 0 20%; padding:0 0 0 3em;}
    .home .alpha {float:left; width:100%; margin:0 0 2em 0; padding:0;}
    .home .main {width:60%; float:left; margin-right:5%;}
  .beta {width:20%; margin:0 0 0 -100%;}
  .gamma {clear:none; float:left; width:25%; margin-top:1em;}
    .home .gamma {width:35%;}
    .gamma h2 {/* margin-top:1em; */}
    .home .experts, .home .inline {margin:1.25em 0 2em; width:48%; float:left;}
    .home .experts {margin-right:4%;}
    .home .experts .photo {float:left; max-width:50%; margin:0 1em 1em 0;
      }

  .featured-video,
  .bugs {float:none; width:auto;}
  .featured-video {margin:0 0 2em;}

  .social-media {float:none; clear:both;}
  .social-media .nav li {width:49%;}
  .social-media .facebook, .social-media .twitter, .social-media .other {float:left; width:30%;}
  .social-media .facebook, .social-media .twitter {margin-right:4%;}

  .site-footer {margin:1em;}

/*
  .main {float:left; width:65%; padding:0 4em 0 0;}
  .aside {float:left; width:35%; margin:0; padding:0;}
*/
}

/* 880px
  ----------------------------------------------------*/
@media only screen and (min-width:55em){
   .top-nav.site-nav .depth_1 li a { font-size:1.125em; }
   .top-nav.site-nav .depth_1 li { margin:0 0.5em ;}
   .small-video {display:inline-block; width:49%; vertical-align:top; margin-top:0;}

}


/* 920px
   ----------------------------------------------------*/
@media only screen and (min-width:57.5em) {
  .site-header h2,
  .theme-gold-blue .site-header h2 {border-top:0 none;
    -webkit-box-shadow:none;
       -moz-box-shadow:none;
            box-shadow:none;
  }
  .site-header .brandbar {padding:0 2em;}
  .site-header .titlebar {padding:1.75em 2em;}
    .site-header .titlebar.subhead {padding:1.1em 2em;}

  .top-nav.site-nav .depth_1 { padding:0 2em; }

  .gamma .news-categories ul {
    -webkit-column-count:2;
       -moz-column-count:2;
            column-count:2;
  }

  .site-content {padding:1em 2em;}

  .site-footer {margin:1em 2em;}

}


/* 960px
   ----------------------------------------------------*/
@media only screen and (min-width:60em) {
  .top-nav.site-nav .depth_1 li a { padding:.75em .75em; }
  .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;}

  .special-expert-list li { width:25%;}

  /* 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%;}

  .threecol .main {float:left; width:60%; margin-right:5%;}
  .threecol .aside {display:block; float:left; width:35%; margin:0; padding:0;}
  .threecol .aside .social-media {margin-top:1em;}
  .threecol .aside .social-media a {font-weight:normal;}
  .threecol .aside .social-media a:hover {text-decoration:none;}
  .image-right img,
  .image-left img {display:block;}
}


/* 980px
  ----------------------------------------------------*/
@media only screen and (min-width:61.25em) {
  .top-nav.site-nav .depth_1 li a { padding:.75em .875em; }
}

/* 1040px
  ----------------------------------------------------*/
@media only screen and (min-width:65em) {
  .top-nav.site-nav .depth_1 li a { padding:.75em 1.125em; }
}

/* 1110px
  ----------------------------------------------------*/
@media only screen and (min-width:69.375em) {
  .top-nav.site-nav .depth_1 li a { font-size:1.25em; }
}

/* 1200px
   ----------------------------------------------------*/
@media only screen and (min-width:75em) {
  .site-header .brandbar,
  .site-header .titlebar,
  .site-header .titlebar.subhead,
  .top-nav.site-nav .depth_1,
  .site-content {padding-left:5%; padding-right:5%;}
  .site-footer {width:90%; margin:0 auto;}
  .home .site-footer {width:100%;}
}

/* 1250px
  ----------------------------------------------------*/
@media only screen and (min-width:78.125em) {
/*
  .top-nav.site-nav .depth_1 li a { font-size:1.325em; }
*/
.small-video {width:33%;}
}

/* 1300px
  ----------------------------------------------------*/
@media only screen and (min-width:81.25em) {
/*
  .top-nav.site-nav .depth_1 li a {  padding:.75em 1.375em; }
*/
}

/* 1400px
  ----------------------------------------------------*/
@media only screen and (min-width:87.5em) {
/*
  .top-nav.site-nav .depth_1 li a { padding:.75em 1.5em; }
*/
}

/* 1500px
   ----------------------------------------------------*/
@media only screen and (min-width:93.75em) {
  .site-header .brandbar,
  .site-header .titlebar,
  .site-header .titlebar.subhead,
  .top-nav.site-nav .depth_1,
  .site-content {padding-left:10%; padding-right:10%;}
  .site-footer {width:80%;}
}

/* 1600px
  ----------------------------------------------------*/
@media only screen and (min-width:100em) {
/*
  .top-nav.site-nav .depth_1 li a { padding:.75em 1.75em; }
*/
}

/* 1800px
   ----------------------------------------------------*/
@media only screen and (min-width:112.5em) {
  .site-header .brandbar,
  .site-header .titlebar,
  .site-header .titlebar.subhead,
  .top-nav.site-nav .depth_1,
  .site-content {padding-left:16%; padding-right:16%;}
  .site-footer {width:68%;}
/*
  .top-nav.site-nav .depth_1 li a { padding:.75em 1.5em; }
*/
}

/* Hi-res
   ----------------------------------------------------*/
@media
  (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi){

    .more {background-image:url(images/more@2x.png);
      -webkit-background-size:12px 17px;
         -moz-background-size:12px 17px;
          -ie-background-size:12px 17px;
           -o-background-size:12px 17px;
              background-size:12px 17px;
    }

    .site-header h3 a,
    .site-header h2 a {
      -webkit-background-size:auto 100px;
         -moz-background-size:auto 100px;
          -ie-background-size:auto 100px;
           -o-background-size:auto 100px;
              background-size:auto 100px;
    }
    .dept-nd a   {background-image:url(http://www.nd.edu/brandbar/images/dept-nd@2x.png);}

}

/*************************************************************************************
 * 4. 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,
  .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:4px 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;}

}