/*!
Version: Arts & Letters, 3.0
Updated: 2017-03-21
Author: Nevin McElwrath, Shawn Maust, Aaron Greene, Marketing Communications:Web

CONTENTS
-----------------------------------------
1. Common
2. Screen
3. Media Queries
4. Themes
5. Grid
6. Print

BRANDING
-----------------------------------------
1. COLORS
   - Blue (Headings):#0c2340
   - Gold:#dcb43a
   - Green:#296945
   - Green, Light:#3c9965

2. FONT STACKS
   - Headings: "PT Serif", Georgia, "Adobe Garamond", Garamond, serif;
   - Body: "PT Serif", Georgia, "Adobe Garamond", Garamond, serif;
   - Site Title/Navigation: GPC, "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 {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; background:#fff;}
body {width:100%; margin:0; padding:0; color:#333; font:1em/1.5em "PT Serif", Georgia, "Adobe Garamond", Garamond, serif; }
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {display:block;}
audio, canvas, progress, video {display:inline-block; vertical-align:baseline;}
audio:not([controls]) {display:none; height:0;}
[hidden] {display:none;}
p {margin:0 0 1em;}
a {color:#004da3; background-color:transparent; -webkit-tap-highlight-color:rgba(0,0,0,0);}
a:visited {color:#4a3651;}
a:hover {color:#0c2340}
a:active {color:#aa272f;}
a:focus {outline:thin dotted;}
::-moz-selection,
::-moz-selection {background:#0058cf; color:#fff; text-shadow:none;}
::-moz-selection,
::selection {background:#0058cf; color:#fff; text-shadow:none;}
strong, b {font-weight:bold;}
em, i {font-style:italic;}
small {font-size:80%;}
iframe, embed {width:100%;}
sub,
sup {position:relative; vertical-align:baseline; line-height:0; font-size:smaller;}
sup {vertical-align:super;}
sub {vertical-align:sub;}
pre, code, kbd, samp {overflow:auto; font-family:monospace, sans-serif;}
hr {clear:both; width:100%; margin:2em auto; border:3px solid #ccc; border-width:3px 0 0;}

/* Headings
----------------------------------------------------*/
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {margin:1.4em 0 0.25em; line-height:1.1em; color:#0c2340; font-weight:300; text-shadow:0 1px rgba(255,255,255,0.6); text-rendering:optimizeLegibility; font-family:"PT Serif", Georgia, "Adobe Garamond", Garamond, 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:#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.25rem;}
h2 {font-size:1.8rem;}
h3 {font-size:1.65rem; font-style:italic;}
h4 {font-size:1.35rem; color:#888;}
h5 {font-size:1.2rem; text-transform:uppercase; color:#777; letter-spacing:1px;}
h6 {font-size:1rem; color:#0c2340; text-transform:uppercase; letter-spacing:1px;}
h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
.image-right + h2,
.image-left + h2 {margin-top:0;}

/* Lists
----------------------------------------------------*/
ol, ul {margin:1em 0; padding:0 0 0 2em;}
li {margin:0 0 0.25em;}
nav ul {list-style:none;}
nav ul,
nav li {margin:0; padding:0;}
nav a {text-decoration:none;}
.no-bullets {list-style-type:none; padding-left:0;}

/* Tables
----------------------------------------------------*/
table {width:100%; margin:2em 0; border-collapse:collapse; border-spacing:0; border-bottom:3px solid #d4d4d4;}
tr {border-top:3px solid #ccc;}
tr:nth-child(odd):hover td {background:#ede1bc;}
tr:nth-child(odd) td {background:rgba(0,0,0,0.085);}
th,
thead th {text-align:left; background-color:#0c2340; color:#eee; border:3px solid #0a1d35; font-family:GPC, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; font-weight:300; font-size:1.25em;}
tfoot th {text-align:right;}
th, td {padding:0.5em 0.75em;}
  .number {text-align:right;}
td {border-right:3px solid #d4d4d4; border-left:3px solid #d4d4d4;}
td, td img {vertical-align:top;}

/* Form Elements
----------------------------------------------------*/
form {margin:0 0 1em;}
fieldset {margin:0 2px; padding:0.35em 0.625em 0.75em; border:1px solid #c0c0c0;}
legend {padding:0; border:0;}
label {display:block; font-weight:bold;}
button[type="submit"] {}
button, input, optgroup, select, textarea {margin:0; margin:0 0 1em; color:inherit; font-size:100%; vertical-align:baseline;}
button {width:auto; overflow:visible;}
button, input {line-height:normal;}
button,
select {text-transform:none;}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {cursor:pointer; -webkit-appearance:button;}
input[type="checkbox"],
input[type="radio"] {padding:0;}
input[type="search"] {-webkit-appearance:textfield;}
button::-moz-focus-inner,
input::-moz-focus-inner {border:0; padding:0;}
button[disabled],
html input[disabled] {cursor:default;}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {height:auto;}
input[type="search"] {-webkit-appearance:textfield; box-sizing:content-box;}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
textarea {overflow:auto; vertical-align:top;}
optgroup {font-weight:bold;}

/* Quotes
----------------------------------------------------*/
blockquote {margin:1em; padding:0; font-family:"GPC", Helvetica Neue, Helvetica, Arial, Verdana, sans-serif; font-weight:200;}
blockquote p {padding-left:0.75em; border-left:3px solid #dcb439; line-height:1.7rem; color:#0c2340; font-size:1.35rem;}
blockquote footer {display:block; margin-top:1em; color:#666; line-height:1.5rem; font-style:italic; font-size:0.8rem;}
blockquote.pull {float:right; font-style:normal;}

/* Images
----------------------------------------------------*/
svg:not(:root) {overflow:hidden;}
img {max-width:100%; width:auto; height:auto; border:none; vertical-align:bottom; -ms-interpolation-mode:bicubic; box-sizing:content-box;}
.image-default,
.image-right,
.image-left {margin:0 0 1em; font-family:"Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; font-style:italic; font-size:0.9rem; color:#777;}
.image-right {float:right; margin:0 0 1em 1em;}
.image-left {float:left; margin:0 1em 1em 0;}
.image-right,
.image-left {max-width:46%;}
.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; 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;}

/* Icons
  <span class="icon" data-icon="nd-monogram"></span>
  https://dev.conductor.nd.edu/icons/
----------------------------------------------------*/
.icon {display:inline-block; width:1em; height:1em; fill:currentColor;}
[data-icon="nd-monogram"] {fill:#0c2340;}

/* General Classes
----------------------------------------------------*/
.noborder,
.noborder img {border:none !important; box-shadow:none !important}
.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;}

.embed-inner {position:relative; padding:0;}
.embed-inner iframe,
.embed-inner object,
.embed-inner embed {position:absolute; top:0; left:0; width:100%; height:100%;}
.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; background-size:auto 100%;}

.skip-links {position:absolute; left:0; top:0; width:100%; margin-left:0; text-align:center; list-style:outside none;}
.skip-links a {position:absolute; left:-100vw; top:0.5em; -webkit-transition:0.25s; transition:0.25s;}
.skip-links a:active,
.skip-links a:focus,
.skip-links a:hover {left:0.5em; width:auto; height:auto; overflow:visible; background:#dcb439; padding:0.5em 1em; color:#0c2340; font-weight:bold; font-size:14px; box-shadow:0 0 10px 0 #000; z-index:10001;}

/* Breadcrumbs
----------------------------------------------------*/
.breadcrumbs {margin:0 0 1em; padding:0; list-style:none; font-size:0.8rem; display:block; overflow:hidden; }
  .breadcrumbs li {display:inline; float:left; margin:0 4px 0 0; color:#777; font-family: GP, "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif; }
  .breadcrumbs a {text-decoration:none; color:#286542; }
    .breadcrumbs a:hover {text-decoration:underline;}
    .breadcrumbs a:visited { color:#286542; }

/* Fonts
   https://dev.conductor.nd.edu/fonts/
----------------------------------------------------*/
@font-face {font-family:GPC; font-weight:300; font-style:normal; font-display:swap;
  src:url('https://static.nd.edu/fonts/gp-min/gpc-book.woff2') format('woff2'),
      url('https://static.nd.edu/fonts/gp-min/gpc-book.woff') format('woff'),
      url('https://static.nd.edu/fonts/gp-min/gpc-book.ttf') format('truetype');
}
@font-face {font-family:GPC; font-weight:400; font-style:normal; font-display:swap;
  src:url('https://static.nd.edu/fonts/gp-min/gpc-medium.woff2') format('woff2'),
      url('https://static.nd.edu/fonts/gp-min/gpc-medium.woff') format('woff'),
      url('https://static.nd.edu/fonts/gp-min/gpc-medium.ttf') format('truetype');
}
@font-face {font-family:GP; font-weight:300; font-style:normal; font-display:swap;
  src:url('https://static.nd.edu/fonts/gp-min/gp-book.woff2') format('woff2'),
      url('https://static.nd.edu/fonts/gp-min/gp-book.woff') format('woff'),
      url('https://static.nd.edu/fonts/gp-min/gp-book.ttf') format('truetype');
}
@font-face {font-family:GP; font-weight:400; font-style:normal; font-display:swap;
  src:url('https://static.nd.edu/fonts/gp-min/gp-medium.woff2') format('woff2'),
      url('https://static.nd.edu/fonts/gp-min/gp-medium.woff') format('woff'),
      url('https://static.nd.edu/fonts/gp-min/gp-medium.ttf') format('truetype');
}
@font-face {font-family:GP; font-weight:700; font-style:normal; font-display:swap;
  src:url('https://static.nd.edu/fonts/gp-min/gp-bold.woff2') format('woff2'),
      url('https://static.nd.edu/fonts/gp-min/gp-bold.woff') format('woff'),
      url('https://static.nd.edu/fonts/gp-min/gp-bold.ttf') format('truetype');
}

/* NEWS & EVENTS
----------------------------------------------------*/
article {margin-bottom:4em;}
article header {margin:0 0 1em;}
.additional-links {margin:0 0 1em; padding:0; list-style:none;}
  .additional-links li {display:inline-block; margin:0;}
  .additional-links a {text-decoration:none;}
.entry-title {margin:0 0 0.25em; padding:0; font-size:1.45rem; line-height:1.35em; font-family:"Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;}
  .entry-title.page-title {border:none;}
.meta-item {display:inline-block; margin:0.2em 1em 0 0; color:#333; font-size:1rem; font-weight:normal; font-family:inherit;}
.meta-item 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;}
.hentry { clear:both; }
.home .hentry .meta { display:none; }
.news-hentry .posted-in,
.event .posted-in {display:block;}
.attribution {font-style:italic;}
.article-more { margin-top:1rem; }
.article-more span {position:absolute; left:-999em;}

/* Events */
.vevent { position:relative; }
.events .vevent {margin:0 0 4rem; }
.event .vevent { padding-left:0; }
.events-date-header {margin:0 0 0.25em; padding:0; color:#999; font-weight:300; font-size:1.25rem; font-family:GPC, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;}
.events .date-string {display:inline-block;}
.home .events-date-header {display:none;}

/* SEARCH
----------------------------------------------------*/
.search-count,
.search-time {font-family:inherit;}
.search-count {margin:0; font-size:1.4rem;}
  .search-query i {font-style:normal; font-weight:700;}
.search-time {margin:0 0 1em; color:#666; font-size:1.2rem;}
.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.4rem;}
    .search-result-title b {font-weight:500;}
    .search-result-url {font-size:0.9rem; 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.9rem;}

/*************************************************************************************
 * 2. Screen Styles
 ************************************************************************************/
@media only screen {

  a {color:#296a45; outline:none; -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-transition:all 125ms ease-in-out; transition: all 125ms ease-in-out; }
  a:visited { color:#286542; }
  a:hover { color:#3c9964; }
  a:active { color:#19402a; }
  h1, h2, h3, h4, h5, h6 { line-height: 1.3; margin-top: 1em; margin-bottom: 0.5em; }
  h5, h6 { text-transform:none; }
  h1:first-child,
  h2:first-child,
  h3:first-child,
  h4:first-child,
  h5:first-child,
  h6:first-child { margin: 0.5em 0; }
  p {max-width:65em;}
  .tablewrap {position:relative; overflow-y:auto; margin:0 auto;}

  /* Buttons
  ----------------------------------------------------*/
  .btn,
  .more,
  .excerpt_continuation {position:relative; display:inline-block; white-space:nowrap; margin:0.25em 0; padding:1.5em; cursor:pointer; font-size:0.8em; line-height:1.2em; text-decoration:none; text-align:left; vertical-align:middle; font-weight:300; font-family:GP, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; color:#eee; background:#003269; transition: all 250ms ease-in-out; text-transform:uppercase; }
  .btn-subtle { background-color: transparent; box-shadow: none; color: #333; }
  .btn:visited {color:#eee;}
    .btn-subtle:visited { color:#333; }
  .btn:hover,
  .btn.active:hover,
  .more:hover { color:#eee; background-color:#00172f; }
  .btn-small { font-size:0.8rem; }
  .btn-gold {box-shadow:0 4px #c8a434; color:#333; background-color:#eec442;}
    .btn-gold:visited{color:#0c2340;}
    .btn-gold:hover{ color:#333; background-color:#e2ba3e;}
    .btn-gold:active {top:3px; box-shadow:0 0 #c8a434;}
  .btn [data-icon] {margin:0.1rem 0.5rem 0 0; fill:#eec442;}
  .btn-gold [data-icon] {fill:#003269;}
  .more,
  .excerpt_continuation {clear:both; float:none; margin:0.15em 0; line-height:1em; background:#003269; color:#eee;}
    .more:after { content: "\2192"; margin-left: 0.5em; }
    .more:visited {color:#eee;}
    .more:hover{color:#eee;}
    .more.right {display:block; text-align:right;}
  .btn[href$=".pdf"] { padding:1.5rem 1.5rem 1.5rem 2.5rem; background-position:1rem 50%; background-color:#003269;}

  /* Structure
  ----------------------------------------------------*/
  html {height:100%; }
  body {height:100%; padding:0; margin:0;}
  .wrapper {}
  .site-content {padding-top:1em; padding-bottom:1em;}
  .beta {padding:1em 0; border-top:1px solid #dadada; box-shadow:inset 0 1px 0 rgba(255,255,255,0.9);}
  .main,
  .aside {text-shadow:0 1px 0 #fff;}
  .aside {margin-top:1em;}
    .aside h2 {margin:0 0 0.75em; padding:0 0 0.5em; font-size:1.4rem;}
    .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.9rem;}
      .aside li a:hover {text-decoration:underline;}
    .aside .entry-title {font-size:1.2rem;}
    .aside article footer {display:none;}
  .page-title { color:#333; margin:0 0 .35em; padding:0 0 0.25em; border-bottom:2px solid #dcb439;}

  /* Header
  ----------------------------------------------------*/
  .site-header {text-align:center; background: url(/stylesheets/themes/al/v3.0/images/hdr-campus-700.jpg) 50% 50% / cover no-repeat; background-attachment:fixed; }
    .site-header .row-container { position: relative; }
  .brandbar,
  .titlebar {overflow:hidden; position:relative;}
    .titlebar:before { content: ""; left: 0; right: 0; top: 0; bottom: 0; position: absolute; background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); z-index: 0; }
    .brandbar { border-bottom:1px solid #000; background:#002b5b; }
      .dept {display:none; border-top:1px solid  #000; box-shadow:0 1px rgba(0,122,217,0.4) inset;}
      .brandbar li {margin:0 -0.9375rem; padding:0;}
      .brandbar a {display:block; margin:0 auto; text-decoration:none; height:50px; text-indent:-9999px; overflow:hidden; background-repeat:no-repeat;}
      .brandbar a:focus {background-color:rgba(255,255,255,0.2);}
        .dept-nd a {background-position:left 0;}
        .dept a {background-position:right 0;}
    .titlebar {padding:0.75em 0;}
    .site-title {margin:0; font-size:2.4em; max-width:calc(100% - 3rem); font-size:1.5rem; line-height:1.3; font-family:GP, "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif; font-weight:100; text-align:left; }
      .site-title span { display:block; font-size:0.75em; }
      .site-title a {display:block; padding:0.5em 0; border:none; color:#fff; text-decoration:none; line-height: 1.2em; }
      .site-title a:visited {color:#fff;}
      .site-title a:hover {text-decoration:none;}
      .site-title a:focus {background-color:rgba(255,255,255,0.2);}
       .subtitled .site-title {margin:0; line-height:1.15em;}
       .site-subtitle {clear:left; margin:0; color:#333; font-family:inherit; font-size:1rem; text-align:left;}

  .header-util {display:none; position:relative; margin:0 auto; padding:0 1em; text-align:center;}
    .search-form { display:none; overflow:hidden; width:100%; margin:0; padding: 0; border:none; line-height:1.1em; background-color: transparent; border-radius: 0; box-shadow:none; font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif; }
    .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; vertical-align:middle; width: 100%; height:2em; margin:0; padding:0; border:none; font-family:inherit; font-size:1.2em; color: rgba(255, 255, 255, 1); -webkit-appearance:textfield; background:transparent; border-bottom: 2px solid transparent; -webkit-transition:all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }
      .search-input:focus { border-bottom: 2px solid #dcb439; outline: none; }
    .search-button {display:inline-block; float: right; font-size:1.5em; position:relative; text-indent:-9999px; overflow:hidden; width: 1.5em; height: 1.5em; margin:0; padding:0; border: none; cursor:pointer; border-radius:0; background-color: transparent; background:none; -webkit-transition:all .15s ease-in-out; transition: all .15s ease-in-out; color:#000; }
      .search-button .icon { position: absolute; left: 0; height:1em; width:1em; }
      .search-button span {display:inline-block; text-indent:-9999px; overflow:hidden; height:0;}
    .search-button:hover { color: #dcb439; }
      .search-button:hover:before { color:#dcb439;  }
      .search-button:active { color: #dcb439; }
  .header-util nav ul {margin:0.4em 0 0; text-align:center; line-height:1em;}
  .header-util nav li {display:inline-block; 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; border:1px solid #562e07; }

  /* Offscreen Nav
  ----------------------------------------------------*/
  body, html {-ms-overflow-style:none !important;} /* Needed for WinPhone to allow vertical scrolling in nav */
  .nav-mobile {overflow-y:scroll; position:fixed; top:0; bottom:0; -webkit-transition:0.15s ease; transition:0.15s ease; right:-13.755rem; width:13.755rem; height:auto; padding:1em; border-left:1px solid rgba(0,0,0,0.3); background-color:rgba(200,200,200,0.2); box-shadow:0 0 8px 0 rgba(0,0,0,0.25) inset;}
    .lt-ie9 .nav-mobile {display:none;}
  .nav-mobile.active {right:0;}
    .nav-mobile .search-form {display:block; margin:0 auto 1.5em; padding:1px 1px 1px 4px; border:1px solid #888; font-size:0.75rem; line-height:1.1em; background-color:#fff; border-radius:3px;}
    .nav-mobile .search-input {width:82%;}
  .wrapper {position:relative; right:0; -webkit-transition:0.15s ease; transition:0.15s ease;}
  .wrapper.active {right:13.755rem;}

  .nav-skip {position:absolute; top:0.9rem; right:0.8rem; display:block; width:2.6rem; height:2.6rem; padding:0.5em 0; text-indent:2.1875em; font-size:1.3rem; line-height:1.9em; text-align:center; text-decoration:none; border:1px solid #001227; border-radius:3px;
    background:#0c2340;
    background:-webkit-linear-gradient(top, #003b7c 0%, #001227 100%);
    background:linear-gradient(to bottom, #003b7c 0%, #001227 100%);
    box-shadow:0 1px #007ad9 inset, 0 -12px 3px -10px rgba(0,0,0,0.4) inset;
  }
    .nav-skip span {position:relative; top:0.4em; margin:0 auto; -webkit-transition-duration:0s; transition-duration:0s; -webkit-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-duration:0.2s; transition-duration:0.2s; -webkit-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; transition-delay:0.2s;}
    .nav-skip.toggled span:before,
    .nav-skip.toggled span:after {top:0; -webkit-transition-delay:0, 0.2s; transition-delay:0, 0.2s;}
    .nav-skip.toggled span:before {-webkit-transform:rotate(45deg);transform:rotate(45deg);}
    .nav-skip.toggled span:after {-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}

  /* Top Nav
  ----------------------------------------------------*/
  .nav-top {display:none; position:relative; z-index:10; bottom:0; width:100%; text-align:center; }
    .nav-top ul { border-bottom:2px solid #fff; border-top:2px solid #fff; }
    .nav-top li {display:inline-block; vertical-align:top; font-family:Helvetica, Arial, Verdana, sans-serif; font-size:1.125rem; margin-bottom:-2px; }
    .nav-top li a {display:table-cell; vertical-align:top; padding:.75em 1em; color:#fff; text-align:center; -webkit-transition:all 250ms ease-in-out; transition:all 250ms ease-in-out; font-family:"PT Serif", "Adobe Garamond", Garamond, Georgia, serif; font-size:1.125em; border-bottom:2px solid transparent; }
    .nav-top li.active a,
    .nav-top li a:hover {color:#dcb43a; border-bottom-color:#dcb43a; }

  /* General Nav
  ----------------------------------------------------*/
  .nav-site {}
  .nav-site ul {padding:0 0 1em;}
    .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; font-size:1.3em; font-weight:300; font-family:GP, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; color:#0c2340; border-bottom:2px solid transparent;}
    .nav-site ul a:hover {border-bottom:2px solid #dcb439; color:#dcb439; }
    .nav-site a:active,
    .nav-site a:focus {outline:1px dotted #0c2340;}
    .nav-site ul > .active > a { color:#dcb43a; border-bottom:2px solid #3c9965;}

  .nav-site ul ul {padding:0;}
    .nav-site ul ul a {padding:0 0 0 25px; text-indent:-0.6em; color:#444; font-size:1.125rem; font-family:inherit; border:none;}
    .nav-site ul ul li {margin:0.5em 0;}
    .nav-site ul ul a:hover {color:#004da3; border:none;}
    .nav-site ul ul > .active > a {color:#004da3; border:none; font-weight:400; }
    .nav-site li.last{margin-bottom:1em;}
  .nav-site ul ul ul {margin-left:1em; padding:0; font-size:0.9rem;}
    .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
  ----------------------------------------------------*/
  .elevator { padding-left:1rem; border-left:5px solid #dcb439; margin-bottom:1.5rem !important; }
  .home-feature {margin-bottom:2em; text-align:center;}
    .feature-image {overflow:hidden; text-align:center;}
      .feature-image p,
      .feature-image img {margin:0 auto;}
  .home-primary {margin:0 auto 2em;}
    .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.5rem; font-family:inherit;}
  .home-secondary .columns > h2 {margin:0 0 .4em; padding:0 0 0.3em; border-bottom:2px solid #dcb439; font-size:2.25rem;}
    .home-secondary .columns > h2 a {color:#0c2340;}
    .home-secondary .columns .entry-title {font-size:1.675rem;}
  .home-features, .home-callout { margin-bottom:2em; }
    .home-feature-item { margin-bottom:2rem; }
    .feature-title { margin-top:0.25em; }

  /* Custom Pages
  ----------------------------------------------------*/

  /* Footer
  ----------------------------------------------------*/
  .site-footer {position:relative; clear:both; overflow:hidden; text-align:center; background:#d0d0d0; }
    .footer-inner {position:relative; margin:0 auto; padding:1em 0; }
    .site-footer p {clear:both; margin:0; font-size:0.875rem;}
  .site-info {margin:1em 0;}
  .site-info li {display:inline-block; 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;}

}

/*************************************************************************************
 * 3. Media Queries
 ************************************************************************************/

/* 580px
----------------------------------------------------*/
@media only screen and (min-width:36.250em) {
  .image-right,
  .image-left {max-width:none;}
  .dept {display:block; border:none;}
  .entry-title {font-size:1.65rem;}
}

/* 700px
----------------------------------------------------*/
@media only screen and (min-width:43.75em) {
  h1 {font-size:2.4rem;}
  h2 {font-size:1.95rem;}
  h3 {font-size:1.7rem;}
  h4 {font-size:1.5rem;}
  h5 {font-size:1.2rem;}
  h6 {font-size:1rem;}

  blockquote {margin:1em; padding:0;}
    blockquote.pull {width:30%;}

  .image-right img,
  .image-left img {max-width:auto;}
  .tablewrap {background:none;}

  /* Structure
  ----------------------------------------------------*/
  body {display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; -webkit-flex-direction:column; -ms-flex-direction:column; flex-direction:column;}
  .wrapper {-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto; display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; -webkit-flex-direction:column; -ms-flex-direction:column; flex-direction:column;}
  .site-header {-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;}
  .site-content {-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto; -webkit-box-orient:horizontal; -webkit-box-direction:normal; -webkit-flex-direction:row; -ms-flex-direction:row; flex-direction:row; padding-top:2em; padding-bottom:2em;}
    .nav-top-true.home .alpha {display:block; width:auto; left:0; margin-left:0; }
    .nav-top-true.home .site-content > .row { justify-content:center; }
  .alpha { position:relative; margin:-5em 0 0 -0.9375em; min-height:10em; border-top:0.25em solid #dcb439; background:white; }
  .beta {border:none; box-shadow:none;}
  .page-title { margin:0.25em 0; border-bottom:0; text-shadow:none; }
  .site-footer {-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;}

  /* Header
  ----------------------------------------------------*/
  .site-header {text-align:left; background-image: url(/stylesheets/themes/al/v3.0/images/hdr-campus-1000.jpg); padding-bottom:14em; position:relative; }
    .nav-top-true .site-header::after { content:''; display:block; position:absolute; background:#000; opacity:0.5; top:0; left:0; bottom:0; right:0; z-index:0; }
    .nav-top-true .site-header > * { position:relative; z-index:1; }
  .brandbar,
  .titlebar {padding:0; }
    .brandbar li {margin:0;}
    .dept {border-top:none; box-shadow:none; float:right;}
    .dept-nd {float:left;}
    .titlebar.subhead {padding:0.7em 1em;}
  .site-title { float:left; width:auto; max-width:calc(100% - 20rem); margin:0; padding:0; font-size:2.5rem; min-height:3em;}
    .site-title a {padding:0.65em 0 0.75em; line-height:1em;}
    .subtitled {float:left; padding:0.65em 0 0.75em;}
      .subtitled .site-title a {padding:0;}
    .site-subtitle {float:left;}
  .search-input {float:left; width:auto; font-size:0.9rem; line-height:1.4rem;}
  a.nav-skip {display:none;}

  .header-util {display:block; float:right; top:3em; margin:0; padding:0 0 0 0.5em; text-align:right; }
    .subhead .header-util {top:1.9em;}
    .search-form {display:block; width:100%; margin:0;  background:rgba(0,0,0,0.6);}
    .search-input {float:left; width:auto; font-size:0.8em; padding-left:0.5em; }
    .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.825rem; font-weight:normal;}
    .header-util nav a,
    .header-util nav a:hover {display:inline; padding:0; border:0 none; color:#fff; background:none; }
    .header-util nav a:hover {text-decoration:underline; }
    .header-util .search-toggle {display:none;}
    .search-button {width: 1.5em; height: 1.5em; margin-left: -2em; color:rgba(255,255,255,0.8); font-size:1em;  }
    .search-button .icon {width:18px; height:20px;}

  /* News & Events
  ----------------------------------------------------*/
  .hentry.has-image { display:flex; flex-flow:row wrap; }
  .entry-image { min-width:33%; width:33%; padding-right:1rem; }
  .hentry.has-image .entry-content { width:67%; }
  .has-image .entry-title { margin-top:0; }
  .vevent { padding-left:6rem; min-height:5rem; margin-bottom:2rem; position:relative; }
  .entry-date { position:absolute; top:0; left:0; width:5rem; padding:0.5rem 0.5rem 1rem; text-align:center; background:#0c2340; color:#fff; }
    .entry-date svg { display:none; }
  .entry-day { display:block; font-size:2em; font-weight:700; }

  /* Home
  ----------------------------------------------------*/
  .home-primary {margin:0 0 2em; padding-top:1em; }
    .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-secondary .entry-image,
    .home-secondary .entry-content { min-width:100%; width:100%; margin:0 0 1rem; }
  .home-features, .home-callout { margin-bottom:4em; }
    .home-feature-item { margin-bottom:0; min-height:100%; display:inline-flex; flex-flow:column; }
    .home-feature-item .feature-more { margin-top:auto; }

  /* Navigation
  ----------------------------------------------------*/
  .nav-site { padding:1em; margin-top: -4em; border-left:0.5em solid #3c9965; background:#296945; position:relative;}
    .nav-site a,
    .nav-site ul a,
    .nav-site ul ul a { color:#fff; }
    .nav-site ul ul a:hover,
    .nav-site ul ul > .active > a,
    .nav-site ul ul ul .active > a,
    .nav-site ul ul ul .active > .current-last { color:#dcb43a; }

  .nav-top-true .nav-top,
  .nav-top-true .nav-section {display:block;}
  .nav-top-true .nav-full,
  .nav-top-true.home .beta {display:none;}

  .breadcrumbs { text-align:left; margin:0.75em 0; }
    .breadcrumbs li {  font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;  display:inline-block; float:none; }

  /* 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;}

}

/* 960px
----------------------------------------------------*/
@media only screen and (min-width:60em) {
  .titlebar.subhead {padding:1.1em 0;}

  .events .vevent {margin-left:1.5em;}
  .event .vevent {margin:0;}

  .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;}

  /* 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;}
  .site-header { background-image: url(/stylesheets/themes/al/v3.0/images/hdr-campus-1600.jpg); }
}

/* Hi-res
----------------------------------------------------*/
@media
  only screen and (-webkit-min-device-pixel-ratio:1.5),
  only screen and (min-device-pixel-ratio:1.5),
  only screen and (-webkit-min-device-pixel-ratio:144),
  only screen and (min-resolution:144dpi),
  only screen and (min-resolution:1.5dppx){
    .dept-nd a,
    .dept a {background-size:auto 50px;}
}

/*************************************************************************************
 * 4. Themes
 ************************************************************************************/
@media only screen {

  /* Brand Bar
  ----------------------------------------------------*/
  .dept-nd a   {width:301px; background-image:url('https://static.nd.edu/images/brandbar/dept-nd-white.png');}
  .dept-coal a {width:316px; background-image:url('https://static.nd.edu/images/brandbar/dept-coal-white.png');} /* College of Arts and Letters */
}


/* Hi-res
----------------------------------------------------*/
@media
  only screen and (-webkit-min-device-pixel-ratio:1.5),
  only screen and (min-device-pixel-ratio:1.5),
  only screen and (-webkit-min-device-pixel-ratio:144),
  only screen and (min-resolution:144dpi),
  only screen and (min-resolution:1.5dppx){
  .dept-nd a   {background-image:url('https://static.nd.edu/images/brandbar/dept-nd-white@2x.png');}
  .dept-coal a {background-image:url('https://static.nd.edu/images/brandbar/dept-coal-white@2x.png');} /* College of Arts and Letters */
}

/*************************************************************************************
 * 5. Grid
 * Author:http://foundation.zurb.com/
 * Version:6.0.5
 * Documentation:http://foundation.zurb.com/sites/docs/flex-grid.html
 * Updated:2015-12-04
 * Heavily modified. Do not update from Zurb without comparing styles
 ************************************************************************************/
.row { max-width:80rem; display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; -webkit-flex-direction:column; -ms-flex-direction:column; flex-direction:column; -webkit-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap; margin-left:auto; margin-right:auto; }
.row .row,
.column-row .row { margin-left:-0.9375rem; margin-right:-0.9375rem; }
.row.collapse > .column,
.row.collapse > .columns {padding-left:0; padding-right:0;}
.row.collapse .row {margin-left:0; margin-right:0;}
.column,
.columns { -webkit-box-flex:1; -webkit-flex:1 1 auto; -ms-flex:1 1 auto; flex:1 1 auto; padding-left:0.9375rem; padding-right:0.9375rem; }
.row.align-right { -webkit-box-pack:end; -webkit-justify-content:flex-end; -ms-flex-pack:end; justify-content:flex-end; }
.row.align-center { -webkit-box-pack:center; -webkit-justify-content:center; -ms-flex-pack:center; justify-content:center; }
.row.align-justify { -webkit-box-pack:justify; -webkit-justify-content:space-between; -ms-flex-pack:justify; justify-content:space-between; }
.row.align-spaced { -webkit-justify-content:space-around; -ms-flex-pack:distribute; justify-content:space-around; }
.row.align-top { -webkit-box-align:start; -webkit-align-items:flex-start; -ms-flex-align:start; -ms-grid-row-align:flex-start; align-items:flex-start; }
.column.align-top { -webkit-align-self:flex-start; -ms-flex-item-align:start; align-self:flex-start; }
.row.align-bottom { -webkit-box-align:end; -webkit-align-items:flex-end; -ms-flex-align:end; -ms-grid-row-align:flex-end; align-items:flex-end; }
.column.align-bottom { -webkit-align-self:flex-end; -ms-flex-item-align:end; align-self:flex-end; }
.row.align-middle { -webkit-box-align:center; -webkit-align-items:center; -ms-flex-align:center; -ms-grid-row-align:center; align-items:center; }
.column.align-middle { -webkit-align-self:center; -ms-flex-item-align:center; align-self:center; }
.row.align-stretch { -webkit-box-align:stretch; -webkit-align-items:stretch; -ms-flex-align:stretch; -ms-grid-row-align:stretch; align-items:stretch; }
.column.align-stretch { -webkit-align-self:stretch; -ms-flex-item-align:stretch; align-self:stretch; }
.small-1 { -webkit-box-flex:0; -webkit-flex:0 0 8.33333%; -ms-flex:0 0 8.33333%; flex:0 0 8.33333%; max-width:8.33333%; }
.small-2 { -webkit-box-flex:0; -webkit-flex:0 0 16.66667%; -ms-flex:0 0 16.66667%; flex:0 0 16.66667%; max-width:16.66667%; }
.small-3 { -webkit-box-flex:0; -webkit-flex:0 0 25%; -ms-flex:0 0 25%; flex:0 0 25%; max-width:25%; }
.small-4 { -webkit-box-flex:0; -webkit-flex:0 0 33.33333%; -ms-flex:0 0 33.33333%; flex:0 0 33.33333%; max-width:33.33333%; }
.small-5 { -webkit-box-flex:0; -webkit-flex:0 0 41.66667%; -ms-flex:0 0 41.66667%; flex:0 0 41.66667%; max-width:41.66667%; }
.small-6 { -webkit-box-flex:0; -webkit-flex:0 0 50%; -ms-flex:0 0 50%; flex:0 0 50%; max-width:50%; }
.small-7 { -webkit-box-flex:0; -webkit-flex:0 0 58.33333%; -ms-flex:0 0 58.33333%; flex:0 0 58.33333%; max-width:58.33333%; }
.small-8 { -webkit-box-flex:0; -webkit-flex:0 0 66.66667%; -ms-flex:0 0 66.66667%; flex:0 0 66.66667%; max-width:66.66667%; }
.small-9 { -webkit-box-flex:0; -webkit-flex:0 0 75%; -ms-flex:0 0 75%; flex:0 0 75%; max-width:75%; }
.small-10 { -webkit-box-flex:0; -webkit-flex:0 0 83.33333%; -ms-flex:0 0 83.33333%; flex:0 0 83.33333%; max-width:83.33333%; }
.small-11 { -webkit-box-flex:0; -webkit-flex:0 0 91.66667%; -ms-flex:0 0 91.66667%; flex:0 0 91.66667%; max-width:91.66667%; }
.small-12 { -webkit-box-flex:0; -webkit-flex:0 0 auto; -ms-flex:0 0 auto; flex:0 0 auto; max-width:100%; }
.small-order-1 { -webkit-box-ordinal-group:2; -webkit-order:1; -ms-flex-order:1; order:1; }
.small-order-2 { -webkit-box-ordinal-group:3; -webkit-order:2; -ms-flex-order:2; order:2; }
.small-order-3 { -webkit-box-ordinal-group:4; -webkit-order:3; -ms-flex-order:3; order:3; }
.small-order-4 { -webkit-box-ordinal-group:5; -webkit-order:4; -ms-flex-order:4; order:4; }
.small-order-5 { -webkit-box-ordinal-group:6; -webkit-order:5; -ms-flex-order:5; order:5; }
.small-order-6 { -webkit-box-ordinal-group:7; -webkit-order:6; -ms-flex-order:6; order:6; }
.small-offset-0 { margin-left:0%; }
.small-offset-1 { margin-left:8.33333%; }
.small-offset-2 { margin-left:16.66667%; }
.small-offset-3 { margin-left:25%; }
.small-offset-4 { margin-left:33.33333%; }
.small-offset-5 { margin-left:41.66667%; }
.small-offset-6 { margin-left:50%; }
.small-offset-7 { margin-left:58.33333%; }
.small-offset-8 { margin-left:66.66667%; }
.small-offset-9 { margin-left:75%; }
.small-offset-10 { margin-left:83.33333%; }
.small-offset-11 { margin-left:91.66667%; }
.small-collapse > .column, .small-collapse > .columns { padding-left:0; padding-right:0; }
.small-uncollapse > .column, .small-uncollapse > .columns { padding-left:0.9375rem; padding-right:0.9375rem; }

/* 700px
----------------------------------------------------*/
@media only screen and (min-width:43.75em) {
  .row { -webkit-box-orient:horizontal; -webkit-box-direction:normal; -webkit-flex-direction:row; -ms-flex-direction:row; flex-direction:row; }
  .column,
  .columns { -webkit-box-flex:1; -webkit-flex:1 1 0; -ms-flex:1 1 0; flex:1 1 0; }
  .medium-1 { -webkit-box-flex:0; -webkit-flex:0 0 8.33333%; -ms-flex:0 0 8.33333%; flex:0 0 8.33333%; max-width:8.33333%; }
  .medium-2 { -webkit-box-flex:0; -webkit-flex:0 0 16.66667%; -ms-flex:0 0 16.66667%; flex:0 0 16.66667%; max-width:16.66667%; }
  .medium-3 { -webkit-box-flex:0; -webkit-flex:0 0 25%; -ms-flex:0 0 25%; flex:0 0 25%; max-width:25%; }
  .medium-4 { -webkit-box-flex:0; -webkit-flex:0 0 33.33333%; -ms-flex:0 0 33.33333%; flex:0 0 33.33333%; max-width:33.33333%; }
  .medium-5 { -webkit-box-flex:0; -webkit-flex:0 0 41.66667%; -ms-flex:0 0 41.66667%; flex:0 0 41.66667%; max-width:41.66667%; }
  .medium-6 { -webkit-box-flex:0; -webkit-flex:0 0 50%; -ms-flex:0 0 50%; flex:0 0 50%; max-width:50%; }
  .medium-7 { -webkit-box-flex:0; -webkit-flex:0 0 58.33333%; -ms-flex:0 0 58.33333%; flex:0 0 58.33333%; max-width:58.33333%; }
  .medium-8 { -webkit-box-flex:0; -webkit-flex:0 0 66.66667%; -ms-flex:0 0 66.66667%; flex:0 0 66.66667%; max-width:66.66667%; }
  .medium-9 { -webkit-box-flex:0; -webkit-flex:0 0 75%; -ms-flex:0 0 75%; flex:0 0 75%; max-width:75%; }
  .medium-10 { -webkit-box-flex:0; -webkit-flex:0 0 83.33333%; -ms-flex:0 0 83.33333%; flex:0 0 83.33333%; max-width:83.33333%; }
  .medium-11 { -webkit-box-flex:0; -webkit-flex:0 0 91.66667%; -ms-flex:0 0 91.66667%; flex:0 0 91.66667%; max-width:91.66667%; }
  .medium-12 { -webkit-box-flex:0; -webkit-flex:0 0 100%; -ms-flex:0 0 100%; flex:0 0 100%; max-width:100%; }
  .medium-expand { -webkit-box-flex:1; -webkit-flex:1 1 0px; -ms-flex:1 1 0px; flex:1 1 0px; }
  .medium-order-1 { -webkit-box-ordinal-group:2; -webkit-order:1; -ms-flex-order:1; order:1; }
  .medium-order-2 { -webkit-box-ordinal-group:3; -webkit-order:2; -ms-flex-order:2; order:2; }
  .medium-order-3 { -webkit-box-ordinal-group:4; -webkit-order:3; -ms-flex-order:3; order:3; }
  .medium-order-4 { -webkit-box-ordinal-group:5; -webkit-order:4; -ms-flex-order:4; order:4; }
  .medium-order-5 { -webkit-box-ordinal-group:6; -webkit-order:5; -ms-flex-order:5; order:5; }
  .medium-order-6 { -webkit-box-ordinal-group:7; -webkit-order:6; -ms-flex-order:6; order:6; }
  .medium-offset-0 { margin-left:0%; }
  .medium-offset-1 { margin-left:8.33333%; }
  .medium-offset-2 { margin-left:16.66667%; }
  .medium-offset-3 { margin-left:25%; }
  .medium-offset-4 { margin-left:33.33333%; }
  .medium-offset-5 { margin-left:41.66667%; }
  .medium-offset-6 { margin-left:50%; }
  .medium-offset-7 { margin-left:58.33333%; }
  .medium-offset-8 { margin-left:66.66667%; }
  .medium-offset-9 { margin-left:75%; }
  .medium-offset-10 { margin-left:83.33333%; }
  .medium-offset-11 { margin-left:91.66667%; }
  .medium-collapse > .column, .medium-collapse > .columns { padding-left:0; padding-right:0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns { padding-left:0.9375rem; padding-right:0.9375rem; }
}

/* 1024px
----------------------------------------------------*/
@media screen and (min-width:64em) {
  .large-1 { -webkit-box-flex:0; -webkit-flex:0 0 8.33333%; -ms-flex:0 0 8.33333%; flex:0 0 8.33333%; max-width:8.33333%; }
  .large-2 { -webkit-box-flex:0; -webkit-flex:0 0 16.66667%; -ms-flex:0 0 16.66667%; flex:0 0 16.66667%; max-width:16.66667%; }
  .large-3 { -webkit-box-flex:0; -webkit-flex:0 0 25%; -ms-flex:0 0 25%; flex:0 0 25%; max-width:25%; }
  .large-4 { -webkit-box-flex:0; -webkit-flex:0 0 33.33333%; -ms-flex:0 0 33.33333%; flex:0 0 33.33333%; max-width:33.33333%; }
  .large-5 { -webkit-box-flex:0; -webkit-flex:0 0 41.66667%; -ms-flex:0 0 41.66667%; flex:0 0 41.66667%; max-width:41.66667%; }
  .large-6 { -webkit-box-flex:0; -webkit-flex:0 0 50%; -ms-flex:0 0 50%; flex:0 0 50%; max-width:50%; }
  .large-7 { -webkit-box-flex:0; -webkit-flex:0 0 58.33333%; -ms-flex:0 0 58.33333%; flex:0 0 58.33333%; max-width:58.33333%; }
  .large-8 { -webkit-box-flex:0; -webkit-flex:0 0 66.66667%; -ms-flex:0 0 66.66667%; flex:0 0 66.66667%; max-width:66.66667%; }
  .large-9 { -webkit-box-flex:0; -webkit-flex:0 0 75%; -ms-flex:0 0 75%; flex:0 0 75%; max-width:75%; }
  .large-10 { -webkit-box-flex:0; -webkit-flex:0 0 83.33333%; -ms-flex:0 0 83.33333%; flex:0 0 83.33333%; max-width:83.33333%; }
  .large-11 { -webkit-box-flex:0; -webkit-flex:0 0 91.66667%; -ms-flex:0 0 91.66667%; flex:0 0 91.66667%; max-width:91.66667%; }
  .large-12 { -webkit-box-flex:0; -webkit-flex:0 0 100%; -ms-flex:0 0 100%; flex:0 0 100%; max-width:100%; }
  .large-expand { -webkit-box-flex:1; -webkit-flex:1 1 0px; -ms-flex:1 1 0px; flex:1 1 0px; }
  .large-order-1 { -webkit-box-ordinal-group:2; -webkit-order:1; -ms-flex-order:1; order:1; }
  .large-order-2 { -webkit-box-ordinal-group:3; -webkit-order:2; -ms-flex-order:2; order:2; }
  .large-order-3 { -webkit-box-ordinal-group:4; -webkit-order:3; -ms-flex-order:3; order:3; }
  .large-order-4 { -webkit-box-ordinal-group:5; -webkit-order:4; -ms-flex-order:4; order:4; }
  .large-order-5 { -webkit-box-ordinal-group:6; -webkit-order:5; -ms-flex-order:5; order:5; }
  .large-order-6 { -webkit-box-ordinal-group:7; -webkit-order:6; -ms-flex-order:6; order:6; }
  .large-offset-0 { margin-left:0%; }
  .large-offset-1 { margin-left:8.33333%; }
  .large-offset-2 { margin-left:16.66667%; }
  .large-offset-3 { margin-left:25%; }
  .large-offset-4 { margin-left:33.33333%; }
  .large-offset-5 { margin-left:41.66667%; }
  .large-offset-6 { margin-left:50%; }
  .large-offset-7 { margin-left:58.33333%; }
  .large-offset-8 { margin-left:66.66667%; }
  .large-offset-9 { margin-left:75%; }
  .large-offset-10 { margin-left:83.33333%; }
  .large-offset-11 { margin-left:91.66667%; }
  .large-collapse > .column, .large-collapse > .columns { padding-left:0; padding-right:0; }
  .large-uncollapse > .column, .large-uncollapse > .columns { padding-left:0.9375rem; padding-right:0.9375rem; }
}

/* 1200px
----------------------------------------------------*/
@media only screen and (min-width:75em) {
  .xlarge-1 { -webkit-box-flex:0; -webkit-flex:0 0 8.33333%; -ms-flex:0 0 8.33333%; flex:0 0 8.33333%; max-width:8.33333%; }
  .xlarge-2 { -webkit-box-flex:0; -webkit-flex:0 0 16.66667%; -ms-flex:0 0 16.66667%; flex:0 0 16.66667%; max-width:16.66667%; }
  .xlarge-3 { -webkit-box-flex:0; -webkit-flex:0 0 25%; -ms-flex:0 0 25%; flex:0 0 25%; max-width:25%; }
  .xlarge-4 { -webkit-box-flex:0; -webkit-flex:0 0 33.33333%; -ms-flex:0 0 33.33333%; flex:0 0 33.33333%; max-width:33.33333%; }
  .xlarge-5 { -webkit-box-flex:0; -webkit-flex:0 0 41.66667%; -ms-flex:0 0 41.66667%; flex:0 0 41.66667%; max-width:41.66667%; }
  .xlarge-6 { -webkit-box-flex:0; -webkit-flex:0 0 50%; -ms-flex:0 0 50%; flex:0 0 50%; max-width:50%; }
  .xlarge-7 { -webkit-box-flex:0; -webkit-flex:0 0 58.33333%; -ms-flex:0 0 58.33333%; flex:0 0 58.33333%; max-width:58.33333%; }
  .xlarge-8 { -webkit-box-flex:0; -webkit-flex:0 0 66.66667%; -ms-flex:0 0 66.66667%; flex:0 0 66.66667%; max-width:66.66667%; }
  .xlarge-9 { -webkit-box-flex:0; -webkit-flex:0 0 75%; -ms-flex:0 0 75%; flex:0 0 75%; max-width:75%; }
  .xlarge-10 { -webkit-box-flex:0; -webkit-flex:0 0 83.33333%; -ms-flex:0 0 83.33333%; flex:0 0 83.33333%; max-width:83.33333%; }
  .xlarge-11 { -webkit-box-flex:0; -webkit-flex:0 0 91.66667%; -ms-flex:0 0 91.66667%; flex:0 0 91.66667%; max-width:91.66667%; }
  .xlarge-12 { -webkit-box-flex:0; -webkit-flex:0 0 100%; -ms-flex:0 0 100%; flex:0 0 100%; max-width:100%; }
  .xlarge-expand { -webkit-box-flex:1; -webkit-flex:1 1 0px; -ms-flex:1 1 0px; flex:1 1 0px; }
  .xlarge-order-1 { -webkit-box-ordinal-group:2; -webkit-order:1; -ms-flex-order:1; order:1; }
  .xlarge-order-2 { -webkit-box-ordinal-group:3; -webkit-order:2; -ms-flex-order:2; order:2; }
  .xlarge-order-3 { -webkit-box-ordinal-group:4; -webkit-order:3; -ms-flex-order:3; order:3; }
  .xlarge-order-4 { -webkit-box-ordinal-group:5; -webkit-order:4; -ms-flex-order:4; order:4; }
  .xlarge-order-5 { -webkit-box-ordinal-group:6; -webkit-order:5; -ms-flex-order:5; order:5; }
  .xlarge-order-6 { -webkit-box-ordinal-group:7; -webkit-order:6; -ms-flex-order:6; order:6; }
}

.shrink { -webkit-box-flex:0; -webkit-flex:0 0 auto; -ms-flex:0 0 auto; flex:0 0 auto; }
.row.medium-unstack .column { -webkit-box-flex:0; -webkit-flex:0 0 100%; -ms-flex:0 0 100%; flex:0 0 100%; }
.row.large-unstack .column { -webkit-box-flex:0; -webkit-flex:0 0 100%; -ms-flex:0 0 100%; flex:0 0 100%; }
@media screen and (min-width:43.75em) { .row.medium-unstack .column { -webkit-box-flex:1; -webkit-flex:1 1 0px; -ms-flex:1 1 0px; flex:1 1 0px; } }
@media screen and (min-width:64em) { .row.large-unstack .column { -webkit-box-flex:1; -webkit-flex:1 1 0px; -ms-flex:1 1 0px; flex:1 1 0px; } }

/* Grid Customizations
--------------------------------------------------------------------------------------*/

/* 700px
----------------------------------------------------*/
@media only screen and (min-width:43.75em) {
  .row-container {max-width:96%;}
  .home.nav-top-true .alpha,
  .full-width .alpha {-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%; max-width:100%;}

  .home.nav-top-true .alpha,
  .full-width.nav-top-true .alpha { max-width:80%; }
  .full-width.nav-top-true .site-content > .row { justify-content:center; }
  .full-width .beta {display:none;}
}

/* 1200px
----------------------------------------------------*/
@media only screen and (min-width:75em) {
  .row-container {max-width:90%;}
}

/* 1360px
----------------------------------------------------*/
@media only screen and (min-width:85em) {
  .row-container {max-width:80em;}
}


/*************************************************************************************
 * 6. Print Styles
 ************************************************************************************/
@media print {
  @page {margin:0.5cm;}
  body {font-size:13pt; line-height:1.3; 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 {page-break-inside:avoid;}
  blockquote {page-break-inside:avoid;}
  h1, h2, h3, h4, h5, h6 {page-break-after:avoid; page-break-inside:avoid;}
  img {page-break-inside:avoid; page-break-after:avoid;}
  table, pre {page-break-inside:avoid;}
  ul, ol, dl {page-break-before:avoid;}
  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;}
  article {overflow:hidden;}

  /* HIDDEN
  ----------------------------------------------------*/
  .article-more,
  .breadcrumbs,
  .header-util,
  .skip-links,
  .nav-mobile,
  .nav-site,
  .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,
    .site-subtitle {margin:0; color:#333; font-family:GPC, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;}
    .site-header a,
    .site-title a,
    .site-subtitle a {color:#000; text-decoration:none;}
    .site-title {margin:4px 0 2px; font-size:2rem;}
    .site-subtitle {font-size:1rem;}

  .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;}
    .site-footer p {margin:0;}
    .geo,
    .country-name {display:none;}
    .tel {display:block;}
    .site-footer .ndmark {position:absolute; top:20px; right:0;}
}
