/* ================================================================
   CogniFact Cloud Solutions LLC
   index.css
   Optimized for Internet Explorer 5.5+ at 1024x768 resolution
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Workbench&display=swap');

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 11px;
  color: #333333;
  background-color: #000f23;
  background-image: url(images/background.gif);
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
}

a            { color: #003399; text-decoration: none; }
a:hover      { color: #CC3300; text-decoration: underline; }
a:visited    { color: #551a8b; }

#page {
  width: 992px;
  margin: 0 auto;
  text-align: left;
  background-color: #ffffff;
}

/* ================================================================
   HEADER & NAVIGATION  (reuses existing nav images)
   ================================================================ */

#header {
  height: 191px;
  width: 992px;
  background: url(images/topbg.gif);
  text-align: left;
}

#logo {
  margin-left: 18px;
  margin-top: 64px;
  width: 364px;
  height: 97px;
  float: left;
}

.cognilogo { width: 80%; }

#nav {
  width: 610px;
  float: left;
  margin-top: 136px;
}

#nav-menu-left {
  background: url(images/navbar-left.gif) no-repeat top left;
  width: 27px;
  height: 55px;
  float: left;
}

#nav-menu-right {
  background: url(images/navbar-right.gif) no-repeat top left;
  width: 27px;
  height: 55px;
  float: left;
}

#nav-menu {
  background: url(images/navbar-bg.gif) repeat-x top left;
  height: 55px;
  width: 556px;
  float: left;
}

#nav-menu ul {
  list-style: none;
  padding-left: 20px;
  padding-top: 3px;
}

#nav-menu ul a {
  background-image: url(images/navbar-divider.gif);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 14px;
  padding-left: 14px;
  display: block;
  line-height: 48px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  color: #ffffff;
}

#nav-menu ul a:hover   { color: #ffcc33; text-decoration: underline; }
#nav-menu ul a:visited { color: #ffffff; }
#nav-menu li           { float: left; color: white; }

#flame {
  width: 40px;
  height: 40px;
  position: absolute;
}

.a-ai {
  font-family: "Workbench", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "BLED" 0, "SCAN" 0;
}

.clearfloats { clear: both; }

/* ================================================================
   HERO BANNER
   ================================================================ */

#header2 {
  background: url(images/headers/header1.gif) no-repeat top left;
  width: 992px;
  height: 224px;
}

#header2-slogan1 {
  font: italic 30px "Times New Roman", Georgia, Times, serif;
  padding: 78px 0px 0px 100px;
  color: #ffffff;
  text-align: left;
  text-shadow: 2px 2px 0px #003d55, 3px 3px 6px rgba(0,0,0,0.9);
}

#header2-slogan2 {
  font: bold 42px "Times New Roman", Georgia, Times, serif;
  padding: 4px 0px 0px 190px;
  color: #ffffff;
  text-align: left;
  text-shadow: 2px 2px 0px #003d55, 3px 3px 6px rgba(0,0,0,0.9);
}

/* ================================================================
   NEWS TICKER
   ================================================================ */

#ticker-bar {
  background-color: #002244;
  border-top: 2px solid #336699;
  border-bottom: 2px solid #001133;
  overflow: hidden;
}

.ticker-label {
  background-color: #cc3300;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  font-family: Arial, Verdana, sans-serif;
  padding: 5px 9px;
  white-space: nowrap;
  letter-spacing: 1px;
  vertical-align: middle;
  width: 1%;
}

.ticker-scroll {
  color: #cce0ff;
  font-size: 10px;
  padding: 5px 6px;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}

/* ================================================================
   MAIN LAYOUT
   ================================================================ */

#main-wrapper {
  background-color: #ffffff;
  border-top: 1px solid #9aadbe;
}

#main-table { border-collapse: collapse; }

/* ================================================================
   SIDEBAR
   ================================================================ */

#sidebar {
  background-color: #e8f0f5;
  border-right: 1px solid #99aabb;
  vertical-align: top;
}

.sidebar-box {
  margin-bottom: 8px;
  border: 1px solid #99aabb;
  background-color: #ffffff;
}

.sidebar-box-header {
  background-color: #003366;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  font-family: Arial, Verdana, sans-serif;
  padding: 4px 7px;
  letter-spacing: 1px;
}

.sidebar-box-content {
  padding: 7px 8px;
  font-size: 10px;
  line-height: 1.6;
  color: #333333;
}

.sidebar-box-content p   { margin-bottom: 4px; }
.sidebar-box-content a   { color: #003399; }
.sidebar-box-content a:hover { color: #cc3300; text-decoration: underline; }

.sidebar-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-links li {
  padding: 3px 0px;
  border-bottom: 1px dotted #cccccc;
}

.sidebar-links a {
  color: #003399;
  text-decoration: none;
  font-size: 10px;
}

.sidebar-links a:hover { color: #cc3300; text-decoration: underline; }

.sidebar-news {
  font-size: 10px;
  line-height: 1.5;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #cccccc;
}

.sidebar-news.last {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar-news a { color: #003399; }

.cert-box { text-align: center; }
.cert-footnote { font-size: 9px; color: #888888; margin-top: 4px; }

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

#main-content {
  background-color: #ffffff;
  vertical-align: top;
}

.content-section {
  margin-bottom: 10px;
  border: 1px solid #99aabb;
}

.section-header {
  background-color: #003366;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  font-family: Arial, Verdana, sans-serif;
  padding: 5px 10px;
  letter-spacing: 1px;
}

.section-body {
  padding: 10px;
  font-size: 11px;
  line-height: 1.65;
  color: #333333;
}

.section-body p   { margin-bottom: 8px; }
.section-body a   { color: #003399; }
.section-body a:hover { color: #cc3300; text-decoration: underline; }

/* Solution grid */
.solution-cell {
  background-color: #f0f5fa;
  border: 1px solid #aabccc;
  vertical-align: top;
  padding: 9px;
  width: 50%;
}

.solution-title {
  font-weight: bold;
  font-size: 11px;
  color: #003366;
  margin-bottom: 5px;
  font-family: Arial, Verdana, sans-serif;
}

/* News table */
.news-date {
  width: 68px;
  min-width: 68px;
  color: #666666;
  font-size: 10px;
  vertical-align: top;
  padding: 6px 7px;
  white-space: nowrap;
  border-bottom: 1px solid #ddeeff;
  border-right: 1px solid #ddeeff;
}

.news-body {
  font-size: 11px;
  color: #333333;
  padding: 6px 8px;
  border-bottom: 1px solid #ddeeff;
  line-height: 1.5;
}

.news-body a       { color: #003399; }
.news-body a:hover { color: #cc3300; }
.news-alt          { background-color: #f4f8fc; }

/* Testimonials */
.testimonial          { margin-bottom: 8px; }

.testi-hr {
  border: none;
  border-top: 1px dotted #aabbcc;
  margin: 8px 0px;
}

.testimonial-quote {
  font-size: 11px;
  font-style: italic;
  color: #333333;
  line-height: 1.6;
  margin-bottom: 5px;
  padding-left: 8px;
  border-left: 3px solid #336699;
}

.testimonial-attr {
  font-size: 10px;
  color: #666666;
  text-align: right;
}

.a-ai-text {
  font-family: "Workbench", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* List items inside content sections */
.section-body ul {
  padding-left: 18px;
  margin-bottom: 8px;
}

.section-body ul li {
  padding: 3px 0px;
  line-height: 1.6;
}

/* Newsletter form */
.form-label {
  font-size: 11px;
  font-family: Verdana, Arial, sans-serif;
  color: #333333;
  white-space: nowrap;
}

.form-field {
  background-color: #ffffff;
  border: 1px solid #99aabb;
  width: 220px;
  height: 22px;
  font-size: 11px;
  font-family: Verdana, Arial, sans-serif;
  color: #333333;
  padding: 2px 6px;
}

.form-submit {
  background-color: #003366;
  color: #ffffff;
  border: 1px outset #336699;
  font-size: 11px;
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
  padding: 4px 16px;
  cursor: pointer;
}

.form-submit:hover { background-color: #004488; }

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

#footer-bar {
  background-color: #001d3d;
  border-top: 3px solid #336699;
  padding: 12px 20px 16px 20px;
  text-align: center;
}

#footer-links {
  margin-bottom: 8px;
}

#footer-links a {
  color: #99ccff;
  text-decoration: none;
  font-size: 11px;
  padding: 0px 3px;
}

#footer-links a:hover { color: #ffffff; text-decoration: underline; }

#footer-bar p {
  color: #aaaaaa;
  font-size: 10px;
  margin-bottom: 4px;
  line-height: 1.6;
}

.small-footer {
  color: #555555 !important;
  font-size: 9px !important;
  margin-top: 6px;
}
