/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */
 
/* Content CSS

----------------------------------------------------------------------------------------------------*/

.remove-top-margin {
	margin-top: 0px;
}

.remove-bottom-margin {
	margin-bottom: 0px;
}

.alternate-list-margins {
	margin-top: 3px;
	margin-left: 25px;
}

.box-content {
	border: 1px solid #dddddd;
	background: #fafafa;
	box-shadow: inset 1px 0px 17px rgba(20, 20, 20, 0.08);
	-o-box-shadow: inset 1px 0px 17px rgba(20, 20, 20, 0.08);
	-moz-box-shadow: inset 1px 0px 17px rgba(20, 20, 20, 0.08);
	-webkit-box-shadow: inset 1px 0px 17px rgba(20, 20, 20, 0.08);
	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.box-content p {
	margin: 0;
}

p.content-50 {
	width: 45%;
	display: inline-block;
	margin: 0 4% 0 0;
}

.sublist-margins {
	margin-top: 3px;
	margin-left: 10px;
}

li#field_10_10 p, li#field_9_10 p{
	margin-top:25px;
	margin-bottom:0px;
	font-size:22px;
}
div#gform_confirmation_message_10, div#gform_confirmation_message_9 {
	color: #1B84D8;
}

.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password]{
	font-size:16px;
}