#search-block-form input#edit-search, #block-exposedformglobal-searchpage-2 input[id^="edit-search"], #block-exposedformglobal-searchpage-1-3 input[id^="edit-search"] {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    box-shadow: none;
}

#search-block-form .form-row {
		flex-wrap:unset;
		margin-right: -15px;
}

a.internal::after {
  content: "" !important;
}

a.corelabs_sequence[href^="http://"]::after {
  content: "" !important;
}


.recommended-results .events-div, .recommended-results .person_portrait {
  height: 140px;
  overflow: hidden;
  float: left;
  width: 146px;
  margin-right: 16px;
  border-left: 5px solid #91ab61;
  margin-bottom: 16px;
}

.recommended-results .person_portrait img {
  margin-top: 0;
}

.people_featured_portrait img {
	float: left;
	margin-right: 20px;
}

section.row.region.region-inner-featured {
    clear: both;
    padding-top: 25px;
}

.service-icon {
    padding-right: 10px;
    padding-bottom: 30px;
    float: left;
    min-height: 50px;
}

.icon-short-description {
		display: flex;
}

.recommended-results#block-views-block-global-search-recommended-results {
    background-color: #F2EFEC;
		width: 100%;
		max-width: 100%;
    margin-bottom: 2em;
}

.recommended-results .view-global-search .view-content.row {
		display: block;
}

.recommended-results h2 {
		font-family: 'rubrikregular', 'Arial', sans-serif;
		font-size: 1.625rem;
		text-transform: capitalize;
		color: #005580;
		font-weight: 400;
		padding: 30px 30px 10px;
}

.recommended-results h3 a {
		font-family: 'rubrikregular', 'Arial', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4375rem;
    display: inline-flex;

}

.recommended-results .col {
		padding: 0px 27px 15px;
}

.recommended-results img {
  height: 100%;
	float: left;
	margin-right: 20px;
}

section.row.region.region-recommended-results {
    padding: 0 30px 0 30px;
		margin-bottom: 20px;
}

.view-header h5#scroll {
		line-height: 1.5em !important;
}

@media screen and (max-width: 540px) {

	.recommended-results h2 {
			font-size: 1.3rem;
	}

	.recommended-results h3 a {
			font-size: 1.0rem;
	}

	.recommended-results .result-wrap {
			font-size: 14px;
	}
}

@media screen and (max-width: 768px){

	.recommended-results .department-result.result-wrap div {
			display: inline-flex;
	}

	.recommended-results .col {
    	padding: 0px 5px 10px 5px;
	}

}

@media screen and (max-width: 838px) and (min-width:768px) {
	.container.cards.view.view-articles.view-id-articles.view-display-id-featured_list_item_well h2.location-title {
    display: inline-block;
	}

	.view-display-id-featured_list_item_well .views-field-field-image {
		float: none;
		margin-right: 50%;
	}

}

@media screen and (max-width: 568px) and (min-width:460px) {
  .container.cards.view.view-articles.view-id-articles.view-display-id-featured_list_item_well h2.location-title {
    display: inline-block;
  }

  .view-display-id-featured_list_item_well .views-field-field-image {
    float: none;
    margin-right: 50%;
  }

}

@media screen and (min-width:958px) {
		#block-exposedformglobal-searchpage-1-3 {
    	display:none !important;
		}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
		section.row.region.region-recommended-results{
			padding-left: 15px !important;
		}
}

@media screen and (max-width: 1000px) and (min-width: 960px) {
		.recommended-results h2 {
			margin-left: 22px;
		}
}

@media screen and (min-width: 1120px) {

}

@media screen and (max-width: 960px){

}

@media screen and (min-width: 768px){

}

@media screen and (min-width: 1020px){

	.search-featured-top .form-type-textfield, #search-form .form-type-search {
		width: 84% !important;
	}

}

@media screen and (max-width: 1019px){
	.search-featured-top .form-type-textfield, #search-form .form-type-search {
		width: 80% !important;
	}
}

@media screen and (max-width: 564px){
	input#edit-search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: transparent;
	}
	input#edit-search::-moz-placeholder { /* Firefox 19+ */
  color: transparent;
	}
	input#edit-search:-ms-input-placeholder { /* IE 10+ */
  color: transparent;
	}
	input#edit-search:-moz-placeholder { /* Firefox 18- */
  color: transparent;
}

}

@media screen and (max-width: 340px) {

}

.pagination > li {
    padding-inline-start: 4px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li > a, .pagination > li > span, .pagination > li > a:focus, .pagination > li > span:focus {
    background: #E3DDD7;
    color: #26778b;
    cursor: default;
    border: 1px solid #E3DDD7;
    height: 36px;
    padding: 0 1em;
    font-size: 0.85714em;
    line-height: 2.5em;
    font-family: rubrikregular, Arial, sans-serif;
    cursor: pointer;
}

.pagination .active a {
    background: #789b37;
    color: #ffffff;
    border: 1px solid #789b37;
}

.pagination > li > a:hover, .pagination > li > span:hover {
    background: #CFC3B9;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    border-color: #ddd;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pager-nav {
  margin-top: 20px;
}

.pagination .pager__item--next a::before {
    font-size: 25px;
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
    font-weight: 900;
}

.pagination .pager__item--last a::before {
    font-size: 17px;
    font-family: "Font Awesome 5 Free";
    content: '\f051';
    font-weight: 900;
}

.pagination .pager__item--first a::after {
    font-size: 17px;
    font-family: "Font Awesome 5 Free";
    content: '\f048';
    font-weight: 900;
}

.pagination .pager__item--previous a::after {
  font-size: 25px;
  font-family: "Font Awesome 5 Free";
  content: '\f0d9';
  /*transform: scaleX(-1);*/
  font-weight: 900;
}


.pagination li a span {
    display: none;
}

@media screen and(max-width: 959px) {

}

@media screen and(min-width: 960px) {

}

@media screen and (max-width:1000px) and (min-width:960px){
	aside {
		padding-right: 0px !important;
	}
}

@media screen and (max-width:700px){
	.pagination {
		display: inline !important;
	}

	.pagination > li a {
		margin-right: 3px;
		margin-top: 5px;
	}

}

@media screen and (max-width: 767px){
  .search #sidebar_first {
    padding-left: 15px;
  }

}
