/* ricowealth.com - wp-genesis-corporate-2012 brief, locked palette */
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: #fff; color: #222; font: 16px/1.65 Arial, 'Helvetica Neue', Helvetica, sans-serif; }
a { color: #33628C; }
a:focus, button:focus, input:focus, textarea:focus, select:focus, summary:focus {
  outline: 2px solid #33628C; outline-offset: 2px; }
.skip { position: absolute; left: -999px; top: 0; background: #2E2E2E; color: #fff; padding: 8px 14px; z-index: 5; }
.skip:focus { left: 0; }
.shellw { max-width: 1040px; margin: 0 auto; padding: 0 20px; }
h1, h2, h3, .brand a, .num {
  font-family: 'Arial Narrow', 'Liberation Sans Narrow', 'Helvetica Neue Condensed', Arial, sans-serif; }

/* nav strip above header */
.navstrip { background: #2E2E2E; }
.navstrip .shellw { max-width: 1240px; }
.navstrip .dnav { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; }
.navstrip .dnav a { display: block; color: #fff; text-decoration: none; text-transform: uppercase;
  font-size: 12px; letter-spacing: 0.6px; padding: 13px 9px; }
.navstrip .dnav a:hover { background: #33628C; }
.mnav { display: none; }

/* slim wordmark band */
.wordmark { border-bottom: 1px solid #D8DDE0; padding: 18px 0; background: #fff; }
.wminner { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8px; }
.brand { margin: 0; }
.brand a { font-size: 30px; font-weight: bold; color: #222; text-decoration: none; letter-spacing: 0.5px; }
.descriptor { text-transform: uppercase; font-size: 11px; letter-spacing: 2px; color: #33628C; }
.sebi { margin: 0; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; color: #55606A; }

/* home-top proposition band */
.hometop { background: #F4F6F6; border-bottom: 1px solid #D8DDE0; padding: 36px 0 32px; }
.hometop h1 { font-size: 38px; line-height: 1.15; margin: 0 0 12px; max-width: 22em; }
.hometop p { max-width: 44em; margin: 0 0 10px; }
.hlink a { font-weight: bold; }

/* content grid */
.grid { display: grid; grid-template-columns: minmax(0, 640px) 300px; gap: 40px;
  justify-content: space-between; padding-top: 30px; padding-bottom: 48px; }
.grid.onecol { grid-template-columns: minmax(0, 640px); }
.colmain { min-width: 0; }
h1.pagetitle { font-size: 30px; margin: 0 0 4px; padding-bottom: 10px; border-bottom: 1px solid #D8DDE0; }
h2 { font-size: 24px; margin: 30px 0 10px; padding-bottom: 6px; border-bottom: 1px solid #D8DDE0; }
h3 { font-size: 20px; margin: 18px 0 6px; }
.colmain ul { padding-left: 22px; }
.values { list-style: none; padding-left: 0; }
.values li { padding: 8px 0; border-bottom: 1px solid #D8DDE0; }

/* numbered capability rows */
.cap { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 18px; padding: 20px 0;
  border-bottom: 1px solid #D8DDE0; }
.cap .num { font-size: 34px; font-weight: bold; color: #33628C; margin: 0; line-height: 1; }
.cap h3 { margin: 0 0 6px; }
.cap h3 a { text-decoration: none; color: #222; }
.cap h3 a:hover { color: #33628C; text-decoration: underline; }
.cap p { margin: 0 0 8px; }
.caplink a { font-size: 14px; font-weight: bold; }

/* proof and resource rail */
.rail { min-width: 0; }
.rail .widget { border: 1px solid #D8DDE0; background: #fff; padding: 16px 16px 18px; margin: 0 0 20px; }
.rail .widget h2 { font-family: Arial, sans-serif; font-size: 13px; text-transform: uppercase;
  letter-spacing: 1.5px; margin: 0 0 10px; padding-bottom: 8px; border-bottom: 2px solid #33628C; }
.rail .widget ul { list-style: none; margin: 0; padding: 0; }
.rail .widget li { padding: 5px 0; border-bottom: 1px solid #EDF0F2; }
.rail .widget li:last-child { border-bottom: 0; }
.rail .widget p { margin: 0 0 10px; font-size: 15px; }
.wnote { font-size: 13px; color: #55606A; }

/* SMS advice slip motif */
.slip { border: 1px solid #D8DDE0; border-left: 4px solid #33628C; padding: 12px 14px; margin: 18px 0; }
.slip .sliplabel { margin: 0 0 6px; font-size: 11px; font-weight: bold; text-transform: uppercase;
  letter-spacing: 1.5px; color: #55606A; }
.slip .slipline { margin: 0 0 4px; font-family: 'Courier New', Courier, monospace; font-size: 14px; line-height: 1.5; }
.slip .lbl { font-family: Arial, sans-serif; font-size: 11px; font-weight: bold; text-transform: uppercase;
  letter-spacing: 1px; color: #33628C; margin-right: 6px; }
.rail .slip { margin-bottom: 0; }
.rail .slip .slipline { font-size: 12.5px; }

/* recent updates band */
.updates { background: #F4F6F6; border-top: 1px solid #D8DDE0; border-bottom: 1px solid #D8DDE0; padding: 26px 0 30px; }
.updates h2 { margin-top: 0; }
.updatelist { list-style: none; margin: 0 0 12px; padding: 0; }
.updatelist li { padding: 7px 0; border-bottom: 1px solid #D8DDE0; }
.udate { display: inline-block; min-width: 150px; font-size: 12px; text-transform: uppercase;
  letter-spacing: 1px; color: #55606A; }

/* posts */
.postmeta { font-size: 13px; color: #55606A; margin: 0 0 6px; }
.postentry { padding: 18px 0; border-bottom: 1px solid #D8DDE0; }
.postentry h2 { border-bottom: 0; margin: 4px 0 8px; }
.postentry h2 a { text-decoration: none; color: #222; }
.postentry h2 a:hover { color: #33628C; text-decoration: underline; }

/* tables */
.tscroll { overflow-x: auto; margin: 12px 0 18px; }
table { border-collapse: collapse; width: 100%; font-size: 15px; }
caption { text-align: left; font-weight: bold; padding-bottom: 6px; }
th, td { border: 1px solid #D8DDE0; padding: 8px 12px; text-align: left; }
thead th { background: #F4F6F6; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; }

/* testimonials */
.testimonial { margin: 14px 0; padding: 6px 18px; border-left: 3px solid #D8DDE0; }
.testimonial p { font-family: Georgia, 'Times New Roman', serif; font-style: italic; margin: 0 0 6px; }
.testimonial cite { font-family: Arial, sans-serif; font-style: normal; font-size: 12px;
  text-transform: uppercase; letter-spacing: 1px; color: #55606A; }

/* q&a and questionnaire */
.qa h2 { font-size: 19px; margin: 22px 0 6px; }
.riskq li { margin-bottom: 12px; }
.riskq ul { margin-top: 6px; }

/* forms */
form label { display: block; font-weight: bold; font-size: 14px; margin: 14px 0 4px; }
form .req { font-weight: normal; color: #55606A; font-size: 12px; }
form input[type="text"], form input[type="email"], form textarea, form select {
  width: 100%; max-width: 420px; border: 1px solid #B9C0C5; padding: 8px 10px; font: inherit; background: #fff; }
form fieldset { border: 1px solid #D8DDE0; padding: 10px 14px 14px; margin: 16px 0; max-width: 420px; }
form legend { font-weight: bold; font-size: 14px; padding: 0 6px; }
form .check { font-weight: normal; margin: 8px 0 0; }
form .check input { width: auto; margin-right: 8px; }
form button { margin-top: 16px; background: #33628C; color: #fff; border: 0; padding: 10px 22px;
  font: bold 14px Arial, sans-serif; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; }
form button:hover { background: #2E2E2E; }
.rail form label { margin-top: 8px; }
.rail form input { max-width: 100%; }
.rail form button { padding: 8px 16px; font-size: 12px; }

/* related links */
.related ul { list-style: none; padding: 0; }
.related li { padding: 5px 0; border-bottom: 1px solid #EDF0F2; }

/* footer */
.sitefooter { background: #EFF1F2; border-top: 1px solid #D8DDE0; margin-top: 0; padding: 30px 0 0; }
.fcols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.sitefooter h2 { font-family: Arial, sans-serif; font-size: 13px; text-transform: uppercase;
  letter-spacing: 1.5px; border-bottom: 1px solid #C9D0D6; margin: 0 0 10px; padding-bottom: 8px; }
.sitefooter ul { list-style: none; margin: 0; padding: 0; }
.sitefooter li { padding: 4px 0; }
.sitefooter a { color: #33628C; }
.sitefooter p { font-size: 14px; margin: 0 0 10px; }
.credit { text-align: center; font-size: 12px; color: #55606A; border-top: 1px solid #D8DDE0;
  margin-top: 26px; padding: 14px 0; }

/* responsive */
@media (max-width: 1000px) {
  .grid { grid-template-columns: minmax(0, 1fr); }
  .fcols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .navstrip .dnav { display: none; }
  .mnav { display: block; }
  .mnav summary { color: #fff; text-transform: uppercase; font-size: 13px; letter-spacing: 1px;
    padding: 12px 0; cursor: pointer; list-style: none; }
  .mnav summary::before { content: '\2261\00a0'; font-size: 16px; }
  .mnav ul { list-style: none; margin: 0; padding: 0 0 10px; }
  .mnav a { display: block; color: #fff; text-decoration: none; text-transform: uppercase;
    font-size: 13px; letter-spacing: 1px; padding: 10px 4px; border-top: 1px solid #444; }
  .brand a { font-size: 24px; }
  .hometop h1 { font-size: 28px; }
  h1.pagetitle { font-size: 26px; }
  .fcols { grid-template-columns: 1fr; gap: 24px; }
  .udate { display: block; min-width: 0; }
  .cap { grid-template-columns: 48px minmax(0, 1fr); gap: 12px; }
  .cap .num { font-size: 26px; }
}
