:root {
    --custom_logo_height: 50px;
    --color_accent: #273a7d;
    --color_accent_text: #fefeff;
    --color_header_background: #fefeff;
    --color_header_text: #535354;
    --color_header_headings: #232324;
    --color_intro_background: #fafafb;
    --color_intro_text: #535354;
    --color_intro_headings: #232324;
    --color_intro_overlay_background: #0f1732;
    --color_intro_overlay_text: #fefeff;
    --color_intro_overlay_opacity: 0.6;
    --color_intro_widgets_background: #0f1732;
    --color_intro_widgets_text: #d3d3d4;
    --color_intro_widgets_headings: #fefeff;
    --color_content_background: #fefeff;
    --color_content_text: #535354;
    --color_content_headings: #232324;
    --color_footer_background: #0f1732;
    --color_footer_text: #d3d3d4;
    --color_footer_headings: #fefeff;
    --footer_image: url("../images/footer/pixabay-colorado-1436681.png");
    --footer_image_position: 50% 50%;
    --footer_image_size: cover;
    --footer_image_repeat: repeat;
    --footer_image_attachment: scroll;
    --footer_image_opacity: 0.15;
    --layout_width_site: 1640px;
    --layout_width_content: 1200px;
    --typography_size_html: 18px;
    --typography_fonts_text: "Open Sans", "Helvetica Neue", "Arial", sans-serif;
    --typography_fonts_headings: "Montserrat", "Helvetica Neue", "Arial", sans-serif;
    --typography_fonts_logo: "Montserrat", "Helvetica Neue", "Arial", sans-serif;
    --color_content_text--a20: rgba(83, 83, 84, 0.2);
    --color_footer_text--a20: rgba(211, 211, 212, 0.2);
    --color_header_text--a20: rgba(83, 83, 84, 0.2);
    --color_intro_text--a20: rgba(83, 83, 84, 0.2);
    --color_intro_widgets_text--a20: rgba(211, 211, 212, 0.2);
    --zero: 0.001px;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
::-webkit-input-placeholder {
    line-height: normal;
}
:-ms-input-placeholder {
    line-height: normal;
}
::-ms-input-placeholder {
    line-height: normal;
}
::placeholder {
    line-height: normal;
}
@media (prefers-reduced-motion: reduce), (update: slow) {
    *,
    :after,
    :before {
        -webkit-animation-duration: 0 !important;
        animation-duration: 0 !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 0 !important;
        -o-transition-duration: 0 !important;
        transition-duration: 0 !important;
    }
}
body {
    overflow-x: hidden;
}
[href^="tel"] {
    white-space: nowrap;
}
@media (min-width: 672px) {
    [href^="tel"] {
        pointer-events: none;
        text-decoration: none;
        color: inherit;
    }
}
:focus {
    outline: thin dashed;
}
body:focus {
    outline: none;
}
hr {
    clear: both;
    height: 2px;
    border-width: 0;
}
.wp-block-separator,
hr {
    margin-top: 1.90992em;
    margin-bottom: 1.90992em;
}
abbr[title],
acronym[title],
dfn {
    cursor: help;
    text-decoration: none;
}
blockquote {
    clear: both;
}
blockquote :last-child {
    margin: 0;
}
blockquote > cite {
    display: block;
    margin-top: 0.618em;
}
blockquote p {
    margin-bottom: 1em;
}
cite {
    border-width: 0;
}
cite:before {
    content: "\2014\2002";
}
q:before {
    content: open-quote;
}
q:after {
    content: close-quote;
}
q:after,
q:before {
    display: inline-block;
}
.highlight,
ins,
mark {
    padding: 0.191em 0;
    margin: 0 0.382em;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
del,
s {
    text-decoration: line-through;
    color: inherit;
}
figure {
    margin: 0 0 1.618em;
}
figure:last-child {
    margin-bottom: 0;
}
audio,
embed,
iframe,
img,
object,
video {
    max-width: 100%;
    vertical-align: middle;
}
img {
    height: auto;
}
iframe {
    border-width: 0;
    outline: 0;
}
iframe:focus {
    outline: thin dashed;
}
code {
    position: relative;
    display: inline-block;
    padding: 0 0.618em;
    margin: 0 0.191em;
}
.archive-description code,
.form-allowed-tags code,
.highlight code,
.taxonomy-description code,
ins code,
mark code {
    display: inline;
    padding: 0 0.382em;
    background: none;
    color: inherit;
}
pre {
    position: relative;
    max-width: 100%;
    padding: 1em;
    margin: 0 0 1.618em;
    overflow: auto;
    -moz-tab-size: 2;
    -o-tab-size: 2;
    tab-size: 2;
}
menu,
ol,
ul {
    padding: 0;
    margin: 0;
}
ol,
ul {
    margin-left: 1.382em;
    margin-bottom: 1em;
}
li > ol,
li > ul {
    margin-bottom: 0;
}
ul {
    list-style: disc;
}
dl {
    margin-top: 0;
    margin-bottom: 1.618em;
}
dt {
    margin-top: 0.618em;
}
dt:first-child {
    margin-top: 0;
}
dd {
    margin-left: 1.618em;
}
table {
    width: 100%;
    margin: 0 0 1.618em;
    border-width: 2px;
    border-style: solid;
}
caption {
    padding: 1em 0;
    text-align: left;
    caption-side: bottom;
}
td,
th {
    padding: 0.618em 1em;
    border-width: 1px;
    border-style: solid;
    vertical-align: top;
}
tfoot td,
th {
    text-align: left;
    border-width: 2px;
}
svg {
    fill: currentColor;
}
.comment-content a,
.entry-title,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.page-title,
a,
address,
h1,
h2,
h3,
h4,
h5,
h6,
p,
textarea {
    overflow-wrap: break-word;
    word-wrap: break-word;
}
pre,
pre code,
select {
    overflow-wrap: normal;
    word-wrap: normal;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
}
.clear:after,
.clearfix:after,
.comment-content:after,
.entry-content:after,
.gallery:after,
.intro-inner:after,
.jetpack_subscription_widget form:after,
.outdent-content:after,
.posts-layout-list .type-post:after,
.site-content-inner:after,
.site-content:after,
.site-footer:after,
.site-header-inner:after,
.site-header:after,
.textwidget:after,
.widget_text:after {
    content: "";
    clear: both;
    display: table;
    table-layout: fixed;
}
.clear {
    clear: both;
}
body:before {
    display: none;
}
@media (min-width: 448px) {
    body:before {
        content: "device_s";
    }
}
@media (min-width: 672px) {
    body:before {
        content: "device_m";
    }
}
@media (min-width: 880px) {
    body:before {
        content: "device_l";
    }
}
@media (min-width: 1280px) {
    body:before {
        content: "device_xl";
    }
}
@media (min-width: 1600px) {
    body:before {
        content: "device_xxl";
    }
}
@media (min-width: 1920px) {
    body:before {
        content: "device_xxxl";
    }
}
@media (min-width: 2560px) {
    body:before {
        content: "device_xxxxl";
    }
}
.archive .site-main > .page-header,
.blog .site-main > .page-header,
.comments-link .comments-title,
.comments-title .add-comment-link,
.content-layout-no-paddings .site-main > .entry > .entry-header,
.content-layout-stretched .site-main > .entry > .entry-header,
.fl-builder.is-singular.single .site-main > .entry > .entry-header,
.fl-theme-builder-404.single .site-main > .entry > .entry-header,
.fl-theme-builder-archive.single .site-main > .entry > .entry-header,
.fl-theme-builder-singular.single .site-main > .entry > .entry-header,
.hide-widget-title-accessibly .widget-title,
.hide-widget-title-accessibly .widgettitle,
.intro-title-separator,
.main-navigation-container .hide-link > a,
.main-navigation-container .hide > a,
.menu-toggle-skip-link-container,
.page .site-main > .entry > .entry-header,
.screen-reader-text,
.search-results .site-main > .page-header,
.single.has-intro .site-main > .entry > .entry-header,
.site-title-hidden .site-branding-text,
html:not(.fl-builder-edit) .hide-accessibly {
    position: absolute !important;
    width: 1px;
    height: 1px;
    line-height: 1px;
    word-wrap: normal !important;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    overflow: hidden;
}
.comments-title .add-comment-link,
.screen-reader-text {
    padding: 0;
    margin: -1px;
}
.comments-title .skip-link.add-comment-link:active,
.comments-title .skip-link.add-comment-link:focus,
.comments-title .skip-link.add-comment-link:hover,
.screen-reader-text.skip-link:active,
.screen-reader-text.skip-link:focus,
.screen-reader-text.skip-link:hover {
    height: auto;
    width: auto;
    line-height: inherit;
    word-wrap: break-word !important;
    -webkit-clip-path: none;
    clip-path: none;
    clip: auto;
    left: 0.618em;
    top: 0.618em;
    padding: 1.382em;
    text-decoration: none;
    font-size: 0.809em;
    font-weight: 700;
    background-color: #47c;
    color: #fff;
    z-index: 100000;
}
.main-navigation-container .hide-link > a:focus,
.main-navigation-container .hide > a:focus {
    position: static !important;
    height: auto;
    width: auto;
    line-height: inherit;
    word-wrap: break-word !important;
    -webkit-clip-path: none;
    clip-path: none;
    clip: auto;
    overflow: visible;
}
.comments-title .add-comment-link:active,
.comments-title .add-comment-link:focus,
.comments-title .add-comment-link:hover,
.focus-position-static:active,
.focus-position-static:focus,
.focus-position-static:hover {
    position: static !important;
    margin: 1px;
    text-align: center;
}
#content[tabindex="-1"]:focus {
    outline: 0;
}
.site {
}
.site .has-left-content,
.site .has-left-text-align,
.site .text-left {
    text-align: left;
}
.site .has-center-content,
.site .has-center-text-align,
.site .text-center {
    text-align: center;
}
@media (min-width: 672px) {
    .site .has-right-content,
    .site .has-right-text-align,
    .site .text-right {
        text-align: right;
    }
}
.site .has-top-vertical-align,
.site .vertical-align-top {
    vertical-align: top;
}
.site .has-middle-vertical-align,
.site .vertical-align-middle {
    vertical-align: middle;
}
.site .has-baseline-vertical-align,
.site .vertical-align-baseline {
    vertical-align: baseline;
}
.site .has-bottom-vertical-align,
.site .vertical-align-bottom {
    vertical-align: bottom;
}
.site p.has-background {
    padding: 28px;
}
.site .has-half-screen-min-height,
.site .has-half-screen-min-height[class^="wp-block-"] {
    min-height: 50vh;
}
.site .has-phi-screen-min-height,
.site .has-phi-screen-min-height[class^="wp-block-"] {
    min-height: 61.8vh;
}
.site .has-full-screen-min-height,
.site .has-full-screen-min-height[class^="wp-block-"] {
    min-height: 100vh;
}
.site .has-background,
.site .has-golden-padding,
.site .has-phi-padding,
.site p.has-golden-padding,
.site p.has-phi-padding {
    padding: 1.618em;
}
.site .has-no-padding,
.site p.has-no-padding {
    padding: 0;
}
.site .has-no-padding-top {
    padding-top: 0;
}
.site .has-no-padding-right {
    padding-right: 0;
}
.site .has-no-padding-bottom {
    padding-bottom: 0;
}
.site .has-no-padding-left {
    padding-left: 0;
}
.site .has-no-margin {
    margin: 0;
}
.site .has-no-margin-top {
    margin-top: 0;
}
.site .has-no-margin-right {
    margin-right: 0;
}
.site .has-no-margin-bottom {
    margin-bottom: 0;
}
.site .has-no-margin-left {
    margin-left: 0;
}
.site .has-no-margin-horizontal {
    margin-left: 0;
    margin-right: 0;
}
.site .has-no-margin-vertical {
    margin-top: 0;
    margin-bottom: 0;
}
.site .has-hidden-overflow,
.site .overflow-hidden {
    overflow: hidden;
}
@media (min-width: 880px) {
    .site .has-nowrap-white-space,
    .site .no-wrap {
        white-space: nowrap;
    }
}
.site .has-uppercase-text-transform,
.site .is-uppercase,
.site .uppercase {
    text-transform: uppercase;
}
html {
    font-size: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
code,
kbd,
pre,
tt,
var {
    font-family: "Lucida Console", Monaco, "Courier New", monospace;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
}
pre,
pre code {
    white-space: pre-wrap;
    line-height: 1.5;
}
address,
p {
    padding: 0;
    margin: 0 0 1.618em;
}
.fl-widget .jetpack_subscription_widget .widgettitle,
.mobile-search-form,
.posts .entry-subtitle,
.widget_archive li:before,
.widget_categories li:before,
.widget_pages li:before,
.widget_recent_comments li:before,
.widget_recent_entries li:before {
    font-size: 1rem;
}
.breadcrumbs,
.fl-widget .widget_nav_menu li a,
.fl-widget .wm-subnav li a,
.sidebar .widget_nav_menu li a,
.sidebar .wm-subnav li a {
    font-size: 0.809rem;
}
.entry-author .author-name {
    font-size: 1.618rem;
}
.sidebar .widget-recent-entries-list .entry-title,
.site .has-normal-font-size,
.site .has-regular-font-size,
.widget-area .widget-recent-entries-list .entry-title,
.widget-recent-entries-list .entry-title,
blockquote blockquote,
div.sharedaddy .sd-title {
    font-size: 1em;
}
.entry-subtitle,
.site .font-size-xs,
.site .has-extra-small-font-size,
.site .has-xs-font-size {
    font-size: 0.618em;
}
#cancel-comment-reply-link,
.comment-form label,
.comment-metadata,
.comment .reply,
.comments-title .add-comment-link,
.entry-author .author-title,
.menu-item-description,
.post-navigation .nav-links .label,
.posts .entry-meta,
.sidebar .widget-recent-entries-list .link-more,
.single.content-layout-no-paddings .posts .entry-meta,
.single .entry-meta-element,
.single.fl-builder .posts .entry-meta,
.site-description,
.site .font-size-s,
.site .has-s-font-size,
.site .has-small-font-size,
.widget-area .widget-recent-entries-list .link-more,
.widget-recent-entries-list .month,
.widget .entry-subtitle,
.wp-block-latest-comments__comment-excerpt,
.wp-block-quote.is-style-large cite,
.wp-caption-text,
blockquote cite,
code,
pre,
small {
    font-size: 0.809em;
}
.sidebar,
.sidebar .widget-recent-entries-list .entry-date,
.site-footer,
.site .font-size-sm,
.site .has-sm-font-size,
.site .has-smaller-font-size,
.widget-area .widget-recent-entries-list .entry-date {
    font-size: 0.9045em;
}
.fl-widget .widget_nav_menu .social-links a,
.post-table-of-contents a:before,
.sidebar .widget_nav_menu .social-links a,
.site .has-larger-font-size {
    font-size: 1.191em;
}
.comments-title,
.site .font-size-l,
.site .has-l-font-size,
.site .has-large-font-size,
.social-links,
.widget-recent-entries-list .entry-title,
blockquote {
    font-size: 1.382em;
}
.site-title,
.site .font-size-xl,
.site .has-extra-large-font-size,
.site .has-xl-font-size,
.widget-recent-entries-list .entry-date {
    font-size: 1.618em;
}
.site .has-100-font-weight,
.site .weight-100 {
    font-weight: 100;
}
.site .has-200-font-weight,
.site .weight-200 {
    font-weight: 200;
}
.author .intro-title span,
.comments-title span,
.intro .entry-subtitle,
.post-table-of-contents .is-passed a,
.search-results .page-title,
.site .has-300-font-weight,
.site .weight-300,
blockquote {
    font-weight: 300;
}
#cancel-comment-reply-link,
.button:disabled,
.child-page .more-link:disabled,
.comments-title .add-comment-link,
.entry-author .author-title,
.entry-meta-description,
.entry-subtitle,
.entry-title small,
.main-navigation-container .button > a:disabled,
.page-title small,
.post-table-of-contents .is-current a,
.sidebar .widget-recent-entries-list .link-more,
.site .has-400-font-weight,
.site .weight-400,
.widget-area .widget-recent-entries-list .link-more,
.widget .entry-subtitle,
:disabled[type="button"],
:disabled[type="reset"],
:disabled[type="submit"],
blockquote cite,
button:disabled {
    font-weight: 400;
}
.site .has-500-font-weight,
.site .weight-500 {
    font-weight: 500;
}
.pingback a:not(.comment-edit-link),
.post-table-of-contents a,
.site .has-600-font-weight,
.site .weight-600,
.trackback a:not(.comment-edit-link),
abbr {
    font-weight: 600;
}
.attachment-download-label,
.breadcrumbs-title,
.button,
.child-page .more-link,
.comment-form label,
.comments-title,
.entry-author .author-name,
.entry-meta-element,
.fl-widget .widget .current-menu-item > a,
.fl-widget .widget .current_page_item > a,
.link-more,
.main-navigation-container .button > a,
.pagination .current,
.post-navigation .nav-links .title,
.post-table-of-contents a:before,
.search-results .page-title span,
.sidebar .widget .current-menu-item > a,
.sidebar .widget .current_page_item > a,
.site-title,
.site .has-700-font-weight,
.site .weight-700,
.site .wp-playlist-current-item,
.widget-recent-entries-list .day,
.widget-title,
.widget-title-style .widgettitle,
.widget .current-menu-item > a,
.widget .current_page_item > a,
.widget_calendar caption,
[type="button"],
[type="reset"],
[type="submit"],
button,
div#jp-relatedposts .jp-relatedposts-headline,
div.sharedaddy .sd-title,
dt,
strong,
tfoot td,
th {
    font-weight: 700;
}
.site .has-800-font-weight,
.site .weight-800 {
    font-weight: 800;
}
.site .has-900-font-weight,
.site .weight-900 {
    font-weight: 900;
}
.gallery-caption,
.menu-item-description,
.post-table-of-contents .is-current a,
.recentcomments a,
.site .font-style-italic,
.site .has-italic-font-style,
caption,
img {
    font-style: italic;
}
.entry-subtitle,
.intro .entry-subtitle,
.site-title,
.site .font-style-normal,
.site .has-normal-font-style,
.widget-recent-entries-list .entry-title,
.widget_calendar caption,
address,
cite {
    font-style: normal;
}
.button,
.child-page .more-link,
.main-navigation-container .button > a,
.site .has-extra-small-line-height,
.site .has-xs-line-height,
.site .line-height-xs,
[type="button"],
[type="reset"],
[type="submit"],
button {
    line-height: 1;
}
.entry-subtitle,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.main-navigation-container li ul a,
.site-branding-text,
.site .has-s-line-height,
.site .has-small-line-height,
.site .line-height-s,
.widget-title,
.widget-title-style .widgettitle,
.wp-caption-text,
h1,
h2,
h3,
h4,
h5,
h6,
table {
    line-height: 1.382;
}
.form-allowed-tags,
.mobile-search-form,
.sidebar,
.site .has-m-line-height,
.site .has-medium-line-height,
.site .has-regular-line-height,
.site .line-height-m,
blockquote,
html {
    line-height: 1.618;
}
.sticky {
}
.wp-caption {
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding: 0;
    margin: 0 auto 1.618em;
    text-align: center;
    background: transparent;
    overflow: hidden;
}
.wp-caption-text {
    padding: 1em 0 0;
    overflow: hidden;
}
.wp-caption.aligncenter {
    display: block;
}
.gallery {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 1.618em;
    overflow: hidden;
}
.gallery a {
    display: block;
    width: 100%;
}
.gallery-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    float: left;
    position: relative;
    width: 48%;
    padding: 0;
    margin: 1%;
    overflow: hidden;
}
@media (min-width: 672px) {
    .gallery-item {
        width: 31.33333%;
    }
}
.gallery-icon {
    display: block;
    overflow: hidden;
}
.gallery-columns-1 .gallery-item {
    float: none;
    width: 100%;
    margin: 1.618em 0 0;
}
.gallery-columns-1 .gallery-item:first-child {
    margin-top: 0;
}
@media (min-width: 672px) {
    .gallery-columns-2 .gallery-item {
        width: 48%;
    }
}
@media (min-width: 880px) {
    .gallery-columns-3 .gallery-item {
        width: 31.33333%;
    }
}
@media (min-width: 880px) {
    .gallery-columns-4 .gallery-item {
        width: 23%;
    }
}
@media (min-width: 880px) {
    .gallery-columns-5 .gallery-item {
        width: 18%;
    }
}
@media (min-width: 880px) {
    .gallery-columns-6 .gallery-item {
        width: 14.66667%;
    }
}
@media (min-width: 880px) {
    .gallery-columns-7 .gallery-item {
        width: 12.28571%;
    }
}
@media (min-width: 880px) {
    .gallery-columns-8 .gallery-item {
        width: 10.5%;
    }
}
@media (min-width: 880px) {
    .gallery-columns-9 .gallery-item {
        width: 9.11111%;
    }
}
.comment-content img.wp-smiley,
.entry-content img.wp-smiley,
.page-content img.wp-smiley {
    display: inline;
    width: auto;
    max-height: 1em;
    margin: 0;
    border-width: 0;
}
.mejs-container {
    margin-bottom: 1.618em;
}
.mejs-container:last-child {
    margin-bottom: 0;
}
.posts .mejs-container {
    min-width: 0 !important;
}
.entry-media .mejs-container a {
    width: auto;
}
.entry-media .mejs-container .mejs-horizontal-volume-slider {
    width: 56px;
}
.twitter-tweet-rendered {
    width: 100% !important;
    margin: 1.618em 0 !important;
}
.wp-video {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 1.618em;
}
.wp-video:last-child {
    margin-bottom: 0;
}
.wp-a11y-speak-region {
    left: 0;
    top: 0;
}
[class^="wp-block-"] {
    margin-bottom: 1.618em;
}
[class^="wp-block-"]:last-child {
    margin-bottom: 0;
}
[class^="wp-block-"] figcaption {
    margin: 0;
    padding: 0.618em;
}
.wp-block-latest-comments,
.wp-block-latest-posts:not(.is-grid) {
    margin-left: 0;
    margin-right: 0;
    list-style: none;
    border-top-width: 0.382em;
    border-top-style: solid;
    border-bottom-width: 0.382em;
    border-bottom-style: solid;
}
.wp-block-latest-comments [class^="wp-block-"],
.wp-block-latest-posts:not(.is-grid) [class^="wp-block-"] {
    margin-bottom: 0;
}
.wp-block-latest-comments__comment,
.wp-block-latest-posts:not(.is-grid) li {
    padding: 1em;
    margin: 0;
    font-size: inherit;
    line-height: inherit;
}
.wp-block-latest-comments__comment:not(:first-child),
.wp-block-latest-posts:not(.is-grid) li:not(:first-child) {
    border-top-width: 1px;
    border-top-style: solid;
}
.wp-block-audio.aligncenter,
.wp-block-audio.alignleft,
.wp-block-audio.alignright {
    width: 55.8%;
}
.is-style-outline {
    color: inherit;
}
.is-style-outline .wp-block-button__link {
    background: transparent;
    color: inherit;
    border: 2px solid;
}
.is-style-outline .wp-block-button__link:active,
.is-style-outline .wp-block-button__link:focus,
.is-style-outline .wp-block-button__link:hover {
    -webkit-box-shadow: inset 0 0 0 1px;
    box-shadow: inset 0 0 0 1px;
}
.wp-block-code {
    padding: 0;
    border-width: 1px;
    border-style: solid;
}
.wp-block-code code {
    display: block;
    padding: 22px 21px 20px;
    margin: 0;
    font-size: 14px;
    line-height: 21px;
    background-image: -o-repeating-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 21px, rgba(255, 255, 255, 0.1) 21px, rgba(255, 255, 255, 0.1) 42px);
    background-image: repeating-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 21px, rgba(255, 255, 255, 0.1) 21px, rgba(255, 255, 255, 0.1) 42px);
}
.wp-block-columns {
    margin-bottom: 0;
}
.wp-block-column:last-child {
    margin-bottom: 1.618em;
}
.wp-block-cover {
    min-height: 20em;
    padding: 2em;
}
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 55.8%;
}
.wp-block-cover.alignfull,
.wp-block-cover.alignwide {
    min-height: 61.8vh;
    padding-left: 10%;
    padding-right: 10%;
}
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover__inner-container {
    width: 100%;
    max-width: 24em;
    padding: 0;
    text-align: inherit;
}
.wp-block-cover a:not(.button) {
    color: inherit;
}
.wp-block-cover h2 {
    max-width: none;
    padding: 0;
    margin-bottom: 0.66012em;
    font-size: 2.058em;
    line-height: 1.191;
}
.wp-block-cover h2:last-child {
    margin-bottom: 0;
}
.has-alignwide-content .wp-block-cover__inner-container {
    max-width: 36em;
}
.has-alignfull-content .wp-block-cover__inner-container {
    max-width: none;
}
.has-alignleft-content .wp-block-cover__inner-container {
    margin-right: auto;
}
.has-alignright-content .wp-block-cover__inner-container {
    margin-left: auto;
}
.has-aligncenter-content .wp-block-cover__inner-container {
    margin-left: auto;
    margin-right: auto;
}
.site .dropcap-text:first-letter,
.site .has-dropcap-text:first-letter,
.site p.has-drop-cap:not(:focus):first-letter {
    float: left;
    padding: 0 0.191em;
    padding-left: 0;
    margin: 0;
    font-size: 3.236em;
    font-weight: inherit;
    line-height: 1;
}
.wp-block-embed.aligncenter,
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
    max-width: 55.8%;
}
.wp-block-gallery {
    margin-left: 0;
    margin-right: 0;
}
.wp-block-gallery.aligncenter,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 55.8%;
}
.wp-block-gallery .blocks-gallery-caption {
    width: 100%;
    text-align: center;
}
.wp-block-group__inner-container {
    max-width: 36em;
    margin-left: auto;
    margin-right: auto;
}
.wp-block-image .alignleft {
    margin-right: 6%;
}
.wp-block-image .alignright {
    margin-left: 6%;
}
.wp-block-latest-comments__comment-excerpt p {
    margin: 1em 0 0;
    font-size: 1em;
    line-height: inherit;
}
.wp-block-latest-posts:not(.alignleft):not(.aligncenter):not(.alignright):not(.alignwide):not(.alignfull) {
    margin-left: 0;
    margin-right: 0;
}
.wp-block-media-text .wp-block-media-text__content {
    padding: 1.618em 6%;
}
.wp-block-pullquote,
blockquote.alignleft,
blockquote.alignright {
    padding: 2.61792em 6%;
    text-align: inherit;
    border-top-width: 0.382em;
    border-top-style: solid;
    border-bottom-width: 0.382em;
    border-bottom-style: solid;
}
.alignleft.wp-block-pullquote,
.alignright.wp-block-pullquote,
blockquote.alignleft,
blockquote.alignright {
    clear: none;
    width: 47%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    margin-left: 6%;
    margin-right: 6%;
}
@media (min-width: 448px) {
    .alignleft.wp-block-pullquote,
    .alignright.wp-block-pullquote,
    blockquote.alignleft,
    blockquote.alignright {
        width: 38.2%;
    }
}
.alignleft.wp-block-pullquote,
blockquote.alignleft {
    margin-left: 0;
}
.alignright.wp-block-pullquote,
blockquote.alignright {
    margin-right: 0;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p,
.wp-block-pullquote p {
    font-size: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote {
    max-width: none;
    text-align: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 1em;
}
.wp-block-quote.is-style-large p {
    line-height: inherit;
    font-size: 1.272em;
    font-style: inherit;
}
.wp-block-quote.is-style-large cite {
    text-align: inherit;
}
.wp-block-separator {
    max-width: 16em;
    margin-left: auto;
    margin-right: auto;
}
.wp-block-separator.is-style-wide {
    max-width: none;
}
.wp-block-separator.is-style-dots:before {
    content: " \2022 \2022 \2022";
    speak: none;
    padding-left: 0.618em;
    font-size: 1.618em;
    letter-spacing: 0.618em;
    color: inherit;
}
.wp-block-separator.has-background {
    padding: 0;
}
.wp-block-spacer {
    margin: 0;
}
.wp-block-spacer:not(:first-child) {
    margin-top: -1.618em;
}
.wp-block-table.alignleft,
.wp-block-table.alignright {
    max-width: 55.8%;
}
.wp-block-table.is-style-stripes table {
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: inherit;
}
.wp-block-table.is-style-stripes table tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.1);
}
.wp-block-table.is-style-stripes table tr:nth-child(2n) {
    background-color: rgba(255, 255, 255, 0.05);
}
.wp-block-verse {
    font-family: inherit;
    font-size: inherit;
    background: transparent;
    color: inherit;
}
.wp-block-video.aligncenter,
.wp-block-video.alignleft,
.wp-block-video.alignright {
    max-width: 55.8%;
}
.alignleft,
.alignleft:last-child,
.alignright,
.alignright:last-child {
    margin-bottom: 1em;
}
.alignleft {
    float: left;
    margin-right: 6%;
}
.alignright {
    float: right;
    margin-left: 6%;
}
.aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.alignnone {
    margin-left: 0;
    margin-right: 0;
}
form {
    margin: 0 0 1.618em;
}
fieldset {
    padding: 0;
    margin: 0;
    border-width: 0;
}
button,
input,
select,
textarea {
    max-width: 100%;
    padding: 0.618em;
    line-height: normal;
    font-size: 1em;
    font-family: inherit;
    color: inherit;
    border-width: 2px;
    border-style: solid;
    outline: 0;
    vertical-align: baseline;
}
select {
    padding: calc(0.618em - 4px);
}
select[multiple],
select[size],
textarea {
    height: auto;
    line-height: 1.618;
}
[type="search"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:invalid {
    -webkit-box-shadow: none;
    box-shadow: none;
}
label {
    display: inline-block;
    padding-bottom: 0.191em;
}
label[for] {
    cursor: pointer;
}
label + [type="checkbox"] {
    margin-left: 0.382em;
}
textarea {
    vertical-align: top;
    overflow-y: auto;
    resize: vertical;
}
[type="checkbox"],
[type="radio"] {
    position: relative;
    width: 1em;
    height: 1em;
    bottom: -0.191em;
    margin-right: 0.382em;
    vertical-align: baseline;
}
select {
    display: inline-block;
    max-width: 100%;
    padding: 0.5em 1em;
    padding-right: calc(1em + 15px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%22%20height%3D%2266%22%3E%3Cpath%20stroke%3D%22rgba%28255%2C%20255%2C%20255%2C%200.66%29%22%20fill%3D%22rgba%280%2C%200%2C%200%2C%200.66%29%22%20stroke-width%3D%2210%22%20d%3D%22m10.23893%2C4.84475l39.69582%2C52.85933l39.69582%2C-52.85933l-79.39163%2C0z%22%20%2F%3E%3C%2Fsvg%3E");
    background-size: 15px auto;
    background-position: right 1em top 50%;
    background-repeat: no-repeat;
    color: inherit;
}
select::-ms-expand {
    display: none;
}
select option {
    background: #fff;
    color: #000;
}
:disabled,
[aria-disabled="true"],
[disabled] {
    cursor: default;
    pointer-events: none;
    opacity: 0.5;
}
.comment-respond {
    padding: 1.618em 0 0;
    border-top-width: 2px;
    border-top-style: solid;
}
.comment-list .comment-respond {
    margin: 1.618em 0;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}
.comment-reply-title {
    margin-bottom: 0.618em;
}
#cancel-comment-reply-link {
    float: right;
}
.comment-form p {
    margin-bottom: 1em;
}
.comment-form label {
    display: block;
}
.comment-form [type="checkbox"] + label,
.comment-form [type="radio"] + label {
    display: inline-block;
}
.comment-form-author input,
.comment-form-comment textarea,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
}
.comment-form-url {
    clear: both;
}
@media (min-width: 448px) {
    .comment-form-author,
    .comment-form-email {
        float: left;
        width: 48%;
        margin-left: 4%;
    }
    .comment-form-author {
        margin-left: 0;
    }
}
.form-search,
.search-form,
form[role="search"] {
    display: block;
    position: relative;
    max-width: 100%;
    margin: 0;
    text-align: left;
}
.form-search .search-field,
.form-search [type="search"],
.search-form .search-field,
.search-form [type="search"],
form[role="search"] .search-field,
form[role="search"] [type="search"] {
    position: relative;
    width: 100%;
    text-align: inherit;
    z-index: 0;
}
.post-password-form {
    max-width: 36em;
    padding: 2.61792em 12%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-width: 2px;
    border-style: dashed;
}
.post-password-form input,
.post-password-form label {
    display: block;
    width: 100%;
    text-align: inherit;
}
.post-password-form label {
    margin-bottom: 1em;
}
.post-password-form label input {
    margin-top: 0.382em;
}
.has-header-video .wp-custom-header,
.wp-video-playlist .mejs-container,
.wp-video .mejs-container {
    position: relative;
    max-width: 100%;
    height: 0 !important;
    padding: 0 0 56.25%;
}
.has-header-video .wp-custom-header iframe,
.has-header-video .wp-custom-header video,
.wp-video-playlist .mejs-container .mejs-inner,
.wp-video .mejs-container .mejs-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.pagination {
    clear: both;
}
.pagination a,
.pagination span {
    display: none;
    width: 2.61792em;
    padding: 0.618em 0;
    margin: 0.191em;
    margin-left: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
}
.pagination .next,
.pagination .prev {
    display: inline-block;
}
.pagination .dots,
.pagination .extend {
    width: auto;
}
@media (min-width: 672px) {
    .pagination a,
    .pagination span {
        display: inline-block;
    }
}
.post-table-of-contents {
    padding: 1.618em 0 0;
    margin: 1.618em 0;
    border-top-width: 2px;
    border-top-style: solid;
}
.post-table-of-contents.top {
    display: none;
}
.post-table-of-contents.bottom {
    clear: both;
}
.post-table-of-contents ol {
    margin: 0;
    list-style: none;
}
.post-table-of-contents li {
    padding: 0.191em 0;
}
.post-table-of-contents a {
    display: block;
    line-height: 1.382;
}
.post-table-of-contents .is-current a,
.post-table-of-contents .is-passed a {
    color: inherit;
}
@media (min-width: 672px) {
    .post-table-of-contents.top {
        float: left;
        display: block;
        max-width: 38.2%;
        padding: 0 1em 1em;
        padding-left: 0;
        margin: 0 1.618em 1em;
        margin-left: 0;
        border-width: 0;
        border-style: solid;
        border-right-width: 2px;
        border-bottom-width: 2px;
    }
}
.entry-meta {
    padding: 1em 0 0;
    margin: 1.618em 0 0;
    border-top-width: 2px;
    border-top-style: solid;
}
.entry-meta a {
    color: inherit;
}
.single .entry-meta {
    margin-bottom: 1.618em;
}
.entry-meta-top {
    padding: 1em 0;
    margin-top: 0;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}
.entry-meta-element {
    margin-right: 0.382em;
}
.single .entry-meta-element {
    margin-right: 1em;
}
.entry-meta .tags-links a {
    margin: 0 0.191em;
}
.entry-date {
    cursor: help;
}
.comments-area {
    position: relative;
}
.comments-title .add-comment-link {
    display: block;
    margin: 1em 0;
}
@media (min-width: 880px) {
    .comments-title .add-comment-link {
        float: right;
        margin: 0;
    }
}
.comment-list {
    padding: 0;
    margin: 0 0 1.618em;
}
.comment-list,
.comment-list ol {
    list-style: none;
}
.comments-closed + .comment-list {
    margin-top: 1.618em;
}
.comment-list .children > li,
.comment-list > li {
    position: relative;
    min-height: 5em;
    padding: 1.618em 0 0;
    margin: 0;
    background: none;
}
@media (min-width: 672px) {
    .comment-list .children > li,
    .comment-list > li {
        padding-left: 5em;
    }
}
.comment-list .children {
    clear: both;
    margin: 0;
    margin-left: 1.618em;
}
@media (min-width: 672px) {
    .comment-list .children {
        margin-left: 3.382em;
    }
}
.comment-body {
    padding: 1.618em 0;
}
@media (min-width: 672px) {
    .comment-body {
        padding-left: 1.618em;
        padding-right: 1.618em;
    }
}
.comment-meta {
    clear: both;
    padding-bottom: 0.618em;
    margin-bottom: 1em;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    overflow: hidden;
}
.comment-meta .avatar {
    display: block;
    width: 3.382em;
    margin-bottom: 1em;
    border-radius: 50%;
}
@media (min-width: 672px) {
    .comment-meta .avatar {
        position: absolute;
        width: 5em;
        left: 0;
        top: 1.618em;
        margin-bottom: 0;
    }
}
@media (min-width: 672px) {
    .comment-author {
        float: left;
    }
}
@media (min-width: 672px) {
    .comment-metadata {
        float: right;
    }
}
.comment-metadata .edit-link {
    padding-left: 1.618em;
    font-variant: small-caps;
}
.comment-content blockquote,
.comment-content p,
.comment-content table {
    margin-bottom: 1em;
}
.comment-navigation {
    display: block;
    position: relative;
    clear: both;
    padding: 1.618em 0;
    overflow: hidden;
}
.comment-navigation div {
    padding: 1em 0 0;
    text-align: center;
}
@media (min-width: 672px) {
    .comment-navigation div {
        width: auto;
        padding: 0;
        margin: 0;
    }
}
.comment-navigation a {
    display: block;
    padding: 0.618em 1em;
    line-height: normal;
    cursor: pointer;
}
.comment-navigation a:hover {
    text-decoration: none;
}
@media (min-width: 672px) {
    .comment-navigation .nav-previous {
        float: left;
    }
    .comment-navigation .nav-next {
        float: right;
    }
}
.sidebar {
    margin: 1.618em 0 0;
    padding: 1.618em 0 0;
}
@media (min-width: 880px) {
    .sidebar {
        float: right;
        margin-top: 0;
        padding-top: 0;
    }
}
.sidebar .widget {
    margin: 0 0 2.61792em;
}
.sidebar .widget:last-child {
    margin-bottom: 0;
}
.widget ul {
    margin: 0;
    list-style: none;
}
.widget ul li {
    padding: 0.382em 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.widget ul li + li {
    margin-top: -1px;
}
.widget ul li ul {
    position: relative;
    bottom: -0.382em;
    margin: 0 0 -1px;
}
.widget ul li li {
    padding-left: 1em;
}
.widget_calendar caption {
    text-align: center;
    caption-side: top;
}
.widget_calendar table {
    margin: 0;
}
.widget_calendar tr td,
.widget_calendar tr th {
    width: auto;
    height: 2.61792em;
    padding: 0;
    text-align: center;
}
.widget_calendar tbody a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 2.61792;
}
.widget_calendar tfoot a {
    color: inherit;
}
.widget_recent_comments ul li,
.widget_recent_entries ul li {
    position: relative;
    padding-left: 1.618em;
}
.widget_recent_entries .post-date {
    display: block;
}
.breadcrumbs-title {
    margin-right: 0.618em;
}
@media (min-width: 672px) {
    .breadcrumbs-title {
        margin-right: 1.618em;
    }
}
@media (min-width: 672px) {
    .breadcrumbs .sep {
        margin: 0 0.618em;
    }
}
.wp-block-jetpack-contact-info > div {
    margin-bottom: 0.618em;
}
.wp-block-jetpack-contact-info > div:last-child {
    margin-bottom: 0;
}
.jetpack-business-hours {
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    grid-column-gap: 1.618em;
}
.jetpack-business-hours dd,
.jetpack-business-hours dt {
    margin: 0;
}
.site .contact-form textarea {
    width: 100%;
}
.neverending.infinite-scroll .site-footer {
    display: none;
}
.neverending.infinity-end .site-footer {
    display: block;
}
.infinite-scroll .posts.masonry {
    margin-bottom: 4.2358em;
}
#infinite-handle {
    clear: both;
    text-align: center;
}
.masonry #infinite-handle {
    position: absolute;
    width: 100%;
    bottom: -4.2358em;
}
.site #infinite-handle span {
    display: inline-block;
    padding: 1em;
    font-size: 1em;
    border-radius: 0;
}
.infinite-loader {
    clear: both;
    text-align: center;
}
.masonry .infinite-loader {
    position: absolute;
    width: 100%;
    bottom: -4.2358em;
}
.infinite-loader .spinner {
    left: auto !important;
    right: auto !important;
    margin: 0 auto;
}
.infinite-loader .spinner > div > div {
    width: 1.618em !important;
}
.infinite-wrap {
    clear: both;
}
div#jp-relatedposts {
    font-size: 1em;
}
.site div#jp-relatedposts {
    padding-top: 1.618em;
    margin: 1.618em 0 0;
    border-top-width: 2px;
    border-top-style: solid;
    border-color: inherit;
}
.site div#jp-relatedposts a:before {
    display: none;
}
.site div#jp-relatedposts .jp-relatedposts-headline,
.site div#jp-relatedposts h3.jp-relatedposts-headline {
    float: none;
    display: block;
    font-size: 1em;
}
.site div#jp-relatedposts .jp-relatedposts-headline em:before,
.site div#jp-relatedposts h3.jp-relatedposts-headline em:before {
    display: none;
}
.site div#jp-relatedposts div.jp-relatedposts-items-visual {
    margin: 0;
}
.site div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post-title,
.site div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
    margin: 0.618em 0 0.382em;
    font-size: 1em;
}
.site div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
    width: 100%;
    padding: 0;
    margin: 1.618em 0 0;
    opacity: 1;
}
.site div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:first-child {
    margin: 0;
}
.site div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post img {
    display: none;
    width: 100%;
}
@media (min-width: 672px) {
    .site div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post img {
        display: block;
    }
}
@media (min-width: 672px) {
    .site div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
        width: 32%;
        margin: 0;
        margin-left: 2%;
    }
}
.jetpack-video-wrapper {
    margin: 0 0 1.618em;
}
.jetpack-video-wrapper:last-child {
    margin-bottom: 0;
}
.entry-media .jetpack-video-wrapper,
.fl-video .jetpack-video-wrapper {
    margin: 0;
}
div.sharedaddy {
    padding: 1.618em 0 0;
    margin: 1.618em 0 0;
    font-size: 1em;
    border-top-width: 2px;
    border-top-style: solid;
    border-color: inherit;
}
div.sharedaddy .sd-social .sd-button .share-count {
    background: inherit;
    color: inherit;
    border-width: 1px;
    border-style: solid;
}
.site div.sharedaddy .sd-title:before {
    display: none;
}
.site div.sharedaddy .sd-content ul li a.sd-button {
    margin: 0.309em 0.618em;
    margin-left: 0;
}
.site div.sharedaddy .sd-content ul li a.sd-button:not(.no-text) {
    padding: 0.618em 1em;
    line-height: normal;
    border-width: 0;
    border-radius: 0;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.entry-content .sd-content ul {
    margin: 0 !important;
}
.tiled-gallery-item {
    overflow: hidden;
}
.jetpack_subscription_widget form {
    margin-bottom: 0;
}
.jetpack_subscription_widget #subscribe-email {
    float: left;
    width: 61.8%;
    padding-right: 0.618em;
    margin-bottom: 0;
}
.jetpack_subscription_widget #subscribe-email input {
    width: 100%;
    padding: 0.618em;
}
.jetpack_subscription_widget #subscribe-submit {
    float: right;
    width: 38.2%;
    margin-bottom: 0;
}
.widget .widgets-list-layout li {
    margin-bottom: 0;
}
.widget .widgets-list-layout .widgets-list-layout-blavatar {
    width: 2.61792em;
    margin-right: 1em;
}
.widget .widgets-list-layout-links {
    float: none;
    width: auto;
}
.breadcrumbs .home:before,
.bypostauthor > .comment-body .comment-author:before,
.comment-edit-link:before,
.comment-reply-link:before,
.jetpack-business-hours:before,
.menu-toggle:before,
.pingback .comment-body:before,
.post-password-form:before,
.site .search-form:before,
.site form[role="search"]:before,
.social-links a.back-to-top:before,
.trackback .comment-body:before,
.widget_archive li:before,
.widget_categories li:before,
.widget_pages li:before,
.widget_recent_comments li:before,
.widget_recent_entries li:before,
.wp-block-file a:first-child:before,
.wp-block-jetpack-address:before,
.wp-block-jetpack-email:before,
.wp-block-jetpack-phone:before,
.wp-custom-header .wp-custom-header-video-button:before,
blockquote:before {
    font-family: "Genericons-Neue";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-decoration: inherit;
    text-transform: none;
    speak: none;
}
.svgicon {
    display: inline-block;
    position: relative;
    width: 1em;
    height: 1em;
    top: -0.0625em;
    fill: currentColor;
    vertical-align: middle;
}
.svg-fallback {
    display: none;
}
.wp-custom-header .wp-custom-header-video-button {
    position: relative;
    display: inline-block;
    width: 1em;
    text-align: left;
    text-indent: -999em;
}
.wp-custom-header .wp-custom-header-video-button:before {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    text-indent: 0;
}
.footer-widgets,
.intro-widgets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 1.618em;
    padding-bottom: 1.618em;
    margin-left: -1.618rem;
    margin-right: -1.618rem;
}
.footer-widgets .widget,
.intro-widgets .widget {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 10em;
    flex: 1 1 10em;
    padding: 1.618em 0;
    margin: 0 1.618rem;
}
@media (min-width: 880px) {
    .footer-widgets .widget,
    .intro-widgets .widget {
        -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
        padding: 2.61792em 0;
    }
}
.entry-author,
.footer-area-site-info,
.pagination .next,
.pagination .prev,
.pagination a:active,
.pagination a:focus,
.pagination a:hover,
.site-footer .breadcrumbs-container,
.wp-block-file,
code,
pre {
    position: relative;
    z-index: 1;
}
.entry-author:before,
.footer-area-site-info:before,
.pagination .next:before,
.pagination .prev:before,
.pagination a:active:before,
.pagination a:focus:before,
.pagination a:hover:before,
.site-footer .breadcrumbs-container:before,
.wp-block-file:before,
code:before,
pre:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: currentColor;
    border-radius: inherit;
    opacity: 0.07;
    z-index: -1;
}
a {
    text-decoration: underline;
}
a:active,
a:focus,
a:hover {
    text-decoration: none;
}
ol,
ul {
    margin-bottom: 1.618em;
}
ul {
    list-style: square;
}
ul li.icon,
ul li.icon-bullet {
    position: relative;
    display: list-item;
    list-style: none;
    font-family: inherit;
    line-height: inherit;
    vertical-align: baseline;
    speak: normal;
}
ul li.icon-bullet:before,
ul li.icon:before {
    position: absolute;
    left: -1.382em;
    line-height: inherit;
    speak: none;
}
ul li.icon-bullet.genericons-neue:before,
ul li.icon.genericons-neue:before {
    font-family: "Genericons-Neue";
}
blockquote {
    clear: none;
    margin: 1.618em 0;
}
blockquote:first-child {
    margin-top: 0;
}
blockquote:before {
    content: "\f106";
    float: left;
    margin-right: 0.25em;
    line-height: 0.9;
    font-size: 1.618em;
    opacity: 0.5;
}
blockquote[style*="text-align:left"]:before,
blockquote[style*="text-align: left"]:before {
    float: left;
    margin-left: 0;
    margin-right: 0.25em;
}
blockquote[style*="text-align:right"]:before,
blockquote[style*="text-align: right"]:before {
    float: right;
    margin-right: 0;
    margin-left: 0.25em;
}
blockquote[style*="text-align:center"]:before,
blockquote[style*="text-align: center"]:before {
    display: block;
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.382em;
}
pre code {
    font-size: 1em;
}
pre code:before {
    display: none;
}
hr {
    height: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.wp-block-separator,
hr {
    margin-top: 2.63951em;
    margin-bottom: 2.63951em;
}
@media (min-width: 672px) {
    .wp-block-separator,
    hr {
        margin-top: 3.64781em;
        margin-bottom: 3.64781em;
    }
}
.wp-block-separator:first-child,
hr:first-child {
    margin-top: 0;
}
.wp-block-separator:last-child,
hr:last-child {
    margin-bottom: 0;
}
ins {
    text-decoration: none;
}
.highlight,
ins,
mark {
    padding: 0;
}
table {
    border-collapse: collapse;
}
table,
td,
tfoot td,
tfoot th,
th,
thead td,
thead th {
    border-left-width: 0;
    border-right-width: 0;
}
thead {
    border-bottom-width: 2px;
    border-bottom-style: solid;
}
tfoot td,
th {
    border-top-width: 1px;
    border-bottom-width: 1px;
}
tfoot {
    border-top-width: 2px;
    border-top-style: solid;
}
.gallery:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.tiled-gallery:last-child,
blockquote:last-child,
figure:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
ol:last-child,
p:last-child,
ul:last-child {
    margin-bottom: 0;
}
@media (max-width: 879px) {
    .main-navigation-container {
        will-change: transform;
    }
}
/*@media (max-width: 671px) and (min-height: 448px) {
    .menu-toggle {
        will-change: transform;
    }
}
@media (max-height: 447px), (min-width: 672px) and (max-width: 879px) {
    .is-active .menu-toggle {
        will-change: transform;
    }
}*/
.site {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
@media (min-width: 880px) {
    .site-layout-boxed {
        padding: 30px;
    }
}
.site-layout-boxed .site {
    max-width: 1640px;
    max-width: var(--layout_width_site);
}
.breadcrumbs,
.content-layout-no-paddings .comments-area,
.content-layout-stretched .comments-area,
.fl-builder .comments-area,
.footer-layout-fullwidth .site-footer-area-inner,
.footer-layout-fullwidth .site-footer .breadcrumbs,
.header-layout-fullwidth .site-header-inner,
.intro-inner,
.intro-special .intro,
.list-child-pages-container,
.page-template-child-pages:not(.fl-builder) .site-main .entry-content,
.post-navigation .nav-links,
.site-content-inner,
.site-footer-area-inner,
.site-header-inner,
.site .fl-row-fixed-width {
    width: 88%;
    margin: 0 auto;
}
.fl-row-content,
.footer-layout-fullwidth .site-footer-area-inner,
.footer-layout-fullwidth .site-footer .breadcrumbs,
.header-layout-fullwidth .site-header-inner {
    max-width: 1920px;
}
.breadcrumbs,
.content-layout-no-paddings .comments-area,
.content-layout-stretched .comments-area,
.fl-builder .comments-area,
.intro-inner,
.intro-special .intro,
.list-child-pages-container,
.page-template-child-pages:not(.fl-builder) .site-main .entry-content,
.post-navigation .nav-links,
.site-content-inner,
.site-footer-area-inner,
.site-header-inner,
.site .fl-row-fixed-width {
    max-width: 1200px;
    max-width: var(--layout_width_content);
}
.has-rised-z-index,
.z-index-10,
.zindex-10 {
    position: relative;
    z-index: 10;
}
.background-size-stretch,
.has-stretched-background-size {
    background-size: 100% 100%;
}
.site .background-size-stretch > div,
.site .has-stretched-background-size > div {
    background-size: inherit;
}
.skip-link-list {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}
.skip-link-list-item {
    list-style: inherit;
    white-space: nowrap;
}
.inline .widget ul li,
.inline li {
    display: inline-block;
    padding: 0 0.618em;
    border-width: 0;
    border-left-width: 1px;
    border-left-style: solid;
}
.inline .widget ul li:first-child,
.inline li:first-child {
    border-width: 0;
}
.inline .widget ul li:before,
.inline li:before {
    display: none;
}
.inline .widget ul li:hover,
.inline li:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.has-2-text-columns,
.has-3-text-columns,
.text-columns-2,
.text-columns-3 {
    -webkit-column-gap: 2em;
    column-gap: 2em;
    -webkit-column-width: 12em;
    column-width: 12em;
    margin: 1.618em 0;
}
@media (min-width: 672px) {
    .has-2-text-columns,
    .has-3-text-columns,
    .text-columns-2,
    .text-columns-3 {
        margin: 2.61792em 0;
    }
}
.has-2-text-columns:first-child,
.has-3-text-columns:first-child,
.text-columns-2:first-child,
.text-columns-3:first-child,
h1 + .has-2-text-columns,
h1 + .has-3-text-columns,
h1 + .text-columns-2,
h1 + .text-columns-3,
h2 + .has-2-text-columns,
h2 + .has-3-text-columns,
h2 + .text-columns-2,
h2 + .text-columns-3,
h3 + .has-2-text-columns,
h3 + .has-3-text-columns,
h3 + .text-columns-2,
h3 + .text-columns-3,
h4 + .has-2-text-columns,
h4 + .has-3-text-columns,
h4 + .text-columns-2,
h4 + .text-columns-3 {
    margin-top: 0;
}
.has-2-text-columns:last-child,
.has-3-text-columns:last-child,
.text-columns-2:last-child,
.text-columns-3:last-child {
    margin-bottom: 0;
}
.has-2-text-columns h2,
.has-2-text-columns h3,
.has-3-text-columns h2,
.has-3-text-columns h3,
.text-columns-2 h2,
.text-columns-2 h3,
.text-columns-3 h2,
.text-columns-3 h3 {
    -webkit-column-span: all;
    column-span: all;
}
.has-2-text-columns h4,
.has-2-text-columns h5,
.has-2-text-columns h6,
.has-3-text-columns h4,
.has-3-text-columns h5,
.has-3-text-columns h6,
.text-columns-2 h4,
.text-columns-2 h5,
.text-columns-2 h6,
.text-columns-3 h4,
.text-columns-3 h5,
.text-columns-3 h6 {
    margin: 1em 0 0.618em;
    line-height: inherit;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    font-size: 1em;
    font-weight: 700;
}
.has-2-text-columns p,
.has-3-text-columns p,
.text-columns-2 p,
.text-columns-3 p {
    margin: 0;
}
.has-2-text-columns,
.text-columns-2 {
    -webkit-column-count: 2;
    column-count: 2;
}
.has-3-text-columns,
.text-columns-3 {
    -webkit-column-count: 3;
    column-count: 3;
}
.widget-area .set-flex-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.widget-area .set-flex-grow-2 {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}
.widget-area .set-flex-grow-3 {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
}
.widget-area .set-flex-grow-4 {
    -webkit-box-flex: 4;
    -ms-flex-positive: 4;
    flex-grow: 4;
}
.fullwidth,
.fullwidth .button,
.fullwidth [type="button"],
.fullwidth [type="reset"],
.fullwidth [type="submit"],
.fullwidth button {
    width: 100%;
}
.site .wp-playlist {
    background: none;
    border-width: 1px;
    border-style: solid;
}
.posts .wp-playlist {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
}
.site .font-body,
.site .has-root-font-family,
html {
    font-family: Open Sans, Helvetica Neue, Arial, sans-serif;
    font-family: var(--typography_fonts_text);
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.site .font-headings,
.site .font-headings-primary,
.site .has-headings-font-family,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, Helvetica Neue, Arial, sans-serif;
    font-family: var(--typography_fonts_headings);
}
.display-1.h1,
.display-1.h2,
.display-1.h3,
.display-2.h1,
.display-2.h2,
.display-2.h3,
.display-3.h1,
.display-3.h2,
.display-3.h3,
.display-4.h1,
.display-4.h2,
.display-4.h3,
.has-display-1-font-size,
.has-display-1-font-size.h1,
.has-display-1-font-size.h2,
.has-display-1-font-size.h3,
.has-display-2-font-size,
.has-display-2-font-size.h1,
.has-display-2-font-size.h2,
.has-display-2-font-size.h3,
.has-display-3-font-size,
.has-display-3-font-size.h1,
.has-display-3-font-size.h2,
.has-display-3-font-size.h3,
.has-display-4-font-size,
.has-display-4-font-size.h1,
.has-display-4-font-size.h2,
.has-display-4-font-size.h3,
.site-title,
.site .font-headings-secondary,
.site .font-logo,
.site .has-site-title-font-family,
h1.display-1,
h1.display-2,
h1.display-3,
h1.display-4,
h2.display-1,
h2.display-2,
h2.display-3,
h2.display-4,
h3.display-1,
h3.display-2,
h3.display-3,
h3.display-4 {
    font-family: Montserrat, Helvetica Neue, Arial, sans-serif;
    font-family: var(--typography_fonts_logo);
    text-rendering: auto;
}
.site .font-inherit,
.site .has-inherited-font-family,
.widget-recent-entries-list .entry-title {
    font-family: inherit;
}
@media (min-width: 448px) {
    html {
        font-size: 18px;
        font-size: var(--typography_size_html);
    }
}
::-webkit-input-placeholder {
    font-weight: 300;
    opacity: 0.8;
}
:-ms-input-placeholder {
    font-weight: 300;
    opacity: 0.8;
}
::-ms-input-placeholder {
    font-weight: 300;
    opacity: 0.8;
}
::placeholder {
    font-weight: 300;
    opacity: 0.8;
}
input,
select,
textarea {
    border-color: transparent;
    border-bottom-color: currentColor;
    -webkit-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
input:focus,
select:focus,
textarea:focus {
    border-color: currentColor;
}
textarea:invalid {
    max-height: 2.854em;
    overflow-y: hidden;
}
select {
    padding: calc(0.618em - 2px);
}
.site .fullwidth input[type],
.site .fullwidth select,
.site .fullwidth textarea {
    width: 100%;
    max-width: 100%;
}
.button,
.child-page .more-link,
.main-navigation-container .button > a,
[type="button"],
[type="reset"],
[type="submit"],
button {
    display: inline-block;
    padding: 0.76391em 2em;
    margin-top: 2px;
    margin-bottom: 2px;
    line-height: 1.618;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.809em;
    letter-spacing: 0.06367em;
    border: 2px solid currentColor;
    cursor: pointer;
    -webkit-transition: background 0.3s, color 0.3s, border-color 0.3s;
    -o-transition: background 0.3s, color 0.3s, border-color 0.3s;
    transition: background 0.3s, color 0.3s, border-color 0.3s;
}
.child-page form .more-link,
.main-navigation-container form .button > a,
form .button,
form .child-page .more-link,
form .main-navigation-container .button > a,
form [type="button"],
form [type="reset"],
form [type="submit"],
form button {
    margin-top: 0;
    margin-bottom: 0;
}
.child-page div[class*="hover-color-"] .more-link,
.main-navigation-container div[class*="hover-color-"] .button > a,
div[class*="hover-color-"] .button,
div[class*="hover-color-"] .child-page .more-link,
div[class*="hover-color-"] .main-navigation-container .button > a,
div[class*="hover-color-"] [type="button"],
div[class*="hover-color-"] [type="reset"],
div[class*="hover-color-"] [type="submit"],
div[class*="hover-color-"] button {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.button:active,
.button:focus,
.button:hover,
.child-page .more-link:active,
.child-page .more-link:focus,
.child-page .more-link:hover,
.main-navigation-container .button > a:active,
.main-navigation-container .button > a:focus,
.main-navigation-container .button > a:hover,
:active[type="button"],
:active[type="reset"],
:active[type="submit"],
:focus[type="button"],
:focus[type="reset"],
:focus[type="submit"],
:hover[type="button"],
:hover[type="reset"],
:hover[type="submit"],
button:active,
button:focus,
button:hover {
    text-decoration: none;
    border-color: transparent;
}
.button:hover,
.child-page .more-link:hover,
.main-navigation-container .button > a:hover,
:hover[type="button"],
:hover[type="reset"],
:hover[type="submit"],
button:hover {
    outline: 0;
}
.button:focus,
.child-page .more-link:focus,
.main-navigation-container .button > a:focus,
:focus[type="button"],
:focus[type="reset"],
:focus[type="submit"],
button:focus {
    outline: thin dashed;
}
.button:active,
.child-page .more-link:active,
.main-navigation-container .button > a:active,
:active[type="button"],
:active[type="reset"],
:active[type="submit"],
button:active {
    outline: 0;
    opacity: 0.9;
}
.button:disabled,
.child-page .more-link:disabled,
.main-navigation-container .button > a:disabled,
:disabled[type="button"],
:disabled[type="reset"],
:disabled[type="submit"],
button:disabled {
    background: none;
    color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.5;
    cursor: not-allowed;
}
.site .search-form:before,
.site form[role="search"]:before {
    content: "\f400";
    position: absolute;
    width: 2.61792rem;
    height: 100%;
    right: 0;
    top: -0.05em;
    margin: -2px 0;
    text-align: center;
    font-size: 1.618rem;
    z-index: 1;
}
.site .search-form label,
.site form[role="search"] label {
    font-size: 1em;
}
.search-form label,
form[role="search"] label {
    display: block;
    padding: 0;
}
.search-form .search-field,
.search-form input[type="search"],
form[role="search"] .search-field,
form[role="search"] input[type="search"] {
    padding-right: 2.61792rem;
}
.search-results.no-widgets-sidebar .site-main .search-form,
.search-results.no-widgets-sidebar .site-main form[role="search"] {
    max-width: 36em;
    margin-left: auto;
    margin-right: auto;
}
.site .fl-builder-content .fl-module .search-form [type="submit"],
.site .fl-builder-content .fl-module .search-form [type="submit"]:active,
.site .fl-builder-content .fl-module .search-form [type="submit"]:focus,
.site .fl-builder-content .fl-module .search-form [type="submit"]:hover,
.site .fl-builder-content .fl-module form[role="search"] [type="submit"],
.site .fl-builder-content .fl-module form[role="search"] [type="submit"]:active,
.site .fl-builder-content .fl-module form[role="search"] [type="submit"]:focus,
.site .fl-builder-content .fl-module form[role="search"] [type="submit"]:hover,
.site .search-form .search-submit,
.site .search-form .search-submit:active,
.site .search-form .search-submit:focus,
.site .search-form .search-submit:hover,
.site .search-form [type="submit"],
.site .search-form [type="submit"]:active,
.site .search-form [type="submit"]:focus,
.site .search-form [type="submit"]:hover,
.site form[role="search"] .search-submit,
.site form[role="search"] .search-submit:active,
.site form[role="search"] .search-submit:focus,
.site form[role="search"] .search-submit:hover,
.site form[role="search"] [type="submit"],
.site form[role="search"] [type="submit"]:active,
.site form[role="search"] [type="submit"]:focus,
.site form[role="search"] [type="submit"]:hover {
    position: absolute;
    width: 2.61792rem;
    height: 100%;
    right: 0;
    top: 0;
    padding: 0;
    text-indent: -999em;
    background: none;
    color: inherit;
    border-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    z-index: 2;
}
.post-password-form:before {
    content: "\f470";
    display: block;
    margin-bottom: 1rem;
    line-height: 1;
    font-size: 4.2358em;
    vertical-align: top;
}
.comment-form p {
    margin-bottom: 1.618em;
}
.comment-form p:last-child {
    margin-bottom: 0;
}
.comment-form .form-submit {
    margin-top: 2.61792em;
}
.comment-form ::-webkit-input-placeholder {
    text-transform: uppercase;
    font-size: 0.809em;
    opacity: 1;
}
.comment-form :-ms-input-placeholder {
    text-transform: uppercase;
    font-size: 0.809em;
    opacity: 1;
}
.comment-form ::-ms-input-placeholder {
    text-transform: uppercase;
    font-size: 0.809em;
    opacity: 1;
}
.comment-form ::placeholder {
    text-transform: uppercase;
    font-size: 0.809em;
    opacity: 1;
}
h1.display-1,
h1.display-2,
h1.display-3,
h1.display-4,
h1.h2,
h1.h3,
h1.has-display-1-font-size,
h1.has-display-2-font-size,
h1.has-display-3-font-size,
h1.has-display-4-font-size {
    font-style: inherit;
}
.h1.has-100-font-weight,
.h1.weight-100,
.h2.has-100-font-weight,
.h2.weight-100,
.h3.has-100-font-weight,
.h3.weight-100,
.h4.has-100-font-weight,
.h4.weight-100,
.h5.has-100-font-weight,
.h5.weight-100,
.h6.has-100-font-weight,
.h6.weight-100,
.site .h1.weight-100,
.site .h2.weight-100,
.site .h3.weight-100,
.site .h4.weight-100,
.site .h5.weight-100,
.site .h6.weight-100,
.site h1.weight-100,
.site h2.weight-100,
.site h3.weight-100,
.site h4.weight-100,
.site h5.weight-100,
.site h6.weight-100,
h1.has-100-font-weight,
h1.weight-100,
h2.has-100-font-weight,
h2.weight-100,
h3.has-100-font-weight,
h3.weight-100,
h4.has-100-font-weight,
h4.weight-100,
h5.has-100-font-weight,
h5.weight-100,
h6.has-100-font-weight,
h6.weight-100 {
    font-weight: 100;
}
.h1.has-200-font-weight,
.h1.weight-200,
.h2.has-200-font-weight,
.h2.weight-200,
.h3.has-200-font-weight,
.h3.weight-200,
.h4.has-200-font-weight,
.h4.weight-200,
.h5.has-200-font-weight,
.h5.weight-200,
.h6.has-200-font-weight,
.h6.weight-200,
.site .h1.weight-200,
.site .h2.weight-200,
.site .h3.weight-200,
.site .h4.weight-200,
.site .h5.weight-200,
.site .h6.weight-200,
.site h1.weight-200,
.site h2.weight-200,
.site h3.weight-200,
.site h4.weight-200,
.site h5.weight-200,
.site h6.weight-200,
h1.has-200-font-weight,
h1.weight-200,
h2.has-200-font-weight,
h2.weight-200,
h3.has-200-font-weight,
h3.weight-200,
h4.has-200-font-weight,
h4.weight-200,
h5.has-200-font-weight,
h5.weight-200,
h6.has-200-font-weight,
h6.weight-200 {
    font-weight: 200;
}
.h1.has-300-font-weight,
.h1.weight-300,
.h2.has-300-font-weight,
.h2.weight-300,
.h3.has-300-font-weight,
.h3.weight-300,
.h4.has-300-font-weight,
.h4.weight-300,
.h5.has-300-font-weight,
.h5.weight-300,
.h6.has-300-font-weight,
.h6.weight-300,
.site .h1.weight-300,
.site .h2.weight-300,
.site .h3.weight-300,
.site .h4.weight-300,
.site .h5.weight-300,
.site .h6.weight-300,
.site h1.weight-300,
.site h2.weight-300,
.site h3.weight-300,
.site h4.weight-300,
.site h5.weight-300,
.site h6.weight-300,
h1.has-300-font-weight,
h1.weight-300,
h2.has-300-font-weight,
h2.weight-300,
h3.has-300-font-weight,
h3.weight-300,
h4.has-300-font-weight,
h4.weight-300,
h5.has-300-font-weight,
h5.weight-300,
h6.has-300-font-weight,
h6.weight-300 {
    font-weight: 300;
}
.h1.has-400-font-weight,
.h1.weight-400,
.h2.has-400-font-weight,
.h2.weight-400,
.h3.has-400-font-weight,
.h3.weight-400,
.h4.has-400-font-weight,
.h4.weight-400,
.h5.has-400-font-weight,
.h5.weight-400,
.h6.has-400-font-weight,
.h6.weight-400,
.site .h1.weight-400,
.site .h2.weight-400,
.site .h3.weight-400,
.site .h4.weight-400,
.site .h5.weight-400,
.site .h6.weight-400,
.site h1.weight-400,
.site h2.weight-400,
.site h3.weight-400,
.site h4.weight-400,
.site h5.weight-400,
.site h6.weight-400,
h1.has-400-font-weight,
h1.weight-400,
h2.has-400-font-weight,
h2.weight-400,
h3.has-400-font-weight,
h3.weight-400,
h4.has-400-font-weight,
h4.weight-400,
h5.has-400-font-weight,
h5.weight-400,
h6.has-400-font-weight,
h6.weight-400 {
    font-weight: 400;
}
.h1.has-500-font-weight,
.h1.weight-500,
.h2.has-500-font-weight,
.h2.weight-500,
.h3.has-500-font-weight,
.h3.weight-500,
.h4.has-500-font-weight,
.h4.weight-500,
.h5.has-500-font-weight,
.h5.weight-500,
.h6.has-500-font-weight,
.h6.weight-500,
.site .h1.weight-500,
.site .h2.weight-500,
.site .h3.weight-500,
.site .h4.weight-500,
.site .h5.weight-500,
.site .h6.weight-500,
.site h1.weight-500,
.site h2.weight-500,
.site h3.weight-500,
.site h4.weight-500,
.site h5.weight-500,
.site h6.weight-500,
h1.has-500-font-weight,
h1.weight-500,
h2.has-500-font-weight,
h2.weight-500,
h3.has-500-font-weight,
h3.weight-500,
h4.has-500-font-weight,
h4.weight-500,
h5.has-500-font-weight,
h5.weight-500,
h6.has-500-font-weight,
h6.weight-500 {
    font-weight: 500;
}
.h1.has-600-font-weight,
.h1.weight-600,
.h2.has-600-font-weight,
.h2.weight-600,
.h3.has-600-font-weight,
.h3.weight-600,
.h4.has-600-font-weight,
.h4.weight-600,
.h5.has-600-font-weight,
.h5.weight-600,
.h6.has-600-font-weight,
.h6.weight-600,
.site .h1.weight-600,
.site .h2.weight-600,
.site .h3.weight-600,
.site .h4.weight-600,
.site .h5.weight-600,
.site .h6.weight-600,
.site h1.weight-600,
.site h2.weight-600,
.site h3.weight-600,
.site h4.weight-600,
.site h5.weight-600,
.site h6.weight-600,
h1.has-600-font-weight,
h1.weight-600,
h2.has-600-font-weight,
h2.weight-600,
h3.has-600-font-weight,
h3.weight-600,
h4.has-600-font-weight,
h4.weight-600,
h5.has-600-font-weight,
h5.weight-600,
h6.has-600-font-weight,
h6.weight-600 {
    font-weight: 600;
}
.h1.has-700-font-weight,
.h1.weight-700,
.h2.has-700-font-weight,
.h2.weight-700,
.h3.has-700-font-weight,
.h3.weight-700,
.h4.has-700-font-weight,
.h4.weight-700,
.h5.has-700-font-weight,
.h5.weight-700,
.h6.has-700-font-weight,
.h6.weight-700,
.site .h1.weight-700,
.site .h2.weight-700,
.site .h3.weight-700,
.site .h4.weight-700,
.site .h5.weight-700,
.site .h6.weight-700,
.site h1.weight-700,
.site h2.weight-700,
.site h3.weight-700,
.site h4.weight-700,
.site h5.weight-700,
.site h6.weight-700,
h1.has-700-font-weight,
h1.weight-700,
h2.has-700-font-weight,
h2.weight-700,
h3.has-700-font-weight,
h3.weight-700,
h4.has-700-font-weight,
h4.weight-700,
h5.has-700-font-weight,
h5.weight-700,
h6.has-700-font-weight,
h6.weight-700 {
    font-weight: 700;
}
.h1.has-800-font-weight,
.h1.weight-800,
.h2.has-800-font-weight,
.h2.weight-800,
.h3.has-800-font-weight,
.h3.weight-800,
.h4.has-800-font-weight,
.h4.weight-800,
.h5.has-800-font-weight,
.h5.weight-800,
.h6.has-800-font-weight,
.h6.weight-800,
.site .h1.weight-800,
.site .h2.weight-800,
.site .h3.weight-800,
.site .h4.weight-800,
.site .h5.weight-800,
.site .h6.weight-800,
.site h1.weight-800,
.site h2.weight-800,
.site h3.weight-800,
.site h4.weight-800,
.site h5.weight-800,
.site h6.weight-800,
h1.has-800-font-weight,
h1.weight-800,
h2.has-800-font-weight,
h2.weight-800,
h3.has-800-font-weight,
h3.weight-800,
h4.has-800-font-weight,
h4.weight-800,
h5.has-800-font-weight,
h5.weight-800,
h6.has-800-font-weight,
h6.weight-800 {
    font-weight: 800;
}
.h1.has-900-font-weight,
.h1.weight-900,
.h2.has-900-font-weight,
.h2.weight-900,
.h3.has-900-font-weight,
.h3.weight-900,
.h4.has-900-font-weight,
.h4.weight-900,
.h5.has-900-font-weight,
.h5.weight-900,
.h6.has-900-font-weight,
.h6.weight-900,
.site .h1.weight-900,
.site .h2.weight-900,
.site .h3.weight-900,
.site .h4.weight-900,
.site .h5.weight-900,
.site .h6.weight-900,
.site h1.weight-900,
.site h2.weight-900,
.site h3.weight-900,
.site h4.weight-900,
.site h5.weight-900,
.site h6.weight-900,
h1.has-900-font-weight,
h1.weight-900,
h2.has-900-font-weight,
h2.weight-900,
h3.has-900-font-weight,
h3.weight-900,
h4.has-900-font-weight,
h4.weight-900,
h5.has-900-font-weight,
h5.weight-900,
h6.has-900-font-weight,
h6.weight-900 {
    font-weight: 900;
}
.h1,
h1 {
    font-size: 2.11796em;
    line-height: 1.191;
    margin-top: 0.66309em;
    margin-bottom: 0.51892em;
}
.h2,
h2 {
    font-size: 1.66492em;
    line-height: 1.191;
    margin-top: 1.1676em;
    margin-bottom: 0.66012em;
}
.h3,
h3 {
    font-size: 1.30896em;
    line-height: 1.382;
    margin-top: 0.618em;
    margin-bottom: 0.72359em;
}
.h4,
h4 {
    font-size: 1.02905em;
    line-height: 1.382;
    margin-top: 1.16203em;
    margin-bottom: 0.92041em;
}
.h5,
h5 {
    font-size: 1em;
    line-height: 1.618;
    margin-top: 0.618em;
    margin-bottom: 0.618em;
}
.h6,
h6 {
    font-size: 1em;
    line-height: 1.618;
    margin-top: 0.618em;
    margin-bottom: 0.618em;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    text-rendering: optimizeLegibility;
}
.comments-title .add-comment-link + .h1,
.comments-title .add-comment-link + .h2,
.comments-title .add-comment-link + .h3,
.comments-title .add-comment-link + .h4,
.comments-title .add-comment-link + .h5,
.comments-title .add-comment-link + .h6,
.comments-title .add-comment-link + h1,
.comments-title .add-comment-link + h2,
.comments-title .add-comment-link + h3,
.comments-title .add-comment-link + h4,
.comments-title .add-comment-link + h5,
.comments-title .add-comment-link + h6,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child,
.screen-reader-text + .h1,
.screen-reader-text + .h2,
.screen-reader-text + .h3,
.screen-reader-text + .h4,
.screen-reader-text + .h5,
.screen-reader-text + .h6,
.screen-reader-text + h1,
.screen-reader-text + h2,
.screen-reader-text + h3,
.screen-reader-text + h4,
.screen-reader-text + h5,
.screen-reader-text + h6,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none;
    color: inherit;
}
@media (min-width: 672px) {
    .h1,
    h1 {
        font-size: 2.618em;
        line-height: 1.191;
        margin-top: 0.66309em;
        margin-bottom: 0.51892em;
    }
    .h2,
    h2 {
        font-size: 2.058em;
        line-height: 1.191;
        margin-top: 1.1676em;
        margin-bottom: 0.66012em;
    }
    .h3,
    h3 {
        font-size: 1.618em;
        line-height: 1.382;
        margin-top: 0.618em;
        margin-bottom: 0.72359em;
    }
    .h4,
    h4 {
        font-size: 1.272em;
        line-height: 1.382;
        margin-top: 1.16203em;
        margin-bottom: 0.92041em;
    }
    .h5,
    h5 {
        font-size: 1em;
        line-height: 1.618;
        margin-top: 0.618em;
        margin-bottom: 0.618em;
    }
    .h6,
    h6 {
        font-size: 1em;
        line-height: 1.618;
        margin-top: 0.618em;
        margin-bottom: 0.618em;
    }
}
.comments-title h1.add-comment-link,
.comments-title h2.add-comment-link,
.comments-title h3.add-comment-link,
.comments-title h4.add-comment-link,
h1.screen-reader-text,
h2.screen-reader-text,
h3.screen-reader-text,
h4.screen-reader-text {
    color: inherit;
}
.entry-header {
    margin-bottom: 2.61792rem;
}
@media (min-width: 880px) {
    .entry-header {
        margin-bottom: 3.64781rem;
    }
}
.posts .entry-header {
    margin-bottom: 1.618em;
}
.entry-title,
.page-title {
    padding: 0;
    margin: 0 0 2.61792rem;
}
.entry-title small,
.page-title small {
    display: block;
    margin-top: 0.382rem;
}
@media (min-width: 672px) {
    .entry-title small,
    .page-title small {
        display: inline-block;
        margin-top: 1em;
        margin-left: 0.382rem;
        font-size: 0.5em;
        vertical-align: top;
    }
}
.widget-title,
.widget-title-style .widgettitle {
    margin: 0 0 2.61792rem;
    font-size: 1.272rem;
}
.widget-title-style .widgettitle a,
.widget-title a {
    font-weight: inherit;
    text-decoration: none;
}
.hide-widget-title .widget-title,
.hide-widget-title .widgettitle {
    display: none;
}
.display-1,
.display-2,
.display-3,
.display-4,
.has-display-1-font-size,
.has-display-2-font-size,
.has-display-3-font-size,
.has-display-4-font-size {
    margin-top: 1.618rem;
    margin-bottom: 1.618rem;
}
.display-1:first-child,
.display-2:first-child,
.display-3:first-child,
.display-4:first-child,
.has-display-1-font-size:first-child,
.has-display-2-font-size:first-child,
.has-display-3-font-size:first-child,
.has-display-4-font-size:first-child {
    margin-top: 0;
}
.display-1:last-child,
.display-2:last-child,
.display-3:last-child,
.display-4:last-child,
.has-display-1-font-size:last-child,
.has-display-2-font-size:last-child,
.has-display-3-font-size:last-child,
.has-display-4-font-size:last-child {
    margin-bottom: 0;
}
.display-1,
.has-display-1-font-size {
    font-size: 2.11796em;
    line-height: 1.33425;
}
@media (min-width: 880px) {
    .display-1,
    .has-display-1-font-size {
        font-size: 2.618em;
    }
}
.display-2,
.has-display-2-font-size {
    font-size: 2.37524em;
    line-height: 1.23875;
}
@media (min-width: 880px) {
    .display-2,
    .has-display-2-font-size {
        font-size: 3.329em;
    }
}
.display-3,
.has-display-3-font-size {
    font-size: 2.88754em;
    line-height: 1.20692;
}
@media (min-width: 880px) {
    .display-3,
    .has-display-3-font-size {
        font-size: 4.236em;
    }
}
.display-4,
.has-display-4-font-size {
    font-size: 3.5864em;
    line-height: 1.191;
}
@media (min-width: 880px) {
    .display-4,
    .has-display-4-font-size {
        font-size: 5.387em;
    }
}
.site-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.site-header > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.site-header-content {
    padding-top: 1.618em;
    padding-bottom: 1.618em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.site-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.site-header-inner > div,
.site-header-inner > nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.site-header a:not(.button) {
    color: inherit;
}
.site-branding a,
.site-branding a:active,
.site-branding a:focus,
.site-branding a:hover,
.site-title {
    text-decoration: none;
    color: inherit;
}
.site-branding {
    float: left;
    margin-right: 1.618em;
    line-height: inherit;
    color: inherit;
}
@media (min-width: 1280px) {
    .site-branding {
        margin-right: 2.61792em;
    }
}
.site-branding-text {
    display: inline-block;
    vertical-align: middle;
}
.site-title {
    margin: 0;
    line-height: inherit;
}
.site-title.type-img {
    font-family: sans-serif;
}
.site-description {
    text-transform: uppercase;
    opacity: 0.8;
}
.custom-logo {
    display: inline-block;
    width: auto;
    margin-right: 1em;
    vertical-align: middle;
}
.site-title-hidden .custom-logo {
    margin-right: 0;
}
.intro-container {
    position: relative;
    margin: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    z-index: 0;
}
.intro-media.has-header-video {
    position: relative;
    height: 33vh;
    overflow: hidden;
}
@media (min-width: 880px) {
    .intro-media.has-header-video {
        height: 66vh;
    }
}
.paged .intro-media {
    display: none;
}
@media (max-width: 671px) {
    .intro-media {
        overflow: hidden;
    }
    .site .intro-media img {
        position: relative;
        width: auto;
        height: auto;
        max-width: none;
        max-height: 16em;
        max-height: 38vh;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.intro-inner {
    padding: 3.09rem 0;
}
@media (min-width: 1280px) {
    .intro-inner {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}
.intro-title {
    line-height: 1.191;
    font-weight: 700;
    margin: 0;
}
.intro-title a {
    display: inline-block;
    color: inherit;
}
@media (min-width: 1280px) {
    .intro-title.has-page-summary {
        float: left;
        width: 58.744%;
    }
}
.intro-title-tagline {
    display: block;
    font-size: 0.618em;
}
.page-summary {
    margin-top: 1.618em;
    max-width: 36em;
}
@media (min-width: 1280px) {
    .has-page-summary + .page-summary {
        float: right;
        width: 33.256%;
        margin: 0;
    }
}
.page-summary p {
    margin-bottom: 1em;
}
.page-summary p:last-child {
    margin-bottom: 0;
}
.wp-custom-header {
    position: relative;
    overflow: hidden;
}
.wp-custom-header img {
    width: 100%;
}
.wp-custom-header .wp-custom-header-video-button {
    position: absolute;
    width: 2em;
    height: 2em;
    right: 1em;
    top: 50%;
    margin: -1em 0;
    line-height: 2;
    padding: 0;
    font-size: 1.382em;
    background-color: #111;
    color: #fff;
    border: 1px solid;
    border-radius: 2px;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.33;
    z-index: 10;
}
.wp-custom-header .wp-custom-header-video-button:active,
.wp-custom-header .wp-custom-header-video-button:focus,
.wp-custom-header .wp-custom-header-video-button:hover {
    opacity: 0.66;
}
.wp-custom-header .wp-custom-header-video-play:before {
    content: "\f448";
}
.wp-custom-header .wp-custom-header-video-pause:before {
    content: "\f452";
}
.has-header-video .wp-custom-header {
    position: absolute;
    width: 100%;
    top: 50%;
    padding-bottom: 75%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.intro-special {
    position: relative;
    padding: 12% 0;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
}
.intro-special .intro-media,
.intro-special .wp-custom-header:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.intro-special .wp-custom-header {
    height: 100%;
}
.intro-special .wp-custom-header:before {
    content: "";
    z-index: 5;
}
.intro-special .intro {
    position: relative;
    z-index: 10;
}
@media (min-width: 1280px) {
    .intro-special .intro {
        font-size: 1.191em;
    }
}
.intro-special .intro-media img {
    display: none;
}
.intro-special .intro-inner {
    width: auto;
    max-width: 36rem;
    padding: 0;
    margin: 0;
}
.intro-special .intro-title,
.intro-special .intro .page-summary {
    float: none;
    width: 100%;
}
.intro-special .intro-title {
    font-size: 2.63951em;
}
@media (min-width: 1280px) {
    .intro-special .intro-title {
        font-size: 3.64781em;
    }
}
.intro-special .intro .entry-subtitle {
    font-weight: inherit;
    margin-top: 0;
}
.intro-special .intro .page-summary {
    margin-top: 2.61792em;
}
.menu-item-description {
    display: block;
    max-width: 20em;
    margin-top: 0.382em;
    white-space: normal;
    opacity: 0.8;
}
.main-navigation {
    position: relative;
    margin-top: 1em;
    margin-bottom: 1em;
}
@media (min-width: 672px) and (max-width: 879px) {
    .main-navigation {
        float: right;
    }
}
@media (min-width: 880px) {
    .main-navigation {
        float: left;
        margin-right: 1.618em;
    }
}
@media (max-height: 447px) {
    .main-navigation {
        float: right;
    }
}
.main-navigation-container .menu {
    margin-top: 1.618rem;
}
@media (min-width: 672px) {
    .main-navigation-container .menu {
        margin-top: 0;
    }
}
.main-navigation-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.main-navigation-container li {
    position: relative;
    padding: 0;
    margin: 0;
}
@media (min-width: 880px) {
    .main-navigation-container li {
        float: left;
        white-space: nowrap;
    }
}
.main-navigation-container a {
    display: block;
    position: relative;
    max-width: 100%;
    padding: 0.618rem 0.382rem;
    text-decoration: none;
    border: 0 solid transparent;
    border-left-width: 2px;
    -webkit-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
.main-navigation-container a:active,
.main-navigation-container a:focus,
.main-navigation-container a:hover {
    border-color: currentColor;
}
@media (min-width: 880px) {
    .main-navigation-container .menu:hover .current-menu-ancestor > a,
    .main-navigation-container .menu:hover .current-menu-item > a {
        border-color: inherit;
    }
}
.main-navigation-container .menu .current-menu-item > a,
.main-navigation-container .menu .current-menu-item > a:hover {
    border-color: currentColor;
}
.main-navigation-container .current-menu-item > a {
    position: relative;
    border-color: currentColor;
    z-index: 10;
}
@media (min-width: 880px) {
    .main-navigation-container .current-menu-ancestor > a,
    .main-navigation-container .focus > a {
        position: relative;
        border-color: currentColor;
        z-index: 10;
    }
}
.main-navigation-container .icon {
    margin-right: 0.382em;
}
@media (max-width: 879px) {
    .has-navigation-mobile .main-navigation-container {
        visibility: hidden;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        line-height: 1.382em;
        overflow-y: auto;
        z-index: 995;
        opacity: 0;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s, -webkit-transform 0.3s;
        transition: visibility 0s linear 0.3s, opacity 0.3s, -webkit-transform 0.3s;
        -o-transition: visibility 0s linear 0.3s, opacity 0.3s, transform 0.3s;
        transition: visibility 0s linear 0.3s, opacity 0.3s, transform 0.3s;
        transition: visibility 0s linear 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    }
    .has-navigation-mobile .is-active .main-navigation-container {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition: visibility 0s linear 0s, opacity 0.3s, -webkit-transform 0.3s;
        transition: visibility 0s linear 0s, opacity 0.3s, -webkit-transform 0.3s;
        -o-transition: visibility 0s linear 0s, opacity 0.3s, transform 0.3s;
        transition: visibility 0s linear 0s, opacity 0.3s, transform 0.3s;
        transition: visibility 0s linear 0s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    }
    .has-navigation-mobile .main-navigation-container .menu {
        position: relative;
        height: 100%;
    }
    .has-navigation-mobile .main-navigation-container .menu > ul {
        max-width: 448px;
        padding: 4.2358rem 1.618rem 5.8538rem;
        margin-left: auto;
        margin-right: auto;
    }
    .has-navigation-mobile .main-navigation-container .menu > ul > li:nth-last-child(2) {
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }
    .has-navigation-mobile .main-navigation-container li {
        border-top-width: 1px;
        border-top-style: solid;
    }
}
/*@media (max-width: 671px) {
    .has-navigation-mobile .main-navigation-container {
        -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    }
    .has-navigation-mobile .main-navigation-container .menu > ul {
        padding-top: 38vh;
    }
    .has-navigation-mobile .main-navigation-container .mobile-search-form + .menu > ul {
        padding-top: 26vh;
    }
}*/
@media (max-width: 879px) {
    body:not(.has-navigation-mobile) .main-navigation-container .menu {
        margin-top: 0;
    }
    body:not(.has-navigation-mobile) .main-navigation-container li {
        display: inline-block;
        padding: 0;
        margin: 0;
        margin-right: 0.618rem;
    }
    body:not(.has-navigation-mobile) .main-navigation-container a {
        border-left-width: 0;
        border-top-width: 2px;
    }
    body:not(.has-navigation-mobile) .site-header-inner > nav + nav {
        margin-top: 0;
    }
}
.mobile-search-form {
    max-width: 448px;
    padding: 0 1.618rem;
    margin: 4.2358em auto 0;
}
@media (min-width: 880px) {
    .mobile-search-form {
        display: none;
    }
}


/*@media (max-width: 671px) and (min-height: 448px) {
    .has-navigation-mobile .site-footer > div:last-child {
        margin-bottom: 3.618rem;
    }
}*/
@-webkit-keyframes comeInFromBottom {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    33% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes comeInFromBottom {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    33% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/*@media (max-width: 671px) and (min-height: 448px) {
    .menu-toggle {
        position: fixed;
        width: 100%;
        height: 4.618rem;
        left: 0;
        bottom: -1rem;
        padding: 0 1.618em 0.618em;
        margin: 0;
        line-height: 1.382;
        text-align: center;
        font-size: 1em;
        font-weight: 700;
        border: 0;
        z-index: 999;
        -webkit-box-shadow: 0 -2px 1.618rem rgba(0, 0, 0, 0.2);
        box-shadow: 0 -2px 1.618rem rgba(0, 0, 0, 0.2);
        opacity: 1;
        -webkit-animation: comeInFromBottom 1s;
        animation: comeInFromBottom 1s;
    }
}*/
.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
    opacity: 1;
}
 /*@media (max-height: 447px), (min-width: 672px) and (max-width: 879px) {*/
 
 @media (max-width: 879px){
    .menu-toggle {
        margin-right: 1.618rem;
    }
    .is-active .menu-toggle {
        display: inline-block;
        position: fixed;
        width: 3rem;
        right: 0;
        top: 0;
        padding: 0;
        margin-top: 1.618rem;
        line-height: 3rem;
        text-align: left;
        text-indent: -999em;
        border-width: 0;
        z-index: 999;
    }
    .is-active .menu-toggle:before {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        text-align: center;
        text-indent: 0;
    }
    .admin-bar .is-active .menu-toggle {
        top: 46px;
    }
}
@media (min-width: 880px) {
    .menu-toggle {
        display: none;
    }
}
.menu-toggle:before {
    content: "\f419";
    margin-right: 0.618em;
}
.is-active .menu-toggle:before {
    content: "\f406";
}
@media (min-width: 880px) {
    .menu-toggle-skip-link-container {
        display: none;
    }
}
@media (min-width: 880px) {
    .main-navigation-container .menu > ul > li {
        padding-top: 0.382rem;
        padding-bottom: 0.382rem;
        margin-left: 0.618rem;
    }
    .main-navigation-container .menu > ul > li > a {
        border-left-width: 0;
        border-top-width: 2px;
    }
}
@media (min-width: 880px) {
    .main-navigation-container li ul {
        position: absolute;
        min-width: 100%;
        min-width: calc(100% + 6.472rem);
        left: 0;
        top: 100%;
        padding: 1.618rem;
        margin: 0 -2rem;
        border-top-width: 1px;
        border-top-style: solid;
        -webkit-box-shadow: 0 0.382em 1em rgba(0, 0, 0, 0.25);
        box-shadow: 0 0.382em 1em rgba(0, 0, 0, 0.25);
        opacity: 0;
        z-index: 9;
        pointer-events: none;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }
}
@media (min-width: 1280px) {
    .main-navigation-container li ul {
        -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, -webkit-transform 0.5s;
        -o-transition: transform 0.5s, opacity 0.5s;
        transition: transform 0.5s, opacity 0.5s;
        transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
    }
}
.main-navigation-container li ul a {
    padding-left: 1rem;
}
@media (min-width: 880px) {
    .main-navigation-container .reverse-expand ul {
        left: auto;
        right: 0;
    }
}
@media (min-width: 880px) {
    .main-navigation-container li li {
        float: none;
        display: block;
    }
    .main-navigation-container li li > a {
        display: block;
        min-width: 10em;
    }
}
@media (min-width: 880px) and (max-width: 1279px) {
    .main-navigation-container li .sub-menu {
        margin-top: 0;
    }
}
@media (max-width: 879px) {
    .main-navigation-container li li a:before {
        content: "";
        display: inline-block;
        width: 0.5em;
        height: 0.5em;
        margin-right: 0.5em;
        margin-top: 0.25em;
        border-left: 1px solid;
        border-bottom: 1px solid;
        vertical-align: top;
        opacity: 0.5;
    }
}
@media (min-width: 880px) {
    .main-navigation-container li.focus > ul,
    .no-js .main-navigation-container li:hover > ul {
        pointer-events: auto;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
    }
}
.main-navigation-container li ul ul {
    font-size: 1em;
}
@media (min-width: 880px) {
    .main-navigation-container li ul ul {
        min-width: 0;
        left: 100%;
        top: 0;
        padding: 1.618rem;
        margin: 0;
        margin-top: -1.618rem;
        margin-top: calc(-1.618rem - 1px);
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, -webkit-transform 0.3s;
        -o-transition: transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    }
    .main-navigation-container li ul ul li {
        margin-left: 0;
    }
}
@media (min-width: 880px) {
    .main-navigation-container .reverse-expand ul ul,
    .main-navigation-container li .reverse-expand ul {
        left: auto;
        right: 100%;
    }
}
@media (max-width: 879px) {
    .main-navigation-container li li li a {
        padding-left: 2em;
    }
}
.main-navigation-container .expander {
    display: none;
}
@media (min-width: 880px) {
    .main-navigation-container .expander {
        display: inline-block;
        position: absolute;
        width: 16px;
        height: 16px;
        right: 0.382em;
        top: 50%;
        border-color: currentColor;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .main-navigation-container .expander:after,
    .main-navigation-container .expander:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        border-width: 1px;
        border-style: solid;
    }
    .main-navigation-container .expander:before {
        width: 8px;
        height: 2px;
        margin: -1px -4px;
    }
    .main-navigation-container .expander:after {
        width: 2px;
        height: 8px;
        margin: -4px -1px;
    }
    .main-navigation-container li.focus > a .expander:after,
    .no-js .main-navigation-container li:hover > a .expander:after {
        visibility: hidden;
    }
}
@media (min-width: 880px) {
    .main-navigation-container .menu-item-has-children > a,
    .main-navigation-container .menu > ul > .menu-item-has-children > a {
        padding-right: calc(16px + 0.764em);
    }
}
@media (min-width: 880px) {
    .main-navigation-container .menu > ul > li > a .menu-item-description {
        display: none;
    }
}
@media (min-width: 880px) {
    .main-navigation-container .megamenu > ul > li > a .menu-item-description {
        margin-bottom: 0.618em;
    }
}
@media (min-width: 880px) {
    .main-navigation-container .megamenu > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .main-navigation-container .megamenu > ul > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 14em;
        flex: 0 1 14em;
        padding: 0;
        border-width: 0;
        vertical-align: top;
    }
    .main-navigation-container .megamenu > ul > li + li {
        margin-left: 2.61792rem;
    }
    .main-navigation-container .megamenu > ul > li a {
        min-width: 0;
    }
    .main-navigation-container .megamenu > ul > li > a {
        margin-bottom: 1.618em;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 0.9045em;
        font-weight: 700;
        border-width: 0;
        border-radius: 0;
    }
    .main-navigation-container .megamenu > ul > li > a .expander {
        display: none;
    }
    .main-navigation-container .megamenu > ul > li > .sub-menu {
        display: block;
        position: relative;
        min-width: 100%;
        left: 0;
        top: 0;
        padding: 0;
        margin: 1em 0 0;
        background: none;
        border-width: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    .main-navigation-container .megamenu > ul > li > .sub-menu > li > a {
        padding-right: 1rem;
    }
    .main-navigation-container .megamenu > ul > li > .sub-menu ul {
        -webkit-box-shadow: 0 0.382em 1em rgba(0, 0, 0, 0.25);
        box-shadow: 0 0.382em 1em rgba(0, 0, 0, 0.25);
    }
    .main-navigation-container .megamenu > ul > li.focus > .sub-menu,
    .main-navigation-container .megamenu > ul > li > .sub-menu,
    .no-js .main-navigation-container .megamenu > ul > li:hover > .sub-menu {
        left: 0;
    }
    .main-navigation-container .megamenu:hover > ul > .current-menu-ancestor > a,
    .main-navigation-container .megamenu:hover > ul > .current-menu-item > a,
    .main-navigation-container .megamenu > ul > li > a {
        border-color: currentColor;
    }
    .main-navigation-container .megamenu.focus ul,
    .no-js .main-navigation-container .megamenu:hover ul {
        opacity: 1;
    }
}
@media (min-width: 880px) and (max-width: 1279px) {
    .main-navigation-container .megamenu {
        position: static;
    }
}
.secondary-navigation {
    margin-right: 1.618em;
    margin-top: 1em;
    margin-bottom: 1em;
}
@media (min-width: 1280px) {
    .secondary-navigation {
        margin-left: auto;
        margin-right: 0;
    }
}
.secondary-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.secondary-navigation li {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.secondary-navigation li:not(:first-child) {
    margin-left: 0.618rem;
}
.secondary-navigation a {
    display: block;
    position: relative;
    max-width: 100%;
    padding: 0.382rem;
    text-decoration: none;
    border: 0 solid transparent;
    border-top-width: 2px;
    -webkit-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
.secondary-navigation a:active,
.secondary-navigation a:focus,
.secondary-navigation a:hover {
    border-color: currentColor;
}
.secondary-navigation .menu:hover .current-menu-ancestor > a,
.secondary-navigation .menu:hover .current-menu-item > a {
    border-color: inherit;
}
.secondary-navigation .menu .current-menu-item > a,
.secondary-navigation .menu .current-menu-item > a:hover {
    border-color: currentColor;
}
.secondary-navigation .current-menu-item > a {
    border-color: currentColor;
}
.secondary-navigation .icon {
    margin-right: 0.382em;
}
.social-links .social-links-items {
    margin: 0;
    list-style: none;
}
.fl-widget .social-links .social-links-items,
.sidebar .social-links .social-links-items {
    border-width: 0;
}
.social-links .social-links-items li {
    border-width: 0;
}
.social-links li {
    display: inline-block;
}
.fl-widget .social-links li,
.sidebar .social-links li {
    margin-right: 0.191em;
}
.text-right .social-links li {
    margin-left: 0.191em;
    margin-right: 0;
}
.social-links a {
    display: block;
    margin: 1px;
    text-decoration: none;
    color: inherit;
    padding-left: 0.191em;
    padding-right: 0.191em;
}
.social-links a:hover {
    text-decoration: none;
}
.social-links a.back-to-top:before {
    content: "\f435";
    display: inline-block;
    padding: 0 0.382em;
    vertical-align: top;
}
.widget_nav_menu .social-links a {
    text-align: center;
}
.fl-widget .widget_nav_menu .social-links a,
.sidebar .widget_nav_menu .social-links a {
    padding: 0 0.191em;
}
.widget_nav_menu .social-links a:after {
    display: none;
}
.site-header-content .social-links {
    float: right;
    white-space: nowrap;
}
@media (min-width: 1280px) {
    .site-header-content .social-links {
        padding-left: 1.618em;
        margin-left: auto;
    }
}
.site-header-content .social-links .back-to-top-link {
    display: none;
}
.site-header-content .secondary-navigation + .social-links {
    margin-left: 0;
}
.is-style-outline {
    color: var(--color_accent_text);
}
.wp-caption,
figcaption {
    text-transform: uppercase;
}
.wp-block-file {
    padding: 1em 2em;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    -webkit-box-shadow: inset 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 5px 20px rgba(0, 0, 0, 0.1);
}
.wp-block-file.alignleft,
.wp-block-file.alignright {
    max-width: 55.8%;
    text-align: center;
}
.wp-block-file a {
    text-decoration: none;
    font-size: 0.9em;
    font-style: italic;
    color: inherit;
}
.wp-block-file a:active,
.wp-block-file a:focus,
.wp-block-file a:hover {
    text-decoration: underline;
}
.wp-block-file a:first-child:before {
    content: "\f50b";
    margin-right: 0.25em;
    font-size: 1.618em;
    line-height: 1;
    vertical-align: middle;
}
.wp-block-file a.wp-block-file__button {
    display: inline-block;
    margin-left: 1.618em;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
    background: transparent;
    border: 2px solid;
    vertical-align: middle;
}
.wp-block-file a.wp-block-file__button,
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
    color: inherit;
}
.gallery img {
    width: 100%;
}
.gallery-columns-1 .gallery-item {
    margin-top: 2em;
}
.gallery-caption {
    padding: 1em;
    margin-top: -1px;
}
@media (max-width: 447px) {
    .wp-block-media-text:not(.alignfull):not([class*="background-color"]):not([style*="background-color"]) .wp-block-media-text__content {
        padding-left: 0;
        padding-right: 0;
    }
}
.mejs-container {
    margin-bottom: 1.618em;
}
.mejs-container:last-child {
    margin-bottom: 0;
}
.site .mejs-container .mejs-controls .mejs-button button {
    background-color: transparent;
    color: inherit;
}
.wp-playlist {
    text-align: left;
}
.site .wp-playlist {
    padding: 0;
    background: none;
    border-width: 1px;
    border-style: solid;
}
.site .wp-playlist-current-item,
.site .wp-playlist-tracks {
    height: auto;
    padding: 1.618rem;
    margin: 0;
}
.site .wp-playlist-current-item {
    padding-bottom: 0.618rem;
}
blockquote.alignleft,
blockquote.alignright {
    margin-top: 0;
}
.wp-block-quote.is-style-large {
    padding: 0;
    margin: 0;
}
.wp-block-quote.is-style-large:not(:last-child) {
    margin-bottom: 1.618rem;
}
.wp-block-separator.is-style-dots:before {
    opacity: 0.2;
}
.wp-block-verse {
    padding: 0;
}
.wp-block-verse:before {
    display: none;
}
.site-content {
    overflow-x: hidden;
}
.align-wrap {
    clear: both;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    pointer-events: none;
}
@media (min-width: 880px) {
    .has-widgets-sidebar .align-wrap {
        width: auto;
        margin-left: calc(50% / 0.58744 - 50vw);
    }
}
@media (min-width: 880px) {
    .site-layout-boxed .align-wrap {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (min-width: 880px) {
    .site-layout-boxed.has-widgets-sidebar .align-wrap {
        padding-right: 0;
        margin-left: calc(50% / 0.58744 - 50vw);
    }
}
.alignfull,
.alignwide {
    pointer-events: auto;
}
.alignfull,
.alignfull:last-child,
.alignwide,
.alignwide:last-child {
    margin-bottom: 1.618em;
}
.alignfull.has-no-margin,
.alignfull.has-no-margin-bottom,
.alignfull.has-no-margin-vertical,
.alignfull.wp-block-columns,
.alignwide.has-no-margin,
.alignwide.has-no-margin-bottom,
.alignwide.has-no-margin-vertical,
.alignwide.wp-block-columns {
    margin-bottom: 0;
}
.alignfull,
.alignfull.has-no-margin,
.alignwide,
.alignwide.has-no-margin {
    margin-left: auto;
    margin-right: auto;
}
.alignwide {
    width: 1200px;
    width: var(--layout_width_content);
    max-width: 88%;
}
@media (min-width: 880px) {
    .has-widgets-sidebar .alignwide {
        width: 1127px;
        width: calc(var(--layout_width_content) * 0.68744);
        max-width: 94%;
    }
    .has-widgets-sidebar .alignwide,
    .has-widgets-sidebar .alignwide.has-no-margin {
        margin-right: 0;
    }
}
.alignfull {
    width: 100%;
    max-width: 100%;
}
.site-layout-boxed .alignfull {
    width: 1640px;
    width: var(--layout_width_site);
}
@media (min-width: 880px) {
    .site-layout-boxed.has-widgets-sidebar .alignfull {
        width: auto;
        max-width: calc(1640px / 2 + 1200px * 0.58744 - 1200px / 2);
        max-width: calc(var(--layout_width_site) / 2 + var(--layout_width_content) * 0.58744 - var(--layout_width_content) / 2);
    }
    .site-layout-boxed.has-widgets-sidebar .alignfull,
    .site-layout-boxed.has-widgets-sidebar .alignfull.has-no-margin {
        margin-right: 0;
    }
}
.site-content-inner {
    padding: 3.09rem 0;
}
@media (min-width: 880px) {
    .site-content-inner {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}
@media (min-width: 1280px) {
    .site-content-inner {
        padding-top: 8.09rem;
        padding-bottom: 8.09rem;
    }
}
.site-content .compensate-content-padding-top {
    margin-top: -3.09rem;
}
@media (min-width: 880px) {
    .site-content .compensate-content-padding-top {
        margin-top: -5rem;
    }
}
@media (min-width: 1280px) {
    .site-content .compensate-content-padding-top {
        margin-top: -8.09rem;
    }
}
.site-content .compensate-content-padding-bottom {
    margin-bottom: -3.09rem;
}
@media (min-width: 880px) {
    .site-content .compensate-content-padding-bottom {
        margin-bottom: -5rem;
    }
}
@media (min-width: 1280px) {
    .site-content .compensate-content-padding-bottom {
        margin-bottom: -8.09rem;
    }
}
.site-content[tabindex="-1"]:focus {
    outline: 0;
}
@media (min-width: 880px) {
    .content-area {
        width: 58.744%;
    }
    .has-widgets-sidebar .content-area {
        float: left;
    }
    .no-widgets-sidebar .content-area {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .attachment.no-widgets-sidebar .content-area,
    .has-blocks .content-area,
    .posts-layout-list.no-widgets-sidebar .content-area,
    .single.no-widgets-sidebar .content-area {
        max-width: 36em;
    }
}
.error404 .content-area,
.no-widgets-sidebar .content-area {
    width: 100%;
}
.content-layout-stretched.is-singular .site-content-inner,
.fl-builder.is-singular .site-content-inner,
.fl-theme-builder-404 .site-content-inner,
.fl-theme-builder-archive .site-content-inner,
.fl-theme-builder-singular .site-content-inner,
.page-template-child-pages .site-content-inner,
.single-fl-builder-template .site-content-inner {
    width: 100%;
    max-width: none;
    padding: 0;
}
.content-layout-stretched.is-singular .content-area,
.fl-builder.is-singular .content-area,
.fl-theme-builder-404 .content-area,
.fl-theme-builder-archive .content-area,
.fl-theme-builder-singular .content-area,
.page-template-child-pages .content-area,
.single-fl-builder-template .content-area {
    float: none;
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
}
.entry-media {
    margin-bottom: 2.61792rem;
}
@media (min-width: 880px) {
    .entry-media {
        margin-bottom: 3.64781rem;
    }
}
.entry-media a {
    display: inline-block;
    width: 100%;
}
.search-results .entry-media img {
    width: auto;
    max-width: 100%;
}
@media (min-width: 880px) {
    .site-main > .entry > .entry-media {
        position: relative;
        float: left;
        width: 47%;
        margin: 0 6% 2em;
        margin-left: 0;
        z-index: 1;
    }
}
@media (min-width: 1280px) {
    .no-widgets-sidebar .site-main > .entry > .entry-media {
        margin-left: -23.5%;
    }
}
@media (min-width: 1600px) {
    .site-main > .entry > .entry-media {
        margin-left: -11.75%;
    }
}
.is-singular:not(.has-custom-intro-image):not(.no-intro) .site-main > .entry > .entry-media {
    display: none;
}
.posts .entry-media {
    float: none;
    width: auto;
    margin: calc(-1.618em - 1px);
    margin-bottom: 1.618em;
}
.search-results .posts .entry-media {
    margin: 0 0 1.618em;
}
@media (min-width: 672px) {
    .posts .entry-media {
        margin: calc(-2em - 1px);
        margin-bottom: 2em;
    }
    .search-results .posts .entry-media {
        margin: 0 0 2em;
    }
}
.hide-media .entry-media {
    display: none;
}
.entry-media .avatar {
    margin-bottom: 1.618em;
}
.attachment caption {
    caption-side: top;
}
.attachment-download {
    padding: 1.618em;
    margin-bottom: 1.618em;
    border-width: 2px;
    border-style: dashed;
}
.pagination {
    padding: 1px;
    margin-top: 2.61792rem;
    text-align: center;
    overflow: hidden;
}
@media (min-width: 880px) {
    .pagination {
        margin-top: 5rem;
    }
}
.pagination a,
.pagination span {
    background: transparent;
    color: inherit;
    border-width: 1px;
    border-style: solid;
}
.pagination .dots {
    padding-left: 0.618em;
    padding-right: 0.618em;
    border-color: transparent;
}
@media (max-width: 1112px) {
    .pagination a:active:before,
    .pagination a:focus:before,
    .pagination a:hover:before {
        display: none;
    }
}
@media (max-width: 1112px) {
    .pagination .next:before,
    .pagination .prev:before {
        display: none;
    }
}
.pagination .next:hover:before,
.pagination .prev:hover:before {
    display: none;
}
@media (max-width: 671px) {
    .pagination .prev {
        float: left;
    }
    .pagination .next {
        float: right;
    }
}
@media (max-width: 671px) {
    .pagination {
        position: relative;
    }
    .pagination:after {
        content: attr(data-current) " / " attr(data-total);
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}
.post-table-of-contents {
    margin-top: 2.61792rem;
}
.post-table-of-contents a {
    text-decoration: none;
}
.post-table-of-contents a:active,
.post-table-of-contents a:focus,
.post-table-of-contents a:hover {
    text-decoration: underline;
}
.post-table-of-contents ol {
    counter-reset: table-of-contents-counter;
}
.post-table-of-contents li {
    padding: 0;
    border-top-width: 1px;
    border-top-style: solid;
}
.post-table-of-contents li:first-child {
    border-width: 0;
}
.post-table-of-contents li:before {
    display: none;
}
.post-table-of-contents a {
    padding: 0.618em 1em;
    padding-left: 2.61792em;
}
.entry-content .post-table-of-contents a {
    border-width: 0;
}
.post-table-of-contents a:before {
    content: counter(table-of-contents-counter);
    counter-increment: table-of-contents-counter;
    float: left;
    margin-top: -0.191em;
    margin-left: -1.382em;
    text-decoration: inherit;
    font-weight: inherit;
    font-style: inherit;
}
.post-table-of-contents a:after {
    content: "\00bb";
    margin-left: 0.618em;
}
.post-table-of-contents .is-passed a {
    text-decoration: line-through;
}
.post-table-of-contents.top {
    display: none;
}
.posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1em;
}
.posts .entry {
    position: relative;
    width: calc(100% - 2em);
    padding: 1.618em;
    margin: 1em;
    border-width: 1px;
    border-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: inherit;
}
@media (min-width: 672px) {
    .posts .entry {
        padding: 2em;
        width: calc(50% - 2em);
    }
}
@media (min-width: 880px) {
    .no-widgets-sidebar .posts .entry {
        width: calc(33.33% - 2em);
    }
}
.posts .entry-content p {
    margin-bottom: 1em;
}
.posts .entry-content p:last-child {
    margin-bottom: 0;
}
.posts-layout-list .posts {
    display: block;
    margin: 0;
}
.posts-layout-list .posts .entry {
    margin: 0 0 5rem;
}
.posts-layout-list .posts .entry:last-child {
    margin-bottom: 0;
}
.no-widgets-sidebar .posts-layout-list .posts .entry,
.posts-layout-list .posts .entry {
    width: 100%;
}
.posts-layout-list .type-post .entry-header {
    padding-bottom: 1.618em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
@media (min-width: 1280px) {
    .posts-layout-list .type-post .entry-content {
        float: right;
        width: 61.8%;
    }
}
@media (min-width: 1280px) {
    .posts-layout-list .type-post .entry-meta {
        float: left;
        width: 34%;
        margin-bottom: 0;
    }
}
.posts-layout-list .type-post .entry-meta-element {
    display: block;
    margin-right: 0;
}
.search-results form + .posts {
    margin-top: 4.854em;
}
.posts .type-page .entry-summary {
    margin-bottom: 0;
}
.entry-summary + .link-more {
    margin-top: 1rem;
}
.entry-summary {
    margin: 0 0 1.618em;
}
.entry-summary.has-more-tag {
    text-transform: uppercase;
}
.entry-meta {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0.618rem;
    border-width: 0;
}
.entry-meta .label-updated,
.entry-meta .updated,
.entry-meta:empty {
    display: none;
}
.entry-meta-element {
    margin-right: 0.618em;
    opacity: 1;
}
.entry-meta-description {
    margin-right: 0.382em;
    text-transform: uppercase;
}
.entry-meta a {
    text-decoration: none;
}
.entry-meta a:active,
.entry-meta a:focus,
.entry-meta a:hover {
    text-decoration: underline;
}
body:not(.group-blog) .entry-meta .author {
    display: none;
}
.entry-meta .tags-links a {
    text-transform: none;
}
.entry-meta .tags-links a:not(:last-child):after {
    content: ",";
}
body.single[class*="paged-"] .site-main > .entry > .entry-meta {
    display: none;
}
.single .entry-meta {
    margin-bottom: 2.61792em;
}
.single .site-main > .entry > .entry-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
@media (min-width: 1280px) {
    .single .site-main > .entry > .entry-meta {
        margin-left: -25%;
        margin-right: -25%;
    }
}
.single .site-main > .entry > .entry-meta .entry-meta-element {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0.618em 1em;
    margin: 0.5rem;
    border-width: 1px;
    border-style: solid;
}
@media (min-width: 672px) {
    .single .site-main > .entry > .entry-meta .entry-meta-element {
        min-width: calc(33.33% - 1rem);
    }
}
.single .site-main > .entry > .entry-meta .entry-meta-description {
    display: block;
    font-size: 0.809em;
}
.single .site-main > .entry > .entry-meta .comments-link .entry-meta-description {
    display: inline;
}
.single .site-main > .entry > .entry-meta .label-updated {
    display: none;
}
.single.has-widgets-sidebar .site-main > .entry > .entry-meta {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.single.content-layout-no-paddings .site-main > .entry > .entry-meta,
.single.fl-builder .site-main > .entry > .entry-meta {
    padding: 0.5rem;
    margin: 0;
}
.single.content-layout-no-paddings .site-main > .entry > .entry-meta .entry-meta-element,
.single.fl-builder .site-main > .entry > .entry-meta .entry-meta-element {
    min-width: auto;
}
.single.content-layout-no-paddings .posts .entry-meta,
.single.fl-builder .posts .entry-meta {
    padding: 1em 0;
    margin: 0 0 1.618rem;
}
.posts .entry-meta {
    line-height: 2;
}
a .entry-date {
    cursor: pointer;
}
.post-navigation {
    border-top-width: 1px;
    border-top-style: solid;
}
@media (min-width: 672px) {
    .post-navigation .nav-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.post-navigation .nav-links > div {
    position: relative;
}
@media (min-width: 672px) {
    .post-navigation .nav-links > div {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
}
@media (min-width: 880px) {
    .post-navigation .nav-links > div {
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
}
@media (min-width: 672px) {
    .post-navigation .nav-links > div:nth-child(2) {
        text-align: right;
    }
}
.post-navigation .nav-links a {
    display: block;
    padding: 8% 0;
    margin: 1px;
    text-decoration: none;
    color: inherit;
}
@media (min-width: 672px) {
    .post-navigation .nav-links a {
        padding: 5rem 0;
    }
}
.post-navigation .nav-links .label {
    display: block;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0.8;
}
.post-navigation .nav-links .title {
    display: block;
}
.post-navigation .nav-links:hover > div {
    opacity: 0.5;
}
.post-navigation .nav-links > div:not(:empty):hover {
    opacity: 1;
}
.page-header + .page-content {
    margin-top: 1.618em;
}
.error-404 form,
.not-found form {
    display: inline-block;
    width: 61.8%;
}
.error-404 form:before,
.not-found form:before {
    padding: 0.382em 0;
    line-height: 1.191em;
}
.not-found form {
    width: 100%;
}
.error404 .page-content {
    margin-top: 1em;
}
@media (min-width: 880px) {
    .error404 form {
        max-width: 61.8%;
    }
}
@media (min-width: 1280px) {
    .error404 form {
        max-width: 38.2%;
    }
}
.page-template-blank {
    padding: 0;
}
.page-template-child-pages:not(.fl-builder) .site-main .entry-content {
    padding: 5rem 0 0;
}
.page-template-child-pages:not(.fl-builder) .site-main .entry-content-inner:not(:empty) {
    padding-bottom: 2.61792rem;
}
@media (min-width: 880px) {
    .page-template-child-pages:not(.fl-builder) .site-main .entry-content-inner:not(:empty) {
        padding-bottom: 5rem;
    }
}
@media (min-width: 1280px) {
    .page-template-child-pages:not(.fl-builder) .site-main .entry-content:first-child {
        padding-top: 8.09rem;
    }
}
.page-template-child-pages .entry-content:empty {
    display: none;
}
.page-template-child-pages .entry-content:empty + .list-child-pages-section {
    padding-top: 5rem;
}
@media (min-width: 1280px) {
    .page-template-child-pages .entry-content:empty + .list-child-pages-section {
        padding-top: 8.09rem;
    }
}
.list-child-pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1em;
    margin-right: -1em;
}
.list-child-pages-section {
    clear: both;
    padding-bottom: 5rem;
}
@media (min-width: 1280px) {
    .list-child-pages-section {
        padding-bottom: 8.09rem;
    }
}
.list-child-pages-section:first-child {
    padding-bottom: 0;
    padding-top: 2.61792em;
}
@media (min-width: 880px) {
    .list-child-pages-section:first-child {
        padding-top: 5rem;
    }
}
@media (min-width: 1280px) {
    .list-child-pages-section:first-child {
        padding-top: 8.09rem;
    }
}
.child-page {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 2em);
    padding: 1.618em;
    margin: 1em;
    border-width: 1px;
    border-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: inherit;
}
@media (min-width: 672px) {
    .child-page {
        width: calc(50% - 2em);
        padding: 2em;
    }
}
@media (min-width: 880px) {
    .child-page {
        width: calc(33.33% - 2em);
    }
    .child-page:first-child:nth-last-child(2),
    .child-page:nth-child(2):last-child {
        width: calc(50% - 2em);
    }
}
.child-page .entry-summary {
    margin-bottom: 0;
}
.child-page p:not(:last-child) {
    margin-bottom: 1em;
}
.child-page-image {
    margin-bottom: 2.61792rem;
}
.child-page-title {
    margin: 0;
    margin-bottom: 1.382rem;
}
.child-page .link-more {
    margin-top: 1.618em;
}
.child-page .more-link {
    display: inline-block;
    border-color: currentColor;
}
.comments-area {
    clear: both;
    padding: 1.618rem 0 0;
    margin: 2.61792rem 0 0;
    border-top-width: 2px;
    border-top-style: solid;
}
@media (min-width: 880px) {
    .comments-area {
        margin-top: 5rem;
    }
}
@media (min-width: 1280px) {
    .comments-area {
        margin-top: 8.09rem;
    }
}
.comments-area:focus {
    outline: 0;
}
.comments-area .reply {
    margin-top: 1em;
}
@media (min-width: 1280px) {
    .page.no-widgets-sidebar .comments-area-inner {
        width: 61.8%;
        margin-left: auto;
        margin-right: auto;
    }
}
.content-layout-no-paddings .comments-area {
    width: 100%;
}
.content-layout-no-paddings .comments-area,
.content-layout-stretched .comments-area,
.fl-builder .comments-area {
    padding: 5.04127rem 0;
    border-width: 0;
}
@media (min-width: 1280px) {
    .content-layout-no-paddings .comments-area-inner,
    .content-layout-stretched .comments-area-inner,
    .fl-builder .comments-area-inner {
        width: 61.8%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 672px) {
    .comment-list .children > li,
    .comment-list > li {
        padding-left: 100px;
    }
}
.comments-title {
    margin-bottom: 1.618rem;
}
@media (min-width: 672px) {
    .comments-title {
        margin-bottom: 2.61792rem;
    }
}
@media (min-width: 880px) {
    .comments-title {
        margin-bottom: 4.2358rem;
    }
}
.comment-meta {
    border-bottom-width: 1px;
}
.comment-meta a {
    text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:focus,
.comment-meta a:hover {
    text-decoration: underline;
}
.comment-meta .avatar {
    border-radius: 0;
}
@media (min-width: 672px) {
    .comment-meta .avatar {
        width: 80px;
    }
}
.comment-metadata {
    text-transform: uppercase;
}
.comment-awaiting-moderation {
    clear: both;
}
.comment-body {
    padding-bottom: 0;
}
.comment-content ol {
    list-style: decimal;
}
@media (max-width: 671px) {
    .bypostauthor > .comment-body .comment-author .avatar {
        border-left: 0.382em solid;
    }
}
@media (min-width: 672px) {
    .bypostauthor > .comment-body .comment-author:before {
        content: "\f411";
        position: absolute;
        display: block;
        width: 30px;
        height: 30px;
        left: 25px;
        top: 65px;
        margin-top: 1.618em;
        font-size: 16px;
        line-height: 28px;
        text-align: center;
        font-size: 1.191em;
        border-radius: 50%;
        z-index: 1;
    }
}
.comment-edit-link,
.comment-reply-link {
    text-decoration: none;
}
.comment-edit-link:active,
.comment-edit-link:focus,
.comment-edit-link:hover,
.comment-reply-link:active,
.comment-reply-link:focus,
.comment-reply-link:hover {
    text-decoration: underline;
}
.comment-edit-link:before,
.comment-reply-link:before {
    content: "\f466";
    margin-right: 0.191em;
    font-size: 1.382em;
    vertical-align: middle;
}
.comment-edit-link:before {
    content: "\f411";
}
.comments-title + .comment-navigation {
    display: none;
}
.comment-navigation a,
.comment-navigation span {
    display: none;
}
.comment-navigation .nav-links {
    display: block;
    padding: 0;
    margin: 0;
}
.comment-navigation .nav-links a,
.comment-navigation .nav-links span {
    padding: 0.618em 0;
    margin: 0.191em;
    margin-left: 0;
    line-height: inherit;
}
@media (min-width: 672px) {
    .comment-navigation .nav-links a,
    .comment-navigation .nav-links span {
        display: inline-block;
    }
}
.comment-respond {
    padding: 0;
    border-width: 0;
}
.comment-list .comment-respond,
.comment-respond {
    margin-top: 5rem;
}
.comment-list .comment-respond {
    padding: 0 1.618em;
    border-width: 0;
}
.comment-reply-title {
    font-size: inherit;
    text-transform: uppercase;
}
.logged-in-as a {
    text-decoration: none;
}
.logged-in-as a:active,
.logged-in-as a:focus,
.logged-in-as a:hover {
    text-decoration: underline;
}
.comment-list > .pingback,
.comment-list > .trackback {
    min-height: 0;
    padding: 0;
}
.pingback .comment-body,
.trackback .comment-body {
    padding: 1em;
    margin: 1.618em 0;
    border-width: 1px;
    border-style: dashed;
    overflow: hidden;
}
.pingback .comment-body:before,
.trackback .comment-body:before {
    content: "\f107";
    margin-right: 0.618em;
}
.pingback .comment-edit-link,
.trackback .comment-edit-link {
    float: right;
}
.outdent-content {
    margin: 1.618em 0;
}
@media (min-width: 672px) {
    .outdent-content {
        margin: 2.61792em 0;
    }
}
.outdent-content:first-child {
    margin-top: 0;
}
.outdent-content:last-child {
    margin-bottom: 0;
}
.no-widgets-sidebar .outdent-content {
    clear: both;
}
@media (min-width: 880px) {
    .no-widgets-sidebar .outdent-content {
        margin-left: -14.5924%;
        margin-right: -14.5924%;
    }
}
@media (min-width: 1280px) {
    .no-widgets-sidebar .outdent-content {
        margin-left: -30.9%;
        margin-right: -30.9%;
    }
}
@media (min-width: 1600px) {
    .outdent-content {
        margin-left: -14.5924%;
    }
}
body.page:not(.page-layout-outdented) .outdent-content {
    margin-left: 0;
    margin-right: 0;
}
.page-layout-outdented:not(.content-layout-no-paddings) .content-area {
    max-width: none;
}
.page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > .outdent-heading:not(:first-child),
.page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > h2:not(:first-child) {
    margin-top: 3.64781rem;
}
@media (min-width: 1280px) {
    .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > .outdent-heading:not(:first-child),
    .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > h2:not(:first-child) {
        margin-top: 12%;
    }
}
.page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner .outdent-content {
    margin-left: 0;
    margin-right: 0;
}
@media (min-width: 1280px) {
    .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner {
        padding-left: 41.256%;
    }
    .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > .outdent-heading,
    .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > h2 {
        width: 170.23015%;
        height: 1.618em;
        padding-right: 113.61841%;
        margin-left: -70.23015%;
        margin-bottom: -1.618em;
    }
    .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > .outdent-heading.has-uppercase-text-transform,
    .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > .outdent-heading.is-uppercase,
    .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > .outdent-heading.uppercase,
    .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > h2.has-uppercase-text-transform,
    .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > h2.is-uppercase,
    .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > h2.uppercase,
    .page-layout-outdented:not(.content-layout-no-paddings) .site .entry-content-inner > .outdent-heading.is-uppercase,
    .page-layout-outdented:not(.content-layout-no-paddings) .site .entry-content-inner > .outdent-heading.uppercase,
    .page-layout-outdented:not(.content-layout-no-paddings) .site .entry-content-inner > h2.is-uppercase,
    .page-layout-outdented:not(.content-layout-no-paddings) .site .entry-content-inner > h2.uppercase,
    .site .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > .outdent-heading.is-uppercase,
    .site .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > .outdent-heading.uppercase,
    .site .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > h2.is-uppercase,
    .site .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > h2.uppercase {
        letter-spacing: 0.075em;
    }
    .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > .outdent-heading + h3,
    .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > h2 + h3 {
        margin-top: 0;
    }
    .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner .outdent-content {
        width: 170.23015%;
        margin-top: 12%;
        margin-bottom: 12%;
        margin-left: -70.23015%;
        margin-right: 0;
    }
    .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner .outdent-content:first-child {
        margin-top: 0;
    }
    .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner .outdent-content:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 1280px) {
    .page-layout-outdented:not(.content-layout-no-paddings) .post-password-required .entry-content-inner {
        padding-left: 0;
    }
}
.site-footer {
    position: relative;
}
.site-footer-area-inner {
    position: relative;
}
.site-footer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}
.footer-area-site-info {
    padding: 1.618rem 0;
}
@media (min-width: 672px) {
    .footer-area-site-info {
        padding: 2.61792rem 0;
    }
}
.site-info {
    padding: 1.618em 0;
}
.site-info-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sidebar {
    position: relative;
    margin-top: 2.61792rem;
}
@media (min-width: 880px) {
    .sidebar {
        width: 33.256%;
        margin-top: 0;
    }
}
.sidebar .widget {
    margin-bottom: 3.64781rem;
}
.widget[class*="set-colors-"] {
    padding-left: 1.618em;
    padding-right: 1.618em;
}
.widget form {
    margin-bottom: 0;
}
.footer-widgets .widget input,
.footer-widgets .widget select,
.footer-widgets .widget textarea,
.sidebar .widget input,
.sidebar .widget select,
.sidebar .widget textarea {
    width: 100%;
}
.widget li a {
    text-decoration: none;
}
.widget li a:active,
.widget li a:focus,
.widget li a:hover {
    text-decoration: underline;
}
.widget ul ul {
    border-top-width: 1px;
    border-top-style: solid;
}
.widget ul li {
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 0;
}
.widget ul li:first-child {
    border-top-width: 0;
}
.widget ul li + li {
    margin-top: 0;
}
.widget ul li ul {
    margin: 0;
}
.widget_archive li:before,
.widget_categories li:before,
.widget_pages li:before,
.widget_recent_comments li:before,
.widget_recent_entries li:before {
    content: "\f307";
    display: inline-block;
    margin-right: 0.382em;
    vertical-align: middle;
}
.widget_categories li:before {
    content: "\f301";
}
.widget_pages li:before {
    content: "\f443";
}
.widget_recent_comments li:before,
.widget_recent_entries li:before {
    content: "\f300";
    position: absolute;
    left: 0;
    top: 0.382em;
    margin: 0;
}
.widget_recent_entries li:before {
    content: "\f411";
}
.widget_calendar td,
.widget_calendar th {
    vertical-align: middle;
}
.widget_calendar tfoot td {
    text-align: left;
}
.widget_calendar tfoot td:last-child {
    text-align: right;
}
.fl-widget .widget_nav_menu ul,
.fl-widget .wm-subnav ul,
.sidebar .widget_nav_menu ul,
.sidebar .wm-subnav ul {
    border-width: 1px;
    border-style: solid;
}
.fl-widget .widget_nav_menu ul ul,
.fl-widget .wm-subnav ul ul,
.sidebar .widget_nav_menu ul ul,
.sidebar .wm-subnav ul ul {
    border-width: 0;
    border-top-width: 1px;
    border-top-style: solid;
}
.fl-widget .widget_nav_menu ul li,
.fl-widget .wm-subnav ul li,
.sidebar .widget_nav_menu ul li,
.sidebar .wm-subnav ul li {
    padding: 0;
}
.fl-widget .widget_nav_menu ul li ul,
.fl-widget .wm-subnav ul li ul,
.sidebar .widget_nav_menu ul li ul,
.sidebar .wm-subnav ul li ul {
    bottom: auto;
}
.fl-widget .widget_nav_menu ul li li,
.fl-widget .wm-subnav ul li li,
.sidebar .widget_nav_menu ul li li,
.sidebar .wm-subnav ul li li {
    padding: 0;
}
.fl-widget .widget_nav_menu li a,
.fl-widget .wm-subnav li a,
.sidebar .widget_nav_menu li a,
.sidebar .wm-subnav li a {
    display: block;
    padding: 1.191rem 1.618rem;
    margin: -1px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    color: inherit;
    -webkit-transition: background 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.fl-widget .widget_nav_menu li li a:before,
.fl-widget .wm-subnav li li a:before,
.sidebar .widget_nav_menu li li a:before,
.sidebar .wm-subnav li li a:before {
    content: "\2013\2002";
}
.fl-widget .widget_nav_menu li li li a:before,
.fl-widget .wm-subnav li li li a:before,
.sidebar .widget_nav_menu li li li a:before,
.sidebar .wm-subnav li li li a:before {
    content: "\2013\2002\2013\2002";
}
.widget-recent-entries-list p {
    margin-bottom: 1em;
}
.single .widget-recent-entries-list .entry,
.widget-recent-entries-list .entry {
    float: none;
    width: 100%;
}
.widget-recent-entries-list .entry {
    padding: 1em 0;
    border-top-width: 1px;
    border-top-style: solid;
    overflow: hidden;
}
.widget-recent-entries-list .entry:first-child {
    margin-top: 0;
    border-top-width: 0;
}
.widget-recent-entries-list .entry-date {
    float: left;
    width: 2.61792em;
    padding: 0.382em;
    text-align: center;
    border: 1px solid;
}
.sidebar .widget-recent-entries-list .entry-date,
.widget-area .widget-recent-entries-list .entry-date,
.widget-recent-entries-list .entry-date {
    position: relative;
    left: auto;
    top: auto;
    line-height: 1.191;
    font-size: 1em;
}
.sidebar .widget-recent-entries-list .entry-date,
.widget-area .widget-recent-entries-list .entry-date {
    width: 3em;
}
.widget-recent-entries-list .month {
    display: block;
    text-transform: uppercase;
}
.widget-recent-entries-list .entry-content {
    font-size: 1em;
}
.posts-layout-list .widget-recent-entries-list .entry-content,
.single:not(.fl-builder):not(.content-layout-no-paddings) .widget-recent-entries-list .entry-content {
    float: none;
    width: auto;
    padding: 0;
}
.widget-recent-entries-list .entry-title {
    margin-bottom: 0.618em;
    line-height: 1.382;
}
.widget-recent-entries-list .entry-title a {
    text-decoration: none;
    border-width: 0;
}
.sidebar .widget-recent-entries-list .entry-title,
.widget-area .widget-recent-entries-list .entry-title {
    margin-bottom: 0.191em;
}
.sidebar .widget-recent-entries-list .entry-summary,
.widget-area .widget-recent-entries-list .entry-summary {
    display: none;
}
.widget-recent-entries-list .link-more {
    margin: 0;
}
.entry-date-enabled .entry-content {
    margin-left: 4em;
}
.sidebar .entry-date-enabled .entry-content,
.widget-area .entry-date-enabled .entry-content {
    float: none;
    width: auto;
}
.widget .tagcloud {
    font-size: 0.74533em;
}
.widget .tagcloud a {
    padding: 0.618em 1em;
    text-transform: uppercase;
}
.widget-text-media {
    margin: 0 0 2rem;
    line-height: 1;
}
.widget-text-media-icon {
    font-size: 1em;
}
@media (min-width: 880px) {
    .widget-text-media-icon {
        float: left;
    }
}
.widget-text-media-icon .widget-symbol {
    font-size: 3.618em;
}
@media (min-width: 880px) and (max-width: 1279px) {
    .widget-text-media-icon .widget-symbol {
        font-size: 2.23592em;
    }
}
@media (max-width: 879px) {
    .widget-text-media-image + .widget-text-media-icon {
        float: left;
        margin-right: 1em;
        margin-bottom: 0.382em;
    }
    .widget-text-media-image + .widget-text-media-icon .widget-symbol {
        font-size: 1.618em;
    }
}
@media (min-width: 880px) {
    .widget-text-media-icon + .widget-text-content {
        float: right;
        width: calc(100% - 1em - 2.23592em);
    }
}
@media (min-width: 1280px) {
    .widget-text-media-icon + .widget-text-content {
        width: calc(100% - 2em - 3.618em);
    }
}
.widget-text-content .widget-title,
.widget-text-content .widgettitle {
    margin-bottom: 0.618rem;
}
.textwidget ul {
    margin-top: 0;
    margin-bottom: 1em;
    margin-left: 1.618em;
    margin-right: 0;
    list-style: square;
}
.textwidget ul:last-child {
    margin-bottom: 0;
}
.textwidget ul ul {
    border-width: 0;
}
.textwidget ul li {
    padding: 0;
    border-width: 0;
}
.textwidget ul li + li {
    margin-top: 0;
}
.textwidget ul li ul {
    bottom: 0;
    margin-bottom: 0;
}
.textwidget ul li li {
    padding: 0;
}
.textwidget li a {
    text-decoration: underline;
}
.textwidget li a:active,
.textwidget li a:focus,
.textwidget li a:hover {
    text-decoration: none;
}
.intro-widgets-container {
    border-top-width: 1px;
    border-top-style: solid;
}
@media (max-width: 671px) {
    .intro-widgets-container {
        overflow: hidden;
    }
}
.intro-widgets-inner {
    padding-top: 0;
    padding-bottom: 0;
}
@media (min-width: 880px) {
    .intro-widgets-inner {
        padding-top: 1.618rem;
        padding-bottom: 1.618rem;
    }
}
@media (min-width: 1280px) {
    .intro-widgets-inner {
        padding-top: 2.61792rem;
        padding-bottom: 2.61792rem;
    }
}
.intro-widgets a {
    color: inherit;
}
@media (max-width: 671px) {
    .footer-widgets-inner {
        overflow: hidden;
    }
}
@media (min-width: 880px) {
    .footer-widgets .widget {
        padding: 3.61792em 0;
    }
}
.content-layout-no-paddings .site-content-inner {
    padding: 0;
}
.content-layout-no-paddings.is-singular .content-area {
    width: 100%;
    max-width: none;
}
@media (max-width: 671px) {
    .fl-row {
        overflow: hidden;
    }
}
.site .fl-row-full-height .fl-row-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.fl-row-full-height.split-screen-row .fl-row-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.site .fl-row-fixed-width .fl-row-fixed-width {
    width: 100%;
    max-width: 100%;
}
.fl-col {
    max-width: 100%;
}
.fl-col-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
}
.fl-col-content {
    width: 100%;
    min-width: 1px;
    max-width: 100%;
}
.box-shadow-small > .fl-col-content,
.has-small-box-shadow > .fl-col-content {
    -webkit-box-shadow: 0 0.33333rem 1rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.33333rem 1rem rgba(0, 0, 0, 0.2);
}
.box-shadow-medium > .fl-col-content,
.has-medium-box-shadow > .fl-col-content {
    -webkit-box-shadow: 0 0.66667rem 2rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.66667rem 2rem rgba(0, 0, 0, 0.2);
}
.box-shadow-large > .fl-col-content,
.has-large-box-shadow > .fl-col-content {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
}
.site .fl-col-small {
    max-width: 100%;
}
.fl-col,
.fl-col-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.fl-col-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.fl-col-group .fl-col.vertical-align-top,
.fl-col-group .fl-col.vertical-align-top .fl-col-content,
.vertical-align-top .fl-col,
.vertical-align-top .fl-col-content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.fl-col-group .fl-col.vertical-align-middle,
.fl-col-group .fl-col.vertical-align-middle .fl-col-content,
.vertical-align-middle .fl-col,
.vertical-align-middle .fl-col-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.fl-col-group .fl-col.vertical-align-bottom,
.fl-col-group .fl-col.vertical-align-bottom .fl-col-content,
.vertical-align-bottom .fl-col,
.vertical-align-bottom .fl-col-content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.fl-col[class*="hover-color-"]:hover * {
    color: inherit;
}
.fl-col[class*="hover-color-"] .fl-col-content {
    -webkit-transition: background 0.3s, color 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, color 0.3s, -webkit-transform 0.3s;
    -o-transition: background 0.3s, color 0.3s, transform 0.3s;
    transition: background 0.3s, color 0.3s, transform 0.3s;
    transition: background 0.3s, color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.fl-builder-content .fl-col[class*="hover-color-"]:hover .fl-col-content {
    border-width: 0;
}
.fl-input-group {
    margin-bottom: 1em;
}
.fl-contact-form label {
    display: block;
}
.fl-contact-form [type="email"],
.fl-contact-form [type="submit"],
.fl-contact-form [type="text"],
.fl-contact-form textarea {
    width: 100%;
}
.fl-photo-content {
    width: 100%;
}
.fullwidth .fl-photo-content img {
    width: 100% !important;
}
.site .fl-col-group:after,
.site .fl-col-group:before,
.site .fl-col:after,
.site .fl-col:before,
.site .fl-module-content:after,
.site .fl-module-content:before,
.site .fl-module:after,
.site .fl-module:before,
.site .fl-row-content:after,
.site .fl-row-content:before,
.site .fl-row:after,
.site .fl-row:before {
    display: none;
}
.vertical-align-bottom.fl-col,
.vertical-align-bottom.fl-row,
.vertical-align-middle.fl-col,
.vertical-align-middle.fl-row,
.vertical-align-top.fl-col,
.vertical-align-top.fl-row {
    vertical-align: inherit;
}
.fl-theme-builder-singular.single .content-area {
    max-width: none;
}
.breadcrumbs {
    position: relative;
    padding: 1rem 1.618rem;
    border-width: 1px;
    border-style: solid;
}
.site-footer .breadcrumbs {
    border-width: 0;
    padding: 1rem 0;
}
.breadcrumbs a {
    text-decoration: none;
    color: inherit;
}
.breadcrumbs a:active,
.breadcrumbs a:focus,
.breadcrumbs a:hover {
    text-decoration: underline;
}
.breadcrumbs .home:before {
    content: "\f409";
    position: relative;
    top: 0.1em;
    margin-right: 0.191em;
    line-height: 0.618;
    font-size: 1.191rem;
}
.breadcrumbs-container {
    position: relative;
    padding: 1.618rem 0;
    border-color: inherit;
}
.no-intro .site-content .breadcrumbs-container {
    display: none;
}
body:not(.no-intro):not(.fl-builder):not(.content-layout-no-paddings) .site-content .breadcrumbs-container {
    margin-bottom: -1.618em;
}
@media (min-width: 1280px) {
    body:not(.no-intro):not(.fl-builder):not(.content-layout-no-paddings) .site-content .breadcrumbs-container {
        margin-bottom: -2.61792em;
    }
}
.site-footer .breadcrumbs-container {
    padding-top: 1em;
    padding-bottom: 1em;
}
@media (min-width: 880px) {
    .site-footer .breadcrumbs-container {
        padding-top: 1.618em;
        padding-bottom: 1.618em;
    }
}
@media (min-width: 1280px) {
    .site-footer .breadcrumbs-container {
        padding-top: 2.61792em;
        padding-bottom: 2.61792em;
    }
}
.footer-layout-fullwidth .site-footer .breadcrumbs-container {
    padding-left: 0;
    padding-right: 0;
}
.site-footer .breadcrumbs-container a {
    color: inherit;
}
.breadcrumbs-container .back-to-top {
    float: right;
    display: none;
    margin-left: 1em;
    margin-right: 1em;
}
.breadcrumbs-container .back-to-top.alignleft,
.breadcrumbs-container .back-to-top.alignright {
    margin-bottom: 0;
}
.site-footer .breadcrumbs-container .back-to-top {
    display: inline-block;
}
@media (max-width: 671px) {
    .site-footer .breadcrumbs-container .back-to-top {
        float: none;
    }
    .site-footer .breadcrumbs-container .back-to-top,
    .site-footer .breadcrumbs-container .back-to-top.alignright {
        margin-left: 0;
        margin-right: 1em;
    }
}
.site div#jp-relatedposts {
    border-color: inherit;
}
div.sharedaddy {
    margin-top: 2.61792rem;
    border-color: inherit;
}
.site div.sharedaddy:hover .sd-content ul li a.sd-button {
    opacity: 0.8;
}
.site div.sharedaddy:hover .sd-content ul li a.sd-button:hover {
    opacity: 1;
}
.content-layout-no-paddings div.sharedaddy,
.fl-builder div.sharedaddy {
    max-width: calc(0.618 * 1200px);
    max-width: calc(0.618 * var(--layout_width_content));
    margin-left: auto;
    margin-right: auto;
}
.site .sd-social-icon .sd-content ul li[class*="share-"] a,
.site .sd-social-icon .sd-content ul li[class*="share-"] a:hover,
.site .sd-social-icon .sd-content ul li[class*="share-"] div.option a {
    border-width: 2px;
    border-style: solid;
}
.site .sd-social-icon .sd-content ul li[class*="share-"] a.sd-button:before {
    top: 0;
}
.entry-author {
    margin-top: 3.64781em;
    padding: 8%;
    border-width: 1px;
    border-style: solid;
}
@media (min-width: 880px) {
    .entry-author {
        padding: 3.64781em;
    }
}
.entry-author:before {
    opacity: 0.03;
}
.entry-author .author-avatar {
    width: 60px;
    margin-bottom: 1em;
}
@media (min-width: 672px) {
    .entry-author .author-avatar {
        float: left;
        width: 80px;
        margin-right: 1.618em;
    }
}
.entry-author .author-title {
    margin-bottom: 1.618em;
    text-transform: uppercase;
}
.entry-author .author-name {
    display: block;
    margin-top: 0.191em;
    text-transform: none;
}
@media (min-width: 672px) {
    .entry-author .author-bio {
        clear: both;
    }
}
.entry-author .author-link {
    display: block;
    margin-top: 1em;
}
.content-layout-no-paddings .entry-author,
.fl-builder .entry-author {
    max-width: calc(0.618 * 1200px);
    max-width: calc(0.618 * var(--layout_width_content));
    margin-left: auto;
    margin-right: auto;
}
.entry-content .portfolio-entry {
    padding: 1.618em;
    margin: 1em;
    border-width: 1px;
    border-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: inherit;
}
@media (min-width: 672px) {
    .entry-content .portfolio-entry {
        padding: 2em;
    }
}
.entry-content .portfolio-entry .portfolio-featured-image {
    display: block;
    margin: calc(-1.618em - 1px);
    margin-bottom: 1.618em;
}
@media (min-width: 672px) {
    .entry-content .portfolio-entry .portfolio-featured-image {
        margin: calc(-2em - 1px);
        margin-bottom: 2em;
    }
}
.entry-content .portfolio-entry .portfolio-featured-image img {
    width: 100%;
}
.entry-content .portfolio-entry-title a {
    text-decoration: none;
}
.jetpack-portfolio-shortcode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.entry-content .jetpack-portfolio-shortcode {
    margin: -1em;
}
.jetpack-portfolio-shortcode .portfolio-entry {
    width: calc(100% - 2em);
}
@media (min-width: 672px) {
    .jetpack-portfolio-shortcode .portfolio-entry {
        width: calc(50% - 2em);
    }
    .jetpack-portfolio-shortcode .portfolio-entry-column-1 {
        width: calc(100% - 2em);
    }
}
@media (min-width: 880px) {
    .jetpack-portfolio-shortcode .portfolio-entry-column-3 {
        width: calc(33.33333% - 2em);
    }
    .jetpack-portfolio-shortcode .portfolio-entry-column-4 {
        width: calc(25% - 2em);
    }
    .jetpack-portfolio-shortcode .portfolio-entry-column-5 {
        width: calc(20% - 2em);
    }
    .jetpack-portfolio-shortcode .portfolio-entry-column-6 {
        width: calc(16.66667% - 2em);
    }
}
.posts .type-jetpack-portfolio .entry-header {
    margin-bottom: 0;
}
.posts .type-jetpack-portfolio .entry-content {
    display: none;
}
.entry-content .testimonial-entry {
    margin: 1.809em;
}
.entry-content .testimonial-entry .testimonial-featured-image {
    display: inline-block;
    max-width: 6em;
    margin-top: 1em;
}
.testimonial-entry-title a {
    display: inline-block;
    vertical-align: top;
}
.testimonial-entry-title .entry-subtitle {
    margin: 0;
    font-size: inherit;
}
.jetpack-testimonial-shortcode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.entry-content .jetpack-testimonial-shortcode {
    margin: -1.809em;
}
.jetpack-testimonial-shortcode .testimonial-entry {
    width: calc(100% - 3.618em);
}
@media (min-width: 672px) {
    .jetpack-testimonial-shortcode .testimonial-entry {
        width: calc(50% - 3.618em);
    }
    .jetpack-testimonial-shortcode .testimonial-entry-column-1 {
        width: calc(100% - 3.618em);
    }
}
@media (min-width: 880px) {
    .jetpack-testimonial-shortcode .testimonial-entry-column-3 {
        width: calc(33.33333% - 3.618em);
    }
    .jetpack-testimonial-shortcode .testimonial-entry-column-4 {
        width: calc(25% - 3.618em);
    }
    .jetpack-testimonial-shortcode .testimonial-entry-column-5 {
        width: calc(20% - 3.618em);
    }
    .jetpack-testimonial-shortcode .testimonial-entry-column-6 {
        width: calc(16.66667% - 3.618em);
    }
}
.wp-block-jetpack-address,
.wp-block-jetpack-email,
.wp-block-jetpack-phone {
    overflow: hidden;
}
.wp-block-jetpack-address:before,
.wp-block-jetpack-email:before,
.wp-block-jetpack-phone:before {
    float: left;
    margin-right: 0.382em;
    font-size: 1.382em;
    line-height: 1;
}
.wp-block-jetpack-address:before {
    content: "\f417";
    float: none;
    display: block;
    margin-bottom: 0.191em;
}
.wp-block-jetpack-email:before {
    content: "\f410";
}
.wp-block-jetpack-phone:before {
    content: "\f437";
}
.jetpack-business-hours.jetpack-business-hours:before {
    content: "\f303";
    display: block;
    grid-column: 1 / -1;
    font-size: 1.382em;
    line-height: 1;
    margin-bottom: 0.191em;
}
.entry-subtitle {
    display: block;
    margin-top: 0.382em;
    opacity: 0.8;
}
.intro .entry-subtitle {
    line-height: inherit;
}
.is-singular[class*="paged-"] .entry-subtitle {
    margin-bottom: 0.618em;
}
.comment-reply-title .entry-subtitle,
.comments-title .entry-subtitle,
.post-table-of-contents .entry-subtitle {
    display: none;
}
.message-oldie {
    display: block;
    padding: 1em;
    margin: 1em;
    text-align: center;
    background: rgba(238, 0, 0, 0.85);
    color: #fff;
}
.message-oldie a {
    text-decoration: underline;
    font-weight: bold;
    color: inherit;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .child-page > *,
    .fl-col .fl-col-group,
    .fl-module,
    .site-header > * {
        min-height: 1px;
    }
}
@media (-ms-high-contrast: active), (min-width: 880px) and (-ms-high-contrast: none) {
    .main-navigation-container .megamenu > ul > li {
        min-width: 14em;
    }
}
