/*!
Updated:2013.04.19

Authors:
Erik Runyon & Philip Zastrow
University Communications: Web

CONTENTS
-----------------------------------------
1. Common Styles
2. Screen Styles
3. Media Queries
4. Print Styles

BRANDING
-----------------------------------------
1. COLORS
   - Blue (Headings): #002b5b
   - Blue (Links): #004da3
   - Gold: #dcb439

2. FONT STACKS
   - Headings: 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
 ************************************************************************************/
* {-moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
@-ms-viewport {width:device-width;}

html {width:100%; margin:0; padding:0; font-size:100%; overflow-y:scroll; background:url(images/bg.png) 0 0 repeat;
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
  text-size-adjust:100%;
  -webkit-font-smoothing:antialiased;
  -moz-font-smoothing:antialiased;
  font-smoothing:antialiased;
}
body {width:100%; margin:0; padding:0; color:#333; font-size:1em; line-height:1.5em; font-family:"Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {display:block;}
audio, canvas, video {display:inline-block; *display:inline; *zoom:1;}
audio:not([controls]) {display:none;}
[hidden] {display:none;}
p {margin:0 0 1em;}
p + p {margin:1em 0;}
a, a:link {color:#004da3; outline:none; -webkit-tap-highlight-color:rgba(220,179,57,.9);}
a:visited {color:#4a3651;}
a:hover {color:#002b5b}
a:active {color:#aa272f;}
a:focus {outline:thin dotted;}
::-moz-selection,
::selection {background:#0058cf; color:#fff; text-shadow:none;}
strong, b {font-weight:bold;}
em, i {font-style:italic;}
h1,h2,h3,h4,h5,h6 {margin:1.4em 0 0.25em; line-height:1.1em; color:#002b5b; font-weight:300; text-shadow:0 1px rgba(255,255,255,0.6); text-rendering:optimizeLegibility; font-family:GPC, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {text-decoration:none; color:#333;}
h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited {color:#004da3;}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {text-decoration:underline;}
h1 {margin-top:0; font-size:2.0em;}
h2 {font-size:1.6em;}
h3 {font-size:1.4em;}
h4 {font-size:1.4em;}
h5 {font-size:1.3em;}
h6 {font-size:1.2em;}
h1 + h2,
h1 + .image-right + h2,
h1 + .image-left + h2,
h2 + h3,
h3 + h4,
h4 + h5 {margin-top:0;}

ol, ul {padding:0 0 0 2em;}
li {margin:0 0 0.25em;}
nav ul {margin:0; padding:0; list-style:none;}
nav li {margin:0; padding:0;}
nav a {text-decoration:none;}

table {width:100%; margin:2em 0; border-collapse:collapse; border-spacing:0;}
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:2em 1em; padding:0;}
blockquote p {margin:0; line-height:2em; color:#002b5b; font-size:1.1em;}
blockquote footer {display:block; margin-top:1em; color:#666; line-height:1.5em; font-style:italic; font-size:0.8em; font-family:"Adobe Garamond", Garmond, Georgia, "Times New Roman", Times, serif;}
blockquote.pull p {font-style:normal;}

/* Images
   ----------------------------------------------------*/
img {max-width:100%; border:none; vertical-align:bottom; -ms-interpolation-mode:bicubic;
  -webkit-box-sizing:content-box;
     -moz-box-sizing:content-box;
          box-sizing:content-box;
}
.image-default,
.image-right,
.image-left {margin:0;}
.image-right {float:right; margin:0 0 1em 1em;}
.image-left {float:left; margin:0 1em 1em 0;}
.image-center {text-align:center;}
.image-default a,
.image-right a,
.image-left a {display:block; text-decoration:none; border:none;}
.image-left + h2 {margin-top:0;}
.captioned img {margin-bottom:0.5em;}

figure {margin:0 0 1em;}
figure,
aside.right,
figure.right {float:right; max-width:100%;}
aside.right p {margin-right:0;}
figure.left {float:left;}
figcaption {display:block; text-align:left; line-height:1.5em;}
  figcaption blockquote {width:auto; font-weight:normal;}

/* Icons
   <i aria-hidden="true" data-icon="a"></i>
   ----------------------------------------------------*/
[data-icon]:before {vertical-align:bottom; color:#333; font-size:20px; font-family:NDIcons; content:attr(data-icon); speak:none; font-style:normal;}
[data-icon="1"]:before {display:inline-block; *display:inline; *zoom:1; vertical-align:middle; font-size:240px; color:#002044;}

/* Buttons */
.btn {display:inline-block; *display:inline; *zoom:1; white-space:nowrap; margin-bottom:0; *margin-left:.3em; padding:0.25em 0.5em 0.25em 0.25em; cursor:pointer; font-size:1em; line-height:1em; text-decoration:none; color:#333; text-align:left; vertical-align:middle; border:1px solid transparent;
  -webkit-border-radius:3px;
     -moz-border-radius:3px;
          border-radius:3px;
}
.btn:visited {color:#004da3;}
.btn.active {border:1px solid #666;
  background:#eeeeee;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(50%,#ddd), color-stop(51%,#ccc), color-stop(100%,#ccc));
  background:-webkit-linear-gradient(top, #eee 0%, #ddd 50%, #ccc 51%, #ccc 100%);
  background:   -moz-linear-gradient(top, #eee 0%, #ddd 50%, #ccc 51%, #ccc 100%);
  background:    -ms-linear-gradient(top, #eee 0%, #ddd 50%, #ccc 51%, #ccc 100%);
  background:        linear-gradient(top, #eee 0%, #ddd 50%, #ccc 51% ,#ccc 100%);
}
.btn:hover,
.btn.active:hover {border:1px solid #003877; color:#fff; text-shadow:0 -1px rgba(0,0,0,0.5);
  background:#0073d0;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#0073d0), color-stop(50%,#0062bc), color-stop(51%,#004da3), color-stop(100%,#004da3));
  background:-webkit-linear-gradient(top, #0073d0 0%, #0062bc 50%, #004da3 51%, #004da3 100%);
  background:   -moz-linear-gradient(top, #0073d0 0%, #0062bc 50%, #004da3 51%, #004da3 100%);
  background:    -ms-linear-gradient(top, #0073d0 0%, #0062bc 50%, #004da3 51%, #004da3 100%);
  background:        linear-gradient(top, #0073d0 0%, #0062bc 50%, #004da3 51%, #004da3 100%);
  -webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn [data-icon]:before {font-size:1.25em;}
.btn:hover [data-icon]:before {color:#fff;}

/* Quotes
   ----------------------------------------------------*/
blockquote {margin:2em 1em; padding:0;}
blockquote p {margin:0; line-height:2em; color:#002b5b; font-size:1.1em; font-style:italic; font-family:"Adobe Garamond", Garmond, Georgia, "Times New Roman", Times, serif;}
blockquote p cite {display:block; margin-top:1em; color:#666; line-height:1.5em; font-style:normal; font-weight:bold; font-size:0.8em; font-family:"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;}
blockquote.pull {float:right; font-style:normal;}

/* General Classes
   ----------------------------------------------------*/
.noborder {border:none !important;}
.cal {padding:1px 0 0 20px; background:url(images/icons/cal.png) left center no-repeat;}
.pdf {padding:1px 0 0 20px; background:url(images/icons/pdf.png) left center no-repeat;}
.ndmark {display:block; width:200px; max-width:100%; text-decoration:none;}

.cf:before, .cf:after {content:"\0020"; display:block; height:0; overflow:hidden;}
.cf:after {clear:both;}
.cf {zoom:1;}

.more,
.excerpt_continuation {clear:both; float:none; display:inline-block; *display:inline; *zoom:1; margin:0; padding:0 24px 0 0; text-decoration:none; font-size:1.2em; line-height:1.2em; font-weight:300; font-family:GPC, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; background:url(images/more.png) right center no-repeat;}
  .more:visited {color:#004da3;}
  .more.right {display:block; text-align:right;}
  .more:hover {text-decoration:underline;}

.bars {padding:0 0 30px; background:url(images/bars-gold.png) bottom left repeat-x;}
.bordertop {border-top:1px solid #ccc;
  -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.9);
     -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.9);
          box-shadow:inset 0 1px 0 rgba(255,255,255,0.9);
}

/* Breadcrumbs
   ----------------------------------------------------*/
.breadcrumbs {display:block; overflow:hidden; margin:0 0 1em; padding:0; list-style:none; font-size:0.8em;}
.breadcrumbs li {display:inline; float:left; margin:0 4px 0 0;}
.breadcrumbs a {text-decoration:none;}
.breadcrumbs a:hover {text-decoration:underline;}
.breadcrumbs a:visited {color:#004da3;}

/* Fonts
   ----------------------------------------------------*/
@font-face {font-family:NDIcons;
  src:url('https://static.nd.edu/fonts/nd/nd.v2.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#NDIcons') format('svg');
}
@font-face {font-family:GPC;
  src:url('https://static.nd.edu/fonts/gp-min/gpc-book.eot');
  src:url('https://static.nd.edu/fonts/gp-min/gpc-book.eot?iefix') format('embedded-opentype'),
      url('https://static.nd.edu/fonts/gp-min/gpc-book.woff') format('woff'),
      url('https://static.nd.edu/fonts/gp-min/gpc-book.ttf') format('truetype');
}

.skip-links {border:0; clip:rect(0 0 0 0); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px;}
.skip-links:active, .skip-links:focus {clip:auto; height:auto; margin:0; overflow:visible; position:static; width:auto;}

/* NEWS & EVENTS
   ----------------------------------------------------*/
article {overflow:hidden; clear:both; margin-bottom:4em;}
article header {margin:0 0 1em;}
  .events .vevent { margin-left:1em; margin-right:1em;}
.additional-links {margin:0 0 1em; padding:0; list-style:none;}
  .additional-links li {display:inline-block; *display:inline; *zoom:1; margin:0;}
  .additional-links a {text-decoration:none;}
.entry-title {margin:0 0 0.25em; padding:0 0 0.25em; font-size:2.2em; border-bottom:2px solid #DCB439;}
  .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;}
.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.425em;}

/* SEARCH
   ----------------------------------------------------*/
.search-count,
.search-time {font-family:inherit;}
.search-count {margin:0; font-size:1.4em;}
  .search-query {}
.search-time {margin:0 0 1em; font-size:1.2em;}
.search-results {margin:1em 0; padding:0; list-style:none;}
  .search-results li {margin:0;}
  .search-record {}
    .search-record header {margin:0 0 0.5em;}
    .search-result-title {font-size:1.4em;}
    .search-result-url {font-size:0.9em; font-family:inherit;}
      .search-result-url a {color:#388222;}
    .search-result-excerpt {margin:0 0 0.5em; line-height:1.3em;}
    .search-result-meta {color:#999; font-size:0.9em;}
      .search-result-size {}
      .search-result-date {}
.pagination {}
  .pagination a {}

/*************************************************************************************
 * 2. Screen Styles
 ************************************************************************************/
@media screen,projection {

  .image-default img,
  .image-right img,
  .image-left img {border:1px solid #000;
    -webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.4);
       -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.4);
            box-shadow:0 1px 3px rgba(0, 0, 0, 0.4);
  }

  /* HEADER
     ----------------------------------------------------*/
  .site-header {text-align:center;}
  .brandbar,
  .titlebar {overflow:hidden;}
  .brandbar {border-bottom:1px solid #001227;
    background:#002b5b url(images/texture-checkers-lightblue50.png) 0 0 repeat;
    background:url(images/texture-checkers-lightblue50.png), -webkit-linear-gradient(top, #003b7c 0%, #001227 100%);
    background:url(images/texture-checkers-lightblue50.png), -moz-linear-gradient(top, #003b7c 0%, #001227 100%);
    background:url(images/texture-checkers-lightblue50.png), linear-gradient(top, #003b7c 0%, #001227 100%);
    -webkit-box-shadow:0 1px #007ad9 inset, 0 -12px 3px -10px rgba(0,0,0,0.4) inset;
    -moz-box-shadow:0 1px #007ad9 inset, 0 -12px 3px -10px rgba(0,0,0,0.4) inset;
    box-shadow:0 1px #007ad9 inset, 0 -12px 3px -10px rgba(0,0,0,0.4) inset;
  }
    .theme-gold-blue .brandbar { border-bottom:1px solid #600;
      background:#dcb439 url(images/texture-gold.png) 0 0 repeat;
      background:-webkit-linear-gradient(top, rgba(247,234,179,0.8) 0%, rgba(247,234,179,0.3) 50%, rgba(247,234,179,0.2) 51%, rgba(247,234,179,0) 100%), url(images/texture-gold.png);
      background:   -moz-linear-gradient(top, rgba(247,234,179,0.8) 0%, rgba(247,234,179,0.3) 50%, rgba(247,234,179,0.2) 51%, rgba(247,234,179,0) 100%), url(images/texture-gold.png);
      background:        linear-gradient(top, rgba(247,234,179,0.8) 0%, rgba(247,234,179,0.3) 50%, rgba(247,234,179,0.2) 51%, rgba(247,234,179,0) 100%), url(images/texture-gold.png);
      -webkit-box-shadow:0 1px #fff inset, 0 -5px 5px -4px rgba(120,0,100,0.8) inset, 0 1px 5px rgba(0,0,0,0.3);
         -moz-box-shadow:0 1px #fff inset, 0 -5px 5px -4px rgba(120,0,100,0.8) inset, 0 1px 5px rgba(0,0,0,0.3);
              box-shadow:0 1px #fff inset, 0 -5px 6px -4px rgba(120,0,100,0.8) inset, 0 1px 5px rgba(0,0,0,0.3);
    }
  .site-header h2 {display:none; border-top: 1px solid  #000;
    -webkit-box-shadow: 0 1px rgba(0,122,217,0.4) inset;
       -moz-box-shadow: 0 1px rgba(0,122,217,0.4) inset;
            box-shadow: 0 1px rgba(0,122,217,0.4) inset;
  }

    .theme-gold-blue .site-header h2 { border-top: 1px solid  #600;
      -webkit-box-shadow: 0 1px rgba(255,255,255,.4) inset;
         -moz-box-shadow: 0 1px rgba(255,255,255,.4) inset;
              box-shadow: 0 1px rgba(255,255,255,.4) inset;
    }
  .site-header h3,
  .site-header h2 {margin:0; padding:0;}
  .site-header h3 a,
  .site-header h2 a {display:block;  margin:0 auto; text-decoration:none; height:50px; text-indent:-9999px; overflow:hidden; background-repeat:no-repeat; background-position:0 0;}
    .theme-gold-blue .site-header h3 a,
    .theme-gold-blue .site-header h2 a {background-position:0 -50px;}
  .site-header h3 img {display:none;}

  .titlebar {padding:0.75em 0; border-bottom:1px solid #5e4724;
    background:#dcb439 url(images/texture-gold.png) 0 0 repeat;
    background:-webkit-linear-gradient(top, rgba(247,234,179,0.8) 0%, rgba(247,234,179,0.3) 50%, rgba(247,234,179,0.2) 51%, rgba(247,234,179,0) 100%), url(images/texture-gold.png);
    background:   -moz-linear-gradient(top, rgba(247,234,179,0.8) 0%, rgba(247,234,179,0.3) 50%, rgba(247,234,179,0.2) 51%, rgba(247,234,179,0) 100%), url(images/texture-gold.png);
    background:        linear-gradient(top, rgba(247,234,179,0.8) 0%, rgba(247,234,179,0.3) 50%, rgba(247,234,179,0.2) 51%, rgba(247,234,179,0) 100%), url(images/texture-gold.png);
    -webkit-box-shadow:0 1px #fff inset, 0 -5px 5px -4px rgba(120,0,100,0.8) inset, 0 1px 5px rgba(0,0,0,0.3);
       -moz-box-shadow:0 1px #fff inset, 0 -5px 5px -4px rgba(120,0,100,0.8) inset, 0 1px 5px rgba(0,0,0,0.3);
            box-shadow:0 1px #fff inset, 0 -5px 6px -4px rgba(120,0,100,0.8) inset, 0 1px 5px rgba(0,0,0,0.3);
  }
    .theme-gold-blue .titlebar { border-bottom:1px solid #000;
      background:#002b5b;
      background:-webkit-linear-gradient(top, #004997 0%, #002652 100%);
      background:   -moz-linear-gradient(top, #003b7c 0%, #002b5b 100%);
      background:        linear-gradient(top, #003b7c 0%, #002b5b 100%);
      -webkit-box-shadow:0 1px #007ad9 inset, 0 -12px 3px -10px rgba(0,0,0,0.4) inset;
         -moz-box-shadow:0 1px #007ad9 inset, 0 -12px 3px -10px rgba(0,0,0,0.4) inset;
              box-shadow:0 1px #007ad9 inset, 0 -12px 3px -10px rgba(0,0,0,0.4) inset;
    }

  .site-header h1 {clear:both; margin:0 auto 0.5em; padding:0; font-size:1.75em; font-weight:normal; text-shadow:0 1px rgba(255,255,255,0.7); font-family:Georgia, "Times New Roman", serif;}
  .site-header h1 a {display:block; border:none; color:#002b5b; text-decoration:none;}
    .theme-gold-blue .site-header h1 a {color:#fff; text-shadow:0 -1px rgba(0,0,0,.8);}
    .site-header h1 a:hover {text-decoration:none;}
    .subhead {}
     .site-header .sublined h1 {margin:0;}
     .site-header h4 {clear:left; margin:0.25em 0 0.5em; color:#333; font-family:inherit; font-size:1em;}

     .dept-nd a   {width:301px; background-image:url('https://static.nd.edu/images/brandbar/dept-nd-white.png');}
     .dept-arch a {width:287px; background-image:url('https://static.nd.edu/images/brandbar/dept-arch-white.png');} /* School of Architecture */
     .dept-athl a {width:288px; background-image:url('https://static.nd.edu/images/brandbar/dept-athl-white.png');} /* Department of Athletics */
     .dept-auxo a {width:254px; background-image:url('https://static.nd.edu/images/brandbar/dept-auxo-white.png');} /* Auxiliary Operations */
     .dept-buso a {width:357px; background-image:url('https://static.nd.edu/images/brandbar/dept-buso-white.png');} /* Office of Business Operations */
     .dept-cams a {width:195px; background-image:url('https://static.nd.edu/images/brandbar/dept-cams-white.png');} /* Campus Services */
     .dept-coal a {width:316px; background-image:url('https://static.nd.edu/images/brandbar/dept-coal-white.png');} /* College of Arts and Letters */
     .dept-cont a {width:274px; background-image:url('https://static.nd.edu/images/brandbar/dept-cont-white.png');} /* Office of the Controller */
     .dept-cosc a {width:218px; background-image:url('https://static.nd.edu/images/brandbar/dept-cosc-white.png');} /* College of Science */
     .dept-engr a {width:285px; background-image:url('https://static.nd.edu/images/brandbar/dept-engr-white.png');} /* College of Engineering */
     .dept-enrl a {width:253px; background-image:url('https://static.nd.edu/images/brandbar/dept-enrl-white.png');} /* Enrollment Division */
     .dept-evpo a {width:450px; background-image:url('https://static.nd.edu/images/brandbar/dept-evpo-white.png');} /* Office of the Executive Vice President */
     .dept-fdao a {width:381px; background-image:url('https://static.nd.edu/images/brandbar/dept-fdao-white.png');} /* Facilities Design and Operations */
     .dept-fyst a {width:252px; background-image:url('https://static.nd.edu/images/brandbar/dept-fyst-white.png');} /* First Year of Studies */
     .dept-genc a {width:321px; background-image:url('https://static.nd.edu/images/brandbar/dept-genc-white.png');} /* Office of General Council */
     .dept-grad a {width:244px; background-image:url('https://static.nd.edu/images/brandbar/dept-grad-white.png');} /* The Graduate School */
     .dept-hurs a {width:323px; background-image:url('https://static.nd.edu/images/brandbar/dept-hurs-white.png');} /* Office of Human Resources */
     .dept-invs a {width:231px; background-image:url('https://static.nd.edu/images/brandbar/dept-invs-white.png');} /* Investment Office */
     .dept-ksga a {width:383px; background-image:url('https://static.nd.edu/images/brandbar/dept-ksga-white.png');} /* Keough School of Global Affairs */
     .dept-mcob a {width:352px; background-image:url('https://static.nd.edu/images/brandbar/dept-mcob-white.png');} /* Mendoza College of Business */
     .dept-meca a {width:565px; background-image:url('https://static.nd.edu/images/brandbar/dept-meca-white.png');} /* Office of Mission Engagement and Church Affairs */
     .dept-laws a {width:170px; background-image:url('https://static.nd.edu/images/brandbar/dept-laws-white.png');} /* The Law School */
     .dept-oocs a {width:280px; background-image:url('https://static.nd.edu/images/brandbar/dept-oocs-white.png');} /* Office of Campus Safety */
     .dept-ooit a {width:444px; background-image:url('https://static.nd.edu/images/brandbar/dept-ooit-white.png');} /* Office of Information Technologies */
     .dept-opac a {width:525px; background-image:url('https://static.nd.edu/images/brandbar/dept-opac-white.png');} /* Office of Public Affairs and Communications */
     .dept-ores a {width:258px; background-image:url('https://static.nd.edu/images/brandbar/dept-ores-white.png');} /* Notre Dame Research */
     .dept-pres a {width:258px; background-image:url('https://static.nd.edu/images/brandbar/dept-pres-white.png');} /* Office of the President */
     .dept-prov a {width:235px; background-image:url('https://static.nd.edu/images/brandbar/dept-prov-white.png');} /* Office of the Provost */
     .dept-staf a {width:322px; background-image:url('https://static.nd.edu/images/brandbar/dept-staf-white.png');} /* Office of Student Affairs */
     .dept-urel a {width:375px; background-image:url('https://static.nd.edu/images/brandbar/dept-urel-white.png');} /* Office of University Relations */
     .dept-vpor a {width:466px; background-image:url('https://static.nd.edu/images/brandbar/dept-vpor-white.png');} /* Office of the Vice President for Research */
     .dept-intr a {width:380px; background-image:url('https://static.nd.edu/images/brandbar/dept-intr-white.png');} /* Office of Internationalization */
     .dept-spir a {width:556px; background-image:url('https://static.nd.edu/images/brandbar/dept-spir-white.png');} /* Office of Strategic Planning and Institutional Research */
     .dept-acfs a {width:202px; background-image:url('https://static.nd.edu/images/brandbar/dept-acfs-white.png');} /* Office of Finance */

  .header-util {position:relative; margin:0 auto; padding:0 1em; text-align:center;}
    .header-util form {display:inline-block; *display:inline; *zoom:1; width:91%; margin:0 auto 0.5em; padding:1px 1px 1px 4px; border:1px solid #986633; line-height:1.1em; background-color:#fff;
      -moz-border-radius:5px;
           border-radius:5px;
      -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.3), 0 1px rgba(255,255,255,0.65);
         -moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.3), 0 1px rgba(255,255,255,0.65);
              box-shadow:inset 0 1px 2px rgba(0,0,0,0.3), 0 1px rgba(255,255,255,0.65);
    }
    .theme-gold-blue .header-util form { border-color:#000;
      -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3), 0 1px rgba(0,120,255,.5);
         -moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3), 0 1px rgba(0,120,255,.5);
              box-shadow:inset 0 1px 2px rgba(0,0,0,.3), 0 1px rgba(0,120,255,.5);
    }
    .header-util label {border:0; clip:rect(0 0 0 0); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px;}
    .search-input {display:inline-block; *display:inline; *zoom:1; vertical-align:middle; width:86%; height:1.7em; margin:0; padding:0; border:none; font-family:inherit; font-size:1.2em; color:#444; -webkit-appearance:textfield; background:transparent;}

    .search-button {display:inline-block; *display:inline; *zoom:1; float:right; position:relative; text-indent:-9999px; overflow:hidden; width:2em; height:2em; margin:0; padding:0; border:1px solid #adadad; cursor:pointer; -moz-border-radius:5px; border-radius:3px;
      background-color:#d3d3d3;
      background:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .9)), to(rgba(255, 255, 255, .0))), hsl(0, 0%, 65%);
      background:-webkit-linear-gradient(top, rgba(255, 255, 255, .9), rgba(255, 255, 255, .0)), hsl(0, 0%, 65%);
      background:   -moz-linear-gradient(top, rgba(255, 255, 255, .9), rgba(255, 255, 255, .0)), hsl(0, 0%, 65%);
      background:        linear-gradient(top, rgba(255, 255, 255, .9), rgba(255, 255, 255, .0)), hsl(0, 0%, 65%);
      -webkit-transition:all .15s ease-in-out;
         -moz-transition:all .15s ease-in-out;
           -o-transition:all .15s ease-in-out;
              transition:all .15s ease-in-out;
    }
      .lt-ie9 .search-button {background:#a5a5a5 url(/images/icons/searchmag.png) center center no-repeat;}
    .search-button:hover {
      border:1px solid #a9740c;
      background:center center no-repeat #edd854;
      background:center center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edd854), color-stop(100%,#cc921f));
      background:center center no-repeat, -webkit-linear-gradient(top, #edd854 0%,#cc921f 100%);
      background:center center no-repeat,    -moz-linear-gradient(top, #edd854 0%,#cc921f 100%);
      background:center center no-repeat,         linear-gradient(top, #edd854 0%,#cc921f 100%);
    }

    .search-button:active {
      background: center center no-repeat #cc921f;
      background: center center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc921f), color-stop(100%,#edd854));
      background: center center no-repeat, -webkit-linear-gradient(top, #cc921f 0%,#edd854 100%);
      background: center center no-repeat,    -moz-linear-gradient(top, #cc921f 0%,#edd854 100%);
      background: center center no-repeat,         linear-gradient(top, #cc921f 0%,#edd854 100%);
    }
    .search-button:before { content:attr(data-icon); display:block; position:absolute; top:0; left:0.1em; color:#444; font-size:1.6em; font-family:NDIcons; text-indent:0; text-shadow:0 1px #eee; }
      .lt-ie9 .search-button:before {content:'';}
    .search-button:hover:before { color:#002b5b; text-shadow:0 1px rgba(255,255,255,0.6); }
    .search-button:active:before { text-shadow:0 -1px rgba(255,255,255,0.6); }

  .header-util nav ul {margin:0.4em 0 0; text-align:center; line-height:1em;}
  .header-util nav li {display:inline-block; *display:inline; *zoom:1; width:32%;}
  .header-util nav a { display:block; padding:.625em; color:#002b5b; font-family:"HelveticaNeue",Helvetica,Arial,sans-serif; font-weight:bold; text-decoration:none; text-shadow:0 1px rgba(255,255,255,.9); border:1px solid #562e07;
        border-radius:3px;
        background-color:#dcb439;
        background-image:-webkit-radial-gradient(50% 20%, rgba(255,255,255,.5) 0%, rgba(255,255,255,0) 100%);
        background-image:   -moz-radial-gradient(50% 20%, rgba(255,255,255,.5) 0%, rgba(255,255,255,0) 100%);
        background-image:        radial-gradient(50% 20%, rgba(255,255,255,.5) 0%, rgba(255,255,255,0) 100%);
        -webkit-box-shadow:0 1px rgba(255,255,255,.4) inset, 0 1px 2px rgba(0,0,0,.3), 0 0 4px rgba(82,31,0,.4) inset;
           -moz-box-shadow:0 1px rgba(255,255,255,.4) inset, 0 1px 2px rgba(0,0,0,.3), 0 0 4px rgba(82,31,0,.4) inset;
                box-shadow:0 1px rgba(255,255,255,.4) inset, 0 1px 2px rgba(0,0,0,.3), 0 0 4px rgba(82,31,0,.4) inset;
        -webkit-box-sizing:border-box;
           -moz-box-sizing:border-box;
                box-sizing:border-box;
  }
  .header-util nav a:hover { color:#fff; text-shadow:0 -1px rgba(0,0,0,.9); border:1px solid #001834;
        background-color:#002b5b;
        background-image:-webkit-radial-gradient(50% 20%, rgba(0,83,176,1) 0%, rgba(0,83,176,0) 100%);
        background-image:   -moz-radial-gradient(50% 20%, rgba(0,83,176,1) 0%, rgba(0,83,176,0) 100%);
        background-image:        radial-gradient(50% 20%, rgba(0,83,176,1) 0%, rgba(0,83,176,0) 100%);
        -webkit-box-shadow:0 1px rgba(0,83,176,.8) inset, 0 1px 2px rgba(0,0,0,.3);
           -moz-box-shadow:0 1px rgba(0,83,176,.8) inset, 0 1px 2px rgba(0,0,0,.3);
                box-shadow:0 1px rgba(0,83,176,.8) inset, 0 1px 2px rgba(0,0,0,.3);
  }

  /* STRUCTURE
     ----------------------------------------------------*/
  .site-content {padding:1em;}
  .alpha {}
  .beta {clear:both; padding:1em; border-top:1px solid #dadada;
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.9);
       -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.9);
            box-shadow:inset 0 1px 0 rgba(255,255,255,0.9);
  }

  .main,
  .aside {text-shadow:0 1px 0 #fff;}
  .aside {margin-top:2em; padding:2em 0;}
    .aside h2 {margin:0 0 0.75em; padding:0 0 1em; font-size:1.4em; background:url(images/border-double.png) left bottom repeat-x;}
    .aside img {margin-bottom:1em;}
    .aside ul {padding:0 0 0 1em; list-style:none;}
    .aside li a {text-decoration:none; font-weight:bold; font-size:0.9em;}
      .aside li a:hover {text-decoration:underline;}
    .aside .entry-title {font-size:1.2em;}
    .aside article footer {display:none;}

  .page-title {margin:0 0 0.5em; padding:0 0 30px; background:url(images/bars-gold.png) bottom left repeat-x;}

  /* NAVIGATION
     ----------------------------------------------------*/
  .site-nav {}
  .site-nav .depth_1 {padding:0 0 12px;}
    .site-nav .depth_1 li {margin:8px 0;}
    .site-nav .depth_1 a {display:block; padding:2px 0 2px 1em; text-indent:-1em; line-height:1.2em; text-transform:none; color:#002b5b; font-size:1.25em; font-weight:300; font-family:GPC, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; border-bottom:2px solid transparent;}
    .site-nav .depth_1 a:hover {border-bottom:2px solid #002b5b; color:#004da3;}
    .site-nav .depth_1 > .active > a {color:#004da3; border-bottom:2px solid #dcb439;}
  .site-nav .depth_2 {padding:0;}
    .site-nav .depth_2 a {padding:0 0 0 32px; text-indent:-12px; color:#444; font-size:1em; font-family:inherit; border:none;}
    .site-nav .depth_2 a:hover {color:#004da3; border:none; background:url(images/navsub.png) 0 4px no-repeat;}
    .site-nav .depth_2 > .active > a {color:#004da3; background:url(images/navsub.png) 0 -85px no-repeat;}
  .site-nav .depth_3 {margin-left:0.5em; padding:0; font-size:0.9em; }
    .site-nav .depth_3 a {}
    .site-nav .depth_3 a:hover {background:none;}
    .site-nav .depth_3 .active > a {color:#555; font-weight:bold;}
    .site-nav .depth_3 .active > .current-last { color:#004da3; }
  .site-nav .depth_4 {margin-left:1.5em;}
    .site-nav .depth_4 a { padding:0 0 0 1.5em; }
  .site-nav .depth_5 {margin-left:1.5em; }

  /* HOME
     ----------------------------------------------------*/
  .feature-image {text-align:center;}
    .feature-image p,
    .feature-image img {margin:0 auto;}
  .primary {margin:1em auto;}
  .col h2.date {display:none;}
  .col > h2 {margin:0 0 0.3em; padding:0 0 0.3em; border-bottom:2px solid #dcb439;}
    .col > h2 a {color:#002b5b;}
  .col .entry-title {font-size:1.8em;}
  .home .entry-title {padding:0; border:none; font-size:1.5em; font-family:inherit;}

  /* CUSTOM PAGES
     ----------------------------------------------------*/

  /* FOOTER
     ----------------------------------------------------*/
  .site-footer {position:relative; clear:both; padding:1em 0.5em; text-align:center; font-size:0.875em;}
  .site-info {margin:1em 0;}
  .site-info li {display:inline-block; *display:inline; *zoom:1; margin:0 2%;}
  .site-info a {text-decoration:underline;}
  .geo,
  .country-name {border:0; clip:rect(0 0 0 0); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px;}
  .address {display:block; margin:1em 0 0;}
  .org,
  .tel {display:block;}
  .ndmark {width:200px; margin:2em auto;}

}

/*************************************************************************************
 * 3. Media Queries
 ************************************************************************************/
/* 432px
   ----------------------------------------------------*/
@media only screen and (min-width:27em) {
  h2.date {font-size:1.75em;}
}

/* 580px
   ----------------------------------------------------*/
@media only screen and (min-width:36.250em) {
  .site-header h2 {display:block;}
}

/* 700px
   ----------------------------------------------------*/
@media only screen and (min-width:43.75em) {
  h1 {font-size:2.5em;}
  h2 {font-size:2.25em;}
  h3 {font-size:1.875em;}
  h4 {font-size:1.625em;}
  h5 {font-size:1.375em;}
  h6 {font-size:1.125em;}

  blockquote {margin:2em 1em; padding:2em 1em;
    background:url(images/bars-gold.png) 0 top repeat-x;
    background:url(images/bars-gold.png) 0 0 repeat-x, url(images/bars-gold.png) left bottom repeat-x;
  }
  blockquote.pull {float:right; width:30%;}

  .image-right img,
  .image-left img {max-width:auto;}

  .site-header {text-align:left;}
  .site-header .brandbar {padding:0;}
  .site-header .titlebar {padding:1.4em 1em;}
    .site-header .titlebar.subhead {padding:0.7em 1em;}
  .site-header h1 {float:left; margin:0; padding:0; font-size:2.5em;}
    .sublined {float:left;}
    .site-header h4 {float:left;}
  .search-input {width:auto; font-size:0.8em;}

  .header-util {float:right; top:0.8em; margin:0; padding:0; text-align:right;}
    .subhead .header-util {top:1.4em;}
    .header-util form {width:auto; margin:0;}
    .header-util nav {display:block; margin:3px 0;}
    .header-util nav ul {margin:0;}
    .header-util nav li {width:auto; display:block; text-align:right;}
    .header-util nav a {font-size:0.825em; font-weight:normal;}
    .header-util nav a,
    .header-util nav a:hover { display:inline; padding:0; border:0 none; background:none;
        -webkit-box-shadow:0 0 rgba(255,255,255,0) inset, 0 0 rgba(0,0,0,0);
           -moz-box-shadow:0 0 rgba(255,255,255,0) inset, 0 0 rgba(0,0,0,0);
                box-shadow:0 0 rgba(255,255,255,0) inset, 0 0 rgba(0,0,0,0);
    }
    .header-util nav a:hover { color:#002b5b; text-decoration:underline; text-shadow:0 1px rgba(255,255,255,.9); }
      .theme-gold-blue .header-util nav a,
      .theme-gold-blue .header-util nav a:hover { color:#fff; text-shadow:0 -1px rgba(0,0,0,.8); }
    .header-util .menu-skip,
    .header-util .search-toggle {display:none;}
    .search-button {width:23px; height:23px;}
      .search-button:before {top:0; left:2px; font-size:18px;}

  .site-content {overflow:hidden;}
  .alpha {float:left; width:76%; margin:0 0 0 24%;}
  .beta {clear:none; float:left; width:20%; margin:0 0 0 -100%; padding:0; border:none;
    -webkit-box-shadow:none;
       -moz-box-shadow:none;
            box-shadow:none;
  }

  .main {float:left; width:70%; padding:0 4em 0 1em;}
  .aside {float:left; width:30%; max-width:320px; margin:0; padding:0;}

  /* Homepage */
  .feature-image {overflow:hidden;}
    .feature-image p {float:none; width:auto;}
    .feature-image .image-right img {max-width:100%; border:none;}

  .primary {margin:2em;}

  .col {float:left; width:46%;}
    .col h2 {margin-top:0;}
    .col1 {margin-right:6%;}

    .wide-narrow .col1,
    .narrow-wide .col2 {width:60%;}
    .wide-narrow .col2,
    .narrow-wide .col1 {width:34%;}

  /* Footer */
  .site-footer {margin:1em; padding:2em 0; text-align:left;}
    .site-footer .ndmark {position:absolute; right:0; top:2.2em; margin:0;}
    .site-link {display:block;}
    .org {display:inline;}
}

/* 920px
   ----------------------------------------------------*/
@media only screen and (min-width:57.5em) {
  .site-header h2,
  .theme-gold-blue .site-header h2 {border-top:0 none;
    -webkit-box-shadow:none;
       -moz-box-shadow:none;
            box-shadow:none;
  }
  .site-header h2 a {float:right; height:50px;}
  .site-header h3 a {float:left; height:50px;}
  .site-header .brandbar {padding:0 2em;}
  .site-header .titlebar {padding:1.75em 2em;}
    .site-header .titlebar.subhead {padding:1.1em 2em;}

  .site-content {padding:1em 2em;}
  .site-footer {margin:1em 2em;}
}

/* 960px
   ----------------------------------------------------*/
@media only screen and (min-width:60em) {
  .hentry-home article {width:86%;}

  .contact-info {margin:0;}
  .address {margin:0;}
  .site-link,
  .org,
  .tel {display:inline-block; *display:inline; *zoom:1; margin:0 1em 0 0;}

  .events .vevent { margin-left:1.5em; margin-right:1.5em;}

  /* 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%;}
}

/* 1200px
   ----------------------------------------------------*/
@media only screen and (min-width:75em) {
  .site-header .brandbar,
  .site-header .titlebar,
  .site-header .titlebar.subhead,
  .site-content {padding-left:5%; padding-right:5%;}
  .site-footer {margin-left:5%; margin-right:5%;}
}

/* 1500px
   ----------------------------------------------------*/
@media only screen and (min-width:93.750em) {
  .site-header .brandbar,
  .site-header .titlebar,
  .site-header .titlebar.subhead,
  .site-content {padding-left:10%; padding-right:10%;}
  .site-footer {margin:1em 10%;}
}

/* 1800px
   ----------------------------------------------------*/
@media only screen and (min-width:112.500em) {
  .site-header .brandbar,
  .site-header .titlebar,
  .site-header .titlebar.subhead,
  .site-content {padding-left:16%; padding-right:16%;}
  .site-footer {margin:1em 16%;}
}

/* Hi-res
   ----------------------------------------------------*/
@media
  only screen and (-webkit-min-device-pixel-ratio:1.5),
  only screen and (-o-min-device-pixel-ratio:3/2),
  only screen and (min--moz-device-pixel-ratio:1.5),
  only screen and (min-device-pixel-ratio:1.5) {

    .more {background-image:url(images/more@2x.png);
      -webkit-background-size:12px 17px;
         -moz-background-size:12px 17px;
           -o-background-size:12px 17px;
              background-size:12px 17px;
    }

    .site-header h3 a,
    .site-header h2 a {
      -webkit-background-size:auto 50px;
         -moz-background-size:auto 50px;
           -o-background-size:auto 50px;
              background-size:auto 50px;
    }
    .dept-nd a   {background-image:url('https://static.nd.edu/images/brandbar/dept-nd-white@2x.png');}
    .dept-arch a {background-image:url('https://static.nd.edu/images/brandbar/dept-arch-white@2x.png');} /* School of Architecture */
    .dept-athl a {background-image:url('https://static.nd.edu/images/brandbar/dept-athl-white@2x.png');} /* Department of Athletics */
    .dept-auxo a {background-image:url('https://static.nd.edu/images/brandbar/dept-auxo-white@2x.png');} /* Auxiliary Operations */
    .dept-buso a {background-image:url('https://static.nd.edu/images/brandbar/dept-buso-white@2x.png');} /* Office of Business Operations */
    .dept-cams a {background-image:url('https://static.nd.edu/images/brandbar/dept-cams-white@2x.png');} /* Campus Services */
    .dept-coal a {background-image:url('https://static.nd.edu/images/brandbar/dept-coal-white@2x.png');} /* College of Arts and Letters */
    .dept-cont a {background-image:url('https://static.nd.edu/images/brandbar/dept-cont-white@2x.png');} /* Office of the Controller */
    .dept-cosc a {background-image:url('https://static.nd.edu/images/brandbar/dept-cosc-white@2x.png');} /* College of Science */
    .dept-engr a {background-image:url('https://static.nd.edu/images/brandbar/dept-engr-white@2x.png');} /* College of Engineering */
    .dept-enrl a {background-image:url('https://static.nd.edu/images/brandbar/dept-enrl-white@2x.png');} /* Enrollment Division */
    .dept-evpo a {background-image:url('https://static.nd.edu/images/brandbar/dept-evpo-white@2x.png');} /* Office of the Executive Vice President */
    .dept-fdao a {background-image:url('https://static.nd.edu/images/brandbar/dept-fdao-white@2x.png');} /* Facilities Design and Operations */
    .dept-fyst a {background-image:url('https://static.nd.edu/images/brandbar/dept-fyst-white@2x.png');} /* First Year of Studies */
    .dept-genc a {background-image:url('https://static.nd.edu/images/brandbar/dept-genc-white@2x.png');} /* Office of General Council */
    .dept-grad a {background-image:url('https://static.nd.edu/images/brandbar/dept-grad-white@2x.png');} /* The Graduate School */
    .dept-hurs a {background-image:url('https://static.nd.edu/images/brandbar/dept-hurs-white@2x.png');} /* Office of Human Resources */
    .dept-invs a {background-image:url('https://static.nd.edu/images/brandbar/dept-invs-white@2x.png');} /* Investment Office */
    .dept-ksga a {background-image:url('https://static.nd.edu/images/brandbar/dept-ksga-white@2x.png');} /* Keough School of Global Affairs */
    .dept-mcob a {background-image:url('https://static.nd.edu/images/brandbar/dept-mcob-white@2x.png');} /* Mendoza College of Business */
    .dept-meca a {background-image:url('https://static.nd.edu/images/brandbar/dept-meca-white@2x.png');} /* Office of Mission Engagement and Church Affairs */
    .dept-laws a {background-image:url('https://static.nd.edu/images/brandbar/dept-laws-white@2x.png');} /* The Law School */
    .dept-oocs a {background-image:url('https://static.nd.edu/images/brandbar/dept-oocs-white@2x.png');} /* Office of Campus Safety */
    .dept-ooit a {background-image:url('https://static.nd.edu/images/brandbar/dept-ooit-white@2x.png');} /* Office of Information Technologies */
    .dept-opac a {background-image:url('https://static.nd.edu/images/brandbar/dept-opac-white@2x.png');} /* Office of Public Affairs and Communications */
    .dept-ores a {background-image:url('https://static.nd.edu/images/brandbar/dept-ores-white@2x.png');} /* Notre Dame Research */
    .dept-pres a {background-image:url('https://static.nd.edu/images/brandbar/dept-pres-white@2x.png');} /* Office of the President */
    .dept-prov a {background-image:url('https://static.nd.edu/images/brandbar/dept-prov-white@2x.png');} /* Office of the Provost */
    .dept-staf a {background-image:url('https://static.nd.edu/images/brandbar/dept-staf-white@2x.png');} /* Office of Student Affairs */
    .dept-urel a {background-image:url('https://static.nd.edu/images/brandbar/dept-urel-white@2x.png');} /* Office of University Relations */
    .dept-vpor a {background-image:url('https://static.nd.edu/images/brandbar/dept-vpor-white@2x.png');} /* Office of the Vice President for Research */
    .dept-intr a {background-image:url('https://static.nd.edu/images/brandbar/dept-intr-white@2x.png');} /* Office of Internationalization */
    .dept-spir a {background-image:url('https://static.nd.edu/images/brandbar/dept-spir-white@2x.png');} /* Office of Strategic Planning and Institutional Research */
    .dept-acfs a {background-image:url('https://static.nd.edu/images/brandbar/dept-acfs-white@2x.png');} /* Office of Finance */

}

/*************************************************************************************
 * 4. Print Styles
 ************************************************************************************/
@media print {

  @page {margin:0.5cm;}
  body {font-family:Georgia, "Times New Roman", Times, serif; color:#000;}
  img, tr {page-break-inside:avoid;}
  p, h2, h3 {orphans:3; widows:3;}
  h2, h3 {page-break-after:avoid;}

  /* Styles
     ----------------------------------------------------*/
  a[href^="javascript:"]:after,
  a[href^="#"]:after {content:"";}
  .ndmark {width:150px;}
  .image-right img,
  .image-left img {max-width:none;}
  .image-right img {float:right; margin:0 0 1em 2em;}
  .image-left img {float:left; margin:0 2em 1em 0;}

  /* HIDDEN
     ----------------------------------------------------*/
  .breadcrumbs,
  .header-util,
  .skip-links,
  .site-nav {display:none;}

  /* STRUCTURE
     ----------------------------------------------------*/
  .site-header {overflow:hidden; position:relative; margin:0 0 20px; padding:0 0 20px; border-bottom:1px solid gray;}
    .site-header h3 {text-indent:-100%; white-space:nowrap; overflow:hidden;}
    .site-header .ndmark {position:absolute; bottom:20px; right:0;}
    .site-header h2,
    .site-header h1,
    .site-header h4 {margin:0; font-family:Georgia, "Times New Roman", Times, serif;}
    .site-header h2 a,
    .site-header h1 a,
    .site-header h4 a {color:#000;}

    .site-header h2 {font-size:0.8em;}
    .site-header h1 {margin:4px 0 2px; font-size:2em;}
    .site-header h4 {font-size:1em;}

  .alpha a:link:after {content:" [link: " attr(href) "] "; font-size:11px; font-family:inherit;}
  .alpha abbr:after {content:" (" attr(title) ")";}

  .site-footer {position:relative; clear:both; margin:20px 0 0; padding:20px 0 0; border-top:1px solid gray;}
    .geo,
    .country-name {display:none;}
    .tel {display:block;}
    .site-footer .ndmark {position:absolute; top:20px; right:0;}

}
