/*!
Launched: 2013-11-22

Authors:
Taylor Packet & Zach Richard
Marketing Communications: Web

CONTENTS
-----------------------------------------
1. Common Styles
3. Media Queries
4. Themes
5. Print Styles

BRANDING
-----------------------------------------
1. COLORS
   - Dark Gray #545352
   - Light Gray #979695
   - Gold #d3b03f
   - Cream #f8f6ed

2. FONT STACKS
   - Headings: "Adobe Garamond", Garmond, Georgia, "Times New Roman", Times, 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
 ************************************************************************************/
* {-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; background:#f8f6ed;
  -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:1em/1.5em "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; background:#f8f6ed;}
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;}
a, a:link {color:#0e2340; outline:none; -webkit-tap-highlight-color:rgba(220,179,57,.9);}
a:visited {color:#9b8337;}
a:hover {color:#979695}
a:active {color:#979695;}
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:#0e2340; font-weight:300; text-shadow:0 1px rgba(255,255,255,0.6); text-rendering:optimizeLegibility; font-family:"Adobe Garamond", Garmond, Georgia, "Times New Roman", Times, serif;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {text-decoration:none; color:#0e2340;}
h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited {color:#9b8337;}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {text-decoration:underline;}
h1 {margin-top:0; font-size:2em;}
h2 {font-size:1.75em;}
h3 {font-size:1.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 {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;}
  tr:hover {background:rgba(0,0,0,0.05);}
  thead th,
  th {text-align:left;}
  tfoot th {text-align:right;}
th, td {padding:0.25em;}
  .number {text-align:right;}
td, td img {vertical-align:top;}

sup {vertical-align:super; font-size:smaller;}
sub {vertical-align:sub; font-size:smaller;}
pre, code, kbd, samp {font-family:monospace, sans-serif;}
hr {clear:both; width:100%;}

/* Form Elements
   ----------------------------------------------------*/
form {margin:0 0 1em;}
label {display:block; font-weight:bold;}
button[type="submit"] {}
button, input, select, textarea {margin:0; margin:0 0 0.5em; font-size:100%; vertical-align:baseline; *vertical-align:middle;}
button {width:auto; overflow:visible;}
button, input {line-height:normal;}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {cursor:pointer; -webkit-appearance:button; *overflow:visible;}
input[type="checkbox"],
input[type="radio"] {padding:0; *height:13px; *width:13px;}
input[type="search"] {-webkit-appearance:textfield;}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {-webkit-appearance:none;}
button::-moz-focus-inner,
input::-moz-focus-inner {border:0; padding:0;}
textarea {overflow:auto; vertical-align:top;}

/* Quotes
   ----------------------------------------------------*/
blockquote {margin:1em; padding:0;}
blockquote p {margin:0; padding:0 0 0 0.75em; border-left:3px solid #dcb439; line-height:1.7em; color:#002b5b; font-size:1.2em; font-style:italic; font-family:"Adobe Garamond", Garmond, Georgia, "Times New Roman", Times, serif;}
blockquote footer {display:block; margin-top:1em; color:#666; line-height:1.5em; font-style:italic; font-size:0.8em; font-family:"Adobe Garamond", Garmond, Georgia, "Times New Roman", Times, serif;}
blockquote.pull {float:right; font-style:normal;}

/* 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;
}
.image-default,
.image-right,
.image-left {margin:0;}
.image-right {float:right; margin:0 0 1em 1em;}
.image-left {float:left; margin:0 1em 1em 0;}
.image-center {text-align:center;}
.image-default a,
.image-right a,
.image-left a {display:block; text-decoration:none; border:none;}
.image-left + h2 {margin-top:0;}
.captioned img {margin-bottom:0.5em;}

figure {margin:0 0 1em;}
figure,
aside.right,
figure.right {float:right; max-width:100%;}
aside.right p {margin-right:0;}
figure.left {float:left;}
figcaption {display:block; text-align:left; line-height:1.5em;}
  figcaption blockquote {width:auto; font-weight:normal;}

/* Icons
   <i aria-hidden="true" data-icon="a"></i>
   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;}
.cal {padding:1px 0 0 20px; background:url(/images/icons/calendar.gif) left center no-repeat;}
.pdf {padding:1px 0 0 20px; background:url(/images/icons/pdf.gif) left center no-repeat;}
.ndmark {display:block; width:200px; max-width:100%; text-decoration:none;}

.cf:before, .cf:after {content:"\0020"; display:block; height:0; overflow:hidden;}
.cf:after {clear:both;}
.cf {zoom:1;}

a.more,
a.excerpt_continuation {clear:both; float:none; display:inline-block; *display:inline; *zoom:1; margin:1em 0 0 0; padding:0 20px 0 0; text-decoration:none; font-size:1em; font-weight:bold; line-height:1.45em; font-family:Georgia, "Times New Roman", serif; background:url(images/more.png) right center no-repeat; color:#0e2340;}
  .more:visited {color:#0e2340;}
  .more.right {display:block; text-align:right;}
  .more:hover {color:#14325b; text-decoration: underline}

.bars {padding:0 0 30px; background:url(images/bars-gray.png) bottom left repeat-x;}

.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;}

.hblock {clear:both; text-align:center; padding:0; color:#fff; font-size:1.1em; line-height:2em; text-shadow:none; font-family:"Adobe Garamond", Garmond, Georgia, "Times New Roman", Times, serif; letter-spacing:1px; background:#0e2340;}
.hblock.caps {text-transform:uppercase;}
.hblock:before,
.hblock:after {display:block; content:""; padding:1px 0; border:3px solid #979695; background-color:#f8f6ed;}
.hblock:before {border-width:3px 0 0;}
.hblock:after {border-width:0 0 3px;}

/* Breadcrumbs
   ----------------------------------------------------*/
.breadcrumbs {display:block; overflow:hidden; margin:0 0 1em; padding:0; list-style:none; font-size:0.8em;}
.breadcrumbs li {display:inline; float:left; margin:0 4px 0 0;}
.breadcrumbs a {text-decoration:none;}
.breadcrumbs a:hover {text-decoration:underline;}
.breadcrumbs a:visited {color:#a0842b;}

/* Fonts
   https://dev.conductor.nd.edu/fonts/
   ----------------------------------------------------*/
@font-face {font-family:NDIcons;
src:url('https://static.nd.edu/fonts/nd/nd.v2.eot');
  src:url('https://static.nd.edu/fonts/nd/nd.v2.eot?iefix') format('embedded-opentype'),
      url('https://static.nd.edu/fonts/nd/nd.v2.woff') format('woff'),
      url('https://static.nd.edu/fonts/nd/nd.v2.ttf') format('truetype'),
      url('https://static.nd.edu/fonts/nd/nd.v2.svg') format('svg');
}

/* NEWS & EVENTS
   ----------------------------------------------------*/
article {clear:both; overflow:hidden; margin-bottom:4em;}
article header {margin:0 0 1em;}
  .events .vevent { margin-left:1em; margin-right:1em;}
.additional-links {margin:0 0 1em; padding:0; list-style:none;}
  .additional-links li {display:inline-block; *display:inline; *zoom:1; margin:0 1em 0 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;}

  /* Events */
  h2.date {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 {}
  .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 {}
    .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:#388222; 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;}
      .search-result-size {}
      .search-result-date {}
.pagination {}
  .pagination a {}

/* Alumni Map */
.alumni-map img {max-width:none;}
.alumni-map {width:100%; height:300px; border:1px solid #333;}
  .alumni-map .infowindow {max-width:450px;}
  .alumni-map .infowindow h2 {margin:0 0 0.5em; font-size:20px;}
  .alumni-map .infowindow .degree {font-style:italic;}
  .alumni-map .infowindow .title {}
  .alumni-map .infowindow p {margin:0; padding:0; line-height:1.4em;}
  .alumni-map .infowindow img {float:right; max-width:40%; margin:0 0 1em 1em;}


/*************************************************************************************
 * 2. Screen Styles
 ************************************************************************************/
@media screen,projection {
  .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);
  }

  .image-default img,
  .image-right img,
  .image-left img {border:1px solid #000;
    -webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.4);
       -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.4);
            box-shadow:0 1px 3px rgba(0, 0, 0, 0.4);
  }
    .image-left.noborder img,
    .image-right.noborder img,
    .image-default.noborder img {border:none;
      -webkit-box-shadow:none;
         -moz-box-shadow:none;
              box-shadow:none;
    }

  .inner {padding:0; margin:0 auto;}

  .tablewrap {position:relative; overflow-y:auto; margin:0 auto;
    background-repeat:no-repeat;
    background-color:transparent;
    background-size:40px 100%, 40px 100%, 14px 100%, 14px 100%;
    background-attachment:local, local, scroll, scroll;
  }

  /* HEADER
     ----------------------------------------------------*/
  .site-header {text-align:center;}
  .brandbar,
  .titlebar {overflow:hidden;}
  .brandbar {border-bottom:1px solid #001227;
    background:#002b5b url(images/texture-checkers-lightblue50.png) 0 0 repeat;
    background:-webkit-linear-gradient(top, #003b7c 0%, #001227 100%);
    background:   -moz-linear-gradient(top, #003b7c 0%, #001227 100%);
    background:        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;
  }
  .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;
  }
  .site-header li {margin:0; 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 {width: 301px; background-image: url(//www.nd.edu/assets/images/brandbar/dept-nd-white.png); background-position:left 0;}
    .dept a {background-position:right 0;}
    .dept-ksga a {width:383px; background-image:url(//static.nd.edu/images/brandbar/dept-ksga-white.png);}

  .titlebar {padding:0.75em 0;}
  .site-title {clear:both; margin:0.5em 0 0 0; padding:0; font-size:1.75em; font-weight:normal; text-shadow:0 1px rgba(255,255,255,0.7); font-family:Georgia, "Times New Roman", serif;}
  .site-title a {display:block; height:90px; margin:0 .7em; border:none; color:#002b5b; text-decoration:none; text-indent:-99999px; background:url(images/logo_new.png) top left no-repeat; background-size:90%;}
    .site-title a:visited {color:#002b5b;}
    .site-title a:hover {text-decoration:none;}
    .subhead {}
     .sublined .site-title {margin:0;}
     .subline {clear:left; margin:0.25em 0 0.5em; color:#333; font-family:inherit; font-size:1em;}

  .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 #999; line-height:1.1em; background-color:#fff;
      -moz-border-radius:5px;
           border-radius:5px;
      -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.3), 0 1px rgba(255,255,255,0.65);
         -moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.3), 0 1px rgba(255,255,255,0.65);
              box-shadow:inset 0 1px 2px rgba(0,0,0,0.3), 0 1px rgba(255,255,255,0.65);
    }
    .header-util label {border:0; clip:rect(0 0 0 0); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px;}
    .search-input {display:inline-block; *display:inline; *zoom:1; vertical-align:middle; width:86%; height:1.7em; margin:0; padding:0; border:none; font-family:inherit; font-size:1.2em; color:#444; -webkit-appearance:textfield; background:transparent;}

    .search-button {display:inline-block; *display:inline; *zoom:1; float:right; position:relative; text-indent:-9999px; overflow:hidden; width:2em; height:2em; margin:0; padding:0; color:#fff; border:1px solid #b89936; cursor:pointer; -moz-border-radius:5px; border-radius:3px;
      background-color:#d3af3e;
      -webkit-transition:all .15s ease-in-out;
         -moz-transition:all .15s ease-in-out;
           -o-transition:all .15s ease-in-out;
              transition:all .15s ease-in-out;
    }
    .lt-ie9 .search-button {background:#a5a5a5 url(/images/icons/searchmag.png) center center no-repeat;}
    .search-button:hover {border:1px solid #c4a339; background:#e7c043;}

    .search-button:active {background:#d3af3e;}
    .search-button:before { content:attr(data-icon); display:block; position:absolute; top:0; left:0.1em; color:#434241; text-shadow:0 1px rgba(255,255,255, 0.55); font-size:1.6em; line-height:1.3em; font-family:NDIcons; text-indent:0;}
      .lt-ie9 .search-button:before {content:'';}
    .search-button:hover:before { color:#434241; }
    .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; margin-bottom:.5em; *display:inline; *zoom:1; width:49%;}
  .header-util nav a { display:block; padding:.625em; color:#fffbe7; font-family:"HelveticaNeue",Helvetica,Arial,sans-serif; font-weight:bold; text-decoration:none; border:1px solid #9b8337;
        border-radius:3px;
        background-color:#d3b03f;
        -webkit-box-sizing:border-box;
           -moz-box-sizing:border-box;
                box-sizing:border-box;
  }
  .header-util nav a:hover { background:#545352; border-color:#979695; }

  /* STRUCTURE
     ----------------------------------------------------*/
  .site-content {padding:1em;}
  .alpha {}
  .beta {padding:1em 0; border-top:1px solid #dadada;
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.9);
       -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.9);
            box-shadow:inset 0 1px 0 rgba(255,255,255,0.9);
  }

  .main,
  .aside {text-shadow:0 1px 0 #fff;}
  .aside {margin-top:1em; padding:0;}
    .aside > h2 {margin:0 0 0.75em;}
    .aside > h2,
    .aside > h3,
    .aside > h4 {margin-top:0;}
    .aside img {margin-bottom:1em;}
    .aside ul {padding:0 0 0 1em; list-style:none;}
    .aside li a {text-decoration:none; font-weight:bold; font-size:0.9em;}
      .aside li a:hover {text-decoration:underline;}
    .aside .entry-title {font-size:1.2em;}
    .aside article footer {display:none;}

  .page-title {margin:0 0 .35em; padding:0 0 0.25em;}
    .image-title .page-title {display:none;}
  /* .page-title {margin:0 0 0.5em; padding:0 0 0.5em; background:url(images/bars-gray.png) bottom left repeat-x;} */

     /* TOP NAVIGATION
     ----------------------------------------------------*/
  .topnav { display:none; position:relative; padding:0 2em; z-index:10; bottom:0; width:100%; text-align:center; }
  .topnav div {margin:0.75em 0 0 0; width:100%; padding:2px 0; border-top: .2em solid #979695; border-bottom: .2em solid #979695;}
  .topnav .depth_1 {}
  .topnav li { vertical-align:middle; text-align:center; font-family:"Adobe Garamond", Garmond, Georgia, "Times New Roman", Times, serif; border-right:1px solid #777674;
  -webkit-transition:all 250ms ease-in-out;
     -moz-transition:all 250ms ease-in-out;
          transition:all 250ms ease-in-out;
  }
  .topnav li.last {border-right:none}
  .topnav li a, .topnav li {background:#e4e1d3;}
  .topnav li a { display:block; width:100%; height:100%; padding:0.75em .5em; color:#444; text-align:center;
      -webkit-transition:all 250ms ease-in-out;
         -moz-transition:all 250ms ease-in-out;
              transition:all 250ms ease-in-out;
  }
  .topnav li.active, .topnav li.active a,
  .topnav li:hover, .topnav li:hover a {background:#ceccbf;}

  .topnav li.active a,
  .topnav li:hover a {color:#353434;}

  /* NAVIGATION
     ----------------------------------------------------*/
  .site-nav {margin:0 0 1.25em 0;}
  .site-nav ul {padding:0 0 12px;}
    .site-nav ul li {margin:8px 0;}
    .site-nav ul a {display:block; padding:0.35em 0.25em 0.25em 0.4em; line-height:1.2em; text-transform:none; color:#5e5d5c; font-size:1.25em; font-weight:300; font-family:"Adobe Garamond", Garmond, Georgia, "Times New Roman", Times, serif; border-bottom:2px solid transparent;}
    .site-nav ul a:hover {color:#fff; background:#0e2340;}
    .site-nav ul > .active > a {color:#fff; background:#d3af3e;}
    .site-nav ul li.last{margin:0 0 1em 0;}
  .site-nav ul ul {padding:0;}
    .site-nav ul ul a {padding:0 0 0 32px; text-indent:-12px; color:#444; font-size:1em; font-weight:normal; font-family:inherit; border:none;}
    .site-nav ul ul a:hover {color:#a0842b; border:none; background:none;}
    .site-nav ul ul > .active > a {color:#737271; border:none; font-weight:bold; background:none;}
  .site-nav ul ul ul {margin-left:0.5em; padding:0; font-size:0.9em; }
    .site-nav ul ul ul a {}
    .site-nav ul ul ul a:hover {background:none;}
    .site-nav ul ul ul .active > a {color:#555; font-weight:bold;}
    .site-nav ul ul ul .active > .current-last { color:#004da3; }
  .site-nav ul ul ul ul {margin-left:1.5em;}
    .site-nav ul ul ul ul a { padding:0 0 0 1.5em; }
  .site-nav ul ul ul ul ul {margin-left:1.5em; }

  .section-nav {display:none;}

  /* HOME
     ----------------------------------------------------*/
  .feature {margin:0 0 2em; text-align:center;}
    .feature1,
    .feature2 {margin:0 auto;}
    .feature-image {overflow:hidden; text-align:center;}
      .feature-image p,
      .feature-image img {margin:0 auto;}
  .primary {margin:0 auto 2em;}
    .primary .image-right,
    .primary .image-left,
    .primary .image-default {float:none; margin:0 0 1em;}
  .home .col {overflow:hidden; margin-bottom:2em; text-align:left;}
  .home .col h2 {font-size:1.35em; text-align:center; }
  .home .col p {margin:.5em 0;}
  .home .col .more {float:right; margin-top:.25em;}
  .col h2.date {display:none;}
  .col > h2:before,
  .col > h2:after { display:block; content:''; position:relative; height:3px;  position:absolute; left:0; right:0; background:#979695; }
  .col > h2:before {top:-5px;}
  .col > h2:after {bottom:-5px;}
  .col > h2 {position:relative; top:5px; margin:0 0 12px; padding:6px 0.5em ; color:#fffbe7; text-shadow:none; background:#0e2340;}
  .col > h2 a { color:#fff; }

  .col .entry-title {font-size:1.8em;}
  .home .entry-title {padding:0; border:none; font-size:1.2em; font-family:inherit;}
  .col-content .image-default {margin:1em 0;}
  .col-content {margin-bottom:4em;}
  .col-content a {color:#333;}
  .col-content a:hover {text-decoration:underline;}

  .social2 {display:none;}
  .home .social2 {display:block;}
  .social {list-style:none; padding:0; margin:0.65em 0;}
  .social li {display:inline-block;}
  .social a, .social a:hover {text-decoration:none; color:#333; line-height:2em;}
  .social a:hover > [data-icon]:before {color:#979695;}
  .social li:nth-child(1) {margin-right:1em;}
  .social li:nth-child(2) {margin-right:1em;}

  .tertiary {display:none; }
  /* .home .tertiary {display:block;} */
  .buttons {list-style:none; padding: 0; margin: 0 0 2em 0;}
  .buttons li {padding: 2px 0; border-top: .2em solid #979695; border-bottom: .2em solid #979695;}
  .buttons li.support {border:none; padding:0;}
  .buttons a {display:inline-block; text-align:center; width:100%; text-decoration:none; padding:0.5em; color:#fff; background:#0e2340; font-family:"Adobe Garamond", Garmond, Georgia, "Times New Roman", Times, serif; letter-spacing:1px; text-transform:uppercase;
      -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;
   }
  .buttons a:hover {background:#214d7e;}
  .buttons li.support a {background:#d3b03f; padding: .8em 0; border:none; padding:none;}
  .buttons li.support a:hover, .tertiary .buttons li.support:hover{background:#ba9a34;}


  /* CUSTOM PAGES
     ----------------------------------------------------*/
    .news-events .page-title {display:none;}
    .news-events .col h2 {margin-bottom:1em;}

  /* CSTHR Topic List */
  ul.LinkedList { display: block; }
  .HandCursorStyle { cursor: pointer; cursor: hand; }  /* For IE */

  /* FOOTER
     ----------------------------------------------------*/
  .site-footer {position:relative; clear:both; margin:0 1em; padding:1em 0; text-align:center;}
    .site-footer p { font-size:0.875em; }
  .site-info {margin:1em 0;}
  .site-info li {display:inline-block; *display:inline; *zoom:1; margin:0 2%;}
  .site-info a {text-decoration:underline;}
  .geo,
  .country-name {border:0; clip:rect(0 0 0 0); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px;}
  .address {display:block; margin:1em 0 0;}
  .org,
  .tel {display:block;}
  .ndmark {width:200px; margin:2em auto;}

}

/*************************************************************************************
 * 3. Media Queries
 ************************************************************************************/
/* 432px
   ----------------------------------------------------*/
@media only screen and (min-width:27em) {
  h2.date {font-size:1.35em;}
  .site-title a {background-size:60%;}
}

/* 580px
   ----------------------------------------------------*/
@media only screen and (min-width:36.250em) {
  .brandbar {padding:0 1em;}
  .brandbar .inner {padding:0;}
  .dept-nd {float:left;}

  .feature {overflow:hidden;}
    .feature1 {float:left; width:32%; margin-right:3%;}
    .feature2 {float:left; width:65%;}

    .entry-title{font-size:1.85em;}

  .tertiary .buttons {text-align:center;}
  .tertiary .buttons li {display:inline-block; vertical-align:top; width:49.5%;}
}

/* 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:30%;}

  .image-right img,
  .image-left img {max-width:auto;}

  .tablewrap {background:none;}

  .inner {padding:0 2em;}
  .site-header {text-align:left;}
  .brandbar {padding:0 2em;}
  .titlebar {padding:0;}
    .titlebar.subhead {padding:0.7em 1em;}
  .site-title {float:left; margin:.5em 0 0.75em; padding:0; font-size:1.9em;}
    .site-title a {width:400px; margin:0; background-position:center left; background-size:100%;}

    .sublined {float:left;}
    .subline {float:left;}
  .search-input {width:auto; font-size:0.8em;}

  .header-util {float:right; top:3em; margin:0; padding:0; text-align:right;}
    .subhead .header-util {top:1.4em;}
    .header-util form {width:auto; margin:0;}
    .header-util nav {display:block; margin:3px 0;}
    .header-util nav ul {margin:0; text-align:right;}
    .header-util nav li {width:auto; display:inline-block; text-align:right; margin:0 .5em .5em .5em;}
    .header-util nav .event-top {margin-right:0;}
    .header-util nav a {font-size:0.825em; font-weight:normal; color:#737271;}
    .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:#9b8337; text-decoration:underline; text-shadow:0 1px rgba(255,255,255,.9); }
    .header-util .menu-skip,
    .header-util .search-toggle {display:none;}
    .search-button {width:23px; height:23px;}
      .search-button:before {top:0; left:2px; font-size:18px;}

  .site-content {padding-top:1em;}
  .alpha {display:inline-block; *display:inline; *zoom:1; vertical-align:top; width:76%; margin:0 0 0 24%;}
    .topnav-true.home .alpha {display:block; width:auto; margin:0;}
    
  .beta {display:inline-block; *display:inline; *zoom:1; vertical-align:top; width:20%; margin:0 0 0 -100%; padding:0; border:none;
    -webkit-box-shadow:none;
       -moz-box-shadow:none;
            box-shadow:none;
  }
    .full-width .alpha {width:auto; margin:0;}
    .full-width .beta {display:none;}
  
  .home .tertiary {display:block;}
  .main {float:left; width:70%; padding:0 4em 0 0;}
  .aside {float:left; width:30%; max-width:320px; margin:0 0 1em; padding:0;}

  /* Homepage */
  .primary {margin:0 0 2em;}
    .primary .image-right {max-width:40%; float:right; margin:0 0 1em 1em;}
    .primary .image-left {max-width:40%; float:left; margin:0 1em 1em 0;}

  .col {display:inline-block; *display:inline; *zoom:1; vertical-align:top; width:46%;}
    .col h2 {margin-top:0;}
    .col1 {margin-right:6%;}
    .col3 {width:100%;}

    .wide-narrow .col1,
    .narrow-wide .col2 {width:60%;}
    .wide-narrow .col2,
    .narrow-wide .col1 {width:34%;}

  .topnav-true.home .beta {display:none;}

  .full-width .alpha {width:100%;}
  .full-width .col {width:47%;}

  /* Navigation */
  .topnav,
  .topnav-true .section-nav {display:block;}
  .topnav-true .fullnav {display:none;}
  .topnav div {display:table; margin:0;}
    .topnav .depth_1 {display:table-row;}
    .topnav .depth_1 > li {display:table-cell; width:14.285714286%;}

  /* Alumni Map */
  .alumni-map {height:400px;}

  /* Footer */
  .site-footer {margin:0 2em; padding:2em 0; text-align:left;}
    .ndmark {position:absolute; right:0; top:2.2em; margin:0;}
    .site-link {display:block;}
    .org {display:inline;}
}

/* 715px
   ----------------------------------------------------*/
@media only screen and (min-width:44.688em) {
  .topnav li a {padding:.4em .2em;}
}

/* 765px
   ----------------------------------------------------*/
@media only screen and (min-width:47.813em) {
  .topnav li a {padding:.4em .4em;}
  .dept {display:block; border:none; float:right;}
}

/* 825px
   ----------------------------------------------------*/
@media only screen and (min-width:51.563em) {
  .topnav .depth_1 > li {width:auto;}
  .topnav li a {padding:.4em .7em;}
}

/* 920px
   ----------------------------------------------------*/
@media only screen and (min-width:57.5em) {
  .dept {border-top:0 none;
    -webkit-box-shadow:none;
       -moz-box-shadow:none;
            box-shadow:none;
  }
  .dept a {float:right; height:50px;}
  .dept-nd a {float:left; height:50px;}
  .brandbar {padding:0 2em;}
    .titlebar.subhead {padding:1.1em 0;}
  .site-title {margin:0.65em 0 0.85em;}
    .header-util {top:2em;}

  .topnav li {font-size:1.1em;}
  .topnav li a {padding:.4em .5em;}

  .tertiary .buttons li {width:24.5%;}

  .three-column .col1,
  .three-column .col2,
  .three-column .col3 {width: 31%;}

  .three-column {text-align:center;}
  .three-column .col2, .three-column .col1 {margin-right:2.8%;}

  .site-footer {margin:1em 2em; padding:1em 0;}
    .ndmark {right:0;}

  .lt-ie9 .topnav-true .flex-caption {padding:0; background:#e4e1d3;}
  .lt-ie9 .flex-caption h2 {font-size:1.6em;}
  .lt-ie9 .flex-controls {background:transparent;}

  /* Full Width */
  .lt-ie9 .topnav-true .flex-container {background:#e4e1d3;}
  .lt-ie9 .topnav-true .slides img {float:left; width:60%; border-right:.25em solid #f8f6ed;
         box-sizing:border-box;
    -moz-box-sizing:border-box
  }
  .lt-ie9 .topnav-true .flex-caption {float:left; width:40%; background:#e4e1d3;}
  .lt-ie9 .topnav-true .flex-controls {position:absolute; bottom:0; right:0; width:40%;}

  /* Alumni Map */
  .alumni-map {height:600px;}

}

/* 960px
   ----------------------------------------------------*/
@media only screen and (min-width:60em) {
  .hentry-home article {width:86%;}

  .contact-info {margin:0;}
  .address {margin:0;}
  .site-link,
  .org,
  .tel {display:inline-block; *display:inline; *zoom:1; margin:0 1em 0 0;}

  .events .vevent { margin-left:1.5em; margin-right:1.5em;}
    .event .vevent { margin-left:0; margin-right:0;}

  .topnav li a {padding: .4em .65em;}

  /* IE Over-rides */
  .lt-ie8 .header-util nav li {float:right;}
  .lt-ie8 .header-util form {width:300px;}
  .lt-ie8 .search-input {float:left;}
  .lt-ie8 .main {width:60%;}
}

/* 1024px
   ----------------------------------------------------*/
@media only screen and (min-width:64em) {
  .brandbar {padding:0;}
  .inner {max-width:94%; padding:0;}
    .site-content {padding:1em 0;}
    .site-footer {padding:2em 0;}
  .site-title a {width:475px; height:98px; margin:0; background:url(images/logo_new.png) 0 0 no-repeat;}
  .header-util {top:2.7em;}

  .topnav li {font-size:1.2em;}
  .topnav li a {padding:.4em .7em;}

  .tertiary .buttons {margin:0;}
  .tertiary .buttons a {font-size:1.075em;}
}

/* 1200px
   ----------------------------------------------------*/
@media only screen and (min-width:75em) {
  .inner,
  .site-footer {max-width:90%; margin:0 auto;}
  .topnav {padding:0; max-width:90%; margin:0 auto;}
  .secondary {width:78%; float:right;}
  .home .tertiary {width:20%;}
  .home .tertiary .buttons li {width:100%; margin-bottom:.5em;}
}

/* 1360px
   ----------------------------------------------------*/
@media only screen and (min-width:85em) {
  .inner,
  .topnav,
  .site-footer {max-width:80%;}
}

/* 1500px
   ----------------------------------------------------*/
@media only screen and (min-width:93.75em) {
  .inner,
  .topnav,
  .site-footer {max-width:80em;}
}

/* Hi-res
   ----------------------------------------------------*/
@media
  (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi){

    .more {background-image:url(images/more@2x.png);
      -webkit-background-size:12px 17px;
         -moz-background-size:12px 17px;
           -o-background-size:12px 17px;
              background-size:12px 17px;
    }

    .site-title a {background:url(images/logo_new@2x.png) 0 0 no-repeat;
      -webkit-background-size:contain;
         -moz-background-size:contain;
           -o-background-size:contain;
              background-size:contain;
      }

    .dept-nd a,
    .dept a {
      -webkit-background-size:auto 50px;
         -moz-background-size:auto 50px;
           -o-background-size:auto 50px;
              background-size:auto 50px;
    }
    .dept-nd a   {background-image:url(//www.nd.edu/assets/images/brandbar/dept-nd-white@2x.png);}
    .dept-ksga a {background-image:url(//static.nd.edu/images/brandbar/dept-ksga-white@2x.png);}

}


/*************************************************************************************
 * 4. Print Styles
 ************************************************************************************/
@media print {

  @page {margin:0.5cm;}
  body {font-family:Georgia, "Times New Roman", Times, serif; color:#000;}
  img, tr {page-break-inside:avoid;}
  p, h2, h3 {orphans:3; widows:3;}
  h2, h3 {page-break-after:avoid;}

  /* Styles
     ----------------------------------------------------*/
  a[href^="javascript:"]:after,
  a[href^="#"]:after {content:"";}
  .ndmark {width:150px;}
  .image-right img,
  .image-left img {max-width:none;}
  .image-right img {float:right; margin:0 0 1em 2em;}
  .image-left img {float:left; margin:0 2em 1em 0;}

  /* HIDDEN
     ----------------------------------------------------*/
  .breadcrumbs,
  .header-util,
  .skip-links,
  .site-nav,
  .topnav,
  .social {display:none;}

  /* STRUCTURE
     ----------------------------------------------------*/
  .site-header {overflow:hidden; position:relative; margin:0 0 20px; padding:0 0 20px; border-bottom:1px solid gray;}
    .dept-nd {text-indent:-100%; white-space:nowrap; overflow:hidden;}
    .site-header .ndmark {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) ")";}

  .site-footer {position:relative; clear:both; margin:20px 0 0; padding:20px 0 0; border-top:1px solid gray;}
    .geo,
    .country-name {display:none;}
    .tel {display:block;}
    .site-footer .ndmark {position:absolute; top:20px; right:0;}

}