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

}

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

}

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

}

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

}

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

.t3-header {
  padding-top: 25px;
  padding-bottom: 25px;
}
.logo {
  float: left;
  border-left: 1px solid #79B2CE;
  border-right: 1px solid #79B2CE;
}
.logo h1,
.logo h1 a {
  display: inline-block;
  line-height: 1;
  margin: 0;
  font-weight: normal;
}
.logo-image {
  height: 50px;
}
.logo-image h1 {
  height: 50px;
}
.logo-image a {
  background-repeat: no-repeat;
  background-position: center;
  width: 100px;
  height: 50px;
}
.logo-image a:hover,
.logo-image a:active,
.logo-image a:focus {
  background-position: center;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text h1 {
  color: #FFF;
  height: 50px;
  font-family: 'LeagueGothicRegular', Helvetica, Arial, sans-serif;  
  font-size: 39px;
  text-transform: uppercase;
}
.logo-text h1 a {
  color: #FFF;
  text-decoration: none;
  line-height: 50px;
font-size: 30px;
padding: 0 20px 0 0;
  font-family: 'LeagueGothicRegular', Helvetica, Arial, sans-serif;
  letter-spacing:.05em;  

}
.logo-text:hover h1 a,
.logo-text h1 a:hover,
.logo-text h1 a:active,
.logo-text h1 a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: none;
  font-size: 16px;
  margin-right: 20px;
  text-transform: normal;
}
.t3-mainnav {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.head-search {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  border-left: 1px solid #79B2CE;
  border-right: 1px solid #79B2CE;
  background-color: #79B2CE;
}
.head-search form {
  margin: 10px 8px 0 10px;
}
.head-search label {
  display: none;
}
.head-search .input {
  background: url(../../../templates/ja_argo/images/ico/search.png) no-repeat 8px center;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  width: 20px;
  text-indent: 26px;
}
.head-search .input:hover,
.head-search .input:active,
.head-search .input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.head-search .input:focus {
  color: #fff;
  width: 180px;
}
.head-connect {
  float: right;
  position: relative;
  border-left: 1px solid #1a1a1a;
}
.head-connect .dropdown-toggle {
  color: #fff;
  display: block;
  height: 50px;
  margin: 0;
  padding: 0 25px;
  line-height: 50px;
  text-transform: uppercase;
}
.head-connect .dropdown-toggle:hover,
.head-connect .dropdown-toggle:focus,
.head-connect .dropdown-toggle:active {
  background: transparent;
  color: #79B2CE;
  text-decoration: none;
}
.head-connect .dropdown-menu {
  min-width: 270px;
  left: auto;
  right: 0;
}
.head-connect .dropdown-menu li {
  padding: 10px;
}
.head-connect [class^="icon-"],
.head-connect [class^=" icon-"] {
  line-height: normal;
  margin-right: 10px;
}
.head-connect.open .dropdown-toggle {
  background: transparent;
  color: #79B2CE;
}
.t3-sl {
  padding-bottom: 75px;
  padding-top: 75px;
}
.t3-mainbody {
  padding-bottom: 50px;
  padding-top: 20px;
}
.t3-content .content-top {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.footer small {
  color: #999;
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.t3-copyright {
  border-top: 1px solid #404040;
  font-size: 12px;
  padding: 50px 0 100px;
  *zoom: 1;
  text-align: center;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: "";
  line-height: 0;
}
.t3-copyright:after {
  clear: both;
}
.poweredby {
  margin-top: 12.5px;
}
.ja-tabswrap .container {
  width: auto;
}
div#ja-bulletin ul .mostread-image {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}
div#ja-bulletin ul li {
  border: 0;
  min-height: 40px;
  padding: 10px 0;
}
div#ja-bulletin ul img {
  position: relative;
  left: auto;
  top: auto;
}
.scrollcontainer {
  position: relative;
  height: 100%;
}
.scrollcontainer .scrollbar {
  position: absolute;
  right: -10px;
  width: 7px;
  display: none;
  z-index: 100;
  top: 0;
}
.scrollcontainer .scrollbar.enable {
  display: block;
}
.scrollcontainer .viewport {
  overflow: hidden;
}
.scrollcontainer .overview {
  position: relative;
  height: auto;
  overflow: hidden;
}
.scrollcontainer .thumb {
  height: 1.250em;
  width: 7px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: rgba(51,51,51,0.5);
  opacity: 0;
  transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -webkit-transition: opacity .2s linear;
}
.scrollcontainer:hover .thumb,
.dragging .thumb {
  opacity: 1;
}
.sidebar-affix.affix {
  top: 80px;
}
.t3-inset.affix {
  top: 80px;
  position: fixed;
}
.t3-content-inset .bottom.affix {
  bottom: 0px;
  top: auto;
}
.content-inline {
  float: none !important;
}
.content-inline > * {
  margin-bottom: 15px;
  margin-top: -15px;
  text-align: center;
}
div.ja-twitter div.ja-twitter-tweets div.ja-twitter-item {
  border: 0;
  border-left: 3px solid #eee;
  margin: 0 0 30px;
  padding: 0 0 0 15px !important;
}
div.ja-twitter div.ja-twitter-item .ja-twitter-date {
  color: #999;
  font-size: 12px;
}
div#infscr-loading {
  display: block;
  text-align: center;
}
div#infscr-loading em {
  font-style: normal;
  font-size: 11px;
}
div#infscr-loading img {
  background: url(../../../templates/ja_argo/images/ajax-loader.gif) no-repeat center center;
  width: 32px;
  height: 32px;
}
#login-form {
  margin-bottom: 0;
}
#login-form ul.unstyled li {
  margin-bottom: 0;
}
#login-form ul.unstyled li a {
  padding: 12.5px 0;
}
#login-form ul.unstyled li .icon-arrow-right {
  display: none;
}
#login-form .btn {
  margin-top: 0;
}
#user-registration .control-group + .control-group {
  display: none;
}
#user-registration .form-actions {
  background: none;
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
#recaptcha {
  margin-bottom: 30px;
}
#disqus_thread {
  width: 99% !important;
}
#idc-container div.idc-text_noresize,
#idc-container textarea.idc-text_noresize {
  width: 97.8% !important;
}
.containerCountComment a {
  font-weight: bold;
  color: #333;
}
.containerCountComment a:hover,
.containerCountComment a:focus,
.containerCountComment a:active {
  color: #4391b7;
}

/*HACKS ON HACKS ON HACKS*/
div.stubAddThis div.addthis_toolbox{
	opacity:0;
	transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
}
div.items-row:hover > article > div.row-fluid > div.article-row-main > div.stubAddThis div.addthis_toolbox{
	opacity:1;
}

div.brick.brick-big .featuredImage{max-width:100%; position: relative; width: 99.5%; height: 0; padding-bottom: 42%;}
div.brick.brick-small .featuredImage{max-width:100%; position: relative; width: 100%; height: 0; padding-bottom: 100%;}
div.brick.brick-small {float:left; max-width:23.5%; margin:2% 2% 0 0;}
div.brick.brick-small:last-child {margin:2% 0 0 0;}
div.brick.brick-small.span9, div.brick.brick-big.span9 {margin-left:0;}

article.noPic .article-row-aside{display:none;}
article.noPic .article-row-main{width:99%; padding-right:15px;}

.popularNow {font-size:12px; line-height: 21px;}
.popularNow H3 {margin:0;}
.popularNow .addthis-content-row:first-child {border-top: 1px #CCC solid;}
.popularNow .addthis-content-row {padding: 10px 0; border-bottom: 1px #CCC solid;}
.popularNow a {color: #333; text-decoration: none; outline: none;}
.popularNow a:hover {color: #79B2CE; text-decoration: none; outline: none;}
.popularNow .addthis-content-footer {display:none;}

.label, .badge {
display: inline-block;
padding: 0;
font-size: 12px;
font-weight: bold;
line-height: 14px;
color: #999;
vertical-align: baseline;
white-space: nowrap;
background-color: white;
text-transform: uppercase;
text-shadow:none !important;
}

.label a:hover, .badge a:hover{
	color:#CCC;
}

.stubAddThis {margin-top:5px;}

.imgLeftFloat{
	max-width:100%; 
	position: relative; 
	width: 100%; 
	height: 0; 
	padding-bottom:100%;
	background-position: center;
	margin-top:7px;
}

div.infinitescroll.blog .items-row{margin-bottom:10px;}
	
.imgLeftFloat.featured{
	max-width:100%; 
	position: relative; 
	width: 100%; 
	height: 0; 
	padding-bottom:45%;
}

.span4.article-row-aside.featured{
	width: 100%;
	margin-bottom:15px; 
}

.span8.article-row-main.featured{
	width:99%;
	padding-right:30px;
}

.t3-inset-inner.viewport{
	min-height:470px !important;
}

span.commentCount{
	font-size:14px;
	padding-bottom:2px;
	}
	
span.commentCount a:hover{
	color:#79B2CE;
	text-decoration:none;
}
div.popularNow h3{
	line-height: 21px;
	font-size: 24px;
	margin: 0 0 5px 0;
}

div.acymailing_module{
	width:100%;
}

table.acymailing_form{
	width:100%;
}

table.acymailing_form .btn{
	float:right;
	margin-top:0;
}

div.module-ct > div.acymailing_module{
	min-width:310px;
	height:36px;
}

/*CHRONOFORM*/

.mega-inner h3{
	color:#333;
	font-size:18px;
}

div.chronoform{
	display:none;
}

#chronoform_tipline input{
max-width:215px;
}

/*navigation*/

ul.pagenav{
	border-top:1px #EEE solid;
	border-bottom:1px #EEE solid;
}
li.navPrevious{
	float:left;
	width:290px;
	border:0;
	text-align:left;
	background-image: url('/images/nav-prev.png');
	background-repeat: no-repeat;
	background-position: left;
}
li.navPrevious a, li.navNext a{
	border:0;
	background:none;
}
li.navNext{
	float:right;
	width:290px;
	border:0;
	text-align:right;
	background-image: url('/images/nav-next.png');
	background-repeat: no-repeat;
	background-position: right;
}

div.tags span{
	width:0;
	height:0;
	display:inline;
	border-collapse:collapse;
	opacity:0;
	transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
}

div.tags span:first-child{
	width:auto;
	height:auto;
	opacity:1;
}

div.tags:hover span{
	width:auto;
	height:auto;
	opacity:1;
}

a.label.label-info:hover{
	color:#79B2CE;
}

input[type="submit"]{
	padding:4px 12px !important;
	background-color:#79B2CE;
	color:#fff;
}

.article-info a{
	color:#333;
}
aside.article-aside a{
	color:#333;
}
* a:hover{
	text-decoration:none;
}

@media (min-width: 768px){
section.article-content p img[width="620"], section.article-content p iframe[width="620"]{
margin-left:-10%;
margin-right:-10%;
width:120% !important;
max-width:120% !important;
border:0 !important;
outline:0 !important;
}

section.article-content p img[width="640"], section.article-content p iframe[width="640"], section.article-content p iframe[width="100%"]{
margin-left:-10%;
margin-right:-10%;
width:120% !important;
max-width:120% !important;
border:0 !important;
outline:0 !important;
}

section.article-content iframe[width="640"], section.article-content iframe[width="100%"]{
width:100% !important;
max-width:100% !important;
margin-bottom:30px;
border:0 !important;
outline:0 !important;
}

section.article-content p{
	padding-right:10%;
	padding-left:10%;
	text-align:justify;
}

section.article-content p + div.tt-wrapper.inread{
        padding-right:10% !important;
        padding-left:10% !important;
} 

section.article-content p img[style*="float: left"],section.article-content p img[style*="float:left"], section.article-content iframe[style*="float: left"], section.article-content iframe[style*="float:left"]{
margin:5px 25px 15px -10% !important;
position:relative;
}
section.article-content p img[style*="float: right"], section.article-content p img[style*="float:right"], section.article-content iframe[style*="float: right"], section.article-content iframe[style*="float:right"]{
margin:5px -10% 15px 25px !important;
position:relative;
}
}
.sige_thumb img {
display: block;
position: relative;
background: NONE !important;
border: 0 !important;
margin: 0 !important;
padding: 0 !important;
}
.sige_thumb img:after{
	content:"" !important;
}

.sige_thumb{
	background:none !important;
}

.t3-sidebar.span3{
	margin-left:20px;
}

.items-row.leading.leading-0{
	border-bottom:0 !important;
	margin-bottom:0 !important;
}

.disqusStub
{
	float: right;
	text-decoration: none;
	margin-top: -2px;
	padding-right: 2px;
	font-weight: 500;
	font-size: 12px;
}
.disqusStub a
{
	color:#999
}
div.items-row:hover > article > div.row-fluid > div.article-row-main > div.stubAddThis div.disqusStub a
{
	color:#333;
}

.addthis_trendingcontent .addthis-content-row{
	margin-bottom:0;
}

.moduletable.latest{
	width: 280px;
	float: left;
	margin-right: 30px;
	margin-bottom:10px;
	list-style: none;
	font-size: 12px;
	line-height: 21px;
	padding:0 15px;
}

.moduletable.latest h3{
	margin-top:0;
	font-size:38px;
}

ul.latestnews.latest{
	margin:0;
}
ul.latestnews.latest a{
	color:#333;
}
ul.latestnews.latest a:hover{
color:#79B2CE;
}
.moduletable.latest ul li{
	list-style:none;
	padding: 10px 0;
	border-bottom: 1px #CCC solid;
}
.moduletable.latest ul li:first-child{
	border-top: 1px #CCC solid;
}
.cfdiv_file.label_over label{
	color:#999;
	font-weight:400;
}
.cfdiv_submit input[type="submit"]{
	float: right;
	margin-right: 15px;
	margin-top: -10px;
}
#chronoform_tipline input[type="file"]{
	max-width:210px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	margin-bottom:30px;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.article-content iframe{
	max-width:100%;
}
p + ul {
list-style: disc;
padding: 0 10%;
}

.t3-sidebar h3.module-title {
	color:#333;
	font-family: 'LeagueGothicRegular',serif;
	line-height: 21px;
	font-size: 24px;
	margin: 0 0 5px 0;
	text-transform:none;
	border-bottom: 1px #CCC solid;
	padding-bottom: 4px;
	font-weight: normal;	
}

ul.dsq-widget-list{
	margin:0;
}
li.dsq-widget-item{
	margin:5px 0 !important;
}
img.dsq-widget-avatar{
	margin:5px 10px 0 0 !important;
	width: 39px !important;
	height:auto !important;
}

ul.dsq-widget-list a, ul.dsq-widget-list span{
	text-decoration: none;
	outline: none;
	font-size: 12px;
	line-height: 21px;
}
p.dsq-widget-meta a:last-child{
	display:none;
}
p.dsq-widget-meta a:before{
	content:'on';
	font-family: 'Rokkitt', serif;
	font-weight: normal !important;
	text-transform: none;
	padding-right:5px;
	color: #999;
	text-transform: lowercase;
}

a.dsq-widget-user{
	pointer-events: none;
	cursor: default;
	color:#333;
	font-weight:600;
}

.t3-module{
	margin-bottom:0 !important;
	border-bottom:0 !important;
}

/*INSTAGRAM
-------------------------------*/
div#instagram{width:287px;margin-top:10px;}
div#instagram img {max-width:94px !important; border:0px; margin:0 1px 1px 0 !important; float:left;}
      div#instagram .container {width: auto; margin:0;}
      div#instagram .thumb {
  float:right; 
  background:#fff;
opacity:1}
div#instagram .thumb:hover{
 opacity:.8;
  -webkit-transition: opacity .5s linear;
  -o-transition: opacity .5s linear;
  -moz-transition: opacity .5s linear;
  transition: opacity .5s linear;
}
div#instagram .insta_info{
  display:none;
}

/*RECENT
-------------------------------*/

.latestnewsenhanced_124 li.newsitem {
width: 18% !important;
overflow: hidden;
display: inline-block;
font-size: 12px;
letter-spacing: normal;
vertical-align: top;
margin-bottom: 5px;
margin-left: 0%;
margin-right: 0%;
list-style: none;
padding: 0 !important;
background-image: none !important;
margin-right: 2.5% !important;
}

.latestnewsenhanced_124 li.newsitem:last-child {
	margin-right:0 !important;
}

.latestnewsenhanced_124.newslist {
padding-bottom: 10px;
border-bottom: solid 1px #DDD;
margin-bottom: 10px;
}

.latestnewsenhanced_124 .headleft{
	margin-bottom:10px;
}
.latestnewsenhanced_124 li.newsitem {
line-height:18px !important;
}
.latestnewsenhanced_124 li.newsitem a{
	color:#333 !important;
}
.latestnewsenhanced_124 li.newsitem:hover a{
	color:#79B2CE !important;
}
.latestnewsenhanced_124 li.newsitem span{
	margin-top:5px;
	font-weight:400;
}

/*NEW HEADER*/
.head-social{
float:right;
max-width:300px;
}

form#formAcymailing58311{
margin:0;
}

.acyfield_email input[type="text"]{
font-size:14px;
border:0;
outline:0;
padding:2px 0 0 5px;
}

.acysubbuttons input[type="submit"]{
padding:0px 7px !important;
border-color:#fff;
text-shadow:none;
font-size:14px;
}

.nav div.module-ct > div.acymailing_module{
min-width:300px !important;
}

ul.nav{
margin-right:-10px !important;
}

ul.nav form {
margin: 10px 0 0 0;
}

.row.topAd{
margin-left:0;
text-align:left;
}

#top-ad{
float:left;
}

#weather{
display:inline-block;
float:right;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
font-weight: 300;
}

#weather-small{
float:right;
}

#weather h2{
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: 300;
float:left;
}

#Mod138{
margin-top:0;
margin-right: -95px;
width:300px;
}

.applicationmod{
float:right !important;
margin-left:15px;
padding-left:15px;
border-left:1px solid #ddd;
padding-right:15px;
margin-bottom:30px;
}

.applicationmod input[type="file"]{
max-width:100%;
}

.currentjobs{
padding:0 10%;
}

@media (max-width: 768px) {
ul.nav form{
max-width:280px;
}
.nav div.module-ct > div.acymailing_module{
min-width:280px !important;
}
.head-social{
position:static !important;
margin: 0 0 0 20px;
float: left;
}

.head-social .t3-module.module{
margin-bottom:0;
padding-bottom:0;
}

}

@media (max-width: 480px) {
.head-social{
position:static !important;
margin: 0 0 0 20px;
float: left;
}
.head-social .t3-module.module{
margin-bottom:0;
padding-bottom:0;
}

ul.nav form{
margin-top:0;
padding-top:0;
}

body{
/*margin-top:70px !important;*/
}

ul.nav form{
max-width:280px;
}

.nav div.module-ct > div.acymailing_module{
min-width:280px !important;
}

}

.logo-text h1 a{
height:auto;
line-height:normal;
}

.logo{
line-height:normal;
}

.t3-mainnav .navbar-inner{
min-height:0;
}

.logo-text h1{
height:30px;
}

.t3-mainnav .navbar .nav > li > a{
line-height:normal;
padding:15px 15px 0 15px;
}

.acyfield_email input[type="text"]{
padding:0 5px;
margin-bottom:0;
}

.acysubbuttons input[type="submit"]{
max-height:25px;
margin-top:1px;
}

div.module-ct > div.acymailing_module{
height:auto;
}

.t3-mainnav .navbar .nav .secondary-nav-top ul{
float:left;
}

.secondary-nav-top ul li a{
padding: 0 0 0 30px !important;
font-size: 12px !important;
text-transform: none !important;
line-height: 14px !important;
padding-top: 4px !important;
}

.secondary-nav-top .form-search .search input::-webkit-input-placeholder {
   color: #666;
}

.secondary-nav-top .form-search .search input:-moz-placeholder { /* Firefox 18- */
   color: #666;  
}

.secondary-nav-top .form-search .search input::-moz-placeholder {  /* Firefox 19+ */
   color: #666;  
}

.secondary-nav-top .form-search .search input:-ms-input-placeholder {  
   color: #666;  
}

.secondary-nav-top .form-search .search input{
font-size:14px;
padding:0 5px;
float:left;
}

.secondary-nav-top .form-search .search{
width:300px;
margin-right:-10px;
}

.secondary-nav-top .form-search .search input[type="submit"]{
padding:0 7px !important;
float:right;
border:1px solid #fff;
}

.secondary-nav-top .form-search .search *{
border:0;
height:25px !important;
}

.secondary-nav-top .form-search .search input[type="text"]{
width:245px;
}

.secondary-nav-top .form-search .search{
height:25px;
}

ul.nav form{
margin-top:7px;
}

@media (max-width: 768px) {
.secondary-nav-top{
display:none;
}
}

@media (max-width: 1200px) {
.t3-mainnav .navbar .nav > li > a{
padding:15px 10px 0 15px;
font-size:16px;
}
.secondary-nav-top ul li a {
padding: 4px 0 0 30px !important;
}
}

#Mod156{
float:left;
}

#Mod158 form{
margin-bottom:0 !important;
}

#Mod93, #Mod156, #Mod157{
float:left;
margin-bottom:0;
padding-bottom:0;
}

#Mod158{
margin-bottom:0;
padding-bottom:0;
}

.greywrapper{
color:#333 !important;
background-color:#EEE;
}

.greywrapper .navbar .nav > li > a{
border-right:1px solid #EEE;
color:#333;
}

.greywrapper .navbar .nav > li{
margin-bottom:0;
}

.greywrapper .navbar .nav > li > a:hover {
border-right:1px solid #EEE !important;
color:#666;
}

.nav-down{
transition: all 0.2s ease-in-out;
}

.nav-down h1 a, .nav-up h1 a{
font-size:42px;
transition: font-size 0.2s ease-in-out;
}

/*.nav-up h1 a{
font-size:26px;
transition: font-size 0.2s ease-in-out;
}*/
.nav-up {
   margin-top: -25px;
transition: all 0.2s ease-in-out;
}

.nav-down .navbar-inner{
transition: all 0.2s ease-in-out;
}

/*.nav-up .navbar-inner{
transition: all 0.2s ease-in-out;
margin:0;
padding:0;
}*/

.whitewrapper{
background-color:#fff;
position:relative;
}

.hero-scroll-down{
height:25px;
}

.hero-down .lbpaclogo, .hero-down small{
display:none;
}

.lbpaclogo{
max-height:100%;
}

.hero-up .hero-scroll-down{
display:none;
}

.hero-img{
width:100%;
max-height:100%;
}

.hero-down{
    -moz-transition: max-height .2s ease-in-out;
    -ms-transition: max-height .2s ease-in-out;
    -o-transition: max-height .2s ease-in-out;
    -webkit-transition: max-height .2s ease-in-out;
    transition: max-height .2s ease-in-out;
height:100%;
max-height:1000px;
}

.hero-up{
    transition: max-height .2s ease-in-out;
overflow:hidden;
max-height:0;
}

.hero-up .hero-img{
}

.hero-small{
    transition: max-height .2s ease-in-out;
	height:27px !important;
}

.hero-up .hero-img, .hero-small .hero-img{
display:none;
}

#weather-small {
  margin: 0px auto;
  padding:0 0 0 15px;
  text-align: left;
  text-transform: uppercase;
}

#weather-small h2 {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: 300;
float: left;
line-height: 1em;
margin:0;
padding: 0;
height: 70px;
}

#weather-small i {
color: 
#333;
font-family: weather;
font-size: 3em;
font-weight: 100;
font-style: normal;
float: left;
line-height: .8em;
text-align:left;
clear:both;
}

#weather-small .icon-0:before { content: ":"; }
#weather-small .icon-1:before { content: "p"; }
#weather-small .icon-2:before { content: "S"; }
#weather-small .icon-3:before { content: "Q"; }
#weather-small .icon-4:before { content: "S"; }
#weather-small .icon-5:before { content: "W"; }
#weather-small .icon-6:before { content: "W"; }
#weather-small .icon-7:before { content: "W"; }
#weather-small .icon-8:before { content: "W"; }
#weather-small .icon-9:before { content: "I"; }
#weather-small .icon-10:before { content: "W"; }
#weather-small .icon-11:before { content: "I"; }
#weather-small .icon-12:before { content: "I"; }
#weather-small .icon-13:before { content: "I"; }
#weather-small .icon-14:before { content: "I"; }
#weather-small .icon-15:before { content: "W"; }
#weather-small .icon-16:before { content: "I"; }
#weather-small .icon-17:before { content: "W"; }
#weather-small .icon-18:before { content: "U"; }
#weather-small .icon-19:before { content: "Z"; }
#weather-small .icon-20:before { content: "Z"; }
#weather-small .icon-21:before { content: "Z"; }
#weather-small .icon-22:before { content: "Z"; }
#weather-small .icon-23:before { content: "Z"; }
#weather-small .icon-24:before { content: "E"; }
#weather-small .icon-25:before { content: "E"; }
#weather-small .icon-26:before { content: "3"; }
#weather-small .icon-27:before { content: "a"; }
#weather-small .icon-28:before { content: "A"; }
#weather-small .icon-29:before { content: "a"; }
#weather-small .icon-30:before { content: "A"; }
#weather-small .icon-31:before { content: "6"; }
#weather-small .icon-32:before { content: "1"; }
#weather-small .icon-33:before { content: "6"; }
#weather-small .icon-34:before { content: "1"; }
#weather-small .icon-35:before { content: "W"; }
#weather-small .icon-36:before { content: "1"; }
#weather-small .icon-37:before { content: "S"; }
#weather-small .icon-38:before { content: "S"; }
#weather-small .icon-39:before { content: "S"; }
#weather-small .icon-40:before { content: "M"; }
#weather-small .icon-41:before { content: "W"; }
#weather-small .icon-42:before { content: "I"; }
#weather-small .icon-43:before { content: "W"; }
#weather-small .icon-44:before { content: "a"; }
#weather-small .icon-45:before { content: "S"; }
#weather-small .icon-46:before { content: "U"; }
#weather-small .icon-47:before { content: "S"; }

#weather-small li {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin: 0;
  padding:0;
  color: #333;
  font-size: .5em;
  font-weight: 100;
  text-align: right;
  margin-bottom:-6px;
}

#weather-small li:first-child{
font-size:2em;
line-height:1em;
margin-bottom:5px;
}

#weather-small ul {
  margin: 0 0 0 5px;
  padding: 0;
  list-style:none;
  float:right;
}

.add_answer{border:1px dotted #747475;background-color:#ffffff;height:23px;-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:5px;-moz-border-radius-bottomright:5px;border-bottom-right-radius:5px;-moz-box-shadow:inset 0px 0px 25px -1px #8a8a8a;-webkit-box-shadow:inset 0px 0px 25px -1px #8a8a8a;box-shadow:inset 0px 0px 25px -1px #8a8a8a}

.add_ans_name{color:#b3b3b3;font-size:12px;font-style:italic;font-weight:bold;text-decoration:none;font-family:arial;text-shadow:0px 0px 0px #424242;-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:5px;-moz-border-radius-bottomright:5px;border-bottom-right-radius:5px}#t3-content .add_ans_submit{border-left:1px dotted #747475;color:#7a787a;font-size:12px;font-style:italic;font-weight:bold;text-decoration:none;font-family:arial;text-shadow:0px 0px 0px #424242;-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:5px;-moz-border-radius-bottomright:5px;border-bottom-right-radius:5px}
.polling_container { border: 1px double #a19fa1; background-color: #e3e3e3; -moz-box-shadow: inset 0px 0px 45px 0px #828082; -webkit-box-shadow: inset 0px 0px 45px 0px #828082; box-shadow: inset 0px 0px 45px 0px #828082; -webkit-border-top-left-radius: 10px; -moz-border-radius-topleft: 10px; border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-topright: 10px; border-top-right-radius: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-left-radius: 10px; -webkit-border-bottom-right-radius: 10px; -moz-border-radius-bottomright: 10px; border-bottom-right-radius: 10px; } #t3-content .polling_container:hover { -moz-box-shadow: inset 0px 0px 50px 0px #828082; -webkit-box-shadow: inset 0px 0px 50px 0px #828082; box-shadow: inset 0px 0px 50px 0px #828082; } #t3-content  .polling_name { color: #333333; font-size: 20px; font-style: normal; font-weight: normal; text-align: left; text-decoration: none; font-family: arial; text-shadow: 0px 0px 0px #565757; } #t3-content  .answer_name label{ font-size: 14px !important; color: #575757; font-style: normal; font-weight: bold; text-align: left; text-decoration: none; font-family: arial; text-shadow: 0px 0px 0px #ffffff; } #t3-content .polling_container .polling_li {} #t3-content .polling_container .polling_li .animation_block { border: 1px solid #e3e3e3; -webkit-border-top-left-radius: 8px; -moz-border-radius-topleft: 8px; border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px; -moz-border-radius-topright: 8px; border-top-right-radius: 8px; -webkit-border-bottom-left-radius: 8px; -moz-border-radius-bottomleft: 8px; border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; -moz-border-radius-bottomright: 8px; border-bottom-right-radius: 8px; background-color: #e3e3e3; box-shadow: inset 0 0 0 0 #e3e3e3; } #t3-content  .polling_container .polling_li.active_li { -moz-box-shadow: inset 0px 0px 55px -1px #7a7a7a; -webkit-box-shadow: inset 0px 0px 55px -1px #7a7a7a; box-shadow: inset 0px 0px 55px -1px #7a7a7a; border: 1px solid #adaaad; background-color: #ffffff; }/* Polling Vote */ #t3-content  .polling_submit { background-color: #044bd9; padding: 4px 20px; -moz-box-shadow: inset 0px 11px 5px 0px #5d89e8; -webkit-box-shadow: inset 0px 11px 5px 0px #5d89e8; box-shadow: inset 0px 11px 5px 0px #5d89e8; border-style: solid; border-width: 1px; border-color: #1f59cc; -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; border-top-right-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; border-bottom-right-radius: 4px;font-size: 12px; color: #ffffff; font-style: normal; font-weight: bold; text-decoration: none; font-family: Arial; text-shadow: 0px -1px 1px #003dad; } #t3-content  .polling_submit:hover { background-color:#044bd9; color: #fafafa; text-shadow: 0px -1px 1px #032561; -moz-box-shadow: inset 0px -11px 5px 0px #5d89e8; -webkit-box-shadow: inset 0px -11px 5px 0px #5d89e8; box-shadow: inset 0px -11px 5px 0px #5d89e8; border-style: solid; border-width: 1px; border-color: #1f59cc; }/* Polling result */ #t3-content  .polling_result { background-color: #fd9312; padding: 4px 20px; -moz-box-shadow: inset 0px 12px 5px 0px #fedb4d; -webkit-box-shadow: inset 0px 12px 5px 0px #fedb4d; box-shadow: inset 0px 12px 5px 0px #fedb4d; border-style: solid; border-width: 1px; border-color: #ec8911; -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; border-top-right-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; border-bottom-right-radius: 4px;font-size: 12px; color: #333333; font-style: normal; font-weight: bold; text-decoration: none; font-family: arial; text-shadow: 0px -1px 3px #fedb4d; } #t3-content  .polling_result:hover { background-color:#fd9312; color: #474547; text-shadow: 0px -1px 3px #fedb4d; -moz-box-shadow: inset 0px -14px 6px -2px #fedb4d; -webkit-box-shadow: inset 0px -14px 6px -2px #fedb4d; box-shadow: inset 0px -14px 6px -2px #fedb4d; border-style: solid; border-width: 1px; border-color: #ec8911; }#t3-content  .answer_navigation { -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; border-top-right-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; border-bottom-right-radius: 4px; height: 14; -moz-box-shadow:  3px 3px 3px 0px #636466; -webkit-box-shadow:  3px 3px 3px 0px #636466; box-shadow:  3px 3px 3px 0px #636466; border: 0px solid #ffffff; } #t3-content  .grad1 { -moz-box-shadow:  3px 3px 3px 0px #636466; -webkit-box-shadow:  3px 3px 3px 0px #636466; box-shadow:  3px 3px 3px 0px #636466; border: 0px solid #ffffff; -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; border-top-right-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; border-bottom-right-radius: 4px; }#t3-content  .answer_votes_data { font-size: 12px; color: #545454; font-style: normal; font-weight: normal; text-decoration: none; font-family: arial; text-shadow: 0px 0px 0px #595659; } #t3-content  .answer_votes_data span { font-size: 14px; color: #333233; font-style: normal; font-weight: bold; text-decoration: none; font-family: arial; text-shadow: 0px 0px 0px #080808; } #t3-content  .left_col { font-size: 12px; color: #545454; font-style: normal; font-weight: normal; text-decoration: none; font-family: arial; text-shadow: 0px 0px 0px #ffffff; } #t3-content  .right_col { font-size: 13px; color: #333233; font-style: normal; font-weight: bold; text-decoration: none; font-family: arial; text-shadow: 0px 0px 0px #000000; }#t3-content  .polling_select1,#t3-content  .polling_select2 { background-color: #ffffff; padding: 2px 5px; font-size: 12px; color: #525252; font-style: normal; font-weight: normal; text-decoration: none; font-family: arial; text-shadow: 0px 0px 0px #ffffff; border: 1px solid #b8b8b8; -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; border-top-right-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; border-bottom-right-radius: 4px; }#t3-content  .polling_select1:hover,#t3-content  .polling_select1:focus { background-color: #fcfcfc; color: #424242; border: 1px solid #858585; text-shadow: 0px 0px 0px #ffffff; }#t3-content  .polling_select2:hover,#t3-content  .polling_select2:focus { background-color: #fcfcfc; color: #424242; border: 1px solid #858585; text-shadow: 0px 0px 0px #ffffff; }/* slider */ #t3-content  .ui-corner-all { -webkit-border-radius: 11px; -moz-border-radius: 11px; border-radius: 11px; } #t3-content  .ui-widget-content { background: none; background-color: #ffffff; border-color: #5e5e5e; color: #5e5e5e; } #t3-content  .ui-widget-content .ui-state-default{ background: none; background-color: #fedb4d; border: 1px solid #ec8911; } #t3-content  .ui-widget-content .ui-state-default:hover { background: none; background-color: #ec8911; border: 1px solid #fedb4d; } /*keep this for js loaded file*/ #t3-content  .ui-widget-content .ui-state-hover, .ui-widget-content .ui-state-focus{ background: none; background-color: #ec8911; border: 1px solid #fedb4d; } #t3-content  .ui-slider dt { border-bottom: 1px dotted #6b6b6b; font-size: 12px; color: #4f4f4f; font-style: normal; font-weight: normal; text-decoration: none; font-family: arial; text-shadow: 0px 0px 0px #000000;height: 8px; }#t3-content  .ui-widget-header { background: none; background-color: #991200; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ee442e), to(#991200));/* Safari 4-5, Chrome 1-9 */ background: -webkit-linear-gradient(top, #ee442e, #991200); /* Safari 5.1, Chrome 10+ */ background: -moz-linear-gradient(top, #ee442e, #991200);/* Firefox 3.6+ */ background: -ms-linear-gradient(top, #ee442e, #991200);/* IE 10 */ background: -o-linear-gradient(top, #ee442e, #991200);/* Opera 11.10+ */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee442e', endColorstr='#991200'); /* for IE */ } #t3-content  .ui-slider dt span { background: #e3e3e3; } /* answers */ #t3-content  .polling_bar_1{ background-color: #ff0000; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f0d0d', endColorstr='#ff0000'); /* for IE */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4f0d0d), to(#ff0000));/* Safari 4-5, Chrome 1-9 */ background: -webkit-linear-gradient(top, #4f0d0d, #ff0000); /* Safari 5.1, Chrome 10+ */ background: -moz-linear-gradient(top, #4f0d0d, #ff0000);/* Firefox 3.6+ */ background: -ms-linear-gradient(top, #4f0d0d, #ff0000);/* IE 10 */ background: -o-linear-gradient(top, #4f0d0d, #ff0000);/* Opera 11.10+ */ } #t3-content  .polling_bar_2{ background-color: #2369f5; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02008f', endColorstr='#2369f5'); /* for IE */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#02008f), to(#ff0000));/* Safari 4-5, Chrome 1-9 */ background: -webkit-linear-gradient(top, #02008f, #2369f5); /* Safari 5.1, Chrome 10+ */ background: -moz-linear-gradient(top, #02008f, #2369f5);/* Firefox 3.6+ */ background: -ms-linear-gradient(top, #02008f, #2369f5);/* IE 10 */ background: -o-linear-gradient(top, #02008f, #2369f5);/* Opera 11.10+ */ } #t3-content  .polling_bar_3 { background-color: #ffee00; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3f05', endColorstr='#ffee00'); /* for IE */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff3f05), to(#ffee00));/* Safari 4-5, Chrome 1-9 */ background: -webkit-linear-gradient(top, #ff3f05, #ffee00); /* Safari 5.1, Chrome 10+ */ background: -moz-linear-gradient(top, #ff3f05, #ffee00);/* Firefox 3.6+ */ background: -ms-linear-gradient(top, #ff3f05, #ffee00);/* IE 10 */ background: -o-linear-gradient(top, #ff3f05, #ffee00);/* Opera 11.10+ */ } #t3-content  .polling_bar_4 { background-color: #46ff08; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e4a00', endColorstr='#46ff08'); /* for IE */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0e4a00), to(#46ff08));/* Safari 4-5, Chrome 1-9 */ background: -webkit-linear-gradient(top, #0e4a00, #46ff08); /* Safari 5.1, Chrome 10+ */ background: -moz-linear-gradient(top, #0e4a00, #46ff08);/* Firefox 3.6+ */ background: -ms-linear-gradient(top, #0e4a00, #46ff08);/* IE 10 */ background: -o-linear-gradient(top, #0e4a00, #46ff08);/* Opera 11.10+ */ } #t3-content  .polling_bar_5 { background-color: #fa9805; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#fa9805'); /* for IE */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff0000), to(#fa9805));/* Safari 4-5, Chrome 1-9 */ background: -webkit-linear-gradient(top, #ff0000, #fa9805); /* Safari 5.1, Chrome 10+ */ background: -moz-linear-gradient(top, #ff0000, #fa9805);/* Firefox 3.6+ */ background: -ms-linear-gradient(top, #ff0000, #fa9805);/* IE 10 */ background: -o-linear-gradient(top, #ff0000, #fa9805);/* Opera 11.10+ */ } #t3-content  .polling_bar_6 { background-color: #00fbff; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00356e', endColorstr='#00fbff'); /* for IE */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00356e), to(#00fbff));/* Safari 4-5, Chrome 1-9 */ background: -webkit-linear-gradient(top, #00356e, #00fbff); /* Safari 5.1, Chrome 10+ */ background: -moz-linear-gradient(top, #00356e, #00fbff);/* Firefox 3.6+ */ background: -ms-linear-gradient(top, #00356e, #00fbff);/* IE 10 */ background: -o-linear-gradient(top, #00356e, #00fbff);/* Opera 11.10+ */ } #t3-content  .polling_bar_7 { background-color: #b45eff; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c0070', endColorstr='#b45eff'); /* for IE */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3c0070), to(#b45eff));/* Safari 4-5, Chrome 1-9 */ background: -webkit-linear-gradient(top, #3c0070, #b45eff); /* Safari 5.1, Chrome 10+ */ background: -moz-linear-gradient(top, #3c0070, #b45eff);/* Firefox 3.6+ */ background: -ms-linear-gradient(top, #3c0070, #b45eff);/* IE 10 */ background: -o-linear-gradient(top, #3c0070, #b45eff);/* Opera 11.10+ */ } #t3-content  .polling_bar_8 { background-color: #0032fa; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000303', endColorstr='#0032fa'); /* for IE */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000303), to(#0032fa));/* Safari 4-5, Chrome 1-9 */ background: -webkit-linear-gradient(top, #000303, #0032fa); /* Safari 5.1, Chrome 10+ */ background: -moz-linear-gradient(top, #000303, #0032fa);/* Firefox 3.6+ */ background: -ms-linear-gradient(top, #000303, #0032fa);/* IE 10 */ background: -o-linear-gradient(top, #000303, #0032fa);/* Opera 11.10+ */ } #t3-content  .polling_bar_9 { background-color: #1dd600; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#1dd600'); /* for IE */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#1dd600));/* Safari 4-5, Chrome 1-9 */ background: -webkit-linear-gradient(top, #000000, #1dd600); /* Safari 5.1, Chrome 10+ */ background: -moz-linear-gradient(top, #000000, #1dd600);/* Firefox 3.6+ */ background: -ms-linear-gradient(top, #000000, #1dd600);/* IE 10 */ background: -o-linear-gradient(top, #000000, #1dd600);/* Opera 11.10+ */ } #t3-content  .polling_bar_10 { background-color: #8c00ff; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff001e', endColorstr='#8c00ff'); /* for IE */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff001e), to(#8c00ff));/* Safari 4-5, Chrome 1-9 */ background: -webkit-linear-gradient(top, #ff001e, #8c00ff); /* Safari 5.1, Chrome 10+ */ background: -moz-linear-gradient(top, #ff001e, #8c00ff);/* Firefox 3.6+ */ background: -ms-linear-gradient(top, #ff001e, #8c00ff);/* IE 10 */ background: -o-linear-gradient(top, #ff001e, #8c00ff);/* Opera 11.10+ */ } #t3-content  .polling_bar_11 { background-color: #e8f000; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#039488', endColorstr='#e8f000'); /* for IE */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#039488), to(#e8f000));/* Safari 4-5, Chrome 1-9 */ background: -webkit-linear-gradient(top, #039488, #e8f000); /* Safari 5.1, Chrome 10+ */ background: -moz-linear-gradient(top, #039488, #e8f000);/* Firefox 3.6+ */ background: -ms-linear-gradient(top, #039488, #e8f000);/* IE 10 */ background: -o-linear-gradient(top, #039488, #e8f000);/* Opera 11.10+ */ } #t3-content  .polling_bar_12 { background-color: #ffc20a; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2929', endColorstr='#ffc20a'); /* for IE */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff2929), to(#ffc20a));/* Safari 4-5, Chrome 1-9 */ background: -webkit-linear-gradient(top, #ff2929, #ffc20a); /* Safari 5.1, Chrome 10+ */ background: -moz-linear-gradient(top, #ff2929, #ffc20a);/* Firefox 3.6+ */ background: -ms-linear-gradient(top, #ff2929, #ffc20a);/* IE 10 */ background: -o-linear-gradient(top, #ff2929, #ffc20a);/* Opera 11.10+ */ } #t3-content  .polling_bar_13 { background-color: #db00e6; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0005e', endColorstr='#db00e6'); /* for IE */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b0005e), to(#db00e6));/* Safari 4-5, Chrome 1-9 */ background: -webkit-linear-gradient(top, #b0005e, #db00e6); /* Safari 5.1, Chrome 10+ */ background: -moz-linear-gradient(top, #b0005e, #db00e6);/* Firefox 3.6+ */ background: -ms-linear-gradient(top, #b0005e, #db00e6);/* IE 10 */ background: -o-linear-gradient(top, #b0005e, #db00e6);/* Opera 11.10+ */ } #t3-content  .polling_bar_14 { background-color: #ff8112; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#573400', endColorstr='#ff8112'); /* for IE */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#573400), to(#ff8112));/* Safari 4-5, Chrome 1-9 */ background: -webkit-linear-gradient(top, #573400, #ff8112); /* Safari 5.1, Chrome 10+ */ background: -moz-linear-gradient(top, #573400, #ff8112);/* Firefox 3.6+ */ background: -ms-linear-gradient(top, #573400, #ff8112);/* IE 10 */ background: -o-linear-gradient(top, #573400, #ff8112);/* Opera 11.10+ */ } #t3-content  .polling_bar_15 { background-color: #bab1ba; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b303b', endColorstr='#bab1ba'); /* for IE */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3b303b), to(#bab1ba));/* Safari 4-5, Chrome 1-9 */ background: -webkit-linear-gradient(top, #3b303b, #bab1ba); /* Safari 5.1, Chrome 10+ */ background: -moz-linear-gradient(top, #3b303b, #bab1ba);/* Firefox 3.6+ */ background: -ms-linear-gradient(top, #3b303b, #bab1ba);/* IE 10 */ background: -o-linear-gradient(top, #3b303b, #bab1ba);/* Opera 11.10+ */ } #t3-content  .polling_bar_16 { background-color: #20fab1; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1938ff', endColorstr='#20fab1'); /* for IE */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1938ff), to(#20fab1));/* Safari 4-5, Chrome 1-9 */ background: -webkit-linear-gradient(top, #1938ff, #20fab1); /* Safari 5.1, Chrome 10+ */ background: -moz-linear-gradient(top, #1938ff, #20fab1);/* Firefox 3.6+ */ background: -ms-linear-gradient(top, #1938ff, #20fab1);/* IE 10 */ background: -o-linear-gradient(top, #1938ff, #20fab1);/* Opera 11.10+ */ } #t3-content  .polling_bar_17 { background-color: #ff6600; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ff6600'); /* for IE */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff0000), to(#ff6600));/* Safari 4-5, Chrome 1-9 */ background: -webkit-linear-gradient(top, #ff0000, #ff6600); /* Safari 5.1, Chrome 10+ */ background: -moz-linear-gradient(top, #ff0000, #ff6600);/* Firefox 3.6+ */ background: -ms-linear-gradient(top, #ff0000, #ff6600);/* IE 10 */ background: -o-linear-gradient(top, #ff0000, #ff6600);/* Opera 11.10+ */ } #t3-content  .polling_bar_18 { background-color: #9e9e9e; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#9e9e9e'); /* for IE */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#9e9e9e));/* Safari 4-5, Chrome 1-9 */ background: -webkit-linear-gradient(top, #000000, #9e9e9e); /* Safari 5.1, Chrome 10+ */ background: -moz-linear-gradient(top, #000000, #9e9e9e);/* Firefox 3.6+ */ background: -ms-linear-gradient(top, #000000, #9e9e9e);/* IE 10 */ background: -o-linear-gradient(top, #000000, #9e9e9e);/* Opera 11.10+ */ } #t3-content  .polling_bar_19 { background-color: #ccff00; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ccff00'); /* for IE */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#ccff00));/* Safari 4-5, Chrome 1-9 */ background: -webkit-linear-gradient(top, #000000, #ccff00); /* Safari 5.1, Chrome 10+ */ background: -moz-linear-gradient(top, #000000, #ccff00);/* Firefox 3.6+ */ background: -ms-linear-gradient(top, #000000, #ccff00);/* IE 10 */ background: -o-linear-gradient(top, #000000, #ccff00);/* Opera 11.10+ */ } #t3-content  .polling_bar_20 { background-color: #08e2ff; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#08e2ff'); /* for IE */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#08e2ff));/* Safari 4-5, Chrome 1-9 */ background: -webkit-linear-gradient(top, #000000, #08e2ff); /* Safari 5.1, Chrome 10+ */ background: -moz-linear-gradient(top, #000000, #08e2ff);/* Firefox 3.6+ */ background: -ms-linear-gradient(top, #000000, #08e2ff);/* IE 10 */ background: -o-linear-gradient(top, #000000, #08e2ff);/* Opera 11.10+ */ }
