.sp-header {
   display: flex;
	align-items: center;
   justify-content:
   space-between;
   padding: 1.5rem 0;
}


.sp-header-search__input {
   display: none;
   margin-bottom: 1.5rem;
}

.sp-header button {
   margin-left: 1rem;
}

.sp-header button:first-of-type {
   margin-left: 0;
}

.sp-header .env-button--link:focus {
   color: #fff;
}

.sp-vma-red{
   background-color: #F4D4CF;
   text-align: center;
}

.sp-vma-yellow{
   background-color: #FDFCDC;   
   text-align: center;
}


.sp-vma-red .sv-search-hit.sv-corner-all,
.sp-vma-yellow .sv-search-hit.sv-corner-all{
   border-bottom: none;
}

.sp-vma-red a.normal,
.sp-vma-yellow a.normal{
   color: black;
   
}

.sp-close-message {
   float: right;
   line-height: 1.8!important;
}

.sp-header-buttons__search span {
   margin-right: .3rem;
}

@media(max-width: 576px) {
   .sp-header img:first-of-type {
      max-width: 150px;
	}
}

@media(max-width: 576px) {
   .sp-header-50.sp-header img:first-of-type {
      max-width: 80px;
	}
}



@media(max-width: 992px){
   .sp-header-wrapper {
      box-shadow: 0 5px 15px rgba(0,0,0,0.08);
   }
}

.env-button--large.env-button--icon:not(.env-button--icon-after):not(.env-button--icon-before):not(.env-button--icon-around):not
(.env-button--icon-above) {
    margin-top: -1rem !important;
} 

