@import url('http://fonts.cdnfonts.com/css/norwester');
@font-face {
    font-family: 'Norwester';
    font-style: normal;
    font-weight: 400;
    src: local('Norwester'), url('https://fonts.cdnfonts.com/s/20990/norwester.woff') format('woff');
}
header, h1, h2, h3 {
  	font-family: 'Norwester', Helvetica, "Helvetica Neue", Arial!important;
}

.Header__homeContent .Header__searchSection {
    padding: 12rem 0;
    display: block;
}
.Header__searchTitle {
    text-shadow: 2px 2px 4px #000000;
    word-wrap: break-word;
    font-family: var(--font-stack-header);
    font-style: var(--font-style-header);
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 17.5px;
    overflow-wrap: break-word;
    font-style: normal;
    font-weight: 400;

}
.Header__description a {
color: #FFF;

}

 .Header_logo img {
   width:425px;
   height:65px;
}


  .site-footer__hr {
    border-bottom: 1px solid #e6e6e6;
  }

  .site-footer p,
  .site-footer__linklist-item a,
  .site-footer__rte a,
  .site-footer h4,
  .site-footer small,
  .site-footer__copyright-content a,
  .site-footer__newsletter-error,
  .site-footer__social-icons .social-icons__link {
    color: #333333;
  }

  .site-footer {
    color: #333333;
    background-color: #ffffff;
    font-size:14px;
  }

  .site-footer__rte a {
    border-bottom: 1px solid #333333;
  }

  .site-footer__rte a:hover,
  .site-footer__linklist-item a:hover,
  .site-footer__copyright-content a:hover {
    color: #595959;
    border-bottom: 1px solid #595959;
  }

  .site-footer__social-icons .social-icons__link:hover {
    color: #595959;
  }

