/* compiled.scss */
/* THESE ARE FOR LOCAL DEV ONLY */
/* COPY THESE TO PRODUCTION COMPONENTS WITH APPROPRIATE PATH */
/***** feature component *****/
.c-feature {
  padding: 3rem 0;
  background: #000 url(../../images/product/usari-hero.jpg) no-repeat center top 8rem;
  background-size: 400px auto; }
  .c-feature__wrapper {
    width: 100%;
    max-width: 100rem;
    display: flex;
    flex-flow: row nowrap;
    margin: 0 auto; }
  .c-feature__spacer {
    height: 360px;
    background-size: auto 360px;
    margin: 0 -1rem; }
  .c-feature__content h1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .c-feature__content h1 img {
      max-width: 240px; }
  .c-feature__content h3 {
    margin-bottom: 0;
    color: #fff; }
  .c-feature__content p {
    color: #fff; }
  .c-feature .subheading {
    margin: 0;
    padding: 0.5rem 0;
    /* color: #c00; */
    color: #fe0000;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 1.1em;
    font-weight: 500; }
  @media print, (min-width: 768px) {
    .c-feature {
      background-image: none; }
      .c-feature__content {
        width: 50%;
        padding-top: 5%; }
        .c-feature__content h1 {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: start; }
      .c-feature__spacer {
        display: none; }
      .c-feature__img {
        width: calc(50% + 1rem);
        margin: -3rem -1rem -3rem 0;
        background: url(../../images/product/usari-hero.jpg) no-repeat left center;
        background-size: auto 800px; } }
  @media print, (min-width: 1024px) {
    .c-feature__content {
      width: 50%;
      padding-top: 5%; }
    .c-feature__img {
      width: calc(50% + 1rem);
      margin: -3rem -1rem -3rem 0; }
    .c-feature .centered-block {
      overflow: visible; } }

/***** find your lot component *****/
.c-findyourlot {
  padding: 3rem 0; }
  .c-findyourlot__callout img {
    display: block;
    width: 100%;
    max-width: 240px;
    margin: 0 auto; }
  .c-findyourlot__decor img {
    display: block;
    height: 100%;
    max-height: 70px;
    margin: 1rem auto; }
  .c-findyourlot__form {
    width: 100%;
    max-width: 100rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    margin: 0 auto; }
  .c-findyourlot__dd {
    width: 100%;
    margin-bottom: 1rem; }
    .c-findyourlot__dd.select-wrap.insidelabel {
      height: 3.2rem; }
    .c-findyourlot__dd.select-wrap.boxed select {
      width: 100%;
      border: 2px solid #333;
      height: 3.2rem;
      color: #666; }
      .c-findyourlot__dd.select-wrap.boxed select.hasvalue {
        color: #000; }
  .c-findyourlot .btn-text {
    margin-right: 0; }
  .c-findyourlot__info-btn {
    position: relative;
    display: block;
    margin: 3rem auto .5rem;
    padding: 0 1rem 0 3rem;
    height: 3rem;
    border: none;
    background-color: #ccc;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 300ms ease-out;
    transition-delay: 100ms; }
    .c-findyourlot__info-btn::before {
      content: "";
      background: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="info-circle" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-info-circle fa-w-16 fa-2x"><path fill="currentColor" d="M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z"></path></svg>');
      display: block;
      height: 1.35em;
      width: 1.35em;
      vertical-align: baseline;
      position: absolute;
      left: 1rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      font-weight: 500;
      pointer-events: none !important; }
    .c-findyourlot__info-btn:hover {
      background-color: #ececec; }
  .c-findyourlot__help small {
    display: block;
    margin-bottom: 3rem;
    text-align: center;
    font-weight: 500;
    /* color: #999; */
    color: #666;
     }
  .c-findyourlot__modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center; }
  @media print, (min-width: 1024px) {
    .c-findyourlot__wrapper {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      margin-bottom: 3rem; }
    .c-findyourlot__decor {
      width: 100px; }
      .c-findyourlot__decor img {
        margin: 0 auto; }
    .c-findyourlot__content {
      width: calc(100% - 340px); }
    .c-findyourlot__form {
      justify-content: space-between; }
    .c-findyourlot__dd {
      width: calc(50% - 6rem); } }

/***** modal for find your lot component *****/
.modal {
  background: #FFFFFF;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  overflow-x: auto;
  display: flex;
  flex-direction: column;
  max-width: 100%; }

.modal-header,
.modal-footer {
  padding: 1rem;
  display: flex; }

.modal-header {
  border-bottom: 1px solid #eeeeee;
  justify-content: space-between;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif; }

.modal-close {
  font-size: inherit; }
  .modal-close .icon {
    color: #000;
    background-color: transparent;
    margin-left: 2em; }
  .modal-close:hover .icon {
    color: #fff; }

.modal-footer {
  border-top: 1px solid #eeeeee;
  justify-content: flex-end; }

.modal-body {
  position: relative;
  padding: 1rem; }

/***** subcategory tiles component *****/
.c-subcategory__wrapper > div {
  padding: 2rem;
  background-color: #f5f5f5;
  background-position: center top;
  background-size: cover;
  margin-bottom: 1rem;
  display: flex;
  flex-flow: row nowrap; }

.c-subcategory__rifle {
  background-image: url(../../images/product/usari-rifle-bg.jpg); }

.c-subcategory__handgun {
  background-image: url(../../images/product/usari-handgun-bg.jpg); }

.c-subcategory h3 {
  text-transform: uppercase;
  color: #c00;
  margin-top: 0; }

.c-subcategory h4 {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5em;
  font-weight: 700; }

.c-subcategory h5 {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0; }

.c-subcategory a {
  font-size: 1.5em;
  line-height: 1.2em;
  padding: 1rem 2rem;
  height: auto;
  margin-right: 0;
  max-width: 100%; }
  .c-subcategory a span {
    text-align: left; }

.c-subcategory__bullet {
  display: none;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  width: 60px;
  flex: 0 0 60px; }

@media all and (min-width: 960px) {
  .c-subcategory__wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between; }
  .c-subcategory__wrapper > div {
    width: calc(50% - 1rem);
    padding-right: 0; }
  .c-subcategory__content {
    width: calc(100% - 120px); }
  .c-subcategory__bullet {
    display: block;
    margin-left: 60px; }
  .c-subcategory__rifle .c-subcategory__bullet {
    background-image: url(../../images/product/usari-rifle-bullet.png); }
  .c-subcategory__handgun .c-subcategory__bullet {
    background-image: url(../../images/product/usari-handgun-bullet.png); } }

/***** lot search results component ******/
.c-lotinfo {
  background-image: url(../../images/product/usari-background-stars.png);
  background-size: auto 400px;
  background-position: right top 160px;
  background-repeat: no-repeat;
  background-color: #f5f5f5; }
  .c-lotinfo__wrapper {
    padding-top: 5%; }
  .c-lotinfo__heading {
    padding: 3rem 0;
    display: flex;
    flex-flow: row wrap;
    position: relative; }
    .c-lotinfo__heading img {
      width: 180px;
      height: auto;
      margin-right: 2rem; }
    .c-lotinfo__heading h1 {
      display: block;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      line-height: 1.1em;
      margin: 1em 0 0; }
      .c-lotinfo__heading h1 span {
        color: #c00; }
  .c-lotinfo__logo {
    width: 100%; }
  .c-lotinfo__print {
    position: absolute;
    top: 3rem;
    right: 0; }
  .c-lotinfo__results {
    padding-bottom: 3rem; }
    .c-lotinfo__results h2, .c-lotinfo__results h3, .c-lotinfo__results h4, .c-lotinfo__results h5 {
      font-family: "Montserrat", sans-serif; }
    .c-lotinfo__results h2 {
      color: #c00;
      text-transform: uppercase;
      font-weight: 700; }
      .c-lotinfo__results h2 i {
        background: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="info-circle" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-info-circle fa-w-16 fa-2x"><path fill="%23cc0000" d="M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z"></path></svg>');
        display: inline-block;
        height: 0.875em;
        width: 0.875em;
        vertical-align: baseline; }
    .c-lotinfo__results h3 {
      font-size: 6em;
      font-weight: 700;
      line-height: 1em;
      margin-bottom: 0; }
    .c-lotinfo__results h4 {
      font-size: 3em;
      line-height: 1em;
      margin: 0 0 1em; }
    .c-lotinfo__results h5 {
      color: #c00;
      margin: 0;
      font-size: 1.2em;
      font-style: normal;
      font-weight: 700;
      text-transform: uppercase; }
    .c-lotinfo__results hr {
      margin: 3rem 0; }
  .c-lotinfo__disclaimer {
    padding-bottom: 3rem; }
    .c-lotinfo__disclaimer small {
      display: block;
      text-align: center;
      font-weight: 500;
      color: #999; }
  .c-lotinfo .tippy-tooltip {
    font-family: "Montserrat", sans-serif;
    font-weight: 500; }
  @media print, (min-width: 768px) {
    .c-lotinfo__logo {
      width: auto; }
    .c-lotinfo__heading h1 {
      margin-top: 0; } }
  @media all and (min-width: 960px) {
    .c-lotinfo {
      background-size: auto 80%;
      background-position: right center; }
      .c-lotinfo__results {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between; }
        .c-lotinfo__results h4 {
          margin: 0 0 2em; }
        .c-lotinfo__results hr {
          display: none; }
        .c-lotinfo__results > div {
          border-right: 1px solid #000;
          padding-right: 1rem;
          width: 30%; }
          .c-lotinfo__results > div:last-child {
            border-right: none; } }
