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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

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

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	background-color: var(--deep-purple);
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	background-color: var(--off-white);
}

body.home {
	background-color: transparent;
}

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

/* Variables and Global Classes */

:root {
  --lavender: #b395fd;
  --deep-purple: #1b1d29; /* Original */
  --deep-purple: #1d1b28; /* Updated */
  --off-white: #f4f3ed;
  --orange: #f98901;
  --lavender-focus: #ddc7ff;
  --orange-focus: #ffb41d;
  --col-full: 67rem;
  --col-1: 45rem;
  --col-2: 32rem;
  --col-3: 20.333rem;
  --col-gutter: 3rem;
}

.col-full {
	width: 100%;
	max-width: var(--col-full);
	margin: 0 auto;
}

.col-full.withFlex {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
}

.col-full.twoCol {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;
}

.col-1 {
	width: 100%;
	max-width: var(--col-1);
	margin: 0 auto;
}

.col-2 {
	width: 100%;
	max-width: var(--col-2);
	padding-right: 2em;
}

.col-2 p {
	margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.col-3 {
	width: 100%;
	max-width: var(--col-3);
}

.orange {
	color: var(--orange);
}

.mono-small {
	font-family: 'JetBrainsMono';
	font-size: 0.9rem;
	line-height: 1.45em;
}

.mono-small p {
	font-family: 'JetBrainsMono';
	font-size: 0.9rem;
	line-height: 1.45em;
	margin: 0;
}

.mono-large {
	font-family: 'JetBrainsMono';
	line-height: 1.45em;
}

.mono-large p {
	font-size: 1em;
}

.small-header {
	font-family: "GTF Byrd";
	font-size: 1.25em;
	line-height: 1.1;
	letter-spacing: 0.02em;
}

a.button-small,
a.button-small:visited {
	font-family: 'JetBrainsMono';
	line-height: 1;
	color: var(--off-white);
	background-color: var(--orange);
	border: 0;
	border-radius: 0.35em;
	padding: 0.5em 1em;
}

a.button-small:active,
a.button-small:hover {
	color: var(--off-white);
	background-color: var(--orange-focus);
}

a.button-small:focus,
a.button-large:focus {
	background-color: var(--orange-focus) !important;
	color: var(--off-white);
}

a.button-large,
a.button-large:visited {
	font-family: 'JetBrainsMono';
	line-height: 1;
	color: var(--off-white);
	background-color: var(--orange);
	border: 0;
	border-radius: 0.35em;
	padding: 1.5em 3em;
}

a.button-large:active,
a.button-large:hover {
	color: var(--off-white);
	background-color: var(--orange-focus);
}

.clearfix::after {
   content: " ";
   display: block;
   height: 0;
   clear: both;
}

/* Typography
--------------------------------------------- */
@font-face {
  font-family: "GTF Byrd";
  src: url("fonts/Byrd-Black.woff2") format("woff2"),
       url("fonts/Byrd-Black.woff") format("woff"),
       url("fonts/Byrd-Black.eot") format("embedded-opentype"),
       url("fonts/Byrd-Black.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Work Sans";
  src: url("fonts/WorkSans-Medium.woff2") format("woff2"),
       url("fonts/WorkSans-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Work Sans";
  src: url("fonts/WorkSans-MediumItalic.woff2") format("woff2"),
       url("fonts/WorkSans-MediumItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Work Sans";
  src: url("fonts/WorkSans-Bold.woff2") format("woff2"),
       url("fonts/WorkSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Work Sans";
  src: url("fonts/WorkSans-BoldItalic.woff2") format("woff2"),
       url("fonts/WorkSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "JetBrainsMono";
  src: url("fonts/JetBrainsMono-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "JetBrainsMono";
  src: url("fonts/JetBrainsMono-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: var(--deep-purple);
	font-family: "Work Sans", Helvetica, Arial, sans-serif;
	font-feature-settings: 'salt';
	font-weight: normal;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.4;
}

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

h1 {
	font-family: "GTF Byrd";
	font-size: 2.875em;
	line-height: 1.1;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-top: 0;
}

h2 {
	font-family: "GTF Byrd";
	line-height: 1.1;
	text-align: center;
	margin-top: 0;
}

h3 {
	text-align: center;
	font-weight: normal;
	font-style: italic;
	font-size: 1.25rem;
}

h4 {
	text-align: center;
	font-weight: normal;
	font-style: normal;
	font-size: 1.25rem;
	font-variant-caps: all-small-caps;
}

p {
	font-size: 1.25em;
	margin-bottom: 1.5em;
}

p + h1,
p + h2,
p + h3,
p + h4 {
	padding-top: 2.5rem;
}

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

blockquote {
	margin: 0 1.5em;
}

blockquote p:last-of-type {
	margin-bottom: 0.75em;
}

address {
	margin: 0;
	font-style: normal;
}

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

hr {
	background-color: var(--deep-purple);
	border: 0;
	height: 1px;
	margin: 1em 0;
}

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

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

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;
	width: 100%;
	max-width: 100%;
}

figure {
	margin: 1em 0;
	/*padding: 2.5rem 0;*/
	/*width: 51rem;*/
	width: 100%;
	max-width: 100vw;
  margin-left: -8rem;
}

.event-desc figure {
	margin-left: 0;
}

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

.wp-block-image figcaption {
	font-family: 'JetBrainsMono';
	font-size: 0.9rem;
	line-height: 1.45em;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

video:focus {
	outline: 0;
}

/* Links
--------------------------------------------- */
a {
	transition: 0.25s;
  -webkit-transition: all 0.25s ease;
	color: var(--deep-purple);
	text-decoration: none;
}

a:visited {
	color: var(--deep-purple);
}

a:hover,
a:focus,
a:active {
	color: var(--deep-purple);
}

a:focus {
/*	outline: thin dotted;*/
	outline: 0;
}

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

.entry-content p a {
	text-decoration: underline;
}

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

#site-navigation button {
	font-family: "GTF Byrd";
	letter-spacing: 0.02em;
	line-height: 1;
	border: 0;
	background: transparent;
	color: var(--off-white);
	padding: 0;
}

#site-navigation button:focus {
	outline: 0;
}

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

::placeholder {
  color: var(--deep-purple);
  opacity: 0.6;
}

input[type="email"] {
	color: var(--deep-purple);
	padding: 6px 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: flex;
	align-items: center;
}

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

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

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

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

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

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

.main-navigation li {
	position: relative;
	margin-left: 1.5em;
}

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

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

.main-navigation.toggled .menu-menu-1-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: var(--deep-purple);
	text-align: center;
	font-size: 10vw;
	padding-top: 4em;
}

.main-navigation.toggled li {
	margin-left: 0;
	margin-bottom: 0.35em;
}

.menu-close {
	position: fixed;
	z-index: 9999;
	top: 2em;
	right: 2em;
	width: 3em;
	height: 3em;
	cursor: pointer;
	display: none;
}

.menu-close.visible {
	display: block;
}

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		justify-content: flex-end;
	}
}

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

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

.post,
.page {
	margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

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

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

/*--------------------------------------------------------------
# BFHSS STYLE BEGIN
--------------------------------------------------------------*/

/* Global */

.svg-filters {
  height: 0;
  left: -9999em;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 0;
}

.duotone_target_lavender {
  filter: url('#duotone_source_lavender');
}

.duotone_target_deep-purple {
  filter: url('#duotone_source_deep-purple');
}

.center-cropped {
	object-fit: cover;
/*  object-fit: none;*/ /* Do not scale the image */
  object-position: center; /* Center the image within the element */
  width: 100vw;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

article .center-cropped img,
#next-post .center-cropped img {
  min-height: 100%;
  min-width: 100%;
}

article .center-cropped,
#next-post .center-cropped {
  max-height: 50vw;
  height: 50vh;
}

#primary {
	margin-top: 4em;
	min-height: 100vh;
}

.entry-header {
	padding-top: 7em;
}

/* .entry-header.secondHeader {
	padding-top: 3em;
} */

.header-dots {
	text-align: center;
	float: left;
	width: calc((100vw - 67rem)/2);
	position: relative;
	top: 6.2em;
}

.header-dots h1 {
	color: var(--lavender);
}

#page-introduction {
	padding-bottom: 7em;
}

.twoCol p:first-of-type {
	margin-top: 0;
}

.event-desc ul,
.entry-content ul {
	font-size: 1.25em;
}

.event-desc li,
.entry-content li {
	margin-bottom: 1em;
}

/* Header */

#masthead {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 99;
	background-color: var(--deep-purple);
	font-family: "GTF Byrd";
	padding: 1em 1.5em;
	letter-spacing: 0.02em;
	line-height: 1;
	display: flex;
	justify-content: space-between;
  -webkit-box-shadow: 0px 5px 20px 2px rgba(0,0,0,0.25);
	        box-shadow: 0px 5px 20px 2px rgba(0,0,0,0.25);
}

#masthead a {
	color: var(--off-white);
}

#masthead a:hover,
#masthead a:focus,
#masthead a:active {
	color: var(--lavender);
}

#masthead li.current-menu-item a {
  color: var(--lavender);
}

.site-title {
	display: inline-block;
}

.site-title a {
	display: inline-block;
	width: 12.5rem;
	height: auto;
}

.site-title a img {
	width: 100%;
	height: auto;
}

/* Footer */

footer {
	width: 100%;
	color: var(--off-white);
	background-color: var(--deep-purple);
	font-family: "GTF Byrd";
	padding: 3em 1.5em;
	letter-spacing: 0.02em;
	border-top: 1px solid var(--off-white);
}

footer a,
footer a:visited {
	color: var(--off-white);
}

footer#colophon {
	display: flex;
}

footer .site-info {
	width: 25%;
}

footer .site-details {
	width: 75%;
	display: flex;
}

.footer-column {
	width: 50%;
}

.footer-column.first {
	margin-right: 3rem;
}

.footer-header {
	display: block;
	border-top: 1px solid var(--off-white);
	padding-top: 0.25em;
	margin-bottom: 1em;
}

footer p {
	font-size: 1rem;
	margin: 0;
}

footer a:hover,
footer a:active,
footer a:focus {
	color: var(--lavender);
}

footer #main-logo {
	width: 33%;
	margin-bottom: 2em;
}

footer #additional-logos img {
	float: left;
	width: 20%;
	padding: 0 2vw 2vw 0;
}

/* Home */

#home-banner {
	position: relative;
	overflow: hidden;
}

#home-banner img {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	width: 100%;
}

#home-banner .center-cropped {
	background: transparent;
}

#intro-text {
	padding: 4em 0;
	font-size: 1.625em;
	line-height: 1.25;
	margin: 0 auto;
}

.embed-section {
	padding: 0 !important;
}

.intro-embed #intro-text {
	padding: 2em 0;
}

.intro-embed {
	padding-top: 1em;
	padding-bottom: 2em;
}

.intro-embed iframe {
	width: 100%;
}

#home-events {
	background-color: var(--deep-purple);
	height: 100vh;
}

#home-video {
	width: 100%;
	padding: 8rem 0;
  background: linear-gradient(
    to right,
    var(--lavender) 0%,
    var(--lavender) 66.66%,
    var(--off-white) 66.66%,
    var(--off-white) 100%
  );
}

#video-title {
	font-family: "GTF Byrd";
	font-size: 2.25em;
	line-height: 1.1;
	margin-top: 0;
	float: left;
	width: 35%;
	padding-right: 1em;
}

#video-wrapper {
	width: 65%;
	float: right;
}

#video-wrapper video {
	cursor: pointer;
	width: 100%;
}

#video-wrapper .caption {
	padding-top: 1em;
}

#three-quarter-bg {
	height: 100vh;
	position: relative;
	width: 66.66%;
	background-color: var(--lavender);
}

#home-featured-post {
	background-color: var(--deep-purple);
	color: var(--off-white);
	display: flex;
	min-height: 50vw;
}

#home-featured-post.no-video-class {
	background-color: var(--lavender);
	color: var(--deep-purple);
	display: flex;
	min-height: 50vw;
}

#home-featured-post.no-video-class .featured-details a.featured-link {
	color: var(--off-white);
}

/* Video.js */

.vjs-big-play-button {
	background-color: transparent !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background-image: url('https://blackfeministhealth.com/wp-content/themes/bfhss/assets/play-button.png') !important;
  background-repeat: no-repeat !important;
  background-size: 90px !important;
  background-position: 50% calc(50% - 10px) !important;
	border: none !important;
}

.vjs-big-play-button .vjs-icon-placeholder:before {
	content: "" !important;
}

.bfhss-video.video-js {
  color: var(--lavender) !important;
}

.bfhss-video.vjs-volume-level,
.bfhss-video .vjs-play-progress,
.bfhss-video .vjs-slider-bar {
  background: var(--orange) !important;
}

.video-js .vjs-play-progress:before {
	font-size: 1.5em !important;
}

/* .video-js .vjs-control-bar {
	background-color: transparent !important;
} */

/* End Video.js */

.featured-wrapper {
	padding: 4rem 5rem 4rem 3rem;
}

.featured-image,
.featured-details {
	flex: 1 1 0px;
}

.square-cropped {
  object-fit: none; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
  height: 100%;
  width: 100%;
}

a.featured-link,
a.featured-link:visited,
a.featured-link:hover {
	color: var(--lavender);
}

a.featured-link:focus {
	color: var(--lavender-focus);
}

.featured-details h2 {
	text-align: left;
}

.featured-excerpt {
	margin-bottom: 3em;
}

#home-twitter {
	min-height: 50vh;
	background-color: var(--off-white);
	padding: 3rem 0;
}

#twitter-header {
	margin-bottom: -1.25rem;
}

#ctf {
	margin: 0 auto;
	max-width: 45em;
	text-align: center;
}

.ctf-item {
	text-align: left;
	background-color: #ffffff;
	border-radius: 2rem;
	padding: 2rem !important;
	margin-bottom: 2rem;
}

#ctf .ctf-author-name {
	font-size: 1rem !important;
	line-height: 1.1;
}

.ctf-author-screenname,
.ctf-screename-sep,
.ctf-tweet-meta {
	font-family: "JetBrainsMono";
	font-size: 0.9rem !important;
}

#ctf p.ctf-media-link,
#ctf p.ctf-tweet-text {
  font-size: 1rem !important;
}

#ctf a#ctf-more,
#ctf a#ctf-more:visited {
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	font-family: 'JetBrainsMono';
	line-height: 1;
	color: var(--off-white);
	background-color: var(--orange);
	border: 0;
	border-radius: 0.35em;
	padding: 1.5em 3em;
	width: auto;
}

#ctf a#ctf-more:active,
#ctf a#ctf-more:hover {
	background-color: var(--orange-focus) !important;
}

/* News */

ul#category-filters {
	margin: 0 auto;
	margin-bottom: 1rem;
	display: flex;
	flex-wrap: wrap;
}

ul#category-filters li {
	margin-right: 1em;
	padding-bottom: 2em;
}

ul#category-filters li a {
	border: 1px solid var(--orange);
	border-radius: 0.5em;
	padding: 0.5em 1em;
	white-space: nowrap;
}

ul#category-filters li a,
ul#category-filters li a:visited {
	color: var(--orange);
}

ul#category-filters li a:hover,
ul#category-filters li a:active,
ul#category-filters li a:focus {
	color: var(--off-white);
	background-color: var(--orange)
}

ul#category-filters li.current-cat a {
	background-color: var(--orange);
}

ul#category-filters li.current-cat a {
	color: var(--off-white);
}

#news-posts {
	margin-bottom: 10em;
}

#news-posts li {
	margin-bottom: 5rem;
}

#news-posts .center-cropped,
#next-post .center-cropped {
  max-height: 50vw;
  height: 50vh;
  margin-bottom: 1rem;
}

.post-preview {
	width: 100%;
	max-width: 45rem;
	margin: 0 auto;
}

.post-preview-meta {
	font-family: "JetBrainsMono";
}

a.post-preview-title:focus {
	color: var(--lavender);
}

.post-preview-meta address {
	display: inline;
}

.post-preview-title {
	font-family: "GTF Byrd";
	font-size: 2.25em;
	line-height: 1.1;
	margin-top: 0;
}

.pagination {
	font-family: "GTF Byrd";
	font-size: 2.25em;
	line-height: 1.1;
	margin-top: 0;
	margin-bottom: 10rem;
	padding-top: 1rem;
	width: 100%;
	text-align: center;
}

.pagination:empty {
	display: none;
}

.pagination .current {
	color: var(--lavender);
}

/* Single Post */

#post-header {
	width: 100%;
	float: left;
}

.single .header-dots {
	top: 0.7em;
}

.single .entry-header {
	padding-top: 1.25em;
	float: left;
}

.entry-title {
	font-family: "GTF Byrd";
	font-size: 2.875em;
	line-height: 1.1;
	margin-top: 0;
}

.entry-content {
	width: 100%;
	max-width: 45rem;
	margin: 0 auto;
	margin-bottom: 7em;
	clear: both;
}

.entry-meta {
	clear: both;
	float: left;
	height: 0;
	width: 16rem;
	margin-top: 5rem;
	padding-right: 3rem;
	margin-left: calc((100vw - 67rem)/2);
	line-height: 1em;
}

.entry-meta ul {
	position: relative;
	list-style: none;
	margin-left: 0;
}

.entry-meta ul li:before,
.entry-meta time:before,
.entry-meta address:before {
	font-family: 'GTF Byrd';
	font-size: 2em;
	content: ".";
	position: relative;
	left: -0.25em;
	top: -0.075em;
	color: var(--lavender);
}

.entry-meta a:hover {
	color: var(--lavender);
}

#next-post {
	margin-bottom: 7em;
}

#share-buttons {
	margin: 0 auto;
	margin-bottom: 1rem;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	color: var(--orange);
	justify-content: center;
	margin-bottom: 10rem;
}

#share-buttons.event-share.alt-placement {
  display: none;
}

#share-buttons span {
	padding: 0.5em 1em;
	margin-right: 1em;
	white-space: nowrap;
}

#share-buttons.event-share span {
	padding: 0.5em 1em 0.5em 0;
}

#share-buttons a {
	border: 1px solid var(--orange);
	border-radius: 0.5em;
	padding: 0.5em 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	white-space: nowrap;
}

#share-buttons a,
#share-buttons a:visited {
	color: var(--orange);
}

#share-buttons a:hover,
#share-buttons a:active,
#share-buttons a:focus {
	color: var(--off-white);
	background-color: var(--orange)
}

/* Projects */

#upcoming-events {
	background-color: var(--deep-purple);
	padding-bottom: 5em;
}

#upcoming-events .entry-header {
	color: var(--off-white);
}

#upcoming-events .small-header a:focus {
	color: var(--lavender-focus) !important;
}

#past-events {
	background-color: var(--off-white);
	padding-bottom: 5em;
}

#past-events.no-upcoming {
	background-color: var(--deep-purple);
	padding-bottom: 5em;
}

#past-events .entry-header {
	color: var(--deep-purple);
}

#past-events.no-upcoming .entry-header {
	color: var(--off-white);
}

#past-events .small-header a:focus {
	color: var(--lavender-focus) !important;
}

#upcoming-row {
	margin-top: 7rem;
	display: flex;
	justify-content: center;
}

#upcoming-row > div {
	border-right: 1px solid var(--off-white);
}

#upcoming-row.past-row > div {
	border-right: 1px solid var(--deep-purple);
}

#upcoming-row.past-row.no-upcoming > div {
	border-right: 1px solid var(--off-white);
}

#upcoming-row > div:last-of-type {
	border: 0;
}

#upcoming-row.past-row.no-upcoming> div:last-of-type {
	border: 0;
}

#upcoming-row > div:nth-of-type(3) {
	border: 0;
}

.upcoming-item {
	width: 33.33%;
	padding: 0 2.5em;
	color: var(--off-white);
}

.upcoming-item.past-item {
	color: var(--deep-purple);
}

.upcoming-item.past-item.no-upcoming {
	color: var(--off-white);
}

/* Events "Archive" rows */

#upcoming-row {
	margin-top: 7rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.upcoming-item {
	width: 33.33%;
	padding: 0 2.5em;
	color: var(--off-white);
	margin-bottom: 6em;
}

.pagination.events-archive {
	font-family: "GTF Byrd";
	font-size: 2.25em;
	line-height: 1.1;
	margin-top: 0;
	margin-bottom: 3rem;
	padding-top: 1rem;
	width: 100%;
	text-align: center;
}

.pagination.events-archive a {
	color: var(--deep-purple);
}

.pagination.events-archive .current {
	color: var(--lavender);
}

/* End "Archive" rows */

.circle-container {
  width: 12rem;
  height: 12rem;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
}

.circle-container img {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
  object-fit: cover;
}

.upcoming-item time {
	display: block;
	text-align: center;
	margin-top: 2em;
	margin-bottom: 0.25em;
}

.upcoming-item .small-header {
	text-align: center;
}

.upcoming-item .small-header a,
.upcoming-item .small-header a:hover,
.upcoming-item .small-header a:visited,
.upcoming-item .small-header a:focus {
	color: var(--lavender);
}

.upcoming-item p {
	text-align: center;
	font-size: 1rem;
	margin-bottom: 0;
}

.event-button-row {
	padding: 4rem 0;
	text-align: center;
}

.project-section {
	padding-bottom: 7em;
}

.project-section.no-thumb {
	padding-bottom: 0;
}

.project-section.no-thumb .project-section-details {
	position: relative;
	top: -7em;
}

.project-section .withFlex {
	margin-top: 4em;
	grid-gap: 3rem;
	gap: 3rem;
}

.project-section .withFlex > div {
	flex: 1 1 0px;
}

.rounded-container {
  border-radius: 3em;
  overflow: hidden;
  line-height: 0;
}

.project-section-details p {
	margin-top: 0;
}

.project-section-details a {
	display: inline-block;
}

/* First */
.project-section:nth-child(3n+1) {
	background-color: var(--off-white);
}

/* Second */
.project-section:nth-child(3n+2) {
	background-color: var(--lavender);
}

.project-section:nth-child(3n+2) .header-dots h1 {
	color: var(--deep-purple);
}

.project-section:nth-child(3n+2) .entry-header {
	color: var(--off-white);
}

/* Third */
.project-section:nth-child(3n+3) {
	background-color: var(--deep-purple);
}

.project-section:nth-child(3n+3) .entry-header,
.project-section:nth-child(3n+3) .project-section-details {
	color: var(--off-white);
}

/* Project Single Post Template */

.single-projects #post-header {
	margin-bottom: 5em;
}

.single-projects #post-header.no-thumb  {
	margin-bottom: 2em;
	padding-top: 5.5em;
}

.single-projects .post-navigation {
	display: none;
}

#syllabus-content {
	background-color: var(--deep-purple);
	color: var(--off-white);
	margin-top: 5em;
	font-size: 1.25rem;
	padding: 7em 0;
}

#syllabus-content a,
#syllabus-content a:hover,
#syllabus-content a:visited,
#syllabus-content a:focus,
#syllabus-content a:active {
	font-family: "JetBrainsMono";
	color: var(--lavender);
	font-size: 1rem;
}

#syllabus-content h2 {
	font-size: 1.8em;
	text-align: left;
	color: var(--lavender);
}

/* Zotpress */

div.zp-Zotpress {
	margin-bottom: 6em !important;
}

.zp-Entry {
	margin-bottom: 1.25em;
}

.csl-bib-body {
	line-height: 1.4 !important;
	padding: 0 !important;
	text-indent: 0 !important;
}

.csl-bib-body:before {
	position: absolute;
	content: '';
	width: 0.25em;
	height: 0.25em;
	margin-left: -0.75em;
	margin-top: 0.6em;
	line-height: inherit;
	background: url(assets/lavender-square.png) 50% 50% no-repeat;
	list-style: none;
	padding-left: 0;
}

/* About */

.theCollective {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}

.member {
	width: 15.75rem;
	padding: 1rem;
	box-sizing: border-box;
	padding-bottom: 5em;
	cursor: pointer;
  -webkit-transition: all 0.25s ease;
	        transition: all 0.25s ease;
}

.member:hover .mem-image {
	opacity: 0.8;
  -webkit-transition: all 0.25s ease;
	        transition: all 0.25s ease;
}

/*.mem-image {
	width: 70%;
	margin: 0 auto;
	padding-bottom: 1em;
}*/

/*.mem-image img {
	border-radius: 50%;
	width: 100%;
	display: block;
}*/

.mem-image {
  width: 13rem;
  height: 13rem;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
}

.mem-image img {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.mem-name {
	font-family: "GTF Byrd", sans-serif;
	font-size: 1.25em;
	line-height: 1.2;
	padding: 0.5em 0 0.5em 0;
}

.mem-meta {
	font-weight: bold;
	font-size: 0.875em;
	line-height: 1.2;
	padding-bottom: 1em;
}

.mem-contact a {
	border-bottom: 1px solid var(--deep-purple);
}

.mem-contact a:hover {
	border-bottom: 1px solid var(--lavender);
	color: var(--lavender);
}

.member-overlay-wrapper {
	width: 80vw;
	height: 80vh;
	display: flex;
	flex-flow: column nowrap;
  justify-content: flex-flex-start;
  align-items: flex-start;
	z-index: 500;
	position: fixed;
	top: 10vh;
	left: 10vw;
	opacity: 1;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.hideFlex {
	opacity: 0;
	pointer-events: none;
}

.member-overlay-close {
	color: var(--lavender);
	font-size: 2em;
	width: 1.5em;
	height: 1.5em;
	cursor: pointer;
	align-self: flex-end;
	position: absolute;
	top: 1em;
	right: 1em;
	margin: 0;
}

.member-overlay-close img {
	width: 100%;
	height: 100%;
}

.member-overlay {
	width: 100%;
	height: 100%;
	padding: 5.5em 2em 4em 2em;
	background-color: var(--deep-purple);
	color: var(--off-white);
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
/*	align-items: center;*/
}

/*.mo-left {
	width: 25%;
	height: auto;
	align-self: flex-start;
}

.mo-left img {
	border-radius: 50%;
	width: 100%;
	display: block;
}*/

.mo-left {
  width: 13rem;
  height: 13rem;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
}

.mo-left img {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.mo-right {
	width: 75%;
	height: 100%;
	padding-left: 2em;
	display: flex;
	flex-direction: column;
}

.mor-name {
	font-family: "GTF Byrd", sans-serif;
	color: var(--lavender);
	font-size: 2.25em;
	line-height: 1.1;
	flex: 1;
}

.mor-title {
	font-size: 1.25em;
	line-height: 1.2;
	font-weight: bold;
	width: 75%;
	padding: 0.25em 0 1em 0;
	flex: 1;
}

.mor-meta {
	width: 100%;
	border-top: 1px solid var(--off-white);
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row-reverse;
	padding-top: 0.5em;
	flex: 8;
	overflow: scroll;
}

.morm-right a {
	border-bottom: 1px solid var(--deep-purple);
	color: var(--off-white);
}

.morm-right a:hover {
	border-bottom: 1px solid var(--lavender);
	color: var(--lavender);
	cursor: pointer;
}

.morm-left {
	font-size: 1.25em;
	padding: 0 2em 1em 0;
	width: 70%;
	height: 100%;
	overflow-y: scroll;
}

.morm-left p {
	font-size: 1.25rem;
	line-height: 1.4;
}

.morm-left p:first-of-type {
	margin-top: 0;
}

.morm-left:after {
	position: absolute;
	bottom: 2em;
	left: 0;
	height: 4em;
	width: 100%;
	content: "";
	background: linear-gradient(to top, rgba(29,27,40, 1) 20%, rgba(29,27,40, 0) 80% );
	pointer-events: none;
}

.morm-right {
	font-size: 1.25em;
	padding-right: 1em;
	width: 30%;
}

#bg-dim {
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: var(--lavender);
	opacity: 0.4;
	z-index: 99;
}

#bg-dim.dim-visible {
	display: block;
}

/* Contact */

.contact-links a {
	border-bottom: 1px solid var(--deep-purple);
	color: var(--deep-purple);
}

.contact-links a:hover,
.contact-links a:focus,
.contact-links a:active {
	border-bottom: 1px solid var(--lavender);
	color: var(--lavender);
	cursor: pointer;
}

#mc_embed_signup {
	margin-top: 1.5em;
	font-family: "JetBrainsMono";
}

#mc_embed_signup input[type="email"] {
	font-family: "JetBrainsMono";
	width: calc(100% - 7.5em);
	float: left;
}

#mc_embed_signup input[type="email"]:focus {
	outline: 0;
	border: 1px solid #999;
}

.mc-field-group {
	margin-top: 0.5em;
}

#mc-embedded-subscribe {
	width: 7.5em;
	float: right;
	font-family: 'JetBrainsMono';
	line-height: 1;
	color: var(--off-white);
	background-color: var(--orange);
	border: 0;
	border-radius: 0.35em;
	padding: 0.75em 1em;
	cursor: pointer;
	transition: 0.25s;
  -webkit-transition: all 0.25s ease;
}

#mc-embedded-subscribe:hover,
#mc-embedded-subscribe:focus,
#mc-embedded-subscribe:active {
	background-color: var(--orange-focus);
	outline: 0;
}

.contact-form {
	padding-top: 4em;
	padding-bottom: 4em;
}

.bfhss-contact-submit {
	border: 1px solid var(--orange) !important;
	background-color: var(--orange) !important;
  border-radius: 0.5em !important;
  padding: 1em 1.5em !important;
	color: var(--off-white) !important;
	font-family: 'JetBrainsMono' !important;
}

.wpforms-field textarea {
	resize: none;
	width: 60% !important;
	background-color: #fdfdfc !important;
}

.wpforms-field label {
	font-family: "GTF Byrd", sans-serif;
	font-size: 1.25em !important;
	padding-bottom: .5em !important;
}

/* Search overlay */

.search-overlay {
	width: 100vw;
	height: 100vh;
	background-color: var(--lavender);
	color: var(--off-white);
	position: fixed;
	z-index: 9999999999999999999999999999;
	margin-top: -4em;
	display: none;
}

.so-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.search-input {
	width: 50%;
	margin-left: 80px;
}

.searchform input {
	width: calc(100% - 80px);
	font-family: "GTF Byrd", sans-serif;
	padding: 0.5em 90px 0.5em 0.5em;
	border-radius: 0.5em;
	font-size: 2em;
	float: left;
}

.searchform input:focus {
	outline: 0;
}

.searchform input::placeholder {
  color: var(--deep-purple);
  opacity: 1;
}

.searchform input:-ms-input-placeholder {
  color: var(--deep-purple);
}

.searchform input::-ms-input-placeholder {
  color: var(--deep-purple);
}

form.searchform input[type="submit"] {
	display: none;
}

label#search-arrow {
	cursor: pointer;
	width: 60px;
	float: left;
	margin-left: -80px;
	position: relative;
	top: -4px;
}

label#search-arrow img {
	width: 100%;
}

.search-close {
	position: fixed;
	top: 2em;
	right: 2em;
	width: 3em;
	height: 3em;
	cursor: pointer;
}

label#search-arrow:hover,
.search-close:hover {
	opacity: 0.8;
}

.search-results h2,
h2.search-terms {
	text-align: left;
	margin-bottom: 0.25em;
}

#search-results-grid {
	margin-top: 7em;
	padding-bottom: 10em;
}

#search-results-grid article {
	margin-bottom: 3em;
  -webkit-column-break-inside: avoid;
            page-break-inside: avoid;
                 break-inside: avoid;
}

.search-meta.mono-small {
	color: var(--lavender);
	text-transform: uppercase;
	letter-spacing: 0.01em;
	margin-bottom: 0.25em;
}

.search-results .entry-summary {
	margin-top: 0.5em;
}

.search-results .entry-summary p {
	font-size: 1em;
}

.no-results {
	margin-top: 5em;
}

/* Single event */

.eventCol {
	padding-top: 4em;
	padding-bottom: 6em;
}

.event-meta-1 {
	padding-bottom: 4em;
	padding-top: 2em;
}

.event-meta-1 a {
	color: var(--lavender);
}

.event-meta-2 {
	padding-top: 1em;
	padding-bottom: 3em;
}

.event-share {
	color: var(--orange);
}

.event-title {
	font-family: "GTF Byrd", sans-serif;
	font-size: 2.25em;
	line-height: 1.1;
}

.event-desc {
	padding-top: 2.5em;
/*	font-size: .9em;*/
	padding-bottom: 3em;
}

.event-desc p {
	padding-bottom: 1em;
}

/* Error 404 */

.error-404 {
	padding-top: 7em;
}

/* -------------------- Mobile Style Begin -------------------- */

@media screen and (max-width: 1275px) {

/* Header dots need adjusting at this size */

:root {
  --col-full: 75vw;
}

.header-dots {
	width: calc((100vw - var(--col-full))/2);
}

#twitter-header {
	text-align: center;
	margin-bottom: 2rem;
}

.entry-meta {
	margin-left: 2em;
	width: calc(((100vw - 45rem)/2) - 2em);
}

.member {
	width: 16.75rem;
}

.mem-image {
  width: 14rem;
  height: 14rem;
}

}

@media screen and (max-width: 1150px) {

.col-full {
	padding-left: 2rem;
	padding-right: 2rem;
}

#intro-text {
	padding: 2em 0;
}

.search-input {
	width: 80%;
}

.entry-meta {
	float: none;
	height: auto;
	width: 100%;
	max-width: var(--col-full);
	margin: 0 auto;
	padding-top: 2em;
	padding-left: 3em;
}

.entry-content {
	margin-top: 2em;
}

footer .site-info {
	width: 35%;
}

.col-full.member-container {
	max-width: 100%;
	padding-left: 12.5%;
}

#upcoming-row.col-full {
	max-width: 100vw;
}

}

@media screen and (max-width: 1050px) {

.col-full.twoCol {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
}

}

@media screen and (max-width: 1000px) {

.member {
	width: 13.75rem;
	padding-bottom: 3em;
}

.mem-image {
  width: 11rem;
  height: 11rem;
}

.member-overlay-wrapper {
	width: 90vw;
	left: 5vw;
}

.mo-left {
  width: 11rem;
  height: 11rem;
  margin: 0 auto;
}

}

/* Single Column Layout */

@media screen and (max-width: 800px) {

:root {
  --col-1: 100%;
}

html {
	font-size: 0.8rem;
}

.col-full.withFlex {
	display: block;
}

.col-2 {
	max-width: 100%;
	margin-bottom: 2em;
	padding-right: 0;
}

.single-projects #post-header.no-thumb {
  padding-top: 3.5em;
}

/* Home */

#intro-text {
	padding: 4rem 2rem;
	font-size: 1.4em;
}

.intro-embed #intro-text {
	padding: 4rem 2rem;
	font-size: 1.4em;
}

.intro-embed iframe {
	padding: 2rem 2rem;
}

#home-banner img {
	max-width: none;
	width: auto;
}

.search-input {
	width: 90%;
	margin-left: 50px;
}

#home-featured-post {
  display: block;
}

.featured-wrapper {
	padding: 2rem 3rem 4rem 3rem;
}

#upcoming-row {
	/*display: none;*/ /* This is temporary!!!!! */
}

#home-twitter .col-full {
	width: 90vw;
	max-width: 90vw;
}

#video-title, #video-wrapper {
	float: none;
	width: 100%;
}

#video-title {
	padding-bottom: 1em;
}

#video-wrapper .caption {
	padding-top: 1em;
}

/* Search */

.searchform input {
	width: calc(100% - 50px);
	padding: 0.5em 80px 0.5em 0.5em;
}

label#search-arrow {
	width: 50px;
	margin-left: -70px;
	top: -3px;
}

/* Projects */

.project-section.no-thumb {
	padding-bottom: 7em;
}

.project-section.no-thumb .project-section-details {
	top: 0;
}

.project-section .rounded-container {
	margin-bottom: 2em;
}

/* Events */

.event-register {
	text-align: center;
}

#share-buttons.event-share {
  justify-content: center;
  display: none;
}

#share-buttons.event-share.alt-placement {
  display: flex;
  margin-top: 7em;
  margin-bottom: 0;
}

/* Syllabus */

#syllabus-content {
	margin-top: 2em;
	padding: 3em 0;
}

#syllabus-content .entry-content {
	padding-left: 2em;
	padding-right: 2em;
}

/* About */

.mor-meta {
	display: block;
}

.morm-left {
	width: 100%;
	padding-right: 0;
}

.morm-right {
	margin-bottom: 2em;
}

.mor-name {
	flex: 0;
}

.morm-right.mono-small.empty {
	display: none;
}

.mor-title {
	width: 100%;
}

/* Contact */

#mc-embedded-subscribe {
	padding: 0.875em 1em;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
	max-width: 100% !important;
}

.wpforms-field textarea {
	width: 100% !important;
}

.contact-links .mono-small p {
	margin-bottom: 0.5em;
}

/* Footer */

footer#colophon {
	display: block;
}

footer .site-details {
	margin-top: 3em;
  width: 100%;
}

/* Single Post */

.entry-content {
	max-width: 75vw;
	padding-left: 2em;
	padding-right: 2em;
}

}

@media screen and (max-width: 700px) {

.col-full {
	padding-left: 1em;
	padding-right: 1em;
}

#ctf a {
	white-space: pre-wrap; /* CSS3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

h1 {
	font-size: 2em;
}

.entry-header {
	padding-top: 4em;
}

.header-dots {
	top: 3.2em;
	padding-left: 1em;
}

.header-dots h1 {
	line-height: 1.3;
}

.header-dots h1 span {
	display: none;
}

.header-dots h1:after {
  content: '. .';
}

.entry-title {
  font-size: 2em;
}

.entry-meta {
	padding-left: 1.5em;
}

.entry-content {
	max-width: 75vw;
	padding-left: 1em;
	padding-right: 1em;
}

.member {
	width: 15.75rem;
	padding-left: 0;
	padding-right: 3.5vw;
}

.mem-image {
  width: 13rem;
  height: 13rem;
}

#upcoming-row {
	display: block;
}

.upcoming-item {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 6em;
}

#upcoming-row > div {
	border: 0;
}

}

@media screen and (max-width: 600px) {

footer .site-details {
  width: 100%;
  display: block;
}

.footer-column {
	width: 100%;
	margin-bottom: 3em;
}

.member-overlay {
	display: block;
	padding: 2em 2em 4em 2em;
	overflow-y: scroll;
}

.mor-meta {
	overflow: auto;
}

.mo-left {
	margin-bottom: 2em;
}

.mo-right {
	width: 100%;
	padding-left: 0;
	display: block;
}

.morm-left {
	overflow-y: hidden;
}

.morm-left:after {
	bottom: 0;
}

.member-overlay-close {
	width: 3em;
	height: 3em;
	top: 0.5em;
	right: 0.5em;
	background-color: var(--deep-purple);
	padding: 0.75em;
	border-radius: 50%;
-webkit-box-shadow: -5px 5px 15px 5px rgba(0,0,0,0.3);
box-shadow: -5px 5px 15px 5px rgba(0,0,0,0.3);
}

}

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

.search-input {
	font-size: 0.6em;
	padding: 0.5em 10px 0.5em 0.5em;
}

label#search-arrow {
	width: 30px;
	margin-left: -45px;
}

.post-preview {
	max-width: 100%;
  padding-left: 2em;
  padding-right: 2em;
}

.entry-content {
	max-width: 100vw;
}

.contact-form {
	padding-top: 2em;
}

.col-full.contact-form,
.col-full.withFlex,
.col-full.twoCol {
	max-width: 100vw;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.theCollective {
	justify-content: center;
}

.col-full.member-container {
  padding-left: 1em;
  padding-right: 1em;
}

.member {
	width: 12.75rem;
	padding-left: 1vw;
	padding-right: 1vw;
}

.mem-image {
  width: 10rem;
  height: 10rem;
}

.mo-left {
	margin: 0;
	margin-bottom: 2em;
}

.upcoming-item {
  width: 100%;
}

}

@media screen and (max-width: 400px) {

.entry-content {
	margin-bottom: 3rem;
}

#share-buttons {
	margin-bottom: 5rem;
}

#share-buttons span {
	width: 100%;
	margin-bottom: 2em;
	margin-right: 0;
}

#share-buttons a:last-of-type {
	margin-right: 0;
}

.member {
	width: 10.75rem;
	padding-left: 2vw;
	padding-right: 2vw;
}

.mem-image {
  width: 8rem;
  height: 8rem;
}

}

@media screen and (max-width: 300px) {

.member {
	width: 15.75rem;
}

.mem-image {
  width: 13rem;
  height: 13rem;
}

}

/* Random */
