/*CSS FOR THE MORGUE PAGE ON INVESTIGATIONS*/
/*load more section below categories*/
.load_more_section {position: absolute;bottom: 0;left: 0;width:100%; }

.load_more_topics{display: inline-block;padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: 400; line-height: 1.42857143; text-align: center;
    	white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none;
        -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 4px;
        color: #333; background-color: #fff; border-color: #ccc; width:100%; overflow: visible; text-transform: none; }

.load_more_topics:hover{ color: #333; background-color: #e6e6e6; border-color: #adadad; }

.load_more_topics:focus{ color: #333; background-color: #e6e6e6; border-color: #8c8c8c; }

.load_more_topics:active{ color: #333; background-color: #e6e6e6; border-color: #adadad; background-image: none; }


/*containers*/

.alpha-container { float: left; width: 100%; }

.alpha { border-right: 1px solid #EBEBEB; margin: 0 335px 320px 0; padding: 20px 35px 50px 0; }

.alpha h1.sponsor { text-align: left; margin: 0; color: #5d5d5d; font-size: 2em; font-weight: 900; font-family: "Helvetica Neue", sans-serif; line-height: 1em; }

.landing-header { width: 100%; text-align: right; padding: 0 0 10px; border-bottom: 7px solid #5d5d5d; }

.beta-container{ margin-left: -300px; }

.beta{ margin: 20px auto; width: 300px; }

.data_downloads{ clear:both; }

.data_downloads .data_separator{ clear:both; }

.data_downloads .data_category{ width:33%; max-width:269.66px; display:inline-block; position:relative; margin-top:10px; margin-bottom:10px; float:left; min-height:313px; }

.data_downloads .data_category h3{ padding-left:10px; padding-bottom:10px; }

.data_downloads .left_col{ border-right: 1px #EBEBEB solid; border-left: 1px #EBEBEB solid; border-top: 1px #EBEBEB solid; border-bottom: 1px #EBEBEB solid; }

.data_downloads .mid_col { background-color: #EEE; border-right: 1px #EBEBEB solid; border-left: 1px #EBEBEB solid; border-top: 1px #EBEBEB solid; border-bottom: 1px #EBEBEB solid; }

.data_downloads .right_col{ border-right: 1px #EBEBEB solid; border-left: 1px #EBEBEB solid; border-top: 1px #EBEBEB solid; border-bottom: 1px #EBEBEB solid; }

.data_downloads ul{ list-style: disc; padding-bottom: 35px; }

.data_downloads ul li{  }

/*RESPONSIVE Data Downloads*/

@media only screen and ( min-width : 768px ) and ( max-width : 1023px ){
    .data_downloads .data_category{ width: 49%;  max-width: 319.469px; min-width: 49%; }

    .data_downloads .mid_col, .data_downloads .left_col, .data_downloads .right_col { background-color: white; border-right: 1px #EBEBEB solid; border-left: 1px #EBEBEB solid; }

    .data_downloads .data_separator { clear: none; }
}

@media only screen and ( max-width : 767px ){
    .data_downloads .data_category{ width: 100%; max-width: 760px; min-width: 100%; }

    .data_downloads .mid_col, .data_downloads .left_col, .data_downloads .right_col { background-color: white; border-right: 1px #EBEBEB solid; border-left: 1px #EBEBEB solid; }

    .data_downloads .data_separator { clear: none; }

    .beta-container { display:none; }

    .alpha { border-right: 1px solid #EBEBEB; margin: 0 0px 0px 10px; padding: 20px 35px 50px 0; }
}