@media only screen and (min-width: 992px) {
	#def-content div.pg-content {
		text-align: left;
	}
}


/* Pre Launch Edits */
@media only screen and (max-width: 1499px) {
	.info-copy h5, .info-copy a {
		font: 400 17px/20px 'IBM Plex Sans', sans-serif !important;
	}

	ul#footer-social {
		white-space: nowrap;
		width: 105px;
		position: relative;
		left: -10px;
	}
}

@media only screen and (max-width: 1199px) {
	ul#footer-social {
		white-space: nowrap;
		width: auto;
		position: relative;
		left: 40px;
	}
}

@media only screen and (max-width: 991px) {
	ul#footer-social {
		text-align: center;
		width: 100%;
		left: 0;
	}	

}

.consult-form {
	display: none;
	padding:0;
}
div#info {
	display: block;
}

