@charset "utf-8";
/* CSS Document */

body {
	background: #fff;
}
/** Survey Rating Styles **/
.survey-section{
	float:left;
	width:100%;
	margin:10px 0;
}
.survey-navigation {
	padding: 14px 5px 5px 23px;
}
#error_message {
    color: #ff0000;
    float: left;
	font:12px Verdana, Geneva, sans-serif;	
    margin: -10px 0 10px;
    text-align: center;
    width: 100%;
}
#error_message.success-message{
	color:#090;
	font:12px Verdana, Geneva, sans-serif;	
}
.content .content {
	float: left;
	width: 100%;
}
.survey-section li {
	float: left;
	width: 100%;
	margin:0 0 10px;
}
.survey-section li input[type='text'], .survey-section li textarea ,.survey-section li input[type='email']{
	font:13px "CenturyGothic";
	border:1px solid #ccc;
	padding:5px;
	width:290px;
}

.survey-section li select{
	font:13px "CenturyGothic";
	border:1px solid #ccc;
	padding:5px;
	width:302px;
}
.survey-section li textarea{
	height:70px;	
}
.survey-section ul li {
	float: left;
	width: 100%;
	font:14px "CenturyGothic";
	color: #000;
	margin: 0 0 20px;
	letter-spacing: 0.4px;
	background:none;
	padding:0;
}
.survey-section ul.question-numbering li li{
	margin: 0 3% 0 0;
	list-style-type:none;	
}
.survey-section ul li.question-list{
	margin:0 0 10px;
	width:100%;
}
.survey-section ul li.question-list label{
	text-align:left;
	margin:10px 15px 0 0;
	line-height:20px;
	width:40%;
}
.survey-section ul.question-numbering li{
	margin: 0 0 10px 0px;
}
.survey-section ul.question-numbering li label{
	width:40%;		
}
.survey-section li.staff-heading h1{
	margin:0;	
}
.survey-section li label{
	font:14px "CenturyGothic";
	width:44%;
	float:left;
}
.rating-stars{
	float:left;
	width:325px;
	margin:10px 0 0;
}
.survey-section ul li ul li .rating-display {
	color: #9f9fa2;
	font: 13px "Trebuchet MS",Arial,Helvetica,sans-serif;
	display: block;
	text-align: center;
}
.survey-section ul li ul {
	margin: 0;
	float: left;
	width: 100%;
	position: relative;
	padding: 0;
}
.survey-section ul li ul li {
	list-style-type: none;
	width: 56px;
	margin: 0 3% 0 0;
	cursor: pointer;
	text-align: center;
	padding:0;
}
.survey-section ul li ul li:last-child {
	margin: 0;
}
.survey-section ul li ul li img {
	width: 30px;
}
.survey-section ul li ul li.is-slide {
	width: 100%;
	cursor: pointer;
	text-align: left;
}
.survey-section li.staff-heading h1{
	margin:0;	
	padding:0;
}

.next-button {
	float: left;
}
.poor-rating-next-button {
	margin: 13px 0 0 3px;
}
.next-button input {
	background: #61b9ef none repeat scroll 0 0;
	border: 1px solid #21597c;
	color: #ffffff;
	cursor: pointer;
	font: bold 12px Verdana,Arial,Helvetica,sans-serif;
	padding: 3px 13px;
}

.next-button input:hover, .feedback-form input[type='submit']:hover, .rating-form input[type='submit']:hover, .surveycontact-form input[type='submit']:hover, .surveycontact-form input[type="reset"]:hover {
	background: #13294D;
}

h1.survey-head {
	color: #3f6f9d;
	font: bold 37px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 15px;
}
h2.survey-head {
	font: 27px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 10px 0 0;
	color: #000;
}
/** Rating Styles **/
.rating-form p {
	margin: 0 0 15px;
}
.rating-form input[type='radio'] {
	margin: 0;
}
.rc-radio {
	margin: 0 10px 0 0;
}
/** Thank You Styles **/
.thank-msg {
	float: left;
	width: 100%;
	margin: 25px 0 10px;
	font: bold 25px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/** Pagination Styles **/
.ratings-pagination {
	float: right;
	margin: 10px 0 0;
}
/* Used for the Switch effect: */
.radio-buttons {
	visibility: hidden;
	padding: 0;
	margin: 0;
	line-height: 0;
	text-indent: -9999px;
}
.radio-labels {
	float: left;
	margin: -10px 0 8px;
}
.rating-form p {
	font: bold 35px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}


/** Providers List Styles **/
.survey-section ul li ul.providers-list li {
	cursor: default;
	list-style-type: none;
	margin: 0;
	text-align: left;
	width: 100%;
}
.survey-section ul li ul.providers-list li select {
	width: 100%;
	font: normal 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	padding: 0 7px;
}
.survey-section ul li ul.providers-list li select option {
	padding: 5px 10px;
}
 @media screen and (max-width:980px) {
.survey-section, .header_survey_sec {
	width: 95%;
	margin: 0px auto;
	float: none;
}
}
 @media screen and (max-width:765px) {
.survey-section ul li ul {
	width: auto;
}
.survey-section ul li {
	font-size: 22px;
}
.survey-section ul li ul li {
	margin: 0 10px 0 0;
	width: 14%;
}
.survey-section ul li ul li img {
	width: 58px;
}
h1.survey-head {
	font-size: 30px;
}
.rating-form p {
	font-size: 20px;
}
.cb-enable span, .cb-disable span {
	font-size: 24px;
	line-height: 30px;
}
.surveycontact-form ul li label {
	width: 225px;
}
.surveycontact-form ul li input {
	width: 250px;
}
.surveycontact-form ul {
	width: auto;
}
.poor-rating-next-button {
	clear: both;
}
}
 @media screen and (max-width:450px) {
.header_survey_sec {
	background-size: 100%;
}
h1 {
	font-size: 20px;
}
h1.survey-head {
	font-size: 20px;
}
.survey-section ul {
	margin: 0 10px 0 40px;
}
.survey-section ul li {
	font-size: 16px;
}
.survey-section ul li ul li img {
	width: 46px;
}
.survey-section ul li ul li {
	width: 13%;
}
.rating-form p {
	font-size: 17px !important;
}
.surveycontact-form .survey-section ul {
	margin: 0 10px 0 16px !important;
}
.next-button input, .feedback-form input[type="submit"], .rating-form input[type="submit"], .surveycontact-form input[type="submit"], .surveycontact-form input[type="reset"] {
	font-size: 20px!important;
}
}
