/*
 Theme Name: Oasis
 Theme URI: http://underscores.me/
 Author: Underscores.me
 Author URI: http://underscores.me/
 Description: Description
 Version: 1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: oasis
 Tags:
 /*!!!--------------------------------------------------------------!!!
 !!!--------------------------------------------------------------!!!
 !!!--------------------------------------------------------------!!!
 !!!--------------------------------------------------------------!!!
 !!!--------------------------------------------------------------!!!
 >>> THIS THEME USES SCSS. DO NOT CHANGE STYLE.CSS DIRECTLY. INSTEAD
 CHANGE THE FILES IN THE /SCSS FOLDER <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
 !!!--------------------------------------------------------------!!!
 !!!--------------------------------------------------------------!!!
 !!!--------------------------------------------------------------!!!
 !!!--------------------------------------------------------------!!!
 !!!--------------------------------------------------------------!!!
 !!!--------------------------------------------------------------!!!
 !!!--------------------------------------------------------------!!!
 !!!--------------------------------------------------------------!!!
 !!!--------------------------------------------------------------!!!
 !!!--------------------------------------------------------------!!!
 !!!--------------------------------------------------------------!!!
 !!!--------------------------------------------------------------!!!
 !!!--------------------------------------------------------------!!!
 !!!--------------------------------------------------------------!!!
 !!!--------------------------------------------------------------!!!
 !!!--------------------------------------------------------------!!!
 !!!--------------------------------------------------------------!!!
 !!!--------------------------------------------------------------!!!
 !!!--------------------------------------------------------------!!!
 !!!--------------------------------------------------------------!!!
 !!!--------------------------------------------------------------!!!
 !!!--------------------------------------------------------------!!!
 !!!--------------------------------------------------------------!!!
 !!!--------------------------------------------------------------!!!
 !!!--------------------------------------------------------------!!!
 !!!--------------------------------------------------------------!!!
 !!!--------------------------------------------------------------!!!
 !!!--------------------------------------------------------------!!!
 !!!--------------------------------------------------------------!!!
 !!!--------------------------------------------------------------!!!
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 red_underscores is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
 Underscores is distributed under the terms of the GNU GPL v2 or later.
 Normalizing styles have been helped along thanks to the fine work of
 Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 # Normalize
 # Typography
 # Elements
 # Forms
 # Navigation
 ## Links
 ## Menus
 # Accessibility
 # Alignments
 # Clearings
 # Widgets
 # Content
 ## Posts and pages
 ## Asides
 ## Comments
 # Infinite scroll
 # Media
 ## Captions
 ## Galleries
 --------------------------------------------------------------*/
/**
 * Admin Variables
 *
 * Variables and settings are controlled from the Oasis Theme Settings.
 */
/*** Color Pallete ***/
/** Layout Variables **/
/* Responsive Mixins */
/* Positioning */
/* Margin/Padding Mixins */
/* Styling */
/* Animation */
/* Screen Reader Mixins */
/* Source: https://github.com/engageinteractive/core/blob/master/src/scss/utility/_mixins.scss */
/* Utility Mixins */
/*** Bixler Specific Mixins/Functions ***/
/*--------------------------------------------------------------
 # Normalize
 --------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/
body, button, input, select, textarea {
  color: #404040;
  font-size: 13px;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Links
 --------------------------------------------------------------*/
a {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}
a[href^="mailto:"] {
  text-decoration: underline;
}
a:active, a:hover, a:focus {
  outline: 0;
}
@media (max-width: 375px) {
  a {
    word-wrap: break-word;
  }
}
/*--------------------------------------------------------------
 ## Menus
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Accessibility
 --------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/*--------------------------------------------------------------
 # Alignments
 --------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
 # Clearings
 --------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
 # Widgets
 --------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}
/* Search widget. */
.widget_search .search-submit {
  display: none;
}
/*--------------------------------------------------------------
 # Content
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Posts and pages
 --------------------------------------------------------------*/
.sticky {
  display: block;
}
.byline, .updated:not(.published) {
  display: none;
}
.single .byline, .group-blog .byline {
  display: inline;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
 ## Asides
 --------------------------------------------------------------*/
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
  display: none;
}
/*--------------------------------------------------------------
 ## Comments
 --------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
 # Infinite scroll
 --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
 # Media
 --------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/*--------------------------------------------------------------
 ## Captions
 --------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
/*--------------------------------------------------------------
 ## Galleries
 --------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
 # Misc
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Unsemantic Framework
 --------------------------------------------------------------*/
.grid-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
/*--------------------------------------------------------------
 ## Error Messages
 --------------------------------------------------------------*/
.front-end-notice {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 25px;
}
#wpadminbar ~ .front-end-notice, #wpadminbar ~ div.error {
  top: 32px;
}
/* Error message from WP Backend */
.notice, div.updated, div.error {
  background: #fff;
  border-left: 4px solid #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin: 5px 15px 2px;
  padding: 1px 12px;
}
.notice-error, div.error {
  border-left-color: #dc3232;
}
.notice p, .notice-title, div.updated p, div.error p, .form-table td .notice p {
  margin: 0.5em 0;
  padding: 2px;
}
/* Error icon. */
.update-message.notice-error p:before {
  color: #dc3232;
  content: "\f534";
}
.front-end-notice-dismiss, #wpadminbar ~ .front-end-notice-dismiss {
  background: none;
  border: 0;
  color: #fff;
  font-size: 24px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
/*** Bixler Variables ***/
/*--------------------------------------------------------------
 ## START OF BIXLER STYLING TEMPLATE
 --------------------------------------------------------------*/
/*** Styling ***/
/*--------------------------------------------------------------
 ## Body (Default)
 --------------------------------------------------------------*/
body {
  background-color: inherit;
  color: #303438;
  font-size: 18px;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
/*--------------------------------------------------------------
 ## Headings
 --------------------------------------------------------------*/
h1:after, h2:after, h3:after, h4:after, h5:after, h6:after, .h1:after, .h2:after, .h3:after, .h4:after, .h5:after, .h6:after {
  content: "";
  display: block;
  margin-bottom: 6px;
}
@media (max-width: 350px) {
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    word-break: break-word;
  }
}
h1, .h1 {
  font-family: 'Playfair Display';
  font-size: 54px;
  font-weight: 400;
  color: inherit;
  line-height: 1.25;
  letter-spacing: 0.025rem;
  text-transform: inherit;
}
h2, .h2 {
  font-family: 'Playfair Display';
  font-size: 46px;
  font-weight: 400;
  color: #005950;
  line-height: 1.25;
  letter-spacing: 0.025rem;
  text-transform: inherit;
}
h3, .h3 {
  font-family: 'Raleway';
  font-size: 36px;
  font-weight: 600;
  color: #f1db0e;
  line-height: 1.25;
  letter-spacing: 0.025rem;
  text-transform: inherit;
}
h4, .h4 {
  font-family: 'Raleway';
  font-size: 24px;
  font-weight: 600;
  color: #303438;
  line-height: 1.25;
  letter-spacing: 0.01rem;
  text-transform: inherit;
}
h5, .h5 {
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 400;
  color: #303438;
  line-height: 1.5;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}
h6, .h6 {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: #63666a;
  line-height: 1.5;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}
p {
  color: #303438;
  letter-spacing: 0.01rem;
  line-height: 1.5;
}
/*--------------------------------------------------------------
 ## List Styling
 --------------------------------------------------------------*/
ul, ol {
  margin: 0 0 1.5em 20px;
  padding-left: 0;
}
ol {
  list-style: decimal;
  margin-left: 20px;
}
ol li > ol {
  list-style: lower-alpha;
  margin-left: 20px;
}
li {
  color: #303438;
  letter-spacing: 0.01rem;
  line-height: 1.5;
}
footer ul {
  list-style: none;
  margin-left: 0;
}
/*--------------------------------------------------------------
 ### Styled Bullets
 --------------------------------------------------------------*/
.fl-builder-content-primary ul, .entry-content ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
}
.fl-builder-content-primary ul li, .entry-content ul li {
  padding-left: 20px;
  position: relative;
}
.fl-builder-content-primary ul li:before, .entry-content ul li:before {
  position: absolute;
  left: 0px;
  content: "\2022";
  line-height: 20px;
  font-size: 25px;
}
.fl-builder-content-primary ul li li, .entry-content ul li li {
  padding-left: calc(20px - 6px);
}
.fl-builder-content-primary ul li li:before, .entry-content ul li li:before {
  line-height: 25px;
  font-size: 15px;
}
.fl-builder-content-primary ul li.gfield, .entry-content ul li.gfield {
  padding-left: 0;
}
.fl-builder-content-primary .searchandfilter ul li, .entry-content .searchandfilter ul li {
  padding-left: 0;
}
.fl-builder-content-primary .searchandfilter ul li li, .entry-content .searchandfilter ul li li {
  padding-left: 0;
}
.fl-builder-content-primary .tribe-events-notices li:before, .entry-content .tribe-events-notices li:before, .fl-builder-content-primary .fl-builder-submenu li:before, .entry-content .fl-builder-submenu li:before, .fl-builder-content-primary .job_listings li:before, .entry-content .job_listings li:before, .fl-builder-content-primary footer li:before, .entry-content footer li:before, .fl-builder-content-primary .searchandfilter li:before, .entry-content .searchandfilter li:before {
  content: unset;
}
/*--------------------------------------------------------------
 ## Links
 --------------------------------------------------------------*/
a, a:link, a:visited, a:active {
  color: inherit;
  text-decoration: none;
}
a:hover, a:link:hover, a:visited:hover, a:active:hover, a:focus, a:link:focus, a:visited:focus, a:active:focus {
  color: #465361;
  text-decoration-color: unset;
}
a, a:link, a:visited, a:active, .fl-button, .fl-button-text, .fl-button-icon {
  -webkit-transition: color 0.1s ease-in, background-color 0.25s ease-in;
  -moz-transition: color 0.1s ease-in, background-color 0.25s ease-in;
  -ms-transition: color 0.1s ease-in, background-color 0.25s ease-in;
  -o-transition: color 0.1s ease-in, background-color 0.25s ease-in;
  transition: color 0.1s ease-in, background-color 0.25s ease-in;
}
/*--------------------------------------------------------------
 ## Buttons
 --------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"], .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  background-color: transparent;
  border: 1px solid #498a8a;
  color: #498a8a;
  height: auto;
  width: auto;
  font-size: 13px;
  padding: 12px 24px;
  border-radius: 50px;
  line-height: 1.25;
  letter-spacing: 0.05rem;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: background-color 0.25s ease-in, color 0.1s ease-in;
  -moz-transition: background-color 0.25s ease-in, color 0.1s ease-in;
  -ms-transition: background-color 0.25s ease-in, color 0.1s ease-in;
  -o-transition: background-color 0.25s ease-in, color 0.1s ease-in;
  transition: background-color 0.25s ease-in, color 0.1s ease-in;
  margin: 0;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, .gform_wrapper .gform_footer input.button:focus, .gform_wrapper .gform_footer input[type=submit]:focus {
  background-color: #498a8a;
  border: 1px solid #498a8a;
  color: #fff;
}
/*--------------------------------------------------------------
 # Images
 --------------------------------------------------------------*/
figcaption, .wp-caption-text {
  font-size: calc(100% - 2px);
  text-align: left;
}
/*--------------------------------------------------------------
 # Beaver Builder
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Column Spacing Corrections
 --------------------------------------------------------------*/
/**
 * BB Medium
 */
@media (max-width: 992px) {
  .fl-col.fl-col-has-cols .fl-col .fl-col-content, .red-media-contact-sidebar.fl-col .fl-col-content, .fl-col.fl-animation.fl-fancy-pulse .fl-col-content {
    padding: 20px;
  }
  .fl-col.fl-col-has-cols .fl-col {
    margin-bottom: 20px;
  }
  .fl-col.fl-col-has-cols .fl-col:last-child {
    margin-bottom: 0;
  }
}
/*--------------------------------------------------------------
 ## Take margin out of last module in columns
 --------------------------------------------------------------*/
@media (max-width: 768px) {
  .fl-row-content > .fl-col-group:last-child > .fl-col:last-child .fl-col-content > .fl-module:last-child .fl-module-content {
    margin-bottom: 0;
  }
}
/*--------------------------------------------------------------
 ## Disable page margin padding on BB pages
 --------------------------------------------------------------*/
body.fl-builder .site-main > .red-content-container {
  margin: auto;
  padding: 0;
  max-width: unset;
}
body.fl-builder .site-main > .red-content-container .main-page-block > article {
  max-width: unset;
}
/*--------------------------------------------------------------
 ## BB Accordion Defaults
 --------------------------------------------------------------*/
.fl-tabs-label i {
  margin-left: 5px;
}
/*--------------------------------------------------------------
 # Module Styling
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Return to top
 ## https://codepen.io/rdallaire/pen/apoyx
 --------------------------------------------------------------*/
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: rgba(0, 0, 0, .7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99999;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 15px;
  top: 12px;
  font-size: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background-color: rgba(0, 0, 0, .9);
}
#return-to-top:hover i {
  color: #fff;
  top: 6px;
}
/*--------------------------------------------------------------
 ## Decorative Horizontal Line
 HTML Markup: <h1 class="underline">Heading</h1>
 --------------------------------------------------------------*/
.underline, .underline .fl-heading {
  /* Beaver Builder */
  position: relative;
}
.underline:after, .underline .fl-heading:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: inherit;
  border-bottom: 1px solid inherit;
}
/*--------------------------------------------------------------
 ## Docked Header
 HTML Markup: UNDER CONSTRUCTION
 --------------------------------------------------------------*/
body.admin-bar .docked-header.shrink {
  top: 32px;
}
.docked-header {
  background: rgba(255, 255, 255, .8);
  background-position: top;
  background-size: auto;
  height: 114px;
  position: absolute;
  z-index: 10;
  width: 100%;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.docked-header.shrink {
  background: #fff;
  box-shadow: none;
  height: 90px;
  position: fixed;
  width: 100%;
  top: 0;
}
.docked-header__placeholder {
  display: none;
  height: 114px;
  width: 100%;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.docked-header__placeholder.shrink {
  display: block;
}
/*--------------------------------------------------------------
 ## Bixler Featured Header Image
 --------------------------------------------------------------*/
.bixler-featured-header-image {
  min-height: 700px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* Header Search Bar */
.branding-nav-container {
  position: relative;
}
/*--------------------------------------------------------------
 ## Floating Header Search Bar
 --------------------------------------------------------------*/
.bixler-search-trigger {
  cursor: pointer;
}
.red-search-form-styles .widget_search {
  display: block;
  position: relative;
  max-width: 100%;
  width: 100%;
  height: auto;
  background-color: rgba(48, 52, 56, .85);
  color: #fff;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  min-height: 108px;
  z-index: 999999;
}
.red-search-form-styles .widget_search .search-field {
  background: transparent;
  border-color: transparent;
  color: #fff;
  text-transform: none;
  font-size: 22px;
  letter-spacing: 0.025rem;
  position: relative;
  max-width: 250px;
  outline: none;
}
.red-search-form-styles .widget_search .search-field:focus, .red-search-form-styles .widget_search .search-field:active {
  outline: none;
}
.red-search-form-styles .widget_search .search-field::placeholder {
  color: #fff;
  opacity: 1;
}
.red-search-form-styles .widget_search .search-field, .red-search-form-styles .widget_search label {
  width: 100%;
}
.red-search-form-styles .widget_search .search-form {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 6px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.red-search-form-styles .widget_search .search-form label {
  max-width: 250px;
}
.red-search-form-styles .widget_search .search-submit {
  display: none;
}
#header-search-bar {
  display: none;
  position: absolute;
  top: calc(100% + 0px);
  left: 0;
  display: none;
  width: 100%;
  height: auto;
  padding: inherit;
  padding-top: 0;
}
#header-search-bar .header-search-bar-flex-container {
  justify-content: center;
  display: flex;
  width: 100%;
  height: auto;
}
#header-search-bar .header-search-bar-flex-container .header-search-bar-container {
  display: block;
  position: relative;
  max-width: 100%;
  width: 100%;
  height: auto;
  background-color: rgba(48, 52, 56, .85);
  color: #fff;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  min-height: 108px;
  z-index: 999999;
}
#header-search-bar .header-search-bar-flex-container .header-search-bar-container .search-field {
  background: transparent;
  border-color: transparent;
  color: #fff;
  text-transform: none;
  font-size: 22px;
  letter-spacing: 0.025rem;
  position: relative;
  max-width: 250px;
  outline: none;
}
#header-search-bar .header-search-bar-flex-container .header-search-bar-container .search-field:focus, #header-search-bar .header-search-bar-flex-container .header-search-bar-container .search-field:active {
  outline: none;
}
#header-search-bar .header-search-bar-flex-container .header-search-bar-container .search-field::placeholder {
  color: #fff;
  opacity: 1;
}
#header-search-bar .header-search-bar-flex-container .header-search-bar-container .search-field, #header-search-bar .header-search-bar-flex-container .header-search-bar-container label {
  width: 100%;
}
#header-search-bar .header-search-bar-flex-container .header-search-bar-container .search-form {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 6px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header-search-bar .header-search-bar-flex-container .header-search-bar-container .search-form label {
  max-width: 250px;
}
#header-search-bar .header-search-bar-flex-container .header-search-bar-container .search-submit {
  display: none;
}
/*--------------------------------------------------------------
 ## Ubermenu Active Page Styling
 --------------------------------------------------------------*/
@media (max-width: 960px) {
  .ubermenu {
    display: none;
  }
}
.ubermenu .ubermenu-nav > .ubermenu-current-menu-item > .ubermenu-target, .ubermenu .ubermenu-nav > .ubermenu-current-menu-ancestor > .ubermenu-target {
  color: #f1db0e !important;
  background-color: inherit !important;
}
.ubermenu .ubermenu-nav > .ubermenu-current-menu-item.ubermenu-active > .ubermenu-target, .ubermenu .ubermenu-nav > .ubermenu-current-menu-ancestor.ubermenu-active > .ubermenu-target {
  color: #f1db0e !important;
}
.ubermenu .ubermenu-nav .ubermenu-submenu > .ubermenu-current-menu-item > .ubermenu-target, .ubermenu .ubermenu-nav .ubermenu-submenu > .ubermenu-current-menu-ancestor > .ubermenu-target {
  color: #f1db0e !important;
  background-color: #465361 !important;
}
.ubermenu .ubermenu-nav .ubermenu-submenu .ubermenu-target:hover, .ubermenu .ubermenu-nav .ubermenu-submenu .ubermenu-target:focus {
  background-color: #465361 !important;
  color: #f1db0e !important;
}
/*--------------------------------------------------------------
 ## Superfly Menu Trigger
 --------------------------------------------------------------*/
#superfly-menu-icon {
  display: none;
}
#superfly-menu-icon a {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 960px) {
  #superfly-menu-icon {
    display: block;
  }
}
#sfm-sidebar .sfm-search-form span {
  left: 12px;
}
#sfm-sidebar .sfm-search-form span:after {
  font-size: 18px;
}
#sfm-sidebar .sfm-nav {
  display: block;
  position: relative;
}
#sfm-sidebar .sfm-va-middle {
  display: block;
}
.grid-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.red-content-container {
  max-width: 1300px;
  margin: auto;
  padding: inherit;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .red-content-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 375px) {
  .red-content-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.red-content-container.no-padding {
  padding: 0;
}
.main-content-max-width {
  max-width: calc(inherit + (100px));
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .main-content-max-width {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 375px) {
  .main-content-max-width {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.single article.post {
  max-width: 1050px;
  margin: 0 auto;
}
.red-donate-button {
  padding: 10px 15px;
  min-width: 128px;
  border-radius: 0;
  border: none;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 0.05rem;
  display: flex;
  align-items: center;
}
.red-donate-button .red-button-text + img, .red-donate-button .red-button-text + i {
  margin-left: 9px;
}
.red-donate-button:link, .red-donate-button:visited {
  color: #fff;
  text-decoration: none;
}
.red-donate-button.dark-blue {
  background-color: #f1db0e;
}
.red-donate-button.dark-blue:hover {
  background-color: #fab079;
  color: #fff;
}
/**************************
 * Social Media Icons
 *************************/
.social-media {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-size: 19px;
  padding: 0 6px;
}
.social-media-icon {
  padding: 6px;
}
/**************************
 * Search Trigger
 *************************/
.bixler-icon-search:after, .bixler-search-trigger:after, .bixler-icon-search:before, .bixler-search-trigger:before {
  transition: all 0.1s ease-in;
}
.social-icon {
  max-width: 24px;
  width: 100%;
}
.icon-heart {
  font-size: 19px;
}
.icon-translation {
  font-size: 26px;
  color: #000;
}
.bixler-icon-arrow-thin {
  font-size: 21px;
}
.bixler-icon-arrow-thin.left {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
a i {
  text-decoration: none;
}
.red-arrow {
  border: solid #f1db0e;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
}
.red-arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.red-arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.red-arrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.red-arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.crescent-image {
  max-width: 95px;
  width: 100%;
}
/**
 * Yoast Breadcrumbs
 */
#breadcrumbs {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  text-decoration: none;
  color: #63666a;
  margin-top: 0px;
  margin-bottom: 8px;
}
#breadcrumbs strong {
  font-weight: inherit;
}
#breadcrumbs a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  text-decoration: none;
  color: #63666a;
  margin-top: 0px;
  margin-bottom: 8px;
}
#breadcrumbs a:hover, #breadcrumbs a:focus {
  color: #465361;
}
#breadcrumbs i {
  font-size: 8px;
  font-weight: 700;
  color: #63666a;
  padding: 3px;
}
/*--------------------------------------------------------------
 # Forms
 --------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, .8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
  padding: 3px;
}
textarea {
  padding-left: 3px;
  width: 100%;
}
/**
 * Styling Rules for Beaver Builder Modules
 */
/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 # Orange Horizontal Lines (Page Titles)
 # Discover More Button
 # Post Feed
 ## Event Feed (Child of post feed)
 # Media Contact Sidebar
 # Overlays
 ## Light Overlay
 ## Dark Overlay
 # UABB Interactive Banner
 // # Bixler Sub Page Header
 # Helpers
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Orange Horizontal Lines (Page Titles)
 --------------------------------------------------------------*/
.red-orange-line-heading .fl-module-content {
  display: flex;
}
.red-orange-line-heading .fl-module-content:before, .red-orange-line-heading .fl-module-content:after {
  content: "";
  border-bottom: 2px solid #fab079;
  width: 100%;
  position: relative;
  height: 100%;
  flex: 1;
  align-self: center;
}
.red-orange-line-heading .fl-module-content:before {
  margin-right: 10px;
  max-width: 50px;
}
.red-orange-line-heading .fl-module-content:after {
  margin-left: 10px;
}
@media (max-width: 450px) {
  .red-orange-line-heading .fl-module-content:before {
    max-width: unset;
    margin-right: unset;
    display: none;
  }
  .red-orange-line-heading .fl-module-content:after {
    margin-left: unset;
  }
}
.red-orange-line-heading .uabb-module-content {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.red-orange-line-heading .uabb-module-content .uabb-heading {
  margin-left: -28px;
}
@media (max-width: 450px) {
  .red-orange-line-heading .fl-module-content {
    flex-direction: column;
  }
  .red-orange-line-heading .uabb-module-content {
    flex-direction: column-reverse;
  }
  .red-orange-line-heading .uabb-module-content .uabb-heading {
    margin-left: 0;
  }
  .red-orange-line-heading .uabb-module-content .uabb-subheading {
    margin: 0;
  }
  .red-orange-line-heading .uabb-module-content .uabb-heading-text {
    padding: 20px;
    display: block;
  }
}
/*--------------------------------------------------------------
 # Button Design 2
 --------------------------------------------------------------*/
.red-button-design-2 a {
  display: block;
}
.red-button-design-2 .fl-button-icon {
  border-radius: 25px;
  background: #498a8a;
  padding: 6px 9.4px;
  transition: all 0.1s ease-in;
  font-size: 1.15em !important;
  display: inline-block;
  margin-top: 5px;
}
.red-button-design-2 .fl-button-icon:before {
  color: #fff;
  transform: translateX(1px);
  display: inline-block;
}
.red-button-design-2 .fl-button {
  transition: none;
}
.red-button-design-2 .fl-button:hover .fl-button-icon, .red-button-design-2 .fl-button:focus .fl-button-icon {
  background: #99525e;
}
/*--------------------------------------------------------------
 # Post Feed
 --------------------------------------------------------------*/
.red-post-feed .fl-post-feed-post {
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.red-post-feed .fl-post-feed-post .fl-post-feed-image img {
  object-fit: cover;
}
.red-post-feed .fl-post-feed-post:hover .fl-post-module-event-calendar-meta, .red-post-feed .fl-post-feed-post:hover .fl-post-grid-event-calendar-date, .red-post-feed .fl-post-feed-post:focus .fl-post-module-event-calendar-meta, .red-post-feed .fl-post-feed-post:focus .fl-post-grid-event-calendar-date {
  color: #fff;
}
.red-post-feed .fl-builder-pagination ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.red-post-feed .fl-builder-pagination ul.page-numbers li {
  padding-left: 0;
  margin-right: 7px;
}
.red-post-feed .fl-builder-pagination ul.page-numbers li:before {
  content: unset;
}
.red-post-feed .fl-builder-pagination ul.page-numbers li a.page-numbers, .red-post-feed .fl-builder-pagination ul.page-numbers li span.page-numbers {
  padding: 9px 12px;
  min-width: 47px;
  min-height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  background-color: #fff;
  border: solid 1px #578597;
  color: #578597;
  text-decoration: none;
  transition: all 0.25s ease-in;
}
.red-post-feed .fl-builder-pagination ul.page-numbers li a.page-numbers.current, .red-post-feed .fl-builder-pagination ul.page-numbers li span.page-numbers.current, .red-post-feed .fl-builder-pagination ul.page-numbers li a.page-numbers:hover, .red-post-feed .fl-builder-pagination ul.page-numbers li span.page-numbers:hover, .red-post-feed .fl-builder-pagination ul.page-numbers li a.page-numbers:focus, .red-post-feed .fl-builder-pagination ul.page-numbers li span.page-numbers:focus {
  background-color: #578597;
  color: #fff;
  border-color: transparent;
}
@media (max-width: 768px) {
  .red-post-feed .fl-post-feed-post .fl-post-feed-image {
    margin: 0 auto 20px;
  }
  .red-post-feed .fl-post-feed-post .fl-post-feed-text {
    padding-left: 0;
  }
}
/*--------------------------------------------------------------
 ## Event Feed (Child of post feed)
 --------------------------------------------------------------*/
.red-event-feed .fl-post-feed-post {
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.red-event-feed .fl-post-feed-post .fl-post-module-event-calendar-meta {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.16px;
  color: #404041;
}
.red-event-feed .fl-post-feed-post .fl-post-grid-event-calendar-date {
  color: #94989c;
  text-transform: uppercase;
  font-weight: 400;
}
.red-event-feed .fl-post-feed-post .fl-post-grid-event-calendar-address {
  font-style: normal;
}
/*--------------------------------------------------------------
 # Media Contact Sidebar
 --------------------------------------------------------------*/
.red-media-contact-sidebar .fl-rich-text {
  word-break: break-word;
}
.red-media-contact-sidebar .fl-rich-text p {
  margin-bottom: 0;
}
.red-media-contact-sidebar .fl-col-content {
  background-color: #fff;
}
.red-media-contact-sidebar .fl-col-group.fl-col-group-nested {
  display: none;
}
.red-events-single-sidebar .fl-col-content {
  background-color: #fff;
}
.red-events-single-sidebar > .fl-col-content {
  background-position: 100% -42px !important;
}
.red-events-single-sidebar .fl-html {
  color: #303438;
  font-size: 14.6px;
  line-height: 28px;
  letter-spacing: 0.4px;
}
.red-events-single-sidebar p {
  margin-bottom: 0 !important;
}
/*--------------------------------------------------------------
 # Overlays
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Light Overlay
 --------------------------------------------------------------*/
.bixler-light-overlay {
  position: relative;
}
.bixler-light-overlay .fl-row-content-wrap:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.bixler-light-overlay .fl-row-content {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .bixler-light-overlay-mobile {
    position: relative;
  }
  .bixler-light-overlay-mobile .fl-row-content-wrap:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .bixler-light-overlay-mobile .fl-row-content {
    position: relative;
    z-index: 2;
  }
}
/*--------------------------------------------------------------
 ## Dark Overlay
 --------------------------------------------------------------*/
.bixler-dark-overlay {
  position: relative;
}
.bixler-dark-overlay .fl-row-content-wrap:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(241, 219, 14, 0.8);
}
.bixler-dark-overlay .fl-row-content {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .bixler-dark-overlay-mobile {
    position: relative;
  }
  .bixler-dark-overlay-mobile .fl-row-content-wrap:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(241, 219, 14, 0.8);
  }
  .bixler-dark-overlay-mobile .fl-row-content {
    position: relative;
    z-index: 2;
  }
}
.red-crescent-moon-overlay {
  position: relative;
}
.red-crescent-moon-overlay:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -42px;
  left: 0;
  display: block;
  background-image: url('./images/crescent-white-no-bg.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 1;
}
.red-crescent-moon-overlay .fl-col-content > * {
  z-index: 2;
  position: relative;
}
/*--------------------------------------------------------------
 # UABB Interactive Banner
 --------------------------------------------------------------*/
.uabb-interactive-banner-2 div.uabb-module-content img.uabb-new-ib-img {
  max-width: calc(100% + 50px) !important;
  min-width: calc(100% + 50px) !important;
  object-fit: cover;
}
#home-four-across-blocks .uabb-ib-effect-style1 .uabb-new-ib-desc {
  transition: max-height 0.35s;
  min-height: 195px;
  max-height: 100%;
}
#home-four-across-blocks .uabb-ib-effect-style1 .uabb-new-ib-desc h2 {
  line-height: 1.5;
}
#home-four-across-blocks .uabb-new-ib-title, #home-four-across-blocks .uabb-new-ib-content {
  transform: translate3d(0, 0, 0);
}
#home-four-across-blocks .uabb-new-ib-title {
  transition: transform 0.35s, color 0.1s ease-in;
}
#home-four-across-blocks .uabb-ib2-hover .uabb-new-ib-desc {
  max-height: 100%;
}
#home-four-across-blocks .uabb-ib2-hover .uabb-new-ib-title {
  color: #f1db0e;
}
@media screen and (max-width: 1200px) {
  #home-four-across-blocks .uabb-module-content {
    height: 200px;
  }
}
@media screen and (max-width: 1025px) {
  #home-four-across-blocks .uabb-module-content {
    height: 160px;
  }
}
@media screen and (max-width: 992px) {
  #home-four-across-blocks .uabb-module-content {
    height: 250px;
  }
}
/*--------------------------------------------------------------
 # Helpers (Apply to BB modules, columns, or rows in class field)
 --------------------------------------------------------------*/
.no-p-margin p, .fl-builder-content-primary .no-p-margin p {
  margin: 0;
}
#glt-translate-trigger {
  display: none;
}
#glt-translate-trigger.red-glt-translate-trigger {
  display: flex;
  position: relative;
  z-index: unset;
  padding: 0;
  margin: 0 10px 0 0;
  box-shadow: unset;
  text-shadow: unset;
  font-weight: 700;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  font-family: 'Montserrat';
}
.tool-container.tool-top {
  position: absolute !important;
}
.red-bullet {
  font-weight: 700;
}
.red-bullet__grey {
  color: #75777b;
}
.single-post-title {
  font-size: 24px;
  letter-spacing: -0.01rem;
  color: #f1db0e;
  text-transform: none;
  font-weight: 700;
  line-height: 36px;
}
.single-post-date {
  margin: 14px 0 32px;
  font-size: 15px;
  text-transform: uppercase;
  color: #63666a;
  letter-spacing: 0.05rem;
  font-weight: 500;
}
/**
 * Page Title
 */
.page-title-container {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 17px 0 24px 0;
  width: 100%;
  border-top: 1px solid #94989c;
}
.page-title-container .red-content-container {
  padding-top: 0;
  padding-bottom: 0;
}
.page-title-container .entry-title {
  font-size: 54px;
  letter-spacing: 0.025rem;
  color: #f1db0e;
  font-family: 'Playfair Display';
  margin: 0;
  line-height: 1.2;
  padding-bottom: 4px;
  padding-top: 10px;
}
.page-title-container .page-intro {
  color: #293035;
  font-size: 20px;
  letter-spacing: 0.2px;
  margin: 0;
  line-height: 1.6;
  max-width: 800px;
}
.page-title-meta {
  display: flex;
  align-items: center;
}
.page-title-meta__child {
  color: #63666a;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075rem;
  font-family: 'Montserrat';
  text-transform: uppercase;
}
.page-title-meta__separator {
  color: #63666a;
  margin: 0 5px;
  font-size: 22px;
  vertical-align: middle;
  line-height: 0;
}
@media (max-width: 450px) {
  .page-title-container .entry-title {
    font-size: 40px;
  }
}
.lhea_sc .lhea-member-name {
  background: #f1db0e !important;
}
.lhea_sc .lhea-member-position {
  background: #303438 !important;
}
.lhea_sc .fa-stack .fa-circle {
  border-color: #f1db0e;
  color: #f1db0e !important;
}
.lhea-modal .lhea-modal-name {
  background: #f1db0e !important;
}
.lhea-modal .lhea-modal-position {
  background: #303438 !important;
  font-weight: 300 !important;
}
/*--------------------------------------------------------------
 ### Search and Filter Form
 --------------------------------------------------------------*/
.oasis-searchandfilter-container.fl-col > .fl-col-content, .oasis-searchandfilter-container.fl-module {
  border-top: 1px solid #b1c9d4;
}
.oasis-searchandfilter-container.fl-col > .fl-col-content:after, .oasis-searchandfilter-container.fl-module:after {
  content: "";
  display: block;
  border-bottom: 1px solid #b1c9d4;
  background-color: #fff;
}
.oasis-searchandfilter-container.fl-col > .fl-col-content .fl-col.fl-col-has-cols .fl-col, .oasis-searchandfilter-container.fl-module .fl-col.fl-col-has-cols .fl-col {
  margin-bottom: 0;
}
.oasis-searchandfilter-container.fl-col > .fl-col-content p, .oasis-searchandfilter-container.fl-module p {
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 992px) {
  .oasis-searchandfilter-container.fl-col.fl-col-has-cols .fl-col .fl-col-content {
    padding: 0 20px;
  }
}
.searchandfilter {
  /* Create custom checkbox */
  /* Box */
  /* Check */
  /* Search */
  /* Sub List items */
  /* Date Prefix */
  /* Misc */
}
.searchandfilter .main-title-container .main-title {
  color: #005950 !important;
  letter-spacing: 0;
  font-size: 24px;
  margin: 40px 0 10px;
}
.searchandfilter h4 {
  margin-top: 0;
  margin-bottom: 1px;
  padding: 0;
  color: #303438;
  font-family: 'Montserrat';
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: -0.01em;
}
.searchandfilter input[name="_sf_post_date[]"] {
  width: 116px;
  height: 21px;
  background-color: #fff;
  border: 1px solid #557b83;
  border-radius: 0;
}
.searchandfilter > ul > li {
  padding: 15px 25px 25px 21px;
}
.searchandfilter ul li li {
  padding: 0;
  font-size: 14px;
  line-height: 18px;
  color: #303438;
  letter-spacing: 0;
}
.searchandfilter > ul > li.sf-field-category {
  padding-top: 0;
}
.searchandfilter ul.sf_date_field li {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.searchandfilter ul.sf_date_field li input {
  margin-right: 5px;
}
.searchandfilter .sf-label-checkbox {
  position: relative;
}
.searchandfilter .sf-label-checkbox::before {
  content: "";
  display: inline-block;
  height: 13px;
  width: 13px;
  background-color: #fff;
  border: 1px solid #557b83;
  border-radius: 2px;
}
.searchandfilter .sf-label-checkbox::after {
  content: "";
  display: inline-block;
  height: 5px;
  width: 8px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
}
.searchandfilter .sf-label-checkbox::before, .searchandfilter .sf-label-checkbox::after {
  position: absolute;
}
.searchandfilter .sf-label-checkbox::before {
  top: 3px;
  left: -13px;
}
.searchandfilter .sf-label-checkbox::after {
  left: -10px;
  top: 6px;
}
.searchandfilter .sf-input-checkbox {
  visibility: hidden;
}
.searchandfilter .sf-input-checkbox + .sf-label-checkbox::after {
  content: none;
}
.searchandfilter .sf-input-checkbox:checked + .sf-label-checkbox::after {
  content: "";
}
.searchandfilter .sf-input-checkbox:focus + .sf-label-checkbox::before {
  outline: #3b99fc auto 5px;
}
.searchandfilter .sf-field-search, .searchandfilter .search .search-form {
  position: relative;
  padding: 0 !important;
}
.searchandfilter .sf-field-search label, .searchandfilter .search .search-form label {
  width: 100%;
}
.searchandfilter .sf-field-search input, .searchandfilter .search .search-form input {
  vertical-align: text-top;
  border: solid 1px #c6cace;
  font-size: 12.6px;
  letter-spacing: 0.05rem;
  line-height: 18px;
  color: #303438;
  padding: 5px 45px 5px 10px;
  width: 100%;
  border-radius: 0;
}
.searchandfilter .sf-field-search input:focus, .searchandfilter .search .search-form input:focus {
  outline: none;
}
.searchandfilter .sf-field-search input::placeholder, .searchandfilter .search .search-form input::placeholder {
  color: #183135;
}
.searchandfilter .sf-field-search:after, .searchandfilter .search .search-form:after {
  color: #63666a;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\e91c";
  font-family: 'bixler-icons' !important;
  font-size: 18px;
  position: absolute;
  right: 0;
  height: calc(100% - 3px);
  box-sizing: border-box;
  width: 36px;
  background: #c6cace;
  top: 3px;
  cursor: pointer;
  pointer-events: all;
}
.searchandfilter ul.sf_date_field {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1250px) {
  .searchandfilter ul.sf_date_field {
    flex-direction: column;
  }
}
.searchandfilter .sf-date-prefix {
  margin-bottom: 5px;
}
.searchandfilter label.disabled {
  pointer-events: none;
  opacity: 0.5;
}
/*--------------------------------------------------------------
 ## Ninja Tables
 --------------------------------------------------------------*/
/* Stackable Table Body */
.ninja_footable.foo-table tbody tr.footable-detail-row > td {
  padding: 0 !important;
}
/* Table Headers */
.footable_parent.semantic_ui {
  /* Stackable header */
  /* Table Content Cells */
  /* Stackable content cells */
}
.footable_parent.semantic_ui .footable.table .footable-header > th {
  background: #4b565f;
  color: #fc0;
  font-size: 18px;
  padding: 15px;
  padding-right: 30px;
  border-collapse: collapse;
  border-left: 1px solid #293035;
  border-top: 1px solid #293035;
}
.footable_parent.semantic_ui .footable.table .footable-header > th:first-child {
  border-left: 1px solid #293035;
}
.footable_parent.semantic_ui .footable.table .footable-header > th.footable-last-visible {
  border-right: 1px solid #293035;
}
.footable_parent.semantic_ui .ninja_stacked_table .footable-detail-row .footable-details tbody tr > th {
  background: #4b565f;
  color: #fc0;
  font-size: 18px;
  padding: 15px;
  border-collapse: collapse;
  border-left: 1px solid #293035;
  border-top: 1px solid #293035;
  /* Layout override */
  min-width: unset !important;
  width: 100%;
  display: block;
}
.footable_parent.semantic_ui .ui.striped.table tbody tr:nth-child(2n) {
  background: inherit !important;
}
.footable_parent.semantic_ui .footable.table tbody tr td {
  padding: 15px;
  background-color: transparent;
  line-height: 1.5;
  border-collapse: collapse;
  border-left: 1px solid #293035;
  border-top: 1px solid #293035;
}
.footable_parent.semantic_ui .footable.table tbody tr td:first-child {
  border-left: 1px solid #293035;
}
.footable_parent.semantic_ui .footable.table tbody tr td.footable-last-visible {
  border-right: 1px solid #293035;
}
.footable_parent.semantic_ui .footable.table tbody tr td.footable-first-visible {
  font-weight: 400;
}
.footable_parent.semantic_ui .ninja_stacked_table tbody tr td {
  display: block !important;
  border-top: none !important;
  border-right: 1px solid #293035;
  font-weight: 300 !important;
}
.footable_parent.semantic_ui .footable.table tbody tr:last-child td {
  border-bottom: 1px solid #293035;
}
.footable_parent.semantic_ui .footable.table tbody tr:nth-child(odd) {
  background-color: #ededed;
}
.footable_parent.semantic_ui .footable-filtering {
  display: none;
}
/**
 * Styling Rules for the header template
 */
.red-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  min-height: 40px;
  text-transform: uppercase;
  letter-spacing: 0.052rem;
  font-family: 'Montserrat';
  font-weight: 400;
}
.red-header-content a:hover, .red-header-content a:link:hover, .red-header-content a:visited:hover, .red-header-content .featured-message:hover, .red-header-content a:focus, .red-header-content a:link:focus, .red-header-content a:visited:focus, .red-header-content .featured-message:focus {
  color: #f1db0e;
}
.red-header-content a:hover i, .red-header-content a:link:hover i, .red-header-content a:visited:hover i, .red-header-content .featured-message:hover i, .red-header-content a:focus i, .red-header-content a:link:focus i, .red-header-content a:visited:focus i, .red-header-content .featured-message:focus i {
  color: #f1db0e;
}
.red-header-content p {
  margin-top: 0;
  margin-bottom: 0;
}
.red-header-content__section {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-right: 1px solid #94989c;
  padding: 5px 15px;
}
.red-header-content__section:last-child {
  border-right: none;
}
.red-header-content__section:first-child {
  padding-left: 0;
}
.red-header-content__section:last-child {
  padding-right: 0;
}
.red-header-content__section.social-media {
  padding: 0 6px;
}
.red-header-content__section.social-media .social-media-icon {
  padding-top: 1px;
  padding-bottom: 1px;
}
.red-header-content__left {
  display: flex;
  align-items: center;
}
.red-header-content__right {
  display: flex;
  align-items: center;
}
.red-header-content__right .red-header-content__button.red-menu-toggle {
  width: 31px;
}
.red-header-content__right > *:last-child {
  margin-right: 0;
}
.red-header-content .ubermenu-responsive-toggle {
  padding-right: 0;
}
.top-header-row {
  background-color: #f1db0e;
  border-bottom: 1px solid #94989c;
  font-size: 12px;
  color: #fff;
  line-height: normal;
  position: relative;
  z-index: 1;
}
@media (max-width: 1050px) {
  .top-header-row .red-header-content {
    flex-direction: column-reverse;
  }
  .top-header-row .red-header-content__child {
    flex-wrap: wrap;
    justify-content: center;
  }
  .top-header-row .red-header-content__child .featured-message {
    flex-basis: 100%;
  }
}
@media (max-width: 600px) {
  .top-header-row .red-header-content {
    flex-direction: column-reverse;
  }
  .top-header-row .red-header-content > * {
    margin-bottom: 10px;
  }
  .top-header-row .red-header-content > *:last-child {
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .tool-container {
    max-width: 136px;
  }
}
.nav-header {
  position: relative;
  border-bottom: 1px solid #94989c;
}
.nav-header .red-header-content {
  padding-top: 22px;
  padding-bottom: 22px;
  height: inherit;
}
.nav-header .red-header-content__left {
  flex-basis: auto;
}
.nav-header .red-header-content__right {
  flex-basis: 75%;
  flex-grow: 1;
  justify-content: flex-end;
}
.nav-header .red-header-content .main-navigation .ubermenu-nav > .ubermenu-item:last-child > * {
  padding-right: 0;
}
.nav-header .icon-search {
  transform: translate(-2px, 1px);
  display: inline-block;
}
@media (max-width: 768px) {
  .nav-header .red-header-content__right {
    flex: 1;
  }
  .nav-header .red-header-content__left {
    flex: 1;
  }
}
body.home .nav-header {
  border-bottom: 1px solid transparent;
}
#logo-header-top img {
  width: 100%;
  max-width: 150px;
}
@media (max-width: 768px) {
  #logo-header-top img {
    max-width: 150px;
  }
}
.bixler-search-trigger {
  font-size: 20px;
  color: #000;
  transition: color 0.1s ease-in;
}
.site-header.bixler-featured-header-image {
  position: relative;
}
.site-header.bixler-featured-header-image.parallax {
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .site-header.bixler-featured-header-image.parallax {
    background-attachment: unset;
  }
}
.site-header.bixler-featured-header-image .page-title-container {
  position: absolute;
  bottom: 0;
}
.site-header.bixler-featured-header-image .page-title-container .red-content-container {
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 992px) {
  .site-header.bixler-featured-header-image .page-title-container .red-content-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 768px) {
  .site-header.bixler-featured-header-image .page-title-container .red-content-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.header_2 .top-header-row {
  background-color: rgba(255, 255, 255, 0.75);
}
.header_2 .top-header-row .red-header-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
.header_2 .nav-header .red-header-content__right {
  flex-basis: auto;
}
/**
 * Styling Rules for the footer template
 */
.red-footer-content {
  display: flex;
  align-items: center;
}
.red-footer-content p {
  margin: 0;
}
.red-credits-footer {
  background-color: #303438;
  color: #fff;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 11px;
}
.red-credits-footer a, .red-credits-footer a:link, .red-credits-footer a:visited {
  color: #fff;
  text-decoration: none;
}
.red-credits-footer a:hover, .red-credits-footer a:link:hover, .red-credits-footer a:visited:hover, .red-credits-footer a:focus, .red-credits-footer a:link:focus, .red-credits-footer a:visited:focus {
  color: #f1db0e;
}
.red-credits-footer .red-footer-content {
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 17.5px 50px;
}
.red-credits-footer .red-footer-content > * {
  padding-right: 10px;
}
.red-credits-footer .red-footer-content > *:last-child {
  padding-right: 0;
}
@media (max-width: 768px) {
  .red-credits-footer .red-content-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.bb-footer p {
  margin: 0;
}
.bb-footer .fl-row-content-wrap {
  background-position: 27% 35%;
  background-size: auto;
}
@media (max-width: 768px) {
  .bb-footer .fl-row-content-wrap {
    background-position: center;
    background-size: cover;
  }
}
.bb-footer .red-discover-button-arrow .fl-button-icon {
  background: #aed3dc;
}
.bb-footer .red-discover-button-arrow .fl-button-icon:before {
  color: #f1db0e;
}
.bb-footer .red-discover-button-arrow .fl-button:hover .fl-button-icon, .bb-footer .red-discover-button-arrow .fl-button:focus .fl-button-icon {
  background: #f1db0e;
}
.bb-footer .fl-heading {
  white-space: nowrap;
}
.fl-builder-content-primary .bb-footer p {
  margin: 0;
}
.bixler-footer-icon-group {
  transition: all 0.1s ease-in;
}
.bixler-footer-icon-group i:before {
  transition: all 0.1s ease-in;
}
.bixler-footer-icon-group .fl-icon > i:before {
  font-size: 20px;
}
.bixler-footer-icon-group p {
  font-size: 12px;
}
.bixler-footer-icon-group a {
  text-decoration: none !important;
}
.bixler-footer-icon-group .fl-icon-group {
  display: flex;
  flex-wrap: wrap;
}
.bixler-footer-icon-group .fl-icon-wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.bixler-footer-icon-group .fl-icon-wrap:hover .icon-community:before, .bixler-footer-icon-group .fl-icon-wrap:focus .icon-community:before, .bixler-footer-icon-group .fl-icon-wrap:hover .fl-icon-text, .bixler-footer-icon-group .fl-icon-wrap:focus .fl-icon-text, .bixler-footer-icon-group .fl-icon-wrap:hover .fl-icon-text a, .bixler-footer-icon-group .fl-icon-wrap:focus .fl-icon-text a {
  color: #ffc222 !important;
}
.bixler-footer-icon-group .fl-icon-wrap .fl-icon-text {
  display: flex;
  align-items: center;
  transition: color 0.1s ease-in;
}
.bixler-footer-icon-group .fl-icon-wrap .fl-icon-text a {
  color: #aed3dc;
  letter-spacing: 0.075rem;
  font-weight: 600;
}
.bixler-footer-icon-group .fl-icon-wrap .fl-icon-text.fl-icon-text-empty {
  display: none;
}
.bixler-footer-icon-group .fl-icon-text {
  padding-right: 10px;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}
.bixler-footer-icon-group .icon-community:before {
  transition: color 0.1s ease-in;
}
/**
 * Flex Footer One Column
 */
.red-footer-flex.one-column .red-footer-content {
  justify-content: center;
}
/**
 * Styling Rules for the archive template
 */
/**
 * Styling Rules for the page template
 */
body.page .entry-header, body.postid-4159 .entry-header {
  padding: 30px 0 0 0;
}
body.page .entry-header-contents, body.postid-4159 .entry-header-contents {
  display: flex;
}
body.page .entry-header-contents:before, body.postid-4159 .entry-header-contents:before, body.page .entry-header-contents:after, body.postid-4159 .entry-header-contents:after {
  content: "";
  border-bottom: 2px solid #fab079;
  width: 100%;
  position: relative;
  height: 100%;
  flex: 1;
  align-self: center;
}
body.page .entry-header-contents:before, body.postid-4159 .entry-header-contents:before {
  margin-right: 10px;
  max-width: 50px;
}
body.page .entry-header-contents:after, body.postid-4159 .entry-header-contents:after {
  margin-left: 10px;
}
@media (max-width: 450px) {
  body.page .entry-header-contents:before, body.postid-4159 .entry-header-contents:before {
    max-width: unset;
    margin-right: unset;
    display: none;
  }
  body.page .entry-header-contents:after, body.postid-4159 .entry-header-contents:after {
    margin-left: unset;
  }
}
body.page .entry-header-contents .crescent-image, body.postid-4159 .entry-header-contents .crescent-image {
  max-width: 95px;
}
body.page .entry-header-contents .title-container, body.postid-4159 .entry-header-contents .title-container {
  display: flex;
  flex-direction: column;
  margin-left: -10px;
}
body.page .entry-header-contents .title-container h1:after, body.postid-4159 .entry-header-contents .title-container h1:after {
  margin-bottom: 0;
}
body.page .entry-header-contents .title-container .entry-title, body.postid-4159 .entry-header-contents .title-container .entry-title {
  transform: translateY(32%);
  margin-top: -3px;
}
body.page .entry-header #breadcrumbs, body.postid-4159 .entry-header #breadcrumbs {
  margin: 3px 0 0 2px;
}
@media (max-width: 450px) {
  body.page .entry-header, body.postid-4159 .entry-header {
    padding: 0;
  }
  body.page .entry-header-contents, body.postid-4159 .entry-header-contents {
    flex-direction: column;
    align-items: center;
  }
  body.page .entry-header-contents:before, body.postid-4159 .entry-header-contents:before {
    max-width: unset;
    margin-right: unset;
    display: none;
  }
  body.page .entry-header-contents:after, body.postid-4159 .entry-header-contents:after {
    margin-left: unset;
  }
  body.page .entry-header-contents .title-container, body.postid-4159 .entry-header-contents .title-container {
    margin-left: unset;
    padding: 0 20px;
  }
  body.page .entry-header-contents .title-container .entry-title, body.postid-4159 .entry-header-contents .title-container .entry-title {
    margin-top: unset;
    transform: unset;
  }
  body.page .entry-header .crescent-image, body.postid-4159 .entry-header .crescent-image {
    margin: 10px 0;
  }
  body.page .entry-header #breadcrumbs, body.postid-4159 .entry-header #breadcrumbs {
    margin: unset;
  }
}
body.page .site-main, body.postid-4159 .site-main {
  background: #fff;
}
body.page .main-page-block, body.postid-4159 .main-page-block {
  background: #fff;
}
body.page .entry-content, body.postid-4159 .entry-content {
  margin-top: 0;
}
/**
 * Styling Rules for the single template
 */
body.single .entry-header {
  padding: 30px 0 0 0;
}
body.single .entry-header-contents {
  display: flex;
}
body.single .entry-header-contents:before, body.single .entry-header-contents:after {
  content: "";
  border-bottom: 2px solid #fab079;
  width: 100%;
  position: relative;
  height: 100%;
  flex: 1;
  align-self: center;
}
body.single .entry-header-contents:before {
  margin-right: 10px;
  max-width: 50px;
}
body.single .entry-header-contents:after {
  margin-left: 10px;
}
@media (max-width: 450px) {
  body.single .entry-header-contents:before {
    max-width: unset;
    margin-right: unset;
    display: none;
  }
  body.single .entry-header-contents:after {
    margin-left: unset;
  }
}
body.single .entry-header-contents .crescent-image {
  max-width: 95px;
}
body.single .entry-header-contents .title-container {
  display: flex;
  flex-direction: column;
  margin-left: -10px;
}
body.single .entry-header-contents .title-container h1:after {
  margin-bottom: 0;
}
body.single .entry-header-contents .title-container .entry-title {
  transform: translateY(32%);
  margin-top: -3px;
}
body.single .entry-header #breadcrumbs {
  margin: 3px 0 0 2px;
}
@media (max-width: 450px) {
  body.single .entry-header {
    padding: 0;
  }
  body.single .entry-header-contents {
    flex-direction: column;
    align-items: center;
  }
  body.single .entry-header-contents:before {
    max-width: unset;
    margin-right: unset;
    display: none;
  }
  body.single .entry-header-contents:after {
    margin-left: unset;
  }
  body.single .entry-header-contents .title-container {
    margin-left: unset;
    padding: 0 20px;
  }
  body.single .entry-header-contents .title-container .entry-title {
    margin-top: unset;
    transform: unset;
  }
  body.single .entry-header .crescent-image {
    margin: 10px 0;
  }
  body.single .entry-header #breadcrumbs {
    margin: unset;
  }
}
body.single .site-main {
  background: #fff;
}
/**
 * Styling Rules for the single template
 */
body.single-tribe_events header.entry-header {
  display: block;
}
body.single-tribe_events #tribe-events .tribe-events-single-event-title {
  font-size: 24px;
  letter-spacing: -0.01rem;
  color: #f1db0e;
  text-transform: none;
  font-weight: 700;
  line-height: 36px;
}
body.single-tribe_events #tribe-events .tribe-events-schedule {
  margin: 14px 0 32px;
  font-size: 15px;
  text-transform: uppercase;
  color: #63666a;
  letter-spacing: 0.05rem;
  font-weight: 500;
}
body.single-tribe_events #tribe-events .tribe-events-single-event-description {
  color: #183135;
  letter-spacing: 0.025rem;
  line-height: 33px;
}
body.single-tribe_events #tribe-events .tribe-events-single-event-description p {
  line-height: 33px;
}
body.single-tribe_events #tribe-events .tribe-events-cal-links .tribe-events-button {
  margin-top: 0;
  min-width: 123px;
  min-height: 39px;
  padding: 5px;
  margin-bottom: 9px;
  font-size: 11px;
  letter-spacing: 0.05rem;
  color: #f1db0e;
  text-transform: uppercase;
  background-color: transparent;
  font-weight: 600;
  border: 1px solid #f1db0e;
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
body.single-tribe_events #tribe-events .tribe-events-cal-links .tribe-events-button:hover, body.single-tribe_events #tribe-events .tribe-events-cal-links .tribe-events-button:focus {
  background-color: #f1db0e;
  color: #fff;
}
body.single-tribe_events .red-events-single-sidebar .fl-col-content {
  margin: 0;
}
body.single-tribe_events .red-events-single-sidebar .tribe-region {
  text-decoration: none;
}
body.single-tribe_events .red-events-single-sidebar .tribe-events-red-sidebar-header {
  font-weight: 500;
  font-size: 14.6px;
  line-height: 33px;
  letter-spacing: 0.4px;
  text-align: left;
}
body.single-tribe_events .entry-content-flex-container {
  display: flex;
  justify-content: space-between;
}
body.single-tribe_events .entry-content-flex-container.two-column > *:first-child {
  flex-basis: 750px;
}
body.single-tribe_events .entry-content-flex-container.two-column > *:last-child {
  flex-basis: 330px;
  flex-shrink: 0;
  padding-left: 40px;
}
@media (max-width: 992px) {
  body.single-tribe_events .entry-content-flex-container {
    flex-direction: column;
  }
  body.single-tribe_events .entry-content-flex-container.two-column > *:first-child {
    flex-basis: 100%;
  }
  body.single-tribe_events .entry-content-flex-container.two-column > *:last-child {
    flex-basis: 100%;
    padding-left: 0;
  }
}
/**
 * Styling Rules for the 404 template
 */
/**
 * Styling Rules for the search template
 */
body.search .entry-header {
  padding: 30px 0 0 0;
}
body.search .entry-header-contents {
  display: flex;
}
body.search .entry-header-contents:before, body.search .entry-header-contents:after {
  content: "";
  border-bottom: 2px solid #fab079;
  width: 100%;
  position: relative;
  height: 100%;
  flex: 1;
  align-self: center;
}
body.search .entry-header-contents:before {
  margin-right: 10px;
  max-width: 50px;
}
body.search .entry-header-contents:after {
  margin-left: 10px;
}
@media (max-width: 450px) {
  body.search .entry-header-contents:before {
    max-width: unset;
    margin-right: unset;
    display: none;
  }
  body.search .entry-header-contents:after {
    margin-left: unset;
  }
}
body.search .entry-header-contents .crescent-image {
  max-width: 95px;
}
body.search .entry-header-contents .title-container {
  display: flex;
  flex-direction: column;
  margin-left: -10px;
}
body.search .entry-header-contents .title-container h1:after {
  margin-bottom: 0;
}
body.search .entry-header-contents .title-container .entry-title {
  transform: translateY(32%);
  margin-top: -3px;
}
body.search .entry-header #breadcrumbs {
  margin: 3px 0 0 2px;
}
@media (max-width: 450px) {
  body.search .entry-header {
    padding: 0;
  }
  body.search .entry-header-contents {
    flex-direction: column;
    align-items: center;
  }
  body.search .entry-header-contents:before {
    max-width: unset;
    margin-right: unset;
    display: none;
  }
  body.search .entry-header-contents:after {
    margin-left: unset;
  }
  body.search .entry-header-contents .title-container {
    margin-left: unset;
    padding: 0 20px;
  }
  body.search .entry-header-contents .title-container .entry-title {
    margin-top: unset;
    transform: unset;
  }
  body.search .entry-header .crescent-image {
    margin: 10px 0;
  }
  body.search .entry-header #breadcrumbs {
    margin: unset;
  }
}
/**
 * Styling Rules for the home page template
 */
.home-bb-row__what-we-do .fl-row-content-wrap {
  background-position: calc(1070px + ( (100vw - 1300px) / 2));
}
@media (max-width: 1350px) {
  .home-bb-row__what-we-do .fl-row-content-wrap {
    background-position: 113%;
  }
}
@media (max-width: 768px) {
  .home-bb-row__what-we-do .fl-row-content-wrap {
    background-position: center center;
    background-size: cover;
  }
}
.fl-builder-content-primary p, .entry-content p {
  margin-bottom: 1.5em;
  letter-spacing: 0.01rem;
}
.fl-builder-content-primary .fl-module-rich-text h1, .entry-content .fl-module-rich-text h1, .fl-builder-content-primary .fl-module-rich-text h2, .entry-content .fl-module-rich-text h2, .fl-builder-content-primary .fl-module-rich-text h3, .entry-content .fl-module-rich-text h3, .fl-builder-content-primary .fl-module-rich-text h4, .entry-content .fl-module-rich-text h4, .fl-builder-content-primary .fl-module-rich-text h5, .entry-content .fl-module-rich-text h5, .fl-builder-content-primary .fl-module-rich-text h6, .entry-content .fl-module-rich-text h6 {
  margin-bottom: 10px;
}
.fl-builder-content-primary .fl-photo-caption, .entry-content .fl-photo-caption {
  color: #63666a;
}
.fl-builder-content-primary .page-title-container .red-content-container, .entry-content .page-title-container .red-content-container {
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 992px) {
  .fl-builder-content-primary .page-title-container .red-content-container, .entry-content .page-title-container .red-content-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 768px) {
  .fl-builder-content-primary .page-title-container .red-content-container, .entry-content .page-title-container .red-content-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sfm-sidebar-close:before, .sfm-sidebar-close:after {
  background: #404041;
}
#sfm-sidebar .sfm-menu li > a span {
  line-height: 1.5;
}
@media (max-width: 782px) {
  #wpadminbar {
    top: -46px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%5C%2F%22%2C%22sources%22%3A%5B%22wp-content%5C%2Fthemes%5C%2Foasis%5C%2Fscss%5C%2Fstyle.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Foasis%5C%2Fscss%5C%2F.%5C%2Fbase%5C%2F_base.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Foasis%5C%2Fscss%5C%2F.%5C%2Fbase%5C%2F_media-queries.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Foasis%5C%2Fscss%5C%2F.%5C%2Fbase%5C%2F_bixler-styling-template.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Foasis%5C%2Fscss%5C%2F.%5C%2Fbase%5C%2F_layout.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Foasis%5C%2Fscss%5C%2F.%5C%2Fcomponents%5C%2F_button.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Foasis%5C%2Fscss%5C%2F.%5C%2Fcomponents%5C%2F_icons.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Foasis%5C%2Fscss%5C%2F.%5C%2Fcomponents%5C%2F_images.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Foasis%5C%2Fscss%5C%2F.%5C%2Fcomponents%5C%2F_breadcrumbs.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Foasis%5C%2Fscss%5C%2F.%5C%2Fcomponents%5C%2F_forms.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Foasis%5C%2Fscss%5C%2F.%5C%2Fcomponents%5C%2F_red-bb-modules.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Foasis%5C%2Fscss%5C%2F%5C%2Fcomponents%5C%2F_component-parts.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Foasis%5C%2Fscss%5C%2F.%5C%2Fcomponents%5C%2F_google-translate.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Foasis%5C%2Fscss%5C%2F.%5C%2Fcomponents%5C%2F_bullets.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Foasis%5C%2Fscss%5C%2F.%5C%2Fcomponents%5C%2F_titles.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Foasis%5C%2Fscss%5C%2F.%5C%2Fcomponents%5C%2F_heroes-assemble.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Foasis%5C%2Fscss%5C%2F.%5C%2Fcomponents%5C%2F_search-and-filter.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Foasis%5C%2Fscss%5C%2F.%5C%2Fcomponents%5C%2F_ninja-tables.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Foasis%5C%2Fscss%5C%2F.%5C%2Ftemplates%5C%2F_header.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Foasis%5C%2Fscss%5C%2F.%5C%2Ftemplates%5C%2F_header-2.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Foasis%5C%2Fscss%5C%2F.%5C%2Ftemplates%5C%2F_footer.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Foasis%5C%2Fscss%5C%2F.%5C%2Fcomponents%5C%2F_header-image.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Foasis%5C%2Fscss%5C%2F.%5C%2Ftemplates%5C%2F_page.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Foasis%5C%2Fscss%5C%2F.%5C%2Ftemplates%5C%2F_single.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Foasis%5C%2Fscss%5C%2F.%5C%2Ftemplates%5C%2F_single-events.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Foasis%5C%2Fscss%5C%2F.%5C%2Ftemplates%5C%2F_home.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Foasis%5C%2Fscss%5C%2F.%5C%2Ftemplates%5C%2F_entry-content.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Foasis%5C%2Fscss%5C%2F.%5C%2Ftemplates%5C%2F_superfly.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Foasis%5C%2Fscss%5C%2F.%5C%2Ftemplates%5C%2F_admin.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAD%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BGAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiEAAA%3BAAAA%3B%3B%3B%3BGAAA%3BAAAA%2CuBAAA%3BAAAA%2CwBAAA%3BAAAA%2CuBAAA%3BAAAA%2CiBAAA%3BAAAA%2C2BAAA%3BAAAA%2CaAAA%3BAAAA%2CeAAA%3BAAAA%2C0BAAA%3BAAAA%2CiGAAA%3BAAAA%2CoBAAA%3BAAAA%2C0CAAA%3BAAAA%3B%3BiEAAA%3BACGC%3BAAAA%3B%3B%3BsCAAA%3BAAAA%3BAAOA%3BAAAA%2CYAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAeA%3BAAAA%3B2BAAA%3BAAAA%3BAAQA%3BAAAA%3BYAAA%3BAAAA%3BAAKA%3BAAAA%2CgBAAA%3BAAAA%3BAAKA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B2BAAA%3BAAAA%3BAAQA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CYAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3BYAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BYAAA%3BAAAA%3BAAUA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%3BkBAAA%3BAAAA%3BAAQA%3BAAAA%2CkBAAA%3BAAAA%3BAAKA%3BAAAA%3BaAAA%3BAAAA%3BAAMA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3BaAAA%3BAAAA%3BAAMA%3BAAAA%2CeAAA%3BAAAA%3BAAKA%3BAAAA%3B0BAAA%3BAAAA%3BAAKA%3BAAAA%2C2BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BiCAAA%3BAAAA%3BAAMA%3BAAAA%3BaAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%2CaAAA%3BAAAA%3BADzMD%3B%3BiEAAA%3BACiNC%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAWA%3BAAAA%2CcAAA%3BAAAA%3BAAaA%3BAAAA%2CqBAAA%3BAAAA%3BAAOA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAYA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAASA%3BAAAA%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%2CkBAAA%3BAAAA%3BADzRD%3B%3BiEAAA%3BACgSC%3BAAAA%2CyBAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%3BsEAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAOA%3BAAAA%2CgBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BuBAAA%3BAAAA%3BAAOA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BkCAAA%3BAAAA%3BAAKA%3BAAAA%3BcAAA%3BAAAA%3BADhWD%3B%3BiEAAA%3BAAAA%3B%3BiEAAA%3BAC6WC%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMC%3BAAAA%2C6BAAA%3BAAAA%3BAAIA%3BAAAA%2CaAAA%3BAAAA%3BACxVC%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAF%5C%2FBH%3B%3BiEAAA%3BAAAA%3B%3BiEAAA%3BAAAA%2CyCAAA%3BACqgBC%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAD7gBD%3B%3BiEAAA%3BACoiBC%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BADhjBD%3B%3BiEAAA%3BAC0jBC%3BAAAA%3BiBAAA%3BAAAA%3BAAgBA%3BAAAA%2CcAAA%3BAAAA%3BAD1kBD%3B%3BiEAAA%3BACslBC%3BAAAA%2CoBAAA%3BAAAA%3BADtlBD%2C%2BCAAA%3BAC2lBC%3BAAAA%2CkBAAA%3BAAAA%3BAD3lBD%2CoBAAA%3BACgmBC%3BAAAA%2CgBAAA%3BAAAA%3BADhmBD%3B%3BiEAAA%3BAAAA%3B%3BiEAAA%3BAC0mBC%3BAAAA%2CiBAAA%3BAAAA%3BAAQA%3BAAAA%2CgBAAA%3BAAAA%3BAAKA%3BAAAA%2CkBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAMA%3BAAAA%3BoBAAA%3BAAAA%3BADloBD%3B%3BiEAAA%3BAC0oBC%3BAAAA%2CgBAAA%3BAAAA%3BAD1oBD%3B%3BiEAAA%3BACkpBC%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BADtpBD%3B%3BiEAAA%3BAAAA%2C4EAAA%3BAC8pBC%3BAAAA%3B%3BgBAAA%3BAAAA%3BAD9pBD%2CyHAAA%3BACoqBC%3BAAAA%2CiBAAA%3BAAAA%3BADpqBD%3B%3BiEAAA%3BAC2qBC%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAD3qBD%2CwDAAA%3BACqrBC%3BAAAA%2CkBAAA%3BAAAA%3BADrrBD%3B%3BiEAAA%3BAC8rBC%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAD5sBD%3B%3BiEAAA%3BACmtBC%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAOA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAD9vBD%3B%3BiEAAA%3BAAAA%3B%3BiEAAA%3BACywBC%3BAAAA%3B%3BmBAAA%3BAAAA%3BADzwBD%3B%3BiEAAA%3BACmxBC%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%2CYAAA%3BAAAA%3BAD1xBD%2CmCAAA%3BACgyBC%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAUA%3BAAAA%2C6BAAA%3BAAAA%3BAAKA%3BAAAA%3BeAAA%3BAAAA%3BAD%5C%2FyBD%2CiBAAA%3BACyzBC%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAD9zBD%2C0BAAA%3BAAAA%3B%3BiEAAA%3BAAAA%2CiBAAA%3BAAAA%3B%3BiEAAA%3BAGoLC%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAHpLD%3B%3BiEAAA%3BAGkMG%3BAAAA%3B%3BqBAAA%3BAAAA%3BAD7JA%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BACwKF%3BAAAA%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAgBA%3BAAAA%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAgBA%3BAAAA%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAgBA%3BAAAA%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAgBA%3BAAAA%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAgBA%3BAAAA%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAiBA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAH9SD%3B%3BiEAAA%3BAG8TC%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%3BoBAAA%3BAAAA%3BAAIE%3BAAAA%3BoBAAA%3BAAAA%3BAAMF%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAaE%3BAAAA%3BiBAAA%3BAAAA%3BAH1VH%3B%3BiEAAA%3BAGsWG%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAKE%3BAAAA%3BqBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAASA%3BAAAA%2CiCAAA%3BAAAA%3BAAGE%3BAAAA%3BkBAAA%3BAAAA%3BAAUJ%3BAAAA%2CkBAAA%3BAAAA%3BAAQE%3BAAAA%2CkBAAA%3BAAAA%3BAAGE%3BAAAA%2CkBAAA%3BAAAA%3BAAcF%3BAAAA%2CiBAAA%3BAAAA%3BAH9ZP%3B%3BiEAAA%3BAG0aC%3BAAAA%3BwBAAA%3BAAAA%3BAAOE%3BAAAA%3B%2BBAAA%3BAAAA%3BAAQF%3BAAAA%3B%3B%3B%3BiEAAA%3BAAAA%3BAHzbD%3B%3BiEAAA%3BAG4cC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAA2BE%3BAAAA%3B%3BcAAA%3BAAAA%3BAHveH%3B%3BiEAAA%3BAGkfC%3BAAAA%3BmBAAA%3BAAAA%3BAHlfD%3B%3BiEAAA%3BAAAA%3B%3BiEAAA%3BAAAA%3B%3BGAAA%3BAEqCG%3BAC8dA%3BAAAA%2CkBAAA%3BAAAA%3BAAMA%3BAAAA%2CwBAAA%3BAAAA%3BAAGE%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAH5gBL%3B%3BiEAAA%3BAEqCG%3BACsfU%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAH3hBb%3B%3BiEAAA%3BAG0iBK%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMI%3BAAAA%2CmBAAA%3BAAAA%3BAHhjBT%3B%3BiEAAA%3BAG2jBC%3BAAAA%2CmBAAA%3BAAAA%3BAH3jBD%3B%3BiEAAA%3BAAAA%3B%3B%3BiEAAA%3BAGskBC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAoBA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAaA%3BAAAA%2CsCAAA%3BAAAA%3BAAGA%3BAAAA%3BWAAA%3BAAAA%3BAH1mBD%3B%3B%3BiEAAA%3BAGmnBC%3BAAAA%3BqBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAHvnBH%3B%3B%3BiEAAA%3BAG0oBK%3BAAAA%2CYAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAYE%3BAAAA%3B%3B%3B%3B%3BSAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAME%3BAAAA%2CiBAAA%3BAAAA%3BAH5qBL%3B%3BiEAAA%3BAGisBC%3BAAAA%3B%3B%3B%2BBAAA%3BAAAA%3BAHjsBD%2CuBAAA%3BAG0sBC%3BAAAA%2CqBAAA%3BAAAA%3BAH1sBD%3B%3BiEAAA%3BAGitBC%3BAAAA%2CkBAAA%3BAAAA%3BAA4EE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAArDA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAWE%3BAAAA%2CgBAAA%3BAAAA%3BAAKA%3BAAAA%3BaAAA%3BAAAA%3BAAMF%3BAAAA%2CcAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAYE%3BAAAA%2CmBAAA%3BAAAA%3BAAMA%3BAAAA%2CgBAAA%3BAAAA%3BAAaJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAYE%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAA5EF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAWE%3BAAAA%2CgBAAA%3BAAAA%3BAAKA%3BAAAA%3BaAAA%3BAAAA%3BAAMF%3BAAAA%2CcAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAYE%3BAAAA%2CmBAAA%3BAAAA%3BAAMA%3BAAAA%2CgBAAA%3BAAAA%3BAHrxBL%3B%3BiEAAA%3BAE%2BDG%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAC8wBI%3BAAAA%3BuCAAA%3BAAAA%3BAAKA%3BAAAA%2C4BAAA%3BAAAA%3BAAQA%3BAAAA%3BuCAAA%3BAAAA%3BAAYA%3BAAAA%3B4BAAA%3BAAAA%3BAHt2BP%3B%3BiEAAA%3BAGu3BC%3BAAAA%2CgBAAA%3BAAAA%3BAAGE%3BAAAA%3BkBAAA%3BAAAA%3BAD3zBA%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BACu0BA%3BAAAA%2CaAAA%3BAAAA%3BAAGE%3BAAAA%2CkBAAA%3BAAAA%3BAAKF%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BACl5BF%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAFME%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAEPE%3BAAAA%2CaAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAFhBE%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAEWF%3BAAAA%3BiBAAA%3BAAAA%3BAC1CD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAaG%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%2C4BAAA%3BAAAA%3BAAGE%3BAAAA%3BcAAA%3BAAAA%3BAL3BL%3B%3B2BAAA%3BAMIC%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAOE%3BAAAA%2CeAAA%3BAAAA%3BANXH%3B%3B2BAAA%3BAMqBI%3BAAAA%2C%2BBAAA%3BAAAA%3BAAMH%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%2CkBAAA%3BAAAA%3BAAEE%3BAAAA%3BwBAAA%3BAAAA%3BAAMF%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAME%3BAAAA%3BoCAAA%3BAAAA%3BAAKA%3BAAAA%3BoCAAA%3BAAAA%3BAAKA%3BAAAA%3BqCAAA%3BAAAA%3BAAKA%3BAAAA%3BmCAAA%3BAAAA%3BAC1EH%3BAAAA%3BcAAA%3BAAAA%3BAPAA%3B%3BGAAA%3BAQSC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAYE%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAYE%3BAAAA%2CiBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAR1CH%3B%3BiEAAA%3BASGC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAiBA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAWA%3BAAAA%2CeAAA%3BAAAA%3BAAQA%3BAAAA%3BcAAA%3BAAAA%3BATvCD%3B%3BGAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiEAAA%3BAAAA%3B%3BiEAAA%3BAUuBG%3BAAAA%2CgBAAA%3BAAAA%3BAClBA%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAWA%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BATgBA%3BASXA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAMA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BADLA%3BAAAA%3B%3B8BAAA%3BAAAA%3BAAKE%3BAAAA%2CqBAAA%3BAAAA%3BARKF%3BAQCE%3BAAAA%2C2BAAA%3BAAAA%3BAAGA%3BAAAA%2CmCAAA%3BAAAA%3BAAEE%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BAVjDP%3B%3BiEAAA%3BAU8DG%3BAAAA%2CiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAASE%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAQF%3BAAAA%2CmBAAA%3BAAAA%3BAAMI%3BAAAA%2CsBAAA%3BAAAA%3BAV1FP%3B%3BiEAAA%3BAU6GG%3BAAAA%3B%3B%3B%3BgCAAA%3BAAAA%3BAAGI%3BAAAA%2CoBAAA%3BAAAA%3BAAiCF%3BAAAA%2CcAAA%3BAAAA%3BAAcA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAIE%3BAAAA%3BoBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAeE%3BAAAA%3B%3B4BAAA%3BAAAA%3BARlIR%3BAQgJI%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAV5MP%3B%3BiEAAA%3BAUwNG%3BAAAA%3B%3B%3B%3BgCAAA%3BAAAA%3BAAUE%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%2CqBAAA%3BAAAA%3BAVjPL%3B%3BiEAAA%3BAU4PG%3BAAAA%2CyBAAA%3BAAAA%3BAAGE%3BAAAA%2CmBAAA%3BAAAA%3BAAKF%3BAAAA%2CyBAAA%3BAAAA%3BAAKA%3BAAAA%2CgBAAA%3BAAAA%3BAAQA%3BAAAA%2CyBAAA%3BAAAA%3BAAKA%3BAAAA%2C6CAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAOA%3BAAAA%2C8BAAA%3BAAAA%3BAVlSH%3B%3BiEAAA%3BAAAA%3B%3BiEAAA%3BAUiUC%3BAAAA%2CqBAAA%3BAAAA%3BAApBE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B6CAAA%3BAAAA%3BAAWA%3BAAAA%3BaAAA%3BAAAA%3BARnRA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAQwQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%2BCAAA%3BAAAA%3BAAWA%3BAAAA%3BeAAA%3BAAAA%3BAAAA%3BAVxTH%3B%3BiEAAA%3BAUgVC%3BAAAA%2CqBAAA%3BAAAA%3BAAnCE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B4CAAA%3BAAAA%3BAAWA%3BAAAA%3BaAAA%3BAAAA%3BARnRA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAQwQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B8CAAA%3BAAAA%3BAAWA%3BAAAA%3BeAAA%3BAAAA%3BAAAA%3BAAoCF%3BAAAA%2CqBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAgBE%3BAAAA%3BqBAAA%3BAAAA%3BAV9WL%3B%3BiEAAA%3BAUwXC%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAWE%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAME%3BAAAA%2CmBAAA%3BAAAA%3BAAKF%3BAAAA%2CkCAAA%3BAAAA%3BAAKA%3BAAAA%2CkDAAA%3BAAAA%3BAAUE%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAMJ%3BAACC%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAVjbF%3B%3BiEAAA%3BAU2bG%3BAAAA%2CYAAA%3BAAAA%3BAE1bF%3BAAAA%2CgBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAkBF%3BAAAA%2CgCAAA%3BAAAA%3BAClBA%3BAAAA%2CmBAAA%3BAAAA%3BAAEE%3BAAAA%2CiBAAA%3BAAAA%3BACIF%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAaA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAdtBD%3B%3BGAAA%3BAciCC%3BAAAA%3B%3B%3BgCAAA%3BAAAA%3BAAME%3BAAAA%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAUF%3BAAAA%3BsBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAZxCA%3BAYmDE%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BACpFF%3BAAAA%2CiCAAA%3BAAAA%3BAAKA%3BAAAA%2CiCAAA%3BAAAA%3BAAME%3BAAAA%3B4BAAA%3BAAAA%3BAAUF%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%3B8BAAA%3BAAAA%3BAf7BH%3B%3BiEAAA%3BAgBKG%3BAAAA%2CgCAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAAQA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3BgBAAA%3BAAAA%3BAd6BF%3BActBE%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAASF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAQA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B0BAAA%3BAAAA%3BAAME%3BAAAA%2CoBAAA%3BAAAA%3BAAQF%3BAAAA%2CqBAAA%3BAAAA%3BAACE%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAYA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%3BWAAA%3BAAAA%3BAAQF%3BAAAA%2CqBAAA%3BAAAA%3BAAEE%3BAAAA%2CgBAAA%3BAAAA%3BAAKA%3BAAAA%2CcAAA%3BAAAA%3BAAKA%3BAAAA%2C4BAAA%3BAAAA%3BAAMF%3BAAAA%3BwBAAA%3BAAAA%3BAAKE%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAYE%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAqBF%3BAAAA%3BsBAAA%3BAAAA%3BAd3KA%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAcqLA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%3BeAAA%3BAAAA%3BAhB%5C%2FNH%3B%3BiEAAA%3BAAAA%2C0BAAA%3BAiBMC%3BAAAA%2CwBAAA%3BAAAA%3BAjBND%2CmBAAA%3BAiBYC%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAUE%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAeA%3BAAAA%2CiCAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAQE%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B8BAAA%3BAAAA%3BAAQE%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAKF%3BAAAA%2CgBAAA%3BAAAA%3BAjB7FH%3B%3BGAAA%3BAkByBC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAqBI%3BAAAA%2CiBAAA%3BAAAA%3BAAKE%3BAAAA%2CiBAAA%3BAAAA%3BAAMJ%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAA3CA%3BAAAA%2CqBAAA%3BAAAA%3BAAqDE%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%3BAAAA%3BAAEE%3BAAAA%3BsBAAA%3BAAAA%3BAAOJ%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3BsBAAA%3BAAAA%3BAAQE%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%3BAAAA%3BAAKF%3BAAAA%2CmBAAA%3BAAAA%3BAAOF%3BAAAA%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAhBjFE%3BAgBoGE%3BAAAA%2CmCAAA%3BAAAA%3BAAEE%3BAAAA%3B4BAAA%3BAAAA%3BAAGE%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAhBzGN%3BAgBwHE%3BAAAA%2CmCAAA%3BAAAA%3BAAGE%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAhBhIJ%3BAgB0IA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BmCAAA%3BAAAA%3BAAIE%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKE%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAUI%3BAAAA%2CmBAAA%3BAAAA%3BAAON%3BAAAA%3BwBAAA%3BAAAA%3BAhBvMA%3BAgBmOI%3BAAAA%2CYAAA%3BAAAA%3BAAIA%3BAAAA%2CYAAA%3BAAAA%3BAAAA%3BAAUN%3BAAAA%2CuCAAA%3BAAAA%3BAAKA%3BAAAA%3BmBAAA%3BAAAA%3BAhB9NE%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAgBuOF%3BAAAA%3B%3BiCAAA%3BAAAA%3BAAMA%3BAAAA%2CqBAAA%3BAAAA%3BAAEE%3BAAAA%2C%2BBAAA%3BAAAA%3BAhBvQA%3BAAAA%3BAAAA%2CiCAAA%3BAAAA%3BAAAA%3BAgB8QA%3BAAAA%3BYAAA%3BAAAA%3BAAIE%3BAAAA%3BuBAAA%3BAAAA%3BAhB7OF%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAiBtDA%3BAAAA%2C8CAAA%3BAAAA%3BAAEE%3BAAAA%3BuBAAA%3BAAAA%3BAASE%3BAAAA%2CmBAAA%3BAAAA%3BAnBbP%3B%3BGAAA%3BAoBUE%3BAAAA%3BsBAAA%3BAAAA%3BAAIE%3BAAAA%2CYAAA%3BAAAA%3BAAMH%3BAAAA%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAASE%3BAAAA%3BwBAAA%3BAAAA%3BAAME%3BAAAA%2CiBAAA%3BAAAA%3BAAMF%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAKE%3BAAAA%2CsBAAA%3BAAAA%3BAAGE%3BAAAA%2CmBAAA%3BAAAA%3BAlBpCJ%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAkBoDA%3BAAAA%2CYAAA%3BAAAA%3BAAKA%3BAAAA%3BwBAAA%3BAAAA%3BAlBjCA%3BAAAA%3BAAAA%3B2BAAA%3BAAAA%3BAAAA%3BAkB6CE%3BAAAA%2CsBAAA%3BAAAA%3BAAEE%3BAAAA%2CiBAAA%3BAAAA%3BAAQE%3BAAAA%2CsBAAA%3BAAAA%3BAAON%3BAAAA%2CsBAAA%3BAAAA%3BAAKF%3BAAAA%2CYAAA%3BAAAA%3BAAKA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAGE%3BAAAA%2C%2BBAAA%3BAAAA%3BAAKE%3BAAAA%2CkBAAA%3BAAAA%3BAAKF%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKE%3BAAAA%2C4BAAA%3BAAAA%3BAASA%3BAAAA%3B%3BiCAAA%3BAAAA%3BAAKE%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%2CgBAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%2CiCAAA%3BAAAA%3BApB5KH%3B%3BGAAA%3BAoBqLG%3BAAAA%2C0BAAA%3BAAAA%3BApBrLH%3B%3BGAAA%3BAAAA%3B%3BGAAA%3BAqBEG%3BAAAA%2CsBAAA%3BAAAA%3BAAGE%3BAAAA%2CgBAAA%3BAAAA%3BAVAF%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAWA%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BATgBA%3BASXA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAMA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAUvBI%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAME%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3BmBAAA%3BAAAA%3BAAQJ%3BAAAA%2CsBAAA%3BAAAA%3BAnBMF%3BAmBAE%3BAAAA%2CeAAA%3BAAAA%3BAAGE%3BAAAA%3BwBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAMA%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%3BoBAAA%3BAAAA%3BAAKE%3BAAAA%3BqBAAA%3BAAAA%3BAAOJ%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BACxDJ%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAtBtBH%3B%3BGAAA%3BAqBEG%3BAAAA%2CsBAAA%3BAAAA%3BAAGE%3BAAAA%2CgBAAA%3BAAAA%3BAVAF%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAWA%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BATgBA%3BASXA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAMA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAUvBI%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAME%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3BmBAAA%3BAAAA%3BAAQJ%3BAAAA%2CsBAAA%3BAAAA%3BAnBMF%3BAmBAE%3BAAAA%2CeAAA%3BAAAA%3BAAGE%3BAAAA%3BwBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAMA%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%3BoBAAA%3BAAAA%3BAAKE%3BAAAA%3BqBAAA%3BAAAA%3BAAOJ%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAE7DH%3BAAAA%2CmBAAA%3BAAAA%3BAvBTJ%3B%3BGAAA%3BAwBQI%3BAAAA%2CiBAAA%3BAAAA%3BAAOI%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAME%3BAAAA%2CoBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAuBE%3BAAAA%3BcAAA%3BAAAA%3BAAWN%3BAAAA%2CYAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAUH%3BAAAA%3BiCAAA%3BAAAA%3BAAOI%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAtB7DL%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAsByEO%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAxBjHV%3B%3BGAAA%3BAAAA%3B%3BGAAA%3BAqBEG%3BAAAA%2CsBAAA%3BAAAA%3BAAGE%3BAAAA%2CgBAAA%3BAAAA%3BAVAF%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAWA%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BATgBA%3BASXA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAMA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAUvBI%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAME%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3BmBAAA%3BAAAA%3BAAQJ%3BAAAA%2CsBAAA%3BAAAA%3BAnBMF%3BAmBAE%3BAAAA%2CeAAA%3BAAAA%3BAAGE%3BAAAA%3BwBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAMA%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%3BoBAAA%3BAAAA%3BAAKE%3BAAAA%3BqBAAA%3BAAAA%3BAAOJ%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BArBtEP%3B%3BGAAA%3BAyBOK%3BAAAA%2C8DAAA%3BAAAA%3BAvBNF%3BAAAA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3B2BAAA%3BAAAA%3BAAAA%3BAwBTA%3BAAAA%3B0BAAA%3BAAAA%3BAAME%3BAAAA%2CsBAAA%3BAAAA%3BAAKF%3BAAAA%2CiBAAA%3BAAAA%3BAAME%3BAAAA%3BuBAAA%3BAAAA%3BAxB6BF%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAyBvDA%3BAAAA%2CsBAAA%3BAAAA%3BAAMF%3BAAAA%2CmBAAA%3BAAAA%3BAzB8BE%3BA0BnCA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%22%7D */