.page-subheading{

    border-bottom: 1px solid #e5e5e5;
    color: #666;
    text-transform: uppercase;
	font-family: "Tienne";
	
}
.page-subheading h3 {
	text-align:left;
	font-size: 18px;
}
.row_35 {
	width: 35%;
	float: left;
	overflow: hidden;
}
.row_65 {
	width: 65%;
	float: left;
	overflow: hidden;
}
@media all and (max-width: 1000px) 
{
	.row_35 {display:none!important}
	.row_65 {width:100%;margin-left:0;margin-right:0; margin-top:10px;}
	.privacy_row{padding: 10px 20px!important}
}
.privacy_row{
	padding: 20px 50px;
}
.privacy_row a{
	color:#666;
	text-decoration:none!important;
}
.privacy_row a:hover{
	color:#9F824A;
	
}

.page-subheading_center{

    border-bottom: 1px solid #e5e5e5;
    color: #666;
    text-transform: uppercase;
	font-family: "Tienne";
	
}
.page-subheading_center h3 {
	text-align:center;
	font-size: 18px;
}