/* :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";
}

.banner .responsive-banner {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 250px;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

@media (min-width: 0) and (max-width: 767px) {
  .banner .responsive-banner {
    height: 400px;
  }
}

.banner .responsive-banner.second {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#bf782d), to(#e67163));
  background-image: linear-gradient(to bottom right, #bf782d, #e67163);
}

.banner .container-envelope {
  max-width: 100%;
  padding: 25px 40px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
}

@media (min-width: 0) and (max-width: 767px) {
  .banner .container-envelope {
    height: 400px;
  }
}

.banner .description {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
}

@media (min-width: 650px) {
  .banner .col-xs-12 {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .banner .container-envelope {
    max-width: calc(100% - 200px);
  }
}

.banner h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.banner p {
  clear: both;
  text-transform: none;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  line-height: 1.15;
  word-wrap: break-word;
  margin: 1em 0 0.5em;
  margin: 0;
  padding: 0;
  color: #ffffff;
  position: relative;
  word-wrap: break-word;
  font-size: 20px;
  margin-bottom: 20px;
}

.banner a.more-link {
  background-color: #ff7000;
  display: inline-block;
  padding: 12px 18px;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.5;
  text-align: center;
  border: none !important;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
}

.banner a.more-link:hover {
  background-color: #e79123;
}

.banner svg,
.banner img {
  fill: rgba(0, 0, 0, 0.1);
  position: absolute;
}

.banner img {
  max-width: 50%;
}

.banner .cirle-a {
  bottom: -80px;
  left: -80px;
}

.banner .cirle-b {
  top: -30px;
  right: 70%;
}

.banner .cirle-c {
  top: -330px;
  right: -300px;
}

.banner .cirle-d {
  top: 195px;
  right: 145px;
}

.banner img {
  top: 0;
  right: 0;
}

@media (min-width: 0) and (max-width: 767px) {
  .banner img {
    display: none;
  }
}

.banner h1 {
  text-align: center;
  margin: 30px 15px;
}

.banner .link-container {
  text-align: center;
}

.banner .link-container a.more-link {
  background-color: #90b0bf;
  color: #ffffff;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 1.5;
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 1px;
}
/*# sourceMappingURL=../../../maps/molecules/banner/banner.css.map */
