.nav__menu{max-height:0;position:absolute;width:100%;z-index:9999;list-style:none;padding:0;margin:0;-webkit-transition:max-height 0.5s ease-in-out;-o-transition:max-height 0.5s ease-in-out;transition:max-height 0.5s ease-in-out;overflow:hidden;left:0;top:70px;padding:0 18px}.home-page .nav__menu.open{max-height:500px;background-color:#000}.nav__menu.open{max-height:500px;background-color:#fff}.nav__toggle{cursor:pointer;margin-top:-3px;display:block;-webkit-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}.home-page .nav__toggle.open{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background-color:#000}.nav__toggle.open{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background-color:#fff}.home-page .nav__menu li{border-top:1px solid #999;padding:9px 0 5px;background-color:#000}.nav__menu li{border-top:1px solid #999;padding:9px 0 5px;background-color:#fff}.info-page .nav__menu li{background-color:#FDD205;border-top:1px solid #333}.info-page .nav__toggle.open{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background-color:#FDD205}.info-page .nav__menu{background-color:#FDD205}

.profile-list{width:100%}.profile-list-item{border-top:1px solid}.profile-list-item__title,.profile-list-item__content .grid-wrapper{overflow:hidden;margin:0 -8px}.profile-list-item__content{display:none;padding-bottom:18px}.col-span-1{width:33.33%;padding:0 8px;float:left}.col-span-2{width:66.66%;padding:0 8px;float:left}.profile-list-item__title > div{position:relative}.profile-list-item__title h2{margin:0;line-height:42px}.item-toggle{cursor:pointer;margin-top:-3px;float:right}.read-time{margin-top:8px;position:absolute;left:8px;top:0}@media screen and (max-width:480px){.profile-list-item__title > div{width:50%}.profile-list-item__content .grid-wrapper > div{width:100%}}@supports ((display: -ms-grid) or (display: grid)){.profile-list-item__title, .profile-list-item__content .grid-wrapper { display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3, 1fr)}.col-span-1{width:auto;grid-column:span 1}.col-span-2{width:auto;grid-column:span 2}@media screen and (max-width:480px){.profile-list-item__title{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2, 1fr)}.profile-list-item__content .grid-wrapper{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1, 1fr)}.profile-list-item__title > div,.profile-list-item__content .grid-wrapper > div{grid-column:span 1;width:auto}}

