/* ------------- 
 Section: News 
------------- */

section#news {
    background: transparent;
    /* background: linear-gradient(318deg, rgba(71, 167, 183, 1) 0%, rgba(55, 156, 214, 1) 100%); */
    padding: 0;
    display: flex;
    flex-direction: column;
    padding: 4vw 8vw;
}

.news_widget {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    color: var(--mr-color-light);
    /* margin: 0 -15px; */
    gap: 1em;
}

.news_widget .news_item {
    /* width: 100%; */
}

.news_more {
    width: calc(40% - 2em);
    min-width: 234px;
    flex-grow: 1;
    margin: 0 1em;
}

.news_widget .news_item {
    display: flex;
    flex-direction: column;
    width: 340px;
    /* margin: 0 15px; */
    flex-grow: 1;
    /* flex-wrap: wrap; */
    background: #f5f5f5;
    /* margin-bottom: .5rem; */
    color: black;
    align-items: center;
    min-width: 280px;
}

.news_widget .news_item img {
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    /* margin: 0 1em 1em; */
    /* width: 200px; */
    /* min-width: 30px; */
    flex-grow: 0;
    /* min-height: auto; */
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.news_listings .news_item {
    position: relative;
    background: rgb(237 237 237);
    padding: 1em;
    margin-bottom: 1em;
}

.news_item h2 {
    margin-top: 0;
}

.news_details {
    /* width: calc(100% - 280px); */
    /* padding: 0 0.5em; */
    flex-grow: 1;
    min-width: 65%;
    margin: 0;
    padding: 1rem 1rem;
}

.news_title {
    color: rgb(0 105 56);
    text-decoration: none;
    font-weight: 600;
    font-size: clamp(22px, 2vw, 1.7rem);
    line-height: 1.1;
    /* margin-bottom: 0.5em; */
    display: block;
    text-transform: none;
    /* text-transform: uppercase; */
}

.news_more .news_item .news_img,
.news_more .news_item .news_description {
    display: none;
}

.news_more .news_details {
    width: 100%;
    margin: 0;
}

.news_more .news_item {
    border-bottom: 3px solid white;
    margin-bottom: 1em;
}

.news_more .news_title {
    font-size: 1.4em;
}

.news_title:hover {
    /* color: black; */
    text-decoration: underline;
}

.news_story {
    /* flex-direction: column; */
    background: #fff;
    display: flex;
    width: calc(100% - 14em);
    margin: auto;
    position: relative;
    padding: 0;
    text-align: left;
    color: #000000;
    box-shadow: 1px 1px 20px #00000085;
    width: calc(100% - 14em);
    height: 100%;
    border-radius: 1.6em;
    overflow: hidden;
    text-decoration: none;
}

.news_date {
    color: #8b8b8b;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--mr-color-contrast);
    /* width: 100%; */
    font-weight: 700;
    margin-bottom: 0;
    margin-right: 1rem;
}

.news_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 2em;
    justify-content: center;
    width: 74%;
    position: relative;
    letter-spacing: .06em;
}

.news_photo {
    /* width: 26%; */
    /* padding-bottom: 13%; */
    /* padding-bottom: 27%; */
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
}

.news_summary {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    font-size: 1.2em;
}

.news_readmore {
    justify-self: self-end;
    align-self: flex-end;
    background: black;
    color: white;
    font-weight: 900;
    padding: .25em 2em;
    border-top-left-radius: 2em;
    position: absolute;
    bottom: 0;
    right: 0;
    text-transform: uppercase;
    margin-bottom: 0;
}

.news_headline {
    font-size: 2em;
    font-weight: 900;
    text-decoration: none;
    margin-bottom: .25em;
}

.news_story:hover {
    color: black;
}

.news_readmore:after {
    content: '\f054';
    font-family: "FontAwesome";
    font-weight: 900;
    margin-left: .5em;
    font-size: .9em;
}

.single_news .news_date,
.news_item .news_date {
    border-bottom: none;
    margin-bottom: .25rem;
    display: block;
}

.news_icon::before {
    content: '\f1ea';
    font-family: var(--mr-fontawesome);
    font-weight: 900;
}

.search_results_section.showall a:nth-of-type(n + 4) {
    display: flex;
}

.news_widget h2 {
    width: 100%;
    border-bottom-color: var(--mr-color-primary);
    border-bottom-width: 5px;
}

.news_widget .news_item .news_img img {
    margin: auto;
    display: block;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.news_widget .flex_holder {
    min-width: 280px;
    width: calc(33.3% - 30px);
    margin: 0 15px;
    flex-grow: 1;
    width: 340px;
    margin: 0 15px;
}

.news_source {
    color: grey;
    order: 3;
    font-size: 1em;
}

a.videopopup {
    position: relative;
    height: 300px;
    width: 100%;
}

span.overlay_ico {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.overlay_ico::before {
    background: #80808075;
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
}

a.videopopup img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

article.news_item a {
    width: 100%;
}

a.news_title {
    height: auto;
    margin-bottom: 1rem;
}

a.news_img.lazy {
    height: 300px;
}

.news_description {
    font-size: 1.2rem;
}

.mr-search {
    position: relative;
    margin-left: 0.5em;
}

.mr-search-toggle {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    width: 2em;
    height: 2em;
    position: absolute;
    left: 0;
    background: transparent;
    border: 0;
    font-size: 1em;
    outline: none !important;
}

.mr-search-toggle:before {
    content: '\f002';
    transition: .3s all ease;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #060808;
}

.mr-search-toggle:before {
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: center;
    position: relative;
    line-height: 2.1;
}

.mr-search-toggle:before,
.mr-search-toggle:after {
    top: auto;
    left: auto;
    display: block;
}

.mr-search-toggle:after {
    content: '\f00d';
    transition: .3s all ease;
    -webkit-transform: scale(0) rotate(-90deg);
    transform: scale(0) rotate(-90deg);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #dda063;
}

.mr-search-toggle,
.mr-search-toggle:before,
.mr-search-toggle:after {
    text-align: center;
    width: 1.6em;
    height: 2em;
}

input#mr-search-input {
    border: 0;
    border-radius: 0;
    border-bottom: 3px solid #379cd6;
    font-size: 1em;
    padding-left: calc(1.5em + .75rem);
    background: #ededed;
}

.calendar_dropdown,
.facebook_dropdown {
    position: relative;
    display: inline-block;
    padding: 0.4em 3px;
    color: #e5e3db;
    /* background: #54534a; */
    line-height: 1;
    /* font-size: 24px; */
    text-transform: uppercase;
    font-weight: 400;
    transition: .3s;
    letter-spacing: 0.025em;
    z-index: 99999999999;
    /* border-radius: 50%; */
    /* border: 3px solid grey; */
}

.calendar_dropdown i,
.facebook_dropdown i {
    cursor: pointer;
    background: #54534a;
    border-radius: 50%;
    border: 3px solid #c3c3c3;
    width: 1.9em;
    height: 1.9em;
    box-shadow: inset 0 0 7px black;
    line-height: 1.6em;
}

.new_dropdown {
    position: absolute;
    min-width: 300px;
    width: 50vw;
    z-index: 9999;
    right: 0;
    top: 100%;
    box-shadow: 0 10px 20px #0003;
    background: #c3c3c3;
    padding: 5px;
}

.facebook_dropdown .new_dropdown {
    min-width: 280px;
    width: auto;
}

.calendar_dropdown .new_dropdown,
.facebook_dropdown .new_dropdown {
    display: none;
}

.calendar_dropdown:hover,
.facebook_dropdown:hover {
    /* background:#da9c60; */
    color: #ef6014;
}

.calendar_dropdown:hover .new_dropdown,
.facebook_dropdown:hover .new_dropdown {
    display: block;
}

