.pre-footer /*, .footer-cols-section*/{
	display: none;
}
.text-page-title{
	font-family: Poynter, serif;
	font-size: 32px;
	margin: 2em 0 1.5em;
	text-align: center;
}
.text-page-content{
	color: #000;
	font-family: 'Roboto Light',sans-serif;
	font-size: 15px;
	letter-spacing: 0.03em;
    line-height: 2.15;
	margin: 0 auto 40px;
	max-width: 820px;
    padding-top: 24px;
}
.text-page-content h4, .text-page-content h3{
    color: #000;
	font-family: Poynter, serif;
    font-size: 20px;
    letter-spacing: 0.025em;
}
.text-page-content h4{
	margin: 1em 0 1.4em;
}
.text-page-content h3{
    margin: 1.85em 0 0.75em;
}
.text-page-content ol {
	margin: 1.5em 0 1.5em 2em;
}
.text-page-content ol li{
    margin-bottom: 0.32em;
	padding-left: 1em;
}
.text-page-content p{
    margin-bottom: 1.5em;
}
.privacy-policy-content p{
	margin-bottom: 1.9em;
}
.privacy-policy-top-line{
	padding-top: 0.85em;
}
.no-margin-bottom{
	margin-bottom: 0 !important;
}
.text-page-content ul li {
    margin: 0.35em 0 0 3.6em;
    position: relative;
}
.text-page-content ul li:before {
	background: #000;
	border: 1px solid;
	border-radius: 100%;
    content: '';
    display: block;
    height: 3px;
    left: -2em;
    margin-top: -1px;
    position: absolute;
    top: 1em;
    width: 3px;
}
.text-page-content a{
	display: inline-block;
	position: relative;
}
.text-page-content a:after {
	border-bottom: 1px solid #aaa;
	bottom: 0;
	content: '';
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
}
@media all and (max-width: 1100px){
    padding-top: 10px;
}
@media all and (max-width: 1025px){
    .text-page-content{
	    font-size: 14px;
    }
    .text-page-content h4, .text-page-content h3{
	    font-size: 18px;
    }
}
@media all and (max-width: 769px){
	.text-page-title{
		font-size: 24px;
	}
	.text-page-content{
    	padding-top: 10px;
	}
}
@media all and (max-width: 640px){
    .text-page-content{
	    font-size: 13px;
	    margin-bottom: 0;
    }
    .text-page-content h4, .text-page-content h3{
	    font-size: 17px;
    }
@media all and (max-width: 480px){
    .text-page-content{
	    font-size: 12px;
    }
    .text-page-content h4, .text-page-content h3{
	    font-size: 16px;
    }
	.text-page-content{
    	padding-top: 0;
	}
}