.callout {
    position: relative;
    margin: 0 0 1rem;
    padding: 1rem;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    background-color: #fff;
    color: #000;
}

.callout.secondary {
    background-color: #e3e3e3;
    color: #000;
}



.small-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.c-tabs-container--lined .c-tabs-container__tabs .tabs {
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    padding: .375rem 0;
}

.tabs {
    text-align: center;
    border: none;
}

.tabs {
    margin: 0;
    border: 1px solid #f0f0f0;
    background: 0 0;
    list-style-type: none;
}

.tabs:after, .tabs:before {
    display: table;
    content: " ";
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.tabs .tabs-title {
    min-width: 2.8125rem;
}

.tabs .tabs-title {
    display: inline-block;
    float: none;
    text-transform: uppercase;
}

.tabs .tabs-title a:focus, .tabs .tabs-title a:hover {
    color: #00a3ba;
}

.tabs .tabs-title a {
    margin-bottom: -2px;
}

.tabs-title>a:hover {
    background: 0 0;
    color: #676770;
}

.tabs-title>a {
    display: block;
    padding: .625rem .9375rem;
    font-size: 1rem;
    line-height: 1;
    color: #787882;
}

.brands-anchor-items {
	padding: 15px 0;
}