@font-face{ 
	font-family: 'hcoblack';
	src: url('https://www.thepowerpages.ca/fonts/helvetica-condensed-blackobl-1-webfont.eot');
	src: url('https://www.thepowerpages.ca/fonts/helvetica-condensed-blackobl-1-webfont.eot?#iefix') format('embedded-opentype'),
	     url('https://www.thepowerpages.ca/fonts/helvetica-condensed-blackobl-1-webfont.woff') format('woff'),
	     url('https://www.thepowerpages.ca/fonts/helvetica-condensed-blackobl-1-webfont.ttf') format('truetype'),
	     url('https://www.thepowerpages.ca/fonts/helvetica-condensed-blackobl-1-webfont.svg#webfont') format('svg');
}
@font-face{ 
	font-family: 'hco';
	src: url('https://www.thepowerpages.ca/fonts/helvetica-condensed-lightobl-webfont.eot');
	src: url('https://www.thepowerpages.ca/fonts/helvetica-condensed-lightobl-webfont.eot?#iefix') format('embedded-opentype'),
	     url('https://www.thepowerpages.ca/fonts/helvetica-condensed-lightobl-webfont.woff') format('woff'),
	     url('https://www.thepowerpages.ca/fonts/helvetica-condensed-lightobl-webfont.ttf') format('truetype'),
	     url('https://www.thepowerpages.ca/fonts/helvetica-condensed-lightobl-webfont.svg#webfont') format('svg');
	     
}

img {
	border: 0;
}
.regpad {
	padding-top: 2.5rem; 
	padding-bottom: 2rem;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 100%;
	background-color: #eee;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 16px;
	font-weight: 100;
	overflow: visible;
	height: auto;
	display: block;
	min-width: 75.5em;
}
.header {
	width: 90%;
	height: 5em;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #1f1f1f;
	z-index: 2000;
	position: fixed;
	top: 0;
}
.logo {
	height: 3em;
	margin: 1em;
	1max-width: 20.3125em;
}
.subtypes {
	display: none; 
	height: 30px; 
	width: 300px;  
	line-height: 30px; 
	position: absolute; 
	top: 1.875rem;
	left: 0; 
	color: white; 
	background-color: none;
}
.typeslist:hover .subtypes {
	display: block;
}
.navlist {
	position: absolute;
	bottom: 12px;
	right: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}
.navlist li {
	width: auto;
	padding: 0.3125rem 0.5rem 0.3125rem 0.5rem;
	text-align: center;
	float: left;
	color: white;
	font-size: 0.875em;
	cursor: pointer;
	font-weight: 200;
}
.navlist li:hover {
	color: #ffde00;
}
.search {
	position: fixed; 
	top: 5rem;
	width: 90%;
	height: 2em;
	background-color: #ffde00;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	z-index: 2000;
	overflow: visible;
}
input[type=text], input[type=password] {
	height: 1.875rem;
	border-radius: 0.1875rem;
	font-size: 0.875rem;
	font-weight: 100;
	border: 1px solid #e5e5e5;
}
input[type=submit], input[type=button] {
	margin-top: 10px;
	border-radius: 0.1875rem;
	font-size: 0.875rem;
	padding-right: 10px;
	padding-left: 10px;
}

input[type=submit], input[type=button] {
	height: 2em;
	background-color: #ffde00;
	border: none;
}
button {
	display: block;
	height: 2em;
	background-color: #ffde00;
	border: none;
	border-radius: 5px;
	font-size: 1rem;
	padding-right: 5px;
	padding-left: 5px;
}

select {
	height: 1.875rem;
	border-radius: 0.1875rem;
	font-size: 0.875rem;
	font-weight: 100;
	border: 1px solid #e5e5e5;
	background-color: white;
}
.searchArea, .searchField {
	width: 33%;
	height: 30px;
	border-radius: 3px;
	margin-right: 1%;
	font-size: 0.875rem;
	font-weight: 100;
	border: none !important;
}
.searchArea:focus, .searchField:focus{
	opacity: 1;
}
.searchArea {
	background: url(/icons/location.png) no-repeat scroll 0px 0px;
	background-size: 1.875rem 1.875rem;
	background-color: white;
	padding-left: 2.1875rem;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.searchField {
	background: url(/icons/search.png) no-repeat scroll 0px 0px;
	background-size: 1.875rem 1.875rem;
	background-color: white;
	padding-left: 2.1875rem;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.searchBtn {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 12%;
	height: 1.875rem;
	1border: 2px solid #1f1f1f;
	border: none;
	padding: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	border-radius: 0.1875rem;
	font-size: 0.8rem;
	text-transform: uppercase;
	background-color: #1f1f1f !important;
	color: white;
	font-weight: bold;
	cursor: pointer;
}
.searchBtn:hover {
	background-color: #3f3f3f;
}

.searchFieldBox {
	display: inline-block; 
	position: relative; 
	width: 33%; 
	margin-left: 1%; 
	margin-right: 1%; 
	overflow: visible;
}
.searchAreaBox {
	display: inline-block; 
	position: relative; 
	width: 33%; 
	margin-right: 1%; 
	overflow: visible;
}

.navigation {
	width: 90%;
	height: 25%;
	min-height: 15.625em;
	text-align: center;
	padding-left: 5%;
	padding-right: 5%;
}
.banner {
	height: 280px;
	clear: both;
	margin-top: 80px; 
	padding-right: 0; 
	padding-left: 0; 
	width: 100%; 
	position: relative; 
	background: #ffffff;
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://www.thepowerpages.ca/images/Covers-Fanned.png'), -moz-linear-gradient(top,  #ffffff 0%, #ffde00 100%);
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://www.thepowerpages.ca/images/Covers-Fanned.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffde00));
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://www.thepowerpages.ca/images/Covers-Fanned.png'), -webkit-linear-gradient(top,  #ffffff 0%,#ffde00 100%);
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://www.thepowerpages.ca/images/Covers-Fanned.png'),  -o-linear-gradient(top,  #ffffff 0%,#ffde00 100%);
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://www.thepowerpages.ca/images/Covers-Fanned.png'),  -ms-linear-gradient(top,  #ffffff 0%,#ffde00 100%);
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://www.thepowerpages.ca/images/Covers-Fanned.png'),  linear-gradient(to bottom,  #ffffff 0%,#ffde00 100%);
	filter: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://www.thepowerpages.ca/images/Covers-Fanned.png'), progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffde00',GradientType=0 );
	background-repeat: no-repeat;
	background-position: center;
	border: none;
}
.content-large {
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 57.5%;
	border: 1px solid #ddd;
	background-color: #fff;
	1border-radius: 5px;
	padding-right: 0.75rem;
	margin-right: 2.5%;
	padding-top: 1rem;
	margin-top: 1.5rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	padding-left: 0.75rem;
	font-size: 0.875rem;
	float: left;
	box-shadow: 0 5px 8px rgba(0,0,0,0.06);
}
.content-medium {
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 40%;
	border: 1px solid #ddd;
	1border-radius: 0.3125rem;
	margin-top: 0;
	margin-bottom: 1rem;
	float: right;
	box-shadow: 0 5px 8px rgba(0,0,0,0.06);
	background-color: #fff;
}
.content-medium-top {
	margin-top: 1.5rem;
}
.content-small {
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 20%;
	border: 1px solid #ddd;
	background-color: #f7f7f7;
	1border-radius: 5px;
	margin-right: 6.25%;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 1rem;
	float: left;
	box-shadow: 0 5px 8px rgba(0,0,0,0.06);
}
.content {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	z-index: 1000;
}
.content:nth-child(even) {
	background-color: rgb(248, 248, 248); 
	border-bottom: 1px solid #e5e5e5;
}
.content:nth-child(odd) {
	background-color: white; 
	border-bottom: 1px solid #e5e5e5;
}
h1 {
	font-weight: 100;
	padding-left: 0.3125em;
	font-size: 1.75em;
}
.map {
	width: 100%;
	height: 17.5rem;
	position: relative;
	
}
.companies {
	list-style: none;
	display: block;
	1float: left;
	margin-left: 0;
	margin-right: 4%;
	padding: 0;
}
.companies li {
	position: relative;
	height: 2.5rem;
	1width: 25.0rem;
	width: 15rem;
	margin-top: 0.3125em;
	margin-bottom: 0.3125em;
	margin-right: 2rem;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0.5em;
	padding-right: 0;
	line-height: 2.5rem;
	border-radius: 0.1875rem 0 0 0.1875rem;
	background-color: #1f1f1f;
	color: #f5f5f5;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8125em;
	float: right;
}
.companies li::after {
	content: '';
	width: 1.875rem;
	height: 1.875rem;
	background-color: #1f1f1f;
	-ms-transform: rotate(135deg); /* IE 9 */
	-webkit-transform: rotate(135deg); /* Chrome, Safari, Opera */
	transform: rotate(135deg);
	margin: 0;
	position: absolute;
	top: 0.3125rem;
	right: -0.9375rem;
	border-radius: 0.1875rem;
}
.footer {
	width: 90%;
	color: #e5e5e5;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	background-color: #1f1f1f;
	text-align: right;
	overflow: visible;
	font-size: 0.75rem;
}
*:focus {
    outline: 0;
}
a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.footer a {
	font-weight: 800;
	color: white;
}
h1, h2 {
	margin: 0 0 0.5rem 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.5rem;
	1text-transform: uppercase;
}
h2 {
	font-size: 1.25rem;
}

.blackgrad {
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #45484d 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.innerc {
	width: 100%;
	position: relative; 
	margin: auto;
	overflow: visible;
	max-width: 75rem; 
}
p {
	margin-top: 0.4rem;
	color: rgba(0,0,0,.75);
}
.types {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: inline-block; 
	list-style: none; 
	margin: 0; 
	padding: 0;
	width: 31%;
	background: none;
	border-radius: 0.1875rem;
	height: 2rem;
	margin-top: -0.125rem;
	vertical-align: middle;
	border: 1px solid #1f1f1f;
}
.types li {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	float: left;	
	width: 25%;		
	text-align: center;
	line-height: 1.95rem;
	font-size: 0.75rem;
	border-right: 1px solid #1f1f1f;
	color: #1f1f1f;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
}
.types li:last-child {
	border-right: none;
}
.types-selected {
	color: white !important;
	background-color: #1f1f1f;
}
.types-unselected:hover {
	background-color: #1f1f1f;
	color: white !important;
}
.types-unselected {
	color: #1f1f1f !important;
}
.socialmedia {
	position: relative;
	display: inline-block;
	height: 32px;
	width: 32px;
	margin: 2px;
	padding-top: 5px;
	border: 0;
}
.banner-heading {
	display: block; 
	margin-top: 15px; 
	margin-right: auto; 
	margin-left: auto; 
	font-size: 38px; 
	font-weight: bold;
	color: #5E5A50;
}
.banner-tagline {
	display: block; 
	margin-top: 5px; 
	margin-right: auto; 
	margin-left: auto; 
	font-size: 14px; 
	font-weight: normal; 
	text-transform: uppercase;
	color: #5E5A50;
}
.banner-tagline a {
	color: #5E5A50;
}
.small-ads {
	width: 100%;
}
.small-ads tr td {
	width: 25%; 
	box-sizing: border-box; 
	-moz-box-sizing: border-box;
	border-right: 2px solid #e5e5e5;
}
.smallads tr td:last-child {
	border-right: none;
}
.business-names {
	display: block; 
	width: 250px; 
	margin: auto; 
	list-style: none;
}
.business-names li {
	padding-bottom: 8px;
}
.white-business-names li a {
	color: white !important;
	text-shadow: 0 5px 8px black;
}
.printBtn {
	padding: 5px;
	display: block;
	position: relative;
	background-color: #e5e5e5;
	border-radius: 5px;
	border: 1px solid #999;
	width: 200px;
	text-align: center;
}
.advertisingTable {
	width: 50%; 
	border: none; 
	padding: 0; 
	margin: 0; 
	display: block;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.restaurantsBanner {
	background: url('https://www.thepowerpages.ca/advert-images/restaurants-long.jpg') no-repeat; 
	background-size: 100%;
}
.heatingBanner {
	background: url('https://www.thepowerpages.ca/advert-images/heating-long.jpg') no-repeat;
	background-size: 100%;
}
.renoBanner {
	background: url('https://www.thepowerpages.ca/advert-images/reno-long.jpg') no-repeat;
	background-size: 100%;
}
.everother tr:nth-child(even) {
	background-color: #efefef;
	border-radius: 5px;
}
.everother {
	text-align: left; 
	line-height: 25px;
	width: 100%;
}
.everother tr td {
	padding-right: 5px;
	padding-left: 5px;
}
.everother tr td img {
	vertical-align: middle;
}
#headbox {
	width: 950px; 
	height: 40px; 
	position: absolute; 
	top: 50%; 
	left: 50%; 
	margin-top: -20px;
	margin-left: -475px;  
	text-align: center; 
	z-index: 1500;
}

.search-tag { 
  cursor: pointer;
  background: #FFF;
  border: #2e2e2e;
  border-radius: 0 5px 5px 0;
  color: #2e2e2e;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  left: 0;
  line-height: 40px;
  margin: 20px;
  padding: 0 10px 0 10px;
  position: relative;
  top: 0;
  font-size: 16px;
}
.search-tag:before { 
  border-bottom: 20px transparent solid;
  border-right: 12px #FFF solid;
  border-top: 20px transparent solid;
  content: '';
  height: 0;
  left: -12px;
  position: absolute;
  top: 0;
  width: 0;
}

.middle-left {
	float: left; 
	width: 50%;
}
.middle-right {
	float: right; 
	width: 50%;
}
.middle-thirds {
	float: left;
	width: 33%;
}

@media screen and (max-width: 70.5rem) {
	.search {
		position: relative;
		top: 0;
	}
	.search-tag {
		display: none;
	}
	.header {
		position: relative;
	}
	.banner {
		margin-top: 0 !important;
	}
	.content {
		margin-top: 0 !important;
	}
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 480px) {
	.search-tag {
		display: none;
	}
	.middle-left {
		float: none; 
		width: 100%;
	}
	.middle-right {
		float: none; 
		width: 100%;
	}
	.middle-thirds {
		float: none;
		width: 100%;
	}
	.navlist {
		display: none;
	}
	#livesearch {
		top: 84px !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		width: 100% !important;
		border-radius: 0 !important;
	}
	#headbox {
		width: 100%; 
		height: auto;
		position: relative; 
		top: 0;
		left: 0;
		margin-top: 0;
		margin-left: 0; 
	}
	.banner {
		height: auto;
		background: #ffde00;
	}
	.searchFieldBox {
		margin-top: 0 !important;
		padding-top: 5px;
	}
	.logo {
		display: block;
		margin-right: auto;	
		margin-left: auto;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		max-width: 309px;
		max-height: 35px;
		height: auto;
		width: auto;
	}
	
	html, body {
		min-width: 0;
		padding: 0;
		margin: 0;
	}
	.innerc {
		padding-right: 5px;
		padding-left: 5px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		max-width: auto;
	}
	.content {
		width: 100%;
		padding: 0;
		margin-top: 0 !important;
	}
	.header {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		position: relative;
		display: block;
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		padding-right: 5px;
		margin: 0;
		height: auto;
		background-color: #1f1f1f;
		z-index: 2000;
	}
	.search {
		position: relative;
		margin-top: 0;
		width: 100%;
		height: auto;
		padding: 0;
		overflow: visible;
	}
	.searchFieldBox {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.searchField {
		width: 98% !important;
		margin-right: 1% !important;
		margin-left: 1% !important;
	}
	.searchAreaBox {
		display: inline-block; 
		position: relative; 
		width: 68%; 
		margin-right: 1%; 
		margin-left: 1%; 
		margin-top: 5px; 
		margin-bottom: 5px;
		overflow: visible;
	}
	.searchBtn{
		width: 28%;
		margin-right: 1%;
		margin-left: 1%;
		margin-top: 5px;
		margin-bottom: 5px;
		vertical-align: middle;
		
	}
	.types {
		width: 98%;
		margin-right: 1%;
		margin-left: 1%;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.advertisingTable {
		width: 100%; 
		border: none; 
		padding: 0; 
		margin: 0; 
		display: block;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		border: none !important;
	}
	.restaurantsBanner, .heatingBanner, .renoBanner {
		background-size: 100% !important;
		color: white !important;
	}
	.restaurantsBanner {
		background: url(https://www.thepowerpages.ca/advert-images/restaurants-short.jpg) no-repeat !important;
	}
	.heatingBanner {
		background: url(https://www.thepowerpages.ca/advert-images/heating-short.jpg) no-repeat !important;
	}
	.renoBanner {
		background: url(https://www.thepowerpages.ca/advert-images/reno-short.jpg) no-repeat !important;
	}
	.restaurantsBanner p, .heatingBanner p, .renoBanner p {
		font-size: 0.75rem !important;
		color: white !important;
		text-shadow: 0 5px 8px rgba(0,0,0,1) !important;
	}
	.restaurantsBanner h2, .heatingBanner h2, .renoBanner h2 {
		font-size: 1.25rem !important;
		text-shadow: 0 5px 8px rgba(0,0,0,1) !important;
	}
	.features, .addlisting, .correctlisting, .second-business-names {
		display: none;
	}
	.business-names-list {
		width: 45%;
		float: right;
		font-size: 0.75rem;
		line-height: 0.75rem !important;
		color: white !important;
	}
	.white-business-names {
		font-size: 0.75rem !important;
		line-height: 0.75rem !important;
	}
	.business-names li a {
		color: white !important;
		text-shadow: 0 5px 8px rgba(0,0,0,1) !important;
	}
	.small-ads div {
		float: none;
		width: 100%;
	}  
	.small-ads div div div {
		margin: auto;
	}        
	.findoutmore, .contactus, .copyright {
		float: none !important;
		width: 100% !important;
	}
	.just-categories {
		width: 100% !important;
		display: block !important;
	}
	.cities {
		display: none;
	}
	#adBArea {
		zoom: 0.62 !important;
	}
	.maparea {
		display: none;
	}
	.tablearea {
		width: 100% !important;
	}
	.widerArea {
		column-span: 1 !important; /* W3C */
		-webkit-column-span: 1 !important; /* Safari & Chrome */
		-moz-column-span: 1 !important; /* Firefox */
		-ms-column-span: 1 !important; /* Internet Explorer */
		-o-column-span: 1 !important; /* Opera */
	}
	.mobilebr {
		display: block !important;
	}
	.mobileremove {
		display: none;
	}
	.right-container {
		display: none !important;
	}
	#adInfo {
		display: none !important;
	}
	#adInfoMobile {
		display: block !important;
	}
	#facebookMobile {
		display: none !important;
	}
	.typeselector {
		left: 10px !important;
	}
	#mobilephoneoff {
		display: block !important;
	}
	#mobilephoneon {
		display: none !important;
	}
	#categoriesAreas {
		display: none !important;
	}
	
}