/*
Theme Name: Strategy 2014
Theme URI:
Description: Frankenstein'd edition of Strategy WP build - upgrade to 2014 standards on pre-existing framework.
Version:
Author: R. Stephenson Price
Author URI:
*/

/* CSS strategyonline Document

Colours
green-dark - #84962a
green-light - #a8bc37

*/

*, *:before, *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin:0;
    padding:0;
}

html { margin-top:0 !important; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { background:#ffffff url('/wp/wp-content/themes/pb/images/backgroundrepeat.jpg') repeat-x top center fixed; margin:0; padding:0; font:normal 10pt/16pt arial, helvetica, sans-serif; }

iframe, embed   { width:100%; }
.gallery        { margin:20px 0 !important; }
div #movie      { width:100% !important; height:inherit !important; min-height:250px; }

.clear:before, .clear:after { content: " "; /* 1 */ display: table; /* 2 */ }
.clear:after { clear: both; }
/* For IE 6/7 only - Include this rule to trigger hasLayout and contain floats. */
.clear  { *zoom: 1; }

.hide   { display: none;}
.clear  { clear: both;}
.stick  { position:fixed !important; top:28px !important; }
.left   { float: left; }
.right  { float: right; }

img  { width:inherit; max-width:100%; height:auto; border:0; }
p    { padding:0; margin:0 auto 20px; }

/* LINKS */
a               { color:#84962a; text-decoration:none; font-weight:bold; -webkit-transition: all 0.1s ease;}
a:active        { color:#84962a; text-decoration:none; }
a:hover         { color:#a8bc37; text-decoration:none; }
.post a         { color:#84962a; text-decoration:none; font-weight:bold; -webkit-transition: all 0.1s ease;}
.post a:active  { color:#84962a; text-decoration:none; }
.post a:hover   { color:#a8bc37; text-decoration:none; }

#post a, .byline a, .page a { color:#84962a; font-weight:bold;  text-decoration:none; }
#post a:active, .byline a:active, .page a:active { color:#84962a; text-decoration:none; }
#post a:hover, .byline a:hover, .page a:hover { color:#a8bc37; text-decoration:none; }

.postthumb      { float:left; margin:0; width:100%; background:#232323; text-align:center; }
.postthumb img  { width:100%; height:auto; }

h1 { font-family:Arial, Helvetica, sans-serif; font-size:18pt; font-weight:bold; color:#a8bc37; margin:0 0 15px 0; }
h2 { font-family:Arial, Helvetica, sans-serif; font-size:18pt; font-weight:bold; color:#404040; margin:0 0 10px; }
h3 { font-family:Arial, Helvetica, sans-serif; font-size:12pt; font-weight:bold; color:#404040; margin:20px 0 10px; }
h4 { font-family:Arial, Helvetica, sans-serif; font-size:11pt; font-weight:bold; color:#404040; margin:20px 0 10px; padding:0 0 10px; border-bottom:1px solid #cdcdcd; }
h5 { font-family:Arial, Helvetica, sans-serif; font-size:10pt; font-weight:bold; color:#ababab; margin:0 0 10px; line-height:13pt; }
h6 { font-family:Arial, Helvetica, sans-serif; font-size:9pt; font-weight:bold; color:#a8bc37; margin:0 10px 10px 0; float:left; clear:both; text-transform:uppercase; line-height:14pt; }

blockquote { background:none; float:right; width:50%; margin:0 0 20px 20px; padding:20px; border-bottom:5px solid #a8bc37; border-top:5px solid #a8bc37; }
blockquote p { margin:0 !important; padding:0; font:bold 18pt/24pt Arial, Helvetica, sans-serif !important; color:#a8bc37; }
blockquote img { margin:0 auto 10px; max-width:100%; }
blockquote .credit { width:100%; margin:10px auto 0; font-weight:bold; font-size:10pt; text-align:right; }

.hidden { display:none !important; visibility:hidden !important; }

#outerDrop { float:left; border: 1px solid #121212; padding:5px; margin:0 5px 0 0; }
#innerDrop { background:#121212; color:#ffffff; width:45px; height:45px; padding:5px; text-align:center; line-height:26pt; font-size:33pt; font-family:Times,Serif,Georgia,Verdana; }

#post           { min-height:165px; }
.entry          { min-height:165px; padding:20px; width:100%; }
.entry table    { max-width:100% !important; }
.entry table td { display:table-cell; }
.entry iframe   { margin: 0 0 20px !important; }
.entry .colA    { float:left; width:50%; margin:0 20px 20px 0; }
.entry .colB    { float:right; width:45%; width:calc(50% - 20px); margin:0 0 20px; }

#tags   { padding:20px; border-top:1px solid #cdcdcd; width:100%; background:#fafafa; }
#tags p { line-height:13pt !important; font-size:9pt; }

.pagetitle {
    background:#a8bc37;
    line-height: 15pt;
    padding:5px 20px;
    font-weight: bold;
    color: #ffffff;
    margin: 0 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size:11pt;
}
h2 a { color:#ffffff; text-decoration: none; -webkit-transition: all 0.1s ease;}

.page h3 { margin:10px 0; }

h2.article {
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:18pt;
	font-weight:bold;
	color:#404040;
    margin:0;
    padding:20px;
    border-bottom:1px solid #cdcdcd;
}

#subInnerGray h3 { font-family:Arial,Helvetica,sans-serif; font-size:16px; font-weight:bold; color:#ababab; margin:0 0 15px 0; }
h4 { margin-bottom: 1em; }
em { font-style:italic; }

#articleHeader { padding:20px; width:100%; border-bottom:1px solid #cdcdcd; }
#articleHeader h3 { margin:0; }

#breadcrumbs { width:100%; margin:20px 0; }
#breadcrumbs a { font-weight:bold; }

.page ul, #post ul { list-style-type:none; padding:0; margin:0 0 20px 20px; }
.page li, #post li { background-image: url('/content/images/arrow.png'); background-repeat:no-repeat; background-position:0 .4em; padding-left:26px; padding-top:6px; }

/* --------- Corners --------- */
.round_7        { -webkit-border-radius:7px; -moz-border-radius:7px; }
.round_top_7    { -moz-border-radius-topright:7px; -webkit-border-top-right-radius:7px; -moz-border-radius-topleft:7px; -webkit-border-top-left-radius:7px; }
.round_bottom_7 { -moz-border-radius-bottomright:7px; -webkit-border-bottom-right-radius:7px; -moz-border-radius-bottomleft:7px; -webkit-border-bottom-left-radius:7px; }

.container      { background:none; width:964px; margin:0 auto; padding:0; overflow:hidden; }
#containerFull  { width:100%; margin:0 auto; background:#ffffff; border-bottom:5px solid #A8BC37; position:relative; z-index:100; }
#containerAds   { background:#232323; width:964px; margin:0 auto; margin:0 auto; height:auto; position:relative; }

.shadow         { box-shadow:0 0 2px #232323; -moz-box-shadow:0 0 2px #232323; -webkit-box-shadow:0 0 2px #232323; }

#ctaLug         { float:left; width:216px; height:90px; background:#121212; margin:0 20px 0 0; }

/* Header
-----------------------------------------------------------------------------*/
#header {
	width:964px;
	height:auto;
	background:#ffffff;
	display:block;
	margin:0 auto !important;
	padding:28px 0 0;
	position:relative;
}

.leaderboard {
	margin:0 auto !important;
	width:100% !important;
	height:auto;
	text-align:center;
	
}

#leaderboardBottom > div {
	margin: 0 auto !important;

}

.leaderboard > iframe, .leaderboard > div, .leaderboard > img, .leaderboard > span { height:auto; width:100%; margin:0 auto; display:block; }
.feedad > div { margin:0 auto; display:block; }

#siteBox {
	background:#121212 url("/wp/wp-content/themes/pb/images/black-back.jpg");
	width:100%;
	padding:20px;
	height:auto;
	min-height:100px;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}

#siteBox .pagetitle {
	width: 100%;
}

/*.siteA { float:left; width:calc(25% - 20px); width:-moz-calc(25% - 20px); width:-webkit-calc(25% - 20px); margin:20px 20px 0 0; }
.siteB { float:left; width:calc(25% - 20px); width:-moz-calc(25% - 20px); width:-webkit-calc(25% - 20px); margin:20px 0 0; }*/
.siteBlock {
	-webkit-flex: 1 0 10%;
	-moz-flex: 1 0 10%;
	-ms-flex: 1 0 10%;
	-o-flex: 1 0 10%;
	flex: 1 0 10%;
	max-width: 20%;
	min-width: 125px;
}

#siteBox img { border:1px solid #cdcdcd; margin:0 0 10px; width:100%; height:auto; }
#siteBox a:hover { color:#cdcdcd; }
#siteBox a:hover img { opacity:0.4; transition:ease 0.2s; }

#logo {padding:25px 0; display:block; width:300px; background:#ffffff; float:left; height:auto; position:relative; z-index:100; }
#logo a {}
#logo img { width:300px; height:auto; }
#headerTop{float:right; height:auto; width:auto;}
#tagline {margin-bottom: 15px; width: 200px; height: 13px;}

.banner {float: right; margin-top: 10px;}
/*
.tagline {
	margin: 10px 15px 0 15px;
	float: left;
	font-size:11px;
	color: #272727;
	font-style: italic;
	font-weight: bold;
	text-align: left;

	min-height: 20px;
    display: table-cell;
    vertical-align: middle;
}
*/

#trialSub_but {
	text-transform: uppercase;
	color: #a8bc37;
	cursor: pointer;
	display: none;
	font-weight: bold;
}

#trialSub_but a {
	text-transform: uppercase;
	text-decoration: none;
	color: #a8bc37;
}
#trailSub_but a:active, #trailSub_but a:hover { text-decoration: none; background-color: #fff5e5;  }

#login          { height:auto; padding:10px 10px 11px 0; margin:0; position:relative; text-align:right; font-weight:bold; font-size:12px; }
#login a        { color:#404040 !important; }
#login a:hover  { color:#a8bc37 !important; }


/* --------- Navigation --------- */
.navLine            { border-bottom:1px solid #dddddd; width:100%; margin:0 0 15px; padding:0; }
#nav_wrap           { background:#232323; width:100%; height:auto; margin:0 auto; padding:0; position:relative; z-index:200; font-size:9pt; }
#nav_wrap li        { list-style:none; padding:0; margin:0; float:left; }
#nav_wrap ul li a   { font-weight:bold; z-index:999; text-decoration:none; text-align:center; text-transform:uppercase; transition:0.2s ease; -webkit-transition:all 0.2s ease-out; display:block; line-height:0; padding:20px 12px; margin:0; }
#nav_wrap ul li a:hover { color:#ffffff; }
.nav_wrapselected a { color: #272727 !important; border-bottom: 3px solid #56934c !important; line-height: 27px !important; -webkit-transition: all 0.0s ease-out;}

#subnav         { background:#a8bc37; height:30px; width:954px; clear:left; padding:0; margin:0; border-top:1px solid #dddddd; border-bottom:1px solid #dddddd; }
#subnav ul      { padding:0; margin:0; }
#subnav li      { list-style:none; padding:0; margin:0; float:left; }
#subnav a       { line-height:30px; font-weight:bold; text-shadow:0 1px 1px rgba(64,64,64,.13); float:left; padding:0 2em; display:block; text-decoration:none; text-align:center; text-transform:capitalize; -webkit-transition:all 0.2s ease-out; color:#ffffff; }
#subnav a:hover { text-decoration:none; }


/* --------- Search --------- */
.searchWrap {
	margin:10px 10px 0 0;
	font:14px arial, helvetica, sans-serif;
	float: right;
}

.searchWrap input {
	float:left;
	background: #ffffff;
	border:1px solid #aaaaaa;
	padding: 2px 5px 0 5px;
	height: 18px;
	font-size: 11px;
	color: #8e8e8e;
	width: 114px;
	margin-left: 6px;
	margin-top: 1px;
}

.search_button {
	border: none;
	float: left;
	background: url('/wp/wp-content/themes/pb/images/buttons/search_button.gif') no-repeat;
	width: 53px;
	height: 18px;
	margin-top: 1px;
	margin-left: 8px;
	color: #fff;
	cursor: pointer;
}

#cse-search-box input {
    background-image:none !important;
}

#cse-search-results { padding:0 20px !important; background:#ffffff; }

/* Body
-----------------------------------------------------------------------------*/

#main {
	width: 964px;
	background:#ffffff;
	overflow:hidden;
}

#col1 {
	width:624px;
	margin:0;
	float:left;
	border-right:1px solid #cdcdcd;
}

/* fix classes for scrolling sitewrap locking */
.pageHeight { min-height:1680px; }
.archiveHeight { min-height:2070px; }
.articleHeight { min-height:2320px; }

.post {
	background-color:#ffffff;
	border-top:1px solid #cdcdcd;
	display:inline-block;
	width:100%;
	padding:20px;
	margin:0;
}

.postSR {
	padding: 0;
}

/* Careers
-----------------------------------------------------------------------------*/

#careersContainer { padding:20px !important; }

#careers li { list-style:none !important; }
#careers .post {
    background: url('/wp/wp-content/themes/pb/images/careers_bg.jpg') bottom repeat-x;
}

#careers h2 a { color: #272727; text-decoration: none; -webkit-transition: all 0.2s ease-out; font-style:italic;}
#careers .byline {padding-bottom: 10px;}
#careers .careers_viewall {padding-left: 20px;}
#careers .careers_viewall a { font-size:12px; font-weight:bold; }

.careers_altrow { background-color: #efefef; }

.ui-jqgrid-htable a, .ui-jqgrid a { color:#404040 !important; }
.ui-jqgrid tr.ui-row-ltr td span { margin:0 !important; }
.ui-jqgrid-htable a:hover, .ui-jqgrid-htable a:active, .ui-jqgrid-htable a:focus, .ui-jqgrid a:hover, .ui-jqgrid a:active, .ui-jqgrid a:focus {
    color:#a8bc37 !important;
}

.featured_career { font-weight: bold !important; }

#careers_heading { margin:20px; }

#loginpage p, #loginpage form, #loginpage b, #loginpage i { margin:20px; }
#loginpage .pagetitle { margin:0 0 20px !important; }
#loginpage th { vertical-align:middle; }
#loginpage fieldset { border:none; }
#loginpage legend { display:none; }

.ui-jqgrid { width:100% !important; overflow:hidden; }

/*
.sticky
{
    padding: 18px 0 0 18px;
    border: 1px solid #dddddd;
    border-bottom: 0px;
    width: 97% !important;
    }

.sticky h2 { font-size: 28px !important; }
.sticky .paraShort { width: 420px !important; }
*/

.photo, .listpost {
	margin:0 10px 0 0;
	float:left;
	width:160px;
	text-align:center;
	background:#232323;
	border:1px solid #cdcdcd;
	overflow:hidden;
}

.listpost { height:133px; overflow:hidden; }
.listpost img { height:100%; width:auto; position:relative; left:-20%; max-width:none; }
.postTitle { font-size:14pt; line-height:19pt; }
.post a > .postTitle { float:none; color:#232323; }
a:hover > .photo img, a:hover > .listpost img { opacity:0.4; transition:ease 0.2s; }
a:hover > .postTitle { color:#a8bc37; }

.paraShort { float:left; width:70%; width:calc(100% - 170px); width:-webkit-calc(100% - 170px);}
.paraShort h2 { color:#404040; font: bold 1.6em arial, helvetica, sans-serif; text-transform:uppercase; }
.paraShort p { margin:0; }

/* move title above post, replaces above class */
h2.aboveparaShort
{
    margin-bottom: 5px;
    border-bottom: 1px dashed #999999;
}

h2.aboveparaShort a
{
    color: #a8bc37;
    font: 1em arial, helvetica, sans-serif;
    font-weight: bold;
    text-transform:uppercase;
}


/*
screening room pages
*/

.category_wrap { overflow:hidden; margin:10px 0 0; float:right; }
.category { background:#232323; color:#ffffff !important; padding:5px 7px; margin:0 0 5px 5px; float:right; font-weight:bold; }
.category:hover { background:#a8bc37; color:#ffffff; }

.photoSR     { margin:0 0 10px; width:100%; height:133px; overflow:hidden; background:#232323; float:left; display:inline-block; }
.photoSR img { width:auto; height:100%; position:relative; left:-5%; }
.photoSRFloat { display:table-cell; width:auto; height:133px; vertical-align:middle; background:#232323; text-align:center; margin-bottom:15px;}
a:hover > .photoSR img { opacity:0.4; transition:ease 0.2s; }

.paraShortSR { width: 100%; padding:0 10px; float:left; }
.paraShortSR h2 { color: #404040; font-size: 9pt; text-transform:uppercase; font-weight: bold; }
a:hover > .paraShortSR h2 { color:#a8bc37; }

.special_item {
	width: 634px;
	height: 110px;
	background: #dfdfdf;
	margin: 0 18px 10px 0;
	float: left;
	border-bottom:1px solid #aaaaaa;
}

.h2_special {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #272727;
	margin: 14px 0 10px 0;
}

#issueHeader { padding:20px; background:#121212 url("/wp/wp-content/themes/pb/images/black-back.jpg"); color:#ffffff !important; width:100%; }
#issueCover { float:left; margin:0 20px 20px 0; }
#issueCover img { box-shadow:0 0 5px #000000; -moz-box-shadow:0 0 5px #000000; -webkit-box-shadow:0 0 5px #000000; }
#issueHeader h2 { margin:20px 0 0; color:#cdcdcd !important; }
#issueHeader p { color:#cdcdcd !important; }
#issueHeader a:hover { color:#cdcdcd; }
.throwLink { float:right; margin:20px; padding:5px 10px; color:#ffffff; font-weight:bold; background:#A8BC37; }
.throwLink:hover { background:#ffffff !important; color:#232323 !important; }
.feedLine { margin:0 0 20px 0; }
.feature_ad { width:468px; height:60px; margin-top:10px; float:left; }
#col2 { float:right; width:340px; background:#ffffff; box-shadow: 0 0 2px #888888; -moz-box-shadow: 0 0 2px #888888; -webkit-box-shadow: 0 0 2px #888888; }
.col2ad { text-align:center; clear:both; width:100%; }
.col2ad > img { width:100%; height:100%; }
.col2ad > div { margin:20px auto !important; }
.col2ad > .img_ad { width:298px !important; }
#facebook { background:#ffffff; }
.feedad { margin:0 auto; text-align:center; padding:20px; border-top:1px solid #cdcdcd; background:#ffffff; }

/* Author Pages ----------- */

#authorLead {
    width:100%;
    margin:0 0 20px;
    overflow: hidden;
    background:#121212 url("/wp/wp-content/themes/pb/images/black-back.jpg");
}
#authorLead .pagetitle { border-radius:0; }
.authorInfo { padding:20px; }
.authorInfo p { color:#cdcdcd; }
.authorInfo a:hover { color:#cdcdcd; }
.authorInfo .photo, .authorInfo .author_avatar { width:100px !important; height:100px !important; }


.author { float:left; margin:0 30px 0 0; font-weight:bold; width:auto; }
.author_avatar { float: left; margin:0 10px 0 0; width:25px; }
.author_bio { float:left; margin:0; width:auto; }

/* Articles ----------- */
.date { color:#aaaaaa; font-weight:bold; float:right; }
.byline { font-size:8pt; margin:10px 0 0; width:auto; float:right; }
.byline img { width:25px; }
.author_avatar img { margin:0 !important; }
.articlephoto { margin:10px 15px 5px 0; }

#post .byline { width:100%; border-bottom:1px solid #cdcdcd; padding:10px 20px; margin:0; background:#fafafa; }
.entry img { margin:20px 0; }

.logoBlock      { margin:20px auto; width:100%; clear:both; }
.logoBlock li   { list-style:none; background-image:none !important; }
.logoCell       { display:table; width:100% !important; }
.logoLug        { position:relative; display:block; height:120px; width:100%; max-width:30%; overflow:hidden; float:left; }
.logoLug img    { position:absolute; left:-100%; right:-100%; top:-100%; bottom:-100%; margin:auto !important; height:auto !important; width:auto !important; max-width:100%; max-height:100%; }
.logoBlurb      { float:left; display:block; vertical-align:middle; width:100%; max-width:70%; padding:10px 20px; height:120px; }
.logoBlurb h3, .logoBlurb p { margin:0 !important; }

.alignleft      { float:left; margin:0 20px 20px 0 !important; width:50%; }
.alignright     { float:right; margin:0 0 20px 20px !important; width:50%; }
.fullwidth      { width:100% !important; height:auto !important; margin:0 0 20px !important; }

/* Captions */
.wp-caption-text {
    font-size: 9pt !important;
    line-height: 14pt !important;
    margin: 0 !important;
    padding: 10px;
    font-weight:bold !important;
}

.wp-caption {
    background-color: #F3F3F3;
    border: 1px solid #DDD;
    border-bottom-left-radius: 3px 3px;
    border-bottom-right-radius: 3px 3px;
    border-top-left-radius: 3px 3px;
    border-top-right-radius: 3px 3px;
    text-align: left;
    max-width:100% !important;
    overflow:hidden;
    margin:0 0 20px;
}
.wp-caption a { width:100% !important; }
.wp-caption img { margin:0 !important }

.gallery .gallery-caption { display:none !important; }
.gallery .gallery-item { margin:0 !important; }

/* End Captions */

.pt10 {
	padding-top: 10px;

}

.articleLine{
	border-bottom:1px solid #aaaaaa;
	width: 634px;
	margin: 10px 0 11px 0;
}

#subscriptionWrap {
	margin: 0 0 20px 0;
	font:14px arial, helvetica, sans-serif;
	background: #d7d7d7;
	border: 1px solid #aaaaaa;
	padding: 20px 20px 20px 20px;
	width: 592px;
	text-align:center;
}

#startTrial_but {
	border: none;
	background: url('/wp/wp-content/themes/pb/images/buttons/starttrial_button.gif') no-repeat;
	width: 196px;
	height: 31px;
	margin: 5px auto 0 auto;
	cursor: pointer;
}

#subInnerWht {
	margin: 19px 0 0 0;
	font:14px arial, helvetica, sans-serif;
	background: #ffffff;
	border: 1px solid #aaaaaa;
	padding: 15px 20px 15px 20px;
	width: 545px;
	text-align:left;
}

ul.subList {
	margin: 0 0 20px 0;
}

ul.subList li{
	text-align: left;
	list-style-position: inside;
	list-style-type: disc;
	padding: 0 0 3px 0;
	margin: 0;
    }


#subInnerGray {
	margin: 19px 0 0 0;
	font:14px arial, helvetica, sans-serif;
	color: #FFF;
	background: #333333;
	border: 1px solid #aaaaaa;
	padding: 15px 20px 15px 20px;
	width: 545px;
	text-align:center;
}

#subInnerGray a { color: #fff; text-decoration: none; }
#subInnerGray a:active { color: #fff; text-decoration: none; }
#subInnerGray a:hover { color: #d91e21; text-decoration: none; }

#subInnerGray .need {
    text-align: right;
    font-weight: bold;
	padding-right: 7px;
}

#subInnerGray input.textbox{ padding:2px 5px 0 5px; background: #ffffff; border:1px solid #aaaaaa; color:#333; margin-bottom:5px; width: 200px; height: 18px;}
#subInnerGray input.passwordbox{ padding:2px 5px 0 5px; background: #ffffff; border:1px solid #aaaaaa; color:#333; width: 200px; height: 18px;}


#subInnerGray form .submit {
  margin: 5px 0 15px 6px;
}

input.inputSubmit {
	cursor:pointer;
	border:none;
	background:#d91e21;
	color:#fff;
	font:12px arial, helvetica, sans-serif;
	font-weight:bold;
	padding: 2px 3px;
  /*background:url(images/formsubmitbg.gif) repeat-x left top;*/
}



/* Special styling for sponsored supplements
-----------------------------------------------------------------------------*/
/* = Styles for in-text media in supplements (or wherever, really) = */

.inTextMedia {
    margin: 30px 0;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.inTextImg {
    margin: 2px 3px;
    max-height: 200px;
    overflow: hidden;

    -webkit-flex: 5 0 50%;
    -moz-flex: 5 0 50%;
    -ms-flex: 5 0 50%;
    -o-flex: 5 0 50%;
    flex: 5 0 50%;
    max-width: 90%;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.adjustedImg {
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.video_thumbnail {
  width: 760px;
  height: 450px;
}

.inTextMedia p {
    margin: 0;
}

.inTextImg a {
    display: block;
}

.inTextImg img {
    margin: 0;
    width: 100%;
}

.adjustedImg img {
    position: relative;
    top: -20px;
}

.inTextMedia figcaption {
    width: 95%;
    margin: 0 auto;
    padding: 15px;
    border-bottom: 1px solid #eaeaea;
    font-style: italic;
    color: #555;
}

/* Adjusted specific in-text media styles */
.sideCaption {
    margin: 40px 0;
}

.sideCaption .inTextImg {
    max-width: none;
    min-width: 250px;
}

.sideCaption figcaption {
    width: auto;
    margin: 0 0 0 20px;
    padding: 15px 20px 15px 0px;
    min-width: 150px;

    -webkit-flex: 1 0 30%;
    -moz-flex: 1 0 30%;
    -ms-flex: 1 0 30%;
    -o-flex: 1 0 30%;
    flex: 1 0 30%;
}

.sideSwitch figcaption {
    order: -1;
    text-align: right;
    margin: 0 20px 0 0;
    padding: 15px 0 15px 20px;
}

.inTextPair {
    margin-bottom: 10px;
}

.inTextPair + .inTextMedia {
    margin-top: 10px;
}


/* = Supplment brand contact box styles = */

.brandContact {
    width: 70%;
    margin: 60px auto 50px auto;
    padding: 30px 7%;
    background: #fbfbfb;
}

.contactInfo, .brandContact h3 {
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0.3px;
}

.brandContact h3 {
    color: #555;
}

.contactInfo p {
    margin: 0;
    font-weight: 600;
}

/* = BELOW: Styles for the bottom-nav that internally links supplement articles = */

.articleNav {
    margin-top: 20px;
    padding: 30px 0;
    border-top: 1px solid #cdcdcd;
}

.articleNav h3 {
    font-size: 27px;
    letter-spacing: 0.8px;
    margin: 20px 0 25px 0;
}

#post .articleNav ul {
	margin: 0;
}

#post .articleNavPlate {
    width: 100%;
    height: 120px;
    margin: 15px auto;
    padding: 0 0px;
    position: relative;
    background: none;
}

.articleAvatar {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.articleAvatar img {
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
    top: -50%;
    left: 0;
}

.articleBlurb {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(29, 29, 29, 0.4);
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

.articleBlurb:hover {
    background: rgba(29, 29, 29, 0.1);
}

.articleBlurb h4 {
    margin: 0;
    padding: 0;
    height: 100%;
    border: none;
    font-size: 27px;
    letter-spacing: 0.8px;
    text-shadow: 0.4px 0.4px 20px #2f2f2f;
    -webkit-transition: text-shadow 0.2s;
    -o-transition: text-shadow 0.2s;
    transition: text-shadow 0.2s;
}

.articleBlurb:hover h4 {
    text-shadow: 0.4px 0.4px 20px #000;
}

#post .articleBlurb a {
    color: #fff;
    height: 100%;

    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

#post .articleBlurb a:hover {
	  color: #fff;
}



/* Footer
-----------------------------------------------------------------------------*/

#footer {
	width: auto;
	height: auto;
	margin:0 auto;
	padding:10px;
	background:#232323;
	color:#cdcdcd;
    border-top:5px solid #a8bc37;
    position:relative;
    z-index:100;
}
.footerSocial { margin:0 auto; }
.footerLogo{ width:150px; height:40px;margin:0 0 10px;background:url('images/footer-logo.png')no-repeat;}
.footerSocialLink { display:inline-block; border:none; background:#404040; opacity:0.5; width:40px; height:40px; padding:5px; margin:0 10px 0 0; }
.footerSocialLink:hover { border:none; background:#a8bc37; opacity:1; }
#footer .footerText { font-family:arial; font-size:11px; color:#cdcdcd; padding:20px; text-align:right;}
#footer a {font-family: arial, helvetica, sans-serif; color: #cdcdcd; text-decoration: none;}
#footer a:hover {color: #A8BC37;}
#footer .links { font-family: arial; font-size: 11px; color: #cdcdcd; padding: 10px 0 0 0; float:right;}
#footer .trademark { font-family: arial; font-size: 11px; color: #cdcdcd; padding: 10px 0 0 0; float:left;}
#footer li { list-style: none; line-height:14pt; }

#footerBrunico              { background:#121212; border-top:2px solid #787878; position:relative; z-index:1; }
#footerBrunico .container   { padding:20px 0 0; }
#footerBrunico .logoMain    { background:#787878; padding:40px 20px; position:relative; top:-20px; display:inline-block; vertical-align:middle; height:auto; opacity:0.5; border-radius:0 0 40px 0; -moz-backface-visibility:hidden; backface-visibility:hidden; -webkit-backface-visibility:hidden; float:left; }
#footerBrunico .logo        { margin:0 5px 0 0; width:118px !important; height:auto; max-height:45px !important; opacity:0.5; display:inline-block; vertical-align:middle; -moz-backface-visibility:hidden; backface-visibility:hidden; -webkit-backface-visibility:hidden; -webkit-transform: rotate(0); -moz-transform: rotate(0); transform: rotate(0); }
#footerBrunico .logo:hover, #footerBrunico .logoMain:hover  { opacity:1.0; transition:ease; -moz-backface-visibility:hidden; backface-visibility:hidden; -webkit-backface-visibility:hidden; -webkit-transform:rotate(0); -moz-transform:rotate(0); transform:rotate(0); }
#footerBrunico .logo img, #footerBrunico .logoMain img  { -moz-backface-visibility:hidden; backface-visibility:hidden; -webkit-backface-visibility:hidden; -webkit-transform:rotate(0); -moz-transform:rotate(0); transform:rotate(0); }

/*
style for WP-PageNavi plugin
http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.navigation { background:#ffffff; margin:0; padding:5px 20px; border-top:1px solid #cdcdcd; }

.wp-pagenavi {
	clear: both;
	margin: 10px auto;
	padding: 0;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	color:#232323 !important;
	padding: 5px 8px;
	margin: 2px;
	font-weight:bold;
	display:inline-flex;
	text-align:center;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #cdcdcd;
	background:#a8bc37;
	color:#ffffff !important;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

/* Related Posts
---------------------------------------------------------------------------*/
#related { width:100%; }
#related-posts { width:100%; background:#232323; }
#related-posts a { float:left; font-weight:bold; }
#related-posts li { list-style:none !important; margin:0; }
.relA, .relB, .relC, .relD { min-height:220px; float:left; width:124.5px; border-right:1px solid #404040; }
.relE { min-height:220px; float:right; width:125px; border:none; }
#relLug { background:#232323; margin:0; width:100%; height:70px; overflow:hidden; }
#relLug img { width:100%; height:auto; }
#relBlurb { padding:20px; line-height:12pt; }
.relA:hover, .relB:hover, .relC:hover, .relD:hover, .relE:hover { background:#121212; color:#efefef; }
.relA:hover #relLug img, .relB:hover #relLug img, .relC:hover #relLug img, .relD:hover #relLug img, .relE:hover #relLug img { opacity:0.4; transition:ease 0.2s; }

/* Recent Posts, Popular Posts, Featured Posts
---------------------------------------------------------------------------*/
#recent-posts, #popular-posts, #featured-posts-widget { width:100% !important; }
#recent-posts img, #popular-posts img, #featured-posts-widget img { position:relative; width:auto; height:100%; left:-20%; max-width:none; }
#recent-posts ul, #popular-posts ul, #featured-posts-widget ul { display: inline; clear:both; }
#recent-posts li, #popular-posts li, #featured-posts-widget li { float:none; list-style:none !important; display:list-item !important; padding:10px; border-bottom:1px solid #cdcdcd; }
#recent-posts a, #popular-posts a, #featured-posts-widget a { vertical-align:text-top; text-decoration: none; color: #5a5a5a; padding: 0; -webkit-transition: all 0.0s ease-out; }
#recent-posts a:active, #recent-posts a:hover, #popular-posts a:active, #popular-posts a:hover, #featured-posts-widget a:active, #featured-posts-widget a:hover {color: #a8bc37; text-decoration: none; -webkit-transition: all 0.0s ease-out; }


/* Sidebar widget
---------------------------------------------------------------------------*/

.widget, #twitter-widget  {
    width: 340px;
    padding: 0;
	/*background: #fff url('/wp/wp-content/themes/pb/images/featuresbg.jpg') repeat-x;
    border: 1px solid #dedbd1;*/
}

.twitter-follow-button  { margin:0 20px 20px; }
.twitter-timeline       { min-height: 345px; }
#facebook-widget iframe { margin:20px; }

.widget a {
    color: #272727;
    text-decoration: none;
}

.widget a:hover {
    color: #000;
    text-decoration: none;
}

#tabvanilla  .tabnav li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    background:#ffffff;
    border-top: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    outline: none;
}

#tabvanilla  .tabnav li a {
    text-decoration: none;
    text-transform: uppercase;
    background:#efefef;
    color:#404040;
    font-weight:bold;
    padding:0 15px;
    margin:0;
    display:block;
    -webkit-transition:all 0.2s ease-out;
    line-height:30px;
    outline:none;
}

#tabvanilla .first { }

#tabvanilla .photo { width:60px; height:60px; }
#tabvannila .photo > img { position:relative; left:-20px; }

#tabvanilla .tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
    background:#ffffff !important;
    color:#a8bc37;
    text-decoration: none;
}

#tabvanilla .tabnav li.ui-tabs-selected a {
    color: #272727 !important; border-bottom: 3px solid #a8bc37 !important; line-height: 27px !important; -webkit-transition: all 0.0s ease-out;
}

#tabvanilla .tabdiv {
    margin:0;
    background: #fff;
    border-top: 1px solid #cdcdcd;
}

#tabvanilla .tabdiv a li { color:#a8bc37; font-weight:bold; }
#tabvanilla .tabdiv a:hover li { color:#404040; background:#efefef; }

#tabvanilla .ui-tabs-hide {
    display: none;
}

/* Socialbox
---------------------------------------------------------------------------*/


        .theSinglePostSocialbox   { width:55px; height:120px; margin-left:-80px; margin-top:-45px; float:left; z-index:9999; }
        .theSinglePostSocialbox   { position:absolute; }

        a.twitter-share-button      { cursor:pointer; }


/* Share tweetmeme, facebook
---------------------------------------------------------------------------*/
    .share {
        float: right;
        margin: 20px;
      }

    .share ul { list-style: none; display: inline; }
    .share ul li { padding-bottom: 5px; display: inline; }

    .shareSR {
        padding-bottom: 5px;
      }

    .shareSR ul { list-style: none; display: inline; }
    .shareSR ul li { padding-bottom: 5px; display: inline; }

    #post .feature_share
    {
        padding-top: 4px;
        float: right;
        }

/* Tables
---------------------------------------------------------------------------*/
.widefat {border-width:1px;border-style:solid;border-spacing:0;width:100%;clear:both;margin:0;-moz-border-radius:4px;-khtml-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}

.widefat
{
    border: 1px solid #dfdfdf;
    background-color: #ffffff;
    border-spacing: 0pt;
    width: 100%;
    clear: both;
    margin: 0;
}

.widefat *
{
    word-wrap: break-word;
}

.widefat td, .widefat th
{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #dfdfdf;
    font-size: 11px;
    overflow: hidden;
    font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}

.widefat th
{
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 8px;
    padding-left: 7px;
    text-align: left;
    line-height: 1.3em;
    text-shadow: rgba(255,255,255,0.8) 0 1px 0;
}

.widefat td {
    padding: 6px 7px;
    vertical-align: top;
    height:37px;
    display:table-cell !important;
}

.widefat thead tr th, .widefat tfoot tr th
{
    color: #333333;
    background-color: #dfdfdf;
    background-image: url(/wp/wp-content/themes/pb/images/gray-grad.png);
    /*background-color: #a8bc37;*/
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: left top;
}

.widefat a
{
    text-decoration: none;
    color: #21759b;
}

.widefat a:hover, .widefat a:active, .widefat a:focus
{
    color: #a8bc37;
}

/* Sidebar - Careers
---------------------------------------------------------------------------*/
#careerfilters {
    width:100%;
    padding:20px;
    margin:0;
    border:0;
    font-family:arial, helvetica, sans-serif;
}

.careeritems { margin: 10px 0 10px 20px; }
.careeritems ul { list-style-type: none; }
.careeritems ul li { padding-bottom: 6px; }
.careeritems a, #career_description a { color: #a8bc37 !important; -webkit-transition: all 0.0s ease-out; }

.careeritems a:hover, .careeritems a:active, .careeritems a:focus, #career_description a:hover, #career_description a:active, #career_description a:focus {
    color: #a8bc37 !important;
    text-decoration: none !important;
}

/*drill-down page*/
#careerdiv { float:left; width:100%; padding:20px; }

#viewall { float:left; padding:0px 0px 12px 0px; }

#careertitle {
    clear:left;
    background-image:url(/wp/wp-content/themes/pb/images/gradientrule.gif);
    background-position:top left;
    background-repeat:no-repeat;
    /*background: #a8bc37;*/
    padding-top: 14px;
}

#careertitle h1 {
    font-family:"Times New Roman", Times, serif;
    font-weight:normal;
    font-size:25px;
    color:#a8bc37;
    margin-bottom: 6px;
}

#careertitle h2 {
    font-family:Helvetica;
    font-weight:bold;
    font-size:14px;
    color:#272727;
    padding-left: 1px;
}

#datebar {
    width:100%;
    height:30px;
    background-image:url(/wp/wp-content/themes/pb/images/bg.jpg);
    background-repeat:repeat-x;
    padding: 8px 0px 0px 10px;
    font-family:helvetica;
    font-size:14px;
    font-weight:bold;
    color: #939393;
}

#date { width:350px; float:left; }
#email { float:right; padding:0px 10px 0px 0px; }
#email a { color:#939393; }
#emailicon { float:right; padding:0px 8px 0px 0px; }

#career_description {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    padding: 5px;
}

/* Directory in single
---------------------------------------------------------------------------*/
.directory-single
{
    padding: 10px;
    border: 1px solid #dedbd1;
    }

/* Sidebar - BluePages
---------------------------------------------------------------------------*/
#bluepages {
width: 280px;
padding: 10px;
margin: 0 10px 10px 10px;
border: 1px solid #dedbd1;
font-family: arial, helvetica, sans-serif;
font-size: 9px;
color:#2266bb;
line-height: 12px;
}

#bluepages img{
float:left;
padding-right: 10px;}

#bluesearch {
padding-top: 10px;
}

.find_button {
	border: none;
	float:left;
	background: url('/wp/wp-content/themes/pb/images/buttons/find.gif') no-repeat;
	width: 39px;
	height: 18px;
	margin-top: 4px;
	margin-left: 8px;
	color: #fff;
	cursor: pointer;
}

#bluesearch input {
	float:left;
	background: #ffffff;
	border:1px solid #aaaaaa;
	padding: 2px 5px 0 5px;
	height: 18px;
	font-size: 11px;
	color: #8e8e8e;
	width: 200px;
	margin-left: 0;
	margin-top: 1px;
}


/* Sidebar - Photos
---------------------------------------------------------------------------*/
#dynamic_sidebar {
width: 280px;
padding: 10px;
margin: 0 10px 10px 10px;
border: 1px solid #dedbd1;
font-family: arial, helvetica, sans-serif;
font-size: 9px;
/*color:#2266bb;*/
line-height: 12px;
}

#dynamic_sidebar h4
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #222222;
	margin: 10px 0;
    }

/* Section rules
---------------------------------------------------------------------------*/
.drule {
    width:100%;
    background:url('/wp/wp-content/themes/pb/images/drule.gif') center repeat-x;
    overflow:hidden;
    color:#272727;
    height:12px;
    margin:0;
    padding:0;
}
.drule span  {
    float:left;
    display:block;
    background-color:#ffffff;
    padding:0 10px;
    margin:-3px 0 0 40px;
    font:bold 1em arial, sans-serif;
    color:#a8bc37
}

.drule_nt {
    width: 100%;
    background: url('/wp/wp-content/themes/pb/images/drule.gif') repeat-x;
    overflow: hidden;
    height: 4px;
    line-height: 0;
}

/*
#dsq-content h3
{
    width: 100%;
    background: url('/wp/wp-content/themes/pb/images/drule.gif') repeat-x;
    color: gray;
    text-transform: uppercase;
    font: arial, sans-serif;
    font-size: .8em;
    font-weight: normal;
    padding: 4px;
    }
*/

.dsq-item-trackback, #dsq-subscribe, .dsq-subscribe-email, .dsq-subscribe-rss, .dsq-brlink, .dsq-trackback-url { display: none !important; }


/* Featured Carousel
---------------------------------------------------------------------------*/
#featured-posts {
    width:100%;
    /*height: 189px;*/
    margin:0;
    height: 350px;
    position:relative;
    overflow: hidden;
    background:#121212 url("/wp/wp-content/themes/pb/images/black-back.jpg");
    box-shadow:0 0 2px #232323;
    -moz-box-shadow:0 0 2px #232323;
    -webkit-box-shadow:0 0 2px #232323;
}

#featured-posts .pagetitle { margin:0 !important; padding:5px 20px; border-radius:0; font-size:11pt; }
#featured-posts .paraShort { width:30%; width:calc(100% - 673px); margin:20px 20px 0 0; }
#featured-posts .paraShort p { color:#cdcdcd; font-size:11pt; line-height:16pt; }
#featured-posts a > .postTitle { color:#a8bc37; }
#featured-posts a:hover > .postTitle { color:#cdcdcd; }
#featured-posts .byline { margin:30px 0 0; }
#featured-posts .byline a { color:#a8bc37; }
#featured-posts .byline a:hover { color:#cdcdcd; }
#featured-posts .listpost { float:left; margin:0 20px 0 0; border:0; width:624px; height:350px; }
#featured-posts .listpost img { height:auto; position:static; }

/*#posts li
{
    background: url('/wp/wp-content/themes/pb/images/careers_bg.jpg') bottom repeat-x;
}

#featured-posts:after {
content:".";
display:block;
height:0;
font:0/0 serif;
clear:both;
visibility:hidden;
}
*/

#posts { width:964px; clear:both; overflow:hidden; height:auto; }
#posts li { float:left; width:624px; padding:0; display:list-item; padding:20px; list-style:none; }
#posts li.first { margin:0; }

#featured-posts #posts      { width:100%; height:auto; }
#featured-posts #posts li   { width:100%; height:auto; padding:0 !important }
#featured-posts #posts h2    { font-size:18pt; line-height:20pt; margin:40px 20px 0; }

#featured-posts .list {
    position:absolute;
    bottom:0px;
    right:0px;
    font-size:.88em;
    z-index:999;
    color:#333;
    background:#A8BC37;
    width:340px;
    padding: 10px;
    margin:0;
}
#featured-posts .list li {
    float:right;
    display:inline-block;
    list-style: none;
    margin:0 5px;
}
#featured-posts .list li a #indicator {
    float:left;
    height:25px;
    width:25px;
    color:#ffffff;
    background:#404040;
    border:none;
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    text-align:center;
    padding:5px;
    line-height:12pt;
}
#featured-posts .list li a:visited #indicator { }
#featured-posts .list li a:hover #indicator, #featured-posts .list li a:focus #indicator {
    color:#232323;
    border:none;
    background:#ffffff;
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    text-decoration:none;
}
#featured-posts .jcarousel-container {
    width:100%;
    height:350px;
    padding:0;
    margin:0;
    background:none;
    position:relative;
    float:left;
    display:inline;
}
#featured-posts .jcarousel-clip {
    z-index:2;
    position:relative;
    overflow:hidden;
    width:100%;
    height:350px;
}
#featured-posts .jcarousel-list {
    z-index:1;
    overflow:hidden;
    position:relative;
    top:0;
}

#featured-posts .jcarousel-item,
#featured-posts .jcarousel-item-vertical,
#featured-posts .jcarousel-item-placeholder-vertical,
#featured-posts .jcarousel-item-placeholder-horizontal  { width:964px; height:auto; }
#featured-posts .jcarousel-container-vertical           { width:964px; height:350px; }
#featured-posts .jcarousel-clip-vertical                { width:964px; height:350px; z-index:20; }
#featured-posts .jcarousel-list li                      { width:964px; height:350px; }

.oops {
    clear:both;
    font-size:0;
    line-height:0;
    width:100%;
    overflow:hidden;
    display:block;
}

.featured_active a > #indicator {
    color:#232323 !important;
    border:none !important;
    background:#ffffff !important;
    text-decoration:none !important;
}

/* Misc
---------------------------------------------------------------------------*/
.ngg-galleryoverview { margin-bottom: 20px !important;  }
.ngg-albumtitle { padding-top: 10px !important; }
.ngg-album {
	display: block;
	width: 100%;
	padding: 0;
	margin-right: 18px;
	background: url('/wp/wp-content/themes/pb/images/dots.jpg') bottom repeat-x;
}

fieldset { margin-bottom: 20px; border: 1px solid #bababa; padding: 10px; }
fieldset legend { font-size: 1.2em; font-weight: bold; padding: 5px; }


/* Login Page
---------------------------------------------------------------------------*/
#loginpage a { color: #a8bc37; }
#loginpage .validation-summary-errors, #promo_prices, #post_email_validation
{
    margin: 0 auto;
    color: Red;
    padding-bottom: 10px;

    }

    #loginpage .validation-summary-errors ul
    {
        margin-left: 40px;
        list-style-type: none;
        }

#loginpage b, #loginpage i { margin: 0; }

 .field-validation-error { color: Red; font-weight: bold; }

 /* page wrap */
#advertisement_panel {
	position:absolute;
	background: none;
	top:197px;
	left:0;
	z-index: 0;
	margin:0 auto;
	width:100%;
}
#ad-page-skinfixed {
	position:fixed;
	width:100%;
	overflow:hidden;
	top:0;
	left:0;
	margin:0 auto;
	text-align:center;
}

.wall_bg {
	display: block;
	min-height:1050px;
	margin:0 auto;
}

#advertisement_panel div { width:100% !important; }

body {
	/*background: black none !important;*/
}
.container {
	position: relative;
	z-index: 2;
}
#at4m-mobile-container { position:relative; z-index:10; }
#at4m-mobile-container:before { content:"."; display:block; height:0; clear:both; visibility:hidden; }

.pagewrap_bg {
	display: block;
	width: 100%;
	min-height:1200px;
	/*background:url('http://www.playbackmag.com/ads/BMX_Nike_Wallpaper_3.6.12.jpg') center top no-repeat;*/
	margin:0 auto;
}

.category-sponsored-supplement {
    background-color: #E5E7E1;
    background-image: none;
    padding: 20px;
    width: 100%;
}

.category-sponsored-supplement h4 {
    font-size:10pt;
    padding:0 0 5px;
    float:left;
    width:70%;
    width:calc(100% - 170px);
    width:-webkit-calc(100% - 170px);
    text-transform:uppercase;
    margin:0 0 10px !important;
}

.category-sponsored-supplement .postTitle { font-size:10pt; line-height:13pt; }
.category-sponsored-supplement .paraShort p { font-size:9pt; line-height:13pt; }
.category-sponsored-supplement .byline { display:none; }

#comment-area{
    padding:20px;
    border-top:5px solid #ababab;
}

.boxsizingBorder {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    position:relative;
    width:99%;
}

textarea { min-height:50px; width:100%;}

 /* Print Styles
---------------------------------------------------------------------------*/
 @media print {
    body {background:white;
         font-size:10pt;
         margin:0 }
    #col2, #comment-area, #nav_wrap, #subnav, #login, .feature_share, #related, #related-posts, #footer { display:none }
    .container, #post{ margin-left:0; float:none; width:auto }
    .container a, #post a { font-weight:bold;
         color:#000066;
         text-decoration:none }
    h2.article {
	    font-family: Verdana, Sans-Serif;
	    font-size: 18pt;
	    font-weight: 700;
	    color: #ffffff;
	    background:#404040;
	    padding:5px 10px;
    }
    .ad { display:none }
    h1, h2, h3, h4, h5, h6 { page-break-after:avoid; page-break-inside:avoid }
    blockquote, table, pre { page-break-inside:avoid }
    ul, ol, dl  { page-break-before:avoid }
}

/* Footer */

.footerMenuContainer {
    float: right;
    margin: 15px 0;
}

.site-large-footer_column {
    float: left;
    min-width: 100px;
    margin: 0 20px 0 0;
}

.site-large-footer_column_first {
    float: left;
    width: 377px;
    margin: 15px 0px;
}

.site-large-footer_header {
    font-weight: bold;
    color: #a8bc37;
    font-size: 14px;
    margin-bottom: 8px;
}

.site-large-footer_header_first {
    font-weight: bold;
    color: #a8bc37;
    font-size: 14px;
    margin-bottom: 8px;
}

.site-large-footer_link { margin-bottom:15px; }
.site-large-footer_link a { }
.site-large-footer_last_column { float:left; min-width:90px; margin-top:20px; }

/* sidebar components */

#screeningroom_sidebar { width:340px; height:420px; }
#careers_sidebar { width:340px; background:#ffffff; height:auto; }

#careers_sidebar #results { padding:0; }
#careers_sidebar #results li { margin:0; padding:10px 20px; font-weight:bold; border-bottom:1px solid #cdcdcd; display:inline-block; width:100%; list-style:none; }
#careers_sidebar #results li:hover { background:#efefef; color:#404040; }

#col2 > .pagetitle:hover { background:#404040; }

#travelMarker { float:right; }

#screeningroom_sidebar #headerSidebar a {
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
}

#screeningroom_sidebar #title {
    font-weight: bold;
    margin: 0;
    padding:10px;
    background:#ffffff;
}

#screeningroom_sidebar #top_spot {
    margin: 0;
    background:#404040;
    overflow:hidden;
}

#top_spot img, #subLinks img { width:100% !important; height:auto !important; }

a:hover > #top_spot img { opacity:0.4; transition:ease 0.2s; }
a:hover > #top_spot #title { color:#404040; background:#efefef; }
a:hover > .pagetitle { color:#efefef; background:#404040; }

#screeningroom_sidebar #subLinks {
    width: 100%;
    margin: 0;
    border-bottom:1px solid #cdcdcd;
}

#subLinksLug { max-height:64px; overflow:hidden; }

#screeningroom_sidebar #subLinksColA {
    width:33.3%;
    border-right:1px solid #cdcdcd;
    float:left;
    margin:0;
    height:160px;
    overflow:hidden;
    background:#404040;
}

#screeningroom_sidebar #subLinksColB {
    width:33.4%;
    float:left;
    height:160px;
    overflow:hidden;
    background:#404040;
}

#screeningroom_sidebar .blurb {
    text-align:left;
    padding:10px;
    font-weight:bold;
    line-height:13pt;
    min-height:105px;
    background:#ffffff;
}

a #subLinksColA, a #subLinksColB { color:#a8bc37; }
a:hover > #subLinksColA img, a:hover > #subLinksColB img { opacity:0.4; transition:ease 0.2s; }
a:hover > #subLinksColA .blurb, a:hover > #subLinksColB .blurb { color:#404040; background:#efefef; }


/* Screening Room Category Layout */

#screeningRoom .colA { background:#ffffff; overflow:hidden; border-top:1px solid #cdcdcd; border-right:1px solid #cdcdcd; min-height:265px; width:33.3%; float:left; margin:0; }
#screeningRoom .colB { background:#ffffff; overflow:hidden; border-top:1px solid #cdcdcd; min-height:265px; width:33.4%; float:right; margin:0; }

.colA .category_wrap, .colB .category_wrap { position:absolute; margin:0; }
.colA .category, .colB .category { margin:0; }

/* contact us page */
.contactsheading {
    color: #999;
    font-weight: bold;
}

.imageTitle {
    margin: 5px auto;
    font-weight: bold;
    display: block;
}

#gotosr {
    padding: 10px;
    text-align: right;
    font-weight: bold;
}


/* Mobile Navigation system */

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clearfloat { display: inline-block; }
.clearfloat:after { content:""; display:block; height:0; clear:both; visibility:hidden; }

.menuMain {
    float:left;
}

.sub-menu{
    display:none;
    visibility:hidden;
    position:absolute;
    z-index: 999;
}

.sub-menuFix {
    display:none !important;
}

nav { height:40px; width:964px; position:relative; margin:0 auto; }

nav ul {
    padding: 0;
    margin: 0 auto;
    height: 40px;
}

nav li {
    display: inline;
    float: left;
    color:#ffffff;
    border-right: 1px solid #555555;
}

nav a {
    color: #fff;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
}

nav li a {
    color:#ffffff;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

nav li:last-child a {
}

nav a:hover, nav a:active {
    background-color: #a8bc37;
    color:#45753C;
}

#pull {
    display: none;
    background: #010101 url('/wp/wp-content/themes/pb/images/menu-logo.png') no-repeat center;
    height:40px;
    position:relative;
    z-index: 999;
}

nav .current-menu-item a, nav .current_page_item a, nav a:hover, nav .current_menu-item li {
	color: #ffffff;
	background: #a8bc37;
}

nav li li{
	float: left;
	margin: 0px;
	padding: 0px;
	text-transform:none;
}

nav li li a, nav li li a:link, nav li li a:visited {
	background: #454545;
	border-bottom: 1px solid #121212;
	border-right: 1px solid #121212;
	border-left:1px solid #121212;
	width: 200px;
	height:40px;
	margin: 0px;
	padding: 0 10px 0 18px;
}

nav li li a:hover, nav li li a:active {
	background: #a8bc37;
	padding: 0 10px 0 18px;
}

nav ul ul{ /* this targets all sub menus */
	display: none; /* hide all sub menus from view */
	position: absolute;
	z-index:900;
	top: 40px; /* this should be the same height as the top level menu -- height + padding + borders */
}

nav ul ul li{ /* this targets all submenu items */
	float: none; /* overwriting our float up above */
}

nav ul li:hover > ul {
	display: block; /* show sub menus when hovering over a parent */
}

._4s7c { border:1px solid #cdcdcd !important; } /* facebook like box border */

#brunicoBar { height:28px; clear:both; margin:0; padding:0; }

@media screen and (min-width: 1200px) {
    .fancybox-inner { min-width: 700px !important; min-height:500px !important; }
}

@media only screen and (min-width: 1050px) {
    .container { width:964px; }
    #containerFull { width:100%; }
    #wpadminbar { display:none !important; }
}

/* ipad wide */
@media only screen and (min-width: 1001px) {
    .container { width:964px; }
    #containerFull { width:100%; }
    #nav_wrap      { width:100%; }
    nav            { width:964px; }
    #main            { width:964px; }
    #subnav, #header { width:964px; }
    #header { padding-top:28px; }
    .searchWrap      { display:block; }
}

@media only screen and (max-width:1000px) {
    #wpadminbar, #brunicoBar { display:none; }
    #footerBrunico { display:none; }
    .container, #main, #header, #nav_wrap, #subnav {
        -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    }
    #containerFull, #containerAds, nav { width:100% !important; }
    #header { display:none; }
    .container { width:100%; padding:0; background:none; margin:0; border:0; }
    #nav_wrap, #main { width:100%; position:static; }
    #nav_wrap { border:0; }
    #main { width:100%; overflow:hidden; padding:0; border:0 !important; }
    #subnav { width:100%; }
    #col1 { width:60%; width:calc(100% - 340px); width:-webkit-calc(100% - 340px); margin:0; }
    #posts, #posts li { width:100%; }
    .paraShort { width:60%; width:calc(100% - 170px); width:-webkit-calc(100% - 170px); }
    .category-sponsored-supplement { width:100%; }
    .category-sponsored-supplement .paraShort { width:65%; width:calc(100% - 170px); width:-webkit-calc(100% - 170px);}
    .category-sponsored-supplement h4 { width:65%; width:calc(100% - 170px); }
    .category-sponsored-supplement .postTitle { line-height:13pt; }
    .postthumb { width:100%; height:auto; }
    .postthumb img { width:100%; height:auto; }

    .entry img { width:100%; height:auto; margin:20px 0; }

    #col2, .col2ad {}
    .col2ad { background:none; }
    .col2ad > img { }
    /*element hides*/
    .leaderboard, #containerAds { display:block; padding:10px; }
    /*menu swap*/
    .menuMain{width:100%;}
    nav {
  		height: auto;
  		border-bottom: 0;
  		width:100%;
  	}
  	nav ul {
  		display: none;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  		border:none;
  	}
  	nav li a {
		border-bottom: 1px solid #121212;
		border-right: 1px solid #121212;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
  	}
  	nav li li a, nav li li a:link, nav li li a:visited {width:100%;border-left:0;}
  	nav ul li:hover > ul{ display:none}
  	nav ul ul {
  	    display:none;
  	    top:0;
  	    position:relative;
  	}
  	.sub-menu{clear:both;position:relative;width:200%;display:none;visibility:hidden;}
  	.sub-menu.active { display: inline-block;visibility:visible; }
  	.sub-menu li {width:50%; }
  	#pull {
		display: block;
		padding: 0 0 0 20px;
		width: auto;
		position: relative;
	}
	#pullMenu {
		content:"";
		background: url('/wp/wp-content/themes/pb/images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		left: 15px;
		top: 10px;
	}
	#pullSearch {
		content:"";
		background: url('/wp/wp-content/themes/pb/images/search-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.searchWrap{display:none;clear:both; background:#cdcdcd;float:none;padding:10px;margin:0;width:auto;height:40px;}
    .searchWrap input { width:90%; width:calc(100% - 61px); width:-webkit-calc(100% - 61px); height:20px; margin:0 0 10px;font: bold 11pt arial;}

    /*rotator*/
    #featured-posts { height:300px !important; }
    #featured-posts #posts { }
    #featured-posts .paraShort { width:30%; width:calc(40% - 40px) !important; width:-webkit-calc(40% - 40px) !important; margin:0 0 20px; }
    #featured-posts #posts h2 { margin: 40px 20px 20px !important; font-size:14pt; line-height:16pt; }
    #featured-posts #posts li { height:300px; display:inline-block; }
    #featured-posts .listpost { width:60% !important; overflow:hidden; height:300px !important; }
    #featured-posts .listpost img { height:auto !important; width:100% !important; }
    #featured-posts .list { width:40% !important; }
    #featured-posts .byline { margin:10px 0 0; }
    #featured-posts .jcarousel-container { width:100%; height:300 !important; }
    #featured-posts .jcarousel-clip { width:100%; height:300px !important; }
    #featured-posts .jcarousel-list { }
    #featured-posts .jcarousel-item,
    #featured-posts .jcarousel-item-vertical,
    #featured-posts .jcarousel-item-placeholder-vertical,
    #featured-posts .jcarousel-item-placeholder-horizontal  { width:100%; height:auto; }
    #featured-posts .jcarousel-container-vertical           { width:100%; height:300px; }
    #featured-posts .jcarousel-clip-vertical                { width:100%; height:300px; z-index:20; }
    #featured-posts .jcarousel-list li                      { width:100%; height:300px; }

    /*related*/
    .relA, .relB, .relC { min-height:200px; float:left; width:25%; border-right:1px solid #404040; }
    .relD { min-height:200px; float:right; width:25%; border:none; }
    .relE { display:none; }

    /*footer*/
    .site-large-footer_column_first{float:left; margin:15px; width:20%; width:calc(100% - 500px); width:-webkit-calc(100% - 500px);}
    .site-large-footer_column{min-height:140px;margin:0; }
    .footerMenuContainer{margin:15px;}

    /*Issues*/
    #issueCover     { float:none; margin:0 auto !important; }
    #issueCover img { display:block; margin:0 auto !important; }

}

/*iPad wide */
@media only screen and (max-device-width:1000px) and (orientation:landscape){
    #wpadminbar, #brunicoBar { display:none; }
    .container, #main, #header, #nav_wrap, #subnav {
        -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    }
    #containerFull, #containerAds, nav { width:100% !important; }
    #header { display:none; }
    .container { width:100%; padding:0; background:none; margin:0; border:0; }
    #nav_wrap, #main { width:100%; position:static; }
    #nav_wrap { border:0; }
    #main { width:100%; overflow:hidden; padding:0; border:0 !important; }
    #subnav { width:100%; }
    #col1 { width:60%; width:calc(100% - 340px); width:-webkit-calc(100% - 340px); margin:0; }
    #posts, #posts li { width:100%; }
    .paraShort { width:60%; width:calc(100% - 170px); width:-webkit-calc(100% - 170px); }
    .category-sponsored-supplement { width:100%; }
    .category-sponsored-supplement .paraShort { width:65%; width:calc(100% - 170px); width:-webkit-calc(100% - 170px);}
    .category-sponsored-supplement h4 { width:65%; width:calc(100% - 170px); }
    .category-sponsored-supplement .postTitle { line-height:13pt; }
    .postthumb { width:100%; height:auto; }
    .postthumb img { width:100%; height:auto; }

    #col2, .col2ad {}
    .col2ad { background:none; }
    .col2ad > img { }
    /*element hides*/
    .leaderboard, #containerAds { display:none; }
    /*menu swap*/
    .menuMain{width:100%;}
    nav {
  		height: auto;
  		border-bottom: 0;
  		width:100%;
  	}
  	nav ul {
  		display: none;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  		border:none;
  	}
  	nav li a {
		border-bottom: 1px solid #121212;
		border-right: 1px solid #121212;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
  	}
  	nav li li a, nav li li a:link, nav li li a:visited {width:100%;border-left:0;}
  	nav ul li:hover > ul{ display:none}
  	nav ul ul {
  	    display:none;
  	    top:0;
  	    position:relative;
  	}
  	.sub-menu{clear:both;position:relative;width:200%;display:none;visibility:hidden;}
  	.sub-menu.active { display: inline-block;visibility:visible; }
  	.sub-menu li {width:50%; }
  	#pull {
		display: block;
		padding: 0 0 0 20px;
		width: auto;
		position: relative;
	}
	#pullMenu {
		content:"";
		background: url('/wp/wp-content/themes/pb/images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		left: 15px;
		top: 10px;
	}
	#pullSearch {
		content:"";
		background: url('/wp/wp-content/themes/pb/images/search-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.searchWrap{display:none;clear:both; background:#cdcdcd;float:none;padding:10px;margin:0;width:auto;height:40px;}
    .searchWrap input { width:90%; width:calc(100% - 61px); width:-webkit-calc(100% - 61px); height:20px; margin:0 0 10px;font: bold 11pt arial;}

    /*rotator*/
    #featured-posts { height:300px !important; }
    #featured-posts #posts { }
    #featured-posts .paraShort { width:30%; width:calc(40% - 40px) !important; width:-webkit-calc(40% - 40px) !important; margin:0 0 20px; }
    #featured-posts #posts h2 { margin: 40px 20px 20px !important; font-size:14pt; line-height:16pt; }
    #featured-posts #posts li { height:300px; display:inline-block; }
    #featured-posts .listpost { width:60% !important; overflow:hidden; height:300px !important; }
    #featured-posts .listpost img { height:auto !important; width:100% !important; }
    #featured-posts .list { width:40% !important; }
    #featured-posts .byline { margin:10px 0 0; }
    #featured-posts .jcarousel-container { width:100%; height:300 !important; }
    #featured-posts .jcarousel-clip { width:100%; height:300px !important; }
    #featured-posts .jcarousel-list { }
    #featured-posts .jcarousel-item,
    #featured-posts .jcarousel-item-vertical,
    #featured-posts .jcarousel-item-placeholder-vertical,
    #featured-posts .jcarousel-item-placeholder-horizontal  { width:100%; height:auto; }
    #featured-posts .jcarousel-container-vertical           { width:100%; height:300px; }
    #featured-posts .jcarousel-clip-vertical                { width:100%; height:300px; z-index:20; }
    #featured-posts .jcarousel-list li                      { width:100%; height:300px; }

    /*related*/
    .relA, .relB, .relC { min-height:200px; float:left; width:25%; border-right:1px solid #404040; }
    .relD { min-height:200px; float:right; width:25%; border:none; }
    .relE { display:none; }

    /*footer*/
    .site-large-footer_column_first{float:left; margin:15px; width:20%; width:calc(100% - 500px); width:-webkit-calc(100% - 500px);}
    .site-large-footer_column{min-height:140px;margin:0; }
    .footerMenuContainer{margin:15px;}
}

@media only screen and (max-width: 999px){
        #wpadminbar, #brunicoBar { display:none; }
        #screeningRoom .colA, #screeningRoom .colB { min-height:310px; }
        .photoSR img { height:100%; width:auto; }
        #containerFull { width:100%; margin:0; }
        #footer { padding:10px 10px 30px !important; }
}

@media only screen and (min-width: 768px) and (max-width: 900px){
        #header{ display:none; }
        .category_wrap { display:none; }
        #post .category_wrap, #post .byline { display:block; }
        .photoSR img { left:-12%; }
        .feedad {  }
        #col1 { width:55%; width:calc(100% - 340px); width:-webkit-calc(100% - 340px); margin:0; }
        .paraShort { width:55%; width:calc(100% - 170px); width:-webkit-calc(100% - 170px); }
        .category-sponsored-supplement h4 { width:50%; width:calc(100% - 170px); }
        .category-sponsored-supplement .paraShort { width:50%; width:calc(100% - 170px);}
}

/* iPad fix */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /* element hides */
    #headerTop{display:none;}
    .leaderboard, #leaderboardBottom, #containerAds { display:none; }

    /* main */
    html{ -webkit-text-size-adjust: 100%; }
    .container { width: 100%; padding:0; position:relative; border:0; }
    #nav_wrap, #main { width:100%; }
    #nav_wrap { border:0; }
    #main { overflow:hidden; }
    #subnav, #header { width:100%; }
    #col1{ width:100%; min-height:0; background:none; border:0; border-bottom:1px solid #cdcdcd; padding:0; margin:0; }
    .pagetitle { margin:0; }
    .post { }
    #post img { height:auto; margin:0; }
    .entry img { margin-top:20px !important; margin-bottom:20px !important; width:auto !important; height:auto; }
    .fullwidth { width:100% !important; height:auto !important; }
    .author_avatar img { height:auto !important; margin:0 !important; }
    .photoSR img { left:0; }

    .paraShort { width:100%; float:none; }
    .category-sponsored-supplement { width:100%; }
    .category-sponsored-supplement .paraShort { width:100%;}
    .paraShort h2 { font:bold 1.2em arial,helvetica,sans-serif; overflow:hidden; }
    #header, .feedLine, .feedad {  }
    #featured-posts .paraShort { width:40%; width:calc(50% - 40px) !important; width:-webkit-calc(50% - 40px) !important; float:left; }
    #featured-posts .listpost { width:50% !important; }
    #featured-posts .listpost img { height:100% !important; width:auto !important; }
    #featured-posts .list { width:50% !important; }

    .photo { margin:0 10px 0 0; }
    .photoSR img { width:100%; height:auto; }
    #screeningRoom .colA, #screeningRoom .colB { min-height:230px; }
    .category_wrap, .byline { display:block; }
    #relLug { height:auto; }

    /* sidebar */
    #col2 { float:left; width:100%; margin:0 auto; height:auto; min-height:0; }
    #sidebarUpper, #sidebarLower { width:50%; float:left; }
    #sidebarUpper { border-right:1px solid #cdcdcd; }
    .col2ad { width:auto; margin:20px auto; border:0 !important; }
    .col2ad img { width:100%; height:auto; }
    #careers_sidebar, #screeningroom_sidebar, .widget, #twitter-widget { width:100%; }
    #twitter-widget-0 { margin:0 20px 20px; }
    #twitter-widget > iframe { width:100% !important; }
    #facebook-widget { margin:0; width: 100% !important; }
    #facebook-widget > iframe { margin:20px; }


    /* footer */
    .site-large-footer_header { display:none; }

    /*menu swap*/
    nav {
  		height: auto;
  		border-bottom: 0;
  		width:100%;
  	}
  	nav ul {
  		display: none;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #121212;
		border-right: 1px solid #121212;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
  	}
  	nav li li a, nav li li a:link, nav li li a:visited {width:100%;border-left:0;}
  	nav ul li:hover > ul{ display:none}
  	nav ul ul {
  	    display:none;
  	    top:0;
  	    position:relative;
  	}
  	.sub-menu{clear:both;position:relative;width:200%;display:none;visibility:hidden;}
  	.sub-menu.active { display: inline-block;visibility:visible; }
  	.sub-menu li {width:50%; }
  	#pull {
		display: block;
		padding: 0 0 0 20px;
		width: auto;
		position: relative;
	}
	#pullMenu {
		content:"";
		background: url('/wp/wp-content/themes/pb/images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		left: 15px;
		top: 10px;
	}
	#pullSearch {
		content:"";
		background: url('/wp/wp-content/themes/pb/images/search-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}

	#footer { width:auto; padding:20px; text-align:center; }
	.footerLogo { background:url('/wp/wp-content/themes/pb/images/footer-logo.png') no-repeat top center; width:auto; height:40px; }
    .site-large-footer_column_first{ margin:0 0 20px; width:100%; padding:0; border:0;}
    .site-large-footer_column{min-height:140px;margin:0; }
    .footerMenuContainer, #footerMenu1 { margin:0; width:100%; }
    #footerMenu2, #footerMenu3, #footerMenu4 { display:none; }
    .footerMenuContainer li a {
        display: block;
        font-weight:bold;
        text-align:center;
        height: 30px;
        padding: 5px 10px;
        margin: 0;
        line-height: 21px;
        text-decoration: none !important;
        color:#ffffff;
    }
    .footerMenuContainer ul li {
        background: #636363;
        border: 0;
        display: block;
        padding: 0;
        margin: 0 0 2px;
        width: 100%;
    }

    #footer ul li:hover { background:#a8bc37; color:#ffffff; }
    #footer ul li:hover > a { color:#ffffff; }
}

@media only screen and (max-width: 767px) {
    /* element hides */
    #headerTop{display:none;}

    /* main */
    html{ -webkit-text-size-adjust: 100%; }
    .container { width: 100%; padding:0; position:relative; border:0; }
    #nav_wrap, #main { width:100%; }
    #nav_wrap { border:0; }
    #main { overflow:hidden; border-bottom:1px solid #cdcdcd; }
    #subnav, #header { width:100%; }
    #col1{ width:100%; min-height:0; background:none; border:0; border-bottom:1px solid #cdcdcd; border-bottom:10px solid #232323; padding:0; margin:0; }
    .pagetitle { margin:0; }
    .post { }
    #post img { }
    .entry img { width:auto; height:auto; margin:20px auto; }
    .alignleft { width:50% !important; height:auto; margin:20px 20px 20px 0 !important; }
    .alignright { width:50% !important; height:auto; margin:20px 0 20px 20px !important; }
    .author_avatar img { height:auto !important; margin:0 !important; }
    .photoSR img { left:0; }

    .paraShort { width:100%; float:none; }
    .category-sponsored-supplement { width:100%; }
    .category-sponsored-supplement .paraShort { width:100%;}
    .category-sponsored-supplement h4 { width:68%; width:calc(100% - 170px); }
    .paraShort h2 { font:bold 1.2em arial,helvetica,sans-serif; overflow:hidden; }
    #header, .feedLine, .feedad {  }
    #featured-posts .paraShort { width:40%; width:calc(50% - 40px) !important; width:-webkit-calc(50% - 40px) !important; float:left; }
    #featured-posts .listpost { width:50% !important; }
    #featured-posts .listpost img { height:100% !important; width:auto !important; }
    #featured-posts .list { width:50% !important; }

    .photo { margin:0 10px 0 0; }
    .photoSR img { width:100%; height:auto; }
    #screeningRoom .colA, #screeningRoom .colB { min-height:230px; }
    .category_wrap, .byline { display:block; }
    #relLug { height:auto; }

    /* sidebar */
    #col2 { float:left; width:100%; margin:0 auto; height:auto; min-height:0; }
    #sidebarUpper { width:50%; float:left; border-right:1px solid #cdcdcd; }
    #sidebarLower { width:50%; float:left; border-left:1px solid #cdcdcd; }
    .col2ad { width:100% !important; border:0 !important; }
    .col2ad img { width:100%; height:auto; margin:0 auto 20px; }
    .col2ad > iframe, .col2ad > div { margin:0 auto 20px; }
    #careers_sidebar, #screeningroom_sidebar, .widget, #twitter-widget { width:100%; }
    #twitter-widget-0 { margin:0 20px 20px; }
    #twitter-widget > iframe { width:100%; }
    #facebook-widget { margin:0; width:100%; }
    #facebook-widget > iframe { margin:20px; }

    /* Awards Page */

    /* footer */
    .site-large-footer_header { display:none; }

    /*menu swap*/
    nav {
  		height: auto;
  		border-bottom: 0;
  	}
  	nav ul {
  		display: none;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #121212;
		border-right: 1px solid #121212;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
  	}
  	nav li li a, nav li li a:link, nav li li a:visited {width:100%;border-left:0;}
  	nav ul li:hover > ul{ display:none}
  	nav ul ul {
  	    display:none;
  	    top:0;
  	    position:relative;
  	}
  	.sub-menu{clear:both;position:relative;width:200%;display:none;visibility:hidden;}
  	.sub-menu.active { display: inline-block;visibility:visible; }
  	.sub-menu li {width:50%; }
  	#pull {
		display: block;
		padding: 0 0 0 20px;
		width: auto;
		position: relative;
	}
	#pullMenu {
		content:"";
		background: url('/wp/wp-content/themes/pb/images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		left: 15px;
		top: 10px;
	}
	#pullSearch {
		content:"";
		background: url('/wp/wp-content/themes/pb/images/search-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}

	#footer { width:auto; padding:20px; text-align:center; }
	.footerLogo { background:url('/wp/wp-content/themes/pb/images/footer-logo.png') no-repeat top center; width:auto; height:40px; }
    .site-large-footer_column_first{ margin:20px 0; width:100%; padding:0; border:0;}
    .site-large-footer_column{min-height:140px;margin:0; }
    .footerMenuContainer, #footerMenu1 { margin:0; width:100%; }
    #footerMenu2, #footerMenu3, #footerMenu4 { display:none; }
    .footerMenuContainer li a {
        display: block;
        font-weight:bold;
        text-align:center;
        height: 30px;
        padding: 5px 10px;
        margin: 0;
        line-height: 21px;
        text-decoration: none !important;
        color:#ffffff;
    }
    .footerMenuContainer ul li {
        background: #636363;
        border: 0;
        display: block;
        padding: 0;
        margin: 0 0 2px;
        width: 100%;
    }

    #footer ul li:hover { background:#a8bc37; color:#ffffff; }
    #footer ul li:hover > a { color:#ffffff; }
}

@media only screen and (max-width: 760px) { /* Screening Room photo size fix */
    .photoSR img { width:auto; height:100%; }
}

@media only screen and (max-width:700px) { /* Remove Sidebar below this point */
    #col2 { display:none; }
    #col1 { border:0; }
    #siteBox {}
    #siteA { width:30%; width:calc(33% - 20px); width:-webkit-calc(33% - 20px); margin:20px 10px 0; }
    #siteB { width:30%; width:calc(33% - 20px); width:-webkit-calc(33% - 20px); margin:20px 10px 0; }
}

@media only screen and (max-width: 676px) { /* Screening Room photo size fix */
    .photoSR img { left:-10%; }
    .searchWrap input { width:80%; width:calc(100% - 61px); }
}

@media only screen and (max-width: 600px) { /* Screening Room listpost fix */
    #screeningRoom .colA, #screeningRoom .colB  {
        padding:20px;
        width:100%;
        min-height:0;
        display:inline-block;
        border-top:1px solid #cdcdcd;
        border-right:none;
    }
    .photoSR { margin:0 10px 0 0; width: 160px; height:160px; overflow:hidden; }
    .photoSRFloat { height:160px; width:auto; }
    .photoSR img { height:100%; width:auto; left:-20%; }
    .paraShortSR { width:70%; width:calc(100% - 170px); width: -webkit-calc(100% - 170px); margin:0; padding:0; }
    .paraShortSR h2 { font-size:13pt; text-transform:none; }
    .category_wrap { display:none; }

    /*rotator*/
    #featured-posts { display:none; }

    .relA, .relB { min-height:200px; float:left; width:33.3%; border-right:1px solid #404040; }
    .relC { min-height:200px; float:right; width:33.4%; border:none; }
    .relD, .relE { display:none; }

    .category-sponsored-supplement h4 { width:60%; width:calc(100% - 170px); }

    /* In-Article Agency Profile Blocks */
    .logoBlock      { margin:20px auto; width:100%; clear:both; }
    .logoLug        { height:120px; width:100%; max-width:50%; float:none; margin:0 auto 10px; }
    .logoLug img    { margin:auto !important; height:auto !important; width:auto !important; max-width:100%; max-height:100%; }
    .logoBlurb      { float:none; width:100%; max-width:100%; padding:0; margin:0 auto 20px; }
}

@media only screen and (max-width: 530px) {
    .category-sponsored-supplement h4 { width:57%; width:calc(100% - 170px); }
}

@media only screen and (max-width: 490px) {
    .category-sponsored-supplement h4 { width:55%; width:calc(100% - 170px); }
    .entry img, .alignleft, .alignright { width:100% !important; height:auto; margin:20px 0 20px; }
    .entry .colA { float:none; width:100%; margin:0 0 20px !important; }
    .entry .colB { float:none; width:100%; margin:0 0 20px !important; }

    .inTextImg {
        max-height: 130px;
    }

    .sideCaption {
        margin: 30px auto;
    }

    .sideCaption .inTextImg {
        max-width: 90%;
    }

    .sideCaption figcaption {
        width: 95%;
        margin: 0 auto;
        padding: 15px;
        flex: initial;
        order: initial;
        text-align: left;
    }

    .inTextPair figcaption {
        border-bottom: none;
    }

    .brandContact {
        width: 90%;
        margin: 40px auto;
    }

    .articleNav {
        padding: 20px 0;
    }

    #post .articleNavPlate {
        height: 90px;
    }

    .articleBlurb h3 {
        font-size: 24px;
    }

    .articleBlurb h4 {
        padding: 0 10px;
        font-size: 24px;
    }
}

@media only screen and (max-width: 450px) {
    .category-sponsored-supplement h4 { width:45%; width:calc(100% - 170px); }
    .searchWrap input { width:75%; width:calc(100% - 61px); }
}

@media only screen and (max-width: 400px) {
    .category-sponsored-supplement h4 { width:40%; width:calc(100% - 170px); }
    .searchWrap input { width:75%; width:calc(100% - 61px); }

    .brandContact {
        width: 100%;
        margin: 30px auto;
    }
}

@media only screen and (max-width: 324px) {
    .photo, .listpost { float:none; margin:0 0 10px; width:100%; height:133px; }
    .photo img, .listpost img { width:100%; height:auto; top:0; position:static; }
    .photoSR { margin:0 0 10px; width: 100%; height:auto; overflow:hidden; }
    .photoSR img { width:100%; height:auto; left:0; }
    .photoSRFloat { height:auto; width:100%; }
    .paraShortSR { width:100%; }
    .category-sponsored-supplement h4 { float:left; width:100%; }

    /*element hides*/
    #headerTop, .leaderboard, #featured-posts, #col2 { display:none; }

    /*menu swap*/
    #nav_wrap ul li a {font: bold 8pt/40px arial;}
    nav {
  		height: auto;
  		border-bottom: 0;
  	}
  	nav ul {
  		display: none;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #121212;
		border-right: 1px solid #121212;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
  	}
  	nav li li a, nav li li a:link, nav li li a:visited {width:100%;border-left:0;}
  	nav ul li:hover > ul{ display:none}
  	nav ul ul {
  	    display:none;
  	    top:0;
  	    position:relative;
  	}
  	.sub-menu{clear:both;position:relative;width:200%;display:none;visibility:hidden;}
  	.sub-menu.active { display: inline-block;visibility:visible; }
  	.sub-menu li {width:50%; }
  	#pull {
		display: block;
		padding: 0 0 0 20px;
		width: auto;
		position: relative;
	}
	#pullMenu {
		content:"";
		background: url('/wp/wp-content/themes/pb/images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		left: 15px;
		top: 10px;
	}
	#pullSearch {
		content:"";
		background: url('/wp/wp-content/themes/pb/images/search-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}

	.relA { min-height:200px; float:left; width:50%; border-right:1px solid #404040; }
    .relB { min-height:200px; float:right; width:50%; border:none; }
    .relC, .relD, .relE { display:none; }
}

/*remove wpstats smiley face*/
img#wpstats{position:absolute;top:0;width:0px;height:0px;overflow:hidden;}


#pressboard-ad-sponsorship-msg .pressboard-col-8 {
  position: relative !important;
  top: 14px !important;
  width: 66.6667% !important;
}
