﻿/******************************************************************
Site Name: MN13
Author: Matt Northam

Stylesheet: Main Stylesheet

******************************************************************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ========================================================================== HTML5 display definitions ========================================================================== */
/* Corrects `block` display not defined in IE6/7/8/9 & FF3. */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }

/* Corrects `inline-block` display not defined in IE6/7/8/9 & FF3. */
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }

/* Prevents modern browsers from displaying `audio` without controls. Remove excess height in iOS5 devices. */
audio:not([controls]) { display: none; height: 0; }

/* Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4. Known issue: no IE6 support. */
[hidden] { display: none; }

/* ========================================================================== Base ========================================================================== */
/* 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using `em` units. 2. Prevents iOS text size adjust after orientation change, without disabling user zoom. */
html { font-size: 100%; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ -ms-text-size-adjust: 100%; /* 2 */ }

/* Addresses `font-family` inconsistency between `textarea` and other form elements. */
html, button, input, select, textarea { font-family: sans-serif; }

/* Addresses margins handled incorrectly in IE6/7. */
body { margin: 0; }

/* ========================================================================== Links ========================================================================== */
/* Addresses `outline` inconsistency between Chrome and other browsers. */
a:focus { outline: thin dotted; }

/* Improves readability when focused and also mouse hovered in all browsers. people.opera.com/patrickl/experiments/keyboard/test */
a:active, a:hover { outline: 0; }

/* ========================================================================== Typography ========================================================================== */
/* Addresses font sizes and margins set differently in IE6/7. Addresses font sizes within `section` and `article` in FF4+, Chrome, S5. */
h1 { font-size: 2em; margin: 0.67em 0; }

h2 { font-size: 1.5em; margin: 0.83em 0; }

h3 { font-size: 1.17em; margin: 1em 0; }

h4 { font-size: 1em; margin: 1.33em 0; }

h5 { font-size: 0.83em; margin: 1.67em 0; }

h6 { font-size: 0.75em; margin: 2.33em 0; }

/* Addresses styling not present in IE7/8/9, S5, Chrome. */
abbr[title] { border-bottom: 1px dotted; }

/* Addresses style set to `bolder` in FF3+, S4/5, Chrome. */
b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

/* Addresses styling not present in S5, Chrome. */
dfn { font-style: italic; }

/* Addresses styling not present in IE6/7/8/9. */
mark { background: #ff0; color: #000; }

/* Addresses margins set differently in IE6/7. */
p, pre { margin: 1em 0; }

/* Corrects font family set oddly in IE6, S4/5, Chrome. en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improves readability of pre-formatted text in all browsers. */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

/* Addresses CSS quotes not supported in IE6/7. */
q { quotes: none; }

/* Addresses `quotes` property not supported in S4. */
q:before, q:after { content: ''; content: none; }

small { font-size: 75%; }

/* Prevents `sub` and `sup` affecting `line-height` in all browsers. gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

/* ========================================================================== Lists ========================================================================== */
/* Addresses margins set differently in IE6/7. */
dl, menu, ol, ul { margin: 1em 0; }

dd { margin: 0 0 0 40px; }

/* Addresses paddings set differently in IE6/7. */
menu, ol, ul { padding: 0 0 0 40px; }

/* Corrects list images handled incorrectly in IE7. */
nav ul, nav ol { list-style: none; list-style-image: none; }

/* ========================================================================== Embedded content ========================================================================== */
/* 1. Removes border when inside `a` element in IE6/7/8/9, FF3. 2. Improves image quality when scaled in IE7. code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
img { border: 0; /* 1 */ -ms-interpolation-mode: bicubic; /* 2 */ }

/* Corrects overflow displayed oddly in IE9. */
svg:not(:root) { overflow: hidden; }

/* ========================================================================== Figures ========================================================================== */
/* Addresses margin not present in IE6/7/8/9, S5, O11. */
figure { margin: 0; }

/* ========================================================================== Forms ========================================================================== */
/* Corrects margin displayed oddly in IE6/7. */
form { margin: 0; }

/* Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/* 1. Corrects color not being inherited in IE6/7/8/9. 2. Corrects text not wrapping in FF3. 3. Corrects alignment displayed oddly in IE6/7. */
legend { border: 0; /* 1 */ padding: 0; white-space: normal; /* 2 */ *margin-left: -7px; /* 3 */ }

/* 1. Corrects font size not being inherited in all browsers. 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome. 3. Improves appearance and consistency in all browsers. */
button, input, select, textarea { font-size: 100%; /* 1 */ margin: 0; /* 2 */ vertical-align: baseline; /* 3 */ *vertical-align: middle; /* 3 */ }

/* Addresses FF3/4 setting `line-height` on `input` using `!important` in the UA stylesheet. */
button, input { line-height: normal; }

/* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Corrects inability to style clickable `input` types in iOS. 3. Improves usability and consistency of cursor style between image-type `input` and others. 4. Removes inner spacing in IE7 without affecting normal text inputs. Known issue: inner spacing remains in IE6. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ *overflow: visible; /* 4 */ }

/* Re-set default cursor for disabled elements. */
button[disabled], input[disabled] { cursor: default; }

/* 1. Addresses box sizing set to content-box in IE8/9. 2. Removes excess padding in IE8/9. 3. Removes excess padding in IE7. Known issue: excess padding remains in IE6. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ *height: 13px; /* 3 */ *width: 13px; /* 3 */ }

/* 1. Addresses `appearance` set to `searchfield` in S5, Chrome. 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }

/* Removes inner padding and search cancel button in S5, Chrome on OS X. */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* Removes inner padding and border in FF3+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 1. Removes default vertical scrollbar in IE6/7/8/9. 2. Improves readability and alignment in all browsers. */
textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ }

/* ========================================================================== Tables ========================================================================== */
/* Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p { -webkit-hyphens: auto; -epub-hyphens: auto; -moz-hyphens: auto; hyphens: auto; }

b, strong, .strong { font-weight: bold; }

dfn, em, .em { font-style: italic; }

small, .small { font-size: 75%; }

ul, ol { padding: 0; list-style-type: none; }

dd { margin: 0; }

.sidebar ul, .sidebar ol, .commentlist { list-style: none; }

/******************************************************************
Site Name: MN13
Author: Matt Northam

Stylesheet: Mixins & Constants Stylesheet

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }

/*********************
TOOLS
*********************/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.image-replacement { text-indent: 100%; white-space: nowrap; overflow: hidden; }

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
@font-face { font-family: 'GlyphaLTStd65Bold'; src: url("../fonts/glyphaltstd-bold-webfont.eot"); src: url("../fonts/glyphaltstd-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphaltstd-bold-webfont.woff") format("woff"), url("../fonts/glyphaltstd-bold-webfont.ttf") format("truetype"), url("../fonts/glyphaltstd-bold-webfont.svg#GlyphaLTStd65Bold") format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'GlyphaLTStd55Roman'; src: url("../fonts/glyphaltstd-webfont.eot"); src: url("../fonts/glyphaltstd-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphaltstd-webfont.woff") format("woff"), url("../fonts/glyphaltstd-webfont.ttf") format("truetype"), url("../fonts/glyphaltstd-webfont.svg#GlyphaLTStd55Roman") format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'GlyphaLTStd75Black'; src: url("../fonts/glyphaltstd-black.eot"); src: url("../fonts/glyphaltstd-black.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphaltstd-black.woff") format("woff"), url("../fonts/glyphaltstd-black.ttf") format("truetype"), url("../fonts/glyphaltstd-black.svg#GlyphaLTStd75Black") format("svg"); font-weight: normal; font-style: normal; }

/*
font-family: 'Quattrocento Sans', sans-serif;
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp { font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important; font-style: italic; }

.text-left { text-align: left; }

.text-center { text-align: center; }

.text-right { text-align: right; }

.alert { margin: 10px; padding: 5px 18px; border: 1px solid; }

.alert-help { border-color: #e60075; background: #ff0082; }

.alert-info { border-color: #e60075; background: #ff0082; }

.alert-error { border-color: #e60075; background: #ff0082; }

.alert-success { border-color: #e60075; background: #ff0082; }

/*********************
TRANISTION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdue it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BUTTONS
*********************/
.button, .button:visited { border: 1px solid #9b0e55; border-top-color: #b71164; border-left-color: #b71164; padding: 4px 12px; color: white; display: inline-block; font-size: 11px; font-weight: bold; text-decoration: none; text-shadow: 0 1px rgba(0, 0, 0, 0.75); cursor: pointer; margin-bottom: 20px; line-height: 21px; border-radius: 4px; background-color: #c11269; background-image: -webkit-gradient(linear, left top, left bottom, from(#d81476), to(#c11269)); background-image: -webkit-linear-gradient(top, #d81476, #c11269); background-image: -moz-linear-gradient(top, #d81476, #c11269); background-image: -o-linear-gradient(top, #d81476, #c11269); background-image: linear-gradient(to bottom, #d81476, #c11269); }
.button:hover, .button:focus, .button:visited:hover, .button:visited:focus { color: white; border: 1px solid #9b0e55; border-top-color: #7b0b43; border-left-color: #7b0b43; background-color: #a9105d; background-image: -webkit-gradient(linear, left top, left bottom, from(#c11269), to(#a9105d)); background-image: -webkit-linear-gradient(top, #c11269, #a9105d); background-image: -moz-linear-gradient(top, #c11269, #a9105d); background-image: -o-linear-gradient(top, #c11269, #a9105d); background-image: linear-gradient(to bottom, #c11269, #a9105d); }
.button:active, .button:visited:active { background-color: #d81476; background-image: -webkit-gradient(linear, left top, left bottom, from(#c11269), to(#d81476)); background-image: -webkit-linear-gradient(top, #c11269, #d81476); background-image: -moz-linear-gradient(top, #c11269, #d81476); background-image: -o-linear-gradient(top, #c11269, #d81476); background-image: linear-gradient(to bottom, #c11269, #d81476); }

.blue-button, .blue-button:visited { border-color: #0095cc; text-shadow: 0 1px 1px #0095cc; background-color: #00a7e6; background-image: -webkit-gradient(linear, left top, left bottom, from(#00baff), to(#00a7e6)); background-image: -webkit-linear-gradient(top, #00baff, #00a7e6); background-image: -moz-linear-gradient(top, #00baff, #00a7e6); background-image: -o-linear-gradient(top, #00baff, #00a7e6); background-image: linear-gradient(to bottom, #00baff, #00a7e6); box-shadow: inset 0 0 3px #52d0ff; }
.blue-button:hover, .blue-button:focus, .blue-button:visited:hover, .blue-button:visited:focus { border-color: #0082b3; background-color: #0095cc; background-image: -webkit-gradient(linear, left top, left bottom, from(#00abeb), to(#0095cc)); background-image: -webkit-linear-gradient(top, #00abeb, #0095cc); background-image: -moz-linear-gradient(top, #00abeb, #0095cc); background-image: -o-linear-gradient(top, #00abeb, #0095cc); background-image: linear-gradient(to bottom, #00abeb, #0095cc); }
.blue-button:active, .blue-button:visited:active { background-color: #00baff; background-image: -webkit-gradient(linear, left top, left bottom, from(#00a7e6), to(#00baff)); background-image: -webkit-linear-gradient(top, #00a7e6, #00baff); background-image: -moz-linear-gradient(top, #00a7e6, #00baff); background-image: -o-linear-gradient(top, #00a7e6, #00baff); background-image: linear-gradient(to bottom, #00a7e6, #00baff); }

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name: MN13
Author: Matt Northam

Stylesheet: Base Mobile Stylesheet

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body { font-family: "Quattrocento Sans", "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.5; color: #565656; background: #f4f4f4; margin: 0; padding: 0; }

#container { margin: 0 0 2em 0; }

.centered { text-align: center; }

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap { width: 100%; margin: 0; padding: 0em; }

hr { display: block; clear: both; height: 10px; background: #f4f4f4; color: #f4f4f4; border: 0; }

/*********************
LINK STYLES
*********************/
a, a:visited { -webkit-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; color: #096374; /* on hover */ /* on click */ /* mobile tap color */ text-decoration: none; }
a:hover, a:focus, a:visited:hover, a:visited:focus { color: #096374; text-decoration: underline; }
a:link, a:visited:link { /*
this highlights links on iPhones/iPads.
so it basically works like the :hover selector
for mobile devices.
*/ -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 { font-family: "GlyphaLTStd65Bold", "GlyphaLTStd55Roman", "Georgia", Cambria, Times New Roman, Times, serif; text-rendering: optimizelegibility; font-weight: 500; /* removing text decoration from all headline links */ }
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a { text-decoration: none; }

h1, .h1 { font-size: 2.5em; line-height: 1.333em; }

h2, .h2 { font-size: 1.95em; line-height: 1.4em; margin-bottom: 0.375em; }

h3, .h3 { font-size: 1.525em; }

h4, .h4 { font-family: "Quattrocento Sans", "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif; font-size: 1.3em; font-weight: 700; }

h5, .h5 { font-size: 0.846em; line-height: 2.09em; text-transform: uppercase; letter-spacing: 2px; }

/*********************
HEADER STYLES
*********************/
#branding { padding: 1em 1em 1em 2em; }

#sitename { float: left; line-height: 1em; background: transparent; margin: 20px 0; padding: 0; }
#sitename a { color: #565656; }

#branding p { clear: both; text-align: right; padding: 0; }

.header { background: #303e41; margin-bottom: 1em; }
.header .search { text-align: right; }
#inner-header { position: relative; padding-left: 2em; }

#logo { float: left; margin: 10px 0; padding: 0 15px; }
#logo a { display: block; background: url(../images/bu-logo.png) no-repeat; height: 56px; width: 252px; background-size: contain; }

.no-svg #logo a { background: url(../images/bu-logo.png) no-repeat; }

/*********************
NAVIGATION STYLES
*********************/
/* styles for mobile */
/*.cutsthemustard .tinynav { display: block; margin: 0.5em auto; font-size: 1.2em; } */
.cutsthemustard .nav { display: block; }

.nav { margin: 0.5em; padding: 0; text-align: left; white-space: nowrap; /* end .menu li */ }
.nav li { display: inline-block; margin: 0.4em 2% 0 0; position: relative; color: white; }
.nav li a { text-decoration: none; padding: 5px 5px; color: white; }
.nav li a:hover, .nav li a:focus { background: white; color: #565656; }

/* end .nav */
ul.nav a i { padding-right: 0.25em; }

/******************************************************************
SEARCH STYLES
******************************************************************/
.test:before { padding-right: 5px; content: '\f015'; font-family: "FontAwesome"; }

.search { padding: 10px; white-space: nowrap; }
.search label { padding-left: 0.25em; margin-right: 20px; }
.search input[type="text"] { background: white url(../images/magnifying_glass.svg) no-repeat 5px center; margin-bottom: 1em; background-size: 14px 14px; padding: 5px 10px 5px 26px; width: 70%; border: 1px solid #dddddd; }
.search input[type="text"]:focus { border-color: #565656; }
.search input[type="text"]:hover { border-color: #f01d4f; }
.search input[type="checkbox"] { margin-top: 0 0 0 20px; display: inline-block; }
.search .no-svg input[type="text"] { background: white url(../images/magnifying_glass.png) no-repeat 5px center; }
.search input[type="submit"] { padding: 5px; margin-left: -3px; border: 1px solid #dddddd; color: #565656; cursor: pointer; }
.search input[type="submit"]:hover { background: #757575; color: white; }

.searchButtons { margin-left: 0 !important; padding: 10px; white-space: nowrap; }
.searchButtons label { margin-right: 2em; }

span.searchCategoryLabel { font-size: 80%; background-color: #f1eeee; padding: 0.3em; margin-right: 0.5em; }

/*********************
POSTS & CONTENT STYLES
*********************/
#title { background: #f4f4f4; margin-bottom: 1em; padding: 0 0.5em 0 2em; }
#title h1 { padding: 0; margin: 0; }

#content { background: #fafafa; padding-bottom: 2em; }
#inner-content { padding: 0 0.5em !important; }
.subNav { padding: 0 -0.5em !important; }
.pad { padding: 1em; }
ul, ol { padding: 10px 0 10px 40px; list-style: disc; }
ul li, ol li { margin: 0 0 0 10px; padding: 5px 0; }

/*
img {
	margin: 0.5em 0;
	max-width: 100%;
	height: auto;
	padding: 5px;
	background: $white;
	border: 0;
}
*/

.picture { margin: 0.5em; min-width: 100px; }
.browse-list { padding: 0; }
.browse-list div { display: block; }
.browse-list div a { padding: 10px; margin: 0; font-size: 0.9em; background: #f4f4f4; display: block; text-decoration: none; }
.browse-list div a em { display: block; clear: both; font-size: 1.6em; font-style: normal; font-weight: bold; }
.browse-list div a:hover { background: #303e41; color: white; }

.themes-list { list-style: none; padding: 0; }
.themes-list a { text-decoration: none; }
.themes-list a em { display: block; clear: both; font-size: 1.6em; font-style: normal; font-weight: bold; }
#researchThemeDescriptionHome { font-size:75%; }

#menu #sidebar { border: 1px solid #dddddd; padding-left: 5px; background-color: #fefefe; min-width: 2em; }
#sidebar .categoryList { list-style: none; padding: 0; }
#sidebar .categoryList.textonly { margin: 1em; }
#sidebar .categoryList li { padding-top: 3px; margin: 0; }
#sidebar .categoryList li a { display: block; text-decoration: none; color: #565656; border: 1px solid white; font-weight: bold; background-position: 5px center; background-repeat: no-repeat; word-wrap: normal; }
#sidebar .categoryList.people li a { padding: 5px 10px 5px 50px; min-height: 40px; }
#sidebar .categoryList li a.current { background-color:#eeeeee; padding: 5px; border-right: 3px solid #bbbbbb; }
#sidebar .categoryList li a:hover { padding-left: 4px; }
#sidebar .categoryList.people li a:hover { padding-left: 54px; padding-right: 6px; }
#sidebar .sidebarBox { background-color: #ffffff;border: 1px solid #f3f3f3; }
#sidebar .sidebarBox { border: 1px solid #f0f0f1; padding: 5px 5px 0px 5px; }
#sidebar .sidebarBox p { margin: 1em; font-size: 90%; }
#sidebar .sidebarBox.gapAbove { margin-top: 1em; }

i.researchtheme { background-image: url(/images/icons.png); min-width: 36px; min-height: 36px; display: inline-block; float: left; margin: 0.25em; }
i.researchtheme.people { background-position: 0 0; }
i.researchtheme.ageing-dementia { background-position: -36px 0; }
i.researchtheme.biodiversity-environmental-change-green-economy { background-position: -72px 0; }
i.researchtheme.communities-culture-conflicts { background-position: -108px 0; }
i.researchtheme.creative-digital-cognitive-science { background-position: -144px 0; }
i.researchtheme.entrepreneurship-economic-growth { background-position: -180px 0; }
i.researchtheme.leisure-recreation-tourism { background-position: -216px 0; }
i.researchtheme.health-wellbeing-society { background-position: -252px 0; }
i.researchtheme.technology-design { background-position: -288px 0; }
 
.atoz { background: #f4f4f4; padding: 0; margin: 0; }
.atoz a { padding: 10px 8px; display: inline-block; text-decoration: none; }
.atoz a:hover { background: #303e41; color: white; }
.atoz a.current { border-bottom: 3px solid #00baff; padding-bottom: 7px; }

/* PROFILE PAGE */
a { white-space: pre; /* CSS 2.0 */ white-space: pre-wrap; /* CSS 2.1 */ white-space: pre-line; /* CSS 3.0 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ white-space: -moz-pre-wrap; /* Mozilla */ white-space: -hp-pre-wrap; /* HP Printers */ word-wrap: break-word; /* IE 5+ */ }

#coreInfo { padding: 0 0.5em; }
#coreInfo ul { margin: 0; padding: 0 0 0 10px; list-style: none; list-style-position: inside; }
#coreInfo ul li { margin: 0; padding: 0; text-indent: -0.7em; margin-left: 1em; }
#coreInfo ul li i { text-align: center; }
#coreInfo ul.personalDetails li div.italic { font-style: italic; }
#coreInfo ul.exLinks { margin-top: 5px; margin-bottom: 5px; }
#coreInfo ul.exLinks a { text-indent: 0em; }
#coreInfo ul.exLinks a i { padding-left: 0.25em; text-decoration: none; }
#coreInfo li#orcid i#orcidicon { color: #a6ce39; font-size: 150%; width: 0.9em; }
#coreInfo li#orcid i#orcidexternal { margin-left: 1em; text-decoration: none; }
#coreInfo li.personalwebsite i.fa-globe { line-height: 1.75em; vertical-align: top; }
#coreInfo li.personalwebsite a { display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 95%; padding-left: 0.7em; line-height: 1.25; margin-top: 0.25em; }

#title h3#researchThemeHeading { margin-bottom: 0.5em; }
#title p#researchThemeSummary { font-size:90%; }
#title .picture img { max-width: 320px; }

.icon-btn{ font-family: "Quattrocento Sans","Helvetica Neue",Verdana,Helvetica,Arial,sans-serif;font-size: inherit; background-color: transparent;border: none;}
.vcard.icon-btn{ color: #096374;}

#keywords ul { margin: 0.5em; padding: 0; list-style: none; }
#keywords ul li { margin: 0; padding: 0; display: inline-block; line-height: 1.8em; }
#keywords ul li a { padding: 4px 5px; border: 1px solid #bbbbbb; text-decoration: none; font-size: 0.9em; color: #666666; }
#keywords ul li a:hover { background: #303e41; color: white; }
#keywords li.keywordHeading { font-weight:bold; }

#coreInfo a { word-break: break-all; }

#sidebar .groupingsList { list-style: none; padding: 0; margin-top: 0.5em; margin-bottom: 0.5em; margin-right: 0.5em; margin-left: 0; }
#sidebar .groupingsList li { padding: 0; margin: 0; list-style: none; margin-left: 0.5em; }
#sidebar .groupingsList li a { padding: 0px 10px 5px 5px; display: inline-block; text-decoration: none; color: #565656; font-weight: bold; word-wrap: normal; }
#sidebar .groupingsList li i { vertical-align: top; padding-top: 0.28em; width: 1.5em; }
#sidebar .groupingsList li#overview-menu-option i { color: #3d9e21; }
#sidebar .groupingsList li#publications-menu-option i { color: #8cc9ec; }
#sidebar .groupingsList li#teaching-menu-option i { color: #fccc46; }
#sidebar .groupingsList li#outreach-menu-option i { color: #ba9bbe; }
#sidebar .groupingsList li#affiliations-menu-option i { color: #c32129; }
#sidebar .groupingsList li#grants-menu-option i { color: #f58205; }
#sidebar .groupingsList li#media-menu-option i { color: rgb(0, 102, 255); }
#sidebar .groupingsList li:hover { background-color: #eeeeee; background-position: right center; border-color: #f7f7f7; }
#sidebar .groupingsList li.current { border-right: 3px solid; background: #f4f4f4; }
#sidebar .groupingsList li#overview-menu-option.current { border-right-color: #3d9e21; }
#sidebar .groupingsList li#publications-menu-option.current { border-right-color: #8cc9ec; }
#sidebar .groupingsList li#teaching-menu-option.current { border-right-color: #fccc46; }
#sidebar .groupingsList li#outreach-menu-option.current { border-right-color: #ba9bbe; }
#sidebar .groupingsList li#affiliations-menu-option.current { border-right-color: #c32129; }
#sidebar .groupingsList li#grants-menu-option.current { border-right-color: #f58205; }
#sidebar .groupingsList li#media-menu-option.current { border-right-color: rgb(0, 102, 255); }

#sidebar .groupingsList.textonly { margin: 1em 0;padding: 0; }
#sidebar .groupingsList.textonly ul {margin: 0;padding: 0; }
#sidebar .groupingsList.textonly li {margin: 0;padding: 0; }

.profile #bulk { z-index: 4; background: #fafafa; padding-left: 2em; }

.subNav { padding: 0px; margin: 0px; width: 100%; background-color: #ffffff; }
.subNav ul { padding: 0px; margin: 0px; list-style: none; background: #f4f4f4; }
.subNav li { padding: 0; margin: 0; display: block; float: left; border-right: 1px solid white; }
.subNav a { padding: 10px 8px; display: block; text-decoration: none; word-wrap: normal; }
.subNav a:hover { background: #303e41; color: white; }
.subNav a.current { border-bottom: 3px solid; padding-bottom: 7px; }
.subNav ul#overviewSubNav a.current { border-bottom-color: #3d9e21; }
.subNav ul#publicationsSubNav a.current { border-bottom-color: #8cc9ec; }
.subNav ul#teachingSubNav a.current { border-bottom-color: #fccc46; }
.subNav ul#outreachSubNav a.current { border-bottom-color: #ba9bbe; }
.subNav ul#affiliationsSubNav a.current { border-bottom-color: #c32129; }
.subNav ul#grantsSubNav a.current { border-bottom-color: #f58205; }
.subNav ul#groupSubNav a.current { border-bottom-color: #d81476; }
.subNav ul#groupPublicationsSubNav a.current { border-bottom-color: #8cc9ec; }
.subNav ul#mediaSubNav a.current { border-bottom-color: rgb(0, 102, 255); }

#main { margin: 0px;padding: 0px 1em; background: #fefefe; }
body.profile #main { padding: 0px; }
body.researchCentre #main { padding: 0px; }
#main.fixed .subNav { position: fixed; top: 0; margin: 0; max-width: inherit; z-index: 1; }
#main .spacer { height: 0; display:none; }
#main.fixed .spacer { display: block; }
.contentContainer { padding: 0 1em; }
.details-section { display: block; }

.resicons { padding: 5px 0px 5px 0px; margin-left: 1% !important; float:left; }
.resicons img { margin:2px; width:36px; height:36px; }
.resicons a { white-space: normal; }
.personLinks a { text-decoration: none; color: #494949; cursor: pointer; font-size: 0.9em;}
.personLinks ul { padding: 0; margin: 0; }
.personLinks li { display: inline-block; margin-right: 1em !important; float: left; }
.featureBox { background-color: #f4f4f4; padding: 0.5em 2em; margin: 0.5em; border: 1px solid #f0f0f1; position: relative; }
.featureBoxClose { position: absolute; bottom: 5px; right: 10px; cursor: pointer; font-style: normal !important; color: #494949; }
.featureBoxClose:hover { text-decoration: none; color: #696969; }
.printed-image { display: none; }

.vcard { cursor: pointer }
#linkUrl { margin-bottom: 1em }
#lastUpdated { font-size: 0.8em; color: #5a5a5a; padding: 2em 0.5em 2em 3em; }
#lastUpdated a#refresh { color: #5a5a5a; cursor: pointer; }
#lastUpdated img#runningImage { width: 16px; height: 16px; display: none; }
.hidden { display: none }
a#toggle { cursor:pointer }

ul.citation { list-style: none; padding: 0.25em 0em; margin: 0; }
ul.citation li { padding: 0; margin: 0; }

a.iconLeft { text-decoration: none; cursor: pointer; }
a.iconRight { text-decoration: none; cursor: pointer; }
a.iconLeft:hover { text-decoration: underline; }
a.iconRight:hover { text-decoration: underline; }
.personLinks a { color: #494949; }
a.navigation { font-size: 110%; margin-right: 1em; font-style: italic; color: #494949; }
a.navigation:hover { text-decoration: underline; color: #696969; }
a.iconLeft i { padding-right: 0.25em; }
a.iconRight i { padding-left: 0.25em; }
a.iconLeft:hover i { text-decoration: none; }
a.iconRight:hover i { text-decoration: none; }

a.more { font-size: 90%; font-style: italic; color: #096374; }
a.more:visited { color: #096374; }
a.more i { color: #494949; }
a.buroLink { font-size: 90%; font-style: italic; color: #096374; }
a.buroLink:visited { color: #096374; }
a.buroLink i { color: #096374; }
a.showMoreLessText { color: #494949; }
a.top { display: none; background-color: #cccccc; position: fixed; bottom: 0; right: 0; z-index: 1; padding: 5px 10px 5px 10px; cursor: pointer; font-size: 95%; font-weight: bold; font-style: italic; color: black; }

span.sustainable-goals-box { background-color: white; height: 75px; width: 75px; display: block; margin-left: 10px; float: left; font-size: 0px; overflow: hidden; padding: 3px; background-image: url('../images/sustainablegoals.png'); background-repeat: no-repeat; background-size: 390px; }
span.sustainable-goals-box.sdg-1 { background-position: -5px 0px; }
span.sustainable-goals-box.sdg-2 { background-position: -79px 0px; }
span.sustainable-goals-box.sdg-3 { background-position: -157px 0px; }
span.sustainable-goals-box.sdg-4 { background-position: -235px 0px; }
span.sustainable-goals-box.sdg-5 { background-position: -313px 0px; }
span.sustainable-goals-box.sdg-6 { background-position: -5px -79px; }
span.sustainable-goals-box.sdg-7 { background-position: -79px -79px; }
span.sustainable-goals-box.sdg-8 { background-position: -157px -79px; }
span.sustainable-goals-box.sdg-9 { background-position: -235px -79px; }
span.sustainable-goals-box.sdg-10 { background-position: -313px -79px; }
span.sustainable-goals-box.sdg-11 { background-position: -5px -157px; }
span.sustainable-goals-box.sdg-12 { background-position: -315px -157px; }
span.sustainable-goals-box.sdg-13 { background-position: -5px -235px; }
span.sustainable-goals-box.sdg-14 { background-position: -79px -235px; }
span.sustainable-goals-box.sdg-15 { background-position: -157px -235px; }
span.sustainable-goals-box.sdg-16 { background-position: -235px -235px; }
span.sustainable-goals-box.sdg-17 { background-position: -313px -235px; }

#un-sdgs-list { width: 100%; display: block; margin-left: 0.5em; }
#un-sdgs-list .sustainable-list-heading { float:left; font-weight:bold; font-size:1em; margin-left: 0; margin-right: 0.5em; white-space: nowrap;  }
#un-sdgs-list .sustainable-list-icons { float:left; width: 80%; }
#un-sdgs-list ul { margin: 0.5em; padding: 0; list-style: none; font-size: 0; }
#un-sdgs-list ul li { margin: 0; padding: 0; display: inline-block; }
#un-sdgs-list ul li.sdg-icon { text-decoration: none; font-size: 0em; color: white; cursor: pointer; background-image: url('../images/sustainablegoals.png'); background-repeat: no-repeat; background-size: 302px; width: 62px; height: 62px; font-size: 0; }
#un-sdgs-list ul li.sdg-icon a { display: block; width: 100%; height: 100%; }
#un-sdgs-list ul li.sdg-2 { background-position: -60px 0px; }
#un-sdgs-list ul li.sdg-3 { background-position: -120px 0px; }
#un-sdgs-list ul li.sdg-4 { background-position: -180px 0px; }
#un-sdgs-list ul li.sdg-5 { background-position: -240px 0px; }
#un-sdgs-list ul li.sdg-6 { background-position: -0px -60px; }
#un-sdgs-list ul li.sdg-7 { background-position: -60px -60px; }
#un-sdgs-list ul li.sdg-8 { background-position: -120px -60px; }
#un-sdgs-list ul li.sdg-9 { background-position: -180px -60px; }
#un-sdgs-list ul li.sdg-10 { background-position: -240px -60px; }
#un-sdgs-list ul li.sdg-11 { background-position: -0px -120px; }
#un-sdgs-list ul li.sdg-12 { background-position: -240px -120px; }
#un-sdgs-list ul li.sdg-13 { background-position: -0px -180px; }
#un-sdgs-list ul li.sdg-14 { background-position: -60px -180px; }
#un-sdgs-list ul li.sdg-15 { background-position: -120px -180px; }
#un-sdgs-list ul li.sdg-16 { background-position: -180px -180px; }
#un-sdgs-list ul li.sdg-17 { background-position: -240px -180px; }

div.sustainable-goal-number-box { border-radius: 5px; margin-top: 1em; margin-bottom: 1em; margin-left: 0.25em; text-align:center; vertical-align:middle; float: left; width: 2em; height: 2em; }
    div.sustainable-goal-number-box a.sustainable-goal-number { color: white; font-weight: bold;  }

    div.sustainable-goal-box {
        width: 100%;
        overflow: auto;
    }
div.sustainable-goal-box-icon { float: left; width: 10%; }
div.sustainable-goal-box-icon img {	width: 100%; }
div.sustainable-goal-box-icon.icon { background-color: white; height: 75px; width: 75px; display: block; margin-left: 10px; float: left; font-size: 0px; overflow: hidden; padding: 3px; background-image: url('../images/sustainablegoals.png'); background-repeat: no-repeat; background-size: 390px; }
div.sustainable-goal-box-icon.sdg-1 { background-position: -5px 0px; }
div.sustainable-goal-box-icon.sdg-2 { background-position: -79px 0px; }
div.sustainable-goal-box-icon.sdg-3 { background-position: -157px 0px; }
div.sustainable-goal-box-icon.sdg-4 { background-position: -235px 0px; }
div.sustainable-goal-box-icon.sdg-5 { background-position: -313px 0px; }
div.sustainable-goal-box-icon.sdg-6 { background-position: -5px -79px; }
div.sustainable-goal-box-icon.sdg-7 { background-position: -79px -79px; }
div.sustainable-goal-box-icon.sdg-8 { background-position: -157px -79px; }
div.sustainable-goal-box-icon.sdg-9 { background-position: -235px -79px; }
div.sustainable-goal-box-icon.sdg-10 { background-position: -313px -79px; }
div.sustainable-goal-box-icon.sdg-11 { background-position: -5px -157px; }
div.sustainable-goal-box-icon.sdg-12 { background-position: -315px -157px; }
div.sustainable-goal-box-icon.sdg-13 { background-position: -5px -235px; }
div.sustainable-goal-box-icon.sdg-14 { background-position: -79px -235px; }
div.sustainable-goal-box-icon.sdg-15 { background-position: -157px -235px; }
div.sustainable-goal-box-icon.sdg-16 { background-position: -235px -235px; }
div.sustainable-goal-box-icon.sdg-17 { background-position: -313px -235px; }

div.sustainable-goal-box-text { float: left; width: 80%; vertical-align: top; padding-left: 1em; }
div.sustainable-goal-box-text h4 { font-size: 1em; margin: 0;}
div.sustainable-goal-box-text p.sdg-summary { font-style: italic; margin-top: 0; margin-bottom: 0.5em; }
div.sustainable-goal-box-text p.sdg-more { font-style: italic; margin-top: 0; }

div.personLinks a.icon { font-size:90%; font-style: normal; }

a.showMore { font-size: 90%; cursor: pointer; }
a.showLess { font-size: 90%; cursor: pointer; }

footer { width: 98%; text-align:justify; margin: 0 auto; padding: 0.5em 0.5em 0.5em 2em; }
footer ul { display: inline; }
footer li { display: inline; }
footer span { display: inline-block; width: 100%; }
footer a { text-decoration:none; color: #5a5a5a; font-size: 90%; margin-right: 1em; display: inline-block; }
footer a:hover { color: #5a5a5a !important; }
footer a:visited { color: #5a5a5a; }

/*********************
FOOTER STYLES
*********************/
.footer { clear: both; background: white; color: #565656; text-align: left; padding: 2em 0; }
.footer h4 { text-transform: uppercase; font-weight: 400; padding: 10px 0; margin: 0; }

.footer-links { padding: 0; margin: 0; text-align: left; font-size: 0.8em; /* end .menu li */ }
.footer-links li { display: inline-block; margin: 0; position: relative; }
.footer-links li a { display: block; text-decoration: none; padding: 5px 0; margin-right: 1em; color: #8cc9ec; border-bottom: 0px solid #ccc; }

/* end .footer-links */
.copyright { float: right; font-size: 0.8em; }

acronym { border-bottom: 1px dashed #ff0082; cursor: help; }

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) { /****************************************************************** Site Name: MN13 Author: Matt Northam  Stylesheet: 481px and Up Stylesheet  *****************************************************************/
  #sitename { float: right; }
  #sitename a:hover { text-decoration: none; }
  /********************* NAVIGATION STYLES ********************/
  /********************* POSTS & CONTENT STYLES ********************/
  /* entry content */
  #content { /* at this larger size, we can start to align images */ }
  #content .alignleft, #content img.alignleft { margin-right: 1.5em; display: inline; float: left; }
  #content .alignright, #content img.alignright { margin-left: 1.5em; display: inline; float: right; }
  #content .aligncenter, #content img.aligncenter { margin-right: auto; margin-left: auto; display: block; clear: both; }
  /* end .entry-content */ }
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) { /****************************************************************** Site Name: MN13 Author: Matt Northam  Stylesheet: Grid Stylesheet  I've seperated the grid so you can swap it out easily. It's called at the top the style.scss stylesheet.  There are a ton of grid solutions out there. You should definitely experiment with your own. Here are some recommendations:  http://gridsetapp.com - Love this site. Responsive Grids made easy. http://susy.oddbird.net/ - Grids using Compass. Very elegant. http://gridpak.com/ - Create your own responsive grid.  The grid below is a combination of the 1140 grid and Twitter Boostrap. I liked 1140 but Boostrap's grid was way more detailed so I merged them together, let's see how this works out. If you want to use 1140, the original values are commented out on each line.  *****************************************************************/
  .onecol { width: 5.801104972%; }
  /* 4.85%;  } /* grid_1  */
  .twocol { width: 14.364640883%; }
  /* 13.45%; } /* grid_2  */
  .threecol { width: 22.928176794%; }
  /* 22.05%; } /* grid_3  */
  .fourcol { width: 31.491712705%; }
  /* 30.75%; } /* grid_4  */
  .fivecol { width: 40.055248616%; }
  /* 39.45%; } /* grid_5  */
  .sixcol { width: 48.618784527%; }
  /* 48%;    } /* grid_6  */
  .sevencol { width: 57.182320438000005%; }
  /* 56.75%; } /* grid_7  */
  .eightcol { width: 65.74585634900001%; }
  /* 65.4%;  } /* grid_8  */
  .ninecol { width: 74.30939226%; }
  /* 74.05%; } /* grid_9  */
  .tencol { width: 82.87292817100001%; }
  /* 82.7%;  } /* grid_10 */
  .elevencol { width: 91.436464082%; }
  /* 91.35%; } /* grid_11 */
  .twelvecol { width: 99.999999993%; }
  /* 100%;   } /* grid_12 */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol { position: relative; float: left; margin-left: 1.5%; }
  .first { margin-left: 0; }
  .last { float: right; }
  footer div { width: 20%; float: left; }
  #researchThemeDescriptionHome { display: none; }
  li.displayMenu { display: none; }
  /****************************************************************** Site Name: MN13 Author: Matt Northam  Stylesheet: Tablet & Small Desktop Stylesheet  *****************************************************************/
  /********************* GENERAL STYLES ********************/
  /********************* LAYOUT & GRID STYLES ********************/
  .wrap { width: 98%; margin: 0 auto; padding: 0.5em; }
  .wrap, footer { max-width: 1140px; }
  #side { padding: 0; }
  #pageWrap { margin: 0px; padding: 0px; width: auto; }
  #content { margin-top: 0em; }
  #title { padding: 0em; }
  #title .picture { position: relative; }
  #title .picture img { width: 100%; min-width: 150px; }
  #title ul { position: relative; }
  #title.fixed #coreInfo { z-index: 5; background: #f4f4f4; position: fixed; top: 0; border-bottom: 1px dashed #dbdbdb; display: block; padding: 0; margin: 0; }
  #title .picture { min-height: 150px; }
  .profile #title .picture { min-height: 260px; }
  #sidebar { display: block; position: inherit; padding: 0; }
  #sidebar.fixed { position: fixed; top: 0; max-width: 258px; }
  #inner-header { padding-left: 1em; }
  .profile #bulk { padding-left: 0em; }
  #main { border: 1px solid #f0f0f1; }
  #lastUpdated { padding: 2em 0.5em; }
  footer { padding: 2em 0.5em; }
  #branding { padding-left: 1em; }
  a.underline { text-decoration: underline; }
  
  /********************* NAVIGATION STYLES ********************/
  /*.cutsthemustard .tinynav { display: none; }
  .cutsthemustard .nav { display: block; }*/
  /********************* SIDEBARS & ASIDES ********************/
  /********************* FOOTER STYLES ********************/
  /* you'll probably need to do quite a bit of overriding here if you styled them for mobile. Make sure to double check these! */
  .footer-links ul li { /*
be careful with the depth of your menus.
it's very rare to have multi-depth menus in
the footer.
*/ }
  /* end .footer-links */ }
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) { /****************************************************************** Site Name: MN13 Author: Matt Northam  Stylesheet: Desktop Stylsheet   *****************************************************************/ }
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) { /****************************************************************** Site Name: MN13 Author: Matt Northam  Stylesheet: Super Large Monitor Stylesheet  *****************************************************************/ }
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@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) { /****************************************************************** Site Name: MN13  Author: Matt Northam   Stylesheet: Retina Screens & Devices Stylesheet  When handling retina screens you need to make adjustments, especially if you're not using font icons. Here you can add them in one neat place.  *****************************************************************/
  /*   EXAMPLE  Let's say you have an image and you need to make sure it looks ok on retina screens. Let's say we have an icon which dimension are 24px x 24px. In your regular stylesheets, it would look something like this:  .icon { 	width: 24px; 	height: 24px; 	background: url(img/test.png) no-repeat; }  For retina screens, we have to make some adjustments, so that image doesn't look blurry. So, taking into account the image above and the dimensions, this is what we would put in our retina stylesheet:  .icon { 	background: url(img/test@2x.png) no-repeat; 	background-size: 24px 24px; }  So, you would create the same icon, but at double the resolution, meaning  it would be 48px x 48px. You'd name it the same, but with a @2x at the end (this is pretty standard practice). Set the background image so it matches the original dimensions and you are good to go.   */ }
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print { /****************************************************************** Site Name: MN13 Author: Matt Northam  Stylesheet: Print Stylesheet  *****************************************************************/
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  body { font-size: 100%; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img.profile { max-width: 50% !important; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  .sidebar, .page-navigation, .wp-prev-next, .respond-form, nav, .subNav, .search, #menu, ul.citation, a#refresh, .spacer, i.fa-external-link { display: none; }
  a.top, .personLinks, .resicons { display: none !important; }
  p#logo a {display: none; }
  p#logo img.printed-image { display: block; float: left; }
  h1#sitename { float: right; }
  h3 { padding: 0; }
  .details-section { display: block !important; }
  ul.exLinks li a:after { content: " (" attr(href) ")" }
  div#bio span.elipsis, a.showMoreLessText { display: none; }
  div#bio p.hidden { display: block !important; }
  div#keywords ul li a { border: none; }
}
