﻿.list-view .filters{position:sticky;top:20px;}.list-view .filter-actions{display:flex;margin-top:30px;}.list-view .filter-actions .btn{transition:all .15s linear;font-weight:400;letter-spacing:.03rem;box-shadow:0 4px 4px 0 rgba(0,0,0,.2509803922);}.list-view .filter-actions .btn{padding-top:12px;padding-bottom:12px;}@media only screen and (max-width:499px){.list-view .filter-actions{flex-direction:column;}.list-view .filter-actions .btn+.btn{margin-top:10px;}}@media only screen and (min-width:500px){.list-view .filter-actions{flex-direction:row;}}@media only screen and (min-width:500px) and (max-width:991px){.list-view .filter-actions{justify-content:space-between;}.list-view .filter-actions .btn{width:calc(50% - 5px);}}@media only screen and (min-width:992px){.list-view .filter-actions .btn+.btn{margin-left:10px;}}.list-view .details-list{list-style:none;padding:0;margin:0 0 1rem 0;}.list-view .details-list>li{display:flex;flex-direction:row;}.list-view .details-list>li+li{margin-top:8px;}.list-view .details-list>li ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;}.list-view .details-list>li ul>li+li{margin-left:.5rem;}.list-view__filters-column header{margin-bottom:1rem;}.list-view__filters-column header h3{margin:0;font-size:16px;line-height:16px;}.list-view__main-column>header{font-family:"Object Sans Black";line-height:16px;margin-bottom:1rem;}.list-view__main-column .icon{width:25px;height:25px;background-color:#127978;color:#fff;font-size:8px;margin-right:10px;line-height:8px;}@media only screen and (max-width:991px){.list-view__main-column{order:2;}.list-view__filters-column{order:1;}}