#header
{
    background: url(../images/finder_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
b
{
  font-family: 'Verlag Bold' !important;
}
.home-header
{
  font-family: 'Verlag Bold';
  font-size: 60px;
  color: #FFFFFF;
}
.home-header-text
{
  font-family: 'Verlag Book';
  font-size: 20px;
  color: #C6C6C6;
}
#signup 
{
  background-color: #D4EBED;
}
.sign-up-text 
{
  color: #1C3239;
  font-family: 'Verlag Book';
  font-size: 22px;
  line-height: 50px;
}
.view-all
{color:white; 
border: 1px solid white; 
height:40px;
padding:8px;
}
.view-all:hover
{
  color: #dfdfdf;
}
.view-all > a
{
  color: inherit !important;
  text-decoration: none !important;
}
.email-input 
{
  display: inline-block;
  width: 250px;
  height: 50px;
  padding-left: 10px;
}
.submit-btn 
{
  display: inline-block;
  height: 50px;
  width: 150px;
  background-color: #29686D;
  color: #FFFFFF;
  text-align: center;
  font-family: 'Verlag Book';
  font-size: 18px;
  line-height: 50px;
  letter-spacing: 0.13px;
  position: relative;
  bottom: 2px;
  vertical-align: middle;
}
select
{
  appearance: none;
  background-image: url(../images/drop-down-icon.svg);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
@media (min-width: 1100px)
{
  .footnote {
    max-width: 1300px !important;
  }
}