@import 'bourbon';
@import 'neat';
.ig-intro,
.ig-footer {
    li {
        @include span-columns(6);
        @include omega(2n);
    }
}
.ig-intro {
    li {
        text-align: left;
        background: #fff;
        padding: 25px;
        border: 1px solid #dedede;
        h2 {
            margin: 0;
            text-align: left;
        }
        &.evidence {
            border-color:  #fc3;
             .button-upgrade {
                background: #fc3;
                border:1px solid darken(#fc3,15%);
                -webkit-box-shadow: 0 1px darken(#fc3,15%);
                box-shadow: 0 1px darken(#fc3,15%);
                -moz-box-shadow: 0 1px darken(#fc3,15%);
                -webkit-appearance: none;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                color: #5d4b16;
                text-decoration: none;
                font-size: 13px;
                line-height: 26px;
                height: 28px;
                padding: 0 10px 1px;
                cursor: pointer;
                display: inline-block;
                background: #fc3;
                color: #5d4b16;
                &:hover,
                &:focus {
                    background: #fd3;
                    color: #5d4b16;
                    border-color: darken(#fc3,5%);
                }
            }
        }
    }
}
@media screen and (max-width: 782px) {
    .ig-intro,
    .ig-footer {
        li {
            @include span-columns(12);
        }
    }
}
