body#mercury .row.first .search_filters {
  margin-bottom: 2.75em;
  margin-top: 2.5em;
}
body#mercury .row.first .search_filters .blog_menu .blog-search-field {
  display: none;
}
@media only screen and (min-width: 768px) {
  body#mercury .row.first .search_filters {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  body#mercury .row.first .search_filters .blog_menu {
    width: 47.5%;
    margin-right: 5%;
  }
  body#mercury .row.first .search_filters .blog_menu:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  body#mercury .row.first .search_filters {
    align-items: center;
  }
  body#mercury .row.first .search_filters .blog_menu {
    width: 100%;
    margin-right: 0;
  }
}
body#mercury .row.first form.blog-search-new:not(#ccm-block-form) {
  display: block;
  position: relative;
  margin-bottom: 2em;
  width: 100%;
  max-width: 308px;
  /*&:after{
  	content: "";
  	position: absolute;
  	right: 10px;
  	top: 16px;
  	background-image: url(../../../../../packages/mercury/themes/mercury/img/mrcy-blog-mg-teal.svg);
  	width: 14px;
  	height: 14px;
  	pointer-events: none;
  	background-repeat: no-repeat;
  }*/
}
body#mercury .row.first form.blog-search-new:not(#ccm-block-form):hover:after {
  background-image: url(/packages/mercury/themes/mercury/img/mrcy-blog-mg-ro.svg?3efa61b762dbe8c91e9d5ffce73c64fd);
}
body#mercury .row.first form.blog-search-new:not(#ccm-block-form) a.clear {
  color: #00aa8e;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  position: absolute;
  letter-spacing: 1px;
  right: 0;
  font-family: "Rajdhani";
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
  bottom: -24px;
}
body#mercury .row.first form.blog-search-new:not(#ccm-block-form) a.clear:hover {
  text-decoration: underline;
}
body#mercury .row.first form.blog-search-new:not(#ccm-block-form) a.clear-alt {
  right: auto;
}
body#mercury .row.first form.blog-search-new:not(#ccm-block-form) input[type=submit] {
  position: absolute;
  right: 0;
  width: 35px;
  opacity: 0;
}
body#mercury .row.first form.blog-search-new:not(#ccm-block-form) input[type=text] {
  font-size: 14px;
  color: black;
  font-weight: 500;
  font-family: "Barlow";
  width: 100%;
  border: 1px solid #646464;
}
body#mercury .row.first form.blog-search-new:not(#ccm-block-form) input[type=text]::-moz-placeholder {
  color: #555555;
  font-family: "Barlow";
  font-weight: 500;
  text-transform: uppercase;
}
body#mercury .row.first form.blog-search-new:not(#ccm-block-form) input[type=text]::placeholder {
  color: #555555;
  font-family: "Barlow";
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  body#mercury .row.first form.blog-search-new:not(#ccm-block-form) {
    margin-right: 3.75em;
    display: inline-block;
  }
  body#mercury .row.first form.blog-search-new:not(#ccm-block-form) input[type=text] {
    max-width: 308px;
  }
}
@media only screen and (min-width: 960px) {
  body#mercury .row.first form.blog-search-new:not(#ccm-block-form) {
    margin-bottom: 0;
  }
}
body#mercury .row.first .blog-search-new-alt:after {
  content: none !important;
}
body#mercury .row.first .blog_filters .category-list select {
  position: absolute;
  opacity: 0;
  height: 25px;
}
@media only screen and (min-width: 768px) {
  body#mercury .row.first .blog_filters .category-list select {
    display: none;
    opacity: 1;
  }
}
body#mercury .row.first .blog_filters ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body#mercury .row.first .blog_filters ul li {
  display: block;
  margin-right: 1.22em;
  margin-bottom: 0.8em;
  /*style the arrow inside the select element:*/
  /*point the arrow upwards when the select box is open (active):*/
  /*style the items (options), including the selected item:*/
  /*style items (options):*/
  /*hide the items when the select box is closed:*/
}
body#mercury .row.first .blog_filters ul li:last-child {
  margin-bottom: 0;
}
body#mercury .row.first .blog_filters ul li a {
  font-weight: 700;
  color: #001e60;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 0.95em;
  display: block;
}
body#mercury .row.first .blog_filters ul li a:hover {
  text-decoration: underline;
}
body#mercury .row.first .blog_filters ul li a.selected {
  text-decoration: underline;
}
body#mercury .row.first .blog_filters ul li .archive-list {
  position: relative;
  overflow: hidden;
  max-height: 300px;
}
body#mercury .row.first .blog_filters ul li .archive-list select {
  position: absolute;
  opacity: 0;
  height: 25px;
}
@media only screen and (min-width: 768px) {
  body#mercury .row.first .blog_filters ul li .archive-list select {
    display: none;
    opacity: 1;
  }
}
body#mercury .row.first .blog_filters ul li .select-selected {
  cursor: pointer;
  background-image: url(/packages/mercury/themes/mercury/img/mrcy-blog-arrow-blue.svg?fd320bd01662f4323e1fa75299ac0f60);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 16px;
  display: inline-block;
}
body#mercury .row.first .blog_filters ul li .select-selected:hover {
  text-decoration: underline;
}
body#mercury .row.first .blog_filters ul li .select-items div, body#mercury .row.first .blog_filters ul li .select-selected {
  font-weight: 700;
  color: #001e60;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 0.95em;
}
body#mercury .row.first .blog_filters ul li .select-items {
  font-weight: 700;
  color: #001e60;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 1em;
  position: absolute;
  z-index: 2;
  background-color: #e8e8e8;
  width: 240px;
  padding: 18px 0;
  max-height: 225px;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body#mercury .row.first .blog_filters ul li .select-items::-webkit-scrollbar {
  display: none;
}
body#mercury .row.first .blog_filters ul li .select-items div {
  padding: 0px 20px;
  cursor: pointer;
  color: #001e60;
  margin-bottom: 1em;
}
body#mercury .row.first .blog_filters ul li .select-items div:hover {
  text-decoration: underline;
}
body#mercury .row.first .blog_filters ul li .select-items div:last-child {
  margin-bottom: 0;
}
body#mercury .row.first .blog_filters ul li .select-hide {
  display: none;
}
@media only screen and (min-width: 960px) {
  body#mercury .row.first .blog_filters ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
  }
  body#mercury .row.first .blog_filters ul li {
    display: block;
    margin-bottom: 0;
  }
  body#mercury .row.first .blog_filters ul li a {
    font-size: 0.7em;
  }
  body#mercury .row.first .blog_filters ul li .select-items div, body#mercury .row.first .blog_filters ul li .select-selected {
    font-size: 0.7em;
    display: block;
  }
}
body#mercury .row.first .blog-categories {
  margin-bottom: 2.3em;
  height: 100%;
  width: 100%;
}
body#mercury .row.first .blog-categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body#mercury .row.first .blog-categories ul li {
  display: block;
  margin-right: 1.22em;
  margin-bottom: 0.9em;
  /*style the arrow inside the select element:*/
  /*point the arrow upwards when the select box is open (active):*/
  /*style the items (options), including the selected item:*/
  /*style items (options):*/
  /*hide the items when the select box is closed:*/
}
body#mercury .row.first .blog-categories ul li:last-child {
  margin-bottom: 0;
}
body#mercury .row.first .blog-categories ul li a {
  font-weight: 700;
  color: #001e60;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 0.7em;
}
body#mercury .row.first .blog-categories ul li a:hover {
  text-decoration: underline;
}
body#mercury .row.first .blog-categories ul li .category-list {
  position: relative;
}
body#mercury .row.first .blog-categories ul li .category-list select {
  position: absolute;
  opacity: 0;
  height: 25px;
}
@media only screen and (min-width: 768px) {
  body#mercury .row.first .blog-categories ul li .category-list select {
    display: none;
    opacity: 1;
  }
}
body#mercury .row.first .blog-categories ul li .select-selected {
  cursor: pointer;
}
body#mercury .row.first .blog-categories ul li .select-selected:hover {
  text-decoration: underline;
}
body#mercury .row.first .blog-categories ul li .select-items div, body#mercury .row.first .blog-categories ul li .select-selected {
  font-weight: 600;
  color: #006860;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 1em;
  line-height: 1.1em;
}
body#mercury .row.first .blog-categories ul li .select-items {
  font-weight: 700;
  color: #001e60;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 0.74em;
  position: absolute;
  z-index: 2;
  background-color: #e8e8e8;
  width: 240px;
  padding: 18px 0;
  max-height: 225px;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body#mercury .row.first .blog-categories ul li .select-items::-webkit-scrollbar {
  display: none;
}
body#mercury .row.first .blog-categories ul li .select-items div {
  padding: 0px 20px;
  cursor: pointer;
  color: #001e60;
  margin-bottom: 1em;
}
body#mercury .row.first .blog-categories ul li .select-items div:hover {
  text-decoration: underline;
}
body#mercury .row.first .blog-categories ul li .select-items div:last-child {
  margin-bottom: 0;
}
body#mercury .row.first .blog-categories ul li .select-hide {
  display: none;
}
body#mercury .row.first .blog-categories ul li.altpos .select-items {
  right: 0;
}
@media only screen and (min-width: 768px) {
  body#mercury .row.first .blog-categories ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  body#mercury .row.first .blog-categories ul li .select-selected {
    font-size: 1.05em;
  }
}
@media only screen and (min-width: 960px) {
  body#mercury .row.first .blog-categories {
    height: auto;
  }
  body#mercury .row.first .blog-categories ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  body#mercury .row.first .blog-categories ul li {
    margin-bottom: 0;
  }
  body#mercury .row.first .blog-categories ul li .select-selected {
    padding-right: 20px;
    font-size: 0.931em;
  }
  body#mercury .row.first .blog-categories ul li .category-list .select-selected {
    background-image: url(/packages/mercury/themes/mercury/img/mrcy-blog-arrow-teal.svg?dde047fee5c99d536374759f27ff3d80);
    background-position: right center;
    background-repeat: no-repeat;
  }
}

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