﻿/* Resets */

.pb-form-v2 *, .pb-details * {
	margin: 0;
	padding: 0;
}

/* Parent div and default element styles */

.pb-form-v2 {
	font-size: 13px;
	margin: 0;
	padding: 0;
	text-align: left;
}

.pb-form-v2 fieldset {
	border: 0 !important;
	margin: 10px 0 10px 0;
}

.pb-form-v2 fieldset fieldset {
	margin: 0;
}

.pb-form-v2 ul li, .pb-details ul li {
	background: none !important;
	list-style: none !important;
	margin: 0 0 10px 0 !important;
	border: 0 !important;
}

.pb-form-v2 legend {
	color: #00487a;
	font-size: 18px;
	font-weight: bold !important;
}

.pb-form-v2 fieldset fieldset legend {
	font-size: 13px;
	margin-bottom: 10px;
	padding-top: 5px;
}

.pb-form-v2 label {
	display: block;
	margin-bottom: 3px !important;
}

.pb-form-v2 hr {
	border: 1px solid #dbdbdb;
	margin: 15px 0 !important;
	width: 100%;
}

.pb-form-v2 input[type="text"],
.pb-form-v2 input[type="password"],
.pb-form-v2 textarea,
.pb-form-v2 select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

/* First element header styles */

.pb-form-v2 > h2 {
	background-color: #EAEAEA;
	cursor: pointer;
	margin: 0 !important;
	padding: 5px !important;
}

.pb-form-v2 > fieldset {
	margin: 0 !important;
	padding: 20px;
	padding: 0 20px 20px 20px\9; /* targets IE8 and below only */
}

.pb-form-v2 > fieldset > legend {
	font-size: 22px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px\9; /* targets IE8 and below only */
}

/* Custom input type styles */

.pb-form-v2 .check label {
	display: inline !important;
	float: none !important;
	margin: 5px 10px 5px 5px !important;
}

.pb-form-v2 table.check label {
	display: inline !important;
	float: none !important;
	margin: 5px 15px 5px 5px !important;
}

.pb-form-v2 table input, .pb-form-v2 .check input {
	vertical-align: bottom !important;
	width: auto !important;
}

/* Validation styles */

.pb-form-v2 .error {
	color: darkred;
}

.pb-form-v2 .required {
	color: red;
	font-weight: bold;
}

.pb-form-v2 .invalid {
	background-color: #edd5d5 !important;
	border-color: #cc7878;
}

.pb-form-v2 .inline-error {
	color: darkred;
	font-size: 10px;
	margin-top: 3px;
}

.pb-form-v2 .watermark {
	color: #bcbcbc !important;
}

:-webkit-input-placeholder {
	color: #bcbcbc !important;
}

:-moz-placeholder {
	color: #bcbcbc !important;
}

:-ms-input-placeholder {
	color: #bcbcbc !important;
}

/* Element placement styles */

.pb-form-v2 .left {
	clear: both;
}

.pb-form-v2 .left, .pb-form-v2 .middle {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-right: 12px;
}

.pb-form-v2 .right {
	float: left;
}

.pb-form-v2 .half-left {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	float: left;
	padding-right: 12px;
	width: 50%;
}

.pb-form-v2 .half-right {
	float: left;
	width: 50%;
}

.pb-form-v2 .third-left, .pb-form-v2 .third-middle {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-right: 12px;
	width: 33%;
}

.pb-form-v2 .third-left {
	clear: both;
}

.pb-form-v2 .third-right {
	float: left;
	width: 34%;
}

.pb-form-v2 .two-third-left {    
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
    float: left;
	width: 66%;
    padding-right: 12px;
}

.pb-form-v2 .full {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	float: left;
	width: 100%;
}

.pb-form-v2 .li_error
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    float: left;
    color: darkred;
}

.pb-form-v2 p {
	margin: 0 0 10px 0 !important;
}

.pb-form-v2 ul li ol li {
	list-style: decimal !important;
	margin-left: 40px !important;
}

.pb-form-v2 h2 {
    color: #545454 !important;
    line-height: 1.2 !important;
    font-size: 30px !important;
    /*font-family: 'ChunkFiveRegular', Helvetica, sans-serif !important;*/
    font-family: 'FuturaHeavy' !important;
    text-shadow: #fff 1px 1px 0 !important;
    font-weight: bold !important;
}

.pb-form-v2 h3 {
    color: #545454 !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    /*font-family: 'ChunkFiveRegular', Helvetica, sans-serif !important;*/
    font-family: 'FuturaHeavy' !important;
    text-shadow: #fff 1px 1px 0 !important;
    font-weight: bold !important;
}

.pb-form-v2 h4 {
    color: #545454 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    /*font-family: 'ChunkFiveRegular', Helvetica, sans-serif !important;*/
    font-family: 'FuturaHeavy' !important;
    text-shadow: #fff 1px 1px 0 !important;
    font-weight: bold !important;
}

.pb-form-v2 h2 a,
.pb-form-v2 h3 a,
.pb-form-v2 h4 a{color: #666 !important}

.pb-form-v2 h2 a:hover,
.pb-form-v2 h3 a:hover,
.pb-form-v2 h4 a:hover{color: #545454 !important}

.pb-form-v2 input[type="submit"], .pb-form-v2 button, .pb-form-v2 .button.green, .pb-form-v2 .button.green:hover {
    margin: 5px 10px 5px 10px !important;
    border: none 0;
    font-size: 16px;
    height: 28px;
    line-height: 25px;
    padding: 0 10px;
    /*width: 80px;*/
}