﻿#record-search{
    float:right;
}
#record-search .search-input {
    max-width: 5em;
}
aside > #record-search { 
    margin: 2em 0 2em 0;
    float:unset;
}

#search-section {
        background-color: white;
    }
#search-section > ul > li > form, #home-search-form > form, #record-search {
    border-bottom: 1px solid hsl(210, 20%, 70%);
    border-bottom-color: #003e7e;
}

#home-search-form form {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
}

.big-hero .major-link {
    color: #003e7e;
    background-color: white;
    border: none;
    margin-bottom: 1em;
}

.big-hero .major-link:hover, .big-hero .major-link:focus {
    color: #003e7e;
    background-color: white;
    border: none;
    margin-bottom: 1em;
    -webkit-box-shadow: 0 0 3px 1px #ddd;
    -moz-box-shadow: 0 0 3px 1px #ddd;
    box-shadow: 0 0 3px 1px #ddd;
}


#search-form {
    width: 100%;
}

.user-term, .user-facet {
    font-size: 1em;
    height: 2em;
    line-height: 2em;
}

input[name="terms"] {
    font-size: 1.7em;
    height: 2em;
    line-height: 1.7em;
    padding-left: 1em;
    width: 87%;
}

input[name="addTerm"] {
    border: 1px inset hsl(210, 10%, 60%);
    font-size: 1.7em;
    height: 2em;
    line-height: 1.7em;
    padding-left: 1em;
}

.search-button {
    height: 2em;
    font-size: 1.7em;
    line-height: 1.0em;
    padding: 0em 2em 0em 2em;
    margin-left: 0;
    background-color: #ca6115;
    background-image: none;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    letter-spacing: 0em;
    float:right;
}

.search-button:hover, .search-button:focus{
    cursor: pointer;
    background-color: #9c4b10;
}

#search-section {
    z-index: 1;
}

#search-section > div > ul > li {
    display: inline-block;
    color: #ddd;
    font-size: 1.5em;
    padding: 0.5em 1.5em 1.5em 1.5em;
}
#search-section > div > ul > li > a {
    color: #777;
    font-weight: 500;
    text-transform: uppercase;
}

#search-section > div > ul > li .active {
    border-bottom: 3px solid #003e7e;
    color: #003e7e;
    font-weight: 500;
}

#search-section > div > ul > li a:not(.active):hover, #search-section > div > ul > li a:not(.active):focus {
    color: black;
}

/*Affects all submits*/
[type="submit"]:hover {
    background-color: #9c4b10;
}

.browse-stuff {
    display: block;
    height: 132px;
    padding: 8px 8px 0px 8px;
}
.browse-stuff > p {
    font-size: 1.8em;
    color: white;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-align: left;
    line-height: 1em;
    margin-bottom: .2em;
}
.browse-stuff > p:first-of-type {
    font-size: 1.5em;
    line-height: 1em;
}
.browse-stuff > p:last-of-type {
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight:100;
}
.browse-stuff .brand-underline {
    text-transform: uppercase;
    margin-bottom: 5px;
    min-height: 2em;
}
.swag-line {
    display: inline-block;
    height: 2px;
    margin-bottom: 10px;
    background-color: white;
    width: calc(50% - 9px);
}
.swag-left-box {
    background-color: white;
    display: inline-block;
    height: 8px;
    width: 2px;
    margin: 0 1px 0 -5px;
    margin-bottom: 7px;
}
.swag-box {
    background-color: white;
    display: inline-block;
    height: 8px;
    width: 2px;
    margin-bottom: 7px;
}
.swag-right-box {
    background-color: white;
    display: inline-block;
    height: 8px;
    width: 2px;
    margin: 0 -5px 0 1px;
    margin-bottom: 7px;
}

#search-section {
    display: none;
    width: 100%;
}

#secondary-nav {
    background-color: white;
    border-bottom: 1px solid hsl(210, 20%, 70%);
    border-bottom-color: #003e7e;
    display: none;
    padding-bottom: 7px;
    padding-top: 7px;
}

#secondary-nav-toggle,
#search-toggle {
    left: -1000px;
    position: absolute;
}
label.major-link {
    cursor: pointer;
    user-select: none;
}

nav > input#secondary-nav-toggle:checked ~ nav,
nav > input#search-toggle:checked ~ #search-section {
    display: block !important;
}

nav > input[type=checkbox]:active + label,
.browse-label:hover,
nav > input[type=checkbox]:checked + label {
    background-color: white;
    color: #003e7e;
}

body > nav > .donate-link {
    color: white;
    background-color: #7a3136;
    border-color: white;
    margin-bottom: 8px;
    border-width: 1px;
    border-style: solid;
    box-shadow: 0 0 0 1px #00254b;
}

body > nav > .donate-link:hover, body > nav > .donate-link:focus {
    color: #7a3136;
    background-color: white;
    box-shadow: 0 0 0 1px white;
    border-width: 1px;
    border-style: solid;
}

#secondary-nav ul {
    display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	grid-gap: 1rem;
	background: white;
	padding: 1rem;
	grid-column: 1/span 7;
}

#secondary-nav ul li {
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, .25));
    /* display: inline-block;
    height: 148px;
    margin-left:4px;
    margin-right:4px;
    vertical-align: top;
    width: 15%; */
}
.browse-stuff {
    background-color: #003e7e;
}
.browse-stuff:hover span {
    background-color: #8c5c2c;
}

body > nav > * {
    text-align: center;
}