.article .share a.linkedin.article .share a i/*	Kootenay Business Styles
	Author: Justin Viger
	----------------------------------------------------*/

/*	Colours
	Body Background:     #ffffff
	Main Text:           #000000
	Blue Links:          #004277
	Dark Grey:           #666666
	Light Grey:          #dddddd
	Very Light Grey:     #f5f5f5
	Red:                 #dd2525
	----------------------------------------------------*/

/* 	General
	----------------------------------------------------*/
body {
	font-size: 14px;
	line-height: 1.5em;
}
a:link,
a:visited,
article p.byline a:link,
article p.byline a:visited {
	color: #004277;
}

/* In article links */
article p a:link,
article p a:visited {
	color: #dd2525;
}

.navbar-inner {
	color: #666;
	background: #ddd;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .25em 0;
	line-height: 1.2em;
}
p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
dd {
	margin: 0;
}

div.infobox {
	background-color: #eeeeee;
	border: 1px solid #ccc;
	padding: 10px 12px;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	margin: 25px 0;
}

div.infobox a {
	font-weight: bold;
}

div.landing-blurb {
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	margin: 15px 0;
	line-height: 1.3em;
}

a.blocklink {
	background-color: #004277;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	padding: 5px 10px;
	margin-top: 5px;
}

a.blocklink:hover {
	background-color: #50699D;
	text-decoration: none;
}

a.outblocklink {
	color: #004277;
	display: inline-block;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
}

a.outblocklink:hover {
	text-decoration: underline;	
}

.mt15 {
	margin-top: 15px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

div.list-group a.list-group-item {
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
	color: #555;
}

div.list-group a.list-group-item:hover {
	text-decoration: none;
	background-color: #f5f5f5;	
}

/* Column Dividers */
@media (min-width: 980px) {
	div.content {
		 background: url("https://kootenaybiz.com/images/design/content-divider.png") right repeat-y; 
	}
	div.columns {
		/* background: url("https://kootenaybiz.com/images/design/column-divider.png") repeat-y; */
	}
}
@media (max-width: 979px) and (min-width: 768px) {
	.content {
		background: url("https://kootenaybiz.com/images/design/content-divider-iPad.png") right repeat-y;
	}
}
/* Clear Fix */
header::after,
.feature-column dd::after,
.community-articles .articles dd::after,
.feature-articles .articles dd::after,
.list-articles .articles dd::after,
.list-content dl dd::after,
.column-articles .articles dd::after,
ol.pages::after,
.landing .articles dd::after,
.articles-archive .articles dd::after,
.key-contacts ul li::after,
article::after,
footer dl::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*	Forms
	----------------------------------------------------*/
fieldset + fieldset {
	margin-top: 1em;
}
legend {
	line-height: 1.2em;
}

label > strong {
	display:block;
	line-height:14px;
}

input[type=checkbox] + label {
	margin: -18px 0 0 20px;
}
input[type=submit].kb {
	display: block;
	margin-top: 10px;
	border: none;
	border-radius: 3px;
	padding: 8px 15px;
	background: #ddd;
	vertical-align: top;
	font-size: 14px;
	line-height: 1em;
}
input[type=submit].kb:hover,
input[type=submit].kb:focus {
	color: #f5f5f5;
	background: #666;
}
@media (max-width: 979px) {
	input[type=checkbox] + label {
		margin: -20px 0 0 25px;
	}
}

/*	Header
	----------------------------------------------------*/
header {
	margin: 1em 0;
}
header form.search {
	float: left;
	margin-bottom: 0;
}
header input[type=search] {
	margin-right: 2px;
	width: 192px;
}
header input[type=submit] {
	margin-top: 0!important;
	display: inline!important;
}

div#follow {
	float: right;
}
		
div#follow i {
	display: inline-block;
}
		
div#follow span {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	margin-top: 1px;
	font-weight: 500;
}
		
.icon-sprite,.icon-facebook,.icon-flickr,.icon-google,.icon-linkedin,.icon-rss,.icon-twitter{background:url('https://kootenaybiz.com/images/uploads/kb-round-icons.png') no-repeat;}
.icon-rss{background-position:0 0px;height:24px;width:24px}
.icon-twitter{background-position:0 -24px;height:24px;width:24px}
.icon-linkedin{background-position:0 -48px;height:24px;width:24px}
.icon-flickr{background-position:0 -72px;height:24px;width:24px}
.icon-google{background-position:0 -96px;height:24px;width:24px}
header div#follow .icon-rss:hover{background-position:1px -120px;}
header div#follow .icon-twitter:hover{background-position:0 -144px;}
header div#follow .icon-linkedin:hover{background-position:0 -168px;}
header div#follow .icon-flickr:hover{background-position:0 -192px;}
header div#follow .icon-google:hover{background-position:0 -216px;}
		
header .logo {
	clear: both;
	float: left;
	width: 200px;
	margin-top: 23px;
}
header .leaderboard img {
	float: right;
	width: 728px;
}
@media (max-width: 979px) and (min-width: 768px) {
	header input[type=submit],
	header .logo img {
		display: none;
	}
	header .leaderboard img {
		width: 724px !important;
	}
}
@media (max-width: 767px) {
	header input[type=submit],
	header .leaderboard {
		display: none;
	}
	header {
		margin: 0;
		padding: 0 10px;
		background: #ddd;
	}
	header #follow {
		display: none;
	}
	header form.search {
		float: right;
		margin-top: 10px;
		width: 150px;
	}
	header input[type=search] {
		float: right;
		margin: 0;
		width: 100%
	}
	header .feeds {
		display: none;
	}
	header .logo {
		clear: none;
		width: 100px;
	}
	header .logo img {
		margin-top: 6px;
		width: 100px;
	}
}

/*	Navigation
	----------------------------------------------------*/
/* Navbar */
nav.navbar {
	font-size: 15px;
}

.navbar .nav {
	padding: 10px 0;
}

.navbar .brand {
	padding-top: 5px;
}

nav.navbar .nav > li > a:link,
nav.navbar .nav > li > a:visited {
	color: #333;
	padding: 10px 12px 10px;
}
nav.navbar .nav > li > a:hover,
nav.navbar .nav > li > a:focus {
	color: #777;
}

nav.navbar span.menutext {
	float: right;
	margin: 9px;
	-webkit-font-smoothing: antialiased;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	
	nav.navbar button.btn {
		margin-top: 10px;
	}
	
	nav.navbar span.menutext {
		margin-top: 14px;
		margin-right: 10px;
	}
	
}

ul.columns li:last-child {
	border-top: 1px dashed #ccc;
	padding: 5px 0 0;
	margin: 5px 0;
}

li.heading {font-weight: bold;color: #444;text-transform: uppercase;font-size: 14px;padding-left: 10px;}

/* Breadcrumb */
ol.breadcrumb {
	color: #999;
	overflow: hidden;
}
.article ol.breadcrumb {
	font-size: 14px;
	line-height: 21px;
}
ol.breadcrumb li::after {
	content: " / ";
}
ol.breadcrumb li:last-child::after {
	content: "";
}
@media (max-width: 979px) and (min-width: 768px) {
	.navbar .brand {
		padding-top: 10px;
	}

	nav.navbar .brand img {
		position: relative;
		bottom: 6px;
		margin: -15px 0;
		padding-top: 6px;
	}
}
@media (max-width: 767px) {
	nav.navbar {
		margin: 0 0 10px;
	}
	.navbar-inner {
		border: none;
		border-radius: 0;
		padding: 0 10px;
	}
	.navbar .nav > li > a {
		padding: 10px 20px 10px 0;
	}
	.navbar .btn-navbar {
		margin-right: 0;
	}
	.navbar .brand {
		padding-top: 10px;
	}
	ol.breadcrumb {
		padding: 8px 10px;
		margin-top: -10px;
		margin-left: -10px;
		margin-right: -10px;
	}
	.navbar input[type="search"] {
		margin-top: 5px;
		margin-bottom: 5px;
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		height: auto;
	}
	.navbar .navbar-search {
		border: none;
		padding: 0;
	} 
}

/*	Pages
	----------------------------------------------------*/
.community-heading h1.community-title,
.feature-heading h1.feature-title,
.list-heading h1.list-title,
.column-heading h1.column-title,
.landing h1.landing-title,
.page h1.title,
.articles-archive h1.title {
	border-bottom: 2px solid #eee;
	padding-bottom: .1em;
	color: #333;
	font-size: 36px;
	line-height: 1em;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	line-height: 1.1em;
}
.column-heading h1.column-title {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 25px;
	font-weight: 600;
	line-height: 1.2em;
}
.column-heading h1.column-title span {
	color: #999;
	font-size: 24px;
	font-weight: bold;
	white-space: nowrap;
}
.column-heading h2.column-subtitle {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: .5em;
	color: #666;
	font-size: 20px;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
}
.community-heading .main-image,
.feature-heading .main-image {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}
.community-heading .main-image img,
.feature-heading .main-image img {
	display: block;
	width: 630px;
	line-height: 1;
}
.community-heading p.caption,
.feature-heading p.caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 10px 15px;
	background: #333333;
	background: rgba(0, 0, 0, 0.75);
}
.community-heading p.caption,
.feature-heading p.caption {
	margin-bottom: 0;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}
.community-heading p.caption span.credit,
.feature-heading p.caption span.credit {
	display: block;
}
.community-heading .main-image,
.feature-heading .main-image {
	margin: 0 auto 20px;
	max-width: 630px;
}
.list-heading img {
	float: left;
	margin: 5px 1em 10px 0;
	max-width: 25%;
}
.list-heading img.bob {
	max-width: 100%;
}
.page h3 {
	margin: 1.5em 0 .75em;
	color: #333;
	font-size: 22px;
	line-height: 1.3em;
	font-weight: normal;
}
.community-articles h2,
.feature-articles h2,
.list-articles h2,
.column-articles h2,
.landing h2 {
	border-bottom: 1px solid #ddd;
	padding: 4px 0 3px;
	font-size: 20px;
	font-weight: normal;
}
.community-articles h2 + dl.articles,
.feature-articles h2 + dl.articles,
.list-articles h2 + dl.articles,
.column-articles h2 + dl.articles,
.landing h2 + dl.articles {
	margin-top: .75em;
}
.list-articles p + dl.articles {
	border-top: 1px solid #ddd;
	padding-top: 10px;
}
.feature-column > dl dt .categories,
.community-articles dl.articles dt .categories,
.feature-articles dl.articles dt .categories,
.list-articles dl.articles dt .categories,
.column-articles dl.articles dt .categories,
.landing dl.articles dt .event-info,
.landing dl.articles dt .categories,
.articles-archive dl.articles dt .categories,
dl.articles dt .categories {
	margin-bottom: .25em;
	color: #dd2525;
	font-size: .8em;
	line-height: 1em;
	font-weight: normal;
	text-transform: uppercase;
}
.feature-column > dl dt .categories a:link,
.feature-column > dl dt .categories a:visited,
.community-articles dl.articles dt .categories a:link,
.community-articles dl.articles dt .categories a:visited,
.feature-articles dl.articles dt .categories a:link,
.feature-articles dl.articles dt .categories a:visited,
.list-articles dl.articles dt .categories a:link,
.list-articles dl.articles dt .categories a:visited,
.column-articles dl.articles dt .categories a:link,
.column-articles dl.articles dt .categories a:visited,
.landing dl.articles dt .categories a:link,
.landing dl.articles dt .categories a:visited,
.articles-archive dl.articles dt .categories a:link,
.articles-archive dl.articles dt .categories a:visited,
dl.articles dt .categories a:link,
dl.articles dt .categories a:visited {
	color: #dd2525;
}
.feature-column > dl dt a.title,
.community-articles dl.articles dt a.title,
.feature-articles dl.articles dt a.title,
.list-articles dl.articles dt a.title,
.column-articles dl.articles dt a.title,
.landing dl.articles dt a.title,
.landing dl.articles dt span.title,
.articles-archive dl.articles dt a.title,
dl.articles dt a.title{
	font-size: 16px;
	line-height: 16px;
}
.feature-column > dl dd .pub-info,
.community-articles dl.articles dd .pub-info,
.feature-articles dl.articles dd .pub-info,
.list-articles dl.articles dd .pub-info,
.column-articles dl.articles dd .pub-info,
.landing dl.articles dd .pub-info,
.articles-archive dl.articles dd .pub-info,
dl.articles dd .pub-info{
	font-size: .9em;
	color: #666;
}
.feature-column dl:first-child,
.community-articles dl.articles,
.feature-articles dl.articles,
.list-articles dl.articles,
.column-articles dl.articles,
.landing dl.articles,
.articles-archive dl.articles,
dl.articles {
	margin: 0;
}
.feature-column dl:first-child dt img,
.community-articles dl.articles dt img,
.feature-articles dl.articles dt img,
.list-articles dl.articles dt img,
.column-articles dl.articles dt img,
.landing dl.articles dt img,
.articles-archive dl.articles dt img,
dl.articles dt img {
	float: left;
	margin: 0 .75em .25em 0;
}
.feature-column dl:first-child dd,
.community-articles dl.articles dd,
.feature-articles dl.articles dd,
.list-articles dl.articles dd,
.column-articles dl.articles dd,
.landing dl.articles dd,
.articles-archive dl.articles dd,
dl.articles dd {
	margin-bottom: .75em;
	border-bottom: 1px solid #ddd;
	padding-bottom: .5em;
}
.feature-column dl:first-child dd:last-child,
.community-articles dl.articles dd:last-child,
.feature-articles dl.articles dd:last-child,
.list-articles dl.articles dd:last-child,
.column-articles dl.articles dd:last-child,
.landing dl.articles dd:last-child,
.articles-archive dl.articles dd:last-child,
dl.articles dd:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}
.feature-column dl:first-child dd p,
.community-articles dl.articles dd p,
.feature-articles dl.articles dd p,
.list-articles dl.articles dd p,
.column-articles dl.articles dd p,
.landing dl.articles dd p,
.articles-archive dl.articles dd p
dl.articles dd p {
	margin: 0;
}
.community-articles a.view-all,
.feature-articles a.view-all,
.column-articles a.view-all {
	display: block;
	margin-top: .5em;
	border-top: 1px solid #ddd;
	padding-top: .5em;
}
p.pagination {
	margin: .5em 0 0;
	border-top: 1px solid #ddd;
	padding-top: 1em;
	height: auto;
}
p.pagination strong,
p.pagination a {
	padding-right: .75ex;
}
.community-info h2 {
	border-style: solid;
	border-color: #ddd;
	border-width: 1px 0;
	padding: 3px 0;
	font-size: 20px;
	font-weight: normal;
}
.community-info dl + h2 {
	margin-top: .5em;
}
.community-info dl {
	margin: 0;
}
.community-info h3 {
	font-size: 14px;
	line-height: 16px;
}
.community-info dl + h3 {
	margin-top: .5em
}
.community-info .map {
	margin-top: .5em;
	border-top: 1px solid #ddd;
	padding-top: .5em
}
.column-info img {
	margin-bottom: 1em;
}
.winners h2 {
	border-bottom: 1px solid #ddd;
	padding: 3px 0;
	font-size: 20px;
	font-weight: normal;
}
.winners h3 {
	font-size: 14px;
}
.key-contacts h2 {
	margin-top: .5em;
	border-style: solid;
	border-color: #ddd;
	border-width: 1px 0;
	padding: 3px 0;
	font-size: 20px;
	font-weight: normal;
}
.key-contacts ul {
	margin: 0;
	list-style: none;
}
.key-contacts ul li {
	margin-bottom: 1em;
	border-bottom: 1px solid #ddd;
	padding-bottom: 1em;
	-webkit-font-smoothing: antialiased;
}
.key-contacts ul li p {
	overflow: hidden;	
}
.key-contacts ul li div.vcard {
	margin-left: 165px;
}
.key-contacts ul li img {
	float: left;
	margin: 0 15px 5px 0;
}
.key-contacts ul li .kicker {
	text-transform: uppercase;
}
.key-contacts ul li h3 {
	font-size: 18px;
	font-weight: bold;
}
@media (max-width: 979px) and (min-width: 768px) {
	.community-info .map,
	.landing iframe {
		display: none;
	}
}
@media (max-width: 767px) {
	.feature-column > dl dd .pub-info,
	.community-articles dl.articles dd .pub-info,
	.feature-articles dl.articles dd .pub-info,
	.list-articles dl.articles dd .pub-info,
	div.columns div.community-info.span3,
	.community-heading .main-image,
	.feature-heading .main-image,
	.landing iframe {
		display: none;
	}
	.feature-column dl:first-child dt img,
	.community-articles dl.articles dt img,
	.feature-articles dl.articles dt img,
	.list-articles dl.articles dt img {
		width: 100px;
		height: auto;
	}
	/*
	.key-contacts h2,
	.key-contacts ul li,
	.community-heading h1,
	.articles-archive h1,
	.community-info h2,
	.community-info h3,
	.community-info dl,
	.community-articles h2,
	.community-articles dl.articles,
	.feature-heading h1.feature-title,
	.feature-heading p,
	.feature-articles h2,
	.feature-articles dl.articles,
	.list-heading h1.list-title,
	.list-heading h2,
	.list-heading img,
	.list-heading p,
	.list-heading form,
	.winners h2,
	.winners h3,
	.winners img,
	.winners p,
	.list-articles h2,
	.list-articles p,
	.list-articles dl.articles,
	.column-heading h1.column-title,
	.column-heading h2.column-subtitle,
	.column-info img,
	.column-info p,
	.column-articles h2,
	.column-articles dl.articles,
	.page h1.title,
	.page div.vcard,
	.page h3,
	.page p,
	.page h1.title,
	.landing h1.landing-title,
	.landing h2,
	.landing p,
	.landing form,
	.landing dl.articles,
	.articles-archive dl.articles,
	.community-articles a.view-all,
	.feature-articles a.view-all,
	.column-articles a.view-all,
	.articles-archive p.pagination {
		margin-right: 10px;
		margin-left: 10px;
	}
	*/
	.column-heading h1.column-title span {
		display: block;
		margin-top: 5px;
		line-height: 1em;
	}
	.column-info img {
		float: right;
		margin: 0 10px 2px 10px;
		width: 25%;
	}
}

.pagehead {
	-webkit-font-smoothing: antialiased;
}

.pagehead span.headline {
	border-bottom: 2px solid #eee;
	display: block;
	padding-bottom: 2px;
	margin-bottom: 15px;
}

.pagehead span.headline h1 {
	font-size: 36px;
	font-weight: bold;
	color: #333;
	margin-bottom: 0;
	display: inline-block;
	margin-right: 6px;
}

.pagehead span.headline span.writer {
	color: #999;
	font-size: 24px;
	font-weight: bold;
	white-space: nowrap;
	display: inline-block;
	padding-top: 3px;
}

.pagehead span.headline h2 {
	color: #666;
	font-size: 20px;
	font-weight: 500;
	margin-top: 5px;
}

.pagehead .summary {
	font-size: 20px;
	margin: 15px 0;
	line-height: 1.3em;
}

.pagehead .summary p {
	margin-bottom: 0.75em;
}

.pagehead .summary img.maingraphic {
	width: 200px;
	float: left;
	margin-right: 20px;
}

.pagehead .summary img.maingraphic.right {
	float: right;
	margin-right: 0;
	margin-left: 20px;	
}

@media (max-width: 979px) and (min-width: 768px) {
	
	 .pagehead .summary img.maingraphic {
		width: 150px;
	}
	
}

@media (max-width: 767px) {
	
	.pagehead .summary {
		font-size: 18px;	
	}
	
	.pagehead span.headline h1 {
		font-size: 32px;	
	}
	
	.pagehead span.headline span.writer {
		font-size: 22px;
	}
	
	.content {
		box-sizing: border-box !important;
		-webkit-box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
		padding: 0 10px;
  }
  
  .pagehead .summary img.maingraphic {
		width: 100px;
	}
	
}

/*	Articles
	----------------------------------------------------*/
.article {
	margin-bottom: 15px;
}
.article h1.article-title {
	color: #333;
  font-size: 36px;
  line-height: 1.1em;
  font-weight: bold;
	margin: 10px 0;
	-webkit-font-smoothing: antialiased;
}
.article h2.subheadline {
	color: #333;
   font-size: 20px;
   line-height: 1.3em;
   font-weight: 300;
   -webkit-font-smoothing: antialiased;
}
.article .pub-info {
	-webkit-font-smoothing: antialiased;
	padding-top: 6px;
	padding-bottom: 7px;
	margin: 15px 0;
	font-size: 14px;
	color: #999;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	font-weight: bold;
}
.article li {
	margin-bottom: 1em;
	line-height: 1.6em;
}
.article article .pub-info time {
	color: #555;
	text-transform: none;
}
.globallanding .pub-info {
	-webkit-font-smoothing: inherit;
	padding-top: inherit;
	padding-bottom: inherit;
	margin: inherit;
	font-size: inherit;
	color: inherit;
	border-bottom: inherit;
	border-top: inherit;
	font-weight: inherit;
}
.globallanding .pub-info time {
	color: inherit;
	text-transform: inherit;
}
.article p.byline {
    margin-bottom: 2em;
    color: #7f7f85;
    font-size: 14px;
}
.article p.caption,
.article p.carousel-caption {
	color: #d8d8d8;
        margin-top: 3px;
        font-size: 12px;
        line-height: 1.5em;
        font-style: italic;
}
.article p.carousel-caption {
	display: none;
}
.article .carousel:hover p.carousel-caption {
	display: block;
}
.article p.caption span.credit,
.article p.carousel-caption span.credit {
	display: block;
}
.article .carousel,
.article .main-image {
	margin: 0 auto 20px;
	max-width: 630px;
}
.article p.carousel-caption span.number {
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.article a.carousel-control:link,
.article a.carousel-control:visited {
	color: #fff;
}
.article .carousel div.caption-indicator {
	position: absolute;
	right: 0;
	bottom: 0;
	border: solid white;
	border-width: 1px 0 0 1px;
	padding: 2px 10px 10px;
	color: #fff;
	background: #222222;
	font-size: 18px;
	opacity: 0.5;
}
.article .carousel:hover div.caption-indicator {
	display: none;
}
.mainimage {
	margin-top: 15px;
	margin-bottom: 15px;
}
.mainimage.stretch img {
	width: 100%;	
}
.mainimage p.image-caption {
	margin-bottom: 0;
	color: #555;
	font-size: 14px;
	line-height: 1.6em;
	border: 2px solid #ddd;
	border-top: none;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	padding: 12px 15px;
	background: #f2f2f2;
}
.mainimage p.image-caption span.credit {
	display: block;
  margin-top: 10px;
	font-style: italic;
}

.article p {
	margin-bottom: 16px;
}

.content .writer_summary {
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	padding-top: 15px;
	margin-bottom: 20px;
}

.content .writer_summary img {
	float: left;
	max-width: 100px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.content .writer_summary p {
	font-style: italic;
	font-size: 12px;
}

.writer_summary a {
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	display: block;
	margin-top: 3px;
	color: #004277;
}

.writer_summary.column {
	border: none;
	margin-bottom: 10px;
}

.writer_summary.column p {
	font-size: 14px;
	line-height: 1.6em;
}

.article .share {
	margin-top: 30px;
}
.article .share a { 
	display: inline-block;
	width: 146px;
	background-color: #eee;
	padding: 8px 13px;
	margin-left: 8px;
	margin-bottom: 8px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.article .share a:hover {
	text-decoration: none;
}
.article .share a:first-child {
	margin-left: 0;	
} 
.article .share a.facebook {
	background-color: #3b5998;
	color: #fff;
}
.article .share a.facebook:hover {
	background-color: #293E6A;	
}
.article .share a.twitter {
	background-color: #55acee;
	color: #fff;
}
.article .share a.twitter:hover {
	background-color: #3B78A6;	
}
.article .share a.linkedin {
	background-color: #0088cc;
	color: #fff;
}
.article .share a.linkedin:hover {
	background-color: #006faf;
}
.article .share a.googleplus {
	background-color: #dd4b39;
	color: #fff;
}
.article .share a.googleplus:hover {
	background-color: #9A3427;	
}
.article .share a.email {
	background-color: #333;
	color: #fff;
}
.article .share a.email:hover {
	background-color: #111;	
}
.article .share a i {
	background:url(https://www.miningandexploration.ca/images/share-icons.png) no-repeat;
	height: 15px;
	width: 15px;
	background-size: 15px;
	padding-right: 7px;
	margin-bottom: -2px;
	display: inline-block;
}
.article .share a.facebook i {
	background-position: 0 -13px;	
}
.article .share a.twitter i {
	background-position: 0 2px;	
}
.article .share a.linkedin i {
	background:url(https://kootenaybiz.com/images/uploads/linkedin_icon.png) no-repeat !important;
}
.article .share a.googleplus i {
	background-position: 0 -29px;	
}
.article .share a.email i {
	background-position: 0 -44px;	
}

/* injected photos */


figure {
    margin: 0 0 1em;
}

figure.portrait {
    float: right;
    width: 34%;
    padding-left: 16px;
}

figure img {
    margin: 0;
}

figcaption {
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.5em;
    font-style: italic;
}

figcaption .photo-credit {
    display: block;
    text-align: right;
    font-size: 11px;
    line-height: 1.5em;
    font-style: normal;
    text-transform: uppercase;
    color: #d8d8d8;
}

.portrait figcaption .photo-credit {
    text-align: left;
}

/* subheads */
.article h3 {
	margin: 1em 0;
	color: #333;
	font-size: 22px;
	line-height: 1.3em;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
}
.article blockquote p {
	margin: 0 0 10px;
}
.article .comments {
	overflow: scroll;
}
.article aside {
  padding: 1.2em;
  background: #ddd;
  margin-top: 25px;
}
.article aside h1,
.article aside h2,
.article aside h3 {
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.2em;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
}
.article aside h3 {
	font-size: 15px;	
}
.article aside h1,
.article aside h2 {
	font-size: 18px;	
}
.article .main-text {
	padding-top: 10px;
}
.article aside li,
.article aside dl dd {
	margin-bottom: .4em;
}
.article .share {
	margin-top: 30px;
	margin-bottom: 15px;
}
.article .share a { 
	display: inline-block;
	width: 146px;
	background-color: #eee;
	padding: 8px 13px;
	margin-left: 8px;
	margin-bottom: 8px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.article .share a:hover {
	text-decoration: none;
}
.article .share a:first-child {
	margin-left: 0;	
} 
.article .share a.facebook {
	background-color: #3b5998;
	color: #fff;
}
.article .share a.facebook:hover {
	background-color: #293E6A;	
}
.article .share a.twitter {
	background-color: #55acee;
	color: #fff;
}
.article .share a.twitter:hover {
	background-color: #3B78A6;	
}
.article .share a.googleplus {
	background-color: #dd4b39;
	color: #fff;
}
.article .share a.googleplus:hover {
	background-color: #9A3427;	
}
.article .share a.linkedin {
	background-color: #0088cc;
	color: #fff;
}
.article .share a.email {
	background-color: #333;
	color: #fff;
}
.article .share a.email:hover {
	background-color: #111;	
}
.article .share a i {
	background:url(https://www.miningandexploration.ca/images/share-icons.png) no-repeat;
	height: 15px;
	width: 15px;
	background-size: 15px;
	padding-right: 7px;
	margin-bottom: -2px;
	display: inline-block;
}
.article .share a.facebook i {
	background-position: 0 -13px;	
}
.article .share a.twitter i {
	background-position: 0 2px;	
}
.article .share a.googleplus i {
	background-position: 0 -29px;	
}
.article .share a.email i {
	background-position: 0 -44px;	
}
@media (min-width: 980px) {
	.article p,
	.article ol,
	.article ul,
	.article blockquote,
	.article dl
	dl.articles {
		font-size: 16px;
		line-height: 24px;
	}
	.article aside p,
	.article aside ul,
	.article aside ol,
	.article aside dl {
		font-size: 14px;
		line-height: 1.5em;
	}
	.article aside p:last-child,
	.article aside li:last-child,
	.article aside ul,
	.article aside ol, 
	.article aside dl dd:last-child {
		margin-bottom: 0;
	}
}
@media (max-width: 979px) and (min-width: 768px) {
	.article h1.article-title {
		font-size: 30px;  
	}
	.article .share a { 
	  	width: 232px;  
	  }
	.article .share a:nth-child(3) { 
	 margin-left: 0;
	}
}
@media (max-width: 767px) {
	.article .carousel div.caption-indicator,
	.article .carousel:hover p.carousel-caption {
		display: none;
	}
  .article h1.article-title, .article-title {
	 font-size: 26px;  
	} 
	.article {
	  margin-bottom: 20px;
	}
	.article .share a { 
	 width: 100%;  
	 margin-left: 0;
	}
}

/*	Homepage
	----------------------------------------------------*/
.featured-article .span4 {
	padding-right: 10px;
}
.featured-article h2 {
	font-size: 1.5em;
}
@media (min-width: 980px) {
	.featured-article {
		margin-bottom: 1em;
		background: #f5f5f5;
	}
	.featured-article .span4 {
		margin-top: .5em;
	}
}
@media (max-width: 979px) and (min-width: 768px) {
	.featured-article.row-fluid a.span8 {
		width: 100%;
		background: #f5f5f5;
	}
	.featured-article.row-fluid .span4 {
		margin: 0 0 1em;
		width: 100%;
		background: #f5f5f5;
		padding: 5px 10px 0;
	}
}
@media (max-width: 767px) {
	.featured-article img {
		display: block;
		margin: 0 auto;
	}
	.featured-article .span4 {
		padding: 5px 10px 0;
		background: #f5f5f5;
	}
	.featured-article .span4 p {
		padding-bottom: 5px;
	}
}

/* eMagazine Page */

div.emag-icons a div.link {
	background-color: #093454;
	display: inline-block;
	color: #fff;
	padding: 3px 10px;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 10px;
}

div.emag-icons a:hover div.link {
	background-color: #3A5D76;
}

/* @end eMagazine Page */


/* @group Business Pages
	----------------------------------------------------*/
article h2 {
  color: #333;
  font-size: 18px;
  font-weight: normal;
  line-height: 2em;
}

article iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

span.heading {
  display: block;
  background: #333;
  color: #FFF;
  text-align: center;
  padding: 5px;
  font-weight: bold;
}


#contact-info h4 {
  font-size: 14px;
  margin: 15px 0 10px 0;
}

#contact-info img {
  display: block;
  margin: 0 auto;
}

#contact-info > div {
  margin-bottom: 10px;
}

#contact-info > .buttons > a {
  font-size: 11px;
  font-weight: bold;
  float: left;
  padding: 5px 10px;
}

#contact-info > .buttons > a.website {
  background: #009400;
  color: #FFF;
  border: 1px solid #009400;
}

#contact-info > .buttons > a.website:hover {
  background: #3CBE3C;
}

#contact-info > .buttons > a.email {
  background: #00F;
  border: 1px solid #00F;
  color: #FFF;
  margin-left: 10px;
}

#contact-info > .buttons > a.email:hover {
  background: #286CFD;
}

#sidebar ul {
  margin: 0 0 10px 0;
  list-style-type: none;
}

#sidebar li > span {
  font-size: 0.8em;
  font-weight: bold;
}

#sidebar li a {
  display: block;
  text-align: center;
}

/* 	Sticky Pages
	----------------------------------------------------*/
.sticky-bizppl {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 9px;
}

.sticky-bizppl img {
	float: left;
	max-width: 140px;
	padding-right: 15px;
}

.sticky h1.article-title {
	margin-bottom: 0;
	margin-top: 25px;
	font-weight: 600;
	font-size: 32px;
	line-height: 38px;
}

.sticky .article h2.subhead {
	margin-top: 15px;
	margin-bottom: 25px;
}

.sticky .article h2.subhead *, .sticky .article h2.subhead {
	font-weight: 300;
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
}

.sticky .article h2 {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.3em;
	margin: 1.5em 0 .75em;
	color: #333;
}

.sticky .article .globallanding h2 {
	font-weight: 500;
	font-size: 20px;
	margin-top: 0;
}

.sticky .article .globallanding h2.sticky {
	font-weight: bold;
	font-size: 24px;
	border: none;
	margin: 1.5em 0 .75em;
	-webkit-font-smoothing: inherit;
}

.sticky h3 {
	margin-bottom: 15px;
	margin-top: 20px;
	line-height: 1.2em;
	font-size: 20px;
	font-weight: bold;
}

.sticky ul li {
	margin-bottom: 4px;
}

.sticky .listing.business-people {
	margin-bottom: 30px;
}

.sticky .listing img {
	width: 160px;
	float: left;
	margin-right: 20px;
}

.sticky .listing a.blocklink {
	background-color: #004277;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	padding: 5px 10px;
	margin-top: 5px;
}

.sticky .listing a.blocklink:hover {
	background-color: #50699D;
	text-decoration: none;
}

.sticky .listing span.businessname {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
}

.sticky p.conclusion {
	hyphens: none;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	margin-top: 50px;
	margin-bottom: 30px;
}

.sticky .subinf {
	margin-bottom: 15px;
}

.sticky .subinf .map {
	height: 290px;
	width: 390px;
	float: left;
	margin-bottom: 15px;
}

.sticky .subinf .map.full {
	width: 100%;
}

.sticky .vitstats {
	background-color: #ccc;
	padding: 15px;
	-webkit-font-smoothing: antialiased;
	width: 210px;
	min-height: 290px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.sticky .vitstats span.heading {
	margin: -15px -15px 10px -15px;
	padding: 6px;
}

.sticky .vitstats span.title {
	display: block;
	font-weight: bold;
}

.sticky .vitstats span.value {
	margin-bottom: 10px;
	margin-top: 3px;
	display: block;
}

/* Social Media Icons - Used on Business Pages
	----------------------------------------------------*/
ul.socialicons 						{ list-style-type: none; margin: 0 0 10px 0;float: left;}
ul.socialicons li					{ list-style-type: none; display: inline; float: left; padding: 5px 5px 0px 0; }
ul.socialicons li:first-child				{ width:100%; }
ul.color li a 						{ background: url('images/socialmediaicons/social_media_icons.png') no-repeat 0 0; }
ul.socialicons li a 				{ text-indent: -9999px; width: 32px; height: 33px; display: block; overflow: hidden; margin: 2px; }
ul.socialicons li a.stumbleupon{background-position:0 0}ul.socialicons li a.digg{background-position:0 -36px}ul.socialicons li a.facebook{background-position:0 -73px}ul.socialicons li a.twitter{background-position:0 -109px}ul.socialicons li a.delicious{background-position:0 -146px}ul.socialicons li a.flickr{background-position:0 -183px}ul.socialicons li a.youtube{background-position:0 -219px}ul.socialicons li a.skype{background-position:0 -256px}ul.socialicons li a.linkedin{background-position:0 -292px}ul.socialicons li a.vimeo{background-position:0 -329px}ul.socialicons li a.blogger{background-position:0 -365px}ul.socialicons li a.tumblr{background-position:0 -402px}ul.socialicons li a.picasa{background-position:0 -438px}ul.socialicons li a.wordpress{background-position:0 -475px}ul.socialicons li a.rss{background-position:0 -511px}ul.socialicons li a.mobileme{background-position:0 -548px}ul.socialicons li a.apple{background-position:0 -585px}ul.socialicons li a.gpluslight{background-position:0 -621px}ul.socialicons li a.gplusdark{background-position:0 -694px}ul.socialicons li a.twitterb{background-position:0 -658px}ul.socialicons li a.instagram{background-position:0 -731px}ul.socialicons li a.myspace{background-position:0 -767px}ul.socialicons li a.dribble{background-position:0 -803px}ul.socialicons li a.blip{background-position:0 -838px}ul.socialicons li a.spotify{background-position:0 -874px}ul.socialicons li a.grooveshark{background-position:0 -910px}ul.socialicons li a.ichat{background-position:0 -946px}ul.socialicons li a.github{background-position:0 -981px}ul.socialicons li a.soundcloud{background-position:0 -1017px}ul.socialicons li a.pinterest{background-position:0 -1053px}ul.socialicons li a.smugmug{background-position:0 -1088px}ul.socialicons li a.virb{background-position:0 -1124px}ul.socialicons li a.technorait{background-position:0 -1160px}ul.socialicons li a.slashdot{background-position:0 -1195px}ul.socialicons li a.sharethis{background-position:0 -1231px}ul.socialicons li a.posterous{background-position:0 -1267px}ul.socialicons li a.googleb{background-position:0 -1302px}ul.socialicons li a.reddit{background-position:0 -1338px}ul.socialicons li a.friendfollow{background-position:0 -1374px}ul.socialicons li a.designfloat{background-position:0 -1409px}ul.socialicons li a.amazon{background-position:0 -1445px}ul.socialicons li a.netvibes{background-position:0 -1481px}ul.socialicons li a.bing{background-position:0 -1516px}ul.socialicons li a.yahoo{background-position:0 -1552px}ul.socialicons li a.aim{background-position:0 -1588px}ul.socialicons li a.email{background-position:0 -1623px}ul.socialicons li a.ebay{background-position:0 -1659px}ul.socialicons li a.paypal{background-position:0 -1695px}ul.socialicons li a.feedburner{background-position:0 -1730px}ul.socialicons li a.podcast{background-position:0 -1766px}ul.socialicons li a.appstoreios{background-position:0 -1802px}ul.socialicons li a.itunes{background-position:0 -1837px}ul.socialicons li a.appstoremac{background-position:0 -1873px}ul.socialicons li a.yelp{background-position:0 -1909px}ul.socialicons li a.wthree{background-position:0 -1944px}ul.socialicons li a.etsy{background-position:0 -1980px}ul.socialicons li a.stackoverflow{background-position:0 -2016px}ul.socialicons li a.foursquare{background-position:0 -2051px}ul.socialicons li a.quora{background-position:0 -2087px}ul.socialicons li a.photobucket{background-position:0 -2123px}

/* @end Business Pages */
	
  
/*	List Pages
	----------------------------------------------------*/
.list-heading img + h2,
.list-heading h2.intro {
	margin-bottom: .5em;
	font-size: 18px;
}

form fieldset#bob select,
form fieldset#bob input[type=input],
form fieldset#bob input[type=submit] {
	display: block;
}
form fieldset#bob legend {
	position: relative;
	bottom: 20px;
	padding-top: 20px;
}
table.bob_award,
table.bpe_award,
table.top50,
taboe.top120list {
	width: 100%;
}
table.bob_award tr.header,
table.bpe_award tr.header,
table.top50 tr.heading,
table.top120list thead tr {
	background: #ddd;
}
table.bob_award tr.header td,
table.bpe_award tr.header td {
	padding: 5px 15px;
}
table.bpe_award tr.winner:nth-child(odd),
table.top50 tr:nth-child(odd),
table.top120list tr:nth-child(even) {
	background: #f5f5f5;
}
table.top50 tr td,
table.top120list tr th,
table.top120list tr td {
	padding: 5px;
	vertical-align: top;
}
table.bob_award tr.winner td.business,
table.bpe_award tr.winner td.business {
	padding: 5px 15px;
	width: 47%;
	font-weight: bold;
}
table.bob_award tr.winner td.city,
table.bpe_award tr.winner td.city {
	width: 42%;
	text-align: right;
}
table.bob_award tr.winner td.award,
table.bpe_award tr.winner td.award {
	padding-left: 1ex;
	width: 11%;
	text-align: left;
}
.list-content h2 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}
.list-content dl dt {
	margin: 1.5em 0 .5em;
	font-size: 18px;
	font-weight: 200;
}
.list-content dl dd {
	margin: .5em 0;
	border-radius: 3px;
	padding: .5em 1em;
}
.list-content dl dt + dd {
	background: rgba(222, 222, 222,.75);
}
.list-content dl dt + dd + dd {
	background: rgba(240, 210, 137,.75);
}
.list-content dl dt + dd + dd + dd {
	background: rgba(221, 221, 221,.75);
}
.list-content dl dt + dd + dd + dd + dd {
	background: rgba(217, 161, 118,.75);
}
.list-content dl dd span.award {
	display: block;
	float: left;
	padding-right: 2%;
	width: 25%;
}
.list-content dl dd span.winner {
	display: block;
	float: left;
	width: 73%;
	text-align: right;
}
.list-content div#ek + div#wk {
	margin-top: 4em;
}
@media (max-width: 767px) {
	table.bob_award tr.header td,
	table.bob_award tr.winner td.business,
	table.bob_award tr.winner td.city,
	table.bob_award tr.winner td.award,
	table.bpe_award tr.header td,
	table.bpe_award tr.winner td.business,
	table.bpe_award tr.winner td.city,
	table.bpe_award tr.winner td.award {
		display: block;
		padding: 5px 10px;
		width: auto;
		text-align: left;
	}
	.list-heading img {
		display: block;
		max-width: 300px;
	}
	.list-heading div.winners {
		padding: 0 10px;
	}
}

/*	Best Places to Eat 
	----------------------------------------------------*/
	.bpe_block {
		max-width: 100%;
		margin: 10px 0;
	}

	.bpe_block > span {
		font-size: 18px;
		margin: 1.5em 0 .5em;
	}

	.bpe_block > div {
		border-radius: 3px;
		margin: .5em 0;
		padding: .5em 1em; 
	}

	.bpe_block > div.Platinum {
		background: rgba(229, 228, 226, 0.75);
	}

	.bpe_block > div.Gold {
		background: rgba(240, 210, 137, 0.75);
	}

	.bpe_block > div.Silver {
		background: rgba(196, 196, 196, 0.75);
	}

	.bpe_block > div.Bronze {
		background: rgba(217, 161, 118, 0.75);
	}
	
	.bpe_block > div > .aw {
		float: right;
		padding: 0 10px;
	}

@media (max-width: 767px) {

	.list-heading, #bpe_list {
		padding: 0 10px;
	}

	.list-heading img {
		display: block;
		float: none;
		margin: 10px auto;
		width: 100%
	}

	.list-heading p {
		margin: 0;
	}

	select.bpe {
		display: block;
		margin: 10px auto;
	}

	.bpe_block > div > .aw {
		display: block;
		float: none;
		font-style: italic;
		padding: 0;
	}

}

.winnersblock {
	margin-top: 10px;
	margin-bottom: 20px;
	-webkit-font-smoothing: antialiased;
}

.winnersblock div {
	margin-bottom: 10px;
	background-color: #E5E4E6;
	display: table;
	width: 100%;
}

.winnersblock div.platinum {
	background-color: #E5E4E6;
}

.winnersblock div.gold {
	background-color: #F1E3CB;
}

.winnersblock div.silver {
	background-color: #E9EAEB;
}

.winnersblock div.bronze {
	background-color: #EDE7DB;
}

.winnersblock div span {
	display: table-cell;
	background-color: #ccc;
	padding: 12px 14px;
	width: 65px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.winnersblock div.platinum span {
	background-color: #BDBCC0;
}

.winnersblock div.gold span {
	background-color: #DBB97C;
}

.winnersblock div.silver span {
	background-color: #C9CBCC;
}

.winnersblock div.bronze span {
	background-color: #D3C3A4;
}

.winnersblock div p {
	display: table-cell;
	font-weight: 500;
	padding: 5px 10px;
	vertical-align: middle;
}


/*	Top 120 List 
	----------------------------------------------------*/
	.t120-h {
		background: #CCC;
		padding: 5px;
		font-weight: bold;
	}
	
	.t120-h > .ci {
		font-size: 1em;
	}
		

	.t120 {
		margin: 1px;
		padding: 7px 2px;
	}

	.t120:nth-child(even) {
		background:rgba(240, 210, 137,.75);
	}

	.ra {
		display: inline-block;
		width: 5%;
		text-align: left;
		vertical-align: top;
		font-weight: bold;
		padding-left: 3px;
	}

	.co {
		display: inline-block;
		vertical-align: top;
		width: 45%;
	}

	.ci {
		width: 28%;
		display: inline-block;
		vertical-align: top;
		font-size: 0.8em;
		word-wrap: break-word;
	}

	.nu {
		width: 15%;
		display: inline-block;
		text-align:center;
	}

/*	Navigation Pages
	----------------------------------------------------*/
.landing ol.pages {
	margin: 0;
	list-style: none;

}
.landing ol.pages li a:link,
.landing ol.pages li a:visited {
	display: block;
	margin: 1px 10px;
	padding: 10px;
	color: #333;
	background: #ddd;

}
.landing ol.pages li a:hover {
	text-decoration: none;
}
.landing ol.pages + h2 {
	margin-top: 10px;
}
@media (min-width: 768px) {
	.landing ol.pages li {
		float: left;
		width: 50%;
	}
	.landing ol.pages li a:link,
	.landing ol.pages li a:visited {
		margin: 1px 0 0;
	}
	.landing ol.pages li a:link:nth-child(odd),
	.landing ol.pages li a:visited:nth-child(odd) {
		margin-right: 1px;
	}
}

/*	Profile Pages
	----------------------------------------------------*/
.profile-images {
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px;
	width: 200px;
}
.profile-images > img {
	width: 100%;
}
.profile-images .social {
	margin-top: 4px;
	display: table;
	width: 100%;
}
.profile-images .social a { 
	display: table-cell;
	background-color: #eee;
	padding: 8px;
	margin-left: 8px;
	margin-bottom: 8px;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
}
.profile-images .social a:hover {
	text-decoration: none;
}
.profile-images .social a:first-child {
	border-left: 0;
} 
.profile-images .social a:last-child {
	border-right: 0;
}
.profile-images .social a.facebook {
	background-color: #3b5998;
	color: #fff;
}
.profile-images .social a.facebook:hover {
	background-color: #293E6A;	
}
.profile-images .social a.twitter {
	background-color: #55acee;
	color: #fff;
}
.profile-images .social a.twitter:hover {
	background-color: #3B78A6;	
}
.profile-images .social a.googleplus {
	background-color: #dd4b39;
	color: #fff;
}
.profile-images .social a.googleplus:hover {
	background-color: #9A3427;	
}
.profile-images .social a.email {
	background-color: #333;
	color: #fff;
}
.profile-images .social a.email:hover {
	background-color: #111;	
}
.profile-images .social a.linkedin {
	background-color: #0976b4;
	color: #fff;
}
.profile-images .social a.linkedin:hover {
	background-color: #06527D;
}
.profile-images .social a i {
	background:url(/images/share-icons.png) no-repeat;
	height: 15px;
	width: 15px;
	background-size: 15px;
	margin-bottom: -2px;
	display: inline-block;
}
.profile-images .social a.facebook i {
	background-position: 0 -14px;	
}
.profile-images .social a.twitter i {
	background-position: 0 1px;	
}
.profile-images .social a.googleplus i {
	background-position: 0 -30px;	
}
.profile-images .social a.email i {
	background-position: 0 -46px;	
}
.profile-images .social a.linkedin i {
	background-position: 0 -62px;	
}
.articles-archive h2 {
	margin: 1em 0 .5em;
	font-size: 1.5em;
	font-weight: normal;
}
@media (max-width: 767px) {
	.profile-images .social {
		margin: 0;
		display: block;
	}
	.profile-images .social a {
		display: block;
		margin: 0;
		border: none;
		margin: 4px 0 0 0;
	}
}
@media (max-width: 425px) {
	.profile-images {
		width: 125px;
	}
	.profile-images .social a { 
		padding: 4px;	
	}
}

/*	Feature Column
	----------------------------------------------------*/
@media (max-width: 979px) and (min-width: 768px) {
	.row-fluid.columns .feature-column.span9 {
		margin-left: 0;
		width: 100%;
	}
}
@media (max-width: 767px) {
	.row-fluid.columns .feature-column.span9 {
		padding: 0 10px;
	}
}

/*	Survey Pages
	----------------------------------------------------*/
	.page-header {border-bottom:1px solid #ccc;margin-bottom:0px;}
	.page-header > h3 {color: #004277;}

	.errorbox-good {border-bottom: 1px solid #ccc;padding-bottom: 20px;}
	.errorbox-good ul {list-style: none;margin: 0;}
	.ss-q-title {font-weight: bold;text-transform: uppercase;font-size: 14px;background: rgb(228, 228, 228);padding: 5px 10px;border-radius: 5px;}
	.ss-choice-label{line-height: 24px;font-size: 14px;}
	.ss-q-radio {margin: 5px 0 8px!important;padding: 5px 0;}
	.ss-form-entry .btn.btn-success{width: 33%;margin: 0 auto;display: block;padding: 15px 0;font-size: 21px;text-transform: uppercase;}
	
	

/*	Teaser Column
	----------------------------------------------------*/
.teaser-column dl,
.teaser-column dt:first-child {
	margin-top: 0;
}
.teaser-column dt {
	margin-top: 1em;
}
.teaser-column dd {
	margin: .25em 0 .5em;
}
.teaser-column dt a:link,
.teaser-column dt a:visited,
.teaser-column dt:nth-child(13) {
	color: black;
	text-transform: uppercase;
}

.teaser-feature.well {padding:5px; border-radius:0; margin:10px 0;}
.teaser-feature > span {display: block;text-transform: uppercase;font-weight: bold;color: black;}
.teaser-feature > p {font-size: 12px;font-weight: bold;}

@media (max-width: 767px) {
	.row-fluid.columns .teaser-column {
		display: none;
	}
}


/*  Newsletter Subscription Widget
	---------------------------------------------- */

.secondary-content .enews-widget .magazinelinks a, .secondary-content .enews-widget .magazinelinks a i { 
  display: inline; 
}

.secondary-content .enews-widget .magazinelinks a i {
  height: 31px;
  width: 147px;
  background-image: url('/images/buttons.png');
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-resolution: 240dpi) {
	
	.secondary-content .enews-widget .magazinelinks a i {
		background-image: url('/images/buttons@2x.png');
		background-size: 147px;
	}
	
}

.secondary-content .enews-widget .magazinelinks a i.print {
  background-position: 0px 0px;
}
  		 	
.secondary-content .enews-widget .magazinelinks a i.print:hover {
  background-position: 0px -64px;
}

.secondary-content .enews-widget .magazinelinks a i.digital {
  background-position: 0px -32px;
}			 	

.secondary-content .enews-widget .magazinelinks a i.digital:hover {
  background-position: 0px -96px;
}
  
.secondary-content .enews-widget form#kb-enews {
  margin-top: 10px;
  margin-bottom: 25px;
}
					
.secondary-content .enews-widget form#kb-enews .text label[for="email"] {
  font-weight: 600;
  margin-bottom: 0px;
  display: block;
  -webkit-font-smoothing: antialiased;
}

.secondary-content .enews-widget form#kb-enews .text a {
  display: block;
  -webkit-font-smoothing: antialiased;
}

.secondary-content .enews-widget form#kb-enews .text {
  margin-bottom: -5px;
}

.secondary-content .enews-widget form#kb-enews .text p {
  margin-top: 15px;
  margin-bottom: 0px;
}

.secondary-content .enews-widget form#kb-enews .text span {
  font-size: 12px;
  margin-right: 15px;
  font-weight: 500;
}

.secondary-content .enews-widget form#kb-enews .text div.checkrow, .secondary-content .enews-widget form#kb-enews .text div.checkoption {
	display: inline;
}

.secondary-content .enews-widget form#kb-enews .text input[type="checkbox"] {
  margin-right: 7px;
  margin-top: -3px;
}

.secondary-content .enews-widget form#kb-enews .fields input:focus {
  outline: none;
}

.secondary-content .enews-widget form#kb-enews .fields input[type='text'] {
  border: 1px solid #999999;
  height: 30px;
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
  padding-left: 6px;
  font-size: 13px;
  height: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 0px;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  box-shadow: none;
  color: #000;
  -webkit-appearance: none;
}

.secondary-content .enews-widget form#kb-enews .fields input[type='text'].email {
  width: 300px;
  margin-bottom: 6px;
  margin-top: 15px;
}

.secondary-content .enews-widget form#kb-enews .fields input[type='text'].fname {
  width: 200px;
  float: left;
  display: block;
  margin-right: -1px;
}

.secondary-content .enews-widget form#kb-enews .fields input[type='text']:focus {
  border: 1px solid #004277;
}

.secondary-content .enews-widget form#kb-enews .fields button.submit {
  text-transform: uppercase;
  background-color: #555555;
  border: none;
  color: #ffffff;
  height: 30px;
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
  width: 100px;
  font-size: 11px;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}

.secondary-content .enews-widget form#kb-enews .fields button.submit:hover {
  background-color: #004277;
}

.secondary-content .enews-widget form#kb-enews span.error {
  border: 1px solid #CF3E3E;
  border-radius: 3px;
  text-align: center;
  color: #CF3E3E;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  padding: 10px;
  margin-top: 15px;
  display: block;
  opacity: 0.9;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 979px) {
	
	.secondary-content .enews-widget form#kb-enews .text div.checkrow {
		display: block;
	}
	
	.secondary-content .enews-widget form#kb-enews .fields input[type='text'].fname, .secondary-content .enews-widget form#kb-enews .fields input[type='text'].email {
		width: 100%;
	}

}

@media (max-width: 979px) and (min-width: 768px) {
	
	.secondary-content .enews-widget form#kb-enews .text, .secondary-content .enews-widget form#kb-enews .text label {
		font-size: 12px;
	}
	
	.secondary-content .enews-widget form#kb-enews .text div.checkoption {
		display: block;	
	}
}

/* Forms */

.jform {
	-webkit-font-smoothing: antialiased;
}

.jform div.main-image {
	margin-top: 20px;
	margin-bottom: 20px;
}
			
.jform h4 {
	margin-top: 20px;
	margin-bottom: 15px;
}

.jform form.nf {
	margin-top: 35px;
	width: 100%;
	padding-right: 25px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.jform form.nf span.sectionhead {
	display: block;
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
}

.jform form.nf span.sectionhead.low {
	margin-top: 15px;
}

.jform form.nf label {
	font-weight: 500;
	font-size: 13px;
}

.jform form.nf input[type="text"], .jform form.nf textarea {
	border-radius: 0px;
	box-shadow: none !important;
	width: 100%;
	max-width: 100%;
	border: 1px solid #ccc;
	background-color: #fafafa;
	padding: 8px;
	color: #222;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
	 font-weight: 300;
	 font-size: 16px;
	letter-spacing: .5px;
	transition: none;
	margin-bottom: 20px;
	line-height: 23px;
}

.jform form.nf input[type="text"]:focus, .jform form.nf textarea:focus {
	border: 1px solid #777;
	background-color: #fff;
}

.jform form.nf input[type="text"].error, .jform form.nf textarea.error {
 	border-color: #c43b1d;
 }
 
.jform form.nf span.error {
 	margin-top: -20px;
 	margin-bottom: 20px;
 	display: block;
 	color: #c43b1d;
 	font-weight: 500;
 	font-size: 13px;
 	display: none;
}
 
.jform form.nf span.required {
 	color: #c43b1d;
 	font-weight: 500;
 	font-size: 13px;
}

.jform form.nf span.required.bot {
	display: block;	
}

.jform form.nf input[type="text"] {
	height: 37px;
}

.jform form.nf textarea {
	height: 150px;
}

.jform form.nf input[type="submit"] {
	display: inline-block;
	padding: 9px 24px 8px 25px;
	font-size: 12px;
	color: #fff;
	background: #222;
	border-radius: 20px;
	font-weight: 500;
	line-height: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: none;
	-webkit-font-smoothing: antialiased;
	margin-top: 15px;
}

.jform form.nf input[type="submit"]:hover {
	background-color: #444;
}

.jform .screenreader {
  display: none !important;
}

.jform input[type="radio"] {
	margin: 0;
}

.jform span.radio {
	margin-left: 10px;
	padding-left: 0px;
}

.jform div.radioblock {
	margin-top: 0;
	margin-bottom: 20px;
	padding: 2px;
}

.jform div.radioblock.error {
	border: 1px solid #c43b1d;
}


/*	Social Media Icons - Follow / Profiles / Enews Subscription
	---------------------------------------------- */
.icons-sprite, .icons-facebook, .icons-flickr, .icons-google, .icons-linkedin, .icons-rss, .icons-twitter { background: url('/assets/enews-sub/icons_sprite.png') no-repeat; display: block;}
.icons-facebook { background-position: 0 -160px; height: 32px; width: 32px; }
.icons-flickr { background-position: 0 0; height: 32px; width: 32px; }
.icons-google { background-position: 0 -32px; height: 32px; width: 32px; }
.icons-linkedin { background-position: 0 -128px; height: 32px; width: 32px; }
.icons-rss { background-position: 0 -64px; height: 32px; width: 32px; }
.icons-twitter { background-position: 0 -96px; height: 32px; width: 32px; }		

/*  Newsletter Subscription Widget
    ---------------------------------------------- */


/*	Best of Business
	----------------------------------------------------*/
form#bob {margin-bottom: 0;}
form#bob select {display:inline; width: 49%;}
form#bob input[type="text"] {width: 47%;}
form#bob legend {font-size: 24px;font-weight: bold;color: #586FA0;padding-bottom:10px;}
#loader {display: none;}
#loader > img {display:block; margin: 5px auto 10px;}
#winners {border-bottom: 1px solid #DDD;margin-bottom: 10PX;}
#winners > .cat_block {margin-bottom: 10px;}
#winners > .cat_block > span {display: block;line-height: 2em;font-weight: bold;font-size:16px;}
#winners > .cat_block > .wi {line-height: 2em;padding-left: 10px; border-radius: 3px; padding: 5px 5px 5px 10px;margin-bottom:10px;}
#winners > .cat_block > .wi.Platinum {background: rgba(229, 228, 226, 0.75);}
#winners > .cat_block > .wi.Gold {background: rgba(240, 210, 137, 0.75);}
#winners > .cat_block > .wi.Silver {background: rgba(192, 192, 192, 0.75);}
#winners > .cat_block > .wi.Bronze {background: rgba(217, 161, 118, 0.75);}
#winners > .cat_block > .wi > .ci {padding-left: 25px;font-size: 12px;font-style: italic;float: right;}
#winners > .cat_block > .wi > .aw {float: right;padding: 0 10px 0 0; min-width: 10%;text-align: right;}


/*    Secondary Content
    ----------------------------------------------------*/
.secondary-content .medium-rectangle img {
    margin: 0 0 1em 0;
/*    width: 300px;
    height: 250px; */
}

.secondary-content .medium-rectangle ul {
    margin: 0;
    list-style: none;
    padding-top: 10px;
}

.secondary-content .medium-rectangle ul li {
    float: none;
    margin-right: 10px;
}

.secondary-content .twitter {
	padding-bottom: 10px;
}

.secondary-content .medium-rectangle.bigbox {
	overflow: hidden;  
}

.secondary-content .medium-rectangle.sidebars {
	margin-top: 10px;
	margin-bottom: 20px;
}

.secondary-content .medium-rectangle.sidebars img {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 15px;
}

.secondary-content .twitter h2 img {
  margin-left: 10px;
	margin-top: -5px;
  width: 20px;
}
.secondary-content .twitter .tweet {
    margin-bottom: .5em;
    border-bottom: 1px solid #ddd;
    padding-bottom: .5em
}
.secondary-content .twitter .tweet:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.secondary-content .square-buttons {
    margin: 1em 0;
}
.secondary-content h2 {
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	padding: .5em 0 .5em;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-weight: 500;
	margin-bottom: 10px;
}
.secondary-content .text-ads h2 img {
	vertical-align: top;
	margin-left: 5px;
	height: 20px;
	width: 20px;
}
.secondary-content .text-ads p {
    margin-bottom: .5em;
    border-bottom: 1px solid #ddd;
    padding-bottom: .5em;
    overflow: hidden;
}
.secondary-content .text-ads p:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.secondary-content.business-profile h2 {
    margin: 1em 0 .5em;
    font-size: 18px;
    font-weight: normal;
}
.secondary-content.business-profile h2:first-child {
    margin: 0 0 .5em;
}
.secondary-content.business-profile h2 + dl {
    margin: 0;
}
.secondary-content div#follow {
	float: none;
	margin-top: 10px;
	margin-bottom: -10px;
	padding: 5px 0;
}
@media (max-width: 979px) and (min-width: 768px) {
	
	.secondary-content .enews-widget .magazinelinks a i {
  	height: 24px;
		width: 112px;
		background-size: 112px 96px;
	}
	
	.secondary-content .enews-widget .magazinelinks a i.print {
  	background-position: 0px 0px;
	}
  		 	
	.secondary-content .enews-widget .magazinelinks a i.print:hover {
  	background-position: 0px -48px;
	}

	.secondary-content .enews-widget .magazinelinks a i.digital {
  	background-position: 0px -24px;
	}			 	

	.secondary-content .enews-widget .magazinelinks a i.digital:hover {
  	background-position: 0px -72px;
	}
	
	.secondary-content .enews-widget form#me-enews .text label[for="email"] {
		font-size: 12px;	
		line-height: 1.2em;
	}
	
	.secondary-content .enews-widget form#me-enews .text {
		font-size: 12px;
	}
	
}
@media (max-width: 979px) and (min-width: 768px) {
    .secondary-content .medium-rectangle img {
        width: 228px !important;
        height: 190px !important;
		}
		.secondary-content .medium-rectangle.sidebars img {
        width: 104px !important;
        height: 104px !important;
		}
    .secondary-content .twitter h2,
    .secondary-content .text-ads h2 {
        font-size: 1.2em;
    }
    .secondary-content .twitter h2 img {
        padding-top: 2px;
        width: 16px;
        height: 16px;
    }
    .secondary-content .square-buttons img {
        margin-bottom: 10px;
        width: 100px !important;
        height: 100px !important;
    }
    .secondary-content .square-buttons a:nth-child(even) img {
        margin-right: 5px;
        margin-left: 7px;
    }
    .secondary-content h2 img.external-icon {
	    margin-top: 5px;
    }
    .secondary-content .enews-widget form#kb-enews {
			margin-bottom: 15px !important;  
		}
}
@media (max-width: 767px) {
    .secondary-content .twitter,
    .secondary-content .square-buttons {
        display: none;
    }
    .secondary-content {
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .secondary-content .medium-rectangle {
        margin: 1em auto 0;
        padding-top: 1em;
    }
    .secondary-content .medium-rectangle ul {
	    padding: 0;
	  }
	  .secondary-content .enews-widget form#kb-enews {
			margin-bottom: 0 !important;  
		}
}

/*	Footer
	----------------------------------------------------*/
footer {
	color: #666;
	margin-top: 1em;
	border-top: 1px solid #ddd;
	padding-top: 1em;
}
footer .leaderboard {
	margin-bottom: 1em;
	border-bottom: 1px solid #ddd;
	padding-bottom: 1em;
}
footer .leaderboard img {
	display: block;
	margin: 0 auto;
	width: auto;
	max-height: 90px;
}
footer dl dt {
	clear: left;
	float: left;
	padding-right: 1ex;
	font-weight: normal;
}
footer dl dd {
	float: left;
	margin-bottom: .5em;
	padding-right: 1ex;
}
footer dd + dd::before {
	content: "| ";
	padding-right: 2px;
}
@media (max-width: 979px) and (min-width: 768px) {
	footer {
		font-size: 11px;
		line-height: 1.5em;
	}
	footer .leaderboard {
		width: 724px !important;
	}
}
@media (max-width: 767px) {
	footer {
		display: none;
	}
}

/*	Layout
	----------------------------------------------------*/
@media (max-width: 767px) {
	body {
		padding: 0;
	}
}
	
/*	Login Page
	----------------------------------------------------*/
@media (min-width: 768px) {
	body.login {
		margin: 15% auto;
		border: 1px solid #ddd;
		padding: 75px 0;
		width: 400px;
	}
	body.login input[type=text],
	body.login input[type=password],
	body.login input[type=submit] {
		display: block;
		margin: 1em auto;
	}
	body.login input[type=submit] {
		border: none;
		border-radius: 3px;
		padding: 8px 15px;
		background: #ddd;
		vertical-align: top;
		font-size: 14px;
		line-height: 1em;
	}
	body.login input[type=submit]:hover,
	body.login input[type=submit]:focus {
		color: #f5f5f5;
		background: #666;
	}
}
@media (max-width: 767px) {
	body.login {
		margin: 30px 10px 0;
	}
	body.login input[type=text],
	body.login input[type=password] {
		display: block;
		margin: .5em auto;
		width: 275px;
	}
	body.login input[type=submit] {
		display: block;
		margin: .5em auto;
	}
	
}

/*    Quicklink
    ----------------------------------------------------*/

.secondary-content .text-ads hr {
	display: none;
}

.quicklink-block {
	-webkit-font-smoothing: antialiased;
	border-bottom: 1px solid #ddd;
	padding-bottom: 7px;
	margin-bottom: 7px;
}
	
.quicklink-block a.quicklink-title {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

.quicklink-block p.quicklink-p {
	-webkit-font-smoothing: antialiased;
	hyphens: none;
	-webkit-hyphens: none;
	margin: 0;
	padding: 0;
	border: none;
}

.quicklink-block span.quicklink-promotedby {
	color: #999;
	display: inline-block;
	margin-top: 3px;
}

@media (max-width: 979px) and (min-width: 768px) {
	
	.quicklink-block span.quicklink-promotedby {
		margin-top: 0;	
	}
	
	.quicklink-block a.quicklink-title {
		margin-bottom: 0;	
	}
	
}

/*    Global Landing
    ----------------------------------------------------*/

.globallanding {
	padding-bottom: 10px;
}

.globallanding.mt {
	margin-top: 15px;	
}

.globallanding h2 {
	font-family:  'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	border-bottom: 2px solid #eee;
	padding-bottom: 5px;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 0;
}

.globallanding a, .globallanding a h2{
	font-weight: bold;
}

.globallanding .breadcrumb a {
 font-weight: normal;	
}

.globallanding .item {
	display: table;
	padding-bottom: 13px;
	padding-top: 13px;
	width: 100%;
}

.globallanding div.item:last-of-type {
	border-bottom: none;
}

.globallanding .item.lined {
	border-bottom: 1px solid #ddd;
}

.globallanding .item.lined:last-child {
	border: none;	
}

.globallanding .item.noline {
	border: none
}

.globallanding .item.promoted {
	background-color: #eee;	
	margin-top: 7px;
}

.globallanding .item .graphic {
	display: table-cell;
	vertical-align: top;
	padding-right: 20px;
}

.globallanding .item .graphic img {
	width: 200px;
	height: 200px;
	max-width: 200px;
}

.globallanding .item .graphic img.customsize {
	height: inherit;
	width: inherit;
	max-width: inherit;	
}

.globallanding .item .text {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}

.globallanding .item .text .promoted {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
	padding: 3px 8px;
	background-color: #999;
	margin-bottom: 10px;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
}

.globallanding .item .text span.categories {
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 1.4em;
	color: #dd2525;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
}

.globallanding .item .text span.categories a {
	color: #dd2525;
	font-weight: normal;
}

.globallanding .item .text a.title, .globallanding .item .text span.title {
	font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1.2em;
	font-weight: bold;
	display: block;
}

.globallanding .item .text p {
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	line-height: 1.3em;	
	hyphens: none;
	-webkit-hyphens: none;
	margin-right: 0;
	margin-left: 0;
}

.globallanding .item .text .pub-info {
	color: #777;
	font-size: 14px;
}

.globallanding p.caption {
	padding: 12px 15px;
	background: #f2f2f2;
}
.globallanding p.caption {
 	margin-bottom: 0;
 	color: #555;
 	font-size: 14px;
 	line-height: 1.6em;
 	border: 2px solid #ddd;
 	border-top: none;
 	font-weight: 500;
 	-webkit-font-smoothing: antialiased;
}

.globallanding div.gridlist {
	margin-top: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.globallanding div.gridlist > * {
	font-weight: 500;
	color: #333;
	-webkit-font-smoothing: antialiased;
	background-color: #ddd;
	padding: 13px 20px;
	margin: 1px;
	display: inline-block;
	width: 32.9%;
	box-sizing: border-box;
}

.globallanding div.gridlist a:hover {
	text-decoration: none;
	background-color: #eee;
}

.globallanding div.fluidgridlist {
	margin-top: 10px;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 
	-webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.globallanding div.fluidgridlist > * {
	font-weight: 500;
	color: #333;
	-webkit-font-smoothing: antialiased;
	background-color: #ddd;
	padding: 13px 20px;
	margin: 1px;
	display: inline-block;
	-webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.globallanding div.fluidgridlist a:hover {
	text-decoration: none;
	background-color: #eee;
}

@media (max-width: 767px) {
	
	.globallanding .item .graphic img {
		width: 100px;
		height: 100px;
	}
	
	.globallanding .item .graphic img.customsize {
		height: inherit;
		width: 100px;	
	}
	
	.globallanding .item .graphic {
		padding-right: 10px;
	}
	
	.globallanding .item .text a.title {
		font-size: 1.2em;	
		line-height: 1.35em;
		margin-bottom: 10px;
	}
	
	.globallanding .item .text span.categories {
		font-size: 0.75em;	
		margin-bottom: 5px;
	}
	
	.globallanding .item.promoted {
		margin-top: 0;
	}
	
	.globallanding .item .text .promoted {
		font-size: 0.85em;
		padding: 1px 6px
	}
	
	.globallanding .item .text p {
		display: none;
	}
	
	.globallanding .item .text.show-phone p {
		display: block;
	}
	
	.globallanding .item {
		border-bottom: 1px solid #ddd;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.globallanding .item .text .pub-info {
		font-size: 13px;
	}
	
	.globallanding div.gridlist > * {
		width: 100%;
	}
		
}

@media (max-width: 979px) and (min-width: 768px) {
	
	.globallanding .item .graphic img {
		width: 150px;
		height: 150px;
	}
	
	.globallanding .item .graphic img.customsize {
		height: inherit;	
		width: 150px;
	}
	
	.globallanding .item .graphic {
	}
	
	.globallanding .item {
		border-bottom: 1px solid #ddd;
	}
	
	.globallanding .item.promoted {
		margin-top: 0;
	}
	
	.globallanding .item .text .promoted {
		font-size: 0.9em;
		padding: 1px 6px
	}
	
	.globallanding .item .text p {
		font-size: 16px;	
		line-height: 1.4em;
	}
	
	.globallanding .item .text a.title {
		font-size: 18px;	
	}
	
	.globallanding .item .text span.categories {
		font-size: 13px;
	}
	
	.globallanding div.gridlist > * {
		width: 49%;
	}
	
}

/*    Events
    ----------------------------------------------------*/
    
.event-calendar-icon {
	width: 70px;
	height: 80px;
	padding: 1px;
	border-radius: 5px;
}

@media (max-width: 767px) {
	.event-calendar-icon {
		width: 50px;
		height: 60px;
	}
	.event-calendar-icon .day {
		line-height: 40px !important;	
	}
}

.event-calendar-icon .month {
	border-radius: 3px 3px 0 0;
	color: white;
	background: #00456A;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center; 
	-webkit-font-smoothing: antialiased;
}

.event-calendar-icon .day {
	border-radius: 0 0 3px 3px;
	background: #ddd;
	border: 1px solid #999;
	border-top: none;
	line-height: 54px;
	font-size: 24px;
	text-align: center; 	
}

/*    Key Products
    ----------------------------------------------------*/

.key-product-block a {
	font-weight: bold;
}

.key-product-block {
	display: table;
	padding-bottom: 13px;
	padding-top: 13px;
	width: 100%;
	background-color: #eee;
	margin-top: 7px;
}

.key-product-block.lined {
	border-bottom: 1px solid #ddd;
}

.key-product-block.lined:last-child {
	border: none;	
}

.key-product-block img.key-product-img {
	display: table-cell;
	vertical-align: top;
	padding-right: 20px;
	padding-bottom: 5px;
	width: 200px;
	height: 200px;
	max-width: 200px;
}

.key-product-block .key-product-text {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}

.key-product-block .key-product-text .key-product-promoted {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
	padding: 3px 8px;
	background-color: #999;
	margin-bottom: 10px;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
}

.key-product-block img.key-product-offsiteicon {
	height: 20px;
	width: 20px;
	margin-left: 5px;	
}

.key-product-block .key-product-text a.key-product-title {
	font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1.4em;
	font-weight: bold;
	display: block;
}

.key-product-block .key-product-text p.key-product-p {
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	line-height: 1.3em;	
	hyphens: none;
	-webkit-hyphens: none;
	margin-right: 0;
	margin-left: 0;
}

.key-product-block span.key-product-promotedby {
	font-size: 14px;
	color: #777;
}

@media (max-width: 767px) {
	
	.main-content .key-product-block img.key-product-img {
		width: 100px;
		height: 100px;
		padding-right: 10px;
	}
	
	.main-content .key-product-block a.key-product-title {
		font-size: 1.2em;	
		line-height: 1.35em;
		margin-bottom: 10px;
	}
	
	.main-content .key-product-block p.key-product-p {
		display: none;
	}
	
	.main-content .key-product-block .key-product-promoted {
		font-size: 0.85em;
		padding: 1px 6px
	}
	
	.main-content .key-product-block a.key-product-title {
		font-size: 1.2em;	
		line-height: 1.2em;
		margin-bottom: 5px;
	}
	
	.main-content .key-product-block {
		padding-bottom: 10px;
		padding-top: 10px;
		border-bottom: 1px solid #ddd;
		margin-top: 0;
	}
	
	.main-content .key-product-block span.key-product-promotedby {
		font-size: 13px;	
	}
		
}

@media (max-width: 979px) and (min-width: 768px) {
	
	.main-content .key-product-block img.key-product-img {
		width: 150px;
		height: 150px;
	}
	
	.main-content .key-product-block {
		border-bottom: 1px solid #ddd;
		margin-top: 0;	
	}
	
	.main-content .key-product-block .key-product-promoted {
		font-size: 0.9em;
		padding: 1px 6px
	}
	
	.main-content .key-product-block p.key-product-p {
		font-size: 16px;
		line-height: 1.4em;
	}
	
	.main-content .key-product-block a.key-product-title {
		font-size: 18px;	
	}
	
}

/* BetterBook search widget */

.bbsearch {
	background-color: #a3a3a3;
	padding: 10px;
	margin-bottom: 15px;
	margin-top: 1px;
	-webkit-font-smoothing: antialiased;
}

.bbsearch form {
	margin: 0;
}

.bbsearch label {
	font-weight: bold;
	color: #fff;
	margin-bottom: 8px;
}

.bbsearch input.keywords {
	border: 1px solid #777;
	height: 30px;
	padding-left: 6px;
	font-size: 13px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow: none;
	color: #000;
	-webkit-appearance: none;
	margin-bottom: 0;
	width: 70%;
	margin-right: -5px;
}

.bbsearch input.keywords:focus {
	border: 1px solid #004277;
}

.bbsearch input.search {
	text-transform: uppercase;
	background-color: #555;
	border: none;
	color: #fff;
	height: 30px;
	font-size: 11px;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 30%;
	border-radius: 0;
}

.bbsearch input.search:hover {
	background-color:#004277
}

.bbsearch img.poweredbybb {
	width: 175px;
	margin-top: 15px;
	margin-bottom: 2px;
}

.dropdown:hover .dropdown-menu{
    display: block;
}

.paginate a {
	background: #ddd;
	display: block;
	font-weight: bold;
	margin: 1em 0;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
}

@media print {
  .no-float-print {
    float: none; !important;
  }

.timeline-Body customisable-border {
display:none; !important;
}

  .no-padding-print {
    padding: 0; !important;
  }

.timeline-Header timeline-InformationCircle-widgetParent {
display:none; !important;
}

.twitter-timeline {
display:none; !important;
}

  .share {
  display:none;  !important;
  }
    .span4 secondary-content{
  display: none;  !important;
  } 
  .text-ads {
  display: none;  !important;
  }

  .medium-rectangle bigbox {
  display:none;  !important;
  }
 
.adClick {
display:none;  !important;
}

.enews-widget {
display: none;  !important;
}

.medium-rectangle bigbox {
display: none;  !important;
}

.text-ads {
display: none;  !important;
}

.globallanding {
display: none;  !important;
}

  .outblocklink {
  display:none;  !important;
  }


    .none-print {
    display: none;  !important;
  }
  

.secondary-content {
display:none;  !important;
}

.leaderboard {
display: none;  !important;
}


body {
font-size: 16pt;
line-height: 1.6;
}

  .no-margin-print {
    margin: 0;
  }

  .none-print {
    display: none; !important;
  }


  .block-print {
    display: block;
  }

  .inline-block-print {
    display: inline-block;
  }

  .inline-print {
    display: inline;
  }

  .text-left-print {
    text-align: left;
  }

.enews-widget {
display: none;  !important;
}

.medium-rectangle bigbox {
display: none;  !important;
}


.bbsearch {
display: none;  !important;
}

.writer_summary {
display: none; !important;
}

.comments {
display: none; !important;
}

.medium-rectangle sidebars{
display: none;  !important;
}

.share {
display:none;  !important;
}

.text-ads {
display: none;  !important;
}

.outblocklink {
display: none;  !important;
}

.sidebar {
display: none;  !important;
}


.adClick {
display:none;  !important;
}

.col-12 {
display: none;  !important;
}

.social {
display: none;  !important;
}

.col-3-tablet {
display:none;  !important;
}

.nav-search {
display: none;  !important;
}

.billboard {
display: none;  !important;
}

.globallanding {
display: none;  !important;
}

#secondary_content {
display: none;   !important;
}

#twittwit {
display:none; !important;
}

.block medium_ad {
display: none;   !important;
}


.block square_ads {
display: none;   !important;
}


.block quicklinks {
display: none;   !important;
}

  .text-right-print {
    text-align: right;
  }

  .text-center-print {
    text-align: center;
  }

  .text-justify-print {
    text-align: justify;
  }


  .no-col-print {
    width: auto;
    float: none;
  }

  article h1 {
    font-size: 38px !important;
    letter-spacing: -0.03em !important;
    line-height: 1.1em !important;
    margin: 0.5em 0 !important; }

  .article-main {
    width: 100%; }

  .no-push-print, .no-pull-print {
    left: 0;
  }
}

.timeline-Widget timeline-Widget--edge {
display:none; !important;
}

.twittertimeline {
display:none; !important;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="date"] {
	border-radius: 0px;
	box-shadow: none !important;
	width: 100%;
	max-width: 100%;
	border: 1px solid #ccc;
	background-color: #fafafa;
	padding: 8px 0;
	color: #222;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: .5px;
	transition: none;
	margin-bottom: 20px;
	line-height: 23px;
	
}


/*	The End
	----------------------------------------------------*/