* {
	margin: 0;
	padding: 0;
}

body {
	color: #222222;
	font-family: 'Trebuchet MS', Trebuchet, Arial, sans-serif;
	background-color: #FEFEFE;
}
#main .content.wide {
	padding-left:4%!important;
	padding-right:4%!important;
	margin-left:0!important;
	margin-right:0!important;
	width:92%!important;
	
}
a {
	text-decoration: none;
	outline: none;
	-webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    -ms-transition: background-color 300ms ease;
     transition: background-color 300ms ease;
}

a.btn {
	display: inline-block;
	background-color: #4C4C4C;
	padding: 5px 10px 6px 10px;
	margin: 10px 0px 10px 0px;
	color: #FFFFFF;
	font-size: 14px;
}

a.btn:hover {
	background-color: #373737;
}

hr {
	border: 0px;
	border-bottom: 1px solid #E0E0E0;
	margin: 15px 0px 15px 0px;
}

p {
	font-size: 13px;
	line-height: 23px;
}

h1 {
	font-size: 35px;
	line-height: 21px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	font-weight: normal;
}

h2 {
	font-size: 23px;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}

h4 {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}


dl{
    padding: 15px 15px 0 15px;
    background-color: #EFEFEF;
    font-size:14px;
    line-height: 20px;
}

dt {
    float: left;
    width: 100px;
}

img {
	border-style: none;
}

.alignleft {
	float: left;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
}

.content ul {
	list-style: none inside none;
	margin: 15px 0px 15px 10px;
}

.content ul li {
	font-size: 12px;
	padding: 0px 0px 4px 10px;
	background-image: url("images/bullet.png");
	background-position: 0px 6px;
	background-repeat: no-repeat;
}

/* **************************************** */



#header .logo {
    display: inline-block;
    width: 30%;
    height: 47px;
    background-image: url(images/headerlogo2.svg);
    background-size: contain;
    margin: 31px 0px 0px 25px;
    background-repeat: no-repeat;
}
#header .dupText {
    float: right;
    width: 55%;
	height: 60px;
    margin: 24px 25px 0px 0px;
    text-align: right;
    line-height: 20px;
}

#header h2 {
    font-weight: 700;
    font-size: 32px;
}

#header h6 {
    font-weight: 700;
    font-size: 12px;
}

#header .redLetter {
    color: #D35A24;
}


#header .dupText {

}

#main {
	/*background-color: yellow;*/
	margin: 0 0px 0px 0px;
	padding: 40px 0px 40px 0px;
}

.holder {
	position: relative;
	margin: 0px auto;
	z-index: 0;
}

#main .content {
	/*display: inline-block;*/

	min-height: 320px;

	padding: 45px 50px 40px 50px;
	margin: 0px 0px 41px 0px;

	background-color: #FFFFFF;
}

#main .content.wide {
	width: 860px;
}
/* **************************************** */
/* **************************************** */

#whatsDup {
	padding: 20px 20px 20px 20px;
}

#whatsDup h2 {
	margin: 0px 0px 15px 0px;
}

#whatsDup p {
	margin: 0px 0px 10px 0px;
}

.whatsDup {
	float: right;
}

.whatsDup a {
	font-size: 14px;
	background-color: #D25E24;
	border-radius: 3px;
	color: #FFFFFF;
	padding: 4px 10px 4px 10px;
	font-weight: bold;

}

.whatsDup a:hover {
	background-color: #F09669;
}

.question {
	border-bottom: 1px solid #E7E4E4;

	margin: 0px 0px 20px 0px;
	padding: 5px 0px 25px 0px;
}
.question.error {
	background-color: rgba(255,192,192,0.5);
	border-radius: 4px;
}

.section h1 {
	border-bottom: 1px solid #9C9C9C;
	margin: 25px 0px 10px 0px;
        font-size: 28px;
}

.question h3 {
	font-weight: bold;
	padding: 20px 0px 0px 0px;
}

.question:first-of-type {
	border-top: 1px solid #CCC;
	padding-top: 20px;
}

.question .questionRequired {
	float: right;
	font-size: 11px;
	font-style: italic;
	color: red;
}

.question .questionText {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.question .answers {

}

.answers h2{
    font-size: 23px;
    margin: 20px 0 5px;
}

.question .answer tr {
	border-radius: 5px;
}

.question .answer tr.first {
	font-weight: bold;
}

.question .answer td {
	border-radius: 5px;
}

.question .answer td.name.current {
	font-weight: bold;
}

.question .answer tr:hover td {
	background-color: #EFEFEF;
	border-radius: 8px;
}

.question .answer td.choice:hover {
	background-color: rgba(250,200,70,1);
	border-radius: 5px;
	cursor: pointer;
}

.question .answer td.choice.checked {
	background-color: rgba(250,200,70,1);
	border: 1px solid rgba(0,0,0,0.5);
	border-radius: 5px;
	cursor: default;
}

.question .answer td.choice.greyed {
	color: #727272;
	cursor: default;
}

.question .answer td.choice.offset {
	background-color: rgba(245,205,167,1);
	border: 1px solid rgba(0,0,0,0.5);
	border-radius: 5px;
	cursor: default;
}

.question .answer.text {
  font-family: arial, verdana, sans-serif;
  font-size: 13px;
  line-height: 25px;
}

/* *** */

.questionsSubmit {
	text-align: center;
}

.questionsSubmit input {
	height: 30px;
	width: 80px;


	background-color: #21759b;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#2a95c5),to(#21759b));
	background-image: -webkit-linear-gradient(top,#2a95c5,#21759b);
	background-image: -moz-linear-gradient(top,#2a95c5,#21759b);
	background-image: -ms-linear-gradient(top,#2a95c5,#21759b);
	background-image: -o-linear-gradient(top,#2a95c5,#21759b);
	background-image: linear-gradient(to bottom,#2a95c5,#21759b);

	border: 1px solid #21759b;
	border-bottom-color: #1e6a8d;
	border-radius: 5px;

	box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);

	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0,0,0,0.1);
}

.questionsSubmit input:hover {
	background-color: #278ab7;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#2e9fd2),to(#21759b));
	background-image: -webkit-linear-gradient(top,#2e9fd2,#21759b);
	background-image: -moz-linear-gradient(top,#2e9fd2,#21759b);
	background-image: -ms-linear-gradient(top,#2e9fd2,#21759b);
	background-image: -o-linear-gradient(top,#2e9fd2,#21759b);
	background-image: linear-gradient(to bottom,#2e9fd2,#21759b);
	border-color: #1b607f;
	-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
	box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}

.questionsSubmit input:active {
	background: #1b607f;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#21759b),to(#278ab7));
	background-image: -webkit-linear-gradient(top,#21759b,#278ab7);
	background-image: -moz-linear-gradient(top,#21759b,#278ab7);
	background-image: -ms-linear-gradient(top,#21759b,#278ab7);
	background-image: -o-linear-gradient(top,#21759b,#278ab7);
	background-image: linear-gradient(to bottom,#21759b,#278ab7);
	border-color: #124560 #2382ae #2382ae #2382ae;
	color: rgba(255,255,255,0.95);
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
	text-shadow: 0 1px 0 rgba(0,0,0,0.1);
}

/* *** */

.question .answer.text textarea {
	width: 100%;
	min-height: 80px;
	max-height: 180px;
	resize: vertical;
	font-family: arial, verdana, sans-serif;
}



/* *** */

.question .answer.multipleChoice {
	width: 100%;
	border-spacing: 0px 5px;
        margin-bottom: 20px;
}

.question .answer.multipleChoice .colorDot{
    width: 10px;
    height: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    margin-right: 5px;
}

.differencePersons .answer.multipleChoice {
	border-spacing: 5px 5px;
}

.question .answer.multipleChoice th {
	vertical-align: top;
}

.question .answer.multipleChoice td {
	padding: 2px;
}

.question .answer.multipleChoice .name {
	text-align: left;
	padding-left: 10px;
}

.question .answer.multipleChoice .choice {
	text-align: center;
	width: 95px;
	font-size: 12px;
	border: 1px solid transparent;
}

.question .answer.multipleChoice .choice span {
	font-size: 10px;
	display: block;
}

/* **************************************** */

.section:first-child,
.question.question_1 .questionRequired,
.question.question_1 .questionText,
.question.question_1 .answers .answer {
    page-break-before: avoid !important;
	page-break-after: avoid !important;

	display: inline-block;
/*
	background-color: green;
	border-top: 2px solid yellow;
*/
}

.question .questionRequired,
.question .questionText,
.question .answers .answer,
.question .differenceHeading,
.question .differencePersons {
    page-break-before: always;

	display: inline-block;
/*
	background-color: silver;
	border-top: 2px solid yellow;
*/
}

.section
 {
    page-break-before: always;

}