.hero-search {
    position: absolute;
    width: 45%;
    top: 46%;
    left: 12%;
}
.error-search input {
	border: 0.0625rem solid #cccccc;
    border-bottom: 1px solid #000;
}

.support-search {
    width: 100%;
    background-color: #fff;
    margin: unset;
    max-width: 730px;
}

.error-search {
    position: relative;
    padding-bottom: 40px;
}

.field-icon + input{
 
  padding-right: 2.5rem;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding-left: 0.5rem;
}

.error-search label:before {
  right: 12px !important;
}


.icon-search::before{ 
  content: "\e614" !important;
  transform: rotate(105deg) !important;
    opacity: .5 !important;
}
.icon-search-contact::before{ 
  content: "\e614" !important;
  top: 0.8rem !important;
}

.field-icon {
    float: right;
    width: 0;
    height: 0;
    position: relative;
    z-index: 5;
    text-decoration: none;
   /* -webkit-transform: rotate(0.0deg);*/
}

.text-grey-3 {
    color: #959595 !important;
}
label {
  font-size: 0.875rem;
  color: #333;
  cursor: pointer;
  display: block;
  font-weight: bold;
  margin-bottom: 0.1875rem;
  line-height: 1.5;
  /* Styles for required inputs */
}

.margin-bottom-zero {
    margin-bottom: 0rem !important;
}

.text-large, .text-large > * {
  font-size: 1rem !important;
  line-height: 1.3125rem;
}

.normal-weight {
  font-weight: normal !important;
}


.field-icon::before {
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'VZIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  color: currentColor;
  font-size: 1.5rem;
  display: inline;
  position: relative;
}
/* line 179, ../../scss/components/forms.scss */
.field-icon::before {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  left: auto;
  color: inherit;
  line-height: 1;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/*.hero-scenario.support-search{
	max-width: 300px;
}
.erro-scenario.support-search{
	max-width: 730px;
}
.contact-scenario.support-search{
	max-width: 576px;
}*/



.search-contact.w_search-topics-details {
    border: solid 0.0625rem #ddd;
    padding: 0 2.0625rem 0.3125rem 1.5rem;
    max-width: 21.875rem;
    border-top: 0;
}

/*ul*/
.search-contact #quickLinksId {
    height: 270px;
    overflow: hidden;
}

.search-contact .padding-bottom-zero {
    padding-bottom: 0rem !important;
}

/*li*/

.search-contact .padding-horiz-micro {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
}

.search-contact #quickLinksId li {
    font-family: 'HelveticaNeue-Medium', Helvetica, Arial, sans-serif;
}

.search-contact .pointer {
    cursor: pointer;
}

/*a*/
div.search-contact li a {
    font-weight: 100;
}

.search-contact ul a:after {
    content: "";
    display: block;
    width: 300px;
    border-bottom: 1px solid #d1d1e0;
    padding-bottom: 15px;
    position: relative;
    right: 15px;
}

.search-contact a, .search-contact a:hover {
    text-decoration: none;
}

.search-contact > a {
    display: block;
    padding: 5px 0 5px 15px;
    font-family: BrandFont, Arial, sans-serif;
    font-size: 14px !important;
    line-height: 1.3125rem;
}

.search-contact > a:hover {
    background-color: #F0F0F0;
}

.contact-scenario{
	padding-left: 10px;
}
/*Contact us page Styles starts */
.contact-scenario.support-search {
    width: 84%;
    background-color: #fff;
    margin: unset;
    margin: 0px 32px;
    padding-left: 0;
}

.contact-scenario.support-search input {
  padding-left: 10px;
  border: 0.0625rem solid #959595;
  width: 100%;
}
.contact-scenario.support-search input:focus:not([readonly]), .contact-scenario.support-search input:focus:not(.w_error) {
    border: 0.0625rem solid #000;
    outline: none;
}
@media only screen and (max-width: 767px) {
    .contact-scenario.support-search input {
      width: 80%;
    }
    .contact-scenario.support-search .field-icon::before {
        right: 3.8rem;
    }

}
/*Contact us page Styles ends */
/*border for error page alone starts*/
.error-scenario.support-search {
    border: 0.0625rem solid #cccccc;
    border-bottom: 1px solid #000;
}
/*border for error page alone end*/
input#fooheader_search {
    border: 0px;
    height: 43px;
    font-size: 14px;
}