@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
body {
  print-color-adjust: exact;
}

label.container {
  display: block;
  position: relative;
  width: calc(50% - 12px);
  height: 60px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 90px;
  color: #858585;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  border: 1px solid #858585;
  background-color: white;
  display: flex;
  align-items: center;
  margin: 3px;
  padding-left: 41px;
  padding-right: 12px;
  line-height: 1.1em;
}
@media (max-width: 767px) and (min-width: 602px) {
  label.container {
    width: calc(33% - 12px);
    margin: 6px;
  }
}
@media (min-width: 768px) {
  label.container {
    width: 210px;
    margin: 6px;
  }
}
@media (max-width: 389px) {
  label.container {
    width: calc(100% - 6px);
  }
}
label.container.active, label.container:hover {
  background-color: rgba(217, 20, 42, 0.08);
  color: rgb(217, 20, 42);
  border-color: rgb(217, 20, 42);
}
.full label.container:hover {
  background-color: #ccc;
  color: #666;
  cursor: none;
}
.full label.container:hover .checkmark {
  border-color: #666;
}
label.container .checkmark {
  position: absolute;
  top: 19px;
  left: 10px;
  height: 22px;
  width: 22px;
  background: white;
  border: 1px #B8B2B2 solid;
  border-radius: 22px;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  border-color: #D9142A;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background: url(../img/checked.svg);
  border: 0px;
  width: 21.6px;
  height: 21.6px;
  background-size: 21.6px 21.6px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Hide the checkmark when checked (its graphical) */
.container input:checked ~ .checkmark:after {
  display: none;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#breadcrumbs {
  padding: 30px 28px 50px 28px;
}
@media (max-width: 479px) {
  #breadcrumbs {
    padding-top: 15px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1024px) {
  #breadcrumbs {
    max-width: 95%;
    padding-right: 61px;
    padding-left: 61px;
  }
}
#breadcrumbs #menu ul {
  display: flex;
}
@media (max-width: 479px) {
  #breadcrumbs #menu ul {
    flex-wrap: wrap;
    align-content: center;
  }
}
@media (max-width: 479px) {
  #breadcrumbs #menu ul li.spacer {
    height: 21px;
    flex-basis: 20px;
  }
  #breadcrumbs #menu ul li.spacer:before {
    background: url(../img/arrow.svg) center no-repeat;
    background-size: 8px auto;
    transform: rotate(-90deg);
    width: 20px;
    height: 20px;
    border: 0px !important;
    top: 1px !important;
    left: 0px !important;
    width: 20px !important;
  }
}
#breadcrumbs #menu ul li.breadcrumb {
  position: relative;
}
@media (max-width: 479px) {
  #breadcrumbs #menu ul li.breadcrumb {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
  }
}
#breadcrumbs #menu ul li.breadcrumb span {
  display: block;
  background-color: white;
  width: 33.79px;
  height: 33.79px;
  border-radius: 10.56px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 479px) {
  #breadcrumbs #menu ul li.breadcrumb span {
    width: 21.79px;
    height: 21.79px;
    border-radius: 2.56px;
  }
}
#breadcrumbs #menu ul li.breadcrumb span.on {
  display: none;
}
#breadcrumbs #menu ul li.breadcrumb label {
  position: absolute;
  font-size: 12px;
  font-weight: 500;
  color: rgb(133, 133, 133);
  transform: translateX(calc(-50% - 25px));
  left: calc(50% + 25px);
  margin-top: 10px;
  width: calc(100% + 50px);
  text-align: center;
}
@media (max-width: 479px) {
  #breadcrumbs #menu ul li.breadcrumb label {
    transform: none;
    position: relative;
    font-weight: 400;
    left: unset;
    width: auto;
    padding-left: 8px;
    text-align: left;
    margin: 0px;
  }
}
#breadcrumbs #menu ul li.breadcrumb.active {
  color: #D9142A;
  font-weight: 500;
  cursor: pointer;
}
#breadcrumbs #menu ul li.breadcrumb.active:last-of-type {
  cursor: none;
}
#breadcrumbs #menu ul li.breadcrumb.active span {
  background-color: rgb(217, 20, 42);
}
#breadcrumbs #menu ul li.breadcrumb.active span.off {
  display: none;
}
#breadcrumbs #menu ul li.breadcrumb.active span.on {
  display: block;
}
#breadcrumbs #menu ul li.breadcrumb.active + .spacer:before {
  border-top-color: rgb(217, 20, 42);
}
#breadcrumbs #menu ul li.breadcrumb.active label {
  color: rgb(217, 20, 42);
}
#breadcrumbs #menu ul li.spacer {
  position: relative;
}
@media (min-width: 480px) {
  #breadcrumbs #menu ul li.spacer {
    flex: 1;
  }
}
#breadcrumbs #menu ul li.spacer:before {
  border-top: 2px solid white;
  content: "";
  width: 90%;
  display: block;
  top: calc(50% - 1px);
  position: absolute;
  left: 5%;
}
#breadcrumbs #menu ul li.spacer.completed:before {
  border-color: rgb(217, 20, 42);
}

h1 {
  letter-spacing: 0.03em;
}
h1 + p {
  font-size: 16px;
  color: #5D5B6B;
  line-height: 19px;
}

.hidden {
  display: none;
}

.checkboxes {
  display: flex;
  flex-wrap: wrap;
}

.choices {
  padding: 18px 16px;
}
@media (min-width: 601px) and (max-width: 1023px) {
  .choices {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (min-width: 1024px) {
  .choices {
    padding-left: 46px;
    padding-right: 46px;
  }
}
.choices .checkboxes {
  padding-top: 20px;
}
.choices .select {
  max-width: 612px;
  margin: 0px auto;
  padding-top: 18px;
  position: relative;
}
.choices .select select {
  width: 100%;
}
.choices .select .select2-container--default .select2-selection--single {
  height: 41px;
  border-color: rgb(217, 20, 42);
  border-radius: 5px;
  box-shadow: 0px 2px 4px 0px rgba(66, 80, 102, 0.1);
}
.choices .select .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 41px;
  padding-left: 11px;
  color: rgb(17, 17, 17);
  font-size: 14px;
}
.choices .select > span, .choices .select > .sub > span {
  display: block;
  width: 100%;
}
.choices .select > span.select2-container, .choices .select > .sub > span.select2-container {
  position: relative !important;
  top: auto !important;
  left: auto !important;
}
.choices .select > span.select2-container .select2-dropdown, .choices .select > .sub > span.select2-container .select2-dropdown {
  box-shadow: 0px 2px 4px 0px rgba(66, 80, 102, 0.1);
  border: 1px solid rgb(198, 198, 198);
  border-radius: 5px;
  margin-top: 5px;
}
.choices .select > span.select2-container .select2-dropdown .select2-results ul, .choices .select > .sub > span.select2-container .select2-dropdown .select2-results ul {
  max-height: 300px;
  border-radius: 5px;
}
.choices .select > span.select2-container .select2-dropdown .select2-results ul li, .choices .select > .sub > span.select2-container .select2-dropdown .select2-results ul li {
  height: 40px;
  border-top: 1px rgb(198, 198, 198) solid;
  color: rgb(17, 17, 17);
  font-size: 14px;
  line-height: 28px;
}
.choices .select > span.select2-container .select2-dropdown .select2-results ul li:first-child, .choices .select > .sub > span.select2-container .select2-dropdown .select2-results ul li:first-child {
  border-top: 0px;
}
.choices .select > span.select2-container .select2-dropdown .select2-results ul li.select2-results__option--highlighted.select2-results__option--selectable, .choices .select > .sub > span.select2-container .select2-dropdown .select2-results ul li.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: rgba(217, 20, 42, 0.08);
  color: rgb(17, 17, 17);
}
.choices .select > span.select2-container .select2-dropdown .select2-results ul li.select2-results__option--selected, .choices .select > .sub > span.select2-container .select2-dropdown .select2-results ul li.select2-results__option--selected {
  background-color: #D9142A;
  color: white;
}
.choices .select > span.select2-container span.selection span.select2-selection.select2-selection--clearable > .select2-selection__rendered, .choices .select > .sub > span.select2-container span.selection span.select2-selection.select2-selection--clearable > .select2-selection__rendered {
  padding-left: 20px;
}
.choices .select > span.select2-container span.selection span.select2-selection button, .choices .select > .sub > span.select2-container span.selection span.select2-selection button {
  position: absolute;
  margin: 0;
  left: 2px;
  position: absolute;
  width: 18px;
  height: 38px;
  padding: 0px 0px 0px;
  color: #D9142A;
  font-size: 29px;
  text-align: center;
  font-weight: 600;
}
.choices .select > span.select2-container span.selection span.select2-selection button:hover, .choices .select > .sub > span.select2-container span.selection span.select2-selection button:hover {
  color: rgb(133, 133, 133);
}
.choices .select > span.select2-container span.selection span.select2-selection span.select2-selection__arrow, .choices .select > .sub > span.select2-container span.selection span.select2-selection span.select2-selection__arrow {
  background: url(../img/arrow.svg) center no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  top: 12px;
  right: 12px;
}
.choices .select > span.select2-container span.selection span.select2-selection span.select2-selection__arrow b, .choices .select > .sub > span.select2-container span.selection span.select2-selection span.select2-selection__arrow b {
  display: none;
}
.choices .select > div, .choices .select > .sub > div {
  font-size: 14px;
  line-height: 17px;
  padding-bottom: 4px;
}
.choices .select > div span.req, .choices .select > .sub > div span.req {
  color: rgb(217, 20, 42);
}
.choices .select.subcategories {
  padding-bottom: 3em;
}
.choices .select.subcategories > span.select2-container .select2-dropdown {
  position: relative;
}
.choices .select.subcategories .sub {
  display: block;
  width: 100%;
  opacity: 0;
}
.choices .select.subcategories .sub .select2-container {
  width: 100%;
}

@media (max-width: 767px) {
  ul.main_menu {
    display: flex;
    justify-content: end;
    gap: 30px;
  }
}
@media (max-width: 444px) {
  ul.main_menu {
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    row-gap: 4px;
    margin: 10px 0px;
  }
}
ul.main_menu li {
  padding: 10px 0px;
}
@media (max-width: 444px) {
  ul.main_menu li {
    padding: 0px;
  }
}
ul.main_menu li a {
  display: flex;
  font-size: 17px;
  align-items: center;
  font-weight: 500;
}
@media (max-width: 545px) {
  ul.main_menu li a {
    font-size: 15px;
  }
}
@media (max-width: 444px) {
  ul.main_menu li a {
    font-weight: 400;
  }
}
ul.main_menu li a:before {
  content: "";
  display: block;
  border: 1px #fff solid;
  width: 34px;
  height: 34px;
  border-radius: 68px;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
@media (max-width: 545px) {
  ul.main_menu li a:before {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    margin-right: 7px;
  }
}
ul.main_menu li a:hover:before {
  background-color: #fff;
}
ul.main_menu li.trending a:before {
  background-image: url("../img/icons/trending.svg");
}
ul.main_menu li.trending a:hover:before {
  background-image: url("../img/icons/trending-hover.svg");
}
ul.main_menu li.restart a:before {
  background-image: url("../img/icons/search.svg");
}
ul.main_menu li.restart a:hover:before {
  background-image: url("../img/icons/search-hover.svg");
}

.navigation {
  border-top: rgba(0, 0, 0, 0.1) solid 1px;
  padding: 12px 40px 20px 16px;
  text-align: right;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 601px) and (max-width: 1023px) {
  .navigation {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (min-width: 1024px) {
  .navigation {
    padding-left: 46px;
    padding-right: 46px;
  }
}
.navigation button {
  margin-left: 0px;
}

button,
a.button {
  cursor: pointer;
  background-color: #D9142A;
  border-radius: 80px;
  padding: 10px;
  border: 0px;
  letter-spacing: 0.03em;
  color: #fff;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 17px;
  font-weight: 500;
  width: 210px;
  height: 60px;
  line-height: 40px;
}
button:hover,
a.button:hover {
  background-color: #A30214;
}
button.processing,
a.button.processing {
  background-color: #5D5B6B;
}
body.page-template-page-search button.nav,
body.page-template-page-search a.button.nav {
  border-color: rgb(217, 20, 42);
  background-color: rgb(217, 20, 42);
  width: 210px;
  color: #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
  letter-spacing: 0.03em;
  font-size: 17px;
  margin-left: 0px;
}
body.page-template-page-search article#post-168 button.pdf,
body.page-template-page-search article#post-168 a.button.pdf {
  border: 2px solid rgb(211, 216, 221);
  color: rgb(133, 133, 133);
  background-color: transparent;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 24px auto 0px auto;
  font-weight: 600;
  padding: 10px 23px;
}
body.page-template-page-search article#post-168 button.pdf svg,
body.page-template-page-search article#post-168 a.button.pdf svg {
  margin-right: 8px;
}
body.page-template-page-search article#post-168 button.pdf:hover,
body.page-template-page-search article#post-168 a.button.pdf:hover {
  border-color: rgb(217, 20, 42);
  color: rgb(217, 20, 42);
}
body.page-template-page-search article#post-168 button.pdf:hover svg path,
body.page-template-page-search article#post-168 a.button.pdf:hover svg path {
  fill: rgb(217, 20, 42);
}
body.page-template-page-search article#post-168 .entry-content > div:last-child button,
body.page-template-page-search article#post-168 .entry-content > div:last-child a.button {
  margin: 24px 0px 30px 0px;
}

#search_window {
  position: relative;
}
#search_window #loading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  opacity: 0;
  width: 100%;
}
#search_window .errors {
  text-align: center;
  color: rgb(217, 20, 42);
}
#search_window .errors > div {
  padding: 50px 0px 10px 0px;
}
#search_window .screen#region .select {
  padding-bottom: 10px;
}

#results {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  #results {
    margin-right: -20px;
  }
}
#results article {
  padding: 19px 10px 3px 10px;
  border: 1px solid rgba(133, 133, 133, 0.2);
  border-radius: 10px;
  width: calc(33.3333% - 20px);
  color: rgb(133, 133, 133);
  background-color: white;
}
@media (max-width: 1023px) {
  #results article {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  #results article {
    width: 100%;
  }
}
@media print {
  #results article {
    flex-basis: 100%;
    padding-left: 0;
    padding-right: 0;
    border: 0px;
    border-radius: 0px;
    border-bottom: 1px rgb(133, 133, 133) solid;
    color: #000;
  }
}
#results article:hover {
  border-color: rgb(217, 20, 42);
  box-shadow: 0px 4px 12px -1px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
#results article .hidden {
  display: none;
}
#results article .details {
  display: flex;
  font-size: 14px;
  line-height: 19px;
  padding: 0px 9px 31px 9px;
}
@media (max-width: 1023px) {
  #results article .details {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media print {
  #results article .details {
    padding-bottom: 10px;
    padding-left: 0px;
  }
}
#results article .details .logo {
  border: 1px solid rgba(136, 147, 157, 0.2);
  border-radius: 4px;
  margin-top: 2px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
}
#results article .details .logo img {
  width: 46px;
  height: auto;
}
#results article .details .description {
  flex: 1;
  padding-left: 15px;
}
#results article .details .description p {
  margin: 0px;
  font-size: 14px;
  line-height: 19px;
}
#results article .details .description h3 {
  font-size: 17px;
  font-weight: 700;
  color: rgb(17, 17, 17);
  padding-bottom: 10px;
}
#results article .meta {
  border-top: 1px solid rgb(198, 198, 198);
  padding: 15px 9px;
  font-weight: 600;
  font-size: 11px;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 1023px) {
  #results article .meta {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#results article .meta span {
  padding-left: 14px;
  position: relative;
  padding-right: 20px;
}
#results article .meta span:before {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  width: 20px;
  height: 20px;
}
@media print {
  #results article .meta span:before {
    width: 10px;
  }
}
#results article .meta span.geoscope:before {
  background-image: url(../img/icons/location.svg);
}
#results article .meta span.size {
  padding-left: 18px;
}
@media (max-width: 1023px) {
  #results article .meta span.size {
    padding-right: 0px;
  }
}
#results article .meta span.size:before {
  background-image: url(../img/icons/results-size.svg);
}
#results + .navigation {
  text-align: center;
  border-top: 0px;
  padding-top: 50px;
  padding-left: 0px;
}
#results + .navigation a.button {
  text-decoration: none;
}/*# sourceMappingURL=smaart-agencies-search-public.css.map */