.studentaid-blue-accordion.dd .accordion-heading {
    background-color: #84d9ed !important;
}

/**
 * Add round image options to the standard image display
 */
.fim-circle .field-image img {
  border-radius: 100%;
}

.csac-no-title-link .node-header a {
  pointer-events: none;
}
/* new banner changes */
.ttv-front #block-views_blocks-term-block_1-1 .block-content.content h2.node-header {
  display: none;
}
.ttv-front #block-views_blocks-term-block_1-1 .block-content.content .node {
  background-color: unset;
}
.ttv-front #block-views_blocks-term-block_1-1 .block-content.content .node .node-links a {
  background-color: #c01d78;
  color: #fff;
  font-weight: 800 !important;
font-size: 18px;
}
.ttv-front #block-views_blocks-term-block_1-1 .block-content.content .node .node-links a:hover {
background-color: #06466b;
}

.ttv-front .hero:not(.parallax-disabled) .view-content .views-row .node{
	position: absolute;
bottom: -60px;
width: 100%;height: auto;
}
.ttv-front .hero .node-links li{
	flex-grow: 1;
	/* width: auto; */
}
.ttv-front .banner .node .node-links a{
	margin:0px !important;
border: 1px solid #fff;
}
.ttv-front .banner.hero .block-content{
	width: 100%;
margin-left: 0;
}
.ttv-front .hero .node-links{
	padding:0px
}
.ttv-front .hero .block-inner{
	max-width: 100%;
padding: 0;
}
/* .ttv-front .apply{
	padding-top: 110px;
} */
.ttv-front .hero  .node-links ul.links.inline{
	display:flex;
}

@media (max-width:640px){
.ttv-front .hero .node-links ul.links.inline{
	flex-wrap: wrap;
}
}
.ttv-front .hero .node-links li {
    flex-grow: 1;
    width: 50%;
}