/* line 1, ../../scss/answers/results.scss */
.yext-answers {
  /**
   * Calculate the luminance for a color.
   * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
   */
  /**
  * Calculate the contrast ratio between two colors.
  * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
  */
  /**
  * Determine whether to use dark or light text on top of given color.
  * Returns black for dark text and white for light text.
  */
  /**
   * Calculate the luminance for a color.
   * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
   */
  /**
  * Calculate the contrast ratio between two colors.
  * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
  */
  /**
  * Determine whether to use dark or light text on top of given color.
  * Returns black for dark text and white for light text.
  */
}
/* line 2, ../../scss/answers/results.scss */
.yext-answers .container {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  /* line 9, ../../scss/answers/results.scss */
  .yext-answers .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  /* line 12, ../../scss/answers/results.scss */
  .yext-answers .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  /* line 15, ../../scss/answers/results.scss */
  .yext-answers .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 18, ../../scss/answers/results.scss */
  .yext-answers .container {
    max-width: 961px;
  }
}
/* line 21, ../../scss/answers/results.scss */
.yext-answers .container-fluid {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}
/* line 28, ../../scss/answers/results.scss */
.yext-answers .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}
/* line 34, ../../scss/answers/results.scss */
.yext-answers .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
/* line 37, ../../scss/answers/results.scss */
.yext-answers .no-gutters > .col,
.yext-answers .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
/* line 42, ../../scss/answers/results.scss */
.yext-answers .col-1, .yext-answers .col-2, .yext-answers .col-3, .yext-answers .col-4, .yext-answers .col-5, .yext-answers .col-6, .yext-answers .col-7, .yext-answers .col-8, .yext-answers .col-9, .yext-answers .col-10, .yext-answers .col-11, .yext-answers .col-12, .yext-answers .col,
.yext-answers .col-auto, .yext-answers .col-sm-1, .yext-answers .col-sm-2, .yext-answers .col-sm-3, .yext-answers .col-sm-4, .yext-answers .col-sm-5, .yext-answers .col-sm-6, .yext-answers .col-sm-7, .yext-answers .col-sm-8, .yext-answers .col-sm-9, .yext-answers .col-sm-10, .yext-answers .col-sm-11, .yext-answers .col-sm-12, .yext-answers .col-sm,
.yext-answers .col-sm-auto, .yext-answers .col-md-1, .yext-answers .col-md-2, .yext-answers .col-md-3, .yext-answers .col-md-4, .yext-answers .col-md-5, .yext-answers .col-md-6, .yext-answers .col-md-7, .yext-answers .col-md-8, .yext-answers .col-md-9, .yext-answers .col-md-10, .yext-answers .col-md-11, .yext-answers .col-md-12, .yext-answers .col-md,
.yext-answers .col-md-auto, .yext-answers .col-lg-1, .yext-answers .col-lg-2, .yext-answers .col-lg-3, .yext-answers .col-lg-4, .yext-answers .col-lg-5, .yext-answers .col-lg-6, .yext-answers .col-lg-7, .yext-answers .col-lg-8, .yext-answers .col-lg-9, .yext-answers .col-lg-10, .yext-answers .col-lg-11, .yext-answers .col-lg-12, .yext-answers .col-lg,
.yext-answers .col-lg-auto, .yext-answers .col-xl-1, .yext-answers .col-xl-2, .yext-answers .col-xl-3, .yext-answers .col-xl-4, .yext-answers .col-xl-5, .yext-answers .col-xl-6, .yext-answers .col-xl-7, .yext-answers .col-xl-8, .yext-answers .col-xl-9, .yext-answers .col-xl-10, .yext-answers .col-xl-11, .yext-answers .col-xl-12, .yext-answers .col-xl,
.yext-answers .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
}
/* line 54, ../../scss/answers/results.scss */
.yext-answers .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
/* line 59, ../../scss/answers/results.scss */
.yext-answers .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
/* line 64, ../../scss/answers/results.scss */
.yext-answers .col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
/* line 68, ../../scss/answers/results.scss */
.yext-answers .col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
/* line 72, ../../scss/answers/results.scss */
.yext-answers .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
/* line 76, ../../scss/answers/results.scss */
.yext-answers .col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
/* line 80, ../../scss/answers/results.scss */
.yext-answers .col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
/* line 84, ../../scss/answers/results.scss */
.yext-answers .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
/* line 88, ../../scss/answers/results.scss */
.yext-answers .col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
/* line 92, ../../scss/answers/results.scss */
.yext-answers .col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
/* line 96, ../../scss/answers/results.scss */
.yext-answers .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
/* line 100, ../../scss/answers/results.scss */
.yext-answers .col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
/* line 104, ../../scss/answers/results.scss */
.yext-answers .col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
/* line 108, ../../scss/answers/results.scss */
.yext-answers .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
/* line 112, ../../scss/answers/results.scss */
.yext-answers .order-first {
  order: -1;
}
/* line 115, ../../scss/answers/results.scss */
.yext-answers .order-last {
  order: 13;
}
/* line 118, ../../scss/answers/results.scss */
.yext-answers .order-0 {
  order: 0;
}
/* line 121, ../../scss/answers/results.scss */
.yext-answers .order-1 {
  order: 1;
}
/* line 124, ../../scss/answers/results.scss */
.yext-answers .order-2 {
  order: 2;
}
/* line 127, ../../scss/answers/results.scss */
.yext-answers .order-3 {
  order: 3;
}
/* line 130, ../../scss/answers/results.scss */
.yext-answers .order-4 {
  order: 4;
}
/* line 133, ../../scss/answers/results.scss */
.yext-answers .order-5 {
  order: 5;
}
/* line 136, ../../scss/answers/results.scss */
.yext-answers .order-6 {
  order: 6;
}
/* line 139, ../../scss/answers/results.scss */
.yext-answers .order-7 {
  order: 7;
}
/* line 142, ../../scss/answers/results.scss */
.yext-answers .order-8 {
  order: 8;
}
/* line 145, ../../scss/answers/results.scss */
.yext-answers .order-9 {
  order: 9;
}
/* line 148, ../../scss/answers/results.scss */
.yext-answers .order-10 {
  order: 10;
}
/* line 151, ../../scss/answers/results.scss */
.yext-answers .order-11 {
  order: 11;
}
/* line 154, ../../scss/answers/results.scss */
.yext-answers .order-12 {
  order: 12;
}
/* line 157, ../../scss/answers/results.scss */
.yext-answers .offset-1 {
  margin-left: 8.3333333333%;
}
/* line 160, ../../scss/answers/results.scss */
.yext-answers .offset-2 {
  margin-left: 16.6666666667%;
}
/* line 163, ../../scss/answers/results.scss */
.yext-answers .offset-3 {
  margin-left: 25%;
}
/* line 166, ../../scss/answers/results.scss */
.yext-answers .offset-4 {
  margin-left: 33.3333333333%;
}
/* line 169, ../../scss/answers/results.scss */
.yext-answers .offset-5 {
  margin-left: 41.6666666667%;
}
/* line 172, ../../scss/answers/results.scss */
.yext-answers .offset-6 {
  margin-left: 50%;
}
/* line 175, ../../scss/answers/results.scss */
.yext-answers .offset-7 {
  margin-left: 58.3333333333%;
}
/* line 178, ../../scss/answers/results.scss */
.yext-answers .offset-8 {
  margin-left: 66.6666666667%;
}
/* line 181, ../../scss/answers/results.scss */
.yext-answers .offset-9 {
  margin-left: 75%;
}
/* line 184, ../../scss/answers/results.scss */
.yext-answers .offset-10 {
  margin-left: 83.3333333333%;
}
/* line 187, ../../scss/answers/results.scss */
.yext-answers .offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  /* line 191, ../../scss/answers/results.scss */
  .yext-answers .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 196, ../../scss/answers/results.scss */
  .yext-answers .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 201, ../../scss/answers/results.scss */
  .yext-answers .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 205, ../../scss/answers/results.scss */
  .yext-answers .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 209, ../../scss/answers/results.scss */
  .yext-answers .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 213, ../../scss/answers/results.scss */
  .yext-answers .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 217, ../../scss/answers/results.scss */
  .yext-answers .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 221, ../../scss/answers/results.scss */
  .yext-answers .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 225, ../../scss/answers/results.scss */
  .yext-answers .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 229, ../../scss/answers/results.scss */
  .yext-answers .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 233, ../../scss/answers/results.scss */
  .yext-answers .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 237, ../../scss/answers/results.scss */
  .yext-answers .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 241, ../../scss/answers/results.scss */
  .yext-answers .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 245, ../../scss/answers/results.scss */
  .yext-answers .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 249, ../../scss/answers/results.scss */
  .yext-answers .order-sm-first {
    order: -1;
  }
  /* line 252, ../../scss/answers/results.scss */
  .yext-answers .order-sm-last {
    order: 13;
  }
  /* line 255, ../../scss/answers/results.scss */
  .yext-answers .order-sm-0 {
    order: 0;
  }
  /* line 258, ../../scss/answers/results.scss */
  .yext-answers .order-sm-1 {
    order: 1;
  }
  /* line 261, ../../scss/answers/results.scss */
  .yext-answers .order-sm-2 {
    order: 2;
  }
  /* line 264, ../../scss/answers/results.scss */
  .yext-answers .order-sm-3 {
    order: 3;
  }
  /* line 267, ../../scss/answers/results.scss */
  .yext-answers .order-sm-4 {
    order: 4;
  }
  /* line 270, ../../scss/answers/results.scss */
  .yext-answers .order-sm-5 {
    order: 5;
  }
  /* line 273, ../../scss/answers/results.scss */
  .yext-answers .order-sm-6 {
    order: 6;
  }
  /* line 276, ../../scss/answers/results.scss */
  .yext-answers .order-sm-7 {
    order: 7;
  }
  /* line 279, ../../scss/answers/results.scss */
  .yext-answers .order-sm-8 {
    order: 8;
  }
  /* line 282, ../../scss/answers/results.scss */
  .yext-answers .order-sm-9 {
    order: 9;
  }
  /* line 285, ../../scss/answers/results.scss */
  .yext-answers .order-sm-10 {
    order: 10;
  }
  /* line 288, ../../scss/answers/results.scss */
  .yext-answers .order-sm-11 {
    order: 11;
  }
  /* line 291, ../../scss/answers/results.scss */
  .yext-answers .order-sm-12 {
    order: 12;
  }
  /* line 294, ../../scss/answers/results.scss */
  .yext-answers .offset-sm-0 {
    margin-left: 0;
  }
  /* line 297, ../../scss/answers/results.scss */
  .yext-answers .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  /* line 300, ../../scss/answers/results.scss */
  .yext-answers .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  /* line 303, ../../scss/answers/results.scss */
  .yext-answers .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 306, ../../scss/answers/results.scss */
  .yext-answers .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  /* line 309, ../../scss/answers/results.scss */
  .yext-answers .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  /* line 312, ../../scss/answers/results.scss */
  .yext-answers .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 315, ../../scss/answers/results.scss */
  .yext-answers .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  /* line 318, ../../scss/answers/results.scss */
  .yext-answers .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  /* line 321, ../../scss/answers/results.scss */
  .yext-answers .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 324, ../../scss/answers/results.scss */
  .yext-answers .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  /* line 327, ../../scss/answers/results.scss */
  .yext-answers .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  /* line 330, ../../scss/answers/results.scss */
  .yext-answers .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 335, ../../scss/answers/results.scss */
  .yext-answers .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 340, ../../scss/answers/results.scss */
  .yext-answers .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 344, ../../scss/answers/results.scss */
  .yext-answers .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 348, ../../scss/answers/results.scss */
  .yext-answers .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 352, ../../scss/answers/results.scss */
  .yext-answers .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 356, ../../scss/answers/results.scss */
  .yext-answers .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 360, ../../scss/answers/results.scss */
  .yext-answers .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 364, ../../scss/answers/results.scss */
  .yext-answers .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 368, ../../scss/answers/results.scss */
  .yext-answers .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 372, ../../scss/answers/results.scss */
  .yext-answers .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 376, ../../scss/answers/results.scss */
  .yext-answers .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 380, ../../scss/answers/results.scss */
  .yext-answers .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 384, ../../scss/answers/results.scss */
  .yext-answers .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 388, ../../scss/answers/results.scss */
  .yext-answers .order-md-first {
    order: -1;
  }
  /* line 391, ../../scss/answers/results.scss */
  .yext-answers .order-md-last {
    order: 13;
  }
  /* line 394, ../../scss/answers/results.scss */
  .yext-answers .order-md-0 {
    order: 0;
  }
  /* line 397, ../../scss/answers/results.scss */
  .yext-answers .order-md-1 {
    order: 1;
  }
  /* line 400, ../../scss/answers/results.scss */
  .yext-answers .order-md-2 {
    order: 2;
  }
  /* line 403, ../../scss/answers/results.scss */
  .yext-answers .order-md-3 {
    order: 3;
  }
  /* line 406, ../../scss/answers/results.scss */
  .yext-answers .order-md-4 {
    order: 4;
  }
  /* line 409, ../../scss/answers/results.scss */
  .yext-answers .order-md-5 {
    order: 5;
  }
  /* line 412, ../../scss/answers/results.scss */
  .yext-answers .order-md-6 {
    order: 6;
  }
  /* line 415, ../../scss/answers/results.scss */
  .yext-answers .order-md-7 {
    order: 7;
  }
  /* line 418, ../../scss/answers/results.scss */
  .yext-answers .order-md-8 {
    order: 8;
  }
  /* line 421, ../../scss/answers/results.scss */
  .yext-answers .order-md-9 {
    order: 9;
  }
  /* line 424, ../../scss/answers/results.scss */
  .yext-answers .order-md-10 {
    order: 10;
  }
  /* line 427, ../../scss/answers/results.scss */
  .yext-answers .order-md-11 {
    order: 11;
  }
  /* line 430, ../../scss/answers/results.scss */
  .yext-answers .order-md-12 {
    order: 12;
  }
  /* line 433, ../../scss/answers/results.scss */
  .yext-answers .offset-md-0 {
    margin-left: 0;
  }
  /* line 436, ../../scss/answers/results.scss */
  .yext-answers .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  /* line 439, ../../scss/answers/results.scss */
  .yext-answers .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  /* line 442, ../../scss/answers/results.scss */
  .yext-answers .offset-md-3 {
    margin-left: 25%;
  }
  /* line 445, ../../scss/answers/results.scss */
  .yext-answers .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  /* line 448, ../../scss/answers/results.scss */
  .yext-answers .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  /* line 451, ../../scss/answers/results.scss */
  .yext-answers .offset-md-6 {
    margin-left: 50%;
  }
  /* line 454, ../../scss/answers/results.scss */
  .yext-answers .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  /* line 457, ../../scss/answers/results.scss */
  .yext-answers .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  /* line 460, ../../scss/answers/results.scss */
  .yext-answers .offset-md-9 {
    margin-left: 75%;
  }
  /* line 463, ../../scss/answers/results.scss */
  .yext-answers .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  /* line 466, ../../scss/answers/results.scss */
  .yext-answers .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  /* line 469, ../../scss/answers/results.scss */
  .yext-answers .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 474, ../../scss/answers/results.scss */
  .yext-answers .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 479, ../../scss/answers/results.scss */
  .yext-answers .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 483, ../../scss/answers/results.scss */
  .yext-answers .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 487, ../../scss/answers/results.scss */
  .yext-answers .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 491, ../../scss/answers/results.scss */
  .yext-answers .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 495, ../../scss/answers/results.scss */
  .yext-answers .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 499, ../../scss/answers/results.scss */
  .yext-answers .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 503, ../../scss/answers/results.scss */
  .yext-answers .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 507, ../../scss/answers/results.scss */
  .yext-answers .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 511, ../../scss/answers/results.scss */
  .yext-answers .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 515, ../../scss/answers/results.scss */
  .yext-answers .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 519, ../../scss/answers/results.scss */
  .yext-answers .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 523, ../../scss/answers/results.scss */
  .yext-answers .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 527, ../../scss/answers/results.scss */
  .yext-answers .order-lg-first {
    order: -1;
  }
  /* line 530, ../../scss/answers/results.scss */
  .yext-answers .order-lg-last {
    order: 13;
  }
  /* line 533, ../../scss/answers/results.scss */
  .yext-answers .order-lg-0 {
    order: 0;
  }
  /* line 536, ../../scss/answers/results.scss */
  .yext-answers .order-lg-1 {
    order: 1;
  }
  /* line 539, ../../scss/answers/results.scss */
  .yext-answers .order-lg-2 {
    order: 2;
  }
  /* line 542, ../../scss/answers/results.scss */
  .yext-answers .order-lg-3 {
    order: 3;
  }
  /* line 545, ../../scss/answers/results.scss */
  .yext-answers .order-lg-4 {
    order: 4;
  }
  /* line 548, ../../scss/answers/results.scss */
  .yext-answers .order-lg-5 {
    order: 5;
  }
  /* line 551, ../../scss/answers/results.scss */
  .yext-answers .order-lg-6 {
    order: 6;
  }
  /* line 554, ../../scss/answers/results.scss */
  .yext-answers .order-lg-7 {
    order: 7;
  }
  /* line 557, ../../scss/answers/results.scss */
  .yext-answers .order-lg-8 {
    order: 8;
  }
  /* line 560, ../../scss/answers/results.scss */
  .yext-answers .order-lg-9 {
    order: 9;
  }
  /* line 563, ../../scss/answers/results.scss */
  .yext-answers .order-lg-10 {
    order: 10;
  }
  /* line 566, ../../scss/answers/results.scss */
  .yext-answers .order-lg-11 {
    order: 11;
  }
  /* line 569, ../../scss/answers/results.scss */
  .yext-answers .order-lg-12 {
    order: 12;
  }
  /* line 572, ../../scss/answers/results.scss */
  .yext-answers .offset-lg-0 {
    margin-left: 0;
  }
  /* line 575, ../../scss/answers/results.scss */
  .yext-answers .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  /* line 578, ../../scss/answers/results.scss */
  .yext-answers .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  /* line 581, ../../scss/answers/results.scss */
  .yext-answers .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 584, ../../scss/answers/results.scss */
  .yext-answers .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  /* line 587, ../../scss/answers/results.scss */
  .yext-answers .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  /* line 590, ../../scss/answers/results.scss */
  .yext-answers .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 593, ../../scss/answers/results.scss */
  .yext-answers .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  /* line 596, ../../scss/answers/results.scss */
  .yext-answers .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  /* line 599, ../../scss/answers/results.scss */
  .yext-answers .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 602, ../../scss/answers/results.scss */
  .yext-answers .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  /* line 605, ../../scss/answers/results.scss */
  .yext-answers .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  /* line 608, ../../scss/answers/results.scss */
  .yext-answers .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 613, ../../scss/answers/results.scss */
  .yext-answers .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 618, ../../scss/answers/results.scss */
  .yext-answers .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 622, ../../scss/answers/results.scss */
  .yext-answers .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 626, ../../scss/answers/results.scss */
  .yext-answers .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 630, ../../scss/answers/results.scss */
  .yext-answers .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 634, ../../scss/answers/results.scss */
  .yext-answers .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 638, ../../scss/answers/results.scss */
  .yext-answers .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 642, ../../scss/answers/results.scss */
  .yext-answers .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 646, ../../scss/answers/results.scss */
  .yext-answers .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 650, ../../scss/answers/results.scss */
  .yext-answers .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 654, ../../scss/answers/results.scss */
  .yext-answers .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 658, ../../scss/answers/results.scss */
  .yext-answers .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 662, ../../scss/answers/results.scss */
  .yext-answers .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 666, ../../scss/answers/results.scss */
  .yext-answers .order-xl-first {
    order: -1;
  }
  /* line 669, ../../scss/answers/results.scss */
  .yext-answers .order-xl-last {
    order: 13;
  }
  /* line 672, ../../scss/answers/results.scss */
  .yext-answers .order-xl-0 {
    order: 0;
  }
  /* line 675, ../../scss/answers/results.scss */
  .yext-answers .order-xl-1 {
    order: 1;
  }
  /* line 678, ../../scss/answers/results.scss */
  .yext-answers .order-xl-2 {
    order: 2;
  }
  /* line 681, ../../scss/answers/results.scss */
  .yext-answers .order-xl-3 {
    order: 3;
  }
  /* line 684, ../../scss/answers/results.scss */
  .yext-answers .order-xl-4 {
    order: 4;
  }
  /* line 687, ../../scss/answers/results.scss */
  .yext-answers .order-xl-5 {
    order: 5;
  }
  /* line 690, ../../scss/answers/results.scss */
  .yext-answers .order-xl-6 {
    order: 6;
  }
  /* line 693, ../../scss/answers/results.scss */
  .yext-answers .order-xl-7 {
    order: 7;
  }
  /* line 696, ../../scss/answers/results.scss */
  .yext-answers .order-xl-8 {
    order: 8;
  }
  /* line 699, ../../scss/answers/results.scss */
  .yext-answers .order-xl-9 {
    order: 9;
  }
  /* line 702, ../../scss/answers/results.scss */
  .yext-answers .order-xl-10 {
    order: 10;
  }
  /* line 705, ../../scss/answers/results.scss */
  .yext-answers .order-xl-11 {
    order: 11;
  }
  /* line 708, ../../scss/answers/results.scss */
  .yext-answers .order-xl-12 {
    order: 12;
  }
  /* line 711, ../../scss/answers/results.scss */
  .yext-answers .offset-xl-0 {
    margin-left: 0;
  }
  /* line 714, ../../scss/answers/results.scss */
  .yext-answers .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 717, ../../scss/answers/results.scss */
  .yext-answers .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 720, ../../scss/answers/results.scss */
  .yext-answers .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 723, ../../scss/answers/results.scss */
  .yext-answers .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 726, ../../scss/answers/results.scss */
  .yext-answers .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 729, ../../scss/answers/results.scss */
  .yext-answers .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 732, ../../scss/answers/results.scss */
  .yext-answers .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 735, ../../scss/answers/results.scss */
  .yext-answers .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 738, ../../scss/answers/results.scss */
  .yext-answers .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 741, ../../scss/answers/results.scss */
  .yext-answers .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 744, ../../scss/answers/results.scss */
  .yext-answers .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
/* line 746, ../../scss/answers/results.scss */
.yext-answers .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
/* line 751, ../../scss/answers/results.scss */
.yext-answers .table th,
.yext-answers .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
/* line 756, ../../scss/answers/results.scss */
.yext-answers .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
/* line 759, ../../scss/answers/results.scss */
.yext-answers .table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
/* line 761, ../../scss/answers/results.scss */
.yext-answers .table .table {
  background-color: #fff;
}
/* line 764, ../../scss/answers/results.scss */
.yext-answers .table-sm th,
.yext-answers .table-sm td {
  padding: 0.3rem;
}
/* line 768, ../../scss/answers/results.scss */
.yext-answers .table-bordered {
  border: 1px solid #dee2e6;
}
/* line 770, ../../scss/answers/results.scss */
.yext-answers .table-bordered th,
.yext-answers .table-bordered td {
  border: 1px solid #dee2e6;
}
/* line 773, ../../scss/answers/results.scss */
.yext-answers .table-bordered thead th,
.yext-answers .table-bordered thead td {
  border-bottom-width: 2px;
}
/* line 777, ../../scss/answers/results.scss */
.yext-answers .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
/* line 780, ../../scss/answers/results.scss */
.yext-answers .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
/* line 783, ../../scss/answers/results.scss */
.yext-answers .table-primary,
.yext-answers .table-primary > th,
.yext-answers .table-primary > td {
  background-color: #eebec2;
}
/* line 788, ../../scss/answers/results.scss */
.yext-answers .table-hover .table-primary:hover {
  background-color: #e9aaaf;
}
/* line 790, ../../scss/answers/results.scss */
.yext-answers .table-hover .table-primary:hover > td,
.yext-answers .table-hover .table-primary:hover > th {
  background-color: #e9aaaf;
}
/* line 794, ../../scss/answers/results.scss */
.yext-answers .table-secondary,
.yext-answers .table-secondary > th,
.yext-answers .table-secondary > td {
  background-color: #d6d8db;
}
/* line 799, ../../scss/answers/results.scss */
.yext-answers .table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
/* line 801, ../../scss/answers/results.scss */
.yext-answers .table-hover .table-secondary:hover > td,
.yext-answers .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
/* line 805, ../../scss/answers/results.scss */
.yext-answers .table-success,
.yext-answers .table-success > th,
.yext-answers .table-success > td {
  background-color: #c3e6cb;
}
/* line 810, ../../scss/answers/results.scss */
.yext-answers .table-hover .table-success:hover {
  background-color: #b1dfbb;
}
/* line 812, ../../scss/answers/results.scss */
.yext-answers .table-hover .table-success:hover > td,
.yext-answers .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
/* line 816, ../../scss/answers/results.scss */
.yext-answers .table-info,
.yext-answers .table-info > th,
.yext-answers .table-info > td {
  background-color: #bee5eb;
}
/* line 821, ../../scss/answers/results.scss */
.yext-answers .table-hover .table-info:hover {
  background-color: #abdde5;
}
/* line 823, ../../scss/answers/results.scss */
.yext-answers .table-hover .table-info:hover > td,
.yext-answers .table-hover .table-info:hover > th {
  background-color: #abdde5;
}
/* line 827, ../../scss/answers/results.scss */
.yext-answers .table-warning,
.yext-answers .table-warning > th,
.yext-answers .table-warning > td {
  background-color: #ffeeba;
}
/* line 832, ../../scss/answers/results.scss */
.yext-answers .table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
/* line 834, ../../scss/answers/results.scss */
.yext-answers .table-hover .table-warning:hover > td,
.yext-answers .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
/* line 838, ../../scss/answers/results.scss */
.yext-answers .table-danger,
.yext-answers .table-danger > th,
.yext-answers .table-danger > td {
  background-color: #f5c6cb;
}
/* line 843, ../../scss/answers/results.scss */
.yext-answers .table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
/* line 845, ../../scss/answers/results.scss */
.yext-answers .table-hover .table-danger:hover > td,
.yext-answers .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
/* line 849, ../../scss/answers/results.scss */
.yext-answers .table-light,
.yext-answers .table-light > th,
.yext-answers .table-light > td {
  background-color: #fdfdfe;
}
/* line 854, ../../scss/answers/results.scss */
.yext-answers .table-hover .table-light:hover {
  background-color: #ececf6;
}
/* line 856, ../../scss/answers/results.scss */
.yext-answers .table-hover .table-light:hover > td,
.yext-answers .table-hover .table-light:hover > th {
  background-color: #ececf6;
}
/* line 860, ../../scss/answers/results.scss */
.yext-answers .table-dark,
.yext-answers .table-dark > th,
.yext-answers .table-dark > td {
  background-color: #c6c8ca;
}
/* line 865, ../../scss/answers/results.scss */
.yext-answers .table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
/* line 867, ../../scss/answers/results.scss */
.yext-answers .table-hover .table-dark:hover > td,
.yext-answers .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
/* line 871, ../../scss/answers/results.scss */
.yext-answers .table-active,
.yext-answers .table-active > th,
.yext-answers .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
/* line 876, ../../scss/answers/results.scss */
.yext-answers .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
/* line 878, ../../scss/answers/results.scss */
.yext-answers .table-hover .table-active:hover > td,
.yext-answers .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
/* line 882, ../../scss/answers/results.scss */
.yext-answers .table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
/* line 886, ../../scss/answers/results.scss */
.yext-answers .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
/* line 891, ../../scss/answers/results.scss */
.yext-answers .table-dark {
  color: #fff;
  background-color: #212529;
}
/* line 894, ../../scss/answers/results.scss */
.yext-answers .table-dark th,
.yext-answers .table-dark td,
.yext-answers .table-dark thead th {
  border-color: #32383e;
}
/* line 898, ../../scss/answers/results.scss */
.yext-answers .table-dark.table-bordered {
  border: 0;
}
/* line 900, ../../scss/answers/results.scss */
.yext-answers .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
/* line 902, ../../scss/answers/results.scss */
.yext-answers .table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  /* line 906, ../../scss/answers/results.scss */
  .yext-answers .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 912, ../../scss/answers/results.scss */
  .yext-answers .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  /* line 915, ../../scss/answers/results.scss */
  .yext-answers .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 921, ../../scss/answers/results.scss */
  .yext-answers .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  /* line 924, ../../scss/answers/results.scss */
  .yext-answers .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 930, ../../scss/answers/results.scss */
  .yext-answers .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  /* line 933, ../../scss/answers/results.scss */
  .yext-answers .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 939, ../../scss/answers/results.scss */
  .yext-answers .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
/* line 941, ../../scss/answers/results.scss */
.yext-answers .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
/* line 947, ../../scss/answers/results.scss */
.yext-answers .table-responsive > .table-bordered {
  border: 0;
}
/* line 950, ../../scss/answers/results.scss */
.yext-answers .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* line 962, ../../scss/answers/results.scss */
.yext-answers .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
/* line 965, ../../scss/answers/results.scss */
.yext-answers .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ee6975;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(193, 22, 38, 0.25);
}
/* line 971, ../../scss/answers/results.scss */
.yext-answers .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
/* line 974, ../../scss/answers/results.scss */
.yext-answers .form-control:disabled, .yext-answers .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
/* line 978, ../../scss/answers/results.scss */
.yext-answers select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
/* line 980, ../../scss/answers/results.scss */
.yext-answers select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
/* line 984, ../../scss/answers/results.scss */
.yext-answers .form-control-file,
.yext-answers .form-control-range {
  display: block;
  width: 100%;
}
/* line 989, ../../scss/answers/results.scss */
.yext-answers .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
/* line 996, ../../scss/answers/results.scss */
.yext-answers .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
/* line 1002, ../../scss/answers/results.scss */
.yext-answers .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
/* line 1008, ../../scss/answers/results.scss */
.yext-answers .form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
/* line 1018, ../../scss/answers/results.scss */
.yext-answers .form-control-plaintext.form-control-sm, .yext-answers .input-group-sm > .form-control-plaintext.form-control,
.yext-answers .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.yext-answers .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.yext-answers .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.yext-answers .input-group-sm > .input-group-append > .form-control-plaintext.btn, .yext-answers .form-control-plaintext.form-control-lg, .yext-answers .input-group-lg > .form-control-plaintext.form-control,
.yext-answers .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.yext-answers .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.yext-answers .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.yext-answers .input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}
/* line 1030, ../../scss/answers/results.scss */
.yext-answers .form-control-sm, .yext-answers .input-group-sm > .form-control,
.yext-answers .input-group-sm > .input-group-prepend > .input-group-text,
.yext-answers .input-group-sm > .input-group-append > .input-group-text,
.yext-answers .input-group-sm > .input-group-prepend > .btn,
.yext-answers .input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
/* line 1040, ../../scss/answers/results.scss */
.yext-answers select.form-control-sm:not([size]):not([multiple]), .yext-answers .input-group-sm > select.form-control:not([size]):not([multiple]),
.yext-answers .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.yext-answers .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.yext-answers .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.yext-answers .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}
/* line 1047, ../../scss/answers/results.scss */
.yext-answers .form-control-lg, .yext-answers .input-group-lg > .form-control,
.yext-answers .input-group-lg > .input-group-prepend > .input-group-text,
.yext-answers .input-group-lg > .input-group-append > .input-group-text,
.yext-answers .input-group-lg > .input-group-prepend > .btn,
.yext-answers .input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
/* line 1057, ../../scss/answers/results.scss */
.yext-answers select.form-control-lg:not([size]):not([multiple]), .yext-answers .input-group-lg > select.form-control:not([size]):not([multiple]),
.yext-answers .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.yext-answers .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.yext-answers .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.yext-answers .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}
/* line 1064, ../../scss/answers/results.scss */
.yext-answers .form-group {
  margin-bottom: 1rem;
}
/* line 1067, ../../scss/answers/results.scss */
.yext-answers .form-text {
  display: block;
  margin-top: 0.25rem;
}
/* line 1071, ../../scss/answers/results.scss */
.yext-answers .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
/* line 1076, ../../scss/answers/results.scss */
.yext-answers .form-row > .col,
.yext-answers .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
/* line 1081, ../../scss/answers/results.scss */
.yext-answers .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
/* line 1086, ../../scss/answers/results.scss */
.yext-answers .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
/* line 1090, ../../scss/answers/results.scss */
.yext-answers .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
/* line 1093, ../../scss/answers/results.scss */
.yext-answers .form-check-label {
  margin-bottom: 0;
}
/* line 1096, ../../scss/answers/results.scss */
.yext-answers .form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
/* line 1101, ../../scss/answers/results.scss */
.yext-answers .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
/* line 1107, ../../scss/answers/results.scss */
.yext-answers .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
/* line 1114, ../../scss/answers/results.scss */
.yext-answers .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}
/* line 1128, ../../scss/answers/results.scss */
.yext-answers .was-validated .form-control:valid, .yext-answers .form-control.is-valid,
.yext-answers .was-validated .custom-select:valid,
.yext-answers .custom-select.is-valid {
  border-color: #28a745;
}
/* line 1132, ../../scss/answers/results.scss */
.yext-answers .was-validated .form-control:valid:focus, .yext-answers .form-control.is-valid:focus,
.yext-answers .was-validated .custom-select:valid:focus,
.yext-answers .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
/* line 1137, ../../scss/answers/results.scss */
.yext-answers .was-validated .form-control:valid ~ .valid-feedback,
.yext-answers .was-validated .form-control:valid ~ .valid-tooltip, .yext-answers .form-control.is-valid ~ .valid-feedback,
.yext-answers .form-control.is-valid ~ .valid-tooltip,
.yext-answers .was-validated .custom-select:valid ~ .valid-feedback,
.yext-answers .was-validated .custom-select:valid ~ .valid-tooltip,
.yext-answers .custom-select.is-valid ~ .valid-feedback,
.yext-answers .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
/* line 1146, ../../scss/answers/results.scss */
.yext-answers .was-validated .form-check-input:valid ~ .form-check-label, .yext-answers .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
/* line 1148, ../../scss/answers/results.scss */
.yext-answers .was-validated .form-check-input:valid ~ .valid-feedback,
.yext-answers .was-validated .form-check-input:valid ~ .valid-tooltip, .yext-answers .form-check-input.is-valid ~ .valid-feedback,
.yext-answers .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
/* line 1153, ../../scss/answers/results.scss */
.yext-answers .was-validated .custom-control-input:valid ~ .custom-control-label, .yext-answers .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
/* line 1155, ../../scss/answers/results.scss */
.yext-answers .was-validated .custom-control-input:valid ~ .custom-control-label::before, .yext-answers .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
/* line 1157, ../../scss/answers/results.scss */
.yext-answers .was-validated .custom-control-input:valid ~ .valid-feedback,
.yext-answers .was-validated .custom-control-input:valid ~ .valid-tooltip, .yext-answers .custom-control-input.is-valid ~ .valid-feedback,
.yext-answers .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
/* line 1161, ../../scss/answers/results.scss */
.yext-answers .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .yext-answers .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
/* line 1163, ../../scss/answers/results.scss */
.yext-answers .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .yext-answers .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
/* line 1166, ../../scss/answers/results.scss */
.yext-answers .was-validated .custom-file-input:valid ~ .custom-file-label, .yext-answers .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
/* line 1168, ../../scss/answers/results.scss */
.yext-answers .was-validated .custom-file-input:valid ~ .custom-file-label::before, .yext-answers .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
/* line 1170, ../../scss/answers/results.scss */
.yext-answers .was-validated .custom-file-input:valid ~ .valid-feedback,
.yext-answers .was-validated .custom-file-input:valid ~ .valid-tooltip, .yext-answers .custom-file-input.is-valid ~ .valid-feedback,
.yext-answers .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
/* line 1174, ../../scss/answers/results.scss */
.yext-answers .was-validated .custom-file-input:valid:focus ~ .custom-file-label, .yext-answers .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
/* line 1177, ../../scss/answers/results.scss */
.yext-answers .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
/* line 1184, ../../scss/answers/results.scss */
.yext-answers .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}
/* line 1198, ../../scss/answers/results.scss */
.yext-answers .was-validated .form-control:invalid, .yext-answers .form-control.is-invalid,
.yext-answers .was-validated .custom-select:invalid,
.yext-answers .custom-select.is-invalid {
  border-color: #dc3545;
}
/* line 1202, ../../scss/answers/results.scss */
.yext-answers .was-validated .form-control:invalid:focus, .yext-answers .form-control.is-invalid:focus,
.yext-answers .was-validated .custom-select:invalid:focus,
.yext-answers .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
/* line 1207, ../../scss/answers/results.scss */
.yext-answers .was-validated .form-control:invalid ~ .invalid-feedback,
.yext-answers .was-validated .form-control:invalid ~ .invalid-tooltip, .yext-answers .form-control.is-invalid ~ .invalid-feedback,
.yext-answers .form-control.is-invalid ~ .invalid-tooltip,
.yext-answers .was-validated .custom-select:invalid ~ .invalid-feedback,
.yext-answers .was-validated .custom-select:invalid ~ .invalid-tooltip,
.yext-answers .custom-select.is-invalid ~ .invalid-feedback,
.yext-answers .custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
/* line 1216, ../../scss/answers/results.scss */
.yext-answers .was-validated .form-check-input:invalid ~ .form-check-label, .yext-answers .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
/* line 1218, ../../scss/answers/results.scss */
.yext-answers .was-validated .form-check-input:invalid ~ .invalid-feedback,
.yext-answers .was-validated .form-check-input:invalid ~ .invalid-tooltip, .yext-answers .form-check-input.is-invalid ~ .invalid-feedback,
.yext-answers .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
/* line 1223, ../../scss/answers/results.scss */
.yext-answers .was-validated .custom-control-input:invalid ~ .custom-control-label, .yext-answers .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
/* line 1225, ../../scss/answers/results.scss */
.yext-answers .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .yext-answers .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
/* line 1227, ../../scss/answers/results.scss */
.yext-answers .was-validated .custom-control-input:invalid ~ .invalid-feedback,
.yext-answers .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .yext-answers .custom-control-input.is-invalid ~ .invalid-feedback,
.yext-answers .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
/* line 1231, ../../scss/answers/results.scss */
.yext-answers .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .yext-answers .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
/* line 1233, ../../scss/answers/results.scss */
.yext-answers .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .yext-answers .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
/* line 1236, ../../scss/answers/results.scss */
.yext-answers .was-validated .custom-file-input:invalid ~ .custom-file-label, .yext-answers .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
/* line 1238, ../../scss/answers/results.scss */
.yext-answers .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .yext-answers .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
/* line 1240, ../../scss/answers/results.scss */
.yext-answers .was-validated .custom-file-input:invalid ~ .invalid-feedback,
.yext-answers .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .yext-answers .custom-file-input.is-invalid ~ .invalid-feedback,
.yext-answers .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
/* line 1244, ../../scss/answers/results.scss */
.yext-answers .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .yext-answers .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
/* line 1247, ../../scss/answers/results.scss */
.yext-answers .form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
/* line 1251, ../../scss/answers/results.scss */
.yext-answers .form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  /* line 1254, ../../scss/answers/results.scss */
  .yext-answers .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 1259, ../../scss/answers/results.scss */
  .yext-answers .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 1265, ../../scss/answers/results.scss */
  .yext-answers .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 1269, ../../scss/answers/results.scss */
  .yext-answers .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 1271, ../../scss/answers/results.scss */
  .yext-answers .form-inline .input-group {
    width: auto;
  }
  /* line 1273, ../../scss/answers/results.scss */
  .yext-answers .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 1279, ../../scss/answers/results.scss */
  .yext-answers .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 1284, ../../scss/answers/results.scss */
  .yext-answers .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 1287, ../../scss/answers/results.scss */
  .yext-answers .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
/* line 1290, ../../scss/answers/results.scss */
.yext-answers .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* line 1303, ../../scss/answers/results.scss */
.yext-answers .btn:hover, .yext-answers .btn:focus {
  text-decoration: none;
}
/* line 1305, ../../scss/answers/results.scss */
.yext-answers .btn:focus, .yext-answers .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(193, 22, 38, 0.25);
}
/* line 1308, ../../scss/answers/results.scss */
.yext-answers .btn.disabled, .yext-answers .btn:disabled {
  opacity: 0.65;
}
/* line 1310, ../../scss/answers/results.scss */
.yext-answers .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
/* line 1312, ../../scss/answers/results.scss */
.yext-answers .btn:not(:disabled):not(.disabled):active, .yext-answers .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
/* line 1315, ../../scss/answers/results.scss */
.yext-answers a.btn.disabled,
.yext-answers fieldset:disabled a.btn {
  pointer-events: none;
}
/* line 1319, ../../scss/answers/results.scss */
.yext-answers .btn-primary {
  color: #fff;
  background-color: #c11626;
  border-color: #c11626;
}
/* line 1323, ../../scss/answers/results.scss */
.yext-answers .btn-primary:hover {
  color: #fff;
  background-color: #9f121f;
  border-color: #93111d;
}
/* line 1327, ../../scss/answers/results.scss */
.yext-answers .btn-primary:focus, .yext-answers .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(193, 22, 38, 0.5);
}
/* line 1329, ../../scss/answers/results.scss */
.yext-answers .btn-primary.disabled, .yext-answers .btn-primary:disabled {
  color: #fff;
  background-color: #c11626;
  border-color: #c11626;
}
/* line 1333, ../../scss/answers/results.scss */
.yext-answers .btn-primary:not(:disabled):not(.disabled):active, .yext-answers .btn-primary:not(:disabled):not(.disabled).active, .yext-answers .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #93111d;
  border-color: #880f1b;
}
/* line 1337, ../../scss/answers/results.scss */
.yext-answers .btn-primary:not(:disabled):not(.disabled):active:focus, .yext-answers .btn-primary:not(:disabled):not(.disabled).active:focus, .yext-answers .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(193, 22, 38, 0.5);
}
/* line 1340, ../../scss/answers/results.scss */
.yext-answers .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
/* line 1344, ../../scss/answers/results.scss */
.yext-answers .btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
/* line 1348, ../../scss/answers/results.scss */
.yext-answers .btn-secondary:focus, .yext-answers .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
/* line 1350, ../../scss/answers/results.scss */
.yext-answers .btn-secondary.disabled, .yext-answers .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
/* line 1354, ../../scss/answers/results.scss */
.yext-answers .btn-secondary:not(:disabled):not(.disabled):active, .yext-answers .btn-secondary:not(:disabled):not(.disabled).active, .yext-answers .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
/* line 1358, ../../scss/answers/results.scss */
.yext-answers .btn-secondary:not(:disabled):not(.disabled):active:focus, .yext-answers .btn-secondary:not(:disabled):not(.disabled).active:focus, .yext-answers .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
/* line 1361, ../../scss/answers/results.scss */
.yext-answers .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 1365, ../../scss/answers/results.scss */
.yext-answers .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
/* line 1369, ../../scss/answers/results.scss */
.yext-answers .btn-success:focus, .yext-answers .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
/* line 1371, ../../scss/answers/results.scss */
.yext-answers .btn-success.disabled, .yext-answers .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 1375, ../../scss/answers/results.scss */
.yext-answers .btn-success:not(:disabled):not(.disabled):active, .yext-answers .btn-success:not(:disabled):not(.disabled).active, .yext-answers .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
/* line 1379, ../../scss/answers/results.scss */
.yext-answers .btn-success:not(:disabled):not(.disabled):active:focus, .yext-answers .btn-success:not(:disabled):not(.disabled).active:focus, .yext-answers .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
/* line 1382, ../../scss/answers/results.scss */
.yext-answers .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 1386, ../../scss/answers/results.scss */
.yext-answers .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
/* line 1390, ../../scss/answers/results.scss */
.yext-answers .btn-info:focus, .yext-answers .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
/* line 1392, ../../scss/answers/results.scss */
.yext-answers .btn-info.disabled, .yext-answers .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 1396, ../../scss/answers/results.scss */
.yext-answers .btn-info:not(:disabled):not(.disabled):active, .yext-answers .btn-info:not(:disabled):not(.disabled).active, .yext-answers .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
/* line 1400, ../../scss/answers/results.scss */
.yext-answers .btn-info:not(:disabled):not(.disabled):active:focus, .yext-answers .btn-info:not(:disabled):not(.disabled).active:focus, .yext-answers .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
/* line 1403, ../../scss/answers/results.scss */
.yext-answers .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 1407, ../../scss/answers/results.scss */
.yext-answers .btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
/* line 1411, ../../scss/answers/results.scss */
.yext-answers .btn-warning:focus, .yext-answers .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
/* line 1413, ../../scss/answers/results.scss */
.yext-answers .btn-warning.disabled, .yext-answers .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 1417, ../../scss/answers/results.scss */
.yext-answers .btn-warning:not(:disabled):not(.disabled):active, .yext-answers .btn-warning:not(:disabled):not(.disabled).active, .yext-answers .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
/* line 1421, ../../scss/answers/results.scss */
.yext-answers .btn-warning:not(:disabled):not(.disabled):active:focus, .yext-answers .btn-warning:not(:disabled):not(.disabled).active:focus, .yext-answers .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
/* line 1424, ../../scss/answers/results.scss */
.yext-answers .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 1428, ../../scss/answers/results.scss */
.yext-answers .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
/* line 1432, ../../scss/answers/results.scss */
.yext-answers .btn-danger:focus, .yext-answers .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
/* line 1434, ../../scss/answers/results.scss */
.yext-answers .btn-danger.disabled, .yext-answers .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 1438, ../../scss/answers/results.scss */
.yext-answers .btn-danger:not(:disabled):not(.disabled):active, .yext-answers .btn-danger:not(:disabled):not(.disabled).active, .yext-answers .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
/* line 1442, ../../scss/answers/results.scss */
.yext-answers .btn-danger:not(:disabled):not(.disabled):active:focus, .yext-answers .btn-danger:not(:disabled):not(.disabled).active:focus, .yext-answers .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
/* line 1445, ../../scss/answers/results.scss */
.yext-answers .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 1449, ../../scss/answers/results.scss */
.yext-answers .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
/* line 1453, ../../scss/answers/results.scss */
.yext-answers .btn-light:focus, .yext-answers .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
/* line 1455, ../../scss/answers/results.scss */
.yext-answers .btn-light.disabled, .yext-answers .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 1459, ../../scss/answers/results.scss */
.yext-answers .btn-light:not(:disabled):not(.disabled):active, .yext-answers .btn-light:not(:disabled):not(.disabled).active, .yext-answers .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
/* line 1463, ../../scss/answers/results.scss */
.yext-answers .btn-light:not(:disabled):not(.disabled):active:focus, .yext-answers .btn-light:not(:disabled):not(.disabled).active:focus, .yext-answers .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
/* line 1466, ../../scss/answers/results.scss */
.yext-answers .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 1470, ../../scss/answers/results.scss */
.yext-answers .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
/* line 1474, ../../scss/answers/results.scss */
.yext-answers .btn-dark:focus, .yext-answers .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
/* line 1476, ../../scss/answers/results.scss */
.yext-answers .btn-dark.disabled, .yext-answers .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 1480, ../../scss/answers/results.scss */
.yext-answers .btn-dark:not(:disabled):not(.disabled):active, .yext-answers .btn-dark:not(:disabled):not(.disabled).active, .yext-answers .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
/* line 1484, ../../scss/answers/results.scss */
.yext-answers .btn-dark:not(:disabled):not(.disabled):active:focus, .yext-answers .btn-dark:not(:disabled):not(.disabled).active:focus, .yext-answers .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
/* line 1487, ../../scss/answers/results.scss */
.yext-answers .btn-outline-primary {
  color: #c11626;
  background-color: transparent;
  background-image: none;
  border-color: #c11626;
}
/* line 1492, ../../scss/answers/results.scss */
.yext-answers .btn-outline-primary:hover {
  color: #fff;
  background-color: #c11626;
  border-color: #c11626;
}
/* line 1496, ../../scss/answers/results.scss */
.yext-answers .btn-outline-primary:focus, .yext-answers .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(193, 22, 38, 0.5);
}
/* line 1498, ../../scss/answers/results.scss */
.yext-answers .btn-outline-primary.disabled, .yext-answers .btn-outline-primary:disabled {
  color: #c11626;
  background-color: transparent;
}
/* line 1501, ../../scss/answers/results.scss */
.yext-answers .btn-outline-primary:not(:disabled):not(.disabled):active, .yext-answers .btn-outline-primary:not(:disabled):not(.disabled).active, .yext-answers .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #c11626;
  border-color: #c11626;
}
/* line 1505, ../../scss/answers/results.scss */
.yext-answers .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .yext-answers .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .yext-answers .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(193, 22, 38, 0.5);
}
/* line 1508, ../../scss/answers/results.scss */
.yext-answers .btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
/* line 1513, ../../scss/answers/results.scss */
.yext-answers .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
/* line 1517, ../../scss/answers/results.scss */
.yext-answers .btn-outline-secondary:focus, .yext-answers .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
/* line 1519, ../../scss/answers/results.scss */
.yext-answers .btn-outline-secondary.disabled, .yext-answers .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
/* line 1522, ../../scss/answers/results.scss */
.yext-answers .btn-outline-secondary:not(:disabled):not(.disabled):active, .yext-answers .btn-outline-secondary:not(:disabled):not(.disabled).active, .yext-answers .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
/* line 1526, ../../scss/answers/results.scss */
.yext-answers .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .yext-answers .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .yext-answers .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
/* line 1529, ../../scss/answers/results.scss */
.yext-answers .btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
/* line 1534, ../../scss/answers/results.scss */
.yext-answers .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 1538, ../../scss/answers/results.scss */
.yext-answers .btn-outline-success:focus, .yext-answers .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
/* line 1540, ../../scss/answers/results.scss */
.yext-answers .btn-outline-success.disabled, .yext-answers .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
/* line 1543, ../../scss/answers/results.scss */
.yext-answers .btn-outline-success:not(:disabled):not(.disabled):active, .yext-answers .btn-outline-success:not(:disabled):not(.disabled).active, .yext-answers .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 1547, ../../scss/answers/results.scss */
.yext-answers .btn-outline-success:not(:disabled):not(.disabled):active:focus, .yext-answers .btn-outline-success:not(:disabled):not(.disabled).active:focus, .yext-answers .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
/* line 1550, ../../scss/answers/results.scss */
.yext-answers .btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
/* line 1555, ../../scss/answers/results.scss */
.yext-answers .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 1559, ../../scss/answers/results.scss */
.yext-answers .btn-outline-info:focus, .yext-answers .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
/* line 1561, ../../scss/answers/results.scss */
.yext-answers .btn-outline-info.disabled, .yext-answers .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
/* line 1564, ../../scss/answers/results.scss */
.yext-answers .btn-outline-info:not(:disabled):not(.disabled):active, .yext-answers .btn-outline-info:not(:disabled):not(.disabled).active, .yext-answers .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 1568, ../../scss/answers/results.scss */
.yext-answers .btn-outline-info:not(:disabled):not(.disabled):active:focus, .yext-answers .btn-outline-info:not(:disabled):not(.disabled).active:focus, .yext-answers .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
/* line 1571, ../../scss/answers/results.scss */
.yext-answers .btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
/* line 1576, ../../scss/answers/results.scss */
.yext-answers .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 1580, ../../scss/answers/results.scss */
.yext-answers .btn-outline-warning:focus, .yext-answers .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
/* line 1582, ../../scss/answers/results.scss */
.yext-answers .btn-outline-warning.disabled, .yext-answers .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
/* line 1585, ../../scss/answers/results.scss */
.yext-answers .btn-outline-warning:not(:disabled):not(.disabled):active, .yext-answers .btn-outline-warning:not(:disabled):not(.disabled).active, .yext-answers .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 1589, ../../scss/answers/results.scss */
.yext-answers .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .yext-answers .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .yext-answers .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
/* line 1592, ../../scss/answers/results.scss */
.yext-answers .btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
/* line 1597, ../../scss/answers/results.scss */
.yext-answers .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 1601, ../../scss/answers/results.scss */
.yext-answers .btn-outline-danger:focus, .yext-answers .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
/* line 1603, ../../scss/answers/results.scss */
.yext-answers .btn-outline-danger.disabled, .yext-answers .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
/* line 1606, ../../scss/answers/results.scss */
.yext-answers .btn-outline-danger:not(:disabled):not(.disabled):active, .yext-answers .btn-outline-danger:not(:disabled):not(.disabled).active, .yext-answers .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 1610, ../../scss/answers/results.scss */
.yext-answers .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .yext-answers .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .yext-answers .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
/* line 1613, ../../scss/answers/results.scss */
.yext-answers .btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
/* line 1618, ../../scss/answers/results.scss */
.yext-answers .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 1622, ../../scss/answers/results.scss */
.yext-answers .btn-outline-light:focus, .yext-answers .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
/* line 1624, ../../scss/answers/results.scss */
.yext-answers .btn-outline-light.disabled, .yext-answers .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
/* line 1627, ../../scss/answers/results.scss */
.yext-answers .btn-outline-light:not(:disabled):not(.disabled):active, .yext-answers .btn-outline-light:not(:disabled):not(.disabled).active, .yext-answers .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 1631, ../../scss/answers/results.scss */
.yext-answers .btn-outline-light:not(:disabled):not(.disabled):active:focus, .yext-answers .btn-outline-light:not(:disabled):not(.disabled).active:focus, .yext-answers .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
/* line 1634, ../../scss/answers/results.scss */
.yext-answers .btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
/* line 1639, ../../scss/answers/results.scss */
.yext-answers .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 1643, ../../scss/answers/results.scss */
.yext-answers .btn-outline-dark:focus, .yext-answers .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
/* line 1645, ../../scss/answers/results.scss */
.yext-answers .btn-outline-dark.disabled, .yext-answers .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
/* line 1648, ../../scss/answers/results.scss */
.yext-answers .btn-outline-dark:not(:disabled):not(.disabled):active, .yext-answers .btn-outline-dark:not(:disabled):not(.disabled).active, .yext-answers .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 1652, ../../scss/answers/results.scss */
.yext-answers .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .yext-answers .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .yext-answers .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
/* line 1655, ../../scss/answers/results.scss */
.yext-answers .btn-link {
  font-weight: 400;
  color: #c11626;
  background-color: transparent;
}
/* line 1659, ../../scss/answers/results.scss */
.yext-answers .btn-link:hover {
  color: #7c0e18;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
/* line 1664, ../../scss/answers/results.scss */
.yext-answers .btn-link:focus, .yext-answers .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
/* line 1668, ../../scss/answers/results.scss */
.yext-answers .btn-link:disabled, .yext-answers .btn-link.disabled {
  color: #6c757d;
}
/* line 1671, ../../scss/answers/results.scss */
.yext-answers .btn-lg, .yext-answers .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
/* line 1677, ../../scss/answers/results.scss */
.yext-answers .btn-sm, .yext-answers .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
/* line 1683, ../../scss/answers/results.scss */
.yext-answers .btn-block {
  display: block;
  width: 100%;
}
/* line 1686, ../../scss/answers/results.scss */
.yext-answers .btn-block + .btn-block {
  margin-top: 0.5rem;
}
/* line 1689, ../../scss/answers/results.scss */
.yext-answers input[type="submit"].btn-block,
.yext-answers input[type="reset"].btn-block,
.yext-answers input[type="button"].btn-block {
  width: 100%;
}
/* line 1694, ../../scss/answers/results.scss */
.yext-answers .fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
/* line 1697, ../../scss/answers/results.scss */
.yext-answers .fade.show {
  opacity: 1;
}
/* line 1700, ../../scss/answers/results.scss */
.yext-answers .collapse {
  display: none;
}
/* line 1702, ../../scss/answers/results.scss */
.yext-answers .collapse.show {
  display: block;
}
/* line 1705, ../../scss/answers/results.scss */
.yext-answers tr.collapse.show {
  display: table-row;
}
/* line 1708, ../../scss/answers/results.scss */
.yext-answers tbody.collapse.show {
  display: table-row-group;
}
/* line 1711, ../../scss/answers/results.scss */
.yext-answers .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
/* line 1717, ../../scss/answers/results.scss */
.yext-answers .dropup,
.yext-answers .dropdown {
  position: relative;
}
/* line 1721, ../../scss/answers/results.scss */
.yext-answers .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
/* line 1732, ../../scss/answers/results.scss */
.yext-answers .dropdown-toggle:empty::after {
  margin-left: 0;
}
/* line 1735, ../../scss/answers/results.scss */
.yext-answers .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
}
/* line 1754, ../../scss/answers/results.scss */
.yext-answers .dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
/* line 1757, ../../scss/answers/results.scss */
.yext-answers .dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
/* line 1768, ../../scss/answers/results.scss */
.yext-answers .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
/* line 1771, ../../scss/answers/results.scss */
.yext-answers .dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}
/* line 1774, ../../scss/answers/results.scss */
.yext-answers .dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
/* line 1784, ../../scss/answers/results.scss */
.yext-answers .dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
/* line 1786, ../../scss/answers/results.scss */
.yext-answers .dropright .dropdown-toggle::after {
  vertical-align: 0;
}
/* line 1789, ../../scss/answers/results.scss */
.yext-answers .dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}
/* line 1792, ../../scss/answers/results.scss */
.yext-answers .dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
/* line 1799, ../../scss/answers/results.scss */
.yext-answers .dropleft .dropdown-toggle::after {
  display: none;
}
/* line 1801, ../../scss/answers/results.scss */
.yext-answers .dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
/* line 1811, ../../scss/answers/results.scss */
.yext-answers .dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
/* line 1813, ../../scss/answers/results.scss */
.yext-answers .dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
/* line 1816, ../../scss/answers/results.scss */
.yext-answers .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
/* line 1822, ../../scss/answers/results.scss */
.yext-answers .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
/* line 1833, ../../scss/answers/results.scss */
.yext-answers .dropdown-item:hover, .yext-answers .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
/* line 1837, ../../scss/answers/results.scss */
.yext-answers .dropdown-item.active, .yext-answers .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #c11626;
}
/* line 1841, ../../scss/answers/results.scss */
.yext-answers .dropdown-item.disabled, .yext-answers .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
/* line 1845, ../../scss/answers/results.scss */
.yext-answers .dropdown-menu.show {
  display: block;
}
/* line 1848, ../../scss/answers/results.scss */
.yext-answers .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
/* line 1856, ../../scss/answers/results.scss */
.yext-answers .btn-group,
.yext-answers .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
/* line 1861, ../../scss/answers/results.scss */
.yext-answers .btn-group > .btn,
.yext-answers .btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
/* line 1865, ../../scss/answers/results.scss */
.yext-answers .btn-group > .btn:hover,
.yext-answers .btn-group-vertical > .btn:hover {
  z-index: 1;
}
/* line 1868, ../../scss/answers/results.scss */
.yext-answers .btn-group > .btn:focus, .yext-answers .btn-group > .btn:active, .yext-answers .btn-group > .btn.active,
.yext-answers .btn-group-vertical > .btn:focus,
.yext-answers .btn-group-vertical > .btn:active,
.yext-answers .btn-group-vertical > .btn.active {
  z-index: 1;
}
/* line 1873, ../../scss/answers/results.scss */
.yext-answers .btn-group .btn + .btn,
.yext-answers .btn-group .btn + .btn-group,
.yext-answers .btn-group .btn-group + .btn,
.yext-answers .btn-group .btn-group + .btn-group,
.yext-answers .btn-group-vertical .btn + .btn,
.yext-answers .btn-group-vertical .btn + .btn-group,
.yext-answers .btn-group-vertical .btn-group + .btn,
.yext-answers .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
/* line 1883, ../../scss/answers/results.scss */
.yext-answers .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
/* line 1887, ../../scss/answers/results.scss */
.yext-answers .btn-toolbar .input-group {
  width: auto;
}
/* line 1890, ../../scss/answers/results.scss */
.yext-answers .btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 1892, ../../scss/answers/results.scss */
.yext-answers .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.yext-answers .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 1896, ../../scss/answers/results.scss */
.yext-answers .btn-group > .btn:not(:first-child),
.yext-answers .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 1901, ../../scss/answers/results.scss */
.yext-answers .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
/* line 1904, ../../scss/answers/results.scss */
.yext-answers .dropdown-toggle-split::after {
  margin-left: 0;
}
/* line 1907, ../../scss/answers/results.scss */
.yext-answers .btn-sm + .dropdown-toggle-split, .yext-answers .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
/* line 1911, ../../scss/answers/results.scss */
.yext-answers .btn-lg + .dropdown-toggle-split, .yext-answers .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
/* line 1915, ../../scss/answers/results.scss */
.yext-answers .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
/* line 1919, ../../scss/answers/results.scss */
.yext-answers .btn-group-vertical .btn,
.yext-answers .btn-group-vertical .btn-group {
  width: 100%;
}
/* line 1922, ../../scss/answers/results.scss */
.yext-answers .btn-group-vertical > .btn + .btn,
.yext-answers .btn-group-vertical > .btn + .btn-group,
.yext-answers .btn-group-vertical > .btn-group + .btn,
.yext-answers .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
/* line 1928, ../../scss/answers/results.scss */
.yext-answers .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.yext-answers .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 1932, ../../scss/answers/results.scss */
.yext-answers .btn-group-vertical > .btn:not(:first-child),
.yext-answers .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* line 1937, ../../scss/answers/results.scss */
.yext-answers .btn-group-toggle > .btn,
.yext-answers .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
/* line 1940, ../../scss/answers/results.scss */
.yext-answers .btn-group-toggle > .btn input[type="radio"],
.yext-answers .btn-group-toggle > .btn input[type="checkbox"],
.yext-answers .btn-group-toggle > .btn-group > .btn input[type="radio"],
.yext-answers .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
/* line 1948, ../../scss/answers/results.scss */
.yext-answers .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
/* line 1954, ../../scss/answers/results.scss */
.yext-answers .input-group > .form-control,
.yext-answers .input-group > .custom-select,
.yext-answers .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
/* line 1961, ../../scss/answers/results.scss */
.yext-answers .input-group > .form-control:focus,
.yext-answers .input-group > .custom-select:focus,
.yext-answers .input-group > .custom-file:focus {
  z-index: 3;
}
/* line 1965, ../../scss/answers/results.scss */
.yext-answers .input-group > .form-control + .form-control,
.yext-answers .input-group > .form-control + .custom-select,
.yext-answers .input-group > .form-control + .custom-file,
.yext-answers .input-group > .custom-select + .form-control,
.yext-answers .input-group > .custom-select + .custom-select,
.yext-answers .input-group > .custom-select + .custom-file,
.yext-answers .input-group > .custom-file + .form-control,
.yext-answers .input-group > .custom-file + .custom-select,
.yext-answers .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
/* line 1975, ../../scss/answers/results.scss */
.yext-answers .input-group > .form-control:not(:last-child),
.yext-answers .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 1979, ../../scss/answers/results.scss */
.yext-answers .input-group > .form-control:not(:first-child),
.yext-answers .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 1983, ../../scss/answers/results.scss */
.yext-answers .input-group > .custom-file {
  display: flex;
  align-items: center;
}
/* line 1986, ../../scss/answers/results.scss */
.yext-answers .input-group > .custom-file:not(:last-child) .custom-file-label, .yext-answers .input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 1989, ../../scss/answers/results.scss */
.yext-answers .input-group > .custom-file:not(:first-child) .custom-file-label, .yext-answers .input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 1993, ../../scss/answers/results.scss */
.yext-answers .input-group-prepend,
.yext-answers .input-group-append {
  display: flex;
}
/* line 1996, ../../scss/answers/results.scss */
.yext-answers .input-group-prepend .btn,
.yext-answers .input-group-append .btn {
  position: relative;
  z-index: 2;
}
/* line 2000, ../../scss/answers/results.scss */
.yext-answers .input-group-prepend .btn + .btn,
.yext-answers .input-group-prepend .btn + .input-group-text,
.yext-answers .input-group-prepend .input-group-text + .input-group-text,
.yext-answers .input-group-prepend .input-group-text + .btn,
.yext-answers .input-group-append .btn + .btn,
.yext-answers .input-group-append .btn + .input-group-text,
.yext-answers .input-group-append .input-group-text + .input-group-text,
.yext-answers .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
/* line 2010, ../../scss/answers/results.scss */
.yext-answers .input-group-prepend {
  margin-right: -1px;
}
/* line 2013, ../../scss/answers/results.scss */
.yext-answers .input-group-append {
  margin-left: -1px;
}
/* line 2016, ../../scss/answers/results.scss */
.yext-answers .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0px;
}
/* line 2030, ../../scss/answers/results.scss */
.yext-answers .input-group-text input[type="radio"],
.yext-answers .input-group-text input[type="checkbox"] {
  margin-top: 0;
}
/* line 2034, ../../scss/answers/results.scss */
.yext-answers .input-group > .input-group-prepend > .btn,
.yext-answers .input-group > .input-group-prepend > .input-group-text,
.yext-answers .input-group > .input-group-append:not(:last-child) > .btn,
.yext-answers .input-group > .input-group-append:not(:last-child) > .input-group-text,
.yext-answers .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.yext-answers .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 2043, ../../scss/answers/results.scss */
.yext-answers .input-group > .input-group-append > .btn,
.yext-answers .input-group > .input-group-append > .input-group-text,
.yext-answers .input-group > .input-group-prepend:not(:first-child) > .btn,
.yext-answers .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.yext-answers .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.yext-answers .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 2052, ../../scss/answers/results.scss */
.yext-answers .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
/* line 2058, ../../scss/answers/results.scss */
.yext-answers .custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
/* line 2062, ../../scss/answers/results.scss */
.yext-answers .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
/* line 2066, ../../scss/answers/results.scss */
.yext-answers .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #c11626;
}
/* line 2069, ../../scss/answers/results.scss */
.yext-answers .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(193, 22, 38, 0.25);
}
/* line 2071, ../../scss/answers/results.scss */
.yext-answers .custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #f3969f;
}
/* line 2074, ../../scss/answers/results.scss */
.yext-answers .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
/* line 2076, ../../scss/answers/results.scss */
.yext-answers .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
/* line 2079, ../../scss/answers/results.scss */
.yext-answers .custom-control-label {
  margin-bottom: 0;
}
/* line 2081, ../../scss/answers/results.scss */
.yext-answers .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
}
/* line 2092, ../../scss/answers/results.scss */
.yext-answers .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
/* line 2104, ../../scss/answers/results.scss */
.yext-answers .custom-checkbox .custom-control-label::before {
  border-radius: 0px;
}
/* line 2106, ../../scss/answers/results.scss */
.yext-answers .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #c11626;
}
/* line 2108, ../../scss/answers/results.scss */
.yext-answers .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
/* line 2110, ../../scss/answers/results.scss */
.yext-answers .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #c11626;
}
/* line 2112, ../../scss/answers/results.scss */
.yext-answers .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
/* line 2114, ../../scss/answers/results.scss */
.yext-answers .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(193, 22, 38, 0.5);
}
/* line 2116, ../../scss/answers/results.scss */
.yext-answers .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(193, 22, 38, 0.5);
}
/* line 2119, ../../scss/answers/results.scss */
.yext-answers .custom-radio .custom-control-label::before {
  border-radius: 50%;
}
/* line 2121, ../../scss/answers/results.scss */
.yext-answers .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #c11626;
}
/* line 2123, ../../scss/answers/results.scss */
.yext-answers .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
/* line 2125, ../../scss/answers/results.scss */
.yext-answers .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(193, 22, 38, 0.5);
}
/* line 2128, ../../scss/answers/results.scss */
.yext-answers .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0px;
  appearance: none;
}
/* line 2141, ../../scss/answers/results.scss */
.yext-answers .custom-select:focus {
  border-color: #ee6975;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(238, 105, 117, 0.5);
}
/* line 2145, ../../scss/answers/results.scss */
.yext-answers .custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
/* line 2148, ../../scss/answers/results.scss */
.yext-answers .custom-select[multiple], .yext-answers .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
/* line 2152, ../../scss/answers/results.scss */
.yext-answers .custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
/* line 2155, ../../scss/answers/results.scss */
.yext-answers .custom-select::-ms-expand {
  opacity: 0;
}
/* line 2158, ../../scss/answers/results.scss */
.yext-answers .custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}
/* line 2164, ../../scss/answers/results.scss */
.yext-answers .custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}
/* line 2170, ../../scss/answers/results.scss */
.yext-answers .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}
/* line 2177, ../../scss/answers/results.scss */
.yext-answers .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
/* line 2184, ../../scss/answers/results.scss */
.yext-answers .custom-file-input:focus ~ .custom-file-control {
  border-color: #ee6975;
  box-shadow: 0 0 0 0.2rem rgba(193, 22, 38, 0.25);
}
/* line 2187, ../../scss/answers/results.scss */
.yext-answers .custom-file-input:focus ~ .custom-file-control::before {
  border-color: #ee6975;
}
/* line 2189, ../../scss/answers/results.scss */
.yext-answers .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
/* line 2192, ../../scss/answers/results.scss */
.yext-answers .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0px;
}
/* line 2205, ../../scss/answers/results.scss */
.yext-answers .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0px 0px 0;
}
/* line 2221, ../../scss/answers/results.scss */
.yext-answers .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* line 2228, ../../scss/answers/results.scss */
.yext-answers .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
/* line 2231, ../../scss/answers/results.scss */
.yext-answers .nav-link:hover, .yext-answers .nav-link:focus {
  text-decoration: none;
}
/* line 2233, ../../scss/answers/results.scss */
.yext-answers .nav-link.disabled {
  color: #6c757d;
}
/* line 2236, ../../scss/answers/results.scss */
.yext-answers .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
/* line 2238, ../../scss/answers/results.scss */
.yext-answers .nav-tabs .nav-item {
  margin-bottom: -1px;
}
/* line 2240, ../../scss/answers/results.scss */
.yext-answers .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
/* line 2244, ../../scss/answers/results.scss */
.yext-answers .nav-tabs .nav-link:hover, .yext-answers .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
/* line 2246, ../../scss/answers/results.scss */
.yext-answers .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
/* line 2250, ../../scss/answers/results.scss */
.yext-answers .nav-tabs .nav-link.active,
.yext-answers .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
/* line 2255, ../../scss/answers/results.scss */
.yext-answers .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* line 2260, ../../scss/answers/results.scss */
.yext-answers .nav-pills .nav-link {
  border-radius: 0px;
}
/* line 2262, ../../scss/answers/results.scss */
.yext-answers .nav-pills .nav-link.active,
.yext-answers .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #c11626;
}
/* line 2267, ../../scss/answers/results.scss */
.yext-answers .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
/* line 2271, ../../scss/answers/results.scss */
.yext-answers .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
/* line 2276, ../../scss/answers/results.scss */
.yext-answers .tab-content > .tab-pane {
  display: none;
}
/* line 2278, ../../scss/answers/results.scss */
.yext-answers .tab-content > .active {
  display: block;
}
/* line 2281, ../../scss/answers/results.scss */
.yext-answers .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
/* line 2288, ../../scss/answers/results.scss */
.yext-answers .navbar > .container,
.yext-answers .navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
/* line 2295, ../../scss/answers/results.scss */
.yext-answers .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
/* line 2303, ../../scss/answers/results.scss */
.yext-answers .navbar-brand:hover, .yext-answers .navbar-brand:focus {
  text-decoration: none;
}
/* line 2306, ../../scss/answers/results.scss */
.yext-answers .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* line 2312, ../../scss/answers/results.scss */
.yext-answers .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
/* line 2315, ../../scss/answers/results.scss */
.yext-answers .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
/* line 2319, ../../scss/answers/results.scss */
.yext-answers .navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
/* line 2324, ../../scss/answers/results.scss */
.yext-answers .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
/* line 2329, ../../scss/answers/results.scss */
.yext-answers .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
}
/* line 2336, ../../scss/answers/results.scss */
.yext-answers .navbar-toggler:hover, .yext-answers .navbar-toggler:focus {
  text-decoration: none;
}
/* line 2338, ../../scss/answers/results.scss */
.yext-answers .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
/* line 2341, ../../scss/answers/results.scss */
.yext-answers .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  /* line 2351, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-sm > .container,
  .yext-answers .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  /* line 2356, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 2359, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 2361, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 2363, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 2366, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 2369, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-sm > .container,
  .yext-answers .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 2372, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 2375, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 2377, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  /* line 2381, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-md > .container,
  .yext-answers .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  /* line 2386, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 2389, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 2391, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 2393, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 2396, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 2399, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-md > .container,
  .yext-answers .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 2402, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 2405, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 2407, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  /* line 2411, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-lg > .container,
  .yext-answers .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 2416, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 2419, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 2421, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 2423, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 2426, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 2429, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-lg > .container,
  .yext-answers .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 2432, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 2435, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 2437, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  /* line 2441, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-xl > .container,
  .yext-answers .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 2446, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 2449, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 2451, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 2453, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 2456, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 2459, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-xl > .container,
  .yext-answers .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 2462, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 2465, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 2467, ../../scss/answers/results.scss */
  .yext-answers .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
/* line 2470, ../../scss/answers/results.scss */
.yext-answers .navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
/* line 2473, ../../scss/answers/results.scss */
.yext-answers .navbar-expand > .container,
.yext-answers .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
/* line 2477, ../../scss/answers/results.scss */
.yext-answers .navbar-expand .navbar-nav {
  flex-direction: row;
}
/* line 2479, ../../scss/answers/results.scss */
.yext-answers .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
/* line 2481, ../../scss/answers/results.scss */
.yext-answers .navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
/* line 2484, ../../scss/answers/results.scss */
.yext-answers .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
/* line 2487, ../../scss/answers/results.scss */
.yext-answers .navbar-expand > .container,
.yext-answers .navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
/* line 2490, ../../scss/answers/results.scss */
.yext-answers .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
/* line 2493, ../../scss/answers/results.scss */
.yext-answers .navbar-expand .navbar-toggler {
  display: none;
}
/* line 2495, ../../scss/answers/results.scss */
.yext-answers .navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}
/* line 2499, ../../scss/answers/results.scss */
.yext-answers .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
/* line 2501, ../../scss/answers/results.scss */
.yext-answers .navbar-light .navbar-brand:hover, .yext-answers .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
/* line 2503, ../../scss/answers/results.scss */
.yext-answers .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
/* line 2505, ../../scss/answers/results.scss */
.yext-answers .navbar-light .navbar-nav .nav-link:hover, .yext-answers .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
/* line 2507, ../../scss/answers/results.scss */
.yext-answers .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
/* line 2509, ../../scss/answers/results.scss */
.yext-answers .navbar-light .navbar-nav .show > .nav-link,
.yext-answers .navbar-light .navbar-nav .active > .nav-link,
.yext-answers .navbar-light .navbar-nav .nav-link.show,
.yext-answers .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
/* line 2514, ../../scss/answers/results.scss */
.yext-answers .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
/* line 2517, ../../scss/answers/results.scss */
.yext-answers .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* line 2519, ../../scss/answers/results.scss */
.yext-answers .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
/* line 2521, ../../scss/answers/results.scss */
.yext-answers .navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
/* line 2523, ../../scss/answers/results.scss */
.yext-answers .navbar-light .navbar-text a:hover, .yext-answers .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
/* line 2526, ../../scss/answers/results.scss */
.yext-answers .navbar-dark .navbar-brand {
  color: #fff;
}
/* line 2528, ../../scss/answers/results.scss */
.yext-answers .navbar-dark .navbar-brand:hover, .yext-answers .navbar-dark .navbar-brand:focus {
  color: #fff;
}
/* line 2530, ../../scss/answers/results.scss */
.yext-answers .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
/* line 2532, ../../scss/answers/results.scss */
.yext-answers .navbar-dark .navbar-nav .nav-link:hover, .yext-answers .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
/* line 2534, ../../scss/answers/results.scss */
.yext-answers .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
/* line 2536, ../../scss/answers/results.scss */
.yext-answers .navbar-dark .navbar-nav .show > .nav-link,
.yext-answers .navbar-dark .navbar-nav .active > .nav-link,
.yext-answers .navbar-dark .navbar-nav .nav-link.show,
.yext-answers .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
/* line 2541, ../../scss/answers/results.scss */
.yext-answers .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
/* line 2544, ../../scss/answers/results.scss */
.yext-answers .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* line 2546, ../../scss/answers/results.scss */
.yext-answers .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
/* line 2548, ../../scss/answers/results.scss */
.yext-answers .navbar-dark .navbar-text a {
  color: #fff;
}
/* line 2550, ../../scss/answers/results.scss */
.yext-answers .navbar-dark .navbar-text a:hover, .yext-answers .navbar-dark .navbar-text a:focus {
  color: #fff;
}
/* line 2553, ../../scss/answers/results.scss */
.yext-answers .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0px;
}
/* line 2563, ../../scss/answers/results.scss */
.yext-answers .card > hr {
  margin-right: 0;
  margin-left: 0;
}
/* line 2566, ../../scss/answers/results.scss */
.yext-answers .card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
/* line 2569, ../../scss/answers/results.scss */
.yext-answers .card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
/* line 2573, ../../scss/answers/results.scss */
.yext-answers .card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
/* line 2577, ../../scss/answers/results.scss */
.yext-answers .card-title {
  margin-bottom: 0.75rem;
}
/* line 2580, ../../scss/answers/results.scss */
.yext-answers .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
/* line 2584, ../../scss/answers/results.scss */
.yext-answers .card-text:last-child {
  margin-bottom: 0;
}
/* line 2587, ../../scss/answers/results.scss */
.yext-answers .card-link:hover {
  text-decoration: none;
}
/* line 2589, ../../scss/answers/results.scss */
.yext-answers .card-link + .card-link {
  margin-left: 1.25rem;
}
/* line 2592, ../../scss/answers/results.scss */
.yext-answers .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 2597, ../../scss/answers/results.scss */
.yext-answers .card-header:first-child {
  border-radius: calc(0px - 1px) calc(0px - 1px) 0 0;
}
/* line 2599, ../../scss/answers/results.scss */
.yext-answers .card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
/* line 2602, ../../scss/answers/results.scss */
.yext-answers .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 2606, ../../scss/answers/results.scss */
.yext-answers .card-footer:last-child {
  border-radius: 0 0 calc(0px - 1px) calc(0px - 1px);
}
/* line 2609, ../../scss/answers/results.scss */
.yext-answers .card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
/* line 2615, ../../scss/answers/results.scss */
.yext-answers .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
/* line 2619, ../../scss/answers/results.scss */
.yext-answers .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
/* line 2627, ../../scss/answers/results.scss */
.yext-answers .card-img {
  width: 100%;
  border-radius: calc(0px - 1px);
}
/* line 2631, ../../scss/answers/results.scss */
.yext-answers .card-img-top {
  width: 100%;
  border-top-left-radius: calc(0px - 1px);
  border-top-right-radius: calc(0px - 1px);
}
/* line 2636, ../../scss/answers/results.scss */
.yext-answers .card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0px - 1px);
  border-bottom-left-radius: calc(0px - 1px);
}
/* line 2641, ../../scss/answers/results.scss */
.yext-answers .card-deck {
  display: flex;
  flex-direction: column;
}
/* line 2644, ../../scss/answers/results.scss */
.yext-answers .card-deck .card {
  margin-bottom: 8px;
}
@media (min-width: 576px) {
  /* line 2647, ../../scss/answers/results.scss */
  .yext-answers .card-deck {
    flex-flow: row wrap;
    margin-right: -8px;
    margin-left: -8px;
  }
  /* line 2651, ../../scss/answers/results.scss */
  .yext-answers .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 8px;
    margin-bottom: 0;
    margin-left: 8px;
  }
}
/* line 2659, ../../scss/answers/results.scss */
.yext-answers .card-group {
  display: flex;
  flex-direction: column;
}
/* line 2662, ../../scss/answers/results.scss */
.yext-answers .card-group > .card {
  margin-bottom: 8px;
}
@media (min-width: 576px) {
  /* line 2665, ../../scss/answers/results.scss */
  .yext-answers .card-group {
    flex-flow: row wrap;
  }
  /* line 2667, ../../scss/answers/results.scss */
  .yext-answers .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 2670, ../../scss/answers/results.scss */
  .yext-answers .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 2673, ../../scss/answers/results.scss */
  .yext-answers .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 2676, ../../scss/answers/results.scss */
  .yext-answers .card-group > .card:first-child .card-img-top,
  .yext-answers .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  /* line 2679, ../../scss/answers/results.scss */
  .yext-answers .card-group > .card:first-child .card-img-bottom,
  .yext-answers .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 2682, ../../scss/answers/results.scss */
  .yext-answers .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 2685, ../../scss/answers/results.scss */
  .yext-answers .card-group > .card:last-child .card-img-top,
  .yext-answers .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  /* line 2688, ../../scss/answers/results.scss */
  .yext-answers .card-group > .card:last-child .card-img-bottom,
  .yext-answers .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  /* line 2691, ../../scss/answers/results.scss */
  .yext-answers .card-group > .card:only-child {
    border-radius: 0px;
  }
  /* line 2693, ../../scss/answers/results.scss */
  .yext-answers .card-group > .card:only-child .card-img-top,
  .yext-answers .card-group > .card:only-child .card-header {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  /* line 2697, ../../scss/answers/results.scss */
  .yext-answers .card-group > .card:only-child .card-img-bottom,
  .yext-answers .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  /* line 2701, ../../scss/answers/results.scss */
  .yext-answers .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  /* line 2703, ../../scss/answers/results.scss */
  .yext-answers .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .yext-answers .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .yext-answers .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .yext-answers .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
/* line 2709, ../../scss/answers/results.scss */
.yext-answers .card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  /* line 2712, ../../scss/answers/results.scss */
  .yext-answers .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  /* line 2715, ../../scss/answers/results.scss */
  .yext-answers .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
/* line 2719, ../../scss/answers/results.scss */
.yext-answers .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0px;
}
/* line 2728, ../../scss/answers/results.scss */
.yext-answers .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}
/* line 2734, ../../scss/answers/results.scss */
.yext-answers .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
/* line 2736, ../../scss/answers/results.scss */
.yext-answers .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
/* line 2738, ../../scss/answers/results.scss */
.yext-answers .breadcrumb-item.active {
  color: #6c757d;
}
/* line 2741, ../../scss/answers/results.scss */
.yext-answers .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0px;
}
/* line 2747, ../../scss/answers/results.scss */
.yext-answers .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #c11626;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
/* line 2756, ../../scss/answers/results.scss */
.yext-answers .page-link:hover {
  color: #7c0e18;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
/* line 2761, ../../scss/answers/results.scss */
.yext-answers .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(193, 22, 38, 0.25);
}
/* line 2765, ../../scss/answers/results.scss */
.yext-answers .page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
/* line 2768, ../../scss/answers/results.scss */
.yext-answers .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
/* line 2772, ../../scss/answers/results.scss */
.yext-answers .page-item:last-child .page-link {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
/* line 2775, ../../scss/answers/results.scss */
.yext-answers .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #c11626;
  border-color: #c11626;
}
/* line 2780, ../../scss/answers/results.scss */
.yext-answers .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
/* line 2787, ../../scss/answers/results.scss */
.yext-answers .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
/* line 2791, ../../scss/answers/results.scss */
.yext-answers .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
/* line 2794, ../../scss/answers/results.scss */
.yext-answers .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
/* line 2798, ../../scss/answers/results.scss */
.yext-answers .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
/* line 2802, ../../scss/answers/results.scss */
.yext-answers .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
/* line 2805, ../../scss/answers/results.scss */
.yext-answers .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
/* line 2809, ../../scss/answers/results.scss */
.yext-answers .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0px;
}
/* line 2819, ../../scss/answers/results.scss */
.yext-answers .badge:empty {
  display: none;
}
/* line 2822, ../../scss/answers/results.scss */
.yext-answers .btn .badge {
  position: relative;
  top: -1px;
}
/* line 2826, ../../scss/answers/results.scss */
.yext-answers .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
/* line 2831, ../../scss/answers/results.scss */
.yext-answers .badge-primary {
  color: #fff;
  background-color: #c11626;
}
/* line 2834, ../../scss/answers/results.scss */
.yext-answers .badge-primary[href]:hover, .yext-answers .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #93111d;
}
/* line 2839, ../../scss/answers/results.scss */
.yext-answers .badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
/* line 2842, ../../scss/answers/results.scss */
.yext-answers .badge-secondary[href]:hover, .yext-answers .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}
/* line 2847, ../../scss/answers/results.scss */
.yext-answers .badge-success {
  color: #fff;
  background-color: #28a745;
}
/* line 2850, ../../scss/answers/results.scss */
.yext-answers .badge-success[href]:hover, .yext-answers .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}
/* line 2855, ../../scss/answers/results.scss */
.yext-answers .badge-info {
  color: #fff;
  background-color: #17a2b8;
}
/* line 2858, ../../scss/answers/results.scss */
.yext-answers .badge-info[href]:hover, .yext-answers .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}
/* line 2863, ../../scss/answers/results.scss */
.yext-answers .badge-warning {
  color: #212529;
  background-color: #ffc107;
}
/* line 2866, ../../scss/answers/results.scss */
.yext-answers .badge-warning[href]:hover, .yext-answers .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}
/* line 2871, ../../scss/answers/results.scss */
.yext-answers .badge-danger {
  color: #fff;
  background-color: #dc3545;
}
/* line 2874, ../../scss/answers/results.scss */
.yext-answers .badge-danger[href]:hover, .yext-answers .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}
/* line 2879, ../../scss/answers/results.scss */
.yext-answers .badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
/* line 2882, ../../scss/answers/results.scss */
.yext-answers .badge-light[href]:hover, .yext-answers .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}
/* line 2887, ../../scss/answers/results.scss */
.yext-answers .badge-dark {
  color: #fff;
  background-color: #343a40;
}
/* line 2890, ../../scss/answers/results.scss */
.yext-answers .badge-dark[href]:hover, .yext-answers .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
/* line 2895, ../../scss/answers/results.scss */
.yext-answers .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  /* line 2901, ../../scss/answers/results.scss */
  .yext-answers .jumbotron {
    padding: 4rem 2rem;
  }
}
/* line 2904, ../../scss/answers/results.scss */
.yext-answers .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
/* line 2909, ../../scss/answers/results.scss */
.yext-answers .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0px;
}
/* line 2916, ../../scss/answers/results.scss */
.yext-answers .alert-heading {
  color: inherit;
}
/* line 2919, ../../scss/answers/results.scss */
.yext-answers .alert-link {
  font-weight: 700;
}
/* line 2922, ../../scss/answers/results.scss */
.yext-answers .alert-dismissible {
  padding-right: 4rem;
}
/* line 2924, ../../scss/answers/results.scss */
.yext-answers .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
/* line 2931, ../../scss/answers/results.scss */
.yext-answers .alert-primary {
  color: #640b14;
  background-color: #f3d0d4;
  border-color: #eebec2;
}
/* line 2935, ../../scss/answers/results.scss */
.yext-answers .alert-primary hr {
  border-top-color: #e9aaaf;
}
/* line 2937, ../../scss/answers/results.scss */
.yext-answers .alert-primary .alert-link {
  color: #36060b;
}
/* line 2940, ../../scss/answers/results.scss */
.yext-answers .alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
/* line 2944, ../../scss/answers/results.scss */
.yext-answers .alert-secondary hr {
  border-top-color: #c8cbcf;
}
/* line 2946, ../../scss/answers/results.scss */
.yext-answers .alert-secondary .alert-link {
  color: #202326;
}
/* line 2949, ../../scss/answers/results.scss */
.yext-answers .alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
/* line 2953, ../../scss/answers/results.scss */
.yext-answers .alert-success hr {
  border-top-color: #b1dfbb;
}
/* line 2955, ../../scss/answers/results.scss */
.yext-answers .alert-success .alert-link {
  color: #0b2e13;
}
/* line 2958, ../../scss/answers/results.scss */
.yext-answers .alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
/* line 2962, ../../scss/answers/results.scss */
.yext-answers .alert-info hr {
  border-top-color: #abdde5;
}
/* line 2964, ../../scss/answers/results.scss */
.yext-answers .alert-info .alert-link {
  color: #062c33;
}
/* line 2967, ../../scss/answers/results.scss */
.yext-answers .alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
/* line 2971, ../../scss/answers/results.scss */
.yext-answers .alert-warning hr {
  border-top-color: #ffe8a1;
}
/* line 2973, ../../scss/answers/results.scss */
.yext-answers .alert-warning .alert-link {
  color: #533f03;
}
/* line 2976, ../../scss/answers/results.scss */
.yext-answers .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
/* line 2980, ../../scss/answers/results.scss */
.yext-answers .alert-danger hr {
  border-top-color: #f1b0b7;
}
/* line 2982, ../../scss/answers/results.scss */
.yext-answers .alert-danger .alert-link {
  color: #491217;
}
/* line 2985, ../../scss/answers/results.scss */
.yext-answers .alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
/* line 2989, ../../scss/answers/results.scss */
.yext-answers .alert-light hr {
  border-top-color: #ececf6;
}
/* line 2991, ../../scss/answers/results.scss */
.yext-answers .alert-light .alert-link {
  color: #686868;
}
/* line 2994, ../../scss/answers/results.scss */
.yext-answers .alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
/* line 2998, ../../scss/answers/results.scss */
.yext-answers .alert-dark hr {
  border-top-color: #b9bbbe;
}
/* line 3000, ../../scss/answers/results.scss */
.yext-answers .alert-dark .alert-link {
  color: #040505;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 3008, ../../scss/answers/results.scss */
.yext-answers .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0px;
}
/* line 3016, ../../scss/answers/results.scss */
.yext-answers .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #c11626;
  transition: width 0.6s ease;
}
/* line 3025, ../../scss/answers/results.scss */
.yext-answers .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
/* line 3029, ../../scss/answers/results.scss */
.yext-answers .progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
/* line 3032, ../../scss/answers/results.scss */
.yext-answers .media {
  display: flex;
  align-items: flex-start;
}
/* line 3036, ../../scss/answers/results.scss */
.yext-answers .media-body {
  flex: 1;
}
/* line 3039, ../../scss/answers/results.scss */
.yext-answers .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
/* line 3045, ../../scss/answers/results.scss */
.yext-answers .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
/* line 3049, ../../scss/answers/results.scss */
.yext-answers .list-group-item-action:hover, .yext-answers .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
/* line 3053, ../../scss/answers/results.scss */
.yext-answers .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
/* line 3057, ../../scss/answers/results.scss */
.yext-answers .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 3064, ../../scss/answers/results.scss */
.yext-answers .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
/* line 3067, ../../scss/answers/results.scss */
.yext-answers .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
/* line 3071, ../../scss/answers/results.scss */
.yext-answers .list-group-item:hover, .yext-answers .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
/* line 3074, ../../scss/answers/results.scss */
.yext-answers .list-group-item.disabled, .yext-answers .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
/* line 3077, ../../scss/answers/results.scss */
.yext-answers .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #c11626;
  border-color: #c11626;
}
/* line 3083, ../../scss/answers/results.scss */
.yext-answers .list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
/* line 3087, ../../scss/answers/results.scss */
.yext-answers .list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
/* line 3089, ../../scss/answers/results.scss */
.yext-answers .list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
/* line 3092, ../../scss/answers/results.scss */
.yext-answers .list-group-item-primary {
  color: #640b14;
  background-color: #eebec2;
}
/* line 3095, ../../scss/answers/results.scss */
.yext-answers .list-group-item-primary.list-group-item-action:hover, .yext-answers .list-group-item-primary.list-group-item-action:focus {
  color: #640b14;
  background-color: #e9aaaf;
}
/* line 3098, ../../scss/answers/results.scss */
.yext-answers .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #640b14;
  border-color: #640b14;
}
/* line 3103, ../../scss/answers/results.scss */
.yext-answers .list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
/* line 3106, ../../scss/answers/results.scss */
.yext-answers .list-group-item-secondary.list-group-item-action:hover, .yext-answers .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
/* line 3109, ../../scss/answers/results.scss */
.yext-answers .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
/* line 3114, ../../scss/answers/results.scss */
.yext-answers .list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
/* line 3117, ../../scss/answers/results.scss */
.yext-answers .list-group-item-success.list-group-item-action:hover, .yext-answers .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
/* line 3120, ../../scss/answers/results.scss */
.yext-answers .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
/* line 3125, ../../scss/answers/results.scss */
.yext-answers .list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
/* line 3128, ../../scss/answers/results.scss */
.yext-answers .list-group-item-info.list-group-item-action:hover, .yext-answers .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
/* line 3131, ../../scss/answers/results.scss */
.yext-answers .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
/* line 3136, ../../scss/answers/results.scss */
.yext-answers .list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
/* line 3139, ../../scss/answers/results.scss */
.yext-answers .list-group-item-warning.list-group-item-action:hover, .yext-answers .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
/* line 3142, ../../scss/answers/results.scss */
.yext-answers .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
/* line 3147, ../../scss/answers/results.scss */
.yext-answers .list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
/* line 3150, ../../scss/answers/results.scss */
.yext-answers .list-group-item-danger.list-group-item-action:hover, .yext-answers .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
/* line 3153, ../../scss/answers/results.scss */
.yext-answers .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
/* line 3158, ../../scss/answers/results.scss */
.yext-answers .list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
/* line 3161, ../../scss/answers/results.scss */
.yext-answers .list-group-item-light.list-group-item-action:hover, .yext-answers .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
/* line 3164, ../../scss/answers/results.scss */
.yext-answers .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
/* line 3169, ../../scss/answers/results.scss */
.yext-answers .list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
/* line 3172, ../../scss/answers/results.scss */
.yext-answers .list-group-item-dark.list-group-item-action:hover, .yext-answers .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
/* line 3175, ../../scss/answers/results.scss */
.yext-answers .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
/* line 3180, ../../scss/answers/results.scss */
.yext-answers .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
/* line 3188, ../../scss/answers/results.scss */
.yext-answers .close:hover, .yext-answers .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
/* line 3192, ../../scss/answers/results.scss */
.yext-answers .close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
/* line 3195, ../../scss/answers/results.scss */
.yext-answers button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
/* line 3201, ../../scss/answers/results.scss */
.yext-answers .modal-open {
  overflow: hidden;
}
/* line 3204, ../../scss/answers/results.scss */
.yext-answers .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
/* line 3214, ../../scss/answers/results.scss */
.yext-answers .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
/* line 3218, ../../scss/answers/results.scss */
.yext-answers .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
/* line 3223, ../../scss/answers/results.scss */
.yext-answers .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
/* line 3226, ../../scss/answers/results.scss */
.yext-answers .modal.show .modal-dialog {
  transform: translate(0, 0);
}
/* line 3229, ../../scss/answers/results.scss */
.yext-answers .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
/* line 3234, ../../scss/answers/results.scss */
.yext-answers .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
/* line 3246, ../../scss/answers/results.scss */
.yext-answers .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 3254, ../../scss/answers/results.scss */
.yext-answers .modal-backdrop.fade {
  opacity: 0;
}
/* line 3256, ../../scss/answers/results.scss */
.yext-answers .modal-backdrop.show {
  opacity: 0.5;
}
/* line 3259, ../../scss/answers/results.scss */
.yext-answers .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
/* line 3267, ../../scss/answers/results.scss */
.yext-answers .modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
/* line 3271, ../../scss/answers/results.scss */
.yext-answers .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
/* line 3275, ../../scss/answers/results.scss */
.yext-answers .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
/* line 3280, ../../scss/answers/results.scss */
.yext-answers .modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
/* line 3286, ../../scss/answers/results.scss */
.yext-answers .modal-footer > :not(:first-child) {
  margin-left: .25rem;
}
/* line 3288, ../../scss/answers/results.scss */
.yext-answers .modal-footer > :not(:last-child) {
  margin-right: .25rem;
}
/* line 3291, ../../scss/answers/results.scss */
.yext-answers .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  /* line 3299, ../../scss/answers/results.scss */
  .yext-answers .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 3303, ../../scss/answers/results.scss */
  .yext-answers .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  /* line 3306, ../../scss/answers/results.scss */
  .yext-answers .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 3309, ../../scss/answers/results.scss */
  .yext-answers .modal-lg {
    max-width: 800px;
  }
}
/* line 3311, ../../scss/answers/results.scss */
.yext-answers .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
/* line 3333, ../../scss/answers/results.scss */
.yext-answers .tooltip.show {
  opacity: 0.9;
}
/* line 3335, ../../scss/answers/results.scss */
.yext-answers .tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
/* line 3340, ../../scss/answers/results.scss */
.yext-answers .tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
/* line 3346, ../../scss/answers/results.scss */
.yext-answers .bs-tooltip-top, .yext-answers .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
/* line 3348, ../../scss/answers/results.scss */
.yext-answers .bs-tooltip-top .arrow, .yext-answers .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
/* line 3350, ../../scss/answers/results.scss */
.yext-answers .bs-tooltip-top .arrow::before, .yext-answers .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
/* line 3355, ../../scss/answers/results.scss */
.yext-answers .bs-tooltip-right, .yext-answers .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
/* line 3357, ../../scss/answers/results.scss */
.yext-answers .bs-tooltip-right .arrow, .yext-answers .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
/* line 3361, ../../scss/answers/results.scss */
.yext-answers .bs-tooltip-right .arrow::before, .yext-answers .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
/* line 3366, ../../scss/answers/results.scss */
.yext-answers .bs-tooltip-bottom, .yext-answers .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
/* line 3368, ../../scss/answers/results.scss */
.yext-answers .bs-tooltip-bottom .arrow, .yext-answers .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
/* line 3370, ../../scss/answers/results.scss */
.yext-answers .bs-tooltip-bottom .arrow::before, .yext-answers .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
/* line 3375, ../../scss/answers/results.scss */
.yext-answers .bs-tooltip-left, .yext-answers .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
/* line 3377, ../../scss/answers/results.scss */
.yext-answers .bs-tooltip-left .arrow, .yext-answers .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
/* line 3381, ../../scss/answers/results.scss */
.yext-answers .bs-tooltip-left .arrow::before, .yext-answers .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
/* line 3386, ../../scss/answers/results.scss */
.yext-answers .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0px;
}
/* line 3394, ../../scss/answers/results.scss */
.yext-answers .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
/* line 3421, ../../scss/answers/results.scss */
.yext-answers .popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
/* line 3427, ../../scss/answers/results.scss */
.yext-answers .popover .arrow::before, .yext-answers .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
/* line 3434, ../../scss/answers/results.scss */
.yext-answers .bs-popover-top, .yext-answers .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
/* line 3436, ../../scss/answers/results.scss */
.yext-answers .bs-popover-top .arrow, .yext-answers .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
/* line 3438, ../../scss/answers/results.scss */
.yext-answers .bs-popover-top .arrow::before, .yext-answers .bs-popover-auto[x-placement^="top"] .arrow::before,
.yext-answers .bs-popover-top .arrow::after,
.yext-answers .bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
/* line 3442, ../../scss/answers/results.scss */
.yext-answers .bs-popover-top .arrow::before, .yext-answers .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
/* line 3445, ../../scss/answers/results.scss */
.yext-answers .bs-popover-top .arrow::after, .yext-answers .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
/* line 3449, ../../scss/answers/results.scss */
.yext-answers .bs-popover-right, .yext-answers .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
/* line 3451, ../../scss/answers/results.scss */
.yext-answers .bs-popover-right .arrow, .yext-answers .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
/* line 3456, ../../scss/answers/results.scss */
.yext-answers .bs-popover-right .arrow::before, .yext-answers .bs-popover-auto[x-placement^="right"] .arrow::before,
.yext-answers .bs-popover-right .arrow::after,
.yext-answers .bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
/* line 3460, ../../scss/answers/results.scss */
.yext-answers .bs-popover-right .arrow::before, .yext-answers .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 3463, ../../scss/answers/results.scss */
.yext-answers .bs-popover-right .arrow::after, .yext-answers .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}
/* line 3467, ../../scss/answers/results.scss */
.yext-answers .bs-popover-bottom, .yext-answers .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
/* line 3469, ../../scss/answers/results.scss */
.yext-answers .bs-popover-bottom .arrow, .yext-answers .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
/* line 3471, ../../scss/answers/results.scss */
.yext-answers .bs-popover-bottom .arrow::before, .yext-answers .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.yext-answers .bs-popover-bottom .arrow::after,
.yext-answers .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
/* line 3475, ../../scss/answers/results.scss */
.yext-answers .bs-popover-bottom .arrow::before, .yext-answers .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
/* line 3478, ../../scss/answers/results.scss */
.yext-answers .bs-popover-bottom .arrow::after, .yext-answers .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
/* line 3481, ../../scss/answers/results.scss */
.yext-answers .bs-popover-bottom .popover-header::before, .yext-answers .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
/* line 3491, ../../scss/answers/results.scss */
.yext-answers .bs-popover-left, .yext-answers .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
/* line 3493, ../../scss/answers/results.scss */
.yext-answers .bs-popover-left .arrow, .yext-answers .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
/* line 3498, ../../scss/answers/results.scss */
.yext-answers .bs-popover-left .arrow::before, .yext-answers .bs-popover-auto[x-placement^="left"] .arrow::before,
.yext-answers .bs-popover-left .arrow::after,
.yext-answers .bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
/* line 3502, ../../scss/answers/results.scss */
.yext-answers .bs-popover-left .arrow::before, .yext-answers .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 3505, ../../scss/answers/results.scss */
.yext-answers .bs-popover-left .arrow::after, .yext-answers .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}
/* line 3509, ../../scss/answers/results.scss */
.yext-answers .popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
/* line 3518, ../../scss/answers/results.scss */
.yext-answers .popover-header:empty {
  display: none;
}
/* line 3521, ../../scss/answers/results.scss */
.yext-answers .popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
/* line 3525, ../../scss/answers/results.scss */
.yext-answers .carousel {
  position: relative;
}
/* line 3528, ../../scss/answers/results.scss */
.yext-answers .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* line 3533, ../../scss/answers/results.scss */
.yext-answers .carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}
/* line 3542, ../../scss/answers/results.scss */
.yext-answers .carousel-item.active,
.yext-answers .carousel-item-next,
.yext-answers .carousel-item-prev {
  display: block;
}
/* line 3547, ../../scss/answers/results.scss */
.yext-answers .carousel-item-next,
.yext-answers .carousel-item-prev {
  position: absolute;
  top: 0;
}
/* line 3552, ../../scss/answers/results.scss */
.yext-answers .carousel-item-next.carousel-item-left,
.yext-answers .carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  /* line 3556, ../../scss/answers/results.scss */
  .yext-answers .carousel-item-next.carousel-item-left,
  .yext-answers .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}
/* line 3560, ../../scss/answers/results.scss */
.yext-answers .carousel-item-next,
.yext-answers .active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  /* line 3564, ../../scss/answers/results.scss */
  .yext-answers .carousel-item-next,
  .yext-answers .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}
/* line 3568, ../../scss/answers/results.scss */
.yext-answers .carousel-item-prev,
.yext-answers .active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  /* line 3572, ../../scss/answers/results.scss */
  .yext-answers .carousel-item-prev,
  .yext-answers .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 3576, ../../scss/answers/results.scss */
.yext-answers .carousel-control-prev,
.yext-answers .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
/* line 3588, ../../scss/answers/results.scss */
.yext-answers .carousel-control-prev:hover, .yext-answers .carousel-control-prev:focus,
.yext-answers .carousel-control-next:hover,
.yext-answers .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
/* line 3596, ../../scss/answers/results.scss */
.yext-answers .carousel-control-prev {
  left: 0;
}
/* line 3599, ../../scss/answers/results.scss */
.yext-answers .carousel-control-next {
  right: 0;
}
/* line 3602, ../../scss/answers/results.scss */
.yext-answers .carousel-control-prev-icon,
.yext-answers .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
/* line 3610, ../../scss/answers/results.scss */
.yext-answers .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
/* line 3613, ../../scss/answers/results.scss */
.yext-answers .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
/* line 3616, ../../scss/answers/results.scss */
.yext-answers .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
/* line 3628, ../../scss/answers/results.scss */
.yext-answers .carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 3637, ../../scss/answers/results.scss */
.yext-answers .carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
/* line 3645, ../../scss/answers/results.scss */
.yext-answers .carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
/* line 3653, ../../scss/answers/results.scss */
.yext-answers .carousel-indicators .active {
  background-color: #fff;
}
/* line 3656, ../../scss/answers/results.scss */
.yext-answers .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
/* line 3667, ../../scss/answers/results.scss */
.yext-answers .align-baseline {
  vertical-align: baseline !important;
}
/* line 3670, ../../scss/answers/results.scss */
.yext-answers .align-top {
  vertical-align: top !important;
}
/* line 3673, ../../scss/answers/results.scss */
.yext-answers .align-middle {
  vertical-align: middle !important;
}
/* line 3676, ../../scss/answers/results.scss */
.yext-answers .align-bottom {
  vertical-align: bottom !important;
}
/* line 3679, ../../scss/answers/results.scss */
.yext-answers .align-text-bottom {
  vertical-align: text-bottom !important;
}
/* line 3682, ../../scss/answers/results.scss */
.yext-answers .align-text-top {
  vertical-align: text-top !important;
}
/* line 3685, ../../scss/answers/results.scss */
.yext-answers .bg-primary {
  background-color: #c11626 !important;
}
/* line 3688, ../../scss/answers/results.scss */
.yext-answers a.bg-primary:hover, .yext-answers a.bg-primary:focus,
.yext-answers button.bg-primary:hover,
.yext-answers button.bg-primary:focus {
  background-color: #93111d !important;
}
/* line 3693, ../../scss/answers/results.scss */
.yext-answers .bg-secondary {
  background-color: #6c757d !important;
}
/* line 3696, ../../scss/answers/results.scss */
.yext-answers a.bg-secondary:hover, .yext-answers a.bg-secondary:focus,
.yext-answers button.bg-secondary:hover,
.yext-answers button.bg-secondary:focus {
  background-color: #545b62 !important;
}
/* line 3701, ../../scss/answers/results.scss */
.yext-answers .bg-success {
  background-color: #28a745 !important;
}
/* line 3704, ../../scss/answers/results.scss */
.yext-answers a.bg-success:hover, .yext-answers a.bg-success:focus,
.yext-answers button.bg-success:hover,
.yext-answers button.bg-success:focus {
  background-color: #1e7e34 !important;
}
/* line 3709, ../../scss/answers/results.scss */
.yext-answers .bg-info {
  background-color: #17a2b8 !important;
}
/* line 3712, ../../scss/answers/results.scss */
.yext-answers a.bg-info:hover, .yext-answers a.bg-info:focus,
.yext-answers button.bg-info:hover,
.yext-answers button.bg-info:focus {
  background-color: #117a8b !important;
}
/* line 3717, ../../scss/answers/results.scss */
.yext-answers .bg-warning {
  background-color: #ffc107 !important;
}
/* line 3720, ../../scss/answers/results.scss */
.yext-answers a.bg-warning:hover, .yext-answers a.bg-warning:focus,
.yext-answers button.bg-warning:hover,
.yext-answers button.bg-warning:focus {
  background-color: #d39e00 !important;
}
/* line 3725, ../../scss/answers/results.scss */
.yext-answers .bg-danger {
  background-color: #dc3545 !important;
}
/* line 3728, ../../scss/answers/results.scss */
.yext-answers a.bg-danger:hover, .yext-answers a.bg-danger:focus,
.yext-answers button.bg-danger:hover,
.yext-answers button.bg-danger:focus {
  background-color: #bd2130 !important;
}
/* line 3733, ../../scss/answers/results.scss */
.yext-answers .bg-light {
  background-color: #f8f9fa !important;
}
/* line 3736, ../../scss/answers/results.scss */
.yext-answers a.bg-light:hover, .yext-answers a.bg-light:focus,
.yext-answers button.bg-light:hover,
.yext-answers button.bg-light:focus {
  background-color: #dae0e5 !important;
}
/* line 3741, ../../scss/answers/results.scss */
.yext-answers .bg-dark {
  background-color: #343a40 !important;
}
/* line 3744, ../../scss/answers/results.scss */
.yext-answers a.bg-dark:hover, .yext-answers a.bg-dark:focus,
.yext-answers button.bg-dark:hover,
.yext-answers button.bg-dark:focus {
  background-color: #1d2124 !important;
}
/* line 3749, ../../scss/answers/results.scss */
.yext-answers .bg-white {
  background-color: #fff !important;
}
/* line 3752, ../../scss/answers/results.scss */
.yext-answers .bg-transparent {
  background-color: transparent !important;
}
/* line 3755, ../../scss/answers/results.scss */
.yext-answers .border {
  border: 1px solid #dee2e6 !important;
}
/* line 3758, ../../scss/answers/results.scss */
.yext-answers .border-top {
  border-top: 1px solid #dee2e6 !important;
}
/* line 3761, ../../scss/answers/results.scss */
.yext-answers .border-right {
  border-right: 1px solid #dee2e6 !important;
}
/* line 3764, ../../scss/answers/results.scss */
.yext-answers .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
/* line 3767, ../../scss/answers/results.scss */
.yext-answers .border-left {
  border-left: 1px solid #dee2e6 !important;
}
/* line 3770, ../../scss/answers/results.scss */
.yext-answers .border-0 {
  border: 0 !important;
}
/* line 3773, ../../scss/answers/results.scss */
.yext-answers .border-top-0 {
  border-top: 0 !important;
}
/* line 3776, ../../scss/answers/results.scss */
.yext-answers .border-right-0 {
  border-right: 0 !important;
}
/* line 3779, ../../scss/answers/results.scss */
.yext-answers .border-bottom-0 {
  border-bottom: 0 !important;
}
/* line 3782, ../../scss/answers/results.scss */
.yext-answers .border-left-0 {
  border-left: 0 !important;
}
/* line 3785, ../../scss/answers/results.scss */
.yext-answers .border-primary {
  border-color: #c11626 !important;
}
/* line 3788, ../../scss/answers/results.scss */
.yext-answers .border-secondary {
  border-color: #6c757d !important;
}
/* line 3791, ../../scss/answers/results.scss */
.yext-answers .border-success {
  border-color: #28a745 !important;
}
/* line 3794, ../../scss/answers/results.scss */
.yext-answers .border-info {
  border-color: #17a2b8 !important;
}
/* line 3797, ../../scss/answers/results.scss */
.yext-answers .border-warning {
  border-color: #ffc107 !important;
}
/* line 3800, ../../scss/answers/results.scss */
.yext-answers .border-danger {
  border-color: #dc3545 !important;
}
/* line 3803, ../../scss/answers/results.scss */
.yext-answers .border-light {
  border-color: #f8f9fa !important;
}
/* line 3806, ../../scss/answers/results.scss */
.yext-answers .border-dark {
  border-color: #343a40 !important;
}
/* line 3809, ../../scss/answers/results.scss */
.yext-answers .border-white {
  border-color: #fff !important;
}
/* line 3812, ../../scss/answers/results.scss */
.yext-answers .rounded {
  border-radius: 0px !important;
}
/* line 3815, ../../scss/answers/results.scss */
.yext-answers .rounded-top {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
/* line 3819, ../../scss/answers/results.scss */
.yext-answers .rounded-right {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
/* line 3823, ../../scss/answers/results.scss */
.yext-answers .rounded-bottom {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
/* line 3827, ../../scss/answers/results.scss */
.yext-answers .rounded-left {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
/* line 3831, ../../scss/answers/results.scss */
.yext-answers .rounded-circle {
  border-radius: 50% !important;
}
/* line 3834, ../../scss/answers/results.scss */
.yext-answers .rounded-0 {
  border-radius: 0 !important;
}
/* line 3837, ../../scss/answers/results.scss */
.yext-answers .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
/* line 3842, ../../scss/answers/results.scss */
.yext-answers .d-none {
  display: none !important;
}
/* line 3845, ../../scss/answers/results.scss */
.yext-answers .d-inline {
  display: inline !important;
}
/* line 3848, ../../scss/answers/results.scss */
.yext-answers .d-inline-block {
  display: inline-block !important;
}
/* line 3851, ../../scss/answers/results.scss */
.yext-answers .d-block {
  display: block !important;
}
/* line 3854, ../../scss/answers/results.scss */
.yext-answers .d-table {
  display: table !important;
}
/* line 3857, ../../scss/answers/results.scss */
.yext-answers .d-table-row {
  display: table-row !important;
}
/* line 3860, ../../scss/answers/results.scss */
.yext-answers .d-table-cell {
  display: table-cell !important;
}
/* line 3863, ../../scss/answers/results.scss */
.yext-answers .d-flex {
  display: flex !important;
}
/* line 3866, ../../scss/answers/results.scss */
.yext-answers .d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  /* line 3870, ../../scss/answers/results.scss */
  .yext-answers .d-sm-none {
    display: none !important;
  }
  /* line 3873, ../../scss/answers/results.scss */
  .yext-answers .d-sm-inline {
    display: inline !important;
  }
  /* line 3876, ../../scss/answers/results.scss */
  .yext-answers .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 3879, ../../scss/answers/results.scss */
  .yext-answers .d-sm-block {
    display: block !important;
  }
  /* line 3882, ../../scss/answers/results.scss */
  .yext-answers .d-sm-table {
    display: table !important;
  }
  /* line 3885, ../../scss/answers/results.scss */
  .yext-answers .d-sm-table-row {
    display: table-row !important;
  }
  /* line 3888, ../../scss/answers/results.scss */
  .yext-answers .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 3891, ../../scss/answers/results.scss */
  .yext-answers .d-sm-flex {
    display: flex !important;
  }
  /* line 3894, ../../scss/answers/results.scss */
  .yext-answers .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  /* line 3897, ../../scss/answers/results.scss */
  .yext-answers .d-md-none {
    display: none !important;
  }
  /* line 3900, ../../scss/answers/results.scss */
  .yext-answers .d-md-inline {
    display: inline !important;
  }
  /* line 3903, ../../scss/answers/results.scss */
  .yext-answers .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 3906, ../../scss/answers/results.scss */
  .yext-answers .d-md-block {
    display: block !important;
  }
  /* line 3909, ../../scss/answers/results.scss */
  .yext-answers .d-md-table {
    display: table !important;
  }
  /* line 3912, ../../scss/answers/results.scss */
  .yext-answers .d-md-table-row {
    display: table-row !important;
  }
  /* line 3915, ../../scss/answers/results.scss */
  .yext-answers .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 3918, ../../scss/answers/results.scss */
  .yext-answers .d-md-flex {
    display: flex !important;
  }
  /* line 3921, ../../scss/answers/results.scss */
  .yext-answers .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  /* line 3924, ../../scss/answers/results.scss */
  .yext-answers .d-lg-none {
    display: none !important;
  }
  /* line 3927, ../../scss/answers/results.scss */
  .yext-answers .d-lg-inline {
    display: inline !important;
  }
  /* line 3930, ../../scss/answers/results.scss */
  .yext-answers .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 3933, ../../scss/answers/results.scss */
  .yext-answers .d-lg-block {
    display: block !important;
  }
  /* line 3936, ../../scss/answers/results.scss */
  .yext-answers .d-lg-table {
    display: table !important;
  }
  /* line 3939, ../../scss/answers/results.scss */
  .yext-answers .d-lg-table-row {
    display: table-row !important;
  }
  /* line 3942, ../../scss/answers/results.scss */
  .yext-answers .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 3945, ../../scss/answers/results.scss */
  .yext-answers .d-lg-flex {
    display: flex !important;
  }
  /* line 3948, ../../scss/answers/results.scss */
  .yext-answers .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  /* line 3951, ../../scss/answers/results.scss */
  .yext-answers .d-xl-none {
    display: none !important;
  }
  /* line 3954, ../../scss/answers/results.scss */
  .yext-answers .d-xl-inline {
    display: inline !important;
  }
  /* line 3957, ../../scss/answers/results.scss */
  .yext-answers .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 3960, ../../scss/answers/results.scss */
  .yext-answers .d-xl-block {
    display: block !important;
  }
  /* line 3963, ../../scss/answers/results.scss */
  .yext-answers .d-xl-table {
    display: table !important;
  }
  /* line 3966, ../../scss/answers/results.scss */
  .yext-answers .d-xl-table-row {
    display: table-row !important;
  }
  /* line 3969, ../../scss/answers/results.scss */
  .yext-answers .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 3972, ../../scss/answers/results.scss */
  .yext-answers .d-xl-flex {
    display: flex !important;
  }
  /* line 3975, ../../scss/answers/results.scss */
  .yext-answers .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  /* line 3978, ../../scss/answers/results.scss */
  .yext-answers .d-print-none {
    display: none !important;
  }
  /* line 3981, ../../scss/answers/results.scss */
  .yext-answers .d-print-inline {
    display: inline !important;
  }
  /* line 3984, ../../scss/answers/results.scss */
  .yext-answers .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 3987, ../../scss/answers/results.scss */
  .yext-answers .d-print-block {
    display: block !important;
  }
  /* line 3990, ../../scss/answers/results.scss */
  .yext-answers .d-print-table {
    display: table !important;
  }
  /* line 3993, ../../scss/answers/results.scss */
  .yext-answers .d-print-table-row {
    display: table-row !important;
  }
  /* line 3996, ../../scss/answers/results.scss */
  .yext-answers .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 3999, ../../scss/answers/results.scss */
  .yext-answers .d-print-flex {
    display: flex !important;
  }
  /* line 4002, ../../scss/answers/results.scss */
  .yext-answers .d-print-inline-flex {
    display: inline-flex !important;
  }
}
/* line 4004, ../../scss/answers/results.scss */
.yext-answers .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
/* line 4010, ../../scss/answers/results.scss */
.yext-answers .embed-responsive::before {
  display: block;
  content: "";
}
/* line 4013, ../../scss/answers/results.scss */
.yext-answers .embed-responsive .embed-responsive-item,
.yext-answers .embed-responsive iframe,
.yext-answers .embed-responsive embed,
.yext-answers .embed-responsive object,
.yext-answers .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* line 4026, ../../scss/answers/results.scss */
.yext-answers .embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
/* line 4029, ../../scss/answers/results.scss */
.yext-answers .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
/* line 4032, ../../scss/answers/results.scss */
.yext-answers .embed-responsive-4by3::before {
  padding-top: 75%;
}
/* line 4035, ../../scss/answers/results.scss */
.yext-answers .embed-responsive-1by1::before {
  padding-top: 100%;
}
/* line 4038, ../../scss/answers/results.scss */
.yext-answers .flex-row {
  flex-direction: row !important;
}
/* line 4041, ../../scss/answers/results.scss */
.yext-answers .flex-column {
  flex-direction: column !important;
}
/* line 4044, ../../scss/answers/results.scss */
.yext-answers .flex-row-reverse {
  flex-direction: row-reverse !important;
}
/* line 4047, ../../scss/answers/results.scss */
.yext-answers .flex-column-reverse {
  flex-direction: column-reverse !important;
}
/* line 4050, ../../scss/answers/results.scss */
.yext-answers .flex-wrap {
  flex-wrap: wrap !important;
}
/* line 4053, ../../scss/answers/results.scss */
.yext-answers .flex-nowrap {
  flex-wrap: nowrap !important;
}
/* line 4056, ../../scss/answers/results.scss */
.yext-answers .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
/* line 4059, ../../scss/answers/results.scss */
.yext-answers .justify-content-start {
  justify-content: flex-start !important;
}
/* line 4062, ../../scss/answers/results.scss */
.yext-answers .justify-content-end {
  justify-content: flex-end !important;
}
/* line 4065, ../../scss/answers/results.scss */
.yext-answers .justify-content-center {
  justify-content: center !important;
}
/* line 4068, ../../scss/answers/results.scss */
.yext-answers .justify-content-between {
  justify-content: space-between !important;
}
/* line 4071, ../../scss/answers/results.scss */
.yext-answers .justify-content-around {
  justify-content: space-around !important;
}
/* line 4074, ../../scss/answers/results.scss */
.yext-answers .align-items-start {
  align-items: flex-start !important;
}
/* line 4077, ../../scss/answers/results.scss */
.yext-answers .align-items-end {
  align-items: flex-end !important;
}
/* line 4080, ../../scss/answers/results.scss */
.yext-answers .align-items-center {
  align-items: center !important;
}
/* line 4083, ../../scss/answers/results.scss */
.yext-answers .align-items-baseline {
  align-items: baseline !important;
}
/* line 4086, ../../scss/answers/results.scss */
.yext-answers .align-items-stretch {
  align-items: stretch !important;
}
/* line 4089, ../../scss/answers/results.scss */
.yext-answers .align-content-start {
  align-content: flex-start !important;
}
/* line 4092, ../../scss/answers/results.scss */
.yext-answers .align-content-end {
  align-content: flex-end !important;
}
/* line 4095, ../../scss/answers/results.scss */
.yext-answers .align-content-center {
  align-content: center !important;
}
/* line 4098, ../../scss/answers/results.scss */
.yext-answers .align-content-between {
  align-content: space-between !important;
}
/* line 4101, ../../scss/answers/results.scss */
.yext-answers .align-content-around {
  align-content: space-around !important;
}
/* line 4104, ../../scss/answers/results.scss */
.yext-answers .align-content-stretch {
  align-content: stretch !important;
}
/* line 4107, ../../scss/answers/results.scss */
.yext-answers .align-self-auto {
  align-self: auto !important;
}
/* line 4110, ../../scss/answers/results.scss */
.yext-answers .align-self-start {
  align-self: flex-start !important;
}
/* line 4113, ../../scss/answers/results.scss */
.yext-answers .align-self-end {
  align-self: flex-end !important;
}
/* line 4116, ../../scss/answers/results.scss */
.yext-answers .align-self-center {
  align-self: center !important;
}
/* line 4119, ../../scss/answers/results.scss */
.yext-answers .align-self-baseline {
  align-self: baseline !important;
}
/* line 4122, ../../scss/answers/results.scss */
.yext-answers .align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  /* line 4126, ../../scss/answers/results.scss */
  .yext-answers .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 4129, ../../scss/answers/results.scss */
  .yext-answers .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 4132, ../../scss/answers/results.scss */
  .yext-answers .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 4135, ../../scss/answers/results.scss */
  .yext-answers .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 4138, ../../scss/answers/results.scss */
  .yext-answers .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 4141, ../../scss/answers/results.scss */
  .yext-answers .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 4144, ../../scss/answers/results.scss */
  .yext-answers .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 4147, ../../scss/answers/results.scss */
  .yext-answers .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 4150, ../../scss/answers/results.scss */
  .yext-answers .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 4153, ../../scss/answers/results.scss */
  .yext-answers .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 4156, ../../scss/answers/results.scss */
  .yext-answers .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 4159, ../../scss/answers/results.scss */
  .yext-answers .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 4162, ../../scss/answers/results.scss */
  .yext-answers .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 4165, ../../scss/answers/results.scss */
  .yext-answers .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 4168, ../../scss/answers/results.scss */
  .yext-answers .align-items-sm-center {
    align-items: center !important;
  }
  /* line 4171, ../../scss/answers/results.scss */
  .yext-answers .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 4174, ../../scss/answers/results.scss */
  .yext-answers .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 4177, ../../scss/answers/results.scss */
  .yext-answers .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 4180, ../../scss/answers/results.scss */
  .yext-answers .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 4183, ../../scss/answers/results.scss */
  .yext-answers .align-content-sm-center {
    align-content: center !important;
  }
  /* line 4186, ../../scss/answers/results.scss */
  .yext-answers .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 4189, ../../scss/answers/results.scss */
  .yext-answers .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 4192, ../../scss/answers/results.scss */
  .yext-answers .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 4195, ../../scss/answers/results.scss */
  .yext-answers .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 4198, ../../scss/answers/results.scss */
  .yext-answers .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 4201, ../../scss/answers/results.scss */
  .yext-answers .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 4204, ../../scss/answers/results.scss */
  .yext-answers .align-self-sm-center {
    align-self: center !important;
  }
  /* line 4207, ../../scss/answers/results.scss */
  .yext-answers .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 4210, ../../scss/answers/results.scss */
  .yext-answers .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  /* line 4213, ../../scss/answers/results.scss */
  .yext-answers .flex-md-row {
    flex-direction: row !important;
  }
  /* line 4216, ../../scss/answers/results.scss */
  .yext-answers .flex-md-column {
    flex-direction: column !important;
  }
  /* line 4219, ../../scss/answers/results.scss */
  .yext-answers .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 4222, ../../scss/answers/results.scss */
  .yext-answers .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 4225, ../../scss/answers/results.scss */
  .yext-answers .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 4228, ../../scss/answers/results.scss */
  .yext-answers .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 4231, ../../scss/answers/results.scss */
  .yext-answers .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 4234, ../../scss/answers/results.scss */
  .yext-answers .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 4237, ../../scss/answers/results.scss */
  .yext-answers .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 4240, ../../scss/answers/results.scss */
  .yext-answers .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 4243, ../../scss/answers/results.scss */
  .yext-answers .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 4246, ../../scss/answers/results.scss */
  .yext-answers .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 4249, ../../scss/answers/results.scss */
  .yext-answers .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 4252, ../../scss/answers/results.scss */
  .yext-answers .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 4255, ../../scss/answers/results.scss */
  .yext-answers .align-items-md-center {
    align-items: center !important;
  }
  /* line 4258, ../../scss/answers/results.scss */
  .yext-answers .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 4261, ../../scss/answers/results.scss */
  .yext-answers .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 4264, ../../scss/answers/results.scss */
  .yext-answers .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 4267, ../../scss/answers/results.scss */
  .yext-answers .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 4270, ../../scss/answers/results.scss */
  .yext-answers .align-content-md-center {
    align-content: center !important;
  }
  /* line 4273, ../../scss/answers/results.scss */
  .yext-answers .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 4276, ../../scss/answers/results.scss */
  .yext-answers .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 4279, ../../scss/answers/results.scss */
  .yext-answers .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 4282, ../../scss/answers/results.scss */
  .yext-answers .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 4285, ../../scss/answers/results.scss */
  .yext-answers .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 4288, ../../scss/answers/results.scss */
  .yext-answers .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 4291, ../../scss/answers/results.scss */
  .yext-answers .align-self-md-center {
    align-self: center !important;
  }
  /* line 4294, ../../scss/answers/results.scss */
  .yext-answers .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 4297, ../../scss/answers/results.scss */
  .yext-answers .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  /* line 4300, ../../scss/answers/results.scss */
  .yext-answers .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 4303, ../../scss/answers/results.scss */
  .yext-answers .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 4306, ../../scss/answers/results.scss */
  .yext-answers .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 4309, ../../scss/answers/results.scss */
  .yext-answers .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 4312, ../../scss/answers/results.scss */
  .yext-answers .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 4315, ../../scss/answers/results.scss */
  .yext-answers .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 4318, ../../scss/answers/results.scss */
  .yext-answers .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 4321, ../../scss/answers/results.scss */
  .yext-answers .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 4324, ../../scss/answers/results.scss */
  .yext-answers .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 4327, ../../scss/answers/results.scss */
  .yext-answers .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 4330, ../../scss/answers/results.scss */
  .yext-answers .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 4333, ../../scss/answers/results.scss */
  .yext-answers .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 4336, ../../scss/answers/results.scss */
  .yext-answers .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 4339, ../../scss/answers/results.scss */
  .yext-answers .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 4342, ../../scss/answers/results.scss */
  .yext-answers .align-items-lg-center {
    align-items: center !important;
  }
  /* line 4345, ../../scss/answers/results.scss */
  .yext-answers .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 4348, ../../scss/answers/results.scss */
  .yext-answers .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 4351, ../../scss/answers/results.scss */
  .yext-answers .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 4354, ../../scss/answers/results.scss */
  .yext-answers .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 4357, ../../scss/answers/results.scss */
  .yext-answers .align-content-lg-center {
    align-content: center !important;
  }
  /* line 4360, ../../scss/answers/results.scss */
  .yext-answers .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 4363, ../../scss/answers/results.scss */
  .yext-answers .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 4366, ../../scss/answers/results.scss */
  .yext-answers .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 4369, ../../scss/answers/results.scss */
  .yext-answers .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 4372, ../../scss/answers/results.scss */
  .yext-answers .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 4375, ../../scss/answers/results.scss */
  .yext-answers .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 4378, ../../scss/answers/results.scss */
  .yext-answers .align-self-lg-center {
    align-self: center !important;
  }
  /* line 4381, ../../scss/answers/results.scss */
  .yext-answers .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 4384, ../../scss/answers/results.scss */
  .yext-answers .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  /* line 4387, ../../scss/answers/results.scss */
  .yext-answers .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 4390, ../../scss/answers/results.scss */
  .yext-answers .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 4393, ../../scss/answers/results.scss */
  .yext-answers .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 4396, ../../scss/answers/results.scss */
  .yext-answers .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 4399, ../../scss/answers/results.scss */
  .yext-answers .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 4402, ../../scss/answers/results.scss */
  .yext-answers .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 4405, ../../scss/answers/results.scss */
  .yext-answers .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 4408, ../../scss/answers/results.scss */
  .yext-answers .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 4411, ../../scss/answers/results.scss */
  .yext-answers .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 4414, ../../scss/answers/results.scss */
  .yext-answers .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 4417, ../../scss/answers/results.scss */
  .yext-answers .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 4420, ../../scss/answers/results.scss */
  .yext-answers .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 4423, ../../scss/answers/results.scss */
  .yext-answers .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 4426, ../../scss/answers/results.scss */
  .yext-answers .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 4429, ../../scss/answers/results.scss */
  .yext-answers .align-items-xl-center {
    align-items: center !important;
  }
  /* line 4432, ../../scss/answers/results.scss */
  .yext-answers .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 4435, ../../scss/answers/results.scss */
  .yext-answers .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 4438, ../../scss/answers/results.scss */
  .yext-answers .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 4441, ../../scss/answers/results.scss */
  .yext-answers .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 4444, ../../scss/answers/results.scss */
  .yext-answers .align-content-xl-center {
    align-content: center !important;
  }
  /* line 4447, ../../scss/answers/results.scss */
  .yext-answers .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 4450, ../../scss/answers/results.scss */
  .yext-answers .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 4453, ../../scss/answers/results.scss */
  .yext-answers .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 4456, ../../scss/answers/results.scss */
  .yext-answers .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 4459, ../../scss/answers/results.scss */
  .yext-answers .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 4462, ../../scss/answers/results.scss */
  .yext-answers .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 4465, ../../scss/answers/results.scss */
  .yext-answers .align-self-xl-center {
    align-self: center !important;
  }
  /* line 4468, ../../scss/answers/results.scss */
  .yext-answers .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 4471, ../../scss/answers/results.scss */
  .yext-answers .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/* line 4473, ../../scss/answers/results.scss */
.yext-answers .float-left {
  float: left !important;
}
/* line 4476, ../../scss/answers/results.scss */
.yext-answers .float-right {
  float: right !important;
}
/* line 4479, ../../scss/answers/results.scss */
.yext-answers .float-none {
  float: none !important;
}
@media (min-width: 576px) {
  /* line 4483, ../../scss/answers/results.scss */
  .yext-answers .float-sm-left {
    float: left !important;
  }
  /* line 4486, ../../scss/answers/results.scss */
  .yext-answers .float-sm-right {
    float: right !important;
  }
  /* line 4489, ../../scss/answers/results.scss */
  .yext-answers .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  /* line 4492, ../../scss/answers/results.scss */
  .yext-answers .float-md-left {
    float: left !important;
  }
  /* line 4495, ../../scss/answers/results.scss */
  .yext-answers .float-md-right {
    float: right !important;
  }
  /* line 4498, ../../scss/answers/results.scss */
  .yext-answers .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  /* line 4501, ../../scss/answers/results.scss */
  .yext-answers .float-lg-left {
    float: left !important;
  }
  /* line 4504, ../../scss/answers/results.scss */
  .yext-answers .float-lg-right {
    float: right !important;
  }
  /* line 4507, ../../scss/answers/results.scss */
  .yext-answers .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 4510, ../../scss/answers/results.scss */
  .yext-answers .float-xl-left {
    float: left !important;
  }
  /* line 4513, ../../scss/answers/results.scss */
  .yext-answers .float-xl-right {
    float: right !important;
  }
  /* line 4516, ../../scss/answers/results.scss */
  .yext-answers .float-xl-none {
    float: none !important;
  }
}
/* line 4518, ../../scss/answers/results.scss */
.yext-answers .position-static {
  position: static !important;
}
/* line 4521, ../../scss/answers/results.scss */
.yext-answers .position-relative {
  position: relative !important;
}
/* line 4524, ../../scss/answers/results.scss */
.yext-answers .position-absolute {
  position: absolute !important;
}
/* line 4527, ../../scss/answers/results.scss */
.yext-answers .position-fixed {
  position: fixed !important;
}
/* line 4530, ../../scss/answers/results.scss */
.yext-answers .position-sticky {
  position: sticky !important;
}
/* line 4533, ../../scss/answers/results.scss */
.yext-answers .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
/* line 4540, ../../scss/answers/results.scss */
.yext-answers .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  /* line 4548, ../../scss/answers/results.scss */
  .yext-answers .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
/* line 4553, ../../scss/answers/results.scss */
.yext-answers .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}
/* line 4564, ../../scss/answers/results.scss */
.yext-answers .sr-only-focusable:active, .yext-answers .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}
/* line 4573, ../../scss/answers/results.scss */
.yext-answers .w-25 {
  width: 25% !important;
}
/* line 4576, ../../scss/answers/results.scss */
.yext-answers .w-50 {
  width: 50% !important;
}
/* line 4579, ../../scss/answers/results.scss */
.yext-answers .w-75 {
  width: 75% !important;
}
/* line 4582, ../../scss/answers/results.scss */
.yext-answers .w-100 {
  width: 100% !important;
}
/* line 4585, ../../scss/answers/results.scss */
.yext-answers .h-25 {
  height: 25% !important;
}
/* line 4588, ../../scss/answers/results.scss */
.yext-answers .h-50 {
  height: 50% !important;
}
/* line 4591, ../../scss/answers/results.scss */
.yext-answers .h-75 {
  height: 75% !important;
}
/* line 4594, ../../scss/answers/results.scss */
.yext-answers .h-100 {
  height: 100% !important;
}
/* line 4597, ../../scss/answers/results.scss */
.yext-answers .mw-100 {
  max-width: 100% !important;
}
/* line 4600, ../../scss/answers/results.scss */
.yext-answers .mh-100 {
  max-height: 100% !important;
}
/* line 4603, ../../scss/answers/results.scss */
.yext-answers .m-0 {
  margin: 0 !important;
}
/* line 4606, ../../scss/answers/results.scss */
.yext-answers .mt-0,
.yext-answers .my-0 {
  margin-top: 0 !important;
}
/* line 4610, ../../scss/answers/results.scss */
.yext-answers .mr-0,
.yext-answers .mx-0 {
  margin-right: 0 !important;
}
/* line 4614, ../../scss/answers/results.scss */
.yext-answers .mb-0,
.yext-answers .my-0 {
  margin-bottom: 0 !important;
}
/* line 4618, ../../scss/answers/results.scss */
.yext-answers .ml-0,
.yext-answers .mx-0 {
  margin-left: 0 !important;
}
/* line 4622, ../../scss/answers/results.scss */
.yext-answers .m-1 {
  margin: 0.25rem !important;
}
/* line 4625, ../../scss/answers/results.scss */
.yext-answers .mt-1,
.yext-answers .my-1 {
  margin-top: 0.25rem !important;
}
/* line 4629, ../../scss/answers/results.scss */
.yext-answers .mr-1,
.yext-answers .mx-1 {
  margin-right: 0.25rem !important;
}
/* line 4633, ../../scss/answers/results.scss */
.yext-answers .mb-1,
.yext-answers .my-1 {
  margin-bottom: 0.25rem !important;
}
/* line 4637, ../../scss/answers/results.scss */
.yext-answers .ml-1,
.yext-answers .mx-1 {
  margin-left: 0.25rem !important;
}
/* line 4641, ../../scss/answers/results.scss */
.yext-answers .m-2 {
  margin: 0.5rem !important;
}
/* line 4644, ../../scss/answers/results.scss */
.yext-answers .mt-2,
.yext-answers .my-2 {
  margin-top: 0.5rem !important;
}
/* line 4648, ../../scss/answers/results.scss */
.yext-answers .mr-2,
.yext-answers .mx-2 {
  margin-right: 0.5rem !important;
}
/* line 4652, ../../scss/answers/results.scss */
.yext-answers .mb-2,
.yext-answers .my-2 {
  margin-bottom: 0.5rem !important;
}
/* line 4656, ../../scss/answers/results.scss */
.yext-answers .ml-2,
.yext-answers .mx-2 {
  margin-left: 0.5rem !important;
}
/* line 4660, ../../scss/answers/results.scss */
.yext-answers .m-3 {
  margin: 1rem !important;
}
/* line 4663, ../../scss/answers/results.scss */
.yext-answers .mt-3,
.yext-answers .my-3 {
  margin-top: 1rem !important;
}
/* line 4667, ../../scss/answers/results.scss */
.yext-answers .mr-3,
.yext-answers .mx-3 {
  margin-right: 1rem !important;
}
/* line 4671, ../../scss/answers/results.scss */
.yext-answers .mb-3,
.yext-answers .my-3 {
  margin-bottom: 1rem !important;
}
/* line 4675, ../../scss/answers/results.scss */
.yext-answers .ml-3,
.yext-answers .mx-3 {
  margin-left: 1rem !important;
}
/* line 4679, ../../scss/answers/results.scss */
.yext-answers .m-4 {
  margin: 1.5rem !important;
}
/* line 4682, ../../scss/answers/results.scss */
.yext-answers .mt-4,
.yext-answers .my-4 {
  margin-top: 1.5rem !important;
}
/* line 4686, ../../scss/answers/results.scss */
.yext-answers .mr-4,
.yext-answers .mx-4 {
  margin-right: 1.5rem !important;
}
/* line 4690, ../../scss/answers/results.scss */
.yext-answers .mb-4,
.yext-answers .my-4 {
  margin-bottom: 1.5rem !important;
}
/* line 4694, ../../scss/answers/results.scss */
.yext-answers .ml-4,
.yext-answers .mx-4 {
  margin-left: 1.5rem !important;
}
/* line 4698, ../../scss/answers/results.scss */
.yext-answers .m-5 {
  margin: 3rem !important;
}
/* line 4701, ../../scss/answers/results.scss */
.yext-answers .mt-5,
.yext-answers .my-5 {
  margin-top: 3rem !important;
}
/* line 4705, ../../scss/answers/results.scss */
.yext-answers .mr-5,
.yext-answers .mx-5 {
  margin-right: 3rem !important;
}
/* line 4709, ../../scss/answers/results.scss */
.yext-answers .mb-5,
.yext-answers .my-5 {
  margin-bottom: 3rem !important;
}
/* line 4713, ../../scss/answers/results.scss */
.yext-answers .ml-5,
.yext-answers .mx-5 {
  margin-left: 3rem !important;
}
/* line 4717, ../../scss/answers/results.scss */
.yext-answers .p-0 {
  padding: 0 !important;
}
/* line 4720, ../../scss/answers/results.scss */
.yext-answers .pt-0,
.yext-answers .py-0 {
  padding-top: 0 !important;
}
/* line 4724, ../../scss/answers/results.scss */
.yext-answers .pr-0,
.yext-answers .px-0 {
  padding-right: 0 !important;
}
/* line 4728, ../../scss/answers/results.scss */
.yext-answers .pb-0,
.yext-answers .py-0 {
  padding-bottom: 0 !important;
}
/* line 4732, ../../scss/answers/results.scss */
.yext-answers .pl-0,
.yext-answers .px-0 {
  padding-left: 0 !important;
}
/* line 4736, ../../scss/answers/results.scss */
.yext-answers .p-1 {
  padding: 0.25rem !important;
}
/* line 4739, ../../scss/answers/results.scss */
.yext-answers .pt-1,
.yext-answers .py-1 {
  padding-top: 0.25rem !important;
}
/* line 4743, ../../scss/answers/results.scss */
.yext-answers .pr-1,
.yext-answers .px-1 {
  padding-right: 0.25rem !important;
}
/* line 4747, ../../scss/answers/results.scss */
.yext-answers .pb-1,
.yext-answers .py-1 {
  padding-bottom: 0.25rem !important;
}
/* line 4751, ../../scss/answers/results.scss */
.yext-answers .pl-1,
.yext-answers .px-1 {
  padding-left: 0.25rem !important;
}
/* line 4755, ../../scss/answers/results.scss */
.yext-answers .p-2 {
  padding: 0.5rem !important;
}
/* line 4758, ../../scss/answers/results.scss */
.yext-answers .pt-2,
.yext-answers .py-2 {
  padding-top: 0.5rem !important;
}
/* line 4762, ../../scss/answers/results.scss */
.yext-answers .pr-2,
.yext-answers .px-2 {
  padding-right: 0.5rem !important;
}
/* line 4766, ../../scss/answers/results.scss */
.yext-answers .pb-2,
.yext-answers .py-2 {
  padding-bottom: 0.5rem !important;
}
/* line 4770, ../../scss/answers/results.scss */
.yext-answers .pl-2,
.yext-answers .px-2 {
  padding-left: 0.5rem !important;
}
/* line 4774, ../../scss/answers/results.scss */
.yext-answers .p-3 {
  padding: 1rem !important;
}
/* line 4777, ../../scss/answers/results.scss */
.yext-answers .pt-3,
.yext-answers .py-3 {
  padding-top: 1rem !important;
}
/* line 4781, ../../scss/answers/results.scss */
.yext-answers .pr-3,
.yext-answers .px-3 {
  padding-right: 1rem !important;
}
/* line 4785, ../../scss/answers/results.scss */
.yext-answers .pb-3,
.yext-answers .py-3 {
  padding-bottom: 1rem !important;
}
/* line 4789, ../../scss/answers/results.scss */
.yext-answers .pl-3,
.yext-answers .px-3 {
  padding-left: 1rem !important;
}
/* line 4793, ../../scss/answers/results.scss */
.yext-answers .p-4 {
  padding: 1.5rem !important;
}
/* line 4796, ../../scss/answers/results.scss */
.yext-answers .pt-4,
.yext-answers .py-4 {
  padding-top: 1.5rem !important;
}
/* line 4800, ../../scss/answers/results.scss */
.yext-answers .pr-4,
.yext-answers .px-4 {
  padding-right: 1.5rem !important;
}
/* line 4804, ../../scss/answers/results.scss */
.yext-answers .pb-4,
.yext-answers .py-4 {
  padding-bottom: 1.5rem !important;
}
/* line 4808, ../../scss/answers/results.scss */
.yext-answers .pl-4,
.yext-answers .px-4 {
  padding-left: 1.5rem !important;
}
/* line 4812, ../../scss/answers/results.scss */
.yext-answers .p-5 {
  padding: 3rem !important;
}
/* line 4815, ../../scss/answers/results.scss */
.yext-answers .pt-5,
.yext-answers .py-5 {
  padding-top: 3rem !important;
}
/* line 4819, ../../scss/answers/results.scss */
.yext-answers .pr-5,
.yext-answers .px-5 {
  padding-right: 3rem !important;
}
/* line 4823, ../../scss/answers/results.scss */
.yext-answers .pb-5,
.yext-answers .py-5 {
  padding-bottom: 3rem !important;
}
/* line 4827, ../../scss/answers/results.scss */
.yext-answers .pl-5,
.yext-answers .px-5 {
  padding-left: 3rem !important;
}
/* line 4831, ../../scss/answers/results.scss */
.yext-answers .m-auto {
  margin: auto !important;
}
/* line 4834, ../../scss/answers/results.scss */
.yext-answers .mt-auto,
.yext-answers .my-auto {
  margin-top: auto !important;
}
/* line 4838, ../../scss/answers/results.scss */
.yext-answers .mr-auto,
.yext-answers .mx-auto {
  margin-right: auto !important;
}
/* line 4842, ../../scss/answers/results.scss */
.yext-answers .mb-auto,
.yext-answers .my-auto {
  margin-bottom: auto !important;
}
/* line 4846, ../../scss/answers/results.scss */
.yext-answers .ml-auto,
.yext-answers .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  /* line 4851, ../../scss/answers/results.scss */
  .yext-answers .m-sm-0 {
    margin: 0 !important;
  }
  /* line 4854, ../../scss/answers/results.scss */
  .yext-answers .mt-sm-0,
  .yext-answers .my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 4858, ../../scss/answers/results.scss */
  .yext-answers .mr-sm-0,
  .yext-answers .mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 4862, ../../scss/answers/results.scss */
  .yext-answers .mb-sm-0,
  .yext-answers .my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 4866, ../../scss/answers/results.scss */
  .yext-answers .ml-sm-0,
  .yext-answers .mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 4870, ../../scss/answers/results.scss */
  .yext-answers .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 4873, ../../scss/answers/results.scss */
  .yext-answers .mt-sm-1,
  .yext-answers .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 4877, ../../scss/answers/results.scss */
  .yext-answers .mr-sm-1,
  .yext-answers .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 4881, ../../scss/answers/results.scss */
  .yext-answers .mb-sm-1,
  .yext-answers .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 4885, ../../scss/answers/results.scss */
  .yext-answers .ml-sm-1,
  .yext-answers .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 4889, ../../scss/answers/results.scss */
  .yext-answers .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 4892, ../../scss/answers/results.scss */
  .yext-answers .mt-sm-2,
  .yext-answers .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 4896, ../../scss/answers/results.scss */
  .yext-answers .mr-sm-2,
  .yext-answers .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 4900, ../../scss/answers/results.scss */
  .yext-answers .mb-sm-2,
  .yext-answers .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 4904, ../../scss/answers/results.scss */
  .yext-answers .ml-sm-2,
  .yext-answers .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 4908, ../../scss/answers/results.scss */
  .yext-answers .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 4911, ../../scss/answers/results.scss */
  .yext-answers .mt-sm-3,
  .yext-answers .my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 4915, ../../scss/answers/results.scss */
  .yext-answers .mr-sm-3,
  .yext-answers .mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 4919, ../../scss/answers/results.scss */
  .yext-answers .mb-sm-3,
  .yext-answers .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 4923, ../../scss/answers/results.scss */
  .yext-answers .ml-sm-3,
  .yext-answers .mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 4927, ../../scss/answers/results.scss */
  .yext-answers .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 4930, ../../scss/answers/results.scss */
  .yext-answers .mt-sm-4,
  .yext-answers .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 4934, ../../scss/answers/results.scss */
  .yext-answers .mr-sm-4,
  .yext-answers .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 4938, ../../scss/answers/results.scss */
  .yext-answers .mb-sm-4,
  .yext-answers .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 4942, ../../scss/answers/results.scss */
  .yext-answers .ml-sm-4,
  .yext-answers .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 4946, ../../scss/answers/results.scss */
  .yext-answers .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 4949, ../../scss/answers/results.scss */
  .yext-answers .mt-sm-5,
  .yext-answers .my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 4953, ../../scss/answers/results.scss */
  .yext-answers .mr-sm-5,
  .yext-answers .mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 4957, ../../scss/answers/results.scss */
  .yext-answers .mb-sm-5,
  .yext-answers .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 4961, ../../scss/answers/results.scss */
  .yext-answers .ml-sm-5,
  .yext-answers .mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 4965, ../../scss/answers/results.scss */
  .yext-answers .p-sm-0 {
    padding: 0 !important;
  }
  /* line 4968, ../../scss/answers/results.scss */
  .yext-answers .pt-sm-0,
  .yext-answers .py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 4972, ../../scss/answers/results.scss */
  .yext-answers .pr-sm-0,
  .yext-answers .px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 4976, ../../scss/answers/results.scss */
  .yext-answers .pb-sm-0,
  .yext-answers .py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 4980, ../../scss/answers/results.scss */
  .yext-answers .pl-sm-0,
  .yext-answers .px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 4984, ../../scss/answers/results.scss */
  .yext-answers .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 4987, ../../scss/answers/results.scss */
  .yext-answers .pt-sm-1,
  .yext-answers .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 4991, ../../scss/answers/results.scss */
  .yext-answers .pr-sm-1,
  .yext-answers .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 4995, ../../scss/answers/results.scss */
  .yext-answers .pb-sm-1,
  .yext-answers .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 4999, ../../scss/answers/results.scss */
  .yext-answers .pl-sm-1,
  .yext-answers .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 5003, ../../scss/answers/results.scss */
  .yext-answers .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 5006, ../../scss/answers/results.scss */
  .yext-answers .pt-sm-2,
  .yext-answers .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 5010, ../../scss/answers/results.scss */
  .yext-answers .pr-sm-2,
  .yext-answers .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 5014, ../../scss/answers/results.scss */
  .yext-answers .pb-sm-2,
  .yext-answers .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 5018, ../../scss/answers/results.scss */
  .yext-answers .pl-sm-2,
  .yext-answers .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 5022, ../../scss/answers/results.scss */
  .yext-answers .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 5025, ../../scss/answers/results.scss */
  .yext-answers .pt-sm-3,
  .yext-answers .py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 5029, ../../scss/answers/results.scss */
  .yext-answers .pr-sm-3,
  .yext-answers .px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 5033, ../../scss/answers/results.scss */
  .yext-answers .pb-sm-3,
  .yext-answers .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 5037, ../../scss/answers/results.scss */
  .yext-answers .pl-sm-3,
  .yext-answers .px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 5041, ../../scss/answers/results.scss */
  .yext-answers .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 5044, ../../scss/answers/results.scss */
  .yext-answers .pt-sm-4,
  .yext-answers .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 5048, ../../scss/answers/results.scss */
  .yext-answers .pr-sm-4,
  .yext-answers .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 5052, ../../scss/answers/results.scss */
  .yext-answers .pb-sm-4,
  .yext-answers .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 5056, ../../scss/answers/results.scss */
  .yext-answers .pl-sm-4,
  .yext-answers .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 5060, ../../scss/answers/results.scss */
  .yext-answers .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 5063, ../../scss/answers/results.scss */
  .yext-answers .pt-sm-5,
  .yext-answers .py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 5067, ../../scss/answers/results.scss */
  .yext-answers .pr-sm-5,
  .yext-answers .px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 5071, ../../scss/answers/results.scss */
  .yext-answers .pb-sm-5,
  .yext-answers .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 5075, ../../scss/answers/results.scss */
  .yext-answers .pl-sm-5,
  .yext-answers .px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 5079, ../../scss/answers/results.scss */
  .yext-answers .m-sm-auto {
    margin: auto !important;
  }
  /* line 5082, ../../scss/answers/results.scss */
  .yext-answers .mt-sm-auto,
  .yext-answers .my-sm-auto {
    margin-top: auto !important;
  }
  /* line 5086, ../../scss/answers/results.scss */
  .yext-answers .mr-sm-auto,
  .yext-answers .mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 5090, ../../scss/answers/results.scss */
  .yext-answers .mb-sm-auto,
  .yext-answers .my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 5094, ../../scss/answers/results.scss */
  .yext-answers .ml-sm-auto,
  .yext-answers .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  /* line 5098, ../../scss/answers/results.scss */
  .yext-answers .m-md-0 {
    margin: 0 !important;
  }
  /* line 5101, ../../scss/answers/results.scss */
  .yext-answers .mt-md-0,
  .yext-answers .my-md-0 {
    margin-top: 0 !important;
  }
  /* line 5105, ../../scss/answers/results.scss */
  .yext-answers .mr-md-0,
  .yext-answers .mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 5109, ../../scss/answers/results.scss */
  .yext-answers .mb-md-0,
  .yext-answers .my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 5113, ../../scss/answers/results.scss */
  .yext-answers .ml-md-0,
  .yext-answers .mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 5117, ../../scss/answers/results.scss */
  .yext-answers .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 5120, ../../scss/answers/results.scss */
  .yext-answers .mt-md-1,
  .yext-answers .my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 5124, ../../scss/answers/results.scss */
  .yext-answers .mr-md-1,
  .yext-answers .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 5128, ../../scss/answers/results.scss */
  .yext-answers .mb-md-1,
  .yext-answers .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 5132, ../../scss/answers/results.scss */
  .yext-answers .ml-md-1,
  .yext-answers .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 5136, ../../scss/answers/results.scss */
  .yext-answers .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 5139, ../../scss/answers/results.scss */
  .yext-answers .mt-md-2,
  .yext-answers .my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 5143, ../../scss/answers/results.scss */
  .yext-answers .mr-md-2,
  .yext-answers .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 5147, ../../scss/answers/results.scss */
  .yext-answers .mb-md-2,
  .yext-answers .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 5151, ../../scss/answers/results.scss */
  .yext-answers .ml-md-2,
  .yext-answers .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 5155, ../../scss/answers/results.scss */
  .yext-answers .m-md-3 {
    margin: 1rem !important;
  }
  /* line 5158, ../../scss/answers/results.scss */
  .yext-answers .mt-md-3,
  .yext-answers .my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 5162, ../../scss/answers/results.scss */
  .yext-answers .mr-md-3,
  .yext-answers .mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 5166, ../../scss/answers/results.scss */
  .yext-answers .mb-md-3,
  .yext-answers .my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 5170, ../../scss/answers/results.scss */
  .yext-answers .ml-md-3,
  .yext-answers .mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 5174, ../../scss/answers/results.scss */
  .yext-answers .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 5177, ../../scss/answers/results.scss */
  .yext-answers .mt-md-4,
  .yext-answers .my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 5181, ../../scss/answers/results.scss */
  .yext-answers .mr-md-4,
  .yext-answers .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 5185, ../../scss/answers/results.scss */
  .yext-answers .mb-md-4,
  .yext-answers .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 5189, ../../scss/answers/results.scss */
  .yext-answers .ml-md-4,
  .yext-answers .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 5193, ../../scss/answers/results.scss */
  .yext-answers .m-md-5 {
    margin: 3rem !important;
  }
  /* line 5196, ../../scss/answers/results.scss */
  .yext-answers .mt-md-5,
  .yext-answers .my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 5200, ../../scss/answers/results.scss */
  .yext-answers .mr-md-5,
  .yext-answers .mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 5204, ../../scss/answers/results.scss */
  .yext-answers .mb-md-5,
  .yext-answers .my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 5208, ../../scss/answers/results.scss */
  .yext-answers .ml-md-5,
  .yext-answers .mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 5212, ../../scss/answers/results.scss */
  .yext-answers .p-md-0 {
    padding: 0 !important;
  }
  /* line 5215, ../../scss/answers/results.scss */
  .yext-answers .pt-md-0,
  .yext-answers .py-md-0 {
    padding-top: 0 !important;
  }
  /* line 5219, ../../scss/answers/results.scss */
  .yext-answers .pr-md-0,
  .yext-answers .px-md-0 {
    padding-right: 0 !important;
  }
  /* line 5223, ../../scss/answers/results.scss */
  .yext-answers .pb-md-0,
  .yext-answers .py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 5227, ../../scss/answers/results.scss */
  .yext-answers .pl-md-0,
  .yext-answers .px-md-0 {
    padding-left: 0 !important;
  }
  /* line 5231, ../../scss/answers/results.scss */
  .yext-answers .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 5234, ../../scss/answers/results.scss */
  .yext-answers .pt-md-1,
  .yext-answers .py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 5238, ../../scss/answers/results.scss */
  .yext-answers .pr-md-1,
  .yext-answers .px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 5242, ../../scss/answers/results.scss */
  .yext-answers .pb-md-1,
  .yext-answers .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 5246, ../../scss/answers/results.scss */
  .yext-answers .pl-md-1,
  .yext-answers .px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 5250, ../../scss/answers/results.scss */
  .yext-answers .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 5253, ../../scss/answers/results.scss */
  .yext-answers .pt-md-2,
  .yext-answers .py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 5257, ../../scss/answers/results.scss */
  .yext-answers .pr-md-2,
  .yext-answers .px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 5261, ../../scss/answers/results.scss */
  .yext-answers .pb-md-2,
  .yext-answers .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 5265, ../../scss/answers/results.scss */
  .yext-answers .pl-md-2,
  .yext-answers .px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 5269, ../../scss/answers/results.scss */
  .yext-answers .p-md-3 {
    padding: 1rem !important;
  }
  /* line 5272, ../../scss/answers/results.scss */
  .yext-answers .pt-md-3,
  .yext-answers .py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 5276, ../../scss/answers/results.scss */
  .yext-answers .pr-md-3,
  .yext-answers .px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 5280, ../../scss/answers/results.scss */
  .yext-answers .pb-md-3,
  .yext-answers .py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 5284, ../../scss/answers/results.scss */
  .yext-answers .pl-md-3,
  .yext-answers .px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 5288, ../../scss/answers/results.scss */
  .yext-answers .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 5291, ../../scss/answers/results.scss */
  .yext-answers .pt-md-4,
  .yext-answers .py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 5295, ../../scss/answers/results.scss */
  .yext-answers .pr-md-4,
  .yext-answers .px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 5299, ../../scss/answers/results.scss */
  .yext-answers .pb-md-4,
  .yext-answers .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 5303, ../../scss/answers/results.scss */
  .yext-answers .pl-md-4,
  .yext-answers .px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 5307, ../../scss/answers/results.scss */
  .yext-answers .p-md-5 {
    padding: 3rem !important;
  }
  /* line 5310, ../../scss/answers/results.scss */
  .yext-answers .pt-md-5,
  .yext-answers .py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 5314, ../../scss/answers/results.scss */
  .yext-answers .pr-md-5,
  .yext-answers .px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 5318, ../../scss/answers/results.scss */
  .yext-answers .pb-md-5,
  .yext-answers .py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 5322, ../../scss/answers/results.scss */
  .yext-answers .pl-md-5,
  .yext-answers .px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 5326, ../../scss/answers/results.scss */
  .yext-answers .m-md-auto {
    margin: auto !important;
  }
  /* line 5329, ../../scss/answers/results.scss */
  .yext-answers .mt-md-auto,
  .yext-answers .my-md-auto {
    margin-top: auto !important;
  }
  /* line 5333, ../../scss/answers/results.scss */
  .yext-answers .mr-md-auto,
  .yext-answers .mx-md-auto {
    margin-right: auto !important;
  }
  /* line 5337, ../../scss/answers/results.scss */
  .yext-answers .mb-md-auto,
  .yext-answers .my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 5341, ../../scss/answers/results.scss */
  .yext-answers .ml-md-auto,
  .yext-answers .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  /* line 5345, ../../scss/answers/results.scss */
  .yext-answers .m-lg-0 {
    margin: 0 !important;
  }
  /* line 5348, ../../scss/answers/results.scss */
  .yext-answers .mt-lg-0,
  .yext-answers .my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 5352, ../../scss/answers/results.scss */
  .yext-answers .mr-lg-0,
  .yext-answers .mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 5356, ../../scss/answers/results.scss */
  .yext-answers .mb-lg-0,
  .yext-answers .my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 5360, ../../scss/answers/results.scss */
  .yext-answers .ml-lg-0,
  .yext-answers .mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 5364, ../../scss/answers/results.scss */
  .yext-answers .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 5367, ../../scss/answers/results.scss */
  .yext-answers .mt-lg-1,
  .yext-answers .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 5371, ../../scss/answers/results.scss */
  .yext-answers .mr-lg-1,
  .yext-answers .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 5375, ../../scss/answers/results.scss */
  .yext-answers .mb-lg-1,
  .yext-answers .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 5379, ../../scss/answers/results.scss */
  .yext-answers .ml-lg-1,
  .yext-answers .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 5383, ../../scss/answers/results.scss */
  .yext-answers .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 5386, ../../scss/answers/results.scss */
  .yext-answers .mt-lg-2,
  .yext-answers .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 5390, ../../scss/answers/results.scss */
  .yext-answers .mr-lg-2,
  .yext-answers .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 5394, ../../scss/answers/results.scss */
  .yext-answers .mb-lg-2,
  .yext-answers .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 5398, ../../scss/answers/results.scss */
  .yext-answers .ml-lg-2,
  .yext-answers .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 5402, ../../scss/answers/results.scss */
  .yext-answers .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 5405, ../../scss/answers/results.scss */
  .yext-answers .mt-lg-3,
  .yext-answers .my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 5409, ../../scss/answers/results.scss */
  .yext-answers .mr-lg-3,
  .yext-answers .mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 5413, ../../scss/answers/results.scss */
  .yext-answers .mb-lg-3,
  .yext-answers .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 5417, ../../scss/answers/results.scss */
  .yext-answers .ml-lg-3,
  .yext-answers .mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 5421, ../../scss/answers/results.scss */
  .yext-answers .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 5424, ../../scss/answers/results.scss */
  .yext-answers .mt-lg-4,
  .yext-answers .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 5428, ../../scss/answers/results.scss */
  .yext-answers .mr-lg-4,
  .yext-answers .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 5432, ../../scss/answers/results.scss */
  .yext-answers .mb-lg-4,
  .yext-answers .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 5436, ../../scss/answers/results.scss */
  .yext-answers .ml-lg-4,
  .yext-answers .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 5440, ../../scss/answers/results.scss */
  .yext-answers .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 5443, ../../scss/answers/results.scss */
  .yext-answers .mt-lg-5,
  .yext-answers .my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 5447, ../../scss/answers/results.scss */
  .yext-answers .mr-lg-5,
  .yext-answers .mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 5451, ../../scss/answers/results.scss */
  .yext-answers .mb-lg-5,
  .yext-answers .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 5455, ../../scss/answers/results.scss */
  .yext-answers .ml-lg-5,
  .yext-answers .mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 5459, ../../scss/answers/results.scss */
  .yext-answers .p-lg-0 {
    padding: 0 !important;
  }
  /* line 5462, ../../scss/answers/results.scss */
  .yext-answers .pt-lg-0,
  .yext-answers .py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 5466, ../../scss/answers/results.scss */
  .yext-answers .pr-lg-0,
  .yext-answers .px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 5470, ../../scss/answers/results.scss */
  .yext-answers .pb-lg-0,
  .yext-answers .py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 5474, ../../scss/answers/results.scss */
  .yext-answers .pl-lg-0,
  .yext-answers .px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 5478, ../../scss/answers/results.scss */
  .yext-answers .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 5481, ../../scss/answers/results.scss */
  .yext-answers .pt-lg-1,
  .yext-answers .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 5485, ../../scss/answers/results.scss */
  .yext-answers .pr-lg-1,
  .yext-answers .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 5489, ../../scss/answers/results.scss */
  .yext-answers .pb-lg-1,
  .yext-answers .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 5493, ../../scss/answers/results.scss */
  .yext-answers .pl-lg-1,
  .yext-answers .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 5497, ../../scss/answers/results.scss */
  .yext-answers .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 5500, ../../scss/answers/results.scss */
  .yext-answers .pt-lg-2,
  .yext-answers .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 5504, ../../scss/answers/results.scss */
  .yext-answers .pr-lg-2,
  .yext-answers .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 5508, ../../scss/answers/results.scss */
  .yext-answers .pb-lg-2,
  .yext-answers .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 5512, ../../scss/answers/results.scss */
  .yext-answers .pl-lg-2,
  .yext-answers .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 5516, ../../scss/answers/results.scss */
  .yext-answers .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 5519, ../../scss/answers/results.scss */
  .yext-answers .pt-lg-3,
  .yext-answers .py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 5523, ../../scss/answers/results.scss */
  .yext-answers .pr-lg-3,
  .yext-answers .px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 5527, ../../scss/answers/results.scss */
  .yext-answers .pb-lg-3,
  .yext-answers .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 5531, ../../scss/answers/results.scss */
  .yext-answers .pl-lg-3,
  .yext-answers .px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 5535, ../../scss/answers/results.scss */
  .yext-answers .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 5538, ../../scss/answers/results.scss */
  .yext-answers .pt-lg-4,
  .yext-answers .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 5542, ../../scss/answers/results.scss */
  .yext-answers .pr-lg-4,
  .yext-answers .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 5546, ../../scss/answers/results.scss */
  .yext-answers .pb-lg-4,
  .yext-answers .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 5550, ../../scss/answers/results.scss */
  .yext-answers .pl-lg-4,
  .yext-answers .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 5554, ../../scss/answers/results.scss */
  .yext-answers .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 5557, ../../scss/answers/results.scss */
  .yext-answers .pt-lg-5,
  .yext-answers .py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 5561, ../../scss/answers/results.scss */
  .yext-answers .pr-lg-5,
  .yext-answers .px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 5565, ../../scss/answers/results.scss */
  .yext-answers .pb-lg-5,
  .yext-answers .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 5569, ../../scss/answers/results.scss */
  .yext-answers .pl-lg-5,
  .yext-answers .px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 5573, ../../scss/answers/results.scss */
  .yext-answers .m-lg-auto {
    margin: auto !important;
  }
  /* line 5576, ../../scss/answers/results.scss */
  .yext-answers .mt-lg-auto,
  .yext-answers .my-lg-auto {
    margin-top: auto !important;
  }
  /* line 5580, ../../scss/answers/results.scss */
  .yext-answers .mr-lg-auto,
  .yext-answers .mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 5584, ../../scss/answers/results.scss */
  .yext-answers .mb-lg-auto,
  .yext-answers .my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 5588, ../../scss/answers/results.scss */
  .yext-answers .ml-lg-auto,
  .yext-answers .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  /* line 5592, ../../scss/answers/results.scss */
  .yext-answers .m-xl-0 {
    margin: 0 !important;
  }
  /* line 5595, ../../scss/answers/results.scss */
  .yext-answers .mt-xl-0,
  .yext-answers .my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 5599, ../../scss/answers/results.scss */
  .yext-answers .mr-xl-0,
  .yext-answers .mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 5603, ../../scss/answers/results.scss */
  .yext-answers .mb-xl-0,
  .yext-answers .my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 5607, ../../scss/answers/results.scss */
  .yext-answers .ml-xl-0,
  .yext-answers .mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 5611, ../../scss/answers/results.scss */
  .yext-answers .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 5614, ../../scss/answers/results.scss */
  .yext-answers .mt-xl-1,
  .yext-answers .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 5618, ../../scss/answers/results.scss */
  .yext-answers .mr-xl-1,
  .yext-answers .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 5622, ../../scss/answers/results.scss */
  .yext-answers .mb-xl-1,
  .yext-answers .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 5626, ../../scss/answers/results.scss */
  .yext-answers .ml-xl-1,
  .yext-answers .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 5630, ../../scss/answers/results.scss */
  .yext-answers .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 5633, ../../scss/answers/results.scss */
  .yext-answers .mt-xl-2,
  .yext-answers .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 5637, ../../scss/answers/results.scss */
  .yext-answers .mr-xl-2,
  .yext-answers .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 5641, ../../scss/answers/results.scss */
  .yext-answers .mb-xl-2,
  .yext-answers .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 5645, ../../scss/answers/results.scss */
  .yext-answers .ml-xl-2,
  .yext-answers .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 5649, ../../scss/answers/results.scss */
  .yext-answers .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 5652, ../../scss/answers/results.scss */
  .yext-answers .mt-xl-3,
  .yext-answers .my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 5656, ../../scss/answers/results.scss */
  .yext-answers .mr-xl-3,
  .yext-answers .mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 5660, ../../scss/answers/results.scss */
  .yext-answers .mb-xl-3,
  .yext-answers .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 5664, ../../scss/answers/results.scss */
  .yext-answers .ml-xl-3,
  .yext-answers .mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 5668, ../../scss/answers/results.scss */
  .yext-answers .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 5671, ../../scss/answers/results.scss */
  .yext-answers .mt-xl-4,
  .yext-answers .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 5675, ../../scss/answers/results.scss */
  .yext-answers .mr-xl-4,
  .yext-answers .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 5679, ../../scss/answers/results.scss */
  .yext-answers .mb-xl-4,
  .yext-answers .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 5683, ../../scss/answers/results.scss */
  .yext-answers .ml-xl-4,
  .yext-answers .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 5687, ../../scss/answers/results.scss */
  .yext-answers .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 5690, ../../scss/answers/results.scss */
  .yext-answers .mt-xl-5,
  .yext-answers .my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 5694, ../../scss/answers/results.scss */
  .yext-answers .mr-xl-5,
  .yext-answers .mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 5698, ../../scss/answers/results.scss */
  .yext-answers .mb-xl-5,
  .yext-answers .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 5702, ../../scss/answers/results.scss */
  .yext-answers .ml-xl-5,
  .yext-answers .mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 5706, ../../scss/answers/results.scss */
  .yext-answers .p-xl-0 {
    padding: 0 !important;
  }
  /* line 5709, ../../scss/answers/results.scss */
  .yext-answers .pt-xl-0,
  .yext-answers .py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 5713, ../../scss/answers/results.scss */
  .yext-answers .pr-xl-0,
  .yext-answers .px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 5717, ../../scss/answers/results.scss */
  .yext-answers .pb-xl-0,
  .yext-answers .py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 5721, ../../scss/answers/results.scss */
  .yext-answers .pl-xl-0,
  .yext-answers .px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 5725, ../../scss/answers/results.scss */
  .yext-answers .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 5728, ../../scss/answers/results.scss */
  .yext-answers .pt-xl-1,
  .yext-answers .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 5732, ../../scss/answers/results.scss */
  .yext-answers .pr-xl-1,
  .yext-answers .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 5736, ../../scss/answers/results.scss */
  .yext-answers .pb-xl-1,
  .yext-answers .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 5740, ../../scss/answers/results.scss */
  .yext-answers .pl-xl-1,
  .yext-answers .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 5744, ../../scss/answers/results.scss */
  .yext-answers .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 5747, ../../scss/answers/results.scss */
  .yext-answers .pt-xl-2,
  .yext-answers .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 5751, ../../scss/answers/results.scss */
  .yext-answers .pr-xl-2,
  .yext-answers .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 5755, ../../scss/answers/results.scss */
  .yext-answers .pb-xl-2,
  .yext-answers .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 5759, ../../scss/answers/results.scss */
  .yext-answers .pl-xl-2,
  .yext-answers .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 5763, ../../scss/answers/results.scss */
  .yext-answers .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 5766, ../../scss/answers/results.scss */
  .yext-answers .pt-xl-3,
  .yext-answers .py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 5770, ../../scss/answers/results.scss */
  .yext-answers .pr-xl-3,
  .yext-answers .px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 5774, ../../scss/answers/results.scss */
  .yext-answers .pb-xl-3,
  .yext-answers .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 5778, ../../scss/answers/results.scss */
  .yext-answers .pl-xl-3,
  .yext-answers .px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 5782, ../../scss/answers/results.scss */
  .yext-answers .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 5785, ../../scss/answers/results.scss */
  .yext-answers .pt-xl-4,
  .yext-answers .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 5789, ../../scss/answers/results.scss */
  .yext-answers .pr-xl-4,
  .yext-answers .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 5793, ../../scss/answers/results.scss */
  .yext-answers .pb-xl-4,
  .yext-answers .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 5797, ../../scss/answers/results.scss */
  .yext-answers .pl-xl-4,
  .yext-answers .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 5801, ../../scss/answers/results.scss */
  .yext-answers .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 5804, ../../scss/answers/results.scss */
  .yext-answers .pt-xl-5,
  .yext-answers .py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 5808, ../../scss/answers/results.scss */
  .yext-answers .pr-xl-5,
  .yext-answers .px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 5812, ../../scss/answers/results.scss */
  .yext-answers .pb-xl-5,
  .yext-answers .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 5816, ../../scss/answers/results.scss */
  .yext-answers .pl-xl-5,
  .yext-answers .px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 5820, ../../scss/answers/results.scss */
  .yext-answers .m-xl-auto {
    margin: auto !important;
  }
  /* line 5823, ../../scss/answers/results.scss */
  .yext-answers .mt-xl-auto,
  .yext-answers .my-xl-auto {
    margin-top: auto !important;
  }
  /* line 5827, ../../scss/answers/results.scss */
  .yext-answers .mr-xl-auto,
  .yext-answers .mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 5831, ../../scss/answers/results.scss */
  .yext-answers .mb-xl-auto,
  .yext-answers .my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 5835, ../../scss/answers/results.scss */
  .yext-answers .ml-xl-auto,
  .yext-answers .mx-xl-auto {
    margin-left: auto !important;
  }
}
/* line 5838, ../../scss/answers/results.scss */
.yext-answers .text-justify {
  text-align: justify !important;
}
/* line 5841, ../../scss/answers/results.scss */
.yext-answers .text-nowrap {
  white-space: nowrap !important;
}
/* line 5844, ../../scss/answers/results.scss */
.yext-answers .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 5849, ../../scss/answers/results.scss */
.yext-answers .text-left {
  text-align: left !important;
}
/* line 5852, ../../scss/answers/results.scss */
.yext-answers .text-right {
  text-align: right !important;
}
/* line 5855, ../../scss/answers/results.scss */
.yext-answers .text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  /* line 5859, ../../scss/answers/results.scss */
  .yext-answers .text-sm-left {
    text-align: left !important;
  }
  /* line 5862, ../../scss/answers/results.scss */
  .yext-answers .text-sm-right {
    text-align: right !important;
  }
  /* line 5865, ../../scss/answers/results.scss */
  .yext-answers .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  /* line 5868, ../../scss/answers/results.scss */
  .yext-answers .text-md-left {
    text-align: left !important;
  }
  /* line 5871, ../../scss/answers/results.scss */
  .yext-answers .text-md-right {
    text-align: right !important;
  }
  /* line 5874, ../../scss/answers/results.scss */
  .yext-answers .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  /* line 5877, ../../scss/answers/results.scss */
  .yext-answers .text-lg-left {
    text-align: left !important;
  }
  /* line 5880, ../../scss/answers/results.scss */
  .yext-answers .text-lg-right {
    text-align: right !important;
  }
  /* line 5883, ../../scss/answers/results.scss */
  .yext-answers .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  /* line 5886, ../../scss/answers/results.scss */
  .yext-answers .text-xl-left {
    text-align: left !important;
  }
  /* line 5889, ../../scss/answers/results.scss */
  .yext-answers .text-xl-right {
    text-align: right !important;
  }
  /* line 5892, ../../scss/answers/results.scss */
  .yext-answers .text-xl-center {
    text-align: center !important;
  }
}
/* line 5894, ../../scss/answers/results.scss */
.yext-answers .text-lowercase {
  text-transform: lowercase !important;
}
/* line 5897, ../../scss/answers/results.scss */
.yext-answers .text-uppercase {
  text-transform: uppercase !important;
}
/* line 5900, ../../scss/answers/results.scss */
.yext-answers .text-capitalize {
  text-transform: capitalize !important;
}
/* line 5903, ../../scss/answers/results.scss */
.yext-answers .font-weight-light {
  font-weight: 300 !important;
}
/* line 5906, ../../scss/answers/results.scss */
.yext-answers .font-weight-normal {
  font-weight: 400 !important;
}
/* line 5909, ../../scss/answers/results.scss */
.yext-answers .font-weight-bold {
  font-weight: 700 !important;
}
/* line 5912, ../../scss/answers/results.scss */
.yext-answers .font-italic {
  font-style: italic !important;
}
/* line 5915, ../../scss/answers/results.scss */
.yext-answers .text-white {
  color: #fff !important;
}
/* line 5918, ../../scss/answers/results.scss */
.yext-answers .text-primary {
  color: #c11626 !important;
}
/* line 5921, ../../scss/answers/results.scss */
.yext-answers a.text-primary:hover, .yext-answers a.text-primary:focus {
  color: #93111d !important;
}
/* line 5924, ../../scss/answers/results.scss */
.yext-answers .text-secondary {
  color: #6c757d !important;
}
/* line 5927, ../../scss/answers/results.scss */
.yext-answers a.text-secondary:hover, .yext-answers a.text-secondary:focus {
  color: #545b62 !important;
}
/* line 5930, ../../scss/answers/results.scss */
.yext-answers .text-success {
  color: #28a745 !important;
}
/* line 5933, ../../scss/answers/results.scss */
.yext-answers a.text-success:hover, .yext-answers a.text-success:focus {
  color: #1e7e34 !important;
}
/* line 5936, ../../scss/answers/results.scss */
.yext-answers .text-info {
  color: #17a2b8 !important;
}
/* line 5939, ../../scss/answers/results.scss */
.yext-answers a.text-info:hover, .yext-answers a.text-info:focus {
  color: #117a8b !important;
}
/* line 5942, ../../scss/answers/results.scss */
.yext-answers .text-warning {
  color: #ffc107 !important;
}
/* line 5945, ../../scss/answers/results.scss */
.yext-answers a.text-warning:hover, .yext-answers a.text-warning:focus {
  color: #d39e00 !important;
}
/* line 5948, ../../scss/answers/results.scss */
.yext-answers .text-danger {
  color: #dc3545 !important;
}
/* line 5951, ../../scss/answers/results.scss */
.yext-answers a.text-danger:hover, .yext-answers a.text-danger:focus {
  color: #bd2130 !important;
}
/* line 5954, ../../scss/answers/results.scss */
.yext-answers .text-light {
  color: #f8f9fa !important;
}
/* line 5957, ../../scss/answers/results.scss */
.yext-answers a.text-light:hover, .yext-answers a.text-light:focus {
  color: #dae0e5 !important;
}
/* line 5960, ../../scss/answers/results.scss */
.yext-answers .text-dark {
  color: #343a40 !important;
}
/* line 5963, ../../scss/answers/results.scss */
.yext-answers a.text-dark:hover, .yext-answers a.text-dark:focus {
  color: #1d2124 !important;
}
/* line 5966, ../../scss/answers/results.scss */
.yext-answers .text-muted {
  color: #6c757d !important;
}
/* line 5969, ../../scss/answers/results.scss */
.yext-answers .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/* line 5976, ../../scss/answers/results.scss */
.yext-answers .visible {
  visibility: visible !important;
}
/* line 5979, ../../scss/answers/results.scss */
.yext-answers .invisible {
  visibility: hidden !important;
}
@media print {
  /* line 5983, ../../scss/answers/results.scss */
  .yext-answers *,
  .yext-answers *::before,
  .yext-answers *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 5989, ../../scss/answers/results.scss */
  .yext-answers a:not(.btn) {
    text-decoration: underline;
  }
  /* line 5992, ../../scss/answers/results.scss */
  .yext-answers abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 5995, ../../scss/answers/results.scss */
  .yext-answers pre {
    white-space: pre-wrap !important;
  }
  /* line 5998, ../../scss/answers/results.scss */
  .yext-answers pre,
  .yext-answers blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 6003, ../../scss/answers/results.scss */
  .yext-answers thead {
    display: table-header-group;
  }
  /* line 6006, ../../scss/answers/results.scss */
  .yext-answers tr,
  .yext-answers img {
    page-break-inside: avoid;
  }
  /* line 6010, ../../scss/answers/results.scss */
  .yext-answers p,
  .yext-answers h2,
  .yext-answers h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 6016, ../../scss/answers/results.scss */
  .yext-answers h2,
  .yext-answers h3 {
    page-break-after: avoid;
  }
  @page {
    /* line 1, ../../scss/answers/results.scss */
    .yext-answers {
      size: a3;
    }
  }
  /* line 6022, ../../scss/answers/results.scss */
  .yext-answers body {
    min-width: 992px !important;
  }
  /* line 6025, ../../scss/answers/results.scss */
  .yext-answers .container {
    min-width: 992px !important;
  }
  /* line 6028, ../../scss/answers/results.scss */
  .yext-answers .navbar {
    display: none;
  }
  /* line 6031, ../../scss/answers/results.scss */
  .yext-answers .badge {
    border: 1px solid #000;
  }
  /* line 6034, ../../scss/answers/results.scss */
  .yext-answers .table {
    border-collapse: collapse !important;
  }
  /* line 6036, ../../scss/answers/results.scss */
  .yext-answers .table td,
  .yext-answers .table th {
    background-color: #fff !important;
  }
  /* line 6040, ../../scss/answers/results.scss */
  .yext-answers .table-bordered th,
  .yext-answers .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 6043, ../../scss/answers/results.scss */
.yext-answers .icon-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  cursor: pointer;
  color: #212529;
}
/* line 6052, ../../scss/answers/results.scss */
.yext-answers .icon-btn:hover {
  background-color: #dee2e6;
}
/* line 6055, ../../scss/answers/results.scss */
.yext-answers svg #icon {
  fill: black;
}
/* line 6058, ../../scss/answers/results.scss */
.yext-answers body {
  background-color: #E9E9E9;
}
/* line 6061, ../../scss/answers/results.scss */
.yext-answers .answers-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: calc(100vh - 60px);
  padding-bottom: 1rem;
  margin-top: 60px;
  background-color: #E9E9E9;
}
@media only screen and (min-width: 650px) {
  /* line 6070, ../../scss/answers/results.scss */
  .yext-answers .answers-container {
    margin-top: 0;
  }
}
@font-face {
  /* line 1, ../../scss/answers/results.scss */
  .yext-answers {
    font-family: 'Yext-Answers';
    src: url("https://www.yext.ca/yext-icon-fonts/Yext-Answers.eot?z8i5oi");
    src: url("https://www.yext.ca/yext-icon-fonts/Yext-Answers.eot?z8i5oi#iefix") format("embedded-opentype"), url("https://www.yext.ca/yext-icon-fonts/Yext-Answers.ttf?z8i5oi") format("truetype"), url("https://www.yext.ca/yext-icon-fonts/Yext-Answers.woff?z8i5oi") format("woff"), url("https://www.yext.ca/yext-icon-fonts/Yext-Answers.svg?z8i5oi#Yext-Answers") format("svg");
    font-weight: normal;
    font-style: normal;
  }
}
/* line 6079, ../../scss/answers/results.scss */
.yext-answers [class^="icon-"], .yext-answers [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Yext-Answers' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.3em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 6093, ../../scss/answers/results.scss */
.yext-answers .icon-yext:before {
  content: "\e900";
}
/* line 6096, ../../scss/answers/results.scss */
.yext-answers .icon-search:before {
  content: "\e901";
}
/* line 6099, ../../scss/answers/results.scss */
.yext-answers .icon-close:before {
  content: "\e902";
}
/* line 6102, ../../scss/answers/results.scss */
.yext-answers .icon-hamburger-menu:before {
  content: "\e903";
}
/* line 6105, ../../scss/answers/results.scss */
.yext-answers .icon-filters:before {
  content: "\e904";
}
/* line 6108, ../../scss/answers/results.scss */
.yext-answers .icon-location-solid:before {
  content: "\e905";
}
/* line 6111, ../../scss/answers/results.scss */
.yext-answers .icon-location-hollow:before {
  content: "\e906";
}
/* line 6114, ../../scss/answers/results.scss */
.yext-answers .icon-event:before {
  content: "\e907";
}
/* line 6117, ../../scss/answers/results.scss */
.yext-answers .icon-feedback:before {
  content: "\e908";
}
/* line 6120, ../../scss/answers/results.scss */
.yext-answers .icon-person:before {
  content: "\e909";
}
/* line 6123, ../../scss/answers/results.scss */
.yext-answers .icon-faq:before {
  content: "\e90a";
}
/* line 6126, ../../scss/answers/results.scss */
.yext-answers .icon-office:before {
  content: "\e90b";
}
/* line 6129, ../../scss/answers/results.scss */
.yext-answers .icon-financial-advisor:before {
  content: "\e90c";
}
/* line 6132, ../../scss/answers/results.scss */
.yext-answers .icon-directions:before {
  content: "\e90d";
}
/* line 6135, ../../scss/answers/results.scss */
.yext-answers .icon-call:before {
  content: "\e90e";
}
/* line 6138, ../../scss/answers/results.scss */
.yext-answers .icon-phone:before {
  content: "\e90f";
}
/* line 6141, ../../scss/answers/results.scss */
.yext-answers .icon-thumbsup-outline:before {
  content: "\e910";
}
/* line 6144, ../../scss/answers/results.scss */
.yext-answers .icon-thumbsup-solid:before {
  content: "\e911";
}
/* line 6147, ../../scss/answers/results.scss */
.yext-answers .icon-thumbsdown-outline:before {
  content: "\e912";
}
/* line 6150, ../../scss/answers/results.scss */
.yext-answers .icon-thumbsdown-solid:before {
  content: "\e913";
}
/* line 6153, ../../scss/answers/results.scss */
.yext-answers .icon-event-add:before {
  content: "\e914";
}
/* line 6156, ../../scss/answers/results.scss */
.yext-answers .icon-locate:before {
  content: "\e915";
}
/* line 6159, ../../scss/answers/results.scss */
.yext-answers .icon-zoom-in:before {
  content: "\e916";
}
/* line 6162, ../../scss/answers/results.scss */
.yext-answers .icon-zoom-out:before {
  content: "\e917";
}
/* line 6165, ../../scss/answers/results.scss */
.yext-answers .icon-clock:before {
  content: "\e918";
}
/* line 6168, ../../scss/answers/results.scss */
.yext-answers .yxt-Results-items, .yext-answers .yext-result-items {
  padding: 0;
  margin: 0;
}
/* line 6171, ../../scss/answers/results.scss */
.yext-answers .yxt-Results-items .answers-result-item, .yext-answers .yxt-Results-items .yxt-Result-item, .yext-answers .yext-result-items .answers-result-item, .yext-answers .yext-result-items .yxt-Result-item {
  background-color: #F8F8F8;
  padding: 11px 16px;
  border-bottom: 1px solid #E9E9E9;
}
/* line 6175, ../../scss/answers/results.scss */
.yext-answers .yxt-Results-items .answers-result-item:last-child, .yext-answers .yxt-Results-items .yxt-Result-item:last-child, .yext-answers .yext-result-items .answers-result-item:last-child, .yext-answers .yext-result-items .yxt-Result-item:last-child {
  border-bottom: 0px;
}
/* line 6177, ../../scss/answers/results.scss */
.yext-answers .yxt-Results-items .answers-result-item.expandable:hover, .yext-answers .yxt-Results-items .yxt-Result-item.expandable:hover, .yext-answers .yext-result-items .answers-result-item.expandable:hover, .yext-answers .yext-result-items .yxt-Result-item.expandable:hover {
  cursor: pointer;
  background-color: #E9E9E9;
}
/* line 6180, ../../scss/answers/results.scss */
.yext-answers .yxt-Results-items .answers-result-item.expandable .show-on-expand, .yext-answers .yxt-Results-items .yxt-Result-item.expandable .show-on-expand, .yext-answers .yext-result-items .answers-result-item.expandable .show-on-expand, .yext-answers .yext-result-items .yxt-Result-item.expandable .show-on-expand {
  display: none;
}
/* line 6182, ../../scss/answers/results.scss */
.yext-answers .yxt-Results-items .answers-result-item.expandable .hide-on-expand, .yext-answers .yxt-Results-items .yxt-Result-item.expandable .hide-on-expand, .yext-answers .yext-result-items .answers-result-item.expandable .hide-on-expand, .yext-answers .yext-result-items .yxt-Result-item.expandable .hide-on-expand {
  display: block;
}
/* line 6184, ../../scss/answers/results.scss */
.yext-answers .yxt-Results-items .answers-result-item.expandable.expanded .show-on-expand, .yext-answers .yxt-Results-items .yxt-Result-item.expandable.expanded .show-on-expand, .yext-answers .yext-result-items .answers-result-item.expandable.expanded .show-on-expand, .yext-answers .yext-result-items .yxt-Result-item.expandable.expanded .show-on-expand {
  display: block;
}
/* line 6186, ../../scss/answers/results.scss */
.yext-answers .yxt-Results-items .answers-result-item.expandable.expanded .hide-on-expand, .yext-answers .yxt-Results-items .yxt-Result-item.expandable.expanded .hide-on-expand, .yext-answers .yext-result-items .answers-result-item.expandable.expanded .hide-on-expand, .yext-answers .yext-result-items .yxt-Result-item.expandable.expanded .hide-on-expand {
  display: none;
}
/* line 6188, ../../scss/answers/results.scss */
.yext-answers .yxt-Results-items .answers-result-item .yxt-Result-wrapper, .yext-answers .yxt-Results-items .yxt-Result-item .yxt-Result-wrapper, .yext-answers .yext-result-items .answers-result-item .yxt-Result-wrapper, .yext-answers .yext-result-items .yxt-Result-item .yxt-Result-wrapper {
  padding: 0px;
  background-color: #F8F8F8;
}
/* line 6191, ../../scss/answers/results.scss */
.yext-answers .yxt-Results-items .answers-result-item .answers-big-date, .yext-answers .yxt-Results-items .yxt-Result-item .answers-big-date, .yext-answers .yext-result-items .answers-result-item .answers-big-date, .yext-answers .yext-result-items .yxt-Result-item .answers-big-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* line 6196, ../../scss/answers/results.scss */
.yext-answers .yxt-Results-items .answers-result-item .answers-big-date .answers-big-date-day, .yext-answers .yxt-Results-items .yxt-Result-item .answers-big-date .answers-big-date-day, .yext-answers .yext-result-items .answers-result-item .answers-big-date .answers-big-date-day, .yext-answers .yext-result-items .yxt-Result-item .answers-big-date .answers-big-date-day {
  font-size: 1.75rem;
}
/* line 6198, ../../scss/answers/results.scss */
.yext-answers .yxt-Results-items .answers-result-item .answers-big-date .answers-big-date-month, .yext-answers .yxt-Results-items .yxt-Result-item .answers-big-date .answers-big-date-month, .yext-answers .yext-result-items .answers-result-item .answers-big-date .answers-big-date-month, .yext-answers .yext-result-items .yxt-Result-item .answers-big-date .answers-big-date-month {
  color: #6b6b6b;
  text-transform: uppercase;
  letter-spacing: 0.35px;
}
/* line 6202, ../../scss/answers/results.scss */
.yext-answers .yxt-Results-items .answers-result-item .answers-image, .yext-answers .yxt-Results-items .yxt-Result-item .answers-image, .yext-answers .yext-result-items .answers-result-item .answers-image, .yext-answers .yext-result-items .yxt-Result-item .answers-image {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #E9E9E9;
  flex: 0 0 auto;
  margin-right: 10px;
}
/* line 6211, ../../scss/answers/results.scss */
.yext-answers .yxt-Results-items .answers-result-item .answers-result-item-content, .yext-answers .yxt-Results-items .yxt-Result-item .answers-result-item-content, .yext-answers .yext-result-items .answers-result-item .answers-result-item-content, .yext-answers .yext-result-items .yxt-Result-item .answers-result-item-content {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}
/* line 6215, ../../scss/answers/results.scss */
.yext-answers .yxt-Results-items .answers-result-item .answers-result-item-content .answers-ctas, .yext-answers .yxt-Results-items .yxt-Result-item .answers-result-item-content .answers-ctas, .yext-answers .yext-result-items .answers-result-item .answers-result-item-content .answers-ctas, .yext-answers .yext-result-items .yxt-Result-item .answers-result-item-content .answers-ctas {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  /* line 6219, ../../scss/answers/results.scss */
  .yext-answers .yxt-Results-items .answers-result-item .answers-result-item-content .answers-ctas, .yext-answers .yxt-Results-items .yxt-Result-item .answers-result-item-content .answers-ctas, .yext-answers .yext-result-items .answers-result-item .answers-result-item-content .answers-ctas, .yext-answers .yext-result-items .yxt-Result-item .answers-result-item-content .answers-ctas {
    align-items: flex-start;
    flex-direction: column;
  }
}
/* line 6222, ../../scss/answers/results.scss */
.yext-answers .yxt-Results-items .answers-result-item .answers-result-item-content .answers-ctas .answers-cta, .yext-answers .yxt-Results-items .yxt-Result-item .answers-result-item-content .answers-ctas .answers-cta, .yext-answers .yext-result-items .answers-result-item .answers-result-item-content .answers-ctas .answers-cta, .yext-answers .yext-result-items .yxt-Result-item .answers-result-item-content .answers-ctas .answers-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.0rem 1.0rem;
  border-radius: 7px;
}
@media only screen and (max-width: 576px) {
  /* line 6230, ../../scss/answers/results.scss */
  .yext-answers .yxt-Results-items .answers-result-item .answers-result-item-content .answers-ctas .answers-cta, .yext-answers .yxt-Results-items .yxt-Result-item .answers-result-item-content .answers-ctas .answers-cta, .yext-answers .yext-result-items .answers-result-item .answers-result-item-content .answers-ctas .answers-cta, .yext-answers .yext-result-items .yxt-Result-item .answers-result-item-content .answers-ctas .answers-cta {
    padding: .5rem 1rem 0rem 0rem;
    flex-direction: unset;
  }
}
/* line 6233, ../../scss/answers/results.scss */
.yext-answers .yxt-Results-items .answers-result-item .answers-result-item-content .answers-ctas .answers-cta:hover, .yext-answers .yxt-Results-items .yxt-Result-item .answers-result-item-content .answers-ctas .answers-cta:hover, .yext-answers .yext-result-items .answers-result-item .answers-result-item-content .answers-ctas .answers-cta:hover, .yext-answers .yext-result-items .yxt-Result-item .answers-result-item-content .answers-ctas .answers-cta:hover {
  text-decoration: none;
  background-color: #E9E9E9;
}
/* line 6236, ../../scss/answers/results.scss */
.yext-answers .yxt-Results-items .answers-result-item .answers-result-item-content .answers-ctas .answers-cta .answers-cta-icon, .yext-answers .yxt-Results-items .yxt-Result-item .answers-result-item-content .answers-ctas .answers-cta .answers-cta-icon, .yext-answers .yext-result-items .answers-result-item .answers-result-item-content .answers-ctas .answers-cta .answers-cta-icon, .yext-answers .yext-result-items .yxt-Result-item .answers-result-item-content .answers-ctas .answers-cta .answers-cta-icon {
  font-size: 1.4em;
  margin-bottom: 8px;
}
@media only screen and (max-width: 576px) {
  /* line 6240, ../../scss/answers/results.scss */
  .yext-answers .yxt-Results-items .answers-result-item .answers-result-item-content .answers-ctas .answers-cta .answers-cta-icon, .yext-answers .yxt-Results-items .yxt-Result-item .answers-result-item-content .answers-ctas .answers-cta .answers-cta-icon, .yext-answers .yext-result-items .answers-result-item .answers-result-item-content .answers-ctas .answers-cta .answers-cta-icon, .yext-answers .yext-result-items .yxt-Result-item .answers-result-item-content .answers-ctas .answers-cta .answers-cta-icon {
    margin: 0px 8px 0px 0px;
  }
}
/* line 6242, ../../scss/answers/results.scss */
.yext-answers .yxt-Results-items .answers-result-item .answers-result-item-content .answers-ctas .answers-cta .answers-cta-label, .yext-answers .yxt-Results-items .yxt-Result-item .answers-result-item-content .answers-ctas .answers-cta .answers-cta-label, .yext-answers .yext-result-items .answers-result-item .answers-result-item-content .answers-ctas .answers-cta .answers-cta-label, .yext-answers .yext-result-items .yxt-Result-item .answers-result-item-content .answers-ctas .answers-cta .answers-cta-label {
  text-transform: uppercase;
  letter-spacing: 0.35px;
  font-size: 14px;
  white-space: nowrap;
}
/* line 6247, ../../scss/answers/results.scss */
.yext-answers .yxt-Results-items .answers-result-item .answers-item-title, .yext-answers .yxt-Results-items .yxt-Result-item .answers-item-title, .yext-answers .yext-result-items .answers-result-item .answers-item-title, .yext-answers .yext-result-items .yxt-Result-item .answers-item-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 7px;
  display: block;
}
/* line 6253, ../../scss/answers/results.scss */
.yext-answers .yxt-Results-items .answers-result-item .answers-item-title-link, .yext-answers .yxt-Results-items .answers-result-item .yxt-Result-title, .yext-answers .yxt-Results-items .yxt-Result-item .answers-item-title-link, .yext-answers .yxt-Results-items .yxt-Result-item .yxt-Result-title, .yext-answers .yext-result-items .answers-result-item .answers-item-title-link, .yext-answers .yext-result-items .answers-result-item .yxt-Result-title, .yext-answers .yext-result-items .yxt-Result-item .answers-item-title-link, .yext-answers .yext-result-items .yxt-Result-item .yxt-Result-title {
  font-size: 16px;
}
/* line 6255, ../../scss/answers/results.scss */
.yext-answers .yxt-Results-items .answers-result-item .yxt-Result-item-link, .yext-answers .yxt-Results-items .yxt-Result-item .yxt-Result-item-link, .yext-answers .yext-result-items .answers-result-item .yxt-Result-item-link, .yext-answers .yext-result-items .yxt-Result-item .yxt-Result-item-link {
  color: #122b63;
  font-weight: unset;
}
/* line 6258, ../../scss/answers/results.scss */
.yext-answers .yxt-Results-items .answers-result-item .answers-item-subtitle, .yext-answers .yxt-Results-items .yxt-Result-item .answers-item-subtitle, .yext-answers .yext-result-items .answers-result-item .answers-item-subtitle, .yext-answers .yext-result-items .yxt-Result-item .answers-item-subtitle {
  font-size: 14px;
  color: #6b6b6b;
  line-height: 17px;
  margin-bottom: 5px;
}
/* line 6263, ../../scss/answers/results.scss */
.yext-answers .yxt-Results-items .answers-result-item .answers-item-description, .yext-answers .yxt-Results-items .answers-result-item .yxt-Result-details, .yext-answers .yxt-Results-items .yxt-Result-item .answers-item-description, .yext-answers .yxt-Results-items .yxt-Result-item .yxt-Result-details, .yext-answers .yext-result-items .answers-result-item .answers-item-description, .yext-answers .yext-result-items .answers-result-item .yxt-Result-details, .yext-answers .yext-result-items .yxt-Result-item .answers-item-description, .yext-answers .yext-result-items .yxt-Result-item .yxt-Result-details {
  font-size: 14px;
  line-height: 17px;
}
/* line 6266, ../../scss/answers/results.scss */
.yext-answers .yxt-Results-items .answers-result-item .answers-item-attribute-title, .yext-answers .yxt-Results-items .yxt-Result-item .answers-item-attribute-title, .yext-answers .yext-result-items .answers-result-item .answers-item-attribute-title, .yext-answers .yext-result-items .yxt-Result-item .answers-item-attribute-title {
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  margin-bottom: 3px;
  margin-top: 10px;
}
/* line 6272, ../../scss/answers/results.scss */
.yext-answers .yxt-Results-items .answers-result-item .answers-item-attribute-list, .yext-answers .yxt-Results-items .yxt-Result-item .answers-item-attribute-list, .yext-answers .yext-result-items .answers-result-item .answers-item-attribute-list, .yext-answers .yext-result-items .yxt-Result-item .answers-item-attribute-list {
  font-size: 14px;
  line-height: 20px;
  padding-left: 23px;
}
/* line 6277, ../../scss/answers/results.scss */
.yext-answers .results-container {
  width: 100%;
  max-width: 650px;
  margin-top: 30px;
}
/* line 6283, ../../scss/answers/results.scss */
.yext-answers .answers-result-list {
  border: 1px solid #DCDCDC;
  margin-top: 15px;
  background-color: white;
  width: 650px;
  max-width: 100%;
  border-radius: 0px;
  overflow: hidden;
  padding: 0px;
}
/* line 6292, ../../scss/answers/results.scss */
.yext-answers .answers-result-list:first-child {
  margin-top: 18px;
}
/* line 6294, ../../scss/answers/results.scss */
.yext-answers .answers-result-list .yext-map-container {
  border-bottom: 1px solid #E9E9E9;
}
/* line 6296, ../../scss/answers/results.scss */
.yext-answers .answers-result-list .yext-map-container img {
  width: 100%;
}
/* line 6298, ../../scss/answers/results.scss */
.yext-answers .answers-result-list .answers-list-header {
  display: flex;
  justify-content: space-between;
  padding: 11px 16px;
  font-size: 14px;
  align-items: center;
  height: 50px;
  border-bottom: 1px solid #E9E9E9;
  background-color: #F8F8F8;
  vertical-align: middle;
  line-height: 50px;
}
/* line 6309, ../../scss/answers/results.scss */
.yext-answers .answers-result-list .answers-list-header .answers-list-header-title {
  color: #6b6b6b;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
/* line 6316, ../../scss/answers/results.scss */
.yext-answers .answers-result-list .answers-list-header .answers-list-header-title .answers-list-header-title-icon {
  padding-right: 10px;
}
/* line 6318, ../../scss/answers/results.scss */
.yext-answers .answers-result-list .answers-list-header .view-more-link {
  display: flex;
  align-items: center;
}
/* line 6321, ../../scss/answers/results.scss */
.yext-answers .answers-result-list .answers-list-header .view-more-link .fal {
  font-size: 0.7em;
  margin-left: 3px;
}
/* line 6325, ../../scss/answers/results.scss */
.yext-answers .search-bar-container {
  width: 100%;
  max-width: 650px;
}
@media only screen and (min-width: 650px) {
  /* line 6329, ../../scss/answers/results.scss */
  .yext-answers .search-bar-container {
    background-color: transparent;
    padding-top: 30px;
  }
}
/* line 6332, ../../scss/answers/results.scss */
.yext-answers .search-bar-container h1 {
  display: none;
}
/* line 6334, ../../scss/answers/results.scss */
.yext-answers .search-bar-container .yext-search-container {
  position: relative;
  width: 100%;
}
/* line 6337, ../../scss/answers/results.scss */
.yext-answers .search-bar-container .yext-search-container .yext-search-query label {
  display: none;
}
/* line 6339, ../../scss/answers/results.scss */
.yext-answers .search-bar-container .yext-search-container .yext-search-query form {
  width: 100%;
  display: flex;
  background-color: white;
  padding: 0 16px;
  height: 55px;
  display: flex;
  align-items: center;
  background-color: white;
  overflow: hidden;
  padding-right: 10px;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 0px;
}
@media only screen and (min-width: 650px) {
  /* line 6354, ../../scss/answers/results.scss */
  .yext-answers .search-bar-container .yext-search-container .yext-search-query form {
    border: 1px solid #DCDCDC;
    border-radius: 0px;
    height: 48px;
  }
}
/* line 6358, ../../scss/answers/results.scss */
.yext-answers .search-bar-container .yext-search-container .yext-search-query form .js-yext-query {
  flex-grow: 1;
  border: none;
  outline: none;
  color: #212121;
}
/* line 6363, ../../scss/answers/results.scss */
.yext-answers .search-bar-container .yext-search-container .yext-search-query form .icon {
  color: #757575;
}
/* line 6365, ../../scss/answers/results.scss */
.yext-answers .search-bar-container .yext-search-container .yext-search-query form .js-yext-query-submit {
  display: none;
  border: none;
  outline: none;
  background-color: #c11626;
  color: white;
  border-radius: 0px;
  height: 35px;
  padding: 0 20px;
  text-transform: uppercase;
}
/* line 6375, ../../scss/answers/results.scss */
.yext-answers .search-bar-container .yext-search-container .yext-search-query form .js-yext-query-submit:hover {
  cursor: pointer;
  background-color: #650c14;
}
/* line 6378, ../../scss/answers/results.scss */
.yext-answers .search-bar-container .yxt-SearchBar-autocomplete {
  position: relative;
  width: 100%;
}
/* line 6381, ../../scss/answers/results.scss */
.yext-answers .search-bar-container .yxt-SearchBar-autocomplete .yxt-AutoComplete {
  background-color: white;
  max-width: 650px;
  width: 100%;
  border-top: none;
  position: absolute;
  z-index: 100;
  padding: 0;
}
/* line 6389, ../../scss/answers/results.scss */
.yext-answers .search-bar-container .yxt-SearchBar-autocomplete .yxt-AutoComplete:before {
  content: none;
}
/* line 6391, ../../scss/answers/results.scss */
.yext-answers .search-bar-container .yxt-SearchBar-autocomplete .yxt-AutoComplete .yxt-AutoComplete-results {
  padding: 0;
  margin: 0;
}
/* line 6394, ../../scss/answers/results.scss */
.yext-answers .search-bar-container .yxt-SearchBar-autocomplete .yxt-AutoComplete .yxt-AutoComplete-results .yext-autocomplete-prompt-header {
  padding: 11px 16px;
  list-style: none;
  border-left: 1px solid #DCDCDC;
  border-right: 1px solid #DCDCDC;
  color: #c11626;
  font-weight: bold;
}
/* line 6401, ../../scss/answers/results.scss */
.yext-answers .search-bar-container .yxt-SearchBar-autocomplete .yxt-AutoComplete .yxt-AutoComplete-results .yext-autocomplete-option, .yext-answers .search-bar-container .yxt-SearchBar-autocomplete .yxt-AutoComplete .yxt-AutoComplete-results .yxt-AutoComplete-option {
  padding: 11px 16px;
  list-style: none;
  border-left: 1px solid #DCDCDC;
  border-right: 1px solid #DCDCDC;
}
/* line 6406, ../../scss/answers/results.scss */
.yext-answers .search-bar-container .yxt-SearchBar-autocomplete .yxt-AutoComplete .yxt-AutoComplete-results .yext-autocomplete-option:last-child, .yext-answers .search-bar-container .yxt-SearchBar-autocomplete .yxt-AutoComplete .yxt-AutoComplete-results .yxt-AutoComplete-option:last-child {
  border-bottom: 1px solid #DCDCDC;
}
/* line 6408, ../../scss/answers/results.scss */
.yext-answers .search-bar-container .yxt-SearchBar-autocomplete .yxt-AutoComplete .yxt-AutoComplete-results .yext-autocomplete-option:hover, .yext-answers .search-bar-container .yxt-SearchBar-autocomplete .yxt-AutoComplete .yxt-AutoComplete-results .yext-autocomplete-option.yext-selected, .yext-answers .search-bar-container .yxt-SearchBar-autocomplete .yxt-AutoComplete .yxt-AutoComplete-results .yxt-AutoComplete-option:hover, .yext-answers .search-bar-container .yxt-SearchBar-autocomplete .yxt-AutoComplete .yxt-AutoComplete-results .yxt-AutoComplete-option.yext-selected {
  cursor: pointer;
  background-color: #E9E9E9;
}
/* line 6424, ../../scss/answers/results.scss */
.yext-answers .header-bar {
  padding: 14px 16px;
  background-color: #c11626;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.25rem;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
}
@media only screen and (min-width: 650px) {
  /* line 6440, ../../scss/answers/results.scss */
  .yext-answers .header-bar {
    position: static;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  }
}
/* line 6443, ../../scss/answers/results.scss */
.yext-answers .header-bar.old {
  background-color: white;
  color: black;
  box-shadow: none;
}
/* line 6447, ../../scss/answers/results.scss */
.yext-answers .header-bar .logo, .yext-answers .header-bar .icon {
  width: 50px;
  color: #bbbbbb;
}
/* line 6450, ../../scss/answers/results.scss */
.yext-answers .header-bar .icon {
  display: flex;
  justify-content: flex-end;
  color: #bbbbbb;
}
/* line 6454, ../../scss/answers/results.scss */
.yext-answers .header-bar .icon .menu {
  display: none;
}
/* line 6456, ../../scss/answers/results.scss */
.yext-answers .header-bar .icon .closeout {
  display: block;
}
@media only screen and (min-width: 650px) {
  /* line 6459, ../../scss/answers/results.scss */
  .yext-answers .header-bar .icon .menu {
    display: block;
  }
  /* line 6461, ../../scss/answers/results.scss */
  .yext-answers .header-bar .icon .closeout {
    display: none;
  }
}
/* line 6464, ../../scss/answers/results.scss */
.yext-answers .navigation-container-container {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #DCDCDC;
  width: 100%;
}
/* line 6469, ../../scss/answers/results.scss */
.yext-answers .navigation-container-container .navigation-container {
  width: 100%;
  max-width: 650px;
}
/* line 6472, ../../scss/answers/results.scss */
.yext-answers .navigation-container-container .navigation-container .yext-nav {
  overflow-x: auto;
  background-color: white;
  display: flex;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 650px) {
  /* line 6478, ../../scss/answers/results.scss */
  .yext-answers .navigation-container-container .navigation-container .yext-nav {
    background-color: transparent;
    margin-top: 13px;
  }
}
/* line 6481, ../../scss/answers/results.scss */
.yext-answers .navigation-container-container .navigation-container .yext-nav .yext-nav-item {
  padding: 11px 16px;
  padding-bottom: 0px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  font-size: 14px;
  color: #6b6b6b;
  font-weight: bold;
}
/* line 6490, ../../scss/answers/results.scss */
.yext-answers .navigation-container-container .navigation-container .yext-nav .yext-nav-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}
/* line 6493, ../../scss/answers/results.scss */
.yext-answers .navigation-container-container .navigation-container .yext-nav .yext-nav-item.active {
  border-bottom: 2px solid #c11626;
  color: #c11626;
  font-weight: bold;
}
/* line 6497, ../../scss/answers/results.scss */
.yext-answers .navigation-container-container .navigation-container .yxt-Nav-container {
  overflow-x: auto;
  background-color: white;
  display: flex;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 650px) {
  /* line 6503, ../../scss/answers/results.scss */
  .yext-answers .navigation-container-container .navigation-container .yxt-Nav-container {
    background-color: transparent;
    margin-top: 13px;
  }
}
/* line 6506, ../../scss/answers/results.scss */
.yext-answers .navigation-container-container .navigation-container .yxt-Nav-container .yxt-Nav-item {
  padding: 11px 16px;
  padding-bottom: 0px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  font-size: 14px;
  color: #6b6b6b;
  font-weight: bold;
}
/* line 6515, ../../scss/answers/results.scss */
.yext-answers .navigation-container-container .navigation-container .yxt-Nav-container .yxt-Nav-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}
/* line 6518, ../../scss/answers/results.scss */
.yext-answers .navigation-container-container .navigation-container .yxt-Nav-container .yxt-Nav-item.is-active {
  border-bottom: 2px solid #c11626;
  color: #c11626;
  font-weight: bold;
}
/* line 6523, ../../scss/answers/results.scss */
.yext-answers .icon-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  cursor: pointer;
  color: #212529;
}
/* line 6532, ../../scss/answers/results.scss */
.yext-answers .icon-btn:hover {
  background-color: #dee2e6;
}
/* line 6535, ../../scss/answers/results.scss */
.yext-answers svg #icon {
  fill: black;
}
/* line 6538, ../../scss/answers/results.scss */
.yext-answers .background-iframe {
  border: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
/* line 6544, ../../scss/answers/results.scss */
.yext-answers .nav-button {
  position: absolute;
  right: 23px;
  top: 8px;
  height: 20px;
  padding: 3px 0;
  width: 100px;
  background-color: white;
  display: flex;
  font-size: 20px;
  justify-content: flex-end;
  align-items: center;
  color: #c11626;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 1024px) {
  /* line 6560, ../../scss/answers/results.scss */
  .yext-answers .nav-button {
    top: 13px;
    height: 35px;
    width: 63px;
    background-color: #f4f5f4;
    right: -1px;
  }
}
/* line 6567, ../../scss/answers/results.scss */
.yext-answers .floating-button {
  position: absolute;
  right: 20px;
  bottom: 20px;
  height: 65px;
  width: 65px;
  border-radius: 32.5px;
  background-color: #008938;
  display: flex;
  font-size: 32.5px;
  justify-content: center;
  align-items: center;
  color: white;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transform: translate3d(0, 0, 0);
}
/* line 6584, ../../scss/answers/results.scss */
.yext-answers .search-first {
  position: absolute;
  top: 116px;
  background-color: #c11626;
  padding: 3px 2px;
  display: flex;
  width: 100%;
  justify-content: center;
}
@media only screen and (min-width: 650px) {
  /* line 6593, ../../scss/answers/results.scss */
  .yext-answers .search-first {
    padding: 8px 0px;
  }
}
/* line 6595, ../../scss/answers/results.scss */
.yext-answers .search-first .search-bar-container {
  padding: 0;
}
/* line 6597, ../../scss/answers/results.scss */
.yext-answers .search-first .search-bar-container .yext-search-container .yext-search-query form {
  border: 0px;
  border-radius: 22px;
  overflow: hidden;
  border: 3px solid #c11626;
  height: 38px;
}
/* line 6603, ../../scss/answers/results.scss */
.yext-answers .search-first .search-bar-container .yext-search-container .yext-search-query form svg {
  margin-right: 0.5rem;
}
/* line 6605, ../../scss/answers/results.scss */
.yext-answers .search-first .search-bar-container .yext-search-container .yext-search-query form svg #icon {
  fill: #c11626;
}
/* line 6607, ../../scss/answers/results.scss */
.yext-answers .search-first .search-bar-container .yext-search-container .yext-search-query form input {
  font-size: 20px;
  color: #c11626;
}
/* line 6610, ../../scss/answers/results.scss */
.yext-answers .search-first .search-bar-container:focus-within .yext-search-query form {
  border-radius: 22px 22px 0px 0px;
  border-bottom: 0px;
}
/* line 6613, ../../scss/answers/results.scss */
.yext-answers .search-first .search-bar-container:focus-within .yext-search-autocomplete {
  top: 38px;
  border-radius: 0px 0px 22px 22px;
  overflow: hidden;
  border: 3px solid #c11626;
  border-top: 0px;
}
@media only screen and (min-width: 650px) {
  /* line 6620, ../../scss/answers/results.scss */
  .yext-answers .search-first .search-bar-container .yext-search-container .yext-search-query form {
    border-radius: 27px;
    height: 48px;
  }
  /* line 6623, ../../scss/answers/results.scss */
  .yext-answers .search-first .search-bar-container:focus-within .yext-search-query form {
    border-radius: 27px 27px 0px 0px;
  }
  /* line 6625, ../../scss/answers/results.scss */
  .yext-answers .search-first .search-bar-container:focus-within .yext-search-autocomplete {
    top: 48px;
    border-radius: 0px 0px 27px 27px;
  }
}
/* line 6629, ../../scss/answers/results.scss */
.yext-answers .floating-header {
  background-color: #c11626;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s ease;
  height: 0px;
  top: -136px;
  height: 126px;
}
/* line 6639, ../../scss/answers/results.scss */
.yext-answers .floating-header .close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  color: gray;
}
/* line 6644, ../../scss/answers/results.scss */
.yext-answers .floating-header .floating-header-inner {
  display: flex;
  padding: 2rem 4rem 1rem 4rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
/* line 6650, ../../scss/answers/results.scss */
.yext-answers .floating-header.expanded {
  top: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
/* line 6653, ../../scss/answers/results.scss */
.yext-answers .floating-header .search-bar-container .yext-search-container .yext-search-query form {
  border: 0px;
  border-bottom: 2px solid #c11626;
  background-color: transparent;
}
/* line 6657, ../../scss/answers/results.scss */
.yext-answers .floating-header .search-bar-container .yext-search-container .yext-search-query form svg #icon {
  fill: #c11626;
}
/* line 6659, ../../scss/answers/results.scss */
.yext-answers .floating-header .search-bar-container .yext-search-container .yext-search-query form input {
  margin-left: 1rem;
  font-size: 20px;
  color: #c11626;
  background-color: transparent;
}
/* line 6665, ../../scss/answers/results.scss */
.yext-answers .direct-answer-container {
  width: 650px;
  max-width: 100%;
}
/* line 6669, ../../scss/answers/results.scss */
.yext-answers .yxt-DirectAnswer {
  width: 650px;
  max-width: 100%;
  margin-top: 18px;
  border: 1px solid #DCDCDC;
}
/* line 6674, ../../scss/answers/results.scss */
.yext-answers .yxt-DirectAnswer .direct-answer-header, .yext-answers .yxt-DirectAnswer .yxt-DirectAnswer-title {
  border-bottom: 1px solid #E9E9E9;
  padding: 11px 16px;
  min-height: 50px;
  vertical-align: middle;
  line-height: 20px;
  display: flex;
  align-items: center;
  background-color: #c11626;
  color: white;
}
/* line 6684, ../../scss/answers/results.scss */
.yext-answers .yxt-DirectAnswer .direct-answer-header .yxt-DirectAnswer-titleText, .yext-answers .yxt-DirectAnswer .yxt-DirectAnswer-title .yxt-DirectAnswer-titleText {
  font-size: 1rem;
  margin-bottom: 0;
}
/* line 6687, ../../scss/answers/results.scss */
.yext-answers .yxt-DirectAnswer .direct-answer-header .yxt-DirectAnswer-titleText .yext-direct-answer-entity-name, .yext-answers .yxt-DirectAnswer .direct-answer-header .yxt-DirectAnswer-titleText .yxt-DirectAnswer-entityName, .yext-answers .yxt-DirectAnswer .yxt-DirectAnswer-title .yxt-DirectAnswer-titleText .yext-direct-answer-entity-name, .yext-answers .yxt-DirectAnswer .yxt-DirectAnswer-title .yxt-DirectAnswer-titleText .yxt-DirectAnswer-entityName {
  text-transform: none;
}
/* line 6689, ../../scss/answers/results.scss */
.yext-answers .yxt-DirectAnswer .yxt-DirectAnswer-content .answers-direct-answer-value {
  padding: 11px 16px;
  border-bottom: 1px solid #E9E9E9;
  padding-top: 25px;
  padding-bottom: 25px;
}
/* line 6694, ../../scss/answers/results.scss */
.yext-answers .yxt-DirectAnswer .yxt-DirectAnswer-content .answers-direct-answer-value h2 {
  margin: 0;
}
/* line 6696, ../../scss/answers/results.scss */
.yext-answers .yxt-DirectAnswer .yxt-DirectAnswer-content .yxt-DirectAnswer-fieldValue {
  font-size: 2rem;
}
/* line 6698, ../../scss/answers/results.scss */
.yext-answers .yxt-DirectAnswer .yxt-DirectAnswer-content .yxt-DirectAnswer-viewMoreWrapper .yxt-DirectAnswer-viewMore {
  color: #c11626;
}
/* line 6700, ../../scss/answers/results.scss */
.yext-answers .yxt-DirectAnswer .answers-direct-feedback {
  padding: 11px 16px;
  min-height: 50px;
  vertical-align: middle;
  line-height: 20px;
  display: flex;
  align-items: center;
  background-color: #F8F8F8;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
/* line 6712, ../../scss/answers/results.scss */
.yext-answers .yxt-DirectAnswer .yxt-DirectAnswer-footer .yxt-DirectAnswer-thumbs {
  margin: 0;
}
/* line 6714, ../../scss/answers/results.scss */
.yext-answers .yxt-DirectAnswer .yxt-DirectAnswer-footer .yxt-DirectAnswer-thumbs .yxt-DirectAnswer-thumb {
  margin-bottom: 0;
}
/* line 6716, ../../scss/answers/results.scss */
.yext-answers .yxt-DirectAnswer .yxt-DirectAnswer-footer .yxt-DirectAnswer-footerText {
  margin-right: 1rem;
}
/* line 6719, ../../scss/answers/results.scss */
.yext-answers .vertical-results-container {
  margin-right: auto;
  margin-left: auto;
  display: flex;
}
/* line 6723, ../../scss/answers/results.scss */
.yext-answers .vertical-results-container.full-width {
  width: 100%;
  height: 100vh;
}
/* line 6726, ../../scss/answers/results.scss */
.yext-answers .vertical-results-container.fixed {
  top: 186px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(100% - 186px);
}
/* line 6733, ../../scss/answers/results.scss */
.yext-answers .vertical-results-container.wide-container {
  max-width: 1200px;
}
/* line 6735, ../../scss/answers/results.scss */
.yext-answers .vertical-results-container .absolute-full {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  border-right: 1px solid #DCDCDC;
}
/* line 6743, ../../scss/answers/results.scss */
.yext-answers .vertical-results-container .answers-facet-list {
  width: 300px;
}
/* line 6745, ../../scss/answers/results.scss */
.yext-answers .vertical-results-container .results-container {
  flex-grow: 1;
}
/* line 6747, ../../scss/answers/results.scss */
.yext-answers .vertical-results-container .results-container .answers-vertical-container {
  background-color: white;
}
/* line 6749, ../../scss/answers/results.scss */
.yext-answers .vertical-results-container .results-container .answers-vertical-container .answers-filters-applied {
  margin: 0;
}
/* line 6752, ../../scss/answers/results.scss */
.yext-answers .answers-facet-list {
  padding: 0 10px;
}
/* line 6754, ../../scss/answers/results.scss */
.yext-answers .answers-facet-list .answers-facet-container {
  border-bottom: 1px solid #DCDCDC;
  padding: 5px 0 5px 0;
  margin-bottom: 10px;
}
/* line 6758, ../../scss/answers/results.scss */
.yext-answers .answers-facet-list .answers-facet-container .answers-facet-title {
  text-transform: uppercase;
  letter-spacing: 0.35px;
  color: #6b6b6b;
  font-size: 14px;
  margin-bottom: 10px;
}
/* line 6764, ../../scss/answers/results.scss */
.yext-answers .answers-facet-list .answers-facet-container .answers-facet {
  list-style-type: none;
  padding: 0px;
  /* Customize the label (the container) */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
/* line 6775, ../../scss/answers/results.scss */
.yext-answers .answers-facet-list .answers-facet-container .answers-facet .answers-facet-option {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 6785, ../../scss/answers/results.scss */
.yext-answers .answers-facet-list .answers-facet-container .answers-facet .answers-facet-option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* line 6791, ../../scss/answers/results.scss */
.yext-answers .answers-facet-list .answers-facet-container .answers-facet .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border-radius: 3px;
}
/* line 6799, ../../scss/answers/results.scss */
.yext-answers .answers-facet-list .answers-facet-container .answers-facet .answers-facet-option:hover input ~ .checkmark {
  background-color: #ccc;
}
/* line 6801, ../../scss/answers/results.scss */
.yext-answers .answers-facet-list .answers-facet-container .answers-facet .answers-facet-option input:checked ~ .checkmark {
  background-color: #c11626;
}
/* line 6803, ../../scss/answers/results.scss */
.yext-answers .answers-facet-list .answers-facet-container .answers-facet .answers-facet-option:after {
  content: "";
  position: absolute;
  display: block;
}
/* line 6807, ../../scss/answers/results.scss */
.yext-answers .answers-facet-list .answers-facet-container .answers-facet .answers-facet-option input:checked ~ .checkmark:after {
  display: block;
}
/* line 6809, ../../scss/answers/results.scss */
.yext-answers .answers-facet-list .answers-facet-container .answers-facet .answers-facet-option .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 6820, ../../scss/answers/results.scss */
.yext-answers .answers-filters-applied {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 35px;
  max-width: 100%;
  border-bottom: 1px solid #E9E9E9;
  padding: 4px 16px;
  margin: 0;
  font-size: 14px;
  margin-right: 12px;
}
/* line 6831, ../../scss/answers/results.scss */
.yext-answers .answers-filters-applied .answers-filter {
  background: transparent;
  font-size: 14px;
  height: 28px;
  display: flex;
  align-items: center;
  line-height: 28px;
  vertical-align: middle;
  margin-right: 15px;
}
/* line 6840, ../../scss/answers/results.scss */
.yext-answers .answers-filters-applied .answers-filter:after {
  content: '';
  width: 1px;
  top: 0;
  height: 40%;
  background-color: #212121;
  margin-left: 15px;
}
/* line 6847, ../../scss/answers/results.scss */
.yext-answers .answers-filters-applied .answers-filter:last-of-type {
  margin-right: 30px;
}
/* line 6849, ../../scss/answers/results.scss */
.yext-answers .answers-filters-applied .answers-filter:last-of-type:after {
  display: none;
}
/* line 6852, ../../scss/answers/results.scss */
.yext-answers .question-submission-container {
  width: 650px;
  max-width: 100%;
  border: 1px solid #DCDCDC;
  margin-top: 15px;
}
/* line 6857, ../../scss/answers/results.scss */
.yext-answers .question-submission-container .question-header {
  justify-content: space-between;
  padding: 11px 16px;
  font-size: 14px;
  align-items: center;
  height: 50px;
  border-bottom: 1px solid #E9E9E9;
  background-color: #F8F8F8;
  vertical-align: middle;
  line-height: 50px;
  color: #6b6b6b;
  display: flex;
  justify-content: flex-start;
}
/* line 6870, ../../scss/answers/results.scss */
.yext-answers .question-submission-container form {
  color: #6b6b6b;
  padding: 11px 16px;
  background-color: #F8F8F8;
  margin: 0;
}
/* line 6875, ../../scss/answers/results.scss */
.yext-answers .question-submission-container form input.yext-submit-question {
  background-color: #c11626;
  color: white;
}
/* line 6879, ../../scss/answers/results.scss */
.yext-answers .perfect-answers-everywhere {
  margin: 2rem 0;
}
/* line 6894, ../../scss/answers/results.scss */
.yext-answers .demo-banner {
  color: white;
  background-color: #c11626;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.3rem;
}
/* line 6903, ../../scss/answers/results.scss */
.yext-answers .demo-banner.old {
  background-color: white;
  color: #656565;
}
/* line 6907, ../../scss/answers/results.scss */
.yext-answers .nav-button {
  background-color: #f4f5f4;
}
/* line 6909, ../../scss/answers/results.scss */
.yext-answers .nav-button svg {
  fill: #c11626;
}
@media only screen and (max-width: 1024px) {
  /* line 6912, ../../scss/answers/results.scss */
  .yext-answers .nav-button {
    top: 13px;
    height: 35px;
    width: 63px;
    right: -1px;
  }
}
/* line 6918, ../../scss/answers/results.scss */
.yext-answers .search-first {
  top: 116px;
}
@media only screen and (max-width: 1024px) {
  /* line 6921, ../../scss/answers/results.scss */
  .yext-answers .search-first {
    top: 105px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 6924, ../../scss/answers/results.scss */
  .yext-answers .search-first {
    top: 59px;
  }
}
