/* $Id: aw.css,v 1.4 2009/11/05 11:05:39 johnalbin Exp $ */

/* Hide  Show summary in full view checkbox*/
/*
.node-form .body-field-wrapper div.teaser-checkbox {
  display: none;
}
*/

/* Hidden */ 
.hidden {
  height: 0;
  line-height: 0;
  overflow: hidden;
}

/* Hide Page closure Region */
.region-page-closure {
  display: none;
}

/* 960 Debug show grid background*/
body.show-grid .container_12 {
  background-image: url('images/12-col.gif');
}

/* Node Form Fix */
.node-form .standard {
  margin-bottom: 2em;
}

/* title Fix */
h1.title, h2.title, h3.title {
  margin-bottom: 0.5em;
}

/* Front page title display none; */
body.front h1.title {
  display: none;
}

/* Breadcrumb */
.breadcrumb {
  float: left;
}

.print_html {
  float: right;
}

/* Print Link Fix */
.print_html, .print_mail, .print_pdf {
  margin: 0;
}
.print-link {
  padding: 0;
  margin-bottom: 0.5em;
}
.block .print-link {
  display: none;
}

/* Full-format */
body.full-format {
  background:none;
  min-height: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body.full-format #wrapper {
  min-height: 100%;
  height: 100%;
  margin: 0 auto;
}

/* Messages Fix */
div.messages {
  margin: 0.5em;
}

/* Padding */
#header-top {
  padding-top: 1em;
}
#main {
  padding: 1em 0;
}

/* Main Content Clear */
#main #content #main-content {
  clear: both;
}

/* Node Teasers */
.node-teaser {
  margin-bottom: 2em;
}

/* Block UL margin Fix */
.block ul {
  margin-top: 0;
}

/* SuperFish Fix */
.block-superfish {
  margin: 0;
}
.block-superfish ul.sf-menu {
  padding: 0;
}
.sf-menu.sf-style-default {
  margin: 0;
}
.sf-menu.sf-style-default a,
.sf-menu.sf-style-default a:visited  { /* visited pseudo selector so IE6 applies text colour*/
  border: 0 none;
}
.sf-sub-indicator {
  display: none;
}

.block-superfish li.sf-depth-2 a:hover {
  background: rgba(0, 0, 0, 0.2);
}

/* Blockquote */
blockquote, q {
  padding-left: 15px;
  background: url('images/icon-quote.png') left top no-repeat;
  font-style: italic;
  font-size: 110%;
}

/* logo */
#block-views-Logo-block_1 .main-logo {
  font-size: 3em;
  line-height: 1.1em;
}

/* Primary and Secondary Links Default */
#block-menu-primary-links,
#block-menu-secondary-links {
  margin: 0;
}

#block-menu-primary-links ul,
#block-menu-secondary-links ul {
  margin: 0;
  padding: 0;
}
#block-menu-primary-links ul ul,
#block-menu-secondary-links ul ul {
  display: none;
}

#block-menu-primary-links ul li,
#block-menu-secondary-links ul li {
  display: inline;
  float: left;
  list-style-image: none;
  list-style-type: none;
}
#block-menu-primary-links ul li a,
#block-menu-secondary-links ul li a {
  display: block;
  text-decoration: none;
  padding: 10px;
}

#block-menu-secondary-links ul li.first a {
  padding-left: 0;
}
#block-menu-secondary-links ul li.last a {
  padding-right: 0;
}

/* Navigation Layout Sidebar */
#sidebar-first #block-menu-primary-links ul li,
#sidebar-second #block-menu-primary-links ul li {
  float: none;
}

/* Comment */
.comment .unpublished {
  color:#CC0000;
}

/* Unpublished */
.node-unpublished {
  background-color: transparent;
}

.views-row-unpublished {
   background-color: #FFF4F4;
}
.views-row-unpublished .views-unpublished {
    color: #D8D8D8;
    font-family: Impact,"Arial Narrow",Helvetica,sans-serif;
    font-size: 30px;
    font-weight: bold;
    overflow: visible;
    text-transform: uppercase;
  line-height: 1em;
  margin-bottom: 10px;
    word-wrap: break-word;
  /*height: 0; removed code to place unpublished text behind content
  float: right;*/
  clear: both; /* added after fixing unpublished positioning */
}

.views-row-unpublished .node-unpublished div.unpublished {
  display: none;
}

/* ADD */
.floatLeft {
  float: left;
}
.floatRight {
  float: Right;
}
.alignLeft {
  text-align: left;
}
.alignRight {
  text-align: right;
}

/* AW Wrapper */
#aw {
  padding: 5px 0;
  border-top: 1px solid #858585;
}

/* Welcome msg */
div.messages.welcome {
  border: 2px solid #0b71ab;
  padding: 15px;
  color: black;
  background: #E5F6FF none;
}

/* CKEDITOR ALIGN FIX */
form span.cke_skin_kama .cke_rcombo {
  display: block;
}
form span.cke_skin_kama {
  border: 0 none;
  padding: 5px 0 5px 0;
}

/* AW Floatbanner */
.floatingbanner {
  color: #d8d8d8;
  color: rgba(216,216,216,0.6);
  display: block; 
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  overflow: visible;
  pointer-events: none;
  position: fixed;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  word-wrap: break-word;
  z-index: 100;
}

html.lte-ie7 .floatingbanner {
  color: #d8d8d8;
}

/* WATERMARK */
#editor-login {
  font-size: 75px;
  height: 0;
  left: 10px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  top:60px; 
}

#draft-mode {
  font-size: 75px;
  height: 0;
  line-height: 1;
  font-weight: bold;
  right: 10px;
  text-transform: uppercase;
  text-align: right;
  top: 60px;
}

/* Upcoming Events Block */
#block-views-Event-block_1 .view-content .views-row {
margin-bottom: 20px;
}

#block-views-Event-block_1 .views-field-markup {
display: block;
float: left;
margin-bottom: 0.5em;
}

.event-date-wrapper {
width: 40px;
}

.event-date-wrapper .event-date-day,
.event-date-wrapper .event-date-month {
text-align: center;
font-weight: bold;
font-size: 120%;
height: 20px;
}

#block-views-Event-block_1 .views-field-title {
margin-left: 50px;
margin-bottom: 0.5em;
font-size: 120%;
}

#block-views-Event-block_1 .views-field-teaser {
margin-bottom: 0.5em;
clear: both;
}

#block-views-Event-block_1 .views-field-view-node {
margin-bottom: 0.5em;
}

/* Views Table */
.view table.views-table tbody tr:hover {
  background-color: #FFFFCC;
} 
.view table.views-table td {
  padding: 5px;
}
th, thead th, tbody th {
  padding: 5px;
}

/* Dashboard */
#homebox div.view-header {
  text-align:left;
}
#homebox .user-profile {
  border: 2px solid #C0C0C0;
  padding: 5px;
  margin-top: 10px;
}
#homebox .node-type-user-profile h2.title,
#homebox .node-type-user-profile .meta {
  display: none;
}
#homebox .watermark {
color:#D8D8D8;
float:right;
font-family:Impact,"Arial Narrow",Helvetica,sans-serif;
font-size:75px;
font-weight:bold;
height:0;
line-height:1;
text-align:right;
text-transform:uppercase;
word-wrap:break-word;
}

#homebox table.views-table caption {
  text-align: left;
  font-style: italic;
  font-size: 120%;
  margin-bottom: 10px;
}

/* Signup Icons */
form#signup-form fieldset legend {
  padding-left: 20px;
  background: url('images/icon-signup.png') 2px center no-repeat;
}

/* Compliance Dashboard */
body.page-compliance-dashboard #aw {
  display: none;
}

/* Dashboard Set frontpage */
#homebox span.set-frontpage img {
  background: url('images/icon-home-grey.png') left center no-repeat;
}
#homebox span.set-frontpage img:hover {
  background: url('images/icon-home.png') left center no-repeat;
}
#homebox span.is-front img {
  background: url('images/icon-home.png') left center no-repeat;
}

/* Views Accordion */
.accordion-header {
  background: url('images/icon-plus.png') left center no-repeat;
}
.accordion-header-active {
  background: url('images/icon-minus.png') left center no-repeat;
}
h3.accordion-header {
  margin-bottom: 0.769em;
}
h3.accordion-header-hover {
  border-color: #DDD;
}
h3.accordion-header-active {
  background-color: #FFFFCC;
  border-color: #DDD;
}

.accordion-header span.full-name {
  font-size: 0.8em;
  color: #666;
}
.accordion-header span.time-ago {
  font-size: 0.8em;
  font-weight: normal;
  color: #666;
}
.accordion-header span.compliance-notes a {
  padding-left: 20px;
  background: url('images/icon-notes.png') left center no-repeat;
  font-size: 0.8em;
  font-weight: normal;
  font-style:italic;
  color: #666;
}
span.review-finalized {
  padding-left: 20px;
  background: url('images/icon-flag-green.png') left center no-repeat;
  font-weight: bold;
}
.accordion-header span.review-finalized {
  position: absolute;
  right: 50px;
  font-size: 0.8em;
}

span.workflow-state {
  padding-left: 20px;
}
span.DRAFT {
  background: url('images/icon-draft.png') left center no-repeat;
}
span.REVIEW {
  background: url('images/icon-review.png') left center no-repeat;
}
span.APPROVED {
  background: url('images/icon-approved.png') left center no-repeat;
}
span.REJECTED {
  background: url('images/icon-rejected.png') left center no-repeat;
}
span.REMOVED {
  background: url('images/icon-removed.png') left center no-repeat;
}

/* Manage Comments */
span.approved-Yes {
  padding-right: 20px;
  background: url('images/icon-approved.png') right center no-repeat;
}
span.approved-No {
  padding-right: 20px;
  background: url('images/icon-review.png') right center no-repeat;
}

/* Views Exposed Form Button Fix */
.views-exposed-form .views-exposed-widget .form-submit {
  margin-top:1.2em;
}

/* Appearance Theme Selector */
fieldset.group-appearance .form-radios .form-item {
  background-color: #FFF;
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #ccc;
  width: 160px;
  height: 160px;
  overflow: hidden;
}
fieldset.group-appearance .form-radios .form-item:hover {
  background-color: #FFFFCC
}
fieldset.group-appearance .form-radios .form-item img.screenshot {
  width: 160px;
}
fieldset.group-appearance #edit-field-custom-logo-0-ahah-wrapper {
  clear: both;
}

/* User List Page */
body.page-user-list .container_12 {
  width: 98%;
}
body.page-user-list .container_12 .grid_12{
  width: 100%;
  overflow: visible;
}

/* Poll */
.field-field-poll-description {
  margin-bottom: 1em;
}
.poll .title {
  font-weight: bold;
  margin-bottom: 5px;
}

/* USER PROFILE FORM DELETE BUTTON */
form#profile_form_profile input#edit-delete {
  display: none;
}

/* MOLLOM Captcha */
#edit-mollom-captcha-wrapper .mollom-captcha-content {
  display: block;
}
#edit-mollom-captcha-wrapper .description {
  display: none;
}

/* Captcha */
.captcha img {
  border: 1px solid #aaa;
}
.captcha .description {
  display: none;
}

/* Team Member Content Photo */
.field-field-team-member-photo {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

/* Main Advisor Views*/
.views-field-field-photo-fid {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

/* Team member Views */
.views-field-field-team-member-photo-fid {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  max-width: 150px;
}

.views-field-field-team-member-photo-fid img {
  max-width: 150px;
  height: auto;
}

/* Webform Button */
form .form-actions {
  display: inline;
}

/* Live Preview */
fieldset.group-appearance .form-item label,
fieldset.group-appearance .form-item .description {
  clear: left;
}
fieldset.group-appearance .form-item select {
  width: 300px;
}

/* Views */
.view .views-row {
  clear: both;
}

/* JTooltip */
#tooltip h3 {
  font-size: 1em;
    margin: 0;
  padding: 0 3px;
  text-align: left !important;
}
#tooltip p {
  font-size: 0.8em;
  margin: 5px 0 0 5px;
  text-align: left;
}

/* Certificate Upload field */
div#edit-field-certificate-0-ahah-wrapper {
  display: none;
}
/* Review Finalized field */
div#edit-field-review-finalized-value-wrapper {
  display: none;
}

/* Flash banner */
.block object.flash-banner {
  display: block;
}

/* Service Links, Share this post with */
.meta .service-links ul li {
  display: block;
  float: left;
  padding: 0 1em 0 0;
}

/* Social Media, Stay Connected View Block */
.view-social-media a.social-media-link {
  display: block;
  padding: 10px;
  padding-left: 40px;
  background: none no-repeat left center transparent;
}
.view-social-media a.twitter {
  background-image: url('images/icon-twitter.png');
}
.view-social-media a.facebook {
  background-image: url('images/icon-facebook.png');
}
.view-social-media a.linked-in {
  background-image: url('images/icon-linked-in.png');
}
.view-social-media a.google-plus {
  background-image: url('images/icon-googleplus.png');
}
.view-social-media a.youtube {
  background-image: url('images/icon-youtube.png');
}

a.social-media-link-inline {
  margin-right: 5px;
}

/* Callout Link*/
.callout-link {
  display: block;
  padding: 27px 5px 27px 70px;
  font-weight: bold;
  font-size: 110%;
  background: none no-repeat left center transparent;
}
#callout-link-meeting {
  background-image: url('images/callout-meeting.png');
}
#callout-link-tell {
  background-image: url('images/callout-tell.png');
}

/* NEW Callout Link UID >= 3088 */
.callout-block.callout-meeting a,
.callout-block.callout-tell a {
  background: transparent none;
  padding-left: 0;
}
.callout-block.callout-meeting a::before,
.callout-block.callout-tell a::before{ 
  margin-right: 15px;
  font-size: 3em;
  font-family: 'aw-icons';
  speak: none;
  font-weight: normal;
  vertical-align: top;
}
.callout-block.callout-meeting a::before {
  content: "\e016";
}
.callout-block.callout-tell a::before{ 
  content: "\e027";
}

.element-invisible {
  display:none;
}

/* block-aggregator */
.block-aggregator .item-list .icon,
.block-aggregator .more-link {
  display: none;
}

/* Sidebar Quick Message */
.sidebar #block-webform-client-block-557 .form-item {
  text-align:right;
}
.sidebar #block-webform-client-block-557 .form-item label {
  display:inline;
  font-weight: normal;
  margin-right:5px;
}
.sidebar #block-webform-client-block-557 .form-text {
  padding-left:5px;
  background-color:#F8F3D2;
  border-width: 0;
  width:130px;
  height: 20px;
}
.sidebar #block-webform-client-block-557 input#edit-mollom-captcha {
  float: right;
}
.sidebar #block-webform-client-block-557 .captcha {
  text-align: right;
}
.sidebar #block-webform-client-block-557 .form-textarea {
  padding-left:5px;
  background-color:#F8F3D2;
  border-width: 0;
  width:130px;
  height:75px;
  vertical-align:top;
}
.sidebar #block-webform-client-block-557 .form-select {
  width:210px;
}
.sidebar #block-webform-client-block-557 .form-actions {
  display: block;
  text-align: right;
  margin-top: 1em;
  padding-top: 1em;
}
.sidebar #block-webform-client-block-557 .form-button {
  display: none;
}

/* hide tooltips when not logged in */
body.not-logged-in .aw_tooltip {
  display: none;
}

/* jcarousel default style */
/* horizontal */
.jcarousel-container-horizontal {
  padding: 0 50px;
}
.jcarousel-container-horizontal .jcarousel-clip {
  border: 1px solid #aaa;
}
.jcarousel-container-horizontal .jcarousel-item {
  width: 100px;
  margin: 10px;
}
.jcarousel-container-horizontal .jcarousel-prev {
  position: absolute;
  top: 30px;
  left: 10px;
  width: 30px;
  height: 30px;
  background: url("images/arrow-left.gif") center center no-repeat;
}
.jcarousel-container-horizontal .jcarousel-next {
  position: absolute;
  top: 30px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url("images/arrow-right.gif") center center no-repeat;
}

/* Contact Page VIEWS */
body.page-contact .views-row-type-user_profile .views-field-field-photo-fid,
body.page-contact .views-row-type-user_profile .views-field-field-biography-value,
body.page-contact .views-row-type-user_profile .views-field-phpcode,
body.page-contact .views-row-type-team_member .views-field-field-team-member-photo-fid,
body.page-contact .views-row-type-team_member .views-field-body {
  display: none;
}

/* Team Member Navigation */
.view-team-member-navigation .views-row {
  clear: none;
  display: inline-block;
  width: 100px;
  margin-right: 10px;
  margin-bottom: 1em;
  text-align: center;
}
.view-team-member-navigation .views-field-field-team-member-photo-fid {
  float: none;
  margin: 0;
}
.view-team-member-navigation .views-field-field-team-member-photo-fid img {
  width: 75px;
  height: 100px;
}

#admin-menu, #admin-menu ul {
  z-index: 1001;
}

div.wysiwyg-awtoken-description {
  font-size: 0.75em;
}

table.us-tax-forms td {
  padding: 0.4em;
}

/* Banner Block Overflow */
#block-views-Banner-block_2 .view-content,
#block-views-Banner_Slideshow-block_2 .view-content {
  overflow: hidden;
}

#block-views-Banner-block_2 .image-banner {
  max-width: 960px;
  max-height: 960px;
}

/* Search Result Page */
.search-results .search-snippet strong {
  background-color: #FFFFCC;
}

/* Webform Confirmation Message */
.webform-confirmation {
  margin: 1em 0;
}

/* BLOCK LIST PAGE */
body.page-admin-build-block #main .tabs ul.secondary {
  display: none;
}

/* SUBMITTED */
.node .submitted {
  display: block;
  margin-bottom: 5px;
}

/* TAGS */
.node .terms,
.tag-holder {
  background: transparent url('images/tag.png') no-repeat center left;
  padding-left: 20px;
}

/* CALENDAR */
.calendar-calendar .day-view .full td .inner div.calendar div a,
.calendar-calendar .week-view .full td .inner div.calendar div a,
.calendar-calendar .month-view .full td .inner div.calendar div a {
  margin-left: 0;
  font-weight: bold;
}

.calendar-calendar td span.date-display-single,
.calendar-calendar td span.date-display-start,
.calendar-calendar td span.date-display-end,
.calendar-calendar td span.date-display-separator {
  font-weight: normal;
}

table td.mini .mini-day-on a {
  font-weight: bold;
}

.calendar-calendar .week-view .full div.single-day div.weekview,
.calendar-calendar .day-view .full div.single-day div.dayview,
.calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .week-view .full td.single-day div.weekview,
.calendar-calendar .day-view .full td.single-day div.dayview,
.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .day-view .full td.multi-day div.dayview {
  box-shadow: 0 4px 18px #aaa;
  -moz-box-shadow: 0 4px 18px #aaa;
  -webkit-box-shadow: 0 4px 18px #aaa;
}

div#calpopup {
  font-size: 80%;
  border: 1px solid #ccc;
  box-shadow: 0 4px 18px #aaa;
  -moz-box-shadow: 0 4px 18px #aaa;
  -webkit-box-shadow: 0 4px 18px #aaa;
}

div#calpopup div#nodelink {
  display: none;
}

/* BANNER TEXT */
.banner-text-wrapper {
  position: relative;
}
.banner-text-wrapper img {
  display: block;
}
.banner-text {
  position: absolute;
  padding: 1em;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.banner-text-position-none {
  padding: 0;
  background: none;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
}
.banner-text-position-center {
  left:25%;
  top:25%;
  right:25%;
  bottom:25%;
}
.banner-text-position-top {
  left:0;
  top:0;
  right:0;
  bottom:auto;
}
.banner-text-position-bottom {
  left:0;
  top:auto;
  right:0;
  bottom:0;
}
.banner-text-position-left {
  left:0;
  top:0;
  right:auto;
  bottom:0;
}
.banner-text-position-right {
  left:auto;
  top:0;
  right:0;
  bottom:0;
}
.banner-text-position-top-left {
  left:0;
  top:0;
  right:auto;
  bottom:auto;
}
.banner-text-position-top-right {
  left:auto;
  top:0;
  right:0;
  bottom:auto;
}
.banner-text-position-bottom-left {
  left:0;
  top:auto;
  right:auto;
  bottom:0;
}
.banner-text-position-bottom-right {
  left:auto;
  top:auto;
  right:0;
  bottom:0;
}

/* AddThis */
.addthis_toolbox span.ext {
  display: none;
}
.addthis_toolbox a.addthis_toolbox_item {
  height: 30px;
}

/* Views Cloude */
div.views-cloud {
  line-height: 1.2;
}

/* Calendar */
.calendar-calendar td {
  text-align: center;
}

/* FAQ */
.faq-question {
  font-weight: bold;
}

/* Blog teasers view */
#block-views-Blog-block_1 .views-field-title {
  font-weight: bold;
}

/* Block class to prevent image overflow */
.noimageoverflow img {
  height: auto;
  max-width: 100%;
}

/* Mask */
#window-cover {
  background-color:#111; 
  position:absolute; 
  height:100%; 
  width:100%; 
  z-index:99; 
  opacity:.7;
  top: 0;
  left: 0;
}

#window-cover .center {
  position: absolute; 
  width: 200px; 
  margin:-25px 0 0 -75px; 
  height: 50px; 
  top: 50%; 
  left: 50%; 
  font-size:130%; 
  color:#fff; 
  opacity:.8; 
  z-index: 100
}

/* WealthPrep widget */
.wp-widget-block .trusted-advisor-widget[data-type="normal"] {
  width: auto;
}
.wp-widget-block .wealthprep-widget-link img {
  width: 100%;
}

/* Vestorly widget */
#vestorly-app-widget, div#block-aw_apps-vestorly_ {
  margin: 0;
}

.wrapper-container-box-shadow {
  -webkit-box-shadow: inset 0px 0px .5em #333;
  -moz-box-shadow: inset 0px 0px .5em #333;
  box-shadow: inset 0px 0px .5em #333;
}

.view-Team-Member .jcarousel-container-horizontal .jcarousel-clip-horizontal {
  overflow: hidden;
  border:none;
} 

.view-Team-Member .jcarousel-container-horizontal .jcarousel-item {
  width:250px;
  margin:0 12px;
}

.view-Team-Member .jcarousel-container-horizontal .jcarousel-prev,
.view-Team-Member .jcarousel-container-horizontal .jcarousel-next {
  top:130px;
}

/* Featured image on blog pages */
.blog-featured-image {
  max-width: 100%; 
  height: auto;
}

/* landing pages */
.node-type-landing-page .submitted {
  display: none;
}
.node-type-landing-page .field-field-photo {
  float: right;
  max-width: 40%;
  margin-left: 15px;
  margin-bottom: 5px;
}
.node-type-landing-page .field-field-photo img {
  max-width: 100%;
  height: auto;
}
.node-type-landing-page .landing-page-row {
  margin-left: -15px;
  margin-right: -15px;
}
.node-type-landing-page .landing-page-left,
.node-type-landing-page .landing-page-right {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
  box-sizing: border-box;
}
.node-type-landing-page .landing-page-left {
  width: 60%;
}
.node-type-landing-page .landing-page-right {
  width: 40%;
}

/*  Compliance: United planners disable submitted blogs.  */
.company-UnitedPlanners .node-type-blog .submitted {
  display: none;
}

/* Styling for the recent Comments modal*/
.simple-format.page-comments-recent .view-comments-recent > .view-content {
  position: fixed;
  bottom: 52px;
  overflow-y: scroll;
  top: 0;
  left: 0;
  right: 0;
}
.simple-format.page-comments-recent .view-comments-recent > .view-content .item-list > ul {
  list-style: none;
}
.simple-format.page-comments-recent .view-comments-recent > .item-list {
  position: fixed;
  bottom: 0;
}