/* :root {
  --mine-shaft: $mine_shaft;
} */

@font-face {
  font-family: "icomoon";

  src: url("../../../fonts/icomoon.eot?fssje6");

  src: url("../../../../fonts/icomoon.eot?fssje6#iefix") format("embedded-opentype"), url("../../../../fonts/icomoon.ttf?fssje6") format("truetype"), url("../../../../fonts/icomoon.woff?fssje6") format("woff"), url("../../../../fonts/icomoon.svg?fssje6#icomoon") format("svg");

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-right-slide:before {
  content: "\e902";
  color: #999;
}

.icon-left-slide:before {
  content: "\e903";
  color: #999;
}

.icon-arrow_back:before {
  content: "\e900";
}

.icon-arrow_forward:before {
  content: "\e901";
}

.icon-envelope:before {
  content: "\e904";
}

.icon-mail-envelope-closed:before {
  content: "\e905";
}

.icon-phone_in_talk:before {
  content: "\e90a";
}

.icon-login:before {
  content: "\e90c";
}

.icon-date_range:before {
  content: "\e908";
}

.icon-calendar_today:before {
  content: "\e909";
}

.icon-floatplane:before {
  content: "\e90d";
}

.icon-layers:before {
  content: "\e90f";
}

.icon-leaf:before {
  content: "\e90e";
}

.icon-fact_check:before {
  content: "\e910";
}

.feature {
  max-width: 390px;
  width: 100%;
  padding: 0 7px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .feature {
    max-width: 365px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .feature {
    max-width: 495px;
  }
}

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

.feature span,
.feature a,
.feature a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.feature .item {
  background: #ffffff;
  text-align: center;
  padding: 30px 25px;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  margin-bottom: 15px;
  min-height: 195px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.feature .item:hover {
  background: #ff7000;
  -webkit-box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.feature .item:hover > div {
  color: #ffffff;
}

.feature .item:hover h6,
.feature .item:hover p {
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.feature .item:hover .item,
.feature .item:hover span.icon {
  background: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.feature .item .icon {
  font-size: 40px;
  margin-bottom: 25px;
  width: 55px;
  height: 55px;
  line-height: 55px;
}

.feature .item p {
  font-size: 15px;
  line-height: 26px;
}

.feature .item h6 {
  margin-bottom: 20px;
  color: #2f2f2f;
}

.feature .item .feature_box {
  background: #ffffff;
  color: #c9a064;
}
/*# sourceMappingURL=../../../maps/molecules/features/features.css.map */
