@charset "utf-8";.paper{background-image:url(https://global.southtexascollege.edu/graphics/paper.jpg);background-repeat:repeat;}
.edge.darkblue{background-color:#0055B8;border-color:#61B4E4;}
.shadow{box-shadow:0 0 50px rgba(0, 0, 0, .4) inset;}
.features{background-color:#552D81;background-image:url('https://global.southtexascollege.edu/graphics/jaguar.jpg');background-size:cover;background-position:center;background-repeat:no-repeat;}
.features p{margin:27px 0;text-align:center;}
.features a.wide-button.clear{padding:33px 10px;}
.blocky{background-image:url(https://global.southtexascollege.edu/graphics/textures/blocky.png);}
.wide-button.block{display:inline-block;padding:10px 20px;}
#main{margin-top:20px;}

#csearchbox{background-image:url(https://global.southtexascollege.edu/graphics/textures/blocky.png);}
.course-search{background-image:radial-gradient(ellipse at 50% 100%, rgba(87,45,131,0.20) 0%,rgba(0,0,0,0) 65%);}

.linkbox{}
.linkbox a{font-weight:normal;}
@media screen and (max-width:1100px){
    a.button.clear:hover, a.wide-button.clear:hover, a.button.clear:focus, a.wide-button.clear:focus {
    	letter-spacing: 3px;
    }

}
@media screen and (max-width:767px){
    .course-search{
        background-image:none;background-color:#F0F0F0;
    }
    .features{background-size:auto;}
    .features .w{padding:0 10px;}
    .features a.wide-button.clear {
        padding: 33px 2px;
        font-size:15px;
        text-transform: none;
    }
}