.visible-xs{
	display: none !important;
}
.hidden-xs{
	display: block !important;
}
@media(max-width: 767px){
	.visible-xs{
		display: block !important;
	}
	.hidden-xs{
		display: none !important;
	}
}
@media(max-width: 1440px){
	html, body{
		font-size: 14px;
	}
}
@media(max-width: 1660px){
	.content_section .logo img{
	    width: 70%;
	}
	.content_section h3{
	    font-size: 2.5rem;
	}
	.content_section h2{
		font-size: 4rem;
	}
}
@media(max-width: 1366px){
	html, body{
		font-size: 13px;
	}
}
@media(max-width: 1280px){
	html, body{
		font-size: 12px;
	}
}
@media(max-width: 1024px){
	html, body{
		font-size: 10px;
	}
}
@media(max-width: 767px){
	html, body{
		font-size: 14px;
	}
	.content_section .logo img{
	    width: 100%;
	}
	.content_section h3 {
	    font-size: 1.35rem;
	    line-height: 1.25;
	}
	.content_section h2{
	    font-size: 2.5rem;
	}
	.content_section form{
	    width: 100%;
	    margin-bottom: 5rem;
	}
	.content_section form p{
	    font-size: 1.25rem;
	    line-height: 1.25;
	    margin-bottom: 3rem;
	}
	.content_section .link {
	    font-size: 1.75rem;
	    
	}
	.content_section .logo_sm{
	    margin-top: 5rem;
	}
	.content_section .logo_sm img{
	    width: 15rem;
	}
	.content_section p.basement{
	    font-size: .8rem;
	    display: block;
	    margin: auto;
	}
	#fp-nav.fp-right {
    right: 4px;
    bottom: calc(50% - 93px);
    top: initial;
}
}
@media(max-width: 576px){
	.content_section .link{
		font-size: 8vw;
	}
}
@media(max-width: 400px){
	html, body{
		font-size: 10px;
	}
}	