/* Encorp Pacific (Canada) 2011 Site Design (2015 Responsive Revision) - FAQs Page CSS */
/* Last Updated: 2015.05.07 ET */

@import url(encp0100.css);

ul.brandsectors {
	position: relative;
	overflow: hidden;
	list-style: none;
	margin: 1em 0em;
	padding: 0em 10px 0px 0px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.brandsectors > li {
	float: left;
	box-sizing: border-box;
	max-width: 240px;
	padding: 0px 10px 0px 0px;
	border-right: 3px solid rgb(220,220,220);
	border-bottom: 3px solid rgb(220,220,220);
	margin-right: 10px;
	margin-bottom: 20px;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

ul.brandsectors > li > h3 {
	box-sizing: border-box;
	width: 100%;
}

ul.brandsectors > li > ul {
	list-style: none;
	margin: 1em 0em;
	padding: 0em;
}

ul.brandsectors > li > ul > li {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: 0.75em;
}

ul.brandsectors > li > ul a, ul.brandsectors > li > ul a:visited {
	color: black;
	text-decoration: none;
}

ul.brandsectors > li > ul a:hover {
	color: rgb(0,53,173);
	text-decoration: underline;
}