:root {
  --brand-blue:#0c2340;
  --brand-blue-dark:#081629;
  --brand-blue-light:#143865;
  --brand-blue-bright:#1c4f8f;
  --brand-gold:#ae9142;
  --brand-gold-dark:#8c7535;
  --brand-gold-light:#d39f10;
  --link-blue:#0c2340;
  --font-default:"Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  --font-heading:GPC, "Arial Narrow", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  --gray:#555;
  --gray-dark:#333;
  --gray-light:#d2d2d2;
  --gray-extra-light:#e2e2e2;
  --gray-extra-extra-light:#f2f2f2;
  --sky-blue:#e1e8f2;
}

/* Icons
----------------------------------------------------*/
.icon {display:inline-block; width:1em; height:1em; fill:currentColor; vertical-align:baseline; }
[data-icon="nd-monogram"] { fill:var(--brand-blue); }
[data-icon="external-link"] { height:0.8em; width:0.8em; }

/* Fonts
----------------------------------------------------*/
@font-face {font-family:GPC; font-weight:700; font-style:normal; font-display:swap;
  src:url('https://static.nd.edu/fonts/gp-min/gpc-bold.woff2') format('woff2'),
      url('https://static.nd.edu/fonts/gp-min/gpc-bold.woff') format('woff'),
      url('https://static.nd.edu/fonts/gp-min/gpc-bold.ttf') format('truetype');
}

/* Header */
#app-header {
  background-color: var(--brand-blue);
  border-top:5px solid var(--brand-gold);
  border-bottom:5px solid var(--brand-blue-dark);
}
#app-header #header-menu {display:none;}
#search-form.callout-region {
  color: white;
  padding: 0;
  text-align: left;
}
.mark-header {display:none; }
#search-form .btn-link {color:#fff;}
#search-form #header-menu {margin:0;}
.header-nav li a {color:white;}
.search-form__actions {display:inline-block;}

/* 768px
----------------------------------------------------*/
@media only screen and (min-width:48em) {
#app-header .container .row {position:relative;}
.mark-header {position:absolute; top:1.5rem; right:2rem; display:block;}
.mark-header a { display:block; width:200px; height:47px; text-indent:-9999px; overflow:hidden; background:url('https://static.nd.edu/images/marks/gold-white/ndmark.svg') 50% 50% / contain no-repeat; background-color:transparent; }
#search-form .container {display:flex; justify-content:space-between;}
#search-form .search-form {flex:1 0 auto;}
}

/* Content */
.feature-region {
  min-height:0;
  background-image: none;
}
#main.product-results {background:#fff;}

/* Footer
----------------------------------------------------*/
#app-footer {position:relative;margin:0; padding:2em 5vw 0; text-align:left; font-size:16px;}
  #app-footer ul {margin:0; padding:0; list-style:none;}
  #app-footer li .icon { margin-right:0.5em; }
  #app-footer p { font-size:0.875rem;}
.footer-org { display:flex; flex-flow:column; }
.address {display:block; margin:0;}
.footer-phone,
.footer-fax,
.footer-email { display:block; }
.copyright { margin-top:auto; font-size:0.875em; }
.site-link { font-size:2.25rem; font-weight:700; text-decoration:none; font-family:var(--font-heading); margin:0.3em 0 0.5em; padding:0; line-height:1.2; }
.footer-contacts { font-size:0.875em; }
.footer-contacts .social { margin:0 0 1rem; }
.footer-breadcrumbs { list-style:none; margin:0 0 0.5rem; padding:0; text-transform:uppercase; font-size:1rem; line-height:1.125em; font-family:var(--font-default); }
  .footer-breadcrumbs a { text-decoration:none; font-size:0.8rem; transition:all var(--anim-duration-fast) var(--anim-ease); }
    .footer-breadcrumbs a:hover { color:var(--sky-blue); }
  .footer-breadcrumbs li { display:block; letter-spacing:0.1em; }
  .footer-breadcrumbs li::after { content:'\203A'; margin:0 0.5em; }
.footer-parent { margin:2rem 0 0; padding:3rem 5vw; text-align:center; position:relative; }
.footer-parent nav { max-width:50%; text-align:left; }
.footer-parent a:hover { text-decoration:underline; }
.footer-parent-links { display:flex;justify-content:space-between; max-width:250px; margin:1rem auto 0; font-size:0.875em; }
  .footer-parent-links ul { line-height:2.2; }
.mark-footer { display:block; margin:0 auto 2rem; width:250px; height:60px; max-width:100%; text-decoration:none; }

@media only screen {
  #app-footer { background:var(--brand-blue); color:#fff; }
    #app-footer a {color:#fff; text-decoration:none; transition:all var(--anim-duration-fast) var(--anim-ease); }
    #app-footer a:hover { text-decoration:underline; }
    .site-info a { color:#fff;}
    #app-footer .site-link:hover { color:var(--sky-blue); text-decoration:none; }
  .footer-breadcrumbs,
  .footer-breadcrumbs a { color:var(--gray-light); }
    .footer-breadcrumbs a:hover { text-decoration:underline; }
  .footer-parent { background:var(--brand-blue-light); }
  .footer-parent a { color:#fff; }
  .mark-footer { background:url('https://static.nd.edu/images/marks/white/ndmark.svg') 50% 50% / contain no-repeat; }
    .mark-footer img { display:none; }
}

/* 768px
----------------------------------------------------*/
@media only screen and (min-width:48em) {
  #app-footer {padding:1rem; text-align:left; }
    .mark-footer { margin-left:auto; }
    .footer-inner { display:flex; justify-content:space-between; padding:0; width:100%; }
    .footer-breadcrumbs { margin:0; }
    .footer-org { padding:2rem; align-items:flex-start; }
    .footer-parent { margin:-15px 0; padding:3rem 0; text-align:center; }
      .footer-parent nav { max-width:50%; }
    .footer-parent-links { flex-flow:row; }
      .footer-parent-links li { display:block; margin-right:0; }

    .footer-contacts { display:flex; flex-flow:row wrap; width:100%; }
      .footer-contacts .footer-org-links { order:3; width:100%; }
      .footer-contacts .contact-info { line-height:1.7; margin-right:5em; order:1; }
      .footer-contacts ul { line-height:2.2; }
      .footer-contacts a { display:inline-block; }
      .footer-contacts .social { padding:0; min-width:6rem; order:2; }
    .site-link {display:block;}

    @supports (display:grid) {
      .footer-contacts { display:grid; grid-template-columns:auto 1fr; grid-template-rows:auto minmax(0,1fr); }
        .footer-contacts .footer-org-links { grid-column:1; grid-row:2; }
        .footer-contacts .contact-info { grid-column:1; grid-row:1; }
        .footer-contacts .social { grid-column:2; grid-row:1/-1; }
   }
}
/* LoginLink
----------------------------------------------------*/
#user-nav a:hover,
#user-nav a:focus {
 color: #ae9142;
 text-decoration:underline
}

#topnavbar {
background: rgb(140,117,53);
background: -moz-linear-gradient(180deg, rgba(140,117,53,1) 0%, rgba(174,145,66,1) 15%, rgba(173,144,66,1) 85%, rgba(140,117,53,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(140,117,53,1) 0%, rgba(174,145,66,1) 15%, rgba(173,144,66,1) 85%, rgba(140,117,53,1) 100%);
background: linear-gradient(180deg, rgba(140,117,53,1) 0%, rgba(174,145,66,1) 15%, rgba(173,144,66,1) 85%, rgba(140,117,53,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8c7535",endColorstr="#8c7535",GradientType=1);
}

#search-form.callout-region {
    background-color: #929598;
}