.hero-banner .container {
  position: relative;
}
.hero-banner__rtext p,
.hero-banner__rtext ul li{
  font-weight:400;
}
#Short_Content.hero-banner .bg-image--contain.bg-image__image {
  -o-object-fit: contain;
  object-fit: contain;
}
#Short_Content.hero-banner .bg-image__wrapper{ top:0;}
.hero-banner__copy span {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.hero-banner__inner form select{ text-overflow: ellipsis;}
.hero-banner__rtext {
    display: inline-block;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
}
.event-details ul {
    list-style: none;
    padding-left: 0px;
}

.event-details ul li {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 46px;
/* identical to box height, or 177% */
    text-transform: uppercase;

/* Primary/Dark Blue */
    color: #221B34;
}

.event-details ul li svg {
    margin-right: 10px;
    margin-top: 10px;
    float: left;
}

.hero-banner__rtext p{margin-bottom:0.8em;font-style: normal; font-weight: 400; font-size: 20px; line-height: 30px; /* or 150% */ /* Primary/Dark Blue */ color: #221B34;}

.hero-banner__titleWrap{
  position:relative;
}
.hero-banner__title h1 {
  margin-bottom: 20px;
}
.hero-banner__copy h3 {
  margin-bottom: 10px;
  letter-spacing: -0.005em;
  color: #221B34;
}
.hero-banner__media img{
  transition:.3s all ease-out;
  -webkit-transition:.3s all ease-out;
}
.hero-banner .bg-image__wrapper {
  bottom: 0;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  top: 0;
  transform: none;
}
.hero-banner {
  overflow: hidden;
}
.hero-banner .bg-image--contain.bg-image__image {
  -o-object-fit: cover;
  object-fit: cover;
}
.hero-banner__form{
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.05);
  padding: 50px!important;
}

.hero-banner .logos-section ul{display: flex; flex-wrap: wrap; flex-direction: row; align-items: center; justify-content: flex-start; align-content: space-between; list-style: none; padding-left: 0px;}
.hero-banner .logos-section ul li{padding-right:40px;}
.hero-banner .logos-section ul li:last-child{padding-right:00px;}
.hero-banner__form--text h3{margin-top: 0; letter-spacing: -0.005em; color: #221B34; margin-bottom: 0; text-align: left;}
.hero-banner__form form .hs-submit {
  padding-top: 0;
}
.hero-banner__form form .hs-richtext, .hero-banner__form form .hs-richtext p{ font-size:15px; margin-bottom:10px;}
.hero-banner__form form .hs-form-field>label{ margin-bottom:0;}
.hero-banner__form .hs-form-field {
  margin-bottom: 20px;
}
.hero-banner__form .hs-form.hs-form fieldset.form-columns-2 .hs-form-field:first-child {
  padding-right: 10px;
}
.hero-banner__form .hs-form.hs-form fieldset.form-columns-2 .hs-form-field:last-child {
  padding-left: 10px;
}
.hero-banner__form .hs-error-msg {
  font-size: 15px;
  font-weight: 400;
}
.hero-banner__form form .inputs-list > li {
  padding: 0;
}
.hero-banner__form form input[type=submit]:hover, .hero-banner__form form .hs-button:hover {
  background: var(--primary);
}

@media (min-width:992px){
  .hero-banner__copy{
    padding-right:10px;
  }
  .m-img {
    display: none;
  }

}

@media (max-width:991px){
  .d-img,.hero-banner .bg-image__wrapper {
    display: none;
  }
  .m-img {
    text-align: center;
    margin-top: 30px;
  }
}

@media (max-width:2250px){
  .hero-banner .bg-image--contain.bg-image__image {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media (max-width:767px){
  .hero-banner__form{ padding:20px !important;}
  .hero-banner__form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    float: none !important;
  }
  .hero-banner .logos-section ul li{padding-right:20px;}
  .hero-banner .logos-section ul li img{max-width:100px;}
  .hero-banner__form .hs-form.hs-form fieldset.form-columns-2 .hs-form-field:first-child {
    padding-right: 0;
  }
  .hero-banner__form .hs-form.hs-form fieldset.form-columns-2 .hs-form-field:last-child {
    padding-left: 0;
  }
  .hero-banner__form form input[type=submit], form .hs-button {
    width: 100%;
    text-align: center;
  }
}
@media (min-width:991px){
  .visible-lg {display:block;}
.visible-sm { display: none!important; }
}
@media (max-width:991px){
  .visible-lg {display:none;}
  .visible-sm{display:block;}
 
  
}
visible-xs