.crt-questions {
    display: flex;
    flex-wrap: wrap;
    margin: 1em auto;
}
.crt-question.switch-2 {
    width: 50%;
}
.crt-question.switch-3 {
    width: calc(100% / 3);
}
.crt-question {
    padding: 10px;
}


.switch-toggle {
	/* width: 10em; */
}
.switch-toggle {
	position: relative;
	display: block;
	padding: 0;
}
.switch-toggle, {
	background-color: #2d3035;
	border-radius: 3px;
	box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.2);
}
.switch-toggle:after {
	clear: both;
	content: "";
	display: table;
}
.switch-toggle * {
	box-sizing: border-box;
}
.switch-toggle input {
	position: absolute;
	left: 0;
	opacity: 0;
}
.switch-toggle label {
	line-height: 2em;
	vertical-align: middle;
}
.switch-toggle input + label {
	position: relative;
	z-index: 2;
	display: block;
	float: left;
	padding: 0 0.5em;
	margin: 0;
	text-align: center;
}
.switch-toggle label:not([disabled]) {
	cursor: pointer;
	border: 1px solid currentColor;
	color: #00549d;
}
.switch-toggle > div:not(:last-child) label:not([disabled]) {
    margin-right: .5em;
}
.switch-toggle label.sr-only {
    position: absolute !important;
    margin: -1px !important;
    padding: 0 !important;
}
.switch-toggle label {
	/* color: #fff; */
	font-weight: bold;
	text-align: center;
	/* text-shadow: 1px 1px 1px #191b1e; */
}
.switch-toggle input:checked + label {
	color: #333;
	color: #fff;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.switch-toggle label {
	/* width: calc(100% / 3); */
}
.switch-toggle input:checked:not([disabled]) + label {
	background-color: #70c66b;
	background-color: #00549d;
	border: 1px solid #333;
	border-color: currentColor;
	border-radius: 3px;
	/* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.45); */
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), transparent);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), transparent);
}


.crt-question {
    text-align: center;
    border: 1px solid currentColor;
    box-shadow: 0px 3px 30px 0px rgba(0,0,0,.3);
    margin-bottom: 2.5rem !important;
}
legend.radioHeader {
    position: static;
    float: left;
    margin-bottom: 2rem;
    margin-top: 1rem;
	font-size: 1.5rem;
	color: #000;
}
.crt-questions .crt-question {
    width: 100%;
}
@media (min-width: 768px)
{
	.crt-questions .crt-question {
		width: calc((100% / 2) - 7px);
	}
}
@media (min-width: 992px)
{
	.crt-questions .crt-question {
		width: calc((100% / 3) - 7px);
	}
}
.crt-questions {
    justify-content: space-between;
}
.switch-toggle input + label {
    padding: .5em 2em;
}
.crt-answers {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}
.crt-answers > div {
    margin-bottom: 1.5rem;
}
#content .crt-answers.switch-toggle input + label {
    margin-bottom: .5rem;
}

.crt-answer {
    margin: 1rem auto 3rem;
}
.icon {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.icon.icon-arrow:before {
    content: "\f078";
    width: 1em;
    display: inline-block;
    text-align: center;
}
.crt-answer .icon {
    font-size: 2rem;
    padding: .5em;
    border: 5px solid currentColor;
    border-radius: 50%;
    display: table;
    margin: 1rem auto;
}
.crt-answer .icon.active {
	color: #b68c09;
}
.crt-answer-content {
    text-align: center;
	display: flex;
	justify-content: center;
}
.crt-answer-header {
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin: 2rem auto;
}
.crt-answer-content .crt-account {
    background: transparent;
    border: 5px solid #b68c09;
}

.crt-accounts-header {
    color: #000;
    font-size: 2.625rem;
    font-weight: bold;
    text-align: center;
    margin: 2rem auto;
}
.crt-account-list {
    display: flex;
    flex-wrap: wrap;
}
.crt-account {
    width: 40%;
    width: calc(100% - 30px);
    background: #efefef;
    margin: .5rem !important;
    padding: 1.5rem;
	display: flex;
	text-align: left;
}
.crt-account-info {
    color: #000;
}
.crt-account-name {
    font-weight: bold;
    font-size: 1.5rem;
}
.crt-account-link {
    font-size: 1.25rem;
}
@media (max-width: 419px)
{
    .crt-account {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
}
@media (min-width: 992px)
{
    .crt-account {
        width: calc(50% - 60px);
    }
}

.crt-account-icon {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 7rem;
    padding-right: 1rem;
    color: #bebebe;
}
.crt-account-icon:before {
    content: "\f53c";
}
.crt-answer .crt-account-icon {
    color: #b68c09;
}