/*Variables*/
/*Fonts variables*/
@import url("../fonts.css");
.search-from {
  max-width: 470px;
  width: 100%;
  position: relative;
}

.search-from ::-webkit-input-placeholder {
  font-family: HelveticaNeueETW01-46Lt;
}

.search-from ::-moz-placeholder {
  font-family: HelveticaNeueETW01-46Lt;
}

.search-from :-ms-input-placeholder {
  font-family: HelveticaNeueETW01-46Lt;
}

.search-from :-moz-placeholder {
  font-family: HelveticaNeueETW01-46Lt;
}

.search-from label,
.search-from input[type="hidden"],
.search-from input[type="text"] {
  border: 2px solid #076EB2;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 100%;
  height: 50px;
  padding: 5px 50px 5px 15px;
  color: #000000;
  list-style: none;
  font-family: HelveticaNeueETW01-55Rg;
}

.search-from input[type="text"] {
  background-color: #fff !important;
}

.search-from input[type="submit"] {
  border: 2px solid #076EB2;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  text-indent: 99em;
  overflow: hidden;
  width: 56px;
  height: 50px;
  background: url(../../images/error-search/search-icon.svg) center center no-repeat;
  background-size: 24px;
  border: 0;
}

.search-from.search-from-page {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .search-from.search-from-page {
    margin-left: 0;
  }
}

.search-head {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .search-head {
    margin-bottom: 40px;
  }
}

.search-head h1 {
  color: #000000;
  font-size: 42px;
  line-height: 52px;
  margin: 0;
}

@media (max-width: 767px) {
  .search-head h1 {
    font-size: 32px;
    line-height: 42px;
    text-align: left;
  }
}

.search-nfnd {
  border-bottom: 2px solid #222222;
  margin-bottom: 70px;
}

.search-nfnd a {
  color: #076EB2;
  text-decoration: underline;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.search-nfnd h2 {
  color: #000000;
  font-size: 32px;
  line-height: 42px;
  text-align: left;
  font-family: HelveticaNeueETW01-75Bd;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .search-nfnd h2 {
    font-size: 26px;
    line-height: 34px;
  }
}

.search-nfnd h2 strong, .search-nfnd h2 span {
  color: #076EB2;
}

.search-nfnd p {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 26px;
  font-family: HelveticaNeueETW01-75Bd;
  color: #000000;
}

.search-nfnd ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.search-nfnd li {
  font-size: 14px;
  font-family: HelveticaNeueETW01-75Bd;
  color: #000000;
}

.search-page-nw.search-page {
  padding: 50px 0px;
}

.search-page-nw.search-page .search-from {
  float: left;
}

.search-page-nw.search-page h1 {
  color: #000000;
  font-size: 42px;
  line-height: 52px;
  margin: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .search-page-nw.search-page h1 {
    font-size: 36px;
    line-height: 42px;
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .search-page-nw.search-page h1 {
    font-size: 29px;
    line-height: 36px;
    text-align: left;
  }
}

@media (max-width: 991px) {
  .search-page-nw.search-page h1 {
    font-size: 29px;
    line-height: 36px;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .search-page-nw.search-page h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
    text-align: center;
  }
}

.search-page-nw.search-page .flt-cover .flt-cover-in {
  padding-bottom: 20px;
  float: none;
  width: 100%;
  overflow: hidden;
}

.search-page-nw.search-page .mobile-categories {
  font-family: HelveticaNeueETW01-75Bd;
  margin-bottom: 30px;
  border-color: #222222;
  position: relative;
  z-index: 1;
  border-width: 2px;
}

.search-page-nw.search-page .mobile-categories span {
  margin-top: -3px;
  border-bottom: solid 3px #076EB2;
  padding-top: 6px;
  position: relative;
  overflow: hidden;
}

.search-page-nw.search-page .mobile-categories span:before {
  border-top: solid 3px #076EB2;
  margin-bottom: 6px;
}

.search-page-nw.search-page .mobile-categories span:after {
  border-bottom: solid 3px #076EB2;
  margin-bottom: 6px;
}

.search-page-nw.search-page h1 {
  color: #000000;
}

.search-page-nw.search-page .categories .title {
  font-family: HelveticaNeueETW01-75Bd;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 26px;
  border: 0;
  border-bottom: 2px solid #000000;
  position: relative;
  margin-bottom: 10px;
  margin-top: 5px;
  cursor: pointer;
  background-color: transparent;
  text-align: left;
}

.search-page-nw.search-page .categories .title:after {
  content: '';
  position: absolute;
  border: solid 3px #076EB2;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  display: block;
  width: 14px;
  height: 14px;
  right: 4px;
  top: 4px;
  background: none;
}

.search-page-nw.search-page .categories .title.acvn:after {
  top: 10px;
  background: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.search-page-nw.search-page .categories .filter {
  margin-bottom: 7px;
}

.search-page-nw.search-page .categories .filter ul li {
  width: 100%;
  font-size: 14px;
  border: 0;
  padding: 7px 0px;
}

.search-page-nw.search-page .categories .filter ul li a {
  position: relative;
  padding-left: 35px;
  padding-right: 5px;
  font-size: 14px;
  font-family: HelveticaNeueETW01-75Bd;
}

.search-page-nw.search-page .categories .filter ul li a:before {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  border: solid 2px #979797;
  left: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  left: 0;
}

.search-page-nw.search-page .categories .filter ul li a:after {
  display: none;
}

.search-page-nw.search-page .categories .filter ul li a.no-result {
  color: #555555;
  pointer-events: none;
}

.search-page-nw.search-page .categories .filter ul li a.selected:after {
  content: '';
  position: absolute;
  border: solid 4px #076EB2;
  border-left: 0;
  left: 4px;
  border-bottom: 0;
  -webkit-transform: rotate(145deg);
          transform: rotate(145deg);
  -ms-transform: rotate(145deg);
  display: block;
  width: 17px;
  height: 9px;
  left: 4px;
  top: 7px;
  background: none;
}

.search-page-nw.search-page .categories .filter.available ul li a {
  color: #000000;
}

.search-page-nw.search-page .categories .filter.file-type ul li:nth-child(even) {
  float: none;
}

.search-page-nw.search-page .result-box .result-list {
  border-color: #222222;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.search-page-nw.search-page .result-box .result-list h3 {
  margin-bottom: 10px;
  font-family: HelveticaNeueETW01-75Bd;
}

.search-page-nw.search-page .result-box .result-list h3:after {
  display: none;
}

.search-page-nw.search-page .result-box .result-list h3 a {
  color: #076EB2;
  text-decoration: underline;
}

.search-page-nw.search-page .result-box .result-list .file-icon-sec .date {
  margin-left: 0;
}

.search-page-nw.search-page .result-box .result-list p {
  margin-bottom: 14px;
}

.search-page-nw.search-page .result-box .file-icon-sec span, .search-page-nw.search-page .result-box .file-icon-sec a {
  display: inline-block;
  width: auto;
  height: auto;
}

.search-page-nw.search-page .result-box .file-icon-sec a, .search-page-nw.search-page .result-box .file-icon-sec .sngl {
  margin-right: 12px;
  text-decoration: none;
  display: inline-block;
  width: auto;
  height: auto;
  color: #3E3E3E;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  border: 2px solid #646464;
  padding: 0 4px;
  margin-left: 7px;
  position: relative;
}

.search-page-nw.search-page .result-box .file-icon-sec a:before, .search-page-nw.search-page .result-box .file-icon-sec a:after, .search-page-nw.search-page .result-box .file-icon-sec .sngl:before, .search-page-nw.search-page .result-box .file-icon-sec .sngl:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.search-page-nw.search-page .result-box .file-icon-sec a:before, .search-page-nw.search-page .result-box .file-icon-sec .sngl:before {
  border-color: rgba(255, 204, 0, 0);
  border-left-color: #646464;
  border-width: 12px;
  margin-top: -12px;
  left: calc(100% + 2px);
}

.search-page-nw.search-page .result-box .file-icon-sec a:after, .search-page-nw.search-page .result-box .file-icon-sec .sngl:after {
  border-color: rgba(255, 255, 204, 0);
  border-left-color: #fff;
  border-width: 10px;
  margin-top: -10px;
  right: -20px;
  left: auto;
}

@media (max-width: 767px) {
  .search-page-nw.search-page .search-from {
    max-width: 100%;
    width: 100%;
    position: relative;
    padding-bottom: 20px;
    display: block;
    float: left;
  }
}

@media (min-width: 992px) {
  .srch-flt {
    text-align: right;
  }
}

@media (max-width: 991px) {
  .srch-flt .view-filters {
    width: 100%;
    margin-bottom: 15px;
  }
}

.srch-flt .bootstrap-select > .dropdown-toggle {
  border: 2px solid #076EB2;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: HelveticaNeueETW01-55Rg;
  height: 50px;
  line-height: 48px;
  padding-left: 15px;
}

.srch-flt .bootstrap-select > .dropdown-toggle .bs-caret {
  background: transparent;
}

.srch-flt .bootstrap-select > .dropdown-toggle .caret {
  border: 0;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  right: 15px !important;
  margin-top: -7px !important;
}

.srch-flt .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 140px;
}

@media (max-width: 991px) {
  .srch-flt .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
  }
}

.src-row {
  margin-bottom: 15px;
}

.srch-flr-wr {
  padding-top: 15px;
}

.srch-flr-wr .result-box {
  padding-left: 0;
}

.srch-flr-wr .results-summary {
  font-size: 32px;
  margin-bottom: 35px;
  margin-top: 5px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .srch-flr-wr .results-summary {
    font-size: 26px;
  }
}

.srch-flr-wr .results-summary span {
  color: #076EB2;
}

@media (min-width: 768px) {
  .clr-flt-wrap {
    max-width: 300px;
  }
}

.clr-flt-wrap .clr-flt {
  margin-bottom: 25px;
  margin-top: 10px;
}

.clr-flt a {
  padding: 10px;
  border-radius: 15px;
  margin-bottom: 15px;
  border: solid 2px #076EB2;
  font-size: 14px;
  color: #000000;
  margin-right: 5px;
  display: block;
  font-size: 16px;
  line-height: 19px;
  font-family: HelveticaNeueETW01-75Bd;
  color: #076EB2;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center;
  padding: 11px 10px;
}

.clr-flt a:hover {
  color: #fff;
  border-color: #076EB2;
  background-color: #076EB2;
}

.brd-rght-flt {
  font-family: HelveticaNeueETW01-75Bd;
  color: #076EB2;
  font-size: 15px;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .brd-rght-flt {
    float: right;
    text-align: right;
  }
}

@media (max-width: 767px) {
  .brd-rght-flt {
    font-size: 12px;
  }
}

.sng-clr {
  float: left;
  width: 100%;
}

.sng-clr a {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  color: #076EB2;
  font-family: HelveticaNeueETW01-75Bd;
  text-transform: uppercase;
  text-decoration: underline;
}

.item-list .pager {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 10px 0px 70px;
  margin-top: 50px;
  list-style: none;
  padding: 0px;
}

@media (max-width: 767px) {
  .item-list .pager {
    margin-top: 20px;
  }
}

.item-list .pager li {
  margin: 0px;
  border: solid 2px #076EB2;
  border-radius: 4px;
  font-size: 16px;
  font-family: HelveticaNeueETW01-75Bd;
  color: #076EB2;
  display: inline-block;
  margin: 0 3px 7px;
  vertical-align: top;
  text-align: center;
  padding: 0px;
}

.item-list .pager li:hover {
  background: #076EB2;
  color: #fff;
}

.item-list .pager li:hover a {
  background: #076EB2;
  color: #fff;
}

.item-list .pager li.pager-ellipsis {
  padding: 0 6px !important;
}

.item-list .pager li.pager-current {
  padding: 0px 9px !important;
  line-height: 25px;
  background: #076EB2;
  color: #fff;
}

.item-list .pager li.pager-last, .item-list .pager li.pager-first {
  font-size: 12px;
}

.item-list .pager li.pager-previous a, .item-list .pager li.pager-next a {
  font-size: 0px;
  line-height: 18px;
}

.item-list .pager li.pager-previous a:before, .item-list .pager li.pager-next a:before {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 25px;
  position: relative;
  top: 4px;
  font-size: 20px;
}

.item-list .pager li.pager-previous a:before {
  content: "\f104";
}

.item-list .pager li a {
  display: block;
  padding: 0px 9px;
  line-height: 25px;
  color: #076EB2;
}

.err-wrapper .search-from {
  margin: 0 auto;
}

.err-wrapper .tt-menu {
  text-align: left;
}

.nr-full-wdt {
  margin-bottom: 30px;
}

.nr-full-wdt .col-sm-3 {
  display: none;
}

@media (min-width: 768px) {
  .nr-full-wdt .col-sm-5 {
    width: 66.66667%;
  }
}

@media (min-width: 768px) {
  .nr-full-wdt .col-sm-5 .search-from {
    float: right;
  }
}

@media (max-width: 767px) {
  .mbl-cl {
    clear: both;
  }
}

.search-page .flt-cover .default-category-color a {
  display: block !important;
}

.search-page .flt-cover .default-category-color a span.search-ctr {
  width: 25px;
  height: 25px;
  border-radius: 50px;
  text-align: center;
  background: whitesmoke;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: right;
  font-size: 13px;
}

.search-page .flt-cover .default-category-color a.selected span.search-ctr {
  color: #fff;
  background-color: #076EB2;
}

.search-page .flt-cover .default-category-color a.selected::before {
  background-color: #076EB2;
  border-color: #076EB2 !important;
}

.search-page .flt-cover .default-category-color a.selected::after {
  border-width: 2px !important;
  border-color: #fff !important;
}
/*# sourceMappingURL=search.css.map */
