.search-banner-wrapper{
  position:relative;
  overflow:hidden;
  display: flex;
  align-items: center;
}

.search-banner-wrapper .bg-type {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.search-banner-wrapper .bg-type img,
.search-banner-wrapper .bg-type .video{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  object-fit: cover;
}

.search-banner-wrapper .content-column .contact-button {
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 160px;
  text-align: center;
  font-family: 'NotoSans-SemiBold';
}

.search-banner-wrapper .content-column .contact-button svg {
  width: 9px;
  top: 4px;
  left: 5px;
  fill: #344263;
  position: relative;
}

{# BUTTON STYLE FOR ICON LEFT SIDE #}
.search-banner-wrapper .content-column .btn-solid.dark .contact-button,
.search-banner-wrapper .content-column .solid-icon.dark .contact-button{
  background: #344263;
  color: #fff;
  border: 2px solid #344263;
}

.search-banner-wrapper .content-column .btn-solid.dark .contact-button svg,
.search-banner-wrapper .content-column .solid-icon.dark .contact-button svg{
  fill: #fff;
}

.search-banner-wrapper .content-column .outline.dark  .contact-button,
.search-banner-wrapper .content-column .outline-icon.dark  .contact-button{
  background: transparent;
  border:2px solid #344263;
  color: #344263;
}

.search-banner-wrapper .content-column .btn-solid.light .contact-button,
.search-banner-wrapper .content-column .solid-icon.light .contact-button{
  background: #eee;
  color: #fff;
  border:2px solid #eee;
}
.search-banner-wrapper .content-column .btn-solid.light .contact-button svg,
.search-banner-wrapper .content-column .solid-icon.light .contact-button svg{
  fill: #fff;
}

.search-banner-wrapper .content-column .outline.light  .contact-button,
.search-banner-wrapper .content-column .outline-icon.light  .contact-button{
  background: transparent;
  border:2px solid #eee;
  color:#eee;
}

.search-banner-wrapper .content-column .outline.light .contact-button svg,
.search-banner-wrapper .content-column .outline-icon.light .contact-button svg {
  fill: #eee;
}

.search-banner-wrapper .content-column .btn-solid.accent-1 .contact-button,
.search-banner-wrapper .content-column .solid-icon.accent-1 .contact-button{
  background: #81d8fd;
  color: #fff;
  border: 2px solid #81d8fd;
}
.search-banner-wrapper .content-column .btn-solid.accent-1 .contact-button svg,
.search-banner-wrapper .content-column .solid-icon.accent-1 .contact-button svg{
  fill: #fff;
}
.search-banner-wrapper .content-column .outline.accent-1 .contact-button,
.search-banner-wrapper .content-column .outline-icon.accent-1 .contact-button{
  background: transparent;
  color: #81d8fd;
  border: 2px solid #81d8fd;
}
.search-banner-wrapper .content-column .outline.accent-1 .contact-button svg,
.search-banner-wrapper .content-column .outline-icon.accent-1 .contact-button svg{
  fill: #81d8fd;
}

.search-banner-wrapper .content-column .btn-solid.accent-2 .contact-button,
.search-banner-wrapper .content-column .solid-icon.accent-2 .contact-button{
  background: #f7bd2b;
  color: #344263;
  border: 2px solid #f7bd2b;
}
.search-banner-wrapper .content-column .btn-solid.accent-2 .contact-button svg,
.search-banner-wrapper .content-column .solid-icon.accent-2 .contact-button svg{
  fill: #344263;
}
.search-banner-wrapper .content-column .outline.accent-2 .contact-button,
.search-banner-wrapper .content-column .outline-icon.accent-2 .contact-button{
  background: transparent;
  color: #f7bd2b;
  border: 2px solid #f7bd2b;
}
.search-banner-wrapper .content-column .outline.accent-2 .contact-button svg,
.search-banner-wrapper .content-column .outline-icon.accent-2 .contact-button svg{
  fill: #f7bd2b;
}
.search-box form{
    margin-top: 30px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
      position: relative;
}
.search-box input[type=submit] {
    background-color: #344263;
    background-image: url(https://5638311.fs1.hubspotusercontent-na1.net/hubfs/5638311/Baron%20Payroll/Images/Search.svg);
    background-position: center left 18px;
    background-repeat: no-repeat;   
    font-size: 15px;
      line-height: 15px;
    font-weight: 700;
    opacity: 1;
    padding-left: 55px;
    float:left;
}

.search-box button{
    padding: 5px;
    position: absolute;
    width: 110px;
    left: 80%;
    transform: translateX(-50%);
}
.search-box .hs-search-field__bar button svg {
    height: 20px;
    margin: 0px 10px 0 0px;
    fill: #fff;
    position: relative;
    top: 2px;
}

