#container{margin-bottom:1rem}.info-container{animation:animateHeight .6s ease-in forwards;overflow:hidden}.accordion{align-content:center;border:none;color:#444;cursor:pointer;display:flex;flex-direction:row;outline:none;padding:18px;text-align:left;transition:.5s;width:100%}.accordion:nth-child(4n-1){background-color:#fff}.accordion:hover,.display{background-color:#ccc}.arrow{margin-bottom:auto;margin-right:1.5em;margin-top:auto;transition-duration:.3s}.arrow svg{height:2em;vertical-align:middle}.arrow svg path{fill:#555}.display .arrow{transform:rotate(90deg)}.panel{background-color:#fff;max-height:0;overflow:hidden;padding:0 18px;transition:max-height .3s ease-out}.dropbtn{background-color:#4caf50;border:none;border-radius:.3em;color:#fff;font-size:16px;min-width:11rem;padding:16px}.dropdown{display:inline-block;margin-bottom:1rem;position:relative}.dropdown-content{background-color:#f1f1f1;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);display:inline;max-width:0;min-width:0;overflow:hidden;position:absolute;transition:min-width .3s ease-out;z-index:1}.dropdown-content button{border:none;color:#000;display:flex;padding:12px 16px;text-align:left;text-decoration:none;transition-duration:.5s;width:100%}.info ul{margin-bottom:2rem}.dropdown-content button:hover{background-color:#ddd;transition-duration:.5s}.dropdown-content button:focus{background-color:#eee;box-shadow:none;outline:none;text-decoration:underline}.dropdown:hover .dropdown-content{min-width:160px;transition:min-width .3s ease-out}.dropdown:hover .dropbtn{background-color:#3e8e41;transition-duration:.5s}#container .info{display:none}#container .active{display:block!important}.dnd-section>.row-fluid{max-width:95.7%!important}.main-section-row-1-max-width-section-centering>div.row-fluid{max-width:97.5%!important}@keyframes animateHeight{0%{max-height:0}99.9%{max-height:100vh}to{max-height:100%}}@keyframes rotate90{0%{transform:rotate(0deg)}to{transform:rotate(90deg)}}