.psFormHeader{
	background: #004B7F;
    color: white;
    padding: 10px;
	padding-bottom: 10px;
    line-height: 1em;
	margin-bottom: 1em;
	border-radius: 5px;
}

.psRowSpacer{margin-bottom:1em;}

.psFormHeader H3{color:white;font-weight:bold;margin:0;}

.psFormIntro h2{font-size: 23px;}

.psTextRight{float:right;text-align: right;}


.psForm{font-size:16px;}

.psForm label{
    font-size: 18px;
    line-height: 20px;
	font-weight:bold;
}

.psForm p{margin:0; margin-top:10px;}

.psSubText{line-height:20px;}

.icon_question_alt:before {
	content: "\e064";
	font-family: 'ETmodules';
}
.icon_question_alt:hover{color: #8cc5dd;}

.icon_secure{
	margin:10px;
    color: #3ec52e;
}
.icon_secure:before{
	content: "\4e";
	font-family: 'ETmodules';
}

.icon_close:before {
    content: "\4d";
    font-family: 'ETmodules';
    background: white;
    color: black;
    border-radius: 30px;
}

.icon_close:hover{
	cursor:pointer;
}

.psFormSafety{
    line-height: 1em;
	padding: 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	background: #f8f8f7;
}

.psFormSafety p {margin-top:0 !important;}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    width: 98%;
	background-color: #f8f8f7;
	padding: 0 5px 0 5px;
	height:3em;
	min-height:3em;
	border-radius:2px;
	margin-bottom: 10px;
	transition: all 0.5s;

}

input:focus {
  background-color: white;
}

input.input100{width:100%;}
input.nomarg{margin-bottom:0;}

.required{
	font-weight: bold;
    color: red;
    margin-left: 5px;
    font-size: 20px;
}

.wpcf7-not-valid{
    border-color: red !important;
}

.wpcf7-response-output {
    margin: 0 0.0 1em!important;
    padding: 0.2em 1em;
    border: 2px solid #b74747!important;
    background: #f3acac !important;
    color: black!important;
    font-weight: bold!important;
    line-height: 1em!important;
    border-radius: 5px;
    position: relative;
    top: -10px;
}

.wpcf7-form input[type=text], .wpcf7-form select{
	margin-bottom:6px !important;
}

.wpcf7-form select, .wpcf7-form input, .wpcf7-form textarea, .pure-form {    
    font-family: var(--bde-body-font-family) !important;
}

.wpcf7-spinner {    
    background-color: #f4965c !important;    
    position: relative !important;
    top: -34px !important;
    border: 1px solid #000 !important;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    background: #cccbcb;
    padding: 0 5px;
    border-radius: 5px;
    border-bottom: 1px solid #000;
}

.pure-u-md-1-3, .pure-u-md-8-24, .pure-u-md-1-2 {  
    padding-right: 10px;
}

.leadpopup{max-width:1137px !important;}

.nopadding {  
    padding-right: 0px;
}

.iti {    
    display: block;
}


.paSafetyIcon{
	float: right;margin-left: 10px;
}

.paQuestionIcon{
	margin-left: 10px;
	cursor:pointer;
	position: relative;
    top: 3px;
}

.statepension {
        background-color: #AB1916;
    padding: 2px 10px;
    border-radius: 5px;
    color: white;
    width: 100%;
    text-align: left;    
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    top: -6px;
    padding-bottom: 10px;
}

.pf-button {
    background-color: #984a19!important;
    /*
	border-width: 2px!important;
    border-color: #00d5bb!important;
	*/
    border-width: 0px !important;
	color: #ffffff!important;
    width: 100%!important;
    font-size: 22px!important;
    padding: 10px!important;
    display: block!important;
    font-weight: bold!important;
    border-radius: 10px!important;
    transition: all .5s;
}

.pf-button:hover{
	background-color: #c35e1f!important;
	cursor:pointer;
}

.pf-sub-button {
    background-color: #3e3e3e!important;    
    border-width: 0px !important;
	color: #ffffff!important;
    width: 100%!important;
    font-size: 16px!important;
    padding: 10px!important;
    display: block!important;    
    border-radius: 10px!important;
    transition: all .5s;
}


.psFormModal {
    width: 100%;
    height: 300px;
    background: white;
    overflow: scroll;
    display: none;
    border: 1px solid #000;
}

.psFormReturn {
    display:none;
	background: #4bc9f1;
    width: 100%;
    padding: 10px;
    border: 1px solid #000;
    color: white;
    font-weight: bold;
}

#pfaddressblock{display:none;}