@media only screen and (max-width: 768px){
	footer {
		text-align: center !important;
	}
	footer div {
		display: block !important;
		margin: auto !important;
	}
	footer .footer-column {
		margin-top: 10px !important;
	}
	footer img {
		display: block;
		margin: auto;
	}
}

@media only screen and (max-width: 767px){
	.news-mob {
		float: unset !important;
	}
	.input-mob {
		padding-left: unset !important;
		padding-right: unset !important;
	}
	.news-mob-text {
		padding-bottom: 30px !important;
	}
}
@media only screen and (max-width: 1023px){
	.news-margin {
		margin-top: 10px !important;
	}
	.news-padding {
		padding-top: 10px !important;
	}
	.news-mob h2 {
		font-size: 1.7rem !important;
		padding-left: 15%;
		padding-right: 15%;
		color: gray;
	}
	.news-mob-text {
		font-size: 18px;
		padding-left: 9%;
		padding-right: 9%;
		color: gray;
	}
}
@media only screen and (max-width:  1160px){
	body > div > div.l-content > div.thumbnail-grid.pure-g > div.pure-u-lg-1.pure-u-1 > div:nth-child(2) > div > label {
		width: 90% !important;
		display: block !important;
		margin: auto !important;
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
	body > div > div.l-content > div.thumbnail-grid.pure-g > div.pure-u-lg-1.pure-u-1 > div:nth-child(2) > div > a > button {
		width: 50% !important;
		display: block !important;
		margin: auto !important;
	}
	body > div > div.l-content > div.thumbnail-grid.pure-g > div.pure-u-lg-1.pure-u-1 > div:nth-child(2) {
		float: left;
		padding-top: unset !important;
		width: 100%;
	}
	body > div > div.l-content > div.thumbnail-grid.pure-g > div.pure-u-lg-1.pure-u-1 > div:nth-child(2) > div > label > input {
		text-align: center;
	}
	body > div > div.l-content > div.thumbnail-grid.pure-g > div.pure-u-lg-1.pure-u-1 > div:nth-child(1) {
		width: 100% !important;
	}
}

@media only screen and (min-width: 1024px){
	#submit {
		float: left;
	}
}