table.mpList {
	border-collapse: collapse;
	border: 0px;
	width: 100%;
}

table.mpList thead tr {
	background-color: transparent!important;
}

table.mpList thead th {
	/*background-color: #cfcecb;*/
	font-size: 11pt;
	font-weight: normal;
	padding: 8px 5px;
}

table.mpList tbody td {
	/*background-color: #ffffff;*/
	font-size: 9pt;
	padding: 5px;
	vertical-align: middle;
}

table.mpList tbody tr.multiple-tag td {
	position: relative;
}

table.mpList tbody tr td.candidate-list-riding span {
	display: none;
}

table.mpList tbody tr.multiple-tag td.candidate-list-riding span {
	background: red;
	color: #fff;
	content: attr(data-tagcount) " Options";
	display: block;
	font-size: 0.8em;
	height: 20px;
	left: 10px;
	line-height: 10px;
	margin-top: -10px;
	padding: 5px 10px;
	position: absolute;
	top: 0;
}

table.mpList tbody tr:nth-child(odd) td {
	/*background-color: #eee;*/
	font-size: 9pt;
	padding: 5px;
	vertical-align: middle;
}

td.nav {
	padding-top: 10px;
	font-size: 10pt;
	text-align: center;
}

td.pages,
td.viewing {
	font-size: 8pt;
	text-align: right;
}

td.nav a {
	/*background-color: #eee;*/
	border: 1px solid #EEEEEE;
	display: inline-block;
	margin: 3px 3px;
	padding: 4px 8px;
}

td.nav a:hover {
	color: #ee3b36;
}

td.nav span {
	background-color: #fff;
	border: 1px solid #ffffff;
	display: inline-block;
	margin: 0px 3px;
	padding: 4px;
}

div.candidateImage {
	float: left;
	margin-right: 10px;
}

div.candidate-image-caption {
	margin: 5px 0 10px;
}

div.addressTitle {
	background-color: #FDFDFD;
	border: 1px solid #888;
	border-left: none;
	border-right: none;
	color: #5F5D59;
	font-size: 9pt;
	font-weight: bold;
	margin: 5px 10px 5px 0px;
	padding: 3px;
	text-transform: uppercase;
}

div.address {
	border: 1px dotted #737374;
	margin: 5px 20px 5px 10px;
	overflow: hidden;
	padding: 5px;
}

div.address div.leftColumn {
	display: inline-block;
	vertical-align: top;
	width: 275px;
}

div.address div.rightColumn {
	display: inline-block;
	vertical-align: top;
}

div.profileImage {
	/*float: left;*/
	/*margin: 0px 10px 10px 0px;*/
	margin-bottom: 10px;
}

div.profileLine {
	margin-bottom: 3px;
}

div.profileLine span.profileTitle {
	font-weight: bold;
}

.candidate-header-details span.profileTitle {
	font-weight: normal;
}

/*div#clcRating {
	color: #231f20;
	font-size: 12pt;
}*/

/*
div#clcRating span.profileData {
	color: #737374;
	font-size: 100%;
}
*/

div#ratingComments {
	text-align: justify;
}

div#ministry {
	margin-top: 20px;
}

div#company,
div#officeAddress,
div#officeCity,
div#officePostalCode,
div#officePhone,
div#officeFax,
div#officeEmail,
div#address,
div#city,
div#postalCode,
div#phone,
div#fax,
div#email {
	margin: 0px;
}

table.decisionTable {
	border-collapse: collapse;
	width: 100%;
}

table.decisionTable thead tr {
	background-color: transparent!important;
}

table.decisionTable thead th {
	background-color: #cfcecb;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	font-size: 11pt;
	font-weight: normal;
	padding: 8px 5px;
	letter-spacing: 1px!important;
	/*text-transform: none!important;*/
	min-width: 200px;
}

table.decisionTable thead th.candidate-name {
	font-size: 125% !important;
	text-transform: none !important;
}

table.decisionTable thead th.candidate-name span{
	display: block;
	font-size: 80% !important;
	text-transform: uppercase !important;
	letter-spacing: 0 !important;
}

table.decisionTable thead th.clc-rating {
	text-transform: none!important;
}

#content-container table.decisionTable thead th.spacer {
	background-color: transparent;
	border-left: none !important;
	border-right: none !important;
	color: #737374;
	text-transform: uppercase !important;
}

table.decisionTable thead th.candidate-image {
	text-align: center;
}

table.decisionTable thead th.clc-rating {
	text-align: center;
}

table.decisionTable thead th.rating-image img {
	max-width: 52px;
}

table.decisionTable thead th.question-header {
	border-top: 1px solid #fff;
	letter-spacing: 3px!important;
}

table.decisionTable thead th.question-header:last-child {
	border-right-color: #303030;
}

/*table.decisionTable tbody {
	border: 1px solid #737374;
}*/

table.decisionTable tbody td {
	/*background-color: #ffffff;*/
	font-size: 9pt;
	padding: 5px;
	vertical-align: top;
}

table.decisionTable tbody tr:nth-child(odd) td {
	/*background-color: #fff;*/
	font-size: 9pt;
	padding: 5px;
	vertical-align: top;
}

table.decisionTable tfoot a {
	color: #ffffff;
}

/*table.decisionTable div.candidate-list-image {
	display: inline-block;
	float: none;
	margin-left: 0;
}*/

td.candidate-list-image-container,
th.candidate-list-image-container {
	width: 100px;
}

td.candidate-list-image-container img,
th.candidate-list-image-container img {
	display: none;
}

td.candidate-list-image-container > a,
th.candidate-list-image-container > div {
	height: 100px;
	width: 100px;
	display: block;
	/*padding-bottom: 100%;*/
	border-radius: 50%;
	border: 3px solid #eeeeee;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
th.candidate-list-image-container > div {
	margin: 0 auto;
}


/*table.decisionTable {
	border-collapse: collapse;
	border-width: 1px;
	border-color: black;
	width: 100%;
}

table.decisionTable th,
table.decisionTable td {
	border-color: #737374;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
}

table.decisionTable tr.topRow th.incumbent,
table.decisionTable td.incumbent {
	background-color: #ECE8DD;
	color: #CC2030;
}

table.decisionTable tr.topRow th {
	border-top: none;
	border-left: none;
	border-right: none;
}

table.decisionTable tr.votingRecord td {
	padding-top: 25px;
	text-align: center;
}

*/

table.decisionTable tr.votingRecord td {
	background: #303030;
	border-top: 1px solid #303030;
	border-bottom: 1px solid #303030;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #fff;
	padding-top: 25px;
}

table.decisionTable tr.votingRecord td.question {
	background: transparent;
	border: none;
	color: #737374;
	text-align: right;
	vertical-align: top;
}

table.decisionTable tr.votingRecord td.rating-comments {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	vertical-align: top;
}

table.decisionTable tr.votingRecord td:last-child {
	border-right-color: #303030;
}

#content-container table.decisionTable tr.topRow th.incumbent {
	background-color: #303030 !important;
	padding: 10px !important;
}

table.decisionTable tr.topRow th.non-incumbent {
	border: none !important;
	background-color: transparent !important;
	padding: 10px !important;
}

table.decisionTable tr.topRow th.incumbent span {
	background-color: #464646 !important;
	color: #d6d5d5 !important;
	text-transform: uppercase !important;
	display: block;
	padding: 5px 0;
}

table.decisionTable td {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	/*text-align: center;*/
}

table.decisionTable td:last-child {
	border-right: none;
}

table.decisionTable td.question {
	border-left: none;
	text-align: left;
}

#content-container table.decisionTable tr.candidate-links {
	background: none;
}

table.decisionTable tr.candidate-links td.profile-link {
	background: #303030;
	text-align: center;
}

table.decisionTable a.candidate-profile-link {
	color: #fff;
	display: block;
	font-weight: bold;
	margin: 5px auto;
	text-align: center;
}

span.incumbent {
	background-color: #ECE8DD;
	color: #CC2030;
	padding: 5px;
}

p.quote {
	margin: 10px;
	text-align: justify;
}

p.quote span.quoteTitle {
	font-weight: bold;
}

h2.voteRecordHeading {
	margin-bottom: 0px;
}

h3.voteRecordHeading {
	border: none;
	/*font-style: italic;*/
	margin-top: 0px;
	margin-bottom: 15px;
}

h3.voteRecordHeading span.sub-riding,
h3.evaluationHeading span.sub-riding {
	color: #231f20;
}

span.decisionName {
	font-weight: bold;
}

span.decisionNameToggle {
	cursor: pointer;
	display: block;
	/*font-weight: bold;*/
	/*text-decoration: underline;*/
}

span.decisionNameToggle:after {
	content: "\25bc";
	padding-left: 3px;
}

span.decisionNameToggle.active:after {
	content: "\25b2";
}

div.decisionDesc {
	font-size: 10pt;
	line-height: 1.3em;
	margin-top: 10px;
	text-align: justify;
}

/*
.ui-tabs-nav {
	height: 28px;
}

body.Chrome_Windows .ui-tabs-nav,
body.Safari_Mac .ui-tabs-nav,
body.Safari_Windows .ui-tabs-nav {
	height: 26px;
}

body.Chrome_Mac .ui-tabs-nav {
	height: 27px;
}*/

div.tab-content {
	background-color: #ffffff;
	display: none;
}

div#selectProvince {
	background-color: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*margin: 0 15px;*/
	padding: 10px;
	text-align: center;
}

ul#ridingList {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	width: 100%;
}

ul#ridingList ul {
	list-style: none;
	margin-left: 0px;
	width: 100%;
}

li {
	margin-left: 10px;
	padding-left: 0px;
}


ul#ridingList li.title {
	background-color: #cfcecb;
	font-weight: normal;
	padding: 8px 5px;
}

ul#ridingList li {
	margin: 0px;
	padding: 5px;
	vertical-align: top;
}

ul#ridingList li:nth-child(odd) {
	 background-color: #efeeea;
}

ul#ridingList li:nth-child(even) {
	background-color: #ffffff;
}

/*subridings*/

ul#ridingList.subridings > li {
	background-color: #ffffff;
}

ul#ridingList.subridings ul li:nth-child(odd) {
	background-color: #ffffff;
}

ul#ridingList.subridings ul li:nth-child(even) {
	background-color: #efeeea;
}

/*ul#ridingList.subridings li {
	margin: 10px;
}
*/
ul#ridingList.subridings ul li {
	margin-top: 0px;
	margin-bottom: 0px;
}

/*end subridings*/

ul#ridingList li.title {
	color: #231f20;
	font-family: 'Roboto', serif;
	font-weight: bold;
	font-size: 12pt;
	letter-spacing: 0px;
	list-style: none;
	margin-left: 0px;
}

ul#ridingList ul {
	margin-bottom: 10px;
}

h3.evaluationHeading {
	margin-bottom: 0;
}

h3.evaluationHeading ~ h4 {
	margin-top: 0;
}

span.changeLink {
	font-size: 11pt;
	margin-top: 0;
}

/* light rating legend */

div.light-rating-legend-container {
	background-color: #ffffff;
	background-clip: content-box;
	vertical-align: top;
}

ul.light-rating-legend {
	background-color: #ffffff;
	list-style: none;
	margin: 0px;
	padding: 15px;
	/*max-width: 350px;*/
	width: 100%;
	height: 100%;
}

ul.light-rating-legend.header {
	padding: 0;
}

#content ul.light-rating-legend {
	padding: 0px;
}

ul.light-rating-legend li {
	border-bottom: 2px solid #f8f8f8;
	background-color: #ffffff;
	/*font-style: italic;*/
	list-style: none;
	margin: 0px 0px 0px 0px;
	overflow: auto;
	padding: 20px 0px;
	/*width: 260px;*/
}

ul.light-rating-legend li:last-child {
	border-bottom: none;
}

ul.light-rating-legend li.light-legend-rating-title {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	background-color: #eeeeee;
	color: #231f20;
  font-weight: 500;
  letter-spacing: 0px;
  padding: 10px 15px;
  text-align: center;
}

ul.light-rating-legend li div.legend-image {
	float: right;
}

ul.light-rating-legend li div.legend-title {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	margin-left: 45px;
	padding-top: 5px;
	text-shadow: 0px 1px #333333;
}

ul.light-rating-legend li div.legend-info {
	font-size: 100%;
	margin-right: 75px;
	margin-left: 0;
	text-align: justify;
}

ul.light-rating-legend li div.legend-info strong.green {
	color: #62a834
}

ul.light-rating-legend li div.legend-info strong.red {
	color: #ee3b36
}


/* voting-record */

div.voting-record-container {
	vertical-align: top;
}

div#tabs {
	background-color: #231f20;
}

.page-message {
	font-weight: bold;
	margin-bottom: 10px;
}

.candidate-header {
	background-color: #231f20;
	display: flex;
	flex-direction: row;
	flex: 1;
	padding: 0 15px;
}

.candidate-title-header {
	background-color: #231f20;
	color: #ffffff;
	flex: 1;
	padding: 15px;
}

.candidate-title-header h2 {
	font-size: 210%;
	margin-top: 0;
}

.candidate-title-header h3 {
	font-size: 130%;
}

.candidate-title-header h2,
.candidate-title-header h3 {
	color: #ffffff;
	font-weight: 300;
	text-transform: none;
}

.candidate-title-header span.divider {
	color: #ee3b36;
}

h3.clc-rating {
	margin: 0;
}

.header-candidate-image {
	flex: 0 0 130px;
}

.candidate-image {
	width: 130px;
	height: 130px;
	display: block;
	background-color: #231f20;
	border-radius: 50%;
	border: 6px solid #f7f7f7;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	margin: 10px 0;
}

.candidate-image.small {
	width: 100px;
	height: 100px;
}

.candidate-image.large {
	width: 180px;
	height: 180px;
}

.candidate-image img {
	display: none;
}

.header-volunteer,
.header-light-rating,
.header-lawn-sign {
	background-color: #231f20;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 15px;
	flex: 0 0 150px;
}

.header-volunteer:hover,
.header-lawn-sign:hover {
	background-color: #343434;
}

.header-volunteer span,
.header-light-rating span,
.header-lawn-sign span {
	display: block;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 90%;
	margin: 10px 0 0 0;
}

/*.header-lawn-sign span {
	font-size: 70%;
}*/

.header-volunteer img,
.header-light-rating img,
.header-lawn-sign img {
	max-height: 75px;
}

.header-volunteer p,
.header-light-rating p,
.header-lawn-sign p {
	margin: 0;
}

.candidate-light-rating {
	width: 100px;
}


/* election search form */

div.election-search-form textarea,
div.election-search-form select,
div.election-search-form textarea,
div.election-search-form input[type=text] {
	background: #ffffff; /* Old browsers */
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border: 1px solid #e6dbdc;
	color: #231f20;
	margin-right: 5px;
	padding: 6px 5px;
	width: auto;
	vertical-align: middle;
	height: 36px;
}

div#selectProvince select {
	background: #ffffff; /* Old browsers */
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border: 1px solid #e6dbdc;
	color: #231f20;
	display: inline-block;
	margin-right: 5px;
	padding: 6px 5px;
	vertical-align: middle;
	width: auto;
}


div.candidate-evaluation-search input[type=text] {
	background: #ffffff; /* Old browsers */
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border: 1px solid #e6dbdc;
	color: #231f20;
	margin-right: 5px;
	padding: 6px 5px;
	vertical-align: middle;
	width: auto;
}

div.candidate-evaluation-search h4 {
	margin-top: 0px;
}

div.candidate-evaluation-search {
	/*font-weight: bold;*/
	margin-bottom: 30px;
}

div.candidate-evaluation-search.step-2 {
	margin-bottom: 30px;
}

div.candidateViewButton {
	padding-top: 10px;
}

div.light-mobile {
	display: none;
}

div.light-desktop {
	display: block;
	float: right;
	margin-left: 20px;
	text-align: center;
}

div.compare-candidates-link {
	margin: 15px 0;
	text-align: center;
}

div.compare-candidates-link a {
	color: #000;
}


/*find and compare*/

table.mpList a,
ul.provinceList a,
ul#ridingList a {
	color: #231f20;
}

table.mpList a span,
ul.provinceList a span,
ul#ridingList a span {
	display: block;
}

div.change-link-container {
	margin: 30px 0 15px 0;
}


/*no green candidates*/

.no-green-solution {
	background-color: #ffffff;
	margin: 60px 0 20px 0;
}

.no-green-solution.province {
	background-color: #eee;
}

.no-green-icon {
	background: #fff;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	border: 8px solid #dddddd;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 80px;
	width: 80px;
	margin: -40px auto;
	position: relative;
	z-index: 100;
}

.no-green-icon.check {
	background-image: url('../images/elections/small-check.png');
}

.no-green-icon.heart {
	background-image: url('../images/elections/small-heart.png');
}

.no-green-title {
	background-color: #dddddd;
	text-transform: uppercase;
	text-align: center;
	padding: 50px 0 20px 0;
}

.no-green-title h3,
.no-green-title h4 {
	margin: 0;
}

.no-green-title h3 {
	font-size: 120%;
	font-weight: 500;
	letter-spacing: 4px;
}

.no-green-title h4 {
	text-transform: none;
	margin: 5px 0 0 0;
}

.no-green-content {
	background-color: #ffffff;
	text-align: center;
	padding: 20px;
}

.closest-candidate {
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-flow: wrap;
}

.candidate-details {
	text-align: left;
	flex: 1;
	margin: 0 10px;
}

.candidate-details h4 {
	margin: 0;
	text-transform: none;
}


/*multiple ridings*/


.riding-list {
	display: flex;
	flex-direction: row;
	flex-flow: wrap;
}

div.riding {
	/*background-color: #ffffff;*/
	/*border: 1px solid #999;*/
	border-left: none;
	border-right: none;
	color: black;
	font-size: 10pt;
	font-weight: bold;
	width: 25%;
	cursor: pointer;
	padding: 15px;
	margin: 0 auto 15px;
	max-width: 240px;
	text-align: center;
}

div.riding a {
	color: inherit;
	display: block;
}

div.riding-list.multiple .riding a {
	display: table-row;
}

div.riding a:hover {
	color: inherit;
	text-decoration: none;
}

div.riding .candidate-image {
	margin: 0 auto;
	position: relative;
}

div.riding .candidate-image:after {
	/*border: 1px solid #C1272C;*/
	border-radius: 50%;
	color: #fff;
	content: attr( data-title );
	display: block;
	height: 168px;
	left: 0;
	line-height: normal;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	padding-top: 60px;
}

/*div.riding:nth-of-type(1) .candidate-image:after {
	background: rgba(48,94,196,0.6);
}

div.riding:nth-of-type(2) .candidate-image:after {
	background: rgba(109, 213, 68, 0.6)
}

div.riding:nth-of-type(3) .candidate-image:after {
	background: rgba(226, 121, 51, 0.6)
}*/

div.riding .candidate-riding {
	font-size: 140%;
	font-weight: normal;
}

div.riding-list.multiple .riding .candidate-riding {
	background-color: #231f20;
	border-color: #231f20;
	border-radius: 50%;
	color: #fff;
	display: table-cell;
	height: 180px;
	transition: all 0.25s;
	vertical-align: middle;
	width: 180px;
}

div.riding-list.multiple .riding .candidate-riding:hover {
	box-shadow: 0 0 6px 3px rgba(0,0,0,0.5);
}

div.riding .candidate-party {
	font-size: 110%;
	font-weight: normal;
}

div.ridingWeight {
	display: none;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}

.candidate-name {
	margin: 5px 0;
}

.candidate-name.heading {
	font-size: 120%;
	font-weight: 300;
	text-transform: none;
}

.candidate-title {
	font-size: 115%;
	font-weight: 700;
}

.candidate-riding {
	font-weight: 700;
}

.candidateVideo {
	position: relative;
}

.candidateVideo::after {
	background-color: #D6D0D0;
	display: block;
	content: '';
	height: 2px;
	margin: 25px auto 5px;
	width: 50%;
}

.candidateVideo:last-child::after {
	display: none;
}

.candidateVideo .video-wrapper {
	position: relative;
}

.candidateVideo .video-wrapper iframe,
.candidateVideo .video-wrapper object,
.candidateVideo .video-wrapper embed {
	max-width: 100%;
}

.candidateVideo .comments :first-child {
	margin-top: 0;
}