/* Screenshot-matched Team Survey quiz skin. Kept separate from core quiz styles. */
.radhee-quiz.radhee-guided{--rq-gold:#d3a526;--rq-navy:#151d56;--rq-frame:#2f3341;--rq-line:#e8e8e8;box-sizing:border-box;position:relative;max-width:1060px;margin:15px auto;padding:12px 20px 18px;border:3px solid var(--rq-frame);border-radius:18px;background:#fff;box-shadow:none;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--rq-navy)}

.radhee-guided form{margin:0;padding:20px 24px 18px;background:#fff}
.radhee-guided .radhee-quiz-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) 76px;align-items:center;gap:26px;margin:0 0 42px;padding:0;border:0;background:none}
.radhee-guided .radhee-quiz-toolbar[hidden]{display:none}
.radhee-toolbar-previous{display:none!important}

.radhee-progress-row{position:relative;display:block}
.radhee-guided .radhee-progress{width:100%;height:7px;background:var(--rq-line);border-radius:99px;overflow:visible}
.radhee-guided .radhee-progress span{display:block;height:100%;border-radius:99px;background:var(--rq-gold);transition:width .25s}
.radhee-progress-label{position:absolute;left:var(--rq-progress,0%);top:50%;display:grid;place-items:center;min-width:47px;height:36px;padding:0 10px;border-radius:20px;background:#fff;box-shadow:0 3px 14px rgba(28,33,65,.16);color:#74788d;font-size:13px;font-weight:500;transform:translate(-50%,-50%);white-space:nowrap}
.radhee-timer{display:flex;flex-direction:column;align-items:flex-start;color:var(--rq-navy)}
.radhee-timer strong{font-size:28px;font-weight:400;line-height:1}
.radhee-timer span{margin-top:3px;font-size:13px}

.radhee-guided .radhee-instructions{padding:45px 10px}
.radhee-instruction-content{max-width:700px;color:#666c80;font-size:17px;line-height:1.7}
.radhee-guided .radhee-start{min-width:125px;margin-top:25px}

.radhee-rich-content>*:first-child{margin-top:0}
.radhee-rich-content>*:last-child{margin-bottom:0}
.radhee-rich-content p{margin:0 0 1em}
.radhee-rich-content h1,.radhee-rich-content h2,.radhee-rich-content h3,.radhee-rich-content h4,.radhee-rich-content h5,.radhee-rich-content h6{margin:1.15em 0 .55em;color:var(--rq-navy);font-weight:800;line-height:1.25}
.radhee-rich-content h1{font-size:2em}
.radhee-rich-content h2{font-size:1.65em}
.radhee-rich-content h3{font-size:1.35em}
.radhee-rich-content h4{font-size:1.15em}
.radhee-rich-content ul,.radhee-rich-content ol{margin:0 0 1em 1.5em;padding:0}
.radhee-rich-content ul{list-style:disc outside}
.radhee-rich-content ol{list-style:decimal outside}
.radhee-rich-content li{display:list-item;margin:.3em 0}
.radhee-rich-content li>ul,.radhee-rich-content li>ol{margin-top:.3em;margin-bottom:.3em}
.radhee-rich-content a{color:var(--rq-color);text-decoration:underline}
.radhee-rich-content blockquote{margin:1.25em 0;padding:.2em 0 .2em 1.2em;border-left:4px solid var(--rq-gold);color:#555c70;font-style:italic}
.radhee-rich-content blockquote p:last-child{margin-bottom:0}
.radhee-rich-content img{max-width:100%;height:auto}
.radhee-rich-content figure{max-width:100%;margin:1.25em 0}
.radhee-rich-content figcaption{margin-top:.4em;color:#73778a;font-size:.85em}
.radhee-rich-content table{width:100%;margin:1.25em 0;border-collapse:collapse}
.radhee-rich-content th,.radhee-rich-content td{padding:9px 11px;border:1px solid var(--rq-line);text-align:left}
.radhee-rich-content th{background:#f7f7f8;color:var(--rq-navy)}
.radhee-rich-content .alignleft{float:left;margin:0 1.25em 1em 0}
.radhee-rich-content .alignright{float:right;margin:0 0 1em 1.25em}
.radhee-rich-content .aligncenter{display:block;margin:1.25em auto;text-align:center}
.radhee-rich-content:after{display:block;clear:both;content:""}

.radhee-guided .radhee-quiz-section{padding:0 10px}
.radhee-guided .radhee-section-description{margin:0 0 22px;color:#73778a}
.radhee-guided .radhee-question-front{margin:0 0 30px;padding:0;border:0}
.radhee-guided .radhee-question-front:last-of-type{margin-bottom:0}
.radhee-guided .radhee-question-front legend{margin:0 0 10px;color:var(--rq-navy);font-size:16px;font-weight:700;line-height:1.35;text-transform:capitalize;white-space:normal;overflow-wrap:anywhere}
.radhee-guided .radhee-question-front legend>span{display:none}
.radhee-guided .radhee-question-description{margin:0 0 16px;color:#73778a}
.radhee-guided .radhee-choice{margin:0 0 16px}
.radhee-guided .radhee-choice>span{position:relative;display:flex;align-items:center;min-height:45px;padding:9px 20px 9px 44px;border:1.5px solid var(--rq-navy);border-radius:999px;background:#fff;box-shadow:none;color:var(--rq-navy);font-size:14px;font-weight:400;transition:background .15s,border-color .15s}
.radhee-guided .radhee-choice>span:before{content:"";position:absolute;left:15px;top:50%;width:17px;height:17px;border:2px solid var(--rq-navy);border-radius:50%;background:#fff;transform:translateY(-50%)}
.radhee-guided .radhee-choice input[type=checkbox]+span:before{border-radius:4px}
.radhee-guided .radhee-choice:hover>span{border-color:var(--rq-gold);background:#fffdf7;transform:none}
.radhee-guided .radhee-choice input:checked+span{border-color:var(--rq-gold);background:#fffaf0;box-shadow:none}
.radhee-guided .radhee-choice input:checked+span:before{border:5px solid var(--rq-gold)}
.radhee-guided .radhee-choice input[type=checkbox]:checked+span:before{border-width:2px;background:var(--rq-gold);box-shadow:inset 0 0 0 3px #fff}

.radhee-guided .radhee-question-buttons{display:none!important}
.radhee-guided .radhee-feedback{margin-top:20px;border-radius:12px}
.radhee-guided .radhee-actions{display:none!important}
.radhee-guided .radhee-section-nav{display:flex!important;align-items:center;justify-content:space-between;gap:12px;margin-top:42px}
.radhee-guided .radhee-section-nav .radhee-section-next{margin-left:auto}

.radhee-guided .radhee-result-panel{padding:55px 35px}
.radhee-result-kicker{color:var(--rq-gold)}
.radhee-guided .radhee-score{border-color:#f1e4b8;border-top-color:var(--rq-gold)}
.radhee-share-wrap{border-color:#eee}
.radhee-certificate{background:var(--rq-gold);border-color:var(--rq-gold)}
.radhee-certificate-download{background:#fff;color:var(--rq-navy)}

.radhee-guided .radhee-summary{padding:0 10px}
.radhee-summary-content{margin-bottom:28px;color:#666c80;font-size:17px;line-height:1.7}
.radhee-summary-section{margin:0 0 22px;padding:20px;border:1px solid var(--rq-line);border-radius:16px;background:#fff}
.radhee-summary-section h3{margin:0 0 14px;color:var(--rq-navy);font-size:19px}
.radhee-summary-section dl{margin:0}
.radhee-summary-answer{display:grid;grid-template-columns:minmax(180px,1fr) minmax(160px,1fr);gap:20px;padding:12px 0;border-top:1px solid var(--rq-line)}
.radhee-summary-answer:first-child{border-top:0}
.radhee-summary-answer dt{font-weight:700}
.radhee-summary-answer dd{margin:0;color:#666c80}
.radhee-summary-nav{display:flex;justify-content:space-between;gap:12px;margin-top:32px}
.radhee-summary-submit{margin-left:auto}

@media(max-width:760px){.radhee-quiz.radhee-guided{height:auto!important;min-height:0!important;margin:6px 0;padding:5px;border-width:3px;border-radius:16px}
.radhee-guided form{height:auto!important;min-height:0!important;padding:18px 14px 16px}
.radhee-guided .radhee-quiz-toolbar{grid-template-columns:minmax(0,1fr) 54px;gap:10px;margin-bottom:30px}
.radhee-toolbar-previous{display:none!important}
.radhee-timer{align-items:flex-end}
.radhee-timer strong{font-size:18px}
.radhee-progress-label{min-width:38px;height:28px;padding:0 7px;font-size:10px}
.radhee-guided .radhee-quiz-section,.radhee-guided .radhee-question-front{height:auto!important;min-height:0!important;padding:0}
.radhee-guided .radhee-question-front legend{font-size:18px}
.radhee-guided .radhee-choice{margin-bottom:11px}
.radhee-guided .radhee-choice>span{min-height:44px;padding-left:42px}
.radhee-guided .radhee-question-buttons{margin-top:28px}
.radhee-guided .radhee-result-panel{padding:30px 16px}
.radhee-summary-answer{grid-template-columns:1fr;gap:6px}
.radhee-summary-section{padding:16px}
}


/* Compact navigation and graded-question numbering. */
.radhee-quiz.radhee-guided{min-height:0;padding:12px 20px 18px}

.radhee-guided form{min-height:0;padding:20px 24px 18px}

.radhee-guided .radhee-quiz-toolbar{grid-template-columns:minmax(260px,1fr) 76px;margin-bottom:42px}

.radhee-guided .radhee-question-front legend>span{display:inline;margin-right:7px;color:var(--rq-gold);font-size:inherit}

.radhee-guided .radhee-question-buttons{justify-content:space-between;margin-top:40px;padding:0;border:0}

.radhee-guided .radhee-question-buttons .radhee-previous{display:inline-flex!important;align-items:center;justify-content:center}

.radhee-guided .radhee-question-buttons .radhee-previous[hidden]{display:inline-flex!important;visibility:hidden!important}

.radhee-guided .radhee-next{margin-left:auto}

.radhee-guided .radhee-question-front.is-answer-locked .radhee-choice,.radhee-guided .radhee-question-front.is-answer-locked>input,.radhee-guided .radhee-question-front.is-answer-locked>select,.radhee-guided .radhee-question-front.is-answer-locked>textarea{pointer-events:none}

@media(max-width:760px){.radhee-guided form{min-height:0;padding:22px 16px}
.radhee-guided .radhee-quiz-toolbar{grid-template-columns:1fr 58px;gap:12px;margin-bottom:34px}
.radhee-guided .radhee-question-buttons{margin-top:34px}
}


.radhee-guided .radhee-image-choice{display:inline-flex;width:calc(50% - 8px);margin:6px 12px 6px 0}
.radhee-guided .radhee-image-choice:nth-of-type(even){margin-right:0}
.radhee-guided .radhee-image-choice>span{display:grid;grid-template-rows:150px auto;gap:10px;padding:12px;border-radius:16px}
.radhee-guided .radhee-image-choice>span:before{display:none}
.radhee-guided .radhee-image-choice img{width:100%;height:150px;object-fit:contain}
.radhee-guided .radhee-image-option-label{font-size:15px;font-weight:700}
@media(max-width:600px){.radhee-guided .radhee-image-choice{display:flex;width:100%;margin-right:0}
}


.radhee-guided .radhee-quiz-toolbar{grid-template-columns:minmax(260px,1fr) 76px}

.radhee-guided .radhee-restart-test{align-self:center;padding:8px 13px;border:1px solid #d9dbe3;border-radius:9px;background:#fff;color:var(--rq-navy);font-size:13px;font-weight:700;white-space:nowrap}

.radhee-guided .radhee-section-restart{margin:0 auto;background:#fff;color:var(--rq-navy);border:1.5px solid #d9dbe3}

/* Match the active site's contact-form controls and primary action buttons. */
.radhee-guided .radhee-question-front>input[type=text],
.radhee-guided .radhee-question-front>input[type=email],
.radhee-guided .radhee-question-front>input[type=number],
.radhee-guided .radhee-question-front>input[type=date],
.radhee-guided .radhee-question-front>input[type=tel],
.radhee-guided .radhee-question-front>input[type=url],
.radhee-guided .radhee-question-front>input[type=time],
.radhee-guided .radhee-question-front>input[type=datetime-local],
.radhee-guided .radhee-question-front>select,
.radhee-guided .radhee-question-front>textarea{
	display:block;
	width:100%;
	min-height:39px;
	margin:0;
	padding:8px 12px;
	border:1px solid #ddd;
	border-radius:0;
	background:#fff;
	box-shadow:inset 0 1px 2px rgba(0,0,0,.04);
	color:#333;
	font-family:inherit;
	font-size:14px;
	line-height:1.45;
}

.radhee-guided .radhee-question-front>textarea{min-height:120px;resize:vertical}

.radhee-guided .radhee-question-front>input:focus,
.radhee-guided .radhee-question-front>select:focus,
.radhee-guided .radhee-question-front>textarea:focus{
	border-color:#999;
	outline:0;
	box-shadow:inset 0 1px 2px rgba(0,0,0,.04),0 0 3px rgba(0,0,0,.12);
}

/* Match the site's red Donate and green Events outline buttons. */
.radhee-guided .radhee-section-nav .radhee-section-previous,
.radhee-guided .radhee-summary-nav .radhee-summary-previous,
.radhee-guided .radhee-question-buttons .radhee-previous{
	padding:9px 18px;
	border:2px solid #a5281b;
	border-radius:5px;
	background:#fff;
	box-shadow:none;
	color:#a5281b;
	font-family:inherit;
	font-size:13px;
	font-weight:700;
	line-height:1.1;
	letter-spacing:.02em;
	text-transform:uppercase;
}

.radhee-guided .radhee-section-nav .radhee-section-next,
.radhee-guided .radhee-summary-nav .radhee-summary-submit,
.radhee-guided .radhee-question-buttons .radhee-continue{
	padding:9px 18px;
	border:2px solid #287638;
	border-radius:5px;
	background:#fff;
	box-shadow:none;
	color:#287638;
	font-family:inherit;
	font-size:13px;
	font-weight:700;
	line-height:1.1;
	letter-spacing:.02em;
	text-transform:uppercase;
}

.radhee-guided .radhee-section-nav .radhee-section-previous:hover,
.radhee-guided .radhee-summary-nav .radhee-summary-previous:hover,
.radhee-guided .radhee-question-buttons .radhee-previous:hover{
	background:#a5281b;
	color:#fff;
}

.radhee-guided .radhee-section-nav .radhee-section-next:hover,
.radhee-guided .radhee-summary-nav .radhee-summary-submit:hover,
.radhee-guided .radhee-question-buttons .radhee-continue:hover{
	background:#287638;
	color:#fff;
}

/* Mobile layout: full-width answer cards, readable type and non-overflowing navigation. */
@media(max-width:600px){
	.radhee-quiz.radhee-guided{width:100%;margin:6px 0;padding:4px;border-width:3px;border-radius:14px;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}

	.radhee-guided form{width:100%;padding:18px 12px 16px}

	.radhee-guided .radhee-quiz-toolbar{grid-template-columns:minmax(0,1fr) 50px;gap:10px;margin-bottom:26px}

	.radhee-guided .radhee-quiz-toolbar{grid-template-columns:minmax(0,1fr) 46px;gap:8px}

	.radhee-guided .radhee-restart-test{padding:7px 9px;font-size:12px}

	.radhee-guided .radhee-quiz-section{width:100%;padding:0}

	.radhee-guided .radhee-question-front legend{display:block;width:100%;max-width:100%;margin:0 0 10px;font-family:inherit!important;font-size:16px!important;line-height:1.35!important;text-transform:capitalize;white-space:normal;overflow-wrap:anywhere}

	.radhee-guided .radhee-choice{display:flex;width:100%;margin:0 0 10px}

	.radhee-guided .radhee-choice>span{width:100%;min-height:52px;padding:13px 14px 13px 46px;border-width:1.5px;border-radius:14px;font-family:inherit!important;font-size:16px!important;font-weight:500;line-height:1.45;letter-spacing:0!important;text-align:left;white-space:normal;overflow-wrap:anywhere}

	.radhee-guided .radhee-choice>span:before{left:16px;width:18px;height:18px}

	.radhee-guided .radhee-section-nav,.radhee-guided .radhee-summary-nav{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;width:100%;margin-top:28px}

	.radhee-guided .radhee-section-nav button,.radhee-guided .radhee-summary-nav button{display:inline-flex;align-items:center;justify-content:center;width:100%;min-width:0!important;min-height:54px;margin:0!important;padding:9px 10px;line-height:1.25;text-align:center;white-space:normal;overflow-wrap:break-word}

	.radhee-guided .radhee-section-nav .radhee-section-next,.radhee-guided .radhee-summary-submit{margin-left:0!important}

	.radhee-guided .radhee-section-nav .radhee-section-previous{grid-column:1;grid-row:1}

	.radhee-guided .radhee-section-nav .radhee-section-next{grid-column:2;grid-row:1}

	.radhee-guided .radhee-section-nav .radhee-section-restart{grid-column:1/-1;grid-row:2;width:auto;min-width:132px!important;justify-self:center;padding:10px 18px!important}

	.radhee-guided .radhee-result-panel{padding:26px 10px}

	.radhee-result-counts{flex-direction:column;gap:8px}

}
