
/* MISC */
.wpss-progress-bar, .wpss-hidden:not(.wpss_panel_1) {display: none;}
.wpss fieldset > :first-child {margin-top: 0;}
.wpss h2, .wpss h3 {font-size: 1.4em; text-transform: none;}
.wpss h3 {font-size: 1.2em;}
.wpss label {cursor: pointer;}
.wpss-form fieldset {border: 0; padding: 0;}

/* PROGRESS BAR */
#countholder {font-size: .8em; text-align: center; margin: 3em 0 .5em;}
.wpss-progress-bar, .wpss-progress-bar span {display: block !important; height: 1em; border-radius: 1em;}

/* OUTCOME STEPS BAR */
#wpss_section_progress {display: flex; flex-wrap: wrap; margin: 1em 0 3em; padding: 0; list-style: none; font-size: .85em; overflow: hidden;}
#wpss_section_progress li {position: relative; margin: 0 .3em .3em 0; padding: 0 1.14em 0 0;}
#wpss_section_progress li span {position: relative; display: block; padding: .7em 1.5em; line-height: 1.2;}
#wpss_section_progress li span:after, #wpss_section_progress li:after, #wpss_section_progress li:before {content: ''; position: absolute; width: 0; height: 0; border: solid transparent;}
#wpss_section_progress li span:after {top: 50%; right: -2.28em; border-width: 1.28em; border-left-width: 1em; transform: translateY(-50%);}
#wpss_section_progress li:before {top: 0; left: -1em; border-width: 0 1em 1.25em 0;}
#wpss_section_progress li:after {bottom: 0; left: -1em; border-width: 0 0 1.25em 1em;}
#wpss_section_progress li:first-child {overflow: hidden; border-radius: 5px 0 0 5px;}

/* ANSWERS - GENERAL */
.wpss .answers {margin: 2em 0 1em; padding: 0; list-style: none;}
p.wpss_other_holder {margin: .5em 0;}

/* ANSWERS - RADIO + CHECKBOX */
.wpss ul.answers li.button {display: flex; align-items: center; margin: 0 0 .5em; font-size: 110%;}
.wpss ul.answers li.button {padding: 0 0 0 1em;}
.wpss ul.answers li.button label {flex-grow: 1; padding: .75em 1em .75em 0;}

/* ANSWERS - BUTTONS */
.wpss-form-panel .button {border: 0; text-transform: none; text-shadow: none; padding: .8em 1.2em;}
.magic_button_holder {display: flex; flex-wrap: wrap; margin-right: -.5em;}
.wpss:not([data-specialty-track="1"]) .magic_button_holder {justify-content: center;}
.magic_button_holder .button {width: 100%; margin: 0 .5em .5em 0; text-align: left; justify-content: flex-start;}
.magic_button_holder .button.number, .magic_button_holder .button.yesno {flex-grow: 1; width: calc(33.333% - .5em); text-align: center; justify-content: center;}
.magic_button_holder .button.yesno {width: calc(50% - .5em);}
.magic_button_holder input[type=radio] {display: none;}
@media (min-width: 560px) {.magic_button_holder .button {width: calc(50% - .5em);}}
@media (min-width: 767px) {
	.magic_button_holder .button {width: auto !important; flex-grow: 0 !important;}
	.magic_button_holder .button.yesno {width: auto; min-width: 200px;}
}
.magic_button_holder p.wpss_other_holder {width: calc(100% - .5em); margin-top: 0;}

/* PREV NEXT */
#wpss-nav {text-align: center;}
.wpss_prev_next a.wpss_disabled, .wpss_prev_next a.wpss_disabled:hover {opacity: .25; background: inherit; border-color: inherit; color: inherit;}
