* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
     box-sizing: border-box;
}

.footer-clean {
    height: 120px;
    width: 100%;
    padding: 10px 0px 10px 12px;
    background-color: var(--header-color-4);
    color:#fff;
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
}

.footer-clean .row {
    margin-left: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-clean .column:nth-of-type(1) {
    flex: 2;
    min-width: 100px;
}

.footer-clean .column:nth-of-type(2) {
    flex: 2;
    min-width: 100px;
}

.footer-clean .column:nth-of-type(3) {
    flex: 2;
    min-width: 100px;
}

.footer-clean .column:nth-of-type(4) {
    flex: 2;
    min-width: 100px;
}

.footer-clean .column:nth-of-type(5) {
    flex: 2.5;
    min-width: 100px;
    padding-right: 10px;
}

.footer-clean .fa {
    font-size: 30px;
	color: #fff;
}

.footer-clean h3 {
    margin-top:0;
    margin-bottom:12px;
    font-weight:bold;
    font-size:16px;
}

.footer-clean ul {
    padding:0;
    list-style:none;
    line-height:1.6;
    font-size:14px;
    margin-bottom:0;
}

.footer-clean ul a {
    color:inherit;
    text-decoration:none;
    line-height: 0.5px;
    opacity:0.8;
}

.footer-clean ul a:hover {
    color: var(--theme-color-4);
}

.footer-clean .pdfhref:hover {
    cursor: pointer;
    color: var(--theme-color-4) !important;
}

.footer-clean .item.social {
    text-align:right;
}

@media (max-width:767px) {
    .footer-clean .item {
      text-align:center;
      padding-bottom:20px;
    }
}

@media (max-width: 768px) {
    .footer-clean .item.social {
      text-align:center;
    }
}

.footer-clean .fa:hover {
    color: var(--theme-color-4);
}

@media (max-width:991px) {
    .footer-clean .item.social > a {
        margin-top:40px;
    }
}

@media (max-width:767px) {
    .footer-clean .item.social > a {
        margin-top:10px;
    }
}
