.banner {
  height: 200px;
}

.banner .logo {
  background: url('https://20721161.fs1.hubspotusercontent-na1.net/hubfs/20721161/JMP-logo-horz-white-with-white-tagline.png');
  background-color: transparent;
  background-size: contain; 
  background-repeat: no-repeat;
  width: 224px;
  height: 68px;
  z-index: 2000;
  opacity: 1;
  position: relative;
  margin-left: 16px;
}

.banner .logo img {
  border: none;
}

.banner .banner-inner-wrapper {
  background: linear-gradient(45deg, #007481 15%, #643695 95%);
  overflow: hidden;
  position: relative;
  width: 100%;
  clear: both;
  text-align: center;
}

.banner .banner-image {
  background: url('https://20721161.fs1.hubspotusercontent-na1.net/hubfs/20721161/sales-event-banner-blue-purple.png');
  background-size: cover; 
  width: 100%;
  height: 200px;
  background-position: center; 
  z-index: 1000;
  opacity: 1;
  position: relative;
  left: 0;
  top: 0;
}

.banner .banner-inner-wrapper {
  background: none;
  overflow: hidden;
  position: relative;
  width: 100%;
  clear: both;
  text-align: center;
  opacity: 1;
}

.banner-section .dnd-section {
  padding: 0;
  width: 100% !important;
}

.banner-section .dnd-section > .row-fluid {
  padding: 0;
  width: 100% !important;
}

.banner-inner-wrapper .page-center {
  padding: 60px 0;
  text-align: left;
  max-width: none;
}

.banner .banner-title-wrap h1 {
  color: #FFF !important;
  font-size: 4.2rem;
  opacity: 1;
  margin: 0;
  padding: 1em 1em 1.2em 0;
  font-family: "anova-light",Arial,Helvetica,sans-serif;
  font-weight: normal;
  line-height: normal;
/*   &:after {
    content: url('../images/sales-banner-no-bg.png');
    position: absolute;
    display: block;
    background-size: cover; 
    background-position: center; 
    z-index: 1000;
    opacity: 1;
  } */
}

.banner .banner-title-wrap h2 {
  color: #FFF;
  font-size: 2.6rem;
  padding-bottom: 1em;
  font-family: "anova-light",Arial,Helvetica,sans-serif;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 0;
}


.banner .banner-title-wrap h1 sup{
  top: -0.6em;
  font-size: 55%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.banner .banner-btn-wrap {
  font-family: "anova-regular",Arial,Helvetica,sans-serif;
  font-weight: normal;
  padding: 20px
    0;
  text-align: center;
  width: 100%;
}

.banner .banner-btn-wrap a span {
  float: left;
  font-size: 2.2rem;
  font-family: "anova-light",Arial,Helvetica,sans-serif;
  font-weight: normal;
  border-radius: 5px;
  display: inline-block;
  background-color: #c60;
  color: white;
  padding: 0.5em 1em;
  line-height: 1.5;
  margin: 0 0 1em 0;
  cursor: pointer;
}

.header-top .page-center {
  max-width: none !important;
}

@media (max-width: 980px) {
 .custom-logo {
   position: absolute;
   top: 0;
   width: 100%;
   height: 60px;
   left: 0;
   z-index: 1;
  }
@media (max-width: 980px) {
 .banner-inner-wrapper .page-center {
   padding: 12px 0;
  }
}
@media (max-width: 980px) {
 .banner .banner-image {
   height: 101px;
  }
}
  
header.header {
  position: relative;
}