.blog-content h1{text-transform:uppercase}
.news-wrapper #searchform{margin-bottom:2.5em;border-bottom:2px solid #000}
.news-wrapper #searchform button{height:34px;padding:5px;flex:0 0 34px;background-color:#F8C630}
.news-wrapper #searchform .field-wrapper{flex:1 1 auto}
.news-wrapper #searchform input{border:none;padding:0 0 0 1em;height:34px;width:100%;max-width:none}
.news-wrapper #searchform input:focus{outline:none}
#searchform .flex{align-items:flex-end}
@media only screen and (min-width: 768px) {
.news-wrapper #searchform{margin-bottom:10px}
}
@media only screen and (min-width: 1024px) {
.news-wrapper #searchform button{height:57px;flex-basis:57px;text-align:center}
.news-wrapper #searchform button svg{display:inline;margin-top: 8px}
.news-wrapper #searchform input{height:57px;font-size:1.222rem}
}