@media (min-width:768px)  {
  body:not(.bf-is-admin) #b_anchor {
    /*padding: 0 8vw;*/
  }

  #b_anchor #b_head > .container {
    width: 100%;
  }
}


@media (min-width:992px) {
  .bf-listing-row > div[class*="col-md-4"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .b28 .bfcms-listing.bf-listing-has-filters .bf-listing-filter-ctr {
    border-right: 1px solid #ffffff50;
  }
  #b_head #b_mobile_toggle {
    display: block;
  }
  #b_anchor #b_head.bf-head-stacked #b_nav {
    display: none !important;
  }
}


@media (min-width:1170px) {
}

@media (max-width: 991px) {
  #razor-previews {
    width: calc(100vw - 100px);
  }
  html.in-iframe body.bf-is-admin, html.in-iframe body.bf-is-admin.bf-logged-in #b_anchor {
	  padding-top: 30px;
  }
  #b_anchor {
    padding-top: 66px;
  }
  #b_anchor .bfcms-ctr-container {
	  padding-top: 0;
  }
  #b_anchor #b_content .bfcms-ctr-container {
    margin: 0;
  }
  h1 {
    font-size: 30px !important;
  }
  h2 {
    font-size: 22px !important;
  }
  #b_anchor #b_head.bf-head-stacked #b_nav {
    background: #fff !important;
    margin-top: 10px;

  }
  #b_anchor #b_head #b_nav ul.bfcms-nav > li {
    text-align: left;
    line-height: 2.2;
  }
  .bf-resource[bfcms_cell_template="razorCard"] .bf-resource-placeholder, .bf-resource[bfcms_cell_template="razorCard"]:hover .bf-resource-placeholder {
	  aspect-ratio: 3/4;
  }
  .bf-resource[bfcms_cell_template="razorCard"] {
	  height: auto !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .bfcms-listing > .bf-listing-row {
    margin-bottom: 0;
  }
  .bf-listing-row > div[class^="col-xs-12"] {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .bfcms-listing > .bf-listing-row {
    margin-bottom: 30px;
  }
  .bf-listing-row > div[class^="col-xs-12"] {
	  margin-top: 10px;
  }
}

