@charset "utf-8";
/* CSS Document */

.home-hero-blog-bg {
    background: url(/Images/background-white-home.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1;
    height: 51rem;
    margin-bottom: -51rem;
}

@media screen and (max-width: 650px) {
    #blog-submit {width:100%;}
    .home-hero-blog-bg {
    	display: none;
    }
    .home-hero-blog-bg-small {
        background: #fff;
        padding-top: 100px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding-top: 0;
    }
}

.blog-post-list {
    margin-top: 85px;
}
#blog-search {
    border-radius: 30px;
    height: auto;
    padding: 15px 25px;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    margin-top: 1px;
    background: url(/Images/search-icon.png) no-repeat 95% center;
    padding-right: 10%;
}
#blog-search:focus {
    background-color: #fff;
    border: 1px solid #24408E;
}
.blog-select:before {
    content: "\e92a";
    font-family: 'dermapen-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    position: absolute;
    top: 14px;
    right: 30px;
}
#blog-submit {
    min-width: auto;
    font-size: 18px;
}
#blog-submit span {
    padding: 0;
}
#blog-tag {
    padding: 15px 25px;
    outline: none;
    background: #fff;
}
#blog-tag:focus {
    background-color: #fff;
    border: 1px solid #24408E;
}
.blog-pagination {
    display: table !important;
    margin: 0 auto !important;
    margin-top: 50px !important;
}
.blog-pagination li.active {
    text-decoration: underline;
}
.blog-pagination li {
    font-size: 18px !important;
    font-weight: 600;
    color: #24408E !important;
    margin: 0 15px;
    cursor: pointer;
}
.blog-container .blog-img{
    position: relative;
    border: 1px solid #f0f0f0;
    border-bottom: none;
}
.blog-container .blog-img::before {
    content: ' ';
    height: 40%;
    bottom: 0;
    width: 100%;
    position: absolute;
    background: transparent;
    background: -moz-linear-gradient(top, transparent 0%, #ffffff 90%, #ffffff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(90%, #ffffff), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, transparent 0%, #ffffff 90%, #ffffff 100%);
    background: -o-linear-gradient(top, transparent 0%, #ffffff 90%, #ffffff 100%);
    background: -ms-linear-gradient(top, transparent 0%, #ffffff 90%, #ffffff 100%);
    background: linear-gradient(to bottom, transparent 0%, #ffffff 90%, #ffffff 100%);
}
.blog-container .blog-description {
    padding: 0 20px 20px 20px;
    border: 1px solid #f0f0f0;
    border-top: none;
}
.blog-container .blog-description .blog-post-title {
    color: #24408E;
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.blog-container .blog-description .blog-post-date {
    color: #5D5B58;
    font-family: Gotham;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
}
.breadcrumbs>:focus a, .breadcrumbs>:hover a {
    text-decoration: none;
}
@media screen and (max-width: 639px) {
    .blog-post-list {
        margin-top: 200px;
    }
}