.banner--sg {
  gap: 40px;
  margin: -22px 0 0;
  display: flex;
  padding: 40px 20px;
  background: #EDEDEC url("../images/select-guide-background-cropped.png") no-repeat center center;
  background-size: cover;
  color: #191817;
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .banner--sg {
    display: block;
  }
}
.banner--sg .banner--left {
  width: 20%;
  display: flex;
  box-sizing: content-box;
  text-align: center;
  align-items: center;
  /*padding-right: 2%;*/
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .banner--sg .banner--left {
    width: 100%;
    margin-bottom: 40px;
  }
  .banner--sg .banner--left img {
    max-width: 300px;
  }
}
.banner--sg .banner--text {
  flex: 1;
  display: flex;
  min-width: 1px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.banner--sg .banner--text > div > * {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .banner--sg .banner--text > div > * {
    margin-bottom: 10px;
  }
}
.banner--sg .banner--text > div > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .banner--sg .banner--text {
    width: 100%;
    text-align: center;
  }
}
.banner--sg .banner--right {
  width: 27%;
}
.banner--sg .banner--right p {
  margin-bottom: 0;
}
@media screen and (max-width: 1040px) {
  .banner--sg .banner--right {
    display: none;
  }
}
.filters--show-button {
  color: white;
  border: none;
  display: none;
  padding: 10px 15px;
  background: #005693;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .filters--show-button {
    display: block;
  }
}
.filters--wrap {
  border: 1px solid #BCBCBC;
  padding: 0 10px;
  background: white;
}
@media screen and (max-width: 767px) {
  .filters--wrap {
    top: 0;
    right: -300px;
    width: 300px;
    bottom: 0;
    z-index: 3;
    position: fixed;
    transition: right 350ms ease;
    border-width: 0 0 0 1px;
  }
}
.filters--wrap .filter--reset-button {
  top: 50%;
  right: 0;
  color: #fff;
  border: 0;
  padding: 1px 7px;
  position: absolute;
  font-size: 12px;
  transform: translateY(-50%);
  font-weight: 400;
  background: #005693;
}
.filters--wrap .filter--reset-button:hover {
  background: #D86429;
}
.filters--wrap > * {
  position: relative;
  border-bottom: 1px solid #BCBCBC;
}
.filters--wrap > *:last-child {
  border-bottom: 0;
}
.filters--wrap .filter--heading {
  padding: 16px 0;
}
.filter--block .filter--heading {
  color: #000000;
  margin: 0;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}
.filter--block .filter--heading:after {
  top: 50%;
  right: 0;
  content: '-';
  position: absolute;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  transform: translate(0, -60%);
}
.filter--block .filter--content {
  overflow: auto;
  max-height: 280px;
  padding-bottom: 16px;
}
.filter--block .filter--content::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
.filter--block .filter--content::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #E8E8E8;
}
.filter--block .filter--content::-webkit-scrollbar-track:hover {
  background-color: #CBCBCB;
}
.filter--block .filter--content::-webkit-scrollbar-track:active {
  background-color: #C1C1C1;
}
.filter--block .filter--content::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #999999;
}
.filter--block .filter--content::-webkit-scrollbar-thumb:hover {
  background-color: #777777;
}
.filter--block .filter--content::-webkit-scrollbar-thumb:active {
  background-color: #666666;
}
.filter--block:not(.active) .filter--heading:after {
  content: '+';
}
.filter--block:not(.active) .filter--content {
  display: none;
}
.filter--content .facetwp-facet {
  margin-bottom: 0 !important;
}
.sg--block-wrap {
  display: flex;
  padding: 40px 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .sg--block-wrap {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .sg--block-wrap {
    padding: 40px 20px;
  }
}
.sg--block-wrap .block--sidebar {
  width: 300px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .sg--block-wrap .block--sidebar {
    width: 100%;
    display: block;
    padding: 0 0 40px;
  }
}
.sg--block-wrap .block--main {
  flex: 1;
  min-width: 1px;
}
.sg--block-wrap .block--main .facetwp-selections ul {
  border: 1px solid #BCBCBC;
  padding: 45px 10px 10px;
  position: relative;
  background: white;
  margin-bottom: 40px;
}
.sg--block-wrap .block--main .facetwp-selections ul:before {
  top: 10px;
  left: 10px;
  content: "Showing Results For";
  position: absolute;
  font-size: 13px;
  font-weight: 700;
}
.sg--block-wrap .block--main .facetwp-selections ul li {
  display: block;
  padding: 0;
  position: relative;
  font-size: 12px;
  line-height: 12px;
  border-radius: 5px;
  margin-left: 0;
}
.sg--block-wrap .block--main .facetwp-selections ul li:after {
  vertical-align: top;
}
.sg--block-wrap .block--main .facetwp-selections ul li span {
  display: inline-block;
  padding: 8px 30px 8px 8px;
  font-size: 13px;
  font-weight: 600;
  margin-right: 10px;
  border-radius: 3px;
  background-color: #eee;
  background-position: 90% 50%;
}
.sg--block-wrap .block--main .facetwp-selections ul li span.facetwp-selection-label {
  background: none;
  padding-right: 8px;
}
.sg--block-wrap .banner--ad {
  display: none;
  text-align: center;
  margin-top: 40px;
}
.sg--block-wrap .banner--ad img {
  width: 500px;
  max-width: 100%;
}
@media screen and (max-width: 1040px) {
  .sg--block-wrap .banner--ad {
    display: block;
  }
}
.sg--block-wrap .block--backdrop {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  z-index: 2;
  position: fixed;
  transition: opacity 200ms ease;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(4px);
}
@media screen and (max-width: 767px) {
  .sg--block-wrap.filters--active .filters--wrap {
    right: 0;
  }
  .sg--block-wrap.filters--active .block--backdrop {
    opacity: 1;
    height: 100%;
  }
}
.sg--table-heading {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.sg--table-heading span {
  display: inline-block;
  border: 1px solid #BCBCBC;
  padding: 7px 7px 5px;
}
.sg--table {
  font-size: 1rem;
}
.sg--table + * {
  margin-top: 40px;
}
.sg--table .table--head {
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .sg--table .table--head {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .sg--table .table--head div.data--industry {
    font-size: 14px;
  }
}
.sg--table .table--row {
  display: flex;
  flex-wrap: wrap;
}
.sg--table .table--row.row--highlight {
  color: #fff !important;
  background-color: #3E6ED1;
}
.sg--table .table--row.row--highlight > div.data--company,
.sg--table .table--row.row--highlight > div.data--industry {
  color: #fff !important;
}
.sg--table .table--row > div {
  width: 100%;
  padding: 15px 10px;
  font-size: 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #BCBCBC;
}
@media screen and (max-width: 767px) {
  .sg--table .table--row > div {
    padding: 5px;
    font-size: 12px;
  }
}
.sg--table .table--row > div.data--industry {
  flex: 1;
  color: #000000;
  overflow: hidden;
  min-width: 1px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .sg--table .table--row > div.data--industry {
    display: -webkit-box;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.sg--table .table--row > div.data--company {
  width: 345px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .sg--table .table--row > div.data--company {
    width: 40%;
    font-size: 14px;
  }
}
.sg--table .table--head .table--row > div {
  padding-top: 0 !important;
}
/******* Single Company Style Start *******/
/* Hide footer and header on single company posts */
.single-hs_company {
  padding: 0;
  overflow-x: hidden;
}
.single-hs_company #wrap > .wrapper > :not(.main--company) {
  display: none;
}
@media screen and (max-width: 1300px) {
  .single-hs_company #wrap > .wrapper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .single-hs_company #wrap > .wrapper {
    overflow-x: hidden;
  }
}
.single-hs_company .mobFoot,
.single-hs_company .mobile-footer {
  display: none !important;
}
/* Toolbar */
.company--wrapper-extend {
  margin: 0 -50px 50px;
}
@media screen and (max-width: 1300px) {
  .company--wrapper-extend {
    margin-left: 0;
    margin-right: 0;
  }
}
.top--toolbar {
  display: flex;
  padding: 10px 0;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top--toolbar {
    font-size: 13px;
  }
}
.company--top-wrap {
  position: relative;
}
.company--top-wrap > * {
  z-index: 1;
  position: relative;
}
.company--top-wrap:before {
  top: 0;
  left: -25vw;
  width: 125vw;
  bottom: 20%;
  content: '';
  z-index: 0;
  position: absolute;
  background: #F5F9FC url("../images/select-guide-background.png") no-repeat center center;
  background-size: cover;
}
.link--back {
  margin-bottom: 10px;
}
.company--banner-box {
  gap: 5%;
  display: flex;
  margin: 0 auto;
  padding: 40px 0;
  max-width: 1164px;
  align-items: center;
}
.company--banner-box .banner--title {
  order: 1;
  max-width: 650px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .company--banner-box .banner--title {
    font-size: 24px;
  }
}
.company--banner-box img {
  max-width: 130px;
}
@media screen and (max-width: 767px) {
  .company--banner-box img {
    max-width: 100px;
  }
}
.company--info-box {
  border: 2px solid #E2E2E2;
  padding: 30px 60px;
  background-color: #fff;
}
@media screen and (max-width: 1300px) {
  .company--info-box {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .company--info-box {
    padding: 20px;
  }
}
.company--info-box .company--title {
  font-size: 27px;
  line-height: 1;
  margin-bottom: 20px;
}
.company--info-box .company--info-group {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .company--info-box .company--info-group {
    row-gap: 30px;
    column-gap: 0;
  }
}
.company--info-box .company--info-group .company--box {
  flex: 1;
}
.company--info-box .company--info-group .company--box.company--box-3 {
  flex: none;
  width: 33.33333%;
}
@media screen and (max-width: 767px) {
  .company--info-box .company--info-group .company--box.company--box-3 img {
    max-height: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .company--info-box .company--info-group .company--box {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .company--info-box .company--info-group .company--box {
    flex: none;
    width: 100% !important;
  }
}
.company--info-box .company--info-group .company--box > * {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .company--info-box .company--info-group .company--box > * {
    margin-bottom: 10px;
  }
}
.company--info-box .company--info-group .company--box > :last-child {
  margin-bottom: 0;
}
.company--firm-main {
  display: flex;
  flex-wrap: wrap;
}
.company--firm-main .company--firm--left {
  flex: 1;
  padding: 0 40px 40px 0;
  min-width: 1px;
}
@media screen and (max-width: 767px) {
  .company--firm-main .company--firm--left {
    flex: none;
    width: 100%;
    padding: 0 0 40px 0;
  }
}
.company--firm-main .company--firm-sidebar {
  width: 40%;
  padding: 0 0 40px 40px;
  position: relative;
  max-width: 450px;
  border-left: 2px solid #E2E2E2;
}
.company--firm-main .company--firm-sidebar .sidebar--elements-wrap {
  top: 50px;
  position: sticky;
}
@media screen and (max-width: 767px) {
  .company--firm-main .company--firm-sidebar {
    width: 100%;
    padding: 40px 0;
    max-width: none;
    border-top: 2px solid #E2E2E2;
    border-left: 0;
  }
}
.company--blocks .company--block {
  border-bottom: 2px solid #E2E2E2;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.company--blocks .company--block:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.company--blocks .company--block > * {
  margin-bottom: 20px;
}
.company--blocks .company--block > :last-child {
  margin-bottom: 0;
}
.company--carousel {
  font-size: 12px;
}
.company--carousel .owl-dots {
  gap: 5px;
  margin: 1rem 0 0;
  display: flex;
  justify-content: center;
}
.company--carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  display: block;
  opacity: 0.6;
  background: #000;
  border-radius: 50px;
}
.company--carousel .owl-dots .owl-dot.active span {
  opacity: 1;
  background: #005693;
}
.company--carousel .owl-dots .owl-dot:hover span {
  opacity: 1;
}
.company--carousel .item {
  text-align: center;
}
.company--carousel .item--title {
  font-weight: 700;
  line-height: 1;
}
.company--carousel .item--image img {
  width: 100%;
}
.company--tabs .tabs {
  gap: 20px;
  display: flex;
  list-style: none;
  margin-bottom: 20px;
}
.company--tabs .tabs li {
  cursor: pointer;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .company--tabs .tabs li {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .company--tabs .tabs li {
    font-size: 12px;
  }
}
.company--tabs .tabs li.tab--active {
  font-weight: 700;
  border-bottom: 2px solid #e2e2e2;
}
@media screen and (max-width: 480px) {
  .company--tabs .tabs {
    gap: 15px;
  }
}
.company--tabs .tabs--content > div {
  display: none;
}
.company--tabs .tabs--content > div.tab--active {
  display: block;
}
.company-posts .post--item {
  display: flex;
  border-bottom: 2px solid #E2E2E2;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.company-posts .post--item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.company-posts .post--image {
  order: 2;
  min-width: 150px;
  margin-left: 20px;
}
.company-posts .post--image img {
  width: 150px;
  height: 100px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .company-posts .post--image img {
    width: 75px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .company-posts .post--image {
    min-width: 75px;
  }
}
.company-posts .post--content {
  flex-grow: 1;
}
.company-posts .post--content h3 {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .company-posts .post--content h3 {
    display: -webkit-box;
    overflow: hidden;
    font-size: 14px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
.company-posts .post--content p {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 0;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .company-posts .post--content p {
    font-size: 12px;
    -webkit-line-clamp: 2;
  }
}
/*# sourceMappingURL=select-guides.css.map */