@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700|Open+Sans+Condensed:300,700);
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4em;
  line-height: 1.35;
  background-color: #eeeeee;
  background-repeat: repeat-y;
  background: -webkit-gradient(linear, left top, right top, from(#eeeeee), to(#dedede));
  background: -webkit-linear-gradient(left, #dedede, #eeeeee);
  background: -moz-linear-gradient(left, #dedede, #eeeeee);
  background: -ms-linear-gradient(left, #dedede, #eeeeee);
  background: -o-linear-gradient(left, #dedede, #eeeeee);
  padding-bottom: 100px;
}
.tjay .photo img,
.tjay img.photo {
  max-width: 100%;
}
.tjay h1 {
  font-size: 2.25em;
}
.tjay h2 {
  font-size: 2.0em;
}
.tjay h3 {
  font-size: 1.5em;
}
.tjay h4 {
  font-size: 1.25em;
}
.tjay h5 {
  font-size: 1.1em;
}
.tjay h6 {
  font-size: 0.9;
}
.tjay h1,
.tjay h2,
.tjay h3,
.tjay h4,
.tjay h5,
.tjay h6 {
	font-weight: 700;
  margin: 0 0 12px 0;
  line-height: 1.25;
}
.tjay a {
  color: #2D53A7;
}
.tjay a:hover {
  color: #cc3333;
}
.tjay h1 a,
.tjay h2 a,
.tjay h3 a,
.tjay h4 a,
.tjay h5 a,
.tjay h6 a {
  color: black;
}
.tjay p,
.content_bootstrap .body br {
  margin: 0 0 15px 0;
}
.content_bootstrap .body #address br {
  margin: 0 0 5px 0;
}
.tjay .floating-items .skyscraper img {
  max-width: 100%;
  height: auto;
}
.tjay .kicker {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  color: #999;
  text-transform: uppercase;
  font-size: 14px;
}
.tjay p.kicker {
  margin: 0 0 10px 0;
}
.tjay .meta {
  color: #999;
  font-size: 0.8em;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
.tjay .more {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  color: #999;
  margin-top: 10px;
  font-size: 13px;
}
.tjay  .cover-photo {
  cursor: pointer;
  width: 100%;
  height: 100px;
  background-position: center center;
  background-size: cover;
}

/* Bootstrap reset */
.label {
  border-radius: inherit;
  color: inherit;
  display: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: inherit;
  text-align: inherit;
  vertical-align: inherit;
  white-space: inherit;
}
.lead {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-bottom: inherit;
}

/* Template base */
.tjay {
  padding: 20px;
  margin: 15px auto 20px auto;
  background: white;
  box-shadow: 3px 3px 10px #ccc;
}
.tjay .top-ad {
  width: 728px;
  height: 90px;
  margin: 0 auto 25px auto;
}
.tjay .bottom-ad {
  width: 728px;
  height: 90px;
  margin: 25px auto 25px auto;
}
.tjay header {
  margin-bottom: 10px;
}
.tjay header .nameplate .tagline {
  margin-left: 10px;
  font-size: 1.0em;
}
@media only screen and (min-width : 768px) {
  .tjay header .nameplate .tagline {
    margin-left: 15px;
    font-size: 0.85em;
    margin-top: -11px;
  }
}
@media only screen and (min-width : 992px) {
  .tjay header .nameplate .tagline {
    margin-left: 25px;
    font-size: 1.2em;
    margin-top: -19px;
  }
}
@media only screen and (min-width : 1200px) {
  .tjay header .nameplate .tagline {
    margin-left: 35px;
    font-size: 1.25em;
    margin-top: -22px;
  }
}
.tjay header .rail-links {
  margin-bottom: 10px;
}
.tjay header .rail-links button {
  margin: 0 6px;
}
@media only screen and (min-width : 768px) {
  .tjay header .rail-links {
    margin-top: 20px;
  }
}
@media only screen and (min-width : 992px) {
  .tjay header .rail-links {
    margin-top: 45px;
  }
}
@media only screen and (min-width : 1200px) {
  .tjay header .rail-links {
    margin-top: 75px;
  }
}
.tjay header .wx {
  font-size: 0.8em;
}
.tjay header .wx #details {
  text-align: center;
  font-size: x-large;
  text-decoration: bold;
}
.tjay header .wx #logo {
  float: left;
}
.tjay .page-body {
	margin-bottom: 25px;
}
.tjay aside.page-rail {
  font-size: 90%;
}
.tjay aside.page-rail .widget {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #efefef;
}
@media only screen and (min-width : 768px) {
	.tjay aside.page-rail {
		width: 330px;
	}
	.tjay .page-body {
		width: 410px;
		min-height: 300px;
		margin-bottom: 0;
		border-bottom: none;
		padding-bottom: 0;
		border-right: 1px solid #efefef;
	}
}
@media only screen and (min-width : 992px) {
	.tjay .page-body {
		width: 630px;
	}
}
@media only screen and (min-width : 1200px) {
  .tjay.container {
    width: 1230px;
  }
	.tjay .page-body {
		width: 890px;
	}
}
.tjay aside .search .screen {
  background: #efefef;
  padding: 7px;
  font-size: 0.9em;
}
.tjay aside .search input {
  position: relative;
  width: 100%;
  border: none;
  padding: none;
  background: #efefef;
  padding: 8px;
  font-size: 0.9em;
  color: #888;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 98;
}
.tjay aside .search button {
  position: relative;
  border: none;
  padding: none;
  background: none;
  font-size: 1.5em;
  margin-top: -30px;
  margin-right: 5px;
  z-index: 99;
}
.tjay aside .search .advanced {
  font-size: 0.75em;
  text-transform: uppercase;
  margin: 5px 0;
}
.tjay aside .search .advanced a {
  color: #999;
}
.tjay footer {
  font-size: 0.8em; 
}
.tjay footer,
.tjay footer a {
  color: #bbb;
}
.tjay .navlinks {
  line-height: 30px;
  font-size: 0.85em;
}
.tjay .navlinks li {
  border-left: 1px solid #eeeeee;
  padding-left: 10px;
  padding-right: 10px;
}
.tjay .navlinks li:first-child {
  border-left: 0;
}
.tjay h1.breaking-news {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
}

/* Nav */
.tjay .navbar-default { /* Global type */
	color: white;
	background: #3E8BCB;
	box-shadow: 2px 2px 2px #aaa;
	border: none;
	font-size: 1.2em;

	/*text-shadow:
    1px 1px 0 #2E8BD2,
   -1px -1px 0 #2E8BD2,
    1px -1px 0 #2E8BD2,
   -1px  1px 0 #2E8BD2,
    1px  1px 0 #2E8BD2;*/

}
.tjay .navbar-default .dropdown-menu {
	border: none;
}
.tjay .navbar-default .navbar-nav > .active > a, 
.tjay .navbar-default .navbar-nav > .active > a:hover, 
.tjay .navbar-default .navbar-nav > .active > a:focus,
.tjay .navbar-default .navbar-nav > .open > a, 
.tjay .navbar-default .navbar-nav > .open > a:hover, 
.tjay .navbar-default .navbar-nav > .open > a:focus,
.tjay .navbar-default .navbar-nav .open .dropdown-menu > li > a { /* Resets for hover / active / dropdowns */
    /*background-color: yellow;*/
    color: white;
    font-size: 100%;
}
.tjay .dropdown:hover .dropdown-menu {
	display: block;
}
.tjay .navbar-default .navbar-nav a:hover {
	background-color: #519cdb;
	color: white;
}
.tjay .navbar-default .navbar-nav li > a {
  padding-right: 20px;
}
.tjay .navbar-default .navbar-nav .dropdown-menu a:hover {
	background-color: #519cdb;
}
.tjay nav, .tjay nav a, .tjay .navbar .nav > li > a { /* Resets for links of various states */
	color: white;
  line-height: 1.75;
}
@media (min-width: 769px) { /* Overall horiz padding reset for desktop */
	.tjay .navbar-default .container-fluid {
		padding: 0;
	}
}
.tjay .navbar { /* Global vertical spacing for desktops */
	min-height: 0;
	border-radius: 0;
}
.tjay .navbar-default .navbar-brand { /* Mobile nav label */
	color: white;
	font-size: 120%;
	height: auto;
	padding: 11px;
}
.navbar-default .navbar-toggle { /* Mobile dropdown button */
    border-color: #f1efef;
    margin-right: 10px;
    padding: 5px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.tjay .navbar-nav > li > a { /* Vertical spacing on individual nav items */
	padding: 3px 11px;
}
.tjay .navbar-default .navbar-toggle:hover,
.tjay .navbar-default .navbar-toggle:focus,
.tjay .navbar-default .dropdown-menu { /* Bg for dropdowns  */
	background-color: #3E8BCB;
}
.tjay .navbar-default .dropdown-menu > li > a { /* Spacing / font for dropdowns */
	padding: 2px 15px;
	font-size: 85% !important;
}
.tjay .navbar-default .dropdown-menu .divider { /* Spacing for dropdown dividers */
	margin: 4px 0;
	color: #A1A3A6;
}
.tjay .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.tjay .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.tjay .dropdown-menu .divider { /* Color for dropdown dividers */
	background: #477DBD;
}

/* Home */
.tjay .homepage .leftrail {
  font-size: 75%;
}
.tjay .homepage .leftrail .widget {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #efefef;
}
.tjay .homepage .leftrail .widget:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.tjay .homepage .body-content {
  border-left: 1px solid #efefef;
}
.tjay .homepage .carousel.top-stories {
  margin-bottom: 30px;
}
.tjay .homepage .carousel .carousel-indicators {
  bottom: -30px;
}
.tjay .homepage .carousel .carousel-indicators li {
  border-color: #bbb;
  background-color: #bbb;
}
.tjay .homepage .carousel .carousel-indicators .active {  
    background-color: #666;
    height: 12px;
    margin: 0;
    width: 12px;
}
.tjay .homepage .carousel .photo.vertical {
  width: 40%;
  margin: 0 12px 7px 0;
}
.tjay .homepage .carousel .photo.horizontal {
  margin-bottom: 7px;
}
.tjay .homepage .carousel .lede {
  font-size: 90%;
}
.tjay .homepage .secondary {
  margin-bottom: 30px;
}
.tjay .homepage .secondary article {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
}
.tjay .homepage .secondary .photo {
  margin: 0 10px 7px 0;
}
.tjay .homepage .secondary .photo img {
  max-height: 100px;
}

/* Widgets */
.tjay ul.widgets > li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #efefef;
}
.tjay ul.widgets > li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.tjay .widget.content ul.items li {
  margin-top: 7px;
}
.tjay .widget.content ul.items li:first-child {
  margin-top: 0;
}
.tjay .widget.content .photo img {
  margin-bottom: 7px;
}
.tjay .widget.content .photo.inset {
  float: left;
  width: 35%;
  margin-right: 7px;
}
.tjay .widget.content .poll-responses .input-field {
  width: 12%;
}
.tjay .widget.content .poll-responses .response-text {
  width: 88%;
}
.tjay .widget.content h4 {
  margin-bottom: 5px;
}
.tjay .widget.content .meta {
  font-size: 75%;
}
.tjay .widget.content.gallery .carousel .canvas {
  background: #efefef;
  margin-bottom: 10px;
}
.tjay .widget.content.gallery .item img {
  height: 200px;
}
.tjay .widget.content.gallery .thumbnails {
  text-align: center;
}
.tjay .widget.content.gallery .thumbnails li {
  display: inline-block;
  margin: 0 .25% 2px .25%;
  opacity: 0.5;
  width: 23.5%;
  height: 55px;
  cursor: pointer;
}
.tjay .leftrail .widget.content.gallery .item img {
  height: 125px;
}
.tjay .leftrail .widget.content.gallery .thumbnails li {
  margin: 0 .4% 2px .4%;
  width: 31.5%;
  height: 45px;
}
.tjay .widget.content.gallery .thumbnails li.active {
  opacity: 1.0;
}
.tjay .widget.content.gallery .carousel-caption {
  display: none;
}
.tjay .widget.content.calendar h3 {
  font-size: 1.3em;
  line-height: 1.3;
}
.tjay .widget.content.calendar h4 {
  font-size: 0.9em;
  line-height: 1.3;
  font-weight: normal;

}
.tjay .widget.content.calendar h4 strong {
  font-size: 1.1em;
}

.pencil-ad {
  width: 1190px;
  height: 340px;
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.pencil-ad .clickable-area {
  z-index: 9999;
  color: black;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  position: absolute;
  top: 42px;
  right: 8px;
  cursor: pointer;
}

/* E reader stack */
.tjay ul.e-readers {
  margin-top: 20px;
}
.tjay ul.e-readers li {
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (min-width : 768px) {
  .tjay ul.e-readers li {
    float: left;
    width: 19%;
    margin-right: 1%;
    max-height: 170px;
    overflow: hidden;
  }
}
@media only screen and (min-width : 992px) {
  .tjay ul.e-readers li {
    width: 13.1%;
    max-height: 155px;
  }
}
@media only screen and (min-width : 1200px) {
  .tjay ul.e-readers li {
    width: 10%;
    max-height: 150px;
  }
}

/* Bottom sticky */
.tjay .bottom-sticky {
  height: 120px;
  padding-top: 10px;
  background: white;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 100%;
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}

