/****
* Variables
****/
/****
* Mixins
****/
.absolute {
  display: block;
  position: absolute;
}
.one-twenty-drop {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
}
.no-drop {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=0, Direction=135, Color='#a2a2a2');
}
.sub-head {
  color: #00529b;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0;
  font-size: 14px;
}
.sub-head a {
  text-decoration: none;
  color: #00529b;
}
.sub-cont {
  font-size: 12px;
  margin: 0;
}
.box-header {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
  text-transform: uppercase;
  font-weight: 300;
  padding: 8px 17px 9px;
  color: #ffffff;
  line-height: 1em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
}
.box-header .see-more {
  float: right;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.horiz-dots {
  display: block;
  height: 2px;
  background: url("../img/dots-horiz.png") transparent repeat-x;
  margin: 0;
}
.vert-dots {
  display: block;
  width: 2px;
  background: url("../img/dots-vert.png") transparent repeat-x;
  margin: 0;
}
.shadow {
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
}
/****
* Header Styles
****/
div#full-width-head {
  width: 100%;
  min-width: 980px;
  background: url("../img/hd-uni-bar-bg.png") repeat-x transparent;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  height: 38px;
  position: fixed;
  top: 0;
  z-index: 200;
}
div#full-width-head #full-width-head-wrap {
  position: relative;
  z-index: 25;
}
div#full-width-head #full-width-head-wrap nav#fwh-main {
  display: none;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 9px;
  margin-left: 2px;
  float: left;
}
div#full-width-head #full-width-head-wrap nav#fwh-main ul li {
  margin-right: 10px;
}
div#full-width-head #full-width-head-wrap nav#fwh-main ul li + li {
  padding-left: 20px;
  background: url("../img/hd-main-nav-seperator.png") no-repeat left 2px transparent;
}
div#full-width-head #full-width-head-wrap #fwh-search {
  float: right;
  margin-left: 10px;
}
div#full-width-head #full-width-head-wrap #fwh-search input {
  float: left;
}
div#full-width-head #full-width-head-wrap #fwh-search #fwh-search-text {
  color: #000000;
  border: 0;
  font-size: 11px;
  margin-top: 7px;
  width: 152px;
  padding: 7px 4px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div#full-width-head #full-width-head-wrap #fwh-search #fwh-search-text::-webkit-input-placeholder {
  color: #cbcbcb;
  font-style: italic;
}
div#full-width-head #full-width-head-wrap #fwh-search #fwh-search-text:-moz-placeholder {
  color: #cbcbcb;
  font-style: italic;
}
div#full-width-head #full-width-head-wrap #fwh-search #fwh-search-submit {
  border: 0;
  text-indent: -9999em;
  display: block;
  margin-top: 7px;
  width: 24px;
  height: 24px;
  padding: 0;
  background: url("../img/ft-social-icons.png") no-repeat -25px -120px;
  margin-left: 8px;
}
div#full-width-head #full-width-head-wrap #fwh-search #fwh-search-submit:hover {
  background-position: 0px -120px;
}
div#full-width-head #full-width-head-wrap #fwh-social-icons {
  float: right;
}
div#full-width-head #full-width-head-wrap #fwh-social-icons a {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/ft-social-icons.png") no-repeat;
  text-indent: -9999em;
  margin-top: 7px;
  margin-right: 12px;
}
div#full-width-head #full-width-head-wrap #fwh-social-icons a#fwh-facebook-icon {
  background-position: -25px 0px;
}
div#full-width-head #full-width-head-wrap #fwh-social-icons a#fwh-facebook-icon:hover {
  background-position: 0px 0px;
}
div#full-width-head #full-width-head-wrap #fwh-social-icons a#fwh-twitter-icon {
  background-position: -25px -24px;
}
div#full-width-head #full-width-head-wrap #fwh-social-icons a#fwh-twitter-icon:hover {
  background-position: 0px -24px;
}
div#full-width-head #full-width-head-wrap #fwh-social-icons a#fwh-youtube-icon {
  background-position: -25px -96px;
}
div#full-width-head #full-width-head-wrap #fwh-social-icons a#fwh-youtube-icon:hover {
  background-position: 0px -96px;
}
div#full-width-head #full-width-head-wrap #fwh-social-icons a#fwh-rss-icon {
  background-position: -25px -72px;
}
div#full-width-head #full-width-head-wrap #fwh-social-icons a#fwh-rss-icon:hover {
  background-position: 0px -72px;
}
div#full-width-head #full-width-head-wrap #fwh-social-icons a#fwh-cal-icon {
  background-position: -25px -144px;
}
div#full-width-head #full-width-head-wrap #fwh-social-icons a#fwh-cal-icon:hover {
  background-position: 0px -144px;
}
.logged_in div#full-width-head,
.logged_in div#fwh-bg {
  top: 28px;
}
.placeholder {
  color: #cbcbcb;
  font-style: italic;
}
.fwh-social-balloon,
.ft-social-balloon {
  display: block;
  position: absolute;
  margin: 0;
  height: 30px;
  width: 112px;
  top: 29px;
  z-index: 999999;
  display: none;
}
.fwh-social-balloon li,
.ft-social-balloon li {
  float: left;
  list-style: none;
}
.fwh-social-balloon li a,
.ft-social-balloon li a {
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -9999em;
  margin-right: 11px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  background-position: center center;
  background-repeat: no-repeat;
}
.fwh-social-balloon li a:hover,
.ft-social-balloon li a:hover {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
.fwh-social-balloon li.news a,
.ft-social-balloon li.news a {
  background-image: url('../img/newspaper_icon.png');
}
.fwh-social-balloon li.tv a,
.ft-social-balloon li.tv a {
  background-image: url('../img/tv_icon.png');
}
.fwh-social-balloon li.radio a,
.ft-social-balloon li.radio a {
  background-image: url('../img/radio_icon.png');
}
.fwh-social-balloon {
  background: url('../img/header-social-balloon.png') no-repeat;
  padding: 17px 0 0 14px;
}
.ft-social-balloon {
  background: url('../img/footer-social-balloon.png') no-repeat;
  padding: 10px 0 0 15px;
  height: 37px;
  top: -24px;
}
#ft-facebook-balloon {
  left: 649px;
}
#ft-twitter-balloon {
  left: 686px;
}
#fwh-facebook-balloon {
  right: 264px;
}
#fwh-twitter-balloon {
  right: 229px;
}
header#hd {
  height: 270px;
  position: relative;
  margin-bottom: 13px;
  top: 38px;
  z-index: 10;
}
header#hd #hd-pbs-logo {
  display: block;
  position: absolute;
  top: 9px;
  left: 757px;
  width: 50px;
  height: 25px;
  background: url("../img/pbs-logo.png") no-repeat transparent;
  text-indent: -9999em;
}
header#hd #hd-npr-logo {
  display: block;
  position: absolute;
  top: 10px;
  left: 820px;
  width: 64px;
  height: 23px;
  background: url("../img/npr-logo.png") no-repeat transparent;
  text-indent: -9999em;
}

header#hd #LPM-logo {
	display: block;
	position: absolute;
	top: 77px;
	left: 1px;
	width: 600px;
	height: 75px;
	background: url("http://lakeshorepublicmedia.org/wp-content/uploads/2013/10/LPMHorizontalsmall.png") no-repeat transparent;
	text-indent: -9999em;
}

header#hd #hd-tv-logo {
  display: block;
  position: absolute;
  top: 80px;
  left: 1px;
  width: 218px;
  height: 96px;
  background: url("../img/hd-lakeshore-tv-logo.png") no-repeat transparent;
  text-indent: -9999em;
}
header#hd #hd-radio-logo {
  display: block;
  position: absolute;
  top: 95px;
  left: 299px;
  width: 177px;
  height: 57px;
  background: url("../img/hd-lakeshore-radio-logo.png") no-repeat transparent;
  text-indent: -9999em;
}
header#hd #hd-logo-sep {
  display: block;
  position: absolute;
  top: 90px;
  left: 258px;
  width: 2px;
  height: 69px;
  background: url("../img/hd-logo-seperator.png") no-repeat transparent;
}
header#hd nav#hd-other {
  display: block;
  position: absolute;
  top: 190px;
  right: -1px;
  font-family: Georgia, "Century Schoolbook", serif;
  text-transform: lowercase;
  font-style: italic;
  width:100%;
}
header#hd nav#hd-other ul {
	float:right;
	display:block;
	width:auto;
	margin-right:10px;
}
header#hd nav#hd-other ul li {
	margin:10px 32px 0;
}
header#hd nav#hd-other ul li.active {
	background-color:#ffffff;
	border-top:1px solid #9f9fa1;
	border-left:1px solid #9f9fa1;
	border-right:1px solid #9f9fa1;
	padding:12px 0 7px;
	margin:-3px 0 0;
}

header#hd nav#hd-other ul li.active a {
	background-color:#ffffff;
	padding:12px 31px 20px;
}

header#hd nav#hd-other #hd-donate a {
  display: block;
  width: 108px;
  height: 42px;
}

header#hd nav#hd-other #hd-donate {
  display: block;
  width: 108px;
  height: 42px;
  text-indent: -9999em;
  background: url("../img/hd-donate-button.png") no-repeat 0 0 transparent;
  float:right;
  box-sizing:border-box;
  margin: 0;
}

nav#hd-main,
nav#hd-other,
nav#fwh-main {
  font-size: 15px;
}
nav#hd-main ul,
nav#hd-other ul,
nav#fwh-main ul {
  margin: 0;
  padding: 0;
}
nav#hd-main ul li,
nav#hd-other ul li,
nav#fwh-main ul li {
  float: left;
}
nav#hd-main ul li a,
nav#hd-other ul li a,
nav#fwh-main ul li a {
  color: #00529b;
}
nav#hd-main ul li a:hover,
nav#hd-other ul li a:hover,
nav#fwh-main ul li a:hover {
  color: #15a3d3;
}
nav#hd-main {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 250;
}
nav#hd-main ul {
  display: block;
  position: absolute;
  left: 2px;
  top: -44px;
  z-index: 200;
}
nav#hd-main ul li {
  margin-right: 10px;
}
nav#hd-main ul li + li {
  padding-left: 20px;
  background: url("../img/hd-main-nav-seperator.png") no-repeat left 2px transparent;
}
#hd-as li:first-child {
  padding-left: 20px;
  background: url("../img/hd-main-nav-seperator.png") no-repeat left 2px transparent;
}
#hd-breaking-news {
  margin: 0 auto 15px;
}
#hd-breaking-news h1 {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
  text-transform: uppercase;
  font-weight: 300;
  padding: 8px 17px 9px;
  color: #ffffff;
  line-height: 1em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
  font-size: 18px;
  background-color: #d7511e;
  line-height: 1.2em;
  padding: 9px 17px 7px;
}
#hd-breaking-news h1 .see-more {
  float: right;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#hd-breaking-news a:hover h1 {
  background-color: #aa4018;
}
.fw-horiz-dots.wrap {
  margin: 0 auto;
}

#dropdown-nav {
	position:relative;
	overflow:hidden;
	height:0;
	width:980px;
	margin:-14px auto 0;
	padding-bottom:15px;
}

#dropdown-nav2 {
	position:relative;
	overflow:hidden;
	height:0;
	width:980px;
	margin:0px auto 0;
	padding-bottom:15px;
}

.dropdown {
	position:absolute;
	top:0;
	display:table;
	table-layout:fixed;
	border-spacing:0;
	width:938px;
	margin:0 auto;
	background:#ffffff;
	border:1px solid #a0a1a2;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,1,.42);
	-moz-box-shadow: inset 0 0 6px rgba(0,0,1,.42);
	box-shadow: inset 0 0 6px rgba(0,0,1,.42);
	vertical-align:top;
	padding:20px;
}

.dropdown ul {
	display:table-row;
	padding:0;
	margin:0;
	width:100%;
}

.dropdown ul:first-child li {
	border-top:0;
}

.dropdown li {
	display:table-cell;
	padding:12px;
	margin:0;
	border-top: 1px solid #eaebeb;
	vertical-align:top;
}

.dropdown li h1 {
	font-size:14px;
	text-transform: uppercase;
	margin:0;
	padding:0;
	font-weight:300;
	color:#00529b;
}

.dropdown li h1:hover {
	color:#15A3D3;
}

.dropdown li.border-spacer {
	width:1px;
	border:0;
	padding:12px 12px;
}
.dropdown li.border-spacer div {
	width:0;
	height:100%;
	border-right:1px solid #eaebeb;
}

.dropdown a {
	display:block;
	width:100%;
	height:100%;
}

.dropdown a:hover p {
	color:#222222;
}

.dropdown .img {
	width:60px;
	float:left;
	text-align:center;
	background-color:transparent;
}

.dropdown .img img {
	max-width:60px;
}

.dropdown .img img:hover {
	opacity:0.6;
}

.dropdown .cont {
	width:205px;
	float:right;
}

.dropdown p {
	margin:0;
	font-size:13px;
	color:#222222;
}

/****
* Footer Styles
****/
footer#main-footer {
  width: 100%;
  margin-top: 9px;
  height: 260px;
  background: url("../img/bottom-wave.png") bottom center no-repeat;
}
footer#main-footer > div {
  position: relative;
  padding-top: 4px;
}
footer#main-footer > div #ft-tv-logo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999em;
  width: 144px;
  height: 65px;
  background: url("../img/ft-lakeshore-tv-logo.png") no-repeat transparent;
}
footer#main-footer > div #ft-radio-logo {
  display: block;
  position: absolute;
  right: 5px;
  top: 15px;
  text-indent: -9999em;
  width: 105px;
  height: 33px;
  background: url("http://lakeshorepublicmedia.org/wp-content/uploads/2016/03/Official-Lakeshore-Public-Radio.png") no-repeat transparent;
background-size: auto 100%;
}
footer#main-footer > div .ft-dots-horiz {
  height: 2px;
  width: 917px;
  margin: 0 0 0 63px;
  padding: 0;
  background: url("../img/dots-horiz.png") repeat-x transparent;
}
footer#main-footer > div #ft-main {
  float: left;
  margin: 20px 0 17px 165px;
}
footer#main-footer > div #ft-main ul {
  margin: 0;
  padding: 0;
  height: 11px;
}
footer#main-footer > div #ft-main ul li {
  color: #00529b;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0;
  font-size: 14px;
  color: #014381;
  float: left;
  margin-right: 4px;
  font-size: 12px;
}
footer#main-footer > div #ft-main ul li a {
  text-decoration: none;
  color: #00529b;
}
footer#main-footer > div #ft-main ul li a {
  color: #014381;
}
footer#main-footer > div #ft-main ul li a:hover {
  color: #15a3d3;
}
footer#main-footer > div #ft-main ul li:after {
  content: " | ";
}
footer#main-footer > div #ft-main ul li:last-child:after {
  content: "";
}
footer#main-footer > div #ft-other {
  float: left;
  margin: 17px 0 17px 6px;
}
footer#main-footer > div #ft-other ul {
  margin: 0;
  padding: 0;
  height: 11px;
}
footer#main-footer > div #ft-other ul li {
  float: left;
  font-family: Georgia, "Century Schoolbook", serif;
  text-transform: lowercase;
  color: #014381;
  font-style: italic;
  font-size: 12px;
  margin-right: 10px;
}
footer#main-footer > div #ft-other ul li a {
  text-decoration: none;
  color: #014381;
}
footer#main-footer > div #ft-other ul li a:hover {
  color: #15a3d3;
}
footer#main-footer > div #ft-other ul li:before {
  content: "|\00A0\00A0\00A0";
}
footer#main-footer > div #ft-social-icons {
  float: left;
  margin-left: 5px;
  margin-top: 14px;
  margin-left:65px;
}
footer#main-footer > div #ft-social-icons a {
  background: url("../img/ft-social-icons.png") transparent no-repeat;
  display: block;
  width: 25px;
  height: 24px;
  float: left;
  text-indent: -9999em;
  margin-right: 5px;
}
footer#main-footer > div #ft-social-icons a#ft-facebook {
  background-position: 0 0;
}
footer#main-footer > div #ft-social-icons a#ft-facebook:hover {
  background-position: -25px 0;
}
footer#main-footer > div #ft-social-icons a#ft-twitter {
  background-position: 0 -24px;
}
footer#main-footer > div #ft-social-icons a#ft-twitter:hover {
  background-position: -25px -24px;
}
footer#main-footer > div #ft-social-icons a#ft-youtube {
  background-position: 0 -96px;
}
footer#main-footer > div #ft-social-icons a#ft-youtube:hover {
  background-position: -25px -96px;
}
footer#main-footer > div #ft-social-icons a#ft-rss {
  background-position: 0 -72px;
}
footer#main-footer > div #ft-social-icons a#ft-rss:hover {
  background-position: -25px -72px;
}
footer#main-footer > div #ft-contact-info p {
  font-family: Georgia, "Century Schoolbook", serif;
  color: #00529b;
  font-style: italic;
  float: right;
  margin: 7px 0 0 30px;
  font-size: 12px;
}
footer#main-footer > div #fcc-info {
	font-family:Georgia, "Century Schoolbook", serif;
	font-style:italic;
	float:left;
	margin:7px 0 0 63px;
	font-size:12px;
}
footer#main-footer > div #fcc-info a {
	color:#00529b;
}
/****
* Shared
****/
a.left-image-half article {
  width: 470px;
  margin-bottom: 5px;
  background-color: #ffffff;
}
a.left-image-half article .img {
  position: relative;
  width: 119px;
  float: left;
}
a.left-image-half article .img img {
  display: block;
  background: #c9c9c9;
}
a.left-image-half article .cont {
  display: block;
  width: 304px;
  padding: 20px 0 0 33px;
  float: left;
}
a.left-image-half article .cont h1 {
  color: #00529b;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0;
  font-size: 14px;
}
a.left-image-half article .cont h1 a {
  text-decoration: none;
  color: #00529b;
}
a.left-image-half article .cont p {
  font-size: 12px;
  margin: 0;
}
a.left-image-border article {
  margin-top: 0px;
  background-color: #ffffff;
}
a.left-image-border article .img {
  position: relative;
  float: left;
  margin: 14px 0 14px 13px;
}
a.left-image-border article .img img {
  display: block;
  background: #c9c9c9;
}
a.left-image-border article .cont {
  word-wrap: break-word;
  display: block;
  padding: 20px 14px 20px 18px;
  float: left;
}
a.left-image-border article .cont h1 {
  color: #00529b;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0;
  font-size: 14px;
  font-size: 12px;
}
a.left-image-border article .cont h1 a {
  text-decoration: none;
  color: #00529b;
}
a.left-image-border article .cont p {
  font-size: 12px;
  margin: 0;
}
.news-feature article {
  margin-top: -9px;
  margin-bottom: 6px;
  padding-top: 15px;
}
.news-feature article h1 {
  color: #00529b;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0;
  font-size: 14px;
  padding: 0 18px;
}
.news-feature article h1 a {
  text-decoration: none;
  color: #00529b;
}
.news-feature article p {
  margin: 0;
  padding: 0 18px;
  font-size: 12px;
}
.news-feature article p.meta {
  font-size: 11px;
}
.news-feature article .img {
  position: relative;
  margin-top: 20px;
  width: 470px;
  height: 288px;
  overflow: hidden;
}
.news-feature article .img img {
  display: block;
  background-color: #c9c9c9;
}
.news-feature:hover article h1:hover {
  color: #15a3d3;
}
.news-feature:hover article img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.news-feature:hover article img:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.news-feature:hover article p {
  color: #222222;
}
.news-feature:hover article .meta {
  color: #939598;
}
.news-focus article {
  padding: 20px;
  background-color: #ffffff;
}
.news-focus article h1 {
  color: #00529b;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0;
  font-size: 14px;
  margin-bottom: 16px;
}
.news-focus article h1 a {
  text-decoration: none;
  color: #00529b;
}
.news-focus article .img {
  position: relative;
  float: left;
  background-color: #000000;
  width: 140px;
  height: 89px;
  margin-right: 20px;
}
.news-focus article .img img {
  display: block;
  background-color: #c9c9c9;
}
.news-focus article .cont {
  word-wrap: break-word;
  float: right;
  width: 268px;
}
.news-focus article .cont p {
  margin: 0;
  font-size: 12px;
}
.news-focus article .cont p.meta {
  font-size: 11px;
}
.news-focus:hover article .cont p {
  color: #222222;
}
.news-focus:hover article .cont .meta {
  color: #939598;
}
.news-left-focus article {
  width: 470px;
  height: 119px;
  background-color: #ffffff;
  margin-top: 5px;
}
.news-left-focus article .img {
  position: relative;
  float: left;
  width: 119px;
  height: 119px;
}
.news-left-focus article .img img {
  display: block;
}
.news-left-focus article .cont {
  word-wrap: break-word;
  float: right;
  height: 80px;
  margin: 20px 20px 15px 20px;
  padding: 0 0 5px 0;
  overflow: hidden;
  width: 298px;
}
.news-left-focus article .cont h1 {
  color: #00529b;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0;
  font-size: 14px;
}
.news-left-focus article .cont h1 a {
  text-decoration: none;
  color: #00529b;
}
.news-left-focus article .cont p {
  margin: 0;
  font-size: 12px;
}
.news-left-focus article .cont .meta {
  font-size: 11px;
}
.news-left-focus:hover article {
  background-color: #e6e6e6;
}
.news-left-focus:hover article .img img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.news-left-focus:hover article .cont p {
  color: #222222;
}
.news-left-focus:hover article .cont .meta {
  color: #939598;
}
.news-generic article {
  margin-top: 17px;
  padding: 3px 17px 0;
}
.news-generic article h1 {
  color: #00529b;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0;
  font-size: 14px;
}
.news-generic article h1 a {
  text-decoration: none;
  color: #00529b;
}
.news-generic:hover article h1 {
  color: #15a3d3;
}
a.left-image-border:hover article,
a.left-image-half:hover article {
  background-color: #e6e6e6;
}
a.left-image-border:hover article img,
a.left-image-half:hover article img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
a.left-image-border:hover article .cont,
a.left-image-half:hover article .cont {
  color: #222222;
}
#side-twitter {
  width: 320px;
  background: white;
}
#side-twitter h1 {
  position: relative;
  top: 17px;
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
  text-transform: uppercase;
  font-weight: 300;
  padding: 8px 17px 9px;
  color: #ffffff;
  line-height: 1em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  margin: 0 0 30px;
  font-size: 18px;
  background-color: #15a3d3;
  line-height: 1.2em;
  padding: 9px 17px 7px;
}
#side-twitter h1 .see-more {
  float: right;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#side-twitter h1 a {
  display: block;
}
#side-twitter h1 a:hover {
  color: white;
  background-color: #107fa5;
}
#side-twitter div {
  padding: 10px;
}
#side-twitter div article {
  padding: 0 0 18px;
}
#side-twitter div article section {
  padding: 10px;
  font-size: .75em;
  color: black;
  background: #ededed url("../img/message-bg-x.jpg") repeat-x;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
#side-twitter div article section a {
  color: #00aeef;
}
#side-twitter div article section a:hover {
  color: #0089bc;
}
#side-twitter div article aside {
  position: relative;
  top: -1px;
  width: 270px!important;
  margin: 0!important;
  padding: 4px 0 0 50px;
  float: none!important;
  font-size: .7em;
  color: #999999;
  background: transparent url("../img/message-point.jpg") 26px 0 no-repeat;
}
.img {
  display: block;
  position: relative;
}
/*============================================
jQuery UI Modal Styles
============================================*/
div.ui-dialog {
  background: white;
  border: 1px solid lightgray;
}
div.ui-dialog .ui-dialog-titlebar {
  position: relative;
  top: 17px;
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
  text-transform: uppercase;
  font-weight: 300;
  padding: 8px 17px 9px;
  color: #ffffff;
  line-height: 1em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  margin: 0 0 30px;
  font-size: 18px;
  background-color: #15a3d3;
  line-height: 1.2em;
  padding: 9px 17px 7px;
}
div.ui-dialog .ui-dialog-titlebar .see-more {
  float: right;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
div.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  text-indent: -99999px;
  overflow: hidden;
  background: url(../img/x-white.png) center center no-repeat;
}
div.ui-dialog .ui-dialog-content {
  padding: 10px;
  color: #77787b;
  font-size: .75em;
}
div.ui-dialog .ui-dialog-content label {
  display: block;
  margin: 0;
  padding: 5px 0;
}
div.ui-dialog .ui-dialog-content input[type=text],
div.ui-dialog .ui-dialog-content input[type=password],
div.ui-dialog .ui-dialog-content textarea {
  color: #444;
  border: 1px solid #ccc;
  display: block;
  padding: 8px;
  margin: 0;
  width: 95%;
  font-size: 14px;
}
div.ui-dialog .ui-dialog-buttonpane {
  padding: 0 10px 20px;
  text-align: right;
}
div.ui-dialog .ui-dialog-buttonpane button {
  margin-left: 5px;
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
  text-transform: uppercase;
  font-weight: 300;
  padding: 8px 17px 9px;
  color: #ffffff;
  line-height: 1em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  background-color: #00529b;
  border: 0;
  line-height: 1.2em;
  padding: 9px 17px 7px;
  cursor: pointer;
  -webkit-transition-property: hover;
  -webkit-transition: background-color 0.15s linear;
  -moz-transition: background-color 0.15s linear 0s;
  -o-transition-property: background-color;
  -o-transition-duration: 0.15s;
}
div.ui-dialog .ui-dialog-buttonpane button .see-more {
  float: right;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
div.ui-dialog .ui-dialog-buttonpane button:hover {
  background-color: #003768;
}
/****
* Home Styles
****/
section#home-featured {
  position: relative;
  float: left;
  width: 650px;
  height: 328px;
  margin-bottom: 15px;
}
section#home-featured h1.blue-arrow {
  top: 24px;
  left: -6px;
}
section#home-featured #home-featured-slider {
  position: relative;
  width: 650px;
  height: 328px;
  overflow: hidden;
}
section#home-featured #home-featured-slider a.slide {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 650px;
  height: 328px;
}
section#home-featured #home-featured-slider a.slide article h1 {
  display: block;
  position: absolute;
  top: 27px;
  left: 57px;
  font-family: Georgia, "Century Schoolbook", serif;
  font-style: italic;
  font-weight: normal;
  color: #ffffff;
  font-size: 22px;
  margin: 0;
  padding: 0 10px 0 60px;
  z-index: 10;
  height: 32px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3C000000, endColorstr=#3C000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3C000000, endColorstr=#3C000000);
  zoom: 1;
  width: 530px;
}
section#home-featured #home-featured-slider a.slide article .img {
  position: relative;
  display: block;
  width: 650px;
  height: 328px;
  background-color: #000000;
  z-index: 0;
  overflow: hidden;
}
section#home-featured #home-featured-slider a.slide article .img img {
  display: block;
  background: #939393;
  text-indent: -9999em;
  min-width: 100%;
  min-height: 100%;
}
section#home-featured #home-featured-slider a:hover img {
  opacity: 0.9;
}
section#home-featured #home-featured-slider #home-featured-nav-track {
  display: block;
  position: absolute;
  z-index: 149;
  bottom: 15px;
  margin: 0 auto;
  left: 50%;
}
section#home-featured #home-featured-slider #home-featured-nav-track a.dot {
  display: block;
  width: 12px;
  height: 12px;
  text-indent: -9999em;
  background-image: url("../img/slider-nav-dots.png");
  float: left;
  margin-right: 5px;
}
section#home-featured #home-featured-slider #home-featured-nav-track a.dot.on {
  background-position: 0 0;
}
section#home-featured #home-featured-slider #home-featured-nav-track a.dot.off {
  background-position: -12px 0;
}
section#home-featured #home-featured-slider #home-featured-nav-track a.dot.off:hover {
  background-position: 0 0;
  cursor: pointer;
}
section#home-featured #home-featured-slider #home-featured-nav-track a.dot.on:hover {
  cursor: default;
}
section#home-featured #home-featured-slider #home-featured-nav a {
  display: block;
  position: absolute;
  z-index: 149;
  color: #ffffff;
  bottom: 95px;
  background-image: url("../img/slider-arrows.png");
  background-size:52px 112px;
  width: 11px;
  height: 105px;
  text-indent: -9999em;
}
section#home-featured #home-featured-slider #home-featured-nav a#next {
  right: 5px;
  background-position: -41px 0;
}
section#home-featured #home-featured-slider #home-featured-nav a#next:hover {
  cursor: pointer;
  background-position: -28px 0;
}
section#home-featured #home-featured-slider #home-featured-nav a#prev {
  background-position: -13px 0;
  left: 5px;
}
section#home-featured #home-featured-slider #home-featured-nav a#prev:hover {
  cursor: pointer;
  background-position: 0 0;
}
section#home-news {
  position: relative;
  width: 320px;
  height: 244px;
  float: right;
  background: #ffffff;
  margin-bottom: 15px;
  padding-top: 84px;
}
section#home-news h1.blue-arrow {
  left: -3px;
  top: 24px;
}
section#home-news h2 {
  display: block;
  position: absolute;
  top: 33px;
  left: 80px;
  color: #014381;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: 13px;
}
section#home-news a {
  display: block;
  width: 284px;
  height: 45px;
  background-color: #ffffff;
  margin: 0;
  padding: 8px 24px 8px 12px;
}
section#home-news a article {
  position: relative;
  width: 284px;
  height: 45px;
  overflow: hidden;
}
section#home-news a article *:hover {
  cursor: pointer;
}
section#home-news a article h1 {
  display: inline;
  margin: 0;
  padding: 0;
  font-family: Georgia, "Century Schoolbook", serif;
  font-style: italic;
  color: #014381;
  font-size: 14px;
}
section#home-news a article p {
  display: inline;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
section#home-news a:hover {
  background-color: #e6e6e6;
  cursor: pointer;
}
section#home-news a:hover p {
  color: #000000;
}
section#home-news a:nth-child(2n-1) {
  background-color: #f4f5f5;
}
section#home-news a:nth-child(2n-1):hover {
  background-color: #e7e9e9;
}


#hd article {
  width: 250px;
  color: #00529b;
  overflow: hidden;
}

#hd article h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-style: bold;
  font-size: 14px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  text-transform: uppercase;
}
#hd article p {
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 14px;
  white-space: nowrap;
}
#hd article.radio {
	position:absolute;
	left:730px;
	top:80px;
}
#hd article.radio #radio_speaker {
  float:left;
  margin-top:16px;
  margin-right:10px;
  display: block;
  width: 29px;
  height: 35px;
  background: url('../img/speaker.png') 0 0 no-repeat transparent;
  overflow: hidden;
  text-indent: -9999px;
}
#hd article.radio #radio_speaker:hover {
  background-position: -29px 0;
}
#hd article a h1:hover,
#hd article a p:hover {
  color: #15a3d3;
}

section#home-on-now {
  position: relative;
  width: 980px;
  height: 80px;
  background-color: transparent;
  background-image: url('../img/radio-sched-bg.png');
  margin: 15px 0;
}
section#home-on-now h1.blue-arrow {
  left: -6px;
  top: 22px;
}
section#home-on-now .table {
  height: 80px;
}
section#home-on-now .table .cell {
  vertical-align: middle;
}
section#home-on-now article {
  float: left;
  width: 200px;
  padding-left: 50px;
  margin-right: 35px;
  color: #00529b;
  overflow: hidden;
}
section#home-on-now article h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-style: bold;
  font-size: 14px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  text-transform: uppercase;
}
section#home-on-now article p {
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 14px;
  white-space: nowrap;
}
section#home-on-now article.radio {
  padding-left: 47px;
  margin-right: 45px;
  margin-left: 100px;
  position: relative;
}
section#home-on-now article.radio #radio_speaker {
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 29px;
  height: 22px;
  background: url('../img/speaker.png') 0 0 no-repeat transparent;
  overflow: hidden;
  text-indent: -9999px;
}
section#home-on-now article.radio #radio_speaker:hover {
  background-position: -29px 0;
}
section#home-on-now article.tv-1,
section#home-on-now article.tv-2 {
  background: url("../img/tv.png") left center no-repeat;
}
section#home-on-now article.tv-2 {
  margin-right: 0;
  margin-left: 30px;
}
section#home-on-now article a h1:hover,
section#home-on-now article a p:hover {
  color: #15a3d3;
}
section#home-on-now #home-view-sched {
  float: left;
  width: 199px;
  background-color: #00529b;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding: 13px 0;
  margin-right: 14px;
}
.home-sub-featured article {
  float: left;
  width: 320px;
  height: 170px;
  margin: 15px 10px 15px 0;
}
.home-sub-featured article div.img {
  position: relative;
  float: left;
  width: 154px;
  height: 170px;
  overflow: hidden;
}
.home-sub-featured article div.img img {
  background: #939393;
  display: block;
  text-indent: -9999em;
}
.home-sub-featured article div.cont {
  float: left;
  height: 168px;
  width: 150px;
  margin: 0 0 0 15px;
  overflow: hidden;
}
.home-sub-featured article div.cont h1 {
  color: #00529b;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0;
  font-size: 14px;
}
.home-sub-featured article div.cont h1 a {
  text-decoration: none;
  color: #00529b;
}
.home-sub-featured article div.cont p {
  font-size: 12px;
  margin: 0;
}
.home-sub-featured a:hover article h1:hover {
  color: #15a3d3;
}
.home-sub-featured a:hover article img:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.home-sub-featured a:hover article p {
  color: #222222;
}
.home-sub-featured div#home-ad {
  float: left;
  width: 320px;
  height: 170px;
  background: #939393;
  margin: 15px 0;
}
.home-sub-featured div#home-ad h1 {
	color: #00529B;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
}
section#home-numbers {
  position: relative;
  width: 830px;
  height: 80px;
  background-color: #ffffff;
  padding-left: 150px;
  margin: 15px 0;
}
section#home-numbers h1.blue-arrow {
  top: 22px;
  left: -6px;
}
section#home-numbers div {
  float: left;
  font-family: Helvetica, Arial, sans-serif;
  width: 87px;
  margin-left: 16px;
  padding: 18px 0 0 34px;
}
section#home-numbers div h2 {
  color: #00529b;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0;
  font-size: 14px;
  text-transform: none;
}
section#home-numbers div h2 a {
  text-decoration: none;
  color: #00529b;
}
section#home-numbers div .overall {
  font-style: italic;
  font-size: 12px;
  margin: 0;
}
section#home-numbers div .change {
  font-weight: bold;
  font-size: 12px;
  margin: 0;
}
section#home-numbers div.up {
  color: #00529b;
  background: url("../img/numbers-up-bg.png") transparent left center no-repeat;
}
section#home-numbers div.down {
  color: #8e000d;
  background: url("../img/numbers-down-bg.png") transparent left center no-repeat;
}
section#home-numbers .home-num-sep {
  display: block;
  text-indent: -9999em;
  width: 41px;
  height: 80px;
  background: url("../img/num-seperators.png") transparent no-repeat;
  padding: 0;
  margin-left: -10px;
}
#lower-home .left,
#lower-home .right {
  width: 470px;
  margin: 15px 0;
}
#lower-home .hw-horiz-dots.left,
#lower-home .hw-horiz-dots.right {
  margin: 0;
}
#lower-home .sub-sub-featured {
  position: relative;
  width: 470px;
  height: 376px;
  float: left;
  margin: 0 0 15px;
}
#lower-home .sub-sub-featured h1.blue-arrow {
  left: -6px;
  top: 20px;
}
#lower-home .sub-sub-featured *:hover {
  cursor: pointer;
}
#lower-home .sub-sub-featured a {
  display: block;
}
#lower-home .sub-sub-featured a:hover {
  color: #222222;
}
#lower-home .sub-sub-featured div.img {
  position: relative;
  width: 469px;
  height: 264px;
  overflow: hidden;
}
#lower-home .sub-sub-featured div.img img {
  display: block;
  background-color: #939393;
}
#lower-home .sub-sub-featured div.cont {
  background-color: #ffffff;
  width: 439px;
  height: 75px;
  padding: 15px;
  margin-top: 5px;
}
#lower-home .sub-sub-featured div.cont div.usable {
  width: 439px;
  height: 70px;
  overflow: hidden;
}
#lower-home .sub-sub-featured div.cont div.usable h1 {
  color: #00529b;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0;
  font-size: 14px;
}
#lower-home .sub-sub-featured div.cont div.usable h1 a {
  text-decoration: none;
  color: #00529b;
}
#lower-home .sub-sub-featured div.cont div.usable p {
  font-size: 12px;
  margin: 0;
}
#lower-home .sub-sub-featured h1:hover + a article img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#lower-home .sub-sub-featured h1:hover + a article div.cont {
  background-color: #e6e6e6;
}
#lower-home a:hover article img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#lower-home a:hover article div.cont {
  background-color: #e6e6e6;
  color: #000000;
}
#lower-home article#home-featured-program {
  float: right;
}
#lower-home .fh-vert-dots {
  margin-top: 19px;
  margin-left: 19px;
  min-height: 500px;
}
#lower-home section#home-podcasts {
  position: relative;
  clear: left;
  float: left;
  width: 470px;
  margin-top: 15px;
  padding-top: 49px;
}
#lower-home section#home-podcasts h1 {
  top: 0;
}
#lower-home section#home-podcasts a {
  width: 470px;
  height: 119px;
}
#lower-home section#home-podcasts a#home-podcasts-more {
  color: #00529b;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0;
  font-size: 14px;
  position: absolute;
  top: 12px;
  left: 122px;
  width: auto;
  height: auto;
}
#lower-home section#home-podcasts a#home-podcasts-more a {
  text-decoration: none;
  color: #00529b;
}
#lower-home section#home-podcasts a#home-podcasts-more:hover {
  color: #15a3d3;
}
#lower-home section#home-podcasts a.left-image-half {
  height: 119px;
}
#lower-home section#home-podcasts a.left-image-half .img {
  position: relative;
  height: 119px;
}
#lower-home section#home-podcasts a.left-image-half .img img {
  height: 119px;
  text-indent: -9999em;
}
#lower-home section#home-podcasts a.left-image-half .cont {
  height: 83px;
  overflow: hidden;
}
#lower-home section#home-events {
  position: relative;
  float: right;
  width: 470px;
  margin-top: 15px;
  padding-top: 49px;
}
#lower-home section#home-events h1 {
  top: 0;
}
#lower-home section#home-events a#home-events-more {
  color: #00529b;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0;
  font-size: 14px;
  position: absolute;
  top: 12px;
  left: 100px;
  width: auto;
  height: auto;
}
#lower-home section#home-events a#home-events-more a {
  text-decoration: none;
  color: #00529b;
}
#lower-home section#home-events a#home-events-more:hover {
  color: #15a3d3;
}
#lower-home section#home-events a.left-image-half {
  height: 119px;
}
#lower-home section#home-events a.left-image-half .img {
  position: relative;
  height: 119px;
}
#lower-home section#home-events a.left-image-half .img img {
  height: 119px;
  text-align: -9999em;
}
#lower-home section#home-events a.left-image-half .cont {
  margin: 20px 14px 15px 33px;
  padding: 0 0 5px 0;
  overflow: hidden;
  height: 79px;
  word-wrap: break-word;
}
#lower-home section#home-events a.left-image-half.no-image .cont {
  width: 442px;
  margin: 20px 14px 15px 14px;
  padding: 0 0 5px 0;
}
h1.blue-arrow {
  display: block;
  position: absolute;
  width: auto;
  margin: 0;
  padding: 0;
  font-family: 'Oswald', sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 300;
  background: url("../img/blue-arrow.png") transparent no-repeat right center;
  padding: 5px 18px 8px 14px;
  text-transform: uppercase;
  z-index: 100;
}
.webkit .home-sub-featured article div.cont {
  height: 162px;
}
.webkit #lower-home .sub-sub-featured div.cont div.usable {
  height: 65px;
}
.webkit #lower-home section#home-events a.left-image-half.no-image .cont {
  padding: 0 0 4px 0;
}
.webkit #lower-home section#home-events a.left-image-half .cont {
  padding: 0 0 4px 0;
}
/****
* News Page Styles
****/
/* Mixins & Variables */
/* General Styles */
.news-sub > h1 {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
  text-transform: uppercase;
  font-weight: 300;
  padding: 8px 17px 9px;
  color: #ffffff;
  line-height: 1em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
}
.news-sub > h1 .see-more {
  float: right;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.news-sub {
  display: block;
  width: 470px;
}
/* Applicable LESS */
#news-topic-nav {
  display: block;
  margin-bottom: 15px;
}
#news-topic-nav ul {
  margin: 0 auto;
  padding: 0;
}
#news-topic-nav ul li {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
  text-transform: uppercase;
  font-weight: 300;
  padding: 8px 17px 9px;
  color: #ffffff;
  line-height: 1em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  width: auto;
  display: block;
  float: left;
  margin: 4px;
  font-size: 14px;
  padding: 8px 8px 9px;
  background-color: #00539b;
}
#news-topic-nav ul li .see-more {
  float: right;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#news-topic-nav ul li a {
  color: #ffffff;
}
#news-topic-nav ul li:hover {
  background-color: #003868;
}
#news-topic-nav ul li:first-child {
  margin-left: 0;
}
#news-featured article {
  float: left;
  width: 655px;
  margin-bottom: 15px;
}
#news-featured article h1 {
  color: #00529b;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 8px;
  line-height: 1.2em;
}
#news-featured article .img {
  position: relative;
  width: 655px;
  height: 329px;
  margin-bottom: 15px;
}
#news-featured article .img img {
  display: block;
  background: #c9c9c9;
}
#news-featured article p {
  display: inline;
  font-size: 12px;
}
#news-featured article p.meta {
  font-size: 13px;
}
#news-featured:hover article {
  background-color: transparent;
}
#news-featured:hover article h1:hover {
  color: #15a3d3;
}
#news-featured:hover article .img {
  position: relative;
}
#news-featured:hover article .img img:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#news-featured:hover article p {
  color: #222222;
}
#news-featured:hover article p.meta {
  color: #939598;
}
#news-focused {
  float: right;
  width: 320px;
  margin-bottom: 10px;
}
#news-focused a.left-image-border article {
  width: 320px;
  height: 112px;
  background-color: #ffffff;
  margin-bottom: 5px;
}
#news-focused a.left-image-border article .img {
  position: relative;
  height: 112px;
  width: 112px;
  margin: 0;
}
#news-focused a.left-image-border article .img img {
  text-indent: -9999em;
  background-position: center center;
}
#news-focused a.left-image-border article .cont {
  width: 173px;
  height: 72px;
  margin: 20px 14px 14px 18px;
  padding: 0 0 6px 0;
  overflow: hidden;
}
#news-focused a.left-image-border.no-image article .cont {
  width: 284px;
  margin: 20px 18px 14px 18px;
}
#news-focused a.left-image-border:hover article {
  background-color: #e6e6e6;
}
#news-focused a.left-image-border:nth-child(2n) article {
  background-color: #f4f5f5;
}
#news-focused a.left-image-border:nth-child(2n):hover article {
  background-color: #e7e9e9;
}
.news-sub-featured article {
  float: left;
  width: 320px;
  height: 170px;
  margin: 15px 10px 15px 0;
}
.news-sub-featured article div.img {
  position: relative;
  float: left;
  width: 154px;
  height: 170px;
}
.news-sub-featured article div.img img {
  background: #939393;
  display: block;
}
.news-sub-featured article div.cont {
  float: left;
  height: 168px;
  width: 136px;
  margin: 0 15px;
  overflow: hidden;
}
.news-sub-featured article div.cont h1 {
  color: #00529b;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0;
  font-size: 14px;
}
.news-sub-featured article div.cont h1 a {
  text-decoration: none;
  color: #00529b;
}
.news-sub-featured article div.cont p {
  font-size: 12px;
  margin: 0;
}
.news-sub-featured a:hover article h1:hover {
  color: #15a3d3;
}
.news-sub-featured a:hover article p {
  color: #222222;
}
.news-sub-featured a:hover article img:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.news-sub-featured div#news-ad {
  float: left;
  width: 320px;
  height: 170px;
  background: #939393;
  margin: 15px 0;
}
#news-local > a > h1 {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
  text-transform: uppercase;
  font-weight: 300;
  padding: 8px 17px 9px;
  color: #ffffff;
  line-height: 1em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  background-color: #15a3d3;
  margin: 15px 0 10px 0;
}
#news-local > a > h1 .see-more {
  float: right;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#news-local > a > h1 .see-more {
  font-size: 12px;
  margin-top: 2px;
}
#news-local > a:hover > h1 {
  background-color: #107fa5;
}
#news-local #news-local-featured {
  display: block;
}
#news-local #news-local-featured article {
  float: left;
  width: 484px;
  margin-bottom: 9px;
  padding-bottom: 10px;
}
#news-local #news-local-featured article h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #00529b;
  margin: 0 0 15px;
  text-transform: uppercase;
}
#news-local #news-local-featured article .img {
  position: relative;
  width: 484px;
  height: 319px;
  margin-bottom: 10px;
}
#news-local #news-local-featured article .img img {
  display: block;
  width: 484px;
  height: 319px;
  background: #939393;
  margin-bottom: 15px;
}
#news-local #news-local-featured article p {
  display: inline;
  font-size: 12px;
  margin: 0;
}
#news-local #news-local-featured article .meta {
  font-size: 14px;
}
#news-local #news-local-featured:hover article h1:hover {
  color: #15a3d3;
}
#news-local #news-local-featured:hover article .img {
  position: relative;
}
#news-local #news-local-featured:hover article .img img:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#news-local #news-local-featured:hover article p.meta {
  color: #939598;
}
#news-local #news-local-featured:hover article p {
  color: #222222;
}
#news-local #news-local-focus {
  float: right;
  width: 470px;
  margin-bottom: 14px;
}
#news-local #news-local-focus a:hover article img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#news-local #news-local-focus a:hover article p {
  color: #222222;
}
#news-local #news-local-focus a:hover article p.meta {
  color: #939598;
}
#news-local #news-local-focus a.left-image-half article .img {
  position: relative;
  height: 119px;
}
#news-local #news-local-focus a.left-image-half article .cont {
  height: 79px;
}
#lower-news .left,
#lower-news .right {
  margin-top: 15px;
  width: 470px;
}
#lower-news a:hover article img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#lower-news a:hover article p {
  color: #222222;
}
#lower-news a:hover article p.meta {
  color: #939598;
}
#lower-news a.news-feature:hover article img {
  opacity: 1;
  filter: alpha(opacity=100);
}
#lower-news a.news-feature:hover article img:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#lower-news a.news-focus:hover article {
  background-color: #e6e6e6;
}
#lower-news #news-politics {
  margin-bottom: 15px;
}
#lower-news #news-politics > a > h1 {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
  text-transform: uppercase;
  font-weight: 300;
  padding: 8px 17px 9px;
  color: #ffffff;
  line-height: 1em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  background-color: #d7511e;
  margin-top: 0;
}
#lower-news #news-politics > a > h1 .see-more {
  float: right;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#lower-news #news-politics > a > h1 .see-more {
  font-size: 12px;
  margin-top: 2px;
}
#lower-news #news-politics > a:hover > h1 {
  background-color: #aa4018;
}
#lower-news #news-science-technology {
  clear: left;
  padding-top: 1px;
  margin-bottom: 15px;
}
#lower-news #news-science-technology > a > h1 {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
  text-transform: uppercase;
  font-weight: 300;
  padding: 8px 17px 9px;
  color: #ffffff;
  line-height: 1em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  background-color: #feb924;
  margin-top: 15px;
  margin-bottom: 15px;
}
#lower-news #news-science-technology > a > h1 .see-more {
  float: right;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#lower-news #news-science-technology > a > h1 .see-more {
  font-size: 12px;
  margin-top: 2px;
}
#lower-news #news-science-technology > a:hover > h1 {
  background-color: #eea301;
}
#lower-news #news-business-economy {
  margin-bottom: 18px;
}
#lower-news #news-business-economy > a > h1 {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
  text-transform: uppercase;
  font-weight: 300;
  padding: 8px 17px 9px;
  color: #ffffff;
  line-height: 1em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  background-color: #6cb43f;
  margin-top: 0;
}
#lower-news #news-business-economy > a > h1 .see-more {
  float: right;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#lower-news #news-business-economy > a > h1 .see-more {
  font-size: 12px;
  margin-top: 2px;
}
#lower-news #news-business-economy > a:hover > h1 {
  background-color: #558e32;
}
#lower-news #news-international {
  padding-top: 1px;
  margin-bottom: 15px;
  clear: right;
}
#lower-news #news-international > a > h1 {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
  text-transform: uppercase;
  font-weight: 300;
  padding: 8px 17px 9px;
  color: #ffffff;
  line-height: 1em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  background-color: #00539b;
  margin-top: 15px;
  margin-bottom: 15px;
}
#lower-news #news-international > a > h1 .see-more {
  float: right;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#lower-news #news-international > a > h1 .see-more {
  font-size: 12px;
  margin-top: 2px;
}
#lower-news #news-international > a:hover > h1 {
  background-color: #003868;
}
#lower-news #news-culture {
  padding-top: 1px;
}
#lower-news #news-culture > a > h1 {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
  text-transform: uppercase;
  font-weight: 300;
  padding: 8px 17px 9px;
  color: #ffffff;
  line-height: 1em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  background-color: #c400d0;
  margin-top: 15px;
  margin-bottom: 15px;
}
#lower-news #news-culture > a > h1 .see-more {
  float: right;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#lower-news #news-culture > a > h1 .see-more {
  font-size: 12px;
  margin-top: 2px;
}
#lower-news #news-culture > a:hover > h1 {
  background-color: #94009d;
}
#lower-news #news-united-states {
  padding-top: 1px;
}
#lower-news #news-united-states > a > h1 {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
  text-transform: uppercase;
  font-weight: 300;
  padding: 8px 17px 9px;
  color: #ffffff;
  line-height: 1em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  background-color: #990000;
  margin-top: 15px;
  margin-bottom: 15px;
}
#lower-news #news-united-states > a > h1 .see-more {
  float: right;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#lower-news #news-united-states > a > h1 .see-more {
  font-size: 12px;
  margin-top: 2px;
}
#lower-news #news-united-states > a:hover > h1 {
  background-color: #660000;
}
#lower-news .hw-horiz-dots {
  margin-top: 0;
}
#lower-news .fh-vert-dots {
  margin-left: 19px;
  margin-top: 8px;
}
.webkit #news-focused a.left-image-border article .cont {
  height: 71px;
}
.webkit .news-sub-featured article div.cont {
  height: 162px;
}
.webkit .news-left-focus article .cont {
  height: 77px;
}
/****
* Sports Page Styles
****/
/* Mixins & Variables */
/* General Styles */
/* Applicable LESS */
section#sports-featured-head {
  position: relative;
  float: left;
  width: 980px;
  height: 500px;
  margin-bottom: 15px;
}
section#sports-featured-head h1.blue-arrow {
  top: 24px;
  left: -6px;
}
section#sports-featured-head #sports-featured-slider {
  position: relative;
  width: 980px;
  height: 500px;
  overflow: hidden;
}
section#sports-featured-head #sports-featured-slider a.slide {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 980px;
  height: 500px;
}
section#sports-featured-head #sports-featured-slider a.slide article h1 {
  display: block;
  position: absolute;
  top: 27px;
  left: 57px;
  font-family: Georgia, "Century Schoolbook", serif;
  font-style: italic;
  font-weight: normal;
  color: #ffffff;
  font-size: 22px;
  margin: 0;
  padding: 0 10px 0 60px;
  z-index: 10;
  height: 32px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3C000000, endColorstr=#3C000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3C000000, endColorstr=#3C000000);
  zoom: 1;
  width: 853px;
}
section#sports-featured-head #sports-featured-slider a.slide article .img {
  position: relative;
  display: block;
  width: 980px;
  height: 500px;
  background-color: #000000;
  z-index: 0;
}
section#sports-featured-head #sports-featured-slider a.slide article .img img {
  display: block;
  background: #939393;
  text-indent: -9999em;
  min-width: 100%;
  min-height: 100%;
}
section#sports-featured-head #sports-featured-slider a:hover img {
  opacity: 0.9;
}
section#sports-featured-head #sports-featured-slider #sports-featured-nav-track {
  display: block;
  position: absolute;
  z-index: 149;
  bottom: 15px;
  margin: 0 auto;
  left: 50%;
}
section#sports-featured-head #sports-featured-slider #sports-featured-nav-track a.dot {
  display: block;
  width: 12px;
  height: 12px;
  text-indent: -9999em;
  background-image: url("../img/slider-nav-dots.png");
  float: left;
  margin-right: 5px;
}
section#sports-featured-head #sports-featured-slider #sports-featured-nav-track a.dot.on {
  background-position: 0 0;
}
section#sports-featured-head #sports-featured-slider #sports-featured-nav-track a.dot.off {
  background-position: -12px 0;
}
section#sports-featured-head #sports-featured-slider #sports-featured-nav-track a.dot.off:hover {
  background-position: 0 0;
  cursor: pointer;
}
section#sports-featured-head #sports-featured-slider #sports-featured-nav-track a.dot.on:hover {
  cursor: default;
}
section#sports-featured-head #sports-featured-slider #sports-featured-nav a {
  display: block;
  position: absolute;
  z-index: 149;
  color: #ffffff;
  bottom: 5px;
  background-image: url("../img/slider-arrows.png");
  width: 11px;
  height: 36px;
  text-indent: -9999em;
}
section#sports-featured-head #sports-featured-slider #sports-featured-nav a#next {
  right: 5px;
  background-position: -41px 0;
}
section#sports-featured-head #sports-featured-slider #sports-featured-nav a#next:hover {
  cursor: pointer;
  background-position: -28px 0;
}
section#sports-featured-head #sports-featured-slider #sports-featured-nav a#prev {
  background-position: -13px 0;
  left: 5px;
}
section#sports-featured-head #sports-featured-slider #sports-featured-nav a#prev:hover {
  cursor: pointer;
  background-position: 0 0;
}
.sports-sub-featured article {
  float: left;
  width: 320px;
  height: 170px;
  margin: 0 10px 15px 0;
}
.sports-sub-featured article div.img {
  position: relative;
  float: left;
  width: 154px;
  height: 170px;
}
.sports-sub-featured article div.img img {
  background: #939393;
  display: block;
}
.sports-sub-featured article div.img img:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.sports-sub-featured article div.cont {
  float: left;
  height: 163px;
  width: 151px;
  margin: 0 0 0 15px;
  overflow: hidden;
}
.sports-sub-featured article div.cont h1 {
  color: #00529b;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0;
  font-size: 14px;
}
.sports-sub-featured article div.cont h1 a {
  text-decoration: none;
  color: #00529b;
}
.sports-sub-featured article div.cont h1:hover {
  color: #15a3d3;
}
.sports-sub-featured article div.cont p {
  font-size: 12px;
  margin: 0;
}
.sports-sub-featured div#sports-ad {
  float: left;
  width: 320px;
  height: 170px;
  background: #939393;
  margin: 0 0 15px;
}
.sports-sub-featured a:hover p {
  color: #222222;
}
#sports-featured {
  display: block;
}
#sports-featured article {
  float: left;
  width: 484px;
  margin-bottom: 15px;
  padding-top: 5px;
}
#sports-featured article h1 {
  color: #00529b;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 1.2em;
}
#sports-featured article .img {
  position: relative;
  width: 484px;
  margin-bottom: 15px;
}
#sports-featured article .img img {
  display: block;
  width: 484px;
  background-color: #c9c9c9;
}
#sports-featured article p {
  display: inline;
  font-size: 12px;
}
#sports-featured article p.meta {
  font-size: 13px;
}
#sports-featured:hover article {
  background-color: transparent;
}
#sports-featured:hover article h1:hover {
  color: #15a3d3;
}
#sports-featured:hover article img:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#sports-featured:hover article p.meta {
  color: #939598;
}
#sports-featured:hover article p {
  color: #222222;
}
#sports-focused {
  width: 470px;
  float: right;
  margin-bottom: 10px;
}
#sports-focused a.left-image-half article {
  height: 119px;
}
#sports-focused a.left-image-half article .img {
  position: relative;
  height: 119px;
}
#sports-focused a.left-image-half article .img img {
  text-indent: -9999em;
}
#sports-focused a.left-image-half article .cont {
  padding: 14px 0 0 33px;
  height: 86px;
  overflow: hidden;
}
#sports-focused a.left-image-half.no-image .cont {
  width: auto;
  padding: 14px 20px;
}
#sports-schedules .sports-schedule {
  float: left;
  width: 318px;
  background: #f4f5f5;
  margin: 15px 12px 15px 0;
}
#sports-schedules .sports-schedule .sports-sched-head {
  display: block;
  padding: 15px;
  width: 288px;
}
#sports-schedules .sports-schedule .sports-sched-head img {
  float: left;
  display: block;
  width: 88px;
  height: 88px;
  background-color: #c9c9c9;
}
#sports-schedules .sports-schedule .sports-sched-head .cont {
  float: right;
  width: 182px;
  border-bottom: 1px solid #77787b;
  padding-bottom: 20px;
}
#sports-schedules .sports-schedule .sports-sched-head .cont h1 {
  margin: 0;
  color: #77787b;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 35px;
  letter-spacing: 2px;
}
#sports-schedules .sports-schedule .sports-sched-head .cont p {
  margin: 0;
  font-size: 12px;
  font-style: italic;
  font-family: Helvetica, Arial, sans-serif;
}
#sports-schedules .sports-schedule a.sports-sched-head:hover {
  background-color: #d9dddd;
  cursor: pointer;
}
#sports-schedules .sports-schedule a.sports-sched-head:hover p {
  color: #222222;
}
#sports-schedules .sports-schedule .sports-sched a {
  display: block;
  margin: 0;
  font-size: 12px;
  padding: 4px 15px;
  background-color: #f4f5f5;
}
#sports-schedules .sports-schedule .sports-sched a .sports-sched-sport {
  text-transform: uppercase;
}
#sports-schedules .sports-schedule .sports-sched a .sports-sched-date {
  float: right;
}
#sports-schedules .sports-schedule .sports-sched a:nth-child(2n) {
  background-color: #dedfe0;
}
#sports-schedules .sports-schedule .sports-sched a:hover {
  color: #222222;
  background-color: #d9dddd;
}
#sports-schedules .sports-schedule .sports-sched a:nth-child(2n):hover {
  background-color: #c4c6c7;
}
#sports-schedules #sports-sched-archive {
  float: left;
  width: 318px;
  background: #f4f5f5;
  margin: 15px 0;
}
#sports-schedules #sports-sched-archive p {
  font-size: 12px;
  margin: 0;
}
#sports-schedules #sports-sched-archive .sports-sched-head {
  padding: 15px;
  width: 288px;
  height: 163px;
}
#sports-schedules #sports-sched-archive .sports-sched-head h1 {
  margin: 0;
  color: #77787b;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 35px;
  letter-spacing: 2px;
}
#sports-schedules #sports-sched-archive .sports-sched-head #sports-sched-featured-game {
  background: #cbcbcb;
  padding: 5px 10px;
  margin: 15px 0;
}
#sports-schedules #sports-sched-archive .sports-sched-head #sports-sched-featured-game input[type=text] {
  border: 0;
  padding: 3px;
  background: transparent;
}
#sports-schedules #sports-sched-archive .sports-sched-head #sports-sched-featured-game input[type=text]::-webkit-input-placeholder {
  color: #ededed;
  font-style: italic;
}
#sports-schedules #sports-sched-archive .sports-sched-head #sports-sched-featured-game input[type=text]:-moz-placeholder {
  color: #ededed;
  font-style: italic;
}
#sports-schedules #sports-sched-archive .sports-sched-head #sports-sched-featured-game input[type=text].placeholder {
  color: #ededed;
  font-style: italic;
}
#sports-schedules #sports-sched-archive .sports-sched-head #sports-sched-featured-game input[type=submit] {
  width: 20px;
  height: 20px;
  border: 0;
  background: transparent url("../img/magnifying-bg.png") no-repeat center center;
  margin-left: 4px;
}
#sports-schedules #sports-sched-archive .sports-sched-head #sports-sched-archive-text {
  font-style: italic;
}
#sports-schedules #sports-sched-archive .sports-sched a {
  display: block;
  margin: 0;
  font-size: 12px;
  padding: 4px 15px;
  background-color: #f4f5f5;
}
#sports-schedules #sports-sched-archive .sports-sched a .sports-sched-sport {
  text-transform: uppercase;
}
#sports-schedules #sports-sched-archive .sports-sched a .sports-sched-date {
  text-transform: uppercase;
  float: right;
}
#sports-schedules #sports-sched-archive .sports-sched a:nth-child(2n+1) {
  background-color: #cbcbcb;
}
#sports-schedules #sports-sched-archive .sports-sched a:hover {
  color: #222222;
  background-color: #d9dddd;
}
#sports-schedules #sports-sched-archive .sports-sched a:nth-child(2n+1):hover {
  background-color: #b2b2b2;
}
.ipad #sports-schedules #sports-sched-archive .sports-sched-head #sports-sched-featured-game input[type=submit] {
  margin-left: 0;
}
#sports-local > a > h1 {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
  text-transform: uppercase;
  font-weight: 300;
  padding: 8px 17px 9px;
  color: #ffffff;
  line-height: 1em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  background-color: #15a3d3;
  margin: 15px 0;
}
#sports-local > a > h1 .see-more {
  float: right;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#sports-local > a > h1 .see-more {
  font-size: 12px;
  margin-top: 2px;
}
#sports-local > a:hover > h1 {
  background-color: #107fa5;
}
#sports-local a.local-sports-feature h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 23px;
  color: #00529b;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 6px;
  line-height: 1.2em;
}
#sports-local a.local-sports-feature h1:hover {
  color: #15a3d3;
}
#sports-local a.local-sports-feature .img {
  width: 627px;
  height: 368px;
}
#sports-local a.local-sports-feature p {
  margin-top: 0;
  font-size: 12px;
}
#sports-local a.local-sports-feature p.meta {
  margin-top: 0.7em;
  margin-bottom: 0;
}
#sports-local a.local-sports-feature:hover article {
  background-color: transparent;
}
#sports-local a.local-sports-feature:hover article p {
  color: #222222;
}
#sports-local a.local-sports-feature:hover article p.meta {
  color: #939598;
}
#sports-local a.local-sports-feature:hover article img {
  opacity: 1;
  filter: alpha(opacity=100);
}
#sports-local a.local-sports-feature:hover article img:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#sports-local a.local-sports-sub-feature {
  width: 306px;
  display: block;
  float: left;
  margin-right: 14px;
}
#sports-local a.local-sports-sub-feature article {
  width: 306px;
  background-color: #ffffff;
}
#sports-local a.local-sports-sub-feature article .cont {
  padding: 15px 15px 5px;
}
#sports-local a.local-sports-sub-feature article h1 {
  color: #00529b;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0;
  font-size: 14px;
}
#sports-local a.local-sports-sub-feature article h1 a {
  text-decoration: none;
  color: #00529b;
}
#sports-local a.local-sports-sub-feature.last {
  margin-right: 0;
}
#sports-local a.local-sports-sub-feature:hover article {
  background-color: #e6e6e6;
}
#sports-local a.local-sports-sub-feature:hover article img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#sports-local a.local-sports-right-image,
#sports-local a.local-sports-right {
  display: block;
  width: 318px;
  margin-bottom: 5px;
}
#sports-local a.local-sports-right-image article,
#sports-local a.local-sports-right article {
  background-color: #ffffff;
}
#sports-local a.local-sports-right-image article h1,
#sports-local a.local-sports-right article h1 {
  color: #00529b;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0;
  font-size: 14px;
  margin-bottom: 0;
}
#sports-local a.local-sports-right-image article h1 a,
#sports-local a.local-sports-right article h1 a {
  text-decoration: none;
  color: #00529b;
}
#sports-local a.local-sports-right-image article p,
#sports-local a.local-sports-right article p {
  margin: 0;
  font-size: 12px;
}
#sports-local a.local-sports-right-image article .cont,
#sports-local a.local-sports-right article .cont {
  padding: 15px;
}
#sports-local a.local-sports-right-image article .img,
#sports-local a.local-sports-right article .img {
  width: 316px;
  height: 181px;
}
#sports-local a.local-sports-right-image {
  height: 239px;
}
#sports-local a.local-sports-right-image article {
  height: 239px;
  overflow: hidden;
}
#sports-local a.local-sports-right-image article .cont {
  padding: 15px 15px 5px;
}
#sports-local a.local-sports-right {
  height: 119px;
}
#sports-local a.local-sports-right article {
  height: 119px;
  overflow: hidden;
}
#sports-local a.local-sports-right-image:hover article,
#sports-local a.local-sports-right:hover article {
  background-color: #e6e6e6;
}
#sports-local a.local-sports-right-image:hover article p,
#sports-local a.local-sports-right:hover article p {
  color: #222222;
}
#sports-local a.local-sports-right-image:hover article p.meta,
#sports-local a.local-sports-right:hover article p.meta {
  color: #939598;
}
#sports-local .left {
  width: 627px;
  margin-right: 16px;
  padding-bottom: 15px;
}
#sports-local .right {
  width: 318px;
  margin-bottom: 10px;
  margin-left: 16px;
}
#sports-national > a > h1 {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
  text-transform: uppercase;
  font-weight: 300;
  padding: 8px 17px 9px;
  color: #ffffff;
  line-height: 1em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  background-color: #d7511e;
  margin: 15px 0 10px;
}
#sports-national > a > h1 .see-more {
  float: right;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#sports-national > a > h1 .see-more {
  font-size: 12px;
  margin-top: 2px;
}
#sports-national > a:hover > h1 {
  background-color: #aa4018;
}
#sports-national #sports-national-featured article {
  float: left;
  width: 484px;
  margin-bottom: 31px;
  padding-top: 5px;
  padding-bottom: 10px;
}
#sports-national #sports-national-featured article h1 {
  color: #00529b;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 14px;
  line-height: 1.2em;
}
#sports-national #sports-national-featured article .img {
  position: relative;
  width: 484px;
  height: 329px;
  margin-bottom: 15px;
}
#sports-national #sports-national-featured article .img img {
  display: block;
  width: 484px;
  height: 329px;
  background-color: #c9c9c9;
}
#sports-national #sports-national-featured article p {
  display: inline;
  font-size: 12px;
}
#sports-national #sports-national-featured article p.meta {
  font-size: 13px;
}
#sports-national #sports-national-featured:hover article {
  background-color: #e6e6e6;
}
#sports-national #sports-national-featured:hover article img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#sports-national #sports-national-focused {
  width: 470px;
  float: right;
  margin-bottom: 41px;
}
#sports-national #sports-national-focused a.left-image-half article {
  height: 119px;
}
#sports-national #sports-national-focused a.left-image-half article .img {
  position: relative;
  height: 119px;
}
#sports-national #sports-national-focused a.left-image-half article .img img {
  height: 119px;
}
.webkit .news-left-focus article .cont {
  height: 77px;
}
/****
* Single Post Styles
****/
/* Mixins & Variables */
/* Applicable LESS */
#sub-nav {
  width: 980px;
  height: 63px;
  background: #f4f5f5;
  margin-bottom: 19px;
}
#sub-nav a {
  color: #00529b;
}
#sub-nav a:hover {
  float: left;
  display: block;
  color: #ffffff;
  height: 63px;
}
#sub-nav a:hover li {
  background-color: #15a3d3;
}
#sub-nav ul {
  height: 63px;
  width: auto;
  margin: 0 auto;
  padding: 0;
  display: table;
}
#sub-nav ul li {
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  vertical-align: middle;
  padding: 0 22px;
  line-height: 63px;
}
header#sg-header {
  width: 980px;
}
header#sg-header > a > h1,
header#sg-header > h1 {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
  text-transform: uppercase;
  font-weight: 300;
  padding: 8px 17px 9px;
  color: #ffffff;
  line-height: 1em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  background-color: #15a3d3;
  margin: 0;
}
header#sg-header > a > h1 .see-more,
header#sg-header > h1 .see-more {
  float: right;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
header#sg-header a:hover h1 {
  background-color: #107fa5;
}
article#single {
  width: 980px;
}
article#single div#sg-main {
  float: left;
  width: 646px;
  margin-top: 19px;
}
article#single div#sg-main section#sg-body {
  margin-bottom: 19px;
}
article#single div#sg-main section#sg-body .youtube-video {
  margin-bottom: 10px;
}
article#single div#sg-main section#sg-body #cove_video {
  margin-bottom: 10px;
}
article#single div#sg-main section#sg-body > img {
  margin-bottom: 10px;
}
article#single div#sg-main section#sg-body img {
  display: block;
  max-width: 646px;
  height:auto;
  background-color: #c9c9c9;
}
article#single div#sg-main section#sg-body #sg-underwriter {
  color: #636466;
  font-size: 14px;
  font-style: italic;
  margin: 10px 0 15px;
  font-family: Helvetica, Arial, sans-serif;
}
article#single div#sg-main section#sg-body > .meta {
  font-size: 12px;
  margin-top: 0.5em;
}
article#single div#sg-main section#sg-body .graphic {
  margin: 19px 0;
}
article#single div#sg-main section#sg-body .graphic a {
  background-position: 14px center;
  background-image: url('../img/icon_play.png');
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  color: #ffffff;
  font-weight: 300;
  border-radius: 0;
  background-color: #00529b;
}
article#single div#sg-main section#sg-body .graphic a.sm2_paused {
  background-color: #00529b;
}
article#single div#sg-main section#sg-body .graphic a.sm2_paused:hover,
article#single div#sg-main section#sg-body .graphic a.sm2_link:hover {
  background-image: url('../img/icon_play.png');
  background-color: #003868;
}
article#single div#sg-main section#sg-body .graphic a.sm2_playing,
article#single div#sg-main section#sg-body .graphic a.sm2_playing:hover {
  background-image: url('../img/pause_icon.png');
}
article#single div#sg-main section#sg-body .graphic a.sm2_link {
  padding: 14px 14px 14px 44px;
  min-width: 0;
  min-height: 0;
  border-radius: 0;
  background-color: #00529b;
}
article#single div#sg-main section#sg-body .graphic a.sm2_playing {
  background-color: #003868;
}
article#single div#sg-main section#sg-body .graphic a.sm2_playing:hover {
  background-color: #00529b;
}
article#single div#sg-main section#sg-body h1 {
  word-wrap: break-word;
  color: #014381;
  font-weight: normal;
  margin: 0;
  line-height: 1.2em;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
}
article#single div#sg-main section#sg-body #social-share {
  display: block;
  margin: 15px 0;
}
article#single div#sg-main section#sg-body #social-share a {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
  display: block;
  float: left;
  margin-right: 10px;
  height: 31px;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-left: 32px;
}
article#single div#sg-main section#sg-body #social-share a span {
  text-transform: uppercase;
  font-weight: 300;
  color: #ffffff;
  line-height: 1em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  width: auto;
  display: block;
  float: left;
  font-size: 14px;
  padding: 8px 8px 9px;
  background-color: #00539b;
}
article#single div#sg-main section#sg-body #social-share a:hover span {
  background-color: #003868;
}
article#single div#sg-main section#sg-body #social-share #facebook {
  background-image: url('../img/facebook_share_logo.png');
}
article#single div#sg-main section#sg-body #social-share #twitter {
  background-image: url('../img/twitter_share_logo.png');
}
article#single div#sg-main section#sg-body #social-share #podcast {
  background-image: url('../img/podcast.jpg');
}
article#single div#sg-main section#sg-body #social-share #share_email {
  background-image: url('../img/email_share_logo.png');
}
article#single div#sg-main section#sg-body div#sg-content {
  word-wrap: break-word;
  font-size: 12px;
  line-height: 1.6em;
}
article#single div#sg-main section#sg-body div#sg-content .fullattribution {
  font-style: italic;
  color: #939598;
}
article#single div#sg-main section#sg-body div#sg-content a,
article#single div#sg-main section#sg-body div#sg-content a:focus,
article#single div#sg-main section#sg-body div#sg-content a:active {
  color: #369;
}
article#single div#sg-main section#sg-body div#sg-content a:hover,
article#single div#sg-main section#sg-body div#sg-content a:focus:hover,
article#single div#sg-main section#sg-body div#sg-content a:active:hover {
  text-decoration: underline;
}
article#single div#sg-main section#sg-body .alignnone {
  margin: 15px;
}
article#single div#sg-main section#sg-body .alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
article#single div#sg-main section#sg-body .aligncenter {
  margin: 15px auto;
}
article#single div#sg-main section#sg-body .alignright {
  float: right;
  margin: 0 0 15px 15px;
}
article#single div#sg-main .sg-main-horiz-dots {
  display: block;
  height: 2px;
  background: url("../img/dots-horiz.png") transparent repeat-x;
  margin: 0;
  width: 646px;
}
article#single aside {
  float: right;
  width: 320px;
  margin-top: 19px;
}
article#single aside .sg-side-horiz-dots {
  display: block;
  height: 2px;
  background: url("../img/dots-horiz.png") transparent repeat-x;
  margin: 0;
  width: 320px;
}
article#single aside #sg-related {
  margin-bottom: 17px;
}
article#single aside #sg-related > h1 {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
  text-transform: uppercase;
  font-weight: 300;
  padding: 8px 17px 9px;
  color: #ffffff;
  line-height: 1em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  background-color: #15a3d3;
  margin: 17px 0;
}
article#single aside #sg-related > h1 .see-more {
  float: right;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
article#single aside #sg-related a.left-image-border article {
  width: 320px;
}
article#single aside #sg-related a.left-image-border article .img {
  position: relative;
  height: 95px;
  width: 95px;
}
article#single aside #sg-related a.left-image-border article .cont {
  width: 180px;
  height: 92px;
  overflow: hidden;
  margin: 20px 14px 0 18px;
  padding: 0;
}
article#single aside #sg-related a.left-image-border:nth-child(2n) article {
  background-color: #f4f5f5;
}
article#single aside #sg-related a.left-image-border:nth-child(2n):hover article {
  background-color: #e7e9e9;
}
article#single aside #sg-related a.left-image-border.no-image article .cont {
  width: 292px;
  height: 92px;
  margin: 20px 14px 17px;
}
article#single aside #side-twitter {
  margin-top: 17px;
}
#sg-ad {
  width: 320px;
  height: 170px;
  display: block;
  background-color: #c9c9c9;
  margin-bottom: 17px;
}
#sg-ad a {
  width: 320px;
  height: 170px;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#sg-comments {
  margin-top: 15px;
}
#sg-comments > h1 {
  color: #00539b;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 22px;
  margin: 0;
  margin-bottom: 15px;
}
.webkit article#single aside #sg-related a.left-image-border article .cont {
  height: 92px;
}
.webkit article#single aside #sg-related a.left-image-border.no-image article .cont {
  padding-bottom: 0;
}
#pg-main {
  width: 646px;
  float: left;
  margin-bottom: 8px;
}
#pg-main #pg-header h1 {
  text-indent: -9999em;
  display: block;
  width: 646px;
  background: transparent no-repeat;
  margin: 0 0 16px;
}
#pg-main #pg-header h1.no_img {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
  text-transform: uppercase;
  font-weight: 300;
  padding: 8px 17px 9px;
  color: #ffffff;
  line-height: 1em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  text-indent: 0;
  background-color: #15a3d3;
  width: auto;
}
#pg-main #pg-header h1.no_img .see-more {
  float: right;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#pg-main #pg-header h1.no_img .see-more {
  font-size: 12px;
}
#pg-main #pg-header img {
  margin-bottom: 16px;
}
#pg-main #pg-body {
  font-size: 12px;
  color: #222222;
}
#pg-main #pg-body #pg-underwriter {
  color: #636466;
  font-size: 14px;
  font-style: italic;
  margin: 10px 0 15px;
  font-family: Helvetica, Arial, sans-serif;
}
#pg-main #pg-body .left-image-half article {
  height: 170px;
  width: 646px;
  margin-bottom: 16px;
}
#pg-main #pg-body .left-image-half article .img {
  position: relative;
  height: 170px;
  width: 220px;
  overflow: hidden;
}
#pg-main #pg-body .left-image-half article .img img {
  background-position: center center;
  background-repeat: no-repeat;
}
#pg-main #pg-body .left-image-half article .cont {
  word-wrap: break-word;
  width: 397px;
  height: 133px;
  float: right;
  overflow: hidden;
  padding: 20px 14px 0 0;
}
#pg-main #pg-body .left-image-half:hover .img_wrap {
  opacity: 0.9;
}
#pg-main #pg-body .left-image-half.no-image article {
  height: 105px;
}
#pg-main #pg-body .left-image-half.no-image article .cont {
  height: 66px;
  width: 618px;
}
#pg-main #pg-more-stories,
#pg-main #ev-more-stories {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
  text-transform: uppercase;
  font-weight: 300;
  padding: 8px 17px 9px;
  color: #ffffff;
  line-height: 1em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  background-color: #014381;
  font-family: Helvetica, Arial, sans-serif;
  padding: 15px 40px 14px;
  display: block;
  font-weight: bold;
}
#pg-main #pg-more-stories .see-more,
#pg-main #ev-more-stories .see-more {
  float: right;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#pg-main #pg-more-stories:hover,
#pg-main #ev-more-stories:hover {
  background-color: #015db4;
}
#pg-main #pg-more-stories.loading,
#pg-main #ev-more-stories.loading {
  background-color: #cbcbcb;
  background-image: url('../img/ajax_loader_transparent.gif');
  background-repeat: no-repeat;
  background-position: right center;
}
#pg-main #pg-more-stories.loading:hover,
#pg-main #ev-more-stories.loading:hover {
  background-color: #cbcbcb;
  cursor: default;
}
#pg-side {
  width: 320px;
  float: right;
  margin-bottom: 8px;
}
#pg-side #pg-ad {
  width: 320px;
  height: 170px;
  background-color: #c9c9c9;
  margin: 0;
  margin-bottom: 17px;
}
#pg-side .pg-side-horiz-dots {
  display: block;
  height: 2px;
  background: url("../img/dots-horiz.png") transparent repeat-x;
  margin: 0;
  width: 320px;
}
#pg-side #pg-popular {
  margin-bottom: 17px;
}
#pg-side #pg-popular > h1 {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
  text-transform: uppercase;
  font-weight: 300;
  padding: 8px 17px 9px;
  color: #ffffff;
  line-height: 1em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  background-color: #15a3d3;
  margin: 17px 0;
}
#pg-side #pg-popular > h1 .see-more {
  float: right;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#pg-side #pg-popular a.left-image-border article {
  width: 320px;
}
#pg-side #pg-popular a.left-image-border article .img {
  position: relative;
  height: 95px;
  width: 95px;
}
#pg-side #pg-popular a.left-image-border article .img img {
  text-indent: -9999em;
}
#pg-side #pg-popular a.left-image-border article .cont {
  word-wrap: break-word;
  width: 180px;
  height: 95px;
  overflow: hidden;
  margin: 20px 14px 8px 18px;
  padding: 0;
}
#pg-side #pg-popular a.left-image-border:nth-child(2n) article {
  background-color: #f4f5f5;
}
#pg-side #pg-popular a.left-image-border:nth-child(2n):hover article {
  background-color: #e7e9e9;
}
#pg-side #pg-popular a.left-image-border.no-image article .cont {
  width: auto;
  margin: 20px 14px 8px;
}
#pg-side #side-twitter {
  margin-top: 17px;
}
.ipad #pg-main #pg-body .left-image-half.no-image article {
  overflow: hidden;
}
.ipad #pg-main #pg-body .left-image-half.no-image article .cont {
  height: 64px;
}
.webkit #pg-main #pg-body .left-image-half article .cont {
  height: 131px;
}
.webkit #pg-main #pg-body .left-image-half.no-image article {
  overflow: hidden;
}
.webkit #pg-main #pg-body .left-image-half.no-image article .cont {
  height: 64px;
}
.webkit #pg-side #pg-popular a.left-image-border article .cont {
  height: 93px;
}
/* Calendar Styles */
table.em-calendar td {
  padding: 5px 5px;
  text-align: center;
}
table.em-calendar.table tr.days-names {
  font-weight: bold;
}
table.em-calendar td.eventless-pre,
.em-calendar td.eventless-post,
table.em-calendar td.eventful-pre,
table.em-calendar td.eventful-post {
  color: #6d6d6d;
  font-size: 12px;
  background-color: #939393;
}
.lt-ie9 table.em-calendar td.eventful-pre {
  background-color: #939393;
  border: none;
}
table.em-calendar td.eventful-pre a,
table.em-calendar td.eventful-post a {
  color: #aaa;
  text-decoration: none;
}
table.em-calendar td.eventful-today a {
  font-weight: normal;
}
table.em-calendar td.eventless-today,
table.em-calendar td.eventful-today {
  background-color: #ffffff;
  font-size: 12px;
  color: #00539b;
}
table.fullcalendar {
  border-collapse: separate;
  border-spacing: 3px;
  margin: 7px auto 15px 0;
  position: relative;
  width: 100%;
}
table.fullcalendar tr {
  /*	background-color: rgba(244,245,245,0.5);*/

}
table.fullcalendar tr.days-names {
  background: none;
}
table.fullcalendar td {
  text-align: left;
  width: 50px;
  border: none;
}
table.fullcalendar th {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  padding: 5px 0 9px 11px;
}
table.fullcalendar tbody td {
  vertical-align: top;
}
table.fullcalendar thead td {
  border: none;
  vertical-align: text-top;
}
table.fullcalendar td {
  border: solid 5px rgba(255, 255, 255, 0);
  border-spacing: 5px;
}
.lt-ie9 table.fullcalendar td.eventful,
.lt-ie9 table.fullcalendar td.eventless {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7ff4f5f5, endColorstr=#7ff4f5f5)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7ff4f5f5, endColorstr=#7ff4f5f5);
  zoom: 1;
}
table.fullcalendar tbody tr.days-names td {
  border: none;
  vertical-align: text-bottom;
  height: 20px;
  padding: 5px 0 9px 11px;
  text-transform: uppercase;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
table.fullcalendar tbody tr td.eventless-pre,
table.fullcalendar tbody tr td.eventless,
table.fullcalendar tbody tr td.eventful {
  width: 100px;
  height: 100px;
}
table.fullcalendar td.month_name {
  height: 50px;
  text-align: center;
  vertical-align: middle;
  width: 50px;
}
.eventful ul,
.eventful-today ul {
  margin: 0;
  padding: 0;
}
.eventful-pre ul,
.eventful-post ul {
  margin: 0;
  padding: 0;
}
.em-calendar tbody {
  border-collapse: separate;
  border-spacing: 5px;
}
table.em-calendar td.eventful a,
table.em-calendar td.eventful-today a {
  color: #FFFFFF;
  display: block;
  font-size: 12px;
  padding: 5px;
  margin: 3px 0;
  word-wrap: break-word;
  max-width: 100px;
}
table.em-calendar td.eventful-pre a,
table.em-calendar td.eventful-post a {
  color: #cdcdcd;
  font-size: 12px;
  padding: 5px;
  display: block;
  margin: 3px 0;
}
.em-calnav.full-link.em-calnav-prev {
  background: url("/wp-content/themes/lakeshore/img/cal-arrows.png") no-repeat scroll 0px 3px transparent;
  height: 44px;
  left: 1px;
  position: absolute;
  top: -3px;
  width: 21px;
}
.em-calnav.full-link.em-calnav-prev:hover {
  background: url("/wp-content/themes/lakeshore/img/cal-arrows.png") no-repeat scroll 0 -39px transparent;
}
.em-calnav.full-link.em-calnav-next {
  background: url("/wp-content/themes/lakeshore/img/cal-arrows.png") no-repeat scroll -19px 3px transparent;
  height: 44px;
  position: absolute;
  right: 1px;
  top: -3px;
  width: 21px;
}
.em-calnav.full-link.em-calnav-next:hover {
  background: url("/wp-content/themes/lakeshore/img/cal-arrows.png") no-repeat scroll -19px -39px transparent;
}
#cal-topbar {
  margin-top: 40px auto;
  position: relative;
  height: 38px;
}
.month_name {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
  text-transform: uppercase;
  font-weight: 300;
  padding: 8px 17px 9px;
  color: #ffffff;
  line-height: 1em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  background-color: #15a3d3;
  left: 16px;
  margin: 15px auto 0;
  position: absolute;
  text-align: center;
  top: -14px;
  width: 915px;
  padding: 10px 17px 11px;
}
.month_name .see-more {
  float: right;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.eventful li,
.eventful-today li {
  list-style-type: none;
  background-color: rgba(21, 163, 213, 0.75);
  margin: 5px 0 0;
  padding: 5px;
}
.eventful-pre li,
.eventful-post li {
  list-style-type: none;
  margin: 5px 0 0;
  padding: 5px;
}
.eventful,
.eventless {
  background-color: rgba(244, 245, 245, 0.5);
}
.days-names,
.eventless,
.eventless-today,
eventless-today a,
.eventful {
  font-size: 12px;
  color: #00539b;
}
div#em-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #cbcbcb url(../images/loading.gif) 50% 50% no-repeat;
  left: 0px;
  top: 0px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 9999999999;
}
/*orange for sports links in current month*/
.Sports.Games {
  background: rgba(249, 123, 13, 0.75);
}
.Sports.Games:hover {
  background: rgba(206, 99, 5, 0.75);
}
.lt-ie9 .Sports.Games {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#C0f97b0d, endColorstr=#C0f97b0d)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C0f97b0d, endColorstr=#C0f97b0d);
  zoom: 1;
}
.lt-ie9 .Sports.Games:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#c0ce6305, endColorstr=#c0ce6305)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c0ce6305, endColorstr=#c0ce6305);
  zoom: 1;
}
/*blue for programs links in current month*/
.Programs {
  background: rgba(21, 163, 213, 0.75);
}
.Programs:hover {
  background: rgba(16, 127, 167, 0.75);
}
.lt-ie9 .Programs {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#C015a3d3, endColorstr=#C0v)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C015a3d3, endColorstr=#C015a3d3);
  zoom: 1;
}
.lt-ie9 .Programs:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#c0107fa7, endColorstr=#c0107fa7)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c0107fa7, endColorstr=#c0107fa7);
  zoom: 1;
}
/*lime green for events links in current month*/
.Events {
  background: rgba(108, 180, 63, 0.75);
}
.Events:hover {
  background: rgba(85, 142, 50, 0.75);
}
.lt-ie9 .Events {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#666cb43f, endColorstr=#666cb43f)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#666cb43f, endColorstr=#666cb43f);
  zoom: 1;
}
.lt-ie9 .Events:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#c06cb43f, endColorstr=#c06cb43f)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c06cb43f, endColorstr=#c06cb43f);
  zoom: 1;
}
/*red for other links in current month*/
.Other {
  background: rgba(153, 0, 0, 0.75);
}
.Other:hover {
  background: rgba(102, 0, 0, 0.75);
}
.lt-ie9 .Other {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66990000, endColorstr=#66990000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66990000, endColorstr=#66990000);
  zoom: 1;
}
.lt-ie9 .Other:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#c0990000, endColorstr=#c0990000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c0990000, endColorstr=#c0990000);
  zoom: 1;
}
/*orange for sports links in non-current month*/
td.eventful-pre .Sports.Games,
td.eventful-post .Sports.Games {
  background: none repeat scroll 0 0 rgba(249, 123, 13, 0.4);
}
.lt-ie9 td.eventful-pre .Sports.Games,
.lt-ie9 td.eventful-post .Sports.Games {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66f97b0d, endColorstr=#66f97b0d)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66f97b0d, endColorstr=#66f97b0d);
  zoom: 1;
}
td.eventful-pre .Sports.Games:hover,
td.eventful-post .Sports.Games:hover {
  background-color: rgba(206, 99, 5, 0.4);
}
.lt-ie9 td.eventful-pre .Sports.Games:hover,
.lt-ie9 td.eventful-post .Sports.Games:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#c0ce6305, endColorstr=#c0ce6305)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c0ce6305, endColorstr=#c0ce6305);
  zoom: 1;
}
/*blue for programs links in non-current month*/
td.eventful-pre .Programs,
td.eventful-post .Programs {
  background: none repeat scroll 0 0 rgba(21, 163, 213, 0.4);
}
.lt-ie9 td.eventful-pre .Programs,
.lt-ie9 td.eventful-post .Programs {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#6615a3d3, endColorstr=#6615a3d3)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6615a3d3, endColorstr=#6615a3d3);
  zoom: 1;
}
.eventful-pre .Programs:hover,
.eventful-post .Programs:hover {
  background-color: rgba(16, 127, 167, 0.4);
}
.lt-ie9 .eventful-pre .Programs:hover,
.lt-ie9 .eventful-post .Programs:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#c0107fa7, endColorstr=#c0107fa7)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c0107fa7, endColorstr=#c0107fa7);
  zoom: 1;
}
/*lime green for events links in non-current month*/
td.eventful-pre .Events,
td.eventful-post .Events {
  background: none repeat scroll 0 0 rgba(108, 180, 63, 0.4);
}
.lt-ie9 td.eventful-pre .Events,
.lt-ie9 td.eventful-post .Events {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#666cb43f, endColorstr=#666cb43f)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#666cb43f, endColorstr=#666cb43f);
  zoom: 1;
}
.eventful-pre .Events:hover,
.eventful-post .Events:hover {
  background-color: rgba(85, 142, 50, 0.4);
}
.lt-ie9 .eventful-pre .Events:hover,
.lt-ie9 .eventful-post .Events:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#c06cb43f, endColorstr=#c06cb43f)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c06cb43f, endColorstr=#c06cb43f);
  zoom: 1;
}
/*red for other links in non-current month*/
td.eventful-pre .Other,
td.eventful-post .Other {
  background: none repeat scroll 0 0 rgba(153, 0, 0, 0.4);
}
.lt-ie9 td.eventful-pre .Events,
.lt-ie9 td.eventful-post .Events {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66990000, endColorstr=#66990000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66990000, endColorstr=#66990000);
  zoom: 1;
}
.eventful-pre .Events:hover,
.eventful-post .Events:hover {
  background-color: rgba(102, 0, 0, 0.4);
}
.lt-ie9 .eventful-pre .Events:hover,
.lt-ie9 .eventful-post .Events:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#c0990000, endColorstr=#c0990000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c0990000, endColorstr=#c0990000);
  zoom: 1;
}
#schedule-page {
  position: relative;
}
#schedule-page #topbar h1 {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
  text-transform: uppercase;
  font-weight: 300;
  padding: 8px 17px 9px;
  color: #ffffff;
  line-height: 1em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  background-color: #15a3d3;
  margin: 15px auto 0;
  text-align: center;
}
#schedule-page #topbar h1 .see-more {
  float: right;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#schedule-page #topbar {
  margin-top: 40px auto;
  position: relative;
  height: 38px;
}
#schedule-page .schedule-table {
  width: 100%;
  height: 100%;
  font-size: 12px;
  border-spacing: 3px 0;
  border-collapse: separate;
  margin-top: 2px;
}
#schedule-page .schedule-table tbody th {
  vertical-align: top;
  padding: 0 0 20px;
}
#schedule-page .schedule-table th,
#schedule-page .schedule-table td {
  vertical-align: top;
  margin: 2px;
  padding: 0;
  color: #00539b;
}
#schedule-page .schedule-table td {
  width: 14%;
  padding: 10px;
}
#schedule-page .schedule-table tr.single-day td {
  width: auto;
}
#schedule-page .schedule-table th {
  padding: 10px 0;
  width: 70px;
  text-align: center;
}
#schedule-page .schedule-table thead th {
  text-transform: uppercase;
  font-weight: bold;
  height: 20px;
  padding-left: 10px;
  text-align: center;
}
#schedule-page tbody th {
  font-family: georgia;
  font-size: 18px;
  font-weight: normal;
  background: none;
}
#schedule-page .day {
  text-align: left;
  border: none;
  vertical-align: text-bottom;
  height: 20px;
  padding: 5px 0 9px;
  text-transform: uppercase;
  font-family: Helvetica, Arial, sans-serif;
}
#schedule-page .little {
  font-size: 12px;
  font-weight: normal;
}
#schedule-page .testbg {
  background: url("../img/schedule-bg.png") repeat-y transparent;
  background-color: none;
}
#schedule-page .odd td {
  background-color: rgba(244, 245, 245, 0.5);
  height: 30px;
}
#schedule-page .lt-ie9 .odd td {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7ff4f5f5, endColorstr=#7ff4f5f5)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7ff4f5f5, endColorstr=#7ff4f5f5);
  zoom: 1;
  height: 35px;
}
#schedule-page .even td {
  background-color: rgba(255, 255, 255, 0.5);
  height: 30px;
}
#schedule-page .lt-ie9 .even td {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff, endColorstr=#7fffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff, endColorstr=#7fffffff);
  zoom: 1;
  height: 35px;
}
#schedule-page .program {
  border-top: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
}
#schedule-page .program.red {
  color: #7f3a34;
  background-color: #fddedb;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fddedb), to(#fbb2ab));
  background-image: -webkit-linear-gradient(top, #fddedb, #fbb2ab);
  background-image: -moz-linear-gradient(top, #fddedb, #fbb2ab);
  background-image: -ms-linear-gradient(top, #fddedb, #fbb2ab);
  background-image: -o-linear-gradient(top, #fddedb, #fbb2ab);
}
#schedule-page .program.orange {
  color: #906326;
  background-color: #ffecd1;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffecd1), to(#fad5a2));
  background-image: -webkit-linear-gradient(top, #ffecd1, #fad5a2);
  background-image: -moz-linear-gradient(top, #ffecd1, #fad5a2);
  background-image: -ms-linear-gradient(top, #ffecd1, #fad5a2);
  background-image: -o-linear-gradient(top, #ffecd1, #fad5a2);
}
#schedule-page .program.yellow {
  color: #625b26;
  background-color: #fffad6;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fffad6), to(#faf1aa));
  background-image: -webkit-linear-gradient(top, #fffad6, #faf1aa);
  background-image: -moz-linear-gradient(top, #fffad6, #faf1aa);
  background-image: -ms-linear-gradient(top, #fffad6, #faf1aa);
  background-image: -o-linear-gradient(top, #fffad6, #faf1aa);
}
#schedule-page .program.green {
  color: #3b4515;
  background-color: #ecf5cd;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ecf5cd), to(#dceaa9));
  background-image: -webkit-linear-gradient(top, #ecf5cd, #dceaa9);
  background-image: -moz-linear-gradient(top, #ecf5cd, #dceaa9);
  background-image: -ms-linear-gradient(top, #ecf5cd, #dceaa9);
  background-image: -o-linear-gradient(top, #ecf5cd, #dceaa9);
}
#schedule-page .program.blue {
  color: #14324f;
  background-color: #d9ecff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d9ecff), to(#b7dbfe));
  background-image: -webkit-linear-gradient(top, #d9ecff, #b7dbfe);
  background-image: -moz-linear-gradient(top, #d9ecff, #b7dbfe);
  background-image: -ms-linear-gradient(top, #d9ecff, #b7dbfe);
  background-image: -o-linear-gradient(top, #d9ecff, #b7dbfe);
}
#schedule-page .program.purple {
  color: #4c1d59;
  background-color: #f3e3f7;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f3e3f7), to(#e6cced));
  background-image: -webkit-linear-gradient(top, #f3e3f7, #e6cced);
  background-image: -moz-linear-gradient(top, #f3e3f7, #e6cced);
  background-image: -ms-linear-gradient(top, #f3e3f7, #e6cced);
  background-image: -o-linear-gradient(top, #f3e3f7, #e6cced);
}
#schedule-page .program.gray {
  color: #454545;
  background-color: #e9e9e9;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e9e9e9), to(#d7d7d7));
  background-image: -webkit-linear-gradient(top, #e9e9e9, #d7d7d7);
  background-image: -moz-linear-gradient(top, #e9e9e9, #d7d7d7);
  background-image: -ms-linear-gradient(top, #e9e9e9, #d7d7d7);
  background-image: -o-linear-gradient(top, #e9e9e9, #d7d7d7);
}
#schedule-page .blank {
  border-top: 1px dotted #D2D2D2;
  border-bottom: 1px dotted #D2D2D2;
}
#schedule-page .lt-ie9 .program {
  border-top: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
}
#schedule-page .lt-ie9 .blank {
  border-top: 1px dotted #9f9f9f;
  border-bottom: 1px dotted #9f9f9f;
}
.radio section#home-featured #home-featured-slider a.slide article h1 {
  width: 551px;
  padding: 0 10px 0 32px;
}
.radio section#radio-on-now article.cur p.time {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  width: 29px;
  height: 22px;
  background: url('../img/speaker.png') 0 0 no-repeat transparent;
  margin-top: 8px;
}
.radio section#radio-on-now article.cur p.time:hover {
  background-position: -29px 0;
}
.tv section#home-featured #home-featured-slider a.slide article h1 {
  width: 525px;
  padding: 0 10px 0 58px;
}
#pgs-main section#side-text {
  position: relative;
  width: 320px;
  height: 146px;
  float: right;
  margin-bottom: 12px;
}
#pgs-main section#side-text h1 {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: normal;
  color: #00539b;
  font-style: italic;
  text-shadow: -1px 1px #ffffff;
  filter: dropshadow(Color=#ffffff, OffX=-1, OffY=1);
}
#pgs-main section#side-text #name {
  float: left;
  text-transform: uppercase;
  color: #00539b;
  font-weight: 300;
  font-size: 12px;
  margin-top: 0.5em;
  margin-right: 5px;
  line-height: 1.5em;
}
#pgs-main section#side-text p {
  margin-top: 0.5em;
  font-style: italic;
  color: #525252;
  font-size: 12px;
  line-height: 1.5em;
}
#pgs-main #pg-ad {
  float: right;
}
#pgs-main h1#pgs-head {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
  text-transform: uppercase;
  font-weight: 300;
  padding: 8px 17px 9px;
  color: #ffffff;
  line-height: 1em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  background-color: #15a3d3;
  margin: 0 0 19px;
  position: relative;
}
#pgs-main h1#pgs-head .see-more {
  float: right;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#pgs-main h1#pgs-head select {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 300;
}
#pgs-main h1#pgs-head #programs-filt {
  float: right;
}
#pgs-main h1#pgs-head #programs-filt label {
  margin-top: 2px;
  margin-right: 10px;
  float: left;
}
#pgs-main h1#pgs-head #programs-filt input {
  text-transform: none;
  margin: 2px 0 0;
  font-size: 12px;
  padding: 3px 3px 1px;
  border: 0;
}
#pgs-main div + h1#pgs-head {
  margin: 19px 0;
}
#pgs-main #programs-grid {
  margin-top: 19px;
  width: 980px;
  overflow: hidden;
  /*		.program-thumb:nth-child(3n+1) {
			margin-right:0;
		}*/

}
#pgs-main #programs-grid #programs-wrap {
  width: 996px;
}
#pgs-main #programs-grid .program-thumb {
  float: left;
  position: relative;
  display: block;
  width: 316px;
  height: 200px;
  margin-right: 16px;
  margin-bottom: 16px;
}
#pgs-main #programs-grid .program-thumb h1 {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
  text-transform: uppercase;
  font-weight: 300;
  padding: 8px 17px 9px;
  color: #ffffff;
  line-height: 1em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  background-color: #15a3d3;
  width: 282px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  z-index: 10;
  line-height: 1.2em;
}
#pgs-main #programs-grid .program-thumb h1 .see-more {
  float: right;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#pgs-main #programs-grid .program-thumb .type {
  background-color: #15a3d3;
  display: block;
  width: 20px;
  height: 20px;
  padding: 8px;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
#pgs-main #programs-grid .program-thumb .type img {
  vertical-align: baseline;
}
#pgs-main #programs-grid .program-thumb .img {
  position: relative;
  width: 316px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
}
#pgs-main #programs-grid .program-thumb .img img {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999em;
}
#pgs-main #programs-grid .program-thumb:hover h1 {
  background-color: #107fa5;
}
#pgs-main #programs-grid .program-thumb:hover .type {
  background-color: #107fa5;
}
#pgs-main #programs-grid .program-thumb:hover .img {
  position: relative;
}
#pgs-main #programs-grid .program-thumb:hover .img img {
  opacity: 0.9;
}
#pgs-main #programs-grid .program-thumb:hover .img .img_wrap {
  opacity: 0.9em;
}
#pgs-main #programs-grid:first-child {
  margin-top: 0;
}
section#radio-on-now {
  position: relative;
  width: 980px;
  height: 80px;
  background-color: #ffffff;
  background-image: url('../img/radio-sched-bg.png');
  background-repeat: no-repeat;
  margin: 15px 0;
}
section#radio-on-now h1.blue-arrow {
  left: -6px;
  top: 22px;
}
section#radio-on-now .table {
  height: 80px;
}
section#radio-on-now .table .cell {
  vertical-align: middle;
}
section#radio-on-now article {
  float: left;
  width: 200px;
  padding-left: 50px;
  margin-right: 35px;
  color: #00529b;
  overflow: hidden;
}
section#radio-on-now article h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-style: bold;
  font-size: 14px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  margin-top: 10px;
  text-transform: uppercase;
}
section#radio-on-now article h1:hover {
  color: #15a3d3;
}
section#radio-on-now article p {
  font-family: Helvetica, Arial, sans-serif;
  font-style: italic;
  margin: 0;
  padding: 0;
  font-size: 14px;
  white-space: nowrap;
}
section#radio-on-now article p:hover {
  color: #15a3d3;
}
section#radio-on-now article p.time {
  float: left;
  font-family: Georgia, "Century Schoolbook", serif;
  font-size: 55px;
  line-height: 1em;
  margin-right: 15px;
  margin-top: -5px;
  font-style: normal;
}
section#radio-on-now article p.time .half {
  vertical-align: text-top;
  font-size: 30px;
}
section#radio-on-now article p.time .anno {
  font-size: 33px;
  vertical-align: middle;
}
section#radio-on-now article.cur {
  width: 245px;
  padding-left: 0;
  margin-right: 45px;
  margin-left: 100px;
  margin-top: 9px;
}
section#radio-on-now article.cur h1 {
  margin-top: 1px;
}
section#radio-on-now article.cur p.time {
  margin-top: -15px;
}
section#radio-on-now article.next {
  width: 270px;
  padding-left: 0;
  margin-right: 40px;
}
section#radio-on-now article.last {
  margin-right: 0;
}
section#radio-on-now article.no_desc h1 {
  padding-top: 8px;
}
section#radio-on-now #home-view-sched {
  float: left;
  width: 199px;
  background-color: #00529b;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding: 13px 0;
  margin-right: 14px;
}
.viewcalendar {
  float: right;
  font-family: helvetica;
  font-size: 12px;
  font-weight: bold;
  opacity: 0.5;
}
#pg-main #pg-header a > h1.no_img:hover {
  background-color: #107fa5;
}
#tax-more-topics {
  margin-bottom: 9px;
}
#tax-more-topics h1 {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
  text-transform: uppercase;
  font-weight: 300;
  padding: 8px 17px 9px;
  color: #ffffff;
  line-height: 1em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  background-color: #15a3d3;
  margin: 17px 0 13px;
}
#tax-more-topics h1 .see-more {
  float: right;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#tax-more-topics .tax-parent-term {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
  text-transform: uppercase;
  font-weight: 300;
  padding: 8px 17px 9px;
  color: #ffffff;
  line-height: 1em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  width: auto;
  display: block;
  float: left;
  background-color: #d7511e;
  margin: 4px;
  font-size: 14px;
  padding: 8px 8px 9px;
}
#tax-more-topics .tax-parent-term .see-more {
  float: right;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#tax-more-topics .tax-parent-term:hover {
  background-color: #aa4018;
}
#tax-more-topics .tax-sub-term {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
  text-transform: uppercase;
  font-weight: 300;
  padding: 8px 17px 9px;
  color: #ffffff;
  line-height: 1em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  width: auto;
  display: block;
  float: left;
  background-color: #00539b;
  margin: 4px;
  font-size: 14px;
  padding: 8px 8px 9px;
}
#tax-more-topics .tax-sub-term .see-more {
  float: right;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#tax-more-topics .tax-sub-term:hover {
  background-color: #003868;
}
#event-details {
  padding: 0;
  list-style: none;
}
#event-details li {
  border-bottom: 1px solid #999;
}
#event-details li.event-date strong {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
#event-details li.event-date span:before {
  content: " - ";
}
#event-details li.event-date span {
  font-size: 16px;
}
#event-details li.event-date span i:before {
  content: " - ";
}
article#single div#sg-main section#sg-body div#sg-content #event-categories-container {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
article#single div#sg-main section#sg-body div#sg-content #event-categories-container strong {
  font-size: 16px;
  font-weight: 400;
}
article#single div#sg-main section#sg-body div#sg-content #event-categories-container ul.event-categories {
  padding: 0;
  list-style: none;
  overflow: hidden;
}
article#single div#sg-main section#sg-body div#sg-content #event-categories-container ul.event-categories li {
  float: left;
  margin: 0 10px 10px 0;
}
article#single div#sg-main section#sg-body div#sg-content #event-categories-container ul.event-categories li a {
  display: block;
  padding: 8px 14px;
  color: white;
  font-size: 1.5em;
  background-color: #00539b;
}
article#single div#sg-main section#sg-body div#sg-content #event-categories-container ul.event-categories li a:hover {
  background-color: #003868;
  text-decoration: none;
}
#search-form input {
  float: left;
}
#search-form #fwh-search-text {
  color: #000000;
  border: 0;
  font-size: 11px;
  margin-top: 9px;
  width: 152px;
  padding: 5px 4px 4px;
}
#search-form #fwh-search-text::-webkit-input-placeholder {
  color: #cbcbcb;
  font-style: italic;
}
#search-form #fwh-search-text:-moz-placeholder {
  color: #cbcbcb;
  font-style: italic;
}
#search-form #fwh-search-submit {
  border: 0;
  text-indent: -9999em;
  display: block;
  margin-top: 7px;
  width: 24px;
  height: 24px;
  padding: 0;
  background: url("../img/ft-social-icons.png") no-repeat -25px -120px;
  margin-left: 8px;
}
#search-form #fwh-search-submit:hover {
  background-position: 0px -120px;
}
#no-result-search p {
  font-size: 13px;
}
#schedule-top-nav {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
  text-transform: uppercase;
  font-weight: 300;
  padding: 8px 17px 9px;
  color: #ffffff;
  line-height: 1em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  background-color: #d7511e;
  text-align: center;
  position: relative;
  float: right;
  width: 849px;
}
#schedule-top-nav .see-more {
  float: right;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#schedule-top-nav .see-more {
  display: block;
  position: absolute;
  font-size: 12px;
  top: 10px;
}
#schedule-top-nav #tomorrow {
  right: 10px;
}
#schedule-top-nav #yesterday {
  left: 10px;
}
#schedule-table-wrap {
  width: 980px;
  overflow: hidden;
  position: relative;
}
#now-txt {
  width: 84px;
  float: left;
  font-family: 'Oswald', sans-serif;
  color: #00529b;
  text-transform: uppercase;
  font-size: 36px;
  padding-top: 221px;
  padding-left: 5px;
}
.on-now-col {
  width: 289px;
  float: left;
  margin: 0 0 8px 8px;
}
.on-now-col .on-now {
  width: 289px;
  height: 129px;
  position: relative;
  margin-top: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
}
.on-now-col .on-now h1 {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
  text-transform: uppercase;
  font-weight: 300;
  padding: 8px 17px 9px;
  color: #ffffff;
  line-height: 1em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  background-color: #15a3d3;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 255px;
  margin: 0;
  line-height: 1.2em;
}
.on-now-col .on-now h1 .see-more {
  float: right;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.on-now-col .on-now .img {
  width: 289px;
  height: 129px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.on-now-col .on-now.no-img {
  background-color: #353535;
}
.on-now-col .on-now.no-img h1 {
  position: static;
  margin-bottom: 8px;
}
.on-now-col .on-now.no-img .cont {
  color: #ffffff;
  font-size: 12px;
  padding: 0 17px;
}
.on-now-col a:hover h1 {
  background-color: #107fa5;
}
.on-now-col a:hover .img img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#schedules-table {
  border-spacing: 8px;
  border-collapse: separate;
  background-image: url('../img/sched-frame-bg.png');
  background-position: 0 3px;
  border: 0 !important;
  position: relative;
}
#schedules-table td {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
  background-color: #ffffff;
  height: 128px;
  padding: 0;
}
#schedules-table td .inner-cell-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 11px;
}
#schedules-table td .inner-cell-wrap h1 {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
  text-transform: uppercase;
  font-weight: 300;
  padding: 8px 17px 9px;
  color: #ffffff;
  line-height: 1em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  margin: 0 0 8px;
  background-color: #353535;
  width: 255px;
  line-height: 1.2em;
}
#schedules-table td .inner-cell-wrap h1 .see-more {
  float: right;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#schedules-table td .inner-cell-wrap h1.onetimeonly {
  background-color: #15a3d3;
}
#schedules-table td .inner-cell-wrap h1.movie {
  background-color: #d7511e;
}
#schedules-table td .inner-cell-wrap a:hover h1 {
  background-color: #1c1c1c;
}
#schedules-table td .inner-cell-wrap a:hover h1.onetimeonly {
  background-color: #107fa5;
}
#schedules-table td .inner-cell-wrap a:hover h1.movie {
  background-color: #aa4018;
}
#schedules-table td .inner-cell-wrap h2 {
  color: #00529b;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0;
  font-size: 14px;
  margin: 0px 17px 5px;
}
#schedules-table td .inner-cell-wrap h2 a {
  text-decoration: none;
  color: #00529b;
}
#schedules-table td .inner-cell-wrap p.meta {
  margin: 0 17px 0px;
}
#schedules-table td .inner-cell-wrap p {
  margin: 0px 17px 2px;
  font-size: 12px;
}
#schedules-table td .inner-cell-wrap p.meta {
  text-transform: uppercase;
}
#schedules-table td.time {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=0, Direction=135, Color='#a2a2a2');
  width: 109px;
  background-color: transparent;
  color: #00539b;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
#schedules-table td.time .inner-cell-wrap {
  width: 81px;
}
#schedules-table td.time .hour {
  display: block;
  position: absolute;
  font-size: 40px;
  right: 45px;
  top: 33px;
}
#schedules-table td.time .minute {
  display: block;
  position: absolute;
  font-size: 22px;
  right: 20px;
  top: 38px;
}
#schedules-table td.time .anno {
  display: block;
  position: absolute;
  font-size: 16px;
  right: 22px;
  top: 60px;
}
#schedule-frame {
  width: 995px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
#schedule-frame #loading {
  display: block;
  margin: 100px auto;
  padding-left: 92px;
}
#schedule-frame::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
#schedule-frame::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
#schedules-table-head {
  border-spacing: 5px;
  border-collapse: separate;
}
#schedules-table-head tbody th {
  color: #00529b;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0;
  font-size: 14px;
  padding: 5px 0 0;
}
#schedules-table-head tbody th a {
  text-decoration: none;
  color: #00529b;
}
#schedules-table-head tbody th div {
  width: 127px;
}
#schedules-table-head tbody th.empty div {
  width: 51px;
}
#schedules-table-week {
  border-spacing: 6px;
  border-collapse: separate;
  background-image: url('../img/week-sched-bg.png');
  background-position: 0 4px;
  border: 0 !important;
  position: relative;
  padding-right: 2px;
}
#schedules-table-week tbody th {
  color: #00529b;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0;
  font-size: 14px;
}
#schedules-table-week tbody th a {
  text-decoration: none;
  color: #00529b;
}
#schedules-table-week tbody td {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
  background-color: #ffffff;
  height: 128px;
  position: relative;
  padding: 0;
}
#schedules-table-week tbody td .inner-cell-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#schedules-table-week tbody td .inner-cell-wrap h1 {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
  text-transform: uppercase;
  font-weight: 300;
  padding: 8px 17px 9px;
  color: #ffffff;
  line-height: 1em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  margin: 0 0 8px;
  background-color: #353535;
  width: 107px;
  font-size: 12px;
  padding: 8px 10px 9px;
  line-height: 1.2em;
}
#schedules-table-week tbody td .inner-cell-wrap h1 .see-more {
  float: right;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#schedules-table-week tbody td .inner-cell-wrap h1.onetimeonly {
  background-color: #15a3d3;
}
#schedules-table-week tbody td .inner-cell-wrap h1.movie {
  background-color: #d7511e;
}
#schedules-table-week tbody td .inner-cell-wrap a:hover h1 {
  background-color: #1c1c1c;
}
#schedules-table-week tbody td .inner-cell-wrap a:hover h1.onetimeonly {
  background-color: #107fa5;
}
#schedules-table-week tbody td .inner-cell-wrap a:hover h1.movie {
  background-color: #aa4018;
}
#schedules-table-week tbody td .inner-cell-wrap p.meta {
  margin: 0 10px 4px;
  text-transform: uppercase;
}
#schedules-table-week tbody td.time {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='#a2a2a2')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=0, Direction=135, Color='#a2a2a2');
  width: 79px;
  background-color: transparent;
  color: #00539b;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
#schedules-table-week tbody td.time .inner-cell-wrap {
  width: 43px;
}
#schedules-table-week tbody td.time .hour {
  display: block;
  position: absolute;
  font-size: 26px;
  right: 18px;
  top: 46px;
}
#schedules-table-week tbody td.time .minute {
  display: block;
  position: absolute;
  font-size: 14px;
  right: 2px;
  top: 50px;
}
#schedules-table-week tbody td.time .anno {
  display: block;
  position: absolute;
  font-size: 10px;
  right: 3px;
  top: 65px;
}
#side-text-name {
  float: left;
  text-transform: uppercase;
  color: #00539b;
  font-weight: 300;
  font-size: 12px;
  margin-top: 0.5em;
  margin-right: 5px;
  line-height: 1.5em;
}
#side-text-pledge {
	margin: 0.5em;
	font-style: italic;
	color: #525252;
	font-size: 12px;
	line-height: 1.5em;
}#side-text-pledge-bold {
	font-weight: bold;
}
#pledge-item-font {
	font-size:16px;
	color: #00539b;
	font-weight:bold;
}
#pledge-featured {
	overflow: hidden;
	height: 100px;
	position: relative;
}
#pledge-featured-header {
	width: 225px;
	float: left;
	height: 100px;
}
#pledge-featured-content {
	float: left;
	width: 170px;
	height: 100px;
	margin-left: 15px;
	top: 50%;
	height: 100px;
}
#pledge-header-text {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: #00539b;
	font-style: italic;
	text-shadow: -1px 1px #ffffff;
	filter: dropshadow(Color=#ffffff, OffX=-1, OffY=1);
	vertical-align: middle;
}
#pledge-horiz-dots {
	display: block;
	height: 2px;
	margin: 0;
	width: 646px;
}
#pledge-blue-arrow {
  display: block;
  position: absolute;
  top: 15px;
  width: auto;
  margin: 0;
  padding: 25px;
  font-family: 'Oswald', sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 300;
  background: url("../img/blue-arrow.png") transparent no-repeat right center;
  padding: 5px 18px 8px 14px;
  text-transform: uppercase;
  z-index: 100;
}
#pledge-content-text {
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	position: relative;
	left: 0px;
	bottom: 0px;
	display: block;
	text-transform: uppercase;
	color: #00539b;
	text-align: center;
}
#pledge-align-bottom {
	position: absolute;
}
#pledge-img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
article#single div#us-main {
  float: left;
  width: 604px;
  margin-top: 19px;
  background:#ffffff;
/*	-webkit-box-shadow: inset 0 0 6px rgba(0,0,1,.42);
	-moz-box-shadow: inset 0 0 6px rgba(0,0,1,.42);
	box-shadow: inset 0 0 6px rgba(0,0,1,.42);
	border: solid 1px rgba(60,60,60,.34);*/
	padding:20px 20px 8px;
	margin-bottom:25px;
}

.single_person img {
	width:250px;
	height:auto;
}

article#single div#us-main section#us-body .youtube-video {
  margin-bottom: 10px;
}
article#single div#us-main section#us-body > img {
  margin-bottom: 10px;
}
article#single div#us-main section#us-body img {
  display: block;
  max-width: 604px;
  height:auto;
  background-color: #c9c9c9;
}
article#single div#us-main section#us-body h1.title {
	background:#15A3D3;
	font-family:'Oswald', sans-serif;
	color:#ffffff;
	font-weight:300;
	letter-spacing:1px;
	padding:9px 20px 8px 22px;
	margin:0 0 0 -21px;
	width:100%;
	line-height:1em;
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
	/* For IE 5.5 - 7 */
	filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
	text-transform:uppercase;
	font-size:18px;
}

article#single div#us-main section#us-body h1.title + img {
	margin:20px 0;
}

article#single div#us-main section#us-body div#sg-content time, article#single div#us-main section#us-body h2 {
	display:block;
	word-wrap:break-word;
	color:#014381;
	font-weight:bold;
	font-size:14px;
	line-height:1.2em;
	margin:1em 0 1em;
	text-transform:uppercase;
}

article#single div#us-main section#us-body div#sg-content h1 {
  word-wrap: break-word;
  color: #014381;
  font-weight: normal;
  margin: 0;
  line-height: 1.2em;
  font-size: 24px;
/*  margin: 1em 0;*/
}

/*article#single div#us-main section#us-body div#sg-content h1 + * {
	margin-top:0;
}*/

article#single div#us-main section#us-body div#sg-content h2 {
	word-wrap: break-word;
	color:#014381;
	font-weight:bold;
	margin:1.5em 0 0.1em;
	line-height:1.2em;
	font-size:14px;
	text-transform:uppercase;
}

article#single div#us-main section#us-body div#sg-content h2 + * {
	margin-top: 0;
}

article#single div#us-main section#us-body div#sg-content {
  word-wrap: break-word;
  font-size: 12px;
  line-height: 1.6em;
/*  line-height: 2em;*/
}
/*article#single div#us-main section#us-body div#sg-content * {
	margin:2em 0;
}*/
article#single div#us-main section#us-body div#sg-content a,
article#single div#us-main section#us-body div#sg-content a:focus,
article#single div#us-main section#us-body div#sg-content a:active {
  color: #369;
}
article#single div#us-main section#us-body div#sg-content a:hover,
article#single div#us-main section#us-body div#sg-content a:focus:hover,
article#single div#us-main section#us-body div#sg-content a:active:hover {
  text-decoration: underline;
}
article#single div#us-main section#us-body .alignnone {
  margin: 15px;
}
article#single div#us-main section#us-body .alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
article#single div#us-main section#us-body .aligncenter {
  margin: 15px auto;
}
article#single div#us-main section#us-body .alignright {
  float: right;
  margin: 0 0 15px 15px;
}

article#single div#us-main section#us-body .section-sub-nav {
	float: right;
	font-size: 14px;
	margin: 1em 0 0.5em 1em;
	padding: 10px;
	border: 1px dotted #15A3D3;
}

article#single div#us-main section#us-body .section-sub-nav a {
	display: block;
	color: #00529B;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 1em;
}

article#single div#us-main section#us-body .section-sub-nav a:first-child {
	margin-top: 0;
}

article#single div#us-main section#us-body .section {
	position: relative;
}

article#single div#us-main section#us-body .anchor {
	position: absolute;
	top: -50px;
}

.white-box {
	margin-top:15px;
	background:#ffffff;
/*	-webkit-box-shadow: inset 0 0 6px rgba(0,0,1,.42);
	-moz-box-shadow: inset 0 0 6px rgba(0,0,1,.42);
	box-shadow: inset 0 0 6px rgba(0,0,1,.42);
	border: solid 1px rgba(60,60,60,.34);*/
	padding:20px 20px 8px;
	margin-bottom:25px;
}

.white-box .youtube-video {
	margin-bottom:10px;
}

.white-box .body > img {
	margin-bottom:10px;
}

.white-box .body img {
	display:block;
	max-width:100%;
	height:auto;
	background-color:#c9c9c9;
}

.white-box .body h1.title {
	background:#15A3D3;
	font-family:'Oswald', sans-serif;
	color:#ffffff;
	font-weight:300;
	letter-spacing:1px;
	padding:9px 20px 8px 22px;
	margin:0 0 15px -21px;
	width:100%;
	line-height:1em;
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a2a2a2')";
	/* For IE 5.5 - 7 */
	filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#a2a2a2');
	text-transform:uppercase;
	font-size:18px;
}

#view-more, #email {
	display:block;
	background-color:#014381;
	color:#ffffff;
	text-transform:uppercase;
	font-size:16px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	letter-spacing:1px;
	padding:15px 20px 14px;
	width:100%;
	margin-left:-20px;
	margin-bottom:15px;
}

#view-more:hover, #email:hover {
	background-color:#015DB4;
}

#view-more.loading {
  background-color: #cbcbcb;
  background-image: url('../img/ajax_loader_transparent.gif');
  background-repeat: no-repeat;
  background-position: right center;
}

#view-more.loading:hover {
	background-color:#cbcbcb;
	cursor:default;
}

#stafflist-body {
	width:938px;
}

#stafflist-body .person {
	width:426px;
	font-size:12px;
	padding:0 10px 25px;
	border-bottom:1px solid #000000;
	margin-bottom:25px;
	width:100%;
}

#stafflist-body .person .img {
	float:left;
	width:119px;
	height:119px;
}

#stafflist-body .person .cont {
	float:right;
	width:284px;
}

#stafflist-body .person header h1 {
	margin:0;
	font-size:18px;
	color:#014381;
	word-wrap:break-word;
	font-weight:normal;
}

#stafflist-body .person header p {
	margin:0;
	font-weight:bold;
	color:#014381;
}

#newsroom-body .release {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #000000;
}

#newsroom-body .release img {
	width:260px;
	height:auto;
}

#newsroom-body .release .img {
	width:260px;
	height:115px;
	overflow:hidden;
	float:left;
}

#newsroom-body .release .cont {
	width:640px;
	float:right;
	font-size:12px;
}

#newsroom-body .release .cont h1 {
	margin:0;
	font-size:18px;
	color:#014381;
	word-wrap:break-word;
	font-weight:normal;
}

#newsroom-body .release .cont time {
	margin:0;
	font-weight:bold;
	color:#014381;
}

#stafflist-body .job {
	width:426px;
	font-size:12px;
	padding:0 10px 25px;
	border-bottom:1px solid #000000;
	margin-bottom:25px;
}

#stafflist-body .job header h1 {
	margin:0;
	font-size:18px;
	color:#014381;
	word-wrap:break-word;
	font-weight:normal;
}

#stafflist-body .job header p {
	margin:0;
	font-weight:bold;
	color:#014381;
}

#stafflist-body .job p {
	margin-bottom:0;
}

article#single div#us-main section#us-body.single_person h1.title + img {
	float:left;
	margin-right: 20px;
}

article#single div#us-main section#us-body.single_person #sg_content h1 {
	margin-top:20px;
}