/*!
Launched:2013.04.09

Authors:
Erik Runyon & Taylor Packet
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
 ************************************************************************************/
* {-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.5em; font-family:"Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; background:#fff url(images/bg.png) top repeat;}
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:#e88424; outline:none; text-decoration:none; border-bottom:1px dotted #924220; -webkit-tap-highlight-color:rgba(220,179,57,.9);}
a:visited {color:#a35f3b;}
a:hover {color:#a35f3b; text-decoration:none;}
a:active {color:#e88424;}
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:#d77b21; font-weight:normal; text-shadow:0 1px rgba(255,255,255,0.6); text-rendering:optimizeLegibility; font-family:GPCMed, "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:#d77b21;}
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; color:#924220;}
h3 {font-size:1.6em;}
h4 {font-size:1.45em;}
h5 {font-size:1.3em;}
h6 {font-size:1.175em;}
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; background:#fff;}
tr {border-top:1px solid #aaa;}
  tr:hover {background:rgba(0,0,0,0.05);}
  thead th,
  th {background:#5c93d9; color:#fff; text-shadow:0 1px #333; text-align:center;}
  tfoot th {text-align:right;}
th, td {padding:0.45em; border:1px solid #555;}
  .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;}

/* 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;}
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 {margin:0}
.btn ul {margin:0 0 2em 0; padding:0; list-style:none;}
.btn li {margin:0.65em 0 0 0; width:100%; border-radius:2px; padding:0.4em 1em; border:1px solid #3196ff; display:inline-block; text-align:center; font-family:GPCMed,Helvetica,Arial,sans-serif; font-size:1.2em; text-shadow:1px 1px 0px #324857;
-webkit-box-shadow:  0 2px 1px rgba(0,0,0,.55), inset 0px 1px 0px 0px #bbdaf7;
     -moz-box-shadow:0 2px 1px rgba(0,0,0,.55), inset 0px 1px 0px 0px #bbdaf7;
          box-shadow:0 2px 1px rgba(0,0,0,.55), inset 0px 1px 0px 0px #bbdaf7;
background-color:#40a8ff;
background-image:         linear-gradient(bottom, rgb(55,142,229) 5%, rgb(121,188,255) 100%);
background-image:      -o-linear-gradient(bottom, rgb(55,142,229) 5%, rgb(121,188,255) 100%);
background-image:    -moz-linear-gradient(bottom, rgb(55,142,229) 5%, rgb(121,188,255) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(55,142,229) 5%, rgb(121,188,255) 100%);
-moz-border-radius:   2px;
-webkit-border-radius:2px;
}
.btn li:hover {cursor: hand;
background-color:#61afff;
background-image:         linear-gradient(bottom, rgb(32,131,229) 5%, rgb(101,181,255) 100%);
background-image:      -o-linear-gradient(bottom, rgb(32,131,229) 5%, rgb(101,181,255) 100%);
background-image:    -moz-linear-gradient(bottom, rgb(32,131,229) 5%, rgb(101,181,255) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(32,131,229) 5%, rgb(101,181,255) 100%);
-webkit-box-shadow:  0 2px 1px rgba(0,0,0,.55), inset 0px 1px 0px 0px #bbdaf7;
     -moz-box-shadow:0 2px 1px rgba(0,0,0,.55), inset 0px 1px 0px 0px #bbdaf7;
          box-shadow:0 2px 1px rgba(0,0,0,.55), inset 0px 1px 0px 0px #bbdaf7;
}
.btn li a{color:#fff; text-decoration:none; border:none;}

.btn li:active {
background-color:#40a8ff; border:1px solid #227bd8;
background-image:         linear-gradient(bottom, rgb(35,124,229) 5%, rgb(98,178,255) 100%);
background-image:      -o-linear-gradient(bottom, rgb(35,124,229) 5%, rgb(98,160,255) 100%);
background-image:    -moz-linear-gradient(bottom, rgb(35,124,229) 5%, rgb(98,160,255) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(35,124,229) 5%, rgb(98,160,255) 100%);
-webkit-box-shadow:  0 2px 1px rgba(0,0,0,.55), inset 0px 1px 0px 0px #bbdaf7;
     -moz-box-shadow:0 2px 1px rgba(0,0,0,.55), inset 0px 1px 0px 0px #bbdaf7;
          box-shadow:0 2px 1px rgba(0,0,0,.55), inset 0px 1px 0px 0px #bbdaf7;
}


/* Quotes
   ----------------------------------------------------*/
blockquote {position:relative; margin:3em 1em 2em 4em; }
blockquote p {margin:0; padding-left:0.8em; border-left: 3px solid #5f93df; font-family:'GPCBook',Helvetica,Arial,sans-serif; font-size:1.25em; line-height: 1.55em;}
blockquote footer {display:block; margin:1em 2.5em; color:#666; line-height:1.55em; font-size:0.8em; font-family:'gpcBook',Helvetica,Arial,sans-serif;}
blockquote.pull p {font-style:normal; background:none;}

/* 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;}

.section-header  {padding-bottom:0.35em; font-size:2em;}
.section-header a,
.section-header a:visited
		{color:#924220; border:none;}

.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:GPCMed, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; background:url(images/more.png) right center no-repeat; }
  .more:link {border:none; color:#9a5a38;}
  .more:visited {color:#e88424;}
  .more.right {display:block; text-align:right;}
  .more:hover {text-decoration:underline;}

.bars {padding:0 0 30px; background:url(/stylesheets/themes/ndt/v2/images/bars-gold.png) bottom left repeat-x;}
.bordertop {padding-bottom:5em; background:url(images/dot-divider_grey.png) top left repeat-x;}

.joinus {list-style:none; margin-left:-1.25em;}
.joinus a:link, .joinus a:visited {line-height:2em; color:#444; border:none;}
.joinus a:hover {border-bottom:1px dotted #924220; color:#924220;}

/* Partners */

.partners {margin:0; }
  .partners ul {margin:0 0 2em 0; padding:0; list-style:none;}
  .partners li {margin:0.45em 0.2em;  display:inline-block; border:1px solid #999; width:47%; text-align:center; background:#fff;
-webkit-box-shadow:  0 2px 2px rgba(0,0,0,.25);
     -moz-box-shadow:0 2px 2px rgba(0,0,0,.25);
          box-shadow:0 2px 2px rgba(0,0,0,.25);

transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

  .partners li:hover {border:1px solid #888; opacity:0.65;}
  .partners li a {text-decoration:none; display:block; border:none;}
  .partners li a:hover {border:none;}

/* Journal & Blog Bugs */

.journal, .blog {margin:1em 0;
  -webkit-transition:all 250ms ease-in-out;
     -moz-transition:all 250ms ease-in-out;
          transition:all 250ms ease-in-out;
}

.journal a:hover, .blog a:hover {
-moz-box-shadow:   0 2px 3px rgba(0,0,0,.35), inset 0px 0px 10px rgba(0,0,0,0.2);
-webkit-box-shadow:0 2px 3px rgba(0,0,0,.35), inset 0px 0px 10px rgba(0,0,0,0.2);
box-shadow:        0 2px 3px rgba(0,0,0,.35), inset 0px 0px 10px rgba(0,0,0,0.2);
}

.journal a {display:block; border-radius:2px; width:100%; min-height:6.15em; padding:0.8em 0.9em 0.9em; color:#111;  font-size:1.2em; text-decoration:none; text-shadow:0 1px #fff; font-family:gpcBook, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; border:1px solid #777; background:#efefef url(images/mobilization.jpg) left top repeat-x;
-moz-box-shadow:   0 2px 2px rgba(0,0,0,.35), inset 0px 0px 10px rgba(0,0,0,0.2);
-webkit-box-shadow:0 2px 2px rgba(0,0,0,.35), inset 0px 0px 10px rgba(0,0,0,0.2);
box-shadow:        0 2px 2px rgba(0,0,0,.35), inset 0px 0px 10px rgba(0,0,0,0.2);
}

.blog a {display:block; border-radius:2px; width:100%; min-height:6.15em; padding:0.8em 0.9em 0.9em; color:#111;  font-size:1.2em; text-decoration:none; text-shadow:0 1px #fff; font-family:gpcBook, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; border:1px solid #777; background:#efefef url(images/mobilizingideas.jpg) left top repeat-x;
-moz-box-shadow:   0 2px 2px rgba(0,0,0,.35), inset 0px 0px 10px rgba(0,0,0,0.2);
-webkit-box-shadow:0 2px 2px rgba(0,0,0,.35), inset 0px 0px 10px rgba(0,0,0,0.2);
box-shadow:        0 2px 2px rgba(0,0,0,.35), inset 0px 0px 10px rgba(0,0,0,0.2);
}

.journal b, .blog b {font-size:1.25em; line-height:1.5em; color:#559df5; font-weight:normal; font-family:GPCMed, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;}
.journal:hover b, .blog:hover b {color:#a35f3b;
 -webkit-transition:all 250ms ease-in-out;
     -moz-transition:all 250ms ease-in-out;
          transition:all 250ms ease-in-out;
}

.apply a{margin:0.9em 0; width:100%; border-radius:2px; padding:0.4em 1em; border:1px solid #3196ff; display:inline-block; color:#fff; text-align:center; font-family:GPCMed,Helvetica,Arial,sans-serif; font-size:1.2em; text-decoration:none; text-shadow:1px 1px 0px #324857;
-webkit-box-shadow:  0 2px 2px rgba(0,0,0,.35), inset 0px 1px 0px 0px #bbdaf7;
     -moz-box-shadow:0 2px 2px rgba(0,0,0,.35), inset 0px 1px 0px 0px #bbdaf7;
          box-shadow:0 2px 2px rgba(0,0,0,.35), inset 0px 1px 0px 0px #bbdaf7;
background-color:#40a8ff;
background-image:         linear-gradient(bottom, rgb(55,142,229) 5%, rgb(121,188,255) 100%);
background-image:      -o-linear-gradient(bottom, rgb(55,142,229) 5%, rgb(121,188,255) 100%);
background-image:    -moz-linear-gradient(bottom, rgb(55,142,229) 5%, rgb(121,188,255) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(55,142,229) 5%, rgb(121,188,255) 100%);
-moz-border-radius:   2px;
-webkit-border-radius:2px;}

 .apply:hover a { cursor: hand;
background-color:#61afff;
background-image:         linear-gradient(bottom, rgb(32,131,229) 5%, rgb(101,181,255) 100%);
background-image:      -o-linear-gradient(bottom, rgb(32,131,229) 5%, rgb(101,181,255) 100%);
background-image:    -moz-linear-gradient(bottom, rgb(32,131,229) 5%, rgb(101,181,255) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(32,131,229) 5%, rgb(101,181,255) 100%);
-webkit-box-shadow:  0 2px 2px rgba(0,0,0,.35), inset 0px 1px 0px 0px #bbdaf7;
     -moz-box-shadow:0 2px 2px rgba(0,0,0,.35), inset 0px 1px 0px 0px #bbdaf7;
          box-shadow:0 2px 2px rgba(0,0,0,.35), inset 0px 1px 0px 0px #bbdaf7;}

	.apply:active a{
background-color:#40a8ff; border:1px solid #227bd8;
background-image:         linear-gradient(bottom, rgb(35,124,229) 5%, rgb(98,178,255) 100%);
background-image:      -o-linear-gradient(bottom, rgb(35,124,229) 5%, rgb(98,160,255) 100%);
background-image:    -moz-linear-gradient(bottom, rgb(35,124,229) 5%, rgb(98,160,255) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(35,124,229) 5%, rgb(98,160,255) 100%);
-webkit-box-shadow:  0 2px 1px rgba(0,0,0,.55), inset 0px 1px 0px 0px #bbdaf7;
     -moz-box-shadow:0 2px 1px rgba(0,0,0,.55), inset 0px 1px 0px 0px #bbdaf7;
          box-shadow:0 2px 1px rgba(0,0,0,.55), inset 0px 1px 0px 0px #bbdaf7;
}



/* 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; border:none;}
.breadcrumbs a:hover {text-decoration:underline;}
.breadcrumbs a:visited {color:#388bde;}

/* Fonts
   ----------------------------------------------------*/
@font-face {font-family:NDIcons;
  src:url('//www.nd.edu/assets/fonts/nd.eot');
  src:url('//www.nd.edu/assets/fonts/nd.eot?iefix') format('embedded-opentype'),
      url('//www.nd.edu/assets/fonts/nd.woff') format('woff'),
      url('//www.nd.edu/assets/fonts/nd.ttf') format('truetype'),
      url('//www.nd.edu/assets/fonts/nd.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 {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 0 0.25em; font-size:1.55em;}
  .entry-title.page-title {border:none;}
 .entry-title a {border:none;}
  .entry-title a:hover {text-decoration:none; color:#e88424;}
.publish-info,
.author,
.location,
.posted-in {display:inline-block; *display:inline; *zoom:1; margin:0.2em 1em 0 0; color:#333; font-size:1em; font-weight:normal; font-family:inherit;}
.publish-info b,
.author b,
.location b,
.posted-in {color:#999; font-weight:bold;}
.entry-summary {margin:1em 0;}
.description {margin:1em 0;}
.posted-in {display:none;}
.news-hentry .posted-in,
.event .posted-in {display:block;}

  /* Events */
  .date-title {margin:0 0 2em;}
    .date-title a {border:none;}
  h2.date {margin:0 0 0.25em; padding:0; color:#888; font-family:GPCBook, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; font-size:1.25em;}

/* 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 {

  html {}

  .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 {text-align:center;}
  .brandbar,
  .titlebar {overflow:hidden;}
  .brandbar {border-bottom:1px solid #001227;
    background:#002b5b url(/stylesheets/themes/ndt/v2/images/texture-checkers-lightblue50.png) 0 0 repeat;
    background:url(/stylesheets/themes/ndt/v2/images/texture-checkers-lightblue50.png), -webkit-linear-gradient(top, #003b7c 0%, #001227 100%);
    background:url(/stylesheets/themes/ndt/v2/images/texture-checkers-lightblue50.png), -moz-linear-gradient(top, #003b7c 0%, #001227 100%);
    background:url(/stylesheets/themes/ndt/v2/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; border:none; background-repeat:no-repeat; background-position:0 0;}
  .site-header h3 img {display:none;}

  .titlebar {padding:0;}
  .site-header h1 {margin:1em 0 0;}
    .site-header h1 a {display:block; max-width:293px; height:97px; margin:0 auto; border:none; color:#002b5b; text-decoration:none; text-indent:-9999px; overflow:hidden; background:url(images/logo.png) 0 0 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;}
    .lt-ie9 .site-logo a {display:block; margin:0 auto; border:none; color:#002b5b; text-decoration:none; text-indent:-9999px; overflow:hidden; background:url(images/logo-ie.png) 0 0 no-repeat;}

  .dept-nd a   {width:301px; background-image:url(//www.nd.edu/brandbar/images/dept-nd.png);}
  .dept-coal a {width:316px; background-image:url(//www.nd.edu/brandbar/images/dept-coal.png);} /* College of Arts and Letters */
  .site-logo {margin:0;}
    .site-logo a {display:block; max-width:100%; width:282px; height:83px; border:none; text-indent:-9999px; overflow:hidden; background:url(images/logo.png) 0 0 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;
    }

  .header-util {position:relative; margin:0 auto; padding:0.85em 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 8px; border:1px solid #999; 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);
    }
    .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-ie9 .search-button {background:#a5a5a5 url(/images/icons/searchmag.png) center center no-repeat;}
      .lt-ie9 .search-button:before {content:'';}
    .search-button:hover {
      border:1px solid #777;
        background-color:#40a8ff;
	background-image:         linear-gradient(bottom, rgb(55,142,229) 5%, rgb(121,188,255) 100%);
	background-image:      -o-linear-gradient(bottom, rgb(55,142,229) 5%, rgb(121,188,255) 100%);
	background-image:    -moz-linear-gradient(bottom, rgb(55,142,229) 5%, rgb(121,188,255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(55,142,229) 5%, rgb(121,188,255) 100%);
    }

    .search-button:active {
        background-color:#40a8ff;
	background-image:         linear-gradient(bottom, rgb(55,142,229) 5%, rgb(121,188,255) 100%);
	background-image:      -o-linear-gradient(bottom, rgb(55,142,229) 5%, rgb(121,188,255) 100%);
	background-image:    -moz-linear-gradient(bottom, rgb(55,142,229) 5%, rgb(121,188,255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(55,142,229) 5%, rgb(121,188,255) 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:#333; 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:32%;}
  .header-util nav a { display:block; padding:.625em; color:#5d2a14; 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 #937b6c;
        border-radius:3px;
        background-color:#f0d2b6;
        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:#e88424;
        background-image:-webkit-radial-gradient(50% 20%, rgba(243,177,114,1) 0%, rgba(243,177,114,0) 100%);
        background-image:   -moz-radial-gradient(50% 20%, rgba(243,177,114,1) 0%, rgba(243,177,114,0) 100%);
        background-image:        radial-gradient(50% 20%, rgba(243,177,114,1) 0%, rgba(243,177,114,0) 100%);
        -webkit-box-shadow:0 1px rgba(225,225,225,.65) inset, 0 1px 2px rgba(0,0,0,.3);
           -moz-box-shadow:0 1px rgba(225,225,225,.65) inset, 0 1px 2px rgba(0,0,0,.3);
                box-shadow:0 1px rgba(225,225,225,.65) inset, 0 1px 2px rgba(0,0,0,.3);
  }

  /* STRUCTURE
     ----------------------------------------------------*/
  .site-content {padding:1em;}
  .alpha {}
  .beta {clear:both; 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;}
  .aside {margin-top:2em; padding:2em 0;}
    .aside h2 {margin:0 0 0.75em; padding:0 0 1em; font-size:1.4em; background:url(/stylesheets/themes/ndt/v2/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 25px; background:url(images/dot-divider_grey.png) bottom left repeat-x;}

  /* NAVIGATION
     ----------------------------------------------------*/
  .site-nav {}
  .site-nav .depth_1 {padding:0 0 12px;}
    .site-nav .depth_1 li {margin:8px 0;}
    .site-nav .depth_1 a {display:block; padding:5px 0 0.25em 1em; text-indent:-1em; line-height:1.2em; text-transform:none; color:#333; font-size:1.25em; font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; border:none;}
    .site-nav .depth_1 a:hover {color:#c9731f; /* padding-bottom:0.25em; */ background:url(images/nav.png) bottom left repeat-x;}
    .site-nav .depth_1 > .active > a { color:#c9731f; padding-bottom:0.25em; background:url(images/nav.png) bottom left repeat-x;}
  .site-nav .depth_2 {padding:0;}
    .site-nav .depth_2 a {text-indent:0; color:#444; font-size:1em; font-family:inherit; border:none;}
    .site-nav .depth_2 a:hover {color:#322b24; background:url(images/navsub.png) 0 10px no-repeat;}
    .site-nav .depth_2 > .active > a {color:#322b24; background:url(images/navsub.png) 0 10px no-repeat;}
  .site-nav .depth_3 {margin-left:0.5em; padding:0; font-size:0.9em; }
    .site-nav .depth_3 a {}
    .site-nav .depth_3 a:hover {background:none;}
    .site-nav .depth_3 .active > a {color:#555; font-weight:bold;}
    .site-nav .depth_3 .active > .current-last { color:#924220; }
  .site-nav .depth_4 {margin-left:1.5em;}
    .site-nav .depth_4 a { padding:0 0 0 1.5em; }
  .site-nav .depth_5 {margin-left:1.5em; }

  /* HOME
     ----------------------------------------------------*/
  .feature {margin-bottom:1em;}
    .feature-text {color:#8c472a; font-size:1.275em; line-height:1.4em; font-family:GPCBook, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;}
    .feature .gallery {position:relative; margin:0; padding:0; list-style:none;}
    .feature li {display:none; position:absolute; top:0; left:0;}
      .fimg {width:100%; height:100%; padding-bottom:1em; background-position:0 0; background-repeat: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;
      }
      .fcaption {position:absolute; bottom:0; left:0; margin:0; font-size:0.9em; color:#999;}

  .primary {margin:0em auto; font-size:1em; color:#333; padding-bottom:0.75em; background:url(images/dot-divider.png) bottom left repeat-x;}
  .home #nav_43967 {display:none;}
  .secondary {clear:both; overflow:hidden;}
    .col h2.date {display:none;}
    .col > h2 {margin:0 0 0.3em; padding:0 0 0.3em; }
      .col > h2 a {color:#d77b21;}
    .col .entry-title {font-size:1.8em;}
    .home .entry-title {padding:0; border:none; font-size:1.5em; font-family:inherit;}
  .tertiary {margin-top:-1.25em;}

  .home .beta .btn {display:none;}

  /* CUSTOM PAGES
     ----------------------------------------------------*/

  /* FOOTER
     ----------------------------------------------------*/
  .site-footer {position:relative; clear:both; padding:2em 0.5em; text-align:center; font-size:0.875em;}
    .site-footer a {border:none;}
  .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) {
  .feature .gallery {}
  h2.date {font-size:1.275em; padding-bottom:0.2em;}
  .btn li{width:49%; display:inline-block;}
}

/* 580px
   ----------------------------------------------------*/
@media only screen and (min-width:36.250em) {
  .site-header h2 {display:block;}
  .header-util{margin:1.5em 0;}
.partners li{width:31.5%}
 .feature-text {font-size:1.475em; line-height:1.55em;}
.blog a, .journal a{margin:0 0 0 0.75em; display:inline-block; width:47%; float:left; min-height:8em;}
}


/* 700px
   ----------------------------------------------------*/
@media only screen and (min-width:43.75em) {
  h1 {font-size:2.25em;}
  h2 {font-size:1.975em;}
  h3 {font-size:1.85em;}
  h4 {font-size:1.675em;}
  h5 {font-size:1.45em;}
  h6 {font-size:1.275em;}

  .btn li {width:100%; display:block;}

  blockquote {margin:2em 1em; padding:2em 1em;}
  blockquote.pull {float:right; width:30%; margin:0.5em 0 0.5em 0}

  .image-right img,
  .image-left img {max-width:auto;}

  .sidebar{margin:1.35em 0;}

  .blog a, .journal a{margin:0 0 0.75em 0; width:100%; display:block; min-height:6.15em;}

  .site-header {text-align:left;}
  .site-header h2,
  .site-header h3 {border:none;}
  .site-header h2 a {float:right; height:50px; border:none;}
  .site-header h3 a {float:left; height:50px;}
  .site-header .brandbar {padding:0 1em; }
  .site-header .titlebar {padding:1em 1em;}
  .site-header h1 {margin:-1px; overflow:hidden; padding:0; position:absolute; }
    .site-logo {display:block;}
  .search-input {width:auto; font-size:0.8em;}

  .header-util {float:right; top:-0.65em; margin:2em 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;}
    .header-util nav li {width:auto; display:block; text-align:right;}
    .header-util nav a {font-size:0.825em; font-weight:normal; color:#e88424;}
    .header-util nav a,
    .header-util nav a:hover { display:inline; padding:0; border:0 none; background:none;
        -webkit-box-shadow:0 0 rgba(255,255,255,0) inset, 0 0 rgba(0,0,0,0);
           -moz-box-shadow:0 0 rgba(255,255,255,0) inset, 0 0 rgba(0,0,0,0);
                box-shadow:0 0 rgba(255,255,255,0) inset, 0 0 rgba(0,0,0,0);
    }
    .header-util nav a:hover { color:#002b5b; text-decoration:underline; text-shadow:0 1px rgba(255,255,255,.9); }
    .header-util .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-content {overflow:hidden;}
  .alpha {float:left; width:72%; margin:0 0 0 28%;}
  .beta {clear:none; float:left; width:22%; margin:0 0 0 -100%; padding:0; border:none;
    -webkit-box-shadow:none;
       -moz-box-shadow:none;
            box-shadow:none;
  }

  .main {float:left; width:70%; padding:0 4em 0 1em;}
  .aside {float:left; width:30%; max-width:320px; margin:0; padding:0;}

  /* Homepage */
  .feature {overflow:hidden;}
    .feature-text {float:right; width:45%; padding:0 0 0 0.875em; color:#8c472a; font-size:1.275em; line-height:1.4em; font-family:GPCBook, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;}
    .feature .gallery {float:left; width:55%;}

  .primary {margin:1em;}

  .col {float:left; width:46%;}
    .col h2 {margin-top:0;}
    .col1 {margin-right:6%;}

    .wide-narrow .col1,
    .narrow-wide .col2 {width:60%;}
    .wide-narrow .col2,
    .narrow-wide .col1 {width:34%;}

  /* Footer */
  .site-footer {margin:2em; padding:3em 0; text-align:left;}
    .site-footer .ndmark {position:absolute; right:0; top:3.35em; margin:0;}
    .site-link {display:block;}
    .org {display:inline;}
}

/* 760px
   ----------------------------------------------------*/
@media only screen and (min-width:47.5em) {
  .feature-text {font-size:1.375em; line-height:1.5em;}
  .primary {font-size:1em; line-height:1.5em}
}

/* 920px
   ----------------------------------------------------*/
@media only screen and (min-width:57.5em) {
  .site-header h2,
  .site-header h2 a {float:right; height:50px; border:none;}
  .site-header h3 a {float:left; height:50px;}
  .site-header .brandbar {padding:0 3em;}
  .site-header .titlebar {padding:3em 3.25em 3.5em 3.25em;}
    .site-header .titlebar.subhead {padding:1.1em 2em; border:none;}

  .header-util{margin:1em 0;}

  .site-content {padding:0 3em;}
  .site-footer {margin:1em 2em;}
}

/* 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;}

  .feature-text {font-size:1.5em; line-height:1.5em;}

  /* IE Over-rides */
  .lt-ie9 .header-util nav li {float:right;}
  .lt-ie9 .header-util form {width:300px;}
  .lt-ie9 .search-input {float:left;}
  .lt-ie9 .main {width:60%;}

}

/* 1200px
   ----------------------------------------------------*/
@media only screen and (min-width:75em) {
  .site-header .brandbar,
  .site-header .titlebar,
  .site-header .titlebar.subhead,
  .site-content {padding-left:5%; padding-right:5%;}
  .site-footer {margin-left:5%; margin-right:5%;}
 .feature-text {font-size:1.6em; line-height:1.5em;}
}

/* 1500px
   ----------------------------------------------------*/
@media only screen and (min-width:93.750em) {
  .site-header .brandbar,
  .site-header .titlebar,
  .site-header .titlebar.subhead,
  .site-content {padding-left:10%; padding-right:10%;}
  .site-footer {margin:1em 10%;}
}

/* 1800px
   ----------------------------------------------------*/
@media only screen and (min-width:112.500em) {
  .site-header .brandbar,
  .site-header .titlebar,
  .site-header .titlebar.subhead,
  .site-content {padding-left:16%; padding-right:16%;}
  .site-footer {margin:1em 16%;}
}

/* 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) {

    .more {background-image:url(/stylesheets/themes/ndt/v2/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(//www.nd.edu/brandbar/images/dept-nd@2x.png);}
    .dept-coal a {background-image:url(//www.nd.edu/brandbar/images/dept-coal@2x.png);} /* College of Arts and Letters */

}

/*************************************************************************************
 * 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;}
  h1,h2,h3,h4,h5,h6 {text-shadow:none;}
  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
     ----------------------------------------------------*/
  .beta .btn,
  .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; border:none;}

    .site-header h2 {font-size:0.8em;}
    .site-header h1 {margin:4px 0 2px; font-size:1.5em;}
    .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;}
    .site-footer a {border:none;}
    .geo,
    .country-name {display:none;}
    .site-link,
    .tel {display:block;}
    .site-footer .ndmark {position:absolute; top:20px; right:0;}

}