/*  pages_privacy.css - 1714615883 */


#view_header {
	margin-bottom: 0;
}

#privacy_page {
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	color: #231f20;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 3px;
}

h3 {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

p {
	margin-bottom: 20px;
}

.info-collected {
    border-bottom: 1px solid #666;
    margin-bottom: 30px;
}

.info-collected .row {
    display: flex;
    flex-wrap: wrap;
}

.info-collected .row .section {
    flex: 1 1 200px;
    padding: 10px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;    
}

.info-collected .row .section1 {
    border-left: 1px solid #666;        
}

.section h2 {
    display: block;
    margin-bottom: 15px;
}

@media only screen and (max-width: 780px) {
    .info-collected .row {
        margin-bottom: 20px;
        border-bottom: 1px solid #666;    
    }

    .info-collected {    
        border-bottom: 0;
        margin-bottom: 0;
    }
    
    .info-collected .row .section {
        border-left: 1px solid #666;                
        flex: 1 1 400px;
    }    
}



