.fetchPostsInfo .card-body {
    background: #fff
}

div#topBlogPost {
    height: 350px;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    margin-left: -15px;
    margin-right: -10px;
    box-shadow: 0 5px 10px -5px #000
}

div#topBlogPost img {
    position: absolute;
    top: 0;
    left: 0
}

.topBlogContent {
    right: 0;
    width: 50%;
    top: 30%
}

.theLatestCategoryContent h3 {
    font-size: 24px;
    text-transform: none
}

.theLatestCategoryContent h3:hover, .topBlogContent a:hover {
    color: #64666a
}

.theLatestCategoryContent p {
    font-size: 18px;
    margin-bottom: 0
}

.newsicon {
    font-size: 50px
}

.topNewsLetter {
    margin-right: -15px;
    box-shadow: 0 5px 10px -5px #000
}

.topNewsLetter p {
    font-size: 18px;
    line-height: 20px;
    color: #c8c8c8
}

.fetchPostsInfo .card {
    border: none;
    position: relative;
    box-shadow: 0 5px 10px -5px #000
}

.fetchPostsInfo a {
    display: block;
    text-decoration: none;
    color: initial
}

.fetchPostsInfo a:hover {
    color: initial
}

.topBlogContent a, .topBlogContent a:hover {
    text-decoration: none
}

form#mktoForm_1621 {
    position: relative;
    display: flex;
    width: 100% !important
}

.theLatest-newsLetter {
    width: 77%;
    margin: 0 auto !important
}

.theLatest-newsLetter .mktoFormRow input#Email {
    width: 100% !important
}

.theLatest-newsLetter .mktoFieldDescriptor.mktoFormCol, .theLatest-newsLetter .mktoForm .mktoFieldWrap, .theLatest-newsLetter .mktoForm .mktoFormRow {
    clear: both;
    width: 100%
}

.theLatest-newsLetter .mktoButtonRow {
    position: absolute;
    right: 0;
    top: 0
}

.theLatest-newsLetter button.mktoButton {
    display: flex;
    align-items: center;
    justify-content: center
}

.theLatest-newsLetter button.mktoButton::before {
    font-size: 20px !important
}

@media only screen and (max-width: 992px) {
    .topBlogContent {
        width: 65%
    }

    .theLatestCategoryContent h3, .topNewsLetter h4 {
        font-size: 20px
    }

    .topNewsLetter {
        padding: 20px
    }
}

@media only screen and (max-width: 767px) {
    .topNewsLetter {
        width: 100%;
        margin-right: 0;
        padding: 30px
    }

    div#topBlogPost {
        margin: 0
    }

    div#topBlogPost {
        align-items: flex-end
    }

    .topBlogContent {
        right: 0;
        width: 100%;
        top: 0;
        position: relative !important
    }

    .card-columns.fetchPostsInfo {
        flex-direction: column;
        display: flex;
        padding: 0 15px;
        column-count: 1
    }

    #theLatestPageSection .theLatest-newsLetter .mktoButtonRow {
        top: 0
    }
}

@media only screen and (max-width: 480px) {
    #theLatestPageSection .theLatest-newsLetter .mktoButtonRow {
        top: 10px
    }
}