/*!
Launched: 2015-07-11

Author:
Erik Runyon, Nevin McElwrath, Zach Richard
Marketing Communications:Web

CONTENTS
-----------------------------------------
1. Common Styles
2. Screen Styles
3. Media Queries
4. Themes
5. Grid
6. Print Stylesf

BRANDING
-----------------------------------------
1. COLORS
   - Blue (Headings):#002b5b
   - Blue (Links):#004da3
   - Gold:#dcb439

2. FONT STACKS
   - Headings:GPC, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif
   - Body:"Helvetica Neue", Helvetica, Arial, Verdana, sans-serif

3. GALAXIE POLARIS FONT WEIGHTS
   - 100 light
   - 300 book
   - 400 medium (normal)
   - 700 bold
   - 900 heavy
*/

/*************************************************************************************
 * 1. Common Styles
 ************************************************************************************/
*, *:before, *:after {-moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
@-ms-viewport {width:device-width; zoom:1;}
@-o-viewport {width:device-width; zoom:1;}
@viewport {width:device-width; zoom:1;}

html {width:100%; margin:0; padding:0; font-size:100%; overflow-y:scroll;
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
  text-size-adjust:100%;
  -webkit-font-smoothing:antialiased;
  -moz-font-smoothing:antialiased;
  font-smoothing:antialiased;
}
body {width:100%; margin:0; padding:0; color:#333; font-weight:300; font:1em/1.5em "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; background:url(images/bg-blurred.jpg) no-repeat; background-size:cover; /* background-attachment:fixed;  */
}
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.right { text-align:right; }
p.centered { text-align:center; }
a {color:#002b5c; outline:none; -webkit-tap-highlight-color:rgba(0,0,0,0);
      -webkit-transition:all 125ms ease-in-out;
         -moz-transition:all 125ms ease-in-out;
           -o-transition:all 125ms ease-in-out;
              transition:all 125ms ease-in-out;
}
a:visited {color:#0d2240;}
a:hover {color:#009944}
a:active {color:#009944;}
a:focus {outline:thin dotted;}
a.tapped { background-color:rgba(220,179,57,0.5); }
::-moz-selection,
::selection {background:#E7712C; color:#fff; text-shadow:none;}
strong, b {font-weight:bold;}
em, i {font-style:italic;}
small { font-size:smaller; line-height:1.3em; display:block; }
h1,h2,h3,h4,h5,h6 {margin:1.4em 0 0.5em; line-height:1.3em; color:#0d2240; font-weight:300; text-rendering:optimizeLegibility; font-family:GP, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {text-decoration:none;}
h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited { color:#009944; }
h1 a:hover,svg a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {text-decoration:underline;}
h1 {margin-top:0; font-size:2em;}
h2 {font-size:1.75em;}
h3 {font-size:1.563em;}
h4 {font-size:1.375em;}
h5 {font-size:1.188em;}
h6 {font-size:1em;}
h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
.image-right + h2,
.image-left + h2,
nav + h2,
nav + h3,
.content h2,
.column > h2 {margin-top:0;}

ol, ul {margin:1em 0; padding:0 0 0 2em;}
li {margin:0 0 0.25em;}
nav ul {margin:0; padding:0; list-style:none;}
nav li {margin:0; padding:0;}
nav a {text-decoration:none;}

table {width:100%; margin:2em 0; border-collapse:collapse; border-spacing:0;}
tr {border-top:1px solid #aaa;}
  thead th,
  th {text-align:left; background-color:#dbdbdb;}
  tfoot th {text-align:right;}
th, td {padding:0.25em;}
  .number {text-align:right;}
td, td img {vertical-align:top;}

sup {vertical-align:super; font-size:smaller;}
sub {vertical-align:sub; font-size:smaller;}
pre, code, kbd, samp {font-family:monospace, sans-serif;}
hr {clear:both; width:100%;}

/* Form Elements
----------------------------------------------------*/
form {margin:0 0 1em;}
label {display:block; font-weight:bold;}
button[type="submit"] {}
button, input, select, textarea {margin:0; margin:0 0 0.5em; font-size:100%; vertical-align:baseline; *vertical-align:middle;}
button {width:auto; overflow:visible;}
button, input {line-height:normal;}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {cursor:pointer; -webkit-appearance:button; *overflow:visible;}
input[type="checkbox"],
input[type="radio"] {padding:0; *height:13px; *width:13px;}
input[type="search"] {-webkit-appearance:textfield;}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {-webkit-appearance:none;}
button::-moz-focus-inner,
input::-moz-focus-inner {border:0; padding:0;}
textarea {overflow:auto; vertical-align:top;}

/* Quotes
----------------------------------------------------*/
blockquote {margin:1em; padding:0; clear:both; }
blockquote p {margin:0; padding:1em 1.2em; border-top:2px solid #E7712C; border-bottom:2px solid #E7712C; border-left:none; line-height:1.5em; color:#333; font-size:1.4em; font-style:italic; font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:300;}
blockquote footer {display:block; margin-top:1em; color:#ccc; line-height:1.5em; font-style:italic; font-size:0.8em; font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; }
blockquote.pull {float:right; font-style:normal; background-color:white; clear:none; text-align:right; }

/* Images
----------------------------------------------------*/
img { max-width:100%; width:auto; height:auto; border:none; vertical-align:bottom; -ms-interpolation-mode:bicubic;
  -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
          box-sizing:border-box;
}
svg image { max-width:100%; -ms-interpolation-mode:bicubic; }
.image-default,
.image-right,
.image-left {margin:0 0 1em; }
.image-right {float:right; margin:0 0 1em 1em; }
.image-left {float:left; margin:0 1em 1em 0; }
.image-right,
.image-left {max-width:45%; background-color:white; }
.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;}

.captioned { color:#777; background-color:white; font-size:0.8em; padding:0.5em; }
.image-right.captioned { text-align:right; }
.image-left.captioned { text-align:left; }

.small { font-size: 0.8em; }

.hentry .image-right { border:solid white 3px; }

figure {margin:0 0 1em; max-width:100%;}
aside.right,
figure.right {float:right; max-width:100%;}
aside.right p {margin-right:0;}
figure.left {float:left;}
figcaption {display:block; text-align:left; line-height:1.5em;}
  figcaption blockquote {width:auto; font-weight:normal;}

/* Icons
   <i aria-hidden="true" data-icon="a"></i>
   https://dev.conductor.nd.edu/icons-and-buttons/
----------------------------------------------------*/
[data-icon]:before {vertical-align:bottom; color:#333; font-size:1.25rem; font-family:NDIcons; content:attr(data-icon); speak:none; font-style:normal;}
[data-icon="1"]:before {display:inline-block; *display:inline; *zoom:1; vertical-align:middle; font-size:220px; color:#002044;}

/* General Classes
----------------------------------------------------*/
.noborder {border:none !important;}
.hidden { display:none;}
.webcal {font-weight:bold;}
  .webcal i {font-weight:normal;}
a[href$=".pdf"] {padding:1px 0 0 20px; background:url(/images/icons/pdf.gif) left center no-repeat;}
.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.5em 0.7em; text-decoration:none; font-size:1em; line-height:1.1em; font-weight:300; font-family:GP, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; background:transparent; border:1px solid;
  -webkit-border-radius:0;
     -moz-border-radius:0;
          border-radius:0;
}
  .more [data-icon]:before { color:#009944; font-size:1em; line-height:1em;
        -webkit-transition:all 125ms ease-in-out;
           -moz-transition:all 125ms ease-in-out;
             -o-transition:all 125ms ease-in-out;
                transition:all 125ms ease-in-out;
  }
  .more:hover [data-icon]:before { color:white; padding-left:1em; }

  .more:visited { color:#009944; }
  .more.right { display:block; text-align:right; }
  .more:hover {color:#fff; background-color:#0D2240; border:1px solid transparent; }
  .more:visited:hover { background-color:#009944; }

.bars {padding:0 0 30px; background:url(images/bars-gray.png) bottom left repeat-x;}

.video {position:relative; display:block; text-align:center;}
.video .play {position:absolute; top:0; left:0; width:100%; height:100%; margin:0 auto; background:url(images/play-btn.png) center center no-repeat;
  -webkit-background-size:auto 100%;
     -moz-background-size:auto 100%;
       -o-background-size:auto 100%;
          background-size:auto 100%;
}

.skip-links {border:0; clip:rect(0 0 0 0); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px;}
.skip-links:active, .skip-links:focus {clip:auto; height:auto; margin:0; overflow:visible; position:static; width:auto;}

/* Breadcrumbs
----------------------------------------------------*/
.breadcrumbs {display:inline-block; overflow:hidden; margin:0; padding:0.5em 1em; list-style:none; font-size:0.8em; background:#003181; color:#fff;}
  .breadcrumbs li {display:inline; float:left; margin:0 4px 0 0;}
  .breadcrumbs a {text-decoration:none; color:#A2DDE4;}
    .breadcrumbs a:hover {text-decoration:underline;}
    .breadcrumbs a:visited {color:#A2DDE4;}

/* Fonts
   https://dev.conductor.nd.edu/fonts/
----------------------------------------------------*/
/*
@font-face {font-family:NDIcons;
  src:url('//static.nd.edu/fonts/nd/nd.v2.woff2') format('woff2'),
      url('//static.nd.edu/fonts/nd/nd.v2.woff') format('woff'),
      url('//static.nd.edu/fonts/nd/nd.v2.ttf') format('truetype');
}
@font-face {font-family:GPC; font-weight:300; font-style:normal;
  src:url('//static.nd.edu/fonts/gp-min/gpc-book.woff2') format('woff2'),
      url('//static.nd.edu/fonts/gp-min/gpc-book.woff') format('woff'),
      url('//static.nd.edu/fonts/gp-min/gpc-book.ttf') format('truetype');
}
@font-face {font-family:GP; font-weight:300; font-style:normal;
  src:url('//static.nd.edu/fonts/gp-min/gp-book.woff2') format('woff2'),
      url('//static.nd.edu/fonts/gp-min/gp-book.woff') format('woff'),
      url('//static.nd.edu/fonts/gp-min/gp-book.ttf') format('truetype');
}
*/

/* 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; text-align:right; }
  .additional-links li {display:inline-block; *display:inline; *zoom:1; margin:0;}
  .additional-links a {text-decoration:none;}
.entry-title {margin:0 0 0.25em; padding:0; font-size:1.7em; line-height:1.35em; font-family:"Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;}
  .entry-title.page-title {border:none;}
.publish-info,
.author,
.location,
.posted-in {display:inline-block; *display:inline; *zoom:1; margin:0.2em 1em 0 0; color:#333; font-size:1em; font-weight:normal; font-family:inherit;}
.publish-info b,
.author b,
.location b,
.posted-in {color:#999; font-weight:bold;}
.author a {text-decoration:none;}
  .author a:hover {text-decoration:underline;}
.entry-summary {margin:1em 0;}
.description {margin:1em 0;}
.posted-in {display:none;}
.news-hentry .posted-in,
.event .posted-in {display:block;}
.news-hentry .hentry,
.news-category .hentry { padding-top:1em; padding-bottom:2em; }
.meta { font-size:80%; }

  /* Events */
  .events-date-header {margin:0 0 0.25em; padding:0; color:#999; font-weight:300; font-family:GPC, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; font-size:1.25em;}
  .events .date-string {display:none;}

/* SEARCH
----------------------------------------------------*/
.search-count,
.search-time {font-family:inherit;}
.search-count {margin:0; font-size:1.4em;}
  .search-query i {font-style:normal; font-weight:700;}
.search-time {margin:0 0 1em; color:#666; font-size:1.2em;}
.search-results {margin:1em 0; padding:0; list-style:none;}
  .search-results li {margin:0;}
    .search-record header {margin:0 0 0.5em;}
    .search-result-title {font-family:"Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; font-size:1.4em;}
    .search-result-title b {font-weight:500;}
    .search-result-url {font-size:0.9em; font-family:inherit; word-break:break-all;}
      .search-result-url a {color:#009944; font-weight:700;}
    .search-result-excerpt {margin:0 0 0.5em; line-height:1.3em;}
    .search-result-excerpt br {display:none;}
    .search-result-meta { color:#999; font-size:0.9em; }

/*************************************************************************************
 * 2. Screen Styles
 ************************************************************************************/
@media screen,projection {
  p {/*max-width:50em;*/}
  .image-default img,
  .image-right img,
  .image-left img {border:2px solid white;
    -webkit-box-shadow:0 1px 3px rgba(100, 100, 100, 0.2);
       -moz-box-shadow:0 1px 3px rgba(100, 100, 100, 0.2);
            box-shadow:0 1px 3px rgba(100, 100, 100, 0.2);
 }
 .captioned img { border:none; }
  .tablewrap {position:relative; overflow-y:auto; margin:0 auto;}

  /* Buttons
  ----------------------------------------------------*/
  .btn {display:inline-block; *display:inline; *zoom:1; /*white-space:nowrap;*/ margin-bottom:0; *margin-left:.3em; padding:0.75em 1em; cursor:pointer; font-size:1em; line-height:1em; text-decoration:none; border:1px solid #0d2240; color:#0d2240; text-shadow:none; text-align:left; vertical-align:middle; background:transparent; font-family:GP, "Helvetica Neue", Helvetica, Arial, sans-serif;
     -webkit-border-radius:0;
        -moz-border-radius:0;
             border-radius:0;
        -webkit-box-shadow:none;
           -moz-box-shadow:none;
                box-shadow:none;
  }
  .btn:visited {color:#0d2240; border-color:#003181; }
  .btn.active { border:1px solid #003181; background:transparent; }

  .btn:hover,
  .btn.active:hover { color:white; background:#0d2240; border-width:1px; }

  .btn [data-icon]:before { color:#0d2240; font-size:1.25em;
        -webkit-transition:all 125ms ease-in-out;
           -moz-transition:all 125ms ease-in-out;
             -o-transition:all 125ms ease-in-out;
                transition:all 125ms ease-in-out;
  }
  .btn:hover [data-icon]:before { color:white; }
    .btn-large {font-size:1.2em;}
    .btn-small {font-size:0.8em;}
    .btn-mini {font-size:0.7em;}

    .btn-block { display:block; text-align:center; }

  .btn.alt { border-color:#009944; color:#009944; }
  .btn.alt:hover,
  .btn.alt.active:hover { background:#009944; color:white; }

  .btn.more { padding:0.75em 3em 0.75em 1em; background:transparent url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='arrow-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 40' enable-background='new 0 0 40 40' xml:space='preserve'%3E%3Ccircle fill='none' stroke='#FFFFFF' stroke-width='2' stroke-miterlimit='10' cx='20' cy='20' r='14.7'/%3E%3Cpath fill='#FFFFFF' d='M29.2,19.3l-6.6-6.6c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4L26,19H11.5c-0.6,0-1,0.5-1,1s0.5,1,1,1H26 l-4.8,4.8c-0.4,0.4-0.4,1,0,1.4c0.2,0.2,0.5,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3l6.6-6.6C29.6,20.3,29.6,19.7,29.2,19.3z'/%3E%3C/svg%3E") no-repeat 96% center; background-size:auto 35%;  }
  .btn.more:hover { background-color:#0d2240; background-position:97% center; }

  .social { margin:0 0.5em; padding:0.5em; font-family:GP, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .social,
  .social [data-icon]:before { text-decoration:none; color:#0d2240;
  -webkit-transition:all 125ms ease-in-out;
     -moz-transition:all 125ms ease-in-out;
       -o-transition:all 125ms ease-in-out;
          transition:all 125ms ease-in-out;
    }

  .social:visited,
  .social:visited [data-icon]:before { color:#003181; }

  .social:hover,
  .social:hover [data-icon]:before { color:#009944; }

  /* Structure
  ----------------------------------------------------*/
  .site-content {padding-top:1em; padding-bottom:1em;}
  .beta {padding:1em 0;}

  .longform .wrapper { /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iNjMlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuNCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==");
    background:-moz-linear-gradient(top,  rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.5) 70%, rgba(255,255,255,0) 100%) ; /* FF3.6+ */
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.7)), color-stop(70%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background:-webkit-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.5) 70%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.5) 70%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background:-ms-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.5) 70%,rgba(255,255,255,0) 100%); /* IE10+ */
    background:linear-gradient(to bottom,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.5) 70%,rgba(255,255,255,0) 100%); /* W3C */
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */
    background-size:100% 1600px;
    background-repeat:no-repeat;
 }
 .longform .intro { font-size:120%; margin:1em 0 4em; }
 .longform .intro h2 { margin:0 0 0.5em; line-height:1.2; }

  .main,
  .aside {}
  .aside { /*margin-top:1em;*/}
    .aside h2 {margin:0 0 0.75em; padding:0 0 0.5em; 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 {}
  .home .alpha {background:transparent;}

  .page-title {margin:0 0 .35em; padding:0 0 0.25em; border-bottom:none; }

  /* Header
  ----------------------------------------------------*/
  .site-header {text-align:center;}
  .brandbar,
  .titlebar {overflow:hidden;}
    .dept {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;
   }
    .brandbar li {margin:0 -0.9375em; padding:0;}
    .brandbar a {display:block;  margin:0 auto; text-decoration:none; height:50px; text-indent:-9999px; overflow:hidden; background-repeat:no-repeat;}
    .dept-nd img {display:none;}
      .dept-nd a {background-position:left 0;}
      .dept a {background-position:right 0;}

  .titlebar {position:relative; padding:1em 0;}
    .site-title {clear:both; width:80%; margin:0; padding:0 0 0.25em; font-size:1.75em; line-height:1.2; font-weight:300; text-align:left; font-family:GPC, "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform:uppercase; }
    .site-title a {display:block; border:none; color:#002b5b; text-decoration:none;}
      .site-title a:visited {color:#002b5b;}
      .site-title a:hover {text-decoration:none;}
       .sublined .site-title {margin:0; line-height:1.15em;}
       .subline {clear:left; margin:0; color:#333; font-family:inherit; font-size:1em; text-align:left;}

  .header-util {position:relative; margin:0 auto; padding:0 1em; text-align:center;}
    .search-form {display:none; overflow:hidden; width:91%; margin:0 auto 0.5em; padding:3px 1px 3px 7px; border:1px solid white; line-height:1.1em; background-color:transparent; box-shadow:none; }
    .search-form label {border:0; clip:rect(0 0 0 0); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px;}
    .search-input {display:inline-block; *display:inline; *zoom:1; vertical-align:middle; width:86%; height:1.7em; margin:0; padding:0; border:none; font-family:inherit; font-size:1.2em; color:white; -webkit-appearance:textfield; background:transparent; }

    ::-webkit-input-placeholder { /* WebKit browsers */ color:rgba(255, 255, 255, 0.8); }
    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color:rgba(255, 255, 255, 0.8); }
    ::-moz-placeholder { /* Mozilla Firefox 19+ */ color:rgba(255, 255, 255, 0.8); }
    :-ms-input-placeholder { /* Internet Explorer 10+ */ color:rgba(255, 255, 255, 0.8); }

    .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:none; cursor:pointer; -moz-border-radius: 0; border-radius: 0; background:transparent; }
      .lt-ie9 .search-button {background:transparent url(/images/icons/searchmag.png) center center no-repeat;}
    .search-button:hover { border:none; background:transparent; }

    .search-button:active { background:center center no-repeat transparent; }
    .search-button:before {content:attr(data-icon); display:block; position:absolute; top:0; left:0.1em; color:white; font-size:1.6em; line-height:1.3em; font-family:NDIcons; text-indent:0; text-shadow:none;
        -webkit-transition:all 125ms ease-in-out;
           -moz-transition:all 125ms ease-in-out;
             -o-transition:all 125ms ease-in-out;
                transition:all 125ms ease-in-out;
    }
      .lt-ie9 .search-button:before {content:'';}
    .search-button:hover:before {color:#2CAFBC; text-shadow:none; }
    .search-button:active:before { text-shadow:none; }

  .header-util nav ul {margin:0.4em 0 0; text-align:center; line-height:1em;}
  .header-util nav li {display:inline-block; *display:inline; *zoom:1; width:32%;}
  .header-util nav a {display:block; padding:.625em; color:white; font-family:"HelveticaNeue",Helvetica,Arial,sans-serif; font-weight:bold; text-decoration:none; border:1px solid #2CAFBC;
        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; 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);
 }

  /* Offscreen Nav
  ----------------------------------------------------*/
  .nav-mobile {overflow:auto; position:fixed; top:0; bottom:0; right:-13.755em; width:13.755em; height:100%; padding:1em; border-left:1px solid rgba(0,0,0,0.3); background-color:#0D2240;
    -webkit-overflow-scrolling:touch;
    -webkit-box-shadow:0 0 8px 0 rgba(0,0,0,0.25) inset;
       -moz-box-shadow:0 0 8px 0 rgba(0,0,0,0.25) inset;
            box-shadow:0 0 8px 0 rgba(0,0,0,0.25) inset;
    -webkit-transform:translate(0, 0);
       -moz-transform:translate(0, 0);
        -ms-transform:translate(0, 0);
         -o-transform:translate(0, 0);
            transform:translate(0, 0);
    -webkit-transition:0.15s ease;
       -moz-transition:0.15s ease;
         -o-transition:0.15s ease;
            transition:0.15s ease;
 }
  .nav-mobile.active {
    -webkit-transform:translate(-13.755em, 0);
       -moz-transform:translate(-13.755em, 0);
        -ms-transform:translate(-13.755em, 0);
         -o-transform:translate(-13.755em, 0);
            transform:translate(-13.755em, 0);
 }
    .nav-mobile .search-form { display:block; margin:0 auto 1.5em; padding:1px 1px 1px 4px; border:1px solid #888; font-size:0.75em; line-height:1.1em; background-color:#fff; -webkit-border-radius:3px; border-radius:3px; }
    .nav-mobile .search-input { width:85%; color:#777; }
    .nav-mobile .search-button:before { color:#777; }
    .nav-mobile .search-input::-webkit-input-placeholder { /* WebKit browsers */ color:rgba(0, 0, 0, 0.8); }
    .nav-mobile .search-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color:rgba(0, 0, 0, 0.8); }
    .nav-mobile .search-input::-moz-placeholder { /* Mozilla Firefox 19+ */ color:rgba(0, 0, 0, 0.8); }
    .nav-mobile .search-input:-ms-input-placeholder { /* Internet Explorer 10+ */ color:rgba(0, 0, 0, 0.8); }

  .wrapper {
    -webkit-transform:translate(0, 0);
       -moz-transform:translate(0, 0);
        -ms-transform:translate(0, 0);
         -o-transform:translate(0, 0);
            transform:translate(0, 0);
    -webkit-transition:0.15s ease;
       -moz-transition:0.15s ease;
         -o-transition:0.15s ease;
            transition:0.15s ease;
 }
  .wrapper.active {
    -webkit-transform:translate(-13.725em, 0);
       -moz-transform:translate(-13.725em, 0);
        -ms-transform:translate(-13.725em, 0);
         -o-transform:translate(-13.725em, 0);
            transform:translate(-13.725em, 0);
 }

  .nav-skip {position:absolute; top:0.2em; right:0.3em; display:block; width:2em; height:2em; padding:0.5em 0; text-indent:2.1875em; font-size:1.3em; line-height:1.9em; text-align:center; text-decoration:none; border:none; border-radius:0;
    background:#2CAFBC;
    -webkit-box-shadow:none;
       -moz-box-shadow:none;
            box-shadow:none;

  }
    .nav-skip span {position:relative; top:0.4em; margin:0 auto;
      -webkit-transition-duration:0s;
         -moz-transition-duration:0s;
          -ms-transition-duration:0s;
           -o-transition-duration:0s;
              transition-duration:0s;
      -webkit-transition-delay:0.2s;
         -moz-transition-delay:0.2s;
          -ms-transition-delay:0.2s;
           -o-transition-delay:0.2s;
              transition-delay:0.2s;
   }
    .nav-skip span:before,
    .nav-skip span:after {position:absolute; content:'';}
    .nav-skip span,
    .nav-skip span:before,
    .nav-skip span:after {width:1.3em; height:3px; background-color:#eee; display:block;
      -webkit-transition-property:top, -webkit-transform;
         -moz-transition-property:top, -moz-transform;
          -ms-transition-property:top, -ms-transform;
           -o-transition-property:top, -o-transform;
              transition-property:top, transform;
      -webkit-transition-duration:0.2s;
         -moz-transition-duration:0.2s;
          -ms-transition-duration:0.2s;
           -o-transition-duration:0.2s;
              transition-duration:0.2s;
      -webkit-transition-delay:0.2s, 0;
         -moz-transition-delay:0.2s, 0;
          -ms-transition-delay:0.2s, 0;
           -o-transition-delay:0.2s, 0;
              transition-delay:0.2s, 0;
   }
    .nav-skip span:before {top:-0.45em;}
    .nav-skip span:after {top:0.45em;}

    .nav-skip.toggled span {background-color:rgba(0,0,0,0.0);
      -webkit-transition-delay:0.2s;
         -moz-transition-delay:0.2s;
          -ms-transition-delay:0.2s;
           -o-transition-delay:0.2s;
              transition-delay:0.2s;
   }
    .nav-skip.toggled span:before,
    .nav-skip.toggled span:after {top:0;
      -webkit-transition-delay:0, 0.2s;
         -moz-transition-delay:0, 0.2s;
          -ms-transition-delay:0, 0.2s;
           -o-transition-delay:0, 0.2s;
              transition-delay:0, 0.2s;
   }
    .nav-skip.toggled span:before {-webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg);}
    .nav-skip.toggled span:after {-webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg); -o-transform:rotate(-45deg); transform:rotate(-45deg);}

  /* Top Nav
  ----------------------------------------------------*/
  .topnav-wrap:before,
  .topnav-wrap:after {display:block; content:''; clear:both;}
  .nav-top {display:none; clear:both; position:relative; z-index:10; bottom:0; width:100%; min-height:2em; text-align:center; border-top:none; border-bottom:none;  background:white; padding:0.2em 0;
        -webkit-box-shadow:none;
           -moz-box-shadow:none;
                box-shadow:none;
 }
  .nav-top li {display:inline-block; *display:inline; *zoom:1; vertical-align:top; font-weight:300; font-family:GPC, "Helvetica Neue", Arial, Verdana, sans-serif; font-size:1em; text-transform:uppercase; }
  .nav-top li a {display:table-cell; vertical-align:middle; padding:.5em 1em; color:#0d2240; text-align:center; text-shadow:none; }
  .nav-top li.active a { border-bottom:3px solid #E7712C; background:transparent; color:#0d2240;
      -webkit-box-shadow:none;
         -moz-box-shadow:none;
              box-shadow:none;
  }
  .nav-top li a:hover {color:white; background:#E7712C;
      -webkit-box-shadow:none;
         -moz-box-shadow:none;
              box-shadow:none;
 }

 .nav-top.two {background:#009944; float:right; width:80%; font-size:0.9em; min-height:2em;}
 .nav-top.two li a {color:#fff; border-bottom:2px solid transparent; padding:0.3em 1em; }
 .nav-top.two li a:hover {background:#005224; color:white; border-color:transparent; }
 .nav-top.two li.active a { border-bottom:2px solid #005224; }

  /* General Nav
  ----------------------------------------------------*/
  .nav-site {background:#0D2240; border-top:3px solid #f5c400; padding:1em 1em 0;}
/*  .translucent .nav-site {margin-left:-3em; margin-right:2em; top:-4em; } */
  .translucent .nav-site { /* margin:0 2em 1em -3em; */ position:absolute; top:2em; left:-32.5%; width:40%;  }

  .nav-site ul {padding:1em 0; position:relative;}
    .nav-site ul li {margin:0.2em 0;}
    .nav-site ul a {display:block; padding:0.2em 0 0.2em 1em; text-indent:-1em; line-height:1.2em; text-transform:none; color:white; font-size:1.4em; font-weight:300; font-family:GPC, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; border-bottom:2px solid transparent;}
    .nav-site ul a:hover {border-bottom:2px solid #2CAFBC; color:#2CAFBC;}
    .nav-site ul > .active > a {color:white; border-bottom:2px solid #E7712C;}
  .nav-site ul ul {padding:0;}
    .nav-site ul ul a {padding:0 0 0 32px; text-indent:-1em; color:#ddd; font-size:1.125em; font-family:inherit; border:none;}
    .nav-site ul ul li {margin:0.5em 0;}
    .nav-site ul ul a:hover {color:#2CAFBC; border:none;}
    .nav-site ul ul > .active > a {color:#E7712C; border:none; font-weight:400; /*background:url(images/navsub.png) 0 4px no-repeat;*/ }
    .nav-site li.last{margin-bottom:1em;}
  .nav-site ul ul ul {margin-left:1em; padding:0; font-size:0.9em;}
    .nav-site ul ul ul a:hover {background:none;}
    .nav-site ul ul ul .active > a {color:#555; font-weight:bold;}
    .nav-site ul ul ul .active > .current-last {color:#004da3;}
  .nav-site ul ul ul ul {margin-left:1.5em;}
    .nav-site ul ul ul ul a {padding:0 0 0 1.5em;}
  .nav-site ul ul ul ul ul {margin-left:1.5em;}

  .nav-section {display:none;}


  /* Home
  ----------------------------------------------------*/
  .home-feature-image {position:relative; width:100%; margin-bottom:0;}
    .home-feature-image img,
    .home-feature-image svg { width:100%; }

    .home-feature-image .overlay {position:absolute; top:0; right:0; bottom:-20%; left:0; background:url(images/home_overlay.png);
      -webkit-background-size:100% 100%;
         -moz-background-size:100% 100%;
              background-size:100% 100%;
    }
    .home-feature-image h2 {position:absolute; bottom:30%; left:2em; margin:0; padding:0; background:transparent; }
    .home-feature-image h2:after {display:none;}
      .home-feature-image h2 span { position:relative; display:inline-block; margin:3px 0; padding:0.25em 0.75em 0.25em 0.5em; background:#E7712C; color:#fff; text-shadow:none; text-transform:uppercase; line-height:1.1em; font-size:0.9em; }
      .home-feature-image h2 span:after {display:inline; content:'.'; color:#0D2240; font-size:3em; line-height:0; position:absolute; right:0; top:-0.03em; }
  .home-secondary.row .columns,
  .home-tertiary.row .columns,
  .home-primary.row .column,
  .home-secondary.row .column,
  .home-tertiary.row .column,
  .home-buttons.row .columns {margin-bottom:2em !important;}
    .home-primary .image-right,
    .home-primary .image-left,
    .home-primary .image-default {float:none; max-width:none; margin:0 0 1em;}
    .home .entry-title {padding:0; border:none; font-size:1.5em; font-family:inherit;}
    .home-tertiary .image-right {margin-right:0;}

  .home-primary .columns h2, .translucent > .page-title { color:#fff; background:#2CAFBC; }
    .home-primary .columns h2 a { color:#fff; padding:0; display:block; }
    .home-primary .columns h2 a:hover {text-decoration:none;}
    .home-primary .columns .entry-title {font-size:1.5em; padding:0; margin:0; background:transparent; color:#333; text-transform:none;}
      .home-primary .columns .entry-title a {color:#002b5c; /*#0d2240;*/ }
      .home-primary .columns .entry-title a:hover {text-decoration:underline;}
      .home-primary .columns article.row {margin-bottom:2em;}
      .home-primary .news {margin-bottom:2em;}
      .home-primary .news-listing article.row {margin-bottom:0em;}
      .home-primary .columns .publish-info { color:#009944; font-family:GP, "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:400; font-size:1.2em; }
      .home-primary .columns .vevent .event-info {padding-left:1.5em; border-left:2px solid #2CAFBC;}
      .home-primary .columns .dtstart {text-align:center; font-size:120%; }
        .home-primary .columns .dtstart span {display:block; font-weight:300; font-family:GPC, "Helvetica Neue", Helvetica, Arial, sans-serif; color:#0d2240; font-style:normal; margin-bottom:0.3em; }
        .home-primary .columns .dtstart .month {text-transform:uppercase; font-size:1.1em; font-weight:400; letter-spacing:1px;}
        .home-primary .columns .dtstart .day {font-size:2.4em; font-weight:400; padding-top:0.1em;}
        .home .event-listing{}
        .home .event-description { padding:0 0 0 1.7em; }
  .home .image-left { margin-left:0; }
  .module > h2, .translucent > .page-title { font-size:1.6em; padding:0.4em 0.4em 0.4em 0.75em; margin:0 0 0.75em; text-transform:uppercase; border-bottom:5px solid rgba(255, 255, 255, 0.4); }
  .module > h2 a { display:block; padding-right:1.4em; color:#fff;  background:url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='arrow-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 40' enable-background='new 0 0 40 40' xml:space='preserve'%3E%3Ccircle fill='none' stroke='#FFFFFF' stroke-width='2' stroke-miterlimit='10' cx='20' cy='20' r='14.7'/%3E%3Cpath fill='#FFFFFF' d='M29.2,19.3l-6.6-6.6c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4L26,19H11.5c-0.6,0-1,0.5-1,1s0.5,1,1,1H26 l-4.8,4.8c-0.4,0.4-0.4,1,0,1.4c0.2,0.2,0.5,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3l6.6-6.6C29.6,20.3,29.6,19.7,29.2,19.3z'/%3E%3C/svg%3E") no-repeat 100% 50%; background-size:1em; transition:all 125ms ease; }
  .module > h2 a:hover { background-size:1.2em; }
  .home-secondary .large-8 h2 {  background:#6ECB98; color:#fff; }
  .home-secondary .large-4 h2 { background:#2CAFBC; color:#333; }
  .home-tertiary .column h2 { background:#0D2240; color:#fff; }

  .home .photo-vp img { border:2px solid white;
    -webkit-box-shadow:0 1px 3px rgba(100, 100, 100, 0.2);
       -moz-box-shadow:0 1px 3px rgba(100, 100, 100, 0.2);
            box-shadow:0 1px 3px rgba(100, 100, 100, 0.2);
    }

    .home .photo-vp small { margin:0.6em 0; }
    .home .news-vp .hentry .column { margin-bottom:1em !important; }

  .translucent { background:rgba(255, 255, 255, 0.8); padding:3em;  /*padding-top:2em; border-top:0.4em solid white;*/ }
    .home .translucent { padding:0em; }
  .translucent > .page-title { margin:0 -0.55em 1em -0.55em; }
    .translucent > .page-title a { color:white; }
  .opaque { background:white; padding:1.5em; }
  .translucent.module { padding-top:0; }
  .translucent:before,
  .translucent:after {display:table; content:''; clear:both;}
    .translucent .t-content {padding:0 20px;}

  .twitter h2 { text-transform:none; }
  .twitter h2 a { color:white; }
  .twitter [data-icon]:before { color:white; font-size:1.25em; margin-right:0.25em; margin-left:-0.25em; }
  .twitter .tweet {padding-bottom:1em; font-size:0.9em; }
  .twitter .tweet-text { margin-top:0.3em; }
  .twitter .date {font-weight:bold; margin-bottom:0.3em; font-size:1.1em;}

    .home .badges { padding:1.5em 0; }
    .home .badges .badge { display:block; padding-bottom:41.66667%; line-height:0; position:relative; background-size:100% 100%; margin:1em 0; transition:all 250ms ease; background-position:50% 50%; }
    .home .badges .badge:hover { background-size:105% 105%; }
    .home .badges .badge span { display:block; bottom:0; left:0; width:100%; padding:0.5em; color:white; font-size:1.25em; font-family:GP, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; text-transform:uppercase; line-height:1; position:absolute; border-bottom:5px solid rgba(255, 255, 255, 0.4); transition:all 250ms ease; }
    .home .badges .badge.family span { background-color:#2dafbd; background-color:rgba(45, 175, 189, 0.7); }
    .home .badges .badge.family:hover span { background-color:rgba(45, 175, 189, 1); }
    .home .badges .badge.faculty span { background-color:#0d2241; background-color:rgba(13, 34, 65, 0.7); }
    .home .badges .badge.faculty:hover span { background-color:rgba(13, 34, 65, 1); }
    .home .badges .badge.sastaff span { background-color:#009944; background-color:rgba(0, 153, 68, 0.7); }
    .home .badges .badge.sastaff:hover span { background-color:rgba(0, 153, 68, 1); }
    .home .badges .badge.reshallstaff span { background-color:#5b621e; background-color:rgba(91, 98, 30, 0.7); }
    .home .badges .badge.reshallstaff:hover span { background-color:rgba(91, 98, 30, 1); }

    .home .badges .badge.family { background-image:url(/stylesheets/images/badge-family.jpg); }
    .home .badges .badge.faculty { background-image:url(/stylesheets/images/badge-faculty.jpg); }
    .home .badges .badge.sastaff { background-image:url(/stylesheets/images/badge-sastaff.jpg); }
    .home .badges .badge.reshallstaff { background-image:url(/stylesheets/images/badge-reshallstaff.jpg); }

  .home-buttons .columns a {display:block; padding:0.75em; color:#fff; font-size:1.5em; text-decoration:none; font-weight:300; transition:all 125ms ease; background:#003181 url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='arrow-overlay-link-alt' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='-838.8 347.6 1838.8 256.5' enable-background='new -838.8 347.6 1838.8 256.5' xml:space='preserve'%3E %3Crect x='-838.8' y='432.8' opacity='0.4' fill='#FFFFFF' enable-background='new ' width='1838.8' height='100'/%3E %3Cg id='icon'%3E %3Cpath fill='#FFFFFF' d='M959.6,484.2L944,499.8c-0.4,0.4-1,0.8-1.6,0.8c-0.4,0-1.2-0.2-1.6-0.8c-1-1-1-2.4,0-3.2l11.2-11.2h-34 c-1.2,0-2.4-1.2-2.4-2.4s1-2.4,2.4-2.4h34L940.8,469c-1-1-1-2.4,0-3.2c1-0.8,2.4-1,3.2,0l15.6,15.6 C960.4,482,960.4,483.6,959.6,484.2z'/%3E %3Cpath fill='#FFFFFF' d='M938,451.4c-17.2,0-31.4,14-31.4,31.4c0,17.2,14,31.4,31.4,31.4c17.2,0,31.4-14,31.4-31.4 C969.2,465.6,955.2,451.4,938,451.4z M938,517.8c-19.2,0-35-15.8-35-35c0-19.2,15.8-35,35-35s35,15.8,35,35 C973,502,957.2,517.8,938,517.8z'/%3E %3C/g%3E %3C/svg%3E") no-repeat right 4em; background-size:auto 4em; height:5.5em; position:relative; }
  .home-buttons .columns a:hover { background-position:right 2.7em; background-color:#00225A;}
  .home-buttons .columns:nth-child(2) a {background-color:#E7712C;}
  .home-buttons .columns:nth-child(2) a:hover {background-color:#AE4D14;}
  .home-buttons .columns:nth-child(3) a {background-color:#009944;}
  .home-buttons .columns:nth-child(3) a:hover {background-color:#005626;}
  .home-buttons .columns:nth-child(4) a {background-color:#2CAFBC;}
  .home-buttons .columns:nth-child(4) a:hover {background-color:#177881;}
  .home-buttons .columns a span { display:block; position:absolute; bottom:0.7em; transition:all 125ms ease; }
  .home-buttons .columns a:hover span { bottom:2.35em; }

  /* Custom Pages
  ----------------------------------------------------*/
  .news-events .translucent,
  .residence_hall .translucent { padding:0; }
  .excerpt .image-right,
  .exceprt .image-left,
  .excerpt .image-default { display:none; }
  .excerpt .featured-image { display:block; }
  .news-listing .hentry img { border:2px solid white;
    -webkit-box-shadow:0 1px 3px rgba(100, 100, 100, 0.2);
       -moz-box-shadow:0 1px 3px rgba(100, 100, 100, 0.2);
            box-shadow:0 1px 3px rgba(100, 100, 100, 0.2);
    }

  .longform_img { width:auto; padding-bottom:56.25%; z-index:-1; position:relative; clear:both; background-position:0 0; background-repeat:no-repeat; border-bottom:4px solid #f5c400;
    -webkit-background-size:100%;
       -moz-background-size:100%;
            background-size:100%;
  }

  .longform-section {}
  .longform-section .translucent,
  .longform-section .opaque {margin:-1em -0.9375em 5em; }
    .longform-section .opaque h2 { margin:0 0 0.5em; }

  .longform .site-content { margin-top:-5em;  }

  .section-title {margin:0; clear:both; }
  .section-title:after {display:block; content:''; clear:both;}
  .section-title h2 {margin:0 0 -1em; padding:0.25em 0.5em 0.4em;  position:relative; z-index:50;  color:#fff; background:#009944; display:inline-block;}
  .section-title h2 a { padding-right:2em; background:url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='arrow-right' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 200 140' enable-background='new 0 0 200 140' xml:space='preserve'%3E %3Cg%3E %3Cpath fill='#ffffff' d='M196.2,63.5L137.4,4.6c-3.6-3.6-9.4-3.6-13,0c-3.6,3.6-3.6,9.4,0,13l43.2,43.2H10.3c-5.1,0-9.2,4.1-9.2,9.2 c0,5.1,4.1,9.2,9.2,9.2h157.3l-43.2,43.2c-3.6,3.6-3.6,9.4,0,13c1.8,1.8,4.2,2.7,6.5,2.7c2.4,0,4.7-0.9,6.5-2.7l58.9-58.9 C199.8,72.9,199.8,67.1,196.2,63.5z'/%3E %3C/g%3E %3C/svg%3E") no-repeat 99% 70%; background-size:auto 0.75em; color:white; text-decoration:none; }

  /* Directory */
  #division-directory main{ width:100%; }
  #division-directory .site-content { margin-top:0em; }

  .directory-section { margin:0 0 1em; clear:both; }
  .directory-title { border-bottom:5px solid rgba(255, 255, 255, 0.3); background:#009944; }
    .default_page .directory-title { margin-bottom:1em; }
  .directory-title h2 { margin:0; padding:0.4em 0.5em 0.4em; color:#fff;}
    .directory-title h2 a { padding-right:2em; display:block; color:#fff; background:url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='arrow-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 40' enable-background='new 0 0 40 40' xml:space='preserve'%3E%3Ccircle fill='none' stroke='#FFFFFF' stroke-width='2' stroke-miterlimit='10' cx='20' cy='20' r='14.7'/%3E%3Cpath fill='#FFFFFF' d='M29.2,19.3l-6.6-6.6c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4L26,19H11.5c-0.6,0-1,0.5-1,1s0.5,1,1,1H26 l-4.8,4.8c-0.4,0.4-0.4,1,0,1.4c0.2,0.2,0.5,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3l6.6-6.6C29.6,20.3,29.6,19.7,29.2,19.3z'/%3E%3C/svg%3E") no-repeat 100% 50%; background-size:1em; transition:all 125ms ease; }
    .directory-title h2 a:hover { background-size:1.2em; }

  .directory-links { background:#F0E5E3; padding:1em; }
    .directory-links ul { list-style:none; padding:0; margin:0; }
    .directory-links a { display:block; color:#333; border-bottom:3px solid transparent; text-decoration:none;}

  .directory-title:nth-of-type(7n+1) { background:#009944;}
  .directory-title:nth-of-type(7n+2) { background:#2dafbd;}
  .directory-title:nth-of-type(7n+3) { background:#0d2241;}
  .directory-title:nth-of-type(7n+4) { background:#6fcb98;}
  .directory-title:nth-of-type(7n+5) { background:#5b621e;}
  .directory-title:nth-of-type(7n+6) { background:#012f87;}
  .directory-title:nth-of-type(7n+7) { background:#97b5ab;}

  .campus-ministry .directory-title { background:#2dafbd;}
  .career-and-professional-development .directory-title { background:#0d2241;}
  .health-and-wellness .directory-title { background:#6fcb98;}
  .residential-life .directory-title { background:#5b621e;}
  .student-development .directory-title { background:#012f87;}
  .other-student-services .directory-title { background:#97b5ab;}

  .campus-ministry .directory-links a:hover { border-color:#2dafbd;}
  .career-and-professional-development .directory-links a:hover { border-color:#0d2241;}
  .health-and-wellness .directory-links a:hover { border-color:#6fcb98;}
  .residential-life .directory-links a:hover { border-color:#5b621e;}
  .student-development .directory-links a:hover { border-color:#012f87;}
  .other-student-services .directory-links a:hover { border-color:#97b5ab;}


  .header-feature {position:relative; padding-top:15.625%;}
    .home .header-feature { height:0; padding-top:46.875%; }
    .longform .header-feature { padding-top:39.84%;}
    .residence_hall .header-feature { padding-top:43.75%;}
    .page_default .header-feature { margin-bottom:0; }

    .header-feature svg {position:absolute; top:0; left:0; }
    .header-feature .row {position:relative; }
    .header-feature h2 {position:absolute; left:0.4675em; opacity:0; margin:-9.96% 0 0;  padding:0 0.5em 0.5em; background:#E7712C; color:#fff; text-transform:uppercase;
      -webkit-transition:all 600ms ease-in-out;
         -moz-transition:all 600ms ease-in-out;
           -o-transition:all 600ms ease-in-out;
              transition:all 600ms ease-in-out;
    }
    .header-feature h2:after {display:inline; content:'.'; color:#0D2240; font-size:3em; line-height:0; }

  .home-feature-image.header-feature h2 {background:transparent; padding:0; left:calc(1% + 0.9375em); margin-bottom:-2em;}
  .home-feature-image.header-feature h2:after {display:none;}
  .no-js .home-feature-image.header-feature h2 {opacity:1;}

  .hall_select {display:block; background:#0D2240; border-top:3px solid #2CAFBC; margin:1em; padding:0 0.5em; position:relative; }
  .hall_select .mens-hall-list,
  .hall_select .womens-hall-list { display: inline-block; }
  .hall_select .mens-hall-list select,
  .hall_select .womens-hall-list select { display:inline-block; background-image:none; background:#0D2240; border:none; color:#fff; /*text-transform:uppercase;*/ margin:0.5em 0; padding:1em; -webkit-appearance:none; -moz-appearance: none; max-width:100%; overflow-x: hidden;}
  .hall_select .mens-hall-list:after,
  .hall_select .womens-hall-list:after { content: "\25BC"; position: relative; top: 0; right: 3em; bottom: 0; font-size: 0.8em; line-height: 1em; padding: 0 0.5em; color: white; display: inline-block; }

  .hall-directory { }
    .hall-directory a { display:block;}
    .hall-directory h2 { margin-top:0; }
    .hall-directory h3 { margin:0.25em 0;}
    .hall-directory .hall { float:none; display:inline-block; margin-right:-4px; margin-bottom:2em; vertical-align:top;}

  .residence_hall .site-content .column,
  .residence_hall .site-content .columns {margin-bottom:1em;}

  .residence_hall .site-content .large-8 h2 { margin:0 0 0.3em; padding:0.2em 20px; background:#6ECB98; color:#333; text-transform:uppercase; }

  .residence_hall .site-content .large-4 h2 { margin:0 0 0.3em; padding:0.2em 20px; background:#2CAFBC; color:#333; text-transform:uppercase; }
  .residence_hall .hall-content { padding:1.5em; }
  
  .residence_hall .t-content .image-right { margin-right: 0; }
  .residence_hall .t-content .image-left { margin-left: 0; }

  .team-directory { padding-top:1em; }
    .team-directory a { display:block;}
    .team-directory h2 { margin:0.25em 0; font-size:1.25em; line-height:1.2;}
    .team-directory .person { float:none; display:inline-block; margin-right:-4px; margin-bottom:1em; vertical-align:top;}
    .team-directory .name { margin-left:-0.9375em;}

  .news-events .module .cat-title { color:#fff; background:#2CAFBC; }
  .news-events .module .cat-title a { color:#fff; }
  .entry-title a { color:#0D2240; }
  .entry-title a:visited, .entry-title a:active { color:#002b5c; }

  .rector-directory { }
    .rector-directory th { display:none}
    .rector-directory tr,
    .rector-directory td { display:block; width:100%; padding:0 1em; }
    .rector-directory tr { border:0; border-bottom:1px solid #ccc; }
    .rector-directory td:first-child { padding-top:1em;}
    .rector-directory td:last-child { padding-bottom:1em;}
    .rector-directory p { margin:0; }

  .full-width .alpha,
  .search-page .alpha,
  .error .alpha {width:100% !important; left:auto !important;}

  .news-index .module.translucent { padding-top:1em; }

  .list-team { list-style-type:none; }
  
  /* Gallery
  ----------------------------------------------------*/
  .gallery { padding-bottom: 0; }
  .gallery .gallery-item { margin: 0 0 1.4em; min-height: 15em; overflow: hidden; }
  .gallery .gallery-item .captioned { text-align: center; line-height: 1.2em; }
  .gallery .gallery-item a { border:solid white 3px; display: block; }

  /* Footer
  ----------------------------------------------------*/
  .site-footer {position:relative; clear:both; overflow:hidden; margin:0 auto; text-align:center; background:white; border-top:3px solid #2CAFBC;}
    .footer-inner {position:relative; margin:0 auto; padding:1em 0; border-top:none;
      -webkit-box-shadow:none;
         -moz-box-shadow:none;
              box-shadow:none;
   }
    .site-footer p {margin:0; font-size:0.875em;}
  .site-info {margin:1em 0;}
  .site-info li {display:inline-block; *display:inline; *zoom:1; margin:0 2%;}
  .site-info a {text-decoration:underline;}
  .geo,
  .country-name {border:0; clip:rect(0 0 0 0); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px;}
  .address {display:block; margin:0;}
  .site-link,
  .org,
  .tel {display:block;}
  .ndmark {width:200px; margin:2em auto;}

}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
  .fancybox-wrap,
  .fancybox-skin,
  .fancybox-outer,
  .fancybox-inner,
  .fancybox-image,
  .fancybox-wrap iframe,
  .fancybox-wrap object,
  .fancybox-nav,
  .fancybox-nav span,
  .fancybox-tmp { padding:0; margin:0; border:0; outline:none; vertical-align:top; }
  .fancybox-wrap { position:absolute; top:0; left:0; z-index:8020; }
  .fancybox-skin { position:relative; background:#f9f9f9; color:#444; text-shadow:none; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
  .fancybox-opened { z-index:8030; }
  .fancybox-opened .fancybox-skin { -webkit-box-shadow:0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow:0 10px 25px rgba(0, 0, 0, 0.5); box-shadow:0 10px 25px rgba(0, 0, 0, 0.5); }
  .fancybox-outer, .fancybox-inner { position:relative; }
  .fancybox-inner { overflow:hidden; }
  .fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling:touch; }
  .fancybox-error { color:#444; font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; margin:0; padding:15px; white-space:nowrap; }
  .fancybox-image, .fancybox-iframe { display:block; width:100%; height:100%; }
  .fancybox-image { max-width:100%; max-height:100%; }
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image:url('images/fancybox_sprite.png'); }
  #fancybox-loading { position:fixed; top:50%; left:50%; margin-top:-22px; margin-left:-22px; background-position:0 -108px; opacity:0.8; cursor:pointer; z-index:8060; }
  #fancybox-loading div { width:44px; height:44px; background:url('images/fancybox_loading.gif') center center no-repeat; }
  .fancybox-close { position:absolute; top:-18px; right:-18px; width:36px; height:36px; cursor:pointer; z-index:8040; }
  .fancybox-nav { position:absolute; top:0; width:40%; height:100%; cursor:pointer; text-decoration:none; background:transparent url('blank.gif'); /* helps IE */-webkit-tap-highlight-color:rgba(0,0,0,0); z-index:8040; }
  .fancybox-prev { left:0; }
  .fancybox-next { right:0; }
  .fancybox-nav span { position:absolute; top:50%; width:36px; height:34px; margin-top:-18px; cursor:pointer; z-index:8040; visibility:hidden; }
  .fancybox-prev span { left:10px; background-position:0 -36px; }
  .fancybox-next span { right:10px; background-position:0 -72px; }
  .fancybox-nav:hover span { visibility:visible; }
  .fancybox-tmp { position:absolute; top:-99999px; left:-99999px; visibility:hidden; max-width:99999px; max-height:99999px; overflow:visible !important; }
  /* Overlay helper */
  .fancybox-lock { overflow:hidden !important; width:auto; }
  .fancybox-lock body { overflow:hidden !important; }
  .fancybox-lock-test { overflow-y:hidden !important; }
  .fancybox-overlay { position:absolute; top:0; left:0; overflow:hidden; display:none; z-index:8010; background:url('images/fancybox_overlay.png'); }
  .fancybox-overlay-fixed { position:fixed; bottom:0; right:0; }
  .fancybox-lock .fancybox-overlay { overflow:auto; overflow-y:scroll; }
  /* Title helper */
  .fancybox-title { visibility:hidden; font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; position:relative; text-shadow:none; z-index:8050; }
  .fancybox-opened .fancybox-title { visibility:visible; }
  .fancybox-title-float-wrap { position:absolute; bottom:0; right:50%; margin-bottom:-35px; z-index:8050; text-align:center; }
  .fancybox-title-float-wrap .child { display:inline-block; margin-right:-100%; padding:2px 20px; background:transparent; /* Fallback for web browsers that doesn't support RGBa */ background:rgba(0, 0, 0, 0.8); -webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px; text-shadow:0 1px 2px #222; color:#FFF; font-weight:bold; line-height:24px; white-space:nowrap; }
  .fancybox-title-outside-wrap { position:relative; margin-top:10px; color:#fff; }
  .fancybox-title-inside-wrap { padding-top:10px; }
  .fancybox-title-over-wrap { position:absolute; bottom:0; left:0; color:#fff; padding:10px; background:#000; background:rgba(0, 0, 0, .8); }

/*************************************************************************************
 * 3. Media Queries
 ************************************************************************************/

/* 580px
----------------------------------------------------*/
@media only screen and (min-width:36.250em) {
  .image-right,
  .image-left {max-width:40%;}
  .dept {display:block; border:none;}
  .entry-title {font-size:1.85em;}
  .site-title { line-height:1.75; padding:0;}
  .nav-top li { font-family:GPC, "Helvetica Neue", Arial, Verdana, sans-serif; font-size:1em; font-weight:300; }
}

/* 700px
----------------------------------------------------*/
@media only screen and (min-width:43.75em) {

  h1 {font-size:2.313em;}
  h2 {font-size:2.063em;}
  h3 {font-size:1.75em;}
  h4 {font-size:1.625em;}
  h5 {font-size:1.375em;}
  h6 {font-size:1.125em;}

  blockquote {margin:2em;  }
  blockquote.pull {float:right; width:40%; margin-right:-20%; }

  .image-right img,
  .image-left img {max-width:auto;}
  .tablewrap {background:none;}
  .image-right { margin-right:-3em; }
  .image-left { margin-left:-3em; }

  /* Structure
  ----------------------------------------------------*/
  .site-content {padding-top:0; padding-bottom:2em;}

  .default_page .has-nav,
  .threecol .has-nav { padding-left:8%; min-height:30em; min-height:50vh; }

    .nav-top-true.home .alpha {display:block; width:100%; left:0; margin:0;}
  .beta {border:none; padding-top:0;
    -webkit-box-shadow:none;
       -moz-box-shadow:none;
            box-shadow:none;
 }
    .full-width .alpha {width:100%; left:auto; margin:0;}
    .full-width .beta {display:none;}

  .wrapper {
  -webkit-transform:none;
     -moz-transform:none;
      -ms-transform:none;
       -o-transform:none;
          transform:none;
  }

  /* Header
  ----------------------------------------------------*/
  .site-header {text-align:left;}
  .titlebar { padding:1em 0; }
    .brandbar li {margin:0 -2em;}
    .titlebar.subhead {padding:0.7em 1em;}
  .site-title {float:left; width:auto; margin:0; padding:0; font-size:2.5em;}
    .site-title a {padding:0.65em 0 0.75em; line-height:1em;}
    .sublined {float:left; padding:0.65em 0 0.75em;}
      .sublined .site-title a {padding:0;}
    .subline {float:left;}
  .search-input {float:left; width:auto; font-size:0.8em;}
  a.nav-skip {display:none;}

  .header-util {float:right; top:2.2em; margin:0; padding:0; text-align:right;}
    .subhead .header-util {top:1.9em;}
    .search-form {display:block; width:auto; margin:0;}
    .header-util nav {display:block; margin:3px 0;}
    .header-util nav ul {margin:0;}
    .header-util nav li {width:auto; display:block; text-align:right;}
    .header-util nav a {font-size:0.825em; font-weight:normal;}
    .header-util nav a,
    .header-util nav a:hover {display:inline; padding:0; border:0 none; background:none;
        -webkit-box-shadow:0 0 rgba(255,255,255,0) inset, 0 0 rgba(0,0,0,0);
           -moz-box-shadow:0 0 rgba(255,255,255,0) inset, 0 0 rgba(0,0,0,0);
                box-shadow:0 0 rgba(255,255,255,0) inset, 0 0 rgba(0,0,0,0);
   }
    .header-util nav a:hover {color:#002b5b; text-decoration:underline;}
    .header-util .search-toggle {display:none;}
    .search-button {width:23px; height:23px;}
      .search-button:before {top:0; left:2px; font-size:18px;}

  .breadcrumbs {position:absolute; top:-2.5em; right:1em; overflow:visible;}
  /*.breadcrumbs:before {display:block; content:''; position:absolute; left:-45px; top:0; width:0; height:0; border-bottom:46px solid #2CAFBC; border-left:46px solid transparent;}*/

  /* Home
  ----------------------------------------------------*/
  .home-feature-image {margin-bottom:-10%;}
  .home-feature-image.header-feature h2 { left:calc(2% + 0.9375em); }
  .home .site-content {padding-top:0;}
  .header-feature {top:-40px; margin-bottom:-40px; }
    .home-feature-image h2 {bottom:25%;}
    .home-feature-image h2 span { font-size:1em; }
  .home-primary {margin:0 0 2em;}
    .home-primary .image-right {max-width:40%; float:right; margin:0 0 1em 1em;}
    .home-primary .image-left {max-width:40%; float:left; margin:0 1em 1em 0;}

    .home-secondary .columns > h2 {margin-top:0;}

    .home .badges .badge span { font-size:1.3em; }

    .home-buttons .columns a {background:#003181 url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='arrow-overlay-link-alt' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 500 50' enable-background='new 0 0 500 50' xml:space='preserve'%3E %3Crect opacity='0.4' fill='#FFFFFF' width='500' height='50'/%3E %3Cg id='icon'%3E %3Cpath fill='#FFFFFF' d='M479.8,25.7l-7.8,7.8c-0.2,0.2-0.5,0.4-0.8,0.4c-0.2,0-0.6-0.1-0.8-0.4c-0.5-0.5-0.5-1.2,0-1.6l5.6-5.6h-17 c-0.6,0-1.2-0.6-1.2-1.2s0.5-1.2,1.2-1.2h17l-5.6-5.8c-0.5-0.5-0.5-1.2,0-1.6s1.2-0.5,1.6,0l7.8,7.8 C480.2,24.6,480.2,25.4,479.8,25.7z'/%3E %3Cpath fill='#FFFFFF' d='M469,9.3c-8.6,0-15.7,7-15.7,15.7c0,8.6,7,15.7,15.7,15.7c8.6,0,15.7-7,15.7-15.7 C484.6,16.4,477.6,9.3,469,9.3z M469,42.5c-9.6,0-17.5-7.9-17.5-17.5S459.4,7.5,469,7.5s17.5,7.9,17.5,17.5S478.6,42.5,469,42.5z' /%3E %3C/g%3E %3C/svg%3E") no-repeat right 4.8em; background-size:auto 1.5em; height:5em;}
  .home-buttons .columns a:hover {background-position:right 3.5em;}
  .home-buttons .columns a:hover span {bottom:2em;}

  /* Custom
  ----------------------------------------------------*/
  .featured-image img { width:100%; }

  .default_page .header-feature { margin-bottom:0; }
  .longform .anchor_nav {position:absolute; right:0; overflow:hidden; z-index:100;}
    .longform .anchor_nav:before {display:block; content:''; width:100%; height:0; border-bottom:100px solid #0D2240; border-left:400px solid transparent; margin-bottom:0;}
    .longform .anchor_nav:after {display:block; content:''; width:100%; height:0; border-top:100px solid #0D2240; border-left:400px solid transparent;}
    .longform .anchor_nav nav {border-top:none;}
  .longform .anchor_nav.sticky {position:fixed; top:0;
    -webkit-transform:translateZ(0);
            transform:translateZ(0);

    }

  .longform-section .opaque {margin:-5em -0.9375em 2em; }

  .directory-links li { display:inline-block; width:48%; margin-right:1%; vertical-align:top; }

  .residence_hall_directory .translucent,
  .team_member .translucent,
  .team_directory .translucent { padding:2em 2em 2em 6em;}

  .hall_select {position:relative; margin:-3em -3em 1em 1em; z-index:3; float:right; display:inline-block;}

  .residence_hall .site-content { margin-top:-2em; }

  .full-width .alpha,
  .search-page .alpha,
  .error .alpha {width:83.33333% !important; left:8.333333% !important;}

  /* Navigation
  ----------------------------------------------------*/
   .nav-site {padding:0 1em;}

  .nav-top-true .nav-top,
  .nav-top-true .nav-section {display:block;}
  .nav-top-true .nav-full {display:none;}
  .nav-top-true.home .beta {display:none;}
  .default_page .beta,
  .threecol .beta {display:none;}

  .has-nav .content { /*margin-left:-12%; */}

  /* Footer
  ----------------------------------------------------*/
  .site-footer {text-align:left;}
    .footer-inner {padding:2em 0;}
    .ndmark {position:absolute; right:0; top:2.2em; margin:0;}
    .site-link {display:block;}
    .org {display:inline;}
}

/* 920px
   Brand-bar styles
   Adjust @mq width smaller as department name allows
-----------------------------------------------------*/
@media only screen and (min-width:57.5em) {
  .dept,
  .theme-bb-gold .dept {border-top:0 none; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none;}
  .brandbar li {margin:0;}
    .dept {float:right;}
    .dept-nd {float:left;}
}

/* 960px
----------------------------------------------------*/
@media only screen and (min-width:60em) {
  .titlebar.subhead {padding:1.1em 0;}

  .home-feature-image {margin-bottom:-15%;}

  .contact-info {margin:0;}
  .site-link,
  .address,
  .site-link,
  .tel,
  .email {float:left; margin:0 1em 0 0;}
  .site-link {margin-right:0.5em;}
  .phone {clear:left;}

  .home-feature-image.header-feature h2 { margin-bottom:0;}
  .home-feature-image h2 span {font-size:1em;}

  .events .vevent {margin-left:1.5em; margin-right:1.5em;}
  .event .vevent {margin:0;}

  .nav-top li { font-family:GP, "Helvetica Neue", Arial, Verdana, sans-serif;}
  .directory-links li { width:32%; }

  .team-directory .person.first { margin-bottom:2em;}
    .team-directory .person.first .name {font-size:1.25em;}
    .team-directory .person.first .name .excerpt {font-size:0.8em;}

    .rector-directory th { display:table-cell}
    .rector-directory tr ,
    .rector-directory td { width:auto; padding:0.25em; }
    .rector-directory tr { display:table-row;}
    .rector-directory td { display:table-cell;}
    .rector-directory td:first-child { padding-top:inherit}
    .rector-directory td:last-child { padding-bottom:inherit}
    .rector-directory p { margin:0; }

  /* IE8 Over-rides */
  .lt-ie8 .header-util nav li {float:right;}
  .lt-ie8 .search-form {width:300px;}
  .lt-ie8 .search-input {float:left;}
}

/* 1024px
----------------------------------------------------*/
@media only screen and (min-width:64em) {
  .brandbar {padding:0;}
  .home-feature-image {margin-bottom:-15%;}
  .home-feature-image h2 {bottom:40%;}
    .home-feature-image h2 span { font-size:1.2em; }
  .nav-top.two {width:75%;}

  .section-title { position:relative; bottom:-5em; }
}

@media only screen and (min-width:1200px) {
  .home-feature-image h2 span {font-size:1.3em;}
    .home-feature-image.header-feature h2 { left:calc(5% + 0.9375em);}
  .nav-top.two {width:66%;}
}
/* Hi-res
----------------------------------------------------*/
@media
  (-webkit-min-device-pixel-ratio:1.5),
  only screen and (min--moz-device-pixel-ratio:1.5),
  (min-resolution:144dppx){

    .more {background-image:url(images/more@2x.png);
      -webkit-background-size:12px 17px;
         -moz-background-size:12px 17px;
           -o-background-size:12px 17px;
              background-size:12px 17px;
   }
    .dept-nd a,
    .dept a {
      -webkit-background-size:auto 50px;
         -moz-background-size:auto 50px;
           -o-background-size:auto 50px;
              background-size:auto 50px;
   }
}

/*************************************************************************************
 * 4. Themes
 ************************************************************************************/
@media screen, projection {

  /* Brand Bar
  ----------------------------------------------------*/
  /** White Text **/
  .dept-nd a   {width:301px; background-image:url(//static.nd.edu/images/brandbar/dept-nd-white.png);}
  .dept-staf a {width:313px; background-image:url(//static.nd.edu/images/brandbar/dept-staf-white.png);}

  .brandbar.theme-bb-blue {border-bottom:1px solid #0d2240; background:#002b5c; }


  /* Title Bar
  ----------------------------------------------------*/
  .titlebar.theme-tb-blue {border-bottom:none; background:#0d2240; box-shadow:none; color:white; }

  .theme-tb-blue .site-title a {color:#fff;}
  .theme-tb-blue .search-form {border-color:white; border-radius:0;
    -webkit-box-shadow:none;
       -moz-box-shadow:none;
            box-shadow:none;
 }

}

/* 700px
----------------------------------------------------*/
@media only screen and (min-width:43.75em){
  .theme-tb-blue .header-util a,
  .theme-tb-blue .header-util a:hover {color:#fff;}
}

/* Hi-res
----------------------------------------------------*/
@media
  (-webkit-min-device-pixel-ratio:1.5),
  only screen and (min--moz-device-pixel-ratio:1.5),
  (min-resolution:144dppx){

  .dept-nd a   {background-image:url(//static.nd.edu/images/brandbar/dept-nd-white@2x.png);}
  .dept-staf a {background-image:url(//static.nd.edu/images/brandbar/dept-staf-white@2x.png);}
}

/*************************************************************************************
 * 5. Grid
 * Author:http://foundation.zurb.com/
 * Version:5.2.0
 * Documentation:http://foundation.zurb.com/docs/components/grid.html
 * Updated:2014-03-12
 ************************************************************************************/
.row {width:100%; margin-left:auto; margin-right:auto; margin-top:0; margin-bottom:0; max-width:80em; *zoom:1;}
.row:before, .row:after {content:" "; display:table;}
.row:after {clear:both;}
.row.collapse > .column,
  .row.collapse > .columns {padding-left:0; padding-right:0;}
.row.collapse .row {margin-left:0; margin-right:0;}
.row .row {width:auto; margin-left:-0.9375em; margin-right:-0.9375em; margin-top:0; margin-bottom:0; max-width:none; *zoom:1;}
.row .row:before, .row .row:after {content:" "; display:table;}
.row .row:after {clear:both;}
.row .row.collapse {width:auto; margin:0; max-width:none; *zoom:1;}
.row .row.collapse:before, .row .row.collapse:after {content:" "; display:table;}
.row .row.collapse:after {clear:both;}
.column,
.columns {position:relative; padding-left:0.9375em; padding-right:0.9375em; width:100%; float:left;}

@media only screen {
  .column.small-centered,
    .columns.small-centered {margin-left:auto; margin-right:auto; float:none !important;}
  .column.small-uncentered,
    .columns.small-uncentered {margin-left:0; margin-right:0; float:left;}
  .column.small-uncentered.opposite,
    .columns.small-uncentered.opposite {float:right;}
  .small-push-0 {left:0%; right:auto;}
  .small-pull-0 {right:0%; left:auto;}
  .small-push-1 {left:8.33333%; right:auto;}
  .small-pull-1 {right:8.33333%; left:auto;}
  .small-push-2 {left:16.66667%; right:auto;}
  .small-pull-2 {right:16.66667%; left:auto;}
  .small-push-3 {left:25%; right:auto;}
  .small-pull-3 {right:25%; left:auto;}
  .small-push-4 {left:33.33333%; right:auto;}
  .small-pull-4 {right:33.33333%; left:auto;}
  .small-push-5 {left:41.66667%; right:auto;}
  .small-pull-5 {right:41.66667%; left:auto;}
  .small-push-6 {left:50%; right:auto;}
  .small-pull-6 {right:50%; left:auto;}
  .small-push-7 {left:58.33333%; right:auto;}
  .small-pull-7 {right:58.33333%; left:auto;}
  .small-push-8 {left:66.66667%; right:auto;}
  .small-pull-8 {right:66.66667%; left:auto;}
  .small-push-9 {left:75%; right:auto;}
  .small-pull-9 {right:75%; left:auto;}
  .small-push-10 {left:83.33333%; right:auto;}
  .small-pull-10 {right:83.33333%; left:auto;}
  .small-push-11 {left:91.66667%; right:auto;}
  .small-pull-11 {right:91.66667%; left:auto;}
  .small-1 {width:8.33333%;}
  .small-2 {width:16.66667%;}
  .small-3 {width:25%;}
  .small-4 {width:33.33333%;}
  .small-5 {width:41.66667%;}
  .small-6 {width:50%;}
  .small-7 {width:58.33333%;}
  .small-8 {width:66.66667%;}
  .small-9 {width:75%;}
  .small-10 {width:83.33333%;}
  .small-11 {width:91.66667%;}
  .small-12 {width:100%;}
 /* [class*="column"] + [class*="column"]:last-child {float:right;} */
  [class*="column"] + [class*="column"].end {float:left;}
  .small-offset-0 {margin-left:0% !important;}
  .small-offset-1 {margin-left:8.33333% !important;}
  .small-offset-2 {margin-left:16.66667% !important;}
  .small-offset-3 {margin-left:25% !important;}
  .small-offset-4 {margin-left:33.33333% !important;}
  .small-offset-5 {margin-left:41.66667% !important;}
  .small-offset-6 {margin-left:50% !important;}
  .small-offset-7 {margin-left:58.33333% !important;}
  .small-offset-8 {margin-left:66.66667% !important;}
  .small-offset-9 {margin-left:75% !important;}
  .small-offset-10 {margin-left:83.33333% !important;}
  .small-offset-11 {margin-left:91.66667% !important;}
  .small-reset-order,
    .small-reset-order {margin-left:0; margin-right:0; left:auto; right:auto; float:left;}
}

/* 700px
----------------------------------------------------*/
@media only screen and (min-width:43.75em) {
  .column.medium-centered,
    .columns.medium-centered {margin-left:auto; margin-right:auto; float:none !important;}
  .column.medium-uncentered,
    .columns.medium-uncentered {margin-left:0; margin-right:0; float:left;}
  .column.medium-uncentered.opposite,
    .columns.medium-uncentered.opposite {float:right;}
  .medium-push-0 {left:0%; right:auto;}
  .medium-pull-0 {right:0%; left:auto;}
  .medium-push-1 {left:8.33333%; right:auto;}
  .medium-pull-1 {right:8.33333%; left:auto;}
  .medium-push-2 {left:16.66667%; right:auto;}
  .medium-pull-2 {right:16.66667%; left:auto;}
  .medium-push-3 {left:25%; right:auto;}
  .medium-pull-3 {right:25%; left:auto;}
  .medium-push-4 {left:33.33333%; right:auto;}
  .medium-pull-4 {right:33.33333%; left:auto;}
  .medium-push-5 {left:41.66667%; right:auto;}
  .medium-pull-5 {right:41.66667%; left:auto;}
  .medium-push-6 {left:50%; right:auto;}
  .medium-pull-6 {right:50%; left:auto;}
  .medium-push-7 {left:58.33333%; right:auto;}
  .medium-pull-7 {right:58.33333%; left:auto;}
  .medium-push-8 {left:66.66667%; right:auto;}
  .medium-pull-8 {right:66.66667%; left:auto;}
  .medium-push-9 {left:75%; right:auto;}
  .medium-pull-9 {right:75%; left:auto;}
  .medium-push-10 {left:83.33333%; right:auto;}
  .medium-pull-10 {right:83.33333%; left:auto;}
  .medium-push-11 {left:91.66667%; right:auto;}
  .medium-pull-11 {right:91.66667%; left:auto;}
  .medium-1 {width:8.33333%;}
  .medium-2 {width:16.66667%;}
  .medium-3 {width:25%;}
  .medium-4 {width:33.33333%;}
  .medium-5 {width:41.66667%;}
  .medium-6 {width:50%;}
  .medium-7 {width:58.33333%;}
  .medium-8 {width:66.66667%;}
  .medium-9 {width:75%;}
  .medium-10 {width:83.33333%;}
  .medium-11 {width:91.66667%;}
  .medium-12 {width:100%;}
  .medium-offset-0 {margin-left:0% !important;}
  .medium-offset-1 {margin-left:8.33333% !important;}
  .medium-offset-2 {margin-left:16.66667% !important;}
  .medium-offset-3 {margin-left:25% !important;}
  .medium-offset-4 {margin-left:33.33333% !important;}
  .medium-offset-5 {margin-left:41.66667% !important;}
  .medium-offset-6 {margin-left:50% !important;}
  .medium-offset-7 {margin-left:58.33333% !important;}
  .medium-offset-8 {margin-left:66.66667% !important;}
  .medium-offset-9 {margin-left:75% !important;}
  .medium-offset-10 {margin-left:83.33333% !important;}
  .medium-offset-11 {margin-left:91.66667% !important;}
  .medium-reset-order,
    .medium-reset-order {margin-left:0; margin-right:0; left:auto; right:auto; float:left;}
  .push-0 {left:0%; right:auto;}
  .pull-0 {right:0%; left:auto;}
  .push-1 {left:8.33333%; right:auto;}
  .pull-1 {right:8.33333%; left:auto;}
  .push-2 {left:16.66667%; right:auto;}
  .pull-2 {right:16.66667%; left:auto;}
  .push-3 {left:25%; right:auto;}
  .pull-3 {right:25%; left:auto;}
  .push-4 {left:33.33333%; right:auto;}
  .pull-4 {right:33.33333%; left:auto;}
  .push-5 {left:41.66667%; right:auto;}
  .pull-5 {right:41.66667%; left:auto;}
  .push-6 {left:50%; right:auto;}
  .pull-6 {right:50%; left:auto;}
  .push-7 {left:58.33333%; right:auto;}
  .pull-7 {right:58.33333%; left:auto;}
  .push-8 {left:66.66667%; right:auto;}
  .pull-8 {right:66.66667%; left:auto;}
  .push-9 {left:75%; right:auto;}
  .pull-9 {right:75%; left:auto;}
  .push-10 {left:83.33333%; right:auto;}
  .pull-10 {right:83.33333%; left:auto;}
  .push-11 {left:91.66667%; right:auto;}
  .pull-11 {right:91.66667%; left:auto;}
}

/* 960px
----------------------------------------------------*/
@media only screen and (min-width:60em) {
  .column.large-centered,
    .columns.large-centered {margin-left:auto; margin-right:auto; float:none !important;}
  .column.large-uncentered,
    .columns.large-uncentered {margin-left:0; margin-right:0; float:left;}
  .column.large-uncentered.opposite,
    .columns.large-uncentered.opposite {float:right;}
  .large-push-0 {left:0%; right:auto;}
  .large-pull-0 {right:0%; left:auto;}
  .large-push-1 {left:8.33333%; right:auto;}
  .large-pull-1 {right:8.33333%; left:auto;}
  .large-push-2 {left:16.66667%; right:auto;}
  .large-pull-2 {right:16.66667%; left:auto;}
  .large-push-3 {left:25%; right:auto;}
  .large-pull-3 {right:25%; left:auto;}
  .large-push-4 {left:33.33333%; right:auto;}
  .large-pull-4 {right:33.33333%; left:auto;}
  .large-push-5 {left:41.66667%; right:auto;}
  .large-pull-5 {right:41.66667%; left:auto;}
  .large-push-6 {left:50%; right:auto;}
  .large-pull-6 {right:50%; left:auto;}
  .large-push-7 {left:58.33333%; right:auto;}
  .large-pull-7 {right:58.33333%; left:auto;}
  .large-push-8 {left:66.66667%; right:auto;}
  .large-pull-8 {right:66.66667%; left:auto;}
  .large-push-9 {left:75%; right:auto;}
  .large-pull-9 {right:75%; left:auto;}
  .large-push-10 {left:83.33333%; right:auto;}
  .large-pull-10 {right:83.33333%; left:auto;}
  .large-push-11 {left:91.66667%; right:auto;}
  .large-pull-11 {right:91.66667%; left:auto;}
  .large-1 {width:8.33333%;}
  .large-2 {width:16.66667%;}
  .large-3 {width:25%;}
  .large-4 {width:33.33333%;}
  .large-5 {width:41.66667%;}
  .large-6 {width:50%;}
  .large-7 {width:58.33333%;}
  .large-8 {width:66.66667%;}
  .large-9 {width:75%;}
  .large-10 {width:83.33333%;}
  .large-11 {width:91.66667%;}
  .large-12 {width:100%;}
  .large-offset-0 {margin-left:0% !important;}
  .large-offset-1 {margin-left:8.33333% !important;}
  .large-offset-2 {margin-left:16.66667% !important;}
  .large-offset-3 {margin-left:25% !important;}
  .large-offset-4 {margin-left:33.33333% !important;}
  .large-offset-5 {margin-left:41.66667% !important;}
  .large-offset-6 {margin-left:50% !important;}
  .large-offset-7 {margin-left:58.33333% !important;}
  .large-offset-8 {margin-left:66.66667% !important;}
  .large-offset-9 {margin-left:75% !important;}
  .large-offset-10 {margin-left:83.33333% !important;}
  .large-offset-11 {margin-left:91.66667% !important;}
  .large-reset-order,
    .large-reset-order {margin-left:0; margin-right:0; left:auto; right:auto; float:left;}
}

/* 1200px
----------------------------------------------------*/
@media only screen and (min-width:75em) {
  .column.xlarge-centered,
    .columns.xlarge-centered {margin-left:auto; margin-right:auto; float:none !important;}
  .column.xlarge-uncentered,
    .columns.xlarge-uncentered {margin-left:0; margin-right:0; float:left;}
  .column.xlarge-uncentered.opposite,
    .columns.xlarge-uncentered.opposite {float:right;}
  .xlarge-push-0 {left:0%; right:auto;}
  .xlarge-pull-0 {right:0%; left:auto;}
  .xlarge-push-1 {left:8.33333%; right:auto;}
  .xlarge-pull-1 {right:8.33333%; left:auto;}
  .xlarge-push-2 {left:16.66667%; right:auto;}
  .xlarge-pull-2 {right:16.66667%; left:auto;}
  .xlarge-push-3 {left:25%; right:auto;}
  .xlarge-pull-3 {right:25%; left:auto;}
  .xlarge-push-4 {left:33.33333%; right:auto;}
  .xlarge-pull-4 {right:33.33333%; left:auto;}
  .xlarge-push-5 {left:41.66667%; right:auto;}
  .xlarge-pull-5 {right:41.66667%; left:auto;}
  .xlarge-push-6 {left:50%; right:auto;}
  .xlarge-pull-6 {right:50%; left:auto;}
  .xlarge-push-7 {left:58.33333%; right:auto;}
  .xlarge-pull-7 {right:58.33333%; left:auto;}
  .xlarge-push-8 {left:66.66667%; right:auto;}
  .xlarge-pull-8 {right:66.66667%; left:auto;}
  .xlarge-push-9 {left:75%; right:auto;}
  .xlarge-pull-9 {right:75%; left:auto;}
  .xlarge-push-10 {left:83.33333%; right:auto;}
  .xlarge-pull-10 {right:83.33333%; left:auto;}
  .xlarge-push-11 {left:91.66667%; right:auto;}
  .xlarge-pull-11 {right:91.66667%; left:auto;}
  .xlarge-1 {width:8.33333%;}
  .xlarge-2 {width:16.66667%;}
  .xlarge-3 {width:25%;}
  .xlarge-4 {width:33.33333%;}
  .xlarge-5 {width:41.66667%;}
  .xlarge-6 {width:50%;}
  .xlarge-7 {width:58.33333%;}
  .xlarge-8 {width:66.66667%;}
  .xlarge-9 {width:75%;}
  .xlarge-10 {width:83.33333%;}
  .xlarge-11 {width:91.66667%;}
  .xlarge-12 {width:100%;}
  .xlarge-offset-0 {margin-left:0% !important;}
  .xlarge-offset-1 {margin-left:8.33333% !important;}
  .xlarge-offset-2 {margin-left:16.66667% !important;}
  .xlarge-offset-3 {margin-left:25% !important;}
  .xlarge-offset-4 {margin-left:33.33333% !important;}
  .xlarge-offset-5 {margin-left:41.66667% !important;}
  .xlarge-offset-6 {margin-left:50% !important;}
  .xlarge-offset-7 {margin-left:58.33333% !important;}
  .xlarge-offset-8 {margin-left:66.66667% !important;}
  .xlarge-offset-9 {margin-left:75% !important;}
  .xlarge-offset-10 {margin-left:83.33333% !important;}
  .xlarge-offset-11 {margin-left:91.66667% !important;}
  .xlarge-reset-order,
    .xlarge-reset-order {margin-left:0; margin-right:0; left:auto; right:auto; float:left;}
}

/* Grid Customizations
--------------------------------------------------------------------------------------*/

/* 700px
----------------------------------------------------*/
@media only screen and (min-width:43.75em) {
  .row, .section-title {max-width:96%;}
}

/* 1200px
----------------------------------------------------*/
@media only screen and (min-width:75em) {
  .row, .section-title {max-width:90%;}
}

/* 1360px
----------------------------------------------------*/
@media only screen and (min-width:85em) {
  .row, .section-title {max-width:80em;}
}


/*************************************************************************************
 * 6. Print Styles
 ************************************************************************************/
@media print {

  @page {margin:0.5cm;}
  body {font-family:Georgia, "Times New Roman", Times, serif; color:#000;}
  img, tr {page-break-inside:avoid;}
  p, h2, h3 {orphans:3; widows:3;}
  h2, h3 {page-break-after:avoid;}

  /* Styles
  ----------------------------------------------------*/
  a[href^="javascript:"]:after,
  a[href^="#"]:after {content:"";}
  .ndmark {width:150px;}
  .image-right img {float:right; margin:0 0 1em 2em;}
  .image-left img {float:left; margin:0 2em 1em 0;}

  /* HIDDEN
  ----------------------------------------------------*/
  .breadcrumbs,
  .header-util,
  .skip-links,
  .nav-mobile,
  .nav-site,
  .topnav-wrap,
  .nav-skip {display:none;}

  /* STRUCTURE
  ----------------------------------------------------*/
  .site-header {overflow:hidden; position:relative; margin:0 0 20px; padding:0 0 20px; border-bottom:1px solid gray;}
    .brandbar {font-size:12px; text-transform:uppercase; font-family:"Adobe Garamond", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;}
      .brandbar i {text-transform:none;}
    .site-title,
    .subline {margin:0; font-weight:300; font-family:GPC, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;}
    .site-header a,
    .site-title a,
    .subline a {color:#000;}
    .site-title {margin:4px 0 2px; font-size:2em;}
    .subline {font-size:1em;}

  .alpha a:link:after {content:" [link:" attr(href) "] "; font-size:11px; font-family:inherit;}
  .alpha abbr:after {content:" (" attr(title) ")";}

  /* Home */
  .image-default,
  .image-left,
  .image-right { max-width:12em; }
  .header-feature h2 { padding-left:0.5em; }
  .translucent.module { height:auto!important;}

  .home-buttons a { height:auto; }
  .home-buttons a span { position:static; }

  /* News */
  .excerpt .image-right,
  .exceprt .image-left,
  .excerpt .image-default { display:none; }

  .image-right { margin-right:0!important;}

  .site-footer {position:relative; clear:both; margin:20px 0 0; padding:20px 0 0; border-top:1px solid gray;}
    .site-footer p {margin:0;}
    .geo,
    .country-name {display:none;}
    .tel {display:block;}
    .site-footer .ndmark {position:absolute; top:20px; right:0;}
}