







a {
  color: #172E57;
}

.theme-primary-color{
  color:#172E57;
}

.theme-primary-bg{
  background-color:#172E57;
}

.theme-primary-bd{
  border-color:#172E57;
}



.theme-primary-multi{
  background-color:#172E57;
  
}

.theme-secondary-color{
  color:#F5C237;
}

.theme-secondary-multi{
  	background-color:#F5C237;
  
}

.theme-mod{
  
  	border:1px solid #F5C237;
}



.theme-mod-bd {
  border: 1px solid #F5C237;
}

.theme-secondary-mod {
    
	  	border: 1px solid #172E57;
}


.theme-secondary-mod-bd{
  border: 1px solid #172E57;
}




.theme-separator-color {
  color: #F5C237;
}
.theme-separator-strokes{
  border-color:#F5C237;
}

