.page__content .section-toggle {
    clear: both;
}
#leftContent #databases {
    margin-top: -45px;
    margin-bottom: 20px;
}
#leftContent #databases ul {
    margin-left: 20px;
}

#search-box {
    border: 1px solid #cccccc;
    padding: 20px 20px 15px 20px;
    margin: 10px 0px;
    overflow: auto;
    
}
#search-box form {
    width: 100%;
    margin-top: -25px;
    
}
#search-box h2 {
    /*padding: 3px 10px 0px 0px;*/
    margin: 0 0 10px 0;
}
/*#search-box input#ls-textbox {
    width: 330px;
}*/
#search-box .search-textinput {
    width: 60%;
    /*height: 30px;*/
    display: inline;
}
#search-box .search-dropdown {
    width: 30%;
    display: inline;
    /*height: 36px;*/
}
#search-box .search-submit {
    width: 6%;
    height: 45px;
    border: 0;
    background-color: #c20430;
    float: right;
    z-index: 2;
    font-family: FontAwesome;
    font-size: 1.5em;
    color: #fff;
    cursor: pointer;
}
#search-box button.search-submit {
    padding: 0px;
    font-size: 1rem;
}

#search-box .links {
    font-size: 1em;
    margin: 10px 10px 0px 0px;
    text-align: center;
}


#search-box .small-button {
    background: linear-gradient(to bottom, #b03334 0%, #810f10 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #410202;
    border-radius: 4px;
    box-shadow: 0 1px 0 #d89a9a inset;
    color: #fff;
    display: inline;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 4px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}
#search-box .small-button:hover         
    { box-shadow:inset 0px 1px 0px #fff;
          -webkit-box-shadow:inset 0px 1px 0px #fff;
          -moz-box-shadow:inset 0px 1px 0px #fff;
          background: #f0f0ea;
          background: -moz-linear-gradient(top,  #f0f0ea 0%, #810f10 100%); /* FF3.6+ */
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0ea), color-stop(100%,#c3c3ae)); /* Chrome,Safari4+ */
          background: -webkit-linear-gradient(top,  #f0f0ea 0%,#c3c3ae 100%); /* Chrome10+,Safari5.1+ */
          background: -o-linear-gradient(top,  #f0f0ea 0%,#c3c3ae 100%); /* Opera 11.10+ */
          background: -ms-linear-gradient(top,  #f0f0ea 0%,#c3c3ae 100%); /* IE10+ */
          background: linear-gradient(to bottom,  #f0f0ea 0%,#c3c3ae 100%); /* W3C */
          -pie-background: linear-gradient(#f0f0ea, #c3c3ae); /* IE6-9 */
          color: #000; 
        }

#guides {
    border: 1px solid #cccccc;
    padding: 20px 0px 15px 20px;
    margin: 0px 0px;
    overflow: auto;
    width: 405px;
    float: left;
}
#guides h2, #guides p, #ask-librarian h2, #databases h2 {
    margin: 0px;
    padding: 0px;
}
#ask-librarian {
    float: right;
    width: 210px;
    border: 1px solid #cccccc;
    padding: 20px 0px 15px 20px;
}
#databases {
    float: left;
    width: 405px;
    border: 1px solid #cccccc;
    padding: 20px 0px 15px 20px;
    margin: 10px 0px;
}

/*** NEW CHAT IFRAME OVERRIDES ***/
.library-chat .lci_chat_load {
    border: 0px !important;
}

/**** Policies ***/
.approved {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #f0f0ea;
    font-style: italic;
}


/* Special Three column more box styles */

#information-blocks ul.section-blocks > li {
    height: 300px;
}

#three-columns .column {
    padding: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bbb;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #bbb;
	width: 192px;
	float: left;
	margin: 0px 0px 0px -1px;
    height: 290px;
}
#three-columns .column-three {
	padding: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bbb;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #bbb;
	width: 192px;
	float: left;
	margin: 0px -1px 0px -1px;
}
#three-columns p { margin: 0px 0px 1em 0px; padding: 0px; }
#three-columns {
	overflow: hidden;
	border: 1px solid #bbb;
	width: 668px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.05) 99%, rgba(0,0,0,0.05) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.05)), color-stop(100%,rgba(0,0,0,0.05))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 99%,rgba(0,0,0,0.05) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 99%,rgba(0,0,0,0.05) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 99%,rgba(0,0,0,0.05) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 99%,rgba(0,0,0,0.05) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0d000000',GradientType=0 ); /* IE6-9 */
margin-bottom: 20px;
}
h1.three-column-title {
	margin: 0px;
	padding: 10px 15px;
font-family: arial, helvetica;
color: #331f23;
font-size: 1.2em;
font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #bbb;
	border-right-color: #bbb;
	border-left-color: #bbb;
	width: 638px;
background: rgb(255,249,249); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,249,249,1) 0%, rgba(220,222,214,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,249,249,1)), color-stop(100%,rgba(220,222,214,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,249,249,1) 0%,rgba(220,222,214,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,249,249,1) 0%,rgba(220,222,214,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,249,249,1) 0%,rgba(220,222,214,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,249,249,1) 0%,rgba(220,222,214,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9f9', endColorstr='#dcded6',GradientType=0 ); /* IE6-9 */
}




/* ------------------------- */
/*     Media breakpoints     */
/* ------------------------- */
@media screen and (max-width: 1000px) {
    #search-box .search-textinput {
        width: 50%;
        margin-bottom: 10px;
    }
    #search-box .search-dropdown {
        width: 38%;
        float:right;
    }
    #search-box .search-submit {
        width: 100%;
        text-align: center;
        float: none;
    }
    
}

@media screen and (max-width: 500px) {
    #search-box .search-textinput {
        width: 88%;
        display: block;
        margin-bottom: 10px;
    }
    #search-box .search-dropdown {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
    #search-box .search-submit {
        width: 100%;
        margin-bottom: 10px;
        display: block;
    }    
}