.default-component.filter-feed div.feed-filter-pre-content {
    position: relative;
}
.default-component.filter-feed div.feed-filter-wrapper {
    display: inline-block;
    /*margin-top:16px;*/
    padding-top:0px;
}
.default-component.filter-feed div.feed-filter-pre-content .share-services {
    top: 1rem;
}
.default-component.simple-nav-dropdown {
    position: static;
    padding-bottom: 0;
}
.default-component.filter-feed section.article-content-page {
    padding: 0;
    margin-bottom: 8px;
}
.default-component.filter-feed article,
.default-component.filter-feed h3,
.default-component.filter-feed h2{
    margin-left: 0;
    /*padding-left: 1.25rem*/
}
.default-component.filter-feed {
    z-index: 100;
}
.default-component.filter-feed.centered .feed-filter-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.default-component.filter-feed .archiveWithPagination {
    flex: 0 0 100%;
}

.default-component.filter-feed .filter-feed__inline-links {
    position:relative;
    display:inline-block;
    padding-left: 1.25rem;
}
.default-component.filter-feed .filter-feed__inline-links ul.links-list li.link{
    font-family: 'UniversLTW01-65Bold', sans-serif;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: .125rem;
    color: #9ea7b3;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
    margin-right:18px;
}
.default-component.filter-feed .filter-feed__inline-links ul.links-list li.link a{
    color: inherit;
    text-decoration: none;
    transition: color .25s ease-in;
}
.default-component.filter-feed .filter-feed__inline-links ul.links-list li.link a:hover {
    color: black;
}
.default-component.filter-feed .filter-feed__inline-links ul.links-list li.link.active {
    color: black !important;
}
.default-component.filter-feed .filter-feed__inline-links ul.links-list li.link:first-child:before {
    display: none;
}
@media all and (min-width: 268px) {
    .default-component.filter-feed .filter-feed__inline-links ul.links-list {
        height:40px;
        display: flex;
        align-items: center;
        padding-bottom: 20px;
    }
}
@media all and (min-width: 767px) {
    .default-component.filter-feed .default-component.news-list {
        margin-bottom: 100px;
    }
    .default-component.filter-feed.no-padding-bottom .default-component.news-list {
        margin-bottom: 0px;
    }
    .default-component.filter-feed .feed-filter-wrapper + section.news-list {
        margin-top: 30px;
    }
    .default-component.filter-feed .filter-feed__inline-links ul.links-list {
        height:40px;
        display: flex;
        align-items: center;
        padding-bottom: 24px;
    }
    .default-component.filter-feed .filter-feed__inline-links ul.links-list li.link{
        display:inline-block;
        font-size: 0.85rem ;
        margin-right: 20px;
        text-transform: uppercase;
        letter-spacing: .125rem;
        color: #9ea7b3;
        text-align:left;
        padding-bottom: 0;
    }
}
.default-component.filter-feed .filter-feed__inline-links ul.links-list li.link:before {
    content: "";
    width: 1px;
    height: 18px;
    display: block;
    position: absolute;
    top: -3px;
    background: #171717;
    margin-left: -12px;
}

@media all and (max-width: 767px) {
    .default-component.filter-feed .filter-feed__inline-links ul.links-list li.link:before {
        top: -1px;
    }
}
.default-component.filter-feed form {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.default-component.filter-feed .default-component {
    padding: 0;
}
.filter-feed {
    margin: 1.875rem 1.25rem 1.875rem 1.25rem;
}
@media all and (max-width: 480px) {
    .filter-feed {
        margin: 0px;
    }
    .default-component.filter-feed.filter-dropdown-nav {
        padding: 0px;
    }
}
@media all and (min-width: 768px) {
    .filter-feed {
        margin: 0 auto;
    }
    .default-component.filter-feed form {
        padding-right: 0;
    }

    .default-component.filter-feed form:not(:first-of-type) {
        padding-left: 0;
    }
    .default-component.filter-feed  .feed-filter-wrapper + form.filter-types {
        padding: 0;
    }
}
.filter-feed h3 {
    margin: 0 0 1.25rem 0;
    color: #171717;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 100;
    line-height: 1.375rem;
    position: relative;
    text-transform: capitalize;
}
.filter-feed .news-list h2 {
    margin: 50px 0 20px 20px;
}
.filter-feed h2 {
    margin: 0 0 1.25rem 0;
    color: black;
    font-family: "GS Sans Condensed";
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
    position: relative;
    text-transform: capitalize;
}
@media all and (min-width: 768px) {

    .default-component.filter-feed form {
        flex-basis: 50%;
        display: inline-flex;
    }

    .filter-feed h3 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .filter-feed .news-list h2 {
        margin: 20px 0 40px 0;
    }

    .filter-feed h2 {
        font-size: 40px;
        line-height: 40px;
    }
}
.filter-feed h3 .share-services {
    top: -.3125rem;
}
.filter-feed form:after {
    content: '';
    display: table;
    clear: both;
}
@media all and (min-width: 768px) and (max-width: 992px) {
    .filter-feed .filter-feed__filter-form {
        width: 84%;
    }
}
.filter-feed .filter-feed__submit {
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: .125rem;
    font-family: 'UniversLTW01-65Bold', sans-serif;
    font-size: .625rem;
    -webkit-transition: color .5s, background .5s, border-color .5s;
    transition: color .5s, background .5s, border-color .5s;
    text-decoration: none;
    background: #316BB6;
    border: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    max-width: 13.75rem;
    display: block;
    margin: .9375rem auto 0 auto;
}
@media all and (min-width: 768px) {
    .filter-feed .filter-feed__submit {
        font-size: .6875rem;
    }
}
@media (any-hover: none) {
    .filter-feed .filter-feed__submit {
        color: #FFFFFF;
    }
}
.filter-feed .filter-feed__submit:hover {
    color: #005080;
}
.filter-feed .filter-feed__submit:hover {
    color: #FFFFFF;
    background: #005080;
}
@media all and (min-width: 768px) {
    .filter-feed .filter-feed__submit {
        margin-top: .625rem;
        width: 30%;
        float: left;
        margin: 0;
    }
}
@media all and (min-width: 992px) {
    .filter-feed .filter-feed__submit {
        clear: none;
        margin: 0;
        width: 100%;
        max-width: 11.25rem;
    }
}
.filter-feed-select {
    width: 100%;
    float: left;
    margin-bottom: .9375rem;
    box-shadow: 0 0 0 .0625rem #B9B9B9;
    position: relative;
    height: 2.5rem;
    overflow: hidden;
}
.filter-feed-select:before {
    font-family: 'gs_icons';
    content: '\e91a';
    display: block;
    position: absolute;
    z-index: 10;
    top: 53%;
    right: .625rem;
    font-size: .375rem;
    pointer-events: none;
    -webkit-transform: perspective(1px) translateY(-50%);
    transform: perspective(1px) translateY(-50%);
    color: #316BB6;
}
@media all and (min-width: 768px) {
    .filter-feed-select,
    .filter-feed-select.filter-feed-year{
        width: 33%;
        overflow: visible;
        margin-right: 2%;
    }


    .filter-feed-select.filter-feed-year{
        min-width: 117px;
    }
    .filter-feed-select:before {
        display: none;
    }
    .filter-feed-select.filter-reports{
        width: 62.5%;
        float: none;
        max-width: 23.125rem;
        width: 23.125rem;
    }
}
@media all and (min-width: 992px) {
    .filter-feed-select {
        width: 20%;
        max-width: 14.0625rem;
    }

    .default-component.filter-feed form.filter-types {
        max-width: 14.0625rem;
    }

    .filter-feed-select.filter-type,
    .filter-feed-select.filter-feed-year{
        max-width: 14.0625rem;
        width: 14.0625rem;
    }
    .filter-feed-select.filter-reports {
        width: 29%;
        max-width: 23.125rem;
        width: 23.125rem;
        float: left;
    }
}
.filter-feed-select.in-active {
    box-shadow: 0 0 0 .0625rem #E1E1E1;
}
.filter-feed-select.in-active:before {
    color: #E1E1E1;
}
.filter-feed-select.in-active nav:before {
    color: #E1E1E1;
}
.filter-feed-select:hover {
    cursor: pointer;
}
.filter-feed-select select {
    width: 110%;
    background: transparent;
    font-family: 'Univers LT W01 55 Roman';
    line-height: 1.3125rem;
    color: #434343;
    font-size: .875rem;
    line-height: 2.5rem;
    height: 2.5rem;
    border: 0;
    text-transform: capitalize;
    text-indent: .625rem;
}
@media all and (min-width: 768px) {
    .filter-feed-select select {
        font-size: .875rem;
        line-height: 1.625rem;
    }
}
@media all and (min-width: 768px) {
    .filter-feed-select select {
        opacity: 0;
        visibility: hidden;
        display: none;
    }
}
.filter-feed-select select:focus {
    outline: none;
}
.filter-feed-select select.active {
    background: #F1F1F1;
}
.filter-feed-select select:disabled {
    color: #E1E1E1;
}
.filter-feed-select select:disabled + nav {
    cursor: default;
}
.filter-feed-select select:disabled + nav p {
    color: #E1E1E1;
}
.filter-feed-select select:disabled + nav:hover {
    background: #FFFFFF;
}
.filter-feed-select nav {
    height: 2.375rem;
}
.filter-feed-select nav p {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    line-height: 1.3125rem;
    color: #434343;
    font-size: .875rem;
    margin: 0;
    text-transform: capitalize;
    padding: 0 0 0 1.25rem;
}
@media all and (min-width: 768px) {
    .filter-feed-select nav p {
        font-size: .875rem;
        line-height: 1.625rem;
    }
}
@media all and (min-width: 768px) {
    .filter-feed-select nav p {
        line-height: 2.5rem;
    }
}
.filter-feed-select nav.active {
    background: #F7F7FA;
}
.filter-feed-select nav.active p {
    background: #F7F7FA;
}
.filter-feed-select nav.active .drop-down {
    opacity: 1;
    max-height: 26.125rem;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.filter-feed-select nav.active:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: 44%;
}
@media all and (min-width: 768px) {
    .filter-feed-select nav:before {
        font-family: 'gs_icons';
        content: '\e91a';
        display: block;
        position: absolute;
        z-index: 10;
        top: 53.5%;
        right: .625rem;
        font-size: .375rem;
        pointer-events: none;
        color: black;
        -webkit-transition: top .5s ease-in-out, -webkit-transform .5s ease-in-out;
        transition: top .5s ease-in-out, -webkit-transform .5s ease-in-out;
        transition: transform .5s ease-in-out, top .5s ease-in-out;
        transition: transform .5s ease-in-out, top .5s ease-in-out, -webkit-transform .5s ease-in-out;
        -webkit-transform: perspective(1px) translateY(-50%);
        transform: perspective(1px) translateY(-50%);
        width: .9375rem;
        text-align: center;
    }
}

.drop-down {
    max-height: 0;
    position: absolute;
    -webkit-transition: opacity .5s, max-height .5s;
    transition: opacity .5s, max-height .5s;
    z-index: 10;
    background: #FFFFFF;
    margin: 0 0 0 0;
    border: 1px solid #B9B9B9;
    border-top: 0;
    left: -1px;
    right: -1px;
    top: 41px;
    overflow: hidden;
    opacity: 0;
    padding: .9375rem 0;
    z-index: 99;
}
.drop-down button {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    line-height: 1.3125rem;
    color: #434343;
    font-size: .875rem;
    line-height: .625rem !important;
    line-height: 1rem !important;
    background: none;
    display: block;
    border: 0;
    border-radius: 0;
    padding: .9375rem 1.25rem .9375rem 1.25rem;
    width: 100%;
    text-align: left;
    overflow-x: visible;
    overflow-y: visible;
    box-sizine: border-box;
    height: 10px;
    height: 40px;
    padding: 0 1.25rem;
}
.drop-down button:disabled {
    cursor: default;
    color: #a8a8a8;
}
.drop-down button:disabled:hover {
    background: initial;
    color: #a8a8a8;
}
@media all and (min-width: 768px) {
    .drop-down button {
        font-size: .875rem;
        line-height: 1.625rem;
    }
}
.drop-down button.active-item {
    background: #F1F1F1;
}
.drop-down button:hover {
    background: #F7F7FA;
    color: black;
    opacity: .7;
}
.drop-down button.indent {
    padding-left: 2.1875rem;
}

_:-ms-lang(x) i, .page-feed__content i {
    border: solid 1px #B9B9B9 !important;
    box-shadow: none !important;
}

_:-ms-lang(x):hover i, .page-feed__content:hover i {
    border: solid 1px #316BB6 !important;
    box-shadow: none !important;
}

_:-ms-lang(x).inactive, .page-feed__content.inactive {
    border: solid 1px #E1E1E1 !important;
    box-shadow: none !important;
}

.filter-feed-select nav.active .drop-down::-webkit-scrollbar {
    -webkit-appearance: none;
}

.filter-feed-select nav.active .drop-down::-webkit-scrollbar:vertical {
    width: 11px;
}

.filter-feed-select nav.active .drop-down::-webkit-scrollbar:horizontal {
    height: 11px;
}

.filter-feed-select nav.active .drop-down::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

.filter-feed-select nav.active .drop-down::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px;
}

@media all and (min-width:268px){
    .default-component.filter-feed .filter-feed__inline-links ul.links-list li.link{
        padding-top: 10px;
        padding-bottom: 10px;
    }
}