<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Western Transportation Institute 2016
Author: Media Works / Kory Sutherland
Author URI: http://mediaworksmt.com
Description: Theme created exclusively for the Western Tranportation Institute for use with westerntransportationinstitute.org - Useage under any other circumstances is prohibited.
Version: 1.7.1
License: Proprietary
Text Domain: wti2016
*/

/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

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

body {
	margin: 0;
}

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],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

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: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li &gt; ul,
li &gt; ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 3.1em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover &gt; a,
.main-navigation li.focus &gt; a {
}

.main-navigation ul ul :hover &gt; a,
.main-navigation ul ul .focus &gt; a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover &gt; ul,
.main-navigation ul li.focus &gt; ul {
	left: auto;
}

.main-navigation ul ul li:hover &gt; ul,
.main-navigation ul ul li.focus &gt; ul {
	left: 100%;
}

.main-navigation .current_page_item &gt; a,
.main-navigation .current-menu-item &gt; a,
.main-navigation .current_page_ancestor &gt; a,
.main-navigation .current-menu-ancestor &gt; a {
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* 
 * WTI Customizations
 */

/* Global, Body and Container Styling */
	body:not(.elementor-page) div#content,
	body.single-post div#content{
		width: 100%;
		max-width: 1600px;
		margin: 0 auto;
	}
	
	article.type-post,
	article.research-project-item,
	article.news-item,
	article.wti-people-item{
		border-bottom: solid 1px #ddd;
	}

/* Header */
	#masthead{
		display: block;
		position: relative;
		width: 100%;
		margin: 0 auto 1em auto;
		padding: 0;
		clear: both;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#002a61+1,002a61+1,1e5799+48,1e5799+51 */
		background: rgb(0,42,97); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(0,42,97,1) 1%, rgba(0,42,97,1) 1%, rgba(30,87,153,1) 48%, rgba(30,87,153,1) 51%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,42,97,1) 1%,rgba(0,42,97,1) 1%,rgba(30,87,153,1) 48%,rgba(30,87,153,1) 51%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,42,97,1) 1%,rgba(0,42,97,1) 1%,rgba(30,87,153,1) 48%,rgba(30,87,153,1) 51%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a61', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
		border-bottom: solid 3px #F0AD00;
	}
	
	#masthead .site-branding{
		display: block;
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0.5em 0 0.25em 0;
		clear: both;
		background: #333;
		text-align: center;
	}
	#masthead .site-branding a,
	#masthead .site-branding a img{
		display: inline-block;
	}
	#masthead .site-branding a img{
		max-width: 380px;
	}

/* Navigation Menus */
@media screen and ( min-width: 960px ){
	#wti-mobile-menu,
	#wti-mobile-toggle{
		display: none;
		visibility: hidden;
	}
	#site-navigation{
		display: block;
		position: relative;
		width: 100%;
		margin: 0;
		padding: 1em 0 0 0; 
	}
	#site-navigation ul{
		margin: 0 auto;
		padding: 0;
	}
	#site-navigation &gt; ul{
		display: flex;
		flex-flow: row no-wrap;
		justify-content: center;
	}
	#site-navigation &gt; ul &gt; li{
		margin: 0 0.35em;
	}
	#site-navigation &gt; ul &gt; li &gt; a{
		display: inline-block;
		position: relative;
		padding: 1em 0.5em 0.6em 0.5em;
		color: #fff;
		background: transparent;
		transition: color 0.5s ease, background 0.5s ease;
	}
	#site-navigation &gt; ul &gt; li:hover &gt; a{
		color: #222;
		background: #fff;
		transition: color 0.5s ease, background 0.5s ease;
	}
	#site-navigation &gt; ul &gt; li &gt; ul{
		padding-top: 0.6em;
		background: rgba(255,255,255,0.98);
		opacity: 0;
		transition: opacity 0.5s ease;
	}
	#site-navigation &gt; ul &gt; li:hover &gt; ul{
		opacity: 1;
		transition: opacity 0.5s ease;
	}
	#site-navigation &gt; ul &gt; li &gt; ul a{
		font-size: 0.9em;
		color: #222;
		line-height: 1em;
		padding: 0.55em 1em;
		border-bottom: solid 1px transparent;
		background: transparent;
		transition: color 0.5s ease, background 0.5s ease, border-bottom 0.25s ease;
	}
	#site-navigation &gt; ul &gt; li &gt; ul a:hover{
		color: #0B599C;
		border-bottom: solid 1px rgba(30,87,153,0.38);
		background: rgba(0,42,97,0.18);
		transition: color 0.5s ease, background 0.5s ease, border-bottom 0.25s ease;
	}
	#site-navigation .wti-nav-search form{
		padding-top: 0.8em;
	}
	#site-navigation .wti-nav-search input.search-field{
		padding: 1px 3px;
		width: 10em;
	}
	#site-navigation .wti-nav-search input.search-submit{
		display: none;
	}
}
@media screen and ( max-width: 959px ){
	#wti-mobile-menu{
		display: block;
		position: relative;
		width: 48px;
		height: 48px;
		margin: 0.5em auto;
		padding: 0;
		clear: both;
		background: rgba(0,0,0,0.38) url(images/mobile_menu_white.png) center center no-repeat;
		background-size: 80%;
		border-radius: 8px;
		color: transparent;
		text-indent: -1000px;
		overflow: hidden;
	}
	#wti-mobile-toggle{
		display: none;
		visibility: hidden;
	}
	#site-navigation,
	#site-navigation &gt; ul{
		display: block;
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		clear: both;
	}
	#site-navigation ul{
		list-style: none;
	}
	#site-navigation input:not(:checked) ~ ul{
		height: 0;
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		transition: max-height 0.5s ease, opacity 0.5s ease;
	}
	#site-navigation input:checked ~ ul{
		height: auto;
		max-height: 480px;
		opacity: 1;
		overflow: visible;
		transition: max-height 0.5s ease, opacity 0.5s ease;
	}
	#site-navigation &gt; ul &gt; li{
		display: block;
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		clear: both;
		background: rgba(255,255,255,0.18);
		border-bottom: solid 1px rgba(0,0,0,0.18);
	}
	#site-navigation &gt; ul &gt; li &gt; a{
		display: block;
		position: relative;
		width: 94%;
		margin: 0 auto;
		padding: 0.35em 3%;
		clear: both;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
	}
	#site-navigation &gt; ul &gt; li &gt; ul{
		display: flex;
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0.15em 0;
		float: none;
		clear: both;
		top: 0;
		left: 0;
		flex-flow: row wrap;
		flex-basis: auto;
		align-items: stretch;
		align-content: center;
		justify-content: center;
		font-size: 0.8em;
		box-shadow: none;
		background: rgba(255,255,255,0.78);
	}
	#site-navigation &gt; ul &gt; li &gt; ul &gt; li{
		display: inline-block;
		position: relative;
		min-width: 30%;
		margin: 0.35em 1%;
		padding: 0;
		text-align: center;
		border-bottom: solid 2px rgba(0,0,0,0.18);
	}
	#site-navigation &gt; ul &gt; li &gt; ul &gt; li &gt; a{
		color: #333;
		text-decoration: none;
	}
	.wti-nav-search{
		text-align: center;
	}
	.wti-nav-search form{
		display: block;
		position: relative;
		padding: 0.5em 0;
	}
	
}

/* Posts Page with Sidebar */
	body.blog #content,
	body.archive #content,
	body.single #content{
		display: flex;
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		clear: both;
		flex-flow: row nowrap;
		align-items: stretch;
		justify-content: center;
	}
	
	body.single #content #primary .entry-meta,
	body.blog #content #primary .entry-meta,
	body.category #content #primary .entry-meta,
	body.tag #content #primary .entry-meta{
		font-size: 0.9em;
		font-weight: bold;
		color: #777;
	}
	
	body.single #content #primary .entry-title,
	body.blog #content #primary .entry-title,
	body.category #content #primary .entry-title,
	body.tag #content #primary .entry-title{
		font-size: 1.5em;
		line-height: 1.1em;
	}
	
	body.single #content #primary .entry-title a,
	body.blog #content #primary .entry-title a,
	body.category #content #primary .entry-title a,
	body.tag #content #primary .entry-title a{
		color: #1E5799;
		text-decoration: none;
	}
	
	.cat-links,
	.tags-links{
		display: block;
		position: relative;
		clear: both;
	    padding: 0 0 1em 0;
	    font-style: italic;
	    font-size: 0.9em;
	}
	
	body.category #content #primary article.post,
	body.tag #content #primary article.post{
		padding-bottom: 
	}
	
	body.category #content #primary .entry-content,
	body.tag #content #primary .entry-content{
		
	}
	
	body.blog #content #primary,
	body.archive #content #primary,
	body.single #content #primary{
		width: 73.5%;
		padding-left: 2%;
	}
	body.blog #content #secondary,
	body.archive #content #secondary,
	body.single #content #secondary{
		width: 22.368%;
		padding-right: 2%;
	}
	
	/* Singular Pages Heading Styles */
	body.single #content #primary h1{
		font-size: 1.6em;
	}
	body.single #content #primary h2{
		font-size: 1.3em;
	}
	
	/* News Archive Heading Styles */
	body.archive.category #primary header h1{
		font-size: 1.5em;
	}
	
	/* Post Navigation Links Styling */
	.post-navigation .nav-links div.nav-previous a:before,
	.post-navigation .nav-links div.nav-next a:after{
		display: inline-block;
		position: relative;
	}
	.post-navigation .nav-links div.nav-previous a:before{
		content: "Â«";
		margin-right: 0.5em;
	}
	.post-navigation .nav-links div.nav-next a:after{
		content: "Â»";
		margin-left: 0.5em;
	}

/* People Detail Post Pages */
	body.single-wti_people #primary #main h1:first-of-type{
		margin-bottom: 0;
	}
	body.single-wti_people #primary #main h2:first-of-type{
		margin-top: 0.15em;
		margin-bottom: 1em;
		padding-bottom: 1em;
	}
	body.single-wti_people #primary h2{
		border-bottom: solid 1px #d4d4d4;
	}
	
	article.wti-people-item{
		padding-bottom: 1em;
	}
	
	.wti-people-thumbnail{
		display: block;
		position: relative;
		float: left;
		clear: left;
		margin: 0 1.5em 2.2em 0;
		padding: 0;
		max-width: 280px;
	}
	.wti-people-contact-methods li h4,
	.wti-people-contact-methods li p{
		display: inline-block;
		position: relative;
		margin: 0;
	}
	
/* Blog Sidebar Styling */
	#secondary{
		font-size: 0.9em;
	}
	#secondary section h2{
		font-size: 1.2em;
	}
	#secondary section &gt; ul{
		margin-left: 0;
	}
	#secondary section input.search-submit{
		display: none;
	}

/* Elementor Tabs */
	/* 
	 * NOTE: This styling only to give the tabs a subtle fade effect, and is otherwise unnecessary
	 
	.elementor-tab-content{
		opacity: 0;
		transition: opacity 0.5s ease;
	}
	.elementor-tab-content[style*="block"]{
		opacity: 1;
		transition: opacity 0.5s ease;
	} */
	
/* General Headings Styling */	
#primary h1{}
#primary h2{}
#primary h3{}
#primary h4{}
#primary h5{}
#primary h6{}

/* Single Research Project Styling */
	.single-research_projects #main a.WTI_projects_back_link{
		font-weight: bold;
		color: #1e5799;
		text-decoration: none;
		font-size: 1.1em;
		transition: color 0.5s ease, text-decoration 0.5s ease;
	}
	.single-research_projects #main a.WTI_projects_back_link:hover{
		color: #3180d7;
		text-decoration: underline;
		transition: color 0.5s ease, text-decoration 0.5s ease;
	}

	.single-research_projects #main &gt; h2{
		display: flex;
		position: relative;
		width: 96%;
		margin: 0.5em auto 0.25em auto;
		padding: 0.35em 2%;
		clear: both;
		font-size: 1em !important;
		flex-flow: row nowrap;
		align-items: stretch;
		justify-content: center;
		background: rgba(30,87,153,0.18);
	}
	.single-research_projects #main &gt; h2 &gt; span{
		display: inline-block;
		position: relative;
		flex-basis: auto;
		margin: 0 1%;
		padding: 0 3%;
		text-align: center;
	}
	.single-research_projects #main &gt; h2 &gt; span:not(:last-of-type){
		border-right: inset 2px rgba(0,0,0,0.28);
	}
	
	.single-research_projects h3{
		padding-top: 1em;
		padding-bottom: 0.5em;
		border-bottom: solid 2px rgba(0,0,0,0.18);
	}
	
	/* Contacts and Organizations */
	.research-project-contacts,
	.research-project-organizations{
		margin-left: 0;
	}
	
	.research-project-organizations{
		list-style: none;
	}
	.research-project-organizations &gt; li{
		display: inline-block;
		position: relative;
		font-weight: bold;
	}
	.research-project-organizations &gt; li &gt; span{
		font-weight: normal;
	}
	.research-project-organizations &gt; li:not(:last-of-type):after{
		content: ", ";
	}
	.research-project-organizations &gt; li &gt; span:before{
		content: "(";
	}
	.research-project-organizations &gt; li &gt; span:after{
		content: ")";
	}
	
	/* Project Files */
	.project-files-list{
		display: block;
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		clear: both;
		list-style: none;
	}
	.project-files-list &gt; li{
		display: block;
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		clear: both;
		border-bottom: solid 1px #aaa;
		}
	.project-files-list &gt; li &gt; h4,
	.project-files-list &gt; li &gt; .file_link{
		display: block;
		position: relative;
		width: 100%;
		clear: both;
	}
	.project-files-list &gt; li &gt; h4{
		margin-bottom: 0;
	}
	.project-files-list &gt; li &gt; h4 &gt; a:before{
		content: "";
		display: inline-block;
		position: relative;
		width: 32px;
		height: 32px;
		margin-right: 0.25em;
		background: url(images/document-icon.png) center center no-repeat;
		background-size: 90%;
		vertical-align: middle;
	}
	.project-files-list &gt; li &gt; .file_link,
	.project-files-list &gt; li &gt; .file_type{
		padding-left: 2.5em;
	}
	.project-files-list &gt; li &gt; .file_type,
	.project-files-list &gt; li &gt; .file_authors,
	.project-files-list &gt; li &gt; .file_authors li{
		display: inline-block;
		position: relative;
		list-style: none;
		color: #777;
		font-style: italic;
	}
	.project-files-list &gt; li &gt; .file_authors{
		margin-left: 0;
		padding-left: 0;
	}
	.project-files-list &gt; li &gt; .file_authors li{
		margin-right: 0.35em;
	}
	.project-files-list &gt; li &gt; .file_authors li:not(:last-of-type):after{
		content: ", "
	}

/* Research Project Archive Styling */
	h3.post-items-count{
		font-weight: normal;
		text-align: right;
		font-style: italic;
		border-bottom: solid 1px #eee;
	}

	.research-project-item &gt; header &gt; h1,
	.news-item &gt; header &gt; h1{
		font-size: 1.5em;
		line-height: 1.1em;
		margin-bottom: 0.35em;
	}
	.research-project-item &gt; header &gt; h1 a,
	.news-item &gt; header &gt; h1 a{
		color: #1E5799;
	}
	.research-project-item &gt; header &gt; h2,
	.news-item &gt; header &gt; h2{
		clear: right;
		font-size: 0.9em;
		font-weight: bold;
		color: #777;
	}
	
	.research-project-placeholder,
	.news-placeholder{
		display: block;
		position: relative;
		width: 220px;
		min-height: 220px;
		margin: 0 1em 2em 0;
		padding: 30px;
		float: left;
		clear: left;
		background: #ccc;
		font-size: 0.5em;
		text-align: center;
		border: solid 2px #aaa;
		color: rgba(0,0,0,0.38);
		border-radius: 5px;
	}
	
	.research-project-terms{
		padding: 1em 0;
		font-style: italic;
		font-size: 0.9em;
	}
	
	
	img.news-post-image,
	img.research-project-image{
		display: block;
		position: relative;
		width: 220px;
		height: auto;
		margin: 0 1em 2em 0;
		padding: 0;
		float: left;
		clear: left;
		border: solid 2px #aaa;
		color: transparent;
		border-radius: 5px;
	}

/* Research Projects Filter Form Styling */
	.WTI_projects_facet_form{
		display: flex;
		position: relative;
		width: 98%;
		margin: 0 auto;
		padding: 0.5em 1%;
		clear: both;
		flex-flow: row nowrap;
		align-items: flex-end;
		justify-content: center;
	}
	.WTI_projects_facet_form label{
		flex-basis: auto;
		padding: 0 1%;
		max-width: 16%;
	}
	.WTI_projects_facet_form label strong{
		display: block;
		position: relative;
		width: 100%;
		margin: 0 auto 0.35em auto;
		padding: 0;
		clear: both;
		font-size: 0.8em;
	}
	.WTI_projects_facet_form label select{
		display: block;
		position: relative;
		max-width: 99%;
		margin: 0 auto;
		padding: 0;
		clear: both;
		font-size: 0.9em;
	}
	.WTI_projects_facet_form button.filter_reset{
		max-height: 3em;
		margin-top: 1.4em;
		font-size: 0.7em;
		font-weight: bold;
	}

/* Footer Styling */
	#colophon{
		display: block;
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 1em 0 ;
		clear: both;
		background: #333;
		border-top: solid 6px #ccc;
	}
	
	#colophon .footer_nav{
		display: block;
		position: relative;
		width: 100%;
		max-width: 1140px;
		margin: 0 auto;
		padding: 0;
		clear: both;
	}
	#colophon .footer_nav ul{
		display: block;
		position: relative;
		width: 100%;
		margin: 0;
		padding: 0;
		clear: both;
		list-style: none;
		text-align: center;
	}
	#colophon .footer_nav ul &gt; li{
		display: inline-block;
		position: relative;
		margin: 0 0.5em;
	}
	#colophon .footer_nav ul &gt; li &gt; a{
		display: inline-block;
		position: relative;
		color: #fff;
		text-decoration: none;
	}
	#colophon .footer_nav ul &gt; li &gt; a:hover{
		text-decoration: underline;
	}

/* Misc. Responsive Styling */
@media screen and (max-width: 959px){
	#main{
		padding-left: 1em;
		padding-right: 1em;
	}
	#masthead .site-branding a img{
		max-width: 300px;
	}
	#content{
		flex-flow: column-reverse nowrap !important;
	}
	#content &gt; #primary{
		width: 100% !important;
	}
	#content &gt; #secondary{
		width: 92% !important;
		padding-right: 4% !important;
		padding-left: 4% !important;	
	}
	.single-research_projects #main &gt; h2{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		font-size: 0.8em !important;
		justify-content: center;
		text-align: center;
	}
}</pre></body></html>