/* # Wellesley 2016
Theme Name: Wellesley 2016
Theme URI: http://cmohr.ca/
Description: The donut edition
Author: cmohr
Author URI: http://cmohr.ca/
Template: genesis
Template Version: 2.2.2
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/

/* # Imports
---------------------------------------------------------------------------------------------------- */

/* @import url(//fonts.googleapis.com/css?family=Lato:300,400,700); */
@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,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:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;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-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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## map embeds
--------------------------------------------- */
.embed-container {
	margin-bottom: 40px;
}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.topbar:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before,
.widget:before,
.subscribe-row:before,
.mhcs-section:before,
.highlights:before,
.clearfix:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.topbar:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after,
.subscribe-row:after,
.mhcs-section:after,
.highlights:after,
clearfix:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.6rem;
}

body {
	background-color: #fff;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #005aa9;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

.entry-content h4 {
	color: #005aa9;
	font-weight: 700;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
 --------------------------------------------- */
 
.gallery {
	overflow: hidden;
}
 
.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}
 
.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

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

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
 
.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}
 
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}
 
 
/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #005aa9;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 16px 24px;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
	white-space: normal;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #333;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

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

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut,
.topbar .search-form input[type="submit"] {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	word-wrap: break-word;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 62.5%;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 30%;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
/*	background-color: #c7c7c7; */
/*	border-bottom: 2px solid #ccc; */
	font-size: 13px;
	font-size: 1.3rem;	
/*	margin-bottom: 20px;
	padding: 10px 0; */
}

.breadcrumb .wrap {
/*	background-color: #c7c7c7; */
	padding: 10px 0;	
}


.breadcrumb,
.breadcrumb a {
	color: #999;
}

.breadcrumb a .fa {
	color: #005aa9;
	display: inline-block;
	font-size: 16px;	
	font-size: 1.6rem;
	padding-right: 10px;
}

.breadcrumb span {

	padding: 0 5px;
}

.archive-description {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
/*	margin-bottom: 40px;
	padding: 40px; */
}

.author-box {
	background-color: #f5f5f5;
	border-top: 4px solid #ccc;
	font-size: 14px;
	font-size: 1.4rem;	
	padding: 20px;
}

.about-author {
	padding-left: 120px;
}

.author-container {
	margin-bottom: 30px;
}

.author-box-title {
	color: #005aa9;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	border-bottom: 2px solid #f5f5f5;
	color: #005aa9;
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 1px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.entry-title {
	color: #005aa9;
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #005aa9;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.sidebar .widget-title {
	color: #005aa9;
	text-transform: uppercase;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* Relevanssi
--------------------------------------------- */
.query-term {
	background-color: #FAFA87;
	font-weight: 700;
}

/* Accordions
--------------------------------------------- */

.accordion {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
}

.accordion-title,
.c-accordion__title {
	background: #f5f5f5;
    border-top: 1px solid #fff;
	color: #005aa9;
    margin: 0;
    padding: 20px;
	cursor: default;
}

.accordion-title.open,
.is-open .c-accordion__title {
	color: #000;
}

.accordion-title:hover,
.accordion-title:focus,
.c-accordion__title:hover,
.c-accordion__title:focus {
	color: #333;
	cursor: pointer;
}

.accordion-title:after,
.c-accordion__title:after {
	content: "\f347";
	display: inline-block;
	float: right;
	font-family: 'dashicons';
}

.accordion-title:first-child {
	border: none;
}

/*
.accordion-title.open:after,
.is-open .c-accordion__title:after {
	content: "\f343";
	display: inline-block;
	float: right;
	font-family: 'dashicons';	
}
*/
.accordion-content,
.c-accordion__content {
	padding: 20px;
}


/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}

/* # Top Bar
---------------------------------------------------------------------------------------------------- */

.topbar {
	background-color: #414141;
}

.topbar .wrap {
	position: relative;		
}

/* ## Search
--------------------------------------------- */

.topbar .search-form {
	position: absolute;
	right: 0;
	top: 3px;
	z-index: 100;
}

.topbar input[type=search] {
	background: #fff url(images/s.png) no-repeat 5px center;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	cursor: pointer;
	padding: 3px 3px 3px 28px;
	width: 32px;	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.topbar input[type=search]:focus {
	background-color: #fff;
	cursor: auto;
	width: 200px;
	padding-left: 40px;
/*	position: absolute;
	right: 0;
	top: 2px;
	z-index: 100; */
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	border-bottom: 5px solid #005aa9;	
	min-height: 120px;
}

/* .site-header .wrap {
	padding: 40px 0;
} */

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 20px 0 10px;
	width: 280px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/wi.png) no-repeat left;
	float: left;
	min-height: 114px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 30px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #005aa9;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 150px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
/*	border: 1px solid #eee; */
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover,
.genesis-nav-menu .menu-item:focus {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu,
.genesis-nav-menu .menu-item:focus > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: transparent;
	float: left;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
	font-family: 'Open Sans';
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 1;
	padding: 12px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.nav-primary .genesis-nav-menu .sub a {
	padding: 0 12px;
}

.nav-primary .genesis-nav-menu .sub a,
.nav-primary .genesis-nav-menu .sub a:hover,
.nav-primary .genesis-nav-menu .sub a:focus,
.nav-primary .genesis-nav-menu .sub a:active {
	border: 0 none;
}

.nav-primary .genesis-nav-menu .sub a:focus {
	border: none;
}

.nav-primary .genesis-nav-menu .sub a span {
	border: 1px solid #ebdc58;
/*	color: #eae318; */
	display: block;
	padding: 5px;	
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #fff;
	text-decoration: underline;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #414141;
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	text-decoration: underline;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}

.menu-secondary {
	background-color: #ededed;
	float: right;	
	width: auto;
}

.nav-secondary .genesis-nav-menu li {
	margin-bottom: -2px;
	margin-left: -4px;
	text-align: center;
/* for drop down */
	width: 160px;
}

.nav-secondary .genesis-nav-menu li.topc a,
.nav-secondary .genesis-nav-menu li.rseach a,
.nav-secondary .genesis-nav-menu li.pubs a,
.nav-secondary .genesis-nav-menu li.blogp a,
.nav-secondary .genesis-nav-menu li.newsr a {	
	color: #005aa9;
	display: block;
	font-family: 'Open Sans', sans-serif;
	//font-size: 18px;
	//font-size: 1.8rem;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	height: 145px;
	letter-spacing: 2;
	padding: 75px 0 35px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
/* for drop down */
	text-align: center;	
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	width: 100%;
}

.nav-secondary .genesis-nav-menu li.rseach a {
	font-size: 14px;	
	font-size: 1.4rem;
}


.nav-secondary .genesis-nav-menu li.topc a span,
.nav-secondary .genesis-nav-menu li.rseach a span,
.nav-secondary .genesis-nav-menu li.pubs a span,
.nav-secondary .genesis-nav-menu li.blogp a span,
.nav-secondary .genesis-nav-menu li.newsr a span {
	display: block;
	height: 28px;
	margin: 0 auto;
	position: absolute;	
	top: 85px;
	width: 100%;	
}

.nav-secondary .genesis-nav-menu a:hover, 
.nav-secondary .genesis-nav-menu a:focus,
.nav-secondary .genesis-nav-menu li:hover > a {	
	background-color: #005aa9;
	color: #fff;
}

.nav-secondary .genesis-nav-menu a:focus {
	color: #fff !important;	
}

.nav-secondary .genesis-nav-menu li a {
	background-repeat: no-repeat;
	background-position: 60px 35px;
	background-repeat: no-repeat;
}

.nav-secondary .genesis-nav-menu li a:hover,
.nav-secondary .genesis-nav-menu a:focus,
.nav-secondary .genesis-nav-menu li:hover > a {
	background-repeat: no-repeat;
	background-position: -100px 35px;
}

li.topc a {
	background-image: url(images/topic.png);
}

li.rseach a {
	background-image: url(images/research.png);	
}

li.pubs a {
	background-image: url(images/publications-alt.png);	
}

li.blogp a {
	background-image: url(images/blog-alt.png);	
}

li.newsr a {
	background-image: url(images/news.png);	

}

.nav-secondary .genesis-nav-menu .sub-menu li {
	display: block;
	height: auto;
	margin: 0 auto;
}

.nav-secondary .genesis-nav-menu .sub-menu li a {
	background-color: #414141;
	background-image: none;	
	color: #fff;
	display: block;
	height: auto !important;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 20px;
	text-transform: none; 
}

.nav-secondary .genesis-nav-menu .sub-menu li a span {
	color: #fff;
	display: inline;
	position: relative;
	top: auto;
}

.nav-secondary .genesis-nav-menu .sub-menu li:hover > a {
	background-color: #414141;	
	color: #fff;
}

.nav-secondary .genesis-nav-menu .sub-menu li a {
}

.nav-secondary .genesis-nav-menu .sub-menu a:hover,
.nav-secondary .genesis-nav-menu .sub-menu a:focus {
	text-decoration: underline;
}


/* ## Social Navigation
--------------------------------------------- */

.nav-social {
	float: right;
	margin-right: 150px;
	padding: 0 7%;
}

.symbol {
	height: 40px;
	text-indent: -10000px;
	margin-right: -4px;
	margin-top: -1px;
	width: 40px;	
}

.symbol a {
	display: block;
	height: 40px;
	padding: 0;
	width: 40px;	
}

.symbol.tw {
	background: url(images/social/x.png) center center no-repeat #000;
}

.symbol.fb {
	background: url(images/social/fb.png) center center no-repeat #3B5998;
}

.symbol.yt {
	background: url(images/social/yt.png) center center no-repeat #FF3333;
}

.symbol.ml {
	background: url(images/social/ml.png) center center no-repeat #808080;
}

.symbol.fd {
	background: url(images/social/fd.png) center center no-repeat #f7931d;
}

.symbol.in {
	background: url(images/social/in.png) center center no-repeat #0077b5;
}

.symbol a:hover,
.symbol a:focus {
	background-color: #222;
	opacity: .2;
}

/* ## Archives
--------------------------------------------- */

.archive .site-inner,
.blog .site-inner,
.search .site-inner {
	max-width: 750px;
}

.archive .entry-footer,
.blog .entry-footer,
.search .entry-footer {
	background-color: #f5f5f5;
	border-bottom: 4px solid #ccc;
	padding: 0 20px;
}

.archive .more a,
.blog .more a,
.search .more a {
	background-color: #005aa9;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
}

.archive .more a:hover,
.archive .more a:focus,
.blog .more a:hover,
.blog .more a:focus,
.search .more a:hover,
.search .more a:focus {
	background-color: #666;
}	

/* ## Single
--------------------------------------------- */

.single .site-inner {
	max-width: 900px;
}

.single .entry {
	float: right;
	width: 750px;
}

.single .left-box {
	float: left;
	margin-right: 10px;
	padding: 0 10px;
	text-align: center;
	width: 140px;
}

.single .category-media-advisories.entry {
	width: 100%;
	float: none;
}

.single .category-media-advisories.entry .author-box,
.single .category-media-advisories.entry .addthis_sharing_toolbox,
.single .category-media-advisories.entry .entry-footer,
.media-advisory .left-box {
	display: none;
}

.left-box .entry-meta span {
	display: block;
}

.left-box p.entry-meta {
	font-size: 12px;
	font-size: 1.2rem;
}

.left-box .fa {
	color: #ddd;
	font-size: 40px;
	font-size: 4rem;
	margin-bottom: 10px;
}

.single-post .fa-file-text-o,
.single-publication .fa-pencil-square-o {
	display: none;
}

.single .left-box .addthis_sharing_toolbox {
	margin: 0 auto;
	width: 36px;
}

.left-box .at-share-tbx-element .at-share-btn {
	display: block !important;
	margin-top: 10px;
}

.pub-button {
	background-color: #005aa9;
	color: #fff;
	display: inline-block;
	padding: 10px 15px;
	text-decoration: none;
}

.pub-button:hover {
	background-color: #666;
	color: #fff;	
}

/*
.pub-button.multi {
	font-size: .8em;
}
*/

/* extra pubs */
.extra-pubs {
	border-top: 1px solid #eee;
	margin-top: 20px;
	padding: 20px 0;
}

.extra-pub {
/*	background-color: #eee; */
	border-bottom: 1px solid #eee;
	clear: both;
	margin-bottom: 20px;
	padding: 0 0 20px 0;
	overflow: hidden;
}

.extra-pub .two-thirds {
/*	padding: 20px 20px 20px 0; */
}

.extra-pub h3 a {
	text-decoration: none;
}

.extra-pub p {
	font-size: 16px;
	margin: 0;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
/*	padding: 50px 60px; */
}

.content .entry {
/*	background-color: #fff; */
}

/* HE GTA, About */
.page .post-22219 .entry-content p,
.page .post-9 .entry-content p {
	font-size: 18px;
	font-size: 1.8rem;
}

.entry-content ol,
.entry-content ul,
.sfs td ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li,
.sfs td ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* healthy-housing-quality-lab page */
.wp-block-column.widget-wrap .widget-title {
    border-left: 6px solid #ccc;
    background-color: #ededed;
    padding: 30px 20px 10px 30px;
	color: #005aa9;
	margin-bottom: 0 !important;
    text-transform: uppercase;    	
}

.wp-block-column.widget-wrap ul {
    border-left: 6px solid #ccc;
    background-color: #ededed;
    padding: 10px 20px 30px 30px;
	list-style-type: none !important;
    margin-top: 0 !important;
    margin-left: 0 !important;	
}

.wp-block-column.widget-wrap li {
	list-style-type: none !important;
    margin-bottom: 10px;
    padding-bottom: 10px;	
}

.wp-block-column.widget-wrap li a {
    border-bottom: 1px dotted #005aa9;
    color: #666;
    text-decoration: none;
}

.wp-block-column.widget-wrap li a:hover,
.wp-block-column.widget-wrap li a:focus {
	border-bottom: 1px dotted #fff;
    color: #000;
    text-decoration: none;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px 0;
}

.entry-footer .entry-meta a {
	text-decoration: none;
}

/* using entry-terms
.entry-categories,
.entry-tags {
	display: block;
}
*/
.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination li a:active {
	background-color: #005aa9;
	text-decoration: underline;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: 0;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
/*	padding: 0 0 20px; */
	position: relative;
}

.sidebar .widget:first-of-type {
	margin-top: 50px;
}

.sidebar .widget-wrap {
	border-left: 6px solid #ccc;
	background-color: #ededed;
	padding: 30px 20px 30px 30px;	
}

.sidebar .menu li {
	border: 0 none;
}

.sidebar .menu li a {
	border-bottom: 1px dotted #005aa9;
	color: #666;
	text-decoration: none;
}

.sidebar .menu li a:hover,
.sidebar .menu li a:focus {
	border-bottom: 1px dotted #fff;
	color: #000;
	text-decoration: none;
}

.sidebar .wpacc-latest-tweets li {
	font-size: 14px;
	font-size: 1.4rem;
}

/* # Footer Area
---------------------------------------------------------------------------------------------------- */


/* ## Subscribe
--------------------------------------------- */

.subscribe-row {
/*	background-color: #005aa9; */
	background: url(images/subscribe.jpg) no-repeat top center;
}

.subscribe-row .wrap {
	padding: 40px 0;
}

.acknowledgement-row.home-section {
	//background: url(images/statement.jpg) no-repeat center center;
	background-color: rgba(0, 90, 169, 0.95);
	padding: 70px 0;	
}

.statement h3,
.statement p,
.statement a {
	color: #fff;
}

.statement p {
	font-size: 14px;
	margin-bottom: 10px;
}


/* ## Footer Widgets
--------------------------------------------- */

.footer-widgets {
	background-color: #555;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 50px 0;
	text-align: center;
}

.footer-widgets .widget {
	display: inline-block;
	margin: 0 30px;
	text-align: left;
	width: 16%;
	vertical-align: top;
}

.footer-widgets .widget.widget_nav_menu {
	max-width: 100px;
}

.footer-widgets .widget a {
	color: #fff;
	text-decoration: none;	
}

.footer-widgets .widget-title {
	border-bottom: 5px solid #8A98B7;
	color: #f5f5f5;
	display: inline-block;
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

.li-follow-button {
	font-size: 12px;
	display: inline-block;
	padding: 1px 10px;
	background-color: #0077b5;
	border-radius: 10em;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 500;
}

.li-follow-button:hover,
.li-follow-button:focus {
	background-color: #000;
}

/* # Site Footer
--------------------------------------------- */

.site-footer {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 40px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer a {
	border-radius: 5px;
	display: inline-block;
	background-color: #005aa9;
	color: #fff;
	font-weight: 500;
	margin-left: 10px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
}


/* # Home
---------------------------------------------------------------------------------------------------- */

.wi-home {
/*	background-image: url(images/streetcar-steal-blur.jpg); */
	// background-image: url(images/wi-bg.jpg);	
	background-image: url(images/Website-background-sm.jpg);	
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: transparent !important;
/*	background-position: center -100px; */
	background-size: cover;
	width: 100%;
}

.wi-home .site-inner {
	max-width: none;
/*	width: 100%; */
}

.home .site-inner {
	padding-top: 0;
}

.wi-brand {
	background-color: rgba(0,0,0,.6);
}

.wi-brand .wrap {
	padding: 60px 30px;
}

.wi-brand p,
.wi-brand h1,
.he-inner p {
	color: #fff;
	margin: 0 auto 30px;
	width: 900px;
	text-align: center;
}

.wi-brand h1 {
	font-size: 80px;
	font-size: 8rem;
	font-weight: 300;
	margin-bottom: 10px;
	// text-shadow: 2px 2px 4px black;
}

.wi-brand p,
.he-inner p {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 500;
	// text-shadow: 1px 1px 2px black;	
}

.home-bottom-wrap {
/*	background-color: rgba(255,255,255,.9); */
}

.home-section {
	padding: 30px 0;
}

.home-section h2 {
	font-size: 50px;
	font-size: 5rem;
	margin-bottom: 40px;
	text-align: center;
}

.home-section h2:before {
/*	color: #005aa9; */
	color: #038eba;
	display: inline-block;
	font-family: 'FontAwesome';
	margin-right: 10px;	
}

.home-links {
	padding: 20px 0;
	text-align: center;
}

.home-links a {
	display: inline-block;
	font-size: 30px;
	font-size: 3rem;
	padding: 10px 20px;
	text-decoration: none;
}

.new-featured {
	background-color: rgba(255,255,255,.9); /* rgba(0,90,169,.8); */
	padding-left: 5%;
	padding-right: 5%;
}

/*
.new-featured h2 {
	color: #fff;
}
*/

.blue {
	color: #038eba;
}

.orange {
	color: #f96d48;
}

.red {
	color: #ef4352;
}

.green {
	color: #009a87;	
}

.white {
	color: #fff;
}

.yellow {
	color: #ebdc58;
}

/*
.new-featured h2:before {
	content: '\f02e';
}
*/
.blog.home-section {
/*	border-top: 10px solid purple; */
	background-color: rgba(0,90,169,.7);
/*	background: url(images/seamless_paper_texture.png) repeat; */
}

.blog.home-section h2 {
	color: #fff;
/*	text-shadow: 2px 2px 4px black;	*/
}

/*
.blog.home-section h2:before {
	color: #f96d48;
	content: '\f044';
}
*/
.latest {
	max-width: 70%;
	margin: 0 auto;
}

.latest article {
	background-color: #fff;
	position: relative;
/*	box-shadow: 6px 6px 10px #919191; 
	box-shadow: 6px 6px 10px #000;	*/
}

.latest .entry-text {
	bottom: 0;
	padding: 20px 20px 15px 0;
	position: absolute;
	right: 0;
	top: 0;
}

.latest .entry-text h3 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.latest .entry-text h3 a {
	text-decoration: none;	
}

.latest .entry-info {
	bottom: 10px;
	font-size: 13px;
	font-size: 1.3rem;
	position: absolute;
	width: 95%;
}

/*
.entry-info span.entry-author {
	display: block;
}
*/
.entry-info .entry-author,
.entry-info .entry-time {
	color: #000;
	font-weight: 500;
	letter-spacing: 1px;
}

.home .entry-info .entry-author,
.home .entry-info .entry-tags {
	display: inline;
}

.home .entry-info .entry-tags {
	padding-right: 20px;
}

.entry-info .entry-author {
/*	display: inline-block; */
	margin-right: 5px;
}

.entry-terms .fa,
.entry-info .entry-tags,
.entry-info .entry-categories {
	color: #ccc;
}

.entry-info .home-post-link .fa {
	font-size: 24px;
	float: right;
}

.entry-info a.home-post-link .fa {
	color: #ccc;
}

.entry-info a.home-post-link .fa:hover,
.entry-info a.home-post-link .fa:focus {
	color: #005aa9;
}
/*
.entry-info .entry-categories span,
.entry-info .entry-tags span {
	display: inline-block;
	text-indent: -9999px;
}

.entry-info .entry-categories:before,
.entry-info .entry-tags:before {
	font-family: 'FontAwesome';
	color: #ccc;
	margin-right: 5px;
	speak: none;
}

.entry-tags:before {
	content: '\f02c';
}

.entry-categories:before {
	content: '\f07c';
}
*/
.entry-info .entry-categories a,
.entry-info .entry-tags a {
	text-decoration: none;
}

.featured-image a,
.featured-image a img {
	display: block;
	text-decoration: none;
	height: auto;
}

.blog .home-links a {
	background-color: #f96d48;
	color: #fff;
}

.blog .home-links a:hover,
.blog .home-links a:focus {
	background-color: #fff;
	color: #666;
}

.wi-he.home-section {
	background: url(images/crowd2000.jpg) center center;
}

.wi-he.home-section h2 {
/*	color: #ef4352; */
	color: #fff;
}

.wi-he .home-links a {
	background-color: #ef4352;
	color: #fff;
}

.wi-he .home-links a:hover,
.wi-he .home-links a:focus {
	background-color: #fff;
	color: #666;
}

.pub.home-section {
/*	background-color: rgba(102,102,102,.9); *//* rgba(0,90,169,.8) #005aa9 */
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
}

.pub.home-section h2 {
	color: #000;	
}

/*
.pub.home-section h2:before {
	color: #009a87;
	content: '\f0f6';	
}
*/

.pub.home-section article {
	background-color: #fff;
	border-left: 8px solid #ccc;
	box-shadow: 6px 6px 10px #ccc;		
	display: inline-block;
/*	height: 260px; */
	margin: 0 15px;
	overflow: hidden;
	padding: 15px;
	position: relative;
	text-align: left;
	width: 17%;
	vertical-align: top;
}

.pub.home-section h3 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.3;		
}

.pub.home-section h3 a {
	color: #333;
	text-decoration: none;
}

.pub.home-section .more {
	bottom: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;	
	margin: 10px 0;
/*	position: relative;
	position: absolute; */
	text-transform: uppercase;	
}

.pub.home-section .more a {
	color: #005aa9;
	text-decoration: none;
}

.pub.home-section .more a:hover,
.pub.home-section .more a:focus {
	text-decoration: underline;
}

.pub .home-links {	
	margin-top: 30px;
}

.pub .home-links a {
	background-color: #009a87;
	color: #fff;
	margin: 0 10px 10px 10px;;
}

.pub .home-links a:hover,
.pub .home-links a:focus {
	background-color: #000;
	color: #fff;
}

.tweets.home-section {
	background-color: #4099ff;
	background-color: rgba(64,153,255,.8);
	text-align: center;
}

.tweets.home-section h2 {
	color: #000;	
}

/*
.tweets.home-section h2:before {
	color: #fff;
	content: '\f099';	
}
*/
.home .wpacc-latest-tweets ul {
/*	background-color: rgba(255,255,255,.4); */
	background-color: #fff; 
	box-shadow: 4px 4px 8px #555;
	border: 3px dashed #fff;
	border-radius: 30px;
/*	height: 280px; */
/*	overflow: auto; */
	padding: 40px 0;
	position: relative;
}

.home .wpacc-latest-tweets ul:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #fff;
	border-width: 30px;
	margin-left: -30px;
}

.home .wpacc-latest-tweets li {
/*	background-color: #fff;
	border-radius: 50%; */
	display: inline-block;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 500;
	margin: 0 30px;
/*	min-height: 100%;
	padding: 45px; */
	text-align: left;
	vertical-align: top;
/*	width: 280px; */
	width: 26%;
}

.home .tweets .home-links a {
	background-color: #555; 
	color: #fff;
}

.home .tweets .home-links a:hover,
.home .tweets .home-links a:focus {
	background-color: #33ccff;
	color: #000;
}

.subscribe-row.home-section h2 {
	color: #fff;	
}
/*
.subscribe-row.home-section h2:before {
	color: #ebdc58;
	content: '\f0e0';	
}
*/
.subscribe-row p {
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 0;
	text-align: center;
}

.indicates-required {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-style: italic;
	margin-bottom: 20px;
	text-align: center;
}

.mc-field-group {
	margin: 0 auto 20px;
	width: 300px;
}

.subscribe-row input[type="submit"] {
	background-color: #ebdc58;
	color: #000;
	font-weight: 500;
}

.subscribe-row input[type="submit"]:hover {
	background-color: #fff;
}

/* # Pages
---------------------------------------------------------------------------------------------------- */


/* # Topics page
--------------------------------------------- */

.topic {
	margin-bottom: 30px;
/*	position: relative; */
	overflow: auto;	
}

.topic a {
	background-color: #005aa9;
	display: block;	
	overflow: auto;	
}

.topic a:hover img,
.topic a:focus img {
	opacity: .5;
}

.topic img {
	display: block;
	margin: 0;
}

.topic h2 {
	color: #fff;
	font-size: 40px;
	font-size: 4rem;
	font-weight: 300;
	line-height: 1.2;
	padding: 20px;
	text-decoration: none;
}

.topic a:hover,
.topic a:focus {
	background: url(images/arrow.png) no-repeat center center #555;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;	
	
}


.project-head h2,
.topic h2 {
	margin: 0;
}

/* # Research page
--------------------------------------------- */

.page-id-21907 .entry-header {
	margin-bottom: 30px;
}

.project-term {
	overflow: auto;
}

.project-head {
	background-color: #005aa9;
	overflow: auto;
}

.project-head h2 {
	color: #fff;
	font-size: 40px;
	font-size: 4rem;
	padding: 30px;	
}

.project-head img {
	display: block;
}

.project-content {
	overflow: auto;
	padding: 30px 0 60px;	
}

.project-content p {
	font-size: 22px;
	font-size: 2.2rem;
}

.project-content h4 {
	font-weight: 300;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.project-content ul {
	margin-bottom: 10px;
	margin-left: 0;
}

.project-content ul > li {
	list-style-type: none;
	line-height: 1.5;	
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.project-content li a {
	border-bottom: 1px solid #ccc;
    color: #666;
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: none;	
}

.project-content li a:hover,
.project-content li a:focus {
	border-bottom: 1px solid #005aa9;
    color: #000;	
}

.term-link {
	background-color: #666;
	color: #fff;
	display: inline-block;
	margin-top: 10px;
	padding: 5px 10px;
	text-decoration: none;	
}

.term-link:hover {
	background-color: #005aa9;
	color: #fff;
}

/* # Events page
--------------------------------------------- */

.no-events {
	min-height: 300px;
}

/* # Mental healath and cities page
--------------------------------------------- */

.mhcs-page {}

.city-page-nav {
	background-color: #eee;
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 20px;
	padding: 10px;
}

.city-page-nav a {
	font-weight: 600;
	text-decoration: none;	
}

.mhcs-intro {
	border-bottom: 3px solid #005aa9;
	font-size: 20px;
	font-size: 2rem;
}

.mhcs-ft {
	margin-bottom: 30px;
}

.mhcs-section {
	padding: 30px 0;
}

.mhcs-section p {
	margin-bottom: 7px;
}

.mhcs-section .section-subhead {
	color: #005aa9;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	margin-top: 30px;	
}

/*
.facebook-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.facebook-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
*/
.widget.mhcs-agenda,
.widget.mhcs-agenda p {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 5px;
}

.agenda-slot {
	padding-bottom: 10px;
}

.time-heading {
	color: #005aa9;
	font-size: 10px;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.agenda-slot li {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0 0 3px 10px;
	margin: 0;
}

.highlights.panel .accordion-title,
.keynote .accordion-title {
	font-size: 16px;
	padding: 10px;
}

.mhcs-section .breakout ul,
.mhcs-section.media ul {
	margin: 10px 0;
}

.mhcs-section .breakout li,
.mhcs-section.media li {
	border-bottom: 1px solid #eee;
	list-style-type: none;
	margin-bottom: 5px;
	padding: 10px;
}

.mhcs-logos {
	margin: 0;
	text-align: center;
}

.mhcs-logo {
	display: inline-block;
	list-style-type: none;
/*	max-width: 100px; */
	margin: 10px 0;
	padding: 0 10px;
	vertical-align: middle;
}

.mhcs-logo img {
	max-height: 40px;
	width: auto;
}

/* # Topics page
--------------------------------------------- */

.example-container {
	padding: 0;
}

.card-grid,
.card-grid:before,
.card-grid:after,
.card-grid *,
.card-grid *:before,
.card-grid *:after  {
  box-sizing: border-box;
  text-align: left;
}

.card-grid {
  display: grid;
  width: 100%;
  grid-gap: 0;
  grid-template-columns: repeat(4, 25%);
  margin: 0;
  padding: 0;
  background-color: #e1e1db;
  font-kerning: normal;
  font-weight: 400;
  letter-spacing: normal;
}

/* ===== card/button ===== */
.card {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.hidden,
.card.hidden,
.card-button.hidden,
.card-details-body.hidden {
  display: none;
}

.card > div {
  height: 100%;
}

.card-button {
  display: block;
  position: relative;
  height: 100%;
  margin: 0;
  text-align: left;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}
.card-button:hover {
  text-decoration: none;
  opacity: .7;
}

.card-text {
  display: block;
}

.card-text img {
	display: block;
}

.card-icon.card-close::after {
  transform: rotate(45deg);
}

/* ===== details ===== */
.card-details {
  display: none;
  grid-column: 1 / 5;
  grid-row: 2 / 3;
  z-index: 10;
}

.card-details a {
  color: black;
}

.card-details-body {
  position: relative;
/*
  font-size: 1.5vw;
  line-height: 1.5em; */
}

.card-details-description {
  display: inline-block;
  width: 100%;
  padding: 40px;
}

.card-details-description .more {
	font-size: .8em;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: uppercase;
}

.card-details-description .more a {
	background-color: #ccc;
	display: inline-block;
	padding: 5px 8px;
	text-decoration: none;
}

.card-details-description .more a:hover,
.card-details-description .more a:focus {
	background-color: #333;
	color: #fff;
}

.card-details-description p:first-child {
  margin-top: 0;
}

.card-details-sidebar {
  display: block;
  float: right;
  width: 33%;
  padding: 4em 4em 4em 0;
}

.card-details-sidebar h3 {
  margin: 0;
  font-size: 7.5vw;
  line-height: 7.5vw;
  font-weight: 500;
  letter-spacing: -3px;
}

.card-details-sidebar p {
  margin-top: 0;
}

.card-details-subtitle {
  font-weight: 400;
  font-size: 3vw;
  letter-spacing: normal;
}

/* ===== media query overrides ===== */
@media (min-width: 1024px) {

  .card-grid {
    grid-template-columns: repeat(6, 16.666666667%);
  }

  .card-details {
    grid-column: 1 / 7;
    grid-row: 2 / 3;
  }
  
}

@media (max-width: 1086px) { /* 3 columns */

  .card-grid {
    grid-template-columns: repeat(3, 33.3333%);
  }

  .card-details {
    grid-column: 1 / 4;
    grid-row: 2 / 3;
  }

}

@media (max-width: 800px) { /* 2 columns */

  .card-grid  {
    grid-template-columns: repeat(2, 50%);
  }

  .card-details {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
  }
 
  .card-details-description p:last-child {
    margin-bottom: 0;
  }

  .card-details-sidebar {
    width: 100%;
    position: relative;
    padding: 0 3em 3em 3em;
  }

}

@media (max-width: 520px) { /* 1 column */
  .card-grid {
    grid-template-columns: repeat(1, 100%);
  }
  .card-details {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }
  
  .card-details-description {
    padding-top: 0;
  }

}

.goal-nav li {
	clear: both;
	display: block;
	line-height: 1.3;
	padding-bottom: 0;
	font-size: 15px;
}

.goal-nav li a {
	display: block;
	background-color: #eee;
	overflow: auto;
	text-decoration: none;
	font-weight: 600;
}
/*
.goal-nav li span {
	display: inline-block;
	float: left;
	padding-top: 10px;
}
*/
.goal-nav li span::before {
	content: "";
	display: block;
	height: 10px;	
}

.goal-nav .goal img {
	height: auto;
	margin: 0 15px 0 0; 
	width: 60px;
}

.goal-nav li a:hover,
.goal-nav li a:focus {
	background-color: #f1f1f1;
}

.goal-nav li a:hover img,
.goal-nav li a:focus img {
	opacity: .7;
}
/*
Other From OLD site
---------------------------------------------------------------------------------------------------- */

table.listjs {
	margin-top: 20px;
	margin-top: 2rem;
}

.listjs ::-moz-placeholder {
	color: #a1a1a1;
	font-style: italic;	
}

.listjs ::-webkit-input-placeholder {
	color: #a1a1a1;
	font-style: italic;		
}

.listjs input.search {
	color: #666;
	font-style: normal;	
}


.listjs th {
 /*   background: url("images/a-spr.png") no-repeat scroll left bottom #005aa9; */
 	background-color: #005aa9;
    color: #fff;
    cursor: pointer;
    padding: 0 10px;
    padding: 0 1rem;
}

.listjs th:hover,
.listjs th.desc,
.listjs th.asc {
	background-color: #666;
}

.listjs .sort:after {
	content: "\f347";
	font-family: dashicons;
	margin-left: 10px;
	vertical-align: bottom;
}

.listjs .sort.desc:after {
/*    background: url("images/a-spr.png") no-repeat scroll left top #005aa9;	*/
		content: "\f343";
}

.listjs a {
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}

.listjs a:hover,
.listjs a:focus {
	border-bottom: 1px solid #005aa9;
	color: #000;
}

th.sort {
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: none;
}

tbody.media-list tr:nth-child(even), 
tbody.list tr:nth-child(even) {
	background-color: #f5f5f5;
}

tbody.media-list td,
tbody.list td {
	border-top: 1px dotted #ccc;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
	padding: 15px 8px;
	padding: 1.5rem 0.8rem;
}

td.name {
	width: 50%;
}

td.article a,
td.name a {
	color: #005aa9;
/*	font-weight: 700; */
}

td.author,
td.category,
td.date {
	width: 16.66666667%;
}

.news th.date, 
td.date {
	text-align: right;
}

tbody.media-list td.date {
	width: 20%;
}

/* Footnotes
--------------------------------------------- */

.footnotes {
	border-top: 1px solid #ddd;
	word-wrap: break-word;
	font-size: 12px;
	font-size: 1.2rem;
}

.footnote a {
	border-bottom: 0 none;
}

/* HEIA Tables
--------------------------------------------- */

.pop-out {
	background-color: #d7dbe7;
	border-bottom: 3px solid #265c8b;
	color: #000;
	padding: 30px;
	text-align: center;
}

.single .tag-heia-in-the-2014-mayoral-election.entry h2 {
	border-bottom: 2px solid #ddd;	
	color: #265c8b;
	font-size: 24px;
	font-size: 2.4rem;	
}

table.heia {
	border-right: 1px solid #ddd;
}

table.heia thead tr {
	border-right: 1px solid #265c8b;	
}

table.heia.four td,
table.heia.four th {
	width: 20%;
}

table.heia.fed td,
table.heia.fed th {
	width: 20%;
}

table.heia.fed th .footnote a {
	border: 0 none;
	color: #fff;
}

table.heia td,
table.heia th {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
	vertical-align: top;
	width: 25%;
	padding: 5px;
}

table.heia ul {
	margin-left: 0;	
}

table.heia ul,
table.heia p {
	margin-bottom: 10px;
}

table.heia ul li {
	list-style-type: none;
	margin-bottom: 10px;
	margin-left: 0;
}

table.heia.bullets ul {
	margin-left: 10px;	
}

table.heia.bullets ul li {
	list-style-type: disc;
	margin-bottom: 10px;
	margin-left: 10px;
}

table.heia thead tr {
	background-color: #265c8b;
	color: #fff;
}

table.heia thead th {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 5px;
	text-align: center;
}

table.heia thead th img {
	height: 75px;
	width: 75px;
}

table.heia td.rowh {
	background-color: #ddd;
	color: #265c8b;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px;
}

.heia-links {
	text-align: center;
}

.heialist {
	color: #ddd;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
	margin: 0 10px 20px;
	width: 120px;
	text-align: center;
	vertical-align: top;
}

.heialist img {
	display: block;
	height: 66px;
	margin: 0 auto 10px;
	opacity: .2;	
	text-align: center;
	width: 66px;
}

.heialist a img {
	opacity: 1;
}

.entry-content .heialist a {
	border: none;
	font-weight: 700;
}

.heialist.housing a {
	color: #007ea9;
}

.heialist.transit a {
	color: #ed1c24;
}

.heialist.green a {
	color: #009344;
}

.heialist.jobs a {
	color: #7e3f98;
}

.heialist.talk a {
	color: #f16521;
}

.heialist.fed.meds a {
	color: #b01f28;
}

.heialist.fed.house a {
	color: #a22e5a;
}

.heialist.fed.jobs a {
	color: #996831;
}

.heialist.fed.ece a {
	color: #00692e;
}

.heialist.fed.talk a {
	color: #bd9d1b;
}


/* SFS Table
--------------------------------------------- */

.sfs td {
	padding: 10px;
	line-height: 1.3;
	vertical-align: top;
}

tr.sfs-head {
	background-color: #005aa9;
	color: #fff;
	font-weight: 700;

}

tr.sfs-head td {
	vertical-align: middle;
}

.sfs td ul > li {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 5px;
}

.sfs tr:nth-of-type(3) td,
.sfs tr:nth-of-type(5) td {
	background-color: #eee;
}
/* Specific topics pages
--------------------------------------------- */

.topic-main main.content .entry-content p {
	font-size: 20px;
	font-size: 2rem;
}

.rr {
	border-top: 4px solid #ccc;
	margin: 20px 0;
	overflow: auto;
	padding-top: 40px;
}

.recent {
	line-height: 1.4;
}

.recent h3 {
	color: #005aa9;
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 5px;
}

.recent ul {
	margin-bottom: 20px;
}

.recent li a {
	border-bottom: 1px solid #ddd;
	color: #666;
	display: block;
	padding: 10px 0;	
	text-decoration: none;
}

.recent li a:hover,
.recent li a:focus {
	background-color: #f5f5f5;
	border-bottom: 1px solid #005aa9;
	color: #005aa9;
}

.rr .more-from-category a {
	background-color: #666;
	color: #fff;
	display: inline-block;
	padding: 10px;
	text-decoration: none;
	
}

.rr .more-from-category a:hover,
.rr .more-from-category a:focus {
	background-color: #005aa9;	
}


/* Staff and board list and individual pages
--------------------------------------------- */

.parent-pageid-11 .entry-header,
.parent-pageid-19467 .entry-header {
	border-bottom: 4px solid #ccc;
	overflow: auto;
}

.parent-pageid-11 .entry-content,
.parent-pageid-19467 .entry-content {
	padding-top: 20px;
}

.people .entry-content ul {
	margin-left: 0;
}

.people .entry-content ul li {
	list-style-type: none;
	margin-bottom: 8px;
}

/*
.people .entry-content ul li a {
	margin-right: 10px;
	margin-right: 1rem;
}
*/
.parent-pageid-11 img.wp-post-image {
	height: 110px;
	margin-bottom: 0;
	width: 110px;	
}

img.board-pic {
	height: 80px;
	margin-bottom: 0;
	width: 80px;	
}

.staff-info {
	font-size: 14px;
	font-size: 1.4rem;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.parent-pageid-11 ul.display-posts-listing {
	background-color: #f5f5f5; 
	border-top: 6px solid #ccc;
	margin-left: 0;
	margin-top: 20px;
	margin-top: 2rem;	
	padding: 20px;
	padding: 2rem;
}

.parent-pageid-11 ul.display-posts-listing h2 {
	color: #696969;
	font-size: 24px;
	font-size: 2.4rem;
}

.parent-pageid-11 ul.display-posts-listing li {
	color: #fff;
	list-style-type: none;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.parent-pageid-11 ul.display-posts-listing li a {
	color: #005aa9;
	padding: 5px 0;
	padding: 0.5rem 0;
}


/* Health Equity GTA page 
--------------------------------------------- */

.gta-he .heading {
	background: url(images/crowd2000.jpg) center center;
	background-repeat: no-repeat;
	background-position: center center;	
	padding: 100px 0;
	text-align: center;
}

.gta-he .entry-title {
	color: #fff;
	font-size: 60px;
	font-size: 6rem;
}

.gta-he .entry-title .fa {
	display: block;
}

.entry-content ul.he-related {
	margin-left: 0;
}

.he-related-item {
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 20px;

	vertical-align: top;
}

.he-related-item a {
	background-color: #ddd;
	display: inline-block;	
	padding: 15px;
	text-decoration: none;	
}

.he-related-item a:hover,
.he-related-item a:focus {
	background-color: #ef4352;
	color: #fff;
	
}


/* Events
--------------------------------------------- */

.event {
	clear: both;	
	margin: 20px 0;
	overflow: auto;
}

.date-box {
	background-color: #666;
	color: #fff;
	padding: 20px 10px;
	text-align: center;
}

.date-box span {
	display: block;
	font-size: 50px;
	font-size: 5rem;
	line-height: 1;
}

.event a {
	display: inline-block;
	
}

.no-events {
	font-size: 20px;
	font-size: 2rem;
	font-style: italic;
}

/* Responsive Navigation
--------------------------------------------- */

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

nav.nav-responsive {
	display: none;	
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media	only screen and (-webkit-min-device-pixel-ratio: 2),
		only screen and (   min--moz-device-pixel-ratio: 2),
		only screen and (   -moz-min-device-pixel-ratio: 2),
		only screen and (     -o-min-device-pixel-ratio: 2/1),
		only screen and (        min-device-pixel-ratio: 2),
		only screen and (                min-resolution: 192dpi),
		only screen and (                min-resolution: 2dppx)   {

	.header-image .site-title > a {
		background: url(images/wi@2x.png) no-repeat left;
		background-size: 280px 114px;
	}

	.topbar input[type=search] {
		background: #fff url(images/s.png) no-repeat 4px center;
		background-size: 20px 20px;
	}
	
	.symbol.tw {
		background: url(images/social/x@2x.png) center center no-repeat #000;
		background-size: 50%;	
	}

	.symbol.fb {
		background: url(images/social/fb@2x.png) center center no-repeat #3B5998;
		background-size: 50%;	
	}
	
	.symbol.yt {
		background: url(images/social/yt@2x.png) center center no-repeat #FF3333;
		background-size: 50%;	
	}
	
	.symbol.ml {
		background: url(images/social/ml@2x.png) center center no-repeat #808080;
		background-size: 50%;	
	}
	
	.symbol.fd {
		background: url(images/social/fd@2x.png) center center no-repeat #f7931d;
		background-size: 50%;	
	}

	.symbol.in {
		background: url(images/social/in@2x.png) center center no-repeat #0077b5;
		background-size: 50%;	
	}
	
	.symbol a:hover {
		background-color: #222;
		opacity: .2;
	}

	li.topc a {
		background-image: url(images/topic@2x.png);
		background-size: 200px 40px;
	}
		
	li.rseach a {
		background-image: url(images/research@2x.png);	
		background-size: 200px 40px;
	}
	
	li.pubs a {
		background-image: url(images/publications-alt@2x.png);	
		background-size: 200px 40px;
	}
	
	li.blogp a {
		background-image: url(images/blog-alt@2x.png);	
		background-size: 200px 40px;
	}
	
	li.newsr a {
		background-image: url(images/news@2x.png);	
		background-size: 200px 40px;	
	}

}


@media only screen and (max-width: 1200px) {
	
	.site-inner, 
	.wrap {
		max-width: 1140px;
	}

	.nav-primary .genesis-nav-menu a {
		padding: 12px 6px;
	}	

	.content {
		width: 65%;
	}

	.sidebar-primary {
		width: 30%;
	}
	
	.media-list td.periodical,
	.media-list td.date {
		font-size: 12px;
		font-size: 1.2rem;
	}
	

}

@media only screen and (max-width: 1140px) {
	
	.site-inner, 
	.wrap {
		max-width: 1000px;
	}
	
	.site-inner {
		padding-top: 30px;
	}
	
	.title-area {
		padding: 20px 0 5px;		
		width: 250px;
	}
	
	.header-image .site-title > a {
		background-size: 250px 102px;
		min-height: 102px;

	}
	
	.site-header .widget-area {
		width: 750px;
	}
	
	.nav-primary .genesis-nav-menu a {
		font-size: 13px;
		font-size: 1.3rem;
	}
	
	.nav-social {
		padding: 0 2%;
	}
	
	.nav-secondary .genesis-nav-menu li {
		width: 130px;
	}
	
	.nav-secondary .genesis-nav-menu li a {
		background-position: 45px 35px;
	}
	
	.nav-secondary .genesis-nav-menu li.topc a, 
	.nav-secondary .genesis-nav-menu li.rseach a, 
	.nav-secondary .genesis-nav-menu li.pubs a, 
	.nav-secondary .genesis-nav-menu li.blogp a, 
	.nav-secondary .genesis-nav-menu li.newsr a {
		font-size: 14px;
		font-size: 1.4rem;
		height: 140px;
		padding: 65px 0 35px;		
	}

	.nav-secondary .genesis-nav-menu li a:hover,
	.nav-secondary .genesis-nav-menu li a:focus,
	.nav-secondary .genesis-nav-menu li:hover > a,
	.nav-secondary .genesis-nav-menu li:focus > a {
		background-position: -115px 35px;
	}
	
	.nav-secondary .genesis-nav-menu .sub-menu {
		width: 130px;
	}

	.nav-secondary .genesis-nav-menu .sub-menu li a {
		height: auto;
		padding: 20px;
	}
	
	.latest .entry-text h3 {
		min-height: 75px;
	}
	
	.carousel-theme.wp-posts-carousel .wp-posts-carousel-title {
		font-size: 20px !important;
		font-size: 2rem !important;
	}
	
	.pub.home-section article {
		height: 200px;
		margin: 0 5px;
		padding: 10px;
	}
	
	.pub.home-section h3 {
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	.pub.home-section .more {
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 10px;
	}
	
	.home .wpacc-latest-tweets li {
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	.footer-widgets .widget {
		margin: 0 15px;
		width: 20%;
	}

}

@media only screen and (max-width: 1024px) {
	
	.wi-home {
		background-attachment: scroll;
		background-size: 100% auto;
/*		background-repeat: repeat-y; */
	}
	
	.new-featured {
		background-color: #f5f5f5;
	}
	
}

@media only screen and (max-width: 1023px) {
	
	.site-inner, 
	.wrap {
		max-width: 90%;
	}
	
	.wi-home {
		background-position: center top;
	}
	
	.site-inner {
		padding-top: 20px;	
	}
	
	input, select, textarea {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 10px;
	}
	
	.topbar input[type="search"] {
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	.topbar .wrap {
		padding: 0 40px;
		max-width: 100%;
		width: 100%;
	}
	
	.topbar .search-form {
		right: 40px;
	}
	
	.symbol {
		margin-right: -5px;
	}
	
	.site-header .wrap {
		position: relative;
		min-height: 140px;
		max-width: 100%;
		width: 100%;
	}

	.site-header .title-area {
		left: 40px;
		position: absolute;
		z-index: 1000;
	}
	
	.site-header .widget-area {
		width: 100%;
	}

	.nav-primary,	
	.nav-secondary {
		display: none;
	}
	
	.nav-social {
		float: left;
		padding: 0;
	}
	
	.home-section h2 {
		font-size: 40px;
		font-size: 4rem;
	}
	
	.home-links a {
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	.wi-brand p, 
	.wi-brand h1, 
	.he-inner p {
		max-width: 95%;
	}
	
	.wi-brand h1 {
		font-size: 66px;
		font-size: 6.6rem;
	}
	
	.wi-brand p,
	.he-inner p {
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	.carousel-theme.wp-posts-carousel .wp-posts-carousel-details {
		height: 160px !important;
	}
	
	.latest {
		max-width: 85%;
	}
	
	.home .wpacc-latest-tweets li {
		margin: 0 20px;
	}
	
	.gta-he .entry-title {
		font-size: 50px;
		font-size: 5rem;
	}
	
	/*
	.latest .entry-text {
		padding: 10px 10px 10px 0;
	}
	
	.latest .entry-text h3 {
		font-size: 20px;
		font-size: 2rem;
	}
	*/
	/* Responsive Menu */
		
	.js nav.nav-responsive {
	/*	display: none; */
		clear: both;	
		position: relative;
	}

	.js nav.nav-responsive .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: right;
		visibility: visible;
	}
	
	.menu-toggle:hover,
	.menu-toggle:focus,	
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus	 {
		border-width: 0;
	}

	.menu-toggle {
		background-color: #fff;		
		float: right;
/*		margin-top: 10px; */
		padding: 40px;		
/*		position: relative; 
		right: 0; */
		z-index: 999;
		width: 300px;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		background-color: #fff;		
		color: #666;
		content: "\f333";
		display: inline-block;
		font: normal 50px/1 'dashicons';
		margin: 0 auto;
		padding-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
		vertical-align: bottom;
	}
	
	.menu-toggle::after,
	.menu-toggle.activated:after {
		background-color: #fff;
		color: #666;
	    content: "Menu";
	    display: inline-block;
	    font-size: 36px;
	    font-size: 3.6rem;
	    vertical-align: top;
	}

	.sub-menu-toggle {
		background-color: transparent !important;
		float: right;
		padding: 8px 18px;
		position: absolute;
		right: 100px;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		content: "\f347";
		display: inline-block;
		font: normal 20px/1 'dashicons';
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle.activated:before {
		content: "\f343";
	}

	.js .nav-responsive .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.menu-responsive {
		background-color: #666; 
	}

	.js .nav-responsive .menu-item:hover,
	.js .nav-responsive .menu-item:focus {
		position: relative;
	}

	.js .nav-responsive .menu-item a {
		border: none;
		color: #fff;
		padding: 15px 100px;
		text-transform: uppercase;
		width: 100%;
	}

	.js .nav-responsive .menu-item a:hover,	
	.js .nav-responsive .menu-item a:focus,	
	.js .nav-responsive .sub-menu {
		border: none;
	}

	.js .nav-responsive .menu-item > a:hover ul.sub-menu,
	.js .nav-responsive .menu-item > a:focus ul.sub-menu,
	.js .nav-responsive .menu-item > a:hover ul.sub-menu .sub-menu,
	.js .nav-responsive .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .nav-responsive > .menu-item-has-children > a:after {
		content: none;
	}

	.js .nav-responsive .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		position: static;
		width: 100%;
	}

	.js .nav-responsive .sub-menu .sub-menu {
		margin: 0;
	}

	.js .nav-responsive .sub-menu a {
		background-color: #000;
		border: none;
		color: #fff;
	}

	.js .menu-toggle:hover,
	.js .menu-toggle:focus,	 
	.js .nav-responsive {
		background-color: #fff;
		color: #666; 
	}
	
	.js nav.nav-responsive button:hover,
	.js nav.nav-responsive button:focus,
	.js .menu-toggle:hover,
	.js .menu-toggle:focus {
		background-color: #fff;
		color: #55acee;
	}
	
	.nav-responsive a,
	.nav-responsive a:hover,
	.nav-responsive a:focus,	
	.nav-responsive .current-menu-item > a, 
	.nav-responsive .sub-menu .current-menu-item > a:hover,
	.nav-responsive .sub-menu .current-menu-item > a:focus {
		text-decoration: none;
	}

}


@media only screen and (max-width: 960px) {
			
	.site-header,
	.site-header .wrap {
		min-height: 0;
	}
	/*
	.wi-home {
		background-position: center top;
		background-size: cover;
	}
	*/
	.title-area {
		padding: 10px 0 0;
		width: 200px;
	}

	.header-image .site-title > a {
		background-size: 200px 81px;
		min-height: 100px;

	}
		
	.menu-toggle:before,
	.menu-toggle.activated:before {
		font-size: 30px;
		font-size: 3rem;
	}

	.menu-toggle:after,
	.menu-toggle.activated:after {
		font-size: 22px;
		font-size: 2.2rem;
	}
	
	.wi-brand .wrap {
		padding: 50px 0;
	}
	
	.wi-brand h1 {
		font-size: 60px;
		font-size: 6rem;
	}
	
	.home-section h2 {
		font-size: 36px;
		font-size: 3.6rem;
	}
	
	.home-links a {
		font-size: 20px;
		font-size: 2rem;
	}
	
	.latest .entry-text h3,
	.carousel-theme.wp-posts-carousel .wp-posts-carousel-title,
	.pub.home-section h3 {
		font-size: 20px !important;
		font-size: 2rem !important;
	}

	.pub.home-section article {
		display: block;
		height: auto;
		margin: 0 auto 25px;
		min-height: none;
		padding: 20px;
		width: 90%;	
	}
	
	.pub.home-section .more {
		position: relative;
	}
	
	.pub.home-section .more a,
	p.wp-posts-carousel-buttons {
		font-size: 16px !important;
		font-size: 1.6rem !important;	
	}
	
	.footer-widgets-1 .widget {
		display: none;
	}

	.footer-widgets-1 .widget:first-child {
		display: block;
		margin: 0 auto;		
		text-align: center;
		width: 100%;
	}
	
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 100%;
	}
	
	.sidebar .widget:first-of-type {
		margin-top: 0;
	}
	
	.sidebar .widget {
		padding: 0;
	}
	
	.site-footer p {
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	th.sort {
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	tbody.list td.category,
	tbody.list td.author,
	tbody.list td.date {
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	.project-head h2,
	.topic h2 {
		font-size: 30px;
		font-size: 3rem;
	}
	
	.project-content p,
	.topic-main main.content .entry-content p {
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	.page .post-22219 .entry-content p, 
	.page .post-9 .entry-content p {
		font-size: 16px;
		font-size: 1.6rem;
	}	
	
	.topic a:hover,
	.topic a:focus {
		background-size: 150px 150px;
	}
	
	.single .site-inner {
		max-width: 90%;
	}
	
	.single .entry {
		float: none;
		width: 100%;
	}
	
	.single .left-box {
		margin: 0;
		padding: 0;
		float: none;
		width: 100%;
	}	
	
	.left-box .type {
		display: none;
	}

	.left-box .entry-meta {
		margin-bottom: 10px;
		text-align: left;
	}
	
	.left-box .entry-time {
		display: inline-block;
		margin-right: 5px;
	}
	
	.left-box .entry-meta span {
		display: inline-block;
	}

	.left-box .addthis_sharing_toolbox {
		display: none;
	}
	
	.entry-title {
		font-size: 30px;
		font-size: 3rem;
	}

}

@media only screen and (max-width: 800px) {

	body {
/*		background-color: #fff; */
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	.archive .site-inner, 
	.blog .site-inner, 
	.search .site-inner {
		max-width: 90%;
	}
	
	.site-header .title-area {
		left: 20px;
		min-height: 1px;
	}
	
	.topbar .wrap {
		padding: 0 20px;
	}
	
	.topbar .search-form {
		right: 20px;
	}
	
	.menu-toggle {
		padding-right: 20px;
	}

	
	.js .nav-responsive .menu-item a {
		padding: 15px 50px;
	}
	
	.menu-toggle {
		padding-left: 0;
		width: 200px;
	}
	
	.sub-menu-toggle {
		right: 50px
	}
	
	.wi-brand h1 {
		font-size: 48px;
		font-size: 4.8rem;
	}
	
	.wi-brand p, 
	.he-inner p,
	.subscribe-row p {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.3;		
	}
	
	.project-head h2,
	.topic h2 {
		font-size: 24px;
		font-size: 2.4rem;
	}
/*
	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}
*/
	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.wp-posts-carousel-details .wp-posts-carousel-buttons {
		display: none !important;
	}
	
	.latest .one-third,
	.extra-pub .one-third  {
		width: 40%;
	}
	
	.latest .two-thirds,
	.extra-pub .two-thirds {
		padding: 10px;
		width: 60%;
	}

	.latest .entry-info,	
	.latest .home-post-link {
		display: none;
	}
	
	.home .wpacc-latest-tweets li {
		border-bottom: 1px dotted #ccc;
		display: block;
		margin: 0 auto 20px;
		padding-bottom: 20px;
		width: 90%;
	}
	
	.project-head,
	.project-content,
	.topic {
		text-align: center;
	}
	
	.project-content p,
	.topic-main main.content .entry-content p {
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	.rr {
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	.gta-he .heading {
		padding: 50px 0;
	}
	
	.gta-he .entry-title {
		font-size: 40px;
		font-size: 4rem;
	}

}


@media only screen and (max-width: 600px) {


	.entry-title {
		font-size: 24px;
		font-size: 2.4rem;
	}
		
	.wi-home {
		background-size: 1000px auto; 
		background-attachment: scroll;
	}
	
	.new-featured {
		background-color: #f5f5f5;
	}
	
	.js .nav-responsive .menu-item a {
		padding: 15px 20px;
	}
	
	.sub-menu-toggle {
		right: 25px;
	}
	
	.wi-brand h1 {
		font-size: 40px;
		font-size: 4rem;	
	}
	
	.home-section h2 {
		font-size: 28px;
		font-size: 2.8rem;
	}
	
	.wi-brand p, 
	.he-inner p, 
	.subscribe-row p {
		font-size: 18px;
		font-size: 1.8rem;		
	}
	
	.listjs .category,
	.listjs .date {
		display: none;
	}	
	
		.accordion-title {
		font-size: 20px;
		font-size: 2rem;
	}	

}


@media only screen and (max-width: 599px) {

	.new-featured {
		padding-left: 10%;
		padding-right: 10%;
	}
	
	.wp-posts-carousel-container {
		margin: 0 auto;
		width: 90%;
	}
	
	.carousel-theme.wp-posts-carousel .wp-posts-carousel-details {
		height: 130px !important;
		padding: 5px 15px 15px 15px !important;
	}
	
	.carousel-theme.wp-posts-carousel .owl-nav div::before,
	.carousel-theme.wp-posts-carousel .owl-nav div::after {
		font-size: 5rem !important;
	}
	
	.latest article {
		margin: 10px auto 30px;
		max-width: 400px;
	}
	
	.latest .one-third,
	.latest .two-thirds,
	.extra-pub .one-third,
	.extra-pub .two-thirds {
		float: none;
		width: 100%;
	}
	
	.latest .entry-text {
		padding: 15px;
		position: relative;
	}
	

	.pub.home-section article {
		padding: 15px;		
	}
	
	.latest .entry-text h3,
	.pub.home-section h3 {
		font-size: 1.6rem !important;
		min-height: 1px;
	}
	
	.pub.home-section .more a {
		font-size: 1.2rem !important;
	}
	
	.site-footer p span {
		display: block;
		margin-top: 10px;
	}
	
	.about-author {
		padding-left: 0;
	}
	
	.alignleft .avatar, 
	.author-box .avatar {
		display: none;
	}
	
	.archive .more a, 
	.blog .more a, 
	.search .more a {
		margin-bottom: 10px;	
	}
	
	.archive-pagination li a {
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	#mc-embedded-subscribe-form input {
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	.mc-field-group {
		width: 100%;
	}
	
	.accordion-title {
		font-size: 18px;
		font-size: 1.8rem;
	}
	
}


@media only screen and (max-width: 400px) {

	.site-header {
		min-height: 120px;
	}

	.menu-toggle {
		padding-top: 30px;
		padding-bottom: 15px;
		width: 60px;
	}

	.menu-toggle:before, 
	.menu-toggle.activated:before {
		font-size: 40px;
		padding-bottom: 0;
		padding-top: 5px;
	}

	.menu-toggle:after, 
	.menu-toggle.activated:after {
		content: "";
		font-size: 1px;
	}
	
	.wi-brand .wrap {
		padding: 15px 0;
	}
	
	.home-section h2 {
		font-size: 2.4rem;
	}
	
	.carousel-theme.wp-posts-carousel .owl-nav div::before, 
	.carousel-theme.wp-posts-carousel .owl-nav div::after {
		font-size: 3rem !important;
	}
	
	.new-featured {
		padding-left: 12%;
		padding-right: 12%;
	}
	
	.carousel-theme.wp-posts-carousel .wp-posts-carousel-title {
		font-size: 1.8rem !important;	 
	}
	
	.tweets.home-section {
		display: none;
	}
	
	.gta-he .heading {
		padding: 30px 0;
	}

	.gta-he .entry-title {
		font-size: 30px;
		font-size: 3rem;
	}	
	
	.page-id-19476 .entry-header,
	.parent-pageid-11 .entry-header {
		text-align: center;	
	}
	
	img.alignleft.board-pic,
	.parent-pageid-11 img.wp-post-image.alignleft {
		float: none;
		display: block;
		margin: 0 auto 10px;
	}
	
	.news .date {
		display: none;
	}
	
	.accordion-title {
		font-size: 16px;
		font-size: 1.6rem;
		padding: 20px 60px 20px 20px;
		position: relative;
	}

	.accordion-title:after {
		position: absolute;
		right: 20px;
	}
	
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

/* custom */
.wp-block-pb-accordion-item.c-accordion__item {
	margin-bottom: 20px;
}

.c-accordion__title {
	padding: 20px 40px 20px 20px !important;
}
.c-accordion__title:after {
	right: 20px !important;
}

#gform_wrapper_8 .gform_title {
	font-size: 21px;
}

#gform_wrapper_8 input {
	border-color: #ced4da !important;
}

.pum-close .fas:before {
	font-family: "fontawesome";
	font-style: normal;
}