/*!
Theme Name: mch
Theme URI:
Author:
Author URI:
Description:
Version: 1.0.6
License:
License URI: LICENSE
Text Domain: mch
Tags:

*/


/**
 * Fonts:
 *
 *	font-family: 'Montserrat', sans-serif;
 *
 */
/* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/montserrat-v12-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Light'), local('Montserrat-Light'),
       url('fonts/montserrat-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v12-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat-v12-latin-300.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/montserrat-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('fonts/montserrat-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat-v12-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-italic - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/montserrat-v12-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Italic'), local('Montserrat-Italic'),
       url('fonts/montserrat-v12-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat-v12-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v12-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v12-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat-v12-latin-italic.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/montserrat-v12-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Medium'), local('Montserrat-Medium'),
       url('fonts/montserrat-v12-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat-v12-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v12-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v12-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat-v12-latin-500.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/montserrat-v12-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
       url('fonts/montserrat-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v12-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat-v12-latin-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/montserrat-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Bold'), local('Montserrat-Bold'),
       url('fonts/montserrat-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat-v12-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/**
 * CSS Vars:
 *
 */
:root {

	/* from invision */
	--blue: #007fa3; /* links */
	--light_blue: #a7d2e5;
	--green: #007864; /* donate button in header */

	--heading_color: #323132; /* headings, text */
	--text_color: #323132; /* headings, text */
	
	--text_color_light: #414142; /* text in sections? */

	--light_gray: #f0edea; /* section backgrounds */
	--gray: #e7e5e2; /* hero background, grid border color, anchor link separators */
	--dark_gray: #494949; /* footer background */

	--border_color: #d8d8d8; /* hr, input borders */

	--border_radius: 2px; /* buttons */

	/* --error: var(--dark_orange); */

	/* TODO: remove some of these weights - needs testing */
	--font_weight_light: 300;
	--font_weight_normal: 400;
	--font_weight_medium: 500;
	--font_weight_semi_bold: 600;
	--font_weight_bold: 700;


	/* from paletton based on blue */
	/*
	--lightest_blue: ;
	--light_blue: ;
	--dark_blue: ;
	--darkest_blue: ;

	--lightest_orange: ;
	--light_orange: ;
	--orange: ;
	--dark_orange: ;
	--darkest_orange: ;

	--lightest_green: ;
	--light_green: ;
	--green: ;
	--dark_green: ;
	--darkest_green: ;
	*/

	/* based on green */
	/*
	--lightest_yellow: ;
	--light_yellow: ;
	--yellow: ;
	--dark_yellow: ;
	--darkest_yellow: ;
	*/


}

/* ie fallback stuff */
main {
	display: block;	
}

/* lame tribe events overrides */
#tribe-events-pg-template {
	padding: 40px 20px;
	max-width: 1240px;	
}

.tribe-events-tickets {
    width: 100%;
}

.tribe-events-tickets td {
    display: inline-block !important;
    max-width: 100% !important;
    width: 100% !important;
}

.tribe-event-tickets-plus-meta-fields, .tribe-tickets-meta input[type=text], .tribe-tickets-table {
    width: 100%;
}

tr.tribe-event-tickets-plus-meta {
    display: block !important;
}

.tribe-ticket.quantity, td.tickets_name {
    display: inline-block !important;
    width: auto !important;
    border: none !important;
}

td.tickets_description {
    display: none !important;
}

.tribe-tickets-table select {
    -webkit-appearance: none;
}

.tribe-tickets-order_status-row td[colspan="3"] {
    position: relative;
}

.tribe-tickets-order_status-row td[colspan="3"]:after {
    content: '▾';
    position: absolute;
    right: 25px;
    bottom: 15px;
    font-size: 1.25em;
    color: #606060;
}

.tribe-button {
    padding: 0.85em 1.5em !important;
}

/*
.tribe-events-nav-previous, .tribe-events-nav-next {
    display: none !important;
}
*/

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

    .tribe-tickets-meta {
        display: inline-block;
        width: calc(49.6% - 8px);
    }
    
    .tribe-tickets-meta:first-of-type {
        margin-right: 16px;
    }
    
    .tribe-tickets-table tr {
        display: inline-block !important;
        width: 33%;
        border: none !important;
    }
    
}


/* Utility class to not show elements which don't function without js enabled */
.no-js .js-only {
	display: none;
}


/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior */
html {
	box-sizing: border-box;
}

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


body {
	font-size: 16px;
	line-height: 1.5;
	color: #323132;
	font-family: 'Montserrat', sans-serif;
	min-width: 320px;
}

h1,h2,h3,h4,h5,h6 {
	/* color: inherit; */
	font-weight: 500;
}

.entry-title {
	margin: 0;
}

.page-header > .entry-title {
	margin: 0.67em 0;	
}

h1 {
	line-height: 1.25;
}

h3 {
	font-size: 1.25em;	/* 20px */
}


hr {
	background-color: #D8D8D8;
	border: 0;
	height: 1px;
	margin: 1.75em 0 2.25em 0;
}

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

audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}

p,ul,ol,dl,form {
	margin: 1em 0;
}

ul ul {margin: 0 0;} /* remove margin for nested lists */

p:empty {
	display: none;
}

blockquote {
	font-size: 1.875em;
	color: #007fa3;
	font-weight: 300;
	line-height: 1.4;
	margin-left: 0;
	margin-right: 0;
}

.menu,
.sub-menu,
.children,
.actions {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu a {
	color: inherit;
}

a {
	color: #007fa3;
	text-decoration: none;
}

/* Just in readmore links? */
.arrow {
	font-size: 0.875em;
	font-weight: 600;
	text-transform: uppercase;
	white-space: nowrap;
	padding-right: 1.5em;
	position: relative;	
}
.arrow:after {
	font-family: 'mch' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	content: "\e315";
	
	font-size: 1.25em;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

/* 9-14-18 readmore links are only osed on post archives */
.readmore {
	margin-bottom: 0;	
}
.readmore a {
	font-size: 0.875em;
	font-weight: 600;
	text-transform: uppercase;	
}


button,
.button {
	font-size: 0.9375em;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	/*white-space: nowrap;*/
	padding: 0.85em 1.5em;
	background-color: #007fa3;
	color: #fff;
	text-decoration: none;
	border-radius: 2px;
	border: 1px solid;
	border-color: #007fa3; 
}

button.ghost,
.button.ghost {
	background-color: transparent;
	border-color: currentColor;
}
button.alt,
.button.alt {
	background-color: transparent;
	border-color: currentColor;
}

button.green,
.button.green {
	background-color: #007864;
	border-color: #007864;	
}

.button.white {
	background-color: #fff;
	color: #007fa3;	
}


.button[type="submit"] {
	
}


/* Post sharing */

.ftm-post-share li {
	display: inline-block;
	margin-right: 1em;	
}
.ftm-post-share a {
	font-size: 1.5em;		
}

.pagination {
	margin-top: 2em;
	text-align: center;	
}
.page-numbers {
	display: inline-block;
	margin: 0 1em;	
}

@media (min-width: 48em) {
	.pagination {
		margin-top: 3em;	
	}
}



/* utility max-width wrapper classes */
.wrapper {
	max-width: 786px;
	margin: 0 auto;	
}
.wrapper-large {
	max-width: 986px;
	margin: 0 auto;	
}
.wrapper-x-large {
	max-width: 1200px;
	margin: 0 auto;	
}


.locations-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.locations-map img {
   max-width: inherit;
}


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


.post-password-form {
	margin: 40px auto;
	padding: 0 20px;
}	

@media(min-width: 48em){
	
	.post-password-form {
		padding: 0 40px;
		
		max-width: 866px;
	}	
	
}



/* Anchor Link sections */
/*
.ps-al-nav {
	padding: 20px 0;
}
.ps-al-nav h2 {
	margin: 0;
}

.ps-al-nav li {
	padding: 10px 20px;
	border-top: 1px solid #e7e5e2;
}
*/


/* Accordion sections */
.ps-acc {

}
.ps-acc-inner {
	max-width: 1000px;
	margin: 0 auto;
}
.ps-accordion-item {
	padding: 1rem 0;
	border-bottom: 1px solid #e7e5e2;
}




/* Stat Block sections */
.ps-sb {
	background-color: #f0edea;
	max-width: 1200px;
	margin: 40px auto;
}
.ps-sb .page-section-title {
	text-align: center;
}
.stat-block {
	padding: 20px;
	text-align: center;
	max-width: 320px;
	margin: 0 auto;
}
.stat-block + .stat-block {
	border-top: 1px solid #d8d8d8;
}
.stat-block-number {
	font-size: 3.125em;
	font-weight: 600;
	color: #007fa3;
}
@media (min-width: 48em) {

	.ps-sb {
		margin: 60px auto;
	}

	.ps-sb-inner {
		padding: 10px 0;
	}

	/* blocks start to display inline */
	.stat-blocks {
		display: flex;
		max-width: 960px;
		margin: 0 auto;
	}
	.stat-block {
		padding: 25px 30px;
	}
	/* remove separator on top, add it on left */
	.stat-block + .stat-block {
		border-top: 0;
		position: relative;
	}
	.stat-block + .stat-block::before {
		content: '';
		display: block;
		width: 1px;
		height: 120px;
		background-color: #d8d8d8;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -60px;
	}


	/* ever have other than 3 blocks? */
	.stat-blocks-3 .stat-block {
		width: 33.3333%;
	}

}



/* Media / Content sections */
.page-section.ps-mc {
	padding: 0;
}
.ps-mc-inner {
	padding: 20px;
	background-color: #f0edea;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.ps-mc-dots {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}
.ps-mc-dots:after {
	content: '';
	display: block;
	position: absolute;
	box-sizsing: content-box;
	width: 100%;
	padding-top: 100%;
	top: 25%;
	left: 25%;
	border: 1em dotted #b1a89f;
	border-radius: 50%;
	opacity: 0.15;
}

/* alternate bg colors */
.ps-mc + .ps-mc .ps-mc-inner  {
	background-color: #fff;
}
.ps-mc + .ps-mc + .ps-mc .ps-mc-inner  {
	background-color: #f0edea;
}
.ps-mc-c-title {
	margin: 0;
}

@media (min-width: 48em) {

	/* start to have spacing on left-right */
	.ps-mc {
		margin: 0 40px;
	}

	/* media starts to be up against edge */
	.ps-mc-media {
		margin-left: -100px;
	}

	/* more padding around content */
	.ps-mc-inner {
		padding: 40px 60px;
	}
}

@media only screen and (min-width: 50em) {
	/* 800px */

	/* start to display side-by-side */
	/* TODO: need additional selectors here to deal with media side overrides (or maybe just remove that option from the page section?) */
	.ps-mc-media {
		width: 100%;
		max-width: 720px;
	}
	
	.ps-mc-dots:after {
		width: 62.5%;
		padding-top: 57.5%;
		top: 60px;
		left: 45%;
	}
	
	.ps-mc + .ps-mc .ps-mc-media {
		margin-left: auto;
		margin-right: -100px;
	}
	.ps-mc + .ps-mc + .ps-mc .ps-mc-media {
		margin-right: auto;
		margin-left: -100px;
	}


	.ps-mc-content {
		max-width: 50%;
		padding-left: 60px;
	}

	.ps-mc + .ps-mc .ps-mc-content {
		padding-left: 0;
		padding-right: 60px;
	}

	.ps-mc + .ps-mc + .ps-mc .ps-mc-content {
		padding-right: 0;
		padding-left: 60px;
	}

}



@media only screen and (min-width: 90em) {
	
	/* 1440 */
	.ps-mc-inner {
		padding: 80px;	
	}
	
	.ps-mc-media {
		margin-left: -200px;	
	}
	
}




/* Column sections */
/* Section title h2s are 300 weight, centered */
/*
.ps-c-title {
	text-align: center;
	font-weight: 300;
}
*/

/* Column action links */
/*
.ps-c-column-actions {
	font-size: 0.875em;
}
.ps-c-column-actions li {

}
.ps-c-column-actions a, a.arrow-link {
	font-weight: 500;
	position: relative;
	padding-right: 20px;
}
.ps-c-column-actions a:after, a.arrow-link:after {
	font-family: 'mch' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e315";
	font-size: 1.5em;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
*/





@media (min-width: 48em) {

	/* 768px */

	/* h2s get bigger */
	h2 {
		font-size: 1.875em; /* 30px */
	}


}


/* Services sections */
/*
body.post-type-archive-service .archive-posts-title,
body.post-type-archive-service .archive-posts.service {
	max-width: 786px;
	margin: 1em auto 0 auto;
}

body.post-type-archive-service .archive-posts-title {
	font-weight: 600;
}

body.post-type-archive-service .archive-posts.service {
	font-weight: 500;
}

body.post-type-archive-service .archive-posts.service h3 a {
	color: #323132;
	line-height: 2;
	font-weight: 500;
}

body.post-type-archive-service .archive-posts.service ul.menu li {
	display: inline-block;
	padding-right: 9px;
	margin-right: 4px;
	border-right: 1px solid #323132;
	line-height: 1;
	position: relative;
}

body.post-type-archive-service .archive-posts.service ul.menu li a {
	color: #007fa3;
}

body.post-type-archive-service .archive-posts.service ul.menu li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right-width: 0;
}

body.post-type-archive-service .archive-posts.service .archive-post {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #d8d8d8;
}

body.post-type-archive-service .archive-posts.service .archive-post:last-child {
	border-bottom: 0;
}
*/

/* Services Archive */
.archive-posts-title {
	padding: 0 20px;
	font-weight: 600;	
}
.archive-posts-title.service {
	margin-bottom: 0;	
}

/* These archives display differently than normal archives */
.archive-posts.service {
	display: block;	
}
.archive-posts.service .archive-post {
	padding-left: 0;
	padding-right: 0;
	border-left: 0;
	border-right: 0;		
}
.archive-posts.service .archive-post:first-child {
	border-top: 0;
}
.archive-posts.service .archive-post:after {
	display: none;	
}

.archive-post.service .entry-title {
    font-size: 1.25em;
}

/* The links to the service, doctors and any sub-pages */
.archive-service-links li {
	display: inline-block;
}
.archive-service-links li + li:before {
	content: ' | ';
}
.archive-service-links a {
	color: #007fa3;	
	font-weight: 600;
}
@media (min-width: 48em) {
	
	.archive-posts-title {
		padding: 0 40px;
	}
	.archive-posts-title.service {
		max-width: 866px;
		margin-left: auto;
		margin-right: auto;	
	}
	.archive-posts.service {
		max-width: 866px;
		margin: 0 auto;
	}
	.archive-posts.service .archive-post {
		padding: 30px 0;	
	}
	.archive-post.service .entry-title {
		font-size: 1.5em;
	}
		
}



/* Staff Single */

.staff-section {
	margin-top: 40px;
	border-top: 1px solid #e7e5e2;
	padding-top: 40px;
}

.staff-section.staff-credentials {
	border-top: 0;
	padding-top: 0;	
}

.staff-section-title {
	font-weight: 600;
	margin-top: 0;
}
.credential h3 {
	margin-bottom: 0;
	font-weight: 600;
}
.credential p {
	margin-top: 0;	
}


/*
.staff-locations {
	margin-top: 40px;
	padding: 40px 0;
	border-top: 1px solid #e7e5e2;	
}


.staff-related {
	margin-top: 40px;
	border-top: 1px solid #e7e5e2;
	padding-top: 40px;	
}
*/

.related-staff-post {
	display: flex;
	align-items: start;
	padding: 10px 0;
}

.related-staff-image {
	border: 1px solid #e7e5e2;
	border-radius: 50%;
	overflow: hidden;
}
.related-staff-image img {
	display: block;
}
.related-staff-content {
	padding-left: 20px;	
}
.related-staff-content-title {
	margin: 0;
	font-size: 1em;	
}


.related-staff-view-all {
	padding: 1em 0;
}	

@media (min-width: 48em) {
	.related-staff-posts {
		display: flex;	
	}
	.related-staff-post {
		width: 50%;	
	}
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* main widget area in <aside> */
.widget-area {
	padding: 0 20px;
}

/* all widgets */
.widget {
	/*margin: 40px 0;*/
}
.widget-title {
	margin: 0;
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
.footer-column .widget h2.wp-block-heading {
	margin: 0;
	font-size: 24px;
}


/* Special case for dynamic menu widget in sidebar - gets styled like anchor links */
.mch-dynamic-menu h2 {
	margin: 20px 0;
	padding: 0 20px;	
}
.mch-dynamic-menu li {
	padding: 0.75em 20px;
	border-top: 1px solid #e7e5e2;
}

aside .current-menu-item {
	color: #007fa3;	
}

/* special case for text widgets */
.textwidget p:last-child {
	margin-bottom: 0;
}

/* special case for last column in footer */
.fc-4 p {
	margin: 0;
}


@media (min-width: 48em) {
	
	.widget-area {
		padding: 0 40px;
	}
	/* Special case for dynamic menu widget in sidebar - gets styled like anchor links */
	.mch-dynamic-menu h2 {
		padding: 0 40px;	
	}
	.mch-dynamic-menu li {
		padding: 0.75em 40px;
	}
	
}



@media (min-width: 64em) {

	/* pages with sidebar start to have page sections on left, sidebar on right */
	.site-content::after {
		content: '';
		display: block;
		clear: both;
	}

	.has-sidebar .page-section {
		float: left;
		margin: 20px 0;
		width: 75%;
		max-width: 816px; /* 786 + 40  */
	}

	/* hero sections are still full-width */
	.has-sidebar .page-section.page-section-hero {
		float: none;
		width: auto;
		max-width: none;
		margin-left: 0;
	}

	/* all heros get a little spacing underneath */
	.ps-h {
		margin-bottom: 20px;
	}

	/* anchor link / child page link sections are on right side */
	.has-sidebar .page-section.page-section-anchor-links {
		float: right;
		width: 25%;
		
	}

	
	.widget-area {
		margin-left: 75%;
		border-left: 1px solid #e7e5e2;
		margin-top: 40px;
		max-width: 348px;
	}

	body.postid-14427 .widget-area .widget {
		border-top: none !important;
		padding-top: 0!important;	
	}
	
	.widget-area .widget {
		margin: 20px 0;
		border-top: 1px solid #d8d8d8;
		padding-top: 20px;	
	}
	.widget-area .widget:first-child {
		padding-top: 0;
		border-top: 0;
	}
	
	/* Dynamic menus change style */
	.mch-dynamic-menu h2 {
		font-size: 1.25em;
		padding: 0;
		margin-bottom: 1rem;
	}
	.mch-dynamic-menu li {
		padding: 0.5em 0;
		border-top: 0;
		position: relative;
	}
	.mch-dynamic-menu li.current-menu-item::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -40px;
		width: 4px;
		background-color: #007fa3;
	}
	
	.ps-al {
		
	}
	/* Anchor link h2 now styled like h3 */
	.ps-al-nav h2 {
		font-size: 1.25em;
		padding: 0;
		margin: 0 0 1rem;
	}
	.ps-al-nav li {
		border-top: none;
		padding: 0.5em 0;
	}

	


}


@media (min-width: 73.125em) {
	/* 1170 */
	
	.has-sidebar .page-section.page-section-anchor-links {
		width: 348px;
		margin-right: calc((100% - 1170px)/2);
	}
	
	.widget-area {
		margin-left: auto;
		margin-right: calc((100% - 1170px)/2);
	}
	
}


@media (min-width: 80em) {
	/* 1280px */
	.has-sidebar .page-section {
		margin-left: calc((100% - 1280px) / 2);
	}
	
	
	/* */
	.has-sidebar .page-section-anchor-links {
		margin-left: 0;
	}
	.has-sidebar .page-section.page-section-anchor-links {
		margin-right: calc((100% - 1280px)/2);
	}
	
	
	.widget-area {
		margin-left: auto;
		margin-right: calc((100% - 1280px)/2);
	}

}







.ps-w-inner p:last-child {
	margin-bottom: 0;
}

.ps-sc-inner {
	max-width: 786px;
	margin: 0 auto;
}

.ps-sc-image {
	font-size: 0;
}

.ps-sc-content {
	margin-top: 1em;
}

.ps-sc-content>h2:first-child {
	margin: 0 0 .5em 0;
}

@media (min-width: 48em) {
	.ps-sc-inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.ps-sc-image {
		width: 47%;
	}

	.ps-sc-content {
		margin-top: 0;
		width: 47%;
	}
}


/* Column sections */
/*
.ps-c-column {
	padding: 0;
	margin: 1em 0;
	display: inline-block;
	position: relative;
}
h3.ps-c-column-title {
	margin-top: .5em;
	color: #007fa3;
}
.ps-c-column-text p:first-child:last-child {
	margin: 0;
}
.ps-c-column-text p:last-child {
	margin-bottom: 0;
}
.page-section-columns .ps-c-title {
	margin: 0;
	text-align: left;
	padding: 0;
}

.page-section-columns.vertical-separator .ps-c-columns {
	justify-content: space-around;
}

@media (min-width: 37.5em) {
	.page-section-columns.vertical-separator .ps-c-columns .ps-c-column {
		width: 38%;
	}

	.page-section-columns.vertical-separator .ps-c-columns .ps-c-column:nth-child(odd):after {
		content: " ";
		font-size: 0;
		width: 1px;
		height: 90%;
		position: absolute;
		top: 5%;
		right: -8%;
		background-color: #d8d8d8;
	}
}
*/



/*
.page-section-events-list h2.ps-events-list-title {
	margin: 0;
}


.event-view-cat {
	margin-top: .5em;
}

.ps-events-list-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.ps-events-list-inner a.arrow-link {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
}

.ps-events-list-thelist {
	margin-top: 2em;
}

.ps-events-list-inner a.arrow-link:after {
	top: 45%;
}

.ps-events-list-inner .event {
	padding-bottom: 1.5em;
	border-bottom: 1px solid #e7e5e2;
	margin-bottom: 1.8em;
	position: relative;
}

.ps-events-list-inner .event:last-child {
	padding-bottom: 0;
	border-bottom-width: 0;
	margin-bottom: 0;
}

.ps-events-list-inner time {
	font-size: 14px;
}

.ps-events-list-inner h3.event-title {
	margin: 8px 0;
}

.ps-events-list-inner .event-venue {
	margin-bottom: .5em;
}

@media (min-width: 48em) {
	.ps-events-list-inner h3.event-title,
	.ps-events-list-inner .event-venue {
		padding: 0 120px 0 100px;
	}

	.ps-events-list-inner .event-venue {
		margin-bottom: 0;
	}

	.ps-events-list-inner time {
		position: absolute;
		top: 4px;
		left: 0;
	}

	.ps-events-list-inner .event a.arrow-link {
		position: absolute;
		bottom: 33px;
		right: 0;
	}

	.ps-events-list-inner .event:last-child a.arrow-link {
		bottom: 1px;
	}
}

*/


/*
.ps-cta {
	padding: 40px 0;
}
*/

.ps-cta-inner {
	max-width: 1200px;
	margin: 0 auto;
	background-color: #007fa3;
	color: white;
	padding: 30px;
	text-align: center;
}

.ps-cta-text {
	margin-bottom: 1em;
	font-size: 20px;
	font-weight: 500;
}

@media (min-width: 37.5em) {
	/*
	.ps-cta {
		padding: 60px 0;
	}
	*/
	
	.ps-cta-inner {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 40px;
	}

	.ps-cta-text {
		margin: 0;
		padding-right: 2em;
		max-width: 370px;
		text-align: left;
		font-size: 24px;
	}
}






/*--------------------------------------------------------------
# Slick Slider css
--------------------------------------------------------------*/
/*  */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    /* height: 100%; */
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}











/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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



/*--------------------------------------------------------------
## 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: 1em -5px;
	display: flex;
	flex-wrap: wrap;
}

.gallery-item {
	margin: 0;
	padding: 5px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

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

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

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

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

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

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

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## Form elements
--------------------------------------------------------------*/
input,
textarea,
select {
	font-size: 14px;
	padding: 0.75em 1em;
}

/* not these though */
input[type="radio"],
input[type="checkbox"] {

	padding: inherit;
}






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




} /* end 1600 */




.site-footer {
	background-color: #494949;
	color: #fff;
	padding: 20px;
    margin-top: 2em;
}

.site-footer-new {
	background-color: transparent;
	color: inherit;
	padding: 0;	
}
.footer-main {
	background-color: #494949;
	color: #fff;
	padding: 20px;	
}
.footer-sub {
	background-color: #f0edea;
	padding: 20px;	
}

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

.site-footer .widget-title {
	font-size: 1.5em;
	font-weight: 500;
}

.site-footer a {
	color: inherit;
}
/*
.site-footer a:hover {
	color: #007fa3;
}
*/
.footer-column-3 .menu {
	margin: 1em 0;
	display: flex;
}
.footer-column-3 .menu li {
	padding-right: 1em;	
}
.footer-column-3 span[class^="icon-"] {
	font-size: 1.625em;
}

/* 3-7-19 added new bottom footer section with copyright, menu */
.footer-copyright {
	display: inline-block;
	margin: 1em 1em 0 0;
}
.footer-sub .menu {
	display: inline-flex;
	flex-wrap: wrap;
	margin: 1em -0.75em;	
}
.footer-sub li {
	padding: 0.25em 0.75em;
}


@media (min-width: 37.5em) {

	/* Contact and Follow Us widgets now side-by-side */
	.footer-columns {
		display: flex;
		flex-wrap: wrap;
	}
	.footer-column-1 {
		width: 100%;
	}
	.footer-column-2 {
		width: 60%;
		padding-right: 10px;
	}
	.footer-column-3 {
		width: 40%;
		padding-left: 10px;
	}
	.footer-columns .footer-column-3 #block-4 {
		margin-bottom: 1rem;
	}

}

@media (min-width: 48em) {
	/* more spacing */
	.site-footer {
		padding: 40px;
    	margin-top: 3em;
	}
	
	.site-footer-new {
		padding: 0;	
	}
	.footer-main,
	.footer-sub {
		padding: 20px 40px;	
	}
	
	
}


@media (min-width: 60em) {
	/* EDIT: 12-6-18 removed fform from the footer */
	/*
	.footer-column-1 {
		width: 50%;
		padding-right: 20px;
	}
	.footer-column-2 {
		width: 25%;
		padding-left: 20px;
	}
	.footer-column-3 {
		width: 25%;
		padding-left: 30px;
	}
	*/
	.footer-sub .menu {
		margin: 1em 0;
		margin-left: -0.25em;	
	}
	.footer-sub li {
		padding: 0.25em 1em;
		border-left: 1px solid;	
	}
}




/* ==========================================================================
   Helper classes
   ========================================================================== */
pre {
	text-align: left !important;
}
/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    p:first-letter,
    div:first-letter,
    blockquote:first-letter,
    li:first-letter,
    p:first-line,
    div:first-line,
    blockquote:first-line,
    li:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

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

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

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

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

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

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

    h2,
    h3 {
        page-break-after: avoid;
    }
}

@media (min-width: 64em) {
	.postid-35419 #columns-4 .ps-c-column {
		width: 50%;
		min-width: 50%;
		max-width: 50%;
	}
}


.archive-staff .denote img {
    max-width: 50px;
}



.staff-filters-form .form-row .search-icon {
    max-width: 50px;
    margin-right:0.25em;
}

.archive-staff .non-mch img {
    visibility: hidden;
    max-width: 50px;
}

.entry-header .post-author {
	display: none !important;
}

#post-36323 .page-section-inner.post-grid-inner .page-section-title {
	margin-left: 3rem;
}

#post-40095 #media-content-3 {
	display: none;
}