#custom-search-input {
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input {
    border: 0;
    box-shadow: none;
}

#custom-search-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search {
    font-size: 23px;
}

.blog-header {
    padding-bottom: 1.25rem;
    margin-bottom: 2rem;
    border-bottom: .05rem solid #eee;
}

.blog-pagination {
    margin-bottom: 4rem;
    text-align: left;
}

.blog-pagination>.btn {
    border-radius: 2rem;
}

@media (min-width: 40em) {
    .blog-title {
        font-size: 3.5rem;
    }
}

.blog-masthead {
    margin-bottom: 3rem;
    background-color: #428bca;
    box-shadow: inset 0 -0.1rem 0.25rem rgba(0, 0, 0, 0.1);
}

.nav-link {
    position: relative;
    padding: 1rem;
    font-weight: 500;
    color: #cdddeb;
}

.nav-link:hover,
.nav-link:focus {
    color: #fff;
    background-color: transparent;
}

.nav-link.active {
    color: #fff;
}

.nav-link.active:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -.3rem;
    vertical-align: middle;
    content: "";
    border-right: .3rem solid transparent;
    border-bottom: .3rem solid;
    border-left: .3rem solid transparent;
}

.blog-post {
    margin-bottom: 4rem;
    width: 70rem;
}

.blog-post-title {
    margin-bottom: .25rem;
    font-size: 2.5rem;
    text-align: left;
}

.blog-post-meta {
    margin-bottom: 1.25rem;
    color: #999;
    text-align: left;
}

.blog-post {
    margin-bottom: 4rem;
    width: 70rem;
}

.blog-post-title {
    margin-bottom: .25rem;
    font-size: 2.5rem;
    text-align: left;
}

.blog-post-meta {
    margin-bottom: 1.25rem;
    color: #999;
    text-align: left;
}