@media only screen and (min-width: 769px) {
 	.mobile-list{
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .desktop-list{
    display: none !important;
  }
	.mobile-list{
    display: block !important;
  }
}

@media only screen and (max-width: 374px) {
  .home-slider .ms-info h2{
    font-size: 14px !important;
  }
} 

/* IG Feed */
.somuchmore-post .swiper-container, .somuchmore-post .boxer-button, .somuchmore-post .boxer-button {
	display:none !important;
}

.somuchmore-post {
	min-height:auto;
}
/* IG Feed END */

/* Career API */
.careerapi .dot::before {
  content: "\2022";
  padding: 0 0.8rem;
}
.careerapi .appendListing a {
  color: #231f20;
  text-decoration: underline;
  font-weight: 600;
}
.careerapi .appendListing a:hover {
  color: #e0258e;
  text-decoration: underline;
}
.careerapi .listing:hover {
  color: #e0258e;
}
.careerapi .listing {
  font-size: 20px;
  font-weight: bold;
  color: #231f20;
}
.careerapi .listing-title {
  font-weight: bold;
}
/* Career API END */

/* Smashballlon FB Plugin */
.cff-load-more {
	display:none !important;
}
/* END Smashballlon FB Plugin */

/* IPC BLOG */
.newsletter-post .my-posts h2.entry-title {
	max-width: 100%;
}
/* END IPC BLOG */

.ulnospacing {
	padding-left:23px;
}

.textwidget, .custom-html-widget{
  position: relative;
}
#rbbc-link{
  position: absolute;
  width: 35px;
  height: 20px;
  top: 65%;
  margin-top: -4px;
  left: 46%;
  transform: translate(-50%,-50%);
  color: transparent;
}
.points ol {
  counter-reset: abc;
  padding-left: 0;
}
.points ol ol{
  padding-left: 20px;
}
.points ol li {
  display: block;
}
.points ol li table{
  margin: 15px 0;
}
.points > ol > li{
  margin-bottom: 15px;
}
.points ol ol > li{
  margin-bottom: 3px;
}
.points ol li:before {
  content: counters(abc, ".") " )";
  counter-increment: abc;
  margin-right: 6px;
}
.points ol[type="a"] li, .points ol[type="i"] li, .points ol[type="I"] li{
  display: list-item;
}
.points ol[type="a"] li::before, .points ol[type="i"] li::before, .points ol[type="I"] li::before{
  display: none;
}