/* Launched: 2012-10-18
   Author: Philip Zastrow
   ----------------------------------------------------*/

/* 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; background:url(images/bg.png) 0 0 repeat;
  -webkit-text-size-adjust:100%;
  -moz-text-size-adjust:100%;
  -o-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
  text-size-adjust:100%;
  -webkit-font-smoothing:antialiased;
  -moz-font-smoothing:antialiased;
  -ms-font-smoothing:antialiased;
  -o-font-smoothing:antialiased;
  font-smoothing:antialiased;
}
body {width:100%; margin:0; padding:0; color:#333; font-size:1em; line-height:1.5em; font-family:"HelveticaNeue", 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:#369;}
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:1.4em 0 0.25em; line-height:1.1em; color:#002b5b; font-weight:normal; text-rendering:optimizeLegibility; font-family:GPCBook, "HelveticaNeue", Helvetica, Arial, Verdana, sans-serif; text-shadow:0 1px #fff;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {text-decoration:none; color:#333;}
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.875em;} /* 30px */
h3 {font-size:1.625em;} /* 26px */
h4 {font-size:1.375em;} /* 22px */
h5 {font-size:1.125em;} /* 18px */
h6 {font-size:1.0em;}
h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5 {margin-top:0;}

h1 a, h1 a:link, h1 a:visited,
h2 a, h2 a:link, h2 a:visited,
h3 a, h3 a:link, h3 a:visited,
h4 a, h4 a:link, h4 a:visited,
h5 a, h5 a:link, h5 a:visited,
h6 a, h6 a:link, h6 a:visited { color:#002b5b; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color:#004da3; text-decoration:none; }

h1 em, h2 em, h3 em,h4 em, h5 em, h6 em,h1 i, h2 i, h3 i,h4 i, h5 i, h6 i { font-style:normal; }
h1 b, h2 b, h3 b,h4 b, h5 b, h6 b,h1 strong, h2 strong, h3 strong,h4 strong, h5 strong, h6 strong { font-weight:normal; }

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;}
thead tr {border-bottom:2px solid #aaa;}
tbody tr {border-bottom:1px solid #aaa;}
  tr:hover {background:rgba(0,0,0,0.05);}
  thead th,
  th {text-align:left;}
  tfoot th {text-align:right;}
th, td {padding:0.25em;}
  .number {text-align:right;}
td, td img {vertical-align:top;}

sup {vertical-align:super; font-size:smaller;}
sub {vertical-align:sub; font-size:smaller;}
pre, code, kbd, samp {font-family:monospace, sans-serif;}
hr {clear:both; width:100%; margin:1em 0; border:1px solid #dcb439; border-width:2px 0 0; background:none;}

small,
p.attribution { color:#666; font-size:0.875em; }

/* Form Elements
   ----------------------------------------------------*/
form {margin:0 0 1em;}
label {display:block; font-weight:bold;}
button[type="submit"] {clear:both; display:block;}
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;}

/* 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-default img,
.image-right img,
.image-left img,
.gallery img { border:1px solid #000;
  -webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
     -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
}
.image-default img {position:relative; margin:0 1em 1em 0;}
.image-right {float:right; margin:1em 0 1em 1.4em;}
.image-left {float:left; margin:1em 1.4em 1em 0;}
  .image-right:first-child,
  .image-left:first-child { margin-top: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;}
.image-left ~ ol,
.image-left ~ ul { overflow:hidden; }

figure {margin:0 0 1em;}
figure,
aside.right,
figure.right {float:right; max-width:100%;}
aside.right p {margin-right:0 !important;}
figure.left {float:left;}
figcaption {display:block; text-align:left; line-height:1.5em;}
  figcaption blockquote {width:auto; font-weight:normal;}

/* 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:"HelveticaNeue",Helvetica,Arial,Verdana,sans-serif;}
blockquote.pull {float:right; font-style:normal;}

/* Classes
   ----------------------------------------------------*/
.noborder {border:none !important;}
.cal {padding:1px 0 0 20px; background:url(images/icons/cal.png) left center no-repeat;}
.feed {padding:1px 0 0 20px; background:url(images/icons/atom.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; }

.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, "HelveticaNeue", Helvetica, Arial, Verdana, sans-serif; background:url(images/more.png) right center no-repeat;}
  .more:visited,
  .excerpt_continuation: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);
}

#livesearch {}
.highlight {background-color:yellow;}

/* 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;}

/* Fonts
   ----------------------------------------------------*/
@font-face {font-family:NDIcons;
  src:url('https://static.nd.edu/fonts/nd/nd.v2.woff2') format('woff2'),
      url('https://static.nd.edu/fonts/nd/nd.v2.woff') format('woff'),
      url('https://static.nd.edu/fonts/nd/nd.v2.ttf') format('truetype');
}
@font-face {font-family:GPCBook;
  src:url('https://static.nd.edu/fonts/gp-min/gpc-book.woff2') format('woff2'),
      url('https://static.nd.edu/fonts/gp-min/gpc-book.woff') format('woff'),
      url('https://static.nd.edu/fonts/gp-min/gpc-book.ttf') format('truetype');
}
@font-face {font-family:GPCMed;
  src:url('https://static.nd.edu/fonts/gp-min/gpc-medium.woff2') format('woff2'),
      url('https://static.nd.edu/fonts/gp-min/gpc-medium.woff') format('woff'),
      url('https://static.nd.edu/fonts/gp-min/gpc-medium.ttf') format('truetype');
}

#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; }


  /* HEADER
     ----------------------------------------------------*/
      header#header h1 { font-family:Georgia,"Times New Roman",serif; }

@media screen,projection {

  /* STRUCTURE
     ----------------------------------------------------*/
     #content { padding:1em; }
       #content:after {content:''; display:table; clear:both;}
       #b-home #content { padding:0; }
     .page-title,
     .hentry .entry-title.page-title,
     .vevent .entry-title.page-title {margin:0 0 1em; padding:0 0 30px; background:url(images/bars-gold.png) bottom left repeat-x;}
     .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(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;}
      #alpha { position:relative; }
        #alpha article h2:first-child { margin:0 0 .25em; }

  /* HEADER
     ----------------------------------------------------*/
     #header {text-align:center;}
      #header .brand { border-bottom:1px solid #00060c;
        background:url(images/checkers-lightblue50.png) #002b5b;
        background:url(images/checkers-lightblue50.png), -webkit-linear-gradient(top, #003b7c 0%, #001227 100%);
        background:url(images/checkers-lightblue50.png),    -moz-linear-gradient(top, #003b7c 0%, #001227 100%);
        background:url(images/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;
      }
      #header .title {padding:0.75em 0; border-bottom:1px solid #5e4724;
          background:#dcb439 url(images/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/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/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/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);
      }
      #header .brand:after,
      #header .title:after { content:''; display:block; clear:both; }

  #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;}
  #header h1 a {display:block; border:none; color:#002b5b; text-decoration:none;}
      #header h1 a:hover { text-decoration:none; }
      #header h2,
      #header h3 { margin:0; padding:0; }
        #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;
        }
        #header h2 a { display:block; width:216px; height:36px; margin:0 auto; border:none; text-indent:-9999px; overflow:hidden; background:url(images/dept-prov.png) center center no-repeat; }
        #header h3 a { display:block; width:298px; height:36px; margin:0 auto; border:none; text-indent:-9999px; overflow:hidden; background:url(images/university-of-notre-dame.png) center center no-repeat;}
        #header h3 img {display:none;}


  .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:0; left:0.1em; color:#444; font-size:1.6em; font-family:NDIcons; text-indent:0; text-shadow:0 1px #eee; }
    .search-button:hover:before { color:#002b5b; text-shadow:0 1px rgba(255,255,255,0.6); }
    .search-button:active:before { text-shadow:0 -1px rgba(255,255,255,0.6); }

  .header-util nav ul {margin:0.4em 0 0; text-align:center; line-height:1em;}
  .header-util nav li {display:inline-block; *display:inline; *zoom:1; width:32%;}
  .header-util nav a { display:block; padding:.625em; color:#002b5b; font-family:"HelveticaNeue",Helvetica,Arial,sans-serif; font-weight:bold; text-decoration:none; text-shadow:0 1px rgba(255,255,255,.9); border:1px solid #562e07;
        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);
  }

  /*  TOP NAVIGATION
     ----------------------------------------------------*/
    #header #topnav ul:after { content:''; display:table; clear:both; }
    #header #topnav { display:none; }
    #header #topnav li { font-family:GPCMed, Helvetica, Arial, Verdana, sans-serif;}
    #header #topnav li a { display:block; color:#fff; padding:.5em .25em; text-align:center; text-shadow:0 1px 3px #000; -webkit-transition:all linear 250ms; }
      #header #topnav li a:hover { color:#dcb439; text-shadow:0 4px 8px rgba(0,0,0,0.9); }
      #header #topnav li.active a { color:#dcb439;
        -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%);
      }

  /* NAVIGATION
     ----------------------------------------------------*/
     #nav {}
     #nav .depth_1,
     #subnav #sub_nav .depth_2 {padding:0 0 12px;}
       #nav .depth_1 li,
       #subnav #sub_nav .depth_2 li {margin:8px 0;}
       #nav .depth_1 a,
       #subnav #sub_nav .depth_2 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, "HelveticaNeue", Helvetica, Arial, Verdana, sans-serif; border-bottom:2px solid transparent;}
       #nav .depth_1 a:hover,
       #subnav #sub_nav .depth_2 a:hover {border-bottom:2px solid #002b5b; color:#004da3;}
       #nav .depth_1 > .active > a,
       #subnav #sub_nav .depth_2 > .active > a {color:#004da3; border-bottom:2px solid #dcb439;}
     #nav .depth_2,
     #subnav #sub_nav .depth_3 {padding:0;}
       #nav .depth_2 a,
       #subnav #sub_nav .depth_3 a {display:block; padding:0 0 0 32px; text-indent:-12px; color:#444; font-size:1em; font-family:"Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; border:none;}
       #nav .depth_2 a:hover,
       #subnav #sub_nav .depth_3 a:hover {color:#004da3; border:none; background:url(images/navsub.png) 0 4px no-repeat;}
       #nav .depth_2 > .active > a,
       #subnav #sub_nav .depth_3 > .active > a {color:#004da3; background:url(images/navsub.png) 0 -85px no-repeat;}
     #nav .depth_3,
     #subnav #sub_nav .depth_4 {padding:0; font-size:0.9em;}
       #nav .depth_3 a:hover,
       #subnav #sub_nav .depth_4 a:hover {color:#004da3; border:none; background:transparent;}
       #nav .depth_3 > .active > a.current,
       #nav .depth_4 > .active > a.current,
       #nav .depth_5 > .active > a.current,
       #subnav #sub_nav .depth_4 > .active > a.current,
       #subnav #sub_nav .depth_5 > .active > a.current,
       #subnav #sub_nav .depth_6 > .active > a.current  {color:#444; font-weight:bold;}
       #nav .depth_3 > .active > a.current-last,
       #nav .depth_4 > .active > a.current-last,
       #nav .depth_5 > .active > a.current-last,
       #subnav #sub_nav .depth_4 > .active > a.current-last,
       #subnav #sub_nav .depth_5 > .active > a.current-last,
       #subnav #sub_nav .depth_6 > .active > a.current-last {color:#004da3; font-weight:bold;}
     .depth_4, .depth_5 {margin-left:1.5em; }
     #partnav { display:none; }

     #b-home #fullnav { margin:1em; }


  /* STICKY NAV Page
     ----------------------------------------------------*/
     .sticky-page a[name] { display:block; padding:2em 0 0; }
       .sticky-page h2:first-child a[name],
       .sticky-page h3:first-child a[name],
       .sticky-page h4:first-child a[name],
       .sticky-page h5:first-child a[name],
       .sticky-page h6:first-child a[name] { padding:0; }
     .sticky-page h2,
     .sticky-page h3,
     .sticky-page h4,
     .sticky-page h5,
     .sticky-page h6 { margin:0 0 .25em; }
     .sticky-page hr { margin:2em 0; }
     .sticky ul { list-style:none; margin:1em 0; padding:0; }
     .sticky ul li { margin:0 0 1em; padding:0 0 0 1em; color:#666; line-height:1.25em; text-indent:-1em; }
     .sticky ul li a { font-weight:900; text-decoration:none; }
       .sticky ul li a:visited { color:#004da3; }
       .sticky ul li a:hover { color:#002b5b; }

  /* DATE
     ----------------------------------------------------*/
     .dateshort { display:inline-block; *display:inline; *zoom:1; vertical-align:top; margin-right:0.75em; text-align:center;}
     .datemonth {display:block; color:#004da3; font-size:0.875em; font-weight:900; line-height:1em; text-transform:uppercase;}
     .dateday {color:#dcb439; font-size:2em; line-height:1em; font-family:GPCBook, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;}


  /* HOME PAGE
     ----------------------------------------------------*/
     .flexslider .slides img {width:100%;}
     #beta {clear:both;}
     #b-home #primary, #b-home #secondary, #b-home #tertiary { margin:1em; }
     #b-home .hentry { padding:1em }
     #b-home h1.entry-title { font-family:"HelveticaNeue",Helvetica,Arial,sans-serif; font-size:1.125em; font-weight:normal; text-shadow:0 1px #fff; border:0 none; }
     #b-home a.photo { float:left; display:block; width:40%; }
     #b-home a.photo img { max-width:12em; width:100%; border:1px solid #000;
       -webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
          -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
               box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
     }
     #b-home article.hentry:after { content:''; display:table; clear:both; }

     /* Primary */
        #b-home #primary h1.entry-title { float:left; display:block; width:54%; margin:0 0 0 .75em; }

     /* Secondary */
        #b-home #secondary { clear:both; text-align:center; border-top:2px solid #dcb439; }
        #b-home #secondary section { text-align:left; }
        #b-home #secondary article { display:inline-block; *display:inline; *zoom:1; vertical-align:top; width:80%; }

     /* Tertiary */
        #b-home #tertiary { border-top:2px solid #dcb439; }
        #b-home .list { margin:2em 0 0; padding:0; display:inline-block; *display:inline; *zoom:1; vertical-align:top;}
        #b-home .list h3 { margin:0; color:#666; }
        #b-home .list ul { margin:0.25em 0 0; padding:0.5em; list-style:none; }
        #b-home .list li { margin:0 0 0.5em; padding:0 0 0 0.5em; color:#666; font-size:.875em; line-height:1.25em; text-indent:-1em; }
        #b-home .list a { font-weight:bold; text-decoration:none; }

        #twitter h2 a { color:#004da3; }
          #twitter h2 a span { color:#002b5b; }
          #twitter h2 a span:before { content:attr(data-icon); margin:0 0.25em 0 0; padding:0 0 0 .25em; color:#999; font-family:NDIcons; text-shadow:0 1px #fff; vertical-align:text-bottom; }
          #twitter .tweet { margin:0 0 1em; }
          #twitter .tweet p { margin:0; }
          #twitter .date { font-size:.875em; line-height:1.375em; }
          #twitter .date a { text-decoration:none; }
          #twitter .date a:before { display:inline-block; vertical-align:bottom; content:attr(data-icon); margin:0 0.25em 0 0; color:#dcb439; font-family:NDIcons; font-size:1.125em; font-style:normal; text-shadow:0 1px #fff; speak:none; }
        .social { padding:1em 0 0; border-top:1px solid #dadada;
            -webkit-box-shadow:0 1px #fff inset;
               -moz-box-shadow:0 1px #fff inset;
                    box-shadow:0 1px #fff inset;
        }
        .social .btn { display:inline-block; *display:inline; *zoom:1; vertical-align:top; width:48%; margin:0 0 .25em; }


     /* Blog */
        #b-home .blog-item h1.entry-title { float:none; }
        #blog ul, #events ul { margin:0; padding:0; list-style:none; }



  /* Office of the Dean
     ----------------------------------------------------*/
     .section-header { margin:0 0 1em; color:#666; font-size:2em; }


  /* NEWS & EVENTS
     ----------------------------------------------------*/
     #b-news #alpha article,
     #b-events #alpha article {clear:both; margin-bottom:4em;}
     #b-news #alpha article:after,
     #b-events #alpha article:after {content:''; display:table; clear:both;}
     #b-news #alpha article header,
     #b-events #alpha 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;}
     .hentry .entry-title,
     .vevent .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;}
     .aside .hentry .entry-title,
     .aside .vevent .entry-title {font-size:1.5em; margin-top:1em;}
     .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;}
      .addthis_inline_share_toolbox { margin:1em 0; }
     .news-categoriesundergraduate-minors-sustainability-spotlight-spotlight-archive .page-title a,
     .news-categoriesundergraduate-minors-sustainability-spotlight-spotlight-archive .page-title span,
     #b-news.news-categoriesundergraduate-minors-sustainability-spotlight-spotlight-archive .publish-info,
     #b-news.news-categoriesundergraduate-minors-sustainability-spotlight-spotlight-archive h3.author {display:none;}

       /* 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;}

       p.date span { display:block; margin:0 0 .25em 1.375em; color:#666; font-size:.875em; line-height:1.25em; }
       p.date span:before { display:inline-block; vertical-align:bottom; content:attr(data-icon); margin:0 .25em 0 -1.25em; color:#dcb439; font-family:NDIcons; font-size:1.125em; font-style:normal; text-shadow:0 1px #fff; speak:none; }


  /* FREQUENTLY ASKED QUESTIONS
     ----------------------------------------------------*/
     .undergraduate-frequently-asked-questions h3 { font-family:"Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; font-size:1.125em; font-weight:900; }

  /* CENTERS AND INSTITUTES
     ----------------------------------------------------*/
  .cai {overflow:hidden; margin:1em 0; padding:1em 0; border-bottom:2px solid #dcb439;}
    .cai:last-child {border:none;}
  .cai h3 {margin:0 0 0.5em ;}

  /* Directors
     ----------------------------------------------------*/
  .faclist {margin:0; padding:0; list-style:none;}
    .faclist li {overflow:hidden; margin:0 0 3em; padding:0 0 2em; border-bottom:2px solid #dcb439; }
    .faclist li:last-child { padding:0; border-bottom:0 none; }
    .faclist h2 {margin-top:0;}
    .faclist .image-left,
    .faclist .dirdata { /*display:inline-block; *display:inline; *zoom:1;*/ vertical-align:top; }

  /* About/Video */
    .video-list {padding:0; list-style:none;}
      .video-list li {display:inline-block; width:100%; vertical-align:top;}



  /* 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,
    .btn.blue { 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.blue:hover {border:1px solid #002d61;
      background:#004da3;
      background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#004da3), color-stop(50%,#004da3), color-stop(51%,#00397a), color-stop(100%,#00336e));
      background:-webkit-linear-gradient(top, #004da3 0%, #004da3 50%, #00397a 51%, #00336e 100%);
      background:   -moz-linear-gradient(top, #004da3 0%, #004da3 50%, #00397a 51%, #00336e 100%);
      background:    -ms-linear-gradient(top, #004da3 0%, #004da3 50%, #00397a 51%, #00336e 100%);
      background:        linear-gradient(top, #004da3 0%, #004da3 50%, #00397a 51%, #00336e 100%);

    }

    .btn i:after { display:inline-block; vertical-align:bottom; content:attr(data-icon); margin:0 0.25em 0 0; color:#333; font-family:NDIcons; font-size:1.125em; font-style:normal; text-shadow:0 1px #fff; speak:none;}
    .btn:hover i:after { color:#fff; text-shadow:0 -1px rgba(0,0,0,0.5); }
    #newslinks { padding:0; width:100%; list-style-type:none;}
    #newslinks li { display:inline; }

  /* FOOTER
     ----------------------------------------------------*/
  #footer {position:relative; clear:both; margin:1em; padding:1em 0.5em; text-align:center; border-top:2px solid #dcb439;}

  .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 {margin:1em 0;}
  .org,
  .tel {display:block;}

  .ndmark {width:200px; margin:2em auto;}

  #b-undergraduate .aside h3 {margin-top:0; border-bottom: 2px solid #DCB439; padding-bottom:0.25em; margin-bottom:0.25em;}
  #b-undergraduate #alpha .aside article {margin-bottom:4em;}
  #b-undergraduate .aside .hentry .entry-title,
  #b-undergraduate .aside .hentry h3{padding-bottom:0; border-bottom:none;}

  .gallery { margin: 1em 0; padding: 0; clear: both; display: block; }
  .gallery li { margin: 0.5em; padding: 0; list-style-type: none; float: left; display: block; width: calc(50% - 1em); }
  .gallery li a { display: block; }

  /* Colorbox core styles */
  #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
  #cboxWrapper {max-width:none;}
  #cboxOverlay{position:fixed; width:100%; height:100%;}
  #cboxMiddleLeft, #cboxBottomLeft{clear:left;}
  #cboxContent{position:relative;}
  #cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
  #cboxTitle{margin:0;}
  #cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
  #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
  .cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
  .cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
  #colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

  /*
      User Style:
      Change the following styles to modify the appearance of Colorbox.  They are
      ordered & tabbed in a way that represents the nesting of the generated HTML.
  */
  #cboxOverlay{background:rgba(0,0,0,0.5);}
  #colorbox{outline:0;}
      #cboxTopLeft{width:21px; height:21px; background:#FFF;}
      #cboxTopRight{width:21px; height:21px; background:#FFF;}
      #cboxBottomLeft{width:21px; height:21px; background:#FFF;}
      #cboxBottomRight{width:21px; height:21px; background:#FFF;}
      #cboxMiddleLeft{width:21px; background:#FFF;}
      #cboxMiddleRight{width:21px; background:#FFF;}
      #cboxTopCenter{height:21px; background:#FFF;}
      #cboxBottomCenter{height:21px; background:#FFF;}
      #cboxContent{background:#fff; overflow:hidden;}
          .cboxIframe{background:#fff;}
          #cboxError{padding:50px; border:1px solid #ccc;}
          #cboxLoadedContent{margin-bottom:28px;}
          #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
          #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}

          /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
          #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

          /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
          #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

          #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
          #cboxPrevious{position:absolute; bottom:0; left:0; background:url(images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
          #cboxPrevious:hover{background-position:-75px -25px;}
          #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
          #cboxNext:hover{background-position:-50px -25px;}
          #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
          #cboxClose:hover{background-position:-25px -25px;}

  /*
    The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
    when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
    See: http://jacklmoore.com/notes/ie-transparency-problems/
  */
      .cboxIE #cboxTopLeft,
      .cboxIE #cboxTopCenter,
      .cboxIE #cboxTopRight,
      .cboxIE #cboxBottomLeft,
      .cboxIE #cboxBottomCenter,
      .cboxIE #cboxBottomRight,
      .cboxIE #cboxMiddleLeft,
      .cboxIE #cboxMiddleRight {
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
  }

}

/*************************************************************************************
 * @media queries
 ************************************************************************************/

/* 530px
   ----------------------------------------------------*/
@media only screen and (min-width:33.125em) {
  #b-home #primary h2 { float:left; }
  #b-home #primary #newslinks { float:right; margin:3em 0 0; }
  #b-home #primary .hentry-home { clear:both; }
    #b-home #primary h1.entry-title { width:53%; }
    #b-home #primary #newslinks { width:auto; }
    #b-home #primary #newslinks li { padding-left:20px;}
    #b-home .hentry { display:inline-block; *display:inline; *zoom:1; vertical-align:top; width:49%; }
    #b-home #tertiary section { width:50%; }
}

/* 560px
   ----------------------------------------------------*/
@media only screen and (min-width:35em) {
    .faclist .image-left {max-width:40%; }
}

/* 600px
   ----------------------------------------------------*/
@media only screen and (min-width:37.5em) {
  #alpha article { margin:0 1em; }
  #alpha .aside article {margin:0;}
  #b-home #alpha article { margin:0; }
  #b-home #secondary section { display:inline-block; *display:inline; *zoom:1; vertical-align:top; width:49%; padding:0 .75em; }
  #b-home #tertiary section { width:49%; padding:1em; }
  #b-news h2.publish-info,
    #b-news h3.author,
    #b-news-item h2.publish-info,
    #b-news-item h3.author { display:inline; padding:0 2em 0 0; }
}

/* 700px
   ----------------------------------------------------*/
@media only screen and (min-width:43.75em) {
  #fullnav { display:none; }
  #partnav { display:block; }
  #header .brand { padding:0 2em; }
  #header .title {padding:1.75em 2em}
  #header h1 { float:left; margin:0; padding:0; font-size:2.5em; }
  #header h2 { display:block; border-top:0 none;
        -webkit-box-shadow:none;
           -moz-box-shadow:none;
                box-shadow:none;
  }
  #header h2 a { float:right; height:50px; }
  #header h3 a { float:left; height:50px; }

  .search-input {width:auto; font-size:0.8em;}

  .header-util {float:right; top:0.8em; 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;}
    .header-util nav li {width:auto; display:block; text-align:right;}
    .header-util nav a {font-size:0.825em; font-weight:normal;}
    .header-util nav a,
    .header-util nav a:hover { display:inline; padding:0; border:0 none; background:none;
        -webkit-box-shadow:0 0 rgba(255,255,255,0) inset, 0 0 rgba(0,0,0,0);
           -moz-box-shadow:0 0 rgba(255,255,255,0) inset, 0 0 rgba(0,0,0,0);
                box-shadow:0 0 rgba(255,255,255,0) inset, 0 0 rgba(0,0,0,0);
    }
    .header-util nav a:hover { color:#002b5b; text-decoration:underline; text-shadow:0 1px rgba(255,255,255,.9); }
      .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:0; left:2px; font-size:18px;}

      #header #topnav { 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);
    }
    #header #topnav li { display:inline-block; *display:inline; *zoom:1; vertical-align:top; font-family:GPCMed, Helvetica, Arial, Verdana, sans-serif; font-size:1.0em; }

  #alpha {float:left; clear:both; width:76%; margin:0 0 0 24%;}
    .onecol #alpha {width:100%; margin:0;}
  #beta {float:left; clear:none; width:20%; margin:0 0 0 -100%; padding:0; border:none;
    -webkit-box-shadow:none;
       -moz-box-shadow:none;
            box-shadow:none;
  }
    .onecol #beta {display:none;}
  #b-home #alpha,
  #b-home #beta { float:none; width:100%; margin:0; }

  .main {float:left; width:65%; margin-right:5%;}
  .aside {float:left; width:30%; max-width:320px; margin:0; padding:0;}
  
  .archives-list li {display:inline-block; vertical-align:top; width:32%; margin:0 0 1rem 0;}

  /* Footer */
  #footer {margin:1em; padding:2em 0; font-size:0.875em; text-align:left;}
    #footer .ndmark {position:absolute; right:0; top:2.2em; margin:0; text-align:right;}
    .address {display:block;margin:0;}
    .org, .adr, .tel, .email {display:inline; padding:0 1em 0 0; }
}

/* 730px
  -----------------------------------------------------*/
@media only screen and (min-width:45.625em) {
  #header #topnav li a { padding:.5em .375em; }
}

/* 750px
  -----------------------------------------------------*/
@media only screen and (min-width:46.875em) {
  .sticky { position:absolute; right:0; width:30%; }
}

/* 768px
   ----------------------------------------------------*/
@media only screen and (min-width:48em) {
  #header #topnav li { font-size:1em; }
  #header #topnav li a { padding:.5em .5em; }
  #b-home #tertiary { text-align:center; }
  #b-home #tertiary { text-align:left; }

  .gallery li { width: calc(25% - 1em); }
}

/* 800px
   ----------------------------------------------------*/
@media only screen and (min-width:50em) {
  #header #topnav li a { padding:.75em .625em; }

}

/* 850px
   ----------------------------------------------------*/
@media only screen and (min-width:53.125em) {
  #header #topnav li a { padding:.75em; }
  #b-home #tertiary section { width:24%; padding:0 1em; }
  .section-header + .faclist { margin:2em 0; }
}

/* 880px
   ----------------------------------------------------*/
@media only screen and (min-width:55em) {
  #header #topnav li a { padding:.75em .875em; }
  .video-list li {width:47%; vertical-align:bottom; margin:0 1%;}
}
/* 900px
   ----------------------------------------------------*/
@media only screen and (min-width:56.25em) {
  #b-home .hentry { width:33%; }
  #b-home #secondary section { display:inline-block; *display:inline; *zoom:1; /*width:33%;*/ padding:0 1em; vertical-align:top; }
  #header #topnav li a { padding:.75em 1em; }
}

/* 960px
   ----------------------------------------------------*/
@media only screen and (min-width:60em) {
  #b-home #header #topnav { position:absolute; z-index:1000;
      background:#002b5b;
      background:-webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%) rgba(17,38,62,0.8);
      background:   -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%) rgba(17,38,62,0.8);
      background:        linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%) rgba(17,38,62,0.8);
  }
  #header #topnav li a { padding:.75em 1.125em; }
    .lt-ie9 #header #topnav li a { padding:.75em 0.5em; }

  .event-item {margin:1em 1% 0 0; display:inline-block; min-height:6em;
  -webkit-column-break-inside:avoid;
            page-break-inside:avoid;
                 break-inside:avoid;
  }

  #b-home #secondary #events.col {width:60%;}
  #b-home .event-wrapper {
    -webkit-column-count:2;
       -moz-column-count:2;
            column-count:2;
  }
  #b-home #secondary #events.col .more{margin:1.25em 0;}
  #b-home #secondary #twitter.col {width:39%;}

  .gallery li { width: calc(20% - 1em); }
}

/* 1000px
   ----------------------------------------------------*/
@media only screen and (min-width:62.5em) {
  #footer {margin:1em 2em;}
  #content {padding:1em 2em;}
    #b-home #content { padding:0; }
  .lt-ie9 #header #topnav li { font-size:1.0625em; }
}


/* 1100px
   ----------------------------------------------------*/
@media only screen and (min-width:68.75em) {
  #header #topnav li { font-size:1.125em; }
}

/* 1130px
   ----------------------------------------------------*/
@media only screen and (min-width:70.625em) {
  #header #topnav li a { padding:.75em 1.325em; }
}

/* 1200px
   ----------------------------------------------------*/
@media only screen and (min-width:75em) {

  #header #topnav li a { padding:.75em 1.5em; }
  .archives-list li {width:24%;}
}

/* 1300px
   ----------------------------------------------------*/
@media only screen and (min-width:1300px) {

  .video-list li {width:30%;}

}

/* 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(images/theme/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;
    }

    #header .brand {
      -webkit-background-size:1px 1px, auto auto;
         -moz-background-size:1px 1px, auto auto;
          -ie-background-size:1px 1px, auto auto;
           -o-background-size:1px 1px, auto auto;
              background-size:1px 1px, auto auto;
    }

    #header .title {
      -webkit-background-size:auto auto, 25px 25px;
         -moz-background-size:auto auto, 25px 25px;
          -ie-background-size:auto auto, 25px 25px;
           -o-background-size:auto auto, 25px 25px;
              background-size:auto auto, 25px 25px;
    }

    #header h2 a { background-image:url(images/dept-prov@2x.png);
      -webkit-background-size:216px 15px, auto auto;
         -moz-background-size:216px 15px, auto auto;
          -ie-background-size:216px 15px, auto auto;
           -o-background-size:216px 15px, auto auto;
              background-size:216px 15px, auto auto;
    }

    #header h3 a { background-image:url(images/university-of-notre-dame@2x.png);
      -webkit-background-size:298px 15px, auto auto;
         -moz-background-size:298px 15px, auto auto;
          -ie-background-size:298px 15px, auto auto;
           -o-background-size:298px 15px, auto auto;
              background-size:298px 15px, auto auto;
    }
}


/*************************************************************************************
 * 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;}
  .flexslider {height:auto !important;}
  .flex-active-slide {margin-left:-33px;}

  /* HIDDEN
     ----------------------------------------------------*/
  .breadcrumbs,
  .header-util,
  .skip-links,
  .site-nav,
  .flex-control-nav,
  .flex-direction-nav,
  #topnav,
  #fullnav,
  #twitter,
  .dept-prov {display:none;}

  /* STRUCTURE
     ----------------------------------------------------*/
  #header {overflow:hidden; position:relative; margin:0 0 20px; padding:0 0 20px; border-bottom:1px solid gray;}
    .nddotedu {text-indent:-100%; white-space:nowrap; overflow:hidden; margin:0;}
    .nddotedu img {position:absolute; bottom:20px; right:0;}
    .site-header li,
    .site-title,
    .subline {margin:0; font-family:Georgia, "Times New Roman", Times, serif;}
    .site-header li a,
    .site-title a,
    .subline a {color:#000;}

    .dept {font-size:0.8em;}
    .site-title {margin:4px 0 2px; font-size:2em;}
    .subline {font-size:1em;}

  .alpha a:link:after {content:" [link: " attr(href) "] "; font-size:11px; font-family:inherit;}
  .alpha abbr:after {content:" (" attr(title) ")";}

  #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;}
    #footer .ndmark {position:absolute; top:20px; right:0;}

}