﻿#header .search-container input {
    position:inherit;
    font: 11px/17px Arial,Helvetica,sans-serif;
    border: none;
    height: 17px;
}
#header .search-container a {
    position: absolute;
    right: 10px;
    top: 0px;
    padding: 0px 9px 0px 9px;
    border-radius: initial;
	width:71px; height:29px;
    background: #007e3a;
    border-color: #007e3a;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#header .CoveoSearchButton > .coveo-icon {
    background: none;
    text-indent: initial;
    width: auto;
    color: #fff;
    font-size: 17px;
    height: auto;
    font-family: 'UniversLTStd67BoldCondensed',Arial,sans-serif;
    text-indent:0;
}
#header .coveo-omnibox .coveo-omnibox-facet-value {
    padding: 0;
    margin: 0;
    background-color:#fff;
}


#header .coveo-omnibox-selectable { padding:0 15px; height:auto; line-height:20px; color:#007E3A; }
#header .coveo-selectable:hover,
#header .coveo-omnibox-selected { background:#FFFACD; }

#header .coveo-omnibox-header .coveo-text { padding:0; }
#header .coveo-omnibox-facet-value .coveo-value { margin:0; }

#header .coveo-omnibox-facet-header,
#header .coveo-top-field-suggestion-header { font-weight:bold; }

#header .coveo-omnibox {
    position: absolute;
    z-index: 999;
    width: 334px !important;
    border-radius: initial;
    box-shadow: initial;
}
    #header .coveo-omnibox .coveo-omnibox-facet-header {
		float:none;
		padding: 0 15px;
		height:auto;
		line-height:20px;
		color:#444;
		background-color: #fff;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
    }

		#header .coveo-omnibox .coveo-omnibox-facet-header .coveo-icon {
			display:none;
		}
   
#header .coveo-query-box-clear {
    margin-top:-22px;
}


#header .coveo-omnibox .coveo-icon-top-field { display:none;}

/*Resources and Documents Search*/
.documents-search-container a.CoveoSearchButton {
        background-color: #007e3a;
    cursor: pointer;
    border: 0;
    border-radius: initial;
        width: 108px;
}
.documents-search-container .search-wrapper {
    border-radius:initial;
    height:28px;
}
.documents-search-container .CoveoSearchButton > .coveo-icon {
    margin-top:-8px;
}

.documents-search-container .search-wrapper {
    border-radius:initial;
    height:30px;
}
.documents-search-container .CoveoSearchButton > .coveo-icon {
    margin-top:0px;
}

.search-box2 .search-wrapper {
    border-radius:initial;
    height:30px;
    box-sizing: border-box;
    display:inline-table;
    width: 100%;
}

.search-box2 .search-wrapper a.CoveoSearchButton {
    width: 109px;
    padding:5px;
}
.search-box2 input[type="text"] {
    float:left;
    height: 28px;
    line-height: 24px;
    width: 587px;
    padding: 0 0 0 15px;
    color: #666666;
    outline:none;
    font-family: "Arimo", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
}

.search-box2 .CoveoSearchButton > .coveo-icon {
    background-position: -451px -54px;
}

/*
.documents-search-container .coveo-query-box-clear .coveo-icon {
        margin-top: 7px;
}
*/