.slides:not(.scroll) .entry,
.slides:not(.scroll) .entry-content {
  position: absolute;
  height: 100%;
  width: 100%;
}

.entry-header img {
  display: block;
  width: 100% !important;
  height: auto !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header .panel .sections .custom-logo,
.panel .sections .custom-logo {
  height: auto !important;
  max-width: 160px !important;
}

header .panel .sections .menu li.dropdownTrigger .material-icons,
.panel .sections .menu li.dropdownTrigger .material-icons {
  position: relative;
  /* top: -3px; */
  /* float: right; */
}

header .panel .sections .menu li .menuDropdown,
.panel .sections .menu li .menuDropdown {
  padding: 10px 0;
  width: 250px;
  top: 59px !important;
}

header .panel .sections .menu li .menuDropdown .menu,
.panel .sections .menu li .menuDropdown .menu {
  display: block;
  white-space: normal;
  padding: 0;
}

header .panel .sections .menu li .menuDropdown .menu > li,
.panel .sections .menu li .menuDropdown .menu > li {
  padding: 0;
  border-radius: 0;
  margin: 0;
}

header .panel .sections .menu li .menuDropdown .menu > li a,
.panel .sections .menu li .menuDropdown .menu > li a {
  font-size: 15px;
  padding: 8px 10px 8px 20px;
  cursor: auto;
  width: 100%;
  display: block;
  text-align: center;
}

header .panel .sections .menu li .menuDropdown .menu > li:hover,
.panel .sections .menu li .menuDropdown .menu > li:hover {
  background: rgba(0, 0, 0, 0.05);
}

header .panel .sections .menu li .menuDropdown:not(.show),
.panel .sections .menu li .menuDropdown:not(.show) {
  cursor: none !important;
  pointer-events: none !important;
}

header .panel .sections .menu li .menuDropdown:not(.show) .menu, header .panel .sections .menu li .menuDropdown:not(.show) li, header .panel .sections .menu li .menuDropdown:not(.show) a,
.panel .sections .menu li .menuDropdown:not(.show) .menu,
.panel .sections .menu li .menuDropdown:not(.show) li,
.panel .sections .menu li .menuDropdown:not(.show) a {
  cursor: none !important;
  pointer-events: none !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  position: relative;
}

footer#colophon .site-footer {
  position: relative !important;
  padding: calc(3.56% + 15px) calc(8% + 15px);
}

footer#colophon .site-footer .panel {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute !important;
  top: 50%;
  left: 50%;
}

/*--------------------------------------------------------------
# Post
--------------------------------------------------------------*/
.post .entry {
  text-align: initial;
}

.post .entry .entry-header,
.post .entry .entry-footer {
  margin: 36px auto;
  max-width: 680px;
}

.post .entry .entry-header .attachment-post-thumbnail,
.post .entry .entry-footer .attachment-post-thumbnail {
  margin-top: 36px;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.post .entry .entry-meta {
  margin-top: 18px;
}

.post .entry .entry-meta time.updated {
  display: none;
}

.post .entry .entry-content > * {
  margin: 36px auto;
  max-width: 680px;
}

.post .entry .entry-content > .alignwide {
  max-width: 1100px;
}

.post .entry .entry-content > .alignfull {
  margin: 0;
  max-width: 100%;
}

.post .entry .entry-content ul, .post .entry .entry-content ol {
  margin: 1.5em auto;
  max-width: 636px;
  list-style-position: outside;
}

.post .entry .entry-content li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}

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

.post .entry .entry-content ul ul li, .post .entry .entry-content ol ol li, .post .entry .entry-content ul ol li, .post .entry .entry-content ol ul li {
  margin-left: 0;
}

.post + .post:before {
  content: '';
  display: block;
  width: 100%;
  max-width: 680px;
  height: 1px;
  margin: 0 auto;
  background-color: #ebebeb;
}

.nf-before-form-content .nf-form-fields-required {
  padding-bottom: 9px;
  font-size: smaller;
}

/*--------------------------------------------------------------
# Gutenberg Blocks
--------------------------------------------------------------*/
.wp-block-video video {
  max-width: 636px;
}

.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft, .wp-block-image.alignright {
  width: 100%;
}

.wp-block-image.alignfull img {
  width: 100vw;
}

.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto;
}

.wp-block-cover-text p {
  padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide, ul.wp-block-latest-posts.alignfull, ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}

.wp-block-table {
  display: block;
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td, .wp-block-table th {
  padding: .5em;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.wp-block-quote.is-large {
  margin: 0 auto 16px;
}

.wp-block-pullquote > p:first-child {
  margin-top: 0;
}

.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }
  .entry-content > * {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/*--------------------------------------------------------------
# Block Color Palette Colors
--------------------------------------------------------------*/
.has-strong-blue-color {
  color: #0073aa;
}

.has-strong-blue-background-color {
  background-color: #0073aa;
}

.has-lighter-blue-color {
  color: #229fd8;
}

.has-lighter-blue-background-color {
  background-color: #229fd8;
}

.has-very-light-gray-color {
  color: #eee;
}

.has-very-light-gray-background-color {
  background-color: #eee;
}

.has-very-dark-gray-color {
  color: #444;
}

.has-very-dark-gray-background-color {
  background-color: #444;
}

/*--------------------------------------------------------------
# Body Class
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Post Classes
--------------------------------------------------------------*/
.type-post .entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.alignnone, img.alignnone {
  float: none;
  float: unset;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

/*--------------------------------------------------------------
# Page Listings
--------------------------------------------------------------*/
/* outermost list item */
/* any page item */
/* current page */
/* parent of current page */
/* any ancestor of current page */
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* links widget */
/* meta widget */
/* pages widget */
/* recent-posts widget */
/* archives widget */
/* tag-cloud widget */
/* calendar widget */
/* category widget */
/* recent-comments widget */
/* search widget */
/* text widget */
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Misc
--------------------------------------------------------------*/
/* category links */
/* blogroll links */
/* read-more links */
/*# sourceMappingURL=cms.css.map */