	/* --- start STYLES FOR WHAT'S NEW RSS FEED --- */

div#rss-block {
                margin: 6px;
                width: 95%;
                margin-left: 1em;
}
div#rss-block ul,  div#rss-block ul li {
                list-style: none;
                margin: 0;
                padding: 0;          
}
div#rss-block ul li a.item-title,  div#rss-block ul li span.item-pubdate,  div#rss-block ul li span.item-description {
                display: block;
}
div#rss-block ul li a.item-title {
                margin: 20px 0 0 0;
                font-weight: bold;
		line-height: 130%;
}
div#rss-block ul li span.item-pubdate {
                font-size: 80%;
                color: #656565;
		margin: 0 0 3px 0;
		line-height: 130%;
}
div#rss-block ul li span.item-description {
                padding-left:20px;
                font-size: 90%;
		line-height: 150%;
}

/* --- end STYLES FOR WHAT'S NEW RSS FEED --- */





/* ----- start CSTLTS TOOLBAR IN TP4 ----- */

.cstlts-toolbar-wrapper {
  box-sizing: border-box;
  background-color: #075190;
  margin-top: 20px;
  padding: 10px 33px;
  width: 100%;
  text-align: center;
  line-height: 120%;
  color: White;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.cstlts-toolbar-item {
  margin: 0;
  padding: 5px;
  width: 125px;
  height: 115px;
  font-size: 75%;
  color: White;
  transition: background-color 0.3s;
}

.cstlts-toolbar-item:hover {
  background-color: #0c64ae;
}

.cstlts-toolbar-item img {
  display: block;
  margin: 0 auto 5px auto;
}

.cstlts-toolbar-item a, a:link, a:hover, a:visited, a: active {
  color: White;
}

/* ----- end CSTLTS TOOLBAR IN TP4 ----- */