@charset "utf-8";
/* t7-News CSS Document */

/*===============================
  BEGIN MODULE 3
  ===============================*/	
.news-module3-content-main-container {}
.news-module3-main-container {margin-top: 5px;}
.news-module3-inner-container {width: 100%;padding: 60px 20px 0px 20px;max-width: 907px;margin: 0 auto;}
.news-module3-filter {position: relative;z-index: 1;}
.news-module3-articles {position: relative;z-index: 0;}
.news-module3-l-col {width:100%}
.news-module3-r-col {width:100%;margin-bottom: 30px;}
.news-module3-content-container {border-bottom:1px solid #D8D8D8;padding-top: 40px;}
.news-module3-h2 {font-size: 24px;font-weight: 300;line-height: 47px;}
.news-module3-h3 {font-size: 12px;font-weight: 500;line-height: 13px;text-transform: uppercase;background-color: #F2F2F2;padding: 5px 15px 5px 15px;border-radius: 5px;display:inline-block;margin-bottom:20px;}
.news-module3-h4 {margin-bottom:10px;max-width: 840px;}
.news-module3-h4 a {font-size:20px;font-weight:500;line-height:30px;color:#0E3652; text-decoration: none;}
.news-module3-h4 a:hover {text-decoration: underline;}
.news-module3-h4 a:focus {outline: 1px solid #000000!important;outline-offset: 4px;box-shadow:none;}
.news-module3-h4 a:focus:not(:focus-visible) {outline: none!important;}
.news-module3-h5 {
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
}	
.news-module3-p {font-size:16px;font-weight:400;line-height:26px;margin-bottom:30px;}

/*Begin Filter Styles*/
.filter-dropdown-menu.dropdown-menu {
	box-shadow: 0 3px 10px rgba(0,0,0,.15)!important;
	border-radius:20px!important;
	padding: 30px 20px 20px 30px;
	width:232px;
	margin-top: 15px!important;
}
.filter-clear-btn {
	color:#0E3652;
	background-color: transparent;
	border:none;
	font-size:16px;
	font-weight: 500;
	line-height: 16px;
	margin-top:20px;
}
.form-check-input {
	border: 2px solid #0E3652;

}
.form-check-input:checked {
    background-color: #0E3652;
    border-color: #0E3652;
}
.filter-form-check {
	margin-bottom:10px;
	
}
.filter-form-check label {
	color:#404040;
	font-size:16px;
	font-weight: 500;
	line-height: 16px;
	margin-left: 5px;
}
.btn-filter {
	position: absolute;
    left: 0px;
	background-color: #fff;
    color: #0E3652;
    border: 2px solid #0E3652;
    border-radius: 30px;
    padding: 5px 20px 5px 20px;
	font-size:18px;
	font-weight:500;
	line-height:27px;
	
}
.btn-filter:before {
	display: inline-block;
	content: ' ';
	background-image: url('../images/icon-filter-blue.svg');
	background-size: 20px 20px;
	height: 17px;
	width: 20px;
	margin-right:5px;
}
.btn-filter:hover {
	background-color: #0E3652;
    color: #fff;
    border: 2px solid #0E3652;
    border-radius: 30px;
    padding: 5px 20px 5px 20px;
	font-size:18px;
	font-weight:500;
	line-height:27px;
}
.btn-filter:hover:before {
	display: inline-block;
	content: ' ';
	background-image: url('../images/icon-filter-white.svg');
	background-size: 20px 20px;
	height: 17px;
	width: 20px;
	margin-right:5px;
}
.btn-filter:focus{
	background-color: #0E3652;
    color: #fff;
    border: 2px solid #0E3652;
    border-radius: 30px;
    padding: 5px 20px 5px 20px;
	box-shadow:none;
}

.btn-filter:focus:before {
	display: inline-block;
	content: ' ';
	background-image: url('../images/icon-filter-white.svg');
	background-size: 20px 20px;
	height: 17px;
	width: 20px;
	margin-right:5px;
}
.page-link:focus:not(:focus-visible) {outline: none!important;}

.btn-filter.dropdown-toggle:after {
    float:none;
    content: ' ';
    display: inline-block;
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-right: none;
    height: 0px;
    width: 0px;
    transition: 0.2s;
    transform: rotate(45deg);
    margin-right: 0px;
}

.filter-error {color:#dc3545;}

/*End Filter Styles*/

/*Begin Pagination Styles*/
a.previous:after {
	top: -1px;
	position: relative;
	content: ' ';
	display: inline-block;
	border-top: none;
	border-left: none;
	border-bottom: 2px solid #0E3652;
	border-right: 2px solid #0E3652;
	height: 10px;
	width: 10px;
	transform: rotate(135deg);
	margin-left: 6px;
	margin-right: 10px;
}
a.disabled.previous:after {
	border-bottom: 2px solid #D8D8D8!important;
	border-right: 2px solid #D8D8D8!important;
}
a.disabled.next:after {
	border-bottom: 2px solid #D8D8D8!important;
	border-right: 2px solid #D8D8D8!important;
}
a.next:after {
	top: -1px;
	position: relative;
	content: ' ';
	display: inline-block;
	border-top: none;
	border-left: none;
	border-bottom: 2px solid #0E3652;
	border-right: 2px solid #0E3652;
	height: 10px;
	width: 10px;
	transform: rotate(315deg);
	margin-left: 3px;
	margin-right: 10px;
}
.page-link {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	line-height: inherit;
	display: block;
	color: #0E3652;
	text-decoration: none;
	background-color: transparent;
	border: none;
	width: 36px;
	height: 36px;
	padding: 8px;
	text-align: center;
	transition: none;
	white-space: normal; /* CSS3 */
	word-wrap:normal; /* Internet Explorer 5.5+ */
}
.page-link:hover {
    z-index: 2;
    color: #0E3652;
    background-color: #D8D8D8;
    border-color: transparent;
	border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;
}
	.page-link:focus {
		background-color: #D8D8D8;
		outline: 1px solid #000000 !important;
		outline-offset: 4px;
		box-shadow: none;
		border-radius: 50%;
		width: 36px;
		height: 36px;
		padding: 8px;
		text-align: center;
		line-height: inherit;
		color: #0E3652;
	}
.page-link:focus:not(:focus-visible) {outline: none!important;}

.page-number-active {
	border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;
    background: #0E3652;
    color: #fff;
    text-align: center;
    line-height: inherit;
}
.page-item{margin-right:0px;}
.pagination {margin-top:60px; margin-bottom:60px;}
.page-item:last-child .page-link {
    border-top-right-radius: 50%!important;
    border-bottom-right-radius: 50%!important;
}
.page-item:first-child .page-link {
    border-top-left-radius: 50%!important;
    border-bottom-left-radius: 50%!important;
}
.page-item:not(:first-child) .page-link {
	margin-left: 0px;
}
/*End Pagination Styles*/
/*===============================
  END MODULE 3
  ===============================*/	

@media (min-width: 320px) {
	
}

@media (min-width: 360px) {

}

@media (min-width: 375px) {
/*===============================
  BEGIN MODULE 3
  ===============================*/	

.news-module3-l-col {width:50%}
.news-module3-r-col {width:50%}

/*Begin Filter Styles*/

.btn-filter {position: absolute;right: 20px;left:auto;margin-bottom: 0px;}

/*End Filter Styles*/

/*Begin Pagination Styles*/

.page-item{margin-right:10px;}	

/*End Pagination Styles*/
/*===============================
  END MODULE 3
  ===============================*/
}
	
@media (min-width: 450px) {

}

@media (min-width: 576px) {
/*===============================
  BEGIN MODULE 3
  ===============================*/	
/*Begin Pagination Styles*/

.page-item{margin-right:30px;}

/*End Pagination Styles*/
/*===============================
  END MODULE 3
  ===============================*/

}		

@media (min-width: 768px) {

		
}
	
@media (min-width: 992px) {
	
/*===============================
  BEGIN MODULE 3
  ===============================*/	
.news-module3-inner-container {padding: 60px 0px 0px 0px;}
.news-module3-h2 {font-size: 34px;}

.news-module3-h4 a:after {
	top: 9px;
	position: relative;
	content: ' ';
	display: inline-block;
	border-top: none;
	border-left: none;
	border-bottom: 3px solid #0E3652;
	border-right: 3px solid #0E3652;
	height: 12px;
	width: 12px;
	transform: rotate(315deg);
	margin-left: 5px;
	margin-right: -10px;
}
	.filter-dropdown-menu.dropdown-menu::after {
		content: '';
		width: 0px;
		height: 0px;
		background: transparent;
		position: absolute;
		top: 0px;
	}
/*===============================
  END MODULE 3
  ===============================*/

}

@media (min-width: 1200px) {
	

}
@media (min-width: 1400px) {


}

@media (min-width: 1440px) {


}

@media (min-width: 1441px) {
	
}

@media (min-width: 1500px) {

	
}

@media (min-width: 1650px) {
	
}
	
		



