.prowiz.prowizProjectWrapper{
    margin-top: 26px;
    color: black;
	border:none !important;
}


.prowiz.prowizProjectWrapper.survey .mainWrapper{
	padding:0;
}

.prowiz.prowizProjectWrapper.survey .contentWrapper {
	max-width: none;
	box-shadow: none;
	border-bottom: 0;
	padding: 0px;
	min-height: 0;
}

.prowiz.prowizProjectWrapper.survey h1, 
.prowiz.prowizProjectWrapper.survey h2 {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    font-family: "Prompt",Arial,sans-serif;
    padding: 15px 0 15px 0;
    font-weight: 400;
    font-size: 35px;
    line-height: 35px;
    margin: 0;
    color: #000;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.prowiz.prowizProjectWrapper.survey .headline {
    color: #666;
    padding: 15px 0 15px 0;
}

.prowiz.prowizProjectWrapper.survey .subline {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    font-family: "Prompt",Arial,sans-serif;
    padding: 0 0 15px 0;
    font-weight: 400;
    font-size: 35px;
    line-height: 35px;
    margin: 0;
    color: #000;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.prowiz.prowizProjectWrapper.survey .contentWrapper {
    padding: 0px !important;
}



.prowiz.prowizProjectWrapper.survey .button, 
.prowiz.prowizProjectWrapper.survey .messageButton {
	border: none;
    color: #fff;
    background: #bb0000;
    padding: 10px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    outline: none !important;
    margin-top: 25px;
    text-transform: uppercase;
    font-family: "Prompt";
    /* font-weight: 600; */
    letter-spacing: 1px;
    letter-spacing: 1.5px;
    font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	background-image: none;
	border-radius: 0;
}

.prowiz.prowizProjectWrapper.survey .button:hover, 
.prowiz.prowizProjectWrapper.survey .button:focus, 
.prowiz.prowizProjectWrapper.survey .messageButton:hover, 
.prowiz.prowizProjectWrapper.survey .messageButton:focus {
    background: #FF0000;
}

.prowiz.prowizProjectWrapper.survey .prowizButton {
    position: relative;
    right: 0px;
    bottom: 0;
    /* width: 100%; */
    clear: both;
    display: block;
    padding-bottom: 20px;
}

.prowiz.prowizProjectWrapper.survey .introWrapper {
    padding: 15px 0 0 0;
}

.prowiz.prowizProjectWrapper.survey .question {
    /*font-family: "Prompt", Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    color: #333;
    font-size: 21px;
    line-height: 17px;
	*/
    padding: 20px 0 20px 0;
}

.prowiz.prowizProjectWrapper.survey .intro, 
.prowiz.prowizProjectWrapper.survey .outro, 
.prowiz.prowizProjectWrapper.survey .contactForm, 
.prowiz.prowizProjectWrapper.survey .thankYou, 
.prowiz.prowizProjectWrapper.survey .questionWrapper {
    background-color: #fff;
    border-radius: 0;
    padding: 0;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: none;
    clear: both;
	border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.prowiz.prowizProjectWrapper.survey .intro .bodyWrapper, 
.prowiz.prowizProjectWrapper.survey .outro .bodyWrapper, 
.prowiz.prowizProjectWrapper.survey .contactForm .bodyWrapper, 
.prowiz.prowizProjectWrapper.survey .thankYou .bodyWrapper {
    padding: 15px 0;
}

.prowiz.prowizProjectWrapper.survey .mediaWrapper{
	padding: 0;
}

.prowiz.prowizProjectWrapper.survey .question {
    font-family: inherit;
    text-transform: inherit;
    font-weight: inherit;
    color: #333;
    padding: 20px 0 20px 0;
    font-size: inherit;
    line-height: inherit;s
}

.prowiz.prowizProjectWrapper.survey .question.title {
    font-family: "Prompt";
    text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
    font-weight: 400;
	letter-spacing: 1.5px;
}

.prowiz.prowizProjectWrapper.survey .progress{
	border-radius: 0;
}

.prowiz.prowizProjectWrapper.survey .progress-bar{
	width: 100%;
	border-radius: 0;
}

.prowiz.prowizProjectWrapper.survey .ui-progressbar-value{
	height: 120%;
	overflow: hidden;
	border-radius: 0;
	background-color: #bb0000;
}

.prowiz.prowizProjectWrapper.survey .ui-slider.ui-slider-horizontal {
    clear: both;
    margin: 15px 10px;
}

.prowiz.prowizProjectWrapper.survey .subquestionArray thead td {
    border: none;
}

.prowiz.prowizProjectWrapper.survey button, 
.prowiz.prowizProjectWrapper.survey input, 
.prowiz.prowizProjectWrapper.survey optgroup, 
.prowiz.prowizProjectWrapper.survey select, 
.prowiz.prowizProjectWrapper.survey textarea{
	font-family: "Lato";
    font-size: 13px;
    line-height: 100% !important;
	border-radius: 0;
}

.prowiz.prowizProjectWrapper.survey .mediaImageCaption, 
.prowiz.prowizProjectWrapper.survey .mediaVideoCaption, 
.prowiz.prowizProjectWrapper.survey .mediaEmbedCaption {
    font-family: inherit;
    font-size: inherit;
    padding: 7px 12px 7px 12px;
    background-color: #eee;
    margin-top: 1px;
}

.prowiz.prowizProjectWrapper.survey .questionWrapper.answerFailed .error {
    font-size: 14px;
    color: #bb0000;
    padding: 15px 0;
    margin-top: 15px;
    border-top: 1px solid #bb0000;
    border-bottom: 1px solid #bb0000;
    font-family: "Lato";
    text-transform: none;
    font-weight: 400;
}

.prowiz.prowizProjectWrapper.survey .error:before {
    font-family: "FontAwesome";
    content: "\f071";
    margin-right: 5px;
    color: #bb0000;
}
