/*******
*******
Widgets
*******
******/

/****
Post List
****/

/*Post List: Individual Post*/

.blog-post {
  background-color: white;
  border: solid 1px rgba(204, 204, 204, 0.23);
  margin-top: 30px;
  position: relative;
}
.blog-post .post__content h1,
.blog-post .post__content h2 {
  font-family: "aktiv-grotesk", sans-serif;
}
.blog-post .post__content h3,
.blog-post .post__content h4,
.blog-post .post__content h5,
.blog-post .post__content h6 {
  font-weight: bold;
}
.blog-post .post__content h1 {
  font-size: 1.875rem;
}
.blog-post .post__content h2 {
  font-size: 1.625rem;
}
.blog-post .post__content h3 {
  font-size: 1.25rem;
}
.blog-post .post__content h4 {
  font-size: 1.125rem;
}
.blog-post .post__content h5 {
  font-size: 0.875rem;
  text-transform: uppercase;
}
.blog-post .post__content h6 {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.blog-post .post__content ul {
  padding-left: 40px;
  list-style: disc outside;
}
.blog-post .post__content ol {
  padding-left: 40px;
}
.blog-post .content-fragment-content {
  margin-top: 0 !important;
}
.post__attachement--viewer,
.post__attachement--viewer img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.post__header {
  position: relative;
}
.blog-post .post__header {
  margin-bottom: 30px;
}
.blog-post .post__title {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.875rem;
  width: 83%;
}
.blog-post .post__publication {
  color: #999999;
  font-size: 0.875rem;
}
.post__all-content {
  margin: 0px;
  padding: 0px 30px;
  overflow: initial;
  position: relative;
  /*background-color: #ffffff;
  border: solid 1px rgba(204, 204, 204, 0.23);*/

}
.post__content {
  background-color: white;
  border-top: none;
}
.blog-post .post__content table {
  width: 100%;
}
.blog-post .post__content table th {
  background: #eeeeee;
  border: 1px solid #dddddd;
  padding: 10px;
  text-align: inherit;
}
.blog-post .post__content table td {
  border: 1px solid #dddddd;
  padding: 10px;
}
.social--header {
  float: right;
}
.social--footer {
  margin-top: 30px;
  overflow: auto;
  padding: 33px 0px;
}
.post__social-item {
  display: inline-block;
  /*float: left;*/
  margin-right: 0px;
  vertical-align: middle;
}
.post__footer {
  margin-bottom: 25px;
}
.post__taglist {
  color: #0099ff;
  display: inline;
  font-size: 14px;
  margin-bottom: 30px;
  width: 100%;
}
.post__taglist.fa::before {
  color: #666666;
}
.post__tag {
  color: #009cff;
  display: inline-block;
  font-size: 14px;
}
.post__tag a::after {
  color: #666666;
  content: ",";
  display: inline;
  width: 0.75em;
  height: 1em;
  font-size: 0.875rem;
  line-height: 0.875rem;
  position: relative;
  top: 1px;
}
.post__tag:last-child a::after {
  display: none;
}
.post__media-attachment {
  margin-bottom: 25px;
}
.post-list__post-header a {
  overflow: hidden;
  font-size: 20px;
  line-height: 22px;
  color: #333333 !important;
}
.post-list__post-content {
  padding: 0;
  border: none;
}
/****Individual Blog Post****/

/***Social Media Icons***/

.blog-post .post__social.social--header {
  position: absolute;
  right: 15px;
  top: -55px;
}
/*.at-share-btn-elements {
    position: relative;
    margin-left: 30px;
    top: -55px;
}*/

.post__footer .at-share-btn-elements {
  margin-left: 0;
  top: 0;
}
a.at-icon-wrapper.at-share-btn {
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.18);
  border-radius: 50% !important;
  margin-left: 8px;
  padding: 5px;
  width: 40px;
  height: 40px;
}
a.at-icon-wrapper.at-share-btn .at-icon-wrapper,
a.at-icon-wrapper.at-share-btn .at-icon-wrapper svg {
  width: 30px !important;
  height: 30px !important;
}
a.at-icon-wrapper.at-share-btn.at-svc-facebook {
  background: #3b5998;
}
a.at-icon-wrapper.at-share-btn.at-svc-linkedin {
  background: #0077b5;
}
a.at-icon-wrapper.at-share-btn.at-svc-google_plusone_share {
  background: #dc4e41;
}
a.at-icon-wrapper.at-share-btn.at-svc-twitter {
  background: #1da1f2;
}
a.at-icon-wrapper.at-share-btn.at-svc-reddit {
  background: #ff5700;
}
/* post likes */

/* .ui-like .like-count */

.like-count.who-likes {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  margin-right: 0;
  position: relative;
}
.like-count.who-likes::before {
  display: none;
}
.likes {
  font-size: 14px;
  color: #999999;
}
.likes--header {
  /*float: right;*/
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.likes--footer {
  float: none;
  vertical-align: bottom;
}
.likes--footer .like-count.who-likes {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  margin-right: 0;
  position: initial;
}
.ui-like {
  cursor: pointer;
}
/*.post__like.likes--button.likes--button--anonymous {font-size: 0.75rem; line-height: 1.3em; width: 15%;}*/

.blog-post .post__like.likes--header.likes--header-anonymous {
  font-size: 0.75rem;
  line-height: 1.3em;
  width: 15%;
}
.blog-post .post__footer .post__social-item.likes--footer-anonymous {
  font-size: 0.75rem;
  line-height: 1.3em;
}
/*.ui-like .like-toggle {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}*/

.ui-like .like-toggle a {
  padding: 0 5px 0 0 !important;
  margin-left: 10px;
}
/****
Podcasts
****/

.podcast-container {
  width: 100%;
}
.podcast__links-container {
  background: white;
  border: solid 1px #ededed;
}
.podcast__header-text {
  margin: 0;
  padding-bottom: 10px;
}
.podcast-list,
.user-defined-markup .podcast-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
li.podcast-list__podcast {
  border-bottom: none;
}
li.podcast-list__podcast:last-child {
  border-bottom: none;
}
li.podcast-list__podcast a,
li.podcast-list__podcast a:visited {
  border-bottom: 1px solid #ededed;
  color: #0099ff;
  display: block;
  padding: 10px 25px;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
li.podcast-list__podcast a:hover,
li.podcast-list__podcast a:focus,
li.podcast-list__podcast a:visited:hover,
li.podcast-list__podcast a:visited:focus {
  color: #0a8de0;
  border-bottom: 1px solid #0a8de0;
}
/****
Webinars
****/

.webinar-container {
  width: 100%;
}
.webinar__links-container {
  background: white;
  border: solid 1px #ededed;
}
.webinar__header-text {
  margin: 0;
  padding-bottom: 10px;
}
.webinar-list,
.user-defined-markup .webinar-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
li.webinar-list__webinar {
  border-bottom: none;
}
li.webinar-list__webinar:last-child {
  border-bottom: none;
}
li.webinar-list__webinar a,
li.webinar-list__webinar a:visited {
  border-bottom: 1px solid #ededed;
  color: #0099ff;
  display: block;
  padding: 10px 25px;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
li.webinar-list__webinar a:hover,
li.webinar-list__webinar a:focus,
li.webinar-list__webinar a:visited:hover,
li.webinar-list__webinar a:visited:focus {
  color: #0a8de0;
  border-bottom: 1px solid #0a8de0;
}
/****
Contributors
****/

/* version added in v2 components */

/* .tag-list.cloud{
  background-color:#ffffff;
  border: 1px solid #ededed;
  padding: 30px;
}
.tag-list.cloud .tag-item a{
  color: #b4b4b4;
  cursor: pointer;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.tag-list.cloud .tag-item a:hover,
.tag-list.cloud .tag-item a:focus {
  background: #ebebeb;
} */

/****
Contributors
****/

.author__container {
  overflow: auto;
}
.author__avatar--link {
  display: block;
  width: 100%;
}
.author__avatar--link img {
  background: none !important;
  max-width: 100% !important;
  max-height: 100% !important;
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
}
.author__content {
  position: relative;
}
.author__post-count {
  font-size: 0.875rem;
  line-height: 1em;
  position: absolute;
  right: 25px;
  top: 30px;
}
.author__contributor .author__name,
.author__contributor .author__name:visited {
  color: #333333;
  display: block;
  font-size: 1.125rem;
  line-height: 1em;
  margin-bottom: 5px;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
  width: 75%;
}
.author__contributor .author__name:hover,
.author__contributor .author__name:focus {
  color: #0099ff;
}
.author__title {
  color: #999999;
  display: block;
  font-size: 0.75rem;
  /*line-height: 1.3rem;*/

}
.author__bio {
  font-size: 0.875rem;
  line-height: 1.3rem;
  margin: 1em 0;
}
.author__latest-post-links-list a {
  display: block;
  padding: 0.5em 0;
}
/*Contributors All*/

.ig-blog-contributor .contributor__loadmore-container {
  padding-bottom: 10px;
}
/*Contributors Home Page*/

.author__contributor.contributor--home .author__avatar--link {
  margin-bottom: 30px;
}
.author__contributor.contributor--home .author__contributor .author__name,
.author__contributor.contributor--home .author__contributor .author__name:visited {
  color: #666666;
  display: block;
  font-size: 1.25rem;
  line-height: 1.25em;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
  width: 75%;
}
.author__contributor.contributor--home .author__post-count {
  right: 0;
  top: 0;
}
.ui-card--flex .author__contributor.contributor--home.ui-card {
  margin: 0;
  width: 50%;
  max-width: 50%;
}
.author__contributor.contributor--home .author__title {
  color: #999999;
  font-size: 0.75rem;
  line-height: 1.3em;
}
/*Contributors Tags*/

.author__contributor.tag--contributor .author__avatar {
  display: table-cell;
  width: 35%;
}
.author__contributor.tag--contributor .author__details {
  display: table-cell;
  vertical-align: middle;
  padding: 0 40px 0 20px;
  width: 65%;
}
.author__contributor.tag--contributor .author__post-count {
  right: 0;
  top: 30px;
}
/*Widget-- Contributor Profile*/

.author__avatar.profile--avatar {
  display: inline-block;
  max-width: 47.5%;
  vertical-align: top;
  width: 100%;
}
.author__contributor .author__avatar.profile--avatar img {
  width: 100%;
  max-height: 200px;
}
article.author__contributor.profile--contributor {
  margin-bottom: 45px;
  padding-bottom: 25px;
  overflow: visible;
  position: relative;
}
.author__content .author__title {
  color: #999999;
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin-top: 5px;
}
.author__contributor .profile--contributor .author__bio {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  display: inline;
  text-align: left;
}
.author__content.profile--content {
  float: none;
  display: inline-block;
  width: 50%;
  padding-left: 2%;
  /*max-height: 200px;*/
  overflow: hidden;
  vertical-align: top;
}
.author__contributor.profile--contributor .author__bio {
  overflow: auto;
  max-height: 140px;
}
/*.author__contributor.profile--contributor .author__bio::after {
    content: '';
    display: block;
    position: absolute;bottom: 0;left: 0;right: 0;
    height: 30px;
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.94) 46%,rgba(255,255,255,1) 49%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.94) 46%,rgba(255,255,255,1) 49%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}*/

span.author__username {
  font-size: 30px;
  color: #333333;
  line-height: normal;
  display: block;
  width: 90%;
}
.author__contributor.profile--contributor .author__content .author__post-count {
  top: 7px;
}
/*.author__social a img {
    border: none;
    float: right;
    position: absolute;
    display: block;
    bottom: -7%;
    right: 5%;
    box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.18);
}*/

.author__social {
  position: absolute;
  bottom: -20px;
  right: 25px;
}
.author__social--item {
  display: inline-block;
}
.author__social--item a {
  background: #333333;
  border-radius: 50%;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.18);
  color: white;
  display: block;
  font-size: 24px;
  line-height: 31px;
  margin-left: 5px;
  margin-bottom: 5px;
  padding: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.author__social--item.author__social--blog a {
  background: #a80053;
}
.author__social--item.author__social--facebook a {
  background: #3b5998;
}
.author__social--item.author__social--twitter a {
  background: #1da1f2;
}
.author__social--item.author__social--linkedin a {
  background: #0077b5;
}
.author__social--item.author__social--email a {
  background: #666666;
}
.author__social--item a:hover,
.author__social--item a:focus {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
@media only screen and (max-width: 1120px) and (min-width: 960px) {
  .author__container.ui-card--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .author__container.ui-card--flex .author__contributor.contributor--home.ui-card {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
  .author__container.ui-card--flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .author__container.ui-card--flex .author__contributor.contributor--home.ui-card {
    width: 25%;
    max-width: 25%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .author__container.ui-card--flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .author__container.ui-card--flex .author__contributor.contributor--home.ui-card {
    width: 50%;
    max-width: 50%;
  }
  .author__avatar.profile--avatar,
  .author__content.profile--content {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .author__contributor.profile--contributor .author__bio {
    overflow: hidden;
    max-height: 100%;
  }
  .author__contributor .author__avatar.profile--avatar img {
    max-height: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .author__container.ui-card--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .author__container.ui-card--flex .author__contributor.contributor--home.ui-card {
    width: 100%;
    max-width: 100%;
  }
  .author__avatar.profile--avatar,
  .author__content.profile--content {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .author__contributor.profile--contributor .author__bio {
    overflow: hidden;
    max-height: 100%;
  }
  .author__contributor .author__avatar.profile--avatar img {
    max-height: 100%;
  }
}
/*****
Forums
******/

/*Interior Pages*/

html .content-fragment-page,
body .content-fragment-page,
form:first-child .content-fragment-page {
  min-height: 75%;
  /*background-color: #fff;*/

}
/*Header*/

/* .thread-list__filters {
    border-bottom-color: #e4e4e4;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 15px;
    padding-top: 25px;
} */

/***
Right Sidebar
***/

.layout-region-inner.right-sidebar {
  margin-left: 10%;
  width: 90%;
  overflow: hidden;
}
/***Tag Widget***/

/* version added to v2 component css */

/* .tag_list .tag_item {
  color: #999;
  display: inline-block;
  margin: 4px;
}
.tag_list .tag_item a {
  background: #e5f3fd;
  color: #999;
  display: inline-block;
  font-size: 0.875rem;
  margin: 0;
  padding: 10px;
}
.tag_list .tag_item a:hover,
.tag_list .tag_item a:focus {
  background: #dceffd;
}
.tag_item .fa {font-size: 0.75rem; transform: rotate(90deg);}
.tag_item .fa.fa--left {margin-right: 4px;} */

/*li.tag_item.fa.fa-tags {
    background-color: #E5F3FD;
	margin: 4px;
	padding: 10px;
	color: #999;
}
li.tag_item.fa.fa-tags a {
    color: #666;
    font-family: aktiv-grotesk;
    font-size: 14px;
	padding: 5px;
}
.fa-tags:before {
    content: "\f02c";
    font-size: 12px;
}*/

.content-fragment-content .underline {
  color: #e4e4e4;
  border-style: solid;
  border-width: 0.5px;
  margin-bottom: 20px;
}
.content-fragment-content h4 {
  font-size: 20px;
  color: #333333;
  font-weight: normal;
  padding-bottom: 0px;
  margin-bottom: 15px;
  /*margin-top: 20%;*/

}
/****Thread List****/

/***FAQ -- Commented out to see if it's needed***/

/*.content-fragment.with-header .content-fragment-header {
    display: block;
    font-size: 20px;
    font-weight: normal;
    font-family: aktiv-grotesk;
    color: #333;
    border-bottom: #e4e4e4;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 15px;
    padding-top: 10px;
}
a.internal-link.view-post.unread {
    font-size: 14px;
}
.content-fragment .content-list.tabular .content-item .cell {
    font-size: 13.5px;
    color: #aaaaaa;
    vertical-align: top;
    border-bottom: 1px solid #e4e4e4;
}
.content-fragment.thread-list .content-list.tabular .content-item .cell.name {
    padding-top: 15px;
    padding-bottom: 15px;
}*/

/***sidebar***/

/* .thread-list .thread-list__sidebar .content-item {border-bottom: 1px solid #e4e4e4; padding-bottom: 5px;}
.thread-list .thread-list__sidebar .content-item .author > a {display:block;}
.thread-list .thread-list__sidebar .avatar,
.thread-list .thread-list__sidebar .avatar img {border-radius: 0;}
.thread-list .thread-list__sidebar .avatar {top: 5px;} */

/****IG Thread List****/

/*top*/

/* .details-count {
  font-size: 12px;
  color: #999;
  margin-bottom: 20px;
}
.thread-list {table-layout: fixed;}
.thread-list__thread {display:table-row;} */

/*Filters: Drop Down Menus*/

/* .thread-list__filters select,
.thread-list__filter-select {
  background-color: #fff;
  border-width: 0;
  color: #666;
  cursor: pointer;
  font-size: 14px;
}
.filter-select--view {}
.filter-select--by { float: right; margin-right: 25px; }
.filter-select--order { float: right; } */

/***Left Side***/

/* .thread__left-sidebar {
  border-bottom-style: solid;
  border-bottom-color: #e4e4e4;
  border-bottom-width: 1px;
  display: table-cell;
  text-align: center;
  padding: 20px;
  width: 125px;
}

.thread__status {display: block;}
.thread__status .attribute-value .fa {font-size: 1.75rem;}
.attribute-value.unanswered {color: #f13a47;}
.attribute-value .suggested { color: #b4b4b4; }
.attribute-value .verified { color: #35933c; }

.thread__views,
.thread__replies {
  color: #b4b4b4;
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
.thread__attr-count {
	color: #000;
	display: block;
	font-size: 1.25rem;
	line-height: 1.3em;
}
.thread__attr-label {
	display: block;
	line-height: 1em;
} */

/***Right Side***/

/* .thread__content {
  display: table-cell;
  border-bottom-style: solid;
  border-bottom-color: #e4e4e4;
  border-bottom-width: 1px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.thread__content .thread__body {
  color: #999;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.thread__content .thread__tags {
  float: left; width: 70%;
}
.thread__content .thread__author {
  float: right;
  font-size: 14px;
  color: #999;
  line-height: 16px;
  width: 30%;
}
.thread__author .internal-link.view-user-profile {
	color: #0099ff;
}
.thread__author .internal-link.view-user-profile:hover,
.thread__author .internal-link.view-user-profile:focus {
	color: #75b9e7;
}

.view-post.thread-title--unread {
  font-size: 20px;
  color: #333;
}
.internal-link.view-post.thread-title--read {
  font-size: 20px;
  color: #333;
}

.navigation-list.links a {
    font-size: 0.9em;
    display: block;
    margin-bottom: 6px;
    padding: 4px;
    text-align: center;
    border: 1px solid #0099ff;
    color: #0099ff;
    background-color: white;
    border-radius: 3px;
    -webkit-transition: background-color 0.15s;
    -moz-transition: background-color 0.15s;
    transition: background-color 0.15s;
}
.navigation-list.links .inline a {
  padding: 4px;
}
.navigation-list.links .inline .ui-moderate a {position: relative; text-align: center;}
.navigation-list.links .inline .ui-moderate a span {
  position: absolute; left: 15px; top: 50%;
  margin-top: -4px;
} */

/* @media only screen and (max-width: 768px)  {
  .thread__content .thread__tags, .thread__content .thread__author {float: none; width: auto;}
  .thread__content .thread__author {margin-top: 10px; margin-left: 5px;}
}
@media only screen and (max-width: 699px) {
  .thread-list__filters select,
  .thread-list__filter-select {
    float: none;
    margin: 5px 0;
    padding: 5px;
  }
} */

/***Load More Button***/

/*p.thread-list__loadmore-container {
    text-align: center;
}
button#fragment-400_load-more {
    background-color: #fff;
    border: #0099ff;
    border-style: solid;
    border-width: 1px;
    padding: 5px 15px;
    color: #0099ff;
    font-size: 14px;
}*/

/*Threadlist-- Thread Tag*/

/*.thread__tag {
    background-color: #e5f3fd;
    padding: 5px;
    color: #999;
    font-size: 14px;
}
.thread__tag a {
    color: #666;
    padding: 5px;
}
.thread__tag:before {
    padding-left: 5px;
}*/

/*SubNav widget*/

.nav__dropdown--icon {
  color: white;
  background-color: gray;
  padding: 5px;
}
.nav__dropbtn {
  display: inline-block;
  margin-right: 20px;
}
.nav__dropdown-content {
  display: none;
}
.nav__dropdown-content > a {
  display: inherit;
  padding: 7px 25px;
}
.nav__dropdown {
  position: absolute;
  background-color: black;
}
/*Site User Banner widget*/

.banner.context .avatar {
  border-radius: 0;
}
.banner.context .avatar img {
  border-radius: 0;
}
/*Temp solution for removing site @mentions feature*/

.mceMentionablesList {
  display: none !important;
}
/* @media only screen and (570px) {
  .thread-list__filters select {
    float: none;
    margin: 5px 0;
    padding: 5px;
  }
  .thread__tags,
  .thread__author {
    float: none;
    margin-bottom: 5px;
    margin-top: 5px;
  }
} */

/*******
Search Results Page
*******/

/*Left Column*/

/*.content-list.content > .content-item {
    padding: 30px 0 30px 15px;
    border-bottom: 1px solid #e6e9ea;
}*/

.search-result-list .content .name a,
.popup-list .content .name a {
  color: #333333;
  font-size: 20px;
  font-family: aktiv-grotesk;
}
.content-fragment .content.abbreviated .content,
.popup-list .content.abbreviated .content {
  clear: both;
  line-height: 1.4em;
  margin-right: 200px;
  font-size: 14px;
  color: #999999;
  width: 60%;
}
/*Right Column*/

a.internal-link.view-user-profile {
  font-size: 14px;
  line-height: 16px;
}
ul.attribute-list {
  font-size: 12px;
  line-height: 16px;
  display: block;
}
li.attribute-item.container {
  margin-top: 10px;
}
/*Results*/

.left-sidebar .filter-selector,
.right-sidebar .filter-selector {
  float: none;
  clear: both;
  width: 80%;
  margin: 0;
}
.filter-selector h3 {
  font-size: 20px;
  font-family: aktiv-grotesk;
  color: #333333;
  border-bottom: solid #e4e4e4 1px;
  padding-bottom: 20px;
  padding-top: 11%;
}
/*a.internal-link.rss {
    width: 80%;
}*/

/*****
Notifications Page
*****/

form[action*="./settings"] h2 {
  font-size: 20px;
  color: #333333;
}
a.tab {
  display: block;
  font-size: 16px;
  font-family: aktiv-grotesk;
  text-decoration: none;
}
a.tab.selected {
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-family: aktiv-grotesk;
}
.user-edituser fieldset .field-list .field-item .field-item-name,
fieldset .field-list .field-item .field-item-header {
  font-size: 16px;
  color: #333333;
}
.user-edituser fieldset .field-list .field-item {
  margin: 10px 0 30px 0;
  font-size: 14px;
}
.content-fragment.edit-user fieldset h3 {
  margin: 0.5em 0 0.25em 0;
  font-size: 16px;
  color: #333333;
}
.notification-setting-item td {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}
fieldset a.submit-form,
fieldset input[type="button"],
fieldset a.save-form,
fieldset .button {
  line-height: 44px;
  height: 44px;
  padding: 0 30px 0 30px;
  border: 0px;
  border-radius: 0px;
  display: inline-block;
  background-color: #0099ff;
  color: white;
  font-size: 16px;
  margin-right: 10px;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
/******
My Profile
*****/

.user-userprofile .banner.context {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  margin: 10px 0;
  position: relative;
  z-index: 1;
}
/*.banner.context .description a*/

.user-userprofile .banner.context .name a,
.user-userprofile .banner.context .hierarchy .current-hierarchy .name a {
  font-family: "aktiv-grotesk", "Open Sans", sans-serif;
  font-weight: normal;
  /*float: left;*/
  color: #333333;
  font-size: 20px;
  line-height: 1.3em;
  /*padding-top: 10px;*/
  display: block;
}
.user-userprofile .banner.context.home .ui-tourtip.navigation-list.applications {
  margin-top: 5px;
}
.user-userprofile .banner.context.home .navigation-list.applications ul li a {
  padding-right: 10px;
  padding-left: 0;
}
.user-userprofile .banner.context.home .navigation-list.applications ul li:last-child a {
  padding-right: 0;
  padding-left: 0;
}
.user-userprofile .banner.context.home .navigation-list.applications ul li a {
  display: block;
  font-size: 12px;
  line-height: 1.3em;
}
.user-userprofile .banner.context.home .navigation-list.new .more,
.user-userprofile .banner.context.home .navigation-list.new .more:visited {
  background: #0099ff;
  border: 1px solid #0099ff;
  border-radius: 0;
  color: white;
  font-size: 0.875rem;
  font-weight: bold;
  box-shadow: none;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.user-userprofile .banner.context.home .navigation-list.new:hover,
.user-userprofile .banner.context.home .navigation-list.new:focus {
  box-shadow: none;
}
.user-userprofile .banner.context.home .navigation-list.new .more:hover,
.user-userprofile .banner.context.home .navigation-list.new .more:focus {
  background: white;
  color: #0099ff;
  box-shadow: none;
}
.links-popup-panel ul > li > span > a:hover,
.links-popup-panel ul a,
.links-popup-panel ul a:visited {
  color: #0099ff;
}
.links-popup-panel ul > li > span > a:hover,
.links-popup-panel ul a:hover,
.links-popup-panel ul a:focus {
  background: #eeeeee;
  color: #0099ff;
}
.user-userprofile .user-profile .content.full h3.name,
.user-userprofile .user-profile-group-content-fragment.with-spacing.multiple-groups .content-fragment-content h3.name {
  font-weight: normal;
  color: #333333;
  font-size: 20px;
  line-height: 1.3em;
  display: block;
}
.user-userprofile .user-profile-group-content-fragment.with-spacing.multiple-groups .attributes .attribute-list .attribute-item .attribute-name {
  color: black;
}
.user-userprofile .user-points-total .content.full h3.name a {
  font-family: "aktiv-grotesk", "Open Sans", sans-serif;
  font-weight: normal;
  color: #333333;
  font-size: 20px;
  line-height: 1.3em;
  display: block;
}
/*.content-details.minimal .attribute-list .attribute-item:last-child {
    border-bottom: 0px;
    font-size: 14px;
    color: #666;
}
.user-userprofile .navigation-list.links a {
    font-size: 0.9em;
    display: block;
    margin-bottom: 6px;
    padding: 4px;
    text-align: center;
    border: 1px solid #0099ff;
    color: #0099ff;
    background-color: white;
    border-radius: 3px;
    -webkit-transition: background-color 0.15s;
    -moz-transition: background-color 0.15s;
    transition: background-color 0.15s;
    width: 90%;
}
.user-userprofile .user-points-total h3.name {
    font-size: 20px;
    color: #333;
    border-bottom: solid 1px #e4e4e4;
    padding-bottom: 10px;
}
.user-userprofile .banner.context.home .ui-tourtip.navigation-list.applications .container {
    height: 100px;
}*/

/******
Notifications
******/

.notifications-list h1.title {
  /*margin-top: 0;*/
  font-size: 20px;
  font-family: aktiv-grotesk;
}
