@charset "UTF-8";
/*!
Theme Name: TwoTen Blocks
Theme URI: https://twotenstudio.co.uk
Author: TwoTen Studio
Author URI: https://twotenstudio.co.uk
Description: The Lonely Seat — ACF block theme by TwoTen Studio, rebuilt from the original Oxygen Builder site.
Version: 2.0.0
Tested up to: 7.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: twoten-blocks
Tags: custom-logo, custom-menu, featured-images, translation-ready

TwoTen Blocks is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
:root {
  --tls-navy: #01103a;
  --tls-red: #ff0000;
  --tls-white: #ffffff;
  --tls-black: #000000;
  --tls-grey: #606e79;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
  background: #f9f9f9;
}

body {
  margin: 0;
  background: #f9f9f9;
  color: #000000;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  overflow-x: hidden;
}
body.nav-open {
  overflow: hidden;
}

#page {
  position: relative;
  overflow-x: clip;
}

.site-main {
  display: block;
}

.site-main > * {
  width: 100%;
}

.container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: content-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 0.5em;
  color: #000000;
}

h1 {
  font-size: 36px;
  padding-bottom: 10px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0 0 1em;
}

strong,
b {
  font-weight: 700;
}

a {
  color: #01103a;
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover, a:focus {
  color: #ff0000;
}
a:focus-visible {
  outline: 2px solid #ff0000;
  outline-offset: 2px;
}

ul,
ol {
  margin: 0 0 1.5em;
  padding-left: 1.5em;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 0;
}

embed,
iframe,
object,
video {
  max-width: 100%;
}

hr {
  border: 0;
  border-top: 1px solid #dee1e3;
  margin: 2em 0;
}

blockquote {
  margin: 0 0 1.5em;
  padding-left: 1.5em;
  border-left: 2px solid #01103a;
  font-family: "Merriweather", Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.5;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
textarea,
select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  background: #ffffff;
  color: #000000;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #01103a;
}

::placeholder {
  color: #606e79;
}

.twoten-video-embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: #000000;
}
.twoten-video-embed iframe,
.twoten-video-embed video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.twoten-video-file {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000000;
}

.entry-content,
.error-404__inner,
.no-results {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: content-box;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  padding-top: 75px;
  padding-bottom: 75px;
  max-width: 800px;
}
.entry-content p,
.error-404__inner p,
.no-results p {
  margin: 0 0 1em;
}
.entry-content p:last-child,
.error-404__inner p:last-child,
.no-results p:last-child {
  margin-bottom: 0;
}
.entry-content ul,
.entry-content ol,
.error-404__inner ul,
.error-404__inner ol,
.no-results ul,
.no-results ol {
  margin: 0 0 1em;
  padding-left: 1.4em;
}
.entry-content a:not(.btn),
.error-404__inner a:not(.btn),
.no-results a:not(.btn) {
  color: #01103a;
  font-weight: 700;
  text-decoration: underline;
}
.entry-content a:not(.btn):hover, .entry-content a:not(.btn):focus,
.error-404__inner a:not(.btn):hover,
.error-404__inner a:not(.btn):focus,
.no-results a:not(.btn):hover,
.no-results a:not(.btn):focus {
  color: #ff0000;
}
.entry-content strong,
.entry-content b,
.error-404__inner strong,
.error-404__inner b,
.no-results strong,
.no-results b {
  font-weight: 700;
}
.entry-content img,
.error-404__inner img,
.no-results img {
  display: block;
  max-width: 100%;
  height: auto;
}
.entry-content .is-large,
.error-404__inner .is-large,
.no-results .is-large {
  font-size: 20px;
}
.entry-content .is-small,
.error-404__inner .is-small,
.no-results .is-small {
  font-size: 14px;
}
.entry-content .is-quote,
.error-404__inner .is-quote,
.no-results .is-quote {
  font-family: "Merriweather", Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 1px;
}
.entry-content .is-red,
.error-404__inner .is-red,
.no-results .is-red {
  color: #ff0000;
}
.entry-content .is-navy,
.error-404__inner .is-navy,
.no-results .is-navy {
  color: #01103a;
}
@media (max-width: 767px) {
  .entry-content,
  .error-404__inner,
  .no-results {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin-top: 1.5em;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.btn,
button:not(.menu-toggle),
input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-block;
  padding: 0.75em 1.5em;
  border: 1px solid #01103a;
  border-radius: 3px;
  background: #01103a;
  color: #ffffff;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.btn:hover, .btn:focus-visible,
button:not(.menu-toggle):hover,
button:not(.menu-toggle):focus-visible,
input[type=button]:hover,
input[type=button]:focus-visible,
input[type=reset]:hover,
input[type=reset]:focus-visible,
input[type=submit]:hover,
input[type=submit]:focus-visible {
  background: #ffffff;
  color: #01103a;
  text-decoration: none;
  outline: none;
}

.btn--inverse {
  background: #ffffff;
  border-color: #ffffff;
  color: #01103a;
}
.btn--inverse:hover, .btn--inverse:focus-visible {
  background: #01103a;
  border-color: #ffffff;
  color: #ffffff;
}

.btn--large {
  font-size: 1em;
  padding: 0.85em 1.75em;
}

.site-header {
  position: relative;
  z-index: 1000;
  width: 100%;
  background: #01103a;
  color: #ffffff;
  transition: box-shadow 0.3s ease;
}
@media (min-width: 1121px) {
  .site-header {
    position: sticky;
    top: 0;
  }
  .site-header.is-scrolled {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
}

.site-header__inner {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 60px;
}

.site-branding {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 10px 0 15px;
}
.site-branding a {
  display: block;
  line-height: 0;
}
.site-branding__img {
  display: block;
  width: var(--logo-width, 140px);
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .site-branding__img {
    width: calc(var(--logo-width, 140px) * 0.65);
  }
}

.main-navigation {
  flex: 0 1 auto;
  margin-right: -20px;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation .primary-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.main-navigation li {
  position: relative;
  margin: 0;
}
.main-navigation a {
  display: block;
  padding: 20px;
  color: #ffffff;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  padding-bottom: 18px;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.main-navigation li:hover > a,
.main-navigation li:focus-within > a,
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_parent > a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
.main-navigation .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-3px) rotate(45deg);
}
.main-navigation .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  min-width: 320px;
  max-width: 480px;
  padding: 0;
  background: #01103a;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}
.main-navigation .sub-menu a {
  padding: 14px 20px;
  font-size: 14px;
  text-transform: none;
  white-space: normal;
  border-bottom: 0;
  border-left: 2px solid transparent;
}
.main-navigation .sub-menu li:hover > a,
.main-navigation .sub-menu li:focus-within > a,
.main-navigation .sub-menu .current-menu-item > a {
  border-bottom: 0;
  border-left-color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
}
.main-navigation li:hover > .sub-menu,
.main-navigation li:focus-within > .sub-menu,
.main-navigation li.is-open > .sub-menu {
  display: block;
}
.main-navigation .sub-menu-toggle {
  display: none;
}

.menu-toggle {
  display: none;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  margin: 10px 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
}
.menu-toggle:hover, .menu-toggle:focus-visible {
  background: transparent;
  color: #ffffff;
  outline: 2px solid rgba(255, 255, 255, 0.6);
  outline-offset: 2px;
}
.menu-toggle__box {
  position: relative;
  display: block;
  width: 40px;
  height: 32px;
}
.menu-toggle__line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 6px;
  background: currentColor;
  transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
}
.menu-toggle__line:nth-child(1) {
  top: 0;
}
.menu-toggle__line:nth-child(2) {
  top: 13px;
}
.menu-toggle__line:nth-child(3) {
  top: 26px;
}
.menu-toggle[aria-expanded=true] .menu-toggle__line:nth-child(1) {
  top: 13px;
  transform: rotate(45deg);
}
.menu-toggle[aria-expanded=true] .menu-toggle__line:nth-child(2) {
  opacity: 0;
}
.menu-toggle[aria-expanded=true] .menu-toggle__line:nth-child(3) {
  top: 13px;
  transform: rotate(-45deg);
}

@media (max-width: 1120px) {
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .main-navigation {
    display: none;
    flex: 0 0 auto;
    box-sizing: border-box;
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0;
    background: #01103a;
  }
  .site-header.is-open .main-navigation {
    display: block;
  }
  .main-navigation .primary-menu {
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 10px;
  }
  .main-navigation li {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .main-navigation a {
    flex: 1 1 auto;
    padding: 20px;
    border-bottom: 0;
    white-space: normal;
  }
  .main-navigation li:hover > a,
  .main-navigation li:focus-within > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current-menu-ancestor > a,
  .main-navigation .current_page_parent > a {
    border-bottom: 0;
    background: rgba(255, 255, 255, 0.06);
  }
  .main-navigation .menu-item-has-children > a::after {
    display: none;
  }
  .main-navigation .sub-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 60px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
  }
  .main-navigation .sub-menu-toggle::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-3px) rotate(45deg);
    transition: transform 0.2s ease;
  }
  .main-navigation .sub-menu-toggle:hover, .main-navigation .sub-menu-toggle:focus-visible {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
  }
  .main-navigation li.is-open > .sub-menu-toggle::before {
    transform: translateY(3px) rotate(-135deg);
  }
  .main-navigation .sub-menu {
    display: none;
    position: static;
    flex: 1 1 100%;
    min-width: 0;
    max-width: none;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.2);
  }
  .main-navigation .sub-menu li {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }
  .main-navigation .sub-menu a {
    padding: 14px 20px 14px 40px;
  }
  .main-navigation li:hover > .sub-menu,
  .main-navigation li:focus-within > .sub-menu {
    display: none;
  }
  .main-navigation li.is-open > .sub-menu {
    display: block;
  }
}
.skip-link {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  position: fixed !important;
  top: 10px;
  left: 10px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  margin: 0;
  clip: auto;
  z-index: 2000;
  background: #ffffff;
  color: #01103a;
  font-weight: 700;
}

@media (min-width: 1121px) {
  .admin-bar .site-header {
    top: 32px;
  }
}

.site-footer {
  background: #01103a;
  color: #ffffff;
  font-size: 14px;
}
.site-footer__inner {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 30px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.site-footer__copyright {
  margin: 0;
}
.site-footer__text {
  margin-top: 6px;
}
.site-footer__text p {
  margin: 0;
}
.site-footer__text a {
  color: #ffffff;
  text-decoration: underline;
}
.site-footer__text a:hover {
  color: #ffffff;
  text-decoration: none;
}
.site-footer a {
  color: #ffffff;
}
.site-footer a:hover, .site-footer a:focus {
  color: #ffffff;
  text-decoration: underline;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu li {
  margin: 0;
}
.footer-menu a {
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.page-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 30vh;
  background: #01103a center/cover no-repeat;
  color: #ffffff;
}
.page-hero.has-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(1, 16, 58, 0.85), rgba(1, 16, 58, 0.15));
}
.page-hero__inner {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: content-box;
  position: relative;
  padding-top: 60px;
  padding-bottom: 40px;
}
.page-hero__title {
  color: #ffffff;
  margin: 0;
  padding-bottom: 0;
}
.page-hero__title span {
  font-weight: 700;
}
.page-hero__subtitle {
  margin-top: 10px;
  font-size: 16px;
}
.page-hero__subtitle p:last-child {
  margin-bottom: 0;
}

.posts-grid {
  display: block;
  column-count: 2;
  column-gap: 2em;
}
.posts-grid--1 {
  column-count: 1;
}
.posts-grid--3 {
  column-count: 3;
}
@media (max-width: 991px) {
  .posts-grid {
    column-count: 1 !important;
  }
}

.post-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin: 0;
  text-align: left;
  break-inside: avoid;
  page-break-inside: avoid;
}
.post-card__media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 2/1;
  overflow: hidden;
  background: #dee1e3 repeating-linear-gradient(45deg, #eee, #eee 10px, #ddd 10px, #ddd 20px);
}
.post-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-card__date {
  position: absolute;
  top: 1em;
  right: 1em;
  padding: 0.7em 1em;
  background: rgba(1, 16, 58, 0.667);
  color: #ffffff;
  font-size: 0.7em;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.post-card__body {
  position: relative;
  z-index: 1;
  align-self: stretch;
  margin: -6em 2em 2em;
  padding: 2em;
  background: rgba(1, 16, 58, 0.667);
  color: #ffffff;
}
@media (max-width: 479px) {
  .post-card__body {
    margin: -4em 1em 2em;
    padding: 1.5em;
  }
}
.post-card__title {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
}
.post-card__title a {
  color: #ffffff;
  font-size: 1.5em;
  line-height: 1.2;
}
.post-card__title a:hover, .post-card__title a:focus {
  color: #ffffff;
  text-decoration: underline;
}
.post-card__meta {
  margin: 0.5em 0 0;
  font-size: 0.8em;
}
@media (max-width: 1120px) {
  .post-card__meta {
    display: none;
  }
}
.post-card__excerpt {
  margin: 1em 0;
}
.post-card__excerpt p {
  margin: 0;
}
.post-card__more {
  display: inline-block;
  padding: 0.75em 1.5em;
  border: 1px solid #01103a;
  border-radius: 3px;
  background: #01103a;
  color: #ffffff;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.post-card__more:hover, .post-card__more:focus-visible {
  background: #ffffff;
  color: #01103a;
  text-decoration: none;
  outline: none;
}

.posts-archive__inner {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: content-box;
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 767px) {
  .posts-archive__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.pagination,
.navigation.pagination {
  margin-top: 2em;
  text-align: center;
}
.pagination .nav-links,
.navigation.pagination .nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
}
.pagination .page-numbers,
.navigation.pagination .page-numbers {
  display: inline-block;
  padding: 0.6em 1em;
  border: 1px solid #01103a;
  border-radius: 3px;
  color: #01103a;
  font-size: 0.9em;
  line-height: 1;
}
.pagination .page-numbers.current,
.navigation.pagination .page-numbers.current {
  background: #01103a;
  color: #ffffff;
}
.pagination .page-numbers:hover:not(.current):not(.dots),
.navigation.pagination .page-numbers:hover:not(.current):not(.dots) {
  background: #01103a;
  color: #ffffff;
}

.post-hero {
  width: 100%;
  height: 40vh;
  min-height: 220px;
  background: #01103a center/cover no-repeat;
}
.post-hero:not(.has-image) {
  height: 120px;
  min-height: 0;
}

.post-body {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: content-box;
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 767px) {
  .post-body {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.post-body__header {
  margin-bottom: 30px;
}
.post-body__title {
  margin: 0;
}
.post-body__author {
  margin: 0;
  color: #ff0000;
  font-size: 12px;
  font-style: italic;
  text-transform: uppercase;
}
.post-body__text {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
}
.post-body__text p {
  margin: 0 0 1em;
}
.post-body__text p:last-child {
  margin-bottom: 0;
}
.post-body__text ul,
.post-body__text ol {
  margin: 0 0 1em;
  padding-left: 1.4em;
}
.post-body__text a:not(.btn) {
  color: #01103a;
  font-weight: 700;
  text-decoration: underline;
}
.post-body__text a:not(.btn):hover, .post-body__text a:not(.btn):focus {
  color: #ff0000;
}
.post-body__text strong,
.post-body__text b {
  font-weight: 700;
}
.post-body__text img {
  display: block;
  max-width: 100%;
  height: auto;
}
.post-body__text .is-large {
  font-size: 20px;
}
.post-body__text .is-small {
  font-size: 14px;
}
.post-body__text .is-quote {
  font-family: "Merriweather", Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 1px;
}
.post-body__text .is-red {
  color: #ff0000;
}
.post-body__text .is-navy {
  color: #01103a;
}
.post-body__text + .post-body__text {
  margin-top: 50px;
}
.post-body__text h1,
.post-body__text h2,
.post-body__text h3,
.post-body__text h4,
.post-body__text h5,
.post-body__text h6 {
  margin-top: 1.5em;
  color: #000000;
}
.post-body__text h2 {
  font-size: 30px;
}
.post-body__text img {
  margin: 1em auto;
}
.post-body__image {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.post-body__image img {
  display: block;
  width: 50%;
  height: auto;
}
@media (max-width: 600px) {
  .post-body__image img {
    width: 80%;
  }
}
.post-body__video {
  margin-top: 50px;
}
.post-body__text + .post-body__text, .post-body__image + .post-body__text, .post-body__video + .post-body__text {
  margin-top: 50px;
}

.is-on-navy .gform_wrapper.gravity-theme,
.is-on-navy .gform_wrapper.gform-theme,
.wp-block-acf-newsletter-signup.has-navy-background .gform_wrapper.gravity-theme,
.wp-block-acf-newsletter-signup.has-navy-background .gform_wrapper.gform-theme {
  --gf-color-primary: #ffffff !important;
  --gf-color-primary-contrast: #01103a !important;
  --gf-color-primary-darker: #f9f9fa !important;
  --gf-color-primary-lighter: #ffffff !important;
  --gf-ctrl-btn-bg-color-primary: #ffffff !important;
  --gf-ctrl-btn-color-primary: #01103a !important;
  --gf-ctrl-btn-bg-color-hover-primary: #01103a !important;
  --gf-ctrl-btn-color-hover-primary: #ffffff !important;
  --gf-ctrl-btn-border-color-primary: #ffffff !important;
  --gf-ctrl-btn-border-color-hover-primary: #ffffff !important;
  --gf-ctrl-btn-border-width-primary: 1px !important;
  --gf-ctrl-btn-radius: 5px !important;
  --gf-ctrl-btn-font-weight: 700 !important;
  --gf-ctrl-btn-size-md: 42px !important;
  --gf-ctrl-border-color: #bbbbbb !important;
  --gf-ctrl-radius: 3px !important;
  --gf-color-in-error: #ffffff !important;
  --gf-color-in-error-contrast: #01103a !important;
  --gf-ctrl-label-color-primary: #ffffff !important;
  --gf-ctrl-label-color-secondary: #ffffff !important;
  --gf-ctrl-desc-color: #ffffff !important;
  color: #ffffff;
}
.is-on-navy .gform_wrapper input[type=text],
.is-on-navy .gform_wrapper input[type=email],
.is-on-navy .gform_wrapper input[type=tel],
.is-on-navy .gform_wrapper input[type=url],
.is-on-navy .gform_wrapper input[type=number],
.is-on-navy .gform_wrapper textarea,
.is-on-navy .gform_wrapper select,
.wp-block-acf-newsletter-signup.has-navy-background .gform_wrapper input[type=text],
.wp-block-acf-newsletter-signup.has-navy-background .gform_wrapper input[type=email],
.wp-block-acf-newsletter-signup.has-navy-background .gform_wrapper input[type=tel],
.wp-block-acf-newsletter-signup.has-navy-background .gform_wrapper input[type=url],
.wp-block-acf-newsletter-signup.has-navy-background .gform_wrapper input[type=number],
.wp-block-acf-newsletter-signup.has-navy-background .gform_wrapper textarea,
.wp-block-acf-newsletter-signup.has-navy-background .gform_wrapper select {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  color: #000000;
}
.is-on-navy .gform_wrapper .gform_footer .gform_button,
.is-on-navy .gform_wrapper .gform_button,
.is-on-navy .gform_wrapper input[type=submit],
.wp-block-acf-newsletter-signup.has-navy-background .gform_wrapper .gform_footer .gform_button,
.wp-block-acf-newsletter-signup.has-navy-background .gform_wrapper .gform_button,
.wp-block-acf-newsletter-signup.has-navy-background .gform_wrapper input[type=submit] {
  display: inline-block;
  padding: 0.75em 1.5em;
  border: 1px solid #01103a;
  border-radius: 3px;
  background: #01103a;
  color: #ffffff;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  background: #ffffff;
  border-color: #ffffff;
  color: #01103a;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  padding: 0.75em 1.5em;
}
.is-on-navy .gform_wrapper .gform_footer .gform_button:hover, .is-on-navy .gform_wrapper .gform_footer .gform_button:focus-visible,
.is-on-navy .gform_wrapper .gform_button:hover,
.is-on-navy .gform_wrapper .gform_button:focus-visible,
.is-on-navy .gform_wrapper input[type=submit]:hover,
.is-on-navy .gform_wrapper input[type=submit]:focus-visible,
.wp-block-acf-newsletter-signup.has-navy-background .gform_wrapper .gform_footer .gform_button:hover,
.wp-block-acf-newsletter-signup.has-navy-background .gform_wrapper .gform_footer .gform_button:focus-visible,
.wp-block-acf-newsletter-signup.has-navy-background .gform_wrapper .gform_button:hover,
.wp-block-acf-newsletter-signup.has-navy-background .gform_wrapper .gform_button:focus-visible,
.wp-block-acf-newsletter-signup.has-navy-background .gform_wrapper input[type=submit]:hover,
.wp-block-acf-newsletter-signup.has-navy-background .gform_wrapper input[type=submit]:focus-visible {
  background: #ffffff;
  color: #01103a;
  text-decoration: none;
  outline: none;
}
.is-on-navy .gform_wrapper .gform_footer .gform_button:hover, .is-on-navy .gform_wrapper .gform_footer .gform_button:focus-visible,
.is-on-navy .gform_wrapper .gform_button:hover,
.is-on-navy .gform_wrapper .gform_button:focus-visible,
.is-on-navy .gform_wrapper input[type=submit]:hover,
.is-on-navy .gform_wrapper input[type=submit]:focus-visible,
.wp-block-acf-newsletter-signup.has-navy-background .gform_wrapper .gform_footer .gform_button:hover,
.wp-block-acf-newsletter-signup.has-navy-background .gform_wrapper .gform_footer .gform_button:focus-visible,
.wp-block-acf-newsletter-signup.has-navy-background .gform_wrapper .gform_button:hover,
.wp-block-acf-newsletter-signup.has-navy-background .gform_wrapper .gform_button:focus-visible,
.wp-block-acf-newsletter-signup.has-navy-background .gform_wrapper input[type=submit]:hover,
.wp-block-acf-newsletter-signup.has-navy-background .gform_wrapper input[type=submit]:focus-visible {
  background: #01103a;
  border-color: #ffffff;
  color: #ffffff;
}
.is-on-navy .gform_wrapper .gform_required_legend,
.is-on-navy .gform_wrapper .gform_description:empty,
.is-on-navy .gform_wrapper .gform_heading:has(> .gform_description:empty),
.wp-block-acf-newsletter-signup.has-navy-background .gform_wrapper .gform_required_legend,
.wp-block-acf-newsletter-signup.has-navy-background .gform_wrapper .gform_description:empty,
.wp-block-acf-newsletter-signup.has-navy-background .gform_wrapper .gform_heading:has(> .gform_description:empty) {
  display: none;
}
.is-on-navy .gform_wrapper .gform_validation_errors,
.wp-block-acf-newsletter-signup.has-navy-background .gform_wrapper .gform_validation_errors {
  border: 0;
  box-shadow: none;
  background: transparent;
  color: #ffffff;
}
.is-on-navy .gform_wrapper .gform_validation_errors .gform_submission_error,
.is-on-navy .gform_wrapper .gform_validation_errors .gform-icon,
.wp-block-acf-newsletter-signup.has-navy-background .gform_wrapper .gform_validation_errors .gform_submission_error,
.wp-block-acf-newsletter-signup.has-navy-background .gform_wrapper .gform_validation_errors .gform-icon {
  color: #ffffff;
  border-color: #ffffff;
}
.is-on-navy .gform_wrapper .gfield_description,
.is-on-navy .gform_wrapper .gfield_validation_message,
.is-on-navy .gform_wrapper .validation_message,
.wp-block-acf-newsletter-signup.has-navy-background .gform_wrapper .gfield_description,
.wp-block-acf-newsletter-signup.has-navy-background .gform_wrapper .gfield_validation_message,
.wp-block-acf-newsletter-signup.has-navy-background .gform_wrapper .validation_message {
  color: #ffffff;
  background: transparent;
  border: 0;
}
.is-on-navy .gform_confirmation_wrapper,
.is-on-navy .gform_confirmation_message,
.wp-block-acf-newsletter-signup.has-navy-background .gform_confirmation_wrapper,
.wp-block-acf-newsletter-signup.has-navy-background .gform_confirmation_message {
  padding-top: 30px;
  color: #ffffff;
  font-size: 20px;
}

.search-form {
  display: flex;
  gap: 10px;
  max-width: 480px;
}
.search-form label {
  flex: 1 1 auto;
}

.editor-styles-wrapper .acf-block-component,
.editor-styles-wrapper .acf-block-fields {
  background: #fff;
}

.has-fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease-in, transform 0.7s ease-in;
  transition-delay: var(--fade-delay, 0s);
}
.has-fade-in.is-visible {
  opacity: 1;
  transform: none;
}

.no-js .has-fade-in,
.editor-styles-wrapper .has-fade-in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .has-fade-in {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #01103a;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#primary[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.5em;
}

.alignwide,
.alignfull {
  width: 100%;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

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

.wp-block-embed {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: content-box;
  margin-top: 0;
  margin-bottom: 40px;
}
.wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
}
.wp-block-embed .wp-block-embed__wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.site-main > .wp-block-paragraph,
.site-main > p,
.site-main > .wp-block-heading,
.site-main > .wp-block-list,
.site-main > .wp-block-image,
.entry--blocks > p,
.entry--blocks > h1,
.entry--blocks > h2,
.entry--blocks > h3,
.entry--blocks > ul,
.entry--blocks > ol,
.entry--blocks > .wp-block-image {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: content-box;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 1em;
}
.site-main > .wp-block-paragraph p,
.site-main > p p,
.site-main > .wp-block-heading p,
.site-main > .wp-block-list p,
.site-main > .wp-block-image p,
.entry--blocks > p p,
.entry--blocks > h1 p,
.entry--blocks > h2 p,
.entry--blocks > h3 p,
.entry--blocks > ul p,
.entry--blocks > ol p,
.entry--blocks > .wp-block-image p {
  margin: 0 0 1em;
}
.site-main > .wp-block-paragraph p:last-child,
.site-main > p p:last-child,
.site-main > .wp-block-heading p:last-child,
.site-main > .wp-block-list p:last-child,
.site-main > .wp-block-image p:last-child,
.entry--blocks > p p:last-child,
.entry--blocks > h1 p:last-child,
.entry--blocks > h2 p:last-child,
.entry--blocks > h3 p:last-child,
.entry--blocks > ul p:last-child,
.entry--blocks > ol p:last-child,
.entry--blocks > .wp-block-image p:last-child {
  margin-bottom: 0;
}
.site-main > .wp-block-paragraph ul,
.site-main > .wp-block-paragraph ol,
.site-main > p ul,
.site-main > p ol,
.site-main > .wp-block-heading ul,
.site-main > .wp-block-heading ol,
.site-main > .wp-block-list ul,
.site-main > .wp-block-list ol,
.site-main > .wp-block-image ul,
.site-main > .wp-block-image ol,
.entry--blocks > p ul,
.entry--blocks > p ol,
.entry--blocks > h1 ul,
.entry--blocks > h1 ol,
.entry--blocks > h2 ul,
.entry--blocks > h2 ol,
.entry--blocks > h3 ul,
.entry--blocks > h3 ol,
.entry--blocks > ul ul,
.entry--blocks > ul ol,
.entry--blocks > ol ul,
.entry--blocks > ol ol,
.entry--blocks > .wp-block-image ul,
.entry--blocks > .wp-block-image ol {
  margin: 0 0 1em;
  padding-left: 1.4em;
}
.site-main > .wp-block-paragraph a:not(.btn),
.site-main > p a:not(.btn),
.site-main > .wp-block-heading a:not(.btn),
.site-main > .wp-block-list a:not(.btn),
.site-main > .wp-block-image a:not(.btn),
.entry--blocks > p a:not(.btn),
.entry--blocks > h1 a:not(.btn),
.entry--blocks > h2 a:not(.btn),
.entry--blocks > h3 a:not(.btn),
.entry--blocks > ul a:not(.btn),
.entry--blocks > ol a:not(.btn),
.entry--blocks > .wp-block-image a:not(.btn) {
  color: #01103a;
  font-weight: 700;
  text-decoration: underline;
}
.site-main > .wp-block-paragraph a:not(.btn):hover, .site-main > .wp-block-paragraph a:not(.btn):focus,
.site-main > p a:not(.btn):hover,
.site-main > p a:not(.btn):focus,
.site-main > .wp-block-heading a:not(.btn):hover,
.site-main > .wp-block-heading a:not(.btn):focus,
.site-main > .wp-block-list a:not(.btn):hover,
.site-main > .wp-block-list a:not(.btn):focus,
.site-main > .wp-block-image a:not(.btn):hover,
.site-main > .wp-block-image a:not(.btn):focus,
.entry--blocks > p a:not(.btn):hover,
.entry--blocks > p a:not(.btn):focus,
.entry--blocks > h1 a:not(.btn):hover,
.entry--blocks > h1 a:not(.btn):focus,
.entry--blocks > h2 a:not(.btn):hover,
.entry--blocks > h2 a:not(.btn):focus,
.entry--blocks > h3 a:not(.btn):hover,
.entry--blocks > h3 a:not(.btn):focus,
.entry--blocks > ul a:not(.btn):hover,
.entry--blocks > ul a:not(.btn):focus,
.entry--blocks > ol a:not(.btn):hover,
.entry--blocks > ol a:not(.btn):focus,
.entry--blocks > .wp-block-image a:not(.btn):hover,
.entry--blocks > .wp-block-image a:not(.btn):focus {
  color: #ff0000;
}
.site-main > .wp-block-paragraph strong,
.site-main > .wp-block-paragraph b,
.site-main > p strong,
.site-main > p b,
.site-main > .wp-block-heading strong,
.site-main > .wp-block-heading b,
.site-main > .wp-block-list strong,
.site-main > .wp-block-list b,
.site-main > .wp-block-image strong,
.site-main > .wp-block-image b,
.entry--blocks > p strong,
.entry--blocks > p b,
.entry--blocks > h1 strong,
.entry--blocks > h1 b,
.entry--blocks > h2 strong,
.entry--blocks > h2 b,
.entry--blocks > h3 strong,
.entry--blocks > h3 b,
.entry--blocks > ul strong,
.entry--blocks > ul b,
.entry--blocks > ol strong,
.entry--blocks > ol b,
.entry--blocks > .wp-block-image strong,
.entry--blocks > .wp-block-image b {
  font-weight: 700;
}
.site-main > .wp-block-paragraph img,
.site-main > p img,
.site-main > .wp-block-heading img,
.site-main > .wp-block-list img,
.site-main > .wp-block-image img,
.entry--blocks > p img,
.entry--blocks > h1 img,
.entry--blocks > h2 img,
.entry--blocks > h3 img,
.entry--blocks > ul img,
.entry--blocks > ol img,
.entry--blocks > .wp-block-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.site-main > .wp-block-paragraph .is-large,
.site-main > p .is-large,
.site-main > .wp-block-heading .is-large,
.site-main > .wp-block-list .is-large,
.site-main > .wp-block-image .is-large,
.entry--blocks > p .is-large,
.entry--blocks > h1 .is-large,
.entry--blocks > h2 .is-large,
.entry--blocks > h3 .is-large,
.entry--blocks > ul .is-large,
.entry--blocks > ol .is-large,
.entry--blocks > .wp-block-image .is-large {
  font-size: 20px;
}
.site-main > .wp-block-paragraph .is-small,
.site-main > p .is-small,
.site-main > .wp-block-heading .is-small,
.site-main > .wp-block-list .is-small,
.site-main > .wp-block-image .is-small,
.entry--blocks > p .is-small,
.entry--blocks > h1 .is-small,
.entry--blocks > h2 .is-small,
.entry--blocks > h3 .is-small,
.entry--blocks > ul .is-small,
.entry--blocks > ol .is-small,
.entry--blocks > .wp-block-image .is-small {
  font-size: 14px;
}
.site-main > .wp-block-paragraph .is-quote,
.site-main > p .is-quote,
.site-main > .wp-block-heading .is-quote,
.site-main > .wp-block-list .is-quote,
.site-main > .wp-block-image .is-quote,
.entry--blocks > p .is-quote,
.entry--blocks > h1 .is-quote,
.entry--blocks > h2 .is-quote,
.entry--blocks > h3 .is-quote,
.entry--blocks > ul .is-quote,
.entry--blocks > ol .is-quote,
.entry--blocks > .wp-block-image .is-quote {
  font-family: "Merriweather", Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 1px;
}
.site-main > .wp-block-paragraph .is-red,
.site-main > p .is-red,
.site-main > .wp-block-heading .is-red,
.site-main > .wp-block-list .is-red,
.site-main > .wp-block-image .is-red,
.entry--blocks > p .is-red,
.entry--blocks > h1 .is-red,
.entry--blocks > h2 .is-red,
.entry--blocks > h3 .is-red,
.entry--blocks > ul .is-red,
.entry--blocks > ol .is-red,
.entry--blocks > .wp-block-image .is-red {
  color: #ff0000;
}
.site-main > .wp-block-paragraph .is-navy,
.site-main > p .is-navy,
.site-main > .wp-block-heading .is-navy,
.site-main > .wp-block-list .is-navy,
.site-main > .wp-block-image .is-navy,
.entry--blocks > p .is-navy,
.entry--blocks > h1 .is-navy,
.entry--blocks > h2 .is-navy,
.entry--blocks > h3 .is-navy,
.entry--blocks > ul .is-navy,
.entry--blocks > ol .is-navy,
.entry--blocks > .wp-block-image .is-navy {
  color: #01103a;
}
