a.anu-btn-white, a.anu-btn, a.anu-btn-black {
padding:10px 20px;
font-size: 1em;
border-width: 2px;
}

a.normal-link.pagetabs-select {
	background:none !important;
	color: #146ebd !important;
}

/*tab tint*/
.pagetabs-nav-tint ul li a.pagetabs-select {
background: #000;
color: #fff !important;
font-weight: normal;
border-radius: 7px;
}

.pagetabs-nav-tint > ul li a.pagetabs-select {
	border: none;
}

.pagetabs-nav-tint ul {
border: none;
margin: 0;
}

.pagetabs-nav-tint > ul li a {
border: none;
padding: 10px;
font-size: 16px;
}

.pagetabs-nav-tint .tab-content {
margin-top: 20px;
background: #fff;
padding: 30px;
}

/*tab black*/
.pagetabs-nav-black ul li a.pagetabs-select {
font-weight: normal;
border-bottom: 0;
border-radius: 7px;
padding:10px;
font-size: 16px;
background: #000;
color: #fff;
}

.pagetabs-nav-black ul {
border: none;
margin: 0;
}

.pagetabs-nav-black ul li a {
border: none;
padding: 10px;
font-size: 16px;
background: #fff;
color: #000;
}

.pagetabs-nav-black .tab-content {
margin-top: 20px;
background: #fff;
padding: 30px;
}

.views-field-field-call-to-action-button a {
border-color: #000;
font-size: 16px;
border-width: 2px;
padding:10px 20px;
color: #000;
background-color: #fff;
line-height: 1.1em;
word-wrap: break-word;
border-style: solid;
border-radius: 5px;
display: inline-block;
text-align: center;
}

.views-field-field-call-to-action-button a:hover {
	background:#000;
}

h3 a::after {
	display:none;
}

.views-field-field-call-to-action-button a:hover {
	text-decoration: none !important;
}

a.pagetabs-select.no-tab-style {
	background: none;
}

.tab-no-background .tab-content {
	background: none;
	padding: 0;
}

.bg-white .pagetabs-nav-tint > ul li a {
	background: none;
	text-decoration: underline;
}

.bg-white .pagetabs-nav-tint ul li a.pagetabs-select {
	background: #000;
	text-decoration: none;
}

.bg-white .pagetabs-nav-tint .tab-content {
	margin-top: 20px;
  padding: 0 20px 0 0;
}