/*!
Theme Name: mwccs_public
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mwccs_public
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.

mwccs_public is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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 {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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 {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* 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);
	line-height: 1;
	padding: 0.6em 1em 0.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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

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

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

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 250px;
    line-height: 32px !important;
    font-size: 17px !important;
}

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

.main-navigation li {
	position: relative;
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	
}

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

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

.widget select {
	max-width: 100%;
}

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

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

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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


/* MWCSS additions */
a {outline:none;}
a img {outline:none;}
img {border:0;}
#sitelogo {max-width:388px; margin: 0 auto;}
#sitelogo img {width: 100%; margin-top:44px; padding-bottom: 14px;}
#nav-span {width: 100%; background-color:#4d4d4d; }
#primary-menu {text-transform: uppercase; }
#primary-menu a{color:#fff; font-family: 'Roboto condensed', arial; font-size: 19px; letter-spacing: .2px; padding: 0px 25px; line-height: 40px}
#primary-menu a:hover {text-shadow: 0px 0px .09px white, 0px 0px .09px white, 0px 0px .09px white,  0px 0px .09px white; background-color:#911a39; }
.sub-menu a:hover {background-color:#d1d3d4 !important; color:#911a39 !important;}
#primary-menu > li:hover > a {background-color:#911a39;}
.sub-menu {display: block !important; }
.sub-menu a {color:#4d4d4d !important; }
.sub-menu li:first-child {padding-top: 18px; }
.sub-menu li:last-child {padding-bottom: 25px; }
.menu-menu-1-container {margin: 0 auto; max-width: 960px; }
#covid-special {background-color:#ffc20e; position: relative; }
.main-navigation ul {justify-content: space-between; }
#covid-inner {display: flex; justify-content: center; max-width: 866px; margin: 0 auto;color:#000; }
#covid-inner div { line-height: 40px; font-family: 'Roboto condensed', arial; font-size: 21px; padding: 0px 16px; }
#covid-inner div a {color:#000; text-decoration: none; }
#covid-inner div a:hover {color:#ffffff;}
.sub-menu li {background-color:#d1d3d4;}
.sub-menu li a:hover {background-color:#d1d3d4;}
.sub-menu li a {padding-right: 40px !important; }
footer {background-color:#eceded; }
#footer-inner {max-width: 1270px; margin: 0 auto; padding-left: 15px; padding-right: 15px; padding-top: 42px; padding-bottom: 30px;}
.footer-area {float: left; }
.footer-area h4 {font-family: 'Roboto condensed', arial; font-size: 32px; font-weight: 400; color: #911a39; line-height: 1; margin-bottom: 0px; margin-top: 0px; letter-spacing: -.4px;}
.footer-area-right {float: right; width: 56.972477%; }
.footer-area-right p {font-family: arial; font-size: 13px; }
.footer-area-right p:nth-of-type(1) {margin-top: 0px; line-height: 19px;}
.footer-area-right p:nth-of-type(2) {font-style: italic; color:#911a39; line-height: 19px;}
.footer-area-right p:nth-of-type(3) {font-size:11px; color:#666666; letter-spacing: -.1px;}
.footer-area-right p:nth-of-type(3) span {display: inline-block; }
.footer-area-right a {text-decoration: none; color:#666; }
.footer-area-right a:hover {text-decoration:underline; }
#footer-inner:after {content: ""; display: table; clear: both;}
.footer-area-center {font-family: 'Roboto condensed', arial; font-size: 15px; color:#333; width: 23%; letter-spacing: -.3px;}
.footer-area-center a {text-decoration:none; color:#333;}
.footer-area-center a:hover {color:#911a39;}
.footer-area-left img {width: 100%;}
.footer-area-left {margin-right: 1.8%; width: 16.88%;}
.site-header {position: -webkit-sticky;
  position: sticky; top: 0; width: 100%; background-color:#fff; z-index: 1000;}
  .post, .page {margin-bottom: 0px; }
  #burgandy-bar div {font-size: 44px;  font-family: 'Roboto condensed', arial; font-weight: 700; text-transform:uppercase; margin-top: 0px; margin-bottom: 0px; color:#fff; max-width: 1106px; margin: 0 auto; line-height: 80px;}
  #newscat-holder { max-width: 1106px; margin: 0 auto; line-height: 80px;}
  #burgandy-bar {background-color:#911a39; width: 100%; }
  #bottom-grey-bar {width: 100%; line-height: 0px; height: 58px; background-color:#4d4d4f; }
  .site-main {background-color:#eceded;}
  .entry-title {margin-bottom :0px; }
  .entry-content {margin-bottom: 0px; margin-top: 0px; overflow: auto; padding-bottom: 40px;}
  .entry-content p a {color:#911a39; text-decoration: underline; font-weight: 700; }

  .entry-content p a:visited {color:#911a39; }
    .entry-content p a:hover {color:#333; }
  .entry-content li {font-size: 20px; }
  .entry-content li a {color:#911a39; text-decoration: underline; font-weight: 700; font-size: 20px;}

  .entry-content li a:visited {color:#911a39}
    .entry-content li a:hover {color: #333; }
.main-navigation ul ul {box-shadow: 0px 0px 0px;  }
.home .site-main {background-color:#ffffff; }
.site-main article { width: 80%; margin: 0 auto; max-width: 900px;}
.site-main {font-family: 'Roboto condensed', arial; }
.site-main p {font-size: 20px; }
.newsbox {display: flex;justify-content: space-between; background-color:#bebec0; max-width: 1120px; margin: 0 auto; padding-bottom: 60px;}
.newsbox-home p {margin-top: 0px; margin-bottom: 0px; font-size: 17px; line-height: 23px; }
.newsbox-home {background-color:#fff; border: 1px solid #911a39; flex: 0 1 31.4%; cursor: pointer;}
.newsbox-home-inner {padding: 32px; }
.newsbox-home h4 { font-family: 'Roboto condensed', arial; font-weight: 700; font-size: 22px; text-transform:uppercase; margin: 0px; line-height: 26px;}
.newsbox-home h4 a {color:#911a39; text-decoration: none; }
.newsbox-home:nth-child(n+4) {display: none }
.newsbox-home:hover h4 a {text-decoration:underline; }
.newsbox-cat:hover h4 a {text-decoration:underline; }
.entry-header .entry-title {font-family: 'Roboto condensed', arial; font-weight: 400; font-size: 36px; text-transform:uppercase; color: #911a39;}
#search-submenu {position:absolute; right: 80px; top: 75px;}
.search-form input[type="search"] {background-color:#D1D3D4; border-radius: 0px; border: 0px; padding: 0px;height: 27px; padding-left: 4px; padding-bottom: 3px; vertical-align: top; -webkit-appearance: none;}
.search-form input[type="search"]::placeholder {font-size: 0px; }
.search-form input[type="search"]::-webkit-search-decoration {display: none; }
.search-form {position:relative; }
.search-form .search-submit {background-color:#D1D3D4; position: absolute; left: 0px; border: 0px; color: transparent; padding: 0px; border-radius: 0px; background-image: url('/mwccs/wp-content/themes/mwccs_public/images/spyglass.svg'); background-repeat: no-repeat; height: 27px; cursor: pointer; font-size: 0px; width: 34px; background-size: 24px 20px; background-position: center; top: 0px;}
.search-form .search-field {line-height: 1;margin-left:32px; width: 190px; }
input:focus, textarea:focus, select:focus{outline: none;}
#search-submenu ul {list-style-type: none; margin-left: 0px; padding-left: 0px; font-size: 16px; font-family: 'Roboto condensed', arial; margin-bottom: 18px; }
#search-submenu ul li {line-height: 28px; }
#search-submenu ul li:first-child {position:relative; display: inline; }
#search-submenu ul li a {color:#6d6e71; text-decoration: none; }
#search-submenu ul li a:hover {color:#911a39; }
#search-submenu ul li img {width: 18px; position: absolute; top: 0px; left: 0px;}
#search-submenu ul li span {width: 18px; height: 18px; background-color:#8c8c8c; border-radius: 2px; position: relative; display: inline-block; padding-top: 2px; position: absolute; right: -25px; top: 0px;}
#search-submenu ul li:first-child:hover  span {background-color:#911a39;}
#search-submenu ul li:first-child:hover  a {color:#911a39;}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { -webkit-appearance:none;}
.page-id-45 .site-main p strong {color:#911a39;}
.news-outer {background-color:#bebec0; width: 100%; margin-top: 20px;}
.post-thumbnail {width: 100%;}
.post-thumbnail img {display: block; }
.page-template-news-pub-page .entry-content p:first-child {font-family: 'Roboto condensed', arial; font-weight: 400; font-size: 32px; text-transform: uppercase; color: #911a39; margin-bottom: 0px;}
.page-template-news-pub-page .entry-header {display: none; }
.page-template-news-pub-page .entry-content p:nth-child(2) {font-size: 27px; margin-top: 4px; }
.page-template-news-pub-page .entry-content p:nth-child(2) a {text-decoration: none; color:#4D4D4F; }
.page-template-news-pub-page .entry-content p:nth-child(2) a:hover {color:#911a39; }
.newscat {display: flex; flex-flow: row wrap; max-width: 1120px; margin: 0 auto; padding-bottom: 70px;}
.newsbox-cat {flex: 0 1 30%; background-color: white;  margin: 1.666666%; border:1px solid #911a39; box-sizing: border-box; cursor: pointer; }
.newsbox-cat-inner {padding: 32px; }
.newsbox-cat h4 {margin: 0px;  text-transform: uppercase; }
.newsbox-cat h4 a{color:#911a39; font-size: 22px; text-decoration: none; line-height: 26px;}
.newsbox-cat p{margin: 0px; font-size: 19px; color:#000;font-family: 'Roboto condensed', arial; line-height: 23px;}
.entry-content h4 {font-size: 20px; color: #911a39; font-size: 25px; }
.entry-content ul, .entry-content ol {margin-left: 20px; }
.entry-content ul li {padding-bottom: 10px; font-size: 20px; }
.entry-content ol li {padding-bottom: 10px; font-size: 20px; }
.newspost-title {font-size: 18px; font-weight: 700; line-height: 24px; }
.page-template-news-pub-page .entry-content {padding-bottom: 0px; }
.burg-outer {background-color:#911a39; padding-bottom: 24px; }
.burg-inner {margin: 0 auto; width: 1060px; color:#fff; font-size: 29px; line-height: 40px; padding-top: 38px; padding-bottom: 30px;}
.burg-text-line {max-width:1060px; margin: 0 auto; color:#fff; }
.burg-text-line div {float: left; font-size: 39px; font-weight: 700; text-transform: uppercase; letter-spacing: -.1px;}
.burg-text-line a{float: right; background-color:#cfd3d4; font-size: 29px; display: block; background-color:#d1d3d4; text-decoration: none; color:#911a39; padding-left: 20px; padding-right: 20px; margin-top: 10px; transition: background-color 0.2s ease; }
.burg-text-line a:hover {background-color:#4d4d4d; }
#twitter-bar {background-color:#4d4d4f; text-align: center; height: 60px;}
#twitter-bar div {padding-top: 5px; }
#twitter-bar a {color:#fff; font-size: 35px; text-decoration: none; line-height: 44px; }
#twitter-bar img {width: 44px; display: inline-block; margin-bottom: -.3em; margin-right: 20px; background-color:#8a8a8a; border-radius: 6px;}
#twitter-bar a:hover {color:#8a8a8a; }
#twitter-bar a:hover img {background-color:#666; }
#community-home {width: 100%; background-color:#4d4d4f; display: flex; align-items: center;}
#community-home-img {width: 54.93882716%; }
#community-home-text {width: 45.0611%; color:#fff }
#community-home-text h3 {font-size: 54px; margin-top: 0px; margin-bottom: 25px;}
#community-home-text p {margin-top: 0px; font-size: 1.5vw; line-height: 1.4; }
#community-home-text a {color:#fff; font-size: 28px; text-decoration: none; text-transform: uppercase; background-color:#911a39; line-height: 48px; display: inline-block; padding-left: 16px; padding-right: 16px; transition: background-color 0.2s ease;}
#community-home-text a:hover {background-color:#d1d3d4; }
#community-home-text div {padding-left: 6.47%; padding-right: 10%;  }
#community-home-img img {display: block; }
#invest-home {width: 100%; background-color:#6d6e71; display: flex; align-items: center;}
#invest-home-text {width: 45.18%; color:#fff }
#invest-home-text div {padding-left: 16%; padding-right: 4%}
#invest-home-text p {margin-top: 0px; font-size: 1.5vw; line-height: 1.4 }
#invest-home-text h3 {font-size: 54px; margin-top: 0px; margin-bottom: 25px; line-height: 57px;}
#invest-home-img {width: 54.82%;}
#invest-home-img img {display: block; }
#invest-home-text a {color:#911a39; font-size: 28px; text-decoration: none; text-transform: uppercase; background-color:#d1d3d4; line-height: 48px; display: inline-block; padding-left: 24px; padding-right: 24px; transition: background-color 0.2s ease;}
#invest-home-text a:hover {background-color:#4d4d4f }
#separator-home {line-height: 60px; background-color:#d1d3d4; }
#news-text {background-color: #bebec0; max-width: 1120px; margin: 0 auto; position: relative;}
#news-text p {font-size: 28px; font-weight: 700; letter-spacing: -.2px; margin: 0px; margin-top: 10px; margin-bottom: 15px;}
#news-text h3 {margin: 0px; font-size: 57px; color:#4D4D4F; padding-top: 38px; letter-spacing: -.2px;}
#news-wrap {background-color: #bebec0; width: 100%; }
#news-text a {color: #911a39; text-decoration: none; font-size: 32px;}
#news-text a:hover {color:#4D4D4F;}
#news-text p a {color:#4D4D4F; } 
#news-text p a:hover {color: #911a39;}
#news-text div {margin-bottom: 20px; }
#news-text #news-home-button a {position: absolute; right: -38px; top:58px; background-color:#4D4D4F; color:#fff; padding: 0 10px; line-height: 48px; display: inline-block; }
#news-text #news-home-button a:hover {color:#d1d3d4; }
.wpcf7-submit {cursor: pointer; background-color: #911a39 !important; color:#fff !important; text-transform:uppercase; font-family: 'Roboto condensed', arial; font-size: 22px; font-weight: 700; border-radius: 0px !important; border: 0px !important; padding-top: 11px !important; padding-bottom: 10px!important; line-height: 22px !important;}
.sitemap-list a{color:#000; }
.sitemap-list a:hover {color:#911a39; }

.entry-content h3 {font-family:  'Roboto condensed', arial; color:#911a39; font-size: 22px;}
.wpcf7-submit:hover {background-color: #4D4D4F !important;}
.journal-title {font-weight: 700; font-size: 18px; }
table, td, th {border: 4px solid #ccc; border-collapse: collapse;padding: 10px;}
td a {color:#333 }
td a:hover {color:#911a39;}
.wp-block-table { max-width: 420px;}
.type-post a {color:#333; }
.nav-links {max-width: 900px; width: 80%; margin: 30px auto; padding-bottom: 40px;}
.nav-previous, .nav-next {background-color:#911a39; color: #fff; font-weight: 700;    max-width: 120px; padding: 5px 20px; text-transform: uppercase; }
.nav-previous:hover, .nav-next:hover {background-color:#4D4D4F;  }
.nav-previous {margin-right: auto; }
.nav-next {margin-left: auto; }
.nav-previous a, .nav-next a {color:#fff; text-decoration: none; }
.search .page-header {width: 80%; margin: 0 auto; max-width: 900px; text-transform: uppercase; font-weight: 400; }
.search article {border-bottom: 1px solid #999; }
.search article:last-of-type {border-bottom: 0px; }
.search .entry-title a {color:#911a39; text-decoration:none; }
.search .entry-title a:hover {color:#4D4D4F; }
.search .page-content {max-width: 900px; width: 80%; margin: 30px auto; padding-bottom: 80px; }
#community-box {background-color:#911a39; color:#fff;  font-size: 3vw; font-weight: 700; line-height: 1.3; padding-left: 5%}
.community-slideshow {display: flex; align-items: center; background-color:#911a39;}
.community-slideshow div {width: 50%;background-color:#e6e7e8; }
.community-slideshow img {display: block; }
.sp-grab {transition: height 0s ease 0s !important; pointer-events: none; } 
.home #primary {overflow: hidden; }
#us-map {width: 100%; height: 100%; }
.sp-slides {cursor: default !important; }
.map-bar {line-height: 60px; background-color:#911a39; color:#fff; text-align: center; font-weight: 700; font-size: 2vw; }
.map-bar a {color:#911a39; background-color: #bebec0; text-decoration: none; padding-left: 20px; padding-right: 20px; font-weight: 400; line-height: 44px; margin-left: 20px; display: inline-block; transition: background-color 0.2s ease;}
.map-bar a:hover {background-color: #4d4d4f;}
circle:hover {stroke-width:2px; stroke-linejoin: round; animation:: #002868 !important;cursor: pointer;}
.maproll { transition: fill 0.2s ease; border: 3px solid red; }
.maproll:hover {fill: #4d4d4d !important;  cursor: pointer;}
.maproll2:hover { cursor: pointer;}
#map-contain {max-width: 1090px; margin: 0px auto; width: 100%; position: relative; margin-top: 20px; }
.cityname {color:#911a39; font-family: 'Roboto condensed', arial; font-size: 15px; cursor: pointer;}
.maproll3 { transition: fill 0.2s ease;  stroke: fill 0.2s ease;}
.maproll3:hover {fill: #4d4d4d !important; stroke: #4d4d4d !important; stroke-width:2px; stroke-linejoin: round;  cursor: pointer;}
/*city positions */
#SANFRAN {position: absolute; top: 160px; left: -126px;}
#LOSAN {position: absolute; top: 280px; left: -106px;}
#CHICAGO {position: absolute; top: 34px; left: 476px;}
#COLUMBUS {position: absolute; top: 64px; left: 516px;}
#BRONX {position: absolute; top: 128px; left: 696px; min-width: 90px;}
#BROOKLYN {position: absolute; top: 154px; left: 696px; min-width: 90px; }
#PITTSBURGH {position: absolute; top: 182px; left: 696px; min-width: 110px; }
#BALTIMORE {position: absolute;  top: 208px; left: 696px; min-width: 110px; }
#WASHINGTON {position: absolute; top: 234px; left: 696px; min-width: 110px; }
#CHAPEL {position: absolute; top: 274px; left: 656px;  min-width: 110px;}
#ATLANTA {position: absolute;  top: 314px; left: 656px;  }
#MIAMI {position: absolute; top: 354px; left: 656px; }
#BIRM {position: absolute; top: 384px; left: 456px;}
#JACKSON {position: absolute;  top: 410px; left: 390px; }
#us-map { }
#citylines {}
#info-box div {float: left; }
#info-box div:nth-of-type(2) {padding-left: 30px; }
#info-box .principal {color:#911a39; font-size: 17px; padding-top: 5px !important; line-height: 16px; margin-top: 0px; }
#info-box .dacc {color:#911a39; font-size: 17px; padding-top: 0px !important; line-height: 16px; margin-top: 20px; }
#info-box {display: none; position: absolute; top: 100px; left: 30%; z-index: 1; background-color: #ffffff; border: 1px solid #911a39; border-radius: 0px; padding-left: 15px; padding-right: 15px; font-family: 'Roboto condensed', arial; letter-spacing: -.5px;}
#info-box h4 {color:#911a39; font-family: 'Roboto condensed', arial !important; font-weight: 400; font-size: 20px; margin-bottom: 0px; margin-top: 15px; line-height: 30px;}
#info-box p {pading-top: 0px; margin-top: 0px;  color:#333333; padding-top: 10px; margin-bottom: 0px; padding-bottom: 0px; line-height: 20px;}
#info-box p:not(:first-child) {padding-top: 10px;}
#info-box p:last-of-type {padding-bottom: 20px; }
#tweet-cycle {max-width: 1000px; width: 84%; margin: 0 auto; position:relative; position: relative; padding: 50px 0px; }
.rtw_prev {position: absolute; left: -10%; top: 40%;}
.rtw_next {position: absolute; right: -10%; top: 40%; }
.rtw_main {text-align: center; font-size: 18px !important;}
.rtw_main a {color:#333; }
.rtw_main a:hover {color:#911a39; }
#tweet-outer {background-color: #d1d3d4; width: 100%; }
.rotatingtweet {width: 100%; border: 1px solid #d1d3d4; }
.rotatingtweets_nextprev a {text-decoration: none; text-transform: uppercase; color:#fff; background-color:#911a39; font-weight: 700; line-height: 30px; padding: 0px 7px; border: 1px solid white; }
.rotatingtweets_nextprev a:hover {background-color:#4d4d4f; }
.jumplink { display: block; position: relative; top: -250px;  visibility: hidden;}
.span-burg {color:#911a39; font-size: 20px;}
.newsbox-cat-inner p {margin-top: 0px; margin-bottom: 0px; font-size: 17px; line-height: 23px; color:#333;}
#tweet-cycle-mobile {display: none; }
.smart-loader-six .spinner-cube-2, .smart-loader-six .spinner-cube-1 {background-color:#911a39;}
.burgundy-highlight {color:#911a39; }
.sub-menu .current_page_item a {color:#911a39 !important; }
.current_page_parent {background-color:#911a39 }
.current_page_parent a {text-shadow: 0px 0px 0.09px white, 0px 0px 0.09px white, 0px 0px 0.09px white, 0px 0px 0.09px white;}
.current_page_item {background-color:#911a39 }
.current_page_item a {text-shadow: 0px 0px 0.09px white, 0px 0px 0.09px white, 0px 0px 0.09px white, 0px 0px 0.09px white;}
.current-menu-parent {background-color:#911a39 }
.current-menu-parent a {text-shadow: 0px 0px 0.09px white, 0px 0px 0.09px white, 0px 0px 0.09px white, 0px 0px 0.09px white;}
.back-top {margin-bottom: 0px; }
.back-to-top {position: fixed; bottom: 30px; right: 30px; width: 78px; height: 78px; z-index: 9999; cursor: pointer; text-decoration: none; transition: opacity 0.2s ease-out; background-image: url('images/top-alt.png'); display: none;}
.back-to-top:hover{opacity: 0.7;}
.page-id-293 #covid-inner div:nth-of-type(1) a {color:#fff; }
.sitemap-list .current_page_item {background: none; }
#map-hold-home {margin: 0 auto; padding-top: 50px; padding-bottom: 50px; }
#map-home-mobile {display: none; }
.post-thumbnail img {width: 100%; }
.site-main .acknowledgement {font-size: 18px; margin-left: 5%; margin-right: 5%; }
#community-box a {text-decoration: none; color:#fff; }
#community-box a:hover {text-decoration: underline; }

#newscat-link {font-weight: 400;  line-height: 50px !important; margin-top: 14px !important; border: 2px solid white; box-sizing: border-box;}
#newscat-link a { text-decoration: none; font-weight: 700; font-size: 20px; line-height: 48px;}
#newscat-link a:hover { }
#balt-headline {padding-bottom: 8px; }
#prin-map {display: none; }
.citycol .principal {color:#911a39; margin-top: 10px; margin-bottom: 10px; }
#join-study-col {display: flex;}
#join-study-col div {flex: 1; }
#join-study-col div:nth-of-type(2) {margin-left: 10% }
#join-study-col div ul {margin-left: 0px; padding-left: 20px; }
.wp-block-table td {font-size: 20px; }
.wp-block-table td a {font-weight: bold; font-size: 20px; color:#911a39; }

.wp-block-table td a:visited {color:#911a39; }
.wp-block-table td a:hover {color:#333; }
#access-one {background-color: #d1d3d4; color: #911a39; display: block; padding-right: 20px; padding-left: 20px; transition: background-color 0.2s ease;}
#access-one:hover {background-color: #4d4d4d; color:#d1d3d4;}
.newscat-header {font-family: 'Roboto condensed', arial; font-weight: 400; font-size: 36px; text-transform: uppercase; color: #911a39; max-width: 1120px;
    margin: 0 auto; margin-bottom: 10px;}
.newscat-header span {margin-left: 1.66666%; display: inline-block; }
#newscat-top {padding-bottom: 0px; }
/* media queries */

@media only screen and (max-width: 1240px) {
#invest-home {}
#invest-home-img {justify-content: center; align-items: center; overflow: hidden; min-height: 400px}
#invest-home-img img {flex-shrink: 0; min-width: 100%; min-height: 400px; width: auto; height: auto; object-fit: cover;}
#invest-home-text h3 {font-size: 3.55vw; line-height: 3rem  }
}

@media only screen and (max-width: 1170px) {
       #community-home-text h3 {font-size: 3.55vw; }
        #community-home-text a {font-size: 22px;}
        #community-home-img img {flex-shrink: 0; min-width: 100%; min-height: 430px; width: auto; height: auto; object-fit: cover;}
        #news-text h3 {font-size: 4.6vw; }
        #news-text{width: 92%; margin: 0 auto; }
        #news-text #news-home-button a {position: relative; right: auto; top: auto; }
         .newsbox {width: 92%; max-width: 92%; margin: 0 auto; } 
}
@media only screen and (max-width: 1120px) {
       
      #newscat-holder {width: 960px;}
}

@media only screen and (max-width: 1140px) {
#newscat-link {float: none !important; clear: both; border: 0px;}
#access-one {display: inline-block; margin-bottom: 20px; border: 2px solid white;}
}


@media only screen and (max-width: 1080px) {
       
       #search-submenu {right: 4%}
        
        #newscat-holder {width: 960px;}
        .newsbox-cat {flex: 0 1 46%; }
        .newscat {width: 90%; max-width: 90%; }
        .burg-inner { width: 90%; max-width: 90%;}
        #invest-home-text, #invest-home-img {width: 50% }
        #community-home-img, #community-home-text {width: 50% }
        #invest-home-text p, #community-home-text p {font-size: 2vw;}
        #invest-home-text h3 {line-height: 2rem   }
         #community-home-text a {font-size: 19px;}
         .community-slideshow {display: flex; flex-direction: column-reverse; flex: 1; }
         .community-slideshow div {width: 100%;   }
         #community-box {height: 250px; text-align: left; align-items: center; display: flex; padding-left: 10%; padding-right: 10%;  font-size: 3vw;}
}

.city-mobile {display: none; }

@media only screen and (max-width: 1020px) {
#info-box {display: none !important; }
.city-mobile {display: block; }
.citycol {float: left; width: 50%; }
.citycol h4 {font-family: 'Roboto Condensed', arial; font-weight: 400; font-size: 20px; line-height: 28px; color:#911a39; margin-bottom: 10px; margin-top: 27px; }
.citycol p {font-size: 16px; font-family: 'Roboto Condensed', arial; color:#4d4d4d; line-height: 20px; margin-top: 15px; margin-bottom: 20px; }
#us-map {pointer-events: none; }
.city-mobile {width: 92%; margin: 0 auto; }
.maproll:hover {fill:#911a39 !important;  cursor: default;}
.cityname {cursor: default; }
}


@media screen and (min-width: 769px) and (max-width: 1130px) {
.burg-text-line {width: 94%}
.burg-text-line div {font-size: 4vw; text-align: center; float: none;}
.burg-text-line a {float: none; margin: 0 auto; max-width: 380px; margin-top: 20px; margin-bottom: 20px; }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
#invest-home-img img {object-position: 50px 0px;}
#community-home-img img {object-position: -180px 0px;}
.burg-inner {font-size: 26px; line-height: 36px; }
 }
 

 
@media only screen and (max-width:768px) {
#map-home-mobile {display: block; }
#map-home {display: none; }
#map-hold-home {margin: 0 auto; padding-top: 10px; padding-bottom: 0px; }

#prin-map {display: block; width: 100%; padding-bottom: 20px; }
#shiftnav-toggle-main .shiftnav-toggle-burger:focus {border: 0px; outline: none; }
#community-box {font-size: 6vw; }
#search-submenu {display: none; }
#site-navigation {display: none; }
#sitelogo {max-width: 388px; width: 70%; margin: 0 auto; }
#sitelogo img {margin-top: 30px; }
.site-header {top: 52px; }
#covid-inner {justify-content:  }
#newscat-holder {width: 90%; margin: 0 auto; font-size: 32px; }
.site-main article  {width: 90%; margin: 0 auto; }
.footer-area {float: none; }
#footer-inner {width: 90%; margin: 0 auto; padding-left: 0px; padding-right: 0px;}
.footer-area-left {width: 200px; margin-right: 0%; }
.footer-area-center, .footer-area-right {width: 100%; }
.footer-area-center {padding-top:20px; }
.post-thumbnail {overflow: hidden; position: relative;}
.post-thumbnail img {width: 160%; max-width: 160%; margin-left: -30%; }
.page-template-community-page .post-thumbnail img { margin-left: -48%; }
.page-id-344 .post-thumbnail img, .page-id-390 .post-thumbnail img, .page-id-390 .post-thumbnail img, .page-id-94 .post-thumbnail img, .page-id-94 .post-thumbnail img, .page-id-293 .post-thumbnail img   { margin-left: -48%; }
.entry-content ul, .entry-content ol {margin-left: 10px; }
.newsbox-cat {flex: 0 1 100%; margin: 15px 0px; }
.newsbox-cat:nth-of-type(1){margin-top: 0px; }
.burg-inner {font-size: 20px; line-height: 1.5;}
.burg-text-line div{font-size: 28px; float: none; text-align: center;}
.burg-text-line a {font-size: 24px; float: none; display: block; margin: 30px auto; max-width: 320px; letter-spacing: -.1px;padding-top: 5px; padding-bottom: 5px;}
#community-home {display: flex;
          flex-direction: column-reverse; flex: 1;}
#community-home-text {width:100%; }
#community-home-text {width: 90%; margin-left: auto; margin-right: auto; padding-left: 0%; padding-right: 0%; }
#community-home-text div {padding-left: 0%; padding-right: 0%; }
#community-home-img {width: 100%}
#community-home-text h3 {font-size: 34px; padding-top: 24px;}
#community-home-text p {font-size: 20px; line-height: 1.5; }
#community-home-text a {width: 320px; font-size: 20px; letter-spacing: -.1px; margin-bottom: 40px;}
#invest-home {display: flex; flex-direction: column; flex: 1;}
#invest-home-text, #invest-home-img {width: 100%; }
#invest-home-text div {padding-left: 0%; padding-right: 0%; width: 90%; margin-left: auto; margin-right: auto; }
#invest-home-text h3 {font-size: 34px; line-height: 42px; padding-top: 24px; }
#invest-home-text p {font-size: 20px; line-height: 1.5; }
#invest-home-text a {width: 320px; font-size: 20px; letter-spacing: -.1px; margin-bottom: 40px; text-align: center; }
#separator-home {display: none; }
#news-text #news-home-button a {position: relative; top: 0; right: 0; width: 320px; font-size: 20px; text-align: center; }
#news-text #news-home-button {margin-top: 10px; }
#news-text {width: 90%; margin-left: auto; margin-right: auto; }
#news-text h3 {font-size: 34px; line-height: 42px; padding-top: 24px; }
#news-text a {font-size: 22px; line-height:30px;}
#news-text p {line-height:30px;}
.newsbox-home {margin: 15px 0px; }
.newsbox {flex-direction: column; padding-bottom: 30px;}
.map-bar {font-size: 20px;line-height:30px; padding-top: 14px; padding-bottom: 15px; }
.map-bar a{padding-left: 20px; padding-right: 20px; display: block; margin-left: 0px; width: 200px; margin: 20px auto;}
#home-clinical-sites a {width: 300px; line-height:30px; padding-top: 5px; padding-bottom: 5px; }
#tweet-cycle {display:none; }
#tweet-cycle-mobile {display:block; width: 96%; margin: 0 auto;}
#map-contain #Layer_1 {display: none }
}

@media only screen and (max-width:880px) {
#covid-inner div:nth-of-type(2), #covid-inner div:nth-of-type(4) {display:none; } 
#covid-inner {display:block; text-align: center; } 
#covid-inner div {line-height: 30px; }
#covid-inner div:nth-of-type(1) {padding-top: 5px; } 
#covid-inner div:nth-of-type(5) {padding-bottom: 5px; }
}

@media only screen and (max-width:640px) {
#join-study-col {display: block; }
#join-study-col div {width: 100%;  }
#join-study-col div:nth-of-type(2) {margin-left: 0%;}
}

@media only screen and (max-width:560px) {
#map-contain {margin-top: 30px; margin-bottom: 30px; }
#twitter-bar {height: 48px; }
#twitter-bar a {font-size: 24px; line-height: 32px; }
#twitter-bar img {width: 34px; margin-right: 14px;}
.citycol {float: none; width: 100%; }
.city-mobile {width: 80%; margin: 0 auto; }
}

@media only screen and (max-width:480px) {
#community-home-img img {object-fit: cover; min-height: auto;}
#invest-home-img img {object-fit: cover; min-height: auto;}
#invest-home-img {min-height: auto; }
}
/* fixes for tightening main navigation before mobile menu */
@media screen and (min-width: 769px) and (max-width: 870px) {
#primary-menu a {padding: 0px 15px; }
#sitelogo {max-width: 300px;}
#sitelogo img {padding-bottom: 35px; }
}


/*control footer text size */
@media screen and (min-width: 1100px) and (max-width: 1410px) {
.footer-area-right p {font-size: 1.1vw; }
}
@media screen and (min-width: 1000px) and (max-width: 1099px) {
.footer-area-right p {font-size: 1.1vw; }
}
/* shift header menu to the right before removing on mobile/tablet */
@media screen and (min-width: 769px) and (max-width: 1000px) {
#search-submenu {right: 1% }
.search-form .search-field {width: 140px;}
}

/* shift news and publications to two columns */
@media screen and (min-width: 769px) and (max-width: 920px) {
.newsbox-home {flex:0 1 46%; margin: 1.66666%}
.newsbox {flex-flow: row wrap; }
}

/*for sliders */
@media(max-width: 768px) {
     .desktop-view{
           display:none;
     }
}
.mobile-view{
     display:none;  /* With this line, the slider will not display in the preview panel  */
}
@media(max-width: 768px) {
     .mobile-view{
           display:block;
     }
}

/*accordion additions: 12/28 */
.entry-content .accordion {transition: 0.4s; cursor: pointer;}
.entry-content .panel { overflow: hidden; transition: max-height 0.2s ease-out; max-height: 0;}
.entry-content .accordion:after  {content: '\f078'; font-size: 20px; color: #911a39; float: right; margin-left: 5px; font-family: "FontAwesome"; margin-top: 5px;}
.entry-content .active:after {content: '\f077'; }
.entry-content .panel p:nth-of-type(1) {margin-top: 0px; }
.page-contact-us .entry-title {display: none; }
.site-main .contact-us-header {font-family: 'Roboto condensed', arial; font-weight: 400; font-size: 36px; text-transform: uppercase; color: #911a39; margin-bottom: 36px; }
#covid-inner div:last-child {display: none; }

/*obit 2024 */
#obit { background-color:#e2e4e5;}
#obit-wrap {display: flex; width: 100%;  flex-wrap: wrap;  }
#obit-text {background-color:#e2e4e5;     font-family: 'Roboto condensed', arial; color:#000; font-size: 1.2vw; line-height: 1.4; padding-left: 8.6%; padding-right: 8.6%; width: 73.9%; display: flex;  align-items: center;
  justify-content: center;}
#obit-img {width: 23.56%; }
#obit-img img {display: block; width: 100%; }
.obit-gutter {background-color: #911a39; width: 2.54%;  }
#obit-name { background-color: #4d4d4d; color:white; text-align: center; font-weight: bold; font-size: 1.4vw; line-height: 1.2; width: 23.56%; height: 75px; align-items: center;
  justify-content: center; display: flex;  }
#obit-maroon {background-color: #911a39; width: 100%; height: 75px; width: 73.9%; }
#obit-break {
  flex-basis: 100%;
  height: 0;
}

@media only screen and (max-width:1280px) {
#obit-maroon, #obit-name {height: 60px; }
#obit-img img {}
#obit-text { padding-left: 6%; padding-right: 6%; font-size: 1.3vw; }
}

@media only screen and (max-width:1000px) {
.obit-gutter, #obit-maroon {display: none; }
#obit-wrap {display: flex;flex-direction: column; }
#obit-name {order: 2; width: 100%; font-size: 26px; height: auto; padding-top: 10px; padding-bottom: 10px;}
#obit-text {order: 3; width: 100%; font-size: 2.2vw; padding-top: 45px; padding-bottom: 45px;}
#obit-img {width: 100%; background-color: #911a39; }
#obit-img img {max-width: 380px; margin-left: auto; margin-right: auto;  }
}

@media only screen and (max-width:700px) {
#obit-img img {max-width: 100%; margin-left: auto; margin-right: auto;  }
#obit-text {font-size: 20px; }
}

/* in memoriam page 2024 */
.page-memoriam .entry-header {display: none; }    
.page-memoriam #burgandy-bar {border-bottom: 40px solid black;}
.page-memoriam #burgandy-bar div {text-align: center; font-size: 51px; padding-top: 5px; padding-bottom: 5px;}
.page-memoriam #burgandy-bar div span  {font-weight: 400;}
.page-memoriam article {width:98%; max-width:98%; margin-left: 2%; padding-bottom: 50px;}
.page-memoriam .site-main {background-color:#911a39; }
.page-memoriam .entry-content {padding-bottom: 0px;     background-color: #eceded;}
.memoriam-block {display: flex; width: 92%; flex-wrap: wrap; padding-left: 54px; margin-top: 120px; border-bottom: 1px solid #231f20; position: relative; padding-bottom: 80px; margin-left: auto; margin-right: auto;}
.memoriam-block::after {content:"";
  display:block; background:url("https://statepi.jhsph.edu/mwccs/wp-content/uploads/2024/04/filagree.png") no-repeat; width:156px; position: absolute; bottom: -25px; height: 50px; left: 0;
right: 0;
margin: auto}
.memoriam-block:last-of-type {border-bottom: 0px; }
.memoriam-block:last-of-type::after{display: none }
.memoriam-img {width: 25%;  }
.memoriam-inset {-webkit-box-shadow: -18px -15px 0px -2px rgba(64,64,64,1);
-moz-box-shadow: -18px -15px 0px -2px rgba(64,64,64,1);
box-shadow: -18px -15px 0px -2px rgba(64,64,64,1);}
.memoriam-bio {width: 75%; padding-left: 80px; padding-right: 50px;}
.memoriam-img p {display: none; }
.memoriam-bio p a{color:#333 !important; }
.memoriam-bio p:first-of-type {margin-top: -10px; }
.memoriam-bio p a:hover {color:#666 !important; }
.memoriam-img img {display: block; width: 100%;}
.memoriam-name {background-color:#911a39; color: white; text-align: center;font-weight: 700; font-size: 32px; line-height: 36px; padding-top: 12px; padding-bottom: 12px;}
.memoriam-link {position: absolute; right: 0px; top: -1px; background-color: #D1D3D4; font-weight: bold; line-height: 40px; width: 302px; text-align: center; }
.memoriam-link a {text-decoration: none; color:#911a39; font-family: 'Roboto condensed', arial; font-size: 21px;}
.memoriam-link a:hover {text-decoration: none; color: #4d4d4d; }

@media only screen and (max-width:1260px) {
.memoriam-name {font-size: 2vw;  line-height: 30px;}
}

@media only screen and (max-width:1000px) {
.memoriam-link {position: relative; width: 100%; top: 0px; line-height: 30px; padding-top: 4px; }
}
@media only screen and (max-width:880px) {
.memoriam-block {display: block; padding-left: 0px; width: 80%}
.memoriam-block:first-of-type {margin-top: 74px; }
.memoriam-img {width: 100%;  }
.memoriam-bio {width: 100%; padding-left: 0px; padding-right: 0px;}
.memoriam-bio p:first-of-type {margin-top: 20px; }
.memoriam-name {font-size: 5vw;  line-height: normal;}
}
