.et_pb_section.newsroom_heading_sec {
    padding: 140px 0px 93px 45px;
}
.et_pb_section.newsroom_heading_sec .heading_common_module p {
    padding-top: 50px;
}
.newsroom_both_shortcode .newsroom_news_inner .item {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    column-gap: 55px;
    margin-bottom: 80px;
}
.newsroom_both_shortcode .newsroom_news_inner .image {
    width: 87%;
}
.newsroom_both_shortcode .newsroom_news_inner .image a, 
.newsroom_both_shortcode .newsroom_news_inner .image a img {
    display: flex;
}
.newsroom_both_shortcode .newsroom_news_inner .title_content_anchor {
    width: 50%;
}
.newsroom_both_shortcode .newsroom_news_inner .newsroom_title {
    font-size: 46px;
    font-weight: 700;
    width: 100%;
    color: #cac2bf;
    padding-bottom: 8px;
    line-height: 40px;
    text-transform: uppercase;
    position: relative;
    max-width: 100% !important;
}
.newsroom_both_shortcode .newsroom_news_inner .newsroom_title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    z-index: 99;
    background-color: #b91e2d;
    bottom: -13px;
    right: 0px;
    left: -5px;
}
.newsroom_both_shortcode .newsroom_news_inner .content {
    padding-top: 47px;
}
.newsroom_both_shortcode .newsroom_news_inner .news_home_learn  {
    padding-top: 32px;
}

.news_filter_outer .news_filter_inner ul li {
    list-style: none;
    text-transform: uppercase;
    color: #929292;
    position: relative;
    padding-left: 26px;
    font-size: 15px;
    line-height: 23px;
}
.news_filter_outer .news_filter_inner ul li::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #929292;
    left: 5px;
    top: 5px;
}
.news_filter_outer .news_filter_inner ul li.selected::after {
    position: absolute;
    content: "";
    background-color: #b81e2d;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    left: 8px;
    top: 8px;
}
/* .news_filter_outer .news_filter_inner ul li::after{
    position: absolute;
    content: "";
    background-color: #b81e2d;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    left: 8px;
    top: 8px;
} */
.news_filter_outer .news_filter_inner ul {
    padding: 0px 0px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
}
.news_filter_outer .news_filter_inner > ul > li.init,
.news_filter_outer .news_filter_inner .cat-inner > ul > li.init {
    padding: 12px 0;
    position: relative;
}

.news_filter_outer .news_filter_inner .actual-state .first_li {
    padding: 0 0 0 26px;
}
.news_filter_outer .news_filter_inner .actual-state .first_li::before {
    position: absolute !important;
    display: block !important;
    content: '' !important;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #929292;
    left: 5px;
    top: 5px;
}

/* Only top-level filter label gets the +/- icon */
.news_filter_outer .news_filter_inner > ul > li.init::after,
.news_filter_outer .news_filter_inner .cat-inner > ul > li.init::after {
    position: absolute;
    content: '';
    background-image: url(../images/icon_add.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* Open state for the main filter heading */
.news_filter_outer .news_filter_inner > ul > li.init.negative::after,
.news_filter_outer .news_filter_inner .cat-inner > ul > li.init.negative::after {
    background-image: url(../images/icon_minus.svg);
    width: 15px;
    height: 15px;
}

/* Hide radio circle only on the top-level heading */
.news_filter_outer .news_filter_inner > ul > li.init::before,
.news_filter_outer .news_filter_inner .cat-inner > ul > li.init::before {
    display: none;
}

.news_filter_outer .news_filter_inner ul li:last-child {
    padding-bottom: 10px;
}


/* Archive parent row */
.year-filter .archive-group {
    position: relative;
    padding-left: 26px;
}
/* Archive parent row */
.year-filter .archive-group::before {
    opacity: 0;
}

/* Archive label */
.year-filter .archive-group > .archive-toggle {
    display: block;
    position: relative;
    cursor: pointer;
    padding-right: 24px;
}

/* Remove radio circle from Archive toggle label */
.year-filter .archive-group > .archive-toggle::before {
    display: none;
}

/* Plus icon on Archive row */
.year-filter .archive-group > .archive-toggle::after {
    position: absolute;
    content: '';
    background-image: url(../images/icon_add.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* Minus icon when archive is open */
.year-filter .archive-group.archive-open > .archive-toggle::after {
    background-image: url(../images/icon_add.svg);
}


.year-filter .archive-year-submenu {
    padding: 6px 0 0 18px;
    margin: 0;
    margin-left: -26px;
    border: 0;
}

.year-filter .archive-year-submenu li {
    position: relative;
}

/* Ensure submenu items do not get stray plus/minus icons */
.year-filter .archive-year-submenu li::after {
    content: none;
}


.pagination_otr {
    width: calc(100% + 35.8%);
}
.newsroom_both_shortcode .newsroom_news_inner .image a {
    padding-bottom: 100%;
    height: 0;
    position: relative;
}
.newsroom_both_shortcode .newsroom_news_inner .image a img {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
/*    object-fit: cover;*/
    object-fit: none;
}
.newsroom_news_outer {
    position: relative;
}
/* .newsroom_news_outer .pagination_otr {
    position: absolute;
    left: 50%;
    transform: translateX(50%);
} */
.newsroom_news_outer .pagination_otr .pagination {
    display: flex;
    display: -webkit-flex;
    column-gap: 20px;
    justify-content: center;
    align-items: center;
}
.newsroom_news_outer .pagination_otr .pagination .inactive_next, 
.newsroom_news_outer .pagination_otr .pagination .pagenate_previoustext, 
.newsroom_news_outer .pagination_otr .pagination .inactive_previous, 
.newsroom_news_outer .pagination_otr .pagination .pagenate_nexttext  {
    position: relative;
    color: #fff;
    width: 20px;
    height: 20px;
}
.newsroom_news_outer .pagination_otr .pagination .pagenate_previoustext.active::before, 
.newsroom_news_outer .pagination_otr .pagination .inactive_previous::before, 
.newsroom_news_outer .pagination_otr .pagination .pagenate_nexttext::before, 
.newsroom_news_outer .pagination_otr .pagination .inactive_next::before  {
    position: absolute;
    content: '';
    background-image: url(../images/arrow_s_inactive.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 20px;
} 
.newsroom_news_outer .pagination_otr .pagination .inactive_next::before, 
.newsroom_news_outer .pagination_otr .pagination .inactive_previous.active::before, 
.newsroom_news_outer .pagination_otr .pagination .pagenate_nexttext.active::before {
    background-image: url(../images/arrow_s_active.svg);
}
.newsroom_news_outer .pagination_otr .pagination .pagenate_nexttext.active::before {
    background-image: url(../images/arrow_s_active_red.svg);
}
.newsroom_news_outer .pagination_otr .pagination .pagenate_previoustext.active::before {
    background-image: url(../images/arrow_s_inactive_red.svg);
}
.newsroom_news_outer .pagination_otr .pagination span {
    color: #b8b6b5;
    font-weight: 600;
}
.newsroom_news_outer .pagination_otr .pagination a.inactive {
    color: #b91e2d;
    font-weight: 600;
}
.newsroom_news_outer .pagination_otr .pagination {
    margin-bottom: 30px;
}

.single_complete_outer {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    padding: 30px 75px 0px 70px;
}
.single_complete_outer .feature_to_nav {
    width: 80%;
}
.single_complete_outer .filter_outer_single {
    width: 20%;
}

.single_complete_outer .call-out-text {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid #601e17;
    border-bottom: 2px solid #601e17;
    padding: 50px 117px;
}
.single_complete_outer .call-out-text h2 {
    color: #601e17;
    font-size: 40px !important;
    text-align: center;
    line-height: 48px !important;
    font-style: italic;
    font-weight: 600;
    width: 94%;
}

.single_complete_outer .cat_title .category p{
    color: #b91e2d;
    font-size: 17px;
    font-weight: 500;
    line-height: initial;
}
.single_complete_outer .cat_title .title h1 {
    font-size: 46px;
    font-weight: 700;
    width: 72%;
    color: #cac2bf;
    padding-bottom: 8px;
    line-height: 40px;
    text-transform: uppercase;
    position: relative;
    max-width: 380px !important;
} 
.single_complete_outer .cat_title .title h1::before {
    position: absolute;
    content: "";
    width: 335px;
    height: 3px;
    z-index: 99;
    background-color: #b91e2d;
    bottom: -13px;
    left: -5px;
}
.single_complete_outer .cat_title {
    padding: 55px 0px;
}

.single_complete_outer .single_blog_responsive {
    padding: 90px 55px 100px;
}
.single_complete_outer .single_blog_responsive .owl-dots {
    display: none;
}
.single_complete_outer .single_blog_responsive .owl-nav button span {
    display: none;
}
.single_complete_outer .single_blog_responsive .owl-nav .owl-prev, 
.single_complete_outer .single_blog_responsive .owl-nav .owl-next {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.single_complete_outer .single_blog_responsive .owl-nav .owl-prev::before, 
.single_complete_outer .single_blog_responsive .owl-nav .owl-next::before {
    position: absolute;
    content: '';
    background-image: url(../images/arrow_s_left.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    top: 0px;
    left: 0px;
}
.single_complete_outer .single_blog_responsive .owl-nav .owl-next::before {
    background-image: url(../images/arrow_s_right.svg);
}
.single_complete_outer .single_blog_responsive .owl-nav .owl-prev {
    left: -40px;
}
.single_complete_outer .single_blog_responsive .owl-nav .owl-next {
    right: -40px;
}
.single_complete_outer .call_nav {
    width: 100%;
    text-align: center;
}
.single_complete_outer .wpb-posts-nav {
    padding: 40px 0px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    column-gap: 30px;
}
.single_complete_outer .wpb-posts-nav strong {
    color: #b91e2d;
    font-weight: 600;
    position: relative;
}

.single_complete_outer .wpb-posts-nav strong::before {
    position: absolute;
    content: '';
    background-image: url(../images/arrow_s_inactive_red.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    top: 3px;
    width: 15px;
    height: 20px;
}
.single_complete_outer .wpb-posts-nav .single_next strong::before {
    background-image: url(../images/arrow_s_active_red.svg);
    left: auto;
    right: 0px;
}
.single_complete_outer .wpb-posts-nav .single_prev.inactive strong::before {
    background-image: url(../images/arrow_s_inactive.svg);
}
.single_complete_outer .wpb-posts-nav .single_next.inactive strong::before {
    background-image: url(../images/arrow_s_active.svg); 
}
.single_complete_outer .wpb-posts-nav .single_prev strong {
    padding-left: 26px;
}
.single_complete_outer .wpb-posts-nav .single_next strong {
    padding-right: 26px;
}
.single_complete_outer .wpb-posts-nav .single_prev.inactive strong, 
.single_complete_outer .wpb-posts-nav .single_next.inactive strong {
    color: #cac2bf;
    cursor: not-allowed;
}
.newsroom_map_outer .newsroom_map_col2  {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    background-color: #27464b;
    width: auto;
    align-items: center;
    padding: 7px;
    border-radius: 10px;
    column-gap: 9px;
}
.newsroom_map_outer .newsroom_map_col2 .state_link_third img {
    width: 68px;
    height: 68px;
    max-width: 68px;
    min-width: 68px;
    object-fit: contain;
    margin-top: -9px;
}
.newsroom_map_outer .newsroom_map_col2 .state_link_third {
    margin: 0px;
    position: relative;
}
.newsroom_map_outer .newsroom_map_col2 .state_link_third::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 34px solid transparent;
    border-right: 34px solid transparent;
    border-bottom: 13px solid #27464b;
    top: -19px;
}
.newsroom_map_outer .et_pb_module.third_party_link a {
    color: #fff;
    text-transform: uppercase;
    line-height: initial;
    display: block;
    font-size: 15px;
    font-weight: 600;
}
.newsroom_map_outer .newsroom_map_col1 {
    width: 53%;
}
.newsroom_map_outer .newsroom_map_col2 {
    width: 14%;
    position: relative;
    margin-top: 18%;
}
.newsroom_map_outer .newsroom_map_col3 {
    width: 22%;
}
.et_pb_section.newsroom_map_outer {
    padding-bottom: 115px;
}
.locations_details_cpt_wrapper {
    border-top: 1px solid #f0f0f0;
    padding-top: 40px;
    margin-top: 40px;
}
.locations_details_cpt_wrapper h3.location_name {
    line-height: initial;
    color: #a50000;
    font-weight: 600;
    padding-bottom: 20px;
    font-size: 25px;
}
.locations_details_cpt_wrapper .location_info_inr {
    padding: 0px 130px;
}
.locations_details_cpt_wrapper .logo_image {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 70px;
}
.locations_details_cpt_wrapper .logo_image > div {
    text-align: center;
}
.newsroom_map_col1 #map_inner div svg {
    display: none;
}