/*
Theme Name: reminet
Theme URI: http://www.kobayashi.ca/

Description: Kobayashi Online is a Toronto-based digital marketing agency providing web and print solutions for businesses.  We help you connect with your customers by creating compelling and friendly customer experiences. Online friendly is not simply our brand promise and mission, it is our green grass and pure oxygen for helping small businesses to fly.  Everything we design and develop, from websites to brochures to identities to interactive applications, is done for one purpose, to help your business grow. Contact us at <a href="mailto:info@kobayashi.ca">info@kobayashi.ca</a>
Author: Kobayashi Online
Author URI: http://www.kobayashi.ca
Template: twentyeleven
Version: 0.1.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* =Structure
----------------------------------------------- */
/*html>body {
	overflow:scroll;
} this is to force a scrollbar on non-IE browsers*/
body {
	padding: 0;
}
#page {
	margin: 0 auto;
}
#primary {
	float: left;
	margin: 0 -36.4% 0 0;
	width: 100%;
}

#header-print-version {  /*this is the div with our logo and other info for print only*/
	display:none;
}
#content {
	margin: 0 34% 0 0;
	width: 74.4%;
}
#secondary {
	float: right;
	margin-right:0;
	width: 302px;
}

/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 68.9%;
}
/* Showcase */
.page-template-showcase-php #primary, .left-sidebar.page-template-showcase-php #primary {
	margin: 0;
}
.page-template-showcase-php #content, .left-sidebar.page-template-showcase-php #content {
	margin: 0 7.6%;
	width: auto;
}
.page-template-showcase-php section.recent-posts {
	float: right;
	margin: 0 0 0 31%;
	width: 69%;
}
.page-template-showcase-php #main .widget-area {
	float: left;
	margin: 0 -22.15% 0 0;
	width: 22.15%;
}
/* error404 */
/*.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	margin: 0 7.6%;
	width: auto;
}*/
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* Right Content */
.left-sidebar #primary {
	float: right;
	margin: 0 0 0 -26.4%;
	width: 100%;
}

.left-sidebar #content {
	margin: 0 7.6% 0 34%;
	width: 58.4%;
}

.left-sidebar #secondary {
	float: left;
	margin-left: 7.6%;
	margin-right: 0;
	width: 18.8%;
}
/* One column */
.one-column #page {
	width: 690px;
}
.one-column #content {
	margin: 0 7.6%;
	width: auto;
}
.one-column #nav-below {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.625em;
}
.one-column #secondary {
	float: none;
	margin: 0 7.6%;
	width: auto;
}
/* Simplify the showcase template */
.one-column .page-template-showcase-php section.recent-posts {
	float: none;
	margin: 0;
	width: 100%;
}
.one-column .page-template-showcase-php #main .widget-area {
	float: none;
	margin: 0;
	width: auto;
}
.one-column .page-template-showcase-php .other-recent-posts {
	border-bottom: 1px solid #ddd;
}
/* Simplify the showcase template when small feature */
.one-column section.featured-post .attachment-small-feature {
	border: none;
	display: block;
	height: auto;
	width: 60%;
	position: static;
}
.one-column article.feature-image.small {
	margin: 0 0 1.625em;
	padding: 0;
}
.one-column article.feature-image.small .entry-title {
	font-size: 20px;
	line-height: 1.3em;
}
.one-column article.feature-image.small .entry-summary {
	height: 150px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
}
.one-column article.feature-image.small .entry-summary a {
	left: -9%;
}
/* Remove the margin on singular articles */
.one-column.singular .entry-header, .one-column.singular .entry-content, .one-column.singular footer.entry-meta, .one-column.singular #comments-title {
	width: 100%;
}
/* Simplify the pullquotes and pull styles */
.one-column.singular blockquote.pull {
	margin: 0 0 1.625em;
}
.one-column.singular .pull.alignleft {
	margin: 0 1.625em 0 0;
}
.one-column.singular .pull.alignright {
	margin: 0 0 0 1.625em;
}
.one-column.singular .entry-meta .edit-link a {
	position: absolute;
	left: 0;
	top: 40px;
}
.one-column.singular #author-info {
	margin: 2.2em -8.8% 0;
	padding: 20px 8.8%;
}
/* Make sure we have room for our comment avatars */
.one-column .commentlist > li.comment {
	margin-left: 102px;
	width: auto;
}
/* Make sure the logo and search form don't collide */
.one-column #branding #searchform {
	right: 40px;
	top: 4em;
}
/* Talking avatars take up too much room at this size */
.one-column .commentlist > li.comment {
	margin-left: 0;
}
.one-column .commentlist > li.comment .comment-meta, .one-column .commentlist > li.comment .comment-content {
	margin-right: 85px;
}
.one-column .commentlist .avatar {
	background: transparent;
	display: block;
	padding: 0;
	top: 1.625em;
	left: auto;
	right: 1.625em;
}
.one-column .commentlist .children .avatar {
	background: none;
	padding: 0;
	position: absolute;
	top: 2.2em;
	left: 2.2em;
}
.one-column #respond {
	width: auto;
}
/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #373737;
	font-size: 16px;
	line-height: 1.5;
	font-family: 'Lato', sans-serif;
}
#page {
	background: #fff;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}
/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
#secondary ul {
	list-style:none;
}
#secondary ul li {
	padding-bottom:12px;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup, sub {
	font-size: 16px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
/* Forms */
input[type=text], input[type=password], textarea {
	background: #fafafa;
	border: none;
	color: #888;
}
input[type=text] {
	padding: 3px 3px 3px 28px;
	color: #888;
    background-color: white;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    width: 0;
	font-size: 16px;
}
#content #searchform input[type=text]{
	border: 1px solid #ccc;
}
#searchform input[type=text]{
	background-image: url('images/search.png');
    background-position: 4px 4px;
    background-repeat: no-repeat;
	cursor: pointer;
}
input[type=text]:focus, textarea:focus {
	color: #373737;
	width: 170px;
	border: 1px solid #999;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input#searchsubmit {
	display: none;
}
/* Links */
a {
	color: #1982d1;
	text-decoration: none;
}
a:focus, a:active, a:hover {
	text-decoration: underline;
}
/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active, #access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}
/* =Header
----------------------------------------------- */

#page-header-stick{
	position: fixed;
	width: 100%;
	height: 102px;
	background-color: #fff;
	z-index: 6000;
}
#branding {
	padding-bottom: 10px;
	position: relative;
	z-index: 2000;
}
hgroup{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 114px;
}
#hgroup-wrapper{
	max-width: 1270px;
	padding: 8px 10px 0 10px;
	margin: 0 auto;
}
h1#site-title {
	display: block;
	clear: none;
	float: left;
}
#site-title a {
	height: 90px;
	text-decoration: none;
	display: block;
	text-indent: -9000px;
	background-repeat: no-repeat;
}
body.ko-magazine-remi #site-title a {
	background-image: url(images/headers/remi-logo.png);
	background-repeat: no-repeat;
    background-position: 0 10px;
	width: 515px;
}
body.ko-magazine-canadian-property-management #site-title a{
	background-image: url(images/headers/cpm-logo.png);
	width: 282px;
}
body.ko-magazine-canadian-apartment-magazine #site-title a{
	background-image: url(images/headers/cam-logo.png);
	width: 305px;
}
body.ko-magazine-design-quarterly #site-title a{
	background-image: url(images/headers/dq-logo.png);
	width: 154px;
}
body.ko-magazine-condobusiness #site-title a{
	background-image: url(images/headers/condo-logo.png);
	width: 320px;
}
body.ko-magazine-canadian-facility-management-design #site-title a{
	background-image: url(images/headers/cfmd-logo.png);
	width: 300px;
}
body.ko-magazine-building-strategies-sustainability #site-title a{
	background-image: url(images/headers/bss-logo.png);
	width: 270px;
	background-position: 0 2px;
}
body.ko-magazine-construction-business #site-title a{
	background-image: url(images/headers/cb-logo.png);
	width: 395px;
}
body.ko-magazine-facility-cleaning-maintenance #site-title a{
	background-image: url(images/headers/FCM-logo.png);
	width: 339px;
}
#ko-header-network-logo{
	float: left;
	margin-left: 12px;
}
#ko-header-network-logo a{
	float: left;
	background-image: url(images/headers/remi-2016.png);
	background-repeat: no-repeat;
	padding-left: 80px;
	height: 90px;
    color: #fff;
    width: 83px;
	line-height: 14px;
	font-style: italic;
	text-decoration: none;
}
body.ko-magazine-construction-business #ko-header-network-logo a{
    width: 22px;
    line-height: 14px;
    background-size: contain;
    background-position: 0 16px;
}
#site-title a:hover, #site-title a:focus, #site-title a:active {
	color: #1982d1;
}
#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0 270px 3.65625em 0;
}
#branding img {
	height: auto;
	margin-bottom: -7px;
	/*width: 100%;*/
}
#branding .logo img {
	display:none;
	height:80px;
	width:80px;
}
#ko-header-top-ads{
	float: right;
	width: 728px;
	height: 90px;
	margin-right: 4px;
}
#ko-header-top-ads-global-menu{
	max-width: 1270px;
	padding:0 10px;
    margin: 0 auto;
	background-color: #fff;
}
#ko-global-menu-and-social-media {
	float: right;
	padding-top: 20px;
}
.menu-global-menu-container {
    float: left;
}
a#buyer-guide {
	margin-left: 10px;
	display: block;
}
.menu-global-menu-container ul,
#social-media-profiles ul{
	margin-left: 10px;
}
.menu-global-menu-container ul li{
	list-style: none;
	float: left;
	margin-right: 10px;
}
.menu-global-menu-container ul li:after{
	content: "/";
	padding-left: 10px;
}
.menu-global-menu-container ul li a{
	color: #000;
	text-decoration: none;
}
#ko-header-vertical-menu-ad{
    /*border:red 1px solid !important;*/
    /*height: 200px;*/
    position: absolute;
    display:block;
	left: 658px;
    top: 260px;
    width: 200px;
	z-index:9999;
}

#social-media-profiles{
	float: left;
	margin-bottom: 4px;
}
#ko-header-top-ads-global-menu #social-media-profiles{
}
#ko-header-top-follow-us{
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	padding-left: 10px;
	float: left;
	margin-top: 4px;
}
#social-media-profiles ul li{
	width: 33px;
	height: 33px;
	display: block;
	text-indent: -9000px;
	float: left;
	list-style: none;
	margin-right: 8px;
}
#social-media-profiles ul li a{
	width: 33px;
	height: 33px;
	display: block;
}
li.social-media-profiles-twitter a{
	background-image:url(images/headers/icon_twitter.png);
	background-repeat: no-repeat;
}
li.social-media-profiles-facebook a{
	background-image:url(images/headers/icon_facebook.png);
	background-repeat: no-repeat;
}
li.social-media-profiles-linkedin a{
	background-image:url(images/headers/icon_linkedin.png);
	background-repeat: no-repeat;
}
li.social-media-profiles-instagram a{
	background-image:url(images/headers/icon_instagram.png);
	background-repeat: no-repeat;
}

/* =Menu
-------------------------------------------------------------- */

#access ul, #access-footer ul{
	font-size: 13px;
	text-transform: uppercase;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li, #access-footer li{
	float: left;
	position: relative;
	margin: 0px 18px;
}
#access a, #access-footer li a{
	color: #fff;
	display: block;
	line-height: 1.25em;
	padding: 0.5em 0.125em;
	text-decoration: none;
	height: 32px;
}
#access ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 2.5em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a, #access ul ul :hover > a, #access a:focus {
	color: #ccc;
}
#access li:hover > a, #access a:focus, #access-footer li:hover > a{
	color: #ccc;
}
#access ul li:hover > ul {
	display: block;
}
#access .current_page_item > a, #access .current_page_ancestor > a {
	background: #777;
	color: #fff;
}
#megaMenu.megaMenuHorizontal ul.megaMenu{
	margin: 0 auto !important;
	max-width: 1270px;
	padding: 0 10px;
	float: none;
}
#megaMenu ul.megaMenu > li > a, #megaMenu ul.megaMenu > li > span.um-anchoremulator, .megaMenuToggle {
	font-weight: normal !important;
}
#megaMenu ul.megaMenu > li > a span.wpmega-link-title, #megaMenu ul.megaMenu > li > span.um-anchoremulator span.wpmega-link-title {
	text-transform: uppercase !important;
	font-size: 16px !important;
    line-height: 48px;
}
#megaMenu {
	border: none;
	background-color:#0063a8 !important;
}
body.ko-magazine-canadian-property-management #megaMenu{
	background-color:#4b4f5a !important;
}
body.ko-magazine-canadian-apartment-magazine #megaMenu{
	background-color:#dc0303 !important;
}
body.ko-magazine-condobusiness #megaMenu{
	background-color:#a0450e !important;
}
body.ko-magazine-canadian-facility-management-design #megaMenu{
	background-color:#004151 !important;
}
body.ko-magazine-building-strategies-sustainability #megaMenu{
	background-color:#034f08 !important;
}
body.ko-magazine-construction-business #megaMenu{
	background-color:#191744 !important;
}
body.ko-magazine-facility-cleaning-maintenance #megaMenu{
	background-color:#460022 !important;
}
body.ko-magazine-design-quarterly #megaMenu{
	background-color:#2194d2 !important;
}
#megaMenu ul.megaMenu > li > a, #megaMenu ul.megaMenu > li > span.um-anchoremulator, .megaMenuToggle {
	color: #fff !important;
	padding: 5px 13px !important;
}
#megaMenu ul.megaMenu > li:first-child a{
	padding-left: 0 !important;
}
#megaMenu.megaMenuHorizontal ul.megaMenu > li > a, #megaMenu.megaMenuHorizontal ul.megaMenu > li > span.um-anchoremulator {
	border-left: none !important;
}
#megaMenu ul.megaMenu > li.menu-item-has-children > a{
	padding-right: 19px !important;
    background-image: url(images/menu-down-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 24px !important;
}
li.menu-item-has-children ul li a{
	padding-right: 15px !important;
	background: none !important;
}
#megaMenu ul.megaMenu > li:hover > a, #megaMenu ul.megaMenu > li > a:hover, #megaMenu ul.megaMenu > li.megaHover > a, #megaMenu ul.megaMenu > li:hover > span.um-anchoremulator, #megaMenu ul.megaMenu > li > span.um-anchoremulator:hover, #megaMenu ul.megaMenu > li.megaHover > span.um-anchoremulator {
	background-color: transparent !important;
	color: #ddd !important;
}
#megaMenu ul li.ss-nav-menu-mega ul.sub-menu li ul.wpmega-postlist-w-img div.wpmega-postlist-title, #megaMenu ul li.ss-nav-menu-mega ul.sub-menu li ul.wpmega-postlist-w-img div.wpmega-postlist-content {
	padding-left: 0 !important;
}
#megaMenu ul li.ss-nav-menu-mega ul.sub-menu li {
	margin-bottom: 8px !important;
}
#megaMenu ul.megaMenu > li {
    margin-right: 6px !important;
}
#megaMenu ul ul.sub-menu li a, #megaMenu ul ul.sub-menu li span.um-anchoremulator {
	margin: 0 !important;
}
#megaMenu ul.megaMenu > li.ss-nav-menu-mega > ul.sub-menu-1, #megaMenu ul.megaMenu li.ss-nav-menu-reg ul.sub-menu {
	border: 5px solid #c3c4c4 !important;
	color: #000000 !important;
	text-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	background: none !important;
	background-color: #dbdcdc !important;
}
#megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu li > a, #megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu li > span.um-anchoremulator, #megaMenu ul ul.sub-menu li > a, #megaMenu ul ul.sub-menu li > span.um-anchoremulator {
	color: #000000 !important;
	text-shadow: none !important;
}
#megaMenu ul li.ss-nav-menu-mega ul li.ss-nav-menu-item-depth-1 {
	padding: 11px 16px !important;
}
#megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > ul.sub-menu.sub-menu-1 {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}
#megaMenu.wpmega-nojs li.ss-nav-menu-mega ul.sub-menu.sub-menu-1, #megaMenu.megaFullWidthSubs li.ss-nav-menu-mega ul.sub-menu.sub-menu-1, #megaMenu li.ss-nav-menu-mega.ss-nav-menu-mega-fullWidth ul.sub-menu.sub-menu-1 {
	left: 0 !important;
}
#megaMenu ul li.ss-nav-menu-reg li.megaReg-with-sub > a::after, #megaMenu ul li.mega-with-sub > a::after, #megaMenu ul li.ss-nav-menu-mega > a::after, #megaMenu ul li.ss-nav-menu-reg li.megaReg-with-sub > span.um-anchoremulator::after, #megaMenu ul li.mega-with-sub > span.um-anchoremulator::after, #megaMenu ul li.ss-nav-menu-mega > span.um-anchoremulator::after{
	display: none !important;
	border: none !important;
}

.sub-menu {
	min-height: 280px;
	margin-top: -1px !important;
}
#megaMenu ul li.ss-nav-menu-mega ul.sub-menu li{
    width: 100%;
}
#megaMenu .ko_menu_subcategories {
	float: left;
	width: 22%;
}
#megaMenu .ko_menu_subcategories li{
	margin-bottom: 4px !important;
	padding-bottom: 6px !important;
	border-bottom: 1px solid #fff !important;
}
#megaMenu .ko_menu_subcategories li a{
	font-weight: bold;
	font-size: 15px !important;
	text-transform: uppercase !important;
}
#megaMenu .ko_menu_subcategories ul, .wpmega-link-title{
	text-transform: capitalize;
}
#megaMenu .ko_menu_most_popular{
	float: left;
	width: 44%;
	padding-left: 20px !important;
	margin-left: 20px !important;
	margin-right: 50px !important;
	border-left: 1px solid #fff;
}
#megaMenu .ko-vertical-add-space{
    float: left;
}
#megaMenu ul ul.sub-menu {
	z-index: 6000 !important;
}
#megaMenu ul li.ss-nav-menu-mega ul.sub-menu li .ko_menu_most_popular li.ko-magazine-landing-section-main-article{
	margin-bottom: 10px !important;
	display: block;
	float: left;
}

#megaMenu .ko-magazine-landing-section-main-article-excerpt {
	font-size: 16px;
	line-height: 18px;
}
#megaMenu .ko-magazine-landing-section-main-article-image, .ko-magazine-landing-section-main-article-container {
    float: left;
}
#megaMenu .ko-magazine-landing-section-main-article-container{
	width: 47%;
}
#megaMenu h4.ko-magazine-landing-section-other-articles-title{
    font-size: 18px !important;
}
#megaMenu .ko-magazine-landing-section-main-article-excerpt a{
	color: #fff;
}
#megaMenu .ko-magazine-landing-section-main-article-date{
	display: none;
}
#megaMenu h3.ko-magazine-landing-section-main-article-title a {
    font-size: 18px !important;
}
#megaMenu .ko-magazine-landing-section-main-bucket-articles, #megaMenu .ko-magazine-landing-section-other-bucket-articles {
    float: left !important;
}
#megaMenu ul.ko-magazine-landing-section-main-bucket-articles{
	border-bottom: 1px solid #fff !important;
	padding-bottom: 14px !important;
	margin-bottom: 14px !important;
}
#ko-links-and-search{
	width: 275px;
	float: right;
	margin-right: 20px;
}
#eNews-link, #ko-header-enews-archive-link{
	float: left;
}
#eNews-link{
	margin-bottom: 2px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
}
#eNews-link a, #ko-header-enews-archive-link a{
	text-decoration: none;
}

/* Search Form */
#branding #searchform {
	padding: 0;
	float: left;
    margin-left: 14px;
}
#branding #searchform div {
	margin: 0;
}
#branding #s:focus {
	background-color: #f9f9f9;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s, #branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}
/*======breadcrumb================*/
#ko-breadcrumb{
	float: left;
	width: 660px;
	color: #000;
	font-weight: bold;
	height: 24px;
	margin-bottom: 12px;
}
#ko-breadcrumb ul{
	list-style: none;
	margin: 0;
}
#ko-breadcrumb ul li{
	float: left;
	margin-right: 5px;
	padding-top: 3px;
	height: 21px;
	text-transform: capitalize;
}
#ko-breadcrumb ul li:last-child{
	background-image: none;
	color: #0591f3;
}
#ko-breadcrumb ul li:after{
	content: ">";
	margin-left: 5px;
}
#ko-breadcrumb ul li:last-child:after{
	content: "";
}
#ko-breadcrumb ul ul.ko-breadcrumb-all-categories li{
	float: left;
	margin-right: 0;
	background-image: none;
	padding-top: 0;
	padding-right: 0;
	height: 21px;
}

#main-wrapper{
	margin: 0 auto;
	max-width: 1270px;
	padding: 0 10px;
}
/* =Content
----------------------------------------------- */
.featured-video-gallery {
	margin-left: 0 !important;
	padding-bottom: 16px;
	margin-bottom: 16px;
	float: left;
}

/*#remi-bucket-industry-news {
	float: left;
}*/
.ko-magazine-landing-bucket ul{
	margin-left: 0;
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.ubermenu .ko-magazine-landing-section-other-bucket-articles, .ko-magazine-landing-section-bucket-separator{
	border: none;
	padding-top: 10px;
}
.ko-magazine-landing-section-other-bucket-articles, .ko-magazine-landing-section-bucket-separator{
	border-top: 1px solid #777;
	padding-top: 10px;
}

.ko-magazine-landing-section-bucket-separator{
	width: 100% !important;
	margin-top: 10px;
	margin-bottom: 0;
	margin-right: 0 !important;
}
.ko-magazine-landing-section-other-bucket-articles li{
	margin-bottom: 20px;
}
.ko-magazine-landing-bucket ul li{
	width: 30%;
	clear: none;
	float: left;
	list-style: none;
	margin-right: 5%;
	margin-bottom: 8px;
}
.ko-magazine-landing-bucket ul li:nth-child(3), .ko-magazine-landing-bucket ul li:last-child {
	margin-right: 0;
}
.ko-magazine-landing-heading{
	font-size: 24px;
	width:100%;
	float: left;
	margin-bottom: 8px;
}
h2.ko-magazine-landing-section-name{
	clear: none;
	float: left;
	display: block;
	width: 300px;
	padding-left: 10px;
	color: #fff;
	text-transform: capitalize;
	background-image: url(images/title-bg-blue.png);
	background-position: -6px 0;
	background-repeat: no-repeat;
}
body.ko-magazine-canadian-property-management h2.ko-magazine-landing-section-name{
	background-image: url(images/title-bg-grey.png);
}
body.ko-magazine-canadian-apartment-magazine h2.ko-magazine-landing-section-name{
	background-image: url(images/title-bg-red.png);
}
body.ko-magazine-condobusiness h2.ko-magazine-landing-section-name{
	background-image: url(images/title-bg-brown.png);
}
body.ko-magazine-canadian-facility-management-design h2.ko-magazine-landing-section-name{
	background-image: url(images/title-bg-deepgreen.png);
}
body.ko-magazine-building-strategies-sustainability h2.ko-magazine-landing-section-name{
	background-image: url(images/title-bg-green.png);
}
body.ko-magazine-construction-business h2.ko-magazine-landing-section-name{
	background-image: url(images/title-bg-deepblue.png);
}
body.ko-magazine-facility-cleaning-maintenance h2.ko-magazine-landing-section-name{
	background-image: url(images/title-bg-purple.png);
}
body.ko-magazine-design-quarterly h2.ko-magazine-landing-section-name{
	background-image: url(images/title-bg-lightblue.png);
}
h2.ko-magazine-landing-section-name a{
	color: #fff;
	text-decoration: none;
}
.products li a img{
    padding-right: 30px !important;
	float: left;
	border: none !important;
}
.products li a:hover img{
	border: none !important;
}
.ko-magazine-landing-bucket {
	margin-bottom: 30px;
    float: left;
}
.ko-magazine-landing-archive-link a{
	float: right;
	text-decoration: none;
	color: #0068AC;
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
}

.ko-magazine-bucket-new-item{
	float: left;
	width: 48%;
	margin-bottom: 22px;
	margin-right: 2%;
}
.ko-magazine-landing-section-main-article-date, .ko-magazine-upcoming-events-date{
	color: #8a8c8e;
    font-size: 12px;
}
h3.ko-magazine-landing-section-main-article-title{
	clear: none;
	margin-bottom: 5px;
}
.ko-magazine-landing-section-main-article-excerpt{
	line-height: 1.1;
}
h3.ko-magazine-landing-section-main-article-title a{
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	word-break: normal !important;
}
h3.ko-magazine-landing-section-main-article-title a:hover, h2.ko-magazine-section-article-title a:hover, #megaMenu ul li.ss-nav-menu-mega ul.sub-menu li a:hover{
	text-decoration: underline;
}
.ko-magazine-landing-section-main-article-excerpt a{
	color: #0094d1;
}
h4.ko-magazine-landing-section-other-articles-title{
	font-weight: bold;
	line-height: 1;
	width: 95%;
}
h4.ko-magazine-landing-section-other-articles-title a{
	color: #000;
}
#megaMenu .ko-magazine-landing-bucket li h4.ko-magazine-landing-section-other-articles-title a{
	color: #000 !important;
}
.ko_menu_most_popular li{
	margin-left: 20px;
	background-image: url(images/layout/bullet-white.png);
	background-repeat: no-repeat;
}
h4.ko-magazine-upcoming-events-title{
	font-size: 16px;
	color: #000;

	font-weight: normal;
	line-height: 1.25em;
	margin-bottom: 0.25em;
}
.ko-magazine-landing-bucket-upcoming-events{
	margin-right: -4%;
}
.ko-magazine-landing-bucket-upcoming-events .ko-magazine-bucket-new-item{
	width: 321px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	min-height: 100px;
}
.ko-magazine-upcoming-events-date{
	float: left;
	width: 100%;
	line-height: 1.25em;
	margin-bottom: 0.25em;
}
h2.ko-magazine-upcoming-events-title{
	font-size: 18px;
	clear: none;
	line-height: 1.25em;
	padding-bottom: 4px;
}
#main {
	clear: both;
	padding: 1.625em 0 0;
	z-index: 1;
}
.hentry, .no-results {
}
.hentry:last-child, .no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title, .entry-header .entry-meta {
	padding-right: 65px;
}
.postid-5423 #ko-single-article-date, .postid-5430 #ko-single-article-date, .postid-5429 #ko-single-article-date, .postid-13562 #ko-single-article-date, .postid-5427 #ko-single-article-date, .postid-5426 #ko-single-article-date, .postid-5425 #ko-single-article-date, .postid-5423 #ko-single-article-date, .postid-5422 #ko-single-article-date{
display: none;
}
/*=======================Directory===================================*/
ul#Business-directory-categories{
	list-style: none;
	margin: 0;
	font-weight: bold;
}
/*============================= we don't treat 'page' headings the same as 'post' headings like 2012 does*/
.page .entry-title {
	clear: both;
	color: #222;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
}
.page .entry-title, .page .entry-title a {
	color: #222;
	text-decoration: none;
}
h1.entry-title, h1#ko-section-name, .page-title {
	clear: both;
	color: #222;
    font-size: 40px;
    line-height: 1.125em;
    padding: 10px 0 0 0;
    font-weight: bold;
	/*text-transform: capitalize;*/
}
.search h1.page-title{
	padding: 0 0 10px 0;
}
h1#ko-section-name{
	padding: 0 0 20px 0;
	text-transform: capitalize;
}
#ko-single-article-deck{
	font-size: 26px;
	line-height: 1.2;
	margin-bottom: 1em;
}
#ko-single-article-image{
	margin: 10px 0;
}
#ko-single-article-image img{
	width: 100%;
	height: auto;
}
#ko-heading-primary-magazine{
	text-transform: uppercase;
	color: #888888;
	clear: none;
    font-size: 12px;
    font-weight: bold;
}
.ko-magazine-section-article{
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
h2.ko-magazine-section-article-title{
	font-weight: bold;
	font-size: 18px;
	clear: none;
	line-height: 1.25em;
	padding-bottom: 4px;
}
h2.ko-magazine-section-article-title a{
	color: #000;
	text-decoration: none;
}
.ko-magazine-section-excerpt{
	font-size: 16px;
	padding-bottom: 4px;
}
.ko-magazine-section-tags{
	font-weight: bold;
}
.ko-magazine-section-tags a{
	font-weight: normal;
}
.ko-magazine-section-article-image{
	float: left;
	margin-right: 16px;
    margin-bottom: 30px;
	margin-top: 4px;
}
.post .entry-title, .post .entry-title a {
	color: #222;
	text-decoration: none;
}
.entry-title a:hover, .entry-title a:focus, .entry-title a:active {
	color: #1982d1;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 18px;
	line-height: 1.2;
}
.entry-meta a {
}
.ko-tags-heading{
	float: left;
	font-weight: bold;
	margin-right: 10px;
	line-height: 1.2;
}
.archive .ko-tags{
	float: none;
}
.ko-tags ul{
	list-style: none;
	margin: 0;
	/*text-transform: capitalize;*/
}
.ko-tags ul li{
	float: left;
	margin-right: 4px;
	line-height: 1.2;
}
.ko-tags ul li a, .ko-magazine-section-excerpt a{
	color: #0094d1;
}
/*#ko-single-article-add-this a{
	color: #09a7cc;
}*/
.at16nc.at16t_email, .at16nc.at16t_print{
	margin-right: 8px;
	margin-bottom: 4px;
}
#idc-commentcount_label{
	font-size: 13px !important;
	font-weight: bold !important;
}
.ko-comments-counter {
    float: left;
    line-height: 1;
    font-weight: bold;
    color: #0591f3;
    margin-left: 20px;
}
#ko-single-article-related #ko-single-article-related-header{
	background-color: #bfc2c3;
	font-size: 16px;
	padding: 0 3px;
	width: 135px;
	display: block;
	line-height: 20px;
	margin-bottom: 7px;
}
.ko-single-article-related-post-type .ko-single-article-related-title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 16px;
}
.ko-single-article-related-post-type ul{
	list-style: none;
	margin: 0;
}
.ko-single-article-related-post-type ul li{
	margin-bottom: 8px;
	line-height: 1.2;
    float: left;
    width: 23%;
	margin-right: 24px;
}
.ko-single-article-related-post-type ul li:last-child{
	margin-right: 0;
}
.single-author .entry-meta .by-author {
/*display: none;*/
}
#company_location{
	font-size: 13px;
	font-weight: bold;
}
#company_website{
	font-size: 13px;
}
#ko-single-article-date{
	font-weight: bold;
	line-height: 1.2;
}
#ko-single-article-author{
	margin-bottom: 1.25em;
	font-weight: bold;
	line-height: 1.2;
}
.ko-single-article-related-post-type{
	margin-top: 30px;
	border-top: 1px solid #9f9f9f;
	border-bottom: 1px solid #9f9f9f;
	background-color: #f9f9f9;
	padding: 28px 10px;
    display: inline-block;
    margin-bottom: 50px;
}
.entry-content, .entry-summary {
	padding: 0;
	font-size: 18px;
}
.entry-content a, #ko-single-article-add-this a, .ko-single-article-related-post-type a{
	color: #0094d1;
}
.entry-content h1, .comment-content h1{
	color: #000;
	font-weight: bold;
	margin: 0 0 .8125em;
	font-size: 20px;
}
.entry-content h2, .comment-content h2 {
	color: #000;
	font-weight: bold;
	margin: 0 0 .8125em;
	font-size: 18px;
}
.entry-content h3, .comment-content h3 {
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.entry-content h4{
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}
.entry-content h5{
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.entry-content h6{
	font-size: 14px;
	margin-bottom: 10px;
	font-style: italic;
	font-weight: bold;
}

.entry-content table, .comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th, .comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td, .comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul, .comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul, .comment-content ol ol, .comment-content ul ol, .comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a, .commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover, .commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}
#idc-container-parent{
	width: 616px;
}
.idc-text_noresize{
	width: 606px !important;
}
#idc-container h3 {
	font-size: 13px !important;
	font-weight: bold !important;
}
.photospace_clear {
	clear: none !important;
}
.photospace .thumnail_col {
	margin-bottom: 20px !important;
	display: block !important;
}
.photospace{
    position:relative;
    margin-bottom: 80px !important; /* space for row of thumbs */
	margin-top: 16px !important;
}

.photospace .slideshow img {
    vertical-align:bottom  !important;
}

.photospace .slideshow span.image-wrapper {
    bottom:0;
}

.photospace .thumbs_wrap2{
    height:60px; /* height of thumbnails */
    width:100%;
    position:absolute;
    bottom:-72px;
    left:0;
}

.photospace .thumbs_wrap{
    float: left;
    left: 50%;
    position: relative;
}

.photospace .pageLink.next{
    margin-right:0;
}

.photospace .thumnail_col {
    float: left;
    left: -28%;
    position: relative;
}

.photospace ul.thumbs {
    float:left;
}

/*===================jigoshop=========================*/

#content #breadcrumb, #content .type-product{
	padding: 0 !important;
}
.jigoshop-products #primary{
	margin: 0 -48% 0 0;
}
.jigoshop-products #content {
	width: 620px;
}
#ko-ecommerce-sidebar{
	float: left;
	width: 268px;
}
.jigoshop-product #ko-ecommerce-sidebar {
	margin-left: -132px;
	position: relative;
	z-index: 30;
}
 #ko-ecommerce-sidebar{
	margin-top: 80px;
}
section#primary div.product div.summary{
	width: 100% !important;
}
.jigoshop-product_cat .products{
	background-color: #e9e9e9;
	width: 100%;
	padding-bottom: 26px !important;
}
.jigoshop-product_cat .products li {
    margin: 26px 20px 40px 20px;
}
.products li a.button{
	bottom: 10px;
	background: #ccc;
	color: #000;
	border: 1px solid #000;
	padding: 4px 20px;
	font-size: 16px !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.shop_table, #customer_details{
	font-size: 16px;
}
.form-row select {
    padding: 5px 0;
}
.form-row label {
    font-size: 16px;
    line-height: 1.5;
}
.products li a img{
	margin: 0 0 8px !important;
}
.quantity input.plus, .quantity input.minus{
	float:left;
}
.quantity input.input-text{
	width: auto !important;
}
#black-studio-tinymce-3 .widget-title, #jigoshop_cart-2 .widget-title, #black-studio-tinymce-4 .widget-title{
	color: #000;
	font-size: 20px;
	text-transform: capitalize;

	letter-spacing: normal;
	line-height: 1.5em;
}
#black-studio-tinymce-3 p, #jigoshop_cart-2 p, #black-studio-tinymce-4 p{
	margin-bottom: 0 !important;
}
#black-studio-tinymce-3 .widget-title{
	color: #eb0707;
}
#black-studio-tinymce-3, #black-studio-tinymce-4 {
	border: 1px solid #ddd;
	padding: 6px;
}
#black-studio-tinymce-3 a, #black-studio-tinymce-4 a{
	font-weight: bold;
	text-decoration: underline;
}
#black-studio-tinymce-3 a:hover, #black-studio-tinymce-4 a:hover{
	text-decoration: none;
}
#jigoshop_cart-2{
	background-color: #e9e9e9;
	padding: 6px;
}
.jigoshop .page-title{
	margin-bottom: 10px;
}
p.price, p.stock {
	margin-bottom: 10px !important;
}
.button-alt{
	margin: 0 !important;
}
.quantity input.qty{
	height: 23px !important;
}
.related h2{
	font-size: 18px;
	margin-bottom: 10px;
}
form.cart .variations select#issues{
	width: 30% !important;
	margin-right: 5px;
}
.select_label{
	font-weight: bold;
	line-height: 2.1em;
}
.products li{
	width: 95.8% !important;
}
.product.lastfirst a img, .attachment-shop_small.wp-post-image, .product.lastfirst a img, .related .products li a img{
	float: left !important;
	width: 112px !important;
	margin-right: 20px !important;
}
#ko-product-excerpt p{
	margin-top: 6px !important;
	margin-bottom: 2px !important;
}
.products li strong {
	color: #000 !important;
	font-size: 16px !important;
	font-weight: normal !important;
	line-height: 20px !important;
}
div.product div.summary {
	float: left !important;
}
.products li .price .from {
	line-height: 24px !important;
	margin: 0 4px 0 0 !important;
	padding-bottom:  0 !important;
	float: left !important;
	color: #111 !important;
}
.products li .price {
	color: #514e4e !important;
	float: none !important;
	text-align: left !important;
	font-size: 16px !important;
}
.single_variation .price{
	font-size: 18px;
}
.products li .price del {
	display: inline !important;
}
.button-alt{
	color: #fff !important;
}
.posted_in a, #breadcrumb a{
	text-decoration:underline !important;
}
.posted_in a:hover, #breadcrumb a:hover{
	text-decoration: none !important;
}
#shiptobilling label {
	font-size: .8125em !important;
}
.coupon label {
	float: left;
	margin-right: 6px;
}
form.checkout h3{
	text-transform: none!important;
	padding-top: 20px !important;
}
.col2-set .col-1, .col2-set .col-2{
	float: none !important;
	width: auto !important;
}
.form-row-first, .form-row-last {
	width: 100% !important;
	float: left !important;
}

.checkbox {
	width: 52% !important;
}
input.input-text{
	float: left !important;
	width: 60% !important;
}
.form-row select {
	width: 60% !important;
    font-size: 14px;
}
.checkbox label {
	float: left !important;
	margin-right: 10px !important;
}
p.checkbox input[type="checkbox"] {
	float: right !important;
	margin-top: 3px !important;
}
.payment_methods .form-row{
	padding: 0 !important;
}
/* Images */
.entry-content img, .comment-content img, .widget img {
/*	width: 100%;  Fluid images for posts, comments, and widgets */
}
img[class*="align"], img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
	width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 1.625em;
}
p img, .wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	width: 98%;
}
.wp-caption .wp-caption-text, .gallery-caption {
	color: #666;
	font-size: 14px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}
.photospace .slideshow img {
	max-height: 342px !important;
	max-width: 513px !important;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}
/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}
/* Comments link */
.entry-header .comments-link a {
	background: #eee url(images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover, .entry-header .comments-link a:focus, .entry-header .comments-link a:active {
	background-color: #1982d1;
	color: #fff;
	color: rgba(255, 255, 255, 0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}
/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content, article.format-link .entry-content, article.format-status .entry-content {
	padding: 20px 0 0;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}
/* Singular content styles for Posts and Pages */
.singular .hentry {
	border-bottom: none;
	position: relative;
}
.singular.page .hentry {
	padding: 3.5em 0 0;
}
.post .singular .entry-title {     /*we added .post so this does not affect singular pages, singular posts only*/
	color: #000;
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
}
.singular .entry-title, .singular .entry-header .entry-meta {
	padding-right: 0;
}
.singular .entry-header .entry-meta {
	/*position: absolute;*/
	position:relative;
	top: 0;
	left: 0;
}
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
	width: 33%;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft, .singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
	right: auto;
}

/* =Aside
----------------------------------------------- */

.format-aside .entry-title, .format-aside .entry-header .comments-link {
	display: none;
}
.singular .format-aside .entry-title {
	display: block;
}
.format-aside .entry-content {
	padding: 0;
}
.singular .format-aside .entry-content {
	padding: 1.625em 0 0;
}
/* =Link
----------------------------------------------- */

.format-link .entry-title, .format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 1.625em 0 0;
}
/* =Gallery
----------------------------------------------- */

.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.625em 0 0;
}
/* =Status
----------------------------------------------- */

.format-status .entry-title, .format-status .entry-header .comments-link {
	display: none;
}
.singular .format-status .entry-title {
	display: block;
}
.format-status .entry-content {
	padding: 0;
}
.singular .format-status .entry-content {
	padding: 1.625em 0 0;
}
.format-status img.avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	float: left;
	margin: 4px 10px 2px 0;
	padding: 0;
}
/* =Quote
----------------------------------------------- */

.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}
/* =Image
----------------------------------------------- */

.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
	padding-top: 0.5em;
}
.indexed.format-image p, .indexed.format-image p img {
	margin-bottom: 0;
}
.indexed.format-image footer.entry-meta {
	background: #ddd;
	margin-top: -7px;
	padding: 20px 30px;
	overflow: hidden;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.indexed.format-image .entry-meta span.cat-links, .indexed.format-image .entry-meta span.tag-links, .indexed.format-image .entry-meta span.comments-link {
	display: block;
}
.indexed.format-image footer.entry-meta a {
	color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-image img {
	border: none;
	width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #111;
	margin-bottom: 0;
	width: 96%;
	padding: 11px;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444;
}
.indexed.format-image a:hover img {
	opacity: 0.8;
}
/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
/* =Showcase
----------------------------------------------- */

h1.showcase-heading {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
/* Intro */
article.intro {
	background: #f9f9f9;
	border-bottom: none;
	margin: -1.855em -8.9% 1.625em;
	padding: 0 8.9%;
}
article.intro .entry-title {
	display: none;
}
article.intro .entry-content {
	color: #111;
	font-size: 16px;
	padding: 1.625em 0 0.625em;
}
article.intro .edit-link a {
	background: #aaa;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	padding: 0 8px;
	position: absolute;
	top: 30px;
	right: 20px;
	text-decoration: none;
}
article.intro .edit-link a:hover, article.intro .edit-link a:focus, article.intro .edit-link a:active {
	background: #777;
}
/* Featured post */
section.featured-post {
	float: left;
	margin: -1.625em -8.9% 1.625em;
	padding: 1.625em 8.9% 0;
	position: relative;
	width: 100%;
}
section.featured-post .hentry {
	border: none;
	color: #666;
	margin: 0;
}
section.featured-post .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
/* Small featured post */
section.featured-post .attachment-small-feature {
	float: right;
	height: auto;
	margin: 0 -8.9% 1.625em 0;
	width: 59%;
	position: relative;
	right: -15px;
}
section.featured-post.small {
	padding-top: 0;
}
section.featured-post .attachment-small-feature:hover, section.featured-post .attachment-small-feature:focus, section.featured-post .attachment-small-feature:active {
	opacity: .8;
}
article.feature-image.small {
	float: left;
	margin: 0 0 1.625em;
	width: 45%;
}
article.feature-image.small .entry-title {
	line-height: 1.2em;
}
article.feature-image.small .entry-summary {
	color: #555;
	font-size: 13px;
}
article.feature-image.small .entry-summary p a {
	background: #222;
	color: #eee;
	display: block;
	left: -23.8%;
	padding: 9px 26px 9px 85px;
	position: relative;
	text-decoration: none;
	top: 20px;
	width: 180px;
	z-index: 1;
}
article.feature-image.small .entry-summary p a:hover {
	background: #1982d1;
	color: #eee;
	color: rgba(255, 255, 255, 0.8);
}
/* Large featured post */
section.feature-image.large {
	border: none;
	max-height: 288px;
	padding: 0;
	width: 100%;
}
section.feature-image.large .showcase-heading {
	display: none;
}
section.feature-image.large .hentry {
	border-bottom: none;
	left: 9%;
	margin: 1.625em 9% 0 0;
	position: absolute;
	top: 0;
}
article.feature-image.large .entry-title a {
	background: #222;
	background: rgba(0, 0, 0, 0.8);
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	padding: .2em 20px;
}
section.feature-image.large:hover .entry-title a, section.feature-image.large .entry-title:hover a {
	background: #eee;
	background: rgba(255, 255, 255, 0.8);
	color: #222;
}
article.feature-image.large .entry-summary {
	display: none;
}
section.feature-image.large img {
	display: block;
	height: auto;
	width: 117.9%;
	padding: 0 0 6px;
}
/* Featured Slider */
.featured-posts {
	border-bottom: 1px solid #ddd;
	display: block;
	height: 328px;
	margin: 1.625em -8.9% 20px;
	width: 1010px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.featured-posts .showcase-heading {
	padding-left: 8.9%;
}
.featured-posts section.featured-post {
	background: #fff;
	height: 288px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 30px;
	width: auto;
}
.featured-posts section.featured-post.large {
	width: 100%;
	overflow: hidden;
}
.featured-posts section.featured-post {
	-webkit-transition-duration: 200ms;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 200ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-timing-function: ease;
}
.featured-posts section.featured-post {
	opacity: 0;
	visibility: hidden;
}
.featured-posts #featured-post-1 {
	opacity: 1;
	visibility: visible;
}
.featured-post .feature-text:after, .featured-post .feature-image.small:after {
	content: ' ';
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* W3C */
	width: 100%;
	height: 45px;
	position: absolute;
	top: 230px;
}
.featured-post .feature-image.small:after {
	top: 253px;
}
#content .feature-slider {
	top: 5px;
	right: 8.9%;
	overflow: visible;
	position: absolute;
}
.feature-slider ul {
	list-style-type: none;
	margin: 0;
}
.feature-slider li {
	float: left;
	margin: 0 6px;
}
.feature-slider a {
	background: #3c3c3c;
	background: rgba(60, 60, 60, 0.9);
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(255, 255, 255, 0.5);
	box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(255, 255, 255, 0.5);
	display: block;
	width: 14px;
	height: 14px;
}
.feature-slider a.active {
	background: #1982d1;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.8);
	-moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.8);
	box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.8);
	cursor: default;
	opacity: 0.5;
}
/* Recent Posts */
section.recent-posts {
	padding: 0 0 1.625em;
}
section.recent-posts .hentry {
	border: none;
	margin: 0;
}
section.recent-posts .other-recent-posts {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
}
section.recent-posts .other-recent-posts li {
	padding: 0.3125em 0;
	position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
	border-top: 1px solid #ddd;
	font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
	color: #373737;
	float: left;
	width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
	content: '-';
	color: transparent;
	font-size: 11px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
}
section.recent-posts .other-recent-posts .comments-link a, section.recent-posts .other-recent-posts .comments-link > span {
	border-bottom: 2px solid #999;
	bottom: -2px;
	color: #444;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	padding: 0.3125em 0 0.3125em 1em;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	z-index: 1;
}
section.recent-posts .other-recent-posts .comments-link > span {
	border-color: #bbb;
	color: #888;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
	color: #1982d1;
	border-color: #1982d1;
}
section.recent-posts .other-recent-posts li:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}
/*=====form==============*/
#frm_form_11_container input::-webkit-outer-spin-button,
#frm_form_11_container input::-webkit-inner-spin-button{
	-webkit-appearance: none;
	-webkit-appearance: textfield;
}
#frm_field_144_container label, #frm_field_144_container input, #frm_field_145_container label, #frm_field_145_container input{
	float: left;
}
#frm_field_144_container input, #frm_field_145_container input{
	width: 50px;
}
#frm_field_144_container label, #frm_field_145_container label{
	margin-right: 10px;
}
#frm_form_11_container .frm_primary_label{
	padding-bottom: 2px;
	padding-top: 5px;
}
#frm_form_11_container .frm_checkbox {
	float: left;
	width: 50%;
	margin-bottom: 5px;
}
#frm_field_109_container,  #frm_field_111_container, #frm_field_144_container, #frm_field_145_container{
	float: left;
	margin-bottom: 10px;
}
#frm_field_146_container{
	margin-bottom: 2px;
	margin-top: 20px;
	float: left;
}
#frm_field_148_container, #frm_field_149_container {
	float: left;
	clear: none;
}
#frm_field_148_container p, #frm_field_149_container p{
	margin: 0;
	margin-top: 4px;
	font-weight: bold;
	margin-left: 4px;
}
#frm_field_139_container label{
	text-transform: uppercase;
}
#frm_field_140_container p{
	margin-bottom: 0 !important;
}

#field_124, #field_jphk8p, #field_lt129h, #field_101, #field_102{
	width: 232px;
}
#frm_field_141_container{
	margin-top: 60px;
}
#frm_field_141_container label{
	width: 230px !important;
	float: none !important;
}
#frm_field_140_container {
	width: 300px;
	position: absolute;
	margin-top: -30px;
	margin-left: 150px;
}

/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img, .image-attachment div.attachment a:hover img, .image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
/* =Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}
/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	width: 100%;
	z-index: 1;
}
#nav-single .nav-previous, #nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}
/* =Widgets
----------------------------------------------- */
#brightcove-video-gallery{
	border-bottom: 5px solid #000;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
#ko-enews-signup, #ko-business-directory-tax_canadian_property_management, #ko-business-directory-tax_construction_business, #ko-business-directory-tax_canadian_apartment_magazine, #ko-business-directory-tax_design_quarterly, #ko-business-directory-tax_condobusiness, #ad-unit-sidebar-two, #facebook-widget{
	margin-bottom: 30px;
}
#sidebar-upcoming-events-wrapper{
	background-color: #d1faf2;
	margin-bottom: 30px;
	border-bottom: 5px solid #05a988;
	padding-bottom: 15px;
	font-weight:bold;
}
.sidebar-upcoming-events-heading{
	background-color: #05a988;
	padding: 10px 15px;
	font-size: 24px;
    display: block;
	text-transform: uppercase;
}
.sidebar-upcoming-events-heading a{
	color: #fff;
	text-decoration: none;
}
.ko-upcoming-events-new-item{
	margin: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #859f9a;
}
.ko-upcoming-events-new-item:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
h3.ko-upcoming-events-title{
	font-size: 18px;
	color: #000;
}
.ko-upcoming-events-date, .ko-upcoming-events-location, .ko-magazine-upcoming-events-website a{
	line-height: 1.28;
	color: #515050;
}
a.ko-sidebar-more-upcoming-events{
	font-size: 16px;
	color: #0063a8;
	text-align: right;
    padding: 0 15px;
    display: block;
}
#ad-unit-sidebar-one, #ko-print-subscribe{
	margin-bottom: 30px;
}
#ko-enews-signup a{
	text-indent: -9000px;
	display: block;
	background-image: url(images/buttons/sign-up.png);
	background-repeat: no-repeat;
	width: 151px;
	height: 39px;
}
#ko-print-subscribe a{
	text-indent: -9000px;
	display: block;
	background-image: url(images/buttons/print_subscription.png);
	background-repeat: no-repeat;
	width: 151px;
	height: 49px;
}
#ko-resource_guide a{
	text-indent: -9000px;
	display: block;
	background-image: url(images/buttons/resource-guide.png);
	background-repeat: no-repeat;
	width: 151px;
	height: 39px;
}
#ko-business-directory-tax_canadian_property_management a{
	text-indent: -9000px;
	display: block;
	background-image: url(images/remi_resource_guide_badge.jpg);
	background-repeat: no-repeat;
	width: 300px;
	height: 65px;
}
#ko-business-directory-tax_construction_business a{
	text-indent: -9000px;
	display: block;
	background-image: url(images/buttons/cb_Directory_badge.jpg);
	background-repeat: no-repeat;
	width: 300px;
	height: 65px;
}
#ko-business-directory-tax_canadian_apartment_magazine a{
	text-indent: -9000px;
	display: block;
	background-image: url(images/remi_resource_guide_badge.jpg);
	background-repeat: no-repeat;
	width: 300px;
	height: 65px;
}
#ko-business-directory-tax_design_quarterly a{
	text-indent: -9000px;
	display: block;
	background-image: url(images/buttons/dq_Directory_badge.jpg);
	background-repeat: no-repeat;
	width: 300px;
	height: 65px;
}
#ko-business-directory-tax_condobusiness a{
	text-indent: -9000px;
	display: block;
	background-image: url(images/remi_resource_guide_badge.jpg);
	background-repeat: no-repeat;
	width: 300px;
	height: 65px;
}
.widget {
	clear: both;
	margin: 0 0 2.2em;
}
.widget-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.widget ul {
	font-size: 15px;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 13px;
	line-height:16px;
	list-style: none;
}
.widget a {
	text-decoration: none;
}
.widget a:hover, .widget a:focus, .widget a:active {
	text-decoration: underline;
}
#ad-unit-sidebar-a, #ad-unit-sidebar-b{
	margin-bottom: 30px;
}
/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}
/* Ephemera Widget */
section.ephemera ol, .widget_twentyeleven_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
.widget_twentyeleven_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.widget_twentyeleven_ephemera .comments-link a, .widget_twentyeleven_ephemera .comments-link > span {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover, .widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}
/*career hub widget*/
#widget-3second-resume ul.tab{
	border-bottom: none;
}
#widget-3second-resume ul.tab li{
	padding-bottom: 0;
}
#widget-3second-resume ul.tab li a{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	padding: 8.9px;
	border-bottom: 1px solid #3898d2;
}
#widget-3second-resume ul.tab li a.active{
	border-bottom: 1px solid #fff;
}
#widget-3second-resume{
	line-height: 1.2 !important;
}
#widget-3second-resume ul.tab li a.active#tab-recent-listings{
	border-right: 1px solid #3898d2;
}
#widget-3second-resume ul.tab li a.active#tab-resume-writer, #widget-3second-resume ul.tab li a.active#tab-never-apply{
	border-left: 1px solid #3898d2;
	border-right: 1px solid #3898d2;
}
#widget-3second-resume ul.tab li a.active#tab-hiddent-jobs{
	border-left: 1px solid #3898d2;
}
.widget-careerhub-logo {
    height: 94px;
}
.recent-job-listing .job-matrix {
    font-size: 13px !important;
}
.recent-job-listing .job-company{
	font-weight: bold !important;
	color: #0079c2 !important;
}
.recent-job-listing .job-description, .recent-job-listing .job-location, .recent-job-listing .job-description{
	color: #666 !important;
	height: auto !important;
}
.recent-job-listing .job-link{
	font-size: 13px !important;
	font-weight: bold;
}
.recent-job-listing .view-all{
	padding: 4px 10px !important;
	font-weight: bold;
}
.resume-container .top-portion {
    height: 97px !important;
}
.resume-container .bottom-portion .slogan{
	font-size: 12px !important;
}
.never-apply {
    background-position: 0px 42px !important;
}
.never-apply .job-matches {
    padding: 20px 8px 0px 8px !important;
}
.never-apply .job-matches input{
	width: 100px !important;
	height: 25px !important;
	margin-right: 20px;
}
.never-apply .job-matches input::-webkit-input-placeholder {
	color: #fff;
}
.never-apply .logos {
    padding-bottom: 0 !important;
}
.never-apply .tags-example{
	font-size: 12px !important;
}
.never-apply .job-matrix {
	margin-left: 0 !important;
}
.never-apply .job-matrix div{
	padding-left: 15px;
	background-color: #bebebe;
	width: 153px;
}
.never-apply .job-matrix .lastmonth{
	padding-bottom: 10px;
	width: 100%;
}
.local-hidden .content {
    height: 275px !important;
    background-position: 0px 25px !important;
}
.local-hidden .local-org-logo {
    margin-bottom: 17px !important;
}
.local-hidden .localhidden-jobs{
	margin-top: 18px !important;
}
/* Twitter */
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}
/* Widget Image */
.widget_image img {
	height: auto;
	width: 100%;
}
/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption, .widget_calendar #wp-calendar td, .widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#ko-sponsored-content {
	border: 1px solid #808080;
	margin-bottom: 30px;
}
#ko-sponsored-content-header{
	background-image: url(images/remi_sc_widget.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
	display: block;
	width: 300px;
	height: 57px;
}
.ko-sponsored-content-slider-title{
	font-size:16px;
	font-weight: bold;
	margin: 8px 0;
	line-height: 1.25;
}
.ko-sponsored-content-slider-excerpt{
	font-size: 14px;
}
.ko-sponsored-content-slider-title a{
	text-decoration:none;
	color: #222;
}
.ko-sponsored-content-label{
	font-size: 11px;
	letter-spacing: -0.05em;
	margin-bottom: -10px;
    margin-top: 10px;
	font-stretch: condensed;
}
ul#ko-sponsored-content-slider{
	margin-left: 28px !important;
	margin-right: 28px !important;
	margin-bottom: 0 !important;
	height: 200px !important;
	padding-bottom: 20px !important;
}
ul.lSPager.lSpg {
    position: absolute;
}
.lSSlideOuter .lSPager.lSpg > li a{
	width: 16px !important;
	height: 16px !important;
	background-color: #0063a8 !important;
	padding-bottom: 0 !important;
    border-radius: 0 !important;
}
li.lslide{
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
ul.lSPager{
	margin-top: 0 !important;
}
.lSSlideOuter .lSPager.lSpg{
	text-align: left !important;
	margin: 0 0 0 24px !important;
}
.lSSlideOuter .lSPager.lSpg > li{
	padding: 0 3px !important;
}
#ko-remi-sponsored-content-link{
	margin-bottom: 10px;
}
.ko-sponsored-content-slider-excerpt a{
	color: #0094d1;
}
.ko-sponsored-content-archive-link{
    text-align: right;
    margin-right: 20px;
	margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
ul#ko-sponsored-content-list{
	margin-left: 20px;
	margin-top: 20px;
	padding-right: 10px;
    margin-bottom: 0;
}
.ko-heading-primary-magazine{
	text-transform:uppercase;
	font-weight: bold;
	color: #8f8c8c;
	font-size: 12px;
}
.ko-heading-primary-magazine a{
	color: #8f8c8c;
}
.ko-sponsored-content-list-title{
	font-size: 16px;
	line-height: 1.3;
	font-weight: bold;
}
.ko-sponsored-content-list-title a{
	color: #000;
}
.ko-sponsored-content-archive-link a{
	color: #0063a8;
}
.lSAction {
	margin-top: -15px;
}
ul.lSPager.lSpg {
	width: 205px;
}
/* =Comments
----------------------------------------------- */
#comments-title {
	color: #666;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword, .nocomments {

	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 78%;
}
.content .commentlist, .page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus, .comment-meta a:active, .comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 14px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover, a.comment-reply-link:focus, a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}
/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus, .commentlist > li.bypostauthor .comment-meta a:active, .commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}
/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment, .page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}
/* Comment Form */
#comments {
    clear: both;
	margin-bottom: 40px;
}
#respond input[type="text"], #respond textarea {
	background: #fff;
	border: 1px solid #d2d2d2;
	position: relative;
	padding: 6px 10px;
}
#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url, #respond .comment-form-comment {
	position: relative;
}
.comment-form-comment label{
	display: none !important;
}
#respond input[type="text"], #respond textarea{
	width: 92% !important;
}
#respond .comment-form-author label, #respond .comment-form-email label, #respond .comment-form-url label, #respond .comment-form-comment label {
	color: #000;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	left: 0;
	min-width: 60px;
	position: relative;
	z-index: 1;
}
.ko-magazine-section-article-image{
	/*float: none;*/
	margin-bottom: 10px;
}
.ko-magazine-section-article-container {
    float: left;
    width: 75%;
}
#respond input[type="text"]:focus, #respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
	FONT-SIZE: 16PX !IMPORTANT;
}
#respond .comment-form-author .required, #respond .comment-form-email .required {
	color: #bd3500;
	font-weight: bold;
	z-index: 1;
}
#respond .comment-notes, #respond .logged-in-as {
	font-size: 18px;
	margin-top: 0 !important;
}
#respond p {
	margin: 10px 0;
}
#respond input#submit {
	background: #eee;
	border: 1px solid #ddd;
	color: #000;
	cursor: pointer;
	font-size: 15px;
	padding: 5px 22px 5px 22px;
}
#respond input#submit:active {
	background: #666;
	color: #fff;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover, #respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus, #cancel-comment-reply-link:active, #cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	width: 95%;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}
/* =Footer
----------------------------------------------- */
#ko-footer-ads iframe{
	float: left;
	margin-bottom: 14px;
}
#ko-footer-ads {
    margin: 0 auto;
    max-width: 1270px;
	padding: 0 10px;
}
#ko-footer-ad-one iframe{
	margin-right: 10px;
}

#ko-footer-menus-and-social-media{
	background-color: #000;
	width: 100%;
	padding: 20px 0 30px 0;
	float: left;
    color: #fff;
    line-height: 1.6;
}
#ko-footer-menus-and-social-media-wrapper{
	margin: 0 auto;
	max-width: 1270px;
	padding: 0 10px;
}
#ko-footer-menus-and-social-media a {
	color: #55a9e2;
	display: block;
}
#ko-footer-menu-A, #ko-footer-menu-B{
	float: left;
    border-right: 1px solid #737373;
    margin-right: 52px;
    padding-right: 52px;
	text-transform: uppercase;
}
#ko-footer-menu-B ul{
	list-style: none;
	margin-left: 0;
}
#ko-footer-menu{
	float: left;
	padding-right: 30px;
	border-right: 1px dotted #000;
}
#ko-footer-magazine-menu {
    float: left;
    border-right: 1px solid #737373;
    margin-right: 52px;
    padding-right: 52px;
	max-width: 185px;
}
#ko-footer-magazine-menu ul {
	margin: 0;
	width: 100%;
}
ul#menu-footer{
	list-style: none;
	margin-left: 0;
}
#ko-footer-magazine-menu ul li{
	list-style: none;
	text-transform: uppercase;
}
ul#menu-footer-first-column, ul#menu-footer-second-column{
	list-style: none;
	margin-left: 10px;
}
#black-studio-tinymce-2{
	margin-bottom: 0;
}
#black-studio-tinymce-2 img{
	margin: 10px 0 0 0;
}
#ko-footer-sidebar {
	float: left;
	width: 37%;
	margin-right: 52px;
	padding-right: 52px;
	border-right: 1px solid #737373;
	padding-bottom:  8px;
}
#ko-footer-sidebar p{
	font-weight: normal;
	margin-bottom: 0;
}
#ko-footer-sidebar a{
	display: inline-block;
}
#ko-footer-social-media-banners {
	float: left;
}
#ko-footer-social-media-banners #social-media-profiles ul{
	margin-left: 0;
}
#ko-footer-social-media-banners div{
	clear: both;
	margin-bottom:  18px !important;
}
.ko-primary-menu-wrap {
    float: left;
    background: #000;
    width: 100%;
	margin-bottom: 16px;
}
.ko-primary-menu{
	max-width: 1270px;
	margin: 0 auto;
	padding: 0 10px;
}
.ko-primary-menu-desc {
    float: left;
    width: 130px;
    line-height: 1.2;
    padding: 3px 0 6px 8px;
    color: #fff;
    background-image: url(images/arrow-bg.png);
    background-repeat: no-repeat;
    font-size: 15px;
}
#colophon {
	clear: both;
}
#site-info{
	margin: 0 7.6%;
	padding-bottom: 20px;
}
#supplementary {
	border-top: 1px solid #ddd;
	padding: 1.625em 7.6%;
	overflow: hidden;
}
/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}
/* Three Footer Widget Areas */
#supplementary.three .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}
/* Site Generator Line */
#site-generator {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	color: #666;
	line-height: 2.2em;
	padding: 2.2em 0.5em;
	text-align: center;
}
#site-generator a {
	color: #555;
	font-weight: bold;
}
#site-generator .sep {
	background: url(images/wordpress.png) center left no-repeat;
	color: transparent;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin: 0 7px;
	width: 16px;
}


@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none;
  }
}

/* =Print
----------------------------------------------- */

@media print {

body {
	background: none !important;
	font-size: 10pt;
}
footer.entry-meta a[rel=bookmark]:link:after,  footer.entry-meta a[rel=bookmark]:visited:after {
	content: " [" attr(href) "] "; /* Show URLs */
}
#page {
	clear: both !important;
	display: block !important;
	float: none !important;
	width: 100%;
	position: relative !important;
}
h1#site-title, #ko-header-network-logo a, #megaMenu, #ko-breadcrumb{
	display: none  !important;
}
footer {
	display:none;
}

#secondary, .widget-area {
	display:none;
}
	#branding {
	border-top: none !important;
	padding: 0;
}
#branding hgroup {
	margin: 0;
}

#ko-header-top-ads-global-menu, #ko-header-network-logo, #ko-header-vertical-menu, #ko-footer-ads, .ko-ads, .menu-verticals-menu-container, #idc-container-parent, .ko-magazine-landing-archive-link, #ko-single-article-add-this-and-related, #secondary {
	display:none;
}

body.ko-magazine-design-quarterly #site-title a, body.ko-magazine-canadian-property-management #site-title a, body.ko-magazine-remi #site-title a, body.ko-magazine-construction-business #site-title a, body.ko-magazine-canadian-apartment-magazine #site-title a, body.ko-magazine-condobusiness #site-title a, body.ko-magazine-canadian-facility-management-design #site-title a, body.ko-magazine-building-strategies-sustainability #site-title a, .ko-magazine-landing-heading {
width:1010px;
}

#header-print-version {
	display:block;
	border-bottom:1px solid gray;
	padding-bottom:10px;
	margin-bottom:15px;
}

#site-description {
	font-size: 10pt;
}
#branding #searchform {
	display: none;
}
#branding img {
	display: none;
}
#access {
	display: none;
}
#main {
	border-top: none;
	box-shadow: none;
}

#ko-breadcrumb {
	margin-bottom:25px;
	width:100%;
	font-size:15px;
}

#ko-breadcrumb a {
color:black;
}

#ko-breadcrumb ul {
list-style: square;
}

#primary {
	float: left;
	/*margin: 0;*/
	width: 100%;
}
#content {
	margin: 0;
	width: auto;
}

.entry-content, article {
	width:100%;
	font-size:18px;
}


.ko-magazine-landing-heading {
	font-size:19px;
}
h2.ko-magazine-landing-section-name, h2.ko-magazine-landing-section-name a {
color: black;
padding:0;
}

.ko-magazine-landing-section-main-article-date, h3.ko-magazine-landing-section-main-article-title, .ko-magazine-landing-section-main-article-excerpt {
width:800px;
}

.ko-magazine-landing-section-main-article-excerpt, .ko-magazine-section-excerpt {
font-size:15px;
}

.ko-magazine-landing-section-main-article-date, .ko-magazine-upcoming-events-date {
font-size:16px;
}

h3.ko-magazine-landing-section-main-article-title a, h4.ko-magazine-upcoming-events-title, h2.ko-magazine-section-article-title {
font-size:20px;
}


.ko-magazine-landing-bucket ul li.ko-magazine-landing-section-main-article {
width:1010px;
}

.ko-magazine-landing-bucket, .ko-magazine-section-article {
margin-bottom:50px;
}

.ko-magazine-bucket-new-item {
clear:none;
}

.singular #content {
	margin: 0;
	width: 100%;
}
.singular .entry-header .entry-meta {
	position: static;
}
.entry-meta .edit-link a {
	display: none;
}
#content nav {
	display: none;
}
.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
	margin: 0;
	width: 100%;
}
.singular .hentry {
	padding: 0;
}
.entry-title,  .singular .entry-title {
	font-size: 21pt;
}
.entry-meta {
	font-size: 10pt;
}
.entry-header .comments-link {
	display: none;
}
.page-link {
	display: none;
}
.singular #author-info {
	background: none;
	border-bottom: none;
	border-top: none;
	margin: 2.2em 0 0;
	padding: 0;
}
#respond {
	display: none;
}
.widget-area {
	display: none;
}


/* Comments */
	.commentlist > li.comment {
	background: none;
	border: 1px solid #ddd;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: auto;
}
.commentlist .avatar {
	height: 39px;
	left: 2.2em;
	top: 2.2em;
	width: 39px;
}
.commentlist li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist li.comment .fn {
	display: block;
}
.commentlist li.comment .comment-content {
	margin: 1.625em 0 0;
}
.commentlist .comment-edit-link {
	display: none;
}
 .commentlist > li::before,  .commentlist > li.bypostauthor::before {
 content: '';
}
.commentlist .reply {
	display: none;
}
/* Post author highlighting */
	.commentlist > li.bypostauthor {
	color: #444;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #666;
}
.commentlist > li.bypostauthor:before {
	content: none;
}
/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
	background: #fff;
	border-color: #ddd;
}
.commentlist .children > li.bypostauthor > article,  .commentlist .children > li.bypostauthor > article .comment-meta {
	color: #666;
}
}
/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	width: 1010px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}

.ko-menu-item-with-ad {
	display:block !important;
}

#ko-header-vertical-menu-ad {
	display:none;
}

.variations .select_label {
	display:none;
}

/*pop up*/
.ig_messenger .ig_header{
	padding: 0 15px !important;
}
.ig_messenger.ig_canvas .ig_headline {
  margin: 0 35px inherit inherit !important;
  color: #000 !important;
}
.ig_messenger.ig_canvas .ig_message{
	font-size: 14px !important;
}
.ig_message a {
  background-color: #f34349 !important;
  padding: 6px 20px !important;
  display: block !important;
  text-align: center !important;
  margin-top: 15px !important;
  color: #fff !important;
  font-weight: bold !important;
  text-decoration: none !important;
}
.ig_message a:hover {
	background-color: #000 !important;
}
.ig_messenger.ig_canvas .ig_content {
  border: 1px solid #555 !important;
}
@media screen and (min-width: 1282px){
	#slider img{
		min-height: 514px;
	}
	.jigoshop .page-title {
		max-width: 60%;
	}
}
@media screen and (min-width: 768px) and (max-width: 1282px){
	hgroup {
		margin-top: 154px;
	}
	#ko-header-top-ads, #logo-wrapper{
		margin: 0 auto;
		display: table;
	}
	#content {
		margin: 0;
		width: 100%;
		float: left;
	}
	#secondary {
		width: 100%;
		clear: both;
	}
	#megaMenu .ko_menu_most_popular {
    	width: 29%;
	}
	#megaMenu .ko-magazine-landing-section-main-article-container {
		width: 100%;
	}
	.jigoshop .page-title {
		max-width: 40%;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px){
		#ko-footer-sidebar {
			width: 29% !important;
			margin-right: 0 !important;
			padding-right: 0 !important;
			border-right: none !important;
	}
}
@media screen and (max-width: 768px) {
	#page-header-stick {
		position: static;
		font-size: 14px;
	}
	hgroup {
		margin-top: 0;
		margin-bottom: 10px;
	}
	.ko-primary-menu{
		padding: 10px;
	}
	body{
		padding: 0;
	}
	#branding img {
		margin-right: 10px;
		margin-top: 6px;
	}
	#ko-global-menu-and-social-media {
		width: 100%;
		height: auto;
	}
	#access, #access-footer {
		width: 100%;
		margin-left: 0;
	}
	#access a, #access-footer li a {
		height: auto;
		padding: 0.7em 0.125em;
	}
	#branding #searchform{
		margin-left: 0;
	}
	#site-title a {
		max-width: 204px;
		height: 54px;
		background-size: contain;
	}
	body.ko-magazine-remi #site-title a{
		max-width: 412px;
	    height: 85px;
	}
	.ko-magazine-landing-bucket-upcoming-events {
		margin-right: 0;
	}
	#ko-sponsored-content{
		float: left;
	}
	ul#ko-sponsored-content-slider{
		margin-bottom: 20px !important;
	}
	#ko-links-and-search {
		float: left;
		width: auto;
		margin-right: 0;
	}
	#eNews-link {
		margin-left: 10px;
	}
	#ko-header-network-logo a {
		float: left;
		height: 59px;
		width: 9px;
		background-size: contain;
	}
	#megaMenu {
		margin-top: 0 !important;
		background-color: #000 !important;
	}
	#ko-breadcrumb {
		width: 93%;
		height: auto;
		background-repeat: repeat-y;
	}
	#secondary {
		float: left;
		width: 100%;
	}
	#content {
		width: 100%;
	}
	a img {
		max-width: 100%;
	}
	#ko-single-article-image img {
		max-width: 100% !important;
		height: auto !important;
	}
	object#myExperience, embed#flashObj {
		width: 514px;
	}
	#ko-footer-ad-two {
		max-width: 273px;
	}
	#ko-footer-magazine-menu {
		margin-bottom: 10px;
	}

	#ad-unit-sidebar-one{
		margin-right: 50px;
		float: left;
	}
	#ad-unit-sidebar-a, #ad-unit-sidebar-b{
		float: left;
		margin-right: 50px;
	}
	#twitter-widget{
		float: left;
		width: 42%;
	}
	#ko-enews-signup {
		float: left;
	}
	ul#menu-footer-first-column, ul#menu-footer-second-column {
		margin-left: 0;
	}
	#ko-footer-sidebar {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-right: 0;
		border-right: none;
	}
	#ko-footer-social-media {
		float: left;
		min-height: 30px;
		border-left: none;
	}
	#social-media-profiles ul {
		margin-left: 0;
	}
	.entry-content p {
		padding-left: 0 !important;
	}
	.ko_carousel_titles, #ko-footer-ad-two {
		max-width: 100%;
		height: auto;
	}

	.ko-magazine-landing-section-main-article-image {
		float: none;
	}
	h2.ko-magazine-landing-section-name {
		width: 97%;
	}
	.ko-magazine-landing-archive-link a {
		float: left;
	}
	.ko-magazine-landing-heading {
		margin-bottom: 30px;
	}
	.ko-sponsored-content-archive-link {
		margin-left: 200px;
	}
	.ko_carousel_titles {
		width: 72.4% !important;
		padding-right: 10px;
		padding-bottom: 10px;
	}
	.featured-video-gallery {
		height: 430px;
	}
	img.attachment-ko-featured-image-main.wp-post-image {
		width: 725px !important;
		height: 424px !important;
	}
	.anythingSlider.anythingSlider-default.activeSlider {
		width: 725px !important;
	}
	.anythingSlider .panel h3 {
		font-size: 30px !important;
	}
	.anythingSlider .panel h4{
		font-size: 22px !important;
	}
	img.attachment-featured-thumb {
		max-width: 60px;
		height: 60px;
	}
	.ko-tags {
		width: 100%;
		padding-bottom: 20px;
	}
	.jigoshop-products #content, .jigoshop .page-title {
		width: 100% !important;
	}
	#megaMenu ul.megaMenu > li.ss-nav-menu-mega > ul.sub-menu-1 > li, #megaMenu .ko_menu_subcategories, #megaMenu ul li.ss-nav-menu-mega ul.sub-menu li .ko_menu_most_popular li, #megaMenu .ko-magazine-landing-section-main-article-excerpt, #megaMenu li.ko-magazine-landing-section-main-article h3.ko-magazine-landing-section-main-article-title {
		width: 88%;
		min-height: 0 !important;
		margin-left: 0;
	}
	#megaMenu ul.sub-menu{
		width: 90% !important;
	}
	#megaMenu .ko-magazine-landing-section-main-article-container {
		width: 100%;
	}
	#megaMenu .ko_menu_most_popular {
		float: none;
		width: 80%;
		padding-left: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		border-left: none;
	}
	#megaMenu ul.sub-menu li {
		width: 94% !important;
	}
	.ko-single-article-related-post-type ul li{
		width: 100%;
	}
	.ko_menu_subcategories {
		background-image: none !important;
		padding-right: 0 !important;
		margin-right: 0 !important;
	}
	#ko-single-article-add-this-and-related {
		float: left;
		width: 100%;
		margin-left: 0;
	}
	#ko-single-article-add-this {
		padding-left: 0;
		border-left: none;
		margin-bottom: 18px;
	}
	#respond input#submit {
		left: 0;
	}
	.jigoshop-product #ko-ecommerce-sidebar {
		margin-left: 0;
		position: static;
		margin-top: 20px;
		width: 100%;
	}
	#ko-ecommerce-sidebar, div.product div.images div.thumbnails {
		max-width: 273px;
	}
	#ko-business-directory-tax_construction_business a, #ko-business-directory-tax_condobusiness a, #ko-business-directory-tax_canadian_apartment_magazine a, #ko-sponsored-content-header, #ko-business-directory-tax_canadian_property_management a, #ko-business-directory-tax_design_quarterly a{
		width: 100%;
		background-size: contain;
	}
	/*=================jigoshop==========*/
	td.product-thumbnail a {
	  min-width: 26px;
	  display: block;
	}
	table.shop_table td {
	  padding: 5px 2px !important;
	}
	.jigoshop-cart .product-price{
		display: none !important;
	}
	input.input-text.qty.text {
		width: 18px !important;
	}
	table.shop_table th.product-name, table.shop_table th.product-quantity{
		padding: 9px 0 !important;
		visibility: hidden;
		position: relative;
	}
	table.shop_table th.product-name:after{
		visibility: visible;
		position: absolute;
		top: 10px;
		left: 0;
		content: "Product";
	}
	table.shop_table th.product-quantity:after{
		visibility: visible;
		position: absolute;
		top: 10px;
		left: 0;
		content: "Qty";
	}
	table.shop_table th.product-subtotal{
		position: absolute;
		right: 0;
	}
	.jigoshop-cart #access, .jigoshop-checkout #access{
		display: none;
	}
	#ad-unit-sidebar-one iframe, #ad-unit-sidebar-two iframe{
		width: auto !important;
	}
	#ko-header-top-ads iframe, #ko-footer-ad-one iframe{
		width: 100%;
		margin-bottom: 10px;
		background-color: transparent !important;
	}
	.ko-magazine-section-article-container {
		width: 100%;
	}
	#ko-footer-social-media-banners div{
		clear: none;
		float: left;
    	margin-right: 16px;
	}
}
@media screen and (max-width: 600px) {
	.ko_carousel_titles {
		width: 55% !important;
	    margin: -120px 10px 0 10px !important;
	}
	.featured-video-gallery {
		height: 330px;
	}
	img.attachment-ko-featured-image-main.wp-post-image {
		width: 562px !important;
		height: 320px !important;
	}
	.anythingSlider.anythingSlider-default.activeSlider {
		width: 562px !important;
	}
	.anythingSlider .panel h3 {
		font-size: 24px !important;
	}
	.anythingSlider .panel h4{
		font-size: 18px !important;
	}
	.ko-magazine-bucket-new-item {
		float: none;
		width: 100%;
	}
	#ko-footer-magazine-menu{
		max-width: 100%;
	}
	#ko-footer-menu-A, #ko-footer-menu-B {
		float: left;
		border-right: none;
		min-height: 100px;
	}
	#ko-footer-menu-A{
		margin-right: 0;
		padding-right: 0;
	}
	#ko-footer-social-media-banners div{
		clear: both;
		float: none;
    	margin-right: 0;
	}
}

@media screen and (max-width: 728px) {
    #ko-header-top-ads{
      width : 100% !important;
    }
}

@media screen and (max-width: 480px) {
.ig_messenger.ig_canvas.ig_container {
    max-width: 100% !important;
}
	#megaMenu .ko-vertical-add-space{
		display: none;
	}
	.ko-magazine-landing-heading, h3.ko-magazine-landing-section-main-article-title, .ko-magazine-landing-section-main-article-excerpt, .ko-magazine-landing-section-main-article-date, .ko-magazine-upcoming-events-date, .ko-magazine-landing-bucket ul li, .ko-magazine-landing-bucket ul li.ko-magazine-landing-section-main-article, .ko-magazine-landing-bucket-upcoming-events .ko-magazine-bucket-new-item, .term-3619 .ko-magazine-bucket-new-item {
		width: 100%;
		float: left;
	}
	.anythingSlider.anythingSlider-default.activeSlider {
	 	width: 330px !important;
	}
	.featured-video-gallery {
 	   height: 329px;
	}
	.ko_carousel_titles {
		width: 31.3% !important;
		margin: 0 !important;
		padding-right: 10px;
		padding-bottom: 10px;
	}
	#twitter-widget, #ko-enews-signup {
 		float: left;
    	width: 100%;
	}
	img.attachment-ko-featured-image-main.wp-post-image {
		width: 317px !important;
		height: 220px !important;
	}
	.anythingSlider-default .anythingControls ul a{
		width: 14px !important;
		height: 14px !important;
	}
	#ko-footer-sidebar, #ko-footer-menu-A, #ko-footer-menu-B, #ko-footer-magazine-menu{
		border-right: none;
		float: none;
		margin-right: 0;
		padding-right: 0;
	}
	#branding #searchform{
		margin-left: 0;
	}
	.ko-primary-menu-desc{
		background-image: none;
		width: 100%;
	}
	.anythingSlider .panel h3 {
		font-size: 18px !important;
		margin-bottom: 7px;
		line-height: 22px;
    	padding-top: 5px;
	}
	.anythingSlider .panel h4{
		font-size: 12px !important;
	}
	.form-row select, input.input-text {
		width: 100% !important;
	}
	body.ko-magazine-remi #site-title a, #site-title a {
		max-width: 175px;
		height: 60px;
	}
	#ko-footer-ad-two iframe{
		max-width: 273px;
	}
	#ko-ecommerce-sidebar, div.product div.images div.thumbnails {
		max-width: 273px;
	}
	.featured-video-gallery {
		height: 296px;
	}
	.anythingSlider.anythingSlider-default.activeSlider {
		width: 273px !important;
	}
	img.attachment-ko-featured-image-main.wp-post-image {
		width: 273px !important;
		height: 180px !important;
	}

	#ko-header-top-ads iframe, #ko-footer-ad-one iframe{
		width: 273px;
		height: 50px;
		margin-bottom: 10px;
	}
	.ko_carousel_titles {
		width: 26.8% !important;
	}
	object#myExperience, embed#flashObj {
		width: 100%;
	}
	/*RESPONSIVE ADS*/
	.ko-ads, .ko-ads iframe:nth-child(1), #ad-unit-sidebar-one iframe, #ad-unit-sidebar-two iframe {
		width: 100% !important;
	}

	#ko-header-top-ads{
		height: 50px !important;
		float: none !important;
		clear: both;
	}

}

.ubermenu.ubermenu-main ul.ubermenu-nav{
	margin: 0 auto !important;
	max-width: 1300px;
	float: none;
	position: relative;
}

.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-item>.ubermenu-submenu.ubermenu-submenu-type-mega {
	position: absolute;
	z-index: 500;
	float: left;
	zoom: 1;
	overflow: visible;
	left: 0 !important;
}
.ubermenu.ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop {
	border: 5px solid #c3c4c4 !important;
	color: #000000 !important;
	text-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	background: none !important;
	background-color: #dbdcdc !important;
}

.ubermenu .ubermenu-colgroup .ubermenu-column, .ubermenu .ubermenu-custom-content-padded, .ubermenu .ubermenu-nonlink, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-submenu-padded, .ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target, .ubermenu .ubermenu-target, .ubermenu .ubermenu-widget, .ubermenu-responsive-toggle {
	color: #fff !important;
	padding: 5px 13px !important;
}
.ubermenu ul.ubermenu-nav > li.ubermenu-has-submenu-mega > a {
	padding-right: 19px !important;
	padding-left: 19px !important;
}
.ubermenu ul.ubermenu-nav > li.ubermenu-has-submenu-mega > a:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/menu-down-arrow.png) !important;
	background-repeat: no-repeat !important;
	background-position: right 24px !important;
}
.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
	display: none;
}
.ubermenu.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target, .ubermenu.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target, .ubermenu.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {
	background: transparent;
}
.ubermenu.ubermenu-main .ubermenu-item-level-0:hover > .ubermenu-target, .ubermenu.ubermenu-main .ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
	background: transparent;
	color: #ddd !important;
}
.ubermenu.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
	font-weight: 400;
}
.ubermenu .ubermenu-target-text {
	text-transform: uppercase !important;
	font-size: 16px !important;
	line-height: 48px;
}
.ubermenu.ubermenu-main {
	border: none;
	background-color:#0063a8 !important;
	position: relative;
}
body.ko-magazine-canadian-property-management .ubermenu{
	background-color:#4b4f5a !important;
}
body.ko-magazine-canadian-apartment-magazine .ubermenu{
	background-color:#dc0303 !important;
}
body.ko-magazine-condobusiness .ubermenu{
	background-color:#a0450e !important;
}
body.ko-magazine-canadian-facility-management-design .ubermenu{
	background-color:#004151 !important;
}
body.ko-magazine-building-strategies-sustainability .ubermenu{
	background-color:#034f08 !important;
}
body.ko-magazine-construction-business .ubermenu{
	background-color:#191744 !important;
}
body.ko-magazine-facility-cleaning-maintenance .ubermenu{
	background-color:#460022 !important;
}
body.ko-magazine-design-quarterly .ubermenu{
	background-color:#2194d2 !important;
}
.ubermenu.ubermenu-main .ubermenu-custom-content-padded, .ubermenu .ubermenu-nonlink {
	margin-top: 5px;
	padding: 11px 16px !important;
	margin-bottom: 8px !important;
}
.ubermenu.ubermenu-main ul {
	list-style: none outside none;
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: visible;
	zoom: 1;
}
.ubermenu .ko-magazine-landing-section-main-article-image > a {
	width: auto;
	display: block;
	background: transparent;
}
li.menu-item-has-children ul li a{
	padding-right: 15px !important;
	background: none !important;
}
.ubermenu .ko_menu_subcategories {
	float: left;
	width: 22%;
}
.ubermenu .ko_menu_subcategories li{
	margin-bottom: 8px !important;
	padding-bottom: 6px !important;
	border-bottom: 1px solid #fff !important;
}
.ubermenu .ko_menu_subcategories li a{
	font-weight: bold;
	font-size: 15px !important;
	text-transform: uppercase !important;
}
.ubermenu .ko_menu_subcategories ul, .wpmega-link-title{
	text-transform: capitalize;
}
.ubermenu .ko-vertical-add-space{
	float: left;
}
#megaMenu ul ul.sub-menu {
	z-index: 6000 !important;
}
.ubermenu ul li.ss-nav-menu-mega ul.sub-menu li .ko_menu_most_popular li.ko-magazine-landing-section-main-article{
	margin-bottom: 10px !important;
	display: block;
	float: left;
}

.ubermenu .ko-magazine-landing-section-main-article-image > a {
	padding-right: 15px !important;
	padding-bottom: 5px;
}

.ubermenu .ko-magazine-landing-section-main-article-excerpt {
	font-size: 16px;
	line-height: 18px;
	color: #000;
}
.ubermenu .ko-magazine-landing-section-main-article-image, .ko-magazine-landing-section-main-article-container {
	float: left;
}
.ubermenu .ko_menu_most_popular{
	float: left;
	width: 44%;
	/*padding-left: 20px !important;*/
	margin-left: 20px;
	margin-right: 4%;
	border-left: 1px solid #fff;
}
.ubermenu .ko-magazine-landing-section-main-article-container{
	width: 44%;
}
.ubermenu h4.ko-magazine-landing-section-other-articles-title{
	font-size: 18px !important;
}
.ubermenu .ko-magazine-landing-section-main-article-excerpt a{
	color: #fff;
}
.ubermenu .ko-magazine-landing-section-main-article-date{
	display: none;
}
.ubermenu h3.ko-magazine-landing-section-main-article-title a {
	font-size: 18px !important;
}
.ubermenu.ko-magazine-landing-section-main-bucket-articles, .ubermenu .ko-magazine-landing-section-other-bucket-articles {
	float: left !important;
}
.ubermenu ul.ko-magazine-landing-section-main-bucket-articles{
	border-bottom: 1px solid #fff !important;
	padding-bottom: 20px;
	margin-bottom: 14px;
}
.ubermenu .ko-magazine-landing-bucket ul li{
	width: 100%;
	clear: none;
	float: none;
	list-style: none;
	margin-right: 5%;
	margin-bottom: 8px;
}

.ubermenu .ko-magazine-landing-section-bucket-separator {
	display: none;
}
.ubermenu .ko-magazine-landing-bucket {
	margin-bottom: 0;
}
.ubermenu .ko-magazine-landing-bucket ul li {
	float: left;
}
.ubermenu .ko_menu_most_popular li{
	margin-left: 20px;
	background-image: none;
	background-repeat: no-repeat;
}
#branding .ubermenu img {
	margin-bottom: 0;
	width: 100%;
}
@media only screen and (max-width: 1169px) {
	#ubermenu-main-215-remi-2.ubermenu.ubermenu-mobile-view {
		background-color: #000 !important;
	}

	.ubermenu.ubermenu-main.ubermenu-submenu-indicator-closes .ubermenu-active > .ubermenu-target > .ubermenu-sub-indicator-close {
		display: flex;
		align-items: center;
		background: rgba(0, 0, 0, .9);
		justify-content: center;
		width: 15px;
	}

	.ubermenu.ubermenu-main.ubermenu-submenu-indicator-closes .ubermenu-sub-indicator-close > [class^=fa] {
		display: inline-block;
		position: absolute;
		top: 50%;
		right: auto;
		left: auto;
		width: auto;
		font-size: 16px;
		transform: translate(0%, -50%);
		margin-top: 0;
	}
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
	.ubermenu .ko_menu_most_popular {
		width: 29%;
	}
}
@media screen and (max-width: 1169px) {
	.ubermenu .ko-magazine-landing-section-main-article-container {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.ubermenu .ko_menu_subcategories {
		width: 100%;
	}
	.ubermenu .ko_menu_most_popular {
		width: 100%;
		margin-left: 0;
		margin-right: 0 ;
		border-left: none;
	}
	.ubermenu .ko_menu_most_popular li {
		margin-left: 0;
	}
}