/*!
Theme Name: martinos
Theme URI: https://www.nmr.mgh.harvard.edu
Author: Martinos Center
Author URI: https://www.nmr.mgh.harvard.edu
Description: The Center welcomes investigators from universities, government laboratories and industry, from around the world, who are interested in using the Center's biomedical imaging facilities to advance their own research.
Version: 2.5 2024
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: martinos
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

martinos is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> 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
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


/**
Google Font Import : 
 */

@import url('https://fonts.googleapis.com/css?family=Gothic+A1:300,400,500,700,900');


/**
@font-face {
	font-family: 'Akzidenz Grotesk BE Md';
	src: url('/wp-content/themes/martinos/font/BertholdAkzidenzGroteskBE-Md2.woff2') format('woff2'),
	url('/wp-content/themes/martinos/font/BertholdAkzidenzGroteskBE-Md2.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
*/


html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

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

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Gothic A1', sans-serif;
	-webkit-font-smoothing: antialiased;
}

p {
	margin-bottom: 1.5em;
	font-family: 'Gothic A1', sans-serif;
	-webkit-font-smoothing: antialiased;
}

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 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

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

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

body.home {
	background: #000;
	max-width: 1600px;
	margin: 0 auto !important;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #cccccc87;
}

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

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > 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;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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;
}

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;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}



/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	font-family: 'Gothic A1', sans-serif;
	color: #333;
	text-decoration: none;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;

	transition:.5s;
}

a:visited {
	color: inherit;
}

a:hover,  a:focus,  a:active {
	color: inherit;
	transition-delay: .2s;
	-webkit-transition-delay: .2s;
}

.main-nav ul#primary-menu li a,
.main-nav ul#primary-menu li,
.main-nav ul#primary-menu li a:visited,
.main-nav ul#primary-menu li a:focus
{
	color: #fff;
}

.site-content a {
	color: #333;
	text-decoration: none;
}

.entry-content a {
	color: #ec4725;
	text-decoration: none;
}

.site-content a:visited {
	color: #333;
}

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

a:focus {
	outline: 0;
}

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

a.logo:hover {
	opacity: .8;
}

ul.investigators li a {
	font-weight: 500;
}

ul.investigators li a:hover {
	text-decoration: underline;
	opacity:.8;
	position: relative;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;

	transition:.5s;
}

ul#primary-menu li a{
	position: relative;
}

@media (min-width: 825px) {

	.contact a:hover{
		opacity: .8;
	}


	ul#primary-menu li a:after  {
		content: '';
		position: absolute;
		width: 0;
		height: 2px;
		display: block;
		margin-top: 3px;
		right: 0;
		background: #fff;
		-o-transition: width .2s ease;
		transition: width .2s ease;
		-webkit-transition: width .2s ease;
	}

	ul#primary-menu li a:hover:after{
		width: 100%;
		left: 0;
		background: #fff;
	}

}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	float: right;
}


ul#primary-menu{
	list-style:none;
}

ul#primary-menu li {
	float: left;
	padding-left: 1.5rem;
	margin-right: 1rem;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	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;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

.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,
.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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## 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;
}

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

.wrapper{

	margin: 0 auto;
}

.header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	width: 100%;
	max-width: 1250px;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.masthead__logo {
	-ms-flex-preferred-size: 35%;
	flex-basis: 35%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.masthead__main_nav {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#menu-wrapper {
	overflow: hidden;
	max-width: 100%;
	cursor: pointer;
}

#menu-wrapper #hamburger-menu {
	position: relative;
	margin: 20px;
	height: 26px;
	width: 34px;
}

#menu-wrapper #hamburger-menu span:nth-child(1) {
	top: 0;
}

#menu-wrapper #hamburger-menu span:nth-child(2) {
	top: 9px;
}

#menu-wrapper #hamburger-menu span:nth-child(3) {
	top: 18px;
}

#menu-wrapper #hamburger-menu span {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 10px;
	color: #fff;;
	background-color: #fff;
	position: absolute;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

@media (min-width: 820px){
	.masthead__mobile_menu {
		display: none;
	}
}


/*--------------------------------------------------------------
#  Nav Menu

--------------------------------------------------------------*/


@media (min-width: 768px) {
	.mobile-nav-wrap {
		/* display: none; */
	}
}

.mobile-header-nav {
	background: white;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100px;
	width: 100%;
}

.mobile-header-nav li a {
	color: white;
	display: block;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.mobile-header-nav li a:hover {
	background-color: #2f2f2f;
}

.hamburger-menu {
	display: inline-block;
	padding: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.hamburger-menu:hover {
	cursor: pointer;
}
.hamburger-menu .menu-item {
	background: white;
	display: block;
	height: 2px;
	margin: 0 0 8px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 35px;
}
.hamburger-menu.open .menu-item {
	margin: 0 0 5px;
}
.hamburger-menu.open .menu-item:first-child {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10px;
	-ms-transform-origin: 7px;
	transform-origin: 7px;
}
.hamburger-menu.open .menu-item:nth-child(2) {
	opacity: 0;
}
.hamburger-menu.open .menu-item:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 8px;
	-ms-transform-origin: 8px;
	transform-origin: 8px;
}

.navbar {
	background: #000;
	margin-top: 1rem;
}

.main-nav {
	list-style-type: none;
	display: none;
}

.nav-links,
.logo {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.7);
}

.main-nav li {
	text-align: center;
	margin: 15px auto;
}

.logo {
	display: inline-block;
	margin-top: 10px;
	margin-left: 1rem;
}
.navbar-toggle {
	position: absolute;
	right: 2rem;
	color: rgba(255, 255, 255, 0.8);
	top: 35px;
}

.active {
	display: block;
}

.logo img {
	max-width: 285px;
}

ul#primary-menu li:last-child {
	padding: 0;
	margin: 0;
	margin-right: 1.5rem;
	margin-left: 1.5rem;
}

.fade{
	-webkit-transition: width 500ms ease-in, opacity 1.5s ease-out;
	-o-transition: width 500ms ease-in, opacity 1.5s ease-out;
	transition: width 500ms ease-in, opacity 1.5s ease-out;
}

.menu-main-menu-container {
	margin-top: 2px;
	margin-right: 1rem;
}


@media (min-width: 950px) and (max-width: 1032px) {

	ul#primary-menu li{
		font-size: .8rem;
		padding-left: .5rem;
		margin-right: .5rem;
	}

	.menu-main-menu-container {
		margin-top: 7px;
		margin-right: 0rem;
	}
}


@media (min-width: 950px) {

	.navbar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-bottom: 0;

		-webkit-box-align: center;

		-ms-flex-align: center;
		padding: 0 1.5rem;
		padding-bottom: 1.3rem;
		align-items: center;
	}

	.main-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-right: 1rem;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.main-nav li {
		margin: 0;
	}

	.nav-links {
		margin-left: 40px;
	}

	.logo {
		margin-top: 0;
	}

	.navbar-toggle {
		display: none;
	}

	.logo:hover,
	.nav-links:hover {
		color: rgba(255, 255, 255, 1);
	}

}

@media (max-width: 949px){

	ul#primary-menu li {
		float: none;

	}

	.menu-main-menu-container {
		padding-bottom: 1rem;
	}

	ul#primary-menu li a {
		border-bottom: 1px solid #fdfdfd52;
	}
	
	ul.investigators {
    display: block !important;
    height: auto !important;
}

}

@media (max-width: 600px){
	.logo img {
		max-width: 250px;
	}
}


ul#primary-menu a {
	font-weight: 700;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1rem 0;
}

.contact {
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%;
}

.affiliate{
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
}

.affiliate {
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.affiliate ul.logos {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	margin: 0;
}

.affiliate ul.logos li {
	width: 120px;
	margin: 0 .5rem;
	margin-top: .5rem;
}

footer {
	padding: 0 2rem;
}

.contact a:first-child {
	border-right: 1px solid #ffffff5e;
}
.contact a {
	padding: 0 .5rem;
	font-size: 1rem;
	color: #fff;
}

ul.logos a:hover {
	opacity: 0.7;
}

@media (max-width: 820px){
	.affiliate {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-top: 1rem;
		border-top: 1px solid #777;
	}

	.footer_wrapper {
		display: block;
	}

	.contact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: .8rem;
	}

	.contact a {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		font-size: .9rem;
		padding: 0;
	}
	.contact a:first-child {
		border-right: none;
	}
	a.email-address {
		text-align: right;
	}



}

@media (max-width: 400px){
	.affiliate ul.logos li {
		width: auto;
	}
}

/*--------------------------------------------------------------
# Body
--------------------------------------------------------------*/

main {
	background: #fff;
}

.page-header {
	background: #000;
	color: #fff;
	padding: 1.5rem 3.5rem;
}

.page-header h1, .page-header p {
	margin: 0;
	padding: 0;
}
.page-header h1{
	font-size: 2.8rem;
	font-weight: 500;
}

.header-wrapper {
	width: 350px;
}

header.page-header.large {
	padding: 3rem 3.5rem;
	padding-bottom: 5rem;
}

.content {
	margin: 0 auto;
	width: 100%;
	padding: 3rem 3.5rem;
}

ul.filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

ul.filter li {
	padding: 0 .8rem;
	border-right: 1px solid #c3c3c3;
	height: 22px;
	font-weight: 800;
	font-size: .9rem;
}

ul.filter li:last-child{
	border-right:none;
}

ul.filter li:hover{
	background: #b7d43c;
	color: #fff;
	cursor: default;
}

.selected{
	background: #b7d43c;
	color: #fff;
}

ul.investigators {
	display: flex;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	flex-direction: column;
	flex-wrap: wrap;
	height: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}



ul.investigators li {
	/* flex-basis: 25%; */
	padding: .2rem 0;
}


@media (max-width: 850px){

	ul.investigators li {
		flex-basis: 50%;
		padding: .2rem 0;
	}

	header.page-header.large {
		padding: 3rem 1rem;
		padding-bottom: 3rem;
	}

	.page-header {
		padding: 1.5rem 1rem;
	}

	.content {
		padding: 3rem 1rem;
	}


}

@media (max-width: 624px){

	ul.investigators li {
		flex-basis: 100%;
		padding: .2rem 0;
	}

	.header-wrapper {
		width: auto;
	}

	.page-header h1{
		font-size: 2rem;

	}

}

/*--------------------------------------------------------------
# Splash Screen
--------------------------------------------------------------*/

#overlay{
	width: 100%;
	height:100%;
	position:fixed;
	z-index:99999;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background: black;
}

#progress{
	height:1px;
	background:#fff;
	position:absolute;
	width:0;                /* will be increased by JS */
	top:50%;
	visibility: hidden;
}
#progstat{
	font-size:0.7em;
	letter-spacing: 3px;
	position:absolute;
	top:50%;
	margin-top:-40px;
	width:100%;
	text-align:center;
	color:#fff;
	visibility: hidden;
}

.logo-container {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
    height: 100%;
}

@keyframes fadein {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@-webkit-keyframes fadein { /* Safari and Chrome */
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}

/*--------------------------------------------------------------
# Blog Post Header (Investigators)
--------------------------------------------------------------*/

header.entry-header.black {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	background: #000;
	margin-top: 2rem;
}

.header-content {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;	
	min-height: 500px;
	padding: 3rem 3.5rem;
	color: #fff;
}

.feature-image {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 50%;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
}

li.type {
	display:inline;
	font-size: .8rem;
	font-weight: 300;
	text-transform: uppercase;
}

.header-content h1 {
	font-size: 2.5rem;
	font-weight: 500;
	margin: 0
}

hr.investigator-line {
    margin-top: 1rem;
    border: 0;
    height: 1px;
    margin-bottom: 2rem;
    width: 10%;
    float: left;
}

.investigator-contact-box a {
    color: #fff;
    text-decoration: underline;
}

.investigator-contact-box a:hover {
    opacity: .8;
    color: #fff;
}

.page-content, .entry-content, .entry-summary {
	margin: 1.5em 0 0;
	padding: 0px 3rem;
}

nav.navigation.post-navigation {
	display: none;
}

.breadcrumb {
	font-size: 0.8rem;
	font-weight: 500;
}

.breadcrumb a{
	color: #a5a5a5cc;
}

ul.role {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

ul.role li {
	font-size: 1.6rem;
	font-weight: 400;
	padding-right: .5rem;
}

.content-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 3rem 0;
}

.entry-content {
	-ms-flex-preferred-size: 70%;
	flex-basis: 70%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 3rem;
}

aside#secondary {
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
	padding: 0 3rem;
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
}

h2.widgets-title {
	font-size: .9rem;
	text-transform: uppercase;
	font-weight: 500;
	padding: 0;
	margin: 0;
	margin-bottom: 2rem;
}

.post-meta.space {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.post-meta {
	display: block;
	margin-top: .5rem;
}

span.category.color-type {
	padding: 5px 12px;
	font-size: .8rem;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	margin-right: .3rem;
	display: inline-block;
	margin-bottom: .5rem;
}

span.post_date {
	font-size: .9rem;
	font-weight: 900;
	padding-right: 1rem;
	position: relative;
	display: inline;
	top: 2px;
}

.popular-post h3 {
	font-size: 1.1rem;
	font-weight: 500;
}

.popular-post {
	margin-bottom: 2rem;
}

@media (max-width: 1059px){

	aside#secondary {
		-ms-flex-preferred-size: 33%;
		flex-basis: 33%;
		padding: 0 3rem;
		-webkit-box-flex: 2;
		-ms-flex-positive: 2;
		flex-grow: 2;
	}

}

@media (max-width: 1059px){

	aside#secondary {
		padding-left: 1rem;
	}

}

@media (max-width: 824px){

	.content-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	aside#secondary {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		padding: 0 1em;
	}

	header.entry-header.black {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		background: #000;
		margin-top: 1rem;
	}

	.header-content {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		min-height: 0;
		padding: 1rem 2rem;
		color: #fff;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
	}

	.feature-image {
		width: 100%;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		background-position: center center !important;

	}

	.header-content hr {
		display:none;
	}

	.header-content h1 {
		font-size: 1.5rem;
		font-weight: 500;
	}

	.investigator.header-content * {
		padding: 0;
		margin: 0;
	}

	.page-content, .entry-content, .entry-summary {
		margin: .5em 0 0;
		padding: 0px 1rem;
	}

	.breadcrumb {
		font-size: 0.8rem;
	}

}


/*--------------------------------------------------------------
# Main Home Page
--------------------------------------------------------------*/


@media (min-width: 750px){

	.home-grid {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-columns: repeat(9, 1fr);
		grid-auto-rows: minmax( 100px , auto);
		padding: .75rem 2.5rem;
		-webkit-column-gap: 2.5rem;
		column-gap: 2.5rem;
		row-gap: 2.5rem;
	}

	.single-home-box:nth-of-type(1n+1){
		-ms-grid-column-span: 3;
		grid-column-end: span 3;
		-ms-grid-row-span: 2;
		grid-row-end: span 2;
	}


	.shb-content {
		position: relative;
		height: 100%;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: #fff;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;

	}

	.shb-content h2 {
		font-weight:400;
	}


	.single-home-box:before {
		display: block;
		height: 0;
		width: 0;
		padding-bottom: calc(9/16 * 100%);
	}



	.single-home-box:nth-child(1){-ms-grid-column: 1;grid-column-start: 1;-ms-grid-row: 1;grid-row-start: 1;-ms-grid-column-span: 3;grid-column-end: span 3;-ms-grid-row-span: 2;grid-row-end: span 2;}
	.single-home-box:nth-child(2){-ms-grid-column-span: 5;grid-column-end: span 5;-ms-grid-row-span: 4;grid-row-end: span 4;-ms-grid-column: 3;grid-column-start: 3;-ms-grid-row: 7;grid-row-start: 7;}
	.single-home-box:nth-child(3){-ms-grid-column-span: 5;grid-column-end: span 5;-ms-grid-row-span: 4;grid-row-end: span 4;-ms-grid-column: 3;grid-column-start: 3;-ms-grid-row: 13;grid-row-start: 13;}
	.single-home-box:nth-child(4){-ms-grid-column-span: 3;grid-column-end: span 3;-ms-grid-row-span: 2;grid-row-end: span 2;-ms-grid-column: 1;grid-column-start: 1;-ms-grid-row: 3;grid-row-start: 3;}
	.single-home-box:nth-child(5){-ms-grid-column-span: 3;grid-column-end: span 3;-ms-grid-row-span: 2;grid-row-end: span 2;-ms-grid-column: 4;grid-column-start: 4;-ms-grid-row: 1;grid-row-start: 1;}
	.single-home-box:nth-child(6){-ms-grid-column-span: 3;grid-column-end: span 3;-ms-grid-row-span: 2;grid-row-end: span 2;-ms-grid-column: 7;grid-column-start: 7;-ms-grid-row: 1;grid-row-start: 1;}
	.single-home-box:nth-child(7){-ms-grid-column-span: 3;grid-column-end: span 3;-ms-grid-row-span: 2;grid-row-end: span 2;-ms-grid-column: 4;grid-column-start: 4;-ms-grid-row: 3;grid-row-start: 3;}
	.single-home-box:nth-child(8){-ms-grid-column-span: 3;grid-column-end: span 3;-ms-grid-row-span: 2;grid-row-end: span 2;-ms-grid-column: 7;grid-column-start: 7;-ms-grid-row: 3;grid-row-start: 3;}
	.single-home-box:nth-child(9){-ms-grid-column-span: 3;grid-column-end: span 3;-ms-grid-row-span: 2;grid-row-end: span 2;-ms-grid-column: 1;grid-column-start: 1;-ms-grid-row: 5;grid-row-start: 5;}
	.single-home-box:nth-child(10){-ms-grid-column-span: 3;grid-column-end: span 3;-ms-grid-row-span: 2;grid-row-end: span 2;-ms-grid-column: 4;grid-column-start: 4;-ms-grid-row: 5;grid-row-start: 5;}
	.single-home-box:nth-child(11){-ms-grid-column-span: 3;grid-column-end: span 3;-ms-grid-row-span: 2;grid-row-end: span 2;-ms-grid-column: 7;grid-column-start: 7;-ms-grid-row: 5;grid-row-start: 5;}
	.single-home-box:nth-child(12){-ms-grid-column-span: 2;grid-column-end: span 2;-ms-grid-row-span: 2;grid-row-end: span 2;-ms-grid-column: 1;grid-column-start: 1;-ms-grid-row: 7;grid-row-start: 7;}
	.single-home-box:nth-child(13){-ms-grid-column-span: 2;grid-column-end: span 2;-ms-grid-row-span: 2;grid-row-end: span 2;-ms-grid-column: 8;grid-column-start: 8;-ms-grid-row: 7;grid-row-start: 7;}
	.single-home-box:nth-child(14){-ms-grid-column-span: 2;grid-column-end: span 2;-ms-grid-row-span: 2;grid-row-end: span 2;-ms-grid-column: 1;grid-column-start: 1;-ms-grid-row: 9;grid-row-start: 9;}
	.single-home-box:nth-child(15){-ms-grid-column-span: 2;grid-column-end: span 2;-ms-grid-row-span: 2;grid-row-end: span 2;-ms-grid-column: 8;grid-column-start: 8;-ms-grid-row: 9;grid-row-start: 9;}
	.single-home-box:nth-child(16){-ms-grid-column-span: 3;grid-column-end: span 3;-ms-grid-row-span: 2;grid-row-end: span 2;-ms-grid-column: 1;grid-column-start: 1;-ms-grid-row: 11;grid-row-start: 11;}
	.single-home-box:nth-child(17){-ms-grid-column-span: 3;grid-column-end: span 3;-ms-grid-row-span: 2;grid-row-end: span 2;-ms-grid-column: 4;grid-column-start: 4;-ms-grid-row: 11;grid-row-start: 11;}
	.single-home-box:nth-child(18){-ms-grid-column-span: 3;grid-column-end: span 3;-ms-grid-row-span: 2;grid-row-end: span 2;-ms-grid-column: 7;grid-column-start: 7;-ms-grid-row: 11;grid-row-start: 11;}
	.single-home-box:nth-child(19){-ms-grid-column-span: 2;grid-column-end: span 2;-ms-grid-row-span: 2;grid-row-end: span 2;-ms-grid-column: 1;grid-column-start: 1;-ms-grid-row: 13;grid-row-start: 13;}
	.single-home-box:nth-child(20){-ms-grid-column-span: 2;grid-column-end: span 2;-ms-grid-row-span: 2;grid-row-end: span 2;-ms-grid-column: 8;grid-column-start: 8;-ms-grid-row: 13;grid-row-start: 13;}
	.single-home-box:nth-child(21){-ms-grid-column-span: 2;grid-column-end: span 2;-ms-grid-row-span: 2;grid-row-end: span 2;-ms-grid-column: 1;grid-column-start: 1;-ms-grid-row: 15;grid-row-start: 15;}
	.single-home-box:nth-child(22){-ms-grid-column-span: 2;grid-column-end: span 2;-ms-grid-row-span: 2;grid-row-end: span 2;-ms-grid-column: 8;grid-column-start: 8;-ms-grid-row: 15;grid-row-start: 15;}

	.single-home-box:nth-child(23) {
		-ms-grid-column-span: 3;
		grid-column-end: span 3;
		-ms-grid-row-span: 2;
		grid-row-end: span 2;
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-row: 17;
		grid-row-start: 17;
	}

	.single-home-box:nth-child(24) {
		-ms-grid-column-span: 3;
		grid-column-end: span 3;
		-ms-grid-row-span: 2;
		grid-row-end: span 2;
		-ms-grid-column: 4;
		grid-column-start: 4;
		-ms-grid-row: 17;
		grid-row-start: 17;
	}

	.single-home-box:nth-child(25) {
		-ms-grid-column-span: 3;
		grid-column-end: span 3;
		-ms-grid-row-span: 2;
		grid-row-end: span 2;
		-ms-grid-column: 7;
		grid-column-start: 7;
		-ms-grid-row: 17;
		grid-row-start: 17;
	}



	.home-box-title.single-home-box h2 {
		margin: 0;
	}

	#main.home-main{
		background:#000;
	}

	.shb-overlay {
		width: 100%;
		height: 100%;
		opacity: 0;
		transition: all 1s linear;
	}

	.shb-content img {
		width: 100%;
		height: 100%;
	}


	.shb-overlay {
		transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
	}

	.shb-content:hover .shb-overlay {
		transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		cursor: pointer;
		opacity: 1;
	}

	.shb-overlay h2 {
		color: #fff;
		margin: 0;
		font-weight: 500;
		padding: 2rem;
		padding-right: 2rem;
		font-size: 1.4rem;
	}

	.shb-overlay:hover {

	}

	.shb-overlay a {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
	}


	.large.intro.single-home-box h2 {
		padding: 0 4rem;
	}

	.large.intro.single-home-box .shb-content {
		padding: 0 4rem;
	}

	.large.mission.single-home-box h2 {
		font-weight: 300;
		padding: 0 .8rem;
	}

	.welcome.single-home-box h2 {
		font-weight: 700;
		width: 75%;
	}

	.single-home-box.branding img {
		  height: auto;
		  width: auto;
	  }


}

@media (max-width: 1450px) {

	.large.intro.single-home-box .shb-content {
		padding: 0 4rem;
	}

	.large.intro.single-home-box h2 {
		font-size: 3.5rem;
		line-height: 4.5rem;
		letter-spacing: 1px;
		-webkit-font-kerning: auto;
		font-kerning: auto;
		padding: 0;
	}


}

@media (max-width: 1250px) {

	.large.intro.single-home-box h2 {
		font-size: 2.5rem;
		line-height: 3.4rem;
	}

	.large.mission.single-home-box h2 {
		font-size: 2rem;
		line-height: 2.7rem;
		font-weight: 300;
		padding: 0 2rem;
	}

	.welcome.single-home-box h2 {
		font-size: 2rem;
		font-weight: 700;
		width: auto;
	}

	.shb-overlay h2 {
		color: #fff;
		margin: 0;
		font-weight: 500;
		padding: 1.5rem;
		font-size: 1.5rem;
	}

}


@media (max-width: 980px) {
	.home-grid {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-columns: repeat(9, 1fr);
		grid-auto-rows: minmax( 100px , auto);
		padding: .75rem 2rem;
		-webkit-column-gap: 2rem;
		column-gap: 2rem;
		row-gap: 2rem;
	}

	.shb-overlay h2 {
		color: #fff;
		margin: 0;
		font-weight: 500;
		padding: 1rem;
		padding-right: 1rem;
		font-size: 1.2rem;
	}

}

@media (min-width: 1px) and (max-width: 850px) {

	.shb-overlay {
		min-height: 100px;
		width: 100%;
	}


	.shb-overlay h2 {
		color: #fff;
		margin: 0;
		font-weight: 500;
		padding: 1rem;
	}

	.shb-overlay:hover {
		opacity: .9;
		-webkit-box-shadow: inset 0 0 0 2px #00000059;
		box-shadow: inset 0 0 0 2px #00000059;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
	}

	.shb-overlay a {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
	}

	.home-grid {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: repeat(2, 1fr);
		padding: .5rem 2rem;
		-webkit-column-gap: 1.5rem;
		column-gap: 1.5rem;
		row-gap: 1.5rem;
		background: #000;
	}

	.home-grid.odd-item-count .single-home-box:last-child {
		display: none;
	}

	.shb-content {
		position: relative;
		height: 100%;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: #fff;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}

	.single-home-box:nth-child(1) {
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-row: 1;
		grid-row-start: 1;
		-ms-grid-column-span: 2;
		grid-column-end: span 2;
		-ms-grid-row-span: 2;
		grid-row-end: span 2;
	}

	.single-home-box:nth-child(2) {
		-ms-grid-column-span: 2;
		grid-column-end: span 2;
		-ms-grid-row-span: 2;
		grid-row-end: span 2;
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-row: 7;
		grid-row-start: 7;
	}

	.single-home-box:nth-child(3) {
		-ms-grid-column-span: 2;
		grid-column-end: span 2;
		-ms-grid-row-span: 2;
		grid-row-end: span 2;
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-row: 11;
		grid-row-start: 11;
	}

	.single-home-box:nth-child(4) {
		-ms-grid-column-span: 2;
		grid-column-end: span 2;
		-ms-grid-row-span: 2;
		grid-row-end: span 2;
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-row: 3;
		grid-row-start: 3;
	}

	.single-home-box:nth-child(5) {
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-row: 5;
		grid-row-start: 5;
	}

	.single-home-box:nth-child(6) {
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
		-ms-grid-column: 2;
		grid-column-start: 2;
		-ms-grid-row: 5;
		grid-row-start: 5;
	}

	.single-home-box:nth-child(7) {
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-row: 6;
		grid-row-start: 6;
	}

	.single-home-box:nth-child(8) {
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
		-ms-grid-column: 2;
		grid-column-start: 2;
		-ms-grid-row: 6;
		grid-row-start: 6;
	}

	.single-home-box:nth-child(9) {
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-row: 9;
		grid-row-start: 9;
	}

	.single-home-box:nth-child(10) {
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
		-ms-grid-column: 2;
		grid-column-start: 2;
		-ms-grid-row: 9;
		grid-row-start: 9;
	}

	.single-home-box:nth-child(11) {
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-row: 10;
		grid-row-start: 10;
	}

	.single-home-box:nth-child(12) {
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
		-ms-grid-column: 2;
		grid-column-start: 2;
		-ms-grid-row: 10;
		grid-row-start: 10;
	}

	.single-home-box:nth-child(13) {
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-row: 13;
		grid-row-start: 13;
	}

	.single-home-box:nth-child(14) {
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
		-ms-grid-column: 2;
		grid-column-start: 2;
		-ms-grid-row: 13;
		grid-row-start: 13;
	}

	.single-home-box:nth-child(15) {
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-row: 14;
		grid-row-start: 14;
	}

	.single-home-box:nth-child(16) {
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
		-ms-grid-column: 2;
		grid-column-start: 2;
		-ms-grid-row: 14;
		grid-row-start: 14;
	}

	.single-home-box:nth-child(17) {
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-row: 15;
		grid-row-start: 15;
	}

	.single-home-box:nth-child(18) {
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
		-ms-grid-column: 2;
		grid-column-start: 2;
		-ms-grid-row: 15;
		grid-row-start: 15;
	}

	.single-home-box:nth-child(19) {
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-row: 16;
		grid-row-start: 16;
	}

	.single-home-box:nth-child(20) {
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
		-ms-grid-column: 2;
		grid-column-start: 2;
		-ms-grid-row: 16;
		grid-row-start: 16;
	}

	.single-home-box:nth-child(21) {
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-row: 17;
		grid-row-start: 17;
	}

	.single-home-box:nth-child(22) {
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
		-ms-grid-column: 2;
		grid-column-start: 2;
		-ms-grid-row: 17;
		grid-row-start: 17;
	}

	.single-home-box:nth-child(23) {
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-row: 18;
		grid-row-start: 18;
	}

	.single-home-box:nth-child(24) {
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
		-ms-grid-column: 2;
		grid-column-start: 2;
		-ms-grid-row: 18;
		grid-row-start: 18;
	}

	.single-home-box:nth-child(25) {
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-row: 19;
		grid-row-start: 19;
	}

	.single-home-box:nth-child(26) {
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
		-ms-grid-column: 2;
		grid-column-start: 2;
		-ms-grid-row: 19;
		grid-row-start: 19;
	}

	.single-home-box:nth-child(27) {
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-row: 20;
		grid-row-start: 20;
	}

	.single-home-box:nth-child(28) {
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
		-ms-grid-column: 2;
		grid-column-start: 2;
		-ms-grid-row: 20;
		grid-row-start: 20;
	}

	.single-home-box:nth-child(29) {
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-row: 21;
		grid-row-start: 21;
	}

	.single-home-box:nth-child(30) {
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
		-ms-grid-column: 2;
		grid-column-start: 2;
		-ms-grid-row: 21;
		grid-row-start: 21;
	}

	.single-home-box:nth-child(31) {
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-row: 22;
		grid-row-start: 22;
	}

	.single-home-box:nth-child(32) {
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
		-ms-grid-column: 2;
		grid-column-start: 2;
		-ms-grid-row: 22;
		grid-row-start: 22;
	}

	.single-home-box:nth-child(33) {
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-row: 23;
		grid-row-start: 23;
	}

	.single-home-box:nth-child(34) {
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
		-ms-grid-column: 2;
		grid-column-start: 2;
		-ms-grid-row: 23;
		grid-row-start: 23;
	}



	.welcome.single-home-box h2 {
		font-size: 2rem;
		font-weight: 500;
		width: auto;
		padding: 0 1rem;
		text-align: center;
		line-height: initial;
	}

	.large.intro.single-home-box h2 {
		font-size: 1.8rem;
		line-height: 2rem;
		text-align: center;
	}

	.large.mission.single-home-box h2 {
		font-size: 1.5rem;
		line-height: 1.8rem;
		font-weight: 300;
		padding: 0 2rem;
	}

	.large.intro.single-home-box .shb-content {
		padding: 0;
	}


}

/*
 Fix Grid Layout
 */


@media (min-width: 850px) and (max-width: 1450px) {
	.single-home-box.branding img {
		height: auto;
		width: 76%;
	}
}


@media (min-width: 1450px) {


	.single-home-box:nth-child(2),
	.single-home-box:nth-child(3){
		height:auto;
	}

	.shb-content,
	.shb-overlay
	{
		min-height: 306px;
	}

}

@media (min-width: 750px) and (max-width: 850px) {

	.shb-content,
	.shb-overlay
	{
		height: 225px;
	}

	.shb-overlay h2 {
		font-size: 1.2rem;
	}

	.single-home-box:nth-child(1){
		margin-top:1rem;
	}

	.single-home-box.branding img {
		margin-bottom: 6rem;
	}


}

@media (min-width: 500px) and (max-width: 750px) {

	.shb-content,
	.shb-overlay
	{
		height:180px;
	}

	.shb-overlay h2 {
		font-size: 1rem;
	}


}

@media (min-width: 320px) and (max-width: 500px) {

	.shb-content,
	.shb-overlay
	{
		height:140px;
	}

	.shb-overlay h2 {
		font-size: .8rem;
		padding: .7rem;
	}

	.single-home-box:nth-child(2),
	.single-home-box:nth-child(3)
	{
		margin-top: 2rem;
	}

}



/*--------------------------------------------------------------
# News and Media Blog Archive Page
--------------------------------------------------------------*/

.blog .content-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 0 2.5rem;
}

.blog .content-main article {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	padding: 1rem;
	margin-bottom: 3rem;
}

.entry-content.post-archive {
	padding: 0;
	margin: 0;
}

.entry-content.post-archive p {
	margin: 0;
	padding: 0;
}

h2.section-type {
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 900;
	padding: 0;
	margin: 0;
	padding: 2rem 3.5rem;

}

header.entry-header.color {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cat-filter{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	overflow-x: auto;
	white-space: nowrap;
}

.cat-filter li{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 1rem;
	font-weight: 300;
	padding: 1rem 0;
}

.cat-filter li:last-child {
	padding-right: 1rem;
}


.cat-filter-wrapper {
	background: #f7f7f7;
	padding: 0px 3.5rem;
}


.meta {
	margin-top: 2rem;
	position: relative;
	display: block;
}

.meta span {
	display: block;
	margin: .5rem 0;
}

span.category {
	font-weight: 700;
	font-size: .9rem;
}

hr.post-line {
	position: relative;
	width: 10%;
	background-color: #ffffff91 !important;
	display: block;
	height: 1px;
	border: 0;
	margin: 1em 0;
	padding: 0;
}

.header-content h1 {
	font-size: 2rem;
	font-weight: 500;
	line-height: 2.6rem;
	margin: 2rem 0;
}

.post-thumb img {
	width: 100%;
}

@media (max-width: 780px) {

	.blog .content-main {
		display: block;
	}

	.cat-filter-wrapper {
		padding: 0 1rem;
	}

	.post-thumb img {
		width: 100%;
	}

	.blog .content-main article {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-bottom: 3rem;
	}

	.blog .content-main {
		padding: inherit;
	}

	h2.section-type {
		padding: 0 1rem;
		margin: 1rem 0;
	}

}


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

hr.custom-sidebar-line {
	position: relative;
	width: 19%;
	background-color: #48484891 !important;
	display: block;
	height: 2px;
	border: 0;
	margin: 2em 0;
	padding: 0;
}

.sidebar-content {
	font-size: .8rem;
	font-weight: 400;
}

header.post-page-header {
	background: #000;
	padding: 2rem 3.5rem 2rem 3.5rem;
	color: #fff;
	margin: 0 auto;
	margin-bottom: 3rem;

}

.post-wrapper h1 {
	font-size: 2rem;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.post-wrapper h2 {
	font-size: 1.5rem;
	font-weight: 300;
	padding: 0;
	margin: 0;
}

.full-width.image-container.post-template-custom {
	min-height: 650px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: block;
	position: relative;
	margin: 0 auto;

}

.full-width-image-wrapper {
	padding: 0 3rem;
	display: block;
	width: 100%;
	padding-bottom: 2rem;
	max-width: 1400px;
	margin: 0 auto;
	padding-top: 2rem;
}

.post-temp .meta {
	margin-top: 0;
	margin-bottom: 2rem;
}

.post-temp .meta span {
	display: inline;
	margin: .5rem 0;
}

.content-container.post-temp {
	padding: 0rem 0;
}


.post-temp span.post_date{
	top:0;
}

.post-temp .meta span.category {
	padding: 5px 12px;
	font-size: .8rem;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: table;
}

.post-temp  .breadcrumb {
	margin-bottom: .6rem;
}

.poster {
	display: inline;
	font-size: .75rem;
}

span.post_date {
	font-size: .75rem;
	font-weight: 300;
}

.category-area a {
	margin-right: .5rem;
	font-weight: 400;
}

.category-area a span.category{
	color: #fff;
	margin-bottom: .5rem;
	display: inline-block;
}

.entry-content p {
	line-height: 1.7;
}

span.postby:after{
	border-left: 1px solid currentColor;
	content: "";
	display: inline-block;
	height: 1.1em;
	margin: 0 .4em;
	vertical-align: middle;
	width: 2px;
}

.cats a span {
	display: inline-block !important;
}

h1.entry-title {
	font-size: 1.7rem;
}

@media (max-width: 1295px){

	.full-width-image-wrapper {
		padding: 0 3rem;
		padding-bottom: 2rem;
	}

	.full-width.image-container.post-template-custom {
		min-height: 475px;
	}
}


@media (max-width: 800px){


	h1.entry-title {
		font-size: 1.4rem;
	}

	h2.entry-title {
		font-size: 1.2rem;
	}

	h3.entry-title {
		font-size: 1.1rem;
	}



	.full-width.image-container.post-template-custom {
		min-height: 50vh;
	}

	.full-width-image-wrapper {
		padding: 1rem 3rem;
	}


	header.entry-header.color {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		background: #000;
		margin-top: 1rem;
	}

	header.post-page-header {
		padding: 1rem 1rem 1rem 1rem;
		margin: 0 0 1rem 0;
	}

	.post-wrapper h1 {
		font-size: 1.5rem;
	}

	.post-template-custom {
		padding: 0 1rem;
		padding-bottom: 0rem;
	}

	.post-wrapper h2 {
		font-size: 1.2rem;
	}

	.header-content {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		min-height: 0;
		padding: 1rem 1rem;
		color: #fff;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
	}

	.feature-image {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		background-position: center center !important;
		padding-bottom: calc(100% - 89px);
	}

	.default-post-header h1 {
		font-size: 1.5rem;
		font-weight: 400;
		line-height: 2rem;
		margin: 0;
	}

	span.category {
		font-weight: 300;
		font-size: .9rem;
	}

	.meta {
		margin:0;
	}

	.content-container {
		padding: 1rem 0;
	}

}

@media (max-width: 700px){
	.full-width-image-wrapper {
		padding: 0 1rem;
		padding-bottom: 1rem;
	}
}

/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/

html, div#page, .wrapper-footer  {
	background: #000;
}

.page .content-area {
	margin: 0 auto;
	padding: 1rem 0;
	background: #000;
}

.page .entry-content{
	padding: 0px 3.5rem;
}

.page .entry-content {
	-ms-flex-preferred-size: 70%;
	flex-basis: 70%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 2rem;
}

.page-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.page-content{
	padding-bottom: 2rem;
}

@media (max-width: 875px){
	.page header.entry-header {
		padding: 0 1rem;
	}

	.page aside#secondary {
		padding-left: 0;
		padding: 2rem 1rem;
	}

	.page-container {
		display: block;
	}

	.page .entry-content{
		padding: 0px 1rem;
	}
}

/*--------------------------------------------------------------
# Archive
--------------------------------------------------------------*/

.archive .content-main {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	padding: 2rem 3.5rem;
	grid-gap: 2.5rem;
	max-width: 1400px;
	margin: 0 auto;
}

.archive .header-wrapper {
	width: 500px;
}

@media (max-width: 1024px){

	.archive .content-main {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 2.5rem 1fr;
		grid-template-columns: 1fr 1fr;
	}

	.archive .header-wrapper {
		width: auto;
	}

}

@media (max-width: 750px){

	.archive .content-main {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		padding: 2rem 1rem;
	}

	.archive .header-wrapper {
		width: auto;
	}

}

.cat-filter li a:hover {
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	color: #868686;
}

/*--------------------------------------------------------------
# Global Max Width
--------------------------------------------------------------*/


footer, header, .content-container, .container, .cat-filter-wrapper{
	max-width: 1400px;
	margin: 0 auto;
}

.wrapper-nav, .page-container {
	margin: 0 auto;
	max-width: 1400px;
}

.home .wrapper-nav, .home .page-container, .home footer {
	margin: 0 auto;
	max-width: 1600px;
}

.content, .image-container.post-template-custom {
	max-width: 1400px;
}

.pageheader-wrapper {
	background: #000;
}

.wrapper-content {
	background: #fff;
}

.blog .filter-wrapper {
	background: #f7f7f7;
}

header.page-header.large {
	max-width: 1400px;
	margin: 0 auto;
}

.post, .page {
	margin: 0 0 1.5em;
	background: #fff;
}




/* IE10+ CSS styles go here */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

	.single-home-box {
		padding: 1rem;
	}

	.shb-content{
		min-height:300px;
	}

	.blog .content-main article {
		flex-basis: 48%;
		padding:0 .5rem;
		margin-bottom: 3rem;
	}

	.content-container.post-temp {
		padding: 1rem 0;
	}


}

@media (min-width: 1px) and (max-width: 750px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.single-home-box {
		padding: .5rem;
	}

	.shb-content{
		min-height:auto;
	}

}

article a img:hover {
	opacity: .9;
}

article h2 a:hover, h3 a:hover{
	color: #656565;
}

.popular-post h3 a:hover {
	color: #6d6d6d;
}

h2.entry-title a:hover {
	color: #828282;
}

.error404 .page-content {
	padding: 2rem 3rem;
	max-width: 1400px;
	margin: 0 auto;
}

.error404 .page-header {
	background: #fff;
	color: #000;
	padding: 1.5rem 3.5rem;
}

.filter-wrapper {
	background: #f8f8f8;
}

.post-type-archive-investigator .filter-wrapper {
	background: none;
}

.investigator span.tag a {
    color: #fff;
	text-decoration: underline;
}


.investigator span.tag a:hover {
    color: #333;
}

.content-main.full-width-image-wrapper article {
	margin-bottom: 3rem;
}


.post-template-full-width-post-picker .full-width-image-wrapper {
	max-width: 1200px;
}

.nav-post-wrapper {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2.5rem;
}


.search-container {
	display: flex;
	flex-wrap: nowrap;
	max-width: 1400px;
	margin: 0 auto;
	padding: 3rem 3.5rem;
}

.sidebar-search {
	flex-basis: 25%;
	padding-right: 5%;
}

.search-results {
	flex-basis: 75%;
}

h2.search-entry-title {
	font-size: 1.1rem;
	padding: 0;
	margin: 0;
}

.search-results p{
	font-size: .9rem;
}

.sidebar-search label {
	display: block;
	margin-bottom: .2rem;
	font-size: .8rem;
	font-weight: 400;
}

.options {
	margin-bottom: 2rem;
}

button.search-button {
	display: block;
	width: 100%;
	margin: 1rem 0;
	color: #333;
	background: #b6d43e;
	border: 0;
	border-radius: 0;
	font-size: .9rem;
	font-weight: 700;
	cursor: pointer;
	margin-bottom: 2rem;
}

.search article {
	padding: 0;
	margin: 0;
	padding-bottom: 1rem;
}

.sidebar-search h3 {
	padding: 0;
	margin: 0;
	margin-bottom: 1rem;
	text-transform: uppercase;
	font-size: .9rem;
	font-weight: 900;
}


.sidebar-search select, .sidebar-search input.search-field {
	border: none;
	background: none;
	border-bottom: 2px solid #333;
	border-radius: 0;
	width: 100%;
	-webkit-appearance: none;
	outline: 0;
	color: #333;
	font-weight:500;
}

.wp-paginate .current {
	color: #333 !important;
	background: #beda46 !important;
	border: 1px solid #beda46 !important;
}

.wp-paginate.font-inherit {
	font-weight: bold !important;
	font-size: .9rem !important;
}



@media (max-width: 1024px){

	.search .header-wrapper {
		width: auto;
	}

}

@media (max-width: 750px){

	.search-container {
		display: block;
		flex-wrap: nowrap;
		max-width: 1400px;
		margin: 0 auto;
		padding: 1rem 1rem;
	}


	.alignleft, .aligncenter, .alignright{
		display: block;
		width: 100%;
		margin-bottom: 1.5rem;
	}

	.search .header-wrapper {
		width: auto;
	}

	.nav-post-wrapper {
		padding: 0 1rem;
	}

}


.navigation {
	display: flex;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
}

.blog .navigation {
	padding: 0 1rem;
	margin: 1rem 0;
}

.navigation div {
	flex-basis: 50%;
	padding: 1rem 0;
	margin-bottom: 2rem;
}

.left-align{
	justify-content: flex-start;
	display: flex;
}

.right-align{
	justify-content: flex-end;
	display: flex;
}

.view-link {
	text-transform: capitalize;
	margin-top: .5rem;
	position: relative;
	display: inline-block;
}

.search .view-link a {
	color: #333;
}

.search .view-link a:hover {
	color: #333;
}

/* Search Features */

.bar-search input {
	background: rgba(255, 255, 255, 0);
	border: 0;
	outline: 0;
	width: 500px;
}

.post-type-archive-investigator .content {
	margin: 0 auto;
	width: 100%;
	padding: .1rem 3.5rem;
}

.search-wrapper {
	background: #f7f7f7;
}

.bar-search {
	border-bottom: 1px solid #333;
	width: fit-content;
}

.bar-search button{
	background-color: inherit;
	border: none;
	color: #333;
	outline: 0;
	padding: 0;
	margin: 0;
	font-size: 1rem;
}

.bar-search input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #333;
}
.bar-search input[type="text"]::-moz-placeholder { /* Firefox 19+ */
	color: #333;
}
.bar-search input[type="text"]:-ms-input-placeholder { /* IE 10+ */
	color: #333;
}
.bar-search input[type="text"]:-moz-placeholder { /* Firefox 18- */
	color: #333;
}


.search .page .entry-content {
	padding: 0px 0rem;
}

span.tag {
	padding-left: .5rem !important;
}

.tags {
	font-size: .9rem;
	font-weight: 200;
}

.tag-content {
	margin: 1rem 0;
	color: #ec4f30;
	font-weight: 500;
}

.search_container{
	margin: 0 auto;
	max-width: 1400px;
	padding: 1rem 3.5rem;
}

@media (max-width: 750px){

	.bar-search input {
		width: 90%;
	}

	.bar-search button {
		float: right;
		margin-top: 6px;
	}

	.bar-search {
		border-bottom: 1px solid #333;
		width: 100%;
	}

	.search-wrapper {
		background: #f7f7f7;
		padding: 1rem 2rem;
	}

	.search_container {
		margin: 0 auto;
		max-width: 1400px;
		padding: 0;
	}

}



/* Search */


.global-search form input[type="search"] {
	border: 0;
	background: transparent;
	outline: 0;
	border-radius: 0;
	color: #fff;
}

.global-search form.search-form {
	border-bottom: 1px solid #c3c3c3;
	height: 1.8rem;
}

.global-search form input[type="search"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #c3c3c3;
}
.global-search form input[type="search"]::-moz-placeholder { /* Firefox 19+ */
	color: #c3c3c3;
}
.global-search form input[type="search"]:-ms-input-placeholder { /* IE 10+ */
	color: #c3c3c3;
}
.global-search form input[type="search"]:-moz-placeholder { /* Firefox 18- */
	color: #c3c3c3;
}

.global-search .search-form .search-submit {
	background-color: inherit;
	border: none;
	color: #c3c3c3;
	outline: 0;
	padding: 0;
	margin: 0;
	font-size: .9rem;
}

@media (max-width: 950px){

	.global-search .search-form .search-submit {
		float: right;
		margin-top: 6px;
		font-size:1rem;
	}

	.global-search form.search-form {
		width: 100%;
	}

	.global-search {
		margin: 0 auto;
		width: 50%;
	}

	.main-nav.active{
		margin-bottom: 4rem;
	}

	.global-search form input[type="search"] {
		width: 90%;
	}

	.home div#content {
		margin: 2rem 0;
	}

}

.main-nav ul ul {
	position: absolute;
	z-index: 99999;
	padding: 0;
	padding-bottom: 0.7rem;
	min-width: 10rem;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;
	display: none;
	padding: .5rem 0;
	margin-top: 0;
}

.main-nav ul li:hover>ul, .main-nav ul li.focus>ul {
	/* left: auto; */
	display: block; /* Added */
}

.main-nav ul.sub-menu li a{
	color: #000 !important;
	font-size: .9rem;
	font-weight: 200 !important;
}

ul.sub-menu li {
	clear: both;
	text-align: center;
	padding: .3rem 0;
	padding-left: 1.5rem;
	margin-right: 1.5rem;
}

ul.sub-menu li a:after{
	height: 0;
}


ul#primary-menu li.menu-item-has-children a:after{
	height: 0;
}


ul#primary-menu ul.sub-menu li:last-child, ul#primary-menu ul.sub-menu li{
	padding: 0;
	margin: 0;
	outline: 0;
}

ul#primary-menu ul.sub-menu li{
	padding: 0 1rem;
}

ul#primary-menu ul.sub-menu li:last-child{
	padding: 0 1rem;
}


ul#primary-menu li.menu-item-has-children::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
	height: 0;
}

img.page-feature {
	width: 100%;
}

a.search_icon {
	color: #fff;
}

.global-search {
    position: absolute;
    margin-left: 13px;
    display: inline-block;
}

.headersearchform form.search-form{
	width: 200px;
}

.home .headersearchform {
	position: absolute;
	right: 0px;
	margin-top: 11px;
	background-color: #F7F7F7;
	z-index: 1;
	padding: 10px 10px;
	box-shadow: 0 0 2px rgba(0,0,0,.1);
}


.headersearchform {
    position: absolute;
    right: 0px;
    margin-top: 11px;
    background-color: #F7F7F7;
    z-index: 1;
    padding: 10px 10px;
    box-shadow: 0 0 2px rgba(0,0,0,.1);
}

.headersearchform form input[type="search"] {
	color: #383838;
}

.headersearchform .search-form .search-submit {
	color: #565656;
}


@media (max-width: 950px) {
	
	.global-search {
    position: relative;
    margin-left: 0;
    display: inline;
}
	
	.headersearchform form.search-form {
    width: 200px;
    display: block;
    margin: 0 auto;
}
	
	.headersearchform, .home .headersearchform  {
		position: relative;
		right: 0;
		margin-top: 0;
		background-color: transparent;
		z-index: 1;
		padding: 0;
		box-shadow: 0;
	}

	.headersearchform form input[type="search"] {
		color: #fff;
	}

	.headersearchform .search-form .search-submit {
		color: #fff;
	}
	
	.main-nav ul ul {
		position: relative;
		width: 100%;
	}

	.menu-main-menu-container {
		margin: 0;
		margin-top: 0px;
		margin: 0 1rem;
	}

	ul#primary-menu li {
		padding-left: 0;
		margin-right: 0;
		padding: 0;
	}

}

.investigator-contact-box {
    padding: .3rem 0 !important;
}


.entry-content a,
.investigator-contact-box a{
	color: #f74216;
}

.entry-content a:visited, 
.investigator-contact-box a:visited {
    color: #3d3dea;
    text-decoration: underline;
}

.home .logo{
	visibility:hidden;
}

.left{
	justify-content: flex-end !important;
	text-align: left !important;
}

.right{
	justify-content: right !important;
	text-align: right !important;
}

.center{
	justify-content: center !important;
	text-align: center !important;
}

.l{
	text-align: left !important;
}

.r{
	text-align: right !important;
}

.c{
	text-align: center !important;
}

/* Investigator Archive Updates Dec 1 2021 */

.investigatorList {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: relative;
	box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 19%);
	transition: all .2s ease-in-out;
}

.investigatorList:hover {
	box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 0%);
	background-color: #333;
}

ul.investigators {
	display: grid !important;
	margin: 2rem 0;
	grid-gap: 0.8rem;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

ul.investigators li {
	padding: 0;
}

ul.investigators li a {
	font-weight: 500;
	text-align: center;
	padding: 3px 0;
	font-size: .9rem;
	color: #fff !important;
	display: flex;
    justify-content: center;
    
}

.investigator_title{
	background: #000;
	
}

.investigatorList a {
    width: 100%;
    height: 100%;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none; 
    width: inherit;
    height: inherit;
    overflow: hidden;
    outline: 0;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0.5rem;
}

.footer-menu ul li a {
    color: #fff;
    padding: 6px 9px 6px 0;
    font-size: 13px;
    border-right: 0 !important;
}

@media (max-width: 820px){
	.footer-menu ul {
		display: flex;
		flex-wrap: wrap;
		padding-left: 0;
		margin-top: 1rem;
	}
	
	.contact {
    flex-wrap: wrap;
	}
}

@media (max-width: 1024px) {
	ul.investigators {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (max-width: 950px) {
	ul.investigators {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (max-width: 750px){
	ul.investigators {
		grid-template-columns: 1fr 1fr;
	}

	.post-type-archive-investigator .content {
		margin: 0 auto;
		width: 100%;
		padding: 0.1rem 1.5rem;
	}
}
