/*!
Theme Name: Federal Way Community Center
Theme URI: http://underscores.me/
Author: Scott Marlow
Author URI: https://marlowfive-0.com
Description: A custom, mobile responsive HTML 5 WordPress Theme, based on _S, for the Federal Way Community Center.
Version: 05.15.2018
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fwcc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Federal Way Community Center is based on Underscores https://underscores.me/, (C) 2012-2017 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 http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Colors
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Colors
Dark Purple: #453463 rgb(69,52,99)
Purple:		#7d4199 rgb(125,65,153)
Orange:		#f15a22 rgb(241,90,34) 

Blue: 		#007eb6, rgb(0,126,182)
Gold:		#e8ba5a, rgb(232,186,90)
Tan:		#f3d8a2, rgb(243,216,162)

# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	font-size: 62.5%;
	overflow-y: scroll;
	overflow-x: hidden;
	 scroll-behavior: smooth;
}
body {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
 audio:not([controls]) {
 display: none;
 height: 0;
}
 [hidden], template, .hidden {
 display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: 600;
}
dfn {
	font-style: italic;
}
h1 {
	color: rgb(241,90,34);
	font-size: 2.8rem;
	margin: 0 0 0.5em 0;
	text-transform: uppercase;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
 svg:not(:root) {
 overflow: hidden;
}
figure {
	margin: 1em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1.5em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
	line-height: normal;
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}
 input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
 height: auto;
}
 input[type=search], input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: 600;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
	color: #202020;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.2;
	margin: 0 0 .5em 0;
}
.page-template-page-landing .entry-content h1 {
	background: rgba(141,114,181,.65);
	color: #fff;
	margin: 0 auto;
	max-width: 168rem;
	padding: .25em;
	position: relative;
	text-shadow: 1px 1px 1px #202020;
	text-transform: capitalize;
}
.page-template-page-landing .entry-content {
	color: rgb(69,52,99);
	font-size: 1.6rem;
	margin-top: 0;
	text-align: center;
}
.entry-title {
	font-size: 2.8rem;
	margin-bottom: 0;
}
h2, h3.tribe-events-list-event-title {
color: rgb(125,65,153);
	font-size: 2.4rem;
}
.widget-title {
	color: rgb(69,52,99);
}
h3 {
	font-size: 2.1rem;
}
.site-footer .widget-title {
	color: #fff;
	text-transform: uppercase;
}
p {
	margin: 0 0 1.5em 0;
}
.has-huge-font-size {
	font-size: 2.8rem;
	line-height: 1.25;
	margin-bottom: .5em;
}
.has-large-font-size {
	font-size: 2.4rem;
	line-height: 1.33333;
	margin-bottom: .5em;
}
.has-medium-font-size {
	font-size: 1.8rem;
}
.has-small-font-size, .tribe-event-date-start {
	font-size: 1.6rem;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote, .wp-block-quote {
	border: none;
	color: rgb(69,52,99);
	font-family: 'Zilla Slab', serif;
	font-size: 1.8rem;
	font-weight: 500;
	margin: 0 1.5em 1.5em 1.5em;
}
.wp-block-pullquote, .wp-block-pullquote:not(.is-style-solid-color) {
	background: rgb(241,90,34);
	border: none;
	border-radius: 18px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	margin: 0 1.5em 1.5em 1.5em;
	padding: 1.5em 1.5em .125em 1.5em;
}
.wp-block-pullquote p {
		font-size: 2.1rem;
}
blockquote p:last-of-type, .wp-block-quote p:last-of-type, .wp-block-pullquote p:last-of-type {
	margin-bottom: 0;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 16px;
	font-size: 1.6rem;
	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;
	font-size: 15px;
	font-size: 1.5rem;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
*, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
hr, .wp-block-separator, .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
	opacity: 1;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	width: 260px;
}
ul, ol {
	list-style-position: inside;
	margin: 0 0 1.5em 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
.widget > ul, .widget > ol, .wp-block-column > ul {
	margin: 0 0 1.5em 0;
	padding-left: inherit;
}
.widget .tribe-events-list-widget .tribe-events-list-widget-events {
padding: 0;
}
.site-content li, .site-info li {
	margin-bottom: .3em
}
li > ul, li > ol {
	margin-bottom: 0;
}
dt {
	font-weight: 600;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
.wp-block-image figcaption {
	font-size: 1.6rem;
	margin-bottom: 0;
	text-transform: uppercase;
}
.site-content img, .wp-block-image:not(.is-style-rounded) > a, .wp-block-image:not(.is-style-rounded) img, .widget-area img {
border-radius: 9px;
}
.wp-block-media-text__media img {
	border-radius: 0;
}
.wp-block-cover {
	margin-bottom: 1.5em;
}
.wp-block-cover.has-custom-content-position {
	padding: 0;
}
.wp-block-cover.has-custom-content-position h1, .wp-block-cover.has-custom-content-position p:last-child {
	margin-bottom: 0;
}
/* Featured Header Images */
.wp-post-image {
	display: block;
	margin: 0 auto;
	max-width: 168rem;
	width: 100%;
}
/* Owl Carousel Plugin */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	background: rgb(69,52,99);
}
#page .owl-carousel .item img {
	display: block;
	margin: auto;
	max-width: 168rem;
}
#page .owl-carousel .owl-wrapper-outer {
	line-height: 1;
}
#page .owl-carousel-item-imgoverlay {
	color: #fff;
	opacity: 1;
	max-width: 168rem;
	text-shadow: 1px 1px 1px #202020;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
#page .owl-carousel-item-imgtitle {
	background: rgba(141,114,181,.75);
	font-size: 2.1rem;
	font-weight: 600;
	margin: 0 auto;
	max-width: 168rem;
	padding: .5em;
}
#page .owl-carousel-item-imgcontent {
	background: rgba(141,114,181,1);
	line-height: 1.5;
}
#page .owl-carousel-item-imgcontent p:first-child {
	padding-top: .5em;
}
figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}
.full-grid figure, .tiles-grid figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
tr th:first-child {
 border-top-left-radius: 9px;
}
tr th:last-child {
 border-top-right-radius: 9px;
}
tr:nth-child(even){
	background: rgba(125,65,153,.15);
}
tr:hover {
	background: rgba(125,65,153,.25);
}
th, .wp-block-table th {
background: rgb(125,65,153);
color: #fff;
font-size: 1.6rem;
	hyphens: auto;
	line-height: 1.2;
	text-align: left;
	vertical-align: bottom
}
th, td {
	padding: .25em
}
.wp-block-table td, td {
	border: none;
	font-size: 1.4rem;
	vertical-align: top;
}
.wp-block-table figcaption {
	font-size: 1.6rem;
}
.custom-logo-link {
	display: inline-block;
	padding-top: .5em;
}
.custom-logo-link img {
	max-width: none;
}
.site-description {
	color: #fff;
	font-size: 2.1rem;
	font-style: italic;
	font-weight: 600;
	margin: .5em auto;
	text-align: center;
}
/* IE 11 Grid Hack */
.desktop {
display: none
}
.cred {
	clear: both;
	color: rgba(255,255,255,.75);
	font-size: 1.4rem;
	width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.wp-block-button__link, .wp-block-button__link:visited, a.button, button, input[type=button], input[type=reset], input[type=submit],
.site-footer-cta .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-button {
	background: rgb(241,90,34);
	border: 1px solid;
	border-color: #fff;
	border-radius: 9px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.222222;
	margin-bottom: .5em;
	padding: .333333em 1.5em;
	text-decoration: none;
	text-transform: none;
	transition: all .25s;
}
.is-style-outline > .wp-block-button__link:not(.has-background), .wp-block-button__link.is-style-outline:not(.has-background) {
	background: rgba(255,255,255,.85);
	border-color: #fff;
	color: rgb(125,65,153);
}
.wp-block-button__link:hover, a.button:hover, button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover,
.site-footer-cta .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-button:hover {
	background: rgb(125,65,153);
	border-color: #fff;
	color: #fff;
}
.is-style-outline > .wp-block-button__link:not(.has-background):hover, .wp-block-button__link.is-style-outline:not(.has-background):hover {
	background: rgb(125,65,153);
	border-color: #fff;
	color: #fff;
}
.wp-block-button__link:focus, a.button:focus, button:focus, input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus, .wp-block-button__link:active, button:active, input[type=button]:active, input[type=reset]:active, input[type=submit]:active,
.site-footer-cta .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-button:focus,
.site-footer-cta .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-button:active {
	background: rgb(69,52,99);
	border-color: #fff;
	color: #fff;
}
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: 9px;
	padding: 3px;
}
.site-header input[type=search] {
	background: rgb(69,52,99);
	color: #fff;
}
select {
	border: 1px solid #ccc;
}
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;
}
.site-header input[type=search]:focus {
	color: #fff;
}
textarea {
	width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #007eb6;
}
/* fix */
a[href^="http://itallhappenshere.org"] {
	color: red;
}
a[href^="http://itallhappenshere.org"]:after {
	content: ' [update link] ';
}
a[href$=".pdf"]:before {
	content: '\f443';
	font-family: 'genericons';
	line-height: 0;
}
figure > a[href$=".pdf"]:before {
	content: '';
	font-family: inherit;
}
a[href^="mailto:"]:before {
	content: '\f410';
	font-family: 'genericons';
}
.entry-meta a {
	color: #202020;
	text-decoration: none
}
.site-footer a {
	color: #fff;
	text-transform: uppercase;
}
.site-footer a.button {
	background: rgb(69,52,99);
	border-color: #fff;
	font-weight: normal;
	text-transform: none;
}
.cred a {
	color: rgba(255,255,255,.75);
	padding: .25em 1em;
	text-transform: none;
}
a[href^="tel"] {
	text-decoration: none;
}
.edit-link a {
	float: right;
	text-transform: uppercase
}
.wp-block-latest-posts a:first-of-type {
	font-size: 2.1rem;
}
a:visited {
}
a:hover, a:focus, a:active {
	text-decoration: none
}
.site-footer a:hover, .site-footer a:focus, .site-footer a:active {
	color: rgb(241,90,34);
}
.site-footer a.button:hover, .site-footer a.button:focus, .site-footer a.button:active {
	background: #fff;
	color: rgb(69,52,99);
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}

/* Colors */
.has-charcoal-background-color {
	background: rgb(32,32,32);
}
.has-charcoal-drk-color {
	color:rgb(32,32,32);
}
.has-purple-drk-background-color {
	background: rgb(69,52,99);
}
.has-purple-drk-color {
	color:rgb(69,52,99);
}
.has-purple-drk-15-background-color {
	background: rgba(69,52,99,.25);
}
.has-purple-drk-15-color {
	color:rgba(69,52,99,.25);
}			
.has-purple-background-color {
	background: rgb(125,65,153);
}
.has-purple-color {
	color:rgb(125,65,153);
}
.has-purple-30-background-color {
	background: rgba(125,65,153,.3);
}
.has-purple-30-color {
	color:rgba(125,65,153,.3);
}
.has-purple-15-background-color {
	background: rgba(125,65,153,.15);
}
.has-purple-15-color {
	color:rgba(125,65,153,.15);
}
.has-orange-background-color {
	background: rgb(241,90,34);
}
.has-orange-color {
	color:rgb(241,90,34);
}
.has-orange-15-background-color {
	background: rgba(241,90,34, .15);
}
.has-orange-15-color {
	color:rgba(241,90,34, .15);
}
.has-blue-background-color {
	background: rgb(0,126,182);
}
.has-blue-color {
	color:rgb(0,126,182);
}
.has-blue-gradient-background-color {
	background: rgba(0,126,182,.1);
}
.has-blue-gradient-color {
	color: rgba(0,126,182,.1);
}
.has-white-background-color {
    background-color: #ffffff;
}
.has-white-color {
    color: #ffffff;
}
.has-white-gradient-background-color {
    background-color: rgba(255,255,255,.15);
}
.has-white-gradient-color {
    color: rgba(255,255,255,.15);
}
.wp-block-columns {
	margin-bottom: .75em;
}
.wp-block-column {
	border-radius: .5em;
	padding: .75em;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
}
/* Site Credits Page */
.main-navigation li.page-item-287 {
	display: none;
}
.main-navigation a {
	color: #fff;
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	padding: .5em 1em;
	text-decoration: none;
	text-transform: uppercase;
}
.main-navigation ul ul {
}
.main-navigation ul ul ul {
}
.main-navigation ul ul a {
	display: none;
	font-size: 1.4rem;
	font-weight: normal;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
	background: rgba(255, 255, 255, .8);
	color: rgb(69,52,99);
}
.main-navigation ul ul :hover > a, .main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover, .main-navigation ul ul a.focus {
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
}

/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
	background: rgb(69,52,99);
	color: #fff;
	display: block;
	font-size: 1.8rem;
	margin: auto;
	text-align: center;
}

.menu-toggle {
	padding: 0 3rem;
}
.menu-toggle:before {
	content: '\f419';
	font-family: genericons;
	font-size: 1.8rem;
	padding-right: .5em;
	position: relative;
	top: .1em;
}
.toggled .menu-toggle:before {
	content: '\f405';
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 6px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft, .alignright, .aligncenter, .alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignfull {
	margin: 0 calc(50% - 50vw) 1.5em calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}
.alignwide {
	margin: 0 auto 1.5em auto;
	max-width: 100%;
	width: 100%;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after, .site-footer-cta:before, .site-footer-cta:after, .owl-carousel-item-imgcontent:after, .owl-carousel-item-imgcontent:before {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after, .owl-carousel-item-imgcontent:after {
	clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}
#fourth .widget {
margin: 0 auto;
max-width: 72rem;
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
.post-date, .posted-on {
font-size: 1.4rem
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site {
	background: #fff;
	border-top: 3px solid rgb(241,90,34);
	background-size: contain;
}
.site-header {
	background: rgb(69,52,99);
	color: #fff;
}
/* IE 11 hack*/
.site-flex {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.site-header .search-form {
	margin: 1.5em auto
}
.site-flex, .menu, .site-content, .site-main {
	max-width: 117rem;
	margin: 0 auto;
	padding: 0 1.5rem
}
.page-template-page-landing .site-content {
	max-width: none;
	padding: 0;
}
.page-template-page-landing #main h1 {
	padding: .5em 5%
}
.page-template-page-landing #main h1 + * {
	background: rgba(141,114,181,1);
	color: #fff;
	max-width: 168rem;
	margin: 0 auto;
	padding: 1.5em 5%;
}
.site-footer .widget-area {
	max-width: 128rem;
	margin: 1.5em auto 0 auto;
	padding: 0 1.5rem;
}
.full-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(140px,260px));
	grid-gap: .75em;
	justify-content: center;
}
.tiles-grid {
	clear: both;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: .75em;
	place-items: center;
	margin-bottom: 1.5em;
	max-width: 754px;
}
.site-content .widget-area {
	background: rgba(69,52,99,.1);
	padding: 1.5rem;
}
.site-footer {
	background: rgb(69,52,99);
	border-top: 7px solid rgb(241,90,34);
	clear: both;
	color: #fff;
	width: 100%;
}
.site-footer-cta {
background: rgba(69,52,99,.15);
padding: 0 1.5rem .75rem 1.5rem;
}
/* Constant Contact Form */
.site-footer-cta .ctct-form-embed.form_1 .ctct-form-defaults {
background: inherit;
padding: 0;
}
.site-footer-cta div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
margin-bottom: 12px;
}
.site-footer-cta div.ctct-form-embed form.ctct-form-custom label.ctct-form-label {
margin-bottom: 0;
}
.site-footer-cta div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
padding: .5em .75em;
height: auto;
}
.site-info:last-child {
	border-top: 1px solid #fff;
	padding-top: 1.5em;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5em;
}
 .byline, .updated:not(.published) {
 display: none;
}
.single .byline, .group-blog .byline {
	display: none;
}
.page-content, .entry-content, .entry-summary, .page-header, .entry-header, .widget-area {
	margin: 1.5em 0 0;
}
.site-content #secondary.widget-area {
	margin-top: 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.cat-links, .tags-links {
	padding: 0 .75em
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed, iframe, object {
	max-width: 100%;
}
/* JetPack Contact Info Widget Google Map */
.widget-area .contact-map {
max-width: 30rem
}
.wp-block-cover, .wp-block-media-text.has-background {
	text-shadow: 1px 1px 1px #202020;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
 .wp-caption img[class*="wp-image-"] {
 border: 1px solid transparent;
 border-radius: 9px;
 display: block;
 margin-left: auto;
 margin-right: auto;
}
 .wp-caption a img[class*="wp-image-"]:hover {
 border-color: rgb(241,90,34);
 }
.wp-caption .wp-caption-text {
	margin: 0.5em auto;
	text-align: center;
	text-transform: uppercase;
}
.wp-caption-text {
	text-align: center;
}
.full-grid .wp-caption {
	margin-bottom: 0;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
 @media screen and (min-width: 60em) {
.site-flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.site-description {
/*	display: table-cell; IE 11 hack */
	float: left;
	margin: .5em;
	text-align: left;
}
/* IE 11 Grid Hack */
.desktop {
	display: inline-block;
}
.mobile {
	display: none
}
.site-header .search-form {
	margin: 1.5em 0
}
 .menu-toggle {
 display: none;
}
 .main-navigation {
 background: rgba(255,255,255,.75);
}
 .main-navigation ul {
 display: flex;
 flex: 1 1 auto;
 flex-flow: row wrap;
 justify-content: start;
 margin: auto
}
 .main-navigation li {
 float: left;
 position: relative;
}
 .main-navigation a {
	color: rgb(69,52,99);
	text-align: center;
 }
 .main-navigation li:hover > a, .main-navigation li.focus > a {
	background: rgba(255, 255, 255, .8);
 }
.main-navigation ul ul {
 background: rgba(125,65,153,.85);
 border-bottom-right-radius: 9px;
border-bottom-left-radius: 9px;
 float: left;
 position: absolute;
 top: 2.4em;
 left: -999em;
 z-index: 99999;
}
.main-navigation ul ul ul {
 left: -999em;
 top: 0;
}
.main-navigation ul ul a {
	color: #fff;
	display: inherit;
	text-align: left;
	width: 220px;
}
.main-navigation ul ul a:hover, .main-navigation ul ul a.focus {
	background: rgba(69,52,99,1);
	color: #fff;
	text-decoration: underline;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
 left: auto;
}
 .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
 left: 100%;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
	background: rgba(255, 255, 255, .8);
	color: rgb(69,52,99);
}
#page .owl-carousel-item-imgtitle {
	font-size: 3.5rem;
}
/* Layout: Content-Sidebar */
.content-area, .tiles {
	background: inherit;
 float: left;
 margin: 0 -31.5% 0 0;
 width: 100%;
}
.site-main {
 margin: 0 34.5% 0 0;
}
.page-template-page-full .site-main {
	margin: 0;
}
.full-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(190px,260px));
	grid-gap: .75em;
}
/* Layout: Landing Page */
.page-template-page-landing .entry-content {
	margin-top: -4.4em;
}
.page-template-page-landing .site-main {
	margin: 0 auto;
}
.tiles-grid {
	grid-template-columns: repeat(3, minmax(160px,240px));
	width: 65.5%;
}
#secondary.widget-area {
		background: rgba(69,52,99,.1);
 border-bottom-right-radius: 9px;
border-bottom-left-radius: 9px;
 float: right;
 	margin-top: 0;
 margin-bottom: 1.5em;
 overflow: hidden;
 padding: 1.5rem 2.5vw;
 width: 31.5%;
}
#colophon .widget-area {
display: flex;
flex: 0 1 auto;
flex-flow: row nowrap;
justify-content: space-between;
}
#fourth.widget-area {
	flex-flow: row wrap;
}
#tertiary .widget {
	margin: 0 .5em 1.5em .5em;
	max-width: 300px;
}
th {
hyphens: inherit
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.page-template-page-landing #main h1 {
	padding: .5em 27.5%
}
.page-template-page-landing #main h1 + * {
	padding: 1.5em 27.5%;
}
.alignnone {
 margin: 0
}
.alignleft {
 clear: none;
 display: inline;
 float: left;
 margin-right: 1.5em;
}
 .alignright {
 clear: none;
 display: inline;
 float: right;
 margin-left: 1.5em;
}
}
 @media screen and (min-width: 68.75em) {
 body, button, input, select, textarea {
	 font-size: 1.8rem;
	 }
	 .main-navigation ul ul {
		 top: 2.2em;
	 }
.page-template-page-landing #main h1, .page-template-page-landing #main h1 + * {
	padding: .5em 15%;
 	}
	blockquote, .wp-block-quote {
	font-size: 2.1rem;
	 }
	 .wp-block-pullquote p {
		 font-size: 2.4rem;
	 }
	 .wp-block-columns .wp-block-image {
		 margin-bottom: .25em;
	 }
 }
/*--------------------------------------------------------------
# Print
--------------------------------------------------------------*/

@media print {
/* Hide elements */
	nav, .main-navigation, .social-navigation, .page-links, .edit-link, .post-navigation, .pagination.navigation, .comments-pagination, .comment-respond, .comment-edit-link, .comment-reply-link, .comment-metadata .edit-link, .pingback .edit-link {
	display: none !important;
}
.entry-footer, #comments, .site-footer, .single-featured-image-header {
	border: 0;
}
/* Font styles */
	body {
	font-family: sans-serif;
	font-size: 12pt;
	line-height: 1.4;
}
h1, h2, h3, h4, h5, h6, .entry-title, .page-title, strong, b, dt, th {
	font-weight: 600
}
h1, h2, h3, h4, h5, h6, .entry-title, .page-title, th {
	font-family: serif;
	line-height: 1.2;
}
h1, .site-title {
	font-size: 28pt;
}
h2, .entry-title {
	font-size: 21pt;
}
h3, .site-description, .page-title, th {
	font-size: 18pt;
}
h4, blockquote, blockquote q, blockquote cite {
	font-size: 16pt;
}
h5, .author-title {
	font-size: 14pt;
}
.entry-meta, .wp-caption {
	font-size: 10pt;
}
/* Layout */
	body {
	padding: 0;
	text-align: left
}
header, .site, .site-header, #content, .content-area, .site-main, .page-template-page-full .site-main, #secondary, .widget-area, footer, .site-footer {
	clear: both;
	display: block;
	float: none;
	margin: 0;
	position: relative;
	width: 100%
}
header#masthead, #content {
	border-bottom: 1pt solid #000;
	margin-bottom: 11pt;
	padding-bottom: 11pt
}
table, th, tr {
	border-bottom: 1pt solid #000
}
img {
	max-width: 100%
}
.alignleft, .alignright, .aligncenter {
	clear: both;
	display: block;
	float: none;
	text-align: left
}
.site-content a:after, .site-footer a:after {
	content: " <" attr(href) ">";
	text-decoration: none;
	word-wrap: break-word
}
a[href^="#"]:after {
 content: ""
}
/* Colors */
	body, .site, .site-header, .site-footer {
	background: none !important; /* Brute force since user agents all print differently. */
	color: #000;
}
a, .site-title a, .entry-meta a .site-footer a {
	color: #666 !important; /* Make sure color schemes don't affect to print */
	text-decoration: underline
}
h1, .site-title, .entry-title, .page-title, h2, h3, h4, h5, blockquote, .site-description {
	color: #333 !important; /* Make sure color schemes don't affect to print */
}
.entry-meta {
	color: #666
}
}
