@import url( fonts.css );

body {
	background-color: #ffffff;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

img {
	max-width: 100%;
	height: auto!important;
}

iframe {
	max-width: 100%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

hr {
	border: 0;
	border-top: 2px solid #000000;
	width: 20%;
	margin: 20px auto;
}

.heading, h1, h2, h3, h4, h5 {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: normal;
	text-transform: uppercase;
}

h1,
.heading.one {
	font-size: 270%;
}

h2,
.heading.two {
	font-size: 150%;
	font-weight: 300;
}

h3,
.heading.three {
	font-size: 140%;
	font-weight: 300;
	/*text-transform: none;*/
}

h4,
.heading.four {
	font-size: 110%;
}

h5,
.heading.five {
	font-size: 100%;
	text-transform: none;
}

.heading a, h1 a, h2 a, h3 a, h4 a {
	color: inherit;
	text-decoration: none;
}

.heading span {
	font-size: 170%;
}

.heading.alternate {
	font-weight: 600;
	text-transform: uppercase;
}

/*--- MAIN WRAPPER ---*/

.wrapper {
	margin: 0px auto;
	padding: 0px 10px 1px;
	position: relative;
	text-align: left;
	max-width: 1485px;
}

.wrapper.inside {
	max-width: 1185px;
}

/*--- HEADER ---*/

#header {
	background-color: #f0f0f1;
	height: 100px;
	left: 0;
	padding: 0;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 999;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#header.active {
	top: 0;
}

#header.open,
#header.active,
#header:hover {
	background-color: #f0f0f1;
}

#back-top {
	background-image: url( ../images/top.png );
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0.5);
	background-size: 20px auto;
	/*border-radius:  4px;*/
	bottom: 10px;
	opacity: 0;
	position: fixed;
	right: 10px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	visibility: hidden;
	width: 45px;
	z-index: 800;
}

#back-top:hover {
	background-color: #ee3b36;
}

#back-top a {
	display: block;
	height: 45px;
	text-align: left;
	text-indent: -9999px;
	width: 45px;
}

#back-top.active {
	opacity: 1;
	visibility: visible;
}

div.page-title {
	background-color: #f7f7f7;
	padding: 30px 0;
	background-image: url( '../images/page-title-background.jpg' );
	background-size: cover;
	background-repeat: no-repeat;
}

div.page-title h1 {
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}

div.page-title h1:first-child ~ h2,
div.page-title h1.heading.two {
	text-transform: none;
	text-align: center;
	margin: 0;
}

div.party-leader div.page-title h1 ~ h2::before,
div.page-title h1:first-child ~ h2::before {
	content: "";
	height: 2px;
	width: 183px;
	margin: 5px auto 15px auto;
	background-color: #ee3b36;
	display: block;
}

div.page-title p {
	text-align: center;
}

div.page-title .icon {
	text-align: center;
	margin-bottom: 10px;
}

/*--- NAVIGATION ---*/

#logo {
	float: left;
	padding: 16px 0;
	width: 300px;
}

#logo img {
	height: auto;
	max-width: 100%;
	width: auto;
}
.logo > a > img {
	max-width: 150px;
}

#navigation {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100px;
	text-align: right;
	margin-left: 200px;
}

#navigation .search-field {
	margin: 0;
	min-width: 250px;
}

/* Root = Horizontal, Secondary = Vertical */
ul#menu {
	border: 0px none;
	display: inline-block;
	height: 100px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
}

ul#menu li {
	background: none;
	display: block;
	float: left; /*For Gecko*/
	height: 100px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: center;
}

ul#menu ul {
	background-color: #000000;
	display: none;
	left: 0;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 210px;
}

ul#menu ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	font: 1px/0px serif;
	visibility: hidden;
}

ul#menu ul li {
	background-image: none;
	background-color: #595757;
	border: none;
	color: #f7f7f7;
	display: block !important;
	display: inline; /*For IE*/
	float: left; /*For IE 7 lack of compliance*/
	height: auto;
	padding: 0px;
	text-transform: uppercase;
	text-align: left;
	width: 210px;
}

/* Root Menu */
ul#menu a {
	color: #231f20;
	display: block;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13pt;
	font-weight: lighter;
	height: 100px;
	line-height: 100px;
	padding: 0px 20px;
	text-decoration: none;
	/*text-transform: uppercase;*/
	z-index: 99;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

ul#menu > li > a {
	display: table;
	width: 100%;
}

ul#menu > li > a > span {
	display: table-cell;
	padding: 0px 10px;
	vertical-align: middle;
}

ul#menu ul a {
	letter-spacing: normal;
	text-transform: none;
}

/* Root Menu Hover Persistence */
ul#menu a:hover,
ul#menu li:hover a,
ul#menu li.iehover a {
	color: #ee3b36;
	text-decoration: none;
}

/* 2nd Menu */
ul#menu li:hover li a,
ul#menu li.iehover li a {
	color: #FFFFFF;
	float: none;
	height: auto;
	line-height: 1.1em;
	padding: 10px 22px;
	text-decoration: none;
}

/* 2nd Menu Hover Persistence */
ul#menu li:hover li:hover, ul#menu li.iehover li.iehover {
	background-color: #ee3b36;
}

ul#menu li:hover li a:hover,
ul#menu li:hover li:hover a,
ul#menu li.iehover li a:hover,
ul#menu li.iehover li.iehover a {
	color: #ffffff;
}

/* 3rd Menu */
ul#menu li:hover li:hover li a,
ul#menu li.iehover li.iehover li a {
	background-color: #595757;
	color: #fff;
}

/* 3rd Menu Hover Persistence */
ul#menu li:hover li:hover li a:hover,
ul#menu li:hover li:hover li:hover a,
ul#menu li.iehover li.iehover li a:hover,
ul#menu li.iehover li.iehover li.iehover a {
	background-color: #ee3b36;
	color: #ffffff;
}

/* 4th Menu */
ul#menu li:hover li:hover li:hover li a,
ul#menu li.iehover li.iehover li.iehover li a {
	background-color: #595757;
	color: #fff;
}

/* 4th Menu Hover */
ul#menu li:hover li:hover li:hover li a:hover,
ul#menu li.iehover li.iehover li.iehover li a:hover {
	background-color: #ee3b36;
	color: #ffffff;
}

ul#menu ul ul,
ul#menu ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 210px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#menu li:hover ul ul,
ul#menu li:hover ul ul ul,
ul#menu li.iehover ul ul,
ul#menu li.iehover ul ul ul {
	display: none;
}

ul#menu li:hover ul,
ul#menu ul li:hover ul,
ul#menu ul ul li:hover ul,
ul#menu li.iehover ul,
ul#menu ul li.iehover ul,
ul#menu ul ul li.iehover ul {
	display: block;
}

/*--- CONTENT ---*/

#content-container {
	background-color: #FFFFFF;
	min-height: 300px;
	margin-top: 100px;
}

#content-container.inside {
	background-color: #eeeeee;
	margin-top: 100px;
}

.content-container {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 40px 0;
	position: relative;
}

div.content-container.alternate {
	background-image: none;
	padding: 0;
}

body#site-disabled #content-container {
	padding-top: 25px;
}

div.content {
	padding: 40px 0;
}

body#sign_up div.content {
	background-image: url(../images/become-a-member_bg.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

body#sign_up div.wrapper.inside {
	background: rgba(255,255,255,0.85);
	padding: 15px;
}

#compare_opponents div.page-title + .content {
	background: linear-gradient(to bottom, #f7f7f7 625px, #eee 625px);
	/*background-repeat: repeat;*/
	/*background-repeat: no-repeat;*/
}

div#homepage-postal-code {
	/* background-color: rgb(169, 10, 10); */
	background-image: url('../images/manitoba-map.webp');
	background-repeat: no-repeat;
	/* background-position: left 350px center;
	background-size: 450px auto; */
	color: #ffffff;
	height: 550px;
}


div#homepage-postal-code.content-container {
	padding: 80px 0;
}

div#homepage-postal-code .heading {
	color: #ffffff;
}

div#homepage-postal-code hr {
	border: 0;
	border-top: 1px solid #ffffff;
	width: 30%;
	margin: 10px auto;
}

div#homepage-postal-code .postal-code-container {
	display: -ms-grid;
	display:grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
	align-items: flex-start;
}

div#homepage-postal-code .postal-code-container > :nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

div#homepage-postal-code .postal-code-container > :nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}

div#homepage-postal-code .title-container {
	text-align: center;
	padding-top:40px;
}

div#homepage-postal-code .title-container:before {
	text-align: center;
}

div#homepage-postal-code .heading {
	line-height: 1.3em;
	margin: 10px 0;
}

div#homepage-postal-code .heading.three {
	font-size: 150%;
}

div#homepage-postal-code .heading.two {
	font-weight: bold;
	font-size: 200%;
}

div#homepage-postal-code .icon {
	width: 100px;
	margin: 0 auto;
}

div#homepage-postal-code div.tab-container {
	width: 545px;
	margin-top: 118px;
}

div#homepage-postal-code .search-field {
	max-width: 75%;
	margin: 0 auto;
	text-align: left;
}

div#homepage-postal-code form.notify input[type=search] {
	max-width: 100%;
}


div#homepage-postal-code .postal-code-button .btn {
	/*border: 0;*/
	display: inline-block;
	font-size: 110%;
	/*font-weight: bold;*/
	margin: 20px 0;
	padding: 9px 10px;
	position: relative;
	width: calc(100% - 21px);
	text-align: center;
}

div#homepage-postal-code .postal-code-button .btn:after {
	right: -48px;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #ee3b36;
	border-width: 23px;
	margin-top: -23px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

div#homepage-postal-code .postal-code-button .btn:hover:after {
	border-left-color: #595757;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

div#homepage-party-platform-comparison {
	background-color: #edeae8;
}

div#homepage-party-platform-comparison,
div#homepage-party-platform-comparison .wrapper {
	text-align: center;
}
div#homepage-party-leader-rating,
div#homepage-party-leader-rating .wrapper{
	text-align: center;
    display: flex;
    justify-content: center;

}


.party-container {
	border-top: 2px solid #cbcbcb;
	max-width: 1050px;
	margin: 40px auto;
}

div#homepage-party-platform-comparison .wrapper.inside .party-container {
	margin-top: 28px;
}

.logo-container {
	display: flex;
	flex-direction: row;
	/*align-items: center;*/
	justify-content: center;
	/*max-width: 1050px;*/
	/*margin: 40px 0;*/
}

.logo-container .logo {
	align-items: center;
	background-color: #ffffff;
	border-right: 2px solid #cbcbcb;
	border-bottom: 2px solid #cbcbcb;
	display: flex;
	flex-grow: 1;
	justify-content: center;
	padding: 20px;
	max-width: 265px;
}

.logo-container .logo:first-child {
	border-left: 2px solid #cbcbcb;
}

div#homepage-party-platform-comparison .title-container {
	background-image: url('../images/long-arrow.png');
	background-size: 100% 138px;
	background-repeat: no-repeat;
	background-position: center -2px;
	border: 2px solid #cbcbcb;
	background-color: #ffffff;
	display: block;
	padding: 40px 0;
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

div#page-section-party-comparison-5 .title-container{

	background-image: url('../images/long-arrow.png');
	background-size: 100% 138px;
	background-repeat: no-repeat;
	background-position: center -2px;
	border: 2px solid #cbcbcb;
	background-color: #ffffff;
	display: block;
	padding: 40px 0;
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	text-align: center;
}

div#homepage-party-platform-comparison .wrapper.inside {
	padding-top: 35px;
	padding-bottom: 1px;
}
div#page-section-party-comparison-5 .wrapper.inside{

	padding-top: 35px;
	padding-bottom: 1px;
}
div#page-section-party-comparison-5 .party-container .title-container:after {

	background-image: url('../images/bottom-arrow.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
	content: "";
	display: block;
	width: 100%;
	height: 43px;
	margin-top: -2px;
	position: absolute;
	left: 0;
	bottom: -43px;
}

div#homepage-party-platform-comparison .party-container .title-container:after {
	background-image: url('../images/bottom-arrow.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
	content: "";
	display: block;
	width: 100%;
	height: 43px;
	margin-top: -2px;
	position: absolute;
	left: 0;
	bottom: -43px;
}
div#page-section-party-comparison-5.wrapper.inside .party-container:after{
	ackground: none;
}

div#page-section-party-comparison-5.wrapper.inside .party-container .title-container{
	position: relative;
}
div#homepage-party-platform-comparison .wrapper.inside .party-container:after {
	background: none;
}

div#homepage-party-platform-comparison .wrapper.inside .party-container .title-container {
	position: relative;
}

div#homepage-party-platform-comparison .wrapper.inside .party-container .title-container:after {
	background-image: url('../images/bottom-arrow.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
	content: "";
	display: block;
	width: 100%;
	height: 43px;
	margin-top: -2px;
	position: absolute;
	left: 0;
	bottom: -43px;
}

div#page-section-party-comparison-5  .wrapper.inside .party-container .title-container:after{
	background-image: url('../images/bottom-arrow.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
	content: "";
	display: block;
	width: 100%;
	height: 43px;
	margin-top: -2px;
	position: absolute;
	left: 0;
	bottom: -43px;
}

div#homepage-party-platform-comparison .wrapper.inside .heading.one {
	font-size: 240%;
}

div#homepage-party-platform-comparison .title-container .heading {
	/* display: inline-block;
	margin: 0px 24px; */


}

/* div#homepage-party-platform-comparison .title-container .heading:after {
	content: "•";
	color: #ee3b36;
	padding: 0 40px;
	display: inline-block;
} */

div#homepage-party-platform-comparison .title-container .heading:last-child:after {
	content: "";
	padding: 0;
}

div#homepage-party-leader-rating {
	background-color:rgb(169, 10, 10);
	/* background-image: url('../images/spotlight.png'); */
	background-size:auto;
	background-repeat: no-repeat;
	background-position: top -10px right -140px ;
	min-height: 300px;
	color: #ffffff;
}

div#homepage-party-leader-rating .heading {
	color: #ffffff;
}

#homepage-party-leader-rating .heading.one {
	margin: calc(1.5em - 40px) 1.5em;
	font-weight: 500;
}

div#homepage-party-leader-rating .heading.two {
	color: #ffffff;
	/* font-size: 110%; */
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	padding-bottom: 60px;
}

.leader-container {
	/* display: flex; */
	flex-direction: row;
	justify-content: center;
	/* margin: 40px 0; */
}

.card {
	/*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
	transition: 0.3s;
	padding: 0 20px;
	display: flex;
	justify-content: center;
}

.card:hover {
	/*box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);*/
}

.card img {
	max-width: 650px;
}

.card .card-text {
	/* background-color: #f3f3f3; */
	color: #fff;
	padding: 10px 15px;
	width: 100%;
}

.card .card-text h4,
.card .card-text p {
	margin: 5px 0;
}

.card .card-button {
	background-color: #ffffff;
	padding: 15px;
}

.card .card-rating {
	text-align: right;
	margin-top: -25px;
	margin-bottom: 20px;
}

.card .card-rating img {
	width: 90px;
}

/*--- TABS ---*/

div.tab-container {
	display: inline-block;
}

ul.tabs,
ul.ui-tabs-nav {
	/*border-bottom: 1px solid #ebe8e8;*/
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.ui-tabs-nav {
	background-color: #231f20;
	display: inline-block;
	margin: 0 15px!important;
}

ul.tabs li {
	background-color: #dddddd;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	display: inline-block;
	padding: 10px 10px;
	cursor: pointer;
	color: #231f20;
	text-align: center;
	width: 33.333%;
}

ul.ui-tabs-nav li {
	background-color: #dddddd;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	display: inline-block;
	padding: 6px 18px;
	cursor: pointer;
	color: #231f20;
	text-align: center;
}

ul.tabs li a,
ul.ui-tabs-nav li a {
	color: #8b8b8b;
}

ul.tabs li.current,
ul.ui-tabs-nav li.r-tabs-state-active{
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #231f20;
	margin-bottom: -2px;
}

ul.tabs li.current a,
ul.ui-tabs-nav li.r-tabs-state-active a{
	color: #231f20;
}

ul.tabs li:last-child,
ul.ui-tabs-nav li:last-child{
	margin-right: 0;
}

ul.tabs li.current:last-child,
ul.ui-tabs-nav li.current:last-child{
	margin-right: 0;
}

body#home .tab-content{
	display: none;
	background: #fff;
	padding: 30px 15px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 20px 0px rgb(100, 4, 4);
	-moz-box-shadow: 0px 0px 20px 0px rgba(100, 4, 4);
	box-shadow: 0px 0px 20px 0px rgb(100, 4, 4);
}

body#home .tab-content.current{
	display: block;
}


/*--- CALL TO ACTION ---*/

#cta-container {
	border-bottom: 2px solid #e2e2e2;
	color: #231f20;
	background-image: url( '../images/question-mark.png' );
	background-size: 200px auto;
	background-position: calc(50% + 200px) center;
	background-repeat: no-repeat;
	padding: 40px 0;
	text-align: left;
}

#cta-container.party-comparison-print {
	background-image: url('../images/printer.png');
}

#cta-container.endorsed-list {
	background-image: url('../images/printer.png');
}

#cta-container.leader-print-card {
	background-color: #fff;
	background-image: url('../images/printer.png');
	margin-bottom: 25px;
}

#cta-container .heading.one {
	color: #231f20;
	text-transform: none;
}

#cta-container .btn {
	margin: 0 20px;
	padding: 11px;
	width: 174px;
}

#cta-container hr {
	border-top: 2px solid #ffffff;
	width: 10%;
	margin: 20px auto;
}

.cta-content {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.cta-button {
	text-align: center;
	flex-grow: 1;
}

.cta-button a.btn span {
	display: block;
	font-size: 8pt;
	margin: 10px 0 0;
}

/*--- NAVIGATION ---*/


div.navigation-container {
	color: #dedede;
	text-align: center;
	display: inline-block;
	/*font-family: 'Raleway', Trebuchet MS, Helvetica, sans-serif;*/
	font-size: 110%;
	padding: 12px 5px;
	margin: 20px auto 20px auto;
	width: 100%;
	border-top: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
}

div.navigation-container a {
	color: #191819;
	padding: 6px;
	text-decoration: none;
	font-size: 13pt;
}

div.navigation-container span {
	color: #ddc99f;
	padding: 6px;
	font-size: 110%;
}

/*--- FOOTER ---*/

#footer-container {
	background-color: #ffffff;
	color: #231f20;
	padding: 40px 0;
	text-align: left;
}

#footer-container a {
	color: #231f20;
	margin: 0;
	text-decoration: none;
}

#footer-container p {
	color: #231f20;
	margin: 5px 0;
}

.footer-title {
	font-size: 105%;
	font-weight: bold;
}

.footer-logo {
	max-width: 85%;
}

.footer-logo.clc {
	margin: 10px auto;
	max-width: 60%;
}

.copyright {
	font-size: 75%;
	margin-top: 85px;
	text-align: center;
}

.footer-item-container .links {
	column-count: 2;
}

.footer-item-container .links a {
	display: block;
}

.footer-item-container .search-field {
	margin: 20px 0;
}

.search-field form.notify input[type=search] {
	border: 4px solid #ebebeb;
	vertical-align: middle;
	max-width: calc(100% - 77px);
}

.footer-item-container .search-field button {
	height: 52px;
	vertical-align: middle;
}

.social-media-buttons {
	position: relative;
	text-align: left;
	margin: 10px 0;
}

.social-button {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-size: 33px auto;
	background-position: center;
	/*	border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;*/
	display: inline-block;
	height: 35px;
	text-align: left;
	text-indent: -9999px;
	vertical-align: middle;
	width: 35px;
}

a.social-button {
	position: relative;
}

a.social-button img {
	position: absolute;
	top:0;
	right:0;
}

.social-button:hover {
	background-color: #eae8e5;
}

.social-button img {
	height:100%;
	width: 100%;
	padding:2px;
	display:block;
}

.social-button.google_plus img {
	padding: 6px;
}

.social-button.youtube img {
	padding: 4px;
}

.social-button.instagram img {
	padding: 4px;
}

.social-button svg g {
	fill: #010101;
}

.social-button.alt svg g {
	fill: #ffffff;
}

/*--- TABLE ---*/


#content-container table {
	width: 100%;
	padding: 0 10px;
	margin-bottom: 10px;
}

#content-container th {
	background-color: #303030;
	color: #ffffff;
	/*text-align: center;*/
	text-transform: uppercase;
	padding: 15px 10px;
	/*font-size: 100%;*/
	letter-spacing: 3px;
}

#content-container th a {
	color: #ffffff;
}

#content-container tr {
	background-color: #ffffff;
}

#content-container tr:nth-child(even) {
	background-color: #f3f3f3;
}

/*#content-container tr td:first-child {
	max-width: 125px;
}*/

#content-container td {
	padding: 15px 10px;
	font-size: 12pt;
}

#content-container td.mop {
	background-image: url(/shared/skins/default/images/elections/score_check_faded.png);
	background-repeat: no-repeat;
	background-position: 25% center;
	background-size: auto 50%;
	font-size: 110%;
	font-weight: bold;
}

#content-container td.mop span{
	font-size: 90%;
	font-weight: normal;
}

#content-container td.score a {
	font-family: "Permanent marker", sans-serif;
}

#content-container td.prov,
#content-container td.score,
#content-container td.volunteer,
#content-container td.compare,
#content-container td.lawn {
	text-align: center;
}

#content-container td.volunteer img,
#content-container td.compare img {
	max-height: 50px;
}

#content-container td.lawn img {
	max-height: 60px;
}


/*--- OTHER ---*/


/**
* Message Boxes
*/

div.msg-error,
div.msg-success,
div.msg-warning,
div.msg-information,
div.msg-question {
	background-repeat: no-repeat;
	background-position: 34px center;
	color: #f5f5f5;
	padding: 17px 10px 17px 104px;
	text-align: left;
	margin-bottom: 10px;
	min-height: 40px;
}

div.msg-error {
	background-image: url( '../images/message-error-bg.png' );
	background-color: #dd2327;
	border: 6px solid #f7464a;
}

div.msg-information {
	background-image: url( ../images/message-info-bg.png );
	background-color: #5f5f5f;
	border: 6px solid #291d11;
}

div.msg-question {
	background-image: url( ../images/message-question-bg.png );
	background-color: #007d7b;
	border: 6px solid #46bfbd;
}

div.msg-success {
	background-image: url( '../images/message-success-bg.png' );
	background-color: #5ba800;
	border: 6px solid #79dd03;
}

div.msg-warning {
	background-image: url( '../images/message-warning-bg.png' );
	background-color: #fdb45c;
	border: 6px solid #fdce5c;
	color: #291d11;
}

div.msg-error a,
div.msg-success a,
div.msg-warning a,
div.msg-information a,
div.msg-question a {
	color: inherit;
	text-decoration: underline;
}

span.input-error,
span.form-error {
	color: #C20000;
	display: block;
	margin: 5px;
}

.clear {
	clear: both;
}

/* form styles */

.btn {
	background-color: #ee3b36;
	border: 2px solid #ee3b36;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 10pt;
	letter-spacing: 2px;
	line-height: normal;
	padding: 11px 32px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-appearance: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn:hover {
	border: 2px solid #595757;
	background-color: #595757;
	color: #ffffff;
}

.btn.alternate {
	border: 2px solid #595757;
	background-color: #ffffff;
	color: #595757;
}

.btn.alternate:hover {
	border: 2px solid #595757;
	background-color: #595757;
	color: #ffffff;
}

.btn.go {
	border: 2px solid #252324;
	background-color: #252324;
	color: #ffffff;
	padding: 11px 22px;
}

.btn.go:hover {
	border: 2px solid #595757;
	background-color: #595757;
	color: #ffffff;
}

.btn.search {
	background-image: url('../images/magnify.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px auto;
	border: 2px solid #252324;
	background-color: #252324;
	color: #ffffff;
	padding: 9px 22px;
	text-indent: -9999px;
	width: 48px;
	height: 48px;
}

.btn.search:hover {
	border: 2px solid #595757;
	background-color: #595757;
	color: #ffffff;
}

.btn.small {
	font-size: 80%;
	padding: 9px 22px;
}

.btn.green {
	border: 2px solid #85dc37;
	background-color: #85dc37;
	color: #ffffff;
}

.btn.green:hover {
	border: 2px solid #595757;
	background-color: #595757;
	color: #ffffff;
}

#map {
	height: 350px;
}

div.input {
	margin: 7px 0;
}

select.form,
input[type=text].form,
textarea.form,
form.notify select,
form.notify input[type=text],
form.notify input[type=email],
form.notify input[type=search],
form.notify input[type=password],
form.notify textarea {
	background: #ffffff; /* Old browsers */
	border: 1px solid #595757;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #00264c;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 10pt;
	margin: 0px;
	max-width: 400px;
	padding: 13px 15px;
	width: 100%;
}

form.notify .input > label {
	display: block;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding-bottom: 5px;
}

form.notify label.inline {
	display: inline-block;
	text-transform: none;
}

form.notify label.inline.attestation {
	text-transform: none;
}

form.notify label.error {
	color: red;
	display: block;
}

form.notify div.submit {
	margin-top: 45px;
}

.main-search-field {
	margin: 20px 0;
}

.search-field.level-search {
	display:flex;
	justify-content: flex-end;
	margin: 20px 0;
}

.search-field.level-search #level-form {
	display: flex;
}

.search-field.level-search #level-form .postal-code-button {
	border: 2px solid #ee3b36;
}

.search-field.level-search #level-form .postal-code-button:hover {
	border-color: #595757;
}

img.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	max-width: 460px;
	height: auto!important;
}

img.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	max-width: 460px;
	height: auto!important;
}

.two-up-grid {
	margin: 0;
	display: grid;
	display:-ms-grid;
	height: 100%;
	width: 100%;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
}

.two-up-grid:nth-of-type(1)  {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.two-up-grid:nth-of-type(2)  {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}

p.download-pdf {
	margin: 45px 0 0;
	text-align: center;
}

form.send-postal {
	text-align: left;
}

form.notify.send-postal .field > label {
	padding-bottom: 0;
}

form.notify.send-postal .input {
	margin: 0 0 15px 0;

}

form.notify.send-postal .col-xs-12 .input input[type="text"] {
	max-width: 975px;
}

form.notify.send-postal .col-xs-12.col-sm-6 .input input[type="text"] {
	max-width: 400px;
}

form.notify.send-postal .selectric-wrapper {
	max-width: 400px;
}

form.notify.send-postal .selectric {
	border-width: 1px;
	border-color: #595757;
}

form.notify.send-postal .selectric .button::before {
	border-width: 1px;
	border-color: #595757;
	border-right: none;
}

.code-not-found .no-green-solution {
	background-color: #eee;
}

.card-name{
	color:#fff;
	font-size: 30px;
	font-weight: normal;
}

.card-party{
	color:#fff;
	font-size: 20px;
	font-weight: normal;
}

.card-city{
	color:#fff;
	font-size: 20px;
	font-weight: normal;
}

.card-ward{
	color:#fff;
	font-size: 16px;
	font-weight: normal;
}

.issue-sub-title{
	color: #6D6D6D;
	margin-top: 70px;
	text-transform: none;
}

.home-page-spotlight-text {
	max-width: 50%;
}

.background-spotlight {
	background-image: url(../images/Red-Spot-Light.jpeg) !important;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 100px;
}

@media only screen and (max-width: 600px) {
	div#homepage-postal-code {
		height: auto;
	}
}

.background-spotlight{
	background: #a90a0a;
	padding: 100px 100px;
}

.spotlight-section{
	margin: 0px 10px;
}

.background-spotlight-items{
	display: flex;
	justify-content: center;
}

.spotlight-details {
	text-align: left;
}

.spotlight-text{
	color: #fff;
	font-size: 25px;
}

.spotlight-inner-text{
	color: #000;
	font-size: 20px;
}

@media only screen and (max-width: 768px) {
	.background-spotlight-items{
		display: block;
		padding: 20px 20px;
		text-align: center;
	}
}

/** Search Results **/