.item-page .com-content-article__body > p:first-child::first-letter, .item-page .com-content-article__body p.has-letter::first-letter {
    color: var(--color-primary);
    float: left;
    font-family: var(--heading-font-family);
    font-size: 27px;
    font-weight: 400;
    line-height: 0.7;
    margin-right: 0px;
    padding-top: 5px;
}
.navbar-brand.logo-control img.logo-img {
    display: inline-block;
    max-height: 50px;
    max-width: 100%;
}
.com-content-article.default-11 .full-width .box-content, .com-content-article.default-12 .full-width .box-content {
    background: #eee;
    margin: 0 auto;
    max-width: 1248px;
}
p {
    margin-top: 0;
    margin-bottom: 20px;
}
div[id^=t4-body-], div[id^=t4-section-], div[id^=t4-spotlight-] {
    padding-top: 2px;
    padding-bottom: 32px;
}
.com-content-article .full-width {
    margin-bottom: 24px;
    margin-left: calc(50% - 50vw);
    max-width: calc(100vw - 9px);
    width: 100vw;
}
.form-control, .inputbox {
    max-width: 530px;
}
.nav-link {
    display: block;
    padding: 0.867rem 1.867rem;
}

/* jlex review */
#jreview-listing .reviewBlock .re-meta-info{clear:both;padding-top:10px}
#jreview-form .control-label{display:block;float:none}
#jreview-form .controls{margin-left:0}

/* Mobile */
@media only screen and (max-width: 600px) {
    #jreview-form ._ratingFlag{display:none!important}
    #jreview-form ._starRating > label:before{font-size:2.5em!important}
}
.t4-main-body {
    padding-top: 0px;
    padding-bottom: 32px;
}
.header-layout-8 .header-top {
    padding-bottom: 0.5rem;
    padding-top: 0.8rem;
}
#jreview-form button.jbtn, #jreview-form .jbtn {
    background: #4d99e4;
    color: #fff;
    border: none;
    font-weight: 700;
    text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    font-size: 1.1em;
    padding: 7px 15px;
    border-radius: 3px;
    display: inline-block;
    margin: 0 10px 10px 0;
}
#jreview-form .jreview-voting {
    position: absolute;
    right: 0;
    background: #4d99e4;
    padding: 2px 10px;
    top: -7px;
    border-radius: 18px;
    cursor: pointer;
    color: #fff;
}
p {
    margin-top: 0;
    margin-bottom: 16px;
 } 
  .btn.btn-dark {
    background-color: #000000 !important;
    border-color: #000000 !important;
}
.article-info {
    color: var(--meta-color) !important;
    font-size: 15px;
    text-transform: uppercase;
}
.jreview-quick-star .reviewStars ._active {
    background-color: #6999e4;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1;
}

.logocarousel_stacknew.is_slide_stack .slider_arrow__left {
    left: 0px;
    background: url(../images/arrow_left-black.png) no-repeat 0 0;
    background-size: 0px;
    background-position: center;
}

.logocarousel_stacknew.is_slide_stack .slider_arrow__right {
    right: 0px;
    background: url(../images/arrow_right-black.png) no-repeat 0 0;
    background-size: 0px;
    background-position: center;
}

.is_slide_stack .slider_item > a {
    padding: 1px;
    display: block;
    text-decoration: none;
}