  @charset "UTF-8";

/*!
Theme Name: UHMFS
Theme URI: https://underscores.me/
Author: dcdc
Author URI: https://dcdc.coe.hawaii.edu/
Description: WordPress theme for the 鶹ýMānoa Faculty Senate.
Version: 2.0.6
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: uhmfs
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.

UHMFS 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

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

/* Add Bootstrap.
--------------------------------------------------------------*/
@import "https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css";

/* UHMFS bootstrap adjustments. */
.m1 {
	margin: 1rem;
}

.m2 {
	margin: 2rem;
}

.m3 {
	margin: 3rem;
}

.ml-1 {
	margin-left: 1rem;
}

.mr-1 {
	margin-right: 1rem;
}

.mt-1 {
	margin-top: 1rem;
}

.mb-1 {
	margin-bottom: 1rem;
}

.ml-2 {
	margin-left: 2rem;
}

.mr-2 {
	margin-right: 2rem;
}

.mt-2 {
	margin-top: 2rem;
}

.mb-2 {
	margin-bottom: 2rem;
}

.ml-3 {
	margin-left: 3rem;
}

.mr-3 {
	margin-right: 3rem;
}

.mt-3 {
	margin-top: 3rem;
}

.mb-3 {
	margin-bottom: 3rem;
}

.p1 {
	padding: 1rem;
}

.p2 {
	padding: 2rem;
}

.p3 {
	padding: 3rem;
}

.pl-1 {
	padding-left: 1rem;
}

.pr-1 {
	padding-right: 1rem;
}

.pt-1 {
	padding-top: 1rem;
}

.pb-1 {
	padding-bottom: 1rem;
}

.pl-2 {
	padding-left: 2rem;
}

.pr-2 {
	padding-right: 2rem;
}

.pt-2 {
	padding-top: 2rem;
}

.pb-2 {
	padding-bottom: 2rem;
}

.pl-3 {
	padding-left: 3rem;
}

.pr-3 {
	padding-right: 3rem;
}

.pt-3 {
	padding-top: 3rem;
}

.pb-3 {
	padding-bottom: 3rem;
}

.circle {
	border-radius: 50%;
	overflow: hidden;
}

.uppercase-header {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

ul.link-list {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

ul.link-list li {
	list-style: none;
	display: flex;
}

ul.link-list li a {
	display: block;
}

ul.no-bullet {
	list-style: none;
	margin: 0;
	padding: 0;
}

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

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

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

main h1,
main .h1 {
	font-size: 2.2em;
}

@media (max-width: 61.9em) {

	main h1,
	main .h1 {
		font-size: 1.75rem;
	}
}

main h2,
main .h2 {
	font-size: 1.8em;
}

@media (max-width: 33.9em) {

	main h2,
	main .h2 {
		font-size: 1.5rem;
	}
}

main h3,
main .h3 {
	font-size: 1.6em;
}

@media (max-width: 33.9em) {

	main h3,
	main .h3 {
		font-size: 1.5rem;
	}
}

main h4,
main .h4 {
	font-size: 1.4em;
}

@media (max-width: 33.9em) {

	main h4,
	main .h4 {
		font-size: 1.3rem;
	}
}

main h5,
main .h5 {
	font-size: 1.3em;
}

@media (max-width: 33.9em) {

	main h5,
	main .h5 {
		font-size: 1.2rem;
	}
}

main h6,
main .h6 {
	font-size: 1.2em;
}

@media (max-width: 33.9em) {

	main h6,
	main .h6 {
		font-size: 1.1rem;
	}
}

main h1,
main .h1,
main h2,
main .h2,
main h3,
main .h3,
main h4,
main .h4,
main h5,
main .h5,
main h6,
main .h6 {
	color: #444;
	font-weight: 600;
	margin: 0;
}

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

main h1 + p,
main h2 + p,
main h3 + p,
main h4 + p,
main h5 + p,
main h6 + p {
	margin-top: 0.6rem;
}

main h1 + h1,
main h1 + h2,
main h1 + h3,
main h1 + h4,
main h1 + h5,
main h1 + h6,
main h2 + h1,
main h2 + h2,
main h2 + h3,
main h2 + h4,
main h2 + h5,
main h2 + h6,
main h3 + h1,
main h3 + h2,
main h3 + h3,
main h3 + h4,
main h3 + h5,
main h3 + h6,
main h4 + h1,
main h4 + h2,
main h4 + h3,
main h4 + h4,
main h4 + h5,
main h4 + h6,
main h5 + h1,
main h5 + h2,
main h5 + h3,
main h5 + h4,
main h5 + h5,
main h5 + h6,
main h6 + h1,
main h6 + h2,
main h6 + h3,
main h6 + h4,
main h6 + h5,
main h6 + h6 {
	margin-top: 1rem;
}

main h1 + ol,
main h1 + ul,
main h1 + dl,
main h1 + blockquote,
main h1 + .accordion,
main h1 + .faq,
main h1 + table,
main h1 + .table-wrap,
main h2 + ol,
main h2 + ul,
main h2 + dl,
main h2 + blockquote,
main h2 + .accordion,
main h2 + .faq,
main h2 + table,
main h2 + .table-wrap,
main h3 + ol,
main h3 + ul,
main h3 + dl,
main h3 + blockquote,
main h3 + .accordion,
main h3 + .faq,
main h3 + table,
main h3 + .table-wrap,
main h4 + ol,
main h4 + ul,
main h4 + dl,
main h4 + blockquote,
main h4 + .accordion,
main h4 + .faq,
main h4 + table,
main h4 + .table-wrap,
main h5 + ol,
main h5 + ul,
main h5 + dl,
main h5 + blockquote,
main h5 + .accordion,
main h5 + .faq,
main h5 + table,
main h5 + .table-wrap,
main h6 + ol,
main h6 + ul,
main h6 + dl,
main h6 + blockquote,
main h6 + .accordion,
main h6 + .faq,
main h6 + table,
main h6 + .table-wrap {
	margin-top: 1rem;
}

main p {
	margin: 0;
}

main p,
main ul,
main ol,
main li,
main blockquote {
	line-height: 1.5;
}

main p + p,
main p + blockquote,
main p + ol,
main p + ul,
main p + dl,
main p + .accordion,
main p + .faq,
main p + table,
main p + .table-wrap,
main ol + p,
main ol + blockquote,
main ol + ol,
main ol + ul,
main ol + dl,
main ol + .accordion,
main ol + .faq,
main ol + table,
main ol + .table-wrap,
main ul + p,
main ul + blockquote,
main ul + ol,
main ul + ul,
main ul + dl,
main ul + .accordion,
main ul + .faq,
main ul + table,
main ul + .table-wrap,
main blockquote + p,
main blockquote + blockquote,
main blockquote + ol,
main blockquote + ul,
main blockquote + dl,
main blockquote + .accordion,
main blockquote + .faq,
main blockquote + table,
main blockquote + .table-wrap,
main table + p,
main table + blockquote,
main table + ol,
main table + ul,
main table + dl,
main table + .accordion,
main table + .faq,
main table + table,
main table + .table-wrap,
main .table-wrap + p,
main .table-wrap + blockquote,
main .table-wrap + ol,
main .table-wrap + ul,
main .table-wrap + dl,
main .table-wrap + .accordion,
main .table-wrap + .faq,
main .table-wrap + table,
main .table-wrap + .table-wrap {
	margin-top: 1.5rem;
}

main p + h1,
main p + h2,
main p + h3,
main p + h4,
main p + h5,
main p + h6,
main ol + h1,
main ol + h2,
main ol + h3,
main ol + h4,
main ol + h5,
main ol + h6,
main ul + h1,
main ul + h2,
main ul + h3,
main ul + h4,
main ul + h5,
main ul + h6,
main blockquote + h1,
main blockquote + h2,
main blockquote + h3,
main blockquote + h4,
main blockquote + h5,
main blockquote + h6,
main table + h1,
main table + h2,
main table + h3,
main table + h4,
main table + h5,
main table + h6,
main .table-wrap + h1,
main .table-wrap + h2,
main .table-wrap + h3,
main .table-wrap + h4,
main .table-wrap + h5,
main .table-wrap + h6 {
	margin-top: 2rem;
}

main ul,
main ol,
main dl {
	margin: 0 0 0 3rem;
	padding: 0;
}

main li + li {
	margin-top: 0.4rem;
}

main .accordion + p,
main .accordion + ul,
main .accordion + ol,
main .accordion + dl,
main .accordion + blockquote,
main .accordion + table,
main .accordion + .table-wrap,
main .faq + p,
main .faq + ul,
main .faq + ol,
main .faq + dl,
main .faq + blockquote,
main .faq + table,
main .faq + .table-wrap {
	margin-top: 1.5rem;
}

main .accordion + h1,
main .accordion + h2,
main .accordion + h3,
main .accordion + h4,
main .accordion + h5,
main .accordion + h6,
main .faq + h1,
main .faq + h2,
main .faq + h3,
main .faq + h4,
main .faq + h5,
main .faq + h6 {
	margin-top: 2rem;
}

main blockquote,
main .blockquote,
main .text-block {
	background: #e9f0dd;
	margin-left: 0;
	margin-right: 0;
	padding: 1rem 1.5rem;
	position: relative;
}

main blockquote + blockquote,
main blockquote + .blockquote,
main blockquote + .text-block,
main .blockquote + blockquote,
main .blockquote + .blockquote,
main .blockquote + .text-block,
main .text-block + blockquote,
main .text-block + .blockquote,
main .text-block + .text-block {
	margin-top: 2.5rem;
}

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

* {
	min-height: 0;
	min-width: 0;
}

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

a:visited {
	color: inherit;
}

.dyk-container {
	margin-top: 1.5rem;
}

@media (min-width: 62em) and (max-width: 74.9em) {

	.dyk-container {
		margin-top: 3rem;
	}
}

.dyk-container h3 {
	color: #425d59;
	font-size: 1.25rem;
	margin-bottom: 0.25rem;
}

.dyk,
.dyk-container li {
	color: #222;
	padding-bottom: 1rem;
}

.dyk + .dyk,
.dyk-container li + .dyk {
	margin-top: 1.5rem;
}

.dyk .content,
.dyk-container li .content {
	margin: 0.5rem 0 1rem;
}

.dyk-container .dyk a,
.home-section .more-links li a {
	background-color: rgba(255, 255, 255, 0.5);
	border-bottom: 3px solid #c9ded3;
	color: #425d59;
}

.dyk-container .dyk a:hover,
.dyk-container .dyk a:focus,
.dyk-container .dyk a:active,
.home-section .more-links li a:hover,
.home-section .more-links li a:focus,
.home-section .more-links li a:active {
	background-color: #fff;
	border-bottom-color: #425d59;
	text-decoration: none;
}

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

.kw-search {
	display: flex;
	font-family: "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
	margin-top: 1rem;
}

.kw-search input {
	border-bottom-right-radius: 0;
	border-color: #c9daab;
	border-right: 0;
	border-top-right-radius: 0;
	flex: 1;
	font-family: inherit;
	padding: 0.35rem 1rem 0.4rem;
}

.kw-search button {
	background: #c9daab;
	border-color: #c9daab;
	border-bottom-left-radius: 0;
	border-left: 0;
	border-top-left-radius: 0;
	flex-basis: 6rem;
	font-family: inherit;
	padding: 0.35rem 1rem 0.4rem;
}

.kw-search button:hover,
.kw-search button:active,
.kw-search button:focus {
	background: #e9f0dd;
}

.archive .filters .filter-choices {
	display: flex;
	flex-wrap: wrap;
}

.archive .filters .filter-choices .status {
	margin-right: 1rem;
}

.archive .filters select {
	border-radius: 0.2rem;
	padding: 0.15rem 0 0.2rem;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	clear: both;
	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;
}

@media (max-width: 33.9em) {

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		position: relative;
		width: 100%;
	}

	.main-navigation ul ul li:hover > ul > li > a,
	.main-navigation ul ul li.focus > ul > li > a {
		width: 100%;
	}
}

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

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

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

@media (max-width: 47.9em) {

	.main-navigation ul li:hover > ul.sub-menu,
	.main-navigation ul li.focus > ul.sub-menu {
		display: block;
		float: none;
		position: relative;
		width: 100%;
	}

	.main-navigation ul li:hover > ul.sub-menu > li > a,
	.main-navigation ul li.focus > ul.sub-menu > li > a {
		width: inherit;
	}
}

.main-navigation li {
	position: relative;
}

@media (min-width: 48em) {

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

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

.main-navigation .menu-item-has-children > a::after {
	content: "\25BE";
	padding-bottom: 2px;
	padding-left: 5px;
	white-space: nowrap;
}

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

.menu-toggle span::after {
	content: "\25BE";
	display: inline-block;
	font-family: sans-serif;
	font-size: 1rem;
	padding-left: 5px;
	white-space: nowrap;
	min-width: 20px;
}

.menu-toggle[aria-expanded="true"] span::after {
	content: "\00D7";
}

.main-navigation ul {

	/*@media screen and (min-width: $sm-min) and (max-width: $md-max) {
		align-items: center;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}*/
}

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

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

@media screen and (min-width: 34em) and (max-width: 61.9em) {

	.main-navigation ul {
		text-align: center;
	}
}

.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 {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Style site header */
.site-header {

	/* Logo */
}

.site-header .site-branding.navbar-brand {
	align-items: center;
}

@media (max-width: 61.9em) {

	.site-header .site-branding.navbar-brand {
		flex-basis: 100%;
	}
}

@media (min-width: 62em) {

	.site-header .site-branding.navbar-brand {
		display: flex;
	}
}

.site-header .site-branding.navbar-brand .logo {
	flex-basis: 45px;
}

.site-header .site-branding.navbar-brand .logo img {
	height: auto;
	width: 50px;
}

.site-header .site-branding.navbar-brand .site-name {
	color: #222;
	flex: 1;
}

.site-header .site-branding.navbar-brand .site-name .site-title {
	font-size: 0.95rem;
	font-weight: 700;
	margin: 0;
}

.site-header .site-branding.navbar-brand .site-name .site-description {
	font-size: 0.75rem;
	margin: 0;
}

.site-header .site-branding.navbar-brand .site-name:hover,
.site-header .site-branding.navbar-brand .site-name:active,
.site-header .site-branding.navbar-brand .site-name:focus {
	color: #444;
}

.site-header .menu-toggle {
	border: 1px solid #c9ded3;
	color: #425d59;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.7px;
	padding: 9px 20px 10px;
	text-transform: uppercase;
	transition: background-color 0.25s ease-out;
}

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

	.site-header .menu-toggle {
		display: none;
	}
}

.site-header .menu-toggle:hover,
.site-header .menu-toggle:active,
.site-header .menu-toggle:focus {
	background: #425d59;
	border-color: #425d59;
	color: #fff;
}

.site-header .menu-toggle[aria-expanded="true"] i {
	transform: rotate(180deg);
}

@media (max-width: 61.9em) {

	.site-header .menu-toggle {
		flex-basis: 100%;
	}
}

.site-header #site-navigation.navbar {
	padding-left: 0;
	padding-right: 0;
}

.site-header .navbar-collapse {
	flex: 1;
	flex-wrap: wrap;
}

@media (max-width: 61.9em) {

	.site-header .navbar-collapse {
		flex-basis: 100%;
	}
}

.site-header .navbar-collapse > .nav-menu > li > a {
	color: #425d59;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.25px;
	padding: 0.2rem 0.75rem 0.3rem;
	text-transform: uppercase;
}

.site-header .navbar-collapse > .nav-menu > li > a:hover,
.site-header .navbar-collapse > .nav-menu > li > a:active,
.site-header .navbar-collapse > .nav-menu > li > a:focus {
	background: rgba(188, 212, 214, 0.6);
	text-decoration: none;
}

.site-header .navbar-collapse .sub-menu {
	background: #fff;
	font-size: 0.9rem;
	z-index: 99;
}

.site-header .navbar-collapse .sub-menu > li > a {
	color: #222;
	padding: 0.35rem 1rem 0.5rem;
	text-decoration: none;
}

.site-header .navbar-collapse .sub-menu > li > a:hover,
.site-header .navbar-collapse .sub-menu > li > a:active,
.site-header .navbar-collapse .sub-menu > li > a:focus {
	background: rgba(188, 212, 214, 0.5);
}

.site-header .navbar-collapse .sub-menu > li:first-child > a {
	padding-top: 0.6rem;
}

.site-header .navbar-collapse .sub-menu > li:last-child > a {
	padding-bottom: 0.8rem;
}

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

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

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

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

/* Add background to sidebar */
@media (min-width: 62em) {

	.sidebar-bg {
		background-image: url(/uhmfs/wp-content/themes/wp-theme-uhmfs/images/lines-bg.png);
		background-repeat: repeat-y;
		background-position: top right;
	}
}

/* Slides on homepage */
.page-template-template-home .home-section#banner .slide + .slide {
	margin-top: 0;
}

.page-template-template-home .home-section#banner .slides-labels {
	display: none;
}

@media (min-width: 75em) {

	.page-template-template-home .home-section#banner .slides-labels {
		max-width: 1140px;
	}
}

@media (min-width: 62em) and (max-width: 74.9em) {

	.page-template-template-home .home-section#banner .slides-labels {
		max-width: 960px;
	}
}

@media (min-width: 62em) {

	.page-template-template-home .home-section#banner .slides-labels {
		bottom: 0;
		color: #fff;
		display: flex;
		justify-content: center;
		left: 50%;
		padding: 2rem 10px 3rem;
		position: absolute;
		transform: translateX(-50%);
		width: 100%;
		z-index: 3;
	}

	.page-template-template-home .home-section#banner .slides-labels .label {
		flex-basis: calc(25% - 10px);
		margin: 0 5px;
		padding-bottom: 0.5rem;
	}
}

.page-template-template-home .home-section#banner .slick-dots {
	bottom: 0;
	padding: 1rem 0;
	position: absolute;
	width: 100%;
	z-index: 80;
}

@media (min-width: 75em) {

	.page-template-template-home .home-section#banner .slick-dots {
		max-width: 1140px;
	}
}

@media (min-width: 62em) and (max-width: 74.9em) {

	.page-template-template-home .home-section#banner .slick-dots {
		max-width: 960px;
	}
}

@media (min-width: 62em) {

	.page-template-template-home .home-section#banner .slick-dots {
		left: 50%;
		transform: translateX(-50%);
		padding: 1rem 10px 4rem;
	}

	.page-template-template-home .home-section#banner .slick-dots > li {
		width: calc(25% - 10px);
	}

	.page-template-template-home .home-section#banner .slick-dots > li.slick-active > button {
		border-bottom-color: #fff;
	}

	.page-template-template-home .home-section#banner .slick-dots > li > button {
		border-bottom: 4px solid rgba(255, 255, 255, 0.3);
		border-radius: 0;
		margin: 0 0.1rem;
		padding-top: 1.5rem;
		width: 100%;
	}

	.page-template-template-home .home-section#banner .slick-dots > li > button:hover,
	.page-template-template-home .home-section#banner .slick-dots > li > button:focus,
	.page-template-template-home .home-section#banner .slick-dots > li > button:active {
		border-bottom-color: #fff;
	}

	.page-template-template-home .home-section#banner .slick-dots > li > button::before {
		content: " ";
	}
}

.page-template-template-home .slides .slide {
	overflow: hidden;
	position: relative;
}

@media (max-width: 33.9em) {

	.page-template-template-home .slides .slide {
		max-height: 300px;
	}
}

@media (max-width: 61.9em) {

	.page-template-template-home .slides .slide {
		height: auto;
		max-height: 400px;
	}
}

.page-template-template-home .slides .slide::after {
	background: rgba(66, 93, 89, 0.8);
	background: linear-gradient(70deg, #425d59 0%, rgba(2, 71, 49, 0.7) 100%);
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 90;
}

.page-template-template-home .slides .slide img {
	filter: grayscale(100%);
	height: 100%;
	max-width: 3000px;
	width: auto;
}

@media (min-width: 48em) {

	.page-template-template-home .slides .slide img {
		height: auto;
		width: 100%;
	}
}

.page-template-template-home .slides .slide .slide-content {
	bottom: 0;
	color: #fff;
	position: absolute;
	padding-bottom: 5rem;
	padding-top: 2rem;
	width: 100%;
	z-index: 91;
}

@media (min-width: 62em) {

	.page-template-template-home .slides .slide .slide-content {
		padding-bottom: 9rem;
	}
}

.page-template-template-home .slides .slide .slide-content h2 {
	color: #fff;
}

.page-template-template-home .slides .slide .slide-content a {
	color: #fff;
	display: block;
	text-decoration: none;
}

.page-template-template-home .slides .slide .slide-content a:hover,
.page-template-template-home .slides .slide .slide-content a:focus,
.page-template-template-home .slides .slide .slide-content a:active {
	color: #c9ded3;
}

.page-template-template-alt .home-section#banner .home-banner-wrap {
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	filter: grayscale(100%);
	height: 100%;
	min-height: 300px;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
}

@media (max-width: 33.9em) {

	.page-template-template-alt .home-section#banner .home-banner-wrap {
		min-height: 200px;
	}
}

.page-template-template-alt .home-section#banner .home-image {
	align-items: center;
	background: rgba(66, 93, 89, 0.8);
	background: linear-gradient(70deg, #425d59 0%, rgba(2, 71, 49, 0.7) 100%);
	content: "";
	display: flex;
	justify-content: center;
	min-height: 300px;
	padding: 2rem;
	position: relative;
	text-align: center;
	z-index: 4;
}

@media (max-width: 33.9em) {

	.page-template-template-alt .home-section#banner .home-image {
		min-height: 200px;
	}
}

.page-template-template-alt .home-section#banner .home-image .home-image-content {
	color: #fff;
	height: 100%;
	z-index: 99;
}

.page-template-template-alt .home-section#banner .home-image .home-image-content h1 {
	color: #fff;
}

.page-template-template-alt .home-section#banner .home-image .home-image-content .blurb {
	margin-top: 0.5rem;
}

.page-template-template-alt .home-section#banner .home-image .home-image-content a {
	color: #fff;
	display: block;
	text-decoration: none;
}

.page-template-template-alt .home-section#banner .home-image .home-image-content a:hover,
.page-template-template-alt .home-section#banner .home-image .home-image-content a:focus,
.page-template-template-alt .home-section#banner .home-image .home-image-content a:active {
	color: #c9ded3;
}

/* Banner images as overlay */
.page .banner > .entry-header {
	padding: 2rem 0;
}

.page .banner > .page-header.has-image.parallax {
	background-attachment: fixed;
	background-color: #425d59;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3rem 0;
	position: relative;
}

@media (min-width: 48em) {

	.page .banner > .page-header.has-image.parallax {
		align-items: center;
		display: flex;
		min-height: 200px;
	}
}

.page .banner > .page-header.has-image.parallax h1 {
	color: #fff;
	position: relative;
	z-index: 91;
}

.page .banner > .page-header.has-image.parallax::after {
	background: rgba(66, 93, 89, 0.8);
	background: linear-gradient(70deg, #425d59 0%, rgba(2, 71, 49, 0.7) 100%);
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 90;
}

/* Slick slider dots */
.slick-dots {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin-left: 0;
	padding: 0 2rem;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li > button {
	background: rgba(255, 255, 255, 0);
	border: 0;
	color: #222;
	display: block;
	font-family: "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 0;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	outline: none;
}

.slick-dots li > button::before {
	color: #c9ded3;
	content: "•";
	font-size: 2.5rem;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	opacity: 0.75;
}

.slick-dots li > button:hover::before,
.slick-dots li > button:active::before,
.slick-dots li > button:focus::before {
	color: #fff;
}

.slick-dots li > button:focus {
	outline: 5px auto -webkit-focus-ring-color;
}

.slick-dots li.slick-active > button::before {
	color: #fff;
}

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

/* Custom UHMFS styles.
--------------------------------------------------------------*/
html,
body {
	font-family: "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 1.05rem;
}

html {
	box-sizing: border-box;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body,
.post,
.page {
	margin-bottom: 0;
}

.page-template-default .entry-content {
	padding-bottom: 3rem;
}

main > .page-header,
main > .entry-header,
.banner > .page-header,
.error404 .page-header {
	padding: 2rem 0;
}

main li + li {
	margin-top: inherit;
}

strong {
	font-weight: 700;
}

main .desc a,
main .desc a:visited,
main .sec-desc a,
main .sec-desc a:visited,
main .map a,
main .map a:visited,
main .buttons-desc a,
main .buttons-desc a:visited,
.page-template-default .entry-content a,
.page-template-default .entry-content a:visited,
.accordion-answer a,
.accordion-answer a:visited,
.col-section.two-col a,
.col-section.two-col a:visited,
.col-section.one-col a,
.col-section.one-col a:visited,
.about-contact .contact-info a,
.about-contact .contact-info a:visited,
.search-results article a,
.search-results article a:visited,
.single-announcements .entry-content a,
.single-announcements .entry-content a:visited {
	color: #024731;
	text-decoration: underline;
	text-decoration-color: #c9ded3;
}

main .desc a:hover,
main .desc a:focus,
main .desc a:active,
main .desc a:visited:hover,
main .desc a:visited:focus,
main .desc a:visited:active,
main .sec-desc a:hover,
main .sec-desc a:focus,
main .sec-desc a:active,
main .sec-desc a:visited:hover,
main .sec-desc a:visited:focus,
main .sec-desc a:visited:active,
main .map a:hover,
main .map a:focus,
main .map a:active,
main .map a:visited:hover,
main .map a:visited:focus,
main .map a:visited:active,
main .buttons-desc a:hover,
main .buttons-desc a:focus,
main .buttons-desc a:active,
main .buttons-desc a:visited:hover,
main .buttons-desc a:visited:focus,
main .buttons-desc a:visited:active,
.page-template-default .entry-content a:hover,
.page-template-default .entry-content a:focus,
.page-template-default .entry-content a:active,
.page-template-default .entry-content a:visited:hover,
.page-template-default .entry-content a:visited:focus,
.page-template-default .entry-content a:visited:active,
.accordion-answer a:hover,
.accordion-answer a:focus,
.accordion-answer a:active,
.accordion-answer a:visited:hover,
.accordion-answer a:visited:focus,
.accordion-answer a:visited:active,
.col-section.two-col a:hover,
.col-section.two-col a:focus,
.col-section.two-col a:active,
.col-section.two-col a:visited:hover,
.col-section.two-col a:visited:focus,
.col-section.two-col a:visited:active,
.col-section.one-col a:hover,
.col-section.one-col a:focus,
.col-section.one-col a:active,
.col-section.one-col a:visited:hover,
.col-section.one-col a:visited:focus,
.col-section.one-col a:visited:active,
.about-contact .contact-info a:hover,
.about-contact .contact-info a:focus,
.about-contact .contact-info a:active,
.about-contact .contact-info a:visited:hover,
.about-contact .contact-info a:visited:focus,
.about-contact .contact-info a:visited:active,
.search-results article a:hover,
.search-results article a:focus,
.search-results article a:active,
.search-results article a:visited:hover,
.search-results article a:visited:focus,
.search-results article a:visited:active,
.single-announcements .entry-content a:hover,
.single-announcements .entry-content a:focus,
.single-announcements .entry-content a:active,
.single-announcements .entry-content a:visited:hover,
.single-announcements .entry-content a:visited:focus,
.single-announcements .entry-content a:visited:active {
	text-decoration-color: #024731;
}

main .desc a.learn-more,
main .desc a:visited.learn-more,
main .sec-desc a.learn-more,
main .sec-desc a:visited.learn-more,
main .map a.learn-more,
main .map a:visited.learn-more,
main .buttons-desc a.learn-more,
main .buttons-desc a:visited.learn-more,
.page-template-default .entry-content a.learn-more,
.page-template-default .entry-content a:visited.learn-more,
.accordion-answer a.learn-more,
.accordion-answer a:visited.learn-more,
.col-section.two-col a.learn-more,
.col-section.two-col a:visited.learn-more,
.col-section.one-col a.learn-more,
.col-section.one-col a:visited.learn-more,
.about-contact .contact-info a.learn-more,
.about-contact .contact-info a:visited.learn-more,
.search-results article a.learn-more,
.search-results article a:visited.learn-more,
.single-announcements .entry-content a.learn-more,
.single-announcements .entry-content a:visited.learn-more {
	text-decoration: none;
}

.page-title + .desc {
	margin-top: 0.5rem;
}

.profile {
	display: flex;
}

.profile .image {
	border-radius: 50%;
	flex-basis: 60px;
	height: 60px;
	margin-right: 1rem;
	overflow: hidden;
}

.profile .image img {
	height: auto;
	min-height: 100%;
	min-width: 100%;
	width: auto;
}

.profile .content {
	flex: 1;
}

.profile .content p + p {
	margin-top: 0.1rem;
}

.profile .content .name {
	font-weight: 600;
}

.sec-profile {
	text-align: center;
}

.sec-profile .image {
	border-radius: 50%;
	height: 120px;
	margin: auto;
	overflow: hidden;
	width: 120px;
}

.sec-profile .image img {
	height: auto;
	max-width: 70px;
	min-height: 100%;
	min-width: 100%;
	width: auto;
}

.quote-profile .quote {
	padding-left: 1.5rem;
	text-indent: -0.65rem;
}

.quote-profile .quote + .profile {
	margin-top: 1rem;
	padding-bottom: 1rem;
}

.quote-profile .quote i {
	color: #bcd4d6;
}

.quote-profile .quote i.fa-quote-right {
	margin-left: 1.25rem;
}

.quote-profile .more-info,
.quote-profile .profile {
	padding-left: 1.5rem;
}

.testimonial .quote {
	padding-left: 1.5rem;
	text-indent: -0.65rem;
}

.testimonial .quote .fa-quote-right {
	margin-left: 1.25rem;
}

.testimonial .name,
.testimonial .subtitle {
	padding-left: 1.5rem;
}

.quote i {
	color: #c9ded3;
	font-size: 0.9rem;
	white-space: nowrap;
}

.quote i:first-child {
	margin-right: 0.5rem;
}

.quote i:last-child {
	margin-left: 0.5rem;
}

.more-info {
	margin-top: 2rem;
	text-align: center;
}

.more-info a {
	background: #425d59;
	border-radius: 0.25rem;
	color: #fff;
	margin: 1rem auto 0;
	padding: 0.3rem 1.5rem 0.4rem;
}

.more-info a:hover,
.more-info a:focus,
.more-info a:active {
	background-color: #3f504e;
	text-decoration: none;
}

.updates {
	margin-bottom: 3rem;
}

.page-template-template-home .home-section,
.page-template-template-alt .home-section {
	padding: 3rem 0 0;
}

.page-template-template-home .home-section#banner,
.page-template-template-alt .home-section#banner {
	background: #425d59;
	padding: 0;
	position: relative;
	z-index: 3;
}

.page-template-template-home .home-section#topics,
.page-template-template-alt .home-section#topics {
	padding-top: 0;
}

@media (min-width: 62em) {

	.page-template-template-home .home-section#topics,
	.page-template-template-alt .home-section#topics {
		background-image: url(/uhmfs/wp-content/themes/wp-theme-uhmfs/images/lines-bg.png);
		background-repeat: repeat-y;
	}
}

@media (min-width: 62em) and (max-width: 74.9em) {

	.page-template-template-home .home-section#topics .full-container,
	.page-template-template-alt .home-section#topics .full-container {
		margin-right: 3rem;
	}
}

@media (min-width: 62em) {

	.page-template-template-home .home-section#topics .full-container,
	.page-template-template-alt .home-section#topics .full-container {
		display: grid;
		grid-template-columns: 9fr 1fr 24fr;
		grid-template-rows: 100px 100px 1fr 1fr 1fr;
		padding: 3rem 0 3.25rem;
	}
}

.page-template-template-home .home-section#topics .topics-header,
.page-template-template-alt .home-section#topics .topics-header {
	background: rgba(201, 222, 211, 0.5);
	padding: 2rem;
}

@media (max-width: 61.9em) {

	.page-template-template-home .home-section#topics .topics-header,
	.page-template-template-alt .home-section#topics .topics-header {
		background-color: rgba(201, 218, 171, 0.3);
		padding-bottom: 0;
	}

	.page-template-template-home .home-section#topics .topics-header i,
	.page-template-template-alt .home-section#topics .topics-header i {
		transform: rotate(90deg);
	}
}

@media (min-width: 62em) {

	.page-template-template-home .home-section#topics .topics-header,
	.page-template-template-alt .home-section#topics .topics-header {
		grid-column: 1 / span 2;
		grid-row: 2 / span 2;
		padding: 3rem;
	}
}

.page-template-template-home .home-section#topics .topics-header i,
.page-template-template-alt .home-section#topics .topics-header i {
	margin-top: 0.5rem;
}

.page-template-template-home .home-section#topics .topics-header h2,
.page-template-template-alt .home-section#topics .topics-header h2 {
	color: #3f504e;
	font-size: 1.4rem;
	font-style: italic;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

.page-template-template-home .home-section#topics .topics,
.page-template-template-alt .home-section#topics .topics {
	background: rgba(201, 218, 171, 0.3);
	padding: 2rem;
}

@media (min-width: 62em) {

	.page-template-template-home .home-section#topics .topics,
	.page-template-template-alt .home-section#topics .topics {
		grid-column: 2 / span 2;
		grid-row: 1 / span 5;
		padding: 3rem;
	}
}

.page-template-template-home .home-section#topics .topics .issues-posts .status,
.page-template-template-alt .home-section#topics .topics .issues-posts .status {
	display: none;
}

.page-template-template-home .home-section#topics .topics .submit-container,
.page-template-template-alt .home-section#topics .topics .submit-container {
	border-top: 1px solid #c9ded3;
	margin-top: 2rem;
	padding-top: 3rem;
}

.page-template-template-home .home-section#topics .topics .submit-button,
.page-template-template-alt .home-section#topics .topics .submit-button {
	background: #024731;
	border-radius: 0.15rem;
	color: #fff;
	display: inline-block;
	padding: 0.5rem 1.5rem 0.75rem;
}

.page-template-template-home .home-section#topics .topics .submit-button:hover,
.page-template-template-home .home-section#topics .topics .submit-button:active,
.page-template-template-home .home-section#topics .topics .submit-button:focus,
.page-template-template-alt .home-section#topics .topics .submit-button:hover,
.page-template-template-alt .home-section#topics .topics .submit-button:active,
.page-template-template-alt .home-section#topics .topics .submit-button:focus {
	background: #444;
	text-decoration: none;
}

.page-template-template-home .sticky-announcement,
.page-template-template-alt .sticky-announcement {
	background: rgba(201, 222, 211, 0.3);
	padding: 2rem 0;
}

.page-template-template-home .sticky-announcement .container,
.page-template-template-alt .sticky-announcement .container {
	display: flex;
}

.page-template-template-home .sticky-announcement .container .icon,
.page-template-template-alt .sticky-announcement .container .icon {
	color: #425d59;
	flex-basis: 2rem;
	font-size: 1.3rem;
}

.page-template-template-home .sticky-announcement .container .summary,
.page-template-template-alt .sticky-announcement .container .summary {
	flex: 1;
}

.page-template-template-home .sticky-announcement .container .summary h2,
.page-template-template-alt .sticky-announcement .container .summary h2 {
	margin-top: 0.25rem;
}

.page-template-template-home .sticky-announcement h2,
.page-template-template-alt .sticky-announcement h2 {
	font-size: 1.15rem;
}

.page-template-template-home .sticky-announcement a,
.page-template-template-alt .sticky-announcement a {
	color: #425d59;
	font-style: italic;
}

.page-template-template-home .sticky-announcement a span,
.page-template-template-alt .sticky-announcement a span {
	border-bottom: 3px solid rgba(66, 93, 89, 0.1);
}

.page-template-template-home .sticky-announcement a i,
.page-template-template-alt .sticky-announcement a i {
	font-size: 0.85rem;
}

.page-template-template-home .sticky-announcement a:hover,
.page-template-template-home .sticky-announcement a:focus,
.page-template-template-home .sticky-announcement a:active,
.page-template-template-alt .sticky-announcement a:hover,
.page-template-template-alt .sticky-announcement a:focus,
.page-template-template-alt .sticky-announcement a:active {
	background: rgba(201, 222, 211, 0.2);
	color: #024731;
	text-decoration: none;
}

.page-template-template-home .sticky-announcement a:hover span,
.page-template-template-home .sticky-announcement a:focus span,
.page-template-template-home .sticky-announcement a:active span,
.page-template-template-alt .sticky-announcement a:hover span,
.page-template-template-alt .sticky-announcement a:focus span,
.page-template-template-alt .sticky-announcement a:active span {
	border-bottom-color: rgba(66, 93, 89, 0.4);
}

.page-template-template-home .sticky-announcement .content,
.page-template-template-alt .sticky-announcement .content {
	margin-top: 0.25rem;
}

@media (min-width: 62em) {

	.page-template-template-home #upcoming,
	.page-template-template-alt #upcoming {
		background: url(/uhmfs/wp-content/themes/wp-theme-uhmfs/images/lines-bg.png);
		background-repeat: repeat-y;
		background-position: bottom right;
	}
}

@media (min-width: 62em) {

	.page-template-template-home #involved,
	.page-template-template-alt #involved {
		background: url(/uhmfs/wp-content/themes/wp-theme-uhmfs/images/lines-bg.png);
		background-repeat: repeat-y;
		background-position: top right;
	}
}

.page-template-template-home #upcoming,
.page-template-template-alt #upcoming {
	padding: 0;
}

.page-template-template-home #upcoming .nested-heading,
.page-template-template-alt #upcoming .nested-heading {
	background: #425d59;
	padding: 3rem 0 8rem;
}

@media (min-width: 75em) {

	.page-template-template-home #upcoming .nested-heading,
	.page-template-template-alt #upcoming .nested-heading {
		padding-bottom: 6.5rem;
	}
}

.page-template-template-home #upcoming .nested-heading h2,
.page-template-template-alt #upcoming .nested-heading h2 {
	color: #fff;
	font-size: 1.45rem;
	margin-bottom: 1.5rem;
}

.page-template-template-home #upcoming .nested-content,
.page-template-template-alt #upcoming .nested-content {
	margin-top: -8rem;
}

@media (min-width: 75em) {

	.page-template-template-home #upcoming .nested-content,
	.page-template-template-alt #upcoming .nested-content {
		margin-top: -6.5rem;
	}
}

.page-template-template-home .upcoming-container h3,
.page-template-template-alt .upcoming-container h3 {
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 0.75rem;
}

.page-template-template-home .upcoming-container h3 > span,
.page-template-template-alt .upcoming-container h3 > span {
	border-bottom: 3px solid rgba(201, 218, 171, 0.5);
}

@media (min-width: 62em) {

	.page-template-template-home .upcoming-container,
	.page-template-template-alt .upcoming-container {
		display: flex;
	}

	.page-template-template-home .upcoming-container .news-announcements,
	.page-template-template-alt .upcoming-container .news-announcements {
		flex-basis: 70%;
	}

	.page-template-template-home .upcoming-container .schedules-dyk,
	.page-template-template-alt .upcoming-container .schedules-dyk {
		flex: 1;
		margin-left: 2rem;
	}

	.page-template-template-home .upcoming-container .schedules-dyk .schedule,
	.page-template-template-alt .upcoming-container .schedules-dyk .schedule {
		color: #fff;
		margin-top: 0;
	}
}

.page-template-template-home .upcoming-container .schedule,
.page-template-template-alt .upcoming-container .schedule {
	color: #222;
	margin-top: 1rem;
}

.page-template-template-home .upcoming-container .schedule li + li,
.page-template-template-alt .upcoming-container .schedule li + li {
	margin-top: 0.65rem;
}

.page-template-template-home .upcoming-container .schedule a,
.page-template-template-alt .upcoming-container .schedule a {
	display: flex;
}

.page-template-template-home .upcoming-container .schedule a i,
.page-template-template-alt .upcoming-container .schedule a i {
	color: #c9ded3;
	flex-basis: 1.4rem;
	margin-top: 0.35rem;
}

.page-template-template-home .upcoming-container .schedule a > span,
.page-template-template-alt .upcoming-container .schedule a > span {
	flex: 1;
}

.page-template-template-home .upcoming-container .schedule a > span span,
.page-template-template-alt .upcoming-container .schedule a > span span {
	border-bottom: 3px solid rgba(201, 222, 211, 0.2);
}

.page-template-template-home .upcoming-container .schedule a:hover,
.page-template-template-home .upcoming-container .schedule a:focus,
.page-template-template-home .upcoming-container .schedule a:active,
.page-template-template-alt .upcoming-container .schedule a:hover,
.page-template-template-alt .upcoming-container .schedule a:focus,
.page-template-template-alt .upcoming-container .schedule a:active {
	text-decoration: none;
}

.page-template-template-home .upcoming-container .schedule a:hover > span span,
.page-template-template-home .upcoming-container .schedule a:focus > span span,
.page-template-template-home .upcoming-container .schedule a:active > span span,
.page-template-template-alt .upcoming-container .schedule a:hover > span span,
.page-template-template-alt .upcoming-container .schedule a:focus > span span,
.page-template-template-alt .upcoming-container .schedule a:active > span span {
	border-bottom-color: rgba(201, 222, 211, 0.5);
}

@media (min-width: 62em) {

	.page-template-template-home .upcoming-container .schedule,
	.page-template-template-alt .upcoming-container .schedule {
		height: 6rem;
	}
}

.page-template-template-home .upcoming-container .schedule li a,
.page-template-template-alt .upcoming-container .schedule li a {
	color: inherit;
}

@media (min-width: 48em) {

	.page-template-template-home .upcoming-container .news-announcements,
	.page-template-template-alt .upcoming-container .news-announcements {
		display: flex;
		flex-wrap: wrap;
	}

	.page-template-template-home .upcoming-container .news-announcements > *,
	.page-template-template-alt .upcoming-container .news-announcements > * {
		flex-basis: calc(50% - 1rem);
	}

	.page-template-template-home .upcoming-container .news-announcements > *:nth-child(2n),
	.page-template-template-alt .upcoming-container .news-announcements > *:nth-child(2n) {
		margin-left: 2rem;
	}
}

.page-template-template-home .upcoming-container .more-links,
.page-template-template-alt .upcoming-container .more-links {
	margin-top: 2rem;
}

.page-template-template-home .upcoming-container .more-links h2,
.page-template-template-alt .upcoming-container .more-links h2 {
	color: #425d59;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0.4rem 0 0.5rem;
	text-transform: uppercase;
}

.page-template-template-home .upcoming-container .more-links li + li,
.page-template-template-alt .upcoming-container .more-links li + li {
	margin-top: 1rem;
}

.page-template-template-home .upcoming-container .dyk a,
.page-template-template-alt .upcoming-container .dyk a {
	color: #222;
}

.page-template-template-home .upcoming-container .news-announcements .meeting,
.page-template-template-alt .upcoming-container .news-announcements .meeting {
	padding: 1.5rem;
}

.page-template-template-home #involved,
.page-template-template-alt #involved {
	padding-bottom: 3rem;
}

.page-template-template-home #involved .dyk a,
.page-template-template-alt #involved .dyk a {
	color: #222;
}

@media (min-width: 62em) {

	.page-template-template-home #involved .container,
	.page-template-template-alt #involved .container {
		display: flex;
		flex-wrap: wrap;
	}

	.page-template-template-home #involved .container .involved-container,
	.page-template-template-alt #involved .container .involved-container {
		flex-basis: 70%;
	}

	.page-template-template-home #involved .container .more-links,
	.page-template-template-home #involved .container .dyk-container,
	.page-template-template-alt #involved .container .more-links,
	.page-template-template-alt #involved .container .dyk-container {
		flex: 1;
		margin-left: 2rem;
		margin-top: 0;
	}
}

.page-template-template-home #involved .container > h2,
.page-template-template-home #involved .container > h3,
.page-template-template-alt #involved .container > h2,
.page-template-template-alt #involved .container > h3 {
	margin-bottom: 1rem;
}

.page-template-template-home #involved .involved-container h2,
.page-template-template-alt #involved .involved-container h2 {
	font-size: 1.45rem;
	margin-bottom: 1rem;
}

.page-template-template-home #involved .more-links,
.page-template-template-alt #involved .more-links {
	margin-top: 2rem;
}

.page-template-template-home #involved .more-links h2,
.page-template-template-alt #involved .more-links h2 {
	color: #425d59;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0.4rem 0 0.5rem;
	text-transform: uppercase;
}

.page-template-template-home #involved .more-links li + li,
.page-template-template-alt #involved .more-links li + li {
	margin-top: 1rem;
}

.page-template-template-alt main#main > .type-page {
	background-attachment: scroll;
	background-image: url(/uhmfs/wp-content/themes/wp-theme-uhmfs/images/lines-bg-wide2.png);
	background-position: top center;
	background-repeat: repeat-x;
	background-size: 1600px auto;
}

.page-template-template-alt .issues-posts article.issues .left {
	flex: 1;
}

.page-template-template-alt .home-section#topics {
	background-image: none;
}

@media (min-width: 34em) {

	.page-template-template-alt .home-section#topics .filter-selection {
		align-items: center;
		border-bottom: 1px solid #c9ded3;
		display: flex;
		flex-wrap: wrap;
		padding-left: 1rem;
	}
}

.page-template-template-alt .home-section#topics .filter-selection .status label {
	margin: 0.5rem 0.25rem -1px;
}

@media (max-width: 33.9em) {

	.page-template-template-alt .home-section#topics .filter-selection .status label {
		display: block;
	}
}

.page-template-template-alt .home-section#topics .filter-selection .status label span {
	border: 1px solid #c9ded3;
	height: 100%;
	padding: 0.5rem 0.75rem 0.6rem;
}

@media (min-width: 34em) {

	.page-template-template-alt .home-section#topics .filter-selection .status label span {
		display: inline-block;
		padding: 0.3rem 1.2rem 0.4rem;
	}
}

@media (max-width: 33.9em) {

	.page-template-template-alt .home-section#topics .filter-selection .status label span {
		display: block;
		margin: 0.75rem 0;
		text-align: center;
		width: 100%;
	}
}

.page-template-template-alt .home-section#topics .filter-selection .status label span:hover,
.page-template-template-alt .home-section#topics .filter-selection .status label span:focus {
	background-color: #e4efe9;
}

.page-template-template-alt .home-section#topics .filter-selection .status input {
	display: none;
}

@media (min-width: 34em) {

	.page-template-template-alt .home-section#topics .filter-selection .status input:checked + span {
		border-bottom-color: #fff;
	}
}

@media (max-width: 33.9em) {

	.page-template-template-alt .home-section#topics .filter-selection .status input:checked + span {
		background: #eff5f2;
	}
}

.page-template-template-alt #topics {
	padding-bottom: 4rem;
}

@media (min-width: 62em) {

	.page-template-template-alt #topics .container {
		display: flex;
	}

	.page-template-template-alt #topics .container .topics {
		flex: 1;
	}

	.page-template-template-alt #topics .container .upcoming-container {
		flex-basis: 34%;
		margin-left: 3rem;
	}
}

.page-template-template-alt #topics .container .topics {
	background: #fff;
}

.page-template-template-alt #topics .container .topics h2 {
	color: #425d59;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.page-template-template-alt #topics .container .topics .issues-posts article {
	padding: 1rem 0;
}

.page-template-template-alt #topics .container .topics .issues-posts article.issues + article {
	border-top: 1px solid #c9ded3;
	margin-top: 1rem;
}

.page-template-template-alt #topics .container .topics .issues-posts .right,
.page-template-template-alt #topics .container .topics .issues-posts .issue-docs,
.page-template-template-alt #topics .container .topics .issues-posts .blurb {
	display: none;
}

.page-template-template-alt #topics .container .topics .issues-posts .left a .issue-title {
	border-bottom: 3px solid rgba(201, 222, 211, 0.5);
	color: #222;
	font-size: 1.15rem;
	font-weight: 600;
	text-decoration: none;
}

.page-template-template-alt #topics .container .topics .issues-posts .left a:hover .issue-title,
.page-template-template-alt #topics .container .topics .issues-posts .left a:active .issue-title,
.page-template-template-alt #topics .container .topics .issues-posts .left a:focus .issue-title {
	border-bottom-color: #425d59;
}

.page-template-template-alt #topics .container .topics .submit-container {
	margin-top: 1rem;
	padding-top: 2rem;
}

@media (max-width: 33.9em) {

	.page-template-template-alt #topics .container .topics .submit-container {
		text-align: center;
	}
}

.page-template-template-alt #topics .container .topics .submit-button {
	background: #024731;
	border-radius: 0.15rem;
	color: #fff;
	display: inline-block;
	padding: 0.5rem 1.5rem 0.75rem;
}

.page-template-template-alt #topics .container .topics .submit-button:hover,
.page-template-template-alt #topics .container .topics .submit-button:active,
.page-template-template-alt #topics .container .topics .submit-button:focus {
	background: #444;
	text-decoration: none;
}

.page-template-template-alt #topics .container .upcoming-container {
	display: block;
	position: relative;
}

@media (max-width: 61.9em) {

	.page-template-template-alt #topics .container .upcoming-container {
		margin-top: 4rem;
	}
}

.page-template-template-alt #topics .container .upcoming-container .header-container {
	left: 0;
	right: 0;
	position: absolute;
	top: 0;
	text-align: center;
	z-index: 4;
}

@media (max-width: 61.9em) {

	.page-template-template-alt #topics .container .upcoming-container .header-container {
		top: -1rem;
	}
}

.page-template-template-alt #topics .container .upcoming-container .header-container h2 {
	background: #c9daab;
	color: #222;
	display: inline-block;
	font-size: 0.85rem;
	font-weight: 800;
	letter-spacing: 1px;
	margin: 0 auto;
	padding: 0.5rem 1.2rem 0.55rem;
	text-align: center;
	text-transform: uppercase;
}

.page-template-template-alt #topics .container .upcoming-container .slick-dots {
	margin-top: 1rem;
}

.page-template-template-alt #topics .container .upcoming-container .slick-dots li > button::before {
	color: #c9ded3;
	opacity: 1;
}

.page-template-template-alt #topics .container .upcoming-container .slick-dots li.slick-active > button::before {
	color: #425d59;
}

.page-template-template-alt #topics .container .upcoming-container .meeting {
	display: block;
	padding: 2.5rem 1.5rem 1.5rem;
}

.page-template-template-alt #topics .container .upcoming-container .meeting + .meeting {
	margin-top: 0;
}

.page-template-template-alt #topics .container .upcoming-container .schedule + .more-links {
	margin-bottom: 4rem;
	margin-top: 3rem;
}

.page-template-template-alt #topics .container .upcoming-container .more-links {
	margin-top: 3rem;
}

.page-template-template-alt #topics .container .upcoming-container .meetings {
	margin-top: 1rem;
}

.page-template-template-alt #topics .container .upcoming-container .meetings + .schedules {
	margin-top: 2rem;
}

.page-template-template-alt #topics .container .upcoming-container .schedules li + li {
	margin-top: 1rem;
}

.page-template-template-alt #topics .container .upcoming-container .schedules a {
	text-decoration: none;
}

.page-template-template-alt #topics .container .upcoming-container .schedules a i {
	color: #425d59;
	margin-right: 0.2rem;
}

.page-template-template-alt #topics .container .upcoming-container .schedules a span {
	border-bottom: 3px solid rgba(201, 222, 211, 0.5);
	color: #222;
	font-weight: 600;
}

.page-template-template-alt #topics .container .upcoming-container .schedules a:hover span,
.page-template-template-alt #topics .container .upcoming-container .schedules a:focus span,
.page-template-template-alt #topics .container .upcoming-container .schedules a:active span {
	border-bottom-color: #425d59;
}

.page-template-template-alt #upcoming {
	background: none;
	position: relative;
}

.page-template-template-alt #upcoming .nested-heading {
	background-color: rgba(188, 212, 214, 0.7);
	position: relative;
	z-index: 1;
}

.page-template-template-alt #upcoming .nested-heading h2 {
	color: #425d59;
	position: relative;
	z-index: 3;
}

.page-template-template-alt #upcoming .nested-heading::after {
	background-image: url(/uhmfs/wp-content/themes/wp-theme-uhmfs/images/lines-bg-wide.png);
	background-repeat: no-repeat;
	background-size: 100%;
	content: "";
	display: block;
	height: 100%;
	opacity: 0.3;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.page-template-template-alt #upcoming .nested-content {
	position: relative;
	z-index: 90;
}

.page-template-template-alt #upcoming .schedules-dyk .schedule li a i {
	color: #425d59;
}

.page-template-template-alt #upcoming .schedules-dyk .schedule li a span {
	color: #222;
}

.page-template-template-alt article.issues + article {
	border-top: 0;
	padding-top: 0;
}

@media (min-width: 34em) {

	.page-template-template-alt #banner .home-image.with-announcement {
		padding-bottom: 4rem;
	}
}

.page-template-template-alt .sticky-announcement {
	background-color: #eff5f2;
	margin-bottom: 3rem;
	padding: 0;
	position: relative;
	z-index: 90;
}

@media (min-width: 34em) {

	.page-template-template-alt .sticky-announcement .container .icon {
		padding: 2rem 0;
	}
}

@media (max-width: 33.9em) {

	.page-template-template-alt .sticky-announcement .container .icon {
		padding: 1rem 0 1.5rem;
	}
}

@media (min-width: 34em) {

	.page-template-template-alt .sticky-announcement .container .summary {
		padding: 2rem 0;
	}
}

@media (max-width: 33.9em) {

	.page-template-template-alt .sticky-announcement .container .summary {
		padding: 1rem 0 1.5rem;
	}
}

.page-template-template-alt .sticky-announcement .learn-more {
	display: inline-block;
	margin: 1rem auto 0;
	text-decoration: none;
}

.page-template-template-alt .sticky-announcement + #topics-upcoming {
	padding-top: 0;
}

.page-template-template-alt #involved-dyk-more {
	padding: 0 0 4rem;
}

.page-template-template-alt #involved-dyk-more .nested-heading {
	background: #425d59;
	padding: 3rem 0 8rem;
}

@media (min-width: 75em) {

	.page-template-template-alt #involved-dyk-more .nested-heading {
		padding-bottom: 6.5rem;
	}
}

.page-template-template-alt #involved-dyk-more .nested-heading h2 {
	color: #fff;
	font-size: 1.45rem;
	margin-bottom: 1.5rem;
	text-align: center;
}

.page-template-template-alt #involved-dyk-more .nested-content {
	background: #fff;
	margin-top: -8rem;
}

@media (min-width: 75em) {

	.page-template-template-alt #involved-dyk-more .nested-content {
		margin-top: -6.5rem;
	}
}

@media (min-width: 62em) {

	.page-template-template-alt #involved-dyk-more .nested-content {
		display: flex;
	}

	.page-template-template-alt #involved-dyk-more .nested-content .involved-container {
		flex: 1;
	}

	.page-template-template-alt #involved-dyk-more .nested-content .dyk-more {
		flex-basis: 28%;
		margin-left: 2rem;
		padding: 3rem 2.5rem 0 0;
	}
}

@media (max-width: 61.9em) {

	.page-template-template-alt #involved-dyk-more .nested-content .dyk-more {
		margin-top: 2rem;
	}
}

.page-template-template-alt #involved-dyk-more .nested-content .dyk-more .dyk-container {
	margin-top: 0;
}

.page-template-template-alt #involved-dyk-more .nested-content .involved-container {
	padding: 3rem 2rem 1rem;
}

footer.site-footer {
	background: rgba(188, 212, 214, 0.3);
}

footer.site-footer .about-site {
	color: #222;
}

@media (min-width: 75em) {

	footer.site-footer .about-site {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 74.9em) {

	footer.site-footer .about-site .content {
		background-image: url(/uhmfs/wp-content/themes/wp-theme-uhmfs/images/lines-bg-wide.png);
		background-size: 200%;
		padding: 3rem;
	}
}

footer.site-footer .about-site .image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	min-height: 240px;
}

@media (min-width: 48em) {

	footer.site-footer .about-site {
		align-items: stretch;
		display: flex;
	}

	footer.site-footer .about-site .image {
		flex-basis: 40%;
	}

	footer.site-footer .about-site .content {
		flex: 1;
	}
}

@media (max-width: 47.9em) {

	footer.site-footer .about-site .content {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (max-width: 47.9em) {

	footer.site-footer .about-site .image img {
		width: 100%;
	}
}

@media (min-width: 75em) {

	footer.site-footer .about-site {
		align-items: center;
		margin: auto;
		padding: 3rem 0;
		max-width: 1140px;
	}

	footer.site-footer .about-site .content {
		padding: 0 3rem 0 0;
	}
}

footer.site-footer .about-site .about-link {
	margin-top: 1rem;
}

footer.site-footer .about-site .about-link a {
	border-bottom: 3px solid rgba(188, 212, 214, 0.5);
	color: #222;
}

footer.site-footer .about-site .about-link a:hover,
footer.site-footer .about-site .about-link a:focus,
footer.site-footer .about-site .about-link a:active {
	border-bottom-color: #bcd4d6;
	text-decoration: none;
}

footer.site-footer .accessibility {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	margin-top: 2rem;
	padding-top: 2rem;
}

footer.site-footer .site-info {
	background: #444;
	color: #fff;
	padding: 3rem 0 2rem;
}

footer.site-footer .site-info a {
	color: #fff;
	text-decoration: underline;
}

footer.site-footer .site-info a:hover,
footer.site-footer .site-info a:focus,
footer.site-footer .site-info a:active {
	color: #ddd;
	text-decoration-color: #ccc;
}

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

footer.site-footer .site-info p + p {
	margin-top: 0.1rem;
}

footer.site-footer .site-info h2 {
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

@media (min-width: 62em) {

	footer.site-footer .site-info .logo-contact {
		display: flex;
		justify-content: space-between;
	}

	footer.site-footer .site-info .logo-contact .contact-container {
		margin-left: 3rem;
	}
}

footer.site-footer .site-info .logo-contact .logo {
	margin-bottom: 2rem;
}

@media (min-width: 48em) {

	footer.site-footer .site-info .logo-contact .logo {
		display: flex;
	}

	footer.site-footer .site-info .logo-contact .logo .image {
		flex-basis: 80px;
		margin-right: 1rem;
	}

	footer.site-footer .site-info .logo-contact .logo .contact-info {
		flex: 1;
	}
}

footer.site-footer .site-info .logo-contact .logo .image {
	max-width: 260px;
}

@media (max-width: 47.9em) {

	footer.site-footer .site-info .logo-contact .logo .image {
		margin: 0 auto 1rem;
		width: 60px;
	}
}

footer.site-footer .site-info .logo-contact .logo .image img {
	filter: brightness(0) invert(1);
}

@media (min-width: 48em) {

	footer.site-footer .site-info .logo-contact .logo .image {
		margin-left: 0;
	}
}

@media (min-width: 48em) {

	footer.site-footer .site-info .logo-contact .logo {
		margin-bottom: 0;
	}
}

@media (max-width: 61.9em) {

	footer.site-footer .site-info .logo-contact .contact-container {
		margin-top: 2rem;
	}
}

footer.site-footer .site-info .logo-contact .contact-container h2 {
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

footer.site-footer .site-info .logo-contact .contact-container .contact {
	display: block;
}

footer.site-footer .site-info .logo-contact .contact-container .contact.profile {
	align-items: flex-start;
}

footer.site-footer .site-info .logo-contact .contact-container .contact.profile .title {
	font-style: italic;
	margin-bottom: 0.75rem;
}

@media (min-width: 48em) {

	footer.site-footer .site-info .logo-contact .contact-container .contact {
		display: flex;
	}
}

footer.site-footer .site-info .logo-contact .contact-container .contact .image {
	margin: 0 auto 0.5rem;
	width: 60px;
}

@media (min-width: 48em) {

	footer.site-footer .site-info .logo-contact .contact-container .contact .image {
		margin-right: 1rem;
	}
}

footer.site-footer .site-info .logo-contact .logo,
footer.site-footer .site-info .logo-contact .contact-container {
	text-align: center;
}

@media (min-width: 48em) {

	footer.site-footer .site-info .logo-contact .logo,
	footer.site-footer .site-info .logo-contact .contact-container {
		text-align: left;
	}
}

footer.site-footer .copyright-loginout {
	background: #222;
	color: #fff;
	font-size: 0.9rem;
	padding: 1rem 0 0;
}

@media (min-width: 34em) {

	footer.site-footer .copyright-loginout .container {
		display: flex;
		justify-content: space-between;
	}

	footer.site-footer .copyright-loginout .container p {
		flex: 1;
	}

	footer.site-footer .copyright-loginout .container a {
		flex-basis: 5rem;
		padding-bottom: 0;
	}
}

footer.site-footer .copyright-loginout .container a {
	color: #fff;
	display: inline-block;
	padding-bottom: 1.5rem;
	text-align: right;
	text-decoration: underline;
}

footer.site-footer .copyright-loginout .container a:hover,
footer.site-footer .copyright-loginout .container a:focus,
footer.site-footer .copyright-loginout .container a:active {
	color: rgba(255, 255, 255, 0.5);
}

/* Banner images as overlay */
.about-section.banner {
	background-color: #eff5f2;
}

.about-section.functions-composition .func-comp {
	padding: 3rem 0;
}

.about-section.functions-composition .func-comp > div + div {
	margin-top: 2rem;
}

.about-section.functions-composition .func-comp > div .title {
	display: flex;
	margin-bottom: 0.75rem;
}

.about-section.functions-composition .func-comp > div .title i {
	color: #425d59;
	flex-basis: 3rem;
	font-size: 2rem;
	margin-right: 0.5rem;
	margin-top: 0.2rem;
}

.about-section.functions-composition .func-comp > div .title h2 {
	flex: 1;
	font-size: 1.5rem;
}

.about-section.functions-composition .func-comp > div .desc {
	padding-left: 3.5rem;
}

.about-section.functions-composition .mtg-container {
	padding: 3rem 0;
}

@media (max-width: 61.9em) {

	.about-section.functions-composition .mtg-container {
		padding-top: 0;
	}
}

.about-section.functions-composition .mtg-container .mtgs a {
	display: block;
	height: 100%;
	padding: 1.5rem;
}

.about-section.functions-composition .mtg-container .mtgs a.senate {
	background: #f4f8f6;
}

.about-section.functions-composition .mtg-container .mtgs a.congress {
	background: #f4f8ee;
}

.about-section.functions-composition .mtg-container .mtgs a .title span {
	border-bottom: 3px solid #e4efe9;
}

.about-section.functions-composition .mtg-container .mtgs a:hover .title span,
.about-section.functions-composition .mtg-container .mtgs a:focus .title span,
.about-section.functions-composition .mtg-container .mtgs a:active .title span {
	border-bottom-color: #c9ded3;
}

.about-section.functions-composition .mtg-container .mtgs .slick-dots {
	margin-top: 1rem;
}

.about-section.functions-composition .mtg-container .mtgs .slick-dots li > button::before {
	color: #c9ded3;
	opacity: 1;
}

.about-section.functions-composition .mtg-container .mtgs .slick-dots li.slick-active > button::before {
	color: #425d59;
}

@media (min-width: 62em) {

	.about-section.functions-composition .container {
		display: flex;
		justify-content: space-between;
	}

	.about-section.functions-composition .container .func-comp {
		flex: 1;
	}

	.about-section.functions-composition .container .mtg-container {
		flex-basis: 34%;
		margin-left: 2rem;
	}
}

.about-section.senators {
	background: #f4f8ee;
	padding: 3rem 0;
}

.about-section.senators .senators-desc + .senators-table {
	margin-top: 1rem;
}

.about-section.senators > .container > h2,
.about-section.more-about-senate > .container > h2,
.about-section.your-sec > .container > h2,
.about-section.about-contact > .container > h2,
.about-section.buttons > .container > h2,
.about-section.convenings > .container > h2 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.about-section.buttons,
.about-section.convenings {
	padding: 3rem 0;
}

.about-section.buttons h2,
.about-section.convenings h2 {
	text-align: center;
}

.about-section.buttons.include-bg + .include-bg,
.about-section.buttons.no-bg + .no-bg,
.about-section.convenings.include-bg + .include-bg,
.about-section.convenings.no-bg + .no-bg {
	padding-top: 0;
}

.about-section.buttons .buttons a,
.about-section.convenings .buttons a {
	background-color: #425d59;
	border-radius: 0.2rem;
	color: #fff;
	display: block;
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
	padding: 0.3rem 1rem 0.4rem;
	text-decoration: none;
}

.about-section.buttons .buttons a:visited,
.about-section.convenings .buttons a:visited {
	color: #fff;
}

.about-section.buttons .buttons a:hover,
.about-section.buttons .buttons a:active,
.about-section.buttons .buttons a:focus,
.about-section.convenings .buttons a:hover,
.about-section.convenings .buttons a:active,
.about-section.convenings .buttons a:focus {
	background: #024731;
	color: #fff;
	text-decoration: none;
}

@media (min-width: 62em) {

	.about-section.buttons .buttons-links .buttons,
	.about-section.convenings .buttons-links .buttons {
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.about-section.buttons .buttons-links .buttons > li,
	.about-section.convenings .buttons-links .buttons > li {
		margin-left: 0.5rem;
		margin-right: 0.5rem;
	}
}

@media (max-width: 61.9em) {

	.about-section.buttons .buttons-links .buttons,
	.about-section.convenings .buttons-links .buttons {
		display: block;
	}

	.about-section.buttons .buttons-links .buttons a,
	.about-section.convenings .buttons-links .buttons a {
		display: block;
	}

	.about-section.buttons .buttons-links .buttons li + li,
	.about-section.convenings .buttons-links .buttons li + li {
		margin-top: 0.5rem;
	}

	.about-section.buttons .buttons-container .buttons-desc + .buttons-links,
	.about-section.convenings .buttons-container .buttons-desc + .buttons-links {
		margin-top: 2rem;
	}
}

.about-section.convenings .buttons-desc + .buttons-links .buttons {
	display: block;
}

.about-section.convenings .buttons-desc + .buttons-links .buttons li + li {
	margin-top: 0.5rem;
}

.about-section.convenings .buttons-desc + .buttons-links .buttons a {
	display: block;
	line-height: 1.4;
}

.about-section.convenings .buttons-links .buttons .link-flex {
	align-items: center;
	display: flex;
}

.about-section.convenings .buttons-links .buttons .link-flex i {
	color: #8ab79f;
	flex-basis: 1.5rem;
	margin-right: 0.5rem;
}

.about-section.convenings .buttons-links .buttons .link-flex span {
	flex: 1;
}

@media (min-width: 62em) {

	.about-section.convenings .buttons-container {
		display: flex;
	}

	.about-section.convenings .buttons-container .buttons-desc {
		flex-basis: 65%;
	}

	.about-section.convenings .buttons-container .buttons-links {
		flex: 1;
	}

	.about-section.convenings .buttons-container .buttons-desc {
		margin-right: 3rem;
	}

	.about-section.convenings .buttons-container .buttons-desc + .buttons-links .buttons li {
		margin: 0;
	}

	.about-section.convenings .buttons-container .buttons-desc + .buttons-links .buttons li + li {
		margin-top: 0.5rem;
	}
}

.about-section.buttons .buttons-desc,
.about-section.buttons h2 {
	text-align: center;
}

.about-section.buttons h2 {
	margin-bottom: 1rem;
}

.about-section.buttons .buttons-desc + .buttons-links {
	margin-top: 1rem;
}

@media (min-width: 62em) {

	.about-section.buttons .buttons-desc {
		margin: auto;
		width: 70%;
	}
}

.about-section.senators + .include-bg,
.about-section.about-contact + .include-bg {
	padding-top: 0;
}

.about-section.more-about-senate {
	padding: 3rem 0;
}

@media (min-width: 62em) {

	.about-section.more-about-senate .container {
		display: grid;
		grid-template-columns: 13fr 1fr 16fr;
		grid-template-rows: 1fr 1fr 1fr 1fr;
	}

	.about-section.more-about-senate .container h2 {
		grid-column: 1 / span 1;
		grid-row: 1 / span 1;
	}

	.about-section.more-about-senate .container .how {
		grid-column: 1 / span 2;
		grid-row: 2 / span 2;
	}

	.about-section.more-about-senate .container .why {
		grid-column: 2 / span 2;
		grid-row: 1 / span 4;
	}
}

.about-section.more-about-senate .container .how {
	background: #f4f8ee;
	padding: 2.4rem 3rem 2rem;
	text-align: center;
}

.about-section.more-about-senate .container .how a {
	color: #222;
}

.about-section.more-about-senate .container .how a:hover,
.about-section.more-about-senate .container .how a:focus,
.about-section.more-about-senate .container .how a:active {
	text-decoration: none;
}

.about-section.more-about-senate .container .how a > i:first-child {
	color: #425d59;
	display: block;
	font-size: 3rem;
	margin-bottom: 0.5rem;
}

.about-section.more-about-senate .container .how a span {
	font-size: 1.3rem;
	font-weight: 600;
	text-align: center;
}

.about-section.more-about-senate .container .how a span + i {
	display: block;
	margin-top: 0.5rem;
}

.about-section.more-about-senate .container .why {
	background: rgba(188, 212, 214, 0.3);
	margin-top: 3rem;
	padding: 2.4rem 3rem 2rem 2rem;
}

@media (min-width: 62em) {

	.about-section.more-about-senate .container .why {
		margin-top: 0;
	}
}

.about-section.more-about-senate .container .why h3 {
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
}

.about-section.more-about-senate .container .why .subtitle {
	font-weight: 600;
}

.about-section.more-about-senate .container .why .slick-dots > li > button::before {
	color: #c9ded3;
}

.about-section.more-about-senate .container .why .slick-dots > li.slick-active > button::before {
	color: #425d59;
}

.about-section.your-sec {
	padding: 3rem 0;
}

.about-section.your-sec h2,
.about-section.your-sec .sec-desc {
	text-align: center;
}

.about-section.your-sec .sec-desc + .sec-table,
.about-section.your-sec .sec-desc + .sec-profiles {
	margin-top: 3rem;
}

@media (min-width: 62em) {

	.about-section.your-sec .sec-desc {
		margin: auto;
		width: 70%;
	}
}

.about-section.your-sec .sec-profiles .sec-profile + .sec-profile {
	margin-top: 1rem;
}

.about-section.your-sec .sec-profiles .sec-profile .content {
	margin-top: 0.5rem;
}

.about-section.your-sec .sec-profiles .sec-profile .content p + p {
	margin-top: 0.1rem;
}

.about-section.your-sec .sec-profiles .sec-profile .content .name {
	font-weight: 700;
}

@media (min-width: 34em) {

	.about-section.your-sec .sec-profiles {
		display: flex;
		flex-wrap: wrap;
	}

	.about-section.your-sec .sec-profiles .sec-profile + .sec-profile {
		margin-top: 0;
	}

	.about-section.your-sec .sec-profiles .sec-profile {
		margin-bottom: 2rem;
	}
}

@media (min-width: 34em) and (max-width: 47.9em) {

	.about-section.your-sec .sec-profiles .sec-profile {
		flex-basis: calc(50% - 0.75rem);
	}

	.about-section.your-sec .sec-profiles .sec-profile:nth-child(2n) {
		margin-left: 1.5rem;
	}
}

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

	.about-section.your-sec .sec-profiles .sec-profile {
		flex-basis: calc(100% / 3 - 1rem);
		margin-left: 1.5rem;
	}

	.about-section.your-sec .sec-profiles .sec-profile:nth-child(3n+1) {
		margin-left: 0;
	}
}

@media (min-width: 75em) {

	.about-section.your-sec .sec-profiles .sec-profile {
		flex-basis: calc(25% - 0.75rem);
		margin-left: 1rem;
	}

	.about-section.your-sec .sec-profiles .sec-profile:nth-child(4n+1) {
		margin-left: 0;
	}
}

.about-section.about-contact {
	background: #f4f8ee;
	padding: 3rem 0;
}

.about-section.about-contact .additional + p {
	margin-top: 1.5rem;
}

.about-section.about-contact p + p {
	margin-top: 0.25rem;
}

.about-section.about-contact .contact.profile {
	margin-top: 2rem;
}

.about-section.about-contact .contact.profile .title {
	font-style: italic;
}

.about-section.about-contact .contact-info h2 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

@media (min-width: 62em) {

	.about-section.about-contact > .container {
		display: flex;
	}

	.about-section.about-contact > .container .contact-info {
		flex: 1;
	}

	.about-section.about-contact > .container .map {
		flex-basis: 60%;
		margin-left: 2rem;
	}
}

@media (max-width: 61.9em) {

	.about-section.about-contact > .container .map {
		margin-top: 3rem;
	}
}

.issues-posts article.issues .left > .blurb {
	margin-top: 0.5rem;
}

@media (max-width: 47.9em) {

	.issues-posts article.issues .left > .blurb {
		margin-bottom: 1rem;
	}
}

.issues-posts article.issues .left div + div {
	margin-top: 1rem;
}

.issues-posts article.issues .left .issue-docs a {
	border-bottom: 3px solid #c9ded3;
	color: #444;
}

.issues-posts article.issues .left .issue-docs a:hover,
.issues-posts article.issues .left .issue-docs a:focus,
.issues-posts article.issues .left .issue-docs a:active {
	border-bottom-color: #425d59;
	text-decoration: none;
}

@media (min-width: 48em) {

	.issues-posts article.issues {
		display: flex;
	}

	.issues-posts article.issues .left {
		flex-basis: 70%;
	}

	.issues-posts article.issues .right {
		flex: 1;
		margin-left: 2rem;
	}
}

.issues-posts article.issues .right {
	font-size: 1rem;
}

@media (max-width: 47.9em) {

	.issues-posts article.issues .right {
		margin-top: 1.5rem;
	}
}

article.issues .left > a .issue-title {
	border-bottom: 3px solid #c9ded3;
	color: #222;
	font-size: 1.25rem;
	font-weight: 700;
}

article.issues .left > a:hover,
article.issues .left > a:focus,
article.issues .left > a:active {
	text-decoration: none;
}

article.issues .left > a:hover .issue-title,
article.issues .left > a:focus .issue-title,
article.issues .left > a:active .issue-title {
	border-bottom-color: #425d59;
}

article.issues .issue-no {
	background: #fff;
	color: #425d59;
	display: inline-block;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 0.1rem 0.4rem 0.15rem;
	text-transform: uppercase;
}

article.issues + article {
	border-top: 1px solid #c9ded3;
	margin-top: 2rem;
	padding-top: 2rem;
}

article.issues > a + p,
article.issues p + p {
	margin-top: 0.25rem;
}

.status {
	font-style: italic;
}

.post-type-archive-committees .page-header,
.post-type-archive-meetings .page-header,
.post-type-archive-announcements .page-header {
	background: #f4f8ee;
}

.post-type-archive-committees .page-header .archive-description,
.post-type-archive-meetings .page-header .archive-description,
.post-type-archive-announcements .page-header .archive-description {
	margin-top: 0.5rem;
}

.post-type-archive-committees .committees-container,
.post-type-archive-committees .posts-container,
.post-type-archive-committees .meetings-container,
.post-type-archive-committees .announcements-container,
.post-type-archive-meetings .committees-container,
.post-type-archive-meetings .posts-container,
.post-type-archive-meetings .meetings-container,
.post-type-archive-meetings .announcements-container,
.post-type-archive-announcements .committees-container,
.post-type-archive-announcements .posts-container,
.post-type-archive-announcements .meetings-container,
.post-type-archive-announcements .announcements-container {
	padding: 3rem 0;
}

.post-type-archive-committees article + article,
.post-type-archive-meetings article + article,
.post-type-archive-announcements article + article {
	margin-top: 3rem;
}

.post-type-archive-committees article h2,
.post-type-archive-meetings article h2,
.post-type-archive-announcements article h2 {
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.post-type-archive-committees article h2 a,
.post-type-archive-meetings article h2 a,
.post-type-archive-announcements article h2 a {
	border-bottom: 3px solid #eff4e6;
	color: #444;
	text-decoration: none;
}

.post-type-archive-committees article h2 a:hover,
.post-type-archive-committees article h2 a:focus,
.post-type-archive-committees article h2 a:active,
.post-type-archive-meetings article h2 a:hover,
.post-type-archive-meetings article h2 a:focus,
.post-type-archive-meetings article h2 a:active,
.post-type-archive-announcements article h2 a:hover,
.post-type-archive-announcements article h2 a:focus,
.post-type-archive-announcements article h2 a:active {
	border-bottom-color: #c9daab;
}

.post-type-archive-issues .page-header {
	background: #f4f8ee;
}

.post-type-archive-issues .page-header h1 + .archive-description {
	margin-top: 0.5rem;
}

.post-type-archive-issues .issue-no {
	border: 1px solid #c9daab;
}

.post-type-archive-issues .issues-posts {
	padding-top: 3rem;
}

.post-type-archive-issues .issues-posts p + p {
	margin-top: 0.25rem;
}

.post-type-archive-issues .filters {
	margin-top: 1.5rem;
}

.post-type-archive-issues .filters .filter-label {
	color: #425d59;
	display: block;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

@media (max-width: 47.9em) {

	.post-type-archive-issues .filters > * + * {
		margin-top: 1.5rem;
	}
}

@media (min-width: 48em) {

	.post-type-archive-issues .filters {
		display: flex;
	}
}

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

	.post-type-archive-issues .filters {
		flex-wrap: wrap;
	}

	.post-type-archive-issues .filters .statuses {
		flex-basis: 100%;
		margin-bottom: 1rem;
	}

	.post-type-archive-issues .filters .committees {
		margin-right: 2rem;
	}
}

@media (min-width: 62em) {

	.post-type-archive-issues .filters .statuses {
		flex: 1;
	}

	.post-type-archive-issues .filters .committees {
		flex: initial;
		margin-left: 1.5rem;
	}

	.post-type-archive-issues .filters .years {
		flex: initial;
		margin-left: 1.5rem;
	}
}

.post-type-archive-issues main {
	padding-bottom: 3rem;
}

@media (min-width: 48em) {

	.post-type-archive-meetings .meetings-container .container {
		display: flex;
		flex-wrap: wrap;
	}

	.post-type-archive-meetings .meetings-container .container > * {
		flex-basis: calc(50% - 1rem);
	}

	.post-type-archive-meetings .meetings-container .container > *:nth-child(2n) {
		margin-left: 2rem;
	}
}

.post-type-archive-meetings .meetings-container .title {
	border-bottom: 3px solid #e9f0dd;
	color: #444;
	font-size: 1.2rem;
	font-weight: 700;
}

.post-type-archive-meetings .meetings-container .title:hover,
.post-type-archive-meetings .meetings-container .title:focus,
.post-type-archive-meetings .meetings-container .title:active {
	border-bottom-color: #c9daab;
	text-decoration: none;
}

.post-type-archive-meetings .meetings-container .details > * + * {
	margin-top: 0.5rem;
}

.post-type-archive-meetings .meetings-container .meeting {
	background: #f6f6f6;
	padding: 2rem;
}

@media (min-width: 48em) {

	.post-type-archive-meetings .meetings-container .meeting {
		margin-bottom: 3rem;
	}
}

.post-type-archive-meetings .meetings-container .meeting.congress {
	background: #f4f8ee;
}

.post-type-archive-meetings .meetings-container .meeting.senate {
	background: #f4f8f6;
}

@media (max-width: 47.9em) {

	.post-type-archive-meetings .meetings-container .meeting + .meeting {
		margin-top: 3rem;
	}
}

.post-type-archive-meetings .past-meetings {
	background: #f4f8ee;
	padding: 3rem 0;
}

.post-type-archive-meetings .past-meetings .past-meeting-docs {
	margin-top: 1rem;
}

.post-type-archive-meetings .past-meetings .past-meeting-docs .button {
	background-color: #425d59;
	border-radius: 0.2rem;
	color: #fff;
	display: inline-block;
	margin-right: 0.5rem;
	padding: 0.3rem 1rem 0.4rem;
}

.post-type-archive-meetings .past-meetings .past-meeting-docs .button:visited {
	color: #fff;
}

.post-type-archive-meetings .past-meetings .past-meeting-docs .button:hover,
.post-type-archive-meetings .past-meetings .past-meeting-docs .button:active,
.post-type-archive-meetings .past-meetings .past-meeting-docs .button:focus {
	background: #024731;
	color: #fff;
	text-decoration: none;
}

.single-meetings .details + .entry-content {
	margin-top: 2rem;
}

.single-meetings .details {
	padding-bottom: 3rem;
}

.single-meetings .details > div + div {
	margin-top: 1rem;
}

.single-meetings .details > div + .meeting-docs {
	margin-top: 2rem;
}

.single-meetings .details .date .day .time {
	display: block;
}

.single-meetings .meeting-docs > h2 {
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.single-meetings .entry-content {
	padding-bottom: 3rem;
}

.single-announcements .entry-content {
	padding-bottom: 3rem;
}

.single-announcements .entry-meta {
	margin: 0.5rem 0 0;
}

.post-type-archive-announcements .entry-meta {
	margin: 0.5rem 0 1rem;
}

.single-announcements .entry-meta,
.post-type-archive-announcements .entry-meta {
	font-size: 1rem;
	font-style: italic;
}

.single-announcements .entry-meta a,
.post-type-archive-announcements .entry-meta a {
	color: #425d59;
	text-decoration: underline;
	text-decoration-color: #c9ded3;
}

.single-announcements .entry-meta a:hover,
.single-announcements .entry-meta a:focus,
.single-announcements .entry-meta a:active,
.post-type-archive-announcements .entry-meta a:hover,
.post-type-archive-announcements .entry-meta a:focus,
.post-type-archive-announcements .entry-meta a:active {
	text-decoration-color: #425d59;
}

.single-issues .entry-header {
	padding: 3rem;
}

.single-issues .issue-no {
	margin-bottom: 0.5rem;
}

.single-issues * + .issue-docs {
	margin-top: 2rem;
}

.single-issues .issue-docs h2 {
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.single-issues .linked-item {
	margin-bottom: 0.5rem;
}

.single-issues .linked-item + .linked-item {
	margin-top: 0;
}

.single-issues .linked-item a {
	border-bottom: 3px solid #e9f0dd;
	color: #222;
}

.single-issues .linked-item a:hover,
.single-issues .linked-item a:active,
.single-issues .linked-item a:focus {
	border-bottom-color: #c9daab;
	text-decoration: none;
}

.single-issues .entry-header {
	background-color: #f4f8ee;
}

@media (min-width: 62em) {

	.single-issues .main-content-container {
		display: flex;
	}

	.single-issues .main-content-container .entry-meta {
		flex-basis: 240px;
		margin-right: 3rem;
	}

	.single-issues .main-content-container .content {
		flex: 1;
	}
}

.single-issues .entry-meta {
	padding: 3rem 0;
}

@media (max-width: 61.9em) {

	.single-issues .entry-meta {
		padding-bottom: 0;
	}
}

.single-issues .entry-meta p .label {
	display: block;
	font-weight: 700;
}

.single-issues .entry-meta p + p {
	margin-top: 1.5rem;
}

.single-issues .entry-content .container .content {
	margin: 3rem 0 4rem;
}

.single-issues .updates-container .container > h2 {
	color: #425d59;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.single-issues .updates-container h3 {
	font-size: 1.3rem;
	font-weight: 700;
}

.single-issues .updates-container h4 {
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.single-issues .updates-container .update > h3 {
	margin-bottom: 0.5rem;
}

.single-issues .updates-container .updates .update > div + div {
	margin-top: 2rem;
}

.single-issues .updates-container .update .accordion-answer > div + div {
	margin-top: 1.5rem;
}

.single-issues .updates-container .update .accordion-answer .update-docs a {
	text-decoration: none;
}

@media (min-width: 62em) {

	.single-committees article {
		background-attachment: fixed;
		background-image: url(/uhmfs/wp-content/themes/wp-theme-uhmfs/images/lines-bg.png);
		background-position: top right;
		background-repeat: repeat-y;
	}
}

.single-committees .entry-header {
	background: #e4efe9;
}

.single-committees .entry-header .entry-title {
	color: #425d59;
	font-size: 2rem;
	font-weight: 700;
}

@media (min-width: 62em) {

	.single-committees .entry-header .entry-title.with-resources {
		width: 60%;
	}
}

.single-committees .entry-content {
	padding: 3rem 15px;
}

@media (max-width: 47.9em) {

	.single-committees .entry-content {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (min-width: 62em) {

	.single-committees .entry-content {
		display: flex;
	}

	.single-committees .entry-content .main-content {
		flex: 1;
		margin-right: 3rem;
	}

	.single-committees .entry-content .sidebar {
		flex-basis: 35%;
	}
}

.single-committees .listserv {
	margin-top: 3rem;
}

.single-committees .listserv h2 {
	font-size: 1.4rem;
	margin-bottom: 1rem;
}

.single-committees .members {
	background: #f4f8ee;
	padding: 3rem 0;
}

.single-committees .members h2 + div {
	margin-top: 1rem;
}

@media (max-width: 47.9em) {

	.single-committees .sidebar {
		margin-top: 3rem;
	}
}

.page-template-template-sections .col-section {
	padding: 3rem 0;
}

.page-template-template-sections .col-section:first-child.include-bg {
	padding-top: 3rem;
}

.page-template-template-sections .col-section.no-bg + .no-bg,
.page-template-template-sections .col-section.include-bg + .include-bg {
	padding: 0 0 3rem;
}

@media (min-width: 48em) {

	.page-template-template-sections .col-section.senator-quotes .testimonials.slick-initialized .testimonial.slick-slide {
		display: grid;
	}
}

@media (max-width: 47.9em) {

	.page-template-template-sections .col-section.senator-quotes .testimonials .slick-list {
		background: #f4f8ee;
	}
}

.page-template-template-sections .col-section.senator-quotes .testimonials .slick-dots {
	margin-top: 1rem;
}

.page-template-template-sections .col-section.senator-quotes .testimonials .slick-dots li > button::before {
	color: #c9ded3;
	opacity: 1;
}

.page-template-template-sections .col-section.senator-quotes .testimonials .slick-dots li.slick-active > button::before {
	color: #425d59;
}

@media (min-width: 62em) {

	.page-template-template-sections .col-section.two-col .container {
		display: flex;
	}

	.page-template-template-sections .col-section.two-col .container > * {
		flex-basis: calc(50% - 1rem);
	}

	.page-template-template-sections .col-section.two-col .container .left {
		margin-right: 2rem;
	}
}

@media (max-width: 61.9em) {

	.page-template-template-sections .col-section.two-col .container .right {
		margin-top: 3rem;
	}
}

.accordions .accordion .accordion-title {
	background: #f4f8ee;
	color: #222;
	display: flex;
	font-weight: 700;
	justify-content: space-between;
	padding: 0;
	text-align: left;
}

.accordions .accordion .accordion-title .toggle {
	color: #425d59;
	align-content: stretch;
	flex-basis: 3rem;
	padding: 1rem;
}

.accordions .accordion .accordion-title span {
	flex: 1;
	padding: 1rem;
	text-decoration: none;
}

.accordions .accordion .accordion-title:hover,
.accordions .accordion .accordion-title:active,
.accordions .accordion .accordion-title:focus {
	background-color: #eff4e6;
	text-decoration: none;
}

.accordions .accordion.open .toggle i {
	transform: rotate(180deg);
}

.accordions .accordion .accordion-answer {
	background: rgba(244, 248, 238, 0.5);
	padding: 1rem;
}

.accordions .accordion .accordion-answer.hide {
	border: 0;
	clip: rect(0 0 0 0);
	display: block !important;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.accordions .accordion .accordion-answer .desc * + * {
	margin-top: 1.5rem;
}

.accordions .accordion + .accordion {
	margin-top: 0.5rem;
}

.page-template-template-sections main .col-section.one-col .accordions .accordion a.accordion-title,
.page-template-template-sections main .col-section.one-col .accordions .accordion a.accordion-title:visited {
	text-decoration: none;
}

.page-template-template-sections main .col-section.one-col .accordions .accordion a.accordion-title span,
.page-template-template-sections main .col-section.one-col .accordions .accordion a.accordion-title:visited span {
	text-decoration: none;
}

.sources a,
.committees a {
	border-bottom: 2px solid #e9f0dd;
	color: #444;
}

.sources a:hover,
.sources a:active,
.sources a:focus,
.committees a:hover,
.committees a:active,
.committees a:focus {
	border-bottom-color: #c9daab;
	text-decoration: none;
}

.years a {
	border-bottom: 2px solid #e9f0dd;
	color: #444;
}

.years a:hover,
.years a:active,
.years a:focus {
	border-bottom-color: #c9daab;
	text-decoration: none;
}

.entry-footer {
	background: #425d59;
	color: #fff;
	padding: 2rem 0;
}

.entry-footer .post-edit-link {
	border: 1px solid #fff;
	border-radius: 0.25rem;
	color: inherit;
	padding: 0.25rem 1.5rem;
}

.entry-footer .post-edit-link:hover,
.entry-footer .post-edit-link:focus,
.entry-footer .post-edit-link:active {
	background: #3f504e;
	text-decoration: none;
}

.sidebar h2 {
	color: #425d59;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.sidebar .resources {
	background: #f4f8ee;
	margin-top: 3rem;
	padding: 2rem;
}

@media (min-width: 62em) {

	.sidebar .resources {
		margin-top: -7rem;
	}
}

.sidebar .resources li a {
	border-bottom: 3px solid #e9f0dd;
	color: #222;
	text-decoration: none;
}

.sidebar .resources li a:hover,
.sidebar .resources li a:focus,
.sidebar .resources li a:active {
	border-bottom-color: #c9daab;
}

.sidebar .resources li + li {
	margin-top: 1rem;
}

.sidebar .resources + .liaison-container,
.sidebar .resources + .chair-container,
.sidebar .chair-container + .liaison-container {
	margin-top: 2rem;
}

.sidebar .liaison .name,
.sidebar .chair .name {
	font-weight: 700;
}

.testimonial .image img {
	width: 100%;
}

@media (max-width: 47.9em) {

	.testimonial .image {
		background: #f4f8ee;
		padding-top: 2rem;
		text-align: center;
	}

	.testimonial .image img {
		margin: auto;
		width: 200px;
	}

	.testimonial .faculty-info {
		text-align: center;
	}
}

@media (min-width: 48em) {

	.testimonial {
		display: grid;
		grid-template-columns: 5fr 1fr 13fr;
		grid-template-rows: 40px 4fr 1fr;
	}

	.testimonial .image {
		grid-column: 1 / span 2;
		grid-row: 1 / span 2;
	}

	.testimonial .faculty-info {
		grid-column: 2 / span 2;
		grid-row: 2 / span 2;
	}
}

.testimonial .faculty-info {
	background: #f4f8ee;
	padding: 1.5rem;
}

.testimonial .faculty-info h3,
.testimonial .faculty-info .name {
	font-size: 1.1rem;
	font-weight: 700;
}

.testimonial .faculty-info .subtitle {
	font-weight: 600;
	margin-top: 0.2rem;
}

.testimonial .faculty-info .quote + .name,
.testimonial .faculty-info .quote + .subtitle {
	margin-top: 1rem;
}

.slick-list li + li {
	margin-top: 0;
}

.date {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin: 1.5rem 0 1rem;
}

.date .date-box {
	color: #425d59;
	flex-basis: 2.5rem;
	line-height: 1.2;
	margin-right: 0.75rem;
	text-align: center;
}

.date .date-box .month {
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.date .date-box .number {
	font-size: 1.7rem;
}

.date .day {
	color: #425d59;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.date .date-box > * {
	display: block;
}

.no-results {
	border: 1px solid #c9ded3;
	padding: 0.5rem 1.5rem 0.6rem;
}

.button {
	background-color: #425d59;
	border-radius: 0.1rem;
	color: #fff;
	padding: 0.25rem 1.5rem 0.45rem;
}

.button:visited {
	color: #fff;
}

.button:hover,
.button:active,
.button:focus {
	background-color: #2d3f3c;
	color: #fff;
	text-decoration: none;
}

.committees-container .learn-more,
.announcements-container .learn-more {
	display: inline-block;
	font-style: italic;
	font-weight: 600;
	margin-top: 1rem;
	text-decoration: none;
}

.underline-link {
	color: #444;
	border-bottom: 3px solid #e9f0dd;
	text-decoration: none;
}

.underline-link:visited {
	color: inherit;
}

.underline-link:hover,
.underline-link:focus,
.underline-link:active {
	background-color: #f4f8ee;
	border-bottom-color: #c9daab;
	text-decoration: none;
}

.meeting .title {
	font-size: 1.15rem;
	font-weight: 700;
}

.meeting.congress {
	background: #f4f8ee;
	border-bottom: 6px solid #c9daab;
}

.meeting.senate {
	background: #f4f8f6;
	border-bottom: 6px solid #c9ded3;
}

.meeting .time {
	display: block;
}

a.meeting {
	background: #f6f6f6;
	color: #222;
	text-decoration: none;
}

a.meeting.congress:hover,
a.meeting.congress:focus,
a.meeting.congress:active {
	background: #e9f0dd;
}

a.meeting.senate:hover,
a.meeting.senate:focus,
a.meeting.senate:active {
	background: #e4efe9;
}

a.meeting .details {
	color: inherit;
}

a.meeting .details > div + div {
	margin-top: 0.25rem;
}

a.meeting:hover,
a.meeting:focus,
a.meeting:active {
	color: #444;
	text-decoration: none;
}

a.meeting:hover h3 span,
a.meeting:focus h3 span,
a.meeting:active h3 span {
	border-bottom-color: #c9daab;
}

a.meeting:hover .details .location,
a.meeting:hover .details .audience,
a.meeting:focus .details .location,
a.meeting:focus .details .audience,
a.meeting:active .details .location,
a.meeting:active .details .audience {
	color: #444;
}

@media (max-width: 47.9em) {

	a.meeting {
		display: block;
	}

	a.meeting + a {
		margin-top: 1.5rem;
	}
}

.include-bg {
	background-color: #f4f8ee;
}

.meeting-docs a {
	border-bottom: 1px solid #c9daab;
	color: #425d59;
	margin-right: 1rem;
}

.meeting-docs a:hover,
.meeting-docs a:focus,
.meeting-docs a:active {
	background-color: #f4f8ee;
	border-bottom-color: #c9daab;
	text-decoration: none;
}

.nav-links {
	font-size: 1rem;
	margin-top: 2rem;
}

.nav-links .nav-previous a::before {
	color: rgba(66, 93, 89, 0.6);
	content: "\2190";
	margin-right: 0.5rem;
}

.nav-links .nav-next a::after {
	color: rgba(66, 93, 89, 0.6);
	content: "\2192";
	margin-left: 0.5rem;
}

.nav-links a {
	background: #eff4e6;
	border-radius: 0.25rem;
	color: #425d59;
	font-weight: 600;
	padding: 0.4rem 1.2rem;
}

.nav-links a:hover,
.nav-links a:focus,
.nav-links a:active {
	background-color: #c9daab;
	border-color: #c9daab;
	text-decoration: none;
}

.page-template-template-home .slide-content .blurb {
	margin-top: 0.5rem;
}

.page-template-template-home .slide-content .learn-more {
	margin-top: 1rem;
	text-decoration: none;
}

.page-template-template-home .slide-content .learn-more .link-text {
	border-bottom: 1px solid #e9f0dd;
}

.page-template-template-home .slide-content .learn-more .link-text:visited {
	color: inherit;
}

.page-template-template-home .slide-content .learn-more .link-text:hover,
.page-template-template-home .slide-content .learn-more .link-text:focus,
.page-template-template-home .slide-content .learn-more .link-text:active {
	background: rgba(233, 240, 221, 0.08);
	border-bottom-color: #fff;
	text-decoration: none;
}

@media (min-width: 75em) {

	.home-section#topics .full-container {
		margin: auto;
		max-width: 1140px;
	}
}

.meeting-label {
	background: #f4f8ee;
	color: #425d59;
	display: inline-block;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 0.75rem;
	padding: 0.1rem 0.4rem 0.15rem;
	text-transform: uppercase;
}

.committee-label {
	background: #fff;
	color: #425d59;
	display: inline-block;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 0.75rem;
	padding: 0.1rem 0.4rem 0.15rem;
	text-transform: uppercase;
}

.has-image #breadcrumbs {
	color: #fff;
}

#breadcrumbs {
	color: #425d59;
	font-size: 0.9rem;
	font-style: italic;
	position: relative;
	z-index: 91;
}

#breadcrumbs ol {
	color: inherit;
	list-style: none;
	margin: 0 0 1rem 0;
}

#breadcrumbs ol .separator {
	margin: 0 0.25rem;
}

#breadcrumbs ol li {
	display: inline;
}

#breadcrumbs ol li,
#breadcrumbs ol a {
	color: inherit;
}

#breadcrumbs ol a {
	text-decoration: none;
}

#breadcrumbs ol a:hover,
#breadcrumbs ol a:focus,
#breadcrumbs ol a:active {
	background: #e4efe9;
}

.single-post .entry-meta {
	font-size: 1rem;
	margin-top: 0.5rem;
}

.single-post .entry-content {
	padding: 0 0 3rem;
}

.single-post main a,
.pate-template-template-sections main a {
	color: #425d59;
	text-decoration: underline;
}

.single-post main a:hover,
.single-post main a:focus,
.single-post main a:active,
.pate-template-template-sections main a:hover,
.pate-template-template-sections main a:focus,
.pate-template-template-sections main a:active {
	background: #e4efe9;
	color: #222;
}

.error404 .page-content {
	padding-bottom: 3rem;
}

.error404 .page-content form {
	margin-top: 1.5rem;
}

.search-form {
	display: flex;
	font-family: "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
	height: 44px;
}

.search-form label {
	flex: 1;
	margin-bottom: 0;
}

.search-form label .search-field {
	border-bottom-right-radius: 0;
	border-right: 0;
	border-top-right-radius: 0;
	font-family: inherit;
	height: 100%;
	padding-left: 1rem;
	padding-right: 1rem;
	width: 100%;
}

.search-form .search-submit {
	background: #024731;
	border: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	color: #fff;
	flex-basis: 6.5rem;
	font-family: inherit;
	font-weight: 600;
	padding: 0.48rem 1.2rem 0.52rem;
}

.search-form .search-submit:hover,
.search-form .search-submit:focus,
.search-form .search-submit:active {
	background: #425d59;
}

.search-form.menu-search-form {
	height: 34px;
	margin: 1.5rem 0;
}

@media (max-width: 61.9em) {

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

.search-form.menu-search-form label input {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	width: 150px;
}

@media (max-width: 61.9em) {

	.search-form.menu-search-form label input {
		width: 100%;
	}
}

.search-form.menu-search-form .search-submit {
	background: #fff;
	border: 1px solid #ccc;
	border-left: 0;
	color: #444;
	flex-basis: 1.8rem;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

body.search main {
	padding-bottom: 3rem;
}

body.search p + form {
	margin-top: 1rem;
}

body.search .no-results {
	border: 0;
	padding: 0;
}

body.search-results article + article {
	margin-top: 2rem;
}

body.search-results article.issues + article {
	border-top: none;
	padding-top: 0;
}

body.search-results article .entry-meta {
	margin-bottom: 0.5rem;
	font-style: italic;
}

body.search-results article .entry-title {
	margin-bottom: 0.75rem;
}

body.search-results article .entry-title a {
	border-bottom: 3px solid #e4efe9;
	color: #425d59;
	font-size: 1.3rem;
	font-weight: 700;
	text-decoration: none;
}

body.search-results article .entry-title a:hover,
body.search-results article .entry-title a:focus,
body.search-results article .entry-title a:active {
	background: #f4f8f6;
	border-bottom-color: #c9ded3;
}

body.search-results article .entry-title .type {
	font-size: 1.1rem;
}

.blog main {
	padding-bottom: 3rem;
}

.blog main a {
	color: #425d59;
}

.blog main .entry-meta {
	font-size: 0.95rem;
	margin: 0.5rem 0 0.75rem;
}

.blog main .entry-meta a,
.blog main article a {
	text-decoration: underline;
}

.blog .post .entry-title {
	font-size: 1.5rem;
	font-weight: 600;
}

.blog .post .entry-title a {
	border-bottom: 3px solid #e4efe9;
	text-decoration: none;
}

.blog .post .entry-title a:hover,
.blog .post .entry-title a:focus,
.blog .post .entry-title a:active {
	border-bottom-color: #c9ded3;
}

.blog .post + .post {
	margin-top: 3rem;
}
