.yellow-bottom {
    z-index: 999;
    border-bottom: solid 4px #FDBE2D;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.sub-menu {
    border-radius: 5px;
    border: 1px solid rgba(34, 36, 38, .15);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08);
}

.header-img-activated {
    height: 400px;
    padding: 0 15px 0 15px;
}

.bottom-header-wrapper-parent {
    height: 400px;
    width: 100%;
    background: white;
    display: flex;
    justify-content: center;
}

.bottom-header-wrapper {
    display: flex !important;
    align-self: center;
    align-items: center;
    height: inherit;
    background: white;
}

.bottom-header-wrapper-parent::after {
    position: absolute;
    width: 80%;
    height: 1px;
    content: ' ';
    margin: 400px auto 0;
    background: #D8D8D8;
}

.blog-image {
    display: flex;
    justify-content: center;
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 767px) {
    .bottom-header-wrapper {
        width: 100% !important;
        flex-direction: column;
    }

    article {
        flex: 1 0 47%;
    }

    .blog-image {
        height: 50%;
    }
}

@media (max-width: 1024px) {
    .blog-description h4 {
        font-size: 0.8rem;
    }
}

@media only screen and (min-width: 1025px) {
    .blog-description h4 {
        font-size: 17px;
    }
}

/* Large devices (laptops/desktops, 769px and up) */
@media only screen and (min-width: 768px) {
    .bottom-header-wrapper {
        width: 80% !important;
        flex-direction: row;
    }

    article {
        flex: 1 0 30%;
    }

    .blog-image {
        height: 100%;
    }

    .blog-description {
        width: 60%;
    }
}

.bottom-header-wrapper > div > img {
    max-height: 100%;
    /*object-fit: none;*/
}

.featured-thumbnail-parent {
    height: 35vh;
    margin: -40px -18.85vw 0 -18.85vw;
}

.featured-thumbnail {
    height: inherit;
    overflow: hidden;
}

.featured-thumbnail img {
    height: 400px;
    object-fit: cover;
    object-position: 50% 50%;
}

.featured-thumbnail-parent > .featured-thumbnail img {
    filter: brightness(50%);
}

.blog-title {
    color: #0F4C81;
    font-size: 5vmin;
    font-weight: bold;
}

.blog-description {
    color: black;
    text-align: left;
    margin-top: 20px;
}

.content-wrap > h1.entry-title {
    color: white !important;
    /*-webkit-text-stroke: 1px black;*/
    margin-top: -200px !important;
    position: absolute;
}

@media (min-width: 1200px) {
	.align-header-title {
		margin-left: 300px !important;
	}
}