/*
Theme Name: FORTUNE Media Kit
Description: media kit specific css, separate from js/plug-in dependent css
*/

/* 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%;
	vertical-align: baseline;
	font-family: inherit;
}
	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: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }




/* Font import hosted fonts*/

@font-face {
    font-family: 'millerdisplayitalic';
    src: url('fonts/millerdisplay-italic-webfont.eot');
    src: url('fonts/millerdisplay-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/millerdisplay-italic-webfont.woff') format('woff'),
         url('fonts/millerdisplay-italic-webfont.ttf') format('truetype'),
         url('fonts/millerdisplay-italic-webfont.svg#millerdisplayitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'millerdisplayroman';
    src: url('fonts/millerdisplay-roman-webfont.eot');
    src: url('fonts/millerdisplay-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/millerdisplay-roman-webfont.woff') format('woff'),
         url('fonts/millerdisplay-roman-webfont.ttf') format('truetype'),
         url('fonts/millerdisplay-roman-webfont.svg#millerdisplayroman') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'millertextbold';
    src: url('fonts/millertext-bold-webfont.eot');
    src: url('fonts/millertext-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/millertext-bold-webfont.woff') format('woff'),
         url('fonts/millertext-bold-webfont.ttf') format('truetype'),
         url('fonts/millertext-bold-webfont.svg#millertextbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'millertextbolditalic';
    src: url('fonts/millertext-bolditalic-webfont.eot');
    src: url('fonts/millertext-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/millertext-bolditalic-webfont.woff') format('woff'),
         url('fonts/millertext-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/millertext-bolditalic-webfont.svg#millertextbolditalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'millertextitalic';
    src: url('fonts/millertext-italic-webfont.eot');
    src: url('fonts/millertext-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/millertext-italic-webfont.woff') format('woff'),
         url('fonts/millertext-italic-webfont.ttf') format('truetype'),
         url('fonts/millertext-italic-webfont.svg#millertextitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'millertextroman';
    src: url('fonts/millertext-roman-webfont.eot');
    src: url('fonts/millertext-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/millertext-roman-webfont.woff') format('woff'),
         url('fonts/millertext-roman-webfont.ttf') format('truetype'),
         url('fonts/millertext-roman-webfont.svg#millertextroman') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* #Basic Styles
================================================== */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing:: border-box;
}

body {
	alignment-baseline:baseline;
	background: #000;
	color: #444;
	font-family: Helvetica, Arial, sans-serif;
	font-size:15px; 
	line-height:20px; 
	margin-bottom:6px;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}


/* Base Typography
================================================== */

h1, h2, h3, h4, h5, h6 {
	color: #181818;
	font-weight: normal; 
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }

h1 { 
	color: #181818; 
	font-family: 'HelveticaNeueW01-65Medi';
	font-size: 30px; 
	line-height: 34px; 
	margin-bottom: 14px;
	text-transform: uppercase; 
}

h2 { 
	alignment-baseline: baseline;
	color: #e63f2d; 
	font-family: 'HelveticaNeueW01-67MdCn 692710'; 
	font-size: 17px; 
	letter-spacing: 1px;
	line-height: 17px; 
	margin-bottom: 3px;
	text-transform: uppercase;	
}

h3 { 
	font-family: 'millerdisplayroman', Georgia, Times, serif;
	font-size: 60px;
	line-height: 60px; 
	margin: 0; 
    padding: .0em 0;
	color: #161616;
}

h4 { 
	alignment-baseline: baseline;
	color: #008ed8; 
	font-family: 'HelveticaNeueW01-65Medi'; 
	font-size: 22px; 
	line-height: 26px; 
	margin-bottom: .5em; 
	margin-top: 0em; 
}

h5 { 
	alignment-baseline: baseline;
	color:#161616; 
	font-family: 'HelveticaNeueW01-65Medi'; 
	font-size: 16px; 
	line-height: 20px; 
	margin-bottom: .5em; 
	margin-top: .5em;
}
	
h6 { 
	alignment-baseline: baseline;
	color: #828282; 
	font-family: 'HelveticaNeueW01-65Medi'; 
	font-size: 16px; 
	line-height: 20px; 
}

h7 {
	color: #828282;
	float: left;
	font-family: 'HelveticaNeueW01-65Medi';
	font-size: 65px;/*55px;*/
	margin-left:10px;
	margin-top: -70px;
	overflow: visible;
	position: relative;
	text-align: left;
	visibility: inherit;
}

h8 { 
	alignment-baseline:baseline;
	color: #161616; 
	font-family: 'HelveticaNeueW01-65Medi'; 
	font-size: 18px; 
	line-height: 22px; 
}
  
  h9 { 
	alignment-baseline: baseline;
	color: #008ed8; 
	font-family: 'HelveticaNeueW01-65Medi'; 
	font-size: 22px; 
	line-height: 24px; 
	margin-bottom: .5em; 
	margin-top: .5em; 
}

h10 { 
	alignment-baseline: baseline;
	color:#999999; 
	font-family: 'HelveticaNeueW01-65Medi'; 
	font-size: 16px; 
	line-height: 20px; 
	margin-bottom: .5em; 
	margin-top: .5em;
}
	
p { 
	font-family: 'millertextroman', times, georgia, serif;
   	font-style: normal;	
   	font-weight: normal;
	margin: 1.25em 0 1.25em;
}

p img { margin: 0; }

em { font-style: italic; }

strong { font-weight: bold; color: #333; }

p em {
	font-family: 'millertextitalic', times, georgia, serif;
   	font-style: normal;
	font-weight: normal;
}

p strong { 
	font-family: 'HelveticaNeueW01-75Bold';
   	font-style: normal;
	font-weight: normal; 
}

.left { text-align: left; }

.right { text-align: right; }



/* ****** Blockquotes ************* */
blockquote, 
blockquote p { 
	color: #000; 
	font-family: 'millertextitalic', times, georgia, serif; 
	font-size: 20px; 
	line-height: 24px; 
}

blockquote { 
	border-left: 1px solid #ddd; 
	margin: 0 0 20px; 
	padding: 6px 18px 0 18px; 
}
	
blockquote cite { 
	color: #555; 
	display: block; 
	font-size: 14px; 
}
	
blockquote cite:before { content: "\2014 \0020"; }

blockquote cite a, 
blockquote cite a:visited, 
blockquote cite a:visited { color: #555; }

hr { 
	border: solid #ddd; 
	border-width: 1px 0 0; 
	clear: both; 
	height: 0;
	margin: 30px 0; 
}

.display-none { display:none; }


/* #Links
================================================== */

a:link, 
a:visited { 
	color: #e63f2d; 
	outline: 0; 
	text-decoration: none; 
	}
		
a:hover, 
a:active { 
	color: #e63f2d; 
	text-decoration: underline; 
}

p a, 
p a:visited { line-height: inherit; }

h2 a,
h2 a:visited { 
	color: #e63f2d; /* #ef4123; */
	text-decoration: none; 
} 

h2 a:hover,
h2 a:active { 
	color: #f00;
	text-decoration: underline; 
}

h3 a,
h3 a:visited { 
	color: #161616; 
	text-decoration: none; 
}

h3 a:hover,
h3 a:active { 
	color: #161616; 
	text-decoration: underline; 
}

h4 a:link,
h4 a:visited { 
	color:#008ed8; 
	text-decoration: none; 
}

h4 a:hover,
h4 a:active { 
	color: #e63f2d; 
	text-decoration: underline; 
}

a.pdf { 
	background-image: url(img/pdficon_large.png); 
	background-position: 100% 20%;	
	background-repeat: no-repeat; 
	background-size: 24px 24px;
	display: inline-block;
	margin: 2px 5px;
	padding: 4px 30px 0 0; 
}


/* JUMP BUTTONS 
=========================================== */

article a.jump {
	background-color: #ffffff;       
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	margin: 2px 8px 8px 0;
	padding: 4px 8px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
}

article a.jump:hover {
	background-color: #f9f9f9;
}

article a.jump:active {
	position: relative;
	top: 1px;
}

article a.pdf { 
	background-image: url(img/pdficon_large.png); 
	background-position: right 7px top 40%;	
	background-repeat: no-repeat; 
	background-size: 20px 20px;
	padding-right: 30px; 
}



/* ******** PAGINATION ********* */

nav.pagination ul {
	margin: 21px 0 35px 0;
	text-align: center;
	width: 100%;
}

nav.pagination li {
	display: inline;
}

nav.pagination li a,
nav.pagination li span {
	border-bottom: 3px solid #b8bac3;
	display: inline-block;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	padding: 0 7px;
	text-align: center;
	text-decoration: none;
	width: 35px;
}

nav.pagination li span.current,
nav.pagination li a:hover {
	background: #000;
	border: none;
	color: #fff;
}

nav.paging-navigation { margin-top: 2em; }

.nav-previous { 
	display: inline-block; 
	float: left; 
}

.nav-next { 
	display: inline-block; 
	float: right; 
}


/* #Lists 
================================================== */

ul, 
ol { margin-bottom: 20px; }

ul { list-style: none outside; }

ol { list-style: decimal; }

ol, 
ul.square, 
ul.circle, 
ul.disc { margin-left: 30px; }

ul.square { list-style: square outside; }

ul.circle { list-style: circle outside; }

ul.disc { list-style: disc outside; }

ul ul, 
ul ol,
ol ol, 
ol ul { 
	font-size: 90%;  
	margin: 6px 0 6px 32px; 
}
	
ul ul li, 
ul ol li,
ol ol li, 
ol ul li { margin-bottom: 6px; }

li { 
	line-height: 20px; 
	margin-bottom: 10px;
}

ul.large li { line-height: 24px; }

li p { line-height: 18px; }

body.page article ul,
body.single article ul {
	display: block;
	font-family: 'HelveticaNeueW01-65Medi';
	font-size: 14px;
	line-height: 18px;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
}

body.page article ul ul,
body.single article ul ul {
	display: block;
	font-family: 'HelveticaNeueW01-65Medi';
	font-size: 14px;
	line-height: 18px;
	list-style-position: outside;
	list-style-type: circle;
	margin-left: 40px;
	text-align: left;
}



/* #Table styles
================================================== */

table {
	font-size: .9em;
	line-height: 1.2em;
	margin-bottom: 2em;
	margin-top:1em;
	text-align: left;
}

table tr { border-bottom: 1px solid #d7d7d7; } 

table tr td,
table tr th { padding: 9px 6px 9px 6px; }

table tbody tr td { text-align:right; }

table thead tr th,
#sidebar thead tr th { 
	background-color: #000;
	color: #fff;
	text-align: right;
}

table tr.table_subhead td,
table tr.table_subhead th { 
	background-color: #e63f2d;
	color:#fff;
	font-weight:bold;
}

tfoot tr { border-bottom:none; }

tfoot tr td { 
	color: #000;
	font-size: .8em;
	line-height: 1.2em;
	padding-top: 1em;
}

table tr td,
table tr th { background-color: none; }

table tr.alt td,
table tr.alt th { background-color: #f9f9f9; }

td.right,
th.right { text-align: right; }

td.left,
th.left { text-align: left; }

table tbody td { text-align:left; }	

table tr.total,
table tr.subrow { 
	background-color: #7d7d7d; 
	color: #fff; 
	font-weight: bold; 
}

table tr.total th,
table tr.subrow th { 
	text-align: left; 
	background-color: #7d7d7d; 
}

table tr.subtotal { 
	background-color: #e7e7e7; 
	font-weight: bold; 
}

table tr.subtotal th { 
	text-align: left; 
	background-color: #e7e7e7; 
}

table tr.subrow td { text-align: right; }

table tbody th { text-align: left; }

article table { margin-bottom: 30px; }


/* CALENDAR PAGE
============================================ */

table#calendar { font-size: 12px;  }

table#calendar tbody tr td { text-align:center; }

table#calendar thead tr th { 
	color:#fff; 
	text-align:center; 
}

table#calendar tbody tr td.newsstand,
table#calendar thead tr th.newsstand { 
	font-weight:bold; 
}

table#calendar tbody tr td.topic,
table#calendar thead tr th.topic { 
	font-weight:bold; 
	text-align:left; 
}

table#calendar tbody tr td.topic span { font-weight: normal; font-size: 11px; }
table#calendar tbody tr td.topic .red { font-weight: bold; }

/* calendar check boxes */

table#calendar td.invest span { 
	background-color: #b8bac3; /* green #00bb88 */
	color:#b8bac3; 
	padding: 2px 5px; 
}

table#calendar th.invest { color:#b8bac3; }

table#calendar td.tech span,
table#calendar td.integrated span { 
	background-color: #FFB400; 
	color:#FFB400; 
	padding: 2px 5px; 
}

table#calendar th.tech,
table#calendar th.integrated { color:#FFB400; }

table#calendar td.venture span,
table#calendar td.digital span { 
	background-color: #008ED8; 
	color: #008ED8; 
	padding: 2px 5px; 
}

table#calendar th.venture,
table#calendar th.digital { color: #008ED8; }

table#calendar td.pursuits span { 
	background-color: #ef4123; 
	color: #ef4123; 
	padding: 2px 5px; 
}

table#calendar th.pursuits { color: #ef4123; }

table#calendar .red { color:#ef4123; }

table#calendar tr.quarterly { border: 1px solid #ef4123; }

table#calendar tr.quarterly td { border-top: 1px solid #ef4123; }

table#calendar td.issue,
table#calendar th.issue { color: #23b6fd; font-weight: bold; }

table#calendar td.close,
table#calendar th.close { color: #328417; font-weight: bold; }

table#calendar td.web,
table#calendar th.web { color: #f0af31; font-weight: bold; }

table#calendar td.tablet,
table#calendar th.tablet { color: #c03b12; font-weight: bold; }




/* LAYOUT - 960 grid base styles 
================================================== */

.container { 
	margin: 0 auto; 
	padding: 0; 
	position: relative; 
	width: 960px; 
}
	
.container .column,
.container .columns { 
	display: inline; 
	float: left; 
	margin-left: 10px; 
	margin-right: 10px; 
}

/* ***** Nested Column Classes ***** */
.column.alpha, 
.columns.alpha { margin-left: 0; }

.column.omega, 
.columns.omega { margin-right: 0; }

/* ***** Base Grid ***** */
.container .sixteen.columns { width: 940px; }
.container .one-third.column { width: 300px; }
.container .two-thirds.column { width: 620px; }



/* LAYOUT - body, bands
============================================= */
.band { background-color:#FFFFFF; }
	
.bandheader { 
	background-color:#000000;
	padding-top:20px;
}

.bandslider { 
	background: #fff url(img/bkgd-diagonals.png) repeat 0 0;
	border-top: 0px;
}

.bandslider2 {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 40px;
}

.bandtitle {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 18px;
}

.bandmain {
	background-color: #fff;
	padding-bottom: 24px;
}

.bandfooter {
	background-color: #161616;
	color: #FFFFFF;
	padding-top: 20px;
}

.bandfooter2 {
	background-color: #161616;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
    padding-bottom: 60px; 
	padding-top: 20px;
	text-align: center;
}

.bandfooter2 .container { 
	margin-top: 10px; 
	padding-left: 10px;
}




/* HEADER
========================================= */

#header-wrap { 
	float: left; 
	padding: 10px 0 20px 0; 
	width: 100%;
}

#logo { 
	float: left;
	height: auto; 
	margin-right: 2%;
	width: 25%; 
}

a#btn-menu2 { 
	background: url(/wp-content/uploads/2014/05/btn-menu.png) no-repeat 0 0;    /* img/btn-menu.png */
	color: #000; 
	display: block; 
	float: left; 
	height: 42px; 
	margin-right: 3%; 
	margin-top: 3px; 
	text-indent: -5000px;
	width: 33px; 
}

a#btn-menu2:hover { 
	background: url(img/btn-menu.png) no-repeat 0 -42px; 
	color: #666;
}

#search { 
	background: #383838 url(img/search.png) no-repeat 135px 2px;
	float: left; 
	margin: 18px 0 0 130px; 
	padding: 0 30px 0 0; 
	width: 160px; 
}

#search input[type=text]{
	border: 0;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;    	
	color: #666666;
    font: 13px;
	height: 25px;
	margin: 0;
	padding: 5px 10px;
	width: 130px;
} 

#social-icons {
	display: block;
	float: right;
	height: 26px;
	list-style: none;
	margin: 18px 20px 0 0;
	padding: 0; 
	width: 180px; 
}

#social-icons li { 
	margin: 0; 
	padding: 0; 
	float: left; /* for IE8 */
}	

#social-icons li a {
	color: #000; 
	display: inline; 
	float: left; 	
	height: 26px;
	margin: 0 0 0 10px;
	padding: 0;
	text-indent: -5000px;
	width: 26px;
}

#social-icons a.twitter{ background:url(img/sprite.png) no-repeat -63px 0; }
#social-icons a.twitter:hover { background-position: -63px -26px; }

#social-icons a.facebook { background:url(img/sprite.png) no-repeat -89px 0; }
#social-icons a.facebook:hover { background-position: -89px -26px; }

#social-icons a.google { background:url(img/sprite.png) no-repeat -115px 0; }
#social-icons a.google:hover { background-position: -115px -26px; }

#social-icons a.tumblr { background:url(img/sprite.png) no-repeat -141px 0; }
#social-icons a.tumblr:hover { background-position: -141px -26px; }

#social-icons a.instagram { background:url(img/sprite.png) no-repeat -167px 0; }
#social-icons a.instagram:hover { background-position: -167px -26px; }

#social-icons a.linkedin { background:url(img/sprite.png) no-repeat -245px 0; }
#social-icons a.linkedin:hover { background-position: -245px -26px; }

#social-icons a.flickr { background:url(img/sprite.png) no-repeat -271px 0; }
#social-icons a.flickr:hover { background-position: -271px -26px; }





/* SLIDER AREA
============================================== */

#slider1 figure { width:100%;}

.bandslider .container {width:100%;}

.bandslider .container .sixteen.columns {width:100%; margin:0;}


ul#slider1 { margin-bottom:0; width:100%; height:auto; }

ul#slider1 li { margin-bottom:0; width:100%; height:auto; }

#slider2 { display: none; } /* mobile 2 300x250 sliders - not shown at desktop or tablet sizes */

.bx-wrapper .bx-caption span {
	color: #FFFFFF;
	display: block;
	font-family: Helvetica, Arial;
	font-weight: bold;
	font-size: 1em;
	padding: 10px;
}




/* CONTENT area and style customizations
============================================== */

h3#everywhere {
	color: #000000;
	border-bottom: 0;
	border-top: 6px solid #000;
	font-family: 'HelveticaNeueW01-75Bold'; 
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 0; 
	padding: 8px 0;
	text-transform: uppercase;
}

body.home h3 { 
	border: none; 
	font-size: 35px; 
	line-height: 42px;
	margin:0; 
	padding:0; 
}

body.home h3 a { color: #000; }

body.home article p { margin: 10px 0; }

body.search article h4 a:link { text-decoration: underline; }

body.single article h2 ul.post-categories {
	font-family: 'HelveticaNeueW01-67MdCn 692710'; 
	font-size: 16px; 
	list-style: none;
	margin-left: 0;
}

article {
	clear: both;
	display: block;
	float: left;
	padding: 30px 0;
	width: 100%;
}

body.page article,
body.single article { border-top: 1px solid #d7d7d7; }

body.home article {
	border-top: 1px solid #d7d7d7;
	margin-bottom: 0px;
}

body.home article .img-wrap {
	float: left;
	width: 25%;
}

.img-wrap img {
	height: auto;
	width: 100%; 
}

.img-wrap-75 img {
	height: auto;
	margin: 8px 0 20px 25%;
	width: 75%;
}

.video-wrap {
	border: 1px solid #d7d7d7;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.4);
}

.copy {
	float: right; 
	margin-left: 5%;
	margin-right: 5%;
	width: 65%; 
}

ul.post-categories { margin-bottom: 3px; }

body.search h4 { margin-top:40px; }

.search-query { color: #666; }

body.page h4 { margin-top:40px; }

body.page article h4:first-of-type  { margin-top: 20px; }

p.modified { 
	clear: both; 
	color: #d7d7d7; 
	font-size: 12px; 
	margin-top: 40px; 
}

.page-template-page-nocarousel-php .bandmain .sixteen,
.page-template-page-fullwidth-nocarousel-php .bandmain .sixteen,
.post-template-single-nocarousel-php .bandmain .sixteen,
.post-template-single-sidebar-nocarousel-php .bandmain .sixteen,
.post-template-single-sidebar2-nocarousel-php .bandmain .sixteen,
.post-template-single-sidebar3-nocarousel-php .bandmain .sixteen { margin-top: 30px; }

.post-template-single-nocarousel-php .bandmain .sixteen .sidebar,
.post-template-single-sidebar-php .bandmain .sixteen .sidebar,
.post-template-single-sidebar-nocarousel-php .bandmain .sixteen .sidebar,
.post-template-single-sidebar2-php .bandmain .sixteen .sidebar,
.post-template-single-sidebar2-nocarousel-php .bandmain .sixteen .sidebar,
.post-template-single-sidebar3-php .bandmain .sixteen .sidebar,
.post-template-single-sidebar3-nocarousel-php .bandmain .sixteen .sidebar { margin-top: 50px; }

.post-template article { padding-right: 60px; }

.post-template-single-nocarousel-php article { padding-right:0; }

.post-template .bandmain,
.page-template .bandmain { min-height: 600px; }

.single-post .bandmain { min-height: 400px; }

.page-template-page-fullwidth-nocarousel-php .one-third img,
.page-template-page-fullwidth-php .one-third img { margin-top: 20px; }

h3.toggle { border:none; }

article article { padding: 0 0 40px 0; }

article article .subitem,
article article .subitem-2 { 
	margin-top: 20px; 
	padding-left:20px;
}

article article .subitem-sidebar { margin: 10px 0 0 0; }

h4.subhead { 
	border-top: 1px solid #d7d7d7; 
	color: #ef4123; 
	font-size: 18px; 
	padding-top:10px; 
	text-transform: uppercase; 
}

p.data { 
  	font-size: 14px; 
	line-height: 1.25em; 
  	margin: .5em 0; 
}

p.source { font-size: .7em; margin-bottom: 3em; }


/* CONTACTS PAGE
=========================================== */

.contacts p { font-size: .9em; }

.contacts { 
	float: left; 
	width: 100%; 
	margin-bottom: 30px; 
}

.contacts .column-left {
	float:left; 
	margin-right:6%;
	width:47%; 
}

.contacts .column-right {
	float:left; 
	width:47%; 
}

.contacts a.twitter,
.contacts a.facebook,
.contacts a.google,
.contacts a.tumblr,
.contacts a.instagram,
.contacts a.pinterest,
.contacts a.foursquare,
.contacts a.linkedin {
	color:#000; 
	display:inline-block;
	float:left;
	height:16px;
	margin: 4px 4px 0 0;
	padding:0;
	text-indent:-5000px;
	width:16px;
}

.contacts a.twitter { background:url(img/sprite.png) no-repeat -63px -88px; }
.contacts a.twitter:hover { background-position: -63px -106px; }

.contacts a.facebook { background:url(img/sprite.png) no-repeat -89px -88px; }
.contacts a.facebook:hover { background-position: -89px -106px; }

.contacts a.google { background:url(img/sprite.png) no-repeat -115px -88px; }
.contacts a.google:hover { background-position: -115px -106px; }

.contacts a.tumblr { background:url(img/sprite.png) no-repeat -141px -88px; }
.contacts a.tumblr:hover { background-position: -141px -106px; }

.contacts a.instagram { background:url(img/sprite.png) no-repeat -167px -88px; }
.contacts a.instagram:hover { background-position: -167px -106px; }

.contacts a.pinterest { background:url(img/sprite.png) no-repeat -193px -88px; }
.contacts a.pinterest:hover { background-position: -193px -106px; }

.contacts a.foursquare { background:url(img/sprite.png) no-repeat -219px -88px; }
.contacts a.foursquare:hover { background-position: -219px -106px; }

.contacts a.linkedin { background:url(img/sprite.png) no-repeat -245px -88px; }
.contacts a.linkedin:hover { background-position: -245px -106px; }


#cntctfrm_contact_form div { margin:10px 0; }




/* SIDEBAR - widget area 
============================================ */

.sidebar { 
	background-color: #fff;
	margin-bottom:40px;
}

.sidebar h4 {
	background-color: #b8bac3;
  	font-family: 'HelveticaNeueW01-75Bold';
	color:#fff;
	float:left;
	font-size:16px;
	margin: 0 0 10px;
	padding: 2px 8px;
	width:auto;
}

.sidebar > div {
	background:#f9f9f9;
	border: 1px solid #b8bac3;
	margin:0;
	margin-bottom: 10px;
	padding: 13px;
	width:100%;
}

.sidebar #text-2 {
	display:block;
	float:left;
	margin:20px 0 0 0;
	padding: 14px;
	width:100%;
}

.sidebar h4 a { color: #161616; }

.sidebar #rss-2 h4 { 
	color:#fff;
	margin-bottom:16px; 
}

.sidebar h4 a.rsswidget img { display:none; }

.sidebar h4 a { color: #fff; }

.sidebar ul { 
	clear:both; 
	font-size: 13px; 
}

.sidebar #rss-2 li { 
	line-height: 16px; 
	margin-bottom: 16px; 
}

.sidebar #rss-2 li a.rsswidget { 
  	color: #161616;
	font-family: 'HelveticaNeueW01-65Medi'; 
	font-weight: normal;
	
}

.sidebar #rss-2 li a.rsswidget:hover { color: #e63f2d; }

.sidebar #rss-2 .rssSummary { 
	font-family: 'HelveticaNeueW01-55Roma'; 
	font-weight: normal; 
}

/* ***** sidebar calendar ***** */

.one-third .calendar {
	background-color: none;
	display: block;
	float:left;
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 10px 0;
	padding:0;
}

.one-third .calendar tr td {
	padding-bottom: 12px;
	text-align: left;
}

.issue-date {
	color:#828282;
	font-weight:bold;
	padding-right:10px;
	text-align:right;
	width:20%;
}

.issue {
	color:#000;
	font-weight:bold;
	text-align:left;
}

.ad-close-date { color:#828282; }



/* FOOTER
================================================= */

.bandfooter2 ul { 
	clear: both; 
	margin-top: 5px; 
	text-align: left; 
}

.bandfooter2 ul li { 
	border-right: 1px solid #b8bac3;
	display: block; 
 	float:left;
  	margin-right: 10px;
	padding: 0 10px 0 0; 
}

.bandfooter2 ul > li:last-child { 
	border-right: none;
}

.bandfooter2 a:link,
.bandfooter2 a:visited { color: #f9f9f9; }

.bandfooter2 a:hover,
.bandfooter2 a:active { 
	color: #fff; 
	text-decoration: underline;
}

.bandfooter2 h6 { 
	clear:both;
	color: #b8bac3;
	float:left;
	font-size: 14px; 
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: left; 
}

.bandfooter2 p { 
	clear: both;
 	color: #b8bac3;
	float: left;
	text-align: left; 
}



/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { 
	content: "\0020"; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
	} 

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0; 
	}
	
    .row:after,
    .clearfix:after { clear: both; }
    
    .row,
    .clearfix { zoom: 1; }  

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    } 





/* ALL Media Queries
===================================================================== */


/* START 768px to 979px
===================================================================== */

@media only screen and (min-width: 768px) and (max-width: 979px) {
	
	.container { width: 768px; } /* original 768px;  */
	
	.container .column,
	.container .columns { 
		margin-left: 10px; 
		margin-right: 10px; 
		}
	
	.column.alpha, 
	.columns.alpha { 
		margin-left: 0; 
		margin-right: 10px; 
		}
	
	.column.omega, 
	.columns.omega { 
		margin-right: 0; 
		margin-left: 10px; 
		}
	
	.alpha.omega { 
		margin-left: 0; 
		margin-right: 0; 
		}

	.container .sixteen.columns { width: 748px; } 
	.container .one-third.column { width: 236px; } 
	.container .two-thirds.column { width: 492px; }


/* header */

	a#btn-menu2 { 
  		height: 29px; 
  		margin-top: 6px; 
  		width: 26px; 
		}
	
	#search { 
		background: #383838 url(img/search.png) no-repeat 125px 2px;
		float:left; 
		margin:9px 0 0 43px; 
		padding: 0 30px 0 0; 
		width:150px; 
		}

 	#search input[type=text] { width:120px; }
	
	#social-icons { margin-top:9px; }

/*body */
	h3{
  	padding: .25em 0;
		}



/* sliders */

	#slider1 figure { width:748px; }

	#slider3 { width:748px; } 

		
} /* END 768px to 979px */



/* START max 767px
===================================================================== */

@media only screen and (max-width: 767px) { 
	
	.copy { 
		float:right; 
		margin-left: 5%; 
		margin-right: 0; 
		padding-bottom:18px; 
		width:70%; 
		}
	
	/*body */
	h3{
  	padding: .25em 0;
		}

	
} /* END max-width 767px */



/* START 600px to 767px
===================================================================== */

@media only screen and (min-width: 600px) and (max-width: 767px) {

	.container { width: 560px; }
	
	.container .columns,
	.container .column { margin: 0; }

	.container .one-third.column,
	.container .two-thirds.column { width: 560px; }
	
	.container .sixteen.columns { width: 560px; } 


/* header */

	#header-wrap { padding: 5px 0 15px 0; }

	#logo { width: 50%; }

	a#btn-menu2 { 
  		float:left; 
		height: 29px; 
  		margin-top:4px; 
  		margin-left:0; 
  		margin-right:3%; 
  		width: 26px; 
		}

	#search { 
		background: #383838 url(img/search.png) no-repeat 145px 2px;
		float:right;  
		margin:2px 0 0 30px; 
		padding: 0 30px 0 0; 
		width:170px; 
		}

 	#search input[type=text] { width:140px; margin-top: 3px; } 

	#social-icons { display:none; }

/*body */
	h3{
  	padding: .25em 0;
		}


/* sliders */

	#slider1 figure { width:560px; }

	#slider3 { width:560px; }


/* sidebars */
	
	.sidebar { 
		clear: both; 
		padding-left: 0; 
		padding-top: 30px; 
		}

	.sidebar #rss-2 { 
  		display: inline;
		float:left;
		margin-right: 6%;
		width: 47%;
  		}
	
	.sidebar #text-2 { 
		display: inline;
		float: left;
	  	margin: 0;
		width: 47%;
		}

	.img-wrap-75 img { 
		margin-left: 25%; 
		margin-right 25%;
		width: 50%; 
		}

} /* END 600px to 767px */



/* START 480px to 599px
==================================================================== */

@media only screen and (min-width: 480px) and (max-width: 599px) {
	
	.container { width: 460px; }

	.container .columns,
	.container .column { margin: 0; }
	
	.container .sixteen.columns { width: 460px; } 

	.container .one-third.column,
	.container .two-thirds.column { width: 460px; }


/* header */

	#header-wrap { padding: 5px 0 15px 0; }

	#logo { width: 50%; }
	
	a#btn-menu2 { 
		float:left;
  		background-size: 24px 61px;
		height: 22px; 
  		margin-top:4px; 
  		margin-left:0; 
  		margin-right:3%; 
  		width: 22px; 
	}

	a#btn-menu2:hover { 
		background-position: 0 -30px;
  		background-size: 24px 61px; 
	}

	#search { 
		background: #383838 url(img/search.png) no-repeat 118px 2px;
		float: right;  
		margin:0 0 0 20px; 
		padding: 0 30px 0 0; 
		width: 140px; 
		}
 	
	#search input[type=text] { 
		width: 112px; 
		padding: 3px 8px; 
		} 
 
	#social-icons { display:none; }


/* sliders */

	#slider1 figure { width: 460px; }

	#slider3 { display:none; }

	#slider2 { display:block; }

	.bx-wrapper .bx-caption span { 
    		font-size: .85em; 
    		padding: 8px;
		}


/* body area */

	.post-template article { padding-right: 0; }

	article table { font-size: 12px; }

	p.data { font-size: 12px; }
	h3{
  	padding: .25em 0;
		}

/* sidebars */
	
	.sidebar { 
		clear:both; 
		padding-left: 0;
	}
	
	.img-wrap-75 img { 
		margin-left:25%; 
		margin-right 25%;
		width: 50%; 
	}


/* calendar page */

	table#calendar { 
  		display:block; 
  		font-size: 10px;
  		height:400px; 
  		overflow:scroll; 
  		width:100%; 
	}

} /* END 480px to 599px */



/* START only screen and (max-width: 479px)
==================================================== */

@media only screen and (max-width: 479px) {
	
	.container { width: 300px; }

	.container .columns,
	.container .column { margin: 0; }

	.container .sixteen.columns { width: 300px; } 

	.container .one-third.column,
	.container .two-thirds.column { width: 300px; }

	.container .sixteen.columns { width: 300px; } 
	

/* header */

	#header-wrap { 
		padding: 0 0 12px 0; 
		width: 300px;
		}
	
	#logo { 
		margin-top: 0; 
		width: 180px; 
		}
	
	a#btn-menu2 { 
		float:left;
  		background-size: 18px 50px;
		height: 18px; 
  		margin-top:4px; 
  		margin-left:0; 
  		margin-right:2%; 
  		width: 20px; 
	}

	a#btn-menu2:hover { 
		background-position: 0 -25px;
  		background-size: 18px 50px; 
	}
	
	#search { 
		background: none;
		float: right;  
		margin: 1px 0 0 0; 
		padding: 0 20px 0 0; 
		width: 65px; 
	}
 	
	#search input[type=text] { 
		font-size: 10px;
  		height: 18px; 
		padding: 2px 6px; 
		width: 65px; 
  		
	} 

	#social-icons { display:none; }

	
	
/* slider */

	#slider1 figure { width:300px; }
	
	#slider3 { display:none; }
	
	#slider2 { display:block; }

	#slider2 .bx-wrapper { height: 160px; }

	#slider2 .bx-viewport li { height: 160px; }

	#slider2 .bx-wrapper .bx-caption {
		background: none;
		left: 0;
		position: absolute;
		width: 100%;
		top: 123px;
        }	

	#slider2 .bx-wrapper .bx-caption span { 
		color:#000;
		font-size: .75em;
		line-height: 1.2em;
		padding: 0;
         }

	.bandslider2 {
		padding-bottom: 10px;
	}

	article {
		padding: 20px 0;
	}

/* body content area */
		
	h3#everywhere {
		border-top: 3px solid #000;
  		font-size:18px; 
		line-height:24px;
		padding:.25em 0;
	}

	h7 {
		font-size: 36px;
		margin-top: -45px;
	}

	h2 { font-size: 14px; }

	.bandmain p { font-size: 14px; }

	.bandmain p.modified { font-size: 11px; }

	body.single h3,
	body.page h3 { font-size: 32px; line-height: 32px; }

	.post-template article { padding-right: 0; }

	#business table {
		font-size: 11px; 
		width: 100%;
	}

	article table { font-size: 11px; }

	p.data { font-size: 12px; }

	.img-wrap-75 img { 
		margin-left:10%; 
		margin-right 10%;
		width: 80%; 
	}

/* calendar page */

	table#calendar { 
  		display:block; 
  		font-size:10px;
  		height:400px; 
  		overflow:scroll; 
  		width:100%; 
	}


/* contacts page */

	.contacts .column-left,
	.contacts .column-right  {
		clear:both; 
		margin:0;
		width:300px; 
	}


/* home page customizations */

	body.home h3 {
		font-size: 24px;
		line-height: 28px;
	}
	
	body.home .copy { padding-bottom: 0; }
	
	.sidebar { 
		clear: both; 
		padding-left: 0; 
	}

} /* END for screen to max 479px */