﻿@charset "utf-8";
/* CSS Document */
/* --------------------- 
STYLES DIRECTORY:
    01. HIDE
    02. RESET
    03. MISCELLANEOUS
--------------------- */
/* ---------- 01. HIDE ---------- */
#topNav, #mainNav, #hero, #olb, #footerNav, .slick-dots, .slick-list, #rightCol  {
    display:none;
}

/* ---------- 02. RESET ---------- */
html, body, #header, #logo, #leftBody, #content, 
#footer, #footer .left, #badges {
    position: static;
    float: none;
    clear: both;
    display: block;
    width: 98% ;
    height: auto;
    padding: 0;
    margin: 5px;
    background: none;
    color: #000 !important;
    text-align: left;
    border:0;
}
p, h2, h3, h4, h5, h1, li, td, th, blockquote, form, small, a, li a, p a { 
    color:#000 !important; 
}

/* ---------- 03. MISCELLANEOUS ---------- */ 
 