/**
 * Gel 2017.0
 * Search Form Stylesheet
 * @version 2017.0.1 r 3
 * @created 2017-04-26 by Kelly Chisum
 * @modified 2018-12-31 by Alexandria Stull
 */

/*
font-family: "brandon-grotesque", "Brandon Grotesque", sans-serif;
Blue: #1D95CD;
Gray: #606565;
Black: #222;
*/
 
/* SEARCH FORM */
.header-search {
    position: absolute;
    top: -7em;
    right: 1%;
    width: 35%;
    font-size: .9em;
}
.header-search input[type='text'] {
    width: 70%;
    font-size: .9em;
}
.header-search input[type='submit'] {
    font-size: .9em;
}
.header-search input[type='submit']:hover {
    background: #1D95CD;
}   
.header-search {
        width: auto;
        left: 5%;
        right: 5%;
    }
.header-search input[type="text"] {
        width: 70%;
    }
.header-search input[type='submit'] {
    width: 20%;
}
.result-header {
	background: #e0e1e3;
	padding: .25em 2% 1em;
	margin: 0 0 2em;
}
.more-results {
	background: #e0e1e3;
	padding: 1em 2%;
	margin-top: 3em;
}
.more-results a {
	color: #000;
	border-bottom: 1px dotted #000;
	margin: 0 .5em;
}
.more-results a:hover {
	color: #1496D0;
	border-bottom: 1px dotted #1496D0;
}
.navdown, .navup {
	display: none;
}
.resultlist {
	margin: 2em 0;
}
.resultlist a:link {
	color: #5E3909;
}
.description ul {
	margin: 0;
	padding: 0;
}
.description li {
	list-style-type: none;
	line-height: 1.75em;
	margin: 0 2%;
}
.mak_2 {
	color: #a61c14;
}
#results .url {
	font-size: .75em;
	margin: 0 2%;
}
#results .url a:link {
	color: #787878;
}
#results + #footer {
	margin: 3em 0 0;
	width: 98.5%;
}


/*ADDED FOR HUSKY*/

/*(Removes global table styles from google search)*/
table {
	background: none !important;
	box-shadow: none;
	margin: 0;
	border-collapse: inherit;
	padding: 0;
}

/*styling search input and svg*/
input#search {
	margin: 0;
	width: 100%;
	padding: .4em .2em .4em 2em;
	border: 4px solid #1D95CD;
	border-radius: 1em;
}
input::-moz-placeholder {
	color: #084760;
}
input::-webkit-input-placeholder {
	color: #1D95CD;
}
form svg {
	position: relative;
	top: -1.9em;
	left: 0.55em;
}