/*
Theme Name: TIME 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-styles from fonts.com
================================================== 
font-family:'ITCFranklinGothicW01-Bk 812647';
font-family:'ITCFranklinGothicW01-Bk 812665'; (italic)
font-family:'ITCFranklinGothicW01-Md 812695';
font-family:'ITCFranklinGothicW01-Md 812704'; (italic)
font-family:'ITCFranklinGothicW01-Dm 812668';
font-family:'ITCFranklinGothicW01-Dm 812686'; (italic)
font-family:'ITCFranklinGothicW01-Hv 812689';
font-family:'ITCFranklinGothicW01-Hv 812692'; (italic)
*/



/* #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: "HelveticaNeue", "Helvetica Neue", 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: #000;
	font-weight: normal; 
}
  
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	
h1 { 
	color:#000000; 
	font-family: 'ITCFranklinGothicW01-Dm 812668', Helvetica, Arial, sans-serif;
	font-size: 30px; 
	line-height: 34px; 
	margin-bottom: 14px;
	text-transform: uppercase; 
}

h2,
body.single article h2 ul.post-categories li { 
	alignment-baseline: baseline;
	color: #007ec7; 
	font-family: 'ITCFranklinGothicW01-Md 812695', Helvetica, Arial, sans-serif; 
	font-size: 14px; 
	line-height: 22px; 
	margin-bottom: 6px;
	text-transform: uppercase;
}
  
body.single article h2 ul.post-categories { 
	list-style: none;
	margin-left: 0;
}

  
h3 { 
	border-bottom: 1px solid #d7d7d7; 
	border-top: 1px solid #d7d7d7; 
	color: #000000; 
	font-family: 'ITCFranklinGothicW01-Dm 812668', Helvetica, Arial, sans-serif;
	font-size: 52px;
	letter-spacing: -1px;
	line-height: 52px; 
	margin: 0 0 1em 0; 
	padding: .5em 0;
}

h4 { 
	alignment-baseline: baseline;
	color: #007ec7; 
	font-family: 'ITCFranklinGothicW01-Dm 812668', Helvetica, Arial, sans-serif; 
	font-size: 26px; 
	line-height: 26px; 
	margin-bottom: .5em; 
	margin-top: 1.5em; 
}

h5 { 
	alignment-baseline: baseline;
	color: #000000; 
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 16px; 
	font-weight: bold; 
	line-height: 20px; 
	margin-bottom: .5em; 
	margin-top:.5em;
}
	
h6 { 
	alignment-baseline:baseline;
	color:#666666; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:16px; 
	font-weight:bold; 
	line-height:20px; 
	margin: 2em 0 0;
	text-transform:uppercase;
}

  h6 + p { margin:.5em 0 1.5em; }
  
  
h7 {
	color:#FFFFFF;
	font-family:'ITCFranklinGothicW01-Hv 812689', Helvetica, Arial, sans-serif;
	font-size: 65px;/*55px;*/
	float: left;
	margin-left:10px;
	margin-top: -70px;
	overflow: visible;
	position: relative;
	text-align: left;
	visibility: inherit;
}

h8 { 
	alignment-baseline: baseline;
	color: #000000; 
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 18px; 
	font-weight: bold; 
	line-height: 22px; 
}
	
p { 
	font-family: Helvetica, Arial, sans-serif; 
	margin: 1.5em 0;
}
	
p img { margin: 0; }

em { font-style: italic; }
  
strong { 
	color: #333;
	font-weight: bold; 
}
  
small { font-size: 80%; }


/*	Blockquotes  */
blockquote, 
blockquote p { 
	color: #666; 
	font-size: 15px; 
	font-style: italic; 
	line-height: 20px; 
}

blockquote { 
	border-left: 6px solid #ddd; 
	margin: 0 0 20px; 
	padding: 0 18px 0 18px; 
}
	
blockquote em,
blockquote strong { 
	color:#666; 
	font-weight: bold; 
}

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: 20px 0 20px; 
}

.regions {
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 5px;
}

.source {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.display-none { display:none; }


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

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

}

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


h2 a,
h2 a:visited { 
	color:#007ec7; 
	text-decoration:none; 
}

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

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

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


h4 a:link,
h4 a:visited { 
	color:#007ec7; 
	text-decoration:none; 
}

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

a.pdf {
	background-image: url(/wp-content/uploads/2013/11/pdficon_large.png); 
	background-repeat:no-repeat; 
	display: block; 
	margin: 15px; 
	padding: 10px 30px 15px 42px; 
}


/*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 #cccccc;
	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: url(../images/bg_dark.png) #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; 
}

anchorlinks { 
	alignment-baseline:baseline;
	color:#000000; 
	font-family: 'ITCFranklinGothicW01-Md 812695', Arial, Helvetica, sans-serif; 
	font-size:18px; 
	line-height:22px; 
	margin-bottom: 10px; 
}





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

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

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: 18px; 
	margin-bottom: 12px;
}

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

li p { line-height: 18px; }

body.page article ul,
body.single article ul {
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	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: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	list-style-type: circle;
	list-style-position: outside;
	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#table-head {
	background-color: #000;
	margin-bottom: 0;
}

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;
}

table tr.table_subhead td,
table tr.table_subhead th { 
	background-color: #ed1c24;
	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: #e8e8e8; }

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

table tbody td { text-align: left; }	
	
table.width-75 { width:75%; }



/* 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:#ed1c24;
	padding-top:20px;
}

.bandslider { 
	background-color:#363636;
	background:#363636 url(img/slider-bkgd.jpg) repeat-y 50% 0; 
}

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

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

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

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

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

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

.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; 
}





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

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

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

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

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

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

#search input[type=text]{
	width:140px;	
	border: 0;
    font: 13px;
    color: #666666;
    padding: 5px 10px;
	margin:0;
    height:25px;
    -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;
} 

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

#social-icons li { padding:0; margin:0; }	

#social-icons li a {
	color:#000; 
	display:inline-block;
	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; }



/* Site navigation - more css in separate mmenu.css file */
 
#menu2-wrap { height:0; overflow:hidden; }



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

#slider1 figure { width:940px; } 

ul#slider1 { margin-bottom:0; }

ul#slider1 li { margin-bottom:0; }

#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: Arial;
    font-weight: bold;
    font-size: 1em;
    padding: 10px;
}




/* CONTENT area
============================================== */

h1#everywhere {
	border-bottom: 0;
	border-top: 1px solid #d7d7d7;
	color: #ED1C24;
  	font-family:'ITCFranklinGothicW01-Hv 812689'; 
	font-weight:normal;
	font-size: 30px;
  	line-height:54px;
	margin-bottom: 0; 
}

h1#everywhere span { 
	color:#000;
	font-family:'ITCFranklinGothicW01-Bk 812647'
}

body.home h3 { 
	border: none; 
	font-size: 28px; 
	line-height: 30px;
	margin: 0 0 .5em 0; 
	padding: 0; 
	}

body.home article p { margin: 1em 0; }

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

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

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

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

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

.img-wrap-75 img {
	height: auto;
	margin-right: 0%;
	margin-left: 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: 0px; }

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: 10px; }

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: #ed1c24; 
	font-size: 18px; 
	padding-top: 10px; 
	text-transform: uppercase; 
	}

article p.jump-links { margin:.5em 0 2.5em 0; }


.jump-section { 
	display: block; 
	margin-bottom: 2.5em; 
	width:100%; 
}
  
.jump-section h6 { 
	display: inline; 
	margin-right: 10px; 
	width: auto; 
}
	  
.jump-section p { display:inline; }




/* revised 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(/wp-content/uploads/2013/11/pdficon_large.png); 
	background-position: right 7px top 40%;	
	background-repeat: no-repeat; 
	background-size: 20px 20px;
	padding-right: 30px; 
}



/* GALLERY PAGE
=========================================== */

.gallery-box {
	 width:300px; 
	 float:left; 
	 margin:0 20px 40px 0;
     text-align:center;
	}

.gallery-box h4 { margin: 1em 0 .25em 0; padding-top: .3em; } 
.gallery-box h5 {margin: .25em; border-top: 1px solid #ddd; padding: .5em 0 0;}
.gallery-box p {margin: 0 0 .2em 0; }
	
.box-3, 
.box-6, 
.box-9, 
.box-12 { 
	margin:0 0 40px 0;
	}
	  
.box-4, 
.box-7,
.box-10 {
	  clear:both;
	}  

.gallery-box a.play, 
.gallery-box a.download { 
  color:#007ec7;
  display: block-inline;
  font-weight:bold;
  font-size: 13px;
  margin-right: 4px;
}
	
/* .gallery-box a.download { background-color: #d7d7d7; color:#666; } */




	

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

.calendar-wrap {
  float: left;
  margin-right: 3%;
  width: 75%;
}

.calendar-2015 .calendar-wrap { margin-right:0; width: 100%; }

.calendar-wrap table { margin-bottom: 0; }

.calendar-head { 
  height: auto; 
  margin: 0; 
  padding: 0;
  width: 100%; 
}

.calendar-head table { width: 98%; }

.calendar-head table tr th { padding: 4px 2px; }

.calendar-body { 
  width: 100%; 
  height: 450px; 
  display: block; 
  float: left; 
  margin: 0 0 1em 0;
  border-bottom: 4px solid #ddd; /*1px solid #d7d7d7;*/
  padding: 0;
  overflow-x: auto;
  overflow-y: auto; 
} 

.calendar-body table { width: 100%; }

.calendar-wrap table tr td,
.calendar-wrap table tr th { 
	font-size: 10px;
	line-height: 1.2em;
	padding: 6px 2px; /* 8px 4px; */ 
	text-align: left;
}

.calendar-wrap thead tr th { 
	background-color: #000;
	color: #fff;
}

.calendar-wrap tbody tr.alt td.tcom { 
	background-color: #F6F6F6; 
	color: #900;
}

.calendar-wrap tbody tr td.tcom { color: #900; }

.calendar-wrap tbody tr td.tcom span { color: #000; }

.calendar-wrap thead th.tcom { background: #ed1c24; }

.calendar-body tbody th.calendarMonth, 
.calendar-body tbody th.calendarMonthJanuary {
	color: #ED1C24;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 24px;
}

.calendar-body tbody th.calendarMonthJanuary { padding-top: 6px; } 


.calendar-2015 table { margin-bottom: 0; }

.calendar-2015 .calendar-head { font-size: 10px; } /* 12px */

.calendar-2015 .calendar-head th { 
  	vertical-align: bottom; 
  	background-color: #f0f0f0;
  	color: #000;
}

.calendar-2015 em.caps { text-transform: uppercase; }

.calendar-2015 td.topic { text-transform:uppercase; font-weight:bold;}
.calendar-2015 td.topic em { color:#666; font-weight:normal; text-transform:capitalize; font-style:normal; }
.calendar-2015 td.topic em.caps { text-transform: uppercase; }
.calendar-2015 td.topic span { color:#666; font-weight:normal; text-transform:capitalize; }
.calendar-2015 td.topic span em { color:#666; font-style:italic; }
.calendar-2015 td.topic span em.plus { color:#00a6e9; }
.calendar-2015 td.topic span em.digital { color:#ed1c24; }
.calendar-2015 td.topic span strong.biz { color:#406d8c; text-transform:capitalize; }

.calendar-2015 th.close,
.calendar-2015 td.close,
.calendar-2015 th.sale,
.calendar-2015 td.sale { text-align:center; }

.calendar-2015 th.issue { padding-left:6px; }

.calendar-2015 th.timeoff { 
	text-align:center; 
   	color: #fff; 
	background-color: #ed1c24; 
}

.calendar-2015 td.timeoff {	text-align:center; }

.calendar-2015 td.timeoff span { 
    background-color: #ed1c24; 
	color: #ed1c24; 
	padding:0px 2px;  
}


.calendar-2015 th.vitals { 
	text-align:center; 
	background-color: #ecda00; 
}

.calendar-2015 td.vitals { text-align:center; }

.calendar-2015 td.vitals span { 
    background-color: #ecda00; 
	color: #ecda00; 
	padding:0px 2px; 
}


.calendar-2015 th.connected { 
	text-align:center; 
    color: #fff; 
	background-color: #f58220; 
}

.calendar-2015 td.connected { text-align:center; }

.calendar-2015 td.connected span { 
    background-color: #f58220; 
	color: #f58220; 
	padding:0px 2px; 
}


.calendar-2015 th.health { 
  	text-align:center; 
    color: #fff; 
	background-color: #00a6e9; 
}

.calendar-2015 td.health { text-align:center; }

.calendar-2015 td.health span { 
    background-color: #00a6e9; 
	color: #00a6e9; 
	padding:0px 2px; 
}


.calendar-2015 th.answers { 
  	text-align:center; 
    color: #fff; 
	background-color: #772d8b; 
}

.calendar-2015 td.answers { text-align:center; }

.calendar-2015 td.answers span { 
    background-color: #772d8b; 
	color: #772d8b; 
	padding:0px 2px; 
}


.calendar-2015 th.bremmer { 
  	text-align:center; 
    color: #fff; 
	background-color: #bdbec0; 
}

.calendar-2015 td.bremmer { text-align:center; }

.calendar-2015 td.bremmer span { 
    background-color: #bdbec0; 
	color: #bdbec0; 
	padding:0px 2px; 
}


.calendar-2015 th.finance { 
  	text-align:center; 
    color: #fff; 
	background-color: #39b54a; 
}

.calendar-2015 td.finance {	text-align:center; }

.calendar-2015 td.finance span { 
    background-color: #39b54a; 
	color: #39b54a; 
	padding:0px 2px; 
}


.calendar-2015 th.dish { 
  	text-align:center; 
    color: #fff; 
	background-color: #ec008c; 
}

.calendar-2015 td.dish { text-align:center; }

.calendar-2015 td.dish span { 
    background-color: #ec008c; 
	color: #ec008c; 
	padding:0px 2px; 
}
		  

.calendar-2015 th.amateur { 
  	text-align:center; 
	background-color: #cad83c; 
}

.calendar-2015 td.amateur { text-align:center; }

.calendar-2015 td.amateur span { 
    background-color: #cad83c; 
	color: #cad83c; 
	padding:0px 2px; 
}


.calendar-2015 th.smallbiz { 
  	text-align:center; 
    color: #fff; 
	background-color: #771e37; 
}

.calendar-2015 td.smallbiz { text-align:center; }

.calendar-2015 td.smallbiz span { 
    background-color: #771e37; 
	color: #771e37; 
	padding:0px 2px; 
}


.calendar-2015 th.leisure { 
  	text-align:center; 
	color: #fff; 
	background-color: #000;
}

.calendar-2015 td.leisure { text-align:center; }

.calendar-2015 td.leisure span { 
    background-color: #000; 
	color: #000; 
	padding:0px 2px;   
}

body.page-id-1572 { background-color: #fff; } /* to make page white when calendar juts out. */



  
/* CALENDAR KEY */

.calendar-key {
	background: #ececec;
	border: #CCC solid 1px;
	display: inline; 
	font-size: 11px;
    float: left;
	line-height:1.2em;
    margin: 10px 0 2em;
	padding: 10px 10px;
    width: 22%; 
}

.calendar-2015 .calendar-key { width: 100%; padding:0; background:#fff; border: 0;}

.calendar-key h4 { 
	font-size: 14px;
    line-height: 1em;
    margin-top: 1em;
    padding: 0;
}

.calendar-key p {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	margin-top: 5px;
}

.calendar-key dl {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 10px 0 5px 0;
}

.calendar-key dt {
	float: left;
	margin: 0 5px -5px 0;
	padding: 0;
}

.calendar-pdf {
	background:#fff;
	border:#CCC solid 1px;
	display:inline; 
	font-size:11px;
    float:left;
	line-height:1.2em;
    margin: 0 0 2em;
	padding:10px 10px;
    width:22%; 
}

.calendar-pdf h4 { 
	font-size: 14px;
    line-height: 1em;
    margin-top: 1em;
    padding: 0;
}

.calendar-pdf a.pdf { 
	margin: 0; 
	padding-right: 0; 
}


body.page-id-24 #international {
  	clear: both; 
  	padding-top: 1.5em;
    width: 100%;
}  
 


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

.contacts p { margin:1em 0 1em; }

.contacts h4 { margin-top:20px; }

.contacts h5 { 
  	background-color: #d7d7d7; 
  	padding: 6px 4px 4px 4px;
}

.contacts { 
	float: left; 
	width: 100%; 
}

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

.column-left h5:first-child,
.column-right h5:first-child { margin-top:.5em; }

.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 { margin-bottom: 40px; }

.sidebar h4 { 
	color: #ED1C24; 
  	font-family: 'ITCFranklinGothicW01-Hv 812689';
	font-size: 16px;
	line-height: 16px;
  	margin-top: 0; 
	text-transform: uppercase;
  }

.sidebar > div {    
	border: 1px solid #d7d7d7;
	margin: 0; 
	padding: 14px; 
	width: 100%;	
}

.sidebar #text-2 { 
	border: 1px solid #d7d7d7; 
	display:block;
	float:left;
	margin:20px 0 0 0;
	padding: 22px; 
	width: 100%;	
}

/* text-4 is the social buzz widget */
.sidebar #text-4 {
  border:none;
  padding: 0;
  margin-bottom:0;
  }

.sidebar #text-4 h4 {
  margin-bottom: 10px;
  padding:10px;
  text-align:center;
	}
  
.sidebar #text-4 div.social { 
  margin-bottom: 30px;
	}

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

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

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

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

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





/* #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: #D61517 url(img/search.png) no-repeat 145px 2px;
		float:left; 
		margin:12px 0 0 100px; 
		padding: 0 30px 0 0; 
		width:170px; 
	}

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


/* sliders */

	#slider1 figure { width:748px; }

	#slider3 { width:748px; } 


/* GALLERY PAGE
=========================================== */

.gallery-box {
	 width:300px; 
	 float:left; 
	 margin:0 35px 40px 35px;
     text-align:center;
	}

	
.box-2, 
.box-4, 
.box-6, 
.box-8,
.box-10,
.box-12 { 
	margin:0 0 40px 35px;
  clear:none;
	}
	  
.box-3, 
.box-5,
.box-7,
.box-9,
.box-11 {
	  clear:both;
	}

		
} /* 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%; 
	}
	
} /* 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 */

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

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

 	#search input[type=text] { width:140px; } 

	#social-icons { display:none; }


/* sliders */

	#slider1 figure { width:560px; }	

	#slider3 { width:560px; }


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

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


/* capabilities page */

	body.page-id-424 a.jump { font-size: 12px; }	

	body.page-id-424 article article .copy { padding-bottom:5px; }
	
	body.page-id-424 article article .subitem-sidebar { margin-top: 0; }

	body.page-id-424 article article .subitem-2 { margin: 40px 0 0 0; }


	.calendar-2015 .calendar-head { font-size: 10px; }

	.calendar-2015 .calendar-wrap { height: 300px; width:960px; overflow:scroll; display:block; }
  	
	.calendar-2015 .calendar-head table, 
	.calendar-2015 .calendar-body table { width: 960px; height: auto; display:block; background-color: #ffffff; }



} /* 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: 0 0 15px 0; }

	#logo { width: 45%; }
	
	a#btn-menu2 { 
		float: left; 
  		background-size: 24px 61px;
		height: 22px;
		margin-top: 10px; 
		width: 22px; 
	}
	
	a#btn-menu2:hover { 
		background-position: 0 -30px;
  		background-size: 24px 61px; 
	}

	#search { 
		background: #D61517 url(img/search.png) no-repeat 145px 2px;
		float: right;  
		margin: 7px 0 0 20px; 
		padding: 0 30px 0 0; 
		width:170px; 
	}
 	
	#search input[type=text] { 
  		width: 140px; 
  		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 */

    h3 {
  		font-size: 36px;
  		line-height: 36px;
	}

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

	table.width-75 { width: 100%; }

	.jump-section h6 { 
	  	display: block; 
	  	float:left; 
	  	padding-bottom: .5em; 
  		width:100%; 
	}


/* sidebars */
	
	.sidebar { 
	  	clear: both; 
		padding-left: 0px; 
	}
	
	#social2 { 
	  	margin-right: 6%; 
	  	width: 47%; 
	}

	#calendar { 
	  	padding-left: 0; 
	  	padding-right: 0;
	  	width: 47%; 
	}

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


/* calendar page  */

    .calendar-wrap { width: 960px; overflow:scroll; }
	
	.calendar-head table { height: auto; width: 100%; }
 
	.calendar-body { height: 300px; width: 100%;}

    .calendar-key, 
	.calendar-pdf { width: 100%; }	

	.calendar-2015 .calendar-head { font-size: 10px; }

	.calendar-2015 .calendar-wrap { height: 300px; width:960px; overflow:scroll; display:block; }
  	
	.calendar-2015 .calendar-head table, 
	.calendar-2015 .calendar-body table { width: 960px; height: auto; display:block; background-color: #ffffff; }

/* capabilities page */

	body.page-id-424 a.jump { 
  		clear: both;
  		display: block; 
  		float: left; 
  		font-size: 13px; 
	}	

	body.page-id-424 p.jump-links { 
  		display: block; 
  		margin-bottom: 30px; 
  		float:left;
	}
	
	body.page-id-424 article article .copy { padding-bottom: 5px; }
	
	body.page-id-424 article article .subitem-sidebar { margin-top: 0; }

	body.page-id-424 article article .subitem-2 { margin: 40px 0 0 0; }


} /* 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: 150px; 
	}
	
	a#btn-menu2 { 
		background-size: 18px 50px; 
		float: left; 
		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: 3px 0 0 25px; 
		padding: 0 20px 0 0; 
		width: 80px; 
	}
 	
	#search input[type=text] { 
  		font-size: 10px;
  		height: 18px; 
  		padding: 2px 6px; 
  		width: 80px; 
	} 

	#social-icons { display:none; }

	
/* slider */

	.bandslider2 { padding-bottom: 0; }

	#slider1 figure { width:300px; }
	
	#slider3 { display:none; }
	
	#slider2 { display:block; }
	
    #slider2 .bx-wrapper { height: 150px; }

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

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

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


/* body content area */
		
	h1#everywhere {
	   font-size:24px; 
	   line-height:24px;
	   padding:.3em 0;
	}
	
	
	h2 { font-size: 14px; }

    h3 {
  		font-size: 26px;
  		line-height: 28px;
	}
	
	h7 { 
	   font-size: 36px;
	   margin-top: -45px;
	}
	
	body.home article p {
  		font-size: 12px;
  		line-height: 18px;
	}

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

	table { font-size: 12px; }

	table.width-75 { width: 100%; }

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

	.jump-section h6 { 
	  	display: block; 
	  	float: left; 
	  	padding-bottom: .5em; 
  		width: 100%; 
	}

	.img-wrap-75 img { 
		margin-left: 12%; 
		margin-right 13%;
	  	width: 75%; 
	}


/* capabilities page */

	body.page-id-424 a.jump { 
  		clear: both;
  		display: block; 
  		float: left; 
  		font-size: 12px; 
	}	

	body.page-id-424 p.jump-links { 
  		display: block; 
  		float: left;
  		margin-bottom: 30px; 
	}

	body.page-id-424 article article .copy { padding-bottom:5px; }
	
	body.page-id-424 article article .subitem-sidebar { margin-top: 0; }

	body.page-id-424 article article .subitem-2 { margin: 40px 0 0 0; }


/* contacts page */

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


/* home page customizations */

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

/* calendar page */

	.calendar-wrap { width: 100%; }

	.calendar-head table { width:100%; }
 
	.calendar-body { height: 300px; }

    .calendar-key, 
	.calendar-pdf { width: 100%; } 

	.calendar-2015 .calendar-head table tr th { font-size: 10px; }

	.calendar-2015 .calendar-wrap { height: 300px; width:960px; overflow:scroll; display:block; }
  	
	.calendar-2015 .calendar-head table, 
	.calendar-2015 .calendar-body table { width: 960px; height: auto; display:block; background-color: #ffffff; }



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