/*
* @client: CAISSE Financial Group
* @description: Print Style Sheet
* @file: print.css
* @dependencies: bootstrap.css, style.css
* @author: Steve @ Mckim
* @updated: Dec 10, 2015
*/


/* PRINT OVERRIDES */

div#photo_credit_container {
    display: none;
}


body {
    float: none !important;
    overflow: visible !important;
    position: relative !important;
    font-size: 12px !important;
}

* {
    float: none !important;
    overflow: visible !important;
    position: relative !important;
}

div {
    min-height: 0 !important;
    height: auto !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    position: relative !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    background: #fff !important;
    border: none !important;
    float: none !important;
    overflow: visible !important;
    position: relative !important;
}

div.container,
div.container-fluid,
div.row,
div#primary,
div#secondary {
    min-height: 0 !important;
    height: auto !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    position: relative !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    background: #fff !important;
    border: none !important;
    float: none !important;
    overflow: visible !important;
    position: relative !important;
}

#top {
    display: none;
}

div.container-fluid.shadow {
    display: none;
}

div#lang_sel_footer * {
    display: none;
}

div#footer {
    background: #fff;
    border: none;
}

div#footer #footer-nav {
    display: none;
}

div#footer .copyright {
    border-top: none !important;
    padding: 0;
    min-height: 0;
    margin: 0;
}

div#footer .copyright p {
    display: block;
    margin: 0;
    padding: 0;
}

div#footer .copyright ul {
    display: none;
}

div.testimonial {
    display: none;
}

div#lang_sel_footer {
    min-height: .5in !important;
    display: block;
    clear: both;
    border: none;
}

div.col-xs-12 {
    width: 100% !important;
}

div.sidebar-nav {
    display: none;
}

div#features {
    display: none;
}

div#slider {
    /* display: none; */
}


div.rsNav.rsThumbs.rsThumbsHor {
    display: none;
}

a[href*="http"]:after{
    display:none
}

div#slider a.rsLink {
    display: none !important;
}

div#slider a.rsLink:after {
    display: none !important;
}


h1, h2, h3, h4, h5, h6 {
    margin-top: 40px !important;
}

p, ul, li, a, li, span {
    color: #000;
}

div#content.home {
    background: #fff;
}

div#content {
    padding-top: 0;
    padding-bottom: 0;
}

div#header {
    display: none;
}

a.btn {
    display: none !important;
}

html body div.container-fluid.fullblue,
html body div.container-fluid.fullbluedark {
    padding: 0 !important;
    background: #fff !important;
    min-height: 0 !important;
}

div#tabbed-content {
    padding-bottom: 0;
}

h4.right_menu_title,
h4.left_menu_title {
    display: none;
}

div.collapse {
    display: block !important;
}

table td {
    border: 1px solid #888 !important;
}

div#callout {
    display: none;
}

div#comparison_nav {
    display: none;
}