@charset "UTF-8";
/* CSS Document */

#guideheader {
	background-color:#13B6EA;
}
#guidenav {
	color: #13B6EA;
}
#guidenav li.active a {
	color:#13B6EA;
	border-bottom: solid 2px #13B6EA; 
}
#guidenav a:hover, #guidenav a:active, #guidenav a:focus {
	color:#13B6EA !important;
	border-bottom: solid 2px #13B6EA; 
}
#actionfooter {
	background-color:#13B6EA;
}

#copyrightfooter {
	background-color:#004A8D !important;
}
#headeriblogo {
    width:80px;
    height: 80px;
    background-image: url("https://s3.amazonaws.com/libapps/customers/1557/images/WorldSchoolWhitesolidRev_100x98.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

/* LIBGUIDES OVERRIDES */
.s-lib-box .s-lib-box-title {
    color: #13B6EA;
}
.s-lib-box .s-lib-box-title:before {
	background: none repeat scroll 0% 0% #13B6EA;
}
#guidecontent .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border-bottom: solid 2px #13B6EA;
}
#guidecontent .s-lib-box-content .ui-tabs-nav li > a:hover {
    color: #13B6EA;
	border-bottom: solid 2px #13B6EA;
}
#guidecontent .ui-state-active a, .ui-widget-content .ui-state-active a, .ui-widget-header .ui-state-active a{
	color: #13B6EA !important;
	border-bottom: solid 2px #13B6EA;
}


/* SEARCH BUTTON */
.sb-search .sb-icon-search {
    color: #004A8D ;
}
.sb-search .sb-icon-search:hover {
    background: #004A8D !important;
}
.sb-search.sb-search-open .btn-default {
    background: #004A8D ;
}
.sb-search .btn-default {
    background: #004A8D ;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: #004A8D !important;
}
.sb-search.sb-search-open .btn-default,
.no-js .sb-search .btn-default {
    background: #13B6EA ;
}

/* TOOLTIP STYLING */
.tooltip.top .tooltip-arrow {
  border-top-color: #13B6EA !important;
}
.tooltip-inner {
  background: #13B6EA !important;
  border: solid 1px #13B6EA !important;
}

/* RESPONSIVE */
@media all and (max-width:720px) {
#headeriblogo {
    display:none;
}