/*
	Theme Name: Pacific Union 2016
	Description: Redesigned full-responsive Pacific Untion theme. Custom Insights and Straight Talk sections.
	Version: 1.0
	Author: WebSight Design
	Author URI: http://www.websightdesign.com
*/

/*-----------------------------------------*\
    WORDPRESS CORE CLASSES - DON'T DELETE
	 (Paste Site Frontend Styles Below)
\*-----------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/********************************************
			PACUNION BLOG 2015
	Responsive Layout - Mobile First
*********************************************/

/******** BROWSER CSS RESET *************************/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	/*** Include Padding/Borders in Width for All Elements ***/
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: none; }
table { border-collapse: collapse; border-spacing: 0; }
/* Responsive images & embedded objects (remove for image cropping) */
img, object, embed { max-width: 100%; }

/****** GLOBAL ELEMENT CSS ******/
html * { max-height: 999999px; } /* Android mobile font sizing fix */

body { 
	line-height: normal;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif; 
	background: #fff; 
	position: relative;
	-webkit-text-size-adjust: none;
}

body, select, input, textarea { color: #6d6e71; }

ins { background-color: #fcd700; color: #000; text-decoration: none; }
mark { background-color: #fcd700; color: #000; font-style: italic; font-weight: bold; }

h1, h2, h3, h4, h5, h6 { 
	margin: 0px 0px 20px;
	color: #000; 
	line-height: 1.1em;
	font-weight: 300;
	font-family: 'Gotham SSm A', 'Gotham SSm B', Gotham, Arial, sans-serif; 
}
h1 { font-size: 34px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4, h5, h6 { font-size: 20px; }

a, a:visited { color: #e65833; text-decoration: none; }
a:hover, a:active { color: #d74924; }
a:link { -webkit-tap-highlight-color: initial; } 

p { margin: 0px 0px 20px; }
img { border: none; }

b, strong { font-weight: bold; }
i, em { font-style: italic; }

.nosho { display: none; }
.mobileHide { display: none; }
.clear { clear: both; }

/*** Basic List Styling ***/
ul { 
	margin: 0px 0px 20px; 
	padding: 0px 0px 0px 20px; 
	list-style-type: disc; 
}
ul li { margin-bottom: 5px; } 
ul li ul li { margin-top: 5px; }
ul li ol li { margin-top: 5px; } 

ol { 
	margin: 0px 0px 20px; 
	padding: 0px 0px 0px 20px; 
	list-style-type: decimal;
}
ol li { margin-bottom: 5px; } 
ol li ol li { margin-top: 5px; }
ol li ul li { margin-top: 5px; }

/****** FRONTEND LAYOUT ******/
#page {
	margin: 0px auto;
	width: 100%;
	min-width: 480px;
	position: relative;
}

#page .inner { 
	margin: 0px auto;
	max-width: 1052px; 
}

/*** Header ***/
#header {
	margin: 0px;
	padding: 0px 20px;
	height: 90px;
	background: #53565a;
	position: relative;
}

#logo {
	display: block;
	margin: 0px auto;
	padding: 0px;
	width: 250px;
	height: 50px;
	text-indent: -9999px;
	background-image: url('images/logo.png');
	background-repeat:  no-repeat;
	background-size:  250px 90px;
	background-position:  0px 0px;
	
}

#blogLogo {
	display: block;
	margin: 0px auto;
	padding: 0px;
	width: 250px;
	height: 40px;
	text-indent: -9999px;
	background-image: url('images/logo.png');
	background-repeat:  no-repeat;
	background-size:  250px 90px;
	background-position:  0px -50px;
}

#menuBtn { 
	display: block; 
	float: left;
	margin: 18px 0px 0px;
	padding: 0px;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	background-image: url('images/menuBtn.png');
	background-repeat:  no-repeat;
	background-size:  32px 32px;
}
#menuBtn.open { background-color: none; }

#searchBtn { 
	display: block; 
	float: right;
	margin: 16px 0px 0px;
	padding: 0px;
	width: 36px;
	height: 36px;
	text-indent: -9999px;
	background-image: url('images/searchBtn.png');
	background-repeat:  no-repeat;
	background-size: 36px 36px;
}
#searchBtn.open { background-color: transparent; }

#header .searchForm { 
	display: none; 
	position: absolute;
	left: 0px;
	top: 100%;
	z-index: 9998;
	margin: 0px;
	padding: 20px 0px;
	width: 100%;
	text-align: center;
	background: rgba(46,48,51,0.9);
	border-top: 1px solid #222;	
	border-bottom: 1px solid #222;
}
#header .searchForm .search-input {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: bottom;
	margin: 0px 4px;
	width: 300px;
	height: 36px;
	font-size: 1em;
	padding: 5px;
	border-radius: 0px;
	border: none;
	-webkit-appearance: none; 
}
#header .searchForm .search-submit {
	display: inline-block;
	margin: 0px 4px;
	vertical-align: bottom;
	padding: 2px 20px;
	height: 36px;
	color: #fff;
	line-height: 32px;
	font-size: 20px;
	border: none; 
	border-radius: 0px;
	font-family: 'Gotham SSm A', 'Gotham SSm B', Gotham, Arial, sans-serif; 
	font-weight: 300; 
	text-transform: uppercase;
	-webkit-appearance: none; 
	cursor: pointer;
	background-color: #e65833;
}
#header .searchForm .search-submit:hover,
#header .searchForm .search-submit:active { background-color: #d74924; }

#mainmenu { 
	display: none;
	position: absolute;
	z-index: 9999;
	width: 100%;
	text-align: center;
	font-family: 'Gotham SSm A', 'Gotham SSm B', Gotham, Arial, sans-serif; 
	font-weight: 300;
	background: rgba(46,48,51,0.9); 
	border-bottom: 1px solid #222;
}
#mainmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#mainmenu ul li {
	margin: 0px; 
	float: none; 
	border-left: none;
	border-top: 1px solid #222;
}
#mainmenu ul li a {
	display: block;
	padding: 20px;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	background-color: transparent;
}
#mainmenu ul li:hover > a, #mainmenu ul li:active > a  {
	color: #d5d5d5;
}
#mainmenu ul li > ul { display: none; }
#mainmenu ul li:hover > ul { display: none; }

/*** Content Area ***/
#content {
	clear: both;
	margin: 0px auto;
    padding: 40px;
	min-height: 520px;
	max-width: 1132px;
	line-height: 1.3em;
}

#content #sidebar {
	float: none; 
	width: auto; 
	margin: 40px 0px 0px;
	padding: 40px 0px 0px; 
	border-right: none;
	border-top: 1px solid #4d4d4f;
}

#content #main {
	float: none; 
	width: auto;
	margin: 0px;
	padding: 0px; 
}

/*** Footer ***/
#footer {
	padding: 20px 40px;
	margin: 0px;
	color: #cfd1d2;
	font-size: 16px;
	text-align: left;
	background: #53565a;
}
#footer a { color: #cfd1d2; }

#footer #social { 
	margin: 0px -10px 20px; 
	text-align: center;
}
#footer #social a { 
	margin: 0px 1px;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background-image: url('images/socialSprite.png');
	background-size: 540px 60px; /* 0.75 size sprite for retina devices */
	background-repeat: no-repeat;
	background-color: transparent;
}
#footer #social a:hover { opacity: 0.75; }
#footer #social a.fb { background-position: -10px -10px; }
#footer #social a.tw { background-position: -70px -10px; }
#footer #social a.ln { background-position: -130px -10px; }
#footer #social a.gp { background-position: -190px -10px; }
#footer #social a.yt { background-position: -250px -10px; }
#footer #social a.em { background-position: -310px -10px; }
#footer #social a.rss { background-position: -370px -10px; }
#footer #social a.pn { background-position: -430px -10px; }
#footer #social a.ig { background-position: -490px -10px; }

/*******************************
		BLOG STYLES
********************************/
#content #main { margin: 0px; }
#content h1 { 
	margin: 0px 0px 40px; 
	color: #6f7173; 
}

/*** Banners / Highlighted Posts ***/
#highlighted { 
	margin: 0px auto 20px; 
	max-width: 1300px;
	background: #53565a;
}
#highlighted .banner { 
	margin: 0px;
	padding: 0px 0px 70%; /* banner height is 70% of width */
	width: 100%;
	position: relative;
	overflow: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
#highlighted .banner img {
	display: block;
	float: none;
	position: absolute;
	margin: auto;
	top: 50%;
	left: 0px;
	z-index: 2;
	width: 100%;
	min-height: 100%;
	height: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#highlighted .banner .postDesc { 
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 3;
	margin: 0px; 
	padding: 20px 20px 10px;
	width: 100%;
	min-height: 90px;
	color: #fff;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: padding 0.1s, min-height 0.1s, background-color 0.2s; /* Safari */
    transition: padding 0.1s, min-height 0.1s, background-color 0.2s;
}
#highlighted .banner:hover > .postDesc { 
	padding-bottom: 20px;  
	min-height: 100px;
	background-color: rgba(0,0,0,0.8);
}
#highlighted .banner .postDesc .postTitle { 
	margin: 0px 0px 5px;
	font-size: 20px;
	color: #fff;
}
#highlighted .banner .postDesc .postTitle a { color: #fff; }
#highlighted .banner .postDesc p { margin: 0px; }
#highlighted .banner a.linkOverlay { 
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4;
	width: 100%;
	height: 100%;
}

/* Talk Teaser */

	#talk-wrapper {
		background-color: #f1f2f2;
		margin: 0 auto;
	}
	
	#talk-wrapper .talk {
		margin: 0 auto;
		max-width: 1100px;
		padding: 1% 4%;
		text-align: left; 
	}
	
	#talk-wrapper #talk-tag {
		 max-width: 495px;
		 text-align: center;
	}
	
	#talk-wrapper .talk-left {
		display: block;
		width: 100%;
	}
	
	#talk-wrapper .talk-right {
		display: block;
		width: 100%;
		 margin: 1% 0 5%;
		 padding: 2% 3% 2% 0;
	}
	
	#talk-wrapper .talk-right h3 {
		margin: 5px;
		text-align: left;
		font-size: 20px; 
	}
	
	#talk-wrapper .talk-right h3:nth-child(2) {
		margin: 5px 5px 20px;
	}
	
	#talk-wrapper .talk-right a.more-btn {
		background-color: #e55725;
		color: #fff;
		padding: 2.5% 3%;
		text-transform: uppercase;
		margin: 1%;
		font-size: 13px;
	}
	
	#talk-wrapper .talk-left img {
    	float: left;
    	margin: 20px 20px 5px 0;
	}
	
	#talk-tag {
		padding: 0;
		text-align: center;
	}
	
	#talk-tag h4 {
		background-color: #fff;
	    color: #6f7173;
	    margin: 0 auto;
	    text-align: center;
	    text-transform: uppercase;
	    width: 180px;  
    }
    
    #talk-wrapper h4 {
		background-color: #f1f2f2;
	    color: #47474a;
	    margin: 0 auto;
	    text-align: center;
	    text-transform: uppercase;
	    width: 150px;
	    font-size: 16px;
	    z-index: 10;
	    position: relative;
	    left: 10%;
	    white-space: nowrap;
    }
    
    #talk-tag h1 {
    	margin: 1% 0 .5%;
    	text-transform: uppercase;
    	letter-spacing: 1px;
    	font-size: 30px;
    	color: #4d4d4f;
    	font-weight: 500;
    }
    
    #talk-wrapper h1 {
       	font-size: 24px;
    }
        
    #talk-tag h6 {
	    font-size: 13px;
	    margin: 0 0 40px;
	}
    
    #talk-wrapper h6 {
    	text-align: justify;
    	overflow: hidden;
    }
    
    #talk-tag hr {
	    position: relative;
	    top: 20px;
	    z-index: -1;
	    color: #e55725;
	    font-weight: 400;
	    border: 0; 
	    height: 1.5px; 
	    background: #e55725;
    }
    
    .talk-divide hr {
	    margin: 0 0 60px;
	    color: #e55725;
	    font-weight: 400;
	    border: 0; 
	    height: 1.5px; 
	    background: #e55725;
    }
    
    #talk-wrapper hr {
	    position: relative;
	    top: 20px;
	    z-index: -1;
	    color: #e55725;
	    font-weight: 400;
	    border: 0; 
	    height: 1.5px; 
	    background: #e55725;
    }
    
    #talk-wrapper span.top hr {
	    position: relative;
	    top: 20px;
	    z-index: 0;
	    color: #e55725;
	    font-weight: 400;
	    border: 0; 
	    height: 2px; 
	    background: #e55725;
    }
    
    #talk-wrapper span.top {
	    z-index: 0;
    }
    
    #talk-wrapper span.bottom hr {
	    position: relative;
	    top: 0px;
	    z-index: 0;
	    color: #e55725;
	    font-weight: 400;
	    border: 0; 
	    height: 2px; 
	    background: #e55725;
    }

    
    

/*** Post Listings / Excerpts ***/
#content .post.excerpt { margin: 0px 0px 60px; }
#content .post.excerpt .postImg {
	display: block;
	margin: 0px 0px 20px;
	width: 100%;
	height: auto;
} 
#content .post.excerpt .postImg img { 
	display: block;
	width: 100%;
}
#content .post.excerpt .postDesc { margin: 0px; }
#content .post.excerpt .postDesc .postTitle { margin: 0px 0px 10px; }
#content .post.excerpt .postDesc .postTitle a { color: #4d4d4f; }
#content .post.excerpt .postDesc .postMeta { 
	margin: 0px 0px 10px;
	color: #4d4d4f;
	font-style: italic;
}
#content .post .postMeta a { text-decoration: underline; }

/*** Single Post Pages ***/
.single-post #content .post { margin: 0px; }
.single-post #content .post h1.postTitle { margin: 0px 0px 15px; }
.single-post #content .post .postMeta { 
	margin: 0px 0px 30px;
	color: #4d4d4f;
	font-style: italic;
}
.single-post #content .post .postMeta.bottom { 
	margin: 20px 0px;
	font-size: 0.9em;
}

/*** Pagination / Post Navigation ***/
#content .pagination { margin: 0px 0px 20px; }
#content .pagination .nav-previous {
	margin: 0px;
	width: 50%;
	float: left;
	text-align: left;
}
#content .pagination .nav-next {
	margin: 0px;
	width: 50%;
	float: right;
	text-align: right;
}
#content .pagination a {
	display: inline-block;
	margin: 0px;
	padding: 8px 30px;
	color: #fff;
	font-family: 'Gotham SSm A', 'Gotham SSm B', Gotham, Arial, sans-serif; 
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
	background: #e65833;
}
#content .pagination a:hover, #content .pagination a:active { background: #d74924; }
#content .pagination.postNav a { min-width: 200px; padding: 8px 10px; }

/* Share Buttons */
#content .addtoany_header { 
	margin: 20px 0px 8px;
	font-size: 0.9em;
	font-weight: bold;
	color: #4d4d4f;
}
#content .a2a_kit a { 
	margin: 0px 6px 0px 0px;
	display: inline-block;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	background-image: url('images/socialSprite.png');
	background-size: 360px 40px; /* 0.5 size sprite for retina devices */
	background-repeat: no-repeat;
	background-color: #53565a;
}
#content .a2a_kit a:hover { background-color: #d74924; }
#content .a2a_kit a.a2a_button_facebook { background-position: -4px -4px; }
#content .a2a_kit a.a2a_button_twitter { background-position: -44px -4px; }
#content .a2a_kit a.a2a_button_linkedin { background-position: -84px -4px; }
#content .a2a_kit a.a2a_button_google_plus { background-position: -124px -4px; }
#content .a2a_kit a.a2a_button_email { background-position: -204px -4px; }

/*** Market Snapshot (Regions Dropdown) ***/
#content .marketSnapshot { margin: 40px 0px 0px; } 
#content .marketSnapshot h2 { 
	margin: 0px 0px 20px;
	font-size: 30px;
	color: #6f7173; 
}
#content .marketSnapshot p {
	margin: 0px 0px 8px;
	color: #4d4d4f;
	font-size: 18px;
}
#content .marketSnapshot .selectWrap {
	display: inline-block;
	position: relative;
}
#content .marketSnapshot select {
	font-size: 1em;
	margin: 0px;
	padding: 4px;
	min-width: 280px;
	background: transparent;
	border-radius: 0px;
	border: 1px solid #b2b2b3;
	-webkit-appearance: none;
}
#content .marketSnapshot .selectWrap::after {
	content: '';
	box-sizing: border-box;
	position: absolute;
	margin: 0px;
	top: 0px;
	right: 0px;
	z-index: 2;
	width: 36px;
	height: 100%;
	pointer-events: none;
	border: 1px solid #b2b2b3;
	border-left: none;
	background: #fff url('images/selectArrow.png') no-repeat center center;
}

#content .marketSnapshot input[type=text] {
	font-size: 1em;
	margin: 0px;
	padding: 4px;
	min-width: 280px;
	background: transparent;
	border-radius: 0px;
	border: 1px solid #b2b2b3;
	-webkit-appearance: none;
}
#content .marketSnapshot input[type=submit] {
	box-sizing: border-box;
	display: inline-block;
	margin: 0px 4px;
	vertical-align: bottom;
	padding: 2px 20px;
	height: 32px;
	color: #fff;
	line-height: 28px;
	font-size: 18px;
	border: none; 
	border-radius: 0px;
	font-family: 'Gotham SSm A', 'Gotham SSm B', Gotham, Arial, sans-serif; 
	font-weight: 300; 
	text-transform: uppercase;
	-webkit-appearance: none; 
	cursor: pointer;
	background-color: #e65833;
}
#content .marketSnapshot input[type=submit]:hover,
#content .marketSnapshot input[type=submit]:active { background-color: #d74924; }

/*** Email Subscription Form ***/
#content .emailForm { margin: 40px 0px 0px; } 
#content .emailForm h2 { 
	margin: 0px 0px 20px;
	font-size: 30px;
	color: #6f7173; 
}
#content .emailForm p {
	margin: 0px 0px 8px;
	color: #4d4d4f;
	font-size: 18px;
}
#content .emailForm input[type=text] {
	font-size: 1em;
	margin: 0px;
	padding: 4px;
	min-width: 280px;
	background: transparent;
	border-radius: 0px;
	border: 1px solid #b2b2b3;
	-webkit-appearance: none;
}
#content .emailForm input[type=submit] {
	box-sizing: border-box;
	display: inline-block;
	margin: 0px 4px;
	vertical-align: bottom;
	padding: 2px 20px;
	height: 32px;
	color: #fff;
	line-height: 28px;
	font-size: 18px;
	border: none; 
	border-radius: 0px;
	font-family: 'Gotham SSm A', 'Gotham SSm B', Gotham, Arial, sans-serif; 
	font-weight: 300; 
	text-transform: uppercase;
	-webkit-appearance: none; 
	cursor: pointer;
	background-color: #e65833;
}
#content .emailForm input[type=submit]:hover,
#content .emailForm input[type=submit]:active { background-color: #d74924; }

/*** Sidebar / Widgets ***/
#sidebar h3 { 
	margin: 0px 0px 20px; 
	font-size: 26px;
	color: #6f7173; 
}
#sidebar #sidebarColumns { margin: 0px 0px 30px; }
#sidebar #sidebarColumns .sidebarCol { 
	display: none;
	width: 100%; 
}
#sidebar #sidebarColumns .sidebarCol.first { display: block; }
#sidebar #sidebarColumns .sidebarCol p { margin: 0px 0px 15px; }
#sidebar #sidebarColumns .sidebarCol a { color: #e65833; text-decoration: underline; }
#sidebar #sidebarColumns .sidebarCol h3 a { color: #6f7173; text-decoration: none; }
#sidebar #sidebarColumns .sidebarCol img {
	display: block;
	margin: 0px 0px 20px;
	width: 100%;
	height: auto;
}
#sidebar #sidebarPager {
	display: block;
	margin: 0px;
	text-align: center;
}
#sidebar #sidebarPager span {
	display: inline-block;
	margin: 0px 3px;
	width: 32px;
	height: 32px;
	background-image: url('images/pagerDots.png');
	background-size: 32px 64px; /* 0.5 size sprite for retina devices */
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#sidebar #sidebarPager span.cycle-pager-active { background-position: 0px -32px; }


/***********************************
	TABLET LAYOUT BREAKPOINTS
************************************/
@media(min-width: 640px) {

	/*** Post Listings / Excerpts ***/
	#content .post.excerpt { margin: 0px 0px 60px; }
	#content .post.excerpt .postImg {
		display: block;
		float: left;
		margin: 0px 0px 20px;
		padding: 0px;
		width: 240px;
		height: 160px;
		position: relative;
		overflow: hidden;
	} 
	#content .post.excerpt .postImg img { }
	#content .post.excerpt .postDesc { margin: 0px 0px 0px 270px; }
	#content .post.excerpt .postDesc .postTitle { margin: 0px 0px 10px; }
	#content .post.excerpt .postDesc .postTitle a { color: #4d4d4f; }
	#content .post.excerpt .postDesc .postMeta { 
		margin: 0px 0px 10px;
		color: #4d4d4f;
	}
	
	/*** Banners / Highlighted Posts ***/
	#highlighted {  }
	#highlighted .banner { 
		float: left;
		margin: 0px;
		padding: 35% 0px 0px; /* banner height is 35% of page width */
		width: 50%;
		position: relative;
		overflow: hidden;
	}
	#highlighted .banner.banner1 { 
		padding: 44% 0px 0px; /* main banner height is 44% of page width */
		width: 100% 
	}
	#highlighted .banner .postImg { }
	#highlighted .banner .postImg img {
		display: block;
		float: none;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 2;
		margin: 0px;
		width: 100%;
		min-height: 100%;
		height: auto;
	}
	#highlighted .banner .postDesc { 
		position: absolute;
		left: 0px;
		bottom: 0px;
		z-index: 3;
		margin: 0px; 
		padding: 20px 10px 10px;
		width: 100%;
		color: #fff;
		text-align: center;
		background: rgba(0,0,0,0.6);
	}
	#highlighted .banner .postDesc .postTitle { font-size: 18px; }
	#highlighted .banner .postDesc .postMeta { font-size: 16px; }
	
	#talk-wrapper {
		background-color: #f1f2f2;
		margin: 0 auto;
	}
	
	#talk-wrapper .talk {
		margin: 0 auto;
		max-width: 1100px;
		padding: 1% 4%;
		text-align: left; 	}
	
	#talk-wrapper .talk-left {
		display: inline-block;
		width: 49%;
	}
	
	#talk-wrapper .talk-right {
		display: inline-block;
		padding: 2% 0 1.2% 3%;
		width: 49%;
		vertical-align: top;	
	}
	
	#talk-wrapper h4 {
	    left: 15%;
    }

	
		
}  /* @media(min-width: 640px) */

/***********************************
	DESKTOP LAYOUT BREAKPOINTS
************************************/
@media(min-width: 930px) {

	/****** GLOBAL ELEMENT CSS ******/
	body { font-size: 14px; }
	body:before {
		content: '';
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: -1;
		width: 100%;
		height: 100px;
		background: #53565a;
	}
	
	.mobileHide { display: initial; }

	/****** FRONTEND LAYOUT ******/	
	/*** Header ***/
	#header {
		margin: 0px;
		padding: 35px 40px 20px;
		height: 100px;
	}
	
	#logo {
		display: block;
		float: left;
		margin: 0px;
		padding: 0px;
		width: 300px;
		height: 35px;
		background-image: url('images/logoFull.png');
		background-size:  auto;
		background-position: 0px 0px;
	}
	
	#blogLogo {
		display: block;
		float: left;
		margin: 0px;
		padding: 0px;
		width: 320px;
		height: 35px;
		background-image: url('images/logoFull.png');
		background-size:  auto;
		background-position: -300px 0px;
	}
	
	#menuBtn { display: none; }
	#searchBtn { display: none; }
	
	/*** Main Menu ***/
	#header .searchForm { 
		display: block; 
		position: static;
		float: right;
		margin: 0px;
		padding: 5px 0px;
		width: auto;
		text-align: left;
		background: none;
		border: none;
	}
	#header .searchForm .search-input {
		display: inline-block;
		vertical-align: bottom;
		margin: 0 5px 0 0;
		width: 145px;
		height: 30px;
		font-size: 12px;
		text-align: center;
		padding: 5px;
		color: #fff;
		background: none;
		border-radius: 0px;
		border: 1px solid #999;
		-webkit-appearance: none; 
	}
	#header .searchForm .search-submit {
		display: inline-block;
		margin: 0px;
		vertical-align: bottom;
		padding: 0px;
		width: 30px;
		height: 30px;
		text-indent: -9999px;
		-webkit-appearance: none; 
		cursor: pointer;
		background: url('images/searchBtn.png') no-repeat 0px 0px;
		background-size: 100% 100%;
	}
	#header .searchForm .search-submit:hover,
	#header .searchForm .search-submit:active { background-color: transparent; opacity: 0.8; }
	
	/*** Main Menu ***/
	#mainmenu { 
		display: block;
		position: static;
		margin: 0px auto;
		padding: 23px 0px;
		background: none;
		border: none;
	}
	#mainmenu ul { }
	#mainmenu ul li {
		float: none;
		margin: 0px -6px 0px 0px;
		display: inline-block;
		position: relative;
		border: none;
		border-left: 1px solid #4d4d4f;
	}
	#mainmenu ul li.first { border-left: none; }
	#mainmenu ul li a {
		padding: 2px 8px;
		color: #4d4d4f;
		font-size: 12px;
	}
	#mainmenu ul li.menu-item-has-children > a { 
		padding: 2px 30px 2px 8px;
		background: url('images/navArrow.png') no-repeat right center;
	}
	#mainmenu ul li:hover > a, #mainmenu ul li:active > a {
		color: #7f7f7f;
	}
	/*
	#mainmenu ul li.home-search { border-left: none; } 
	#mainmenu ul li.home-search > a { 
		padding: 4px 4px;
		color: #fff;
		text-transform: uppercase;
		background: #e65833;
	} 
	#mainmenu ul li.home-search:hover > a, #mainmenu ul li.home-search:active > a { 
		background-color: #d74924;
	}
	*/
	#mainmenu ul li > ul {
		display: none;
		position: absolute;
		margin: 0px;
		padding: 0px;
		left: 0px;
		text-align: left;
		min-width: 180px;
		z-index: 999;
		border-top: 5px solid #fff;
		background: #7f7f7f;
	}
	#mainmenu ul li:hover > ul { display: block; }
	#mainmenu ul li > ul li {
		margin: 0px; 
		display: block;
		float: none; 
		position: relative;
		border-left: none;
		border-top: 1px solid #999;
	}
	#mainmenu ul li:first-child { border-top: none; }
	#mainmenu ul li > ul li a {
		display: block;
		padding: 8px 10px;
		color: #fff;
		text-decoration: none;
		background: none;
	}
	#mainmenu ul li > ul li:hover a, #mainmenu ul li > ul li:active a {
		color: #d5d5d5;
	}
	
	#content { 
		margin: 0px auto;
		padding: 15px 40px 40px; 
	}
	
	#content #sidebar { }
	
	#content #main { }
	
	#footer { font-size: 11px; }
	#footer p { margin: 0px 0px 10px; }
	#footer #social { text-align: left; }
	#footer #social a {  
		display: block;
		float: left;
		margin: 0px;
		background-size: 360px 40px; /* 0.5 size sprite */
		background-repeat: no-repeat;
		background-color: transparent;
	}
	#footer #social a.fb { background-position: 0px 0px; }
	#footer #social a.tw { background-position: -40px 0px; }
	#footer #social a.ln { background-position: -80px 0px; }
	#footer #social a.gp { background-position: -120px 0px; }
	#footer #social a.yt { background-position: -160px 0px; }
	#footer #social a.em { background-position: -200px 0px; }
	#footer #social a.rss { background-position: -240px 0px; }
	#footer #social a.pn { background-position: -280px 0px; }
	#footer #social a.ig { background-position: -320px 0px; }
	
	/*******************************
			BLOG STYLES
	********************************/
	
	/*** Post Listings ***/
	#content .post.excerpt { }
	
	/*** Single Post Pages ***/
	.single-post #content .post { }
	
	/* Comments */
	#content .post input[type=submit] {
		padding: 4px 20px;
		font-size: 16px;
	}
	
	/*** Sidebar / Widgets ***/
	#content #sidebar .search input[type=search] { 
		padding: 4px; 
		width: 130px;
		height: 26px;
		border: 1px solid #aaa;
		border-radius: 0px;
		-webkit-appearance: none; 
	}
	#content #sidebar .search button {
		padding: 4px 8px;
		width: 70px;
		font-size: 16px;
	}
	
	/*** Banners / Highlighted Posts ***/
	#highlighted { }
	#highlighted .banner { 
		float: left;
		margin: 0px;
		padding: 24% 0px 0px; /* banner height is 24% of page width */
		width: 33.33%;
		position: relative;
		overflow: hidden;
	}
	#highlighted .banner.banner1 { 
		padding: 24% 0px 0px; /* banner height is 24% of page width */
		width: 33.33%;
	}
	#highlighted .banner { }
	#highlighted .banner img { }
	#highlighted .banner .postDesc { }
	#highlighted .banner .postDesc .postTitle { font-size: 16px; }
	#highlighted .banner .postDesc .postMeta { font-size: 14px; }
	
	#talk-wrapper {
		background-color: #f1f2f2;
		margin: 0 auto;
		max-width: 1300px;
		padding: 1%;
	}
	
	
	#talk-wrapper .talk {
		margin: 0 auto;
		max-width: 1100px;
		padding: 1% 2%;
		text-align: left; 
	}
	
	#talk-wrapper .talk-left {
		display: inline-block;
		width: 49%;
	}
	
	#talk-wrapper .talk-right {
		display: inline-block;
		padding: 1.2% 0 1.2% 3%;
		width: 49%;
		vertical-align: top;
		margin: 0 auto;
	}
	
	#talk-wrapper h4 {
	    left: 10%;
    }

	
	/*** Market Snapshot (Regions Dropdown) ***/
	#content .marketSnapshot { 
		margin: 40px 0px 0px; 
		float: left;
		width: 46%;
	} 
	#content .marketSnapshot h2 { margin: 0px 0px 20px; }
	#content .marketSnapshot p { font-size: 16px; }
	#content .marketSnapshot input[type=text] { }
	#content .marketSnapshot input[type=submit] {
		padding: 2px 10px;
		height: 26px;
		line-height: 22px;
		font-size: 14px;
	}
    
	/*** Email Subscription Form ***/
	#content .emailForm { 
		margin: 40px 0px 0px 6.5%; 
		float: left;
		width: 46%;
	} 
	#content .emailForm h2 { margin: 0px 0px 20px; }
	#content .emailForm p { font-size: 16px; }
	#content .emailForm input[type=text] { }
	#content .emailForm input[type=submit] {
		padding: 2px 10px;
		height: 26px;
		line-height: 22px;
		font-size: 14px;
	}

	
	/*** Sidebar / Widgets ***/
	#sidebar h3 { font-size: 21px; }
	#sidebar #sidebarColumns { margin: 0px 0px 30px; }
	#sidebar #sidebarColumns .sidebarCol { 
		display: block;
		float: left;
		margin: 0px 0px 0px 6.5%;
		width: 29%;
	}
	#sidebar #sidebarColumns .sidebarCol.first { margin-left: 0px; }
	#sidebar #sidebarColumns .sidebarCol a { color: #e65833; text-decoration: underline; }
	#sidebar #sidebarColumns .sidebarCol a.email { color: #53565a; text-decoration: none; }
	#sidebar #sidebarColumns .sidebarCol img {
		display: block;
		margin: 0px 0px 20px;
		width: 100%;
		height: auto;
	}
	#sidebar #sidebarPager { display: none; }
	
		
}  /* @media(min-width: 930px) */

/******* 2-COLUMN POST LAYOUT ******/
@media(min-width: 1044px) {
	
	/*** Main Menu ***/
	#mainmenu ul li {
		float: none;
		margin: 0px 0px 0px -4px;
		display: inline-block;
		position: relative;
		border: none;
		border-left: 1px solid #4d4d4f;
	}
	#mainmenu ul li a {
		padding: 2px 8px 2px 10px;
		font-size: 13px;
	}
	#mainmenu ul li.menu-item-has-children > a { padding: 2px 32px 2px 12px; }
	/*
	#mainmenu ul li.home-search > a { padding: 4px 10px; }
	*/
	
	/******* BLOG STYLES ******/
	/*** Post Listings ***/
	#content .post.excerpt { 
		margin: 0px 0px 60px; 
		float: left;
		width: 47%;
	}
	#content .post.excerpt.even { margin-left: 6%; }
	#content .post.excerpt .postImg { 
		float: left;
		width: 184px;
		height: 122px;
	}
	#content .post.excerpt .postDesc { margin: 0px 0px 0px 210px; }
	#content .post.excerpt .postDesc .postTitle { margin: 0px 0px 5px; font-size: 18px; }
	#content .post.excerpt .postDesc .postMeta { margin: 0px 0px 5px; font-size: 0.9em; }
	
	/*** Sidebar / Widgets ***/
	#sidebar h3 { font-size: 26px; }
	
}  /* @media(min-width: 1044px) */

@media(min-width: 1120px) {
	#talk-wrapper .talk {
		margin: 0 auto;
		max-width: 1100px;
		padding: 1%;
		text-align: left; 
	}
}  /* @media(min-width: 1110px) */



