@charset "utf-8";
/*** Container division contains the individual box divisions on the page. ***/

html {
	overflow-y: scroll;
}

body {
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
}

h1, h2, h3, h4 {
	font-weight:100;
	margin:0 0 0.5em 0;
	line-height:1em;
}

h1, h2, .colLink, .vcQuestionInfo {
	font-family: 'Lato', sans-serif;
	font-weight:100;
	-webkit-text-stroke-width: 0.3px;
}

h1 {
	padding-bottom:0.5em;
	border-bottom:1px solid #FFF;
}

h2 {
	
}

h3 {

}

h4 {
	margin:0;
}

input, select, textarea {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	box-sizing: border-box;
}

input, select {
	height:34px;
}

input.error, select.error, textarea.error, .g-recaptcha.error {
	border: 1px solid #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

input.error:focus, select.error:focus, textarea.error:focus, .g-recaptcha.error:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}

.inputColourIndicator {
	border-radius:4px;
	width:2px;
	height:56%;
	top:22px;
	left:3px;
	position:absolute;
}

label {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.form-group {
	margin-bottom:10px;
	float:left;
	width:100%;
}

.form-group .button:hover, .button.active, .button.active:hover {
	color:#000;
	background-color:cornflowerblue;
}

.form-group .colSmall.leftCol {
	margin-right:2%;
}

.form-group select:disabled {
	cursor:not-allowed;
	background-color: #eee;
}

.form-group .submit {
	margin-top:25px;
}

.leftCol, .rightCol {
	position:relative;
}

.hide, .hideSmall, #shareResultsLink {
	display: none;
}

.hr {
	border-bottom:1px solid #EEE;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
}

.bar {
	background: #888;
	height:5px;
	width:auto;
}

.button {
	height:50px;
	text-align:center;
	overflow:hidden;
	background:#556;
	margin-bottom:10px;
	border-radius:5px;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
 	box-shadow:2px 5px 10px -1px #888;
 	cursor:pointer;
}

.button:hover {
	-o-transition:0s;
	-ms-transition:0s;
	-moz-transition:0s;
	-webkit-transition:0s;
	transition:0s;
}

.buttonLarge
{
	width:600px;
}

#buttonMoreInfo {
	width:100px;
	height:30px;
	float:right;
	color:#191919;
	text-align:center;
	overflow:hidden;
	background:#555;
}

#buttonCompare {
	width:100%;
	display:none;
}

.choosePartyLevelButton img {
	float:right;
	margin:-40px 15px 0px 0px;
	height:34px;
}

.button:hover {
	background:#FFF;
	color:#000;
	-o-transition:.2s;
  	-ms-transition:.2s;
  	-moz-transition:.2s;
  	-webkit-transition:.2s;
 	transition:.2s;
}

.buttonCompareTopic {
	margin-right:40px;
}

.vcButton {
	height:54px;
	width:80px;
	float:left;
	color:#fff;
	margin:5px;
	display:table;
}

.vcButton p, .vcResultsOption p {
	display: table-cell;
	vertical-align: middle;
	padding: 3px;
}

#chart {
	height:450px;
}

.chartContainer {
	margin:40px auto;
	position:relative;
	width:100%;
}

#parentResultsContainer {
	display:none;
}

.chartLegend
{
	position:absolute;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	cursor:default;
}
/* Left Wing */
#chartLegendX1 {
	top:45.8%;
	left:20px;
}

/* Right Wing */
#chartLegendX2 {
	top:45.8%;
	right:20px;
}

/* Libertarian */
#chartLegendY1 {
	bottom:0.2%;
	left:0;
	right:0;
	margin:0 auto;
	width:77px;
}

/* Authoritarian */
#chartLegendY2 {
	top:-0.4%;
	left:0;
	right:0;
	margin:0 auto;
	width:94px;
}

.container {
	max-width: 950px;
	margin: 0 auto;
	line-height: 130%;
	position:inherit;
}

.compareMenu {
	display:none;
}

.fb-likeContainer {
	overflow:hidden;
	display:inline-block;
	position:absolute;
	right:5px;
	top:5px;
}

.footer {
	float:right;
	font-size:9px;
	padding-top:10px;
}

.footerbox {
	background-color:333333;;
	height:25px;
	clear: both;
	font-weight:900;
	color:#001360;
}

.headerbox {
	background: #000;
	text-align:center;
	width:auto;
}

.headerbox img {
	max-width:100%;
	padding:1em;
	box-sizing: border-box;
}

.headerbox	h1 {
	text-align:center;
	font-size:36px;
	color:#FF5EF7;
	vertical-align:middle;
}

#IEroot {
	margin-left:220px;
	margin-right:270px;
	min-width:280px;
	min-height:80%;
	background-color:#EEE;
	padding-left:20px;
}

.textRight {
	text-align:right;
}

.textLeft {
	text-align:left;
}

.right {
	float:right;
}

.left, .g-recaptcha {
	float:left;
}

.recaptcha {
	height:75px;
}

label {
	width:150px;	
}

#lefttable {
	color:#FFF;
	font-size:12px;
}

#leftbox li {
	display:black;
	line-height:150%;
	width:auto;
}

.listOfPartyBanners {
	display:none;
}

.listOfPartiesContainer {
	min-height:350px;
}

.middlebox {
	font-size:14px;
}

.middleboxBody {
	background-color:#ddd;
	min-height:300px;
	padding:50px 10px 30px 10px;
	box-shadow:2px 5px 10px -1px #888;
	position:relative;
}

.nav {
	height:50px;
	padding:10px 0 10px 0;
	margin:0 auto;
}

.partyBannerText {
	color:#fff;
	padding:5px;
}

.partyBanner {
	height:80px;
	margin-bottom:5px;
	color:#191919;
	overflow:hidden;
	background:#333;
	text-align:right;
	box-shadow:2px 5px 10px -1px #888;
	position:relative;
}

.partyBannerSecondary {
	height:50%;
	margin:11px 0 -45px 0;
}

.partyBanner img {
	position:absolute;
	right:3px;
	bottom:3px;
	max-height:45px;
}

.elected {
	position:absolute;
	font-family:FontAwesome;
	bottom:0px;
	left:5px;
	font-size:1em;
	color:white;
}

.info {
	width:50%;
	float:left;
	box-sizing:border-box;
	border-left:1px solid #CCC;
	padding-left:3px;
	word-wrap:break-word;
}

td {
	font-size:14px;
}

.partyLevelButtons {
	margin-top:10px;
}

.vcContainer {
	display:none;
}

.vcContainerButtons {
	font-size:12px;
	width:270px;
	margin:0 auto;
	margin-top:20px;
}

.vcContainerHeader {
	height:150px;
}

.vcContainerTopic {
	margin-bottom:5px;
}

.isolatedTextLink {
	text-align:center;
	font-size:20px;
	margin-top:10px;
	font-family: 'Lato', sans-serif;
	font-weight:300;
}

.vcContainerTitle {
	font-size:18px;
	margin-bottom:5px;
	font-family: 'Lato', sans-serif;
	font-weight:100;
	-webkit-text-stroke-width: 0.3px;
}

.term, a {
	color:#0180a9;
	cursor:default;
}

.vcResultsChoiceContainer {
	width:75px;
	height:220px;
	margin:0 2px 5px 2px;
	background-color:#EEE;
	float:left;
	border-radius:5px;
	font-size:12px;
}

.vcResultsQuestionContainer {
	width:237px;
	margin:20px auto;
}

.vcResultsOption {
	height:50px;
	width:100%;
	border-radius:5px 5px 0 0;
	color:#FFF;
	text-align:center;
	display:table;
	background-color:#888;
}

.vcResultsOptionSupporters {
	margin:0 auto;
	margin-top:10px;
	display:table;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	cursor:default;
}

.vcResultsPartyTag {
	width:60px;
	height:25px;
	margin:0 auto;
	margin-bottom:5px;
	border-radius:5px;

	/* Internet Explorer 10 */
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
	
	/* Firefox */
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;
	
	/* Safari, Opera, and Chrome */
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	
	/* W3C */
	display:box;
	box-pack:center;
	box-align:center;
	color:#fff;
}

.vcResultsPartyTag p {
	display:table-cell;
}

.stretch {
    width:100%;
    height:100%;
}

.singleHeight
{
	line-height:54px;
}

.doubleHeight
{
	line-height:18px;
	margin-top:6px;
	padding:2px;
}

a.pagelink	{ color: black; } 
a.pagelink:link { color: black; }
a.pagelink:visited { color: black; }
a.pagelink:hover { color: black; }
a.pagelink:active { color: #333; }

ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.nav li {
	width:19.5%;
	height:50px;
	float:left;
	color:#191919;
	text-align:center;
	overflow:hidden;
	line-height:50px;
	margin:0 .25% -20px .25%; /* Prevent issues with main H1s when hovering */
}

a {
	text-decoration:none;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}

a:hover {
	color:cornflowerblue;
	cursor:pointer;
}

.link {
	color:#fff;
}

.nav .link {
	padding:0px 5px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.subtext{
	color:#000;
	line-height:130%;
	padding: 0 2px 0 2px;
	display: inline-block;
	vertical-align: middle;
	opacity:0;
	-o-transition:opacity .2s ease-in-out;
	-ms-transition:opacity .2s ease-in-out;
	-moz-transition:opacity .2s ease-in-out;
	-webkit-transition:opacity .2 sease-in-out;
	transition:opacity .2s ease-in-out;
}

.subtextContainer {
	height:100%;
}

.subtextContainer:hover .subtext {
	opacity:1;
}

.colLink {
	text-align:center;
	font-size:20px;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}

.colLink:hover {
	box-shadow:0px 0px 30px 0px #CCC;
	-o-transition:0s;
	-ms-transition:0s;
	-moz-transition:0s;
	-webkit-transition:0s;
	transition:0s;
}

.colLink.disabled {
	background-color:#EEE;
	box-shadow:0px 0px 30px 0px #CCC;
	color:#AAA;
}

#summaryText {
	opacity:0;
}

.column, .newsContainer {
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
	border-top-right-radius:4px;
	border-top-left-radius:4px;
	margin-bottom:1em;
}

.column {
	background-color:#FFF;
	display: inline-block;
	padding:1em;
	box-shadow:2px 5px 10px -1px #888;
	box-sizing:border-box;
}

.center img {
	max-width:100%;
	display:block;
	margin:0 auto;
}

.medium img {
	max-height:70px;
}

.colSmall, .colMedium, .colLarge, .colMax {
	width:100%;
	box-sizing:border-box;
}

.article {
	margin-bottom:10px;
	opacity:0;
}

.articleSubTitle {
	color:#8B0;
}

.resourceLinkDesc {
	margin-bottom:10px;
	width:100%;
	padding:15px !important;
	box-sizing: border-box;
}

.resourceLinkGroup {
	padding-bottom:15px;
}

#modal {
	left: 430px;
	position: absolute;
	top: 306.5px;
	z-index: 9999;
	opacity: 0;
	background-color: #fff;
	border-radius:10px;
	box-shadow: 0 0 25px 5px #999;
	color: #111;
	display: none;
	min-width:200px;
	width:70%;
	padding: 20px 25px 25px 25px;
}

.scaleToFit {
	height:auto !important;
}

.modalFooter, .partyDetailsFooter {
	margin-top:0.5em;
	font-style:italic;
}

.b-close {
	border-radius: 7px;
	box-shadow: none;
	font: bold 18px sans-serif;
	padding: 3px 6px 2px;
	position: absolute;
	right: 4px;
	top: 4px;
	background-color: #0180a9;
	color: #fff;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
}

.b-close:hover {
	background-color: #333
}

.newsContainer {
	background-color:#FFF;
	padding:1em;
	border:#888 2px dashed;
}

.ui-tooltip {
	max-width:400px !important;
}

.inquireButton {
	width:20px;
	height:20px;
	background-image:url('../image/inquire.png');
	background-size: 20px;
	margin:5px -30px 10px 5px;
	float:left;
	-o-transition:.2s;
  	-ms-transition:.2s;
  	-moz-transition:.2s;
  	-webkit-transition:.2s;
 	transition:.2s;
}

.inquireButton:hover {
	background-image:url('../image/inquireActive.png');
}

#scrollToTop {
	height:64px;
	width:64px;
	position:fixed;
	right:50px;
	bottom:50px;
	cursor:pointer;
	opacity:0.4;
	background:url('../image/upArrow.png') no-repeat;
	background-size:64px 64px;
	display:none;
	-o-transition:.2s;
  	-ms-transition:.2s;
  	-moz-transition:.2s;
  	-webkit-transition:.2s;
 	transition:.2s;
}

#scrollToTop:hover {
	background-image:url('../image/upArrowActive.png');
}

/*Menu Color Classes*/
.green{background-color:#6AA63B;}
.yellow{background-color:#E2C000;}
.red{background-color:#D52100;}
.blue{background-color:#0292E0;}
.purple{background-color:#8557E9;}

.greenText{color:#6AA63B;}
.yellowText{color:#E2C000;}
.redText{color:#D52100;}
.blueText{color:#0292E0;}
.purpleText{color:#8557E9;}

.navButton {
	background-size:100%;
}

.video {
	position:relative;
	padding-bottom:56.25%;
	max-height:200px;
	margin:0 auto;
}

.video iframe {
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
}

.clearfix {
	clear:both;
}

.success {
	text-align:center;
	color:#6AA63B;
	font-family: 'Lato', sans-serif;
	font-weight:100;
	-webkit-text-stroke-width: 0.3px;
}

@media (max-width: 430px) {
	.nav {
		font-size:10px;
	}
}

@media (min-width: 570px) {
	.vcContainerTitle {
		font-size:24px;
	}

	.vcContainerHeader {
		
	}

	.vcResultsQuestionContainer {
		width:100%;
	}

	.vcResultsChoiceContainer {
		width:13%;
		margin:0 0 0 3%;
	}

	.vcContainerButtons {
		font-size:14px;
		width:360px;
	}

	.vcButton {
		width:101px;
	}
}

@media (min-width: 768px) {
	.nav .link {
		font-size:14px;
	}

	.hideSmall {
		display: block;
	}

	.colSmall {
		width:32%;
	}

	.colMedium {
		width:48%;
	}

	.colLarge {
		width:66%;
	}

	.leftCol {
		float:left;
	}

	.rightCol {
		float:right;
	}

	.colLink {
		min-height: 10em;
	}

	.colLink i {
		font-size: 40px;
	}

	.info {
		width:100%;
	}

	.nav {
		height:50px;
		padding:10px 0 10px 0;
		margin:0 auto;
		width:640px;
	}

	.nav li {
		height:50px;
		float:left;
		color:#191919;
		text-align:center;
		overflow:hidden;
	}

	.middleboxBody {
		padding:40px;
	}

	.column {
		padding:2em;
	}

	.partyLevelButtons {
		max-width:280px;
		margin-top:10px;
	}

	.listOfPartiesContainer {
		min-height:450px;
	}

	#listOfPartiesFederal, #listOfPartiesProvincial {
		float:right;
	}

	.partyBanner {
		width:100%;
	}

	.chartContainer {
		margin:20px auto;
		width:80%;
	}

	#modal {
		width:700px !important;
	}

	.vcContainerButtons {
		width:666px;
	}
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {
	
}