*,:after,:before {
    background-repeat: no-repeat;
    box-sizing: border-box
}

:after,:before {
    text-decoration: inherit;
    vertical-align: inherit
}

html {
    cursor: default;
    font-family: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
    line-height: 1.15;
    -moz-tab-size: 4;
    tab-size: 4;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    word-break: break-word
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    height: 0;
    overflow: visible
}

main {
    display: block
}

nav ol,nav ul {
    list-style: none
}

pre {
    font-family: Menlo,Consolas,Roboto Mono,Ubuntu Monospace,Noto Mono,Oxygen Mono,Liberation Mono,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: Menlo,Consolas,Roboto Mono,Ubuntu Monospace,Noto Mono,Oxygen Mono,Liberation Mono,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

audio,canvas,iframe,img,svg,video {
    vertical-align: middle
}

audio,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not([fill]) {
    fill: currentColor
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

button,input,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input,select {
    margin: 0
}

button {
    overflow: visible;
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

fieldset {
    padding: .35em .75em .625em
}

input {
    overflow: visible
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

select {
    text-transform: none
}

textarea {
    margin: 0;
    overflow: auto;
    resize: vertical
}

[type=checkbox],[type=radio] {
    padding: 0
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

details,dialog {
    display: block
}

dialog {
    background-color: #fff;
    border: solid;
    color: #000;
    height: -webkit-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -webkit-fit-content;
    width: fit-content
}

dialog:not([open]) {
    display: none
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[tabindex],a,area,button,input,label,select,summary,textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

[hidden] {
    display: none
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled=true],[disabled] {
    cursor: not-allowed
}

[aria-hidden=false][hidden]:not(:focus) {
    clip: rect(0,0,0,0);
    display: inherit;
    position: absolute
}

.block--article-navigation {
    margin-bottom: 20px;
    transition: top .2s ease-in-out;
    top: 0;
    z-index: 5
}

.block--article-navigation.aligncenter {
    clear: both;
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    max-width: 760px
}

@media (min-width: 790px) {
    .block--article-navigation.aligncenter {
        margin-left:auto;
        margin-right: auto
    }
}

.block--article-navigation.alignfull {
    max-width: 100%
}

.block--article-navigation.alignwide {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px
}

@media (min-width: 760px) {
    .block--article-navigation.aligncenter,.block--article-navigation.alignwide {
        margin-left:auto;
        margin-right: auto
    }
}

.block--article-navigation .inner,ul.article-navigation {
    background-color: inherit;
    color: inherit
}

ul.article-navigation {
    display: block;
    list-style: none;
    margin: 0 auto;
    max-width: 760px;
    padding: 0;
    position: relative
}

@media (min-width: 760px) {
    ul.article-navigation {
        -ms-flex-align:center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }
}

ul.article-navigation ul {
    background-color: inherit;
    color: inherit;
    display: none;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0;
    width: 100%;
    z-index: 1
}

@media (min-width: 760px) {
    ul.article-navigation ul {
        position:absolute;
        top: 40px;
        width: 200px
    }
}

ul.article-navigation ul[aria-hidden=false] {
    display: block
}

ul.article-navigation ul li {
    display: list-item;
    float: none;
    position: relative;
    width: 100%
}

ul.article-navigation ul li a {
    height: auto
}

ul.article-navigation ul ul li {
    left: 200px;
    position: relative;
    top: -40px
}

ul.article-navigation li {
    -ms-flex-align: center;
    align-items: center;
    background-color: inherit;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

ul.article-navigation .has-children>a {
    font-weight: 700;
    padding-right: 40px
}

@media (min-width: 760px) {
    ul.article-navigation .has-children>a {
        font-weight:400;
        width: 100%
    }
}

ul.article-navigation .article-navigation__flyout-toggle {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    outline: none;
    overflow: visible;
    padding: 0;
    text-decoration: none;
    content: "";
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px
}

@media (min-width: 760px) {
    ul.article-navigation .article-navigation__flyout-toggle {
        height:100%
    }
}

ul.article-navigation .article-navigation__flyout-toggle:after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTJweCIgdmlld0JveD0iMCAwIDE2IDEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9ImNoZXZyb24iPgogICAgICAgICAgICA8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTYsOS44OTcgTDgsMC41NjMgTDAsOS44OTcgTDEuNzk2LDExLjQzNyBMOCw0LjIgTDE0LjIwNCwxMS40MzcgTDE2LDkuODk3IEwxNiw5Ljg5NyBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=);
    background-position: 50%;
    background-size: 10px 8px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: transform .2s ease-in-out
}

ul.article-navigation .article-navigation__flyout-toggle[aria-expanded=true] {
    background-color: rgba(0,0,0,.1)
}

ul.article-navigation .article-navigation__flyout-toggle[aria-expanded=true]:after {
    -ms-transform: rotate(0);
    transform: rotate(0)
}

ul.article-navigation>li>a {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    white-space: nowrap;
    width: 100%
}

@media (min-width: 760px) {
    ul.article-navigation>li>a {
        width:auto
    }
}

ul.article-navigation a {
    color: inherit;
    display: block;
    padding: 10px 14px;
    text-decoration: none;
    transition: background-color .1s ease-in-out;
    width: 100%
}

ul.article-navigation li:focus>a,ul.article-navigation li:hover>a {
    background-color: rgba(0,0,0,.1)
}

ul.article-navigation li li a {
    display: block;
    width: 100%
}

button.article-navigation__burger {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    outline: none;
    overflow: visible;
    padding: 0;
    text-decoration: none;
    display: inline-block;
    padding: 12px
}

@media (min-width: 760px) {
    button.article-navigation__burger {
        display:none
    }
}

button.article-navigation__burger svg {
    fill: #fff;
    height: 16px;
    width: 16px
}

button.article-navigation__burger+nav.inner {
    display: none
}

button.article-navigation__burger+nav.inner[aria-hidden=false] {
    display: block
}

@media (min-width: 760px) {
    button.article-navigation__burger+nav.inner {
        display:block
    }
}

.block-editor-page .block-editor-block-list__layout ul.article-navigation {
    display: -ms-flexbox;
    display: flex;
    font-family: Roboto,sans-serif
}

.block-editor-page .block-editor-block-list__layout ul.article-navigation a {
    border: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.block-editor-page .block-editor-block-list__layout ul.article-navigation li {
    list-style: none;
    margin: 0
}

.block-editor-page .block-editor-block-list__layout ul.article-navigation li.has-children>a:after {
    content: "\203A";
    display: block;
    font-size: 20px;
    position: absolute;
    right: 20px;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: transform .2s ease-in-out
}

.block-editor-page .block-editor-block-list__layout ul.article-navigation li.has-children>a:hover:after {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.block-editor-page .block-editor-block-list__layout ul.article-navigation ul.article-navigation {
    display: none
}

.block-editor-page .block-editor-block-list__layout ul.article-navigation>li>a:hover+ul.article-navigation {
    display: block
}

.block--essay-header {
    font-family: Roboto,sans-serif;
    top: 0;
    width: 100%;
    z-index: 5
}

.admin-bar:not(.block-editor-page) .block--essay-header.js-is-sticky {
    top: 46px
}

@media (min-width: 782px) {
    .admin-bar:not(.block-editor-page) .block--essay-header.js-is-sticky {
        top:32px
    }
}

.block--essay-header .inner {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 auto;
    padding: .78125rem 15px;
    max-width: 100%
}

.block--essay-header.is-style-lato .essay-header__title,.block--essay-header.is-style-lato .essay-header__title--input {
    font-family: Lato,sans-serif
}

.block--essay-header.is-style-crimson-text .essay-header__title,.block--essay-header.is-style-crimson-text .essay-header__title--input {
    font-family: Crimson Text,serif
}

.block--essay-header.is-style-playfair .essay-header__title,.block--essay-header.is-style-playfair .essay-header__title--input {
    font-family: Playfair Display,serif
}

.block--essay-header.is-style-franklin-gothic .essay-header__title,.block--essay-header.is-style-franklin-gothic .essay-header__title--input {
    font-family: franklin-gothic-urw,helvetica,sans-serif
}

.essay-header__logo {
    color: inherit!important;
    display: inline-block;
    margin-right: 1.875rem;
    overflow: hidden;
    transition: opacity .3s ease-in-out;
    width: 1.0625rem
}

@media (min-width: 782px) {
    .essay-header__logo {
        width:10.9375rem
    }
}

.essay-header__logo:focus,.essay-header__logo:hover {
    opacity: .5
}

.essay-header__logo>span {
    display: block
}

.essay-header__logo svg {
    vertical-align: middle;
    width: 10.9375rem
}

.essay-header__logo svg .brookings-desktop {
    display: none
}

@media (min-width: 782px) {
    .essay-header__logo svg .brookings-desktop {
        display:block
    }
}

.essay-header__title,.essay-header__title--input {
    font-family: Roboto,sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.25
}

.essay-header__title {
    display: none;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%
}

@media (min-width: 782px) {
    .essay-header__title {
        display:inline-block
    }
}

.block-editor-page .block-editor-block-list__layout .essay-header__social,.single-essay.new-essay .essay-header__social {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 0 0 auto;
    padding: 0;
    width: auto
}

.block-editor .editor-styles-wrapper .block-editor-page .block-editor-block-list__layout .essay-header__social,.block-editor .editor-styles-wrapper .single-essay.new-essay .essay-header__social {
    margin: 0 0 0 auto;
    padding: 0
}

.block-editor-page .block-editor-block-list__layout .essay-header__social li,.single-essay.new-essay .essay-header__social li {
    display: inline-block;
    margin: 0 .9375rem 0 0;
    max-height: 1.25rem;
    width: 1.25rem
}

.block-editor-page .block-editor-block-list__layout .essay-header__social li:last-child,.single-essay.new-essay .essay-header__social li:last-child {
    margin-right: 0
}

.block-editor-page .block-editor-block-list__layout .essay-header__social li a,.block-editor-page .block-editor-block-list__layout .essay-header__social li span,.single-essay.new-essay .essay-header__social li a,.single-essay.new-essay .essay-header__social li span {
    color: inherit;
    display: inherit;
    line-height: 1;
    max-height: 1.25rem;
    opacity: .5;
    transition: opacity .3s ease-in-out;
    vertical-align: middle
}

.block-editor-page .block-editor-block-list__layout .essay-header__social li a:focus,.block-editor-page .block-editor-block-list__layout .essay-header__social li a:hover,.block-editor-page .block-editor-block-list__layout .essay-header__social li span:focus,.block-editor-page .block-editor-block-list__layout .essay-header__social li span:hover,.single-essay.new-essay .essay-header__social li a:focus,.single-essay.new-essay .essay-header__social li a:hover,.single-essay.new-essay .essay-header__social li span:focus,.single-essay.new-essay .essay-header__social li span:hover {
    opacity: 1
}

.block-editor-page .block-editor-block-list__layout .essay-header__social li a svg,.block-editor-page .block-editor-block-list__layout .essay-header__social li span svg,.single-essay.new-essay .essay-header__social li a svg,.single-essay.new-essay .essay-header__social li span svg {
    max-height: 1.125rem;
    vertical-align: inherit
}

.block-editor-page .wp-block[data-type="brookings/block-essay-header"] {
    max-width: 100%
}

.block-editor-page.post-type-essay.has-essay-header .editor-post-title__input {
    display: none
}

.block-editor-page.post-type-essay.has-essay-header .essay-header__logo svg {
    vertical-align: -.3125rem
}

.block-editor-page.post-type-essay.has-essay-header .essay-header__title {
    margin: 0
}

.block-editor-page.post-type-essay.has-essay-header .essay-header__title--input {
    background-color: transparent;
    border-radius: 0;
    display: block;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    font-size: 1.125rem;
    line-height: 1.25;
    max-width: 50%;
    width: 100%;
    word-break: keep-all
}

.block-editor-page.post-type-essay.has-essay-header .essay-header__title--input:focus {
    color: inherit
}

.block--essay-hero {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    max-height: none;
    position: relative;
    z-index: 0
}

@media (min-width: 760px) {
    .block--essay-hero {
        -ms-flex-direction:inherit;
        flex-direction: inherit;
        height: 90vh;
        min-height: 30vh;
        max-height: 75vh
    }

    .admin-bar:not(.block-editor-page) .block--essay-hero {
        margin-top: -32px
    }
}

.block--essay-hero .block--essay-author {
    display: inline
}

.block--essay-hero--wrapper {
    width: 100%;
    z-index: 0
}

@media (min-width: 760px) {
    .block--essay-hero--wrapper {
        height:100%;
        overflow: hidden;
        position: fixed;
        top: 0
    }
}

.block--essay-hero--wrapper img,.block--essay-hero--wrapper video {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.block--essay-hero.is-style-lato .inner * {
    font-family: Lato,sans-serif
}

.block--essay-hero.is-style-crimson-text .inner * {
    font-family: Crimson Text,serif
}

.block--essay-hero.is-style-playfair .inner * {
    font-family: Playfair Display,serif
}

.block--essay-hero.is-style-franklin-gothic .inner * {
    font-family: franklin-gothic-urw,helvetica,sans-serif
}

.block--essay-hero.top-left .inner {
    -ms-flex-align: start;
    align-items: flex-start
}

.block--essay-hero.top-center .inner {
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.block--essay-hero.top-right .inner {
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right
}

.block--essay-hero.center-left .inner {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.block--essay-hero.center-center .inner {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.block--essay-hero.center-right .inner {
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: right
}

.block--essay-hero.bottom-left .inner {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.block--essay-hero.bottom-center .inner {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center
}

.block--essay-hero.bottom-right .inner {
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right
}

.block--essay-hero.opacity-0 .inner {
    text-shadow: 0 0 6px transparent
}

.block--essay-hero.opacity-1 .inner {
    text-shadow: 0 0 6px rgba(0,0,0,.1)
}

.block--essay-hero.opacity-2 .inner {
    text-shadow: 0 0 6px rgba(0,0,0,.2)
}

.block--essay-hero.opacity-3 .inner {
    text-shadow: 0 0 6px rgba(0,0,0,.3)
}

.block--essay-hero.opacity-4 .inner {
    text-shadow: 0 0 6px rgba(0,0,0,.4)
}

.block--essay-hero.opacity-5 .inner {
    text-shadow: 0 0 6px rgba(0,0,0,.5)
}

.block--essay-hero.opacity-6 .inner {
    text-shadow: 0 0 6px rgba(0,0,0,.6)
}

.block--essay-hero.opacity-7 .inner {
    text-shadow: 0 0 6px rgba(0,0,0,.7)
}

.block--essay-hero.opacity-8 .inner {
    text-shadow: 0 0 6px rgba(0,0,0,.8)
}

.block--essay-hero.opacity-9 .inner {
    text-shadow: 0 0 6px rgba(0,0,0,.9)
}

.block--essay-hero.opacity-10 .inner {
    text-shadow: 0 0 6px #000
}

.block--essay-hero .inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: Roboto,sans-serif;
    margin: 2.1875rem .5rem;
    width: auto
}

@media (min-width: 760px) {
    .block--essay-hero .inner {
        margin:4.375rem auto;
        max-width: 1250px
    }
}

@media (min-width: 1250px) {
    .block--essay-hero .inner {
        margin:4.375rem auto
    }
}

.admin-bar.block-editor-page .block--essay-hero .inner {
    padding-left: 1.875rem;
    padding-right: 1.875rem
}

.block--essay-hero__title {
    color: #000001;
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1rem;
    margin-top: 0;
    text-shadow: none
}

@media (min-width: 760px) {
    .block--essay-hero__title {
        color:inherit;
        font-size: 3.5rem;
        line-height: 1;
        margin-bottom: 1.25rem;
        text-shadow: inherit
    }
}

@media (min-width: 1200px) {
    .block--essay-hero__title {
        font-size:6rem
    }
}

.block--essay-hero__sub-title {
    color: #000001;
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 0;
    text-shadow: none
}

@media (min-width: 760px) {
    .block--essay-hero__sub-title {
        color:inherit;
        font-size: 2.25rem;
        line-height: 1;
        margin-bottom: .625rem;
        text-shadow: inherit
    }
}

@media (min-width: 1200px) {
    .block--essay-hero__sub-title {
        font-size:2.81rem
    }
}

.block--essay-hero__author {
    color: #000001;
    font-size: 1.0625rem;
    line-height: 1.25;
    margin-top: 1.5rem;
    text-shadow: none
}

@media (min-width: 760px) {
    .block--essay-hero__author {
        color:inherit;
        font-size: 1.812rem;
        line-height: 1;
        margin-top: 4rem;
        text-shadow: inherit
    }
}

@media (min-width: 1200px) {
    .block--essay-hero__author {
        font-size:2.125rem
    }
}

.block--essay-hero__author a {
    color: inherit!important;
    text-decoration: none
}

.block--essay-hero__author a:focus,.block--essay-hero__author a:hover {
    text-decoration: underline
}

.block--essay-hero__editor {
    color: #000001;
    font-size: .9rem;
    line-height: 1.25;
    margin-top: 1rem;
    text-shadow: none
}

@media (min-width: 760px) {
    .block--essay-hero__editor {
        color:inherit;
        font-size: 1.0625rem;
        line-height: 1;
        margin-top: 1.5rem;
        text-shadow: inherit
    }
}

@media (min-width: 1200px) {
    .block--essay-hero__editor {
        font-size:1.425rem
    }
}

.block--essay-hero__editor a {
    color: inherit!important;
    text-decoration: none
}

.block--essay-hero__editor a:focus,.block--essay-hero__editor a:hover {
    text-decoration: underline
}

.block-editor-page .wp-block[data-type="brookings/block-essay-hero"] {
    max-width: 100%
}

.block-editor-page .wp-block[data-type="brookings/block-essay-hero"] .block--essay-hero {
    height: 45rem
}

@media (min-width: 782px) {
    .block-editor-page .wp-block[data-type="brookings/block-essay-hero"] .block--essay-hero {
        height:45rem;
        min-height: 45rem;
        max-height: 100%
    }
}

.block-editor-page .wp-block[data-type="brookings/block-essay-hero"] .block--essay-hero--wrapper {
    position: absolute;
    height: 45rem;
    max-height: 100%
}

@media (min-width: 782px) {
    .block-editor-page .wp-block[data-type="brookings/block-essay-hero"] .block--essay-hero--wrapper {
        height:45rem;
        min-height: 45rem;
        max-height: 100%
    }
}

.block-editor-page .editor-styles-wrapper h1.block--essay-hero__title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    margin-top: 0
}

@media (min-width: 782px) {
    .block-editor-page .editor-styles-wrapper h1.block--essay-hero__title {
        font-size:4rem;
        line-height: 1
    }
}

.block-editor-page .block--essay-hero__media-placeholder {
    position: relative
}

.block-editor-page .block--essay-hero__media-placeholder img {
    position: relative;
    z-index: 0
}

.block-editor-page .block--essay-hero__media-placeholder .components-button {
    background-color: #fff;
    left: 10px;
    position: absolute;
    top: 10px;
    z-index: 1
}

.block-editor-page .components-text-control__author {
    display: -ms-flexbox;
    display: flex
}

.block-editor-page .components-text-control__author .components-button {
    margin-left: 5px
}

.block-editor-page .block--essay-hero__location-controls .components-base-control__field {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%
}

.block-editor-page .block--essay-hero__location-controls .components-base-control__label {
    width: 100%
}

.block-editor-page .block--essay-hero__location-controls .components-radio-control__option {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    height: 1.875rem;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 33.33%
}

.block-editor-page .block--essay-hero__location-controls .components-radio-control__option .components-radio-control__input {
    margin-right: 0
}

.block--essay-authors--wrapper {
    font-family: Roboto,sans-serif;
    margin: 50px 15px;
    max-width: 760px
}

.block--essay-authors--wrapper.alignleft,.block--essay-authors--wrapper.alignright {
    padding: 0
}

@media (min-width: 760px) {
    .block--essay-authors--wrapper.alignleft,.block--essay-authors--wrapper.alignright {
        padding:0
    }
}

.block--essay-authors--wrapper.alignleft .block--essay-author__wrapper .block--essay-author,.block--essay-authors--wrapper.alignright .block--essay-author__wrapper .block--essay-author {
    display: inherit
}

.block--essay-authors--wrapper.alignleft .block--essay-author__wrapper .block--essay-author__image,.block--essay-authors--wrapper.alignright .block--essay-author__wrapper .block--essay-author__image {
    margin: 0 auto 10px
}

@media (min-width: 760px) {
    .block--essay-authors--wrapper.alignleft .block--essay-author__wrapper .block--essay-author__image,.block--essay-authors--wrapper.alignright .block--essay-author__wrapper .block--essay-author__image {
        margin:0 0 10px
    }
}

.block--essay-authors--wrapper.alignright {
    max-width: 900px
}

.block--essay-authors--wrapper.alignright .block--essay-author__wrapper {
    display: block;
    text-align: left!important;
    margin: 0 15px
}

@media (min-width: 760px) {
    .block--essay-authors--wrapper.alignright .block--essay-author__wrapper {
        float:right;
        margin-bottom: 20px;
        margin-left: 30px;
        margin-right: 20px;
        max-width: 19.0625rem;
        padding: 30px
    }
}

.block--essay-authors--wrapper.alignleft {
    max-width: 900px
}

.block--essay-authors--wrapper.alignleft .block--essay-author__wrapper {
    display: block;
    margin: 0 15px
}

@media (min-width: 760px) {
    .block--essay-authors--wrapper.alignleft .block--essay-author__wrapper {
        float:left;
        margin-bottom: 20px;
        margin-left: 20px;
        margin-right: 30px;
        max-width: 19.0625rem;
        padding: 30px
    }
}

.block--essay-authors--wrapper.is-style-roboto {
    font-family: Roboto,sans-serif
}

.block--essay-authors--wrapper.is-style-lato {
    font-family: Lato,sans-serif
}

.block--essay-authors--wrapper.is-style-crimson-text {
    font-family: Crimson Text,serif
}

.block--essay-authors--wrapper.is-style-playfair {
    font-family: Playfair Display,serif
}

.block--essay-authors--wrapper.is-style-franklin-gothic {
    font-family: franklin-gothic-urw,helvetica,sans-serif
}

@media (min-width: 760px) {
    .block--essay-authors--wrapper {
        margin:50px auto
    }
}

.block--essay-authors--wrapper .block--essay-author__wrapper {
    padding: 30px
}

@media (min-width: 760px) {
    .block--essay-authors--wrapper .block--essay-author__wrapper {
        padding:50px
    }
}

.block--essay-authors--wrapper h3,.block--essay-authors--wrapper h4,.block--essay-authors--wrapper h5,.block--essay-authors--wrapper p {
    font-family: inherit;
    margin-top: 0
}

.block--essay-authors--wrapper h3 {
    font-size: 24px!important;
    font-weight: 400;
    margin-bottom: 48px!important;
    text-align: center
}

@media (min-width: 760px) {
    .block--essay-authors--wrapper h3 {
        text-align:left
    }
}

.block--essay-authors--wrapper h3 a {
    border-bottom: 0;
    color: inherit
}

.block--essay-authors--wrapper h3 a:focus,.block--essay-authors--wrapper h3 a:hover {
    border-bottom: 1px dotted;
    text-decoration: none
}

.block--essay-authors--wrapper h4 {
    font-size: 20px!important;
    margin-bottom: 10px
}

.block--essay-authors--wrapper h4 a {
    display: inline-block;
    border: none
}

.block--essay-authors--wrapper h5 {
    font-size: 16px!important;
    font-weight: 400;
    margin-bottom: 15px
}

.block--essay-authors--wrapper p {
    font-size: 14px!important;
    line-height: 22px!important
}

.block--essay-authors--wrapper p:last-child {
    margin-bottom: 0
}

.block--essay-authors--wrapper a {
    border-bottom: 1px dotted;
    color: inherit;
    text-decoration: none
}

.block--essay-authors--wrapper .block--essay-author {
    font-size: 14px;
    margin-bottom: 50px
}

@media (min-width: 760px) {
    .block--essay-authors--wrapper .block--essay-author {
        display:-ms-flexbox;
        display: flex
    }
}

.block--essay-authors--wrapper .block--essay-author:last-child {
    margin-bottom: 0
}

.block--essay-authors--wrapper .block--essay-author>p {
    margin: 0
}

@media (min-width: 760px) {
    .block--essay-authors--wrapper .block--essay-author>p {
        padding:0 20px 0 40px
    }
}

.block--essay-authors--wrapper .block--essay-author__image {
    height: 160px;
    margin: 0 auto 20px;
    width: 160px
}

.block--essay-authors--wrapper .block--essay-author__image img {
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    width: 100%
}

@media (min-width: 760px) {
    .block--essay-authors--wrapper .block--essay-author__image {
        -ms-flex-negative:0;
        flex-shrink: 0;
        margin: 0 30px 0 0
    }
}

.block--essay-authors--wrapper .block--essay-author__content h4,.block--essay-authors--wrapper .block--essay-author__content h5 {
    text-align: center
}

@media (min-width: 760px) {
    .block--essay-authors--wrapper .block--essay-author__content h4,.block--essay-authors--wrapper .block--essay-author__content h5 {
        text-align:left
    }
}

.block--essay-authors--wrapper.is-style-inline .block--essay-author {
    width: 100%
}

.block--essay-authors--wrapper.is-style-inline .block--essay-author__image {
    height: 7.8125rem;
    width: 7.8125rem;
    margin-right: 15px
}

.block--essay-authors--wrapper.is-style-inline .block--essay-author__content {
    padding-left: 0
}

.block-editor-page .block--essay-authors--wrapper textarea {
    color: #000!important;
    padding: 6px 8px
}

.block-editor-page .block--essay-author {
    margin-bottom: 0
}

.block-editor-page .block--essay-author__button-row {
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 50px
}

.block-editor-page .block--essay-author__button-row:last-child {
    margin-bottom: 0
}

.block-editor-page div[data-type="brookings/block-essay-author"] .block-editor-block-list__layout h3 {
    font-size: 24px!important;
    font-weight: 300!important
}

.block-editor-page div[data-type="brookings/block-essay-author"] .block-editor-block-list__layout h4 {
    font-size: 20px!important
}

.block-editor-page div[data-type="brookings/block-essay-author"] .block-editor-block-list__layout h4 a {
    display: inline-block;
    border: none
}

.block-editor-page div[data-type="brookings/block-essay-author"] .block-editor-block-list__layout h5 {
    font-size: 16px!important
}

.block-editor-page div[data-type="brookings/block-essay-author"] .block-editor-block-list__layout p {
    font-size: 14px!important
}

.block-editor-page div[data-type="brookings/block-essay-author"][data-align=left] .block--essay-author__wrapper,.block-editor-page div[data-type="brookings/block-essay-author"][data-align=right] .block--essay-author__wrapper {
    max-width: 19.0625rem;
    padding: 30px
}

.block-editor-page div[data-type="brookings/block-essay-author"][data-align=left] .block--essay-author__wrapper .block--essay-author,.block-editor-page div[data-type="brookings/block-essay-author"][data-align=right] .block--essay-author__wrapper .block--essay-author {
    display: block
}

.block-editor-page div[data-type="brookings/block-essay-author"][data-align=left] .block--essay-author__wrapper .block--essay-author .block--essay-author__image,.block-editor-page div[data-type="brookings/block-essay-author"][data-align=right] .block--essay-author__wrapper .block--essay-author .block--essay-author__image {
    display: initial;
    margin-bottom: 10px
}

.block-editor-page div[data-type="brookings/block-essay-author"][data-align=left] .block--essay-author__wrapper .block--essay-author .block--essay-author__image img,.block-editor-page div[data-type="brookings/block-essay-author"][data-align=right] .block--essay-author__wrapper .block--essay-author .block--essay-author__image img {
    height: 7.8125rem;
    width: 7.8125rem;
    margin-right: 15px
}

.block-editor-page div[data-type="brookings/block-essay-author"][data-align=right] {
    margin-right: 10%
}

.block-editor-page div[data-type="brookings/block-essay-author"][data-align=left] {
    margin-left: 10%
}

.block--downloads .downloads-block__wrapper {
    margin: 30px auto;
    padding: 0 16px
}

@media (min-width: 760px) {
    .block--downloads .downloads-block__wrapper {
        padding:0
    }
}

.block--downloads .downloads-block__content {
    max-width: 760px;
    margin: 0 auto
}

.block--downloads .downloads-block__title {
    display: inline-block;
    font-size: 24px;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 10px;
    margin-top: 4px;
    text-transform: uppercase
}

.block--downloads .downloads-block__file {
    color: #333;
    display: -ms-flexbox;
    display: flex;
    font-weight: 900;
    margin-bottom: 10px;
    padding-left: 35px;
    position: relative;
    text-decoration: none;
    -ms-flex-align: center;
    align-items: center;
    min-height: 30px
}

.block--downloads .downloads-block__file:focus,.block--downloads .downloads-block__file:hover {
    text-decoration: underline
}

.block--downloads i {
    left: 0;
    position: absolute;
    top: 0
}

.block--downloads i svg {
    width: 30px;
    height: auto
}

.block--downloads.is-style-lato * {
    font-family: Lato,sans-serif
}

.block--downloads.is-style-crimson-text * {
    font-family: Crimson Text,serif
}

.block--downloads.is-style-playfair * {
    font-family: Playfair Display,serif
}

.block--downloads.is-style-franklin-gothic * {
    font-family: franklin-gothic-urw,helvetica,sans-serif
}

.block--downloads .downloads-block__content {
    padding: 15px
}

.block--downloads.wide {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px
}

.block--downloads.full {
    max-width: 100%
}

.block--downloads.left,.block--downloads.right {
    margin: 0 auto;
    max-width: 760px
}

@media (min-width: 760px) {
    .block--downloads.left,.block--downloads.right {
        margin:0 auto;
        position: relative
    }

    .block--downloads.left .downloads-block__content,.block--downloads.right .downloads-block__content {
        width: 305px
    }

    .block--downloads.left .downloads-block__content .downloads-block__title,.block--downloads.right .downloads-block__content .downloads-block__title {
        margin-top: 0
    }

    .block--downloads.left {
        display: block;
        margin: 0 30px
    }
}

@media (min-width: 760px) and (min-width:790px) {
    .block--downloads.left {
        float:left;
        margin-bottom: 20px;
        margin-left: 20px;
        margin-right: 30px;
        max-width: 19.0625rem;
        padding: 0
    }
}

@media (min-width: 760px) {
    .block--downloads.right {
        display:block;
        margin: 0 30px
    }
}

@media (min-width: 760px) and (min-width:790px) {
    .block--downloads.right {
        float:right;
        margin-bottom: 20px;
        margin-left: 30px;
        margin-right: 20px;
        max-width: 19.0625rem;
        padding: 0
    }
}

@media (min-width: 760px) {
    .block--downloads.wide .downloads-block__wrapper {
        margin-left:auto;
        margin-right: auto;
        max-width: 1000px
    }

    .block--downloads.full .downloads-block__wrapper {
        max-width: 100%
    }
}

.block--essay-pub-date {
    font-family: Roboto,sans-serif;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1rem;
    margin: 30px auto;
    max-width: 760px;
    padding: 0 .9375rem;
    text-align: left;
    text-transform: uppercase;
    width: auto
}

@media (min-width: 760px) {
    .block--essay-pub-date {
        padding:0;
        width: 100%
    }
}

.block--essay-pub-date.is-style-lato {
    font-family: Lato,sans-serif
}

.block--essay-pub-date.is-style-crimson-text {
    font-family: Crimson Text,serif
}

.block--essay-pub-date.is-style-playfair {
    font-family: Playfair Display,serif
}

.block--essay-pub-date.is-style-franklin-gothic {
    font-family: franklin-gothic-urw,helvetica,sans-serif
}

.block--essay-pub-date--manual-date .components-datetime__date,.block--essay-pub-date--manual-date .components-datetime__date-help-button,.block--essay-pub-date--manual-date .components-datetime__time fieldset:last-child .components-datetime__time-wrapper {
    display: none
}

.wp-block-pullquote {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 760px;
    padding: 0
}

.wp-block-pullquote.has-black-color,.wp-block-pullquote.has-black-color:focus,.wp-block-pullquote.has-black-color:hover {
    color: #000
}

.wp-block-pullquote.has-black-background-color {
    background-color: #000
}

.wp-block-pullquote.has-blue-10-color,.wp-block-pullquote.has-blue-10-color:focus,.wp-block-pullquote.has-blue-10-color:hover {
    color: #dde5ed
}

.wp-block-pullquote.has-blue-10-background-color {
    background-color: #dde5ed
}

.wp-block-pullquote.has-blue-20-color,.wp-block-pullquote.has-blue-20-color:focus,.wp-block-pullquote.has-blue-20-color:hover {
    color: #d0d3d4
}

.wp-block-pullquote.has-blue-20-background-color {
    background-color: #d0d3d4
}

.wp-block-pullquote.has-blue-60-color,.wp-block-pullquote.has-blue-60-color:focus,.wp-block-pullquote.has-blue-60-color:hover {
    color: #a7bcd6
}

.wp-block-pullquote.has-blue-60-background-color {
    background-color: #a7bcd6
}

.wp-block-pullquote.has-blue-80-color,.wp-block-pullquote.has-blue-80-color:focus,.wp-block-pullquote.has-blue-80-color:hover {
    color: #326295
}

.wp-block-pullquote.has-blue-80-background-color {
    background-color: #326295
}

.wp-block-pullquote.has-blue-color,.wp-block-pullquote.has-blue-color:focus,.wp-block-pullquote.has-blue-color:hover {
    color: #0d73d6
}

.wp-block-pullquote.has-blue-background-color {
    background-color: #0d73d6
}

.wp-block-pullquote.has-brookings-blue-color,.wp-block-pullquote.has-brookings-blue-color:focus,.wp-block-pullquote.has-brookings-blue-color:hover {
    color: #003a70
}

.wp-block-pullquote.has-brookings-blue-background-color {
    background-color: #003a70
}

.wp-block-pullquote.has-dark-gray-color,.wp-block-pullquote.has-dark-gray-color:focus,.wp-block-pullquote.has-dark-gray-color:hover {
    color: #4c4c4c
}

.wp-block-pullquote.has-dark-gray-background-color {
    background-color: #4c4c4c
}

.wp-block-pullquote.has-gold-dark-color,.wp-block-pullquote.has-gold-dark-color:focus,.wp-block-pullquote.has-gold-dark-color:hover {
    color: #685f40
}

.wp-block-pullquote.has-gold-dark-background-color {
    background-color: #685f40
}

.wp-block-pullquote.has-gold-color,.wp-block-pullquote.has-gold-color:focus,.wp-block-pullquote.has-gold-color:hover {
    color: #b9874b
}

.wp-block-pullquote.has-gold-background-color {
    background-color: #b9874b
}

.wp-block-pullquote.has-gray-05-color,.wp-block-pullquote.has-gray-05-color:focus,.wp-block-pullquote.has-gray-05-color:hover {
    color: #f2f2f2
}

.wp-block-pullquote.has-gray-05-background-color {
    background-color: #f2f2f2
}

.wp-block-pullquote.has-gray-10-color,.wp-block-pullquote.has-gray-10-color:focus,.wp-block-pullquote.has-gray-10-color:hover {
    color: #e6e6e6
}

.wp-block-pullquote.has-gray-10-background-color {
    background-color: #e6e6e6
}

.wp-block-pullquote.has-gray-20-color,.wp-block-pullquote.has-gray-20-color:focus,.wp-block-pullquote.has-gray-20-color:hover {
    color: #ccc
}

.wp-block-pullquote.has-gray-20-background-color {
    background-color: #ccc
}

.wp-block-pullquote.has-gray-30-color,.wp-block-pullquote.has-gray-30-color:focus,.wp-block-pullquote.has-gray-30-color:hover {
    color: #b3b3b3
}

.wp-block-pullquote.has-gray-30-background-color {
    background-color: #b3b3b3
}

.wp-block-pullquote.has-gray-40-color,.wp-block-pullquote.has-gray-40-color:focus,.wp-block-pullquote.has-gray-40-color:hover {
    color: #999
}

.wp-block-pullquote.has-gray-40-background-color {
    background-color: #999
}

.wp-block-pullquote.has-gray-50-color,.wp-block-pullquote.has-gray-50-color:focus,.wp-block-pullquote.has-gray-50-color:hover {
    color: gray
}

.wp-block-pullquote.has-gray-50-background-color {
    background-color: gray
}

.wp-block-pullquote.has-gray-60-color,.wp-block-pullquote.has-gray-60-color:focus,.wp-block-pullquote.has-gray-60-color:hover {
    color: #666
}

.wp-block-pullquote.has-gray-60-background-color {
    background-color: #666
}

.wp-block-pullquote.has-gray-70-color,.wp-block-pullquote.has-gray-70-color:focus,.wp-block-pullquote.has-gray-70-color:hover {
    color: #4d4d4d
}

.wp-block-pullquote.has-gray-70-background-color {
    background-color: #4d4d4d
}

.wp-block-pullquote.has-gray-80-color,.wp-block-pullquote.has-gray-80-color:focus,.wp-block-pullquote.has-gray-80-color:hover {
    color: #333
}

.wp-block-pullquote.has-gray-80-background-color {
    background-color: #333
}

.wp-block-pullquote.has-gray-90-color,.wp-block-pullquote.has-gray-90-color:focus,.wp-block-pullquote.has-gray-90-color:hover {
    color: #191919
}

.wp-block-pullquote.has-gray-90-background-color {
    background-color: #191919
}

.wp-block-pullquote.has-gray-color,.wp-block-pullquote.has-gray-color:focus,.wp-block-pullquote.has-gray-color:hover {
    color: #757575
}

.wp-block-pullquote.has-gray-background-color {
    background-color: #757575
}

.wp-block-pullquote.has-green-color,.wp-block-pullquote.has-green-color:focus,.wp-block-pullquote.has-green-color:hover {
    color: #5ca632
}

.wp-block-pullquote.has-green-background-color {
    background-color: #5ca632
}

.wp-block-pullquote.has-light-gray-color,.wp-block-pullquote.has-light-gray-color:focus,.wp-block-pullquote.has-light-gray-color:hover {
    color: #cfd8dc
}

.wp-block-pullquote.has-light-gray-background-color {
    background-color: #cfd8dc
}

.wp-block-pullquote.has-magenta-color,.wp-block-pullquote.has-magenta-color:focus,.wp-block-pullquote.has-magenta-color:hover {
    color: #d2468e
}

.wp-block-pullquote.has-magenta-background-color {
    background-color: #d2468e
}

.wp-block-pullquote.has-orange-40-color,.wp-block-pullquote.has-orange-40-color:focus,.wp-block-pullquote.has-orange-40-color:hover {
    color: #ff9e1b
}

.wp-block-pullquote.has-orange-40-background-color {
    background-color: #ff9e1b
}

.wp-block-pullquote.has-orange-60-color,.wp-block-pullquote.has-orange-60-color:focus,.wp-block-pullquote.has-orange-60-color:hover {
    color: #f26d00
}

.wp-block-pullquote.has-orange-60-background-color {
    background-color: #f26d00
}

.wp-block-pullquote.has-primary-light-color,.wp-block-pullquote.has-primary-light-color:focus,.wp-block-pullquote.has-primary-light-color:hover {
    color: #e0ecfb
}

.wp-block-pullquote.has-primary-light-background-color {
    background-color: #e0ecfb
}

.wp-block-pullquote.has-primary-color,.wp-block-pullquote.has-primary-color:focus,.wp-block-pullquote.has-primary-color:hover {
    color: #053769
}

.wp-block-pullquote.has-primary-background-color {
    background-color: #053769
}

.wp-block-pullquote.has-purple-color,.wp-block-pullquote.has-purple-color:focus,.wp-block-pullquote.has-purple-color:hover {
    color: #8e72d0
}

.wp-block-pullquote.has-purple-background-color {
    background-color: #8e72d0
}

.wp-block-pullquote.has-red-color,.wp-block-pullquote.has-red-color:focus,.wp-block-pullquote.has-red-color:hover {
    color: #ed3a35
}

.wp-block-pullquote.has-red-background-color {
    background-color: #ed3a35
}

.wp-block-pullquote.has-teal-color,.wp-block-pullquote.has-teal-color:focus,.wp-block-pullquote.has-teal-color:hover {
    color: #2a9aad
}

.wp-block-pullquote.has-teal-background-color {
    background-color: #2a9aad
}

.wp-block-pullquote.has-vivid-blue-20-color,.wp-block-pullquote.has-vivid-blue-20-color:focus,.wp-block-pullquote.has-vivid-blue-20-color:hover {
    color: #8ac6ff
}

.wp-block-pullquote.has-vivid-blue-20-background-color {
    background-color: #8ac6ff
}

.wp-block-pullquote.has-vivid-blue-70-color,.wp-block-pullquote.has-vivid-blue-70-color:focus,.wp-block-pullquote.has-vivid-blue-70-color:hover {
    color: #00649f
}

.wp-block-pullquote.has-vivid-blue-70-background-color {
    background-color: #00649f
}

.wp-block-pullquote.has-white-color,.wp-block-pullquote.has-white-color:focus,.wp-block-pullquote.has-white-color:hover {
    color: #fff
}

.wp-block-pullquote.has-white-background-color {
    background-color: #fff
}

.wp-block-pullquote.has-yellow-40-color,.wp-block-pullquote.has-yellow-40-color:focus,.wp-block-pullquote.has-yellow-40-color:hover {
    color: #fd0
}

.wp-block-pullquote.has-yellow-40-background-color {
    background-color: #fd0
}

.wp-block-pullquote.has-yellow-60-color,.wp-block-pullquote.has-yellow-60-color:focus,.wp-block-pullquote.has-yellow-60-color:hover {
    color: #e0bb00
}

.wp-block-pullquote.has-yellow-60-background-color {
    background-color: #e0bb00
}

.wp-block-pullquote.has-yellow-color,.wp-block-pullquote.has-yellow-color:focus,.wp-block-pullquote.has-yellow-color:hover {
    color: #ffecb3
}

.wp-block-pullquote.has-yellow-background-color {
    background-color: #ffecb3
}

.wp-block-pullquote.alignfull {
    max-width: 100%;
    margin: 0 auto 30px
}

@media (max-width: 759px) {
    .wp-block-pullquote.alignleft,.wp-block-pullquote.alignright {
        max-width:calc(100% - 30px)
    }
}

@media (min-width: 760px) {
    .wp-block-pullquote.alignleft,.wp-block-pullquote.alignright {
        margin-bottom:0;
        text-align: left
    }
}

.wp-block-pullquote.alignleft blockquote,.wp-block-pullquote.alignright blockquote {
    max-width: 100%;
    padding: 22.5px
}

@media (min-width: 760px) {
    .wp-block-pullquote.alignleft blockquote,.wp-block-pullquote.alignright blockquote {
        text-align:left
    }
}

@media (min-width: 760px) {
    .wp-block-pullquote.alignleft {
        display:block;
        margin: 0 30px
    }
}

@media (min-width: 760px) and (min-width:790px) {
    .wp-block-pullquote.alignleft {
        float:left;
        margin-bottom: 20px;
        margin-left: 20px;
        margin-right: 30px;
        max-width: 19.0625rem;
        padding: 0
    }
}

@media (min-width: 760px) {
    .wp-block-pullquote.alignright {
        display:block;
        margin: 0 30px
    }
}

@media (min-width: 760px) and (min-width:790px) {
    .wp-block-pullquote.alignright {
        float:right;
        margin-bottom: 20px;
        margin-left: 30px;
        margin-right: 20px;
        max-width: 19.0625rem;
        padding: 0
    }
}

.wp-block-pullquote.alignwide {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    margin: 0 auto 30px
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin: 0;
    max-width: 100%;
    text-align: inherit
}

.wp-block-pullquote blockquote {
    display: inline-block;
    margin: 0;
    padding: 30px
}

.wp-block-pullquote blockquote.has-black-color,.wp-block-pullquote blockquote.has-black-color:focus,.wp-block-pullquote blockquote.has-black-color:hover {
    color: #000
}

.wp-block-pullquote blockquote.has-black-background-color {
    background-color: #000
}

.wp-block-pullquote blockquote.has-blue-10-color,.wp-block-pullquote blockquote.has-blue-10-color:focus,.wp-block-pullquote blockquote.has-blue-10-color:hover {
    color: #dde5ed
}

.wp-block-pullquote blockquote.has-blue-10-background-color {
    background-color: #dde5ed
}

.wp-block-pullquote blockquote.has-blue-20-color,.wp-block-pullquote blockquote.has-blue-20-color:focus,.wp-block-pullquote blockquote.has-blue-20-color:hover {
    color: #d0d3d4
}

.wp-block-pullquote blockquote.has-blue-20-background-color {
    background-color: #d0d3d4
}

.wp-block-pullquote blockquote.has-blue-60-color,.wp-block-pullquote blockquote.has-blue-60-color:focus,.wp-block-pullquote blockquote.has-blue-60-color:hover {
    color: #a7bcd6
}

.wp-block-pullquote blockquote.has-blue-60-background-color {
    background-color: #a7bcd6
}

.wp-block-pullquote blockquote.has-blue-80-color,.wp-block-pullquote blockquote.has-blue-80-color:focus,.wp-block-pullquote blockquote.has-blue-80-color:hover {
    color: #326295
}

.wp-block-pullquote blockquote.has-blue-80-background-color {
    background-color: #326295
}

.wp-block-pullquote blockquote.has-blue-color,.wp-block-pullquote blockquote.has-blue-color:focus,.wp-block-pullquote blockquote.has-blue-color:hover {
    color: #0d73d6
}

.wp-block-pullquote blockquote.has-blue-background-color {
    background-color: #0d73d6
}

.wp-block-pullquote blockquote.has-brookings-blue-color,.wp-block-pullquote blockquote.has-brookings-blue-color:focus,.wp-block-pullquote blockquote.has-brookings-blue-color:hover {
    color: #003a70
}

.wp-block-pullquote blockquote.has-brookings-blue-background-color {
    background-color: #003a70
}

.wp-block-pullquote blockquote.has-dark-gray-color,.wp-block-pullquote blockquote.has-dark-gray-color:focus,.wp-block-pullquote blockquote.has-dark-gray-color:hover {
    color: #4c4c4c
}

.wp-block-pullquote blockquote.has-dark-gray-background-color {
    background-color: #4c4c4c
}

.wp-block-pullquote blockquote.has-gold-dark-color,.wp-block-pullquote blockquote.has-gold-dark-color:focus,.wp-block-pullquote blockquote.has-gold-dark-color:hover {
    color: #685f40
}

.wp-block-pullquote blockquote.has-gold-dark-background-color {
    background-color: #685f40
}

.wp-block-pullquote blockquote.has-gold-color,.wp-block-pullquote blockquote.has-gold-color:focus,.wp-block-pullquote blockquote.has-gold-color:hover {
    color: #b9874b
}

.wp-block-pullquote blockquote.has-gold-background-color {
    background-color: #b9874b
}

.wp-block-pullquote blockquote.has-gray-05-color,.wp-block-pullquote blockquote.has-gray-05-color:focus,.wp-block-pullquote blockquote.has-gray-05-color:hover {
    color: #f2f2f2
}

.wp-block-pullquote blockquote.has-gray-05-background-color {
    background-color: #f2f2f2
}

.wp-block-pullquote blockquote.has-gray-10-color,.wp-block-pullquote blockquote.has-gray-10-color:focus,.wp-block-pullquote blockquote.has-gray-10-color:hover {
    color: #e6e6e6
}

.wp-block-pullquote blockquote.has-gray-10-background-color {
    background-color: #e6e6e6
}

.wp-block-pullquote blockquote.has-gray-20-color,.wp-block-pullquote blockquote.has-gray-20-color:focus,.wp-block-pullquote blockquote.has-gray-20-color:hover {
    color: #ccc
}

.wp-block-pullquote blockquote.has-gray-20-background-color {
    background-color: #ccc
}

.wp-block-pullquote blockquote.has-gray-30-color,.wp-block-pullquote blockquote.has-gray-30-color:focus,.wp-block-pullquote blockquote.has-gray-30-color:hover {
    color: #b3b3b3
}

.wp-block-pullquote blockquote.has-gray-30-background-color {
    background-color: #b3b3b3
}

.wp-block-pullquote blockquote.has-gray-40-color,.wp-block-pullquote blockquote.has-gray-40-color:focus,.wp-block-pullquote blockquote.has-gray-40-color:hover {
    color: #999
}

.wp-block-pullquote blockquote.has-gray-40-background-color {
    background-color: #999
}

.wp-block-pullquote blockquote.has-gray-50-color,.wp-block-pullquote blockquote.has-gray-50-color:focus,.wp-block-pullquote blockquote.has-gray-50-color:hover {
    color: gray
}

.wp-block-pullquote blockquote.has-gray-50-background-color {
    background-color: gray
}

.wp-block-pullquote blockquote.has-gray-60-color,.wp-block-pullquote blockquote.has-gray-60-color:focus,.wp-block-pullquote blockquote.has-gray-60-color:hover {
    color: #666
}

.wp-block-pullquote blockquote.has-gray-60-background-color {
    background-color: #666
}

.wp-block-pullquote blockquote.has-gray-70-color,.wp-block-pullquote blockquote.has-gray-70-color:focus,.wp-block-pullquote blockquote.has-gray-70-color:hover {
    color: #4d4d4d
}

.wp-block-pullquote blockquote.has-gray-70-background-color {
    background-color: #4d4d4d
}

.wp-block-pullquote blockquote.has-gray-80-color,.wp-block-pullquote blockquote.has-gray-80-color:focus,.wp-block-pullquote blockquote.has-gray-80-color:hover {
    color: #333
}

.wp-block-pullquote blockquote.has-gray-80-background-color {
    background-color: #333
}

.wp-block-pullquote blockquote.has-gray-90-color,.wp-block-pullquote blockquote.has-gray-90-color:focus,.wp-block-pullquote blockquote.has-gray-90-color:hover {
    color: #191919
}

.wp-block-pullquote blockquote.has-gray-90-background-color {
    background-color: #191919
}

.wp-block-pullquote blockquote.has-gray-color,.wp-block-pullquote blockquote.has-gray-color:focus,.wp-block-pullquote blockquote.has-gray-color:hover {
    color: #757575
}

.wp-block-pullquote blockquote.has-gray-background-color {
    background-color: #757575
}

.wp-block-pullquote blockquote.has-green-color,.wp-block-pullquote blockquote.has-green-color:focus,.wp-block-pullquote blockquote.has-green-color:hover {
    color: #5ca632
}

.wp-block-pullquote blockquote.has-green-background-color {
    background-color: #5ca632
}

.wp-block-pullquote blockquote.has-light-gray-color,.wp-block-pullquote blockquote.has-light-gray-color:focus,.wp-block-pullquote blockquote.has-light-gray-color:hover {
    color: #cfd8dc
}

.wp-block-pullquote blockquote.has-light-gray-background-color {
    background-color: #cfd8dc
}

.wp-block-pullquote blockquote.has-magenta-color,.wp-block-pullquote blockquote.has-magenta-color:focus,.wp-block-pullquote blockquote.has-magenta-color:hover {
    color: #d2468e
}

.wp-block-pullquote blockquote.has-magenta-background-color {
    background-color: #d2468e
}

.wp-block-pullquote blockquote.has-orange-40-color,.wp-block-pullquote blockquote.has-orange-40-color:focus,.wp-block-pullquote blockquote.has-orange-40-color:hover {
    color: #ff9e1b
}

.wp-block-pullquote blockquote.has-orange-40-background-color {
    background-color: #ff9e1b
}

.wp-block-pullquote blockquote.has-orange-60-color,.wp-block-pullquote blockquote.has-orange-60-color:focus,.wp-block-pullquote blockquote.has-orange-60-color:hover {
    color: #f26d00
}

.wp-block-pullquote blockquote.has-orange-60-background-color {
    background-color: #f26d00
}

.wp-block-pullquote blockquote.has-primary-light-color,.wp-block-pullquote blockquote.has-primary-light-color:focus,.wp-block-pullquote blockquote.has-primary-light-color:hover {
    color: #e0ecfb
}

.wp-block-pullquote blockquote.has-primary-light-background-color {
    background-color: #e0ecfb
}

.wp-block-pullquote blockquote.has-primary-color,.wp-block-pullquote blockquote.has-primary-color:focus,.wp-block-pullquote blockquote.has-primary-color:hover {
    color: #053769
}

.wp-block-pullquote blockquote.has-primary-background-color {
    background-color: #053769
}

.wp-block-pullquote blockquote.has-purple-color,.wp-block-pullquote blockquote.has-purple-color:focus,.wp-block-pullquote blockquote.has-purple-color:hover {
    color: #8e72d0
}

.wp-block-pullquote blockquote.has-purple-background-color {
    background-color: #8e72d0
}

.wp-block-pullquote blockquote.has-red-color,.wp-block-pullquote blockquote.has-red-color:focus,.wp-block-pullquote blockquote.has-red-color:hover {
    color: #ed3a35
}

.wp-block-pullquote blockquote.has-red-background-color {
    background-color: #ed3a35
}

.wp-block-pullquote blockquote.has-teal-color,.wp-block-pullquote blockquote.has-teal-color:focus,.wp-block-pullquote blockquote.has-teal-color:hover {
    color: #2a9aad
}

.wp-block-pullquote blockquote.has-teal-background-color {
    background-color: #2a9aad
}

.wp-block-pullquote blockquote.has-vivid-blue-20-color,.wp-block-pullquote blockquote.has-vivid-blue-20-color:focus,.wp-block-pullquote blockquote.has-vivid-blue-20-color:hover {
    color: #8ac6ff
}

.wp-block-pullquote blockquote.has-vivid-blue-20-background-color {
    background-color: #8ac6ff
}

.wp-block-pullquote blockquote.has-vivid-blue-70-color,.wp-block-pullquote blockquote.has-vivid-blue-70-color:focus,.wp-block-pullquote blockquote.has-vivid-blue-70-color:hover {
    color: #00649f
}

.wp-block-pullquote blockquote.has-vivid-blue-70-background-color {
    background-color: #00649f
}

.wp-block-pullquote blockquote.has-white-color,.wp-block-pullquote blockquote.has-white-color:focus,.wp-block-pullquote blockquote.has-white-color:hover {
    color: #fff
}

.wp-block-pullquote blockquote.has-white-background-color {
    background-color: #fff
}

.wp-block-pullquote blockquote.has-yellow-40-color,.wp-block-pullquote blockquote.has-yellow-40-color:focus,.wp-block-pullquote blockquote.has-yellow-40-color:hover {
    color: #fd0
}

.wp-block-pullquote blockquote.has-yellow-40-background-color {
    background-color: #fd0
}

.wp-block-pullquote blockquote.has-yellow-60-color,.wp-block-pullquote blockquote.has-yellow-60-color:focus,.wp-block-pullquote blockquote.has-yellow-60-color:hover {
    color: #e0bb00
}

.wp-block-pullquote blockquote.has-yellow-60-background-color {
    background-color: #e0bb00
}

.wp-block-pullquote blockquote.has-yellow-color,.wp-block-pullquote blockquote.has-yellow-color:focus,.wp-block-pullquote blockquote.has-yellow-color:hover {
    color: #ffecb3
}

.wp-block-pullquote blockquote.has-yellow-background-color {
    background-color: #ffecb3
}

blockquote.wp-block-quote {
    letter-spacing: 1.015px
}

.core-block blockquote.wp-block-quote cite,.core-block blockquote.wp-block-quote div,.core-block blockquote.wp-block-quote p,.single-essay .core-block blockquote.wp-block-quote cite,.single-essay .core-block blockquote.wp-block-quote div,.single-essay .core-block blockquote.wp-block-quote p,blockquote.wp-block-quote .new-brookings cite,blockquote.wp-block-quote .new-brookings div,blockquote.wp-block-quote .new-brookings p {
    padding-left: 60px;
    padding-right: 60px
}

blockquote.wp-block-quote cite {
    font-style: inherit
}

.wp-block-pullquote {
    border: 0;
    font-size: 24px!important;
    font-weight: 700;
    letter-spacing: 1.015px!important;
    line-height: 30px!important
}

.wp-block-pullquote,.wp-block-pullquote.is-style-roboto {
    font-family: Roboto,sans-serif
}

.wp-block-pullquote.is-style-lato {
    font-family: Lato,sans-serif
}

.wp-block-pullquote.is-style-crimson-text {
    font-family: Crimson Text,serif
}

.wp-block-pullquote.is-style-playfair {
    font-family: Playfair Display,serif
}

.wp-block-pullquote.is-style-franklin-gothic {
    font-family: franklin-gothic-urw,helvetica,sans-serif
}

.wp-block-pullquote.is-style-solid-color blockquote cite,.wp-block-pullquote.is-style-solid-color blockquote p,.wp-block-pullquote blockquote cite,.wp-block-pullquote blockquote p {
    margin: 0 0 15px
}

.wp-block-pullquote.is-style-solid-color blockquote cite:last-child,.wp-block-pullquote.is-style-solid-color blockquote p:last-child,.wp-block-pullquote blockquote cite:last-child,.wp-block-pullquote blockquote p:last-child {
    margin-bottom: 0
}

.wp-block-pullquote p {
    font-family: inherit;
    font-size: 24px!important;
    font-weight: 700!important;
    letter-spacing: 1.015px!important;
    line-height: 30px!important;
    max-width: 100%
}

.wp-block-pullquote cite {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 10px 0 30px
}

.block--essay-acknowledgments .inner {
    font-family: Roboto,sans-serif;
    margin: 0 auto;
    max-width: 760px;
    padding: 2.5rem 15px
}

@media (min-width: 782px) {
    .block--essay-acknowledgments .inner {
        padding:2.5rem 0
    }
}

.block--essay-acknowledgments .inner p {
    margin-bottom: 1.25rem;
    margin-top: 0
}

.block--essay-acknowledgments .inner p:last-child {
    margin-bottom: 0
}

.block--essay-acknowledgments .inner .essay--columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap
}

@media (min-width: 760px) {
    .block--essay-acknowledgments .inner .essay--columns {
        -ms-flex-flow:row wrap;
        flex-flow: row wrap
    }
}

@media (min-width: 760px) {
    .block--essay-acknowledgments .inner .essay--columns .block-editor-rich-text,.block--essay-acknowledgments .inner .essay--columns .essay--column {
        -ms-flex-preferred-size:47.5%;
        flex-basis: 47.5%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 5%;
        width: 47.5%
    }

    .block--essay-acknowledgments .inner .essay--columns .block-editor-rich-text:last-child,.block--essay-acknowledgments .inner .essay--columns .essay--column:last-child {
        margin-right: 0
    }
}

.block--essay-acknowledgments .inner .essay--columns .block-editor-rich-text .essay--column {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%
}

.block--essay-acknowledgments.is-style-lato .inner * {
    font-family: Lato,sans-serif
}

.block--essay-acknowledgments.is-style-crimson-text .inner * {
    font-family: Crimson Text,serif
}

.block--essay-acknowledgments.is-style-playfair .inner * {
    font-family: Playfair Display,serif
}

.block--essay-acknowledgments.is-style-franklin-gothic .inner * {
    font-family: franklin-gothic-urw,helvetica,sans-serif
}

.block--essay-acknowledgments__heading {
    color: inherit;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0
}

.block--essay-acknowledgments__heading+.block--essay-acknowledgments__editors-note {
    margin-top: 0!important
}

.block--essay-acknowledgments__editors-note {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 2.5rem!important;
    margin: 0 auto;
    max-width: 760px;
    padding: 0;
    width: 100%
}

.block--essay-acknowledgments.has-black-color,.block--essay-acknowledgments.has-black-color:focus,.block--essay-acknowledgments.has-black-color:hover {
    color: #000
}

.block--essay-acknowledgments.has-black-background-color {
    background-color: #000
}

.block--essay-acknowledgments.has-blue-10-color,.block--essay-acknowledgments.has-blue-10-color:focus,.block--essay-acknowledgments.has-blue-10-color:hover {
    color: #dde5ed
}

.block--essay-acknowledgments.has-blue-10-background-color {
    background-color: #dde5ed
}

.block--essay-acknowledgments.has-blue-20-color,.block--essay-acknowledgments.has-blue-20-color:focus,.block--essay-acknowledgments.has-blue-20-color:hover {
    color: #d0d3d4
}

.block--essay-acknowledgments.has-blue-20-background-color {
    background-color: #d0d3d4
}

.block--essay-acknowledgments.has-blue-60-color,.block--essay-acknowledgments.has-blue-60-color:focus,.block--essay-acknowledgments.has-blue-60-color:hover {
    color: #a7bcd6
}

.block--essay-acknowledgments.has-blue-60-background-color {
    background-color: #a7bcd6
}

.block--essay-acknowledgments.has-blue-80-color,.block--essay-acknowledgments.has-blue-80-color:focus,.block--essay-acknowledgments.has-blue-80-color:hover {
    color: #326295
}

.block--essay-acknowledgments.has-blue-80-background-color {
    background-color: #326295
}

.block--essay-acknowledgments.has-blue-color,.block--essay-acknowledgments.has-blue-color:focus,.block--essay-acknowledgments.has-blue-color:hover {
    color: #0d73d6
}

.block--essay-acknowledgments.has-blue-background-color {
    background-color: #0d73d6
}

.block--essay-acknowledgments.has-brookings-blue-color,.block--essay-acknowledgments.has-brookings-blue-color:focus,.block--essay-acknowledgments.has-brookings-blue-color:hover {
    color: #003a70
}

.block--essay-acknowledgments.has-brookings-blue-background-color {
    background-color: #003a70
}

.block--essay-acknowledgments.has-dark-gray-color,.block--essay-acknowledgments.has-dark-gray-color:focus,.block--essay-acknowledgments.has-dark-gray-color:hover {
    color: #4c4c4c
}

.block--essay-acknowledgments.has-dark-gray-background-color {
    background-color: #4c4c4c
}

.block--essay-acknowledgments.has-gold-dark-color,.block--essay-acknowledgments.has-gold-dark-color:focus,.block--essay-acknowledgments.has-gold-dark-color:hover {
    color: #685f40
}

.block--essay-acknowledgments.has-gold-dark-background-color {
    background-color: #685f40
}

.block--essay-acknowledgments.has-gold-color,.block--essay-acknowledgments.has-gold-color:focus,.block--essay-acknowledgments.has-gold-color:hover {
    color: #b9874b
}

.block--essay-acknowledgments.has-gold-background-color {
    background-color: #b9874b
}

.block--essay-acknowledgments.has-gray-05-color,.block--essay-acknowledgments.has-gray-05-color:focus,.block--essay-acknowledgments.has-gray-05-color:hover {
    color: #f2f2f2
}

.block--essay-acknowledgments.has-gray-05-background-color {
    background-color: #f2f2f2
}

.block--essay-acknowledgments.has-gray-10-color,.block--essay-acknowledgments.has-gray-10-color:focus,.block--essay-acknowledgments.has-gray-10-color:hover {
    color: #e6e6e6
}

.block--essay-acknowledgments.has-gray-10-background-color {
    background-color: #e6e6e6
}

.block--essay-acknowledgments.has-gray-20-color,.block--essay-acknowledgments.has-gray-20-color:focus,.block--essay-acknowledgments.has-gray-20-color:hover {
    color: #ccc
}

.block--essay-acknowledgments.has-gray-20-background-color {
    background-color: #ccc
}

.block--essay-acknowledgments.has-gray-30-color,.block--essay-acknowledgments.has-gray-30-color:focus,.block--essay-acknowledgments.has-gray-30-color:hover {
    color: #b3b3b3
}

.block--essay-acknowledgments.has-gray-30-background-color {
    background-color: #b3b3b3
}

.block--essay-acknowledgments.has-gray-40-color,.block--essay-acknowledgments.has-gray-40-color:focus,.block--essay-acknowledgments.has-gray-40-color:hover {
    color: #999
}

.block--essay-acknowledgments.has-gray-40-background-color {
    background-color: #999
}

.block--essay-acknowledgments.has-gray-50-color,.block--essay-acknowledgments.has-gray-50-color:focus,.block--essay-acknowledgments.has-gray-50-color:hover {
    color: gray
}

.block--essay-acknowledgments.has-gray-50-background-color {
    background-color: gray
}

.block--essay-acknowledgments.has-gray-60-color,.block--essay-acknowledgments.has-gray-60-color:focus,.block--essay-acknowledgments.has-gray-60-color:hover {
    color: #666
}

.block--essay-acknowledgments.has-gray-60-background-color {
    background-color: #666
}

.block--essay-acknowledgments.has-gray-70-color,.block--essay-acknowledgments.has-gray-70-color:focus,.block--essay-acknowledgments.has-gray-70-color:hover {
    color: #4d4d4d
}

.block--essay-acknowledgments.has-gray-70-background-color {
    background-color: #4d4d4d
}

.block--essay-acknowledgments.has-gray-80-color,.block--essay-acknowledgments.has-gray-80-color:focus,.block--essay-acknowledgments.has-gray-80-color:hover {
    color: #333
}

.block--essay-acknowledgments.has-gray-80-background-color {
    background-color: #333
}

.block--essay-acknowledgments.has-gray-90-color,.block--essay-acknowledgments.has-gray-90-color:focus,.block--essay-acknowledgments.has-gray-90-color:hover {
    color: #191919
}

.block--essay-acknowledgments.has-gray-90-background-color {
    background-color: #191919
}

.block--essay-acknowledgments.has-gray-color,.block--essay-acknowledgments.has-gray-color:focus,.block--essay-acknowledgments.has-gray-color:hover {
    color: #757575
}

.block--essay-acknowledgments.has-gray-background-color {
    background-color: #757575
}

.block--essay-acknowledgments.has-green-color,.block--essay-acknowledgments.has-green-color:focus,.block--essay-acknowledgments.has-green-color:hover {
    color: #5ca632
}

.block--essay-acknowledgments.has-green-background-color {
    background-color: #5ca632
}

.block--essay-acknowledgments.has-light-gray-color,.block--essay-acknowledgments.has-light-gray-color:focus,.block--essay-acknowledgments.has-light-gray-color:hover {
    color: #cfd8dc
}

.block--essay-acknowledgments.has-light-gray-background-color {
    background-color: #cfd8dc
}

.block--essay-acknowledgments.has-magenta-color,.block--essay-acknowledgments.has-magenta-color:focus,.block--essay-acknowledgments.has-magenta-color:hover {
    color: #d2468e
}

.block--essay-acknowledgments.has-magenta-background-color {
    background-color: #d2468e
}

.block--essay-acknowledgments.has-orange-40-color,.block--essay-acknowledgments.has-orange-40-color:focus,.block--essay-acknowledgments.has-orange-40-color:hover {
    color: #ff9e1b
}

.block--essay-acknowledgments.has-orange-40-background-color {
    background-color: #ff9e1b
}

.block--essay-acknowledgments.has-orange-60-color,.block--essay-acknowledgments.has-orange-60-color:focus,.block--essay-acknowledgments.has-orange-60-color:hover {
    color: #f26d00
}

.block--essay-acknowledgments.has-orange-60-background-color {
    background-color: #f26d00
}

.block--essay-acknowledgments.has-primary-light-color,.block--essay-acknowledgments.has-primary-light-color:focus,.block--essay-acknowledgments.has-primary-light-color:hover {
    color: #e0ecfb
}

.block--essay-acknowledgments.has-primary-light-background-color {
    background-color: #e0ecfb
}

.block--essay-acknowledgments.has-primary-color,.block--essay-acknowledgments.has-primary-color:focus,.block--essay-acknowledgments.has-primary-color:hover {
    color: #053769
}

.block--essay-acknowledgments.has-primary-background-color {
    background-color: #053769
}

.block--essay-acknowledgments.has-purple-color,.block--essay-acknowledgments.has-purple-color:focus,.block--essay-acknowledgments.has-purple-color:hover {
    color: #8e72d0
}

.block--essay-acknowledgments.has-purple-background-color {
    background-color: #8e72d0
}

.block--essay-acknowledgments.has-red-color,.block--essay-acknowledgments.has-red-color:focus,.block--essay-acknowledgments.has-red-color:hover {
    color: #ed3a35
}

.block--essay-acknowledgments.has-red-background-color {
    background-color: #ed3a35
}

.block--essay-acknowledgments.has-teal-color,.block--essay-acknowledgments.has-teal-color:focus,.block--essay-acknowledgments.has-teal-color:hover {
    color: #2a9aad
}

.block--essay-acknowledgments.has-teal-background-color {
    background-color: #2a9aad
}

.block--essay-acknowledgments.has-vivid-blue-20-color,.block--essay-acknowledgments.has-vivid-blue-20-color:focus,.block--essay-acknowledgments.has-vivid-blue-20-color:hover {
    color: #8ac6ff
}

.block--essay-acknowledgments.has-vivid-blue-20-background-color {
    background-color: #8ac6ff
}

.block--essay-acknowledgments.has-vivid-blue-70-color,.block--essay-acknowledgments.has-vivid-blue-70-color:focus,.block--essay-acknowledgments.has-vivid-blue-70-color:hover {
    color: #00649f
}

.block--essay-acknowledgments.has-vivid-blue-70-background-color {
    background-color: #00649f
}

.block--essay-acknowledgments.has-white-color,.block--essay-acknowledgments.has-white-color:focus,.block--essay-acknowledgments.has-white-color:hover {
    color: #fff
}

.block--essay-acknowledgments.has-white-background-color {
    background-color: #fff
}

.block--essay-acknowledgments.has-yellow-40-color,.block--essay-acknowledgments.has-yellow-40-color:focus,.block--essay-acknowledgments.has-yellow-40-color:hover {
    color: #fd0
}

.block--essay-acknowledgments.has-yellow-40-background-color {
    background-color: #fd0
}

.block--essay-acknowledgments.has-yellow-60-color,.block--essay-acknowledgments.has-yellow-60-color:focus,.block--essay-acknowledgments.has-yellow-60-color:hover {
    color: #e0bb00
}

.block--essay-acknowledgments.has-yellow-60-background-color {
    background-color: #e0bb00
}

.block--essay-acknowledgments.has-yellow-color,.block--essay-acknowledgments.has-yellow-color:focus,.block--essay-acknowledgments.has-yellow-color:hover {
    color: #ffecb3
}

.block--essay-acknowledgments.has-yellow-background-color {
    background-color: #ffecb3
}

.block-editor-page .wp-block[data-type="brookings/block-essay-acknowledgments"] {
    max-width: 100%
}

.block-editor-page .wp-block[data-type="brookings/block-essay-acknowledgments"] .inner {
    max-width: 760px
}

.block-editor-page .editor-styles-wrapper h2.block--essay-acknowledgments__heading {
    font-size: 1.5rem;
    font-weight: 400;
    color: inherit
}

.block-editor-page .editor-styles-wrapper h2.block--essay-acknowledgments__heading .block-editor-plain-text {
    background-color: transparent;
    color: inherit
}

.block--heading-container,.editor-styles-wrapper,.wp-block-heading {
    margin: 0 .9375rem 30px;
    max-width: 760px;
    width: auto
}

@media (min-width: 790px) {
    .block--heading-container,.editor-styles-wrapper,.wp-block-heading {
        margin:0 auto 30px;
        padding: 0;
        width: 100%
    }
}

.block--essay-footer .inner {
    font-family: Roboto,sans-serif;
    font-size: .875rem;
    margin: 0 auto;
    max-width: 900px;
    padding: 2.1875rem 0;
    text-align: center;
    text-transform: uppercase
}

.block--essay-footer.is-style-lato .inner * {
    font-family: Lato,sans-serif
}

.block--essay-footer.is-style-crimson-text .inner * {
    font-family: Crimson Text,serif
}

.block--essay-footer.is-style-playfair .inner * {
    font-family: Playfair Display,serif
}

.block--essay-footer.is-style-franklin-gothic .inner * {
    font-family: franklin-gothic-urw,helvetica,sans-serif
}

.block--essay-footer.has-black-color,.block--essay-footer.has-black-color:focus,.block--essay-footer.has-black-color:hover {
    color: #000
}

.block--essay-footer.has-black-background-color {
    background-color: #000
}

.block--essay-footer.has-blue-10-color,.block--essay-footer.has-blue-10-color:focus,.block--essay-footer.has-blue-10-color:hover {
    color: #dde5ed
}

.block--essay-footer.has-blue-10-background-color {
    background-color: #dde5ed
}

.block--essay-footer.has-blue-20-color,.block--essay-footer.has-blue-20-color:focus,.block--essay-footer.has-blue-20-color:hover {
    color: #d0d3d4
}

.block--essay-footer.has-blue-20-background-color {
    background-color: #d0d3d4
}

.block--essay-footer.has-blue-60-color,.block--essay-footer.has-blue-60-color:focus,.block--essay-footer.has-blue-60-color:hover {
    color: #a7bcd6
}

.block--essay-footer.has-blue-60-background-color {
    background-color: #a7bcd6
}

.block--essay-footer.has-blue-80-color,.block--essay-footer.has-blue-80-color:focus,.block--essay-footer.has-blue-80-color:hover {
    color: #326295
}

.block--essay-footer.has-blue-80-background-color {
    background-color: #326295
}

.block--essay-footer.has-blue-color,.block--essay-footer.has-blue-color:focus,.block--essay-footer.has-blue-color:hover {
    color: #0d73d6
}

.block--essay-footer.has-blue-background-color {
    background-color: #0d73d6
}

.block--essay-footer.has-brookings-blue-color,.block--essay-footer.has-brookings-blue-color:focus,.block--essay-footer.has-brookings-blue-color:hover {
    color: #003a70
}

.block--essay-footer.has-brookings-blue-background-color {
    background-color: #003a70
}

.block--essay-footer.has-dark-gray-color,.block--essay-footer.has-dark-gray-color:focus,.block--essay-footer.has-dark-gray-color:hover {
    color: #4c4c4c
}

.block--essay-footer.has-dark-gray-background-color {
    background-color: #4c4c4c
}

.block--essay-footer.has-gold-dark-color,.block--essay-footer.has-gold-dark-color:focus,.block--essay-footer.has-gold-dark-color:hover {
    color: #685f40
}

.block--essay-footer.has-gold-dark-background-color {
    background-color: #685f40
}

.block--essay-footer.has-gold-color,.block--essay-footer.has-gold-color:focus,.block--essay-footer.has-gold-color:hover {
    color: #b9874b
}

.block--essay-footer.has-gold-background-color {
    background-color: #b9874b
}

.block--essay-footer.has-gray-05-color,.block--essay-footer.has-gray-05-color:focus,.block--essay-footer.has-gray-05-color:hover {
    color: #f2f2f2
}

.block--essay-footer.has-gray-05-background-color {
    background-color: #f2f2f2
}

.block--essay-footer.has-gray-10-color,.block--essay-footer.has-gray-10-color:focus,.block--essay-footer.has-gray-10-color:hover {
    color: #e6e6e6
}

.block--essay-footer.has-gray-10-background-color {
    background-color: #e6e6e6
}

.block--essay-footer.has-gray-20-color,.block--essay-footer.has-gray-20-color:focus,.block--essay-footer.has-gray-20-color:hover {
    color: #ccc
}

.block--essay-footer.has-gray-20-background-color {
    background-color: #ccc
}

.block--essay-footer.has-gray-30-color,.block--essay-footer.has-gray-30-color:focus,.block--essay-footer.has-gray-30-color:hover {
    color: #b3b3b3
}

.block--essay-footer.has-gray-30-background-color {
    background-color: #b3b3b3
}

.block--essay-footer.has-gray-40-color,.block--essay-footer.has-gray-40-color:focus,.block--essay-footer.has-gray-40-color:hover {
    color: #999
}

.block--essay-footer.has-gray-40-background-color {
    background-color: #999
}

.block--essay-footer.has-gray-50-color,.block--essay-footer.has-gray-50-color:focus,.block--essay-footer.has-gray-50-color:hover {
    color: gray
}

.block--essay-footer.has-gray-50-background-color {
    background-color: gray
}

.block--essay-footer.has-gray-60-color,.block--essay-footer.has-gray-60-color:focus,.block--essay-footer.has-gray-60-color:hover {
    color: #666
}

.block--essay-footer.has-gray-60-background-color {
    background-color: #666
}

.block--essay-footer.has-gray-70-color,.block--essay-footer.has-gray-70-color:focus,.block--essay-footer.has-gray-70-color:hover {
    color: #4d4d4d
}

.block--essay-footer.has-gray-70-background-color {
    background-color: #4d4d4d
}

.block--essay-footer.has-gray-80-color,.block--essay-footer.has-gray-80-color:focus,.block--essay-footer.has-gray-80-color:hover {
    color: #333
}

.block--essay-footer.has-gray-80-background-color {
    background-color: #333
}

.block--essay-footer.has-gray-90-color,.block--essay-footer.has-gray-90-color:focus,.block--essay-footer.has-gray-90-color:hover {
    color: #191919
}

.block--essay-footer.has-gray-90-background-color {
    background-color: #191919
}

.block--essay-footer.has-gray-color,.block--essay-footer.has-gray-color:focus,.block--essay-footer.has-gray-color:hover {
    color: #757575
}

.block--essay-footer.has-gray-background-color {
    background-color: #757575
}

.block--essay-footer.has-green-color,.block--essay-footer.has-green-color:focus,.block--essay-footer.has-green-color:hover {
    color: #5ca632
}

.block--essay-footer.has-green-background-color {
    background-color: #5ca632
}

.block--essay-footer.has-light-gray-color,.block--essay-footer.has-light-gray-color:focus,.block--essay-footer.has-light-gray-color:hover {
    color: #cfd8dc
}

.block--essay-footer.has-light-gray-background-color {
    background-color: #cfd8dc
}

.block--essay-footer.has-magenta-color,.block--essay-footer.has-magenta-color:focus,.block--essay-footer.has-magenta-color:hover {
    color: #d2468e
}

.block--essay-footer.has-magenta-background-color {
    background-color: #d2468e
}

.block--essay-footer.has-orange-40-color,.block--essay-footer.has-orange-40-color:focus,.block--essay-footer.has-orange-40-color:hover {
    color: #ff9e1b
}

.block--essay-footer.has-orange-40-background-color {
    background-color: #ff9e1b
}

.block--essay-footer.has-orange-60-color,.block--essay-footer.has-orange-60-color:focus,.block--essay-footer.has-orange-60-color:hover {
    color: #f26d00
}

.block--essay-footer.has-orange-60-background-color {
    background-color: #f26d00
}

.block--essay-footer.has-primary-light-color,.block--essay-footer.has-primary-light-color:focus,.block--essay-footer.has-primary-light-color:hover {
    color: #e0ecfb
}

.block--essay-footer.has-primary-light-background-color {
    background-color: #e0ecfb
}

.block--essay-footer.has-primary-color,.block--essay-footer.has-primary-color:focus,.block--essay-footer.has-primary-color:hover {
    color: #053769
}

.block--essay-footer.has-primary-background-color {
    background-color: #053769
}

.block--essay-footer.has-purple-color,.block--essay-footer.has-purple-color:focus,.block--essay-footer.has-purple-color:hover {
    color: #8e72d0
}

.block--essay-footer.has-purple-background-color {
    background-color: #8e72d0
}

.block--essay-footer.has-red-color,.block--essay-footer.has-red-color:focus,.block--essay-footer.has-red-color:hover {
    color: #ed3a35
}

.block--essay-footer.has-red-background-color {
    background-color: #ed3a35
}

.block--essay-footer.has-teal-color,.block--essay-footer.has-teal-color:focus,.block--essay-footer.has-teal-color:hover {
    color: #2a9aad
}

.block--essay-footer.has-teal-background-color {
    background-color: #2a9aad
}

.block--essay-footer.has-vivid-blue-20-color,.block--essay-footer.has-vivid-blue-20-color:focus,.block--essay-footer.has-vivid-blue-20-color:hover {
    color: #8ac6ff
}

.block--essay-footer.has-vivid-blue-20-background-color {
    background-color: #8ac6ff
}

.block--essay-footer.has-vivid-blue-70-color,.block--essay-footer.has-vivid-blue-70-color:focus,.block--essay-footer.has-vivid-blue-70-color:hover {
    color: #00649f
}

.block--essay-footer.has-vivid-blue-70-background-color {
    background-color: #00649f
}

.block--essay-footer.has-white-color,.block--essay-footer.has-white-color:focus,.block--essay-footer.has-white-color:hover {
    color: #fff
}

.block--essay-footer.has-white-background-color {
    background-color: #fff
}

.block--essay-footer.has-yellow-40-color,.block--essay-footer.has-yellow-40-color:focus,.block--essay-footer.has-yellow-40-color:hover {
    color: #fd0
}

.block--essay-footer.has-yellow-40-background-color {
    background-color: #fd0
}

.block--essay-footer.has-yellow-60-color,.block--essay-footer.has-yellow-60-color:focus,.block--essay-footer.has-yellow-60-color:hover {
    color: #e0bb00
}

.block--essay-footer.has-yellow-60-background-color {
    background-color: #e0bb00
}

.block--essay-footer.has-yellow-color,.block--essay-footer.has-yellow-color:focus,.block--essay-footer.has-yellow-color:hover {
    color: #ffecb3
}

.block--essay-footer.has-yellow-background-color {
    background-color: #ffecb3
}

.block--essay-footer.has-background .inner {
    padding-left: .9375rem;
    padding-right: .9375rem
}

@media (min-width: 900px) {
    .block--essay-footer.has-background .inner {
        padding-left:0;
        padding-right: 0
    }
}

.block--essay-footer .copyright {
    display: block;
    border-right: 0;
    padding: .3125rem 0
}

@media (min-width: 900px) {
    .block--essay-footer .copyright {
        display:inline-block;
        border-right: 1px solid #fff;
        padding: .3125rem .625rem .3125rem 0
    }
}

.block-editor-page .essay-footer__navigation,.single-essay.new-essay .essay-footer__navigation {
    display: inline-block;
    font-size: 0;
    line-height: 1;
    margin: 0;
    padding: 0;
    width: auto
}

.block-editor-page .essay-footer__navigation li,.single-essay.new-essay .essay-footer__navigation li {
    display: block;
    list-style: none;
    margin: 0
}

@media (min-width: 600px) {
    .block-editor-page .essay-footer__navigation li,.single-essay.new-essay .essay-footer__navigation li {
        display:inline-block
    }
}

.block-editor-page .essay-footer__navigation li:first-child a,.block-editor-page .essay-footer__navigation li:first-child span,.single-essay.new-essay .essay-footer__navigation li:first-child a,.single-essay.new-essay .essay-footer__navigation li:first-child span {
    padding-left: .3125rem
}

.block-editor-page .essay-footer__navigation li:last-child a,.block-editor-page .essay-footer__navigation li:last-child span,.single-essay.new-essay .essay-footer__navigation li:last-child a,.single-essay.new-essay .essay-footer__navigation li:last-child span {
    border-right: 0;
    padding-right: 0
}

.block-editor-page .essay-footer__navigation li a,.block-editor-page .essay-footer__navigation li span,.single-essay.new-essay .essay-footer__navigation li a,.single-essay.new-essay .essay-footer__navigation li span {
    color: inherit;
    display: inline-block;
    font-size: .875rem;
    padding: .3125rem .625rem;
    text-decoration: none
}

@media (min-width: 600px) {
    .block-editor-page .essay-footer__navigation li a,.block-editor-page .essay-footer__navigation li span,.single-essay.new-essay .essay-footer__navigation li a,.single-essay.new-essay .essay-footer__navigation li span {
        border-right:1px solid #fff
    }
}

.block-editor-page .essay-footer__navigation li a:focus,.block-editor-page .essay-footer__navigation li a:hover,.single-essay.new-essay .essay-footer__navigation li a:focus,.single-essay.new-essay .essay-footer__navigation li a:hover {
    text-decoration: underline
}

.block-editor-page .wp-block[data-type="brookings/block-essay-footer"] {
    max-width: 100%
}

.block-editor-page .wp-block[data-type="brookings/block-essay-footer"] .inner {
    max-width: 56.25rem
}

@media (min-width: 900px) {
    .block-editor-page .wp-block[data-type="brookings/block-essay-footer"] .inner .copyright {
        display:block;
        border-right: 0;
        padding: .3125rem 0
    }
}

.module--type--essay-related {
    font-family: Roboto,sans-serif;
    overflow-x: hidden;
    padding: 2.5rem 15px;
    text-align: left
}

@media (min-width: 782px) {
    .module--type--essay-related {
        padding:2.5rem 0;
        width: 100%
    }
}

.module--type--essay-related a {
    color: inherit;
    text-decoration: none
}

.module--type--essay-related a:focus,.module--type--essay-related a:hover {
    color: inherit;
    text-decoration: underline
}

.module--type--essay-related a:after,.module--type--essay-related a:focus:after,.module--type--essay-related a:hover:after {
    text-decoration: none
}

.module--type--essay-related [data-visible=false] {
    display: none
}

@media (min-width: 782px) {
    .module--type--essay-related .module__outer {
        margin-left:calc(-50vw + 50%);
        -ms-transform: translateX(calc(50vw - 50%));
        transform: translateX(calc(50vw - 50%));
        width: 100vw
    }
}

.module--type--essay-related .module__inner {
    margin: 0 auto;
    max-width: 760px;
    width: auto
}

.module--type--essay-related .module__title {
    font-size: 1.5rem!important;
    font-weight: 400!important;
    margin-top: 0!important;
    color: inherit!important
}

.module--type--essay-related .module__title .block-editor-rich-text__editable {
    background-color: transparent;
    color: inherit
}

.module--type--essay-related .block--type--post-block {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1.875em
}

.module--type--essay-related .block--type--post-block:last-child {
    padding-bottom: 0
}

.module--type--essay-related .post-block--authors {
    font: normal 700 .875em/1.57143 Roboto,sans-serif;
    margin-top: 10px
}

.module--type--essay-related .post-block--authors>* {
    display: inline-block
}

.module--type--essay-related .post-block--authors>.date {
    display: inline;
    float: none
}

.module--type--essay-related .post-block--authors>.date:after {
    content: "";
    display: none
}

.module--type--essay-related .post-block--authors>:after {
    content: "\B7";
    padding: 0 .5em
}

.module--type--essay-related .post-block--authors>:last-child:after {
    content: none;
    padding: 0
}

.module--type--essay-related .post-block--excerpt {
    font: normal 400 1em/1.5 Roboto,sans-serif;
    color: inherit
}

.module--type--essay-related .post-block--excerpt p {
    font-size: inherit!important;
    line-height: inherit!important;
    padding-left: 0;
    padding-right: 0
}

.module--type--essay-related .post-block--excerpt p:last-child {
    margin-bottom: 0
}

.module--type--essay-related .post-block--image {
    width: 7.5em
}

.module--type--essay-related .post-block--image img {
    max-width: 100%;
    object-fit: cover;
    object-position: 0
}

.module--type--essay-related .post-block--image+.post-block--inner {
    margin-left: auto;
    width: calc(100% - 8.75em)
}

.module--type--essay-related .post-block--meta {
    font: normal 400 .875em/1.57143 Lato,sans-serif
}

.module--type--essay-related .post-block--published {
    color: inherit;
    margin-bottom: 10px
}

.module--type--essay-related .post-block--title {
    color: #101010;
    font-weight: 700;
    letter-spacing: -.0125em;
    line-height: 1.1;
    color: inherit;
    margin-bottom: 10px;
    margin-top: 0
}

@media (max-width: 47.9375em) {
    .module--type--essay-related .post-block--title {
        font:normal 700 1.3125em/1.14286 franklin-gothic-urw-cond,helvetica,sans-serif;
        line-height: 1.13
    }
}

@media (min-width: 48em) and (max-width:63.9375em) {
    .module--type--essay-related .post-block--title {
        font:normal 700 1.6875em/1.03704 franklin-gothic-urw-cond,helvetica,sans-serif;
        line-height: 1.1
    }
}

@media (min-width: 64em) {
    .module--type--essay-related .post-block--title {
        font:normal 700 1.3125em/1.14286 franklin-gothic-urw-cond,helvetica,sans-serif;
        line-height: 1.13
    }
}

.module--type--essay-related .post-block--title a {
    color: #101010
}

.module--type--essay-related .post-block--title a:hover {
    color: #053769;
    text-decoration: underline
}

.module--type--essay-related .post-block--title a,.module--type--essay-related .post-block--title a:hover {
    color: inherit
}

.module--type--essay-related .post-block--type {
    color: inherit;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase
}

.module--type--essay-related .post-block--type+.post-block--published {
    margin-top: -8px
}

.module--type--essay-related .section-header {
    color: inherit;
    font-weight: 700;
    text-transform: uppercase
}

.module--type--essay-related.alignwide {
    max-width: 1000px;
    margin: 0 auto
}

@media (min-width: 782px) {
    .module--type--essay-related.alignleft,.module--type--essay-related.alignright {
        width:500px;
        padding: 30px
    }

    .module--type--essay-related.alignleft .module__outer,.module--type--essay-related.alignright .module__outer {
        margin-left: 0;
        -ms-transform: unset;
        transform: unset;
        width: auto
    }

    .module--type--essay-related.alignleft {
        float: left;
        margin-right: 30px
    }

    .module--type--essay-related.alignright {
        float: right;
        margin-left: 30px
    }
}

.block-editor-page {
    -webkit-font-smoothing: antialiased
}

.block-editor-page .wp-block[data-type="brookings/block-essay-related"] {
    max-width: 100%
}

@media not all and (min-resolution: 0.001dpcm) {
    .block-editor-page div[data-type="core/image"] .block-editor-block-list__block-edit .block-editor-rich-text {
        display:block!important
    }
}

.block-editor-page div[data-type="core/gallery"][data-align=right],.block-editor-page div[data-type="core/image"][data-align=right] {
    margin-right: 10%
}

.block-editor-page div[data-type="core/gallery"][data-align=right] .blocks-gallery-grid,.block-editor-page div[data-type="core/gallery"][data-align=right] .wp-block-gallery,.block-editor-page div[data-type="core/gallery"][data-align=right] .wp-block-image:not(.alignleft):not(.alignright):not(.aligncenter):not(.alignfull):not(.alignwide),.block-editor-page div[data-type="core/image"][data-align=right] .blocks-gallery-grid,.block-editor-page div[data-type="core/image"][data-align=right] .wp-block-gallery,.block-editor-page div[data-type="core/image"][data-align=right] .wp-block-image:not(.alignleft):not(.alignright):not(.aligncenter):not(.alignfull):not(.alignwide) {
    max-width: 19.0625rem!important
}

.block-editor-page div[data-type="core/gallery"][data-align=left],.block-editor-page div[data-type="core/image"][data-align=left] {
    margin-left: 10%
}

.block-editor-page div[data-type="core/gallery"][data-align=left] .blocks-gallery-grid,.block-editor-page div[data-type="core/gallery"][data-align=left] .wp-block-gallery,.block-editor-page div[data-type="core/gallery"][data-align=left] .wp-block-image:not(.alignleft):not(.alignright):not(.aligncenter):not(.alignfull):not(.alignwide),.block-editor-page div[data-type="core/image"][data-align=left] .blocks-gallery-grid,.block-editor-page div[data-type="core/image"][data-align=left] .wp-block-gallery,.block-editor-page div[data-type="core/image"][data-align=left] .wp-block-image:not(.alignleft):not(.alignright):not(.aligncenter):not(.alignfull):not(.alignwide) {
    max-width: 19.0625rem!important
}

.block-editor-page div[data-type="core/gallery"][data-align=wide],.block-editor-page div[data-type="core/image"][data-align=wide] {
    max-width: 1000px
}

.block-editor-page div[data-type="core/gallery"][data-align=wide] .blocks-gallery-grid,.block-editor-page div[data-type="core/gallery"][data-align=wide] .wp-block-gallery,.block-editor-page div[data-type="core/gallery"][data-align=wide] .wp-block-image:not(.alignleft):not(.alignright):not(.aligncenter):not(.alignfull):not(.alignwide),.block-editor-page div[data-type="core/image"][data-align=wide] .blocks-gallery-grid,.block-editor-page div[data-type="core/image"][data-align=wide] .wp-block-gallery,.block-editor-page div[data-type="core/image"][data-align=wide] .wp-block-image:not(.alignleft):not(.alignright):not(.aligncenter):not(.alignfull):not(.alignwide) {
    max-width: 1000px!important
}

.block-editor-page div[data-type="core/gallery"][data-align=full],.block-editor-page div[data-type="core/image"][data-align=full] {
    margin: 0;
    max-width: 100%
}

.block-editor-page div[data-type="core/gallery"][data-align=full] .blocks-gallery-grid,.block-editor-page div[data-type="core/gallery"][data-align=full] .wp-block-gallery,.block-editor-page div[data-type="core/gallery"][data-align=full] .wp-block-image:not(.alignleft):not(.alignright):not(.aligncenter):not(.alignfull):not(.alignwide),.block-editor-page div[data-type="core/image"][data-align=full] .blocks-gallery-grid,.block-editor-page div[data-type="core/image"][data-align=full] .wp-block-gallery,.block-editor-page div[data-type="core/image"][data-align=full] .wp-block-image:not(.alignleft):not(.alignright):not(.aligncenter):not(.alignfull):not(.alignwide) {
    max-width: 100%!important
}

.block-editor-page div[data-type="core/gallery"] .wp-block-image:not(.alignleft):not(.alignright):not(.aligncenter):not(.alignfull):not(.alignwide) figcaption,.block-editor-page div[data-type="core/image"] .wp-block-image:not(.alignleft):not(.alignright):not(.aligncenter):not(.alignfull):not(.alignwide) figcaption {
    display: block
}

.block-editor-page .wp-block-gallery .block-editor-media-placeholder,.block-editor-page .wp-block-gallery .block-editor-rich-text.block-editor-rich-text {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.block-editor-page .block-editor-block-list__layout img {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    width: 100%
}

.block-editor-page .block-library-image__dimensions__row>.components-button-group {
    display: none
}

/*! Lity - v3.0.0-dev - 2018-07-09
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
    background: #000;
    background: rgba(0,0,0,.9);
    bottom: 0;
    left: 0;
    opacity: 0;
    outline: none!important;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .3s ease;
    white-space: nowrap;
    z-index: 9990
}

.lity * {
    box-sizing: border-box
}

.lity-active,.lity-active body {
    overflow: hidden
}

.lity.lity-opened {
    opacity: 1
}

.lity.lity-closed {
    opacity: 0
}

.lity-wrap {
    bottom: 0;
    left: 0;
    outline: none!important;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 9990
}

.lity-wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle
}

.lity-loader {
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin-top: -.8em;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 9991
}

.lity-loader .lity-loader {
    opacity: 1
}

.lity-container {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    outline: none!important;
    position: relative;
    text-align: left;
    vertical-align: middle;
    white-space: normal;
    z-index: 9992
}

.lity-content {
    -ms-transform: scale(1);
    transform: scale(1);
    transition: transform .3s ease;
    width: 100%;
    z-index: 9993
}

.lity-content:after {
    bottom: 0;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: -1
}

.lity-content figure {
    display: table;
    margin: 0 -.0625rem 0 0;
    max-height: 75vh;
    max-width: 75vw
}

.lity-content figure a {
    display: block
}

.lity-content figure img {
    max-height: 60vh;
    max-width: 100%;
    height: auto;
    width: auto
}

.lity-content figure figcaption {
    caption-side: bottom;
    display: table-caption;
    font-family: Roboto,sans-serif;
    font-size: .875rem;
    padding: 10px
}

.lity-content .inline-container {
    background-color: #fff
}

.lity-closed .lity-content,.lity-loading .lity-content {
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.lity-close,.lity-close:active,.lity-close:focus,.lity-close:hover,.lity-close:visited {
    background: none;
    border: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-family: Arial,Baskerville,monospace;
    font-size: 35px;
    font-style: normal;
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    top: 0;
    width: 35px;
    z-index: 9994
}

.admin-bar .lity-close,.admin-bar .lity-close:active,.admin-bar .lity-close:focus,.admin-bar .lity-close:hover,.admin-bar .lity-close:visited {
    right: 20px;
    top: 50px
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0
}

.lity-close:active {
    top: 1px
}

.lity-image img {
    border: 0;
    display: block;
    line-height: 0;
    max-width: 100%
}

.lity-hide {
    display: none
}

.image-grid-2x2 {
    margin: 0 auto 1.8rem
}

.image-grid-2x2__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 10px
}

.image-grid-2x2__container img {
    height: auto
}

@media (min-width: 760px) {
    .image-grid-2x2__container {
        -ms-grid-columns:1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto
    }

    .image-grid-2x2__container img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }
}

.image-grid-2x2.wide {
    max-width: 1000px
}

.image-grid-2x2.container-width {
    max-width: 760px
}

.image-grid-2x2 .image-grid-caption {
    font-size: .875rem;
    line-height: 1.75;
    text-align: center
}

.wp-block-columns {
    margin-right: auto;
    margin-left: auto;
    max-width: 760px
}

.wp-block-columns.alignwide {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px
}

.wp-block-columns.alignfull {
    max-width: 100%
}

@media (min-width: 790px) {
    .wp-block-columns.alignfull {
        margin:0 .9375rem 30px
    }
}

.block--iframe {
    text-align: center;
    margin: 40px 0
}

.wp-block-list {
    margin-bottom: 40px
}

.wp-block-list[style*=background-color] {
    padding: 20px 0 10px
}

.wp-block-list[style*=background-color] ol,.wp-block-list[style*=background-color] ul {
    padding: 10px
}

.wp-block-list[style*=font-size] ol,.wp-block-list[style*=font-size] ul {
    font-size: inherit!important
}

.wp-block-list ol,.wp-block-list ul {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px
}

.wp-block-list ol[class*=is-style-].is-style-roboto,.wp-block-list ul[class*=is-style-].is-style-roboto {
    font-family: Roboto,sans-serif
}

.wp-block-list ol[class*=is-style-].is-style-lato,.wp-block-list ul[class*=is-style-].is-style-lato {
    font-family: Lato,sans-serif
}

.wp-block-list ol[class*=is-style-].is-style-crimson-text,.wp-block-list ul[class*=is-style-].is-style-crimson-text {
    font-family: Crimson Text,serif
}

.wp-block-list ol[class*=is-style-].is-style-playfair,.wp-block-list ul[class*=is-style-].is-style-playfair {
    font-family: Playfair Display,serif
}

.wp-block-list ol[class*=is-style-].is-style-franklin-gothic,.wp-block-list ul[class*=is-style-].is-style-franklin-gothic {
    font-family: franklin-gothic-urw,helvetica,sans-serif
}

.wp-block-list ol ol,.wp-block-list ol ul,.wp-block-list ul ol,.wp-block-list ul ul {
    margin-top: 20px
}

.pullquote-wrapper {
    margin-bottom: 30px
}

.pullquote-wrapper.aligncenter {
    clear: both;
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    max-width: 760px
}

@media (min-width: 790px) {
    .pullquote-wrapper.aligncenter {
        margin-left:auto;
        margin-right: auto
    }
}

.pullquote-wrapper.alignfull {
    max-width: 100%
}

.pullquote-wrapper.alignfull .wp-block-pullquote {
    margin-left: auto;
    margin-right: auto;
    max-width: 1250px
}

@media (min-width: 760px) {
    .pullquote-wrapper.alignleft {
        display:block;
        margin: 0 30px
    }
}

@media (min-width: 760px) and (min-width:790px) {
    .pullquote-wrapper.alignleft {
        float:left;
        margin-bottom: 20px;
        margin-left: 20px;
        margin-right: 30px;
        max-width: 19.0625rem;
        padding: 0
    }
}

@media (min-width: 760px) {
    .pullquote-wrapper.alignleft .wp-block-pullquote blockquote {
        text-align:left
    }
}

@media (min-width: 760px) {
    .pullquote-wrapper.alignright {
        display:block;
        margin: 0 30px
    }
}

@media (min-width: 760px) and (min-width:790px) {
    .pullquote-wrapper.alignright {
        float:right;
        margin-bottom: 20px;
        margin-left: 30px;
        margin-right: 20px;
        max-width: 19.0625rem;
        padding: 0
    }
}

@media (min-width: 760px) {
    .pullquote-wrapper.alignright .wp-block-pullquote blockquote {
        text-align:left
    }
}

.pullquote-wrapper.alignwide {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px
}

@media (min-width: 760px) {
    .pullquote-wrapper.aligncenter,.pullquote-wrapper.alignwide {
        margin-left:auto;
        margin-right: auto
    }
}

@media (min-width: 760px) {
    .pullquote-wrapper.alignleft,.pullquote-wrapper.alignright {
        margin-bottom:30px
    }
}

.pullquote-wrapper.alignleft .wp-block-pullquote,.pullquote-wrapper.alignright .wp-block-pullquote {
    margin: 0!important;
    max-width: 100%
}

.video-player--custom {
    padding: 30px 0
}

.video-player--custom.player__background-color--,.video-player--custom.player__background-color--transparent,.video-player--custom.player__background-color--white {
    background: #fff
}

.video-player--custom.player__background-color--light-gray {
    background-color: #cecece
}

.video-player--custom.player__width--,.video-player--custom.player__width--content-width {
    margin: 0 auto;
    max-width: 760px
}

.video-player--custom.player__width--wide-width {
    margin: 0 auto;
    max-width: 1000px
}

.video-player--custom.player__width--full-width {
    max-width: 100%
}

.video-player--custom__wrapper {
    padding-top: 56.25%;
    position: relative
}

.video-player--custom__player {
    left: 0;
    position: absolute;
    top: 0
}

.block--topic-tags-list {
    margin: 0 .9375rem 30px;
    max-width: 760px;
    padding: 0
}

@media (min-width: 790px) {
    .block--topic-tags-list {
        margin:0 auto 30px;
        width: 100%
    }
}

.block--topic-tags-list.is-style-roboto {
    font-family: Roboto,sans-serif
}

.block--topic-tags-list.is-style-lato {
    font-family: Lato,sans-serif
}

.block--topic-tags-list.is-style-crimson-text {
    font-family: Crimson Text,serif
}

.block--topic-tags-list.is-style-playfair {
    font-family: Playfair Display,serif
}

.block--topic-tags-list.is-style-franklin-gothic {
    font-family: franklin-gothic-urw,helvetica,sans-serif
}

.block--topic-tags-list.aligncenter {
    text-align: center
}

.block--topic-tags-list.alignfull {
    max-width: 100%
}

@media (min-width: 760px) {
    .block--topic-tags-list.alignleft {
        display:block;
        margin: 0 30px;
        max-width: 19.0625rem
    }
}

@media (min-width: 760px) and (min-width:790px) {
    .block--topic-tags-list.alignleft {
        float:left;
        margin-bottom: 20px;
        margin-left: 20px;
        margin-right: 30px;
        max-width: 19.0625rem;
        padding: 0
    }
}

@media (min-width: 760px) {
    .block--topic-tags-list.alignright {
        display:block;
        margin: 0 30px;
        max-width: 19.0625rem
    }
}

@media (min-width: 760px) and (min-width:790px) {
    .block--topic-tags-list.alignright {
        float:right;
        margin-bottom: 20px;
        margin-left: 30px;
        margin-right: 20px;
        max-width: 19.0625rem;
        padding: 0
    }
}

.block--topic-tags-list.alignwide {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px
}

.topic-tags-list__content-wrapper {
    margin: 0 auto;
    max-width: 760px;
    padding: 0
}

@media (min-width: 760px) {
    .topic-tags-list__content-wrapper {
        width:100%
    }
}

.has-background>.topic-tags-list__content-wrapper {
    padding: 30px
}

.has-background .alignleft>.topic-tags-list__content-wrapper,.has-background .alignright>.topic-tags-list__content-wrapper {
    padding: 22.5px
}

@media (min-width: 760px) {
    .alignfull>.topic-tags-list__content-wrapper,.alignwide>.topic-tags-list__content-wrapper {
        padding-left:0;
        padding-right: 0
    }
}

.topic-tags-list__content-wrapper h4 {
    color: inherit;
    font-family: inherit;
    font-size: 1em;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase
}

.topic-tags-list__container {
    list-style: none;
    margin: 0;
    padding: 0
}

.topic-tags-list__container li {
    display: inline-block;
    margin: 0 10px 10px 0
}

.topic-tags-list__container li a,.topic-tags-list__container li span {
    background-color: #fafafa;
    border-radius: 3px;
    color: #0d73d6;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    padding: 6px 20px;
    text-decoration: none;
    text-transform: uppercase
}

.has-background .topic-tags-list__container li a,.has-background .topic-tags-list__container li span {
    background-color: #fff
}

.topic-tags-list__container li a:focus,.topic-tags-list__container li a:hover,.topic-tags-list__container li span:focus,.topic-tags-list__container li span:hover {
    text-decoration: underline
}

.topic-tags-list__container li:last-child {
    margin-right: 0
}

.block--media-contact.is-style-lato {
    font-family: Lato,sans-serif
}

.block--media-contact.is-style-crimson-text {
    font-family: Crimson Text,serif
}

.block--media-contact.is-style-playfair {
    font-family: Playfair Display,serif
}

.block--media-contact.is-style-franklin-gothic {
    font-family: franklin-gothic-urw,helvetica,sans-serif
}

.block--media-contact__wrapper {
    margin: 50px 15px;
    max-width: 760px;
    padding: 30px 20px
}

.block--media-contact__wrapper.is-style-roboto {
    font-family: Roboto,sans-serif
}

.block--media-contact__wrapper.is-style-lato {
    font-family: Lato,sans-serif
}

.block--media-contact__wrapper.is-style-crimson-text {
    font-family: Crimson Text,serif
}

.block--media-contact__wrapper.is-style-playfair {
    font-family: Playfair Display,serif
}

.block--media-contact__wrapper.is-style-franklin-gothic {
    font-family: franklin-gothic-urw,helvetica,sans-serif
}

@media (min-width: 760px) {
    .block--media-contact__wrapper {
        margin:50px auto
    }
}

.block--media-contact__wrapper .media-contact__title {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 10px;
    margin-top: 0
}

.block--media-contact__wrapper .block--media-contact__item {
    margin-bottom: 30px
}

.block--media-contact__wrapper .block--media-contact__item:last-of-type {
    margin-bottom: 0
}

.block--media-contact__wrapper .block--media-contact__item p {
    font-family: inherit;
    font-size: 16px;
    margin: 0 0 5px
}

.block--media-contact__wrapper .block--media-contact__item p:last-child {
    margin-bottom: 0
}

.block--media-contact__wrapper .block--media-contact__item a {
    border-bottom: 1px dotted;
    color: #dc2a2a;
    text-decoration: none
}

.has-background-style .block--media-contact__wrapper .block--media-contact__item a {
    color: inherit
}

.post__acknowledgments {
    padding: .9375rem;
    max-width: 120rem;
    margin: 0 auto
}

@media (min-width: 80em) {
    body:not(.single-essay):not(.single-techstream):not(.post-type-archive-techstream):not(.single-voter-vitals):not(.single-policy2020):not(.single-presidents-corner):not(.single-voter-vital) .post__acknowledgments {
        margin-left:calc(35% - 13px + 1.25em);
        margin-left: calc(35% - .9rem + 1.25rem)
    }
}

@media (min-width: 64em) and (max-width:79.9375em) {
    body:not(.single-essay):not(.single-techstream):not(.post-type-archive-techstream):not(.single-voter-vitals):not(.single-policy2020):not(.single-presidents-corner):not(.single-voter-vital) .post__acknowledgments {
        margin-left:calc(31.25% - 14px + 1.25em);
        margin-left: calc(31.25% - .9rem + 1.25rem)
    }
}

@media (min-width: 48em) and (max-width:63.9375em) {
    body:not(.single-essay):not(.single-techstream):not(.post-type-archive-techstream):not(.single-voter-vitals):not(.single-policy2020):not(.single-presidents-corner):not(.single-voter-vital) .post__acknowledgments {
        margin-left:calc(33.33333% - 14px + 1.25em);
        margin-left: calc(33.33333% - .9rem + 1.25rem)
    }
}

@media (min-width: 48em) and (max-width:63.9375em) {
    .post__acknowledgments {
        width:calc(58.33333% - 9px);
        width: calc(58.33333% - .53rem)
    }
}

@media (min-width: 32em) and (max-width:47.9375em) {
    .post__acknowledgments {
        width:100%
    }
}

@media (max-width: 32em) {
    .post__acknowledgments {
        width:100%
    }
}

p:empty:before {
    display: none
}

.module--type--essay-related .post-block--authors:after {
    clear: both;
    content: "";
    display: table
}

.size-avatar-feature {
    width: 120px
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

@keyframes pulse {
    50% {
        opacity: 0
    }
}

.post__acknowledgments h4 {
    color: #4c4c4c;
    font-family: franklin-gothic-urw,helvetica,sans-serif;
    font-size: 1.125em;
    font-weight: 700;
    text-transform: uppercase
}

.svg-sprite {
    height: 0;
    left: -100%;
    position: absolute;
    top: -100%;
    width: 0;
    z-index: -999
}

.svg-sprite,.svg-sprite svg {
    pointer-events: none
}

span.icon-external-link {
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: .875em;
    padding-right: .125em;
    vertical-align: middle;
    width: .875em
}

span.icon-external-link svg {
    fill: #5c5c5c;
    height: .875em;
    width: .875em
}

.icon-chevron-right {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.cta-button-default {
    -webkit-appearance: none;
    appearance: none;
    background-color: #4c4c4c;
    border: 0;
    border-radius: 2.1875em;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: franklin-gothic-urw,helvetica,sans-serif;
    font-size: .875em;
    font-weight: 500;
    padding: .75em 1.5625em;
    position: relative;
    text-transform: uppercase;
    transition: background 125ms linear;
    vertical-align: middle
}

.cta-button-default:hover {
    background-color: #101010;
    color: #fff;
    text-decoration: none
}

body {
    font-family: Roboto,sans-serif
}

.block--essay-footnotes {
    margin: 0 .9375rem 30px;
    max-width: 760px;
    padding: 0
}

@media (min-width: 790px) {
    .block--essay-footnotes {
        margin:0 auto 30px;
        width: 100%
    }
}

.block--essay-footnotes.is-style-roboto {
    font-family: Roboto,sans-serif
}

.block--essay-footnotes.is-style-lato {
    font-family: Lato,sans-serif
}

.block--essay-footnotes.is-style-crimson-text {
    font-family: Crimson Text,serif
}

.block--essay-footnotes.is-style-playfair {
    font-family: Playfair Display,serif
}

.block--essay-footnotes.is-style-franklin-gothic {
    font-family: franklin-gothic-urw,helvetica,sans-serif
}

.block--essay-footnotes .essay-footnotes__title {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 15px;
    text-align: center
}

@media (min-width: 760px) {
    .block--essay-footnotes .essay-footnotes__title {
        text-align:left
    }
}

.block--essay-footnotes.aligncenter {
    text-align: center
}

@media (min-width: 760px) {
    .block--essay-footnotes.aligncenter .essay-footnotes__title {
        text-align:center
    }
}

.block--essay-footnotes.alignfull {
    max-width: 100%
}

.block--essay-footnotes.alignwide {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px
}

.block--essay-footnotes .inner {
    margin: 0 auto;
    max-width: 760px;
    padding: 0
}

@media (min-width: 900px) {
    .block--essay-footnotes.alignfull.has-background .inner,.block--essay-footnotes.alignwide.has-background .inner {
        padding-left:0;
        padding-right: 0
    }
}

.block--essay-footnotes.aligncennter .inner,.block--essay-footnotes.has-background .inner {
    padding: 30px
}

.block--essay-footnotes ol {
    list-style-position: inside;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 30px;
    text-indent: -30px
}

.block--essay-footnotes ol a {
    border-bottom: 1px dotted currentColor;
    color: currentColor;
    text-decoration: none
}

.block--essay-footnotes ol a:focus,.block--essay-footnotes ol a:hover {
    border-bottom: 1px solid currentColor
}

.block--essay-footnotes big,.block--essay-footnotes li {
    font-size: 1rem;
    line-height: 1.75rem;
    font-family: Roboto,sans-serif;
    margin: 0 .9375rem 30px;
    max-width: 760px;
    padding: 0;
    width: auto;
    font-family: inherit;
    margin-bottom: 10px
}

.block--essay-footnotes big.is-style-roboto,.block--essay-footnotes li.is-style-roboto {
    font-family: Roboto,sans-serif
}

.block--essay-footnotes big.is-style-lato,.block--essay-footnotes li.is-style-lato {
    font-family: Lato,sans-serif
}

.block--essay-footnotes big.is-style-crimson-text,.block--essay-footnotes li.is-style-crimson-text {
    font-family: Crimson Text,serif
}

.block--essay-footnotes big.is-style-playfair,.block--essay-footnotes li.is-style-playfair {
    font-family: Playfair Display,serif
}

.block--essay-footnotes big.is-style-franklin-gothic,.block--essay-footnotes li.is-style-franklin-gothic {
    font-family: franklin-gothic-urw,helvetica,sans-serif
}

@media (min-width: 790px) {
    .block--essay-footnotes big,.block--essay-footnotes li {
        margin:0 auto 30px;
        padding: 0;
        width: 100%
    }
}

.block--essay-footnotes big.has-drop-cap:not(:focus):after,.block--essay-footnotes li.has-drop-cap:not(:focus):after {
    display: none
}

.block--essay-footnotes big.has-drop-cap:not(:focus):first-letter,.block--essay-footnotes li.has-drop-cap:not(:focus):first-letter {
    font-size: 800%
}

.block--essay-footnotes big.has-medium-font-size,.block--essay-footnotes li.has-medium-font-size {
    font-size: .875rem;
    line-height: 1.75
}

.block--essay-footnotes big.has-small-font-size,.block--essay-footnotes li.has-small-font-size {
    font-size: .75rem;
    line-height: 1.5
}

.block--essay-footnotes big.has-black-color,.block--essay-footnotes li.has-black-color {
    color: #000
}

.block--essay-footnotes big.has-black-color.has-drop-cap,.block--essay-footnotes li.has-black-color.has-drop-cap {
    color: #000!important
}

.block--essay-footnotes big.has-black-color.has-drop-cap:not(:focus):first-letter,.block--essay-footnotes li.has-black-color.has-drop-cap:not(:focus):first-letter {
    color: #000
}

.block--essay-footnotes big.has-black-background-color,.block--essay-footnotes li.has-black-background-color {
    background-color: #000
}

.block--essay-footnotes big.has-blue-color,.block--essay-footnotes li.has-blue-color {
    color: #0d73d6
}

.block--essay-footnotes big.has-blue-color.has-drop-cap,.block--essay-footnotes li.has-blue-color.has-drop-cap {
    color: #000!important
}

.block--essay-footnotes big.has-blue-color.has-drop-cap:not(:focus):first-letter,.block--essay-footnotes li.has-blue-color.has-drop-cap:not(:focus):first-letter {
    color: #0d73d6
}

.block--essay-footnotes big.has-blue-background-color,.block--essay-footnotes li.has-blue-background-color {
    background-color: #0d73d6
}

.block--essay-footnotes big.has-dark-gray-color,.block--essay-footnotes li.has-dark-gray-color {
    color: #4c4c4c
}

.block--essay-footnotes big.has-dark-gray-color.has-drop-cap,.block--essay-footnotes li.has-dark-gray-color.has-drop-cap {
    color: #000!important
}

.block--essay-footnotes big.has-dark-gray-color.has-drop-cap:not(:focus):first-letter,.block--essay-footnotes li.has-dark-gray-color.has-drop-cap:not(:focus):first-letter {
    color: #4c4c4c
}

.block--essay-footnotes big.has-dark-gray-background-color,.block--essay-footnotes li.has-dark-gray-background-color {
    background-color: #4c4c4c
}

.block--essay-footnotes big.has-gold-dark-color,.block--essay-footnotes li.has-gold-dark-color {
    color: #685f40
}

.block--essay-footnotes big.has-gold-dark-color.has-drop-cap,.block--essay-footnotes li.has-gold-dark-color.has-drop-cap {
    color: #000!important
}

.block--essay-footnotes big.has-gold-dark-color.has-drop-cap:not(:focus):first-letter,.block--essay-footnotes li.has-gold-dark-color.has-drop-cap:not(:focus):first-letter {
    color: #685f40
}

.block--essay-footnotes big.has-gold-dark-background-color,.block--essay-footnotes li.has-gold-dark-background-color {
    background-color: #685f40
}

.block--essay-footnotes big.has-gold-color,.block--essay-footnotes li.has-gold-color {
    color: #b9874b
}

.block--essay-footnotes big.has-gold-color.has-drop-cap,.block--essay-footnotes li.has-gold-color.has-drop-cap {
    color: #000!important
}

.block--essay-footnotes big.has-gold-color.has-drop-cap:not(:focus):first-letter,.block--essay-footnotes li.has-gold-color.has-drop-cap:not(:focus):first-letter {
    color: #b9874b
}

.block--essay-footnotes big.has-gold-background-color,.block--essay-footnotes li.has-gold-background-color {
    background-color: #b9874b
}

.block--essay-footnotes big.has-gray-color,.block--essay-footnotes li.has-gray-color {
    color: #757575
}

.block--essay-footnotes big.has-gray-color.has-drop-cap,.block--essay-footnotes li.has-gray-color.has-drop-cap {
    color: #000!important
}

.block--essay-footnotes big.has-gray-color.has-drop-cap:not(:focus):first-letter,.block--essay-footnotes li.has-gray-color.has-drop-cap:not(:focus):first-letter {
    color: #757575
}

.block--essay-footnotes big.has-gray-background-color,.block--essay-footnotes li.has-gray-background-color {
    background-color: #757575
}

.block--essay-footnotes big.has-light-gray-color,.block--essay-footnotes li.has-light-gray-color {
    color: #cfd8dc
}

.block--essay-footnotes big.has-light-gray-color.has-drop-cap,.block--essay-footnotes li.has-light-gray-color.has-drop-cap {
    color: #000!important
}

.block--essay-footnotes big.has-light-gray-color.has-drop-cap:not(:focus):first-letter,.block--essay-footnotes li.has-light-gray-color.has-drop-cap:not(:focus):first-letter {
    color: #cfd8dc
}

.block--essay-footnotes big.has-light-gray-background-color,.block--essay-footnotes li.has-light-gray-background-color {
    background-color: #cfd8dc
}

.block--essay-footnotes big.has-primary-light-color,.block--essay-footnotes li.has-primary-light-color {
    color: #e0ecfb
}

.block--essay-footnotes big.has-primary-light-color.has-drop-cap,.block--essay-footnotes li.has-primary-light-color.has-drop-cap {
    color: #000!important
}

.block--essay-footnotes big.has-primary-light-color.has-drop-cap:not(:focus):first-letter,.block--essay-footnotes li.has-primary-light-color.has-drop-cap:not(:focus):first-letter {
    color: #e0ecfb
}

.block--essay-footnotes big.has-primary-light-background-color,.block--essay-footnotes li.has-primary-light-background-color {
    background-color: #e0ecfb
}

.block--essay-footnotes big.has-primary-color,.block--essay-footnotes li.has-primary-color {
    color: #053769
}

.block--essay-footnotes big.has-primary-color.has-drop-cap,.block--essay-footnotes li.has-primary-color.has-drop-cap {
    color: #000!important
}

.block--essay-footnotes big.has-primary-color.has-drop-cap:not(:focus):first-letter,.block--essay-footnotes li.has-primary-color.has-drop-cap:not(:focus):first-letter {
    color: #053769
}

.block--essay-footnotes big.has-primary-background-color,.block--essay-footnotes li.has-primary-background-color {
    background-color: #053769
}

.block--essay-footnotes big.has-purple-color,.block--essay-footnotes li.has-purple-color {
    color: #270138
}

.block--essay-footnotes big.has-purple-color.has-drop-cap,.block--essay-footnotes li.has-purple-color.has-drop-cap {
    color: #000!important
}

.block--essay-footnotes big.has-purple-color.has-drop-cap:not(:focus):first-letter,.block--essay-footnotes li.has-purple-color.has-drop-cap:not(:focus):first-letter {
    color: #270138
}

.block--essay-footnotes big.has-purple-background-color,.block--essay-footnotes li.has-purple-background-color {
    background-color: #270138
}

.block--essay-footnotes big.has-white-color,.block--essay-footnotes li.has-white-color {
    color: #fff
}

.block--essay-footnotes big.has-white-color.has-drop-cap,.block--essay-footnotes li.has-white-color.has-drop-cap {
    color: #000!important
}

.block--essay-footnotes big.has-white-color.has-drop-cap:not(:focus):first-letter,.block--essay-footnotes li.has-white-color.has-drop-cap:not(:focus):first-letter {
    color: #fff
}

.block--essay-footnotes big.has-white-background-color,.block--essay-footnotes li.has-white-background-color {
    background-color: #fff
}

.block--essay-footnotes big.has-yellow-color,.block--essay-footnotes li.has-yellow-color {
    color: #ffecb3
}

.block--essay-footnotes big.has-yellow-color.has-drop-cap,.block--essay-footnotes li.has-yellow-color.has-drop-cap {
    color: #000!important
}

.block--essay-footnotes big.has-yellow-color.has-drop-cap:not(:focus):first-letter,.block--essay-footnotes li.has-yellow-color.has-drop-cap:not(:focus):first-letter {
    color: #ffecb3
}

.block--essay-footnotes big.has-yellow-background-color,.block--essay-footnotes li.has-yellow-background-color {
    background-color: #ffecb3
}

.block--essay-footnotes big.has-background,.block--essay-footnotes li.has-background {
    margin: 0 .9375rem 30px;
    padding: .9375rem
}

@media (min-width: 790px) {
    .block--essay-footnotes big.has-background,.block--essay-footnotes li.has-background {
        margin:0 auto 30px
    }
}

.block--essay-footnotes a,.block--essay-footnotes a:visited {
    color: inherit
}

.block--essay-footnotes .number {
    border-bottom: 0!important;
    display: inline-block;
    min-width: 30px;
    text-decoration: none;
    text-indent: 0
}

.block--essay-footnotes .number:hover {
    border: 0;
    text-decoration: underline
}

.block--essay-footnotes .icon-external-link {
    display: none
}

.block-editor-page .wp-block[data-type$=footnotes][data-align=full] {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%
}

.block-editor-page .editor-styles-wrapper h2.essay-footnotes__title--input {
    font-size: 1.5rem;
    font-weight: 400;
    color: inherit;
    margin-bottom: 10px
}

.post__acknowledgments {
    font-family: inherit;
    font-size: 1.125rem;
    line-height: 1.4;
    padding: 0 .9375em;
    width: 100%
}

@media (min-width: 48em) {
    .post__acknowledgments {
        padding:0 .9375em
    }
}

.post__acknowledgments p {
    font-family: inherit;
    font-size: 1.125rem;
    line-height: 1.4
}

body.single-essay .post__acknowledgments {
    margin-bottom: 2.8125em
}

@media (min-width: 64em) {
    body.single-essay .post__acknowledgments {
        width:47.5em
    }
}

body.single-presidents-corner .post__acknowledgments {
    margin-top: 2.8125em
}

body.single-presidents-corner .post__acknowledgments,body.single-voter-vital .post__acknowledgments {
    padding: 0
}

@media (min-width: 64em) {
    body.single-presidents-corner .post__acknowledgments,body.single-voter-vital .post__acknowledgments {
        padding:0
    }
}

body.single-presidents-corner .post__acknowledgments h4,body.single-voter-vital .post__acknowledgments h4 {
    color: #101010;
    font-family: franklin-gothic-urw-cond,helvetica,sans-serif
}

body.post-type-archive-techstream .post__acknowledgments,body.single-techstream .post__acknowledgments {
    padding: 0 1.875em
}

@media (min-width: 48em) {
    body.post-type-archive-techstream .post__acknowledgments,body.single-techstream .post__acknowledgments {
        padding:0 1.875em
    }
}

body.post-type-archive-techstream .post__acknowledgments h4,body.single-techstream .post__acknowledgments h4 {
    color: #101010
}

body.post-type-archive-techstream .post__acknowledgments p,body.single-techstream .post__acknowledgments p {
    font-size: 1.0625rem;
    margin: 0
}

@media (min-width: 64em) {
    body:not(.single-essay):not(.single-techstream):not(.post-type-archive-techstream):not(.single-voter-vitals):not(.single-policy2020):not(.single-presidents-corner):not(.single-voter-vital) .post__acknowledgments {
        width:40em
    }
}

.post__acknowledgments h4 {
    font-size: 1em;
    font-style: normal;
    margin-bottom: .55556em;
    margin-top: 0
}

.new-brookings .core-block a,.single-essay.new-essay .core-block a {
    border-bottom: 1px dotted currentColor;
    color: currentColor;
    text-decoration: none
}

.new-brookings .core-block a:focus,.new-brookings .core-block a:hover,.single-essay.new-essay .core-block a:focus,.single-essay.new-essay .core-block a:hover {
    border-bottom: 1px solid currentColor
}

.new-brookings .core-block abbr,.new-brookings .core-block acronym,.single-essay.new-essay .core-block abbr,.single-essay.new-essay .core-block acronym {
    color: #757575;
    text-decoration: underline dotted
}

.new-brookings .core-block address,.single-essay.new-essay .core-block address {
    font-size: .875rem;
    line-height: 1.75;
    display: block
}

.new-brookings .core-block blockquote,.single-essay.new-essay .core-block blockquote {
    padding-top: 30px;
    padding-bottom: 30px
}

.new-brookings .core-block blockquote.has-black-color,.new-brookings .core-block blockquote.has-black-color:focus,.new-brookings .core-block blockquote.has-black-color:hover,.single-essay.new-essay .core-block blockquote.has-black-color,.single-essay.new-essay .core-block blockquote.has-black-color:focus,.single-essay.new-essay .core-block blockquote.has-black-color:hover {
    color: #000
}

.new-brookings .core-block blockquote.has-black-background-color,.single-essay.new-essay .core-block blockquote.has-black-background-color {
    background-color: #000
}

.new-brookings .core-block blockquote.has-blue-10-color,.new-brookings .core-block blockquote.has-blue-10-color:focus,.new-brookings .core-block blockquote.has-blue-10-color:hover,.single-essay.new-essay .core-block blockquote.has-blue-10-color,.single-essay.new-essay .core-block blockquote.has-blue-10-color:focus,.single-essay.new-essay .core-block blockquote.has-blue-10-color:hover {
    color: #dde5ed
}

.new-brookings .core-block blockquote.has-blue-10-background-color,.single-essay.new-essay .core-block blockquote.has-blue-10-background-color {
    background-color: #dde5ed
}

.new-brookings .core-block blockquote.has-blue-20-color,.new-brookings .core-block blockquote.has-blue-20-color:focus,.new-brookings .core-block blockquote.has-blue-20-color:hover,.single-essay.new-essay .core-block blockquote.has-blue-20-color,.single-essay.new-essay .core-block blockquote.has-blue-20-color:focus,.single-essay.new-essay .core-block blockquote.has-blue-20-color:hover {
    color: #d0d3d4
}

.new-brookings .core-block blockquote.has-blue-20-background-color,.single-essay.new-essay .core-block blockquote.has-blue-20-background-color {
    background-color: #d0d3d4
}

.new-brookings .core-block blockquote.has-blue-60-color,.new-brookings .core-block blockquote.has-blue-60-color:focus,.new-brookings .core-block blockquote.has-blue-60-color:hover,.single-essay.new-essay .core-block blockquote.has-blue-60-color,.single-essay.new-essay .core-block blockquote.has-blue-60-color:focus,.single-essay.new-essay .core-block blockquote.has-blue-60-color:hover {
    color: #a7bcd6
}

.new-brookings .core-block blockquote.has-blue-60-background-color,.single-essay.new-essay .core-block blockquote.has-blue-60-background-color {
    background-color: #a7bcd6
}

.new-brookings .core-block blockquote.has-blue-80-color,.new-brookings .core-block blockquote.has-blue-80-color:focus,.new-brookings .core-block blockquote.has-blue-80-color:hover,.single-essay.new-essay .core-block blockquote.has-blue-80-color,.single-essay.new-essay .core-block blockquote.has-blue-80-color:focus,.single-essay.new-essay .core-block blockquote.has-blue-80-color:hover {
    color: #326295
}

.new-brookings .core-block blockquote.has-blue-80-background-color,.single-essay.new-essay .core-block blockquote.has-blue-80-background-color {
    background-color: #326295
}

.new-brookings .core-block blockquote.has-blue-color,.new-brookings .core-block blockquote.has-blue-color:focus,.new-brookings .core-block blockquote.has-blue-color:hover,.single-essay.new-essay .core-block blockquote.has-blue-color,.single-essay.new-essay .core-block blockquote.has-blue-color:focus,.single-essay.new-essay .core-block blockquote.has-blue-color:hover {
    color: #0d73d6
}

.new-brookings .core-block blockquote.has-blue-background-color,.single-essay.new-essay .core-block blockquote.has-blue-background-color {
    background-color: #0d73d6
}

.new-brookings .core-block blockquote.has-brookings-blue-color,.new-brookings .core-block blockquote.has-brookings-blue-color:focus,.new-brookings .core-block blockquote.has-brookings-blue-color:hover,.single-essay.new-essay .core-block blockquote.has-brookings-blue-color,.single-essay.new-essay .core-block blockquote.has-brookings-blue-color:focus,.single-essay.new-essay .core-block blockquote.has-brookings-blue-color:hover {
    color: #003a70
}

.new-brookings .core-block blockquote.has-brookings-blue-background-color,.single-essay.new-essay .core-block blockquote.has-brookings-blue-background-color {
    background-color: #003a70
}

.new-brookings .core-block blockquote.has-dark-gray-color,.new-brookings .core-block blockquote.has-dark-gray-color:focus,.new-brookings .core-block blockquote.has-dark-gray-color:hover,.single-essay.new-essay .core-block blockquote.has-dark-gray-color,.single-essay.new-essay .core-block blockquote.has-dark-gray-color:focus,.single-essay.new-essay .core-block blockquote.has-dark-gray-color:hover {
    color: #4c4c4c
}

.new-brookings .core-block blockquote.has-dark-gray-background-color,.single-essay.new-essay .core-block blockquote.has-dark-gray-background-color {
    background-color: #4c4c4c
}

.new-brookings .core-block blockquote.has-gold-dark-color,.new-brookings .core-block blockquote.has-gold-dark-color:focus,.new-brookings .core-block blockquote.has-gold-dark-color:hover,.single-essay.new-essay .core-block blockquote.has-gold-dark-color,.single-essay.new-essay .core-block blockquote.has-gold-dark-color:focus,.single-essay.new-essay .core-block blockquote.has-gold-dark-color:hover {
    color: #685f40
}

.new-brookings .core-block blockquote.has-gold-dark-background-color,.single-essay.new-essay .core-block blockquote.has-gold-dark-background-color {
    background-color: #685f40
}

.new-brookings .core-block blockquote.has-gold-color,.new-brookings .core-block blockquote.has-gold-color:focus,.new-brookings .core-block blockquote.has-gold-color:hover,.single-essay.new-essay .core-block blockquote.has-gold-color,.single-essay.new-essay .core-block blockquote.has-gold-color:focus,.single-essay.new-essay .core-block blockquote.has-gold-color:hover {
    color: #b9874b
}

.new-brookings .core-block blockquote.has-gold-background-color,.single-essay.new-essay .core-block blockquote.has-gold-background-color {
    background-color: #b9874b
}

.new-brookings .core-block blockquote.has-gray-05-color,.new-brookings .core-block blockquote.has-gray-05-color:focus,.new-brookings .core-block blockquote.has-gray-05-color:hover,.single-essay.new-essay .core-block blockquote.has-gray-05-color,.single-essay.new-essay .core-block blockquote.has-gray-05-color:focus,.single-essay.new-essay .core-block blockquote.has-gray-05-color:hover {
    color: #f2f2f2
}

.new-brookings .core-block blockquote.has-gray-05-background-color,.single-essay.new-essay .core-block blockquote.has-gray-05-background-color {
    background-color: #f2f2f2
}

.new-brookings .core-block blockquote.has-gray-10-color,.new-brookings .core-block blockquote.has-gray-10-color:focus,.new-brookings .core-block blockquote.has-gray-10-color:hover,.single-essay.new-essay .core-block blockquote.has-gray-10-color,.single-essay.new-essay .core-block blockquote.has-gray-10-color:focus,.single-essay.new-essay .core-block blockquote.has-gray-10-color:hover {
    color: #e6e6e6
}

.new-brookings .core-block blockquote.has-gray-10-background-color,.single-essay.new-essay .core-block blockquote.has-gray-10-background-color {
    background-color: #e6e6e6
}

.new-brookings .core-block blockquote.has-gray-20-color,.new-brookings .core-block blockquote.has-gray-20-color:focus,.new-brookings .core-block blockquote.has-gray-20-color:hover,.single-essay.new-essay .core-block blockquote.has-gray-20-color,.single-essay.new-essay .core-block blockquote.has-gray-20-color:focus,.single-essay.new-essay .core-block blockquote.has-gray-20-color:hover {
    color: #ccc
}

.new-brookings .core-block blockquote.has-gray-20-background-color,.single-essay.new-essay .core-block blockquote.has-gray-20-background-color {
    background-color: #ccc
}

.new-brookings .core-block blockquote.has-gray-30-color,.new-brookings .core-block blockquote.has-gray-30-color:focus,.new-brookings .core-block blockquote.has-gray-30-color:hover,.single-essay.new-essay .core-block blockquote.has-gray-30-color,.single-essay.new-essay .core-block blockquote.has-gray-30-color:focus,.single-essay.new-essay .core-block blockquote.has-gray-30-color:hover {
    color: #b3b3b3
}

.new-brookings .core-block blockquote.has-gray-30-background-color,.single-essay.new-essay .core-block blockquote.has-gray-30-background-color {
    background-color: #b3b3b3
}

.new-brookings .core-block blockquote.has-gray-40-color,.new-brookings .core-block blockquote.has-gray-40-color:focus,.new-brookings .core-block blockquote.has-gray-40-color:hover,.single-essay.new-essay .core-block blockquote.has-gray-40-color,.single-essay.new-essay .core-block blockquote.has-gray-40-color:focus,.single-essay.new-essay .core-block blockquote.has-gray-40-color:hover {
    color: #999
}

.new-brookings .core-block blockquote.has-gray-40-background-color,.single-essay.new-essay .core-block blockquote.has-gray-40-background-color {
    background-color: #999
}

.new-brookings .core-block blockquote.has-gray-50-color,.new-brookings .core-block blockquote.has-gray-50-color:focus,.new-brookings .core-block blockquote.has-gray-50-color:hover,.single-essay.new-essay .core-block blockquote.has-gray-50-color,.single-essay.new-essay .core-block blockquote.has-gray-50-color:focus,.single-essay.new-essay .core-block blockquote.has-gray-50-color:hover {
    color: gray
}

.new-brookings .core-block blockquote.has-gray-50-background-color,.single-essay.new-essay .core-block blockquote.has-gray-50-background-color {
    background-color: gray
}

.new-brookings .core-block blockquote.has-gray-60-color,.new-brookings .core-block blockquote.has-gray-60-color:focus,.new-brookings .core-block blockquote.has-gray-60-color:hover,.single-essay.new-essay .core-block blockquote.has-gray-60-color,.single-essay.new-essay .core-block blockquote.has-gray-60-color:focus,.single-essay.new-essay .core-block blockquote.has-gray-60-color:hover {
    color: #666
}

.new-brookings .core-block blockquote.has-gray-60-background-color,.single-essay.new-essay .core-block blockquote.has-gray-60-background-color {
    background-color: #666
}

.new-brookings .core-block blockquote.has-gray-70-color,.new-brookings .core-block blockquote.has-gray-70-color:focus,.new-brookings .core-block blockquote.has-gray-70-color:hover,.single-essay.new-essay .core-block blockquote.has-gray-70-color,.single-essay.new-essay .core-block blockquote.has-gray-70-color:focus,.single-essay.new-essay .core-block blockquote.has-gray-70-color:hover {
    color: #4d4d4d
}

.new-brookings .core-block blockquote.has-gray-70-background-color,.single-essay.new-essay .core-block blockquote.has-gray-70-background-color {
    background-color: #4d4d4d
}

.new-brookings .core-block blockquote.has-gray-80-color,.new-brookings .core-block blockquote.has-gray-80-color:focus,.new-brookings .core-block blockquote.has-gray-80-color:hover,.single-essay.new-essay .core-block blockquote.has-gray-80-color,.single-essay.new-essay .core-block blockquote.has-gray-80-color:focus,.single-essay.new-essay .core-block blockquote.has-gray-80-color:hover {
    color: #333
}

.new-brookings .core-block blockquote.has-gray-80-background-color,.single-essay.new-essay .core-block blockquote.has-gray-80-background-color {
    background-color: #333
}

.new-brookings .core-block blockquote.has-gray-90-color,.new-brookings .core-block blockquote.has-gray-90-color:focus,.new-brookings .core-block blockquote.has-gray-90-color:hover,.single-essay.new-essay .core-block blockquote.has-gray-90-color,.single-essay.new-essay .core-block blockquote.has-gray-90-color:focus,.single-essay.new-essay .core-block blockquote.has-gray-90-color:hover {
    color: #191919
}

.new-brookings .core-block blockquote.has-gray-90-background-color,.single-essay.new-essay .core-block blockquote.has-gray-90-background-color {
    background-color: #191919
}

.new-brookings .core-block blockquote.has-gray-color,.new-brookings .core-block blockquote.has-gray-color:focus,.new-brookings .core-block blockquote.has-gray-color:hover,.single-essay.new-essay .core-block blockquote.has-gray-color,.single-essay.new-essay .core-block blockquote.has-gray-color:focus,.single-essay.new-essay .core-block blockquote.has-gray-color:hover {
    color: #757575
}

.new-brookings .core-block blockquote.has-gray-background-color,.single-essay.new-essay .core-block blockquote.has-gray-background-color {
    background-color: #757575
}

.new-brookings .core-block blockquote.has-green-color,.new-brookings .core-block blockquote.has-green-color:focus,.new-brookings .core-block blockquote.has-green-color:hover,.single-essay.new-essay .core-block blockquote.has-green-color,.single-essay.new-essay .core-block blockquote.has-green-color:focus,.single-essay.new-essay .core-block blockquote.has-green-color:hover {
    color: #5ca632
}

.new-brookings .core-block blockquote.has-green-background-color,.single-essay.new-essay .core-block blockquote.has-green-background-color {
    background-color: #5ca632
}

.new-brookings .core-block blockquote.has-light-gray-color,.new-brookings .core-block blockquote.has-light-gray-color:focus,.new-brookings .core-block blockquote.has-light-gray-color:hover,.single-essay.new-essay .core-block blockquote.has-light-gray-color,.single-essay.new-essay .core-block blockquote.has-light-gray-color:focus,.single-essay.new-essay .core-block blockquote.has-light-gray-color:hover {
    color: #cfd8dc
}

.new-brookings .core-block blockquote.has-light-gray-background-color,.single-essay.new-essay .core-block blockquote.has-light-gray-background-color {
    background-color: #cfd8dc
}

.new-brookings .core-block blockquote.has-magenta-color,.new-brookings .core-block blockquote.has-magenta-color:focus,.new-brookings .core-block blockquote.has-magenta-color:hover,.single-essay.new-essay .core-block blockquote.has-magenta-color,.single-essay.new-essay .core-block blockquote.has-magenta-color:focus,.single-essay.new-essay .core-block blockquote.has-magenta-color:hover {
    color: #d2468e
}

.new-brookings .core-block blockquote.has-magenta-background-color,.single-essay.new-essay .core-block blockquote.has-magenta-background-color {
    background-color: #d2468e
}

.new-brookings .core-block blockquote.has-orange-40-color,.new-brookings .core-block blockquote.has-orange-40-color:focus,.new-brookings .core-block blockquote.has-orange-40-color:hover,.single-essay.new-essay .core-block blockquote.has-orange-40-color,.single-essay.new-essay .core-block blockquote.has-orange-40-color:focus,.single-essay.new-essay .core-block blockquote.has-orange-40-color:hover {
    color: #ff9e1b
}

.new-brookings .core-block blockquote.has-orange-40-background-color,.single-essay.new-essay .core-block blockquote.has-orange-40-background-color {
    background-color: #ff9e1b
}

.new-brookings .core-block blockquote.has-orange-60-color,.new-brookings .core-block blockquote.has-orange-60-color:focus,.new-brookings .core-block blockquote.has-orange-60-color:hover,.single-essay.new-essay .core-block blockquote.has-orange-60-color,.single-essay.new-essay .core-block blockquote.has-orange-60-color:focus,.single-essay.new-essay .core-block blockquote.has-orange-60-color:hover {
    color: #f26d00
}

.new-brookings .core-block blockquote.has-orange-60-background-color,.single-essay.new-essay .core-block blockquote.has-orange-60-background-color {
    background-color: #f26d00
}

.new-brookings .core-block blockquote.has-primary-light-color,.new-brookings .core-block blockquote.has-primary-light-color:focus,.new-brookings .core-block blockquote.has-primary-light-color:hover,.single-essay.new-essay .core-block blockquote.has-primary-light-color,.single-essay.new-essay .core-block blockquote.has-primary-light-color:focus,.single-essay.new-essay .core-block blockquote.has-primary-light-color:hover {
    color: #e0ecfb
}

.new-brookings .core-block blockquote.has-primary-light-background-color,.single-essay.new-essay .core-block blockquote.has-primary-light-background-color {
    background-color: #e0ecfb
}

.new-brookings .core-block blockquote.has-primary-color,.new-brookings .core-block blockquote.has-primary-color:focus,.new-brookings .core-block blockquote.has-primary-color:hover,.single-essay.new-essay .core-block blockquote.has-primary-color,.single-essay.new-essay .core-block blockquote.has-primary-color:focus,.single-essay.new-essay .core-block blockquote.has-primary-color:hover {
    color: #053769
}

.new-brookings .core-block blockquote.has-primary-background-color,.single-essay.new-essay .core-block blockquote.has-primary-background-color {
    background-color: #053769
}

.new-brookings .core-block blockquote.has-purple-color,.new-brookings .core-block blockquote.has-purple-color:focus,.new-brookings .core-block blockquote.has-purple-color:hover,.single-essay.new-essay .core-block blockquote.has-purple-color,.single-essay.new-essay .core-block blockquote.has-purple-color:focus,.single-essay.new-essay .core-block blockquote.has-purple-color:hover {
    color: #8e72d0
}

.new-brookings .core-block blockquote.has-purple-background-color,.single-essay.new-essay .core-block blockquote.has-purple-background-color {
    background-color: #8e72d0
}

.new-brookings .core-block blockquote.has-red-color,.new-brookings .core-block blockquote.has-red-color:focus,.new-brookings .core-block blockquote.has-red-color:hover,.single-essay.new-essay .core-block blockquote.has-red-color,.single-essay.new-essay .core-block blockquote.has-red-color:focus,.single-essay.new-essay .core-block blockquote.has-red-color:hover {
    color: #ed3a35
}

.new-brookings .core-block blockquote.has-red-background-color,.single-essay.new-essay .core-block blockquote.has-red-background-color {
    background-color: #ed3a35
}

.new-brookings .core-block blockquote.has-teal-color,.new-brookings .core-block blockquote.has-teal-color:focus,.new-brookings .core-block blockquote.has-teal-color:hover,.single-essay.new-essay .core-block blockquote.has-teal-color,.single-essay.new-essay .core-block blockquote.has-teal-color:focus,.single-essay.new-essay .core-block blockquote.has-teal-color:hover {
    color: #2a9aad
}

.new-brookings .core-block blockquote.has-teal-background-color,.single-essay.new-essay .core-block blockquote.has-teal-background-color {
    background-color: #2a9aad
}

.new-brookings .core-block blockquote.has-vivid-blue-20-color,.new-brookings .core-block blockquote.has-vivid-blue-20-color:focus,.new-brookings .core-block blockquote.has-vivid-blue-20-color:hover,.single-essay.new-essay .core-block blockquote.has-vivid-blue-20-color,.single-essay.new-essay .core-block blockquote.has-vivid-blue-20-color:focus,.single-essay.new-essay .core-block blockquote.has-vivid-blue-20-color:hover {
    color: #8ac6ff
}

.new-brookings .core-block blockquote.has-vivid-blue-20-background-color,.single-essay.new-essay .core-block blockquote.has-vivid-blue-20-background-color {
    background-color: #8ac6ff
}

.new-brookings .core-block blockquote.has-vivid-blue-70-color,.new-brookings .core-block blockquote.has-vivid-blue-70-color:focus,.new-brookings .core-block blockquote.has-vivid-blue-70-color:hover,.single-essay.new-essay .core-block blockquote.has-vivid-blue-70-color,.single-essay.new-essay .core-block blockquote.has-vivid-blue-70-color:focus,.single-essay.new-essay .core-block blockquote.has-vivid-blue-70-color:hover {
    color: #00649f
}

.new-brookings .core-block blockquote.has-vivid-blue-70-background-color,.single-essay.new-essay .core-block blockquote.has-vivid-blue-70-background-color {
    background-color: #00649f
}

.new-brookings .core-block blockquote.has-white-color,.new-brookings .core-block blockquote.has-white-color:focus,.new-brookings .core-block blockquote.has-white-color:hover,.single-essay.new-essay .core-block blockquote.has-white-color,.single-essay.new-essay .core-block blockquote.has-white-color:focus,.single-essay.new-essay .core-block blockquote.has-white-color:hover {
    color: #fff
}

.new-brookings .core-block blockquote.has-white-background-color,.single-essay.new-essay .core-block blockquote.has-white-background-color {
    background-color: #fff
}

.new-brookings .core-block blockquote.has-yellow-40-color,.new-brookings .core-block blockquote.has-yellow-40-color:focus,.new-brookings .core-block blockquote.has-yellow-40-color:hover,.single-essay.new-essay .core-block blockquote.has-yellow-40-color,.single-essay.new-essay .core-block blockquote.has-yellow-40-color:focus,.single-essay.new-essay .core-block blockquote.has-yellow-40-color:hover {
    color: #fd0
}

.new-brookings .core-block blockquote.has-yellow-40-background-color,.single-essay.new-essay .core-block blockquote.has-yellow-40-background-color {
    background-color: #fd0
}

.new-brookings .core-block blockquote.has-yellow-60-color,.new-brookings .core-block blockquote.has-yellow-60-color:focus,.new-brookings .core-block blockquote.has-yellow-60-color:hover,.single-essay.new-essay .core-block blockquote.has-yellow-60-color,.single-essay.new-essay .core-block blockquote.has-yellow-60-color:focus,.single-essay.new-essay .core-block blockquote.has-yellow-60-color:hover {
    color: #e0bb00
}

.new-brookings .core-block blockquote.has-yellow-60-background-color,.single-essay.new-essay .core-block blockquote.has-yellow-60-background-color {
    background-color: #e0bb00
}

.new-brookings .core-block blockquote.has-yellow-color,.new-brookings .core-block blockquote.has-yellow-color:focus,.new-brookings .core-block blockquote.has-yellow-color:hover,.single-essay.new-essay .core-block blockquote.has-yellow-color,.single-essay.new-essay .core-block blockquote.has-yellow-color:focus,.single-essay.new-essay .core-block blockquote.has-yellow-color:hover {
    color: #ffecb3
}

.new-brookings .core-block blockquote.has-yellow-background-color,.single-essay.new-essay .core-block blockquote.has-yellow-background-color {
    background-color: #ffecb3
}

.new-brookings .core-block blockquote.is-style-roboto,.single-essay.new-essay .core-block blockquote.is-style-roboto {
    font-family: Roboto,sans-serif
}

.new-brookings .core-block blockquote.is-style-lato,.single-essay.new-essay .core-block blockquote.is-style-lato {
    font-family: Lato,sans-serif
}

.new-brookings .core-block blockquote.is-style-crimson-text,.single-essay.new-essay .core-block blockquote.is-style-crimson-text {
    font-family: Crimson Text,serif
}

.new-brookings .core-block blockquote.is-style-playfair,.single-essay.new-essay .core-block blockquote.is-style-playfair {
    font-family: Playfair Display,serif
}

.new-brookings .core-block blockquote.is-style-franklin-gothic,.single-essay.new-essay .core-block blockquote.is-style-franklin-gothic {
    font-family: franklin-gothic-urw,helvetica,sans-serif
}

.new-brookings .core-block cite,.single-essay.new-essay .core-block cite {
    font-size: 1rem;
    line-height: 1.75rem;
    display: block;
    font-weight: 300;
    margin: 0 .9375rem;
    max-width: 760px;
    padding: 0
}

@media (min-width: 790px) {
    .new-brookings .core-block cite,.single-essay.new-essay .core-block cite {
        margin:0 auto;
        width: 100%
    }
}

.new-brookings .core-block code,.new-brookings .core-block kbd,.new-brookings .core-block tt,.new-brookings .core-block var,.single-essay.new-essay .core-block code,.single-essay.new-essay .core-block kbd,.single-essay.new-essay .core-block tt,.single-essay.new-essay .core-block var {
    display: inline;
    font: 400 1em monospace
}

.new-brookings .core-block em,.new-brookings .core-block i,.single-essay.new-essay .core-block em,.single-essay.new-essay .core-block i {
    font-style: italic
}

.new-brookings .core-block figcaption,.single-essay.new-essay .core-block figcaption {
    font-size: .75rem;
    line-height: 1.5;
    color: #4c4c4c;
    display: block;
    line-height: 1.4rem;
    margin-top: .75rem;
    padding: 0;
    text-align: left;
    width: 100%
}

@media (min-width: 790px) {
    .new-brookings .core-block figcaption,.single-essay.new-essay .core-block figcaption {
        font-size:.875rem;
        line-height: 1.75
    }
}

.new-brookings .core-block figure,.single-essay.new-essay .core-block figure {
    display: block
}

.new-brookings .core-block h1,.single-essay.new-essay .core-block h1 {
    font-family: Roboto,sans-serif;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 74.375rem;
    font-size: 4rem;
    font-weight: 300
}

.new-brookings .core-block h1.has-black-color,.new-brookings .core-block h1.has-black-color:focus,.new-brookings .core-block h1.has-black-color:hover,.single-essay.new-essay .core-block h1.has-black-color,.single-essay.new-essay .core-block h1.has-black-color:focus,.single-essay.new-essay .core-block h1.has-black-color:hover {
    color: #000
}

.new-brookings .core-block h1.has-black-background-color,.single-essay.new-essay .core-block h1.has-black-background-color {
    background-color: #000
}

.new-brookings .core-block h1.has-blue-10-color,.new-brookings .core-block h1.has-blue-10-color:focus,.new-brookings .core-block h1.has-blue-10-color:hover,.single-essay.new-essay .core-block h1.has-blue-10-color,.single-essay.new-essay .core-block h1.has-blue-10-color:focus,.single-essay.new-essay .core-block h1.has-blue-10-color:hover {
    color: #dde5ed
}

.new-brookings .core-block h1.has-blue-10-background-color,.single-essay.new-essay .core-block h1.has-blue-10-background-color {
    background-color: #dde5ed
}

.new-brookings .core-block h1.has-blue-20-color,.new-brookings .core-block h1.has-blue-20-color:focus,.new-brookings .core-block h1.has-blue-20-color:hover,.single-essay.new-essay .core-block h1.has-blue-20-color,.single-essay.new-essay .core-block h1.has-blue-20-color:focus,.single-essay.new-essay .core-block h1.has-blue-20-color:hover {
    color: #d0d3d4
}

.new-brookings .core-block h1.has-blue-20-background-color,.single-essay.new-essay .core-block h1.has-blue-20-background-color {
    background-color: #d0d3d4
}

.new-brookings .core-block h1.has-blue-60-color,.new-brookings .core-block h1.has-blue-60-color:focus,.new-brookings .core-block h1.has-blue-60-color:hover,.single-essay.new-essay .core-block h1.has-blue-60-color,.single-essay.new-essay .core-block h1.has-blue-60-color:focus,.single-essay.new-essay .core-block h1.has-blue-60-color:hover {
    color: #a7bcd6
}

.new-brookings .core-block h1.has-blue-60-background-color,.single-essay.new-essay .core-block h1.has-blue-60-background-color {
    background-color: #a7bcd6
}

.new-brookings .core-block h1.has-blue-80-color,.new-brookings .core-block h1.has-blue-80-color:focus,.new-brookings .core-block h1.has-blue-80-color:hover,.single-essay.new-essay .core-block h1.has-blue-80-color,.single-essay.new-essay .core-block h1.has-blue-80-color:focus,.single-essay.new-essay .core-block h1.has-blue-80-color:hover {
    color: #326295
}

.new-brookings .core-block h1.has-blue-80-background-color,.single-essay.new-essay .core-block h1.has-blue-80-background-color {
    background-color: #326295
}

.new-brookings .core-block h1.has-blue-color,.new-brookings .core-block h1.has-blue-color:focus,.new-brookings .core-block h1.has-blue-color:hover,.single-essay.new-essay .core-block h1.has-blue-color,.single-essay.new-essay .core-block h1.has-blue-color:focus,.single-essay.new-essay .core-block h1.has-blue-color:hover {
    color: #0d73d6
}

.new-brookings .core-block h1.has-blue-background-color,.single-essay.new-essay .core-block h1.has-blue-background-color {
    background-color: #0d73d6
}

.new-brookings .core-block h1.has-brookings-blue-color,.new-brookings .core-block h1.has-brookings-blue-color:focus,.new-brookings .core-block h1.has-brookings-blue-color:hover,.single-essay.new-essay .core-block h1.has-brookings-blue-color,.single-essay.new-essay .core-block h1.has-brookings-blue-color:focus,.single-essay.new-essay .core-block h1.has-brookings-blue-color:hover {
    color: #003a70
}

.new-brookings .core-block h1.has-brookings-blue-background-color,.single-essay.new-essay .core-block h1.has-brookings-blue-background-color {
    background-color: #003a70
}

.new-brookings .core-block h1.has-dark-gray-color,.new-brookings .core-block h1.has-dark-gray-color:focus,.new-brookings .core-block h1.has-dark-gray-color:hover,.single-essay.new-essay .core-block h1.has-dark-gray-color,.single-essay.new-essay .core-block h1.has-dark-gray-color:focus,.single-essay.new-essay .core-block h1.has-dark-gray-color:hover {
    color: #4c4c4c
}

.new-brookings .core-block h1.has-dark-gray-background-color,.single-essay.new-essay .core-block h1.has-dark-gray-background-color {
    background-color: #4c4c4c
}

.new-brookings .core-block h1.has-gold-dark-color,.new-brookings .core-block h1.has-gold-dark-color:focus,.new-brookings .core-block h1.has-gold-dark-color:hover,.single-essay.new-essay .core-block h1.has-gold-dark-color,.single-essay.new-essay .core-block h1.has-gold-dark-color:focus,.single-essay.new-essay .core-block h1.has-gold-dark-color:hover {
    color: #685f40
}

.new-brookings .core-block h1.has-gold-dark-background-color,.single-essay.new-essay .core-block h1.has-gold-dark-background-color {
    background-color: #685f40
}

.new-brookings .core-block h1.has-gold-color,.new-brookings .core-block h1.has-gold-color:focus,.new-brookings .core-block h1.has-gold-color:hover,.single-essay.new-essay .core-block h1.has-gold-color,.single-essay.new-essay .core-block h1.has-gold-color:focus,.single-essay.new-essay .core-block h1.has-gold-color:hover {
    color: #b9874b
}

.new-brookings .core-block h1.has-gold-background-color,.single-essay.new-essay .core-block h1.has-gold-background-color {
    background-color: #b9874b
}

.new-brookings .core-block h1.has-gray-05-color,.new-brookings .core-block h1.has-gray-05-color:focus,.new-brookings .core-block h1.has-gray-05-color:hover,.single-essay.new-essay .core-block h1.has-gray-05-color,.single-essay.new-essay .core-block h1.has-gray-05-color:focus,.single-essay.new-essay .core-block h1.has-gray-05-color:hover {
    color: #f2f2f2
}

.new-brookings .core-block h1.has-gray-05-background-color,.single-essay.new-essay .core-block h1.has-gray-05-background-color {
    background-color: #f2f2f2
}

.new-brookings .core-block h1.has-gray-10-color,.new-brookings .core-block h1.has-gray-10-color:focus,.new-brookings .core-block h1.has-gray-10-color:hover,.single-essay.new-essay .core-block h1.has-gray-10-color,.single-essay.new-essay .core-block h1.has-gray-10-color:focus,.single-essay.new-essay .core-block h1.has-gray-10-color:hover {
    color: #e6e6e6
}

.new-brookings .core-block h1.has-gray-10-background-color,.single-essay.new-essay .core-block h1.has-gray-10-background-color {
    background-color: #e6e6e6
}

.new-brookings .core-block h1.has-gray-20-color,.new-brookings .core-block h1.has-gray-20-color:focus,.new-brookings .core-block h1.has-gray-20-color:hover,.single-essay.new-essay .core-block h1.has-gray-20-color,.single-essay.new-essay .core-block h1.has-gray-20-color:focus,.single-essay.new-essay .core-block h1.has-gray-20-color:hover {
    color: #ccc
}

.new-brookings .core-block h1.has-gray-20-background-color,.single-essay.new-essay .core-block h1.has-gray-20-background-color {
    background-color: #ccc
}

.new-brookings .core-block h1.has-gray-30-color,.new-brookings .core-block h1.has-gray-30-color:focus,.new-brookings .core-block h1.has-gray-30-color:hover,.single-essay.new-essay .core-block h1.has-gray-30-color,.single-essay.new-essay .core-block h1.has-gray-30-color:focus,.single-essay.new-essay .core-block h1.has-gray-30-color:hover {
    color: #b3b3b3
}

.new-brookings .core-block h1.has-gray-30-background-color,.single-essay.new-essay .core-block h1.has-gray-30-background-color {
    background-color: #b3b3b3
}

.new-brookings .core-block h1.has-gray-40-color,.new-brookings .core-block h1.has-gray-40-color:focus,.new-brookings .core-block h1.has-gray-40-color:hover,.single-essay.new-essay .core-block h1.has-gray-40-color,.single-essay.new-essay .core-block h1.has-gray-40-color:focus,.single-essay.new-essay .core-block h1.has-gray-40-color:hover {
    color: #999
}

.new-brookings .core-block h1.has-gray-40-background-color,.single-essay.new-essay .core-block h1.has-gray-40-background-color {
    background-color: #999
}

.new-brookings .core-block h1.has-gray-50-color,.new-brookings .core-block h1.has-gray-50-color:focus,.new-brookings .core-block h1.has-gray-50-color:hover,.single-essay.new-essay .core-block h1.has-gray-50-color,.single-essay.new-essay .core-block h1.has-gray-50-color:focus,.single-essay.new-essay .core-block h1.has-gray-50-color:hover {
    color: gray
}

.new-brookings .core-block h1.has-gray-50-background-color,.single-essay.new-essay .core-block h1.has-gray-50-background-color {
    background-color: gray
}

.new-brookings .core-block h1.has-gray-60-color,.new-brookings .core-block h1.has-gray-60-color:focus,.new-brookings .core-block h1.has-gray-60-color:hover,.single-essay.new-essay .core-block h1.has-gray-60-color,.single-essay.new-essay .core-block h1.has-gray-60-color:focus,.single-essay.new-essay .core-block h1.has-gray-60-color:hover {
    color: #666
}

.new-brookings .core-block h1.has-gray-60-background-color,.single-essay.new-essay .core-block h1.has-gray-60-background-color {
    background-color: #666
}

.new-brookings .core-block h1.has-gray-70-color,.new-brookings .core-block h1.has-gray-70-color:focus,.new-brookings .core-block h1.has-gray-70-color:hover,.single-essay.new-essay .core-block h1.has-gray-70-color,.single-essay.new-essay .core-block h1.has-gray-70-color:focus,.single-essay.new-essay .core-block h1.has-gray-70-color:hover {
    color: #4d4d4d
}

.new-brookings .core-block h1.has-gray-70-background-color,.single-essay.new-essay .core-block h1.has-gray-70-background-color {
    background-color: #4d4d4d
}

.new-brookings .core-block h1.has-gray-80-color,.new-brookings .core-block h1.has-gray-80-color:focus,.new-brookings .core-block h1.has-gray-80-color:hover,.single-essay.new-essay .core-block h1.has-gray-80-color,.single-essay.new-essay .core-block h1.has-gray-80-color:focus,.single-essay.new-essay .core-block h1.has-gray-80-color:hover {
    color: #333
}

.new-brookings .core-block h1.has-gray-80-background-color,.single-essay.new-essay .core-block h1.has-gray-80-background-color {
    background-color: #333
}

.new-brookings .core-block h1.has-gray-90-color,.new-brookings .core-block h1.has-gray-90-color:focus,.new-brookings .core-block h1.has-gray-90-color:hover,.single-essay.new-essay .core-block h1.has-gray-90-color,.single-essay.new-essay .core-block h1.has-gray-90-color:focus,.single-essay.new-essay .core-block h1.has-gray-90-color:hover {
    color: #191919
}

.new-brookings .core-block h1.has-gray-90-background-color,.single-essay.new-essay .core-block h1.has-gray-90-background-color {
    background-color: #191919
}

.new-brookings .core-block h1.has-gray-color,.new-brookings .core-block h1.has-gray-color:focus,.new-brookings .core-block h1.has-gray-color:hover,.single-essay.new-essay .core-block h1.has-gray-color,.single-essay.new-essay .core-block h1.has-gray-color:focus,.single-essay.new-essay .core-block h1.has-gray-color:hover {
    color: #757575
}

.new-brookings .core-block h1.has-gray-background-color,.single-essay.new-essay .core-block h1.has-gray-background-color {
    background-color: #757575
}

.new-brookings .core-block h1.has-green-color,.new-brookings .core-block h1.has-green-color:focus,.new-brookings .core-block h1.has-green-color:hover,.single-essay.new-essay .core-block h1.has-green-color,.single-essay.new-essay .core-block h1.has-green-color:focus,.single-essay.new-essay .core-block h1.has-green-color:hover {
    color: #5ca632
}

.new-brookings .core-block h1.has-green-background-color,.single-essay.new-essay .core-block h1.has-green-background-color {
    background-color: #5ca632
}

.new-brookings .core-block h1.has-light-gray-color,.new-brookings .core-block h1.has-light-gray-color:focus,.new-brookings .core-block h1.has-light-gray-color:hover,.single-essay.new-essay .core-block h1.has-light-gray-color,.single-essay.new-essay .core-block h1.has-light-gray-color:focus,.single-essay.new-essay .core-block h1.has-light-gray-color:hover {
    color: #cfd8dc
}

.new-brookings .core-block h1.has-light-gray-background-color,.single-essay.new-essay .core-block h1.has-light-gray-background-color {
    background-color: #cfd8dc
}

.new-brookings .core-block h1.has-magenta-color,.new-brookings .core-block h1.has-magenta-color:focus,.new-brookings .core-block h1.has-magenta-color:hover,.single-essay.new-essay .core-block h1.has-magenta-color,.single-essay.new-essay .core-block h1.has-magenta-color:focus,.single-essay.new-essay .core-block h1.has-magenta-color:hover {
    color: #d2468e
}

.new-brookings .core-block h1.has-magenta-background-color,.single-essay.new-essay .core-block h1.has-magenta-background-color {
    background-color: #d2468e
}

.new-brookings .core-block h1.has-orange-40-color,.new-brookings .core-block h1.has-orange-40-color:focus,.new-brookings .core-block h1.has-orange-40-color:hover,.single-essay.new-essay .core-block h1.has-orange-40-color,.single-essay.new-essay .core-block h1.has-orange-40-color:focus,.single-essay.new-essay .core-block h1.has-orange-40-color:hover {
    color: #ff9e1b
}

.new-brookings .core-block h1.has-orange-40-background-color,.single-essay.new-essay .core-block h1.has-orange-40-background-color {
    background-color: #ff9e1b
}

.new-brookings .core-block h1.has-orange-60-color,.new-brookings .core-block h1.has-orange-60-color:focus,.new-brookings .core-block h1.has-orange-60-color:hover,.single-essay.new-essay .core-block h1.has-orange-60-color,.single-essay.new-essay .core-block h1.has-orange-60-color:focus,.single-essay.new-essay .core-block h1.has-orange-60-color:hover {
    color: #f26d00
}

.new-brookings .core-block h1.has-orange-60-background-color,.single-essay.new-essay .core-block h1.has-orange-60-background-color {
    background-color: #f26d00
}

.new-brookings .core-block h1.has-primary-light-color,.new-brookings .core-block h1.has-primary-light-color:focus,.new-brookings .core-block h1.has-primary-light-color:hover,.single-essay.new-essay .core-block h1.has-primary-light-color,.single-essay.new-essay .core-block h1.has-primary-light-color:focus,.single-essay.new-essay .core-block h1.has-primary-light-color:hover {
    color: #e0ecfb
}

.new-brookings .core-block h1.has-primary-light-background-color,.single-essay.new-essay .core-block h1.has-primary-light-background-color {
    background-color: #e0ecfb
}

.new-brookings .core-block h1.has-primary-color,.new-brookings .core-block h1.has-primary-color:focus,.new-brookings .core-block h1.has-primary-color:hover,.single-essay.new-essay .core-block h1.has-primary-color,.single-essay.new-essay .core-block h1.has-primary-color:focus,.single-essay.new-essay .core-block h1.has-primary-color:hover {
    color: #053769
}

.new-brookings .core-block h1.has-primary-background-color,.single-essay.new-essay .core-block h1.has-primary-background-color {
    background-color: #053769
}

.new-brookings .core-block h1.has-purple-color,.new-brookings .core-block h1.has-purple-color:focus,.new-brookings .core-block h1.has-purple-color:hover,.single-essay.new-essay .core-block h1.has-purple-color,.single-essay.new-essay .core-block h1.has-purple-color:focus,.single-essay.new-essay .core-block h1.has-purple-color:hover {
    color: #8e72d0
}

.new-brookings .core-block h1.has-purple-background-color,.single-essay.new-essay .core-block h1.has-purple-background-color {
    background-color: #8e72d0
}

.new-brookings .core-block h1.has-red-color,.new-brookings .core-block h1.has-red-color:focus,.new-brookings .core-block h1.has-red-color:hover,.single-essay.new-essay .core-block h1.has-red-color,.single-essay.new-essay .core-block h1.has-red-color:focus,.single-essay.new-essay .core-block h1.has-red-color:hover {
    color: #ed3a35
}

.new-brookings .core-block h1.has-red-background-color,.single-essay.new-essay .core-block h1.has-red-background-color {
    background-color: #ed3a35
}

.new-brookings .core-block h1.has-teal-color,.new-brookings .core-block h1.has-teal-color:focus,.new-brookings .core-block h1.has-teal-color:hover,.single-essay.new-essay .core-block h1.has-teal-color,.single-essay.new-essay .core-block h1.has-teal-color:focus,.single-essay.new-essay .core-block h1.has-teal-color:hover {
    color: #2a9aad
}

.new-brookings .core-block h1.has-teal-background-color,.single-essay.new-essay .core-block h1.has-teal-background-color {
    background-color: #2a9aad
}

.new-brookings .core-block h1.has-vivid-blue-20-color,.new-brookings .core-block h1.has-vivid-blue-20-color:focus,.new-brookings .core-block h1.has-vivid-blue-20-color:hover,.single-essay.new-essay .core-block h1.has-vivid-blue-20-color,.single-essay.new-essay .core-block h1.has-vivid-blue-20-color:focus,.single-essay.new-essay .core-block h1.has-vivid-blue-20-color:hover {
    color: #8ac6ff
}

.new-brookings .core-block h1.has-vivid-blue-20-background-color,.single-essay.new-essay .core-block h1.has-vivid-blue-20-background-color {
    background-color: #8ac6ff
}

.new-brookings .core-block h1.has-vivid-blue-70-color,.new-brookings .core-block h1.has-vivid-blue-70-color:focus,.new-brookings .core-block h1.has-vivid-blue-70-color:hover,.single-essay.new-essay .core-block h1.has-vivid-blue-70-color,.single-essay.new-essay .core-block h1.has-vivid-blue-70-color:focus,.single-essay.new-essay .core-block h1.has-vivid-blue-70-color:hover {
    color: #00649f
}

.new-brookings .core-block h1.has-vivid-blue-70-background-color,.single-essay.new-essay .core-block h1.has-vivid-blue-70-background-color {
    background-color: #00649f
}

.new-brookings .core-block h1.has-white-color,.new-brookings .core-block h1.has-white-color:focus,.new-brookings .core-block h1.has-white-color:hover,.single-essay.new-essay .core-block h1.has-white-color,.single-essay.new-essay .core-block h1.has-white-color:focus,.single-essay.new-essay .core-block h1.has-white-color:hover {
    color: #fff
}

.new-brookings .core-block h1.has-white-background-color,.single-essay.new-essay .core-block h1.has-white-background-color {
    background-color: #fff
}

.new-brookings .core-block h1.has-yellow-40-color,.new-brookings .core-block h1.has-yellow-40-color:focus,.new-brookings .core-block h1.has-yellow-40-color:hover,.single-essay.new-essay .core-block h1.has-yellow-40-color,.single-essay.new-essay .core-block h1.has-yellow-40-color:focus,.single-essay.new-essay .core-block h1.has-yellow-40-color:hover {
    color: #fd0
}

.new-brookings .core-block h1.has-yellow-40-background-color,.single-essay.new-essay .core-block h1.has-yellow-40-background-color {
    background-color: #fd0
}

.new-brookings .core-block h1.has-yellow-60-color,.new-brookings .core-block h1.has-yellow-60-color:focus,.new-brookings .core-block h1.has-yellow-60-color:hover,.single-essay.new-essay .core-block h1.has-yellow-60-color,.single-essay.new-essay .core-block h1.has-yellow-60-color:focus,.single-essay.new-essay .core-block h1.has-yellow-60-color:hover {
    color: #e0bb00
}

.new-brookings .core-block h1.has-yellow-60-background-color,.single-essay.new-essay .core-block h1.has-yellow-60-background-color {
    background-color: #e0bb00
}

.new-brookings .core-block h1.has-yellow-color,.new-brookings .core-block h1.has-yellow-color:focus,.new-brookings .core-block h1.has-yellow-color:hover,.single-essay.new-essay .core-block h1.has-yellow-color,.single-essay.new-essay .core-block h1.has-yellow-color:focus,.single-essay.new-essay .core-block h1.has-yellow-color:hover {
    color: #ffecb3
}

.new-brookings .core-block h1.has-yellow-background-color,.single-essay.new-essay .core-block h1.has-yellow-background-color {
    background-color: #ffecb3
}

.new-brookings .core-block h1.is-style-roboto,.single-essay.new-essay .core-block h1.is-style-roboto {
    font-family: Roboto,sans-serif
}

.new-brookings .core-block h1.is-style-lato,.single-essay.new-essay .core-block h1.is-style-lato {
    font-family: Lato,sans-serif
}

.new-brookings .core-block h1.is-style-crimson-text,.single-essay.new-essay .core-block h1.is-style-crimson-text {
    font-family: Crimson Text,serif
}

.new-brookings .core-block h1.is-style-playfair,.single-essay.new-essay .core-block h1.is-style-playfair {
    font-family: Playfair Display,serif
}

.new-brookings .core-block h1.is-style-franklin-gothic,.single-essay.new-essay .core-block h1.is-style-franklin-gothic {
    font-family: franklin-gothic-urw,helvetica,sans-serif
}

@media (min-width: 782px) {
    .new-brookings .core-block h1,.single-essay.new-essay .core-block h1 {
        font-size:6rem
    }
}

.new-brookings .core-block h1.is-style-crimson-text,.new-brookings .core-block h1.is-style-franklin-gothic,.new-brookings .core-block h1.is-style-playfair,.single-essay.new-essay .core-block h1.is-style-crimson-text,.single-essay.new-essay .core-block h1.is-style-franklin-gothic,.single-essay.new-essay .core-block h1.is-style-playfair {
    font-weight: 400
}

.new-brookings .core-block h2,.single-essay.new-essay .core-block h2 {
    font-family: Roboto,sans-serif;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 74.375rem;
    font-size: 3.25rem;
    font-weight: 300
}

.new-brookings .core-block h2.has-black-color,.new-brookings .core-block h2.has-black-color:focus,.new-brookings .core-block h2.has-black-color:hover,.single-essay.new-essay .core-block h2.has-black-color,.single-essay.new-essay .core-block h2.has-black-color:focus,.single-essay.new-essay .core-block h2.has-black-color:hover {
    color: #000
}

.new-brookings .core-block h2.has-black-background-color,.single-essay.new-essay .core-block h2.has-black-background-color {
    background-color: #000
}

.new-brookings .core-block h2.has-blue-10-color,.new-brookings .core-block h2.has-blue-10-color:focus,.new-brookings .core-block h2.has-blue-10-color:hover,.single-essay.new-essay .core-block h2.has-blue-10-color,.single-essay.new-essay .core-block h2.has-blue-10-color:focus,.single-essay.new-essay .core-block h2.has-blue-10-color:hover {
    color: #dde5ed
}

.new-brookings .core-block h2.has-blue-10-background-color,.single-essay.new-essay .core-block h2.has-blue-10-background-color {
    background-color: #dde5ed
}

.new-brookings .core-block h2.has-blue-20-color,.new-brookings .core-block h2.has-blue-20-color:focus,.new-brookings .core-block h2.has-blue-20-color:hover,.single-essay.new-essay .core-block h2.has-blue-20-color,.single-essay.new-essay .core-block h2.has-blue-20-color:focus,.single-essay.new-essay .core-block h2.has-blue-20-color:hover {
    color: #d0d3d4
}

.new-brookings .core-block h2.has-blue-20-background-color,.single-essay.new-essay .core-block h2.has-blue-20-background-color {
    background-color: #d0d3d4
}

.new-brookings .core-block h2.has-blue-60-color,.new-brookings .core-block h2.has-blue-60-color:focus,.new-brookings .core-block h2.has-blue-60-color:hover,.single-essay.new-essay .core-block h2.has-blue-60-color,.single-essay.new-essay .core-block h2.has-blue-60-color:focus,.single-essay.new-essay .core-block h2.has-blue-60-color:hover {
    color: #a7bcd6
}

.new-brookings .core-block h2.has-blue-60-background-color,.single-essay.new-essay .core-block h2.has-blue-60-background-color {
    background-color: #a7bcd6
}

.new-brookings .core-block h2.has-blue-80-color,.new-brookings .core-block h2.has-blue-80-color:focus,.new-brookings .core-block h2.has-blue-80-color:hover,.single-essay.new-essay .core-block h2.has-blue-80-color,.single-essay.new-essay .core-block h2.has-blue-80-color:focus,.single-essay.new-essay .core-block h2.has-blue-80-color:hover {
    color: #326295
}

.new-brookings .core-block h2.has-blue-80-background-color,.single-essay.new-essay .core-block h2.has-blue-80-background-color {
    background-color: #326295
}

.new-brookings .core-block h2.has-blue-color,.new-brookings .core-block h2.has-blue-color:focus,.new-brookings .core-block h2.has-blue-color:hover,.single-essay.new-essay .core-block h2.has-blue-color,.single-essay.new-essay .core-block h2.has-blue-color:focus,.single-essay.new-essay .core-block h2.has-blue-color:hover {
    color: #0d73d6
}

.new-brookings .core-block h2.has-blue-background-color,.single-essay.new-essay .core-block h2.has-blue-background-color {
    background-color: #0d73d6
}

.new-brookings .core-block h2.has-brookings-blue-color,.new-brookings .core-block h2.has-brookings-blue-color:focus,.new-brookings .core-block h2.has-brookings-blue-color:hover,.single-essay.new-essay .core-block h2.has-brookings-blue-color,.single-essay.new-essay .core-block h2.has-brookings-blue-color:focus,.single-essay.new-essay .core-block h2.has-brookings-blue-color:hover {
    color: #003a70
}

.new-brookings .core-block h2.has-brookings-blue-background-color,.single-essay.new-essay .core-block h2.has-brookings-blue-background-color {
    background-color: #003a70
}

.new-brookings .core-block h2.has-dark-gray-color,.new-brookings .core-block h2.has-dark-gray-color:focus,.new-brookings .core-block h2.has-dark-gray-color:hover,.single-essay.new-essay .core-block h2.has-dark-gray-color,.single-essay.new-essay .core-block h2.has-dark-gray-color:focus,.single-essay.new-essay .core-block h2.has-dark-gray-color:hover {
    color: #4c4c4c
}

.new-brookings .core-block h2.has-dark-gray-background-color,.single-essay.new-essay .core-block h2.has-dark-gray-background-color {
    background-color: #4c4c4c
}

.new-brookings .core-block h2.has-gold-dark-color,.new-brookings .core-block h2.has-gold-dark-color:focus,.new-brookings .core-block h2.has-gold-dark-color:hover,.single-essay.new-essay .core-block h2.has-gold-dark-color,.single-essay.new-essay .core-block h2.has-gold-dark-color:focus,.single-essay.new-essay .core-block h2.has-gold-dark-color:hover {
    color: #685f40
}

.new-brookings .core-block h2.has-gold-dark-background-color,.single-essay.new-essay .core-block h2.has-gold-dark-background-color {
    background-color: #685f40
}

.new-brookings .core-block h2.has-gold-color,.new-brookings .core-block h2.has-gold-color:focus,.new-brookings .core-block h2.has-gold-color:hover,.single-essay.new-essay .core-block h2.has-gold-color,.single-essay.new-essay .core-block h2.has-gold-color:focus,.single-essay.new-essay .core-block h2.has-gold-color:hover {
    color: #b9874b
}

.new-brookings .core-block h2.has-gold-background-color,.single-essay.new-essay .core-block h2.has-gold-background-color {
    background-color: #b9874b
}

.new-brookings .core-block h2.has-gray-05-color,.new-brookings .core-block h2.has-gray-05-color:focus,.new-brookings .core-block h2.has-gray-05-color:hover,.single-essay.new-essay .core-block h2.has-gray-05-color,.single-essay.new-essay .core-block h2.has-gray-05-color:focus,.single-essay.new-essay .core-block h2.has-gray-05-color:hover {
    color: #f2f2f2
}

.new-brookings .core-block h2.has-gray-05-background-color,.single-essay.new-essay .core-block h2.has-gray-05-background-color {
    background-color: #f2f2f2
}

.new-brookings .core-block h2.has-gray-10-color,.new-brookings .core-block h2.has-gray-10-color:focus,.new-brookings .core-block h2.has-gray-10-color:hover,.single-essay.new-essay .core-block h2.has-gray-10-color,.single-essay.new-essay .core-block h2.has-gray-10-color:focus,.single-essay.new-essay .core-block h2.has-gray-10-color:hover {
    color: #e6e6e6
}

.new-brookings .core-block h2.has-gray-10-background-color,.single-essay.new-essay .core-block h2.has-gray-10-background-color {
    background-color: #e6e6e6
}

.new-brookings .core-block h2.has-gray-20-color,.new-brookings .core-block h2.has-gray-20-color:focus,.new-brookings .core-block h2.has-gray-20-color:hover,.single-essay.new-essay .core-block h2.has-gray-20-color,.single-essay.new-essay .core-block h2.has-gray-20-color:focus,.single-essay.new-essay .core-block h2.has-gray-20-color:hover {
    color: #ccc
}

.new-brookings .core-block h2.has-gray-20-background-color,.single-essay.new-essay .core-block h2.has-gray-20-background-color {
    background-color: #ccc
}

.new-brookings .core-block h2.has-gray-30-color,.new-brookings .core-block h2.has-gray-30-color:focus,.new-brookings .core-block h2.has-gray-30-color:hover,.single-essay.new-essay .core-block h2.has-gray-30-color,.single-essay.new-essay .core-block h2.has-gray-30-color:focus,.single-essay.new-essay .core-block h2.has-gray-30-color:hover {
    color: #b3b3b3
}

.new-brookings .core-block h2.has-gray-30-background-color,.single-essay.new-essay .core-block h2.has-gray-30-background-color {
    background-color: #b3b3b3
}

.new-brookings .core-block h2.has-gray-40-color,.new-brookings .core-block h2.has-gray-40-color:focus,.new-brookings .core-block h2.has-gray-40-color:hover,.single-essay.new-essay .core-block h2.has-gray-40-color,.single-essay.new-essay .core-block h2.has-gray-40-color:focus,.single-essay.new-essay .core-block h2.has-gray-40-color:hover {
    color: #999
}

.new-brookings .core-block h2.has-gray-40-background-color,.single-essay.new-essay .core-block h2.has-gray-40-background-color {
    background-color: #999
}

.new-brookings .core-block h2.has-gray-50-color,.new-brookings .core-block h2.has-gray-50-color:focus,.new-brookings .core-block h2.has-gray-50-color:hover,.single-essay.new-essay .core-block h2.has-gray-50-color,.single-essay.new-essay .core-block h2.has-gray-50-color:focus,.single-essay.new-essay .core-block h2.has-gray-50-color:hover {
    color: gray
}

.new-brookings .core-block h2.has-gray-50-background-color,.single-essay.new-essay .core-block h2.has-gray-50-background-color {
    background-color: gray
}

.new-brookings .core-block h2.has-gray-60-color,.new-brookings .core-block h2.has-gray-60-color:focus,.new-brookings .core-block h2.has-gray-60-color:hover,.single-essay.new-essay .core-block h2.has-gray-60-color,.single-essay.new-essay .core-block h2.has-gray-60-color:focus,.single-essay.new-essay .core-block h2.has-gray-60-color:hover {
    color: #666
}

.new-brookings .core-block h2.has-gray-60-background-color,.single-essay.new-essay .core-block h2.has-gray-60-background-color {
    background-color: #666
}

.new-brookings .core-block h2.has-gray-70-color,.new-brookings .core-block h2.has-gray-70-color:focus,.new-brookings .core-block h2.has-gray-70-color:hover,.single-essay.new-essay .core-block h2.has-gray-70-color,.single-essay.new-essay .core-block h2.has-gray-70-color:focus,.single-essay.new-essay .core-block h2.has-gray-70-color:hover {
    color: #4d4d4d
}

.new-brookings .core-block h2.has-gray-70-background-color,.single-essay.new-essay .core-block h2.has-gray-70-background-color {
    background-color: #4d4d4d
}

.new-brookings .core-block h2.has-gray-80-color,.new-brookings .core-block h2.has-gray-80-color:focus,.new-brookings .core-block h2.has-gray-80-color:hover,.single-essay.new-essay .core-block h2.has-gray-80-color,.single-essay.new-essay .core-block h2.has-gray-80-color:focus,.single-essay.new-essay .core-block h2.has-gray-80-color:hover {
    color: #333
}

.new-brookings .core-block h2.has-gray-80-background-color,.single-essay.new-essay .core-block h2.has-gray-80-background-color {
    background-color: #333
}

.new-brookings .core-block h2.has-gray-90-color,.new-brookings .core-block h2.has-gray-90-color:focus,.new-brookings .core-block h2.has-gray-90-color:hover,.single-essay.new-essay .core-block h2.has-gray-90-color,.single-essay.new-essay .core-block h2.has-gray-90-color:focus,.single-essay.new-essay .core-block h2.has-gray-90-color:hover {
    color: #191919
}

.new-brookings .core-block h2.has-gray-90-background-color,.single-essay.new-essay .core-block h2.has-gray-90-background-color {
    background-color: #191919
}

.new-brookings .core-block h2.has-gray-color,.new-brookings .core-block h2.has-gray-color:focus,.new-brookings .core-block h2.has-gray-color:hover,.single-essay.new-essay .core-block h2.has-gray-color,.single-essay.new-essay .core-block h2.has-gray-color:focus,.single-essay.new-essay .core-block h2.has-gray-color:hover {
    color: #757575
}

.new-brookings .core-block h2.has-gray-background-color,.single-essay.new-essay .core-block h2.has-gray-background-color {
    background-color: #757575
}

.new-brookings .core-block h2.has-green-color,.new-brookings .core-block h2.has-green-color:focus,.new-brookings .core-block h2.has-green-color:hover,.single-essay.new-essay .core-block h2.has-green-color,.single-essay.new-essay .core-block h2.has-green-color:focus,.single-essay.new-essay .core-block h2.has-green-color:hover {
    color: #5ca632
}

.new-brookings .core-block h2.has-green-background-color,.single-essay.new-essay .core-block h2.has-green-background-color {
    background-color: #5ca632
}

.new-brookings .core-block h2.has-light-gray-color,.new-brookings .core-block h2.has-light-gray-color:focus,.new-brookings .core-block h2.has-light-gray-color:hover,.single-essay.new-essay .core-block h2.has-light-gray-color,.single-essay.new-essay .core-block h2.has-light-gray-color:focus,.single-essay.new-essay .core-block h2.has-light-gray-color:hover {
    color: #cfd8dc
}

.new-brookings .core-block h2.has-light-gray-background-color,.single-essay.new-essay .core-block h2.has-light-gray-background-color {
    background-color: #cfd8dc
}

.new-brookings .core-block h2.has-magenta-color,.new-brookings .core-block h2.has-magenta-color:focus,.new-brookings .core-block h2.has-magenta-color:hover,.single-essay.new-essay .core-block h2.has-magenta-color,.single-essay.new-essay .core-block h2.has-magenta-color:focus,.single-essay.new-essay .core-block h2.has-magenta-color:hover {
    color: #d2468e
}

.new-brookings .core-block h2.has-magenta-background-color,.single-essay.new-essay .core-block h2.has-magenta-background-color {
    background-color: #d2468e
}

.new-brookings .core-block h2.has-orange-40-color,.new-brookings .core-block h2.has-orange-40-color:focus,.new-brookings .core-block h2.has-orange-40-color:hover,.single-essay.new-essay .core-block h2.has-orange-40-color,.single-essay.new-essay .core-block h2.has-orange-40-color:focus,.single-essay.new-essay .core-block h2.has-orange-40-color:hover {
    color: #ff9e1b
}

.new-brookings .core-block h2.has-orange-40-background-color,.single-essay.new-essay .core-block h2.has-orange-40-background-color {
    background-color: #ff9e1b
}

.new-brookings .core-block h2.has-orange-60-color,.new-brookings .core-block h2.has-orange-60-color:focus,.new-brookings .core-block h2.has-orange-60-color:hover,.single-essay.new-essay .core-block h2.has-orange-60-color,.single-essay.new-essay .core-block h2.has-orange-60-color:focus,.single-essay.new-essay .core-block h2.has-orange-60-color:hover {
    color: #f26d00
}

.new-brookings .core-block h2.has-orange-60-background-color,.single-essay.new-essay .core-block h2.has-orange-60-background-color {
    background-color: #f26d00
}

.new-brookings .core-block h2.has-primary-light-color,.new-brookings .core-block h2.has-primary-light-color:focus,.new-brookings .core-block h2.has-primary-light-color:hover,.single-essay.new-essay .core-block h2.has-primary-light-color,.single-essay.new-essay .core-block h2.has-primary-light-color:focus,.single-essay.new-essay .core-block h2.has-primary-light-color:hover {
    color: #e0ecfb
}

.new-brookings .core-block h2.has-primary-light-background-color,.single-essay.new-essay .core-block h2.has-primary-light-background-color {
    background-color: #e0ecfb
}

.new-brookings .core-block h2.has-primary-color,.new-brookings .core-block h2.has-primary-color:focus,.new-brookings .core-block h2.has-primary-color:hover,.single-essay.new-essay .core-block h2.has-primary-color,.single-essay.new-essay .core-block h2.has-primary-color:focus,.single-essay.new-essay .core-block h2.has-primary-color:hover {
    color: #053769
}

.new-brookings .core-block h2.has-primary-background-color,.single-essay.new-essay .core-block h2.has-primary-background-color {
    background-color: #053769
}

.new-brookings .core-block h2.has-purple-color,.new-brookings .core-block h2.has-purple-color:focus,.new-brookings .core-block h2.has-purple-color:hover,.single-essay.new-essay .core-block h2.has-purple-color,.single-essay.new-essay .core-block h2.has-purple-color:focus,.single-essay.new-essay .core-block h2.has-purple-color:hover {
    color: #8e72d0
}

.new-brookings .core-block h2.has-purple-background-color,.single-essay.new-essay .core-block h2.has-purple-background-color {
    background-color: #8e72d0
}

.new-brookings .core-block h2.has-red-color,.new-brookings .core-block h2.has-red-color:focus,.new-brookings .core-block h2.has-red-color:hover,.single-essay.new-essay .core-block h2.has-red-color,.single-essay.new-essay .core-block h2.has-red-color:focus,.single-essay.new-essay .core-block h2.has-red-color:hover {
    color: #ed3a35
}

.new-brookings .core-block h2.has-red-background-color,.single-essay.new-essay .core-block h2.has-red-background-color {
    background-color: #ed3a35
}

.new-brookings .core-block h2.has-teal-color,.new-brookings .core-block h2.has-teal-color:focus,.new-brookings .core-block h2.has-teal-color:hover,.single-essay.new-essay .core-block h2.has-teal-color,.single-essay.new-essay .core-block h2.has-teal-color:focus,.single-essay.new-essay .core-block h2.has-teal-color:hover {
    color: #2a9aad
}

.new-brookings .core-block h2.has-teal-background-color,.single-essay.new-essay .core-block h2.has-teal-background-color {
    background-color: #2a9aad
}

.new-brookings .core-block h2.has-vivid-blue-20-color,.new-brookings .core-block h2.has-vivid-blue-20-color:focus,.new-brookings .core-block h2.has-vivid-blue-20-color:hover,.single-essay.new-essay .core-block h2.has-vivid-blue-20-color,.single-essay.new-essay .core-block h2.has-vivid-blue-20-color:focus,.single-essay.new-essay .core-block h2.has-vivid-blue-20-color:hover {
    color: #8ac6ff
}

.new-brookings .core-block h2.has-vivid-blue-20-background-color,.single-essay.new-essay .core-block h2.has-vivid-blue-20-background-color {
    background-color: #8ac6ff
}

.new-brookings .core-block h2.has-vivid-blue-70-color,.new-brookings .core-block h2.has-vivid-blue-70-color:focus,.new-brookings .core-block h2.has-vivid-blue-70-color:hover,.single-essay.new-essay .core-block h2.has-vivid-blue-70-color,.single-essay.new-essay .core-block h2.has-vivid-blue-70-color:focus,.single-essay.new-essay .core-block h2.has-vivid-blue-70-color:hover {
    color: #00649f
}

.new-brookings .core-block h2.has-vivid-blue-70-background-color,.single-essay.new-essay .core-block h2.has-vivid-blue-70-background-color {
    background-color: #00649f
}

.new-brookings .core-block h2.has-white-color,.new-brookings .core-block h2.has-white-color:focus,.new-brookings .core-block h2.has-white-color:hover,.single-essay.new-essay .core-block h2.has-white-color,.single-essay.new-essay .core-block h2.has-white-color:focus,.single-essay.new-essay .core-block h2.has-white-color:hover {
    color: #fff
}

.new-brookings .core-block h2.has-white-background-color,.single-essay.new-essay .core-block h2.has-white-background-color {
    background-color: #fff
}

.new-brookings .core-block h2.has-yellow-40-color,.new-brookings .core-block h2.has-yellow-40-color:focus,.new-brookings .core-block h2.has-yellow-40-color:hover,.single-essay.new-essay .core-block h2.has-yellow-40-color,.single-essay.new-essay .core-block h2.has-yellow-40-color:focus,.single-essay.new-essay .core-block h2.has-yellow-40-color:hover {
    color: #fd0
}

.new-brookings .core-block h2.has-yellow-40-background-color,.single-essay.new-essay .core-block h2.has-yellow-40-background-color {
    background-color: #fd0
}

.new-brookings .core-block h2.has-yellow-60-color,.new-brookings .core-block h2.has-yellow-60-color:focus,.new-brookings .core-block h2.has-yellow-60-color:hover,.single-essay.new-essay .core-block h2.has-yellow-60-color,.single-essay.new-essay .core-block h2.has-yellow-60-color:focus,.single-essay.new-essay .core-block h2.has-yellow-60-color:hover {
    color: #e0bb00
}

.new-brookings .core-block h2.has-yellow-60-background-color,.single-essay.new-essay .core-block h2.has-yellow-60-background-color {
    background-color: #e0bb00
}

.new-brookings .core-block h2.has-yellow-color,.new-brookings .core-block h2.has-yellow-color:focus,.new-brookings .core-block h2.has-yellow-color:hover,.single-essay.new-essay .core-block h2.has-yellow-color,.single-essay.new-essay .core-block h2.has-yellow-color:focus,.single-essay.new-essay .core-block h2.has-yellow-color:hover {
    color: #ffecb3
}

.new-brookings .core-block h2.has-yellow-background-color,.single-essay.new-essay .core-block h2.has-yellow-background-color {
    background-color: #ffecb3
}

.new-brookings .core-block h2.is-style-roboto,.single-essay.new-essay .core-block h2.is-style-roboto {
    font-family: Roboto,sans-serif
}

.new-brookings .core-block h2.is-style-lato,.single-essay.new-essay .core-block h2.is-style-lato {
    font-family: Lato,sans-serif
}

.new-brookings .core-block h2.is-style-crimson-text,.single-essay.new-essay .core-block h2.is-style-crimson-text {
    font-family: Crimson Text,serif
}

.new-brookings .core-block h2.is-style-playfair,.single-essay.new-essay .core-block h2.is-style-playfair {
    font-family: Playfair Display,serif
}

.new-brookings .core-block h2.is-style-franklin-gothic,.single-essay.new-essay .core-block h2.is-style-franklin-gothic {
    font-family: franklin-gothic-urw,helvetica,sans-serif
}

@media (min-width: 782px) {
    .new-brookings .core-block h2,.single-essay.new-essay .core-block h2 {
        font-size:3.75rem
    }
}

.new-brookings .core-block h2.is-style-crimson-text,.new-brookings .core-block h2.is-style-franklin-gothic,.new-brookings .core-block h2.is-style-playfair,.single-essay.new-essay .core-block h2.is-style-crimson-text,.single-essay.new-essay .core-block h2.is-style-franklin-gothic,.single-essay.new-essay .core-block h2.is-style-playfair {
    font-weight: 400
}

.new-brookings .core-block h3,.single-essay.new-essay .core-block h3 {
    font-family: Roboto,sans-serif;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 74.375rem;
    font-size: 3rem;
    font-weight: 400
}

.new-brookings .core-block h3.has-black-color,.new-brookings .core-block h3.has-black-color:focus,.new-brookings .core-block h3.has-black-color:hover,.single-essay.new-essay .core-block h3.has-black-color,.single-essay.new-essay .core-block h3.has-black-color:focus,.single-essay.new-essay .core-block h3.has-black-color:hover {
    color: #000
}

.new-brookings .core-block h3.has-black-background-color,.single-essay.new-essay .core-block h3.has-black-background-color {
    background-color: #000
}

.new-brookings .core-block h3.has-blue-10-color,.new-brookings .core-block h3.has-blue-10-color:focus,.new-brookings .core-block h3.has-blue-10-color:hover,.single-essay.new-essay .core-block h3.has-blue-10-color,.single-essay.new-essay .core-block h3.has-blue-10-color:focus,.single-essay.new-essay .core-block h3.has-blue-10-color:hover {
    color: #dde5ed
}

.new-brookings .core-block h3.has-blue-10-background-color,.single-essay.new-essay .core-block h3.has-blue-10-background-color {
    background-color: #dde5ed
}

.new-brookings .core-block h3.has-blue-20-color,.new-brookings .core-block h3.has-blue-20-color:focus,.new-brookings .core-block h3.has-blue-20-color:hover,.single-essay.new-essay .core-block h3.has-blue-20-color,.single-essay.new-essay .core-block h3.has-blue-20-color:focus,.single-essay.new-essay .core-block h3.has-blue-20-color:hover {
    color: #d0d3d4
}

.new-brookings .core-block h3.has-blue-20-background-color,.single-essay.new-essay .core-block h3.has-blue-20-background-color {
    background-color: #d0d3d4
}

.new-brookings .core-block h3.has-blue-60-color,.new-brookings .core-block h3.has-blue-60-color:focus,.new-brookings .core-block h3.has-blue-60-color:hover,.single-essay.new-essay .core-block h3.has-blue-60-color,.single-essay.new-essay .core-block h3.has-blue-60-color:focus,.single-essay.new-essay .core-block h3.has-blue-60-color:hover {
    color: #a7bcd6
}

.new-brookings .core-block h3.has-blue-60-background-color,.single-essay.new-essay .core-block h3.has-blue-60-background-color {
    background-color: #a7bcd6
}

.new-brookings .core-block h3.has-blue-80-color,.new-brookings .core-block h3.has-blue-80-color:focus,.new-brookings .core-block h3.has-blue-80-color:hover,.single-essay.new-essay .core-block h3.has-blue-80-color,.single-essay.new-essay .core-block h3.has-blue-80-color:focus,.single-essay.new-essay .core-block h3.has-blue-80-color:hover {
    color: #326295
}

.new-brookings .core-block h3.has-blue-80-background-color,.single-essay.new-essay .core-block h3.has-blue-80-background-color {
    background-color: #326295
}

.new-brookings .core-block h3.has-blue-color,.new-brookings .core-block h3.has-blue-color:focus,.new-brookings .core-block h3.has-blue-color:hover,.single-essay.new-essay .core-block h3.has-blue-color,.single-essay.new-essay .core-block h3.has-blue-color:focus,.single-essay.new-essay .core-block h3.has-blue-color:hover {
    color: #0d73d6
}

.new-brookings .core-block h3.has-blue-background-color,.single-essay.new-essay .core-block h3.has-blue-background-color {
    background-color: #0d73d6
}

.new-brookings .core-block h3.has-brookings-blue-color,.new-brookings .core-block h3.has-brookings-blue-color:focus,.new-brookings .core-block h3.has-brookings-blue-color:hover,.single-essay.new-essay .core-block h3.has-brookings-blue-color,.single-essay.new-essay .core-block h3.has-brookings-blue-color:focus,.single-essay.new-essay .core-block h3.has-brookings-blue-color:hover {
    color: #003a70
}

.new-brookings .core-block h3.has-brookings-blue-background-color,.single-essay.new-essay .core-block h3.has-brookings-blue-background-color {
    background-color: #003a70
}

.new-brookings .core-block h3.has-dark-gray-color,.new-brookings .core-block h3.has-dark-gray-color:focus,.new-brookings .core-block h3.has-dark-gray-color:hover,.single-essay.new-essay .core-block h3.has-dark-gray-color,.single-essay.new-essay .core-block h3.has-dark-gray-color:focus,.single-essay.new-essay .core-block h3.has-dark-gray-color:hover {
    color: #4c4c4c
}

.new-brookings .core-block h3.has-dark-gray-background-color,.single-essay.new-essay .core-block h3.has-dark-gray-background-color {
    background-color: #4c4c4c
}

.new-brookings .core-block h3.has-gold-dark-color,.new-brookings .core-block h3.has-gold-dark-color:focus,.new-brookings .core-block h3.has-gold-dark-color:hover,.single-essay.new-essay .core-block h3.has-gold-dark-color,.single-essay.new-essay .core-block h3.has-gold-dark-color:focus,.single-essay.new-essay .core-block h3.has-gold-dark-color:hover {
    color: #685f40
}

.new-brookings .core-block h3.has-gold-dark-background-color,.single-essay.new-essay .core-block h3.has-gold-dark-background-color {
    background-color: #685f40
}

.new-brookings .core-block h3.has-gold-color,.new-brookings .core-block h3.has-gold-color:focus,.new-brookings .core-block h3.has-gold-color:hover,.single-essay.new-essay .core-block h3.has-gold-color,.single-essay.new-essay .core-block h3.has-gold-color:focus,.single-essay.new-essay .core-block h3.has-gold-color:hover {
    color: #b9874b
}

.new-brookings .core-block h3.has-gold-background-color,.single-essay.new-essay .core-block h3.has-gold-background-color {
    background-color: #b9874b
}

.new-brookings .core-block h3.has-gray-05-color,.new-brookings .core-block h3.has-gray-05-color:focus,.new-brookings .core-block h3.has-gray-05-color:hover,.single-essay.new-essay .core-block h3.has-gray-05-color,.single-essay.new-essay .core-block h3.has-gray-05-color:focus,.single-essay.new-essay .core-block h3.has-gray-05-color:hover {
    color: #f2f2f2
}

.new-brookings .core-block h3.has-gray-05-background-color,.single-essay.new-essay .core-block h3.has-gray-05-background-color {
    background-color: #f2f2f2
}

.new-brookings .core-block h3.has-gray-10-color,.new-brookings .core-block h3.has-gray-10-color:focus,.new-brookings .core-block h3.has-gray-10-color:hover,.single-essay.new-essay .core-block h3.has-gray-10-color,.single-essay.new-essay .core-block h3.has-gray-10-color:focus,.single-essay.new-essay .core-block h3.has-gray-10-color:hover {
    color: #e6e6e6
}

.new-brookings .core-block h3.has-gray-10-background-color,.single-essay.new-essay .core-block h3.has-gray-10-background-color {
    background-color: #e6e6e6
}

.new-brookings .core-block h3.has-gray-20-color,.new-brookings .core-block h3.has-gray-20-color:focus,.new-brookings .core-block h3.has-gray-20-color:hover,.single-essay.new-essay .core-block h3.has-gray-20-color,.single-essay.new-essay .core-block h3.has-gray-20-color:focus,.single-essay.new-essay .core-block h3.has-gray-20-color:hover {
    color: #ccc
}

.new-brookings .core-block h3.has-gray-20-background-color,.single-essay.new-essay .core-block h3.has-gray-20-background-color {
    background-color: #ccc
}

.new-brookings .core-block h3.has-gray-30-color,.new-brookings .core-block h3.has-gray-30-color:focus,.new-brookings .core-block h3.has-gray-30-color:hover,.single-essay.new-essay .core-block h3.has-gray-30-color,.single-essay.new-essay .core-block h3.has-gray-30-color:focus,.single-essay.new-essay .core-block h3.has-gray-30-color:hover {
    color: #b3b3b3
}

.new-brookings .core-block h3.has-gray-30-background-color,.single-essay.new-essay .core-block h3.has-gray-30-background-color {
    background-color: #b3b3b3
}

.new-brookings .core-block h3.has-gray-40-color,.new-brookings .core-block h3.has-gray-40-color:focus,.new-brookings .core-block h3.has-gray-40-color:hover,.single-essay.new-essay .core-block h3.has-gray-40-color,.single-essay.new-essay .core-block h3.has-gray-40-color:focus,.single-essay.new-essay .core-block h3.has-gray-40-color:hover {
    color: #999
}

.new-brookings .core-block h3.has-gray-40-background-color,.single-essay.new-essay .core-block h3.has-gray-40-background-color {
    background-color: #999
}

.new-brookings .core-block h3.has-gray-50-color,.new-brookings .core-block h3.has-gray-50-color:focus,.new-brookings .core-block h3.has-gray-50-color:hover,.single-essay.new-essay .core-block h3.has-gray-50-color,.single-essay.new-essay .core-block h3.has-gray-50-color:focus,.single-essay.new-essay .core-block h3.has-gray-50-color:hover {
    color: gray
}

.new-brookings .core-block h3.has-gray-50-background-color,.single-essay.new-essay .core-block h3.has-gray-50-background-color {
    background-color: gray
}

.new-brookings .core-block h3.has-gray-60-color,.new-brookings .core-block h3.has-gray-60-color:focus,.new-brookings .core-block h3.has-gray-60-color:hover,.single-essay.new-essay .core-block h3.has-gray-60-color,.single-essay.new-essay .core-block h3.has-gray-60-color:focus,.single-essay.new-essay .core-block h3.has-gray-60-color:hover {
    color: #666
}

.new-brookings .core-block h3.has-gray-60-background-color,.single-essay.new-essay .core-block h3.has-gray-60-background-color {
    background-color: #666
}

.new-brookings .core-block h3.has-gray-70-color,.new-brookings .core-block h3.has-gray-70-color:focus,.new-brookings .core-block h3.has-gray-70-color:hover,.single-essay.new-essay .core-block h3.has-gray-70-color,.single-essay.new-essay .core-block h3.has-gray-70-color:focus,.single-essay.new-essay .core-block h3.has-gray-70-color:hover {
    color: #4d4d4d
}

.new-brookings .core-block h3.has-gray-70-background-color,.single-essay.new-essay .core-block h3.has-gray-70-background-color {
    background-color: #4d4d4d
}

.new-brookings .core-block h3.has-gray-80-color,.new-brookings .core-block h3.has-gray-80-color:focus,.new-brookings .core-block h3.has-gray-80-color:hover,.single-essay.new-essay .core-block h3.has-gray-80-color,.single-essay.new-essay .core-block h3.has-gray-80-color:focus,.single-essay.new-essay .core-block h3.has-gray-80-color:hover {
    color: #333
}

.new-brookings .core-block h3.has-gray-80-background-color,.single-essay.new-essay .core-block h3.has-gray-80-background-color {
    background-color: #333
}

.new-brookings .core-block h3.has-gray-90-color,.new-brookings .core-block h3.has-gray-90-color:focus,.new-brookings .core-block h3.has-gray-90-color:hover,.single-essay.new-essay .core-block h3.has-gray-90-color,.single-essay.new-essay .core-block h3.has-gray-90-color:focus,.single-essay.new-essay .core-block h3.has-gray-90-color:hover {
    color: #191919
}

.new-brookings .core-block h3.has-gray-90-background-color,.single-essay.new-essay .core-block h3.has-gray-90-background-color {
    background-color: #191919
}

.new-brookings .core-block h3.has-gray-color,.new-brookings .core-block h3.has-gray-color:focus,.new-brookings .core-block h3.has-gray-color:hover,.single-essay.new-essay .core-block h3.has-gray-color,.single-essay.new-essay .core-block h3.has-gray-color:focus,.single-essay.new-essay .core-block h3.has-gray-color:hover {
    color: #757575
}

.new-brookings .core-block h3.has-gray-background-color,.single-essay.new-essay .core-block h3.has-gray-background-color {
    background-color: #757575
}

.new-brookings .core-block h3.has-green-color,.new-brookings .core-block h3.has-green-color:focus,.new-brookings .core-block h3.has-green-color:hover,.single-essay.new-essay .core-block h3.has-green-color,.single-essay.new-essay .core-block h3.has-green-color:focus,.single-essay.new-essay .core-block h3.has-green-color:hover {
    color: #5ca632
}

.new-brookings .core-block h3.has-green-background-color,.single-essay.new-essay .core-block h3.has-green-background-color {
    background-color: #5ca632
}

.new-brookings .core-block h3.has-light-gray-color,.new-brookings .core-block h3.has-light-gray-color:focus,.new-brookings .core-block h3.has-light-gray-color:hover,.single-essay.new-essay .core-block h3.has-light-gray-color,.single-essay.new-essay .core-block h3.has-light-gray-color:focus,.single-essay.new-essay .core-block h3.has-light-gray-color:hover {
    color: #cfd8dc
}

.new-brookings .core-block h3.has-light-gray-background-color,.single-essay.new-essay .core-block h3.has-light-gray-background-color {
    background-color: #cfd8dc
}

.new-brookings .core-block h3.has-magenta-color,.new-brookings .core-block h3.has-magenta-color:focus,.new-brookings .core-block h3.has-magenta-color:hover,.single-essay.new-essay .core-block h3.has-magenta-color,.single-essay.new-essay .core-block h3.has-magenta-color:focus,.single-essay.new-essay .core-block h3.has-magenta-color:hover {
    color: #d2468e
}

.new-brookings .core-block h3.has-magenta-background-color,.single-essay.new-essay .core-block h3.has-magenta-background-color {
    background-color: #d2468e
}

.new-brookings .core-block h3.has-orange-40-color,.new-brookings .core-block h3.has-orange-40-color:focus,.new-brookings .core-block h3.has-orange-40-color:hover,.single-essay.new-essay .core-block h3.has-orange-40-color,.single-essay.new-essay .core-block h3.has-orange-40-color:focus,.single-essay.new-essay .core-block h3.has-orange-40-color:hover {
    color: #ff9e1b
}

.new-brookings .core-block h3.has-orange-40-background-color,.single-essay.new-essay .core-block h3.has-orange-40-background-color {
    background-color: #ff9e1b
}

.new-brookings .core-block h3.has-orange-60-color,.new-brookings .core-block h3.has-orange-60-color:focus,.new-brookings .core-block h3.has-orange-60-color:hover,.single-essay.new-essay .core-block h3.has-orange-60-color,.single-essay.new-essay .core-block h3.has-orange-60-color:focus,.single-essay.new-essay .core-block h3.has-orange-60-color:hover {
    color: #f26d00
}

.new-brookings .core-block h3.has-orange-60-background-color,.single-essay.new-essay .core-block h3.has-orange-60-background-color {
    background-color: #f26d00
}

.new-brookings .core-block h3.has-primary-light-color,.new-brookings .core-block h3.has-primary-light-color:focus,.new-brookings .core-block h3.has-primary-light-color:hover,.single-essay.new-essay .core-block h3.has-primary-light-color,.single-essay.new-essay .core-block h3.has-primary-light-color:focus,.single-essay.new-essay .core-block h3.has-primary-light-color:hover {
    color: #e0ecfb
}

.new-brookings .core-block h3.has-primary-light-background-color,.single-essay.new-essay .core-block h3.has-primary-light-background-color {
    background-color: #e0ecfb
}

.new-brookings .core-block h3.has-primary-color,.new-brookings .core-block h3.has-primary-color:focus,.new-brookings .core-block h3.has-primary-color:hover,.single-essay.new-essay .core-block h3.has-primary-color,.single-essay.new-essay .core-block h3.has-primary-color:focus,.single-essay.new-essay .core-block h3.has-primary-color:hover {
    color: #053769
}

.new-brookings .core-block h3.has-primary-background-color,.single-essay.new-essay .core-block h3.has-primary-background-color {
    background-color: #053769
}

.new-brookings .core-block h3.has-purple-color,.new-brookings .core-block h3.has-purple-color:focus,.new-brookings .core-block h3.has-purple-color:hover,.single-essay.new-essay .core-block h3.has-purple-color,.single-essay.new-essay .core-block h3.has-purple-color:focus,.single-essay.new-essay .core-block h3.has-purple-color:hover {
    color: #8e72d0
}

.new-brookings .core-block h3.has-purple-background-color,.single-essay.new-essay .core-block h3.has-purple-background-color {
    background-color: #8e72d0
}

.new-brookings .core-block h3.has-red-color,.new-brookings .core-block h3.has-red-color:focus,.new-brookings .core-block h3.has-red-color:hover,.single-essay.new-essay .core-block h3.has-red-color,.single-essay.new-essay .core-block h3.has-red-color:focus,.single-essay.new-essay .core-block h3.has-red-color:hover {
    color: #ed3a35
}

.new-brookings .core-block h3.has-red-background-color,.single-essay.new-essay .core-block h3.has-red-background-color {
    background-color: #ed3a35
}

.new-brookings .core-block h3.has-teal-color,.new-brookings .core-block h3.has-teal-color:focus,.new-brookings .core-block h3.has-teal-color:hover,.single-essay.new-essay .core-block h3.has-teal-color,.single-essay.new-essay .core-block h3.has-teal-color:focus,.single-essay.new-essay .core-block h3.has-teal-color:hover {
    color: #2a9aad
}

.new-brookings .core-block h3.has-teal-background-color,.single-essay.new-essay .core-block h3.has-teal-background-color {
    background-color: #2a9aad
}

.new-brookings .core-block h3.has-vivid-blue-20-color,.new-brookings .core-block h3.has-vivid-blue-20-color:focus,.new-brookings .core-block h3.has-vivid-blue-20-color:hover,.single-essay.new-essay .core-block h3.has-vivid-blue-20-color,.single-essay.new-essay .core-block h3.has-vivid-blue-20-color:focus,.single-essay.new-essay .core-block h3.has-vivid-blue-20-color:hover {
    color: #8ac6ff
}

.new-brookings .core-block h3.has-vivid-blue-20-background-color,.single-essay.new-essay .core-block h3.has-vivid-blue-20-background-color {
    background-color: #8ac6ff
}

.new-brookings .core-block h3.has-vivid-blue-70-color,.new-brookings .core-block h3.has-vivid-blue-70-color:focus,.new-brookings .core-block h3.has-vivid-blue-70-color:hover,.single-essay.new-essay .core-block h3.has-vivid-blue-70-color,.single-essay.new-essay .core-block h3.has-vivid-blue-70-color:focus,.single-essay.new-essay .core-block h3.has-vivid-blue-70-color:hover {
    color: #00649f
}

.new-brookings .core-block h3.has-vivid-blue-70-background-color,.single-essay.new-essay .core-block h3.has-vivid-blue-70-background-color {
    background-color: #00649f
}

.new-brookings .core-block h3.has-white-color,.new-brookings .core-block h3.has-white-color:focus,.new-brookings .core-block h3.has-white-color:hover,.single-essay.new-essay .core-block h3.has-white-color,.single-essay.new-essay .core-block h3.has-white-color:focus,.single-essay.new-essay .core-block h3.has-white-color:hover {
    color: #fff
}

.new-brookings .core-block h3.has-white-background-color,.single-essay.new-essay .core-block h3.has-white-background-color {
    background-color: #fff
}

.new-brookings .core-block h3.has-yellow-40-color,.new-brookings .core-block h3.has-yellow-40-color:focus,.new-brookings .core-block h3.has-yellow-40-color:hover,.single-essay.new-essay .core-block h3.has-yellow-40-color,.single-essay.new-essay .core-block h3.has-yellow-40-color:focus,.single-essay.new-essay .core-block h3.has-yellow-40-color:hover {
    color: #fd0
}

.new-brookings .core-block h3.has-yellow-40-background-color,.single-essay.new-essay .core-block h3.has-yellow-40-background-color {
    background-color: #fd0
}

.new-brookings .core-block h3.has-yellow-60-color,.new-brookings .core-block h3.has-yellow-60-color:focus,.new-brookings .core-block h3.has-yellow-60-color:hover,.single-essay.new-essay .core-block h3.has-yellow-60-color,.single-essay.new-essay .core-block h3.has-yellow-60-color:focus,.single-essay.new-essay .core-block h3.has-yellow-60-color:hover {
    color: #e0bb00
}

.new-brookings .core-block h3.has-yellow-60-background-color,.single-essay.new-essay .core-block h3.has-yellow-60-background-color {
    background-color: #e0bb00
}

.new-brookings .core-block h3.has-yellow-color,.new-brookings .core-block h3.has-yellow-color:focus,.new-brookings .core-block h3.has-yellow-color:hover,.single-essay.new-essay .core-block h3.has-yellow-color,.single-essay.new-essay .core-block h3.has-yellow-color:focus,.single-essay.new-essay .core-block h3.has-yellow-color:hover {
    color: #ffecb3
}

.new-brookings .core-block h3.has-yellow-background-color,.single-essay.new-essay .core-block h3.has-yellow-background-color {
    background-color: #ffecb3
}

.new-brookings .core-block h3.is-style-roboto,.single-essay.new-essay .core-block h3.is-style-roboto {
    font-family: Roboto,sans-serif
}

.new-brookings .core-block h3.is-style-lato,.single-essay.new-essay .core-block h3.is-style-lato {
    font-family: Lato,sans-serif
}

.new-brookings .core-block h3.is-style-crimson-text,.single-essay.new-essay .core-block h3.is-style-crimson-text {
    font-family: Crimson Text,serif
}

.new-brookings .core-block h3.is-style-playfair,.single-essay.new-essay .core-block h3.is-style-playfair {
    font-family: Playfair Display,serif
}

.new-brookings .core-block h3.is-style-franklin-gothic,.single-essay.new-essay .core-block h3.is-style-franklin-gothic {
    font-family: franklin-gothic-urw,helvetica,sans-serif
}

.new-brookings .core-block h3.is-style-crimson-text,.single-essay.new-essay .core-block h3.is-style-crimson-text {
    font-weight: 500
}

.new-brookings .core-block h4,.single-essay.new-essay .core-block h4 {
    font-family: Roboto,sans-serif;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 74.375rem;
    font-size: 2.125rem;
    font-weight: 400
}

.new-brookings .core-block h4.has-black-color,.new-brookings .core-block h4.has-black-color:focus,.new-brookings .core-block h4.has-black-color:hover,.single-essay.new-essay .core-block h4.has-black-color,.single-essay.new-essay .core-block h4.has-black-color:focus,.single-essay.new-essay .core-block h4.has-black-color:hover {
    color: #000
}

.new-brookings .core-block h4.has-black-background-color,.single-essay.new-essay .core-block h4.has-black-background-color {
    background-color: #000
}

.new-brookings .core-block h4.has-blue-10-color,.new-brookings .core-block h4.has-blue-10-color:focus,.new-brookings .core-block h4.has-blue-10-color:hover,.single-essay.new-essay .core-block h4.has-blue-10-color,.single-essay.new-essay .core-block h4.has-blue-10-color:focus,.single-essay.new-essay .core-block h4.has-blue-10-color:hover {
    color: #dde5ed
}

.new-brookings .core-block h4.has-blue-10-background-color,.single-essay.new-essay .core-block h4.has-blue-10-background-color {
    background-color: #dde5ed
}

.new-brookings .core-block h4.has-blue-20-color,.new-brookings .core-block h4.has-blue-20-color:focus,.new-brookings .core-block h4.has-blue-20-color:hover,.single-essay.new-essay .core-block h4.has-blue-20-color,.single-essay.new-essay .core-block h4.has-blue-20-color:focus,.single-essay.new-essay .core-block h4.has-blue-20-color:hover {
    color: #d0d3d4
}

.new-brookings .core-block h4.has-blue-20-background-color,.single-essay.new-essay .core-block h4.has-blue-20-background-color {
    background-color: #d0d3d4
}

.new-brookings .core-block h4.has-blue-60-color,.new-brookings .core-block h4.has-blue-60-color:focus,.new-brookings .core-block h4.has-blue-60-color:hover,.single-essay.new-essay .core-block h4.has-blue-60-color,.single-essay.new-essay .core-block h4.has-blue-60-color:focus,.single-essay.new-essay .core-block h4.has-blue-60-color:hover {
    color: #a7bcd6
}

.new-brookings .core-block h4.has-blue-60-background-color,.single-essay.new-essay .core-block h4.has-blue-60-background-color {
    background-color: #a7bcd6
}

.new-brookings .core-block h4.has-blue-80-color,.new-brookings .core-block h4.has-blue-80-color:focus,.new-brookings .core-block h4.has-blue-80-color:hover,.single-essay.new-essay .core-block h4.has-blue-80-color,.single-essay.new-essay .core-block h4.has-blue-80-color:focus,.single-essay.new-essay .core-block h4.has-blue-80-color:hover {
    color: #326295
}

.new-brookings .core-block h4.has-blue-80-background-color,.single-essay.new-essay .core-block h4.has-blue-80-background-color {
    background-color: #326295
}

.new-brookings .core-block h4.has-blue-color,.new-brookings .core-block h4.has-blue-color:focus,.new-brookings .core-block h4.has-blue-color:hover,.single-essay.new-essay .core-block h4.has-blue-color,.single-essay.new-essay .core-block h4.has-blue-color:focus,.single-essay.new-essay .core-block h4.has-blue-color:hover {
    color: #0d73d6
}

.new-brookings .core-block h4.has-blue-background-color,.single-essay.new-essay .core-block h4.has-blue-background-color {
    background-color: #0d73d6
}

.new-brookings .core-block h4.has-brookings-blue-color,.new-brookings .core-block h4.has-brookings-blue-color:focus,.new-brookings .core-block h4.has-brookings-blue-color:hover,.single-essay.new-essay .core-block h4.has-brookings-blue-color,.single-essay.new-essay .core-block h4.has-brookings-blue-color:focus,.single-essay.new-essay .core-block h4.has-brookings-blue-color:hover {
    color: #003a70
}

.new-brookings .core-block h4.has-brookings-blue-background-color,.single-essay.new-essay .core-block h4.has-brookings-blue-background-color {
    background-color: #003a70
}

.new-brookings .core-block h4.has-dark-gray-color,.new-brookings .core-block h4.has-dark-gray-color:focus,.new-brookings .core-block h4.has-dark-gray-color:hover,.single-essay.new-essay .core-block h4.has-dark-gray-color,.single-essay.new-essay .core-block h4.has-dark-gray-color:focus,.single-essay.new-essay .core-block h4.has-dark-gray-color:hover {
    color: #4c4c4c
}

.new-brookings .core-block h4.has-dark-gray-background-color,.single-essay.new-essay .core-block h4.has-dark-gray-background-color {
    background-color: #4c4c4c
}

.new-brookings .core-block h4.has-gold-dark-color,.new-brookings .core-block h4.has-gold-dark-color:focus,.new-brookings .core-block h4.has-gold-dark-color:hover,.single-essay.new-essay .core-block h4.has-gold-dark-color,.single-essay.new-essay .core-block h4.has-gold-dark-color:focus,.single-essay.new-essay .core-block h4.has-gold-dark-color:hover {
    color: #685f40
}

.new-brookings .core-block h4.has-gold-dark-background-color,.single-essay.new-essay .core-block h4.has-gold-dark-background-color {
    background-color: #685f40
}

.new-brookings .core-block h4.has-gold-color,.new-brookings .core-block h4.has-gold-color:focus,.new-brookings .core-block h4.has-gold-color:hover,.single-essay.new-essay .core-block h4.has-gold-color,.single-essay.new-essay .core-block h4.has-gold-color:focus,.single-essay.new-essay .core-block h4.has-gold-color:hover {
    color: #b9874b
}

.new-brookings .core-block h4.has-gold-background-color,.single-essay.new-essay .core-block h4.has-gold-background-color {
    background-color: #b9874b
}

.new-brookings .core-block h4.has-gray-05-color,.new-brookings .core-block h4.has-gray-05-color:focus,.new-brookings .core-block h4.has-gray-05-color:hover,.single-essay.new-essay .core-block h4.has-gray-05-color,.single-essay.new-essay .core-block h4.has-gray-05-color:focus,.single-essay.new-essay .core-block h4.has-gray-05-color:hover {
    color: #f2f2f2
}

.new-brookings .core-block h4.has-gray-05-background-color,.single-essay.new-essay .core-block h4.has-gray-05-background-color {
    background-color: #f2f2f2
}

.new-brookings .core-block h4.has-gray-10-color,.new-brookings .core-block h4.has-gray-10-color:focus,.new-brookings .core-block h4.has-gray-10-color:hover,.single-essay.new-essay .core-block h4.has-gray-10-color,.single-essay.new-essay .core-block h4.has-gray-10-color:focus,.single-essay.new-essay .core-block h4.has-gray-10-color:hover {
    color: #e6e6e6
}

.new-brookings .core-block h4.has-gray-10-background-color,.single-essay.new-essay .core-block h4.has-gray-10-background-color {
    background-color: #e6e6e6
}

.new-brookings .core-block h4.has-gray-20-color,.new-brookings .core-block h4.has-gray-20-color:focus,.new-brookings .core-block h4.has-gray-20-color:hover,.single-essay.new-essay .core-block h4.has-gray-20-color,.single-essay.new-essay .core-block h4.has-gray-20-color:focus,.single-essay.new-essay .core-block h4.has-gray-20-color:hover {
    color: #ccc
}

.new-brookings .core-block h4.has-gray-20-background-color,.single-essay.new-essay .core-block h4.has-gray-20-background-color {
    background-color: #ccc
}

.new-brookings .core-block h4.has-gray-30-color,.new-brookings .core-block h4.has-gray-30-color:focus,.new-brookings .core-block h4.has-gray-30-color:hover,.single-essay.new-essay .core-block h4.has-gray-30-color,.single-essay.new-essay .core-block h4.has-gray-30-color:focus,.single-essay.new-essay .core-block h4.has-gray-30-color:hover {
    color: #b3b3b3
}

.new-brookings .core-block h4.has-gray-30-background-color,.single-essay.new-essay .core-block h4.has-gray-30-background-color {
    background-color: #b3b3b3
}

.new-brookings .core-block h4.has-gray-40-color,.new-brookings .core-block h4.has-gray-40-color:focus,.new-brookings .core-block h4.has-gray-40-color:hover,.single-essay.new-essay .core-block h4.has-gray-40-color,.single-essay.new-essay .core-block h4.has-gray-40-color:focus,.single-essay.new-essay .core-block h4.has-gray-40-color:hover {
    color: #999
}

.new-brookings .core-block h4.has-gray-40-background-color,.single-essay.new-essay .core-block h4.has-gray-40-background-color {
    background-color: #999
}

.new-brookings .core-block h4.has-gray-50-color,.new-brookings .core-block h4.has-gray-50-color:focus,.new-brookings .core-block h4.has-gray-50-color:hover,.single-essay.new-essay .core-block h4.has-gray-50-color,.single-essay.new-essay .core-block h4.has-gray-50-color:focus,.single-essay.new-essay .core-block h4.has-gray-50-color:hover {
    color: gray
}

.new-brookings .core-block h4.has-gray-50-background-color,.single-essay.new-essay .core-block h4.has-gray-50-background-color {
    background-color: gray
}

.new-brookings .core-block h4.has-gray-60-color,.new-brookings .core-block h4.has-gray-60-color:focus,.new-brookings .core-block h4.has-gray-60-color:hover,.single-essay.new-essay .core-block h4.has-gray-60-color,.single-essay.new-essay .core-block h4.has-gray-60-color:focus,.single-essay.new-essay .core-block h4.has-gray-60-color:hover {
    color: #666
}

.new-brookings .core-block h4.has-gray-60-background-color,.single-essay.new-essay .core-block h4.has-gray-60-background-color {
    background-color: #666
}

.new-brookings .core-block h4.has-gray-70-color,.new-brookings .core-block h4.has-gray-70-color:focus,.new-brookings .core-block h4.has-gray-70-color:hover,.single-essay.new-essay .core-block h4.has-gray-70-color,.single-essay.new-essay .core-block h4.has-gray-70-color:focus,.single-essay.new-essay .core-block h4.has-gray-70-color:hover {
    color: #4d4d4d
}

.new-brookings .core-block h4.has-gray-70-background-color,.single-essay.new-essay .core-block h4.has-gray-70-background-color {
    background-color: #4d4d4d
}

.new-brookings .core-block h4.has-gray-80-color,.new-brookings .core-block h4.has-gray-80-color:focus,.new-brookings .core-block h4.has-gray-80-color:hover,.single-essay.new-essay .core-block h4.has-gray-80-color,.single-essay.new-essay .core-block h4.has-gray-80-color:focus,.single-essay.new-essay .core-block h4.has-gray-80-color:hover {
    color: #333
}

.new-brookings .core-block h4.has-gray-80-background-color,.single-essay.new-essay .core-block h4.has-gray-80-background-color {
    background-color: #333
}

.new-brookings .core-block h4.has-gray-90-color,.new-brookings .core-block h4.has-gray-90-color:focus,.new-brookings .core-block h4.has-gray-90-color:hover,.single-essay.new-essay .core-block h4.has-gray-90-color,.single-essay.new-essay .core-block h4.has-gray-90-color:focus,.single-essay.new-essay .core-block h4.has-gray-90-color:hover {
    color: #191919
}

.new-brookings .core-block h4.has-gray-90-background-color,.single-essay.new-essay .core-block h4.has-gray-90-background-color {
    background-color: #191919
}

.new-brookings .core-block h4.has-gray-color,.new-brookings .core-block h4.has-gray-color:focus,.new-brookings .core-block h4.has-gray-color:hover,.single-essay.new-essay .core-block h4.has-gray-color,.single-essay.new-essay .core-block h4.has-gray-color:focus,.single-essay.new-essay .core-block h4.has-gray-color:hover {
    color: #757575
}

.new-brookings .core-block h4.has-gray-background-color,.single-essay.new-essay .core-block h4.has-gray-background-color {
    background-color: #757575
}

.new-brookings .core-block h4.has-green-color,.new-brookings .core-block h4.has-green-color:focus,.new-brookings .core-block h4.has-green-color:hover,.single-essay.new-essay .core-block h4.has-green-color,.single-essay.new-essay .core-block h4.has-green-color:focus,.single-essay.new-essay .core-block h4.has-green-color:hover {
    color: #5ca632
}

.new-brookings .core-block h4.has-green-background-color,.single-essay.new-essay .core-block h4.has-green-background-color {
    background-color: #5ca632
}

.new-brookings .core-block h4.has-light-gray-color,.new-brookings .core-block h4.has-light-gray-color:focus,.new-brookings .core-block h4.has-light-gray-color:hover,.single-essay.new-essay .core-block h4.has-light-gray-color,.single-essay.new-essay .core-block h4.has-light-gray-color:focus,.single-essay.new-essay .core-block h4.has-light-gray-color:hover {
    color: #cfd8dc
}

.new-brookings .core-block h4.has-light-gray-background-color,.single-essay.new-essay .core-block h4.has-light-gray-background-color {
    background-color: #cfd8dc
}

.new-brookings .core-block h4.has-magenta-color,.new-brookings .core-block h4.has-magenta-color:focus,.new-brookings .core-block h4.has-magenta-color:hover,.single-essay.new-essay .core-block h4.has-magenta-color,.single-essay.new-essay .core-block h4.has-magenta-color:focus,.single-essay.new-essay .core-block h4.has-magenta-color:hover {
    color: #d2468e
}

.new-brookings .core-block h4.has-magenta-background-color,.single-essay.new-essay .core-block h4.has-magenta-background-color {
    background-color: #d2468e
}

.new-brookings .core-block h4.has-orange-40-color,.new-brookings .core-block h4.has-orange-40-color:focus,.new-brookings .core-block h4.has-orange-40-color:hover,.single-essay.new-essay .core-block h4.has-orange-40-color,.single-essay.new-essay .core-block h4.has-orange-40-color:focus,.single-essay.new-essay .core-block h4.has-orange-40-color:hover {
    color: #ff9e1b
}

.new-brookings .core-block h4.has-orange-40-background-color,.single-essay.new-essay .core-block h4.has-orange-40-background-color {
    background-color: #ff9e1b
}

.new-brookings .core-block h4.has-orange-60-color,.new-brookings .core-block h4.has-orange-60-color:focus,.new-brookings .core-block h4.has-orange-60-color:hover,.single-essay.new-essay .core-block h4.has-orange-60-color,.single-essay.new-essay .core-block h4.has-orange-60-color:focus,.single-essay.new-essay .core-block h4.has-orange-60-color:hover {
    color: #f26d00
}

.new-brookings .core-block h4.has-orange-60-background-color,.single-essay.new-essay .core-block h4.has-orange-60-background-color {
    background-color: #f26d00
}

.new-brookings .core-block h4.has-primary-light-color,.new-brookings .core-block h4.has-primary-light-color:focus,.new-brookings .core-block h4.has-primary-light-color:hover,.single-essay.new-essay .core-block h4.has-primary-light-color,.single-essay.new-essay .core-block h4.has-primary-light-color:focus,.single-essay.new-essay .core-block h4.has-primary-light-color:hover {
    color: #e0ecfb
}

.new-brookings .core-block h4.has-primary-light-background-color,.single-essay.new-essay .core-block h4.has-primary-light-background-color {
    background-color: #e0ecfb
}

.new-brookings .core-block h4.has-primary-color,.new-brookings .core-block h4.has-primary-color:focus,.new-brookings .core-block h4.has-primary-color:hover,.single-essay.new-essay .core-block h4.has-primary-color,.single-essay.new-essay .core-block h4.has-primary-color:focus,.single-essay.new-essay .core-block h4.has-primary-color:hover {
    color: #053769
}

.new-brookings .core-block h4.has-primary-background-color,.single-essay.new-essay .core-block h4.has-primary-background-color {
    background-color: #053769
}

.new-brookings .core-block h4.has-purple-color,.new-brookings .core-block h4.has-purple-color:focus,.new-brookings .core-block h4.has-purple-color:hover,.single-essay.new-essay .core-block h4.has-purple-color,.single-essay.new-essay .core-block h4.has-purple-color:focus,.single-essay.new-essay .core-block h4.has-purple-color:hover {
    color: #8e72d0
}

.new-brookings .core-block h4.has-purple-background-color,.single-essay.new-essay .core-block h4.has-purple-background-color {
    background-color: #8e72d0
}

.new-brookings .core-block h4.has-red-color,.new-brookings .core-block h4.has-red-color:focus,.new-brookings .core-block h4.has-red-color:hover,.single-essay.new-essay .core-block h4.has-red-color,.single-essay.new-essay .core-block h4.has-red-color:focus,.single-essay.new-essay .core-block h4.has-red-color:hover {
    color: #ed3a35
}

.new-brookings .core-block h4.has-red-background-color,.single-essay.new-essay .core-block h4.has-red-background-color {
    background-color: #ed3a35
}

.new-brookings .core-block h4.has-teal-color,.new-brookings .core-block h4.has-teal-color:focus,.new-brookings .core-block h4.has-teal-color:hover,.single-essay.new-essay .core-block h4.has-teal-color,.single-essay.new-essay .core-block h4.has-teal-color:focus,.single-essay.new-essay .core-block h4.has-teal-color:hover {
    color: #2a9aad
}

.new-brookings .core-block h4.has-teal-background-color,.single-essay.new-essay .core-block h4.has-teal-background-color {
    background-color: #2a9aad
}

.new-brookings .core-block h4.has-vivid-blue-20-color,.new-brookings .core-block h4.has-vivid-blue-20-color:focus,.new-brookings .core-block h4.has-vivid-blue-20-color:hover,.single-essay.new-essay .core-block h4.has-vivid-blue-20-color,.single-essay.new-essay .core-block h4.has-vivid-blue-20-color:focus,.single-essay.new-essay .core-block h4.has-vivid-blue-20-color:hover {
    color: #8ac6ff
}

.new-brookings .core-block h4.has-vivid-blue-20-background-color,.single-essay.new-essay .core-block h4.has-vivid-blue-20-background-color {
    background-color: #8ac6ff
}

.new-brookings .core-block h4.has-vivid-blue-70-color,.new-brookings .core-block h4.has-vivid-blue-70-color:focus,.new-brookings .core-block h4.has-vivid-blue-70-color:hover,.single-essay.new-essay .core-block h4.has-vivid-blue-70-color,.single-essay.new-essay .core-block h4.has-vivid-blue-70-color:focus,.single-essay.new-essay .core-block h4.has-vivid-blue-70-color:hover {
    color: #00649f
}

.new-brookings .core-block h4.has-vivid-blue-70-background-color,.single-essay.new-essay .core-block h4.has-vivid-blue-70-background-color {
    background-color: #00649f
}

.new-brookings .core-block h4.has-white-color,.new-brookings .core-block h4.has-white-color:focus,.new-brookings .core-block h4.has-white-color:hover,.single-essay.new-essay .core-block h4.has-white-color,.single-essay.new-essay .core-block h4.has-white-color:focus,.single-essay.new-essay .core-block h4.has-white-color:hover {
    color: #fff
}

.new-brookings .core-block h4.has-white-background-color,.single-essay.new-essay .core-block h4.has-white-background-color {
    background-color: #fff
}

.new-brookings .core-block h4.has-yellow-40-color,.new-brookings .core-block h4.has-yellow-40-color:focus,.new-brookings .core-block h4.has-yellow-40-color:hover,.single-essay.new-essay .core-block h4.has-yellow-40-color,.single-essay.new-essay .core-block h4.has-yellow-40-color:focus,.single-essay.new-essay .core-block h4.has-yellow-40-color:hover {
    color: #fd0
}

.new-brookings .core-block h4.has-yellow-40-background-color,.single-essay.new-essay .core-block h4.has-yellow-40-background-color {
    background-color: #fd0
}

.new-brookings .core-block h4.has-yellow-60-color,.new-brookings .core-block h4.has-yellow-60-color:focus,.new-brookings .core-block h4.has-yellow-60-color:hover,.single-essay.new-essay .core-block h4.has-yellow-60-color,.single-essay.new-essay .core-block h4.has-yellow-60-color:focus,.single-essay.new-essay .core-block h4.has-yellow-60-color:hover {
    color: #e0bb00
}

.new-brookings .core-block h4.has-yellow-60-background-color,.single-essay.new-essay .core-block h4.has-yellow-60-background-color {
    background-color: #e0bb00
}

.new-brookings .core-block h4.has-yellow-color,.new-brookings .core-block h4.has-yellow-color:focus,.new-brookings .core-block h4.has-yellow-color:hover,.single-essay.new-essay .core-block h4.has-yellow-color,.single-essay.new-essay .core-block h4.has-yellow-color:focus,.single-essay.new-essay .core-block h4.has-yellow-color:hover {
    color: #ffecb3
}

.new-brookings .core-block h4.has-yellow-background-color,.single-essay.new-essay .core-block h4.has-yellow-background-color {
    background-color: #ffecb3
}

.new-brookings .core-block h4.is-style-roboto,.single-essay.new-essay .core-block h4.is-style-roboto {
    font-family: Roboto,sans-serif
}

.new-brookings .core-block h4.is-style-lato,.single-essay.new-essay .core-block h4.is-style-lato {
    font-family: Lato,sans-serif
}

.new-brookings .core-block h4.is-style-crimson-text,.single-essay.new-essay .core-block h4.is-style-crimson-text {
    font-family: Crimson Text,serif
}

.new-brookings .core-block h4.is-style-playfair,.single-essay.new-essay .core-block h4.is-style-playfair {
    font-family: Playfair Display,serif
}

.new-brookings .core-block h4.is-style-franklin-gothic,.single-essay.new-essay .core-block h4.is-style-franklin-gothic {
    font-family: franklin-gothic-urw,helvetica,sans-serif
}

.new-brookings .core-block h5,.single-essay.new-essay .core-block h5 {
    font-family: Roboto,sans-serif;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 74.375rem;
    font-size: 1.5rem;
    font-weight: 400
}

.new-brookings .core-block h5.has-black-color,.new-brookings .core-block h5.has-black-color:focus,.new-brookings .core-block h5.has-black-color:hover,.single-essay.new-essay .core-block h5.has-black-color,.single-essay.new-essay .core-block h5.has-black-color:focus,.single-essay.new-essay .core-block h5.has-black-color:hover {
    color: #000
}

.new-brookings .core-block h5.has-black-background-color,.single-essay.new-essay .core-block h5.has-black-background-color {
    background-color: #000
}

.new-brookings .core-block h5.has-blue-10-color,.new-brookings .core-block h5.has-blue-10-color:focus,.new-brookings .core-block h5.has-blue-10-color:hover,.single-essay.new-essay .core-block h5.has-blue-10-color,.single-essay.new-essay .core-block h5.has-blue-10-color:focus,.single-essay.new-essay .core-block h5.has-blue-10-color:hover {
    color: #dde5ed
}

.new-brookings .core-block h5.has-blue-10-background-color,.single-essay.new-essay .core-block h5.has-blue-10-background-color {
    background-color: #dde5ed
}

.new-brookings .core-block h5.has-blue-20-color,.new-brookings .core-block h5.has-blue-20-color:focus,.new-brookings .core-block h5.has-blue-20-color:hover,.single-essay.new-essay .core-block h5.has-blue-20-color,.single-essay.new-essay .core-block h5.has-blue-20-color:focus,.single-essay.new-essay .core-block h5.has-blue-20-color:hover {
    color: #d0d3d4
}

.new-brookings .core-block h5.has-blue-20-background-color,.single-essay.new-essay .core-block h5.has-blue-20-background-color {
    background-color: #d0d3d4
}

.new-brookings .core-block h5.has-blue-60-color,.new-brookings .core-block h5.has-blue-60-color:focus,.new-brookings .core-block h5.has-blue-60-color:hover,.single-essay.new-essay .core-block h5.has-blue-60-color,.single-essay.new-essay .core-block h5.has-blue-60-color:focus,.single-essay.new-essay .core-block h5.has-blue-60-color:hover {
    color: #a7bcd6
}

.new-brookings .core-block h5.has-blue-60-background-color,.single-essay.new-essay .core-block h5.has-blue-60-background-color {
    background-color: #a7bcd6
}

.new-brookings .core-block h5.has-blue-80-color,.new-brookings .core-block h5.has-blue-80-color:focus,.new-brookings .core-block h5.has-blue-80-color:hover,.single-essay.new-essay .core-block h5.has-blue-80-color,.single-essay.new-essay .core-block h5.has-blue-80-color:focus,.single-essay.new-essay .core-block h5.has-blue-80-color:hover {
    color: #326295
}

.new-brookings .core-block h5.has-blue-80-background-color,.single-essay.new-essay .core-block h5.has-blue-80-background-color {
    background-color: #326295
}

.new-brookings .core-block h5.has-blue-color,.new-brookings .core-block h5.has-blue-color:focus,.new-brookings .core-block h5.has-blue-color:hover,.single-essay.new-essay .core-block h5.has-blue-color,.single-essay.new-essay .core-block h5.has-blue-color:focus,.single-essay.new-essay .core-block h5.has-blue-color:hover {
    color: #0d73d6
}

.new-brookings .core-block h5.has-blue-background-color,.single-essay.new-essay .core-block h5.has-blue-background-color {
    background-color: #0d73d6
}

.new-brookings .core-block h5.has-brookings-blue-color,.new-brookings .core-block h5.has-brookings-blue-color:focus,.new-brookings .core-block h5.has-brookings-blue-color:hover,.single-essay.new-essay .core-block h5.has-brookings-blue-color,.single-essay.new-essay .core-block h5.has-brookings-blue-color:focus,.single-essay.new-essay .core-block h5.has-brookings-blue-color:hover {
    color: #003a70
}

.new-brookings .core-block h5.has-brookings-blue-background-color,.single-essay.new-essay .core-block h5.has-brookings-blue-background-color {
    background-color: #003a70
}

.new-brookings .core-block h5.has-dark-gray-color,.new-brookings .core-block h5.has-dark-gray-color:focus,.new-brookings .core-block h5.has-dark-gray-color:hover,.single-essay.new-essay .core-block h5.has-dark-gray-color,.single-essay.new-essay .core-block h5.has-dark-gray-color:focus,.single-essay.new-essay .core-block h5.has-dark-gray-color:hover {
    color: #4c4c4c
}

.new-brookings .core-block h5.has-dark-gray-background-color,.single-essay.new-essay .core-block h5.has-dark-gray-background-color {
    background-color: #4c4c4c
}

.new-brookings .core-block h5.has-gold-dark-color,.new-brookings .core-block h5.has-gold-dark-color:focus,.new-brookings .core-block h5.has-gold-dark-color:hover,.single-essay.new-essay .core-block h5.has-gold-dark-color,.single-essay.new-essay .core-block h5.has-gold-dark-color:focus,.single-essay.new-essay .core-block h5.has-gold-dark-color:hover {
    color: #685f40
}

.new-brookings .core-block h5.has-gold-dark-background-color,.single-essay.new-essay .core-block h5.has-gold-dark-background-color {
    background-color: #685f40
}

.new-brookings .core-block h5.has-gold-color,.new-brookings .core-block h5.has-gold-color:focus,.new-brookings .core-block h5.has-gold-color:hover,.single-essay.new-essay .core-block h5.has-gold-color,.single-essay.new-essay .core-block h5.has-gold-color:focus,.single-essay.new-essay .core-block h5.has-gold-color:hover {
    color: #b9874b
}

.new-brookings .core-block h5.has-gold-background-color,.single-essay.new-essay .core-block h5.has-gold-background-color {
    background-color: #b9874b
}

.new-brookings .core-block h5.has-gray-05-color,.new-brookings .core-block h5.has-gray-05-color:focus,.new-brookings .core-block h5.has-gray-05-color:hover,.single-essay.new-essay .core-block h5.has-gray-05-color,.single-essay.new-essay .core-block h5.has-gray-05-color:focus,.single-essay.new-essay .core-block h5.has-gray-05-color:hover {
    color: #f2f2f2
}

.new-brookings .core-block h5.has-gray-05-background-color,.single-essay.new-essay .core-block h5.has-gray-05-background-color {
    background-color: #f2f2f2
}

.new-brookings .core-block h5.has-gray-10-color,.new-brookings .core-block h5.has-gray-10-color:focus,.new-brookings .core-block h5.has-gray-10-color:hover,.single-essay.new-essay .core-block h5.has-gray-10-color,.single-essay.new-essay .core-block h5.has-gray-10-color:focus,.single-essay.new-essay .core-block h5.has-gray-10-color:hover {
    color: #e6e6e6
}

.new-brookings .core-block h5.has-gray-10-background-color,.single-essay.new-essay .core-block h5.has-gray-10-background-color {
    background-color: #e6e6e6
}

.new-brookings .core-block h5.has-gray-20-color,.new-brookings .core-block h5.has-gray-20-color:focus,.new-brookings .core-block h5.has-gray-20-color:hover,.single-essay.new-essay .core-block h5.has-gray-20-color,.single-essay.new-essay .core-block h5.has-gray-20-color:focus,.single-essay.new-essay .core-block h5.has-gray-20-color:hover {
    color: #ccc
}

.new-brookings .core-block h5.has-gray-20-background-color,.single-essay.new-essay .core-block h5.has-gray-20-background-color {
    background-color: #ccc
}

.new-brookings .core-block h5.has-gray-30-color,.new-brookings .core-block h5.has-gray-30-color:focus,.new-brookings .core-block h5.has-gray-30-color:hover,.single-essay.new-essay .core-block h5.has-gray-30-color,.single-essay.new-essay .core-block h5.has-gray-30-color:focus,.single-essay.new-essay .core-block h5.has-gray-30-color:hover {
    color: #b3b3b3
}

.new-brookings .core-block h5.has-gray-30-background-color,.single-essay.new-essay .core-block h5.has-gray-30-background-color {
    background-color: #b3b3b3
}

.new-brookings .core-block h5.has-gray-40-color,.new-brookings .core-block h5.has-gray-40-color:focus,.new-brookings .core-block h5.has-gray-40-color:hover,.single-essay.new-essay .core-block h5.has-gray-40-color,.single-essay.new-essay .core-block h5.has-gray-40-color:focus,.single-essay.new-essay .core-block h5.has-gray-40-color:hover {
    color: #999
}

.new-brookings .core-block h5.has-gray-40-background-color,.single-essay.new-essay .core-block h5.has-gray-40-background-color {
    background-color: #999
}

.new-brookings .core-block h5.has-gray-50-color,.new-brookings .core-block h5.has-gray-50-color:focus,.new-brookings .core-block h5.has-gray-50-color:hover,.single-essay.new-essay .core-block h5.has-gray-50-color,.single-essay.new-essay .core-block h5.has-gray-50-color:focus,.single-essay.new-essay .core-block h5.has-gray-50-color:hover {
    color: gray
}

.new-brookings .core-block h5.has-gray-50-background-color,.single-essay.new-essay .core-block h5.has-gray-50-background-color {
    background-color: gray
}

.new-brookings .core-block h5.has-gray-60-color,.new-brookings .core-block h5.has-gray-60-color:focus,.new-brookings .core-block h5.has-gray-60-color:hover,.single-essay.new-essay .core-block h5.has-gray-60-color,.single-essay.new-essay .core-block h5.has-gray-60-color:focus,.single-essay.new-essay .core-block h5.has-gray-60-color:hover {
    color: #666
}

.new-brookings .core-block h5.has-gray-60-background-color,.single-essay.new-essay .core-block h5.has-gray-60-background-color {
    background-color: #666
}

.new-brookings .core-block h5.has-gray-70-color,.new-brookings .core-block h5.has-gray-70-color:focus,.new-brookings .core-block h5.has-gray-70-color:hover,.single-essay.new-essay .core-block h5.has-gray-70-color,.single-essay.new-essay .core-block h5.has-gray-70-color:focus,.single-essay.new-essay .core-block h5.has-gray-70-color:hover {
    color: #4d4d4d
}

.new-brookings .core-block h5.has-gray-70-background-color,.single-essay.new-essay .core-block h5.has-gray-70-background-color {
    background-color: #4d4d4d
}

.new-brookings .core-block h5.has-gray-80-color,.new-brookings .core-block h5.has-gray-80-color:focus,.new-brookings .core-block h5.has-gray-80-color:hover,.single-essay.new-essay .core-block h5.has-gray-80-color,.single-essay.new-essay .core-block h5.has-gray-80-color:focus,.single-essay.new-essay .core-block h5.has-gray-80-color:hover {
    color: #333
}

.new-brookings .core-block h5.has-gray-80-background-color,.single-essay.new-essay .core-block h5.has-gray-80-background-color {
    background-color: #333
}

.new-brookings .core-block h5.has-gray-90-color,.new-brookings .core-block h5.has-gray-90-color:focus,.new-brookings .core-block h5.has-gray-90-color:hover,.single-essay.new-essay .core-block h5.has-gray-90-color,.single-essay.new-essay .core-block h5.has-gray-90-color:focus,.single-essay.new-essay .core-block h5.has-gray-90-color:hover {
    color: #191919
}

.new-brookings .core-block h5.has-gray-90-background-color,.single-essay.new-essay .core-block h5.has-gray-90-background-color {
    background-color: #191919
}

.new-brookings .core-block h5.has-gray-color,.new-brookings .core-block h5.has-gray-color:focus,.new-brookings .core-block h5.has-gray-color:hover,.single-essay.new-essay .core-block h5.has-gray-color,.single-essay.new-essay .core-block h5.has-gray-color:focus,.single-essay.new-essay .core-block h5.has-gray-color:hover {
    color: #757575
}

.new-brookings .core-block h5.has-gray-background-color,.single-essay.new-essay .core-block h5.has-gray-background-color {
    background-color: #757575
}

.new-brookings .core-block h5.has-green-color,.new-brookings .core-block h5.has-green-color:focus,.new-brookings .core-block h5.has-green-color:hover,.single-essay.new-essay .core-block h5.has-green-color,.single-essay.new-essay .core-block h5.has-green-color:focus,.single-essay.new-essay .core-block h5.has-green-color:hover {
    color: #5ca632
}

.new-brookings .core-block h5.has-green-background-color,.single-essay.new-essay .core-block h5.has-green-background-color {
    background-color: #5ca632
}

.new-brookings .core-block h5.has-light-gray-color,.new-brookings .core-block h5.has-light-gray-color:focus,.new-brookings .core-block h5.has-light-gray-color:hover,.single-essay.new-essay .core-block h5.has-light-gray-color,.single-essay.new-essay .core-block h5.has-light-gray-color:focus,.single-essay.new-essay .core-block h5.has-light-gray-color:hover {
    color: #cfd8dc
}

.new-brookings .core-block h5.has-light-gray-background-color,.single-essay.new-essay .core-block h5.has-light-gray-background-color {
    background-color: #cfd8dc
}

.new-brookings .core-block h5.has-magenta-color,.new-brookings .core-block h5.has-magenta-color:focus,.new-brookings .core-block h5.has-magenta-color:hover,.single-essay.new-essay .core-block h5.has-magenta-color,.single-essay.new-essay .core-block h5.has-magenta-color:focus,.single-essay.new-essay .core-block h5.has-magenta-color:hover {
    color: #d2468e
}

.new-brookings .core-block h5.has-magenta-background-color,.single-essay.new-essay .core-block h5.has-magenta-background-color {
    background-color: #d2468e
}

.new-brookings .core-block h5.has-orange-40-color,.new-brookings .core-block h5.has-orange-40-color:focus,.new-brookings .core-block h5.has-orange-40-color:hover,.single-essay.new-essay .core-block h5.has-orange-40-color,.single-essay.new-essay .core-block h5.has-orange-40-color:focus,.single-essay.new-essay .core-block h5.has-orange-40-color:hover {
    color: #ff9e1b
}

.new-brookings .core-block h5.has-orange-40-background-color,.single-essay.new-essay .core-block h5.has-orange-40-background-color {
    background-color: #ff9e1b
}

.new-brookings .core-block h5.has-orange-60-color,.new-brookings .core-block h5.has-orange-60-color:focus,.new-brookings .core-block h5.has-orange-60-color:hover,.single-essay.new-essay .core-block h5.has-orange-60-color,.single-essay.new-essay .core-block h5.has-orange-60-color:focus,.single-essay.new-essay .core-block h5.has-orange-60-color:hover {
    color: #f26d00
}

.new-brookings .core-block h5.has-orange-60-background-color,.single-essay.new-essay .core-block h5.has-orange-60-background-color {
    background-color: #f26d00
}

.new-brookings .core-block h5.has-primary-light-color,.new-brookings .core-block h5.has-primary-light-color:focus,.new-brookings .core-block h5.has-primary-light-color:hover,.single-essay.new-essay .core-block h5.has-primary-light-color,.single-essay.new-essay .core-block h5.has-primary-light-color:focus,.single-essay.new-essay .core-block h5.has-primary-light-color:hover {
    color: #e0ecfb
}

.new-brookings .core-block h5.has-primary-light-background-color,.single-essay.new-essay .core-block h5.has-primary-light-background-color {
    background-color: #e0ecfb
}

.new-brookings .core-block h5.has-primary-color,.new-brookings .core-block h5.has-primary-color:focus,.new-brookings .core-block h5.has-primary-color:hover,.single-essay.new-essay .core-block h5.has-primary-color,.single-essay.new-essay .core-block h5.has-primary-color:focus,.single-essay.new-essay .core-block h5.has-primary-color:hover {
    color: #053769
}

.new-brookings .core-block h5.has-primary-background-color,.single-essay.new-essay .core-block h5.has-primary-background-color {
    background-color: #053769
}

.new-brookings .core-block h5.has-purple-color,.new-brookings .core-block h5.has-purple-color:focus,.new-brookings .core-block h5.has-purple-color:hover,.single-essay.new-essay .core-block h5.has-purple-color,.single-essay.new-essay .core-block h5.has-purple-color:focus,.single-essay.new-essay .core-block h5.has-purple-color:hover {
    color: #8e72d0
}

.new-brookings .core-block h5.has-purple-background-color,.single-essay.new-essay .core-block h5.has-purple-background-color {
    background-color: #8e72d0
}

.new-brookings .core-block h5.has-red-color,.new-brookings .core-block h5.has-red-color:focus,.new-brookings .core-block h5.has-red-color:hover,.single-essay.new-essay .core-block h5.has-red-color,.single-essay.new-essay .core-block h5.has-red-color:focus,.single-essay.new-essay .core-block h5.has-red-color:hover {
    color: #ed3a35
}

.new-brookings .core-block h5.has-red-background-color,.single-essay.new-essay .core-block h5.has-red-background-color {
    background-color: #ed3a35
}

.new-brookings .core-block h5.has-teal-color,.new-brookings .core-block h5.has-teal-color:focus,.new-brookings .core-block h5.has-teal-color:hover,.single-essay.new-essay .core-block h5.has-teal-color,.single-essay.new-essay .core-block h5.has-teal-color:focus,.single-essay.new-essay .core-block h5.has-teal-color:hover {
    color: #2a9aad
}

.new-brookings .core-block h5.has-teal-background-color,.single-essay.new-essay .core-block h5.has-teal-background-color {
    background-color: #2a9aad
}

.new-brookings .core-block h5.has-vivid-blue-20-color,.new-brookings .core-block h5.has-vivid-blue-20-color:focus,.new-brookings .core-block h5.has-vivid-blue-20-color:hover,.single-essay.new-essay .core-block h5.has-vivid-blue-20-color,.single-essay.new-essay .core-block h5.has-vivid-blue-20-color:focus,.single-essay.new-essay .core-block h5.has-vivid-blue-20-color:hover {
    color: #8ac6ff
}

.new-brookings .core-block h5.has-vivid-blue-20-background-color,.single-essay.new-essay .core-block h5.has-vivid-blue-20-background-color {
    background-color: #8ac6ff
}

.new-brookings .core-block h5.has-vivid-blue-70-color,.new-brookings .core-block h5.has-vivid-blue-70-color:focus,.new-brookings .core-block h5.has-vivid-blue-70-color:hover,.single-essay.new-essay .core-block h5.has-vivid-blue-70-color,.single-essay.new-essay .core-block h5.has-vivid-blue-70-color:focus,.single-essay.new-essay .core-block h5.has-vivid-blue-70-color:hover {
    color: #00649f
}

.new-brookings .core-block h5.has-vivid-blue-70-background-color,.single-essay.new-essay .core-block h5.has-vivid-blue-70-background-color {
    background-color: #00649f
}

.new-brookings .core-block h5.has-white-color,.new-brookings .core-block h5.has-white-color:focus,.new-brookings .core-block h5.has-white-color:hover,.single-essay.new-essay .core-block h5.has-white-color,.single-essay.new-essay .core-block h5.has-white-color:focus,.single-essay.new-essay .core-block h5.has-white-color:hover {
    color: #fff
}

.new-brookings .core-block h5.has-white-background-color,.single-essay.new-essay .core-block h5.has-white-background-color {
    background-color: #fff
}

.new-brookings .core-block h5.has-yellow-40-color,.new-brookings .core-block h5.has-yellow-40-color:focus,.new-brookings .core-block h5.has-yellow-40-color:hover,.single-essay.new-essay .core-block h5.has-yellow-40-color,.single-essay.new-essay .core-block h5.has-yellow-40-color:focus,.single-essay.new-essay .core-block h5.has-yellow-40-color:hover {
    color: #fd0
}

.new-brookings .core-block h5.has-yellow-40-background-color,.single-essay.new-essay .core-block h5.has-yellow-40-background-color {
    background-color: #fd0
}

.new-brookings .core-block h5.has-yellow-60-color,.new-brookings .core-block h5.has-yellow-60-color:focus,.new-brookings .core-block h5.has-yellow-60-color:hover,.single-essay.new-essay .core-block h5.has-yellow-60-color,.single-essay.new-essay .core-block h5.has-yellow-60-color:focus,.single-essay.new-essay .core-block h5.has-yellow-60-color:hover {
    color: #e0bb00
}

.new-brookings .core-block h5.has-yellow-60-background-color,.single-essay.new-essay .core-block h5.has-yellow-60-background-color {
    background-color: #e0bb00
}

.new-brookings .core-block h5.has-yellow-color,.new-brookings .core-block h5.has-yellow-color:focus,.new-brookings .core-block h5.has-yellow-color:hover,.single-essay.new-essay .core-block h5.has-yellow-color,.single-essay.new-essay .core-block h5.has-yellow-color:focus,.single-essay.new-essay .core-block h5.has-yellow-color:hover {
    color: #ffecb3
}

.new-brookings .core-block h5.has-yellow-background-color,.single-essay.new-essay .core-block h5.has-yellow-background-color {
    background-color: #ffecb3
}

.new-brookings .core-block h5.is-style-roboto,.single-essay.new-essay .core-block h5.is-style-roboto {
    font-family: Roboto,sans-serif
}

.new-brookings .core-block h5.is-style-lato,.single-essay.new-essay .core-block h5.is-style-lato {
    font-family: Lato,sans-serif
}

.new-brookings .core-block h5.is-style-crimson-text,.single-essay.new-essay .core-block h5.is-style-crimson-text {
    font-family: Crimson Text,serif
}

.new-brookings .core-block h5.is-style-playfair,.single-essay.new-essay .core-block h5.is-style-playfair {
    font-family: Playfair Display,serif
}

.new-brookings .core-block h5.is-style-franklin-gothic,.single-essay.new-essay .core-block h5.is-style-franklin-gothic {
    font-family: franklin-gothic-urw,helvetica,sans-serif
}

.new-brookings .core-block h6,.single-essay.new-essay .core-block h6 {
    font-family: Roboto,sans-serif;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 74.375rem;
    font-size: 1rem;
    line-height: 1.75rem
}

.new-brookings .core-block h6.has-black-color,.new-brookings .core-block h6.has-black-color:focus,.new-brookings .core-block h6.has-black-color:hover,.single-essay.new-essay .core-block h6.has-black-color,.single-essay.new-essay .core-block h6.has-black-color:focus,.single-essay.new-essay .core-block h6.has-black-color:hover {
    color: #000
}

.new-brookings .core-block h6.has-black-background-color,.single-essay.new-essay .core-block h6.has-black-background-color {
    background-color: #000
}

.new-brookings .core-block h6.has-blue-10-color,.new-brookings .core-block h6.has-blue-10-color:focus,.new-brookings .core-block h6.has-blue-10-color:hover,.single-essay.new-essay .core-block h6.has-blue-10-color,.single-essay.new-essay .core-block h6.has-blue-10-color:focus,.single-essay.new-essay .core-block h6.has-blue-10-color:hover {
    color: #dde5ed
}

.new-brookings .core-block h6.has-blue-10-background-color,.single-essay.new-essay .core-block h6.has-blue-10-background-color {
    background-color: #dde5ed
}

.new-brookings .core-block h6.has-blue-20-color,.new-brookings .core-block h6.has-blue-20-color:focus,.new-brookings .core-block h6.has-blue-20-color:hover,.single-essay.new-essay .core-block h6.has-blue-20-color,.single-essay.new-essay .core-block h6.has-blue-20-color:focus,.single-essay.new-essay .core-block h6.has-blue-20-color:hover {
    color: #d0d3d4
}

.new-brookings .core-block h6.has-blue-20-background-color,.single-essay.new-essay .core-block h6.has-blue-20-background-color {
    background-color: #d0d3d4
}

.new-brookings .core-block h6.has-blue-60-color,.new-brookings .core-block h6.has-blue-60-color:focus,.new-brookings .core-block h6.has-blue-60-color:hover,.single-essay.new-essay .core-block h6.has-blue-60-color,.single-essay.new-essay .core-block h6.has-blue-60-color:focus,.single-essay.new-essay .core-block h6.has-blue-60-color:hover {
    color: #a7bcd6
}

.new-brookings .core-block h6.has-blue-60-background-color,.single-essay.new-essay .core-block h6.has-blue-60-background-color {
    background-color: #a7bcd6
}

.new-brookings .core-block h6.has-blue-80-color,.new-brookings .core-block h6.has-blue-80-color:focus,.new-brookings .core-block h6.has-blue-80-color:hover,.single-essay.new-essay .core-block h6.has-blue-80-color,.single-essay.new-essay .core-block h6.has-blue-80-color:focus,.single-essay.new-essay .core-block h6.has-blue-80-color:hover {
    color: #326295
}

.new-brookings .core-block h6.has-blue-80-background-color,.single-essay.new-essay .core-block h6.has-blue-80-background-color {
    background-color: #326295
}

.new-brookings .core-block h6.has-blue-color,.new-brookings .core-block h6.has-blue-color:focus,.new-brookings .core-block h6.has-blue-color:hover,.single-essay.new-essay .core-block h6.has-blue-color,.single-essay.new-essay .core-block h6.has-blue-color:focus,.single-essay.new-essay .core-block h6.has-blue-color:hover {
    color: #0d73d6
}

.new-brookings .core-block h6.has-blue-background-color,.single-essay.new-essay .core-block h6.has-blue-background-color {
    background-color: #0d73d6
}

.new-brookings .core-block h6.has-brookings-blue-color,.new-brookings .core-block h6.has-brookings-blue-color:focus,.new-brookings .core-block h6.has-brookings-blue-color:hover,.single-essay.new-essay .core-block h6.has-brookings-blue-color,.single-essay.new-essay .core-block h6.has-brookings-blue-color:focus,.single-essay.new-essay .core-block h6.has-brookings-blue-color:hover {
    color: #003a70
}

.new-brookings .core-block h6.has-brookings-blue-background-color,.single-essay.new-essay .core-block h6.has-brookings-blue-background-color {
    background-color: #003a70
}

.new-brookings .core-block h6.has-dark-gray-color,.new-brookings .core-block h6.has-dark-gray-color:focus,.new-brookings .core-block h6.has-dark-gray-color:hover,.single-essay.new-essay .core-block h6.has-dark-gray-color,.single-essay.new-essay .core-block h6.has-dark-gray-color:focus,.single-essay.new-essay .core-block h6.has-dark-gray-color:hover {
    color: #4c4c4c
}

.new-brookings .core-block h6.has-dark-gray-background-color,.single-essay.new-essay .core-block h6.has-dark-gray-background-color {
    background-color: #4c4c4c
}

.new-brookings .core-block h6.has-gold-dark-color,.new-brookings .core-block h6.has-gold-dark-color:focus,.new-brookings .core-block h6.has-gold-dark-color:hover,.single-essay.new-essay .core-block h6.has-gold-dark-color,.single-essay.new-essay .core-block h6.has-gold-dark-color:focus,.single-essay.new-essay .core-block h6.has-gold-dark-color:hover {
    color: #685f40
}

.new-brookings .core-block h6.has-gold-dark-background-color,.single-essay.new-essay .core-block h6.has-gold-dark-background-color {
    background-color: #685f40
}

.new-brookings .core-block h6.has-gold-color,.new-brookings .core-block h6.has-gold-color:focus,.new-brookings .core-block h6.has-gold-color:hover,.single-essay.new-essay .core-block h6.has-gold-color,.single-essay.new-essay .core-block h6.has-gold-color:focus,.single-essay.new-essay .core-block h6.has-gold-color:hover {
    color: #b9874b
}

.new-brookings .core-block h6.has-gold-background-color,.single-essay.new-essay .core-block h6.has-gold-background-color {
    background-color: #b9874b
}

.new-brookings .core-block h6.has-gray-05-color,.new-brookings .core-block h6.has-gray-05-color:focus,.new-brookings .core-block h6.has-gray-05-color:hover,.single-essay.new-essay .core-block h6.has-gray-05-color,.single-essay.new-essay .core-block h6.has-gray-05-color:focus,.single-essay.new-essay .core-block h6.has-gray-05-color:hover {
    color: #f2f2f2
}

.new-brookings .core-block h6.has-gray-05-background-color,.single-essay.new-essay .core-block h6.has-gray-05-background-color {
    background-color: #f2f2f2
}

.new-brookings .core-block h6.has-gray-10-color,.new-brookings .core-block h6.has-gray-10-color:focus,.new-brookings .core-block h6.has-gray-10-color:hover,.single-essay.new-essay .core-block h6.has-gray-10-color,.single-essay.new-essay .core-block h6.has-gray-10-color:focus,.single-essay.new-essay .core-block h6.has-gray-10-color:hover {
    color: #e6e6e6
}

.new-brookings .core-block h6.has-gray-10-background-color,.single-essay.new-essay .core-block h6.has-gray-10-background-color {
    background-color: #e6e6e6
}

.new-brookings .core-block h6.has-gray-20-color,.new-brookings .core-block h6.has-gray-20-color:focus,.new-brookings .core-block h6.has-gray-20-color:hover,.single-essay.new-essay .core-block h6.has-gray-20-color,.single-essay.new-essay .core-block h6.has-gray-20-color:focus,.single-essay.new-essay .core-block h6.has-gray-20-color:hover {
    color: #ccc
}

.new-brookings .core-block h6.has-gray-20-background-color,.single-essay.new-essay .core-block h6.has-gray-20-background-color {
    background-color: #ccc
}

.new-brookings .core-block h6.has-gray-30-color,.new-brookings .core-block h6.has-gray-30-color:focus,.new-brookings .core-block h6.has-gray-30-color:hover,.single-essay.new-essay .core-block h6.has-gray-30-color,.single-essay.new-essay .core-block h6.has-gray-30-color:focus,.single-essay.new-essay .core-block h6.has-gray-30-color:hover {
    color: #b3b3b3
}

.new-brookings .core-block h6.has-gray-30-background-color,.single-essay.new-essay .core-block h6.has-gray-30-background-color {
    background-color: #b3b3b3
}

.new-brookings .core-block h6.has-gray-40-color,.new-brookings .core-block h6.has-gray-40-color:focus,.new-brookings .core-block h6.has-gray-40-color:hover,.single-essay.new-essay .core-block h6.has-gray-40-color,.single-essay.new-essay .core-block h6.has-gray-40-color:focus,.single-essay.new-essay .core-block h6.has-gray-40-color:hover {
    color: #999
}

.new-brookings .core-block h6.has-gray-40-background-color,.single-essay.new-essay .core-block h6.has-gray-40-background-color {
    background-color: #999
}

.new-brookings .core-block h6.has-gray-50-color,.new-brookings .core-block h6.has-gray-50-color:focus,.new-brookings .core-block h6.has-gray-50-color:hover,.single-essay.new-essay .core-block h6.has-gray-50-color,.single-essay.new-essay .core-block h6.has-gray-50-color:focus,.single-essay.new-essay .core-block h6.has-gray-50-color:hover {
    color: gray
}

.new-brookings .core-block h6.has-gray-50-background-color,.single-essay.new-essay .core-block h6.has-gray-50-background-color {
    background-color: gray
}

.new-brookings .core-block h6.has-gray-60-color,.new-brookings .core-block h6.has-gray-60-color:focus,.new-brookings .core-block h6.has-gray-60-color:hover,.single-essay.new-essay .core-block h6.has-gray-60-color,.single-essay.new-essay .core-block h6.has-gray-60-color:focus,.single-essay.new-essay .core-block h6.has-gray-60-color:hover {
    color: #666
}

.new-brookings .core-block h6.has-gray-60-background-color,.single-essay.new-essay .core-block h6.has-gray-60-background-color {
    background-color: #666
}

.new-brookings .core-block h6.has-gray-70-color,.new-brookings .core-block h6.has-gray-70-color:focus,.new-brookings .core-block h6.has-gray-70-color:hover,.single-essay.new-essay .core-block h6.has-gray-70-color,.single-essay.new-essay .core-block h6.has-gray-70-color:focus,.single-essay.new-essay .core-block h6.has-gray-70-color:hover {
    color: #4d4d4d
}

.new-brookings .core-block h6.has-gray-70-background-color,.single-essay.new-essay .core-block h6.has-gray-70-background-color {
    background-color: #4d4d4d
}

.new-brookings .core-block h6.has-gray-80-color,.new-brookings .core-block h6.has-gray-80-color:focus,.new-brookings .core-block h6.has-gray-80-color:hover,.single-essay.new-essay .core-block h6.has-gray-80-color,.single-essay.new-essay .core-block h6.has-gray-80-color:focus,.single-essay.new-essay .core-block h6.has-gray-80-color:hover {
    color: #333
}

.new-brookings .core-block h6.has-gray-80-background-color,.single-essay.new-essay .core-block h6.has-gray-80-background-color {
    background-color: #333
}

.new-brookings .core-block h6.has-gray-90-color,.new-brookings .core-block h6.has-gray-90-color:focus,.new-brookings .core-block h6.has-gray-90-color:hover,.single-essay.new-essay .core-block h6.has-gray-90-color,.single-essay.new-essay .core-block h6.has-gray-90-color:focus,.single-essay.new-essay .core-block h6.has-gray-90-color:hover {
    color: #191919
}

.new-brookings .core-block h6.has-gray-90-background-color,.single-essay.new-essay .core-block h6.has-gray-90-background-color {
    background-color: #191919
}

.new-brookings .core-block h6.has-gray-color,.new-brookings .core-block h6.has-gray-color:focus,.new-brookings .core-block h6.has-gray-color:hover,.single-essay.new-essay .core-block h6.has-gray-color,.single-essay.new-essay .core-block h6.has-gray-color:focus,.single-essay.new-essay .core-block h6.has-gray-color:hover {
    color: #757575
}

.new-brookings .core-block h6.has-gray-background-color,.single-essay.new-essay .core-block h6.has-gray-background-color {
    background-color: #757575
}

.new-brookings .core-block h6.has-green-color,.new-brookings .core-block h6.has-green-color:focus,.new-brookings .core-block h6.has-green-color:hover,.single-essay.new-essay .core-block h6.has-green-color,.single-essay.new-essay .core-block h6.has-green-color:focus,.single-essay.new-essay .core-block h6.has-green-color:hover {
    color: #5ca632
}

.new-brookings .core-block h6.has-green-background-color,.single-essay.new-essay .core-block h6.has-green-background-color {
    background-color: #5ca632
}

.new-brookings .core-block h6.has-light-gray-color,.new-brookings .core-block h6.has-light-gray-color:focus,.new-brookings .core-block h6.has-light-gray-color:hover,.single-essay.new-essay .core-block h6.has-light-gray-color,.single-essay.new-essay .core-block h6.has-light-gray-color:focus,.single-essay.new-essay .core-block h6.has-light-gray-color:hover {
    color: #cfd8dc
}

.new-brookings .core-block h6.has-light-gray-background-color,.single-essay.new-essay .core-block h6.has-light-gray-background-color {
    background-color: #cfd8dc
}

.new-brookings .core-block h6.has-magenta-color,.new-brookings .core-block h6.has-magenta-color:focus,.new-brookings .core-block h6.has-magenta-color:hover,.single-essay.new-essay .core-block h6.has-magenta-color,.single-essay.new-essay .core-block h6.has-magenta-color:focus,.single-essay.new-essay .core-block h6.has-magenta-color:hover {
    color: #d2468e
}

.new-brookings .core-block h6.has-magenta-background-color,.single-essay.new-essay .core-block h6.has-magenta-background-color {
    background-color: #d2468e
}

.new-brookings .core-block h6.has-orange-40-color,.new-brookings .core-block h6.has-orange-40-color:focus,.new-brookings .core-block h6.has-orange-40-color:hover,.single-essay.new-essay .core-block h6.has-orange-40-color,.single-essay.new-essay .core-block h6.has-orange-40-color:focus,.single-essay.new-essay .core-block h6.has-orange-40-color:hover {
    color: #ff9e1b
}

.new-brookings .core-block h6.has-orange-40-background-color,.single-essay.new-essay .core-block h6.has-orange-40-background-color {
    background-color: #ff9e1b
}

.new-brookings .core-block h6.has-orange-60-color,.new-brookings .core-block h6.has-orange-60-color:focus,.new-brookings .core-block h6.has-orange-60-color:hover,.single-essay.new-essay .core-block h6.has-orange-60-color,.single-essay.new-essay .core-block h6.has-orange-60-color:focus,.single-essay.new-essay .core-block h6.has-orange-60-color:hover {
    color: #f26d00
}

.new-brookings .core-block h6.has-orange-60-background-color,.single-essay.new-essay .core-block h6.has-orange-60-background-color {
    background-color: #f26d00
}

.new-brookings .core-block h6.has-primary-light-color,.new-brookings .core-block h6.has-primary-light-color:focus,.new-brookings .core-block h6.has-primary-light-color:hover,.single-essay.new-essay .core-block h6.has-primary-light-color,.single-essay.new-essay .core-block h6.has-primary-light-color:focus,.single-essay.new-essay .core-block h6.has-primary-light-color:hover {
    color: #e0ecfb
}

.new-brookings .core-block h6.has-primary-light-background-color,.single-essay.new-essay .core-block h6.has-primary-light-background-color {
    background-color: #e0ecfb
}

.new-brookings .core-block h6.has-primary-color,.new-brookings .core-block h6.has-primary-color:focus,.new-brookings .core-block h6.has-primary-color:hover,.single-essay.new-essay .core-block h6.has-primary-color,.single-essay.new-essay .core-block h6.has-primary-color:focus,.single-essay.new-essay .core-block h6.has-primary-color:hover {
    color: #053769
}

.new-brookings .core-block h6.has-primary-background-color,.single-essay.new-essay .core-block h6.has-primary-background-color {
    background-color: #053769
}

.new-brookings .core-block h6.has-purple-color,.new-brookings .core-block h6.has-purple-color:focus,.new-brookings .core-block h6.has-purple-color:hover,.single-essay.new-essay .core-block h6.has-purple-color,.single-essay.new-essay .core-block h6.has-purple-color:focus,.single-essay.new-essay .core-block h6.has-purple-color:hover {
    color: #8e72d0
}

.new-brookings .core-block h6.has-purple-background-color,.single-essay.new-essay .core-block h6.has-purple-background-color {
    background-color: #8e72d0
}

.new-brookings .core-block h6.has-red-color,.new-brookings .core-block h6.has-red-color:focus,.new-brookings .core-block h6.has-red-color:hover,.single-essay.new-essay .core-block h6.has-red-color,.single-essay.new-essay .core-block h6.has-red-color:focus,.single-essay.new-essay .core-block h6.has-red-color:hover {
    color: #ed3a35
}

.new-brookings .core-block h6.has-red-background-color,.single-essay.new-essay .core-block h6.has-red-background-color {
    background-color: #ed3a35
}

.new-brookings .core-block h6.has-teal-color,.new-brookings .core-block h6.has-teal-color:focus,.new-brookings .core-block h6.has-teal-color:hover,.single-essay.new-essay .core-block h6.has-teal-color,.single-essay.new-essay .core-block h6.has-teal-color:focus,.single-essay.new-essay .core-block h6.has-teal-color:hover {
    color: #2a9aad
}

.new-brookings .core-block h6.has-teal-background-color,.single-essay.new-essay .core-block h6.has-teal-background-color {
    background-color: #2a9aad
}

.new-brookings .core-block h6.has-vivid-blue-20-color,.new-brookings .core-block h6.has-vivid-blue-20-color:focus,.new-brookings .core-block h6.has-vivid-blue-20-color:hover,.single-essay.new-essay .core-block h6.has-vivid-blue-20-color,.single-essay.new-essay .core-block h6.has-vivid-blue-20-color:focus,.single-essay.new-essay .core-block h6.has-vivid-blue-20-color:hover {
    color: #8ac6ff
}

.new-brookings .core-block h6.has-vivid-blue-20-background-color,.single-essay.new-essay .core-block h6.has-vivid-blue-20-background-color {
    background-color: #8ac6ff
}

.new-brookings .core-block h6.has-vivid-blue-70-color,.new-brookings .core-block h6.has-vivid-blue-70-color:focus,.new-brookings .core-block h6.has-vivid-blue-70-color:hover,.single-essay.new-essay .core-block h6.has-vivid-blue-70-color,.single-essay.new-essay .core-block h6.has-vivid-blue-70-color:focus,.single-essay.new-essay .core-block h6.has-vivid-blue-70-color:hover {
    color: #00649f
}

.new-brookings .core-block h6.has-vivid-blue-70-background-color,.single-essay.new-essay .core-block h6.has-vivid-blue-70-background-color {
    background-color: #00649f
}

.new-brookings .core-block h6.has-white-color,.new-brookings .core-block h6.has-white-color:focus,.new-brookings .core-block h6.has-white-color:hover,.single-essay.new-essay .core-block h6.has-white-color,.single-essay.new-essay .core-block h6.has-white-color:focus,.single-essay.new-essay .core-block h6.has-white-color:hover {
    color: #fff
}

.new-brookings .core-block h6.has-white-background-color,.single-essay.new-essay .core-block h6.has-white-background-color {
    background-color: #fff
}

.new-brookings .core-block h6.has-yellow-40-color,.new-brookings .core-block h6.has-yellow-40-color:focus,.new-brookings .core-block h6.has-yellow-40-color:hover,.single-essay.new-essay .core-block h6.has-yellow-40-color,.single-essay.new-essay .core-block h6.has-yellow-40-color:focus,.single-essay.new-essay .core-block h6.has-yellow-40-color:hover {
    color: #fd0
}

.new-brookings .core-block h6.has-yellow-40-background-color,.single-essay.new-essay .core-block h6.has-yellow-40-background-color {
    background-color: #fd0
}

.new-brookings .core-block h6.has-yellow-60-color,.new-brookings .core-block h6.has-yellow-60-color:focus,.new-brookings .core-block h6.has-yellow-60-color:hover,.single-essay.new-essay .core-block h6.has-yellow-60-color,.single-essay.new-essay .core-block h6.has-yellow-60-color:focus,.single-essay.new-essay .core-block h6.has-yellow-60-color:hover {
    color: #e0bb00
}

.new-brookings .core-block h6.has-yellow-60-background-color,.single-essay.new-essay .core-block h6.has-yellow-60-background-color {
    background-color: #e0bb00
}

.new-brookings .core-block h6.has-yellow-color,.new-brookings .core-block h6.has-yellow-color:focus,.new-brookings .core-block h6.has-yellow-color:hover,.single-essay.new-essay .core-block h6.has-yellow-color,.single-essay.new-essay .core-block h6.has-yellow-color:focus,.single-essay.new-essay .core-block h6.has-yellow-color:hover {
    color: #ffecb3
}

.new-brookings .core-block h6.has-yellow-background-color,.single-essay.new-essay .core-block h6.has-yellow-background-color {
    background-color: #ffecb3
}

.new-brookings .core-block h6.is-style-roboto,.single-essay.new-essay .core-block h6.is-style-roboto {
    font-family: Roboto,sans-serif
}

.new-brookings .core-block h6.is-style-lato,.single-essay.new-essay .core-block h6.is-style-lato {
    font-family: Lato,sans-serif
}

.new-brookings .core-block h6.is-style-crimson-text,.single-essay.new-essay .core-block h6.is-style-crimson-text {
    font-family: Crimson Text,serif
}

.new-brookings .core-block h6.is-style-playfair,.single-essay.new-essay .core-block h6.is-style-playfair {
    font-family: Playfair Display,serif
}

.new-brookings .core-block h6.is-style-franklin-gothic,.single-essay.new-essay .core-block h6.is-style-franklin-gothic {
    font-family: franklin-gothic-urw,helvetica,sans-serif
}

.new-brookings .core-block h6.is-style-lato,.single-essay.new-essay .core-block h6.is-style-lato {
    font-weight: 400
}

.new-brookings .core-block h6.is-style-crimson-text,.single-essay.new-essay .core-block h6.is-style-crimson-text {
    font-weight: 500
}

.new-brookings .core-block hr,.single-essay.new-essay .core-block hr {
    border: 1px solid #b9874b;
    border-width: 1px 0 0;
    display: block
}

.new-brookings .core-block img,.single-essay.new-essay .core-block img {
    border: 0;
    display: block
}

p .new-brookings .core-block img,p .single-essay.new-essay .core-block img {
    margin-bottom: 5px
}

.attachment .new-brookings .core-block img,.attachment .single-essay.new-essay .core-block img,.new-brookings .core-block img.size-auto,.new-brookings .core-block img.size-full,.new-brookings .core-block img.size-large,.new-brookings .core-block img.size-medium,.single-essay.new-essay .core-block img.size-auto,.single-essay.new-essay .core-block img.size-full,.single-essay.new-essay .core-block img.size-large,.single-essay.new-essay .core-block img.size-medium,.widget-area .new-brookings .core-block img,.widget-area .single-essay.new-essay .core-block img {
    height: auto;
    max-width: 100%
}

.wp-caption .new-brookings .core-block img,.wp-caption .single-essay.new-essay .core-block img {
    margin: 5px
}

.new-brookings .core-block ol,.single-essay.new-essay .core-block ol {
    margin: 0 .9375rem 30px;
    max-width: 760px;
    padding: 0;
    font-size: 1rem;
    line-height: 1.75rem;
    display: block;
    font-style: normal;
    list-style: decimal inside none
}

@media (min-width: 790px) {
    .new-brookings .core-block ol,.single-essay.new-essay .core-block ol {
        margin:0 auto 30px;
        width: 100%
    }
}

.wp-block-column .new-brookings .core-block ol,.wp-block-column .single-essay.new-essay .core-block ol {
    padding-left: .9375rem
}

.new-brookings .core-block ol .new-brookings .core-block ol,.new-brookings .core-block ol .single-essay.new-essay .core-block ol,.single-essay.new-essay .core-block ol .new-brookings .core-block ol,.single-essay.new-essay .core-block ol .single-essay.new-essay .core-block ol {
    margin-top: 10px
}

.new-brookings .core-block ol li,.single-essay.new-essay .core-block ol li {
    margin: 5px 0 5px 5px
}

.new-brookings .core-block ol>li>ol,.single-essay.new-essay .core-block ol>li>ol {
    list-style-type: lower-roman;
    margin-bottom: 0
}

.new-brookings .core-block ol>li>ol>li>ol,.single-essay.new-essay .core-block ol>li>ol>li>ol {
    list-style-type: lower-alpha;
    margin-bottom: 0
}

.new-brookings .core-block p:not(.components-base-control__help),.single-essay.new-essay .core-block p:not(.components-base-control__help) {
    font-size: 1rem;
    line-height: 1.75rem;
    font-family: Roboto,sans-serif;
    margin: 0 .9375rem 30px;
    max-width: 760px;
    padding: 0;
    width: auto
}

.new-brookings .core-block p:not(.components-base-control__help).is-style-roboto,.single-essay.new-essay .core-block p:not(.components-base-control__help).is-style-roboto {
    font-family: Roboto,sans-serif
}

.new-brookings .core-block p:not(.components-base-control__help).is-style-lato,.single-essay.new-essay .core-block p:not(.components-base-control__help).is-style-lato {
    font-family: Lato,sans-serif
}

.new-brookings .core-block p:not(.components-base-control__help).is-style-crimson-text,.single-essay.new-essay .core-block p:not(.components-base-control__help).is-style-crimson-text {
    font-family: Crimson Text,serif
}

.new-brookings .core-block p:not(.components-base-control__help).is-style-playfair,.single-essay.new-essay .core-block p:not(.components-base-control__help).is-style-playfair {
    font-family: Playfair Display,serif
}

.new-brookings .core-block p:not(.components-base-control__help).is-style-franklin-gothic,.single-essay.new-essay .core-block p:not(.components-base-control__help).is-style-franklin-gothic {
    font-family: franklin-gothic-urw,helvetica,sans-serif
}

@media (min-width: 790px) {
    .new-brookings .core-block p:not(.components-base-control__help),.single-essay.new-essay .core-block p:not(.components-base-control__help) {
        margin:0 auto 30px;
        padding: 0;
        width: 100%
    }
}

.new-brookings .core-block p:not(.components-base-control__help).has-drop-cap:not(:focus):after,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-drop-cap:not(:focus):after {
    display: none
}

.new-brookings .core-block p:not(.components-base-control__help).has-drop-cap:not(:focus):first-letter,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-drop-cap:not(:focus):first-letter {
    font-size: 800%
}

.new-brookings .core-block p:not(.components-base-control__help).has-medium-font-size,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-medium-font-size {
    font-size: .875rem;
    line-height: 1.75
}

.new-brookings .core-block p:not(.components-base-control__help).has-small-font-size,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-small-font-size {
    font-size: .75rem;
    line-height: 1.5
}

.new-brookings .core-block p:not(.components-base-control__help).has-black-color,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-black-color {
    color: #000
}

.new-brookings .core-block p:not(.components-base-control__help).has-black-color.has-drop-cap,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-black-color.has-drop-cap {
    color: #000!important
}

.new-brookings .core-block p:not(.components-base-control__help).has-black-color.has-drop-cap:not(:focus):first-letter,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-black-color.has-drop-cap:not(:focus):first-letter {
    color: #000
}

.new-brookings .core-block p:not(.components-base-control__help).has-black-background-color,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-black-background-color {
    background-color: #000
}

.new-brookings .core-block p:not(.components-base-control__help).has-blue-color,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-blue-color {
    color: #0d73d6
}

.new-brookings .core-block p:not(.components-base-control__help).has-blue-color.has-drop-cap,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-blue-color.has-drop-cap {
    color: #000!important
}

.new-brookings .core-block p:not(.components-base-control__help).has-blue-color.has-drop-cap:not(:focus):first-letter,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-blue-color.has-drop-cap:not(:focus):first-letter {
    color: #0d73d6
}

.new-brookings .core-block p:not(.components-base-control__help).has-blue-background-color,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-blue-background-color {
    background-color: #0d73d6
}

.new-brookings .core-block p:not(.components-base-control__help).has-dark-gray-color,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-dark-gray-color {
    color: #4c4c4c
}

.new-brookings .core-block p:not(.components-base-control__help).has-dark-gray-color.has-drop-cap,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-dark-gray-color.has-drop-cap {
    color: #000!important
}

.new-brookings .core-block p:not(.components-base-control__help).has-dark-gray-color.has-drop-cap:not(:focus):first-letter,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-dark-gray-color.has-drop-cap:not(:focus):first-letter {
    color: #4c4c4c
}

.new-brookings .core-block p:not(.components-base-control__help).has-dark-gray-background-color,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-dark-gray-background-color {
    background-color: #4c4c4c
}

.new-brookings .core-block p:not(.components-base-control__help).has-gold-dark-color,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-gold-dark-color {
    color: #685f40
}

.new-brookings .core-block p:not(.components-base-control__help).has-gold-dark-color.has-drop-cap,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-gold-dark-color.has-drop-cap {
    color: #000!important
}

.new-brookings .core-block p:not(.components-base-control__help).has-gold-dark-color.has-drop-cap:not(:focus):first-letter,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-gold-dark-color.has-drop-cap:not(:focus):first-letter {
    color: #685f40
}

.new-brookings .core-block p:not(.components-base-control__help).has-gold-dark-background-color,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-gold-dark-background-color {
    background-color: #685f40
}

.new-brookings .core-block p:not(.components-base-control__help).has-gold-color,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-gold-color {
    color: #b9874b
}

.new-brookings .core-block p:not(.components-base-control__help).has-gold-color.has-drop-cap,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-gold-color.has-drop-cap {
    color: #000!important
}

.new-brookings .core-block p:not(.components-base-control__help).has-gold-color.has-drop-cap:not(:focus):first-letter,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-gold-color.has-drop-cap:not(:focus):first-letter {
    color: #b9874b
}

.new-brookings .core-block p:not(.components-base-control__help).has-gold-background-color,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-gold-background-color {
    background-color: #b9874b
}

.new-brookings .core-block p:not(.components-base-control__help).has-gray-color,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-gray-color {
    color: #757575
}

.new-brookings .core-block p:not(.components-base-control__help).has-gray-color.has-drop-cap,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-gray-color.has-drop-cap {
    color: #000!important
}

.new-brookings .core-block p:not(.components-base-control__help).has-gray-color.has-drop-cap:not(:focus):first-letter,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-gray-color.has-drop-cap:not(:focus):first-letter {
    color: #757575
}

.new-brookings .core-block p:not(.components-base-control__help).has-gray-background-color,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-gray-background-color {
    background-color: #757575
}

.new-brookings .core-block p:not(.components-base-control__help).has-light-gray-color,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-light-gray-color {
    color: #cfd8dc
}

.new-brookings .core-block p:not(.components-base-control__help).has-light-gray-color.has-drop-cap,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-light-gray-color.has-drop-cap {
    color: #000!important
}

.new-brookings .core-block p:not(.components-base-control__help).has-light-gray-color.has-drop-cap:not(:focus):first-letter,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-light-gray-color.has-drop-cap:not(:focus):first-letter {
    color: #cfd8dc
}

.new-brookings .core-block p:not(.components-base-control__help).has-light-gray-background-color,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-light-gray-background-color {
    background-color: #cfd8dc
}

.new-brookings .core-block p:not(.components-base-control__help).has-primary-light-color,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-primary-light-color {
    color: #e0ecfb
}

.new-brookings .core-block p:not(.components-base-control__help).has-primary-light-color.has-drop-cap,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-primary-light-color.has-drop-cap {
    color: #000!important
}

.new-brookings .core-block p:not(.components-base-control__help).has-primary-light-color.has-drop-cap:not(:focus):first-letter,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-primary-light-color.has-drop-cap:not(:focus):first-letter {
    color: #e0ecfb
}

.new-brookings .core-block p:not(.components-base-control__help).has-primary-light-background-color,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-primary-light-background-color {
    background-color: #e0ecfb
}

.new-brookings .core-block p:not(.components-base-control__help).has-primary-color,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-primary-color {
    color: #053769
}

.new-brookings .core-block p:not(.components-base-control__help).has-primary-color.has-drop-cap,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-primary-color.has-drop-cap {
    color: #000!important
}

.new-brookings .core-block p:not(.components-base-control__help).has-primary-color.has-drop-cap:not(:focus):first-letter,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-primary-color.has-drop-cap:not(:focus):first-letter {
    color: #053769
}

.new-brookings .core-block p:not(.components-base-control__help).has-primary-background-color,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-primary-background-color {
    background-color: #053769
}

.new-brookings .core-block p:not(.components-base-control__help).has-purple-color,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-purple-color {
    color: #270138
}

.new-brookings .core-block p:not(.components-base-control__help).has-purple-color.has-drop-cap,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-purple-color.has-drop-cap {
    color: #000!important
}

.new-brookings .core-block p:not(.components-base-control__help).has-purple-color.has-drop-cap:not(:focus):first-letter,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-purple-color.has-drop-cap:not(:focus):first-letter {
    color: #270138
}

.new-brookings .core-block p:not(.components-base-control__help).has-purple-background-color,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-purple-background-color {
    background-color: #270138
}

.new-brookings .core-block p:not(.components-base-control__help).has-white-color,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-white-color {
    color: #fff
}

.new-brookings .core-block p:not(.components-base-control__help).has-white-color.has-drop-cap,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-white-color.has-drop-cap {
    color: #000!important
}

.new-brookings .core-block p:not(.components-base-control__help).has-white-color.has-drop-cap:not(:focus):first-letter,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-white-color.has-drop-cap:not(:focus):first-letter {
    color: #fff
}

.new-brookings .core-block p:not(.components-base-control__help).has-white-background-color,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-white-background-color {
    background-color: #fff
}

.new-brookings .core-block p:not(.components-base-control__help).has-yellow-color,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-yellow-color {
    color: #ffecb3
}

.new-brookings .core-block p:not(.components-base-control__help).has-yellow-color.has-drop-cap,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-yellow-color.has-drop-cap {
    color: #000!important
}

.new-brookings .core-block p:not(.components-base-control__help).has-yellow-color.has-drop-cap:not(:focus):first-letter,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-yellow-color.has-drop-cap:not(:focus):first-letter {
    color: #ffecb3
}

.new-brookings .core-block p:not(.components-base-control__help).has-yellow-background-color,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-yellow-background-color {
    background-color: #ffecb3
}

.new-brookings .core-block p:not(.components-base-control__help).has-background,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-background {
    margin: 0 .9375rem 30px;
    padding: .9375rem
}

@media (min-width: 790px) {
    .new-brookings .core-block p:not(.components-base-control__help).has-background,.single-essay.new-essay .core-block p:not(.components-base-control__help).has-background {
        margin:0 auto 30px
    }
}

.new-brookings .core-block small,.single-essay.new-essay .core-block small {
    font-size: .75rem;
    line-height: 1.5
}

.new-brookings .core-block pre,.single-essay.new-essay .core-block pre {
    font: 400 1em monospace
}

.new-brookings .core-block del,.new-brookings .core-block strike,.single-essay.new-essay .core-block del,.single-essay.new-essay .core-block strike {
    text-decoration: line-through
}

.new-brookings .core-block b,.new-brookings .core-block strong,.single-essay.new-essay .core-block b,.single-essay.new-essay .core-block strong {
    font-weight: 700
}

.new-brookings .core-block ul,.single-essay.new-essay .core-block ul {
    margin: 0 .9375rem 30px;
    max-width: 760px;
    padding: 0;
    font-size: 1rem;
    line-height: 1.75rem;
    display: block;
    font-style: normal;
    list-style: disc outside none
}

@media (min-width: 790px) {
    .new-brookings .core-block ul,.single-essay.new-essay .core-block ul {
        margin:0 auto 30px;
        width: 100%
    }
}

.wp-block-column .new-brookings .core-block ul,.wp-block-column .single-essay.new-essay .core-block ul {
    padding-left: .9375rem
}

.new-brookings .core-block ul .new-brookings .core-block ul,.new-brookings .core-block ul .single-essay.new-essay .core-block ul,.single-essay.new-essay .core-block ul .new-brookings .core-block ul,.single-essay.new-essay .core-block ul .single-essay.new-essay .core-block ul {
    margin-top: 10px
}

.new-brookings .core-block ul li,.single-essay.new-essay .core-block ul li {
    margin: 5px 0 5px 5px
}

.new-brookings .core-block ul>li>ul,.single-essay.new-essay .core-block ul>li>ul {
    list-style-type: circle;
    margin-bottom: 0
}

.new-brookings .core-block ul>li>ul>li>ul,.single-essay.new-essay .core-block ul>li>ul>li>ul {
    list-style-type: square;
    margin-bottom: 0
}

.new-brookings .core-block video,.single-essay.new-essay .core-block video {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.new-brookings .core-block area,.new-brookings .core-block article,.new-brookings .core-block aside,.new-brookings .core-block audio,.new-brookings .core-block colgroup,.new-brookings .core-block details,.new-brookings .core-block footer,.new-brookings .core-block form,.new-brookings .core-block header,.new-brookings .core-block hgroup,.new-brookings .core-block pre,.new-brookings .core-block q,.new-brookings .core-block section,.new-brookings .core-block summary,.new-brookings .core-block table,.single-essay.new-essay .core-block area,.single-essay.new-essay .core-block article,.single-essay.new-essay .core-block aside,.single-essay.new-essay .core-block audio,.single-essay.new-essay .core-block colgroup,.single-essay.new-essay .core-block details,.single-essay.new-essay .core-block footer,.single-essay.new-essay .core-block form,.single-essay.new-essay .core-block header,.single-essay.new-essay .core-block hgroup,.single-essay.new-essay .core-block pre,.single-essay.new-essay .core-block q,.single-essay.new-essay .core-block section,.single-essay.new-essay .core-block summary,.single-essay.new-essay .core-block table {
    display: block
}

.new-brookings .core-block .aligncenter,.new-brookings .core-block [class^=wp-block-].aligncenter,.single-essay.new-essay .core-block .aligncenter,.single-essay.new-essay .core-block [class^=wp-block-].aligncenter {
    clear: both;
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center
}

@media (min-width: 790px) {
    .new-brookings .core-block .aligncenter,.new-brookings .core-block [class^=wp-block-].aligncenter,.single-essay.new-essay .core-block .aligncenter,.single-essay.new-essay .core-block [class^=wp-block-].aligncenter {
        margin-left:auto;
        margin-right: auto
    }
}

.new-brookings .core-block .alignfull,.new-brookings .core-block [class^=wp-block-].alignfull,.single-essay.new-essay .core-block .alignfull,.single-essay.new-essay .core-block [class^=wp-block-].alignfull {
    max-width: 100%
}

.new-brookings .core-block .alignleft,.new-brookings .core-block [class^=wp-block-].alignleft,.single-essay.new-essay .core-block .alignleft,.single-essay.new-essay .core-block [class^=wp-block-].alignleft {
    display: block;
    margin: 0 30px
}

@media (min-width: 790px) {
    .new-brookings .core-block .alignleft,.new-brookings .core-block [class^=wp-block-].alignleft,.single-essay.new-essay .core-block .alignleft,.single-essay.new-essay .core-block [class^=wp-block-].alignleft {
        float:left;
        margin-bottom: 20px;
        margin-left: 20px;
        margin-right: 30px;
        max-width: 19.0625rem;
        padding: 0
    }
}

.new-brookings .core-block .alignright,.new-brookings .core-block [class^=wp-block-].alignright,.single-essay.new-essay .core-block .alignright,.single-essay.new-essay .core-block [class^=wp-block-].alignright {
    display: block;
    margin: 0 30px
}

@media (min-width: 790px) {
    .new-brookings .core-block .alignright,.new-brookings .core-block [class^=wp-block-].alignright,.single-essay.new-essay .core-block .alignright,.single-essay.new-essay .core-block [class^=wp-block-].alignright {
        float:right;
        margin-bottom: 20px;
        margin-left: 30px;
        margin-right: 20px;
        max-width: 19.0625rem;
        padding: 0
    }
}

.new-brookings .core-block .alignwide,.new-brookings .core-block [class^=wp-block-].alignwide,.single-essay.new-essay .core-block .alignwide,.single-essay.new-essay .core-block [class^=wp-block-].alignwide {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px
}

.new-brookings .core-block .wp-block-archives,.single-essay.new-essay .core-block .wp-block-archives {
    margin: 0 .9375rem 30px;
    max-width: 760px;
    padding: 0
}

@media (min-width: 790px) {
    .new-brookings .core-block .wp-block-archives,.single-essay.new-essay .core-block .wp-block-archives {
        margin:0 auto 30px;
        width: 100%
    }
}

.new-brookings .core-block .wp-block-audio,.single-essay.new-essay .core-block .wp-block-audio {
    margin: 0 .9375rem 30px;
    max-width: 760px;
    padding: 0
}

@media (min-width: 790px) {
    .new-brookings .core-block .wp-block-audio,.single-essay.new-essay .core-block .wp-block-audio {
        margin:0 auto 30px;
        width: 100%
    }
}

.new-brookings .core-block .wp-block-button,.single-essay.new-essay .core-block .wp-block-button {
    margin: 0 .9375rem 30px;
    max-width: 760px;
    padding: 0
}

@media (min-width: 790px) {
    .new-brookings .core-block .wp-block-button,.single-essay.new-essay .core-block .wp-block-button {
        margin:0 auto 30px;
        width: 100%
    }
}

.new-brookings .core-block .wp-block-categories,.single-essay.new-essay .core-block .wp-block-categories {
    margin: 0 .9375rem 30px;
    max-width: 760px;
    padding: 0
}

@media (min-width: 790px) {
    .new-brookings .core-block .wp-block-categories,.single-essay.new-essay .core-block .wp-block-categories {
        margin:0 auto 30px;
        width: 100%
    }
}

.new-brookings .core-block .wp-block-code,.single-essay.new-essay .core-block .wp-block-code {
    margin: 0 .9375rem 30px;
    max-width: 760px;
    padding: 0
}

@media (min-width: 790px) {
    .new-brookings .core-block .wp-block-code,.single-essay.new-essay .core-block .wp-block-code {
        margin:0 auto 30px;
        width: 100%
    }
}

.new-brookings .core-block .wp-block-column,.single-essay.new-essay .core-block .wp-block-column {
    margin: 0 .9375rem 30px;
    max-width: 760px;
    padding: 0
}

@media (min-width: 790px) {
    .new-brookings .core-block .wp-block-column,.single-essay.new-essay .core-block .wp-block-column {
        margin:0 auto 30px;
        width: 100%
    }
}

.new-brookings .core-block .wp-block-columns,.single-essay.new-essay .core-block .wp-block-columns {
    margin: 0 .9375rem 30px;
    padding: 0
}

@media (min-width: 790px) {
    .new-brookings .core-block .wp-block-columns,.single-essay.new-essay .core-block .wp-block-columns {
        margin:0 auto 30px;
        width: 100%
    }
}

.new-brookings .core-block .wp-block-coverImage,.single-essay.new-essay .core-block .wp-block-coverImage {
    margin: 0 .9375rem 30px;
    max-width: 760px;
    padding: 0
}

@media (min-width: 790px) {
    .new-brookings .core-block .wp-block-coverImage,.single-essay.new-essay .core-block .wp-block-coverImage {
        margin:0 auto 30px;
        width: 100%
    }
}

.new-brookings .core-block .wp-block-embed,.single-essay.new-essay .core-block .wp-block-embed {
    margin: 0 .9375rem 30px;
    max-width: 760px;
    padding: 0
}

@media (min-width: 790px) {
    .new-brookings .core-block .wp-block-embed,.single-essay.new-essay .core-block .wp-block-embed {
        margin:0 auto 30px;
        width: 100%
    }
}

.new-brookings .core-block .wp-block-file,.single-essay.new-essay .core-block .wp-block-file {
    margin: 0 .9375rem 30px;
    max-width: 760px;
    padding: 0
}

@media (min-width: 790px) {
    .new-brookings .core-block .wp-block-file,.single-essay.new-essay .core-block .wp-block-file {
        margin:0 auto 30px;
        width: 100%
    }
}

.new-brookings .core-block .wp-block-gallery,.single-essay.new-essay .core-block .wp-block-gallery {
    margin: 0 .9375rem 30px;
    max-width: 760px;
    padding: 0
}

@media (min-width: 790px) {
    .new-brookings .core-block .wp-block-gallery,.single-essay.new-essay .core-block .wp-block-gallery {
        margin:0 auto 30px;
        width: 100%
    }
}

.new-brookings .core-block .wp-block-heading,.single-essay.new-essay .core-block .wp-block-heading {
    margin: 0 .9375rem 30px;
    max-width: 760px;
    padding: 0
}

@media (min-width: 790px) {
    .new-brookings .core-block .wp-block-heading,.single-essay.new-essay .core-block .wp-block-heading {
        margin:0 auto 30px;
        width: 100%
    }
}

.new-brookings .core-block .wp-block-html,.single-essay.new-essay .core-block .wp-block-html {
    margin: 0 .9375rem 30px;
    max-width: 760px;
    padding: 0
}

@media (min-width: 790px) {
    .new-brookings .core-block .wp-block-html,.single-essay.new-essay .core-block .wp-block-html {
        margin:0 auto 30px;
        width: 100%
    }
}

.new-brookings .core-block .wp-block-image,.single-essay.new-essay .core-block .wp-block-image {
    margin: 0 .9375rem 30px;
    max-width: 760px;
    padding: 0
}

@media (min-width: 790px) {
    .new-brookings .core-block .wp-block-image,.single-essay.new-essay .core-block .wp-block-image {
        margin:0 auto 30px;
        width: 100%
    }
}

.new-brookings .core-block .wp-block-latestComments,.single-essay.new-essay .core-block .wp-block-latestComments {
    margin: 0 .9375rem 30px;
    max-width: 760px;
    padding: 0
}

@media (min-width: 790px) {
    .new-brookings .core-block .wp-block-latestComments,.single-essay.new-essay .core-block .wp-block-latestComments {
        margin:0 auto 30px;
        width: 100%
    }
}

.new-brookings .core-block .wp-block-latestPosts,.single-essay.new-essay .core-block .wp-block-latestPosts {
    margin: 0 .9375rem 30px;
    max-width: 760px;
    padding: 0
}

@media (min-width: 790px) {
    .new-brookings .core-block .wp-block-latestPosts,.single-essay.new-essay .core-block .wp-block-latestPosts {
        margin:0 auto 30px;
        width: 100%
    }
}

.new-brookings .core-block .wp-block-list,.single-essay.new-essay .core-block .wp-block-list {
    margin: 0 .9375rem 30px;
    max-width: 760px;
    padding: 0
}

@media (min-width: 790px) {
    .new-brookings .core-block .wp-block-list,.single-essay.new-essay .core-block .wp-block-list {
        margin:0 auto 30px;
        width: 100%
    }
}

.new-brookings .core-block .wp-block-paragraph,.single-essay.new-essay .core-block .wp-block-paragraph {
    margin: 0 .9375rem 30px;
    max-width: 760px;
    padding: 0
}

@media (min-width: 790px) {
    .new-brookings .core-block .wp-block-paragraph,.single-essay.new-essay .core-block .wp-block-paragraph {
        margin:0 auto 30px;
        width: 100%
    }
}

.new-brookings .core-block .wp-block-preformatted,.single-essay.new-essay .core-block .wp-block-preformatted {
    margin: 0 .9375rem 30px;
    max-width: 760px;
    padding: 0
}

@media (min-width: 790px) {
    .new-brookings .core-block .wp-block-preformatted,.single-essay.new-essay .core-block .wp-block-preformatted {
        margin:0 auto 30px;
        width: 100%
    }
}

.new-brookings .core-block .wp-block-pullquote,.single-essay.new-essay .core-block .wp-block-pullquote {
    margin: 0 .9375rem 30px;
    max-width: 760px;
    padding: 0
}

@media (min-width: 790px) {
    .new-brookings .core-block .wp-block-pullquote,.single-essay.new-essay .core-block .wp-block-pullquote {
        margin:0 auto 30px;
        width: 100%
    }
}

.new-brookings .core-block .wp-block-quote,.single-essay.new-essay .core-block .wp-block-quote {
    margin: 0 .9375rem 30px;
    max-width: 760px;
    padding: 0
}

@media (min-width: 790px) {
    .new-brookings .core-block .wp-block-quote,.single-essay.new-essay .core-block .wp-block-quote {
        margin:0 auto 30px;
        width: 100%
    }
}

.new-brookings .core-block .wp-block-reusableBlock,.single-essay.new-essay .core-block .wp-block-reusableBlock {
    margin: 0 .9375rem 30px;
    max-width: 760px;
    padding: 0
}

@media (min-width: 790px) {
    .new-brookings .core-block .wp-block-reusableBlock,.single-essay.new-essay .core-block .wp-block-reusableBlock {
        margin:0 auto 30px;
        width: 100%
    }
}

.new-brookings .core-block .wp-block-separator,.single-essay.new-essay .core-block .wp-block-separator {
    margin: 0 .9375rem 30px;
    max-width: 760px;
    padding: 0
}

@media (min-width: 790px) {
    .new-brookings .core-block .wp-block-separator,.single-essay.new-essay .core-block .wp-block-separator {
        margin:0 auto 30px;
        width: 100%
    }
}

.new-brookings .core-block .wp-block-shortcode,.single-essay.new-essay .core-block .wp-block-shortcode {
    margin: 0 .9375rem 30px;
    max-width: 760px;
    padding: 0
}

@media (min-width: 790px) {
    .new-brookings .core-block .wp-block-shortcode,.single-essay.new-essay .core-block .wp-block-shortcode {
        margin:0 auto 30px;
        width: 100%
    }
}

.new-brookings .core-block .wp-block-subhead,.single-essay.new-essay .core-block .wp-block-subhead {
    margin: 0 .9375rem 30px;
    max-width: 760px;
    padding: 0
}

@media (min-width: 790px) {
    .new-brookings .core-block .wp-block-subhead,.single-essay.new-essay .core-block .wp-block-subhead {
        margin:0 auto 30px;
        width: 100%
    }
}

.new-brookings .core-block .wp-block-table,.single-essay.new-essay .core-block .wp-block-table {
    margin: 0 .9375rem 30px;
    max-width: 760px;
    padding: 0
}

@media (min-width: 790px) {
    .new-brookings .core-block .wp-block-table,.single-essay.new-essay .core-block .wp-block-table {
        margin:0 auto 30px;
        width: 100%
    }
}

.new-brookings .core-block .wp-block-verse,.single-essay.new-essay .core-block .wp-block-verse {
    margin: 0 .9375rem 30px;
    max-width: 760px;
    padding: 0
}

@media (min-width: 790px) {
    .new-brookings .core-block .wp-block-verse,.single-essay.new-essay .core-block .wp-block-verse {
        margin:0 auto 30px;
        width: 100%
    }
}

.new-brookings .core-block .wp-block-video,.single-essay.new-essay .core-block .wp-block-video {
    margin: 0 .9375rem 30px;
    max-width: 760px;
    padding: 0
}

@media (min-width: 790px) {
    .new-brookings .core-block .wp-block-video,.single-essay.new-essay .core-block .wp-block-video {
        margin:0 auto 30px;
        width: 100%
    }
}

.new-brookings .core-block .wp-block-buttons,.single-essay.new-essay .core-block .wp-block-buttons {
    margin: 0 .9375rem 30px;
    max-width: 760px;
    padding: 0
}

@media (min-width: 790px) {
    .new-brookings .core-block .wp-block-buttons,.single-essay.new-essay .core-block .wp-block-buttons {
        margin:0 auto 30px;
        width: 100%
    }
}

.new-brookings .core-block .wp-block-button,.single-essay.new-essay .core-block .wp-block-button {
    border-radius: 0;
    display: table;
    font-family: Roboto,sans-serif;
    margin: 0 0 1.5625rem;
    width: auto
}

.new-brookings .core-block .wp-block-button.is-style-roboto,.single-essay.new-essay .core-block .wp-block-button.is-style-roboto {
    font-family: Roboto,sans-serif
}

.new-brookings .core-block .wp-block-button.is-style-lato,.single-essay.new-essay .core-block .wp-block-button.is-style-lato {
    font-family: Lato,sans-serif
}

.new-brookings .core-block .wp-block-button.is-style-crimson-text,.single-essay.new-essay .core-block .wp-block-button.is-style-crimson-text {
    font-family: Crimson Text,serif
}

.new-brookings .core-block .wp-block-button.is-style-playfair,.single-essay.new-essay .core-block .wp-block-button.is-style-playfair {
    font-family: Playfair Display,serif
}

.new-brookings .core-block .wp-block-button.is-style-franklin-gothic,.single-essay.new-essay .core-block .wp-block-button.is-style-franklin-gothic {
    font-family: franklin-gothic-urw,helvetica,sans-serif
}

.new-brookings .core-block .wp-block-button.is-style-roboto-outline,.single-essay.new-essay .core-block .wp-block-button.is-style-roboto-outline {
    font-family: Roboto,sans-serif
}

.new-brookings .core-block .wp-block-button.is-style-roboto-outline>.wp-block-button__link,.new-brookings .core-block .wp-block-button .wp-block-button__link.is-style-roboto-outline,.single-essay.new-essay .core-block .wp-block-button.is-style-roboto-outline>.wp-block-button__link,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.is-style-roboto-outline {
    background-color: transparent;
    border: 2px solid currentColor;
    color: currentColor
}

.new-brookings .core-block .wp-block-button.is-style-lato-outline,.single-essay.new-essay .core-block .wp-block-button.is-style-lato-outline {
    font-family: Lato,sans-serif
}

.new-brookings .core-block .wp-block-button.is-style-lato-outline>.wp-block-button__link,.new-brookings .core-block .wp-block-button .wp-block-button__link.is-style-lato-outline,.single-essay.new-essay .core-block .wp-block-button.is-style-lato-outline>.wp-block-button__link,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.is-style-lato-outline {
    background-color: transparent;
    border: 2px solid currentColor;
    color: currentColor
}

.new-brookings .core-block .wp-block-button.is-style-crimson-text-outline,.single-essay.new-essay .core-block .wp-block-button.is-style-crimson-text-outline {
    font-family: Crimson Text,serif
}

.new-brookings .core-block .wp-block-button.is-style-crimson-text-outline>.wp-block-button__link,.new-brookings .core-block .wp-block-button .wp-block-button__link.is-style-crimson-text-outline,.single-essay.new-essay .core-block .wp-block-button.is-style-crimson-text-outline>.wp-block-button__link,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.is-style-crimson-text-outline {
    background-color: transparent;
    border: 2px solid currentColor;
    color: currentColor
}

.new-brookings .core-block .wp-block-button.is-style-playfair-outline,.single-essay.new-essay .core-block .wp-block-button.is-style-playfair-outline {
    font-family: Playfair Display,serif
}

.new-brookings .core-block .wp-block-button.is-style-playfair-outline>.wp-block-button__link,.new-brookings .core-block .wp-block-button .wp-block-button__link.is-style-playfair-outline,.single-essay.new-essay .core-block .wp-block-button.is-style-playfair-outline>.wp-block-button__link,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.is-style-playfair-outline {
    background-color: transparent;
    border: 2px solid currentColor;
    color: currentColor
}

.new-brookings .core-block .wp-block-button.is-style-franklin-gothic-outline,.single-essay.new-essay .core-block .wp-block-button.is-style-franklin-gothic-outline {
    font-family: franklin-gothic-urw,helvetica,sans-serif
}

.new-brookings .core-block .wp-block-button.is-style-franklin-gothic-outline>.wp-block-button__link,.new-brookings .core-block .wp-block-button .wp-block-button__link.is-style-franklin-gothic-outline,.single-essay.new-essay .core-block .wp-block-button.is-style-franklin-gothic-outline>.wp-block-button__link,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.is-style-franklin-gothic-outline {
    background-color: transparent;
    border: 2px solid currentColor;
    color: currentColor
}

.new-brookings .core-block .wp-block-button:not(.alignleft):not(.alignright),.single-essay.new-essay .core-block .wp-block-button:not(.alignleft):not(.alignright) {
    padding: 0 5px
}

.new-brookings .core-block .wp-block-button.is-style-outline>.wp-block-button__link,.new-brookings .core-block .wp-block-button.is-style-outline>.wp-block-button__link:focus,.new-brookings .core-block .wp-block-button.is-style-outline>.wp-block-button__link:hover,.single-essay.new-essay .core-block .wp-block-button.is-style-outline>.wp-block-button__link,.single-essay.new-essay .core-block .wp-block-button.is-style-outline>.wp-block-button__link:focus,.single-essay.new-essay .core-block .wp-block-button.is-style-outline>.wp-block-button__link:hover {
    border-bottom: 2px solid currentColor
}

.new-brookings .core-block .wp-block-button.is-style-outline>.wp-block-button__link,.new-brookings .core-block .wp-block-button .wp-block-button__link.is-style-outline,.single-essay.new-essay .core-block .wp-block-button.is-style-outline>.wp-block-button__link,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.is-style-outline {
    border: 2px solid currentColor;
    background-color: transparent;
    color: currentColor
}

.new-brookings .core-block .wp-block-button .wp-block-button__link,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link {
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 0;
    border-radius: 0;
    min-width: 16.25rem;
    opacity: 1;
    padding: .8125rem 20px .8125rem 10px;
    transition: opacity .3s ease-in-out
}

.new-brookings .core-block .wp-block-button .wp-block-button__link .icon-external-link svg,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link .icon-external-link svg {
    fill: currentColor
}

.new-brookings .core-block .wp-block-button .wp-block-button__link:hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link:hover {
    opacity: .8;
    text-decoration: none
}

.new-brookings .core-block .wp-block-button .wp-block-button__link:not(.has-text-color),.new-brookings .core-block .wp-block-button .wp-block-button__link:not(.has-text-color):hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link:not(.has-text-color),.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link:not(.has-text-color):hover {
    color: #fff
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-black-color,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-black-color:focus,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-black-color:hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-black-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-black-color:focus,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-black-color:hover {
    color: #000
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-black-background-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-black-background-color {
    background-color: #000
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-blue-10-color,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-blue-10-color:focus,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-blue-10-color:hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-blue-10-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-blue-10-color:focus,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-blue-10-color:hover {
    color: #dde5ed
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-blue-10-background-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-blue-10-background-color {
    background-color: #dde5ed
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-blue-20-color,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-blue-20-color:focus,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-blue-20-color:hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-blue-20-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-blue-20-color:focus,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-blue-20-color:hover {
    color: #d0d3d4
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-blue-20-background-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-blue-20-background-color {
    background-color: #d0d3d4
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-blue-60-color,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-blue-60-color:focus,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-blue-60-color:hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-blue-60-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-blue-60-color:focus,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-blue-60-color:hover {
    color: #a7bcd6
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-blue-60-background-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-blue-60-background-color {
    background-color: #a7bcd6
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-blue-80-color,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-blue-80-color:focus,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-blue-80-color:hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-blue-80-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-blue-80-color:focus,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-blue-80-color:hover {
    color: #326295
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-blue-80-background-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-blue-80-background-color {
    background-color: #326295
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-blue-color,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-blue-color:focus,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-blue-color:hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-blue-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-blue-color:focus,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-blue-color:hover {
    color: #0d73d6
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-blue-background-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-blue-background-color {
    background-color: #0d73d6
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-brookings-blue-color,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-brookings-blue-color:focus,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-brookings-blue-color:hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-brookings-blue-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-brookings-blue-color:focus,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-brookings-blue-color:hover {
    color: #003a70
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-brookings-blue-background-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-brookings-blue-background-color {
    background-color: #003a70
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-dark-gray-color,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-dark-gray-color:focus,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-dark-gray-color:hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-dark-gray-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-dark-gray-color:focus,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-dark-gray-color:hover {
    color: #4c4c4c
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-dark-gray-background-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-dark-gray-background-color {
    background-color: #4c4c4c
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gold-dark-color,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gold-dark-color:focus,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gold-dark-color:hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gold-dark-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gold-dark-color:focus,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gold-dark-color:hover {
    color: #685f40
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gold-dark-background-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gold-dark-background-color {
    background-color: #685f40
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gold-color,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gold-color:focus,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gold-color:hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gold-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gold-color:focus,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gold-color:hover {
    color: #b9874b
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gold-background-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gold-background-color {
    background-color: #b9874b
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-05-color,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-05-color:focus,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-05-color:hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-05-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-05-color:focus,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-05-color:hover {
    color: #f2f2f2
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-05-background-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-05-background-color {
    background-color: #f2f2f2
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-10-color,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-10-color:focus,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-10-color:hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-10-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-10-color:focus,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-10-color:hover {
    color: #e6e6e6
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-10-background-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-10-background-color {
    background-color: #e6e6e6
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-20-color,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-20-color:focus,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-20-color:hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-20-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-20-color:focus,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-20-color:hover {
    color: #ccc
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-20-background-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-20-background-color {
    background-color: #ccc
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-30-color,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-30-color:focus,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-30-color:hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-30-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-30-color:focus,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-30-color:hover {
    color: #b3b3b3
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-30-background-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-30-background-color {
    background-color: #b3b3b3
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-40-color,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-40-color:focus,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-40-color:hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-40-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-40-color:focus,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-40-color:hover {
    color: #999
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-40-background-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-40-background-color {
    background-color: #999
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-50-color,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-50-color:focus,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-50-color:hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-50-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-50-color:focus,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-50-color:hover {
    color: gray
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-50-background-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-50-background-color {
    background-color: gray
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-60-color,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-60-color:focus,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-60-color:hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-60-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-60-color:focus,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-60-color:hover {
    color: #666
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-60-background-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-60-background-color {
    background-color: #666
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-70-color,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-70-color:focus,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-70-color:hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-70-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-70-color:focus,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-70-color:hover {
    color: #4d4d4d
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-70-background-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-70-background-color {
    background-color: #4d4d4d
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-80-color,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-80-color:focus,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-80-color:hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-80-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-80-color:focus,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-80-color:hover {
    color: #333
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-80-background-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-80-background-color {
    background-color: #333
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-90-color,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-90-color:focus,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-90-color:hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-90-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-90-color:focus,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-90-color:hover {
    color: #191919
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-90-background-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-90-background-color {
    background-color: #191919
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-color,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-color:focus,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-color:hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-color:focus,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-color:hover {
    color: #757575
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-gray-background-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-gray-background-color {
    background-color: #757575
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-green-color,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-green-color:focus,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-green-color:hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-green-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-green-color:focus,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-green-color:hover {
    color: #5ca632
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-green-background-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-green-background-color {
    background-color: #5ca632
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-light-gray-color,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-light-gray-color:focus,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-light-gray-color:hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-light-gray-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-light-gray-color:focus,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-light-gray-color:hover {
    color: #cfd8dc
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-light-gray-background-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-light-gray-background-color {
    background-color: #cfd8dc
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-magenta-color,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-magenta-color:focus,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-magenta-color:hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-magenta-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-magenta-color:focus,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-magenta-color:hover {
    color: #d2468e
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-magenta-background-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-magenta-background-color {
    background-color: #d2468e
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-orange-40-color,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-orange-40-color:focus,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-orange-40-color:hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-orange-40-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-orange-40-color:focus,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-orange-40-color:hover {
    color: #ff9e1b
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-orange-40-background-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-orange-40-background-color {
    background-color: #ff9e1b
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-orange-60-color,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-orange-60-color:focus,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-orange-60-color:hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-orange-60-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-orange-60-color:focus,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-orange-60-color:hover {
    color: #f26d00
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-orange-60-background-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-orange-60-background-color {
    background-color: #f26d00
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-primary-light-color,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-primary-light-color:focus,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-primary-light-color:hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-primary-light-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-primary-light-color:focus,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-primary-light-color:hover {
    color: #e0ecfb
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-primary-light-background-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-primary-light-background-color {
    background-color: #e0ecfb
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-primary-color,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-primary-color:focus,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-primary-color:hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-primary-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-primary-color:focus,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-primary-color:hover {
    color: #053769
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-primary-background-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-primary-background-color {
    background-color: #053769
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-purple-color,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-purple-color:focus,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-purple-color:hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-purple-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-purple-color:focus,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-purple-color:hover {
    color: #8e72d0
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-purple-background-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-purple-background-color {
    background-color: #8e72d0
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-red-color,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-red-color:focus,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-red-color:hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-red-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-red-color:focus,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-red-color:hover {
    color: #ed3a35
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-red-background-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-red-background-color {
    background-color: #ed3a35
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-teal-color,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-teal-color:focus,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-teal-color:hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-teal-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-teal-color:focus,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-teal-color:hover {
    color: #2a9aad
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-teal-background-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-teal-background-color {
    background-color: #2a9aad
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-vivid-blue-20-color,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-vivid-blue-20-color:focus,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-vivid-blue-20-color:hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-vivid-blue-20-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-vivid-blue-20-color:focus,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-vivid-blue-20-color:hover {
    color: #8ac6ff
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-vivid-blue-20-background-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-vivid-blue-20-background-color {
    background-color: #8ac6ff
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-vivid-blue-70-color,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-vivid-blue-70-color:focus,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-vivid-blue-70-color:hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-vivid-blue-70-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-vivid-blue-70-color:focus,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-vivid-blue-70-color:hover {
    color: #00649f
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-vivid-blue-70-background-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-vivid-blue-70-background-color {
    background-color: #00649f
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-white-color,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-white-color:focus,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-white-color:hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-white-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-white-color:focus,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-white-color:hover {
    color: #fff
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-white-background-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-white-background-color {
    background-color: #fff
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-yellow-40-color,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-yellow-40-color:focus,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-yellow-40-color:hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-yellow-40-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-yellow-40-color:focus,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-yellow-40-color:hover {
    color: #fd0
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-yellow-40-background-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-yellow-40-background-color {
    background-color: #fd0
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-yellow-60-color,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-yellow-60-color:focus,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-yellow-60-color:hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-yellow-60-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-yellow-60-color:focus,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-yellow-60-color:hover {
    color: #e0bb00
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-yellow-60-background-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-yellow-60-background-color {
    background-color: #e0bb00
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-yellow-color,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-yellow-color:focus,.new-brookings .core-block .wp-block-button .wp-block-button__link.has-yellow-color:hover,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-yellow-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-yellow-color:focus,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-yellow-color:hover {
    color: #ffecb3
}

.new-brookings .core-block .wp-block-button .wp-block-button__link.has-yellow-background-color,.single-essay.new-essay .core-block .wp-block-button .wp-block-button__link.has-yellow-background-color {
    background-color: #ffecb3
}

.new-brookings .core-block .wp-block-columns,.single-essay.new-essay .core-block .wp-block-columns {
    max-width: 760px
}

.new-brookings .core-block .wp-block-columns.alignwide,.single-essay.new-essay .core-block .wp-block-columns.alignwide {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px
}

.new-brookings .core-block .wp-block-columns.alignfull,.single-essay.new-essay .core-block .wp-block-columns.alignfull {
    max-width: 100%
}

.new-brookings .core-block .wp-block-cover,.new-brookings .core-block .wp-block-cover-image,.single-essay.new-essay .core-block .wp-block-cover,.single-essay.new-essay .core-block .wp-block-cover-image {
    margin: 0 15px 30px;
    max-width: 760px;
    min-height: 18.75rem;
    width: calc(100% - 30px)
}

@media (min-width: 790px) {
    .new-brookings .core-block .wp-block-cover,.new-brookings .core-block .wp-block-cover-image,.single-essay.new-essay .core-block .wp-block-cover,.single-essay.new-essay .core-block .wp-block-cover-image {
        min-height:37.5rem;
        margin: 0 auto 30px;
        width: 100%
    }
}

.new-brookings .core-block .wp-block-cover-image.has-black-background-color:before,.new-brookings .core-block .wp-block-cover.has-black-background-color:before,.single-essay.new-essay .core-block .wp-block-cover-image.has-black-background-color:before,.single-essay.new-essay .core-block .wp-block-cover.has-black-background-color:before {
    background-color: #000
}

.new-brookings .core-block .wp-block-cover-image.has-blue-background-color:before,.new-brookings .core-block .wp-block-cover.has-blue-background-color:before,.single-essay.new-essay .core-block .wp-block-cover-image.has-blue-background-color:before,.single-essay.new-essay .core-block .wp-block-cover.has-blue-background-color:before {
    background-color: #073f76
}

.new-brookings .core-block .wp-block-cover-image.has-dark-gray-background-color:before,.new-brookings .core-block .wp-block-cover.has-dark-gray-background-color:before,.single-essay.new-essay .core-block .wp-block-cover-image.has-dark-gray-background-color:before,.single-essay.new-essay .core-block .wp-block-cover.has-dark-gray-background-color:before {
    background-color: #191919
}

.new-brookings .core-block .wp-block-cover-image.has-gold-dark-background-color:before,.new-brookings .core-block .wp-block-cover.has-gold-dark-background-color:before,.single-essay.new-essay .core-block .wp-block-cover-image.has-gold-dark-background-color:before,.single-essay.new-essay .core-block .wp-block-cover.has-gold-dark-background-color:before {
    background-color: #292519
}

.new-brookings .core-block .wp-block-cover-image.has-gold-background-color:before,.new-brookings .core-block .wp-block-cover.has-gold-background-color:before,.single-essay.new-essay .core-block .wp-block-cover-image.has-gold-background-color:before,.single-essay.new-essay .core-block .wp-block-cover.has-gold-background-color:before {
    background-color: #72522c
}

.new-brookings .core-block .wp-block-cover-image.has-gray-background-color:before,.new-brookings .core-block .wp-block-cover.has-gray-background-color:before,.single-essay.new-essay .core-block .wp-block-cover-image.has-gray-background-color:before,.single-essay.new-essay .core-block .wp-block-cover.has-gray-background-color:before {
    background-color: #424242
}

.new-brookings .core-block .wp-block-cover-image.has-light-gray-background-color:before,.new-brookings .core-block .wp-block-cover.has-light-gray-background-color:before,.single-essay.new-essay .core-block .wp-block-cover-image.has-light-gray-background-color:before,.single-essay.new-essay .core-block .wp-block-cover.has-light-gray-background-color:before {
    background-color: #94a8b1
}

.new-brookings .core-block .wp-block-cover-image.has-primary-light-background-color:before,.new-brookings .core-block .wp-block-cover.has-primary-light-background-color:before,.single-essay.new-essay .core-block .wp-block-cover-image.has-primary-light-background-color:before,.single-essay.new-essay .core-block .wp-block-cover.has-primary-light-background-color:before {
    background-color: #86b5ef
}

.new-brookings .core-block .wp-block-cover-image.has-primary-background-color:before,.new-brookings .core-block .wp-block-cover.has-primary-background-color:before,.single-essay.new-essay .core-block .wp-block-cover-image.has-primary-background-color:before,.single-essay.new-essay .core-block .wp-block-cover.has-primary-background-color:before {
    background-color: #000408
}

.new-brookings .core-block .wp-block-cover-image.has-purple-background-color:before,.new-brookings .core-block .wp-block-cover.has-purple-background-color:before,.single-essay.new-essay .core-block .wp-block-cover-image.has-purple-background-color:before,.single-essay.new-essay .core-block .wp-block-cover.has-purple-background-color:before {
    background-color: #000
}

.new-brookings .core-block .wp-block-cover-image.has-white-background-color:before,.new-brookings .core-block .wp-block-cover.has-white-background-color:before,.single-essay.new-essay .core-block .wp-block-cover-image.has-white-background-color:before,.single-essay.new-essay .core-block .wp-block-cover.has-white-background-color:before {
    background-color: #ccc
}

.new-brookings .core-block .wp-block-cover-image.has-yellow-background-color:before,.new-brookings .core-block .wp-block-cover.has-yellow-background-color:before,.single-essay.new-essay .core-block .wp-block-cover-image.has-yellow-background-color:before,.single-essay.new-essay .core-block .wp-block-cover.has-yellow-background-color:before {
    background-color: #ffd34d
}

.new-brookings .core-block .wp-block-cover-image.has-background-dim.has-background-dim-10:before,.new-brookings .core-block .wp-block-cover.has-background-dim.has-background-dim-10:before,.single-essay.new-essay .core-block .wp-block-cover-image.has-background-dim.has-background-dim-10:before,.single-essay.new-essay .core-block .wp-block-cover.has-background-dim.has-background-dim-10:before {
    opacity: .1
}

.new-brookings .core-block .wp-block-cover-image.has-background-dim.has-background-dim-20:before,.new-brookings .core-block .wp-block-cover.has-background-dim.has-background-dim-20:before,.single-essay.new-essay .core-block .wp-block-cover-image.has-background-dim.has-background-dim-20:before,.single-essay.new-essay .core-block .wp-block-cover.has-background-dim.has-background-dim-20:before {
    opacity: .2
}

.new-brookings .core-block .wp-block-cover-image.has-background-dim.has-background-dim-30:before,.new-brookings .core-block .wp-block-cover.has-background-dim.has-background-dim-30:before,.single-essay.new-essay .core-block .wp-block-cover-image.has-background-dim.has-background-dim-30:before,.single-essay.new-essay .core-block .wp-block-cover.has-background-dim.has-background-dim-30:before {
    opacity: .3
}

.new-brookings .core-block .wp-block-cover-image.has-background-dim.has-background-dim-40:before,.new-brookings .core-block .wp-block-cover.has-background-dim.has-background-dim-40:before,.single-essay.new-essay .core-block .wp-block-cover-image.has-background-dim.has-background-dim-40:before,.single-essay.new-essay .core-block .wp-block-cover.has-background-dim.has-background-dim-40:before {
    opacity: .4
}

.new-brookings .core-block .wp-block-cover-image.has-background-dim.has-background-dim-50:before,.new-brookings .core-block .wp-block-cover.has-background-dim.has-background-dim-50:before,.single-essay.new-essay .core-block .wp-block-cover-image.has-background-dim.has-background-dim-50:before,.single-essay.new-essay .core-block .wp-block-cover.has-background-dim.has-background-dim-50:before {
    opacity: .5
}

.new-brookings .core-block .wp-block-cover-image.has-background-dim.has-background-dim-60:before,.new-brookings .core-block .wp-block-cover.has-background-dim.has-background-dim-60:before,.single-essay.new-essay .core-block .wp-block-cover-image.has-background-dim.has-background-dim-60:before,.single-essay.new-essay .core-block .wp-block-cover.has-background-dim.has-background-dim-60:before {
    opacity: .6
}

.new-brookings .core-block .wp-block-cover-image.has-background-dim.has-background-dim-70:before,.new-brookings .core-block .wp-block-cover.has-background-dim.has-background-dim-70:before,.single-essay.new-essay .core-block .wp-block-cover-image.has-background-dim.has-background-dim-70:before,.single-essay.new-essay .core-block .wp-block-cover.has-background-dim.has-background-dim-70:before {
    opacity: .7
}

.new-brookings .core-block .wp-block-cover-image.has-background-dim.has-background-dim-80:before,.new-brookings .core-block .wp-block-cover.has-background-dim.has-background-dim-80:before,.single-essay.new-essay .core-block .wp-block-cover-image.has-background-dim.has-background-dim-80:before,.single-essay.new-essay .core-block .wp-block-cover.has-background-dim.has-background-dim-80:before {
    opacity: .8
}

.new-brookings .core-block .wp-block-cover-image.has-background-dim.has-background-dim-90:before,.new-brookings .core-block .wp-block-cover.has-background-dim.has-background-dim-90:before,.single-essay.new-essay .core-block .wp-block-cover-image.has-background-dim.has-background-dim-90:before,.single-essay.new-essay .core-block .wp-block-cover.has-background-dim.has-background-dim-90:before {
    opacity: .9
}

.new-brookings .core-block .wp-block-cover-image.has-background-dim.has-background-dim-100:before,.new-brookings .core-block .wp-block-cover.has-background-dim.has-background-dim-100:before,.single-essay.new-essay .core-block .wp-block-cover-image.has-background-dim.has-background-dim-100:before,.single-essay.new-essay .core-block .wp-block-cover.has-background-dim.has-background-dim-100:before {
    opacity: 1
}

.new-brookings .core-block .wp-block-cover-image.alignwide,.new-brookings .core-block .wp-block-cover.alignwide,.single-essay.new-essay .core-block .wp-block-cover-image.alignwide,.single-essay.new-essay .core-block .wp-block-cover.alignwide {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px
}

@media (min-width: 790px) {
    .new-brookings .core-block .wp-block-cover-image.alignwide,.new-brookings .core-block .wp-block-cover.alignwide,.single-essay.new-essay .core-block .wp-block-cover-image.alignwide,.single-essay.new-essay .core-block .wp-block-cover.alignwide {
        margin:0 auto 30px;
        width: 100%
    }
}

.new-brookings .core-block .wp-block-cover-image.alignfull,.new-brookings .core-block .wp-block-cover.alignfull,.single-essay.new-essay .core-block .wp-block-cover-image.alignfull,.single-essay.new-essay .core-block .wp-block-cover.alignfull {
    max-width: 100%;
    margin: 0 0 30px;
    width: 100%
}

.new-brookings .core-block .wp-block-cover-image .wp-block-cover-text,.new-brookings .core-block .wp-block-cover-image .wp-block-cover__inner-container,.new-brookings .core-block .wp-block-cover .wp-block-cover-text,.new-brookings .core-block .wp-block-cover .wp-block-cover__inner-container,.single-essay.new-essay .core-block .wp-block-cover-image .wp-block-cover-text,.single-essay.new-essay .core-block .wp-block-cover-image .wp-block-cover__inner-container,.single-essay.new-essay .core-block .wp-block-cover .wp-block-cover-text,.single-essay.new-essay .core-block .wp-block-cover .wp-block-cover__inner-container {
    z-index: 10
}

.new-brookings .core-block .wp-block-cover-image .wp-block-cover-text,.new-brookings .core-block .wp-block-cover-image .wp-block-cover__inner-container p,.new-brookings .core-block .wp-block-cover .wp-block-cover-text,.new-brookings .core-block .wp-block-cover .wp-block-cover__inner-container p,.single-essay.new-essay .core-block .wp-block-cover-image .wp-block-cover-text,.single-essay.new-essay .core-block .wp-block-cover-image .wp-block-cover__inner-container p,.single-essay.new-essay .core-block .wp-block-cover .wp-block-cover-text,.single-essay.new-essay .core-block .wp-block-cover .wp-block-cover__inner-container p {
    font-size: rem(42px);
    font-weight: 700;
    line-height: rem(56px);
    color: #fff
}

@media (media("m-min")) {
    .new-brookings .core-block .wp-block-cover-image .wp-block-cover-text,.new-brookings .core-block .wp-block-cover-image .wp-block-cover__inner-container p,.new-brookings .core-block .wp-block-cover .wp-block-cover-text,.new-brookings .core-block .wp-block-cover .wp-block-cover__inner-container p,.single-essay.new-essay .core-block .wp-block-cover-image .wp-block-cover-text,.single-essay.new-essay .core-block .wp-block-cover-image .wp-block-cover__inner-container p,.single-essay.new-essay .core-block .wp-block-cover .wp-block-cover-text,.single-essay.new-essay .core-block .wp-block-cover .wp-block-cover__inner-container p {
        font-size: rem(62px);
        line-height: rem(82px)
    }
}

.new-brookings .core-block div[data-type="core/cover"],.single-essay.new-essay .core-block div[data-type="core/cover"] {
    margin: 0 15px 30px;
    max-width: 760px;
    min-height: 18.75rem;
    width: calc(100% - 30px)
}

@media (min-width: 790px) {
    .new-brookings .core-block div[data-type="core/cover"],.single-essay.new-essay .core-block div[data-type="core/cover"] {
        min-height:37.5rem;
        margin: 0 auto 30px;
        width: 100%
    }
}

.new-brookings .core-block div[data-type="core/cover"].has-black-background-color:before,.single-essay.new-essay .core-block div[data-type="core/cover"].has-black-background-color:before {
    background-color: #000
}

.new-brookings .core-block div[data-type="core/cover"].has-blue-background-color:before,.single-essay.new-essay .core-block div[data-type="core/cover"].has-blue-background-color:before {
    background-color: #073f76
}

.new-brookings .core-block div[data-type="core/cover"].has-dark-gray-background-color:before,.single-essay.new-essay .core-block div[data-type="core/cover"].has-dark-gray-background-color:before {
    background-color: #191919
}

.new-brookings .core-block div[data-type="core/cover"].has-gold-dark-background-color:before,.single-essay.new-essay .core-block div[data-type="core/cover"].has-gold-dark-background-color:before {
    background-color: #292519
}

.new-brookings .core-block div[data-type="core/cover"].has-gold-background-color:before,.single-essay.new-essay .core-block div[data-type="core/cover"].has-gold-background-color:before {
    background-color: #72522c
}

.new-brookings .core-block div[data-type="core/cover"].has-gray-background-color:before,.single-essay.new-essay .core-block div[data-type="core/cover"].has-gray-background-color:before {
    background-color: #424242
}

.new-brookings .core-block div[data-type="core/cover"].has-light-gray-background-color:before,.single-essay.new-essay .core-block div[data-type="core/cover"].has-light-gray-background-color:before {
    background-color: #94a8b1
}

.new-brookings .core-block div[data-type="core/cover"].has-primary-light-background-color:before,.single-essay.new-essay .core-block div[data-type="core/cover"].has-primary-light-background-color:before {
    background-color: #86b5ef
}

.new-brookings .core-block div[data-type="core/cover"].has-primary-background-color:before,.single-essay.new-essay .core-block div[data-type="core/cover"].has-primary-background-color:before {
    background-color: #000408
}

.new-brookings .core-block div[data-type="core/cover"].has-purple-background-color:before,.single-essay.new-essay .core-block div[data-type="core/cover"].has-purple-background-color:before {
    background-color: #000
}

.new-brookings .core-block div[data-type="core/cover"].has-white-background-color:before,.single-essay.new-essay .core-block div[data-type="core/cover"].has-white-background-color:before {
    background-color: #ccc
}

.new-brookings .core-block div[data-type="core/cover"].has-yellow-background-color:before,.single-essay.new-essay .core-block div[data-type="core/cover"].has-yellow-background-color:before {
    background-color: #ffd34d
}

.new-brookings .core-block div[data-type="core/cover"].has-background-dim.has-background-dim-10:before,.single-essay.new-essay .core-block div[data-type="core/cover"].has-background-dim.has-background-dim-10:before {
    opacity: .1
}

.new-brookings .core-block div[data-type="core/cover"].has-background-dim.has-background-dim-20:before,.single-essay.new-essay .core-block div[data-type="core/cover"].has-background-dim.has-background-dim-20:before {
    opacity: .2
}

.new-brookings .core-block div[data-type="core/cover"].has-background-dim.has-background-dim-30:before,.single-essay.new-essay .core-block div[data-type="core/cover"].has-background-dim.has-background-dim-30:before {
    opacity: .3
}

.new-brookings .core-block div[data-type="core/cover"].has-background-dim.has-background-dim-40:before,.single-essay.new-essay .core-block div[data-type="core/cover"].has-background-dim.has-background-dim-40:before {
    opacity: .4
}

.new-brookings .core-block div[data-type="core/cover"].has-background-dim.has-background-dim-50:before,.single-essay.new-essay .core-block div[data-type="core/cover"].has-background-dim.has-background-dim-50:before {
    opacity: .5
}

.new-brookings .core-block div[data-type="core/cover"].has-background-dim.has-background-dim-60:before,.single-essay.new-essay .core-block div[data-type="core/cover"].has-background-dim.has-background-dim-60:before {
    opacity: .6
}

.new-brookings .core-block div[data-type="core/cover"].has-background-dim.has-background-dim-70:before,.single-essay.new-essay .core-block div[data-type="core/cover"].has-background-dim.has-background-dim-70:before {
    opacity: .7
}

.new-brookings .core-block div[data-type="core/cover"].has-background-dim.has-background-dim-80:before,.single-essay.new-essay .core-block div[data-type="core/cover"].has-background-dim.has-background-dim-80:before {
    opacity: .8
}

.new-brookings .core-block div[data-type="core/cover"].has-background-dim.has-background-dim-90:before,.single-essay.new-essay .core-block div[data-type="core/cover"].has-background-dim.has-background-dim-90:before {
    opacity: .9
}

.new-brookings .core-block div[data-type="core/cover"].has-background-dim.has-background-dim-100:before,.single-essay.new-essay .core-block div[data-type="core/cover"].has-background-dim.has-background-dim-100:before {
    opacity: 1
}

.new-brookings .core-block div[data-type="core/cover"].alignwide,.single-essay.new-essay .core-block div[data-type="core/cover"].alignwide {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px
}

@media (min-width: 790px) {
    .new-brookings .core-block div[data-type="core/cover"].alignwide,.single-essay.new-essay .core-block div[data-type="core/cover"].alignwide {
        margin:0 auto 30px;
        width: 100%
    }
}

.new-brookings .core-block div[data-type="core/cover"].alignfull,.single-essay.new-essay .core-block div[data-type="core/cover"].alignfull {
    max-width: 100%;
    margin: 0 0 30px;
    width: 100%
}

.new-brookings .core-block div[data-type="core/cover"] .wp-block-cover-text,.new-brookings .core-block div[data-type="core/cover"] .wp-block-cover__inner-container,.single-essay.new-essay .core-block div[data-type="core/cover"] .wp-block-cover-text,.single-essay.new-essay .core-block div[data-type="core/cover"] .wp-block-cover__inner-container {
    z-index: 10
}

.new-brookings .core-block div[data-type="core/cover"] .wp-block-cover-text,.new-brookings .core-block div[data-type="core/cover"] .wp-block-cover__inner-container p,.single-essay.new-essay .core-block div[data-type="core/cover"] .wp-block-cover-text,.single-essay.new-essay .core-block div[data-type="core/cover"] .wp-block-cover__inner-container p {
    font-size: rem(42px);
    font-weight: 700;
    line-height: rem(56px);
    color: #fff
}

@media (media("m-min")) {
    .new-brookings .core-block div[data-type="core/cover"] .wp-block-cover-text,.new-brookings .core-block div[data-type="core/cover"] .wp-block-cover__inner-container p,.single-essay.new-essay .core-block div[data-type="core/cover"] .wp-block-cover-text,.single-essay.new-essay .core-block div[data-type="core/cover"] .wp-block-cover__inner-container p {
        font-size: rem(62px);
        line-height: rem(82px)
    }
}

.new-brookings .core-block div[data-type="core/cover"][data-align=wide],.single-essay.new-essay .core-block div[data-type="core/cover"][data-align=wide] {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px
}

.new-brookings .core-block div[data-type="core/cover"][data-align=wide] .wp-block-cover,.single-essay.new-essay .core-block div[data-type="core/cover"][data-align=wide] .wp-block-cover {
    max-width: 1000px
}

.new-brookings .core-block div[data-type="core/cover"][data-align=full],.single-essay.new-essay .core-block div[data-type="core/cover"][data-align=full] {
    max-width: 100%;
    margin: 0
}

.new-brookings .core-block div[data-type="core/cover"][data-align=full] .wp-block-cover,.single-essay.new-essay .core-block div[data-type="core/cover"][data-align=full] .wp-block-cover {
    max-width: 100%
}

.new-brookings .core-block .wp-block-embed,.single-essay.new-essay .core-block .wp-block-embed {
    -ms-transform: none;
    transform: none
}

.new-brookings .core-block .wp-block-embed .wp-block-embed__wrapper,.single-essay.new-essay .core-block .wp-block-embed .wp-block-embed__wrapper {
    height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%
}

.new-brookings .core-block .wp-block-embed iframe,.single-essay.new-essay .core-block .wp-block-embed iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.new-brookings .core-block .wp-block-embed figcaption,.single-essay.new-essay .core-block .wp-block-embed figcaption {
    margin: 2.5px 5px 0
}

@media (min-width: 790px) {
    .new-brookings .core-block .wp-block-embed figcaption,.single-essay.new-essay .core-block .wp-block-embed figcaption {
        margin:2.5px 0 0
    }
}

.new-brookings .core-block .wp-block-embed.alignleft,.new-brookings .core-block .wp-block-embed.alignright,.single-essay.new-essay .core-block .wp-block-embed.alignleft,.single-essay.new-essay .core-block .wp-block-embed.alignright {
    max-width: 19.0625rem
}

.new-brookings .core-block .wp-block-embed.alignfull,.single-essay.new-essay .core-block .wp-block-embed.alignfull {
    max-width: 100%
}

.new-brookings .core-block .wp-block-embed.aligncenter>figcaption,.new-brookings .core-block .wp-block-embed.alignfull>figcaption,.new-brookings .core-block .wp-block-embed.alignwide>figcaption,.single-essay.new-essay .core-block .wp-block-embed.aligncenter>figcaption,.single-essay.new-essay .core-block .wp-block-embed.alignfull>figcaption,.single-essay.new-essay .core-block .wp-block-embed.alignwide>figcaption {
    clear: both;
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center
}

@media (min-width: 790px) {
    .new-brookings .core-block .wp-block-embed.aligncenter>figcaption,.new-brookings .core-block .wp-block-embed.alignfull>figcaption,.new-brookings .core-block .wp-block-embed.alignwide>figcaption,.single-essay.new-essay .core-block .wp-block-embed.aligncenter>figcaption,.single-essay.new-essay .core-block .wp-block-embed.alignfull>figcaption,.single-essay.new-essay .core-block .wp-block-embed.alignwide>figcaption {
        margin-left:auto;
        margin-right: auto
    }
}

.new-brookings .core-block .blocks-gallery-grid,.new-brookings .core-block .wp-block-gallery,.single-essay.new-essay .core-block .blocks-gallery-grid,.single-essay.new-essay .core-block .wp-block-gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0 15px 30px;
    max-width: 1000px;
    width: calc(100% - 15px)
}

@media (min-width: 790px) {
    .new-brookings .core-block .blocks-gallery-grid,.new-brookings .core-block .wp-block-gallery,.single-essay.new-essay .core-block .blocks-gallery-grid,.single-essay.new-essay .core-block .wp-block-gallery {
        margin:0 auto 30px;
        width: 100%
    }
}

.new-brookings .core-block .blocks-gallery-grid .blocks-gallery-grid,.new-brookings .core-block .wp-block-gallery .blocks-gallery-grid,.single-essay.new-essay .core-block .blocks-gallery-grid .blocks-gallery-grid,.single-essay.new-essay .core-block .wp-block-gallery .blocks-gallery-grid {
    margin: 0;
    padding: 0
}

.new-brookings .core-block .blocks-gallery-grid .blocks-gallery-grid li,.new-brookings .core-block .wp-block-gallery .blocks-gallery-grid li,.single-essay.new-essay .core-block .blocks-gallery-grid .blocks-gallery-grid li,.single-essay.new-essay .core-block .wp-block-gallery .blocks-gallery-grid li {
    margin: 0 0 15px
}

@media (min-width: 790px) {
    .new-brookings .core-block .blocks-gallery-grid.alignwide,.new-brookings .core-block .wp-block-gallery.alignwide,.single-essay.new-essay .core-block .blocks-gallery-grid.alignwide,.single-essay.new-essay .core-block .wp-block-gallery.alignwide {
        margin:0 auto 30px;
        width: 100%
    }
}

.new-brookings .core-block .blocks-gallery-grid.alignwide .blocks-gallery-grid,.new-brookings .core-block .wp-block-gallery.alignwide .blocks-gallery-grid,.single-essay.new-essay .core-block .blocks-gallery-grid.alignwide .blocks-gallery-grid,.single-essay.new-essay .core-block .wp-block-gallery.alignwide .blocks-gallery-grid {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px
}

.new-brookings .core-block .blocks-gallery-grid.alignfull,.new-brookings .core-block .wp-block-gallery.alignfull,.single-essay.new-essay .core-block .blocks-gallery-grid.alignfull,.single-essay.new-essay .core-block .wp-block-gallery.alignfull {
    margin: 0 0 30px;
    width: 100%
}

.new-brookings .core-block .blocks-gallery-grid.alignfull .blocks-gallery-grid,.new-brookings .core-block .wp-block-gallery.alignfull .blocks-gallery-grid,.single-essay.new-essay .core-block .blocks-gallery-grid.alignfull .blocks-gallery-grid,.single-essay.new-essay .core-block .wp-block-gallery.alignfull .blocks-gallery-grid {
    max-width: 100%;
    width: 100%
}

.new-brookings .core-block .blocks-gallery-grid.is-style-lato figcaption,.new-brookings .core-block .wp-block-gallery.is-style-lato figcaption,.single-essay.new-essay .core-block .blocks-gallery-grid.is-style-lato figcaption,.single-essay.new-essay .core-block .wp-block-gallery.is-style-lato figcaption {
    font-family: Lato,sans-serif
}

.new-brookings .core-block .blocks-gallery-grid.is-style-crimson-text figcaption,.new-brookings .core-block .wp-block-gallery.is-style-crimson-text figcaption,.single-essay.new-essay .core-block .blocks-gallery-grid.is-style-crimson-text figcaption,.single-essay.new-essay .core-block .wp-block-gallery.is-style-crimson-text figcaption {
    font-family: Crimson Text,serif
}

.new-brookings .core-block .blocks-gallery-grid.is-style-playfair figcaption,.new-brookings .core-block .wp-block-gallery.is-style-playfair figcaption,.single-essay.new-essay .core-block .blocks-gallery-grid.is-style-playfair figcaption,.single-essay.new-essay .core-block .wp-block-gallery.is-style-playfair figcaption {
    font-family: Playfair Display,serif
}

.new-brookings .core-block .blocks-gallery-grid.is-style-franklin-gothic figcaption,.new-brookings .core-block .wp-block-gallery.is-style-franklin-gothic figcaption,.single-essay.new-essay .core-block .blocks-gallery-grid.is-style-franklin-gothic figcaption,.single-essay.new-essay .core-block .wp-block-gallery.is-style-franklin-gothic figcaption {
    font-family: franklin-gothic-urw,helvetica,sans-serif
}

.new-brookings .core-block .blocks-gallery-grid figcaption,.new-brookings .core-block .wp-block-gallery figcaption,.single-essay.new-essay .core-block .blocks-gallery-grid figcaption,.single-essay.new-essay .core-block .wp-block-gallery figcaption {
    color: #fff;
    font-family: Roboto,sans-serif;
    padding: 3rem 15px 15px
}

.new-brookings .core-block .blocks-gallery-grid figcaption.blocks-gallery-caption,.new-brookings .core-block .wp-block-gallery figcaption.blocks-gallery-caption,.single-essay.new-essay .core-block .blocks-gallery-grid figcaption.blocks-gallery-caption,.single-essay.new-essay .core-block .wp-block-gallery figcaption.blocks-gallery-caption {
    color: #4c4c4c;
    margin: 0 auto;
    max-width: 760px;
    padding: 0 15px
}

@media (min-width: 790px) {
    .new-brookings .core-block .blocks-gallery-grid figcaption.blocks-gallery-caption,.new-brookings .core-block .wp-block-gallery figcaption.blocks-gallery-caption,.single-essay.new-essay .core-block .blocks-gallery-grid figcaption.blocks-gallery-caption,.single-essay.new-essay .core-block .wp-block-gallery figcaption.blocks-gallery-caption {
        padding:0
    }
}

.new-brookings .core-block div.wp-block-image.has-fixed-background,.single-essay.new-essay .core-block div.wp-block-image.has-fixed-background {
    position: relative
}

.new-brookings .core-block div.wp-block-image.is-style-lato figcaption,.single-essay.new-essay .core-block div.wp-block-image.is-style-lato figcaption {
    font-family: Lato,sans-serif
}

.new-brookings .core-block div.wp-block-image.is-style-crimson-text figcaption,.single-essay.new-essay .core-block div.wp-block-image.is-style-crimson-text figcaption {
    font-family: Crimson Text,serif
}

.new-brookings .core-block div.wp-block-image.is-style-playfair figcaption,.single-essay.new-essay .core-block div.wp-block-image.is-style-playfair figcaption {
    font-family: Playfair Display,serif
}

.new-brookings .core-block div.wp-block-image.is-style-franklin-gothic figcaption,.single-essay.new-essay .core-block div.wp-block-image.is-style-franklin-gothic figcaption {
    font-family: franklin-gothic-urw,helvetica,sans-serif
}

@media (min-width: 1470px) {
    .new-brookings .core-block div.wp-block-image.is-outdent,.single-essay.new-essay .core-block div.wp-block-image.is-outdent {
        max-width:1520px!important
    }
}

.new-brookings .core-block div.wp-block-image.is-outdent img,.single-essay.new-essay .core-block div.wp-block-image.is-outdent img {
    max-width: 19.0625rem
}

.new-brookings .core-block div.wp-block-image figcaption,.single-essay.new-essay .core-block div.wp-block-image figcaption {
    caption-side: bottom;
    display: block;
    font-family: Roboto,sans-serif;
    margin: 5px auto 20px;
    max-width: 760px;
    text-align: left;
    width: 100%
}

.wp-admin .new-brookings .core-block div.wp-block-image figcaption,.wp-admin .single-essay.new-essay .core-block div.wp-block-image figcaption {
    display: block
}

.new-brookings .core-block div.wp-block-image>.aligncenter,.new-brookings .core-block div.wp-block-image>.alignleft,.new-brookings .core-block div.wp-block-image>.alignright,.single-essay.new-essay .core-block div.wp-block-image>.aligncenter,.single-essay.new-essay .core-block div.wp-block-image>.alignleft,.single-essay.new-essay .core-block div.wp-block-image>.alignright {
    display: table;
    float: none
}

@media (min-width: 790px) {
    .new-brookings .core-block div.wp-block-image>.alignleft,.single-essay.new-essay .core-block div.wp-block-image>.alignleft {
        float:left
    }
}

@media (min-width: 790px) {
    .new-brookings .core-block div.wp-block-image>.alignright,.single-essay.new-essay .core-block div.wp-block-image>.alignright {
        float:right
    }
}

.new-brookings .core-block div.wp-block-image>.aligncenter>figcaption,.single-essay.new-essay .core-block div.wp-block-image>.aligncenter>figcaption {
    display: inherit;
    margin: 5px auto 20px;
    max-width: 760px;
    text-align: left;
    width: 100%
}

.new-brookings .core-block div.wp-block-image>figure:not(.alignleft):not(.alignright):not(.aligncenter):not(.alignfull):not(.alignwide),.single-essay.new-essay .core-block div.wp-block-image>figure:not(.alignleft):not(.alignright):not(.aligncenter):not(.alignfull):not(.alignwide) {
    max-width: 760px!important
}

.new-brookings .core-block figure.wp-block-image.has-fixed-background,.single-essay.new-essay .core-block figure.wp-block-image.has-fixed-background {
    position: relative
}

.new-brookings .core-block figure.wp-block-image.is-style-lato figcaption,.single-essay.new-essay .core-block figure.wp-block-image.is-style-lato figcaption {
    font-family: Lato,sans-serif
}

.new-brookings .core-block figure.wp-block-image.is-style-crimson-text figcaption,.single-essay.new-essay .core-block figure.wp-block-image.is-style-crimson-text figcaption {
    font-family: Crimson Text,serif
}

.new-brookings .core-block figure.wp-block-image.is-style-playfair figcaption,.single-essay.new-essay .core-block figure.wp-block-image.is-style-playfair figcaption {
    font-family: Playfair Display,serif
}

.new-brookings .core-block figure.wp-block-image.is-style-franklin-gothic figcaption,.single-essay.new-essay .core-block figure.wp-block-image.is-style-franklin-gothic figcaption {
    font-family: franklin-gothic-urw,helvetica,sans-serif
}

@media (min-width: 1470px) {
    .new-brookings .core-block figure.wp-block-image.is-outdent,.single-essay.new-essay .core-block figure.wp-block-image.is-outdent {
        max-width:1520px!important
    }
}

.new-brookings .core-block figure.wp-block-image.is-outdent img,.single-essay.new-essay .core-block figure.wp-block-image.is-outdent img {
    max-width: 19.0625rem
}

.new-brookings .core-block figure.wp-block-image figcaption,.single-essay.new-essay .core-block figure.wp-block-image figcaption {
    caption-side: bottom;
    display: block;
    font-family: Roboto,sans-serif;
    margin: 5px auto 20px;
    max-width: 760px;
    text-align: left;
    width: 100%
}

.wp-admin .new-brookings .core-block figure.wp-block-image figcaption,.wp-admin .single-essay.new-essay .core-block figure.wp-block-image figcaption {
    display: block
}

.new-brookings .core-block figure.wp-block-image>.aligncenter,.new-brookings .core-block figure.wp-block-image>.alignleft,.new-brookings .core-block figure.wp-block-image>.alignright,.single-essay.new-essay .core-block figure.wp-block-image>.aligncenter,.single-essay.new-essay .core-block figure.wp-block-image>.alignleft,.single-essay.new-essay .core-block figure.wp-block-image>.alignright {
    display: table;
    float: none
}

@media (min-width: 790px) {
    .new-brookings .core-block figure.wp-block-image>.alignleft,.single-essay.new-essay .core-block figure.wp-block-image>.alignleft {
        float:left
    }
}

@media (min-width: 790px) {
    .new-brookings .core-block figure.wp-block-image>.alignright,.single-essay.new-essay .core-block figure.wp-block-image>.alignright {
        float:right
    }
}

.new-brookings .core-block figure.wp-block-image>.aligncenter>figcaption,.single-essay.new-essay .core-block figure.wp-block-image>.aligncenter>figcaption {
    display: inherit;
    margin: 5px auto 20px;
    max-width: 760px;
    text-align: left;
    width: 100%
}

.new-brookings .core-block figure.wp-block-image.alignfull>figcaption,.new-brookings .core-block figure.wp-block-image.alignwide>figcaption,.single-essay.new-essay .core-block figure.wp-block-image.alignfull>figcaption,.single-essay.new-essay .core-block figure.wp-block-image.alignwide>figcaption {
    margin: 5px auto 20px;
    max-width: 760px;
    text-align: left
}

.new-brookings .core-block .wp-block-media-text,.single-essay.new-essay .core-block .wp-block-media-text {
    margin: 0 .9375rem 30px;
    max-width: 760px;
    padding: 0
}

@media (min-width: 790px) {
    .new-brookings .core-block .wp-block-media-text,.single-essay.new-essay .core-block .wp-block-media-text {
        margin:0 auto 30px;
        width: 100%
    }
}

.new-brookings .core-block .wp-block-separator,.single-essay.new-essay .core-block .wp-block-separator {
    border: 1px solid #b9874b;
    border-width: 1px 0 0;
    margin: 30px auto;
    width: 100%
}

.new-brookings .core-block .wp-block-separator:not(.is-style-wide):not(.is-style-dots),.single-essay.new-essay .core-block .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 38.25rem
}

.new-brookings .core-block .wp-block-separator.is-style-wide,.single-essay.new-essay .core-block .wp-block-separator.is-style-wide {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px
}

.new-brookings .core-block .wp-block-separator.is-style-dots,.single-essay.new-essay .core-block .wp-block-separator.is-style-dots {
    border: 0
}

.new-brookings .core-block .wp-block-separator.is-style-dots:before,.single-essay.new-essay .core-block .wp-block-separator.is-style-dots:before {
    color: #b9874b
}

.new-brookings .core-block .wp-block-spacer,.single-essay.new-essay .core-block .wp-block-spacer {
    clear: both;
    display: block;
    width: 100%
}

.new-brookings .core-block .wp-block-table,.single-essay.new-essay .core-block .wp-block-table {
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 300;
    overflow-x: scroll;
    padding: 0 15px;
    -ms-transform: none;
    transform: none;
    width: 100%
}

.new-brookings .core-block .wp-block-table.alignleft,.new-brookings .core-block .wp-block-table.alignright,.single-essay.new-essay .core-block .wp-block-table.alignleft,.single-essay.new-essay .core-block .wp-block-table.alignright {
    width: auto
}

.new-brookings .core-block .wp-block-table.aligncenter,.new-brookings .core-block .wp-block-table.alignleft,.new-brookings .core-block .wp-block-table.alignright,.single-essay.new-essay .core-block .wp-block-table.aligncenter,.single-essay.new-essay .core-block .wp-block-table.alignleft,.single-essay.new-essay .core-block .wp-block-table.alignright {
    display: table;
    width: auto
}

.new-brookings .core-block .wp-block-table.aligncenter td,.new-brookings .core-block .wp-block-table.aligncenter th,.new-brookings .core-block .wp-block-table.alignleft td,.new-brookings .core-block .wp-block-table.alignleft th,.new-brookings .core-block .wp-block-table.alignright td,.new-brookings .core-block .wp-block-table.alignright th,.single-essay.new-essay .core-block .wp-block-table.aligncenter td,.single-essay.new-essay .core-block .wp-block-table.aligncenter th,.single-essay.new-essay .core-block .wp-block-table.alignleft td,.single-essay.new-essay .core-block .wp-block-table.alignleft th,.single-essay.new-essay .core-block .wp-block-table.alignright td,.single-essay.new-essay .core-block .wp-block-table.alignright th {
    word-break: break-word
}

.new-brookings .core-block .wp-block-table .has-fixed-layout,.single-essay.new-essay .core-block .wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.new-brookings .core-block .wp-block-table .has-fixed-layout td,.new-brookings .core-block .wp-block-table .has-fixed-layout th,.single-essay.new-essay .core-block .wp-block-table .has-fixed-layout td,.single-essay.new-essay .core-block .wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.new-brookings .core-block .wp-block-table table,.single-essay.new-essay .core-block .wp-block-table table {
    display: table;
    width: -webkit-max-content;
    width: max-content
}

@media (min-width: 790px) {
    .new-brookings .core-block .wp-block-table tr,.single-essay.new-essay .core-block .wp-block-table tr {
        display:table-row
    }
}

.new-brookings .core-block .wp-block-table th[scope=row],.single-essay.new-essay .core-block .wp-block-table th[scope=row] {
    position: sticky;
    left: 0;
    z-index: 1
}

.new-brookings .core-block .wp-block-table td,.new-brookings .core-block .wp-block-table th,.single-essay.new-essay .core-block .wp-block-table td,.single-essay.new-essay .core-block .wp-block-table th {
    border: 0;
    display: table-cell;
    padding: 5px .9375rem
}

.new-brookings .core-block .wp-block-table tbody,.single-essay.new-essay .core-block .wp-block-table tbody {
    border-top: 1px solid #cfd8dc
}

.new-brookings .core-block .wp-block-table td,.single-essay.new-essay .core-block .wp-block-table td {
    border: 1px solid #cfd8dc;
    border-top: 0;
    display: table-cell;
    word-break: break-word
}

@media (min-width: 790px) {
    .new-brookings .core-block .wp-block-table td,.single-essay.new-essay .core-block .wp-block-table td {
        display:table-cell;
        padding-bottom: 5px;
        padding-top: 5px
    }
}

.new-brookings .core-block .wp-block-video video,.single-essay.new-essay .core-block .wp-block-video video {
    max-width: 100%;
    width: 100%
}

.new-brookings .core-block .wp-caption,.single-essay.new-essay .core-block .wp-caption {
    height: auto;
    max-width: 100%;
    padding: 10px;
    text-align: center
}

.new-brookings .core-block .wp-caption .wp-caption-text,.single-essay.new-essay .core-block .wp-caption .wp-caption-text {
    margin: 10px
}

.new-brookings .core-block .wp-smiley,.single-essay.new-essay .core-block .wp-smiley {
    margin: 0
}

.new-brookings .core-block .wp-block-image,.single-essay.new-essay .core-block .wp-block-image {
    max-width: -webkit-max-content!important;
    max-width: max-content!important
}

.new-brookings .core-block p,.single-essay.new-essay .core-block p {
    margin: 10px .9375rem 45px
}

.new-brookings .core-block p.has-black-color,.new-brookings .core-block p.has-black-color:focus,.new-brookings .core-block p.has-black-color:hover,.single-essay.new-essay .core-block p.has-black-color,.single-essay.new-essay .core-block p.has-black-color:focus,.single-essay.new-essay .core-block p.has-black-color:hover {
    color: #000
}

.new-brookings .core-block p.has-black-background-color,.single-essay.new-essay .core-block p.has-black-background-color {
    background-color: #000
}

.new-brookings .core-block p.has-blue-10-color,.new-brookings .core-block p.has-blue-10-color:focus,.new-brookings .core-block p.has-blue-10-color:hover,.single-essay.new-essay .core-block p.has-blue-10-color,.single-essay.new-essay .core-block p.has-blue-10-color:focus,.single-essay.new-essay .core-block p.has-blue-10-color:hover {
    color: #dde5ed
}

.new-brookings .core-block p.has-blue-10-background-color,.single-essay.new-essay .core-block p.has-blue-10-background-color {
    background-color: #dde5ed
}

.new-brookings .core-block p.has-blue-20-color,.new-brookings .core-block p.has-blue-20-color:focus,.new-brookings .core-block p.has-blue-20-color:hover,.single-essay.new-essay .core-block p.has-blue-20-color,.single-essay.new-essay .core-block p.has-blue-20-color:focus,.single-essay.new-essay .core-block p.has-blue-20-color:hover {
    color: #d0d3d4
}

.new-brookings .core-block p.has-blue-20-background-color,.single-essay.new-essay .core-block p.has-blue-20-background-color {
    background-color: #d0d3d4
}

.new-brookings .core-block p.has-blue-60-color,.new-brookings .core-block p.has-blue-60-color:focus,.new-brookings .core-block p.has-blue-60-color:hover,.single-essay.new-essay .core-block p.has-blue-60-color,.single-essay.new-essay .core-block p.has-blue-60-color:focus,.single-essay.new-essay .core-block p.has-blue-60-color:hover {
    color: #a7bcd6
}

.new-brookings .core-block p.has-blue-60-background-color,.single-essay.new-essay .core-block p.has-blue-60-background-color {
    background-color: #a7bcd6
}

.new-brookings .core-block p.has-blue-80-color,.new-brookings .core-block p.has-blue-80-color:focus,.new-brookings .core-block p.has-blue-80-color:hover,.single-essay.new-essay .core-block p.has-blue-80-color,.single-essay.new-essay .core-block p.has-blue-80-color:focus,.single-essay.new-essay .core-block p.has-blue-80-color:hover {
    color: #326295
}

.new-brookings .core-block p.has-blue-80-background-color,.single-essay.new-essay .core-block p.has-blue-80-background-color {
    background-color: #326295
}

.new-brookings .core-block p.has-blue-color,.new-brookings .core-block p.has-blue-color:focus,.new-brookings .core-block p.has-blue-color:hover,.single-essay.new-essay .core-block p.has-blue-color,.single-essay.new-essay .core-block p.has-blue-color:focus,.single-essay.new-essay .core-block p.has-blue-color:hover {
    color: #0d73d6
}

.new-brookings .core-block p.has-blue-background-color,.single-essay.new-essay .core-block p.has-blue-background-color {
    background-color: #0d73d6
}

.new-brookings .core-block p.has-brookings-blue-color,.new-brookings .core-block p.has-brookings-blue-color:focus,.new-brookings .core-block p.has-brookings-blue-color:hover,.single-essay.new-essay .core-block p.has-brookings-blue-color,.single-essay.new-essay .core-block p.has-brookings-blue-color:focus,.single-essay.new-essay .core-block p.has-brookings-blue-color:hover {
    color: #003a70
}

.new-brookings .core-block p.has-brookings-blue-background-color,.single-essay.new-essay .core-block p.has-brookings-blue-background-color {
    background-color: #003a70
}

.new-brookings .core-block p.has-dark-gray-color,.new-brookings .core-block p.has-dark-gray-color:focus,.new-brookings .core-block p.has-dark-gray-color:hover,.single-essay.new-essay .core-block p.has-dark-gray-color,.single-essay.new-essay .core-block p.has-dark-gray-color:focus,.single-essay.new-essay .core-block p.has-dark-gray-color:hover {
    color: #4c4c4c
}

.new-brookings .core-block p.has-dark-gray-background-color,.single-essay.new-essay .core-block p.has-dark-gray-background-color {
    background-color: #4c4c4c
}

.new-brookings .core-block p.has-gold-dark-color,.new-brookings .core-block p.has-gold-dark-color:focus,.new-brookings .core-block p.has-gold-dark-color:hover,.single-essay.new-essay .core-block p.has-gold-dark-color,.single-essay.new-essay .core-block p.has-gold-dark-color:focus,.single-essay.new-essay .core-block p.has-gold-dark-color:hover {
    color: #685f40
}

.new-brookings .core-block p.has-gold-dark-background-color,.single-essay.new-essay .core-block p.has-gold-dark-background-color {
    background-color: #685f40
}

.new-brookings .core-block p.has-gold-color,.new-brookings .core-block p.has-gold-color:focus,.new-brookings .core-block p.has-gold-color:hover,.single-essay.new-essay .core-block p.has-gold-color,.single-essay.new-essay .core-block p.has-gold-color:focus,.single-essay.new-essay .core-block p.has-gold-color:hover {
    color: #b9874b
}

.new-brookings .core-block p.has-gold-background-color,.single-essay.new-essay .core-block p.has-gold-background-color {
    background-color: #b9874b
}

.new-brookings .core-block p.has-gray-05-color,.new-brookings .core-block p.has-gray-05-color:focus,.new-brookings .core-block p.has-gray-05-color:hover,.single-essay.new-essay .core-block p.has-gray-05-color,.single-essay.new-essay .core-block p.has-gray-05-color:focus,.single-essay.new-essay .core-block p.has-gray-05-color:hover {
    color: #f2f2f2
}

.new-brookings .core-block p.has-gray-05-background-color,.single-essay.new-essay .core-block p.has-gray-05-background-color {
    background-color: #f2f2f2
}

.new-brookings .core-block p.has-gray-10-color,.new-brookings .core-block p.has-gray-10-color:focus,.new-brookings .core-block p.has-gray-10-color:hover,.single-essay.new-essay .core-block p.has-gray-10-color,.single-essay.new-essay .core-block p.has-gray-10-color:focus,.single-essay.new-essay .core-block p.has-gray-10-color:hover {
    color: #e6e6e6
}

.new-brookings .core-block p.has-gray-10-background-color,.single-essay.new-essay .core-block p.has-gray-10-background-color {
    background-color: #e6e6e6
}

.new-brookings .core-block p.has-gray-20-color,.new-brookings .core-block p.has-gray-20-color:focus,.new-brookings .core-block p.has-gray-20-color:hover,.single-essay.new-essay .core-block p.has-gray-20-color,.single-essay.new-essay .core-block p.has-gray-20-color:focus,.single-essay.new-essay .core-block p.has-gray-20-color:hover {
    color: #ccc
}

.new-brookings .core-block p.has-gray-20-background-color,.single-essay.new-essay .core-block p.has-gray-20-background-color {
    background-color: #ccc
}

.new-brookings .core-block p.has-gray-30-color,.new-brookings .core-block p.has-gray-30-color:focus,.new-brookings .core-block p.has-gray-30-color:hover,.single-essay.new-essay .core-block p.has-gray-30-color,.single-essay.new-essay .core-block p.has-gray-30-color:focus,.single-essay.new-essay .core-block p.has-gray-30-color:hover {
    color: #b3b3b3
}

.new-brookings .core-block p.has-gray-30-background-color,.single-essay.new-essay .core-block p.has-gray-30-background-color {
    background-color: #b3b3b3
}

.new-brookings .core-block p.has-gray-40-color,.new-brookings .core-block p.has-gray-40-color:focus,.new-brookings .core-block p.has-gray-40-color:hover,.single-essay.new-essay .core-block p.has-gray-40-color,.single-essay.new-essay .core-block p.has-gray-40-color:focus,.single-essay.new-essay .core-block p.has-gray-40-color:hover {
    color: #999
}

.new-brookings .core-block p.has-gray-40-background-color,.single-essay.new-essay .core-block p.has-gray-40-background-color {
    background-color: #999
}

.new-brookings .core-block p.has-gray-50-color,.new-brookings .core-block p.has-gray-50-color:focus,.new-brookings .core-block p.has-gray-50-color:hover,.single-essay.new-essay .core-block p.has-gray-50-color,.single-essay.new-essay .core-block p.has-gray-50-color:focus,.single-essay.new-essay .core-block p.has-gray-50-color:hover {
    color: gray
}

.new-brookings .core-block p.has-gray-50-background-color,.single-essay.new-essay .core-block p.has-gray-50-background-color {
    background-color: gray
}

.new-brookings .core-block p.has-gray-60-color,.new-brookings .core-block p.has-gray-60-color:focus,.new-brookings .core-block p.has-gray-60-color:hover,.single-essay.new-essay .core-block p.has-gray-60-color,.single-essay.new-essay .core-block p.has-gray-60-color:focus,.single-essay.new-essay .core-block p.has-gray-60-color:hover {
    color: #666
}

.new-brookings .core-block p.has-gray-60-background-color,.single-essay.new-essay .core-block p.has-gray-60-background-color {
    background-color: #666
}

.new-brookings .core-block p.has-gray-70-color,.new-brookings .core-block p.has-gray-70-color:focus,.new-brookings .core-block p.has-gray-70-color:hover,.single-essay.new-essay .core-block p.has-gray-70-color,.single-essay.new-essay .core-block p.has-gray-70-color:focus,.single-essay.new-essay .core-block p.has-gray-70-color:hover {
    color: #4d4d4d
}

.new-brookings .core-block p.has-gray-70-background-color,.single-essay.new-essay .core-block p.has-gray-70-background-color {
    background-color: #4d4d4d
}

.new-brookings .core-block p.has-gray-80-color,.new-brookings .core-block p.has-gray-80-color:focus,.new-brookings .core-block p.has-gray-80-color:hover,.single-essay.new-essay .core-block p.has-gray-80-color,.single-essay.new-essay .core-block p.has-gray-80-color:focus,.single-essay.new-essay .core-block p.has-gray-80-color:hover {
    color: #333
}

.new-brookings .core-block p.has-gray-80-background-color,.single-essay.new-essay .core-block p.has-gray-80-background-color {
    background-color: #333
}

.new-brookings .core-block p.has-gray-90-color,.new-brookings .core-block p.has-gray-90-color:focus,.new-brookings .core-block p.has-gray-90-color:hover,.single-essay.new-essay .core-block p.has-gray-90-color,.single-essay.new-essay .core-block p.has-gray-90-color:focus,.single-essay.new-essay .core-block p.has-gray-90-color:hover {
    color: #191919
}

.new-brookings .core-block p.has-gray-90-background-color,.single-essay.new-essay .core-block p.has-gray-90-background-color {
    background-color: #191919
}

.new-brookings .core-block p.has-gray-color,.new-brookings .core-block p.has-gray-color:focus,.new-brookings .core-block p.has-gray-color:hover,.single-essay.new-essay .core-block p.has-gray-color,.single-essay.new-essay .core-block p.has-gray-color:focus,.single-essay.new-essay .core-block p.has-gray-color:hover {
    color: #757575
}

.new-brookings .core-block p.has-gray-background-color,.single-essay.new-essay .core-block p.has-gray-background-color {
    background-color: #757575
}

.new-brookings .core-block p.has-green-color,.new-brookings .core-block p.has-green-color:focus,.new-brookings .core-block p.has-green-color:hover,.single-essay.new-essay .core-block p.has-green-color,.single-essay.new-essay .core-block p.has-green-color:focus,.single-essay.new-essay .core-block p.has-green-color:hover {
    color: #5ca632
}

.new-brookings .core-block p.has-green-background-color,.single-essay.new-essay .core-block p.has-green-background-color {
    background-color: #5ca632
}

.new-brookings .core-block p.has-light-gray-color,.new-brookings .core-block p.has-light-gray-color:focus,.new-brookings .core-block p.has-light-gray-color:hover,.single-essay.new-essay .core-block p.has-light-gray-color,.single-essay.new-essay .core-block p.has-light-gray-color:focus,.single-essay.new-essay .core-block p.has-light-gray-color:hover {
    color: #cfd8dc
}

.new-brookings .core-block p.has-light-gray-background-color,.single-essay.new-essay .core-block p.has-light-gray-background-color {
    background-color: #cfd8dc
}

.new-brookings .core-block p.has-magenta-color,.new-brookings .core-block p.has-magenta-color:focus,.new-brookings .core-block p.has-magenta-color:hover,.single-essay.new-essay .core-block p.has-magenta-color,.single-essay.new-essay .core-block p.has-magenta-color:focus,.single-essay.new-essay .core-block p.has-magenta-color:hover {
    color: #d2468e
}

.new-brookings .core-block p.has-magenta-background-color,.single-essay.new-essay .core-block p.has-magenta-background-color {
    background-color: #d2468e
}

.new-brookings .core-block p.has-orange-40-color,.new-brookings .core-block p.has-orange-40-color:focus,.new-brookings .core-block p.has-orange-40-color:hover,.single-essay.new-essay .core-block p.has-orange-40-color,.single-essay.new-essay .core-block p.has-orange-40-color:focus,.single-essay.new-essay .core-block p.has-orange-40-color:hover {
    color: #ff9e1b
}

.new-brookings .core-block p.has-orange-40-background-color,.single-essay.new-essay .core-block p.has-orange-40-background-color {
    background-color: #ff9e1b
}

.new-brookings .core-block p.has-orange-60-color,.new-brookings .core-block p.has-orange-60-color:focus,.new-brookings .core-block p.has-orange-60-color:hover,.single-essay.new-essay .core-block p.has-orange-60-color,.single-essay.new-essay .core-block p.has-orange-60-color:focus,.single-essay.new-essay .core-block p.has-orange-60-color:hover {
    color: #f26d00
}

.new-brookings .core-block p.has-orange-60-background-color,.single-essay.new-essay .core-block p.has-orange-60-background-color {
    background-color: #f26d00
}

.new-brookings .core-block p.has-primary-light-color,.new-brookings .core-block p.has-primary-light-color:focus,.new-brookings .core-block p.has-primary-light-color:hover,.single-essay.new-essay .core-block p.has-primary-light-color,.single-essay.new-essay .core-block p.has-primary-light-color:focus,.single-essay.new-essay .core-block p.has-primary-light-color:hover {
    color: #e0ecfb
}

.new-brookings .core-block p.has-primary-light-background-color,.single-essay.new-essay .core-block p.has-primary-light-background-color {
    background-color: #e0ecfb
}

.new-brookings .core-block p.has-primary-color,.new-brookings .core-block p.has-primary-color:focus,.new-brookings .core-block p.has-primary-color:hover,.single-essay.new-essay .core-block p.has-primary-color,.single-essay.new-essay .core-block p.has-primary-color:focus,.single-essay.new-essay .core-block p.has-primary-color:hover {
    color: #053769
}

.new-brookings .core-block p.has-primary-background-color,.single-essay.new-essay .core-block p.has-primary-background-color {
    background-color: #053769
}

.new-brookings .core-block p.has-purple-color,.new-brookings .core-block p.has-purple-color:focus,.new-brookings .core-block p.has-purple-color:hover,.single-essay.new-essay .core-block p.has-purple-color,.single-essay.new-essay .core-block p.has-purple-color:focus,.single-essay.new-essay .core-block p.has-purple-color:hover {
    color: #8e72d0
}

.new-brookings .core-block p.has-purple-background-color,.single-essay.new-essay .core-block p.has-purple-background-color {
    background-color: #8e72d0
}

.new-brookings .core-block p.has-red-color,.new-brookings .core-block p.has-red-color:focus,.new-brookings .core-block p.has-red-color:hover,.single-essay.new-essay .core-block p.has-red-color,.single-essay.new-essay .core-block p.has-red-color:focus,.single-essay.new-essay .core-block p.has-red-color:hover {
    color: #ed3a35
}

.new-brookings .core-block p.has-red-background-color,.single-essay.new-essay .core-block p.has-red-background-color {
    background-color: #ed3a35
}

.new-brookings .core-block p.has-teal-color,.new-brookings .core-block p.has-teal-color:focus,.new-brookings .core-block p.has-teal-color:hover,.single-essay.new-essay .core-block p.has-teal-color,.single-essay.new-essay .core-block p.has-teal-color:focus,.single-essay.new-essay .core-block p.has-teal-color:hover {
    color: #2a9aad
}

.new-brookings .core-block p.has-teal-background-color,.single-essay.new-essay .core-block p.has-teal-background-color {
    background-color: #2a9aad
}

.new-brookings .core-block p.has-vivid-blue-20-color,.new-brookings .core-block p.has-vivid-blue-20-color:focus,.new-brookings .core-block p.has-vivid-blue-20-color:hover,.single-essay.new-essay .core-block p.has-vivid-blue-20-color,.single-essay.new-essay .core-block p.has-vivid-blue-20-color:focus,.single-essay.new-essay .core-block p.has-vivid-blue-20-color:hover {
    color: #8ac6ff
}

.new-brookings .core-block p.has-vivid-blue-20-background-color,.single-essay.new-essay .core-block p.has-vivid-blue-20-background-color {
    background-color: #8ac6ff
}

.new-brookings .core-block p.has-vivid-blue-70-color,.new-brookings .core-block p.has-vivid-blue-70-color:focus,.new-brookings .core-block p.has-vivid-blue-70-color:hover,.single-essay.new-essay .core-block p.has-vivid-blue-70-color,.single-essay.new-essay .core-block p.has-vivid-blue-70-color:focus,.single-essay.new-essay .core-block p.has-vivid-blue-70-color:hover {
    color: #00649f
}

.new-brookings .core-block p.has-vivid-blue-70-background-color,.single-essay.new-essay .core-block p.has-vivid-blue-70-background-color {
    background-color: #00649f
}

.new-brookings .core-block p.has-white-color,.new-brookings .core-block p.has-white-color:focus,.new-brookings .core-block p.has-white-color:hover,.single-essay.new-essay .core-block p.has-white-color,.single-essay.new-essay .core-block p.has-white-color:focus,.single-essay.new-essay .core-block p.has-white-color:hover {
    color: #fff
}

.new-brookings .core-block p.has-white-background-color,.single-essay.new-essay .core-block p.has-white-background-color {
    background-color: #fff
}

.new-brookings .core-block p.has-yellow-40-color,.new-brookings .core-block p.has-yellow-40-color:focus,.new-brookings .core-block p.has-yellow-40-color:hover,.single-essay.new-essay .core-block p.has-yellow-40-color,.single-essay.new-essay .core-block p.has-yellow-40-color:focus,.single-essay.new-essay .core-block p.has-yellow-40-color:hover {
    color: #fd0
}

.new-brookings .core-block p.has-yellow-40-background-color,.single-essay.new-essay .core-block p.has-yellow-40-background-color {
    background-color: #fd0
}

.new-brookings .core-block p.has-yellow-60-color,.new-brookings .core-block p.has-yellow-60-color:focus,.new-brookings .core-block p.has-yellow-60-color:hover,.single-essay.new-essay .core-block p.has-yellow-60-color,.single-essay.new-essay .core-block p.has-yellow-60-color:focus,.single-essay.new-essay .core-block p.has-yellow-60-color:hover {
    color: #e0bb00
}

.new-brookings .core-block p.has-yellow-60-background-color,.single-essay.new-essay .core-block p.has-yellow-60-background-color {
    background-color: #e0bb00
}

.new-brookings .core-block p.has-yellow-color,.new-brookings .core-block p.has-yellow-color:focus,.new-brookings .core-block p.has-yellow-color:hover,.single-essay.new-essay .core-block p.has-yellow-color,.single-essay.new-essay .core-block p.has-yellow-color:focus,.single-essay.new-essay .core-block p.has-yellow-color:hover {
    color: #ffecb3
}

.new-brookings .core-block p.has-yellow-background-color,.single-essay.new-essay .core-block p.has-yellow-background-color {
    background-color: #ffecb3
}

@media (min-width: 790px) {
    .new-brookings .core-block p,.single-essay.new-essay .core-block p {
        margin:10px auto 45px
    }
}

.new-brookings .core-block p.quality-review-label,.single-essay.new-essay .core-block p.quality-review-label {
    font: normal 600 .8125em/1.38462 franklin-gothic-urw,helvetica,sans-serif;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 0
}

.new-brookings .core-block img,.single-essay.new-essay .core-block img {
    height: auto
}

.new-brookings .core-block ol,.new-brookings .core-block ul,.single-essay.new-essay .core-block ol,.single-essay.new-essay .core-block ul {
    display: table
}

.new-brookings .core-block ol.has-extra-large-font-size,.new-brookings .core-block ul.has-extra-large-font-size,.single-essay.new-essay .core-block ol.has-extra-large-font-size,.single-essay.new-essay .core-block ul.has-extra-large-font-size {
    font-size: 2.125rem;
    font-weight: 400
}

.new-brookings .core-block ol.has-large-font-size,.new-brookings .core-block ul.has-large-font-size,.single-essay.new-essay .core-block ol.has-large-font-size,.single-essay.new-essay .core-block ul.has-large-font-size {
    font-size: 1.5rem;
    font-weight: 400
}

.new-brookings .core-block ol.has-medium-font-size,.new-brookings .core-block ul.has-medium-font-size,.single-essay.new-essay .core-block ol.has-medium-font-size,.single-essay.new-essay .core-block ul.has-medium-font-size {
    font-size: .875rem;
    line-height: 1.75
}

.new-brookings .core-block ol.has-small-font-size,.new-brookings .core-block ul.has-small-font-size,.single-essay.new-essay .core-block ol.has-small-font-size,.single-essay.new-essay .core-block ul.has-small-font-size {
    font-size: .75rem;
    line-height: 1.5
}

.new-brookings .core-block ol.is-style-roboto,.new-brookings .core-block ul.is-style-roboto,.single-essay.new-essay .core-block ol.is-style-roboto,.single-essay.new-essay .core-block ul.is-style-roboto {
    font-family: Roboto,sans-serif
}

.new-brookings .core-block ol.is-style-lato,.new-brookings .core-block ul.is-style-lato,.single-essay.new-essay .core-block ol.is-style-lato,.single-essay.new-essay .core-block ul.is-style-lato {
    font-family: Lato,sans-serif
}

.new-brookings .core-block ol.is-style-crimson-text,.new-brookings .core-block ul.is-style-crimson-text,.single-essay.new-essay .core-block ol.is-style-crimson-text,.single-essay.new-essay .core-block ul.is-style-crimson-text {
    font-family: Crimson Text,serif
}

.new-brookings .core-block ol.is-style-playfair,.new-brookings .core-block ul.is-style-playfair,.single-essay.new-essay .core-block ol.is-style-playfair,.single-essay.new-essay .core-block ul.is-style-playfair {
    font-family: Playfair Display,serif
}

.new-brookings .core-block ol.is-style-franklin-gothic,.new-brookings .core-block ul.is-style-franklin-gothic,.single-essay.new-essay .core-block ol.is-style-franklin-gothic,.single-essay.new-essay .core-block ul.is-style-franklin-gothic {
    font-family: franklin-gothic-urw,helvetica,sans-serif
}

.new-brookings .core-block ol.has-black-color,.new-brookings .core-block ol.has-black-color:focus,.new-brookings .core-block ol.has-black-color:hover,.new-brookings .core-block ul.has-black-color,.new-brookings .core-block ul.has-black-color:focus,.new-brookings .core-block ul.has-black-color:hover,.single-essay.new-essay .core-block ol.has-black-color,.single-essay.new-essay .core-block ol.has-black-color:focus,.single-essay.new-essay .core-block ol.has-black-color:hover,.single-essay.new-essay .core-block ul.has-black-color,.single-essay.new-essay .core-block ul.has-black-color:focus,.single-essay.new-essay .core-block ul.has-black-color:hover {
    color: #000
}

.new-brookings .core-block ol.has-black-background-color,.new-brookings .core-block ul.has-black-background-color,.single-essay.new-essay .core-block ol.has-black-background-color,.single-essay.new-essay .core-block ul.has-black-background-color {
    background-color: #000
}

.new-brookings .core-block ol.has-blue-10-color,.new-brookings .core-block ol.has-blue-10-color:focus,.new-brookings .core-block ol.has-blue-10-color:hover,.new-brookings .core-block ul.has-blue-10-color,.new-brookings .core-block ul.has-blue-10-color:focus,.new-brookings .core-block ul.has-blue-10-color:hover,.single-essay.new-essay .core-block ol.has-blue-10-color,.single-essay.new-essay .core-block ol.has-blue-10-color:focus,.single-essay.new-essay .core-block ol.has-blue-10-color:hover,.single-essay.new-essay .core-block ul.has-blue-10-color,.single-essay.new-essay .core-block ul.has-blue-10-color:focus,.single-essay.new-essay .core-block ul.has-blue-10-color:hover {
    color: #dde5ed
}

.new-brookings .core-block ol.has-blue-10-background-color,.new-brookings .core-block ul.has-blue-10-background-color,.single-essay.new-essay .core-block ol.has-blue-10-background-color,.single-essay.new-essay .core-block ul.has-blue-10-background-color {
    background-color: #dde5ed
}

.new-brookings .core-block ol.has-blue-20-color,.new-brookings .core-block ol.has-blue-20-color:focus,.new-brookings .core-block ol.has-blue-20-color:hover,.new-brookings .core-block ul.has-blue-20-color,.new-brookings .core-block ul.has-blue-20-color:focus,.new-brookings .core-block ul.has-blue-20-color:hover,.single-essay.new-essay .core-block ol.has-blue-20-color,.single-essay.new-essay .core-block ol.has-blue-20-color:focus,.single-essay.new-essay .core-block ol.has-blue-20-color:hover,.single-essay.new-essay .core-block ul.has-blue-20-color,.single-essay.new-essay .core-block ul.has-blue-20-color:focus,.single-essay.new-essay .core-block ul.has-blue-20-color:hover {
    color: #d0d3d4
}

.new-brookings .core-block ol.has-blue-20-background-color,.new-brookings .core-block ul.has-blue-20-background-color,.single-essay.new-essay .core-block ol.has-blue-20-background-color,.single-essay.new-essay .core-block ul.has-blue-20-background-color {
    background-color: #d0d3d4
}

.new-brookings .core-block ol.has-blue-60-color,.new-brookings .core-block ol.has-blue-60-color:focus,.new-brookings .core-block ol.has-blue-60-color:hover,.new-brookings .core-block ul.has-blue-60-color,.new-brookings .core-block ul.has-blue-60-color:focus,.new-brookings .core-block ul.has-blue-60-color:hover,.single-essay.new-essay .core-block ol.has-blue-60-color,.single-essay.new-essay .core-block ol.has-blue-60-color:focus,.single-essay.new-essay .core-block ol.has-blue-60-color:hover,.single-essay.new-essay .core-block ul.has-blue-60-color,.single-essay.new-essay .core-block ul.has-blue-60-color:focus,.single-essay.new-essay .core-block ul.has-blue-60-color:hover {
    color: #a7bcd6
}

.new-brookings .core-block ol.has-blue-60-background-color,.new-brookings .core-block ul.has-blue-60-background-color,.single-essay.new-essay .core-block ol.has-blue-60-background-color,.single-essay.new-essay .core-block ul.has-blue-60-background-color {
    background-color: #a7bcd6
}

.new-brookings .core-block ol.has-blue-80-color,.new-brookings .core-block ol.has-blue-80-color:focus,.new-brookings .core-block ol.has-blue-80-color:hover,.new-brookings .core-block ul.has-blue-80-color,.new-brookings .core-block ul.has-blue-80-color:focus,.new-brookings .core-block ul.has-blue-80-color:hover,.single-essay.new-essay .core-block ol.has-blue-80-color,.single-essay.new-essay .core-block ol.has-blue-80-color:focus,.single-essay.new-essay .core-block ol.has-blue-80-color:hover,.single-essay.new-essay .core-block ul.has-blue-80-color,.single-essay.new-essay .core-block ul.has-blue-80-color:focus,.single-essay.new-essay .core-block ul.has-blue-80-color:hover {
    color: #326295
}

.new-brookings .core-block ol.has-blue-80-background-color,.new-brookings .core-block ul.has-blue-80-background-color,.single-essay.new-essay .core-block ol.has-blue-80-background-color,.single-essay.new-essay .core-block ul.has-blue-80-background-color {
    background-color: #326295
}

.new-brookings .core-block ol.has-blue-color,.new-brookings .core-block ol.has-blue-color:focus,.new-brookings .core-block ol.has-blue-color:hover,.new-brookings .core-block ul.has-blue-color,.new-brookings .core-block ul.has-blue-color:focus,.new-brookings .core-block ul.has-blue-color:hover,.single-essay.new-essay .core-block ol.has-blue-color,.single-essay.new-essay .core-block ol.has-blue-color:focus,.single-essay.new-essay .core-block ol.has-blue-color:hover,.single-essay.new-essay .core-block ul.has-blue-color,.single-essay.new-essay .core-block ul.has-blue-color:focus,.single-essay.new-essay .core-block ul.has-blue-color:hover {
    color: #0d73d6
}

.new-brookings .core-block ol.has-blue-background-color,.new-brookings .core-block ul.has-blue-background-color,.single-essay.new-essay .core-block ol.has-blue-background-color,.single-essay.new-essay .core-block ul.has-blue-background-color {
    background-color: #0d73d6
}

.new-brookings .core-block ol.has-brookings-blue-color,.new-brookings .core-block ol.has-brookings-blue-color:focus,.new-brookings .core-block ol.has-brookings-blue-color:hover,.new-brookings .core-block ul.has-brookings-blue-color,.new-brookings .core-block ul.has-brookings-blue-color:focus,.new-brookings .core-block ul.has-brookings-blue-color:hover,.single-essay.new-essay .core-block ol.has-brookings-blue-color,.single-essay.new-essay .core-block ol.has-brookings-blue-color:focus,.single-essay.new-essay .core-block ol.has-brookings-blue-color:hover,.single-essay.new-essay .core-block ul.has-brookings-blue-color,.single-essay.new-essay .core-block ul.has-brookings-blue-color:focus,.single-essay.new-essay .core-block ul.has-brookings-blue-color:hover {
    color: #003a70
}

.new-brookings .core-block ol.has-brookings-blue-background-color,.new-brookings .core-block ul.has-brookings-blue-background-color,.single-essay.new-essay .core-block ol.has-brookings-blue-background-color,.single-essay.new-essay .core-block ul.has-brookings-blue-background-color {
    background-color: #003a70
}

.new-brookings .core-block ol.has-dark-gray-color,.new-brookings .core-block ol.has-dark-gray-color:focus,.new-brookings .core-block ol.has-dark-gray-color:hover,.new-brookings .core-block ul.has-dark-gray-color,.new-brookings .core-block ul.has-dark-gray-color:focus,.new-brookings .core-block ul.has-dark-gray-color:hover,.single-essay.new-essay .core-block ol.has-dark-gray-color,.single-essay.new-essay .core-block ol.has-dark-gray-color:focus,.single-essay.new-essay .core-block ol.has-dark-gray-color:hover,.single-essay.new-essay .core-block ul.has-dark-gray-color,.single-essay.new-essay .core-block ul.has-dark-gray-color:focus,.single-essay.new-essay .core-block ul.has-dark-gray-color:hover {
    color: #4c4c4c
}

.new-brookings .core-block ol.has-dark-gray-background-color,.new-brookings .core-block ul.has-dark-gray-background-color,.single-essay.new-essay .core-block ol.has-dark-gray-background-color,.single-essay.new-essay .core-block ul.has-dark-gray-background-color {
    background-color: #4c4c4c
}

.new-brookings .core-block ol.has-gold-dark-color,.new-brookings .core-block ol.has-gold-dark-color:focus,.new-brookings .core-block ol.has-gold-dark-color:hover,.new-brookings .core-block ul.has-gold-dark-color,.new-brookings .core-block ul.has-gold-dark-color:focus,.new-brookings .core-block ul.has-gold-dark-color:hover,.single-essay.new-essay .core-block ol.has-gold-dark-color,.single-essay.new-essay .core-block ol.has-gold-dark-color:focus,.single-essay.new-essay .core-block ol.has-gold-dark-color:hover,.single-essay.new-essay .core-block ul.has-gold-dark-color,.single-essay.new-essay .core-block ul.has-gold-dark-color:focus,.single-essay.new-essay .core-block ul.has-gold-dark-color:hover {
    color: #685f40
}

.new-brookings .core-block ol.has-gold-dark-background-color,.new-brookings .core-block ul.has-gold-dark-background-color,.single-essay.new-essay .core-block ol.has-gold-dark-background-color,.single-essay.new-essay .core-block ul.has-gold-dark-background-color {
    background-color: #685f40
}

.new-brookings .core-block ol.has-gold-color,.new-brookings .core-block ol.has-gold-color:focus,.new-brookings .core-block ol.has-gold-color:hover,.new-brookings .core-block ul.has-gold-color,.new-brookings .core-block ul.has-gold-color:focus,.new-brookings .core-block ul.has-gold-color:hover,.single-essay.new-essay .core-block ol.has-gold-color,.single-essay.new-essay .core-block ol.has-gold-color:focus,.single-essay.new-essay .core-block ol.has-gold-color:hover,.single-essay.new-essay .core-block ul.has-gold-color,.single-essay.new-essay .core-block ul.has-gold-color:focus,.single-essay.new-essay .core-block ul.has-gold-color:hover {
    color: #b9874b
}

.new-brookings .core-block ol.has-gold-background-color,.new-brookings .core-block ul.has-gold-background-color,.single-essay.new-essay .core-block ol.has-gold-background-color,.single-essay.new-essay .core-block ul.has-gold-background-color {
    background-color: #b9874b
}

.new-brookings .core-block ol.has-gray-05-color,.new-brookings .core-block ol.has-gray-05-color:focus,.new-brookings .core-block ol.has-gray-05-color:hover,.new-brookings .core-block ul.has-gray-05-color,.new-brookings .core-block ul.has-gray-05-color:focus,.new-brookings .core-block ul.has-gray-05-color:hover,.single-essay.new-essay .core-block ol.has-gray-05-color,.single-essay.new-essay .core-block ol.has-gray-05-color:focus,.single-essay.new-essay .core-block ol.has-gray-05-color:hover,.single-essay.new-essay .core-block ul.has-gray-05-color,.single-essay.new-essay .core-block ul.has-gray-05-color:focus,.single-essay.new-essay .core-block ul.has-gray-05-color:hover {
    color: #f2f2f2
}

.new-brookings .core-block ol.has-gray-05-background-color,.new-brookings .core-block ul.has-gray-05-background-color,.single-essay.new-essay .core-block ol.has-gray-05-background-color,.single-essay.new-essay .core-block ul.has-gray-05-background-color {
    background-color: #f2f2f2
}

.new-brookings .core-block ol.has-gray-10-color,.new-brookings .core-block ol.has-gray-10-color:focus,.new-brookings .core-block ol.has-gray-10-color:hover,.new-brookings .core-block ul.has-gray-10-color,.new-brookings .core-block ul.has-gray-10-color:focus,.new-brookings .core-block ul.has-gray-10-color:hover,.single-essay.new-essay .core-block ol.has-gray-10-color,.single-essay.new-essay .core-block ol.has-gray-10-color:focus,.single-essay.new-essay .core-block ol.has-gray-10-color:hover,.single-essay.new-essay .core-block ul.has-gray-10-color,.single-essay.new-essay .core-block ul.has-gray-10-color:focus,.single-essay.new-essay .core-block ul.has-gray-10-color:hover {
    color: #e6e6e6
}

.new-brookings .core-block ol.has-gray-10-background-color,.new-brookings .core-block ul.has-gray-10-background-color,.single-essay.new-essay .core-block ol.has-gray-10-background-color,.single-essay.new-essay .core-block ul.has-gray-10-background-color {
    background-color: #e6e6e6
}

.new-brookings .core-block ol.has-gray-20-color,.new-brookings .core-block ol.has-gray-20-color:focus,.new-brookings .core-block ol.has-gray-20-color:hover,.new-brookings .core-block ul.has-gray-20-color,.new-brookings .core-block ul.has-gray-20-color:focus,.new-brookings .core-block ul.has-gray-20-color:hover,.single-essay.new-essay .core-block ol.has-gray-20-color,.single-essay.new-essay .core-block ol.has-gray-20-color:focus,.single-essay.new-essay .core-block ol.has-gray-20-color:hover,.single-essay.new-essay .core-block ul.has-gray-20-color,.single-essay.new-essay .core-block ul.has-gray-20-color:focus,.single-essay.new-essay .core-block ul.has-gray-20-color:hover {
    color: #ccc
}

.new-brookings .core-block ol.has-gray-20-background-color,.new-brookings .core-block ul.has-gray-20-background-color,.single-essay.new-essay .core-block ol.has-gray-20-background-color,.single-essay.new-essay .core-block ul.has-gray-20-background-color {
    background-color: #ccc
}

.new-brookings .core-block ol.has-gray-30-color,.new-brookings .core-block ol.has-gray-30-color:focus,.new-brookings .core-block ol.has-gray-30-color:hover,.new-brookings .core-block ul.has-gray-30-color,.new-brookings .core-block ul.has-gray-30-color:focus,.new-brookings .core-block ul.has-gray-30-color:hover,.single-essay.new-essay .core-block ol.has-gray-30-color,.single-essay.new-essay .core-block ol.has-gray-30-color:focus,.single-essay.new-essay .core-block ol.has-gray-30-color:hover,.single-essay.new-essay .core-block ul.has-gray-30-color,.single-essay.new-essay .core-block ul.has-gray-30-color:focus,.single-essay.new-essay .core-block ul.has-gray-30-color:hover {
    color: #b3b3b3
}

.new-brookings .core-block ol.has-gray-30-background-color,.new-brookings .core-block ul.has-gray-30-background-color,.single-essay.new-essay .core-block ol.has-gray-30-background-color,.single-essay.new-essay .core-block ul.has-gray-30-background-color {
    background-color: #b3b3b3
}

.new-brookings .core-block ol.has-gray-40-color,.new-brookings .core-block ol.has-gray-40-color:focus,.new-brookings .core-block ol.has-gray-40-color:hover,.new-brookings .core-block ul.has-gray-40-color,.new-brookings .core-block ul.has-gray-40-color:focus,.new-brookings .core-block ul.has-gray-40-color:hover,.single-essay.new-essay .core-block ol.has-gray-40-color,.single-essay.new-essay .core-block ol.has-gray-40-color:focus,.single-essay.new-essay .core-block ol.has-gray-40-color:hover,.single-essay.new-essay .core-block ul.has-gray-40-color,.single-essay.new-essay .core-block ul.has-gray-40-color:focus,.single-essay.new-essay .core-block ul.has-gray-40-color:hover {
    color: #999
}

.new-brookings .core-block ol.has-gray-40-background-color,.new-brookings .core-block ul.has-gray-40-background-color,.single-essay.new-essay .core-block ol.has-gray-40-background-color,.single-essay.new-essay .core-block ul.has-gray-40-background-color {
    background-color: #999
}

.new-brookings .core-block ol.has-gray-50-color,.new-brookings .core-block ol.has-gray-50-color:focus,.new-brookings .core-block ol.has-gray-50-color:hover,.new-brookings .core-block ul.has-gray-50-color,.new-brookings .core-block ul.has-gray-50-color:focus,.new-brookings .core-block ul.has-gray-50-color:hover,.single-essay.new-essay .core-block ol.has-gray-50-color,.single-essay.new-essay .core-block ol.has-gray-50-color:focus,.single-essay.new-essay .core-block ol.has-gray-50-color:hover,.single-essay.new-essay .core-block ul.has-gray-50-color,.single-essay.new-essay .core-block ul.has-gray-50-color:focus,.single-essay.new-essay .core-block ul.has-gray-50-color:hover {
    color: gray
}

.new-brookings .core-block ol.has-gray-50-background-color,.new-brookings .core-block ul.has-gray-50-background-color,.single-essay.new-essay .core-block ol.has-gray-50-background-color,.single-essay.new-essay .core-block ul.has-gray-50-background-color {
    background-color: gray
}

.new-brookings .core-block ol.has-gray-60-color,.new-brookings .core-block ol.has-gray-60-color:focus,.new-brookings .core-block ol.has-gray-60-color:hover,.new-brookings .core-block ul.has-gray-60-color,.new-brookings .core-block ul.has-gray-60-color:focus,.new-brookings .core-block ul.has-gray-60-color:hover,.single-essay.new-essay .core-block ol.has-gray-60-color,.single-essay.new-essay .core-block ol.has-gray-60-color:focus,.single-essay.new-essay .core-block ol.has-gray-60-color:hover,.single-essay.new-essay .core-block ul.has-gray-60-color,.single-essay.new-essay .core-block ul.has-gray-60-color:focus,.single-essay.new-essay .core-block ul.has-gray-60-color:hover {
    color: #666
}

.new-brookings .core-block ol.has-gray-60-background-color,.new-brookings .core-block ul.has-gray-60-background-color,.single-essay.new-essay .core-block ol.has-gray-60-background-color,.single-essay.new-essay .core-block ul.has-gray-60-background-color {
    background-color: #666
}

.new-brookings .core-block ol.has-gray-70-color,.new-brookings .core-block ol.has-gray-70-color:focus,.new-brookings .core-block ol.has-gray-70-color:hover,.new-brookings .core-block ul.has-gray-70-color,.new-brookings .core-block ul.has-gray-70-color:focus,.new-brookings .core-block ul.has-gray-70-color:hover,.single-essay.new-essay .core-block ol.has-gray-70-color,.single-essay.new-essay .core-block ol.has-gray-70-color:focus,.single-essay.new-essay .core-block ol.has-gray-70-color:hover,.single-essay.new-essay .core-block ul.has-gray-70-color,.single-essay.new-essay .core-block ul.has-gray-70-color:focus,.single-essay.new-essay .core-block ul.has-gray-70-color:hover {
    color: #4d4d4d
}

.new-brookings .core-block ol.has-gray-70-background-color,.new-brookings .core-block ul.has-gray-70-background-color,.single-essay.new-essay .core-block ol.has-gray-70-background-color,.single-essay.new-essay .core-block ul.has-gray-70-background-color {
    background-color: #4d4d4d
}

.new-brookings .core-block ol.has-gray-80-color,.new-brookings .core-block ol.has-gray-80-color:focus,.new-brookings .core-block ol.has-gray-80-color:hover,.new-brookings .core-block ul.has-gray-80-color,.new-brookings .core-block ul.has-gray-80-color:focus,.new-brookings .core-block ul.has-gray-80-color:hover,.single-essay.new-essay .core-block ol.has-gray-80-color,.single-essay.new-essay .core-block ol.has-gray-80-color:focus,.single-essay.new-essay .core-block ol.has-gray-80-color:hover,.single-essay.new-essay .core-block ul.has-gray-80-color,.single-essay.new-essay .core-block ul.has-gray-80-color:focus,.single-essay.new-essay .core-block ul.has-gray-80-color:hover {
    color: #333
}

.new-brookings .core-block ol.has-gray-80-background-color,.new-brookings .core-block ul.has-gray-80-background-color,.single-essay.new-essay .core-block ol.has-gray-80-background-color,.single-essay.new-essay .core-block ul.has-gray-80-background-color {
    background-color: #333
}

.new-brookings .core-block ol.has-gray-90-color,.new-brookings .core-block ol.has-gray-90-color:focus,.new-brookings .core-block ol.has-gray-90-color:hover,.new-brookings .core-block ul.has-gray-90-color,.new-brookings .core-block ul.has-gray-90-color:focus,.new-brookings .core-block ul.has-gray-90-color:hover,.single-essay.new-essay .core-block ol.has-gray-90-color,.single-essay.new-essay .core-block ol.has-gray-90-color:focus,.single-essay.new-essay .core-block ol.has-gray-90-color:hover,.single-essay.new-essay .core-block ul.has-gray-90-color,.single-essay.new-essay .core-block ul.has-gray-90-color:focus,.single-essay.new-essay .core-block ul.has-gray-90-color:hover {
    color: #191919
}

.new-brookings .core-block ol.has-gray-90-background-color,.new-brookings .core-block ul.has-gray-90-background-color,.single-essay.new-essay .core-block ol.has-gray-90-background-color,.single-essay.new-essay .core-block ul.has-gray-90-background-color {
    background-color: #191919
}

.new-brookings .core-block ol.has-gray-color,.new-brookings .core-block ol.has-gray-color:focus,.new-brookings .core-block ol.has-gray-color:hover,.new-brookings .core-block ul.has-gray-color,.new-brookings .core-block ul.has-gray-color:focus,.new-brookings .core-block ul.has-gray-color:hover,.single-essay.new-essay .core-block ol.has-gray-color,.single-essay.new-essay .core-block ol.has-gray-color:focus,.single-essay.new-essay .core-block ol.has-gray-color:hover,.single-essay.new-essay .core-block ul.has-gray-color,.single-essay.new-essay .core-block ul.has-gray-color:focus,.single-essay.new-essay .core-block ul.has-gray-color:hover {
    color: #757575
}

.new-brookings .core-block ol.has-gray-background-color,.new-brookings .core-block ul.has-gray-background-color,.single-essay.new-essay .core-block ol.has-gray-background-color,.single-essay.new-essay .core-block ul.has-gray-background-color {
    background-color: #757575
}

.new-brookings .core-block ol.has-green-color,.new-brookings .core-block ol.has-green-color:focus,.new-brookings .core-block ol.has-green-color:hover,.new-brookings .core-block ul.has-green-color,.new-brookings .core-block ul.has-green-color:focus,.new-brookings .core-block ul.has-green-color:hover,.single-essay.new-essay .core-block ol.has-green-color,.single-essay.new-essay .core-block ol.has-green-color:focus,.single-essay.new-essay .core-block ol.has-green-color:hover,.single-essay.new-essay .core-block ul.has-green-color,.single-essay.new-essay .core-block ul.has-green-color:focus,.single-essay.new-essay .core-block ul.has-green-color:hover {
    color: #5ca632
}

.new-brookings .core-block ol.has-green-background-color,.new-brookings .core-block ul.has-green-background-color,.single-essay.new-essay .core-block ol.has-green-background-color,.single-essay.new-essay .core-block ul.has-green-background-color {
    background-color: #5ca632
}

.new-brookings .core-block ol.has-light-gray-color,.new-brookings .core-block ol.has-light-gray-color:focus,.new-brookings .core-block ol.has-light-gray-color:hover,.new-brookings .core-block ul.has-light-gray-color,.new-brookings .core-block ul.has-light-gray-color:focus,.new-brookings .core-block ul.has-light-gray-color:hover,.single-essay.new-essay .core-block ol.has-light-gray-color,.single-essay.new-essay .core-block ol.has-light-gray-color:focus,.single-essay.new-essay .core-block ol.has-light-gray-color:hover,.single-essay.new-essay .core-block ul.has-light-gray-color,.single-essay.new-essay .core-block ul.has-light-gray-color:focus,.single-essay.new-essay .core-block ul.has-light-gray-color:hover {
    color: #cfd8dc
}

.new-brookings .core-block ol.has-light-gray-background-color,.new-brookings .core-block ul.has-light-gray-background-color,.single-essay.new-essay .core-block ol.has-light-gray-background-color,.single-essay.new-essay .core-block ul.has-light-gray-background-color {
    background-color: #cfd8dc
}

.new-brookings .core-block ol.has-magenta-color,.new-brookings .core-block ol.has-magenta-color:focus,.new-brookings .core-block ol.has-magenta-color:hover,.new-brookings .core-block ul.has-magenta-color,.new-brookings .core-block ul.has-magenta-color:focus,.new-brookings .core-block ul.has-magenta-color:hover,.single-essay.new-essay .core-block ol.has-magenta-color,.single-essay.new-essay .core-block ol.has-magenta-color:focus,.single-essay.new-essay .core-block ol.has-magenta-color:hover,.single-essay.new-essay .core-block ul.has-magenta-color,.single-essay.new-essay .core-block ul.has-magenta-color:focus,.single-essay.new-essay .core-block ul.has-magenta-color:hover {
    color: #d2468e
}

.new-brookings .core-block ol.has-magenta-background-color,.new-brookings .core-block ul.has-magenta-background-color,.single-essay.new-essay .core-block ol.has-magenta-background-color,.single-essay.new-essay .core-block ul.has-magenta-background-color {
    background-color: #d2468e
}

.new-brookings .core-block ol.has-orange-40-color,.new-brookings .core-block ol.has-orange-40-color:focus,.new-brookings .core-block ol.has-orange-40-color:hover,.new-brookings .core-block ul.has-orange-40-color,.new-brookings .core-block ul.has-orange-40-color:focus,.new-brookings .core-block ul.has-orange-40-color:hover,.single-essay.new-essay .core-block ol.has-orange-40-color,.single-essay.new-essay .core-block ol.has-orange-40-color:focus,.single-essay.new-essay .core-block ol.has-orange-40-color:hover,.single-essay.new-essay .core-block ul.has-orange-40-color,.single-essay.new-essay .core-block ul.has-orange-40-color:focus,.single-essay.new-essay .core-block ul.has-orange-40-color:hover {
    color: #ff9e1b
}

.new-brookings .core-block ol.has-orange-40-background-color,.new-brookings .core-block ul.has-orange-40-background-color,.single-essay.new-essay .core-block ol.has-orange-40-background-color,.single-essay.new-essay .core-block ul.has-orange-40-background-color {
    background-color: #ff9e1b
}

.new-brookings .core-block ol.has-orange-60-color,.new-brookings .core-block ol.has-orange-60-color:focus,.new-brookings .core-block ol.has-orange-60-color:hover,.new-brookings .core-block ul.has-orange-60-color,.new-brookings .core-block ul.has-orange-60-color:focus,.new-brookings .core-block ul.has-orange-60-color:hover,.single-essay.new-essay .core-block ol.has-orange-60-color,.single-essay.new-essay .core-block ol.has-orange-60-color:focus,.single-essay.new-essay .core-block ol.has-orange-60-color:hover,.single-essay.new-essay .core-block ul.has-orange-60-color,.single-essay.new-essay .core-block ul.has-orange-60-color:focus,.single-essay.new-essay .core-block ul.has-orange-60-color:hover {
    color: #f26d00
}

.new-brookings .core-block ol.has-orange-60-background-color,.new-brookings .core-block ul.has-orange-60-background-color,.single-essay.new-essay .core-block ol.has-orange-60-background-color,.single-essay.new-essay .core-block ul.has-orange-60-background-color {
    background-color: #f26d00
}

.new-brookings .core-block ol.has-primary-light-color,.new-brookings .core-block ol.has-primary-light-color:focus,.new-brookings .core-block ol.has-primary-light-color:hover,.new-brookings .core-block ul.has-primary-light-color,.new-brookings .core-block ul.has-primary-light-color:focus,.new-brookings .core-block ul.has-primary-light-color:hover,.single-essay.new-essay .core-block ol.has-primary-light-color,.single-essay.new-essay .core-block ol.has-primary-light-color:focus,.single-essay.new-essay .core-block ol.has-primary-light-color:hover,.single-essay.new-essay .core-block ul.has-primary-light-color,.single-essay.new-essay .core-block ul.has-primary-light-color:focus,.single-essay.new-essay .core-block ul.has-primary-light-color:hover {
    color: #e0ecfb
}

.new-brookings .core-block ol.has-primary-light-background-color,.new-brookings .core-block ul.has-primary-light-background-color,.single-essay.new-essay .core-block ol.has-primary-light-background-color,.single-essay.new-essay .core-block ul.has-primary-light-background-color {
    background-color: #e0ecfb
}

.new-brookings .core-block ol.has-primary-color,.new-brookings .core-block ol.has-primary-color:focus,.new-brookings .core-block ol.has-primary-color:hover,.new-brookings .core-block ul.has-primary-color,.new-brookings .core-block ul.has-primary-color:focus,.new-brookings .core-block ul.has-primary-color:hover,.single-essay.new-essay .core-block ol.has-primary-color,.single-essay.new-essay .core-block ol.has-primary-color:focus,.single-essay.new-essay .core-block ol.has-primary-color:hover,.single-essay.new-essay .core-block ul.has-primary-color,.single-essay.new-essay .core-block ul.has-primary-color:focus,.single-essay.new-essay .core-block ul.has-primary-color:hover {
    color: #053769
}

.new-brookings .core-block ol.has-primary-background-color,.new-brookings .core-block ul.has-primary-background-color,.single-essay.new-essay .core-block ol.has-primary-background-color,.single-essay.new-essay .core-block ul.has-primary-background-color {
    background-color: #053769
}

.new-brookings .core-block ol.has-purple-color,.new-brookings .core-block ol.has-purple-color:focus,.new-brookings .core-block ol.has-purple-color:hover,.new-brookings .core-block ul.has-purple-color,.new-brookings .core-block ul.has-purple-color:focus,.new-brookings .core-block ul.has-purple-color:hover,.single-essay.new-essay .core-block ol.has-purple-color,.single-essay.new-essay .core-block ol.has-purple-color:focus,.single-essay.new-essay .core-block ol.has-purple-color:hover,.single-essay.new-essay .core-block ul.has-purple-color,.single-essay.new-essay .core-block ul.has-purple-color:focus,.single-essay.new-essay .core-block ul.has-purple-color:hover {
    color: #8e72d0
}

.new-brookings .core-block ol.has-purple-background-color,.new-brookings .core-block ul.has-purple-background-color,.single-essay.new-essay .core-block ol.has-purple-background-color,.single-essay.new-essay .core-block ul.has-purple-background-color {
    background-color: #8e72d0
}

.new-brookings .core-block ol.has-red-color,.new-brookings .core-block ol.has-red-color:focus,.new-brookings .core-block ol.has-red-color:hover,.new-brookings .core-block ul.has-red-color,.new-brookings .core-block ul.has-red-color:focus,.new-brookings .core-block ul.has-red-color:hover,.single-essay.new-essay .core-block ol.has-red-color,.single-essay.new-essay .core-block ol.has-red-color:focus,.single-essay.new-essay .core-block ol.has-red-color:hover,.single-essay.new-essay .core-block ul.has-red-color,.single-essay.new-essay .core-block ul.has-red-color:focus,.single-essay.new-essay .core-block ul.has-red-color:hover {
    color: #ed3a35
}

.new-brookings .core-block ol.has-red-background-color,.new-brookings .core-block ul.has-red-background-color,.single-essay.new-essay .core-block ol.has-red-background-color,.single-essay.new-essay .core-block ul.has-red-background-color {
    background-color: #ed3a35
}

.new-brookings .core-block ol.has-teal-color,.new-brookings .core-block ol.has-teal-color:focus,.new-brookings .core-block ol.has-teal-color:hover,.new-brookings .core-block ul.has-teal-color,.new-brookings .core-block ul.has-teal-color:focus,.new-brookings .core-block ul.has-teal-color:hover,.single-essay.new-essay .core-block ol.has-teal-color,.single-essay.new-essay .core-block ol.has-teal-color:focus,.single-essay.new-essay .core-block ol.has-teal-color:hover,.single-essay.new-essay .core-block ul.has-teal-color,.single-essay.new-essay .core-block ul.has-teal-color:focus,.single-essay.new-essay .core-block ul.has-teal-color:hover {
    color: #2a9aad
}

.new-brookings .core-block ol.has-teal-background-color,.new-brookings .core-block ul.has-teal-background-color,.single-essay.new-essay .core-block ol.has-teal-background-color,.single-essay.new-essay .core-block ul.has-teal-background-color {
    background-color: #2a9aad
}

.new-brookings .core-block ol.has-vivid-blue-20-color,.new-brookings .core-block ol.has-vivid-blue-20-color:focus,.new-brookings .core-block ol.has-vivid-blue-20-color:hover,.new-brookings .core-block ul.has-vivid-blue-20-color,.new-brookings .core-block ul.has-vivid-blue-20-color:focus,.new-brookings .core-block ul.has-vivid-blue-20-color:hover,.single-essay.new-essay .core-block ol.has-vivid-blue-20-color,.single-essay.new-essay .core-block ol.has-vivid-blue-20-color:focus,.single-essay.new-essay .core-block ol.has-vivid-blue-20-color:hover,.single-essay.new-essay .core-block ul.has-vivid-blue-20-color,.single-essay.new-essay .core-block ul.has-vivid-blue-20-color:focus,.single-essay.new-essay .core-block ul.has-vivid-blue-20-color:hover {
    color: #8ac6ff
}

.new-brookings .core-block ol.has-vivid-blue-20-background-color,.new-brookings .core-block ul.has-vivid-blue-20-background-color,.single-essay.new-essay .core-block ol.has-vivid-blue-20-background-color,.single-essay.new-essay .core-block ul.has-vivid-blue-20-background-color {
    background-color: #8ac6ff
}

.new-brookings .core-block ol.has-vivid-blue-70-color,.new-brookings .core-block ol.has-vivid-blue-70-color:focus,.new-brookings .core-block ol.has-vivid-blue-70-color:hover,.new-brookings .core-block ul.has-vivid-blue-70-color,.new-brookings .core-block ul.has-vivid-blue-70-color:focus,.new-brookings .core-block ul.has-vivid-blue-70-color:hover,.single-essay.new-essay .core-block ol.has-vivid-blue-70-color,.single-essay.new-essay .core-block ol.has-vivid-blue-70-color:focus,.single-essay.new-essay .core-block ol.has-vivid-blue-70-color:hover,.single-essay.new-essay .core-block ul.has-vivid-blue-70-color,.single-essay.new-essay .core-block ul.has-vivid-blue-70-color:focus,.single-essay.new-essay .core-block ul.has-vivid-blue-70-color:hover {
    color: #00649f
}

.new-brookings .core-block ol.has-vivid-blue-70-background-color,.new-brookings .core-block ul.has-vivid-blue-70-background-color,.single-essay.new-essay .core-block ol.has-vivid-blue-70-background-color,.single-essay.new-essay .core-block ul.has-vivid-blue-70-background-color {
    background-color: #00649f
}

.new-brookings .core-block ol.has-white-color,.new-brookings .core-block ol.has-white-color:focus,.new-brookings .core-block ol.has-white-color:hover,.new-brookings .core-block ul.has-white-color,.new-brookings .core-block ul.has-white-color:focus,.new-brookings .core-block ul.has-white-color:hover,.single-essay.new-essay .core-block ol.has-white-color,.single-essay.new-essay .core-block ol.has-white-color:focus,.single-essay.new-essay .core-block ol.has-white-color:hover,.single-essay.new-essay .core-block ul.has-white-color,.single-essay.new-essay .core-block ul.has-white-color:focus,.single-essay.new-essay .core-block ul.has-white-color:hover {
    color: #fff
}

.new-brookings .core-block ol.has-white-background-color,.new-brookings .core-block ul.has-white-background-color,.single-essay.new-essay .core-block ol.has-white-background-color,.single-essay.new-essay .core-block ul.has-white-background-color {
    background-color: #fff
}

.new-brookings .core-block ol.has-yellow-40-color,.new-brookings .core-block ol.has-yellow-40-color:focus,.new-brookings .core-block ol.has-yellow-40-color:hover,.new-brookings .core-block ul.has-yellow-40-color,.new-brookings .core-block ul.has-yellow-40-color:focus,.new-brookings .core-block ul.has-yellow-40-color:hover,.single-essay.new-essay .core-block ol.has-yellow-40-color,.single-essay.new-essay .core-block ol.has-yellow-40-color:focus,.single-essay.new-essay .core-block ol.has-yellow-40-color:hover,.single-essay.new-essay .core-block ul.has-yellow-40-color,.single-essay.new-essay .core-block ul.has-yellow-40-color:focus,.single-essay.new-essay .core-block ul.has-yellow-40-color:hover {
    color: #fd0
}

.new-brookings .core-block ol.has-yellow-40-background-color,.new-brookings .core-block ul.has-yellow-40-background-color,.single-essay.new-essay .core-block ol.has-yellow-40-background-color,.single-essay.new-essay .core-block ul.has-yellow-40-background-color {
    background-color: #fd0
}

.new-brookings .core-block ol.has-yellow-60-color,.new-brookings .core-block ol.has-yellow-60-color:focus,.new-brookings .core-block ol.has-yellow-60-color:hover,.new-brookings .core-block ul.has-yellow-60-color,.new-brookings .core-block ul.has-yellow-60-color:focus,.new-brookings .core-block ul.has-yellow-60-color:hover,.single-essay.new-essay .core-block ol.has-yellow-60-color,.single-essay.new-essay .core-block ol.has-yellow-60-color:focus,.single-essay.new-essay .core-block ol.has-yellow-60-color:hover,.single-essay.new-essay .core-block ul.has-yellow-60-color,.single-essay.new-essay .core-block ul.has-yellow-60-color:focus,.single-essay.new-essay .core-block ul.has-yellow-60-color:hover {
    color: #e0bb00
}

.new-brookings .core-block ol.has-yellow-60-background-color,.new-brookings .core-block ul.has-yellow-60-background-color,.single-essay.new-essay .core-block ol.has-yellow-60-background-color,.single-essay.new-essay .core-block ul.has-yellow-60-background-color {
    background-color: #e0bb00
}

.new-brookings .core-block ol.has-yellow-color,.new-brookings .core-block ol.has-yellow-color:focus,.new-brookings .core-block ol.has-yellow-color:hover,.new-brookings .core-block ul.has-yellow-color,.new-brookings .core-block ul.has-yellow-color:focus,.new-brookings .core-block ul.has-yellow-color:hover,.single-essay.new-essay .core-block ol.has-yellow-color,.single-essay.new-essay .core-block ol.has-yellow-color:focus,.single-essay.new-essay .core-block ol.has-yellow-color:hover,.single-essay.new-essay .core-block ul.has-yellow-color,.single-essay.new-essay .core-block ul.has-yellow-color:focus,.single-essay.new-essay .core-block ul.has-yellow-color:hover {
    color: #ffecb3
}

.new-brookings .core-block ol.has-yellow-background-color,.new-brookings .core-block ul.has-yellow-background-color,.single-essay.new-essay .core-block ol.has-yellow-background-color,.single-essay.new-essay .core-block ul.has-yellow-background-color {
    background-color: #ffecb3
}

.new-brookings .core-block ol,.single-essay.new-essay .core-block ol {
    counter-reset: foo
}

.new-brookings .core-block ol li,.single-essay.new-essay .core-block ol li {
    counter-increment: foo
}

.new-brookings .core-block li,.single-essay.new-essay .core-block li {
    display: table-row;
    list-style: none
}

.new-brookings .core-block li:before,.single-essay.new-essay .core-block li:before {
    content: counter(foo) ".";
    display: table-cell;
    padding-right: 10px;
    white-space: nowrap
}

.new-brookings .core-block ul li:before,.single-essay.new-essay .core-block ul li:before {
    content: "\25CF"
}

.new-brookings .new-essay__wrapper,.single-essay.new-essay .new-essay__wrapper {
    background-color: #fff;
    display: inline-block;
    max-width: 100%;
    position: relative;
    width: 100%;
    z-index: 1
}

.new-brookings.admin-bar,.single-essay.new-essay.admin-bar {
    margin-top: 0
}

.new-brookings .inner,.single-essay.new-essay .inner {
    position: relative;
    z-index: 1;
    width: 100%
}

/*# sourceMappingURL=interactiveEssay.css.map*/

.block--essay-authors--wrapper {
    margin: 50px auto;
	margin-bottom: 50px !important;
}



.wp-block-jetpack-tiled-gallery {
    margin: 0 auto 1.5em
}

.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item img {
    border-radius: 50%
}

.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row {
    flex-grow: 1;
    width: 100%
}

.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-1 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-1 .tiled-gallery__col {
    width: 100%
}

.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-2 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-2 .tiled-gallery__col {
    width: calc(50% - 2px)
}

.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-3 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-3 .tiled-gallery__col {
    width: calc(33.33333% - 2.66667px)
}

.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-4 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-4 .tiled-gallery__col {
    width: calc(25% - 3px)
}

.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-5 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-5 .tiled-gallery__col {
    width: calc(20% - 3.2px)
}

.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-6 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-6 .tiled-gallery__col {
    width: calc(16.66667% - 3.33333px)
}

.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-7 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-7 .tiled-gallery__col {
    width: calc(14.28571% - 3.42857px)
}

.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-8 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-8 .tiled-gallery__col {
    width: calc(12.5% - 3.5px)
}

.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-9 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-9 .tiled-gallery__col {
    width: calc(11.11111% - 3.55556px)
}

.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-10 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-10 .tiled-gallery__col {
    width: calc(10% - 3.6px)
}

.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-11 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-11 .tiled-gallery__col {
    width: calc(9.09091% - 3.63636px)
}

.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-12 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-12 .tiled-gallery__col {
    width: calc(8.33333% - 3.66667px)
}

.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-13 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-13 .tiled-gallery__col {
    width: calc(7.69231% - 3.69231px)
}

.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-14 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-14 .tiled-gallery__col {
    width: calc(7.14286% - 3.71429px)
}

.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-15 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-15 .tiled-gallery__col {
    width: calc(6.66667% - 3.73333px)
}

.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-16 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-16 .tiled-gallery__col {
    width: calc(6.25% - 3.75px)
}

.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-17 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-17 .tiled-gallery__col {
    width: calc(5.88235% - 3.76471px)
}

.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-18 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-18 .tiled-gallery__col {
    width: calc(5.55556% - 3.77778px)
}

.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-19 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-19 .tiled-gallery__col {
    width: calc(5.26316% - 3.78947px)
}

.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-20 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-20 .tiled-gallery__col {
    width: calc(5% - 3.8px)
}

.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item,.wp-block-jetpack-tiled-gallery.is-style-rectangular .tiled-gallery__item {
    display: flex
}

.wp-block-jetpack-tiled-gallery.has-rounded-corners-1 .tiled-gallery__item img {
    border-radius: 1px
}

.wp-block-jetpack-tiled-gallery.has-rounded-corners-2 .tiled-gallery__item img {
    border-radius: 2px
}

.wp-block-jetpack-tiled-gallery.has-rounded-corners-3 .tiled-gallery__item img {
    border-radius: 3px
}

.wp-block-jetpack-tiled-gallery.has-rounded-corners-4 .tiled-gallery__item img {
    border-radius: 4px
}

.wp-block-jetpack-tiled-gallery.has-rounded-corners-5 .tiled-gallery__item img {
    border-radius: 5px
}

.wp-block-jetpack-tiled-gallery.has-rounded-corners-6 .tiled-gallery__item img {
    border-radius: 6px
}

.wp-block-jetpack-tiled-gallery.has-rounded-corners-7 .tiled-gallery__item img {
    border-radius: 7px
}

.wp-block-jetpack-tiled-gallery.has-rounded-corners-8 .tiled-gallery__item img {
    border-radius: 8px
}

.wp-block-jetpack-tiled-gallery.has-rounded-corners-9 .tiled-gallery__item img {
    border-radius: 9px
}

.wp-block-jetpack-tiled-gallery.has-rounded-corners-10 .tiled-gallery__item img {
    border-radius: 10px
}

.wp-block-jetpack-tiled-gallery.has-rounded-corners-11 .tiled-gallery__item img {
    border-radius: 11px
}

.wp-block-jetpack-tiled-gallery.has-rounded-corners-12 .tiled-gallery__item img {
    border-radius: 12px
}

.wp-block-jetpack-tiled-gallery.has-rounded-corners-13 .tiled-gallery__item img {
    border-radius: 13px
}

.wp-block-jetpack-tiled-gallery.has-rounded-corners-14 .tiled-gallery__item img {
    border-radius: 14px
}

.wp-block-jetpack-tiled-gallery.has-rounded-corners-15 .tiled-gallery__item img {
    border-radius: 15px
}

.wp-block-jetpack-tiled-gallery.has-rounded-corners-16 .tiled-gallery__item img {
    border-radius: 16px
}

.wp-block-jetpack-tiled-gallery.has-rounded-corners-17 .tiled-gallery__item img {
    border-radius: 17px
}

.wp-block-jetpack-tiled-gallery.has-rounded-corners-18 .tiled-gallery__item img {
    border-radius: 18px
}

.wp-block-jetpack-tiled-gallery.has-rounded-corners-19 .tiled-gallery__item img {
    border-radius: 19px
}

.wp-block-jetpack-tiled-gallery.has-rounded-corners-20 .tiled-gallery__item img {
    border-radius: 20px
}

.tiled-gallery__gallery {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    width: 100%
}

.tiled-gallery__row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0;
    width: 100%
}

.tiled-gallery__row+.tiled-gallery__row {
    margin-top: 4px
}

.tiled-gallery__col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0
}

.tiled-gallery__col+.tiled-gallery__col {
    margin-left: 4px
}

.tiled-gallery__item {
    flex-grow: 1;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative
}

.tiled-gallery__item.filter__black-and-white {
    filter: grayscale(100%)
}

.tiled-gallery__item.filter__sepia {
    filter: sepia(100%)
}

.tiled-gallery__item.filter__1977 {
    filter: contrast(1.1) brightness(1.1) saturate(1.3);
    position: relative
}

.tiled-gallery__item.filter__1977 img {
    width: 100%;
    z-index: 1
}

.tiled-gallery__item.filter__1977:before {
    z-index: 2
}

.tiled-gallery__item.filter__1977:after,.tiled-gallery__item.filter__1977:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

.tiled-gallery__item.filter__1977:after {
    background: rgba(243,106,188,.3);
    mix-blend-mode: screen;
    z-index: 3
}

.tiled-gallery__item.filter__clarendon {
    filter: contrast(1.2) saturate(1.35);
    position: relative
}

.tiled-gallery__item.filter__clarendon img {
    width: 100%;
    z-index: 1
}

.tiled-gallery__item.filter__clarendon:before {
    z-index: 2
}

.tiled-gallery__item.filter__clarendon:after,.tiled-gallery__item.filter__clarendon:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

.tiled-gallery__item.filter__clarendon:after {
    z-index: 3
}

.tiled-gallery__item.filter__clarendon:before {
    background: rgba(127,187,227,.2);
    mix-blend-mode: overlay
}

.tiled-gallery__item.filter__gingham {
    filter: brightness(1.05) hue-rotate(-10deg);
    position: relative
}

.tiled-gallery__item.filter__gingham img {
    width: 100%;
    z-index: 1
}

.tiled-gallery__item.filter__gingham:before {
    z-index: 2
}

.tiled-gallery__item.filter__gingham:after,.tiled-gallery__item.filter__gingham:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

.tiled-gallery__item.filter__gingham:after {
    background: #e6e6fa;
    mix-blend-mode: soft-light;
    z-index: 3
}

.tiled-gallery__item+.tiled-gallery__item {
    margin-top: 4px
}

.tiled-gallery__item>img {
    background-color: rgba(0,0,0,.1)
}

.tiled-gallery__item>a,.tiled-gallery__item>a>img,.tiled-gallery__item>img {
    display: block;
    height: auto;
    margin: 0;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    padding: 0;
    width: 100%
}

.is-email .tiled-gallery__gallery {
    display: block
}



/* Jetpack slideshow */
.wp-block-jetpack-slideshow_container.swiper-container {
	overflow: hidden;
	position: relative;
}
.wp-block-jetpack-slideshow_swiper-wrapper {
	display: flex;
}
.wp-block-jetpack-slideshow_swiper-wrapper li {
	width: 100%;
	flex: 0 0 100%;
	list-style: none;
}
.wp-block-jetpack-slideshow_swiper-wrapper li img,
.wp-block-jetpack-slideshow_swiper-wrapper li figcaption {
	width: 100%;
	max-width: 400px;
	margin: auto;
	display: block;
	margin-bottom: 1rem;
}

/* create left and right arrows for wp-block-jetpack-slideshow_container.swiper-container using pseudo-elements */
.wp-block-jetpack-slideshow_container.swiper-container .arrow-left,
.wp-block-jetpack-slideshow_container.swiper-container .arrow-right {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	z-index: 10;
	cursor: pointer;
	border: 1px solid #ccc;
}
.wp-block-jetpack-slideshow_container.swiper-container .arrow-left {
	left: 20px;
	/* create left arrow */
	background-image: url(https://www.brookings.edu/wp-content/themes/brookings/assets/svg/arrow-left.svg);
	background-size: cover;

}
.wp-block-jetpack-slideshow_container.swiper-container .arrow-right {
	right: 20px;
	/* create right arrow */
	background-image: url(https://www.brookings.edu/wp-content/themes/brookings/assets/svg/arrow-right.svg);
	background-size: cover;
}

