.oht-articles-container {
    margin-bottom: 30px;
}
.oht-articles-container .article-group-title {
    margin-bottom: 1rem;
}
.oht-articles-wrapper .oht-article .article-title {
    margin-top: 7px;
}
.oht-articles-wrapper.dynamic {
    display: grid;
    gap: 20px 30px;
    grid-template-columns: 1fr 1fr;
}
.oht-articles-wrapper.dynamic .oht-article {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.oht-articles-wrapper.big-top.oht-thumbnail-left .oht-article .oht-article-image-link, .oht-articles-wrapper.big-left.oht-thumbnail-left .oht-article .oht-article-image-link, .oht-articles-wrapper.fat-stacks.oht-thumbnail-left .oht-article .oht-article-image-link, .oht-articles-wrapper.grid.oht-thumbnail-left .oht-article .oht-article-image-link, .oht-articles-wrapper.dynamic.oht-thumbnail-left .oht-article .oht-article-image-link {
    float: left;
    width: 33%;
    margin-right: 15px;
    margin-bottom: 15px;
}
.oht-articles-wrapper.big-top.oht-thumbnail-left .oht-article .article-title, .oht-articles-wrapper.big-left.oht-thumbnail-left .oht-article .article-title, .oht-articles-wrapper.fat-stacks.oht-thumbnail-left .oht-article .article-title, .oht-articles-wrapper.grid.oht-thumbnail-left .oht-article .article-title, .oht-articles-wrapper.dynamic.oht-thumbnail-left .oht-article .article-title {
    margin-top: 0;
    font-size: 1.25rem;
}
.oht-articles-wrapper.big-top.oht-thumbnail-right .oht-article .oht-article-image-link, .oht-articles-wrapper.big-left.oht-thumbnail-right .oht-article .oht-article-image-link, .oht-articles-wrapper.fat-stacks.oht-thumbnail-right .oht-article .oht-article-image-link, .oht-articles-wrapper.grid.oht-thumbnail-right .oht-article .oht-article-image-link, .oht-articles-wrapper.dynamic.oht-thumbnail-right .oht-article .oht-article-image-link {
    float: right;
    width: 33%;
    margin-left: 15px;
    margin-bottom: 15px;
}
.oht-articles-wrapper.big-top.oht-thumbnail-right .oht-article .article-title, .oht-articles-wrapper.big-left.oht-thumbnail-right .oht-article .article-title, .oht-articles-wrapper.fat-stacks.oht-thumbnail-right .oht-article .article-title, .oht-articles-wrapper.grid.oht-thumbnail-right .oht-article .article-title, .oht-articles-wrapper.dynamic.oht-thumbnail-right .oht-article .article-title {
    margin-top: 0;
    font-size: 1.25rem;
}
.oht-articles-wrapper.big-top .oht-article:first-child .oht-article-image-link, .oht-articles-wrapper.big-left .oht-article:first-child .oht-article-image-link, .oht-articles-wrapper.dynamic .oht-article:first-child .oht-article-image-link {
    float: none;
    margin: 0;
}
.oht-articles-wrapper.big-top .oht-article:first-child .article-title, .oht-articles-wrapper.big-left .oht-article:first-child .article-title, .oht-articles-wrapper.dynamic .oht-article:first-child .article-title {
    margin-top: 7px;
    font-size: 1.75rem;
}
.oht-articles-wrapper.big-left {
    display: flow-root;
}
.oht-articles-wrapper.big-left .oht-article {
    float: right;
    clear: right;
    width: 48%;
}
.oht-articles-wrapper.big-left .oht-article .excerpt {
    /*display: none;*/
}
.oht-articles-wrapper.big-left .oht-article:first-child {
    float: left;
    margin-right: 4%;
}
.oht-articles-wrapper.big-left .oht-article:first-child .excerpt {
    display: block;
}
.oht-articles-wrapper.grid {
    clear: both;
    display: flex;
    flex-wrap: wrap;
}
.oht-articles-wrapper.grid .oht-article {
    float: left;
    width: 29%;
    margin: 0 2%;
    margin-bottom: 2%;
    border-bottom: none;
}
.oht-articles-wrapper.wide-grid ~ .read-more-button {
    margin-top: 15px;
}
.oht-articles-wrapper.wide-grid .oht-article {
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #231f20;
    color: #fff;
    transition: all 0.5s;
    margin: 0;
    border: 0;
    height: 200px;
}
.oht-articles-wrapper.wide-grid .oht-article > *:not(.oht-article-image-link):not(.article-title-link-wrapper) {
    position: relative;
    left: 4%;
    top: 4%;
}
.oht-articles-wrapper.wide-grid .oht-article .article-title-link-wrapper {
    position: absolute;
    bottom: 4%;
    left: 4%;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.oht-articles-wrapper.wide-grid .oht-article .article-title-link-wrapper > * {
    font-size: 1.15em;
}
.oht-articles-wrapper.wide-grid .oht-article .aspect-ratio-box {
    position: absolute;
    height: 100%;
    opacity: 0.7;
    transition: opacity 0.5s ease;
}
.oht-articles-wrapper.wide-grid .oht-article .aspect-ratio-box.circle {
    border-radius: unset;
}
.oht-articles-wrapper.wide-grid .oht-article .excerpt, .oht-articles-wrapper.wide-grid .oht-article .article-comment-link {
    display: none;
}
.oht-articles-wrapper.wide-grid .oht-article:hover .article-title-link-wrapper > * {
    text-decoration: underline;
}
.oht-articles-wrapper.wide-grid .oht-article:hover .aspect-ratio-box {
    opacity: 1;
}
.oht-articles-wrapper.wide-grid .oht-article:nth-child(n+6) {
    display: none;
}
@media (min-width: 600px) {
    .oht-articles-wrapper.wide-grid .oht-article {
        width: 50%;
        float: left;
   }
}

@media (min-width: 900px) {
    .oht-articles-wrapper.wide-grid .oht-article {
        width: 25%;
        float: left;
   }
}
.oht-articles-wrapper.wide-grid .oht-article:first-child {
    width: 100%;
}
@media (min-width: 600px) {
    .oht-articles-wrapper.wide-grid .oht-article:first-child {
        height: 300px;
   }
}
@media (min-width: 900px) {
    .oht-articles-wrapper.wide-grid .oht-article:first-child {
        width: 50%;
        float: left;
        height: 400px;
   }
}
.oht-articles-wrapper.headlines .oht-article {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.oht-articles-wrapper.headlines .oht-article > * {
    display: none;
}
.oht-articles-wrapper.headlines .oht-article .article-title-link-wrapper {
    display: initial;
}
.oht-articles-wrapper.headlines .oht-article .subhead {
    display: block;
}
.oht-articles-wrapper.headlines .oht-article:first-child .oht-article-image-link {
    display: initial;
}
.oht-articles-container .oht-article {
    width: 100%;
    padding-bottom: 30px;
    /*border-bottom: 1px solid #000;*/
    margin-bottom: 30px;
    overflow: hidden;
}
.oht-article.placeholder * {
    color: transparent;
    pointer-events: none;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
    background-size: 800px 104px;
}
.oht-article.placeholder .small span {
    opacity: 0;
}
@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
   }
    100% {
        background-position: 468px 0;
   }
}
.oht-articles-container .oht-article:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.oht-articles-container .oht-article > .oht-article-image:first-child, .oht-article > .aspect-ratio-box:first-child {
    margin-top: 3px;
}
.oht-articles-container .oht-article p:last-child {
    margin-bottom: 0;
}
.oht-articles-container .oht-article .oht-article-image {
    width: 100%;
}
.oht-articles-container .oht-article .subhead {
    display: block;
    margin-top: -5px;
    margin-bottom: 5px;
}

@media (max-width: 600px) {
    .oht-articles-wrapper.dynamic {
      display: block!important;
   }
}

.oht-articles-container .oht-article h3{
    padding-top:5px;
}
/*Bad crop on smaller screens for widget  */
@media(max-width:400px){
	.oht-slider-new .carousel-outer .carousel-item img{
		height:257px;
    }
}


div.big-left.oht-articles-wrappt.oht-thumbnail-before
div.big-left.oht-articles-wrappt.oht-thumbnail-after
 {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 9px;
}

div.big-left.oht-articles-wrappt.oht-thumbnail-before .oht-article:first-child,
div.big-left.oht-articles-wrappt.oht-thumbnail-after .oht-article:first-child {
     float: unset;
    margin-right: unset;
}

div.big-left.oht-articles-wrappt.oht-thumbnail-before .oht-article,
div.big-left.oht-articles-wrappt.oht-thumbnail-after .oht-article {
	width: 48%;
	float: unset;
	margin-right: unset;
	margin-bottom: unset;
}

