.sPrimary {
	background-color: #388563;
	color: #F8F8F8;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
}

/*.sPrimary a:not(.ipsTabs_activeItem, .sPage__homepage__cta_item) {*/
/*input:not([type="radio"]):not([type="checkbox"])*/
.sPrimary a:not(.ipsTabs_activeItem) {
  	color: #6BFFBE;
  	cursor: pointer;
  	transition: color .2s ease;
}

.sPrimary a:hover {
  	color: #F8F8F8;
}

.sSecondary {
	background-color: #F2EEE5;
    color: #6E6E6E;
}

.sSecondary a:not(.ipsTabs_activeItem) {
  	cursor: pointer;
  	transition: color .2s ease;
  	font-weight: 700;
}

.sTertiary {
    background-color: #F5F5F5;background-color: #ebedf0;
    color: #6E6E6E;
}

.sTertiary a:not(.ipsTabs_activeItem) {
  	color: #5C7B5C;
  	cursor: pointer;
  	transition: color .2s ease;
  	font-weight: 700;
}

.sTertiary a:hover {
    color: #E0583E;
}