@CHARSET "UTF-8";
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
	.contact-right-border {
		border-bottom: solid 1px #cccccc;
	}
}

@media only screen and (min-width : 375px) {
	.contact-right-border {
		border-bottom: solid 1px #cccccc;
	}
}

@media only screen and (min-width : 410px) {
	.contact-right-border {
		border-bottom: solid 1px #cccccc;
		border-right: none;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
	.contact-right-border {
		border-bottom: solid 1px #cccccc;
		border-right: none;
	}
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 600px) {
	.contact-right-border {
		border-bottom: solid 1px #cccccc;
		border-right: none;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.contact-right-border {
		border-bottom: solid 1px #cccccc;
		border-right: none;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.contact-right-border {
		border-bottom: solid 1px #cccccc;
		border-right: none;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.contact-right-border {
		border-right: solid 1px #cccccc;
		border-bottom: none;
	}
}