.formHidden {
	position: absolute;
	left: -20000px;
	top: -20000px;
	opacity: 0;
}

.formRed
{
    margin-bottom: 1em;
	color: #e90000;
	font-family: 'pt_sansbold', sans-serif;
    text-align: center;
}

.formError {
	color: #e90000;
	font-size: 81%;
}

.formNoError {
	display:none;
}

.formField {
	display: block;
	overflow: auto;
}

.formClr {
	clear:both;
	display: block;
}

fieldset.formFieldset {
	margin-bottom: 10px;
}

fieldset.formFieldset legend {
	padding: 0 2px;
    font-family: 'pt_sansbold', sans-serif;
	font-size: 16px;
}

fieldset.formFieldset ol.formContainer {
	margin: 0;
	padding: 0;
}

fieldset.formFieldset ol.formContainer li {
	background-image: none;
	list-style: none;
	padding: 5px;
	margin: 0;
	clear: both;
}

strong.formRequired {
	font-style: normal;
    font-weight: normal;
    font-family: 'pt_sansbold', sans-serif;
	color: #f22828;
	margin-left: 3px;
}

div.formCaption {
	display: block;
	float: left;
	width: 25%;
	min-height: 12px;
}

div.formBody {
	display: block;
}

.formFieldset .formBody label {
	display: inline;
	margin: 3px;
}

.formTableLayout {
	border: none;
}

.formTableLayout > tbody > tr {
	border: none;
}

.formTableLeft,
.formTableRight {
	border: none;
}

.formTableLayout tr td label {
	display: inline;
	margin: 3px;
}

.formTableLayout tr.rsform-block,
.formTableLayout tr.rsform-block > td {
	border: 0;
}

.formTableLayout tr.rsform-block > td {
	padding: 3px;
}

.form2LinesLayout .formField label {
	display: inline;
	margin: 3px;
}

div.formDescription {
	margin-left: 3px;
	padding-left: 3px;
	font-size: 11px;
	font-weight: normal;
}

div.calheader{
	text-align:center !important;
}

.rsformProgress {
	text-align: center;
	font-size: 14px;
}

.rsformProgressContainer {
	width: 100%;
	height: 4px;
	border: solid 1px #c7c7c7;
	overflow: hidden;
	margin: 0 0 10px !important;
	background: #fff;
}

.rsformProgressBar {
	height: 4px;
	background: green;
	margin: 0px !important;
}

.rsformVerticalClear {
	overflow: hidden;
	display: block;
}

p.rsformVerticalClear {
	margin: 0;
}

.recaptcha_input_area_text {
	float: none !important;
}

.rsformMaps img {
	max-width: none !important;
}

.rsform-map-geolocation {
	list-style: none outside none;
    margin: 0;
    width: 455px;
	background: none repeat scroll 0 0 #F5F5F5;
	border: 1px solid #E8E7E7;
    height: auto;
	position: absolute;
	z-index: 999999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.rsform-map-geolocation li a {
	padding: 4px;
	text-decoration: none;
	display: block;
	line-height: 20px;
}

.rsform-map-geolocation li a:hover{
	text-decoration: none;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* progress bar */
.rsfp-progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.rsfp-progress .rsfp-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
     -moz-transition: width 0.6s ease;
       -o-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.rsfp-progress .rsfp-bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}

.rsfp-progress .rsfp-bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

.rsfp-progress .rsfp-bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}

.rsfp-progress .rsfp-bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}


/* --- styles --- */
.form-wrap {
    margin-top: 50px;
}
.edited {
    border: 1px solid #b6bcc1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0 -3px 4px rgba(182,188,193,.4), 0 2px 4px rgba(182,188,193,.4);
    -moz-box-shadow: 0 -3px 4px rgba(182,188,193,.4), 0 2px 4px rgba(182,188,193,.4);
    box-shadow: 0 -3px 4px rgba(182,188,193,.4), 0 2px 4px rgba(182,188,193,.4);
}
.edited .info {
    position: relative;
    padding: 15px 62px 16px;
    font-size: 81%;
    text-shadow: 0 1px 0 rgba(255,255,255,.6);
    border-top: 1px solid #fff;
    background: rgb(235,237,238);
    background: -moz-linear-gradient(top,  rgba(235,237,238,1) 0%, rgba(227,228,231,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,237,238,1)), color-stop(100%,rgba(227,228,231,1)));
    background: -webkit-linear-gradient(top,  rgba(235,237,238,1) 0%,rgba(227,228,231,1) 100%);
    background: -o-linear-gradient(top,  rgba(235,237,238,1) 0%,rgba(227,228,231,1) 100%);
    background: -ms-linear-gradient(top,  rgba(235,237,238,1) 0%,rgba(227,228,231,1) 100%);
    background: linear-gradient(to bottom,  rgba(235,237,238,1) 0%,rgba(227,228,231,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebedee', endColorstr='#e3e4e7',GradientType=0 );
}
.edited .info:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 20px;
    width: 24px;
    height: 24px;
    background: url("../images/info.png") no-repeat;
}
.edited .rsform-checkbox {
    width: 15px;
    height: 15px;
}
.edited .rsform-block-terms .formControls {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.edited .rsform-block-terms .formBody {
    -webkit-flex: 0 0 20px;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    position: relative;
}
.edited .rsform-block-terms .formDescription {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    margin: 0;
    font-size: 87%;
}
.edited .rsform-block-terms .formValidation {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    line-height: 1.5;
}
#question .info:before {
    background-position: 0 -25px;
}
.edited .formContainer {
    position: relative;
    margin: 0;
    padding: 24px 30px 30px;
    border: 0;
    -webkit-box-shadow: 0 -3px 4px rgba(174,177,182,.7);
    -moz-box-shadow: 0 -3px 4px rgba(174,177,182,.7);
    box-shadow: 0 -3px 4px rgba(174,177,182,.7);
}
.edited .rsform-block {
    margin-bottom: 13px;
}
.edited .formControlLabel {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #000;
}
.edited .formControlLabel > span {
    margin-bottom: 3px;
}
.edited .formControlLabel > span:first-child {
    margin-right: 20px;
}
.edited .formDescription {
    margin: 0;
}
.edited .rsform-input-box,
.edited .rsform-text-box,
.edited .rsform-select-box {
    width: 100%;
}
.edited .flex-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.edited .rsform-block-captcha {
    margin-right: 10px;
}
.edited .rsform-block-send .note {
    font-size: 88%;
    color: #000;
    text-align: right;
}
.edited .rsform-block-send .note span {
    font-size: 16px;
    color: #f22828;
}
.edited .rsform-block-send .btn-red {
    margin-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
}

.edited div[id*="rsform_error"],
.edited .success-text {
    margin-bottom: 20px;
}
.edited .error-text,
.edited .success-text {
    position: relative;
    padding: 8px 13px 8px 38px;
    font-size: 81%;
    border-radius: 2px;
}
.edited .error-text:before,
.edited .success-text:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 13px;
    width: 16px;
    height: 12px;
    background: url("../images/state.png") no-repeat;
}
.edited .error-text:before {
    margin-top: -8px;
    height: 16px;
    background-position: center -13px;
}
.edited .error-text {
    background-color: rgba(255,73,73,.2);
    color: #e90000;
}
.edited .rsform-error {
    border-color: #f22828;
}
.edited .success-text {
    background-color: rgba(119,174,0,.2);
    color: #5b7b15;
}
.edited .thanks-message .message {
    margin-bottom: 45px;
}
.edited .thanks-message h4 {
    margin-bottom: .2em;
}

/* --- Mobile --- */
@media only screen and (max-width: 479px), only screen and (max-device-width: 479px) {
    .form-wrap {
        margin-top: 25px;
    }
    .edited, .edited .formContainer {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .edited {
        border: none;
    }
    .edited .info {
        display: none;
    }
    .edited .formContainer {
        padding: 0;
    }
    .edited .rsform-block-captcha {
        margin-right: 0;
    }
    .edited .rsform-block-captcha div[id*="g-recaptcha"] > div {
        max-width: 263px !important;
    }
    .edited .flex-row {
        display: block;
    }
    .edited .rsform-block-send .note {
        text-align: inherit;
    }
}