
.home .chart .vega-embed, 
.search .chart .vega-embed 
{
	width: 100% !important;
}

.home .chart .vega-embed canvas,
.search .chart .vega-embed canvas 
{
    width: 100%!important;
}


.hub h2 {
    font-size: 30px;
}


@media (min-width: 1000px) {
    .chartActions:before {
        content: '';
        border-left: .5px solid #7c8993;
        height: 28px;
        padding: 5px;
    }
}

label.uploadChart{
    background: #157815 !important;    
}

label.uploadChart:hover {
    background: #0d530d !important;    
}

.hub .pc-tab ul li label {
    padding: 15px 22px;
}

.chart-builder_input h2 {
    line-height: 0.8;
    margin-bottom: 30px;
}

section#data-explorer h2 {
    margin-bottom: 30px;
    margin-top: 15px;
}

.hub .data-explorer>.container,
.hub .data-show>.container,
.hub .data-description>.container,
.hub .data-tags>.container,
.hub .data-create>.container 
{
    padding: 25px 25px; 
}



.hub .data-description,
.hub .data-tags,
.hub .data-create {
    margin-top: 20px;
    border-radius: 10px;    
    background: hsla(0, 0%, 100%, .1);
}
.hub .data-show {
    border-radius: 10px;    
    background: hsla(0, 0%, 100%, .1);
}

.embedded-page-iframe {
	height: calc(100vh - 156px) !important;
}

@media (max-width: 1100px){
	.embedded-page-iframe {
		height: calc(100vh - 150px) !important;
	}
}

@media (max-width: 768px){
	.embedded-page-iframe {
		height: calc(100vh - 275px) !important;
	}
}

@media (max-width: 600px){
	.embedded-page-iframe {
		height: calc(100vh - 260px) !important;
	}
}


a#download-data {
    display: none;
    margin: 20px 0 10px;
    padding: 18px 25px;
    color: #eee;
}

a#download-data.download-data-active {

    display: inline-block;
}


.chart-builder_output .tab3.area {
    position: relative;
}

.edit-code {
    
    display: inline-block !important;
    position: absolute;
    top: 50px;
    right: 5px;
    color: #ccc !important;
    opacity: 0.6;
    transition: all .2s;
}

.edit-code:hover {
    opacity: 1    
}


.edit-code-area {
    background: #fff;
    border-radius: 10px;
    color: #000;
    width: 90vw;
    max-width: 100%;
    margin: auto;
    margin-top: 1rem;
    padding: .5rem 1rem;
    border: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    font-size: 75%;
    max-height: 550px;
    display: none;
}

.edit-code-area textarea {
    background: #fff !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #111 !important;
    font-family: monospace !important;
    font-size: 12px !important; 
    min-height: 540px;
    margin-top: 0px;
    padding: 5px;
    padding-bottom: 15px;
    white-space: nowrap;
    resize: none;
}

.hub .area #chart canvas {
    max-width: none !important; */
    /* width: 100%; */
}


.chart-builder_input.chart-builder_input--direct-edit-active .chart-builder-form {
    position: relative;
    opacity: 0.5;
}

.chart-builder_input.chart-builder_input--direct-edit-active .chart-builder-form:after {
    content: '';
    position: absolute;
    left: -10px;
    right: -10px;
    top: -5px;
    bottom: -5px;
    background: #303f4a;
    z-index: 999;
    opacity: 0.6;
    border-radius: 10px;
}

.edit-directly-note {
    display: none;
}   

.chart-builder_input.chart-builder_input--direct-edit-active .edit-directly-note {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    display: block;
}

.chart-builder_input.chart-builder_input--direct-edit-active {
    position: relative;
}

.chart-builder_input.chart-builder_input--direct-edit-active .edit-directly-reset {
    margin: 0 auto;
}

.hub .results {
    background: #faf7f7;
}


.hub .output-button.active.edit-code, .hub .output-button.edit-code:hover {
    background: #e5a872;
    color: #fff !important;
}


.hub .pc-tab {
    position: relative;
}
.hub .pc-tab .area {
    display: block;
    /* display: none; */
    position: absolute;
    opacity: 0;
    height: 0;
    pointer-events: none;  
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.hub #tab1:checked~.tab1, .hub #tab2:checked~.tab2, .hub #tab3:checked~.tab3 {
    opacity: 1;
    height: auto;
    pointer-events: all;
    /* display: block; */
    position: relative;
}

.hub #chart {
    padding: 0px !important;
}

.hub .chart-wrap {
    padding: 10px ;
    /* background: #fff; */
    border-radius: 10px;
    color: #000;
    width: 100%;
}



.hub .chartActions .uploadChart, .hub .chartActions .uploadChart.sharetext {
    color: #cfcfcf;
}
.hub .chartActions .uploadChart.active, .hub .chartActions .uploadChart.active .sharetext {
    color: #fff;
}

.hub .chart .vega-embed.no-auto-size canvas {
    height: auto !important;
}


.article__body {
    font-size: 1rem; /* 16px */
}

@media screen and (min-width: 20rem) {
    .article__body {
        font-size: calc(.22077vw + .96034rem); /* Scale between 16px and 18px */
    }
}

@media screen and (min-width: 80.625rem) {
    .article__body {
        font-size: 1.125rem; /* 18px */
    }
}


main.menu-open,
.n-header.menu-open,
.header.menu-open
{
    filter: none !important;
}
.mobile-menu .mobile-menu__panel {
    right: 0;
    transition: all .5s ease-in-out;
    transform: translateX(1000px);

}
.mobile-menu.active .mobile-menu__panel {
    animation-delay: 0.1s !important;
    min-width: 410px;
    animation: none;
    transform: translateX(0px);
}

.mobile-menu {
    background: linear-gradient(270deg,rgba(0,0,0,0.31) -.72%,rgba(0,0,0,0.41) 7.67%);
}
.home__blocks-item .home__blocks-item-image:after {
    width: 100%;
    opacity: 0;
    transition: all .3s ease-in;
}
.home__blocks-item-title {
    transition: all .3s ease-in;

}
.home__blocks-item:hover .home__blocks-item-image:after {
    /* width: 100%; */
    animation: none;
    opacity: 0.3;
}
.mobile-menu {

    transition: all .3s;
}



a.home__events.home__blocks-item--style6 {
    /* min-height: 130px; */
    position: relative;
    flex-direction: column;
}

a.home__events.home__blocks-item--style6 div#circles3 {
    align-self: end;
    margin-bottom: -7px;
}

div#datahub-title-labels {
    position: absolute;
    bottom: 0;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    padding: 12px 12px 12px;
}

div#datahub-labels {
    display: flex;
    align-content: center;
    align-items: center;
}

.datahub-label {
    background: #122b39;
    color: #fff;
    text-transform: uppercase;
    font-family: Arial;
    font-size: 14px;
    font-weight: 700;
    padding: 2px 8px;
    margin: 3px;
    border-radius: 3px;
}

div#datahub-title h3 {
    margin: 0;
    font-size: 20px;
    font-family: "Circular Std";
    color: #122b39;
}

div#datahub-featured-chart {
    position: relative;
    left: 12px;
    right: 12px;
    width: calc(100% - 24px);
    z-index: 1;
    margin-top: 12px;
    margin-left: 0;
    margin-bottom: -60px;
    border-radius: 10px;
    min-height: 60px;
    background: transparent;
    height: 205px;
}

.hub#datahub-featured-chart .chart .vega-embed canvas{
    width:auto!important
}

div#datahub-featured-chart > .chart,
div#datahub-featured-chart > .chart > .chart-wrap,
div#datahub-featured-chart > .chart > .chart-wrap > .chart-wrapper,
div#datahub-featured-chart > .chart > .chart-wrap > .chart-wrapper > canvas
{
    height: 100% !important;
}

div#datahub-featured-chart > .chart > .chart-wrap > .chart-wrapper {
    text-align: center;
}

@media (max-width: 1100px) {
    div#datahub-featured-chart {
        height: 218px;
    }
    div#datahub-title h3 {
        font-size: 16px;
    }

}

@media (max-width: 992px) {
    div#datahub-featured-chart {
        margin-bottom: -22vw;
        min-height: 21vw;
    }
    div#datahub-title h3 {
        font-size: 18px;
    }
    
}
@media (max-width: 768px) {
    div#datahub-featured-chart {
        margin-bottom: -20vw;
    }

}
@media (max-width: 600px) {
    div#datahub-featured-chart {
        margin-bottom: -14vw;
    }
    div#datahub-title h3 {
        font-size: 16px;
    }

}





@media (max-width: 992px) {
    .home__blocks-item-group.home__blocks-item--style3.home__blocks-item--no-border:first-of-type {
        display: flex;
        width: 100%;
        gap: 30px;
        margin-right: 0;
    }

}
@media (max-width: 650px) {
    .home__blocks-item-group.home__blocks-item--style3.home__blocks-item--no-border:first-of-type {
        display: block;
        gap: 0;
    }
    .home__blocks-item-group.home__blocks-item--style3.home__blocks-item--no-border {
        
        margin-bottom: 0;
    }

}


.home__blocks-item--style1 .home__blocks-item-image {
    height: 17rem;
}

@media screen and (max-width: 40em) {

    .home__blocks-item .home__blocks-item-image {
        height: 15.625rem!important
    }
}


div#datahub-featured-chart,
div#datahub-featured-chart .chart-wrap {
    border-radius: 4px;
}
div#datahub-featured-chart .chart-wrap {
    background: rgb(247, 247, 247);
}



section.hub-intro h1 {
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 20px 0;
}
@media (max-width: 768px) {
    section.hub-intro h1 {
        font-size: 30px;
        margin: 20px 0;
    }
}




.hub .data-explorer {
    padding-top: 0;
}

.hub .chart-builder-v2>.container {
    padding: 0;
    /* display: -ms-flexbox; */
    /* display: flex; */
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
    gap: 20px;
}


.hub .chart-builder-v2 {
    padding-bottom: 150px;
    position: relative;
}


.hub .chart-builder-v2>.container .chart-builder_input, 
.hub .chart-builder-v2>.container .chart-builder_output {
    /* width: calc(50% + 10px); */
    width: calc(50% - 10px);
    display: inline-block;
    vertical-align: top;
}

.hub #dataLoaded {
    min-height: 30px;
}




.hub .pc-tab p {
    margin-top: 1.5em;
}

.hub .data-explorer .apiEndpoint .copy {
    left: auto;
    right: 10px;
}


.hub .form-field-row {
    gap: 20px;
}

.hub .form-field-row .form-field {
    margin-right: 0;
}



.hub legend {
    
    margin-bottom: 1rem;
}




.hub .chartActions .uploadChart {
    margin-right: 0;
}

.hub fieldset.appearance .input-group>:nth-child(3), 
.hub fieldset.variables .input-group>:nth-child(3) {
    width: 100%;
}

@media (max-width: 1100px) {
    .hub .chart-builder-v2>.container {
        flex-direction: column;
        max-width: 600px;
    }
    .hub .chart-builder-v2>.container .chart-builder_input, 
    .hub .chart-builder-v2>.container .chart-builder_output {
        width: calc(100% + 0px);
    }
    .hub .chart-builder-v2>.container .chart-builder_output {
        margin-top: 20px;
    }
    .hub .chart-builder-v2 {
        margin: 0 20px;
    }
    section.hub-intro h1 {
        text-align: center;
    }
    
}


select#mark {
    display: none;
}

.hub .colourSelector {
    padding: 0.42rem;
}








fieldset.variables-types {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px 18px;
    margin-bottom: 20px;
}

.variable-type > svg {
    max-width: 100%;
    width: 100px;
    height: 50px;
    display: block;
    margin: 0 auto 10px;
}

.variable-type {
    text-align: center;
    border: 0.8px solid #fff;
    border-radius: 5px;
    padding: 14px 10px 6px;
    cursor: pointer;
    transition: all .3s;
}

.variable-type > span {
    color: #fff;
}

.variable-type:hover {
    background: #ffffff29;
}

.variable-type.active {
    background: #ffffff57;
}



.hub .chart-builder-v2>.container .chart-builder_input {
    margin-right: 16px;
}


@media (max-width: 550px) {

    .hub .pc-tab nav ul {
        flex-wrap: wrap;
    }

    .hub .chartActions {
        justify-content: flex-start;
        margin-top: 15px;
    }

}

.hub__headline-list .chart-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; 

    flex-direction: row;
    align-content: flex-start;
    align-items: flex-start;
}

.hub__headline-list .chart-columns .hub__headline-list-item {

    /* max-width: 50%; */
  flex: 1 1 calc(50% - 10px); /* Adjust the width to be half of the container, accounting for the gap */
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Aligns items vertically at the top */
  box-sizing: border-box;
  margin-bottom: 30px;

}

.hub__headline-list .chart-columns .hub__headline-list-item.official {
    padding-top: 27px;
}

.hub__headline-list .chart-columns .hub__headline-list-item {

    border-radius: 5px;
    border: none !important;

}

@media (max-width: 768px) {
    .hub__headline-list .chart-columns .hub__headline-list-item {
        flex: 100%;
        max-width: none;
    }
}

.hub__headline-list #more_charts[disabled="disabled"] {
    pointer-events: none;
    font-size: 0;
    background: #e48c98;
    transition: 0s;
}

.hub__headline-list #more_charts[disabled="disabled"]::after {
    content: 'Loading...';
    font-size: 14px;
    padding: 7px 30px;
}


.explore-tabs {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 50px 0 0;
}

a.explore-button {
    text-align: center;
    background: #2e3b45;
    flex: 1;
    transition: all .2s;
    padding: 20px;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
    align-content: center;
}

a.explore-button:hover {
    background: #41525f;
}

a.explore-button-create {
    background: #35b6b4;
    color: #0c161e;
}

a.explore-button-create:hover {
    background: #57d7d5;

}


@media (max-width: 992px) {

    .explore-tabs {
        flex-wrap: wrap;
    }
    a.explore-button {
        flex: 1 1 40%;
    }
}


@media (max-width: 600px) {
    a.explore-button {
        flex: 1 1 100%;
    }
}


.explore-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0 0;
    align-content: center;
    align-items: center;
}

.explore-filter > div {
    /* flex: 1 1 40%; */
    gap: 15px;
    align-items: center;
}


.explore-search {
    width: 35%;
}

.explore-tags {
    width: calc(65% - 20px);
}

.explore-tags {
    display: flex;
}

ul.explore-tag-selection,
.post-tags
{
    width: 100%;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    
}

ul.explore-tag-selection li,
.post-tag
{
    background: #2e3b45;
    padding: 5px 13px;
    border-radius: 50px;
    transition: all .2s;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    user-select: none;
    color: #fff;
    cursor: pointer;
}

.post-tags {
    margin: 10px 0 0;
}

.explore-search input {
    margin: 0;
}

ul.explore-tag-selection li:hover,
.post-tag:hover
{
    opacity: 1 !important;
    border: 1px solid #e4e4e44f;
}

ul.explore-tag-selection li.tag-active,
.post-tag.tag-active
{
    border-color: #fff;
    opacity: 1 !important;
    filter: brightness(1.1);
    box-shadow: 1px 1px 5px #0000003d;
}

ul.explore-tag-selection:hover li {
    opacity: 0.9;
}


.explore-search {
    position: relative;
}

.explore-search .explore-search-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' focusable='false' width='1em' height='1em' style='font-size: 29px; transform: rotate(360deg);' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24' class='iconify' data-inline='false' data-icon='bx:bx-search'%3E%3Cpath d='M10 18a7.952 7.952 0 0 0 4.897-1.688l4.396 4.396l1.414-1.414l-4.396-4.396A7.952 7.952 0 0 0 18 10c0-4.411-3.589-8-8-8s-8 3.589-8 8s3.589 8 8 8zm0-14c3.309 0 6 2.691 6 6s-2.691 6-6 6s-6-2.691-6-6s2.691-6 6-6z' fill='%23fff' %3E%3C/path%3E%3C/svg%3E");
    content: '';
    position: absolute;
    right: 12px;
    width: 25px;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0px;
    bottom: 0;
    cursor: pointer;
    opacity: 0.6;
    transition: all .2s;
}

.explore-search .explore-search-icon:hover {
    opacity: 0.8;
}

input.explore-search-input {
    padding: 8px 10px;
    height: auto;
}





.chartActions .output-button.btn-loading {
    transition: all 0s;
    overflow: hidden;
    color: transparent;
    position: relative;
    pointer-events: none;
    cursor: wait;
}

.chartActions .output-button.btn-loading:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 18px;
    height: 18px;
    border: 3px solid #ffffffd6;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
} 


.chart-columns .hub__headline-list-item.hide-chart {
    display: none !important;
}

.hub__headline-list #more_charts {
    transition: none;
    display: none;
}

.chart-items-wrap.loaded #more_charts {
    display: flex;
}

div#nomore {
    text-align: center;
    color: #fff;
    display: none;
}




@media (max-width: 768px) {
    .explore-search {
        width: 100%;
    }
    
    .explore-tags {
        width: 100%;
    }
    ul.explore-tag-selection li, .post-tag {
        padding: 5px 11px;
        font-size: 16px;
    }
}


.hub__headline {
    position: relative;
    z-index: 0;
}

.explore-tag-selection-wrap-out {
    position: relative;
    width: 100%;
    min-height: 49px;
    z-index: 999;
}



ul.explore-tag-selection {
    padding: 3px 90px 3px 0px;
}


.toggle-explore-tag-selection {
    font-size: 12px;
    letter-spacing: 1px;
    position: absolute;
    /* width: 50px; */
    text-align: justify;
    right: 0;
    bottom: 17px;
    line-height: 14px;
    color: #848688;
    cursor: pointer;
    text-transform: uppercase;
    transition: color .2s opacity .2s;
    z-index: 1000;
    user-select: none;
    opacity:0;
}

.toggle-explore-tag-selection.active {
    position: relative;
    bottom: 14px;
    left: 6px;
}

.toggle-explore-tag-selection:hover {
    color: #a4a8ac;
}

.explore-tag-selection-wrap {
    max-height: 47px;
    overflow: hidden;
}


.explore-tag-selection-wrap.explore-tag-selection__expanded {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    overflow: visible;
    max-height: none;
}
.explore-tag-selection-wrap.explore-tag-selection__expanded ul.explore-tag-selection {

    background: #202f3b;
    border: 0.5px solid #344858;
    box-shadow: 0 4px 20px #00000024;
    border-radius: 8px;
    padding: 15px 10px 40px 10px;
    z-index: 999;
    margin: -12.5px -10.5px;
    width: calc(100% + 10px);
}

@media (max-width: 768px) {
    .explore-tag-selection-wrap-out {
        min-height: 47px;
    }
}

.chart-column {
    flex: 1;
}

.chart-columns {
    opacity: 0;
    transition: all .3s;
}
.chart-list {
    display:none !important;
}

.chart-items-wrap.loaded .chart-columns {
    opacity: 1;
}


/* <div class="charts-loading">
<div class="loading">
  <div class="loading__icon"></div>
  <div class="loading__text">Loading...</div>
</div>
</div> */
.chart-items-wrap .charts-loading {
    display: block;
    text-align: center;
    padding: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.chart-items-wrap .charts-loading .loading {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
}

.chart-items-wrap .charts-loading .loading .loading__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid  #ffffff8c;
    border-top-color: transparent;
    animation: spin 2s linear infinite;
}

.chart-items-wrap .charts-loading .loading .loading__text {
    margin-top: 39px;
    font-size: 14px;
    color: #eee;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.chart-items-wrap.loaded .charts-loading {
    display: none;
}

.chart-description {
    /* display: none !important; */
}


.actions {}





.my-profile-tabs .actions i {
    color: #222;
}



.actions .save i:before,
.actions .comment i:before,
.actions .download i:before,
.actions .code i:before,
.actions .link i:before
{
    transition: all .2s;
}
.actions .save:hover i:before,
.actions .comment:hover i:before,
.actions .download:hover i:before,
.actions .code:hover i:before,
.actions .link:hover i:before
{
    color: #e6224b;
}



.my-profile-tabs .chart-items-wrap .charts-loading .loading__icon {
    border: 5px solid #4f4f4f8c;
    border-top-color: transparent;
}

.my-profile-tabs .chart-items-wrap .charts-loading .loading__text {
    color: #333;
}

.my-profile-tabs .actions .comment {
    display: none;
}


.my-profile-tabs .tab-content-container {
    height: auto !important;
    display: block !important;
}

.my-profile-tabs .tab-content {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    pointer-events: none;
    opacity: 0;
}

.my-profile-tabs .tab-content.current {
    position: relative;
    pointer-events: all;
    opacity: 1;
}


@media (max-width: 700px) {
    .chart-column {
        flex-basis: auto;
    }
}


body.page-template-my-profile span.post-tag {
    pointer-events: none;
}

body.page-template-my-profile .user-actions {
    white-space: nowrap;
}

body.page-template-my-profile .user-actions a {
    padding: 5px 12px;
}





.chart-wrap.vega-embed canvas {
    background: #fff;
}

.chart-wrap {
    /* position: relative; */
}

/* .chart-wrap:after { */
.chart-wrap canvas ~ .vega-bindings:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background: transparent;
    margin: auto;
    animation: spin 2s linear infinite;
    border-radius: 50%;
    border: 5px solid #afafaf8c;
    border-top-color: transparent;
    z-index: 1;
    display: none;
}

.chart-wrap canvas[width="0"] ~ .vega-bindings:after {
    display: block;
}
.chart-wrap canvas[width="0"][height="0"] ~ .vega-bindings:after {
    display: none;
}

body.page-template-my-profile .user-actions a:focus {
    color: #fff;
}




.home__blocks-item-title {
    margin-bottom: 0rem;
}

.home__blocks-item--style2>div:first-of-type {
    margin-right: 0.3rem;
}

.home__blocks-item--style2>div:last-of-type {
    padding-right: 1rem;
    padding-bottom: 1rem;
}

.home__blocks-item--style2 .home__blocks-item-image .image {
    margin-bottom: 0;
}

.home__blocks-item--style2 .home__blocks-item-image {
    height: 100%;
}

.home__blocks-item--style2 {
    align-items: stretch;
}


.home__blocks-item-cat {
    margin-bottom: .5rem;
}


.home__blocks-item--style5 .chart {
    margin-top: 0 !important;
}

.home__blocks-item--style5 .front {
    align-items: center;
}


.home__blocks-item--style5 .card {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.home__blocks-item--style5 .vega-embed.has-actions {
    padding-right: 0 !important;
}

.home__blocks-item--style5 .vega-embed summary {
    top: 10px;
    right: 10px;
}

.home__blocks-item--style5 .home__blocks-item-title {
    margin-bottom: 1rem;
}
.home__blocks-item--padding>div:last-of-type {
    padding-right: 0.5rem;
    padding-bottom: 1rem;
}


a.home__blocks-item .home__blocks-item-teaser p {
    margin-bottom: 0 !important;
}

a.home__blocks-item .home__blocks-item-teaser {
    margin-top: .5rem;
}

.home-all-answers {
    margin-bottom: 20px;
}

.home__blocks-item--style5>div.home-pinned-chart {
    width: 100%;
    margin: 0;
    margin-bottom: 65px;
    padding: 0;
}

@media only screen and (max-width: 1023px) {

    .home-pinned-chart .front > div {
        width: 100%;
        max-width: none !important;
    }

}

.hub__headline-list-item .card .buttons {
    padding-left: 47px;
}

.home__blocks-item-group {
    margin-bottom: 0;
}


.answers__block-title {
    font-size: 1rem;
    height: auto;
    min-height: 3.8rem;
    line-height: 1.2rem;
    padding: 8px 26px 8px 9px;  
    transition: all .3s;
}

.answers__block {

    width: calc((100% - (0.825rem * 5)) / 5);
    margin-right: 0.825rem;
    margin-bottom: 0.825rem;
}

.answers__block:nth-of-type(3n+3) {
    margin-right: 0.825rem;
}
.answers__block:nth-of-type(5n+5) {
    margin-right: 0;
}

.answers__block.animate {
    animation-duration: .1s;
}

.answers__block-arrow { 
    /* top: -0.07rem; */
    top: 1.03rem;
    right: -0.4rem;
    transform: scale(0.55);
    transition: all .3s;
}

h1.answers__title {
    margin-bottom: 1.4rem;
    margin-top: 0.5rem;
    font-size: 1.2rem;
    font-weight: 600;
}

@media screen and (max-width: 62em) {
    .answers__block {
        width: calc((100% - (0.825rem * 4)) / 4);
    }
    .answers__block:nth-of-type(2n+2),
    .answers__block:nth-of-type(5n+5) {
        margin-right: 0.825rem;
    }
    .answers__block:nth-of-type(4n+4) { 
        margin-right: 0;
    }
    
    
}


@media screen and (max-width: 768px) {

    .answers__block {
        width: calc((100% - (0.825rem * 3)) / 3);
    }
    .answers__block:nth-of-type(4n+4) {
        margin-right: 0.825rem;
    }
    .answers__block:nth-of-type(3n+3) { 
        margin-right: 0;
    }
    

}

@media screen and (max-width: 40em) {

    .answers__block {
        width: calc((100% - (0.825rem * 2)) / 2);
    }
    .answers__block {
        margin-right: 0.825rem !important;
    }
    .answers__block:nth-of-type(2n+2) { 
        margin-right: 0;
    }
    

}


@media screen and (max-width: 500px) {

    .answers__block {
        width: 100%;
    }
    .answers__block {
        margin-right: 0 !important;
    }

}

.home__blocks-item--style5>div:first-of-type:not(.hub__headline-list-item) {
    margin-right: .8rem;
}

.home__blocks-grid-wrap.search {
    padding-top: 0 !important;
    border: none !important;
}

.hub #chart canvas {
    border-radius: 10px;
}


body.page-template-search .hub__headline-list-item .card {
    background-color: #f0f3f5;
    border: 1px solid #dbe2e5;
}


body.page-template-search .hub__headline-list-item .card .front > .chart {
    background: #fff;
    border-radius: 5px;
    padding: 0px;
    margin-bottom: 15px;
}

body.page-template-search .hub__headline-list-item .card .front > .chart canvas {
    border-radius: 5px;
    margin-bottom: -6px;
}

body.page-template-search .hub__headline-list-item .card .vega-embed.has-actions {
    padding-right: 0 !important;
}

body.page-template-search .hub__headline-list-item .card .vega-embed.has-actions details summary {
    margin: 10px;
}

body.page-template-search .hub__headline-list-item .card .vega-embed.has-actions details .vega-actions {
    right: 1px;
    top: 50px;
}

body.page-template-search .hub__headline-list-item .actions i {
    color: #222;
}
body.page-template-search .hub__headline-list-item .actions .left {
    display: none;
}

.hub__headline-list .chart-columns .hub__headline-list-item.official .card {
    padding-top: 35px;
}

.hub__headline-list .hub__headline-list-item.specific-chart .card {
    border-color: #a2a2a2 !important;
    box-shadow: 2px 3px 10px #00000052  !important;
}

.chart-specific {
    width: 100%;
}

.chart-specific .hub__headline-list-item {
    max-width: none;
    margin-bottom: 30px;
}

@media (max-width: 1000px) {
    section#search-results > .container {
        padding: 0 !important;
    }
}



body.page-template-search input#search {
    padding: 8px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    height: auto;
}

body.page-template-search button.form__submit.search__form-submit {
    padding: 0.6125rem 1.25rem;
}

body.page-template-search .search__form select.form__input {
    margin-right: 0;
    padding: 8px 25px 8px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    height: auto;
    flex: 30%;
    margin-right: 1.25rem;
}


@media (max-width: 748px) {
    body.page-template-search input#search {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 640px) {
    body.page-template-search .search__form select.form__input {
        margin-right: 0;
    }
}

.user-charts-list a.home__blocks-item {
    height: 100%;
    padding-left: 0;
}


.user-charts-list .home__blocks-item:before {
    display: none;
}

.user-charts-list .hub__headline-list-item .content {
    padding-left: 0px !important;
}

.user-charts-list .slick-slide {
    margin-right: 20px;
}
.user-charts-list .slick-slide:last-of-type {
    
    margin-right: 0px;
}

body.page-template-search .hub__headline-list-item .card .front>.chart .chart-wrapper {
    text-align: center;
}
body.page-template-search .hub__headline-list-item .card .front>.chart .chart-wrapper canvas {
    max-height: 300px !important;
    height: auto !important;
    width: auto !important;
    margin: 0 auto;
    max-width: 100%;
    /* max-height: none; */
}

.chart-specific .hub__headline-list-item.official {
    margin-top: 30px;
}

h2.carousel__title {
    font-size: 24px;
    margin-bottom: 20px;
    display: block;
    margin-top: 10px;
    clear: both;
    float: left;
    width: 100%;
    font-family: 'Circular Std';
}

.home__blocks-grid.user-charts-list {
    margin-bottom: 30px;
}



.user-charts-list .slick-next::before,
.user-charts-list .slick-prev::before {
    color: #8b8b8b;
    content: '›';
    font-size: 60px;
    transform: none;
    line-height: 0;
    display: block;
    margin-top: -5px;
    margin-right: -5px;
}

.user-charts-list .slick-prev::before {
    content: '‹';
    margin-right: 0px;
    margin-left: -5px;
}

.user-charts-list .slick-next,
.user-charts-list .slick-prev {
    width: 40px;
    height: 40px;
    background: #f0f1f2;
    border-radius: 10px;
    right: -30px;
    box-shadow: 0 0 5px #56585b4a;
    border: 1px solid #dddddd;
    z-index: 1;
    transition: all .3s ease;
}

.user-charts-list .slick-next:hover,
.user-charts-list .slick-prev:hover {
    box-shadow: 0 0 10px #56585b78;
}

.user-charts-list .slick-prev {
    left: -30px;
    right: 0;
}

.user-charts-list .slick-disabled {
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 768px) {

    .user-charts-list .slick-next:before,
    .user-charts-list .slick-prev:before {
        font-size: 50px;
    }
    .user-charts-list .slick-next,
    .user-charts-list .slick-prev {
        right: -25px;
        width: 30px;
        height: 30px;
    }

    .user-charts-list .slick-prev {
        left: -25px;
    }
}

@media (max-width: 480px) {
    .user-charts-list .slick-next,
    .user-charts-list .slick-prev {
        display: none !important
    }   
}

.article__container {
    align-items: stretch;
}


.article__sidebar-sticky {
    position: sticky;
    top: 20px;
}