.newsletter-signup {
  width: 100%;
  height: 202px;
  background-color: #e7eaec;
  font-family: "Gotham Narrow A", "Gotham Narrow B", sans-serif;
  margin-top: 76px; }
  @media (max-width: 407px) {
    .newsletter-signup {
      height: auto; } }
  .newsletter-signup form {
    background-color: #e7eaec; }
  .newsletter-signup label {
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 29px 0 34px 0;
    max-width: 600px;
    line-height: 1.3; }
  .newsletter-signup input.email {
    max-width: 463px;
    width: 463px;
    height: 55px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #8996a0; }
    @media (max-width: 515px) {
      .newsletter-signup input.email {
        width: 100%; } }
  .newsletter-signup .clear {
    max-width: 463px;
    text-align: right; }
  .newsletter-signup input.button {
    color: transparent;
    height: 32px;
    width: 35px;
    background-image: url("../../images/icon-link-arrow-red-right.svg");
    background-repeat: no-repeat;
    background-size: 35px;
    background-position-x: center;
    background-position-y: center;
    background-color: initial;
    border: none;
    position: relative;
    top: -44px; }
  .newsletter-signup input.button:focus {
    outline: none; }

footer {
  overflow: hidden;
  clear: both;
  color: #000;
  padding: 50px 0 80px;
  font-family: "Gotham Narrow A", "Gotham Narrow B", sans-serif; }
  @media (max-width: 767px) {
    footer {
      padding-top: 45px;
      background-color: #E7EAEC; } }
  footer ul {
    padding-left: 0; }
  footer li {
    list-style-type: none;
    margin-bottom: 0; }

.footer .branding {
  max-width: 328px;
  margin-bottom: 18px; }
  @media (max-width: 767px) {
    .footer .branding {
      max-width: 216px; } }
  .footer .branding a {
    border-bottom: none; }

.footer .container {
  position: relative; }

.footer-top {
  background-color: white;
  clear: both;
  padding-top: 85px;
  padding-bottom: 85px;
  text-align: center;
  border-top: 1px solid #ddd; }
  @media (max-width: 767px) {
    .footer-top {
      padding: 60px 25px 65px; } }

.footer-upper address {
  font-size: 17px; }
  .footer-upper address p {
    margin-bottom: 6px; }

.footer-top-right .header-social {
  height: 53px;
  text-align: right; }
  @media (max-width: 767px) {
    .footer-top-right .header-social {
      display: block;
      float: none;
      text-align: left; } }
  .footer-top-right .header-social ul.social-links li {
    margin-left: 5px;
    list-style-type: none;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    color: white;
    line-height: 0; }
    @media (max-width: 767px) {
      .footer-top-right .header-social ul.social-links li {
        margin-bottom: 0;
        margin-left: 3px;
        font-size: 14px; }
        .footer-top-right .header-social ul.social-links li:first-child {
          margin-left: 0; } }
    .footer-top-right .header-social ul.social-links li.facebook-social a {
      padding-top: 6px;
      font-size: 14px; }
      @media (max-width: 767px) {
        .footer-top-right .header-social ul.social-links li.facebook-social a {
          padding-top: 0;
          padding-left: 0; } }
    .footer-top-right .header-social ul.social-links li.twitter-social a {
      padding-top: 6px;
      padding-left: 1px;
      font-size: 14px; }
      @media (max-width: 767px) {
        .footer-top-right .header-social ul.social-links li.twitter-social a {
          padding-top: 0;
          padding-left: 0; } }
    .footer-top-right .header-social ul.social-links li.youtube-social a {
      padding-top: 6px;
      font-size: 14px;
      padding-left: 0px; }
      @media (max-width: 767px) {
        .footer-top-right .header-social ul.social-links li.youtube-social a {
          padding-top: 0;
          padding-left: 0; } }
    .footer-top-right .header-social ul.social-links li.linkedin-social a {
      padding-top: 5px;
      padding-left: 1px;
      font-size: 14px; }
      @media (max-width: 767px) {
        .footer-top-right .header-social ul.social-links li.linkedin-social a {
          padding-top: 0;
          padding-left: 0; } }
    .footer-top-right .header-social ul.social-links li.flickr-social a {
      background: transparent;
      border: none;
      padding: 0; }
    .footer-top-right .header-social ul.social-links li a {
      color: white;
      padding: 0;
      width: 25px;
      height: 25px;
      display: inline-block;
      box-sizing: border-box;
      border-radius: 50%;
      border: none;
      background: #9a9a9a; }
      @media (max-width: 767px) {
        .footer-top-right .header-social ul.social-links li a {
          background: none; } }

.quick-links {
  clear: both;
  text-align: right; }
  @media (max-width: 767px) {
    .quick-links {
      text-align: left; } }
  .quick-links li {
    margin-bottom: 9px; }
    .quick-links li a {
      line-height: 1.4em;
      font-size: 17px;
      text-decoration: none;
      font-family: "Gotham Narrow A", "Gotham Narrow B", sans-serif; }

.footer-copyright {
  font-size: 17px;
  padding-top: 20px; }
  @media (max-width: 767px) {
    .footer-copyright {
      text-align: left;
      margin-bottom: 30px;
      padding-left: 0;
      padding-right: 0; } }
  .footer-copyright p {
    font-size: 17px;
    margin-bottom: 0; }
    .footer-copyright p br {
      display: none; }

/*# sourceMappingURL=footer.css.map */
