#content {
/*     padding: 60px 75px; */
/*     padding: 30px 75px 60px; */
/*     line-height: 1.3em; */
    
    padding-top: 30px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}
    
body {
	-webkit-font-smoothing: antialiased;
	font-family: 	sans-serif;
}

/* Fonts */
@font-face {
	font-family: 	'pacifico';
	src: 			url(../fonts/pacifico/Pacifico.ttf);
}

@font-face {
	font-family: 	'FrankGotExtCon';
	src: 			url(../fonts/Franklin_Gothic/FranklinGothicExtraCond.otf);
}

/* View Container */
.container {
	width: 		980px;
	margin: 	auto;
	background: white;
	padding: 	20px 0;
}

/* Text Styling */
.red {
	color: rgb(177, 33, 22);
}

a {
color: #01999e;
}

/* Headings */
.content h1 {
	font-family: 	'Oswald';
	font-weight: 	700;
}

.content h2 {
	margin: 		0;
	padding-bottom: 	5px;
	color: 			#AF2C25;
	font-size: 		27px;
	text-transform: uppercase;
	font-family: 	'Oswald';
	font-weight: 	400;
	letter-spacing: 3px;
}

h3 {
	text-align: 	center;
	font-size: 		18px;
	margin: 		0;
	padding:		0;
	margin-top:		20px;
	margin-bottom:	10px;
		font-family: 	'Oswald';
	font-weight: 	300;
}

h3 span.preposition {
	font-family: 'pacifico';
	font-weight: lighter;
}

h3:before {
	content: 	"\2014";
	position: 	relative;
	right:		10px;
	font-size: 	30px;
	top:		5px;
	color: 		#535654;
}
h3:after {
	content: 	"\2014";
	position: 	relative;
	font-size: 	30px;
	left: 		10px;
	top: 		5px;
	color: 		#535654;
}

/* Dropdown Styling */
.dropdown-container {
	margin: 		20px 0;
	padding: 		20px 0;
	text-align: 	center;
}
.dropdown-container h4 {
	font-family: 	sans-serif;
	font-weight: 	bold;
	text-align: 	center;
	font-size: 		18px;
	margin: 		0;
	margin-bottom:	15px;
}
.dropdown-container select {
	-webkit-border-radius: 2px;
	-moz-border-radius:2px;
	border-radius:	2px;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:		none;
    padding:		10px;
    margin: 		0;
    margin-top:		10px;  
    background: 	#8bbebd;
    color:			#000;
    border:			none;
    outline:		none;
    display: 		inline-block;

    cursor:			pointer;
    padding-right: 	70px;
    font-size: 		12px;
    font-weight: 	bold;
}
.dropdown-container label {
	position:		relative;
	display:		inline;
}
.dropdown-container label:after {
    content:		'\25be';
    font-size:		14px;
    color:			#000;
    right:			8px; 
    top:			2px;
    padding:		0 0 2px;
    position:		absolute;
    pointer-events:	none;
}
.dropdown-container label:before {
    content:		'';
    right:			6px; 	
    top:			0px;
    width:			20px; 	
    height:			20px;
    background:		#8bbebd;
    position:		absolute;
    pointer-events:	none;
    display:		block;
}

/* Columns */
.columns {
	text-align: left;
	float: left;
	padding-bottom: 44px;
}
.columns:before,
.columns:after {
    content: 	" ";
    display: 	table;
}

.columns:after {
    clear: 		both;
}
.columns .column {
	float:		left;
	display: 	inline-block;
}
.columns .column.column-2 {
	width: 50%;
	text-align : center;
}

.column.column-2 {
	padding-right: 30px;
}
.columns-1
{
	width: 200px;
}

/* Custom Headings */
.section-heading {
	background-image: 		url('../img/separator1.png');
	background-repeat: 		no-repeat;
	background-position: 	center center;
	text-align: 			center;
}
.section-heading-text {
	background-color: #fff;
	padding: 		40px 30px;
	color: 			#000;
	display: 		inline-block;
	text-align: 	center;
	font-size: 		22px;
	font-weight: 	bold;
	margin: 		auto;
}


.summary-heading {
	background-image: 		url('../img/separator1.png');
	background-repeat: 		no-repeat;
	background-position: 	center center;
}
.summary-heading-box {
	background-color: 	rgb(0,93,152);
	width: 				500px;
	margin: 			20px auto;
	padding: 			10px;
}
.summary-heading-box h2 {
	margin: 		0;
	margin-top:		10px;
	margin-bottom: 	3px;
	color: 			white;
}
.summary-heading-box .summary-heading-border {
	border: solid 1px rgba(255,255,255,0.5);
}


/* Line Separators */
.separator {
	position: 	relative;
	width: 		300px;
	border-top: solid 1px rgba(0,0,0,0.9);
	margin: 	auto;
	margin-bottom: 10px;
}
.separator.small {
	width: 80px;
}
.separator.red {
	border-top: solid 1px rgb(177, 33, 22);
}
.separator.arrow {
	margin-bottom:40px;
}
.separator.arrow:after, .separator.arrow:before {
	top: 		100%;
	left: 		50%;
	border: 	solid transparent;
	content: 	" ";
	height: 	0;
	width: 		0;
	position: 	absolute;
	pointer-events: none;
}
.separator.arrow:after {
	border-color: 		rgba(136, 183, 213, 0);
	border-top-color: 	rgb(177, 33, 22);
	border-width: 		15px;
	margin-left: 		-15px;
}
.separator.arrow:before {
	border-color: 		rgba(0, 0, 0, 0);
	border-top-color: 	rgb(177, 33, 22);
	border-width: 		16px;
	margin-left: 		-16px;
}

.small_link {
	font-size: 11px;
}

/* Table Styling */
table {
	width: 			64%;
	margin:			auto;
	border-collapse: collapse;
	text-align: 	left;
	float: left;
}
table thead tr {
	background-color: 	rgb(0,93,152);
	color: 				white;
	border: 			solid 1px #FFF;
}
table thead tr th {
	padding: 		14px;
	font-size:		14px;
	background-color: #535654;
	font-family: 	'Open Sans';
	font-weight: 	600;
}
table thead tr th .extra {
	font-size:		14px;
	font-weight: 	lighter;
	font-style: 	italic;
}
table thead tr th.highlight {
	padding: 		10px;
	font-size:		14px;
}
table thead tr th.condensed {
	width: 70px;
	font-family: 	'Open Sans';
	font-weight: 	600;
	font-size:		14px;
}

table tbody tr td {
	padding: 		10px;
	font-size:		13px;
	border: 		solid 1px #FFF;
	background-color: #EFEFEF;
	font-family: 	'Open Sans';
	font-weight: 	400;
}
table tbody tr td .extra {
	font-size:		10px;
	font-weight: 	lighter;
	font-style: 	italic;
}
table tbody tr td.highlight {
	padding: 		10px;
	font-weight: 	bold;
}
table tbody tr td.condensed {
	width: 70px;
}

.result_heading
{
	padding: 5px 30px; 
	color:#fff;
	font-family : "dinpro_medium";
}

.french_result_heading
{
	padding: 5px 11px; 
	color:#fff;
	font-family : "dinpro_medium";
}

.selected
{
	background-color:#AF2C25;
}

.unselected
{
	background-color:#535654;
}

.content a
{
	color: #AF2C25;
	text-transform: uppercase;
}

.select-navigation {				
	font-size: 20px;
 	min-width: 400px;	
   	max-width:100%;
	height: 56px;
	color: #555;
	margin: 10px 0px;
   	background-color:#fff;
  	 background-position: 95% center;
   	background-repeat: no-repeat;
   	border: 1px solid #ccc;
   	color: #555;
}

#riding_table, #candidate_table, #school_table
{
	width: 64%;
}

.right {
	text-align: right;
}

/* 
.language {
	color: #FFF;
	background-color: #000;
}
 */

.language_div
{
	position: relative;
	text-align: right;
	right: -4%;
}

@media only screen and (max-width : 1199px) { 
    
	.footer .elections {
		float: none;
		position: absolute;
		width: 240px;
		top: 160px;
		right : unset;
		/* right: 60px; */
	}

	.footer .elections-logo {
		display: inline;
	}

	.footer .elections-text {
		display: inline;
	}
	
	.footer .elections-logo object {
		height: 65px;
	}
	
	.footer .elections-text {
		padding-bottom: 21px;
	}

	.columns .column.column-2 {
		width: 100%;
		text-align : center;
	}
	
	.select-navigation {				 
		font-size: 20px;
		min-width: 300px;	
		max-width:300px;
		height: 45px;
		color: #555;
		margin: 10px 0px;
		background-color:#fff;
		 background-position: 95% center;
		background-repeat: no-repeat;
		border: 1px solid #ccc;
		color: #555;
	}
}