.blogCenteredContent {
    width: 68% !important;
    min-width: 0;
    margin-bottom: 60px;
    margin-top: 12rem;
    max-width: 1280px;
}

#content {
    /* margin-top:100px; */
}

.postPreviewFile {
    width: 100%;
    height: 50rem;
    display: block;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.slick-arrow {
    z-index: 3;
    background-image: url(/files/leftArrow.svg) !important;
    /* background-size: contain !important; */
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 25px;
    height: 35px;
    background-size: 10px !important;
    background-color: #b7d4ff !important;
}
.slick-prev {
    left: 4px;
}

.slick-arrow:before {
    content: "";
}

.slick-arrow:hover {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background: #b7d4ff;
}

.slick-next {
    right: 5px;
    transform: rotate(180deg);
}



#blogTitle {
    font-weight: 500;
    color: #000F43;
    letter-spacing: 0;
    font-size: 6rem;
    border-bottom: none;
    margin-top: 15px;
    text-transform: capitalize;
    margin-bottom: 35px;
    text-align: left;
    /* line-height:43px; */
    width: 100%;
    /* max-width: 1280px; */
}

.blogPostDate {
    font-size: 11px;
    display: none;
}

#blogSubtitle {
    text-align: center;
    color: #000F43;
    font-size: 16px;
    font-weight: 400;
    /* float: left; */
    width: 55%;
    text-align: left;
    line-height: 28px;
    /* margin: 15px 0; */
}

#blogPostTitle {
    position: relative;
    font-size: 18px;
    letter-spacing: 1px;
    color: #57585b;
    margin-bottom: 30px;
    font-weight: 600
}

.blogSubtitle {
    position: relative;
    font-size: 16px;
    margin-bottom: 15px
}

#blogPrevImg {
    width: 200px;
    height: auto;
    float: left;
    margin-right: 20px
}

.blogImage {
    position: relative;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 100%
}

.blogCaption {
    position: relative;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    font-size: 12px;
    color: #000;
    margin-bottom: 25px
}

p {
    color: #000f43;
}

.blogText {
    position: relative;
    display: block;
    height: auto;
    overflow: hidden;
    color: #000f43;
    font-size: 16px;
    text-align: justify;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 28px;
    font-weight: 300;
    float: left;
    width: 100%;
}

.blogGallery {
    position: relative;
    margin-top: 20px;
    height: auto;
    overflow: hidden;
    width: 100%
}

.slick-dots {
    top: 20px;
    right: 20px;
    width: auto
}

.slick-dots li {
    width: 14px;
    margin: 0 3px
}

.slick-dots li button:before {
    border: 2px solid #b3a193;
    border-radius: 100px;
    width: 10px;
    height: 10px;
    background-color: transparent;
    color: transparent;
    font-size: 0;
    opacity: 1
}

.slick-dots li.slick-active button:before {
    background-color: #b3a193;
    opacity: 1
}

.blogSlider {
    position: relative;
    margin-top: 20px;
    height: auto;
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px
}

.blogSliderWrapper {
    width: 700px;
    height: auto;
    overflow: hidden;
    margin: 0 auto
}

.blogSliderSlide {
    margin-right: 10px;
    margin-left: 10px
}

.blogSliderLeftArrow {
    position: absolute;
    left: 12.5px;
    height: 50px;
    top: calc(50% - 21.5px)
}

.blogSliderRightArrow {
    position: absolute;
    height: 50px;
    right: 12.5px;
    top: calc(50% - 21.5px)
}

.slick-slide {
    height: auto
}

.textLink {
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer
}

@media screen and (max-width: 768px) {
    .blogCenteredContent {
        width: 90% !important;
        margin-bottom: 40px;
        margin-top: 3rem;
    }

    .blogCaption {
        width: 75%
    }

    .blogSliderWrapper {
        width: 80%
    }
button.slick-next.slick-arrow {
    top: 43%;
}
    .blogImage {
        width: 100%;
        height: auto;
        max-width: 100%
    }

    #blogTitle {
        width: 100%;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 20px;
        height: auto;
        padding-bottom: 0;
        font-size: 25px;
        letter-spacing: .5px;
        line-height: 25px;
        font-weight: 300;
    }

    #blogSubtitle {
        text-align: center;
        color: #000F43;
        font-size: 17px;
        font-weight: 400;
        width: 100%;
        text-align: left;
        line-height: 20px;
    }

    .blogPostDate {
        font-size: 11px;
        margin-left: 0
    }

    #blogPostTitle {
        width: 90%;
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 20px;
        font-weight: 700
    }

    .blogSubtitle {
        width: 90%;
        text-align: center;
        margin: 0 auto;
        font-size: 15px
    }

    .blogText {
        width: 100%;
        margin: 0 auto;
        margin-top: 0;
        line-height: 17px;
        font-size: 15px;
        letter-spacing: .3px;
        text-align: left
    }

    .blogSliderLeftArrow,
    .blogSliderRightArrow {
        height: 20px;
        top: calc(50% - 10px)
    }

    .slick-dots li button:before {
        width: 8px;
        height: 8px
    }

    .slick-dots {
        top: 10px;
        right: 10px
    }
}