/*
ND News
Based on University Template, v2.4
Launched: 2017-08-09
Author: Shawn Maust, Nevin McElwrath, Erik Runyon
Marketing Communications:Web

CONTENTS
-----------------------------------------
1. Common
2. Screen
3. Media Queries
4. Themes
5. Grid
6. Plugins
7. Print

BRANDING
-----------------------------------------
1. COLORS
   - Blue (Headings):#0c2340
   - Blue (Links):#004da3
   - Gold:#dcb439

2. FONT STACKS
   - Headings:GPC, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif
   - Body:"Helvetica Neue", Helvetica, Arial, Verdana, sans-serif

3. GALAXIE POLARIS FONT WEIGHTS
   - 100 light
   - 300 book
   - 400 medium (normal)
   - 700 bold
   - 900 heavy
*/

/*************************************************************************************
 * 1. Common Styles
 ************************************************************************************/
*, *:before, *:after {-webkit-box-sizing:border-box;box-sizing:border-box;}
@-ms-viewport {width:device-width; zoom:1;}
@-o-viewport {width:device-width; zoom:1;}
@viewport {width:device-width; zoom:1;}
html {width:100%; margin:0; padding:0; font-size:100%; overflow-y:scroll; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; -moz-text-size-adjust:100%; text-size-adjust:100%; font-smoothing:antialiased; }
body {width:100%; margin:0; padding:0; color:#333; font:1em/1.5em "Helvetica Neue", Helvetica, Arial, Verdana, sans-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:#0c2340; background-color:transparent; -webkit-tap-highlight-color:rgba(0,0,0,0);}
a:visited {color:#193455;}
a:hover {color:#193455}
a:active {color:#08182c;}
a:focus {outline:thin dotted;}
::-moz-selection,
::-moz-selection {background:#f1bd2d; color:#333; text-shadow:none;}
::-moz-selection,
::selection { background:#f1bd2d; color:#333; 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,h2,h3,h4,h5,h6 {margin:1.4em 0 0.25em; line-height:1.1em; color:#0c2340; font-weight:400; text-shadow: none; text-rendering:optimizeLegibility; font-family: GP, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {text-decoration:none;}
h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited { color: #193455; }
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:1.75rem;}
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;}
.photo-caption { color: #777; font-size: 0.8em; text-align: right; }

/* 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: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; font-weight:300; font-size:1em; }
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;}
  th, thead th { border:1px solid #ccc; }
  table, td, tr { border-width:1px ;}
  tr:nth-child(odd) td,
  tr:nth-child(odd):hover td { background:none; }

  .tablesorter { background-color:#eee; width:100%; text-align:left; }
  .tablesorter thead th,
  .tablesorter tfoot th { background-color:#ddd; color:#333; padding:0.25em 1.5em 0.25em 0.75em; line-height:1.2; font-weight:700; }
  .tablesorter .header { background-image:url(images/bg.gif); background-repeat:no-repeat; background-position:center right; cursor:pointer; }
  .tablesorter td { color:#3D3D3D; font-size:0.9em; padding:0.5em 0.75em; /*background-color:#e0e0e0;*/ vertical-align:top; }
  .tablesorter .odd td {	background-color:#e0e0e0; }
  .tablesorter .headerSortUp { background-image:url(images/asc.gif); }
  .tablesorter .headerSortDown { background-image:url(images/desc.gif); }
  .tablesorter .headerSortDown,
  .tablesorter .headerSortUp { background-color:#fff;}

/* 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, 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; -webkit-box-sizing:content-box; 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; -webkit-box-sizing:content-box; 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;}
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;}

div > h2:first-child,
div > h3:first-child { margin-top: 0; }

/* 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; -webkit-box-shadow: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;}
.visibility-hidden {position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden;}

.cf:before, .cf:after {content:"\0020"; display:block; height:0; overflow:hidden;}
.cf:after {clear:both;}
.cf {zoom:1;}

.bars {padding:0 0 30px; background:url('images/bars-gray.png') bottom left repeat-x;}

.video {position:relative; display: block; text-align:center; }
.video .play {position:absolute; top:0; left:0; width:100%; height:100%; margin:0 auto; background: transparent url('images/play-btn.svg') center center no-repeat; background-size: auto 35%; z-index: 2; -webkit-transition: all 250ms ease-in-out; transition: all 250ms ease-in-out; }
.video:hover .play { background-color: rgba(12, 35, 64, 0.8); }

.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; -webkit-box-shadow:0 0 10px 0 #000; box-shadow:0 0 10px 0 #000; z-index:10001; }

/* Breadcrumbs
----------------------------------------------------*/
.breadcrumbs { margin:0 0 1em; padding:0; list-style:none; text-align:left; font-size:0.8rem; }
  .breadcrumbs li { display:inline-block; margin:0 4px 0 0; color:#333; }
  .breadcrumbs li:last-child { display: none; }
  .breadcrumbs a { text-decoration:none; }
    .breadcrumbs a:hover { text-decoration:underline; }
    .breadcrumbs a:visited { color: #193455; }

/* Fonts
   https://dev.conductor.nd.edu/fonts/
----------------------------------------------------*/
@font-face {font-family:GPC; font-weight:300; font-style:normal;
  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;
  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:500; font-style:normal;
  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:GPH; font-weight:900; font-style:normal;
  src:url('https://static.nd.edu/fonts/gp/gp-heavy.woff2') format('woff2'),
      url('https://static.nd.edu/fonts/gp/gp-heavy.woff') format('woff'),
      url('https://static.nd.edu/fonts/gp/gp-heavy.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.4em; padding:0; font-size:1.4rem; line-height:1.5em; font-family: GPH, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; font-weight: 900; }
  .entry-title.page-title { border:none; }
.meta-item {display:inline-block; margin:0.2em 1em 0 0; color:#333; font-size:0.9rem; font-family:inherit; font-weight: 300; }
.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;}
.news-hentry .posted-in,
.event .posted-in {display:block;}
.attribution {font-style:italic;}
.article-more span {position:absolute; left:-999em;}

/* Events */
.events .vevent {margin-left:1em; margin-right:1em;}
.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,
.home .events-date-header {display:none;}

/* CARDS
----------------------------------------------------*/
.card,
.card[href$=".pdf"] { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-flow:column; flex-flow:column; text-decoration:none; background:#fff; color:#444; -webkit-transition:all 0.4s; transition:all 0.4s; margin-bottom:1em; overflow:hidden; -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility; }
  .card:hover { -webkit-transform:scale(1.015); transform:scale(1.015); color:#444; -webkit-box-shadow:0 0.125em 0.5em rgba(0,0,0,0.33); box-shadow:0 0.125em 0.5em rgba(0,0,0,0.33); }
  .card.news-link { background:none; margin-bottom:0.5rem; }
    .card.news-link .card-content { padding:0.5rem 1rem; }
    .card.news-link:hover { background:#fff; }
.card.horizontal { display:block; padding-left: 0; position:relative; }
  .card-image { text-align:center; margin-top:-1px; overflow:hidden; position:relative; }
    .card.horizontal .card-image { position:relative; }
    .card.expert-item { padding-left: 0; }
    .card.expert-item .card-image { min-width:100%; width: 100%; }
    .card-image img {  -o-object-fit:cover;  object-fit:cover; }
  .in-the-news-item { background:#fff; color:#444; -webkit-transition:all 0.4s; transition:all 0.4s; margin-bottom:1em; overflow:hidden; -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility;}
    .in-the-news-item.card:after { content: ""; width: 1.25em; height: 1.25em; position: absolute; bottom: 1em; right: 1em; background: url(/stylesheets/images/icon-external.svg) right 50% / contain no-repeat; opacity: 1; -webkit-transition: all 250ms ease-in-out; transition: all 250ms ease-in-out; }
    /*.in-the-news-item.card:hover { transform:none; color:inherit; box-shadow:none; }*/
      .in-the-news-item.card:hover:after { opacity: 1; }
    .in-the-news-item:hover { -webkit-transform:scale(1.015); transform:scale(1.015); color:#444; -webkit-box-shadow:0 0.125em 0.5em rgba(0,0,0,0.33); box-shadow:0 0.125em 0.5em rgba(0,0,0,0.33); }
    .in-the-news-item .card-image { padding: 2em; }
    .in-the-news-item .card-image img { -o-object-fit:contain; object-fit:contain; }
    .card.horizontal img { height:100%; min-width: 100%; }


  .card-content { display:-webkit-box; display:-ms-flexbox; display:flex;  display:-webkit-flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-flow:column; flex-flow:column; padding:1em; }
    .card-title  { margin-top:0; font-size:1rem; color:#333; font-style:normal; font-weight:700; }
    .card-date { -webkit-box-ordinal-group:0; -ms-flex-order:-1; order:-1; color:#666; font-size:0.9rem; }
  .card:visited { color: #333; }

  /*
  .home .in-the-news-item.card.horizontal .card-image {}
  .home .col-latest-news .card.horizontal .card-image {}
  .expert-bio .in-the-news-item.card.horizontal .card-image { min-width:25%; width:25%; height: 10em; }
  */
  .in-the-news-item.card.horizontal .card-image { padding: 1em; height: 10em; }

  .home-feature .card-title { font-size: 1.7em; }
    .home-feature .card-title { font-size: 1rem; }

.in-the-news-entry { margin-bottom: 1em; }
  /*
  .in-the-news-entry .expert-list { padding-bottom: 1em; padding-left: calc(25% + 1em); }
  */
  .in-the-news-entry .expert-list h3 { font-size: 1rem; font-style: normal; text-transform: uppercase; letter-spacing: 0.1em; margin: 0 0 0.8em; }
  /*
  .in-the-news-entry .expert-list .card-image { min-width: 25%; width: 25%; }
    .in-the-news-entry .expert-list .expert-item { padding-left: 25%; min-height: 6em; }
    .in-the-news-entry .expert-list .expert-item .card-content p { font-size: 0.9em; }
  */
.in-the-news-entry .card-text p { display:inline; }
.card-tags { display:inline; }
.card-tag { display:inline-block; margin-left:0.25rem; padding: 0.25em 0.75em; font-size:0.7em; letter-spacing:0.125em; text-transform:uppercase; line-height:1.5;}
.card-title + .card-tags { margin-left:-0.25rem; }
.col-primary .card .entry-title,
.col-primary .home-feature .card .entry-title { font-size: 1rem; line-height: 1.3; }

.col-secondary .card .entry-title { font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif; font-weight: 500; line-height: 1.3; }

/* In the News */
.no-js .in-the-news-search { display:none; }
.in-the-news-results { display: none; }
.in-the-news-results.active { display:table; }

.in-the-news-search { max-width: 65em; margin: 1em auto; }
.in-the-news-btn.btn { border: none; margin-left: 1em; }
.in-the-news-btns { margin-top: 2em; }
  .in-the-news-btn.btn:focus { outline-style: auto; }
  #in-the-news-submit.in-the-news-btn.btn { padding-left: 3em; padding-right: 3em; }
  #in-the-news-reset.in-the-news-btn.btn { background: #333; }
    #in-the-news-reset.in-the-news-btn.btn:hover { background: #555; }
.in-the-news-select { border-radius: 0; background: #FAFAFA url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+") 100% center / 2em auto no-repeat; border: solid 1px #ccc; color: #333; font-size: 0.9rem; line-height: normal; padding: 0.44444rem; border-radius: 0; height: 2.4rem; -webkit-appearance: none !important; -moz-appearance: none !important; }

/* SEARCH
----------------------------------------------------*/
input#search-page { width: calc(100% - 2em); padding: 0.5em; font-size: 1.2em; }
#site-search-form .btn { border: none; font-size: 1em; padding-left: 2em; padding-right: 2em; min-width: 150px; }
.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 0 2rem;}
    .search-record {display:-webkit-box;display:-ms-flexbox;display:flex; margin:0;}
    .search-result-img {max-width:120px; width:100%; margin-right:1rem;}
    .search-record header {margin:0 0 0.5em;}
    .search-result-title { font-family: GPH, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; font-size:1rem; }
    .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;}
  .card.search.horizontal { min-height: 10em; padding-left: calc(20% + 1em); width: 100%; }
  .card.search.horizontal .card-image { width: 20%; min-width: 20%; }
  .card.search.horizontal .card-image img { width: 100%; min-width: 100%; }

.pagination { text-align: center; color: #555; }
  .pagination span,
  .pagination a { display: inline-block; padding: 0.4em 0.8em; text-decoration: none; -webkit-transition: all 250ms ease-in-out; transition: all 250ms ease-in-out; margin: 0; }
  .pagination a:hover { background-color: #193455; color: white; }

/*************************************************************************************
 * 2. Screen Styles
 ************************************************************************************/
@media screen,projection {
  p {max-width:65em;}
  p.align-right { max-width: 100%; text-align: right; }
  .image-default img,
  .image-right img,
  .image-left img { border: none; -webkit-box-shadow: none; box-shadow: none; }
  .tablewrap {position:relative; overflow-y:auto; margin:0 auto;}
  .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%; }

  /* Buttons
  ----------------------------------------------------*/
  .btn,
  .more,
  .excerpt_continuation {position:relative; display:inline-block; white-space:nowrap; margin:0.25em 0; padding:0.7em 1.5em 0.7em; cursor:pointer; font-size:1rem; line-height:1.2em; text-decoration:none; text-align:center; vertical-align: middle; font-weight:300; font-family: GP, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; color: white; background:#0c2340; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; letter-spacing: 0.07em; -webkit-transition: all 250ms ease-in-out; transition: all 250ms ease-in-out; border-radius: 0.2em; }
  .btn:visited { color:#eee; background: #193455; }
  .btn:hover,
  .btn.active:hover,
  .more:hover {top: 0; -webkit-box-shadow: 0; box-shadow: 0; color:#eee; background-color:#193455; }
  .btn:active,
  .more:active {top: 0; -webkit-box-shadow: none; box-shadow: none; }
  .btn-small { font-size:0.8rem; }
  .btn-gold { -webkit-box-shadow: none; box-shadow: none; color:#fff; background-color: #AE9142; }
    .btn-gold:visited { color: #fff; }
    .btn-gold:hover{ -webkit-box-shadow: none; box-shadow: none; color:#fff; background-color: #8f742c; }
    .btn-gold:active {top: 0; -webkit-box-shadow: 0 0 #796224; box-shadow: 0 0 #796224;}
  .btn [data-icon] { margin:0.1rem 0.5rem 0 0; fill:#fff; }
  .btn-gold [data-icon] { fill:#fff; }
  .btn-special-topic { display:block; text-align:center; padding:1rem; font-size:1.3rem; background:#0c2340; }
  .more,
  .excerpt_continuation {clear:both; float:none; margin:0.15em 0; padding:0.7em 2.5em 0.7em 1em; font-size:1rem; line-height:1em; background: #0c2340; color:#eee;}
    .more:visited {color:#eee;}
    .more:hover{color:#eee;}
    .more:after { content: ""; display: block; position: absolute; width: 0.5em; height: 0.9em; right: 1.1em; top: 0.8rem; background: url(/stylesheets/images/more.svg) 50% 50% / contain no-repeat; -webkit-transition: all 250ms ease-in-out; transition: all 250ms ease-in-out; }
    .more:hover:after { right: 0.7em; }
    .more.right { display:block; text-align:right; }

  /* Structure
  ----------------------------------------------------*/
  html {height:100%; background: #ddd url(/stylesheets/images/bg-tex.jpg); }
  body {height:100%; padding:0; margin:0;}
  .site-content {padding-top:1em; padding-bottom:1em;}
  .beta {padding:1em 0; border-top:1px solid #dadada; -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.9); box-shadow:inset 0 1px 0 rgba(255,255,255,0.9);}
  .main,
  .aside {text-shadow:0 1px 0 #fff;}
  .aside {margin-top:1em;}
    .aside h2 {margin:0 0 0.75em; padding:0 0 0.5em; font-size:1.4rem; 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.9rem;}
      .aside li a:hover {text-decoration:underline;}
    .aside .entry-title {font-size:1.2rem;}
    .aside article footer {display:none;}
  .page-title {margin:0 0 .35em; padding:0 0 0.25em; border-bottom: none; font-family: GPH, "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif; color: #333; line-height: 1.3; }

  /* Header
  ----------------------------------------------------*/
  .site-header {text-align:center;}
  .brandbar,
  .titlebar {overflow:hidden; position:relative;}
    .dept {display:none; border-top: none; -webkit-box-shadow:0 1px rgba(168,130,24,0.4) inset; box-shadow:0 1px rgba(168,130,24,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 { max-width:80%; margin:0; font-size:2.4em; font-size:1.75rem; line-height:1.75rem; font-weight:600; text-align:left; text-shadow:0 1px rgba(255,255,255,0.7); font-family: GP, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; }
      .site-title a {display:block; padding:0.5em 0; border:none; color:#0c2340; text-decoration:none;}
      .site-title a:visited {color:#0c2340;}
      .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:91%; margin:0 auto 0.5em; padding:2px 2px 2px 6px; border: none; line-height:1.1em; background-color:#fff; -webkit-box-shadow: none; box-shadow: none; border-radius: 0; }
    .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:86%; margin:0; padding:0; border:none; font-family:inherit; font-size:1.2rem; color:#444; -webkit-appearance:textfield; background:transparent;}
    .search-button {display:inline-block; float:right; position:relative; margin:0; padding:0; line-height:1rem; border:0; cursor:pointer; -webkit-transition:all .15s ease-in-out; transition:all .15s ease-in-out; background:none; }
      .search-button .icon {position:relative; left:2px; width:2em; height:2em; margin:0;}
      .search-button span {display:inline-block; text-indent:-9999px; overflow:hidden; height:0;}
      .search-button:active {  }

  .header-util nav ul {margin:0.4em 0 0; text-align:right; line-height:1em;}
  .header-util nav li { display:inline-block; margin-left:1rem; }
  .header-util nav a,
  .header-util nav a:hover { display:block; padding: 0.625em; color:#fff; font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; text-decoration: none; }
  .header-util nav a { -webkit-transition: all 250ms ease-in-out; transition: all 250ms ease-in-out; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.9em; }

  /* Page Content */
  .alpha .content-container { padding: 1.25em; background: white; border-top: 3px solid #ae9142; position: relative; }

  /* 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); -webkit-box-shadow:0 0 8px 0 rgba(0,0,0,0.25) inset; box-shadow:0 0 8px 0 rgba(0,0,0,0.25) inset;}
    .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.3rem; text-decoration:none; border:1px solid #001227; border-radius:3px; background:#0c2340;}
    .ni {-webkit-transition-duration:0.5s;transition-duration:0.5s; -webkit-transition-delay:0.2s, 0; transition-delay:0.2s, 0;}
      line.ni {stroke:#fff; -webkit-transform:rotate(0deg); transform:rotate(0deg);}
      g.ni {fill:#fff;}
      .toggled .ni1 {-webkit-transform:translate(5px, 2px) rotate(45deg);transform:translate(5px, 2px) rotate(45deg);}
      .toggled .ni2 {-webkit-transform:translate(-3px, 11.4px) rotate(-45deg);transform:translate(-3px, 11.4px) rotate(-45deg);}
      .toggled .ni3 {opacity:0; -webkit-transform:translate(0, 6px); transform:translate(0, 6px);}

  /* Top Nav
  ----------------------------------------------------*/
  .nav-top {display:none; position:relative; z-index:10; bottom:0; text-align:left; width:100%; }
    .nav-top li {display:inline-block; vertical-align:top; font-family:Helvetica, Arial, Verdana, sans-serif; font-size: 1rem; }
    .nav-top li a {display:table-cell; vertical-align:middle; padding:.75em 0.9em; color:#333; text-align:center; -webkit-transition:all 250ms ease-in-out; transition:all 250ms ease-in-out;}
    .nav-top li.active a,
    .nav-top li a:hover { background:#fff; -webkit-box-shadow:none; box-shadow:none; }

  /* General Nav
  ----------------------------------------------------*/
  .nav-site ul {padding:0 0 1em;}
    .nav-site ul li {margin:0.4em 0;}
    .nav-site ul a {display:block; padding: 0.4em 0.5em 0.4em 2em; text-indent:-1em; line-height:1.4; text-transform:none; color:#333; font-size:1rem; font-weight:300; font-family:GP, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; border-bottom: none; -webkit-transition: all 250ms ease-in-out; transition: all 250ms ease-in-out; }
    .nav-site ul a:hover { border-bottom: none; color: white; background: #0c2340; }
    .nav-site a:active,
    .nav-site a:focus {outline:1px dotted #0c2340;}
    .nav-site ul > .active > a {color:#0c2340; border-bottom: none; background: white; }
  .nav-site ul ul {padding:0;}
    .nav-site ul ul a {padding:0 0 0 25px; text-indent:-0.6em; color:#444; font-size:0.9rem; font-family:inherit; border:none; }
    .nav-site ul ul li {margin:0.5em 0;}
    .nav-site ul ul a:hover { color:#fff; border:none; }
    .nav-site ul ul > .active > a { color:#193455; border:none; font-weight:400; background: none; }
    .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:#193455;}
  .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; }

  .nav-full li.last { margin-bottom:0; }
  .nav-full ul { margin-bottom:0; padding:0; }
  .nav-full hr { margin:1rem 0; }

  .nav-full > ul:last-child li a { text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.8rem; }

  /* Home
  ----------------------------------------------------*/
  .home-feature {margin-bottom:2em; }
  .home-primary {margin:0 auto 2em;}
  .col-heading { font-size:1.5rem; background:#0c2340; position: relative; line-height: 1.75rem; }
    .col-heading,
    .col-heading a,
    .col-heading a:visited { color:#fff; text-shadow:none; }
    .col-heading a,
    .col-heading.no-link { padding:0.75rem 1rem; display: block; background: #0c2340; -webkit-transition: all 250ms ease-in-out; transition: all 250ms ease-in-out; }
    .col-heading a:hover { text-decoration: none; background: #002d5e; }
    .col-heading a:after { content: ""; display: block; position: absolute; width: 0.5em; height: 0.9em; right: 1em; top: 0.9rem; background: url(/stylesheets/images/more.svg) 50% 50% / contain no-repeat; -webkit-transition: all 250ms ease-in-out; transition: all 250ms ease-in-out; }
    .col-heading a:hover:after { right: 0.5em; }

  .col-subheading { padding:0; font-size:0.8rem; letter-spacing: 0.1em; text-transform:uppercase; font-weight: 300; font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif; background: #999; position: relative; }
    .col-subheading,
    .col-subheading a:visited,
    .col-subheading a { color:#fff; text-shadow:none; background: #777; -webkit-transition: all 250ms ease-in-out; transition: all 250ms ease-in-out; }
    .col-subheading a,
    .col-subheading.no-link { padding:0.6rem 1rem; display: block; }
    .col-subheading a:hover { text-decoration: none; background: #656565; }
    .col-subheading a:after { content: ""; display: block; position: absolute; width: 0.9em; height: 0.9em; right: 1em; top: 0.7rem; background: url(/stylesheets/images/more.svg) 50% 50% / contain no-repeat; -webkit-transition: all 250ms ease-in-out; transition: all 250ms ease-in-out; }
    .col-subheading a:hover:after { right: 0.5em; }
    div > .col-subheading:first-child { margin-top: 2em; }
    .columns > div:first-child > .col-subheading:first-child { margin-top: 0; }

  .btn-special-topic { font-family: GP, "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif; padding: 1em 1.7em; font-size: 1.4rem; font-weight: 600; white-space: normal; min-height: 100px; vertical-align: middle;  display: inline-block; width: 100%; }
    .btn.btn-special-topic { -webkit-box-shadow: none; box-shadow: none; border: none; border-radius: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-position: 50% 50%; background-size: 100% auto; -webkit-transition: all 250ms ease-in-out; transition: all 250ms ease-in-out; margin-top: 0; }
    .btn-special-topic:hover { top: 0; border: none; }

    .btn-special-topic::after { content:''; display:block; position:absolute; top:0; bottom:0; left:0; right:0; opacity:0.8; background: #d39f10; -webkit-transition: all 250ms ease-in-out; transition: all 250ms ease-in-out;}

    .btn-special-topic-1 {  }
    .btn-special-topic span { position:relative; z-index:10; }
    .btn-special-topic-1,
    .btn-special-topic-1::after { background-color:#AE9142; }
      .btn-special-topic-1:hover,
      .btn-special-topic-1:hover::after { background-color:#d5b252; /*background-size: 105% auto;*/ }
    .btn-special-topic-2,
    .btn-special-topic-2::after { background: #0c2340;}
      .btn-special-topic-2:hover,
      .btn-special-topic-2:hover::after { background-color:#002d5e; /*background-size: 105% auto;*/ }

    .btn-wwyff { padding-bottom: 30%; display:inline-block; text-indent:-9999px; background: url(/stylesheets/images/wwyff-badge.svg) 50% 50% / contain no-repeat; width: 100%; }

  /* Custom Pages
  ----------------------------------------------------*/

  /* Expert Search */
  .experts-search { margin:2rem auto; width:90%; position:relative; background:#fff;  }
  .experts-intro { width: 90%; margin: 0.5em auto 1em; }
  .experts-q { width:100%; margin:0; padding:1em; color:#444; width:100%; font-size:0.9em; border:0; }
  .experts-search .search-button { padding:0.75rem; z-index:100; }
  .experts-search .search-button .icon { height:1.5rem; width:1.5rem; }
  .twitter-typeahead { width:calc(100% - 3rem); border:0; }
  .tt-menu { background:#fff; width:100%; padding:0 1em;  }
  .tt-suggestion { padding:1em; margin:0 -1em; line-height:1.25; border-bottom:1px solid rgba(0,0,0,0.1); }
    .tt-cursor,
    .tt-suggestion:hover { cursor:pointer; background:rgba(0,0,0,0.05); }
    .tt-suggestion:last-child { border-bottom:none; }
    .suggestion-expertise { display:block; color:#999; font-size:0.8em;  }

  .experts-grid { display:-webkit-box; display:-ms-flexbox; display:flex; margin-top:2rem; -webkit-box-orient:horizontal; -webkit-box-direction:normal; -ms-flex-flow:row wrap; flex-flow:row wrap; }
    .experts-grid .expert-item { min-height: 15em; }
    .expert-item { width:100%; margin-bottom:1em; }

  .experts-actions { position: relative; max-width: 100%; }
  .experts-actions a:nth-child(2) { right: 0; display: inline-block; position: absolute; text-decoration: none; font-size: 0.9em; }

  /* Expert Profile */
  .expert-videos { display:-webkit-box; display:-ms-flexbox; display:flex; margin-bottom:1rem; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
    .expert-videos-item { width:32%; margin-right:1.3%;  }
    .hi-res-photo { text-align:left; }
    .expert-photo img { width: 100%; }
  .expert-photo,
  .hi-res-photo { display: none; }
  .expert-photo-mobile { display: inline-block; }

  /* Subscribe */
  .subscribe-social .icon { font-size:1.5rem; margin-right:0.25em; vertical-align:middle;  }
  .subscribe-social a { display:block; }
  .subscribe-social li { font-size:1.25rem; padding:0.25rem; line-height:3rem; }

  /* In the News */
  .in-the-news-input,
  #mc_embed_signup .email { padding:0.5em; width: 100%; }
  #mc_embed_signup .email { width: 100%; }
  #mc_embed_signup .button { padding: 0.6em; min-width: 170px; }
    .in-the-news-search p { /*margin:0;*/ }

  .card-tag { color:#fff; background:#ae9142; }

  /* News */
  #news .hentry { padding: 1.25em; background: white; border-top: 3px solid #ae9142; position: relative; }
  #news .meta { font-family: GP, "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif; font-weight: 300; display: inline-block;  }
    #news .meta .author { font-size: 1.1em; }
    #news .meta .publish-info { font-size: 0.9em; color: #656565; }
    #news .addthis_inline_share_toolbox { display: inline-block; float: right; }

  #news.latest-news .col-category-listing .card .card-title { font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif; }
  #news.latest-news .col-category-listing .card:first-of-type .card-title { font-family: GPH, "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif; font-size: 1.5rem; line-height: 1.3; }
  #news h5 { font-family: GP, "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif; text-transform: uppercase; letter-spacing: 0.1em; display: block; font-weight: 300; font-size: 0.9rem; }
    #news .posted-in { margin: 2em 0 1em; }
    #news .posted-in ul { padding: 0; margin: 0.5em 0 1em; list-style-type: none; }
    #news .posted-in li { display: inline-block; }
    #news .posted-in a { font-size: 0.7em; padding: 0.25em 1em; background: #777; color: white; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 300; text-decoration: none; margin: 0.5em 1.25em 0.5em 0; -webkit-transition: all 250ms ease-in-out; transition: all 250ms ease-in-out; display: inline-block; }
    #news .posted-in a:hover { background: #444; }
    #news .attribution { font-size: 0.9em; color: #777; }

    #news .col-experts .card.horizontal { padding-left: 33%; }

  /* PhotoShelter */
  .gallery.ps-gallery { list-style:none; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:horizontal; -webkit-box-direction:normal; -ms-flex-flow:row wrap; flex-flow:row wrap; padding:0; margin:2rem 0; }
  .ps-gallery li { width:50%; padding:0.25em; margin:0; }
    .ps-gallery li .card { margin-bottom: 0; }

  /* Footer
  ----------------------------------------------------*/
  .site-footer {position:relative; clear:both; overflow:hidden; text-align:center; background:#ccc; }
    .footer-inner {position:relative; margin:0 auto; padding:1em 0; }
    .site-footer p {clear:both; margin:0; font-size:0.875rem;}
    .footer-social { padding: 0; background: #777; }
      .footer-social li { display:inline-block; }
      .footer-social a { font-size:1.5rem; color:#fff; -webkit-transition: all 250ms ease-in-out; transition: all 250ms ease-in-out; padding: 0.5em; display: block; }
        .footer-social a:hover { background: #444; }
  .site-info {margin:1em 0;}
  .site-info li {display:inline-block; margin:0 2%;}
  .site-info a {text-decoration:underline;}
  .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;}
  .card-title {font-size:1.2rem;}
    .in-the-news-item .card-title { font-size: 1.2rem; }
    .news-link .card-title { font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif; font-weight: 500; font-size: 1rem; }
    .horizontal .card-title { font-size: 1rem; }
    .home-feature .card-title { font-size: 1.4rem; }
    .home-feature .double-feature .card-title { font-size: 1.3rem; }

  .in-the-news-item.card:after { opacity: 0; }
}

/* 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:2em 5em;}
  blockquote {margin:1em; padding:0;}

  .image-right img,
  .image-left img {max-width:auto;}
  .tablewrap {background:none;}

  .breadcrumbs { text-align: right; }
  .breadcrumbs li:last-child { display: inline-block; }

  /* Structure
  ----------------------------------------------------*/
  body, html {-ms-overflow-style:auto !important;}
  body {display:-webkit-box;display:-ms-flexbox;display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column;}
  .wrapper {-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column;}
  .site-header {-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;}
  .site-content {-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto; -webkit-box-orient:horizontal; -webkit-box-direction:normal; -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:0;}
  .beta {border:none; -webkit-box-shadow:none; box-shadow:none;}
  .site-footer {-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;}

  /* Header
  ----------------------------------------------------*/
  .site-header {text-align:left;}
  .titlebar {padding: 2em 0;}
    .brandbar li {margin:0 -2em;}
    .titlebar.subhead {padding:0.7em 1em;}
  .site-title {float:left; width:auto; margin:0; padding:0; font-size:2.5rem;}
    .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;font-size:0.9rem; line-height:1.4rem;}
  a.nav-skip { display:none; }

  .header-util {display:block; float:right; top:1.7em; margin:0; padding:0; text-align:right;}
    .subhead .header-util {top:1.9em;}
    .search-form {display:block; width:auto; margin:0;}
    .header-util nav {display:block; margin:3px 0;}
    .header-util nav ul {margin:0;}
    .header-util nav li { display:inline-block; margin-left:1rem; }
    .header-util nav a {font-size:0.825rem; font-weight:normal;}

      .header-util nav a:hover,
      .header-util nav a.active { color: #d6b352; }

    .header-util .search-toggle {display:none;}
    .search-button .icon { width: 18px; height: 20px; }

  /* Home
  ----------------------------------------------------*/
  .home-primary {margin:0 0 2em;}
    .home-primary .image-right {max-width:40%; float:right; margin:0 0 1em 1em;}
    .home-primary .image-left {max-width:40%; float:left; margin:0 1em 1em 0;}
    .home-secondary .columns > h2 {margin-top:0;}

  /* Navigation
  ----------------------------------------------------*/
  .nav-top-true .nav-top,
  .nav-top-true .nav-section {display:block;}
  .nav-top-true .nav-full,
  .nav-top-true.home .beta {display:none;}

  /* Custom */
  .in-the-news-entry .expert-list .expert-item { padding-left: 9%; display: inline-block; }
    .in-the-news-entry .expert-list .expert-item:first-of-type { margin-right: 1rem; }
    .in-the-news-entry .expert-list .expert-item .card-image { width: 18%; min-width: 18%; }

  /* News */
    #news .addthis_inline_share_toolbox { display: block; }
    #news.latest-news .col-category-listing .card .card-title { font-size: 1.25rem; font-weight: 500; }
    #news.latest-news .col-category-listing .card:first-of-type .card-title {  }

  #nd-in-the-news .in-the-news-entry .in-the-news-item.card { width: calc(100% - 270px - 1rem); display: inline-block; vertical-align: top; }
  .in-the-news-entry .expert-list { width: 280px; display: inline-block; padding-left: 1rem; position: relative; }
    .in-the-news-entry .expert-list .expert-item { padding-left: 25%; width: 100%; min-height: 3em; }
    .in-the-news-entry .expert-list .expert-item:first-of-type { margin-right: 0; margin-bottom: 1rem; }
    .in-the-news-entry .expert-list .expert-item .card-image { width: 25%; min-width: 25%; }
    .in-the-news-entry .expert-list .expert-item .card-content .card-title { font-size: 1.1rem; }

  .card.expert-item .card-image { min-width:33%; width:33%; }

  .expert-col-1 { width:60%; float:left; padding-right:1rem; }
  .expert-col-2 { width:40%; float:right; clear:right; }
  .expert-photo,
  .hi-res-photo { text-align: right; display: block; }
  .expert-photo-mobile { display: none; }

  .card.horizontal { padding-left:25%; }
  .card.horizontal .card-image { position:absolute; top:0; left:0; height:102%; /* Fix bottom white gap */ min-width:33%; width:33%; }
  .card.in-the-news-item .card-content { min-height:10rem; }

  .experts-grid { -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; }
  .card.expert-item { width:100%; padding-left:33%; }


  .home .in-the-news-item.card.horizontal .card-image,
  .home .col-latest-news .card.horizontal .card-image,
  .expert-bio .in-the-news-item.card.horizontal .card-image { min-width:25%; width:25%; }

  /* Updates */
  .card.horizontal img { height:100%; min-width:100%; max-width:none; position:absolute; top:50%; left:50%; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%); }
  .card.in-the-news-item img { height:auto; max-width:100%; max-height:100%; min-width:auto; position:absolute; top:50%; left:50%; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%); }

  /* Subscribe */
  .subscribe-social .btn { padding-left: 0.5em; padding-right: 0.5em; letter-spacing: 0; font-size: 1rem; }

  /* SEARCH
  ----------------------------------------------------*/
  input#search-page { width: calc(100% - 150px - 2em); padding: 0.5em; font-size: 1.2em; }
  #site-search-form .btn { margin: 0 0 0 0.5em; display: inline-block; vertical-align: top; min-height: 45px; }
  .search-result-title { font-size: 1.3em; }

  /* Footer
  ----------------------------------------------------*/
  .site-footer {text-align:left;}
    .footer-inner {padding:2rem 0;}
    .ndmark {position:absolute; right:0; top:2.5rem; margin:0;}
    .site-link {display:block;}
    .org {display:inline;}
}

/* 920px
   Brand-bar styles
   Adjust @mq width smaller as department name allows
-----------------------------------------------------*/
@media only screen and (min-width:57.5em) {
  .dept,
  .theme-bb-gold .dept {border-top:none; -webkit-box-shadow:none; box-shadow:none;}
  .brandbar li {margin:0;}
    .dept {float:right;}
    .dept-nd {float:left;}
    blockquote.pull {width:30%;}
}

/* 960px
----------------------------------------------------*/
@media only screen and (min-width:60em) {
  .titlebar.subhead {padding:1.1em 0;}

  .nav-top li { font-size: 1.125rem; }

  .events .vevent {margin-left:1.5em;}
  .event .vevent {margin:0;}

  #mc_embed_signup .email { width: calc(100% - 200px); }

  .col-subheading { font-size:1rem; }
  .col-primary .home-feature .card .entry-title,
  .col-primary .card .entry-title { font-size: 1.5rem; }

  .card.expert-item { width: calc(50% - 1em); padding-left:17%; }
  .news-link .card-title,
  .horizontal .card-title { font-size: 1.3rem; }

  .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;}
  .subscribe-social li { width: calc(50% - 1em); display: inline-block; }
    .subscribe-social li .btn { white-space: normal; font-size: 1rem; letter-spacing: 0; padding-left: 0.5em; padding-right: 0.5em; }
}

/* 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){
    html { background: #ddd url(/stylesheets/images/bg-tex@2x.jpg); background-size: 256px 256px; }
    .more {background-image:url('images/more@2x.png'); background-size:12px 17px;}
    .dept-nd a,
    .dept a {background-size:auto 50px;}
}

/*************************************************************************************
 * 4. Themes
 ************************************************************************************/
@media screen, projection {

  /* Brand Bar
  ----------------------------------------------------*/
  .dept-nd a   {width:301px; background-image:url('https://static.nd.edu/images/brandbar/dept-nd-gray.png');}
  .dept-opac a {width:525px; background-image:url('https://static.nd.edu/images/brandbar/dept-opac-gray.png');} /* Office of Public Affairs and Communications */

  .brandbar.theme-bb-blue {border-bottom:1px solid #001227;
    background:#0c2340 url('images/texture-checkers-lightblue50.png') 0 0 repeat;
    background:-webkit-gradient(linear, left top, left bottom, from(#003b7c), to(#001227));
    background:linear-gradient(to bottom, #003b7c 0%, #001227 100%);
    -webkit-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;
 }
  .brandbar.theme-bb-gold { border-bottom:1px solid #600; background:#d39f10; -webkit-box-shadow: none; box-shadow: none;
 }
  .brandbar.theme-bb-lightgray {-webkit-box-shadow:0 1px #777, inset 0 1px rgba(0,0,0,.5), inset 0 2px rgba(255,255,255,.6), inset 0 -1px rgba(255,255,255,.2);box-shadow:0 1px #777, inset 0 1px rgba(0,0,0,.5), inset 0 2px rgba(255,255,255,.6), inset 0 -1px rgba(255,255,255,.2);
    background:#f0f0f0;
    background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.1))), -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.5)), color-stop(52%, rgba(255,255,255,0.3)), color-stop(53%, rgba(255,255,255,0.2)), to(rgba(255,255,255,0))), url('images/noise3.png');
    background-image:linear-gradient(-180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%), linear-gradient(-180deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.3) 52%, rgba(255,255,255,0.2) 53%, rgba(255,255,255,0) 100%), url('images/noise3.png');
 }

  .brandbar.theme-bb-mediumgray {
    background:#bbb;
    background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(52%, rgba(0,0,0,0.06)), color-stop(54%, rgba(0,0,0,0.12)), to(rgba(0,0,0,0.3))), -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.2))), url('images/noise4.png');
    background-image:linear-gradient(-180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.06) 52%, rgba(0,0,0,0.12) 54%, rgba(0,0,0,0.3) 100%), linear-gradient(-180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%), url('images/noise4.png');
    -webkit-box-shadow:0 1px 0 0 #000, inset 0px 1px 0px 0px rgba(0,0,0,0.50), inset 0 2px 0 0 rgba(255,255,255,0.60), inset 0px -1px 0px 0px rgba(255,255,255,0.20);
            box-shadow:0 1px 0 0 #000, inset 0px 1px 0px 0px rgba(0,0,0,0.50), inset 0 2px 0 0 rgba(255,255,255,0.60), inset 0px -1px 0px 0px rgba(255,255,255,0.20);
 }

  .brandbar.theme-bb-darkgray {position:relative; z-index:1;
    background:#555;
    background-image:-webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.2))), -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(52%, rgba(0,0,0,0.1)), color-stop(54%, rgba(0,0,0,0.2)), to(rgba(0,0,0,0.5))), url('images/noise5.png');
    background-image:linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%), linear-gradient(-180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 52%, rgba(0,0,0,0.2) 54%, rgba(0,0,0,0.5) 100%), url('images/noise5.png');
    -webkit-box-shadow:inset 0 2px rgba(255,255,255,.2), inset 0 -1px rgba(255,255,255,.1), inset 0 1px #222;
            box-shadow:inset 0 2px rgba(255,255,255,.2), inset 0 -1px rgba(255,255,255,.1), inset 0 1px #222;
 }
  .theme-bb-gold .dept { border-top:1px solid #600; -webkit-box-shadow:0 1px rgba(255,255,255,.4) inset; box-shadow:0 1px rgba(255,255,255,.4) inset;}

    /** Flat **/
    .brandbar.theme-bb-gold-flat {border-bottom: none; background: #ae9142; }

    /** Blue Text **/
    .dept-nd a {background-image:url('https://static.nd.edu/images/brandbar/dept-nd-white.png');}
    .dept-opac a {background-image:url('https://static.nd.edu/images/brandbar/dept-opac-white.png');}

  /** Options include "-white", "-blue", and "-gray"; Update accordingly
    Also see Section 4:Themes
    Examples:
    .theme-bb-gold .dept-nd a   {background-image:url('https://static.nd.edu/images/brandbar/dept-nd-blue.png');}
    .theme-bb-lightgray .dept-nd a {background-image:url('https://static.nd.edu/images/brandbar/dept-nd-gray.png');}
    .theme-bb-darkgray .dept-nd a {background-image:url('https://static.nd.edu/images/brandbar/dept-nd-white.png');}
   **/

  /* Title Bar
  ----------------------------------------------------*/
  .titlebar.theme-tb-news { border-bottom: none; background: #0c2340 url(/stylesheets/images/hdr-700.jpg) 50% 50% / cover no-repeat; -webkit-box-shadow: 0 1px rgba(255,255,255,0.25) inset; box-shadow: 0 1px rgba(255,255,255,0.25) inset; }
    .titlebar.theme-tb-news a { color: white; }
    .titlebar.theme-tb-news .site-title a { text-shadow: none; }
}

/* 700px
----------------------------------------------------*/
@media only screen and (min-width:43.75em){
  .theme-tb-blue .header-util a,
  .theme-tb-blue .header-util a:hover {color:#fff; text-shadow:0 1px rgba(0,0,0,.9);}
}

/* 960px
----------------------------------------------------*/
@media only screen and (min-width: 60em) {
   /* Title Bar
  ----------------------------------------------------*/
  .titlebar.theme-tb-news { border-bottom: none; background: #0c2340 url(/stylesheets/images/hdr-1200.jpg) 50% 50% / cover no-repeat; }
}

/* 1200px
----------------------------------------------------*/
@media only screen and (min-width: 75em) {
   /* Title Bar
  ----------------------------------------------------*/
  .titlebar.theme-tb-news { border-bottom: none; background: #0c2340 url(/stylesheets/images/hdr-1600.jpg) 50% 50% / cover no-repeat; }
}

/* 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-opac a {background-image:url('https://static.nd.edu/images/brandbar/dept-opac-white@2x.png');} /* Office of Public Affairs and Communications */

  /** Blue Text **/
  .dept-nd a { background-image:url('https://static.nd.edu/images/brandbar/dept-nd-white@2x.png');}
  .dept-opac a { background-image:url('https://static.nd.edu/images/brandbar/dept-opac-white@2x.png');} /* Office of Strategic Planning and Institutional Research */

}

/*************************************************************************************
 * 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:-ms-flexbox; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; -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; -ms-flex:1 1 auto; flex:1 1 auto; padding-left:0.9375rem; padding-right:0.9375rem; }
.row.align-right { -webkit-box-pack:end; -ms-flex-pack:end; justify-content:flex-end; }
.row.align-center { -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; }
.row.align-justify { -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; }
.row.align-spaced { -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; -ms-flex:0 0 8.33333%; flex:0 0 8.33333%; max-width:8.33333%; }
.small-2 { -webkit-box-flex:0; -ms-flex:0 0 16.66667%; flex:0 0 16.66667%; max-width:16.66667%; }
.small-3 { -webkit-box-flex:0; -ms-flex:0 0 25%; flex:0 0 25%; max-width:25%; }
.small-4 { -webkit-box-flex:0; -ms-flex:0 0 33.33333%; flex:0 0 33.33333%; max-width:33.33333%; }
.small-5 { -webkit-box-flex:0; -ms-flex:0 0 41.66667%; flex:0 0 41.66667%; max-width:41.66667%; }
.small-6 { -webkit-box-flex:0; -ms-flex:0 0 50%; flex:0 0 50%; max-width:50%; }
.small-7 { -webkit-box-flex:0; -ms-flex:0 0 58.33333%; flex:0 0 58.33333%; max-width:58.33333%; }
.small-8 { -webkit-box-flex:0; -ms-flex:0 0 66.66667%; flex:0 0 66.66667%; max-width:66.66667%; }
.small-9 { -webkit-box-flex:0; -ms-flex:0 0 75%; flex:0 0 75%; max-width:75%; }
.small-10 { -webkit-box-flex:0; -ms-flex:0 0 83.33333%; flex:0 0 83.33333%; max-width:83.33333%; }
.small-11 { -webkit-box-flex:0; -ms-flex:0 0 91.66667%; flex:0 0 91.66667%; max-width:91.66667%; }
.small-12 { -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; max-width:100%; }
.small-order-1 { -webkit-box-ordinal-group:2; -ms-flex-order:1; order:1; }
.small-order-2 { -webkit-box-ordinal-group:3; -ms-flex-order:2; order:2; }
.small-order-3 { -webkit-box-ordinal-group:4; -ms-flex-order:3; order:3; }
.small-order-4 { -webkit-box-ordinal-group:5; -ms-flex-order:4; order:4; }
.small-order-5 { -webkit-box-ordinal-group:6; -ms-flex-order:5; order:5; }
.small-order-6 { -webkit-box-ordinal-group:7; -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 screen and (min-width:43.75em){
  .row { -webkit-box-orient:horizontal; -webkit-box-direction:normal; -ms-flex-direction:row; flex-direction:row; }
  .column,
  .columns { -webkit-box-flex:1; -ms-flex:1 1 0; flex:1 1 0; }
  .medium-1 { -webkit-box-flex:0; -ms-flex:0 0 8.33333%; flex:0 0 8.33333%; max-width:8.33333%; }
  .medium-2 { -webkit-box-flex:0; -ms-flex:0 0 16.66667%; flex:0 0 16.66667%; max-width:16.66667%; }
  .medium-3 { -webkit-box-flex:0; -ms-flex:0 0 25%; flex:0 0 25%; max-width:25%; }
  .medium-4 { -webkit-box-flex:0; -ms-flex:0 0 33.33333%; flex:0 0 33.33333%; max-width:33.33333%; }
  .medium-5 { -webkit-box-flex:0; -ms-flex:0 0 41.66667%; flex:0 0 41.66667%; max-width:41.66667%; }
  .medium-6 { -webkit-box-flex:0; -ms-flex:0 0 50%; flex:0 0 50%; max-width:50%; }
  .medium-7 { -webkit-box-flex:0; -ms-flex:0 0 58.33333%; flex:0 0 58.33333%; max-width:58.33333%; }
  .medium-8 { -webkit-box-flex:0; -ms-flex:0 0 66.66667%; flex:0 0 66.66667%; max-width:66.66667%; }
  .medium-9 { -webkit-box-flex:0; -ms-flex:0 0 75%; flex:0 0 75%; max-width:75%; }
  .medium-10 { -webkit-box-flex:0; -ms-flex:0 0 83.33333%; flex:0 0 83.33333%; max-width:83.33333%; }
  .medium-11 { -webkit-box-flex:0; -ms-flex:0 0 91.66667%; flex:0 0 91.66667%; max-width:91.66667%; }
  .medium-12 { -webkit-box-flex:0; -ms-flex:0 0 100%; flex:0 0 100%; max-width:100%; }
  .medium-expand { -webkit-box-flex:1; -ms-flex:1 1 0px; flex:1 1 0px; }
  .medium-order-1 { -webkit-box-ordinal-group:2; -ms-flex-order:1; order:1; }
  .medium-order-2 { -webkit-box-ordinal-group:3; -ms-flex-order:2; order:2; }
  .medium-order-3 { -webkit-box-ordinal-group:4; -ms-flex-order:3; order:3; }
  .medium-order-4 { -webkit-box-ordinal-group:5; -ms-flex-order:4; order:4; }
  .medium-order-5 { -webkit-box-ordinal-group:6; -ms-flex-order:5; order:5; }
  .medium-order-6 { -webkit-box-ordinal-group:7; -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; -ms-flex:0 0 8.33333%; flex:0 0 8.33333%; max-width:8.33333%; }
  .large-2 { -webkit-box-flex:0; -ms-flex:0 0 16.66667%; flex:0 0 16.66667%; max-width:16.66667%; }
  .large-3 { -webkit-box-flex:0; -ms-flex:0 0 25%; flex:0 0 25%; max-width:25%; }
  .large-4 { -webkit-box-flex:0; -ms-flex:0 0 33.33333%; flex:0 0 33.33333%; max-width:33.33333%; }
  .large-5 { -webkit-box-flex:0; -ms-flex:0 0 41.66667%; flex:0 0 41.66667%; max-width:41.66667%; }
  .large-6 { -webkit-box-flex:0; -ms-flex:0 0 50%; flex:0 0 50%; max-width:50%; }
  .large-7 { -webkit-box-flex:0; -ms-flex:0 0 58.33333%; flex:0 0 58.33333%; max-width:58.33333%; }
  .large-8 { -webkit-box-flex:0; -ms-flex:0 0 66.66667%; flex:0 0 66.66667%; max-width:66.66667%; }
  .large-9 { -webkit-box-flex:0; -ms-flex:0 0 75%; flex:0 0 75%; max-width:75%; }
  .large-10 { -webkit-box-flex:0; -ms-flex:0 0 83.33333%; flex:0 0 83.33333%; max-width:83.33333%; }
  .large-11 { -webkit-box-flex:0; -ms-flex:0 0 91.66667%; flex:0 0 91.66667%; max-width:91.66667%; }
  .large-12 { -webkit-box-flex:0; -ms-flex:0 0 100%; flex:0 0 100%; max-width:100%; }
  .large-expand { -webkit-box-flex:1; -ms-flex:1 1 0px; flex:1 1 0px; }
  .large-order-1 { -webkit-box-ordinal-group:2; -ms-flex-order:1; order:1; }
  .large-order-2 { -webkit-box-ordinal-group:3; -ms-flex-order:2; order:2; }
  .large-order-3 { -webkit-box-ordinal-group:4; -ms-flex-order:3; order:3; }
  .large-order-4 { -webkit-box-ordinal-group:5; -ms-flex-order:4; order:4; }
  .large-order-5 { -webkit-box-ordinal-group:6; -ms-flex-order:5; order:5; }
  .large-order-6 { -webkit-box-ordinal-group:7; -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; -ms-flex:0 0 8.33333%; flex:0 0 8.33333%; max-width:8.33333%; }
  .xlarge-2 { -webkit-box-flex:0; -ms-flex:0 0 16.66667%; flex:0 0 16.66667%; max-width:16.66667%; }
  .xlarge-3 { -webkit-box-flex:0; -ms-flex:0 0 25%; flex:0 0 25%; max-width:25%; }
  .xlarge-4 { -webkit-box-flex:0; -ms-flex:0 0 33.33333%; flex:0 0 33.33333%; max-width:33.33333%; }
  .xlarge-5 { -webkit-box-flex:0; -ms-flex:0 0 41.66667%; flex:0 0 41.66667%; max-width:41.66667%; }
  .xlarge-6 { -webkit-box-flex:0; -ms-flex:0 0 50%; flex:0 0 50%; max-width:50%; }
  .xlarge-7 { -webkit-box-flex:0; -ms-flex:0 0 58.33333%; flex:0 0 58.33333%; max-width:58.33333%; }
  .xlarge-8 { -webkit-box-flex:0; -ms-flex:0 0 66.66667%; flex:0 0 66.66667%; max-width:66.66667%; }
  .xlarge-9 { -webkit-box-flex:0; -ms-flex:0 0 75%; flex:0 0 75%; max-width:75%; }
  .xlarge-10 { -webkit-box-flex:0; -ms-flex:0 0 83.33333%; flex:0 0 83.33333%; max-width:83.33333%; }
  .xlarge-11 { -webkit-box-flex:0; -ms-flex:0 0 91.66667%; flex:0 0 91.66667%; max-width:91.66667%; }
  .xlarge-12 { -webkit-box-flex:0; -ms-flex:0 0 100%; flex:0 0 100%; max-width:100%; }
  .xlarge-expand { -webkit-box-flex:1; -ms-flex:1 1 0px; flex:1 1 0px; }
  .xlarge-order-1 { -webkit-box-ordinal-group:2; -ms-flex-order:1; order:1; }
  .xlarge-order-2 { -webkit-box-ordinal-group:3; -ms-flex-order:2; order:2; }
  .xlarge-order-3 { -webkit-box-ordinal-group:4; -ms-flex-order:3; order:3; }
  .xlarge-order-4 { -webkit-box-ordinal-group:5; -ms-flex-order:4; order:4; }
  .xlarge-order-5 { -webkit-box-ordinal-group:6; -ms-flex-order:5; order:5; }
  .xlarge-order-6 { -webkit-box-ordinal-group:7; -ms-flex-order:6; order:6; }
}

.shrink { -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; }
.row.medium-unstack .column { -webkit-box-flex:0; -ms-flex:0 0 100%; flex:0 0 100%; }
.row.large-unstack .column { -webkit-box-flex:0; -ms-flex:0 0 100%; flex:0 0 100%; }
@media screen and (min-width:43.75em) { .row.medium-unstack .column { -webkit-box-flex:1; -ms-flex:1 1 0px; flex:1 1 0px; } }
@media screen and (min-width:64em) { .row.large-unstack .column { -webkit-box-flex:1; -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%;}
  .full-width .alpha {-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%; max-width:100%;}
  .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. Plugins
 ************************************************************************************/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp { padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; }
.fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020; }
.fancybox-skin { position: relative; background: #f9f9f9; color: #444; text-shadow: none; border-radius: 4px; }
.fancybox-opened { z-index: 8030; }
.fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
.fancybox-outer, .fancybox-inner { position: relative; }
.fancybox-inner { overflow: hidden; }
.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; }
.fancybox-error { color: #444; font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; margin: 0; padding: 15px; white-space: nowrap; }
.fancybox-image,
.fancybox-iframe { display: block; width: 100%; height: 100%; }
.fancybox-image { max-width: 100%; max-height: 100%; }
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span { background-image: url('images/fancybox_sprite.png'); }
#fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; }
#fancybox-loading div { width: 44px; height: 44px; background: url('images/fancybox_loading.gif') center center no-repeat; }
.fancybox-close { position: absolute; top: -18px; right: -18px; width: 36px; height: 36px; cursor: pointer; z-index: 8040; }
.fancybox-nav { position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer; text-decoration: none; background: transparent url('images/blank.gif'); /* helps IE */ -webkit-tap-highlight-color: rgba(0,0,0,0); z-index: 8040; }
.fancybox-prev { left: 0; }
.fancybox-next { right: 0; }
.fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 34px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; }
.fancybox-prev span { left: 10px; background-position: 0 -36px; }
.fancybox-next span { right: 10px; background-position: 0 -72px; }
.fancybox-nav:hover span { visibility: visible; }
.fancybox-tmp { position: absolute; top: -99999px; left: -99999px; visibility: hidden; max-width: 99999px; max-height: 99999px; overflow: visible !important; }

/* Overlay helper */
.fancybox-lock { overflow: hidden !important; width: auto; }
.fancybox-lock body { overflow: hidden !important; }
.fancybox-lock-test { overflow-y: hidden !important; }
.fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background: url('images/fancybox_overlay.png'); }
.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }
.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }

/* Title helper */
.fancybox-title { visibility: hidden; font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; position: relative; text-shadow: none; z-index: 8050; }
.fancybox-opened .fancybox-title { visibility: visible; }
.fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center; }
.fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; /* Fallback for web browsers that doesn't support RGBa */ background: rgba(0, 0, 0, 0.8); border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; line-height: 24px; white-space: nowrap; }
.fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; }
.fancybox-title-inside-wrap { padding-top: 10px; }
.fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0, 0, 0, .8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){
	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url('fancybox_sprite@2x.png'); background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/ }
	#fancybox-loading div { background-image: url('fancybox_loading@2x.gif'); background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/ }
}

/* Overrides */
.fancybox-skin { background:#000; }


/*************************************************************************************
 * 7. 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-top,
  .nav-skip {display:none;}

  .row { display: block; }
  .medium-6 { width: calc(50% - 2em); margin: 0; display: inline-block; vertical-align: top; }

  /* 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) ")";}

  .footer-social li { display: inline-block; }
  .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 {display:none;}
    .tel {display:block;}
    .site-footer .ndmark {position:absolute; top:20px; right:0;}
}