.tns-outer {
    padding: 0 !important;
}
.tns-outer [hidden] {
    display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
    cursor: pointer;
}
.tns-slider {
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}
.tns-slider > .tns-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
    white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
    content: "";
    display: table;
    clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
    float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
    margin-right: -100%;
}
.tns-no-calc {
    position: relative;
    left: 0;
}
.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px;
}
.tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition:
        transform 0s,
        opacity 0s;
    -webkit-transition:
        opacity 0s,
        -webkit-transform 0s;
    transition:
        opacity 0s,
        -webkit-transform 0s;
    -o-transition:
        transform 0s,
        opacity 0s;
    transition:
        transform 0s,
        opacity 0s;
    transition:
        transform 0s,
        opacity 0s,
        -webkit-transform 0s;
}
.tns-gallery > .tns-slide-active {
    position: relative;
    left: auto !important;
}
.tns-gallery > .tns-moving {
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.tns-autowidth {
    display: inline-block;
}
.tns-lazy-img {
    -webkit-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 0.6;
}
.tns-lazy-img.tns-complete {
    opacity: 1;
}
.tns-ah {
    -webkit-transition: height 0s;
    -o-transition: height 0s;
    transition: height 0s;
}
.tns-ovh {
    overflow: hidden;
}
.tns-visually-hidden {
    position: absolute;
    left: -10000em;
}
.tns-transparent {
    opacity: 0;
    visibility: hidden;
}
.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0;
}
.tns-normal,
.tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
}
.tns-vpfix {
    white-space: nowrap;
}
.tns-vpfix > div,
.tns-vpfix > li {
    display: inline-block;
}
.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden;
}
.tns-t-ct {
    width: 2333.3333333333%;
    width: calc(100% * 70 / 3);
    position: absolute;
    right: 0;
}
.tns-t-ct:after {
    content: "";
    display: table;
    clear: both;
}
.tns-t-ct > div {
    width: 1.4285714286%;
    width: calc(100% / 70);
    height: 10px;
    float: left;
}
#newsroom {
    color: #fff;
}
@media (min-width: 1024px) {
    #newsroom {
        min-height: 600px;
    }
}
#newsroom .newsroom-autoplay-controls {
    display: none;
}
#newsroom .newsroom-nav {
    margin-bottom: 31px;
    padding-left: 0;
}
#newsroom .newsroom-nav li {
    cursor: pointer;
    display: inline-block;
}
#newsroom .newsroom-nav li svg path {
    fill: rgba(255, 255, 255, 0.3);
}
#newsroom .newsroom-nav li.active svg path {
    fill: #fff;
}

#newsroom .newsroom-item {
    background-size: cover;
    background-position: center center;
    height: 100vh;
    min-height: 850px;
    padding: 100px 0px;
}

/** add overlay to .newsroom-item so we can dark all bg images */
#newsroom .newsroom-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
    #newsroom .newsroom-item {
        height: 100%;
        min-height: 100vh;
    }
}
#newsroom .newsroom-item .newsroom-item-section-title {
    margin-bottom: 50px;
    text-align: center;
    width: 100%;
}
#newsroom .newsroom-item .newsroom-item-section-title {
    text-align: center;
}
#newsroom .newsroom-item .elementor-column {
    width: 100%;
}
#newsroom .newsroom-item .elementor-widget-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#newsroom .newsroom-item .newsroom-item-content {
    width: 50%;
    padding: 63px;
    background: url("/wp-content/themes/gradiant/assets/img/posts/item-bg.webp");
    background-size: cover;
    -webkit-box-shadow: 7px 8px 34px rgba(0, 0, 0, 0.37);
    box-shadow: 7px 8px 34px rgba(0, 0, 0, 0.37);
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);
    border-radius: 15px 15px 0px 15px;
}
@media (max-width: 768px) {
    #newsroom .newsroom-item .newsroom-item-content {
        width: 100%;
    }
}
#newsroom .newsroom-item .newsroom-item-content .newsroom-item-category,
#newsroom .newsroom-item .newsroom-item-content .newsroom-item-date {
    font-family: "Source Sans Pro", Sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.45em;
    color: #af31d3;
}
#newsroom .newsroom-item .newsroom-item-content .newsroom-item-excerpt {
    color: #fff;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.45em;
    margin-bottom: 24px;
}
#newsroom .newsroom-item .newsroom-item-content .newsroom-item-category {
    font-weight: 700;
}
#newsroom .newsroom-item .newsroom-item-content .newsroom-item-title {
    margin-top: 20px;
    font-family: "Source Sans Pro", Sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.2em;
    margin-bottom: 24px;
}
#newsroom .newsroom-item .newsroom-item-content .newsroom-item-link {
    display: block;
    font-family: "Source Sans Pro", Sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.2em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #fff;
    margin-bottom: 68px;
}
