	/* --- start STYLES FOR NARROW CAMPAIGN (in localRDCampaign SSI) FOR PAGES WITH LEFT NAV --- */

.ostlts-campaign-narrow {
border-top: 2px solid #cecece;
padding-top: 10px;
text-align: center;
}

.ostlts-campaign-narrow img {
margin: 0 8px 8px 0;
border: 0;
width: 220px;
}

/* --- end STYLES FOR CAMPAIGN NARROW --- */




/* ----- 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 ----- */
