/*! CSS Used from: https://knowablemagazine.org/wro/mfc0~product.css */
.errorMsg {
    color: #9c9c9c;
    margin-bottom: 0;
    margin-top: 0;
    white-space: normal;
    word-break: break-word;
}

.arrow-down {
    background-image: url(/images/magazine/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
    padding: 7px;
    background-position: -45px -31px;
}

.arrow-up {
    background-image: url(/images/magazine/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
    padding: 7px;
    background-position: -39px -47px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}


.searchButtons {
    width: 79px;
    height: 24px;
    background: #b3b3b3;
    border: 0;
    cursor: pointer;
    padding: 0 0 2px;
    color: #fff;
    font-size: 14px;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.searchButtons:hover,
.searchButtons:active,
.searchButtons:focus {
    opacity: 1;
}

.searchButtons:hover {
    cursor: pointer;
}

.searchButtons:disabled {
    opacity: .7;
}

.searchButtons:disabled:hover {
    background-color: #d3d3d3;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.newSearchFacets {
    text-transform: capitalize;
    font-size: 10.5pt;
}

/*.facetContainer.clear {*/
/*    overflow: hidden;*/
/*}*/

.arrow-down {
    background-image: url(/images/magazine/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
    padding: 7px;
    background-position: -45px -31px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.followResultsWidget {
    line-height: 3em;
    border-bottom: 1px solid #ccc;
}

.followResultsWidget .saveSearchDialog {
    display: none;
}

.followResultsWidget .follow-results-rss-container {
    font-size:15px;
}

.followResultsWidget .follow-results-container {
    line-height: 3em;
}

.followResultsWidget .RSS {
    width: 12px;
    height: 13px;
    background-position: -73px -5px;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    background-image: url(/images/magazine/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 0;
    padding-right: 1.9em;
}

.followResultsWidget .save {
    background-image: url(/images/magazine/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 26px;
    height: 14px;
    background-position: -83px -27px;
    margin-left: 0;
}

.queryFilters {
    display: inline;
}

.queryFilters form {
    display: inline;
}

.queryFilters .filter-tag h4 {
    line-height: 1.3;
    word-wrap: normal;
    display: inline-block;
    border-radius: 2px;
    margin-left: .2em;
    border: 1px solid rgba(63, 124, 186, 0.1);
    background: rgba(63, 124, 186, 0.1);
    padding: .2em;
    color: rgba(0, 0, 0, 0.8);
}


.queryFilters span::before,
.queryFilters a::before
 {
    background-image: url(/images/magazine/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-position: -43px -77px;
    content: " ";
}

.saveSearchDialog {
    color: rgba(0, 0, 0, 0.8);
}

.saveSearchDialog .login-prompt {
    padding: 1em;
}

.search-term:focus {
    border-color: #7f9db9;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.search-terms .search-term {
    border: 1px solid #c2c8c5;
    height: 1.7em;
    box-sizing: content-box;
    -webkit-transition-property: box-shadow;
    -moz-transition-property: box-shadow;
    -ms-transition-property: box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    outline: 0;
}

.search-tabs {
    background-color: rgba(0, 0, 0, 0.1);
}

.search-tabs-widget {
    line-height: 1.8em;
}

.search-tabs-widget .tab-pane {
    background-color: white;
}

[role='button'] {
    font-weight: bold;
    cursor: pointer;
}

.controlLinks.selected {
    border-bottom: 2px solid #43888d;
    font-weight: bold;
    color: #43888d;
}

.controlLinks {
    cursor: pointer;
    margin-left: .5em;
    color: grey;
}

.previewLoader {
    position: absolute;
    top: 42%;
    left: 48%;
}

.progressAjax {
    background-image: url(/images/magazine/ajax-loader-big.gif);
    background-repeat: no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 auto 0 auto;
    display: none;
    background-color: #fff;
}

.addTerm {
    background-image: url(/images/magazine/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
    padding: 0 3px 0 3px;
    width: 18px;
    height: 22px;
    background-position: -58px -50px;
    background-color: rgba(0, 0, 0, 0.15);
    top: 7px;
    position: relative;
}

.addTerm:hover {
    opacity: .6;
}

.addTerm:active {
    opacity: 1;
}

.removeTerm {
    background-image: url(/images/magazine/spritesheet.png);
    display: inline-block;
    background-image: url(/images/magazine/icon_x.png);
    background-repeat: no-repeat;
    padding: 0 3px 0 3px;
    width: 18px;
    height: 22px;
    background-position: 4px 4px;
    background-color: rgba(0, 0, 0, 0.15);
    top: 7px;
    position: relative;
}

.removeTerm:hover {
    opacity: .6;
}

.removeTerm:active {
    opacity: 1;
}


fieldset {
    border: 0;
}

.clear {
    clear: both;
}

.clear:after {
    display: block;
    content: '';
    clear: both;
}

.arrow-down.indicator {
    display: none;
}

@media (max-width:767px) {
    .newSearchFacets {
        display: none;
    }

    #refine-panel {
        display: none;
    }

    .search-tabs {
        background-color: #fff;
    }

    .search-tabs .tab-content {
        border: 0;
    }

    .search-tabs-widget {
        padding: 0;
    }

    #mainSearchForm {
        margin: 0;
    }

    #submitPubSearchButton {
        width: 100%;
        height: 40px;
        background-color: #1e4a89;
        -webkit-appearance: none;
        border-radius: 0;
    }

    .high-level-options {
        background-color: #cfdbeb;
        overflow: hidden;
    }

    .high-level-options>li {
        width: 33.3%;
        font-size: 14px;
        margin-right: 0;
        text-align: center;
        float: left;
    }

    .high-level-options>li a {
        font-weight: bold;
        color: #214d8b;
        display: inline-block;
        padding: 10px 0;
    }

    .followResultsWidget {
        display: none;
    }
}


@media (min-width:992px) {
    .arrow-down {
        padding: 7px;
    }

    .followResultsWidget .RSS {
        width: 13px;
    }

    .searchResultContainer {
        padding-left: 15px;
    }
}



@media (min-width:768px) {
    .high-level-options {
        overflow: hidden;
    }

    .arrow-down.indicator {
        background-position: -45px -35px;
    }

    .queryFilters .filter-tag h4 {
        font-size: 14px;
    }
}

/*! CSS Used from: https://knowablemagazine.org/pb/css/t1690283064000-v1690283064000/default.css */


.previewWindow.hide {
    display: none;
}

.errorMsg {
    border-color: #ef4623 !important;
    color: #ef4623 !important;
    font-size: small;
}

@media (max-width:767px) {
    .followResultsWidget {
        display: block;
    }

    .newSearchFacets {
        display: block;
    }
}

/*! CSS Used from: https://knowablemagazine.org/pb-assets/knowable-assets/css/style-1679652212427.css */
/* aside,
section {
    display: block;
}

main {
    display: block;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

button,
input,
select {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="submit"] {
    -webkit-appearance: button;
}

input {
    overflow: visible;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body *:focus:not(:focus-visible) {
    outline: 2px solid #7aacfe !important;
}

[class^='icon-']::before,
[class*=' icon-']::before {
    font-family: 'icomoon-ingenta' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h3,
h4 {
    margin: 0 0 10px;
    font-family: "capitolium-2", Georgia, "Times New Roman", Times, serif;
    font-weight: 700;
    color: #000;
    -webkit-transition: font-size 0.2s ease-in-out;
    transition: font-size 0.2s ease-in-out;
}

h4 a {
    text-decoration: none;
}

h3 {
    font-size: 18px;
    font-size: 1.125rem;
}

@media (min-width: 1000px) {
    h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

h4 {
    font-size: 17px;
    font-size: 1.0625rem;
}

@media (min-width: 1000px) {
    h4 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

ul {
    margin: 0 0 25px;
}

ul li {
    margin: 0 0 10px;
    font-size: 16px;
    font-size: 1rem;
} */

.eyebrow {
    margin-bottom: 15px;
    color: #9b9b9b;
    font-size: 11px;
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: .02em;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

label {
    display: block;
    padding: 10px 0;
}

input[type='search'],
select {
    width: 100%;
    margin: 0 0 15px;
    padding: 12px 15px;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    border: 1px solid #c2bfbf;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

@media (min-width: 600px) {

    input[type='search'],
    select {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

input[type='search']:focus,
select:focus {
    outline: none;
    color: #000;
    background-color: #f3f3f3;
}

input[type='search']:focus::placeholder,
select:focus::placeholder {
    color: #666;
    opacity: .9;
}

select {
    display: block;
    padding: 12px 35px 12px 15px;
    font-size: 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("/images/magazine/select-arrow-down.svg");
    background-repeat: no-repeat;
    background-position: right 15px center;
    text-decoration: none;
}

@media (min-width: 600px) {
    select {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

select:focus {
    outline: none;
}

select:hover {
    cursor: pointer;
}

a {
    display: inline;
    color: #33666b;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

a:active,
a:focus,
a:hover {
    color: #224548;
}

a:disabled {
    opacity: .5;
    pointer-events: none;
}

button {
    background: #fff;
    border: 2px solid #cbdedf;
    border-radius: 3px;
    color: #3b777c;
    cursor: pointer;
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block;
    padding: 6px 20px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

button:disabled {
    opacity: .5;
    pointer-events: none;
}

.-pattern-collections {
    background-size: 368px 368px;
}

.search-results-hero {
    padding: 20px;
    margin-bottom: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 800px) {
    .search-results-hero {
        margin-bottom: 30px;
    }
}

@media (min-width: 900px) {
    .search-results-hero {
        padding: 44px 0;
    }
}

.search-results-hero-inner {
    position: relative;
    max-width: 860px;
    margin: 0 auto;
}

.search-results-hero .search-icon {
    position: absolute;
    top: 11px;
    right: 10px;
    padding: 0;
    border: 0;
    font-size: 0;
    font-size: 0;
    color: #000;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

 .search-results-hero .search-icon::before {
    content: "\e906";
    font-family: 'icomoon-ingenta' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 33px;
    font-size: 2.0625rem;
} 

.search-results-hero .search-icon:hover {
    background: none;
    color: #3b777c;
}

.search-results {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 900px) {
    .search-results {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.newsletter-search-results .search-results .search-results-filter {
        border:none;

}

.search-results .search-results-filter {
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media (min-width: 900px) {
    .search-results .search-results-filter {
        width: calc(28% - 40px);
        height: auto;
        padding-right: 40px;
        margin: 0 40px 0 10px;
        border-top: 0;
        border-right: 1px solid #d9d9d9;
        border-bottom: 0;
        border-left: 0;
    }
}

@media (min-width: 1200px) {
    .search-results .search-results-filter {
        width: calc(25% - 60px);
        margin-right: 60px;
    }
}

.search-results .search-results-filter .eyebrow {
    padding: 14px 10px;
    margin: 0;
    background-image: url("/images/magazine/select-arrow-down.svg");
    background-repeat: no-repeat;
    background-position: right 20px center;
    cursor: pointer;
}

@media (min-width: 900px) {
    .search-results .search-results-filter .eyebrow {
        background: none;
        margin-bottom: 14px;
        padding: 0;
        cursor: default;
    }
}

@media (min-width: 900px) {
    .search-results .search-results-listing {
        width: 72%;
    }
}

@media (min-width: 1200px) {
    .search-results .search-results-listing {
        width: 75%;
    }
}

.search-results-hero.-pattern-collections {
    background-image: url("/images/magazine/pattern-collections.svg");
}

.search-results-hero .formRow input {
    margin-bottom: 0;
    padding: 15px 45px 15px 12px;
    height: 56px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.search-results-hero .searchButtons {
    -webkit-appearance: button !important;
    background: unset !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    width: unset !important;
    height: unset !important;
    pointer-events: unset;
    opacity: unset;
}

@media (max-width: 799px) {
    .search-results-filter .float-right:last-of-type {
        margin: 0 auto 20px;
        font-size: inherit;
    }
}

@media (max-width: 899px) {
    .search-results-filter {
        height: 37px;
        padding: 0 10px;
        overflow: scroll;
    }

    .search-results-filter .followResultsWidget {
        padding: 9px 30px 9px 0 !important;
    }

    .search-results-filter .float-right:last-of-type {
        margin: 0 auto 20px;
    }
}

.search-results-filter #saveSearchTriggerButton {
    display: none;
}

.search-results-filter .followResultsWidget .RSS {
    border-left: unset;
}

.search-results-filter .followResultsWidget .follow-results-container {
    line-height: 1.4;
}


.search-results-filter .hidden {
    display: none;
}

.search-results-filter .paginationLabelContainer {
    width: 100%;
}

.search-results-filter .queryFilters .filter-tag {
    font-size: inherit;
    padding: 0.5em;
    margin-left: 0;
    margin-right: 0.2em;
    text-transform:uppercase;
}
@media (min-width: 768px) {
    .queryFilters .filter-tag, .queryFilters .resetFilter {
        font-size: 14px;
    }
}
.queryFilters .filter-tag {
    line-height: 1.3;
    word-wrap: normal;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid rgba(59, 119, 124, 0.1);
    background: rgba(59, 119, 124, 0.1);
    margin-bottom: 10px;
}

.queryFilters .filter-tag {
    line-height: 1.3;
    word-wrap: normal;
    display: inline-block;
    border-radius: 2px;
    margin-left: .2em;
    border: 1px solid rgba(63,124,186,0.1);
    background: rgba(63,124,186,0.1);
    padding: .2em;
    color: rgba(0,0,0,0.8)
}

.queryFilters .resetFilter {
    border: 1px solid #43888d;
    background: #fff;
    color: #43888d;
    text-transform:uppercase;
}
.parentFacets:hover {
    opacity: .7;
}

.toggleMoreFacets:hover {
    text-decoration: underline;
}

.followResultsWidget .paginationLabelContainer .paginationStatus {
    display: inline;
    font-size: 15px;
}

.followResultsWidget ul, .followResultsWidget ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.searchFacets, .newSearchFacets {
    text-transform: capitalize;
    font-size: 10.5pt;
}

.search-results-filter .filter {
    margin-top: unset;
}


.search-results-filter .newSearchFacets .facetHeader {
    cursor: pointer;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 11.2px;
    padding-top: 11.2px;
}



.searchFacets .search-facet-container, 
.newSearchFacets .search-facet-container {
    background: transparent;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    padding-bottom: 1em;
    margin-bottom: 1em;
    width: 100%;
}


.searchFacets ul, .newSearchFacets ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
}


.searchFacets li, .newSearchFacets li {
    list-style: none;
    margin: 0.5em 0 0.5em 0;
}

.searchFacets .toggleMoreFacets, .newSearchFacets .toggleMoreFacets {
    text-transform: uppercase;
    cursor: pointer;
}

.search-results-filter .responsiveSearchFacets .facet-link {
    color: #333;
    font-size: 16px;
    font-weight: unset;
}

.responsiveSearchFacets .toggleMoreFacets .facet-link {
    font-size: 14px;
    display:block;
}

.newSearchFacets .facet-link-container {
    text-indent: unset;
    padding-left: unset;
}
.newSearchFacets .facet-link-container {
    max-width: 80%;
    float: left;
}
.newSearchFacets .facet-link-container {
    width: 100%;
    float: none;
}
.searchFacets .facet-link-container, 
.newSearchFacets .facet-link-container {
    width: 80%;
    float: left;
    margin-bottom: 0.5em;
    text-indent: -0.4em;
    padding-left: 0.4em;
}

.searchFacets .facet-count, 
.newSearchFacets .facet-count {
    border: 1px solid rgba(0,0,0,0.3);
    color: rgba(0,0,0,0.3);
    padding: 3px 5px 2px;
    font-size: 11px;
    border-radius: 3px;
}

.searchFacets h3, 
.newSearchFacets h3, 
.searchFacets strong, 
.newSearchFacets strong {
    color: rgba(0,0,0,0.7);
    text-transform: uppercase;
}

.searchFacets .facet-count-container, 
.newSearchFacets .facet-count-container {
    display: inline;
    float: right;
}


@media (max-width: 767px) {
    .search-results-filter .newSearchFacets .facetHeader {
        background-color: #ebeef7;
        border-top: 1px solid #c7c9d1;
        border-bottom: 1px solid #c7c9d1;
        padding: 11.2px 0;
        height: inherit;
    }
    .newSearchFacets .facetHeader strong {
        color: #6a6c73;
    }
    .followResultsWidget .follow-results-rss-container {
        font-size: 11px;
    }
    .toggleMoreFacets {
        padding-left: 12px;
        margin-bottom: 10px;
    }
    .newSearchFacets .search-facet-container {
        border-bottom: 0;
    }

    .newSearchFacets .search-facet-container {
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}


/*! CSS Used from: https://d1azc1qln24ryf.cloudfront.net/183448/AnnualReviews-Knowable/style-cf.css?d53ncz */

/*! CSS Used from: Embedded */
div#refine-panel {
    display: block !important;
}

.high-level-options,
.search-tabs-nav.pub-type-tab-nav,
.removeTerm,
.addTerm,
.search-terms .formRow select {
    display: none;
}

.float-right:last-of-type {
    float: none;
    text-align: right;
    padding: 0;
}

.clearSearch {
    float: right;
    font-weight: 600;
}

.queryFilters .filter-tag h4 {
    border: 1px solid rgba(59, 119, 124, 0.1);
    background: rgba(59, 119, 124, 0.1);
}

.noSearchResultsDropZone ul {
    margin: 0 0 25px;
}

.noSearchResultsDropZone li {
    margin: 0 0 10px;
    font-size: 16px;
    font-size: 1rem;
}

/*! CSS Used fontfaces */


@font-face {
    font-family: capitolium-2;
    src: url(https://use.typekit.net/af/e0a6cb/00000000000000003b9af94d/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"), url(https://use.typekit.net/af/e0a6cb/00000000000000003b9af94d/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"), url(https://use.typekit.net/af/e0a6cb/00000000000000003b9af94d/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: capitolium-2;
    src: url(https://use.typekit.net/af/581d72/00000000000000003b9af950/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff2"), url(https://use.typekit.net/af/581d72/00000000000000003b9af950/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff"), url(https://use.typekit.net/af/581d72/00000000000000003b9af950/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("opentype");
    font-weight: 700;
    font-style: normal;
}

#searchresultspage .main-content-container {
    min-height: auto;
}


.teaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

@media (min-width: 1300px) {
    .teaser {
        margin-bottom: 50px;
    }
}

.teaser .teaser-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 110px;
    margin-right: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

.teaser .teaser-img img {
    -webkit-transition: -webkit-transform 0.35s ease-in-out;
    transition: -webkit-transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.teaser .teaser-img:hover img,
.teaser .teaser-img.is-hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media (min-width: 500px) {
    .teaser .teaser-img {
        width: 150px;
        margin-right: 20px;
        margin-bottom: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media (min-width: 700px) {
    .teaser .teaser-img {
        width: 200px;
        margin-right: 25px;
    }
}

@media (min-width: 800px) {
    .teaser .teaser-img {
        width: 150px;
        margin-right: 20px;
    }
}

@media (min-width: 1200px) {
    .teaser .teaser-img {
        width: 260px;
        margin-right: 30px;
    }
}

.teaser .teaser-img a {
    display: block;
}

.teaser .teaser-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: calc(100% - 125px);
}

@media (min-width: 1200px) {
    .teaser .teaser-text {
        width: calc(100% - 290px);
    }
}

@media (min-width: 800px) {
    .teaser .teaser-text {
        width: calc(100% - 170px);
    }
}

@media (min-width: 700px) {
    .teaser .teaser-text {
        width: calc(100% - 275px);
    }
}

@media (min-width: 500px) {
    .search-results .search-results-listing .teaser {
        margin-bottom: 45px;
    }
}
.search-results .search-results-listing .teaser {
    max-width: 620px;
}

.teaser .teaser-text p {
    display: none;
}

@media (min-width: 600px) {
    .teaser .teaser-text p {
        display: block;
    }
}

.teaser .teaser-text p br {
    display: none;
}

.teaser .eyebrow {
    margin-bottom: 5px;
}

.teaser .eyebrow a {
    color: #9b9b9b;
}

.teaser .eyebrow a:hover,
.teaser .eyebrow a:focus {
    color: #3b777c;
}

.teaser h2 {
    margin-bottom: 5px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
}

@media (min-width: 600px) {
    .teaser h2 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

@media (min-width: 800px) {
    .teaser h2 {
        margin-bottom: 10px;
        font-size: 26px;
        font-size: 1.625rem;
    }
}

@media (min-width: 900px) {
    .teaser h2 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

@media (min-width: 1300px) {
    .teaser h2 {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

.teaser h2 a {
    color: #000;
}

.teaser h2 a:hover,
.teaser h2 a:focus {
    color: #3b777c;
}

.teaser h2.is-hover a {
    color: #3b777c;
}

.teaser p {
    color: #000;
}

@media (min-width: 900px) {
    .teaser p {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media (min-width: 1300px) {
    .teaser p {
        font-size: 16px;
        font-size: 1rem;
    }
}

.hiddenprop {
    display:none!important;
}

.search-results .search-results-filter.-filter-open {
    height: auto;
    padding-bottom: 0;
    overflow: visible;
}

.paginationSortControl {
    margin: 0 auto 20px;
    padding: 0 20px;
    max-width: 1200px;
}

@media (max-width: 899px) {
    .search-results-filter.filtersOn {
        height: 74px;
    }
}

@media (max-width: 992px) {
    .search-results-footer {
        min-height: 60px;
    }
}

@media (max-width: 767px) {
    .paginationLinkContainer, .resultsPerPageContainer {
        display: none;
    }
}

@media (min-width: 768px) {
    .responsivePagination {
        display: none;
    }
}

@media (max-width: 767px) {
    .responsivePagination {
        z-index: 10;
    }
}

@media (max-width: 992px) {
    .responsivePagination {
        text-align: center;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
    }
}

@media (max-width: 992px) {
    .responsivePagination .pageLink-with-arrow-prev, 
    .responsivePagination .pageLink-with-arrow-next {
        float: left;
        border: 1px solid rgba(0,0,0,0.2);
        width: 15%;
        background: #eaeaea;
    }
}

@media (max-width: 992px) {
    .responsivePagination .linkList {
        float: left;
        border-top: 1px solid rgba(0,0,0,0.2);
        width: 70%;
        background: #fff;
        padding: 15px 0;
        color: #797d79;
    }
}

.responsivePagination .pageLink-with-arrow-next a span,
.responsivePagination .pageLink-with-arrow-prev a span {
    color: #000;
}
@media (max-width: 992px) {
    .responsivePagination .pageLink-with-arrow-prev span, 
    .responsivePagination .pageLink-with-arrow-next span {
        display: block;
        padding: 17px;
        color: #ccc;
        font-size:16px;
    }
}

.search-results-filter.extraMargin {
    margin-top: 40px;
}

.searchFacets .ms-ctn, .newSearchFacets .ms-ctn {
    background: url(/images/magazine/icon/chosen-sprite.png) no-repeat 100% -21px;
    background-color: #fff;
    margin-top: 0.5rem;
}



.ms-ctn-focus {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    border-color: #66afe952;
    outline: 0px;
}

.ms-ctn {
    position: relative;
    height: auto;
    padding: 5px 12px;
    margin-left: 0.25rem
}


.ms-helper {
    color: #AAA;
    font-size: 10px;
    position: absolute;
    top: -17px;
    right: 0;
}

.no-suggestion {
    color: #AAA;
    font-size: 10px;
    position: absolute;
    top: -19px;
    right: 0;
}

.ms-ctn .ms-sel-ctn {
    margin-left: -7px;
    margin-right: 15px;
    margin-top: -3px;
}

.ms-no-trigger .ms-sel-ctn {
    padding-right: 0;
}
.ms-sel-ctn {
    overflow: auto;
    line-height: 18px;
    padding-right: 25px;
}

.searchFacets .ms-ctn .ms-sel-ctn input, background
.newSearchFacets .ms-ctn .ms-sel-ctn input {
    border: 0;
    box-shadow: none;
    outline: 0;
    display: block;
    padding: 0;
    line-height: 1.42857143;
    margin: 1px 0;
}
.searchFacets .ms-ctn input, .newSearchFacets .ms-ctn input {
    min-width: 120px!important;
}
.ms-ctn .ms-sel-ctn input {
    float: left;
}

.ms-ctn input {
    border: 0;
    box-shadow: none;
    outline: 0;
    display: block;
    padding: 0;
    line-height: 1.42857143;
    margin: 1px 0;
    width: 100%;
}

.ms-ctn input:focus {
    background: white;
}

.ms-res-ctn {
    width: 100%;
    display: block;
    overflow-y: auto;
    height: 290px;
}

.ms-res-ctn .ms-res-item-active {
    background-color: #f5f5f5;
}
.ms-res-ctn .ms-res-item {
    line-height: 25px;
    text-align: left;
    padding: 2px 5px;
    color: #666;
    cursor: pointer;
    text-transform: initial;
}
.ms-res-ctn .ms-res-item:hover {
    background-color: #f5f5f5;
}

.ms-res-ctn .ms-res-item em {
    font-style: normal;
    background: #565656;
    color: #FFF;
}

.ms-ctn .ms-sel-item {
    background: #f3f3f3;
    color: #999;
    float: left;
    font-size: 12px;
    padding: 0 5px;
    border-radius: 3px;
    border: 1px solid #DDD;
    margin: 1px 5px 1px 0;
}

.follow-results-rss-tooltip{
    display: none;
    padding: 6px 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    border: 2px solid #aaa;
    background: white;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
    left: 21.5%;
    margin-top: 8px;
    color: black;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: none;
}

.category-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 30px 20px;
    text-align: center;
    background-repeat: repeat;
    background-size: 450px 450px;
    background-position: top left;
    -webkit-box-shadow: inset 0 5px 10px -6px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 5px 10px -6px rgba(0, 0, 0, 0.25);
}

@media (min-width: 800px) {
    .category-header {
        margin-bottom: 30px;
    }
}

@media (min-width: 1000px) {
    .category-header {
        padding: 50px 20px;
    }
}

@media (min-width: 1200px) {
    .category-header {
        margin-bottom: 50px;
        padding: 65px 40px;
    }
}

.category-header h1 {
    width: 100%;
    margin-bottom: 10px;
}

.-pattern-health, .-pattern-physical-world, .-pattern-society {
    background-size: 450px 450px;
}

.-pattern-technology {
    background-size: 450px 405px;
}

.-pattern-food-environment {
    background-size: 450px 495px;
}

.-pattern-living-world {
    background-size: 480px 480px;
}

.-pattern-mind {
    background-size: 600px 600px;
}
