<style type="text/css">
<!--

/* === Foundation === */
body {
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
  background-color: #f4f7f9;
  margin: 0;
  padding: 20px 0;
}

p { line-height: 1.6; }

ul li {
  margin-bottom: 6px;
}

td {
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 15px;
}

b, strong { color: #1a2b56; }

/* === Links === */
a:link    { color: #0056b3; text-decoration: none; }
a:visited { color: #0056b3; text-decoration: none; }
a:active  { color: #0056b3; text-decoration: none; }
a:hover   { color: #003d82; text-decoration: underline; }

/* === Page Wrapper === */
table.page-wrapper {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: visible;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  background-color: #ffffff;
}

/* === Header / Banner === */
td.site-header {
  background-color: #1a2b56;
  padding: 20px 40px;
  vertical-align: middle;
  overflow: visible;
}

td.site-header img {
  display: block;
  width: auto;
  height: auto;
  max-height: 80px;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

/* === Navigation Bar === */
td.nav-bar {
  background-color: #2c3e50;
  padding: 0;
}

table.nav-table {
  width: 100%;
  border-collapse: collapse;
}

td.nav-sep {
  display: none;
}

.drophead {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}

.drophead a:link,
.drophead a:visited,
.drophead a:active {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  padding: 15px 25px;
  transition: all 0.3s ease;
}

.drophead a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #34495e;
  transition: all 0.3s ease;
}

/* === Content Layout === */
td.content-area {
  background-color: #ffffff;
  padding: 24px;
  vertical-align: top;
  border: 1px solid #e1e4e8;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

td.sidebar {
  background-color: #ffffff;
  width: 128px;
  vertical-align: top;
  padding: 24px 8px;
}

/* === Link & List Hover Reactivity === */
td.content-area ul li a {
  display: inline-block;
  transition: transform 0.2s;
}

td.content-area ul li a:hover {
  transform: translateX(2px);
}

/* === Sidebar Image Polish === */
img[src*="CPDA_11"] {
  border-radius: 8px;
  filter: sepia(20%);
}

/* === Typography === */
.footer {
  font-size: 12px;
  color: #555555;
  text-align: center;
  padding: 12px 0 8px;
}

.smheader  { font-size: 16px; color: #1a2b56; font-weight: 600; }
.header    { font-size: 20px; color: #1a2b56; font-weight: bold; }
.subhead   { font-weight: bold; font-size: 14px; }
.list      { font-size: 14px; }
.forms     { font-size: 14px; }
.noUnderline { text-decoration: none; }

.tableHeading {
  color: #ffffff;
  font-weight: bold;
  background-color: #1a2b56;
}

.padded { margin: 5px; padding: 5px; }
.addHand { cursor: pointer; }

/* === Plan Gallery === */
.plan-gallery-heading {
  font-size: 17px;
  font-weight: bold;
  color: #0056b3;
  border-bottom: 2px solid #0056b3;
  padding-bottom: 6px;
  margin: 28px 0 14px 0;
}

.plan-card {
  background: #ffffff;
  border: 1px solid #dddddd;
  padding: 15px;
  margin-bottom: 12px;
  width: 100%;
  box-sizing: border-box;
}

.plan-card-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.plan-card-title a:link,
.plan-card-title a:visited {
  color: #0056b3;
  text-decoration: none;
}

.plan-card-title a:hover {
  color: #003d82;
  text-decoration: underline;
}

.plan-card-best-for {
  font-size: 13px;
  color: #555555;
  margin-bottom: 7px;
}

.plan-card-desc {
  font-size: 14px;
  color: #333333;
  line-height: 1.55;
}

/* === Breadcrumb === */
.breadcrumb {
  margin-bottom: 18px;
  font-size: 14px;
}

.breadcrumb a:link,
.breadcrumb a:visited {
  color: #0056b3;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

/* === Quick Facts Box === */
.quick-facts-box {
  background-color: #eef4fb;
  border: 2px solid #0056b3;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.quick-facts-box h4 {
  margin: 0 0 12px 0;
  font-size: 13px;
  font-weight: 700;
  color: #1a2b56;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.quick-facts-table {
  width: 100%;
  border-collapse: collapse;
}

.quick-facts-table td {
  padding: 5px 8px 5px 0;
  font-size: 14px;
  vertical-align: top;
}

td.quick-facts-label {
  font-weight: bold;
  color: #1a2b56;
  width: 45%;
}

td.quick-facts-value {
  color: #333333;
}

/* === Checkmark List Bullets === */
td.content-area ul {
  list-style: none;
  padding-left: 5px;
}

td.content-area ul li {
  padding-left: 22px;
  position: relative;
}

td.content-area ul li::before {
  content: '\2713\00a0';
  color: #0056b3;
  font-weight: bold;
  position: absolute;
  left: 0;
}

/* === Content Headings === */
td.content-area h1,
td.content-area h2 {
  font-family: Inter, system-ui, -apple-system, sans-serif;
  color: #1a2b56;
  margin-bottom: 15px;
}

/* === Tools Page Icons === */
img.tool-icon {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  opacity: 0.85;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.15));
  vertical-align: middle;
}

-->
</style>
