@font-face {
  font-family: truepush;
  src: url(../../../../plugins/truepush-free-web-push-notifications/views/css/fonts/Truepush.eot);
  src: url(../../../../plugins/truepush-free-web-push-notifications/views/css/fonts/Truepush.eot#iefix) format("embedded-opentype"), url(../../../../plugins/truepush-free-web-push-notifications/views/css/fonts/Truepush.ttf) format("truetype"), url(../../../../plugins/truepush-free-web-push-notifications/views/css/fonts/Truepush.woff) format("woff"), url(../../../../plugins/truepush-free-web-push-notifications/views/css/fonts/Truepush.svg#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block
}

:where(.wp-block-button__link) {
  border-radius: 9999px;
  box-shadow: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  text-decoration: none
}

:where(.wp-block-calendar table:not(.has-background) th) {
  background: #ddd
}

:where(.wp-block-columns) {
  margin-bottom: 1.75em
}

:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em
}

:where(.wp-block-post-comments input[type=submit]) {
  border: none
}

:where(.wp-block-cover-image:not(.has-text-color)),
:where(.wp-block-cover:not(.has-text-color)) {
  color: #fff
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
  color: #000
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left]>[data-type="core/embed"],
.wp-block[data-align=right]>[data-type="core/embed"] {
  max-width: 360px;
  width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
  min-width: 280px
}

.wp-block-cover .wp-block-embed {
  min-height: 240px;
  min-width: 320px
}

.wp-block-embed {
  overflow-wrap: break-word
}

.wp-block-embed figcaption {
  margin-bottom: 1em;
  margin-top: .5em
}

.wp-block-embed iframe {
  max-width: 100%
}

.wp-block-embed__wrapper {
  position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%
}

:where(.wp-block-file) {
  margin-bottom: 1.5em
}

:where(.wp-block-file__button) {
  border-radius: 2em;
  display: inline-block;
  padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
  box-shadow: none;
  color: #fff;
  opacity: .85;
  text-decoration: none
}

@keyframes turn-on-visibility {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes turn-off-visibility {
  0% {
    opacity: 1;
    visibility: visible
  }

  99% {
    opacity: 0;
    visibility: visible
  }

  to {
    opacity: 0;
    visibility: hidden
  }
}

@keyframes lightbox-zoom-in {
  0% {
    transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))
  }

  to {
    transform: translate(-50%, -50%) scale(1)
  }
}

@keyframes lightbox-zoom-out {
  0% {
    transform: translate(-50%, -50%) scale(1);
    visibility: visible
  }

  99% {
    visibility: visible
  }

  to {
    transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
    visibility: hidden
  }
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
  line-height: 1.1
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
  line-height: 1.8
}

ol,
ul {
  box-sizing: border-box
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
  padding: .5em 1em
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
  padding: .5em 1em
}

@keyframes overlay-menu__fade-in-animation {
  0% {
    opacity: 0;
    transform: translateY(.5em)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit
}

:where(.wp-block-post-excerpt) {
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap)
}

:where(.wp-block-preformatted.has-background) {
  padding: 1.25em 2.375em
}

:where(.wp-block-pullquote) {
  margin: 0 0 1em
}

:where(.wp-block-search__button) {
  border: 1px solid #ccc;
  padding: 6px 10px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border: 1px solid #949494;
  box-sizing: border-box;
  padding: 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
  padding: 4px 8px
}

:where(.wp-block-term-description) {
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap)
}

:where(pre.wp-block-verse) {
  font-family: inherit
}

.editor-styles-wrapper,
.entry-content {
  counter-reset: footnotes
}

a[data-fn].fn {
  counter-increment: footnotes;
  display: inline-flex;
  font-size: smaller;
  text-decoration: none;
  text-indent: -9999999px;
  vertical-align: super
}

a[data-fn].fn:after {
  content: "[" counter(footnotes) "]";
  float: left;
  text-indent: 0
}

:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important
}

.screen-reader-text:focus {
  background-color: #ddd;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

html :where(.has-border-color) {
  border-style: solid
}

html :where([style*=border-top-color]) {
  border-top-style: solid
}

html :where([style*=border-right-color]) {
  border-right-style: solid
}

html :where([style*=border-bottom-color]) {
  border-bottom-style: solid
}

html :where([style*=border-left-color]) {
  border-left-style: solid
}

html :where([style*=border-width]) {
  border-style: solid
}

html :where([style*=border-top-width]) {
  border-top-style: solid
}

html :where([style*=border-right-width]) {
  border-right-style: solid
}

html :where([style*=border-bottom-width]) {
  border-bottom-style: solid
}

html :where([style*=border-left-width]) {
  border-left-style: solid
}

html :where(img[class*=wp-image-]) {
  height: auto;
  max-width: 100%
}

:where(figure) {
  margin: 0 0 1em
}

html :where(.is-position-sticky) {
  --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width:600px) {
  html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: 0px
  }
}

.clear,
.clearfix:after,
.grid-100:after,
.grid-10:after,
.grid-15:after,
.grid-20:after,
.grid-25:after,
.grid-30:after,
.grid-33:after,
.grid-35:after,
.grid-40:after,
.grid-45:after,
.grid-50:after,
.grid-55:after,
.grid-5:after,
.grid-60:after,
.grid-65:after,
.grid-66:after,
.grid-70:after,
.grid-75:after,
.grid-80:after,
.grid-85:after,
.grid-90:after,
.grid-95:after,
.grid-container:after,
[class*=mobile-grid-]:after,
[class*=tablet-grid-]:after {
  clear: both
}

@-ms-viewport {
  width: auto;
}

.clearfix:after,
.clearfix:before,
.grid-100:after,
.grid-100:before,
.grid-10:after,
.grid-10:before,
.grid-15:after,
.grid-15:before,
.grid-20:after,
.grid-20:before,
.grid-25:after,
.grid-25:before,
.grid-30:after,
.grid-30:before,
.grid-33:after,
.grid-33:before,
.grid-35:after,
.grid-35:before,
.grid-40:after,
.grid-40:before,
.grid-45:after,
.grid-45:before,
.grid-50:after,
.grid-50:before,
.grid-55:after,
.grid-55:before,
.grid-5:after,
.grid-5:before,
.grid-60:after,
.grid-60:before,
.grid-65:after,
.grid-65:before,
.grid-66:after,
.grid-66:before,
.grid-70:after,
.grid-70:before,
.grid-75:after,
.grid-75:before,
.grid-80:after,
.grid-80:before,
.grid-85:after,
.grid-85:before,
.grid-90:after,
.grid-90:before,
.grid-95:after,
.grid-95:before,
.grid-container:after,
.grid-container:before,
[class*=mobile-grid-]:after,
[class*=mobile-grid-]:before,
[class*=tablet-grid-]:after,
[class*=tablet-grid-]:before {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0
}

.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px
}

.grid-10,
.grid-100,
.grid-15,
.grid-20,
.grid-25,
.grid-30,
.grid-33,
.grid-35,
.grid-40,
.grid-45,
.grid-5,
.grid-50,
.grid-55,
.grid-60,
.grid-65,
.grid-66,
.grid-70,
.grid-75,
.grid-80,
.grid-85,
.grid-90,
.grid-95,
[class*=mobile-grid-],
[class*=tablet-grid-] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px
}

.grid-parent {
  padding-left: 0;
  padding-right: 0
}

@media(max-width:767px) {

  [class*=mobile-pull-],
  [class*=mobile-push-] {
    position: relative
  }

  .mobile-grid-100 {
    clear: both;
    width: 100%
  }
}

@media(min-width:768px) and (max-width:1024px) {

  [class*=tablet-pull-],
  [class*=tablet-push-] {
    position: relative
  }

  .tablet-grid-30 {
    float: left;
    width: 30%
  }

  .tablet-grid-70 {
    float: left;
    width: 70%
  }
}

@media(min-width:1025px) {

  .grid-10,
  .grid-15,
  .grid-20,
  .grid-25,
  .grid-30,
  .grid-33,
  .grid-35,
  .grid-40,
  .grid-45,
  .grid-5,
  .grid-50,
  .grid-60,
  .grid-65,
  .grid-66,
  .grid-70,
  .grid-75,
  .grid-80,
  .grid-85,
  .grid-90,
  .grid-95 {
    float: left
  }

  .grid-30 {
    width: 30%
  }

  .grid-70 {
    width: 70%
  }
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  border: 0;
  margin: 0;
  padding: 0
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block
}

[hidden],
template {
  display: none
}

ol,
ul {
  list-style: none
}

table {
  border-collapse: separate;
  border-spacing: 0
}

caption,
td,
th {
  font-weight: 400;
  text-align: left;
  padding: 5px
}

a {
  background-color: transparent
}

a img {
  border: 0
}

body,
button,
input,
select,
textarea {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, segoe ui, Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
  font-weight: 400;
  text-transform: none;
  font-size: 17px;
  line-height: 1.5
}

p {
  margin-bottom: 1.5em
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit
}

table,
td,
th {
  border: 1px solid rgba(0, 0, 0, .1)
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.5em;
  width: 100%
}

td,
th {
  padding: 8px
}

th {
  border-width: 0 1px 1px 0
}

td {
  border-width: 0 1px 1px 0
}

h1 {
  font-size: 42px;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: none
}

h2 {
  font-size: 35px;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: none
}

h3 {
  font-size: 29px;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: none
}

h4 {
  font-size: 24px
}

h4,
h5,
h6 {
  margin-bottom: 20px
}

ol,
ul {
  margin: 0 0 1.5em 3em
}

ul {
  list-style: disc
}

ol {
  list-style: decimal
}

li>ol,
li>ul {
  margin-bottom: 0;
  margin-left: 1.5em
}

b,
strong {
  font-weight: 700
}

cite,
dfn,
em,
i {
  font-style: italic
}

ins,
mark {
  text-decoration: none
}

small {
  font-size: 75%
}

table {
  margin: 0 0 1.5em;
  width: 100%
}

th {
  font-weight: 700
}

img {
  height: auto;
  max-width: 100%
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid transparent;
  background: #55555e;
  cursor: pointer;
  -webkit-appearance: button;
  padding: 10px 20px;
  color: #fff
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  background: #fafafa;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 10px 15px;
  box-sizing: border-box;
  max-width: 100%
}

textarea {
  overflow: auto;
  vertical-align: top;
  width: 100%
}

input[type=file] {
  max-width: 100%;
  box-sizing: border-box
}

a,
button,
input {
  transition: color .1s ease-in-out, background-color .1s ease-in-out
}

a {
  text-decoration: none
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

#primary[tabindex="-1"]:focus {
  outline: 0
}

.clear:after,
.comment-content:after,
.entry-content:after,
.inside-footer-widgets:not(.grid-container):after,
.inside-header:not(.grid-container):after,
.inside-navigation:not(.grid-container):after,
.inside-top-bar:not(.grid-container):after,
.page-header-content-container:after,
.paging-navigation:after,
.site-content:after,
.site-footer:after,
.site-header:after,
.site-info:after {
  content: "";
  display: table;
  clear: both
}

.main-navigation {
  z-index: 100;
  padding: 0;
  clear: both;
  display: block
}

.main-navigation a {
  display: block;
  text-decoration: none;
  font-weight: 400;
  text-transform: none;
  font-size: 15px
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0
}

.main-navigation .main-nav ul li a {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 60px
}

.inside-navigation {
  position: relative
}

.main-navigation li {
  float: left;
  position: relative
}

.nav-aligned-center .main-navigation:not(.toggled) .menu>li,
.nav-aligned-right .main-navigation:not(.toggled) .menu>li {
  float: none;
  display: inline-block
}

.nav-aligned-center .main-navigation:not(.toggled) ul,
.nav-aligned-right .main-navigation:not(.toggled) ul {
  letter-spacing: -.31em;
  font-size: 1em
}

.nav-aligned-center .main-navigation:not(.toggled) ul li,
.nav-aligned-right .main-navigation:not(.toggled) ul li {
  letter-spacing: normal
}

.nav-aligned-center .main-navigation {
  text-align: center
}

.main-navigation li.search-item {
  float: right
}

.main-navigation .mobile-bar-items a {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 60px
}

.main-navigation ul ul {
  display: block;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
  float: left;
  position: absolute;
  left: -99999px;
  opacity: 0;
  z-index: 99999;
  width: 200px;
  text-align: left;
  top: auto;
  transition: opacity 80ms linear;
  transition-delay: 0s;
  pointer-events: none;
  height: 0;
  overflow: hidden
}

.main-navigation ul ul a {
  display: block
}

.main-navigation ul ul li {
  width: 100%
}

.main-navigation .main-nav ul ul li a {
  line-height: normal;
  padding: 10px 20px;
  font-size: 14px
}

.main-navigation:not(.toggled) ul li.sfHover>ul,
.main-navigation:not(.toggled) ul li:hover>ul {
  left: auto;
  opacity: 1;
  transition-delay: 150ms;
  pointer-events: auto;
  height: auto;
  overflow: visible
}

.main-navigation:not(.toggled) ul ul li.sfHover>ul,
.main-navigation:not(.toggled) ul ul li:hover>ul {
  left: 100%;
  top: 0
}

.widget-area .main-navigation li {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0
}

.sidebar .main-navigation.sub-menu-right ul li.sfHover ul,
.sidebar .main-navigation.sub-menu-right ul li:hover ul {
  top: 0;
  left: 100%
}

.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
  margin: 0 0 2em;
  overflow: hidden
}

.site-header {
  position: relative
}

.inside-header {
  padding: 20px 40px
}

.site-logo {
  display: inline-block;
  max-width: 100%
}

.site-header .header-image {
  vertical-align: middle
}

.header-aligned-center .site-header {
  text-align: center
}

.entry-content:not(:first-child),
.entry-summary:not(:first-child),
.page-content:not(:first-child) {
  margin-top: 2em
}

.entry-header,
.site-content {
  word-wrap: break-word
}

.entry-title {
  margin-bottom: 0
}

.entry-meta {
  font-size: 85%;
  margin-top: .5em;
  line-height: 1.5
}

footer.entry-meta {
  margin-top: 2em
}

.entry-content>p:last-child,
.entry-summary>p:last-child,
.page-content>p:last-child,
.read-more-container,
.taxonomy-description p:last-child {
  margin-bottom: 0
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  position: relative
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
  max-width: 100%
}

.wp-caption .wp-caption-text {
  font-size: 75%;
  padding-top: 5px;
  opacity: .8
}

.wp-caption img {
  position: relative;
  vertical-align: bottom
}

.comment-content a {
  word-wrap: break-word
}

.comment,
.comment-list {
  list-style-type: none;
  padding: 0;
  margin: 0
}

.comment-author-info {
  display: inline-block;
  vertical-align: middle
}

.comment-author cite {
  font-style: normal;
  font-weight: 700
}

.entry-meta.comment-metadata {
  margin-top: 0
}

.comment-content {
  margin-top: 1.5em
}

.comment-respond {
  margin-top: 0
}

.comment-form>.form-submit {
  margin-bottom: 0
}

.comment-form input,
.comment-form-comment {
  margin-bottom: 10px
}

.comment-form-comment textarea {
  resize: vertical
}

.comment-form #author,
.comment-form #email,
.comment-form #url {
  display: block
}

.comment-body {
  padding: 30px 0
}

.comment-content {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, .05)
}

.comment-content p:last-child {
  margin-bottom: 0
}

.comment-list>.comment:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0
}

ol.comment-list {
  margin-bottom: 1.5em
}

.comment-content .reply {
  font-size: 85%
}

#cancel-comment-reply-link {
  padding-left: 10px
}

.widget-area .widget {
  padding: 40px
}

.footer-widgets .widget :last-child,
.sidebar .widget :last-child {
  margin-bottom: 0
}

.widget-title {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  text-transform: none
}

.widget ol,
.widget ul {
  margin: 0
}

.widget .search-field {
  width: 100%
}

.widget {
  margin: 0 0 30px;
  box-sizing: border-box
}

.separate-containers .widget:last-child,
.widget:last-child {
  margin-bottom: 0
}

.footer-widgets .widget,
.sidebar .widget {
  font-size: 17px
}

.widget ul li {
  list-style-type: none;
  position: relative;
  padding-bottom: 5px
}

.widget_nav_menu ul ul,
.widget_pages ul ul {
  margin-left: 1em;
  margin-top: 5px
}

.sidebar .grid-container {
  max-width: 100%;
  width: 100%
}

.separate-containers .comments-area,
.separate-containers .inside-article,
.separate-containers .page-header,
.separate-containers .paging-navigation {
  padding: 40px
}

.separate-containers .page-header,
.separate-containers .site-main>*,
.separate-containers .widget {
  margin-bottom: 20px
}

.separate-containers .site-main {
  margin: 20px
}

.separate-containers.both-right .site-main,
.separate-containers.right-sidebar .site-main {
  margin-left: 0
}

.separate-containers .inside-left-sidebar,
.separate-containers .inside-right-sidebar {
  margin-top: 20px;
  margin-bottom: 20px
}

.widget-area .main-navigation {
  margin-bottom: 20px
}

.one-container .site-main>:last-child,
.separate-containers .site-main>:last-child {
  margin-bottom: 0
}

.site-info {
  text-align: center;
  font-size: 15px
}

.site-info {
  padding: 20px 40px
}

.footer-bar-active .footer-bar .widget {
  padding: 0
}

.footer-bar .widget_nav_menu>div>ul {
  display: inline-block;
  vertical-align: top
}

.footer-bar .widget_nav_menu li {
  margin: 0 10px;
  float: left;
  padding: 0
}

.footer-bar .widget_nav_menu li:first-child {
  margin-left: 0
}

.footer-bar .widget_nav_menu li:last-child {
  margin-right: 0
}

.footer-bar .widget_nav_menu li ul {
  display: none
}

.footer-bar .textwidget p:last-child {
  margin: 0
}

.footer-bar .widget-title {
  display: none
}

.footer-bar-align-center .copyright-bar {
  float: none;
  text-align: center
}

.footer-bar-align-center .footer-bar {
  float: none;
  text-align: center;
  margin-bottom: 10px
}

.page-header-image,
.page-header-image-single {
  line-height: 0
}

.one-container .inside-article>[class*=page-header-],
.separate-containers .inside-article>[class*=page-header-] {
  margin-bottom: 2em;
  margin-top: 0
}

.separate-containers .page-header-contained,
.separate-containers .page-header-content,
.separate-containers .page-header-content-single,
.separate-containers .page-header-image,
.separate-containers .page-header-image-single {
  margin-top: 20px
}

.close-search .icon-search svg:first-child,
.icon-menu-bars svg:nth-child(2),
.icon-search svg:nth-child(2),
.toggled .icon-menu-bars svg:first-child {
  display: none
}

.close-search .icon-search svg:nth-child(2),
.toggled .icon-menu-bars svg:nth-child(2) {
  display: block
}

nav.toggled .icon-arrow-left svg {
  transform: rotate(-90deg)
}

nav.toggled .icon-arrow-right svg {
  transform: rotate(90deg)
}

nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon svg {
  transform: rotate(180deg)
}

nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon.icon-arrow-left svg {
  transform: rotate(-270deg)
}

nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon.icon-arrow-right svg {
  transform: rotate(270deg)
}

.container.grid-container {
  width: auto
}

.menu-toggle,
.mobile-bar-items,
.sidebar-nav-mobile {
  display: none
}

.menu-toggle {
  padding: 0 20px;
  line-height: 60px;
  margin: 0;
  font-weight: 400;
  text-transform: none;
  font-size: 15px;
  cursor: pointer
}

button.menu-toggle {
  background-color: transparent;
  width: 100%;
  border: 0;
  text-align: center
}

button.menu-toggle:active,
button.menu-toggle:focus,
button.menu-toggle:hover {
  background-color: transparent
}

.menu-toggle .mobile-menu {
  padding-left: 3px
}

.menu-toggle .mobile-menu:empty {
  display: none
}

.nav-search-enabled .main-navigation .menu-toggle {
  text-align: left
}

.mobile-bar-items {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 21;
  list-style-type: none
}

.mobile-bar-items a {
  display: inline-block
}

nav.toggled ul ul.sub-menu {
  width: 100%
}

.dropdown-hover .main-navigation.toggled ul li.sfHover>ul,
.dropdown-hover .main-navigation.toggled ul li:hover>ul {
  transition-delay: 0s
}

.toggled .menu-item-has-children .dropdown-menu-toggle {
  padding-left: 20px
}

.main-navigation.toggled ul ul {
  transition: 0s;
  visibility: hidden
}

.main-navigation.toggled .main-nav>ul {
  display: block
}

.main-navigation.toggled .main-nav ul ul.toggled-on {
  position: relative;
  top: 0;
  left: auto !important;
  right: auto !important;
  width: 100%;
  pointer-events: auto;
  height: auto;
  opacity: 1;
  display: block;
  visibility: visible;
  float: none
}

.main-navigation.toggled .main-nav li {
  float: none;
  clear: both;
  display: block;
  text-align: left
}

.main-navigation.toggled .main-nav li.hide-on-mobile {
  display: none !important
}

.main-navigation.toggled .menu-item-has-children .dropdown-menu-toggle {
  float: right
}

.main-navigation.toggled .menu li.search-item {
  display: none !important
}

.main-navigation.toggled .sf-menu>li.menu-item-float-right {
  float: none;
  display: inline-block
}

@media(max-width:768px) {

  a,
  body,
  button,
  input,
  select,
  textarea {
    transition: all 0s ease-in-out
  }

  .footer-bar .widget_nav_menu li:first-child {
    margin-left: 10px
  }

  .footer-bar .widget_nav_menu li:last-child {
    margin-right: 10px
  }

  .inside-header>:not(:last-child):not(.main-navigation) {
    margin-bottom: 20px
  }

  .header-aligned-right .site-header,
  .site-header {
    text-align: center
  }

  .content-area,
  .inside-footer-widgets>div,
  .sidebar {
    float: none;
    width: 100%;
    left: 0;
    right: 0
  }

  .site-main {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  body:not(.no-sidebar) .site-main {
    margin-bottom: 0 !important
  }

  .entry-meta {
    font-size: inherit
  }

  .entry-meta a {
    line-height: 1.8em
  }

  .site-info {
    text-align: center
  }

  .copyright-bar {
    float: none !important;
    text-align: center !important
  }

  .footer-bar {
    float: none !important;
    text-align: center !important;
    margin-bottom: 20px
  }

  .footer-bar .widget_nav_menu li {
    float: none;
    display: inline-block;
    padding: 5px 0
  }
}

@font-face {
  font-family: GeneratePress;
  src: url(../../../../themes/generatepress/assets/fonts/generatepress.eot);
  src: url(../../../../themes/generatepress/assets/fonts/generatepress.eot#iefix) format("embedded-opentype"), url(../../../../themes/generatepress/assets/fonts/generatepress.woff2) format("woff2"), url(../../../../themes/generatepress/assets/fonts/generatepress.woff) format("woff"), url(../../../../themes/generatepress/assets/fonts/generatepress.ttf) format("truetype"), url(../../../../themes/generatepress/assets/fonts/generatepress.svg#GeneratePress) format("svg");
  font-weight: 400;
  font-style: normal
}

.cat-links:before,
.comments-link:before,
.dropdown-menu-toggle:before,
.generate-back-to-top:before,
.menu-toggle:before,
.nav-next .next:before,
.nav-previous .prev:before,
.search-form .search-submit:before,
.search-item a:before,
.tags-links:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1
}

.menu-toggle:before {
  content: "";
  font-family: GeneratePress;
  width: 1.28571429em;
  text-align: center;
  display: inline-block
}

.toggled .menu-toggle:before {
  content: ""
}

.main-navigation.toggled .sfHover>a .dropdown-menu-toggle:before {
  content: ""
}

.search-item a:before {
  content: "";
  font-family: GeneratePress;
  width: 1.28571429em;
  text-align: center;
  display: inline-block
}

.widget .search-form button:before {
  content: "";
  font-family: GeneratePress
}

.generate-back-to-top:before {
  content: "";
  font-family: GeneratePress
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@font-face {
  font-family: "font awesome 5 brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../../plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-brands-400.eot);
  src: url(../../../../plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-brands-400.eot#iefix) format("embedded-opentype"), url(../../../../plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-brands-400.woff2) format("woff2"), url(../../../../plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-brands-400.woff) format("woff"), url(../../../../plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-brands-400.ttf) format("truetype"), url(../../../../plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

@font-face {
  font-family: "font awesome 5 free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../../plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-regular-400.eot);
  src: url(../../../../plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-regular-400.eot#iefix) format("embedded-opentype"), url(../../../../plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-regular-400.woff2) format("woff2"), url(../../../../plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-regular-400.woff) format("woff"), url(../../../../plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-regular-400.ttf) format("truetype"), url(../../../../plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

@font-face {
  font-family: "font awesome 5 free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../../plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-solid-900.eot);
  src: url(../../../../plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-solid-900.eot#iefix) format("embedded-opentype"), url(../../../../plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-solid-900.woff2) format("woff2"), url(../../../../plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-solid-900.woff) format("woff"), url(../../../../plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-solid-900.ttf) format("truetype"), url(../../../../plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

@font-face {
  font-display: block;
  font-family: TablePress;
  font-style: normal;
  font-weight: 400;
  src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAPUAA0AAAAACZAAAAN+AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCUhEICoQIgnILFgABNgIkAygEIAWGcgeBARv6B8iuBzK53oAhKg2KWDsrezjalSefocfD9/uZ575PSbYEqJHAIdo6tMDGdCprFIHd+F9r+rZE46O2iHBJfoAuxwW0yfgKS8KGVFE4dHX1gPmgVhzwhcJbReQ9RWXcraeutbmNHE7T7B1sex8stfMfnkvv0XsgUZrYO1hirXme9TnUkBvQ22RGX50VAr48H54Cn9b8GD73edAAhjboBpIQ6kKOhCz7GA8V5HfzyeA6h0mnrFTJnPjxC7KCrl9caqIUg0EAYACGDBn6YGCxeIE+EkwANTWJX/brZpNfyE5o/7r9uPZjS4tESbCTExLCjxOEbxGi2dQeNEAXUMMlvADkqSV0IHXtkQXNOnI2ctJpRIPt8+HjNivx3rlQYA8FqGwdCxF2aZrdJluMnaqFvy+yngVKbBcn0fSOd1xTpnW4HTkptV8Gi2kvCeUHC0BD+D0VKMIqXniZPJyPya9D7gT6DvUpwJER6avgKDsOfW9jU+YGc/ng6MhA3VSar3NdtvrD9WHZurKVKYOi0RwlY9500YSuWDE084F+jMinu4sTudD5yBTTozA9Horpmb+M3TwIBHempnzdpu1/raWypX0JND/ki4p71CQQlFqnAvkijABrVFIq5BdNJbFncoBOF03/h3IINPQRBxJCYDoAOnkRIDR0w0BSmYiBzDinAuQ6eROg0DEGY6DUiEUYqKyILwFq2qS9GKhrpFsykdeFLmDjknYG4jKbNeNyQ1zhCoP840pdYiqu8jTW4mp6pMXH1HVJp8wRmHmQKTKiUOBVSMHrlKuBlYidxkMgw6/bMoG5RD6qfs8yO8LVqFCFa8ELrcVLEqTaS7UG5aqVq1GlWi28k3rRgCjbiU+qqOItvDEqXjkvwF/dUF595jB8LSqqgwIWAWsRmcJJ5GsHbYUqVbirBi5IpRMxLso/i2oSA6ZYDoMFCiknI7ZkGacSVYUjlLSXyG8n08nOQcXTeyzU5ozbiGRQZRt0vu/TMoEV8RLI3DiBSiVzMtNKAPgErlwLoqiAY2fJ9UbRMU/0rz38UP5FQtH3i8V3KYSHYJdSYRnwW8XazUAUop3gQY19hkEH98OA2QQ6wg0S+FjtwOwdOvF5J2VXBBLQmo2EAxsIKVJkkUcRZVRRa7NrP+my6Ns8cKszHYJf+fPPLPTq5vFcmYKZNL+fn1CZDgoYecKZHwA=) format("woff2"), url(../../../../plugins/tablepress/css/build/tablepress.woff) format("woff")
}

.tablepress {
  --text-color: #111;
  --head-text-color: var(--text-color);
  --head-bg-color: #d9edf7;
  --odd-text-color: var(--text-color);
  --odd-bg-color: #f9f9f9;
  --even-text-color: var(--text-color);
  --even-bg-color: #fff;
  --hover-text-color: var(--text-color);
  --hover-bg-color: #f3f3f3;
  --border-color: #ddd;
  --padding: .5rem;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  clear: both;
  margin: 0 auto 1rem;
  table-layout: auto;
  width: 100%
}

.tablepress>:not(caption)>*>* {
  background: 0 0;
  border: none;
  box-sizing: initial;
  float: none !important;
  padding: var(--padding);
  text-align: left;
  vertical-align: top
}

.tablepress>*+tbody>*>*,
.tablepress>tbody>*~*>*,
.tablepress>tfoot>*>* {
  border-top: 1px solid var(--border-color)
}

.tablepress>:where(thead, tfoot)>*>th {
  background-color: var(--head-bg-color);
  color: var(--head-text-color);
  font-weight: 700;
  vertical-align: middle;
  word-break: normal
}

.tablepress>:where(tbody)>.odd>* {
  background-color: var(--odd-bg-color);
  color: var(--odd-text-color)
}

.tablepress>:where(tbody)>.even>* {
  background-color: var(--even-bg-color);
  color: var(--even-text-color)
}

.tablepress>.row-hover>tr:hover>* {
  background-color: var(--hover-bg-color);
  color: var(--hover-text-color)
}

.tablepress img {
  border: none;
  margin: 0;
  max-width: none;
  padding: 0
}

.tablepress {
  --head-active-bg-color: #049cdb;
  --head-active-text-color: var(--head-text-color)
}

.tablepress-id-300 .column-2,
.tablepress-id-320 .column-2,
.tablepress-id-321 .column-2 {
  width: 15%;
  white-space: nowrap
}
