.ees-product-feature {
  margin: 170px 0;
}
.ees-product-feature header h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #e30017;
  text-shadow: 0 0 1px rgba(227, 0, 23, 0.3);
  margin-bottom: 20px;
}
.ees-product .ees-product-features .ees-product-feature header p {
  margin-top: 20px;
  font-family: "ITC Souvenir W01 Demi";
  font-size: 20px;
  margin-bottom: 10px;
}
.div.ees-product-feature header p {
  line-height: 16px;
}
.ees-product-feature .ees-product-feature-image {
  margin: 50px 16%;
}
.ees-product-feature .ees-product-feature-text {
  /*.rte();*/
}
.ees-product-feature .ees-product-feature-text h2 {
  font-family: "Helvetica LT W01", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2.5px;
  line-height: 20px;
  color: #e30017;
  text-shadow: 0 0 1px rgba(227, 0, 23, 0.3);
}
@media only screen and (max-width: 768px) {
  .ees-product-feature .ees-product-feature-text header h2 {
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 23px;
  }
}
/*# sourceMappingURL=ees-product-feature.css.map */

.ees-product header {
  word-wrap: break-word;
  width: 100%;
  white-space: normal;
  word-break: break-word;
}
.ees-product header h1 {
  margin-bottom: 18px;
  text-transform: uppercase;
  color: #e30017;
  text-shadow: 0 0 1px rgba(227, 0, 23, 0.3);
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 40px;
}
.ees-product header p {
  margin-top: 18px;
  font-family: "ITC Souvenir W01 Demi";
  font-size: 40px;
  margin-bottom: 28px;
}
.ees-product .ees-product-image {
  margin: 50px 16%;
}
.ees-product .ees-product-text ul {
  list-style-type: unset;
  /*padding-left: 40px;*/
}
.ees-product .ees-product-text ul li {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAXUlEQVQImXXNsQ2DMABE0WcLZQYvQMU6KGKaSMA0wDpEKSg9RZKGxihSBL853f3iQpbgjgdqbBgwV2gx+dEcPWRpLcM/z5ClN24n8hPLxxlbRH8hx4gFHV74luww7aZwEwQnQA7OAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  list-style-type: none;
  margin-bottom: 10px;
  background-position-y: .5em;
  padding-left: 2em;
}
@media only screen and (max-width: 768px) {
  .ees-product header h1 {
    font-size: 20px;
  }
  .ees-product header p {
    font-size: 28px;
  }
}
/*# sourceMappingURL=ees-product.css.map */

.ees-link-list {
  margin-bottom: 36px;
}
.ees-link-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ees-link-list ul li {
  position: relative;
}
.ees-link-list ul li > a,
.ees-link-list ul li > nobr {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin: 5px 0;
}
.ees-link-list ul li > a.phone,
.ees-link-list ul li > nobr.phone {
  font-size: 25px;
  letter-spacing: 0;
  white-space: nowrap;
}
.ees-link-list ul li .ees-icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
}
.ees-link-list ul li .ees-icon + nobr {
  padding-left: 50px;
  display: inline-block;
  word-wrap: break-word;
  width: 100%;
  white-space: normal;
  word-break: break-word;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ees-link-list ul li > a.phone,
  .ees-link-list ul li > nobr.phone {
    font-size: 20px;
  }
}
/*# sourceMappingURL=ees-link-list.css.map */

.user-login h6 {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #e30017;
  text-shadow: 0 0 1px rgba(227, 0, 23, 0.3);
}
.user-login input[type="text"],
.user-login input[type="password"],
.user-login button {
  border: 2px solid #000;
  border-radius: 16px;
  height: 32px;
  width: 100%;
  padding: 0 16px;
  line-height: 32px;
  font-size: 16px;
  background-color: #fff;
}
.user-login input[type="text"]:focus,
.user-login input[type="password"]:focus,
.user-login button:focus {
  outline: none;
}
.user-login button {
  width: auto;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  vertical-align: middle;
  margin: 5px 0;
}
.user-login label {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  vertical-align: middle;
  margin: 5px 0;
}
.user-login a {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-left: 0;
}
.user-login a .ees-icon {
  width: 16px;
  height: 16px;
}
.user-login .ees-form-group {
  margin: 20px 0;
}
.user-login .ees-form-group > *:first-child {
  margin-top: 0;
}
/*# sourceMappingURL=user-login.css.map */

