.tab-container-wrapper{overflow:hidden;width:100%}.tab-container{display:flex;width:100%}.tab-bar{display:flex;flex-direction:column;max-width:300px;width:25%}.tab-bar button{align-items:center;background-color:inherit;border:none;cursor:pointer;display:flex;font-size:16px;outline:none;padding:16px;text-align:left;transition:background-color .3s}.tab-bar button .tab-icon{height:auto;max-width:45px;padding-right:10px;width:100%}.tab-content{background-color:#fff;display:none;flex-grow:1;padding:20px 20px 0;width:75%}.tab-content.active{display:block}.tab-headline{margin-bottom:30px}.tab-headline h3{font-size:1.75em;line-height:1.25;margin-bottom:12px}.tab-content-columm{padding-bottom:20px}@media screen and (min-width:767px){.tab-content-holder.three-columns,.tab-content-holder.two-columns{display:flex}.tab-content-holder.two-columns .tab-content-columm{flex:0 0 50%;padding-right:30px}.tab-content-holder.three-columns .tab-content-columm{flex:0 0 33%;padding-right:30px}}@media screen and (max-width:766px){.tab-bar button .tab-icon{display:none}}