/* Background Images and Footer */
/* Theme Roller */
/* overrides from base theme */
.hero.has-sticky {
  padding-top: 0px;
  margin-top: 50px;
}

/*** temp IBM Community Level CSS ***/
body,
p {
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  color: #323232;
}

.hero p,
.myhero p {
  color: #ffffff;
}

/****** fonts ******/

/* specifying icon font for all browsers */
@font-face {
  font-family: icons-ibm-v12;
  src: url(https://1.www.s81c.com/common/fonts/icons-ibm-v12.eot);
  src: url(https://1.www.s81c.com/common/fonts/icons-ibm-v12.woff) format("woff"),
    url(https://1.www.s81c.com/common/fonts/icons-ibm-v12.ttf) format("truetype"),
    url(https://1.www.s81c.com/common/fonts/icons-ibm-v12.svg#icons-ibm-v12)
      format("svg");
  font-weight: 400;
  font-style: normal;
}

/* specifically setting icon fonts for webkit browsers (Chrome and Safari any version) */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: icons-ibm-v12;
    src: url(https://1www.s81c.com/common/fonts/icons-ibm-v12.svg#icons-ibm-v12)
      format("svg");
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, sans-serif;
}

#HEADER {
  font-size: 16px;
}

h2,
.h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 40px 0 25px;
}

h3 a,
h3 a:hover {
  font-size: 18px;
  color: #323232;
  text-decoration: none;
}

h4 {
  font-size: 20px;
  font-weight: 400;
}

h5 {
  font-size: 16px;
  font-weight: 600;
}

h6 {
  font-size: 14px;
  font-weight: 400;
}

.hero h6,
.myhero h6 {
  margin: 25px 0 -15px;
}

h6,
.hero h6,
.myhero h6 {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}

.large-card h6 {
  margin-top: 20px;
  display: block;
  margin-bottom: -10px;
  color: #0062ff;
  letter-spacing: 0.05em;
  font-size: 12px;
}

.square-tile h6 {
  color: #0062ff;
  letter-spacing: 0.05em;
  font-size: 12px;
}

.hero h2,
.myhero h2 {
  line-height: 1.3;
  font-size: 34px;
}

abbr[title],
abbr[data-original-title] {
  border-bottom: 0;
  text-decoration: none;
}

.events .SearchResults .heading h2 {
  font-weight: 400;
  margin: 40px 0 25px;
}

.ibm-sitenav-menu-list > ul > li > a,
.ibm-sitenav-menu-list > ul > li > button,
.ibm-sitenav-menu-list > ul > li > span,
.ibm-sitenav-menu-name a,
.ibm-thick-underline {
  overflow: hidden;
  text-decoration: none;
}

.ibm-sitenav-menu-list > ul > li > a::after,
.ibm-sitenav-menu-list > ul > li > button::after,
.ibm-sitenav-menu-list > ul > li > span::after,
.ibm-sitenav-menu-name a::after,
.ibm-thick-underline::after {
  background: #0062ff;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  -webkit-transform: translate3d(0, 4px, 0);
  transform: translate3d(0, 4px, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 1, 0.4, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 1, 0.4, 1);
  transition: transform 0.4s cubic-bezier(0.4, 1, 0.4, 1);
  transition: transform 0.4s cubic-bezier(0.4, 1, 0.4, 1),
    -webkit-transform 0.4s cubic-bezier(0.4, 1, 0.4, 1);
  width: 100%;
}

.ibm-parent-site-name a:focus,
.ibm-parent-site-name a:hover,
.ibm-sitenav-menu-list > ul > li > a:focus,
.ibm-sitenav-menu-list > ul > li > a:hover,
.ibm-sitenav-menu-list > ul > li > button:focus,
.ibm-sitenav-menu-list > ul > li > button:hover,
.ibm-sitenav-menu-list > ul > li > span:focus,
.ibm-sitenav-menu-list > ul > li > span:hover,
.ibm-sitenav-menu-name a:focus,
.ibm-sitenav-menu-name a:hover,
.ibm-thick-underline:focus,
.ibm-thick-underline:hover {
  color: #0062ff;
}

.ibm-parent-site-name a:focus::after,
.ibm-parent-site-name a:hover::after,
.ibm-sitenav-menu-list > ul > li > a:focus::after,
.ibm-sitenav-menu-list > ul > li > a:hover::after,
.ibm-sitenav-menu-list > ul > li > button:focus::after,
.ibm-sitenav-menu-list > ul > li > button:hover::after,
.ibm-sitenav-menu-list > ul > li > span:focus::after,
.ibm-sitenav-menu-list > ul > li > span:hover::after,
.ibm-sitenav-menu-name a:focus::after,
.ibm-sitenav-menu-name a:hover::after,
.ibm-thick-underline:focus::after,
.ibm-thick-underline:hover::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.ibm-sitenav-menu-list > ul > li.menu-item-has-children > a:before {
  font-size: 18px;
  right: 0;
  left: inherit;
  content: "\f19c";
  display: inline-block;
  font-family: "icons-ibm-v12";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  left: auto;
  position: absolute;
  speak: none;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.ibm-sitenav-menu-list > ul > li.menu-item-has-children > a {
  position: relative;
  padding-right: 22px;
}

.ibm-sitenav-menu-container {
  background-color: #fff;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 50px;
  padding: 0 20px;
  position: relative;
  z-index: 815;
}

.js .ibm-sitenav-menu-container {
  overflow: hidden;
}

.js .ibm-sitenav-menu-container[data-widgetprocessed] {
  overflow: visible;
}

.ibm-sitenav-menu-container.getWidth {
  width: 1000%;
}

.ibm-sitenav-menu-container.getWidth .ibm-sitenav-menu-list {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.ibm-sitenav-menu-sticky.ibm-masthead-sticky .ibm-sitenav-menu-container {
  -webkit-transition: transform 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.2, 1, 0.2, 1),
    -webkit-transform 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}

.ibm-masthead-sticky.ibm-masthead-sticky-showing .ibm-sitenav-menu-container,
.ibm-sitenav-menu-sticky.ibm-masthead-sticky-showing
  .ibm-sitenav-menu-container {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

@supports (-ms-accelerator: true) {
  .ibm-masthead-sticky.ibm-masthead-sticky-showing .ibm-sitenav-menu-container,
  .ibm-sitenav-menu-sticky.ibm-masthead-sticky-showing
    .ibm-sitenav-menu-container {
    -webkit-transform: translate3d(0, 99%, 0);
    transform: translate3d(0, 99%, 0);
  }
}

.ibm-sitenav-menu-container span {
  display: inherit;
}

.ibm-sitenav-menu-container span .ibm-sitenav-menu-name {
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: inline-block;
}

.ibm-sitenav-menu-container span .ibm-sitenav-menu-list {
  display: inline-block;
}

.ibm-masthead-sticky.ibm-masthead-sticky-showing.ibm-sitenav-menu,
.ibm-sitenav-menu-sticky {
  margin-top: 50px;
}

.ibm-masthead-sticky.ibm-masthead-sticky-showing.ibm-sitenav-menu
  .ibm-sitenav-menu-container,
.ibm-sitenav-menu-sticky .ibm-sitenav-menu-container {
  position: fixed;
  top: 0;
  width: 100%;
}

.ibm-masthead-sticky.ibm-masthead-sticky-showing.ibm-sitenav-menu
  .ibm-sitenav-menu-container
  .ibm-sitenav-menu-list,
.ibm-sitenav-menu-sticky .ibm-sitenav-menu-container .ibm-sitenav-menu-list {
  position: relative;
}

.ibm-sitenav-menu-name {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  font-weight: 600;
}

.ibm-sitenav-menu-name a {
  color: #323232;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  position: relative;
}

.ibm-sitenav-menu-name a:focus,
.ibm-sitenav-menu-name a:hover {
  color: #0062ff;
}

.msie9 .ibm-sitenav-menu-name a {
  display: inline-block;
}

.ibm-sitenav-menu-list {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  height: 50px;
}

.ibm-sitenav-menu-list ul {
  padding: 0;
  list-style: none;
}

.ibm-sitenav-menu-list ul.getWidth {
  display: block;
  position: relative;
  visibility: hidden;
}

.ibm-sitenav-menu-list ul.abs {
  position: absolute;
}

.ibm-sitenav-menu-list a,
.ibm-sitenav-menu-list button,
.ibm-sitenav-menu-list span {
  color: inherit;
  display: block;
  position: relative;
}

.ibm-sitenav-menu-list a:hover,
.ibm-sitenav-menu-list button:hover,
.ibm-sitenav-menu-list span:hover {
  text-decoration: none;
}

.ibm-sitenav-menu-list a:hover + ul,
.ibm-sitenav-menu-list button:hover + ul,
.ibm-sitenav-menu-list span:hover + ul {
  display: block;
}

.ibm-sitenav-menu-list .ibm-button-link a {
  margin-left: 25px;
  margin-top: 9px;
  padding-bottom: 6px;
  padding-top: 6px;
}

.ibm-sitenav-menu-list li::before {
  content: none;
}

.ibm-sitenav-menu-list li:hover ul {
  display: block;
}

.js .ibm-sitenav-menu-list li:hover ul {
  display: none;
}

.ibm-sitenav-menu-list > ul > li {
  float: left;
  height: 50px;
  line-height: 0px;
  padding: 0;
}

.ibm-sitenav-menu-list > ul > li:first-child ul {
  margin-left: -1px;
}

.ibm-sitenav-menu-list > ul > li > a,
.ibm-sitenav-menu-list > ul > li > button,
.ibm-sitenav-menu-list > ul > li > span {
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  line-height: 50px;
  margin-left: 25px;
}

.ibm-sitenav-menu-list > ul > li > a:focus,
.ibm-sitenav-menu-list > ul > li > a:hover,
.ibm-sitenav-menu-list > ul > li > button:focus,
.ibm-sitenav-menu-list > ul > li > button:hover,
.ibm-sitenav-menu-list > ul > li > span:focus,
.ibm-sitenav-menu-list > ul > li > span:hover {
  color: #3b6caa;
}

.ibm-sitenav-menu-list > ul > li > button {
  line-height: 48px;
}

.ibm-sitenav-menu-list > ul > li.ibm-haschildlist > a,
.ibm-sitenav-menu-list > ul > li.ibm-haschildlist > button,
.ibm-sitenav-menu-list > ul > li.ibm-haschildlist > span {
  background-color: #fff;
  cursor: pointer;
  font-size: 1rem;
  padding: 0 22px 0 0;
  position: relative;
}

.ibm-sitenav-menu-list > ul > li.ibm-haschildlist > a::before,
.ibm-sitenav-menu-list > ul > li.ibm-haschildlist > button::before,
.ibm-sitenav-menu-list > ul > li.ibm-haschildlist > span::before {
  left: inherit;
  right: -4px;
}

@supports (-ms-accelerator: true) {
  .ibm-sitenav-menu-list > ul > li.ibm-haschildlist > button {
    height: 49.5px;
  }
}

.ibm-sitenav-menu-list li ul {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  display: none;
  position: absolute;
}

.ibm-sitenav-menu-list li ul.ibm-align-right {
  right: -21px;
}

.ibm-sitenav-menu-list li ul a {
  font-size: 14px;
  padding: 7px 20px;
  line-height: 1.4em;
  text-decoration: none;
}

.ibm-alternate-dark .ibm-sitenav-menu-list li ul a:hover {
  background-color: #0068ff;
}

.ibm-sitenav-menu-list li ul a.ibm-highlight,
.ibm-sitenav-menu-list li ul li.ibm-highlight > a {
  background-color: #3b6caa;
  color: #fff;
}

.ibm-sitenav-menu-list li.ibm-active ul {
  display: block !important;
}

.ibm-sitenav-menu-item-right {
  float: right !important;
}

/* basics styling */

a,
a:hover,
a:focus,
button,
button:hover,
button:focus {
  transition: 0.3s;
  color: #054ada;
}

a:hover,
a:focus,
button:hover,
button:focus {
  text-decoration: underline;
}

/* button */
.btn.btn-primary {
  background-color: #0062ff;
  border-color: #0062ff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background-color: #0354e9;
  border-color: #0354e9;
}

/* custom buttons */
.make-buttons em a,
.make-buttons strong a {
  padding: 10px 20px;
  display: inline-block;
  background: #0062ff;
  color: #fff;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.32px;
  border: 1px solid transparent;
}

.make-buttons.white-outline-btn em a {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.85);
  color: rgba(255, 255, 255, 0.85);
}

.make-buttons strong a {
  font-weight: 300;
  background: transparent;
  border: 1px solid #fff;
  opacity: 0.85;
}

.make-buttons.outline-btn em a {
  background: #ffffff;
  color: #0062ff;
  border-color: #0062ff;
}

.make-buttons em a:hover {
  background: #0354e9;
  border-color: #0354e9;
  color: #ffffff;
}

.make-buttons.white-outline-btn em a:hover,
.make-buttons.white-outline-btn em a:focus,
.make-buttons strong a:hover,
.make-buttons strong a:focus {
  background: #fff;
  color: #323232;
  border-color: transparent;
  opacity: 1;
}

/* text links */
.make-arrow-link em a,
.make-launch-link em a,
.documentation.make-arrow-link em a {
  font-style: normal;
  font-size: 16px;
  color: #054ada;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.make-arrow-link em a::after,
.make-launch-link em a:after {
  display: inline-block;
  font-family: "IBM";
  font-weight: normal;
  content: "\f006";
  color: #054ada;
  font-size: 16px;
  transition: 0.3s;
  margin-left: 7px;
}

.documentation.make-arrow-link em a,
.documentation.make-arrow-link em a::after {
  color: #323232;
}

.make-launch-link em a:after {
  content: "\f010";
}

.make-arrow-link em a:hover,
.make-arrow-link em a:focus,
.make-launch-link em a:hover,
.make-launch-link em a:focus {
  transition: 0.3s;
  border-bottom: 1px solid #054ada;
}

.make-arrow-link em a:hover::after,
.make-arrow-link em a:focus::after {
  transition: 0.3s;
  margin-left: 7px;
}

.documentation.make-arrow-link em a:hover,
.documentation.make-arrow-link em a:focus {
  color: #323232;
  border-bottom-color: transparent;
}

.home .main-content .make-arrow-link.stack-overflow em a:before {
  content: "\f008";
  font-family: "IBM";
  margin-right: 7px;
}

.home .main-content .make-arrow-link.stack-overflow em a:after {
  content: "";
}

.home .main-content .make-arrow-link + .make-arrow-link {
  text-align: right;
}

/* home bootstrap min height reset */

.home .col-xs-1,
.home .col-sm-1,
.home .col-md-1,
.home .col-lg-1,
.home .col-xs-2,
.home .col-sm-2,
.home .col-md-2,
.home .col-lg-2,
.home .col-xs-3,
.home .col-sm-3,
.home .col-md-3,
.home .col-lg-3,
.home .col-xs-4,
.home .col-sm-4,
.home .col-md-4,
.home .col-lg-4,
.home .col-xs-5,
.home .col-sm-5,
.home .col-md-5,
.home .col-lg-5,
.home .col-xs-6,
.home .col-sm-6,
.home .col-md-6,
.home .col-lg-6,
.home .col-xs-7,
.home .col-sm-7,
.home .col-md-7,
.home .col-lg-7,
.home .col-xs-8,
.home .col-sm-8,
.home .col-md-8,
.home .col-lg-8,
.home .col-xs-9,
.home .col-sm-9,
.home .col-md-9,
.home .col-lg-9,
.home .col-xs-10,
.home .col-sm-10,
.home .col-md-10,
.home .col-lg-10,
.home .col-xs-11,
.home .col-sm-11,
.home .col-md-11,
.home .col-lg-11,
.home .col-xs-12,
.home .col-sm-12,
.home .col-md-12,
.home .col-lg-12 {
  min-height: 0;
}

#MPButtonBar .navbar.navbar-default {
  min-height: 0;
}

.row-border-bottom {
  border: 0;
}

div.row {
  margin-left: initial !important;
  margin-right: initial !important;
}

#MPOuterHeader .col-md-12 {
  padding: 0;
}

#MainCopy_ContentWrapper,
#MPContentArea {
  background: #f3f3f3;
  min-height: 80vh;
}

/* trying out a class for interior page flex layouts for left-rail and main-content */

/*
 Middleware Dev - Experimental Interior Home Layout

#MainCopy_ContentWrapper.group-home,
.group-home,
.interior #MPContentArea {
    background: transparent;
}

.group-home {
    max-width: 1440px;
    margin: 0 auto;
}

.group-home .section1 {
    display: flex;
    flex-direction: row;
}

.group-home .section1 .right-rail,
.group-home .section1 .left-rail,
.group-home .section1 .main-content {
    flex: 1;
}

.group-home .section1 .left-rail,
.group-home .section1 .right-rail {
    flex-basis: 25%;
    background: #fff;
    padding: 20px;
}

.group-home .section1 .main-content {
    flex-basis: 50%;
    padding: 20px;
}

.group-home .section1 .main-content {
    flex-basis: 75%;
}

*/
/* Breadcrumb menu Hidden for now to be implemented in a later release */

#MPOuterMost.full #BreadCrumb ol {
  background: transparent;
  margin: 0;
  padding: 20px 0 10px;
}

#MPOuterMost.full #BreadCrumb {
  max-width: none;
  padding: 0 calc(50% - 700px);
  background: #000;
  color: #fff;
  /* hide for now */
  display: none;
}

.breadcrumb > li > a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #fff;
  content: "\f011";
  font-family: "IBM";
}

ol.breadcrumb li {
  display: none;
}

ol.breadcrumb li:nth-child(1),
ol.breadcrumb li:nth-child(2),
ol.breadcrumb li:last-child {
  display: inline-block;
}

/****** breadcrumbs hover ******/
.breadcrumb > li > a:hover,
.breadcrumb > li > a:focus {
  text-decoration: underline;
}

/* styling for higherlogic UI elements */
.dropdown-menu.open {
  background: #f3f3f3;
  border-radius: 0;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  border: #eee;
}

.dropdown-menu.open ul.dropdown-menu.inner {
  background: transparent;
}

.dropdown-menu.open ul.dropdown-menu.inner li a:hover {
  background: #ddd;
}

.bootstrap-select.btn-group .dropdown-toggle .caret:after {
  font-size: 0.9rem;
  right: 0;
  left: inherit;
  content: "\f19c";
  display: inline-block;
  font-family: "icons-ibm-v12";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  left: auto;
  position: absolute;
  speak: none;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.bootstrap-select.btn-group .dropdown-toggle .caret:after {
  font-size: 21px;
  line-height: 21px;
  position: absolute;
  top: -50%;
  transform: translateY(-40%);
  vertical-align: middle;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  border: 0;
}

.HtmlFooter {
  display: none;
}

/* handle modal and hide overflow outside of  */
#MPOuterMost {
  overflow-x: hidden;
  position: relative;
}

#MPOuterMost::after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5) 0 0;
  display: none;
}

#MPOuterMost.has-modal {
  overflow: hidden;
}

#MPOuterMost.has-modal::after {
  z-index: 999;
  display: block;
}

/****** header ******/

#HEADER > .col-md-12 > .container {
  padding: 0;
  margin: 0;
  max-width: 100%;
  width: 100%;
  position: relative;
  z-index: 999;
}

#MPOuterMost.full #HEADER {
  max-width: 100%;
}

.parent-crumbs ol {
  margin: 0;
}

/*** L1 nav ***/
.nav-L1 button,
.nav-L1 #primary-menu > li:last-child {
  display: none;
}

/*** sticky header ***/
.nav-L1.sticky-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  transition: 0.3s;
}

#NAV.sticky-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 50px;
  z-index: 50;
  transition: 0.3s;
}

#MPOuterMost.full #BreadCrumb.has-sticky {
  padding-top: 50px;
}

#MPOuter.has-sticky {
  padding-top: 90px;
}

#NAV .navbar-nav > li:last-child {
  display: none;
}

/* main navigation - grey tabs - L2 */
#MPOuterMost.full #MPButtonBar,
#NAV .container,
#MPButtonBar .col-md-12 {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

#MPButtonBar .navbar.navbar-default {
  border: 0;
  background: #292929;
  border-radius: 0;
}

.navbar-collapse {
  padding: 0;
}

#NAV .navbar-default .navbar-nav > li > a {
  background: transparent;
  color: #fff;
  line-height: 1.2;
  padding: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.2em;
  height: 100%;
}

#NAV ul.nav.navbar-nav {
  display: flex;
  width: 100%;
}

#NAV .navbar-nav > li {
  flex-basis: 100%;
  border-right: 1px solid #464646;
}

#NAV .navbar-nav > li.active,
#NAV .navbar-nav > li.current-page {
  border-left: 1px solid #000;
  background: #171717;
  border-right: 1px solid #000;
}

#NAV .navbar-nav > li a:after {
  content: "";
  width: 100%;
  height: 0px;
  position: absolute;
  bottom: 0px;
  background: #0062ff;
  display: block;
  left: 0;
  transition: 0.3s;
}

#NAV .navbar-nav > li:hover a:after,
#NAV .navbar-nav > li.active a:after,
#NAV .navbar-nav > li.current-page a:after {
  bottom: 0;
  height: 8px;
  transition: 0.3s;
}

/* reduce blank 1px height from inside main #NAV */
#NAV div[class*="col"] {
  min-height: 0;
}

/*** logo and ttl on one line ***/

#Logo {
  float: left;
}

#MPheader > div#Logo.row {
  padding-top: 10px;
  padding-left: 20px;
}

#MPheader > div.row:first-child {
  padding: 0;
  float: right;
}

.skiplinkholder a,
.skiplinkholder a:link,
.skiplinkholder a:visited {
  left: -500%;
  top: -250px;
}

.skiplinkholder a:focus,
.skiplinkholder a:active {
  left: 0;
  top: 0;
}

#MPheader {
  border-bottom: 1px solid #e0e0e0;
}

/*** logo ***/
#Logo img {
  width: 60px;
}

#Logo {
  position: relative;
}

#Logo::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 25px;
  background: #0062ff;
  height: 0;
  display: block;
  transition: 0.3s;
}

#Logo:hover::after,
#Logo:focus::after {
  height: 4px;
}

/*** search ***/
#searchColumn,
.search-btn-top {
  display: none;
}

.search-bar-close {
  position: absolute;
  height: 50px;
  width: 50px;
  background: #fff;
  border: none;
  border-right: 1px solid #e0e0e0;
  font-size: 24px;
  left: -50px;
  top: 0;
  bottom: 0;
}

.search-bar-top {
  float: right;
  width: 250px;
}

#MPOuterHeader .search-bar,
#searchColumn {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-top: none;
  border-bottom: none;
}

.faceted-search-main .search-bar .input-group {
  padding: 0;
  border: 1px solid #e0e0e0;
}

#searchColumn .form-control,
.search-bar .form-control {
  color: #323232;
  border-radius: 0;
  border: none;
  box-shadow: none;
  height: 50px;
  padding: 9px 12px;
}

#searchColumn .form-control::placeholder,
.search-bar .form-control::placeholder {
  font-style: normal;
}

#searchColumn .glyphicon-search::before,
.search-bar .glyphicon-search::before {
  font-family: IBM;
  content: "\f000";
  color: #5a5a5a;
}

#searchColumn .glyphicon-search,
.search-bar .glyphicon-search {
  width: auto;
  top: 0;
  vertical-align: baseline !important;
}

#searchColumn .input-group-btn > .btn-default,
.search-bar .input-group-btn > .btn-default {
  background-color: #fff;
  border-radius: 0;
  border: none;
  font-size: 22px;
  height: 50px;
}

#searchColumn .input-group-btn > .btn-default:hover,
#searchColumn .input-group-btn > .btn-default:focus,
#searchColumn .input-group-btn > .btn-default:active,
.search-bar .input-group-btn > .btn-default:hover,
.search-bar .input-group-btn > .btn-default:focus,
.search-bar .input-group-btn > .btn-default:active {
  box-shadow: 0 0 2px 2px #4178be;
}

.search-bar .input-group.has-focus {
  box-shadow: 0 0 2px 2px #4178be;
}

.search-bar
  .input-group.has-focus
  .input-group-btn
  > .btn-default
  .glyphicon-search::before {
  color: #4178be;
}

.search-btn-top button {
  width: 50px;
  height: 50px;
  font-size: 22px;
  line-height: 50px;
  text-align: center;
  background: transparent;
  border: none;
}

/****** search results page  ******/
#MPOuterMost .row.search-bar {
  margin-bottom: 15px !important;
}

.faceted-search-main .fs-result-row .hl-type .label.label-default.text-muted {
  background-color: #fff;
}

.faceted-search-main .facets .checkbox input[type="checkbox"] + label::before {
  border-radius: 0;
}

.faceted-search-main
  .facets
  .checkbox
  input[type="checkbox"]:checked
  + label::before {
  background-color: #0062ff;
  border-color: #0062ff;
}

.facets .header h2,
.facets .header {
  font-size: 18px !important;
  color: #323232 !important;
  background: transparent !important;
  margin: 10px 0;
  font-weight: 600;
}

.facets .content-search {
  display: none;
}

#MPOuterMost .fs-result-row .col-md-9 {
  width: 100%;
}

.row.search-divider,
#MPOuterMost .fs-result-row .col-md-3 {
  display: none;
}

#MPOuterMost .fs-result-row {
  background: #fff;
  margin-bottom: 15px !important;
}

.faceted-search-main .fs-result-row .hl-type {
  padding-bottom: 0;
  padding-left: 0;
  margin-top: -10px;
  float: left !important;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.faceted-search-main .fs-result-row .hl-type .label.label-default.text-muted {
  background-color: #fff;
  border: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 12px;
  color: #0062ff;
  font-weight: 600;
  font-family: "IBM Plex Sans", Helvetica Neue, Helvetica, sans-serif;
  letter-spacing: 0.05em;
}

.faceted-search-main .fs-result-row .hl-type .mt-count {
  border: 1px solid;
}

#MPOuterMost .row.fs-result-options {
  margin-bottom: 15px !important;
}

/* content search for News and Feed */
.content-search .SearchInputs .glyphicon-search:before {
  content: "\f000";
  font-family: "IBM";
  font-size: 18px;
  line-height: 20px;
}

.content-search .SearchInputs .input-group-btn .btn {
  background: transparent;
  border: 0;
  color: #5a5a5a;
}

.content-search .SearchInputs {
  border-bottom: 2px solid #ddd;
  margin-bottom: 25px;
}

.content-search .SearchInputs input.form-control::placeholder {
  color: #777677;
  font-style: normal;
  opacity: 1;
}

.content-search .SearchInputs input.form-control:-ms-input-placeholder {
  color: #777677;
  font-style: normal;
  opacity: 1;
}

/*** welcome box ***/

/* hidding the default higherlogic user login control */
.HLWelcome {
  display: none;
}

/* styling for login controls that replace the higherlogic default login control */
.user-icon {
  float: right;
  position: relative;
}

.user-icon i {
  display: inline-block;
  padding: 15px 15px 10px 15px;
  color: #5a5a5a;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  border-bottom: 5px solid transparent;
}

.user-icon.logged-in i {
  background: #0062ff;
  color: #fff;
}

.user-icon ul {
  display: none;
  position: absolute;
  top: 50px;
  z-index: 20;
  right: 0;
  background: #fff;
  padding-left: 0;
  border: 1px solid #e0e0e0;
}

.user-icon ul li {
  list-style-type: none;
  min-width: 150px;
  max-width: 250px;
}

.user-icon.logged-in ul li {
  width: 250px;
}

.user-icon ul li a {
  display: block;
  padding: 20px 22px 16px;
  color: #323232;
  text-decoration: none;
}

/* hover state on user login control  */
.user-icon ul li a:hover,
.user-icon ul li a:focus {
  background-color: #0062ff;
  color: #fff;
  text-decoration: none;
}

.user-icon:hover ul,
.user-icon:focus ul,
.user-icon ul:hover,
.user-icon ul:focus {
  display: block;
}

.user-icon:hover i,
.user-icon:focus i {
  background: transparent;
  color: #0062ff;
  border-bottom: 5px solid #0062ff;
}

/****** top nav ******/
.ibm-sitenav-menu-list > ul > li.menu-item-has-children > a:before {
  font-size: 18px;
}

/* .ibm-sitenav-menu-name a {
    height: 50px;
} */
/* .ibm-sitenav-menu-container {
    border-bottom: 0;
} */
.ibm-sitenav-menu-name a:focus,
.ibm-sitenav-menu-name a:hover {
  text-decoration: none;
  color: #0062ff;
}

/* .ibm-parent-site-name a::after, 
.ibm-sitenav-menu-list>ul>li>a::after, 
.ibm-sitenav-menu-list>ul>li>button::after, 
.ibm-sitenav-menu-list>ul>li>span::after, 
.ibm-sitenav-menu-name a::after, 
.ibm-thick-underline::after {
    background: #0062ff;
} */
.ibm-sitenav-menu-list li ul a:hover,
.ibm-sitenav-menu-list li ul a:focus {
  background-color: #0062ff;
  color: white;
}

.ibm-sitenav-menu-list > ul > li > a:focus,
.ibm-sitenav-menu-list > ul > li > a:hover,
.ibm-sitenav-menu-list > ul > li > button:focus,
.ibm-sitenav-menu-list > ul > li > button:hover,
.ibm-sitenav-menu-list > ul > li > span:focus,
.ibm-sitenav-menu-list > ul > li > span:hover {
  color: #0062ff;
}

/* side nav hamburger menu styling */

/* button */
.side-nav-button {
  float: right;
}

.side-nav-button button {
  background: transparent;
  border: none;
  width: 50px;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.side-nav-button button i {
  border-bottom: 5px solid transparent;
  display: inline-block;
  color: #323232;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  transition: 0.3s;
}

.side-nav-button button:hover i,
.side-nav-button button:focus i {
  border-bottom-color: #0062ff;
  color: #0062ff;
}

/*  side nav hamburger menu styling */
.side-menu {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  transform: translateX(100%);
  transition: 0.3s;
  z-index: 1000;
  border-left: 1px solid #777677;
  overflow-y: auto;
  width: 380px;
  max-width: calc(100% - 20px);
}

.side-menu.open {
  transform: none;
}

.side-menu button {
  background: transparent;
  border: none;
  text-align: right;
  color: #323232;
  width: 100%;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
}

.side-menu .ibm-sitenav-menu-container {
  display: block;
  padding: 0;
}

.side-menu .ibm-sitenav-menu-list,
.side-menu .ibm-sitenav-menu-name a {
  height: auto;
}

.side-menu .ibm-sitenav-menu-list > ul > li.menu-item-has-children > a:before {
  display: none;
}

.side-menu .ibm-sitenav-menu-list > ul > li {
  float: none;
  height: auto;
}

.side-menu .ibm-sitenav-menu-list li ul {
  display: block;
  position: relative;
  border: none;
}

.side-menu .HtmlContent > ul {
  padding: 0;
}

.side-menu ul li {
  list-style-type: none;
}

#FOOTER .side-menu .ibm-sitenav-menu-name a,
#FOOTER .side-menu .ibm-sitenav-menu-list > ul > li a,
#FOOTER .side-menu .ibm-sitenav-menu-list > ul > li ul a {
  padding: 7px 20px;
  color: #323232;
  font-size: 16px;
  line-height: 24px;
  display: block;
  text-decoration: none;
}

.side-menu .ibm-sitenav-menu-list > ul > li li a {
  padding-bottom: 0;
}

.side-menu .ibm-sitenav-menu-list > ul > li li a span {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 4px solid transparent;
}

.side-menu .ibm-sitenav-menu-list > ul > li:first-child ul {
  margin-left: 0;
}

.side-menu .HtmlContent .ibm-sitenav-menu-name a,
.side-menu .HtmlContent .ibm-sitenav-menu-list > ul > li:last-child > a {
  border-top: 2px solid #5a5a5a;
}

.side-menu .HtmlContent .ibm-sitenav-menu-name a {
  font-weight: 600;
}

.side-menu .ibm-sitenav-menu-list > ul ul {
  padding-left: 20px;
}

.side-menu .ibm-sitenav-menu-list > ul > li > a,
.side-menu .ibm-sitenav-menu-list > ul > li > button,
.side-menu .ibm-sitenav-menu-list > ul > li > span {
  margin-left: 0;
}

/* side nav hamburger menu hoverstate */
#FOOTER .side-menu .HtmlContent .ibm-sitenav-menu-list > ul > li > a:hover,
#FOOTER .side-menu .HtmlContent .ibm-sitenav-menu-list > ul > li > a:focus,
#FOOTER .side-menu .ibm-sitenav-menu-name a:hover,
#FOOTER .side-menu .ibm-sitenav-menu-name a:focus {
  color: #fff;
  background-color: #0062ff;
}

#FOOTER .side-menu .HtmlContent .ibm-sitenav-menu-list > ul > li > a::after,
#FOOTER .side-menu .HtmlContent .ibm-sitenav-menu-list > ul > li > a::after,
#FOOTER .side-menu .ibm-sitenav-menu-name a::after,
#FOOTER .side-menu .ibm-sitenav-menu-name a::after {
  display: none;
}

#FOOTER .side-menu .ibm-sitenav-menu-list > ul > li li a:hover,
#FOOTER .side-menu .ibm-sitenav-menu-list > ul > li li a:focus {
  background-color: transparent;
}

#FOOTER .side-menu .ibm-sitenav-menu-list > ul > li li a:hover span,
#FOOTER .side-menu .ibm-sitenav-menu-list > ul > li li a:focus span {
  border-bottom: 4px solid #323232;
  color: #323232;
  background-color: transparent;
}

/* styling for marketplace */
.side-menu .HtmlContent .ibm-sitenav-menu-list > ul > li:last-child > a::after {
  font-family: IBM;
  content: "\f004";
  float: right;
  font-size: 22px;
}

.side-menu
  .HtmlContent
  .ibm-sitenav-menu-list
  > ul
  > li.open:last-child
  > a::after {
  content: "\f005";
}

.side-menu .HtmlContent .ibm-sitenav-menu-list > ul > li:last-child > ul {
  height: 0;
  transition: 0.3s;
  overflow: hidden;
}

.side-menu .HtmlContent .ibm-sitenav-menu-list > ul > li.open:last-child > ul {
  height: 40px;
}

/*** community menu ***/
.community-menu {
  float: left;
  position: relative;
}

.community-menu a {
  text-decoration: none;
  color: #323232;
}

.community-menu .HtmlContent > div > a {
  padding: 12px 10px;
  line-height: 26px;
  display: block;
}

.community-menu .HtmlContent > div > a:hover,
.community-menu .HtmlContent > div > a:focus {
  text-decoration: none;
}

.community-menu .HtmlContent > div > a::after {
  font-family: IBM;
  content: "\f007";
  margin-left: 5px;
  font-size: 22px;
  float: right;
}

.community-menu ul {
  position: absolute;
  top: 50px;
  left: -10px;
  background: #fff;
  min-width: 250px;
  padding-left: 0;
  border: 1px solid #ececec;
}

.community-menu ul li {
  list-style-type: none;
}

.community-menu ul li a {
  font-size: 16px;
  line-height: 26px;
  padding: 7px 20px;
  display: block;
}

.community-menu ul li a:hover,
.community-menu ul li a:focus {
  color: #fff;
  background-color: #0062ff;
  text-decoration: none;
}

/* community menu hover state */
.community-menu ul {
  display: none;
}

.community-menu:hover ul,
.community-menu:focus ul,
.community-menu ul:hover,
.community-menu ul:focus {
  display: block;
  z-index: 999;
}

/****** styling select boxes ******/
.message-list-controls .form-group select.form-control {
  height: auto;
  padding: 6px 12px;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 20;
}

.message-list-controls .form-group {
  position: relative;
}

.message-list-controls .form-group::after {
  font-family: IBM;
  content: "\f007";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.message-list-controls .form-group select.form-control::-ms-expand {
  display: none;
}

.message-list-controls .form-group select.form-control option {
  cursor: pointer;
  background-color: #f3f3f3;
}

.message-list-controls .form-group select.form-control option:checked {
  background-color: #ddd;
}

.message-list-controls
  .form-group
  select.form-control
  option[value*="ApproveDate asc"],
.message-list-controls
  .form-group
  select.form-control
  option[value*="Replies asc"],
.message-list-controls
  .form-group
  select.form-control
  option[value*="Subject_ desc"],
.message-list-controls
  .form-group
  select.form-control
  option[value*="CommunityName"] {
  display: none;
}

/****** hiding nbsp on library list ******/
.content-tags .text-muted + .label-search-tag {
  margin-left: -8px;
}

/****** tags ******/
ul.tagit.no-border.ui-widget.ui-widget-content.ui-corner-all,
li.tagit-new input.ui-autocomplete-input {
  background: #f3f3f3;
}

/****** removing border radii ******/
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.form-control {
  border-radius: 0;
}

/* pagination */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #0062ff;
  border-color: #0062ff;
}

/* hero banners */
.hero img,
.myhero img {
  display: none;
}

.hero,
.myhero {
  height: 275px;
  padding: 10px calc(50% - 700px) 0;
  color: #ffffff;
  background-color: #000;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

.hero h2,
.hero h3,
.hero h4,
.hero p,
.myhero h2,
.myhero h3,
.myhero h4,
.myhero p {
  font-weight: 300;
  letter-spacing: 0.32px;
}

.hero h2,
.myhero h2 {
  margin-top: 35px;
  margin-bottom: 10px;
}

.hero p,
.myhero p {
  font-size: 21px;
}

#PageTitleH1 {
  max-width: 1400px;
  font-size: 30px;
  font-weight: 400;
}

/* left rail */
.user-name .col-md-12,
.user-pic .col-md-12,
.user-location .col-md-12 {
  padding: 0;
}

.mini-profile {
  float: left;
  padding: 25px 20px;
  border-bottom: 1px solid #f3f3f3;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 25px;
  width: calc(100% + 40px);
}

.user-pic .btn-group,
.user-location h2 {
  display: none;
}

.user-location {
  font-size: 14px;
}

.user-pic.col-md-3 {
  padding: 0;
}

.user-pic img {
  max-width: 70px;
  max-height: 70px;
  width: 100%;
  height: auto;
}

.user-name h2.ProfileUserName {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.left-rail .make-buttons {
  margin-left: 25%;
}

.left-rail .make-buttons.login-msg {
  margin-left: 0;
}

.leaderboard {
  float: left;
  width: 100%;
}

.leaderboard h2 {
  margin-bottom: 25px;
}

.leaderboard .Content ul li {
  border: 0;
  padding-bottom: 20px;
}

.leaderboard a {
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  color: #323232;
}

.leaderboard .Picture a img,
.profile-img-lg {
  border-radius: 50%;
}

.leaderboard .title-row .Picture {
  margin-right: 15px;
}

.leaderboard .Content ul li .content-row > .col-md-9:before {
  content: "";
  display: inline-block;
  float: left;
  background: #f3f3f3;
  padding: 3px 10px;
  margin: 2px 10px 0 0;
  font-size: 12px;
  border-radius: 50px;
  min-height: 20px;
}

.leaderboard .Content ul li:nth-child(6) .content-row > .col-md-9:before {
  content: "6th";
}

.leaderboard .Content ul li:nth-child(5) .content-row > .col-md-9:before {
  content: "5th";
}

.leaderboard .Content ul li:nth-child(4) .content-row > .col-md-9:before {
  content: "4th";
}

.leaderboard .Content ul li:nth-child(3) .content-row > .col-md-9:before {
  content: "3rd";
}

.leaderboard .Content ul li:nth-child(2) .content-row > .col-md-9:before {
  content: "2nd";
}

.leaderboard .Content ul li:nth-child(1) .content-row > .col-md-9:before {
  content: "1st";
}

.leaderboard .points-label {
  background: transparent;
  color: #777677;
  font-weight: 300;
  padding: 0;
  font-size: 12px;
  margin-top: 8px;
  display: inline-block;
}

.leaderboard .HLLandingControl {
  margin-bottom: 0;
}

/* Feed main content */
/* discussion thread list */
.home #MainCopy_ContentWrapper .section1 {
  display: flex;
  flex-direction: row;
}

.home #MainCopy_ContentWrapper .section1 .right-rail,
.home #MainCopy_ContentWrapper .section1 .left-rail,
.home #MainCopy_ContentWrapper .section1 .main-content {
  flex: 1;
}

.home #MainCopy_ContentWrapper .section1 .left-rail,
.home #MainCopy_ContentWrapper .section1 .right-rail {
  flex-basis: 25%;
  background: #fff;
  padding: 20px;
}

.home #MainCopy_ContentWrapper .section1 .main-content {
  flex-basis: 50%;
  padding: 20px;
}

.discussion-feed h2 {
  padding: 0px 15px;
}

h2 em {
  line-height: normal;
}

.discussion-feed i.fas.fa-star {
  display: none;
}

.discussion-feed h2 .form-group a.btn {
  color: #fff;
  background-color: #0062ff;
  border-color: #0062ff;
  outline-color: #0062ff;
  border-radius: 0;
  font-weight: 400;
  letter-spacing: 0.32px;
  padding: 10px 20px;
}

.discussion-feed h2 .form-group a.btn[id$="lnkPostMessage"]:before {
  content: "Start a discussion";
  font-size: 14px;
  letter-spacing: 0.32px;
}

.discussion-feed h2 .form-group a.btn[id$="lnkPostMessage"] {
  display: none;
}

.discussion-feed h2 .form-group a.btn[id$="lnkPostMessage"] {
  font-size: 0;
  letter-spacing: 0;
}

.discussion-feed h2 .form-group a.btn:hover {
  background-color: #054ada;
}

.discussion-feed h2 .form-group,
.discussion-feed h2 .make-buttons {
  float: right;
  margin-bottom: 0;
}

.discussion-feed .form-control,
.news-grid .form-control,
.news-grid button.btn.dropdown-toggle.btn-default[data-id$="sortOptions"],
.selectSort {
  background: transparent;
  border: 0;
  padding: 10px 0;
  box-shadow: none;
}

.discussion-feed div[id$="PageSize"] {
  width: 100%;
}

div[id$="pnlDigest"]
  .message-list-controls
  .content-search
  + .form-group:nth-child(2) {
  width: 195px;
}

div[id$="pnlDigest"] .message-list-controls .form-group:nth-child(2),
.message-list-controls .form-group {
  width: auto;
}

div[id$="pnlDigest"] .message-list-controls .form-group:nth-child(2) select,
.message-list-controls .form-group select,
.message-list-controls .form-group select.form-control {
  padding-right: 25px;
}

.message-list-controls .content-search {
  width: calc(100% - 220px);
}

/* post to discussion etc. */
.glyphicon-chevron-down::before {
  font-size: 1.4em;
  font-family: IBM;
  content: "\f007";
}

.glyphicon-chevron-right::before {
  font-size: 1.4em;
  font-family: IBM;
  content: "\f011";
}

.glyphicon-chevron-down:empty,
.glyphicon-chevron-right:empty {
  width: auto;
}

table.digest-viewer thead,
div[id$="pnlDigest"] .row-border-bottom .col-md-4.center,
span.glyphicon.glyphicon-tags,
div[id$="pnlDigest"] .message-list-controls .form-group:nth-child(3),
div[id$="pnlDigest"] .message-list-controls .form-group:nth-child(4),
.content-search .SearchInputs .btn.dropdown-toggle {
  display: none;
}

.digest-viewer.table > tbody > tr.ListRow {
  background: #ffffff;
  margin-bottom: 15px;
  padding: 15px;
  display: block;
  float: left;
  width: 100%;
  border: 0;
}

.digest-viewer.table > thead > tr > th,
.digest-viewer.table > tbody > tr > th,
.digest-viewer.table > tfoot > tr > th,
.digest-viewer.table > thead > tr > td,
.digest-viewer.table > tbody > tr > td,
.digest-viewer.table > tfoot > tr > td {
  border: none;
  padding: 0;
}

.digest-viewer.table {
  margin-bottom: 0;
}

.replies {
  font-size: 14px;
  border-radius: 3px;
  display: inline-block;
  font-weight: 600;
  float: left;
  color: #5a5a5a;
}

.replies:after {
  content: "replies";
  margin-left: 5px;
  font-weight: 300;
  font-size: 12px;
}

.digest-viewer .byline {
  float: right;
  color: #5a5a5a;
  font-size: 12px;
  font-weight: 300;
}

.digest-viewer .byline a {
  color: #5a5a5a;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.group {
  font-size: 12px;
  color: #0062ff;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.digest-viewer a[id*="hyperlinksubject"],
.HLLandingControl h3 a {
  text-decoration: none;
  font-weight: 500;
  color: #323232;
  font-size: 18px;
  line-height: 1.3em;
  padding-bottom: 15px;
  display: block;
}

.thread-footer {
  border-top: 1px solid #f3f3f3;
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  color: #5a5a5a;
  font-size: 12px;
  font-weight: 300;
}

/* discussion and library lists entry tag styling */
a.label.label-search-tag,
.hltags
  .tagit-choice.ui-widget-content.ui-state-default.ui-corner-all.tagit-choice-editable,
a.user-content-hashtag,
.faceted-search-main .fs-result-row a.label.label-search-tag {
  background-color: #dcdcdc;
  border: none;
  color: #171717;
  border-radius: 50px;
  text-transform: lowercase;
  letter-spacing: 0.32px;
}

a.label.label-search-tag:hover,
.hltags
  .tagit-choice.ui-widget-content.ui-state-default.ui-corner-all.tagit-choice-editable:hover,
a.user-content-hashtag:hover,
.faceted-search-main .fs-result-row a.label.label-search-tag:hover {
  text-decoration: none;
}

.hltags .ui-state-default a,
.hltags .ui-state-default a:link,
.hltags .ui-state-default a:visited {
  color: #171717;
}

a.user-content-hashtag + br {
  display: none;
}

a.user-content-hashtag {
  padding: 4px 10px;
  margin-right: 4px;
  font-size: 12px;
}

a.label.label-search-tag:not(:nth-child(-n + 6)) {
  display: none;
}

.content-tags .glyphicon.glyphicon-user {
  color: #000;
}

.discussion-feed div[id$="MainPagingButton"] {
  display: none;
}

/* event cards home page styling */
.events .ibmc-component .ibm-card__image {
  display: none;
}

.events .ibmc-component {
  background: #f3f3f3;
  margin-bottom: 15px;
}

/* resetting interior events background to white */
.interior .events .ibmc-component {
  background: #fff;
}

.events .ibmc-component .ibm-card__content {
  color: #777677;
}

.events .ibmc-component .ibm-card__content a.ibm-nospacing {
  display: none;
}

.events .ibmc-component .ibm-card__content a.ibm-h4 {
  color: #323232;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.events .ibmc-component .ibm-card__content a.ibm-h4[href*="community"]:before {
  content: "Watson Studio";
  display: block;
  color: #0062ff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}

.events .ibmc-component .ibm-card__content a.ibm-h4[href*="meetup"]:before {
  content: "Meetup";
  display: block;
  color: #0062ff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}

.events .ibmc-component .ibm-card__content span a[href*="home"] {
  display: none;
}

.events .ibmc-component .ibm-card__content p {
  margin-bottom: 2px;
}

/* interior page styling */

/* learn page styling */

.learn .section1 {
  display: flex;
  padding: 0 calc(50% - 700px);
}

.learn .main-content {
  flex-basis: 75%;
  padding: 20px 5px;
}

.learn .right-content {
  flex-basis: 25%;
  background-color: white;
  padding: 20px;
}

.learn .right-content * {
  position: relative;
  z-index: 1;
}

.learn .right-content::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: white;
  position: absolute;
  top: 0;
  z-index: 0;
}

.home #MainCopy_ContentWrapper .section1 .main-content {
  flex-basis: 75%;
}

.home #MPContentArea {
  max-width: 1440px;
  margin: 0 auto;
}

.home #MainCopy_ContentWrapper,
.home #MPContentArea {
  background: transparent;
  min-height: 80vh;
}

.ContentUserControl .HLLandingControl,
.ContentUserControl.HLLandingControl,
.ContentItemHtml.HLLandingControl {
  margin-bottom: 5px;
  padding: 0;
  border: 0;
}

.main-content .row-1 .heading h2,
.main-content .row-1 .ContentItemHtml > h2 {
  margin: 40px 0 15px !important;
}

.HLLandingControl .Content > ul {
  padding-top: 0;
}

.main-content .ContentUserControl.col-md-4 .Content ul li,
.main-content .row-1 .ContentItemHtml.col-md-4 .HtmlContent {
  background: #fff;
  border: 0;
  padding: 15px;
}

.main-content .row-1 .ContentItemHtml.col-md-4 {
  flex-direction: column;
}

/* news page */
.news-page .make-buttons {
  float: right;
}

.news-grid {
  max-width: 1400px;
  margin: 0 auto;
}

.news-grid .library-list a,
.all-news-page .library-list a,
.all-news-page .libListReptContainer a {
  text-decoration: none;
  color: #323232;
}

.ContentUserControl.news-grid div[id$="ListViewContent"] {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px !important;
}

#MPOuterMost .news-grid .Content .library-list {
  background: #fff;
  height: 475px;
  overflow: hidden;
  margin: 10px !important;
  width: calc(25% - 20px);
  padding: 0;
  border: 0;
  position: relative;
}

.news-grid .library-list .pull-right > .row + .row {
  float: left;
}

.news-grid .library-list .pull-right > .row {
  width: 50%;
  float: right;
}

.news-grid .library-list .pull-right {
  float: left !important;
  width: 100%;
}

.library-list img {
  display: none;
}

.news-grid .library-list .img-container {
  height: 40%;
  background: #000;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-position: center;
}

/* 
.img-container.loading {
    opacity: 0;
  } */

.news-grid .library-list .img-container:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 45%,
    rgba(0, 0, 0, 0) 100%
  );
}

div[id*="Documents_NameBlock"] .col-md-12 {
  padding: 0;
}

div[id*="Documents_NameBlock"] > div.pull-right + div {
  display: block;
  position: relative;
}

div[id*="Documents_NameBlock"] {
  position: relative;
  top: 0;
  height: 100%;
}

.news-grid .library-list h3 {
  margin-bottom: 15px;
}

.news-grid .library-list .pull-right .pull-right.timeAgoFormat {
  padding: 10px 3px;
  margin-top: 3px;
  color: #fff;
  font-size: 13px;
  text-align: right;
}

.news-grid .library-list .pull-right .btn-recommend-no,
.news-grid .library-list .pull-right a.btn[id*="TotalLikes"] {
  padding: 4px;
}

.news-grid .library-list .pull-right .btn {
  background: transparent;
  color: #fff;
  border: 0;
  font-size: 13px;
  margin-top: 1px;
  line-height: 6px;
}

.news-grid .library-list .pull-right a.btn[id*="lbLike"],
.news-grid .library-list .pull-right a.btn[id*="UndoLike"] {
  font-size: 0;
  transition: none;
  padding: 5px;
}

.news-grid .library-list .pull-right a.btn[id*="lbLike"]:before,
.news-grid .library-list .pull-right a.btn[id*="UndoLike"]:before {
  content: "\f00a";
  font-family: "IBM";
  font-size: 19px;
  line-height: 15px;
}

.news-grid ul.pagination,
.news-grid .Content > .row > .col-md-4,
.library-list .user-content-hashtag,
.library-list .user-content-hashtag + br,
.library-list p:empty,
.library-list div > .libListReptEntAttchLble,
.library-list div > .libListReptEntAttchLble + div.row,
.news-grid .library-list div[id*="pnlFolderName"] .content span,
.news-grid .library-list div[id*="pnlFolderName"] .content a[id*="parent"],
.news-grid .Content .library-list:first-child .row.margin-bottom-medium,
.news-grid .Content .library-list:nth-child(9) .row.margin-bottom-medium,
div[id*="Documents_NameBlock"] span[id*="IconFollow"] {
  display: none;
}

a[id$="backButton_backToDiscussions"] {
  display: none;
}

.libListReptEntByline {
  display: none;
}

.news-grid .Content > .row > .col-md-8 {
  width: 100%;
}

.news-grid .library-list .tags-container {
  position: absolute;
  bottom: 0;
  padding: 15px;
  width: 100%;
  margin: 0;
  background: #fff;
}

.news-grid .library-list div[id*="pnlFolderName"] .content {
  padding: 0;
}

.news-grid .library-list div[id*="pnlFolderName"] .content a,
.news-grid .library-list div[id*="pnlFolderName"] .content span.folder {
  color: #0354e9;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.32px;
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
}

#MPOuterMost .news-grid .Content .library-list:first-child .img-container,
#MPOuterMost .news-grid .Content .library-list:nth-child(9) .img-container {
  height: 65%;
}

#MPOuterMost .news-grid .Content .library-list:first-child,
#MPOuterMost .news-grid .Content .library-list:nth-child(9) {
  width: calc(50% - 20px);
}

.img-container[style*="http"] + div[id*="Documents_NameBlock"] {
  position: relative;
  top: 0;
  height: auto;
  padding-bottom: 50px;
}

div[id*="Documents_NameBlock"] {
  padding-top: 15px;
  height: 100%;
}

.news-grid .library-list .img-container[style*="undefined"] .pull-right,
.news-grid .library-list .img-container[style*="undefined"] .pull-right a {
  color: #323232 !important;
}

.news-grid .library-list .img-container[style*="undefined"]:before {
  display: none;
}

.news-grid .Content > .row > .col-md-8,
.news-grid .Content > .row > .col-md-8 .col-md-9 {
  padding: 0;
}

.news-grid .library-list .row.margin-bottom-medium {
  max-height: 230px;
  overflow: hidden;
}

.news-grid
  .library-list
  .img-container[style*="http"]
  + div[id*="Documents_NameBlock"]
  .row.margin-bottom-medium {
  max-height: 160px;
}

.news-grid
  .Content
  .library-list:nth-child(9)
  .img-container[style*="undefined"]
  + div[id*="Documents_NameBlock"]
  .row.margin-bottom-medium,
.news-grid
  .Content
  .library-list:first-child
  .img-container[style*="undefined"]
  + div[id*="Documents_NameBlock"]
  .row.margin-bottom-medium {
  display: block;
}

/* leaderboard page */
.leaderboard-grid,
.site-frame {
  max-width: 1400px;
  margin: 0 auto;
  float: none;
  padding: 0 15px;
}

.leaderboard-grid .title-row .Picture {
  margin-right: 0;
}

.leaderboard-grid ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
  flex-direction: row;
}

.leaderboard-grid .Content ul li {
  flex: 1;
  padding: 15px;
  align-items: stretch;
  border-radius: 0;
}

/* square tiles */
.square-tile {
  background: #fff;
  padding: 15px;
  margin: 8px;
  width: calc(25% - 20px);
  position: relative;
  min-height: 250px;
  padding-bottom: 90px;
  float: left;
}

.square-tile:nth-child(5) {
  margin-right: 0;
}

.square-tile:nth-child(2) {
  margin-left: 0;
}

.square-tile i.ft {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 60px;
}

.square-tile.make-launch-link em a {
  color: #0062ff;
  position: absolute;
  bottom: 25px;
  right: 35px;
}

/* global styling for dynamic pages & UI - profile, community, directory, forms, etc */
.entry-page .media img {
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 800px;
}

.entry-page .media {
  position: relative;
  height: 350px;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

.all-news-page .input-small {
  max-width: 175px;
}

.nav-pills > li > a {
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background: #0062ff;
}

.digitalRibbonDisplay .pull-left > div[style*="background-image"] {
  text-align: center;
  margin: 15px auto;
  border-radius: 50%;
  max-width: 125px;
  max-height: 125px;
  background-size: 100%;
}

.contribution-detail svg rect {
  fill: #f3f3f3;
}

.modal-dialog,
.modal-content {
  border-radius: 0;
  border: 0;
}

.ui-dialog.ui-widget-content {
  border: 0;
}

.ui-corner-all {
  border-radius: 0;
}

button.ui-dialog-titlebar-close .ui-icon-closethick {
  background: none;
  width: 25px;
  height: 25px;
}

button.ui-dialog-titlebar-close {
  background: none !important;
  border: 0 !important;
  line-height: 25px;
  width: 25px !important;
  height: 25px !important;
  margin-top: -15px !important;
}

button.ui-dialog-titlebar-close .ui-icon-closethick:before {
  content: "\f002";
  font-family: "IBM";
  font-size: 25px;
  color: #323232;
  display: block;
  text-indent: 0;
  line-height: 25px;
  height: 25px;
  width: 25px;
}

div[id$="ProfileImage"] img {
  border-radius: 50%;
}

.btn {
  border-radius: 0 !important;
}

.btn.btn-success {
  border-radius: 0;
  color: #fff;
  background-color: #3d3d3d;
  border-color: #3d3d3d;
  outline-color: #3d3d3d;
}

.alert.alert-warning,
.alert-warning {
  color: #323232;
  background: #ffffff;
  border-color: #959f9f;
  border-radius: 0;
}

#MainCopy_ContentWrapper.profile {
  padding-top: 50px;
}

.profile h2 {
  color: #323232;
  font-size: 20px;
}

.nameOptionsToAttach .col-md-12,
.profileContactOptions .col-md-12,
.profile .ContentUserControl .col-md-12 {
  padding: 0;
}

.profile .nameOptionsToAttach h2.ProfileUserName {
  font-size: 30px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #323232;
  cursor: default;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs > li > a {
  border-radius: 0;
}

/* community lists */
#MPOuterMost .row.rowContainer.community-list {
  margin-bottom: 15px !important;
  background: #fff;
  border: 0;
  padding: 15px 0;
}

.nested-community div[id*="NestedCommunity_BreadCrumbs"] {
  display: none;
}

/* discussion threads/posts */
ul.DiscussionContentContainer > li .pnl-row-item {
  background: #ffffff;
  border: 1px solid #959f9f;
}

#MessageListContainer div.row.drItemSubHeader {
  background-color: #ebebeb;
  margin-bottom: 30px !important;
}

.DiscussionContentContainer div[id*="pnlMessage"] {
  padding: 0 20px;
}

ul.DiscussionContentContainer > li {
  position: relative;
}

ul.DiscussionContentContainer li.depth1 {
  margin-left: 30px;
}

ul.DiscussionContentContainer li.depth0:before {
  display: none;
}

ul.DiscussionContentContainer > li:before {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background: rgba(0, 0, 0, 0.07);
  position: absolute;
  left: -15px;
  top: -15px;
}

#MessageListContainer .col-sm-2 .form-group a img {
  border-radius: 50%;
}

/* library entry pages */
.entry-title {
  background: transparent;
}

.entry-title .col-md-8 {
  padding: 0;
}

.panel {
  border-radius: 0;
  box-shadow: none;
}

.panel.panel-default {
  border: 0;
}

.comments-block .panel.panel-default {
  border: 1px solid #959f9f;
}
/* 10/12/2020: Display photo in Library detail page */
/*
.entry-page div[id$="DetailPanel"] .col-md-2 {
  display: none;
}

.entry-page div[id$="DetailPanel"] .col-md-10 {
  width: 100%;
  padding-left: 0;
}
*/
.entry-page .Content a[id$="URL"] {
  display: inline-block;
  background: blue;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
}

.entry-page .timeAgoFormat.pull-right {
  float: left !important;
}

.HLDocumentEntryFileList > div:first-child > .row > .col-md-12,
.entry-page .ContentUserControl > h2,
.entry-page h2.TitleText,
.entry-page .ContentUserControl h2[id$="ControlTitleH2"] {
  padding: 0;
  font-size: 20px;
  font-weight: 500;
}

.entry-page .ContentUserControl > .row > .col-md-12 {
  padding: 0;
}

.entry-page .Content a[id$="URL"]:empty {
  display: none;
}

.ContentUserControl.HLDocumentEntryFileList #ContentDIV {
  flex-wrap: wrap;
  margin-top: 10px;
  display: flex;
}

.ContentUserControl.HLDocumentEntryFileList
  #ContentDIV
  .btn.file-download-button {
  background: transparent;
  border-color: #0062ff;
  color: #0062ff;
}

.ContentUserControl.HLDocumentEntryFileList
  #ContentDIV
  .btn.file-download-button:hover,
.ContentUserControl.HLDocumentEntryFileList
  #ContentDIV
  .btn.file-download-button:focus {
  border-color: transparent;
  color: #fff;
  background: #0354e9;
}

.entry-page .row.file-container {
  width: auto;
  background: #ffffff;
  padding: 15px 0;
  flex-basis: calc(50% - 20px);
  margin: 10px !important;
}

/* library list pages */
.libListReptEntByline {
  display: none;
}

.libListReptContainer img,
.libListReptContainer .user-content-hashtag,
.libListReptContainer div > .libListReptEntAttchLble,
.libListReptContainer div > .libListReptEntAttchLble + div.row,
.libListReptContainer p:empty,
.libListReptContainer p + br {
  display: none;
}

.libListReptContainer {
  border: 0;
  background: #fff;
  margin-bottom: 15px !important;
  padding: 0 20px 15px;
}

.libListReptContainer div[id*="NameBlock"] {
  padding-left: 0;
  padding-right: 0;
}

#MPOuterMost .row.library-list {
  border: 0;
  background: #fff;
  margin-bottom: 15px !important;
}

/* continue here */

.panel {
  border-radius: 0;
  box-shadow: none;
}

.panel.panel-default {
  border: 0;
}

.comments-block .panel.panel-default {
  border: 1px solid #959f9f;
}

/* community list into a grid */
.home .row-groups .ContentUserControl > div[class=""] {
  font-size: 22px;
}

.home .row-groups div[id*="UpdatePanel"] {
  font-size: initial;
  display: grid;
  grid-template-columns: auto auto;
}

  /* Home row mygroups  */

  .home .main-content .row-groups .mygroups div[id*="UpdatePanel"] {
    grid-template-columns: auto auto auto;
  }

.home .row-groups .col-md-12 div[id*="UpdatePanel"] {
  grid-template-columns: auto auto auto;
}

.home .row-groups .col-md-4 div[id*="UpdatePanel"] {
  grid-template-columns: auto;
}

.home
  .row-groups
  .ContentUserControl
  div[id*="UpdatePanel"]
  > .row:first-child {
  display: none;
}

.row-groups .community-list div[id*="CommLeft"],
.row-groups .community-list div[id*="CommLeft"] > .row,
.row-groups .community-list div[id*="CommLeft"] > .row > .col-md-12,
.row-groups .community-list h3 a,
.row-groups .community-list h3 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.community-list h3 {
  margin: 0;
}

.row-groups .community-list h3 a {
  font-size: 14px;
  padding: 15px;
  border: 1px solid #ddd;
  font-weight: 400;
  padding-right: 75px;
}

.row-groups .community-list h3 a:hover {
  border-color: #0062ff;
  color: #0062ff;
}

/* Make the Community Tiles Display 3 Across */

.home .row-groups .CommunityTiles div[id*="UpdatePanel"] {
  grid-template-columns: auto auto auto;
}

/* Base Community Icon styling */
.row-groups .community-list h3 a:before {
  content: "\f022";
  font-family: "IBM";
  font-size: 80px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 70px;
  color: #373737;
  opacity: 0.3;
}

.row-groups
  .community-list
  h3
  a[href*="6b10df83-0b3c-4f92-8b1f-1fd80d0e7e58"]:before {
  /* Cognos Analytics */
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/05239441-4188-40f1-965d-7f5c8281a092/UploadedImages/Community/Business_Analytics/IBM_-_Cognos.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.row-groups
  .community-list
  h3
  a:hover[href*="6b10df83-0b3c-4f92-8b1f-1fd80d0e7e58"]:before,
.row-groups
  .community-list
  h3
  a:focus[href*="6b10df83-0b3c-4f92-8b1f-1fd80d0e7e58"]:before {
  color: transparent;
  opacity: 1;
}

.row-groups
  .community-list
  h3
  a[href*="41ff01df-c205-43e3-98dc-6aaf504a966e"]:before {
  /* Cognos Controller */
  content: "\f015";
}

.row-groups
  .community-list
  h3
  a[href*="8fde0600-e22b-4178-acf5-bf4eda43146b"]:before {
  /* Planning Analytics */
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/05239441-4188-40f1-965d-7f5c8281a092/UploadedImages/Community_Page/IBM_-_Planning.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.row-groups .community-list h3 a[href*="ailearning"]:before {
  /* AI Learning */
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/3bc5ae45-df9c-4a1d-acff-35361211da73/UploadedImages/Community/Data_Science/icons/ai-learning.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.row-groups
  .community-list
  h3
  a[href*="f1c2cf2b-28bf-4b68-8570-b239473dcbbc"]:before {
  /* Global DS */
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/3bc5ae45-df9c-4a1d-acff-35361211da73/UploadedImages/Community/Data_Science/icons/global-ds.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.row-groups
  .community-list
  h3
  a[href*="886b6874-0fb1-402c-8243-c70ef8179a99"]:before {
  /* SPSS */
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/3bc5ae45-df9c-4a1d-acff-35361211da73/UploadedImages/Community/Data_Science/icons/spss.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.row-groups .community-list h3 a[href*="watsonstudio"]:before {
  /* Watson Studio */
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/3bc5ae45-df9c-4a1d-acff-35361211da73/UploadedImages/Community/Data_Science/icons/watson.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.row-groups
  .community-list
  h3
  a[href*="d9c9571-428b-454d-a152-bd25b6633abc"]:before {
  /* South Florida */
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/3bc5ae45-df9c-4a1d-acff-35361211da73/UploadedImages/Community/Data_Science/icons/south-florida.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.row-groups
  .community-list
  h3
  a[href*="3916f4ef-7cb9-4df8-ad2f-c7d543980acb"]:before {
  /* App Infrastructure */
  content: "\f01c";
}

.row-groups
  .community-list
  h3
  a[href*="6e6a9ff2-b532-4fde-8011-92c922b61214"]:before {
  /* IT service */
  content: "\f01d";
}

.row-groups
  .community-list
  h3
  a[href*="e558915c-fda1-4e6e-88ab-80b119eb11f0"]:before {
  /* Cloud Integration */
  content: "\f01e";
}

.row-groups
  .community-list
  h3
  a[href*="0ab505af-8e12-4199-843b-0dbbb3848f0e"]:before {
  /* DevOps */
  content: "\f01f";
}

.row-groups
  .community-list
  h3
  a[href*="3583dc16-7320-4430-8f31-971bd9f46cd6"]:before {
  /* MultiCloud */
  content: "\f020";
}

.row-groups
  .community-list
  h3
  a[href*="62075886-5bcb-4be5-af6a-53e83068d6b3"]:before {
  /* Storage */
  content: "\f021";
}

.row-groups
  .community-list
  h3
  a[href*="de289f68-d664-45ae-b718-baf57628fc8c"]:before {
  /* B2B Integration */
  content: "\f023";
}

.row-groups
  .community-list
  h3
  a[href*="dd15f3ff-b6c6-4b0a-8248-169fc0c994ed"]:before {
  /* Order management and fulfillment */
  content: "\f024";
}

/* community groups with raster icons - non svg, not in Fort Awesome */
.row-groups
  .community-list
  h3
  a[href*="c0c16ff2-10ef-4b50-ae4c-57d769937235"]:before {
  /* CP4D */
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/UploadedImages/9a22a539-a632-4384-a043-49fa825117d3/icp4d-logo.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

.row-groups
  .community-list
  h3
  a[href*="ad070150-563e-4955-955f-93c28c7f37dd"]:before {
  /* Db2 tools for Z */
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/f3f429d2-11ef-414c-bb92-67bfbc971fc7/UploadedImages/Community/Hybrid_Data_Management/Z_Icons-141.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

.row-groups
  .community-list
  h3
  a[href*="de289f68-d664-45ae-b718-baf57628fc8c"]:before {
  /* B2B Integration */
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/3aa0da53-ecf1-4be7-b664-cf3dd8878e71/UploadedImages/Community/Supply_Chain/b2b-integrator.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

.row-groups
  .community-list
  h3
  a[href*="dd15f3ff-b6c6-4b0a-8248-169fc0c994ed"]:before {
  /* Order management and fulfillment */
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/3aa0da53-ecf1-4be7-b664-cf3dd8878e71/UploadedImages/Community/Supply_Chain/order-management.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

.row-groups
  .community-list
  h3
  a[href*="0f16daf0-487b-42d4-8e91-703f884f9e13"]:before {
  /* File Transfer */
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/3aa0da53-ecf1-4be7-b664-cf3dd8878e71/UploadedImages/Community/Supply_Chain/managed-file-transfer.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

/* Public Cloud - ICON for group - Cloud Native Apps  */
.row-groups
  .community-list
  h3
  a[href*="249657e6-a0c3-4528-9752-3bf1e5e03d74"]:before {
  /* Cloud Native Apps */
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/UploadedImages/84c2c9a3-e7dd-4205-a95f-bba9a25415fa/1CloudNative_Icon.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.3;
}

/* Public Cloud - ICON for group - Infrastructure as a Service  */
.row-groups
  .community-list
  h3
  a[href*="df0ffaf7-cfe1-4994-88f8-9c829aa1e02f"]:before {
  /* Infrastructure as a Service */
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/UploadedImages/84c2c9a3-e7dd-4205-a95f-bba9a25415fa/2Infra_Icon.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.3;
}

/* Public Cloud - ICON for group - VMWare Workloads  */
.row-groups
  .community-list
  h3
  a[href*="ce6fc447-1868-4709-baae-b234a39f43d8"]:before {
  /* VMWare Workloads */
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/UploadedImages/84c2c9a3-e7dd-4205-a95f-bba9a25415fa/3virtualization_Icon.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.3;
}

.row-groups
  .community-list
  h3
  a:hover[href*="8fde0600-e22b-4178-acf5-bf4eda43146b"]:before,
.row-groups
  .community-list
  h3
  a:focus[href*="6b10df83-0b3c-4f92-8b1f-1fd80d0e7e58"]:before {
  color: transparent;
  opacity: 1;
}

.row-groups .community-list h3 a:hover:before,
.row-groups .community-list h3 a:focus:before {
  color: #0062ff;
  transition: 0.3s;
  opacity: 0.8;
}

.row-groups .community-list h3 a:before {
  transition: 0.3s;
}

#MPOuterMost .row-groups .row.rowContainer.community-list {
  margin-bottom: 10px !important;
}

.row-groups .community-list {
  margin: 10px !important;
  height: 225px;
  position: relative;
}

.row-groups .community-list:nth-child(odd) {
  margin-right: 0 !important;
}

.row-groups .community-list:nth-child(even) {
  margin-left: 0 !important;
}

.row-groups .community-list:last-child:not(:nth-child(even)) {
  margin-right: 0 !important;
}

.row-groups .community-list div[id*="CommLeft"],
.home #MPOuterMost .row.rowContainer.community-list div[id*="CommRight"] {
  width: 100%;
  clear: both;
  padding: 0;
}

#MPOuterMost .row-groups .community-list div[id*="CommRight"] {
  width: 100%;
}

.row-groups .community-list div[id*="CommRight"] {
  position: absolute;
  bottom: 5px;
}

.row-groups .community-list p[id*="StatLastJoined"] small {
  display: none;
}

.row-groups .community-list .btn-community-stats-static,
.row-groups .community-list .btn-community-stats-static:hover {
  border: 0;
  padding: 0 2px 0 2px;
  border-right: 1px solid;
}

.row-groups .community-list .btn-community-stats-static:last-child {
  border: 0;
}

.row-groups .community-list span.badge {
  background: transparent;
  color: #333;
  top: 0;
  padding: 4px;
  font-weight: 700;
}

.row-groups .community-list a.btn-community-stats-static:hover,
.row-groups .community-list a.btn-community-stats-static:hover span.badge {
  color: #0062ff;
  transition: 0.3s;
}

.row-groups .community-list span[id*="NewWindowIcon"] {
  display: none;
}

.row-groups .pagination {
  display: none;
}

/* CommunityTiles Styling */
.row-groups .CommunityTiles .community-list div[id*="CommRight"] {
  display: none;
}
.CommunityTiles .community-list {
  height: 125px;
}
.CommunityTiles .community-list h3 a:before {
  font-family: 'IBM';
  font-size: 40px;;
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
  height: 40px;
  width: 40px;
  line-height: 60px;
  color: #0062ff;
}
.CommunityTiles .content-tags, .mygroups .content-tags, .profile-item .content-tags {
  display: none;
}

/* Community Tiles Href */


/* community groups with raster icons - non svg, not in Fort Awesome */
.row-groups .CommunityTiles  .community-list h3 a[href*="cloudpakfordata"]:before { /* CP4D */
  content: '';
  color: transparent;
  background-image: url('https://higherlogicdownload.s3.amazonaws.com/IMWUC/UploadedImages/9a22a539-a632-4384-a043-49fa825117d3/icp4d-logo.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}
.row-groups .CommunityTiles  .community-list h3 a[href*="businessanalytics/home"]:before { /* BA */
  content: '';
  color: transparent;
  background-image: url('https://higherlogicdownload.s3.amazonaws.com/IMWUC/4baa927b-e45c-46f9-b303-c8f326494a3d/UploadedImages/Community/front_porch/hybrid-data-mgt.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}
.row-groups .CommunityTiles  .community-list h3 a[href*="imwuc/home"]:before { /* MW */
  content: '';
  color: transparent;
  background-image: url('https://higherlogicdownload.s3.amazonaws.com/IMWUC/4baa927b-e45c-46f9-b303-c8f326494a3d/UploadedImages/Community/front_porch/middleware.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}
.row-groups .CommunityTiles  .community-list h3 a[href*="security/home"]:before { /* security */
  content: '';
  color: transparent;
  background-image: url('https://higherlogicdownload.s3.amazonaws.com/IMWUC/4baa927b-e45c-46f9-b303-c8f326494a3d/UploadedImages/Community/front_porch/security2.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}
.row-groups .CommunityTiles  .community-list h3 a[href*="dataops/home"]:before { /* DataOps */
  content: '';
  color: transparent;
  background-image: url('https://higherlogicdownload.s3.amazonaws.com/IMWUC/4baa927b-e45c-46f9-b303-c8f326494a3d/UploadedImages/Community/front_porch/governance.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}
.row-groups .CommunityTiles  .community-list h3 a[href*="datascience/home"]:before { /* DS */
  content: '';
  color: transparent;
  background-image: url('https://higherlogicdownload.s3.amazonaws.com/IMWUC/4baa927b-e45c-46f9-b303-c8f326494a3d/UploadedImages/Community/front_porch/data-science.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}
.row-groups .CommunityTiles  .community-list h3 a[href*="marketingandcommerce/home"]:before { /* Marketing */
  content: '';
  color: transparent;
  background-image: url('https://higherlogicdownload.s3.amazonaws.com/IMWUC/4baa927b-e45c-46f9-b303-c8f326494a3d/UploadedImages/Community/front_porch/market-commerce.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}
.row-groups .CommunityTiles  .community-list h3 a[href*="hybriddatamanagement/home"]:before { /* HDM */
  content: '';
  color: transparent;
  background-image: url('https://higherlogicdownload.s3.amazonaws.com/IMWUC/4baa927b-e45c-46f9-b303-c8f326494a3d/UploadedImages/Community/front_porch/HDM.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}
.row-groups .CommunityTiles  .community-list h3 a[href*="automation/home"]:before { /* Automation */
  content: '';
  color: transparent;
  background-image: url('https://higherlogicdownload.s3.amazonaws.com/IMWUC/4baa927b-e45c-46f9-b303-c8f326494a3d/UploadedImages/Community/front_porch/automation-icon.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}
.row-groups .CommunityTiles  .community-list h3 a[href*="supplychain/home"]:before { /* supply chain */
  content: '';
  color: transparent;
  background-image: url('https://higherlogicdownload.s3.amazonaws.com/IMWUC/4baa927b-e45c-46f9-b303-c8f326494a3d/UploadedImages/Community/front_porch/supplychain.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}
.row-groups .CommunityTiles  .community-list h3 a[href*="ibmz-and-linuxone/home"]:before { /* IBM Z */
  content: '';
  color: transparent;
  background-image: url('https://higherlogicdownload.s3.amazonaws.com/IMWUC/4baa927b-e45c-46f9-b303-c8f326494a3d/UploadedImages/Community/front_porch/zlogo.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}
.row-groups .CommunityTiles  .community-list h3 a[href*="iot/home"]:before { /* IoT */
  content: '';
  color: transparent;
  background-image: url('https://higherlogicdownload.s3.amazonaws.com/IMWUC/4baa927b-e45c-46f9-b303-c8f326494a3d/UploadedImages/Community/front_porch/iot-icon.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

.CommunityTiles .community-list div[id*="CommunityJoinLinkDashboard"] a[id*="Join"].btn {
  display: none;
}

/*** tags within group tiles ?? what to do with them moving forward - temp remove ***/
.row-groups .community-list .content-tags {
  bottom: 18px;
  position: absolute;
  display: none;
}

/* Nested Communities */

/* expanding interior community list into a grid for other pages */
.nested-group .row-groups .ContentUserControl > div[class=""] {
  font-size: 22px;
}

.nested-group .row-groups div[id*="UpdatePanel"] {
  font-size: initial;
  display: grid;
  grid-template-columns: auto auto auto;
}

/* Hiding the div holding a total number of nested groups */
.nested-group
  .row-groups.ContentUserControl
  div[id*="UpdatePanel"]
  > .row:first-child {
  display: none;
}

.nested-group .HLLandingControl .heading h2 {
  margin: 50px 0 25px;
}

.nested-group .row-full,
.user-group .row-full {
  max-width: 1200px;
  margin: 0px auto !important;
}

.nested-group #PageTitleH1,
.user-group #PageTitleH1 {
  padding-left: 0;
  max-width: 1200px;
}

.nested-group .HLLandingControl .title-row img,
.user-group .HLLandingControl .title-row img {
  margin-left: 0;
}

.nested-group .bg-white {
  margin: 0px calc(-50% - 600px);
  padding: 50px calc(50% + 600px);
  background: #ffffff;
}

.nested-hero.bg-white {
  margin: 0 auto;
  padding: 20px calc(50% - 600px);
  background: #ffffff;
}

.nested-group .SearchResults ul li div[id*="pnlTitle"].col-md-7 {
  width: 83.3333%;
}

.nested-group .SearchResults ul li div[id*="pnlObjectType"].col-md-3 {
  display: none;
}

.nested-group .SearchResults ul li a[id*="ProfPic"] img {
  border-radius: 50px;
}

.nested-group .ContentUserControl .SearchResults {
  margin-bottom: 50px;
}

.nested-group .promo-banner-image,
.user-group .promo-banner-image {
  margin: 30px 0;
}

/*** merge this CSS below with main base theme at some point ***/
.promo-banner-image img {
  width: 100%;
}

.promo-banner-image {
  margin: 30px 10px 0;
}

.nested-hero {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
}

.nested-hero h2 {
  margin-top: 10px;
}

.nested-hero p {
  font-size: 20px;
}

.nested-hero img {
  margin: 10px 50px 10px 0;
  float: left;
  width: 120px;
  height: auto;
}

.nested-group .summary-edit,
.user-group .summary-edit {
  background: #ffffff;
  padding: 15px;
  margin: 0 -15px;
  display: flex;
}

.nested-hero.small-hero {
  padding-top: 0;
  padding-bottom: 0;
}

.nested-hero.small-hero .HtmlContent {
  align-items: center;
  display: flex;
}

.nested-hero.small-hero img {
  width: 65px;
}

.nested-hero.small-hero h2 {
  padding: 40px 60px 40px 25px;
  margin: 0 60px 0 0;
  border-right: 1px solid #eee;
}

.nested-hero.small-hero p {
  margin-top: 10px;
}

.row-groups .ContentItemHtml:not(.header-inline):not(.image-block) h2 {
  font-size: 22px;
/*  margin: 5px 0 2px; */
}

/* ibm component styling */

.ibm-card {
  background: #ffffff;
  padding: 15px;
  margin-bottom: 10px;
}

.ibm-card-header .source {
  font-size: 12px;
  text-transform: uppercase;
  color: #0062ff;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.ibm-card .ibm-card-body h3 {
  margin: 15px 0 25px;
}

.ibm-card .ibm-card-body a.ibm-card-tag {
  font-size: 12px;
  color: grey;
  text-decoration: none;
  display: inline-block;
  padding: 4px 10px;
  background: lightgrey;
  border-radius: 50px;
  margin-right: 8px;
}

.ibm-card .ibm-card-footer {
  font-size: 12px;
  font-weight: 400;
  overflow: auto;
  margin: 15px -15px -15px;
  padding: 10px 15px;
  border-top: 1px solid #f4f6f7;
}

.ibm-card .ibm-card-footer .replies {
  font-weight: 400;
  font-size: 12px;
  float: left;
}

.ibm-card .ibm-card-footer .replies .number {
  font-weight: 800;
}

.ibm-card .ibm-card-footer .replies:after {
  content: "";
}

.ibm-card .ibm-card-footer .byline {
  float: right;
}

.ibm-card .ibm-card-footer .byline a.author {
  color: #555;
  font-weight: 800;
  text-decoration: none;
}

/* events */
.events .HtmlContent div h2:empty {
  display: none;
}

.home .events .HtmlContent div .ibmc-super-component,
.home .events .HtmlContent ibmc-events {
  display: grid;
  grid-template-columns: 50% 50%;
  margin: -10px;
  grid-auto-rows: 1fr;
}

.home .events .HtmlContent ibmc-super ibmc-events {
  margin: 0;
}

.events .HtmlContent .ibmc-component {
  margin: 10px;
}

.events .ibmc-component {
  background: white;
}

.events .ibmc-component .ibm-card__content a.ibm-h4[href*="community"]:before {
  display: none;
}

.events .ibmc-component .ibm-card__content span a[href*="home"] {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 10px;
  color: #0062ff;
}

.ibmc-component .source a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
}

.events .ibmc-component h3.ibm-card-title {
  margin: 6px 0 20px;
}

.events h2 .make-arrow-link.pull-right,
.news-grid h2 .make-arrow-link.pull-right {
  margin-top: 10px;
}

/* aligning hl events widgets to ibm-cards */
.events .SearchResults .Content ul {
  display: grid;
  grid-template-columns: 50% 50%;
  margin: -10px;
}

.events .SearchResults .Content ul li {
  margin: 10px;
}

.events .SearchResults div[id*="ObjectType"],
.news-grid .SearchResults div[id*="ObjectType"] {
  display: none;
}

.events .SearchResults div[id*="Title"],
.news-grid .SearchResults div[id*="Title"] {
  width: 100%;
}

/* alt styling for native HL events widget on Azul 1.3 homepage */

.home .events .heading h2 {
  margin: 40px 0 25px;
}

.home .events .HLEventList ul {
  display: grid;
  grid-template-columns: 50% 50%;
  margin: -20px -10px 0;
  grid-auto-rows: 1fr;
  padding: 0;
}

.home .events .HLEventList ul li {
  margin: 0px 10px 10px;
  border: 1px solid transparent;
  background: #ffffff;
  padding: 15px;
  transition: 0.3s;
}

.home .events .HLEventList ul li:hover {
  border-color: #0062ff;
  transition: 0.3s;
}

.home .events .HLEventList ul li h3 a:hover,
.home .events .HLEventList ul li:hover h3 a {
  color: #0062ff;
}

/* mini profile pieces */
.left-rail .profile-item {
  margin-top: 10px;
}

.profile-item h2 {
  font-size: 14px;
  font-weight: 600;
  margin: 15px auto 10px;
}

.profile-item .digitalRibbonDisplay .col-md-12 {
  padding: 0;
}

.profile-item .digitalRibbonDisplay div[style*="background-image"] {
  width: 45px !important;
  height: 45px !important;
  margin: 0 5px 0 0;
}

.profile-item .digitalRibbonDisplay .pull-left:nth-of-type(1n + 4) {
  display: none;
}

.mini-profile .profile-item .community-list h3 a,
.mini-profile .profile-item .community-list h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 3px 0;
}

#MPOuterMost .mini-profile .profile-item .row.rowContainer.community-list,
#MPOuterMost
  .mini-profile
  .profile-item
  .row.rowContainer.community-list
  .col-md-12 {
  padding: 0 !important;
  margin: 0 !important;
}

.profile-item.make-arrow-link em a,
.profile-item.make-arrow-link em a:after {
  font-size: 14px;
}

.ContentItemMVC.points-wrap .col-md-4 .points .inline .data div {
  display: none;
}

.ContentItemMVC.points-wrap .col-md-4 .points .inline .data {
  background-color: #c9deff;
  color: #054ada;
  border: 0;
  font-size: 12px;
  border-radius: 50px;
  min-width: auto;
}

.ContentItemMVC.points-wrap .col-md-8,
.ContentItemMVC.points-wrap .col-md-4 .achievements,
.ContentItemMVC.points-wrap .col-md-4 h3,
.ContentItemMVC.points-wrap .col-md-4 .points .inline:first-child {
  display: none;
}

.ContentItemMVC.points-wrap .col-md-4 {
  width: auto;
  padding: 0;
}

.ContentItemMVC.points-wrap .col-md-4 .points .inline .data:after {
  content: "Pts";
}

/* blogs enhancements */
.blogs-block h3.blogTitle {
  font-size: 50px;
  margin-bottom: 50px;
}

.blogs-block {
  background: #ffffff;
  border-top: none;
}

/* libraries & entries */
.webinars .library-list img,
.webinars .libListReptEntByline {
  display: block;
}

/* general spacing/balance - sitewide */
.HLLandingControl .Content,
.HLLandingControl .HtmlContent {
  padding-left: 0;
  padding-right: 0;
}

.HLLandingControl .heading h2,
.HLLandingControl h2 {
  padding-left: 0px;
  padding-right: 0px;
}

.ContentUserControl[class*="col-"],
.ContentItemHtml[class*="col-"],
.ContentItemMVC[class*="col-"] {
  padding: 0 10px !important;
}

/* BA Home Page */
.home .main-content {
  position: relative;
  background-color: #f3f3f3;
}

.home .main-content::after {
  position: absolute;
  content: "";
  top: 0;
  right: -100%;
  width: 100%;
  left: 100%;
  bottom: 0;
  background-color: #f3f3f3;
}

.home .main-content .news-grid {
  background-color: #f3f3f3;
}

.home .main-content .news-grid h2 {
  padding: 15px;
  margin-bottom: 0;
  margin-top: 30px;
}

.home .main-content .news-grid .form-inline {
  display: none;
}

.home #MPOuterMost .main-content .news-grid .Content .library-list {
  width: calc(33.3333333333% - 20px);
}

.home #MPOuterMost .main-content .news-grid .Content .library-list:first-child,
.home
  #MPOuterMost
  .main-content
  .news-grid
  .Content
  .library-list:nth-child(9) {
  width: calc(66.6666666667% - 20px);
}

.news-grid .library-list .img-container[style*="undefined"] {
  position: relative;
}

.home
  #MPOuterMost
  .news-grid
  .library-list
  .img-container[style*="undefined"]:before {
  display: block;
  background: #d4d4d4;
}

.home
  #MPOuterMost
  .news-grid
  .library-list
  .img-container[style*="undefined"]:after {
  display: block;
  font-family: "IBM";
  position: absolute;
  content: "\f00e";
  color: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 75px;
  width: 75px;
  line-height: 75px;
  font-size: 55px;
  text-align: center;
}

.home .main-content .row-1 .ContentItemHtml h3 {
  font-weight: 500;
  color: #323232;
  font-size: 18px;
  line-height: 1.3em;
  padding-bottom: 15px;
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
}

.home .main-content .spotlight .HtmlContent,
.news-grid .SearchResults ul li {
  background-color: white;
  position: relative;
}

.home .main-content .spotlight .HtmlContent * {
  z-index: 1;
  position: relative;
}

.news-grid .SearchResults ul li > a {
  position: absolute;
  z-index: 50;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
}

.home .main-content .spotlight .HtmlContent::after,
.news-grid .SearchResults ul li::after {
  content: "";
  border: 1px solid transparent;
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 0;
  top: 0;
  left: 0;
  transition: 0.3s;
}

.home .main-content .spotlight .HtmlContent:hover::after,
.news-grid .SearchResults ul li:hover::after {
  content: "";
  border: 1px solid #0062ff;
  transition: 0.3s;
}

.main-content {
  position: relative;
  background-color: #f3f3f3;
}

.main-content::after {
  position: absolute;
  content: "";
  top: 0;
  right: -100%;
  width: 100%;
  left: 100%;
  bottom: 0;
  background-color: #f3f3f3;
}

.news-grid .SearchResults ul li .img-container:after {
  border: 1px solid transparent;
  transition: 0.2s;
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 6;
}

.news-grid .SearchResults ul li:hover .img-container:after {
  border-color: #0062ff;
  border-bottom-color: transparent;
  transition: 0.2s;
}

.news-grid .img-container::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 45%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 5;
}

.news-grid .img-container span.TotalLikes {
  color: white;
  background: transparent;
  border-color: transparent;
  top: 15px;
  left: 15px;
  position: absolute;
  z-index: 30;
}

.news-grid .img-container span.TotalLikes::after {
  display: inline;
  content: "\f00a";
  font-family: "IBM";
  font-size: 19px;
  line-height: 15px;
}

.news-grid .news-item-external .img-container span.TotalLikes {
  font-size: 0;
}

.news-grid .news-item-external .img-container span.TotalLikes::after {
  content: "\f010";
}

.news-grid .img-container .news-item-date {
  position: absolute;
  right: 15px;
  top: 15px;
  color: white;
  z-index: 30;
}

.news-grid ul li .title-row .ByLine {
  display: none;
}

.home .main-content .spotlight h6,
.home .main-content .spotlight h3,
.home .main-content .spotlight h4,
.home .main-content .spotlight h5 {
  padding-left: 15px;
  padding-right: 15px;
}

.home .main-content .spotlight p:last-child {
  padding: 0 15px 15px;
}

.home .main-content .spotlight img {
  width: 100%;
}

.home .main-content .spotlight .HtmlContent strong a {
  bottom: 0;
  right: 0;
  display: block;
  text-align: right;
  margin: 0;
  padding: 0;
  font-size: 11px;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.home .main-content .header-inline h2 {
  display: inline-block;
}

.news-grid span.glyphicon.glyphicon-pushpin.small {
  display: none;
}

/* All Content List widgets */
.SearchResults .Content ul li {
  background: #fff;
  padding: 15px;
  border: 1px solid transparent;
}

.square-tile-wrap.row-wide {
  /* margin-right: -10px; */
  /* margin-left: -10px; */
  float: left;
  /* padding: 5px; */
}

.main-content .square-tile {
  position: relative;
  width: calc(33.3333333333% - 20px);
  height: 330px;
  color: #565656;
}

.main-content .square-tile p strong {
  position: absolute;
  bottom: 13.78px;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #bebebe;
}

.main-content .square-tile h3 a:hover,
.main-content .square-tile h3 a:focus {
  color: #0062ff;
  transition: 0.3s;
}

.main-content .square-tile p em {
  font-size: 12px;
  line-height: 15px;
  color: #565656;
  font-style: normal;
}

.square-tile-wrap > a > .square-tile:hover h3 a {
  color: #0062ff;
  transition: 0.3s;
}

.square-tile-wrap > a > .square-tile:hover {
  border: 1px solid #0062ff;
  transition: 0.3s;
}

.square-tile {
  border: 1px solid transparent;
  transition: 0.3s;
}

/* arrow links within headings/titles */
.row-1 .heading h2 .make-arrow-link em a {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 10px;
  display: block;
}

.row-1 .heading h2 .make-arrow-link em a:after {
  font-size: 11px;
  content: "\f011";
  margin-left: 2px;
}

.home .main-content .row-1 .make-arrow-link {
  margin-bottom: 10px;
}

/* found in text */
div[id*="FoundIn"] h5 {
  font-size: 12px;
  color: #373737;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

div[id*="FoundIn"] h5 a {
  font-weight: 600;
  text-decoration: none;
  font-size: 11px;
}

/* blog feeds */
div[id$="BlogContents"] .blogs-block {
  background: #ffffff;
  border-top-color: #f3f3f3;
  margin-bottom: 10px;
  padding: 22px 15px;
}

div[id$="BlogContents"] .blogs-block .col-md-12 {
  padding: 0;
}

div[id$="BlogContents"] .blogs-block img {
  border-radius: 50%;
}

/* community list tweaks */
.community-list div[id*="ViewOnly"] {
  display: none;
}

/* All Content List feeds */
.SearchResults .label {
  background: #fff;
  color: #0062ff;
  border: 1px solid #0062ff;
  border-radius: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.05em;
  padding: 5px 10px;
}

/* admin button/page */
.admin-btn em a {
  font-size: 12px;
  margin-right: 15px;
}

/* hero tweaks */
.hero,
.myhero {
  position: relative;
}

.hero .HtmlContent,
.myhero .HtmlContent {
  position: relative;
  z-index: 1;
}

.hero::before,
.myhero::before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0)
  );
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0.9;
}

/****** CTA Button ******/
.hero.make-buttons.white-outline-btn em a:hover,
.hero.make-buttons.white-outline-btn em a:focus,
.myhero.make-buttons.white-outline-btn em a:hover,
.myhero.make-buttons.white-outline-btn em a:focus {
  background: #fff;
  color: #323232;
}

.hero a,
.myhero a {
  color: #ffffff;
}

.hero a:hover,
.myhero a:hover {
  text-decoration: none;
}

/* news grid using ACL */
.news-grid .SearchResults ul {
  display: flex;
  /* margin: 0 -10px !important; */
  flex-wrap: wrap;
}

.news-grid h4.category-title {
  color: #0354e9;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.32px;
  text-decoration: none;
  margin-bottom: 5px;
}

.news-grid .SearchResults ul li {
  height: 450px;
  overflow: hidden;
  margin: 10px !important;
  /* flex-basis: 33.333%; */
  width: calc(33.333% - 20px);
  border: 0;
  position: relative;
}

.news-grid .SearchResults ul li:first-child {
  width: calc(67.777% - 32px);
}

.news-grid .SearchResults ul li .title-row div[id*="pnlTags"] {
  position: absolute;
  bottom: 0;
}

.news-grid .SearchResults ul li .img-container.no-image::before {
  display: none;
}

.news-grid .SearchResults ul li .img-container.no-image .news-item-date,
.news-grid .img-container.no-image span.TotalLikes {
  color: black;
}

/* Handling different heights for img-containers */

@keyframes fadeIn {
  0% {
    background-color: #e5e9eb;
  }

  50% {
    background-color: #939596;
  }

  100% {
    background-color: #e5e9eb;
  }
}

.news-grid .SearchResults ul li .img-container {
  height: 40%;
  /* animation: fadeIn 3s infinite; */
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-position: center;
  margin: -15px -15px 10px;
  transition: 0.3s;
}

.news-grid .SearchResults ul li .img-container.loading {
  animation: fadeIn 3s infinite;
}

.news-grid .SearchResults ul li a > .title-row {
  height: 100%;
  transition: 0.3s;
}

.news-grid .SearchResults ul li .img-container + .title-row {
  height: 60%;
  transition: 0.3s;
}

.news-grid
  .SearchResults
  ul
  li
  .img-container
  + .title-row
  > div[id*="SearchResults"] {
  height: 100%;
  position: relative;
}

.news-grid .SearchResults ul li .img-container[style] {
  height: 40%;
  transition: 0.3s;
}

.news-grid .SearchResults ul li:first-child .img-container {
  height: 65%;
  transition: 0.3s;
}

.news-grid .SearchResults ul li:first-child .img-container + .title-row {
  height: 35%;
  transition: 0.3s;
}

.news-grid .SearchResults .img-container[style*="undefined"] {
  display: block;
  height: 10% !important;
  background: transparent;
  transition: 0.3s;
  animation: none;
}

.news-grid .SearchResults .img-container[style*="undefined"] + .title-row {
  height: 90%;
  transition: 0.3s;
}

.news-grid ul li > a {
  color: initial;
  text-decoration: none;
}

/* hovers for tiles aligned site-wide */
.events .ibmc-component,
.ibmc-component {
  border: 1px solid transparent;
  transition: 0.3s;
}

.ibmc-component:hover {
  border-color: #0062ff;
  transition: 0.3s;
}

.ibmc-component:hover h3 a,
.home .main-content .spotlight .HtmlContent:hover h3 a,
.news-grid .SearchResults ul li:hover h3 a {
  color: #0062ff;
}

.row-groups .community-list div[id*="pnlAttributes"] .pull-right {
  float: left !important;
}

.row-groups .community-list div[id*="pnlAttributes"] .pull-right a,
.row-groups .community-list div[id*="pnlAttributes"] .pull-right a span {
  font-size: 11px;
}

.row-groups .community-list div[id*="pnlAttributes"] .pull-right a.btn-community-stats-static {
  background-color: transparent;
}

.row-groups .community-list h3 + div[id*="EnterJoin"] .col-md-12 {
  padding: 0;
}

/* group tiles - joined icon */
.row-groups .community-list p[id*="StatLastJoined"] span[id*="IsMember"] {
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 0;
}

.row-groups
  .community-list
  p[id*="StatLastJoined"]
  span[id*="IsMember"]::before {
  background: #0062ff;
  min-height: 25px;
  min-width: 25px;
  position: absolute;
  z-index: 0;
  content: "\f001";
  right: 0;
  border-radius: 50%;
  font-family: "IBM";
  color: #fff;
  text-align: center;
  margin-top: 2px;
  font-size: 13px;
  line-height: 25px;
  text-rendering: optimizelegibility;
  font-weight: 500;
}

.row-groups
  .community-list
  div[id*="CommunityJoinLinkDashboard"]
  a[id*="Join"].btn {
  position: relative;
  z-index: 1;
}

/* stretch/grow/eq height the top row columns' content */
.row-1,
.row-1 .col-md-4,
.row-1 .col-md-4 > div[id$="Main"] {
  display: flex;
  width: 100%;
}

.row-1 .col-md-4 .SearchResults {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.row-1 .col-md-4 .SearchResults .Content,
.row-1 .col-md-4 .SearchResults .Content ul,
.row-1 .col-md-4 .SearchResults .Content ul li {
  flex-grow: 1;
  display: flex;
}

.row-groups + .row.row-wide {
  display: flex;
}

.home .main-content .spotlight {
  display: flex;
  flex-direction: column;
}

.home .main-content .spotlight .HtmlContent {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.home .main-content .spotlight p:last-child {
  padding: 0 15px 15px;
  flex-grow: 1;
}

.home .main-content .spotlight p:last-child strong {
  bottom: 0;
  position: absolute;
  right: 15px;
}

/* Spotlight */

.home .main-content .spotlight .HLLandingControl {
  display: flex;
  flex-direction: column;
}

.home .main-content .spotlight .Content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.spotlight .heading h2 {
  margin: 40px 0 25px;
}

.spotlight .title-row > .col-md-9 {
  width: 100%;
}

.spotlight .title-row > .col-md-3 {
  display: none;
}

.spotlight .SearchResults ul li {
  position: relative;
  min-height: 450px;
}

.spotlight .SearchResults ul li > a {
  position: absolute;
  z-index: 50;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
}

.spotlight .SearchResults ul li .img-container {
  height: 40%;
  /* animation: fadeIn 3s infinite; */
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-position: center;
  margin: -15px -15px 10px;
  transition: 0.3s;
}

.spotlight .SearchResults ul li .img-container.loading { 
  animation: fadeIn 3s infinite;
 }

.spotlight .SearchResults ul li .img-container[style*="undefined"] {
  display: none;
}

.spotlight .SearchResults a[id*="hypMore"] {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: block;
  text-align: right;
  margin: 0;
  padding: 0;
  font-size: 11px;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #054ada;
  background-color: transparent;
  border-color: transparent;
}

/* news cards grids modified for two columns of separate content */
.home .main-content .news-card-wrap .news-grid h2 {
  padding: 15px 0;
}

.news-card-wrap .news-grid .SearchResults ul {
  margin: 0 -10px;
}

.news-card-wrap .news-grid:first-child .SearchResults ul li:first-child {
  width: 100%;
}

.news-card-wrap .news-grid .SearchResults ul li {
  width: 100%;
}

.news-card-wrap .news-grid:first-child .SearchResults ul li {
  width: calc(50% - 20px);
}

.news-grid.col-md-4 .SearchResults ul li:first-child .img-container {
  height: 40%;
  transition: 0.3s;
}

/* image blocks/ads - "start a local group" DS home */
.image-block {
  position: relative;
  overflow: hidden;
  margin: 10px;
  width: calc(33.3333% - 20px);
  height: 225px;
}

.image-block .HtmlContent {
  padding: 15px;
}

.image-block .HtmlContent img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  max-width: none;
  max-height: 100%;
  margin: auto;
}

.image-block .HtmlContent :not(img) {
  z-index: 1;
  position: relative;
  color: #ffffff;
}

.image-block .HtmlContent h2 {
  margin: 10px 0 20px;
  font-size: 22px;
  font-weight: 500;
}

/* Used to remove the whitespace added by HL default styling when a page doesn't have a title */
.no-pageTitle-padding {
  padding-top: 0;
}

/* trying out some cleanup/tidy on the CLPs */
.ibmcom-grp-posts .HLLandingControl ul.row,
.ibmcom-grp-articles .HLLandingControl ul.row,
.ibmcom-grp-files .HLLandingControl ul.row {
  display: flex;
  flex-wrap: wrap;
}

.ibmcom-grp-posts .HLLandingControl ul li.col-md-4,
.ibmcom-grp-articles .HLLandingControl ul li.col-md-4,
.ibmcom-grp-files .HLLandingControl ul li.col-md-4 {
  background: #ffffff;
  margin: 10px;
  border: 0;
  padding: 15px;
  width: calc(33.3333% - 20px);
}

/* Fixing the profile page on nested communities  */

.ibmcom-grp-posts
  .HLLandingControl
  ul
  li.col-md-4
  .title-row
  div[id*="Picture"].col-xs-2,
.ibmcom-grp-articles
  .HLLandingControl
  ul
  li.col-md-4
  .title-row
  div[id*="Picture"].col-xs-2,
.ibmcom-grp-files
  .HLLandingControl
  ul
  li.col-md-4
  .title-row
  div[id*="Picture"].col-xs-2,
.ibmcom-grp-posts
  .HLLandingControl
  ul
  li.col-md-4
  .title-row
  div[id*="ProfPic"],
.ibmcom-grp-articles
  .HLLandingControl
  ul
  li.col-md-4
  .title-row
  div[id*="ProfPic"],
.ibmcom-grp-files
  .HLLandingControl
  ul
  li.col-md-4
  .title-row
  div[id*="ProfPic"] {
  padding: 0;
  width: 50px;
  display: inline-block;
}

.HLLandingControl.HLDiscussions .title-row img,
.HLLandingControl.HLMyDocuments .title-row img,
.HLLandingControl.HLEngagement .title-row img,
.HLLandingControl.HLRecentBlogs .title-row img {
  border-radius: 50%;
}

.leaderboard .HLLandingControl.HLEngagement .title-row img {
  margin-left: 0;
}

/* hide that pesky "no updates" bullet point */
.ContentUserControl .Content > li {
  list-style: none;
}

/* ACL hide admin tags */
a.label.label-search-tag[aria-label*="Highlight-Categories"],
a.label.label-search-tag[aria-label*="Universal Tags"],
a.label.label-search-tag[aria-label*="-home"] {
  display: none;
}

.l1-nav.side-menu .ibm-sitenav-menu-list > ul > li {
  display: block;
}

.left-rail .leaderboard + .make-arrow-link + .make-buttons {
  margin-left: 0;
  margin-top: 15px;
}

.hero > .HtmlContent,
.myhero > .HtmlContent {
  position: relative;
  z-index: 1;
  max-width: 70%;
  float: left;
}

/* FOOTER styling */
#FOOTER {
  font-size: 14px;
}

#FOOTER .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

#FOOTER h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 30px 0 10px;
}

#FOOTER hr {
  border-top: 1px solid #ccc;
}

#FOOTER #MPCopyright,
#MPFooterLink {
  display: none;
}

#MPOuterFooter {
  background-color: #ececec;
  color: #5a5a5a;
  padding-top: 30px;
}

#FOOTER a {
  font-size: 14px;
  color: #5a5a5a;
  transition-duration: 250ms;
  transition-timing-function: ease-in;
  text-decoration: none;
}

#FOOTER a:hover,
#FOOTER a:focus {
  color: #054ada;
}

#FOOTER #MPCopyright,
#MPFooterLink {
  display: none;
}

/* fixes ERS eCM Oct 11 2019 Matt Revisit this to incorporate higher up */
div[id$="pnlDigest"]
  .message-list-controls
  div[id$="PostMessageContainer"].form-group {
  display: inline-block;
}

div[id$="pnlDigest"]
  .message-list-controls
  div[id$="PostMessageContainer"].form-group:after {
  display: none;
}

.promo-pennant {
  max-width: 300px;
  font-size: 14px;
  background: #0062ff;
  float: right;
  width: 30%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 15px;
  text-align: right;
}

.promo-banner .HtmlContent {
  display: flex;
}

.promo-banner .make-buttons {
  margin-left: auto !important;
}

/* Start: banner in homepage Still being used? Check with Emeri */
.banner-container {
  display: table;
  background: #0062ff;
  color: #ffffff;
  padding: 10px 20px;
  margin: 10px;
}

.summary-edit .banner-container {
  margin: 0px -15px;
}

.banner-container .col {
  display: table-cell;
  padding: 1px;
  vertical-align: middle;
  color: #ffffff;
}

.banner-container .col.col1 {
  width: 18%;
  font-size: 20px;
  color: #ffffff;
}

.banner-container .col.col3 {
  width: 12%;
  padding: 0px 0px 0px 20px;
}

.banner-container .col.col2 {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  width: 70%;
  color: #ffffff;
}

.banner-container .col.col2 p {
  padding: 0px 20px;
  color: #ffffff;
}

.banner-container .make-buttons {
  float: right;
  margin: 26px 0;
}

.banner-container .make-buttons a {
  padding: 10px 20px;
  display: inline-block;
  background: #0062ff;
  color: #fff;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.32px;
  border: 1px solid transparent;
  white-space: nowrap;
  /* updated in mobile view */
}

/* ERS edits to fix banner width */
.banner-container {
  width: calc(100% + 30px);
}

.promo-pennant p {
  font-size: 16px;
  margin-top: 20px;
}

.promo-pennant.image-only img {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 100%;
  display: block;
}

.promo-pennant.image-only {
  background: transparent;
}

.banner-container .make-buttons.white-outline-btn a {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.85);
  color: rgba(255, 255, 255, 0.85);
}

.banner-container .make-buttons.white-outline-btn a:hover {
  background: rgba(255, 255, 255, 0.85);
  color: #000000;
}

/* End: Banner in homepage */

.main-content .ContentUserControl.col-md-4 .Content ul li {
  border: 1px solid transparent;
}

.main-content .ContentUserControl.col-md-4 .Content ul li a {
  text-decoration: none;
}

.main-content .ContentUserControl.col-md-4 .Content ul li:hover,
.main-content .ContentUserControl.col-md-4 .Content ul li:focus {
  border: 1px solid #0062ff;
  text-decoration: none;
  transition: 0.3s;
}

.main-content .ContentUserControl.col-md-4 .Content ul li:hover .title-row h3 a,
.main-content
  .ContentUserControl.col-md-4
  .Content
  ul
  li:focus
  .title-row
  h3
  a {
  color: #0062ff;
  transition: 0.3s;
}

.main-content
  .ContentUserControl.col-md-4
  .Content
  ul
  li
  .title-row
  p[id*="Description"] {
  color: #565656;
}

.main-content .row-1 .Content ul li .title-row .col-md-3,
.community-list .nested-community {
  display: none;
}

.main-content .row-1 .Content ul li .title-row .col-md-9 {
  width: 100%;
}

.main-content .col-md-8 {
  padding: 0 10px;
}

.main-content .html-group-tile-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);

  grid-auto-rows: 1fr;
}

.main-content .col-md-8 .square-tile {
  width: auto;
  margin: 10px;
  padding: 15px 15px 35px;
  min-height: 225px;
  height: auto;
}

.main-content .html-group-tile-container > a {
  width: auto;
  margin: 10px;
  padding: 15px 15px 0;
  min-height: 225px;
  height: auto;
  background: #ffffff;
}

.main-content .html-group-tile-container > a > .square-tile {
  margin: 0px;
  padding: 0;
  height: 100%;
  min-height: auto;
  padding-bottom: 35px;
}

.main-content .html-group-tile-container > a:nth-child(1n + 3),
.main-content .html-group-tile-container > a:nth-child(1) {
  margin-left: 0px !important;
}

.main-content .html-group-tile-container > a:nth-child(2n + 2) {
  margin-right: 0;
}

.main-content .html-group-tile-container .square-tile.make-arrow-link em a {
  position: absolute;
  bottom: 15px;
  right: 0px;
}

.main-content .html-group-tile-container .square-tile img {
  width: 55px;
  float: right;
  margin: 0 0 100px 15px;
}

.home
  .main-content
  .row-groups
  .html-group-tile-container
  .make-arrow-link
  + .make-arrow-link {
  text-align: left;
}

.main-content .row-groups .html-group-tile-container .square-tile h3 {
  margin-top: 0;
}

/* Tabs Styling */

.container.ibmcom-nav-tabs.ibmcom-nav-tabs-local {
  margin-bottom: 40px;
  padding: 0;
}

.container.ibmcom-nav-tabs.ibmcom-nav-tabs-local>.row>.col-md-12 {
  padding: 0;
}

.ibmcom-nav-tabs.ibmcom-nav-tabs-local .nav-tabs {
  margin-left: 0;
  margin-right: 0;
  border-bottom-color: transparent;
  margin-bottom: 0;
}

.ibmcom-nav-tabs.ibmcom-nav-tabs-local .nav-tabs li {
  min-width: 160px;
}

.ibmcom-nav-tabs.ibmcom-nav-tabs-local .nav-tabs li a {
  border: 0;
  border-top: 3px solid transparent;
  border-bottom: 2px solid #e0e0e0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.16px;
  color: rgb(22, 22, 22);
}

.ibmcom-nav-tabs.ibmcom-nav-tabs-local .nav-tabs li a:hover {
  border-bottom-color: #8d8d8d;
  background-color: transparent;
}

.ibmcom-nav-tabs.ibmcom-nav-tabs-local .nav-tabs li.active a {
  border-bottom-color: rgb(15, 98, 254);
  font-weight: 600;
}

.ibmcom-nav-tabs.ibmcom-nav-tabs-local .nav-tabs li.active a:focus {
  outline: 2px solid rgb(15, 98, 254);
}

.tabs .community-list div[id*="pnlCommRight"] {
  width: 100%;
}

.tabs .community-list div[id*="pnlCommRight"] {
  display: none;
}

.tabs div[id*="UpdatePanel"] > .row:not(.community-list) {
  display: none;
}

.tabs p[id*="pDescription"],
.tabs p[id*="pStatLastJoined"] {
  display: none;
}

.tab-html .community-list {
  width: 32%;
  display: inline-block;
  height: 110px;
  margin: 0;
}

.tab-html .community-list > .col-md-7 {
  width: 100%;
}

.tab-html .content-tags {
  display: none;
}

.tab-html .tab-content > div > h3 {
  display: none;
}

.row-groups .UserGroupTiles .community-list div[id*="CommRight"] {
  display: block;
}

.row-groups .UserGroupTiles .community-list div[id*="CommRight"] .col-md-12 {
  padding: 0;
}

.row-groups .UserGroupTiles .community-list {
  height: 125px;
  width: calc(33.3333% - 23px);
}

.row-groups .UserGroupTiles .community-list h3 a {
  padding-left: 15px;
  padding-right: 75px;
}

.row-groups
  .UserGroupTiles
  .community-list
  a[aria-label*="User Group Flags"]
  + h3
  a {
  padding-left: 60px;
}

.UserGroupTiles .community-list h3 a:before {
  /* reset default group icons */
  content: "";
}

.row-groups .community-list .content-tags {
  display: none;
}

.UserGroupTiles .community-list a[aria-label*="User Group Flags"] {
  margin-top: 17px;
  width: 40px;
  white-space: normal;
  position: absolute;
  border-radius: 0;
  text-transform: uppercase;
  color: transparent;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  height: 27px;
  text-align: center;
}

.UserGroupTiles .community-list a[aria-label*="tag=USA"] {
  background-image: url("https://dw1.s81c.com/IMWUC/1b8d624a-635c-475e-84d7-e97ea3ab1d22/UploadedImages/User_Group_Icons/UnitedStates400x275.jpg");
}

.UserGroupTiles .community-list a[aria-label*="tag=AUS"] {
  background-image: url("https://dw1.s81c.com/IMWUC/1b8d624a-635c-475e-84d7-e97ea3ab1d22/UploadedImages/User_Group_Icons/Australia400x275.jpg");
}

.UserGroupTiles .community-list a[aria-label*="tag=ASEAN"] {
  background-image: url("https://dw1.s81c.com/IMWUC/1b8d624a-635c-475e-84d7-e97ea3ab1d22/UploadedImages/User_Group_Icons/ASEAN.png");
}

.UserGroupTiles .community-list a[aria-label*="tag=BE"] {
  background-image: url("https://dw1.s81c.com/IMWUC/1b8d624a-635c-475e-84d7-e97ea3ab1d22/UploadedImages/User_Group_Icons/Belgium400x275.jpg");
}

.UserGroupTiles .community-list a[aria-label*="tag=CAN"] {
  background-image: url("https://dw1.s81c.com/IMWUC/1b8d624a-635c-475e-84d7-e97ea3ab1d22/UploadedImages/User_Group_Icons/canada400x275.jpg");
}

.UserGroupTiles .community-list a[aria-label*="tag=SW"] {
  background-image: url("https://dw1.s81c.com/IMWUC/1b8d624a-635c-475e-84d7-e97ea3ab1d22/UploadedImages/User_Group_Icons/Switzerland400x275.jpg");
}

.UserGroupTiles .community-list a[aria-label*="tag=NE"] {
  background-image: url("https://dw1.s81c.com/IMWUC/1b8d624a-635c-475e-84d7-e97ea3ab1d22/UploadedImages/User_Group_Icons/Netherlands400x275.jpg");
}

.UserGroupTiles .community-list a[aria-label*="tag=UK"] {
  background-image: url("https://dw1.s81c.com/IMWUC/1b8d624a-635c-475e-84d7-e97ea3ab1d22/UploadedImages/User_Group_Icons/UnitedKingdom400x275.jpg");
}

.UserGroupTiles .community-list a[aria-label*="tag=IN"] {
  background-image: url("https://dw1.s81c.com/IMWUC/1b8d624a-635c-475e-84d7-e97ea3ab1d22/UploadedImages/User_Group_Icons/India400x275.jpg");
}

.UserGroupTiles .community-list a[aria-label*="tag=AUT"] {
  background-image: url("https://dw1.s81c.com/IMWUC/1b8d624a-635c-475e-84d7-e97ea3ab1d22/UploadedImages/User_Group_Icons/Austria400x275.jpg");
}

.UserGroupTiles .community-list a[aria-label*="tag=NZ"] {
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/6391a864-1394-4296-9524-784ee59c6af2/UploadedImages/User_Group_Icons/NewZealand400x275.jpg");
}

.UserGroupTiles .community-list a[aria-label*="tag=BR"] {
  background-image: url("https://dw1.s81c.com/IMWUC/1b8d624a-635c-475e-84d7-e97ea3ab1d22/UploadedImages/User_Group_Icons/Brazil400x275.jpg");
}

.UserGroupTiles .community-list a[aria-label*="tag=SP"] {
  background-image: url("https://dw1.s81c.com/IMWUC/1b8d624a-635c-475e-84d7-e97ea3ab1d22/UploadedImages/User_Group_Icons/Spain400x275.jpg");
}

.UserGroupTiles .community-list a[aria-label*="tag=PE"] {
  background-image: url("https://dw1.s81c.com/IMWUC/1b8d624a-635c-475e-84d7-e97ea3ab1d22/UploadedImages/User_Group_Icons/Peru400x275.jpg");
}

.UserGroupTiles .community-list a[aria-label*="tag=IRL"] {
  background-image: url("https://dw1.s81c.com/IMWUC/1b8d624a-635c-475e-84d7-e97ea3ab1d22/UploadedImages/User_Group_Icons/Ireland400x275.jpg");
}

.CommunityTiles .content-tags,
.mygroups .content-tags,
.profile-item .content-tags {
  display: none;
}

/*** ERS adding nested group and user group CSS back in Apr 29, 2020 ***/
#ContentColumn .container {
  max-width: 1200px;
  padding: 0;
}

.leaders .member-directory {
  background: #ffffff;
  padding: 15px;
}

.leaders .member-row {
  padding: 15px;
  margin: 0;
}

.leaders .admin-image {
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50px;
  overflow: hidden;
  padding: 0;
  margin: 0 10px;
}

.leaders .admin-image a img {
  width: 60px;
  height: auto;
}

.leaders .col-sm-4 {
  width: 65%;
  margin: 10px;
}

.nested-group .container,
.user-group .container {
  padding: 0;
}

.nested-group .row-full,
.user-group .row-full {
  max-width: 1200px;
  margin: 0px auto !important;
}

.nested-group #PageTitleH1,
.user-group #PageTitleH1 {
  padding-left: 0;
  max-width: 1200px;
}

.nested-group .HLLandingControl .title-row img,
.user-group .HLLandingControl .title-row img {
  margin-left: 0;
}

.nested-group .bg-white {
  margin: 0px calc(-50% - 600px);
  padding: 50px calc(50% + 600px);
  background: #ffffff;
}

.nested-hero.bg-white {
  margin: 0 auto;
  /* padding: 20px calc(50% - 600px);*/
  background: #ffffff;
}

.nested-group .SearchResults ul li div[id*="pnlTitle"].col-md-7 {
  width: 83.3333%;
}

.nested-group .SearchResults ul li div[id*="pnlObjectType"].col-md-3 {
  display: none;
}

.nested-group .SearchResults ul li a[id*="ProfPic"] img {
  border-radius: 50px;
}

.nested-group .ContentUserControl .SearchResults {
  margin-bottom: 50px;
}

.nested-group .promo-banner-image,
.user-group .promo-banner-image {
  margin: 30px 0;
}

.nested-hero {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
}

.nested-hero h2 {
  margin-top: 10px;
}

.nested-hero p {
  font-size: 20px;
}

.nested-hero img {
  margin: 10px 50px 10px 0;
  float: left;
  width: 120px;
  height: auto;
}

.nested-group .summary-edit,
.user-group .summary-edit {
  background: transparent;
  padding: 15px;
  margin: 0 -15px;
}

.banner-container {
  display: table;
  background: #0062ff;
  color: #ffffff;
  padding: 10px 20px;
  width: calc(100% + 30px);
}

.nested-group > .container {
  margin: 0 calc(50% - 615px) !important;
  max-width: 1230px !important;
}

.nested-group > .container > .row-wide {
  max-width: 1230px;
}

.user-group .ibmcom-grp-posts .HLLandingControl .Content {
  margin: 5px;
}

.user-group .ibmcom-grp-posts .HLLandingControl ul li.col-md-4 {
  width: calc(50% - 20px);
}

/* ERS April 30, 2020 */
.UserGroupTiles p[id*="pDescription"],
.UserGroupTiles p[id*="pStatLastJoined"] {
  display: none;
}

.UserGroupTiles .community-list {
  display: inline-block;
}

.row-groups .community-list:last-child:not(:nth-child(even)) {
  margin-right: 10px !important;
}

/* responsiveness */
@media only screen and (max-width: 1400px) {
  #MPOuterMost.full #BreadCrumb,
  .hero,
  .myhero {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1135px), (max-width: 550px) {
  .message-list-controls .content-search {
    width: 100%;
  }
}

/* setting desktop margins for full-width topic group lists */
@media (min-width: 992px) {
  .row-groups .col-md-12 .community-list:nth-child(3),
  .row-groups .col-md-12 .community-list:nth-child(5),
  .row-groups .col-md-12 .community-list:nth-child(6) {
    margin-right: 10px !important;
  }

  .row-groups .col-md-12 .community-list:nth-child(4),
  .row-groups .col-md-12 .community-list:nth-child(6),
  .row-groups .col-md-12 .community-list:nth-child(7) {
    margin-left: 10px !important;
  }

  .row-groups .col-md-12 .community-list:nth-child(5) {
    margin-left: 0 !important;
  }
}

@media (max-width: 1100px) {
  .ibmcom-grp-posts .HLLandingControl ul li.col-md-4 .title-row > .col-xs-10,
  .ibmcom-grp-articles .HLLandingControl ul li.col-md-4 .title-row > .col-xs-10,
  .ibmcom-grp-files .HLLandingControl ul li.col-md-4 .title-row > .col-xs-10,
  .ibmcom-grp-posts
    .HLLandingControl
    ul
    li.col-md-4
    .title-row
    > div[id*="pnlTitle"],
  .ibmcom-grp-articles
    .HLLandingControl
    ul
    li.col-md-4
    .title-row
    > div[id*="pnlTitle"],
  .ibmcom-grp-files
    .HLLandingControl
    ul
    li.col-md-4
    .title-row
    > div[id*="pnlTitle"] {
    width: calc(100% - 60px);
    float: right;
  }
}

@media (max-width: 1032px) {
  .learn .section1 {
    flex-wrap: wrap;
  }

  .learn .main-content {
    flex-basis: 100%;
  }

  .learn .right-content {
    flex-basis: 100%;
  }

  .learn .right-content::after {
    display: none;
  }

  .learn .right-content .video-preview {
    width: 35%;
    margin: 0 5px;
  }

  .learn .right-content .title {
    width: 100%;
  }

  .learn .video-preview em {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .row-groups .community-list:nth-child(odd),
  .row-groups .community-list:nth-child(even) {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .row-groups .col-md-12 .rowContainer.community-list:nth-child(3n-5) {
    margin-left: 10px !important;
    margin-right: 0 !important;
  }

  .row-groups .col-md-12 .rowContainer.community-list:nth-child(3n-7) {
    margin-left: 0 !important;
    margin-right: 10px !important;
  }

  .row-groups .col-md-8 .rowContainer.community-list:nth-child(2n + 2) {
    margin-left: 0px !important;
    margin-right: 10px !important;
  }

  .row-groups .col-md-8 .rowContainer.community-list:nth-child(2n + 1) {
    margin-left: 10px !important;
    margin-right: 0px !important;
  }

  .row-groups .col-md-4 .rowContainer.community-list {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

@media (max-width: 991px) {
  .row-1 .slot-2 .heading h2,
  .row-1 .slot-3 .heading h2 {
    margin-top: 0 !important;
  }

  .row-1,
  .row-1 .col-md-4,
  .row-1 .col-md-4 > div[id$="Main"] {
    display: inherit;
  }

  .home .row-groups .col-md-4 div[id*="UpdatePanel"],
  .home .row-groups .col-md-12 div[id*="UpdatePanel"], 
  .home .main-content .row-groups .mygroups div[id*="UpdatePanel"], 
  .home .row-groups .CommunityTiles div[id*="UpdatePanel"]
  {
    grid-template-columns: auto auto;
  }


  #MPOuterMost
    .row-groups
    div[id*="UpdatePanel"]
    > .row:not(.community-list)
    + .community-list:last-child {
    margin-right: 20px !important;
  }

  #MPOuterMost .news-grid .Content .library-list:first-child,
  #MPOuterMost .news-grid .Content .library-list:nth-child(9) {
    width: calc(66.6666% - 20px);
  }

  #MPOuterMost .news-grid .Content .library-list {
    width: calc(33.3333% - 20px);
  }

  .row-groups + .row.row-wide {
    display: block;
  }

  .home
    #MPOuterMost
    .main-content
    .news-grid
    .Content
    .library-list:first-child,
  .home
    #MPOuterMost
    .main-content
    .news-grid
    .Content
    .library-list:nth-child(9) {
    width: 100%;
  }

  .home #MPOuterMost .main-content .news-grid .Content .library-list {
    width: calc(50% - 20px);
  }

  .news-card-wrap .news-grid .SearchResults ul li {
    width: calc(50% - 20px);
  }

  .news-card-wrap .news-grid:first-child .SearchResults ul li:first-child {
    width: calc(50% - 20px);
  }

  .image-block .HtmlContent img {
    max-height: none;
    max-width: 100%;
  }

  .image-block {
    width: 100%;
  }

  .row-groups .community-list:nth-child(even) {
    margin-left: 10px !important;
  }

  .row-groups .community-list:nth-child(odd) {
    margin-right: 10px !important;
  }

  .row-groups .community-list:last-child:not(:nth-child(even)) {
    margin-right: 10px !important;
  }

  .row-groups .UserGroupTiles .community-list {
    width: calc(50% - 23px);
  }
}

@media only screen and (max-width: 850px) {
  .home #MainCopy_ContentWrapper .section1 {
    flex-direction: column;
  }

  .left-rail .make-buttons {
    margin-left: 0;
  }

  .full  #MainCopy_ContentWrapper div.section1 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .mini-profile {
    margin-bottom: 0;
  }

  .home #MainCopy_ContentWrapper .section1 .left-rail {
    padding: 0 20px;
  }

  .hero,
  .myhero {
    background-size: cover;
  }

  #MPOuterMost.full #BreadCrumb,
  .hero,
  .myhero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .leaderboard,
  .leaderboard + .make-arrow-link {
    display: none;
  }

  .home .main-content .make-arrow-link {
    margin-bottom: 50px;
  }
}

@media (max-width: 810px) {
  .ibm-sitenav-menu-name {
    font-size: 13px;
  }

  .ibm-sitenav-menu-list > ul > li {
    display: none;
  }
}

@media (max-width: 768px) {
  #Logo::after {
    right: 5px;
  }

  /* Fix banner width on mobile - homepage */
  .banner-container {
    width: auto;
  }

  .banner-container .make-buttons a {
    white-space: normal;
  }

  .promo-pennant p {
    font-size: 14px;
  }

  .home
    .main-content
    .rowContainer.community-list
    div.pull-right.margin-top-small
    a.btn {
    width: auto;
  }

  .home .main-content .rowContainer.community-list div.pull-right {
    text-align: right;
    margin-right: 10px;
  }

  .home
    .main-content
    .row-groups
    .community-list
    div[id*="pnlAttributes"]
    .pull-right,
    .main-content
    .row-groups
    .community-list
    div[id*="pnlAttributes"]
    .pull-right,
    .nested-group
    .row-groups
    .community-list
    div[id*="pnlAttributes"]
    .pull-right,
    .main-content
    .row-groups
    .community-list
    div[id*="pnlAttributes"]
    .pull-right  {
    float: none !important;
    text-align: center;
    margin-right: 0;
  }

  .row.rowContainer.community-list,
  #MPOuterMost
    .row-groups
    div[id*="UpdatePanel"]
    > .row:not(.community-list)
    + .community-list:last-child {
    margin: 5px 0 !important;
  }

  .navbar-toggle {
    display: none;
  }

  .hero h2,
  .myhero h2 {
    line-height: 1.3;
    font-size: 24px;
  }

  .row-groups .community-list {
    height: 175px;
  }

  .home .row-groups div[id*="UpdatePanel"],
  .home .row-groups .col-md-4 div[id*="UpdatePanel"],
  .home .row-groups .col-md-12 div[id*="UpdatePanel"], 
  .home .main-content .row-groups .mygroups div[id*="UpdatePanel"]
   {
    grid-template-columns: auto;
  }

  .home .events .HtmlContent div .ibmc-super-component, .events .HtmlContent div .ibmc-super-component {
    grid-template-columns: auto;
  }

  .events .HtmlContent div .ibmc-super-component {
    display: block;
    width: 100%;
  }

  .ContentUserControl.news-grid ul li .img-container {
    height: 40%;
    transition: height 0.3s;
  }

  .ContentUserControl.news-grid div[id$="ListViewContent"],
  .ContentUserControl.news-grid ul {
    flex-direction: column;
  }

  .home
    #MPOuterMost
    .main-content
    .news-grid
    .Content
    .library-list:first-child,
  .home
    #MPOuterMost
    .main-content
    .news-grid
    .Content
    .library-list:nth-child(9),
  .home .ContentUserControl.news-grid ul li:first-child,
  .ContentUserControl.news-grid ul li:last-child {
    width: 100%;
  }

  .home #MPOuterMost .main-content .news-grid .Content .library-list,
  .ContentUserControl.news-grid ul li {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .row.rowContainer.community-list {
    margin: 5px !important;
  }

  /* Nested Group Pages */

  .nested-group .row-groups div[id*="UpdatePanel"] {
    grid-template-columns: auto auto;
  }

  .ibmcom-grp-posts .HLLandingControl ul li.col-md-4,
  .ibmcom-grp-articles .HLLandingControl ul li.col-md-4,
  .ibmcom-grp-files .HLLandingControl ul li.col-md-4 {
    width: calc(50% - 20px);
  }

  .nested-group
    .row-groups
    div[id*="UpdatePanel"]
    .community-list
    .row
    > .col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .interior .nested-group .bg-white {
    padding: 0;
  }

  .row-groups .UserGroupTiles .community-list {
    width: calc(100%);
  }

  .row-groups .UserGroupTiles .community-list div[id*="CommRight"] .col-md-12,
  .row-groups .UserGroupTiles .community-list div[id*="CommLeft"] .col-md-12 {
    padding: 0 15px;
  }

  /* Resizing Front Porch Community tiles to 2 across */
  .home .row-groups .CommunityTiles div[id*="UpdatePanel"] {
    grid-template-columns: auto auto;
  }

}

@media (max-width: 767px) {
  /****** nav ******/
  #NAV #MPButtonBar ul.nav.navbar-nav {
    display: block;
    margin: 0;
  }

  #NAV .navbar-nav > li:last-child {
    display: block;
  }

  .nav-L1.sticky-header {
    display: none;
  }

  #NAV.sticky-header {
    top: 0;
  }

  #MPOuter.has-sticky {
    padding-top: 30px;
  }

  #NAV #MPButtonBar .navbar-nav > li a:after {
    display: none;
  }

  #NAV #MPButtonBar .navbar-nav > li a {
    padding: 15px;
  }

  #Logo::after {
    right: 5px;
  }

  .full #MainCopy_ContentWrapper div.section1 {
    padding-left: 0px;
    padding-right: 0px;
  }

  table.digest-viewer tbody > tr > td {
    text-align: left;
  }

  .home #MainCopy_ContentWrapper .section1 .main-content {
    padding: 5px;
  }

  #FOOTER .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  #FOOTER #FooterContent div[class*="col-sm"] {
    margin-bottom: 55px;
  }

  #MPOuterMost .news-grid .Content .library-list:first-child,
  #MPOuterMost .news-grid .Content .library-list:nth-child(9) {
    width: calc(50% - 20px);
  }

  #MPOuterMost .news-grid .Content .library-list {
    width: calc(50% - 20px);
  }

  div[id*="Documents_NameBlock"] {
    padding: 15px;
  }

  #MPOuterMost .news-grid .Content .library-list:first-child .img-container,
  #MPOuterMost .news-grid .Content .library-list:nth-child(9) .img-container {
    height: 40%;
  }

  .interior .full div.section1 .ContentUserControl {
    padding-left: 10px;
    padding-right: 10px;
  }

  .interior .nested-group .bg-white {
    margin: 0;
  }

  .getting-started.article,
  .getting-started-wrap > em,
  .documentation.article {
    width: calc(50% - 20px);
  }

  .promo-banner .banner-container .col {
    display: block;
    width: 100%;
    border: 0;
    padding: 0 0 20px 0;
  }

  .promo-banner .banner-container .col:last-of-type { 
    padding-bottom: 0;
   }

  .promo-banner .banner-container .col p { 
    padding: 0;
   }

  .banner-container .make-buttons {
    float: none;
  }

  .banner-container .make-buttons a {
    float: none;
    width: 100%;
  }

}

@media (max-width: 600px) {

  /* Nested Community Styling */
  .nested-group .row-groups div[id*="UpdatePanel"] {
    grid-template-columns: auto;
  }

  
  .ibmcom-grp-posts .HLLandingControl ul li.col-md-4,
  .ibmcom-grp-articles .HLLandingControl ul li.col-md-4,
  .ibmcom-grp-files .HLLandingControl ul li.col-md-4,   .user-group .ibmcom-grp-posts .HLLandingControl ul li.col-md-4,
  .user-group .ibmcom-grp-articles .HLLandingControl ul li.col-md-4,
  .user-group .ibmcom-grp-files .HLLandingControl ul li.col-md-4 {
   width: calc(80% - 20px);
   margin-left: auto;
   margin-right: auto;
 }

 .ibmcom-nav-tabs.ibmcom-nav-tabs-local .nav-tabs li {
   min-width: unset;
 }

 .home .row-groups .CommunityTiles div[id*="UpdatePanel"] {
   grid-template-columns: auto;
 }

}

@media (max-width: 579px) {
  .search-bar-top {
    display: none;
  }

  .search-btn-top {
    display: block;
  }

  .search-btn-top {
    float: left;
  }

  .search-bar-mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 50px;
    right: 0;
    z-index: 1050;
  }

  #MPOuterMost .news-grid .Content .library-list:first-child,
  #MPOuterMost .news-grid .Content .library-list:nth-child(9) {
    width: calc(100% - 20px);
  }

  #MPOuterMost .news-grid .Content .library-list {
    width: calc(100% - 20px);
  }

  .getting-started.article,
  .getting-started-wrap > em,
  .documentation.article {
    width: calc(100% - 20px);
  }

  .learn .section1 {
    flex-wrap: wrap;
  }

  .learn .right-content {
    flex-basis: 100%;
  }

  .getting-started.article {
    width: 100%;
  }

  .learn .right-content .video-preview {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 500px) {
  .home
    #MPOuterMost
    .main-content
    .news-grid
    .Content
    .library-list:first-child,
  .home
    #MPOuterMost
    .main-content
    .news-grid
    .Content
    .library-list:nth-child(9) {
    width: 100%;
  }

  .home #MPOuterMost .main-content .news-grid .Content .library-list,
  .news-card-wrap .news-grid .SearchResults ul li,
  .news-card-wrap .news-grid:first-child .SearchResults ul li:first-child,
  .news-card-wrap .news-grid:first-child .SearchResults ul li {
    width: 100%;
  }

  .hero .HtmlContent div[class*="col-"],
  .myhero .HtmlContent div[class*="col-"] {
    display: none;
  }

  .promo-pennant {
    display: none;
  }

  .hero {
    height: unset;
    padding-bottom: 15px;
  }

  .hero > .HtmlContent,
  .myhero > .HtmlContent {
    max-width: 100%;
    float: none;
    clear: both;
  }

  /* Nested Group Styling */

  .nested-group .row-groups div[id*="UpdatePanel"] div[id*="EnterJoin"], div[id*="UpdatePanel"] .community-list .row div[id*="EnterJoin"] {
    width: 120px;
    float: right;
  }

  div[id*="UpdatePanel"] .community-list .row div[id*="EnterJoin"] {
    width: 80px;
  }

  .nested-group
    .row-groups
    div[id*="UpdatePanel"]
    div[id*="EnterJoin"]
    > .col-md-12.no-gutter, div[id*="UpdatePanel"] .community-list .row div[id*="EnterJoin"] > .col-md-12.no-gutter {
    padding: 0;
  }

  .nested-group
    .row-groups
    div[id*="UpdatePanel"]
    div[id*="EnterJoin"]
    > .col-md-12.no-gutter
    a[id*="lbJoin"], div[id*="UpdatePanel"]  .community-list
    .row
    div[id*="EnterJoin"]
    > .col-md-12.no-gutter
    a[id*="lbJoin"] {
    float: right;
  }
}

@media (max-width: 480px) {
  .home
    .main-content
    .rowContainer.community-list
    div.pull-right.margin-top-small
    a.btn {
    width: auto;
  }

  .home .main-content .rowContainer.community-list div.pull-right {
    text-align: right;
    margin-right: 10px;
  }

  .home
    .main-content
    .row-groups
    .community-list
    div[id*="pnlAttributes"]
    .pull-right {
    float: none !important;
    text-align: center;
    margin-right: 0;
  }

  .row.rowContainer.community-list,
  #MPOuterMost
    .row-groups
    div[id*="UpdatePanel"]
    > .row:not(.community-list)
    + .community-list:last-child {
    margin: 5px 0 !important;
  }

  .main-content .square-tile.accelerator-catalog-tile {
    width: calc(100% - 20px);
  }
}

@media (max-width: 375px) {
  #Logo::after {
    left: 5px;
  }

  #MPheader > div#Logo.row,
  .ibm-sitenav-menu-container {
    padding-left: 5px;
  }

  #MPheader > div#Logo.row {
    padding-bottom: 5px;
  }

  .community-menu .HtmlContent > div > a {
    font-size: 14px;
    padding: 9px 8px;
  }

  .search-btn-top button {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }

  .user-icon i {
    padding: 12px 12px 8px 12px;
  }

  .side-nav-button button {
    width: 45px;
  }

  .side-nav-button button i {
    height: 45px;
    line-height: 45px;
  }

  .user-icon ul {
    top: 45px;
  }
}/* Color Picker */
/********************* Basics **************************/  /*  body {      color: ;  }  */    /*  a {      color: ;  }  */    /*  .hl-linkcolor-background {      background-color: ;  }  */ /*  a.user-content-mention {      color: ;  }  */  /*  a.user-content-hashtag {      color: ;  }  */  /*  a:hover {      color: ;  }  */  /*  a.user-content-mention:hover {      color: ;  }  */ /*  a.user-content-hashtag:hover {      color: ;  }  */ /*  .bodyBackground {      background-color: ;  }  */    /*  a.user-content-hashtag {  background: ; } */  /* a.user-content-hashtag:hover {  background: ; } */    /*  .siteFrame {      background-color: ;  }  */    /*  #MPOuterMost {      border-color: ;  }  */    h1, .Heading1 {      /*color: ;*/      /*background-color: ;*/  }    h2, .Heading2, h2 a, h2 a:hover, .text-muted-h2 h2 {      /*color: ;*/      /*background-color: ;*/  }    h3, .Heading3, h3 a, h3 a:hover {      /*color: ;*/      /*background-color: ;*/  }    /*  hr, hr.delimiter, .HLLandingControl ul li {      border-bottom-color: ;  }  */    #MPOuterFooter {      /*background-color: ;*/      /*color: ;*/  }    /*  fieldset {      border-color: ;  }  */    fieldset legend {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    /*  .SearchResults .SortBy {      color: ;  }      */    /*********************** Landing Controls ******************/  .HLLandingControl .heading, .HLLandingControl h2, .headerItem, .drItemSubHeader {      /*background-color: ;*/      /*color: ;*/  }    /*  .drItemSubHeader a:not(.skip-header-text-color){         color: ;  }  */    .ContentUserControl .HLLandingControl, .ContentUserControl.HLLandingControl, .ContentItemHtml.HLLandingControl {      /*border-color: ;*/      /*color: ;*/      /*background-color: ;*/  }    /*  .HLLandingControl .Content a:not(.btn) {      color: ;  }  */    /*  .HLLandingControl .ByLine {      color: ;  }  */    /*  .HLLandingControl h5, .HLLandingControl h4, .HLEngagement h3 {      color: ;  }  */    /*  .HLLandingControl .Content h3 a, .HLAnnouncements .Content h2 a, .HLRSSReader .Content h2 a {      color: ;  }    */  /************************ Tabs **********************/  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }  /*  .nav-tabs {      border-bottom-color: ;  }  */    .nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav .open > a:hover, .nav .open > a:focus {      /*background-color: ;*/      /*border-bottom-color: ;*/      /*color: ;*/  }  .nav-tabs > li > a {      /*background-color: ;*/      /*color: ;*/  }    /************************ Miscellaneous **********************/  /*  .SloganText {      color: ;  }  */    .ModalPopupHeading, .CustomTableModalPopup .CustomTableModalPopupHeaderRow {      /*background-color: ;*/      /*color: ;*/  }    /*  .lblratingBig {      color: ;  }  */  /************************ Tables **********************/  .Container thead .Header td, th, .ListContainer .ListHeader, .drItemSubHeader,  .table-thead-background tr th, .table-thead-background tr td {      /*background-color: ;*/      /*color: ;*/  }    /*  th a, th a:hover  {      color: ;  }  */    /*  .TableRowAlternate, .table-hover > tbody > tr:hover > td  {      background-color: ;  }    */  /************************ Menus ***********************/  /*  #MPAuxNav ul.level1 li a {      color: ;  }  */    /*  #MPAuxNav ul.level1 li ul {      background-color: ;  }  */    /*  #MPAuxNav ul.level1 li li.dynamic {      border-right-color: ;  }  */    /*  #SideMenu ul.level1 li ul {      background-color: White;  }  */    /*  .MPSideNavBottom {      color: #0069A5;  }  */    /*  .breadcrumb {      background-color: ;  }  */    /*  .breadcrumb li {      color: ;  }  */    /*  .breadcrumb li a {      color: ;  }  */    /*  .MPBottomMenu ul li a {      color: ;  }        */  /************************ Bootstrap Menus ***********************/  /*  .navbar-default, #NAV {      background-color: ;      border-color: ;  }  */    /*  .navbar-default .navbar-nav > li > a {      color: ;  }  */    .navbar .navbar-nav > .active > a,    .navbar .navbar-nav > .active > a:hover,    .navbar .navbar-nav > .active > a:focus,   .navbar .navbar-nav > li > a:hover {        /*background-color: ;*/      /*color: ;*/  }    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {      /*background-color: ;*/      /*color: ;*/  }    /*  #MPButtonBar .dropdown-menu {      background-color: ;  }  */    /*  #MPButtonBar .dropdown-menu li a {      color: ;  }  */    /*  #MPButtonBar .dropdown-menu li a:hover,    #MPButtonBar .dropdown-menu li a:focus {       background-color: ;  }  */    #MPButtonBar .dropdown-menu .active > a,   #MPButtonBar li .dropdown-menu .active > a:hover,   #MPButtonBar .dropdown-menu .dropdown-submenu .active a:hover,   #MPButtonBar .dropdown-submenu .dropdown-submenu .active a:hover {      /*background-color: ;*/      /*color: ;*/  }    /*  #MPButtonBar .dropdown-menu {      border-color: ;  }  */    /************************ Bootstrap Buttons ***********************/  .btn-primary, .ui-widget-content a.btn-primary {      /*background-color: ;*/      /*border-color: ;*/      /*color: !important;*/  }    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .open .dropdown-toggle.btn-primary {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    .btn-info {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    .btn-info:hover, .btn-info:focus, .btn-info:active, .open .dropdown-toggle.btn-info {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    .btn-success {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    .btn-success:hover, .btn-success:focus, .btn-success:active, .open .dropdown-toggle.btn-success {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    .btn-danger {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .open .dropdown-toggle.btn-danger {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    .btn-default {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    .btn-default:hover, .btn-default:focus, .btn-default:active, .open .dropdown-toggle.btn-default {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    .pagination > .active > span, .pagination > .active > span:hover, .pagination li.active>a, .pagination li.active>a:hover {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    .pagination > li > a {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    .pagination > li > a:hover {      /*background-color: ;*/      /*border-color: ;*/      /*color: ;*/  }    .label-default {      /*background-color: ;*/      /*color: ;*/  }    .badge, .badge a, a.badge a:hover {      /*background-color: ;*/      /*color: ;*/  }    .modal-header {      /*background-color: ;*/      /*color: ;*/  }    .modal-body, .panel-body {      /*background-color: ;*/      /*color: ;*/  }    .modal-footer, .panel-footer {      /*background-color: ;*/  }  /*  #MPFooterLink {      background-color: ;  }  */    /*  #MPFooterLink a {      color: ;  }  */    /*  .faceted-search-main .facets .header {      color: ;  }  */    /*  .faceted-search-main .facets .header {      background-color: ;  }  */ /*  .cookie-notification-bar {      background-color: ;  }  */ /*  .cookie-notification-bar span {      color: ;  }  */
/* CSS Overrides */
.EditThis {
    border: 1px #07b39b dashed;
    animation: blink 1s;
    animation-iteration-count: 2;
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}

.leaderboard-grid .Content ul li {
    max-width: none;
}

.ibmcom-grp-events ul li, .ibmcom-grp-announcements ul li {
    background: #ffffff;
    border: none;
    padding: 15px;
    margin: 15px 0;
}

/* two instances of this exist in main theme, merge duplicates, and replace this attr with this value */
.nested-hero {
    flex-direction: column;
}
/* replace this attr in main theme when merging */
.row-groups .community-list.nested-group-parent h3 a:before {
    opacity: .3 !important;
}
.row-groups .community-list.nested-group-parent h3 a:hover:before {
    opacity: 1 !important;
    color: #0062ff;
}

/* ERS - adding background-tile to blogs/articles - on champions but can be universal */
.ibmcom-grp-articles ul li {
    background: #ffffff;
    padding: 15px;
    border-bottom: 0;
}

/* champions cards */
.ContentUserControl.card .Content ul li {
    width: calc(33.3333% - 20px);
    margin: 10px;
    float: left;
}
.ContentUserControl.card .Content ul li a {
    text-decoration: none;
}
.spotlight.champion .SearchResults ul li .img-container {
    height: 50%;
}

/* Added FLAG for user group */

.UserGroupTiles .community-list a[aria-label*="tag=FR"] {
      background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/f54506c2-9f07-4990-83a4-39a6664d78cf/UploadedImages/User_Group_Icons/France.jpg");
}
.UserGroupTiles .community-list a[aria-label*="tag=DK"] {
      background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/f54506c2-9f07-4990-83a4-39a6664d78cf/UploadedImages/User_Group_Icons/Denmark400x275.jpg");
}
.UserGroupTiles .community-list a[aria-label*="tag=JP"] {
      background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/f54506c2-9f07-4990-83a4-39a6664d78cf/UploadedImages/User_Group_Icons/Japan400x275.jpg");
}
.UserGroupTiles .community-list a[aria-label*="tag=	TU"] {
      background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/f54506c2-9f07-4990-83a4-39a6664d78cf/UploadedImages/User_Group_Icons/Turkey400x275.jpg");
}
.UserGroupTiles .community-list a[aria-label*="tag= SA"] {
      background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/f54506c2-9f07-4990-83a4-39a6664d78cf/UploadedImages/User_Group_Icons/SouthAfrica400x275.jpg");
}
.UserGroupTiles .community-list a[aria-label*="tag=SE"] {
      background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/f54506c2-9f07-4990-83a4-39a6664d78cf/UploadedImages/User_Group_Icons/Sweden400x275.jpg"); 
}

  /*  Updated Cognos Analytics  icon - 06/22/2020*/
.row-groups
  .community-list
  h3
  a[href*="6b10df83-0b3c-4f92-8b1f-1fd80d0e7e58"]:before {
  /* Cognos Analytics */
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/05239441-4188-40f1-965d-7f5c8281a092/UploadedImages/img/CA_Light_App_Icon.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
  /*  Updated Planning Analytics  icon - 06/22/2020*/
.row-groups
  .community-list
  h3
  a[href*="8fde0600-e22b-4178-acf5-bf4eda43146b"]:before {
  /* Planning Analytics */
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/05239441-4188-40f1-965d-7f5c8281a092/UploadedImages/img/app-icon-light-PlanningAnalytics.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

  /*  07/20/2020 - Updated Security icon  -  Cloud_Pak_for_Security   */
.row-groups .community-list h3 a[href*="8e19e930-b15b-4cc2-84fd-d7ffd5d9c047"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/f54506c2-9f07-4990-83a4-39a6664d78cf/UploadedImages/security/Cloud_Pak_for_Security.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
 /*  07/20/2020 - Updated Security icon  -   Global_Security_Forum  */
.row-groups .community-list h3 a[href*="96f617c5-4f90-4eb0-baec-2d0c4c22ab50"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/f54506c2-9f07-4990-83a4-39a6664d78cf/UploadedImages/security/Global_Security_Forum.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
 /*  07/20/2020 - Updated Security icon  -  Guardium   */
.row-groups .community-list h3 a[href*="aa1a6549-4b51-421a-9c67-6dd41e65ef85"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/f54506c2-9f07-4990-83a4-39a6664d78cf/UploadedImages/security/Guardium.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
 /*  07/20/2020 - Updated Security icon  -  i2   */
.row-groups .community-list h3 a[href*="a8163ef6-0bbb-4d74-b508-60dff32650c4"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/f54506c2-9f07-4990-83a4-39a6664d78cf/UploadedImages/security/i2.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
 /*  07/20/2020 - Updated Security icon  -   MaaS360  */
.row-groups .community-list h3 a[href*="9d8b7835-e47a-4850-b400-d8c77708af84"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/f54506c2-9f07-4990-83a4-39a6664d78cf/UploadedImages/security/MaaS360.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
 /*  07/20/2020 - Updated Security icon  -   QRadar  */
.row-groups .community-list h3 a[href*="f9ea5420-0984-4345-ba7a-d93b4e2d4864"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/f54506c2-9f07-4990-83a4-39a6664d78cf/UploadedImages/security/QRadar.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
 /*  07/20/2020 - Updated Security icon  - Resilient   */
.row-groups .community-list h3 a[href*="d2f71e8c-108e-4652-b59c-29d61af7163e"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/f54506c2-9f07-4990-83a4-39a6664d78cf/UploadedImages/security/Resilient.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
 /*  07/20/2020 - Updated Security icon  - Trusteer     */
.row-groups .community-list h3 a[href*="63cbb040-ec65-4ffc-abbc-18ae2538e269"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/f54506c2-9f07-4990-83a4-39a6664d78cf/UploadedImages/security/Trusteer.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
 /*  07/20/2020 - Updated Security icon  -   Verify  */
.row-groups .community-list h3 a[href*="e7c36119-46d7-42f2-97a9-b44f0cc89c6d"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/f54506c2-9f07-4990-83a4-39a6664d78cf/UploadedImages/security/Verify.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
 /*  07/20/2020 - Updated Security icon  -   zSecurity  */
.row-groups .community-list h3 a[href*="44eb7c0d-9bc2-419b-9158-ad693e734065"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/f54506c2-9f07-4990-83a4-39a6664d78cf/UploadedImages/security/zSecurity.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

 /*  07/23/2020 - front-porch -watson apps logo  - explorer */
.row-groups .CommunityTiles .community-list h3 a[href*="watsonapps/home"]:before {
    content: '';
    color: transparent;
    background-image: url(https://higherlogicdownload.s3.amazonaws.com/IMWUC/cb6aec7f-df11-4df5-8063-650a21a96688/UploadedImages/watson-app-logo.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
}
 /*  07/27/2020 - Highlight area in Automation, fix in all sites  */
.HLLandingControl h3 a {
     padding-bottom: 0px;
}
 /*  07/27/2020 - front-porch -Security logo - explorer  */
.row-groups .CommunityTiles .community-list h3 a[href*="security/home"]:before {
    content: '';
    color: transparent;
    background-image: url(https://higherlogicdownload.s3.amazonaws.com/IMWUC/f54506c2-9f07-4990-83a4-39a6664d78cf/UploadedImages/security/security-explore.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
}


 /*  09/01/2020 - Expertise Connect(EC)  icon  - Middleware     */
.row-groups .community-list h3 a[href*="d49a5aff-b08b-4f2a-b61a-003aeea6a75b"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/72719149-e3ed-44d7-9b39-fc69f4572b84/UploadedImages/middleware/ExpertConnect.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

 /*  09/01/2020 - Application Infrastructure Global  icon  - Middleware     */
.row-groups .community-list h3 a[href*="3916f4ef-7cb9-4df8-ad2f-c7d543980acb"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/72719149-e3ed-44d7-9b39-fc69f4572b84/UploadedImages/middleware/appInfrastructure.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
/* https://higherlogicdownload.s3.amazonaws.com/IMWUC/72719149-e3ed-44d7-9b39-fc69f4572b84/UploadedImages/middleware/  */

 /*  09/01/2020 - Cloud Pak for Applications  icon  - Middleware     */
.row-groups .community-list h3 a[href*="1a559634-4484-460e-8188-4457cae45d25"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/72719149-e3ed-44d7-9b39-fc69f4572b84/UploadedImages/middleware/CP4App.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

 /*  09/01/2020 - Cloud Pak System  icon  - Middleware     */
.row-groups .community-list h3 a[href*="60bda213-946f-45f7-9400-8164f3d3fabd"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/72719149-e3ed-44d7-9b39-fc69f4572b84/UploadedImages/middleware/CPSystems.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

 /*  09/01/2020 - Join the Customer Advisory Board  icon  - Middleware     */
.row-groups .community-list h3 a[href*="1348d157-c61b-417f-928a-179c3d0ffccb"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/72719149-e3ed-44d7-9b39-fc69f4572b84/UploadedImages/middleware/CustomerAdvisory.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

 /*  09/01/2020 - WebSphere Application Server  icon  - Middleware     */
.row-groups .community-list h3 a[href*="5c4ba155-561a-4794-9883-bb0c6164e14e"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/72719149-e3ed-44d7-9b39-fc69f4572b84/UploadedImages/middleware/WAS.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

 /*  09/01/2020 - WebSphere Liberty  icon  - Middleware     */
.row-groups .community-list h3 a[href*="3383ac00-7c72-4b1f-83e7-6c90a81df0e9"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/72719149-e3ed-44d7-9b39-fc69f4572b84/UploadedImages/middleware/WASliberty2.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

 /*  09/01/2020 - API Connect  icon  - Middleware     */
.row-groups .community-list h3 a[href*="2106cca0-a9f9-45c6-9b28-01a28f4ce947"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/72719149-e3ed-44d7-9b39-fc69f4572b84/UploadedImages/middleware/apiConn.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}


 /*  09/01/2020 - App Connect  icon  - Middleware     */
.row-groups .community-list h3 a[href*="77544459-9fda-40da-ae0b-fc8c76f0ce18"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/72719149-e3ed-44d7-9b39-fc69f4572b84/UploadedImages/middleware/appConn.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

 /*  09/01/2020 - Aspera  icon  - Middleware     */
.row-groups .community-list h3 a[href*="2164326e-5f2c-4333-878a-112c7be7fe43"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/72719149-e3ed-44d7-9b39-fc69f4572b84/UploadedImages/middleware/aspera.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

 /*  09/01/2020 - cloudIntegration.png  icon  - Middleware     */
.row-groups .community-list h3 a[href*="e558915c-fda1-4e6e-88ab-80b119eb11f0"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/72719149-e3ed-44d7-9b39-fc69f4572b84/UploadedImages/middleware/cloudIntegration.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

 /*  09/01/2020 - CP4Int.png  icon  - Middleware     */
.row-groups .community-list h3 a[href*="ab1f8001-8ec9-4c40-84cb-396723d816a1"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/72719149-e3ed-44d7-9b39-fc69f4572b84/UploadedImages/middleware/CP4Int.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

 /*  09/01/2020 - datapower.png  icon  - Middleware     */
.row-groups .community-list h3 a[href*="b13f4693-16ee-422b-9d0b-f5262e25426f"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/72719149-e3ed-44d7-9b39-fc69f4572b84/UploadedImages/middleware/datapower.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

 /*  09/01/2020 - eventStreams.png  icon  - Middleware     */
.row-groups .community-list h3 a[href*="739928b5-06d5-452d-a013-f688dea8f64a"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/72719149-e3ed-44d7-9b39-fc69f4572b84/UploadedImages/middleware/eventStreams.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

 /*  09/01/2020 - MQ.png  icon  - Middleware     */
.row-groups .community-list h3 a[href*="183ec850-4947-49c8-9a2e-8e7c7fc46c64"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/72719149-e3ed-44d7-9b39-fc69f4572b84/UploadedImages/middleware/MQ.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

 /*  09/01/2020 - clearquest.png  icon  - Middleware     */
.row-groups .community-list h3 a[href*="437272cc-c5e0-48d8-91df-e98aef03a73a"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/72719149-e3ed-44d7-9b39-fc69f4572b84/UploadedImages/middleware/clearquest.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

 /*  09/01/2020 - devOpsUrbanCodeRationaletc.png  icon  - Middleware     */
.row-groups .community-list h3 a[href*="0ab505af-8e12-4199-843b-0dbbb3848f0e"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/72719149-e3ed-44d7-9b39-fc69f4572b84/UploadedImages/middleware/devOpsUrbanCodeRationaletc.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

 /*  09/10/2020 - cloudPakOfferings.png  icon  - Middleware    ** */
.row-groups .community-list h3 a[href*="d4d16735-bd47-4d23-95ea-39348d5f351e"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/72719149-e3ed-44d7-9b39-fc69f4572b84/UploadedImages/middleware/cloudPakOfferings.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
 /*  09/10/2020 - Control Desk and Workload Automation  icon  - Middleware     ****/
.row-groups .community-list h3 a[href*="6244180c-4755-4a4d-b645-79b09f292a4d"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/72719149-e3ed-44d7-9b39-fc69f4572b84/UploadedImages/middleware/controlDesk.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
 /*  09/10/2020 - ManagementAIOps.png  icon  - Middleware    *** */
.row-groups .community-list h3 a[href*="6e6a9ff2-b532-4fde-8011-92c922b61214"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/72719149-e3ed-44d7-9b39-fc69f4572b84/UploadedImages/middleware/ManagementAIOps.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
 /*  09/10/2020 - monitoring.png  icon  - Middleware     */
.row-groups .community-list h3 a[href*="58f324a3-3104-41be-9510-5b7c413cc48f"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/72719149-e3ed-44d7-9b39-fc69f4572b84/UploadedImages/middleware/monitoring.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
 /*  09/10/2020 - Netcool, NOI, and NPI  icon  - Middleware     */
.row-groups .community-list h3 a[href*="2741e25c-5de0-4c9f-98d9-a0002f821ea4"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/72719149-e3ed-44d7-9b39-fc69f4572b84/UploadedImages/middleware/NetcoolNOINPI.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

 /*  09/23/2020 - Telco Network Cloud  icon  - Middleware     */
.row-groups .community-list h3 a[href*="776619b2-bd40-48cb-a081-7a1cf48527f6"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/72719149-e3ed-44d7-9b39-fc69f4572b84/UploadedImages/middleware/telco-icon.png");
  background-position: center; 
  background-size: contain;
  background-repeat: no-repeat;
}

 /*  09/24/2020 - IBM Blockchain Transparent Supply and IBM Food Trust  - Supply Chain     */
.row-groups .community-list h3 a[href*="503d9a72-c213-4ab8-b495-c0cc5950df76"]:before {
  opacity: 1;
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/3aa0da53-ecf1-4be7-b664-cf3dd8878e71/UploadedImages/Community/Supply_Chain/blockchain.png");
  background-position: center; 
  background-size: contain;
  background-repeat: no-repeat;
}

/* 09/25/2020 - 'Mark as Inappropriate' button in all Blog page  */
.btn.btn-primary.btn-sm.btn-mark-inappropriate {
     background: none; border: none; color: #054ada; font-size: 14px;
}

/* 10/01/2020 - Library page  */
.libListReptEntByline {display:block;}
.libListReptContainer {float:left; width: 100%}
.libListReptContainer img{display: block; padding-top: 40px;}
.libListReptContainer .user-content-hashtag, .libListReptContainer div > .libListReptEntAttchLble, .libListReptContainer div > .libListReptEntAttchLble + div.row, .libListReptContainer p:empty, .libListReptContainer p + br {
     display: block;
}
.library-list img {display:block;}. /* In front-porch*/


/*  WIP: 10/05/2020 -  Highlight section on homepage  - Data science */
a.label.label-search-tag[aria-label*="User Created"] {
        display: none;
}

/*  10/06/2020 - Data Protection Software - Storage     */
.row-groups .community-list h3 a[href*="2437e98f-10ca-4898-ae8c-c7f0d6e42e59"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/49981114-1b95-4333-aa02-994dd8712d00/UploadedImages/img/storage/Data_Protection_Software.png");
   background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/*  10/06/2020 -  File and Object Storage- Storage     */
.row-groups .community-list h3 a[href*="1142f81e-95e4-4381-95d0-7977f20d53fa"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/49981114-1b95-4333-aa02-994dd8712d00/UploadedImages/img/storage/File_Object_Storage.png");
   background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}


/*  10/06/2020 - Primary Storage and IBM Spectrum Virtualize - Storage     */
.row-groups .community-list h3 a[href*="259eb30e-f20d-4433-aa35-ff2bc9bf625f"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/49981114-1b95-4333-aa02-994dd8712d00/UploadedImages/img/storage/PrimaryStorage.png");
   background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/*  10/06/2020 -  Mainframe Storage - Storage     */
.row-groups .community-list h3 a[href*="c6644533-459d-4dc4-af5e-9c9f04f4f4c7"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/49981114-1b95-4333-aa02-994dd8712d00/UploadedImages/img/storage/Mainframe_Storage.png");
   background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}


/*  10/06/2020 - Storage Management and Reporting - Storage     */
.row-groups .community-list h3 a[href*="295787b1-a4e4-43ff-9bfe-206a7912b51d"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/49981114-1b95-4333-aa02-994dd8712d00/UploadedImages/img/storage/Storage_Manage_Reporting.png");
   background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}


/*  10/06/2020 - Storage Area Networks (SAN) - Storage     */
.row-groups .community-list h3 a[href*="8c5ad67f-4f4b-478a-8deb-6a219c72dfab"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/49981114-1b95-4333-aa02-994dd8712d00/UploadedImages/img/storage/Storage_Area_Networks.png");
   background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/*  10/06/2020 - Tape Storage - Storage     */
.row-groups .community-list h3 a[href*="85531a8a-8971-4c0e-8d2b-098ba927269e"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/49981114-1b95-4333-aa02-994dd8712d00/UploadedImages/img/storage/Tape_Storage.png");
   background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
 
/*  10/09/2020 - New navigation - Blogging page     */
#newNavigation {margin: 20px 0 50px 0; float:left; width: 100%;}
#newNavigation .nav1 { padding-left: 0; margin-bottom: 0; list-style: none; }
#newNavigation .nav1>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
   text-decoration: none;
}
#newNavigation .navbar-nav1>li>a {
	line-height: .8;
	padding: 10px 50px 10px 10px;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 1.2em;
         height: 100%;
        background: none;
        color: #999999;
}
#newNavigation .navbar-nav1>li {
	flex-basis: 100%;
        float: left;
}
#newNavigation .navbar-nav1>li.active a span,
#newNavigation .navbar-nav1 li.active,
#newNavigation .navbar-nav1 li.current-page {
          color: #000000;
}
#newNavigation .navbar-nav1>li a:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0px;
    display: block;
    left: 0;
    transition: .3s;
    background: #999999;
}
#newNavigation .navbar-nav1>li:hover a:after, 
#newNavigation .navbar-nav1>li.active a:after, 
#newNavigation .navbar-nav1>li.current-page a:after {
    bottom: 0;
    height: 2px;
    transition: .3s;
    background: #0062ff;
    color: #000000;
}
/*  10/09/2020 - End: New navigation - Blogging page     */

/*  10/12/2020 - Start TEMP FIX: Library page: overwrite media class      */
.entry-page .media {
  position:relative;  height: initial; width: initial;  background: none; margin-bottom: 15px; 
}
.entry-page .media img {
    position: initial;  top: initial; bottom: initial;  left: initial;  right: initial;   margin: auto; min-width: 0; display:inline;
}
/*  10/12/2020 - End TEMP FIX: Library page: overwrite media class         */


/*  10/20/2020 - Automation: Blockchain Platform   */

.row-groups .community-list h3 a[href*="9f105fdf-1292-492c-a545-1fb441bc6fed"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/4f72990b-7d74-4785-9239-0f0dba82454e/UploadedImages/Community/Automation/blockchain.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/*  10/20/2020 - Automation: Blueworks Live   */
.row-groups .community-list h3 a[href*="6209ec75-bc9a-4b5f-9611-65d286eb7379"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/4f72990b-7d74-4785-9239-0f0dba82454e/UploadedImages/Community/Automation/blueworkslive.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/*  10/20/2020 - Automation:BPM, Workflow, and Case   */
.row-groups .community-list h3 a[href*="810abde6-3916-441b-aac3-b9105bb37e3c"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/4f72990b-7d74-4785-9239-0f0dba82454e/UploadedImages/Community/Automation/bpmworkflowandcase.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
/*  10/20/2020 - Automation: Content Management and Capture  */
.row-groups .community-list h3 a[href*="2b67f465-a5fe-4a66-ad25-f5e767b607e3"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/4f72990b-7d74-4785-9239-0f0dba82454e/UploadedImages/Community/Automation/contentmanagement.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
/*  10/20/2020 - Automation: Decision Management  */
.row-groups .community-list h3 a[href*="c0005a22-520b-4181-bfad-feffd8bdc022"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/4f72990b-7d74-4785-9239-0f0dba82454e/UploadedImages/Community/Automation/decisionmanagement.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
/*  10/20/2020 - Automation: Platform and Cloud Pak  */
.row-groups .community-list h3 a[href*="65a0df07-3745-40d1-a699-304350bd38fc"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/4f72990b-7d74-4785-9239-0f0dba82454e/UploadedImages/Community/Automation/Platform-Cloudpak.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
/*  10/20/2020 - Automation: Robotic Process Automation  */
.row-groups .community-list h3 a[href*="8e1faacf-120e-4d65-b013-c14cc0e27c04"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/4f72990b-7d74-4785-9239-0f0dba82454e/UploadedImages/Community/Automation/roboticprocess.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
/*  10/20/2020 - Automation: Transforming Your Business  */
.row-groups .community-list h3 a[href*="224b3b15-3e5a-4192-ba4e-9e9ff35403a2"]:before {
  content: "";
  color: transparent;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/IMWUC/4f72990b-7d74-4785-9239-0f0dba82454e/UploadedImages/Community/Automation/transformyourbusiness.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/*  10/26/2020 - Search result page in sort by: dropdown issue  */
.selectSort{padding:0;}

/*  11/04/2020 - Search result page discussion, Library and Blog : Middleware  */ 
.searchbar1 {margin:0px -10px 30px 15px;}
.searchbar1.blog1 {margin: 0px -20px 30px 0;}
.searchbar1 .SearchInputs {width: 98%;}
.searchbar1  .SearchResults .ItemContent.search-results.row table tbody {background: #FFFFFF;}
 
/*  11/05/2020 - All Events in microsite   */ 
.interior.events .SearchResults .Content ul {
    grid-template-columns: auto;
}
/*  11/09/2020 - Spotlight  Portrait mode   */ 
.spotlight .SearchResults ul li {min-height: 518px;}
.spotlight.portrait .SearchResults ul li {min-height: 502px; }
.spotlight.portrait .SearchResults ul li .img-container {height: 55%;}
 
/*  11/09/2020 - Events on microsites homepage   */ 
.event-home .SearchResults .Content ul { display: grid; grid-template-columns:100%;  margin: -10px;}
.event-home ul li div.row .col-sm-3.col-md-3.pull-right{display:none}
.event-home ul li div.row .col-sm-9.col-md-9.no-pad{width: 100%}


.news-grid{clear:both;}
/*.events.make-arrow-link.pull-right.more-events a{padding-top: 40px; margin-bottom: -40px;}*/

/*10/02/2020 - Font size increase 16px in topic group page */
.ibmc-hl-breadcrumb{font-size: 16px;}
.MessageListContainer{font-size: 16px;}
.MessageListContainer . messageContentColumn p{font-size: 16px;}
/* .ContentUserControl p{font-size: 16px;}.  Issue in data science - new section on homepage */