/* Imports Variables and Mixins */
/* Color Variables */
/* Font Variable */
/* Typography Styles */
.xsmall {
  font-family: Lato, sans-serif;
  font-size: 0.625rem;
  color: #2D2D2D;
  line-height: 1.2;
}

body, .small-body {
  font-family: Lato, sans-serif;
  font-size: 0.875rem;
  color: #2D2D2D;
  line-height: 1.4;
}

.subheadline {
  font-family: Lato, sans-serif;
  font-size: 1rem;
  color: #2D2D2D;
  line-height: 1.2;
}

.dynProductGrid .views-col h2, .dynProductGrid .views-col h2.headline, .dynProductGrid .col-xs-12 h2, .dynProductGrid .col-xs-12 h2.headline, .large-body {
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  color: #2D2D2D;
  line-height: 1.3;
}

.headline, .sm-head {
  font-family: Lato, sans-serif;
  font-size: 1.5rem;
  color: #4d4d4d;
  line-height: 1.25;
}

.head {
  font-family: Lato, sans-serif;
  font-size: 2rem;
  color: #4d4d4d;
  line-height: 1.3;
}

.offerwall-productHeadline .headline, .lg-head {
  font-family: Lato, sans-serif;
  font-size: 3rem;
  color: #4d4d4d;
  line-height: 1.2;
}

.dynProductGrid .views-col .button, .dynProductGrid .views-col a.button, .dynProductGrid .col-xs-12 .button, .dynProductGrid .col-xs-12 a.button, .btn-default {
  color: #ffffff;
  font-family: Lato, sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  background-color: #ff9046;
  border: transparent;
  padding: 12px 30px;
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* Utility Classes */
/* Default Overrides */
.headline {
  text-align: center;
}

.remove-padding {
  margin: 0 -15px;
}

/* Hides the utm_content filter from product grid view */
#views-exposed-form-product-grid-block-1, #views-exposed-form-product-grid-block-2 {
  display: none;
}

.dynProductGrid {
  width: 100%;
  max-width: 100%;
  margin: 20px auto 0;
}
.dynProductGrid.views-row {
  text-align: center;
  float: none;
}
.dynProductGrid .views-col, .dynProductGrid .col-xs-12 {
  width: 280px;
  min-width: 250px;
  text-align: center;
  float: none;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  margin: 0 auto 20px;
  min-height: 350px;
  vertical-align: top;
  background-color: #ffffff;
}
.dynProductGrid .views-col img, .dynProductGrid .col-xs-12 img {
  max-width: 190px;
  margin: 0 auto;
  padding: 10px 0 0;
}
.dynProductGrid .views-col h2, .dynProductGrid .views-col h2.headline, .dynProductGrid .col-xs-12 h2, .dynProductGrid .col-xs-12 h2.headline {
  color: #4d4d4d;
  margin-top: 0;
}
.dynProductGrid .views-col p, .dynProductGrid .col-xs-12 p {
  font-size: initial;
  font-weight: bold;
  margin: 10px 10px 15px;
  text-align: center;
}
.dynProductGrid .views-col h3, .dynProductGrid .col-xs-12 h3 {
  font-size: 13px;
  margin: 0 0 15px;
  min-height: 21px;
  line-height: 1.5;
  text-align: center;
}
.dynProductGrid .views-col .button, .dynProductGrid .views-col a.button, .dynProductGrid .col-xs-12 .button, .dynProductGrid .col-xs-12 a.button {
  padding: 5px;
  margin: 10px 30px 20px;
  display: block;
}
.dynProductGrid .views-col .button:active, .dynProductGrid .views-col .button.active, .dynProductGrid .views-col .button:hover, .dynProductGrid .views-col .button.hover, .dynProductGrid .views-col .button:focus, .dynProductGrid .views-col .button.focus, .dynProductGrid .views-col a.button:active, .dynProductGrid .views-col a.button.active, .dynProductGrid .views-col a.button:hover, .dynProductGrid .views-col a.button.hover, .dynProductGrid .views-col a.button:focus, .dynProductGrid .views-col a.button.focus, .dynProductGrid .col-xs-12 .button:active, .dynProductGrid .col-xs-12 .button.active, .dynProductGrid .col-xs-12 .button:hover, .dynProductGrid .col-xs-12 .button.hover, .dynProductGrid .col-xs-12 .button:focus, .dynProductGrid .col-xs-12 .button.focus, .dynProductGrid .col-xs-12 a.button:active, .dynProductGrid .col-xs-12 a.button.active, .dynProductGrid .col-xs-12 a.button:hover, .dynProductGrid .col-xs-12 a.button.hover, .dynProductGrid .col-xs-12 a.button:focus, .dynProductGrid .col-xs-12 a.button.focus {
  background-color: #ff7113;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  outline: none;
  text-decoration: none;
}
.dynProductGrid .views-col .button:active:hover, .dynProductGrid .views-col a.button:active:hover, .dynProductGrid .col-xs-12 .button:active:hover, .dynProductGrid .col-xs-12 a.button:active:hover {
  background-color: #ff7113;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.dynProductGrid .views-field-field-image {
  background-color: #f7f7f7;
  min-height: 220px;
}
.dynProductGrid .field_headline {
  font-size: 25px;
  margin: 0 0 15px 0;
  font-style: italic;
  font-weight: bolder;
  color: #ffffff;
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}
.dynProductGrid .fa-chevron-right:before {
  content: "\f054";
  padding-left: 15px;
}

/********************************************
MIN-WIDTH 768PX
********************************************/
@media (min-width: 768px) {
  .dynProductGrid .views-field-field-product-image img {
    margin: 0 auto;
    width: 130px;
    padding-bottom: 10px;
  }

  .productGrid .views-col {
    min-width: initial;
    margin: 0 10px;
    display: inline-block;
    width: 30% !important;
  }
}
/********************************************
MIN-WIDTH 992PX
********************************************/
@media (min-width: 992px) {
  .landing .offerwall-productHeadline .headline {
    font-size: 3rem;
  }
}
/********************************************
MIN-WIDTH 1200PX
********************************************/
@media (min-width: 1200px) {
  .dynProductGrid {
    max-width: 80%;
  }
}