  html{
    font-size: 10px;
}
body{
    font-family: "PT Sans","Helvetica","Arial",sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

#site-date { margin-top: -20px; padding: 5px; }
#banner { /*margin-bottom: 20px;*/ }
#releases dl dd { padding-bottom: 10px; }
#release p.location { text-transform: uppercase; }
.addthis_toolbox * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing:    content-box;
    box-sizing:         content-box;
}
#topStories h3 { padding-bottom: 10px; }
#handpicked h3 { padding-bottom: 10px; }
#inTheNews h3 { padding-bottom: 10px; }
#category h1 { padding-bottom: 5px; }
#main, .main { 
    margin-bottom: 25px; 
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
#content h3 { margin-top: 10px; }

 @font-face{
	 font-family:'Material Icons';
	 font-style:normal;
	 font-weight:400;
	 src:local('Material Icons'),local('MaterialIcons-Regular'),url(/site://Hill College/fonts/material-icons.woff2) format('woff2') 
}

:focus{
    outline:none !important;
}

@media (min-width: 992px){
    #breadcrumb{
        margin-top: 105px;
    }
}

.breadcrumb{
	padding:8px 15px;
	margin-bottom:21px;
	list-style:none;
	background-color:#e9ecef;
	border-radius:0;
    font-size:12px;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
}
.breadcrumb>li{
	display:inline-block
}
.breadcrumb>li+li:before{
	padding:0 5px;
	color:#999;
	content:"/\00a0"
}
.breadcrumb>.active{
	color:#333
}

.breadcrumb a {
    color: #007bff !important;
    text-decoration: none;
    background-color: transparent;
}

.h1, h1 {
    font-size: 2.5rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color:inherit;
}

a, a:visited {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}


