/**
 * Copyright: 2007-2015, Web Techtonics, LLC
 * This code is property of Web Techtonics, LLC. All rights reserved.
 * May not be re-used, re-distributed or modified without permission.


*/

.AV-WFooter-3 .AV-WForm-2 .heading
{
	color: rgb(225, 224, 224);
} 

.AV-WForm-2
{
	margin-top: 30px;
	margin-bottom: 30px;
}
.AV-WForm-2.resizable
{
	padding-bottom: 42px !important;
}

.AV-WForm-2 h3.heading
{
	margin-bottom: 20px;
}

.AV-WForm-2 .disclaimer
{
	text-align: center;
	display: block;
}

.AV-WForm-2 .form-group-parts .form-control
{
	margin-bottom: 10px;
}
@media (min-width: 768px) {
	.AV-WForm-2.constrained
	{
		padding: 0;
	}
	.AV-WForm-2 .form-group-input
	{
		margin-bottom: 7px;
	}
}
@media (max-width: 991px) {
	.AV-WForm-2 .form-group-select .row > div:first-child
	{
		margin-bottom: 15px;
	}
}
