@charset "UTF-8";
/*!
Theme Name: The Hastings Center 2021
Theme URI: http://underscores.me/
Author: James Did It LLC
Author URI: https://jamesdidit.net
Description: A custom theme created for The Hastings Center by James Did It!
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: the-hastings-center-2021
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.

The Hastings Center 2021 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

--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&family=Libre+Baskerville:ital@0;1&display=swap');
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=074caf37-279a-457f-bd98-2ff9de4c84ee&fontids=6005230,6005241,6005276,6005286,6005322&display=swap");
.has-green-color {
  color: #6FA287;
}
.has-green-background-color {
  background-color: #6FA287;
}
.has-navy-color {
  color: #00263a;
}
.has-navy-background-color {
  background-color: #00263a;
}
.has-medium-blue-color {
  color: #286b8e;
}
.has-medium-blue-background-color {
  background-color: #286b8e;
}
.has-light-gray-color {
  color: #eaeaea;
}
.has-light-gray-background-color {
  background-color: #eaeaea;
}
.has-dark-gray-color {
  color: #535353;
}
.has-dark-gray-background-color {
  background-color: #535353;
}
.has-white-color {
  color: #FFFFFF;
}
.has-white-background-color {
  background-color: #FFFFFF;
}
@font-face {
  font-family: "Century Gothic";
  src: url("inc/fonts/6005230/f511511a-63a8-45a4-8f43-959006da1991.woff2") format("woff2"), url("inc/fonts/6005230/1cc7d3a1-9616-489b-b078-fa3c4799cd8a.woff") format("woff");
}
@font-face {
  font-family: "Century Gothic";
  font-style: italic;
  src: url("inc/fonts/6005241/0dff58b7-4281-4bc5-bd83-3b5915daa86e.woff2") format("woff2"), url("inc/fonts/6005241/4ce874a4-dfd5-41c3-8668-c77b015ab055.woff") format("woff");
}
@font-face {
  font-family: "Century Gothic";
  font-weight: bold;
  src: url("inc/fonts/6005276/b12fce6d-1212-4e0a-8d70-d15379749cb9.woff2") format("woff2"), url("inc/fonts/6005276/04298db1-df5a-4858-9cb9-3990c5547fb2.woff") format("woff");
}
@font-face {
  font-family: "Century Gothic";
  font-weight: bold;
  font-style: italic;
  src: url("inc/fonts/6005286/3279c216-0212-4ef7-ac3a-02e24b302c90.woff2") format("woff2"), url("inc/fonts/6005286/d3b91ac2-9291-4250-859b-f1be7f25f938.woff") format("woff");
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*, *::before, *::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body, input, select, optgroup, textarea {
  color: #222;
  font-family: 'Lato', 'Helvetica', Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
button {
  font-family: 'Century Gothic', 'CenturyGothic', 'Helvetica', sans-serif;
}
.serif {
  font-family: 'Libre Baskerville', 'Times New Roman', Times, serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Century Gothic', 'CenturyGothic', 'Helvetica', sans-serif;
  clear: both;
  line-height: 1.1;
}
h1 {
  font-size: 2.25rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.8rem;
}
h4, h5, h6 {
  font-weight: normal;
}
h4 {
  font-size: 1.7rem;
}
h5 {
  font-size: 1.3rem;
}
h6 {
  font-size: 1.1rem;
  margin: 0;
  padding: 0;
}
h1.serif, h2.serif, h3.serif, h4.serif, h5.serif, h6.serif {
  font-family: 'Libre Baskerville', 'Times New Roman', Times, serif;
  font-weight: 400;
}
.entry-title, .single-title, .archive-title {
  font-size: 3.75rem;
  border-bottom: thin solid #eaeaea;
  margin: 0.5rem 0;
}
.page-title {
  text-transform: capitalize;
}
@media only screen and (max-width: 960px) {
  .entry-title, .single-title, .archive-title {
    font-size: 3.25rem;
  }
}
@media only screen and (max-width: 500px) {
  .entry-title, .single-title, .archive-title {
    font-size: 2.5rem;
  }
}
p {
  margin-bottom: 1.5em;
  line-height: 1.55;
  font-size: 1.05rem;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/* Elements
--------------------------------------------- */
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
body {
  background: #fff;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 1.5rem;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
  font-size: 1rem;
}
table tr:nth-child(even) {
  background: #eaeaea;
}
table th {
  font-weight: 800;
  font-family: 'Century Gothic', 'CenturyGothic', 'Helvetica', sans-serif;
  text-align: left;
  border-bottom: thin solid #6FA287;
  color: #00263a;
  font-size: 0.8rem;
  vertical-align: bottom;
  padding: 10px;
}
table td {
  padding: 10px;
  vertical-align: top;
  font-size: 0.8rem;
}
table td {
  border-right: thin solid #6FA287;
}
table td:last-of-type {
  border-right: none;
}
table .issue-name {
  cursor: pointer;
  color: #00263a;
  font-family: 'Century Gothic', 'CenturyGothic', 'Helvetica', sans-serif;
  background: #eaeaea;
}
.table-footer-text {
  font-style: italic;
}
/* Links
--------------------------------------------- */
.tribe-events-content a, .tribe-events-event-meta a, .tribe-events-event-meta a:visited, a {
  color: #6FA287;
  text-decoration: none;
  border-bottom: none;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.tribe-events-content a:visited, .tribe-events-event-meta a:visited, .tribe-events-event-meta a:visited:visited, a:visited {
  color: #6FA287;
}
.tribe-events-content a:hover, .tribe-events-content a:focus, .tribe-events-content a:active, .tribe-events-event-meta a:hover, .tribe-events-event-meta a:focus, .tribe-events-event-meta a:active, .tribe-events-event-meta a:visited:hover, .tribe-events-event-meta a:visited:focus, .tribe-events-event-meta a:visited:active, a:hover, a:focus, a:active {
  color: #286b8e;
}
.tribe-events-content a:focus, .tribe-events-event-meta a:focus, .tribe-events-event-meta a:visited:focus, a:focus {
  outline: thin dotted;
}
.tribe-events-content a:hover, .tribe-events-content a:active, .tribe-events-event-meta a:hover, .tribe-events-event-meta a:active, .tribe-events-event-meta a:visited:hover, .tribe-events-event-meta a:visited:active, a:hover, a:active {
  outline: 0;
}
a.skip-link, a.screen-reader-text {
  color: #00263a;
}
.tribe-events-cal-links .tribe-events-gcal, .tribe-events-cal-links .tribe-events-ical, .export-links a {
  text-decoration: none;
  color: #00263a;
  background: #9dc0ae;
  transition: 0.5s;
  padding: 5px;
}
.tribe-events-cal-links .tribe-events-gcal:hover, .tribe-events-cal-links .tribe-events-ical:hover, .export-links a:hover {
  background: #6FA287;
}
/* Forms
--------------------------------------------- */
a.button, a.button:visited, button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: none;
  border-radius: 0;
  /* background: $color__background-button; */
  background: #9dc0ae;
  font-family: 'Century Gothic', 'CenturyGothic', 'Helvetica', sans-serif;
  color: #00263a;
  cursor: pointer;
  line-height: 1;
  font-weight: normal;
  font-size: 1rem;
  text-align: center;
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  margin: 1.75rem 0;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
}
a.button.button_small, a.button:visited.button_small, button.button_small, input[type="button"].button_small, input[type="reset"].button_small, input[type="submit"].button_small {
  font-size: 0.8rem;
  text-transform: uppercase;
}
a.button:hover, a.button:visited:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background-color: #00263a;
  color: #fff;
}
a.button:active, a.button:focus, a.button:visited:active, a.button:visited:focus, 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 {
  background-color: #00263a;
}
a.button.green, a.button:visited.green, button.green, input[type="button"].green, input[type="reset"].green, input[type="submit"].green {
  background: #6FA287;
  color: #00263a;
}
a.button.green:hover, a.button:visited.green:hover, button.green:hover, input[type="button"].green:hover, input[type="reset"].green:hover, input[type="submit"].green:hover {
  background: #00263a;
  color: #fff;
}
a.button.gray, a.button:visited.gray, button.gray, input[type="button"].gray, input[type="reset"].gray, input[type="submit"].gray {
  background: #eaeaea;
  color: #00263a;
}
a.button.gray:hover, a.button:visited.gray:hover, button.gray:hover, input[type="button"].gray:hover, input[type="reset"].gray:hover, input[type="submit"].gray:hover {
  background: #535353;
  color: #fff;
}
a.button.navy, a.button:visited.navy, button.navy, input[type="button"].navy, input[type="reset"].navy, input[type="submit"].navy {
  background: #00263a;
  color: #fff;
}
a.button.navy:hover, a.button:visited.navy:hover, button.navy:hover, input[type="button"].navy:hover, input[type="reset"].navy:hover, input[type="submit"].navy:hover {
  background: #535353;
}
a.button.blue, a.button:visited.blue, button.blue, input[type="button"].blue, input[type="reset"].blue, input[type="submit"].blue {
  background: #286b8e;
  color: #eaeaea;
}
a.button.blue:hover, a.button:visited.blue:hover, button.blue:hover, input[type="button"].blue:hover, input[type="reset"].blue:hover, input[type="submit"].blue:hover {
  background: #00263a;
  color: #fff;
}
a.button.nobg, a.button:visited.nobg, button.nobg, input[type="button"].nobg, input[type="reset"].nobg, input[type="submit"].nobg {
  background: none !important;
  text-align: left;
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 90%;
  color: #00263a;
}
a.button.nobg:hover, a.button:visited.nobg:hover, button.nobg:hover, input[type="button"].nobg:hover, input[type="reset"].nobg:hover, input[type="submit"].nobg:hover {
  color: #eaeaea;
}
.blog-footer-buttons a.button {
  display: block;
}
.wp-block-button__link {
  border-radius: 0;
}
.wp-block-button__link:hover {
  text-decoration: none;
}
.wp-block-button__link:not(.has-text-color) {
  color: white;
}
.wp-block-button__link:not(.has-text-color):hover {
  color: white;
}
.wp-block-button__link:not(.has-background) {
  background-color: #6FA287;
}
.wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus {
  background-color: #00263a;
}
.wp-block-button__link.has-green-color {
  color: #6FA287;
}
.wp-block-button__link.has-green-color:hover, .wp-block-button__link.has-green-color:focus {
  color: #6FA287;
}
.wp-block-button__link.has-green-background-color {
  background-color: #6FA287;
}
.wp-block-button__link.has-green-background-color:hover, .wp-block-button__link.has-green-background-color:focus {
  background-color: #436854;
}
.wp-block-button__link.has-navy-color {
  color: #00263a;
}
.wp-block-button__link.has-navy-color:hover, .wp-block-button__link.has-navy-color:focus {
  color: #00263a;
}
.wp-block-button__link.has-navy-background-color {
  background-color: #00263a;
}
.wp-block-button__link.has-navy-background-color:hover, .wp-block-button__link.has-navy-background-color:focus {
  background-color: black;
}
.wp-block-button__link.has-medium-blue-color {
  color: #286b8e;
}
.wp-block-button__link.has-medium-blue-color:hover, .wp-block-button__link.has-medium-blue-color:focus {
  color: #286b8e;
}
.wp-block-button__link.has-medium-blue-background-color {
  background-color: #286b8e;
}
.wp-block-button__link.has-medium-blue-background-color:hover, .wp-block-button__link.has-medium-blue-background-color:focus {
  background-color: #122f3e;
}
.wp-block-button__link.has-light-gray-color {
  color: #eaeaea;
}
.wp-block-button__link.has-light-gray-color:hover, .wp-block-button__link.has-light-gray-color:focus {
  color: #eaeaea;
}
.wp-block-button__link.has-light-gray-background-color {
  background-color: #eaeaea;
}
.wp-block-button__link.has-light-gray-background-color:hover, .wp-block-button__link.has-light-gray-background-color:focus {
  background-color: #b7b7b7;
}
.wp-block-button__link.has-dark-gray-color {
  color: #535353;
}
.wp-block-button__link.has-dark-gray-color:hover, .wp-block-button__link.has-dark-gray-color:focus {
  color: #535353;
}
.wp-block-button__link.has-dark-gray-background-color {
  background-color: #535353;
}
.wp-block-button__link.has-dark-gray-background-color:hover, .wp-block-button__link.has-dark-gray-background-color:focus {
  background-color: #202020;
}
.wp-block-button__link.has-white-color {
  color: #FFFFFF;
}
.wp-block-button__link.has-white-color:hover, .wp-block-button__link.has-white-color:focus {
  color: #FFFFFF;
}
.wp-block-button__link.has-white-background-color {
  background-color: #FFFFFF;
}
.wp-block-button__link.has-white-background-color:hover, .wp-block-button__link.has-white-background-color:focus {
  background-color: #ccc;
}
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: 0;
  padding: 10px;
  margin: 0 0 1rem 0;
  width: 100%;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 0.875rem;
  height: 2.3125rem;
}
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 {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
  border: none;
  outline: none;
}
select {
  display: block;
  text-transform: capitalize;
  font-size: 1rem;
  font-family: 'Lato', 'Helvetica', Helvetica, sans-serif;
  font-weight: 400;
  color: #00263a;
  line-height: 1.3;
  padding: 0.5rem;
  width: auto;
  min-width: 50%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 1rem auto 0 auto;
  border: 1px solid #535353;
  box-shadow: none;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%236FA287%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.header-sticky-wrapper {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 99997;
}
#masthead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 75px;
  padding: 10px;
}
#masthead * {
  max-height: 55px;
}
#masthead .button-description {
  display: none;
}
#masthead .site-branding {
  width: 25%;
  margin-right: auto;
}
#masthead .site-branding h1.site-title {
  font-size: 50px;
  margin: 0;
}
#masthead .site-branding h1.site-title a {
  background-image: url('inc/img/HCLogo.svg');
  background-position: left center;
  background-repeat: no-repeat;
  height: 50px;
  background-size: contain;
  width: 100%;
  max-width: 350px;
  display: block;
  text-indent: -9999px;
}
#masthead .masthead-buttons a.button {
  font-size: 0.9rem;
  display: inline-block;
  font-weight: normal;
  margin-right: 5px;
  padding: 10px;
  margin-top: 0;
  margin-bottom: 0;
}
#masthead .masthead-buttons a.button:last-of-type {
  margin-right: 0;
}
#masthead .navigation-button-container, #masthead .search-button {
  display: none;
}
.header-social-bar {
  display: flex;
  justify-content: space-between;
  background: #00263a;
  padding: 10px;
  align-items: baseline;
}
.header-social-bar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}
.header-social-bar ul li {
  display: inline-block;
}
.header-social-bar ul li.connect-text {
  display: none;
}
.header-social-bar ul li a {
  color: #6FA287;
  text-decoration: none;
  display: block;
  padding: 3px;
  font-size: 1rem;
}
.header-social-bar ul li a .dashicons {
  font-size: 1rem;
  padding-top: 2px;
}
.header-social-bar ul li a:hover {
  color: #fff;
}
.header-social-bar ul li a .social-channel {
  display: none;
}
.header-social-bar .search-wrap {
  position: relative;
}
.header-social-bar .search-wrap .dashicons {
  position: absolute;
  right: 0.1em;
  top: 0;
  bottom: 0;
  margin: 0.4rem 0 0 0;
  height: 26px;
  color: #fff;
  z-index: 9999;
  opacity: 0.8;
  text-decoration: none;
}
.header-social-bar .search-wrap label {
  display: none;
}
.header-social-bar .search-wrap #banner-search {
  background: #094361;
  color: #fff;
  border: none;
  margin: 0;
}
.top-donate-inside {
  display: block;
  text-align: center;
  color: #00263a;
  background-color: #9dc0ae;
  padding: 10px;
}
.top-donate-inside .top-donate-left, .top-donate-inside .top-donate-right {
  display: inline-block;
  margin: 0 0.5rem;
}
.top-donate-inside .top-donate-right a {
  color: #00263a;
  padding: 6px 9px;
  background-color: #eaeaea;
}
.top-donate-inside .top-donate-right a:hover {
  background-color: #00263a;
  color: #eaeaea;
}
@media only screen and (max-width: 960px) {
  .header-social-bar {
    display: none;
  }
  .header-sticky-wrapper {
    border-bottom: thin solid #535353;
  }
  #masthead {
    height: auto;
    padding: 0;
  }
  #masthead .navigation-button-container, #masthead .search-button {
    display: block;
    height: 40px;
  }
  #masthead .navigation-button-container a.menu-toggle.button, #masthead .navigation-button-container a#mobile-search, #masthead .search-button a.menu-toggle.button, #masthead .search-button a#mobile-search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 40px;
    width: 40px;
    margin: 0;
    padding: 0;
  }
  #masthead .navigation-button-container {
    margin-right: 10px;
  }
  #masthead .search-button {
    margin-right: 0;
  }
  #masthead .search-button .dashicons {
    width: auto;
    height: auto;
  }
  #masthead a.menu-toggle.button:before {
    font-family: 'dashicons';
    content: "";
  }
  #masthead a.menu-toggle.button.menu-closed:before {
    content: "";
  }
  #masthead .site-branding {
    width: 50%;
  }
  #masthead .site-branding h1.site-title a {
    height: 40px;
    background-image: url('inc/img/HCLogo.svg');
  }
  #masthead #site-navigation, #masthead .masthead-buttons {
    display: none;
  }
  #masthead .masthead-buttons a.button {
    font-size: 0.8rem;
  }
  .top-donate-inside {
    background-color: #00263a;
    color: #fff;
  }
  .top-donate-inside .top-donate-text {
    font-size: 1.1rem;
  }
  .top-donate-inside .top-donate-right, .top-donate-inside .top-donate-left {
    margin: 0.5rem;
  }
  .top-donate-inside .top-donate-right a {
    background: #6FA287;
  }
  .top-donate-inside .top-donate-right a:hover {
    background: #eaeaea;
    color: #6FA287;
  }
  .top-donate-inside div {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 1100px) {
  #masthead .masthead-buttons a.button {
    font-size: 0.8rem;
  }
}
#site-navigation {
  position: relative;
  width: 50%;
  margin-right: auto;
  height: 100%;
}
#site-navigation ul.main-navigation-list {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
  height: 100%;
}
#site-navigation ul.main-navigation-list li {
  display: inline-block;
  padding: 0;
  position: relative;
  font-size: 1rem;
  height: 100%;
}
#site-navigation ul.main-navigation-list li.dropdown:hover:after {
  content: "";
  font-family: 'dashicons';
  display: block;
  font-size: 40px;
  padding: 0;
  margin: 0;
  line-height: 1;
  color: rgba(68, 68, 68, 0.9);
  text-align: center;
  position: absolute;
  margin-top: -15px;
  width: 90%;
}
#site-navigation ul.main-navigation-list li a {
  color: black;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0 10px;
  height: 100%;
}
#site-navigation ul.main-navigation-list li:last-of-type a {
  border-right: none;
}
#site-navigation ul.main-navigation-list li .divider {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: auto;
  margin-bottom: auto;
  right: 0;
  height: 1.5rem;
  width: 1px;
  background: #00263a;
}
#site-navigation ul.main-navigation-list li:last-of-type .divider {
  display: none;
}
.dropdowns-wrapper {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  height: 0;
  overflow: visible;
  color: #fff;
}
.dropdowns-wrapper .dropdown-menu {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 25px;
  left: 0;
  right: 0;
  background: rgba(68, 68, 68, 0.9);
  display: none;
  z-index: 9999;
  text-align: left;
  flex-grow: 1;
}
.dropdowns-wrapper .dropdown-menu.visible, .dropdowns-wrapper .dropdown-menu:hover {
  display: flex;
}
.dropdowns-wrapper .dropdown-menu .left-dropdown-column, .dropdowns-wrapper .dropdown-menu .right-dropdown-column {
  width: 50%;
}
.dropdowns-wrapper .dropdown-menu .left-dropdown-column a, .dropdowns-wrapper .dropdown-menu .right-dropdown-column a {
  color: #fff;
  text-decoration: none;
}
.dropdowns-wrapper .dropdown-menu .left-dropdown-column a:hover, .dropdowns-wrapper .dropdown-menu .right-dropdown-column a:hover {
  color: #6FA287;
}
.dropdowns-wrapper .dropdown-menu p {
  margin: 0;
  padding: 0;
}
.dropdowns-wrapper .dropdown-menu .left-dropdown-column ul {
  border-top: 2px solid #fff;
  margin: 0 10px 0 0;
  padding-top: 10px;
}
.dropdowns-wrapper .dropdown-menu .right-dropdown-column {
  display: flex;
}
.dropdowns-wrapper .dropdown-menu .right-dropdown-column div {
  width: 50%;
  border-top: 2px solid #fff;
  margin: 0 10px 0 0;
  padding-top: 10px;
}
.dropdowns-wrapper .dropdown-menu .right-dropdown-column div h6 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 0.9rem;
}
.dropdowns-wrapper .dropdown-menu .right-dropdown-column div div {
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}
.dropdowns-wrapper .dropdown-menu .right-dropdown-column div .button, .dropdowns-wrapper .dropdown-menu .right-dropdown-column div input[type="submit"] {
  margin: 0;
  font-size: 1rem;
  padding: 8px 10px;
}
.dropdowns-wrapper .dropdown-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.dropdowns-wrapper .dropdown-menu ul li {
  display: inline-block;
  width: 100%;
  margin: 0 0 5px 22px;
  text-indent: -22px;
}
.dropdowns-wrapper .dropdown-menu ul li a {
  text-align: left;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding: 0 0 10px 0;
  margin: 0;
}
.dropdowns-wrapper .dropdown-menu ul li a:hover {
  color: #6FA287;
}
.dropdowns-wrapper .dropdown-menu ul li a:before {
  font-family: 'dashicons';
  content: "";
  letter-spacing: -8px;
  padding-right: 10px;
  font-size: 90%;
  color: rgba(255, 255, 255, 0.5);
}
.dropdowns-wrapper .dropdown-menu.ul-has-columns ul {
  column-count: 2;
}
.dropdowns-wrapper .dropdown-menu.ul-has-columns ul li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
div.toc {
  text-align: center;
}
div.toc .toc-label {
  background: #00263a;
  padding: 10px;
  color: #fff;
  margin: 0;
  cursor: pointer;
}
div.toc h5 {
  margin: 0;
}
div.toc h5:after {
  content: "";
  font-family: 'dashicons';
  font-size: 80%;
  padding: 0 5px;
  display: inline-block;
  position: relative;
  top: 2px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
div.toc.open h5:after {
  transform: rotate(180deg);
}
div.toc ul {
  height: 0;
  opacity: 0;
  overflow: hidden;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
  background: #eaeaea;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
div.toc ul a {
  color: #535353;
  padding: 10px 0;
  display: block;
}
div.toc ul a:hover {
  color: #6FA287;
}
div.toc ul .toc-important, div.toc ul .toc-updated, div.toc ul .toc-byline {
  display: none;
}
div.toc.open ul {
  height: auto;
  padding: 10px 0 2rem 0;
  opacity: 1;
}
div.landing-toc .toc {
  margin-top: 1.5rem;
  text-align: left;
}
div.landing-toc .toc h5 {
  cursor: default;
}
div.landing-toc .toc h5:after {
  content: '';
}
div.landing-toc .toc ul {
  background: white;
}
div.landing-toc .toc ul .toc-important {
  color: #6FA287;
  display: inline;
  font-size: 0.75rem;
}
div.landing-toc .toc ul .toc-updated {
  color: #6FA287;
  font-size: 0.75rem;
  padding-left: 5px;
  text-transform: uppercase;
  display: inline;
}
div.landing-toc .toc ul .toc-byline {
  display: block;
  color: #6FA287;
  font-size: 0.9rem;
}
@media only screen and (max-width: 1100px) {
  #site-navigation ul.main-navigation-list li {
    font-size: 0.9rem;
  }
  #site-navigation ul.main-navigation-list li.dropdown:hover:after {
    content: '';
  }
  .dropdowns-wrapper {
    width: 100%;
  }
}
.footer-donate-statement p {
  text-align: center;
  width: 98%;
  margin: 1rem 0;
}
.site-footer {
  background: #00263a;
  color: #fff;
  width: 100%;
  padding: 10px;
}
.site-footer .footer-inner-wrapper {
  display: flex;
  width: 80%;
  margin: 0 auto;
  max-width: 1289px;
}
.site-footer .footer-inner-wrapper .footer-logo-wrapper {
  width: 16%;
  padding: 10px;
}
.site-footer .footer-inner-wrapper .footer-logo-wrapper a.footer-logo {
  display: block;
  color: #fff;
  text-indent: -9999px;
  background-image: url('inc/img/HCWhiteLogo.svg');
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.site-footer .footer-inner-wrapper .footer-nav-wrapper {
  width: 68%;
  padding: 10px;
}
.site-footer .footer-inner-wrapper .footer-nav-wrapper ul {
  margin: 0;
  padding: 10px;
  text-indent: 0;
  list-style-type: none;
  display: flex;
  line-height: 1.25;
  justify-content: space-between;
}
.site-footer .footer-inner-wrapper .footer-nav-wrapper ul ul {
  display: block;
  padding: 0;
}
.site-footer .footer-inner-wrapper .footer-nav-wrapper ul li {
  display: block;
  padding-right: 10px;
  font-size: 1rem;
  line-height: 1;
}
.site-footer .footer-inner-wrapper .footer-nav-wrapper ul li.menu-item-has-children {
  text-transform: uppercase;
}
.site-footer .footer-inner-wrapper .footer-nav-wrapper ul li.menu-item-has-children li {
  text-transform: none;
  font-size: 0.8rem;
  line-height: 1.75;
}
.site-footer .footer-inner-wrapper .footer-nav-wrapper ul li.menu-item-has-children li a {
  margin-bottom: 0;
}
.site-footer .footer-inner-wrapper .footer-nav-wrapper ul li a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}
.site-footer .footer-inner-wrapper .footer-nav-wrapper ul li a:hover {
  color: #6FA287;
}
.site-footer .footer-inner-wrapper .footer-social-wrapper {
  width: 16%;
  padding: 10px;
}
.site-footer .footer-inner-wrapper .footer-social-wrapper ul {
  list-style-type: none;
  margin: 0 0 1rem 0;
  padding: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.site-footer .footer-inner-wrapper .footer-social-wrapper ul li.connect-text {
  display: none;
}
.site-footer .footer-inner-wrapper .footer-social-wrapper ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.site-footer .footer-inner-wrapper .footer-social-wrapper ul li a:hover {
  color: #6FA287;
}
.site-footer .footer-inner-wrapper .footer-social-wrapper ul li a .social-channel {
  display: none;
}
.site-footer .footer-inner-wrapper .footer-social-wrapper .search-wrap {
  position: relative;
}
.site-footer .footer-inner-wrapper .footer-social-wrapper .search-wrap label {
  display: none;
}
.site-footer .footer-inner-wrapper .footer-social-wrapper .search-wrap .dashicons {
  position: absolute;
  right: 0.1em;
  top: 0;
  bottom: 0;
  margin: 0.4rem 0 0 0;
  height: 26px;
  color: #fff;
  z-index: 9999;
  opacity: 0.8;
  text-decoration: none;
}
.site-footer .footer-inner-wrapper .footer-social-wrapper .search-wrap #footer-search {
  background: #094361;
  color: #fff;
  border: none;
}
@media only screen and (max-width: 1289px) {
  .site-footer .footer-inner-wrapper {
    display: block;
    width: 90%;
  }
  .site-footer .footer-inner-wrapper .footer-logo-wrapper, .site-footer .footer-inner-wrapper .footer-nav-wrapper, .site-footer .footer-inner-wrapper .footer-social-wrapper {
    width: 100%;
  }
  .site-footer .footer-inner-wrapper .footer-logo-wrapper {
    left: -30px;
    position: relative;
  }
  .site-footer .footer-inner-wrapper .footer-logo-wrapper a.footer-logo {
    padding: 20px 20px 20px 0;
  }
  .site-footer .footer-inner-wrapper .footer-nav-wrapper {
    padding-left: 40px;
  }
  .site-footer .footer-inner-wrapper .footer-nav-wrapper ul {
    display: block;
  }
  .site-footer .footer-inner-wrapper .footer-nav-wrapper ul li {
    display: inline-block;
  }
  .site-footer .footer-inner-wrapper .footer-nav-wrapper ul li.menu-item-has-children {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    border-bottom: thin solid #eaeaea;
  }
  .site-footer .footer-inner-wrapper .footer-nav-wrapper ul li a {
    font-size: 1rem;
  }
  .site-footer .footer-inner-wrapper .footer-nav-wrapper ul li ul {
    display: inline-block;
  }
  .site-footer .footer-inner-wrapper .footer-nav-wrapper ul li ul li a {
    padding: 10px 10px 10px 0;
  }
  .site-footer .footer-inner-wrapper .footer-social-wrapper {
    padding-left: 40px;
  }
  .site-footer .footer-inner-wrapper .footer-social-wrapper ul {
    justify-content: flex-start;
  }
  .site-footer .footer-inner-wrapper .footer-social-wrapper ul li a {
    padding: 10px;
  }
  .site-footer .footer-inner-wrapper .footer-social-wrapper form {
    width: 40%;
  }
}
@media only screen and (max-width: 960px) {
  .site-footer .footer-inner-wrapper .footer-social-wrapper form {
    width: 80%;
  }
}
.offcanvas-menu-wrapper {
  height: 100%;
  /* 100% Full-height */
  width: auto;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 11111111111;
  /* Stay on top */
  top: 0;
  left: -300px;
  background-color: #535353;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
  padding: 2rem;
  width: 300px;
}
.offcanvas-menu-wrapper.show-menu {
  left: 0;
}
.offcanvas-menu-wrapper .offcanvas-nav-list {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  list-style-type: none;
  text-indent: 0;
  margin: 0;
  padding: 1rem;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.offcanvas-menu-wrapper .offcanvas-nav-list li {
  border-bottom: thin solid #00263a;
}
.offcanvas-menu-wrapper .offcanvas-nav-list li a {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-family: 'Century Gothic', 'CenturyGothic', 'Helvetica', sans-serif;
  padding: 0.75rem 0.5rem;
  font-size: 1rem;
  display: block;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
}
.offcanvas-menu-wrapper .offcanvas-nav-list li a:hover {
  color: #6FA287;
}
.offcanvas-menu-wrapper .offcanvas-nav-list li a .social-channel {
  padding-left: 1rem;
}
.offcanvas-menu-wrapper .offcanvas-nav-list li.spacer {
  border-bottom: none;
  height: 1rem;
}
.offcanvas-menu-wrapper .offcanvas-nav-list li.has_child a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}
.offcanvas-menu-wrapper .offcanvas-nav-list li.has_child a:after {
  content: "";
  font-family: 'dashicons';
}
.offcanvas-menu-wrapper .offcanvas-nav-list li.has_child ul a:after {
  content: none;
}
.offcanvas-menu-wrapper .offcanvas-nav-list li h6 {
  margin: 10px 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8rem;
}
.offcanvas-menu-wrapper .offcanvas-nav-list li #mc_embed_signup {
  padding: 10px 0;
}
.offcanvas-menu-wrapper .offcanvas-nav-list ul.submenu {
  position: absolute;
  top: 0;
  left: 600px;
  width: 300px;
  list-style-type: none;
  margin: 0;
  padding: 1rem;
  text-indent: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#page {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  left: 0;
}
#page.menu-in {
  left: 300px;
  cursor: pointer;
}
#offcanvas-search {
  width: 100%;
  background: #6FA287;
  position: absolute;
  height: 50px;
  top: -60px;
  padding: 10px;
  z-index: 99998;
  overflow: hidden;
  text-align: left;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#offcanvas-search.visible {
  top: 0;
}
#offcanvas-search .mobile-search-wrap {
  display: flex;
  align-items: baseline;
}
#offcanvas-search .mobile-search-wrap .dashicons {
  cursor: pointer;
}
#offcanvas-search .mobile-search-wrap label {
  display: none;
}
#offcanvas-search .mobile-search-wrap input[type="search"] {
  width: 95%;
  border-left: none;
  border-right: none;
  background: transparent;
  border-top: none;
  box-shadow: none;
  color: #00263a;
  border-bottom: #00263a thick solid;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}
.edit-link {
  display: block;
}
.post, .page {
  margin: 0;
  overflow-x: hidden;
}
.updated:not(.published) {
  display: none;
}
.clearfix, .clear-fix {
  clear: both;
  float: none;
}
.clearfix:after, .clear-fix:after {
  content: ' ';
  width: 100%;
  display: block;
  height: 1rem;
}
.page-content, .entry-content, .entry-summary, .entry-footer, .comments-area, .footer-text, .related-posts-wrapper, .blog-footer-buttons, .page-header, .forum-archive-wrapper, .entry-header {
  margin: 2rem auto;
  width: 80%;
  max-width: 760px;
}
.wide .page-content, .wide .entry-content, .wide .entry-summary, .wide .entry-footer, .wide .comments-area, .wide .footer-text, .wide .related-posts-wrapper, .wide .blog-footer-buttons, .wide .page-header, .wide .forum-archive-wrapper, .wide .entry-header, .page-parent .page-content, .page-parent .entry-content, .page-parent .entry-summary, .page-parent .entry-footer, .page-parent .comments-area, .page-parent .footer-text, .page-parent .related-posts-wrapper, .page-parent .blog-footer-buttons, .page-parent .page-header, .page-parent .forum-archive-wrapper, .page-parent .entry-header {
  margin: 2rem auto;
  width: 80%;
  max-width: 1140px;
}
.wp-block-column * {
  margin-top: 0;
}
.footer-text {
  text-align: center;
}
.page-links, .tags-links {
  clear: both;
  margin: 0 0 1.5em;
}
.page-links a, .tags-links a {
  text-transform: capitalize;
}
.entry-header {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
}
.entry-header.no_image {
  height: auto;
}
.entry-header.has_image .entry-header-image-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.entry-header.has_image .entry-header-image-wrapper img {
  width: 100%;
}
.entry-header.has_image .entry-header-image-wrapper img.horiz {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  width: auto;
  max-width: 5000%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.entry-header.has_image .entry-header-image-wrapper img.vert {
  width: 100%;
  height: auto;
  max-height: 100000%;
}
.entry-header a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-decoration: none;
  color: #fff;
  width: 100%;
  height: 100%;
}
.entry-header a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.entry-header h2.featured-head {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 2rem;
  line-height: 1;
  margin: 0;
  z-index: 1;
}
.entry-header .overlay-content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.entry-header .overlay-content h1 {
  font-family: 'Libre Baskerville', 'Times New Roman', Times, serif;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1;
  margin: 0;
}
.entry-header .overlay-content h2 {
  font-family: 'Libre Baskerville', 'Times New Roman', Times, serif;
  font-weight: 400;
  font-size: 2.75rem;
  margin: 0;
}
.entry-header * {
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
.single-title {
  text-align: left;
  border-bottom: 2px solid #C8C9C7;
  margin-bottom: 0.5em;
  padding: 0 0 0.5em 0;
  line-height: 1;
  font-size: 2rem;
}
h4.category-subhead {
  margin: 0.5em 0.5em 0.5em 0;
  padding: 0.5em;
  color: #fff;
  text-transform: uppercase;
  background-color: #CCC;
  font-size: 12px;
  display: inline-block;
}
h4.category-subhead.news {
  color: #6FA287;
}
h4.category-subhead.ehr_journal {
  color: #831814;
}
h4.category-subhead.briefingbook {
  color: #6E1349;
}
h4.category-subhead.linked_article {
  color: #E39612;
}
.hc-post-thumbnail {
  height: 33vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
ul.post-children {
  list-style-type: none;
  margin: 1.5em 0;
  padding: 0;
  text-indent: 0;
}
ul.post-children.small_child_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  padding: 2rem 0;
  border-top: 2px solid #00263a;
}
ul.post-children.small_child_list li {
  height: 150px;
  position: relative;
  flex: 1 1;
  max-width: 20%;
  min-width: 20%;
  width: 20%;
  margin: 1rem;
}
ul.post-children.small_child_list li a {
  padding: 0;
  color: #fff;
  font-weight: 800;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #6FA287;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  border: thin solid #00263a;
}
ul.post-children.small_child_list li a span.link-text {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}
ul.post-children.small_child_list li a:hover {
  opacity: 0.8;
}
ul.post-children.small_child_list li a:hover span.link-text {
  background: rgba(0, 0, 0, 0.8);
}
ul.post-children.no_content {
  border-top: none;
}
ul.post-children.large_child_list li a {
  background-image: none !important;
}
.entry-meta {
  display: block;
  margin: 1rem 0;
  padding: 10px 0;
}
.social-share, .byline {
  display: block;
  margin: 0.5rem 0;
}
.posted-on, .cat-links {
  font-size: 90%;
  margin: 0;
  display: block;
}
.posted-on a, .cat-links a {
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
}
.byline a {
  color: #000;
  text-decoration: underline;
}
.byline a:hover {
  color: #6FA287;
}
.entry-content .entry-content-inner {
  display: flex;
  align-items: stretch;
}
.entry-content .entry-content-inner .content {
  width: 100%;
}
.entry-content .entry-content-inner.has_sidebar .content {
  width: 70%;
}
.entry-content .entry-content-inner .content-sidebar {
  width: 30%;
  min-width: 220px;
  margin-left: 20px;
  border-left: thin solid #eaeaea;
  padding: 0 10px;
}
.entry-content .entry-content-inner .content-sidebar h2.sidebar-head {
  display: block;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 1.2rem;
  color: #00263a;
  font-family: 'Libre Baskerville', 'Times New Roman', Times, serif;
  background: none;
  font-weight: normal;
}
.entry-content .social-share {
  margin: 1rem 0;
}
.entry-content .social-share a {
  color: #000;
  text-decoration: none;
  padding: 5px 10px 5px 0;
}
.entry-content .social-share a .social-channel {
  display: none;
}
.entry-content .social-share a:hover {
  color: #6FA287;
}
.entry-content .social-share a .dashicons-facebook-alt {
  color: #3B5999;
}
.entry-content .social-share a .dashicons-twitter {
  color: #00aced;
}
.entry-content .social-share a .dashicons-email {
  color: #dd4b39;
}
.entry-content .wp-block-media-text .wp-block-media-text__content {
  padding: 0 3%;
}
.headshot img {
  width: 100%;
  max-width: 250px;
  padding: 2px;
  border: thin solid #6FA287;
}
.biographical-info h2, .biographical-info h3 {
  font-family: 'Libre Baskerville', 'Times New Roman', Times, serif;
  font-weight: 400;
  margin: 0;
}
.commentsdiv {
  height: auto;
  overflow: hidden;
}
.commentsdiv.hiddencomments {
  height: 0px;
}
.related-posts-outer-wrapper {
  background: #fff;
  padding: 2rem 0;
}
.related-posts-outer-wrapper h4 {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 2rem;
}
.related-posts-outer-wrapper:before {
  content: ' ';
  height: 1px;
  background: #00263a;
  width: 50%;
  margin: 0 auto;
  display: block;
  min-width: 300px;
}
a#scroll-to-related {
  text-align: center;
  display: block;
  text-decoration: none;
  text-transform: capitalize;
  font-family: 'Century Gothic', 'CenturyGothic', 'Helvetica', sans-serif;
}
a#scroll-to-related .dashicons {
  color: #fff;
  background: #6FA287;
  border-radius: 50%;
  font-size: 14px;
  height: 16px;
  width: 16px;
  padding-top: 2px;
  vertical-align: middle;
}
.posts-by-author {
  list-style-type: none;
  margin: 1rem 0;
  padding: 0;
  text-indent: 0;
}
.posts-by-author li {
  margin-bottom: 1rem;
}
.posts-by-author li h3 {
  text-decoration: none;
  font-weight: 400;
  margin-bottom: 10px;
}
.posts-by-author li .read-more {
  display: block;
  padding: 5 0;
}
.highlights-box {
  background: #eaeaea;
  width: 100%;
  padding: 0;
  margin: 1rem 0;
}
.highlights-box h5 {
  text-align: center;
  background: #C8C9C7;
  margin: 0;
  padding: 20px;
  color: #fff;
}
.highlights-box ul {
  margin: 1rem 0;
  padding: 30px;
  list-style-type: none;
  text-indent: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.highlights-box ul li {
  text-indent: -30px;
  margin-left: 30px;
  margin-bottom: 30px;
  width: 45%;
}
.highlights-box ul li a {
  color: black;
  text-decoration: underline;
}
.highlights-box ul li a:hover {
  text-decoration: none;
}
.highlights-box ul li .dashicons {
  margin-left: 0.5rem;
  color: #535353;
  position: relative;
  top: 5px;
}
.highlights-box ul li span.expert-meta {
  display: block;
  text-indent: 0;
  padding: 0;
  margin-left: 0;
}
.highlights-box ul li span.expert-meta .dashicons {
  margin-left: 0;
}
.highlights-box ul li span.expert-meta a .dashicons {
  text-decoration: none;
}
/** FOR MEDIA PAGE **/
.press-releases {
  border-top: thin solid #6FA287;
}
.press-releases ul {
  height: 0;
  padding: 0;
  margin: 10px;
  list-style-type: none;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.press-releases ul.visible {
  height: auto;
}
.press-releases ul li {
  width: 33%;
  padding: 10px;
}
.press-releases ul li a {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
}
.press-releases ul li a h3 {
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.press-releases ul li a .read-more {
  font-size: 0.8rem;
}
.press-releases ul li a .pub-date {
  font-size: 0.8rem;
  color: #535353;
  margin-top: auto;
}
.press-releases h3 {
  margin-bottom: 0;
  cursor: pointer;
}
.wp-block-columns .wp-block-column .press-releases ul li {
  width: 50%;
}
/** FOCUS AREAS **/
.focus-area-box-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 47%;
}
.focus-area-box-wrapper .focus-area-box {
  margin: 5px;
  padding: 10px;
  background: #eaeaea;
  width: 47%;
}
.focus-area-box-wrapper .focus-area-box h3 {
  margin: 0;
  font-size: 1.1rem;
}
.grid-layout {
  display: flex;
  flex-wrap: wrap;
}
.grid-layout .grid-box {
  background: #eaeaea;
  padding: 10px;
  margin: 10px;
  width: 40%;
}
.grid-layout .grid-box img {
  float: left;
}
.news-posts-list {
  list-style-type: none;
  margin: 1.5rem 0;
  padding: 0;
  text-indent: 0;
}
.news-posts-list p {
  margin-top: 0;
}
.news-posts-list li {
  padding: 10px 0;
  border-bottom: thin solid #C8C9C7;
}
.news-post-nav {
  display: flex;
  justify-content: space-between;
}
/** Fancy Animation Content Controllers and Targets **/
.target {
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 1rem 0;
}
.target.visible {
  height: auto;
  opacity: 1;
}
.controller {
  cursor: pointer;
  background: #eaeaea;
  margin: 0;
}
.controller:hover {
  background: #C8C9C7;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.controller:before {
  content: "";
  font-family: 'dashicons';
  font-size: 80%;
  padding: 10px;
  display: inline-block;
  position: relative;
  top: 2px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #6FA287;
}
.controller.clicked:before {
  transform: rotate(90deg);
}
/** SITEMAP**/
ul.children ul.children {
  display: none;
}
@media only screen and (max-width: 1289px) {
  .highlights-box ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  .entry-header .overlay-content h1 {
    font-family: 'Libre Baskerville', 'Times New Roman', Times, serif;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1;
    margin: 0;
  }
  .entry-header .overlay-content h2 {
    font-family: 'Libre Baskerville', 'Times New Roman', Times, serif;
    font-weight: 400;
    font-size: 1.75rem;
    margin: 0;
  }
  #post-97 .entry-content-inner {
    column-count: 1;
  }
  .entry-content .entry-content-inner {
    display: block;
  }
  .entry-content .entry-content-inner .content-sidebar {
    width: 100%;
    margin: 1.5rem 0;
    min-width: 0px;
  }
  ul.post-children.small_child_list li {
    min-width: 40%;
    max-width: 40%;
    width: 40%;
  }
  .press-releases ul li {
    width: 50%;
  }
}
h3.box-heading {
  text-transform: uppercase;
  margin: 0;
  padding: 10px 0 0 10px;
  font-size: 1rem;
  font-weight: 800;
}
.home .entry-header {
  height: 200px;
  width: 100%;
  max-width: 100%;
  margin: 0.5rem auto;
}
.hc-item {
  padding: 10px;
  height: auto;
  font-family: 'Century Gothic', 'CenturyGothic', 'Helvetica', sans-serif;
  font-size: 1rem;
  /*
	&.hc-event {
		a.button {
			font-size:75%;
		}
		.hc-event-date, .hc-event-time, .sr-date {
			font-size:75%;
			text-transform: uppercase;
		}
	}
*/
}
.hc-item a {
  color: black;
  text-decoration: none;
  display: block;
}
.hc-item a:hover img {
  opacity: 0.9;
  border: 1px solid #6FA287;
}
.hc-item a:hover .hc-event-title {
  color: #eaeaea;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hc-item a h4 {
  font-weight: 400;
  margin: 0;
  font-size: 1rem;
}
.hc-item a .post-cat {
  color: #286b8e;
  font-size: 0.7em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.hc-item a img {
  width: 100%;
  border: 1px solid #535353;
}
.hc-item a p {
  font-size: 0.9rem;
}
.hc-item .hc-event-title, .hc-item .sr-title {
  margin-bottom: 0.5rem;
}
.hc-item .hc-event-description, .hc-item .sr-description {
  font-size: 80%;
}
.homepage-grid-top-outer {
  background: #eaeaea;
  padding: 2rem 0;
}
.homepage-grid-top-outer .homepage-grid-top-inner {
  width: 80%;
  max-width: 1289px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.homepage-grid-top-outer .grid-outer-wrapper.news_box-outer-wrapper {
  background: #fff;
  width: 66%;
}
.homepage-grid-top-outer .grid-outer-wrapper.news_box-outer-wrapper .grid-inner-wrapper.news_box-inner-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.homepage-grid-top-outer .grid-outer-wrapper.news_box-outer-wrapper .grid-inner-wrapper.news_box-inner-wrapper .hc-item {
  width: 50%;
}
.homepage-grid-top-outer .grid-outer-wrapper.news_box-outer-wrapper a.button {
  width: 100%;
  margin: 10px;
}
.homepage-grid-top-outer .grid-outer-wrapper.news_box-outer-wrapper a.button:hover {
  color: #9dc0ae;
}
.homepage-grid-top-outer .grid-outer-wrapper.forum_box-outer-wrapper {
  background: #fff;
  width: 33%;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.homepage-grid-top-outer .grid-outer-wrapper.forum_box-outer-wrapper h3.box-heading {
  padding: 0;
}
.homepage-grid-top-outer .grid-outer-wrapper.forum_box-outer-wrapper .grid-inner-wrapper.forum_box-inner-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.homepage-grid-top-outer .grid-outer-wrapper.forum_box-outer-wrapper .grid-inner-wrapper.forum_box-inner-wrapper .hc-item {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}
.homepage-grid-top-outer .grid-outer-wrapper.forum_box-outer-wrapper .grid-inner-wrapper.forum_box-inner-wrapper a.button {
  width: 100%;
  margin: auto 0 0 0;
  background-color: #00263a;
  color: #fff;
}
.homepage-grid-top-outer .grid-outer-wrapper.forum_box-outer-wrapper .grid-inner-wrapper.forum_box-inner-wrapper a.button:hover {
  background-color: #9dc0ae;
}
.homepage-columns-wrapper {
  display: flex;
  width: 80%;
  max-width: 1289px;
  margin: 0 auto;
  align-items: stretch;
  align-content: space-between;
}
.homepage-columns-wrapper .grid-outer-wrapper {
  width: 33%;
  display: flex;
  flex-direction: column;
  margin: 10px;
  padding: 10px;
}
.homepage-columns-wrapper .grid-outer-wrapper .grid-inner-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.homepage-columns-wrapper .grid-outer-wrapper .grid-inner-wrapper a.button {
  margin: auto 0 0 0;
}
.homepage-columns-wrapper .grid-outer-wrapper .grid-inner-wrapper.briefings_box-inner-wrapper img {
  display: none;
}
.homepage-columns-wrapper .grid-outer-wrapper.briefings_box-outer-wrapper {
  background-color: #286b8e;
  color: #fff;
}
.homepage-columns-wrapper .grid-outer-wrapper.briefings_box-outer-wrapper a {
  color: #fff;
}
.homepage-columns-wrapper .grid-outer-wrapper.briefings_box-outer-wrapper a:hover {
  color: #00263a;
}
.homepage-columns-wrapper .grid-outer-wrapper.briefings_box-outer-wrapper a.button {
  color: #00263a;
}
.homepage-columns-wrapper .grid-outer-wrapper.briefings_box-outer-wrapper a.button:hover {
  color: #6FA287;
}
.homepage-columns-wrapper .grid-outer-wrapper.special_reports_box-outer-wrapper {
  background-color: #00263a;
  color: #fff;
}
.homepage-columns-wrapper .grid-outer-wrapper.special_reports_box-outer-wrapper a {
  color: #fff;
}
.homepage-columns-wrapper .grid-outer-wrapper.special_reports_box-outer-wrapper a:hover {
  color: #6FA287;
}
.homepage-columns-wrapper .grid-outer-wrapper.special_reports_box-outer-wrapper .hc-special-report-item {
  display: flex;
}
.homepage-columns-wrapper .grid-outer-wrapper.special_reports_box-outer-wrapper .hc-special-report-item span {
  display: block;
}
.homepage-columns-wrapper .grid-outer-wrapper.special_reports_box-outer-wrapper .hc-special-report-item span.sr-date {
  font-size: 12px;
}
.homepage-columns-wrapper .grid-outer-wrapper.special_reports_box-outer-wrapper .hc-special-report-item .hc-special-report-image-wrapper {
  padding-right: 10px;
  max-width: 180px;
}
.homepage-columns-wrapper .grid-outer-wrapper.special_reports_box-outer-wrapper .hc-special-report-item > div {
  flex: 1;
}
.homepage-columns-wrapper .grid-outer-wrapper.special_reports_box-outer-wrapper a.button {
  background-color: #eaeaea;
  color: #00263a;
}
.homepage-columns-wrapper .grid-outer-wrapper.special_reports_box-outer-wrapper a.button:hover {
  background-color: #286b8e;
  color: #fff;
}
.homepage-columns-wrapper .grid-outer-wrapper.events_box-outer-wrapper {
  background-color: #9dc0ae;
  color: #00263a;
  font-family: 'Century Gothic', 'CenturyGothic', 'Helvetica', sans-serif;
}
.homepage-columns-wrapper .grid-outer-wrapper.events_box-outer-wrapper span {
  display: inline-block;
}
.homepage-columns-wrapper .grid-outer-wrapper.events_box-outer-wrapper a.button.small.nobg {
  color: #00263a;
}
.homepage-columns-wrapper .grid-outer-wrapper.events_box-outer-wrapper a.button {
  background: #00263a;
  color: #fff;
}
.homepage-columns-wrapper .grid-outer-wrapper.events_box-outer-wrapper a.button:hover {
  background: #eaeaea;
  color: #6FA287;
}
.homepage-columns-wrapper .grid-outer-wrapper.events_box-outer-wrapper .tribe-events-widget .tribe-events-widget-events-list__view-more {
  display: none;
}
.homepage-columns-wrapper .grid-outer-wrapper.events_box-outer-wrapper .tribe-common .tribe-common-anchor-thin, .homepage-columns-wrapper .grid-outer-wrapper.events_box-outer-wrapper .tribe-common .tribe-common-h2 {
  font-family: 'Century Gothic', 'CenturyGothic', 'Helvetica', sans-serif;
  font-weight: normal;
  font-size: 1rem;
}
.homepage-columns-wrapper .grid-outer-wrapper.events_box-outer-wrapper .tribe-common .tribe-common-b2, .homepage-columns-wrapper .grid-outer-wrapper.events_box-outer-wrapper .tribe-events-widget .tribe-events-widget-events-list__event-date-tag-month {
  font-family: 'Century Gothic', 'CenturyGothic', 'Helvetica', sans-serif;
  font-weight: 600;
  color: #00263a;
}
.homepage-grid-bottom {
  width: 80%;
  max-width: 1289px;
  margin: 20px auto;
  padding: 10px;
  border: thick solid #eaeaea;
}
.homepage-grid-bottom .grid-inner-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  align-content: space-between;
}
.homepage-grid-bottom .grid-inner-wrapper .hc-item {
  width: 33%;
  padding: 10px;
}
@media only screen and (max-width: 960px) {
  .homepage-grid-top-outer .homepage-grid-top-inner {
    display: block;
    width: 90%;
  }
  .homepage-grid-top-outer .homepage-grid-top-inner .grid-outer-wrapper.news_box-outer-wrapper, .homepage-grid-top-outer .homepage-grid-top-inner .grid-outer-wrapper.forum_box-outer-wrapper {
    width: 100%;
    margin: 1rem 0;
    padding: 0;
  }
  .homepage-grid-top-outer .homepage-grid-top-inner .grid-outer-wrapper.news_box-outer-wrapper h3.box-heading, .homepage-grid-top-outer .homepage-grid-top-inner .grid-outer-wrapper.forum_box-outer-wrapper h3.box-heading {
    padding: 10px 10px 0 10px;
  }
  .homepage-grid-top-outer .homepage-grid-top-inner .grid-outer-wrapper.forum_box-outer-wrapper .forum_box-inner-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .homepage-grid-top-outer .homepage-grid-top-inner .grid-outer-wrapper.forum_box-outer-wrapper .forum_box-inner-wrapper .hc-item {
    width: 50%;
    padding: 10px;
  }
  .homepage-grid-top-outer .homepage-grid-top-inner .grid-outer-wrapper.forum_box-outer-wrapper .forum_box-inner-wrapper a.button {
    margin: 10px;
  }
  .homepage-columns-wrapper {
    width: 90%;
    margin: 2rem auto;
  }
  .homepage-columns-wrapper .grid-outer-wrapper {
    width: 100%;
    margin: 10px;
  }
  .homepage-columns-wrapper .grid-outer-wrapper.special_reports_box-outer-wrapper .hc-special-report-item {
    display: block;
  }
  .homepage-columns-wrapper .grid-outer-wrapper.special_reports_box-outer-wrapper .hc-special-report-item .hc-special-report-image-wrapper {
    width: 80%;
  }
  .homepage-grid-bottom {
    width: 90%;
  }
  .homepage-grid-bottom .grid-inner-wrapper .hc-item {
    /* width:100%;*/
  }
}
@media only screen and (max-width: 479px) {
  .home .entry-header {
    height: auto;
  }
  .home .entry-header.has_image .entry-header-image-wrapper img.horiz {
    top: 0;
    left: 0;
    transform: none;
  }
  .homepage-columns-wrapper {
    width: 90%;
    display: block;
    margin: 2rem auto;
  }
  .homepage-columns-wrapper .grid-outer-wrapper {
    width: 100%;
    margin: 10px 0;
  }
  .homepage-grid-bottom {
    width: 90%;
    display: block;
  }
  .homepage-grid-bottom .grid-inner-wrapper {
    display: block;
  }
  .homepage-grid-bottom .grid-inner-wrapper .hc-item {
    width: 100%;
  }
}
/*
@media only screen and (max-width:479px) {
	
	.home .entry-header {
		height:auto;
		&.has_image .entry-header-image-wrapper img.horiz {
			top:0;
			left:0;
			transform:none;
		}
	}	

	.homepage-grid-top-outer {
		.homepage-grid-top-inner {
			display:block;
			width:90%;
			
			.grid-outer-wrapper {
				&.news_box-outer-wrapper, 
				&.forum_box-outer-wrapper {
					width:100%;
					margin:1rem 0;
					
					h3.box-heading {
						padding-bottom:0;
					}
					
					.grid-inner-wrapper {
						&.forum_box-inner-wrapper {
							.hc-item {
								padding:10px 0;
							}
							a.button{
								margin-top:10px;
							}
						}
					}

				}	
				.grid-inner-wrapper {
					
					&.news_box-inner-wrapper {
						
						.hc-item {
							width:100%;
						}
					}
					
				}
					
				
			}
		}
	}
	
	.homepage-columns-wrapper {
		width:90%;
		display:block;
		margin:2rem auto;
		
		.grid-outer-wrapper {
			width:100%;
			margin:10px 0;
			.events_box-outer-wrapper {
				
			}
			
		}
	}
	
	.homepage-grid-bottom {
		width:90%;
		display:block;
		
		.grid-inner-wrapper {
			display:block;
			
			.hc-item {
				width:100%;
			}
		}
	}
}
*/
ul.posts-grid {
  list-style-type: none;
  margin: 0px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.posts-grid li {
  display: inline-block;
  width: 23%;
  position: relative;
  overflow: hidden;
  padding: 15px;
  background: #fff;
  box-shadow: 2px 2px 5px #888888;
  margin: 5px;
  cursor: pointer;
}
ul.posts-grid li h3 {
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 10px;
}
ul.posts-grid li a {
  text-decoration: none;
  display: block;
}
ul.posts-grid li .card-front {
  padding: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
ul.posts-grid li .card-front img {
  width: 100%;
}
ul.posts-grid li .card-front .category-head {
  margin: 0 0 10px 0;
  display: block;
  font-family: 'Century Gothic', 'CenturyGothic', 'Helvetica', sans-serif;
  color: #00263a;
  font-size: 0.8rem;
  text-transform: uppercase;
}
ul.posts-grid li .card-front .read-more {
  display: block;
  margin-top: auto;
  padding: 0;
}
ul.posts-grid li .card-front .read-more .dashicons {
  vertical-align: middle;
}
ul.posts-grid li .card-back {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  background: #286b8e;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
ul.posts-grid li .card-back .category-head {
  display: block;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8rem;
  background: rgba(255, 255, 255, 0.5);
}
ul.posts-grid li .card-back .share {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 800;
  padding: 5px;
}
ul.posts-grid li .card-back .read-more {
  display: block;
  width: 100%;
  background: black;
  font-weight: 800;
  padding: 0;
}
ul.posts-grid li .card-back .read-more a {
  display: block;
  padding: 10px;
  text-transform: uppercase;
}
ul.posts-grid li .card-back .read-more a:hover {
  opacity: 0.8;
}
ul.posts-grid li .card-back .social-share {
  margin: auto 0 0 0;
  background: rgba(255, 255, 255, 0.1);
  padding: 5px;
}
ul.posts-grid li .card-back .social-share a {
  padding: 3px;
}
ul.posts-grid li .card-back .social-share a .social-channel {
  display: none;
}
ul.posts-grid li .card-back .social-share a:hover {
  opacity: 0.8;
}
ul.posts-grid li .card-back .excerpt {
  padding: 10px;
}
ul.posts-grid li .card-back a {
  color: #fff;
  font-size: 0.8rem;
  display: inline-block;
}
ul.posts-grid li:hover .card-back {
  opacity: 1;
  top: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
ul.posts-grid li:hover .card-front {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.single-team ul.posts-grid li, .related-posts-wrapper ul.posts-grid li {
  width: 30%;
}
.forum-archive-outer-wrapper {
  background: #f1f1f1;
  padding: 2rem 0;
}
.forum-archive-outer-wrapper .forum-filters {
  padding: 0;
  width: 80%;
  max-width: 1289px;
}
.forum-archive-outer-wrapper .forum-filters div {
  margin: 10px 0;
  display: inline-block;
  width: 30%;
}
.forum-archive-outer-wrapper .forum-filters label {
  display: none;
}
.forum-archive-outer-wrapper ul.all_posts {
  list-style-type: none;
  margin: 2rem 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.forum-archive-outer-wrapper ul.all_posts li {
  width: 25%;
  padding: 10px;
}
.forum-archive-outer-wrapper ul.all_posts li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  color: #00263a;
}
.forum-archive-outer-wrapper ul.all_posts li a:hover, .forum-archive-outer-wrapper ul.all_posts li a:hover h3 {
  color: #6FA287;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.forum-archive-outer-wrapper ul.all_posts li a h3 {
  font-weight: 400;
  color: #00263a;
  margin: 0;
  font-size: 1.1rem;
}
.forum-archive-outer-wrapper ul.all_posts li a span {
  font-size: 0.8rem;
}
.forum-archive-outer-wrapper ul.all_posts li a span.pubdate {
  display: block;
  color: #535353;
  margin: 5px 0;
}
.forum-archive-outer-wrapper ul.all_posts li a span.read-more {
  display: block;
  padding: 10px 0;
  margin-top: auto;
}
.forum-archive-outer-wrapper ul.all_posts li a span.read-more .dashicons {
  vertical-align: middle;
  height: 0.8rem;
}
@media only screen and (max-width: 1289px) {
  ul.posts-grid li {
    width: 30%;
  }
}
@media only screen and (max-width: 960px) {
  ul.posts-grid li, .single-team ul.posts-grid li, .related-posts-wrapper ul.posts-grid li {
    width: 45%;
  }
  ul.posts-grid li h3, .single-team ul.posts-grid li h3, .related-posts-wrapper ul.posts-grid li h3 {
    font-size: 1rem;
  }
  .forum-archive-outer-wrapper .forum-filters div {
    width: 100%;
    display: block;
  }
  .forum-archive-outer-wrapper .forum-filters div select {
    margin: 1rem 0;
  }
  .forum-archive-outer-wrapper ul.all_posts li {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  ul.posts-grid li, .single-team ul.posts-grid li, .related-posts-wrapper ul.posts-grid li {
    width: 100%;
  }
}
.staff-grid {
  list-style-type: none;
  margin: 1rem 0;
  padding: 0;
  text-indent: 0;
  display: flex;
  flex-wrap: wrap;
}
.staff-grid.advisors {
  display: none;
}
.staff-grid li {
  width: 48%;
  margin: 5px;
  padding: 10px;
  background: #eaeaea;
}
.staff-grid li .inner-staff {
  display: flex;
}
.staff-grid li .inner-staff .bio-photo-wrapper {
  width: 40%;
  padding: 5px;
}
.staff-grid li .inner-staff .bio-text-wrapper {
  width: 60%;
  padding: 5px;
}
.staff-grid li .inner-staff .bio-text-wrapper .read-more {
  text-decoration: none;
}
.staff-grid li .inner-staff .bio-text-wrapper .read-more .dashicons {
  font-size: 0.8rem;
  vertical-align: middle;
}
.staff-grid li .inner-staff .bio-text-wrapper.nophoto {
  width: 100%;
}
.staff-grid li .inner-staff h4 {
  margin-top: 0;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: normal;
}
.staff-grid li .inner-staff h4 span {
  text-transform: none;
  display: block;
  font-size: 1rem;
}
.staff-grid li .inner-staff .expert-contact {
  font-size: 0.8rem;
}
.staff-grid li .inner-staff .expert-contact .phone {
  display: block;
}
.staff-grid li .inner-staff .expert-contact a {
  color: #000;
  text-decoration: none;
  padding: 5px 10px 5px 0;
}
.staff-grid li .inner-staff .expert-contact a .social-description {
  display: none;
}
.staff-grid li .inner-staff .expert-contact a:hover {
  color: #6FA287;
}
.staff-grid li .inner-staff .expert-contact a .dashicons-facebook-alt {
  color: #3B5999;
}
.staff-grid li .inner-staff .expert-contact a .dashicons-twitter {
  color: #00aced;
}
.staff-grid li .inner-staff .expert-contact a .dashicons-email {
  color: #dd4b39;
}
@media only screen and (max-width: 1289px) {
  .staff-grid li {
    width: 47%;
  }
  .staff-grid li .inner-staff {
    flex-direction: column;
  }
  .staff-grid li .inner-staff .bio-photo-wrapper {
    width: 100%;
  }
  .staff-grid li .inner-staff .bio-text-wrapper {
    width: 100%;
  }
  .staff-grid li .inner-staff .read-more-button-wrapper {
    margin-top: auto;
  }
}
.finder {
  position: fixed;
  top: 57px;
  right: 0;
  left: 0;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 57px;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 5px;
  transition: top 0.15s ease-out;
  opacity: 0;
}
.finder.active {
  top: 0;
  opacity: 1;
  z-index: 99999999999;
}
.finder-input {
  flex-grow: 1;
  width: 0;
  height: 47px !important;
  border: none;
  padding: 8px;
  outline: none !important;
}
.finder-input.not-found {
  color: #e7353f;
}
.btn-finder {
  width: 47px;
  height: 47px;
  text-align: center;
  margin: 0;
  padding: 0;
}
.finder-input, .btn-finder:not(:last-child) {
  margin-right: 5px;
}
.finder-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #888;
  border-right: 1px solid #e5e5e5;
  margin-right: 5px;
  padding-right: 20px;
  white-space: nowrap;
}
.btn-finder, .finder-count {
  flex-shrink: 0;
  flex-grow: 0;
}
.highlight {
  background: #ff8;
}
.highlight.active {
  background: #ffd71b;
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comment-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.comment-list li .comment-author.vcard, .comment-list li .comment-metadata {
  display: inline;
}
.comment-list li .comment-author.vcard a, .comment-list li .comment-metadata a {
  color: #000;
  cursor: default;
}
.comment-list li .avatar {
  display: none;
}
/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
.tribe-events-meta-group-other {
  display: none !important;
  height: 0;
  width: 0;
  overflow: hidden;
}
.tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6 {
  font-family: 'Libre Baskerville', 'Times New Roman', Times, serif;
  font-weight: 400;
}
.tribe-common .tribe-common-b2, .tribe-events-content {
  font-family: 'Lato', 'Helvetica', Helvetica, sans-serif;
}
.tribe-events-calendar-list__event-datetime-wrapper {
  font-family: 'Century Gothic', 'CenturyGothic', 'Helvetica', sans-serif;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__button {
  background: #9dc0ae;
  color: #00263a;
  border-radius: 0;
  font-weight: normal;
  letter-spacing: 1px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__button:hover {
  background: #6FA287;
}
#tribe-events-content dd.tribe-events-event-url a {
  font-family: 'Century Gothic', 'CenturyGothic', 'Helvetica', sans-serif;
  line-height: 1;
  font-size: 1rem;
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  margin: 1.75rem 0 0 0;
  display: inline-block;
  background: #9dc0ae;
  color: #00263a;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: normal;
  text-align: center;
}
#tribe-events-content dd.tribe-events-event-url a:hover {
  background: #6FA287;
}
.tribe-events-calendar-list__event .event-link a.event-website-link {
  background: #9dc0ae;
  color: #00263a;
  padding: 0.5rem 1rem;
  margin: 0.5rem 0;
  font-size: 0.8rem;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  letter-spacing: 1px;
}
.tribe-events-calendar-list__event .event-link a.event-website-link:hover {
  background: #6FA287;
}
.tribe-events-calendar-list__event .event-link a.event-info-link {
  color: #6FA287;
  margin-left: 0.75rem;
  background: transparent;
  font-size: 0.8rem;
}
.tribe-events-calendar-list__event .event-link a.event-info-link:hover {
  color: #00263a;
}
.tribe-events-calendar-list__event .event-link .export-links {
  margin: 1rem 0 0.25rem 0;
}
.tribe-events-calendar-list__event .event-link .export-links a {
  margin-right: 0.75rem;
  font-size: 0.8rem;
}
.tribe-events-single-section.tribe-events-event-meta.primary {
  font-family: 'Lato', 'Helvetica', Helvetica, sans-serif;
  display: flex;
  width: 100%;
}
.tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group {
  width: 100%;
}
.tribe-events-single-event-title {
  font-family: 'Libre Baskerville', 'Times New Roman', Times, serif;
  font-weight: 400;
  line-height: 1.2;
}
.tribe-events-schedule {
  margin: 1rem 0;
}
.tribe-events-back a, .tribe-events-back a:visited {
  color: #6FA287;
  font-weight: 400;
}
.tribe-events-single .tribe-events-sub-nav {
  padding: 0;
  width: 100%;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next {
  text-align: right;
}
.tribe-events-event-meta dd.tribe-events-event-categories a, .tribe-events-event-meta dd.tribe-events-event-categories a:visited, .tribe-events-event-meta dd.tribe-events-event-categories a:hover, .tribe-events-event-meta dd.tribe-events-event-categories a:focus, dd.tribe-organizer a, dd.tribe-organizer a:visited, dd.tribe-organizer a:hover, dd.tribe-organizer a:focus, .tribe-venue a, .tribe-venue a:visited, .tribe-venue a:hover, .tribe-venue a:focus {
  color: #00263a !important;
  text-decoration: none !important;
  cursor: default !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: 0 !important;
}
@media screen and (max-width: 960px) {
  .tribe-common .tribe-common-h6 {
    font-size: 1.75rem;
    line-height: 1.1;
  }
  .tribe-events-calendar-list__event .event-link a.event-website-link {
    font-size: 1rem;
    margin: 10px 10px 10px 0;
  }
}
/*--------------------------------------------------------------
# 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;
}
