  /* custom.css */
 
/* ==========================================================================
   Custom styles for this specific implementation
   ========================================================================== */

.sa_grid-item > img {
    filter: brightness(0.5);
    opacity: 0.975;
}

.tooltip {
    position: relative;
    z-index: auto;
    display: inherit;
    font-size: 12px;
    line-height: auto;
    opacity: 1;
    filter: none;
    visibility: visible;
}

.key-icons.pad-top.study-abroad-programs-legend {
    font-size: 13px;
}

.key-icons--icon_gold {
    color: #fff;
    background: #8d6708;
}

.col-sm-4 {
	padding-bottom: 0 !important;
}

.brand-button:focus {
    box-shadow: 0 0 15px #001489;
    outline: 2px solid gold;
}

.key-icons-wrapper span.badge.badge-light {
    font-size: 16px;
    color: #000;
    background-color: #eee;
    margin-left: 7px;
    padding: 6px 8px;
    border-radius: 20px;
}

span.key-icons--icon + span.key-icons--icon {
    margin-left: 6px;
}