@font-face {
    @include font-face(
        'museo-sans',
        $custom-fonts-path + '/museosans/museosans_100_macroman/MuseoSans_100-webfont',
        100);
}

@font-face {
    @include font-face(
    'museo-sans',
    $custom-fonts-path + '/museosans/museosans_300_macroman/MuseoSans_300-webfont',
    300);
}

@font-face {
    @include font-face(
    'museo-sans',
    $custom-fonts-path + '/museosans/museosans_500_macroman/MuseoSans_500-webfont',
    500);
}

@font-face {
    @include font-face(
    'museo-sans',
    $custom-fonts-path + '/museosans/museosans_500_macroman/MuseoSans_500-webfont',
    normal);
}

@font-face {
    @include font-face(
    'museo-sans',
    $custom-fonts-path + '/museosans/museosans_700_macroman/MuseoSans_700-webfont',
    700);
}

.daptiv-header {
    background-color: $color-primary-dark;
    background-image: none;
}

.daptiv-nav {
    @include font-size-larger();
    background: transparent;

    .tab {
        background-color: transparent;
        border: 0;
        border-bottom: 2px solid transparent;

        &.selected {
            border: 0;
            border-bottom: 2px solid $color-base-0;
        }

        &:hover,
        &:active,
        &:focus {
            border: 0;
            border-bottom: 2px solid $color-secondary-light;
        }
    }
}

.daptiv-button {
    font: $font-size-medium $font-family-base;
    height: $teammember-button-height;
}
