@media (min-width:979px) {
    #logo img {
        max-height: 70px!important;
        max-width: 200px!important;
    }
}
 
/* Style the buttons that are used to open and close the accordion panel */
#accordion {
    
    .accordion {
      cursor: pointer;
      width: 100%;
      text-align: left;
      border: none;
      outline: none;
      transition: 0.4s;
      border-bottom: 1px solid #f0eff4;
      padding: 2rem 1rem;
      margin:0!important;
      position:relative;
      
        &:after {
            content: "\F107";
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            margin: 0;
            color: #333;
            font-family: FontAwesome;
            font-size: 2rem;
            font-weight: 400;
            transition: transform .3s ease-in;
            z-index: -1;
        }
        &:hover {
        
        }
        &.active {
            
            &:after {
                content: "\F106";
            }
            
        }
    }
    
    .panel {
        padding: 0 18px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }
}

#links_footer_1 {
    
    #links_footer_1_header {
        
        img {
            max-width:200px;
        }    
    }
}

#links_footer_4 {
    
    #links_footer_4_content {
        
        a {
            border:1px solid #fff;
            padding: 20px 10px;
            margin-bottom:3rem;
            text-align:center;
            text-transform:uppercase;
            font-size:1.6rem;
            font-weight:500;
        }    
    }
}