.c-footer {}
.c-footer h4 {
  margin: 0;
}

.c-footer__logo {
  background: transparent url(/sites/all/themes/newstutter/images/svgs/logo_footer.svg) no-repeat 0 center;
  background-size: contain;
  display: inline-block;
  width: 270px;
  height: 75px;
  padding: 0;
  margin: 0 0 20px;
}
.c-footer__text {
  font-size: 11px;
  clear: both;
  color: #9B9B9B;
  padding-top: 50px;
}
.c-footer__text a {
  color: #9b9b9b;
}
.c-footer__text a:hover {
  color: #c5131f;
}
.c-footer__social {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.c-footer__social li {
  display: inline-block;
}
.c-footer__social li a {
  color: #f9f8f7;
  background-color: #b4b4b4;
}
.c-footer__social li a:hover {
  color: #fff;
  background-color: #c5131f;
}

@media screen and (min-width: 769px) {
  .c-footer h4 {
    line-height: 100px;
    text-align: right;
  }
  .c-footer__social {
    padding: 14px 0;
  }
  .c-footer__logo {
    margin: 40px 0 20px;
  }
}
/* tablet */
@media screen and (max-width: 768px) {
  .c-footer { text-align: center; }
  .c-footer h4 {
    margin: 0;
    padding: 14px 0 0;
    font-size: 18px;
  }
  .c-footer__logo {
    margin-bottom: 20px;
  }
  .c-footer__text {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .c-footer__text span {
    display: block;
  }
  .c-footer .c-icon {
    margin: 1rem .25rem;
  }
}

.c-footer .c-icon {
  font-size: 20px;
  height: 35px;
  width: 35px;
  line-height: 22.5px;
  margin: .5rem .25rem;
}

.c-footer h4 {
  color: #6897c1;
}

.c-footer__search {
  padding: 60px 0;
}
.c-footer__search input {
  margin-bottom: 0;
}
.c-footer__search input[type="text"] {
  padding: 5px 9px 7px;
  font-size: 20px;
  height: 38px;
}

.c-footer__search input[type="submit"] {
  padding: 10px;
  color: white;
  font-size: 17px;
  background: #6897c1;
  border: 0;
  height: 38px;
}
.c-footer__connect {

}
/* main menu in footer for desktop */
@media screen and (min-width: 769px) {
  .c-footer .c-header__menu--drop {
    display: grid;
    height: auto;
    grid-template-columns: 25% 25% 25% 25%;
    grid-auto-flow: column;
    padding-top: 20px;
  }
  .c-footer .c-header__menu--drop li a,
  .c-footer .c-header__menu--drop li a:not(.nolink):hover {
    color: #000;
    background: none;
  }
  .c-footer .c-header__menu--drop li a {font-size: 16px;}
  .c-footer .c-header__menu--drop li li a {font-size: 14px;}
  .c-footer .c-header__menu--drop > li:nth-child(10) {
    grid-row-end: 2;
    grid-column-end: 2;
    max-height: 80px;
    border: none;
    padding: 0;
    margin: 0;
  }
  .c-footer .c-header__menu--drop > li:nth-child(11) {
    grid-column-end: 2;
    grid-row-end: 2;
    margin-top: 40px;
  }
  .c-footer .c-header__menu--drop > li:nth-child(12) {
    grid-row-end: 2;
    grid-column-end: 2;
    margin-top: 110px;
  }
  .c-footer .c-header__menu--drop > li:nth-child(13) {
    grid-row-end: 2;
    grid-column-end: 4;
  }
.c-footer .c-header__menu--drop > li:last-child {
    grid-row-end: 2;
    grid-column-start: 4;
  }
}
