/*!
Theme Name: Hope Means Nevada
Theme URI: http://underscores.me/
Author: Braintrust
Author URI: https://braintrustagency.com
Description: Custom theme for Hope Means Nevada
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: hopemeansnv
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.

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	-webkit-box-sizing: content-box;
	        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;
	-webkit-text-decoration: underline dotted;
	        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 {
	-webkit-box-sizing: border-box;
	        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"] {
	-webkit-box-sizing: border-box;
	        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 {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #5a5a5a;
	font-family: 'Nunito Sans', sans-serif;	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #410099;
	text-transform: uppercase;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

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

hr {
	background-color: #54c8e8;
	border: 0;
	height: 5px;
	margin: 1.5em 0 1.5em 0;
	width: 50px;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	border-bottom: 1px solid #54c8e8;
	color: #410099;
	text-decoration: none;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;	
} 

a:visited {
	border-bottom: 1px solid #54c8e8;
	color: #410099;
}

a:hover, a:focus, a:active {
	-webkit-box-shadow: inset 0 -22px 0 0 rgba(84, 200, 232, 0.3);
	        box-shadow: inset 0 -22px 0 0 rgba(84, 200, 232, 0.3);
	border-bottom: 1px solid #14bbe2;
	color: #410099;
}

a:focus,
input:focus {
	outline: 2px dotted #14bbe2;
}

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

.button,
.button:visited {
	background: #410099;
	border: 2px solid #410099;
	border-radius: 5px;
	color: #ffffff;
	display: inline-block;
	font-weight: 700;
	padding: 7px 20px;
}

.button:hover {
	border: 2px solid #54c8e8;
	-webkit-box-shadow: none;
	        box-shadow: none;
	color: #54c8e8;
}

.button:active,
.button:focus {
	border: 2px dashed #54c8e8;
	-webkit-box-shadow: none;
	        box-shadow: none;
	color: #54c8e8;
	outline: 0;
}

.button-alt,
.button-alt:visited {
	background: #54c8e8;
	border: 2px solid #54c8e8;
	border-radius: 5px;
	color: #410099;
	display: inline-block;
	font-weight: 700;
	padding: 7px 20px;
}

.button-alt:hover {
	background: #410099;
	border: 2px solid #54c8e8;
	-webkit-box-shadow: none;
	        box-shadow: none;
	color: #ffffff;
}

.button-alt:active,
.button-alt:focus {
	background: #410099;
	border: 2px dashed #54c8e8;
	-webkit-box-shadow: none;
	        box-shadow: none;
	color: #ffffff;
	outline: 0;
}

.back,
.more {
	font-size: 0.875em;
	text-transform: uppercase;	
}

.back:before {
	content: "‹";
}

.more:after {
	content: "›";
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-search .wp-block-search__button {
	border: 2px solid;
	border-color: #410099;
	border-radius: 5px;
	background: #410099;
	color: #ffffff;
	font-weight: 900;
	line-height: 1;
	padding: 10px 20px;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wp-block-search .wp-block-search__button:hover {
	border-color: #54c8e8;
	color: #54c8e8;
}

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,
.wp-block-search .wp-block-search__button:focus {
	border: 2px dashed #54c8e8;
}

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: rgba(89, 89, 89, 0.72);
	border: 1px solid #54c8e8;
	border-radius: 0;
	padding: 5px 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: #5a5a5a;
}

select {
	background: #ffffff;
	border: 1px solid #54c8e8;
}

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

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Site Header
--------------------------------------------- */
.utility-navigation {
	background: #54c8e8;
	padding: 8px 0;
	transition: 0.5s;
		-webkit-transition: 0.5s;
}

.scrolled .utility-navigation {
	font-size: 0.875rem;
	padding: 4px 0;
	transition: 0.5s;
		-webkit-transition: 0.5s;
}

.header-callout {
	color: #000000;
	font-weight: 600;
}

.header-callout a,
.header-callout a:visited {
	border-bottom: 1px solid transparent;
	color: #410099;
}

.header-callout a:active,
.header-callout a:focus,
.header-callout a:hover {
	border-bottom: 1px solid #000000;
	color: #000000;
}

.lang-es .utility-navigation {
    display: none;
}

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

.utility-navigation li {
	display: inline-block;
	margin-right: 20px;
}

.utility-navigation li:last-child {
	margin-right: 8px;
}

.utility-navigation .menu-utility-nav-container a,
.utility-navigation .menu-utility-nav-container a:visited {
	border: 1px solid #410099;
	color: #410099;
	line-height: 30px;
	padding: 3px 15px;
	text-decoration: none;
	text-transform: uppercase;
}

.utility-navigation .menu-utility-nav-container a:active,
.utility-navigation .menu-utility-nav-container a:focus,
.utility-navigation .menu-utility-nav-container a:hover {
	background: #410099;
	border: 1px solid #410099;
	color: #ffffff;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.site-header {
	background: #410099;
	position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 500;
	-o-transition: 0.25s;
	transition: 0.25s;
		-webkit-transition: 0.25s;
}

.lang-es .site-header {
    top: 0;
}

.scrolled .site-header {
	top: 0;
	-o-transition: 0.25s;
	transition: 0.25s;
		-webkit-transition: 0.25s;
}

.site-branding {
	padding-top: 10px;
	padding-bottom: 10px;
	transition: 0.5s;
		-webkit-transition: 0.5s;
}

.site-branding svg {
	height: 55px;
	transition: 0.5s;
		-webkit-transition: 0.5s;
	vertical-align: middle;
}

.site-branding a,
.site-branding a:active,
.site-branding a:focus,
.site-branding a:hover,
.site-branding a:visited {
	border: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.scrolled .site-branding {
	padding-top: 4px;
	padding-bottom: 6px;
	transition: 0.5s;
		-webkit-transition: 0.5s;
}

.scrolled .site-branding svg {
	height: 45px;
	transition: 0.5s;
		-webkit-transition: 0.5s;
}

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

.main-navigation ul ul {
	background: #410099;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	padding-bottom: 5px;
	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 ul li:last-child:hover > ul,
.main-navigation ul li:last-child.focus > ul {
	right: 0;
}

.main-navigation li {
	margin-left: 20px;
	position: relative;
}

.main-navigation a,
.main-navigation a:visited {
	border-bottom: 1px solid transparent;
	color: #ffffff;
	display: block;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.main-navigation a:active,
.main-navigation a:focus,
.main-navigation a:hover {
	border-bottom: 1px solid #ffffff;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.main-navigation .menu-button a {
	border: 1px solid #ffffff;
	border-radius: 5px;
}

.main-navigation .menu-button a:active,
.main-navigation .menu-button a:focus,
.main-navigation .menu-button a:hover {
	background: #14bbe2;
	color: #410099;
	border-color: #14bbe2;
}

.main-navigation .sub-menu li {
	margin-left: 0;
}

.main-navigation a ~ .sub-menu a,
.main-navigation a:visited ~ .sub-menu a,
.main-navigation a:active ~ .sub-menu a,
.main-navigation a:focus ~ .sub-menu a,
.main-navigation a:hover ~ .sub-menu a {
	border-bottom: 0;
}

.main-navigation .sub-menu a,
.main-navigation .sub-menu a:visited {
	border-bottom: 0;
	text-transform: none;
}

.main-navigation .sub-menu a:active,
.main-navigation .sub-menu a:focus,
.main-navigation .sub-menu a:hover {
	border-bottom: 0;
	text-decoration: underline;
}

.scrolled .main-navigation {
	font-size: 0.875rem;
	transition: 0.5s;
		-webkit-transition: 0.5s;
}

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

.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after,
.hamburger.is-active .hamburger-inner, 
.hamburger.is-active .hamburger-inner::before, 
.hamburger.is-active .hamburger-inner::after {
	background-color: #ffffff;
}

@media screen and (min-width: 900px) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.main-navigation ul ul {
		display: block;
	}
	
	.mobile-menu-utility {
		display: none;
	}
}

@media screen and (max-width: 1200px) {
	.main-navigation a,
	.main-navigation a:visited {
		padding: 2px 5px;
	}
	
	.main-navigation li {
		margin-left: 15px;
	}
}


@media screen and (max-width: 899px) {
	.menu-main-nav-container {
		background: #410099;
		-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		position: absolute;
			top: 112px;
			left: 0;
			right: 0;
			z-index: 100;
	}
	
	.scrolled .menu-main-nav-container {
		top: 84px;
	}
	
	.toggled .menu-main-nav-container {
		padding-top: 5px;
		padding-bottom: 15px;		
	}
	
	.main-navigation li {
		margin-left: 0;
		padding: 5px;
	}
	
	.main-navigation a {
		border-bottom: 0;
		display: block;
		text-align: left;
	}
	
	.main-navigation .menu-button a {
		text-align: center;
	}
	
	.main-navigation a:active,
	.main-navigation a:focus,
	.main-navigation a:hover {
		border-bottom: 0;
	}
	
	.menu-toggle {
		padding-top: 10px;
		padding-bottom: 5px;
	}
	
	.main-navigation ul ul {
		-webkit-box-shadow: none;
		        box-shadow: none;
		float: none;
		padding-bottom: 0;
		position: relative;
			top: auto;
			left: auto;
	}
	
	.main-navigation .sub-menu li {
		padding: 0 0 0 30px;
	}
	
	.main-navigation ul ul a {
		text-decoration: none !important;
	    width: auto;
	}
	
	.menu-button {
		display: block;
		width: 100%;
	}
	
	.main-navigation .menu-button a {
		display: inline-block;
	}
	
	.mobile-menu-utility {
		display: block;
	}
	
	.utility-navigation .menu-utility-nav-container {
		display: none;
	}
	
	.utility-navigation .inner.flex-container {
		justify-content: center;
	}
	
	.header-callout {
		font-size: 0.875rem;
	}
}

@media screen and (max-width: 440px) {
	.header-callout {
		font-size: 0.75rem;
	}
	
	.menu-main-nav-container {
		top: 109px;
	}
}

.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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 50%;
	        flex: 1 0 50%;
}

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-columns-9 {
	-ms-grid-columns: (1fr)[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);
	-webkit-clip-path: inset(50%);
	        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;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        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;
}

@media screen and (max-width: 640px) {
	.alignright,
	.alignleft {
		display: block;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
}

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	width: 1230px;
}

.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-justify {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-valign {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

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

.text-right {
	text-align: right;
}

.background-blue {
	background: #54c8e8;
	color: #410099;
}

.background-blue h1,
.background-blue h2,
.background-blue h3,
.background-blue h4,
.background-blue h5,
.background-blue h6,
.background-blue a:not(.button),
.background-blue a:not(.button):active,
.background-blue a:not(.button):focus,
.background-blue a:not(.button):hover,
.background-blue a:not(.button):visited {
	color: #410099;
}

.background-purple {
	background: #410099;
	color: #ffffff;
}

.background-purple h1,
.background-purple h2,
.background-purple h3,
.background-purple h4,
.background-purple h5,
.background-purple h6,
.background-purple a:not(.button),
.background-purple a:not(.button):active,
.background-purple a:not(.button):focus,
.background-purple a:not(.button):hover,
.background-purple a:not(.button):visited {
	color: #ffffff;
}

.background-light_blue {
	background: rgba(84, 200, 232, 0.15);
}

.background-light_purple {
	background: rgba(65, 0, 153, 0.15);
}

.hotline-callout h2,
.hotline-callout h3 {
	font-weight: 900;
}

.hotline-callout h3 {
	margin-bottom: 0;
}

.search-submit {
	padding: 8px 20px !important;
}

.not-found {
	margin-bottom: 150px;
}

.video-link-image {
	border-bottom: 0;
	display: block;
	position: relative;
}

.video-link-image:active,
.video-link-image:focus,
.video-link-image:hover {
	border-bottom: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.video-link-image:before {
	background: transparent url('/wp-content/themes/hopemeansnv/assets/play-circle-o.png') no-repeat center center;
	background-size: contain;
	content: "";
	display: block;
	height: 150px;
	position: absolute;
		top: 50%;
		left: 50%;
		z-index: 2;
	-ms-transform: translateY(-50%) translateX(-50%);
	    transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
	width: 150px;
}

.video-link-image:hover:before {
	opacity: 0.75;
}

.wp-video {
	margin: 0 auto;
}

.anchor {
    height: 0;
    position: relative;
    	top: -100px;
    visibility: hidden;
}

.morphext > .animated {
    display: inline-block;
}

.home-bottom-swap .wordswap span {
	font-weight: 900;
}

@media screen and (max-width: 840px) {
	.video-link-image:before {
		height: 100px;
		width: 100px;
	}
}

@media screen and (max-width: 640px) {
	.map-icon {
		display: inline-block;
		margin-right: -4.5px;
		margin-bottom: 0;
		vertical-align: top;
		width: 30px;
	}
	
	.map-icon + span {
		display: inline-block;
		line-height: 1.2;
		margin-right: -4.5px;
		padding-left: 15px;
		vertical-align: top;
		width: calc(100% - 30px);
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	color: #410099;
}

/* Footer Nav
--------------------------------------------- */
.footer-navigation {
	margin: 1rem 0 0 0;
}

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

.footer-navigation li {
	display: block;
	margin-bottom: 6px;
}

/* Footer Columns
--------------------------------------------- */
.footer-columns {
	padding-top: 34px;
}

.footer-left,
.footer-right {
	flex-basis: calc(50% - 20px);
}

.footer-right h3 {
	margin: 0;
}

.footer-right p {
	margin-bottom: 0;
}

.footer-logo {
	float: left;
	margin-right: 1.5rem;
	margin-bottom: 1rem;
}

.footer-logo a,
.footer-logo a:active,
.footer-logo a:focus,
.footer-logo a:hover,
.footer-logo a:visited {
	border: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.footer-logo svg {
	height: 55px;
}

.social-icon-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social-icon-list li {
	display: inline-block;
}

.social-icon-list a, 
.social-icon-list a:visited {
    border: 0;
    border-radius: 50%;
    display: block;
    height: 40px;
    line-height: 1;
    padding: 10px 5px 5px 5px;
    text-align: center;
    width: 40px;
}

.social-icon-list a:active,
.social-icon-list a:focus,
.social-icon-list a:hover {
	background: rgba(84, 200, 232, 0.3);
	-webkit-box-shadow: none;
	        box-shadow: none;
}

@media screen and (max-width: 899px) {
	.footer-columns .flex-container {
	    display: block;
	}
	
	.footer-left {
		margin-bottom: 34px;
		text-align: center;
	}
}

@media screen and (max-width: 640px) {	
	.footer-right h3 {
		text-align: center;
	}
}

/* Footer Disclaimer
--------------------------------------------- */
.footer-disclaimer {
	padding-bottom: 34px;
}

.footer-disclaimer .inner {
	border-top: 1px solid rgba(65, 0, 153, 0.25);
	padding-top: 34px;
}

.footer-disclaimer p {
	font-size: 0.875em;
	margin-top: 0;
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.hero {
	margin-top: 100px;
	position: relative;
}

.hero:before,
.hero-slide:before {
	background: -o-linear-gradient(left,#410099 0,rgba(65,0,153,0));
	background: -webkit-gradient(linear,left top, right top,color-stop(0, #410099),to(rgba(65,0,153,0)));
	background: linear-gradient(90deg,#410099 0,rgba(65,0,153,0));
	content: "";
	display: block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#410099",endColorstr="#00000000",GradientType=0);
	height: 100%;
	overflow: none;
	position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
	width: 62%;
}

.hero.hide-purple-tint:before,
.hero.hide-purple-tint .hero-slide:before {
	display: none;
}

.hero .inner {
	position: relative;
		top: 50%;
		z-index: 1;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.hero-content-only .inner,
.fake-hero .inner {
	top: auto;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
}

.hero-content-only {
    background: rgba(84, 200, 232, 0.15);
    margin-bottom: 70px;
    padding-top: 100px;
    padding-bottom: 75px;
}

.hero-content-only h1,
.hero-content-only h2 {
	font-weight: 900;
}

.hero-content-only h1 strong,
.hero-content-only h2 strong {
	-webkit-box-shadow: inset 0 -22px 0 0 rgba(84, 200, 232, 0.3);
	box-shadow: inset 0 -22px 0 0 rgba(84, 200, 232, 0.3);
}

.hero-image h1,
.hero-image h2,
.hero-video h1,
.hero-video h2,
.hero-slider h1,
.hero-slider h2,
.hero-image a:not(.button-alt),
.hero-image a:not(.button-alt):visited,
.hero-video a:not(.button-alt),
.hero-video a:not(.button-alt):visited,
.hero-slider a:not(.button-alt),
.hero-slider a:not(.button-alt):visited {
	color: #ffffff;
	font-weight: 900;
	line-height: 1;
	max-width: 450px;
}

.hero-image h1 strong,
.hero-image h2 strong,
.hero-video h1 strong,
.hero-video h2 strong,
.hero-slider h1 strong,
.hero-slider h2 strong {
	color: #54c8e8;
}

.hero h1 {
	font-size: 3em;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 0;
}

.fake-hero:before,
.hero-content-only:before,
.hero-slider:before {
	display: none;
}

.hero-image {
	background-position: center center;
	background-size: cover;
}

.hero-image-short {
	height: 400px;
}

.hero-image-tall_image,
.hero-slide {
	height: 600px;	
}

.hero-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fake-hero {
	margin-top: 75px;
}

.hero-video {
    background-position: center center;
    height: 600px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.hero-video video {
	height: auto;
	min-height: 100%;
	min-width: 100%;
	overflow: hidden;
	position: absolute;
		bottom: 25%;
		left: 50%;
		z-index: -1;
	-ms-transform: translateX(-50%) translateY(25%);
	    transform: translateX(-50%) translateY(25%);
		-webkit-transform: translateX(-50%) translateY(25%);
	width: auto;
}

.owl-dots {
	position: absolute;
		bottom: 15px;
		left: 0;
		right: 0;
	text-align: center;
}

.owl-carousel button.owl-dot {
	background: #ffffff;
	border-radius: 0;
	display: inline-block;
	height: 20px;
	margin-right: 15px;
	width: 20px;
}

.owl-carousel button.owl-dot:last-child {
	margin-right: 0;
}

.owl-carousel button.owl-dot.active {
	background: #54c8e8;
}

.no-hero-page {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media screen and (max-width: 899px) {
	.hero {
		margin-top: 90px;
	}
	
	.hero-content-only,
	.no-hero-page {
		padding-top: 90px;
	}
}

@media screen and (max-width: 640px) {
	.hero h1 {
		font-size: 2.5em;
	}
	
	.hero:before,
	.hero-slide:before {
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.hero-image h1,
	.hero-image h2,
	.hero-video h1,
	.hero-video h2,
	.hero-slider h1,
	.hero-slider h2,
	.hero-image a:not(.button-alt),
	.hero-image a:not(.button-alt):visited,
	.hero-video a:not(.button-alt),
	.hero-video a:not(.button-alt):visited,
	.hero-slider a:not(.button-alt),
	.hero-slider a:not(.button-alt):visited {
		max-width: 100%;
	}
}

/*--------------------------------------------------------------
# Single Team Member Post
--------------------------------------------------------------*/
.team-post-image {
	-ms-flex-preferred-size: 33.3%;
	    flex-basis: 33.3%;
}

.team-post-content {
	-ms-flex-preferred-size: 66.6%;
	    flex-basis: 66.6%;
	padding-left: 50px;
}

.team-post-content h1 {
	font-weight: 900;
}

.team-post-content h2 {
	line-height: 1;
	margin: 0 0 0.5em 0;
	text-transform: none;
}

.team-post-content p {
	font-size: 1.1em;
}

.team-thumbnail {
	border: 4px solid #410099;
	border-radius: 50%;
}

.team-thumbnail img {
	border-radius: 50%;
	vertical-align: middle;
	width: 100%;
}

@media screen and (max-width: 1130px) {
	.team-post-content p {
		font-size: 1em;
	}
}

@media screen and (max-width: 900px) {
	.team-post-container {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	
	.team-post-image {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
	
	.team-post-content {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		padding-left: 0;
	}
	
	.team-thumbnail {
		margin: 0 auto 1.5em auto;
		max-width: 100%;
	}
}

/*--------------------------------------------------------------
# Page Builder
--------------------------------------------------------------*/
.page-builder-container {
	margin-bottom: 0;
}

/* Plain Content w/ pc_mode == 'content_only'
--------------------------------------------- */
.section-content {
	padding-top: 50px;
	padding-bottom: 50px;
}

.section.remove-top-padding {
	padding-top: 0;
}

.section.remove-bottom-padding {
	padding-bottom: 0;
}

.section.double-top-padding {
	padding-top: 100px;
}

.section.double-bottom-padding {
	padding-bottom: 100px;
}

.section-content-narrow-width .has-background {
	padding: 50px;
}

.section-content-narrow-width .has-background.inner {
	width: 1100px;
}

.section-title {
	margin-top: 0;
}

.section-content p,
.section-content ul,
.section-content ol {
	font-size: 1.25rem;
}

.home-page-hero-video {
	padding-top: 25px;
}

.home-page-hero-video .flex-valign {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.home-page-hero-video .section-content-image {
	position: relative;
}

.home-page-hero-video .section-content-image .video-link-image {
    position: absolute;
    	top: -100px;
}

@media screen and (max-width: 1130px) {
	.section-content p,
	.section-content ul,
	.section-content ol {
		font-size: 1em;
	}
}

@media screen and (max-width: 840px) {
	.home-page-hero-video {
		margin-bottom: 100px;
	}
	.home-page-hero-video .section-content-image {
		text-align: center;
	}
	.home-page-hero-video .section-content-image .video-link-image {
		position: relative;
			top: auto;
	}
}

/* Plain Content w/ pc_mode == 'accent_left/right'
--------------------------------------------- */
.section-content-image img {
	vertical-align: middle;
}

.section-content-content,
.section-content-image {
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
}

.accent_left .section-content-content {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

.accent_left .section-content-image {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

.section-content-remove-padding {
	padding-top: 0;
	padding-bottom: 0;
}

.accent_right .section-content-content {
	padding-right: 50px;
	padding-left: calc(50% - 550px);
}

.accent_left .section-content-content {
	padding-left: 50px;
	padding-right: calc(50% - 550px);
}

@media screen and (max-width: 1130px) {
	.accent_right .section-content-content {
		padding-left: 15px;
	}
	
	.accent_left .section-content-content {
		padding-right: 15px;
	}
}

@media screen and (max-width: 1024px) {
	.section-content-remove-padding {
		margin-top: 0;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 840px) {
	.section-content-flex {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	
	.section-content-content,
	.section-content-image {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
	
	.accent_right .section-content-content {
		padding-right: 15px;
	}
	
	.accent_left .section-content-content {
		padding-left: 15px;
	}
	
	.section-content-image {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.inner .section-content-image,
	.inner .section-content-content {
		padding-right: 0;
		padding-left: 0;
	}
	
	.accent_left .section-content-content {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	
	.accent_left .section-content-image {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
}

/* Three-Column Cards
--------------------------------------------- */
.section-title {
	font-size: 2.5em;
	font-weight: 900;
	margin-bottom: 0.25em;
	text-align: center;
}

.section-cards {
	padding-top: 50px;
	padding-bottom: 50px;
}

.section-cards .inner {
	width: 1170px;
}

.flex-cards {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.flex-card {
	-ms-flex-item-align: stretch;
	    -ms-grid-row-align: stretch;
	    align-self: stretch;
	-ms-flex-preferred-size: 33.3%;
	    flex-basis: 33.3%;
	width: 33.3%;
}

.flex-cards-two-column .flex-card {
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	width: 50%;
}

.flex-card-padding {
	height: 100%;
	padding: 20px;
}

.flex-card-border {
	background: #fafafa;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	height: 100%;
	padding: 20px;
}

.flex-card h1,
.flex-card h2,
.flex-card h3,
.flex-card h4,
.flex-card h5,
.flex-card h6 {
	color: #410099;
	margin-top: 0;
}

.flex-card p {
	color: #5a5a5a;
	margin-top: 0;
}

.text-color-purple .flex-card p,
.text-color-purple .flex-card ul,
.text-color-purple .flex-card ol {
	color: #410099;
}

.flex-card a:not(.button),
.flex-card a:not(.button):active,
.flex-card a:not(.button):focus,
.flex-card a:not(.button):hover,
.flex-card a:not(.button):visited {
	color: #410099;
}

.flex-card p:last-child {
	margin-bottom: 0;
}

/* embedded video */
.flex-card .wp-video {
	margin: 0 auto;
}

/* youtube video */
.flex-card iframe {
	display: block;
/*     height: auto; */
    margin: 0 auto;
    min-height: 228px;
    min-width: 0 !important;
}

@media screen and (max-width: 1024px) {
	.flex-card {
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
		width: 50%;
	}
	
	.flex-card-padding {
		padding: 10px;
	}
}

@media screen and (max-width: 800px) {
	.flex-card {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		width: 100%;
	}
	
	.flex-card-padding {
		padding: 10px 0;
	}
	
	.section-title {
		font-size: 1.5em;
	}
}


/* Team Content Block
--------------------------------------------- */
.section-team {
	padding-top: 50px;
	padding-bottom: 50px;
}

.section-team-flex {
	justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 25px;
	margin-left: -1%;
	margin-right: -1%;
}

.team-card {
	text-align: center;
}

.team-card-headshots {
	-ms-flex-preferred-size: 18%;
	    flex-basis: 18%;
	margin-bottom: 50px;
	margin-left: 1%;
	margin-right: 1%;
}

.team-card-text_only {
	-ms-flex-preferred-size: 48%;
	    flex-basis: 48%;
}

.team-card h3 {
	font-size: 1.1em;
}

.team-card p {
	color: #5a5a5a;
	font-size: 1em;
	line-height: 1;
	margin: 0 0 0.5em 0;
}

.team-card a:focus {
	border: 0;
	outline: 0;
}

.team-card .team-thumbnail {
	background: #54c8e8;
}

.team-card a:hover .team-thumbnail {
    border-color: #54c8e8;
}

.team-card a:hover .team-thumbnail img {
	opacity: 0.85;
}

.team-card-text_only {
	padding: 0 25px 25px 25px;
}

@media screen and (max-width: 1200px) {
	.section-team-flex {
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (max-width: 1024px) {
	.team-card-headshots {
		-ms-flex-preferred-size: 23%;
		    flex-basis: 23%;
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 800px) {
	.team-card-headshots {
		-ms-flex-preferred-size: 31%;
		    flex-basis: 31%;
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 640px) {
	.team-card-text_only {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
	.team-card-headshots {
		-ms-flex-preferred-size: 48%;
		    flex-basis: 48%;
		margin-bottom: 50px;
	}
}

/* Featured Blog
--------------------------------------------- */
.section-blog {
	padding-top: 50px;
	padding-bottom: 50px;
}

.section-blog-card {
	background: #fafafa;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	height: 100%;
	padding: 20px;
}

.section-blog-card h1,
.section-blog-card h2,
.section-blog-card h3,
.section-blog-card h4,
.section-blog-card h5,
.section-blog-card h6 {
	color: #410099;
}

.section-blog-card p {
	color: #5a5a5a;
}

/* Full Screen Image
--------------------------------------------- */
.section-full-screen-image {
	padding-top: 50px;
	padding-bottom: 50px;
}

.section-full-screen-image img {
	vertical-align: middle;
	width: 100%;
}

/* Video Lightbox
--------------------------------------------- */
.section-video-lightbox {
	padding-top: 50px;
	padding-bottom: 50px;
}

.section-video-lightbox img {
	margin: 0 auto !important;
	vertical-align: middle;
	width: 640px !important
}

.slide-caption {
	margin: 0.5em auto;
	max-width: 100%;
	width: 640px;
}

.multimedia-slider.owl-carousel .owl-dots {
	position: relative;
		bottom: auto;
	margin-top: 15px;
}

.multimedia-slider.owl-carousel button.owl-dot {
	background: #410099;
}

.multimedia-slider.owl-carousel button.owl-dot.active {
	background: #54c8e8;
}


/*--------------------------------------------------------------
# Blog Archive
--------------------------------------------------------------*/
.blog-archive-container {
	margin-top: 50px;
	margin-bottom: 150px;
}

.blog-archive-container .site-main {
	padding-right: 50px;
}

.flex-blog-cards {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.flex-blog-cards img ~ h3 {
	margin-top: 1em;
}

.flex-blog-cards h3 {
	margin-top: 0;
	margin-bottom: 0.5em;
}

.flex-blog-cards h3 a {
	border-bottom: 0;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
}

.flex-blog-cards .flex-card {
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	width: 50%;
}

.flex-card.clickable-div:hover .flex-card-border {
	background: #fafafa;
	border: 1px solid #54c8e8;
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

.pagination {
	margin-top: 50px;
	text-align: center;
}

.page-numbers {
    padding: 5px 5px 0 5px;
    margin: 5px;
}

.post-thumbnail,
.post-thumbnail:visited {
	background: #54c8e8;
	border-bottom: 0;
    display: block;
    margin-bottom: 10px;
}

.post-thumbnail img {
	vertical-align: middle;
}

.post-thumbnail:active,
.post-thumbnail:focus,
.post-thumbnail:hover {
	border-bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none;	
}

.post-thumbnail:active img,
.post-thumbnail:focus img,
.post-thumbnail:hover img,
.flex-card.clickable-div:hover .post-thumbnail img {
    opacity: 0.85;	
}

.widget-area ul {
	list-style: disc !important;
	margin: 0;
	padding: 0 0 0 1em !important;
}

.widget-area li {
	margin-bottom: 0.5em;
}

.widget-area h2 {
    margin-top: 2em;
    margin-bottom: 0.5em;
    font-weight: 900;
    font-size: 1.1em;
}

.wp-block-search .wp-block-search__label {
    clear: both;
    color: #410099;
    display: block;
    font-weight: 900;
    font-size: 1.1em;
    margin-top: 2em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.entry-meta {
	font-size: 0.875em;
}

@media screen and (max-width: 1024px) {
	.blog-archive-container {
		display: block;
	}
	
	.blog-archive-container .site-main {
		padding-right: 0;
	}
}

@media screen and (max-width: 800px) {
	.flex-blog-cards {
		display: block;
	}
	
	.flex-blog-cards .flex-card {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		width: 400px;
	}
}

/*--------------------------------------------------------------
# Blog Single
--------------------------------------------------------------*/
.back-link-container {
	margin-bottom: 150px;
}

/*--------------------------------------------------------------
# Events List
--------------------------------------------------------------*/
.events-list-container {
	margin-top: 50px;
	margin-bottom: 150px;
}

.flex-event-cards h2 {
	font-size: 1.25em;
}

.flex-event-cards .flex-card .post-thumbnail {
	display: block;
	margin-bottom: 1em;
}

/*--------------------------------------------------------------
# Gravity Forms Hackin
--------------------------------------------------------------*/
.gform_wrapper {
	background: rgba(84, 200, 232, 0.15);
	max-width: 100%;
	margin: 0 auto;
	padding: 40px 40px 0 40px;
	width: 800px;
}

.background-purple .gform_wrapper,
.background-blue .gform_wrapper {
	background: #ffffff;
	color: #5a5a5a;
}

.background-purple .gform_wrapper a,
.background-purple .gform_wrapper a:active,
.background-purple .gform_wrapper a:focus,
.background-purple .gform_wrapper a:hover,
.background-purple .gform_wrapper a:visited,
.background-blue .gform_wrapper a,
.background-blue .gform_wrapper a:active,
.background-blue .gform_wrapper a:focus,
.background-blue .gform_wrapper a:hover,
.background-blue .gform_wrapper a:visited {
	color: #410099;	
}

.gform_wrapper.gravity-theme .gfield_label,
.gform_wrapper.gravity-theme .gfield_header_item, 
.gform_wrapper.gravity-theme .gform_fileupload_rules, 
.gform_wrapper.gravity-theme .ginput_complex label,
.gform_wrapper.gravity-theme .gfield-choice-input + label {
	color: #410099;
}

.gform_wrapper.gravity-theme .description, 
.gform_wrapper.gravity-theme .gfield_description, 
.gform_wrapper.gravity-theme .gsection_description, 
.gform_wrapper.gravity-theme .instruction {
	font-size: 0.875em !important;
	padding-top: 5px !important;
	padding-left: 20px;
}

.gform_wrapper.gravity-theme .gfield-choice-input:checked + label {
	font-weight: 900;
}

#input_1_4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#input_1_4 div {
	-ms-flex-preferred-size: calc(50% - 20px);
	    flex-basis: calc(50% - 20px);
}

.gfield {
	margin-bottom: 1em !important;
}

#field_1_7 {
    margin-bottom: 0 !important;
}

.gform_wrapper .gfield_validation_message, 
.gform_wrapper .validation_message {
	padding: 5px !important;
}

.gform_footer {
	flex-wrap: wrap;
}

.gform_footer p {
	flex-basis: 100%;
}

@media screen and (max-width: 600px) {
	#input_1_4 div {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
}

/* Social Floating Widget */
.social-floaty {
	background: #ffffff;
	border-top: 1px solid #410099;
	border-right: 1px solid #410099;
	border-bottom: 1px solid #410099;
	padding: 5px;
	position: fixed;
		top: 35%;
		left: 0;
		z-index: 55;
}

.social-floaty .social-icon-list li {
	display: block;
}

.social-floaty .social-icon-list a,
.social-floaty .social-icon-list a:visited {
	border: 1px solid transparent;
	line-height: 40px;
	padding: 5px;
}

.social-floaty .social-icon-list a:active,
.social-floaty .social-icon-list a:focus,
.social-floaty .social-icon-list a:hover {
	background: transparent;
	border: 1px solid #410099;
}

/* Resources Module */
.resources-filters {
	list-style: none;
	margin: 40px 0 25px 0;
	padding: 0;
}

.resources-filters li {
	display: inline-block;
	margin: 0 25px 15px 0;
}

.resources-filters li:last-child {
	margin-right: 0;
}

.resource-card-image {
	height: 120px;
	position: relative;
}

.resource-card-image img {
	margin: 0 auto;
	max-height: 100px;
	max-width: 90%;
	position: absolute;
		left: 0;
		top: 50%;
		right: 0;
	transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	width: auto;
}

@media screen and (max-width: 640px) {
	.resources-filters li {
		margin: 0 -4.5px 10px 0;
		padding: 0 5px;
		width: 50%;
	}
}

/* Community Calendar */
.custom-taxonomy-legend {
	margin: 0 0 30px 0;
	padding: 0;
}

.custom-taxonomy-legend li {
	display: inline-block;
	margin-right: 20px;
	text-indent: 0;
}

.custom-taxonomy-legend li:before {
	display: none;
}

.custom-taxonomy-legend li:last-child {
	margin-right: 0;
}

.legend-color, .legend-name {
	display: inline-block;
	vertical-align: middle;
}

.legend-color {
	height: 20px;
	width: 20px;
}

/* New Block: Logo Wall */
.logo-wall-container {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.logo-wall-item {
	padding: 20px;
}

.logo-wall-image {
	height: 80px;
	position: relative;
	width: 150px;
}

.logo-wall-item img {
	max-height: 80px;
	max-width: 150px;
	position: absolute;
		top: 50%;
		left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.logo-wall-item p {
	font-size: 0.875rem;
	margin: 0.5rem auto 0 auto;
	max-width: 100%;
	width: 150px;
}

.section-logo-wall h2 {
	margin-top: 0;
}

@media screen and (max-width: 640px) {
	.logo-wall-item {
		padding: 10px;
	}
}

/* New Block: Testimonial Slider */
.testimonials-slider .owl-dots {
	bottom: 0;
}

.testimonials-slider.owl-carousel .owl-dot {
	border: 1px solid #54c8e8;
}

.testimonial-item {
	padding-bottom: 50px;
}

.testimonial-item blockquote {
    margin: 25px auto;
	max-width: 100%;
    position: relative;
    width: 800px
}

.testimonial-item blockquote h4 {
    border: 2px solid #54c8e8;
    border-radius: 20px;
    font-size: 1.5rem;
    font-weight: normal;
    margin: 0;
    padding: 25px;
    position: relative;
    line-height: 1.2;
    text-align: center;
    text-transform: none;
}

.testimonial-item blockquote h4:after {
    content:"";
    position: absolute;
    border: 2px solid #54c8e8;
    border-radius: 0 50px 0 0;
    width: 60px;
    height: 60px;
    bottom: -60px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3; 
}

.testimonial-item blockquote h4:before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid #ffffff;
    bottom: -3px;
    left: 50px;
    z-index: 2;
}

.testimonial-item blockquote p {
    position: relative;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    padding-top: 15px;
    z-index: 1;
    margin-left: 150px;
    padding-left: 12px;
}

.background-purple .testimonial-item blockquote h4:before {
	border-color: #410099;
}

.background-blue .testimonial-item blockquote h4:before {
	border-color: #54c8e8;
}

.background-blue .testimonial-item blockquote h4,
.background-blue .testimonial-item blockquote h4:after {
	border-color: #410099;
}

.background-blue .testimonials-slider.owl-carousel .owl-dot {
	border: 1px solid #410099;
}

.background-blue .testimonials-slider.owl-carousel .owl-dot.active {
	background: #410099;
}

.background-light_purple .testimonial-item blockquote h4:before {
	border-color: #e2d9f0;
}

.background-light_blue .testimonial-item blockquote h4:before {
	border-color: #e5f7fc;
}

@media screen and (max-width: 500px) {
	.testimonial-item blockquote h4 {
		font-size: 1.5rem;
	}
}