@charset "utf-8";
/* t-27 Search Results CSS Document */

/*===============================
  BEGIN MODULE 2
  ===============================*/	
.search-module2-content-main-container {z-index:-1;}
.search-module2-main-container {margin-top: 5px;}
.search-module2-inner-container {width: 100%;padding: 60px 20px 0px 20px;max-width: 907px;margin: 0 auto;}
.search-bar-container {max-width:500px;margin-top:20px;margin-bottom:40px;}
.search-module2-content-container {border-bottom:1px solid #D8D8D8;padding-top: 40px;}
.search-module2-h2 {font-size: 24px;font-weight: 300;line-height: 47px;}
.search-module2-h3 {font-size: 16px;font-weight: 300;line-height: 27px;}
.search-module2-h4 {margin-bottom:10px;max-width: 100%;}
.search-module2-h4 a {font-size:20px;font-weight:500;line-height:30px;color:#002D5D; text-decoration: none;}
.search-module2-h4 a:hover {text-decoration: underline;}
.search-module2-h4 a:focus {outline: 1px solid #000000!important;outline-offset: 4px;box-shadow:none;}
.search-module2-h4 a:focus:not(:focus-visible) {outline: none!important;}

.search-module2-p {font-size:14px;font-weight:300;line-height:24px;margin-bottom:30px;}
.highlight strong {font-weight: 600;}

/*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:228px;
	margin-top: 15px!important;
}
.filter-clear-btn {
	color:#002D5D;
	background-color: transparent;
	border:none;
	font-size:16px;
	font-weight: 500;
	line-height: 16px;
	margin-top:20px;
}
.form-check-input {
	border: 2px solid #002D5D;

}
.form-check-input:checked {
    background-color: #002D5D;
    border-color: #002D5D;
}
.filter-form-check {
	margin-bottom:10px;
	
}
.filter-form-check label {
	color:#404040;
	font-size:16px;
	font-weight: 500;
	line-height: 16px;
	margin-left: 10px;
}
.btn-filter {
	position: absolute;
    left: 0px;
	background-color: #fff;
    color: #002D5D;
    border: 2px solid #002D5D;
    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: #002D5D;
    color: #fff;
    border: 2px solid #002D5D;
    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: #002D5D;
    color: #fff;
    border: 2px solid #002D5D;
    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;
}

/*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 #002D5D;
	border-right: 2px solid #002D5D;
	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 #002D5D;
	border-right: 2px solid #002D5D;
	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: #002D5D;
	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: #002D5D;
    background-color: #D8D8D8;
    border-color: transparent;
	border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;
}
.page-link:focus {
	background-color: #fff;
	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: #002D5D;
}
.page-link:focus:not(:focus-visible) {outline: none!important;}

.page-number-active {
	border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;
    background: #002D5D;
    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;
}
/*End Pagination Styles*/
/*===============================
  END MODULE 2
  ===============================*/	

@media (min-width: 320px) {
	
}

@media (min-width: 360px) {

}

@media (min-width: 375px) {

/*===============================
  BEGIN MODULE 2
  ===============================*/	
	
.search-module2-l-col {width:50%}
.search-module2-r-col {width:50%}
.btn-filter {position: absolute;right: 20px;left:auto;margin-bottom: 0px;}
.page-item{margin-right:10px;}	

/*===============================
  END MODULE 2
  ===============================*/	
}
	
@media (min-width: 450px) {

}

@media (min-width: 576px) {
	
/*===============================
  BEGIN MODULE 2
===============================*/	
.page-item{margin-right:30px;}

/*===============================
  END  MODULE 2
===============================*/
}		

@media (min-width: 768px) {
			
}
	
@media (min-width: 992px) {
	
/*===============================
  BEGIN MODULE 2
  ===============================*/	
.search-module2-h4 a:after {
	top: 9px;
	position: relative;
	content: ' ';
	display: inline-block;
	border-top: none;
	border-left: none;
	border-bottom: 3px solid #002D5D;
	border-right: 3px solid #002D5D;
	height: 12px;
	width: 12px;
	transform: rotate(315deg);
	margin-left: 5px;
	margin-right: -10px;
}
	
.search-module2-inner-container {padding: 0px 0px 0px 0px;}
/*===============================
  END MODULE 2
  ===============================*/
}

@media (min-width: 1200px) {	

}

@media (min-width: 1400px) {

}

@media (min-width: 1440px) {

}

@media (min-width: 1441px) {
	
}

@media (min-width: 1500px) {

}

@media (min-width: 1650px) {
	
}
	
		



