/* Promotional content changes */

.widget--investment-opportunities {
	background: none !important;
}

.investment-opportunities__link:hover {
	opacity: .5;
}

.widget__heading {
	display: none;
}

.investment-opportunities__content {
	height: 160px !important;
    margin-top: 0px !important;
    width: 100% !important;
	background-color: #d4cec7 !important;
	border: none !important;
}

.investment-opportunities__heading {
	text-align: center;
}

.investment-opportunities__description {
	text-align: center;
}

/* top two columns - Equal - Banner for homepage */

/* Desktop: two equal columns side by side */
.cemtwo-colhome {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/* Column One */
.cemcol-onehome {
  background: white;
  color: white;
  height: 300px;
  }
  
.cemcol-onehome img {
  margin: 0px !important;
  }
  
/* Column Two */
.cemcol-twohome {
  background: #323e56;
  color: white;
  margin-left: 0px;
  }
  
 .cemhomecontent {
  height: 300px;
  display: flex;
  flex-direction: column;   /* stack h2 and p vertically */
  justify-content: center;  /* vertical centering */
  align-items: center;      /* horizontal centering */
  text-align: center;
  padding: 10px;
  }

/* Watbot */

#chat_content {
	display: block !important;
}