@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
.text-center{
	position: relative;
	margin:0 auto;
	text-align:center;
}
.quizarea .gform_wrapper .gfield_required{
display:none;
}
.quizarea .gform_wrapper #gform_page_4_1 .gfield_required{
display:inline-block;
}
table.gsurvey-likert thead{
    display: table-footer-group;
}
table.gsurvey-likert td.gsurvey-likert-choice{
    background-image: url(images/active0.svg)!important;
    background-size: 16px 16px!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
}
table.gsurvey-likert td.gsurvey-likert-choice input{
    opacity: 0!important;
}
table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-selected{
    background-image: url(images/active1.svg)!important;
    background-size: 16px 16px!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    background-color: transparent!important;
}
table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-focus {
    background-color: transparent!important;
}
div.gf_page_steps{
	display:none;
}
.quizarea {
    max-width: 1024px;
    margin: 0 auto;
}
.quizarea .qaright{
	display:none;
    background: #f6f6f6;
    padding: 20px;
}
.quizarea .qaright p, .quizarea .qaright ul li{
    font-weight: normal;
	font-size:12px!important;
}
.quizarea .qaright h3{
	font-size:17px!important;
}
.quizarea.fullwidth {
    max-width: 100%;
    flex-wrap: wrap;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.quizarea h1, .quizarea h2, .quizarea h3, .quizarea h4, .quizarea h5, .quizarea h6, 
.quizarea p, .quizarea, .quizarea div, .quizarea a, .quizarea ul li{
	font-family: 'Roboto', sans-serif!important;
    text-transform: none;
	font-size:14px;
    font-weight: normal;
	color:#3c3c3c;
}
.quizarea p, .quizarea ul li{
	font-size:14px!important;
	color:#3c3c3c;
    font-weight: normal;
}
.quizarea h1, .quizarea h2, .quizarea h3, .quizarea h4, .quizarea h5, .quizarea h6{
    font-weight: normal!important;
}
.quizarea h2{
	margin:0 0 20px 0!important;
	padding: 0 0 20px 0!important;
	border-bottom:1px solid #979797;
}
.pointerarrow {
    width: 32%;
    margin-right: 1%;
	height: 30px;
	position: relative;
	background: #0e6ab0;
    color: #fff!important;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
	display: inline-block;
}
.pointerarrow.p1::before, .pointerarrow.p2::before {
	content: "";
	position: absolute;
	right: -15px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 15px solid #0e6ab0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}

.pointerarrow.active{
	background: #019985;
}
.pointerarrow.p1.active::before, .pointerarrow.p2.active::before {
	border-left: 15px solid #019985;
}

.pointerarrow.p2::after,.pointerarrow.p3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 15px solid white;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.quizarea .gform_wrapper input[type=text], .quizarea .gform_wrapper select, .quizarea .gform_wrapper textarea{
    border-color: #989898!important;
    background-color: #fff!important;
    color: #0e6ab0!important;
    border-radius: 8px!important;
}
.quizarea label span.number{
    position: absolute;
    left: 4px;
}
.quizarea ul li.gfield.even {
    margin: 0;
    background: #f6f6f6;
    padding: 25px;
}
.quizarea ul li.gfield.odd {
    margin: 0;
    background: #fff;
    padding: 25px;
}
.quizarea label.gfield_label {
    font-size: 14px!important;
	text-align:center!important;
    display: block!important;
    line-height: 1.4em!important;
}
.quizarea #gform_page_4_1{
    max-width: 830px;
    margin: 0 auto;
}
.quizarea #gform_page_4_1 label.gfield_label{
	text-align:left!important;
}


.quizarea .gform_page_footer .button.gform_button, 
.quizarea .gform_page_footer .button.gform_previous_button, 
.quizarea .gform_page_footer .button.gform_next_button {
    float: none!important;
    margin: 0 10px;
    display: inline-block;
    padding: 12px!important;
    border-radius: 8px;
    min-width: 120px!important;
}
.quizarea .gform_wrapper .gform_page_footer {
    margin: 30px 0!important;
    text-align: center!important;
}
.quizarea label {
    font-weight: normal!important;
    font-size: 12px!important;
    color: #3c3c3c!important;
}
.quizarea table.gsurvey-likert{
	border: 0!important;
	margin: 0!important;
}
.quizarea th{
    letter-spacing: 0!important;
}
.quizarea tr{
    background: transparent!important;
}
.quizarea table.gsurvey-likert th.gsurvey-likert-choice-label {
    background-color: transparent!important;
    text-align: center;
    vertical-align: middle;
    line-height: 1.2;
    padding: 3px 5px;
    text-transform: none;
    font-weight: normal;
    font-size: 12px;
}
.quizarea ul li.gfield.gfield_html{
	background:transparent!important;
	margin:40px 0;
}
.quizarea ul li.gfield.gfield_html.qheader {
	text-align:Center;
}
.qheader .qhstep {
	font-size:17px;
    color: #0e6ab0;
	margin: 0 0 20px 0;
}
.qheader .qhtitle {
	font-size:24px;
    color: #0e6ab0;
}
span.number{
    color: #9b9b9b!important;
    margin-right: 8px;
}
.programoverall{
	width: 100%;
    max-width: 470px;
    margin: 0 auto 50px auto;
    display: table;
}
span.percentage{
    display: block;
    float: left;
    width: 34%;
    font-size: 96px;
    color: #019985;
    line-height: 1em;
}
span.percentage span{
    font-size: 36px;
    line-height: 1em;
}
span.notes{
    display: block;
    float: right;
    width: 55%;
    text-align: left;
    margin-top: 30px;
}
span.ngray{
    font-size: 24px;
    color: #989898;
    display: block;
}
.detailscores{
	background:#f6f6f6;
	padding:25px;
}
.detailscores ul, .detailscores ul li{
	position: relative;
	display:block;
	list-style-type:none;
	margin:0;
	padding:0;
}
.detailscores ul li{
	display:block;
	float:left;
	width: 48%;
	margin:0 2% 20px 0;
}
.detailscores ul li span.percentage{
	color:#0e6ab0;
	font-size:32px;
	display:block;
	float:left;
	width:90px;
    line-height: 52px;
}
.detailscores ul li span.percentage span{
	font-size:24px;
}
.detailscores ul li span.notes{
	display:block;
	float:left;
	width:calc(100% - 90px);
	margin:0;
}
.detailscores ul li span.ngray{
    font-size: 17px;
    color: #989898;
    display: block;
    margin-top: -5px;
}
div.listarticle ul,div.listarticle ul li{
	display:block;
	list-style-type:none;
	padding:0;
	margin:0;
}
div.listarticle ul li{
	height:85px;
	padding:15px;
	overflow:hidden;
	display:block;
	float:left;
	width:30%;
	margin:0 1.6% 20px 1.6%;
    background: #ebebeb;
    border-radius: 10px;
}
div.listarticle ul li .lasection{
	display: flex;
	align-content:center;
	align-items:center;
    height: 100%;
}
div.listarticle ul li .lasection span.number{
    background: #0e6ab0;
    border-radius: 50%;
    padding: 0px 6px;
    color: #fff!important;
    margin-right: 15px;
    width: 28px!important;
    height: 28px!important;
    text-align: center;
}
div.listarticle ul li .lasection a{
	color:#0e6ab0;
    line-height: 18px;
}
.remindertext{
	background:#f6f6f6;
    padding: 70px 10px;
    margin: 40px 0 -40px 0;
}
.pdfprnt-buttons a{
    overflow: hidden;
    border-radius: 4px;
    text-align: right;
    position: relative;
    display: block;
}
.remindertext .pdfprnt-buttons a {
    text-align: center;
    margin: 0 0 15px 0;
}
.listqa{
	display:block!important;
}
@media only screen and (min-width: 768px){
.quizarea.fullwidth .qaright{
	display:block;
	width:26%;
}
.quizarea.fullwidth .qaleft{
	display:block;
	width:72%;
}
}
@media only screen and (max-width: 768px){
.programoverall span.percentage {
    font-size: 48px;
    width: 32%;
}
.programoverall span.notes{
	margin:0;
    width: 65%;
}
.programoverall span.ngray {
    font-size: 20px;
}
.quizarea .gform_page_footer .button {
    width: 42%!important;
}
.pointerarrow {
    width: 30%;
    margin-right: 2.6%;
}
table.gsurvey-likert td.gsurvey-likert-choice {
    background-position: 8px center!important;
}
table.gsurvey-likert td.gsurvey-likert-choice input{
    opacity: 0!important;
}
table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-selected{
    background-position: 8px center!important;
}
.detailscores ul li{
	display:block;
	float:left;
	width: 100%;
	margin:0 0 20px 0;
}
.remindertext{
    padding: 40px 10px;
    margin: 40px 0 -40px 0;
}
}
@media only screen and (max-width: 600px){
div.listarticle ul li {
    width: 100%;
    margin: 0 0 20px 0;
}
}


.remindertext{
    background:#f6f6f6;
    padding: 70px 10px;
    max-width: 1024px;
    margin: 0 auto;
}
.remindertext *{
    font-family: "Roboto", sans-serif!important;
    text-transform: none;
    font-size: 14px;
    font-weight: normal;
    color: #3c3c3c;
}
@media print {
 header, footer, #mvLeaderBottom, #mvleaderboard {
    display: none!important;
 }
}