.tradingview-widget-copyright {
	display: none;
}

.story__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
}

.story {
    margin-bottom: 34px;
    padding-top: 10px;
    position: relative;
}

.story h2 {
	margin: 0px;
	padding: 0px;
}

.story__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.story__column--large {
	order: -2;
}

.story__column {
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    width: 100%;
}

.story__heading {
    background: #fff;
    margin-bottom: 19px;
    overflow: hidden;
    position: relative;
    padding-left: 0px;
    margin-top: 0px;
    font-size: 32px;
    line-height: 1.4;
}

.story__heading strong {
    font-weight: 700;
}

.story__heading:after {
    background: #000;
    content: "";
    display: inline-block;
    height: 2px;
    margin-left: 16px;
    position: absolute;
    top: calc(50% + 2px);
    transform: translateY(-50%);
    width: 100%;
}

.story__article--medium {
    margin-bottom: 1.25rem;
}

.story__article a {
    width: 100%;
}

.story__article--medium h2 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: .1875rem;
    margin-top: 0px;
}

.story h2 a {
    color: #1e1e1e;
}

.story p {
    margin-bottom: 8px;
}

.story__article p {
    color: #575c63;
}

.story__paragraph--small {
    font-size: 14px !important;
    line-height: 24px !important;
}

.story__byline {
    color: #6a6a6a;
    font-size: 12px;
    line-height: 2rem;
}

.story__byline strong{
    font-weight: 700;
    font-family: Verdana, sans-serif;
}

.story__byline a {
    color: #6a6a6a;
    font-family: Verdana, sans-serif;
    font-weight: 400;
}

.story__article--small {
    border-top: 1px solid #e8e8e8;
    margin-bottom: 1.25rem;
    padding-top: 1.3125rem;
}

.story__article--small h2 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: .25rem;
}

.story__article--large {
    border-bottom: 2px solid #000;
    margin-bottom: 1.3125rem;
    padding-bottom: 1.0625rem;
    text-align: center;
}

.story__article picture {
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

.story__article img {
	height: 100%;
    left: 0;
    width: 100%;
    max-width: none;
    position: absolute;
    top: 0;
    object-fit: cover;
}

.story__article--large picture {
    margin-bottom: 1.3125rem;
}

.story__category {
    color: #1e1e1e;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 20px;
}

.story__article--large h2 {
    margin-bottom: 15px;
}

.story__article--large p {
    color: #1e1e1e!important;
    font-family: Prata,sans-serif;
    margin-bottom: 15px!important;
    font-size: 16px;
    line-height: 1.5;
}

.story__article--large .story__byline {
    color: #1e1e1e!important;
    font-size: 16px!important;
    line-height: 1.5!important;
}

.story__article--large .story__byline a {
    color: #1e1e1e!important;
}

.story__article--medium {
    margin-bottom: 20px;
}

.story__article--medium picture {
    margin-bottom: 13px;
}

.story__column--pull-left {
	order: -1;
}

@media (min-width: 992px) {
	.story__column--pull-left {
	    order: 0;
	}

	.story__column {
	    flex-basis: 0;
	    flex-grow: 1;
	    -ms-flex-positive: 1;
	    -ms-flex-preferred-size: 0;
	    max-width: 100%;
	}

	.story__column--large {
	    flex: 0 0 100%;
	    max-width: 100%;
	    order: 0;
	}

	.story__image-wrapper {
	    order: 1;
	}

	.story__column--small {
	    flex: 0 0 224px;
	    max-width: 224px;
	}
}

@media (max-width: 1024px) {
    .c-content-title.mobile-only, h2 {
        color: #1e1e1e;
        font-size: 28px !important;
        line-height: 1.4;
        margin-bottom: 15px;
        font-family: Verdana, sans-serif;
        font-weight: 400;
    }
}


body.home h2 {
    font-weight: 700 !important;
}
