/*legend {
    display: none;
}

fieldset {
    border: none;
    padding: 0;
}



h2 {
    font-size: 1.4em;
    margin-bottom: 20px;
}
    */

.search-button {
    cursor: pointer;
    background: #0072c6;
    height: 40px;
    margin-left:100px;
    width: 40px;
} 

.search-widget {
    clear:both;
    height:65px; /* NEW */
    /*height: 200px;*/
    /*height: 650px;*/
    padding:10px;
    position: relative;
    margin: 0 auto;
    width: 97%;
    margin-bottom: 20px;
 
}



/*.search-widget img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}*/

.search-widget-container {
    position: absolute;
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, 0%);*/
    /*min-width: 800px;*/
    background-color:#205493; 
    width:auto; 
    padding:10px; 
    /*border:solid;
    border-width:thin;*/
    margin: 0 auto; /* NEW */
    color: white;
   
}


.search-widget-container h2{
    
    color: white;
   
}

/*.search-widget-container input {
    float: left;
}*/

.input {
    padding: 6px 12px;
    /*border: inset;
    border-color: #999;
    border-width: 1px;*/
    margin:4px 0 0 0;
    /*width: 280px;*/
    width: 385px;
    height: 40px;
	height: 27px\0/; /* IE8 and Up fix */
    border-style: solid; 
    border-color: Silver; 
    border-width: 1px;
    color: gray;
    font-size: 13px; 
    font-family: Verdana;
}

/*input.btn {
    padding: 7px 12px;
    min-width: 100px;
    margin-top: 1px;
   
}*/

.fa-search {
    color: white;
}

.flex-item {
    display:block;
    width:100%; /* slyons 1/18/18 changed from 50 to 100 for the financial institution page per Charles request */
}
@media screen and (min-width: 768px) and (max-width: 1024px) {

    .search-widget {
        min-height: auto;
        margin-bottom: 20px;
        width: auto;
    }

    .search-widget-container {
        height: 60px;
        margin-bottom: 0;
        min-width: 96%;
        width: auto;
        top: 0;
    }

    .input {
		margin: 4px 8px 0 0;
        max-width: 85%;
		min-width: 70%;
		
    }
	.flex-item {
		display: block;
        float: left;
        margin-top: 0;
        width: 49%;
    }
}
@media screen and (min-width: 480px) and (max-width: 768px) {

    .search-widget {
        min-height: auto;
        margin-bottom: 20px;
        width: auto;
    }

    .search-widget-container {
        height: 60px;
        min-width: 96%;
        width: auto;
        top: 0;
    }

    .input {
        margin: 4px 8px 0 0;
        max-width: 75%;
		min-width: 50%;
		
    }
	.flex-item {
        clear:both;
		display: block;
        float: left;
        margin-top: 0;
        width: 50%;
    }
}
@media screen and (min-width: 320px) and (max-width: 480px) {

    .search-widget {
        min-height: 100px;
        width: auto;
        margin-bottom: 40px !important;
    }

    .search-widget-container {
        height: 115px;
        width: 95%;
        top: 0;
    }

    .input {
        margin: 4px 8px 0 0;
        width: 83%;
		width: 76%\0/; /* IE8 and Up Only Fix */
		
    }

    .flex-item {
        display: inline-block;
        float: left;
        margin-top: 65px;
        position: absolute;
		width:96%;
    }
}

