/* Font Sizes
----------------------------------------------------------------------------- */
.entry-content p.has-small-font-size {
  font-size: 18px;
}
.entry-content p.has-regular-font-size {
  font-size: 22px;
}
.entry-content p.has-large-font-size {
  font-size: 26px;
}
.entry-content p.has-larger-font-size {
  font-size: 30px;
}
/* Drop Caps
---------------------------------------------------------------------------- */
.entry-content p.has-drop-cap:not(:focus)::first-letter {
  font-size: 9.2em;
}
/* Background Color
---------------------------------------------------------------------------- */
.entry-content p.has-background {
  padding: 25px 30px;
}
.entry-content p.has-background.box-shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.entry-content p.has-background.light-text a {
  color: #fff;
  text-decoration: underline;
}
.entry-content p.has-background.light-text a:focus, .entry-content p.has-background.light-text a:hover {
  text-decoration: none;
}
.entry-content p.has-background a, .entry-content p.has-text-color a {
  color: inherit;
  text-decoration: underline;
}
.entry-content p.has-background a:focus, .entry-content p.has-background a:hover, .entry-content p.has-text-color a:focus, .entry-content p.has-text-color a:hover {
  color: inherit;
  text-decoration: none;
}
/* Alignment
---------------------------------------------------------------------------- */
.has-text-align-center {
  text-align: center;
}
.has-text-align-left {
  text-align: left;
}
.has-text-align-right {
  text-align: right;
}
.wp-block-button.alignleft, .wp-block-buttons.alignleft, .wp-block-cover.alignleft, .wp-block-image .alignleft {
  margin-right: 2em;
}
.wp-block-button.alignright, .wp-block-buttons.alignright, .wp-block-cover.alignright, .wp-block-image .alignright {
  margin-left: 2em;
}
.wp-block-image.alignwide, .wp-block-image.alignfull, .wp-block-embed.alignwide, .wp-block-embed.alignfull {
  margin-bottom: 30px;
}
.full-width-content .entry-content > .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}
.full-width-content .entry-content > .wp-block-table.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  width: 100vw;
}
.content-sidebar .entry-content .alignfull, .sidebar-content .entry-content .alignfull {
  margin: 0 0 2em;
  width: 100%;
}
.alignfull .alignwide, .alignwide .alignwide {
  max-width: 1020px;
  margin: 0 auto;
}
/* Columns
---------------------------------------------------------------------------- */
.site-container .wp-block-columns {
  margin-bottom: 30px;
}
.site-container .wp-block-columns.alignfull {
  padding: 0 30px;
}
/* Cover Image
---------------------------------------------------------------------------- */
.full-width-content .entry-content > .wp-block-cover.alignfull {
  width: 100vw;
}
.entry-content .wp-block-cover .wp-block-cover-text {
  font-size: 48px;
}
/* Buttons
---------------------------------------------------------------------------- */
.wp-block-button {
  margin-bottom: 1.5em;
}
.content .wp-block-button .wp-block-button__link {
  background-color: oklch(var(--blue));
  border: 0;
  border-radius: 8px;
  box-shadow: 0 2px 20px oklch(0.7269 0.0495 248.51 / 70%);
  color: #fff;
  cursor: pointer;
  font-size: calc(var(--text-size) + .1rem);
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 24px;
  padding: 16px;
  position: relative;
  text-align: left;
  white-space: normal;
  width: auto;
}
.content .wp-block-button.large .wp-block-button__link {
  font-size: calc(var(--text-size) + .5rem);
  max-width: 360px;
  padding-bottom: 56px;
  padding-right: 64px;
}
.content .wp-block-button .wp-block-button__link::after {
  background-color: var(--yellow-fallback);
  background-color: oklch(var(--yellow));
  border-radius: 4px;
  color: var(--dk-blue-fallback);
  color: oklch(var(--dk-blue));
  content: "\e09f";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  margin-left: 40px;
  padding: 4px 8px;
  vertical-align: middle;
}
/*.content .wp-block-button:hover .wp-block-button__link::after {
  background-color: rgb(35, 50, 86);
  background-color: oklch(var(--dk-blue));
  color: var(--yellow-fallback);
  color: oklch(var(--yellow));
}*/
.content .wp-block-button.large .wp-block-button__link::after {
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.content .wp-block-button .wp-block-button__link:hover, .content .wp-block-button .wp-block-button__link:focus {
  background-color: var(--dk-blue-fallback) !important;
  background-color: oklch(var(--dk-blue)) !important;
  color: var(--yellow-fallback);
  color: oklch(var(--yellow));
}
.content .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent !important;
  border: 1.25px solid oklch(var(--yellow));
  box-shadow: none;
  color: #fff;
}
.content .wp-block-button.is-style-outline .wp-block-button__link.has-background {
  background-color: transparent !important;
}
#genesis-content.content .wp-block-button.is-style-outline .wp-block-button__link:focus, #genesis-content.content .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: var(--dk-blue-fallback) !important;
  background-color: oklch(var(--dk-blue)) !important;
  border-color: var(--yellow-fallback) !important;
  border-color: oklch(var(--yellow)) !important;
  color: var(--yellow-fallback) !important;
  color: oklch(var(--yellow)) !important;
}
/*.content .wp-block-button.is-style-outline .wp-block-button__link:hover::after, .content .wp-block-button.is-style-outline .wp-block-button__link:focus::after {
  background-color: oklch(var(--dk-blue));
  color: oklch(var(--yellow));
}*/
/* Blockquotes and captions
---------------------------------------------------------------------------- */
.entry-content .wp-block-pullquote blockquote::before, .entry-content .wp-block-quote::before {
  color: #888;
  content: "\201C";
  display: block;
  font-family: serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  height: 0;
  left: -25px;
  position: relative;
  text-align: left;
  top: -10px;
}
.site-container .wp-block-pullquote.alignleft {
  margin: 0 2em 1.5em 0;
}
.site-container .wp-block-pullquote.alignright {
  margin: 0 0 1.5em 2em;
}
.entry-content .wp-block-quote.is-style-large::before {
  font-size: 40px;
  left: -30px;
}
.entry-content .wp-block-pullquote blockquote::before {
  color: #222;
  font-size: 60px;
  left: 0;
  margin-top: 50px;
  text-align: center;
  top: -80px;
}
.entry-content .wp-block-pullquote.is-style-solid-color blockquote::before {
  color: #fff;
  padding-top: 16px;
}
.entry-content .wp-block-pullquote blockquote.has-text-color::before {
  color: currentColor;
}
.entry-content .wp-block-pullquote, .entry-content .wp-block-quote {
  border: none;
  margin: 24px 24px 36px;
}
.entry-content .wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 80%;
}
.entry-content .wp-block-pullquote.is-style-solid-color:not(.has-text-color) blockquote {
  color: #fff;
}
.entry-content .wp-block-quote:not(.is-large):not(.is-style-large) {
  border: none;
}
.entry-content .wp-block-pullquote:not(.is-style-solid-color)[style*="border-color"] {
  border: 2px solid;
  border-left: none;
  border-right: none;
}
.entry-content .wp-block-pullquote p, .entry-content .wp-block-quote p {
  color: inherit;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-style: italic;
  line-height: 1.8;
  margin-bottom: 42px;
}
.entry-content .wp-block-pullquote p {
  text-align: center;
}
.entry-content .wp-block-pullquote p, .entry-content .wp-block-quote.is-style-large p {
  font-size: 32px;
}
.entry-content .wp-block-pullquote cite, .entry-content .wp-block-quote cite {
  color: inherit;
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  margin-top: -25px;
  text-align: inherit;
  text-transform: uppercase;
}
.entry-content .wp-block-pullquote cite {
  margin-top: 40px;
  text-align: center;
}
.entry-content .wp-block-pullquote.is-style-solid-color cite {
  text-transform: uppercase;
}
.entry-content .wp-block-pullquote[class*="align"] cite, .entry-content .wp-block-quote[class*="align"] cite {
  text-align: center;
}
.blocks-gallery-caption {
  width: 100%;
}
.blocks-gallery-item figcaption {
  margin-bottom: 0;
}
/* Category Block
---------------------------------------------------------------------------- */
.site-container .wp-block-categories {
  margin-left: 0;
  padding-left: 0;
}
.site-container .wp-block-categories li {
  list-style-type: none;
}
.site-container .wp-block-categories.aligncenter {
  text-align: center;
}
.site-container .wp-block-categories.alignfull {
  padding: 0 30px;
}
.site-container .wp-block-categories .children {
  padding-left: 30px;
}
/* Latest Posts Block
---------------------------------------------------------------------------- */
.site-container .wp-block-latest-posts {
  margin-left: 0;
  padding-left: 0;
}
.site-container .wp-block-latest-posts li {
  list-style-type: none;
}
.site-container .wp-block-latest-posts.aligncenter {
  text-align: center;
}
.site-container .wp-block-latest-posts.alignfull {
  padding: 0 30px;
}
/* Other Blocks
---------------------------------------------------------------------------- */
.wp-block-preformatted, .wp-block-verse {
  font-size: 16px;
}
.wp-block-preformatted {
  white-space: pre-wrap;
}
hr.wp-block-separator {
  border: none;
  border-bottom: 1px solid currentColor;
  color: #eee;
  margin: 1.65em auto;
}
hr.is-style-dots {
  color: currentColor;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px
}
.wp-block-audio audio {
  display: inline-block;
  width: 100%;
}
.entry-content .blocks-gallery-grid {
  padding-left: 0;
}
.wp-block-table.is-style-stripes {
  border-bottom-width: 0;
}
.site-container .wp-block-social-links {
  margin-left: 0;
  padding-left: 0;
}
/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (max-width: 800px) {
  .content .wp-block-button.large .wp-block-button__link {
    font-size: calc(var(--text-size) + .3rem);
    max-width: 340px;
    padding-right: 56px;
  }
}
@media only screen and (max-width: 781px) {
  .site-container .wp-block-column {
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 460px) {
  .content .wp-block-button:not(.large) .wp-block-button__link::after {
    position: absolute;
    right: 16px;
    bottom: 16px;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 2px 6px;
  }
  .content .wp-block-button:not(.large) .wp-block-button__link {
    padding-right: 56px;
  }
}
@media only screen and (min-width: 1020px) {
  .full-width-content .entry-content > .alignwide {
    margin-left: -150px;
    margin-right: -150px;
    max-width: calc(100% + 300px);
    width: auto;
  }
}