﻿@charset "UTF-8";
/* TDSBweb: Skin.css */
/*------------------------------------------------*/
/* FONT STYLE */
/*------------------------------------------------*/

.button-box-central {
	margin: 0 auto;
	width: 20%;
}

.container {
	width: 100%;
	clear: left;
}

.center-div > p {
	text-align: center;
}

<!-- Hidden paragraphs -->
#more-text {
	display: none;
}

#read-more-button, #view-voting-positions {
	background-color: orange;
	border: none;
	color: white;
	text-decoration: none;
	padding: 5px 16px;
	margin: 4px 2px;
	cursor: pointer;
}

.left-col-title {
	font-size: 1.5em
}

.left-column {
	display: inline-block;
	margin-right: 60px;
	vertical-align: top;
	width: 45%;
}

.right-col-title {
	font-size: 1.5em
}

.right-column {
	display: inline-block;
	vertical-align: top;
	width: 45%;
}

#voting-positions {
	display: none;
}

#voting-positions1 {
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
}

#voting-positions2 {
	display: inline-block;
	vertical-align: top;
}

.executive-candidates, .lc-candidates {
	font-size: 1.7em;
	color: #ff751a;
	text-align: center;
}

#executiveLink {
	width: 45%;
	margin: 0 auto;
}

.lc {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 20px;
}

.label {
	text-align: center;
}

.school-search {
	margin-top: 10px;
	width: 37%;
	height: 45px;
	border-color: #ff751a;
	font-size: 1.3em;
	max-width: 500px;
	min-width: 250px;
}

.search-table {
	width: 100%;
	max-width: 1400px;
	text-align: center;
}

::-webkit-input-placeholder {
	text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
	text-align: center;
}

::-moz-placeholder { /* Firefox 19+ */
	text-align: center;
}

:-ms-input-placeholder {
	text-align: center;
}


/*Media Queries
@media screen and (min-width: 690px) and (max-width: 1000px) {
	.container {
		width: 75%;
	}

	.center-div > p {
		margin-right: 35%;
	}

	.button-box-central {
		margin-right: 57%;
	}

	.executive-candidates, .lc {
		margin-right: 35%;
	}

	#executiveLink {
		margin-right: 45%;
	}

	.school-search {
		width: 55% !important;
	}
}

@media screen and (min-width: 400px) and (max-width: 689px) {
	.container {
		width: 65%;
	}

	.center-div > p {
		text-align: left;
	}

	.button-box-central {
		margin: 0;
	}

	.executive-candidates {
		font-size: 1.3em;
		text-align: left;
	}

	.lc-candidates {
		text-align: left !important;
		font-size: 1.3em;
	}

	.label {
		text-align: left !important;
		width: 70%;
	}

	#executiveLink {
		width: 30%;
		height: 50px;
		float: left;
		clear: both;
		background-color: #e6ffff;
	}

	.school-search {
		float: left;
		width: 42% !important;
	}

	.search-table {
		clear: both;
		width: 40% !important;
	}
}

@media screen and (max-width: 399px) {
	.container {
		width: 44%;
	}

	.center-div > p {
		text-align: left;
		width: 20%;
	}

	.button-box-central {
		margin: 0;
	}

	.executive-candidates {
		font-size: 1.4em;
		text-align: left;
		width: 20%;
	}

	.lc-candidates {
		font-size: 1.4em;
		text-align: left !important;
		width: 20%;
		float: none !important;
	}

	.label {
		text-align: left !important;
		width: 20%;
	}

	#executiveLink {
		background-color: #e6ffff;
		width: 25%;
		height: 55px;
		float: left;
		clear: both;
	}

	.school-search {
		font-size: 1.2em;
		width: 100% !important;
	}

	.search-table {
		clear: both;
		width: 20% !important;
	}
}
	*/
