@charset "utf-8";
/* CSS Document */
/*Home Page Specifc*/

/*Home Page Buttons*/
.s-lg-box-wrapper-25142408 { 
	position: absolute;
	background-color: #eee;
    position: absolute;
    top: -29px;
    padding: 20px;
    margin-bottom: 0px;
    width: 4000px;
    left: -2000px;
    padding-left: 2000px;
}
div#s-lg-box-21434320 {
	padding: 0;
	margin: 0;
}
div#s-lg-col-126 .s-lg-box-special {
	min-height: 70px;
}
ul.homeQuickLinks {
	padding-left: 50px;
	margin-left: 0;
    background: #eee;
    /*box-shadow: 2px 2px 5px #cccccc;
	border-bottom: 3px solid #808080;
    padding: 12px 0px 8px 24px;*/
    margin: 0;
	
}
.homeQuickLinks li {
	/*float: left;*/
	display: inline-block; 
	margin-right: 40px;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.homeQuickLinks .btn-success.active, .homeQuickLinks .btn-success.focus, .homeQuickLinks .btn-success:active, .homeQuickLinks .btn-success:focus, .homeQuickLinks .btn-success:active, #s-lg-link-list-58708371 a {
    /*background-color: #7ec307;
	color: #fff;
	min-width: 260px;
    border-color: #7ec307;*/
    background-color: #7ec307;
    border: none;
    color: #000;
	border-radius: 0;
	padding:8px 18px;
	font-size: 15px;
	font-weight: 500;
	width: auto;
}
#s-lg-link-list-58708371 a {
	text-transform: uppercase;
}
.homeQuickLinks .btn-success:hover, #s-lg-link-list-58708371 a:hover {
    background-color: #006411;
    border-color: #7ec307;
	color: #fff;
	text-decoration: none;
}

#s-lg-link-list-58708371 li {
	width: 180px;
	margin: 0 auto;
	padding-top: 0;
	margin-top: -20px;
}
#s-lg-box-24534022 {
	padding-top: 0;
}
#s-lg-col-1 #s-lg-box-9713783, #s-lg-col-2 #s-lg-box-9949704, #s-lg-col-2 #s-lg-box-21018771, .s-lg-row #s-lg-box-21018771, #s-lg-col-1 #s-lg-box-22150998, #s-lg-col-1 #s-lg-box-22646492 {
	box-shadow: none;
}

/*Book of the Month*/
.s-lib-cpane-caption h3 {
	text-align: center;
}
/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
	.s-lg-box-wrapper-25142408 {
 	   	position: relative;
   	  	margin-bottom: 0;
  	   	width: auto;
  	   	left: auto;
    	padding-left: 0;
		margin-top: 20px;
	}
	.homeQuickLinks .btn-success.active, 
	.homeQuickLinks .btn-success.focus, 
	.homeQuickLinks .btn-success:active, 
	.homeQuickLinks .btn-success:focus, 
	.homeQuickLinks .btn-success:active {
		width: 100%;
		text-align: center;
	}
	ul.homeQuickLinks {
		padding-left: 20px;
	}
	ul.homeQuickLinks li {
		margin-right: 0;
		width: 100%;
	}
}