/* ====== stripe bottom ====== */


.bg-image-full:after,
.quicklinks-section:after,
.jumbotron:after,
.section2:after,
.t4 .paralsec:after,
.t3 .section2:after,
.t4 #quadrants:after,
main.t5:after,
.t1 .un-headlines-section:after,
.galleries.t4 #quadrants .col-md-6:nth-of-type(2n):after,
.t4 .gallery-featured-section:after {
    content: ' ';
    display: block;
    width: 100%;
    padding: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}

/*stripe top */
.t1 .quicklinks-section:before,
.t3 .quicklinks-section:before,
.section2 + .section2:before,
.t3 .quicklinks-section:before,
.t1 .quicklinks-section:before {
    /*.galleries.t4 #quadrants .col-md-6:first-of-type:before*/
    content: ' ';
    display: block;
    width: 100%;
    height: 6px;
    padding: 3px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
@media screen and (min-width:768px) {
    /*.galleries.t4 #quadrants .col-md-6:first-of-type:after {*/
    /*    content: ' ';*/
    /*display: block;*/
    /*width: 100%;*/
    /*padding: 3px;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*z-index: 10;*/
    /*}*/
/*.galleries.t4 #quadrants .col-md-6:nth-of-type(2):before {*/
/*    content: ' ';*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 6px;*/
/*    padding: 3px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: 10;*/
/*}*/
.galleries.t4 #quadrants .col-md-6:nth-of-type(2n):after,
.galleries.t4 #quadrants .col-md-6:first-of-type:before {
    display: none;
}
}

@media screen and (min-width:1140px) {
.t4.my-inside #quadrants:before,
.quicklinks-section:before,
.t4.galleries .section2:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 6px;
    padding: 3px;
    position: absolute;
    top: 0;   
    left: 0;
    z-index: 2;
}
.galleries.t4 #quadrants .col-md-6:first-of-type:before,
.galleries.t4 #quadrants .col-md-6:nth-of-type(2):before,
.t3.page-colleges-majors .quicklinks-section:before {
    display: none;
}
}




/*stripe start purple */

.bg-image-full:after,
.jumbotron:after,
.t4 .paralsec:after,
.t4 #quadrants:after,
main.t5:after,
.t1 .jumbotron.top:after,
.t1 .jumbotron.sac-state-news-section:after,
.t1 .quicklinks-section:after,
.t3 .quicklinks-section:after,
.t1 .un-headlines-section:after,
.galleries.t4 #quadrants .col-md-6:first-of-type:before,
.galleries.t4 #quadrants .col-md-6:first-of-type:after,
.t4.galleries .section2:before {
    background: -webkit-gradient(linear, right top, left top, color-stop(25%, #008453), color-stop(40%, #ce7712), color-stop(60%, #fafa43), to(#380042));
    background: linear-gradient(270deg, #008453 25%, #ce7712 40%, #fafa43 60%, #380042 100%);
}


/*start green */
.t1 .bg-image-full:after,
.quicklinks-section:after,
.t3 .section2:after,
.t4.galleries .section2:after,
.jumbotron.top:after,
.jumbotron.sac-state-news-section:after,
.t1 .jumbotron.flex-section:after,
.t3 .quicklinks-section:before,
.t1 .quicklinks-section:before,
.t4.my-inside #quadrants:before,
.t1 .un-headlines-section:after,
.galleries.t4:not(.page-university-galleries) #quadrants .col-md-6:nth-of-type(2):after,
.galleries.t4:not(.page-university-galleries) #quadrants .col-md-6:nth-of-type(2):before,
.gallery-featured-section:after,
.quicklinks-section:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #008453), color-stop(40%, #ce7712), color-stop(60%, #fafa43), to(#380042));
    background: linear-gradient(90deg, #008453 25%, #ce7712 40%, #fafa43 60%, #380042 100%);
    
}

.degreeswrap:after {
    bottom: -12px;
}
.t3.page-admissions .bg-image-full:after,
.t3.page-class-schedules .bg-image-full:after {
    display: none;
}
