/* *****************************
           FOOTER
****************************** */
#footer {
  clear: both;
  width: 100%;
  background: #272727;
  padding: 30px 0;
  height: 195px;
  font-family: 'acumin-pro', sans-serif;
  font-size: 13px;
}

#footer h4 {
	font-size: 14px;
	font-weight: 600;
}

#footer-low-wrap {
  clear: both;
  background: #4A4A4A;
  width: 100%;
  padding: 12px 0;
  height: 35px;
  color: #fff;
  font-family: 'acumin-pro-condensed';
}

#footer-inner,#footer-low {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
#footer-low .left, #footer .left {
  float: left;
  width: 50%;
}
#footer-low .right, #footer .right {
  float: right;
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
#footer #footer-inner .right .left-items {
  width: auto;
  padding: 0 20px;
  color: #fff;
}
#footer #footer-inner .right .right-items {
  width: auto;
  padding: 0 20px;
  border-left: 1px solid #7C7C7C;
  color: #fff;
}
#footer #footer-inner .right ul {
  margin: 20px 0 0 0;
  padding: 0;
}
#footer #footer-inner .right ul li {
  list-style: none;
  margin-bottom: 12px;
}

#footer #footer-inner .right ul li:last-of-type {
  margin-bottom: 0;
}

#footer #footer-inner .right ul li a {
  color: #fff;
}
#footer #footer-inner .left img {
  width: 260px;
  height: auto;
  margin-left:15px;
}
#footer-low .left img {
  width: 98px;
  height: 35px;
}
#footer-low .right {
  padding-top: 5px;
  font-size: 14px;
  text-align: right;
  letter-spacing: .5px;
}
#footer-low .right a {
  color: #fff;
}

.footer {
  clear: both;
}

.footer .menu {
  width: 325px;
  margin: 8px auto;
}

.footer .menu li {
    background: transparent;
    border: 0;
    border-radius: 0px;
    float: left;
    list-style-image: none !important;
    list-style-type: none !important;
    padding: 1px;
    position: relative;
}

.footer .menu li a {
    /*color: #005890;*/
    color: #1F77AE;
    display: block;
    font-size: 11px;
    line-height: 14px;
    padding: 0px 10px;
    text-decoration: none;
    text-shadow: none;
    width: auto;
}

/*** Master Footer ***/
.master-footer {
    background-color: #000;
    width: 100%;
    padding: 30px 0;
    line-height: 35px;
}
.master-footer .container {
    padding: 0 15px;
    margin: 0 auto;
}

.master-footer .footer-hmp-brands {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top:15px;
    margin-bottom: 30px;
}

.master-footer .footer-hmp-brands div {
    display: inline-block;
    vertical-align: middle;
}

.master-footer .footer-hmp-brands .brand1 {
    padding-right:15px; 
}

.master-footer .footer-hmp-brands .brand2 {
    padding:0 15px;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.master-footer .footer-hmp-brands .brand3 {
    padding-left: 15px;
}

.master-footer .footer-copyright div,
.master-footer .footer-copyright a {
    display: inline-block;
    margin-right: 15px;
    color:#BBC3C4;
    font-size: 12px;
} 

@media(max-width: 768px){
    #footer {
      height: auto;
    }

    #footer .row {
        margin:0;
    }

    #footer .container {
        padding:0;
    }

    #footer h4 {
      font-size: 16px;
    }

    #footer-low .left, #footer .left {
      float: none;
      width: 100%;
      margin-bottom:50px;
    }
    #footer-low .right, #footer .right {
      float: none;
      width: 100%;
      display: block;
    }
    #footer #footer-inner .right .left-items {
      width: auto;
      padding: 0 40px;
    }
    #footer #footer-inner .right .right-items {
      width: auto;
      padding: 0 40px;
      border-left: none;
    }

    #footer #footer-inner .right .left-items ul {
      margin:0 0 40px 0;
    }
    
    #footer #footer-inner .right ul li {
      margin-bottom: 8px;
    }
    
    #footer #footer-inner .left img {
      margin-left: 40px;
    }

    .master-footer .container {
        padding: 0 40px;
    }

    .master-footer {
        padding:30px 0;
    }

    .master-footer .main-logo {
        height: 35px;
    }

    .master-footer .main-logo img {
        width: 145px;
        height: auto;
    }
    .master-footer .footer-hmp-brands {
        display: block;
        margin-top:15px;
        margin-bottom: 30px;
    }

    .master-footer .footer-hmp-brands div {
        display: block;
        margin-bottom: 0;
        height: 35px;
    }

    .master-footer .footer-hmp-brands .brand1 {
        padding-right:0;    
    }

    .master-footer .footer-hmp-brands .brand2 {
        padding:0;
        border-left: none;
        border-right: none;
    }

    .master-footer .footer-hmp-brands .brand3 {
        padding-left:0;
    }

    .master-footer .footer-copyright div{
        display: block;
        margin-right: 0;
        line-height: 25px;
    }   

}