/**
 * 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.


*/
:root{
	--placeholderSvg: 25px;
	--placeholderLabel: 20px !important;
	--placeholderFontFamily: Arial, Helvetica, sans-serif;
}
.AV-WCustomform-1 h3.heading {
	font-size: 32px;
}
.AV-WCustomform-1 p.message {
	font-weight: 300;
}
.AV-WCustomform-1 .disclaimer {
	text-align: center;
	display: block;
}
.AV-WCustomform-1 .rkt-close {
	display: none;
}
.framed .AV-WCustomform-1 .rkt-close {
	display: block;
}
.form-group input[type="radio"] {
	height: 13px;
	width: auto;
}
.AV-WCustomform-1 .WCustomform-layout.placeholder {
	padding: 20px;
}
.AV-WCustomform-1 .WCustomform-layout.placeholder svg {
	width: 100%;
	margin: auto;
	display: block;
	max-width: var(--placeholderSvg);
	max-height: var(--placeholderSvg);
}
.AV-WCustomform-1 .WCustomform-layout.placeholder .placeholder-label {
	margin-bottom: 0px;
	text-align: center;
	line-height: normal;
	padding-bottom: 0px;
	font-size: var(--placeholderLabel) !important;
	font-family: var(--placeholderFontFamily) !important;
}
