/*

FONTS  ---------

font-family: 'Work Sans', sans-serif;
font-family: 'Libre Baskerville', serif;

Work Sans Weights: 300,400,500,700
Baskerville Weights: 400,700



COLORS  ---------

$green:	#88b04b;
$kale:	#5a7247;

dk_brown: 3c423c;
md_brown: 9ca099
lt_brown: e1e4dc

yellow: cde57c
blue: 92c2de

*/

#s-lg-guide-header-attributes,
#s-lg-guide-header-tags {
	background: white;
	width: 600px;
}
#s-lg-guide-header-attributes {

}
#s-lg-guide-header-tags {
	
}
#s-lg-guide-tabs-title-bar {
    border-top: none;
}




html {
    font-size: 62.5%;
}

body {
    font-size: 14px;
    font-size: 1.4rem;
}
body {
	/*background: lightgoldenrodyellow;*/
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	padding: 0;
	
}
* {
	box-sizing: border-box;
}
img {
    max-width: 100%;
}
a {
    /*color: #5a7247;*/
	color: #337ab7;
}
a:hover {
    color: #789b42;
}

.fn_worksans {
	font-family: 'Work Sans', sans-serif;
}
.fn_baskerville {
	font-family: 'Libre Baskerville', serif;
}


.s-lib-box {
    border-width: 0;
    box-shadow: 0 8px 6px -6px #AAAAAA;
    border-radius: 0;
    background-color: #e1e4dc;
}
.s-lib-box .s-lib-box-title {
	font-size: 1.4rem;
    background-color: #5f714b;
    background-image: none;
    color: white;
    border-bottom: none;
    border-radius: 0;
}
.s-lib-box-std .s-lib-box-title {
	
}
.s-lib-footer {
    font-size: .9em;
    padding-bottom: 0;
	    padding-top: 20px;
	border-top-color: #9ca099;
    background-color: transparent;
}
.s-lib-footer #s-lg-guide-header-tags {
	background-color: transparent;
}
.s-lib-footer .pad-bottom-sm,
.s-lib-footer #s-lg-guide-header-url {
	display: none;
}
.s-lib-footer #s-lg-guide-header-attributes {
    width: 100%;
}


.s-lib-box-content .ui-widget {
    font-family: 'Work Sans', sans-serif;
}
.s-lib-box-content .ui-widget {
	padding: 0;
	border: none;
	/*background-color: #e1e4dc;*/
	border-radius: 0;
}
.ui-tabs .ui-tabs-panel {
	background-color: #e1e4dc;
}
.ui-tabs .ui-tabs-nav {
    border: none;
	background: #5a7247 repeat top left;
	border-radius: 0;
}
.ui-tabs .ui-tabs-nav li {
	border: none;
}

.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default {
	background: #869377;
}

.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active {
	background: #e1e4dc;
}

.s-lib-box-content .ui-tabs-nav li.ui-state-default>a {
	color: #e1e4dc;
	font-weight: 700;
}
.s-lib-box-content .ui-tabs-nav li.ui-state-default:hover {
	background-color: #a0aa94;
}
.s-lib-box-content .ui-tabs-nav li.ui-state-active:hover {
	background: #e1e4dc;
}
.ui-state-active a, 
.ui-state-active a:link, 
.ui-state-active a:visited {
}
.ui-state-active, 
.ui-widget-content .ui-state-active a {
}

.s-lib-box-content .ui-tabs-nav li.ui-state-active>a,
.s-lib-box-content .ui-tabs-nav li.ui-state-active>a:hover {
	color: #3c423c;
}





.breadcrumbs,
.header_search_wrap,
#s-lg-guide-name,
#s-lg-guide-desc-container {
	display: none;
}

.s-lib-header {
	background-image: url('https://s3.amazonaws.com/libapps/accounts/117632/images/header-bg-hirez.jpg'), linear-gradient(#5f714b 0%, #3c423c 100%);
	
	background-repeat: no-repeat;
	background-position: top right, top left;
	background-size: contain, auto;
	min-height: 160px;
}
body.admin_logged_in {
	margin-top: 43px;
}
.home .s-lib-header {
	min-height: 220px;
}
.nav_wrap {
	background: #88b04b;
	margin-bottom: 1rem;
}





.nav-tabs {
	height: 30px;
	overflow: hidden;
}
#s-lg-tabs-container .nav-tabs>li>a.trigger_search {
	display: block;
    float: left;
	background: #5a7247;
	border-radius: 9px;
    box-shadow: inset 0 0 0 3px #88b04b;
	/*padding-right: 4px;*/
}
#s-lg-tabs-container .nav-tabs>li>a.trigger_search:hover {
	background: #4e633e;
	border-radius: 9px;
}
.nav-tabs.hide_search >li>a.trigger_search {
	
}
.nav-tabs >li>a.trigger_search .search_label {
	font-size: .01em;
	color: #5a7247;
	display: inline-block;
	transition: .5s ease-out all;
	transform: translateY(-4px);
}
.nav-tabs.hide_search >li>a.trigger_search .search_label {
	font-size: 1em;
	color: white;
	transform: translateY(0);
	/*transition: 2s ease-out all;*/
}

.nav > li.nav_search > a:focus {
	outline: none;
}
#s-lg-guide-search-box {
	width: calc(100% - 100px);
	height: 30px;
	float: left;
    margin-left: 0;
    margin-bottom: 0;
}

.nav_search .input-group {
    position: relative;
    display: inline-block;
    width: 100%;
}
.nav_search .form-control {
	color: white;
    background-color: #88b04b;
	border-width: 0;
	box-shadow: none;
	padding-left: 0;
	font-size: 16px;
	font-weight: 300;
}
.nav_search .form-control:focus {
	border-width: 0;
	box-shadow: none;
}
.nav_search .input-group-btn {
	display: none;
}
.nav_search {
	width: calc(100% - 50px);
	transition: 2s ease-out all;
}
.nav-tabs.hide_search .nav_search {
	width: 100px;
	transition: .5s ease-out all;
}
.nav_search .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: rgba(255,255,255,0.5);
}
.nav_search .form-control::-moz-placeholder { /* Firefox 19+ */
	color: rgba(255,255,255,0.5);
}
.nav_search .form-control:-ms-input-placeholder { /* IE 10+ */
	color: rgba(255,255,255,0.5);
}
.nav_search .form-control:-moz-placeholder { /* Firefox 18- */
	color: rgba(255,255,255,0.5);
}
.nav_search .form-control::placeholder {
	color: rgba(255,255,255,0.5);
}





#s-lg-tabs-container .nav-tabs > li > a:not(.trigger_search) {
	opacity: 0.0;
	transition: .5s ease-out all;
}
#s-lg-tabs-container .nav-tabs.hide_search > li > a:not(.trigger_search) {
	opacity: 1.0;
}




#s-lg-guide-tabs .nav-tabs>li {
    margin-bottom: 0;
    margin-top: 0;
}

#s-lg-tabs-container .nav-tabs > li > a, 
#s-lg-tabs-container .nav-tabs > li > button, 
#s-lg-tabs-container .nav-pills > li > a, 
#s-lg-tabs-container .nav-pills > li > button,
#s-lg-tabs-container .nav-tabs > li > a:hover, 
#s-lg-tabs-container .nav-tabs > li > button:hover, 
#s-lg-tabs-container .nav-pills > li > a:hover, 
#s-lg-tabs-container .nav-pills > li > button:hover,
#s-lg-tabs-container .nav-tabs > .active > a:hover, 
#s-lg-tabs-container .nav-pills > .active > a:hover, 
#s-lg-tabs-container .nav-tabs > .active > button:hover, 
#s-lg-tabs-container .nav-pills > .active > button:hover {
	border-width: 0;
    border-radius: 0;
}
#s-lg-tabs-container .nav-tabs > li > a, 
#s-lg-tabs-container .nav-tabs > li > button, 
#s-lg-tabs-container .nav-pills > li > a, 
#s-lg-tabs-container .nav-pills > li > button {
	background: transparent;
	color: white;
	font-weight: 300;
	transition: .3s ease-out all;
	font-size: 1.5rem;
	line-height: 1.5;
    padding: 4px 15px;
}

#s-lg-tabs-container .nav-tabs > .active > a, 
#s-lg-tabs-container .nav-tabs > .active > button, 
#s-lg-tabs-container .nav-pills > .active > a, 
#s-lg-tabs-container .nav-pills > .active > button {
    color: white;
    background-color: #93bb55;
	border-width: 0;
    border-radius: 0;
    font-weight: 300;
}
#s-lg-tabs-container .nav-tabs > li > a:hover, 
#s-lg-tabs-container .nav-tabs > li > button:hover, 
#s-lg-tabs-container .nav-pills > li > a:hover, 
#s-lg-tabs-container .nav-pills > li > button:hover,
#s-lg-tabs-container .nav-tabs > .active > a:hover, 
#s-lg-tabs-container .nav-pills > .active > a:hover, 
#s-lg-tabs-container .nav-tabs > .active > button:hover, 
#s-lg-tabs-container .nav-pills > .active > button:hover {
    background-color: #93bb55;
	font-weight: 300;
	color: white;
	outline: none;
}


.footer_top {
	background-color: #88b04b;
	border-top: solid 5px #5a7247;
	padding: 2rem 3rem;
	margin-top: 2rem;
	position: relative;
    z-index: 100;
	box-shadow: rgba(90,114,71,0.5) 0 20px 15px -15px;
}
.footer_top p {
	color: #3c423c;
	font-size: 1.25rem;
    line-height: 1.4;
	margin-bottom: 0;
}
.footer_top p a {
	color: white;
}
.footer_top .powered_by_ACS {
	display: block;
    width: 280px;
    float: right;
}
.home .footer_top .powered_by_ACS img {
	margin: 10px 0 0 20px;
}
.footer_bottom {
	background-color: #e1e4dc;
	padding-top: 5rem;
    padding-bottom: 4rem;
    margin-top: -2rem;
    position: relative;
    z-index: 99;
}
.footer_bottom p {
	color: #3c423c;
	font-size: 1.5rem;
}
.copyright {
	margin-bottom: 0;
}
.footer_bottom a {
	color: #88b04b;
	font-weight: 500;
}
.footer_right {
	text-align: right;
}
.social_links {
	font-size: 1.5rem;
}
.social_links a {
	color: #88b04b;
}



/* --- boxes --- 
$green:	#88b04b;
$kale:	#5a7247;

dk_brown: 3c423c;
md_brown: 9ca099
lt_brown: e1e4dc
*/


/* --- home no-background boxes --- */
#s-lg-box-12871630,
#s-lg-box-12405153,
#s-lg-box-12392753 {
	box-shadow: none;
	background-color: transparent;
}
#s-lg-box-12405153 .s-lib-box-title,
#s-lg-box-12392753 .s-lib-box-title {
	background-color: transparent;	
	padding: 0;
	margin-bottom: 1.5rem;
	font-family: 'Libre Baskerville', serif;
	font-weight: 700;
	font-size: 2.75rem;
	color: #5a7247;
}
#s-lg-box-12405153 .s-lib-box-title::after,
#s-lg-box-12392753 .s-lib-box-title::after {
	content: '';
	display: block;
	height: 3px;
	width: 80px;
	background: #88b04b;
	position: relative;
	bottom: -8px;
}
#s-lg-box-12405153 .s-lib-box-title span,
#s-lg-box-12392753 .s-lib-box-title span {
	display: block;
	margin-bottom: .5rem;
    font-size: 65%;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    color: #9ca099;
}

.s-lg-box-wrapper-14631651 .s-lib-box-content,
.s-lg-box-wrapper-14617368 .s-lib-box-content {
	padding-left: 0;
}
.s-lg-box-wrapper-14631651 .s-lib-box-content ul,
.s-lg-box-wrapper-14617368 .s-lib-box-content ul {
	padding-left: 0;
	list-style-type:  none;
}
.s-lg-box-wrapper-14631651 .s-lib-box-content li,
.s-lg-box-wrapper-14617368 .s-lib-box-content li {
	margin-bottom: 1.5rem;
}
.s-lg-box-wrapper-14631651 .s-lib-box-content a,
.s-lg-box-wrapper-14617368 .s-lib-box-content a {
	color: #5a7247;
	font-size: 1.75rem;
	    font-weight: 500;
    line-height: 1.2;
}

/* --- home yello-background boxes --- 
yellow: cde57c
blue: 92c2de
*/

#s-lg-box-12858616,
#s-lg-box-12827053 {
	background-color: #cde57c;
}
#s-lg-box-12858616 .s-lib-box-title,
#s-lg-box-12827053 .s-lib-box-title {
	background-color: transparent;
	font-weight: 400;
	color: #5a7247;
	font-size: 1.5rem;
	padding: 1.5rem 2rem .5rem;
}
#s-lg-box-12858616 .s-lib-box-title::after,
#s-lg-box-12827053 .s-lib-box-title::after {
	content: '';
	display: block;
	height: 3px;
	width: 80px;
	background: #88b04b;
	position: relative;
	bottom: -8px;
}
#s-lg-box-12858616 .s-lib-box-content,
#s-lg-box-12827053 .s-lib-box-content {
	padding: 1.5rem 2rem;
	line-height: 1.4;
}
#s-lg-box-12858616 ul {
	padding-left: 0;
	list-style-type: none;
}
#s-lg-box-12858616 .s-lib-box-content a,
#s-lg-box-12827053 .s-lib-box-content a{
	font-family: 'Libre Baskerville', serif;
	font-size: 2rem;
	color: #5a7247;
	line-height: 1.2;
    margin-bottom: .5rem;
    display: block;
}
#s-lg-box-12827053 ul {
	list-style-type: none;
	padding-left: 25px;
}
#s-lg-box-12827053 ul li {
	position: relative;
}
#s-lg-box-12827053 .s-lib-box-content a::before {
	content: "";
    position: absolute;
    left: -32px;
    top: 4px;
    width: 26px;
    height: 26px;
	border-radius: 999px;
	background-color: #88b04b;
}

#s-lg-box-12827053 .s-lib-box-content a::after {
	content: "\f0c1";
    font-family: FontAwesome;
    font-size: 1.8rem;
    left: -27px;
    position: absolute;
    top: 8px;
	color: white;
	color: rgba(255,255,255,0.5);
	transition: .3s ease-out all;
}
#s-lg-box-12827053 .s-lib-box-content a:hover::after {
	color: white;
	color: rgba(255,255,255,1.0);
}





/* --- home welcome box --- */
#s-lg-box-12871630 {
	background: transparent url(https://s3.amazonaws.com/libapps/accounts/117632/images/cheese-dwg.jpg) no-repeat right 20px;
	background-size: 250px auto;
}

#s-lg-box-12871630 .s-lib-box-content {
	padding: 4rem 2rem 5.5rem;
}
#s-lg-box-12871630 .s-lib-box-title {
	display: none;
}
#s-lg-box-12871630 h4 {
	margin-bottom: .5rem;
    font-size: 2.5rem;
	color: #5a7247;
}
#s-lg-box-12871630 h3 {
	color: #88b04b;	
	font-size: 3.5rem;
    font-weight: 700;
}
#s-lg-box-12871630 p {
	color: #3c423c;
	line-height: 1.4;
	font-size: 1.5rem;
}

/* --- home TOC box --- */
#s-lg-box-12859172 .s-lg-link-list li {
	list-style-type: none;
	position: relative;
}
#s-lg-box-12859172 .s-lg-link-list li::before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	position: absolute;
    left: -15px;
    top: 11px;
    border: solid 5px transparent;
    border-width: 4px 0 4px 7px;
    border-left-color: #88b04b;
}
#s-lg-box-12859172 .s-lg-link-list li a {
	font-weight: 700;
	color: #3c423c;
}
#s-lg-box-12859172 .s-lg-link-list p {
	line-height: 1.5;
}
#s-lg-box-12859172 p {
	margin-left: 20px !important;
}


#s-lg-srch-local .navbar-default {
    background-color: #e1e4dc;
    border-color: #afb1ab;
}
#s-lg-srch-local .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
#s-lg-srch-form {
	padding-left: 0;
	padding-top: 15px;
}
.search_page_custom .pagination>.active>a, 
.search_page_custom .pagination>.active>a:focus, 
.search_page_custom .pagination>.active>a:hover, 
.search_page_custom .pagination>.active>span, 
.search_page_custom .pagination>.active>span:focus, 
.search_page_custom .pagination>.active>span:hover {
	background-color: #88b04b;
    border-color: #5f714b;
}


/* --- MEDIUM --- */
@media (min-width: 768px) {
	.s-lib-header .site_logo {
		max-width: 260px;
    	margin: 18px 0 0 26px;
	}
	.home .s-lib-header .site_logo {
		max-width: 320px;
    	margin: 32px 0 0 40px;
	}
	.powered_by_ACS img {
		width: 240px;
    	margin-top: 96px;
    	margin-right: 290px;
	}
	.home .powered_by_ACS img {
		margin-top: 150px;
    	margin-right: 390px;
	}
}


/* --- LARGE --- */
@media (min-width: 992px) {

}


/* --- XLARGE --- */
@media (min-width: 1200px) {

}


/* --- SMALL ONLY --- */
@media screen and (max-width: 767px) {
	.s-lib-side-borders {
    	padding-left: 15px;
    	padding-right: 15px;
	}
	.s-lib-header {
		background-size: auto 100%, auto;
    	min-height: 200px;
    	background-position-x: -320px,left;
		position: relative;
	}

	.s-lib-header .site_logo {
		max-width: 280px;
		margin: 20px 0 0 0px;
	}
	.powered_by_ACS img {
		/*margin-top: 0;
		margin-right: -10px;*/
		max-width: 200px;
		
		position: absolute;
		bottom: 10px;
		right: 10px;
	}

}


/* --- MEDIUM ONLY --- */
@media (min-width: 768px)and (max-width: 991px) {

}



/* --- LARGE ONLY --- */
@media (min-width: 992px)and (max-width: 1199px) {

}




/* --- LANDSCAPE - ?? --- */
@media (max-device-width: 480px) and (orientation: landscape) {
	
}



@media print {

}

/* --- MEDIUM DOWN --- */
@media (max-width: 990px) {
	.nav-tabs {
    	height: auto;
    	overflow: visible;
	}
	#s-lg-tabs-container .nav-tabs > li > a:not(.trigger_search) {
		opacity: 1.0;
	}


}
@media (min-width: 625px) {
	
	.s-lib-header {
		background-position-x: right,left;
	}

}