/* CSS Document */
body {
  color: #000;
  font-family: Roboto,Helvetica,sans-serif;
  margin: 0 auto;
  width: 1300px;
  max-width: 100%;
}

#override {
  visibility:hidden;
  height:auto;
  font-weight: bold;
  font-size:12px;
  line-height:12px;
}


.topheader {
  background-repeat: repeat-x;
  padding: 15px;
  margin-bottom: 15px;
  padding-top: 0;
}

.topheader:after{
  content: '';
  height: 5px;
  width: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  position: absolute;
  background: #000;
  left: 15px;
  bottom: 0;
}
#headerweather {width:150px;height:65px;position:absolute;left:15px; top:15px;}

#headerlogodate {width:500px; margin:3px 0px 0px 0px; color:#fff; font-size:9px; text-transform:uppercase; display:block; position:relative; margin-left:auto; margin-right:auto;text-align:center;}

#headerlogodate a img {margin-top:-10px;}
#headerconnectsearch {
  float: left;
  left: 15px;
  position: absolute;
  top: 15px;
  width: 200px;
}
@media (max-width:1000px) {
  #headerconnectsearch {
    float: right !important;
    position: absolute;
    right: 15px !important;
    top: 15px;
    left: auto !important;
    width: 200px;
  }
}
#headerconnectsearch div#latestnews {visibility:hidden;}
.headerrowthree {width:100%; margin:3px 0px; color:#000; font-size:17px; display:block; position:relative;}

.mainmenu {
  width:1000px;
  float:left;
  padding:0px 0px 0px 5px;
  position:absolute;
  top:102px;
  height:24px;
  background-image:url(/images/header/menu-bg.png);
  background-repeat:no-repeat;
}
a#megaanchor, a#megaanchor2, a#megaanchor3, a#megaanchor4 {
  color:#fff;
  text-decoration:none;
  padding:10px;
  margin: 5px 31px 0px 31px;
  font-weight:bold;
}

a#megaanchor:hover, a#megaanchor2:hover, a#megaanchor3:hover, a#megaanchor4:hover {
  color:#fff;
  text-decoration:none;
  border-radius:3px;
  text-shadow: 0px 0px 2px #fff;
}

.megamenu{
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  background: white;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 3px #ccc;
  border-radius: 3px;
  padding: 10px;
  font: normal 12px Verdana;
  z-index: 100;
  width:auto;
  float:left;

}

.megamenu .column{
  float: left;
  width: auto; /*width of each menu column*/
  margin-right: 5px;
}

.megamenu .column ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.megamenu .column ul li{
  padding-bottom: 5px;
}

.megamenu .column h3{
  background: #e0e0e0;
  font: bold 13px Arial;
  margin: 0 0 5px 0;
}

.megamenu .column ul li a{
  text-decoration: none;
}

.megamenu .column ul li a:hover{
  color: #000;
  text-decoration:underline;
}

/* @override /main.css */



html,body {
  font-family: Roboto,Geneva, sans-seriff;
  height:100%;

}

#wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  background-color: #fff;
  max-width:100% !important;
  min-width: 100%;
  position: relative;
  top: 0;
  bottom: 100%;
  left: 0;
  z-index: 9;
}

.bodytext {
  font-size: 10pt;
  color: #000000;
}
.bodyheader {
  font-size: 12pt;
  font-weight: bold;
  color: #990000;
}

img.floatLeft {
  float: left;
  margin: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
}
img.floatRight {
  float: right;
  margin: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
}

a:link {
  text-decoration: none;
}
a:visited {
  color: #006600;
  text-decoration: underline;
}
a:hover {
  color: #006600;
  text-decoration:underline;
}
a:active {
  color: #006600;
  text-decoration: none;
}

h1 {
  padding: 5px 0px;
  margin: 0;
  font-size: 20px;
  text-align:left;
}
h2 {
  font-size: 16px;
  margin: 12px 0 3px 0;
  padding: 0;
  text-align: left;
  font-weight: bold;
  color: #990000;
}

h3 {
  font-size: 14px;
  margin: 12px 0 3px 0;
  padding: 0;
  font-weight: bold;
}
p {
  text-align: left;
  font-size: 10pt;
  line-height: 16pt;
  padding: 8px 0 8px 0;
}

ul {
  padding: 0px;
  margin: 0px;
  text-align: left;
}


.subhead { sans-serif; font-size: 10pt; font-weight: bold; color: #990000}
.homepage_table {
  line-height: 100%;
}

#rightcolumn ul{
  list-style-type: none;
  font-size: 12px;
}

#rightcolumn ol{
  font-size: 12px;
}

#rightcolumn p {
  font-size: 15px;
  line-height: 1.4;
  text-align: left;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 30px;
}

ul.columns {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  margin-bottom: 30px;
}

ul.columns li {
  font-size: 15px;
  margin-bottom: 5px;
}

/* Job posting */

#rightcolumn .jobs {
  width: 525px;
  margin: 20px auto;
  padding: 10px 20px 10px 30px;
  border: 1px solid #000;
  background-color: #fff;
}

#rightcolumn .jobs ul{
  list-style-type: square;
  margin-left: 30 px;
  padding-left:20 px
  //font-size: 12px;
}

#rightcolumn .jobs li{
  margin-left: 30 px;
}


/* End job posting */

em.srch
{
  color:blue;
}
h3.r {margin-bottom:0; }
p.r {margin-top:0;font-size: 13px;  font-weight: normal;margin-bottom:0}

/* Amber's Quick CSS */

#header {
  width: 850px;
  display: block;
}

#header img.headerimg {
  float: left;
  display: block;
  width: 378px;
  height: 70px;
}

/* @group Contact Bar */

#connect {
  float: right;
}

#connect ul {
  list-style-type: none;
  margin: 10px 0;
}

#connect ul li {
  float: right;
  margin: 0 5px;
  width: 30px;
  height: 30px;
}

#connect a {
  text-decoration: none;
  border: none;
}

#connect img {
  border: none;
}

#email ul {
  list-style-type: none;
  margin: 5px 0;
}

#email ul li {
  float: relative;
  margin: 100px 1px;
  width: 100px;
  height: 100px;
}

/* @end */









/*New Home Page by DJC 2012.09.13*/
#homeleftcolumn {
  width:950px;
  float:left;
}
#homerightcolumn {
  width: 45%;
  float:right;
}

div#newscasts p {
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
  margin:0px;
}

div#newscasts h3 {
  margin: 12px 0px -27px;
}

/*div#latestnews div.latestnewsitem {
margin:20px 0px;
height:auto;
overflow:hidden;
border-style:inset 10px;
}
*/

#latestnews.latestnews_home {
  border-top: 5px solid #000;
  margin-top: 30px;
  position: relative;
}

.more_news {
  position: absolute;
  right: 0;
  top: 10px;
}

.more_news a{
  font-weight: bold;
  color: #000;
  font-size: 20px;
  font-weight: normal;
  text-decoration: none;
}

#latestnews > h1 {
  color: #f08d24;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 20px;
  padding: 10px 0;
  text-decoration: none;
}

.group_news{
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}

.latestnews_home .latestnewsitem {
  float: left;
  height: auto;
  margin: 0;
  width: 50%;
}
.latestnews_home .latestnewsitem .media{
  min-height: 40px;
}
.latestnews_home .latestnewsitem .media img{
  cursor: pointer;
}
.latestnews_home .latestnewsitem .thumb img {
  height: auto;
  width: 100%;
}

.latestnews_home .latestnewsitem.first-iterm .inner-iterm{
  padding-right: 20px;
  border-right: solid 1px #c0c0c0;
  display: inline-block;
}

.latestnews_home .latestnewsitem.last-iterm .inner-iterm{
  padding-left: 20px;
}

#latestnews.latestnews_home .latestnewsitem .inner-iterm  div.thumb{
  float: left;
  margin-bottom: 0;
  max-height: 100%;
  overflow: visible;
  padding: 3px 15px 5px 0;
  width: 50%;
}

#latestnews.latestnews_home .latestnewsitem .inner-iterm .title {
  display: block;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 5px;
}

.latestnews_home .latestnewsitem a {
  color: #333;
  text-decoration: none;
}

#latestnews.latestnews_home .latestnewsitem .inner-iterm .intro {
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
  color: #333;
}
#latestnews.latestnews_home .latestnewsitem .inner-iterm .intro a{
  white-space: nowrap;
  color: #00448b;
}
#latestnews.latestnews_home .latestnewsitem .inner-iterm .rundate {
  color: #333;
  font-size: 12px;
  margin-bottom: 15px;
  font-weight: normal;
}
.right-sidebar,
#newscasts{
  border-bottom: 1px solid #c0c0c0;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.newscasts_social {
  /*border-bottom: 1px solid #c0c0c0;*/
  display: inline-block;
  margin-bottom: 0px;
  padding-bottom: 5px;
  width: 100%;
}

.newscasts_social > h1{
  float: left;
}

.newscasts_social > .cv-social{
  float: left;
  margin-left: 30px;
}

.newscasts_social .cv-social li{
  display: inline-block !important;
  float: left;
  padding: 0 5px;
}

.newscasts_social .cv-social li a{
  display: inline-block;
  height: 40px;
  background:url('ico_cv-social.png') no-repeat;
  width: 40px;
  cursor: pointer;
}

.newscasts_social .cv-social li.stitcher a{
  background-position: -48px 0;
}

.newscasts_social .cv-social li.itunes a{
  background-position: -95px 0;
}

.newscasts_social .cv-social li.spotify a{
  background-position: -142px 0;
}

.daily-newscasts {
  background-color: #005394;
  border: medium none;
  border-radius: 5px;
  box-shadow: 1px 2px 2px 0px #0a3353 inset;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 10px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  transition: box-shadow linear .2s;
  width: 100%;
}
.daily-newscasts:hover {
  box-shadow: 1px 2px 5px 5px #0a3353 inset;
}
.audioPlay audio{
  display: block;
}

.audioPlay img{
  display: none;
}

#twitter-widget-0 {
  height: 500px !important;
  width: 100% !important;
  border: solid 1px #ccc !important;
}
.articlesidebartwitter #twitter-widget-0{
  height: 900px !important;
  width: 100%  !important;
}


.header_article{
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
  width: 100%;
}

/*.header_article >h1{
float: left;
max-width: 65%;
}*/

#blogSliderWrap {
  border-bottom: 1px solid #c0c0c0;
  margin-bottom: 10px;
  padding-bottom: 20px!important;
}

#blogSliderWrap > div{
  width: auto!important;
}

.header_article > #sharethislinks{
  float: right;
  max-width: 275px;
  text-align: center;
  margin: 0 -3px;
}

.intro_article{
  color: #333;
  font-size: 14px;
  font-weight: normal;
  margin: 10px 0;
}


.intro_article .alt_article{
  font-size: 13px;
  margin-top: 5px;
  padding-bottom:25px;
}

.images_full > img {
  height: auto;
  width: 100%;
}

#homeleftcolumn .flexslider{
  margin:0;
  border:none;
}

.flexslider .slider-iterm{
  margin-bottom: 10px;
}

.flexslider .slider-iterm a{
  text-decoration: none;
}

.flexslider .slider-iterm .slider_title {
  color: #000;
  font-family: Roboto;
  font-size: 32px;
  margin-top:0;
}

.flexslider .slider-iterm .slider_img{
  width: 100%;
  height: auto;
}

.flexslider .intro_slider{
  color: #333;
  font-size: 20px;
}

.flexslider .intro_slider .rundate{
  font-size: 14px;
  margin:10px 0;
}

.flexslider .flex-control-thumbs li {
  padding: 0 1%;
  width: 23%;
}

/*custom_cate*/
.custom_cate{
  margin: 15px -15px;
}
.custom_cate .latestnewsitem {
  width: 50%;
  float: left;
}

.custom_cate .group_images div.thumb {
  float: none;
  margin-bottom: 0 !important;
  max-height: 100% !important;
  overflow: visible !important;
  padding: 0 !important;
}

.custom_cate .group_info .rundate a {
  color: #333;
  display: block;
  margin: 2px 0 8px;
}
.custom_cate .group_info .title{
  text-align: left;
}

.custom_cate .group_images{
  display: inline-block;
  float: left;
  position: relative;
  width: 150px;
  padding-right:10px;
  min-height: 100px;
}
.custom_cate .group_images div.thumb img{
  width: 100%;
  height: auto;
  font-size: 10px;
}

.custom_cate .latestnewsitem .inner-iterm{
  padding: 0 15px;
}

.custom_cate .latestnewsitem .inner-iterm .iterm-play img {
  margin-top: -3px;
}
.latestnewsitem .inner-iterm .iterm-play{
  min-height: 30px;
}
div.latestnewsitem .intro a{
  color: #00448b;
  text-decoration: none;
  white-space: nowrap;
}

div#maincontent div#rightcolumn h3 a {color:#000;}

.paginate {
  margin-bottom:20px;
}

#hardline {
  border-bottom: solid 1px #aaa;
  width:90%;
  margin: -12px 0px 2px 25px;
}

#shorthardline {
  border-bottom: solid 1px #aaa;
  width:320px;
  margin:5px 15px;
}

div#latestnews div.title {
  font-size:16px;
  font-weight:bold;
}

div#latestnews div.rundate {
  font-weight:bold;
  font-size: 10px;
}

div#latestnews div.rundate a {
  color: #333;
}
div#latestnews div.intro {
  font-size:11px;
  line-height:12px;
  text-align:justify;
}
map area:hover {
  background:#000;
}


div#latestnews div.thumb {
  float:left;
  padding:0px 10px 0px 0px;
  overflow:hidden;
  max-height:120px;
  margin-bottom:5px;
}



/* @group Top Navigation */

#navigation {
  width: 850px;
  height: 35px;
  border-top: 4px solid #3a3a3a;
  border-bottom: 4px solid #3a3a3a;
  background: #ffcea0 url(/images/banner_mid.png) no-repeat left;
  position: relative;
}

#mainmenu {
  float: right;
  z-index: 99;
}

/* @end */

#maincontent {
  height: auto !important;
  min-height: 100%;
  position: relative;
  z-index: 8;
  padding: 0 15px;
}
#footerwrapper, .push {
  height: 1px;
  clear:both;
}

#maincontent p.smtext {
  font-size: 11px;
  color: #999;
  margin: 3px 0 12px 0;
  padding: 0;
  font-weight: normal;
  text-align: left;
}

#maincontent p.smtext a {
  color: #666;
}

#maincontent #leftcolumn {
  float: right;
  height: 100%;
  left: 0;
  min-height: 600px;
  top: 0;
  width: 30%;
}

#maincontent #leftcolumn img {
}

#maincontent #leftcolumn #paypal {
  margin: 20px auto;
}

#maincontent #leftcolumn #officecontact {
  width: 230px;
  margin: 20px auto;
}

#officecontact h1 {

  font-size: 10pt;
  font-weight: bold;
  color: #990000;
  margin: 10px 0 0 0;
  padding: 0;
}

#officecontact p {
  font-size: 9pt;
  color: #A38B61;
  margin: 5px 0;
}

#maincontent #rightcolumn {
  float: left;
  padding-right: 20px;
  position: relative;
  text-align: justify;
  width: 67%;
}
#maincontent #rightcolumn #article {
  padding-right:15px;
  border-right: 1px solid #c0c0c0;
  margin-right: 15px;
}

#rightcolumn #webad {
  width: 525px;
  height: 200px;
  margin: 20px auto;
}

#blogSliderWrap #shorthardline{
  display: none;
}

/* Story of the day */

#rightcolumn #featured {
  width: 525px;
  margin: 20px auto;
  //border: 1px solid #000;
  background-color: #fff;
}

#featured h1 {
  margin: -20px 0 0 0;
}

#featured h2 {
  margin: 10px 4px 0 6px;
}

#featured h3 {
  font-size: 10px;
  margin: 10px 0 0 6px;
}

#featured p {
  margin: 10px 6px 0px 6px;
  text-align: left;
  font-size: 10pt;
  line-height: 14pt;
  font-style: normal;
  font-weight:lighter;
  padding: 2px 8px 0 4px;
  width: 490px;
}

.featurepic_left {
  float:left;
  width:132px;
  height:179px;
  text-align:center;
  padding: 2px;
  font: 10px Verdana, sans-serif;
  margin: -5px 15px 2px 2px;
}

.featurepic_left img {
  background-color: #F9F9F9;
  border: 1px solid #CCCCCC;
  padding: 2px;
  margin: 2px;
}

.featurepic_right {
  float:right;
  width:132px;
  height:179px;
  padding: 2px;
  font: 10px Verdana, sans-serif;
  margin: -5px 12px 2px 5px;
}
.featurepic_right img {
  background-color: #F9F9F9;
  border: 1px solid #CCCCCC;
  padding: 2px;
  margin: 2px;
}

/* end story of the day */

/* @group contentslider */

.sliderwrapper{
  position: relative; /*leave as is*/
  overflow: hidden; /*leave as is*/
  border: 1px solid #000;
  border-bottom-width: 1px;
  width: 525px; /*width of featured content slider*/
  height: 200px;
}



.sliderwrapper .contentdiv{
  visibility: hidden; /*leave as is*/
  position: absolute; /*leave as is*/
  left: 0;  /*leave as is*/
  top: 0;  /*leave as is*/
  padding: 2px;
  background: #eee;
  width: 525px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
  height: 100%;
  filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.pagination{
  width: 525px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
  text-align: right;
  background-color: #fff;
  padding: 2px 2px;
}

.pagination a{
  padding: 0 2px;
  text-decoration: none;
  color: #000;
  background: #fff;
}

.pagination a:hover, .pagination a.selected{
  color: #fff;
  background-color: #005295;
}

/* @end */



#rightcolumn #webad p{
  padding: 5px;
}

#rightcolumn #video {
  position: float;
  padding: 5px;
}


.picture img {
  border: 1px solid #000000;
  vertical-align:middle; margin-bottom: 2px;
}

.right {
  margin: 2px 0pt 2px 2px;
  float:right;
}

.left {
  margin: 0px 15px 2px 2px;
  padding: 2px;
  float:left;
}

#rightcolumn #webad a {
  text-decoration: none;
  border: none;
}

#rightcolumn #webad img {
  text-decoration: none;
  border: none;
}

#rightcolumn #searchbox {
  width: 525px;
  height: 25px;
  text-align: right;
}

#latestnews {

}

div#latestnews div.title a {
  color:#000;
  text-decoration: none;
  line-height: 20px;
}


#rss {
  font-size: 14px;
  margin: 25px 0;
  text-align: left;
}
#rss a {
  display: block;
  color: #333;
  background: #ffe9b5;
  border: 1px orange solid;
  padding: 10px;
}
#rss a:hover {
  background: #fedf94;
  color: #000;
  text-decoration: none;
}
#rss img {
  float: left;
  padding: 0 10px 0 0;
  border: 0;
}
#inset { width: auto; max-width: 240px; font-size: 11px; color: #666; padding: 0 0 10px 15px; float: right; margin: 5px 0 12px 20px; border-left: 1px #CCC solid; border-bottom: 1px #CCC solid; }
#inset ul { list-style: none; margin: 0; padding: 0; }
#inset li { padding: 0 0 5px 0; }
#inset a { text-decoration: underline; }
#inset { width: auto; max-width: 240px; font-size: 11px; color: #666; padding: 0 0 10px 15px; float: right; margin: 5px 0 12px 20px; border-left: 1px #CCC solid; border-bottom: 1px #CCC solid; }
#inset ul { list-style: none; margin: 0; padding: 0; }
#inset li { padding: 0 0 5px 0; }
#inset a { text-decoration: underline; }

#breadcrumb { margin: 0 5px; }
#breadcrumb, #breadcrumb a { font-size: 12px; color: #999; visibility:hidden; height:0px;}
#breadcrumb a:hover { color: #666; text-decoration: underline; }

#browsecontent {
  width: 825px;
  position: relative;
  left: -290px;
}

#map_canvas {
  width: 825px;
  height: 400px;
}

#map_canvas2 {
  width: 525px;
  height: 400px;
}

#map_search {
  width: 825px;
  margin: 10px;
  text-align: left;
}

#state {
  margin: 10px auto;
}
#state ul {
  width: 28px;
  float: left;
  list-style: none;
  padding: 0;
  margin: 28px;
  font-size: 10pt;
  text-align: center;
}
#state li {
  padding: 0;
}

#statecat {
  margin: 10px auto;
}
#statecat ul {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0 20px 0 0;
  font-size: 10pt;
  text-align: left;
}
#statecat li {
  padding: 0;
}

#statecat li span {
  float: right;
  margin-left: 5px;
}

#release ul {
  width: 145px;
  float: relative;
  list-style: none;
  padding: 0;
  margin: 0px;
  font-size: 10pt;
  text-align: center;
  column-count: 3;
}
#release li {
  padding: 0;
  margin:0px;
  width:33%;
  text-align: left;
}

#service, #source, #state {
  overflow: hidden;
}

#state a {
  margin: 0 5px 0 0;
}

#cats {
  line-height: 24px;
  margin: 5px auto;
  width: 725px;
  text-align: center;
  position: relative;
}


.copyright {
  font-size: 8pt;
  color: #8D7852;
  margin: 0px;
  height:0px;
  visibility:hidden;
}

.clearfloats {
  clear: both;
  height:0px;
}

/* I think things get a little sketchy index-wise below this line */



table#awesome {
  margin: 10px 0px;
}

#awesome p {
  font-size: 10pt;
  color: #000000;
  text-align: justify;
  padding: 0px 15px 0 0;
  width: 530px;
}

#awesome h1 {
  font-size: 20pt;
  font-weight: bold;
  color: #990000;
  text-align: left;
}

#awesome h2 {
  font-size: 12pt;
  font-weight: bold;
  color: #000000;
  text-align: left;
}

#awesome #quote {
  margin-top: 50px;
  font-style: italic;
  color: #797979;
}

#awesome img {
  border: none;
}

#awesome a {
  text-decoration: none;
  border: none;
}

#onepagermenu ul {
  width: 537px;
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  float: left;
}

#onepagermenu ul li {
  position: relative;
  float: left;
  width: 75px;
  padding: 0 15px 10px 0;
}

#onepagermenu ul li a {
  display: block;
  border: none;
  text-decoration: none;
}
#onepagermenu ul li ul {
  position: absolute;
  z-index: 500;
  top: auto;
  left: 5px;
  display: none;
  padding: 2px;
}

#onepagermenu ul li:hover ul, li.over ul {
  display: block;
}

#onepagermenu ul li ul li {
  position: relative;
  float: none;
  background-color: #fff;
  width: 150px;
  height: 10px;
  border: 1px solid #c9c9c9;
  color: #c9c9c9;
}

#onepagermenu ul li ul li a {
  font-size: 10pt;
  color: #000;
  padding: 5px 0 0 5px;
  font-weight: bold;
  line-height: 10px;
  margin: auto;
  border: none;
  text-decoration: none;
}

#onepagermenu ul li ul li a:hover {
  color: #990000;
  font-weight: bold;
}

/* @group Lightbox */

#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../images/prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../images/next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}

/*	Lightbox v2 Project page styles
*	Author: Lokesh Dhakar http://www.lokeshdhakar.com
*	Created: a long time ago (2006 I think)
*	Table of Contents:
*		layout
*		typography
*    content */
/* line 17, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */

/* line 24, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 26, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}


/* line 114, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* layout
*----------------------------------------------- */
/* line 18, ../sass/screen.sass */
#sidebar {
  position: fixed;
  top: 40px;
  left: 40px;
  width: 200px;
}

/* line 24, ../sass/screen.sass */
#content {
  margin: 0 40px 40px 280px;
}

/* line 27, ../sass/screen.sass */
.row {
  *zoom: 1;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.row:after {
  content: "";
  display: table;
  clear: both;
}


/* line 45, ../sass/screen.sass */
#lightbox {
  text-shadow: none;
}


/* line 84, ../sass/screen.sass */
dt {
  font-weight: bold;
}

/* line 87, ../sass/screen.sass */
dd {
  margin-bottom: 1.625em;
}

/* line 96, ../sass/screen.sass */
pre {
  background: rgba(0, 0, 0, 0.4);
  color: #e7931a;
  font: 14px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  line-height: 1.5;
  margin: 20px 0 20px 0;
  overflow: auto;
  padding: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
  -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
}

/* line 107, ../sass/screen.sass */
code, kbd {
  font: 14px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
  -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #e7931a;
}

/* line 115, ../sass/screen.sass */
pre code {
  font-size: 13px;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
}


/* line 128, ../sass/screen.sass */
::-moz-selection,
::selection {
  background: #e7931a;
  color: white;
}

/* sidebar
*----------------------------------------------- */
/* line 137, ../sass/screen.sass */
#sidebar {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
/* line 140, ../sass/screen.sass */
#sidebar:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 142, ../sass/screen.sass */
#sidebar a {
  color: white;
}
/* line 144, ../sass/screen.sass */
#sidebar .logo {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 146, ../sass/screen.sass */
#sidebar .logo em {
  color: #8ad459;
}
/* line 148, ../sass/screen.sass */
#sidebar .logo:hover {
  text-shadow: 0 0 20px #d0eb6a, 0 0 50px #d0eb6a;
}
/* line 150, ../sass/screen.sass */
#sidebar .author {
  font-weight: 800;
  line-height: 1.4em;
}
/* line 154, ../sass/screen.sass */
#sidebar .author a:hover {
  text-shadow: 0 0 10px white;
}
/* line 156, ../sass/screen.sass */
#sidebar .author .twitter {
  font-size: 14px;
}
/* line 158, ../sass/screen.sass */
#sidebar .author .twitter a {
  color: #4d9ed8;
}
/* line 160, ../sass/screen.sass */
#sidebar .author .twitter em {
  color: #4d9ed8;
}

/* line 163, ../sass/screen.sass */


/* content
*----------------------------------------------- */
/* line 196, ../sass/screen.sass */
.download {
  float: left;
  margin: 0 40px 40px 0;
  padding: 10px 20px 10px 10px;
  background-color: #333333;
  border: 5px solid #333333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 204, ../sass/screen.sass */
.download:hover {
  border-color: #8ad459;
  background-color: #444444;
}
/* line 207, ../sass/screen.sass */
.download .box {
  float: left;
}
/* line 209, ../sass/screen.sass */
.download .file {
  float: left;
  font-size: 36px;
  font-family: "Fredoka One", "lucida grande", tahoma, sans-serif;
  font-weight: 400;
  color: white;
  line-height: 1.1em;
}
/* line 216, ../sass/screen.sass */
.download .file .version {
  font-size: 24px;
  color: #8ad459;
}

/* line 221, ../sass/screen.sass */
.filelist {
  float: left;
  font-size: 12px;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  line-height: 1.5em;
}
/* line 226, ../sass/screen.sass */
.filelist .header {
  text-transform: uppercase;
  font-weight: bold;
}
/* line 229, ../sass/screen.sass */
.filelist .folder {
  color: #999999;
}
/* line 231, ../sass/screen.sass */
.filelist .note {
  color: #999999;
}

/* line 235, ../sass/screen.sass */
.changelog {
  margin-bottom: 0.5em;
}
/* line 237, ../sass/screen.sass */
.changelog li {
  list-style: none;
  padding: 0 0 0 14px;
  background: url(../images/bullet.gif) no-repeat 0 11px;
  color: #999999;
}
/* line 242, ../sass/screen.sass */
.changelog li .version {
  color: #88a616;
}
/* line 244, ../sass/screen.sass */
.changelog li .date {
  color: white;
}
/* line 246, ../sass/screen.sass */
.changelog .old {
  display: none;
}

/* line 249, ../sass/screen.sass */
.showOlderChanges {
  color: #999999;
}

/* line 253, ../sass/screen.sass */
.forums {
  float: left;
  margin: 0 40px 40px 0;
  padding: 10px;
  background-color: #333333;
  border: 5px solid #333333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 261, ../sass/screen.sass */
.forums:hover {
  border-color: #8ad459;
  background-color: #444444;
}
/* line 264, ../sass/screen.sass */
.forums .speech {
  float: left;
  margin-right: 20px;
}
/* line 267, ../sass/screen.sass */
.forums .link {
  float: left;
  font-size: 36px;
  font-family: "Fredoka One", "lucida grande", tahoma, sans-serif;
  font-weight: 400;
  color: white;
  line-height: 1.1em;
}
/* line 274, ../sass/screen.sass */
.forums .link .sub {
  color: #8ad459;
}

/* line 278, ../sass/screen.sass */
#elsewhere .button {
  font-family: "Fredoka One", "lucida grande", tahoma, sans-serif;
  font-weight: normal;
  font-size: 24px;
  display: block;
  float: left;
  margin: 20px 20px 40px 0;
  padding: 10px 10px 10px 10px;
  background-color: #333333;
  border: 5px solid #333333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: white;
}
/* line 291, ../sass/screen.sass */
#elsewhere .button:hover {
  background-color: #444444;
  border-color: #8ad459;
}


/* line 305, ../sass/screen.sass */
hr {
  background: #ccc none repeat scroll 0 0;
  border: medium none;
  border-radius: 0px;
  clear: both;
  height: 1px;
  margin: 10px 0px;
}

/* line 312, ../sass/screen.sass */
.section {
  padding: 40px 0;
}
/* line 314, ../sass/screen.sass */
.section:first-child {
  border-top: none;
}

/* line 317, ../sass/screen.sass */
.imageRow {
  *zoom: 1;
  margin: 20px 0;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.imageRow:after {
  content: "";
  display: table;
  clear: both;
}
/* line 320, ../sass/screen.sass */
.imageRow .single {
  float: left;
}
/* line 322, ../sass/screen.sass */
.imageRow .single a {
  float: left;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  padding: 7px;
  line-height: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  margin-right: 40px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 332, ../sass/screen.sass */
.imageRow .single a img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
/* line 335, ../sass/screen.sass */
.imageRow .single a:hover {
  background-color: #8ad459;
}
/* line 337, ../sass/screen.sass */
.imageRow .set {
  float: left;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 343, ../sass/screen.sass */
.imageRow .set:hover {
  background: rgba(255, 255, 255, 0.2);
}
/* line 346, ../sass/screen.sass */
.imageRow .set .single a {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-right: 0;
}
/* line 351, ../sass/screen.sass */
.imageRow .set .single a:hover {
  background-color: #8ad459;
  -webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}
/* line 355, ../sass/screen.sass */
.imageRow .set .single.first a {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 358, ../sass/screen.sass */
.imageRow .set .single.last a {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media only screen and (max-width: 1000px) {
  /* line 364, ../sass/screen.sass */

  /* line 370, ../sass/screen.sass */
  .section {
    padding: 20px 0;
  }

  /* line 385, ../sass/screen.sass */
  code, kbd {
    font-size: 13px;
  }

  /* line 388, ../sass/screen.sass */
  pre code {
    font-size: 12px;
  }

  /* line 391, ../sass/screen.sass */
  pre {
    padding: 0.75em;
  }

  /* line 394, ../sass/screen.sass */
  #sidebar {
    width: 160px;
    left: 20px;
  }

  /* line 398, ../sass/screen.sass */
  #content {
    margin-left: 200px;
  }
  .topheader{
    height: auto;
    position: relative;
    display: inline-block;
    width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    /*overflow: hidden;*/

  }
  .topheader #header-social{
    position: relative;
    top: 0px;
  }
  .topheader #header-social .social_media{
    text-align: center;
    width: 50%;
  }
  .topheader #headerconnectsearch{
    position: relative;
    top: 0px;
    right: 3px !important;
    width: 50%;
  }
  .topheader #headerconnectsearch #searchbox{
    /*float: right;*/
  }
  .topheader .subscribedonate {
    top: 50px;
  }

  .topheader.bigmenu #nav{
    display: inline-block;
  }
  .topheader .bigmenu ul#nav > li > a{
    padding-right: 50px;

  }
  .panel ul {
    width: 290px !important;
  }
  .stripNav li:not(#tab3) a{
    width: 95px ;
  }
  .stripNav li.tab1 a{
    width: 80px !important;
  }
}
@media only screen and (max-width: 700px) {
  /* line 403, ../sass/screen.sass */

  /* line 410, ../sass/screen.sass */
  code, kbd {
    font-size: 12px;
  }

  /* line 413, ../sass/screen.sass */
  pre code {
    font-size: 11px;
  }

  /* line 416, ../sass/screen.sass */
  pre {
    padding: 0.5em;
  }

  /* line 420, ../sass/screen.sass */
  #sidebar {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    position: static;
    text-align: center;
    width: auto;
    margin: 20px 20px 0 20px;
    border-bottom: 6px solid #3d3d33;
  }
  /* line 427, ../sass/screen.sass */
  #sidebar h1 {
    font-size: 24px;
  }
  /* line 429, ../sass/screen.sass */
  #sidebar .twitter {
    font-size: 14px;
  }
  /* line 431, ../sass/screen.sass */
  #sidebar #nav {
    font-size: 12px;
  }
  /* line 433, ../sass/screen.sass */
  #sidebar #nav li {
    display: inline-block;
  }
  /* line 435, ../sass/screen.sass */
  #sidebar #nav li a {
    padding: 10px;
    height: auto;
    margin: 0 5px 10px 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
  }

  /* line 447, ../sass/screen.sass */
  #content {
    margin: 10px 20px 20px 20px;
  }

  /* line 450, ../sass/screen.sass */
  .download {
    text-align: center;
    width: 95%;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
  }
  /* line 456, ../sass/screen.sass */
  .download .box, .download .file {
    float: none;
  }

  /* line 459, ../sass/screen.sass */
  .forums {
    text-align: center;
    width: 95%;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
  }
  /* line 465, ../sass/screen.sass */
  .forums .speech, .forums .link {
    float: none;
  }


  html body {
    margin: 0 !important;
  }
  #maincontent #rightcolumn{
    padding:0;
  }

  #maincontent #rightcolumn {
    border:  none;
    display: block;
    float: none!important;
    width: auto!important;
  }
  .mobile-search {
    position: absolute;
    right: 8%;
    top: 85px;
    width: 200px;
  }
  .custom_cate{
    margin:0;
  }

  .custom_cate .latestnewsitem {
    border-bottom: 1px dashed #c0c0c0;
    clear: both;
    display: inline-block;
    float: none;
    margin-bottom: 20px;
    padding-bottom: 10px;
    width: 100%;
  }
  .custom_cate .group_info {
    float: none;
    margin-bottom: 10px;
    width: 100%;
  }

  .custom_cate .group_images {
    display: block;
    float: none;
    margin: 0 auto;
    min-height: 100px;
    padding-right: 10px;
    position: relative;
    width: 150px;
  }

  #homerightcolumn{
    display: none;
  }

  #homerightcolumn {
    border:  none;
    margin: 0 auto;
  }

  #latestnews.latestnews_home {
    border-top: 5px solid #000;
    display: block;
    margin-top: 30px;
    position: relative;
    width: auto;
    width: 50%;
  }

  .latestnews_home .latestnewsitem{
    width: 100%;
    float: none;
  }

  #latestnews.latestnews_home .latestnewsitem .inner-iterm div.thumb {
    float: none;
    width: auto;
  }

  .latestnews_home .latestnewsitem.last-iterm .inner-iterm {
    border-top: 1px dashed #c0c0c0;
    margin-top: 20px;
    padding-left: 0;
    padding-top: 10px;
  }

  .more_news{
    right: 15px;
  }

  .latestnews_home .latestnewsitem .thumb img {
    height: auto;
    width: 100%;
  }

  .latestnews_home .latestnewsitem.first-iterm .inner-iterm {
    border-right: medium none navy;
    display: inline-block;
    padding-right: 0;
  }

  #footerwrapper .footer_left {
    float: none !important;
    padding-right: 0 !important;
    text-align: center;
  }

  #footerwrapper .footer_right {
    display: none;
  }

  /*slider */
  #homeleftcolumn .ad-gallery .ad-image-wrapper {
    height: 300px;
    width: 100% !important;
  }

  #homeleftcolumn .ad-gallery {
    width:100%!important;
  }

  #homeleftcolumn .ad-gallery .ad-image-wrapper .ad-image a img {
    border: 0 none !important;
    height: auto !important;
    width: 100% !important;
  }

  #homeleftcolumn .ad-gallery .ad-thumbs li {
    float: left;
    padding: 10px !important;
    width: 20%;
  }

  #homeleftcolumn .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
    padding: 0 10px;
    width: auto!important;
  }

  #homeleftcolumn .ad-gallery .ad-thumbs li a img{
    width: 100%!important;
  }

  #nav a:link, #nav a:active, #nav a:visited {
    font-size: 13px;
    line-height: 1.4;
    padding: 0 !important;
  }


}



/* @end */

/* @group prettyPhoto */
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{
  height:13px;
}

div.pp_default .pp_top .pp_left{
  background:url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}

div.pp_default .pp_top .pp_middle{
  background:url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x;
}

div.pp_default .pp_top .pp_right{
  background:url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}

div.pp_default .pp_content .ppt{
  color:#f8f8f8;
}

div.pp_default .pp_content_container .pp_left{
  background:url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left:13px;
}

div.pp_default .pp_content_container .pp_right{
  background:url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;
  padding-right:13px;
}

div.pp_default .pp_next:hover{
  background:url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
  cursor:pointer;
}

div.pp_default .pp_previous:hover{
  background:url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
  cursor:pointer;
}

div.pp_default .pp_expand{
  background:url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor:pointer;
  width:28px;
  height:28px;
}

div.pp_default .pp_expand:hover{
  background:url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor:pointer;
}

div.pp_default .pp_contract{
  background:url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor:pointer;
  width:28px;
  height:28px;
}

div.pp_default .pp_contract:hover{
  background:url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor:pointer;
}

div.pp_default .pp_close{
  width:30px;
  height:30px;
  background:url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor:pointer;
}

div.pp_default .pp_gallery ul li a{
  background:url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border:1px solid #aaa;
}

div.pp_default .pp_social{
  margin-top:7px;
}

div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{
  position:static;
  left:auto;
}

div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{
  background:url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height:30px;
  width:30px;
}

div.pp_default .pp_nav .pp_pause{
  background-position:-51px -29px;
}

div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{
  background:url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height:20px;
  width:20px;
  margin:4px 0 0;
}

div.pp_default a.pp_arrow_next{
  left:52px;
  background-position:-82px -3px;
}
div.pp_default .pp_content_container .pp_details{
  margin-top:5px
}

div.pp_default .pp_nav{
  clear:none;
  height:30px;
  width:110px;
  position:relative;
}

div.pp_default .pp_nav .currentTextHolder{
  font-style:italic;
  color:#999;
  font-size:11px;
  left:75px;
  line-height:25px;
  position:absolute;
  top:2px;
  margin:0;
  padding:0 0 0 10px;
}

div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{
  opacity:0.7;
}

div.pp_default .pp_description{
  font-size:11px;
  font-weight:700;
  line-height:14px;
  margin:5px 50px 5px 0;
}

div.pp_default .pp_bottom .pp_left{
  background:url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}

div.pp_default .pp_bottom .pp_middle{
  background:url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}

div.pp_default .pp_bottom .pp_right{
  background:url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}

div.pp_default .pp_loaderIcon{
  background:url(../images/prettyPhoto/default/loader.gif) center center no-repeat;
}

div.light_rounded .pp_top .pp_left{
  background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}

div.light_rounded .pp_top .pp_right{
  background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}

div.light_rounded .pp_next:hover{
  background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
  cursor:pointer;
}

div.light_rounded .pp_previous:hover{
  background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
  cursor:pointer;
}

div.light_rounded .pp_expand{
  background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
  cursor:pointer;
}

div.light_rounded .pp_expand:hover{
  background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
  cursor:pointer;
}

div.light_rounded .pp_contract{
  background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
  cursor:pointer;
}

div.light_rounded .pp_contract:hover{
  background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
  cursor:pointer;
}

div.light_rounded .pp_close{
  width:75px;
  height:22px;
  background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
  cursor:pointer;
}

div.light_rounded .pp_nav .pp_play{
  background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
  height:15px;
  width:14px;
}

div.light_rounded .pp_nav .pp_pause{
  background:url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
  height:15px;
  width:14px;
}

div.light_rounded .pp_arrow_previous{
  background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}

div.light_rounded .pp_arrow_next{
  background:url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}

div.light_rounded .pp_bottom .pp_left{
  background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}

div.light_rounded .pp_bottom .pp_right{
  background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}

div.dark_rounded .pp_top .pp_left{
  background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}

div.dark_rounded .pp_top .pp_right{
  background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}

div.dark_rounded .pp_content_container .pp_left{
  background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}

div.dark_rounded .pp_content_container .pp_right{
  background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}

div.dark_rounded .pp_next:hover{
  background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
  cursor:pointer;
}

div.dark_rounded .pp_previous:hover{
  background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
  cursor:pointer;
}

div.dark_rounded .pp_expand{
  background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
  cursor:pointer;
}

div.dark_rounded .pp_expand:hover{
  background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
  cursor:pointer;
}

div.dark_rounded .pp_contract{
  background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor:pointer;
}

div.dark_rounded .pp_contract:hover{
  background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
  cursor:pointer;
}

div.dark_rounded .pp_close{
  width:75px;
  height:22px;
  background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
  cursor:pointer;
}
div.dark_rounded .pp_description{
  margin-right:85px;
  color:#fff;
}

div.dark_rounded .pp_nav .pp_play{
  background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
  height:15px;
  width:14px;
}

div.dark_rounded .pp_nav .pp_pause{
  background:url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
  height:15px;
  width:14px;
}

div.dark_rounded .pp_arrow_previous{
  background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}

div.dark_rounded .pp_arrow_next{
  background:url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}

div.dark_rounded .pp_bottom .pp_left{
  background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}

div.dark_rounded .pp_bottom .pp_right{
  background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}

div.dark_rounded .pp_loaderIcon{
  background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}

div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{
  background:#000;
}

div.dark_square .pp_description{
  color:#fff;
  margin:0 85px 0 0;
}

div.dark_square .pp_loaderIcon{
  background:url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat;
}

div.dark_square .pp_expand{
  background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
  cursor:pointer;
}

div.dark_square .pp_expand:hover{
  background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
  cursor:pointer;
}

div.dark_square .pp_contract{
  background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
  cursor:pointer;
}

div.dark_square .pp_contract:hover{
  background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
  cursor:pointer;
}

div.dark_square .pp_close{
  width:75px;
  height:22px;
  background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
  cursor:pointer;
}

div.dark_square .pp_nav{
  clear:none;
}

div.dark_square .pp_nav .pp_play{
  background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
  height:15px;
  width:14px;
}

div.dark_square .pp_nav .pp_pause{
  background:url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
  height:15px;
  width:14px;
}

div.dark_square .pp_arrow_previous{
  background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}
div.dark_square .pp_arrow_next{
  background:url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}
div.dark_square .pp_next:hover{
  background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
  cursor:pointer;
}

div.dark_square .pp_previous:hover{
  background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
  cursor:pointer;
}

div.light_square .pp_expand{
  background:url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
  cursor:pointer;
}

div.light_square .pp_expand:hover{
  background:url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
  cursor:pointer;
}

div.light_square .pp_contract{
  background:url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
  cursor:pointer;
}

div.light_square .pp_contract:hover{
  background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
  cursor:pointer;
}

div.light_square .pp_close{
  width:75px;
  height:22px;
  background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
  cursor:pointer;
}

div.light_square .pp_nav .pp_play{
  background:url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
  height:15px;
  width:14px;
}

div.light_square .pp_nav .pp_pause{
  background:url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
  height:15px;
  width:14px;
}

div.light_square .pp_arrow_previous{
  background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}

div.light_square .pp_arrow_next{
  background:url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}

div.light_square .pp_next:hover{
  background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
  cursor:pointer;
}

div.light_square .pp_previous:hover{
  background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
  cursor:pointer;
}

div.facebook .pp_top .pp_left{
  background:url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}

div.facebook .pp_top .pp_middle{
  background:url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}

div.facebook .pp_top .pp_right{
  background:url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}

div.facebook .pp_content_container .pp_left{
  background:url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}

div.facebook .pp_content_container .pp_right{
  background:url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}

div.facebook .pp_expand{
  background:url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor:pointer;
}

div.facebook .pp_expand:hover{
  background:url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor:pointer;
}

div.facebook .pp_contract{
  background:url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor:pointer;
}

div.facebook .pp_contract:hover{
  background:url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor:pointer;
}

div.facebook .pp_close{
  width:22px;
  height:22px;
  background:url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor:pointer;
}

div.facebook .pp_description{
  margin:0 37px 0 0;
}

div.facebook .pp_loaderIcon{
  background:url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat;
}

div.facebook .pp_arrow_previous{
  background:url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height:22px;
  margin-top:0;
  width:22px;
}

div.facebook .pp_arrow_previous.disabled{
  background-position:0 -96px;
  cursor:default;
}

div.facebook .pp_arrow_next{
  background:url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height:22px;
  margin-top:0;
  width:22px;
}

div.facebook .pp_arrow_next.disabled{
  background-position:-32px -96px;
  cursor:default;
}

div.facebook .pp_nav{
  margin-top:0;
}

div.facebook .pp_nav p{
  font-size:15px;
  padding:0 3px 0 4px;
}

div.facebook .pp_nav .pp_play{
  background:url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height:22px;
  width:22px;
}

div.facebook .pp_nav .pp_pause{
  background:url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height:22px;
  width:22px;
}

div.facebook .pp_next:hover{
  background:url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor:pointer;
}

div.facebook .pp_previous:hover{
  background:url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor:pointer;
}

div.facebook .pp_bottom .pp_left{
  background:url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}

div.facebook .pp_bottom .pp_middle{
  background:url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}

div.facebook .pp_bottom .pp_right{
  background:url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}

div.pp_pic_holder a:focus{
  outline:none;
}

div.pp_overlay{
  background:#000;
  display:none;
  left:0;
  position:absolute;
  top:0;
  width:100%;
  z-index:9500;
}

div.pp_pic_holder{
  display:none;
  position:absolute;
  width:100px;
  z-index:10000;
}

.pp_content{
  height:40px;
  min-width:40px;
}

* html .pp_content{
  width:40px;
}

.pp_content_container{
  position:relative;
  text-align:left;
  width:100%;
}

.pp_content_container .pp_left{
  padding-left:20px;
}

.pp_content_container .pp_right{
  padding-right:20px;
}

.pp_content_container .pp_details{
  float:left;
  margin:10px 0 2px;
}

.pp_description{
  display:none;
  margin:0;
}

.pp_social{
  float:left;
  margin:0;
}

.pp_social .facebook{
  float:left;
  margin-left:5px;
  width:55px;
  overflow:hidden;
}

.pp_social .twitter{
  float:left;
}

.pp_nav{
  clear:right;
  float:left;
  margin:3px 10px 0 0;
}

.pp_nav p{
  float:left;
  white-space:nowrap;
  margin:2px 4px;
}

.pp_nav .pp_play,.pp_nav .pp_pause{
  float:left;
  margin-right:4px;
  text-indent:-10000px;

}

a.pp_arrow_previous,a.pp_arrow_next{
  display:block;
  float:left;
  height:15px;

  margin-top:3px;
  overflow:hidden;
  text-indent:-10000px;
  width:14px;
}

.pp_hoverContainer{
  position:absolute;
  top:0;
  width:100%;
  z-index:2000;
}

.pp_gallery{
  display:none;
  left:50%;
  margin-top:-50px;
  position:absolute;
  z-index:10000;
}

.pp_gallery div{
  float:left;
  overflow:hidden;
  position:relative;
}

.pp_gallery ul{
  float:left;
  height:35px;
  position:relative;
  white-space:nowrap;
  margin:0 0 0 5px;
  padding:0;
}

.pp_gallery ul a{
  border:1px rgba(0,0,0,0.5) solid;
  display:block;
  float:left;
  height:33px;
  overflow:hidden;
}

.pp_gallery ul a img{
  border:0;
}

.pp_gallery li{
  display:block;
  float:left;
  margin:0 5px 0 0;
  padding:0;
}

.pp_gallery li.default a{
  background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display:block;
  height:33px;
  width:50px;
}

.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{
  margin-top:7px!important;
}

a.pp_next{
  background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display:block;
  float:right;
  height:100%;
  text-indent:-10000px;
  width:49%;
}

a.pp_previous{
  background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display:block;
  float:left;
  height:100%;
  text-indent:-10000px;
  width:49%;
}

a.pp_expand,a.pp_contract{
  cursor:pointer;
  display:none;
  height:20px;
  position:absolute;
  right:30px;
  text-indent:-10000px;
  top:10px;
  width:20px;
  z-index:20000;
}

a.pp_close{
  position:absolute;
  right:0;
  top:0;
  display:block;
  line-height:22px;
  text-indent:-10000px;
}

.pp_loaderIcon{
  display:block;
  height:24px;
  left:50%;
  position:absolute;
  top:50%;
  width:24px;
  margin:-12px 0 0 -12px;
}

#pp_full_res{
  line-height:1!important;
}

#pp_full_res .pp_inline{
  text-align:left;
}

#pp_full_res .pp_inline p{
  margin:0 0 15px;
}

div.ppt{
  color:#fff;
  display:none;
  font-size:17px;
  z-index:9999;
  margin:0 0 5px 15px;
}

div.pp_default .pp_content,div.light_rounded .pp_content{
  background-color:#fff;
}

div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{
  color:#000;
}

div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{
  border-color:#fff;
}

div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{
  position:relative;
}

div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{
  background:#fff;
}

div.light_rounded .pp_description,div.light_square .pp_description{
  margin-right:85px;
}

div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{
  margin-top:12px!important;
}

div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{
  background-position:0 -87px;
  cursor:default;
}

div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{
  background-position:-22px -87px;
  cursor:default;
}

div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{
  background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}

div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{
  background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{
  color:#c4c4c4;
}

div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{
  color:#fff;
}

.pp_top,.pp_bottom{
  height:20px;
  position:relative;
}

* html .pp_top,* html .pp_bottom{
  padding:0 20px;
}

.pp_top .pp_left,.pp_bottom .pp_left{
  height:20px;
  left:0;
  position:absolute;
  width:20px;
}

.pp_top .pp_middle,.pp_bottom .pp_middle{
  height:20px;
  left:20px;
  position:absolute;
  right:20px;
}

* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{
  left:0;
  position:static;
}

.pp_top .pp_right,.pp_bottom .pp_right{
  height:20px;
  left:auto;
  position:absolute;
  right:0;
  top:0;
  width:20px;
}
.pp_fade,.pp_gallery li.default a img{
  display:none;
}

div#searchbox form a {visibility:hidden; width:0px;height:0px;float:right;}
div#searchbox form input#keywords {
  border: 2px solid #d1d1d1;
  border-radius: 3px;
  float: left;
  height: 27px;
  margin: 8px -3px 0 0;
  width: 200px;
  padding: 0 10px;
}
#searchbox input.submit {
  position: absolute;
  margin-left: -30px;
}


/*BEGIN FOOTER STYLE CODES*/
.footer {width:1000px; height:auto; margin:45px auto;}
.footerheadings {width:1000px; font-size:24px; font-weight:bold;height:30px; background-image:url(../images/footer/footerheadinglines.jpg);background-repeat:repeat-x;}
.footerheadings #columnone, .footerheadings #columntwo, .footerheadings #columnthree {width:33%;float:left;}
.footerlinks {width:1000px; font-size:11px;}
.footerlinks #columnone, .footerlinks #columntwo, .footerlinks #columnthree {width:33%;float:left; color:#434343;}
#footercopyright {width:1000px; text-align:center; margin:150px 0px 0px 0px; font-size:13px;color:#000;font-weight:bold;}
/*END FOOTER STYLE CODES*/

#mapbackground {
  width:480px;
  height:300px;
  position:absolute;
  top:0px;
  left:0px;
}


#getmorelink {
  width:100%;
  text-align:	center;
  height: 20px;
}

#getmorelink a {
  color:#000;
  font-size:18px;
  font-weight:bold;
  font-size: 14px;
}

#getmorelink a:hover {
  color: #00448b;
  transition: all 0.5s;
}

#printicon {
  float:right;
}

#articlesubheadlinks {
  font-size:10px;
  line-height:12px;
  list-style:none;
}

#articlesubheadlinks a {
  text-decoration:none;
  color:#000;
  font-weight:bold;
}

#articlesubheadlinks a:hover {
  text-decoration:underline;
}

div#articlesubheadlinks li {
  float:right;
  text-align:left;
  padding:0px 6px;
  background-image:url(../images/newbody/li-seperator.jpg);
  background-repeat:no-repeat;
}

#listlinks {
  float:left;
  padding-right:6px;
}

#topiclinks {
  float:left;
}

#articleinset {
  width:100%;
  float:left;
  font-size:11px;
  font-weight:bold;
  text-align:left;
  padding:0px 5px 5px 0px;
  max-width:360px
}
#articleaudioinset {
  width:100%;
  float:left;
  font-size:11px;
  font-weight:bold;
  text-align:left;
  padding:0px 5px 5px 0px;
}

#articlebottomwrap {
  width:100%;
  max-width:1000px;
  height:180px;
  margin:50px 0px -40px 0px;
  border-top: solid 1px #dbdbdb;
}

div.articlebottom {
  width:177px;
  float:left;
  margin:0px 20px 0px 0px;
}

#articlebottomthumb {
  width:160px;
  height:100px;
  overflow:hidden;
  border: solid 4px #fff;
  margin-bottom:5px;
  box-shadow: 0px 0px 3px #000;
  -moz-box-shadow: 0px 0px 3px #000;
  -webkit-box-shadow: 0px 0px 3px #000;
}

#articlebottomthumb img {
  /*
  width:160px;
  height:auto;
  overflow:hidden;
  */
  display:block;
  margin-left:auto;
  margin-right:auto;
}

div#articlebottomheadline {
  text-align:center;
  font-size:10px;
  line-height:12px;
}

div#articlebottomheadline a {
  color:#000;
  text-decoration:none;
}

div#articlebottomheadline a:hover{
  color:#005496;
}

div#articleinset div img {
  width:100%;
  max-width:350px;
  margin-left:0px;
}

div#leftcolumn ul {
  list-style:none;
}

div#leftcolumn ul li a {
  font-size:13px;
  text-decoration:none;
}

div#leftcolumn ul li a:hover {
  text-decoration:underline;
}

#statelist {
  width:auto;
  margin: 0 -10px;
  overflow:hidden;
}

div#statelist ul {
  font-size:11px;
}

div#statelist ul li {
  width:auto;
  float:left;
  border-right:solid 1px #000;
  padding: 0px 10px;
}
div#statelist ul li:last-child{
  border: none;
}

div#statelist ul li a{
  color:#000;
  font-weight:bold;
}

div#statelist ul li a:hover{
  color:005496;
}

.bigmenu {
  position:relative;
  z-index:999 !important;
}

.bigmenu #nav, .bigmenu #nav ul{
  margin:20px 0px 0px 0px;
  padding:0;
  list-style-type:none;
  list-style-position:outside;
  position:relative;
  line-height:1.5em;
  /*z-index:9999;,*/
  background-image:url(../images/header/menu-bg.png);
  background-repeat:no-repeat;
  background:transparent !important;
  background-color:none !important;
  display: inline-block;
  width: 100%;
}

/*#nav a:link, #nav a:active, #nav a:visited {
display: block;
font-weight: bold;
padding: 0 120px 0 0;
text-decoration: none;
}*/

.bigmenu ul#nav > li > a {
  color: #000;
  padding-right: 100px;
  display: block;
  font-weight:bold;
  text-decoration: none;
}
.bigmenu ul#nav > li#subscribe > a, .bigmenu ul#nav > li#login > a , .bigmenu ul#nav > li#xtramenu > a{
  color: #000;
  display: block;
  font-weight: bold;
  padding-left: 100px;
  padding-right: 0px;
  text-decoration: none;
}

@media (min-width:676px) and (max-width:1300px) {
  #nav a:link, #nav a:active, #nav a:visited {
    display: block;
    font-weight: bold;
    padding: 0 60px 0 0;
    text-decoration: none;
  }
}
#nav a:hover{
  color:#fff;
  text-shadow: 0px 0px 3px #fff;
}

#nav li{
  float:left;
  position:relative;
}

ul#nav li#subscribe {
  float:right;
  position:relative;
}

ul#nav li#login {
  float:right;
  position:relative;
  margin-right: 10px;
}


ul#nav li#xtramenu {
  float:right;
  position:relative;

}

.bigmenu #nav ul {
  background-color: #fff !important;
  border-radius: 0;
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 22px;
  width: auto;
  min-width: 200px;
  z-index: 999999 !important;
  box-shadow: 1px 1px 1px #c0c0c0;
  -webkit-box-shadow: 1px 1px 1px #c0c0c0;
  -ms-box-shadow: 1px 1px 1px #c0c0c0;
}

.bigmenu #nav ul ul {
  left: 100% !important;
  top: 0 !important;
}

.bigmenu ul#nav li a {color:#000;}
.bigmenu ul#nav li a:hover,.bigmenu ul#nav li a:active{
  color:#00448b;
}

#nav ul li {
  display: block;
  float: none;
}

.bigmenu #nav li ul a {
  display: block;
  float: none;
  font-size: 14px !important;
  padding: 5px 20px;
  width: auto;
}

.bigmenu #nav ul li a {
  color:#015496;
  font-size:12px;
  font-weight:normal;
}

.bigmenu #nav ul li a:hover {
  color:#313131;
}

.bigmenu #nav ul li ul li a {
  color:#015496;
  font-size:12px;
  font-weight:normal;
  width:200px;
  line-height:18px;
}

.bigmenu #nav ul li ul li a:hover {
  color:#313131;
}

.bigmenu #nav ul ul{
  top:auto;
  width:auto;
  background-color:#fff;
}

.bigmenu #nav li ul ul {
  left:9em;
  margin:0px 0 0 0px;
}

.bigmenu #nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
  display:none;
}
.bigmenu #nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
  display:block;
}

html body div#maincontent div#rightcolumn div#latestnews div.latestnewsitem p a, html body div#maincontent div#homerightcolumn div#latestnews div.latestnewsitem div.intro a {color:#015496;}

a.newscast {
  font-size:16px;
  font-weight:bold;
}

/* @end */

/* RESPONSIVE FORMATTING */

.logo-container {display:block;margin-top: 5px;}
.logo {width: 100%; max-width:490px !important;}
#headerlogodate {max-width: 490px !important; margin:0 auto;}
.logo-anniv { max-width:630px !important;}
#headerlogodate-anniv {max-width: 690px !important; margin:0 auto; text-align:center;}
#header {width: 100%}
#homerightcolumn {
  border-left: 1px solid #ccc;
  padding-left: 15px;
  width: calc(50% - 30px);
  width: -webkit-calc(50% - 30px);

}
#homeleftcolumn {width: 50%}
.container {display:block;}
.region-map {margin-top: 10px;}




/* Footer */
.footer {width:100%; height:auto; margin:45px auto; background-color: #ffffff;}
.footerheadings {width:100%; font-size:24px; font-weight:bold;height:30px; background-image:url(../images/footer/footerheadinglines.jpg);background-repeat:repeat-x;}
.footerheadings #columnone, .footerheadings #columntwo, .footerheadings #columnthree {width:33%;float:left;}
.footerlinks {width:100%; font-size:11px;}
.footerlinks #columnone, .footerlinks #columntwo, .footerlinks #columnthree {width:33%;float:left; color:#434343;}
#footercopyright {width:100%; text-align:center; margin:150px 0px 0px 0px; font-size:13px;color:#000;font-weight:bold;}
.footerheadings a {
  font-size: 12px;
  font-weight: normal;
}
.footerheadings p {font-weight: normal;}
#columnone {font-weight:normal;font-size: 12px;}


/* NAV */

a.nav-toggle,a.nav-toggle:hover,a.nav-toggle:visited {color: #ffffff;font-weight: bolder;padding:3px 10px;text-align: left;display: block;margin-top: 15px;font-size: 18px; text-decoration:none !important}


.nav-collapse {background-color: #015496; color: #fff; text-align:center; position:relative;z-index: 999 !important; padding: 10px 0px; }
.nav-collapse li {text-align: center; padding: 10px 0px;border-bottom: 1px solid #ffffff;}

.nav-collapse li:last-of-type {border-bottom: none;}

.nav-collapse li a {color: #ffffff !important;text-decoration:none !important;padding: 3px 0px;width: 80% !important; }
#nav-toggle {padding: 5px 10px; font-weight: bolder; text-decoration:none; display:block;color: #ffffff !important;}
#nav-toggle:active ~ .mobilemenu, #nav-toggle:focus ~ .mobilemenu, #nav-toggle:hover ~ .mobilemenu {left: 0;z-index: 99;}
.toggle-close {display:none;}

body {
  /*min-height: 2000px;*/
  background-color: #ffffff;}
  #leftcolumn, #rightcolumn {background-color: #ffffff;}


  /* Front-Page Feature Slideshow */

  .js .nav-collapse-0.opened {max-height: 400px !important;}
  .region-list {margin:10px 0px;}
  .region-list li { list-style-type:none;}


  @media (min-width:768px) and (max-width:1001px) {
    #headerlogodate {max-width: 490px !important; margin:0 10px !important;}
  }


  @media (max-width:768px) {

    .footerheadings {background-image: none;}
    .subscribedonate {display: none;}
    div#searchbox form input#keywords {border-radius: 3px;float: left;}

    #footercopyright {width:100%; text-align:center; margin:300px 0px 0px 0px; font-size:13px;color:#000;font-weight:bold;}

    #headerlogodate {margin:5px auto;padding: 0 10px;}

    .hidden-xs {
      display: none !important;
    }

    .ad-image {width: 100%;}


    .footerheadings #columnone, .footerheadings #columntwo, .footerheadings #columnthree {font-size: 10px; margin-right: 3px;}

    .footerheadings #columnone, .footerheadings #columntwo, .footerheadings #columnthree {
      width: 30%;
      float: none;
      display: inline-table;
    }
    .footerheadings p, .footerheadings a {font-size: 10px; line-height: normal;}

    .mobile-search {
      width: 70%;
      display: inline-block;
      position: relative;
      top: -10px;
      float: right;
      padding-right: 10px;}
    }
    @media (min-width: 992px) {
      .show-tab {display: hidden !important;}
    }
    @media (max-width: 980px) {
      #leftcolumn {display: none !important;}

      .hidden-tab {display: none !important;}
      .visible-md {display: block !important;}
      #homeleftcolumn {
        float: none;
        width: 100%;
      }
      #homerightcolumn {
        float: none !important;
        width: 100% !important;
      }

      #maincontent #rightcolumn {
        width:100%;
        position: relative;
        float: left;
        text-align:justify;
      }

      #rightcolumn #webad {
        width: 100%;
        height: 200px;
        margin: 20px auto;
      }



      #rightcolumn #featured {
        width:100%;

      }

      #maincontent #leftcolumn {
        width:100%;
        min-height: 0px;
        height: 100%;
        float: right;
        left: 0;
        top: 0;
      }
    }


    @media (min-width: 768px) {
      .mobile-search {display: none;}
      .nav-collapse {
        display: none !important;
      }
      .nav-toggle {display: none !important;}

      .hidden-lg {display:none !important;}

      label[for="nav-trigger"] {
        visibility:hidden;
        display:none;
        height:0px;
      }
    }

    @media (max-width: 768px) {
      .panelContainer {width: 100% !important;}
      .panelContainer .panel {width: 100%;}
      .stripNavL, .stripNav {display: none !important;}
      .footerheadings #columnone, .footerheadings #columntwo, .footerheadings #columnthree {
        width: 100%;
        float: none;
        display: block;
      }
      #nav-toggle:active ~ .toggle-close, #nav-toggle:focus ~ .toggle-close, #nav-toggle:hover ~ .toggle-close {display:block; width: 30px; height: 30px; background-color: #000000; color: #ffffff; font-weight: bolder; position: absolute; right: 50%; top: 100px; text-align: center; border-radius: 20px; font-sze: 10px;z-index: 100;padding-top:10px;border: 1px solid #ffffff; box-shadow: 1px 1px 2px rgba(0,0,0,.75); }
      .js .nav-collapse-0.opened {max-height: 1000px !important;}
      .js .nav-collapse {overflow:auto;}
      .nav-toggle {display: block !important;}
      .nav-collapse {
        display: block !important;
      }
      .hidden-xs {
        display: none !important;
      }


    }
    @media (min-width: 768px) and (max-width: 980px) {
      .hidden-sm {
        display: none !important;
      }
      #nav a:link, #nav a:active, #nav a:visited {
        display: block;
        font-weight: bold;
        padding: 0 10px;
        text-decoration: none;
      }
    }

    @media (min-width: 1200px) {
      .hidden-lg {
        display: none !important;
      }
    }
    @media (max-width: 768px) {
      .mobile-search{
        top: 0;
        width: 100%;
        position: unset;
        text-align: center;
        padding: 0;
      }
      .mobile-search form{
        display: inline-block;
      }
      #latestnews.latestnews_home {
        width: auto;
      }
      .topheader #header-social .social_media {
        width: 100%;
      }

    }
    @media (max-width: 480px) {
      #nav-toggle:active ~ .toggle-close, #nav-toggle:focus ~ .toggle-close, #nav-toggle:hover ~ .toggle-close {display:block; width: 30px; height: 30px; background-color: #000000; color: #ffffff; font-weight: bolder; position: absolute; right: 0px; top: 100px; text-align: center; border-radius: 20px; font-sze: 10px;z-index: 100;padding-top:10px;border: 1px solid #ffffff; box-shadow: 1px 1px 2px rgba(0,0,0,.75); }
      .flexslider .flex-direction-nav a {
        top: 45% !important;
      }
    }
    @media (max-width: 980px) {
      .footer_left{
        float: none;
        width: 100%;
      }
      .footer_left .logo{
        max-width: unset !important;
        text-align: center;
      }
      #footerwrapper .footer_right {
        float: none !important;
        text-align: center;
      }
      .topheader .bigmenu ul#nav > li > a {
        padding-right: 30px;
      }
      .topheader .subscribedonate{
        width: 110px;
      }
      #maincontent #rightcolumn #article {
        padding-right: 0;
        border-right: none;
        margin-right: 0;
      }
      .group_news{
        width: auto;
      }
      #homerightcolumn {
        padding-right: 0px;
        border-left: medium none;
        padding-left: 0px;
        margin-top: 50px;
      }
      #headerlogodate-anniv { margin-left:0px}
    }
    .mobilemenu .navigation {
      background: none repeat scroll 0 0 #015496;
      /*  bottom: 0;
      height: 100%;*/
      top: 0;
      left: -350px;
      bottom:auto;
      right: auto;
      list-style: outside none none;
      position: fixed;
      padding: 15px 0px;
      width: 90%;
      max-width:300px;
      margin-left:15px;
      z-index: 1 !important;

      max-height:100% !important;
      overflow-y:auto !important;
      overflow-x:hidden !important;
    }

    .site-wrap {
      /* Critical position and size styles */
      background-color: #fff !important; /* Needs a background or else the nav will show through */
      position: relative;
      top: 0;
      bottom: 100%;
      left: 0;
      z-index: 10;
    }

    .mobilemenu ul.navigation li {
      float:none !important;
      list-style: none !important;
      font-size:14px !important;
    }
    .mobilemenu ul.navigation li a {
      color:#fff;
    }
    .mobilemenu ul.navigation li ul li {
      list-style: none !important;
      padding-left:10px !important;
    }
    .mobilemenu.visible-xs.visible-small ul#nav li ul li ul li {
      border-bottom: 1px dotted #aaa;
      font-size: 10px !important;
      line-height: 10px;
      list-style: outside none none !important;
      margin-left: 15px;
      max-width: 200px;
      padding: 1px;

    }
    .nav-trigger {
      position: absolute;
      clip: rect(0, 0, 0, 0);
    }
    label[for="nav-trigger"] {
      background-image: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' version=\'1.1\' x=\'0px\' y=\'0px\' width=\'30px\' height=\'30px\' viewBox=\'0 0 30 30\' enable-background=\'new 0 0 30 30\' xml:space=\'preserve\'><rect width=\'30\' height=\'6\'/><rect y=\'24\' width=\'30\' height=\'6\'/><rect y=\'12\' width=\'30\' height=\'6\'/></svg>");
      background-size: contain;
      cursor: pointer;
      height: 30px;
      left: 30px;
      position: absolute;
      top: 85px;
      width: 30px;
      z-index: 15;
    }
    /* Make the Magic Happen */
    .nav-trigger + label, .site-wrap, .navigation {
      transition: left 0.4s;
    }

    .nav-trigger:checked + label {
      left: 300px;
    }

    .nav-trigger:checked ~ .mobilemenu .navigation {
      left: 0px !important;
      margin: 0;
    }

    .nav-trigger:checked ~ .site-wrap {
      left: 275px;
      box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);
    }

    .quicklinks {
      margin:5px 0px;
      border:solid 3px #015496;
      box-shadow:inset 0px 0px 4px #000;
      text-align:center;
      padding-bottom:10px;
    }
    .quicklinks h3 {
      width:100%;
      text-align:center;
    }
    .bigmenu #nav.navigation li ul li:hover ul {
      display:block !important;
    }
    @-ms-viewport{
      width: device-width;
    }
    a.bluebutton {
      background: #00448b none repeat scroll 0 0;
      border: 0 solid #fff;
      border-radius: 5px;
      color: #fff;
      font-size: 12px;
      font-weight: bold;
      margin-top: 1px !important;
      padding: 6px 6px 7px;
      position: relative;
      text-decoration: none;
      transition:background linear .2s;
    }
    a.bluebutton:hover {
      background:#666;
    }
    .subscribedonate {
      float: right;
      position: absolute;
      right: 15px;
      top: 20px;
      /*width: 240px;*/
      text-align: right;

    }
    .subscribedonate a.bluebutton {
      background: #00448b none repeat scroll 0 0;
      border: 0 solid #fff;
      border-radius: 5px;
      color: #fff;
      font-size: 12px;
      font-weight: bold;
      margin-top: 1px !important;
      padding: 6px 6px 7px;
      position: relative;
      text-decoration: none;
      transition: background 0.2s linear 0s;
      position: absolute;
      left: 0px;
      top: -1px;
    }
    span.press button {
      border: medium none;
      border-radius: 5px;
      box-shadow: 1px 2px 2px 0px #5f380e inset;
      color: #fff;
      cursor: pointer;
      font-size: 14px;
      font-weight: bold;
      line-height: 20px;
      margin-bottom: 10px;
      padding: 10px 0;
      text-align: center;
      text-transform: uppercase;
      transition: background 0.2s linear, box-shadow linear .2s;
      width: 100%;
      background-color: #f08d24;
    }
    span.press button:hover {
      box-shadow: 1px 2px 5px 5px #5f380e inset;
    }
    button {
      float: right;
      display: inline-block;
      margin: 0;
      padding: 3px 3px;
      font-size: 13px;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 1.8;
      vertical-align: bottom;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
    }
    .clear {
      clear: both;
    }


    /* new CSS */
    #footerwrapper:before{
      content: '';
      height: 5px;
      width: calc(100% - 30px);
      width: -webkit-calc(100% - 30px);
      position: absolute;
      background: #000;
      left: 15px;
      top: 0;
    }
    #footerwrapper {

      height: auto;
      padding-top: 30px;
      margin-top: 20px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      overflow: hidden;
    }

    #footerwrapper .footer_left{
      float: left;
      padding-right: 20px;
      /* text-align: center;*/
    }

    #footerwrapper .footer_left ul.social_media{
      padding: 0;
      list-style: none;
      display: inline-block;
    }

    #footerwrapper .footer_left ul.social_media li{
      float: left;
    }

    #footerwrapper .footer_left ul.social_media li a{
      color: #787878;
      font-size: 16px;
      margin:20px 2px 0;
      display: inline-block;
    }

    #footerwrapper .footer_right {
      float: right;
    }

    #footerwrapper .footer_right .menufooter > a {
      color: #282828;
      display: inline-block;
      font-size: 14px;
      font-weight: bold;
      padding: 15px 10px;
    }

    #footerwrapper .info_footer {
      clear: both;
      padding-top: 15px;
    }

    #footerwrapper .info_footer > p {
      font-size: 16px;
      text-align: center;
    }

    #footerwrapper #footercopyright{
      display:none;
    }


    #homeleftcolumn .ad-gallery .ad-image-wrapper .ad-image{
      height: auto !important;
      max-height: 670px!important;
      position: static !important;
    }

    #homeleftcolumn .ad-gallery .ad-image-wrapper .ad-image a{
      display: block;
      max-height: 600px;
      overflow: hidden;
    }

    #homeleftcolumn .ad-gallery .ad-image-wrapper .ad-image .ad-image-description{
      bottom: 0;
      display: block !important;
      margin: 0;
      position: static;
      width: 100%;
    }

    #homeleftcolumn .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
      display: block;
      font-size: 18px;
      line-height: 1.4;
    }

    #homeleftcolumn  .ad-gallery .ad-image-wrapper {
      height: auto;
      margin-bottom: 10px;
      max-height: 670px;
      position: relative;
      width: 100%;
    }

    #homeleftcolumn .ad-gallery .ad-image-wrapper .ad-image a img {
      border: 0 none;
      height: auto;
      width: 100%;
    }

    #homeleftcolumn  .ad-gallery .ad-nav .ad-thumbs{
      width: 100%;
    }

    #homeleftcolumn .ad-gallery .ad-thumbs .ad-thumb-list{
      height: auto;
      width: 100%!important;
    }

    #homeleftcolumn .ad-gallery .ad-thumbs li:last-child{
      padding: 0;
    }

    #homeleftcolumn .ad-gallery .ad-thumbs li a img{
      width: 224px;
    }
    .subscribedonate .donate{
      line-height: 27px;
      padding: 0px;
      color: #ccc;
      font-size: 14px;
      text-decoration: none;
    }
    .subscribedonate .donate span:first-child{
      width: 40px;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      border-image: none;
      padding: 5px;
      border: 1px solid #ccc
    }
    .subscribedonate .donate span:last-child{
      padding: 5px 10px;
      background: #f08d24;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      border: 1px solid #f08d24;
      border-left: 0;
      color: #fff;
    }
    #article h1{
      color: #000000;
    }
    #header-social{
      margin-left: -5px;
      position: absolute;
      top: 60px;
    }
    #header-social .social_media{
      list-style: none;
    }
    #header-social .social_media li{
      display: inline-block;
    }
    #header-social .social_media li a{
      color: #787878;
      font-size: 16px;
      margin: 20px 2px 0;
      display: inline-block;
      text-decoration: none;
    }
    #header-social .social_media li a:hover{
      color: #00448b;
      transition: all .3s;
    }
    .flexslider .flex-direction-nav a{
      top: 38%;
    }

    #cboxLoadedContent{
      background: #f08d24 !important;
      color:#FFFFFF;
    }
    #colorbox{
      z-index: 1000;
    }
    #newscasts .btn-more{
      padding-top: 10px;
      padding-right: 5px;
      display: inline-block;
      /*float: right;*/
	  padding-left:25px;
    }
    a {
      color:#005394;
      transition: color ease .3s;
    }
    a:hover {
      color:#aaa;
    }
    footer.timeline-Footer {
      height: 0 !important;
      display: none !important;
    }
    .stButton {
      color: #000;
      cursor: pointer;
      display: inline-block;
      font-size: 11px;
      line-height: 16px;
      margin-left: 1px !important;
      margin-right: 1px !important;
      position: relative;
      text-decoration: none;
      z-index: 1;
    }
    .printbutton {
      float: right;
      margin-left: 20px;
    }
    #getmorelink a.pull-left, #getmorelink a.pull-right {
      color: #f08d24;
      font-size: 14px;
      font-weight: bold;
    }
    .flex-control-thumbs img {
      opacity: 1 !important;
    }


/*
*
* Good Good Work
*
*/
#header img {
  max-width: 95%;
}

#headerconnectsearch {
  z-index: 1;
}

/* removed overflow: hidden; from top header on line 1999, to address https://gitlab.com/goodgoodwork/public-news-service/issues/25 (dropdown menus were hidden) */