/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
*:focus {
	outline:none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:162%;
	text-rendering: optimizeLegibility;	
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom:10px;
	line-height:120%;
}
h1 {
	font-size:40px;
}
h2 {
	font-size:35px;
}
h3 {
	font-size:32px;
}
h4 {
	font-size:26px;
}
h5 {
	font-size:24px;
}
h6 {
	font-size:20px;
}
h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 * {
	font-size:inherit;
	font-family:inherit;
	color:inherit !important;
}
p{ 
	margin-bottom:30px;
}
a:link,
a:visited {
	text-decoration:none;
}
a:hover,
a:active {
	text-decoration:underline;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
hr {
	display:block;
	border:0px;
	height:1px;
	line-height:0px;
	font-size:0px;
	width:100%;
	clear:both;
	background:none;
	margin:0px 0px 40px 0px;
}
ul {
	list-style:none;
	margin-bottom:30px;
}
ul li {
	line-height:24px;
}
table {
	width:100%;
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-spacing:0px;
	margin-bottom:30px;
}
table tr th,
table tr td {
	padding:20px;
	text-align:left;
}
table tr th {
	font-size:21px;
}
label {
	cursor:pointer;
}
input {
	border-width:2px;
	border-style:solid;
	padding:6px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background:none;	
	margin:0px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;	
}
select {
	border-width:2px;
	border-style:solid;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0px;			
}
.jqTransformSelectWrapper {
	border-width:2px;
	border-style:solid;
}
.jqTransformSelectWrapper select {
	display:none;
}
.jqTransformSelectWrapper div {
	height:30px;
	position:relative;
}
.jqTransformSelectWrapper div a {
	width:30px;
	height:30px;
	border-left-width:2px;
	border-left-style:solid;
	position:absolute;
	top:0px;
	right:0px;
	background:url(../images/shortcodes/dt-select-menu-arrow.png) no-repeat;
}
.jqTransformSelectWrapper div span {
	height:30px;
	line-height:30px;
	display:block;
	text-indent:10px;
	cursor:pointer;
}
.jqTransformSelectWrapper ul {
	border-width:2px;
	border-style:solid;
	margin:0px;
	padding-right:2px;
	height:120px;
	overflow-y:auto;
	position:absolute;
	left:0px;
	top:32px;
	z-index:100;
}
.jqTransformSelectWrapper ul li {
	background:none;
	padding-left:10px;
	height:30px;
	line-height:30px;
}
.jqTransformSelectWrapper ul li a:hover,
.jqTransformSelectWrapper ul li a:active {
	text-decoration:none;
}
textarea {
	border-width:2px;
	border-style:solid;
	padding:10px;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	resize:none;
	margin:0px;
	background:none;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	overflow:auto;	
	
}
input[type="submit"],
input[type="reset"],
button {
	color:#FFF !important;
	padding:6px 20px;
	border:0px;
	text-transform:uppercase;
	cursor:pointer;
	margin:0px;	
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;	
	
}
input[type="radio"],
input[type="checkbox"] {
	display:inline-block;
}
.jqTransformCheckboxWrapper,
.jqTransformRadioWrapper {
	width:16px;
	height:16px;
	border-width:2px;
	border-style:solid;
	display:inline-block;
	margin-right:10px;
}
.jqTransformRadioWrapper {
	border-radius:10px;
}
.jqTransformCheckboxWrapper a,
.jqTransformRadioWrapper a {
	width:8px;
	height:8px;
	display:block;
	border-width:4px;
	border-style:solid;
	border-color:#FFF;		
}
.jqTransformRadioWrapper a {
	border-radius:8px;
}
.jqTransformCheckboxWrapper input,
.jqTransformRadioWrapper input {
	display:none;
}
.wpcf7-form-control-wrap {
	display:inline-block;
	margin-top:4px;
}
.wpcf7-form-control-wrap .jqTransformCheckboxWrapper,
.wpcf7-form-control-wrap .jqTransformRadioWrapper {
	float:left;
}
.wpcf7-form-control-wrap .wpcf7-list-item-label {
	float:left;
}
.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
	display:block;
	float:left;
	clear:left;
	margin-bottom:10px;
}
.wpcf7-checkbox .wpcf7-list-item:last-child,
.wpcf7-radio .wpcf7-list-item:last-child {
	margin-bottom:0px;
}
.gform_fields li {
	background:none;
	padding-left:0px;
}
.gform_fields input {
	padding:6px 10px !important;
}
.gform_wrapper .ginput_complex input, .gform_wrapper .ginput_complex select,.gform_wrapper .gfield_time_ampm select,.gform_wrapper .gfield_time_hour, .gform_wrapper .gfield_time_minute, .gform_wrapper .gfield_date_month, .gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_year { width:auto !important; }
table.ui-datepicker tr td { padding:0px !important; }