@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

* { box-sizing: border-box; }
html { min-height: 100%; background: #000066; }
body { margin: 0; color: #000066; background: #000066; font-family: "Open Sans", Arial, sans-serif; font-size: 14px; line-height: 1.7; }
a { color: #cc0000; text-decoration: none; }
a:hover, a:focus { text-decoration: underline; }
img { max-width: 100%; height: auto; }
.site-page { display: flex; width: min(1120px, calc(100% - 48px)); min-height: 100vh; margin: 0 auto; background: #fff; flex-direction: column; }
.site-header { border-bottom: 1px solid #eee; background: #fff; }
.header-inner { width: 90%; margin: 0 auto; padding-top: 3px; text-align: center; }
.site-logo { display: block; width: 426px; max-width: 100%; height: auto; margin: 0 auto; }
.site-navigation { position: relative; min-height: 44px; }
.site-menu, .sub-menu { margin: 0; padding: 0; list-style: none; }
.site-menu { display: flex; justify-content: center; align-items: flex-start; }
.site-menu > li { position: relative; }
.site-menu > li > a { display: block; padding: 8px 16px 13px; color: #cc0000; font-weight: 700; }
.site-menu a[aria-current="page"] { color: #000066; }
.has-children > a::after { content: ""; display: inline-block; width: 7px; height: 7px; margin: 0 0 3px 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); }
.sub-menu { position: absolute; z-index: 20; top: 100%; left: 0; display: none; width: 260px; border-top: 3px solid #cc0000; background: #fff; box-shadow: 0 2px 5px rgb(0 0 0 / 15%); text-align: left; }
.sub-menu li { position: relative; }
.sub-menu a { display: block; padding: 8px 14px; color: #cc0000; line-height: 1.35; }
.sub-menu a:hover, .sub-menu a:focus, .sub-menu a[aria-current="page"] { background: #f5f5f5; color: #000066; text-decoration: none; }
.sub-menu .has-children > a::after { margin-bottom: 1px; transform: rotate(-45deg); }
.sub-menu .sub-menu { top: -3px; left: 100%; }
.has-children:hover > .sub-menu, .has-children:focus-within > .sub-menu { display: block; }
.menu-toggle { display: none; }
.site-main { width: 90%; margin: 0 auto; padding: 49px 0 0; flex: 1 0 auto; }
.entry-title { margin: 0 0 23px; color: #cc0000; font-size: 30px; font-weight: 400; line-height: 1.25; }
.entry-content { padding-bottom: 0; }
.entry-content p { margin: 0 0 13px; }
.entry-content h2 { margin: 24px 0 10px; color: #cc0000; font-size: 22px; line-height: 1.3; }
.entry-content h3 { margin: 20px 0 8px; color: #cc0000; font-size: 18px; }
.entry-content ul, .entry-content ol { margin: 0 0 13px 22px; padding-left: 18px; }
.entry-content blockquote { margin: 20px 0 20px 30px; padding-left: 20px; border-left: 5px solid #eee; font-style: italic; }
.entry-content table { width: 100%; margin: 15px 0; border-collapse: collapse; }
.entry-content td { padding: 7px; border: 1px solid #ddd; vertical-align: top; }
.entry-content figure { margin: 0 0 20px; }
.aligncenter { display: block; margin-right: auto !important; margin-left: auto !important; text-align: center; }
.alignright { float: right; margin: 0 0 18px 22px !important; }
.site-footer { clear: both; padding: 14px 5%; background: #00004d; color: #fff; font-size: 14px; }
.contact-form { margin-top: 28px; }
.contact-form > label { display: block; margin-bottom: 27px; color: #6b6155; font-size: 12px; font-weight: 700; }
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea { display: block; width: 100%; margin-top: 3px; border: 1px solid #777; border-radius: 0; background: #eee; color: #222; font: inherit; }
.contact-form input[type="text"], .contact-form input[type="email"] { height: 41px; padding: 7px; }
.contact-form textarea { min-height: 140px; padding: 10px; resize: vertical; }
.required { color: #cc0000; }
.permission-field { margin: 0 0 70px; padding: 0; border: 0; }
.permission-field legend { margin-bottom: 7px; color: #6b6155; font-size: 12px; font-weight: 700; }
.permission-field label { display: flex; align-items: flex-start; gap: 10px; color: #111; }
.permission-field input { width: 20px; height: 20px; margin: 2px 0 0; flex: 0 0 auto; }
.honeypot { position: absolute !important; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
#ofe-turnstile { min-height: 65px; margin-bottom: 25px; }
.contact-form button { border: 0; border-radius: 2px; padding: 10px 30px; background: #7bc9e8; color: #fff; font: inherit; cursor: pointer; }
.contact-form button:disabled { cursor: not-allowed; opacity: .7; }
.form-response { margin-bottom: 20px; padding: 12px 15px; white-space: pre-line; }
.form-response.success { background: #e9f6ed; color: #185c2e; }
.form-response.error { background: #fbeaea; color: #8c1d1d; }

@media (max-width: 980px) {
  .header-inner { padding: 43px 0 20px; text-align: left; }
  .site-logo { margin: 0; }
  .site-navigation { margin-top: 0; }
  .menu-toggle { display: block; width: 100%; border: 0; border-radius: 4px; padding: 7px 10px; background: #f2f2f2; color: #cc0000; font: inherit; font-weight: 700; text-align: left; }
  .site-menu { display: none; position: absolute; z-index: 30; width: 100%; border-top: 3px solid #cc0000; background: #fff; box-shadow: 0 2px 5px rgb(0 0 0 / 15%); }
  .site-navigation.open .site-menu { display: block; }
  .site-menu > li > a, .sub-menu a { padding: 8px 12px; }
  .sub-menu, .sub-menu .sub-menu { position: static; display: block; width: auto; border: 0; box-shadow: none; padding-left: 15px; }
  .has-children > a::after { display: none; }
  .site-main { padding-top: 49px; }
}
