article.container-fluid {
    margin-top: 0;
    padding: 0;
}

/* Component Testers */
.ct-intro {
    background: blue;
}
.ct-header{
    margin-top: 31.5px; /* Remember to remove this in the Mobile breakpoint */
}

/* Category Page styles */
.cat-header {
    background: linear-gradient(to bottom, #144673, #7FA5D1, #4C5C86);
    padding: 40px 0 40px 0; /* Just for testing height  */
    margin-top: 31.5px; /* Remember to remove this in the Mobile breakpoint */
}
.container {
    margin: 0 auto;
}
.sg-content {
    margin: 50px 0;
}
.sg-content h2 {
    margin: 0 0 10px 0;
}

.item {
    width: 100%;
    border: 1px solid #D0D0D0;
    display: inline-block; /* display: flex does not play nice with Bootstrap 2 */
    padding: 25px;
}
.splash-heading {
    color: #fff
}
.splash-text{
    font-size: .9rem;
    color: #fff;
}


/* Category Button Tweaks */
.button-wrap .btn {
    margin-bottom: 10px;
}
