.subscription-form-popup.ctools-modal-content .close {
  position : absolute;
  top      : -16px;
  left     : 100%;
  padding  : 10px;
}

#modalContent {
  top : 30px !important;
}

div.ctools-modal-content.site-search-form-popup .modal-content {
  padding: 55px;
}

#views-exposed-form-fragomen-site-search-search-results-block .form-item-search-api-views-fulltext {
  overflow : hidden;
  width    : 100%;
}

.site-search-form-popup h5.block__title {
  text-align : left;
  margin-bottom: 30px;
}

.site-search-form-popup h5.block__title::after {
  background: none;
}

.site-search-form-popup .search-results__link {
  height: auto;
}

.search__modal .view-fragomen-site-search .banner-search {
  width: 100%;
  border-bottom: 0;
  padding: 0;
}

.view-fragomen-site-search .banner-search__input-wrap {
  border-bottom : 1px solid #adadad;
}

.view-fragomen-site-search .view-content {
  margin-top: 50px;
}

.view-fragomen-site-search  .form-actions {
  cursor: pointer;
  z-index: 100;
}

.view-fragomen-site-search .form-item input {
  height        : 42px;
  margin-bottom : 20px;
  border        : 1px solid #ccc;
  padding       : 0 15px;
  font-size     : 14px;
  line-height   : 17px;
  color         : #253746;
}

.view-fragomen-site-search input.form-submit {
  display: block;
}

.view-fragomen-site-search .search-results__text {
  height: auto;
  margin-bottom: 0;
}

.view-fragomen-site-search .search-results__text a.views-more-link {
  color : #009cdc;
}

.view-fragomen-site-search .search-results__text a.views-more-link:hover {
  text-decoration: underline;
}

.view-fragomen-site-search .search-results--item {
  margin-bottom : 30px;
  border-bottom : 3px solid transparent;
  max-width     : 745px;
}

.view-fragomen-site-search .search-results--item:hover {
  border-color : #009cdc;
}

.view-fragomen-site-search .item-list {
  margin: 20px 0;
}

.view-fragomen-site-search .ui-button.btn--loader {
  height: auto;
}

input[type=text]::-ms-clear { display : none; width : 0; height : 0; }
input[type=text]::-ms-reveal { display : none; width : 0; height : 0; }

.view-fragomen-site-search .pager-show-more a {
  margin                  : 0 auto;
  min-width               : 180px;
  height                  : 43px;
  color                   : #009cdc;
  background              : none;
  border                  : 1px solid #009cdc;
  border-radius           : 100px;
  font-size               : 11px;
  font-weight             : 600;
  text-transform          : uppercase;
  text-decoration         : none;
  letter-spacing          : 0.92px;
  text-align              : center;
  padding                 : 13px 21px;
  -webkit-transition      : color, background, border, 0.4s;
  -moz-transition         : color, background, border, 0.4s;
  -o-transition           : color, background, border, 0.4s;
  -ms-transition          : color, background, border, 0.4s;
  transition              : color, background, border, 0.4s;
  display                 : table;
  -webkit-box-align       : center;
  -moz-box-align          : center;
  -o-box-align            : center;
  -ms-flex-align          : center;
  -webkit-align-items     : center;
  align-items             : center;
  -webkit-box-pack        : center;
  -moz-box-pack           : center;
  -o-box-pack             : center;
  -ms-flex-pack           : center;
  -webkit-justify-content : center;
  justify-content         : center;
  white-space             : nowrap;
}

.view-fragomen-site-search .pager-show-more a:hover {
  background   : #5eb3d9;
  border-color : #5eb3d9;
  color        : #fff;
}
