:root {
    --gray-900: #101828;
    --gray-100: #F2F4F7;
    --error-300: #FDA29B;
    --error-25: #FFFBFA;
    --error-700: #B42318;
  }
  
.ballot{
    border-radius: 5px;
    border: 3px solid #4992D0;
    padding: 30px 30px 0px 30px;
}
.ballot-spacing{
	margin-bottom: 120px;
}

.ballot .mobile-head{
    text-align: center;
    line-height: 30px;
    margin: 20px 0px;
}
.ballot .mobile-head p{
    margin-top: 20px;
}
.ballot .ballot__container{
    border-radius: 10px 10px 0px 0px;
    border-top: 2px solid #EDEEF1;
    border-right: 2px solid #EDEEF1;
    border-left: 2px solid #EDEEF1;
    border-bottom: none;
    padding: 10px ;
}
.ballot .ballot__container table.ballot__wrapper{
    border: none;
    color: var(--gray-900, #101828);
}
.ballot .ballot__container table.ballot__wrapper th{
    border: none;
    background: none;
    color: var(--gray-900, #101828);
}
.ballot .ballot__container table.ballot__wrapper h3{
    font-size: 1.4em;
    padding-left: 20px;
}
.ballot .ballot__container table.ballot__wrapper h3.light{
    font-size: 1.2em;
    font-family: "aktiv-grotesk",sans-serif;
}
.ballot .ballot__container table.ballot__wrapper h4{
    font-size: 1.2em;
    font-weight: normal;
    font-family: "aktiv-grotesk",sans-serif;
    text-align: left;
    padding-left:40px;
}
#ballotBanner{
    margin-bottom: 6em;
}
#ballotBanner.practiceballot {
    background-image: url('/Layouts/Cambridge2016/_resources/images/ballot/strippedbg.jpeg');
    background-color: #2f3174;
    background-repeat: no-repeat;
    position: relative;
    background-position: top left;
    background-size: cover;
 }

 #ballotBanner.practiceballot img {
    position: absolute;
    bottom: 0;
    right: 100px;
    height: 409px;
 }

 #ballotBanner.practiceballot .content {
    color: White;                           
    width: 50%;
    padding: 3em;
 }

 #ballotBanner.practiceballot .content h2 {
    font-size: 4em;
    max-width: 70%;
    line-height: 1.3em;
 }

 #ballotBanner.practiceballot .content .bottomContent {
    margin-top: 2em;
 }                                       
.ballotwrapper.firstContent{
    padding-right: 1em;
    line-height: 30px;
}
.ballotwrapper.firstContent h3{
    font-size: 1em;
    font-family: "aktiv-grotesk",sans-serif;
    line-height: 24px;
    margin-bottom: 20px;
}
.ballotwrapper.firstContent h2{
    margin-bottom: 20px;
    font-size: 2.5em;
}
.ballotwrapper.secondContent{
    padding-left: 1em;
}
.ballotwrapper ol{
    list-style: none;
    counter-reset: ballot-counter;
    margin: 0;
    padding: 0;
}
.ballotwrapper ol li:first-child{
    border-left: 4px solid #2E3179;
}
.ballotwrapper ol li{
    counter-increment: ballot-counter;
    border-left: 4px solid var(--gray-100, #F2F4F7);
    padding: 16px;
    padding-left: 24px;
}
.ballotwrapper ol  li::before {
    content: "0" counter(ballot-counter);
    margin-right: 10px;
    font-weight: bold;
}
.election_wrapper{
    border-radius: 2px;
    border: 1px solid #4992D0;
    background: #E1F1FF;
    padding: 50px;
}
.election_wrapper h3{
    font-size: 1.3em;
    margin-bottom: 8px;
	font-weight: bold;
}
.election_wrapper p{
    line-height: 30px;
    margin-bottom: 15px;
}
.election_wrapper .btn_wrapper{
    font-family: "alternate-gothic-no-3-d",sans-serif;
    font-size: 1.2em;

} 
.election_wrapper .btn_wrapper .election-btn{
    display: inline-block;
    color: #fff;
    background-color: #2E3179;
    padding: 15px 40px;
    margin-right: 18px;
    text-decoration: none;
	border: 1px solid #FFFFFF;
}
.election_wrapper .btn_wrapper .election-btn:hover{
    background: #fff;
    color: #2E3179;
}
.election_wrapper .btn_wrapper .election-btn-secondary{
    display: inline-block;
    color: #101828;
    background-color: #A5D1F6;
    padding: 15px 40px;
    text-decoration: none;
	border: 1px solid #FFFFFF;
}
.election_wrapper .btn_wrapper .election-btn-secondary:hover{
    background: #FFF;
}
.gray_bg{
    border: 1px solid #D6D7F0;
    background: #EFF0F2;
    padding-top: 33px;
    padding-bottom: 33px;
}

.gray_bg_no_border{
    background: #EFF0F2;
    padding-top: 33px;
    padding-bottom: 33px;
}

.practice_wrapper{
    border-radius: 2px;
    border: 1px solid #FFF;
    background: #2E3179;
    color: #fff;
}
.practice_wrapper h3{
    font-size: 1.3em;
    margin-bottom: 8px;
	font-weight: bold;
}
.practice_wrapper p{
    line-height: 30px;
    margin-bottom: 15px;
}
.practice_wrapper .firstContent{     
    padding: 25px 0px 25px 50px;
    flex: 3;
}
.practice_wrapper .secondContent{
    font-family: "alternate-gothic-no-3-d",sans-serif;
    font-size: 1.2em;
    margin-left: 20px;    
    padding: 25px 50px 25px 0px;
    flex: 1;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
} 
.practice_wrapper .secondContent .practice-download-btn{
    display: inline-block;
    color: #101828;
    background-color: #A5D1F6;
    padding: 15px 40px;
    text-decoration: none;
	border: 1px solid #FFFFFF;
}
.practice_wrapper .secondContent .practice-download-btn:hover{
    background: #FFF;
}

div.ballot-links a:first-of-type {
	margin-right: 1em;
}

@media screen and (max-width:1100px) {
	#ballotBanner.practiceballot .content h2 {
		font-size: 3em;
	}
}
 @media screen and (max-width:1024px) {
    #ballotBanner.practiceballot {
       height: 320px;
    }
		#ballotBanner.practiceballot img {
			height: 90%;
		}

    #ballotBanner.practiceballot .content h2 {
       font-size: 2em;
    }

    #ballotBanner.practiceballot .content h3 {
       font-size: 1.5em;
    }
	#ballotBanner.practiceballot .content{
		padding: 2em;
		width: 50%;
	}
	#ballotBanner.practiceballot img{
		right: 50px;
	}
	.scaffolding .contentContainer.standard.ballot_container{
		max-width: 100%;
		flex-direction: initial;
	}
	.ballotwrapper.secondContent{
		max-width: 50%;
	}
	.ballotwrapper.secondContent img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.scaffolding .contentContainer.standard.practice_wrapper {
		flex-direction: row;
	}
	.practice_wrapper .firstContent{
		flex: 2;
	}
	.practice_wrapper .secondContent .practice-download-btn{
		padding: 15px 20px;
		font-size: 0.8em;
	}
	
	.ballot-spacing{
		margin-bottom: 100px;
	}
	.ballot-faq{
		margin: 50px auto !important;
	}
	.ballot-faq .accordion{
		margin-top: 40px !important;
	}
 }

 @media screen and (max-width:767px) {
    #ballotBanner.practiceballot {
		display: flex;
		flex-wrap: wrap;
       height: auto;
       padding: 1.5em 1.5em 1.5em 1.5em;
	   margin: 0;
    }
	#ballotBanner.practiceballot img{
		display: none;
	}
    #ballotBanner.practiceballot .content {
       padding: 0;
       width: 100%;
    }

    #ballotBanner.practiceballot .content .bottomContent {
       display: block;
       width: 100%;
    }
	.scaffolding .contentContainer.standard.ballot_container{
		max-width: 100%;
		flex-direction: column;
	}
	.ballotwrapper.secondContent, .ballotwrapper.firstContent{
		padding: 0;
	}
	.ballotwrapper.secondContent{
		width: 100%;
		max-width: 100%;
		margin-top: 50px;
	}
	.ballotwrapper.secondContent img{
		max-width: 100%;
	}
	.election_wrapper{
		padding: 30px;
	}
	.election_wrapper .btn_wrapper .election-btn{
		margin-bottom: 20px;
	}
	.practice_wrapper .firstContent{
		padding: 30px;
	}
	.practice_wrapper .secondContent{
		padding: 0;
		width: 100%;
		margin: 0;
		margin-bottom: 30px;
	}
	.scaffolding .contentContainer.standard.practice_wrapper{
		flex-direction: column;
	}
	.ballot-spacing{
		margin-bottom: 80px;
	}
	.ballot-faq{
		margin: 30px auto !important;
	}
	.ballot-faq .accordion{
		margin-top: 30px !important;
	}
	.faq h2{
		font-size: 2.3em;
	}
	div.ballot-links a {
		clear: left;
	}
	div.ballot-links a:first-of-type {
		margin-bottom: 0.5em;
	}
	#ballotBanner.practiceballot .content h2 {
		max-width: unset;
	}
 }

 @media screen and (max-width:650px) {
    #ballotBanner.practiceballot .content h2 {
       font-size: 2.5em;
    }

    #ballotBanner.practiceballot .content h3 {
       font-size: 2em;
    }
 }

 @media screen and (max-width:575px) {
    #ballotBanner.practiceballot .content h2 {
       font-size: 2em;
    }

    #ballotBanner.practiceballot .content h3 {
       font-size: 1.5em;
    }
 }

 @media screen and (max-width:510px) {


 }

 @media screen and (max-width:350px) {

 }


 .ballot table.ballot__wrapper,
.ballot table.ballot__wrapper td,
.ballot table.ballot__wrapper tr {
	border: 0
}

.ballot table.ballot__wrapper tr.ballot__row {
	border-bottom: 1px solid #EDEEF1 !important
}

.ballot table.ballot__wrapper td.ballot-col {
	border-left: 1px solid #EDEEF1 !important
}
.ballot,
.ballot tbody {
	display: block
}

.ballot {
	position: relative;
}

@media screen and (max-width:1024px) {
	.ballot {
		margin: 0 0;
		padding: 10px;
		width: auto;
	}
}

@media screen and (max-width:767px) {
	.ballot {	
		margin: 0 0;
		padding: 10px;
		width: auto;
	}
	.ballot .ballot__wrapper {
		margin: 0px;
	}
}

.ballot .ballot__wrapper {
	display: block;
	width: 100%;
	max-width: 100%;
	position: relative;
}

.ballot .ballot__wrapper .ballot__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 100%;
	position: relative;
	border-bottom: 1px solid #EDEEF1
}

.ballot .ballot__wrapper .ballot__row.ballot-heading .ballot-col {
	border-right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 10px 0
}
.ballot .ballot__wrapper .ballot__row.ballot-heading .ballot-col:first-child .heading-content h3 {
	text-align: left;
	margin-bottom: 7px;
	position: relative;
	-webkit-transform: rotate(0deg) translateY(0);
	-ms-transform: rotate(0deg) translateY(0);
	transform: rotate(0deg) translateY(0);
	top: 0;
	left: 0;
	display: block
}

@media screen and (max-width:767px) {
	.ballot .ballot__wrapper .ballot__row.ballot-heading .ballot-col:first-child .heading-content {
		display: none
	}
}
.ballot .ballot__wrapper .ballot__row.ballot-heading .ballot-col .heading-content {
	display: block;
	float: left;
	width: 100%;
	max-width: 100%;
	position: relative
}

.ballot .ballot__wrapper .ballot__row.ballot-heading .ballot-col .heading-content h3 {
	color: var(--gray-900, #101828);
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 120% */
	display: block
}

@media screen and (max-width:1049px) {
	.ballot .ballot__wrapper .ballot__row.ballot-heading .ballot-col .heading-content h3 {
		font-size: .888rem
	}
}

@media screen and (max-width:1024px) {
	.ballot .ballot__wrapper .ballot__row.ballot-heading .ballot-col .heading-content h3 {
		-webkit-transform: rotate(-62deg) translateY(-50%);
		-ms-transform: rotate(-62deg) translateY(-50%);
		transform: rotate(-62deg) translateY(-50%);
		position: absolute;
		bottom: 21px;
		left: 5px;
		white-space: nowrap;
		font-size: 16px;
		line-height: 165%
	}
}


.ballot-col {
	display: block;
	width: 100%;
	max-width: 100%;
	position: relative;
	padding: 20px 0;
}

@media screen and (max-width:767px) {
	.ballot-col {
		padding: 12px 0 17px
	}
}

.ballot-col.col-name {
	width: 60%;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border-left: 0
}

@media screen and (max-width:1299px) {
	.ballot-col.col-name {
		width: 300px
	}
}

@media screen and (max-width:767px) {
	.ballot-col.col-name {
		width: 120px
	}
}

.ballot-col.col-name h4 {
	display: block;
	width: calc(100% - 45px);
	font-weight: 700;
	font-size: 1.333rem;
	line-height: 1.2;
	margin-bottom: 0;
	word-break: break-word;
}

@media screen and (max-width:767px) {
	.ballot-col.col-name h4 {
		font-size: 14px !important;
		line-height: 140%;
		display: block;
		width: 100%;
		margin-top: 0;
		padding-left: 10px !important;
	}
	.ballot .ballot__container table.ballot__wrapper h3{
		font-size: 12px !important;
		padding-left: 5px !important;
	}
	.ballot-check .btn-secondary, .ballot-check .startButton, .ballot-check .startover{
		display: block;
		margin-bottom: 10px;
	}
}

.ballot-col.col-vote {
	width: calc(14.7% - 110px);
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer
}

@media screen and (max-width:1299px) {
	.ballot-col.col-vote {
		width: calc(14.7% - 60px)
	}
}

@media screen and (max-width:767px) {
	.ballot-col.col-vote {
		width: calc(9% - 12px);
		padding: 0px 10px;
	}
}

.ballot-col .radio-group {
	display: block;
	line-height: 0
}

.ballot [type=radio]:checked,
.ballot [type=radio]:not(:checked) {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer
}

.ballot [type=radio]:checked+label,
.ballot [type=radio]:not(:checked)+label {
	position: relative;
	line-height: 0;
	display: inline-block;
	color: #2E3179;
	width: 27px;
	height: 22px;
	margin-bottom: 0;
	cursor: pointer
}

@media screen and (max-width:767px) {

	.ballot [type=radio]:checked+label,
	.ballot [type=radio]:not(:checked)+label {
		width: 15px;
		height: 12px
	}
}

.ballot [type=radio]:checked+label:before,
.ballot [type=radio]:not(:checked)+label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 27px;
	height: 22px;
	border: 1px solid #2E3179;
	border-radius: 100%;
	background: #fff
}

@media screen and (max-width:767px) {

	.ballot [type=radio]:checked+label:before,
	.ballot [type=radio]:not(:checked)+label:before {
		width: 15px;
		height: 12px
	}
}

.ballot [type=radio]:checked+label:after,
.ballot [type=radio]:not(:checked)+label:after {
	content: "";
	width: 27px;
	height: 22px;
	background: #4992D0;
	position: absolute;
	top: 1px;
	left: 1px;
	border-radius: 100%;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

@media screen and (max-width:767px) {

	.ballot [type=radio]:checked+label:after,
	.ballot [type=radio]:not(:checked)+label:after {
		width: 15px;
		height: 12px
	}
}

.ballot [type=radio]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.ballot [type=radio]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.ballot-col.col-vote.vertical-highlight,
.ballot-col.row-highlight {
	background-color: rgba(34, 22, 73, .1)
}

.ballot-error {
	border: 1px solid #eb5534;
	background-color: rgba(235, 85, 52, .1) !important;
	pointer-events: none
}

@media screen and (max-width:1024px) {
	.page-wrapper.specialPage .single-col {
		margin: 0 !important
	}
}

.ballot-validation {
	display: block;
	position: relative;
	padding: 20px;
	background-color: #e5e3d9;
    margin: 20px 0px;
}

@media screen and (max-width:1024px) {
	.ballot-validation {
		padding: 20px;
		margin-bottom: 19px
	}
}

.ballot-validation .ballot-validation-wrapper {
	display: block;
	width: 100%;
	max-width: 100%;
	position: relative;
}

.ballot-validation .ranked-choice {
	display: inline-block;	
	position: relative;
	padding-left: 40px;
}
.ballot-validation.success .ranked-choice {
	padding-left: 0px;
}
.ballot-validation .ranked-choice::before{
	content: '';
    display: inline-block;
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
    position: absolute;
    left: -5px;
    top: -6px;
}
.ballot-validation.failure .ranked-choice::before{
	background-image: url(./error.png);
}
.ballot-validation.submitted .ranked-choice::before{
	background-image: url(./submitted.png);
}
.ballot-validation .ranked-choice h4 {
    display: inline-block;	
	font-size: 1.3rem;
	line-height: 20px;
	margin-bottom: 10px;
    color: var(--gray-900, #101828);
}

@media screen and (max-width:1024px) {
	.ballot-validation .ranked-choice h4 {
		font-size: 22px;
		line-height: 26px
	}
}

.ballot-validation ul {
	counter-reset: list 0;
	list-style: none;
	padding: 0;
	margin: 0;
    display: inline-block;
}

.ballot-validation ul li {
	counter-increment: list;
	padding-left: 0 !important;
	font-size: 1rem;
	line-height: 30px;
	color: #3E4144;
    display: inline-block;
}

.ballot-validation ul li:before {
	content: counter(list) ")" !important;
    display: inline-block !important;
    margin: 0px 10px !important;
    color: #3E4144 !important;
}

.ballot-validation ul li:after {
	content: "";
	display: none !important
}

.ballot-validation.success {
	background-color: #E1F1FF;
    border-radius: 2px;
    border: 1px solid #4992D0;
}

.ballot-validation.submitted {
	background-color: #f6fef9;
    border-radius: 2px;
    border: 1px solid #75e0a7;
	color: #067047;
}
.ballot-validation.submitted h4{
	color: #067047;
}

.ballot-validation.failure {
	border-radius: 2px;
    border: 1px solid var(--error-300, #FDA29B);
    background: var(--error-25, #FFFBFA);
    color: var(--error-700, #B42318);
}

.ballot-validation.failure h4 {
    color: var(--error-700, #B42318);
}

.ballot-check {
	display: block;
	position: relative;
	margin: 20px auto;
    text-align: center;
}

@media screen and (max-width:1024px) {
	.ballot-check {
		margin: 11px 0 0
	}
}

.ballot-check .btn-secondary,
.ballot-check .startButton,
.ballot-check .startover {
	display: inline-block;
    color: #fff;
    background-color: #2E3179;
    padding: 15px 40px;
    margin-right: 18px;
    text-decoration: none;
    border: 1px solid #A5D1F6;
}

.ballot-check .btn-secondary ,
.ballot-check .startButton ,
.ballot-check .startover  {
	display: inline-block;
    color: #101828;
    background-color: #A5D1F6;
    padding: 15px 40px;
    text-decoration: none;
}

.ballot-check .btn-secondary:active ,
.ballot-check .btn-secondary:hover ,
.ballot-check .startButton:active ,
.ballot-check .startButton:hover ,
.ballot-check .startover:active ,
.ballot-check .startover:hover  {
	background-color: #FFFFFF;
    color: #101828;
}

.ballot-check .border-btn.startButton,
.ballot-check .border-btn.startover,
.ballot-check .btn-secondary.border-btn {
	background: transparent;
	border: 1px solid #A5D1F6
}

.ballot-check .border-btn.startButton ,
.ballot-check .border-btn.startover ,
.ballot-check .btn-secondary.border-btn  {
	color: #2E3179;
	line-height: 24px
}

.ballot-check .border-btn.startButton:hover,
.ballot-check .border-btn.startover:hover,
.ballot-check .btn-secondary.border-btn:hover {
	background-color: #FFFFFF;
    color: #101828;
}

.ballot-check .border-btn.startButton:hover ,
.ballot-check .border-btn.startover:hover ,
.ballot-check .btn-secondary.border-btn:hover  {
	background-color: #FFFFFF;
    color: #101828;
}

.tryagainbtn-disable {
	cursor: not-allowed;
	opacity: .5
}

.ballot-check .border-btn.tryagainbtn-disable.startButton:hover,
.ballot-check .border-btn.tryagainbtn-disable.startover:hover,
.ballot-check .btn-secondary.border-btn.tryagainbtn-disable:hover {
	background-color: transparent
}

.ballot-error,
.ballot-error label {
	cursor: not-allowed !important
}

.ballot-check button.btn-secondary:focus ,
.ballot-check button.startButton:focus ,
.ballot-check button.startover:focus  {
	color: #221649 !important
}
.scaffolding .contentContainer.standard.ballot-faq{
	margin: 80px auto;
}
.ballot-faq .accordion{
    margin-top: 60px;
}
.ballot-faq.faq .accordion.ui-accordion .ui-accordion-header.ui-state-active,
.ballot-faq.faq .accordion.ui-accordion .ui-accordion-header{
    background-color: #EFF0F2;
    color:#2f3234;
    border-bottom: 1px solid #d7d4da;
    border-radius: 0;
    padding: 1rem 0px;
    margin-bottom: 0px;
	line-height: 1.3em;
}
.ballot-faq.faq .accordion.ui-accordion h3.ui-accordion-header.question {
	font-size: 1.4em;
	font-weight: normal;
	font-family: "alternate-gothic-no-3-d",sans-serif;
}
.ballot-faq.faq .accordion.ui-accordion .ui-accordion-content{
    border-bottom: 1px solid #d7d4da;
    background-color: #EFF0F2;
    border-radius: 0;
    padding: 5px 0px 20px 0px;
    margin-bottom: 0px;
}
.ballot-faq.faq .accordion.ui-accordion .ui-accordion-header.ui-state-active{
    border:none !important;
}
.ballot-faq.faq .accordion.ui-accordion .ui-accordion-header .ui-accordion-header-icon{
	font-family: "aktiv-grotesk",sans-serif;
	font-size: 4px;
    display: inline-block;
    width: 18.5px;
    height: 18.5px;
    border: 1px solid #9796a0;
    border-radius: 50%;
    margin-right: 10px;
}
.ballot-faq.faq .accordion.ui-accordion .ui-accordion-header .ui-accordion-header-icon:after{
    content: '';
    display: inline-block;
    margin: 3px 6px 5px 6px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #9796a0;
    border-right: 1px solid #9796a0;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.ballot-faq.faq .accordion.ui-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon{
    display: inline-block;
    width: 18.5px;
    height: 18.5px;
    border: 1px solid #9796a0;
    border-radius: 50%;
    margin-left: 10px;
}
.ballot-faq.faq .accordion.ui-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon:after{
    content: '';
	display: inline-block;
    margin: 3px 6px 5px 6px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #9796a0;
    border-right: 1px solid #9796a0;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}