html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  color: #112236;
  background: #f3f5f8;
  line-height: 1.55;
}

a {
  color: #0e5fbf;
  text-decoration: none;
}

a:hover {
  color: #003f8a;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

.container {
  width: 96%;
  max-width: 1220px;
  margin: 0 auto;
}

.site-header {
  background: #fff;
  border-bottom: 1px solid #d7e0ea;
}

.topline {
  background: #091726;
  color: #c9d9ea;
  font-size: 13px;
}

.topline-inner {
  padding: 6px 0;
}

.breaking-link {
  color: #e9f3ff;
  font-weight: 700;
  margin-left: 8px;
}

.brand-row {
  padding: 12px 0;
}

.brand {
  color: #112236;
  font-size: 28px;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", serif;
}

.logo-sub {
  color: #5e6f82;
  font-size: 13px;
  margin-top: 2px;
}

.search-form {
  margin-top: 10px;
}

.search-input,
.input,
.textarea,
.select {
  border: 1px solid #d7e0ea;
  border-radius: 6px;
  padding: 8px;
  color: #112236;
}

.search-input {
  width: 62%;
  max-width: 500px;
}

.btn {
  border: 1px solid #0b56ac;
  border-radius: 6px;
  padding: 8px 12px;
  cursor: pointer;
  background: #0f67cb;
  color: #fff;
  font-weight: 700;
}

.btn:hover {
  background: #0b56ac;
  color: #fff;
  text-decoration: none;
}

.nav-toggle {
  display: none;
}

.site-nav {
  border-top: 1px solid #d7e0ea;
}

.nav-list {
  list-style: none;
  margin: 0;
  padding: 11px 0;
}

.nav-list li {
  display: inline-block;
  margin-right: 12px;
}

.nav-list a {
  color: #26384c;
  font-weight: 700;
}

.page-wrap {
  padding: 16px 0 28px;
}

.card {
  background: #fff;
  border: 1px solid #d7e0ea;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(15, 35, 65, 0.08);
  padding: 14px;
  margin-bottom: 16px;
}

.section-title {
  margin: 0 0 12px;
  font-size: 24px;
  font-family: Georgia, "Times New Roman", serif;
}

.meta {
  color: #5e6f82;
  font-size: 13px;
}

.footer {
  background: #0f1f2f;
  color: #d7e4f1;
  margin-top: 16px;
}

.footer a {
  color: #dce8f5;
}

.footer-inner {
  padding: 18px 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 900px) {
  .search-input {
    width: 100%;
    display: block;
    margin-bottom: 8px;
  }
}

