/*!
Theme Name: CYSO 2021
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: cyso2021
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.

cyso2021 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
# Customization
# Mobile

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

/*--------------------------------------------------------------
# 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; */
	font-size:80px;
	margin: 0.75em 0;
	line-height:1em;
}

h2{
	font-size:55px;
	line-height:1em;
}

#secondary h2{
	font-size:40px;
	margin:0;
}

h3{
	font-size:40px;
	line-height:1em;
}

h3.c-accordion__title{
	font-size:20px;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #1B3252;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

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: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #1B3252;
}

a:visited {
	color: #1B3252;
}

a:hover,
a:focus,
a:active {
	color: #1B3252;
}
a,
a:link,
a:visited {
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

a:focus {
	outline: thin dotted;
}

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

.entry-content p a:link, .entry-content p a:visited, .page-content p a:link, .page-content p a:visited{
	font-weight:bold;
	text-decoration:underline;
}

.entry-content p a:hover, .entry-content p a:active, .page-content p a:hover, .page-content p a:active{
	font-weight:bold;
	text-decoration:none;
}

.entry-content td a:link, .entry-content td a:visited, .page-content td a:link, .page-content td a:visited{
	font-weight:bold;
	text-decoration:underline;
}

.entry-content td a:hover, .entry-content td a:active, .page-content td a:hover, .page-content td a:active{
	font-weight:bold;
	text-decoration:none;
}

/* 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;
	font-family: trade-gothic-next-compressed, sans-serif;
}

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: 0;
	padding: 10px 15px;
	min-height:47px;
}

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: inline-block;
	/* width: 100%; */
	vertical-align: middle;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	/* padding-left: 0; */
	background:#1b3252;
}

.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;
	max-width: 200px;
	display: inline-block;
	margin-left:30px;
}

.main-navigation li:first-child, .main-navigation ul ul li {
    margin-left:0;
}

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

/* Small menu */

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

.menu-toggle img{
	width:36px;
	height:36px;
}

/* End Small menu */

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 auto 212px auto;
}

.search .site-main .posts-navigation{
	margin: 120px 0 1.5em 0;
	padding:0;
}

.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 0 1.5em; */
}

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

.page-content,
.entry-content,
.entry-summary {
	/* margin: 1.5em 0 0; */
	margin: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 1em;
}

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

/*--------------------------------------------------------------
# Customization
--------------------------------------------------------------*/

html{
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
}

html, body{
	background:#F7F7F7;
}

body{
	font-family: trade-gothic-next-compressed, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size:0;
}

body.archive #primary, body.blog #primary{
	max-width:1080px;
	margin:0 auto;
	padding-left:30px;
	padding-right:30px;
}

body.error404 #primary{
	max-width:650px;
	margin:0 auto;
	text-align:center;
	padding-left:30px;
	padding-right:30px;
}

body.search #primary{
	max-width:1080px;
	margin:0 auto;
	padding-left:30px;
	padding-right:30px;
}

body.archive h1, body.blog h1{
	color:#1B3252;
	/* text-transform:lowercase; */
}

#page{
	font-size:19px;
}

h1, h2, h3, h4, h5{
	font-family: trade-gothic-next-compressed, sans-serif;
}

.edit-link a:link{
	color:#1B3252 !important;
}

p, article .entry-content{
	font-family: 'Lato', sans-serif;
}

p:empty {
  display: none !important;
}

.wp-block-group__inner-container p:empty {
  display: block;
  margin:0 auto !important;
}

.entry-content > p, .entry-content .wp-block-group__inner-container > p{
	max-width:650px;
	margin: 30px auto;
}

.entry-content > h2, .entry-content .wp-block-group__inner-container > h2{
	max-width:650px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
}

.archive-post-text-wrap .entry-content > p{
	margin: 0 auto 30px auto;
}

input[type="search"]{
	border-radius:0;
	border:0;
	margin-bottom:15px;
}

.wp-block-columns{
	max-width:1080px;
	margin: 0 auto 120px auto;
}

.nomargin{
	margin:0 auto !important;
}

.halfmargin{
	margin:0 auto 60px auto !important;
}

.f-clear{
	clear:both;
}

.button a:link, .button a:visited{
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	font-family: trade-gothic-next-compressed, sans-serif;
}

.button a:hover, .button a:active{
	font-weight:bold;
	color:#1B3252;
	text-decoration:none;
}

.button:hover a:link, .button:hover a:visited{
	color:#1B3252;
	text-decoration:none;
}

#masthead{
	background:#1B3252;
	padding: 15px 30px 20px 30px;
	position:relative;
	z-index:100;
	width:100%;
	display:flex;
}

.max1080{
	max-width:1080px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.site-branding{
	max-width:295px;
	display:inline-block;
	vertical-align: middle;
	transition:all .25s;
}

#header-right{
	display:inline-block;
	vertical-align:middle;
	float:right;
	padding:10px 0;
}

#preheader-menu{
	text-align:right;
	font-size: 17px;
	font-weight:normal;
	overflow:hidden;
}

#masthead.anchored #preheader-menu{
	height:0;
}

#masthead.anchored{
	padding:10px 30px 6px 30px;
}

#masthead.anchored .site-branding{
	max-width:200px;
}

#masthead.anchored #header-right{
	padding:6px 0;
}

#preheader-menu ul{
	list-style-type:none;
	padding:0;
	margin:0;
}

#preheader-menu ul li{
	position: relative;
	max-width: 200px;
	display: inline-block;
	padding-left:30px;
}

#logo{
	width:235px;
	height:auto;
	transition:all .25s;
}

.menu-main-menu-container{
	line-height:50px;
	vertical-align:middle;
}

.menu-main-menu-container .sub-menu li{
	line-height:initial;
	padding:12px 0;
}

nav{
	color:#fff;
	font-size:23px;
}

nav.post-navigation, nav.posts-navigation{
	max-width:1160px;
	padding:0 40px;
	width:100%;
	margin:10px auto 212px auto;
	font-size:19px;
	font-family: 'Lato', sans-serif;
	font-weight:bold;
}

nav a, nav a:link, nav a:visited, footer a:link, footer a:visited{
	color:#fff;
	text-decoration:none;
}

nav a:hover, nav a:active, footer a:hover, footer a:active{
	color:#fff;
	text-decoration:underline;
}

nav .menuCat:hover, nav .menuCat:active{
	color:#fff;
	text-decoration:underline;
}

nav.post-navigation a:link, nav.posts-navigation a:link, nav.post-navigation a:visited, nav.posts-navigation a:visited{
	color:#1B3252;
	text-decoration:none;
}

nav.post-navigation a:hover, nav.posts-navigation a:hover, nav.post-navigation a:active, nav.posts-navigation a:active{
	color:#1B3252;
	text-decoration:underline;
}

li.menu-item-has-children{
	background-image:url(images/menu-arrow-down.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:15px;
	background-size:12px 9px;
	cursor:pointer;
}

li.menu-item-has-children.expanded{
	background-image:url(images/menu-arrow-up.png);
}

.sub-menu{
	margin-top:30px;
	padding: 50px 30px 30px 30px;
	transform: translate(-30px, 0);
}

#search-button{
	display:inline-block;
	vertical-align:middle;
}

#search-button form{
	position:absolute;
	display:none;
	left:-999em;
	/* margin-top:30px; */
	padding:60px 30px 30px 30px;
	transform: translate(-30px, 0);
	background:#1b3252;
}

#search-toggle{
	height:36px;
	width:36px;
	cursor:pointer;
	margin:7px 14px;
	display: inline-block;
	vertical-align: middle;
}

#donate-button{
	display:inline-block;
	vertical-align:middle;
	background-image:url(images/donate-icon.png);
	background-repeat:no-repeat;
	background-position:35px center;
	background-size: auto 28px;
	padding: 12px 45px 12px 55px;
}

#donate-button:hover{
	background-image:url(images/donate-icon-inv.png);
}

#post-wrapper, #event-wrapper{
	margin:0 auto;
	max-width:1080px;
	border-bottom: 2px solid #BBE1F4;
}

#event-wrapper{
	padding:0 30px 120px 30px;
}

#post-wrapper #primary, .single #tribe-events-pg-template{
	max-width:720px;
	width:70%;
	float:left;
}

#post-wrapper #secondary, .single-tribe_events #secondary{
	max-width:480px;
	width:30%;
	float:right;
}

.single-tribe_events #block-16, .single-tribe_events #block-17, .single-tribe_events #block-18{
	display:none;
}

#secondary{
	margin-top:120px;
}

#secondary .wp-block-separator{
	margin: 40px 0 0 0;
}

#post-padding, #sidebar-padding{
	padding:0 40px;
}

#post-wrapper h1{
	line-height:1em;
}

.entry-content li{
	font-family: 'Lato', sans-serif;
}

.page-template-default .type-page .entry-content{
	padding-top:10px;
}

.single .entry-footer .cat-links{
	display:none;
}

.homeHero{
	min-height:320px;
	height:75vh;
	background-size:cover;
	background-position:top center;
	background-repeat:no-repeat;
	text-align:center;
	margin-bottom:120px;
	position:relative;
}

.hero-content{
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
}

.gradientOL{
	min-height: 320px;
	height: 75vh;
	width:100%;
	background: transparent linear-gradient(180deg, #00A4E400 0%, #174870D1 56%, #1C3456 100%) bottom center no-repeat padding-box;
	mix-blend-mode: multiply;
	position:absolute;
	pointer-events:none;
	z-index:10;
	opacity: .75;
}

.gradientOL-alt{
	width:100%;
	height:100%;
	background: transparent linear-gradient(180deg, #1B325200 0%, #1B3252 100%) 0% 0% no-repeat padding-box;
	mix-blend-mode: multiply;
	position:absolute;
	pointer-events:none;
	z-index:10;
	opacity: .6;
	bottom:0;
}

.page-featured-banner .gradientOL-alt{
	background: transparent linear-gradient(180deg, #00A4E400 0%, #174870D1 56%, #1C3456 100%) bottom center no-repeat padding-box;
}

.homeHeroText{
	font-size:80px;
	max-width:650px;
	margin: 0 auto 30px auto;
	text-align:center;
	line-height:1.25em;
	color:#fff;
	position:relative;
	z-index:15;
	font-family: trade-gothic-next-compressed, sans-serif;
}

.homeHeroButton{
	position:relative;
	z-index:15;
	display:inline-block;
}

input[type=button], input[type=submit], input[type=reset], .button{
	background:#00A4E4;
	color:#fff;
	border:0;
	cursor:pointer;
	border-radius:0;
	padding: 12px 50px;
	font-size:23px;
	line-height:1em;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover, .button:hover{
	background:#D2EFFC;
	color:#1B3252;
}

.wp-block-button{
	background:#d2effc;
	position:relative;
	transition:all .5s;
	font-size:23px;
}

.wp-block-button.is-style-dark-blue-button{
	background:#42bae9;
}

.wp-block-button.is-style-dark-blue-button:hover, .wp-block-button.is-style-dark-blue-button:active{
	background:#D2EFFC;
}

.is-style-dark-blue-button .wp-block-button__link:active, .is-style-dark-blue-button .wp-block-button__link:focus, .is-style-dark-blue-button .wp-block-button__link:hover, .is-style-dark-blue-button .wp-block-button__link:visited{
	color:#1B3252;
}

.wp-block-button.is-style-large-button{
	max-width:335px;
	width:100%;
	padding:0;
	white-space: nowrap;
	margin: 15px !important;
	font-size:32px;
}

.wp-block-button:hover{
	background:#42bae9;
}

.wp-block-button__link, .wp-block-button__link:link, .wp-block-button__link:visited {
	color:#1b3252;
	background:none;
	position:relative;
	border-radius:0;
	padding: 6px 50px 16px 50px;
	position:relative;
	border:2px #42bae9 solid;
	top:7px;
	left:5px;
	transition:all .5s;
	line-height:1em;
	font-family: trade-gothic-next-compressed, sans-serif;
	text-decoration:none;
}

.is-style-dark-blue-button .wp-block-button__link, .is-style-dark-blue-button .wp-block-button__link:link, .is-style-dark-blue-button .wp-block-button__link:visited{
	border:2px #1b3252 solid;
}

.is-style-large-button .wp-block-button__link, .is-style-large-button .wp-block-button__link:link, .is-style-large-button .wp-block-button__link:visited{
	max-width:335px;
	width:100%;
	padding: 20px 0 30px 0;
}

.wp-block-button:hover .wp-block-button__link{
	border:2px #1b3252 solid;
	left:-5px;
	text-decoration:none;
	color:#1b3252;
}

.is-style-dark-blue-button.wp-block-button:hover .wp-block-button__link{
	border:2px #42bae9 solid;
}

#colophon{
	text-align:center;
	color:#fff;
}

#footer-top{
	position:relative;
	max-width:1080px;
	margin:0 auto;
	background:#1B3252;
	height:60px;
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: auto;
	left: 0;
	right: 0;
}

#footer-heading{
	font-size:55px;
}

#footer-main{
	background:#1B3252;
	padding-bottom:20px;
}

#footer-social{
	max-width: 160px;
	text-align: center;
	margin: 0 auto;
}

#footer-form p{
	max-width:380px;
	display:inline-block;
	margin:20px auto;
}

#footer-bottom{
	font-size:17px;
}

.counter{
	max-width:300px;
	text-align:center;
	margin: 0 auto 120px auto;
}

.wp-block-columns .counter{
	margin: 0 auto;
}

.countup, .countup-unit{
	color:#00A4E4;
	font-size:80px;
	font-weight:bold;
	font-family: trade-gothic-next-compressed, sans-serif;
}

.counter hr{
	background:#B2E2F6;
	height:2px;
	border:0;
	margin-left:auto;
	margin-right:auto;
	max-width:200px;
}

.secondary-text{
	color:#1B3252;
	font-family: 'Lato', sans-serif;
}

.featured-video{
	max-width:920px;
	margin:0 auto 70px auto;
	text-align:center;
}

.video-title{
	font-size:55px;
	color:#1B3252;
	background-image:url(images/featured-back.png);
	background-position:center center;
	background-size:auto 100%;
	background-repeat:no-repeat;
	min-height:150px;
	font-family: trade-gothic-next-compressed, sans-serif;
	line-height:1em;
}

.video-embed-code iframe{
	position: relative;
	bottom: 50px;
}

.section-banner, .page-featured-banner, .accented-header-columns{
	position:relative;
}

.page-featured-banner.no-image{
	min-height:212px;
	background:url(images/top-gradient.png) bottom center repeat-x;
	background-size:auto 100%;
}

.page-featured-banner h1{
	position: absolute;
	z-index: 20;
	color: #fff;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto 30px auto;
	text-align: center;
}

.page-featured-banner.no-image h1{
	color:#1B3252;
}

.section-banner img, .page-featured-banner img, .accented-header-columns img{
	width:100%;
	height:auto;
	border:0;
	display:block;
}

.accented-header-columns img.ah-fg{
	position:absolute;
	top:0;
	z-index:11;
}

.wp-block-lazyblock-section-banner{
	margin: 0 auto;
}

.wp-block-lazyblock-accented-header-columns{
	max-width:1080px;
	margin:0 auto;
}

.sb-copy h2{
	margin-top:0;
	margin-bottom:100px;
	color:#fff;
	position:relative;
	z-index:15;
}

.ah-copy h2{
	margin-top:0;
	color:#1B3252;
	position:relative;
	z-index:15;
	max-width:500px;
	margin-bottom: 0;
	padding-top:.6em;
	line-height:1em;
}

.sb-copy{
	position: relative;
	bottom: 120px;
	max-width:1080px;
	margin:0 auto;
	padding-left:60px;
	padding-bottom:20px;
	padding-top:10px;
	background-image:url(images/dline.png);
	background-position:left center;
	background-repeat:repeat-y;
	z-index:11;
}

.ah-copy{
	position: relative;
	bottom: 120px;
	width:60%;
	padding:0 60px;
	display:inline-block;
	vertical-align:top;
}

.ah-graphic{
	display:inline-block;
	position: relative;
	bottom: 120px;
	width:39%;
	max-width:400px;
	height:auto;
	vertical-align:top;
}

.sb-copy p, .ah-copy p{
	max-width:650px;
}

.wp-block-lazyblock-info-card{
	height:100%;
}

.info-card{
	max-width:300px;
	margin:0 auto;
	position:relative;
	height:100%;
}

.info-card h2, .info-card h3, .info-card .non-h-heading{
	font-size:40px;
	margin:25px auto;
	text-align:center;
}

.wp-block-lazyblock-info-card .info-card .wp-block-button{
	margin:auto;
}

.info-card-button-wrap{
	margin:auto;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}

.ic-button-spacer{
	width:100%;
	height:60px;
}

.wp-block-media-text{
	max-width:1080px;
	margin:0 auto 120px auto;
	grid-template-columns: 40% 1fr;
}

.wp-block-media-text.has-media-on-the-right{
	grid-template-columns: 1fr 40%;
}

.wp-block-media-text h2{
	font-size:55px;
}

.wp-block-latest-posts{
	position:relative;
}

.wp-block-latest-posts li{
	position:relative;
}

.wp-block-latest-posts a:link:not(.wp-block-button__link), .wp-block-latest-posts a:visited:not(.wp-block-button__link){
	font-size:55px;
	text-decoration:none;
	color:#1B3252;
	/* text-transform:lowercase; */
	font-family: trade-gothic-next-compressed, sans-serif;
	line-height: 1em;
}

.wp-block-latest-posts a:hover:not(.wp-block-button__link), .wp-block-latest-posts a:active:not(.wp-block-button__link){
	text-decoration:underline;
}

#secondary .wp-block-latest-posts a:link:not(.wp-block-button__link), #secondary .wp-block-latest-posts a:visited:not(.wp-block-button__link){
	font-size:19px;
	font-family: 'Lato', sans-serif;
	font-weight:bold;
}

.wp-block-latest-posts__featured-image.aligncenter{
	margin-bottom:0;
}

.wp-block-latest-posts .wp-block-buttons{
	margin-top:20px;
}

#primary .wp-block-latest-posts li{
	padding:60px 0;
}

#secondary .wp-block-latest-posts li{
	margin-bottom:30px;
}

#secondary .wp-block-latest-posts, #secondary ul.wp-block-latest-posts{
	margin:0;
}

.wp-block-latest-posts, ul.wp-block-latest-posts{
	margin: 0 auto 120px auto;
	max-width: 1080px;
}

#primary .wp-block-latest-posts__featured-image{
	margin:0 60px;
}

.wp-block-latest-posts__featured-image img{
	width:100%;
}

.wp-block-latest-posts__featured-image.alignleft{
	width: 40%;
}

.wp-block-latest-posts__featured-image.alignright{
	width: 40%;
}

.archive-post-container{
	font-size:0;
	padding-bottom:100px;
}

.archive-post-container h2{
	font-size:55px;
	line-height:1em;
	margin:0;
}

.wp-block-lazyblock-latest-posts-extended .archive-post-container h2, .wp-block-lazyblock-media-text-extended .archive-post-container h2{
	margin-bottom:30px;
}

.archive-post-container .entry-content, .archive-post-container .entry-summary{
	font-size:19px;
}

.archive-post-container .entry-summary{
	margin-top:20px;
}

.archive-post-thumb{
	display:inline-block;
	vertical-align:middle;
}

.archive-post-text-wrap{
	display:inline-block;
	vertical-align:top;
	width:60%;
	padding-left:50px;
}

.wp-block-lazyblock-media-text-extended .archive-post-thumb, .wp-block-lazyblock-media-text-extended .archive-post-text-wrap{
	vertical-align:top;
}

.wp-block-lazyblock-latest-posts-extended, .wp-block-lazyblock-media-text-extended{
	max-width:1080px;
	margin:0 auto;
	margin-bottom:20px;
}

.wp-block-lazyblock-latest-posts-extended h2, .wp-block-lazyblock-media-text-extended h2{
	margin-top:30px;
}

.wp-block-lazyblock-media-text-extended img{
	max-width:400px;
	width:100%;
}

.wp-block-lazyblock-media-text-extended .archive-post-text-wrap{
	padding-bottom:0;
}

.pos-right{
	flex-direction: row-reverse;
	display: flex;
}

.accent{
	max-width:915px;
	background-image:url(images/featured-back.png);
	background-position:top center;
	background-size: auto 100%;
	background-repeat:no-repeat;
	min-height:150px;
	margin:0 auto;
	margin-bottom:-30px;
	color:#1B3252;
}

.accent.no-staff{
	background-image:url(images/featured-back-ns.png);
}

.is-style-narrow-columns, .wp-block-columns:not(.is-style-full-width-columns){
	max-width:750px;
	margin-bottom:100px;
}

.entry-date{
	font-size:17px;
	margin:15px 0;
	font-family: trade-gothic-next-compressed, sans-serif;
}

#mc_embed_signup_scroll label, #mc_embed_signup_scroll_footer label{
	display:block;
	height:0px;
	overflow:hidden;
}

#mc-embedded-subscribe{
	margin-top:10px;
}

#mc-embedded-subscribe, #mc-embedded-subscribe_footer{
	font-family: trade-gothic-next-compressed, sans-serif;
}

#mce-EMAIL, #mce-EMAIL_footer {
	width:100%;
	border-radius:0;
	border:1px solid #1B3252;
	padding: 10px 15px;
	max-width:480px;
}

#mc_embed_signup_footer{
	margin-bottom:100px;
}

#mce-EMAIL_footer, #mc-embedded-subscribe_footer{
	display:inline-block;
	vertical-align:middle;
	height:48px;
}

#post-wrapper{
	padding-top:30px;
	padding-bottom:60px;
}

.wp-block-group{
	width:100%;
	margin:0 auto 60px auto;
	/* padding:60px 0 0 0; */
	padding:0;
}

.wp-block-group.has-background{
	margin:0 auto 120px auto;
	padding:120px 0 0 0;
}

#primary > article > .entry-content{
	min-height:300px;
}

#primary > article > .entry-content > div:last-child, #primary > article > .entry-content > p:last-child{
	padding-bottom:120px;
}

#primary > article > .entry-content > div.wp-block-group:last-child{
	margin-bottom:0;
}

.wp-block-group > h2, .wp-block-group > h3, .wp-block-column > h2, .wp-block-column > h3{
	margin-top:0;
}

.wp-block-table{
	max-width:1080px;
	margin:0 auto;
	padding-bottom:60px;
}

.wp-block-table table{
	margin-bottom:0;
}

.wp-block-table table td, .wp-block-table table td * {
    vertical-align: top;
}

.is-style-left-headers-table td:first-child, .wp-block-table:not(.is-style-no-style-table) td:first-child {  
	font-size:40px;
	font-family: trade-gothic-next-compressed, sans-serif;
	line-height:1em;
}

.is-style-left-headers-table table, .wp-block-table:not(.is-style-no-style-table) table{
	border-spacing:60px;
	border-collapse:initial;
	margin-top:-60px;
}

body #page button.tribe-common-c-btn{
	border-radius: 0;
	background: #00A4E4;
	font-family: trade-gothic-next-compressed, sans-serif;
	font-size:23px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event{
	flex-direction:row;
}

body .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header h3.tribe-events-calendar-list__event-title{
	font-family: trade-gothic-next-compressed, sans-serif;
	font-size:55px;
	color:#1B3252;
}

#tribe-events-content h1.tribe-events-single-event-title{
	font-family: trade-gothic-next-compressed, sans-serif;
	font-size:80px;
	color:#1B3252;
}

#tribe-events-content .tribe-events-schedule{
	font-size:19px;
	font-weight:bold;
	font-family: 'Lato', sans-serif;
}

.tribe-events-calendar-list__event-description p{
	font-size:19px;
	color:#1B3252;
	margin-bottom:30px;
	
}

body .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime-wrapper{
	font-size:19px;
	font-weight:bold;
}

.archive-post-thumb{
	position:relative;
}

.clef-accent{
	position:absolute;
	width:100%;
	height:100%;
	background-image:url(images/bass-clef.png);
	background-position:top right;
	background-repeat:no-repeat;
	background-size:111px 140px;
	z-index:10;
	left:40px;
	pointer-events:none;
}

.pos-right .clef-accent{
	left:0;
}

.frame-accent{
	position:absolute;
	width:100%;
	padding-top:100%;
	border: 3px solid #00A4E4;
	z-index:10;
	left:10px;
	top:-10px;
	pointer-events:none;
}

.pos-right .frame-accent{
	left:-10px;
}

.pos-right .archive-post-text-wrap{
	padding-left:0;
	padding-right:50px;
}

.pos-right .archive-post-text-wrap .entry-content > p{
	padding-left:0;
}

.wp-block-pb-accordion-item{
	max-width:650px;
	margin:0 auto;
	font-family: 'Lato', sans-serif;
}

.wp-block-pb-accordion-item h3{
	font-family: 'Lato', sans-serif;
}

.wp-block-pb-accordion-item p{
	margin:0;
	padding-bottom:30px;
}

#scrollToTop{
	position:fixed;
	bottom:30px;
	right:30px;
	z-index:1;
	opacity:0;
	pointer-events:none;
	width:40px;
	height:40px;
	transition:opacity .25s;
}

#scrollToTop img{
	width:100%;
	height:100%;
}

body.scrolled #scrollToTop{
	opacity:1;
	pointer-events:initial;
	cursor:pointer;
}

.oops img{
	width:100%;
	margin-bottom:180px;
}

.page-content input[type="search"], .page-content input[type="submit"]{
	vertical-align:middle;
	display:inline-block;
	margin:0;
}
.page-content input[type="search"]{
	border: 1px solid #1B3252;
}

.search-form input[type="search"], .search-form input[type="submit"]{
	vertical-align:top;
	height:47px;
	overflow:hidden;
	display:inline-block;
}

.search-form input[type="search"]{
	font-family: 'Lato', sans-serif;
}

.search-form-404{
	margin-bottom:30px;
	clear:both;
	height:50px;
}

.search-form-404 input[type="search"]{
	width:75%;
	float:left;
}

.search-form-404 input[type="submit"]{
	width:25%;
	float:left;
}

.wp-block-lazyblock-full-width-image{
	margin-bottom:120px;
}

.wp-block-group__inner-container{
	max-width:1080px;
	margin:0 auto;
}

.wp-block-group__inner-container > p:last-child{
  padding-bottom:60px;
}

.wp-block-group__inner-container iframe:last-child{
	border-bottom: 60px solid rgba(255,255,255,0) !important;

}

.has-background .wp-block-group__inner-container > p:last-child{
  padding-bottom:120px;
  margin-bottom:0;
}

.has-background .wp-block-group__inner-container .wp-block-column p:last-child{
  padding-bottom:0px;
}

.has-background .wp-block-group__inner-container .info-card p:last-child{
	padding-bottom:0;
}

.has-background .wp-block-group__inner-container iframe:last-child{
	border-bottom: 120px solid rgba(255,255,255,0) !important;
	box-sizing:content-box;
}

.ic-img-wrapper{
	position: relative;
	width: 100%;
	padding-top: 100%;
	overflow:hidden;
	border: 1px solid #bcc3cd;
}

.ic-img-wrapper.noborder{
	border:0;
}

.ic-img-wrapper img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wp-block-lazyblock-blue-text-panel{
	max-width:1080px;
	margin: 0 auto 60px auto;
	background:#D2EFFC;
	padding:60px 0;
}

.btp-wrapper{
	max-width:650px;
	margin:0 auto;
}

.btp-wrapper h2{
	max-width:650px;
	margin-top:20px;
}

.et_monarch footer .et_social_icon, .et_monarch footer .et_social_icon::before, .et_monarch footer .et_social_icon::after{
	font-size:22px !important;
}

#footer-gradient{
	min-height:212px;
	background:url(images/bottom-gradient.png) bottom center repeat-x;
	background-size:auto 100%;
	position:relative;
	margin-top:-242px;
	pointer-events:none;
}

.search-results #footer-gradient{
	margin-top:-100px;
}

.tags-links{
	display:none;
}

.wp-block-lazyblock-google-map{
	margin-bottom:60px;
}

.tribe-events .tribe-events-calendar-list__event-title-link {
        color: #1b3252 !important;
} 
.tribe-common-h3, .tribe-common-h3 a:link, .tribe-common-h3 a:visited, .tribe-common-h4, .tribe-common-h4 a:link, .tribe-common-h4 a:visited, .tribe-common-h5, .tribe-common-h5 a:link, .tribe-common-h5 a:visited, .tribe-common-h6, .tribe-common-h6 a:link, .tribe-common-h6 a:visited, .tribe-common-h7, .tribe-common-h7 a:link, .tribe-common-h7 a:visited, .tribe-common-h8, .tribe-common-h8 a:link, .tribe-common-h8 a:visited, .tribe-events .tribe-events-calendar-list__event-date-tag-weekday, .tribe-events .tribe-events-calendar-list__event-datetime, .tribe-common .tribe-common-c-btn-border-small, .tribe-common a.tribe-common-c-btn-border-small, .tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input, .tribe-common .tribe-common-form-control-text__input, .tribe-events .tribe-events-c-view-selector__list-item-text{
        font-family: 'Lato', sans-serif !important;
        color: #1b3252 !important; 
}
.tribe-common-h1, .tribe-common-h1 a:link, .tribe-common-h1 a:visited, .tribe-common-h2, .tribe-common-h2 a:link, .tribe-common-h2 a:visited {
        font-family: trade-gothic-next-compressed, sans-serif !important;
}
.tribe-events .tribe-events-c-nav__next:disabled, .tribe-events .tribe-events-c-nav__prev:disabled {
        color: #1b3252 !important; 
        opacity: 0 !important;
}
a.tribe-events-c-ical__link {
    display: none !important;
}

.call-to-action{
	padding:1px 30px !important;
	background:#e2e2e2;
}

.call-to-action h2{
	font-size:40px;
}

#search-toggle:focus {
    outline: thin dotted #bbb;
}

.post-navigation h2.screen-reader-text, .posts-navigation h2.screen-reader-text{
	display:none !important;
}

.edit-link{
	display:none;
}

.no-margin-bottom{
	margin-bottom:0 !important;
}

.no-margin-bottom .featured-video{
	margin-bottom:-20px !important;
}

.no-margin-bottom.wp-block-lazyblock-section-banner{
	margin-bottom:-120px !important;
}

.tribe-events-view{
	padding-bottom:60px;
}

.wp-block-pullquote p{
	max-width:650px;
	margin-left:auto;
	margin-right:auto;
	font-size:20px;
	font-weight:bold;
	display:inline-block;
}

.wp-block-pullquote cite{
	display:block;
	text-align:center;
}

.wp-block-pullquote, .wp-block-pullquote:not(.is-style-solid-color){
	display:block;
	text-align:center;
	padding:0;
	padding-bottom:120px;
}

.wp-block-pullquote blockquote, .wp-block-pullquote:not(.is-style-solid-color) blockquote{
	background:url(images/quote-R.png) top right no-repeat, url(images/quote-L.png) top left no-repeat;
	background-size:100px 100px;
	display:inline-block;
	text-align:center;
	min-height:100px;
	padding: 0 120px;
}

.wp-block-image figcaption, .wp-caption .wp-caption-text {
    margin-top: .5em;
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
    font-size: 16px;
}

.tribe-events .tribe-events-calendar-latest-past__event-date-tag-month, .tribe-events .tribe-events-calendar-latest-past__event-date-tag-month, .tribe-events .tribe-events-calendar-latest-past__event-date-tag-year{
	font-size:.8em;
}

.tribe-events span.tribe-events-calendar-latest-past__event-date-tag-daynum{
	font-size:1.5em;
}

.tribe-events .tribe-events-calendar-latest-past__event-title-link{
	font-size:40px;
}

.tribe-common .tribe-common-anchor-thin, .tribe-common .tribe-common-anchor-thin:hover{
	border-bottom:none !important;
}



/*--------------------------------------------------------------
# Mobile
--------------------------------------------------------------*/


@media screen and (max-width: 1080px) {
	
	/* If screen is smaller than 1080 pixels */
	
	#primary > article > .entry-content > div, #primary > article > .entry-content > p{
		padding-left:30px;
		padding-right:30px;
	}
	
	.entry-content div.wp-block-lazyblock-hero-header, .entry-content div.wp-block-lazyblock-section-banner, article.type-post .entry-content > div, article.type-post .entry-content > p, .wp-block-lazyblock-media-text-extended .archive-post-text-wrap .entry-content p{
		padding-left:0 !important;
		padding-right:0 !important;
	}
	
	.archive-post-thumb{
		width:40%;
	}
}

@media screen and (max-width: 840px) {
	
	/* If screen is smaller than 840 pixels */
	
	body.error404 #primary, body.search #primary {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	h1, .homeHeroText, .countup, .countup-unit, #tribe-events-content h1.tribe-events-single-event-title{
		font-size:50px;
		line-height:1em;
	}
	
	h2, #footer-heading, .video-title, .archive-post-container h2, .wp-block-media-text h2, .wp-block-latest-posts a:link:not(.wp-block-button__link), .wp-block-latest-posts a:visited:not(.wp-block-button__link), body .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header h3.tribe-events-calendar-list__event-title{
		font-size:35px;
	}
	
	#masthead{
		position:fixed;
	}
	
	#primary{
		padding-top:121px;
	}
	
	#post-wrapper #primary, .single #tribe-events-pg-template, #post-wrapper #secondary, .single-tribe_events #secondary{
		float:none;
		width:100%;
		max-width:initial;
	}
	
	.main-navigation.toggled .menu-main-menu-container {
		position: relative;
		margin: auto;
		padding:30px;
	}
	
	#header-right{
		float:none !important;
		display:block !important;
		line-height:0;
	}

	.menu-toggle{
		background: none;
		border: none;
		cursor: pointer;
		position: fixed;
		top: 32px;
		right: 14px;
		z-index: 1000;
	}
	
	body.logged-in .menu-toggle{
		top: 77px;
	}
	
	.main-navigation.toggled ul {
		width: 200px;
		margin: 0 auto;
	}
	
	.main-navigation li, .main-navigation li:first-child{
		display:block;
		margin:0;
		max-height:50px;
		overflow:hidden;
	}
	
	.main-navigation li li, .main-navigation li li:first-child{
		max-height:initial;
		overflow:visible;
	}
	
	.main-navigation li.expanded, .main-navigation li.expanded:first-child{
		max-height:initial;
	}
	
	.sub-menu {
		margin-top: 0;
		padding: 0 0 30px 15px !important;
		transform: translate(0, 0) !important;
	}
	
	#search-button, #donate-button{
		display:none !important;
	}
	
	#preheader-menu {
		display:none;
	}
	
	.main-navigation ul ul{
		position:relative;
		float:none;
	}
	
	li.menu-item-has-children {
		background-position: right 1em !important;
	}
	
	.homeHeroText{
		padding:0 30px;
	}
	
	.page-title{
		text-align:center;
	}
	
	.featured-video{
		margin:0 auto 30px auto;
	}
	
	.archive-post-thumb{
		width:100%;
		margin: 0 auto;
		display: block;
		max-width: 400px;
	}
	
	.ah-copy{
		position: relative;
		bottom: 120px;
		width:100%;
		display:block;
		margin:0 auto 30px auto;
	}

	.ah-graphic{
		display:block;
		position: relative;
		bottom: 120px;
		width:100%;
		margin:0 auto;
	}
	
	.archive-post-text-wrap{
		width:100%;
		padding:30px;
	}
	
	.clef-accent{
		left:0px;
	}
	
	.wp-block-columns, .is-style-narrow-columns {
		align-items: center;
		justify-content: center;
		margin-bottom:0;
	}
	
	.is-style-narrow-columns, .wp-block-columns:not(.is-style-full-width-columns){
		margin-bottom:0;
	}
	
	.wp-block-column{
		margin-bottom:60px;
	}
	
	.partners-logo-section .wp-block-column{
		margin-bottom:0;
	}
	
	.partners-logo-section .wp-block-image{
		max-width:225px;
		margin:0 auto;
	}
	
	.wp-block-table.is-style-left-headers-table table td, .wp-block-table:not(.is-style-no-style-table) table td{
		display:block;
	}
	
	.is-style-left-headers-table td:first-child, .wp-block-table:not(.is-style-no-style-table) td:first-child{
		margin-bottom:20px;
	}
	
	#footer-main{
		padding:30px;
	}
	
	#mc-embedded-subscribe_footer{
		margin-top:10px;
	}
	
	.pos-right{
		flex-direction: initial;
		display: block;
	}
	
	.search-form-404 input[type="submit"]{
		padding:12px 0;
	}
	
	#masthead.anchored #logo, #masthead #logo{
		padding:20px 0 0 0;
	}
	
	.wp-block-columns .counter {
		padding-bottom: 35px;
	}
	
	.wp-block-column:empty{
		display:none;
	}
	
	.search-results img.empty-thumb{
		display:none;
	}
	
	.accented-header-columns{
		overflow:hidden;
	}
	
	.accented-header-columns img{
		width: auto;
		height: 100%;
		max-width: initial;
		max-height: 150px;
	}
	
	.wp-block-table.is-style-left-headers-table table td, .wp-block-table:not(.is-style-no-style-table) table td{
		margin-bottom: 28.5px;
	}
	
	.menu-main-menu-container .sub-menu li{
		padding:6px 0;
	}
	
	.main-navigation.toggled ul{
		width:100%;
	}
	
	.main-navigation ul ul a{
		width:100%;
	}
	
	.main-navigation li{
		max-width:initial;
		width:100%;
	}
	
	#header-right, #site-navigation{
		width:100%;
	}
	
	.main-navigation.toggled .menu-main-menu-container, #primary-menu{
		padding-left:0;
		padding-right:0;
	}
	
	#masthead{
		padding: 25px 40px 0 40px;
	}
	
	#masthead.anchored{
		border-bottom:1px solid #f7f7f7;
	}
	
	.info-card{
		margin-bottom:40px;
	}
	
	.accent{
		margin-bottom:-50px;
	}
	
	#masthead.anchored .site-branding, .site-branding{
		max-width:180px;
	}
	
	#masthead.anchored, #masthead {
		padding: 10px 30px 6px 30px;
	}
	
	.wp-block-pullquote blockquote, .wp-block-pullquote:not(.is-style-solid-color) blockquote{
		background-size:60px 60px;
		padding: 0 70px;
	}
	
	.page-featured-banner h1{
		margin: 0 auto 20px auto;
	}
	
	#event-wrapper {
		padding: 90px 30px 120px 30px;
	}
	
	.et_monarch #footer-social .et_social_networks li{
		float:none;
		display:inline-block !important;
		width:23.5% !important;
	}
    .sb-copy h2 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .sb-copy { 
        padding-right: 30px;
        padding-left: 40px;
    }
    .ah-copy {
        padding: 0 30px;
    }
    .pos-right .archive-post-text-wrap {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 650px) {
	
	/* If screen is smaller than 650 pixels */
	
	
}

@media screen and (max-width: 600px) {
	
	/* If screen is smaller than 600 pixels */
	
	.wp-block-image {
		margin: 0 auto 1em auto;
		text-align: center;
		/*max-width: 320px;*/
	}
	
	.wp-block-pullquote blockquote, .wp-block-pullquote:not(.is-style-solid-color) blockquote{
		background-size:40px 40px;
		padding: 0 50px;
	}
	
}



@media screen and (min-width: 840px) {
	
	/* If screen is larger than 840 pixels */

	.menu-toggle {
		display: none !important;
	}

	.main-navigation ul {
		display:block;
	}
	
	#masthead.anchored{
		position:fixed;
		transition:all .25s;
	}
	
	body.scrolled #primary, body.scrolled #secondary{
		padding-top:106px;
	}
}



