@charset "UTF-8";
/*
Theme Name:   Omco
Theme URI:    http://om.com
Description:  Custom Resonar child theme for Om.co
Author:       WordPress.com Special Projects Team
Author URI:   http://wpspecialprojects.wordpress.com/
Template:     resonar-wpcom
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  omco
*/
/* Max-width: 1264px, 1072px, 782px, 768px, 480px, 320px */
html {
  height: 100%;
}

body {
  height: 100%;
  line-height: 1.8;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  text-wrap: pretty;
}

#page {
  min-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.site-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

::-moz-selection {
  background: #ebf2ff;
}

::selection {
  background: #ebf2ff;
}

@media screen and (min-width: 43.75em) {
  body,
  input,
  select,
  textarea {
    line-height: 1.9;
  }
}
a:hover {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

ol,
ul {
  margin-left: 2em;
}

a {
  text-underline-offset: 3px;
}
a:focus {
  outline: none;
}
a:focus-visible {
  outline: 2px solid #d2d2d2;
}

.column-main-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 116px;
  margin: 0;
  position: relative;
  width: 100%;
  max-width: 100%;
}
.column-main-layout .site-main-sidebar {
  width: 252px;
  position: sticky;
  top: 90vh;
}
.column-main-layout .site-main-sidebar .sidebar-subscribe-trigger {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.column-main-layout .site-main-sidebar .sidebar-subscribe-trigger:hover {
  background-color: #333333;
  color: #ffffff;
}
.column-main-layout .site-main-sidebar .sidebar-subscribe-trigger span {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.column-main-layout #main {
  max-width: 704px;
  position: relative;
}
.column-main-layout #main a {
  overflow-wrap: anywhere;
}
@media (max-width: 1200px) {
  .column-main-layout .nav-wrapper {
    display: none;
  }
  .column-main-layout .site-main-sidebar {
    display: none;
  }
  .column-main-layout #main {
    margin: 117px auto 0;
  }
}
@media (max-width: 768px) {
  .column-main-layout #main {
    margin: 117px 30px 0;
  }
}

.has-header-navigation .column-main-layout {
  display: block;
}
.has-header-navigation .column-main-layout .site-main {
  margin: 0 auto;
}
.has-header-navigation .column-main-layout .site-main-sidebar {
  margin-left: auto;
  bottom: 7vh;
  top: auto;
}
@media (max-width: 1200px) {
  .has-header-navigation #main {
    margin: 14px auto 0;
  }
}
@media (max-width: 768px) {
  .has-header-navigation #main {
    margin: 14px 30px 0;
  }
}

.site-main > header.entry-header,
.page-template-page-big-heading header.entry-header:first-child {
  margin-bottom: 4rem;
  position: relative;
}

.site-main > header.entry-header:after,
.page-template-page-big-heading header.entry-header:first-child:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background: #ccc;
  left: 0;
  width: var(--header-title-after-element-width);
}

body.category #main h1.entry-title,
.page-template-page-big-heading #main h1.entry-title {
  font-size: clamp(2.5rem, 1.5rem + 2vw, 3rem);
  line-height: 1;
  padding-bottom: 2.2rem;
  margin: 0;
}

.entry-header p {
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  font-size: 1.1rem;
  position: relative;
  font-style: italic;
}

@view-transition {
  navigation: auto;
}
.sidebar-subscribe-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 20px 4px 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  border-radius: 80px;
  background: #eaeaeb;
  font-family: "adelle-sans", Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  line-height: normal;
  letter-spacing: 0.1em;
  margin-left: 57px;
  margin-right: 32px;
}
.sidebar-subscribe-trigger:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("images/om-headshot.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.comments-title,
.comment-reply-title,
.post-navigation .post-title,
.home .format-aside .entry-title,
.home .format-quote .entry-title,
.home .format-link .entry-title,
.archive .format-aside .entry-title,
.archive .format-quote .entry-title,
.archive .format-link .entry-title,
.search .format-aside .entry-title,
.search .format-quote .entry-title,
.search .format-link .entry-title {
  font-family: "adelle", Georgia, serif;
}

.entry-content blockquote,
.entry-summary blockquote,
.post-navigation,
.sticky-post,
.posted-on,
.cat-links,
.tags-links,
.comments-link,
.edit-link,
.full-size-link,
.site-header .nav-menu .menu-item,
.sidebar .main-navigation a,
.header-main-navigation a,
.site-info,
.entry-header-caption,
.wp-block-image figcaption,
.wp-caption-text,
.widget,
.sticky.has-post-thumbnail .entry-header-inner .entry-summary,
.author-description,
blockquote cite,
blockquote small,
input[type=reset],
input[type=submit] {
  font-family: "adelle-sans", Helvetica, sans-serif;
}

.entry-content blockquote,
.entry-summary blockquote {
  font-size: 19.2px;
  font-size: 1.2rem;
}

a,
a:visited,
.entry-date a:hover, .entry-footer a:hover, .comment-author a:hover, .comment-metadata a:hover, .pingback .edit-link a:hover, .entry-date a:hover, .entry-content a, .entry-summary a, .entry-footer .author-bio a, .page-content a, .comment-content a, .pingback .comment-body > a, .taxonomy-description a, .logged-in-as a, .site-info a, .image-navigation a:hover, .comment-navigation a:hover, .widget_gravatar a, .widget-grofile p a, #infinite-footer .blog-credits a, .entry-title a:hover, .entry-title a:focus, .post-navigation a:hover, .widget a:hover {
  color: #006bbd;
}

blockquote {
  border-color: #006bbd;
}

a:hover,
a:active,
a:focus,
.post-navigation a:hover,
.entry-content a:hover,
.entry-summary a:hover {
  color: #0065b3;
}

body,
.entry-summary,
.entry-title a,
.post-navigation a,
.rpbt_shortcode ul li a,
.entry-content blockquote,
.entry-summary blockquote {
  color: #333333;
}

.entry-date a,
.post-navigation,
.sticky-post,
.posted-on,
.cat-links,
.tags-links,
.comments-link,
.edit-link,
.full-size-link,
.site-info,
.site-info a,
.widget a,
.entry-header-caption,
.wp-block-image figcaption,
blockquote cite,
blockquote small,
.rpbt_shortcode h3 {
  color: #666666;
}

.entry-header-background .entry-date a:hover, .entry-header-background .entry-date a:focus, .entry-header-background .entry-title a:hover, .entry-header-background .entry-title a:focus, .sidebar .main-navigation a,
.sidebar .main-navigation a:hover,
.sidebar .main-navigation a:active,
.sidebar .main-navigation a:focus,
.sticky.has-post-thumbnail .entry-header-inner .entry-summary,
.sticky.has-post-thumbnail .entry-header-inner .entry-summary a {
  color: #ffffff;
}

#menu-social a,
.social-navigation a:before,
.social-navigation a:hover:before,
.social-navigation a:focus:before,
.jetpack_widget_social_icons ul li a {
  color: #ffffff;
}

.jetpack_widget_social_icons ul li {
  background: #888888;
}

.sidebar {
  background: #000000;
}

.site-logo {
  max-height: 28px;
}

.site {
  overflow: unset;
}

#masthead {
  position: sticky;
  background-color: transparent;
  z-index: 150;
}

@media (max-width: 1200px) {
  #masthead {
    background-color: #ffffff;
  }
}
/* Header Menu */
.site-header {
  border-bottom: none;
  padding: 0;
}
.site-header::before, .site-header::after {
  content: none;
}
.site-header .site-header-main {
  padding: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 56.25em) {
  .site-header .site-header-main {
    padding: 34px 47.5px;
  }
}
.site-header .site-branding,
.site-header .main-navigation {
  float: none;
}

.has-header-navigation #masthead {
  position: relative;
  margin-bottom: 50px;
}
.has-header-navigation.page-template-page-homepage #masthead {
  margin-bottom: clamp(0px, 4vw, 50px);
}
.has-header-navigation .site-header-main {
  max-width: 704px;
  margin: 0 auto;
  padding: 28px 0;
}
@media (max-width: 768px) {
  .has-header-navigation .site-header-main {
    margin: 0 28px;
  }
}
.has-header-navigation #menu-header-navigation {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0;
}
.has-header-navigation #menu-header-navigation li {
  margin: 0;
}
.has-header-navigation #menu-header-navigation li a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  color: #333333;
  padding: 0;
  margin-right: 39px;
}
.has-header-navigation #menu-header-navigation li a:hover {
  text-decoration: underline;
  color: #000000;
}
.has-header-navigation #menu-header-navigation #search-toggle::before {
  color: #000000;
}

.menu-toggle {
  background-color: transparent;
  color: #000000;
  line-height: 1;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
}
.menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
  background: transparent;
  color: #000000;
}
.menu-toggle:after {
  padding: 10px 12px;
  color: #000000;
  content: "\f419";
  display: block;
  font-family: "Genericons";
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

.menu-toggle-close:after {
  padding: 2px 4px;
  content: "\f405";
  display: block;
  font-size: 32px;
  font-size: 2rem;
  position: relative;
  left: -0.02em;
  top: 0.02em;
}

@media (min-width: 1201px) {
  .menu-toggle {
    display: none;
  }
}
@media (max-width: 1200px) {
  .site-header {
    border-bottom: 1px solid #d1d1d2;
  }
  .site-header #menu-wrapper {
    display: none;
  }
  .site-header.toggled #menu-wrapper {
    background: #ffffff;
    display: block;
    position: fixed;
    left: 0;
    height: 100%;
    right: 0;
    margin-top: 0;
    padding: 28px;
  }
  .site-header .main-navigation {
    clear: both;
    float: none;
    height: 40px;
  }
}
/* Header search */
#search-close,
.menu-item-search-icon {
  display: none;
}

#search-toggle.hidden {
  display: none;
}

.menu-item-search-icon {
  background: #ffffff;
  display: inline-block;
}

#search-toggle {
  line-height: 1;
  cursor: pointer;
}
#search-toggle:focus {
  outline: none;
}
#search-toggle:focus-visible {
  outline: 2px solid #d2d2d2;
}
#search-toggle:before {
  font-size: 22.4px;
  font-size: 1.4rem;
  color: #cacacc;
  content: "\f400";
  display: block;
  font-family: "Genericons";
  position: relative;
}

#header-search {
  z-index: -1;
  margin-left: -9px;
  background: transparent;
  display: none;
}
#header-search #search-close {
  background: #ffffff;
  display: none;
  padding: 0;
  margin-right: -4px;
}
#header-search #search-close:hover, #header-search #search-close:active, #header-search #search-close:focus {
  outline: none;
}
#header-search #search-close:before {
  color: #000000;
  content: "\f405";
  display: block;
  font-family: "Genericons";
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400;
}
#header-search form {
  display: block;
  overflow: hidden;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
  width: 0;
}
#header-search form label {
  display: block;
  width: 100%;
}
#header-search.show-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
#header-search.show-search form {
  width: 100%;
}
#header-search.show-search #search-close {
  display: block;
}

/* Main Nav */
.site-header .nav-menu .menu-item {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.125em;
  text-transform: uppercase;
}

.nav-wrapper-mobile,
.nav-wrapper {
  position: sticky;
  top: 102px;
  z-index: 100;
  padding: 0 46px 0 46px;
  left: 0;
  max-width: 252px;
  mix-blend-mode: difference;
}
.nav-wrapper-mobile .nav-menu,
.nav-wrapper .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.nav-wrapper-mobile .nav-menu ul,
.nav-wrapper .nav-menu ul {
  list-style: none;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: normal;
}
.nav-wrapper-mobile .nav-menu ul li,
.nav-wrapper .nav-menu ul li {
  padding-bottom: 24px;
  background-color: transparent;
  position: relative;
}
.nav-wrapper-mobile .nav-menu ul li a,
.nav-wrapper .nav-menu ul li a {
  color: #cacacc;
  font-family: "adelle-sans", Helvetica, sans-serif;
}
.nav-wrapper-mobile .nav-menu ul li a:hover,
.nav-wrapper .nav-menu ul li a:hover {
  text-decoration: underline;
}
.nav-wrapper-mobile .nav-menu > li.menu-item-search-icon,
.nav-wrapper-mobile .nav-menu > li,
.nav-wrapper .nav-menu > li.menu-item-search-icon,
.nav-wrapper .nav-menu > li {
  border: none;
}
.nav-wrapper-mobile .nav-menu .menu-item-search-icon,
.nav-wrapper .nav-menu .menu-item-search-icon {
  padding-bottom: 0;
}
.nav-wrapper-mobile .nav-menu .menu-item-search-icon:hover,
.nav-wrapper .nav-menu .menu-item-search-icon:hover {
  opacity: 0.7;
}
.nav-wrapper-mobile .nav-menu .menu-item-search-icon a:hover,
.nav-wrapper .nav-menu .menu-item-search-icon a:hover {
  text-decoration: none;
}
.nav-wrapper-mobile .nav-menu .menu-item-search-icon .search-form .search-field,
.nav-wrapper .nav-menu .menu-item-search-icon .search-form .search-field {
  display: block;
  width: 100%;
  border: none;
}
.nav-wrapper-mobile .nav-menu .menu-item-search-icon .search-form .search-field:focus, .nav-wrapper-mobile .nav-menu .menu-item-search-icon .search-form .search-field:focus-visible, .nav-wrapper-mobile .nav-menu .menu-item-search-icon .search-form .search-field:focus-within,
.nav-wrapper .nav-menu .menu-item-search-icon .search-form .search-field:focus,
.nav-wrapper .nav-menu .menu-item-search-icon .search-form .search-field:focus-visible,
.nav-wrapper .nav-menu .menu-item-search-icon .search-form .search-field:focus-within {
  outline: none;
  border: none;
}
.nav-wrapper-mobile .nav-menu .current-menu-item a,
.nav-wrapper .nav-menu .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.nav-wrapper-mobile .nav-divider,
.nav-wrapper .nav-divider {
  background-color: #2e2e2e;
  width: 21px;
  margin: 0;
  margin-bottom: 24px;
}
.nav-wrapper-mobile a.wp-block-button__link,
.nav-wrapper a.wp-block-button__link {
  display: none;
}
@media (min-width: 56.25em) {
  .nav-wrapper-mobile a.wp-block-button__link,
  .nav-wrapper a.wp-block-button__link {
    margin: 0 0 0 16px;
    display: block;
  }
}
.nav-wrapper-mobile .main-navigation,
.nav-wrapper-mobile .menu-secondary,
.nav-wrapper .main-navigation,
.nav-wrapper .menu-secondary {
  float: none;
  display: block;
  margin: 0 !important;
}
.nav-wrapper-mobile .main-navigation .nav-menu,
.nav-wrapper-mobile .menu-secondary .nav-menu,
.nav-wrapper .main-navigation .nav-menu,
.nav-wrapper .menu-secondary .nav-menu {
  position: relative;
}
.nav-wrapper-mobile .main-navigation .nav-menu > li.menu-item-search-icon,
.nav-wrapper-mobile .main-navigation .nav-menu > li,
.nav-wrapper-mobile .menu-secondary .nav-menu > li.menu-item-search-icon,
.nav-wrapper-mobile .menu-secondary .nav-menu > li,
.nav-wrapper .main-navigation .nav-menu > li.menu-item-search-icon,
.nav-wrapper .main-navigation .nav-menu > li,
.nav-wrapper .menu-secondary .nav-menu > li.menu-item-search-icon,
.nav-wrapper .menu-secondary .nav-menu > li {
  border: none;
}
@media (min-width: 56.25em) {
  .nav-wrapper-mobile .main-navigation .nav-menu > li,
  .nav-wrapper-mobile .menu-secondary .nav-menu > li,
  .nav-wrapper .main-navigation .nav-menu > li,
  .nav-wrapper .menu-secondary .nav-menu > li {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.nav-wrapper .menu-item {
  white-space: nowrap;
}

@media (max-width: 900px) {
  div.nav-wrapper-mobile {
    padding: 0 28px;
  }
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  background: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: none;
  height: 100%;
  overflow: hidden;
  overflow-y: hidden; /* Disable vertical scroll */
  overflow-x: hidden; /* Disable horizontal scroll */
}

.mobile-nav-footer .widget {
  margin: 0;
}

.mobile-nav-search {
  margin: 40px 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #d1d1d2;
}
.mobile-nav-search input {
  border-radius: 4px;
  border: 1px solid #333333;
}

body.toggled {
  overflow: hidden;
}
body.toggled #overlay {
  display: block;
}
body.toggled .nav-wrapper-mobile {
  left: 0;
}

.nav-wrapper-mobile {
  position: fixed;
  top: 0;
  left: -415px;
  right: 0;
  bottom: 0;
  z-index: 999999;
  display: block;
  mix-blend-mode: normal;
  background-color: #ffffff;
  width: 415px;
  max-width: 100%;
  overflow-y: auto;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  padding: 0 46px 0 28px;
}
.nav-wrapper-mobile .mobile-nav-header {
  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;
}
.nav-wrapper-mobile .site-logo-link {
  margin-top: 37px;
  margin-bottom: 38px;
}
.nav-wrapper-mobile .main-navigation {
  padding-top: 20px;
}
.nav-wrapper-mobile .nav-menu ul li a {
  color: #333333;
}
.nav-wrapper-mobile .nav-menu hr {
  background-color: #d1d1d2;
}
.nav-wrapper-mobile .nav-divider {
  background-color: #d1d1d2;
}

.omco-post-navigation {
  margin: 0;
  border-bottom: none;
}
.omco-post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 600px) {
  .omco-post-navigation .nav-links {
    gap: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.omco-post-navigation .nav-links:before, .omco-post-navigation .nav-links:after {
  content: "";
  display: none;
}
.omco-post-navigation .nav-links .nav-previous,
.omco-post-navigation .nav-links .nav-next {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.omco-post-navigation .nav-links a {
  padding: 80px 0 0 0;
}
.omco-post-navigation .nav-links a hr {
  width: 24px;
  margin-bottom: 16px;
  background-color: #d1d1d2;
  margin-left: 0;
}
.omco-post-navigation .nav-links a .meta-nav {
  font-family: "adelle-sans", Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 24px;
}
.omco-post-navigation .nav-links a .post-date {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  color: #0065b3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "adelle-sans", Helvetica, sans-serif;
  display: block;
  margin-bottom: 16px;
}
.omco-post-navigation .nav-links a .post-date:hover {
  text-decoration: underline;
  background-image: none;
}
.omco-post-navigation .nav-links a .post-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 24px;
  color: #333333;
  font-family: "adelle", Georgia, serif;
  display: block;
}
.omco-post-navigation .nav-links a .post-excerpt {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "adelle", Georgia, serif;
}
@media (max-width: 600px) {
  .omco-post-navigation .nav-links .nav-next a {
    padding-top: 0;
  }
}

.post-navigation div + div {
  border-top: none;
}

.wp-block-query-pagination-is-layout-flex .wp-block-button {
  text-align: left !important;
  margin-top: 100px;
}
.wp-block-query-pagination-is-layout-flex .wp-block-button.loading {
  position: relative;
}
.wp-block-query-pagination-is-layout-flex .wp-block-button.loading .wp-load-more__button {
  opacity: 0;
}
.wp-block-query-pagination-is-layout-flex .wp-block-button.loading::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-top-color: #000;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner {
  left: 50%;
  top: 50%;
  width: 20px !important;
  height: 20px !important;
  margin: -10px 0 0 -10px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-top-color: #000;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}
.spinner .spinner-inner {
  display: none;
}

/* Small Label Text */
.post-navigation .meta-nav,
.sticky-post,
.cat-links,
.tags-links,
.comments-link,
.edit-link,
.full-size-link,
.rpbt_shortcode h3 {
  font-weight: 400;
  letter-spacing: 0.1875em;
  text-transform: uppercase;
}

.posted-on {
  letter-spacing: 4px;
  font-weight: 400;
  text-transform: uppercase;
}

.single .entry-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.entry-content {
  margin: 0;
}

.entry-header-inner {
  padding: 0 !important;
}

.entry-summary img {
  display: block;
}

.single .has-post-thumbnail .entry-header {
  -webkit-animation: none;
  animation: none;
  -webkit-transform: none;
  transform: none;
}

.entry-header-wrapper {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(rgb(0, 0, 0)), to(82%));
  background-image: linear-gradient(to bottom, transparent, rgb(0, 0, 0), 82%);
}

.entry-header-caption {
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 1.5em;
}

.entry-content-footer {
  margin-top: 0;
}

.author-info {
  border: none;
  background: #eaeaeb;
  overflow: hidden;
  padding: 32px;
  display: grid;
  grid-auto-flow: column;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 80px 0;
}
.author-info .author-bio {
  font-family: "adelle", Georgia, serif;
  font-size: 18px;
  line-height: 30px;
}
.author-info .author-bio a {
  color: #333333;
  text-decoration: underline;
}
.author-info .author-title {
  text-transform: uppercase;
}
.author-info .author-avatar img {
  border: 1px solid #888888;
  margin: 0;
}
.author-info .author-description {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.author-info .avatar {
  height: 96px;
  width: 96px;
  max-width: 96px;
}
@media screen and (min-width: 43.75em) {
  .author-info .author-description {
    margin-top: 0.2em;
  }
}

/* Related Posts Shortcode */
.rpbt_shortcode {
  padding-top: 24px;
}
@media screen and (min-width: 43.75em) {
  .rpbt_shortcode {
    padding-top: 32px;
  }
}
.rpbt_shortcode h3 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.rpbt_shortcode ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}
.rpbt_shortcode ul li {
  font-size: 16px;
  font-size: 1rem;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  margin: 0 16px 30px 0;
  width: 100%;
}
.rpbt_shortcode ul li a {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 700;
}
.rpbt_shortcode ul li a:before {
  content: "";
  display: block;
  border-top: 2px solid #006bbd;
  margin-bottom: 7px;
  width: 20px;
}
@media (min-width: 600px) {
  .rpbt_shortcode ul li {
    width: calc(33% - 16px);
  }
}

/* Entry footer widget area */
.omco-post-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 24px;
}
.omco-post-footer .widget-title {
  display: none;
}
.omco-post-footer .textwidget {
  font-family: "adelle", Georgia, serif;
  letter-spacing: 0;
  line-height: 1.9;
}

/* Paginated Post Page Links */
.page-links a {
  background-color: #006bbd;
  border-color: #006bbd;
  color: #ffffff;
}
.page-links a:hover {
  color: #ffffff;
  opacity: 0.75;
}

/* Link after post */
.omco-external-post-link {
  font-family: "adelle-sans", Helvetica, sans-serif;
}
.omco-external-post-link .more-link::after {
  background-color: #006bbd;
  content: "";
  display: inline-block;
  height: 24px;
  -webkit-mask-image: url("images/external.svg");
  mask-image: url("images/external.svg");
  -webkit-mask-position: top left;
  mask-position: top left;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 24px 24px;
  mask-size: 24px 24px;
  vertical-align: -5px;
  width: 24px;
}

/* Comment Forms */
.comment-form input[type=submit] {
  background: #006bbd;
  letter-spacing: 0.1em;
}
.comment-form input[type=submit]:hover {
  opacity: 0.75;
}

/* Remove extra spacing on post body when page/post title is hidden */
.omco-no-title .hentry {
  padding-top: 0;
}
.omco-no-title .entry-content-footer {
  margin-top: 2rem;
}

.entry-title a {
  background-image: none;
}
.entry-title a:hover {
  text-decoration: underline;
}

.page:not(.home) .entry-header:not(.entry-content *) .entry-title,
.category .entry-header:not(.entry-content *) .entry-title {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 100px;
}

.blog .post-thumbnail,
.archive .post-thumbnail,
.search .post-thumbnail {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.page-title {
  font-family: "adelle-sans", Helvetica, sans-serif;
}

article .main-content a,
.single .main-content a,
.has-header-navigation .main-content a {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
article .main-content a:hover,
.single .main-content a:hover,
.has-header-navigation .main-content a:hover {
  text-decoration: none;
}
article .entry-date,
.single .entry-date,
.has-header-navigation .entry-date {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  color: #0065b3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "adelle-sans", Helvetica, sans-serif;
  display: block;
  margin-bottom: 20px;
}
article .entry-date:hover,
.single .entry-date:hover,
.has-header-navigation .entry-date:hover {
  text-decoration: underline;
  background-image: none;
}
article .entry-date:hover,
.single .entry-date:hover,
.has-header-navigation .entry-date:hover {
  text-decoration: none;
  background-image: none;
}
article .entry-date a:hover,
.single .entry-date a:hover,
.has-header-navigation .entry-date a:hover {
  text-decoration: underline;
  background-image: none;
}
article div.entry-date + .entry-header,
article .entry-header,
.single div.entry-date + .entry-header,
.single .entry-header,
.has-header-navigation div.entry-date + .entry-header,
.has-header-navigation .entry-header {
  margin-bottom: 32px;
  margin-top: 0;
  line-height: 1.2;
}
article div.entry-date + .entry-header .entry-title,
article .entry-header .entry-title,
.single div.entry-date + .entry-header .entry-title,
.single .entry-header .entry-title,
.has-header-navigation div.entry-date + .entry-header .entry-title,
.has-header-navigation .entry-header .entry-title {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.2;
}
article div.entry-date + .entry-header .entry-title a,
article .entry-header .entry-title a,
.single div.entry-date + .entry-header .entry-title a,
.single .entry-header .entry-title a,
.has-header-navigation div.entry-date + .entry-header .entry-title a,
.has-header-navigation .entry-header .entry-title a {
  font-size: inherit;
}
article .entry-summary a,
.single .entry-summary a,
.has-header-navigation .entry-summary a {
  color: #333333;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
article .entry-summary a:hover,
.single .entry-summary a:hover,
.has-header-navigation .entry-summary a:hover {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
}
article .entry-summary .more-link,
.single .entry-summary .more-link,
.has-header-navigation .entry-summary .more-link {
  padding: 4px 6px 3px;
  border-radius: 4px;
  background-color: #eaeaeb;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  background-image: none;
  text-decoration: none;
  letter-spacing: 1.2px;
  font-family: "adelle-sans", Helvetica, sans-serif;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
article .entry-summary .more-link:hover,
.single .entry-summary .more-link:hover,
.has-header-navigation .entry-summary .more-link:hover {
  text-decoration: none;
  background-color: #333333;
  color: #ffffff;
}
article .entry-summary > :nth-last-child(2),
.single .entry-summary > :nth-last-child(2),
.has-header-navigation .entry-summary > :nth-last-child(2) {
  display: inline;
}
article .entry-summary > :nth-last-child(2):before,
.single .entry-summary > :nth-last-child(2):before,
.has-header-navigation .entry-summary > :nth-last-child(2):before {
  content: "";
  display: block;
}
article .entry-footer,
.single .entry-footer,
.has-header-navigation .entry-footer {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin: 0;
  font-family: "adelle-sans", Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #666666;
}
article .entry-footer a,
.single .entry-footer a,
.has-header-navigation .entry-footer a {
  color: #666666;
  overflow-wrap: break-word !important;
  text-decoration: none;
  background-image: none;
}
article .entry-footer a:hover,
.single .entry-footer a:hover,
.has-header-navigation .entry-footer a:hover {
  text-decoration: underline;
}
article .entry-footer .entry-footer-separator,
.single .entry-footer .entry-footer-separator,
.has-header-navigation .entry-footer .entry-footer-separator {
  height: 17px;
  width: 1px;
  margin: 0;
  border: none;
  background-color: #d1d1d2;
}

.single .entry-footer {
  margin-top: 32px;
}

.comments-area {
  margin: 0;
  padding: 80px 0;
}

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

.wp-element-caption a {
  display: inline;
}

.entry-title,
.entry-summary {
  margin-right: 0 !important;
  line-height: 30px;
}

.entry-content h2 {
  margin-top: 0;
  margin-bottom: 32px;
}

.hentry + .hentry {
  border-top: none;
}

.single .hentry,
.sticky.hentry {
  padding-top: 0;
}

div.entry-date a {
  color: #006bbd;
}

.entry-content a {
  background-image: none;
}

.home .entry-summary,
.archive.category:not(.category-daily-blog) .entry-summary {
  position: relative;
}
.home .entry-summary .content_has_more::before,
.archive.category:not(.category-daily-blog) .entry-summary .content_has_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 180px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.5)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(80%, rgba(255, 255, 255, 0.95)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.95) 80%, rgb(255, 255, 255) 100%);
  pointer-events: none;
  z-index: 2;
  display: block;
}
.home .entry-summary .more-link-container,
.archive.category:not(.category-daily-blog) .entry-summary .more-link-container {
  position: relative;
  z-index: 3;
}
.home .entry-summary .more-link,
.archive.category:not(.category-daily-blog) .entry-summary .more-link {
  display: inline-block;
  border-radius: 4px;
  padding: 9px 24px !important;
  font-weight: 700 !important;
}

.formkit-form {
  margin-bottom: 1.5rem;
  max-width: initial !important;
}
.formkit-form .formkit-fields {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (min-width: 641px) {
  .formkit-form .formkit-fields {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 641px) {
  .formkit-form .formkit-fields .formkit-field {
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
}
.formkit-form .formkit-fields .formkit-field .formkit-field-label {
  text-align: left;
  display: block;
  font-size: 0.9rem;
}
.formkit-form .formkit-fields .formkit-field .formkit-input {
  width: 100%;
  height: 3rem;
}
.formkit-form .formkit-fields .formkit-submit {
  height: 3rem;
}
@media (min-width: 641px) {
  .formkit-form .formkit-fields .formkit-submit {
    margin-left: 0.5rem !important;
    padding: 0 3rem !important;
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
  }
}

.blog hr,
.archive hr,
.category hr,
.page-template-default hr,
.single hr,
.search hr {
  margin: 0 0 1.5rem 0;
}
@media screen and (min-width: 43.75em) {
  .blog hr,
  .archive hr,
  .category hr,
  .page-template-default hr,
  .single hr,
  .search hr {
    margin: 0.5rem 0 2rem 0;
  }
}
.blog article.hentry,
.archive article.hentry,
.category article.hentry,
.page-template-default article.hentry,
.single article.hentry,
.search article.hentry {
  margin: 0;
  padding-bottom: 1.5rem;
  padding-top: 0;
}
.blog.category-daily-blog article.hentry,
.archive.category-daily-blog article.hentry,
.category.category-daily-blog article.hentry,
.page-template-default.category-daily-blog article.hentry,
.single.category-daily-blog article.hentry,
.search.category-daily-blog article.hentry {
  padding-bottom: 1.5rem;
}
.blog article:first-of-type,
.archive article:first-of-type,
.category article:first-of-type,
.page-template-default article:first-of-type,
.single article:first-of-type,
.search article:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
.blog .post-thumbnail,
.archive .post-thumbnail,
.category .post-thumbnail,
.page-template-default .post-thumbnail,
.single .post-thumbnail,
.search .post-thumbnail {
  border-radius: 0;
  margin: 1.5em 0;
  float: none;
  width: 100%;
}
.blog .sticky.has-post-thumbnail .entry-header-inner .entry-title a:after,
.archive .sticky.has-post-thumbnail .entry-header-inner .entry-title a:after,
.category .sticky.has-post-thumbnail .entry-header-inner .entry-title a:after,
.page-template-default .sticky.has-post-thumbnail .entry-header-inner .entry-title a:after,
.single .sticky.has-post-thumbnail .entry-header-inner .entry-title a:after,
.search .sticky.has-post-thumbnail .entry-header-inner .entry-title a:after {
  content: "\f429";
  display: inline-block;
  font-family: "Genericons";
  line-height: 0.6;
  margin-left: 0.25em;
  overflow: hidden;
  position: relative;
  -webkit-transition: transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.blog .sticky.has-post-thumbnail .entry-header-inner .entry-title a:hover::after,
.archive .sticky.has-post-thumbnail .entry-header-inner .entry-title a:hover::after,
.category .sticky.has-post-thumbnail .entry-header-inner .entry-title a:hover::after,
.page-template-default .sticky.has-post-thumbnail .entry-header-inner .entry-title a:hover::after,
.single .sticky.has-post-thumbnail .entry-header-inner .entry-title a:hover::after,
.search .sticky.has-post-thumbnail .entry-header-inner .entry-title a:hover::after {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}
.blog .sticky.has-post-thumbnail .entry-header-inner .entry-summary,
.archive .sticky.has-post-thumbnail .entry-header-inner .entry-summary,
.category .sticky.has-post-thumbnail .entry-header-inner .entry-summary,
.page-template-default .sticky.has-post-thumbnail .entry-header-inner .entry-summary,
.single .sticky.has-post-thumbnail .entry-header-inner .entry-summary,
.search .sticky.has-post-thumbnail .entry-header-inner .entry-summary {
  margin-right: 0;
}
.blog .sticky.has-post-thumbnail .entry-header-inner .entry-summary a,
.archive .sticky.has-post-thumbnail .entry-header-inner .entry-summary a,
.category .sticky.has-post-thumbnail .entry-header-inner .entry-summary a,
.page-template-default .sticky.has-post-thumbnail .entry-header-inner .entry-summary a,
.single .sticky.has-post-thumbnail .entry-header-inner .entry-summary a,
.search .sticky.has-post-thumbnail .entry-header-inner .entry-summary a {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 700;
  letter-spacing: 0.1875em;
  text-transform: uppercase;
}
.blog .sticky.has-post-thumbnail .entry-header-inner .entry-summary a:hover,
.archive .sticky.has-post-thumbnail .entry-header-inner .entry-summary a:hover,
.category .sticky.has-post-thumbnail .entry-header-inner .entry-summary a:hover,
.page-template-default .sticky.has-post-thumbnail .entry-header-inner .entry-summary a:hover,
.single .sticky.has-post-thumbnail .entry-header-inner .entry-summary a:hover,
.search .sticky.has-post-thumbnail .entry-header-inner .entry-summary a:hover {
  opacity: 0.85;
}
.blog .sticky.has-post-thumbnail .entry-header-inner .entry-summary a:before,
.archive .sticky.has-post-thumbnail .entry-header-inner .entry-summary a:before,
.category .sticky.has-post-thumbnail .entry-header-inner .entry-summary a:before,
.page-template-default .sticky.has-post-thumbnail .entry-header-inner .entry-summary a:before,
.single .sticky.has-post-thumbnail .entry-header-inner .entry-summary a:before,
.search .sticky.has-post-thumbnail .entry-header-inner .entry-summary a:before {
  content: "\f403";
  display: inline-block;
  font-family: "Genericons";
  line-height: 0.8;
  margin-right: 0.25em;
  overflow: hidden;
}
.blog .hentry + .hentry,
.archive .hentry + .hentry,
.category .hentry + .hentry,
.page-template-default .hentry + .hentry,
.single .hentry + .hentry,
.search .hentry + .hentry {
  border-top: none;
}
@media screen and (min-width: 51.755em) {
  .blog .hentry:not(.sticky) .entry-title,
  .blog .hentry:not(.sticky) .entry-summary,
  .archive .hentry:not(.sticky) .entry-title,
  .archive .hentry:not(.sticky) .entry-summary,
  .category .hentry:not(.sticky) .entry-title,
  .category .hentry:not(.sticky) .entry-summary,
  .page-template-default .hentry:not(.sticky) .entry-title,
  .page-template-default .hentry:not(.sticky) .entry-summary,
  .single .hentry:not(.sticky) .entry-title,
  .single .hentry:not(.sticky) .entry-summary,
  .search .hentry:not(.sticky) .entry-title,
  .search .hentry:not(.sticky) .entry-summary {
    margin-right: 0;
  }
}
.blog .homepage-signup-widget,
.archive .homepage-signup-widget,
.category .homepage-signup-widget,
.page-template-default .homepage-signup-widget,
.single .homepage-signup-widget,
.search .homepage-signup-widget {
  font-family: "adelle", Georgia, serif !important;
  font-size: 1.4rem !important;
}
.blog .homepage-widget-form input::-webkit-input-placeholder, .archive .homepage-widget-form input::-webkit-input-placeholder, .category .homepage-widget-form input::-webkit-input-placeholder, .page-template-default .homepage-widget-form input::-webkit-input-placeholder, .single .homepage-widget-form input::-webkit-input-placeholder, .search .homepage-widget-form input::-webkit-input-placeholder {
  font-family: "adelle", Georgia, serif !important;
  font-size: 1.4rem !important;
}
.blog .homepage-widget-form input::-moz-placeholder, .archive .homepage-widget-form input::-moz-placeholder, .category .homepage-widget-form input::-moz-placeholder, .page-template-default .homepage-widget-form input::-moz-placeholder, .single .homepage-widget-form input::-moz-placeholder, .search .homepage-widget-form input::-moz-placeholder {
  font-family: "adelle", Georgia, serif !important;
  font-size: 1.4rem !important;
}
.blog .homepage-widget-form input:-ms-input-placeholder, .archive .homepage-widget-form input:-ms-input-placeholder, .category .homepage-widget-form input:-ms-input-placeholder, .page-template-default .homepage-widget-form input:-ms-input-placeholder, .single .homepage-widget-form input:-ms-input-placeholder, .search .homepage-widget-form input:-ms-input-placeholder {
  font-family: "adelle", Georgia, serif !important;
  font-size: 1.4rem !important;
}
.blog .homepage-widget-form input::-ms-input-placeholder, .archive .homepage-widget-form input::-ms-input-placeholder, .category .homepage-widget-form input::-ms-input-placeholder, .page-template-default .homepage-widget-form input::-ms-input-placeholder, .single .homepage-widget-form input::-ms-input-placeholder, .search .homepage-widget-form input::-ms-input-placeholder {
  font-family: "adelle", Georgia, serif !important;
  font-size: 1.4rem !important;
}
.blog .homepage-widget-form form,
.blog .homepage-widget-form div,
.blog .homepage-widget-form input,
.blog .homepage-widget-form input::placeholder,
.blog .homepage-widget-form label,
.blog .homepage-widget-form button,
.blog .homepage-widget-form p,
.archive .homepage-widget-form form,
.archive .homepage-widget-form div,
.archive .homepage-widget-form input,
.archive .homepage-widget-form input::placeholder,
.archive .homepage-widget-form label,
.archive .homepage-widget-form button,
.archive .homepage-widget-form p,
.category .homepage-widget-form form,
.category .homepage-widget-form div,
.category .homepage-widget-form input,
.category .homepage-widget-form input::placeholder,
.category .homepage-widget-form label,
.category .homepage-widget-form button,
.category .homepage-widget-form p,
.page-template-default .homepage-widget-form form,
.page-template-default .homepage-widget-form div,
.page-template-default .homepage-widget-form input,
.page-template-default .homepage-widget-form input::placeholder,
.page-template-default .homepage-widget-form label,
.page-template-default .homepage-widget-form button,
.page-template-default .homepage-widget-form p,
.single .homepage-widget-form form,
.single .homepage-widget-form div,
.single .homepage-widget-form input,
.single .homepage-widget-form input::placeholder,
.single .homepage-widget-form label,
.single .homepage-widget-form button,
.single .homepage-widget-form p,
.search .homepage-widget-form form,
.search .homepage-widget-form div,
.search .homepage-widget-form input,
.search .homepage-widget-form input::placeholder,
.search .homepage-widget-form label,
.search .homepage-widget-form button,
.search .homepage-widget-form p {
  font-family: "adelle", Georgia, serif !important;
  font-size: 1.4rem !important;
}
.blog .homepage-widget-form a,
.archive .homepage-widget-form a,
.category .homepage-widget-form a,
.page-template-default .homepage-widget-form a,
.single .homepage-widget-form a,
.search .homepage-widget-form a {
  color: #006bbd;
}
.blog .homepage-widget-form button,
.archive .homepage-widget-form button,
.category .homepage-widget-form button,
.page-template-default .homepage-widget-form button,
.single .homepage-widget-form button,
.search .homepage-widget-form button {
  background: #006bbd;
}
.blog .homepage-widget-group,
.archive .homepage-widget-group,
.category .homepage-widget-group,
.page-template-default .homepage-widget-group,
.single .homepage-widget-group,
.search .homepage-widget-group {
  border-left: 4px solid #006bbd;
}
@media (max-width: 600px) {
  .blog .homepage-widget-group,
  .archive .homepage-widget-group,
  .category .homepage-widget-group,
  .page-template-default .homepage-widget-group,
  .single .homepage-widget-group,
  .search .homepage-widget-group {
    padding: 1.25rem;
  }
  .blog .homepage-widget-group form,
  .archive .homepage-widget-group form,
  .category .homepage-widget-group form,
  .page-template-default .homepage-widget-group form,
  .single .homepage-widget-group form,
  .search .homepage-widget-group form {
    display: inline !important;
  }
  .blog .homepage-widget-group button,
  .archive .homepage-widget-group button,
  .category .homepage-widget-group button,
  .page-template-default .homepage-widget-group button,
  .single .homepage-widget-group button,
  .search .homepage-widget-group button {
    margin: 10px 0 0 0 !important;
    width: 100%;
  }
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
  font-family: "adelle-sans", Helvetica, sans-serif;
  padding: 9px 12px;
  line-height: 1.9;
  border-radius: 4px;
  background-color: #ffffff;
  border-color: #333333;
  -webkit-transition: border-color 0.1s ease-in-out;
  transition: border-color 0.1s ease-in-out;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  border-color: #006bbd;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  background: #006bbd;
  font-size: 0.9375rem;
  padding: 17px 32px 16px;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  opacity: 0.75;
}

.sidebar {
  background: transparent;
  display: block;
  height: auto;
  left: 0;
  min-height: auto !important; /* need to override JS in the parent theme */
  position: relative;
  right: 0;
}
.sidebar:before {
  display: none;
}
.sidebar .widget {
  margin: 0.6em auto 1em;
  text-align: center;
}
.sidebar .widget a {
  background-image: none;
}
.sidebar .widget a:hover {
  text-decoration: underline;
}
.sidebar .widget input[type=search] {
  background: #ccc;
  color: #000000;
  padding: 1em;
}
.sidebar .widget input[type=search]:focus {
  background: #fff;
}
.sidebar .main-navigation a,
.sidebar #menu-social a,
.sidebar .jetpack_widget_social_icons a {
  text-transform: uppercase;
}
.sidebar .jetpack_widget_social_icons ul li {
  margin: 0 0.5em 0 0;
  border-radius: 29px;
  padding: 0.5em;
}
.sidebar .jetpack_widget_social_icons ul li:hover, .sidebar .jetpack_widget_social_icons ul li:active, .sidebar .jetpack_widget_social_icons ul li:focus {
  opacity: 0.8;
}
.sidebar .jetpack_widget_social_icons ul li a:hover,
.sidebar .jetpack_widget_social_icons ul li a:active,
.sidebar .jetpack_widget_social_icons ul li a:focus {
  color: #ffffff;
}
.sidebar .om-bio {
  border-radius: 66px;
  border: 1px solid #999;
  width: 120px;
}
.sidebar .textwidget {
  letter-spacing: 0.0125em;
}
.sidebar .widget_rss ul li .rsswidget {
  font-weight: 400;
}
.sidebar .rss-widget-icon {
  display: none;
}

.footer-widgets {
  padding: 47.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  font-size: 18px;
  font-family: "adelle", Georgia, serif;
  gap: 60px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .footer-widgets {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}
.footer-widgets .footer-3 {
  margin-left: auto;
}
@media (max-width: 900px) {
  .footer-widgets .footer-3 {
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 0;
  }
}
.footer-widgets .footer-2 {
  line-height: 1.7;
  word-break: auto-phrase;
}
.footer-widgets .wp-block-image {
  max-width: 200px;
}
@media (max-width: 900px) {
  .footer-widgets .wp-block-image {
    max-width: 150px;
  }
}
.footer-widgets .wp-social-link svg {
  height: 1.35em;
  width: 1.35em;
}
.footer-widgets a {
  text-decoration: underline;
}
.footer-widgets a:hover {
  text-decoration: none;
}
.footer-widgets .widget {
  margin: 0;
  font-size: inherit;
  font-family: inherit;
  color: #333;
}
.footer-widgets .widget a {
  color: #333;
}
.footer-widgets .alignwide {
  width: auto;
  position: unset;
  margin: auto;
}

.sidebar.home-after-first-post {
  width: auto;
  margin: auto 7.6923%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 48px;
}
.sidebar.home-after-first-post .mailster-block-form-type-content {
  background: #ecf2fe;
  font-size: 18px;
  font-family: "adelle", Georgia, serif;
  border: none;
  padding: 24px 17px 34px;
}
.sidebar.home-after-first-post .mailster-block-form-type-content label {
  font-weight: 500;
  font-family: "adelle-sans", Helvetica, sans-serif;
}
.sidebar.home-after-first-post .mailster-block-form-type-content .mailster-block-form-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 18px;
}
.sidebar.home-after-first-post .mailster-block-form-type-content .mailster-block-form-inner > * {
  grid-column-start: 1;
  grid-column-end: -1;
}
.sidebar.home-after-first-post .mailster-block-form-type-content .mailster-wrapper {
  -ms-flex-item-align: end;
  align-self: end;
}
.sidebar.home-after-first-post .mailster-block-form-type-content .mailster-wrapper[aria-hidden=true] {
  display: none;
}
.sidebar.home-after-first-post .mailster-block-form-type-content .wp-block-mailster-field-email {
  grid-column-start: 1;
  grid-column-end: 2;
}
.sidebar.home-after-first-post .mailster-block-form-type-content .wp-block-mailster-field-submit {
  grid-column-start: 2;
  grid-column-end: 3;
}
.sidebar.home-after-first-post .mailster-block-form-type-content input {
  font-size: 20px;
}
.sidebar.home-after-first-post .mailster-block-form-type-content input[type=email],
.sidebar.home-after-first-post .mailster-block-form-type-content input[type=text] {
  background: #fff;
  padding: 9.35px 16px;
  border: 1px solid #333;
}
.sidebar.home-after-first-post .mailster-block-form-type-content input[type=email]:focus-visible,
.sidebar.home-after-first-post .mailster-block-form-type-content input[type=text]:focus-visible {
  outline: 2px solid #d2d2d2;
}
.sidebar.home-after-first-post .mailster-block-form-type-content input[type=submit] {
  padding: 13px 16px;
  border-radius: 0;
  text-transform: none;
  background: #333;
  color: #fff;
  font-family: "adelle", Georgia, serif;
}
.sidebar.home-after-first-post .mailster-block-form-type-content a {
  color: #006bbd;
  text-decoration: underline;
}
.sidebar.home-after-first-post .mailster-block-form-type-content a:hover {
  text-decoration: none;
}

.pre-footer {
  margin-top: 128px;
  border-top: 1px solid #d1d1d2;
}
.pre-footer h2 {
  line-height: 1.3;
}
.pre-footer .widget {
  margin: 80px auto;
  max-width: 704px;
}
@media (max-width: 768px) {
  .pre-footer .widget {
    margin: 80px 30px;
  }
}
.pre-footer .mailster-block-form-type-content {
  font-family: "adelle", Georgia, serif;
}
.pre-footer .mailster-block-form-type-content *[aria-hidden=true] {
  display: none;
}
.pre-footer .mailster-block-form-type-content .mailster-block-form-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 18px;
}
.pre-footer .mailster-block-form-type-content .mailster-block-form-inner > * {
  grid-column-start: 1;
  grid-column-end: -1;
}
.pre-footer .mailster-block-form-type-content .wp-block-mailster-field-email {
  grid-column-start: 1;
  grid-column-end: 2;
}
.pre-footer .mailster-block-form-type-content .wp-block-mailster-field-submit {
  grid-column-start: 2;
  grid-column-end: 3;
}
.pre-footer .mailster-block-form-type-content .wp-block-mailster-field-submit.mailster-wrapper {
  -ms-flex-item-align: end;
  align-self: end;
}
.pre-footer .mailster-block-form-type-content .wp-block-heading {
  font-family: "adelle", Georgia, serif;
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 0;
}
.pre-footer .mailster-block-form-type-content p {
  font-family: inherit;
  font-size: 18px;
}
.pre-footer .mailster-block-form-type-content input[type=submit] {
  font-family: "adelle", Georgia, serif;
  font-size: 20px;
  padding: 13px 16px;
  border-radius: 0;
  text-transform: none;
  background: #333;
  color: #fff;
}
.pre-footer .mailster-block-form-type-content label {
  font-size: 18px;
  font-family: "adelle-sans", Helvetica, sans-serif;
}

.category-sidebar .mailster-block-form-type-content {
  border: 1px solid #d1d1d2;
  padding: 36px 29px 40px;
  font-family: "adelle", Georgia, serif;
  font-size: 18px;
}
.category-sidebar .mailster-block-form-type-content .wp-block-heading {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
}
.category-sidebar .mailster-block-form-type-content p {
  margin-bottom: 23px;
}
.category-sidebar .mailster-block-form-type-content label {
  font-family: "adelle-sans", Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 9px;
}
.category-sidebar .mailster-block-form-type-content input {
  max-height: 46px;
}
.category-sidebar .mailster-block-form-type-content input[type=email],
.category-sidebar .mailster-block-form-type-content input[type=text] {
  border: 1px solid #333;
  background: #fff;
  font-size: 20px;
}
.category-sidebar .mailster-block-form-type-content .wp-block-mailster-field-email.mailster-wrapper {
  margin-bottom: 16px;
}
.category-sidebar .mailster-block-form-type-content .wp-block-mailster-field-submit.mailster-wrapper {
  width: auto;
  font-family: "adelle-sans", Helvetica, sans-serif;
  margin-left: auto;
}
.category-sidebar .mailster-block-form-type-content .wp-block-mailster-field-submit.mailster-wrapper input {
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
}

.before-author-box .widget {
  margin: 100px 0;
}
.before-author-box .widget h2 {
  margin: 0;
  line-height: 1.2;
}
.before-author-box .widget .om-jpsubscribe-widget {
  padding: 2.375rem;
  border-radius: 4px;
}
.before-author-box .widget .author-info {
  margin: 0;
  padding: 0;
}
.before-author-box .widget .wp-block-separator {
  margin: 32px 0;
}

.after-author-box .widget {
  margin: 80px 0;
}

.widget h2 {
  line-height: 1.36364;
}

.site-footer {
  padding: 0;
  margin-top: 100px;
  background: #eaeaeb;
  border-top: none;
}
.site-footer .site-info {
  background: #131313;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  color: #fff;
  padding: 1rem 30px;
}
.site-footer .site-info a {
  color: #fff;
  text-decoration: underline;
  background-image: none;
}
.site-footer .site-info a:hover {
  text-decoration: none;
}

/**
 * Footnotes styling.
 * Based on output from https://wordpress.org/plugins/footnotes-made-easy/
 */
sup,
.footnote {
  font-size: 0.8em;
}

.entry-content .footnote-link {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

sup .footnote-link {
  padding: 2px;
}

.footnote-back-link-wrapper {
  color: #ffffff;
}

.footnote {
  margin-bottom: 8px;
}

/* Drop-cap */
.has-drop-cap:not(:focus):first-letter {
  font-size: 89px;
  font-size: 5.5625rem;
  line-height: 0.89;
}

/* https://css-tricks.com/full-width-containers-limited-width-parents/#no-calc-needed */
/* Full alignment */
.alignfull {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin: 32px -50vw;
}

/* Wide alignment */
.alignwide {
  width: 80vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin: 32px -40vw;
}

@media (min-width: 1201px) {
  .alignwide {
    width: calc(100vw - 500px);
    margin: 32px calc(-50vw + 250px);
  }
}
@media (max-width: 900px) {
  .alignwide {
    width: 90vw;
    margin: 32px -45vw;
  }
}
/* Images */
.wp-block-image {
  margin-bottom: 2em;
}

.wp-block-image figcaption,
.wp-caption-text,
.blocks-gallery-caption {
  color: #666666;
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 0.1em;
}

.blocks-gallery-caption {
  font-family: "adelle-sans", Helvetica, sans-serif;
}

.wp-block-image figcaption,
.wp-caption-text {
  text-align: inherit;
}

.wp-block-image.alignfull figcaption {
  text-align: center;
}

.wp-block-gallery figcaption {
  padding-left: 1rem;
  padding-right: 1rem;
}

.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery .blocks-gallery-item a {
  color: #ffffff;
  font-weight: 700;
}

/* Jetpack Gallery display weirdness */
.entry-content .wp-block-jetpack-tiled-gallery {
  margin: 2px -40vw;
}

/* Audio*/
.wp-block-audio {
  margin-bottom: 1.77em;
}

/* Applying color schemes */
.has-white-color {
  color: #ffffff;
}

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

.has-blue-color {
  color: #006bbd;
}

.has-dark-grey-color {
  color: #333333;
}

.has-light-grey-color {
  color: #888888;
}

.has-medium-grey-color {
  color: #666666;
}

.has-dark-blue-color {
  color: #0065b3;
}

.has-light-blue-color {
  color: #42adff;
}

.has-very-light-blue-color {
  color: #ebf2ff;
}

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

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

.has-blue-background-color {
  background-color: #006bbd;
}

.has-dark-grey-background-color {
  background-color: #333333;
}

.has-light-grey-background-color {
  background-color: #888888;
}

.has-medium-grey-background-color {
  background-color: #666666;
}

.has-dark-blue-background-color {
  background-color: #0065b3;
}

.has-light-blue-background-color {
  background-color: #42adff;
}

.has-very-light-blue-background-color {
  background-color: #ebf2ff;
}

/* CSS Classes */
.map:before {
  content: "\f417";
  display: inline-block;
  font-family: "Genericons";
  margin-right: 0.1em;
  overflow: hidden;
  font-size: 1.2em;
  vertical-align: middle;
}

/* Newsletter HTML block */
.om-says {
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
  padding: 1.5em;
  text-align: center;
}
.om-says .newsletter-content h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.om-says .newsletter-content p {
  font-size: 15.2px;
  font-size: 0.95rem;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 608px;
}
@media (max-width: 450px) {
  .om-says .newsletter-content h2 {
    font-size: 16px;
    font-size: 1rem;
  }
  .om-says .newsletter-content p {
    font-size: 13.6px;
    font-size: 0.85rem;
  }
}
.om-says .newsletter-content form {
  margin: 0.5em auto 0;
  position: relative;
  text-align: center;
}
.om-says .newsletter-content form input[type=email] {
  width: 70%;
}
.om-says .newsletter-content form .response {
  color: #888888;
  font-style: italic;
  margin-top: 1em;
}
.om-says .newsletter-content form input[type=submit] {
  background: #006bbd;
}
.om-says .newsletter-content form input[type=submit]:hover {
  opacity: 0.85;
}
@media (max-width: 450px) {
  .om-says .newsletter-content form input[type=email],
  .om-says .newsletter-content form input[type=submit] {
    width: 100%;
  }
  .om-says .newsletter-content form input[type=email] {
    margin-bottom: 0.5em;
  }
}

/* Button Block - Default */
.wp-block-button__link {
  text-transform: capitalize;
  border-radius: 4px;
  padding: 9px 24px !important;
  height: 46px;
  letter-spacing: 0.1em;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: 2px solid #006bbd;
  color: #ffffff;
  background-color: #2d69b7;
  font-family: "adelle-sans", Helvetica, sans-serif;
  font-size: 14px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 700;
  text-transform: uppercase;
  width: auto;
}
.wp-block-button__link:hover {
  opacity: 0.85;
}

.wp-block-button:not(.has-background) a {
  background: #2d69b7;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.wp-block-button:not(.has-background) a:hover {
  opacity: 0.85;
}
.wp-block-button:not(.has-background).is-style-outline a {
  border: 2px solid #006bbd;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #006bbd;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* Download Buttons */
.wp-block-file .wp-block-file__button {
  background: #006bbd;
  border: none;
}

.wp-block-video video {
  margin-bottom: 10px;
}

/* Archive Block */
.wp-block-archives-dropdown select {
  margin-bottom: 32px;
  padding: 0.8em;
}

/* Media & Text Block */
.wp-block-media-text.alignfull .wp-block-media-text__content {
  padding: 7% 8% 0;
}

@media (min-width: 601px) {
  .wp-block-media-text.alignfull.is-vertically-aligned-top .wp-block-media-text__content {
    padding-top: 0;
  }
}
.wp-block-media-text img.size-big {
  margin-right: 0;
  margin-left: 0;
}
.wp-block-media-text.is-style-omco-small-caption {
  color: #666666;
  font-size: 1rem;
  font-family: "adelle-sans", Helvetica, sans-serif;
  margin-bottom: 2.5rem;
  margin-top: 1.875rem;
}
.wp-block-media-text.is-style-omco-small-caption p {
  line-height: 1.55;
}
.wp-block-media-text.is-style-omco-small-caption .wp-block-media-text__content {
  padding-left: 12%;
}
.wp-block-media-text.is-style-omco-small-caption.has-media-on-the-right .wp-block-media-text__content {
  padding-right: 12%;
  padding-left: 0;
}
.wp-block-media-text.is-style-omco-small-caption img.size-big {
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 600px) {
  .wp-block-media-text.is-style-omco-small-caption {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
  .wp-block-media-text.is-style-omco-small-caption .wp-block-media-text__content, .wp-block-media-text.is-style-omco-small-caption.has-media-on-the-right .wp-block-media-text__content {
    margin-top: 1rem;
    padding: 0;
  }
}

/* Horizontal Separator */
.wp-block-separator {
  border: none;
  background-color: #d1d1d2;
}
.wp-block-separator:not(.is-style-dots) {
  width: 20%;
}
.wp-block-separator.is-style-wide {
  width: 100%;
}
.wp-block-separator.is-style-omco-thick-line, .wp-block-separator.is-style-omco-thick-line-non-centered {
  height: 4px !important;
  opacity: 1;
}
.wp-block-separator.is-style-omco-thick-line-non-centered {
  margin-left: 0;
  margin-right: 0;
}

/* Pullquotes */
.wp-block-pullquote {
  border-color: #006bbd;
  color: #333333;
  font-family: "adelle-sans", Helvetica, sans-serif;
}
.wp-block-pullquote blockquote {
  border: none;
  margin-bottom: 0;
}
.wp-block-pullquote blockquote p {
  font-size: 2.1rem;
}
.wp-block-pullquote.is-style-solid-color {
  background: #ebf2ff;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 80%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 2.1rem;
  text-align: center;
}
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-pullquote.is-style-solid-color blockquote .wp-block-pullquote__citation {
  display: block;
  margin-top: 2em;
  text-align: center;
  text-transform: uppercase;
}
.wp-block-pullquote.is-style-omco-boxed-pullquote {
  border-bottom: 1px dotted;
  border-left: 4px solid;
  border-top: none;
  border-color: #006bbd;
  padding-top: 0;
  padding-bottom: 1.25rem;
  padding-left: 1.5625rem;
  text-align: left;
}
.wp-block-pullquote.is-style-omco-boxed-pullquote blockquote:before {
  color: #006bbd;
  content: "“";
  display: block;
  font-family: "adelle", Georgia, serif;
  font-size: 5rem;
  margin-bottom: -4rem;
  margin-top: -1rem;
  position: relative;
}
.wp-block-pullquote.is-style-omco-boxed-pullquote blockquote p {
  font-size: 1.125rem;
}
.wp-block-pullquote.is-style-omco-boxed-pullquote.alignleft, .wp-block-pullquote.is-style-omco-boxed-pullquote.alignright {
  max-width: 25%;
}
.wp-block-pullquote.is-style-omco-boxed-pullquote .wp-block-pullquote__citation,
.wp-block-pullquote.is-style-omco-boxed-pullquote cite {
  color: #666666;
  display: block;
  font-size: 1rem;
  font-style: italic;
  margin-top: -1rem;
  text-transform: none;
}
@media screen and (min-width: 1243px) {
  .wp-block-pullquote.is-style-omco-boxed-pullquote.alignleft, .wp-block-pullquote.is-style-omco-boxed-pullquote.alignright {
    max-width: 20%;
    position: absolute;
  }
  .wp-block-pullquote.is-style-omco-boxed-pullquote.alignleft {
    left: -5vw;
  }
  .wp-block-pullquote.is-style-omco-boxed-pullquote.alignright {
    right: -5vw;
  }
}
@media screen and (max-width: 700px) {
  .wp-block-pullquote.is-style-omco-boxed-pullquote {
    margin-bottom: 2rem;
    margin-top: 2rem;
    overflow: hidden;
    padding-bottom: 1.25rem;
    padding-left: 0.2rem;
  }
  .wp-block-pullquote.is-style-omco-boxed-pullquote.alignleft, .wp-block-pullquote.is-style-omco-boxed-pullquote.alignright {
    float: none;
    display: block;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}

/* Blockquotes */
blockquote {
  display: block !important;
}

.wp-block-quote {
  border-color: #006bbd;
  color: #333333;
  font-family: "adelle-sans", Helvetica, sans-serif;
  font-size: 1.2rem;
  padding-left: 1.125rem;
}
.wp-block-quote cite,
.wp-block-quote .wp-block-pullquote__citation, .wp-block-quote.is-style-large cite {
  display: block;
  font-size: 1rem;
  margin-top: -0.3em;
  text-align: left;
}
.wp-block-quote.is-style-omco-blue-blockquote-small, .wp-block-quote.is-style-omco-blue-blockquote-large {
  border-width: 4px;
  color: #006bbd;
  font-size: 1.625rem;
  font-style: normal;
}
.wp-block-quote.is-style-omco-blue-blockquote-small p, .wp-block-quote.is-style-omco-blue-blockquote-large p {
  margin-bottom: 0.5em;
}
.wp-block-quote.is-style-omco-blue-blockquote-small cite,
.wp-block-quote.is-style-omco-blue-blockquote-small .wp-block-pullquote__citation, .wp-block-quote.is-style-omco-blue-blockquote-large cite,
.wp-block-quote.is-style-omco-blue-blockquote-large .wp-block-pullquote__citation {
  color: #666666;
  display: block;
  font-size: 1rem;
  font-style: italic;
}
.wp-block-quote.is-style-omco-blue-blockquote-large {
  font-size: 2.25rem;
  line-height: 1.4;
}
.wp-block-quote.is-style-omco-serif-blockquote-large {
  border: none;
  font-family: "adelle", Georgia, serif;
  font-size: 2.8125rem;
  font-style: italic;
  line-height: 1.3;
  width: 90%;
}

/* Table */
.wp-block-table table,
.wp-block-table td,
.wp-block-table th {
  font-size: 1rem;
}
.wp-block-table td,
.wp-block-table th {
  font-family: "adelle", Georgia, serif;
}
.wp-block-table figcaption {
  font-family: "adelle-sans", Helvetica, sans-serif;
  font-size: 0.875rem;
  margin-top: -1em;
}
.wp-block-table.is-style-omco-blue-stripes table,
.wp-block-table.is-style-omco-blue-stripes th,
.wp-block-table.is-style-omco-blue-stripes td,
.wp-block-table.is-style-omco-blue-stripes thead {
  border: none;
  border-collapse: collapse;
}
.wp-block-table.is-style-omco-blue-stripes table {
  border: 1px solid #006bbd;
}
.wp-block-table.is-style-omco-blue-stripes th,
.wp-block-table.is-style-omco-blue-stripes td {
  border: 1px solid #abd0f2;
}
.wp-block-table.is-style-omco-blue-stripes th {
  background: #ebf2ff;
  border-width: 0 1px 1px 0;
}
.wp-block-table.is-style-omco-blue-stripes th:last-of-type {
  border-right: 0;
}
.wp-block-table.is-style-omco-blue-stripes td:first-child {
  border-left-color: #006bbd;
}
.wp-block-table.is-style-omco-blue-stripes td:last-child {
  border-right-color: #006bbd;
}
.wp-block-table.is-style-omco-blue-stripes tr:nth-child(odd) {
  background: #f6f9ff;
}
.wp-block-table.is-style-omco-blue-stripes tr:last-of-type td {
  border-bottom-color: #006bbd;
}

/* Special Caption & Sans Serif Paragraph Styles */
p.is-style-omco-small-caption-style {
  font-family: "adelle-sans", Helvetica, sans-serif;
  font-size: 0.875rem;
  color: #666666;
  margin-top: -1em;
}

p.is-style-omco-sans-serif-style {
  font-family: "adelle-sans", Helvetica, sans-serif;
}

/* Special bold, short-width headers */
h1.is-style-omco-extrabold,
h2.is-style-omco-extrabold,
h3.is-style-omco-extrabold,
h4.is-style-omco-extrabold,
h5.is-style-omco-extrabold,
h6.is-style-omco-extrabold {
  font-weight: 800;
  line-height: 1.1;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  word-wrap: normal;
}
h1.is-style-omco-extrabold strong,
h2.is-style-omco-extrabold strong,
h3.is-style-omco-extrabold strong,
h4.is-style-omco-extrabold strong,
h5.is-style-omco-extrabold strong,
h6.is-style-omco-extrabold strong {
  font-weight: 800;
}
h1.is-style-omco-uppercase-sans-serif,
h2.is-style-omco-uppercase-sans-serif,
h3.is-style-omco-uppercase-sans-serif,
h4.is-style-omco-uppercase-sans-serif,
h5.is-style-omco-uppercase-sans-serif,
h6.is-style-omco-uppercase-sans-serif {
  text-transform: uppercase;
  font-family: "adelle-sans", Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}

/* Cover block - Narrow Content style */
.wp-block-cover.is-style-omco-narrow-content .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.is-style-omco-narrow-content .wp-block-cover__inner-container {
  padding: 4rem;
  width: 80%;
}
.wp-block-cover.is-style-omco-narrow-content .wp-block-cover__inner-container p,
.wp-block-cover.has-custom-content-position.is-style-omco-narrow-content .wp-block-cover__inner-container p {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
@media screen and (max-width: 900px) {
  .wp-block-cover.is-style-omco-narrow-content .wp-block-cover__inner-container,
  .wp-block-cover.has-custom-content-position.is-style-omco-narrow-content .wp-block-cover__inner-container {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .wp-block-cover.is-style-omco-narrow-content .wp-block-cover__inner-container,
  .wp-block-cover.has-custom-content-position.is-style-omco-narrow-content .wp-block-cover__inner-container {
    padding: 7.6923%;
  }
}

/* Defined Text Sizes and scaling for screen sizes */
.entry-content,
body.editor-styles-wrapper {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  word-wrap: normal;
}
.entry-content .has-small-font-size,
body.editor-styles-wrapper .has-small-font-size {
  font-size: 0.8125em;
}
.entry-content .has-normal-font-size,
body.editor-styles-wrapper .has-normal-font-size {
  font-size: 1em;
}
.entry-content .has-medium-font-size,
body.editor-styles-wrapper .has-medium-font-size {
  font-size: 1.25em;
}
.entry-content .has-large-font-size,
body.editor-styles-wrapper .has-large-font-size {
  font-size: 2.25em;
}
.entry-content .has-huge-font-size,
body.editor-styles-wrapper .has-huge-font-size {
  font-size: 2.625em;
}
.entry-content .has-extra-huge-font-size,
body.editor-styles-wrapper .has-extra-huge-font-size {
  font-size: 4em;
}
.entry-content .has-giant-font-size,
body.editor-styles-wrapper .has-giant-font-size {
  font-size: 4.6875em;
}
.entry-content .has-gigantic-font-size,
body.editor-styles-wrapper .has-gigantic-font-size {
  font-size: 5.312em;
}
.entry-content p.has-huge-font-size, .entry-content p.has-extra-huge-font-size, .entry-content p.has-giant-font-size, .entry-content p.has-gigantic-font-size,
body.editor-styles-wrapper p.has-huge-font-size,
body.editor-styles-wrapper p.has-extra-huge-font-size,
body.editor-styles-wrapper p.has-giant-font-size,
body.editor-styles-wrapper p.has-gigantic-font-size {
  line-height: 140%;
}
@media screen and (max-width: 750px) {
  .entry-content .has-medium-font-size,
  body.editor-styles-wrapper .has-medium-font-size {
    font-size: 1.19em;
  }
  .entry-content .has-large-font-size,
  .entry-content .wp-block-quote.is-style-omco-blue-blockquote-large,
  body.editor-styles-wrapper .has-large-font-size,
  body.editor-styles-wrapper .wp-block-quote.is-style-omco-blue-blockquote-large {
    font-size: 2.15em;
  }
  .entry-content .has-huge-font-size,
  body.editor-styles-wrapper .has-huge-font-size {
    font-size: 2.425em;
  }
  .entry-content .has-extra-huge-font-size,
  body.editor-styles-wrapper .has-extra-huge-font-size {
    font-size: 3em;
  }
  .entry-content .has-giant-font-size,
  body.editor-styles-wrapper .has-giant-font-size {
    font-size: 3.6875em;
  }
  .entry-content .has-gigantic-font-size,
  body.editor-styles-wrapper .has-gigantic-font-size {
    font-size: 4em;
  }
}

/* Groups */
.wp-block-group.has-background {
  margin-bottom: 1rem;
}
.wp-block-group.has-background p,
.wp-block-group.has-background h1,
.wp-block-group.has-background h2,
.wp-block-group.has-background h3,
.wp-block-group.has-background h4,
.wp-block-group.has-background h5,
.wp-block-group.has-background h6,
.wp-block-group.has-background ul {
  margin-bottom: 1rem;
}
.wp-block-group.has-background ul {
  margin-left: 1.2rem;
}
.wp-block-group.has-background ul ul {
  margin-bottom: 0;
}

/* Force Spacer Blocks to be smaller on tablets / mobile (regardless of height set in editor) */
@media (max-width: 750px) {
  .wp-block-spacer,
  body.editor-styles-wrapper .wp-block-spacer {
    height: 10px !important;
  }
}

/* Fix bottom margins on elements to match theme defaults */
.alignwide,
.alignfull,
.wp-block-quote,
.wp-block-table,
.wp-block-media-text,
.wp-block-pullquote,
.entry-content .wp-block-jetpack-tiled-gallery {
  margin-top: 0;
  margin-bottom: 2rem;
}

.wp-block-quote {
  margin-top: 2.5rem;
}

/* Break columns earlier (for easier reading on tablets and small desktops) */
.wp-block-columns {
  margin-bottom: inherit;
}

@media screen and (max-width: 950px) {
  .wp-block-columns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wp-block-column,
  .wp-block-column:not(:only-child) {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
}
.wp-block-post-template {
  margin-left: 0;
}

.wp-block-post-date {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  color: #0065b3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "adelle-sans", Helvetica, sans-serif;
  display: block;
  text-underline-offset: 3px;
}
.wp-block-post-date:hover {
  text-decoration: underline;
  background-image: none;
}
.wp-block-post-date a {
  text-decoration: none;
  background-image: none;
}

h2.wp-block-post-title {
  font-family: "adelle", Georgia, serif;
}
h2.wp-block-post-title a {
  font-family: inherit;
  text-decoration: none;
  background-image: none;
}
h2.wp-block-post-title a:hover {
  text-decoration: underline;
}

.wp-block-query .wp-block-post {
  padding-bottom: 100px;
}
.wp-block-query .wp-block-post:last-child {
  padding-bottom: 0;
}
.wp-block-query .wp-block-post h2 {
  line-height: 1.2;
}
.wp-block-query .wp-block-post .wp-block-post-date {
  margin-bottom: 20px;
}

.has-header-navigation .wp-block-query, .has-header-navigation .wp-query-jetpack-top-posts {
  margin-top: 24px;
}
.has-header-navigation .wp-block-query .wp-block-post, .has-header-navigation .wp-query-jetpack-top-posts .wp-block-post {
  padding-top: 0;
  padding-bottom: 24px;
}
.has-header-navigation .wp-block-query .wp-block-post .wp-block-post-date, .has-header-navigation .wp-query-jetpack-top-posts .wp-block-post .wp-block-post-date {
  margin-bottom: 8px;
}
.has-header-navigation .wp-block-query .wp-block-post h2, .has-header-navigation .wp-query-jetpack-top-posts .wp-block-post h2 {
  margin: 0;
  line-height: 1.4;
  font-size: 18px;
  max-height: 510px;
  color: #333333;
}
@media (max-width: 768px) {
  .has-header-navigation .wp-block-query .wp-block-post h2, .has-header-navigation .wp-query-jetpack-top-posts .wp-block-post h2 {
    font-size: 15px;
  }
}
.has-header-navigation .wp-block-query .wp-block-post h2 a, .has-header-navigation .wp-query-jetpack-top-posts .wp-block-post h2 a {
  color: inherit;
}
.has-header-navigation .wp-block-query .wp-block-post hr, .has-header-navigation .wp-query-jetpack-top-posts .wp-block-post hr {
  margin-top: 24px;
  margin-bottom: 0;
}
.has-header-navigation .wp-block-query .wp-block-post .loop-categories, .has-header-navigation .wp-query-jetpack-top-posts .wp-block-post .loop-categories {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.has-header-navigation .wp-block-query .wp-block-post .loop-categories .taxonomy-category, .has-header-navigation .wp-query-jetpack-top-posts .wp-block-post .loop-categories .taxonomy-category {
  display: none;
}
.has-header-navigation .wp-block-query .wp-block-post .loop-categories .entry-footer, .has-header-navigation .wp-query-jetpack-top-posts .wp-block-post .loop-categories .entry-footer {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
  gap: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.has-header-navigation .wp-block-query .wp-block-post .loop-categories .entry-footer .wp-block-post-terms__separator, .has-header-navigation .wp-query-jetpack-top-posts .wp-block-post .loop-categories .entry-footer .wp-block-post-terms__separator {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 0;
  white-space: normal;
}
.has-header-navigation .wp-block-query .wp-block-post .loop-categories .wp-block-post-terms a:has(+ .wp-block-post-terms__separator)::after, .has-header-navigation .wp-query-jetpack-top-posts .wp-block-post .loop-categories .wp-block-post-terms a:has(+ .wp-block-post-terms__separator)::after {
  content: ", ";
}
@media (max-width: 768px) {
  .has-header-navigation .wp-block-query .wp-block-post .loop-categories, .has-header-navigation .wp-query-jetpack-top-posts .wp-block-post .loop-categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .has-header-navigation .wp-block-query .wp-block-post .loop-categories .entry-footer, .has-header-navigation .wp-query-jetpack-top-posts .wp-block-post .loop-categories .entry-footer {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.has-header-navigation .wp-block-query .wp-block-query-pagination-is-layout-flex .wp-block-button, .has-header-navigation .wp-query-jetpack-top-posts .wp-block-query-pagination-is-layout-flex .wp-block-button {
  margin-left: 0;
  width: auto;
  margin-top: 56px;
}

.omco-photo-newsletter-signup .newsletter-content h2 {
  text-transform: none;
}

.omco-photo-newsletter-email-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.omco-photo-newsletter-signup .newsletter-content form input[type=email] {
  width: 100%;
}

.omco-photo-newsletter-signup #mc_embed_signup div.mce_inline_error {
  background: #9B0000;
  font-weight: normal;
  margin-bottom: 0.5em;
  text-align: left;
  width: 100%;
}

.omco-photo-newsletter-signup #mc_embed_signup input.mce_inline_error {
  border: 2px solid #9B0000;
  margin-bottom: 0;
}

@media (min-width: 451px) {
  .omco-photo-newsletter-signup-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .omco-photo-newsletter-fieldwrapper {
    width: 70%;
  }
  .omco-photo-newsletter-signup input[type=submit] {
    margin-top: 1.75rem;
    margin-left: 0.25rem;
  }
}
.widget .om-says input[type=text],
.widget .om-says input[type=email] {
  font-family: "adelle-sans", Helvetica, sans-serif;
  padding: 7px;
  line-height: 1.9;
}

.widget .om-says input[type=submit] {
  font-size: 0.9375rem;
  padding: 17px 32px 16px;
}

.omco-newsletter-signup {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1.5em;
  text-align: center;
  max-width: 60rem !important;
  margin: 0 auto;
}
.omco-newsletter-signup h2 {
  font-family: "adelle", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5em;
  color: #5b5b5b;
}
.omco-newsletter-signup p {
  font-size: 0.9rem;
}
.omco-newsletter-signup p a {
  color: #006bbd;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 127, 225, 0), 0 1px 0 rgb(0, 127, 225);
  box-shadow: inset 0 0 0 rgba(0, 127, 225, 0), 0 1px 0 rgb(0, 127, 225);
  text-decoration: none;
}
.omco-newsletter-signup p a:hover {
  text-decoration: none !important;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 101, 179, 0), 0 1px 0 rgb(0, 101, 179);
  box-shadow: inset 0 0 0 rgba(0, 101, 179, 0), 0 1px 0 rgb(0, 101, 179);
}

.wp-block-jetpack-subscriptions__form-elements input, .wp-block-jetpack-subscriptions__form-elements button {
  border-radius: 4px !important;
}

/* Adjust padding inside container */
body.has-body .highlight-and-share-wrapper a {
  padding: 8px 16px !important;
}

/* Share text */
body.has-body .highlight-and-share-wrapper a,
body.has-body .highlight-and-share-wrapper a:hover,
body.has-body .highlight-and-share-wrapper a:visited {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "adelle-sans", Helvetica, sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.1875em !important;
}

/* Insert icons for social services */
.om-share-twitter::before,
.om-share-facebook::before,
.om-share-linkedin::before,
.om-share-pinterest::before,
.om-share-xing::before,
.om-share-whatsapp::before,
.om-share-copy::before,
.om-share-email::before {
  display: inline-block;
  font-family: genericons !important;
  font-size: 16px;
  font-style: normal;
  vertical-align: -2px;
}

.om-share-xing::before,
.om-share-whatsapp::before {
  content: "\f300";
}

.om-share-twitter::before {
  content: "\f202";
}

.om-share-facebook::before {
  content: "\f203";
}

.om-share-linkedin::before {
  content: "\f208";
}

.om-share-copy::before {
  content: "\f443";
}

.om-share-email::before {
  content: "\f410";
}

.home-links {
  gap: 24px;
  margin-top: 80px;
  font-family: "adelle-sans", Helvetica, sans-serif;
  letter-spacing: 1.4px;
}
.home-links a {
  padding-bottom: 16px;
}
.home-links a:hover, .home-links a:focus, .home-links a:focus-visible {
  text-decoration: underline;
  text-decoration-color: #000000;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
.home-links .current-menu-item a {
  color: #333333 !important;
  text-decoration: underline;
  text-decoration-color: #000000;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
@media (max-width: 768px) {
  .home-links {
    margin-top: 64px;
  }
}

.header-bio-image img {
  width: calc(45vw - 40px) !important;
  max-width: 230px;
}

.has-header-navigation.category .entry-header {
  margin-bottom: 28px;
}
.has-header-navigation.category .wp-block-query {
  margin-top: 0;
}
.has-header-navigation.category .wp-block-query .wp-block-post {
  margin: 0;
}
.has-header-navigation.category .wp-block-query .wp-block-post:first-of-type {
  padding-top: 0;
}

body.category-podcast:not(.no-results) .featured-post {
  display: block;
  max-width: 1012px;
}
body.category-podcast:not(.no-results) .featured-post .podcast-player {
  max-width: 833px;
}
body.category-podcast:not(.no-results) .site-main .hentry {
  display: block;
}

.podcast-player {
  margin-top: 32px;
}

.search-form {
  position: relative;
}
.search-form::after {
  font-size: 22.4px;
  font-size: 1.4rem;
  content: "\f400";
  display: block;
  font-family: "Genericons";
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000000;
}

.single-post .entry-header::after {
  display: none;
}

.om-custom-cover {
  min-height: 248px;
  position: relative;
}
.om-custom-cover:hover .wp-block-cover__background {
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.om-custom-cover .wp-block-cover__inner-container a {
  background: #fff;
  color: #333333;
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Adelle", Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  min-width: 177px;
  text-align: left;
  padding: 4.8px 20px;
}

.om-hide-everywhere {
  display: none;
}

.category-podcast .om-hide-on-podcast {
  display: none;
}
.category-podcast .om-show-on-podcast {
  display: block;
}

.category-essays .om-hide-on-essays {
  display: none;
}
.category-essays .om-show-on-essays {
  display: block;
}

.category-interviews .om-hide-on-interviews {
  display: none;
}
.category-interviews .om-show-on-interviews {
  display: block;
}

.category-photography .om-hide-on-photography {
  display: none;
}
.category-photography .om-display-on-photography {
  display: block;
}

.hentry .entry-footer #jp-relatedposts {
  margin-top: 67px;
}
.hentry .entry-footer #jp-relatedposts .jp-relatedposts-post::before {
  content: "";
  height: 2px;
  width: 3ch;
  display: block;
  background: #006bbd;
  margin-bottom: 15px;
}
.hentry .entry-footer #jp-relatedposts .jp-relatedposts-post-a {
  font-family: "adelle", Georgia, serif;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.7;
  color: #333333;
}
.hentry .entry-footer #jp-relatedposts .jp-relatedposts-headline {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: "adelle", Georgia, serif;
  font-size: 18px;
  font-weight: 400;
}
.hentry .entry-footer #jp-relatedposts .jp-relatedposts-headline em {
  font-weight: 400;
}
.hentry .entry-footer #jp-relatedposts .jp-relatedposts-headline em::before {
  content: none;
}

/**
 * Jetpack Infinity Buton
 */
#main #infinite-handle {
  text-align: left;
  border: none;
  display: block;
  margin: 0;
  padding: 0;
  margin-top: 2rem;
}
#main #infinite-handle > span {
  border-radius: 4px;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: 2px solid #006bbd;
  color: #ffffff;
  background-color: #2d69b7;
  font-family: "adelle-sans", Helvetica, sans-serif;
  font-size: 14px;
  padding: 12px 24px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 700;
}
#main #infinite-handle > span:hover {
  opacity: 0.85;
}
#main #infinite-handle > span button {
  letter-spacing: 0.1em;
}
#main #infinite-handle > span button:hover {
  opacity: 1;
}

.related-posts {
  width: 100%;
}
.related-posts .related-posts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 600px) {
  .related-posts .related-posts-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 56px;
  }
}
.related-posts .related-posts-list > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}
.related-posts h2 {
  margin-bottom: 32px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}
.related-posts hr {
  width: 24px;
  margin-bottom: 16px;
  background-color: #d1d1d2;
  margin-left: 0;
  margin-bottom: 16px;
}
.related-posts .post-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 24px;
  color: #333333;
  font-family: "adelle", Georgia, serif;
  display: block;
}
.related-posts .post-excerpt {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  font-family: "adelle", Georgia, serif;
  display: block;
}
.related-posts .post-date {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  color: #0065b3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "adelle-sans", Helvetica, sans-serif;
  display: block;
  margin-bottom: 16px;
}
.related-posts .post-date:hover {
  text-decoration: underline;
  background-image: none;
}

.wp-block-jetpack-subscriptions input {
  border: 1px solid #333333;
  padding: 9px !important;
  line-height: normal;
  font-family: "adelle", Georgia, serif;
  height: 46px !important;
}
.wp-block-jetpack-subscriptions button {
  padding: 9px 24px;
  background-color: #006bbd;
  font-size: 14px !important;
  height: 46px !important;
  letter-spacing: 0.1em;
}

@media (max-width: 600px) {
  .wp-block-jetpack-subscriptions {
    margin-top: 16px;
  }
  .wp-block-jetpack-subscriptions .wp-block-jetpack-subscriptions__form-elements {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .wp-block-jetpack-subscriptions .wp-block-jetpack-subscriptions__form-elements #subscribe-email {
    width: 100%;
  }
  .wp-block-jetpack-subscriptions .wp-block-jetpack-subscriptions__form-elements #subscribe-submit {
    width: 100%;
  }
  .wp-block-jetpack-subscriptions .wp-block-jetpack-subscriptions__form-elements #subscribe-submit button {
    width: 100%;
    margin: 0 !important;
    letter-spacing: 0.1em;
  }
}
.wp-block-jetpack-subscriptions.mobile-nav-footer {
  margin-top: 16px;
}
.wp-block-jetpack-subscriptions.mobile-nav-footer .wp-block-jetpack-subscriptions__form-elements {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.wp-block-jetpack-subscriptions.mobile-nav-footer .wp-block-jetpack-subscriptions__form-elements #subscribe-email {
  width: 100%;
}
.wp-block-jetpack-subscriptions.mobile-nav-footer .wp-block-jetpack-subscriptions__form-elements #subscribe-submit {
  width: 100%;
}
.wp-block-jetpack-subscriptions.mobile-nav-footer .wp-block-jetpack-subscriptions__form-elements #subscribe-submit button {
  width: 100%;
  margin: 0 !important;
  letter-spacing: 0.1em;
}

.wp-block-jetpack-contact-form {
  padding: 0 !important;
}