.sr-only {
	display: none;
}
.s-lg-widget-list-more-results {
	text-align: center;
	font-size: 90%;
}
.s-lg-btn-api-drop {
	background: #91cd85;
	border: none;
	padding: 11px 30px;
	color: #000;
	border-radius: 3px;
	cursor: pointer;
	margin: 5px;
	text-decoration: none;
	font-size: 100%;
}
.dashboard .buttonlink {
	position: absolute;
	bottom: 0;
	right: 20px;
	border-radius: 5px;
	padding: 10px 20px;
}
.hpopendays ul.icons {
	text-align: center;
}
.hpopendays ul.icons li {
	display: inline-block;
	margin: 25px;
}
.hpopendays .row_cell i {
    display: inline;
}
.hpstudy h2 a {
	margin-top: 15px;
}
table.hours-today {
	border-collapse: separate;
}
table.hours-today {
	padding: 0;
}
.hours-col-loc {
	padding-top: 6px;
	width: 50%;
	padding-right: 10px;
}
.hours-col-time {
	padding-left: 0;
	font-size: 90%;
}
tr.hours-depart td.hours-col-loc {
	padding-left: 0;
}

tr.hours-library td.hours-col-loc {
	font-weight: bold;
	padding-left: 0;
}
.s-lc-whw-pr,
.s-lc-whw-ne {
	background: #91cd85 !important;
	color: #000 !important;
	font-size: 150% !important;
}
ul.icons {
	text-align: center;
}
ul.icons li {
	display: inline-block;
	margin: 0 30px 25px 30px;
}
.hpsection ul.icons li a {
	color: #999;
	font-size: 400%;
}
.dashboardbox tr.hours-depart td.hours-col-loc {
	border-bottom: 1px dashed #cccccc !important;
}
.dashboardbox tr.hours-depart td.hours-col-time {
	border-bottom: 1px dashed #cccccc !important;
}
.dashboardbox tr.hours-library td.hours-col-loc {
	font-weight: bold;
}
.tab-content {background: #fff;}
.hpopendays h3 { text-align: center;}


@media (max-width: 900px){
	.top-banner.library-banner {
		height: 900px;
	}
	 .tab-inner {
		padding: 20px;
	 }
}

@media (max-width: 1049px){
	.top-banner .outerdiv {
		width: 90%;
	}
}
.hp-search{
    background: #91cd85;
    padding: 20px!important;
    color: #000;
}

.hp-search .course-label{
    font-size: 24px;
    margin-right: 40px;
}

.hp-search input[type=text], .hp-search select, .hp-search input[type="submit"] {
    margin-bottom: 0;
    height: 65px;
    box-sizing: border-box;
    margin-right: -4px;
    border: 1px solid white;
}

.hp-search input[type=text] {
    border-radius: 5px 0 0 5px;
    width: 44%;
    border-right: 1px solid #ebebeb;
}

.hp-search input[type="submit"]{
    border-radius: 0 5px 5px 0;
    background: black;
    margin-top: -3px;
}

.hp-search label.submit{
    position: absolute;
    top: 5px;
    left: 19px;
    font-size: 25px;
	color: #ffffff;
}

.hp-search .form-block{
    display: inline-block;
    position: relative;
}

@media only screen and (min-width: 1250px){
    .hp-search input[type=text] {
        width: 58%;
    }
}

@media screen and (min-width: 550px) and (max-width: 900px) {
    .hp-search .course-label{
        display: block;
		padding-bottom: 5px;
    }
    .hp-search input[type=text] {
        width: 58%!important;
    }
    .hp-search select {
        width: 30%!important;
    }
}

@media screen and (max-width: 549px) {
    .hp-search select {
        width: 80%!important;
    }
    .hp-search label.submit{
        top: 11px;
    }
    .hp-search .form-block{
        width: 100%; display: block
    }
    .hp-search input[type=text], .hp-search select, .hp-search input[type="submit"] {
        height: 50px;
    }
}

/* #Student Life colours #91cd85 Green, #7ccbdf Blue, #F4aa73 Orange
================================================== */
.section_wrapper h1 {
    color: #000;
}
.btn.btn-main {
    color: #000;
    background-color: #91cd85;
    border-color: #91cd85;
}
.tabs-nav-wrap {
    border-bottom: 4px solid #91cd85;
}
.tabs-nav .tab-nav-link.current, .tabs-nav .tab-nav-link:hover {
	background: #91cd85;
	border-color: #91cd85;
	color:#000;
}
.dashboardbox h2, .dashboardbox h2 a {
    color: #000;
}
.circleIcon {
    background: #7ccbdf;
}
.circleIcon i {
    color: #000;
}
.hpstudy li a:before {
    color: #91cd85;
}
.hpopendays {
    background: #7ccbdf;
	color:#000;
}
.hpopendays h3, .hpopendays p, .hpopendays a{
    color: #000;
}
.hpopendays li a{
    border-bottom: 1px solid;
}
.hpopendays a:hover{
    opacity: 0.7;
}
.row_cell.orange {
    background: #7ccbdf;
}
.row_cell.orange a, .row_cell.orange p, .row_cell.orange h2, .row_cell.orange h3, .row_cell.orange h4, .row_cell.orange li, .arrow .row_cell.orange li:before, .row_cell.orange .arrow li:before {
    color: #000;
}
.row_cell:hover.orange a:not(.btn) {
    color: #000;
}
.pagetextimg {
    border-color:#7ccbdf;
}
.sidebar h3.time:before,
.sidebar h3.help:before,
.sidebar h3.chat:before{
    color: #91cd85;
}