/*
 * OWNER: elements.css
 * Node / list-item templates: user item, event item, news item, messages,
 * photo list, cover items, community overview, etc.
 * Shared feed chrome → forum.css; section boxes → sections.css;
 * page chrome → layout.css / titles.css.
 */

.cover_stripe { border-bottom: 1px solid #ddd; }

#mainview .banner_title {
  border-top: 1px solid rgba(0,0,0,.05);
  font-size: 9px;
  padding: 5px;
}

#mainview .list_break span a { color: #333; }

#mainview li.mainview_list_item div.open_item {
  border-bottom: 1px solid #eee;
  padding: 20px;
}

#mainview .conversation_list .list_item{ margin: 0 0 20px 0; }

#pagecontent li .list_item.block_item {
  border-top: 1px solid #ddd;
  margin: 0;
  padding: 15px 0;
}

#mainview .after_break .list_item { border-top: 0; }

#mainview .list_item.grouped_item {
  background: #fff;
  border: 1px solid #eaeaea;
  margin-bottom: 15px;
  padding: 15px;
}

#mainview .autospace .list_item.block_item {
  border: 0;
  padding: 0;
}

#mainview .list_item.block_list {
  padding: 0;
  margin-bottom: 15px;
}

#mainview li.mainview_list_item.after_break .list_item.block_list { margin-top: 15px; }

ul.list .column.only { border-top: 0; padding-top: 0; }

.conversation_list li .commentbox img.pic{ border-radius: 3px; }

#popup a.more_masher { margin: 0; }

a.more_masher.loading {
  background: none;
  border: 0;
}

.grid_8 li.mainview_list_item div.users_list.list_wrap {
  background: white;
  border: 1px solid #ddd;
  padding: 15px;
}

div.message_thread {
  background: #f1f1f1;
  box-shadow: inset rgba(0,0,0,.1) 0px 0px 5px;
  padding: 15px;
}

div.messages_list {
  background: white;
  border: 1px solid #ddd;
}

div.messages_list.full_list {
  background: none;
  border-width: 1px 0 0;
}

div.messages_list li.thread_item {
  background: #f9fafb;
  border-top: 1px solid white;
  border-bottom: 1px solid #eee;
  padding: 12px;
}

div.messages_list.full_list li.thread_item {
  background: none;
  border: 0;
  border-bottom: 1px solid #ddd;
  -webkit-transition: 0.25s linear;
  padding: 12px 0;
}

div.messages_list.full_list li.thread_item:hover { padding: 12px; }

div.messages_list li.thread_item.unread {
  background: #f2f2f2;
  border-left: 2px solid #A8B2CE;
  padding-left: 10px;
}

div.messages_list li.thread_item h6 a { color: black; }

div.messages_list li.thread_item.replied h6 a { color: #555; }

div.messages_list li.thread_item.replied p { color: #888; }

div.messages_list li.thread_item:hover {
  background: #eee;
  border-top-color: #eee;
}

li.mainview_list_item div.users_list .list_break {
  border-width: 1px 0;
  margin: 0 -15px -1px;
}

div.photo_wrap .imga {
  background: rgba(0,0,0,.08);
  display: block;
  text-align: center;
}

#mainview div.photo_wrap .imga { max-width: 100%; }

.feedback .incontext .edge_list { padding: 14px 0; }

/* MAP */

#map_canvas {
  height: 500px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* STATS */

.statistics > h3 {
  color: #333;
  font-family: 'Raleway';
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.stats_section {
  background: white;
  border: 1px solid #ddd;
  border-top-color: #aaa;
  margin-bottom: 20px;
}

.stats_section .stat_items {
  background: #fdfdfd;
  padding: 10px 20px;
}

.stats_section .stats_section_header {
  background: #fff;
  border: 0;
  border-bottom: 1px dashed #ccc;
  color: #777;
  letter-spacing: 0;
  margin: 0;
  padding: 15px 20px;
}

.stats_section .stats_section_header h3,
.stats_section .stats_section_header span {
	font-size: 21px;
  font-weight: 300;
  line-height: 30px;
}

body.admin .location_stats h4 {
  font-weight: bold;
  color: #555;
}

.stats_section .stats_section_header {
  letter-spacing: -1px;
  margin-bottom: 10px;
}

li.stats_item {
  font-size: 16px;
  line-height: 26px;
}

li.stats_item label.std_label {
  font-size: 16px;
  line-height: 26px;
  width: 70%;
  overflow: hidden;
  padding: 0;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

li.stats_item.has_sub label.std_label .ui_node_subtitle {
  color: #ccc;
  font-weight: normal;
}

img.stats_icon {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  float: left;
  margin: 0 8px 0 0;
  width: 24px;
}

.stats_icon i.fa-icon {
  font-size: 120%;
  margin-top: 5px;
}

label.stats-label i.fa-icon {
  float: left;
  font-size: 110%;
  margin-top: 4px;
  width: 16px;
}

img.stats_icon.pad {
  padding: 2px;
}

li.stats_item.has_sub img.stats_icon {
  border: 0;
  border-radius: 0;
  margin: 0 12px 0 0;
  width: 40px;
}

label.stats-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.progress-wrap {
  overflow: hidden;
  background-color: #e9e9e9;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-wrap .progress-bar {
  background: #65a2d6 url('/foundation_static/images/overlays/slanted_stripes.png');
  border: 0;
  height: 25px;
}

.shared-item.has_img.table-group {
  background: #eee;
  border: 1px solid rgba(0, 0, 0, .05);
}

.shared-item.table-group.xlg-group.has_img .ui_group_content_inner {
  padding: 0 15px;
}

/* RATING */

.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
}

.rating>span {
  display: inline-block;
  position: relative;
}

.rating.filled span,
.rating:not(.filled)>span:hover,
.rating:not(.filled)>span:hover~span {
  color: transparent;
}

.rating.filled span:before,
.rating:not(.filled)>span:hover:before,
.rating:not(.filled)>span:hover~span:before {
  color: #DFAF11;
  content: "\2605";
  position: absolute;
}

.star_rating:not(:checked)>input {
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.star_rating:not(:checked)>label {
  float: right;
  width: 1em;
  padding: 0 .1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 130%;
  line-height: 1.2;
  color: #ddd;
}

.star_rating:not(:checked)>label:before {
  content: '★ ';
}

.star_rating>input:checked~label {
  color: #f70;
}

.star_rating:not(:checked)>label:hover,
.star_rating:not(:checked)>label:hover~label {
  color: gold;
}

.star_rating>input:checked+label:hover,
.star_rating>input:checked+label:hover~label,
.star_rating>input:checked~label:hover,
.star_rating>input:checked~label:hover~label,
.star_rating>label:hover~input:checked~label {
  color: #ea0;
}

.ui_section.gateway_section div.form_body .star_rating label {
  width: 1em;
}

.star_rating>label:active {
  position: relative;
  top: 2px;
  left: 2px;
}

.form_body.form-inline .star_rating {
  display: inline-block;
  padding: 10px 0;
}

.form_body.form-inline .star_rating:not(:checked)>label {
  font-size: 200%;
}

/* LIST ITEMS */

#mainview li.mainview_list_item {
  position: relative;
}

#mainview ul:not(.autospace) li.mainview_list_item:not(.feed_item) div.list_item:not(.block_list):not(.grouped_item):not(.block_item) {
  border-top: 1px solid rgba(0, 0, 0, .05);
  padding: 20px 0;
}

div.list_item_actions {
  float: right;
  margin: 0 0 10px 10px;
}

div.list_item .fl_r img.pic {
  width: 40px;
}

/* USER LIST ITEM */

.user_list_item.column {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, .1) !important;
  border-radius: 3px;
  margin: 0 0 10px;
  padding: 0 !important;
}

.user_list_item.column .ui_group {
  padding: 15px;
}

.user_list_item.column.has_cover .ui_group_img {
  background-color: white;
  margin-top: -50px;
  padding: 5px;
}

.user_list_item .cover_stripe {
  background-size: cover;
  background-position: 0 30%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  height: 150px;
}

.grid_8 li.mainview_list_item div.users_list.grid_wrap .node_block {
  background: white;
  border: 1px solid #ddd;
  padding: 5px 5px 10px;
}

.grid_8 li.mainview_list_item div.users_list.grid_wrap .node_block .pic {
  border: 0;
  padding: 0;
}

/* SEARCH */

body.search .ui_page_title .ui_action_set .ui_textfield input {
  font-size: 16px;
}

/* NODE PROPERTIES */

#mainview .node_properties label.std_label {
  font-size: 14px;
  font-weight: normal;
  width: 130px;
}

#mainview .node_properties .label_content {
  margin-left: 130px;
}

.node_properties.btl {
  border-color: #e9e9e9;
}

.node_properties a.external {
  display: block;
}

#mainview .node_info .link_attachments {
  background: #fafafa;
  border: 2px dashed #ddd;
  padding: 20px;
}

/* QUESTION ITEM */

#mainview .questions_list_item .main_attachment h6 {
  font-size: 16px;
  line-height: 21px;
}

/* ANSWER ITEM */

#mainview li.mainview_list_item .answer_item .interest_count {
  float: left;
  margin-right: 10px;
}

#mainview li.mainview_list_item .answer_item .interest_box {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-bottom: 5px;
  padding: 10px 0;
  text-align: center;
  width: 60px;
}

.answer_item .interest_count .count {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 3px;
}

.answer_item .interest_count .edge_name {
  font-size: 9px;
  line-height: 11px;
  text-transform: uppercase;
}

/* New Message */

.messages-flyout li div.new {
  background: rgba(0, 0, 0, .03);
  margin: -10px 0;
  padding: 10px 10px;
}

/* MESSAGES ITEM */

.messages_list.truncated {
  border-right: 0;
  box-shadow: inset rgba(0, 0, 0, .1) 0px 0px 5px;
  margin-right: -21px;
  max-height: 667px;
  overflow: scroll;
}

.message_thread_layout {
  display: flex;
  flex-direction: column;
  min-height: 320px;
}

.message_thread_layout .message_thread {
  flex: 1 1 auto;
  min-height: 200px;
  overflow-y: auto;
}

.message_thread_layout .reply_wrapper {
  flex: 0 0 auto;
}

.ui_body_block.messages_workspace {
  display: flex;
  align-items: stretch;
  min-height: 320px;
}

.ui_body_block.messages_workspace > .clear {
  display: none;
}

.ui_body_block.messages_workspace > .grid_5,
.ui_body_block.messages_workspace > .grid_7 {
  display: flex;
  flex-direction: column;
  float: none;
  min-height: 0;
}

.ui_body_block.messages_workspace #sidebar,
.ui_body_block.messages_workspace #mainview,
.ui_body_block.messages_workspace #pagecontent {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

.ui_body_block.messages_workspace .messages_list.truncated {
  flex: 1 1 auto;
  max-height: none;
  min-height: 0;
  overflow-y: auto;
}

.ui_body_block.messages_workspace .message_thread_layout {
  flex: 1 1 auto;
  min-height: 0;
  height: auto;
}

body.message_thread_viewport {
  overflow: hidden;
}

body.message_thread_viewport .message_thread_layout {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--message-thread-top, 0);
  bottom: auto;
  z-index: 1040;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

body.message_thread_viewport .message_thread_layout #thread {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

body.message_thread_viewport .message_thread_layout .reply_wrapper {
  flex: 0 0 auto;
  background: #fff;
  padding-bottom: env(safe-area-inset-bottom);
}

.message_thread .message_item {
  margin-bottom: 15px;
}

.message_item .ui_group_content .story-content {
  background: #31618e;
  border-radius: 8px;
  color: #fff;
  padding: 8px 12px;
}

.message_item .ui_group_content .story-content a {
    color: #fff;
    font-weight: bold;
}

.message_item.me_to .ui_group_content .story-content {
  background: #ddd !important;
  color: #333 !important;
}

.message_item.me_to .ui_group_content .story-content a {
    color: #333;
    font-weight: bold;
}

.message_item .ui_group_content .story-content .ui_group.xlg-group .ui_group_img {
  width: 100px;
}

.message_item .ui_group_content .story-content .ui_group.xlg-group h6 {
  font-size: 16px;
}

.message_item .message_time {
  opacity: .4;
  font-size: 9px;
  margin-top: 3px;
  text-transform: uppercase;
  -webkit-transition: 0.2s linear;
}

.message_thread .message_item .ui_group div.face-wrap {
  width: 34px;
}

.message_item.to_me > .ui_group > .ui_group_content {
  margin-right: 40px;
  margin-left: 20%;
}

.message_item.me_to > .ui_group > .ui_group_content {
  margin-left: 40px;
  margin-right: 20%;
}

.message_item:hover .message_time {
  opacity: 1;
}

.message_item.me_to .message_time {
  text-align: left;
}

.message_item.to_me .message_time {
  text-align: right;
}

.message_item.me_to .face-wrap i.caret {
  background-position: 0 1px;
  right: -11px;
}

.message_item.to_me .face-wrap i.caret {
  background-position: -10px -37px;
  left: -11px;
  right: auto;
}

.message_item.to_me .face-wrap {
  float: right;
  margin: 0 0 0 10px;
}

/* EDITABLE ITEM */

div.editable_item .ui_group.sm-group .ui_group_img {
  width: 30px;
}

/* COVER PHOTO GRID ITEM */

ul.list div.cover_photo_grid_item .ui_group_img,
.grid .column div.cover_photo_grid_item .ui_group_img,
div.cover_photo_grid_item .ui_group_img {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  display: block;
  float: none;
  margin: -100px auto 15px !important;
  padding: 5px;
  width: 120px;
}

#mainview .grid .cover_photo_grid_item .ui_group .ui_node_name {
  width: 100%;
}

div.cover_photo_grid_item .ui_group_img:hover {
  border-color: rgba(0, 0, 0, .2);
  box-shadow: rgba(0, 0, 0, .1) 0px 1px 3px;
}

div.cover_photo_grid_item .cover_img {
  background-color: #eee;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #ccc;
  height: 130px;
}

.grid_6 div.cover_photo_grid_item .cover_img {
  height: 120px;
}

.grid_6 div.cover_photo_grid_item .ui_group_img {
  width: 100px;
}

/* PAGES ITEM */

#mainview li.mainview_list_item.pages_item div.page_tab {
  background: #ddd;
  height: 5px;
  position: absolute;
  left: 30px;
  width: 70px;
}

#mainview li.mainview_list_item div.page_item.list_item.grouped_item {
  margin-bottom: 15px;
}

#mainview li.mainview_list_item div.page_item.list_item.grouped_item .page_item_inner {
  padding: 15px;
}

#mainview li.mainview_list_item.pages_item p.ui_node_subtitle {
  color: #999;
  font-size: 11px;
  line-height: 15px;
}

/* NEWS ITEM */

.news_item h5.light a {
  color: #333;
}

/* BLOG ITEM */

.blog_item {
  border-top: 1px solid #ddd;
  padding: 35px 0;
}

#mainview .user_blog_item h5,
#mainview .blog_item h5 {
  font-size: 32px;
  line-height: 1.2;
}

.blog_item {
  background: white;
  border: 1px solid #eaeaea;
  margin: 0 0 15px 0;
  padding: 0;
  border-radius: 3px;
}

.after_break .blog_item {
  margin-top: 15px;
}

.conversation_section .list_break {
  margin-bottom: 15px;
}

.blog_item.user_blog_item .blog_item_content,
.blog_item .blog_item_content {
  padding: 30px;
}

.blog_item .ui_group_img img.pic,
a.ui_button.soft {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.user_blog_item .ui_group .ui_group_content {
  margin-left: 75px;
  overflow: visible;
}

.user_blog_item .ui_group_img {
  border-radius: 5px;
  margin-left: -20px;
  width: 52px;
}

.user_blog_item .ui_group .ui_group_content {
  margin-left: 50px;
}

.blog_item .category_label {
  display: inline-block;
  margin-bottom: 15px;
}

.blog_item .blog_item_img {
  width: 100%;
}

.blog_item .blog_item_img_right {
  float: right;
  margin: 0 0 15px 15px;
  max-width: 150px;
}

.blog_item .category_label a {
  background: #555;
  color: rgba(255, 255, 255, .9);
  display: block;
  font-size: 11px;
  font-weight: bold;
  line-height: 11px;
  padding: 8px 10px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.blog_item .ui_node_desc p,
.event_item .ui_node_desc p {
  color: #333;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 15px;
}

/* EVENT ITEM */

#mainview li.mainview_list_item:not(.only_item) div.event_item {
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

#mainview li.mainview_list_item.after_break div.event_item {
  border-top: 0;
}

/* PAGES ITEM */

#mainview li.mainview_list_item div.pages_item.grouped_item {
  padding: 25px;
}

/* USER ITEM */

#popup .edge_node_item div.ui_group div.ui_group_content {
  padding: 0;
}

#popup .edge_node_item div.ui_group .ui_action_set {
  padding-top: 3px;
}

#popup .edge_node_item div.ui_group div.face-wrap,
#popup .edge_node_item div.ui_group img.pic {
  width: 35px;
}

/* COVER ITEM */

ul.list li.mainview_list_item>.cover_list_item {
  border-color: rgba(0, 0, 0, .1);
  border-radius: 3px;
  margin: 20px 0;
}

ul.list .cover_list_item.small_cover_item {
  margin: 0;
}

.no_break ul li:first-child .cover_list_item {
  margin-top: 0;
}

.no_break.autospace ul li:last-child .cover_list_item {
  margin-bottom: 0;
}

.cover_list_item .cover_wrap {
  background-color: #444;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #ccc;
  position: relative;
  height: 200px;
}

.cover_list_item.small_cover_item .cover_wrap {
  height: 110px;
}

.cover_list_item div.ui_group .ui_group_img {
  background: white;
  border: 1px solid #ddd;
  border-radius: 3px;
  bottom: 10px;
  left: 10px;
  padding: 3px;
  position: absolute;
  width: 110px;
}

.cover_list_item div.ui_group_content {
  margin-left: 130px;
}

.cover_list_item div.ui_group_content h5 {
  font-size: 24px;
}

.cover_list_item.has_img .edge_list {
  margin-left: 130px;
}

.cover_list_item.no_img div.ui_group_content {
  left: 10px;
}

.story_attachments .cover_list_item .cover_wrap {
  height: 130px;
}

.story_attachments .cover_list_item.has_img div.ui_group {
  width: 90px;
}

.story_attachments .cover_list_item div.ui_group_content {
  left: 120px;
}

.story_attachments .cover_list_item.has_img .edge_list {
  margin-left: 110px;
}

.cover_list_item.small_cover_item .ui_group_content {
  left: 125px;
}

.cover_list_item.small_cover_item .likes {
  margin-left: 115px;
}

.cover_list_item .cover_wrap a,
.cover_list_item .cover_wrap a.fcp {
  color: white;
}

.cover_list_item .likes {
  margin-left: 135px;
}

.cover_list_item .subtitle {
  color: #ddd;
}

.cover_list_item p.meta {
  color: #999;
  font-size: 11px;
  line-height: 15px;
  margin-left: 130px;
}

.cover_list_item p.meta a {
  color: #666;
}

/* ARTICLES ITEM */

#mainview li.mainview_list_item div.article_list_item {
  margin-bottom: 15px;
}

/* GROUPS ITEM */

#mainview li.mainview_list_item div.list_item.group_item {
  border: 0;
  margin-bottom: 10px;
  padding: 0;
}

#mainview li.mainview_list_item div.group_item .group_item_content {
  background: white;
  border: 1px solid #ddd;
  padding: 10px 15px 10px 10px;
}

#mainview li.mainview_list_item div.list_item.group_item .group_item_content .ui_group img.pic {
  border-right: 1px solid #ddd;
  margin: -10px 10px -10px -10px;
  width: 77px;
}

#mainview li.mainview_list_item div.list_item.group_item .compressed_posts {
  border: 1px solid #ddd;
  border-top: 0;
  margin: 0;
  padding: 0;
}

/* QUESTIONS ITEM */

#mainview li.mainview_list_item div.question_list_item {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #eaeaea;
  margin-bottom: 15px !important;
  padding: 0 !important;
}

#mainview li.mainview_list_item div.question_list_item h5 {
  font-size: 18px;
  line-height: 23px;
  width: 95%;
}

#mainview li.mainview_list_item div.question_list_item div.question_content {
  padding: 15px;
}

#mainview li.mainview_list_item div.question_list_item .edge_list {
  background: #fcfcfc;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-top: 1px solid #eee;
  margin: 0;
  padding: 10px 15px;
}

div.response_item>div.ui_group>div.ui_group_content>div.story_content {
  padding: 13px;
}

#mainview .responses_section li.mainview_list_item {
  margin: 0 0 10px 0;
}

#mainview li.mainview_list_item div.list_item.response_item {
  border: 0;
  margin: 0;
  padding: 0;
}

#mainview li.mainview_list_item div.list_item.response_item>div.story_content {
  padding: 5px 10px;
}

#mainview li.mainview_list_item div.list_item.response_item div.feedback {
  width: 100%;
}

#mainview li.mainview_list_item div.list_item.response_item div.comments .commentbox {
  border-bottom: 0;
}

div.response_item {
  margin-bottom: 10px;
}

.color_border{
  border-top: 2px solid #f48686 !important;
}

div.response_item p.response_author {
  line-height: 20px;
}

div.response_item p.response_author img {
  border-radius: 100%;
}

#mainview .widget li.mainview_list_item div.list_item.response_item {
  margin: 0;
  padding: 5px 0;
}

div.response_item a.prompt_name {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

div.response_item a.prompt_name,
div.prompt_item a.prompt_name {
  color: #1d5ca1;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}

div.prompt_item .winner {
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

div.prompt_item .winner {
  border: 0;
  padding-top: 5px;
}

#mainview li.mainview_list_item div.list_item.prompt_item {
  padding: 5px 0;
}

div.response_share_item {
  position: relative;
}

div.response_share_item img.prompt_img {
  margin: 10px 0;
  max-height: 200px;
  max-width: 100%;
}

div.ui_group div.insert div.response_share_item h6,
div.ui_group div.insert div.response_share_item p {
  font-size: 15px;
  line-height: 20px;
}

div.response_share_item span.bling {
  padding: 0;
}

div.response_item.mine_in_play div.likelist div.commentbox {
  background: #fcfdda !important;
}

/* NEWS ITEM */

.news_item .author_img {
  width: 80px;
}

.news_item .item_content {
  margin-left: 90px;
}

.news_item.grid_item {
  float: left;
  width: 460px;
  margin: 0 20px 20px 0;
}

.news_item.grid_item .author_img {
  display: none;
}

.news_item.grid_item .item_content {
  margin: 0;
}

.news_item.grid_item.last {
  margin-right: 0;
}

#mainview div.review_item .author-content {
  background: rgba(0, 0, 0, .03);
  border-top-color: rgba(0, 0, 0, .05);
}

/* LIST BREAK SPACING */

#mainview .with_break li.mainview_list_item.articles_item div.list_item,
.with_break li.mainview_list_item div.forum_item {
  margin: 15px 0;
}

/* FORUM ITEM */

.no_break li.mainview_list_item div.forum_item {
  margin: 0 0 15px 0;
}

#mainview .sponsored_item .item_content {
  border-color: #bbb;
}

/* PHOTO LIST */

.photo_list_item {
  border-color: rgba(0,0,0,.1);
  border-radius: 3px;
  box-shadow: rgba(0,0,0,.05) 0px 1px 3px;
  margin-bottom: 15px;
}

.photo_list_item .photo_list_item_inner {
  background: #fff;
  position: relative;
}

.photo_wrap .bling_wrap {
  bottom: 15px;
  display: none;
  position: absolute;
  left: 15px;
}

.photo_wrap .bling_wrap span.bling {
  padding: 6px 10px;
}

.photo_wrap .action_wrap {
  display: none;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.photo_wrap:hover .action_wrap,
.photo_wrap:hover .bling_wrap {
  display: block;
}

.photo_list_item .caption {
  padding: 20px;
}

.photo_list_item.alt .caption {
  background: rgba(0, 0, 0, .8);
  color: white;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  padding: 15px;
}

.article_info .photo_list_item {
  background: none;
  border: none;
}

.article_info .photo_list_item .caption {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
  padding: 15px;
}

.photo_list_item .caption .time {
  color: #ddd;
  font-size: 11px;
}

.photo_list_item .photo_wrap {
  background: rgba(0, 0, 0, .08);
}

ul.list .photo_list_item .column_12 {
  border-top: 0;
}

.photo_list_item>div.feedback_full>div.feedback {
  border-top: 1px solid #ddd;
  width: 100%;
}

.photo_list_item div.comments_section {
  margin-top: -5px;
}

#mainview .photo_list_item>div.feedback_full>div.feedback>.timestamp {
  margin: 0;
  padding: 10px;
}

/* FORUM ITEM */

#mainview li.mainview_list_item div.list_item.forum_item {
  border-top: 0;
}

/* NOTE ITEM */

.note_list_item .feedback,
.note_list_item .feedback {
  margin-top: 20px;
  width: 90%;
}

.note_list_item .feedback .timestamp {
  font-size: 13px;
}

/* COMMENT ATTACH */

div.comment_attachment {
  background: rgba(0, 0, 0, .03);
  border: 1px solid rgba(0, 0, 0, .03);
  padding: 15px;
  position: relative;
}

.story_attachments .comment_attachment {
  border-radius: 3px;
}

div.comment_attachment i.comment_caret {
  background: url('/foundation_static/images/alert_carat.png') no-repeat;
  display: block;
  height: 9px;
  position: absolute;
  left: 15px;
  top: -9px;
  width: 15px;
}

#account_overview.no_cover .ui_group.account_box .ui_group_content {
  margin-left: 48px;
}

#account_overview.no_cover .ui_group.account_box .ui_group_content h6 {
  padding: 0;
}

#account_overview.has_cover .ui_group.account_box img.pic {
  top: -30px;
}

.story_single p,
.story_single li {
  font-weight: 300;
}

.story_single hr {
  border-width: 1px 0;
  margin: 50px auto;
  width: 100px;
}

.story_single .story_title {
  padding: 50px 0;
  text-align: center;
}

.story_single .story_title hr {
  border: 0;
  background: #ddd;
  height: 3px;
  margin: 50px auto 0;
}

.story_single .story_title_inner {
  border-bottom: 5px double rgba(0, 0, 0, .1);
  display: inline-block;
  padding-bottom: 50px;
}

.story_single .story_title.with_hr .story_title_inner {
  border: 0;
  padding: 0;
}

.story_single .story_title .precursor {
  color: #999;
  font-size: 10px;
  text-transform: uppercase;
}

.story_single .story_title h1 {
  border: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

.story_single .story_title h2 {
  border: 0;
  color: #999;
  font-size: 15px;
  line-height: 1.4;
  margin-top: 20px;
  padding: 0;
  text-transform: uppercase;
}

.intro_section {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.body_12 .story_single .intro_section {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.body_12 .story_single .intro_section p.intro {
  font-size: 28px;
  font-weight: 300;
}

.email_box_positioner {
  bottom: 15px;
  left: 15px;
  position: fixed;
  z-index: 1500;
}

.close_x {
  background-image: url('/foundation_static/images/closebox.png');
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
}

/* SOCIAL */

.social_icon {
  background: url('/foundation_static/images/alt_social_icons.png') no-repeat;
  display: block;
  opacity: .8;
  height: 25px;
  width: 25px;
}

.social_icon.facebook {
  background-position: 0 -49px;
}

.social_icon.twitter {
  background-position: -25px -49px;
}

.social_icon.linkedin {
  background-position: -50px -49px;
}

.social_icon.instagram {
  background-position: -75px -49px;
}

.social_icon:hover {
  opacity: 1;
}

/* MOBILE SITE NAV */

.site_nav_wash {
  background: #fff;
  display: none;
  padding: 10px 0px;
  z-index: 100;
  -moz-transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
}

.site_nav_wash .mobile-search {
  padding: 0 10px 10px;
}

.site_nav_wash .mobile-search .ui_textfield {
  border-radius: 5px;
  padding: 5px;
}

.site_nav_wash .mobile-search .ui_textfield input.text {
  font-size: 18px;
  line-height: 1;
  padding-left: 10px;
  width: 263px;
}

.site_nav_wash .mobile-search .ui_textfield button {
  color: #fff;
  font-size: 18px;
  right: 8px;
  top: 6px;
}

.site_nav_wash .mobile-nav {
  padding: 0 10px;
}

.site_nav_wash .nav-block.no_sub {
  background: none;
  border-width: 1px 0 0;
  margin: 0;
  padding-bottom: 0;
}

.site_nav_wash .mobile-search input.text {
  width: 263px;
}

.site_nav_wash .nav-block.no_sub ul.mobile-nav-block {
  padding: 0;
}

.site_nav_wash ul.mobile-nav-block img.pic {
  border-radius: 3px;
  float: left;
  margin-right: 10px;
  width: 22px;
}

.site_nav_wash li.ui_menu_header_item {
  color: #666;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.222;
  padding: 10px 0px 10px 16px;
  text-transform: uppercase;
}

.site_nav_wash li.divider {
  border-top: 1px solid #ddd;
  margin: 5px 0;
}

.site_nav_wash li.ui_menu_item>a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  padding: 10px 0;
  text-decoration: none;
}

.site_nav_wash li.ui_menu_item.sub-item>a {
  color: #333;
  font-size: 16px;
  font-weight: normal;
  padding: 10px 0 10px 20px;
}

.site_nav_wash li.ui_menu_item.sub-item.sub-sub>a {
  font-size: 13px;
  padding: 5px 0 5px 40px;
}

.site_nav_wash li.ui_menu_item.sub-item:last-child>a {
  margin-bottom: 10px;
}

.site_nav_wash li.ui_menu_item:not(.sub-item)>a {
  border: 1px solid #eee;
  border-width: 0 0 1px;
  margin: 0 -10px 10px;
  padding: 15px 5px;
}

.site_nav_wash .nav-block {
  background: rgba(0, 0, 0, .03);
  border: 1px solid #eaeaea;
  border-width: 1px 0 0;
  margin-bottom: 10px;
  padding: 0 10px;
}

.site_nav_wash .nav-block.no_sub li.ui_menu_item:not(.sub-item)>a {
  border: 0;
  margin-bottom: 0;
}

.site_nav_wash .nav-block .has_sub li.ui_menu_item:not(.sub-item)>a {
  padding: 20px 15px 10px;
}

.site_nav_wash li.ui_menu_item.fade>a {
  color: #999;
  font-weight: normal;
}

.site_nav_wash li.ui_menu_item.top-item>a {
  color: #333;
}

.page_wrap {
  background: #fff;
  border: 1px solid #ddd;
  margin: 0 auto;
  max-width: 700px;
  padding: 30px 50px;
}

.page_wrap .form_body.page_form {
  background: none;
  border: 0;
  margin: 0 10%;
  padding: 0;
}

@media screen and (max-width: 700px) {

  .user_list_item.column {
    border-radius: 0;
    margin: 0 -10px 10px !important;
    border-width: 1px 0 !important;
  }

  .user_list_item .cover_stripe {
    height: 100px;
  }

  .page_wrap {
    border: 0;
    box-shadow: rgba(0, 0, 0, .1) 0px 1px 5px;
    border-radius: 5px;
    padding: 20px;
  }

  .page_wrap .form_body.page_form {
    margin: 0 auto;
  }

  .user_blog_item .ui_group_img {
    margin: 0 0 0 -25px;
    width: 35px;
  }

  .user_blog_item .ui_group .ui_group_content {
    margin: 0 0 0 25px;
  }

  blockquote.bordered {
    background: #fafafa;
    border-left-width: 2px;
    font-weight: 300;
    margin: 20px -20px;
  }

  #mainview .user_blog_item h5,
  #mainview .blog_item h5 {
    font-size: 28px;
  }

  .session_list_item .session_loc {
    display: block;
    float: none;
    text-align: left;
  }

  .blog_item.user_blog_item .blog_item_content,
  .blog_item .blog_item_content {
    padding: 20px;
  }
}

@media screen and (max-width: 762px) {
  
  #mainview .ui_group .ui_node_name { width: 100%; }

  .cover_list_item div.ui_group .ui_group_img {
    bottom: auto;
    top: auto;
    float: none;
    margin: -110px auto 0;
    position: relative;
  }

  .cover_list_item div.ui_group .ui_group_content {
    margin: 20px 0 0 0;
    text-align: center;
  }

  .cover_list_item div.ui_group h5.ui_node_name {
    font-size: 18px;
  }

  .cover_list_item div.ui_group .right_actions {
    display: none;
  }
}

@media screen and (max-width: 880px) and (min-width: 763px) {

  #sidebar .ui_group.xlg-group .ui_group_img.video_wrapper {
    float: left;
    margin: 0 15px 0 0;
    width: 180px;
  }
}
