/**************************************/
/* Default styles for news extension */
/**************************************/
.news .clear {
	clear: both;
}

.news .nav ul {
	float: left;
	display: inline;
	margin: 0;
}

.news .nav li {
	float: left;
}

.news .nav a {
	float: left;
	display: block;
}

.news .nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.news .article {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.news .article:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.news .article:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.news .article .news-img-wrap {
	float: left;
	margin: 3px 12px 5px 0;
	background: #fff;
}

.news .article .news-img-wrap a {
	display: block;
	float: left;
	padding: 4px;
	border: 1px solid #ddd;
	background: #fff;
}

.news .article .news-img-wrap img {
	float: left;
	height: auto;
	width: auto;
}

.news .article .teaser-text {
	margin: 0 0 10px 0;
}

.news .article h3 {
	margin-bottom: 0;
}

.news .footer {
	clear: both;
	padding: 10px 0 0 0;
	border-top: 1px solid #eee;
	margin-top: 15px;
	color: #888;
}

.news .footer p {
	line-height: 1em;
}

.news .footer span {
	display: inline-block;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid #ddd;
}

.news .footer span:last-child {
	border-right: 0;
}

.news .footer .news-category a {
	text-transform: uppercase;
}

.news .no-news-found {
	color: #DB0202;
	font-style: italic;
}

.news .page-navigation p {
	float: left;
}

.news .page-navigation ul {
	float: right;
}

.news .page-navigation ul li {
	float: left;
	display: block;
	padding: 0 2px;
	background: none;
}

.news .page-navigation ul li a {
	display: block;
}

/* category menu view */
.news-category-view ul li {
	padding: 5px 8px;
}

.news-category-view ul li li {
	padding: 2px 8px 2px 12px;
}

.news-category-view > ul > li:nth-child(even) {
	background: #f9f9f9;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.news-category-view .category-desc {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #ddd;
}

/* single view */
.news-single .footer {
	margin-bottom: 20px;
	margin-top: 5px;
	padding: 10px 0 0 0;
	border-bottom: 0;
	border-top: 1px solid #eee;
}

.news-single .article .news-img-wrap {
	float: right;
	width: 282px;
	margin: 0 0 0 25px;
}

.news-single .article .news-img-wrap img {
	float: none;
}

.news-single .teaser-text {
	font-size: 15px;
	color: #888;
}

.news-text-wrap {
	margin-bottom: 10px;
}

.news-img-caption {
	color: #888;
}

/* related news + files */
.news-related-wrap {
	display: table;
	margin-top: 20px;
	width: 100%;
}

.news-related {
	width: 50%;
	padding: 15px;
	border: 1px solid #eee;
	display: table-cell;
}

.news-related ul li {
	line-height: 1em;
	margin-bottom: 12px;
}

.news-related ul li span {
	border-right: 1px solid #DDDDDD;
	display: inline-block;
	margin-right: 8px;
	padding-right: 8px;
	color: #888;
}

.news-related ul li span:last-child {
	border-right: 0;
	padding-right: 0;
}

.news-related h4 {
	margin-bottom: 10px;
}

.news-related-files ul li {
	margin-bottom: 20px;
}

.news-related-files .news-related-files-link .jpg {
	background-position: 0 0;
}

.news-clear {
	clear: both;
}


/* News List CSS Start */


@media (min-width: 1585px) {
    .frame-container-default {
        max-width: 1490px;
    }
}

.news-search-result .news-list-item{
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.16);
    border: none;
}

.news .article.news-list-item{
	padding-bottom: 0;

}
.news-search-result .news-list-item .news-thumb{
	width: 100%;
	height: 100%;
	aspect-ratio: 1.49 / 1;
    object-fit: cover;
}

.news-search-result .news-list-item .sub-title {
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 20px;
    padding: 3px 10px;
    background: var(--primary);
    display: inline-flex;
    color: var(--white-color);
}
.news .news-list-item h3{
	font-size: 18px;
	line-height: 1.5;
}
@media (min-width: 1200px) {
	.news .news-list-item h3{
		font-size: 30px;
	}
}
.frame.frame-default .news-search-result a.link-arrow{
	text-decoration: none !important;
}
.news-search-result .link-arrow:after {
    content: '';
    background: url('../Images/card-arrow.svg') no-repeat;
    width: 22px;
    height: 21px;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: -30px;
}


/* News Search Form CSS Start */

/* ===========================
   News Search Form Styles
   =========================== */
.news-search-form {
  max-width: 100%;
  margin-bottom: 50px;
}

/* Headings */
.news-search-form h3 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
}


/* Form wrapper */
.news-search-form form {
  margin-top: 30px;
}

.news-search-form span {
  font-weight: 400;
  margin-right: 10px;
  font-size: 16px;
}

/* Fieldset styling */
.news-search-form fieldset {
  margin: 15px 0 0;
}

/* Each form group */
.news-search-form .form-group {
  	display: flex;
	flex-direction: column;
	align-items: start;
	width: 100%;
}
@media(min-width:992px){
	.news-search-form .form-group {
		flex-direction: row;
		align-items: center;
		width: 48%;
	}
	fieldset div div:first-child{
		width: 100%;
	}
}
@media(min-width:1200px){
	.news-search-form .form-group {
		width: auto;
		margin-bottom: 0;
	}
	fieldset div div:first-child{
		width: auto;
	}
}
.news-search-form label {
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 15px;
  width: max-content;
  word-break: keep-all;
  min-width: 20%;
}
@media(min-width:992px){
	.news-search-form label {
  		margin-right: 6px;
		margin-bottom: 0;
  		word-break: auto-phrase;
		min-width: fit-content;
	}

}
@media(min-width:1200px){
	.news-search-form label {
		font-size: 20px;;
	}
	#news-subject{
		width: 240px;
	}
}
/* Inputs, Select */
.news-search-form .form-control {
    height: 48px;
    padding: 0 10px;
    border: 1px solid #BCBCBC;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    color: #000;
    font-weight: 400;
	width: 100%;
}
@media (min-width: 1400px) {
	.date-field .form-control{
		width: 165px;
	}

}
/* Button */
.news-search-form .btn {
    background: #e30613;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 13px 30px;
    border-radius: 25px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.news-search-form .btn:hover {
  background: #c10510;
  border: none;
  color: #fff;
}

/* ===========================
   Responsive Adjustments
   =========================== */
@media (max-width: 992px) {
  .news-search-form h3 {
    font-size: 32px;
  }

  .news-search-form fieldset {
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .news-search-form {
    text-align: left;
  }

  .news-search-form fieldset {
    flex-direction: column;
    align-items: stretch;
  }



  .news-search-form .btn {
    align-self: flex-start;
    width: auto;
  }
}

@media (max-width: 480px) {
  .news-search-form h3 {
    font-size: 26px;
  }

  .news-search-form label {
    font-size: 14px;
  }

  .news-search-form .btn {
    font-size: 16px;
    padding: 10px 20px;
  }
}


#news-minimumDate, #news-maximumDate{
	position: relative;
}
#news-minimumDate::-webkit-inner-spin-button,
#news-minimumDate::-webkit-calendar-picker-indicator,
#news-maximumDate::-webkit-inner-spin-button, #news-maximumDate::-webkit-calendar-picker-indicator{
	-webkit-appearance: none;
	background: transparent;
	-moz-appearance: textfield;
	z-index: 10;
}

.news-minimumDate input[type="date"],
.news-maximumDate input[type="date"] {
	background: transparent;
	-moz-appearance: textfield;
  }


#news-minimumDate::after, #news-maximumDate::after {
    position: absolute;
    content: "";
    background: url('../Images/calendar_today.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    right: 10px;
    left: auto;
    background-position: center;
    top: 13px;
}


.select-filter{
	position: relative;
	display: inline-block;
	width: 100%;
}
@media (min-width: 1200px) {
	.select-filter{
		width: auto;
	}
}


.select-filter .filter-icon {
    display: inline-block;
    font-size: inherit;
    overflow: visible;
    padding: 0.45rem 0.5rem;
    position: absolute;
    right: 0;
    top: 50%;
    border: none;
    background: var(--white-color);
    border-radius: 30px;
    pointer-events: none;
    transform: translateY(-50%);
}

.select-filter .filter-icon svg {
	width: 1em;
	height: 1em;
}
.search-input .search-icon {
	display: inline-block;
    font-size: inherit;
    overflow: visible;
    padding: 0.45rem 0.5rem;
    position: absolute;
    right: 7px;
    top: 1px;
    border: none;
    background: var(--white-color);
    border-radius: 30px;
    pointer-events: none;
}

.news-search-form h2{
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
	color: #CD171A;
}
.news-search-form h2 span{
	font-weight: 400;
	font-size: 30px;
	color: #000;

}

@media (min-width: 1200px) {
	.news-search-form h2{
		font-size: 45px;
	}
	.news-search-form h2 span{
		font-size: 45px;
	}
}

/* Action button Start */
.action-buttons {
    position: relative;
    margin-top: 0.625rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
}
@media(min-width:992px){
	.action-buttons {
    	margin-top: 0;
	}
}

.action-buttons .reset {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: #CD171A;
    padding-left: 1.875rem;
    position: relative;
    text-decoration: none !important;
}
@media(min-width:1600px){
	.action-buttons .reset {
		font-size: 1.0625rem;
		position: absolute;
		left: auto;
		right: 0;
		min-width: max-content;
		top: calc(100% + 1.25rem);
	}
}
.action-buttons .reset::before {
    content: "";
    position: absolute;
    background: url('../Images/reset-btn-close.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.25rem;
    height: 1.25rem;
    left: 0;
    background-position: center;
    top: 0.125rem;
    display: block;
}

/* Action button End */