#tb-search-widget-form #search-area .search-form button:after{
    font-size:15px;
    content:'';
    margin-left:0;
    font-family:fontawesome;
    display:inline-block;
    top:0
}

#tb-search-widget-form #search-area .search-form h2 {
	font-family: 'DIN W01 Regular','Calibri','Helvetica Nue',Arial,sans-serif;
}

    #tb-search-widget-form #search-area .search-form .search-form-fields>div.button-box button{
		color: #fff;
		text-transform: uppercase;
		background-color: #808080;
		padding: 8px 3rem 8px 15px;
		text-decoration: none;
		font-weight: bold;
		border: 2px solid #808080;
		display: inline-block;
		background-image: url(/content/dam/lockheed-martin/general/template/images/arrow-right-solid-white.svg);
		background-repeat: no-repeat;
		background-position: right 1em center;
		background-size: 1rem;
        font-family: 'DIN W01 Regular','Calibri','Helvetica Nue',Arial,sans-serif;
    }

    #tb-search-widget-form #search-area .search-form .search-form-fields>div.button-box button:hover{
		color: black;
		background-color: white;
		background-image: url(/content/dam/lockheed-martin/general/template/images/arrow-right-solid-black.svg);
    }

@media screen and (min-width: 1050px){

    #tb-search-widget-form #search-area .search-form .search-form-fields>div.button-box button{
		color: #fff;
		text-transform: uppercase;
		background-color: #808080;
		padding: 8px 3rem 8px 15px;
		text-decoration: none;
		font-weight: bold;
		border: 2px solid #808080;
		display: inline-block;
		background-image: url(/content/dam/lockheed-martin/general/template/images/arrow-right-solid-white.svg);
		background-repeat: no-repeat;
		background-position: right 1em center;
		background-size: 1rem;
    }
}