﻿* {
    -webkit-print-color-adjust:exact;
}

a[href]:after {
    content: none !important;
  }

.display-sm-device {
    display:none !important;
}

display-lg-device {
    display:none !important;
}

.navbar-brand img {
    width:75% !important;
}

.nav-pills {
    display:none;
}

.btn-group {
    display:none;
}

.btn {
    display:none;
}

.divider {
    margin: 30px 0 0 0;
}

.well {
    min-height:0 !important;
    margin-bottom:10px !important;
    padding:10px;
    background-image: none;
    background-color: #fff !important;
}

.panel {
    min-height: 0 !important;
}

.panel-heading, .panel-body {
    margin:0 !important;
    padding:0 !important;
}

footer {
    margin-top:10px !important;
}

footer .row .col-xs-6:nth-child(2) {
    display:none !important;
}

/***** Categories *****/

.category-jumbotron {
    margin:20px 0 0 0;
    background-image:none;
    padding:0 !important; 
    border:none;
    min-height:0 !important; 
}

.health-well-being-icon-background, .compensation-icon-background, .pension-savings-icon-background, .employee-programs-policies-icon-background, .preparing-unexpected-icon-background, .resources-icon-background {
    background-image:none;
}

#category-health-well-being .well, #category-compensation .well, #category-pension-savings .well, #category-employee-programs-policies .well, #category-preparing-unexpected .well, #category-resources .well {
    background-color:#fff !important;
}

/***** Life Events *****/

.jumbotron {
    margin:20px 0 0 0;
    background-image:none;
    padding:0 !important; 
    border:none;
    min-height:0 !important; 
}


.life-events-container {
    margin:0;
    padding:0 15px;
    background-color: #fff !important;
    border:none !important;
    min-height:0 !important;
}

.life-events-content-container {
    margin:0;
    padding:10px;
}

.table tr td ul li{
    list-style: square url("/Images/Life-Events-Checklist-Checkbox.png"); 
    /*list-style-position: inside;*/
}

.life-events-callout-container {
    margin-top: 20px !important;
    background-color:#fff !important;
}

.well .life-events-callout-container h3, .well .life-events-callout-container p {
    color:#000 !important;
}