/* ===== General Reset / Body ===== */

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #333;
  background: #fff;
  margin: 0;
  padding: 0;
}

/* ===== Outer Wrapper ===== */

.outer-wrap {
  width: 900px;
  margin: 0 auto;
  text-align: left;
}

/* ===== HEADER ===== */

.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 2px;
}

.logo-text {
  font-size: 26px;
  font-weight: bold;
  color: #003a6c;
  letter-spacing: 1px;
  font-family: Arial, Helvetica, sans-serif;
}

.logo-text span {
  color: #c8202f;
}

.header-logo a {
  text-decoration: none;
}

.header-cards {
  display: flex;
  align-items: center;
  gap: 4px;
}

.card-pill {
  display: inline-block;
  padding: 2px 6px;
  font-size: 10px;
  font-weight: bold;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #fff;
}

.card-pill.mastercard {
  background: #eb001b;
}

.card-pill.visa {
  background: #1a1f71;
}

.card-pill.amex {
  background: #007bc1;
}

.card-pill.discover {
  background: #f76f20;
}

.card-pill.echeck {
  background: #4a7c2f;
}

.card-pill.moneygram {
  background: #6a0dad;
}

/* ===== NAV BAR ===== */

.nav-bar {
  background: #336699;
  height: 29px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 900px;
  position: relative;
}

.nav-links {
  display: flex;
  height: 29px;
  position: relative;
}

.nav-links > a, .nav-item-wrap > a {
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  height: 29px;
  white-space: nowrap;
}

.nav-links > a:hover, .nav-item-wrap:hover > a, .active-tab > a {
  background: #4a80b5;
  color: #fff;
}

.nav-item-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 29px;
}

/* Dropdown */

.nav-dropdown {
  display: none;
  position: absolute;
  top: 29px;
  left: 0;
  background: #fff;
  border: 1px solid #aaa;
  min-width: 140px;
  z-index: 999;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

.nav-item-wrap:hover .nav-dropdown {
  display: block;
}

.nav-dropdown a {
  display: block;
  padding: 4px 10px;
  color: #003a6c;
  font-size: 12px;
  text-decoration: none;
  white-space: nowrap;
}

.nav-dropdown a:hover {
  background: #e0eaf5;
}

.nav-espanol {
  display: flex;
  align-items: center;
}

.nav-espanol a {
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  height: 29px;
  background: #2a5580;
}

.nav-espanol a:hover {
  background: #4a80b5;
}

/* ===== MAIN CONTENT ===== */

.main-content {
  width: 721px;
  padding: 8px 15px;
  text-align: left;
}

/* ===== PAGE TITLE BAR ===== */

.page-title-bar {
  font-size: 18px;
  font-weight: bold;
  color: #003a6c;
  padding: 4px 0 2px 0;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ===== DOT SEPARATOR ===== */

.dot-separator {
  height: 9px;
  background: repeating-linear-gradient( to right, #336699 0px, #336699 2px, #fff 2px, #fff 6px );
  width: 100%;
  margin: 2px 0;
}

/* ===== BODY TEXT ===== */

.bodytext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #333;
}

.bodytext a, .main-content a {
  color: #003a6c;
  font-size: 13px;
}

/* ===== INFO TABS ===== */

.info-tabs-wrap {
  width: 700px;
}

.info-tab-headers {
  display: flex;
  margin-bottom: 0;
}

.info-tab-header {
  width: 200px;
  background: #336699;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 6px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.info-tab-spacer {
  width: 150px;
}

.info-tab-body {
  display: flex;
  gap: 1px;
  background: #b1b1b1;
  border: 1px solid #b1b1b1;
}

.info-tab-col {
  width: 350px;
  background: #fff;
  padding: 10px;
}

/* ===== BULLET LIST ===== */

.bodytext-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #333;
}

.bodytext-list li {
  padding: 2px 0;
}

/* ===== CONTACT TABLE ===== */

.contact-table {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #333;
}

/* ===== FOOTER LINKS ===== */

.footer-links {
  width: 900px;
  text-align: center;
  font-size: 11px;
  padding: 6px 0 4px 0;
  font-family: Arial, Helvetica, sans-serif;
}

.footer-links a {
  color: #003a6c;
  text-decoration: none;
  font-size: 11px;
}

.footer-links a:hover {
  text-decoration: underline;
}

/* ===== DISCLAIMER ===== */

.disclaimer-text {
  text-align: center;
  font-size: 10px;
  color: #555;
  font-family: Arial, Helvetica, sans-serif;
  padding: 2px 10px;
  width: 900px;
}

/* ===== FOOTER LOGOS ROW ===== */

.footer-logos-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  height: 72px;
  width: 900px;
}

.seal-placeholder {
  border: 1px solid #aaa;
  padding: 4px 8px;
  font-size: 10px;
  color: #555;
  background: #f5f5f5;
  border-radius: 3px;
  white-space: nowrap;
}

