/*
Theme Name: zoa
Theme URI: http://www.iwritephp.com
Author: Jon Tascher (I Write PHP)
Author URI: http://www.iwritephp.com
Description: Custom theme
Version: 2.44
*/
@font-face {
  font-family: 'BebasNeue';
  src: url('fonts/BebasNeue-webfont.eot');
  src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/BebasNeue-webfont.woff') format('woff'), url('fonts/BebasNeue-webfont.ttf') format('truetype'), url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

html,
body,
h1,
h2,
h4,
h5,
ul,
li,
p,
form,
input,
img,
div {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
}
a {
  cursor: pointer;
}
a img {
  border: 0;
}
body {
  background: #efefef;
}
.hide {
  display: none;
}
#featured-arrow {
  position: absolute;
  z-index: 9999;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.featured-text {
  display: none;
  position: absolute;
  right:0;
  bottom:0;
  z-index: 9999;
  width: 378px;
  text-align: center;
  overflow: hidden;
}
.featured-text h1 {
  font-family: BebasNeue;
  font-size: 22px;
  color: #fff;
}
.featured-text p {
  font: 12px "Lucida Grande";
  color: #fff;
}
.featured-text-faded {
  display: none;
  position: absolute;
  right:0;
  bottom:0;
  background: #011025;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  width: 378px;
}
#wrap {
  width: 981px;
  border: 2px solid #e8e8e8;
  border-top: none;
  border-bottom: none;
  margin: 0 auto;
  background: #fff;
}
#top-bar {
  background: #253e64;
  font: 12px "Lucida Grande";
  color: #fff;
  zoom: 1;
}
#top-bar .font-sizing {
  background: #304b74;
  margin-right: 5px;
  display: inline-block;
  padding: 5px 0;
  float: right;
  width: 100px;
  text-align: center;
}
#top-bar .left {
  padding: 6px 15px;
}
#top-bar .right {
  padding: 6px 15px;
}
#top-bar .right img {
  margin-right: 4px;
}
#top-bar a {
  font: 12px "Lucida Grande";
  color: #fff;
  text-decoration: none;
}
#top-bar a:hover {
  text-decoration: underline;
}
#top-bar:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
#logo-bar {
  background: url('/wp-content/themes/zoa/images/top-background.gif');
  height: 115px;
  width: 939px;
  margin: 0 auto;
}
#logo-bar img {
  padding: 20px 20px 5px 20px;
}
#logo-bar .under-logo {
  font-family: Helvetica;
  font-size: 11px;
  padding-left: 20px;
}
#logo-bar input {
  border: 1px solid #9b9b9b;
  padding: 8px;
  width: 300px;
}
#logo-bar form {
  float: right;
  padding: 45px 30px;
}
input.search {
  background: #ffffff url('/wp-content/themes/zoa/images/icon-search.gif') no-repeat 98%;
  font: 12px "Lucida Grande";
}
input::-webkit-input-placeholder {
  font: 12px "Lucida Grande";
  color: #555;
}
input:-moz-placeholder {
  font: 12px "Lucida Grande";
  color: #555;
}
#nav-bar {
  width: 939px;
  margin: 0 auto;
  margin-bottom: 10px;
  background: #e9e9e9;
  border-bottom: 4px solid #253e64;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  text-align: center;
  font-family: BebasNeue;
  font-size: 20px;
  color: #555;
}
.main-nav-menu {  }
#nav-bar ul {
  list-style:none;
  padding:0;
  margin:0;
}
#nav-bar li {
  font-family: BebasNeue;
  font-size: 20px;
  color: #555;
  display:inline-block;
}
#nav-bar li ul li { 
  float:none;
  text-align:left;
  display:block;
}
#nav-bar li ul {
  position: absolute;
  left: -999em;
  background: #e9e9e9;
  z-index:999;
  padding: 0 10px 5px 0;
}
#nav-bar li:hover ul, #nav-bar li.sfhover ul {
  left: auto;
}
#nav-bar div {
  padding: 10px;
  padding-right: 0;
}
#nav-bar a {
  text-decoration: none;
  color: #555;
  display:block;
  padding:2px 10px 0;
}
#nav-bar a.active {
  color: #000;
}
#nav-bar a:hover {
  color: #444;
}
.wp-pagenavi {
  float: right;
  clear:left;
  font: 12px Georgia;
  color: #666;
  margin-top: 30px;
  margin-right:35px;
}
.wp-pagenavi a {
  font: 12px Arial;
  color: #999;
  text-decoration: none;
}
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .current {
  font: 12px Arial;
  color: #999;
  border: 1px solid #c6c6c6;
  padding: 4px 8px;
  margin: 4px;
}
.wp-pagenavi .current {
  border: 1px solid #444;
  color: #444;
}
.wp-pagenavi .pages {
  margin-right: 10px;
}
#sidebar {
  float: right;
  margin-right: 26px;
  width: 300px;
  font: bold 12px "Lucida Grande";
}
#sidebar .ad-300-250 {
  margin: 20px 0;
}
.live-news-feed {
  margin-bottom: 20px;
}
.live-news-feed .item {
  padding: 10px 5px;
}
.live-news-feed .item a {
  color: #253e64;
  font-weight: bold;
  text-decoration: none;
}
.live-news-feed .item a:hover {
  text-decoration: underline;
}
.live-news-feed .item .date {
  font: 11px "Lucida Grande";
  color: #d31515;
  white-space: nowrap;
}
.subscribe {
  background: #253e64;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 10px;
  margin-bottom: 20px;
  zoom: 1;
}
.subscribe h1,
.subscribe .gform_wrapper .gsection .gfield_label,
.subscribe .gform_wrapper h2.gsection_title,
.subscribe .gform_wrapper h3.gform_title {
  font: 22px BebasNeue;
  color: #fff;
  margin-bottom: 8px;
}
.subscribe .gform_wrapper .gform_ajax_spinner {
  padding-left: 2px;
}
.subscribe .gform_wrapper .gform_heading {
  margin: 0;
}
.subscribe input[type="text"],
.subscribe .gform_wrapper .top_label input.medium {
  padding: 9px;
  float: left;
  /*width: 150px;*/

}
.subscribe input[type="image"],
.subscribe .gform_wrapper .gform_footer {
  float: left;
  padding: 0;
  margin: 0;
  clear: none;
}
.subscribe .gform_wrapper .top_label .gfield_label {
  display: none;
}
.subscribe #gforms_confirmation_message {
  font: 22px BebasNeue;
  color: #fff;
}
.subscribe .gform_wrapper .validation_error {
  display: none;
}
.subscribe .gform_wrapper {
  margin: 0;
  width:280px;
}
.subscribe:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.rss {
  background: #444;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 14px;
  margin-bottom: 20px;
  zoom: 1;
}
.rss img {
  float: left;
  margin-right: 20px;
}
.rss h1 {
  font-family: BebasNeue;
  font-size: 22px;
  color: #fff;
  float: left;
  margin-right: 20px;
}
.rss .subscribers {
  font: bold 10px "Lucida Grande";
  color: #b1b1b1;
}
.rss:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.action-alerts {
  margin-bottom: 20px;
}
.action-alerts .item {
  padding: 10px 5px;
}
.action-alerts .item a {
  color: #494949;
  font-weight: bold;
  text-decoration: none;
}
.action-alerts .item a:hover {
  text-decoration: underline;
}
.zoa-in-the-news {
  margin-bottom: 20px;
}
.zoa-in-the-news .item {
  padding: 10px 5px;
}
.zoa-in-the-news .item a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.zoa-in-the-news .item a:hover {
  text-decoration: underline;
}
.special-reports {
  margin-bottom: 20px;
}
.special-reports .item {
  padding: 10px 5px;
}
.special-reports .item a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.special-reports .item a:hover {
  text-decoration: underline;
}
.most-popular {
  border: 1px solid #d9d9d9;
  border-top: 2px solid #253e64;
  margin: 20px 0;
  overflow: hidden;
  zoom: 1;
}
.most-popular h1 {
  font-family: BebasNeue;
  font-size: 19px;
  display: inline-block;
  width: 145px;
  padding: 10px 0;
  border: 1px solid #fff;
  border-bottom: 1px solid #d9d9d9;
  margin-left: 8px;
}
.most-popular h1:first-child {
  border-right: 1px solid #d9d9d9;
}
.most-popular h1:nth-child(2) {
  border-left: 1px solid #d9d9d9;
}
.most-popular h1:first-child.active {
  color: #253e64;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.most-popular h1:nth-child(2).active {
  color: #253e64;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
.most-popular .item {
  font: bold 14px Georgia;
  color: #2a2a2a;
  padding: 10px 5px;
  zoom: 1;
}
.most-popular .item-body { 
  float:left; 
  margin-left:10px; 
}
.most-popular .item img {
  float: left;
  margin-left: 10px;
  margin-right: 5px;
}
.most-popular .item .date {
  font: bold 11px "Lucida Grande";
  color: #9c9c9c;
  margin-top: 8px;
}
.most-popular .item a {
  font: bold 14px Georgia;
  color: #2a2a2a;
  text-decoration: none;
}
.most-popular .item a:hover {
  text-decoration: underline;
}
.most-popular .item:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.most-popular:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
#footer-nav {
  border-top: 2px solid #3a5076;
  margin-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
#footer-nav a {
  font-family: BebasNeue;
  font-size: 18px;
  color: #555;
  margin-right: 6px;
  text-decoration: none;
}
#footer-nav a.active {
  color: #000;
}
#footer-nav a:hover {
  color: #444;
}
#footer-nav img {
  margin-right: 6px;
}
#footer-nav .sub1 {
  padding: 10px;
}
#footer-nav .sub2 {
  background: #f0f0f0;
  padding: 10px;
}
#footer-nav .sub3 {
  padding: 10px;
}
#footer-nav .sub4 {
  padding: 10px;
  font: 12px "Lucida Grande";
  color: #494949;
}
#content {
  margin: 0 340px 0 22px;
}
.featured {
  border: 1px solid #d9d9d9;
  margin-bottom: 10px;
  min-height: 331px;
  position: relative;
}
.featured .featured-image {
  display: none;
  position: absolute;
  top:0;
  right:0;
  width: 378px;
  height: 331px;
  overflow: hidden;
}
.featured .item {
  padding: 18px;
  border-bottom: 1px solid #d9d9d9;
  margin-right: 374px;
  cursor: pointer;
  height: 42px;
  overflow: hidden;
}
.featured .item a {
  font: bold 13px Georgia;
  color: #d31515;
  text-decoration: none;
}
.featured .item p {
  font: 12px "Lucida Grande";
  color: #555;
  display: inline;
}
.blogs,
.sources {
  margin: 0;
  float: left;
  zoom: 1;
}
.blogs:after,
.sources:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.blogs .item,
.sources .item {
  width: 279px;
  background: url('/wp-content/themes/zoa/images/blog-background.gif') no-repeat;
  border: 1px solid #d9d9d9;
  padding: 0 10px 10px 10px;
  float: left;
  margin:10px 0;
}
.blogs .item.odd,
.sources .item.odd { margin-right:16px }
.blogs .item h1,
.sources .item h1 {
  font: 19px BebasNeue;
  padding: 6px;
  margin-bottom: 10px;
}
.sources .item h1 {
  border-bottom: 3px solid #253e64;
  margin: 0 -10px 10px;
  padding-left: 14px;
  padding-right: 14px;
}
.blogs .item h1 a,
.sources .item h1 a {
  font: 19px BebasNeue;
  text-decoration: none;
  color: #000;
}
.blogs .item h1 a:hover,
.sources .item h1 a:hover {
  text-decoration: none;
}
.blogs .item img.thumb,
.sources .item img.thumb {
  float: left;
  margin-right: 20px;
}

.blogs .item a,
.sources .item a {
  font: bold 14px Georgia;
  color: #d94141;
  text-decoration: none;
}
.blogs .item a:hover,
.sources .item a:hover {
  text-decoration: underline;
}
a.source-title {
  display:block;
}

.blogs .item .date,
.also-news .date,
.sources .item .date {
  font: bold 11px "Lucida Grande";
  color: #959595;
  margin: 10px 0;
}
.blogs .item .summary,
.sources .item .summary {
  font: 12px "Lucida Grande";
  color: #222;
  margin-bottom: 15px;
}
.sources .item .summary { clear:both }
.blogs .item .comments,
.sources .item .comments,
.blogs .item .read-more,
.sources .item .read-more {
  font: bold 10px "Lucida Grande";
  color: #222;
  display: inline;
}
.blogs .item .comments,
.sources .item .comments {
  margin-right: 15px;
}
.blogs .item .read-more,
.sources .item .read-more {
  color: #d41515;
}
.blogs .item:first-child,
.sources .item:first-child {
  margin-right: 16px;
}
.sources .item {
  background: #fff;
  border: 1px solid #d9d9d9;
}
.promotions {
  margin: 10px 0;
}
.also-news {
  margin: 10px 0;
}
.also-news h1 {
  font: 24px BebasNeue;
  color: #253e64;
  /*height: 37px;*/
  padding-left: 10px;
  margin-bottom: 20px;
}
.also-news h1 a {
  font: 24px BebasNeue;
  color: #253e64;
  text-decoration: none;
}
.also-news .divider {
  float: left;
  width: 100%;
  height: 2px;
  background: url(/wp-content/themes/zoa/images/divider.gif) repeat-x;
  margin-bottom:18px;
}
.also-news .item {
  width: 279px;
  padding: 0 20px 0 0;
  float: left;
}
.also-news .item a {
  font: bold 14px Georgia;
  color: #d94141;
  text-decoration: none;
}
.also-news .item a:hover {
  text-decoration: underline;
}

.writers {
  margin-top: 20px;
}
.writers .item {
  width: 299px;
  font: 12px "Lucida Grande";
  float: left;
  margin-bottom: 15px;
}
.writers .item h1 {
  font: bold 16px Georgia;
  color: #253e64;
  margin-bottom: 15px;
}
.writers .item img.thumb {
  float: left;
  margin-right: 20px;
}
.writers .item:nth-child(odd) {
  margin-right: 20px;
}
.featured-blogs .item {
  font: 12px "Lucida Grande";
  color: #222;
  margin-bottom: 30px;
}
.featured-blogs .item h1 {
  font: bold 24px Georgia;
  color: #d70000;
  padding-bottom: 10px;
  border-bottom: 3px solid #d70000;
  margin-bottom: 10px;
}
.featured-blogs .item h1 a {
  font: bold 24px Georgia;
  color: #d70000;
  text-decoration: none;
}
.featured-blogs .item h1 span {
  color: #3e3e3e;
}
.featured-blogs .btn-red {
  zoom: 1;
  float: right;
  font: 12px "Lucida Grande";
  color: #fff;
  padding: 6px 8px 6px 20px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  font-weight: bold;
  background: #d31515 url('/wp-content/themes/zoa/images/arrow3.gif') no-repeat 8px 8px;
  text-decoration: none;
}
.featured-blogs .btn-red:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.category-news .featured-blogs .item,
.page-id-283 .featured-blogs .item,
.blog .featured-blogs .item,
.search .featured-blogs .item {
  border-bottom: 3px solid #D70000;
  padding-bottom: 10px;
}
.category-news .featured-blogs .item h1,
.page-id-283 .featured-blogs .item h1,
.blog .featured-blogs .item h1,
.search .featured-blogs .item h1 {
  border-bottom: none;
  font: bold 22px Georgia;
}
.btn-red {
  font: 12px "Lucida Grande";
  color: #fff;
  padding: 6px 8px 6px 20px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  font-weight: bold;
  background: #d31515 url('/wp-content/themes/zoa/images/arrow3.gif') no-repeat 8px 8px;
  text-decoration: none;
}

.blogs .item {
  background-image: none;
  padding: 0px 10px 12px 10px;
}

.also-news .item {
  padding: 12px 10px 14px 10px; /* the bottom is 2 more px to account for the dashed line background img after each item */
}

.sources .item {
  padding: 0px 10px 14px 10px; /* the bottom is 2 more px to account for the dashed line background img after each item */
}

.blogs .item h1,
.also-news h1,
.sources .item h1 {
  background: #f9f9f9; /* Old browsers */
  background: -moz-linear-gradient(top,  #f9f9f9 0%, #eeeeee 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f9f9f9 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f9f9f9 0%,#eeeeee 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f9f9f9 0%,#eeeeee 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f9f9f9 0%,#eeeeee 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
  border-bottom: 3px solid;
  height: auto;
  line-height: .85;
  margin-bottom: 0px;
  padding: 10px 10px 6px 10px;
}

.blogs .item h1, .sources .item h1 {
  margin-bottom: 10px;	
}

.blogs .item h1,
.also-news h1 {
  border-color: #D31D16;
}

.sources .item h1 {
  border-color: #253E64;
}

.blogs .item h1, 
.sources .item h1 {
  margin-left: -10px;
  margin-right: -10px;
}

div.article .text-adjustable .gform_wrapper{ font-size: 12px; }
div.article .text-adjustable .gform_wrapper div{ font-size: 13px; }

.article {
  font: 12px "Lucida Grande";
  color: #222;
}
.article .thumbnail {
  float: left;
  margin-right: 20px;
}
.article .thumbnail .caption {
  font-style: italic;
  margin:1em 0;
}
.wp-caption-text {
  font-family: "Lucida Grande", Arial, sans-serif;
  font-size: .9em;
  margin: .5em 1em .5em 0;
  color: #808080;
}
.article .text-adjustable ul li {
  margin-left:16px;
}
.article img.alignleft {
  margin-right: 10px;
}
.article p {
  margin-bottom: 12px;
}
.article h1 {
  font: bold 26px Georgia;
  color: #d94141;
  padding-bottom: 10px;
  border-bottom: 3px solid #d94141;
  margin-bottom: 10px;
  /*line-height: 24px;*/
}
.article h2 {
  font-family: Bebas Neue;
  font-size: 24px;
  color: #253e64;
  padding: 4px 0 6px 8px;
  border-bottom: 3px solid #d94141;
  background: #efefef;
}
.article .share {
  margin: 10px 0 14px 0;
  text-align: right;
  font: 10px "Lucida Grande";
  color: #253e64;
}
.article .share img {
  position: relative;
  top: 4px;
}
.article .addthis_toolbox {
  float: right;
  width: 104px;
}
.addthis_button_buzzfeed {
  display: block;
  height: 32px;
  width: 32px;
  float: left;
  margin: 0 2px;
  background: url(/wp-content/themes/zoa/images/icon-buzzfeed.png) no-repeat center center;
  background-size: cover;
}
.related {
  margin-top: 20px;
  border-bottom: 2px solid #d9d9d9;
  zoom: 1;
  float: left;
}
.related:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.related .item {
  width: 299px;
  font: 12px "Lucida Grande";
  float: left;
  margin-bottom: 15px;
}
.related .item a {
  font: bold 14px Georgia;
  color: #2a2a2a;
  margin-bottom: 15px;
  text-decoration: none;
}
.related .item a:hover {
  text-decoration: underline;
}
.related .item img.thumb {
  float: left;
  margin-right: 20px;
}
.related .item .date {
  font: bold 11px "Lucida Grande";
  color: #959595;
  margin: 10px 0;
}
.related .item:nth-child(odd) {
  margin-right: 20px;
}
.breadcrumbs {
  font: bold 10px "Lucida Grande";
  color: #222;
  border-bottom: 1px solid #d9d9d9;
  margin: 0 22px;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
.breadcrumbs a {
  text-decoration: none;
  color: #222;
}
.author {
  color: #253e64;
}
table.author-details {
  width: 617px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
table.author-details td {
  font: bold 11px "Lucida Grande";
  color: #959595;
}
table.author-details td strong {
  color: #222;
}
table.author-details td a {
  color: #d94141;
}
.right {
  float: right;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
h1.title {
  font: bold 24px Georgia;
  color: #d70000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
h1.title span {
  color: #3e3e3e;
}
.permalink {
  font: 10px Lucida Grande;
  color: #d31515;
  text-decoration: none;
}
.featured-podcast,
.featured-video {
  margin-bottom: 40px;
}
.featured-podcast p,
.featured-video p {
  color: #222;
  font-size:1em;
  margin-top:1em;
}
.featured-podcast .view-link,
.featured-video .view-link {
  margin-top:15px;
  text-align:right;
}
h1.red-line {
  background: url(images/bkg-hdr-red-line.png);
  font-family: BebasNeue;
  font-size: 24px;
  color: #253E64;
  width: 617px;
  height: 38px;
}
h1.red-line .inner {
  padding-top: 4px;
  padding-left: 10px;
}
.podcasts,
.videos {
  margin-top: 10px;
}
.podcasts .item,
.videos .item {
  width: 300px;
  float: left;
}
.podcasts table,
.videos table {
  border: 1px solid #d9d9d9;
  padding: 12px;
  margin-top: 16px;
  margin-right: 20px;
}
.podcasts h1,
.videos h1 {
  margin-bottom: 8px;
}
.podcasts h1 a,
.videos h1 a {
  font: bold 14px Georgia;
  color: #d94141;
  text-decoration: none;
}
.podcasts .date,
.videos .date,
.podcasts .author,
.videos .author {
  font: bold 11px "Lucida Grande";
  color: #9c9c9c;
}
.podcasts .btn-red,
.videos .btn-red {
  font: 12px "Lucida Grande";
  color: #fff;
  padding: 6px 16px 6px 16px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  font-weight: bold;
  background: #d31515;
  text-decoration: none;
  display: inline-block;
  margin-top: 6px;
}
.podcasts .wp-pagenavi,
.videos .wp-pagenavi {
  margin-top: 20px;
}
.podcasts .category,
.videos .category {
  font: 12px Lucida Grande;
  color: #555;
  background: #cccccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  text-decoration: none;
  padding: 2px 10px;
}
.podcasts .category.active,
.videos .category.active {
  background: #253e64;
  color: #fff;
}
.article .gform_wrapper .gform_footer input[type=submit] {
  font-size:1.2em;
  padding:8px 16px;
  background:#253e64;
  color:#fff;
  border:1px solid #6571aa;
}
.gform_wrapper,
#gform_wrapper_1 {
  float: left;
}
.article .gform_wrapper input,
#gform_wrapper_4 input,
#gform_wrapper_1 input {
  border: 1px solid #aaa;
}
#gform_wrapper_4 { float:left }
.slideshow-name {
  position: absolute;
  z-index: 9999;
  width: 205px;
  height: 48px;
  top: 111px;
  left: 18px;
}
.slideshow-name h1 {
  font: 23px BebasNeue;
  color: #d70000;
  text-transform: uppercase;
}
.slideshow-name a {
  text-decoration: none;
}
.slideshow-name .featured-slideshow-text {
  font: 12px Lucida Grande;
  color: #fff;
}
.slideshow-name-faded {
  position: absolute;
  background: #011025;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  width: 205px;
  height: 48px;
  top: 96px;
  left: 3px;
}
.featured-slideshow {
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
  height: 276px;
}
.featured-slideshow .slideshow-name {
  width: 382px;
  height: 96px;
  top: 167px;
  left: 23px;
}
.featured-slideshow .slideshow-name h1 {
  font: 35px BebasNeue;
}
.featured-slideshow .slideshow-name-faded {
  width: 382px;
  height: 96px;
  top: 144px;
  left: 3px;
}
.featured-slideshow .img {
  border: 1px solid #d9d9d9;
  padding: 2px;
  display: inline-block;
}
.slideshow-item {
  position: relative;
  float: left;
  margin-bottom: 24px;
}
.slideshow-item.first {
  margin-right: 23px;
}
.slideshow-item .img {
  border: 1px solid #d9d9d9;
  padding: 2px;
  display: inline-block;
}
.chapters select {
  margin-top: 20px;
}
.chapters h1 {
  font: bold 26px Georgia;
  color: #d94141;
  padding-bottom: 10px;
  border-bottom: 3px solid #d94141;
  margin-bottom: 10px;
  line-height: 24px;
}
.chapters h2 {
  color: #a9a9a9;
  margin-top: 20px;
}
.ss_wrapper h2 {
  margin-top: 20px;
  background: none;
}
#ss_pages ul,
#ss_posts ul {
  margin-left: 20px;
}
#ss_pages ul li a,
#ss_posts ul li a {
  font: bold 14px Georgia;
  color: #253E64;
  text-decoration: none;
}
#ss_pages ul li a:hover,
#ss_posts ul li a:hover {
  text-decoration: underline;
}
p {
  text-indent: 1.5em;
}
p.no-indent {
  text-indent: 0;
}
#zoa-publications-submenu {
  position: absolute;
  display: none;
  background: #E9E9E9;
  z-index: 99999;
}
.article .gform_wrapper .top_label input.medium,
.article .gform_wrapper .top_label select.medium {
  width: 380px;
}
.subhead {
  font: bold 1.9em "Times New Roman";
  color: #808080;
}

/* temporary updates not in LESS */
.alignright {
    margin-left:10px;
}
.article .addthis_toolbox {
  margin-bottom:15px;
  width:100%;
}
.addthis_default_style .addthis_separator, .addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m, .addthis_default_style .at300bs {
  float:right;
}
.article .thumbnail { margin-bottom:15px }
p { text-indent: 0; }

p{ font-size:1.2em;}
li{ font-size:1.2em;}
/*
body{ font-family:"Caudex", arial, sans-serif;}
p{ font-family:"Caudex", arial, sans-serif; font-size:1.2em;}
li{ font-family:"Caudex", arial, sans-serif; font-size:1.2em;}
*/


.sub1 ul.menu li,
.sub2 ul.menu li,
.top-nav-menu {
    display: inline-block;
}
.sub1 ul.menu,
.sub2 ul.menu,
.top-nav-menu ul.menu {
    list-style:none;
}
.top-nav-menu ul.menu li {
    display:inline-block;
    margin-right:8px;
}
.top-nav-menu ul.menu li a {
    display:inline-block;
    border-right:2px solid #fff;
    padding-right:10px;
}
.top-nav-menu ul.menu li:last-child a {
    border:none;
}

#nav-bar div.main-nav-menu {
  padding: 0;
}

#nav-bar ul li {
  font-size: 18px;
}

#nav-bar ul li a {
  position: relative;
  padding-top: 12px;

  height: 34px;
}

#menu-item-241180 a, #menu-item-259669 a {
    background: #f00;
    color: #fff;
}

#menu-item-241180 a:hover, #menu-item-259669 a:hover {
    background:#ff5a5a;
    color:#fff;
}
div.article a,
div.article a:link,
div.article a:hover {
    color: rgb(0,0,255);
}
div.article a:visited {
    color: rgb(255,0,255);
}

/* google custom search */
.gsc-search-button,
.gsc-clear-button {
    display:none;
}
#___gcse_0 {
    float:right;
    margin:40px 30px 0 0;
}
#logo-bar #___gcse_0 form {
    float:none;
    padding:0;
}
#___gcse_0 .gsc-input input.gsc-input  {
    background: #ffffff url('/wp-content/themes/zoa/images/icon-search.gif') no-repeat 98% !important;
    font: 12px "Lucida Grande" !important;
}

#___gcse_1 {
    width:600px;
    float:left;
}
#___gcse_1 .gsc-tabsArea {
    display:none;
}
#___gcse_1 .gsc-webResult.gsc-result {
    margin-bottom:30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #d70000;
}
#___gcse_1 .gsc-result .gs-title {
    height:auto;
}
#___gcse_1 .gs-result .gs-title,
#___gcse_1 .gs-result .gs-title b {
    font-size:24px;
    font-family:Georgia, serif;
    font-weight:bold;
}
#___gcse_1 .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
    background:#253E64;
    color:#fff;
    text-shadow:none;
    font-weight: normal
}
#___gcse_1 .gsc-results .gsc-cursor-box .gsc-cursor-page {
    padding:5px 10px;
    margin-right:10px;
    text-decoration:none;
    border:1px solid #253E64;
    color:#000;
}
.gssb_c table.gsc-completion-container {
    margin-top:25px;
}

.custom-dropcap {
font-size: 5.5em;
float: left;
display: block;
line-height: .9;
padding-right: 10px;
font-family: Georgia;
font-weight: bold;
color: #d94141;
}

.pullquote-container {
float: right;
font-size: 1.8em;
width: 39%;
border-top: 2px solid #d94141;
border-bottom: 2px solid #d94141;
margin: 7px 0 15px 20px;
padding: 20px 10px;
line-height: 1.5;
color: #d94141;
font-style: italic;
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
}

body .gform_wrapper .chzn-container .chzn-results {
	max-height: 300px;
}

div.article a.scss3b-button, div.article a.scss3b-button:link, div.article a.scss3b-button:hover,  div.article a.scss3b-button:visited {
  color: #fff;
}

.follow-zoa-header {
   font-family: 'Lucida Grande';
   font-weight: bolder;
   color: rgb(47, 61, 152);
   font-size: 13.3px;
}

hr.follow-zoa-line {
  border: 0;
  background: url('/wp-content/themes/zoa/images/dash.png?v=2') 0 0 repeat-x;
  width: 100%;
  height: 9px;
}

.featured-video-container {
  border: 1px solid #808A96;
  background-color: #E0E1E3;
  margin-left: 25px;
  position: relative;
  width: 125px;
  height: 125px;
  display: block;
}

.featured-video-box {
  position: absolute;
  top: 7px;
  left: 7px;
  display: block;
  width: 100px;
  height: 88px;
}

.featured-video-label {
  font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
  font-size: 12px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #DD0943;
  position: absolute;
  top: 24px;
  left: 5px;
  padding: 5px;
}

.featured-video-section .item {
  position: relative;
  padding-left: 10px;
}

.videos .item table.second {
  margin-right: 0px;
}

.videos .item {
  width: 309px;
}

#pages-404 a {
    line-height: 16px;
    font-size: 12px;
    color: #253e64;
    font-weight: bold;
    text-decoration: none;
}
#pages-404 a:hover {
    text-decoration: underline;
}