#highlight-cards {
     background-image: none !important;
}
 #highlight-cards .section-intro{
     display:block!important;
}
.content .title {
    text-align: center;
    padding: 20px 0 0 0;
}

.content .title h1 {
    margin-bottom: 0;
}

.pathwaysContainer {
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    width: 100%;
    height: auto;
    padding-bottom: 60px;
}

.pathwaysContainer > .content, .tabs {
    height: auto;
}

.pathwaysContainer .tabRow {
    height: 120px;
}


.pathway-title {
    position: relative;
    top: 10px;
}

a.toggle h4:hover {
    color: #666666;
}

.tabRow {
    padding: 10px;
}

ul.tablist {
    margin: 0;
    padding: 0;
}

.tablist a {
    list-style: outside none none;
    text-decoration: none;
    text-align: center;
}

.tablist_link.tabs_link.active, .tablist_link.tabs_link:hover {
    border-right: none !important;
    border-left: none !important;
    padding-right: 1px !important;
}

.tablist_link:hover [class*="icon-"]::before, .tablist_link:active [class*="icon-"]::before {
    color: #fff;
    cursor: pointer;
}

.tablist_link .title-row h2{
    color: #fff;
    text-shadow: 0 0 2px #242424;
}

.tablist_link, #id_first .pathway-button {
    background-color: #cc5200;
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.9) 41%);
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.9) 41%);
    background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.9) 41%);
    background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.9) 41%);
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.9) 41%);
}

.tablist_link:hover, .tablist_link:active {
    background-image: -webkit-linear-gradient(top, #ff6600, #cc5200);
    background-image: -moz-linear-gradient(top, #ff6600, #cc5200);
    background-image: -ms-linear-gradient(top, #ff6600, #cc5200);
    background-image: -o-linear-gradient(top, #ff6600, #cc5200);
    background-image: linear-gradient(to bottom, #ff6600, #cc5200);
}

.tablist_link:hover .tablist_item .icon-row, .tablist_link:active .tablist_item .icon-row {
    box-shadow: 0 7px 4px -6px #f2f2f2;
    padding-bottom: 8px;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

.tablist_link:hover .tablist_item .title-row, .tablist_link:active .tablist_item .title-row {
    padding-top: 14px;
}

ul.tablist li {
    margin: 0;
}

.tablist_item {
    border-left: 1px solid rgba(0, 0, 0,    pa 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    height: 100px;
    box-shadow: 0 8px 6px -5px #666666;
}

.tablist_item .icon-row {
    padding-top: 23px;
    padding-bottom: 15px;
}

.tablist_item [class*="icon-"]::before {
    margin: 0;
    font-size: 2.4em;
    color: #000;
}

.tablist_item > .icon-row > h2, .title-row > h2 {
    margin-bottom: 0;
}

.tablist_item .title-row {
    padding-top: 11px;
}

.tablist_item h2 {
    font-size: 1.05em;
    letter-spacing: .5px;
}

.info h3 {
    text-align: center;
}

p.small {
    font-size: 11px;
}

p.italic {
    font-size: 11px;
    font-style: italic;
    margin: 0px;
}
