@charset "UTF-8";
/*
	Quay Pro Theme
	Theme Name: Quay Pro Theme
	Description: A custom WordPress theme built for RMCA by Lagom Design based on the Genesis Framework.
	Author: Lagom Design
	Author URI: http://lagomdesign.com/

	Version: 1.0.1

	Template: genesis
	Template Version: 2.6.1

*/
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
/* HTML 5 Reset
 * ========================================================================== */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("https://use.typekit.net/xzn1bpq.css");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */ }

/*
	_breakpoints.scss
*/
/*
// !Breakpoints
---------------------------------------------------------------------------------------------------- */
/*
	_math.scss
*/
/*
	Function List
	
	pow( $number, $exp );
	fact( $number );
	pi();
	rad( $angle );
	sin( $angle );
	cos( $angle );
	tan( $angle );
*/
/**
	Always include Bourbon

@import "bourbon/bourbon";
@see https://www.bourbon.io/docs/latest/
v 5.0
border-color							border-color(#a60b55 #76cd9c null #e8ae1a)
border-top-radius					border-top-radius(4px)
border-right-radius				border-right-radius(3px)
border-bottom-radius			border-bottom-radius(2px)
border-left-radius				border-left-radius(1px)
border-style							border-style(dashed null solid)
border-width							border-width(1em null 20px)
all-buttons								button, [type='button'], [type='reset'], [type='submit']
all-buttons-active				above:active
all-buttons-focus					above:focus
all-buttons-hover					above:hover
clearfix									
contrast-switch						contrast-switch( $color-to-evaluate, $return-for-light, $return-for-dark )
ellipsis									ellipsis( $width, display )
font-face									x
font-stack-helvetica			x
font-stack-lucida-grande	x
font-stack-verdana				x
font-stack-system					x
font-stack-garamond				x
font-stack-georgia				x
font-stack-hoefler-text		x
font-stack-consolas				x
font-stack-courier-new		x
font-stack-monaco					x
hide-text									x
hide-visually							x
margin										margin( null auto )
modular-scale							x
overflow-wrap							x
padding										padding( 10px null 15px )
position									position( relative, 0 null null 10em )
prefixer									prefixer( appearance, none, ("webkit", "moz") )
shade											shade( #ffbb52, 60% )
size											size( $width, $height )
strip-unit								x
all-text-inputs						x
all-text-inputs-active		x
all-text-inputs-focus			x
all-text-inputs-hover			x
all-text-inputs-invalid		x
tint											shade( #ffbb52, 20% )
triangle									triangle( [up, up-right, right, down-right, down, down-left, left or up-left] )
value-prefixer						x
**/
/*
// !CSS Columns
---------------------------------------------------------------------------------------------------- */
/*
// !Breakpoints
---------------------------------------------------------------------------------------------------- */
/*
// !Box Layout
---------------------------------------------------------------------------------------------------- */
/* http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css/
--------------------------------------------- */
/* 
// !Better Transparency
--------------------------------------------- */
/*
	_type.scss
*/
/*
// !Mixins and Bases
---------------------------------------------------------------------------------------------------- */
/*
// !Groups
---------------------------------------------------------------------------------------------------- */
/*
	_animation.scss
*/
:root {
  --rotation-start: 0deg;
  --rotation-end: 45deg; }

@keyframes spin-away {
  0% {
    transform: rotate(0deg) scale(1);
    opacity: 0.5; }
  5% {
    transform: rotate(0deg) scale(1.05);
    opacity: 1; }
  100% {
    transform: rotate(-18deg) scale(0.99);
    opacity: 0; } }

@keyframes spin-in {
  0% {
    transform: scale(0.95);
    opacity: 0.67; }
  5% {
    transform: scale(1.05);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }

@keyframes pop-in {
  0% {
    transform: scaleX(0); }
  100% {
    transform: scaleY(1); } }

@keyframes scale-up {
  0% {
    transform: scaleY(0); }
  98% {
    transform: scaleY(1.05); }
  100% {
    transform: scaleY(1); } }

/*
  icons.scss
*/
.site-info-facebook {
  font-size: 36px; }
  .site-info-facebook::before {
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    margin-right: 0.5rem;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "";
    font-weight: 400;
    font-family: "Font Awesome 5 Brands"; }

.site-info-twitter {
  font-size: 36px; }
  .site-info-twitter::before {
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    margin-right: 0.5rem;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "";
    font-weight: 400;
    font-family: "Font Awesome 5 Brands"; }

.site-info-instagram {
  font-size: 36px; }
  .site-info-instagram::before {
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    margin-right: 0.5rem;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "";
    font-weight: 400;
    font-family: "Font Awesome 5 Brands"; }

/*
	_grid-settings.scss
*/
/*
// !Rutnat
---------------------------------------------------------------------------------------------------- */
/*
	_rutnat.scss

	Rutnät [Swedish] : grid
	A grid system based on CSS Grid.

	Changelog

	v1.1	Change from flexbox to grid. Oh boy...

	*/
/*
// !Variable Declare
---------------------------------------------------------------------------------------------------- */
/*
// !Mixins
---------------------------------------------------------------------------------------------------- */
/**
/// rut-container
/// Creates a grid container.
/// @param  map|int	$_grid-col	[$rut-default-grid]	Accepts either a defined rutnat grid map or the number of columns for the grid container.
/// @param  length	$_gutter	[null]	Width of grid gutters, units required. Ignored if map passed to first param.
/// @param  length	$_padding	[null]	Width of grid cell padding, units required. Ignored if map passed to first param.
**/
/**
/// rut-sub-container
/// Alias of rut-container. Retained for backwards compatibility.
/// @param  map|int	$_grid-col	[$rut-default-grid]	Accepts either a defined rutnat grid map or the number of columns for the grid container.
/// @param  length	$_gutter	[null]	Width of grid gutters, units required. Ignored if map passed to first param.
/// @param  length	$_padding	[null]	Width of grid cell padding, units required. Ignored if map passed to first param.
**/
/**
/// rut-column
/// Creates grid column of certain size.
/// @param  int	$_span	[1]	Column span of cell.
/// @param  map	$_grid	[$rut-default-grid]	Defined rutnat grid.
**/
/**
/// rut-offset
/// Offsets column to the right by designed number of grid columns.
/// @param int 		$offset		required		Nubmer of grid columns to offset cell.
/// @param int 		$columns	[$rut-col]	Number of columns in grid.
/// @param length $gutter		[$rut-gut]	Width of grid gutters, units required.
**/
/**
/// rut-stack
/// Convert grid to single-column.
**/
/**
/// rut-wrap [depreciated]
/// Forces flex-based grid to wrap cells to new row.
**/
/*
// !Functions
---------------------------------------------------------------------------------------------------- */
/*
// !Define Spacing
---------------------------------------------------------------------------------------------------- */
/*
// !Rutnat Constants
---------------------------------------------------------------------------------------------------- */
/*
  _type-settings.scss
*/
/*
@mixin font-size utilizes the @mixin modular-scale() from Bourbon.
// modular-scale reduces the value of base_value[2] by ratio until
// base_value[2] is slightly larger than base_value[1]
// For best results, base_value[1] should always be 1.
// To avoid re-calculations, base_value[2] should be less than 2.

For reference, font-size( $step ) will return the following given $step

$step : return calculation
0 : base_value[1]
1 : base_value[2]
2 : base_value[1] * ratio
3 : base_value[2] * ratio
4 : base_value[1] * ratio * ratio
5 : base_value[2] * ratio * ratio
6 : base_value[1] * ratio * ratio * ratio
7 : base_value[2] * ratio * ratio * ratio
... etc.

$type_size_ratio options in Bourbon

$minor-second:     1.067;
$major-second:     1.125;
$minor-third:      1.2;
$major-third:      1.25;
$perfect-fourth:   1.333;
$augmented-fourth: 1.414;
$perfect-fifth:    1.5;
$minor-sixth:      1.6;
$golden:           1.618;
$major-sixth:      1.667;
$minor-seventh:    1.778;
$major-seventh:    1.875;
$octave:           2;
$major-tenth:      2.5;
$major-eleventh:   2.667;
$major-twelfth:    3;
$double-octave: 	 4;
*/
/*
	_colors.scss
*/
/*
// !Color Definitions
---------------------------------------------------------------------------------------------------- */
.has-rm-teal-background-color, .has-rm-teal-background-color::before, .has-rm-teal-background-color::after {
  background-color: #00b2a9; }

.has-rm-teal-color {
  color: #00b2a9; }

.has-rm-canary-background-color, .has-rm-canary-background-color::before, .has-rm-canary-background-color::after {
  background-color: #f9e300; }

.has-rm-canary-color {
  color: #f9e300; }

.has-rm-iron-background-color, .has-rm-iron-background-color::before, .has-rm-iron-background-color::after {
  background-color: #5e6167; }

.has-rm-iron-color {
  color: #5e6167; }

.has-rm-brick-background-color, .has-rm-brick-background-color::before, .has-rm-brick-background-color::after {
  background-color: #b23d00; }

.has-rm-brick-color {
  color: #b23d00; }

.has-rm-purple-background-color, .has-rm-purple-background-color::before, .has-rm-purple-background-color::after {
  background-color: #7d69cd; }

.has-rm-purple-color {
  color: #7d69cd; }

.has-rm-grass-background-color, .has-rm-grass-background-color::before, .has-rm-grass-background-color::after {
  background-color: #80c614; }

.has-rm-grass-color {
  color: #80c614; }

.has-rm-grout-background-color, .has-rm-grout-background-color::before, .has-rm-grout-background-color::after {
  background-color: #5c6665; }

.has-rm-grout-color {
  color: #5c6665; }

.has-rm-earth-background-color, .has-rm-earth-background-color::before, .has-rm-earth-background-color::after {
  background-color: #74644d; }

.has-rm-earth-color {
  color: #74644d; }

.has-rm-sand-background-color, .has-rm-sand-background-color::before, .has-rm-sand-background-color::after {
  background-color: #9a8a7d; }

.has-rm-sand-color {
  color: #9a8a7d; }

.has-rm-grey-light-background-color, .has-rm-grey-light-background-color::before, .has-rm-grey-light-background-color::after {
  background-color: #e2e3e4; }

.has-rm-grey-light-color {
  color: #e2e3e4; }

.has-rm-grey-med-background-color, .has-rm-grey-med-background-color::before, .has-rm-grey-med-background-color::after {
  background-color: #afb0b3; }

.has-rm-grey-med-color {
  color: #afb0b3; }

.has-rm-white-background-color, .has-rm-white-background-color::before, .has-rm-white-background-color::after {
  background-color: #ffffff; }

.has-rm-white-color {
  color: #ffffff; }

.has-rm-black-background-color, .has-rm-black-background-color::before, .has-rm-black-background-color::after {
  background-color: #000000; }

.has-rm-black-color {
  color: #000000; }

/*
// !Defaults
---------------------------------------------------------------------------------------------------- */
/*
// !Backgrounds and Borders
--------------------------------------------- */
/*
// !Text
--------------------------------------------- */
/*
	_fonts.scss
*/
/*
// !Defaults
---------------------------------------------------------------------------------------------------- */
/*
// !@font-face
---------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: 'cooperhewitt';
  font-weight: 700;
  font-style: normal;
  src: url("lib/fonts/cooperhewitt/CooperHewitt-Bold.eot");
  /* IE9 Compat Modes */
  src: url("lib/fonts/cooperhewitt/CooperHewitt-Bold.eot?#iefix") format("embedded-opentype"), url("lib/fonts/cooperhewitt/CooperHewitt-Bold.woff2") format("woff2"), url("lib/fonts/cooperhewitt/CooperHewitt-Bold.woff") format("woff"), url("lib/fonts/cooperhewitt/CooperHewitt-Bold.ttf") format("truetype"), url("lib/fonts/cooperhewitt/CooperHewitt-Bold.svg#svgFontName") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: 'cooperhewitt';
  font-weight: 700;
  font-style: italic;
  src: url("lib/fonts/cooperhewitt/CooperHewitt-BoldItalic.eot");
  /* IE9 Compat Modes */
  src: url("lib/fonts/cooperhewitt/CooperHewitt-BoldItalic.eot?#iefix") format("embedded-opentype"), url("lib/fonts/cooperhewitt/CooperHewitt-BoldItalic.woff2") format("woff2"), url("lib/fonts/cooperhewitt/CooperHewitt-BoldItalic.woff") format("woff"), url("lib/fonts/cooperhewitt/CooperHewitt-BoldItalic.ttf") format("truetype"), url("lib/fonts/cooperhewitt/CooperHewitt-BoldItalic.svg#svgFontName") format("svg");
  /* Legacy iOS */ }

/*
// !@imports from vendors
---------------------------------------------------------------------------------------------------- */
/*
// !Baseline
---------------------------------------------------------------------------------------------------- */
html, body {
  font-size: 62.5%;
  overflow-x: hidden; }

body {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 26.17924px;
  background-color: white;
  color: #1f1f1f;
  font-family: "Georgia", "Times", "Times New Roman", serif;
  font-weight: normal;
  line-height: 1.625;
  margin: 0; }

* {
  box-sizing: border-box; }

/*
  buttons
*/
/*
// !Links
--------------------------------------------- */
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  transition: all 0.3s ease-in-out; }

::selection {
  background-color: #f9e300;
  color: black; }

a {
  text-decoration: none; }

.entry-content a:not(.button) {
  color: #56850d;
  background-color: rgba(178, 61, 0, 0.1); }
  .entry-content a:not(.button):hover {
    color: #b23d00;
    background-color: #f9e300; }

/*
// !Body
--------------------------------------------- */
p, quote, ul > li, ol > li {
  font-family: "poynter-oldstyle-text", "Georgia", "Times", "Times New Roman", serif;
  color: #1f1f1f; }

div,
p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 26.17924px; }

p {
  margin: 0 0 2rem;
  padding: 0; }

ol,
ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

b,
strong {
  font-weight: 700; }

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

blockquote {
  margin: 40px; }

blockquote::before {
  font-size: 29.25px;
  font-size: 2.925rem;
  line-height: 42.35801032px;
  content: "\201C";
  display: block;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px; }

/*
// !Headings
--------------------------------------------- */
h1, .entry-title, h2, .archive-title, h3, h4, h5, h6 {
  font-family: "poynter-oldstyle-display", "Georgia", "Times", "Times New Roman", serif;
  color: black;
  line-height: 1;
  margin: 0; }
  .entry-content h1, .entry-content .entry-title, .entry-content h2, .entry-content .archive-title, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    clear: both; }

h6 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 26.17924px;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

h5 {
  font-size: 19.5px;
  font-size: 1.95rem;
  line-height: 32.72405px; }

h4 {
  font-size: 19.5px;
  font-size: 1.95rem;
  line-height: 32.72405px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 400; }

h3 {
  font-size: 22.5px;
  font-size: 2.25rem;
  line-height: 32.72405px; }

h2, .archive-title {
  font-size: 33.75px;
  font-size: 3.375rem;
  line-height: 52.9475129px; }

h1, .entry-title {
  font-size: 50.625px;
  font-size: 5.0625rem;
  line-height: 85.6690758722px; }

.fraction {
  font-variant-numeric: diagonal-fractions;
  -moz-font-feature-settings: "frac";
  -webkit-font-feature-settings: "frac";
  font-feature-settings: "frac"; }

/* !Titles
--------------------------------------------- */
.entry-title a,
.sidebar .widget-title a {
  color: black; }

.entry-title a:hover {
  color: #b23d00; }

/*
	_structure.scss
*/
/*
// !Site Containers
---------------------------------------------------------------------------------------------------- */
.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 1280px; }

.site-inner {
  clear: both;
  padding-top: 0;
  padding-bottom: 30px; }

/*
// !Content and Sidebars
---------------------------------------------------------------------------------------------------- */
/*
// ! Wrapping div for .content and .sidebar-primary
--------------------------------------------- */
.content-sidebar-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0 auto; }
  .content-sidebar-wrap > * {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc( ( 99.99% - ( 30px * 12 ) ) / 12); }
  @supports (display: grid) {
    .content-sidebar-wrap {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-auto-rows: auto;
      grid-auto-flow: row;
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      align-items: start;
      align-content: start;
      justify-items: stretch;
      justify-content: stretch; }
      .content-sidebar-wrap > * {
        width: auto;
        margin: 0 0; } }
  @media (max-width: 1340px) {
    .content-sidebar-wrap {
      margin: 0 30px; } }
  @media (max-width: 950px) {
    .content-sidebar-wrap {
      flex-direction: column; }
      .content-sidebar-wrap > * {
        width: 100%; }
      @supports (display: grid) {
        .content-sidebar-wrap {
          grid-template-columns: 1fr; }
          .content-sidebar-wrap > * {
            grid-column-start: 1;
            grid-column-end: 2; } } }
/*
// !Content
--------------------------------------------- */
.sidebar-content .content, .content-sidebar .content {
  width: calc( ( 8 * ( 99.99% - ( 30px * 12 ) ) / 12 ) + 210px); }
  @supports (display: grid) {
    .sidebar-content .content, .content-sidebar .content {
      grid-column-start: auto;
      grid-column-end: span 8;
      width: auto; } }
  @media (max-width: 950px) {
    .sidebar-content .content, .content-sidebar .content {
      grid-column-start: 1;
      grid-column-end: 2; } }
.sidebar-content .content {
  order: 2; }

.full-width-content .content {
  width: calc( ( 12 * ( 99.99% - ( 30px * 12 ) ) / 12 ) + 330px); }
  @supports (display: grid) {
    .full-width-content .content {
      grid-column-start: auto;
      grid-column-end: span 12;
      width: auto; } }
  @media (max-width: 950px) {
    .full-width-content .content {
      grid-column-start: 1;
      grid-column-end: 2; } }
/*
// !Primary Sidebar
--------------------------------------------- */
.sidebar-content .sidebar-primary, .content-sidebar .sidebar-primary {
  width: calc( ( 4 * ( 99.99% - ( 30px * 12 ) ) / 12 ) + 90px); }
  @supports (display: grid) {
    .sidebar-content .sidebar-primary, .content-sidebar .sidebar-primary {
      grid-column-start: auto;
      grid-column-end: span 4;
      width: auto; } }
  @media (max-width: 950px) {
    .sidebar-content .sidebar-primary, .content-sidebar .sidebar-primary {
      grid-column-start: 1;
      grid-column-end: 2; } }
/*
// !Seconary Sidebar
--------------------------------------------- */
.sidebar-secondary {
  width: calc( ( 2 * ( 99.99% - ( 30px * 12 ) ) / 12 ) + 30px); }
  @supports (display: grid) {
    .sidebar-secondary {
      grid-column-start: auto;
      grid-column-end: span 2;
      width: auto; } }
  @media (max-width: 950px) {
    .sidebar-secondary {
      grid-column-start: 1;
      grid-column-end: 2; } }
/*
	_header.scss
*/
/*
// !Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  min-height: 120px;
  padding: 0; }
  @media (max-width: 950px) {
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
      float: none; } }
.site-header .wrap,
.after-header .wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  max-width: 1280px;
  margin: 0 auto; }
  .site-header .wrap > *,
  .after-header .wrap > * {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc( ( 99.99% - ( 30px * 12 ) ) / 12); }
  @supports (display: grid) {
    .site-header .wrap,
    .after-header .wrap {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-auto-rows: auto;
      grid-auto-flow: row;
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      align-items: start;
      align-content: start;
      justify-items: stretch;
      justify-content: stretch; }
      .site-header .wrap > *,
      .after-header .wrap > * {
        width: auto;
        margin: 0 0; } }
  @media (max-width: 1340px) {
    .site-header .wrap,
    .after-header .wrap {
      margin: 0 30px; } }
  @media (max-width: 950px) {
    .site-header .wrap,
    .after-header .wrap {
      position: relative; } }
/*
// !Title Area
--------------------------------------------- */
.site-header .title-area {
  width: calc( ( 4 * ( 99.99% - ( 30px * 12 ) ) / 12 ) + 90px);
  padding: 0; }
  @supports (display: grid) {
    .site-header .title-area {
      grid-column-start: auto;
      grid-column-end: span 4;
      width: auto; } }
  .header-full-width .site-header .title-area {
    width: calc( ( 4 * ( 99.99% - ( 30px * 12 ) ) / 12 ) + 90px); }
    @supports (display: grid) {
      .header-full-width .site-header .title-area {
        grid-column-start: auto;
        grid-column-end: span 4;
        width: auto; } }
  @media (max-width: 950px) {
    .site-header .title-area {
      width: calc( ( 12 * ( 99.99% - ( 30px * 12 ) ) / 12 ) + 330px); }
      @supports (display: grid) {
        .site-header .title-area {
          grid-column-start: auto;
          grid-column-end: span 12;
          width: auto; } } }
/*
// !Header Image
--------------------------------------------- */
.header-image .site-title > a {
  background: url(images/logo.png) no-repeat left;
  min-height: 120px;
  width: 100%;
  display: block;
  margin-top: 20px; }

.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: -9999px; }

.header-image .site-description {
  display: none; }

@media (max-width: 950px) {
  .header-image .title-area {
    background-position: center top; } }

/*
// !Widget Area
--------------------------------------------- */
.site-header .widget-area {
  width: calc( ( 8 * ( 99.99% - ( 30px * 12 ) ) / 12 ) + 210px);
  text-align: right; }
  @supports (display: grid) {
    .site-header .widget-area {
      grid-column-start: auto;
      grid-column-end: span 8;
      width: auto; } }
  @media (max-width: 950px) {
    .site-header .widget-area {
      width: calc( ( 12 * ( 99.99% - ( 30px * 12 ) ) / 12 ) + 330px); }
      @supports (display: grid) {
        .site-header .widget-area {
          grid-column-start: auto;
          grid-column-end: span 12;
          width: auto; } } }
/*
	_buttons.scss
*/
/*
// !Buttons
---------------------------------------------------------------------------------------------------- */
button, [type='button'], [type='reset'], [type='submit'],
.entry-content a.more-link,
.entry-content .more-link-wrap a,
.button {
  font-size: 22.5px;
  font-size: 2.25rem;
  line-height: 32.72405px;
  font-family: "interstate-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1;
  background-color: #5e6167;
  color: white;
  text-decoration: none;
  padding: 15px;
  border: 2px solid white;
  display: inline-block;
  border-radius: 0; }

button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus,
button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover,
button:active, [type='button']:active, [type='reset']:active, [type='submit']:active,
.button:hover,
.button:active,
.button:focus,
.entry-content a.more-link:hover,
.entry-content a.more-link:active,
.entry-content a.more-link:focus,
.entry-content .more-link-wrap a:hover,
.entry-content .more-link-wrap a:active,
.entry-content .more-link-wrap a:focus {
  background-color: #7d69cd;
  color: white; }

.more-link-wrap {
  text-align: center; }

/*
  block-editor
*/
.wp-block-button.is-style-button .wp-block-button__link {
  font-size: 22.5px;
  font-size: 2.25rem;
  line-height: 32.72405px;
  font-family: "interstate-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1;
  background-color: #5e6167;
  color: white;
  text-decoration: none;
  padding: 15px;
  border: 2px solid white;
  display: inline-block;
  border-radius: 0; }
  .wp-block-button.is-style-button .wp-block-button__link:hover, .entry-content .wp-block-button.is-style-button .wp-block-button__link:hover {
    background-color: #7d69cd;
    color: white; }

.wp-block-button.is-style-small-button .wp-block-button__link {
  font-size: 22.5px;
  font-size: 2.25rem;
  line-height: 32.72405px;
  font-family: "interstate-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1;
  background-color: #5e6167;
  color: white;
  text-decoration: none;
  padding: 15px;
  border: 2px solid white;
  display: inline-block;
  border-radius: 0;
  font-size: 19.5px;
  font-size: 1.95rem;
  line-height: 32.72405px;
  padding: 10px; }
  .wp-block-button.is-style-small-button .wp-block-button__link:hover, .entry-content .wp-block-button.is-style-small-button .wp-block-button__link:hover {
    background-color: #7d69cd;
    color: white;
    font-size: 19.5px;
    font-size: 1.95rem;
    line-height: 32.72405px;
    padding: 10px; }

.wp-block-button.is-style-brick-button .wp-block-button__link {
  font-size: 22.5px;
  font-size: 2.25rem;
  line-height: 32.72405px;
  font-family: "interstate-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1;
  background-color: #5e6167;
  color: white;
  text-decoration: none;
  padding: 15px;
  border: 2px solid white;
  display: inline-block;
  border-radius: 0;
  background-color: #b23d00; }
  .wp-block-button.is-style-brick-button .wp-block-button__link:hover, .entry-content .wp-block-button.is-style-brick-button .wp-block-button__link:hover {
    background-color: #7d69cd;
    color: white; }

/* ## Avatar
--------------------------------------------- */
.avatar {
  float: left; }
  .alignleft .avatar, .author-box .avatar {
    margin-right: 30px; }
  .alignright .avatar {
    margin-left: 30px; }
  .comment .avatar {
    margin: 0 16px 30px 0; }

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
  margin-bottom: 20px; }

.archive-description,
.author-box {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 26.17924px;
  background-color: white;
  margin-bottom: 30px;
  padding: 20px; }

.author-box-title {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 26.17924px;
  margin-bottom: 10px; }

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0; }

/* ## Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden; }

.site-header .search-form {
  float: right;
  margin-top: 10px; }

.entry-content .search-form,
.site-header .search-form {
  width: 50%; }

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px; }

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto; }

a.alignnone {
  display: inline-block; }

.alignleft {
  float: left;
  text-align: left; }

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

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%; }

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px; }

img.alignnone,
.alignnone {
  margin-bottom: 20px; }

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0; }

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 15px 15px; }

.wp-caption-text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20.225px;
  text-align: center; }

.entry-content p.wp-caption-text {
  margin-bottom: 0; }

/*
	_forms.scss
*/
/*
// !Forms
--------------------------------------------- */
form input[type="text"],
form input[type="url"],
form input[type="email"],
form select,
form textarea,
.acf-field input[type="text"],
.acf-field input[type="url"],
.acf-field input[type="email"],
.acf-field select,
.acf-field textarea,
.nf-form-content input[type="text"],
.nf-form-content input[type="url"],
.nf-form-content input[type="email"],
.nf-form-content select,
.nf-form-content textarea {
  font-size: 19.5px;
  font-size: 1.95rem;
  line-height: 32.72405px;
  line-height: 1;
  padding: 10px 15px !important;
  background-color: white;
  border: 1px solid #afb0b3;
  color: #afb0b3;
  width: 100%;
  height: auto; }

form input[type="url"],
.acf-field input[type="url"],
.nf-form-content input[type="url"] {
  padding-left: 25px !important; }

form input:focus,
form textarea:focus,
.acf-field input:focus,
.acf-field textarea:focus,
.nf-form-content input:focus,
.nf-form-content textarea:focus {
  border-color: #5e6167;
  background-color: white;
  outline: none;
  color: #5e6167; }

form input[type="checkbox"],
form input[type="image"],
form input[type="radio"],
.acf-field input[type="checkbox"],
.acf-field input[type="image"],
.acf-field input[type="radio"],
.nf-form-content input[type="checkbox"],
.nf-form-content input[type="image"],
.nf-form-content input[type="radio"] {
  width: auto; }

form ::-moz-placeholder,
.acf-field ::-moz-placeholder,
.nf-form-content ::-moz-placeholder {
  color: #e2e3e4;
  opacity: 1; }

form ::-webkit-input-placeholder,
.acf-field ::-webkit-input-placeholder,
.nf-form-content ::-webkit-input-placeholder {
  color: #e2e3e4; }

form input[type="search"]::-webkit-search-cancel-button,
form input[type="search"]::-webkit-search-results-button,
.acf-field input[type="search"]::-webkit-search-cancel-button,
.acf-field input[type="search"]::-webkit-search-results-button,
.nf-form-content input[type="search"]::-webkit-search-cancel-button,
.nf-form-content input[type="search"]::-webkit-search-results-button {
  display: none; }

form button:not([id^="mceu_"]),
form input[type=button],
form input[type=submit],
form .button,
.acf-field button:not([id^="mceu_"]),
.acf-field input[type=button],
.acf-field input[type=submit],
.acf-field .button,
.nf-form-content button:not([id^="mceu_"]),
.nf-form-content input[type=button],
.nf-form-content input[type=submit],
.nf-form-content .button {
  font-size: 22.5px;
  font-size: 2.25rem;
  line-height: 32.72405px;
  font-family: "interstate-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1;
  background-color: #5e6167;
  color: white;
  text-decoration: none;
  padding: 15px;
  border: 2px solid white;
  display: inline-block;
  border-radius: 0;
  cursor: pointer; }
  form button:not([id^="mceu_"]):hover,
  form input[type=button]:hover,
  form input[type=submit]:hover,
  form .button:hover,
  .acf-field button:not([id^="mceu_"]):hover,
  .acf-field input[type=button]:hover,
  .acf-field input[type=submit]:hover,
  .acf-field .button:hover,
  .nf-form-content button:not([id^="mceu_"]):hover,
  .nf-form-content input[type=button]:hover,
  .nf-form-content input[type=submit]:hover,
  .nf-form-content .button:hover {
    background-color: #7d69cd;
    color: white; }

form div[data-name="member_google_maps_placeid"],
form div[data-name="find_map_place_id"],
.acf-field div[data-name="member_google_maps_placeid"],
.acf-field div[data-name="find_map_place_id"],
.nf-form-content div[data-name="member_google_maps_placeid"],
.nf-form-content div[data-name="find_map_place_id"] {
  display: none; }

/*
	_galleries.scss
*/
/*
// !Galleries
---------------------------------------------------------------------------------------------------- */
.gallery {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start; }
  .gallery > * {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc( ( 99.99% - ( 30px * 12 ) ) / 12); }
  @supports (display: grid) {
    .gallery {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-auto-rows: auto;
      grid-auto-flow: row;
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      align-items: start;
      align-content: start;
      justify-items: stretch;
      justify-content: stretch; }
      .gallery > * {
        width: auto;
        margin: 0 0; } }

.gallery-item {
  text-align: center; }
  .gallery-columns-1 .gallery-item {
    width: calc( ( 99.99% - ( 30px * 1 ) ) / 1); }
    @supports (display: grid) {
      .gallery-columns-1 .gallery-item {
        grid-column-start: auto;
        grid-column-end: span 1;
        width: auto; } }
  .gallery-columns-2 .gallery-item {
    width: calc( ( 99.99% - ( 30px * 2 ) ) / 2); }
    @supports (display: grid) {
      .gallery-columns-2 .gallery-item {
        grid-column-start: auto;
        grid-column-end: span 1;
        width: auto; } }
  .gallery-columns-3 .gallery-item {
    width: calc( ( 99.99% - ( 30px * 3 ) ) / 3); }
    @supports (display: grid) {
      .gallery-columns-3 .gallery-item {
        grid-column-start: auto;
        grid-column-end: span 1;
        width: auto; } }
  .gallery-columns-4 .gallery-item {
    width: calc( ( 99.99% - ( 30px * 4 ) ) / 4); }
    @supports (display: grid) {
      .gallery-columns-4 .gallery-item {
        grid-column-start: auto;
        grid-column-end: span 1;
        width: auto; } }
  .gallery-columns-5 .gallery-item {
    width: calc( ( 99.99% - ( 30px * 5 ) ) / 5); }
    @supports (display: grid) {
      .gallery-columns-5 .gallery-item {
        grid-column-start: auto;
        grid-column-end: span 1;
        width: auto; } }
  .gallery-columns-6 .gallery-item {
    width: calc( ( 99.99% - ( 30px * 6 ) ) / 6); }
    @supports (display: grid) {
      .gallery-columns-6 .gallery-item {
        grid-column-start: auto;
        grid-column-end: span 1;
        width: auto; } }
  .gallery-columns-7 .gallery-item {
    width: calc( ( 99.99% - ( 30px * 7 ) ) / 7); }
    @supports (display: grid) {
      .gallery-columns-7 .gallery-item {
        grid-column-start: auto;
        grid-column-end: span 1;
        width: auto; } }
  .gallery-columns-8 .gallery-item {
    width: calc( ( 99.99% - ( 30px * 8 ) ) / 8); }
    @supports (display: grid) {
      .gallery-columns-8 .gallery-item {
        grid-column-start: auto;
        grid-column-end: span 1;
        width: auto; } }
  .gallery-columns-9 .gallery-item {
    width: calc( ( 99.99% - ( 30px * 9 ) ) / 9); }
    @supports (display: grid) {
      .gallery-columns-9 .gallery-item {
        grid-column-start: auto;
        grid-column-end: span 1;
        width: auto; } }

.gallery img {
  border: 1px solid #e2e3e4;
  height: auto;
  padding: 10px; }
  .gallery img:hover {
    border-color: #afb0b3; }

/*
	_lazyload.scss
*/
/*
// !Lazyload
---------------------------------------------------------------------------------------------------- */
.preloader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: 0;
  filter: grayscale(100%) brightness(133%);
  filter: hue-rotate(20deg) blur(5px) brightness(133%); }

/*
	_mobile-navigation.scss
*/
/*
// !Menu Toggle
---------------------------------------------------------------------------------------------------- */
@media (max-width: 950px) {
  .nav-header,
  .nav-primary,
  .nav-secondary {
    display: none; } }

.nav-header .mobile-only,
.nav-primary .mobile-only,
.nav-secondary .mobile-only {
  display: none; }
  @media (max-width: 950px) {
    .nav-header .mobile-only,
    .nav-primary .mobile-only,
    .nav-secondary .mobile-only {
      display: block; } }
@media (max-width: 950px) {
  .menu-toggle {
    cursor: pointer;
    background-color: #80c614;
    padding: 5px;
    min-height: 40px;
    width: 40px;
    position: absolute;
    top: 10px;
    right: 3px;
    z-index: 200; }
    .menu-toggle span {
      margin-left: 0;
      top: calc( 50% - 30px / 10);
      width: calc( 100% - 10px); }
      .menu-toggle span, .menu-toggle span::before, .menu-toggle span::after {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -spec-border-radius: 2px;
        border-radius: 2px;
        content: "";
        background: #ffffff;
        cursor: pointer;
        display: block;
        height: 6px;
        position: absolute;
        transition: all 500ms ease-in-out; }
      .menu-toggle span::before {
        top: -12px;
        width: 100%; }
      .menu-toggle span::after {
        bottom: -12px;
        width: 100%; }
    .menu-toggle.active {
      position: fixed;
      background-color: #00b2a9; }
    .menu-toggle.active span {
      background: transparent; }
      .menu-toggle.active span::before, .menu-toggle.active span::after {
        top: 0;
        background-color: white; }
      .menu-toggle.active span::before {
        transform: rotate(45deg); }
      .menu-toggle.active span::after {
        transform: rotate(-45deg); } }

.sub-menu-toggle {
  background: transparent;
  cursor: pointer;
  min-height: 25px;
  width: 25px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 200; }
  .sub-menu-toggle span {
    margin-left: 0;
    top: calc( 50% - 5px); }
    .sub-menu-toggle span, .sub-menu-toggle span::before {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -spec-border-radius: 2px;
      border-radius: 2px;
      content: "";
      background: white;
      cursor: pointer;
      display: block;
      height: 5px;
      position: absolute;
      transition: all 500ms ease-in-out;
      width: 100%; }
    .sub-menu-toggle span::before {
      top: 0;
      transform-origin: 50% 50%;
      transform: rotate(90deg); }
  .sub-menu-toggle.active span::before {
    top: 0;
    display: none; }

/*
// !Mobile Menu
--------------------------------------------- */
.nav-mobile .menus {
  display: none; }
  @media (max-width: 950px) {
    .nav-mobile .menus {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: #00b2a9;
      padding: 30px 45px 30px 30px;
      z-index: 100;
      overflow-x: scroll; } }
  .nav-mobile .menus .nav-primary,
  .nav-mobile .menus .nav-secondary,
  .nav-mobile .menus .nav-header {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    background-color: transparent;
    border: none;
    margin: 0 0 30px; }
    .nav-mobile .menus .nav-primary .wrap,
    .nav-mobile .menus .nav-secondary .wrap,
    .nav-mobile .menus .nav-header .wrap {
      padding: 0;
      margin: 0; }
    .nav-mobile .menus .nav-primary li:nth-of-type(3n+0),
    .nav-mobile .menus .nav-secondary li:nth-of-type(3n+0),
    .nav-mobile .menus .nav-header li:nth-of-type(3n+0) {
      background-color: #74644d; }
    .nav-mobile .menus .nav-primary li:nth-of-type(3n+1),
    .nav-mobile .menus .nav-secondary li:nth-of-type(3n+1),
    .nav-mobile .menus .nav-header li:nth-of-type(3n+1) {
      background-color: #afb0b3; }
    .nav-mobile .menus .nav-primary li:nth-of-type(3n+2),
    .nav-mobile .menus .nav-secondary li:nth-of-type(3n+2),
    .nav-mobile .menus .nav-header li:nth-of-type(3n+2) {
      background-color: #9a8a7d; }
    .nav-mobile .menus .nav-primary li:nth-of-type(3n+3),
    .nav-mobile .menus .nav-secondary li:nth-of-type(3n+3),
    .nav-mobile .menus .nav-header li:nth-of-type(3n+3) {
      background-color: #afb0b3; }
    .nav-mobile .menus .nav-primary li,
    .nav-mobile .menus .nav-secondary li,
    .nav-mobile .menus .nav-header li {
      display: block;
      padding: 0;
      border: 0px solid white;
      border-width: 2px 2px 0; }
      .nav-mobile .menus .nav-primary li:last-of-type,
      .nav-mobile .menus .nav-secondary li:last-of-type,
      .nav-mobile .menus .nav-header li:last-of-type {
        border-bottom-width: 2px; }
      .nav-mobile .menus .nav-primary li.menu-item-has-children,
      .nav-mobile .menus .nav-secondary li.menu-item-has-children,
      .nav-mobile .menus .nav-header li.menu-item-has-children {
        position: relative; }
      .nav-mobile .menus .nav-primary li.rm-teal,
      .nav-mobile .menus .nav-secondary li.rm-teal,
      .nav-mobile .menus .nav-header li.rm-teal {
        background-color: #00b2a9; }
      .nav-mobile .menus .nav-primary li.rm-canary,
      .nav-mobile .menus .nav-secondary li.rm-canary,
      .nav-mobile .menus .nav-header li.rm-canary {
        background-color: #f9e300; }
      .nav-mobile .menus .nav-primary li.rm-iron,
      .nav-mobile .menus .nav-secondary li.rm-iron,
      .nav-mobile .menus .nav-header li.rm-iron {
        background-color: #5e6167; }
      .nav-mobile .menus .nav-primary li.rm-brick,
      .nav-mobile .menus .nav-secondary li.rm-brick,
      .nav-mobile .menus .nav-header li.rm-brick {
        background-color: #b23d00; }
      .nav-mobile .menus .nav-primary li.rm-purple,
      .nav-mobile .menus .nav-secondary li.rm-purple,
      .nav-mobile .menus .nav-header li.rm-purple {
        background-color: #7d69cd; }
      .nav-mobile .menus .nav-primary li.rm-grass,
      .nav-mobile .menus .nav-secondary li.rm-grass,
      .nav-mobile .menus .nav-header li.rm-grass {
        background-color: #80c614; }
    .nav-mobile .menus .nav-primary a,
    .nav-mobile .menus .nav-secondary a,
    .nav-mobile .menus .nav-header a {
      padding: 20px;
      color: white;
      width: calc( 100% - $sub-menu-toggle-size);
      transform: none; }
      .nav-mobile .menus .nav-primary a,
      .nav-mobile .menus .nav-primary a span,
      .nav-mobile .menus .nav-secondary a,
      .nav-mobile .menus .nav-secondary a span,
      .nav-mobile .menus .nav-header a,
      .nav-mobile .menus .nav-header a span {
        font-size: 22.5px;
        font-size: 2.25rem;
        line-height: 32.72405px; }
      .nav-mobile .menus .nav-primary a::before, .nav-mobile .menus .nav-primary a::after,
      .nav-mobile .menus .nav-secondary a::before,
      .nav-mobile .menus .nav-secondary a::after,
      .nav-mobile .menus .nav-header a::before,
      .nav-mobile .menus .nav-header a::after {
        content: none; }
    .nav-mobile .menus .nav-primary .sub-menu,
    .nav-mobile .menus .nav-secondary .sub-menu,
    .nav-mobile .menus .nav-header .sub-menu {
      display: block;
      display: none;
      position: static;
      width: 100%;
      margin: 0;
      border-width: 0; }
      .nav-mobile .menus .nav-primary .sub-menu,
      .nav-mobile .menus .nav-primary .sub-menu li,
      .nav-mobile .menus .nav-primary .sub-menu a,
      .nav-mobile .menus .nav-secondary .sub-menu,
      .nav-mobile .menus .nav-secondary .sub-menu li,
      .nav-mobile .menus .nav-secondary .sub-menu a,
      .nav-mobile .menus .nav-header .sub-menu,
      .nav-mobile .menus .nav-header .sub-menu li,
      .nav-mobile .menus .nav-header .sub-menu a {
        opacity: 1 !important; }
      .nav-mobile .menus .nav-primary .sub-menu li,
      .nav-mobile .menus .nav-secondary .sub-menu li,
      .nav-mobile .menus .nav-header .sub-menu li {
        margin: 0;
        padding: 0;
        border: none; }
      .nav-mobile .menus .nav-primary .sub-menu li:nth-of-type(0n),
      .nav-mobile .menus .nav-secondary .sub-menu li:nth-of-type(0n),
      .nav-mobile .menus .nav-header .sub-menu li:nth-of-type(0n) {
        background-color: rgba(255, 255, 255, 0.08); }
      .nav-mobile .menus .nav-primary .sub-menu li:nth-of-type(1n),
      .nav-mobile .menus .nav-secondary .sub-menu li:nth-of-type(1n),
      .nav-mobile .menus .nav-header .sub-menu li:nth-of-type(1n) {
        background-color: rgba(255, 255, 255, 0.08); }
      .nav-mobile .menus .nav-primary .sub-menu li:nth-of-type(2n),
      .nav-mobile .menus .nav-secondary .sub-menu li:nth-of-type(2n),
      .nav-mobile .menus .nav-header .sub-menu li:nth-of-type(2n) {
        background-color: rgba(255, 255, 255, 0.16); }
      .nav-mobile .menus .nav-primary .sub-menu li:nth-of-type(3n),
      .nav-mobile .menus .nav-secondary .sub-menu li:nth-of-type(3n),
      .nav-mobile .menus .nav-header .sub-menu li:nth-of-type(3n) {
        background-color: rgba(255, 255, 255, 0.24); }
      .nav-mobile .menus .nav-primary .sub-menu li:nth-of-type(4n),
      .nav-mobile .menus .nav-secondary .sub-menu li:nth-of-type(4n),
      .nav-mobile .menus .nav-header .sub-menu li:nth-of-type(4n) {
        background-color: rgba(255, 255, 255, 0.08); }
      .nav-mobile .menus .nav-primary .sub-menu a,
      .nav-mobile .menus .nav-secondary .sub-menu a,
      .nav-mobile .menus .nav-header .sub-menu a {
        width: 100%;
        margin: 0;
        padding: 15px;
        border: none;
        text-align: center; }

/*
	_objects.scss
*/
/*
// !Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  width: auto;
  height: auto;
  max-width: 100%; }

img {
  height: auto; }
  .featured-content img, .gallery img {
    width: auto; }

@media (max-width: 950px) {
  .alignright, .wp-block-image .alignright,
  .alignleft, .wp-block-image .alignleft,
  .aligncenter, .wp-block-image .aligncenter {
    float: none !important;
    clear: both;
    margin: 20px 0; } }

/* ## Jetpack
--------------------------------------------- */
#wpstats {
  display: none !important; }

/*
	_sidebar.scss
*/
/*
// !Sidebar
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px; }

.sidebar li {
  border-bottom: 1px dotted #e2e3e4;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.sidebar p:last-child,
.sidebar ul > li:last-child {
  margin-bottom: 0; }

.sidebar .widget {
  background-color: white;
  margin-bottom: 30px;
  padding: 20px; }

/*
	_site-footer.scss
*/
/*
// !Prefooter
--------------------------------------------- */
.before-footer {
  background-color: #00b2a9;
  border: 2px solid white;
  border-width: 2px 0; }
  .before-footer .textwidget {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: stretch; }
    @media (max-width: 550px) {
      .before-footer .textwidget {
        flex-direction: column;
        padding: 20px; } }
    .before-footer .textwidget p {
      font-size: 19.5px;
      font-size: 1.95rem;
      line-height: 32.72405px;
      text-align: right;
      color: white;
      padding: 0;
      margin: 0;
      display: inline-block; }
    .before-footer .textwidget p.button-wrap {
      padding: 0;
      text-align: left; }
    .before-footer .textwidget .button {
      font-size: 33.75px;
      font-size: 3.375rem;
      line-height: 52.9475129px;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      margin: 0 20px;
      border-width: 0px 3px; }
    @media (max-width: 950px) {
      .before-footer .textwidget p {
        padding-right: 20px; }
      .before-footer .textwidget p.button-wrap {
        min-width: 33%;
        padding: 0; } }
    @media (max-width: 550px) {
      .before-footer .textwidget p,
      .before-footer .textwidget p.button-wrap {
        text-align: center; }
      .before-footer .textwidget .button {
        padding: 10px 20px;
        margin: 20px;
        border-width: 3px; } }
/*
// !Footer Widgets
--------------------------------------------- */
.footer-widget-count-1 .widget-area .widget {
  flex-basis: calc( 100% / 1); }

.footer-widget-count-2 .widget-area .widget {
  flex-basis: calc( 100% / 2); }

.footer-widget-count-3 .widget-area .widget {
  flex-basis: calc( 100% / 3); }

.footer-widget-count-4 .widget-area .widget {
  flex-basis: calc( 100% / 4); }

.footer-widget-count-5 .widget-area .widget {
  flex-basis: calc( 100% / 5); }

.footer-widget-count-6 .widget-area .widget {
  flex-basis: calc( 100% / 6); }

.footer-widgets {
  background-color: white;
  clear: both;
  padding-top: 40px; }
  .footer-widgets .widget-area {
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    margin: 0 20px; }
    @media (max-width: 550px) {
      .footer-widgets .widget-area {
        flex-direction: column; }
        .footer-widgets .widget-area .widget-area .widget {
          flex-basis: none; } }
  .footer-widgets .widget-title {
    font-size: 19.5px;
    font-size: 1.95rem;
    line-height: 32.72405px;
    font-family: "interstate-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    text-transform: none;
    letter-spacing: normal;
    color: #5e6167;
    line-height: 1.1; }
  .footer-widgets ul.menu {
    margin-bottom: 15px; }
    .footer-widgets ul.menu > li.menu-item-has-children {
      font-weight: bold; }
    .footer-widgets ul.menu a {
      color: #5e6167;
      display: inline-block; }
      .footer-widgets ul.menu a:hover {
        color: #b23d00;
        background-color: #f9e300; }
  .footer-widgets ul.sub-menu {
    display: inline; }
    .footer-widgets ul.sub-menu li {
      font-weight: normal;
      display: inline;
      margin: 0; }
      .footer-widgets ul.sub-menu li::after {
        content: ", ";
        color: #5e6167; }
      .footer-widgets ul.sub-menu li:last-child::after {
        content: none; }
  .footer-widgets .widget {
    margin-bottom: 30px;
    margin-left: 30px; }
    .footer-widgets .widget:first-of-type {
      margin-left: 0; }
    @media (max-width: 550px) {
      .footer-widgets .widget {
        margin: 0 10px 20px; }
        .footer-widgets .widget.business-info {
          order: 1; } }
  .footer-widgets p:last-child {
    margin-bottom: 0; }

/*
// !Site Footer
--------------------------------------------- */
.site-footer {
  display: none;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 26.17924px;
  background-color: white;
  padding: 30px 0;
  text-align: center; }
  .site-footer p {
    margin-bottom: 0; }

/*
	_site-header.scss

	NOTE: Structure of header elements found in "partials/header".
*/
/*
// !Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: white; }
  @media (max-width: 550px) {
    .site-header {
      margin-top: 60px; } }
.site-title {
  font-size: 22.5px;
  font-size: 2.25rem;
  line-height: 32.72405px;
  font-weight: 400;
  line-height: 1.2; }
  .site-title a,
  .site-title a:hover {
    color: #56850d; }
  @media (max-width: 550px) {
    .header-image .site-title a {
      margin-top: 10px;
      background-position: center !important; } }
.site-description {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 26.17924px;
  font-weight: 300;
  line-height: 1.5; }

.site-description,
.site-title {
  margin-bottom: 0; }

@media (max-width: 550px) {
  .header-widget-area {
    display: none; } }

/*
	Before Header
--------------------------------------------- */
.before-header {
  background-color: #afb0b3;
  border-bottom: 5px solid white;
  position: relative;
  z-index: 10; }
  body:not(.logged-in) .before-header {
    display: none; }

/*
// !After header
--------------------------------------------- */
.after-header {
  background-color: #80c614;
  border: 5px solid white;
  border-width: 5px 0; }
  .after-header .widget {
    width: calc( ( 4 * ( 99.99% - ( 30px * 12 ) ) / 12 ) + 90px); }
    @supports (display: grid) {
      .after-header .widget {
        grid-column-start: auto;
        grid-column-end: span 4;
        width: auto; } }
    @media (max-width: 950px) {
      .after-header .widget {
        width: calc( ( 6 * ( 99.99% - ( 30px * 12 ) ) / 12 ) + 150px); }
        @supports (display: grid) {
          .after-header .widget {
            grid-column-start: auto;
            grid-column-end: span 6;
            width: auto; } } }
  @media (max-width: 550px) {
    .after-header {
      position: absolute;
      top: 0;
      right: auto;
      bottom: auto;
      left: 0;
      height: 60px;
      width: 100%;
      z-index: 99; }
      .after-header .wrap {
        display: flex;
        flex-direction: row;
        margin: 0; }
      .after-header .widget {
        width: calc( 100% - 45px); } }
  .after-header input.search-form-input {
    font-size: 19.5px;
    font-size: 1.95rem;
    line-height: 32.72405px;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    line-height: 1;
    padding: 10px;
    padding-left: 45px;
    background-color: #f9e300;
    border: 0px solid white;
    border-width: 0 5px;
    -webkit-appearance: none;
    border-radius: 0px;
    color: #ffffff;
    min-height: 50px; }
    .after-header input.search-form-input:active, .after-header input.search-form-input:focus {
      background-color: #7d7200; }
    @media (max-width: 950px) {
      .after-header input.search-form-input {
        width: 100%; } }
  .after-header form.search-form {
    position: relative; }
    .after-header form.search-form::before {
      font-family: "Font Awesome 5 Pro";
      display: inline-block;
      margin-right: 0.5rem;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      content: "";
      font-weight: 900; }
    .after-header form.search-form::before {
      position: absolute;
      top: 0;
      left: 10px;
      height: 100%;
      width: 35px;
      font-size: 30px;
      font-size: 3rem;
      line-height: 1;
      padding-top: 12px;
      color: #ffffff;
      text-align: center;
      display: block; }

/*
// !Site Header / Header Image
--------------------------------------------- */
/*
// !Nav Primary
--------------------------------------------- */
/*
	_site-navigation.scss
*/
/*
// !Navigation
---------------------------------------------------------------------------------------------------- */
.nav-primary .wrap,
.nav-secondary .wrap {
  max-width: 1280px;
  margin: 0 auto; }
  @media (max-width: 1340px) {
    .nav-primary .wrap,
    .nav-secondary .wrap {
      margin: 0 auto;
      padding: 0 30px; } }
  @media (max-width: 950px) {
    .nav-primary .wrap,
    .nav-secondary .wrap {
      position: relative; } }
.genesis-nav-menu {
  font-size: 22.5px;
  font-size: 2.25rem;
  line-height: 32.72405px;
  clear: both;
  line-height: 1;
  width: 100%;
  height: 100%;
  /*
	> .menu-item:first-of-type > a {
		padding-left: 0;
	}

	> .menu-item:last-of-type > a {
		padding-right: 0;
	}
*/ }
  @media (max-width: 950px) {
    .genesis-nav-menu li {
      float: none; } }
  .genesis-nav-menu a {
    font-family: "interstate-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    color: grey;
    display: block; }
  .genesis-nav-menu a:hover,
  .genesis-nav-menu .current-menu-item > a,
  .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: black; }
  .genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    transition: opacity .4s ease-in-out;
    width: 200px;
    z-index: 99; }
    .genesis-nav-menu .sub-menu a {
      background-color: white;
      border: 1px solid #eee;
      border-top: none;
      font-size: 14px;
      padding: 20px;
      position: relative;
      width: 200px; }
    .genesis-nav-menu .sub-menu .sub-menu {
      margin: -55px 0 0 199px; }
  .genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left; }
    .genesis-nav-menu .menu-item.mobile-only {
      display: none; }
    .genesis-nav-menu .menu-item:hover, .genesis-nav-menu .menu-item.menu-item-has-children.active {
      position: static; }
      .genesis-nav-menu .menu-item:hover > .sub-menu, .genesis-nav-menu .menu-item.menu-item-has-children.active > .sub-menu {
        left: auto;
        opacity: 1; }
  .genesis-nav-menu > .right {
    color: white;
    float: right;
    list-style-type: none;
    padding: 30px 0; }
    .genesis-nav-menu > .right > a {
      display: inline;
      padding: 0; }
    @media (max-width: 950px) {
      .genesis-nav-menu > .right {
        display: none; } }
  .genesis-nav-menu > .rss > a {
    margin-left: 48px; }
  .genesis-nav-menu > .search {
    padding: 10px 0 0; }

/*
// !Site Header Navigation
--------------------------------------------- */
.nav-header {
  height: 140px;
  position: relative; }
  .nav-header::after {
    content: '';
    position: absolute;
    width: 120%;
    height: 50px;
    background-color: #00b2a9;
    border: 0px solid white;
    border-width: 5px 0 0 5px;
    left: 60px;
    top: 100%;
    z-index: 100; }
    @media (max-width: 950px) {
      .nav-header::after {
        content: none; } }
  .nav-header .genesis-nav-menu {
    padding-right: 20px; }
  .nav-header .genesis-nav-menu > li {
    min-width: calc( 100% / 9);
    margin-right: 5px;
    position: static; }
  .nav-header .genesis-nav-menu > li:nth-of-type(5n+1) > a::before {
    background-color: #5c6665; }
  .nav-header .genesis-nav-menu > li:nth-of-type(5n+1) > a::after {
    background-color: #00b2a9; }
  .nav-header .genesis-nav-menu > li:nth-of-type(5n+1) > .sub-menu {
    background-color: #00b2a9; }
  .nav-header .genesis-nav-menu > li:nth-of-type(5n+2) > a::before {
    background-color: #74644d; }
  .nav-header .genesis-nav-menu > li:nth-of-type(5n+2) > a::after {
    background-color: #f9e300; }
  .nav-header .genesis-nav-menu > li:nth-of-type(5n+2) > .sub-menu {
    background-color: #d4c100; }
  .nav-header .genesis-nav-menu > li:nth-of-type(5n+3) > a::before {
    background-color: #9a8a7d; }
  .nav-header .genesis-nav-menu > li:nth-of-type(5n+3) > a::after {
    background-color: #5e6167; }
  .nav-header .genesis-nav-menu > li:nth-of-type(5n+3) > .sub-menu {
    background-color: #5e6167; }
  .nav-header .genesis-nav-menu > li:nth-of-type(5n+4) > a::before {
    background-color: #e2e3e4; }
  .nav-header .genesis-nav-menu > li:nth-of-type(5n+4) > a::after {
    background-color: #b23d00; }
  .nav-header .genesis-nav-menu > li:nth-of-type(5n+4) > .sub-menu {
    background-color: #b23d00; }
  .nav-header .genesis-nav-menu > li:nth-of-type(5n+5) > a::before {
    background-color: #afb0b3; }
  .nav-header .genesis-nav-menu > li:nth-of-type(5n+5) > a::after {
    background-color: #7d69cd; }
  .nav-header .genesis-nav-menu > li:nth-of-type(5n+5) > .sub-menu {
    background-color: #7d69cd; }
  .nav-header .genesis-nav-menu li.rm-teal > a::after,
  .nav-header .genesis-nav-menu li.rm-teal > .sub-menu {
    background-color: #00b2a9; }
  .nav-header .genesis-nav-menu li.rm-canary > a::after,
  .nav-header .genesis-nav-menu li.rm-canary > .sub-menu {
    background-color: #f9e300; }
  .nav-header .genesis-nav-menu li.rm-canary > .sub-menu {
    background-color: #d4c100; }
  .nav-header .genesis-nav-menu li.rm-iron > a::after,
  .nav-header .genesis-nav-menu li.rm-iron > .sub-menu {
    background-color: #5e6167; }
  .nav-header .genesis-nav-menu li.rm-brick > a::after,
  .nav-header .genesis-nav-menu li.rm-brick > .sub-menu {
    background-color: #b23d00; }
  .nav-header .genesis-nav-menu li.rm-purple > a::after,
  .nav-header .genesis-nav-menu li.rm-purple > .sub-menu {
    background-color: #7d69cd; }
  .nav-header .genesis-nav-menu li.rm-grass > a::after,
  .nav-header .genesis-nav-menu li.rm-grass > .sub-menu {
    background-color: #80c614; }
  .nav-header .genesis-nav-menu > li > a {
    transition: all 0.3s ease-in-out;
    transform: rotate(-15deg) translateY(50px);
    padding: 11px 10px 9px;
    color: #5e6167;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: relative;
    text-align: center; }
    .nav-header .genesis-nav-menu > li > a::before, .nav-header .genesis-nav-menu > li > a::after {
      content: '';
      display: block;
      transition: all 0.3s ease-in-out;
      position: absolute;
      left: 0;
      height: 200%;
      width: 100%; }
    .nav-header .genesis-nav-menu > li > a::before {
      bottom: 100%; }
    .nav-header .genesis-nav-menu > li > a::after {
      top: 100%; }
  .nav-header .genesis-nav-menu > li:hover > a,
  .nav-header .genesis-nav-menu > li.current-menu-item > a {
    color: white; }
    .nav-header .genesis-nav-menu > li:hover > a::after,
    .nav-header .genesis-nav-menu > li.current-menu-item > a::after {
      top: -200%;
      height: 500%;
      z-index: -1; }
    .nav-header .genesis-nav-menu > li:hover > a::before,
    .nav-header .genesis-nav-menu > li.current-menu-item > a::before {
      z-index: -1; }
  .nav-header .sub-menu {
    top: -9999px;
    opacity: 0;
    position: absolute;
    transition: opacity .4s ease-in-out;
    width: 100%;
    z-index: 101;
    text-align: right;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    border: 2px solid white;
    border-width: 5px 5px 0; }
    .nav-header .sub-menu a {
      font-size: 19.5px;
      font-size: 1.95rem;
      line-height: 32.72405px;
      line-height: 20px;
      padding: 15px 10px;
      background-color: transparent;
      position: relative;
      color: white;
      border-width: 0px;
      flex-grow: 1;
      width: auto; }
      .nav-header .sub-menu a:hover {
        background-color: rgba(0, 0, 0, 0.33); }
    .nav-header .sub-menu .sub-menu {
      margin: -55px 0 0 199px; }
  .nav-header .menu-item:hover > .sub-menu,
  .nav-header .menu-item-has-children.active > .sub-menu {
    left: 0;
    top: 100%;
    display: block; }
  .nav-header .sub-menu .sub-menu {
    margin-top: -56px; }
  .nav-header .genesis-nav-menu li li {
    margin-left: 0; }

/*
// !Primary Navigation
--------------------------------------------- */
.nav-primary {
  background-color: white; }
  .nav-primary .genesis-nav-menu a {
    color: white; }
  .nav-primary .genesis-nav-menu .sub-menu a {
    color: grey; }
  .nav-primary .genesis-nav-menu a:hover,
  .nav-primary .genesis-nav-menu .current-menu-item > a,
  .nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: black; }

/*
// !Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  background-color: white; }

/*
	Member Navigation
--------------------------------------------- */
.member-nav .menu {
  width: 100%;
  text-align: right;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end; }
  .member-nav .menu li {
    display: inline-block;
    border-width: 0px;
    flex-grow: 0;
    margin: 0; }
    .member-nav .menu li.admin-only {
      display: none; }
      body.logged-in-admin .member-nav .menu li.admin-only {
        display: block; }
    .member-nav .menu li.member-only {
      display: none; }
      body.logged-in .member-nav .menu li.member-only {
        display: block; }
  .member-nav .menu a {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26.17924px;
    font-family: "interstate-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: inline-block;
    line-height: 20px;
    padding: 10px;
    background-color: transparent;
    color: white; }
    .member-nav .menu a:hover {
      background-color: rgba(0, 0, 0, 0.33); }

/*
	_tables.scss
*/
/* 
// !Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 2rem;
  width: 100%; }

tbody {
  border-bottom: 1px solid #e2e3e4; }

td,
th {
  text-align: left; }

td {
  border-top: 1px solid #e2e3e4;
  padding: 10px 0;
  background-color: white;
  color: #1f1f1f; }

th {
  background-color: white;
  color: black; }

/*
	_testing.scss
*/
pre {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 26.17924px;
  display: block;
  background-color: yellow;
  color: black; }

/*
	_widgets.scss
*/
.widget {
  word-wrap: break-word; }

.widget-title {
  font-size: 19.5px;
  font-size: 1.95rem;
  line-height: 32.72405px;
  margin-bottom: 20px; }

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 15px;
  text-indent: -15px; }

.widget li li {
  border: none;
  margin: 0 0 0 15px;
  padding: 0; }

.widget_calendar table {
  width: 100%; }

.widget_calendar td,
.widget_calendar th {
  text-align: center; }

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 2px solid #e2e3e4;
  margin-bottom: 30px;
  padding: 0 0 15px; }

.footer-widgets .entry {
  border-bottom: 1px dotted #666; }

.featured-content .entry-title {
  font-size: 20px; }

/*
	Business Info
--------------------------------------------- */
.widget.business-info .social-media ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  margin: 15px 0; }
  .widget.business-info .social-media ul li {
    margin: 0 10px; }

.widget.business-info a {
  color: #00b2a9; }
  .widget.business-info a:hover {
    color: #007771; }

.widget.business-info .copyright p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20.225px; }

/*
	_content.scss
*/
/*
// !Entry
---------------------------------------------------------------------------------------------------- */
.entry {
  margin-bottom: 30px;
  padding: 20px 30px; }
  body.page.has-header-image .entry {
    padding: 0; }
  .content > .entry {
    background-color: white; }

body.full-width-content.page .entry-content {
  width: 80%;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 550px) {
    body.full-width-content.page .entry-content {
      width: 100%; } }
.entry-content ol,
.entry-content ul {
  margin-bottom: 2rem;
  margin-left: 2rem; }

.entry-content ol > li {
  list-style-type: decimal; }

.entry-content ul > li {
  list-style-type: disc; }

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0; }

/*
// !Entry Meta
--------------------------------------------- */
.entry-meta {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 26.17924px;
  margin-bottom: 0; }
  .entry-header .entry-meta {
    margin-bottom: 20px; }
  .entry-footer .entry-meta {
    border-top: 2px solid #e2e3e4;
    padding-top: 20px; }

.entry-categories,
.entry-tags {
  display: block; }

.entry-comments-link::before {
  content: "\2014";
  margin: 0; }

/*
// !Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 30px 0; }

.adjacent-entry-pagination {
  margin-bottom: 0; }

.archive-pagination li {
  display: inline; }
  .archive-pagination li a {
    background-color: #56850d;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 8px 12px; }

/*
// !Archive
--------------------------------------------- */
/*
// !Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: white;
  margin-bottom: 30px; }

.comment-respond,
.entry-pings {
  padding: 20px 20px; }

.entry-comments {
  padding: 20px; }

.comment-header {
  font-size: 19.5px;
  font-size: 1.95rem;
  line-height: 32.72405px; }

li.comment {
  background-color: #e2e3e4;
  border: 2px solid white;
  border-right: none; }

.comment-content {
  clear: both; }

.comment-list li {
  margin-top: 24px;
  padding: 32px; }

.comment-list li li {
  margin-right: -32px; }

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%; }

.comment-respond label {
  display: block;
  margin-right: 12px; }

.entry-comments .comment-author {
  margin-bottom: 0; }

.entry-pings .reply {
  display: none; }

.form-allowed-tags {
  background-color: #e2e3e4;
  font-size: 16px;
  padding: 24px; }

/*
  calendar
*/
#calendar {
  max-width: 100%; }
  #calendar .fc-button {
    font-size: 22.5px;
    font-size: 2.25rem;
    line-height: 32.72405px;
    font-family: "interstate-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    line-height: 1;
    background-color: #5e6167;
    color: white;
    text-decoration: none;
    padding: 15px;
    border: 2px solid white;
    display: inline-block;
    border-radius: 0; }
    #calendar .fc-button:hover {
      background-color: #7d69cd;
      color: white; }
    @media (max-width: 950px) {
      #calendar .fc-button {
        font-size: 19.5px;
        font-size: 1.95rem;
        line-height: 32.72405px;
        padding: 5px; } }
  #calendar .fc-toolbar h2, #calendar .fc-toolbar .archive-title {
    font-family: "interstate-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    font-size: 50.625px;
    font-size: 5.0625rem;
    line-height: 85.6690758722px;
    line-height: 1;
    margin-bottom: 0;
    color: #7d69cd; }
    @media (max-width: 950px) {
      #calendar .fc-toolbar h2, #calendar .fc-toolbar .archive-title {
        font-size: 33.75px;
        font-size: 3.375rem;
        line-height: 52.9475129px; } }
  #calendar table {
    margin-bottom: 0; }
  #calendar th,
  #calendar td,
  #calendar thead,
  #calendar tbody,
  #calendar .fc-divider,
  #calendar .fc-row,
  #calendar .fc-content,
  #calendar .fc-popover,
  #calendar .fc-list-view,
  #calendar .fc-list-heading td {
    border-color: white; }
  #calendar td,
  #calendar th {
    border-width: 3px; }
  #calendar .fc-bg td.fc-past {
    background-color: #e2e3e3; }
    #calendar .fc-bg td.fc-past.fc-other-month {
      background-color: #aeb3b2; }
  #calendar .fc-bg td.fc-today {
    background-color: #fdf6ab; }
  #calendar .fc-bg td.fc-future {
    background-color: #d1f1f0; }
    #calendar .fc-bg td.fc-future.fc-other-month {
      background-color: #aeb3b2; }
  #calendar .fc-day-number {
    min-width: 15%;
    background-color: white;
    text-align: center; }
  #calendar .fc-head-container th,
  #calendar .fc-head-container td,
  #calendar .fc-day-number,
  #calendar .fc-list-heading-main,
  #calendar .fc-list-heading-alt {
    font-family: "interstate-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 700; }
  #calendar .fc-event-container,
  #calendar .tooltip {
    font-family: "poynter-oldstyle-text", "Georgia", "Times", "Times New Roman", serif; }
  #calendar .fc-head-container th,
  #calendar .fc-head-container td {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 19.5px;
    font-size: 1.95rem;
    line-height: 32.72405px;
    background-color: #5c6665;
    color: white; }
  #calendar .fc-widget-header {
    font-size: 19.5px;
    font-size: 1.95rem;
    line-height: 32.72405px;
    background-color: #5c6665;
    color: white; }
    #calendar .fc-widget-header .fc-list-heading-alt {
      text-transform: uppercase;
      letter-spacing: 0.05em; }
  #calendar .fc-event-container {
    border-width: 0; }
  #calendar .fc-event {
    border-radius: 0;
    border-width: 0;
    margin-bottom: 5px; }
    #calendar .fc-event.rmca {
      background-color: #00b2a9;
      color: #ffffff; }
      #calendar .fc-event.rmca .fc-time {
        background-color: #b23d00; }
    #calendar .fc-event.member {
      background-color: #f9e300;
      color: #000000; }
      #calendar .fc-event.member .fc-time {
        background-color: #00b2a9; }
    #calendar .fc-event .fc-content {
      white-space: normal; }
    #calendar .fc-event .fc-title {
      padding: 2px 5px; }
    #calendar .fc-event .fc-time {
      display: inline-block;
      padding: 2px 5px;
      color: white; }
  #calendar tr.fc-list-item td.fc-list-item-marker {
    display: none; }
  #calendar tr.fc-list-item.rmca .fc-list-item-time {
    background-color: #b23d00;
    color: #ffffff;
    font-weight: bold; }
  #calendar tr.fc-list-item.rmca .fc-list-item-title {
    background-color: #00b2a9;
    color: #ffffff; }
  #calendar tr.fc-list-item.member .fc-list-item-time {
    background-color: #00b2a9;
    color: white; }
  #calendar tr.fc-list-item.member .fc-list-item-title {
    background-color: #f9e300;
    color: #000000; }

.popper,
.tooltip {
  position: absolute;
  z-index: 9999;
  color: #000000;
  width: 300px;
  box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.33);
  padding: 0;
  text-align: center;
  border: 3px solid white; }
  .popper .tooltip-inner,
  .tooltip .tooltip-inner {
    padding: 0; }
    .popper .tooltip-inner > *,
    .tooltip .tooltip-inner > * {
      padding: 10px; }
  .popper h4,
  .tooltip h4 {
    font-family: "interstate-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    font-size: 22.5px;
    font-size: 2.25rem;
    line-height: 32.72405px;
    text-transform: none;
    letter-spacing: normal;
    text-align: left; }
  .popper p,
  .tooltip p {
    font-family: "poynter-oldstyle-text", "Georgia", "Times", "Times New Roman", serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26.17924px;
    text-align: left;
    margin-bottom: 0; }
    .popper p:empty,
    .tooltip p:empty {
      display: none; }
  .popper p.host,
  .tooltip p.host {
    background-color: #cacbcd;
    font-weight: bold; }
  .popper.member,
  .tooltip.member {
    background-color: #fcf180; }
    .popper.member p.date-time,
    .tooltip.member p.date-time {
      background-color: #00b2a9;
      color: white; }
  .popper.rmca,
  .tooltip.rmca {
    background-color: #abe6e3; }
    .popper.rmca p.date-time,
    .tooltip.rmca p.date-time {
      background-color: #b23d00;
      color: white; }

.popper .popper__arrow,
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px; }

.tooltip .tooltip-arrow,
.popper .popper__arrow {
  border-color: white; }

.style5 .tooltip .tooltip-arrow {
  border-color: #1E252B; }

.popper[x-placement^="top"],
.tooltip[x-placement^="top"] {
  margin-bottom: 5px; }

.popper[x-placement^="top"] .popper__arrow,
.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0; }

.popper[x-placement^="bottom"],
.tooltip[x-placement^="bottom"] {
  margin-top: 5px; }

.tooltip[x-placement^="bottom"] .tooltip-arrow,
.popper[x-placement^="bottom"] .popper__arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0; }

.tooltip[x-placement^="right"],
.popper[x-placement^="right"] {
  margin-left: 5px; }

.popper[x-placement^="right"] .popper__arrow,
.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0; }

.popper[x-placement^="left"],
.tooltip[x-placement^="left"] {
  margin-right: 5px; }

.popper[x-placement^="left"] .popper__arrow,
.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0; }

/*
  page-header
*/
.category-header,
body.page.has-header-image .entry-header {
  width: calc( ( 6 * ( 99.99% - ( 30px * 12 ) ) / 12 ) + 150px);
  position: relative;
  display: flex;
  height: 300px;
  width: 100%;
  margin-bottom: 30px; }
  @supports (display: grid) {
    .category-header,
    body.page.has-header-image .entry-header {
      grid-column-start: auto;
      grid-column-end: span 6;
      width: auto; } }
  .category-header .header-image,
  body.page.has-header-image .entry-header .header-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden; }
  .category-header h1, .category-header .entry-title,
  body.page.has-header-image .entry-header h1,
  body.page.has-header-image .entry-header .entry-title {
    font-size: 50.625px;
    font-size: 5.0625rem;
    line-height: 85.6690758722px;
    font-family: "interstate-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: relative;
    line-height: 1;
    color: white;
    padding: 20px;
    margin: auto auto -20px 50px;
    min-width: 40%;
    max-width: 60%;
    text-align: center;
    background-color: rgba(0, 178, 169, 0.67); }
    @media (max-width: 550px) {
      .category-header h1, .category-header .entry-title,
      body.page.has-header-image .entry-header h1,
      body.page.has-header-image .entry-header .entry-title {
        max-width: 95%;
        margin-left: 0; } }
/*
  event-date-time
*/
/*
  ACF Forms pages
*/
#message.updated,
.success-message {
  background-color: #80c614;
  padding: 15px;
  margin-bottom: 30px; }
  #message.updated p,
  #message.updated h3,
  .success-message p,
  .success-message h3 {
    font-family: "interstate-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 22.5px;
    font-size: 2.25rem;
    line-height: 32.72405px;
    color: white;
    margin: 0;
    padding: 0; }

.page-template-page-add-event.logged-in-member div[data-name="event_organizer"],
.page-template-page-add-event.logged-in-member div[data-name="event_member"] {
  display: none; }

.page-template-page-add-event .add-another-event-wrap {
  display: none; }

.page-template-page-add-event.updated .add-another-event-wrap {
  display: block; }

.page-template-page-add-event.updated .acf-form {
  display: none; }

.page-template-page-add-event .hidden {
  display: none; }

/*
  member-landing
*/
.your-block-page .admin-events {
  margin-top: 2rem; }

.your-block-page .member-events {
  width: auto; }
  .your-block-page .member-events .member-events-list {
    margin-left: 0;
    display: inline-block; }
    .your-block-page .member-events .member-events-list, .your-block-page .member-events .member-events-list > li {
      list-style-type: none; }
    .your-block-page .member-events .member-events-list .event {
      display: flex;
      flex-direction: column;
      width: auto; }
      .your-block-page .member-events .member-events-list .event h4 {
        font-size: 22.5px;
        font-size: 2.25rem;
        line-height: 32.72405px;
        display: block;
        text-align: center;
        width: 100%;
        margin: 0;
        padding: 0;
        border-bottom: 2px solid white; }
        .your-block-page .member-events .member-events-list .event h4 a {
          transition: all 0.3s ease-in-out;
          font-family: "interstate-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
          display: block;
          padding: 15px;
          background-color: #00b2a9;
          color: white; }
          .your-block-page .member-events .member-events-list .event h4 a:hover {
            background-color: #7d69cd;
            color: white; }
      .your-block-page .member-events .member-events-list .event .event-date-time {
        width: 100%;
        background-color: #e2e3e4;
        padding: 15px; }
      .your-block-page .member-events .member-events-list .event .day,
      .your-block-page .member-events .member-events-list .event .date,
      .your-block-page .member-events .member-events-list .event .time {
        display: inline;
        text-align: left; }
        .your-block-page .member-events .member-events-list .event .day p,
        .your-block-page .member-events .member-events-list .event .date p,
        .your-block-page .member-events .member-events-list .event .time p {
          display: inline; }
        .your-block-page .member-events .member-events-list .event .day:not(:last-of-type) p::after,
        .your-block-page .member-events .member-events-list .event .date:not(:last-of-type) p::after,
        .your-block-page .member-events .member-events-list .event .time:not(:last-of-type) p::after {
          content: ", "; }

/*
	_css-columns.scss
	
	Theme Name: Client Pro
	*/
/*
// !CSS Columns
---------------------------------------------------------------------------------------------------- */
.css-columns.css-columns--1 {
  column-count: 1;
  column-gap: 20px;
  column-width: auto; }

.css-columns.css-columns--2 {
  column-count: 2;
  column-gap: 20px;
  column-width: auto; }

.css-columns.css-columns--3 {
  column-count: 3;
  column-gap: 20px;
  column-width: auto; }

.css-columns.css-columns--4 {
  column-count: 4;
  column-gap: 20px;
  column-width: auto; }

.css-columns.css-columns--5 {
  column-count: 5;
  column-gap: 20px;
  column-width: auto; }

.css-columns.css-columns--6 {
  column-count: 6;
  column-gap: 20px;
  column-width: auto; }

/*
	_rutnat-shortcode.scss
	
	Theme Name: Client Pro
	*/
.ld-grid.ld-grid--columns-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start; }
  .ld-grid.ld-grid--columns-1 > * {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc( ( 99.99% - ( 20px * 1 ) ) / 1); }
  @supports (display: grid) {
    .ld-grid.ld-grid--columns-1 {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      grid-auto-rows: auto;
      grid-auto-flow: row;
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      align-items: start;
      align-content: start;
      justify-items: stretch;
      justify-content: stretch; }
      .ld-grid.ld-grid--columns-1 > * {
        width: auto;
        margin: 0; } }

.ld-grid.ld-grid--columns-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start; }
  .ld-grid.ld-grid--columns-2 > * {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc( ( 99.99% - ( 20px * 2 ) ) / 2); }
  @supports (display: grid) {
    .ld-grid.ld-grid--columns-2 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-auto-rows: auto;
      grid-auto-flow: row;
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      align-items: start;
      align-content: start;
      justify-items: stretch;
      justify-content: stretch; }
      .ld-grid.ld-grid--columns-2 > * {
        width: auto;
        margin: 0; } }

.ld-grid.ld-grid--columns-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start; }
  .ld-grid.ld-grid--columns-3 > * {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc( ( 99.99% - ( 20px * 3 ) ) / 3); }
  @supports (display: grid) {
    .ld-grid.ld-grid--columns-3 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-auto-rows: auto;
      grid-auto-flow: row;
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      align-items: start;
      align-content: start;
      justify-items: stretch;
      justify-content: stretch; }
      .ld-grid.ld-grid--columns-3 > * {
        width: auto;
        margin: 0; } }

.ld-grid.ld-grid--columns-4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start; }
  .ld-grid.ld-grid--columns-4 > * {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc( ( 99.99% - ( 20px * 4 ) ) / 4); }
  @supports (display: grid) {
    .ld-grid.ld-grid--columns-4 {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-auto-rows: auto;
      grid-auto-flow: row;
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      align-items: start;
      align-content: start;
      justify-items: stretch;
      justify-content: stretch; }
      .ld-grid.ld-grid--columns-4 > * {
        width: auto;
        margin: 0; } }

.ld-grid.ld-grid--columns-5 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start; }
  .ld-grid.ld-grid--columns-5 > * {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc( ( 99.99% - ( 20px * 5 ) ) / 5); }
  @supports (display: grid) {
    .ld-grid.ld-grid--columns-5 {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      grid-auto-rows: auto;
      grid-auto-flow: row;
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      align-items: start;
      align-content: start;
      justify-items: stretch;
      justify-content: stretch; }
      .ld-grid.ld-grid--columns-5 > * {
        width: auto;
        margin: 0; } }

.ld-grid.ld-grid--columns-6 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start; }
  .ld-grid.ld-grid--columns-6 > * {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc( ( 99.99% - ( 20px * 6 ) ) / 6); }
  @supports (display: grid) {
    .ld-grid.ld-grid--columns-6 {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      grid-auto-rows: auto;
      grid-auto-flow: row;
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      align-items: start;
      align-content: start;
      justify-items: stretch;
      justify-content: stretch; }
      .ld-grid.ld-grid--columns-6 > * {
        width: auto;
        margin: 0; } }

.ld-grid.ld-grid--grid {
  flex-wrap: wrap; }

/*
	_archives.scss
*/
/*
	_front-page.scss
*/
.front-page .site-inner {
  margin: 0;
  padding: 0;
  max-width: none; }

@media (max-width: 1340px) {
  .front-page .content-sidebar-wrap {
    margin: 0; } }

.front-page .content {
  display: block; }

.front-page-top {
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative; }
  .front-page-top .wrap {
    height: 100%;
    width: 100%;
    margin: 0;
    max-width: none;
    display: grid;
    padding: 20px 0;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 4fr 3fr 2fr;
    grid-template-rows: 60px auto auto 2fr;
    grid-template-areas: "area-1 area-2 area-3 area-4" "area-5 intro area-6 area-7" "area-8 intro area-9 area-7" "area-10 area-11 area-12 area-13"; }
    @media (max-width: 950px) {
      .front-page-top .wrap {
        grid-template-columns: 1fr 4fr 2fr;
        grid-template-rows: 60px auto auto;
        grid-template-areas: "area-1 area-2 area-3" "area-5 intro area-6" "area-8 intro area-9" "area-10 area-11 area-12"; } }
    @media (max-width: 550px) {
      .front-page-top .wrap {
        grid-template-columns: 1fr auto 1fr;
        grid-template-rows: auto auto;
        grid-template-areas: "area-1 intro area-3" "area-5 intro area-6"; } }
  .front-page-top div[class^="area-"] {
    height: 100%;
    width: 100%;
    opacity: 0.67;
    animation-name: spin-away;
    animation-duration: 1000ms;
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
    animation-direction: normal;
    animation-fill-mode: forwards;
    transform-origin: center; }
  .front-page-top div.area-1 {
    grid-area: area-1;
    background-color: rgba(92, 102, 101, 0.82);
    animation-delay: 2650ms; }
  .front-page-top div.area-2 {
    grid-area: area-2;
    background-color: rgba(175, 176, 179, 0.82);
    animation-delay: 1550ms; }
  .front-page-top div.area-3 {
    grid-area: area-3;
    background-color: rgba(125, 105, 205, 0.82);
    animation-delay: 2550ms; }
  .front-page-top div.area-4 {
    grid-area: area-4;
    background-color: rgba(116, 100, 77, 0.82);
    animation-delay: 950ms; }
  .front-page-top div.area-5 {
    grid-area: area-5;
    background-color: rgba(249, 227, 0, 0.82);
    animation-delay: 2450ms;
    animation-name: none; }
  .front-page-top div.area-6 {
    grid-area: area-6;
    background-color: rgba(178, 61, 0, 0.82);
    animation-delay: 1450ms; }
  .front-page-top div.area-7 {
    grid-area: area-7;
    background-color: rgba(255, 255, 255, 0.82);
    animation-delay: 2250ms; }
  .front-page-top div.area-8 {
    grid-area: area-8;
    background-color: rgba(94, 97, 103, 0.82);
    animation-delay: 1050ms;
    animation-name: none; }
  .front-page-top div.area-9 {
    grid-area: area-9;
    background-color: rgba(128, 198, 20, 0.82);
    animation-delay: 1950ms; }
  .front-page-top div.area-10 {
    grid-area: area-10;
    background-color: rgba(0, 178, 169, 0.82);
    animation-delay: 2150ms; }
  .front-page-top div.area-11 {
    grid-area: area-11;
    background-color: rgba(0, 0, 0, 0.82);
    animation-delay: 2150ms; }
  .front-page-top div.area-12 {
    grid-area: area-12;
    background-color: rgba(249, 227, 0, 0.82);
    animation-delay: 1950ms; }
  .front-page-top div.area-13 {
    grid-area: area-13;
    background-color: rgba(125, 105, 205, 0.82);
    animation-delay: 850ms; }
  .front-page-top .widget {
    grid-area: intro;
    position: relative;
    background-color: rgba(0, 178, 169, 0.82);
    padding: 20px; }
    .front-page-top .widget p {
      font-size: 43.875px;
      font-size: 4.3875rem;
      line-height: 68.5352606978px;
      font-family: "poynter-oldstyle-display-nar", "Georgia", "Times", "Times New Roman", serif;
      font-weight: 600;
      line-height: 1;
      color: white; }
      @media (max-width: 550px) {
        .front-page-top .widget p {
          font-size: 29.25px;
          font-size: 2.925rem;
          line-height: 42.35801032px; } }
    .front-page-top .widget .entry {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: 0;
      opacity: 0;
      animation-name: spin-in;
      animation-duration: 333ms;
      animation-delay: 1500ms;
      animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
      animation-fill-mode: forwards;
      animation-play-state: paused; }

.front-page-middle {
  position: relative;
  z-index: 10; }
  @media (max-width: 1340px) {
    .front-page-middle .wrap {
      margin: 0; } }
  .front-page-middle::before, .front-page-middle::after {
    content: "";
    z-index: 1;
    border: 10px solid white;
    box-sizing: border-box; }
  .front-page-middle::before {
    height: 100%;
    width: 300%;
    position: absolute;
    top: 0;
    left: -100%;
    background-image: linear-gradient(to right, #5c6665 49%, #afb0b3 51%); }
  .front-page-middle::after {
    height: 60%;
    width: 200%;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-color: #9a8a7d; }
  .front-page-middle .taxonomy-terms {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    border: 5px solid white;
    z-index: 2; }
    @media (max-width: 550px) {
      .front-page-middle .taxonomy-terms {
        flex-direction: column; } }
    .front-page-middle .taxonomy-terms::before, .front-page-middle .taxonomy-terms::after {
      position: absolute;
      z-index: 1;
      height: 100%;
      width: 150%;
      top: 0;
      border: 0px solid white;
      border-width: 10px 0; }
    .front-page-middle .taxonomy-terms::before {
      right: 99%;
      background-color: #9a8a7d; }
    .front-page-middle .taxonomy-terms::after {
      left: 99%;
      background-color: #e2e3e4; }
    .front-page-middle .taxonomy-terms li {
      margin: 0;
      flex-grow: 1;
      flex-basis: 33%; }
      .front-page-middle .taxonomy-terms li.color-rm-teal .tax-link,
      .front-page-middle .taxonomy-terms li.color-rm-teal .tax-link::before {
        background-color: #00b2a9; }
      .front-page-middle .taxonomy-terms li.color-rm-teal .tax-description {
        background-color: rgba(0, 178, 169, 0.82);
        color: #000000; }
      .front-page-middle .taxonomy-terms li.color-rm-canary .tax-link,
      .front-page-middle .taxonomy-terms li.color-rm-canary .tax-link::before {
        background-color: #f9e300; }
      .front-page-middle .taxonomy-terms li.color-rm-canary .tax-description {
        background-color: rgba(249, 227, 0, 0.82);
        color: #000000; }
      .front-page-middle .taxonomy-terms li.color-rm-iron .tax-link,
      .front-page-middle .taxonomy-terms li.color-rm-iron .tax-link::before {
        background-color: #5e6167; }
      .front-page-middle .taxonomy-terms li.color-rm-iron .tax-description {
        background-color: rgba(94, 97, 103, 0.82);
        color: #ffffff; }
      .front-page-middle .taxonomy-terms li.color-rm-brick .tax-link,
      .front-page-middle .taxonomy-terms li.color-rm-brick .tax-link::before {
        background-color: #b23d00; }
      .front-page-middle .taxonomy-terms li.color-rm-brick .tax-description {
        background-color: rgba(178, 61, 0, 0.82);
        color: #ffffff; }
      .front-page-middle .taxonomy-terms li.color-rm-purple .tax-link,
      .front-page-middle .taxonomy-terms li.color-rm-purple .tax-link::before {
        background-color: #7d69cd; }
      .front-page-middle .taxonomy-terms li.color-rm-purple .tax-description {
        background-color: rgba(125, 105, 205, 0.82);
        color: #ffffff; }
      .front-page-middle .taxonomy-terms li.color-rm-grass .tax-link,
      .front-page-middle .taxonomy-terms li.color-rm-grass .tax-link::before {
        background-color: #80c614; }
      .front-page-middle .taxonomy-terms li.color-rm-grass .tax-description {
        background-color: rgba(128, 198, 20, 0.82);
        color: #000000; }
      .front-page-middle .taxonomy-terms li.color-rm-grout .tax-link,
      .front-page-middle .taxonomy-terms li.color-rm-grout .tax-link::before {
        background-color: #5c6665; }
      .front-page-middle .taxonomy-terms li.color-rm-grout .tax-description {
        background-color: rgba(92, 102, 101, 0.82);
        color: #ffffff; }
      .front-page-middle .taxonomy-terms li.color-rm-earth .tax-link,
      .front-page-middle .taxonomy-terms li.color-rm-earth .tax-link::before {
        background-color: #74644d; }
      .front-page-middle .taxonomy-terms li.color-rm-earth .tax-description {
        background-color: rgba(116, 100, 77, 0.82);
        color: #ffffff; }
      .front-page-middle .taxonomy-terms li.color-rm-sand .tax-link,
      .front-page-middle .taxonomy-terms li.color-rm-sand .tax-link::before {
        background-color: #9a8a7d; }
      .front-page-middle .taxonomy-terms li.color-rm-sand .tax-description {
        background-color: rgba(154, 138, 125, 0.82);
        color: #000000; }
      .front-page-middle .taxonomy-terms li.color-rm-grey-light .tax-link,
      .front-page-middle .taxonomy-terms li.color-rm-grey-light .tax-link::before {
        background-color: #e2e3e4; }
      .front-page-middle .taxonomy-terms li.color-rm-grey-light .tax-description {
        background-color: rgba(226, 227, 228, 0.82);
        color: #000000; }
      .front-page-middle .taxonomy-terms li.color-rm-grey-med .tax-link,
      .front-page-middle .taxonomy-terms li.color-rm-grey-med .tax-link::before {
        background-color: #afb0b3; }
      .front-page-middle .taxonomy-terms li.color-rm-grey-med .tax-description {
        background-color: rgba(175, 176, 179, 0.82);
        color: #000000; }
      .front-page-middle .taxonomy-terms li.color-rm-white .tax-link,
      .front-page-middle .taxonomy-terms li.color-rm-white .tax-link::before {
        background-color: #ffffff; }
      .front-page-middle .taxonomy-terms li.color-rm-white .tax-description {
        background-color: rgba(255, 255, 255, 0.82);
        color: #000000; }
      .front-page-middle .taxonomy-terms li.color-rm-black .tax-link,
      .front-page-middle .taxonomy-terms li.color-rm-black .tax-link::before {
        background-color: #000000; }
      .front-page-middle .taxonomy-terms li.color-rm-black .tax-description {
        background-color: rgba(0, 0, 0, 0.82);
        color: #ffffff; }
    .front-page-middle .taxonomy-terms .tax-link {
      position: relative;
      border: 5px solid white;
      overflow: hidden;
      min-height: 40vh;
      height: 100%;
      display: flex;
      flex-direction: column; }
      .front-page-middle .taxonomy-terms .tax-link::before {
        content: '';
        transition: all 0.3s ease-in-out;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0.5;
        z-index: 2; }
      .front-page-middle .taxonomy-terms .tax-link:hover .tax-title {
        transform: rotate(342deg) scale(1.1);
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.82); }
      .front-page-middle .taxonomy-terms .tax-link:hover::before {
        opacity: 0.82; }
    .front-page-middle .taxonomy-terms .member-category-image {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      filter: grayscale(1);
      object-fit: cover;
      z-index: 1; }
    .front-page-middle .taxonomy-terms .tax-title {
      position: relative;
      font-size: 113.90625px;
      font-size: 11.390625rem;
      line-height: 224.2751297837px;
      font-family: "interstate-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      transition: all 0.3s ease-in-out;
      letter-spacing: -0.01em;
      transform-origin: center;
      color: white;
      text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
      text-align: center;
      margin-top: 15%;
      z-index: 5; }
      @media (max-width: 950px) {
        .front-page-middle .taxonomy-terms .tax-title {
          font-size: 75.9375px;
          font-size: 7.59375rem;
          line-height: 138.6125647612px; } }
      @media (max-width: 550px) {
        .front-page-middle .taxonomy-terms .tax-title {
          font-size: 113.90625px;
          font-size: 11.390625rem;
          line-height: 224.2751297837px; } }
    .front-page-middle .taxonomy-terms .tax-description {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 26.17924px;
      position: relative;
      align-self: flex-end;
      padding: 30px;
      width: 100%;
      margin: auto 0 0;
      z-index: 5;
      animation-name: scale-up;
      animation-duration: 300ms;
      animation-fill-mode: forwards;
      animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
      animation-play-state: paused;
      transform-origin: bottom center;
      transform: scaleY(0); }
      .front-page-middle .taxonomy-terms .tax-description.active {
        animation-play-state: running; }
  .front-page-middle .taxonomy-terms li:nth-of-type( 1 ) .tax-description {
    animation-delay: 1150ms; }
  .front-page-middle .taxonomy-terms li:nth-of-type( 2 ) .tax-description {
    animation-delay: 1300ms; }
  .front-page-middle .taxonomy-terms li:nth-of-type( 3 ) .tax-description {
    animation-delay: 1450ms; }
  .front-page-middle .taxonomy-terms li:nth-of-type( 4 ) .tax-description {
    animation-delay: 1600ms; }
  .front-page-middle .taxonomy-terms li:nth-of-type( 5 ) .tax-description {
    animation-delay: 1750ms; }
  .front-page-middle .taxonomy-terms li:nth-of-type( 6 ) .tax-description {
    animation-delay: 1900ms; }
  .front-page-middle .taxonomy-terms li:nth-of-type( 7 ) .tax-description {
    animation-delay: 2050ms; }
  .front-page-middle .taxonomy-terms li:nth-of-type( 8 ) .tax-description {
    animation-delay: 2200ms; }
  .front-page-middle .taxonomy-terms li:nth-of-type( 9 ) .tax-description {
    animation-delay: 2350ms; }
  .front-page-middle .taxonomy-terms li:nth-of-type( 10 ) .tax-description {
    animation-delay: 2500ms; }
  @media (max-width: 550px) {
    .front-page-middle .taxonomy-terms li .tax-description {
      animation-delay: 300ms !important; } }
.front-page-bottom {
  background-color: white; }
  .front-page-bottom .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start; }
    .front-page-bottom .wrap > * {
      flex-basis: calc( 50% - 60px);
      margin: 30px 15px; }
      .front-page-bottom .wrap > *.full-width {
        flex-basis: 100%; }
    @media (max-width: 550px) {
      .front-page-bottom .wrap {
        flex-direction: column;
        padding: 0 10px; }
        .front-page-bottom .wrap > * {
          flex-basis: none;
          margin: 0; } }
  .front-page-bottom .widget_text h2, .front-page-bottom .widget_text .archive-title {
    font-size: 75.9375px;
    font-size: 7.59375rem;
    line-height: 138.6125647612px;
    line-height: 1;
    font-family: "interstate-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: white;
    background-color: #00b2a9;
    padding: 30px;
    text-align: center;
    width: 67%;
    margin: 0 auto;
    border: 10px solid white;
    position: relative;
    z-index: 10; }
    @media (max-width: 950px) {
      .front-page-bottom .widget_text h2, .front-page-bottom .widget_text .archive-title {
        font-size: 50.625px;
        font-size: 5.0625rem;
        line-height: 85.6690758722px;
        padding: 20px; } }
    @media (max-width: 550px) {
      .front-page-bottom .widget_text h2, .front-page-bottom .widget_text .archive-title {
        width: 90%;
        line-height: 1.125; } }
  .front-page-bottom .widget_text.section-header {
    position: relative;
    z-index: 10; }
    .front-page-bottom .widget_text.section-header::before, .front-page-bottom .widget_text.section-header::after {
      content: "";
      position: absolute;
      top: 0;
      height: 100%;
      width: 100%;
      box-sizing: border-box;
      border: 10px solid white;
      z-index: 1; }
    .front-page-bottom .widget_text.section-header::before {
      background-color: #b23d00;
      right: 80%; }
    .front-page-bottom .widget_text.section-header::after {
      background-image: linear-gradient(to right, #9a8a7d 150px, white 150px, white calc( 150px + 10px), #f9e300 calc( 150px + 10px));
      left: 80%; }
      @media (max-width: 950px) {
        .front-page-bottom .widget_text.section-header::after {
          left: 67%; } }
  .front-page-bottom .widget-events h4.widget-title {
    font-size: 33.75px;
    font-size: 3.375rem;
    line-height: 52.9475129px;
    font-family: "interstate-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #5e6167;
    text-align: center; }
  .front-page-bottom .widget-events.rmca-events .entry {
    display: grid;
    grid-template-rows: 150px repeat(2, auto);
    grid-template-columns: 1fr 150px;
    grid-template-areas: "header date" "header time" "content content";
    padding: 0; }
    .front-page-bottom .widget-events.rmca-events .entry .entry-header {
      grid-area: header;
      background-color: #abe6e3; }
    .front-page-bottom .widget-events.rmca-events .entry h2.entry-title a, .front-page-bottom .widget-events.rmca-events .entry .entry-title.archive-title a {
      font-family: "poynter-oldstyle-text", "Georgia", "Times", "Times New Roman", serif;
      font-size: 29.25px;
      font-size: 2.925rem;
      line-height: 42.35801032px;
      height: 100%;
      width: 100%;
      background-color: #abe6e3;
      padding: 20px;
      font-weight: normal;
      display: block; }
      .front-page-bottom .widget-events.rmca-events .entry h2.entry-title a:hover, .front-page-bottom .widget-events.rmca-events .entry .entry-title.archive-title a:hover {
        background-color: #00b2a9;
        color: #000000; }
    .front-page-bottom .widget-events.rmca-events .entry .event-venue {
      padding: 0 20px; }
    .front-page-bottom .widget-events.rmca-events .entry .entry-content {
      grid-area: content;
      background-color: #cacbcd;
      padding: 20px; }
    .front-page-bottom .widget-events.rmca-events .entry .entry-content p,
    .front-page-bottom .widget-events.rmca-events .entry .event-venue p {
      font-family: "poynter-oldstyle-text", "Georgia", "Times", "Times New Roman", serif;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 26.17924px;
      margin-bottom: 0; }
    .front-page-bottom .widget-events.rmca-events .entry .event-date,
    .front-page-bottom .widget-events.rmca-events .entry .event-time {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px; }
      .front-page-bottom .widget-events.rmca-events .entry .event-date p,
      .front-page-bottom .widget-events.rmca-events .entry .event-time p {
        font-family: "interstate-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        color: white;
        text-align: center;
        margin-bottom: 0; }
    .front-page-bottom .widget-events.rmca-events .entry .event-date {
      grid-area: date;
      background-color: #b23d00; }
      .front-page-bottom .widget-events.rmca-events .entry .event-date p {
        font-size: 29.25px;
        font-size: 2.925rem;
        line-height: 42.35801032px; }
    .front-page-bottom .widget-events.rmca-events .entry .event-time {
      grid-area: time;
      background-color: #5e6167; }
      .front-page-bottom .widget-events.rmca-events .entry .event-time p {
        font-size: 22.5px;
        font-size: 2.25rem;
        line-height: 32.72405px; }
    .front-page-bottom .widget-events.rmca-events .entry .venue-name,
    .front-page-bottom .widget-events.rmca-events .entry .venue-address {
      font-family: "poynter-oldstyle-text", "Georgia", "Times", "Times New Roman", serif;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 26.17924px; }
    .front-page-bottom .widget-events.rmca-events .entry p.venue-name {
      font-family: "poynter-oldstyle-text", "Georgia", "Times", "Times New Roman", serif;
      font-weight: bold; }
  .front-page-bottom .widget-events.member-events .entry {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 100px 50px;
    grid-template-areas: "header date time";
    padding: 0;
    margin-bottom: 20px; }
    .front-page-bottom .widget-events.member-events .entry .entry-header {
      grid-area: header;
      background-color: #fdf6ab;
      display: grid;
      grid-template-columns: auto;
      grid-template-rows: 1fr auto;
      grid-template-areas: "event-title" "event-venue"; }
    .front-page-bottom .widget-events.member-events .entry h2.entry-title, .front-page-bottom .widget-events.member-events .entry .entry-title.archive-title {
      background-color: #fdf6ab;
      grid-area: event-title;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding: 0; }
    .front-page-bottom .widget-events.member-events .entry h2.entry-title a, .front-page-bottom .widget-events.member-events .entry .entry-title.archive-title a {
      font-family: "poynter-oldstyle-text", "Georgia", "Times", "Times New Roman", serif;
      font-size: 22.5px;
      font-size: 2.25rem;
      line-height: 32.72405px;
      height: 100%;
      width: 100%;
      background-color: #fdf6ab;
      font-weight: normal;
      padding: 15px;
      margin: 0;
      display: block; }
      .front-page-bottom .widget-events.member-events .entry h2.entry-title a:hover, .front-page-bottom .widget-events.member-events .entry .entry-title.archive-title a:hover {
        background-color: #f9e300;
        color: #000000; }
    .front-page-bottom .widget-events.member-events .entry .event-venue {
      grid-area: event-venue;
      background-color: #cacbcd;
      padding: 10px 15px; }
    .front-page-bottom .widget-events.member-events .entry p.venue-name,
    .front-page-bottom .widget-events.member-events .entry p.venue-address {
      font-family: "poynter-oldstyle-text", "Georgia", "Times", "Times New Roman", serif;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 26.17924px;
      display: inline-block;
      margin-right: 0.5rem;
      margin-bottom: 0; }
    .front-page-bottom .widget-events.member-events .entry p.venue-name {
      font-family: "poynter-oldstyle-text", "Georgia", "Times", "Times New Roman", serif;
      font-weight: bold; }
    .front-page-bottom .widget-events.member-events .entry .entry-content {
      grid-area: content;
      background-color: #cacbcd;
      padding: 20px; }
    .front-page-bottom .widget-events.member-events .entry .event-date,
    .front-page-bottom .widget-events.member-events .entry .event-time {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 15px; }
      .front-page-bottom .widget-events.member-events .entry .event-date p,
      .front-page-bottom .widget-events.member-events .entry .event-time p {
        font-family: "interstate-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        color: white;
        text-align: center;
        margin-bottom: 0; }
    .front-page-bottom .widget-events.member-events .entry .event-date {
      grid-area: date;
      background-color: #00b2a9; }
      .front-page-bottom .widget-events.member-events .entry .event-date p {
        font-size: 29.25px;
        font-size: 2.925rem;
        line-height: 42.35801032px; }
    .front-page-bottom .widget-events.member-events .entry .event-time {
      grid-area: time;
      position: relative;
      background-color: #5e6167; }
      .front-page-bottom .widget-events.member-events .entry .event-time p {
        font-size: 19.5px;
        font-size: 1.95rem;
        line-height: 32.72405px;
        position: absolute;
        width: 200%;
        transform: rotate(-90deg);
        transform-origin: center; }

/*
	_tml.scss
*/
.tml-page .content-sidebar-wrap,
.full-width-content.tml-page .content-sidebar-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start; }
  .tml-page .content-sidebar-wrap > *,
  .full-width-content.tml-page .content-sidebar-wrap > * {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc( ( 99.99% - ( 30px * 3 ) ) / 3); }
  @supports (display: grid) {
    .tml-page .content-sidebar-wrap,
    .full-width-content.tml-page .content-sidebar-wrap {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-auto-rows: auto;
      grid-auto-flow: row;
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      align-items: start;
      align-content: start;
      justify-items: stretch;
      justify-content: stretch; }
      .tml-page .content-sidebar-wrap > *,
      .full-width-content.tml-page .content-sidebar-wrap > * {
        width: auto;
        margin: 0 0px; } }

.tml-page .content,
.full-width-content.tml-page .content {
  width: calc( ( 99.99% - ( 30px * 3 ) ) / 3);
  margin-left: calc( ( 99.99% - ( 30px * 3 ) ) / 3 + 30px); }
  @supports (display: grid) {
    .tml-page .content,
    .full-width-content.tml-page .content {
      grid-column-start: auto;
      grid-column-end: span 1;
      width: auto; } }
  @supports (display: grid) {
    .tml-page .content,
    .full-width-content.tml-page .content {
      grid-column-start: 2;
      margin-left: 0; } }

.tml-page .entry-header,
.full-width-content.tml-page .entry-header {
  height: auto; }

.tml-page .entry-title,
.full-width-content.tml-page .entry-title {
  margin: 30px 0;
  max-width: none;
  width: 100%;
  color: #5e6167; }

.tml-page .entry-content,
.full-width-content.tml-page .entry-content {
  width: 100% !important; }

/*
  _members-category
*/
.members-category-archive.rm-teal .nav-header::after {
  background-color: #00b2a9; }

.members-category-archive.rm-teal .category-header h1, .members-category-archive.rm-teal .category-header .entry-title {
  background-color: rgba(0, 178, 169, 0.67); }

.members-category-archive.rm-teal .subcat-filters h3 {
  background-color: #00b2a9; }

.members-category-archive.rm-teal .data-filters li:hover {
  color: #80d9d4; }

.members-category-archive.rm-canary .nav-header::after {
  background-color: #f9e300; }

.members-category-archive.rm-canary .category-header h1, .members-category-archive.rm-canary .category-header .entry-title {
  background-color: rgba(249, 227, 0, 0.67); }

.members-category-archive.rm-canary .subcat-filters h3 {
  background-color: #f9e300; }

.members-category-archive.rm-canary .data-filters li:hover {
  color: #fcf180; }

.members-category-archive.rm-iron .nav-header::after {
  background-color: #5e6167; }

.members-category-archive.rm-iron .category-header h1, .members-category-archive.rm-iron .category-header .entry-title {
  background-color: rgba(94, 97, 103, 0.67); }

.members-category-archive.rm-iron .subcat-filters h3 {
  background-color: #5e6167; }

.members-category-archive.rm-iron .data-filters li:hover {
  color: #afb0b3; }

.members-category-archive.rm-brick .nav-header::after {
  background-color: #b23d00; }

.members-category-archive.rm-brick .category-header h1, .members-category-archive.rm-brick .category-header .entry-title {
  background-color: rgba(178, 61, 0, 0.67); }

.members-category-archive.rm-brick .subcat-filters h3 {
  background-color: #b23d00; }

.members-category-archive.rm-brick .data-filters li:hover {
  color: #d99e80; }

.members-category-archive.rm-purple .nav-header::after {
  background-color: #7d69cd; }

.members-category-archive.rm-purple .category-header h1, .members-category-archive.rm-purple .category-header .entry-title {
  background-color: rgba(125, 105, 205, 0.67); }

.members-category-archive.rm-purple .subcat-filters h3 {
  background-color: #7d69cd; }

.members-category-archive.rm-purple .data-filters li:hover {
  color: #beb4e6; }

.members-category-archive.rm-grass .nav-header::after {
  background-color: #80c614; }

.members-category-archive.rm-grass .category-header h1, .members-category-archive.rm-grass .category-header .entry-title {
  background-color: rgba(128, 198, 20, 0.67); }

.members-category-archive.rm-grass .subcat-filters h3 {
  background-color: #80c614; }

.members-category-archive.rm-grass .data-filters li:hover {
  color: #c0e38a; }

.members-category-archive .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start; }
  .members-category-archive .content > * {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc( ( 99.99% - ( 30px * 6 ) ) / 6); }
  @supports (display: grid) {
    .members-category-archive .content {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      grid-auto-rows: auto;
      grid-auto-flow: row;
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      align-items: start;
      align-content: start;
      justify-items: stretch;
      justify-content: stretch; }
      .members-category-archive .content > * {
        width: auto;
        margin: 0 0; } }
  @media (max-width: 950px) {
    .members-category-archive .content {
      flex-direction: column; }
      .members-category-archive .content > * {
        width: 100%; }
      @supports (display: grid) {
        .members-category-archive .content {
          grid-template-columns: 1fr; }
          .members-category-archive .content > * {
            grid-column-start: 1;
            grid-column-end: 2; } } }
.members-category-archive .category-header {
  width: calc( ( 6 * ( 99.99% - ( 30px * 6 ) ) / 6 ) + 150px);
  position: relative;
  display: flex;
  height: 300px;
  width: 100%;
  margin-bottom: 30px; }
  @supports (display: grid) {
    .members-category-archive .category-header {
      grid-column-start: auto;
      grid-column-end: span 6;
      width: auto; } }
  @media (max-width: 950px) {
    .members-category-archive .category-header {
      grid-column: 1 / 2; } }
  .members-category-archive .category-header .header-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden; }
  .members-category-archive .category-header h1, .members-category-archive .category-header .entry-title {
    font-size: 75.9375px;
    font-size: 7.59375rem;
    line-height: 138.6125647612px;
    font-family: "interstate-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: relative;
    line-height: 1;
    color: white;
    padding: 20px;
    margin: auto auto -20px 50px;
    min-width: 40%;
    max-width: 50%;
    text-align: center;
    background-color: rgba(0, 178, 169, 0.67);
    transform-origin: top left;
    animation-name: pop-in;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-duration: 200ms;
    animation-fill-mode: forwards;
    animation-delay: 300ms;
    transform: scaleX(0); }
    @media (max-width: 950px) {
      .members-category-archive .category-header h1, .members-category-archive .category-header .entry-title {
        max-width: 100%;
        margin-left: 0; } }
.members-category-archive .content .category-description {
  width: calc( ( 3 * ( 99.99% - ( 30px * 6 ) ) / 6 ) + 60px);
  margin-left: calc( ( 3 * ( 99.99% - ( 30px * 12 ) ) / 12 ) + 60px + 30px); }
  @supports (display: grid) {
    .members-category-archive .content .category-description {
      grid-column-start: auto;
      grid-column-end: span 3;
      width: auto; } }
  @supports (display: grid) {
    .members-category-archive .content .category-description {
      grid-column-start: 4;
      margin-left: 0; } }
  .members-category-archive .content .category-description p {
    font-size: 19.5px;
    font-size: 1.95rem;
    line-height: 32.72405px; }
  @media (max-width: 950px) {
    .members-category-archive .content .category-description {
      grid-column: 1 / 2; } }
.members-category-archive .content .subcat-filters {
  width: calc( ( 6 * ( 99.99% - ( 30px * 6 ) ) / 6 ) + 150px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start; }
  @supports (display: grid) {
    .members-category-archive .content .subcat-filters {
      grid-column-start: auto;
      grid-column-end: span 6;
      width: auto; } }
  .members-category-archive .content .subcat-filters > * {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc( ( 99.99% - ( 30px * 6 ) ) / 6); }
  @supports (display: grid) {
    .members-category-archive .content .subcat-filters {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      grid-auto-rows: auto;
      grid-auto-flow: row;
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      align-items: start;
      align-content: start;
      justify-items: stretch;
      justify-content: stretch; }
      .members-category-archive .content .subcat-filters > * {
        width: auto;
        margin: 0 0; } }
  @media (max-width: 950px) {
    .members-category-archive .content .subcat-filters {
      flex-direction: column;
      grid-column: 1 / 2; }
      .members-category-archive .content .subcat-filters > * {
        width: 100%; }
      @supports (display: grid) {
        .members-category-archive .content .subcat-filters {
          grid-template-columns: 1fr; }
          .members-category-archive .content .subcat-filters > * {
            grid-column-start: 1;
            grid-column-end: 2; } } }
  .members-category-archive .content .subcat-filters h3,
  .members-category-archive .content .subcat-filters .data-filters {
    height: calc( 30px + 40px);
    padding: 20px; }
  .members-category-archive .content .subcat-filters h3 {
    width: calc( ( 2 * ( 99.99% - ( 30px * 12 ) ) / 12 ) + 30px);
    font-size: 33.75px;
    font-size: 3.375rem;
    line-height: 52.9475129px;
    font-family: "interstate-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: white;
    line-height: 3.375rem;
    background-color: #00b2a9;
    text-align: right; }
    @supports (display: grid) {
      .members-category-archive .content .subcat-filters h3 {
        grid-column-start: auto;
        grid-column-end: span 2;
        width: auto; } }
    @media (max-width: 950px) {
      .members-category-archive .content .subcat-filters h3 {
        display: none; } }
  .members-category-archive .content .subcat-filters .data-filters {
    width: calc( ( 4 * ( 99.99% - ( 30px * 6 ) ) / 6 ) + 90px);
    background-color: #5e6167; }
    @supports (display: grid) {
      .members-category-archive .content .subcat-filters .data-filters {
        grid-column-start: auto;
        grid-column-end: span 4;
        width: auto; } }
    @media (max-width: 950px) {
      .members-category-archive .content .subcat-filters .data-filters {
        grid-column: 1 / 2;
        height: auto; } }
    .members-category-archive .content .subcat-filters .data-filters li {
      font-size: 22.5px;
      font-size: 2.25rem;
      line-height: 32.72405px;
      font-family: "interstate-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      transition: all 0.3s ease-in-out;
      line-height: 3.375rem;
      color: #afb0b3;
      padding: 0;
      margin-right: 1em;
      display: inline-block;
      cursor: pointer; }
      .members-category-archive .content .subcat-filters .data-filters li.active {
        color: white; }
    .members-category-archive .content .subcat-filters .data-filters[data-active-count="0"] li {
      color: white; }

.members-category-archive .content .all-members {
  width: calc( ( 6 * ( 99.99% - ( 30px * 6 ) ) / 6 ) + 150px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start; }
  @supports (display: grid) {
    .members-category-archive .content .all-members {
      grid-column-start: auto;
      grid-column-end: span 6;
      width: auto; } }
  .members-category-archive .content .all-members > * {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc( ( 99.99% - ( 30px * 6 ) ) / 6); }
  @supports (display: grid) {
    .members-category-archive .content .all-members {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      grid-auto-rows: auto;
      grid-auto-flow: row;
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      align-items: start;
      align-content: start;
      justify-items: stretch;
      justify-content: stretch; }
      .members-category-archive .content .all-members > * {
        width: auto;
        margin: 0 0; } }
  @media (max-width: 950px) {
    .members-category-archive .content .all-members {
      grid-column: 1 / 2; } }
  .members-category-archive .content .all-members .entry {
    width: calc( ( 2 * ( 99.99% - ( 30px * 6 ) ) / 6 ) + 30px);
    display: none;
    background-color: white;
    position: relative;
    align-self: stretch; }
    @supports (display: grid) {
      .members-category-archive .content .all-members .entry {
        grid-column-start: auto;
        grid-column-end: span 2;
        width: auto; } }
    .members-category-archive .content .all-members .entry::after {
      content: "";
      position: absolute;
      left: calc( 100% + 16px);
      top: 60px;
      width: 2px;
      height: calc( 100% - 120px);
      background-color: #afb0b3; }
    .members-category-archive .content .all-members .entry::before {
      content: "";
      position: absolute;
      top: calc( 100% + 17px);
      right: 0;
      width: calc( 300% + 60px);
      height: 4px;
      background-color: #afb0b3;
      background-image: linear-gradient(to right, #9a8a7d 33%, white 33%, white calc( 33% + 10px), #f9e300 calc( 33% + 10px)); }
    .members-category-archive .content .all-members .entry[data-index="three"]::after, .members-category-archive .content .all-members .entry:last-of-type::after, .members-category-archive .content .all-members .entry[data-index="one"]::before, .members-category-archive .content .all-members .entry[data-index="two"]::before, .members-category-archive .content .all-members .entry.last[data-index="three"]::before {
      content: none; }
    .members-category-archive .content .all-members .entry[data-filter-view="-10"] {
      display: block; }
    .members-category-archive .content .all-members .entry[data-filter-view="-9"] {
      display: block; }
    .members-category-archive .content .all-members .entry[data-filter-view="-8"] {
      display: block; }
    .members-category-archive .content .all-members .entry[data-filter-view="-7"] {
      display: block; }
    .members-category-archive .content .all-members .entry[data-filter-view="-6"] {
      display: block; }
    .members-category-archive .content .all-members .entry[data-filter-view="-5"] {
      display: block; }
    .members-category-archive .content .all-members .entry[data-filter-view="-4"] {
      display: block; }
    .members-category-archive .content .all-members .entry[data-filter-view="-3"] {
      display: block; }
    .members-category-archive .content .all-members .entry[data-filter-view="-2"] {
      display: block; }
    .members-category-archive .content .all-members .entry[data-filter-view="-1"] {
      display: block; }
    .members-category-archive .content .all-members .entry[data-filter-view="0"] {
      display: block; }
    .members-category-archive .content .all-members .entry[data-filter-view="1"] {
      display: block; }
    @media (max-width: 950px) {
      .members-category-archive .content .all-members .entry {
        width: calc( ( 3 * ( 99.99% - ( 30px * 12 ) ) / 12 ) + 60px); }
        @supports (display: grid) {
          .members-category-archive .content .all-members .entry {
            grid-column-start: auto;
            grid-column-end: span 3;
            width: auto; } }
        .members-category-archive .content .all-members .entry[data-index="two"]::before {
          content: ""; }
        .members-category-archive .content .all-members .entry[data-filter-view="1"]::before {
          width: calc( 200% + 30px); }
        .members-category-archive .content .all-members .entry[data-index="two"]::after, .members-category-archive .content .all-members .entry.last[data-index="two"]::before {
          content: none; } }
    @media (max-width: 550px) {
      .members-category-archive .content .all-members .entry {
        width: calc( ( 6 * ( 99.99% - ( 30px * 12 ) ) / 12 ) + 150px);
        border-bottom: 2px solid #5e6167; }
        @supports (display: grid) {
          .members-category-archive .content .all-members .entry {
            grid-column-start: auto;
            grid-column-end: span 6;
            width: auto; } }
        .members-category-archive .content .all-members .entry[data-index="one"]::after, .members-category-archive .content .all-members .entry[data-index="two"]::before {
          content: none; } }
    .members-category-archive .content .all-members .entry .member-image {
      height: 250px;
      width: 100%;
      margin-bottom: 20px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .members-category-archive .content .all-members .entry .member-image img {
        display: block;
        max-height: 100%;
        max-width: 100%; }
      .members-category-archive .content .all-members .entry .member-image a:hover {
        transform: scale(1.05);
        transform-origin: center; }
      @media (max-width: 550px) {
        .members-category-archive .content .all-members .entry .member-image {
          height: auto; } }
    .members-category-archive .content .all-members .entry .entry-title {
      position: relative;
      margin-bottom: 20px; }
      .members-category-archive .content .all-members .entry .entry-title a {
        font-family: "interstate-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        font-size: 29.25px;
        font-size: 2.925rem;
        line-height: 42.35801032px;
        font-weight: normal;
        color: #00b2a9;
        line-height: 1;
        position: relative;
        display: block;
        z-index: 2; }
        .members-category-archive .content .all-members .entry .entry-title a:hover {
          color: #7d69cd; }
    .members-category-archive .content .all-members .entry ul.member-details, .members-category-archive .content .all-members .entry ul.member-details li {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    .members-category-archive .content .all-members .entry ul.member-details li {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 26.17924px; }
    .members-category-archive .content .all-members .entry .member-image.placeholder a {
      display: block;
      width: 100%; }
      .members-category-archive .content .all-members .entry .member-image.placeholder a .placeholder {
        height: 250px;
        width: 67%;
        margin: 0 auto 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        background-color: #5c6665; }
        .members-category-archive .content .all-members .entry .member-image.placeholder a .placeholder.seed-1 p {
          background-color: #1a1a1a; }
        .members-category-archive .content .all-members .entry .member-image.placeholder a .placeholder.seed-2 p {
          background-color: #aea197; }
        .members-category-archive .content .all-members .entry .member-image.placeholder a .placeholder.seed-3 p {
          background-color: white; }
        .members-category-archive .content .all-members .entry .member-image.placeholder a .placeholder.seed-4 p {
          background-color: #666666; }
        .members-category-archive .content .all-members .entry .member-image.placeholder a .placeholder.seed-5 p {
          background-color: #bab2a6; }
        .members-category-archive .content .all-members .entry .member-image.placeholder a .placeholder p {
          font-size: 148.078125px;
          font-size: 14.8078125rem;
          line-height: 290.301727992px;
          font-family: "interstate-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
          font-weight: 700;
          color: rgba(255, 255, 255, 0.75);
          transform: rotate(-18deg);
          text-align: center;
          border: 5px solid white;
          margin: 0;
          line-height: 0.9;
          padding: 30%; }
      @media (max-width: 550px) {
        .members-category-archive .content .all-members .entry .member-image.placeholder a .placeholder {
          height: 200px;
          width: 100%; } }
/*
  _members
*/
.member-single .entry {
  margin: 30px auto 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "sidebar header header" "sidebar content content" "sidebar footer footer";
  grid-column-gap: 30px;
  grid-row-gap: 30px; }
  @media (max-width: 950px) {
    .member-single .entry {
      grid-template-areas: "header header header" "sidebar content content" "sidebar footer footer"; } }
  @media (max-width: 550px) {
    .member-single .entry {
      grid-template-columns: 1fr;
      grid-template-rows: repeat(4, auto);
      grid-template-areas: "header" "sidebar" "content" "footer"; } }
.member-single .member-sidebar {
  grid-area: sidebar;
  border-right: 5px solid white; }
  .member-single .member-sidebar > * {
    margin: 0 0 15px; }
  .member-single .member-sidebar .member-address,
  .member-single .member-sidebar .member-website a,
  .member-single .member-sidebar .member-social,
  .member-single .member-sidebar .member-categories a {
    font-size: 19.5px;
    font-size: 1.95rem;
    line-height: 32.72405px;
    display: block;
    padding: 20px; }
    @media (max-width: 950px) {
      .member-single .member-sidebar .member-address,
      .member-single .member-sidebar .member-website a,
      .member-single .member-sidebar .member-social,
      .member-single .member-sidebar .member-categories a {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 26.17924px;
        padding: 15px; } }
  .member-single .member-sidebar .member-address {
    background-color: #fbec54; }
  .member-single .member-sidebar .member-name {
    font-family: "interstate-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    font-size: 22.5px;
    font-size: 2.25rem;
    line-height: 32.72405px; }
  .member-single .member-sidebar .member-phone a {
    color: #1f1f1f; }
    @media (max-width: 950px) {
      .member-single .member-sidebar .member-phone a[href^="tel:"]:before {
        content: "\260e";
        margin-right: 0.5em; } }
  .member-single .member-sidebar .member-location-map {
    padding: 0;
    position: relative; }
    .member-single .member-sidebar .member-location-map a,
    .member-single .member-sidebar .member-location-map img {
      display: block; }
    .member-single .member-sidebar .member-location-map .map-link-shade {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
      display: flex;
      justify-content: center;
      align-content: center;
      transform: scaleX(0);
      transform-origin: left top;
      background-color: rgba(178, 61, 0, 0.82); }
      .member-single .member-sidebar .member-location-map .map-link-shade p {
        font-size: 19.5px;
        font-size: 1.95rem;
        line-height: 32.72405px;
        color: white;
        margin: auto auto;
        text-align: center; }
    .member-single .member-sidebar .member-location-map a:hover .map-link-shade {
      transform: scaleX(1); }
  .member-single .member-sidebar .member-website {
    position: relative;
    background-color: #7d69cd; }
    .member-single .member-sidebar .member-website a {
      height: 100%;
      width: 100%;
      position: relative;
      z-index: 2; }
    .member-single .member-sidebar .member-website a::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 0;
      transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
      background-color: #b23d00;
      border: 0px solid white;
      z-index: -1; }
    .member-single .member-sidebar .member-website a:hover::after {
      width: 90%;
      border-right-width: 15px; }
  .member-single .member-sidebar .member-social {
    background-color: #9a8a7d; }
    .member-single .member-sidebar .member-social .facebook a::before {
      font-family: "Font Awesome 5 Pro";
      display: inline-block;
      margin-right: 0.5rem;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      content: "";
      font-weight: 400;
      font-family: "Font Awesome 5 Brands"; }
    .member-single .member-sidebar .member-social .twitter a::before {
      font-family: "Font Awesome 5 Pro";
      display: inline-block;
      margin-right: 0.5rem;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      content: "";
      font-weight: 400;
      font-family: "Font Awesome 5 Brands"; }
    .member-single .member-sidebar .member-social .yelp a::before {
      font-family: "Font Awesome 5 Pro";
      display: inline-block;
      margin-right: 0.5rem;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      content: "";
      font-weight: 400;
      font-family: "Font Awesome 5 Brands"; }
    .member-single .member-sidebar .member-social .instagram a::before {
      font-family: "Font Awesome 5 Pro";
      display: inline-block;
      margin-right: 0.5rem;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      content: "";
      font-weight: 400;
      font-family: "Font Awesome 5 Brands"; }
    .member-single .member-sidebar .member-social li {
      display: inline-block;
      margin-right: 1rem; }
      .member-single .member-sidebar .member-social li a {
        font-size: 22.5px;
        font-size: 2.25rem;
        line-height: 32.72405px;
        line-height: 1;
        transition: all 0.3s ease-in-out;
        display: inline-block;
        padding: 5px 7px; }
        .member-single .member-sidebar .member-social li a::before {
          text-align: center;
          margin-right: 0 !important; }
        .member-single .member-sidebar .member-social li a:hover {
          background-color: #b23d00; }
  .member-single .member-sidebar .member-categories {
    background-color: #80c614;
    display: block;
    position: relative;
    z-index: 2; }
    .member-single .member-sidebar .member-categories li {
      display: block;
      width: calc( 100% - ( 15px + 60px )); }
    .member-single .member-sidebar .member-categories::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 60px;
      border-left: 15px solid white;
      background-color: #5c6665;
      z-index: 1; }
    .member-single .member-sidebar .member-categories a {
      height: 100%;
      width: 100%;
      position: relative;
      z-index: 2;
      display: block;
      padding: 10px 20px; }
    .member-single .member-sidebar .member-categories a::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 0;
      transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
      background-color: #b23d00;
      z-index: -1; }
    .member-single .member-sidebar .member-categories a:hover::after {
      width: 100%; }
    .member-single .member-sidebar .member-categories li:first-of-type a {
      padding-top: 20px; }
    .member-single .member-sidebar .member-categories li:last-of-type a {
      padding-bottom: 20px; }
    @media (max-width: 950px) {
      .member-single .member-sidebar .member-categories li {
        width: 100%; }
      .member-single .member-sidebar .member-categories li:first-of-type a {
        padding-top: 15px; }
      .member-single .member-sidebar .member-categories li:last-of-type a {
        padding-bottom: 15px; }
      .member-single .member-sidebar .member-categories::after {
        content: none; }
      .member-single .member-sidebar .member-categories a {
        padding: 7.5px 15px; } }
  .member-single .member-sidebar a {
    transition: all 0.3s ease-in-out;
    color: rgba(255, 255, 255, 0.9); }
    .member-single .member-sidebar a:hover {
      color: white; }

.member-single .entry-header {
  grid-area: header;
  background-color: #c0e38a;
  padding: 20px;
  position: relative; }
  .member-single .entry-header::after {
    content: "";
    height: 100%;
    width: 32px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #9a8a7d;
    border-left: 5px solid white; }
  .member-single .entry-header .entry-title {
    line-height: 1;
    padding-right: 37px; }
  @media (max-width: 550px) {
    .member-single .entry-header::after {
      content: none; }
    .member-single .entry-header .entry-title {
      font-size: 22.5px;
      font-size: 2.25rem;
      line-height: 32.72405px;
      padding-right: 0; } }
.member-single .entry-content,
.member-single .member-editor {
  grid-area: content;
  padding-right: 30px; }

.member-single.editor.updated .member-editor {
  display: none; }

.member-single.editor:not(.updated) .entry-content {
  display: none; }

.member-single .member-events h3 {
  font-size: 33.75px;
  font-size: 3.375rem;
  line-height: 52.9475129px;
  padding-bottom: 0;
  border-bottom: 3px solid #74644d;
  margin-bottom: 20px; }

.member-single .member-events h4 {
  background-color: #fbec54;
  padding: 20px; }

.member-single .member-events-list, .member-single .member-events-list li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

@media (max-width: 550px) {
  .member-single .member-events-list {
    max-width: 100%; } }

.member-single .member-events-list li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: stretch;
  margin-bottom: 20px; }
  @media (max-width: 550px) {
    .member-single .member-events-list li {
      flex-wrap: wrap; } }
.member-single .member-events-list h4 {
  flex-grow: 1;
  padding: 0; }
  @media (max-width: 550px) {
    .member-single .member-events-list h4 {
      width: 100%; } }
.member-single .member-events-list h4 a {
  font-size: 29.25px;
  font-size: 2.925rem;
  line-height: 42.35801032px;
  font-family: "interstate-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: none;
  letter-spacing: normal;
  height: 100%;
  width: 100%;
  color: #000000;
  background-color: #fbec54;
  display: block;
  padding: 20px;
  margin: 0;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  @media (max-width: 550px) {
    .member-single .member-events-list h4 a {
      font-size: 22.5px;
      font-size: 2.25rem;
      line-height: 32.72405px; } }
  .member-single .member-events-list h4 a span {
    line-height: 1; }
  .member-single .member-events-list h4 a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #d99e80;
    border: 0px solid white;
    z-index: -1; }
  .member-single .member-events-list h4 a:hover {
    color: #000000; }
    .member-single .member-events-list h4 a:hover::after {
      width: 82%;
      border-right-width: 15px; }

.member-single .member-events-list .event-date-time {
  position: relative;
  display: flex;
  min-height: 100px; }
  @media (max-width: 550px) {
    .member-single .member-events-list .event-date-time {
      width: 100%; } }
.member-single .member-events-list .day,
.member-single .member-events-list .date,
.member-single .member-events-list .time {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px; }
  .member-single .member-events-list .day p,
  .member-single .member-events-list .date p,
  .member-single .member-events-list .time p {
    font-family: "interstate-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: white;
    text-align: center;
    margin-bottom: 0; }

.member-single .member-events-list .date {
  background-color: #00b2a9;
  padding: 15px; }
  .member-single .member-events-list .date p {
    font-size: 29.25px;
    font-size: 2.925rem;
    line-height: 42.35801032px; }

.member-single .member-events-list .day,
.member-single .member-events-list .time {
  position: relative;
  background-color: #5e6167; }
  .member-single .member-events-list .day p,
  .member-single .member-events-list .time p {
    font-size: 19.5px;
    font-size: 1.95rem;
    line-height: 32.72405px; }
  .member-single .member-events-list .day p,
  .member-single .member-events-list .time p {
    position: absolute;
    width: 300%;
    transform: rotate(-90deg);
    transform-origin: center; }

.member-single .entry-footer {
  grid-area: footer; }

.member-single.updated form.acf-form .acf-fields {
  display: none; }

/*
  events
*/
.events-page .entry {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start; }
  .events-page .entry > * {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc( ( 99.99% - (  * 6 ) ) / 6); }
  @supports (display: grid) {
    .events-page .entry {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      grid-auto-rows: auto;
      grid-auto-flow: row;
      align-items: start;
      align-content: start;
      justify-items: stretch;
      justify-content: stretch; }
      .events-page .entry > * {
        width: auto;
        margin: 0; } }

.events-page .entry-content {
  width: calc( ( 3 * ( 99.99% - ( 30px * 12 ) ) / 12 ) + 60px);
  margin-left: calc( ( 3 * ( 99.99% - ( 30px * 12 ) ) / 12 ) + 60px + 30px); }
  @supports (display: grid) {
    .events-page .entry-content {
      grid-column-start: auto;
      grid-column-end: span 3;
      width: auto; } }
  @supports (display: grid) {
    .events-page .entry-content {
      grid-column-start: 4;
      margin-left: 0; } }
  .events-page .entry-content p {
    font-size: 19.5px;
    font-size: 1.95rem;
    line-height: 32.72405px; }

.event-single .entry {
  margin: 30px auto 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "sidebar header header" "sidebar content content" "sidebar footer footer";
  grid-column-gap: 30px;
  grid-row-gap: 30px; }
  @media (max-width: 950px) {
    .event-single .entry {
      grid-template-areas: "header header header" "sidebar content content" "sidebar footer footer"; } }
  @media (max-width: 550px) {
    .event-single .entry {
      grid-template-columns: 1fr;
      grid-template-rows: repeat(4, auto);
      grid-template-areas: "header" "sidebar" "content" "footer"; } }
.event-single .event-sidebar {
  grid-area: sidebar; }
  .event-single .event-sidebar > * {
    margin: 0 0 15px; }
  .event-single .event-sidebar .event-backlink {
    background-color: #74644d;
    position: relative; }
    .event-single .event-sidebar .event-backlink a {
      font-size: 19.5px;
      font-size: 1.95rem;
      line-height: 32.72405px;
      display: block;
      padding: 15px;
      height: 100%;
      width: 100%;
      position: relative;
      z-index: 2; }
    .event-single .event-sidebar .event-backlink a::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 0;
      transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
      background-color: #80c614;
      border: 0px solid white;
      z-index: -1; }
    .event-single .event-sidebar .event-backlink a:hover::after {
      width: 100%; }
  @media (max-width: 550px) {
    .event-single .event-sidebar {
      border-right-width: 0; } }
  .event-single .event-sidebar .event-date-time {
    display: flex;
    flex-direction: column; }
    .event-single .event-sidebar .event-date-time > * {
      font-family: "interstate-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      text-align: center;
      width: 100%;
      padding: 15px;
      margin: 0;
      color: white; }
    .event-single .event-sidebar .event-date-time .day {
      font-size: 19.5px;
      font-size: 1.95rem;
      line-height: 32.72405px;
      background-color: #afb0b3;
      color: #000000; }
    .event-single .event-sidebar .event-date-time .date {
      font-size: 50.625px;
      font-size: 5.0625rem;
      line-height: 85.6690758722px;
      line-height: 0.9;
      background-color: #00b2a9;
      padding: 40px 60px; }
    .event-single .event-sidebar .event-date-time .time {
      font-size: 22.5px;
      font-size: 2.25rem;
      line-height: 32.72405px;
      background-color: #5e6167; }
    @media (max-width: 1090px) {
      .event-single .event-sidebar .event-date-time {
        display: flex;
        flex-direction: column; }
        .event-single .event-sidebar .event-date-time > * {
          font-family: "interstate-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
          text-transform: uppercase;
          letter-spacing: 0.05em;
          text-align: center;
          width: 100%;
          padding: 15px;
          margin: 0;
          color: white; }
        .event-single .event-sidebar .event-date-time .day {
          font-size: 19.5px;
          font-size: 1.95rem;
          line-height: 32.72405px;
          background-color: #afb0b3;
          color: #000000; }
        .event-single .event-sidebar .event-date-time .date {
          font-size: 50.625px;
          font-size: 5.0625rem;
          line-height: 85.6690758722px;
          line-height: 0.9;
          background-color: #00b2a9;
          padding: 40px 60px; }
        .event-single .event-sidebar .event-date-time .time {
          font-size: 22.5px;
          font-size: 2.25rem;
          line-height: 32.72405px;
          background-color: #5e6167; } }
    .event-single .event-sidebar .event-date-time .date {
      font-size: 43.875px;
      font-size: 4.3875rem;
      line-height: 68.5352606978px; }
    .event-organizer-rmca .event-sidebar .event-date-time .date {
      background-color: #b23d00; }
    @media (max-width: 550px) {
      .event-single .event-sidebar .event-date-time {
        flex-direction: row;
        min-height: 100px; }
        .event-single .event-sidebar .event-date-time .date {
          padding: 20px; }
        .event-single .event-sidebar .event-date-time .day,
        .event-single .event-sidebar .event-date-time .time {
          position: relative;
          padding: 0;
          width: 60px; }
          .event-single .event-sidebar .event-date-time .day span,
          .event-single .event-sidebar .event-date-time .time span {
            position: absolute;
            transform: rotate(-90deg);
            transform-origin: bottom right;
            display: block;
            width: 100px;
            bottom: 100%;
            right: 0;
            padding-bottom: 5px; } }
  .event-single .event-sidebar .event-address,
  .event-single .event-sidebar .event-website {
    padding: 20px; }
  .event-single .event-sidebar .event-address {
    background-color: #fbec54; }
  .event-single .event-sidebar .event-venue-name {
    font-family: "interstate-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    font-size: 19.5px;
    font-size: 1.95rem;
    line-height: 32.72405px; }
  .event-single .event-sidebar .event-title {
    font-family: "interstate-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    font-size: 22.5px;
    font-size: 2.25rem;
    line-height: 32.72405px; }
    .event-single .event-sidebar .event-title span {
      font-weight: 400; }
  .event-single .event-sidebar a {
    transition: all 0.3s ease-in-out;
    color: rgba(255, 255, 255, 0.9); }
    .event-single .event-sidebar a:hover {
      color: white; }
  .event-single .event-sidebar .event-link {
    background-color: #00b2a9;
    position: relative; }
    .event-single .event-sidebar .event-link a {
      font-size: 19.5px;
      font-size: 1.95rem;
      line-height: 32.72405px;
      display: block;
      padding: 15px;
      height: 100%;
      width: 100%;
      position: relative;
      z-index: 2; }
    .event-single .event-sidebar .event-link a::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 0;
      transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
      background-color: #7d69cd;
      border: 0px solid white;
      z-index: -1; }
    .event-single .event-sidebar .event-link a:hover::after {
      width: calc( 85% - 15px);
      border-right-width: 15px; }

.event-single .entry-header {
  grid-area: header;
  background-color: #fdf6ab;
  padding: 20px;
  position: relative; }
  .event-organizer-rmca .entry-header {
    background-color: #abe6e3; }
  .event-single .entry-header::after {
    content: "";
    height: 100%;
    width: 42px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #9a8a7d;
    border-left: 5px solid white; }
  .event-single .entry-header .entry-title {
    line-height: 1;
    padding-right: 47px; }
  .event-single .entry-header a {
    transition: all 0.3s ease-in-out;
    color: #b23d00; }
    .event-single .entry-header a:hover, .event-single .entry-header a:active, .event-single .entry-header a:focus {
      color: #7d69cd; }
  @media (max-width: 550px) {
    .event-single .entry-header::after {
      content: none; }
    .event-single .entry-header .entry-title {
      font-size: 29.25px;
      font-size: 2.925rem;
      line-height: 42.35801032px;
      padding-right: 0;
      line-height: 1.125; }
    .event-single .entry-header .event-organizer {
      font-size: 19.5px;
      font-size: 1.95rem;
      line-height: 32.72405px;
      line-height: 1.125; } }
.event-single .entry-content {
  grid-area: content; }
  .event-single .entry-content .event-image-wrap {
    max-width: 33%;
    height: auto;
    margin-left: 15px;
    float: right; }
  @media (max-width: 550px) {
    .event-single .entry-content {
      padding-right: 0; } }
.event-single .entry-footer {
  grid-area: footer; }

.event-single .past-event {
  display: none;
  padding: 20px;
  background-color: #9a8a7d;
  margin-bottom: 30px; }
  .event-single .past-event h3 {
    color: white;
    padding: 0;
    margin: 0; }

.event-single.event-past .event-backlink {
  background-color: #b23d00; }

.event-single.event-past .event-sidebar .date {
  background-color: #9a8a7d; }

.event-single.event-past .event-address {
  background-color: #aeb3b2; }

.event-single.event-past .entry-header {
  background-color: #939599; }

.event-single.event-past .past-event {
  display: block; }

/*
  search
*/
.search .category-header {
  background-color: #5c6665;
  height: 150px; }

.search .category-title {
  text-transform: none;
  letter-spacing: normal;
  font-weight: normal;
  min-width: 50%;
  max-width: 75%; }
  @media (max-width: 550px) {
    .search .category-title {
      width: 100%;
      max-width: none; } }
  .search .category-title .search-term {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: bold; }

.search .entry {
  width: 80%;
  margin: 0 auto 30px;
  padding: 0; }
  @media (max-width: 550px) {
    .search .entry {
      width: 100%; } }
.search .entry-header,
.search .entry-content {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  border: 0px solid white;
  border-width: 5px 0;
  padding: 0;
  border-width: 0; }
  .search .entry-header > *,
  .search .entry-content > * {
    border: 5px solid white;
    border-width: 0 5px;
    padding: 20px;
    border-width: 0; }
  @media (max-width: 550px) {
    .search .entry-header,
    .search .entry-content {
      flex-direction: column; } }
.search .results-type {
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .search .results-type p {
    font-size: 29.25px;
    font-size: 2.925rem;
    line-height: 42.35801032px;
    font-family: "interstate-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: white;
    margin: 0; }
  @media (max-width: 550px) {
    .search .results-type {
      width: 100%;
      padding: 10px; }
      .search .results-type p {
        font-size: 19.5px;
        font-size: 1.95rem;
        line-height: 32.72405px; } }
.search .entry-title {
  font-size: 33.75px;
  font-size: 3.375rem;
  line-height: 52.9475129px;
  width: auto;
  flex-grow: 2; }

.search .event-date-time {
  display: flex;
  flex-direction: column;
  padding: 0; }
  .search .event-date-time > * {
    font-family: "interstate-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    width: 100%;
    padding: 15px;
    margin: 0;
    color: white; }
  .search .event-date-time .day {
    font-size: 19.5px;
    font-size: 1.95rem;
    line-height: 32.72405px;
    background-color: #afb0b3;
    color: #000000; }
  .search .event-date-time .date {
    font-size: 50.625px;
    font-size: 5.0625rem;
    line-height: 85.6690758722px;
    line-height: 0.9;
    background-color: #00b2a9;
    padding: 40px 60px; }
  .search .event-date-time .time {
    font-size: 22.5px;
    font-size: 2.25rem;
    line-height: 32.72405px;
    background-color: #5e6167; }
  .search .event-date-time .date {
    padding: 20px 15px; }

.search .event-address {
  margin: 0;
  background-color: #fbec54; }
  .search .event-address > li {
    list-style-type: none; }

.search .event-venue-name {
  font-family: "interstate-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 19.5px;
  font-size: 1.95rem;
  line-height: 32.72405px; }

.search .entry.rm_member {
  background-color: #d1ccc4; }
  .search .entry.rm_member .results-type {
    background-color: #80c614; }
  .search .entry.rm_member .entry-header {
    background-color: #c0e38a; }
  .search .entry.rm_member .member-address-contact {
    background-color: #fbec54; }
  .search .entry.rm_member .member-categories {
    display: block;
    position: relative;
    background-color: #e2e3e4; }
    .search .entry.rm_member .member-categories ul {
      margin: 0; }
    .search .entry.rm_member .member-categories li {
      display: block;
      width: calc( 100% - ( 15px + 60px )); }
    .search .entry.rm_member .member-categories a {
      transition: all 0.3s ease-in-out;
      display: inline-block;
      padding: 2px 6px;
      background-color: transparent;
      color: #000000; }
      .search .entry.rm_member .member-categories a:hover {
        background-color: #40c5bf; }
  .search .entry.rm_member .member-address-contact,
  .search .entry.rm_member .member-categories {
    flex-basis: 30%; }
  .search .entry.rm_member .member-image {
    flex-basis: 50%; }
    .search .entry.rm_member .member-image img {
      display: block;
      margin: 0 auto; }
    @media (max-width: 550px) {
      .search .entry.rm_member .member-image {
        order: -1; } }
.search .entry.page {
  background-color: #cacbcd; }
  .search .entry.page .entry-header {
    background-color: #e6bfab; }

.search .entry.rm_event {
  background-color: #ded8d4; }
  .search .entry.rm_event .results-type {
    background-color: #7d69cd; }
  .search .entry.rm_event .entry-header {
    background-color: #fcf180; }
    .search .entry.rm_event .entry-header span {
      font-size: 22.5px;
      font-size: 2.25rem;
      line-height: 32.72405px; }
  .search .entry.rm_event .event-address,
  .search .entry.rm_event .event-date-time {
    flex-basis: 25%; }
  .search .entry.rm_event .event-excerpt {
    flex-basis: 60%;
    max-width: 75%; }
  .search .entry.rm_event .past-event-alert {
    font-family: "interstate-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-transform: none;
    letter-spacing: normal;
    border: 5px solid white;
    padding: 15px 20px;
    background-color: #74644d;
    color: white;
    text-align: center;
    border-width: 0; }

.search .entry-title {
  position: relative;
  padding: 0; }
  .search .entry-title a {
    height: 100%;
    width: 100%;
    display: block;
    padding: 20px;
    position: relative;
    z-index: 2;
    color: #000000; }
  .search .entry-title a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #80d9d4;
    border: 0px solid white;
    z-index: -1;
    color: #000000; }
  .search .entry-title a:hover::after {
    width: 82%;
    border-right-width: 10px;
    border-width: 0; }
