#preview-bar-container div {
  z-index: 999999;
}
/* -- Color ----------------------------------------------------------------- */
/* /  Color ----------------------------------------------------------------- */
/* -- Fonts ----------------------------------------------------------------- */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
ol,
li {
  font-family: 'Source Sans Pro', sans-serif;
}
/* /  Fonts ----------------------------------------------------------------- */
/* -- Header ----------------------------------------------------------------- */
.header {
  padding-left: 25px;
  padding-right: 15px;
  max-width: 100%;
  width: 100%;
}
.header #user-dropdown {
  z-index: 99999;
}
.logo {
  order: 2;
}
.logo:hover *,
.logo:active * {
  text-decoration: none;
}
.logo a {
  display: flex;
  align-items: center;
}
.logo a img {
  max-height: 28px;
}
.logo a span {
  color: #49555e;
  font-size: 20px;
  border-left: 1px solid #D8D8D8;
  padding-left: 12px;
  margin-left: 15px;
}
.login {
  border: 1px solid #49555e !important;
  padding-left: 12px !important;
  font-size: 14px !important;
  color: #49555e !important;
}
.login:hover {
  background: #49555e !important;
  color: #fff !important;
}
.nav-wrapper {
  display: flex;
  align-items: center;
  width: 79%;
  justify-content: flex-end;
  order: 3;
}
.nav-wrapper a {
  font-size: 16px;
  color: #2d8ed9;
  font-family: 'Open Sans', helvetica, sans-serif;
}
.nav-wrapper a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1400px) {
  .nav-wrapper a {
    font-size: 16px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1350px) {
  .nav-wrapper a {
    font-size: 15px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1265px) {
  .nav-wrapper a {
    font-size: 13px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1175px) {
  .nav-wrapper a {
    font-size: 11px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .nav-wrapper a {
    font-size: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .hide-on-mobile {
    display: none;
  }
}
.icon-menu {
  display: none;
}
.user-nav {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .user-nav {
    display: flex;
    justify-content: center;
  }
}
.user-nav[aria-expanded="true"] {
  z-index: 99999;
}
.header-search {
  width: 75px;
  border-right: 1px solid #D8D8D8;
  margin-right: 10px;
  padding-right: 15px;
}
.header-search.active {
  width: 100%;
  margin-left: 30px;
}
.header-search.active::before {
  color: #3490D6;
}
.header-search.active #query {
  text-indent: 0px;
}
.header-search::before {
  left: auto;
  right: 15px;
  font-size: 27px;
  color: #5b6770;
  z-index: -1;
}
.header-search #query {
  border-radius: 0px;
  border: 0px none;
  padding: 0px;
  background: transparent;
  text-indent: -99999px;
  font-size: 16px;
  cursor: pointer;
}
.header-search #query:focus {
  border-bottom: 1px solid #3490D6;
}
.header-search #query::-webkit-input-placeholder {
  color: #b9bec1;
  font-style: italic;
}
.header-search #query::-moz-placeholder {
  color: #b9bec1;
  font-style: italic;
}
.header-search #query:-ms-input-placeholder {
  color: #b9bec1;
  font-style: italic;
}
.header-search #query:-moz-placeholder {
  color: #b9bec1;
  font-style: italic;
}
/* /  Header ----------------------------------------------------------------- */
/* -- Alerts ----------------------------------------------------------------- */
main {
  position: relative;
  border-top: 20px solid #49555e;
  padding-bottom: 40px;
}
.alerts-container {
  position: absolute;
  top: 0px;
  background: #e67300;
  width: 100%;
  z-index: 99;
}
.alerts-container .btn-close {
  position: absolute;
  right: 30px;
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  top: 5px;
}
.alerts-container a:hover {
  text-decoration: none;
}
.alerts-container a:hover h4 {
  text-decoration: none;
}
.alerts-container h4 {
  margin-bottom: 0px;
  font-size: 24px;
  color: #fff;
  padding-top: 3px;
  padding-bottom: 4px;
  text-align: center;
}
/* /  Alerts ----------------------------------------------------------------- */
/* -- Homepage ----------------------------------------------------------------- */
.hero {
  background-color: #0d3251;
  height: 465px;
  position: relative;
  text-shadow: 1px 1px 2px black;
}
/*.hero::after {
  content: '';
  position: absolute;
  bottom: -30px;
  background-repeat: no-repeat;
  background-size: 60px 31px;
  background-position: center;
  width: 100%;
  height: 31px;
  left: 0px;
  z-index: -1;
}*/
.hero-inner {
  max-width: 778px;
}
.hero-inner h1 {
  color: #fff;
  font-size: 45px;
  line-height: 49px;
}
.hero-inner .search {
  max-width: 778px;
}
.hero-inner .search #query {
  border: 1px solid #a3a9ac;
  border-radius: 4px;
  font-size: 22px;
  height: 55px;
}
/* -- Categories ----------------------------------------------------------------- */
.knowledge-base,
.topics-list {
  margin-bottom: 30px;
}
.knowledge-base .blocks-list,
.topics-list .blocks-list {
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media screen and (min-width: 1076px) {
  .knowledge-base .categories .blocks-item:nth-child(-n+4) {
    max-width:22%;
  }
  .knowledge-base .categories .blocks-item:nth-child(n+5) {
    max-width:17%;
    height:75%;
  }
}
@media screen and (max-width: 1075px) {
  .knowledge-base .blocks-list,
  .topics-list .blocks-list {
    flex-wrap: wrap;
  }
  .knowledge-base .blocks-list .blocks-item,
  .topics-list .blocks-list .blocks-item {
    margin-left: 3px;
    margin-right: 3px;
    max-width: 30%;
  }
}
@media screen and (max-width: 798px) {
  .knowledge-base .blocks-list,
  .topics-list .blocks-list {
    flex-wrap: wrap;
  }
  .knowledge-base .blocks-list .blocks-item,
  .topics-list .blocks-list .blocks-item {
    margin-left: 3px;
    margin-right: 3px;
    max-width: 48%;
  }
}
@media screen and (max-width: 350px) {
  .knowledge-base .blocks-list,
  .topics-list .blocks-list {
    flex-wrap: wrap;
  }
  .knowledge-base .blocks-list .blocks-item,
  .topics-list .blocks-list .blocks-item {
    max-width: 100%;
  }
}
.knowledge-base .blocks-item,
.topics-list .blocks-item {
  background: #ffffff;
  border: 3px solid #2d8ed9;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center 30px;
  display: flex;
  justify-content: space-between;
  transition:  all .1s ease-in-out;
  box-shadow: 0px 5px 15px -3px rgba(0, 0, 0, 0.35);
}
.knowledge-base .blocks-item:hover,
.topics-list .blocks-item:hover {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
}
.knowledge-base .blocks-item .blocks-item-link,
.topics-list .blocks-item .blocks-item-link {
  padding: 15px;
  justify-content: center;
  padding-top: 115px;
  align-items: flex-start;
}
.knowledge-base .blocks-item .blocks-item-link .blocks-item-title,
.topics-list .blocks-item .blocks-item-link .blocks-item-title {
  font-size: 28px;
  color: #414242;
  line-height: 33px;
}
.knowledge-base .blocks-item .blocks-item-link .blocks-item-description,
.topics-list .blocks-item .blocks-item-link .blocks-item-description {
  color: #414242;
  font-size: 17px;
  line-height: 20px;
}
.knowledge-base .blocks-item .cat-read-more,
.topics-list .blocks-item .cat-read-more {
  color: #2d8ed9;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
  margin-right: -10px;
  font-weight: bold;
  margin-top: 10px;
  font-size: 17px;
}
.knowledge-base .blocks-item .cat-read-more:hover,
.topics-list .blocks-item .cat-read-more:hover {
  color: #0081c6;
}
.knowledge-base .blocks-item .cat-read-more::after,
.topics-list .blocks-item .cat-read-more::after {
  content: '';
  height: 13px;
  width: 13px;
  display: block;
  margin-left: 7px;
  background-repeat: no-repeat;
}
.knowledge-base #cat-icon-360000018032,
.topics-list #cat-icon-360000018032 {
  display: none;
}
/* /  Categories ----------------------------------------------------------------- */
/* -- Bottom sections ----------------------------------------------------------------- */
.bottom-sections {
  display: flex;
  justify-content: space-between;
  /* -- Recent activity ----------------------------------------------------------------- */
  /* /  Recent activity ----------------------------------------------------------------- */
}
@media screen and (max-width: 1000px) {
  .bottom-sections {
    flex-wrap: wrap;
  }
}
.bottom-sections h2,
.bottom-sections h3 {
  text-align: left;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 15px;
}
.bottom-sections .community-featured-posts {
  margin-right: 30px;
}
@media screen and (max-width: 1000px) {
  .bottom-sections .community-featured-posts {
    margin-right: 0px;
  }
}
.bottom-sections .section.activity,
.bottom-sections .articles {
  width: 50%;
  font-size: 17px;
}
.bottom-sections .section.activity a,
.bottom-sections .articles a {
  font-size: 17px;
}
@media screen and (max-width: 1000px) {
  .bottom-sections .section.activity,
  .bottom-sections .articles {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px;
    margin-bottom: 30px;
  }
}
.bottom-sections .section.activity {
  padding-right: 30px;
}
.bottom-sections .articles {
  padding-left: 30px;
}
.bottom-sections .community,
.bottom-sections .activity {
  padding-top: 0px;
  border: 0px none;
}
.bottom-sections .promoted-articles-item {
  width: 100%;
}
.bottom-sections .recent-activity-item-parent {
  text-transform: uppercase;
  color: #a3a9ac;
}
.bottom-sections .recent-activity-header {
  display: none;
}
.bottom-sections .recent-activity-item-meta {
  display: none;
}
.bottom-sections .recent-activity-item {
  display: flex;
}
.bottom-sections .recent-activity-item-parent {
  width: 55%;
}
.bottom-sections .recent-activity-item-link {
  width: 100%;
}
/* /  Bottom sections ----------------------------------------------------------------- */
/* /  Homepage ----------------------------------------------------------------- */
.container {
  max-width: 1170px;
}
/* -- Interior page ----------------------------------------------------------------- */
.interior-page {
  padding-top: 25px;
}
.sub-nav {
  min-height: 0px;
  margin-bottom: 15px;
}
.page-header h1,
.article-header h1,
.interior-main-content h1 {
  font-size: 48px;
  width: 100%;
  margin-bottom: 10px;
  padding: 0px;
  line-height: 1.15em;
}
.page-header .page-header-description,
.article-header .page-header-description,
.interior-main-content .page-header-description {
  width: 100%;
  font-size: 23px;
  font-style: normal;
}
.community-header {
  flex-wrap: nowrap;
  justify-content: space-between;
}
.community-header h1 {
  border-bottom: 1px solid #d0d2d3;
  max-width: 685px;
  padding-bottom: 30px;
  margin-bottom: 0px;
}
.article-header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.article-body a {
  font-weight: bold;
}
.article-body table td {
  padding: 8px;
}
.article-body .button {
  font-size: 16px;
}
.interior-page-container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  /* -- Sidebar ----------------------------------------------------------------- */
  /* /  Sidebar ----------------------------------------------------------------- */
}
.interior-page-container .interior-main-content {
  max-width: 742px;
  width: 100%;
  padding-right: 50px;
}
.interior-page-container .interior-main-content .button {
  font-size: 16px;
}
.interior-page-container .interior-main-content .section-tree .section {
  flex: 0 0 30%;
  margin-bottom: 30px;
}
.interior-page-container .interior-main-content .section-tree .section h3 {
  border-radius: 4px;
  padding: 25px;
  color: #000;
  background-color: #d0d2d3;
  background-repeat: no-repeat;
  background-position: 96.5% center;
  font-size: 22px;
  font-weight: bold;
}
.interior-page-container .interior-main-content .section-tree .section h3.ui-state-active,
.interior-page-container .interior-main-content .section-tree .section h3:hover {
  background-color: #0074c8;
  color: #fff;
  cursor: pointer;
}
.interior-page-container .interior-main-content .section-tree .section h3.ui-state-active a,
.interior-page-container .interior-main-content .section-tree .section h3:hover a {
  color: #fff;
  text-decoration: none;
}
.interior-page-container .interior-main-content .section-tree .section h3 .section-description {
  font-size: 20px;
  font-weight: normal;
  margin-top: 5px;
  line-height: 24px;
  max-width: 85%;
  margin-bottom: 0px;
}
.interior-page-container .interior-main-content .section-tree .section h4 {
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 15px;
  margin-bottom: 0px;
}
.interior-page-container .interior-main-content .section-tree .section h4 a {
  font-weight: bold;
  font-size: 18px;
  color: #414242;
}
.interior-page-container .interior-main-content .section-tree .section .article-list {
  margin-left: 20px;
  padding-top: 15px;
  list-style: disc;
}
.interior-page-container .interior-main-content .section-tree .section .article-list .article-list-item {
  padding: 0px;
  border: 0px none;
  align-items: center;
}
.interior-page-container .interior-main-content .section-tree .section .article-list .article-list-item .icon-star {
  margin-right: 5px;
}
.interior-page-container .interior-main-content .section-tree .section .article-list .article-list-item .article-list-link {
  font-size: 17px;
  color: #2d8ed9;
  border: 0px none;
  padding-top: 3px;
  padding-bottom: 3px;
  display: block;
  width: 100%;
}
.interior-page-container .interior-main-content .section-tree .section .article-list .article-list-item .article-list-link:hover {
  text-decoration: none;
  color: #2d8ed9;
}
.interior-page-container .interior-main-content .section-tree .section .see-all-articles {
  color: #1995cc;
  font-weight: bold;
  font-size: 17px;
  display: flex;
  align-items: center;
}
.interior-page-container .interior-main-content .section-tree .section .see-all-articles::after {
  content: '';
  height: 13px;
  width: 13px;
  display: block;
  margin-left: 7px;
  background-repeat: no-repeat;
}
.interior-page-container #new_request {
  font-size: 17px;
}
.interior-page-container #new_request label {
  font-size: 17px;
  color: #2d8ed9;
}
.interior-page-container .sidebar {
  max-width: 350px;
  width: 100%;
}
.interior-page-container .sidebar .whats-new {
  border: 1px solid #d0d2d3;
  background: #f2f2f2;
  border-radius: 3px;
  padding: 25px 0px;
}
.interior-page-container .sidebar .whats-new h3 {
  font-size: 28px;
  color: #414242;
  font-weight: normal;
  text-align: center;
  width: 100%;
  margin-top: 0px;
  text-transform: capitalize;
}
.interior-page-container .sidebar .whats-new li {
  border: 0px none;
}
.interior-page-container .sidebar .whats-new li.prev-link a:after {
  border-color: rgba(0, 0, 0, 0);
}
.interior-page-container .sidebar .whats-new a, .recent-activity-no-activities {
  display: block;
  width: 100%;
  padding: 12px 25px 0px 25px !important;
  line-height: 1.35em;
}
.interior-page-container .sidebar .whats-new a:hover {
  background: #0074c8;
  color: #fff;
  text-decoration: none;
}
.interior-page-container .sidebar .whats-new a:hover:after {
  border-color: rgba(0, 0, 0, 0);
}
.interior-page-container .sidebar .whats-new a:after {
  content: '';
  width: 100%;
  display: block;
  border-bottom: 1px solid #d0d2d3;
  margin-top: 10px;
}
.interior-page-container .sidebar .whats-new .recent-activity-item-parent,
.interior-page-container .sidebar .whats-new .recent-activity-header {
  display: none;
}
.interior-page-container .sidebar .whats-new .recent-activity-item-meta {
  display: none;
}
.interior-page-container .sidebar .whats-new .recent-activity-item-link {
  width: 100%;
  color: #0074c8;
  padding: 12.5px 25px;
  font-size: 17px;
}
.interior-page-container .sidebar .whats-new .recent-activity-item {
  padding: 0px;
}
.interior-page-container .sidebar .whats-new .recent-articles li,
.interior-page-container .sidebar .whats-new .related-articles li {
  margin-bottom: 0px;
}
.interior-page-container .sidebar .whats-new .recent-articles li:last-of-type a:after,
.interior-page-container .sidebar .whats-new .related-articles li:last-of-type a:after {
  border-color: rgba(0, 0, 0, 0);
}
.interior-page-container .sidebar .whats-new .recent-articles li a,
.interior-page-container .sidebar .whats-new .related-articles li a {
  font-size: 17px;
}
.interior-page-container .sidebar .whats-new .recent-activity-controls {
  padding-top: 0px;
}
.interior-page-container .sidebar .whats-new .recent-activity-controls a {
  font-size: 17px;
  padding-bottom: 12px !important;
}
.interior-page-container .sidebar .whats-new .recent-activity-controls a:after {
  display: none;
}
.interior-page-container .sidebar .feedback {
  text-align: center;
}
.interior-page-container .sidebar .feedback h4 {
  font-size: 20px;
  text-align: center;
  color: #414242;
}
.interior-page-container .sidebar .feedback .btn {
  background: #e67300;
  color: #fff;
  border-radius: 4px;
  padding: 7.5px 12px 10.5px 12px;
  font-size: 20px;
  border: 1px solid #a3a9ac;
}
.interior-page-container .sidebar .feedback .btn:hover {
  text-decoration: none;
  background: #0074c8;
  border-color: #0074c8;
}
/* /  Interior page ----------------------------------------------------------------- */
/* -- Category ----------------------------------------------------------------- */
.interior-page-container .interior-main-content.category-content {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.category-section-container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .category-section-container {
    flex-wrap: wrap;
  }
}
.category-section-container .section {
  max-width: 30%;
}
@media screen and (max-width: 768px) {
  .category-section-container .section {
    max-width: 100%;
  }
}
/* /  Category ----------------------------------------------------------------- */
/* -- Section ----------------------------------------------------------------- */
.section-content .page-header {
  border-bottom: 1px solid #d0d2d3;
  margin-bottom: 30px;
}
.section-content .article-list {
  margin-left: 50px;
}
.section-content .article-list .article-list-item {
  border: 0px none;
  padding: 0px;
}
.section-content .article-list .article-list-link {
  font-size: 17px;
  display: block;
  padding: 15px 0px;
}
.section-content .article-list .article-list-link:hover {
  color: #0074c8;
}
/* /  Section ----------------------------------------------------------------- */
/* -- Article ----------------------------------------------------------------- */
.article {
  flex: 1 0 100%;
  max-width: 100%;
  min-width: 640px;
  padding: 0 0px;
  padding-right: 50px;
}
@media screen and (max-width: 1000px) {
  .article {
    padding-right: 0px !important;
  }
}
.article footer {
  background: none;
  padding-top: 0px !important;
}
.article-relatives {
  border: 0px none;
}
/* /  Article ----------------------------------------------------------------- */
/* -- Lists ----------------------------------------------------------------- */
ol ol {
  list-style: lower-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
/* /  Lists ----------------------------------------------------------------- */
/* -- Attachments ----------------------------------------------------------------- */
.attachments {
  background: #f1f1f1;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 30px;
}
/* /  Attachments ----------------------------------------------------------------- */
/* -- Article Votes - thumbs ----------------------------------------------------------------- */
.article-votes {
  display: flex;
  border: 0px none;
}
.article-votes .article-votes-question {
  color: #414242;
  padding-right: 15px;
  font-size: 17px;
}
.article-votes .article-votes-controls {
  display: flex;
}
.article-votes .article-vote {
  background-repeat: no-repeat;
  background-size: 30px;
  background-color: transparent;
  text-indent: -99999px;
  height: 30px;
  width: 30px;
  display: block;
  min-width: 0px;
  margin: 0px;
  padding: 0px;
  margin-right: 8px;
  border: 0px none;
}
.article-votes .article-vote:before,
.article-votes .article-vote:after {
  display: none;
}
.article-votes .article-vote:hover,
.article-votes .article-vote:focus,
.article-votes .article-vote:active {
  background-color: transparent;
}
.article-votes .article-vote-down {
  transform: rotate(180deg);
}
.article-votes .article-vote-down[aria-selected="true"] {
  transform: rotate(180deg);
}
.article-votes .article-votes-count {
  display: flex;
  align-items: center;
}
.article-votes .article-vote-label {
  padding-left: 15px;
  font-size: 15px;
}
/* /  Article Votes - thumbs ----------------------------------------------------------------- */
/* -- Notes and tips ----------------------------------------------------------------- */
.tip,
.note {
  background: #009fdf;
  color: #000000;
}
.important,
.caution {
  background: #ff9e1b;
  color: #000000;
}
.warning {
  background: #ff6161;
  color: #000000;
}
.tip::before,
.note::before {
  display: inline-block;
  content: url(//theme.zdassets.com/theme_assets/2201266/a440a78fd64a974ac85787bcfa3b5163481b6855.svg);
  height: 24px;
  width: 24px;
  vertical-align: -6px;
}
.important::before,
.caution::before {
  display: inline-block;
  content: url(//theme.zdassets.com/theme_assets/2201266/bd553ff1e20e33f87c8eccd1ada86ca38e59c094.svg);
  height: 24px;
  width: 24px;
  vertical-align: -6px;
}
.warning::before {
  display: inline-block;
  content: url(//theme.zdassets.com/theme_assets/2201266/4b93154ae8702885c346bfdb19866ea4cf9a00b1.svg);
  height: 24px;
  width: 24px;
  vertical-align: -6px;
}
p.tip,
p.note,
p.important,
p.caution,
p.warning {
  border-radius: 4px;
  padding: 15px 25px 15px 80px;
  line-height: 1.45em;
  margin-top: 20px;
  font-weight: bold;
  text-indent: -24px;
}
div.tip,
div.note,
div.important,
div.caution,
div.warning {
  border-radius: 4px;
  padding: 15px 25px 15px 80px;
  line-height: 1.45em;
  margin-top: 20px;
  font-weight: bold;
}
span.tip,
span.note,
span.important,
span.caution,
span.warning {
  border-radius: 4px;
  padding: 2px 4px;
  color: #464547;
  line-height: 1.45em;
  font-weight: bold;
}
.note a,
.tip a {
  background-color: #009fdf;
}
.important a {
  background-color: #ff9e1b;
}
.warning a {
  background-color: #ff6161;
}
/* /  Notes and tips ----------------------------------------------------------------- */
/* -- Autocomplete ----------------------------------------------------------------- */
zd-autocomplete-header {
  display: none !important;
}
/* /  Autocomplete ----------------------------------------------------------------- */
/* -- 8x8 Chat ----------------------------------------------------------------- */
.btn-chat {
  position: fixed;
  bottom: 40px;
  right: 20px;
}
/* /  8x8 Chat ----------------------------------------------------------------- */
/* -- Search Results ----------------------------------------------------------------- */
.search-results-list > li:first-child {
  border-top: 0px none;
}
.search-results-list {
  margin-top: -30px;
  font-size: 17px;
}
.search-results-list a {
  font-size: 17px;
}
.search-results-list .search-result-description em {
  font-style: normal;
  font-weight: bold;
}
.search-results-list .meta-group {
  color: #51545d;
}
.search-results-list .meta-group a {
  color: #51545d;
}
/* /  Search Results ----------------------------------------------------------------- */
/* -- Popular Searchs ----------------------------------------------------------------- */
.popular-searches {
  margin-top: 15px;
}
.popular-searches li {
  display: inline;
}
.popular-searches li:first-of-type::before {
  content: 'Popular Topics:';
  color: #c4d8ee;
  font-weight: bold;
  padding-right: 5px;
  font-size: 17px;
}
.popular-searches li:last-of-type a:after {
  content: '';
}
.popular-searches li a {
  font-size: 17px;
  color: #fff;
}
.popular-searches li a:after {
  content: ',';
  display: inline-block;
  margin-left: -2px;
  margin-right: 2px;
}
/* /  Popular Searchs ----------------------------------------------------------------- */
.login-help {
  color: #fff;
  padding-top: 20px;
  font-size: 18px;
  font-weight: bold;
}
/* -- Share group ----------------------------------------------------------------- */
.share-btn-group {
  display: flex;
  margin-bottom: 5px;
  flex-wrap: wrap;
}
.share-btn-group a {
  margin-right: 15px;
  font-size: 12px;
  padding: 0px 18px;
  height: auto;
  margin-bottom: 5px;
}
.share-btn-group a:hover,
.share-btn-group a:active {
  color: #fff;
}
/* /  Share group ----------------------------------------------------------------- */
/* -- Community pages ----------------------------------------------------------------- */
.community-hero {
  height: 205px;
}
.community-hero h1 {
  margin-bottom: 20px;
}
.button-large {
  background: #ff9e15;
  color: #fff;
  font-size: 20px;
  border-color: #a3a9ac;
  min-width: 0px;
  width: auto;
}
.button-large:hover {
  color: #fff ;
  background: #0074c8;
  border-color: #0074c8;
}
.topics-list {
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .topics-list {
    flex-wrap: wrap;
  }
}
.topics-list li.blocks-item {
  background-repeat: no-repeat;
  max-width: 20%;
}
@media screen and (max-width: 1000px) {
  .topics-list li.blocks-item {
    max-width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .topics-list li.blocks-item {
    max-width: 100%;
    width: 100%;
  }
}
.topics-list li.cat-blocks-item {
  background-repeat: no-repeat;
  max-width: 100%;
}
.topics-list li.blocks-item .meta-data {
  font-size: 17px;
}
#topic-id-360000015972 {
  background-position: center 20%;
  background-size: 55px;
}
.community-featured-posts {
  padding-top: 0px;
}
.community-activity .recent-activity-item {
  padding: 14px 0px;
}
.community-footer h4 {
  font-size: 20px;
}
.community-follow [role="button"],
.community-follow .post-unsubscribe {
  font-size: 16px ;
}
.community-follow [role="button"]:after,
.community-follow .post-unsubscribe:after {
  margin-top: -4px;
}
.community-follow [role="button"]:hover,
.community-follow .post-unsubscribe:hover,
.community-follow [role="button"]:active,
.community-follow .post-unsubscribe:active {
  color: #fff;
}
.community-follow [role="button"]:hover:after,
.community-follow .post-unsubscribe:hover:after,
.community-follow [role="button"]:active:after,
.community-follow .post-unsubscribe:active:after {
  border-color: #fff;
  color: #fff;
}
.community-follow [role="button"][aria-selected="true"] {
  color: #fff;
}
.community-follow [role="button"][aria-selected="true"]:after {
  border-color: #fff;
  color: #fff;
}
.topic-header {
  font-size: 14px;
  font-weight: bold;
  max-width: 685px;
}
.posts-list {
  max-width: 685px;
}
.posts-list .striped-list-item {
  font-size: 18px;
}
.posts-list .striped-list-item a {
  color: #008cc1;
  display: block;
}
.posts-list .striped-list-item .meta-group .meta-data {
  font-size: 14px;
}
.posts-list .striped-list-count-item {
  background: #e6e7e8;
  font-size: 11px;
  color: #929497;
  text-transform: uppercase;
  padding: 5px 15px;
  min-width: 75px;
  text-align: center;
}
.posts-list .striped-list-count-item .striped-list-number {
  font-size: 18px;
}
/* /  Community pages ----------------------------------------------------------------- */
/* -- Media ----------------------------------------------------------------- */
@media screen and (max-width: 1200px) {
  body .interior-page-container .interior-main-content {
    max-width: 650px;
  }
}
@media screen and (max-width: 1000px) {
  .icon-menu {
    display: block;
    margin-right: 30px;
    order: 1;
    font-size: 22px;
  }
  .icon-menu:before {
    color: #2d8ed9;
  }
  .interior-page-container {
    flex-wrap: wrap;
  }
  .interior-page-container .interior-main-content {
    max-width: 100% !important;
    width: 100%;
    padding-right: 0px;
  }
  .interior-page-container .sidebar {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .article {
    min-width: 0px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1000px) {
  .user-nav[aria-expanded="true"] {
    display: inline-block;
    position: absolute;
  }
  .user-nav[aria-expanded="true"] a {
    font-size: 16px;
  }
}
@media screen and (max-width: 540px) {
  .icon-menu {
    margin-left: -5px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .hero {
    height: 575px;
  }
  .header-search.active {
    position: absolute;
    z-index: 999;
    background: #fff;
    right: 42px;
    width: 100%;
    padding-left: 75px;
  }
  .alerts-container {
    position: static;
  }
  .alerts-container h4 {
    text-align: left;
    font-size: 18px;
  }
  .alerts-container li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .alerts-container li .btn-close {
    order: 2;
    position: static;
    font-size: 18px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 450px) {
  .logo a span {
    display: none;
  }
}
/* /  Media ----------------------------------------------------------------- */