
.hero-panel-text {margin-top:40px; margin-bottom:-40px; margin-left:1%;}
.hero-panel-text h1 {color:#333; text-shadow: 0px 0px 0px #fff; line-height:2rem; font-size:2.5rem; line-height:2.5rem;}
.hero-panel-text p {font-family:Lato; color:#333; font-size: 1.8rem; line-height:2.4rem; text-shadow: 0px 0px 0px #fff; margin-top:12px;}
        
        @media only screen and (max-width: 1280px) {.hero-panel-text h1 {font-size:2.3vw; line-height:2.4vw;} .hero-panel-text p {font-size:2vw; line-height:2.1vw;} padding-right:10px;}   
        @media only screen and (max-width: 650px) {.hero-panel-text h1 {font-size:3vw; line-height:3.1vw;} .hero-panel-text p {font-size:2.6vw; line-height:2.7vw;}}  
        @media only screen and (max-width: 500px) {.hero-panel-text h1 {font-size:16px; line-height:17px;} .hero-panel-text p {font-size:14px; line-height:15px;}} 
        @media only screen and (max-width:400px) {.hero-panel-text p {font-size:1.3rem; line-height:1.6rem; margin-top:6px;}}  

     #link-within-text {border:1px solid #bfbebe; padding:4px; width:200px; text-align:center; border-radius:4px; margin-top:8px;}
     @media only screen and (max-width: 560px) {#link-within-text {width:175px;}}
 
.links {float:right; width1:80px; padding-right:0; margin: 10px 0 15px auto; border1:1px solid black;}

/****************
    from the fixed width page
***************/
        
  @font-face {
    font-display: block;
    font-family: Roboto;
    src: url(https://assets.sendinblue.com/font/Roboto/Latin/normal/normal/7529907e9eaf8ebb5220c5f9850e3811.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/normal/normal/25c678feafdc175a70922a116c9be3e7.woff) format("woff")
  }

  @font-face {
    font-display: fallback;
    font-family: Roboto;
    font-weight: 600;
    src: url(https://assets.sendinblue.com/font/Roboto/Latin/medium/normal/6e9caeeafb1f3491be3e32744bc30440.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/medium/normal/71501f0d8d5aa95960f6475d5487d4c2.woff) format("woff")
  }

  @font-face {
    font-display: fallback;
    font-family: Roboto;
    font-weight: 700;
    src: url(https://assets.sendinblue.com/font/Roboto/Latin/bold/normal/3ef7cf158f310cf752d5ad08cd0e7e60.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/bold/normal/ece3a1d82f18b60bcce0211725c476aa.woff) format("woff")
  }

  #sib-container input:-ms-input-placeholder {
    text-align: left;
    font-family: "Helvetica", sans-serif;
    color: #c0ccda;
  }

  #sib-container input::placeholder {
    text-align: left;
    font-family: "Helvetica", sans-serif;
    color: #c0ccda;
  }

  #sib-container textarea::placeholder {
    text-align: left;
    font-family: "Helvetica", sans-serif;
    color: #c0ccda;
  }
    
    
 .spacer-above-form {padding-bottom: 6vw;}  
  @media only screen and (max-width: 750px) {.spacer-above-form {padding-bottom: 10vw;}}   