@charset "UTF-8";

/* WIZARD RESULTS STYLES */

@keyframes resultsFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

html {
  min-height: 100%;
  background-color: #FFFFFF !important;
}


.start-over {
  position: fixed;
  z-index: 9999;
  bottom: 0px;
  right: 0px;
  background-color: #F26722;

}

.expand-details-btn {
  background-color: transparent;
  border: 0px solid transparent;
  color: #000000;
  transform: rotate(0deg);
}

.expand-details-btn[aria-expanded="false"] {
  transform: rotate(180deg);
}

.blade-system-mobile-details.collapse:not(.show) {
  display: block;
  height: 60px;
  overflow: hidden;
}

.blade-system-mobile-details.collapsing {
  height: 60px;
}

.blade-system-mobile-details .collapsed-overlay {
  opacity: 1;
  display: block;
  position: absolute;
  z-index: 9999;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  transition: all 0.3s ease !important;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.1) 100%);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.blade-system-mobile-details.collapsing .collapsed-overlay,
.blade-system-mobile-details.collapse.show .collapsed-overlay {
  opacity: 0;
  display: none;
  transition: all 0.3s ease !important;
}



.guard-package-mobile-details.collapse:not(.show) {
  display: block;
  height: 80px;
  overflow: hidden;
}

.guard-package-mobile-details.collapsing {
  height: 80px;
}

.guard-package-mobile-details .collapsed-overlay {
  opacity: 1;
  display: block;
  position: absolute;
  z-index: 9999;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  transition: all 0.3s ease !important;
  background: rgb(231,231,231);
  background: -moz-linear-gradient(0deg, rgba(231,231,231,1) 0%, rgba(231,231,231,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(231,231,231,1) 0%, rgba(231,231,231,0) 100%);
  background: linear-gradient(0deg, rgba(231,231,231,1) 0%, rgba(231,231,231,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e7e7e7",endColorstr="#e7e7e7",GradientType=1);
}

.guard-package-mobile-details.collapsing .collapsed-overlay,
.guard-package-mobile-details.collapse.show .collapsed-overlay {
  opacity: 0;
  display: none;
  transition: all 0.3s ease !important;
}

.wizard-results-header {
  background-color: #C1C1C1;
  font-size: 1.25rem;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.25em;
}

@media (max-width:991px){
  .wizard-results-header {
    font-size: 1rem;
  }
}

.wizard-results-header .wizard-result-header-model {
  padding-top: 7px;
}

.wizard-results-header h1 {
  font-size: 1.25rem;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  margin-right: 1rem;
  line-height: 1.25em;
}

@media (max-width:991px){
  .wizard-results-header h1 {
    font-size: 1rem;
    line-height: 1em;
    display: block;
  }
}

.wizard-results-header .results-wizard-btn {
  background-color: #FFFFFF;
  border-radius: 0px;
  border: 0px solid transparent;
  line-height: 0.75em;
}

.wizard-results-header .results-wizard-btn i {
  margin-left: 1rem;
}

.wizard-results-page hr {
  border-top: 1px solid #000000;
}

.wizard-results-page .product-divider hr {
  border-top: 1px solid #dedede;
}

.wizard-results-page h2 {
  font-size: 1.875rem;
  font-weight: 900;
}

@media (max-width:991px){
  .wizard-results-page h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px){
  .wizard-results-page h2 {
    font-size: 1.25rem;
  }
}

.wizard-results-page h3 {
  font-size: 1.5625rem;
  font-weight: 900;
}

@media (max-width: 767px){
  .wizard-results-page h3 {
    font-size: 1.25rem;
  }
}

.wizard-results-page h4 {
  font-size: 1.125rem;
  font-weight: 900;
}

.wizard-results-page .result-price {
  font-size: 1.5625rem;
  font-weight: 900;
}

@media (max-width: 767px){
  .wizard-results-page .result-price {
    font-size: 1.25rem;
  }
}

.wizard-results-page .result-wear-factor {
  font-size: 1.5625rem;
  font-weight: 900;
  line-height: 1.5625rem;
}

.wizard-results-page .result-wear-factor .wear-factor-rating {
  font-size: 3.8125rem;
  font-weight: 900;
  margin-right: 0.35rem;
  line-height: 4.25rem;
}

@media (max-width:767px){
  .wizard-results-page .result-wear-factor .wear-factor-rating {
    font-size: 2.8125rem;
    line-height: 3.25rem;
  }
}

.wizard-results-page .life-bar-graph {
  display: block;
  height: 20px;
  width: 100%;
  position: relative;
}

.wizard-results-page .life-bar-graph .life-value {
  display: block;
  height: 20px;
  background-color: #D2D2D2;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  -webkit-transition: all 1s ease !important;
  -moz-transition: all 1s ease !important;
  -ms-transition: all 1s ease !important;
  -o-transition: all 1s ease !important;
  transition: all 1s ease !important;
}


@keyframes life-10 {
  0%    { width: 0; }
  100%  { width: 10%; }
}
@keyframes life-16 {
  0%    { width: 0; }
  100%  { width: 16.6666%; }
}
@keyframes life-18 {
  0%    { width: 0; }
  100%  { width: 18.182%; }
}
@keyframes life-20 {
  0%    { width: 0; }
  100%  { width: 20%; }
}
@keyframes life-22 {
  0%    { width: 0; }
  100%  { width: 22.2222%; }
}
@keyframes life-25 {
  0%    { width: 0; }
  100%  { width: 25%; }
}
@keyframes life-28 {
  0%    { width: 0; }
  100%  { width: 28.851%; }
}
@keyframes life-33 {
  0%    { width: 0; }
  100%  { width: 33.3333%; }
}
@keyframes life-40 {
  0%    { width: 0; }
  100%  { width: 40%; }
}
@keyframes life-50 {
  0%    { width: 0; }
  100%  { width: 50%; }
}
@keyframes life-66 {
  0%    { width: 0; }
  100%  { width: 66.6666%; }
}
@keyframes life-75 {
  0%    { width: 0; }
  100%  { width: 75%; }
}
@keyframes life-100 {
  0%    { width: 0; }
  100%  { width: 100%; }
}


.wizard-results-page .life-bar-graph .life-value[data-life="10.000"] {
  /*  width: 10%;*/
  animation: life-10 1s 1;
  animation-fill-mode: forwards;
}
.wizard-results-page .life-bar-graph .life-value[data-life="16.666"] {
  /*  width: 16.666%;*/
  animation: life-16 1s 1;
  animation-fill-mode: forwards;
}
.wizard-results-page .life-bar-graph .life-value[data-life="18.182"] {
  /*  width: 18.182%;*/
  animation: life-18 1s 1;
  animation-fill-mode: forwards;
}
.wizard-results-page .life-bar-graph .life-value[data-life="20.000"] {
  /*  width: 20%;*/
  animation: life-20 1s 1;
  animation-fill-mode: forwards;
}
.wizard-results-page .life-bar-graph .life-value[data-life="22.222"] {
  /*  width: 22.222%;*/
  animation: life-22 1s 1;
  animation-fill-mode: forwards;
}
.wizard-results-page .life-bar-graph .life-value[data-life="25.000"] {
  /*  width: 25%;*/
  animation: life-25 1s 1;
  animation-fill-mode: forwards;
}
.wizard-results-page .life-bar-graph .life-value[data-life="28.571"] {
  /*  width: 28.851%;*/
  animation: life-28 1s 1;
  animation-fill-mode: forwards;
}
.wizard-results-page .life-bar-graph .life-value[data-life="33.333"] {
  /*  width: 33.333%;*/
  animation: life-33 1s 1;
  animation-fill-mode: forwards;
}
.wizard-results-page .life-bar-graph .life-value[data-life="40.000"] {
  /*  width: 40%;*/
  animation: life-40 1s 1;
  animation-fill-mode: forwards;
}
.wizard-results-page .life-bar-graph .life-value[data-life="50.000"] {
  /*  width: 50%;*/
  animation: life-50 1s 1;
  animation-fill-mode: forwards;
}
.wizard-results-page .life-bar-graph .life-value[data-life="66.666"] {
  /*  width: 66.666%;*/
  animation: life-66 1s 1;
  animation-fill-mode: forwards;
}
.wizard-results-page .life-bar-graph .life-value[data-life="75.000"] {
  /*  width: 75%;*/
  animation: life-75 1s 1;
  animation-fill-mode: forwards;
}
.wizard-results-page .life-bar-graph .life-value[data-life="100"] {
  /*width: 100%;
  -webkit-transition: all 1s ease !important;
  -moz-transition: all 1s ease !important;
  -ms-transition: all 1s ease !important;
  -o-transition: all 1s ease !important;
  transition: all 1s ease !important;*/
  animation: life-100 1s 1;
  animation-fill-mode: forwards;
}

.wizard-results-page .life-bar-graph .life-value.accented {
  background-color: #F26722;
}

.wizard-results-page .rating-bar-graph {
  display: block;
  height: 20px;
  width: 100%;
  position: relative;
  background-color: #D2D2D2;
}

.wizard-results-page .rating-bar-graph .rating-value {
  display: block;
  height: 20px;
  background-color: #F26722;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  -webkit-transition: all 1s ease !important;
  -moz-transition: all 1s ease !important;
  -ms-transition: all 1s ease !important;
  -o-transition: all 1s ease !important;
  transition: all 1s ease !important;
}

@keyframes rating-0 {
  0%    { width: 0; }
  100%  { width: 0%; }
}
@keyframes rating-1 {
  0%    { width: 0; }
  100%  { width: 10%; }
}
@keyframes rating-2 {
  0%    { width: 0; }
  100%  { width: 20%; }
}
@keyframes rating-3 {
  0%    { width: 0; }
  100%  { width: 30%; }
}
@keyframes rating-4 {
  0%    { width: 0; }
  100%  { width: 40%; }
}
@keyframes rating-5 {
  0%    { width: 0; }
  100%  { width: 50%; }
}
@keyframes rating-6 {
  0%    { width: 0; }
  100%  { width: 60%; }
}
@keyframes rating-7 {
  0%    { width: 0; }
  100%  { width: 70%; }
}
@keyframes rating-8 {
  0%    { width: 0; }
  100%  { width: 80%; }
}
@keyframes rating-9 {
  0%    { width: 0; }
  100%  { width: 90%; }
}
@keyframes rating-10 {
  0%    { width: 0; }
  100%  { width: 100%; }
}

.guard-package-info .rating-bar-graph .rating-value[data-rating="0"],
.guard-package-info .rating-bar-graph .rating-value[data-rating="1"],
.guard-package-info .rating-bar-graph .rating-value[data-rating="2"],
.guard-package-info .rating-bar-graph .rating-value[data-rating="3"],
.guard-package-info .rating-bar-graph .rating-value[data-rating="4"],
.guard-package-info .rating-bar-graph .rating-value[data-rating="5"],
.guard-package-info .rating-bar-graph .rating-value[data-rating="6"],
.guard-package-info .rating-bar-graph .rating-value[data-rating="7"],
.guard-package-info .rating-bar-graph .rating-value[data-rating="8"],
.guard-package-info .rating-bar-graph .rating-value[data-rating="9"],
.guard-package-info .rating-bar-graph .rating-value[data-rating="10"] {
  width: 0px;
}

.guard-package-info.active .rating-bar-graph .rating-value[data-rating="0"] {
  animation: rating-0 1s 1;
  animation-fill-mode: forwards;
}
.guard-package-info.active .rating-bar-graph .rating-value[data-rating="1"] {
  animation: rating-1 1s 1;
  animation-fill-mode: forwards;
}
.guard-package-info.active .rating-bar-graph .rating-value[data-rating="2"] {
  animation: rating-2 1s 1;
  animation-fill-mode: forwards;
}
.guard-package-info.active .rating-bar-graph .rating-value[data-rating="3"] {
  animation: rating-3 1s 1;
  animation-fill-mode: forwards;
}
.guard-package-info.active .rating-bar-graph .rating-value[data-rating="4"] {
  animation: rating-4 1s 1;
  animation-fill-mode: forwards;
}
.guard-package-info.active .rating-bar-graph .rating-value[data-rating="5"] {
  animation: rating-5 1s 1;
  animation-fill-mode: forwards;
}
.guard-package-info.active .rating-bar-graph .rating-value[data-rating="6"] {
  animation: rating-6 1s 1;
  animation-fill-mode: forwards;
}
.guard-package-info.active .rating-bar-graph .rating-value[data-rating="7"] {
  animation: rating-7 1s 1;
  animation-fill-mode: forwards;
}
.guard-package-info.active .rating-bar-graph .rating-value[data-rating="8"] {
  animation: rating-8 1s 1;
  animation-fill-mode: forwards;
}
.guard-package-info.active .rating-bar-graph .rating-value[data-rating="9"] {
  animation: rating-9 1s 1;
  animation-fill-mode: forwards;
}
.guard-package-info.active .rating-bar-graph .rating-value[data-rating="10"] {
  animation: rating-10 1s 1;
  animation-fill-mode: forwards;
}




.blade-system-result-features ul {
  padding:0px;
  margin:0px;
  font-size: 0.75rem;
}

.blade-system-result-features li {
  line-height: 14px;
  margin-bottom: 4px;
}

.blade-system-result-features ul > li:last-child {
  margin-bottom: 0px;
}

.blade-system-result-feature {
  margin-bottom: 0.5rem;
}

.blade-system-blade {
  opacity: 0;
  display: block;
  width: 100%;
  position: absolute;
  z-index: 9999;
  top: 0px;
  left: 0px;
  padding-left: 15px;
  padding-right: 15px;
  animation: resultsFadeInDown 0.75s 1;
  animation-fill-mode: forwards;
}

.satisfaction-guarantee-mobile-img {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width:991px) {
  .satisfaction-guarantee-mobile-img {
    max-width: 90px !important;
  }
}

@media (max-width:320px) {
  .satisfaction-guarantee-mobile-img {
    max-width: 70px !important;
  }
}



.plow-guard-package-gov-results-list-details {
  min-height: 500px;
}

.plow-guard-package-results,
.plow-guard-package-gov-results {
  background-color: #E7E7E7;
}

.guard-package {
  border: 1px solid #C5C5C5;
  background-color: #FFFFFF;
  margin-bottom: 1rem;
  cursor: pointer;
}

.guard-package-header {
  background-color: #C1C1C1;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.25rem;
  padding-top: 12px;
  padding-bottom: 8px;
}

.guard-package-header h5 {
  font-size: 1.25rem;
  font-weight: 900;
  padding: 0px;
  margin: 0px;
  line-height: 1.25rem;
}

@media (max-width:767px){
  .guard-package-header {
    font-size: 1.05rem;
    line-height: 1.05rem;
  }

  .guard-package-header h5 {
    font-size: 1.05rem;
    line-height: 1.05rem;
  }
}

@media (max-width:991px){
  .guard-package-section-description {
    line-height: 1.25rem;
  }
}

.guard-package.active {
  border: 1px solid #F26722;
}

.guard-package-item {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width:767px){
  .guard-package-item {
    font-size: 10px;
  }
}



.guard-package-overlay {
  opacity: 0;
  position: absolute;
  z-index: 9999;
  display: block;
  width: 100%;
  top: 0px;
  left: 0px;
  padding-left: 15px;
  padding-right: 15px;
}

.guard-package-info.active .guard-package-overlay {
  animation: resultsFadeInDown 0.75s 1;
  animation-fill-mode: forwards;
}

.guard-package-row {
  max-height: 490px;
  overflow-y: scroll;
}

@media (max-width: 1500px){
  .guard-package-row {
    overflow-x: scroll;
    max-height: initial;
    overflow-y: initial;
    flex-wrap: nowrap !important;
  }
}

.guard-package-info {
  display: none;
}

.guard-package-info.active {
  display: block;
}

.guard-package-sku-quant {
  font-size: 0.85rem;
}

@media (max-width: 768px){
  .guard-package-sku-quant {
    font-size: 0.65rem;
  }
}

.guard-package-sku {
  color: #555555;
  text-transform: uppercase;
}


.accessories-row {
  overflow-x: scroll;
  flex-wrap: nowrap !important;
}

.wizard-accessory {
  border: 1px solid #dedede;
}

.wizard-accessory .accessory-title-container {
  min-height: 5rem;
}

.wizard-accessory .wizard-accessory-img img {
  max-width: 100%;
  height: auto;
}

.wizard-accessory .accessory-add-to-cart-btn-container .add_to_cart_inline {
  display: block;
  width: 100%;
}

.wizard-accessory .accessory-add-to-cart-btn-container a.btn-primary {
  width: 100%;
  display: block;
  margin-bottom: 0px !important;
}

.wizard-accessory .yith-ywraq-add-to-quote {
  width: 100%;
}

.wizard-accessory .yith-ywraq-add-button {
  display: block;
  width: 100%;
}

.wizard-accessory a.add-request-quote-button {
  display: block;
  margin: 0px;
  width: 100%;
  text-align: center;
}





.wizard-result-help-cta {
  background-color: #F26722;
  color: #FFFFFF;
  font-weight: 900;
  font-size: 1.125rem;
}

.wizard-result-help-cta a,
.wizard-result-help-cta a:hover,
.wizard-result-help-cta a:focus {
  color: #FFFFFF;
}





/* ADD TO CART - ADD TO QUOTE - QUANTITY STYLES */

p.product.woocommerce.add_to_cart_inline {
  display: block;
  padding: 0px;
  margin: 0px;
  margin-right: 0px;
}

/*.xtunipg-add-to-cart del {
  color: #F26722;
  text-decoration-thickness: 10px;
  margin-right: 1rem;
}

.xtunipg-add-to-cart ins {
  text-decoration: none;
}*/

/*.woocommerce-Price-amount {
  font-family: "HelveticaNeueCond", Helvetica, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  color: #F26722;
}*/

.add-to-cart-quote-section .yith-ywraq-add-button {
  display: block;
}

.add-to-cart-quote-section a.add-request-quote-button.button {
  font-size: 1.125rem;
  line-height: 1em;
  padding-top: 16px;
  padding-bottom: 13px;
  display: block;
  text-align: center;
  margin-right: 0px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 8px;
}

.add-to-cart-quote-section  .woocommerce a.button.btn-primary {
  margin-right: 1rem;
  padding-left: 5px;
  padding-right: 5px;
}

.add-to-cart-section .woocommerce a.button.btn-primary {
  padding-left: 5px;
  padding-right: 5px;
}

.product.woocommerce.add_to_cart_inline.btn.btn-primary {
  border: 0px solid transparent !important;
  padding: 0px !important;
  display: inline-block;
}

.product.woocommerce.add_to_cart_inline.btn.btn-primary a {
  border-radius: 0px;
  background-color: #F26722;
  color: #FFFFFF;
  font-family: "HelveticaNeueCond", Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-weight: 700;
  background-color: #F26722;
  border-color: #F26722;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 0px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 0.8rem;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;+
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media(min-width:576px) and (max-width:767px){
  .product.woocommerce.add_to_cart_inline.btn.btn-primary a {
    padding-top: 0.9rem !important;
    padding-bottom: 0.6rem !important;
  }
}



.yith-ywraq-add-to-quote {
  display: block;
  width: 100%;
}

.yith_ywraq_add_item_response_message {
  color: #FFFFFF;
}

.plow-guard-package-gov-results .yith_ywraq_add_item_response_message {
  color: #000000;
}

.add-request-quote-button.button {
  font-family: "HelveticaNeueCond", Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-weight: 700;
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
  font-size: 1.125rem;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 0px;
  padding-left: 1.15rem;
  padding-right: 1.15rem;
  padding-top: 1.15rem;
  padding-bottom: 0.8rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-right: 1rem;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.quantity {
  margin-right: 1rem !important;
  display: inline-block;
  vertical-align: middle;
}

.xtunipg-add-to-cart-btn {
  padding-left: 1.15rem !important;
  padding-right: 1.15rem !important;
  margin-top: 0.35rem !important;
}

@media(min-width:576px) and (max-width:767px){
  .xtunipg-add-to-cart-btn {
    padding-top: 0.9rem !important;
    padding-bottom: 0.6rem !important;
  }
}


@media(max-width:575px){
  .quantity {
    display: block;
    margin-bottom: 0.5rem;
  }
  .xtunipg-add-to-cart-btn {
    margin-top: 0.25rem !important;
    display: inline-block !important;
    width: auto !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    line-height: 0.9rem !important;
    font-size: 0.85rem !important;
  }
  .add-request-quote-button {
    padding-top: 0.85rem;
    padding-bottom: 0.65rem;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    line-height: 1.16rem !important;
  }
}

.quantity .product-quantity-field {
  background-color: #FFFFFF;
  width: 35px;
  height: 35px;
  font-size: 0.9375rem;
  line-height: 1em;
  color: #000000;
  display: inline-block;
  vertical-align: bottom;
  border: 1px solid #dedede;
  text-align: center;
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important;
}

.quantity .product-quantity-field::-webkit-outer-spin-button,
.quantity .product-quantity-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity .product-quantity-field[type=number] {
  -moz-appearance: textfield;
}

.woocommerce-variation-add-to-cart-disabled .quantity .product-quantity-field {
  color: #dedede;
  border: 1px solid #dedede;
  pointer-events: none;
  background-color: #FFFFFF;
}

.quantity-button {
  border: 1px solid #dedede;
  background-color: #FFFFFF;
  width: 35px;
  height: 35px;
  font-size: 0.9375rem;
  line-height: 1em;
  color: #000000;
  display: inline-block;
  vertical-align: bottom;
}

.woocommerce-variation-add-to-cart-disabled .quantity-button {
  border: 1px solid #dedede;
  color: #dedede;
  pointer-events: none;
}

.quantity-button.minus {
  border-right: 0px solid transparent;
}

.quantity-button.plus {
  border-left: 0px solid transparent;
}

.no-results-title h2 {
  font-size: 4rem;
}

.no-results-subtitle h4 {
  font-size: 1.5rem;
}

.share-feature {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 300px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #FFF;
  -webkit-box-shadow: 1px 3px 11px 1px rgba(0,0,0,0.68);
  -moz-box-shadow: 1px 3px 11px 1px rgba(0,0,0,0.68);
  box-shadow: 1px 3px 11px 1px rgba(0,0,0,0.68);
}

.share-txt {
  text-transform: uppercase;
}



.guard-package-section-gov-qstns {

}

.guard-package-section-gov-qstns .headline {
  font-weight: 900;
  font-size: 48px;
  text-transform: uppercase;
  color: rgba(242,103,34,1);
}

.guard-package-section-gov-qstns .subheadline {
  font-weight: 500;
  font-size: 30px;
}

.guard-package-section-gov-qstns .question {
  font-size: 30px;
  font-weight: 700;
}

.guard-package-section-gov-qstns-container {
  background-color: #F3F3F3;
  padding: 2rem 3rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}




/*.loading-results-two {
  position: absolute;
  z-index: 99999;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(22,22,22,0.75);
  color: #FFFFFF;
  font-size: 4rem;
}*/

.loading-results-two {
  position: absolute;
  z-index: 99999;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: transparent;
  color: #000000;
  font-size: 4rem;
}

.loading-results-two .loading-spinner {
  position: absolute;
  display: block;
  height: 64px;
  width: 64px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading-results-two .loading-text {
  position: absolute;
  display: block;
  height: 100px;
  width: 175px;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}

@-webkit-keyframes rotatingtwo /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatingtwo {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loading-results-two.d-block .loading-spinner i {
  -webkit-animation: rotatingtwo 2s linear infinite;
  -moz-animation: rotatingtwo 2s linear infinite;
  -ms-animation: rotatingtwo 2s linear infinite;
  -o-animation: rotatingtwo 2s linear infinite;
  animation: rotatingtwo 2s linear infinite;
}




