.main-footer{
    background-color: #F2F2F2;
    font-size: 13px;
}

.main-footer .footer-top{
    padding-block: 48px;
    border-bottom: 1px solid #DFDFDF;
}
.main-footer .footer-top .footer-logo{
    width: 192px;
    margin-right: 138px;
    opacity: 0.1;
}
.main-footer .footer-top .footer-index{
    color: #24686E;
    margin-right: 100px;
}
.main-footer .footer-top .footer-social{
    margin-left: auto;
    align-items: center;
    align-self: flex-start;
}
.main-footer .footer-top  li{
    line-height: 28px;
}

.main-footer .footer-bottom{
    padding-block: 26px;
}

.main-footer .footer-social span{
    display: block;
    margin-right: 22px;
}

.main-footer .copyright{
    margin-right: 1rem;
    padding-right: 1rem;
    position: relative;
    border-right: 1px solid #000;
}

.main-footer .footer-bottom .right-links{
    margin-left: auto;
}

.main-footer .footer-bottom .right-links li:not(:last-of-type){
    margin-right: 2rem;
}

@media screen and (max-width: 1024px) {
    .main-footer .footer-top .footer-index,
    .main-footer .footer-top .footer-logo{
        margin-right: 50px;
    }    
    .main-footer .footer-top .footer-logo{
        width: 120px;
    }
}

@media screen and (max-width: 820px) {
    .main-footer .footer-top .footer-index,
    .main-footer .footer-top .footer-logo{
        margin-right: 35px;
    }    
    .main-footer .footer-top .footer-logo{
        width: 100px;
    }
}

@media screen and (max-width: 760px) {  
    .main-footer .footer-top{
        border-bottom: none;
        padding-bottom: 1rem;
    }
    .footer-bottom{
        flex-wrap: wrap;
    }
    .footer-bottom .right-links{
        width: 100%;
        margin-left: 0;
        order: -1;
        margin-bottom: 2rem;
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 34px;
    }
    .main-footer .footer-bottom .right-links li:not(:last-of-type){
        padding-right: 1rem;
        margin-right: 1rem;
        border-right: 1px solid #000;    
    }
} 
@media screen and (max-width: 740px) {
    .main-footer .footer-top .footer-logo{
        display: none;
    }
    .main-footer .footer-top .footer-index{
        margin-right: 50px;
    }
}

@media screen and (max-width: 630px) {
    .main-footer .footer-top{
        flex-wrap: wrap;
    }
    .main-footer .footer-top .footer-social{
        margin-top: 38px;
        width: 100%;
    }
    .main-footer .footer-top .footer-index,
    .main-footer .footer-top .footer-links{
        width: 50%;
        margin-right: 0;
    }
}

@media screen and (max-width: 520px) {
    .main-footer .footer-bottom .right-links li:not(:last-of-type){
        padding-right: 0.5rem;
        margin-right: 0.5rem;
    }
} 
@media screen and (max-width: 420px) {
    .main-footer .copyrights{
        display: block;
    }
    .main-footer .copyright{
        border-right: none;
        margin-bottom: 12px;
    }
}
@media screen and (-webkit-min-device-pixel-ratio: 1),and (min-device-width: 420px) {
    .main-footer .copyrights{
        display: block;
    }
    .main-footer .copyright{
        border-right: none;
        margin-bottom: 12px;
    }
    .developer.flex h6 {
        font-size: 13px;
        flex: 1 1 100%;
        align-self: flex-start;
    }
    .developer.flex a {
        height: 15px;
        margin-left: 6px;
        flex: 1 1 100%;
    }
    .developer.flex {
        margin-bottom: 50px;
    }
}
/* mlnc overrides */
#scroll-to-top {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #555;
  color: white;
  text-align: center;
  transition: opacity 0.4s;
}

#scroll-to-top:hover {
  opacity: 0.7;
}
.arrow-up {
  display: inline;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  transform: rotate(0deg);
}