/*********************
  CUSTOM COLORS
**********************/
.color-primary {
  color: #555555!important;
}

.bgcolor-primary {
	background-color: #007CB0!important;
}

.bgcolor-primary-buttons {
	background-color: #007CB0!important;
}

.color-primary-buttons {
 	color: #ffffff!important;
}

.color-primary-icons, .color-primary-icons svg  {
  color: #007CB0!important;
}

.color-primary-links  {
  color: #007CB0!important;
}

.bgcolor-secondary {
  background-color: #1D1D1B!important;
}

.color-secondary {
  color: #444444!important;
}