.choice{display:flex;align-items:center;position:relative;margin-bottom:.5em;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.choice input{position:absolute;width:initial;opacity:0}.choice .mark{display:block;height:1.25rem;width:1.25rem;background-color:#759cac;border:1px solid #759cac;transition:background-color 200ms;order:1}.choice .mark.radio{border-radius:50%}.choice:hover input~.mark{background-color:#13749c}.choice input:checked~.mark{background-color:#106385;border-color:#106385}.choice .label{font-size:.8rem;margin:0 1em;font-weight:400;order:2}.choice .label.bold{font-weight:700}@media only screen and (max-width:40em){.choice.small-center{justify-content:center;}.small-margin-bottom{margin-bottom:1em}}@media only screen and (min-width:44.063em){.choice.on-right{justify-content:flex-end}.choice.reverse .label{order:1}.choice.reverse .mark{order:2}}.choice_selection{display:flex;align-items:flex-start;position:relative;margin-bottom:.5em;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.choice_selection:hover .choice_input~.choice_mark{background-color:var(--color-brand-4__gold);border-color:var(--color-brand-5__yellow)}.choice_selection .choice_input:checked~.choice_mark{background-color:var(--color-brand-2__blue);border-color:var(--color-brand-5__yellow)}.choice_input{position:absolute;width:initial;opacity:0}.choice_mark{display:flex;flex-shrink:0;height:1.25rem;width:1.25rem;background-color:var(--color-gray-4__light);border:3px solid var(--color-gray-5__lighter);transition:background-color 200ms;order:1}.choice_mark.choice_radio{border-radius:50%}.choice_label{font-size:.8rem;margin:0 1em;font-weight:400;order:2}.choice_label.bold{font-weight:700}@media only screen and (max-width:40em){.choice_selection.small-center{justify-content:center}.small-margin-bottom{margin-bottom:1em}}@media only screen and (min-width:44.063em){.choice_selection{align-items:center}.choice_selection.on-right{justify-content:flex-end}.choice_selection.reverse .choice_label{order:1;}.choice_selection.reverse .choice_mark{order:2}}.form-item.error>.error{display:block!important}[data-abide] span.error,[data-abide] small.error{display:none}[data-abide] .error small.error,[data-abide] span.error,[data-abide] small.error{padding:.375rem .5625rem .5625rem;margin-top:-1px;margin-bottom:1rem;font-size:.75rem;font-weight:normal;font-style:italic;background:#c60f13;color:white}span.error,small.error{padding:.375rem .5625rem .5625rem;margin-top:-1px;margin-bottom:1rem;font-size:.75rem;font-weight:normal;font-style:italic;background:#c60f13;color:white}