/* Header Signin - Active Login Fields */
.widget_login {
  float: right;
  position: relative;
  width: auto; }
  .widget_login p {
    line-height: 1.5;
    margin-bottom: 0; }
  .widget_login label {
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 5px;
    margin-bottom: 0.5rem;
    display: block; }
  .widget_login .login-remember {
    display: none; }
  .widget_login .login-submit {
    margin-bottom: 0; }
  .widget_login input[type='text'],
  .widget_login input[type='password'] {
    margin: 0 0 5px;
    margin: 0 0 0.5rem;
    width: 120px; }
  .widget_login input[type='submit'] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 13px;
    line-height: 1.3rem;
    padding: 2px 3px;
    padding: 0.2rem 0.3rem;
    background: #c63427;
    border: 1px solid #9a0b06;
    color: #fff;
    font-family: "Proxima Regular Bold", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #9d501f;
    -webkit-appearance: none; }
  .widget_login .container-activated-fields {
    box-sizing: border-box;
    padding: 15px 10px 0;
    padding: 1.5rem 1rem 0;
    background-color: #DCEBE8;
    border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0 0 7px 7px;
    position: absolute;
    right: 0;
    text-align: left;
    width: 185px;
    z-index: 10; }
    .widget_login .container-activated-fields a {
      color: #424242;
      font-weight: bold;
      text-decoration: underline; }
    .widget_login .container-activated-fields .forgot-password {
      margin-bottom: 10px;
      margin-bottom: 1rem;
      font-weight: normal; }
  .widget_login .login-container {
    float: right;
    background-color: #DCEBE8;
    border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0 0 7px 7px;
    padding: 5px 0;
    width: 185px; }
  .widget_login .pb-block {
    padding: 0 0 0 8px;
    color: #424242;
    font-size: 11px;
    line-height: 26px;
    text-transform: uppercase;
    float: left; }
    .widget_login .pb-block a {
      color: #424242; }
  .widget_login .account-icon {
    padding: 3px 0 3px 18px;
    background: url(images/ico-account.png) no-repeat scroll left center transparent; }
  .widget_login .display-login-arrow {
    background: url(images/arrow-showing-green.png) no-repeat 0 0;
    display: inline-block;
    height: 15px;
    vertical-align: middle;
    width: 18px; }
  .widget_login .login-block {
    padding: 0 2px 0 5px;
    color: #424242;
    font-size: 11px;
    line-height: 26px;
    float: right; }
  .widget_login #header-login {
    margin: 0 5px; }
  .widget_login .add-nav-btn {
    display: none; }
  .widget_login a.close-login-inputs {
    font-size: 12px;
    vertical-align: middle;
    float: right;
    color: #424242;
    text-decoration: none;
    cursor: pointer; }
    .widget_login a.close-login-inputs:hover {
      color: #010101; }
  .widget_login .header-login-inputs-input p {
    margin: 12px 0 6px;
    line-height: 15px; }
    .widget_login .header-login-inputs-input p a {
      font-weight: bold; }
  .widget_login .header-login-inputs-input a {
    color: #424242; }
  .widget_login #header-login-spinner {
    float: left;
    max-height: 26px;
    overflow: hidden;
    margin-left: 10px; }
  .widget_login .login-block.logged-in {
    width: auto; }
    .widget_login .login-block.logged-in #header-login {
      float: left;
      position: static;
      width: auto; }
  .widget_login .account-logged-in-below-pulldown {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 4px 10px 0 0;
    margin: 0.4rem 1rem 0 0;
    clear: right;
    float: right; }

/* Private Briefing and Ticker Block Troubleshooting*/
.widget_stock_ticker {
  background: #eeebe6;
  border-top: 1px solid #636363;
  float: left;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 600px) {
    .widget_stock_ticker {
      height: 0;
      border-top: 0; } }

@media screen and (max-width: 600px) {
  .pb-ticker {
    display: none; } }

.account-block .pb-ticker {
  max-height: 26px;
  font-size: 11px;
  line-height: 15px;
  margin: 0;
  padding: 0; }

.account-block .pb-ticker .pb-ticker-title {
  background: url(images/arrow-not-showing-darkgray.png) no-repeat scroll 100% 50% #d6d6d6;
  float: left;
  padding: 6px 16px 5px 8px;
  text-transform: uppercase;
  color: #636363;
  text-shadow: 1px 1px #FFFFFF; }

.account-block .pb-ticker .pb-ticker-title,
.account-block .pb-ticker .pb-ticker-title:hover {
  cursor: default; }

.account-block .pb-ticker .pb-ticker-title-container ul.tabset {
  background: none repeat scroll 0 0 #D6D6D6;
  border-radius: 0 0 5px 5px;
  box-shadow: 2px 4px 2px 0 rgba(0, 0, 0, 0.35);
  display: none;
  list-style: none outside none;
  margin: 26px 0 0;
  overflow: hidden;
  padding: 8px 18px 8px 12px;
  position: absolute;
  left: 0;
  z-index: 1000; }

.account-block .pb-ticker .pb-ticker-title-container:hover ul.tabset {
  display: block; }

.account-block .pb-ticker .pb-ticker-content {
  float: left;
  overflow: hidden;
  max-height: 26px;
  max-width: 562px; }

#pb-ticker-2 {
  padding-top: 5px; }

/* Stock Exchange Block */
.tag .archive-page .symbols {
  margin: 20px 0; }

.symbols li,
.entry-content .symbols li,
.page-content .symbols li {
  list-style-type: none; }

.showing-block {
  float: right;
  padding: 2px 10px 0 0; }

.showing-block .title {
  display: block;
  font: 0.769em/1.2em "Proxima Regular Bold", sans-serif;
  color: #b7b7b7;
  margin: 0 0 -5px 7px; }

.showing-block a {
  display: inline-block;
  background: url(images/redesign/arrow-showing.gif) no-repeat 100% 3px;
  padding: 0 14px 0 0;
  color: #424242;
  text-transform: uppercase;
  font-size: 0.769em;
  line-height: 1.200em; }

.widget_stock_ticker table {
  width: auto; }

.widget_stock_ticker table,
.widget_stock_ticker tr,
.widget_stock_ticker td {
  border: none 0;
  height: 26px;
  margin: 0;
  padding: 0; }

.widget_stock_ticker td {
  border-top: none 0 !important;
  padding: 0 !important;
  vertical-align: middle; }

.widget_stock_ticker td:last {
  border-right: 1px solid #cfcfcf; }

.widget_stock_ticker td .container {
  display: block;
  height: 10px;
  overflow: hidden;
  padding: 0 10px; }

.widget_stock_ticker td div {
  color: #666;
  float: left;
  font-family: Tahoma;
  font-size: 10px;
  line-height: 10px; }

.widget_stock_ticker td div.down,
.widget_stock_ticker td div.up {
  background: url(images/arrows.png) 0 0 no-repeat;
  height: 9px;
  width: 12px; }

.widget_stock_ticker td div.up {
  background-position: -18px 0 no-repeat; }

/* Ticker Nav Menu */
.below-header .widget_stock_ticker .menu {
  float: right;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 15px;
  line-height: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase; }
  .below-header .widget_stock_ticker .menu li {
    float: left;
    margin: 0 0 0 5px;
    padding: 0; }
    @media screen and (max-width: 600px) {
      .below-header .widget_stock_ticker .menu li {
        width: 100%; } }
  .below-header .widget_stock_ticker .menu a {
    color: #636363;
    display: inline-block;
    padding: 6px 8px 5px;
    vertical-align: top; }
    .below-header .widget_stock_ticker .menu a:hover {
      background: #ddd9d3;
      color: #212f2b;
      text-decoration: none; }
      @media screen and (max-width: 600px) {
        .below-header .widget_stock_ticker .menu a:hover {
          background-color: #dcbf4b; } }

/* Social Icons/Follow Us Widget */
.widget_follow_us {
  clear: both; }
  .widget_follow_us p {
    margin-bottom: 10px; }
  .widget_follow_us li {
    border: none;
    float: left;
    margin-right: 4px; }
  .widget_follow_us .icon {
    background: url(images/social-icons.gif) 0 0 no-repeat;
    display: block;
    height: 32px;
    text-indent: -99999px;
    width: 32px; }
  .widget_follow_us .facebook .icon {
    background-position: 0 -2592px; }
  .widget_follow_us .twitter .icon {
    background-position: 0 -8704px; }
  .widget_follow_us .google .icon {
    background-position: 0 -3616px; }
  .widget_follow_us .rss .icon {
    background-position: 0 -7072px; }

/* The Morning Buzz Widget */
.sidebar .widget_morning_buzz {
  margin-bottom: 0; }

.widget_morning_buzz {
  border-top: 1px solid #dddddd;
  position: relative; }
  .widget_morning_buzz .widget-title {
    background: url(images/arrow-showing.gif) no-repeat scroll 100% 50% transparent;
    border: none;
    font-size: 20px;
    font-size: 2rem;
    margin: 0;
    padding: 0;
    text-transform: none; }
  .widget_morning_buzz .tabset-title {
    background: #F8F7F5;
    padding: 11px 15px;
    border-bottom: 3px solid #DCBF4B; }
    .widget_morning_buzz .tabset-title h2 {
      margin: 0;
      font-size: 1.51em; }
    .widget_morning_buzz .tabset-title:hover .tabset {
      display: block; }
  .widget_morning_buzz .tabset {
    background: #F8F7F5;
    padding: 8px 18px 8px 12px;
    margin-top: 8px;
    overflow: hidden;
    list-style: none;
    font: 0.769em/1.200em Arial, Helvetica, sans-serif;
    position: absolute;
    right: 0;
    display: none;
    box-shadow: -2px 4px 2px 0px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: -2px 4px 2px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: -2px 4px 2px 0px rgba(0, 0, 0, 0.35);
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px; }
    .widget_morning_buzz .tabset li {
      border: none;
      clear: both;
      margin: 0;
      padding: 0; }
    .widget_morning_buzz .tabset a:hover span strong,
    .widget_morning_buzz .tabset a.active span strong {
      text-decoration: underline; }
    .widget_morning_buzz .tabset a strong {
      display: table-cell;
      vertical-align: middle;
      font-weight: normal;
      cursor: pointer; }
    .widget_morning_buzz .tabset a {
      font: 12px/12px "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
      display: block;
      vertical-align: top;
      color: #456626;
      padding: 4px 0; }
  .widget_morning_buzz ul.tab-list {
    font-size: 0.98em;
    padding: 0 0 9px;
    margin: 0;
    list-style: none;
    font-size: 0.846em;
    line-height: 1.455em; }
    .widget_morning_buzz ul.tab-list li {
      border-bottom: none;
      border-top: 1px solid #ddd;
      margin: 0;
      padding: 5px 0 6px 15px; }
      .widget_morning_buzz ul.tab-list li:after {
        clear: both;
        content: ' ';
        display: block;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
        width: 0;
        height: 0; }
      .widget_morning_buzz ul.tab-list li:first-child {
        border-top: 1px solid #b7b7b7; }
      .widget_morning_buzz ul.tab-list li .buzz-inner {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left; }
        .widget_morning_buzz ul.tab-list li .buzz-inner.hasThumb {
          padding-right: 15px;
          padding-right: 1.5rem;
          width: 172px; }
          @media screen and (max-width: 800px) {
            .widget_morning_buzz ul.tab-list li .buzz-inner.hasThumb {
              width: 132px; } }
        .widget_morning_buzz ul.tab-list li .buzz-inner.noThumb {
          width: 100%; }
        @media screen and (max-width: 800px) {
          .widget_morning_buzz ul.tab-list li .buzz-inner {
            width: 130px; } }
      .widget_morning_buzz ul.tab-list li img {
        float: right; }
        @media screen and (max-width: 800px) {
          .widget_morning_buzz ul.tab-list li img {
            width: 50px;
            height: auto;
            top: 0; } }
    .widget_morning_buzz ul.tab-list p {
      margin: 0; }
    .widget_morning_buzz ul.tab-list .header-block,
    .widget_morning_buzz ul.tab-list .heading-block span {
      color: #636363;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 14px;
      line-height: 1.4rem;
      overflow: hidden;
      padding: 0 0 1px;
      width: 100%;
      text-transform: uppercase; }
    .widget_morning_buzz ul.tab-list .heading {
      float: left;
      margin: 0 4px 0 0; }
    .widget_morning_buzz ul.tab-list .heading,
    .widget_morning_buzz ul.tab-list .heading span {
      color: #636363; }
    .widget_morning_buzz ul.tab-list .title {
      color: #456626;
      font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 20px;
      line-height: 2rem;
      margin: 0 0 4px; }
    .widget_morning_buzz ul.tab-list li:hover .title,
    .widget_morning_buzz ul.tab-list .title:hover {
      color: #212f2b;
      -o-transition: .05s linear;
      -ms-transition: .05s linear;
      -moz-transition: .05s linear;
      -webkit-transition: .05s linear;
      transition: .05s linear;
      text-decoration: none; }
    .widget_morning_buzz ul.tab-list .ico {
      float: left;
      margin: 0 2px 0 0; }
    .widget_morning_buzz ul.tab-list .read {
      color: #405b06;
      text-decoration: none; }
  .widget_morning_buzz .tab-block {
    width: 100%; }
  .widget_morning_buzz #tab-2 li:hover,
  .widget_morning_buzz #tab-3 li:hover {
    background-color: #f8f7f5 !important;
    -o-transition: .05s linear;
    -ms-transition: .05s linear;
    -moz-transition: .05s linear;
    -webkit-transition: .05s linear;
    transition: .05s linear; }
  .widget_morning_buzz #mm_sidebar_tab_block_contents > div {
    display: none; }
    .widget_morning_buzz #mm_sidebar_tab_block_contents > div.active {
      display: block; }

@media screen and (max-width: 800px) {
  .jspDrag {
    display: none; } }

.jspContainer .jspVerticalBar {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0; }
.jspContainer:hover .jspVerticalBar {
  opacity: 1; }

/* Weekly Calendar */
.widget_weekly_calendar {
  padding: 6px 10px 10px 9px; }
  .widget_weekly_calendar .widget-title {
    background: none;
    border: none;
    color: #636363;
    display: block;
    font-family: 'Arial', Helvetica, sans-serif;
    font-size: 10px;
    font-size: 1rem;
    line-height: 15px;
    line-height: 1.5rem;
    margin: 0 0 7px 6px;
    padding: 0;
    text-transform: uppercase; }
  .widget_weekly_calendar table {
    border-collapse: collapse;
    color: #333;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 16px;
    line-height: 1.6rem;
    width: 100%; }
    .widget_weekly_calendar table th {
      text-align: left;
      padding: 0;
      font-weight: normal; }
      .widget_weekly_calendar table th.date {
        padding: 0 8px 1px 10px; }
    .widget_weekly_calendar table .date {
      color: #636363;
      font-family: 'Arial', Helvetica, sans-serif;
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 16px;
      line-height: 1.6rem;
      padding: 4px 9px 6px 10px; }
    .widget_weekly_calendar table td {
      padding: 3px 0 5px; }
    .widget_weekly_calendar table .color {
      background: #f8f7f5; }

/* Sidebar Ad */
.sidebar .widget_sidebar_ad {
  border: none;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  line-height: 1.8rem;
  margin-bottom: 0;
  text-align: center; }
  .sidebar .widget_sidebar_ad .headline {
    font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 12px;
    color: #456626; }

#sidebar_ad-2 {
  border: none;
  margin-bottom: 0; }

/* Header Ad */
.widget-area .widget_header_ad {
  max-height: 89px;
  width: 59.333%; }
  .widget-area .widget_header_ad a {
    font-size: 13px;
    font-size: 1.3rem;
    color: #3b7e2e;
    font-weight: normal; }
  @media screen and (max-width: 800px) {
    .widget-area .widget_header_ad {
      display: none; } }

/* Member Services */
.sidebar .widget_member_services {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding-bottom: 18px;
  padding-bottom: 1.8rem; }
.widget_member_services .widget-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 9px;
  margin: 0 0 0.9rem;
  background: transparent;
  border: none;
  color: #456626;
  font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  padding: 0;
  text-transform: none; }

.member-services-item {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 4px 0 0 35px;
  padding: 0.4rem 0 0 3.5rem;
  height: 25px;
  list-style: none;
  margin: 0;
  max-width: 110px;
  text-align: right; }
  .sidebar .member-services-item {
    border: none;
    margin: 0;
    padding-bottom: 0; }
  .member-services-item a {
    color: #456626;
    text-decoration: underline; }
    .member-services-item a:hover {
      text-decoration: none; }

.member-services-phone {
  background: url(images/benefits-phone.png) no-repeat left center/25px; }

.member-services-write {
  background: url(images/benefits-write.png) no-repeat left center/25px; }

/* Featured Guru Styles */
.sidebar .tag-author {
  width: 90%;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-align: center;
  margin: 15px 0 20px 15px;
  background: #f5f5f5;
  -moz-animation: fade-in .5s;
  -webkit-animation: fade-in .5s; }
.sidebar .tag-author-content {
  line-height: 1.5;
  padding: 5%;
  text-align: left; }
  .sidebar .tag-author-content a {
    text-decoration: underline;
    color: #456626; }
    .sidebar .tag-author-content a:hover {
      text-decoration: none; }
.sidebar .tag-author-content h3 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #212f2b;
  font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  margin: 0 auto 5px;
  text-align: left;
  text-transform: uppercase; }
.sidebar .tag-author-content strong {
  margin: 20px 0 10px;
  display: block; }
.sidebar .tag-author-content p {
  text-align: left;
  clear: both;
  margin: 0 auto; }
.sidebar .tag-author-content ul {
  list-style-type: disc;
  margin: 0 0 0 14px; }
  .sidebar .tag-author-content ul li {
    list-style-type: disc;
    margin-bottom: 9px;
    padding-bottom: 0; }
.sidebar .tag-author-content img {
  margin: 0 10px 0 0;
  border-radius: 5px;
  width: 80px; }
.sidebar li {
  margin-bottom: 10px;
  padding-bottom: 10px; }
.sidebar p:last-child,
.sidebar ul > li:last-child {
  margin-bottom: 0; }
.sidebar .widget {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px; }
.sidebar.sidebar-primary {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-top: 15px; }
.sidebar .latest-head {
  margin: 20px 0 10px;
  margin: 2rem 0 1rem;
  display: block; }

#featured_guru-2 {
  border-bottom: none; }
  #featured_guru-2 li a {
    text-decoration: underline;
    color: #456626; }
    #featured_guru-2 li a:hover {
      text-decoration: none; }
  #featured_guru-2 ul {
    list-style-type: disc;
    margin: 0 0 0 14px; }

/* Trending Posts */
.sidebar .widget_mm_trending {
  border-bottom: none; }
.widget_mm_trending .headline-block .headline-list .title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2; }
.widget_mm_trending .cat-comment-heading,
.widget_mm_trending .cat-comment-heading a,
.widget_mm_trending .number {
  font-size: 10px;
  font-size: 1rem;
  color: #636363;
  font-family: "Proxima Regular", sans-serif;
  font-weight: normal; }
.widget_mm_trending .cat-comment-heading {
  float: none;
  display: block; }

/* Browse Articles Tabbed Widget */
.sidebar .widget_browse_articles, .sidebar .widget_private_briefing_archives {
  border-bottom: none; }
.widget_browse_articles .tabset, .widget_private_briefing_archives .tabset {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 11px;
  padding-left: 1.1rem;
  border-bottom: 1px solid #b7b7b7;
  float: left;
  width: 100%; }
.widget_browse_articles .pb_dash_archive_twocol, .widget_private_briefing_archives .pb_dash_archive_twocol {
  width: 47%;
  margin: 0 3% 0 0;
  float: left; }
.widget_browse_articles select.browse-articles-select, .widget_private_briefing_archives select.browse-articles-select {
  display: block;
  padding: 4px 3px 5px 5px;
  margin: 0 auto 25px;
  width: 90%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc; }
.widget_browse_articles .browse-articles-ul, .widget_private_briefing_archives .browse-articles-ul {
  overflow: hidden; }

.browse-articles-item {
  margin: 2px 2px 0 0;
  margin: 0.2rem 0.2rem 0 0;
  float: left; }
  .sidebar .browse-articles-item {
    margin-bottom: 0;
    padding-bottom: 0; }
  .browse-articles-item a {
    font-size: 10px;
    font-size: 1rem;
    padding: 0 7px 0 7px;
    padding: 0 0.7rem 0 0.7rem;
    background: #dddddd;
    color: #333333;
    font-weight: normal;
    display: table;
    height: 36px; }
    .browse-articles-item a.active, .browse-articles-item a:hover {
      background: #dcbf4b;
      text-decoration: underline; }
    .browse-articles-item a span {
      display: table-cell;
      vertical-align: middle; }

.browse-articles-content {
  display: none;
  clear: both; }
  .browse-articles-content.active {
    display: block; }

.browse-articles-ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px 15px;
  padding: 0 1.2rem 1.5rem; }
  .browse-articles-ul li {
    border-bottom: 1px solid #dddddd;
    line-height: 2.4; }
    .sidebar .browse-articles-ul li {
      margin: 0;
      padding: 0; }
  .browse-articles-ul a {
    font-size: 12px;
    font-size: 1.2rem;
    color: #456626;
    font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif; }

/* Private Briefing Calendar */
#priavte_briefing_calendar-3 {
  border-bottom: none;
  margin-bottom: 0; }
  #priavte_briefing_calendar-3 table {
    margin-bottom: 0; }
  #priavte_briefing_calendar-3 h4.widget-title.widgettitle {
    border-top: 3px solid #DCBF4B;
    color: #212f2b;
    font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    line-height: 1.8rem;
    margin: 0 0 10px 0;
    padding: 10px 0 0 9px;
    text-transform: uppercase; }

#pmd-dashboard-calendar {
  padding: 0 8px 8px; }

.pmd-calendar table {
  color: #9a9899;
  table-layout: fixed;
  width: 100%; }

.pmd-calendar caption {
  color: #1F543F;
  border: 1px solid #DDDDDD;
  border-width: 1px 0;
  line-height: 19px;
  line-height: 1.9rem;
  text-align: center; }

.pmd-calendar caption a {
  margin: 0 8px;
  padding: 0 8px; }

.pmd-calendar th,
.pmd-calendar td {
  border: 1px solid #FFFFFF;
  text-align: center; }

.pmd-calendar th {
  color: #676767;
  padding: 8px 0; }

.pmd-calendar td {
  background-color: #F3F3F3;
  color: #B7B7B7;
  padding: 5px 0; }

.pmd-day-haslink {
  color: #456626; }
  .pmd-day-haslink a {
    color: #456626; }

/* Actions To Take */
#actions_to_take-2 {
  border-bottom: 1px solid #DDD;
  margin-bottom: 0;
  overflow: hidden;
  padding-bottom: 10px; }
  #actions_to_take-2 h4.widget-title.widgettitle {
    border-top: 3px solid #DCBF4B;
    color: #212f2b;
    font-family: "Minion Pro Bold", Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    line-height: 1.8rem;
    margin: 0 0 10px 0;
    padding: 10px 0 0 9px;
    text-transform: uppercase; }

/* Member Video */
#members_only_video-2 {
  border-bottom: none; }
  #members_only_video-2 a,
  #members_only_video-2 a:visited {
    color: #456626;
    font-size: 11px;
    font-size: 1.1rem; }
  #members_only_video-2 .wistia-sidebar-embed {
    margin-bottom: -45px;
    width: 245px !important;
    height: 138px !important; }

/* Trending Posts */
.widget_stocks_trending {
  padding: 0 10px; }
  .widget_stocks_trending a {
    text-decoration: underline; }
  .widget_stocks_trending table {
    line-height: 14px; }
  .widget_stocks_trending th {
    font-weight: 700; }
    .widget_stocks_trending th:first-child {
      padding-right: 5%; }
  .widget_stocks_trending td, .widget_stocks_trending th {
    padding: 7px 0; }

.widget_stock_videos {
  line-height: 14px; }
  .widget_stock_videos ul {
    padding: 0 5px; }
  .widget_stock_videos li {
    clear: both;
    height: 65px;
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #ccc; }
    .widget_stock_videos li:first-child {
      border: none; }
  .widget_stock_videos a {
    display: block;
    text-decoration: underline; }
    .widget_stock_videos a img {
      float: left;
      display: block;
      max-width: 100px;
      height: auto;
      margin: 0 4% 4% 5px; }

/* Stock Chart */
.archive.tag .widget_stock_chart {
  border-bottom: none; }
  .archive.tag .widget_stock_chart .symbols {
    margin: 10px 0 20px;
    overflow: hidden;
    width: 102% !important; }
  .archive.tag .widget_stock_chart .date {
    display: none !important;
    margin-bottom: 10px;
    margin-right: 20px; }
  .archive.tag .widget_stock_chart .data {
    display: none !important;
    margin-bottom: 10px; }
    .archive.tag .widget_stock_chart .data ul li div.left {
      width: 58px !important; }

.widget_mm_expert_content .heading-block .cat-comment-heading {
  font-size: 12px;
  font-size: 1.2rem; }
.widget_mm_expert_content .sidebar-top-content-tabs-content {
  padding: 0 10px 10px 10px;
  padding: 0 1rem 1rem 1rem; }

/* Member Notices */
.widget_member_notices ul {
  margin-left: 24px; }
.widget_member_notices li {
  list-style-type: disc; }
.widget_member_notices h4 {
  clear: both; }
.widget_member_notices #LeadGenFormThankYou,
.widget_member_notices #LeadGenFormWrapper {
  padding: 0 0 0 20px; }
.widget_member_notices #LeadGenFormThankYou {
  margin-bottom: 10px; }
.widget_member_notices #LeadGenFormThankYou-close {
  background-color: #c63427;
  clear: both;
  color: white;
  display: block;
  float: right;
  height: 22px;
  text-align: center;
  text-decoration: none;
  width: 22px; }
