﻿body {
    margin: 0;
    padding: 0;
}

@media print and (color) {
    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}

#off-canvas-trigger,
#toolbar,
#main-nav-container,
#main-nav,
.inner .cols-wrap .col1,
.interior #content > .inner .cols-wrap > .col1 {
    display: none;
}

#mega-menu-container,
#site-info-container,
#section-title,
#footer,
.nav-wrap,
.data-in-action-container,
#results #actions,
#pdf-generator,
#returnToMap {
    display: none;
}

@media (min-width: 1024px) {
    .interior #content > .inner .cols-wrap > div.col1 {
        display: none;
    }
}

#logo img {
    width: 250px;
    height: auto;
}
/*
table {
    page-break-inside: auto;
}

tr, td, th, tbody, thead, tfoot {
    page-break-inside: avoid !important;
}*/
    
/* Customizable Profile */
.cust-profile-container .answers-select-literal {
    display: block;
}

.cust-profile-container .answers-select {
    display: none;
}

.cust-profile-container .answers-select-literal {
    text-align: left;
}


.right-logo .cahmi-logo {
    margin-top: 0;
}

.data-source-note {
    display: none;
}

.map-content .col-6 { 
    width: 40%;
}

.map-content .col-6.map-legend-container {
    width: 60%;
}

.map-content .map-legend .col-6 {
    width: 50%;
}

.map-legend h5 {
    margin-bottom: 0;

}

.interior #content .inner {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}



.pdf-utilities {
    display: none;
}

.interior #content > .inner {
    padding-bottom: 0;
} 