/*
Main styles for WordPress - this is loaded after the store css, so it can be used to override store styles.
*/
/* less mixins */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.titillium {
  font-family: 'Titillium Web', Arial, sans-serif;
}
.open-sans {
  font-family: 'Open Sans', Arial, sans-serif;
}
.hlist {
  padding: 0px;
}
.hlist li {
  display: inline-block;
  list-style-type: none;
}
/* mixin for background image layered with gradient */
/* faux gradient borders */
/* note: when using this, you may want to add the width of your faux border to the padding of your element to prevent content from covering the faux border */
/* metal gradient border */
/* metal gradient */
.more {
  font-family: Georgia, serif;
  font-style: italic;
  margin-left: 10px;
  text-transform: none;
}
.more:after {
  content: '\00bb';
  margin-left: 4px;
}
/* override store columns */
.col-main {
  padding-right: 80px;
  width: 560px;
}
.col2-right-layout .col-main {
  margin-right: 330px;
}
.sidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 310px;
}
.col-right {
  margin-left: -310px;
}
/* general styles */
.block {
  margin: 30px 0px;
}
.block h3 {
  margin-top: 0;
}
.sidebar {
  background: #868686;
  line-height: 0px;
  filter: none;
  padding: 5px;
}
.sidebar:before {
  content: none;
}
.sidebar h3 {
  border: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
.sidebar .widget-container {
  border-top: 1px solid #333;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
 /* height: 250px;
  overflow: hidden;*/
  margin-top: 15px;
  padding-top: 15px;
  width: 300px;
}
.sidebar .widget-container:first-child {
  border-top: 0px;
  margin-top: 0px;
  padding-top: 0px;
}
.sidebar .more {
  color: #ffc000;
}
.sidebar .more:hover {
  color: #ffc000;
}
.sidebar .decision-briefs {
  height: auto;
  border-top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sidebar .press-releases h3 {
  height: 20px;
  margin: 0px 0px 10px 0px;
}
.sidebar .press {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
  height: 220px;
  line-height: 16px;
  list-style-type: none;
  margin: 10px 0px;
  overflow-y: auto;
  padding: 2px 10px;
}
.sidebar .press li {
  margin: 8px 0px;
}
.sidebar .magazine {
  font-size: 14px;
  line-height: 16px;
}
.sidebar .magazine .left {
  margin-right: 10px;
}
.sidebar .magazine p {
  margin-top: 0px;
  overflow: hidden;
  max-height: 48px;
}
.sidebar .magazine ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.sidebar .magazine li {
  margin: 16px 0px;
}
.sidebar .magazine li a {
  color: #ffc000;
  font-family: Georgia, serif;
  font-style: italic;
}
.sidebar .magazine li a:after {
  content: '\00bb';
  margin-left: 4px;
}
.sidebar .magazine .left {
  max-width: 140px;
}
.sidebar .magazine .left img {
  height: auto;
  max-width: 120px;
}
.sidebar .connect {
  height: auto;
}
.sidebar .connect .social-icons {
  float: left;
  margin: 0px;
  padding-bottom: 10px;
}
.sidebar .connect .right {
  font-size: 13px;
  line-height: 15px;
  margin: 4px 0px;
  padding: 0px 0px 10px 0px;
}
.sidebar .connect .more {
  float: none;
}
.sidebar .connect .twitter-timeline {
  display: block;
  margin: 10px 0px;
}
.feature {
  position: relative;
  background-color: #999999;
  /* Old browsers */

  /* insert image fallback here */

  background-image: -moz-linear-gradient(top, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* FF3.6+ */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(20%, #ffffff), color-stop(30%, #999999), color-stop(60%, #ffffff), color-stop(100%, #999999));
  /* Chrome,Safari4+ */

  background-image: -webkit-linear-gradient(top, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* Chrome10+,Safari5.1+ */

  background-image: -o-linear-gradient(top, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* Opera 11.10+ */

  background-image: -ms-linear-gradient(top, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* IE10+ */

  background-image: linear-gradient(to bottom, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#999999', GradientType=0);
  /* IE6-9 */

  color: #fff;
  margin-bottom: 30px;
  padding: 2px;
  margin-left: 0px;
}
.feature * {
  position: relative;
}
.feature:before {
  background: #4c4c4c;
  content: '';
  display: block;
  margin: 2px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.feature .icons {
  float: left;
  margin: 0;
}
.feature .more {
  float: right;
}
.feature-image {
  float: left;
  height: auto;
  margin: 10px 0px 10px 10px;
  max-width: 180px;
}
.feature-content {
  float: right;
  margin: 15px;
  width: 325px;
}
.feature-content h2,
.feature-content h2 a,
.feature-content h3,
.feature-content h3 a {
  color: #fff;
}
.feature-nav li {
  padding: 3px 20px;
}
.feature-news {
  height: 380px;
  margin: 15px 0px;
  overflow: hidden;
  padding: 10px;
}
.feature-news h3 {
  border: 0px;
  color: #fff;
}
.feature-news a {
  color: #fff;
}
.feature-news a:hover {
  color: #ffc000;
}
.feature-news a.current {
  color: #40b3df;
}
.feature-news-content {
  background: #000;
  float: left;
  height: 380px;
  line-height: 0px;
  overflow: hidden;
  position: relative;
  width: 390px;
}
.feature-news-content h3 {
  font-size: 18px;
  line-height: 20px;
  overflow: hidden;
  max-height: 60px;
  margin: 14px 0px;
  padding: 0px 10px;
  text-transform: none;
}
.feature-news-content p {
  border-right: 1px solid #666;
  float: left;
  font-size: 12px;
  line-height: 14px;
  height: 42px;
  margin: 0px 0px 10px 0px;
  padding: 0px 10px;
  overflow: hidden;
  width: 250px;
}
.feature-news-content .read-story {
  background: transparent url(../../images/right-arrow.png) no-repeat 0 center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0OUUzMjRGOUVFMzAxMUUyOEVDRURGQUQyQ0IxMjEwNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0OUUzMjRGQUVFMzAxMUUyOEVDRURGQUQyQ0IxMjEwNSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ5RTMyNEY3RUUzMDExRTI4RUNFREZBRDJDQjEyMTA1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQ5RTMyNEY4RUUzMDExRTI4RUNFREZBRDJDQjEyMTA1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+nQo4ugAAAQJJREFUeNpi/P//PwMcHGTkBJIZQBwIxPpAzAfEn4D4IhCvB+IZDPb/v8OUM8I1H2R0BJJLgFiKATd4BsQxQAP2IzQfZHQHsrcAMQsDYfAHiH2ABuxk/H+AQQTIuQ3EAlgUbgdiYyAWQxP/AMSqTECiCIdGEDgFxCZAfAZNHKS+iAkaOLiB/f/HQNIOGh7IIBDk7F9ABis0VOXRFPwAav6BFBuFQLIHiEGW/mZiIA38h2IwAGm+C2WD4vQ9Gq6A2sgBxAuArH4gZoaqv8sEjXzc4CCjNJA8DMTxaDLrCUXVNmhUiWOLKooSCRM0OnYCSTdo8mMgkDzdoOqR0jYZGQMgwAA3M1ozkH5hVgAAAABJRU5ErkJggg==');
  float: right;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  padding: 14px 10px 14px 20px;
  width: 80px;
}
.feature-news-img {
  display: block;
  text-align: center;
}
.feature-news-story {
  background: #000;
  height: 380px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  -ms-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  transition: opacity 400ms;
  width: 390px;
  z-index: 1;
}
.feature-news-story.current {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}
.feature-news-side {
  float: right;
  width: 220px;
}
.feature-news-side .more {
  color: #ffc000;
  float: right;
}
.feature-news-list {
  color: #999;
  font-size: 12px;
  list-style-type: none;
  padding: 0px;
}
.feature-news-list a {
  color: #ccc;
}
.feature-news-list a.current {
  color: #40b3df;
}
.feature-news-list li {
  border-top: 1px solid #666;
  padding: 10px 0px;
}
.feature-news-list li:first-child {
  border-top: 0px;
  margin-top: -10px;
}
.feature-news-list li:hover {
  background: #666;
}
.feature-news-list h4 {
  font-size: 12px;
  font-weight: 600;
  max-height: 28px;
  line-height: 14px;
  margin: 2px;
  overflow: hidden;
  text-transform: none;
}
.feature-news-list p {
  margin: 2px;
}
/* home page */
.home .col2-right-layout .col-main {
  margin-right: 330px;
  padding-right: 0px;
  width: 640px;
}
.home .col-right {
  margin-left: -310px;
  margin-right: 10px;
}
.home .content {
  background: transparent;
}
.home .sidebar {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0px;
  width: 300px;
}
.home .sidebar:before {
  content: none;
  filter: none;
}
.home .block {
  position: relative;
  background-color: #999999;
  /* Old browsers */

  /* insert image fallback here */

  background-image: -moz-linear-gradient(top, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* FF3.6+ */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(20%, #ffffff), color-stop(30%, #999999), color-stop(60%, #ffffff), color-stop(100%, #999999));
  /* Chrome,Safari4+ */

  background-image: -webkit-linear-gradient(top, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* Chrome10+,Safari5.1+ */

  background-image: -o-linear-gradient(top, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* Opera 11.10+ */

  background-image: -ms-linear-gradient(top, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* IE10+ */

  background-image: linear-gradient(to bottom, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#999999', GradientType=0);
  /* IE6-9 */

  color: #fff;
  font-size: 12px;
  line-height: 14px;
  height: 270px;
  margin: 20px 0px;
  padding: 1px;
}
.home .block * {
  position: relative;
}
.home .block:before {
  background: #4c4c4c;
  content: '';
  display: block;
  margin: 1px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.home .block .col .more {
  display: block;
  margin-left: 0px;
}
.home .block-title {
  border-bottom: 1px solid #333;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 18px;
  margin: 0px;
  padding: 8px 20px;
  text-transform: uppercase;
}
.home .block-title .more {
  color: #ffc000;
  float: right;
}
.home .block-content {
  padding: 20px;
}
.home-store .col,
.home-events .col,
.home-jobs .col {
  list-style-type: none;
  margin: 0px 0px 0px 29px;
  padding: 0;
  width: 180px;
}
.home-store .col:first-child,
.home-events .col:first-child,
.home-jobs .col:first-child {
  margin-left: 0px;
}
.home-store .col p,
.home-events .col p,
.home-jobs .col p {
  max-height: 42px;
  margin: 4px 0px;
  overflow: hidden;
}
.home-videos .col {
  margin: 0px 34px;
  width: 230px;
}
.home-videos .col p {
  max-height: 28px;
  margin: 6px 0px;
  overflow: hidden;
}
.home-jobs .col a {
  font-weight: bold;
  display: block;
  margin-top: 2px;
  max-height: 28px;
  overflow: hidden;
}
.home-jobs .col p {
  max-height: 28px;
  margin: 4px 0px;
  overflow: hidden;
}
.home-jobs .job {
  margin-bottom: 20px;
  height: 80px;
}
.ticker {
  background: #595959;
  color: #fff;
  font-size: 12px;
  height: 36px;
  line-height: 12px;
  overflow: hidden;
  padding: 0px 0px 0px 80px;
  position: relative;
  width: 560px;
}
.ticker h5 {
  background: transparent url(../../images/ticker2.png) no-repeat right top;
  color: #40b3df;
  height: 12px;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 12px 5px;
  width: 120px;
  z-index: 10;
}
.marquee {
  display: inline-block;
  height: 12px;
  padding: 12px 0px;
  position: absolute;
  top: 0px;
  left: 110px;
  white-space: nowrap;
  z-index: 5;
}
/* single post */
.meta {
  color: #868686;
  font-size: 14px;
  line-height: 16px;
}
.meta p {
  margin: 4px 0px;
}
.meta a {
  font-style: italic;
}
.post-featured-image {
  float: left;
  height: auto;
  margin: 1em 1em 1em 0;
  max-width: 50%;
}
.icons {
  padding: 0px;
  margin: 12px 0px;
}
.icons li {
  display: inline-block;
  list-style-type: none;
}
.icons li {
  height: 16px;
  line-height: 16px;
}
.copyright-icon {
  background: transparent url(../../images/icon-copyright.png) no-repeat center center;
  display: inline-block;
  float: left;
  line-height: 16px;
  overflow: hidden;
  text-indent: -9999px;
  height: 16px;
  width: 16px;
}
.related {
  list-style-type: none;
  padding: 0px;
}
.related li {
  margin: 20px 0px;
}
.related h4 {
  font-size: 16px;
  line-height: 18px;
  max-height: 36px;
  margin: 4px 0px;
  overflow: hidden;
  text-transform: none;
}
.related p {
  font-size: 12px;
  line-height: 14px;
  margin: 4px 0px;
  max-height: 28px;
  overflow: hidden;
}
.wp-caption.alignleft,
img.alignleft {
  display: block;
  float: left;
  margin: 10px 10px 10px 0px;
}
.wp-caption.alignright,
img.alignright {
  display: block;
  float: right;
  margin: 10px 0px 10px 10px;
}
.wp-caption.aligncenter,
img.aligncenter {
  display: block;
  margin: 10px auto;
}
.wp-caption-text {
  color: #868686;
  font-style: italic;
  margin: 4px 0px;
}
/* archive page */
.digital-issues {
  *zoom: 1;
  font-size: 12px;
}
.digital-issues:before,
.digital-issues:after {
  display: table;
  content: "";
}
.digital-issues:after {
  clear: both;
}
.digital-issue {
  float: left;
  margin: 10px;
  width: 85px;
}
.digital-issue a {
  display: block;
}
.digital-issue h5 {
  color: #17649a;
  font-weight: 600;
  margin: 10px 0px 0px 0px;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  text-shadow: none;
}
.region-topic li {
  list-style-type: none;
  margin: 4px 0px;
}
.region-topic li:before {
  content: '\00bb';
  margin-right: 4px;
}
.col {
  float: left;
  margin: 0 5% 0 0;
  padding: 0px;
  width: 45%;
}
.post-sm {
  height: 104px;
  margin: 20px 0px;
}
.post-sm h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  max-height: 36px;
  margin: 0px;
  overflow: hidden;
  text-transform: none;
}
.post-sm h4 a {
  color: #17649a;
}
.post-sm p {
  font-size: 12px;
  line-height: 14px;
  max-height: 28px;
  margin: 4px 0px;
  overflow: hidden;
}
.post-sm .post-img {
  position: relative;
  background-color: #999999;
  /* Old browsers */

  /* insert image fallback here */

  background-image: -moz-linear-gradient(top, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* FF3.6+ */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(20%, #ffffff), color-stop(30%, #999999), color-stop(60%, #ffffff), color-stop(100%, #999999));
  /* Chrome,Safari4+ */

  background-image: -webkit-linear-gradient(top, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* Chrome10+,Safari5.1+ */

  background-image: -o-linear-gradient(top, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* Opera 11.10+ */

  background-image: -ms-linear-gradient(top, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* IE10+ */

  background-image: linear-gradient(to bottom, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#999999', GradientType=0);
  /* IE6-9 */

  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  float: left;
  height: 70px;
  margin-right: -72px;
  padding: 1px;
  width: 70px;
  overflow: hidden;
}
.post-sm .post-img * {
  position: relative;
}
.post-sm .post-img:before {
  background: #e6e6e6;
  content: '';
  display: block;
  margin: 1px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.post-sm .post-img img {
  height: auto;
  max-width: 100%;
}
.post-sm .post-content {
  float: left;
  margin-left: 82px;
}
.archive .post {
  border-top: 1px solid #e6e6e6;
  margin: 20px 0px 0px 0px;
  padding-top: 20px;
}
.archive .post .post-img {
  position: relative;
  background-color: #999999;
  /* Old browsers */

  /* insert image fallback here */

  background-image: -moz-linear-gradient(top, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* FF3.6+ */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(20%, #ffffff), color-stop(30%, #999999), color-stop(60%, #ffffff), color-stop(100%, #999999));
  /* Chrome,Safari4+ */

  background-image: -webkit-linear-gradient(top, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* Chrome10+,Safari5.1+ */

  background-image: -o-linear-gradient(top, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* Opera 11.10+ */

  background-image: -ms-linear-gradient(top, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* IE10+ */

  background-image: linear-gradient(to bottom, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#999999', GradientType=0);
  /* IE6-9 */

  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  float: left;
  height: auto;
  line-height: 0px;
  margin-right: -72px;
  padding: 1px;
  width: 70px;
  overflow: hidden;
}
.archive .post .post-img * {
  position: relative;
}
.archive .post .post-img:before {
  background: #e6e6e6;
  content: '';
  display: block;
  margin: 1px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.archive .post .post-img img {
  height: auto;
  max-width: 100%;
}
.archive .post .video-img {
  margin-right: -122px;
  width: 120px;
}
.archive .post .post-content {
  float: left;
  margin-left: 82px;
}
.archive .post .post-content h4 {
  font-size: 18px;
  line-height: 20px;
  margin: 0px;
  text-transform: none;
}
.archive .post .post-content p {
  margin: 4px 0px;
}
.archive .post .video-content {
  margin-left: 132px;
}
.archive .post .meta {
  margin: 0px;
}
.archive .post .ad-470 {
  margin: 10px auto;
}
/* pagination */
.pagination {
  font-size: 0px;
  margin: 20px 0px;
  text-align: center;
}
.page-numbers {
  text-transform: uppercase;
  margin-right: 8px;
  font-size: 11px;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #555 !important;
  text-decoration: none;
  border: 1px solid #e9e9e9;
  padding: 5px 8px 5px 8px;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.04000000000000001);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.7);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.7);
}
.page-numbers:hover {
  background-color: #fff;
}
.page-numbers:active {
  background-color: #d0d3d6;
  background-color: rgba(0, 0, 0, 0.06);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#00000000', GradientType=0);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2), inset 0 2px 5px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2), inset 0 2px 5px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2), inset 0 2px 5px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.2);
}
.page-numbers.current {
  border: 1px solid #40b3df;
  background-color: rgba(0, 0, 0, 0.06);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#00000000', GradientType=0);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2), inset 0 2px 5px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2), inset 0 2px 5px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2), inset 0 2px 5px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.2);
  cursor: default;
}
.page-numbers.dots {
  background: none;
  border: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* subscribe form */
.subscribe-form {
  font-size: 12px;
}
.subscribe-form h3 {
  margin: 20px 0;
}
.subscribe-form .about {
  *zoom: 1;
}
.subscribe-form .about:before,
.subscribe-form .about:after {
  display: table;
  content: "";
}
.subscribe-form .about:after {
  clear: both;
}
.subscribe-form .about label {
  display: block;
  float: left;
  margin: 6px 5% 6px 0px;
  text-align: right;
  width: 45%;
}
.subscribe-form .about label input,
.subscribe-form .about label select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 20px;
  line-height: 18px;
  margin-left: 6px;
  width: 70%;
}
.subscribe-form .business {
  *zoom: 1;
}
.subscribe-form .business:before,
.subscribe-form .business:after {
  display: table;
  content: "";
}
.subscribe-form .business:after {
  clear: both;
}
.subscribe-form .business label {
  display: block;
  margin: 10px 0px 0px 0px;
  text-align: left;
}
.subscribe-form .business label input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 20px;
  line-height: 18px;
  width: 70%;
}
.subscribe-form .business select {
  display: block;
  width: 100%;
}
.subscribe-form .business input,
.subscribe-form .business select {
  margin: 4px 0px;
}
.subscribe-form .subscriptions {
  *zoom: 1;
}
.subscribe-form .subscriptions:before,
.subscribe-form .subscriptions:after {
  display: table;
  content: "";
}
.subscribe-form .subscriptions:after {
  clear: both;
}
.subscribe-form .subscriptions .col {
  margin: 0 0 0 5%;
  width: 30%;
}
.subscribe-form .subscriptions .col:first-child {
  margin-left: 0;
}
.subscribe-form h4 {
  margin: 0px;
}
.subscribe-form ul {
  list-style-type: none;
  padding: 0px;
}
.subscribe-form li {
  margin: 6px 0px;
}
.subscribe-form .all {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.subscribe-form .sample {
  font-size: 10px;
  margin-left: 6px;
  text-transform: uppercase;
}
/* jobs */
.job-search {
  font-size: 12px;
  margin-top: 0px;
}
.job-search input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  height: 20px;
  line-height: 18px;
  margin: 1px 0px;
  width: 60%;
}
.job-search input[type=submit] {
  float: left;
  margin: 0px 6px;
}
.job-search .advanced-job-search {
  float: right;
  margin: 4px 0px;
}
.jobs-list .col {
  list-style-type: none;
  margin-right: 5%;
  padding: 0;
  width: 45%;
}
.jobs-list .col .job {
  height: 72px;
  margin-bottom: 10px;
  overflow: hidden;
}
.jobs-list .col .job a {
  display: block;
  max-height: 36px;
  overflow: hidden;
}
.jobs-list .col .job p {
  margin: 0;
}
.jobs-list .more {
  float: right;
}
/* video page */
.video-channel {
  position: relative;
}
.video-channel .slider-container {
  overflow: hidden;
  position: relative;
  height: 160px;
  margin: 0 auto;
  width: 516px;
}
.video-channel .arrow {
  cursor: pointer;
  display: block;
  font-size: 60px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 22px;
  z-index: 10;
}
.video-channel .arrow.left {
  left: 0px;
}
.video-channel .arrow.left:before {
  content: '\2039';
}
.video-channel .arrow.right {
  right: 0px;
}
.video-channel .arrow.right:before {
  content: '\203a';
}
.video-channel .slider-content {
  font-size: 0px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.video-channel li {
  display: inline-block;
  height: 180px;
  list-style-type: none;
  margin: 0px 6px;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  white-space: normal;
  width: 160px;
}
.video-channel li .video-img {
  background: #000;
  display: table-cell;
  height: 120px;
  overflow: hidden;
  vertical-align: middle;
  width: 160px;
}
.video-channel li .video-img img {
  height: auto;
  width: 160px;
}
.video-channel li h4 {
  height: 54px;
  margin: 0px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  text-transform: none;
}
.sitemap ul {
  list-style-type: none;
  padding: 0px;
}
.sitemap li {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
a.rss {
  background: transparent url(../../images/rss.gif) no-repeat;
  display: block;
  float: right;
  height: 13px;
  margin-right: 6px;
  overflow: hidden;
  text-indent: -9999px;
  width: 28px;
}
.error {
  color: #c00;
}
/* jlinks */
a.jlink {
  color: black;
  border-bottom: thick double black;
  font-weight: bold;
}
/* ie is terrible */
.ie6 .home-store .more,
.ie6 .home-events .more,
.ie6 .home-jobs .more {
  top: -35px;
}
.ie6 .home-store .col,
.ie6 .home-events .col,
.ie6 .home-jobs .col {
  margin: 0px 8px 0px 4px;
}
.ie6 .home-jobs .block-content {
  padding: 15px;
}
.ie6 .home-videos .block-content {
  padding: 10px;
}
.ie6 .home-videos .more {
  top: -35px;
}
.ie6 .home-videos .col {
  margin: 0px 34px 0px 17px;
}

/* jy tmp for background ad */
/*
.content {
	width: 970px;
    margin-left: auto;
    margin-right: auto;
	padding-left: 10px;
}
*/
/*
.sidebar {
	background-color: #ffffff;
}
*/
