
  .container-rnb{
  font-family: benton-sans, sans-serif; 
  margin: auto;
  width: 100%;
  height: 100%;
  text-align: center;
  max-width: 100%;  
  margin:0 auto;
  
}

.wrapper-rnb {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;  
  margin:auto;
  padding: 2em;
}
.form-container{
  max-width: 100%;
  width:900px;
  padding: 2em;
  height: 100%;
  text-align:left 
}
.form-wrapper{  
  max-width:100%;  
}
.form-container p {
  color:#fff;
}


p.container-rnb, a.container-rnb, h1.container-rnb, h2.container-rnb, h3.container-rnb, h4.container-rnb, h5.container-rnb, h6.container-rnb, p.container-rnb a.container-rnb {
  font-family: benton-sans, sans-serif;
  text-decoration: none;
  line-height: 2rem;
  color: #fff;
}
{#Requested to apply consistent look for Banner headline without any H tag#}
.form-container p:first-child, .form-container h2:first-child  {  
    font-family: benton-sans-condensed, sans-serif;
    font-weight: 700;
    font-size: 3.125rem;
    line-height: 1.2em;
    color: #fff;
}
.form-container h3:first-child {
    font-family: benton-sans-condensed, sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.2em;
    color: #fff;
}

{#
.hs-form fieldset[class*=form-columns] > div {
        width: 50% !important;
    }
#}    
.form-container .hs-form fieldset {
    max-width: 100%;
}
.form-container .hs-form fieldset.form-columns-1 .hs-input {
    width: 100% !important;
}
.form-wrapper .hs-button {
    display: inline-block;    
    font-family: benton-sans, sans-serif;
    font-weight: 700;
    line-height: 1.5em;
    font-size: 1em;
    letter-spacing: 0.67px;
    text-decoration: none;
    color: #fff;
    background: #000;
    padding: 13px 32px;
    border: 3px solid #fff;
    cursor: pointer;
  -webkit-font-smoothing: antialiased;
}
.form-wrapper .hs-button:hover {
    background: #000;
}
.form-wrapper .hs-form .hs_submit {
    text-align: left;
}
div.hs-form-field {
    margin: 0 0 10px;
}
.hs-form textarea {
    font-family: benton-sans-condensed, sans-serif;
    font-weight: 400;
    line-height: inherit;
    font-size: 0.9375rem;
    letter-spacing: 0.5px;
    padding: 10px;
    border: 2px solid #fff;
    width: 100%;
    min-height: 100px;
    margin-top: 1em;
    margin-bottom:1.5em;
    
}

  .hs-form input[type=email], .hs-form input[type=number],  .hs-form input[type=text], .hs-form input[type="tel"], .hs-form select   {
  
  font-family: benton-sans-condensed, sans-serif;
  color: #232323;
  background-color: #fff;
  width: 100%;
  text-align:left;
  margin-top:1em;  
  padding: 10px;
  border: 2px solid #fff;  
    
    display: inline-block;        
    font-style: normal;
    font-weight: 400;
    line-height: inherit;
    font-size: 0.9375rem;
    letter-spacing: 0.5px;    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;

}

@media only screen and (min-width: 768px) {
  .form-container {
    max-width: 100%;
    min-width: 680px;
    padding: 2em;
    height: 100%;
    text-align: left;
}
}


