.rc-keyword-search form button[type="submit"] {
height: 35px;
width: 135px;
font-size: 20px;
margin-left: 10px;
vertical-align: middle;
color: white !important;
cursor: pointer;
display: inline-block;
padding: 1rem 2rem;
position: relative;
border-radius: 3px;
transition: all 300ms ease 0ms;
line-height: 1.6;
} .rc-keyword-search form button[type="submit"]:after {
content: "\35";
font-feature-settings: "kern" off;
font-variant: none;
font-style: normal;
font-weight: 400;
text-shadow: none;
font-family: ETmodules !important;
font-size: 1.6em;
line-height: 1;
margin-left: -1em;
opacity: 0;
position: absolute;
text-transform: none;
}
.rc-keyword-search form button[type="submit"]:hover:after {
opacity: 1;
margin-left: 0;
}
.rc-keyword-search .rc-button.rc-button-narrow {
width: 110px;
}
.big-rc-search form button[type="submit"] {
height: 66px;
}
.big-rc-search .select2-selection__rendered {
line-height: 62px !important;
}
.big-rc-search .select2-container .select2-selection--single {
height: 66px !important;
}
.big-rc-search .select2-selection__arrow {
height: 65px !important;
}