/* Copyright (c) CircleID & Iomemo Technologies, Inc.
   All rights reserved.
========================================================
highlight = ffcccc
lightblue = eff5fe
lightblue = e3f5fe
---
H1: logo
H2: section headers
H3: post title
h4: post subtitle
======================================================== */
/* RESET
-------------------------------------------------------- */
html,
body,
div,
table,
td,
th,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
blockquote,
form,
fieldset,
img {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 81.25%;
  font-weight: 400;
  color: #1a1a1a;
  background-color: #f9f9f9;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: normal;
  text-align: left;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

input,
select {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
}

p {
  line-height: 1.4em;
  padding: 0 0 1.5em 0;
}

code {
  line-height: 1.4em;
  padding: 0 0 1em 0;
}

blockquote {
  line-height: 1.4em;
  margin-left: 3em;
}

li {
  line-height: 1.4em;
  margin-left: 3em;
  padding-bottom: 0.8em;
}

li ul {
  padding-top: 0.8em;
}

li ul li {
  line-height: 1.4em;
  margin-left: 3em;
  padding-bottom: 0.2em;
}

li ol li {
  line-height: 1.4em;
  margin-left: 3em;
  padding-bottom: 0.2em;
}

html {
  overflow-y: scroll;
}

/* force vertical bar in mozilla */
a {
  outline: none;
}

/* remove dotted border from links in mozilla */

/* HEADER
-------------------------------------------------------- */
#header {
  font-size: 14px;
  width: 995px;
  margin: 4px auto;
  padding: 0;
  color: #c99;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  background-color: #900;
}

#header a:link,
#header a:visited,
#header a:active {
  text-decoration: none;
  color: #fff;
}

#header a:hover {
  text-decoration: underline;
  color: #fff;
}

#header .headerLogo {
  display: block;
  float: left;
  height: 42px;
  padding: 24px 11px;
  vertical-align: middle;
}

#header .headerLinks {
  line-height: 36px;
  position: relative;
  top: 10px;
  float: right;
  margin: 0;
  padding: 0 15px 0 0;
  text-align: right;
}

#header .headerLinks span {
  display: block;
}

#header .headerLinks .socialIcon {
  font-size: 20px;
}

/* HEADER - Google Search Box and Result Page
-------------------------------------------------------- */

/* HEADER ALERTS
-------------------------------------------------------- */
#headerAlert {
  width: 995px;
  margin: 0 auto 4px auto;
  padding: 0;
  padding: 7px 0;
  text-align: center;
  color: red;
  background-color: #fcc;
}

/* HEADER NAV
-------------------------------------------------------- */
#headerNav {
  width: 995px;
  margin: 0 auto 4px auto;
  padding: 7px 0 0 0;
  background: #d0d0d0;
}

#headerNavTop {
  background: url(/images/corners/d0d_ne.gif) no-repeat top right;
}

#headerNavTop div {
  font-size: 0;
  height: 5px;
  background: url(/images/corners/d0d_nw.gif) no-repeat top left;
}

#headerNavContent {
  padding: 0 13px 0 6px;
  background: transparent;
}

/* HEADER NAV - MENU
-------------------------------------------------------- */
#headerNavMenu {
  font-size: 14px;
  float: left;
  width: 630px;
}

#headerNavMenu ul,
#headerNavMenu li {
  margin: 0;
  padding: 2px 0 8px 0;
  list-style: none;
  border: 0;
}

#headerNavMenu a {
  text-decoration: none;
  color: #1a1a1a;
}

#headerNavMenu a:hover {
  text-decoration: underline;
  color: #800;
}

#headerNavMenu li {
  position: relative;
  display: inline;
  float: left;
}

#headerNavMenu li#current {
  background: url(/images/bg_nav_top_selected.gif) no-repeat bottom;
}

#headerNavMenu li#current span a {
  color: #800;
}

#headerNavMenu span {
  float: left;
}

#headerNavMenu li span {
  line-height: 18px;
  position: relative;
  z-index: 10;
  padding: 3px 5px;
  border-bottom: none;
}

#headerNavMenu li span a {
  font-weight: bold;
  padding: 0 5px 0 2px;
}

#headerNavMenu li span.over {
  padding: 2px 4px 2px 4px;
  border: 1px solid #ccc;
  background-color: #eee;
}

* html #headerNavMenu li span.over {
  padding: 2px 4px 2px 4px;
}

/* IE6 */
#headerNavMenu li span.over a {
}

#headerNavMenu li span.over a:hover {
  text-decoration: underline;
}

#headerNavMenu li span.active {
  padding: 2px 4px 2px 4px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: none;
  border-left: 1px solid #ccc;
  background-color: #eee;
}

* html #headerNavMenu li span.active {
  padding: 2px 4px 4px 4px;
}

/* IE6 */
#headerNavMenu li span.active a {
}

#headerNavMenu li span.active a:hover {
  text-decoration: underline;
}

#headerNavMenu img.arrow {
  /*margin-left: 4px;*/
  width: 13px;
  height: 15px;
  cursor: pointer;
  vertical-align: text-top;
}

#headerNavMenu div.subMenu {
  position: absolute;
  /* AF: Open menu on top of everthing */
  z-index: 99999;
  top: 0;
  top: 2px;
  left: 0;
  display: none;
  width: 160px;
  margin-top: 20px;
  padding: 10px 5px;
  border: solid 1px #ccc;
  background-color: #eee;
}

* html #headerNavMenu div.subMenu {
  margin-top: 20px;
}

/* IE6 */
* + html #headerNavMenu div.subMenu {
  margin-top: 20px;
}

/* IE7 */
#headerNavMenu div.subMenu a:link,
#headerNavMenu div.subMenu a:visited,
#headerNavMenu div.subMenu a:hover {
  line-height: 14px;
  display: block;
  padding: 4px;
}

#headerNavMenu .itemLine {
  margin-top: 4px;
  padding-top: 9px !important;
  border-top: solid 1px #d5d5d5;
}

#headerNavMenu img.itemImage {
  display: block;
  margin: 3px 4px;
}

#headerNavMenu div.itemTitle {
  font-weight: bold;
  line-height: 15px;
  padding: 4px;
}

#headerNavMenu div.subMenu table td {
  width: 160px;
  vertical-align: top;
}

/* HEADER NAV - SEARCH
-------------------------------------------------------- */

/* HEADER SUB
-------------------------------------------------------- */
#headerSub {
  width: 995px;
  margin: 0 auto 4px auto;
  padding: 0;
  background-color: #ddd;
}

#headerSub .buttons {
  float: right;
  width: auto;
}

#headerSub .buttons table {
  margin-left: 8px;
}

#leaderBoard {
  padding: 12px 12px 12px 12px;
}

#leaderBoard h1 {
  font-size: 2.462em;
  font-weight: 900;
  line-height: 1em;
  float: left;
  margin: 0;
  padding: 0;
}

#leaderBoard h1.noNav {
  font-size: 2.462em;
  font-weight: 900;
  line-height: 1em;
  float: none;
  margin: 0;
  padding: 0;
}

#leaderBoard h1.large {
  font-size: 55px;
  font-weight: 900;
  line-height: 52px;
  float: left;
  margin: 0;
  padding: 10px 0 15px 0;
}

#leaderBoard a.drop {
  font-size: 2em;
  font-weight: bold;
  line-height: 1em;
  float: left;
  padding-right: 55px;
  text-decoration: none;
  color: #1a1a1a;
}

#leaderBoard a:hover.drop {
  color: #800000;
}

#headerSubNav {
  margin: 0;
  padding: 1px 12px 0 12px;
  background: transparent url(/images/bg_line_dotted.gif) repeat-x top left;

  voice-family: '"}"';
  voice-family: inherit;
}

#headerSubNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#headerSubNav li {
  display: inline;
  margin: 0;
  padding: 0;
}

#headerSubNav ul li a {
  font-size: 0.923em;
  font-weight: bold;
  line-height: 1.3em;
  display: block;
  float: left;
  margin: 0 15px 0 0;
  padding: 8px 0;
  text-decoration: none;
  color: #1a1a1a;
}

#headerSubNav ul li a:hover {
  text-decoration: underline;
  color: #800000;
}

#headerSubNav #current a {
  color: #800000;
  background: url(/images/bg_nav_top_selected.gif) no-repeat bottom;
}

#headerSubNav p {
  font-size: 14px;
  line-height: 1.4em;
  margin: 0;
  padding: 8px 0;
}

#headerSubNav .formBox {
  float: left;
  margin: 5px 0 0 0;
  padding: 0 12px 0 0;
}

#headerSubNav .formBox {
  font-size: 0.923em;
  float: left;
  margin: 5px 0 0 0;
  padding: 0 12px 0 0;
}

/* HEADER BANNER ADS
-------------------------------------------------------- */
#headerAds td.left {
  width: 738px;
  text-align: left;
  vertical-align: top;
}

#headerAds td.right {
  width: 231px;
  vertical-align: top;
  border-left: 1px solid #ddd;
}

#headerAds td.right .cidExtras {
  font-size: 0.923em;
  padding: 0 0 0 10px;
}

#headerAds td.right .cidExtras ul {
  margin: 1px 0 2px 0;
}

#headerAds td.right .cidExtras li {
  line-height: 16px;
  margin: 0 0 4px 0;
  padding: 0 0 3px 21px;
  list-style: none;
  border-bottom: 1px solid #eee;
  background: transparent url(/images/icon_16x16_rss_logo.gif) no-repeat left
    top;
}

#headerAds td.right .cidExtras li.twitter {
  background: transparent url(/images/icon_16x16_twitter_logo.gif) no-repeat
    left top;
}

#headerAds td.right .cidExtras li.facebook {
  background: transparent url(/images/icon_16x16_facebook_logo.gif) no-repeat
    left top;
}

/* CONTAINER - 3 COL
-------------------------------------------------------- */
.container3c {
  width: 993px;
  /* container with - 2 for border */
  margin: 0 auto 4px auto;
  padding: 0;
  border: 1px solid #d5d5d5;
  background: #fff url(/images/bg_divider_3col.gif) repeat-y top center;
}

.container3c .colA {
  margin-right: 610px;
  /*Margin for content column. Should be (RightColumnWidth + LeftColumnWidth)*/
}

.container3c .colB {
  float: left;
  width: 286px;
  /*Width of left column in pixel - borderWidth*/
  margin-left: -610px;
  /*Set margin to -(LeftColumnWidth + RightColumnWidth)*/
}

.container3c .colC {
  float: left;
  width: 324px;
  /*Width of right column in pixels*/
  margin-left: -324px;
  /*Set margin to -RightColumnWidth*/
}

/* CONTAINER - 2 COL
-------------------------------------------------------- */
.container2c {
  width: 993px;
  /* container with - 2 for border */
  margin: 0 auto 4px auto;
  padding: 0;
  border: 1px solid #d5d5d5;
  background: #fff url(/images/bg_divider_2col.gif) repeat-y top center;
}

.container2c .colA {
  margin-right: 324px;
}

.container2c .colB {
  float: left;
  width: 324px;
  margin-left: -324px;
}

/* CONTAINER - 1 COL
-------------------------------------------------------- */
.container1c {
  width: 993px;
  /* container with - 2 for border */
  margin: 0 auto 4px auto;
  padding: 0;
  border: 1px solid #d5d5d5;
  background-color: #fff;
}

/* CONTAINER - COL PAD
-------------------------------------------------------- */
.colWrapper {
  float: left;
  width: 100%;
}

.colPad {
  margin: 12px 12px;
  padding: 0;
}

/* FOOTER
-------------------------------------------------------- */
#footer {
  width: 995px;
  margin: 4px auto 4px auto;
  color: #ddd;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  background-color: #777;
}

#footerContent {
  padding: 30px 13px 30px 13px;
}

#footerContent a:link,
#footerContent a:visited,
#footerContent a:active {
  text-decoration: none;
  color: #fff;
}

#footerContent a:hover {
  text-decoration: underline;
}

#footerContent #links {
  font-size: 1em;
  line-height: 2em;
  margin: 0 0 20px 0;
  padding: 15px 0 0 0;
  border-top: 1px solid #999;
}

#servicePartners {
  width: 100%;
}

#servicePartners td {
  font-size: 0.923em;
  line-height: 1.4em;
  padding-left: 20px;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
}

#servicePartners td.divider {
  border-right: 1px solid #999;
}

#servicePartners td img {
  width: 160px;
}

#footerContent a.socialIcon:link,
#footerContent a.socialIcon:visited,
#footerContent a.socialIcon:active {
  font-size: 30px;
  padding-left: 7px;
  color: #ddd;
}

#footerContent a.socialIcon:hover {
  color: #fff;
}

/* LINK STYLES
-------------------------------------------------------- */
a:link {
  text-decoration: none;
  color: #036;
}

a:visited {
  text-decoration: none;
  color: #636;
}

a:hover {
  text-decoration: underline;
  color: #800000;
}

a:active {
  text-decoration: none;
  color: #036;
}

a.blue:link {
  color: #036;
}

a.blue:visited {
  color: #036;
}

a.blue:hover {
  color: #036;
}

a.blue:active {
  color: #036;
}

a.blue-u:link {
  text-decoration: none;
  color: #036;
  border-bottom: 1px solid #bbb;
}

a.blue-u:visited {
  text-decoration: none;
  color: #036;
  border-bottom: 1px solid #bbb;
}

a.blue-u:hover {
  text-decoration: none;
  color: #800000;
  border-bottom: 1px solid #800000;
}

a.blue-u:active {
  text-decoration: none;
  color: #036;
  border-bottom: 1px solid #bbb;
}

a.red:link {
  color: #800000;
}

a.red:visited {
  color: #800000;
}

a.red:hover {
  color: #800000;
}

a.red:active {
  color: #800000;
}

a.black:link {
  text-decoration: none;
  color: #1a1a1a;
}

a.black:visited {
  text-decoration: none;
  color: #1a1a1a;
}

a.black:hover {
  text-decoration: none;
  color: #800000;
}

a.black:active {
  text-decoration: none;
  color: #1a1a1a;
}

a#shareLink:link,
a#shareLink:visited,
a#shareLink:active {
  color: #800000;
}

a#shareLink:hover {
  text-decoration: underline;
}

.pipedLinks {
  overflow: hidden;
  width: 100%;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
}

.pipedLinks ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pipedLinks li {
  line-height: 1.3em;
  float: left;
  margin: 0 6px 0 -6px;
  padding: 0 6px 0 5px;
  list-style: none;
  border-left: 1px solid #bbb;
}

.htmlBtns {
  margin: 0 0 3px 0;
}

/* BUTTONS
-------------------------------------------------------- */
.btn-container {
  float: left;
  empty-cells: show;
  border-spacing: 0;
  border-collapse: collapse;
  cursor: pointer;
}

.btn-container .btl,
.btn-container .btr,
.btn-container .bbl,
.btn-container .bbr {
  margin: 0;
  padding: 0 !important;
  border: 0;
  background-repeat: no-repeat;
}

.btn-container .btl {
  width: 6px;
  height: 3px;
}

.btn-container .btr {
  height: 3px;
  background-position: top right;
}

.btn-container .bbl {
  width: 6px;
  background-position: bottom left;
}

.btn-container .bbr {
  padding: 0 7px 3px 0 !important;
  background-position: bottom right;
}

.btn-container .btl,
.btn-container .bbl {
  background-image: url("/images/btns/btn_left.gif");
}

.btn-container .btr,
.btn-container .bbr {
  background-image: url("/images/btns/btn_right.gif");
}

.btn-container:hover .btl,
.btn-container:hover .bbl {
  background-image: url("/images/btns/btn_left_hover.gif");
}

.btn-container:hover .btr,
.btn-container:hover .bbr {
  background-image: url("/images/btns/btn_right_hover.gif");
}

.btn-container:active .btl,
.btn-container:active .bbl {
  background-image: url("/images/btns/btn_left_active.gif");
}

.btn-container:active .btr,
.btn-container:active .bbr {
  background-image: url("/images/btns/btn_right_active.gif");
}

.btn-container a:link,
.btn-container a:visited,
.btn-container a:hover,
.btn-container a:active {
  font-size: 0.846em;
  font-weight: bold;
  line-height: 16px;
  display: block;
  padding-left: 18px;
  text-decoration: none;
  color: #1a1a1a;
  background-repeat: no-repeat;
  background-position: center left;
}

.btn-container a.share {
  background-image: url(/images/btns/icon_share.gif);
}

.btn-container a.share-text-link {
  background-image: url(/images/btns/icon_share.gif);
}

.btn-container a.email {
  background-image: url(/images/btns/icon_email.gif);
}

.btn-container a.rss {
  background-image: url(/images/btns/icon_rss.gif);
}

.btn-container a.join {
  background-image: url(/images/btns/icon_join.gif);
}

.btn-container a.toggle-show {
  background-image: url(/images/btns/icon_arrow_down.gif);
}

.btn-container a.toggle-hide {
  background-image: url(/images/btns/icon_arrow_up.gif);
}

.btn-container a.largeBtn {
  font-size: 1.385em;
  line-height: 1.5em;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #1a1a1a;
}

/* PAGINATION
-------------------------------------------------------- */
.pagination {
  line-height: 1.2em;
  margin: 17px 0 0 0;
  padding: 12px 0 30px 0;
  background: transparent url(/images/bg_line_dotted_double.gif) repeat-x left
    top;
}

.pagination b {
  background-color: #ddd;
}

.pagination a,
.pagination b {
  margin: 0 5px 0 0;
  padding: 1px 7px;
  border: 1px solid #ddd;
}

.pagination a:link,
.pagination a:visited,
.pagination a:active {
  text-decoration: none;
  color: #036;
}

.pagination a:hover {
  color: #800000;
  border: 1px solid #800000;
}

/* GENERAL
-------------------------------------------------------- */
h2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 12px;
  padding-bottom: 3px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
}

h2 span {
  font-size: 12px;
  font-weight: normal;
  line-height: 1em;
  color: #666;
}

h5 {
  font-size: 1.154em;
  font-weight: bold;
  line-height: 1.6em;
  margin: 8px 0 0 0;
  padding: 0;
}

.sectionFooter {
  font-size: 11px;
  font-weight: bold;
  display: block;
  margin: 15px 0 35px 0;
  padding: 5px 0 0 0;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  border-top: 1px solid #ddd;
}

.sectionFooter::after {
  font-weight: normal;
  padding-left: 3px;
  content: "\27F6";
}

.clear {
  clear: both;
}

.textHighlight {
  background-color: #fcc;
}

.textSmall {
  font-size: 0.846em;
  color: #666;
}

.divider {
  line-height: 1px;
  height: 1px;
  margin: 10px 0;
  padding: 0;
  border-bottom: 1px solid #eee;
}

.pipe {
  padding: 0 5px;
  color: #bbb;
}

/* TOPIC BOX
-------------------------------------------------------- */
.topicBox {
  background-color: #ebebeb;
}

.topicBox h3 {
  font-size: 1.385em;
  font-weight: bold;
  line-height: 1.2em;
  padding: 7px 0 8px 0;
}

.topicBox img {
  float: right;
  width: 100px;
  height: 90px;
  padding-left: 10px;
}

.topicBox span {
  font-size: 0.846em;
  line-height: 1.4em;
  color: #666;
}

.topicBox td {
  width: 50%;
  padding: 8px 7px;
  border-bottom: 1px solid #fff;
}

.topicBox td.left a,
.topicBox td.right a {
  font-size: 0.923em;
  font-weight: bold;
  line-height: 1.2em;
}

.topicBox td.left {
  border-right: 1px solid #fff;
}

.topicBox td.right {
  border-bottom: 1px solid #fff;
}

.topicBox td.last {
  border-bottom: 0;
}

/* TOPIC BOX - POSTS
-------------------------------------------------------- */
.topicBoxPost td {
  vertical-align: top;
}

.topicBoxPost td.left {
  width: 235px;
}

.topicBoxPost td.right {
  width: 235px;
}

.topicBoxPost td.ad160 {
  text-align: right;
}

.topicBoxPost td.left a,
.topicBoxPost td.right a {
  font-size: 1.077em;
  font-weight: bold;
  line-height: 2em;
  display: block;
}

.topicBoxPost td.left a.last,
.topicBoxPost td.right a.last {
  border-bottom: 0;
}

.topicBoxPost td.left a {
  padding: 0 15px 0 0;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.topicBoxPost td.right a {
  padding: 0 0 0 15px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

/* NOTEWORTHY BOX - FRONT PAGE
-------------------------------------------------------- */
.noteworthyList {
  width: 260px;
  margin: 0 0 40px 0;
  padding: 0 0 10px 0;
  background-color: #ebebeb;
}

.noteworthyList img.postImage {
  display: block;
  width: 260px;
  margin: 0;
  padding: 0 0 20px 0;
  border: 0;
}

.noteworthyList h3 {
  font-size: 1.077em;
  font-weight: bold;
  line-height: 1.4em;
  margin: 0;
  padding: 0 10px;
}

.noteworthyList p {
  font-size: 0.846em;
  margin: 0;
  padding: 9px 10px 0 10px;
  text-align: right;
}

.noteworthyList .quoteMarkLeft {
  font-size: 500%;
  float: left;
  height: 45px;
  margin: -35px 0 -50px -3px;
  padding: 45px 3px 0 0;
  color: #900;
}

/* FEATURED CARTOONS - FRONT PAGE
-------------------------------------------------------- */
.cartoonBox .imgBox {
  width: 258px;
  margin: 0;
  padding: 10px 0 20px 0;
  border: 1px solid #000;
}

.cartoonBox img {
  display: block;
  width: 250px;
  margin: 0 auto;
  padding: 0;
}

.cartoonBox h3 {
  font-size: 1.077em;
  font-weight: bold;
  line-height: 1.4em;
  margin: 0;
  padding: 7px 0 0 0;
}

.cartoonBox .postInfo {
  font-size: 0.846em;
  clear: both;
  padding: 3px 0 0 0;
  color: #666;
}

/* INDUSTRY MEMBERS BOX - FRONT PAGE
-------------------------------------------------------- */
.industryMemList {
  font-size: 0.923em;
  width: 300px;
  margin: 0;
  padding: 0;
  background-color: #ebebeb;
}

.industryMemList p {
  line-height: 1.4em;
  padding: 10px 10px 15px 10px;
}

.industryMemList ul {
  padding: 0 10px 7px 10px;
}

.industryMemList ul li {
  margin: 0;
  padding: 3px 0;
  list-style-type: none;
  list-style-image: none;
  border-top: 1px solid #e5e5e5;
}

.industryMemList ul li span {
  font-size: 10px;
  float: right;
  color: #ccc;
}

/* MEMBER LIST - FEATURED
-------------------------------------------------------- */
.memCard {
  position: relative;
  float: left;
  width: 308px;
  height: 110px;
  margin: 4px 19px 16px 0;
  border: 1px solid #ddd;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 80px;
}

.memCard .name {
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
  display: block;
  padding: 8px 10px 0 90px;
  color: #036;
}

.memCard .title {
  font-size: 13px;
  line-height: 15px;
  display: block;
  padding: 5px 10px 0 90px;
}

.memCard .metaInfo {
  font-size: 12px;
  position: absolute;
  bottom: 5px;
  left: 90px;
  display: block;
  color: #666;
}

.memCard:hover {
  cursor: pointer;
  border: 1px solid #aaa;
  background-color: #f7f7f7;
}

.memCard:hover .name {
  text-decoration: none;
  color: #800000;
}

.memCard:hover .metaInfo:after {
  font-family: "FontAwesome";
  padding-left: 10px;
  content: "\f2c3";
}

/* OLD */
.jFlowPrev,
.jFlowNext {
  cursor: pointer;
}

#slideControl span.jFlowSelected {
}

#slide a.memCards:link,
#slide a.memCards:visited,
#slide a.memCards:active {
  display: block;
  float: left;
  width: 308px;
  height: 100px;
  text-decoration: none;
  color: #1a1a1a;
  border: 1px solid #ddd;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left top;
}

#slide a.memCards:hover {
  color: #800000;
  border-color: #c99;
  background-color: #eee;
}

#slide a p {
  font-size: 0.923em;
  line-height: 1.4em;
  margin: 0;
  padding: 7px 7px 7px 90px;
}

#slide a span {
  font-size: 11px;
  display: block;
  color: #666;
}

.memCardLeft {
  margin: 0 0 16px 0;
}

.memCardMid {
  margin: 0 19px 16px 19px;
}

.memCardRight {
  margin: 0 0 16px 0;
}

#scrollBtn {
  float: right;
  width: 100px;
  margin: -2px 0 0 0;
  text-align: right;
}

/* MEMBER LIST - SIDE COLUMN
-------------------------------------------------------- */
#memList {
  margin: 0 0 11px 0;
}

#memList a.memCards:link,
#memList a.memCards:visited,
#memList a.memCards:active {
  display: block;
  width: 298px;
  height: 90px;
  text-decoration: none;
  color: #1a1a1a;
  border: 1px solid #ddd;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right top;
}

#memList a.memCards:hover {
  color: #800000;
  border-color: #c99;
  background-color: #eee;
}

#memList a p {
  font-size: 13px;
  line-height: 1.1em;
  margin: 0;
  padding: 7px 90px 0 7px;
}

#memList a span {
  font-size: 11px;
  display: block;
}

#memList a span.memInfo {
  padding-top: 5px;
  color: #666;
}

/* FORM BUTTON
-------------------------------------------------------- */
.btn {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  padding: 7px 15px;
  text-decoration: none;
  color: #fff;
  border: none;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  background: #888;
}

.btn:hover {
  cursor: pointer;
  text-decoration: none;
  background: #800000;
}

/* NEWSLETTER SIGN UP BOX
-------------------------------------------------------- */
.newsletterSignUpBox {
  position: relative;
  overflow: hidden;
  margin: 10px 0 48px 0;
  padding: 24px;
  background-color: #ffe5e5;
}

.newsletterSignUpBox:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 0;
  content: "";
  border-width: 0 24px 24px 0;
  border-style: solid;
  border-color: #fff #fff #e5cece #e5cece;
  background: #e5cece;
}

.newsletterSignUpBox span.header {
  font-size: 13px;
  font-weight: bold;
  display: block;
  margin-bottom: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #800;
}

.newsletterSignUpBox span.subHeader {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.2em;
  display: block;
  margin-bottom: 12px;
  letter-spacing: -0.4px;
}

.newsletterSignUpBox p {
  font-size: 16px;
  margin-bottom: 21px;
  padding: 0;
}

.newsletterSignUpBox blockquote {
  position: relative;
  margin: 0;
  padding: 0 0 0 40px;
}

.newsletterSignUpBox blockquote p {
  font-family: "PT Serif", serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.6em;
  margin: 0 0 12px 0;
  padding: 0;
}

.newsletterSignUpBox blockquote p::before {
  font-family: "FontAwesome";
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  position: absolute;
  top: 2px;
  left: 0;
  padding-left: 3px;
  content: "\f10d";
}

.newsletterSignUpBox blockquote footer {
  font-size: 14px;
  margin-bottom: 24px;
}

div.mc-field-group input.emailBox {
  font-size: 16px;
  font-weight: normal;
  width: 100%;
  height: 24px;
  margin: 0 0 12px 0;
  padding: 0;
  border-top: none;
  border-right: none;
  border-bottom: 1px dotted #333;
  border-left: none;
  background-color: #ffe5e5;
}

div.mc-field-group input.emailBox:focus {
  border-bottom: 1px solid #333;
  outline: 0;
}

div.mc-field-group input.button {
  font-size: 13px;
  padding: 6px 12px;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  background: #666;
}

div.mc-field-group input.button:hover {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  background: #900;
}

/* SPONSORED TOPIC CARDS
-------------------------------------------------------- */
.sponsoredTopicCard {
  font-family: "Roboto", sans-serif;
  width: 298px;
  height: 98px;
  margin: 0 0 12px 0;
  padding: 0;
  border: 1px solid #ddd;
  background-color: #e5e5e5;
}

.sponsoredTopicCard .textContainer {
  float: left;
  width: 178px;
}

.sponsoredTopicCard .textContainer a {
  text-decoration: none;
  color: #036;
}

.sponsoredTopicCard .textContainer h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  padding: 14px 0 0 10px;
  color: #036;
}

.sponsoredTopicCard .textContainer p {
  line-height: 17px;
  margin: 0;
  padding: 2px 10px 0 10px;
  color: #666;
}

.sponsoredTopicCard .textContainer p span.sponsoredBy {
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  display: block;
}

.sponsoredTopicCard .textContainer p span.companyName {
  font-size: 13px;
  font-weight: 500;
  display: block;
  color: #800000;
}

.sponsoredTopicCard .logoContainer {
  float: right;
  width: 118px;
  height: 98px;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
}

.sponsoredTopicCard .logoContainer .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.sponsoredTopicCard .logoContainer img {
  max-width: 98px;
  padding: 5px 7px;
  vertical-align: middle;
}

.sponsoredTopicCard:hover {
  cursor: pointer;
  border: 1px solid #bbb;
  background-color: #f4e5e5;
}

.sponsoredTopicCard:hover .textContainer a {
  border-bottom: 1px solid #036;
}

/*#topicSponsor table {
  margin-bottom: 9px;
  }
#topicSponsor td {
  height: 90px;
  vertical-align: middle;
  border: 1px solid #ebebeb;
  }
#topicSponsor td.left {
  padding: 1px 7px;
  background-color: #ebebeb;
  }
#topicSponsor td.left:hover {
  background-color: #f4e5e5;
  }
#topicSponsor td.right {
  width: 114px;
  text-align: center;
  background-color: #fff;
  }
#topicSponsor img.logo {
  width: 100px;
  }
#topicSponsor td:hover {
  cursor: pointer;
  }
#topicSponsor h3 {
  font-size: 1.385em;
  font-weight: bold;
  line-height: 1.2em;
  padding: 8px 0 14px 0;
  color: #036;
  }
#topicSponsor span.sponsoredBy {
  font-size: 12px;
  font-style: italic;
  display: block;
  padding-bottom: 2px;
  color: #666;
  }
#topicSponsor span.companyName {
  font-size: 12px;
  line-height: 1.2em;
  display: block;
  color: #800000;
  }*/

/* POTOMOTED POST BANNERS
  -------------------------------------------------------- */
/* Horizontal Format */
.ppBannerHorizontal {
  font-family: "Roboto", sans-serif;
  position: relative;
  width: 993px;
  height: 180px;
  margin: 0 auto 4px auto;
  padding: 0;
  border: 1px solid #ddd;
  background-color: #fff;
}

.ppBannerHorizontal img.mainImage {
  display: block;
  float: left;
  width: 383px;
  height: 180px;
  margin: 0;
  padding: 0 12px 0 0;
  border: none;
}

.ppBannerHorizontal .content {
  overflow: hidden;
  height: 130px;
}

.ppBannerHorizontal .content h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  margin: 0;
  padding: 14px 12px 12px 0;
  letter-spacing: 0.5px;
  border: none;
}

.ppBannerHorizontal .content h4 {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 22px 0;
  padding: 0 12px 0 0;
  letter-spacing: 0.35px;
}

.ppBannerHorizontal .byline {
  font-size: 13px;
  position: absolute;
  bottom: 11px;
  left: 396px;
  width: 586px;
  margin: 0;
  padding: 0;
  letter-spacing: 0.5px;
}

.ppBannerHorizontal .byline span {
  padding-top: 1px;
  padding-bottom: 1px;
}

.ppBannerHorizontal .companyName {
  font-weight: 400;
  right: 12px;
  bottom: 12px;
  margin-right: 11px;
  padding-right: 10px;
  letter-spacing: 0.5px;
  border-right: 1px solid #888;
}

.ppBannerHorizontal .readMessage {
  font-weight: 300;
}

.ppBannerHorizontal .ppLink {
  font-weight: 300;
  float: right;
  opacity: 0.5;
}

.ppBannerHorizontal .fa {
  padding-right: 5px;
}

.ppBannerHorizontal:hover {
  cursor: pointer;
  background-color: #fff;
  background-image: url("/images/promoted_posts/banner_dog_ear.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 40px 41px;
}

.ppBannerHorizontal:hover h3 .hoverUnderline,
.ppBannerHorizontal:hover .readMessage {
  border-bottom: 1px solid #888;
}

/* Vertical Format */
.ppBannerVertical {
  font-family: "Roboto", sans-serif;
  position: relative;
  width: 298px;
  margin: 0 0 30px 0;
  padding: 0;
  border: 1px solid #ddd;
  background-color: #fff;
}

.ppBannerVertical img.mainImage {
  display: block;
  width: 298px;
  height: 141px;
  margin: 0;
  padding: 0;
  border: none;
}

.ppBannerVertical .content {
  padding: 0 12px;
}

.ppBannerVertical .content h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin: 0;
  padding: 15px 0 0 0;
  letter-spacing: 0.04em;
  border: none;
}

.ppBannerVertical .content h4 {
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  margin: 0;
  padding: 9px 0 0 0;
  letter-spacing: 0.35px;
}

.ppBannerVertical .byline {
  font-size: 13px;
  line-height: 15px;
  margin: 0;
  padding: 13px 12px 14px 12px;
  letter-spacing: 0.5px;
}

.ppBannerVertical .companyName {
  font-weight: 400;
  margin-right: 11px;
  padding-right: 10px;
  letter-spacing: 0.5px;
  border-right: 1px solid #888;
}

.ppBannerVertical .readMessage {
  font-weight: 300;
  margin-right: 11px;
  padding-right: 10px;
  border-right: 1px solid #888;
}

.ppBannerVertical .views {
  font-weight: 300;
}

.ppBannerVertical .fa {
  padding-right: 5px;
}

.ppBannerVertical:hover {
  cursor: pointer;
}

.ppBannerVertical:hover h3 .hoverUnderline {
  border-bottom: 1px solid #888;
}

/* AFFILIATE INFO TOGGLE
  -------------------------------------------------------- */
.toggle-container {
}

.toggle-header {
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.toggle-header::before {
  content: "▶";
  margin-right: 6px;
  transition: transform 0.3s;
}

.toggle-header.open::before {
  content: "▼";
}

.toggle-list {
  list-style-type: none;
  display: none;
  padding-left: 0 !important;
}

.toggle-list li {
  padding-left: 0;
  margin-left: 0;
  font-size: 16px !important;
  font-family: Roboto, sans-serif !important;
}
