body#mercury .row.first .search-page > .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body#mercury .row.first .search-page #search_filters {
  background-color: black;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 55;
  overflow: hidden;
  width: calc(100% - 60px);
  max-width: 1276px;
  right: -100%;
  -moz-transition: right 0.51s ease-out 0s;
  -webkit-transition: right 0.51s ease-out 0s;
  -o-transition-property: right 0.51s ease-out 0s;
  -ms-transition-property: right 0.51s ease-out 0s;
  transition: right 0.51s ease-out 0s;
}
body#mercury .row.first .search-page #search_filters.active {
  right: 0;
}
body#mercury .row.first .search-page #search_filters > .container {
  height: 100%;
}
body#mercury .row.first .search-page #search_filters > .container .filters_top {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
body#mercury .row.first .search-page #search_filters > .container .filters_top a#filters_close {
  color: #00aa8e;
  display: block;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
body#mercury .row.first .search-page #search_filters > .container .filters_top a#filters_close:hover, body#mercury .row.first .search-page #search_filters > .container .filters_top a#filters_close:focus {
  text-decoration: underline;
}
body#mercury .row.first .search-page #search_filters > .container .filters_bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 15px;
}
body#mercury .row.first .search-page #search_filters > .container .filters_bottom p {
  margin: 0;
}
body#mercury .row.first .search-page #search_filters > .container .filters_bottom p.btn a {
  background-color: #20bab0;
  border-color: #20bab0;
  color: #001f63;
  padding: 0.8em 2em;
  cursor: pointer;
  text-align: center;
}
body#mercury .row.first .search-page #search_filters > .container .filters_bottom p.btn a:hover, body#mercury .row.first .search-page #search_filters > .container .filters_bottom p.btn a:focus {
  background-color: #4dc8c0;
  border-color: #4dc8c0;
  text-decoration: none;
}
body#mercury .row.first .search-page #search_filters > .container .filters_bottom p a {
  color: #00aa8e;
  display: block;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}
body#mercury .row.first .search-page #search_filters > .container .filters_bottom p a:hover, body#mercury .row.first .search-page #search_filters > .container .filters_bottom p a:focus {
  text-decoration: underline;
}
body#mercury .row.first .search-page #search_filters > .container .filters_bottom p:not(.btn) {
  margin-top: 8px;
}
body#mercury .row.first .search-page #search_filters > .container .filters_bottom p:not(.btn) a {
  text-align: center;
}
body#mercury .row.first .search-page #search_filters > .container h3 {
  color: white;
  margin: 0;
}
body#mercury .row.first .search-page #search_filters > .container > hr {
  background-color: white;
  margin: 0;
}
body#mercury .row.first .search-page #search_filters > .container #filters {
  height: calc(100% - 200px);
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 45px 0;
  box-sizing: border-box;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  display: block;
  overflow-y: scroll;
}
body#mercury .row.first .search-page #search_filters > .container #filters::-webkit-scrollbar-track {
  background-color: #151515;
}
body#mercury .row.first .search-page #search_filters > .container #filters::-webkit-scrollbar {
  width: 15px;
  background-color: #F5F5F5;
}
body#mercury .row.first .search-page #search_filters > .container #filters::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #373737;
  background-image: url(/packages/mercury/themes/mercury/img/mrc-scroll-bars.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px;
}
body#mercury .row.first .search-page #search_filters > .container #filters .product_filters {
  display: none;
}
body#mercury .row.first .search-page #search_filters > .container #filters .form-group, body#mercury .row.first .search-page #search_filters > .container #filters .inner_product_filter {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
body#mercury .row.first .search-page #search_filters > .container #filters .form-group input[type=checkbox], body#mercury .row.first .search-page #search_filters > .container #filters .inner_product_filter input[type=checkbox] {
  width: 20px;
  height: 20px;
  position: absolute;
  opacity: 0;
  z-index: 2;
}
body#mercury .row.first .search-page #search_filters > .container #filters .form-group input[type=checkbox]:checked + label:after, body#mercury .row.first .search-page #search_filters > .container #filters .inner_product_filter input[type=checkbox]:checked + label:after {
  transform: scale(1);
}
body#mercury .row.first .search-page #search_filters > .container #filters .form-group label, body#mercury .row.first .search-page #search_filters > .container #filters .inner_product_filter label {
  color: white !important;
  margin-bottom: 0 !important;
  padding-left: 35px;
  position: relative;
  font-size: 16px;
  line-height: 19px;
}
body#mercury .row.first .search-page #search_filters > .container #filters .form-group label:before, body#mercury .row.first .search-page #search_filters > .container #filters .inner_product_filter label:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0;
  width: 16px;
  height: 16px;
  border: 2px solid white;
  border-radius: 3px;
}
body#mercury .row.first .search-page #search_filters > .container #filters .form-group label:after, body#mercury .row.first .search-page #search_filters > .container #filters .inner_product_filter label:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: white;
  content: "\f00c";
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  opacity: 1;
  left: 7px;
  top: 2px;
  text-decoration: none;
  transform: scale(0);
  -moz-transition: transform 0.1s ease-out 0s;
  -webkit-transition: transform 0.1s ease-out 0s;
  -o-transition-property: transform 0.1s ease-out 0s;
  -ms-transition-property: transform 0.1s ease-out 0s;
  transition: transform 0.1s ease-out 0s;
}
body#mercury .row.first .search-page #search_filters > .container #filters .products_filter {
  list-style: none;
  margin: 0;
  padding: 0 0 0 35px;
}
body#mercury .row.first .search-page #search_filters > .container #filters .products_filter ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 35px;
}
body#mercury .row.first .search-page form:not(#ccm-block-form) {
  width: 100%;
  max-width: 720px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 1em;
}
body#mercury .row.first .search-page form:not(#ccm-block-form) input.ccm-search-block-text {
  width: calc(100% - 110px);
  height: 60px !important;
}
body#mercury .row.first .search-page form:not(#ccm-block-form) input[type=submit] {
  width: 100px !important;
  border: 0px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  background: #20bab0 !important;
  color: #001f63 !important;
  height: 60px !important;
}
body#mercury .row.first .search-page form:not(#ccm-block-form) input[type=submit]:hover, body#mercury .row.first .search-page form:not(#ccm-block-form) input[type=submit]:focus {
  background-color: #4dc8c0 !important;
}
body#mercury .row.first .search-page .bottom_holder {
  width: calc(100% - 60px);
  max-width: 1276px;
  margin: 0 auto;
  position: relative;
  max-width: 1276px;
  display: flex;
  flex-direction: column;
  padding-bottom: 5.75em;
}
@media only screen and (min-width: 960px) {
  body#mercury .row.first .search-page .bottom_holder {
    width: calc(100% - 120px);
  }
}
body#mercury .row.first .search-page .bottom_holder p {
  color: #001e60;
  font-size: 1em;
  font-style: italic;
}
body#mercury .row.first .search-page #pagination {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 1276px;
}
body#mercury .row.first .search-page #pagination > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: center;
}
body#mercury .row.first .search-page #pagination > ul > li {
  text-decoration: none;
  color: #001e60;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
body#mercury .row.first .search-page #pagination > ul > li:last-child {
  margin-right: 0;
}
body#mercury .row.first .search-page #pagination > ul > li > a {
  text-decoration: none;
  color: #001e60;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -moz-transition: background-color 0.15s ease-out 0s;
  -webkit-transition: background-color 0.15s ease-out 0s;
  -o-transition-property: background-color 0.15s ease-out 0s;
  -ms-transition-property: background-color 0.15s ease-out 0s;
  transition: background-color 0.15s ease-out 0s;
}
body#mercury .row.first .search-page #pagination > ul > li > a i {
  color: #001e60;
}
body#mercury .row.first .search-page #pagination > ul > li > a:hover, body#mercury .row.first .search-page #pagination > ul > li > a:focus {
  background-color: #d9d9d9;
}
body#mercury .row.first .search-page #pagination > ul > li.active, body#mercury .row.first .search-page #pagination > ul > li.current {
  background-color: #d9d9d9;
}
body#mercury .row.first .search-page #pagination > ul > li.disabled {
  opacity: 0.5;
  pointer-events: none;
}
body#mercury .row.first .search-page #pagination .form-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 1.5em;
}
body#mercury .row.first .search-page #pagination .form-group label {
  color: #001e60 !important;
  font-size: 1em;
  margin-right: 20px;
}
body#mercury .row.first .search-page #pagination .form-group .holder {
  width: 70px;
  height: 40px;
  border: 1px solid #001e60;
  position: relative;
}
body#mercury .row.first .search-page #pagination .form-group .holder:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #001e60;
  content: "\f063";
  font-weight: 400;
  font-size: 0.85em;
  position: absolute;
  opacity: 1;
  top: 50%;
  left: calc(100% - 15px);
  transform: translate(-50%, -50%);
  text-decoration: none;
  pointer-events: none;
}
body#mercury .row.first .search-page #pagination .form-group .holder select {
  width: 100%;
  height: 100% !important;
  font-size: 1.05em;
  font-family: "Barlow";
  border: 0px;
  padding-left: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
body#mercury .row.first .search-page #search_results {
  width: calc(100% - 60px);
  max-width: 1276px;
  margin: 0 auto;
  position: relative;
  max-width: 720px;
  padding: 3.5em 0;
  margin: 0 auto;
}
@media only screen and (min-width: 960px) {
  body#mercury .row.first .search-page #search_results {
    width: calc(100% - 120px);
  }
}
body#mercury .row.first .search-page #search_results #search_info {
  display: flex;
  flex-direction: column;
}
body#mercury .row.first .search-page #search_results #search_info .info {
  width: 100%;
  margin-top: 1em;
}
body#mercury .row.first .search-page #search_results #search_info .info h3 {
  margin: 0 0 0.25em;
  font-size: 26px;
}
body#mercury .row.first .search-page #search_results #search_info .info p {
  margin: 0;
  color: #001e60;
  font-size: 16px;
  font-style: italic;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
body#mercury .row.first .search-page #search_results #search_info .info p a.clear_search_mobile {
  font-style: normal;
  font-size: 16px;
  text-decoration: none;
  color: #00aa8e;
}
body#mercury .row.first .search-page #search_results #search_info #filters_toggle {
  border: 1px solid #001e60;
  color: #001e60;
  font-family: "Barlow" !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  display: flex;
  align-items: center;
  font-size: 16px !important;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  justify-content: center;
  padding: 12px 0;
  cursor: pointer;
  margin-top: 1em;
  -moz-transition: all 0.1s ease-out 0s;
  -webkit-transition: all 0.1s ease-out 0s;
  -o-transition-property: all 0.1s ease-out 0s;
  -ms-transition-property: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}
body#mercury .row.first .search-page #search_results #search_info #filters_toggle svg {
  margin-left: 10px;
}
body#mercury .row.first .search-page #search_results #search_info #filters_toggle:hover, body#mercury .row.first .search-page #search_results #search_info #filters_toggle:focus {
  background-color: #20bab0;
  border-color: #20bab0;
}
body#mercury .row.first .search-page #search_results .the_results {
  margin-top: 2.5em;
}
body#mercury .row.first .search-page #search_results .top {
  display: none;
}
body#mercury .row.first .search-page #search_results .top > p {
  text-align: right;
  margin: 0 0 0.5em;
}
body#mercury .row.first .search-page #search_results .top > p > a {
  font-size: 16px;
  text-decoration: none;
  color: #00aa8e;
}
body#mercury .row.first .search-page #search_results .top > p > a span {
  font-weight: bold;
}
body#mercury .row.first .search-page #search_results .top > p > a:hover, body#mercury .row.first .search-page #search_results .top > p > a:focus {
  color: #00aa8e;
  text-decoration: underline;
}
body#mercury .row.first .search-page #search_results #filters_selected {
  list-style: none;
  margin: 1.5em 0 0;
  padding: 0;
  display: none;
}
body#mercury .row.first .search-page #search_results #filters_selected > li {
  display: inline-block;
  height: 34px;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 10px;
}
body#mercury .row.first .search-page #search_results #filters_selected > li > a {
  font-size: 16px;
  padding: 7px 10px;
  cursor: pointer;
}
body#mercury .row.first .search-page #search_results #filters_selected > li > a span {
  font-weight: bold;
}
body#mercury .row.first .search-page #search_results #filters_selected > li.clear_all_filters {
  color: #00aa8e;
}
body#mercury .row.first .search-page #search_results #filters_selected > li.clear_all_filters:hover, body#mercury .row.first .search-page #search_results #filters_selected > li.clear_all_filters:focus {
  text-decoration: underline !important;
  color: #00aa8e !important;
}
body#mercury .row.first .search-page #search_results #filters_selected > li > a.remove_filter {
  color: #001e60;
  border: 1px solid #001e60;
  -moz-transition: all 0.1s ease-out 0s;
  -webkit-transition: all 0.1s ease-out 0s;
  -o-transition-property: all 0.1s ease-out 0s;
  -ms-transition-property: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}
body#mercury .row.first .search-page #search_results #filters_selected > li > a.remove_filter:hover, body#mercury .row.first .search-page #search_results #filters_selected > li > a.remove_filter:focus {
  color: white;
  background-color: #001e60;
}
body#mercury .row.first .search-page #search_results .result {
  margin-bottom: 2em;
}
body#mercury .row.first .search-page #search_results .result:last-child {
  margin-bottom: 0;
}
body#mercury .row.first .search-page #search_results .result > .item a {
  text-decoration: none;
}
body#mercury .row.first .search-page #search_results .result > .item a.title {
  color: #001e60;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.25em;
}
body#mercury .row.first .search-page #search_results .result > .item a.link {
  color: #00aa8e;
  font-weight: bold;
}
body#mercury .row.first .search-page #search_results .result > .item a.download {
  display: block;
  margin-top: 5px;
  color: #00aa8e;
  font-weight: bold;
}
body#mercury .row.first .search-page #search_results .result > .item a.download i {
  font-weight: 700;
  margin-right: 5px;
}
body#mercury .row.first .search-page #search_results .result > .item a:hover, body#mercury .row.first .search-page #search_results .result > .item a:focus {
  text-decoration: underline;
}
body#mercury .row.first .search-page #search_results .result > .item > p {
  margin: 0.5em 0;
  line-height: 1.25em;
  font-size: 1.1em;
}
body#mercury .row.first .search-page #suggested_searches {
  width: 100%;
  max-width: 720px;
  padding: 5.75em 0;
}
body#mercury .row.first .search-page #suggested_searches ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body#mercury .row.first .search-page #suggested_searches ul li {
  border-bottom: 1px solid #c5c5c5;
  display: block;
  width: 100%;
  padding: 0.8em 0;
}
body#mercury .row.first .search-page #suggested_searches ul li:last-child {
  border-bottom: 0;
}
body#mercury .row.first .search-page #suggested_searches ul li a {
  text-decoration: none;
  color: #001e60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
body#mercury .row.first .search-page #suggested_searches ul li a:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #001e60;
  content: "\f061";
  font-weight: 400;
  font-size: 0.85em;
  position: relative;
  opacity: 1;
  left: 0;
  text-decoration: none;
  -moz-transition: all 0.1s ease-out 0s;
  -webkit-transition: all 0.1s ease-out 0s;
  -o-transition-property: all 0.1s ease-out 0s;
  -ms-transition-property: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}
body#mercury .row.first .search-page #suggested_searches ul li a:hover {
  text-decoration: underline;
}
body#mercury .row.first .search-page #suggested_searches ul li a:hover:after {
  left: 5px;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  body#mercury .row.first .search-page #search_results {
    padding: 5.75em 0;
  }
  body#mercury .row.first .search-page #search_results .top {
    display: block;
  }
  body#mercury .row.first .search-page #search_results #search_info {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  body#mercury .row.first .search-page #search_results #search_info .info {
    width: calc(100% - 150px);
  }
  body#mercury .row.first .search-page #search_results #search_info .info h3 {
    font-size: 1.9em;
  }
  body#mercury .row.first .search-page #search_results #search_info .info p {
    font-size: 1em;
    display: block;
  }
  body#mercury .row.first .search-page #search_results #search_info .info p .clear_search_mobile {
    display: none;
  }
  body#mercury .row.first .search-page #search_results #search_info #filters_toggle {
    margin-top: 0;
    width: 130px;
  }
  body#mercury .row.first .search-page form:not(#ccm-block-form) input[type=submit].ccm-search-block-text {
    width: calc(100% - 160px);
  }
  body#mercury .row.first .search-page form:not(#ccm-block-form) input[type=submit][type=submit] {
    width: 130px !important;
  }
  body#mercury .row.first .search-page #search_filters > .container .filters_bottom {
    flex-direction: row;
    align-items: center;
    padding-top: 30px;
  }
  body#mercury .row.first .search-page #search_filters > .container .filters_bottom p.btn a {
    margin-right: 25px;
  }
  body#mercury .row.first .search-page #search_filters > .container .filters_bottom p a {
    font-size: 14px;
  }
  body#mercury .row.first .search-page #search_filters > .container .filters_bottom p:not(.btn) {
    margin-top: 0px;
  }
  body#mercury .row.first .search-page #pagination > ul > li {
    width: 40px;
    height: 40px;
  }
  body#mercury .row.first .search-page .bottom_holder {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  body#mercury .row.first .search-page #search_filters {
    width: calc(100% - 1024px);
  }
}

/*# sourceMappingURL=view.css.map*/