.newsletter-jumbotron-billboard {
    color: white;
    background-color: #137ddf;
    position: absolute;
    z-index: 1;
    margin-top: 3.9rem;
    margin-bottom: 0 !important;
}

/*Search Box*/
.search-box {
    background-color: #f5f5f5;
}
.search-box .form-control {
    background-color: #f5f5f5;
    border: none;
}
.search-box input:focus {
    box-shadow: none;
}
.has-search .form-control {
    padding-left: 2.375rem;
}

.header {
    line-height: 1.8rem !important;
    margin-bottom: 1.6rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
/*News Content*/
.news-content {
    padding: 0rem 3rem;
}

.news-content .back {
    color: #137ddf;
    font-size: 0.8rem;
}
.news-content .back:focus {
    box-shadow: none;
}
.news-content button:hover {
    box-shadow: none;
}
.news-content .back i {
    margin-right: 0.8rem;
    font-size: 1rem;
}
/*Author*/
.news-content .author-intro {
    display: flex;
    align-items: center;
    flex-direction: row;
    color: #137ddf;
    font-size: 0.9rem;
    margin-bottom: 2rem;
}
.news-content .author-intro span {
    margin-left: 1rem;
}
.news-content p {
    font-size: 1rem;
    line-height: 2rem;
}
.news-content .quoted-paragraph {
    margin: 2rem 0rem;
    font-size: 1.44rem;
}
.news-content .social-media img {
    margin-right: 0.7rem;
    height: 1.5rem;
    margin-bottom: 2rem;
}
.news-content .social-media img:hover {
    box-shadow: 0px 0px 5px 5px #cdc8c8;
    border-radius: 50%;
    transform: scale(1.3);
}
.news-content .social-media a {
    color: white !important;
    text-decoration: none !important;
}
.news-content .horizontal-line {
    border: 1px dashed rgba(128, 128, 128, 0.651);
}
/*Left-side-Bar*/
.left-side-bar {
    display: flex;
    justify-content: center;
    align-items: center;
}
.left-side-bar ul {
    margin-top: 2rem;
    line-height: 4rem;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    font-size: 0.95rem;
}
::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 0.95rem;
}
:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 0.95rem;
}
:-moz-placeholder {
    /* Firefox 18- */
    font-size: 0.95rem;
}
