/* 
* ===== NATALIE STRYNADKA LAB MAIN STYLESHEET ===== 
* ===== Author: Dave Arthur 
* ===== Last Updated: Jan 2013
*
*
*/
/* #### RESET STYLES #### */
/* normalize.css v2.0.1 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -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;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 
* ===== NATALIE STRYNADKA LAB STYLES START HERE ===== 
*/
/* #### BASE STYLES #### */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font: 1.4em/1.5 Helvetica, sans-serif;
  background-color: #fff;
  background-image: url("../images/backgrounds/main-bg.jpg"), url("../images/backgrounds/main-bg-grad-slice.jpg");
  background-repeat: no-repeat, repeat-x;
  background-attachment: fixed;
  color: #333333;
}

.no-multiplebgs > body {
  background-image: url("../images/backgrounds/main-bg-grad-slice.jpg");
  background-repeat: repeat-x;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1 {
  font-size: 1.71428571em;
  line-height: 1;
  margin: 1em 0;
}

h2 {
  font-size: 1.28571429em;
  line-height: 1.33333333;
  margin: 1.71428571em 0;
}

h3 {
  font-size: 1.14285714em;
  line-height: 1.5;
}

h4 {
  font-size: 1em;
  line-height: 1.71428571;
}

p, ul, ol, dl {
  margin: 1.71428571em 0;
}

ul {
  padding-left: 1.28571429em;
}

li {
  margin-bottom: 0.42857143em;
}

figure {
  display: inline-block;
  margin: 1.71428571em 0;
}

figure img {
  display: block;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

figcaption {
  font-size: 0.85714286em;
  color: #777777;
  padding-left: 1.5em;
  position: relative;
  margin-top: 0.85714286em;
  max-width: 450px;
}

figcaption:before {
  content: '';
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #999999 transparent;
  position: absolute;
  left: 0;
  top: 0;
}

small {
  font-size: 0.85714286em;
  line-height: 1;
}

a {
  text-decoration: none;
  color: #204c95;
}

a:hover {
  text-decoration: underline;
}

/* #### LAYOUT STYLES #### */
/* GRID */
.l-col1 {
  width: 3.28571429em;
}

.l-col2 {
  width: 8.28571429em;
}

.l-col3 {
  width: 13.28571429em;
}

.l-col4 {
  width: 18.28571429em;
}

.l-col6 {
  width: 28.28571429em;
}

.l-col8 {
  width: 38.28571429em;
}

.l-col9 {
  width: 43.28571429em;
}

.l-col12 {
  width: 100%;
}

[class*="l-col"] {
  float: left;
  margin: 0 1.71428571em 0 0;
}

.l-no-rt-mar {
  margin-right: 0;
}

/* SWITCH FLOATS */
.l-align-lt {
  float: left;
}

.l-align-rt {
  float: right;
  margin-right: 0;
}

/* MAIN CONTAINERS */
.main-container {
  width: 63.42857143em;
  margin: 2.14285714em auto;
  border-radius: 15px 15px 0 0;
  padding-top: 1.07142857em;
  background-color: #151515;
  background-color: rgba(0, 0, 0, 0.8);
}

.header {
  position: relative;
  background: url(../images/backgrounds/header/x-ray.png) 95% 20% no-repeat;
}

.content-container {
  background-color: #fff;
  padding: 1.71428571em 2.57142857em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border-top: 1px solid #cccccc;
}

.home-container {
  padding-top: 2.57142857em;
}

/* 
* ===== MODULES START HERE ===== 
*/
/* #### INLINE LIST #### */
[class*="inline-list"] {
  list-style: none;
  padding: 0;
}

.inline-list > li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}

.ie7 .inline-list > li {
  zoom: 1;
  display: inline;
}

.inline-list-grid > li {
  display: block;
}

/* #### CLEARFIX MODULE #### */
.clr {
  clear: both;
}

.clr:before, .clr:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clr:after {
  clear: both;
}

.ie7 .clr {
  zoom: 1;
}

/* #### MASTHEAD STYLES #### */
.masthead {
  border-bottom: 1px solid #777777;
}

.logo {
  font-size: 1.71428571em;
  line-height: 1;
  display: inline-block;
  padding: 0.85714286em 5.14285714em 1.71428571em 1.71428571em;
  margin: 0;
}

.affil {
  font-size: 0.85714286em;
  line-height: 1.66666667;
  position: absolute;
  top: -42px;
  right: 15px;
  margin-top: 0;
  letter-spacing: 0.5px;
}

.affil > a {
  color: #457897;
}

.ubc-logo {
  vertical-align: -0.42857143em;
  margin: 0.21428571em 0.85714286em 0 0;
}

.affil > a:hover {
  text-shadow: 0 0 15px white;
}

/* #### MAIN NAVIGATION #### */
.main-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: none;
  background-color: rgba(0, 0, 0, 0.05);
}

.main-nav-list {
  padding: 0.64285714em 1.71428571em 0.64285714em 4.28571429em;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.main-nav-list > li {
  font-size: 1.14285714em;
  margin-left: 1.71428571em;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
}
.main-nav-list > li > a:link, .main-nav-list > li > a:visited, .main-nav-list > li > a:active {
  color: #fff;
}
.main-nav-list > li > a:hover, .main-nav-list > li > a.selected {
  color: #ffa837;
  text-shadow: 0 0 25px rgba(255, 255, 255, 0.25);
  text-decoration: none;
}

/* #### SUB NAVIGATION #### */
.sub-nav {
  border-bottom: 1px dotted #b5b5b5;
  margin-bottom: 1.71428571em;
  position: relative;
  line-height: 2;
}

.home-link {
  font-size: 0.85714286em;
  position: absolute;
  bottom: 0.85714286em;
  right: 0;
  margin: 0;
}

.sub-nav-heading {
  margin: 0;
  color: #777777;
  text-transform: uppercase;
  font-family: Helvetica, sans-serif;
}

.sub-nav-list {
  margin: 0 0 0.85714286em 0;
  font-size: 0.85714286em;
}
.sub-nav-list > li {
  margin-right: 0.85714286em;
  margin-bottom: 0;
  padding: 0 0 0 1.71428571em;
  position: relative;
}
.sub-nav-list > li > a:link, .sub-nav-list > li > a:visited, .sub-nav-list > li > a:active {
  color: #777777;
}
.sub-nav-list > li > a:hover, .sub-nav-list > li > a.selected {
  color: #ffa837;
}
.sub-nav-list > li:first-child {
  padding-left: 0;
}

.sub-nav-list > li:not(.home-link):before {
  content: '\25CA';
  position: absolute;
  left: 0;
  color: #999;
}

.sub-nav-list > li:first-child:before {
  content: '';
}

.people-nav-list {
  margin-top: 0.42857143em;
}

/* #### ICONS #### */
[class*=icon-] {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/sprites/resources-sprite.png");
}

/* Small Resource Section Nav Icons */
[class*=icon-sm] {
  width: 45px;
  height: 32px;
  margin-right: 0.42857143em;
}

[class="icon-sm-crystal"] {
  background-position: -235px -5px;
}

.has-icon:hover > [class="icon-sm-crystal"] {
  background-position: -235px -39px;
}

[class="icon-sm-computing"] {
  background-position: -235px -85px;
}

.has-icon:hover > [class="icon-sm-computing"] {
  background-position: -235px -129px;
}

[class="icon-sm-biochem"] {
  background-position: -235px -173px;
}

.has-icon:hover > [class="icon-sm-biochem"] {
  background-position: -235px -215px;
}

[class="icon-sm-sequence"] {
  background-position: -235px -259px;
}

.has-icon:hover > [class="icon-sm-sequence"] {
  background-position: -235px -304px;
}

[class="icon-sm-supplies"] {
  background-position: -235px -352px;
}

.has-icon:hover > [class="icon-sm-supplies"] {
  background-position: -235px -394px;
}

[class="icon-sm-universities"] {
  background-position: -235px -434px;
}

.has-icon:hover > [class="icon-sm-universities"] {
  background-position: -235px -477px;
}

[class="icon-sm-journals"] {
  background-position: -235px -526px;
}

.has-icon:hover > [class="icon-sm-journals"] {
  background-position: -235px -569px;
}

[class="icon-sm-granting"] {
  background-position: -235px -615px;
}

.has-icon:hover > [class="icon-sm-granting"] {
  background-position: -235px -662px;
}

[class="icon-sm-vancouver"] {
  background-position: -235px -708px;
}

.has-icon:hover > [class="icon-sm-vancouver"] {
  background-position: -235px -755px;
}

/* Large Section Heading Icons */
[class*=icon-lg] {
  width: 73px;
  height: 50px;
}

[class="icon-lg-crystal"] {
  background-position: -8px -25px;
}

[class="icon-lg-computing"] {
  background-position: -8px -108px;
}

[class="icon-lg-biochem"] {
  background-position: -8px -206px;
}

[class="icon-lg-sequence"] {
  background-position: -8px -286px;
}

[class="icon-lg-supplies"] {
  background-position: -8px -369px;
}

[class="icon-lg-universities"] {
  background-position: -8px -454px;
}

[class="icon-lg-journals"] {
  background-position: -8px -538px;
}

[class="icon-lg-granting"] {
  background-position: -8px -617px;
}

[class="icon-lg-vancouver"] {
  background-position: -8px -696px;
}

/* Other Icons */
[class="icon-sm-pubmed"] {
  background-position: -449px -5px;
  width: 16px;
  vertical-align: -0.64285714em;
  margin-right: 0.64285714em;
}

/* #### FOOTER STYLES #### */
.footer {
  font-size: 0.85714286em;
  color: #fff;
  padding: 0.85714286em 1.71428571em;
  border-top: 1px solid #777777;
}

.footer p {
  margin-bottom: 0;
}

.footer a:link, .footer a:visited, .footer a:active {
  color: #fff;
}

.footer-links > a + a {
  padding-left: 0.78571429em;
  border-left: 1px solid #777777;
  margin-left: 0.85714286em;
}

.footer-discl {
  margin-top: 0;
  text-align: right;
}

/* #### REUSABLE GLOBAL STYLES #### */
/* OTHER REUSABLE STYLES */
.ui-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.no-bullets {
  list-style: none;
  padding: 0;
}

.enlrg-link {
  white-space: nowrap;
}

.shdw {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  display: block;
  margin: 0 auto;
}

.toggle {
  display: inline-block;
}

/* Highlighted Box */
.highlighted {
  background-color: #eeeeee;
  background: -moz-linear-gradient(top, #eeeeee 0%, #dedede 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dedede));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eeeeee 0%, #dedede 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eeeeee 0%, #dedede 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eeeeee 0%, #dedede 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eeeeee 0%, #dedede 100%);
  /* W3C */
  border: 1px solid #cccccc;
  border-radius: 10px;
  padding: 1.71428571em 0.85714286em;
  margin-bottom: 1.71428571em;
}

.highlighted, .highlighted a {
  text-shadow: 1px 1px 1px white;
}

.highlighted h2 {
  margin-bottom: 0;
  font-size: 1em;
  font-weight: bold;
}

.carousel {
  margin-top: 1.71428571em;
}

.button {
  background: #333333;
  color: #fff;
  width: 100%;
  padding: 5px 10px;
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
}

.button:hover {
  background: #1f90cf;
  text-decoration: none;
}

/* News list */
.news-list > li + li {
  margin: 0.85714286em 0 0;
  padding-top: 0.78571429em;
  border-top: 1px dotted #999999;
}

.news-list > li > h4, .news-list > li > p {
  margin: 0;
}

.news-list > li > h4 {
  font-weight: bold;
}

/* #### CONTENT STYLES #### */
.main-heading {
  margin-top: 0;
}

.content-section {
  margin-bottom: 3.42857143em;
}

.content-section > h1 {
  color: #1f90cf;
  font-size: 1.28571429em;
  line-height: 1.33333333;
  margin: 0;
}

.content-section > h2, .content-sub-section > h2 {
  color: #333333;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.71428571;
}

.content-article-desc > p:last-child, .content-more > p:last-child {
  margin-bottom: 0;
}

.content-sub-col > .content-sub-section {
  padding-bottom: 1.64285714em;
  border-bottom: 1px dotted #cccccc;
}

.content-sub-section > h2 {
  margin-bottom: 0.85714286em;
}

.content-sub-section > ul {
  margin-top: 0.85714286em;
}

/* Home page styles */
/* Feature Section */
.feature-fig {
  margin-bottom: 0;
}

.feature-text {
  margin-top: 0;
  color: #777777;
}

.feature-desc {
  font-size: 1.14285714em;
}

.feature-intro {
  font-size: 1.57142857em;
  margin-top: 0;
  margin-bottom: 0;
  color: #333333;
  font-size: bold;
  line-height: 1.33333;
}

.feature-text > .feature-more {
  text-align: center;
}

.home-sub-section {
  margin-top: 3.42857143em;
  margin-bottom: 0;
}

/* Contact Section */
.home-contact-fig {
  margin-top: 1.71428571em;
  background: url(../images/backgrounds/vancouver-aerial.jpg) no-repeat;
  position: relative;
  background-size: cover;
  min-height: 357px;
}

.home-contact-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #333333;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 0.95em;
  padding: 1.07142857em;
  text-shadow: 1px 1px 1px black;
  color: #eee;
  border-top-right-radius: 10px;
}

.home-contact-caption > p {
  margin: 0 0 0.35714286em;
  padding-bottom: 0.35714286em;
  border-bottom: 1px dotted #999999;
}

.contact-caption-title {
  font-size: 1.2em;
}

.map {
  margin: 0;
}

.map > a {
  color: #fff;
}

/* Home News */
/* Research */
/* Figures on research sub pages */
.right-fig {
  margin: 0 0 1.71428571em 1.71428571em;
  padding-left: 1.64285714em;
  border-left: 1px dotted #999999;
  float: right;
}

/* Feature projects on main page */
.feat-proj > li {
  text-align: center;
}

.feat-proj > li > a {
  padding: 0 24px;
  display: block;
}

.feat-proj > li b {
  margin-top: 1.71428571em;
}

.feat-proj > li + li {
  border-left: 1px dotted #cccccc;
}

.feat-proj-heading {
  display: block;
}

/* Funding List styles */
.funding-list > li {
  margin: 0 5em 1.71428571em 0;
}

/* Publications */
/* Publications Nav */
.pubs-nav {
  position: fixed;
}

.pubs-nav > ul {
  list-style: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin-top: 0.85714286em;
}

.pubs-nav > ul > li:not(.home-link):before {
  content: none;
}

.pubs-nav li + li {
  padding: 0;
  margin: 0;
}

.add-pub-link {
  padding-left: 16px;
  margin: 12px 0;
  font-size: 0.85714286em;
}

/* Publication Entry styles */
.pub-authors {
  display: block;
}

.pub-journal {
  font-size: 0.85714286em;
  line-height: 1.75;
  color: #777777;
}

/* Background flash to indicate selected publication */
@-webkit-keyframes bg-flash {
  0% {
    background: rgba(31, 144, 207, 0);
  }

  50% {
    background: rgba(31, 144, 207, 0.25);
  }

  100% {
    background: rgba(31, 144, 207, 0);
  }
}

@-moz-keyframes bg-flash {
  0% {
    background: rgba(31, 144, 207, 0);
  }

  50% {
    background: rgba(31, 144, 207, 0.25);
  }

  100% {
    background: rgba(31, 144, 207, 0);
  }
}

@-o-keyframes bg-flash {
  0% {
    background: rgba(31, 144, 207, 0);
  }

  50% {
    background: rgba(31, 144, 207, 0.25);
  }

  100% {
    background: rgba(31, 144, 207, 0);
  }
}

@keyframes bg-flash {
  0% {
    background: rgba(31, 144, 207, 0);
  }

  50% {
    background: rgba(31, 144, 207, 0.25);
  }

  100% {
    background: rgba(31, 144, 207, 0);
  }
}

.pub:target {
  -webkit-animation: bg-flash 3s ease-in-out;
  -moz-animation: bg-flash 3s ease-in-out;
  -o-animation: bg-flash 3s ease-in-out;
  animation: bg-flash 3s ease-in-out;
}

/* People Page Styles */
/* Current Members Entries */
.current-members-list > li {
  margin: 0;
  width: 44%;
  margin: 0.42857143em 5% 0.85714286em 0;
  padding: 0.85714286em;
  border: 1px solid #d5d5d5;
  border-radius: 6px;
  display: inline-block;
  vertical-align: top;
  min-height: 8.57142857em;
  background: -moz-linear-gradient(-45deg, rgba(204, 204, 204, 0.4) 0%, rgba(204, 204, 204, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(204, 204, 204, 0.4)), color-stop(100%, rgba(204, 204, 204, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, rgba(204, 204, 204, 0.4) 0%, rgba(204, 204, 204, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, rgba(204, 204, 204, 0.4) 0%, rgba(204, 204, 204, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, rgba(204, 204, 204, 0.4) 0%, rgba(204, 204, 204, 0) 100%);
  /* IE10+ */
  background: linear-gradient(135deg, rgba(204, 204, 204, 0.4) 0%, rgba(204, 204, 204, 0) 100%);
  /* W3C */
  text-shadow: 1px 1px 1px white;
}

.current-members-list > li p, .current-members-list > li ul, .exp-toggle {
  margin: 0.21428571em 0;
  font-size: 0.85714286em;
}

.member-info {
  float: left;
  width: 17.35714286em;
}

.member-name {
  margin: 0;
}

.member-img {
  float: left;
  margin: 0 0.85714286em 0 0;
  width: 5.35714286em;
  overflow: hidden;
}

.member-img-lrg {
  width: auto;
}

.member-img > img {
  margin-bottom: 0;
}

.member-exp {
  list-style: none;
  padding: 0 0 0 0.64285714em;
  font-size: 0.85714286em;
  margin-top: 0;
  border-left: 1px dotted #999999;
}

.member-exp > li {
  margin: 0.64285714em 0;
  line-height: 1.333;
}

.member-email {
  font-size: 0.85714286em;
  margin-top: 0;
}

.member-name {
  font-weight: bold;
}

.member-pi p, .member-pi ul {
  margin: 0.85714286em 0;
}

/* Alumni Entries */
.alumni-members-list > li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0.42857143em 3% 0.42857143em 0;
  padding-top: 0.35714286em;
  border-top: 1px dotted #999999;
}

.alumni-members-list > li:first-child, .alumni-members-list > li:nth-child(2), .alumni-members-list > li:nth-child(3) {
  padding-top: 0;
  border-top: none;
}

.alumni-name {
  margin: 0;
  font-weight: bold;
}

.alumni-pos {
  font-size: 0.85714286em;
  color: #777777;
  margin: 0;
}

/* Resources */
/* Resource category list styles */
.resources-cat {
  padding-bottom: 0;
}

.link-cat-list {
  margin: 0;
}

.link-cat-list > li {
  width: 32%;
  font-size: 0.85714286em;
  margin-bottom: 1.71428571em;
}

/* Search Box module */
.search-box {
  margin-top: 0.42857143em;
}

.search-box > h1 {
  padding: 0.42857143em 0.85714286em;
}

.search-box > h1 {
  background-color: #999999;
  color: #fff;
}

.search-box > .content-sub-section {
  border: 1px solid #999999;
}

.search-box form {
  margin-bottom: 0.85714286em;
  padding-bottom: 0.78571429em;
  border-bottom: 1px dotted #cccccc;
}

.search-box > .content-sub-section {
  padding: 0.85714286em;
}

.search-box > .content-sub-section h2, .search-box > .content-sub-section p {
  margin: 0 0 0.42857143em;
}

.search-box > .content-sub-section [type="text"] {
  margin-right: 0.42857143em;
  width: 11.07142857em;
}

/* Contact Page Styles */
.ph-lbl {
  display: inline-block;
  width: 8.92857143em;
}

.contact-fig {
  margin-right: 1.71428571em;
}

/* #### PRINT STYLES */
@media print {
  body, a, a:link, a:visited, figcaption, .content-section > h1, .content-sub-section > h2, .feature-desc, .pub-journal, .alumni-pos, .home-contact-caption {
    color: #000;
  }

  a, a:link, a:visited {
    text-decoration: none;
  }

  .main-nav, .sub-nav, .affil, .enlrg-link, .resources-cat, [class*=icon-], .toggle, .sub-nav-list, .search-box {
    display: none;
  }

  .logo {
    margin-top: 0;
  }

  .ui-hidden {
    position: static;
  }

  .highlighted {
    padding: 0;
    border: none;
  }

  .highlighted, .highlighted a, .current-members-list > li, .home-contact-caption {
    text-shadow: none;
  }
}
