body {
  text-align: left;
  min-width: 980px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  background-color: #ffffff;
}

* {
  margin: 0px;
  padding: 0px;
}

a {
  color: #21635F;
  font-weight: bold;
  text-decoration: none
}

a:hover {
  color: #00635F;
  font-weight: bold;
  text-decoration: underline;
}

input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.clearme {
  clear: both
}

.boldme {
  font-weight: bold
}

img {
  border: none
}

p {
  font-size: 14px!important;
  line-height: 19px;
  margin-bottom: 14px;
}

.goleft {
  float: left;
  margin-right: 10px;
}

.goright {
  float: right;
  margin-left: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  margin-bottom: 5px;
  font-weight: normal;
  text-align: left;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #00635F
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #003366;
  text-decoration: underline;
}

h1 {
  font: bold 40px/48px 'Yanone Kaffeesatz', sans-serif;
}

h2 {
  font: bold 28px/36px 'Yanone Kaffeesatz', sans-serif;
}

h3 {
  font: 18px/24px Arial, Helvetica, sans-serif;
}

h4 {
  font-size: 14px;
  line-height: 19px;
}

h5,
h6 {
  font-size: 12px;
  line-height: 17px;
}

#page_title {
  font-size: 40px;
  color: #333333;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

hr {
  border: solid #CCCCCC;
  border-width: 1px 0px 0px 0px;
  margin-bottom: 10px;
}

p {
  line-height: 140%
}

.accessibility_link {
  position: absolute;
  left: -9999px;
}
/*WYSIWYG Styles*/

.Subheadline {
  font: bold 28pt 'Yanone Kaffeesatz', sans-serif;
}
/*WRAPPER HEADER AND MENU*/

#header {
  background-color: #F2EFE8;
  background-image: url(/assets/images/homepage_background.jpg);
  background-repeat: repeat-x;
  background-position: 0% 0%;
  padding-top: 7px;
}

#top_utility {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
  font-size: 12px;
}

#top_utility ul {
  display: inline;
}

#top_utility li {
  display: inline;
  list-style-type: none;
}

#top_utility li a {
  color: #666666;
  text-decoration: none;
  padding-left: 30px;
}

#top_utility li a:hover {
  color: #21B2AB;
}

#pogo_logo form {
  display: inline;
  float: right;
  margin-top: 30px;
}

#pogo_logo form input[type="text"] {
  width: 145px;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  color: #666666;
  padding: 3px 3px 3px 10px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}

#pogo_logo form input[type="submit"] {
  background-color: #4D4D4D;
  border: 1px solid #4D4D4D;
  color: #FFFFFF;
  padding: 2px 3px 2px 3px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
}

.donatetoday a {
  background-color: #4D4D4D;
  background-image: url(/assets/images/utility_gradient.jpg);
  background-repeat: repeat-x;
  background-position: 0% 0%;
  padding: 4px 15px 4px 15px;
  margin-left: 30px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.donatetoday a:hover {
  background-color: #21B2AB;
  background-image: none;
}

#pogo_logo {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

#main_navigation {
  background-color: #9D9C97;
}

#main_navigation_in {
  background-color: #333333;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}

#main_navigation_in > ul {
  padding: 8px 0px 7px 0px;
}

#main_navigation_in > ul > li {
  list-style-type: none;
  display: inline;
  position: relative;
  text-transform: uppercase;
}

#main_navigation_in > ul > li > a {
  padding: 8px 42px;
  color: #fff;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 19px;
  margin: 0px;
  position: relative;
  outline: none;
  font-weight: normal;
}

#main_navigation_in > ul > li > a:hover {
  background-color: #21B2AB;
}

.main_nav_active {
  background-color: #21B2AB;
}
/*drop downs*/

#main_navigation_in ul li:hover ul,
#main_navigation_in ul li a:hover ul {
  display: block;
}

#main_navigation_in ul ul {
  display: none;
  width: 220px;
  position: absolute;
  top: 25px;
  left: -1px;
  z-index: 100;
  border: solid #CCCCCC;
  border-width: 0px 1px 1px 1px;
  background-color: #FFCC00;
  -moz-box-shadow: 0px 0px 20px #000;
  -webkit-box-shadow: 0px 0px 20px #000;
  box-shadow: 0px 0px 20px #000;
}

#main_navigation_in ul ul li {
  list-style-type: none;
}

#main_navigation_in ul ul li a {
  display: block;
  background-color: #EDEBE3;
  border: solid #F6F5F1;
  border-width: 2px 0px 0px 0px;
  padding: 5px 10px 8px 20px;
  text-align: left;
  color: #333333;
  text-decoration: none;
  font-size: 14px;
}

#main_navigation_in ul ul li a:hover {
  background-color: #21B2AB;
  color: #FFFFFF;
}
/*main content */

#content_body {
  width: 920px;
  background-color: #ffffff;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  position: relative;
  padding: 20px;
}
/*
#twitter_facebook {
	width: 58px !important;
	text-align: center;
	height: 267px;
	position: absolute;
	top: 20px !important;
	left: -66px !important;
	background-color:#343434;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	padding: 16px 4px 4px 4px;
}*/

#twitter_facebook {
  background-color: #343434;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  height: 267px;
  padding: 16px 4px 4px;
  position: fixed !important;
  text-align: center;
  top: 43% !important;
  width: 58px !important;
  left: auto !important;
  margin-left: -86px;
  *margin-left: -766px;
}

#twitter_facebook img {
  margin-bottom: 5px;
}

#sharethis {
  height: 44px;
}

.st_sharethis_custom {
  background-image: url(/assets/images/share-this.jpg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  height: 120px;
  padding: 6px 15px 30px 36px;
}

.st_sharethis_custom:hover {
  cursor: pointer;
}

.sendToFriend {
  margin-top: 10px;
  display: inline-block;
}

#primary_content li,
.postingContainer {
  line-height: 140%;
}

#primary_content .work_hover p {
  font-size: 14px;
  line-height: 16px;
}
/*related promo*/

#related_promo {
  width: 172px;
  float: right;
  clear: right;
  margin-top: 12px;
  padding: 18px 14px;
  background-color: #EDEBE3;
}

z #related_promo h2 {
  padding: 0 10px 5px 12px;
  color: #333333;
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: normal;
}

#related_promo ul {
  margin: 0;
  padding: 0 6px 6px 22px;
  font-size: 12px;
  color: #006360;
}

#related_promo li {
  padding: 0 0 4px 0;
  list-style-type: square;
}

#related_promo li:before {
  font-size: 8px;
}

#related_promo a.ds-gray-button {
  display: block;
  text-align: center;
  margin: 0 12px;
}
/*vertical navigation*/

#vertical_navigation {
  width: 200px;
  float: right;
}

#vertical_navigation h2 {
  padding: 8px 10px 5px 20px;
  color: #333333;
  background-color: #EDEBE3;
  margin-bottom: 2px;
  font-size: 20px;
}

#vertical_navigation h2 a {
  text-decoration: none;
  font-weight: normal;
}

#vertical_navigation ul {
  margin: 0px;
  padding: 0px;
}

#vertical_navigation li {
  list-style-type: none;
  background-image: url(/assets/images/vert_menu_rt_triangle.gif);
  background-repeat: no-repeat;
  background-position: 18px 10px;
  padding: 6px 15px 5px 36px;
  background-color: #EDEBE3;
  margin-bottom: 2px;
  font-size: 14px;
}

#vertical_navigation li li {
  padding: 7px 15px 2px 18px;
  margin-bottom: 0px;
  background-image: url(/assets/images/vert_menu_rt_triangle.gif);
  background-repeat: no-repeat;
  background-position: 0px 10px;
}

#vertical_navigation li a {
  color: #333;
  text-decoration: none;
  font-weight: normal;
}

#vertical_navigation li a:hover {
  color: #00635F;
}

#vertical_navigation .vm_active {
  background-image: url(/assets/images/vert_menu_down_triangle.gif);
  background-repeat: no-repeat;
  background-position: 18px 10px;
}

#breadcrumbs {
  font-size: 11px;
  margin: 0 0 4px 16px;
}

#breadcrumbs a {
  text-decoration: none;
}

#primary_content {
  margin-left: 230px;
  margin-bottom: 30px;
}

#primary_content ul {
  margin-left: 15px;
  color: #006360;
}

#primary_content li:before {
  font-size: 8px;
}

#primary_content li {
  margin-bottom: 5px;
  padding: 0 0 4px;
  list-style-type: none;
}

#primary_content {
  margin-left: 15px;
}

#text-img-bottom {
  position: relative;
  margin: auto;
  margin-bottom: 1px;
  width: 960px;
  height: 181px
}

#text-img-bottom h2 {
  margin: 0;
  position: absolute;
  padding: 12px 14px;
  height: 20px;
  bottom: 2px;
  font-size: 15px;
  color: #fff;
  background-color: #000;
  opacity: 0.75;
  filter: alpha(opacity=75);
  font-weight: normal;
  font-family: Arial, sans-serif;
  width: 932px;
}

#text-img-bottom h2 p {
  color: #fff;
}

#relatedclips {
  background-color: #E1B640;
  clear: right;
  color: #FFFFFF;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 5px 0 5px 5px;
  width: 125px;
}

#relatedclips a:link,
#relatedclips a:visited {
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

#relatedclips a:hover {
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: underline;
}

#relatedclips p {
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

#relatedpogo {
  background-color: #8F9C60;
  clear: right;
  color: #FFFFFF;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 5px 0 5px 5px;
  width: 125px;
}

#relatedpogo a:link,
#relatedpogo a:visited {
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

#relatedpogo a:hover {
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: underline;
}

#relatedpogo p {
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
/* footer */

#footer_nav {
  background-color: #3C3C3C;
}

#footer_nav .document {
  background-color: #3C3C3C;
  margin-top: 30px;
}

#footer_nav_in {
  background-color: #333333;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0px 10px 0px;
}

#footer_nav_in a {
  color: #A5DFDD;
  text-decoration: none;
}

#footer_nav_in a:hover {
  color: #FFFFFF;
}

#footer_nav_in li {
  display: inline;
  list-style-type: none;
  padding: 0px 17px 0px 17px;
  background-image: url(/assets/images/whitepixel.gif);
  background-repeat: repeat-y;
  background-position: 100% 0%;
}

#footer_nav_in li:last-child {
  background-image: none;
}

#footer {
  background-color: #484847;
  color: #FFFFFF;
  font-size: 14px;
}

#footer_in {
  background-color: #3F3F3F;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

#footer_left {
  width: 475px;
  float: left;
  margin: 20px 10px 20px 20px;
  text-align: left;
}

#footer_left img {
  margin-right: 13px;
}

#footer_left a {
  color: #A5DFDD;
}

#footer_left a:hover {
  color: #FFFFFF;
}

.footer_title {
  color: #FFFFFF;
  font-size: 24px;
  margin-bottom: 5px;
}

.footer_title2 {
  color: #FFFFFF;
  font-size: 18px;
  margin-bottom: 6px;
  margin-top: 16px;
}

#footer_middle {
  border: solid #535353;
  border-width: 0px 0px 0px 1px;
  width: 260px;
  float: left;
  margin: 20px 20px 20px 10px;
  text-align: left;
  padding-left: 20px;
}

#footer_right {
  width: 115px;
  float: left;
  margin: 20px 0px 20px 0px;
  text-align: right;
  padding-top: 40px;
}
/*************** added 04-17-13 to match updated Straus blog footer **********************/

.footer_btm {
  left: 535px;
  position: absolute;
  text-align: left;
  top: 278px;
  width: 390px;
}

#footer_right #cv-poweredBy {
  display: none;
  text-align: center;
}

#cv-poweredBy {
  margin-top: 28px;
}
/*Sortable Tables*/

div#pogotablecontainer {
  height: 500px;
  width: 740px;
  clear: both;
  overflow-y: auto;
  overflow-x: hidden;
}

html>body div#pogotablecontainer,
html>body div#programtablecontainer {
  overflow: hidden;
  width: 100%;
  height: 600px;
}

div#pogotablecontainer table {
  float: left;
  width: 730px;
}

html>body div#pogotablecontainer table {
  width: 730px;
}

div#pogotablecontainer thead {
  position: relative;
  width: 720px
}

html>body div#pogotablecontainer thead {
  display: block;
  width: 720px
}

div#pogotablecontainer tbody {
  height: 500px;
  width: 740px;
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
}

div#pogotablecontainer-wide {
  height: 500px;
  width: 910px;
  clear: both;
  overflow-y: auto;
  overflow-x: hidden;
}

html>body div#pogotablecontainer-wide,
html>body div#programtablecontainer-wide {
  overflow: hidden;
  width: 100%;
  height: 600px;
}

div#pogotablecontainer-wide table {
  float: left;
  width: 900px;
}

html>body div#pogotablecontainer-wide table {
  width: 900px;
}

div#pogotablecontainer-wide thead {
  position: relative;
  width: 890px
}

html>body div#pogotablecontainer-wide thead {
  display: block;
  width: 890px
}

div#pogotablecontainer-wide tbody {
  height: 500px;
  width: 910px;
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
}

#pogo-table th,
#pogo-table td,
.pogo-table th,
.pogo-table td {
  font-size: 12px;
}

table.tablesorter {
  color: #000;
}

table.tablesorter th {
  text-align: left;
  padding: 5px 15px 5px 5px;
  border-bottom: 4px solid #21B2AB;
  color: #000;
  vertical-align: bottom;
}

#pogo-table tr td,
.pogo-table tr td {
  height: auto;
}

table.tablesorter td {
  color: #000;
  padding: 5px;
}

table.tablesorter .even {
  background-color: #F6F5F1;
}

table.tablesorter .odd {
  background-color: #FFF;
}

#pogo-table tbody tr.hover,
.pogo-table tbody tr.hover {
  background-color: #A5DFDD;
}

table.tablesorter .header {
  background-image: url(/assets/images/tablesorter/bg.gif);
  background-repeat: no-repeat;
  background-position: right 80%;
  height: auto;
}

table.tablesorter .headerSortUp {
  background-image: url(/assets/images/tablesorter/asc.gif);
  background-repeat: no-repeat;
  background-position: right 80%;
}

table.tablesorter .headerSortDown {
  background-image: url(/assets/images/tablesorter/desc.gif);
  background-repeat: no-repeat;
  background-position: right 80%;
}

.resetButton {
  height: 25px;
  width: 50px;
  background-color: #21B2AB;
  color: #fff;
  font-weight: bold;
}
/* new donate page */

#top_left {
  width: 362px;
  padding: 10px 2px 30px 0
}

#green_donate_button a {
  background-color: #333;
  border: 3px solid #c0bfba;
  -moz-box-shadow: 0 0 20px #000;
  -webkit-box-shadow: 0 0 20px #000;
  box-shadow: 0 0 20px #000;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-image: url(/assets/images/green_gradient.jpg);
  background-repeat: repeat-x;
  background-position: 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 64px;
  padding: 12px 20px
}

#donate_video {
  float: right
}

#charity_navigator {
  height: 100px;
  margin: 30px 0 0;
  padding: 20px 0 0
}

#charity_navigator img {
  float: left;
  padding: 0 16px 0 0
}

#charity_navigator p {
  float: left;
  margin: 0
}

#donate_chart {
  float: right;
  padding: 0
}

#donate_chart a {
  color: #fff
}

#donate_chart img {
  float: right;
  padding: 0 0 18px
}

#donate_caption {
  background: #333;
  color: #fff;
  font-size: 13px;
  padding: 0 0 16px 22px;
  width: 437px;
  text-align: left;
}

#donor_quote {
  width: 880px;
  background: #edece8;
  margin: auto;
  padding: 14px
}

#donor_quote .rs {
  float: right;
  margin: 2px 0
}

#donor_quote h2 {
  margin: 0 0 14px
}

#donor_quote .quote-author {
  text-transform: uppercase
}

p.speech {
  position: relative;
  width: 800px;
  background-color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 14px;
  margin: auto;
  padding: 18px
}

p.speech:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -23px;
  top: 34px;
  border: 18px solid;
  border-color: transparent #fff #fff transparent
}

#ways-to-give {
  width: 386px
}

#ways-to-give li {
  margin: 20px 0 0 0
}

#contribution_policy {
  padding: 22px 0 0
}

#middle_section {
  height: 280px
}

#middle_section h3 {
  margin: 0
}

#middle_section img {
  float: right;
  margin-top: 10px;
  padding: 0 6px 6px
}

#middle_section p {
  padding: 10px 0 2px 0
}

#left_column {
  float: left;
  width: 270px;
  height: 210px;
  background: #edece8;
  margin: 20px 9px 2px 0;
  padding: 10px
}

#middle_column {
  float: left;
  width: 270px;
  height: 210px;
  background: #edece8;
  margin: 20px 0 2px 8px;
  padding: 10px
}

#right_column {
  float: right;
  width: 270px;
  height: 210px;
  background: #edece8;
  margin: 20px 0 2px 0;
  padding: 10px
}

.middle_button a {
  background-color: #333;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 9px
}

#green_donate_button a:hover,
.middle_button a:hover {
  background: none;
  background-color: #00827a
}

.ds-gray-button {
  background: none repeat scroll 0 0 #3F3F3F;
  border-radius: 6px 6px 6px 6px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  padding: 7px 11px 6px;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
}

.ds-gray-button:hover {
  background: none repeat scroll 0 0 #21B2AB;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
/** PROFILE **/

#profile_photo_section {
  float: right;
  padding: 0 8px;
}

#profile_photo_section img {
  border: 2px solid #9D9C97;
}

#profile_photo_section_high_res {
  text-align: center;
}
/** BLOG **/

.rside {
  float: right;
}

#blog-lcol {
  float: left;
  width: 562px;
  margin-top: 10px;
}

#blog-posts {
  padding: 12px;
  margin: 8px 0 35px 0;
  width: 480px;
  background-color: #edece8;
}

#blog-posts img {
  float: left;
  padding: 4px 6px 0 0
}

#blog-rcol {
  float: right;
  width: 322px;
}

.blog-read-more {
  background: transparent url('/assets/images/blog-read-more.png') center left no-repeat;
  padding: 10px 0 0 30px;
  display: block;
  height: 25px;
}

#blog-email-signup {
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 42px 10px 10px;
  color: #fff;
  border-radius: 6px;
  border: 3px solid #fff;
  background: #3c3c3c url('/assets/images/email_icon.png') center right no-repeat;
}

#blog-email-signup:hover {
  text-decoration: none;
  background-color: #21B2AB;
}

#blog-browse-topic {
  padding: 12px;
  margin: 8px 0 35px 0;
  width: 296px;
  background-color: #edece8;
}

#blog-browse-topic-box {
  padding: 2px;
  border: 1px solid #666762;
  margin-right: 8px;
}

#blog-search {
  padding: 12px;
  margin: 8px 0 35px 0;
  width: 296px;
  background-color: #edece8;
}

#blog-search-input-box {
  border: 1px solid #666762;
  padding: 4px;
  width: 230px;
  margin-right: 10px;
}

#blog-search-input-submit,
#blog-browse-input-submit {
  background-color: #454545;
  border: none;
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  font-weight: bold;
  padding: 4px 6px;
  cursor: pointer;
}

#blog-facebook {
  padding: 12px;
  margin: 8px 0 35px 0;
  width: 296px;
  background-color: #edece8;
}

#blog-stay-connected {
  padding: 12px;
  margin: 8px 0 35px 0;
  width: 296px;
  background-color: #edece8;
  overflow: auto;
}

#blog-stay-connected h2 {
  padding-bottom: 12px;
}

#social_media {
  padding: 24px 0 0 0;
}

#social_media li {
  list-style-type: none;
  display: inline-block;
}

#social_media li a {
  outline: 0;
  background-image: url('/assets/images/sprite-social-media.png');
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
  padding-left: 8px;
}

#sprite-facebook {
  background-position: 0 0;
  width: 31px;
  height: 33px;
}

#sprite-google_plus {
  background-position: 0 -83px;
  width: 32px;
  height: 32px;
}

#sprite-pod {
  background-position: 0 -165px;
  width: 31px;
  height: 33px;
}

#sprite-rss {
  background-position: 0 -248px;
  width: 32px;
  height: 33px;
}

#sprite-twitter {
  background-position: 0 -331px;
  width: 32px;
  height: 33px;
}

#sprite-youtube {
  background-position: 0 -414px;
  width: 32px;
  height: 33px;
}

#blog-contributors {
  padding: 12px;
  margin: 8px 0 35px 0;
  width: 296px;
  background-color: #edece8;
}

#blog-contributors-all {
  text-transform: uppercase;
  background: transparent url('/assets/images/green-arrow.png') center right no-repeat;
  padding-right: 16px;
}

#blog-podcasts {
  padding: 12px;
  margin: 8px 0 35px 0;
  width: 296px;
  background-color: #edece8;
}

#blog-podcasts-description {
  margin: 8px 0 0 0;
}

.postingContainer {
  background-color: white;
  border-top: 5px solid #71D2BF;
  padding: 4px;
  margin-bottom: 12px;
}

.audiojs {
  width: 302px;
  overflow: hidden;
}

.audiojs .scrubber {
  width: 136px
}

.audiojs .error-message {
  width: 238px
}

.audiojs .time {
  margin: 0px 0px 0px 2px;
}

#blog-comments-section {
  border-top: 1px solid gray;
  padding-top: 6px;
}
/** POGO FILE **/

#pogo_file_header_type {
  width: 100px;
  border: 2px solid #3C3C3C;
  float: left;
  padding: 8px;
  font-weight: bold;
  text-align: center;
}
/* #pogo_file_header_topics { width: 520px;  float: left; border: 2px solid #3C3C3C; float:left; padding: 8px; margin: 0 0 12px 8px; } */

#pogo_file_header_topics,
#pogo_file_header_relatedcontent,
#pogo_file_byline {
  border: 0px;
  padding: 8px;
  margin: 0 0 0 115px;
}

strong {
  font-weight: bold;
}

#col2Left {
  width: 320px;
  float: left;
  margin-right: 30px;
}

#col2Right {
  width: 320px;
  float: left;
}

.bold-arrow-link {
  clear: both;
  text-transform: uppercase;
  text-decoration: none;
  color: #046659;
  font-weight: 700;
  padding-right: 13px;
  background: transparent url("/assets/images/green-arrow.png") no-repeat scroll right center;
}

a.call-to-action {
  background-color: #4D4D4D;
  background-image: url(/assets/images/utility_gradient.jpg);
  background-repeat: repeat-x;
  background-position: 0% 0%;
  padding: 4px 15px 4px 15px;
  margin-top: 20px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  -moz-border-radius: 5px;
  border-radius: 5px;
  clear: both;
}

.ds-gray-button {
  color: #fff;
  font-size: 12px;
  background: #3f3f3f;
  padding: 7px 11px 6px 11px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.ds-gray-button:hover {
  background: #21b2ab;
  color: #fff;
  cursor: pointer;
}

#documentList {
  margin: 20px 0 0 0;
  padding-left: 0;
  list-style: none!important;
}

#documentList li.db {
  padding-left: 70px;
  background-image: url("/assets/images/pressroom/icon_database.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 72px;
}

#documentList li.report {
  padding-left: 70px;
  background-image: url("/assets/images/pressroom/icon_report.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 72px;
}

a.documentlinks {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  color: black;
}

#col1,
#col2,
#col3,
#col4 {
  float: left;
  width: 152px;
  height: 368px;
  margin: 8px;
  padding: 0 2px;
}

#experts h2 {
  padding: 0 0 8px 0;
}

#experts h3 {
  font-weight: bold;
  font-size: 13px;
  padding: 4px 0 0 0;
  text-transform: uppercase;
}

#experts h4 {
  font-weight: bold;
  font-size: 12px;
}

.expert_description {
  font-size: 11px;
}

#quote {
  background-color: #edece8;
  width: 554px;
  display: inline-block;
  padding: 10px;
}

blockquote {
  display: block;
  font-size: 16px;
  line-height: 21px;
  background-color: #fff;
  width: 80%;
  height: auto;
  margin: 20px auto 25px auto;
  padding: 10px 20px 10px 20px;
  /*border: 1px solid #d7d7d7;

	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(border-radius.htc);*/
  
  position: relative;
  clear: both;
}

blockquote:before,
blockquote:after {
  color: #69c;
  display: block;
  font-size: 150%;
  width: 50px;
}

blockquote:before {
  /*content: '\201C';*/
  
  height: 0;
  margin-left: -0.55em;
}

blockquote:after {
  /*content: '\201D';*/
  
  content: ' ';
  margin-top: -30px;
  margin-left: auto;
  position: absolute;
  width: 0;
  height: 0;
  /*left: -23px;  
    top: 90%;  
    border: 15px solid #d7d7d7;	
    border-color: transparent #fff #fff transparent; */
}

p.pullquote {
  float: left;
  width: 200px;
  background: url(http://www.pogo.org/assets/images/pull-quote-open_100.png) top left no-repeat;
  color: #0066a4;
  font-size: 1.5em !important;
  font-style: italic;
  padding: 13px;
  font-weight: bold;
}

cite {
  text-transform: uppercase;
  font-style: normal;
  font-size: 10pt;
}

h2.hQuote {
  width: 75%;
  float: left;
  margin-bottom: 10px;
}

.moreQuotes a {
  float: left;
  width: 20%;
  display: inline-block;
}

.promo_area {
  padding: 12px;
  margin: 20px 20px 20px 0;
  width: 300px;
  background-color: #EDECE8;
  float: left;
}

.promo_area img {
  padding: 0 28px 0 0;
  float: right;
}

.post_item {
  display: inline-block;
}

.post_item img {
  float: left;
  margin-right: 10px;
}

#hp_tabbed_content {
  width: 690px;
  float: left;
}

#hp_tabbed_content li {
  list-style-type: none;
  float: left;
  width: 230px;
  background-color: #EDEBE3;
  text-align: left;
}

#hp_tabbed_content li a {
  display: block;
  width: 140px;
  color: #333333;
  font-size: 24px;
  text-decoration: none;
  padding: 8px 10px 5px 20px;
}

#hp_tabbed_content li.hp-tab {
  list-style-type: none;
  float: left;
  width: 200px;
  background-color: #EDEBE3;
  text-align: left;
  font-size: 24px;
  padding: 8px 10px 5px 20px;
}

#hp_tabbed_content li.hptab a {
  display: block;
  width: 140px;
  color: #333333;
  font-size: 24px;
  text-decoration: none;
  padding: 8px 10px 5px 20px;
}

#hp_tabbed_content li .hp_tabbed_rss {
  float: right;
  display: inline;
  width: 20px;
  padding: 6px 10px 0px 0px;
}

#hp_tabbed_content .hover {
  color: #21B2AB;
}

#hp_tabbed_content .hp_tabbed_active {
  background-color: #F6F5F1;
}

#hp_tabbed_content .hp_tabbed_next_to_active {
  background-image: url(/assets/images/tabbed_box_shadow.jpg);
  background-repeat: repeat-y;
  background-position: 0% 0%;
}

#hp_tabbed_content .hp_tabbed_not_by_active {
  background-image: url(/assets/images/tabbed_box_line.gif);
  background-repeat: repeat-y;
  background-position: 0% 0%;
}

#hp_tabbed_content .hp_tabbed_active_last {
  background-image: url(/assets/images/tabbed_box_line.gif);
  background-repeat: repeat-y;
  background-position: 0% 0%;
  background-color: #F6F5F1;
}

.hp-tab {
  cursor: pointer;
}

#pogo_blog {
  text-align: left;
  padding: 20px;
  background-color: #ffffff;
}

.tablistitem {
  clear: both;
  padding-left: 0;
  position: relative;
  margin-bottom: 20px;
  color: #333333;
}

.tablistitem p {
  margin-bottom: 5px;
  line-height: 140%;
}

.tablistitem p.heading {
  font-weight: bold;
}

.tablistitem p.source {
  font-style: italic;
}

.tablistitem img {
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #CCCCCC;
  margin-top: 2px;
}

.tablistitem a {
  color: #00635F;
  text-decoration: none;
}

.tablistitem a:hover {
  color: #003366;
}

.tablistitemreadmore a {
  font-weight: bold;
  color: #00635F;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  background-image: url(/assets/images/little_down_arrow.gif);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

#pRelatedAction-img img {
  padding: 0px;
  margin-left: -14px;
}

#experts {
  clear: both;
}

#relatedpost {
  background-color: #21B2AB;
  border-color: #fff;
  border-image: none;
  border-style: solid;
  border-width: 10px;
  box-shadow: 0 0 20px black;
  width: 330px;
  padding-bottom: 5px;
  position: relative;
  right: -555px;
  -moz-box-shadow: 0px 0px 5px #555;
  -webkit-box-shadow: 0px 0px 5px #555;
  box-shadow: 0px 0px 5px #555;
  bottom: -50px;
  cursor: default;
  z-index: 999;
}

a#readMore {
  display: block;
  width: 100%;
  border: 3px solid white;
  background-color: #C81906;
  background-image: url(/assets/images/subscribe_gradient.jpg);
  background-repeat: repeat-x;
  background-position: 0% 0%;
  color: #666;
  padding: 10px 10px 10px 10px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: white;
  font-size: 16px;
  margin-bottom: 13px;
  text-transform: uppercase
}
/********************************************************************JIGS PATEL************************************************************************/

#blog-search-input-submit,
#blog-browse-input-submit,
.ds-gray-button {
  background: #656565;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1NjU2NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNTM1MzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #656565 0%, #353535 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #656565), color-stop(100%, #353535));
  background: -webkit-linear-gradient(top, #656565 0%, #353535 100%);
  background: -o-linear-gradient(top, #656565 0%, #353535 100%);
  background: -ms-linear-gradient(top, #656565 0%, #353535 100%);
  background: linear-gradient(to bottom, #656565 0%, #353535 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#656565', endColorstr='#353535', GradientType=0);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior: url(border-radius.htc);
}

.cfe-radio,
.cfe-select {
  display: inline-block;
  cursor: pointer;
  background: 0 0 no-repeat;
}

.cfe-select {
  font: 12px arial, sans-serif;
  color: #505050;
  overflow: hidden;
  position: absolute;
  padding: 0 30px 0 8px;
  width: 130px;
  height: 25px;
  line-height: 25px;
}

.cfe-select {
  background: url(/assets/wpr/images/select.png) no-repeat center right #fff;
  border: 1px solid #989491;
}

select.cfe-styled {
  position: relative;
  width: 170px;
  height: 25px;
  margin-bottom: 10px;
}
/* Disabled style */

.cfe-disabled,
.cfe-readonly {
  /* IE 8 */
  
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  
  filter: alpha(opacity=50);
  /* CSS3 */
  
  opacity: 0.5;
}

.related_promo {
  width: 172px;
  float: right;
  clear: right;
  margin-top: 12px;
  padding: 18px 14px;
  background-color: #EDEBE3;
}

.related_promo h2 {
  padding: 0 10px 5px 12px;
  color: #333333;
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: normal;
}

.related_promo ul {
  margin: 0;
  padding: 0 6px 6px 22px;
  font-size: 12px;
  color: #006360;
}

.related_promo li {
  padding: 0 0 4px 0;
  list-style-type: square;
}

.related_promo li:before {
  font-size: 8px;
}

.related_promo a.ds-gray-button {
  display: block;
  text-align: center;
  margin: 0 12px;
}

#related_promo input.ds-gray-button {
  display: block;
  float: right;
  margin-left: 120px;
}

#our-work-search-input-box {
  width: 155px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #989491;
  padding: 0 5px;
  margin-bottom: 10px;
}

.related_promo h2 {
  padding: 0 10px 5px 0;
}

.related_promo .exploreFilter > span {
  display: block;
  border-bottom: 1px solid #989491;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

#primary_content {
  margin-left: 15px;
  width: 670px;
  float: left;
}

#contentDiv ul li {
  background: url(/assets/wpr/images/dot.jpg) no-repeat center left;
  color: #333333;
  list-style-type: none;
  padding-left: 20px;
}

.Subheadline {
  font: normal 24pt 'Yanone Kaffeesatz', sans-serif;
}

#primary_content div#contentDiv h3 {
  font-size: 16px;
  font-weight: 600px;
}

#primary_content div#contentDiv h3 a {
  color: #026260;
  font-size: 16px;
  font-weight: normal;
}

.bold-arrow-link {
  line-height: 20px;
  margin-bottom: 10px;
}

a.call-to-action {
  display: inline-block;
  margin: 10px 0;
}

.docblock .col2Left {
  float: left;
  width: 48%;
}

.docblock .col2Right {
  float: Right;
  width: 48%;
}

#primary_content .docblock .col2Right ul,
#primary_content .docblock .col2Left ul {
  margin-left: 0;
}

#col1,
#col2,
#col3,
#col4 {
  height: auto;
  margin: 8px;
  padding: 0;
  width: 150px;
}

.moreQuotes a {
  margin-top: 5px;
  font-weight: normal;
  text-decoration: underline
}

blockquote:after {
  left: -30px;
}

div#contentDiv div.promo_area h2 {
  font-weight: normal;
}

.promo_area {
  width: 291px;
}

.forms {
  background: #edece8;
  padding: 20px 30px;
}

.forms input {
  border: 0;
  padding: 4px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 240px;
}

.forms label {
  padding: 0px;
  display: block;
}

.forms label input {
  width: auto
}

.forms .ds-gray-button {
  padding: 5px 15px;
  width: auto
}

.forms .cfe-select {
  width: 210px;
}

.forms select.cfe-styled {
  width: 250px;
}

.table {
  margin: 10px 0;
}

.table table tbody tr th {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  border-bottom: 5px solid #21b2ab;
  line-height: 120%;
  padding: 10px;
}

.table table tbody tr th:hover {
  background-color: none;
}

.table table tbody tr td {
  padding: 10px;
}

.table table tbody tr:nth-child(2n) {
  background: #edece8;
}

.table table tbody tr:hover {
  background: #a5dfdd;
}

#contentDiv {
  position: relative;
}

#contentDiv h2 {
  font-weight: normal;
}

#item-233418257 h2.yanone {
  color: #fff;
  padding-left: 10px;
  font-weight: normal
}

.lightbg {
  background: #54c4be;
  padding: 10px;
  position: relative;
  margin-bottom: 50px;
}

.lightbg img {
  margin-right: 10px;
}

.lightbg a#readMore {
  width: 120px;
  position: absolute;
  right: 10px;
  text-align: center;
  padding: 5px 10px;
}

.lightbg a#readMore:hover {
  text-decoration: none;
  background: #21B2AB
}

.footer_title {
  font: normal 28px 'Yanone Kaffeesatz', sans-serif;
}

#post_slider {
  background: #eeebe4;
  margin: 10px 0;
  margin-bottom: 20px;
  padding: 30px 35px;
  position: relative;
  padding-top: 50px;
}

#post_slider.js div.carousel-wrap ul {
  margin: 0;
  padding: 0;
}

#post_slider.js div.carousel-wrap ul li.post_item {
  margin: 0;
  padding: 0;
  border-right: 1px solid #999999;
  list-style-type: none;
  background: none;
  width: 300px;
}

#post_slider.js div.carousel-wrap ul li.post_item:nth-child(2n) {
  border-right: 1px solid #EEEBE4;
}

.c_next,
.c_prev {
  position: absolute;
  top: 40%;
  background: url(/assets/wpr/images/navs.png) no-repeat;
  height: 30px;
  width: 30px;
  text-indent: -9999px;
  display: block;
  outline: none;
}

.c_next {
  right: 5px;
  background-position: top right;
}

.c_prev {
  left: 5px;
  background-position: top left;
}
/*.carousel-wrap{ width:600px;}*/

.carousel .carousel-wrap {
  margin: 0;
  border: 0;
  zoom: 1;
}

#post_slider.js div.carousel-wrap ul li.post_item p span img {
  margin-left: 10px;
}

div.promo_area.last {
  float: right !important;
  margin-right: 0 !important;
}

h3.slider_heading {
  z-index: 2;
  left: 40px;
  top: 45px;
  text-transform: uppercase;
  font-weight: bold;
  background: url(/assets/wpr/images/dropdown.png) no-repeat center right;
  padding-right: 15px;
  display: inline-block;
  font-size: 14px;
}

html body div#content div#content_body div#primary_content {
  width: 100%;
  margin-left: 0;
}

div#content div#content_body.alt div#primary_content {
  width: 670px;
  margin-left: 15px;
}

#content_body.alt {
  background: #ffffff;
}

#content_body {
  background: #fff;
}

.box {
  background: #edebe3;
  margin: 10px 0 20px 0;
}

.box>ul {
  margin: 0 !important;
  padding: 0 !important;
  height: 34px;
}

.box>ul>li {
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}

.box>ul>li>a {
  line-height: 39px !important;
  padding: 5px 20px;
  background-image: none !important;
  background: #e1dfd8;
  color: #333333;
  font: normal 24px 'Yanone Kaffeesatz', sans-serif;
}

.box>ul>li>a:hover,
.box>li:nth-child(2n)>a.active:hover {
  text-decoration: none;
  background: #21b2ab;
  color: #fff;
}

.box li a.active {
  background: #edebe3;
  position: relative;
  z-index: 1;
  box-shadow: 5px 0px 2px -2px #888;
  -webkit-box-shadow: 5px 0px 2px -2px #888;
}

.box li:nth-child(2n) a.active {
  background: #edebe3;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px -2px 2px #888;
  -webkit-box-shadow: 0px 0px -2px 2px #888;
}

.tabs-frames {
  display: block;
  position: relative;
  padding: 20px;
}

.tab_block {
  position: relative;
  clear: both;
  float:left;
  display:block;
  width: 100%;
  margin-bottom: 8px;
}

.tab_block img {
  float: left;
  padding: 0 20px 20px 0;
}

.date {
  font-size: 12px;
  color: #333333;
  padding-bottom: 5px;
}

.color_b {
  color: #00635f;
  margin-bottom: 5px;
}

.tab_block p {
  line-height: 15px;
  font-size: 12px;
}

#pogo_logo {
  position: relative
}

#header #pogo_logo a {
  width: 590px;
}

#pogo_logo form {
  margin-top: 0px;
  position: absolute;
  right: 0px;
  top: 32px;
  *top: 28px;
}

#blog-rcol h2 {
  font-weight: normal;
}

#blog-browse-topic form.library-filter span#cfe-blog-browse-topic-box.cfe {
  width: 200px;
}

#blog-browse-topic form.library-filter select {
  width: 232px
}

#blog-browse-topic form.library-filter {
  position: relative;
  width: 295px;
}

#blog-browse-topic form.library-filter input#blog-browse-input-submit {
  position: absolute;
  right: 5px;
  top: 0px;
}

.postingContainer {
  background-color: white;
  border: 0;
  border-bottom: 5px solid #bfc0bb;
  margin-bottom: 12px;
  padding: 4px;
}

#primary_content div#post_slider.three {
  left: -20px;
  margin-top: 0;
  width: 890px;
  top: -10px;
}

#primary_content div#post_slider.three .post_item {
  border-right: 1px solid #999999;
}

h3.slider_heading1 {
  position: absolute;
  z-index: 2;
  left: 40px;
  top: 35px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  background: url(/assets/wpr/images/dropdown.png) no-repeat center right;
  padding-right: 15px;
  display: inline-block;
}
/*
#content_body.lsb div#related_promo{}
#sectionNavigation-333461035{ float:left;}*/

#breadcrumbs.lsb {
  margin-left: 240px;
}

#vertical_navigation.lsb {
  float: left;
}

div#primary_content.lsb {
  float: right;
  margin-right: 15px;
  margin-left: 0;
}

.post_content {
  display: block
}

.post_image {
  display: block;
  float: right;
  margin: 0 0 25px 35px;
}

.post_image img {
  display: block;
  margin-bottom: 3px;
}

.post_image a {
  text-align: right;
  display: block;
}

#content_body.alt div#primary_content.full {
  width: 890px !important;
}

.col2fLeft {
  float: left;
  width: 435px;
}

.col2fRight {
  float: right;
  width: 435px;
}

.search {
  margin-top: 20px;
}

.search .text {
  border: 1px solid #989491;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 4px;
  width: 340px;
}

div.search div.col2fRight span.cfe {
  width: 310px;
}

.search div.col2fLeft {
  width: 410px;
}

.search div.col2fRight {
  width: 410px;
}

.search select {
  border: 0 none;
  display: inline-block !important;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 4px;
  width: 340px;
}

.search .ds-gray-button {
  float: right;
  padding: 4px 10px;
}

#header.blog ul {
  padding-right: 220px;
}

#header.blog .donatetoday {
  margin-left: 0;
  position: relative;
  right: 0px;
}

#header.blog #top_utility {
  padding-right: 0px;
}

#header.blog form {
  top: -19px;
  right: 140px;
}

.search_space {
  width: 200px;
}

#content div div#content div#convio-content-349312941 div#main_navigation div#main_navigation_in > ul > li > a {
  font-size: 19px;
  padding: 8px 25px;
}

.workblock {
  float: left;
  width: 217px;
  height: 155px;
  display: block;
  position: relative;
  z-index: 1;
}

.workblock img {
  display: block;
  z-index: 2\9;
  position: relative;
}

.workblock h3 {
  font: normal 18px 'Yanone Kaffeesatz', sans-serif;
}

.workblock .work_hover {
  cursor: pointer;
  /*  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
	*/
  
  width: 180px;
  height: 135px;
  display: block;
  position: absolute;
  z-index: 2;
  background: #F6F5F1;
  padding: 10px;
  opacity: 0;
  top: 0;
  left: 0;
  display: none\9;
}
/*
.workblock .work_hover:hover{ display:block; opacity:1;}
*/

.col2fRight div.work_container div.workblock {
  margin-left: 18px;
  width: 198px;
}

<!-- about us --> #about-us-video-anniversary {
  float: right;
  padding: 0 0 6px 48px;
}

iframe {
  border: 0px solid #fff;
}

#about-us-mission-box {
  padding: 8px;
  margin: 12px 0 0 0;
  background-color: #edece8
}

#about-us-how-pogo-works {
  margin: 20px 0 0 0;
}

#about-us-how-pogo-works ul {
  padding: 0 0 0 8px;
}

#about-us-how-pogo-works li {
  padding: 4px;
}

#about-us-infographic {
  float: right;
  padding: 0 0 0 8px;
}

#about-us-methodology {
  margin: 20px 0 4px 0;
}

#about-us-top-text {
  padding: 12px 0 0 0;
}

.page_title {
  font-family: 'Yanone Kaffeesatz', arial, serif;
}

<!-- / about us --> <!-- /do-something/ --> .rside {
  float: right;
}

#ds-lcol {
  float: left;
  width: 438px
}

#welcome-back {
  padding: 12px;
  margin: 8px 0 35px 0;
  width: 410px;
  background-color: #edece8;
}

.ds-promo {
  padding: 12px;
  margin: 8px 0 35px 0;
  width: 412px;
  background-color: #EDECE8;
}

.ds-promo img {
  float: left;
  margin-right: 20px
}

#ds-take-action {
  padding: 12px;
  margin: 8px 0 35px 0;
  width: 410px;
  background-color: #edece8;
}

#ds-take-action img {
  float: left;
  padding: 4px 6px 0 0
}

#ds-provoke {
  padding: 12px;
  margin: 8px 0;
  width: 412px;
  background-color: #edece8;
}

#flickr-photos {
  text-align: center;
}

#ds-provoke img {
  padding: 0 28px 0 0;
  vertical-align: middle;
}

#ds-rcol {
  float: right;
  width: 438px;
}

#ds-stay-updated {
  padding: 12px;
  margin: 8px 0 35px 0;
  width: 412px;
  background-color: #edece8;
}

#ds-stay-updated #subscriber-email {
  height: 22px;
  width: 230px;
  padding: 2px;
}

#ds-stay-updated input.ds-gray-button {
  margin: 0 0 0 6px;
  height: 29px;
  padding: 0 6px 0 6px;
  border: 0;
}

#ds-stay-updated textarea {
  width: 100%;
}

#ds-connect {
  padding: 12px;
  margin: 8px 0 35px 0;
  width: 412px;
  background-color: #edece8;
}

#ds-connect img {
  float: right;
  padding: 4px 6px 0 8px;
}

#ds-donate {
  padding: 12px;
  margin: 8px 0;
  width: 412px;
  background-color: #edece8;
}

.ds-gray-button {
  color: #fff;
  font-size: 12px;
  background: #3f3f3f;
  padding: 7px 11px 6px 11px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.ds-gray-button:hover {
  background: #21b2ab;
  color: #fff;
  cursor: pointer;
}

#ds-connect-rotate,
#ds-connect-rotate li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#tips {
  width: 250px;
  font-size: 16px;
  line-height: 120%;
}

#ds-connect-rotate li {
  display: none;
}

<!-- PPP Document - Default --> .DV-docViewer {
  height: 1000px;
  overflow-x: auto;
  overflow-y: auto;
  position: relative;
  z-index: 100;
}

.DV-docViewer-Container {
  overflow: auto;
}

.dc-viewer {
  height: 1000px;
  width: 890px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#main_navigation_in > ul > li {
  z-index: 200;
}

#main_navigation_in > ul {
  padding: 7px 0 8px;
}

#latest_multimedia h2.yanone a img {
  display: block;
  margin-top: 5px;
}
/**************************************************** jigs 21/9/2012 *********************************************************************************/

#hp_tabbed_content {
  float: right;
  width: 690px;
}

#pogo_facebook {
  background-color: #F6F5F1;
  float: left;
  padding: 20px;
  width: 200px;
}

#stay_connected {
  right: 22px;
}

#report_corruption a {
  right: 22px;
}

#hp_content_body div#related_promo {
  background-color: #EDEBE3;
  clear: none;
  float: left;
  margin-top: 0px;
  padding: 18px 14px;
  width: 212px;
}

.most_requested a {
  display: block;
  text-align: left;
}

#hp_content_body form.library-filter {
  position: relative
}

#hp_content_body form.library-filter span.cfe-select {
  left: 0;
  width: 170px;
}

#hp_content_body form.library-filter select {
  width: 210px;
}

#hp_content_body #related_promo input.ds-gray-button {
  margin-left: 1650px;
}

#hp_content_body div#related_promo h2 {
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
}

#hp_content_body #examples {
  margin-top: 30px;
}

#hp_content_body #examples li {
  list-style: none;
}

#hp_content_body #examples.box {
  width: 240px;
  float: right
}

html body div#content div#content_body.alt div#primary_content.full {
  width: 890px;
}

#about-us-video-anniversary {
  float: right;
  padding: 0 0 6px 18px !important;
}

#about-us-how-pogo-works ul {
  display: inline !important;
}
/**********************************************  POGO changes 25/9/2012 by Jigs    ***************************************************************/

.jcarousel-container {}

.jcarousel-direction-rtl {
  direction: rtl;
}

.jcarousel-container-horizontal {
  /*   width: 245px;
    padding: 20px 40px;
	*/
}

.jcarousel-container-vertical {
  width: 75px;
  height: 245px;
  padding: 40px 20px;
}

.jcarousel-clip {
  overflow: hidden;
}

.jcarousel-clip-horizontal {
  /*   width:  245px;
    height: 75px;
*/
}

.jcarousel-clip-vertical {
  width: 75px;
  height: 245px;
}

.jcarousel-item {
  /*width: 75px;
    height: 75px;
*/
}

.jcarousel-item-horizontal {
  margin-left: 0;
  margin-right: 10px;
  padding-right: 4px !important;
  margin-bottom: 0 !important;
}

.jcarousel-direction-rtl .jcarousel-item-horizontal {
  margin-left: 10px;
  margin-right: 0;
}

.jcarousel-item-vertical {
  margin-bottom: 10px;
}

.jcarousel-item-placeholder {
  background: #fff;
  color: #000;
}
/**
 *  Horizontal Buttons
 */

.jcarousel-next-horizontal {
  cursor: pointer;
  position: absolute;
  top: 30%;
  background: url(/assets/wpr/images/navs.png) no-repeat;
  height: 30px;
  width: 30px;
  text-indent: -9999px;
  display: block;
  outline: none;
  right: -32px;
  background-position: top right;
}

.jcarousel-prev-horizontal {
  cursor: pointer;
  position: absolute;
  top: 30%;
  background: url(/assets/wpr/images/navs.png) no-repeat;
  height: 30px;
  width: 30px;
  text-indent: -9999px;
  display: block;
  outline: none;
  left: -32px;
  background-position: top left;
}

#breadcrumbs {
  font-size: 11px;
  margin: 0 0 25px 16px;
}

h3.slider_heading1 {
  top: 25px;
  z-index: 2;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:focus,
.jcarousel-prev-disabled-horizontal:active {
  cursor: default;
  background-position: -96px 0;
}
/**
 *  Vertical Buttons
 */

.jcarousel-next-vertical {
  position: absolute;
  bottom: 5px;
  left: 43px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent url(/assets/wpr/images/next-vertical.png) no-repeat 0 0;
}

.jcarousel-next-vertical:hover,
.jcarousel-next-vertical:focus {
  background-position: 0 -32px;
}

.jcarousel-next-vertical:active {
  background-position: 0 -64px;
}

.jcarousel-next-disabled-vertical,
.jcarousel-next-disabled-vertical:hover,
.jcarousel-next-disabled-vertical:focus,
.jcarousel-next-disabled-vertical:active {
  cursor: default;
  background-position: 0 -96px;
}

.jcarousel-prev-vertical {
  position: absolute;
  top: 5px;
  left: 43px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent url(/assets/wpr/images/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-prev-vertical:hover,
.jcarousel-prev-vertical:focus {
  background-position: 0 -32px;
}

.jcarousel-prev-vertical:active {
  background-position: 0 -64px;
}

.jcarousel-prev-disabled-vertical,
.jcarousel-prev-disabled-vertical:hover,
.jcarousel-prev-disabled-vertical:focus,
.jcarousel-prev-disabled-vertical:active {
  cursor: default;
  background-position: 0 -96px;
}

#content_body {
  background: none repeat scroll 0 0 #ffffff;
}

#preview {
  position: absolute;
  border: 1px solid #ccc;
  background: #333;
  padding: 5px;
  display: none;
  color: #fff;
}

#primary_content #blog-contributors ul li {
  list-style: none;
  margin: 0;
  float: left;
  display: block;
  margin-right: 18px;
  margin-bottom: 18px;
}

#primary_content div#blog-comments-section input {
  border: 0 none;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 4px;
  width: 240px;
}

#primary_content div#blog-comments-section textarea {
  border: 0 none;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 4px;
  width: 400px;
}

#blog-comments-section form > p > input {
  background: #656565;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1NjU2NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNTM1MzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #656565 0%, #353535 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #656565), color-stop(100%, #353535));
  background: -webkit-linear-gradient(top, #656565 0%, #353535 100%);
  background: -o-linear-gradient(top, #656565 0%, #353535 100%);
  background: -ms-linear-gradient(top, #656565 0%, #353535 100%);
  background: linear-gradient(to bottom, #656565 0%, #353535 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#656565', endColorstr='#353535', GradientType=0);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior: url(border-radius.htc);
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  padding: 7px 11px 6px;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
  width: auto !important;
}

#blog-comments-section form > p > input:hover {
  background: none repeat scroll 0 0 #21B2AB;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

#blog-comments-section img#captcha-image {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 20px;
}

#blog-comments-section a {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
}

#blog-comments-section > div {
  color: #21635F;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 22px;
}

#blog-comments-section > div > div {
  font-weight: normal;
  color: #999;
  border-bottom: 3px solid #A5DFDD;
  padding-bottom: 10px;
}

.pos_rel {
  position: relative;
}

.post_slider {
  background: #eeebe4;
  margin: 10px 0;
  margin-bottom: 20px;
  padding: 30px 35px;
  position: relative;
  padding-top: 50px;
}

.post_slider.js div.carousel-wrap ul {
  margin: 0;
  padding: 0;
}

.post_slider .jcarousel-container ul li.post_item {
  margin: 0;
  padding: 0;
  border-right: 1px solid #999999;
  list-style-type: none;
  background: none;
  width: 234px;
}

.post_slider .jcarousel-container ul li {
  border-right: 1px solid #EEEBE4 !important;
  border-collapse: separate
}

div.post_slider div.jcarousel-container div.jcarousel-clip ul.jcarousel-list li.post_item {
  border-right: 1px solid #EEEBE4 !important;
}

.scroller {
  display: inline-block;
  clear: both;
}

.paginator {
  background-color: #21B2AB;
  border: 5px solid white;
  -moz-box-shadow: 0px 0px 10px #000;
  -webkit-box-shadow: 0px 0px 10px black;
  box-shadow: 0px 0px 10px black;
  cursor: default;
  margin: 10px;
  display: inline-block;
}

.paginator td {
  border: 0;
  border-collapse: collapse;
}

.paginator td.pg-curr {
  background: #fff;
  color: #000;
  padding: 5px;
}

.paginator td a {
  display: block;
  padding: 5px;
}

.paginator td a:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}

.postingContainer.item,
.listing .item {
  background-color: white;
  border: 0;
  border-bottom: 5px solid #bfc0bb;
  margin-bottom: 12px;
  padding: 4px;
  clear: both;
}

.postingContainer.item .p70 {
  float: left;
  width: 68%;
  margin-left: 1%;
}

.postingContainer.item .p30 {
  float: left;
  width: 30%;
  margin-left: 1%;
}

.postingContainer.item .p30 p a {
  display: block;
}

.postingContainer.item p img {
  display: inline-block;
  margin: 0 10px 0px 0;
  float: left;
}

.listing p a {
  display: block;
}

.listing p img {
  display: inline-block;
  margin: 0 10px 0px 0;
  float: left;
}

.cat_filter {
  position: relative;
}

.cat_filter .select {
  position: absolute;
  right: 0px;
  top: 5px;
  font-weight: bold;
  font-size: 12px;
}

#charity_navigator p {
  float: left;
  margin: 0;
  width: 180px;
}

.most_requested ul li {
  list-style: square;
  margin-left: 0px;
  color: #000;
}

#primary_content ul li {
  list-style: square;
  margin-left: 20px;
  color: #000;
}

#primary_content ol.number li {
  list-style: decimal;
  margin-left: 20px;
  color: #000;
}

#primary_content.full div#ds-rcol div#ds-connect ul li {
  list-style: none;
  margin: 0;
}

h3.slider_heading1 {
  top: 8px;
  z-index: 2;
}

#contentDiv div.docblock ul#documentList li,
#contentDiv .box li {
  list-style: none;
  list-style-type: none
}

.comment_box {
  background: #EEEBE4;
  margin: 10px 0 20px;
  padding: 20px 20px 0 20px;
  position: relative;
}

#pogo_logo form {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 25px;
}

#contentDiv ul li {
  background: none;
  color: #333333;
  list-style-type: none;
  padding-left: 0px;
  list-style: square;
  margin: 0
}

#blog-stay-connected ul#social_media li {
  margin-left: 0px;
}

#primary_content {
  margin-bottom: 0px;
}

p.speech:before {
  left: -36px;
}

.float {
  float: right;
  width: 240px;
}

.postingContainer.item.float .p70 {
  float: left;
  margin-left: 1%;
  width: 58%;
}

.postingContainer.item.float .p70 h3 {
  font-size: 14px;
  font-weight: bold
}

#blog-contributors p a#blog-contributors-all {
  display: inline-block;
  clear: both;
}

#pogo_file_header_type {
  border: 0;
}

.com-submit {
  background: #656565;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1NjU2NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNTM1MzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #656565 0%, #353535 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #656565), color-stop(100%, #353535));
  background: -webkit-linear-gradient(top, #656565 0%, #353535 100%);
  background: -o-linear-gradient(top, #656565 0%, #353535 100%);
  background: -ms-linear-gradient(top, #656565 0%, #353535 100%);
  background: linear-gradient(to bottom, #656565 0%, #353535 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#656565', endColorstr='#353535', GradientType=0);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior: url(border-radius.htc);
  color: #fff;
  font-weight: bold;
  width: auto !important;
}

.com-submit:hover {
  background: #21b2ab;
  color: #fff;
  cursor: pointer;
}

.comment_list.item {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: white;
  border-color: -moz-use-text-color -moz-use-text-color #BFC0BB;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 5px;
  clear: both;
  margin-bottom: 12px;
  padding: 4px;
  color: #21635F;
  font-weight: bold;
}

.comment_list div.item-body {
  color: #555;
  font-weight: normal
}

.pogo_file_header_topics {
  border: 2px solid #3C3C3C;
  float: left;
  margin: 10px 0 12px 0px;
  padding: 8px;
  width: 96%;
}

.hitems {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: white;
  border-color: -moz-use-text-color -moz-use-text-color #BFC0BB;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 5px;
  clear: both;
  margin-bottom: 12px;
  padding: 4px;
  color: #21635F;
  font-weight: bold;
}

.collepsed {
  overflow: hidden;
  height: 0px !important;
  padding: 50px 35px 0 !important;
}

ul#documentList li,
.docblock ul#documentList li,
.box ul li {
  list-style: none !important;
}

#preview {
  position: absolute;
  border: 1px solid #ccc;
  background: #333;
  padding: 5px;
  display: none;
  color: #fff;
}

.close {
  background: url(/assets/wpr/images/close-button.png);
  width: 29px;
  height: 29px;
  text-indent: -9999px;
  display: block;
  top: -20px;
  right: -20px;
  position: absolute;
}

.tooltip {
  background-color: #21B2AB;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  height: auto !important;
  left: 520px !important;
  padding: 5px;
  position: absolute !important;
  top: 0 !important;
  width: 370px;
}

.filterCriteria {
  position: relative;
}

.tooltip h2 {
  text-align: center;
  color: #fff;
  font-size: 24px;
}

.tooltip h3 {
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.tooltip p {
  color: #fff;
  font-size: 14px;
  padding: 2px 10px;
  text-align: left;
}

div#tab1.tab-frame h2.yanone {
  font-size: 24px;
}

#pressroom_rightcol {
  width: 303px !important;
}

#freqreq li.db {
  list-style: none;
}

#freqreq li.report {
  list-style: none;
}


/*****Endnote styling - LG *****/

/* applies to numbers in text */

span.endnote {display: inline;}


span.endnote A {text-decoration: none; color: blue;}


span.endnote sub, sup {
	font-size: 70%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}



/* applies to endnotes themselves */


H2.citations {text-align: center;}


OL.citations {list-style-type: decimal;}

OL.citations LI {}


A.goToCitation {font-weight: bold; text-decoration: none; color: blue;}


@media print
	{
	A.goToCitation {display: none;}
	}


/***** Interior banners captions pullquotes etc - LG *****/

div.banner { width: 100%; float: left; display: block; }

div.interior-right {float:right; display:inline-block; padding-left:20px;}

div.interior-left {float:left; display:inline-block; padding-right:20px;}

div.hr {width: 50%; height: 2px; background: #e0e0e0; overflow: hidden; margin:auto;margin-bottom:10px;}

p.caption {
  font-style: italic;
  font-size: 0.85em !important;
  line-height: 2em !important
  margin-bottom: 1em;
  color:#333;
  text-align:right;
  padding-top:10px;
}

span.dropcap {float: left; color: #21b2ab; font-size: 4.75em; line-height: .45em; padding-top: 14px; padding-right: 7px; padding-left: 5px; font-family: Georgia;}

p.rightpullquote {
    background: rgba(0, 0, 0, 0) url("http://www.pogo.org/assets/images/pull-quote-open_100.png") no-repeat scroll left top;
    color: #1d9c96;
    float: right;
    font-size: 1.5em !important;
    font-family: Georgia;
    font-style: italic;
    font-weight: bold;
    text-align:center;
    padding: 10px 10px 0px;
    width: 250px;
}

p.leftpullquote {
    background: rgba(0, 0, 0, 0) url("http://www.pogo.org/assets/images/pull-quote-open_100.png") no-repeat scroll left top;
    color: #1d9c96;
    float: left;
    font-size: 1.5em !important;
    font-family: Georgia;
    font-style: italic;
    font-weight: bold;
    padding: 10px 10px 0px;
    width: 250px;
}

span.pqcaption {
  font-size:.6em;
  font-weight:normal;
  color:#000;
  display:inline-block;
  line-height:1.4em;}

img.pdficon:hover {
  opacity:.85;
  filter: alpha(opacity=85); /* For IE8 and earlier */
}


/***** Accordion - LG *****/ 

.accordion, .accordion * {
    -webkit-box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    box-sizing:border-box;
}
 
.accordion {
    overflow:hidden;
    box-shadow:0px 1px 3px rgba(0,0,0,0.25);
    border-radius:3px;
    background:#f7f7f7;
    margin-bottom:40px;
}
 
/*---- Section Titles ----*/
.accordion-section-title {
    width:100%;
    padding:15px;
    display:inline-block;
    border-bottom:1px solid #1a1a1a;
    background:#21b2ab;
    transition:all linear 0.15s;
    /* Type */
    font-size:1.200em;
    color:#fff;
    text-decoration:none;
}
 
.accordion-section-title.active, .accordion-section-title:hover {
    background:#1d9c96;
    /* Type */
    text-decoration:none;
    color:#fff;
}
 
.accordion-section:last-child .accordion-section-title {
    border-bottom:none;
}

.gray-accordion {
  background: #333333;
}

.gray-accordion.active, .gray-accordion:hover {
  background:#242424;
}

/*---- Section Content ----*/
.accordion-section-content {
    padding:15px;
    display:none;
}

/***** Table with grey and white-striped background *****/

table.stripe { 
float:left;
color: #333;
font-family: Helvetica, Arial, sans-serif;
border-collapse: collapse; 
border-spacing: 0;
margin:15px;
width:500px;
}

table.stripe td, th { 
padding:5px;
border: 1px solid transparent; 
height: 30px; 
vertical-align:middle;
transition: all 0.3s;  
}

table.stripe th {
background: #DFDFDF;  
font-weight: bold;
text-align:center;
}

table.stripe td {
background: #FAFAFA;
text-align: center;
}

table.stripe tr td p {
  text-align:left;
}

table.stripe tr td + td p {
  text-align:right;
}
table.stripe tr:nth-child(even) td { background: #F1F1F1; }   

table.stripe tr:nth-child(odd) td { background: #FEFEFE; }  

table.stripe tr td:hover { background: #e0e0e0; } 