/* for the pages that don't have it */
.clearfix {
  clear: both; }

#footerwrap {
  padding: 20px; }
  #footerwrap .container {
    width: 100%;
    max-width: 1170px; }
  #footerwrap .col-xs-3 {
    padding-right: 5%;
    margin-bottom: 0.5em; }
  #footerwrap h4 {
    font-size: calc(10px + 0.5vw);
    line-height: 1.5em;
    font-weight: normal;
    margin: 0px 0px 0.25em 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #313131; }
  #footerwrap li {
    display: inline-block;
    min-width: 20rem;
    width: 19%;
    line-height: 0;
    font-size: calc(8px + 0.3vw);
    position: relative; }
    #footerwrap li a {
      color: black; }
    #footerwrap li a:hover {
      color: #337ab7; }

@media (max-width: 768px) {
  #footerwrap {
    padding: 20px 5px; }
    #footerwrap .container {
      padding-right: 0px; }
    #footerwrap .col-xs-3 {
      padding-left: 0px; } }
@media (max-width: 544px) {
  #footerwrap {
    display: none; } }
