@charset "UTF-8";
@font-face {
  font-family: "Proxima-Nova-Black";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Proxima-Nova-Black.16b61f2409ed.otf") format("truetype");
}
@font-face {
  font-family: "Proxima-Nova-Extrabold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Proxima-Nova-Extrabold.64048d3ff64d.otf") format("truetype");
}
@font-face {
  font-family: "Proxima-Nova-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Proxima-Nova-Bold.64108d01d823.otf") format("truetype");
}
@font-face {
  font-family: "Proxima-Nova-Semibold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Proxima-Nova-Semibold.e3bb53aaab0f.otf") format("truetype");
}
@font-face {
  font-family: "Proxima-Nova-Medium";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Proxima-Nova-Medium.f8b1536b054f.otf") format("truetype");
}
@font-face {
  font-family: "Proxima-Nova-Light";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Proxima-Nova-Light.a2827378da9a.otf") format("truetype");
}
/* line 66, ../sass/partials/_fonts.scss */
body, div, p {
  /* body */
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 18px;
  color: #272C32;
  letter-spacing: 0;
  text-align: left;
  line-height: 28px;
}

/* line 76, ../sass/partials/_fonts.scss */
::-moz-selection {
  /* Code for Firefox */
  color: #1DA1B3;
  background: rgba(255, 255, 255, 0.99);
}

/* line 80, ../sass/partials/_fonts.scss */
::selection {
  color: #1DA1B3;
  background: rgba(255, 255, 255, 0.99);
}

/* line 86, ../sass/partials/_fonts.scss */
.heading {
  /* Heading Level 1 home: */
}
/* line 87, ../sass/partials/_fonts.scss */
.heading-level-1 {
  font-size: 64px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 60px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  /* line 87, ../sass/partials/_fonts.scss */
  .heading-level-1 {
    font-size: 54px;
    line-height: 56px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  /* line 87, ../sass/partials/_fonts.scss */
  .heading-level-1 {
    font-family: "Proxima-Nova-Semibold", sans-serif;
  }
}
@media (min-width: 769px) {
  /* line 87, ../sass/partials/_fonts.scss */
  .heading-level-1 {
    font-family: "Proxima-Nova-Bold", sans-serif;
  }
}
/* line 110, ../sass/partials/_fonts.scss */
.heading-level-1-home {
  text-align: left;
  color: #2D3742;
}
/* line 115, ../sass/partials/_fonts.scss */
.heading-level-2 {
  font-size: 64px;
  line-height: 68px;
}
@media (max-width: 768px) {
  /* line 115, ../sass/partials/_fonts.scss */
  .heading-level-2 {
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 2px;
  }
}

/* line 129, ../sass/partials/_fonts.scss */
.highlight {
  display: inline;
}
/* line 132, ../sass/partials/_fonts.scss */
.highlight-purple, .highlight-violet {
  background-color: white;
  color: #9978B6;
}
/* line 136, ../sass/partials/_fonts.scss */
.highlight-yellow {
  background-color: white;
  color: #DFA831;
}
/* line 140, ../sass/partials/_fonts.scss */
.highlight-green {
  background-color: white;
  color: #98B65A;
}
/* line 144, ../sass/partials/_fonts.scss */
.highlight-teal {
  background-color: white;
  color: #1DA1B3;
}
/* line 148, ../sass/partials/_fonts.scss */
.highlight-red {
  background-color: white;
  color: #C15148;
}
/* line 152, ../sass/partials/_fonts.scss */
.highlight-white {
  background-color: white;
}
@media (min-width: 769px) {
  /* line 129, ../sass/partials/_fonts.scss */
  .highlight {
    background: none;
    color: #fff;
    font-size: 33px;
    text-align: center !important;
    display: block;
    line-height: 1;
    width: 80%;
    margin: 0 auto;
  }
  /* line 166, ../sass/partials/_fonts.scss */
  .highlight-desktop-purple, .highlight-desktop-violet {
    background-color: white;
    color: #9978B6;
    display: inline;
    font-size: 56px;
    line-height: 62px;
  }
  /* line 173, ../sass/partials/_fonts.scss */
  .highlight-desktop-yellow {
    background-color: white;
    color: #DFA831;
    display: inline;
    font-size: 56px;
    line-height: 62px;
  }
  /* line 180, ../sass/partials/_fonts.scss */
  .highlight-desktop-green {
    background-color: white;
    color: #98B65A;
    display: inline;
    font-size: 56px;
    line-height: 62px;
  }
  /* line 187, ../sass/partials/_fonts.scss */
  .highlight-desktop-teal {
    background-color: white;
    color: #1DA1B3;
    display: inline;
    font-size: 56px;
    line-height: 62px;
  }
  /* line 194, ../sass/partials/_fonts.scss */
  .highlight-desktop-red {
    background-color: white;
    color: #C15148;
    display: inline;
    font-size: 56px;
    line-height: 62px;
  }
  /* line 201, ../sass/partials/_fonts.scss */
  .highlight-desktop-white {
    background-color: white;
  }
}
@media (max-width: 769px) {
  /* line 209, ../sass/partials/_fonts.scss */
  .highlight-tablet-purple, .highlight-tablet-violet {
    background-color: white;
    color: #9978B6;
    display: inline;
  }
  /* line 214, ../sass/partials/_fonts.scss */
  .highlight-tablet-yellow {
    background-color: white;
    color: #DFA831;
    display: inline;
  }
  /* line 219, ../sass/partials/_fonts.scss */
  .highlight-tablet-green {
    background-color: white;
    color: #98B65A;
    display: inline;
  }
  /* line 224, ../sass/partials/_fonts.scss */
  .highlight-tablet-teal {
    background-color: white;
    color: #1DA1B3;
    display: inline;
  }
  /* line 229, ../sass/partials/_fonts.scss */
  .highlight-tablet-red {
    background-color: white;
    color: #C15148;
    display: inline;
  }
  /* line 234, ../sass/partials/_fonts.scss */
  .highlight-tablet-white {
    background-color: white;
  }
}

/* line 240, ../sass/partials/_fonts.scss */
.overlay-content {
  margin: 30px 0 0;
}

/* line 243, ../sass/partials/_fonts.scss */
h1 {
  font-family: "Proxima-Nova-Black", sans-serif;
}

/* line 246, ../sass/partials/_fonts.scss */
h2 {
  font-family: "Proxima-Nova-Black", sans-serif;
  font-size: 48px;
  color: #272C32;
  letter-spacing: 0;
  line-height: 42px;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  /* line 257, ../sass/partials/_fonts.scss */
  h2.custom-h2 .inner-text {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    font-size: 34px;
  }
}
/* line 268, ../sass/partials/_fonts.scss */
h2 span {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 80px);
}
/* line 272, ../sass/partials/_fonts.scss */
h2 span.number {
  width: auto;
  margin-right: 20px;
}
/* line 276, ../sass/partials/_fonts.scss */
h2 span.number:empty {
  margin-right: 0 !important;
}
/* line 280, ../sass/partials/_fonts.scss */
h2 span.number.wide {
  width: 100%;
}
@media (max-width: 768px) {
  /* line 280, ../sass/partials/_fonts.scss */
  h2 span.number.wide {
    width: auto;
  }
}
@media (max-width: 768px) {
  /* line 246, ../sass/partials/_fonts.scss */
  h2 {
    font-size: 34px;
  }
}

/* line 295, ../sass/partials/_fonts.scss */
h3 {
  /* Heading Level 3: */
  font-family: "Proxima-Nova-Black", sans-serif;
  font-size: 32px;
  color: #2D3742;
  line-height: 35px;
}

/* line 303, ../sass/partials/_fonts.scss */
h4 {
  /* Heading Level 4: */
  font-family: "Proxima-Nova-Bold", sans-serif;
  font-size: 24px;
  color: #272C32;
  line-height: 28px;
}
/* line 310, ../sass/partials/_fonts.scss */
h4.lighter {
  font-family: "Proxima-Nova-Light", sans-serif;
}

/* line 315, ../sass/partials/_fonts.scss */
h5 {
  /* Heading Level 5: */
  font-family: "Proxima-Nova-Bold", sans-serif;
  font-size: 20px;
  color: #272C32;
  text-align: left;
  line-height: 24px;
}

/* line 324, ../sass/partials/_fonts.scss */
h6 {
  /* Heading Level 6: */
  font-family: "Helvetica";
  font-weight: bold;
  font-size: 18px;
  color: #78777A;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: bold;
}

/* line 335, ../sass/partials/_fonts.scss */
.align-left {
  text-align: left;
}

/* line 339, ../sass/partials/_fonts.scss */
.align-right {
  text-align: right;
}

/* line 343, ../sass/partials/_fonts.scss */
.align-center {
  text-align: center;
}

/* line 348, ../sass/partials/_fonts.scss */
.primary-color {
  color: #1DA1B3 !important;
}

/* line 352, ../sass/partials/_fonts.scss */
.sub-color {
  color: #2D3742 !important;
}

/* line 356, ../sass/partials/_fonts.scss */
.white-color {
  color: #fff;
}

/* line 362, ../sass/partials/_fonts.scss */
.color-black {
  color: #000;
}
/* line 366, ../sass/partials/_fonts.scss */
.color-white {
  color: #fff;
}
/* line 370, ../sass/partials/_fonts.scss */
.color-primary {
  color: #1DA1B3 !important;
}
/* line 374, ../sass/partials/_fonts.scss */
.color-sub {
  color: #2D3742 !important;
}
/* line 378, ../sass/partials/_fonts.scss */
.color-purple, .color-violet {
  color: #9978B6;
}
/* line 381, ../sass/partials/_fonts.scss */
.color-purple .number, .color-violet .number {
  margin-right: 0;
  color: #9978B6;
}
/* line 387, ../sass/partials/_fonts.scss */
.color-yellow {
  color: #DFA831;
}
/* line 389, ../sass/partials/_fonts.scss */
.color-yellow .number {
  margin-right: 0;
  color: #DFA831;
}
/* line 395, ../sass/partials/_fonts.scss */
.color-green {
  color: #98B65A;
}
/* line 398, ../sass/partials/_fonts.scss */
.color-green .number {
  margin-right: 0;
  color: #98B65A;
}
/* line 404, ../sass/partials/_fonts.scss */
.color-red {
  color: #C15148;
}
/* line 407, ../sass/partials/_fonts.scss */
.color-red .number {
  margin-right: 0;
  color: #C15148;
}

@media (max-width: 769px) {
  /* line 416, ../sass/partials/_fonts.scss */
  h2.color-yellow,
  h2.color-purple,
  h2.color-violet,
  h2.color-green,
  h2.color-red {
    text-align: center;
  }
}
/* line 425, ../sass/partials/_fonts.scss */
.black-color {
  color: #000;
}

/* line 3, ../sass/partials/_reset.scss */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 11, ../sass/partials/_reset.scss */
article, aside, details, figcaption, figure, footer, header, img, hgroup, main, menu, nav, section, video {
  display: block;
}

/* line 15, ../sass/partials/_reset.scss */
a:hover,
a:active,
a:focus,
object,
*:focus {
  outline: 0 none transparent;
}

/* line 23, ../sass/partials/_reset.scss */
body, html {
  min-height: 100%;
}

/* line 27, ../sass/partials/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
}

/* line 33, ../sass/partials/_reset.scss */
td, th {
  padding: 0;
}

/* line 37, ../sass/partials/_reset.scss */
textarea {
  overflow: auto;
}

/* line 41, ../sass/partials/_reset.scss */
.owl-carousel .owl-stage-outer {
  overflow: visible;
}

/* line 675, ../sass/partials/_mixins.scss */
.button-default {
  background: transparent;
  border: 2px solid #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 46px;
  height: 52px;
  max-width: 195px;
  overflow: visible;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  -moz-transition: background 0.25s, color 0.25s;
  -o-transition: background 0.25s, color 0.25s;
  -webkit-transition: background 0.25s, color 0.25s;
  transition: background 0.25s, color 0.25s;
  white-space: nowrap;
  width: 100%;
}
/* line 55, ../sass/partials/_mixins.scss */
.button-default:focus, .button-default:hover {
  background-color: #F48423;
  border-color: #F48423;
  color: black;
}

/* line 679, ../sass/partials/_mixins.scss */
.button-default--invert {
  background-color: #F48423;
  border: none;
  color: #fff;
  line-height: 50px;
}
/* line 70, ../sass/partials/_mixins.scss */
.button-default--invert:focus, .button-default--invert:hover {
  background-color: #727272;
  color: #fff;
}

/* line 683, ../sass/partials/_mixins.scss */
.button-default--disabled {
  background-color: #78777A;
  border: none;
  color: #fff;
  cursor: default;
  line-height: 50px;
}
/* line 83, ../sass/partials/_mixins.scss */
.button-default--disabled:focus, .button-default--disabled:hover {
  background-color: #78777A;
  color: #fff;
}

/* line 687, ../sass/partials/_mixins.scss */
.button-default--white {
  background-color: #fff;
  border-color: #727272;
  color: #727272;
}
/* line 94, ../sass/partials/_mixins.scss */
.button-default--white:focus, .button-default--white:hover {
  background-color: #727272;
  color: #fff;
}

/* line 691, ../sass/partials/_mixins.scss */
.button-default--white-font {
  background-color: #fff;
  border-color: #F48423;
  color: #F48423;
}
/* line 105, ../sass/partials/_mixins.scss */
.button-default--white-font:focus, .button-default--white-font:hover {
  background-color: #F48423;
  color: #fff;
}

/* line 695, ../sass/partials/_mixins.scss */
.button-default--large {
  display: block;
  font-size: 20px;
  height: 65px;
  letter-spacing: 1px;
  line-height: 44px;
  max-width: 272px;
  width: 100%;
}

/* line 238, ../sass/partials/_mixins.scss */
.blog-detail .blog-gallery:after {
  clear: both;
  content: "";
  display: block;
}

/* line 735, ../sass/partials/_mixins.scss */
.blog-detail .blog-gallery img {
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 768px) {
  /* line 5, ../sass/partials/_reusables.scss */
  .hide--mobile {
    display: none !important;
  }
}

@media (min-width: 768px) and (no-query: true) {
  /* line 11, ../sass/partials/_reusables.scss */
  .hide--desktop {
    display: none !important;
  }
}

/* line 28, ../sass/partials/_reusables.scss */
.hide--visually, input[type="checkbox"], input[type="radio"] {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

/* line 34, ../sass/partials/_reusables.scss */
body {
  background: #F8F8F8 !important;
}

/* line 38, ../sass/partials/_reusables.scss */
.inline-container {
  font-size: 0;
}
/* line 41, ../sass/partials/_reusables.scss */
.inline-container > * {
  display: inline-block;
  font-size: 1rem;
}

/* line 48, ../sass/partials/_reusables.scss */
.highlight-jumbotron {
  background: #fff;
  padding: 0 12px;
}

/* line 53, ../sass/partials/_reusables.scss */
.col-3 {
  width: 100%;
}
@media (min-width: 768px) and (no-query: true) {
  /* line 53, ../sass/partials/_reusables.scss */
  .col-3 {
    width: 33.33%;
  }
}

/* line 65, ../sass/partials/_reusables.scss */
.button-default[disabled] {
  background-color: #78777A;
}

/* line 91, ../sass/partials/_reusables.scss */
.link-default {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #F48423;
  font-family: "Proxima-Nova-Light", sans-serif;
  letter-spacing: .5px;
}
/* line 97, ../sass/partials/_reusables.scss */
.link-default:focus, .link-default:hover {
  color: #727272;
}

/* line 102, ../sass/partials/_reusables.scss */
.tag-link {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #78777A;
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 12px;
  letter-spacing: .5px;
  text-transform: uppercase;
}
/* line 110, ../sass/partials/_reusables.scss */
.tag-link:hover {
  color: #F48423;
}
/* line 114, ../sass/partials/_reusables.scss */
.tag-link:after {
  color: #78777A;
  content: ' | ';
  letter-spacing: 2px;
}
/* line 120, ../sass/partials/_reusables.scss */
.tag-link:last-of-type:after {
  content: '';
}

/* line 127, ../sass/partials/_reusables.scss */
.mantle-wrap {
  position: relative;
}

/* line 131, ../sass/partials/_reusables.scss */
.mantle {
  background-color: #727272;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 70px 0;
  text-align: center;
}
@media (min-width: 768px) and (no-query: true) {
  /* line 131, ../sass/partials/_reusables.scss */
  .mantle {
    padding: 130px 0 160px;
  }
}

/* line 146, ../sass/partials/_reusables.scss */
.mantle__title {
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 40px;
  letter-spacing: 2px;
  padding: 0 15px;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 768px) and (no-query: true) {
  /* line 146, ../sass/partials/_reusables.scss */
  .mantle__title {
    font-size: 50px;
  }
}

/* line 159, ../sass/partials/_reusables.scss */
.mantle__subtitle {
  margin-left: auto;
  margin-right: auto;
  max-width: 670px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 18px;
  line-height: 31px;
  padding-top: 25px;
  letter-spacing: 1.27px;
  padding-bottom: 10px;
}
@media (min-width: 768px) and (no-query: true) {
  /* line 159, ../sass/partials/_reusables.scss */
  .mantle__subtitle {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* line 171, ../sass/partials/_reusables.scss */
.breadcrumbs {
  padding-right: 10px;
  text-align: left;
  width: 60%;
}

/* line 177, ../sass/partials/_reusables.scss */
.breadcrumbs__link {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #78777A;
  font-size: 14px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
/* line 184, ../sass/partials/_reusables.scss */
.breadcrumbs__link:after {
  color: #78777A;
  content: ' / ';
  cursor: default;
}
/* line 190, ../sass/partials/_reusables.scss */
.breadcrumbs__link:hover {
  color: #F48423;
}

/* line 195, ../sass/partials/_reusables.scss */
.breadcrumbs__link--active {
  color: #F48423;
  cursor: default;
}
/* line 199, ../sass/partials/_reusables.scss */
.breadcrumbs__link--active:after {
  content: '';
}

/* line 204, ../sass/partials/_reusables.scss */
.content {
  position: relative;
}
/* line 206, ../sass/partials/_reusables.scss */
.content.container {
  position: relative;
}
@media (min-width: 1600px) {
  /* line 206, ../sass/partials/_reusables.scss */
  .content.container {
    width: 1440px;
  }
}
/* line 213, ../sass/partials/_reusables.scss */
.content.container-fluid {
  position: relative;
  width: 100%;
  padding: 0;
}
/* line 219, ../sass/partials/_reusables.scss */
.content ul {
  padding-left: 40px;
}
/* line 223, ../sass/partials/_reusables.scss */
.content-narrow {
  position: relative;
  margin: 0 auto;
}
@media (max-width: 768px) {
  /* line 223, ../sass/partials/_reusables.scss */
  .content-narrow {
    width: 98%;
  }
}
@media (min-width: 769px) {
  /* line 223, ../sass/partials/_reusables.scss */
  .content-narrow {
    width: 80%;
  }
}
@media (min-width: 900px) {
  /* line 223, ../sass/partials/_reusables.scss */
  .content-narrow {
    width: 80%;
  }
}
@media (min-width: 1100px) {
  /* line 223, ../sass/partials/_reusables.scss */
  .content-narrow {
    width: 900px;
  }
}
/* line 245, ../sass/partials/_reusables.scss */
.content-thin {
  position: relative;
  margin: 0 auto;
}
@media (max-width: 768px) {
  /* line 245, ../sass/partials/_reusables.scss */
  .content-thin {
    width: 100%;
  }
}
@media (min-width: 769px) {
  /* line 245, ../sass/partials/_reusables.scss */
  .content-thin {
    width: 100%;
  }
}
@media (min-width: 900px) {
  /* line 245, ../sass/partials/_reusables.scss */
  .content-thin {
    width: 80%;
  }
}
@media (min-width: 1100px) {
  /* line 245, ../sass/partials/_reusables.scss */
  .content-thin {
    width: 720px;
  }
}
@media (max-width: 768px) {
  /* line 204, ../sass/partials/_reusables.scss */
  .content {
    width: 95%;
  }
}
@media (min-width: 769px) {
  /* line 204, ../sass/partials/_reusables.scss */
  .content {
    width: 95%;
  }
}
@media (min-width: 900px) {
  /* line 204, ../sass/partials/_reusables.scss */
  .content {
    width: 95%;
  }
}
@media (min-width: 1200px) {
  /* line 204, ../sass/partials/_reusables.scss */
  .content {
    width: 1090px;
  }
}
@media (min-width: 1400px) {
  /* line 204, ../sass/partials/_reusables.scss */
  .content {
    width: 1240px;
  }
}

/* line 288, ../sass/partials/_reusables.scss */
.section-header {
  border-bottom: 2px solid #000;
  margin-bottom: 60px;
  padding: 30px 0;
}

/* line 294, ../sass/partials/_reusables.scss */
.section-header__title {
  color: #454545;
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 480px) and (no-query: true) {
  /* line 294, ../sass/partials/_reusables.scss */
  .section-header__title {
    display: inline-block;
  }
}
@media (min-width: 768px) and (no-query: true) {
  /* line 294, ../sass/partials/_reusables.scss */
  .section-header__title {
    font-size: 30px;
  }
}

/* line 312, ../sass/partials/_reusables.scss */
.section-header__link {
  color: #F48423;
  display: inline-block;
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 30px;
  margin-bottom: -30px;
  padding: 0 15px 0 0;
  position: relative;
  text-transform: uppercase;
  vertical-align: -30%;
  z-index: 5;
}
@media (min-width: 480px) and (no-query: true) {
  /* line 312, ../sass/partials/_reusables.scss */
  .section-header__link {
    float: right;
    margin-bottom: 0;
    padding: 0 15px;
    vertical-align: 0;
  }
}
@media (min-width: 768px) and (no-query: true) {
  /* line 312, ../sass/partials/_reusables.scss */
  .section-header__link {
    font-size: 15px;
  }
}
/* line 337, ../sass/partials/_reusables.scss */
.section-header__link:after {
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #F48423;
  content: "";
  font-size: 10px;
  position: absolute;
  right: -5px;
  top: 1px;
}
/* line 348, ../sass/partials/_reusables.scss */
.section-header__link:hover:after {
  right: -10px;
}

/* line 354, ../sass/partials/_reusables.scss */
.live-chat {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  color: #454545;
  display: inline-block;
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 15px;
  letter-spacing: .5px;
  line-height: 1;
  margin-top: 20px;
  padding: 15px 10px 20px 40px;
  position: relative;
  text-transform: uppercase;
}
/* line 369, ../sass/partials/_reusables.scss */
.live-chat:before {
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
  color: #F48423;
  content: "";
  font-size: 22px;
  left: 7px;
  position: absolute;
  top: 13px;
}
/* line 379, ../sass/partials/_reusables.scss */
.live-chat:hover {
  border-color: #F48423;
}
/* line 383, ../sass/partials/_reusables.scss */
.live-chat span {
  color: #6b6a6b;
  display: inline-block;
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 9px;
  padding-left: 5px;
  vertical-align: 25%;
}

/* line 393, ../sass/partials/_reusables.scss */
.live-chat--header {
  margin-right: 20px;
  margin-top: 15px;
}
@media (max-width: 768px) {
  /* line 393, ../sass/partials/_reusables.scss */
  .live-chat--header {
    padding: 10px 0 12px 15px;
    margin-right: 5px;
  }
  /* line 401, ../sass/partials/_reusables.scss */
  .live-chat--header:before {
    font-size: 0;
  }
  /* line 405, ../sass/partials/_reusables.scss */
  .live-chat--header span {
    font-size: 0;
    padding: 0;
  }
}

/* line 413, ../sass/partials/_reusables.scss */
.alert {
  color: #000;
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 14px;
  margin-top: 9px;
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 768px) and (no-query: true) {
  /* line 413, ../sass/partials/_reusables.scss */
  .alert {
    font-size: 28px;
  }
}

/* line 433, ../sass/partials/_reusables.scss */
.back-to-top .rect {
  background: #1DA1B3;
}
/* line 437, ../sass/partials/_reusables.scss */
.back-to-top span {
  font-family: ProximaNovaSemibold;
  font-size: 10px;
  color: #2D3742;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}
/* line 445, ../sass/partials/_reusables.scss */
.back-to-top:hover {
  opacity: .5;
}

/* line 454, ../sass/partials/_reusables.scss */
.video-gallery .video-card {
  margin: 0 !important;
}
/* line 457, ../sass/partials/_reusables.scss */
.video-gallery .video-card iframe {
  min-height: 650px !important;
}
@media (max-width: 993px) {
  /* line 457, ../sass/partials/_reusables.scss */
  .video-gallery .video-card iframe {
    min-height: 450px !important;
  }
}
@media (max-width: 768px) {
  /* line 457, ../sass/partials/_reusables.scss */
  .video-gallery .video-card iframe {
    min-height: 350px !important;
  }
}
@media (max-width: 480px) {
  /* line 457, ../sass/partials/_reusables.scss */
  .video-gallery .video-card iframe {
    min-height: 250px  !important;
  }
}
/* line 475, ../sass/partials/_reusables.scss */
.video-wrap {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;
}
/* line 482, ../sass/partials/_reusables.scss */
.video-wrap__iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 490, ../sass/partials/_reusables.scss */
.video-wrap__btn {
  background-color: transparent;
  background-color: transparent;
  height: 100%;
  left: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 500, ../sass/partials/_reusables.scss */
.video-wrap__btn:before {
  background-color: #000;
  content: '';
  height: 50px;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  outline: none;
  position: absolute;
  top: 50%;
  width: 50px;
}
/* line 514, ../sass/partials/_reusables.scss */
.video-wrap__btn:after {
  color: #F48423;
  content: "";
  font-family: "Icons";
  font-size: 75px;
  left: 50%;
  margin-left: -45px;
  margin-top: -37.5px;
  position: absolute;
  top: 50%;
}
/* line 527, ../sass/partials/_reusables.scss */
.video-card__play {
  position: absolute;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 50px;
  font-size: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.3;
  margin: auto;
  color: #fff;
}
/* line 543, ../sass/partials/_reusables.scss */
.video-card {
  margin: 30px  15px 20px !important;
  background: #fff;
}
/* line 548, ../sass/partials/_reusables.scss */
.video-card video, .video-card iframe {
  width: 100%;
  min-height: 350px !important;
}
/* line 555, ../sass/partials/_reusables.scss */
.video-card.col-half video, .video-card.col-half iframe {
  width: 100%;
  min-height: 200px !important;
  position: relative;
}
@media (max-width: 768px) {
  /* line 555, ../sass/partials/_reusables.scss */
  .video-card.col-half video, .video-card.col-half iframe {
    min-height: 350px !important;
  }
}
@media (max-width: 480px) {
  /* line 555, ../sass/partials/_reusables.scss */
  .video-card.col-half video, .video-card.col-half iframe {
    min-height: 250px !important;
  }
}
/* line 573, ../sass/partials/_reusables.scss */
.video-card.col-full video, .video-card.col-full iframe {
  width: 100%;
  min-height: 500px !important;
}
@media (max-width: 768px) {
  /* line 573, ../sass/partials/_reusables.scss */
  .video-card.col-full video, .video-card.col-full iframe {
    min-height: 350px !important;
  }
}
@media (max-width: 480px) {
  /* line 573, ../sass/partials/_reusables.scss */
  .video-card.col-full video, .video-card.col-full iframe {
    min-height: 250px !important;
  }
}
@media (max-width: 480px) {
  /* line 543, ../sass/partials/_reusables.scss */
  .video-card {
    margin-bottom: 20px !important;
  }
}
/* line 594, ../sass/partials/_reusables.scss */
.video-card__video {
  position: relative;
}
/* line 597, ../sass/partials/_reusables.scss */
.video-card__video img {
  width: 100%;
}
/* line 602, ../sass/partials/_reusables.scss */
.video .caption {
  /* caption */
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 14px;
  color: #272C32;
  line-height: 18px;
  width: 100%;
  background: #fff;
  padding: 10px;
  margin-top: -9px;
}

/* line 615, ../sass/partials/_reusables.scss */
.weight-black {
  font-family: "Proxima-Nova-Black", sans-serif;
}

/* line 619, ../sass/partials/_reusables.scss */
.campaign {
  /*summary */
  border: 1px solid #979797;
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 18px;
  color: #272C32;
  line-height: 29px;
}

/* line 629, ../sass/partials/_reusables.scss */
.filter .category {
  /* category */
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 18px;
  color: #2D3742;
  letter-spacing: 0;
}
/* line 637, ../sass/partials/_reusables.scss */
.filter li {
  /* li*/
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 14px;
  color: #272C32;
  letter-spacing: 0;
  line-height: 37px;
  text-transform: uppercase;
}
/* line 645, ../sass/partials/_reusables.scss */
.filter li.active {
  /* active*/
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 14px;
  color: #1DA1B3;
  letter-spacing: 0;
  line-height: 37px;
  text-transform: uppercase;
}

/* line 657, ../sass/partials/_reusables.scss */
.table-wrap {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
/* line 662, ../sass/partials/_reusables.scss */
.table-wrap .table-cell {
  display: table-cell;
  vertical-align: middle;
}

/* line 669, ../sass/partials/_reusables.scss */
.bg-white {
  background: #fff;
}
/* line 672, ../sass/partials/_reusables.scss */
.bg-primary {
  background: #1DA1B3 !important;
}
/* line 675, ../sass/partials/_reusables.scss */
.bg-sub {
  background: #2D3742 !important;
}
/* line 678, ../sass/partials/_reusables.scss */
.bg-sub-dark {
  background: #1c232a;
}
/* line 681, ../sass/partials/_reusables.scss */
.bg-violet, .bg-purple {
  background: #9978B6;
}
/* line 684, ../sass/partials/_reusables.scss */
.bg-yellow {
  background: #DFA831;
}
/* line 687, ../sass/partials/_reusables.scss */
.bg-green {
  background: #98B65A;
}
/* line 690, ../sass/partials/_reusables.scss */
.bg-red {
  background: #C15148;
}
/* line 694, ../sass/partials/_reusables.scss */
.bg-overlayed {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center;
}
/* line 699, ../sass/partials/_reusables.scss */
.bg-overlayed .content {
  position: relative;
  z-index: 9;
}
@media (max-width: 768px) {
  /* line 694, ../sass/partials/_reusables.scss */
  .bg-overlayed {
    background-size: cover !important;
  }
}

/* line 711, ../sass/partials/_reusables.scss */
.mt-50 {
  margin-top: 50px;
}
/* line 715, ../sass/partials/_reusables.scss */
.mt-30 {
  margin-top: 30px;
}
/* line 719, ../sass/partials/_reusables.scss */
.mt-15 {
  margin-top: 15px;
}

/* line 725, ../sass/partials/_reusables.scss */
.m-0 {
  margin: 0;
}

/* line 731, ../sass/partials/_reusables.scss */
.mb-10 {
  margin-bottom: 10px;
}
/* line 735, ../sass/partials/_reusables.scss */
.mb-20 {
  margin-bottom: 20px;
}
/* line 739, ../sass/partials/_reusables.scss */
.mb-30 {
  margin-bottom: 30px;
}
/* line 743, ../sass/partials/_reusables.scss */
.mb-50 {
  margin-bottom: 50px;
}
/* line 747, ../sass/partials/_reusables.scss */
.mb-100 {
  margin-bottom: 100px;
}
/* line 751, ../sass/partials/_reusables.scss */
.mb--100 {
  margin-bottom: -100px;
}

/* line 757, ../sass/partials/_reusables.scss */
.padding-side-30 {
  padding-left: 30px;
  padding-right: 30px;
}
/* line 761, ../sass/partials/_reusables.scss */
.padding-30 {
  padding: 30px;
}
/* line 765, ../sass/partials/_reusables.scss */
.padding-30-0 {
  padding: 30px 0;
}
/* line 769, ../sass/partials/_reusables.scss */
.padding-100-15 {
  padding: 100px 15px !important;
}
/* line 773, ../sass/partials/_reusables.scss */
.padding-50-15 {
  padding: 50px 15px !important;
}
/* line 777, ../sass/partials/_reusables.scss */
.padding-50-30 {
  padding: 50px 30px !important;
}
/* line 781, ../sass/partials/_reusables.scss */
.padding-100-30 {
  padding: 100px 30px !important;
}
/* line 785, ../sass/partials/_reusables.scss */
.padding-0-30-100 {
  padding: 0px 30px 100px !important;
}

/* line 790, ../sass/partials/_reusables.scss */
.overlay {
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
/* line 796, ../sass/partials/_reusables.scss */
.overlay:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: " ";
  z-index: 1;
  opacity: .75;
}
/* line 812, ../sass/partials/_reusables.scss */
.overlay-white .content {
  z-index: 3;
  position: relative;
}
/* line 816, ../sass/partials/_reusables.scss */
.overlay-white:after {
  background: #fff;
}
/* line 822, ../sass/partials/_reusables.scss */
.overlay-dark:after {
  opacity: 0.6;
  background: #000;
}
/* line 829, ../sass/partials/_reusables.scss */
.overlay-violet:after, .overlay-purple:after {
  background: #9978B6;
}
/* line 834, ../sass/partials/_reusables.scss */
.overlay-green:after {
  background: #98B65A;
}
/* line 839, ../sass/partials/_reusables.scss */
.overlay-yellow:after {
  background: #DFA831;
}
/* line 844, ../sass/partials/_reusables.scss */
.overlay-red:after {
  background: #C15148;
}
/* line 849, ../sass/partials/_reusables.scss */
.overlay-primary:after {
  background: #1DA1B3;
}
/* line 853, ../sass/partials/_reusables.scss */
.overlay-inner {
  z-index: 2;
  position: relative;
}
@media (max-width: 768px) {
  /* line 859, ../sass/partials/_reusables.scss */
  .overlay.col {
    margin: 0 -40px;
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

/* line 867, ../sass/partials/_reusables.scss */
.tags {
  margin-bottom: 10px;
}

/* line 871, ../sass/partials/_reusables.scss */
.tag {
  display: inline !important;
  margin-right: 3px;
  vertical-align: middle;
  padding: 5px;
  text-transform: uppercase;
  background: #fff;
  font-size: 14px;
  font-family: "Proxima-Nova-Bold", sans-serif;
}
/* line 881, ../sass/partials/_reusables.scss */
.tag-yellow, .tag.Economic {
  color: #DFA831 !important;
}
/* line 884, ../sass/partials/_reusables.scss */
.tag-red {
  color: #C15148 !important;
}
/* line 887, ../sass/partials/_reusables.scss */
.tag-violet, .tag-purple, .tag.Educational {
  color: #9978B6 !important;
}
/* line 890, ../sass/partials/_reusables.scss */
.tag-sub {
  color: #2D3742 !important;
}
/* line 893, ../sass/partials/_reusables.scss */
.tag-green, .tag.SER {
  color: #98B65A !important;
}
/* line 896, ../sass/partials/_reusables.scss */
.tag-black {
  color: #000  !important;
}

/* line 902, ../sass/partials/_reusables.scss */
.after:after {
  clear: both;
  content: "";
  display: block;
  clear: both;
}

/* line 910, ../sass/partials/_reusables.scss */
.inline {
  display: inline-block;
}

@media (min-width: 769px) {
  /* line 916, ../sass/partials/_reusables.scss */
  .desktop-border-left {
    width: 65%;
    height: 10px;
    margin: 20px auto;
    border-right: 7px dotted #272C32;
  }
  /* line 922, ../sass/partials/_reusables.scss */
  .desktop-border-left.border-green {
    border-color: #98B65A;
  }
  /* line 926, ../sass/partials/_reusables.scss */
  .desktop-border-left.border-yellow {
    border-color: #DFA831;
  }
  /* line 930, ../sass/partials/_reusables.scss */
  .desktop-border-left.border-violet, .desktop-border-left.border-purple {
    border-color: #9978B6;
  }
  /* line 934, ../sass/partials/_reusables.scss */
  .desktop-border-left.border-red {
    border-color: #C15148;
  }

  /* line 939, ../sass/partials/_reusables.scss */
  .padding-desktop-80-30 {
    padding: 80px 30px;
  }
}
@media (max-width: 768px) {
  /* line 945, ../sass/partials/_reusables.scss */
  .mobile-align-center {
    text-align: center;
  }

  /* line 949, ../sass/partials/_reusables.scss */
  .fs-tablet-28 {
    font-size: 28px;
  }

  /* line 953, ../sass/partials/_reusables.scss */
  .w-70 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 959, ../sass/partials/_reusables.scss */
  .w-50 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 965, ../sass/partials/_reusables.scss */
  .tablet-border-bottom {
    width: 65%;
    height: 10px;
    margin: 20px auto !important;
    border-bottom: 7px dotted #272C32;
  }
  /* line 971, ../sass/partials/_reusables.scss */
  .tablet-border-bottom.border-green {
    border-color: #98B65A;
  }
  /* line 975, ../sass/partials/_reusables.scss */
  .tablet-border-bottom.border-yellow {
    border-color: #DFA831;
  }
  /* line 979, ../sass/partials/_reusables.scss */
  .tablet-border-bottom.border-violet, .tablet-border-bottom.border-purple {
    border-color: #9978B6;
  }
  /* line 983, ../sass/partials/_reusables.scss */
  .tablet-border-bottom.border-red {
    border-color: #C15148;
  }

  /* line 988, ../sass/partials/_reusables.scss */
  .tablet-border-middle {
    width: calc(50% + 10px);
    height: 99.6%;
    margin: 20px auto;
    border-right: 7px dotted #78777A;
    position: absolute !important;
    z-index: 1 !important;
    top: 0;
    padding-bottom: 50px;
  }
  /* line 998, ../sass/partials/_reusables.scss */
  .tablet-border-middle.border-green {
    border-color: #98B65A;
  }
  /* line 1002, ../sass/partials/_reusables.scss */
  .tablet-border-middle.border-yellow {
    border-color: #DFA831;
  }
  /* line 1006, ../sass/partials/_reusables.scss */
  .tablet-border-middle.border-violet, .tablet-border-middle.border-purple {
    border-color: #9978B6;
  }
  /* line 1010, ../sass/partials/_reusables.scss */
  .tablet-border-middle.border-red {
    border-color: #C15148;
  }

  /* line 1015, ../sass/partials/_reusables.scss */
  .tablet-align-center {
    text-align: center !important;
  }
}
/* line 1021, ../sass/partials/_reusables.scss */
.inner-text h5 {
  margin-bottom: 20px;
  font-size: 28px;
}
/* line 1026, ../sass/partials/_reusables.scss */
.inner-text h6 {
  margin: 30px 0;
  color: #2D3742;
  font-size: 22px;
  font-family: "Proxima-Nova-Bold", sans-serif;
}
/* line 1033, ../sass/partials/_reusables.scss */
.inner-text strong {
  font-family: "Proxima-Nova-Bold", sans-serif;
}
/* line 1037, ../sass/partials/_reusables.scss */
.inner-text b {
  font-family: "Proxima-Nova-Black", sans-serif;
}

/* line 1045, ../sass/partials/_reusables.scss */
.content-thin .inner-text h5 {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.3;
}

/* line 1053, ../sass/partials/_reusables.scss */
.semibold {
  font-family: "Proxima-Nova-Semibold", sans-serif;
}

/* line 1057, ../sass/partials/_reusables.scss */
.bold {
  font-family: "Proxima-Nova-Bold", sans-serif;
}

/* line 1061, ../sass/partials/_reusables.scss */
.small {
  font-size: 12px;
}

/* line 1066, ../sass/partials/_reusables.scss */
.social-networks .contact-social {
  background: #2D3742;
  color: #fff;
  display: inline-block;
  margin-right: 4px;
  width: 35px;
  text-align: center;
  padding: 3px 0 0;
  font-size: 14px;
}
/* line 1077, ../sass/partials/_reusables.scss */
.social-networks.vertical {
  text-align: center;
  right: -50px;
  position: absolute;
}
/* line 1081, ../sass/partials/_reusables.scss */
.social-networks.vertical small {
  text-transform: uppercase;
  font-size: 10px;
  font-family: "Proxima-Nova-Bold", sans-serif;
}
/* line 1086, ../sass/partials/_reusables.scss */
.social-networks.vertical a {
  display: block;
  margin-bottom: 3px;
}

/* line 1094, ../sass/partials/_reusables.scss */
.download-hidden {
  position: absolute;
  height: 360px;
  top: 100%;
  width: 100%;
  background: rgba(45, 55, 66, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease;
  padding: 0 20%;
}
/* line 1106, ../sass/partials/_reusables.scss */
.download-hidden a {
  color: #fff !important;
  font-family: "Proxima-Nova-Bold", sans-serif;
  display: block;
}
/* line 1113, ../sass/partials/_reusables.scss */
.download .image-wrap {
  position: relative;
  height: 230px;
  overflow: hidden;
}
/* line 1120, ../sass/partials/_reusables.scss */
.download:hover .download-hidden {
  top: 0;
}

/* line 1126, ../sass/partials/_reusables.scss */
.icon-centered {
  font-size: 14px;
}
/* line 1129, ../sass/partials/_reusables.scss */
.icon-centered i {
  font-size: 36px;
  display: block;
}

/* line 1136, ../sass/partials/_reusables.scss */
.pull-left {
  float: left;
}
/* line 1139, ../sass/partials/_reusables.scss */
.pull-right {
  float: right;
}

/* line 1144, ../sass/partials/_reusables.scss */
.breadcrumbs {
  font-size: 16px !important;
  width: 100%;
}
/* line 1147, ../sass/partials/_reusables.scss */
.breadcrumbs a {
  color: #2D3742;
}

/* line 1152, ../sass/partials/_reusables.scss */
.gallery-item-text {
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 14px;
  color: #272C32;
  line-height: 18px;
  width: 100%;
  background: #fff;
  padding: 10px;
  margin-top: -5px;
}

/* line 1164, ../sass/partials/_reusables.scss */
.inner-text ul {
  padding-left: 20px;
}

/* line 1171, ../sass/partials/_reusables.scss */
.messages .alert-success {
  width: calc(100% - 40px);
  position: absolute;
  z-index: 999;
  background: #b6ffb6;
  font-size: 14px;
  margin: 10px 20px;
  list-style: none;
  border-radius: 2px;
  text-transform: none;
  border: 1px solid #6cd06a;
}

/* line 3, ../sass/partials/_icons.scss */
.icon, [class*='icon--'] {
  font-family: "Icons" !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

/* line 267, ../sass/partials/_icons.scss */
.icon--search:before {
  content: "";
}

/* line 303, ../sass/partials/_icons.scss */
.icon--social-facebook:before {
  content: "";
}

/* line 309, ../sass/partials/_icons.scss */
.icon--social-google-plus:before {
  content: "";
}

/* line 315, ../sass/partials/_icons.scss */
.icon--social-instagram:before {
  content: "";
}

/* line 321, ../sass/partials/_icons.scss */
.icon--social-linkedin:before {
  content: "";
}

/* line 327, ../sass/partials/_icons.scss */
.icon--social-pinterest:before {
  content: "";
}

/* line 345, ../sass/partials/_icons.scss */
.icon--social-tumblr:before {
  content: "";
}

/* line 351, ../sass/partials/_icons.scss */
.icon--social-twitter:before {
  content: "";
}

/* line 369, ../sass/partials/_icons.scss */
.icon--social-youtube:before {
  content: "";
}

/* line 3, ../sass/partials/_general.scss */
body {
  background: #fff;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 12px;
  height: 100%;
  min-height: 100vh;
  padding-top: 108px;
  position: static;
  overflow-x: hidden;
  overflow-y: auto;
}
/* line 17, ../sass/partials/_general.scss */
body > * {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
/* line 22, ../sass/partials/_general.scss */
body:before {
  content: "0";
  position: absolute;
  top: auto;
  left: auto;
  width: 0;
  height: 0;
  visibility: hidden;
  z-index: -1;
}
@media (min-width: 480px) {
  /* line 22, ../sass/partials/_general.scss */
  body:before {
    content: "480px";
  }
}
@media (min-width: 768px) {
  /* line 22, ../sass/partials/_general.scss */
  body:before {
    content: "768px";
  }
}
@media (min-width: 1024px) {
  /* line 22, ../sass/partials/_general.scss */
  body:before {
    content: "1024px";
  }
}
@media (min-width: 1025px) {
  /* line 22, ../sass/partials/_general.scss */
  body:before {
    content: "1025px";
  }
}
@media (min-width: 1440px) {
  /* line 22, ../sass/partials/_general.scss */
  body:before {
    content: "1440px";
  }
}

/* line 43, ../sass/partials/_general.scss */
html {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 52, ../sass/partials/_general.scss */
a {
  text-decoration: underline;
}

/* line 56, ../sass/partials/_general.scss */
button, input, optgroup, select, textarea {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 64, ../sass/partials/_general.scss */
button {
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  overflow: visible;
}

/* line 75, ../sass/partials/_general.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 81, ../sass/partials/_general.scss */
fieldset {
  border-style: none;
}

/* line 85, ../sass/partials/_general.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* line 89, ../sass/partials/_general.scss */
img {
  border: none;
  height: auto;
  max-width: 100%;
  outline: none;
}

/* line 96, ../sass/partials/_general.scss */
input {
  line-height: normal;
  margin: 0;
}
/* line 100, ../sass/partials/_general.scss */
input[type="search"] {
  -webkit-appearance: none;
}
/* line 104, ../sass/partials/_general.scss */
input[type="submit"] {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

/* line 112, ../sass/partials/_general.scss */
main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 120, ../sass/partials/_general.scss */
.breadcrumbs-block {
  left: 79px;
  position: absolute;
  right: 79px;
  top: 15px;
}
@media (max-width: 767px) {
  /* line 120, ../sass/partials/_general.scss */
  .breadcrumbs-block {
    left: 20px;
    right: 20px;
  }
}

/* line 132, ../sass/partials/_general.scss */
.content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1340px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) and (no-query: true) {
  /* line 132, ../sass/partials/_general.scss */
  .content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* line 11, ../sass/partials/_forms.scss */
input,
textarea {
  /* text field: */
  border-radius: 3px;
  border: 1px solid #DBDBDB;
  /* text: */
  font-size: 16px;
  font-family: "Proxima-Nova-Light", sans-serif;
}
/* line 28, ../sass/partials/_forms.scss */
input:focus, input:focus:required:invalid, input:focus:required:invalid:focus,
textarea:focus,
textarea:focus:required:invalid,
textarea:focus:required:invalid:focus {
  color: #000;
}

/* line 37, ../sass/partials/_forms.scss */
textarea {
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 12px;
  height: 140px;
  letter-spacing: 0.05rem;
  margin-bottom: 18px;
  max-width: 100%;
  padding: 13px 15px;
  width: 100%;
}

/* line 50, ../sass/partials/_forms.scss */
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="date"],
.chosen-container-single .chosen-search input[type="email"],
.chosen-container-single .chosen-search input[type="number"],
.chosen-container-single .chosen-search input[type="password"],
.chosen-container-single .chosen-search input[type="search"],
.chosen-container-single .chosen-search input[type="tel"],
.chosen-container-single .chosen-search input[type="text"],
.chosen-container-single .chosen-search input[type="date"] {
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 12px;
  height: 45px;
  letter-spacing: 0.05rem;
  line-height: 45px;
  margin: 0;
  padding: 0 15px;
  width: 100%;
}
/* line 61, ../sass/partials/_forms.scss */
input[type="email"], input[type="password"],
.chosen-container-single .chosen-search input[type="email"],
.chosen-container-single .chosen-search input[type="password"] {
  -webkit-appearance: none;
}
/* line 65, ../sass/partials/_forms.scss */
input[type="date"],
.chosen-container-single .chosen-search input[type="date"] {
  position: relative;
}
/* line 68, ../sass/partials/_forms.scss */
input[type="date"]::-webkit-calendar-picker-indicator,
.chosen-container-single .chosen-search input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 73, ../sass/partials/_forms.scss */
input[type="date"]::-webkit-inner-spin-button,
.chosen-container-single .chosen-search input[type="date"]::-webkit-inner-spin-button {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 78, ../sass/partials/_forms.scss */
input[type="date"]:before,
.chosen-container-single .chosen-search input[type="date"]:before {
  color: #000;
  content: "";
  display: block;
  font-family: "Icons";
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  font-size: 12px;
  line-height: 45px;
  margin-right: 15px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  right: 0;
  speak: none;
  text-align: right;
  top: 0;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 97, ../sass/partials/_forms.scss */
input[type="date"]:hover:before, input[type="date"]:hover::-webkit-inner-spin-button,
.chosen-container-single .chosen-search input[type="date"]:hover:before,
.chosen-container-single .chosen-search input[type="date"]:hover::-webkit-inner-spin-button {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 105, ../sass/partials/_forms.scss */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* line 113, ../sass/partials/_forms.scss */
.chosen-container-single .chosen-search {
  padding: 3px;
}
/* line 117, ../sass/partials/_forms.scss */
.chosen-container-single .chosen-search input[type="text"] {
  background-color: white;
  background-image: url("../images/search.0fa1a0970e12.png");
  background-image: -webkit-linear-gradient(transparent, transparent), url("../images/search.2086744a6359.svg");
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../images/search.2086744a6359.svg");
  background-position: right 11px center;
  background-repeat: no-repeat;
  -moz-background-size: 25px;
  -o-background-size: 25px;
  -webkit-background-size: 25px;
  background-size: 25px;
  border: 1px solid #d8d8d8;
  padding-right: 46px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  /* line 130, ../sass/partials/_forms.scss */
  .chosen-container-single .chosen-search input[type="text"] {
    background-image: url("../images/search.0fa1a0970e12.png") !important;
    background-image: -webkit-linear-gradient(transparent, transparent), url("../images/search.2086744a6359.svg") !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../images/search.2086744a6359.svg") !important;
    background-size: 25px !important;
  }
}

/* line 139, ../sass/partials/_forms.scss */
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 144, ../sass/partials/_forms.scss */
select {
  background-color: white;
  background-image: url("../images/angle-down.ea307902823d.png");
  background-image: url("../images/angle-down.f08c03affba2.svg");
  background-position: right 15px center;
  background-repeat: no-repeat;
  -moz-background-size: 12px;
  -o-background-size: 12px;
  -webkit-background-size: 12px;
  background-size: 12px;
  border: 1px solid #d8d8d8;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #727272;
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 12px;
  height: 50px;
  letter-spacing: .5px;
  line-height: 45px;
  margin-bottom: 25px;
  padding: 0 30px 0 15px;
  -moz-appearance: none;
  text-align: left;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  width: 100%;
}
/* line 174, ../sass/partials/_forms.scss */
select:focus:invalid:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #b94a48;
}
/* line 179, ../sass/partials/_forms.scss */
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #ccc;
}
/* line 184, ../sass/partials/_forms.scss */
select::-ms-expand {
  display: none;
}
/* line 188, ../sass/partials/_forms.scss */
select:invalid {
  color: #78777A;
}

/* line 193, ../sass/partials/_forms.scss */
.chosen-container-single {
  font-size: 100%;
  margin-bottom: 18px;
  text-align: left;
  width: 100% !important;
}
/* line 199, ../sass/partials/_forms.scss */
.chosen-container-single .chosen-single {
  background: #fff;
  border: 1px solid #d8d8d8;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  padding: 0;
  height: 45px;
  line-height: 45px;
  -moz-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
/* line 210, ../sass/partials/_forms.scss */
.chosen-container-single .chosen-single span {
  color: #000;
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05rem;
  margin-right: 30px;
  padding-left: 15px;
}
/* line 219, ../sass/partials/_forms.scss */
.chosen-container-single .chosen-single div {
  width: 42px;
}
/* line 222, ../sass/partials/_forms.scss */
.chosen-container-single .chosen-single div b {
  background: none !important;
  color: #000;
  position: relative;
  text-indent: -999em;
}
/* line 279, ../sass/partials/_mixins.scss */
.chosen-container-single .chosen-single div b:after {
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 0;
}
/* line 270, ../sass/partials/_mixins.scss */
.chosen-container-single .chosen-single div b:after {
  content: "";
}
/* line 227, ../sass/partials/_forms.scss */
.chosen-container-single .chosen-single div b:after {
  font-size: 12px;
  line-height: 45px;
  right: 0;
  text-align: center;
}
/* line 236, ../sass/partials/_forms.scss */
.chosen-container-single .chosen-single:hover {
  border-color: #d8d8d8;
}
/* line 241, ../sass/partials/_forms.scss */
.chosen-container-single .chosen-drop {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 246, ../sass/partials/_forms.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  background: #fff;
  border: 1px solid #d8d8d8;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 254, ../sass/partials/_forms.scss */
.chosen-container .chosen-results {
  margin: 0;
  padding: 14px 0 1px 0;
}
/* line 258, ../sass/partials/_forms.scss */
.chosen-container .chosen-results li {
  color: #000;
  font-family: "Proxima-Nova-Bold", sans-serif;
  font-size: 12px;
  height: auto;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  margin: 0 0 10px 0;
  padding: 0 15px;
  -moz-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
/* line 269, ../sass/partials/_forms.scss */
.chosen-container .chosen-results li.highlighted {
  background: #fff;
  color: #000;
}
/* line 358, ../sass/partials/_mixins.scss */
.no-touchevents .chosen-container .chosen-results li.highlighted:hover {
  color: #acacac;
}
/* line 278, ../sass/partials/_forms.scss */
.chosen-container .chosen-results li.result-selected {
  background: #fff;
  color: #acacac;
}
/* line 285, ../sass/partials/_forms.scss */
.chosen-container .chosen-drop {
  background: #fff;
  border: 1px solid #d8d8d8;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 100;
}

/* line 294, ../sass/partials/_forms.scss */
.crementor input[type="number"] {
  background: #efefef;
  border: none;
  color: #000;
  font-size: 12px;
  height: 36px;
  line-height: 36px;
  max-width: 60px;
  padding: 0 10px;
  text-align: center;
  width: auto;
}
/* line 308, ../sass/partials/_forms.scss */
.crementor span {
  display: none;
}

/* line 324, ../sass/partials/_forms.scss */
input[type="checkbox"] + label:before {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  content: '';
  height: 20px;
  left: 0;
  position: absolute;
  top: -2px;
  width: 20px;
}
/* line 338, ../sass/partials/_forms.scss */
input[type="checkbox"]:checked + label:before {
  color: #F48423;
  content: '\2714';
  font-size: 15px;
  line-height: 1;
  text-align: center;
}

/* line 352, ../sass/partials/_forms.scss */
input[type="radio"] + label {
  cursor: pointer !important;
  display: block;
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 14px;
  padding-left: 30px;
  position: relative;
}
/* line 363, ../sass/partials/_forms.scss */
input[type="radio"] + label:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  content: '';
  cursor: pointer;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
/* line 377, ../sass/partials/_forms.scss */
input[type="radio"] + label:after {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  content: '';
  cursor: pointer;
  height: 14px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 14px;
}
/* line 392, ../sass/partials/_forms.scss */
input[type="radio"]:checked + label:after {
  background-color: #F48423;
}

/* line 404, ../sass/partials/_forms.scss */
.form-field {
  margin-top: 10px;
}
/* line 407, ../sass/partials/_forms.scss */
.form-field .input-lg {
  width: 80%;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
  height: 60px;
  font-size: 26px;
}
@media (max-width: 768px) {
  /* line 407, ../sass/partials/_forms.scss */
  .form-field .input-lg {
    width: 100%;
  }
}
/* line 422, ../sass/partials/_forms.scss */
.form-checkbox h5 {
  margin: 15px 0;
}
/* line 425, ../sass/partials/_forms.scss */
.form-checkbox ul {
  padding: 0;
}
/* line 428, ../sass/partials/_forms.scss */
.form-checkbox li {
  list-style: none;
}

/* line 435, ../sass/partials/_forms.scss */
.clear-form {
  font-family: "Proxima-Nova-Bold", sans-serif;
  font-size: 14px;
  margin-top: 20px;
  color: #222;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
/* line 444, ../sass/partials/_forms.scss */
.clear-form:hover {
  text-decoration: underline;
}

/* line 449, ../sass/partials/_forms.scss */
.checkbox-tag {
  position: absolute;
  opacity: 0;
}
/* line 453, ../sass/partials/_forms.scss */
.checkbox-tag + label {
  position: relative;
  cursor: pointer;
  padding: 0 !important;
  padding: 6px 10px !important;
  font-size: 15px !important;
  text-transform: uppercase;
  font-family: "Proxima-Nova-Semibold", sans-serif;
}
@media (min-width: 769px) {
  /* line 463, ../sass/partials/_forms.scss */
  .checkbox-tag + label:hover {
    background: #fff;
    color: #9978B6;
    text-decoration: underline;
  }
}
@media (max-width: 768px) {
  /* line 453, ../sass/partials/_forms.scss */
  .checkbox-tag + label {
    font-size: 18px !important;
  }
}
/* line 476, ../sass/partials/_forms.scss */
.checkbox-tag + label:before {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
/* line 494, ../sass/partials/_forms.scss */
.checkbox-tag:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
/* line 504, ../sass/partials/_forms.scss */
.checkbox-tag:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
/* line 510, ../sass/partials/_forms.scss */
.checkbox-tag:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
/* line 516, ../sass/partials/_forms.scss */
.checkbox-tag:checked + label {
  background: #fff !important;
  color: #9978B6;
  text-decoration: underline !important;
}
/* line 521, ../sass/partials/_forms.scss */
.checkbox-tag:checked + label:before {
  background: transparent !important;
  border: none !important;
  content: '' !important;
}

/* line 542, ../sass/partials/_forms.scss */
.form-wrap {
  position: relative;
}

/* line 545, ../sass/partials/_forms.scss */
.alert {
  margin-bottom: 0;
}
/* line 550, ../sass/partials/_forms.scss */
.alert .errorlist {
  list-style: none;
  padding: 0;
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  font-size: 12px;
  text-transform: none;
  border-radius: 4px;
}

/* line 562, ../sass/partials/_forms.scss */
.form-field.resource-directory-form {
  position: relative;
}
/* line 564, ../sass/partials/_forms.scss */
.form-field.resource-directory-form .input-lg {
  padding-left: 0 !important;
  position: relative;
}
/* line 569, ../sass/partials/_forms.scss */
.form-field.resource-directory-form input {
  height: 60px;
  font-size: 26px;
  width: 100%;
}
/* line 575, ../sass/partials/_forms.scss */
.form-field.resource-directory-form .resource-directory-form-icon {
  position: absolute;
  color: #fff;
  font-size: 30px;
  opacity: 1;
  right: -2px;
  left: auto;
  width: 80px;
  background: #2D3742;
  text-align: center;
  padding: 14px 0px;
  top: -4px;
  border: none;
}
/* line 594, ../sass/partials/_forms.scss */
.form-field.resource-directory-form .input-lg {
  padding-left: 70px;
}

/* line 2, ../sass/partials/_header.scss */
.logo img {
  max-width: none;
  height: 50px;
}
/* line 7, ../sass/partials/_header.scss */
.logo a {
  padding: 15px 0;
  width: 100%;
  vertical-align: middle;
}

/* line 14, ../sass/partials/_header.scss */
.header {
  font-family: "Proxima-Nova-Light", sans-serif;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

/* line 23, ../sass/partials/_header.scss */
.mobile-search-wrap button {
  float: left;
}

/* line 27, ../sass/partials/_header.scss */
.search-top-wrapper {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -130px;
  visibility: hidden;
  transition: all 0.5s ease;
}
/* line 35, ../sass/partials/_header.scss */
.search-top-wrapper .form-outer {
  height: 150px;
  width: calc(100% - 70px);
}
/* line 40, ../sass/partials/_header.scss */
.search-top-wrapper .close-search {
  width: 100px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-top: 50px;
  width: 55px;
  font-size: 49px;
}
/* line 51, ../sass/partials/_header.scss */
.search-top-wrapper input {
  color: #2D3742;
  font-size: 24px;
  padding-left: 30px;
  height: 60px;
  border-radius: 0;
  border: navajowhite;
}
/* line 60, ../sass/partials/_header.scss */
.search-top-wrapper .form-field {
  position: relative;
}
/* line 62, ../sass/partials/_header.scss */
.search-top-wrapper .form-field .btn {
  position: absolute;
  background: #2D3742;
  color: #fff;
  font-size: 22px;
  left: auto;
  top: 41px;
  border: none;
  width: 70px;
  padding: 18px 0;
  right: -2px;
}
/* line 74, ../sass/partials/_header.scss */
.search-top-wrapper .form-field i {
  color: #fff;
  font-size: 22px;
}
/* line 83, ../sass/partials/_header.scss */
.search-top-wrapper.active {
  visibility: visible;
  top: 108px;
  z-index: 1;
}

/* line 93, ../sass/partials/_header.scss */
.header-top {
  background-color: black;
  height: 30px;
  background: #2D3742;
  z-index: 10;
  position: relative;
}
/* line 101, ../sass/partials/_header.scss */
.header-top .top-links {
  width: 100% !important;
}
/* line 104, ../sass/partials/_header.scss */
.header-top .top-links a {
  color: #fff;
  text-decoration: none;
}
/* line 108, ../sass/partials/_header.scss */
.header-top .top-links a:hover {
  text-decoration: underline;
}
/* line 114, ../sass/partials/_header.scss */
.header-top__search-icon {
  display: inline-block;
  font-size: 14px;
}
@media (max-width: 767px) {
  /* line 93, ../sass/partials/_header.scss */
  .header-top {
    display: none;
    padding: 5px 0;
  }
}

/* line 125, ../sass/partials/_header.scss */
.header-top__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) and (no-query: true) {
  /* line 125, ../sass/partials/_header.scss */
  .header-top__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  /* line 129, ../sass/partials/_header.scss */
  .language {
    padding: 0 15px 5px;
    text-align: center;
  }
}
/* line 135, ../sass/partials/_header.scss */
.language:hover > .language__dropdown {
  display: block;
}

/* line 140, ../sass/partials/_header.scss */
.language__dropdown {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 3;
  background: #F8F8F8;
  list-style: none;
}

/* line 151, ../sass/partials/_header.scss */
.language__link {
  color: #727272;
  display: inline-block;
  font-size: 13px;
  letter-spacing: .65px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  text-transform: uppercase;
}
/* line 161, ../sass/partials/_header.scss */
.language__link:before {
  color: #000;
  content: '+';
  font-size: 16px;
  left: -10px;
  position: absolute;
  top: -3px;
  background: #F8F8F8;
}

/* line 172, ../sass/partials/_header.scss */
.equity-dropdown {
  padding: 30px 20px;
  width: 100%;
}
/* line 176, ../sass/partials/_header.scss */
.equity-dropdown .col {
  padding: 0 30px;
  /*margin: 0 25px;*/
  display: table;
  min-height: 180px;
}
/* line 182, ../sass/partials/_header.scss */
.equity-dropdown .col .overlay-inner {
  display: table-cell;
  vertical-align: middle;
}
/* line 187, ../sass/partials/_header.scss */
.equity-dropdown .col:first-child {
  margin-left: 0;
}
/* line 191, ../sass/partials/_header.scss */
.equity-dropdown .col:last-child {
  margin-right: 0;
}
/* line 196, ../sass/partials/_header.scss */
.equity-dropdown .equity-menu-items {
  height: 215px;
}

/* line 201, ../sass/partials/_header.scss */
.warranty-header {
  text-align: center;
}
/* line 204, ../sass/partials/_header.scss */
.warranty-header a {
  color: #279bd4;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 213, ../sass/partials/_header.scss */
.guarantee {
  max-width: 90%;
  max-height: 0;
  text-align: center;
  margin: auto;
  overflow: hidden;
  -moz-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
/* line 222, ../sass/partials/_header.scss */
.guarantee.active {
  max-height: 250px;
  -moz-transition: max-height 0.3s ease-in;
  -o-transition: max-height 0.3s ease-in;
  -webkit-transition: max-height 0.3s ease-in;
  transition: max-height 0.3s ease-in;
}
@media (min-width: 480px) {
  /* line 213, ../sass/partials/_header.scss */
  .guarantee {
    max-width: 50%;
  }
}
@media (min-width: 1440px) {
  /* line 213, ../sass/partials/_header.scss */
  .guarantee {
    max-width: 50%;
  }
}

/* line 234, ../sass/partials/_header.scss */
.small-nav {
  text-align: right;
}
@media (max-width: 767px) {
  /* line 234, ../sass/partials/_header.scss */
  .small-nav {
    text-align: center;
  }
}

/* line 242, ../sass/partials/_header.scss */
.small-nav__inner {
  display: inline-block;
  font-size: 0;
  margin-right: -20px;
  max-width: 280px;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 242, ../sass/partials/_header.scss */
  .small-nav__inner {
    margin-right: 0;
  }
}

/* line 255, ../sass/partials/_header.scss */
.small-nav__link {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-size: 13px;
  letter-spacing: .65px;
  text-transform: none;
  padding: 0 10px;
}
/* line 263, ../sass/partials/_header.scss */
.small-nav__link.border-left {
  border-left: 1px solid #fff;
}
/* line 267, ../sass/partials/_header.scss */
.small-nav__link:hover {
  color: #F48423;
}

/* line 272, ../sass/partials/_header.scss */
.header-bottom {
  background-color: #424242;
  position: relative;
  height: 78px;
  z-index: 5;
}
@media (max-width: 768px) {
  /* line 280, ../sass/partials/_header.scss */
  .header-bottom .header-bottom__container {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}

/* line 288, ../sass/partials/_header.scss */
.header-bottom__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: initial !important;
}
@media (min-width: 768px) and (no-query: true) {
  /* line 288, ../sass/partials/_header.scss */
  .header-bottom__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* line 296, ../sass/partials/_header.scss */
.logo {
  display: inline-block;
  font-size: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -moz-box-flex: 1;
  -moz-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  min-width: 180px;
}
@media (max-width: 767px) {
  /* line 296, ../sass/partials/_header.scss */
  .logo {
    -webkit-box-flex: 2;
    -webkit-flex: 2 0 0;
    -moz-box-flex: 2;
    -moz-flex: 2 0 0;
    -ms-flex: 2 0 0;
    flex: 2 0 0;
  }
}
/* line 308, ../sass/partials/_header.scss */
.logo a {
  /* @include svg-image($image: 'wrf_logo_text', $width: 90%, $height: auto, $position: 'left center'); */
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  cursor: pointer;
  display: inline-block;
  padding: 24px 0;
  width: auto;
}
@media (max-width: 767px) {
  /* line 308, ../sass/partials/_header.scss */
  .logo a {
    background-position-x: center;
  }
}
@media (max-width: 768px) {
  /* line 296, ../sass/partials/_header.scss */
  .logo {
    padding-left: 20px;
  }
}

/* line 326, ../sass/partials/_header.scss */
.logo--checkout {
  background-position-x: left;
  margin: 17px 0;
}
@media (max-width: 767px) {
  /* line 326, ../sass/partials/_header.scss */
  .logo--checkout {
    width: 50%;
  }
}

/* line 335, ../sass/partials/_header.scss */
.dropdown-menu {
  font-size: 0;
  text-align: center;
  -webkit-box-flex: 2;
  -webkit-flex: 2 0 auto;
  -moz-box-flex: 2;
  -moz-flex: 2 0 auto;
  -ms-flex: 2 0 auto;
  flex: 2 0 auto;
  height: 100%;
}

/* line 343, ../sass/partials/_header.scss */
.dropdown-menu__item {
  color: #fff;
  text-align: center;
  height: 100%;
}
@media (min-width: 1025px, no-query true) {
  /* line 343, ../sass/partials/_header.scss */
  .dropdown-menu__item {
    padding: 0 2.5%;
  }
}

/* line 354, ../sass/partials/_header.scss */
.dropdown-menu__btn {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  letter-spacing: .8px;
  padding: 30px 6px 24px 6px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  height: 100%;
  text-decoration: none;
}
/* line 366, ../sass/partials/_header.scss */
.dropdown-menu__btn:hover {
  text-decoration: underline;
}
/* line 384, ../sass/partials/_header.scss */
.dropdown-menu__item:hover .dropdown-menu__btn:after {
  border-bottom: 2px solid #F48423;
}
/* line 388, ../sass/partials/_header.scss */
.dropdown-menu__btn:after {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 50%;
  border-bottom: 2px solid transparent;
}
@media (min-width: 1024px) and (no-query: true) {
  /* line 354, ../sass/partials/_header.scss */
  .dropdown-menu__btn {
    padding: 30px 18px 24px 18px;
    font-size: 16px;
  }
}

/* line 405, ../sass/partials/_header.scss */
.dropdown-menu__content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: black;
  left: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  visibility: hidden;
  z-index: -1;
  min-height: 305px;
}
/* line 418, ../sass/partials/_header.scss */
.dropdown-menu__item:hover .dropdown-menu__content {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
/* line 424, ../sass/partials/_header.scss */
.dropdown-menu__content:before {
  background-color: transparent;
  content: '';
  height: 28px;
  left: 0;
  position: absolute;
  right: 0;
  top: -28px;
}

/* line 439, ../sass/partials/_header.scss */
.store-dropdown {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 446, ../sass/partials/_header.scss */
.dropdown-menu__left-block, .dropdown-menu__right-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 454, ../sass/partials/_header.scss */
.dropdown-menu__left-block {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -moz-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid #000;
  padding-right: 40px;
}

/* line 463, ../sass/partials/_header.scss */
.dropdown-menu__right-block {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 40px;
}
/* line 467, ../sass/partials/_header.scss */
.dropdown-menu__right-block > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 275px;
}

/* line 475, ../sass/partials/_header.scss */
.store-dropdown__title-link {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: black;
  color: #fff;
  display: block;
  font-size: 16px;
  letter-spacing: .8px;
  padding: 19px 30px 13px 30px;
  text-transform: uppercase;
}
/* line 486, ../sass/partials/_header.scss */
.store-dropdown__title-link:hover {
  color: #F48423;
}

/* line 491, ../sass/partials/_header.scss */
.store-dropdown__left {
  align-self: flex-end;
}

/* line 496, ../sass/partials/_header.scss */
.store-dropdown__button {
  margin: 15px 0;
  font-size: 13px;
  letter-spacing: 0.62px;
  max-width: 100%;
}

/* line 503, ../sass/partials/_header.scss */
.store-dropdown__image {
  max-height: 180px;
}
/* line 506, ../sass/partials/_header.scss */
.store-dropdown__image img {
  max-height: 180px;
  margin: 0 auto;
}

/* line 512, ../sass/partials/_header.scss */
.store-dropdown__list {
  list-style: none;
  padding: 15px 30px 20px;
  width: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 200px;
}

/* line 533, ../sass/partials/_header.scss */
.store-dropdown__link {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  display: block;
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 14px;
  padding: 6px 0;
  text-transform: capitalize;
}
/* line 543, ../sass/partials/_header.scss */
.store-dropdown__link:hover {
  color: #F48423;
}

/* line 548, ../sass/partials/_header.scss */
.products-dropdown {
  font-size: 0;
  text-transform: uppercase;
  width: 100%;
}
/* line 553, ../sass/partials/_header.scss */
.products-dropdown > * {
  display: inline-block;
  vertical-align: top;
}

/* line 559, ../sass/partials/_header.scss */
.product-names {
  background-color: #777;
  text-align: right;
  width: 20%;
}

/* line 565, ../sass/partials/_header.scss */
.product-names__link {
  background-color: #fff;
  border-bottom: 1px solid #d8d8d8;
  color: #000;
  display: block;
  font-size: 17px;
  letter-spacing: .7px;
  line-height: 61px;
  padding: 0 30px 0 10px;
  position: relative;
}
/* line 576, ../sass/partials/_header.scss */
.product-names__item:last-child .product-names__link {
  border-bottom: none;
  line-height: 62px;
}
/* line 581, ../sass/partials/_header.scss */
.product-names__link.active {
  background-color: #000;
  color: #F48423;
}
/* line 586, ../sass/partials/_header.scss */
.product-names__link span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 593, ../sass/partials/_header.scss */
.product-names__link:after {
  border-bottom: 30px solid transparent;
  border-left: 10px solid transparent;
  border-top: 30px solid transparent;
  content: '';
  height: 0;
  left: 100%;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 1;
}
/* line 606, ../sass/partials/_header.scss */
.product-names__link.active:after {
  border-left-color: #000;
}

/* line 611, ../sass/partials/_header.scss */
.product-images {
  width: 80%;
}

/* line 615, ../sass/partials/_header.scss */
.product-images__list {
  background-color: #F8F8F8;
  font-size: 0;
}

/* line 620, ../sass/partials/_header.scss */
.product-images__item {
  background-color: #F8F8F8;
  border-right: 1px solid #d8d8d8;
  display: inline-block;
  font-size: 1rem;
  text-align: center;
  vertical-align: bottom;
  width: 33.33%;
}
/* line 629, ../sass/partials/_header.scss */
.product-images__item:last-child {
  border-right: none;
}

/* line 634, ../sass/partials/_header.scss */
.product-images__link {
  display: block;
  min-height: 248px;
  padding: 40px 10px 50px;
  position: relative;
}
/* line 640, ../sass/partials/_header.scss */
.product-images__link:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 652, ../sass/partials/_header.scss */
.product-images__link:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 656, ../sass/partials/_header.scss */
.canvasblending .product-images__link {
  background: #F8F8F8;
  isolation: isolate;
}
/* line 661, ../sass/partials/_header.scss */
.product-images__link img {
  margin-left: auto;
  margin-right: auto;
  max-height: 130px;
  max-width: 155px;
  padding-bottom: 10px;
}
/* line 669, ../sass/partials/_header.scss */
.canvasblending .product-images__link img {
  mix-blend-mode: darken;
}
/* line 674, ../sass/partials/_header.scss */
.product-images__link p {
  bottom: 35px;
  color: #727272;
  font-size: 12px;
  left: 0;
  letter-spacing: 1.5px;
  position: absolute;
  right: 0;
}

/* line 685, ../sass/partials/_header.scss */
.product-finder-link {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #F48423;
  color: #000;
  display: block;
  font-size: 19px;
  letter-spacing: .5px;
  padding: 15px 0;
  text-align: center;
}
/* line 695, ../sass/partials/_header.scss */
.product-finder-link:hover {
  background-color: #727272;
  color: #F48423;
}

/* line 701, ../sass/partials/_header.scss */
.solar-link {
  position: relative;
}

/* line 705, ../sass/partials/_header.scss */
.solar-dropdown {
  border: 1px solid #d8d8d8;
  border-bottom: none;
  left: -55px;
  width: 270px;
}

/* line 712, ../sass/partials/_header.scss */
.solar-dropdown__list {
  list-style: none;
}

/* line 716, ../sass/partials/_header.scss */
.solar-dropdown__link {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid #d8d8d8;
  color: #727272;
  display: block;
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 19px 30px;
  text-transform: uppercase;
}
/* line 727, ../sass/partials/_header.scss */
.solar-dropdown__link:hover {
  color: #F48423;
}

/* line 732, ../sass/partials/_header.scss */
.usertools {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -moz-box-flex: 1;
  -moz-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}

/* line 741, ../sass/partials/_header.scss */
.usertools--checkout {
  float: right;
  padding-right: 14px;
  width: 80%;
}
@media (max-width: 767px) {
  /* line 741, ../sass/partials/_header.scss */
  .usertools--checkout {
    padding-right: 4px;
    width: 50%;
  }
}

/* line 752, ../sass/partials/_header.scss */
.search {
  cursor: pointer;
  display: inline-block;
  padding: 0 22px;
}
@media (max-width: 479px) {
  /* line 752, ../sass/partials/_header.scss */
  .search {
    padding: 0 11px;
  }
}

/* line 761, ../sass/partials/_header.scss */
.search__form__suggestions {
  max-height: 188px;
  overflow-y: auto;
  width: -webkit-calc(100% + 20px);
  width: -moz-calc(100% + 20px);
  width: calc(100% + 20px);
}
/* line 766, ../sass/partials/_header.scss */
.search__form__suggestions a {
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-family: "Proxima-Nova-Light", sans-serif;
  outline: none;
  text-decoration: none;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
/* line 777, ../sass/partials/_header.scss */
.search__form__suggestions li {
  border-bottom: 1px solid #d8d8d8;
  color: #000;
  font-family: "Proxima-Nova-Light", sans-serif;
  padding: 19px 30px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 785, ../sass/partials/_header.scss */
.no-touchevents .search__form__suggestions li:hover a {
  color: #F48423;
}

/* line 791, ../sass/partials/_header.scss */
.search__form__suggestions-block {
  background: #fff;
  -moz-box-shadow: 0 0 6px 1px #d8d8d8;
  -webkit-box-shadow: 0 0 6px 1px #d8d8d8;
  box-shadow: 0 0 6px 1px #d8d8d8;
  left: 16px;
  list-style: none;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: left;
  top: 58px;
}

/* line 802, ../sass/partials/_header.scss */
.search__icon {
  height: 20px;
  position: relative;
  width: 20px;
}
/* line 807, ../sass/partials/_header.scss */
.search__icon:before {
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #727272;
  content: "";
  font-size: 20px;
  left: 0;
  position: absolute;
  top: 0;
}

/* line 819, ../sass/partials/_header.scss */
.search__inner {
  background-color: #fff;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* line 829, ../sass/partials/_header.scss */
.search__inner__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 0;
}
@media (min-width: 768px) and (no-query: true) {
  /* line 829, ../sass/partials/_header.scss */
  .search__inner__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* line 833, ../sass/partials/_header.scss */
.search__inner__container > * {
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle;
}

/* line 840, ../sass/partials/_header.scss */
.search__logo {
  /* @include svg-image($image: 'wrf_logo_text', $width: 90%, $height: auto, $position: 'left center'); */
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  margin-top: 10px;
  padding: 24px 0;
  width: 20%;
}
@media (max-width: 767px) {
  /* line 840, ../sass/partials/_header.scss */
  .search__logo {
    /* @include svg-image($image: 'wrf_logo', $width: 100%, $height: auto, $position: 'left center'); */
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    padding: 17px 0;
    width: 15%;
  }
}

/* line 855, ../sass/partials/_header.scss */
.search__wrap {
  padding-left: 15px;
  position: relative;
  width: 80%;
}
@media (max-width: 767px) {
  /* line 855, ../sass/partials/_header.scss */
  .search__wrap {
    width: 85%;
  }
}

/* line 865, ../sass/partials/_header.scss */
.search__submit {
  background: none;
  left: 15px;
  outline: none;
  position: absolute;
  top: 22px;
  font-size: 18px;
  color: #727272;
}

/* line 876, ../sass/partials/_header.scss */
.search__input {
  border-bottom: 2px solid #727272;
  border-left: none;
  border-right: none;
  border-top: none;
  font-size: 15px !important;
  letter-spacing: .75px !important;
  line-height: 1.2 !important;
  margin: 13px 0 10px !important;
  outline: none;
  padding: 10px 10px 10px 28px !important;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 876, ../sass/partials/_header.scss */
  .search__input {
    padding-bottom: 3px;
  }
}
/* line 894, ../sass/partials/_header.scss */
.search__input::-webkit-input-placeholder {
  color: #727272;
  text-transform: uppercase;
}
/* line 899, ../sass/partials/_header.scss */
.search__input::-moz-placeholder {
  color: #727272;
  text-transform: uppercase;
}
/* line 904, ../sass/partials/_header.scss */
.search__input:-moz-placeholder {
  color: #727272;
  text-transform: uppercase;
}
/* line 909, ../sass/partials/_header.scss */
.search__input:-ms-input-placeholder {
  color: #727272;
  text-transform: uppercase;
}

/* line 915, ../sass/partials/_header.scss */
.close-btn {
  position: relative;
  text-indent: -999em;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  border: 2px solid #727272;
  display: inline-block;
  height: 26px;
  position: absolute;
  right: 0;
  top: 15px;
  width: 26px;
}
/* line 279, ../sass/partials/_mixins.scss */
.close-btn:after {
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 0;
}
/* line 270, ../sass/partials/_mixins.scss */
.close-btn:after {
  content: "";
}
/* line 927, ../sass/partials/_header.scss */
.close-btn:after {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #727272;
  font-size: 18px;
  left: 2px;
  top: 2px;
}
/* line 935, ../sass/partials/_header.scss */
.close-btn:hover {
  border-color: #F48423;
}
/* line 938, ../sass/partials/_header.scss */
.close-btn:hover:after {
  color: #F48423;
}

/* line 944, ../sass/partials/_header.scss */
.cart-icon {
  display: inline-block;
  height: 20px;
  position: relative;
  width: 20px;
}
/* line 950, ../sass/partials/_header.scss */
.cart-icon:before {
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #727272;
  content: "";
  font-size: 20px;
  left: 0;
  position: absolute;
  top: 0;
}
/* line 961, ../sass/partials/_header.scss */
.cart-icon span {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #F48423;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  right: -16px;
  text-align: center;
  top: -16px;
  width: 25px;
}
@media (max-width: 767px) {
  /* line 961, ../sass/partials/_header.scss */
  .cart-icon span {
    font-size: 10px;
    height: 21px;
    line-height: 21px;
    right: -10px;
    top: -10px;
    width: 21px;
  }
}

/* line 986, ../sass/partials/_header.scss */
.mobile-menu {
  padding: 16px 0;
  text-align: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -moz-box-flex: 1;
  -moz-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}

/* line 992, ../sass/partials/_header.scss */
.mobile-menu__btn {
  cursor: pointer;
  height: 36px;
  position: relative;
  width: 36px;
}

/* line 1001, ../sass/partials/_header.scss */
.mobile-menu__btn__bar {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  height: 8%;
  left: 20%;
  position: absolute;
  top: 48%;
  width: 60%;
}
/* line 1010, ../sass/partials/_header.scss */
.mobile-menu__btn__bar:before, .mobile-menu__btn__bar:after {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
/* line 1020, ../sass/partials/_header.scss */
.mobile-menu__btn__bar:before {
  top: -205%;
}
/* line 1024, ../sass/partials/_header.scss */
.mobile-menu__btn__bar:after {
  top: 205%;
}
/* line 1028, ../sass/partials/_header.scss */
.mobile-menu__btn.opened .mobile-menu__btn__bar {
  background-color: transparent;
}
/* line 1031, ../sass/partials/_header.scss */
.mobile-menu__btn.opened .mobile-menu__btn__bar:before {
  -moz-transform: rotate(-45deg) translate(-20%, 150%);
  -ms-transform: rotate(-45deg) translate(-20%, 150%);
  -webkit-transform: rotate(-45deg) translate(-20%, 150%);
  transform: rotate(-45deg) translate(-20%, 150%);
}
/* line 1035, ../sass/partials/_header.scss */
.mobile-menu__btn.opened .mobile-menu__btn__bar:after {
  -moz-transform: rotate(45deg) translate(-20%, -150%);
  -ms-transform: rotate(45deg) translate(-20%, -150%);
  -webkit-transform: rotate(45deg) translate(-20%, -150%);
  transform: rotate(45deg) translate(-20%, -150%);
}

/* line 1041, ../sass/partials/_header.scss */
.mobile-menu__content {
  background-color: #fff;
  border-top: 1px solid #727272;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

/* line 1053, ../sass/partials/_header.scss */
.mobile-menu__item {
  background-color: #424242;
  border-bottom: 1px solid #5f5f5f;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 18px;
  letter-spacing: .7px;
  padding: 10px 40px 10px 15px;
  position: relative;
  text-transform: uppercase;
}
/* line 1065, ../sass/partials/_header.scss */
.mobile-menu__item[data-toggle-btn]:after {
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #F48423;
  content: "";
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 15px;
}
/* line 1076, ../sass/partials/_header.scss */
.mobile-menu__item[data-toggle-btn].opened:after {
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

/* line 1081, ../sass/partials/_header.scss */
.mobile-menu__item__link {
  color: #fff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 1085, ../sass/partials/_header.scss */
.mobile-menu__item__link:hover {
  color: #78777A;
}

/* line 1091, ../sass/partials/_header.scss */
.mobile-menu__dropdown {
  background-color: black;
  border-bottom: 1px solid #727272;
  display: none;
  list-style: none;
  padding: 5px 0;
}

/* line 1099, ../sass/partials/_header.scss */
.mobile-menu__dropdown__link {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  display: block;
  font-size: 16px;
  letter-spacing: .7px;
  padding: 3px 15px;
  text-transform: uppercase;
}
/* line 1108, ../sass/partials/_header.scss */
.mobile-menu__dropdown__link:hover {
  color: #78777A;
}

/* line 1114, ../sass/partials/_header.scss */
.mobile-menu__dropdown__link--product-finder {
  color: #F48423;
}

/* line 6, ../sass/partials/_footer.scss */
.footer {
  overflow: hidden;
  position: relative;
  background: #2D3742;
}
/* line 11, ../sass/partials/_footer.scss */
.footer p {
  font-size: 14px;
}
/* line 14, ../sass/partials/_footer.scss */
.footer .content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1340px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 768px) and (no-query: true) {
  /* line 14, ../sass/partials/_footer.scss */
  .footer .content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* line 19, ../sass/partials/_footer.scss */
.footer .footer__bottom-block .content {
  text-align: center;
}
/* line 23, ../sass/partials/_footer.scss */
.footer-title {
  font-size: 24px;
  font-family: "Proxima-Nova-Bold", sans-serif;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  /* line 23, ../sass/partials/_footer.scss */
  .footer-title {
    text-align: center;
  }
}
/* line 33, ../sass/partials/_footer.scss */
.footer-info {
  display: block;
  color: #fff !important;
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 14px;
  line-height: 1.5 !important;
  margin-bottom: 7px !important;
  text-decoration: none !important;
}
/* line 46, ../sass/partials/_footer.scss */
.footer-info strong {
  font-family: "Proxima-Nova-Bold", sans-serif;
}
@media (max-width: 768px) {
  /* line 33, ../sass/partials/_footer.scss */
  .footer-info {
    text-align: center;
  }
}
/* line 55, ../sass/partials/_footer.scss */
.footer-logo {
  display: block;
}
/* line 58, ../sass/partials/_footer.scss */
.footer-logo img {
  height: 50px;
}
@media (max-width: 768px) {
  /* line 55, ../sass/partials/_footer.scss */
  .footer-logo {
    text-align: center;
  }
  /* line 65, ../sass/partials/_footer.scss */
  .footer-logo img {
    display: inline-block;
  }
}
/* line 71, ../sass/partials/_footer.scss */
.footer-address {
  line-height: 1.5;
}
@media (min-width: 1024px) {
  /* line 78, ../sass/partials/_footer.scss */
  .footer .social .col.col-fifth {
    width: 48px;
  }
}
@media (max-width: 769px) {
  /* line 75, ../sass/partials/_footer.scss */
  .footer .social {
    text-align: center;
  }
  /* line 86, ../sass/partials/_footer.scss */
  .footer .social .col.col-fifth {
    width: 48px;
  }
}

/* line 93, ../sass/partials/_footer.scss */
.footer__block-email__close {
  height: 26px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 26px;
}
/* line 100, ../sass/partials/_footer.scss */
.footer__block-email__close:before {
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
  color: #fff;
  content: "";
  font-size: 26px;
  left: 0;
  position: absolute;
  top: 0;
}

/* line 111, ../sass/partials/_footer.scss */
.footer__block-email__content {
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #000;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 35px 15px 15px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1002;
}
/* line 124, ../sass/partials/_footer.scss */
.footer__block-email__content.active {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 129, ../sass/partials/_footer.scss */
.footer__block-email__form-wrap {
  padding: 20px 0;
}

/* line 133, ../sass/partials/_footer.scss */
input[type="email"].footer__block-email__input {
  font-family: "Proxima-Nova-Light", sans-serif;
  letter-spacing: 0;
  margin-bottom: 20px;
  margin-right: 5px;
  max-width: 180px;
  vertical-align: top;
}
@media (min-width: 480px) and (no-query: true) {
  /* line 133, ../sass/partials/_footer.scss */
  input[type="email"].footer__block-email__input {
    max-width: 300px;
  }
}

/* line 146, ../sass/partials/_footer.scss */
.footer__block-email__open {
  position: fixed;
  bottom: 0px;
  background-color: #F48423;
  color: #fff;
  display: inline-block;
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 16px;
  height: 47px;
  letter-spacing: 1px;
  line-height: 47px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1000;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
/* line 164, ../sass/partials/_footer.scss */
.footer__block-email__open:active, .footer__block-email__open:focus, .footer__block-email__open:hover {
  background: #000;
}

/* line 169, ../sass/partials/_footer.scss */
.footer__block-email__submit {
  font-size: 15px;
  height: 45px;
  line-height: 42px;
  max-width: 95px;
}

/* line 176, ../sass/partials/_footer.scss */
.footer__block-email__text {
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 17px;
  padding: 5px 0;
}

/* line 182, ../sass/partials/_footer.scss */
.footer__block-email__title {
  font-size: 38px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 188, ../sass/partials/_footer.scss */
.footer__block-inputs {
  width: 100%;
}
@media (min-width: 1025px) and (no-query: true) {
  /* line 188, ../sass/partials/_footer.scss */
  .footer__block-inputs {
    float: right;
  }
}

/* line 196, ../sass/partials/_footer.scss */
.newsletter-popup__thankyou {
  font-size: 55px;
  color: #fff;
}

/* line 201, ../sass/partials/_footer.scss */
.footer__block-inputs__input-wrap {
  margin-bottom: 28px;
  position: relative;
  width: 80%;
  margin: 0 auto 28px;
}
/* line 207, ../sass/partials/_footer.scss */
.footer__block-inputs__input-wrap:after {
  color: #78777A;
  font-size: 23px;
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
  position: absolute;
  right: 19px;
  top: 13px;
}
@media (min-width: 769px) {
  /* line 201, ../sass/partials/_footer.scss */
  .footer__block-inputs__input-wrap {
    width: 100%;
  }
}

/* line 221, ../sass/partials/_footer.scss */
.footer__block-inputs__input-wrap--email:after {
  content: "";
}

/* line 225, ../sass/partials/_footer.scss */
.footer__block-inputs__input-wrap--location:after {
  content: "";
}

/* line 231, ../sass/partials/_footer.scss */
input[type="email"].footer__block-inputs__input,
input[type="text"].footer__block-inputs__input {
  background: #232a33;
  font-family: "Proxima-Nova-Light", sans-serif;
  height: 40px;
  letter-spacing: 0;
  line-height: 1.2;
  color: #fff;
  border: none;
  font-size: 16px;
}
/* line 243, ../sass/partials/_footer.scss */
input[type="email"].footer__block-inputs__input::-ms-clear,
input[type="text"].footer__block-inputs__input::-ms-clear {
  display: none;
}

/* line 251, ../sass/partials/_footer.scss */
.footer__block-inputs__input-wrap form:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 258, ../sass/partials/_footer.scss */
.footer__block-inputs__input-wrap input {
  width: calc(100% - 85px);
  display: inline-block;
  float: left;
}
/* line 263, ../sass/partials/_footer.scss */
.footer__block-inputs__input-wrap button {
  display: block;
  background: #1DA1B3;
  height: 40px;
  padding: 0 20px;
  display: inline-block;
  float: left;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-family: "Proxima-Nova-Bold", sans-serif;
}
/* line 275, ../sass/partials/_footer.scss */
.footer__block-inputs__input-wrap button:hover {
  background: #73c6d2;
  cursor: pointer;
}

/* line 284, ../sass/partials/_footer.scss */
.social {
  margin: 15px -5px;
}
/* line 286, ../sass/partials/_footer.scss */
.social a {
  display: block;
  padding: 10px;
  margin-left: 0;
  background: #232a33;
  color: #F8F8F8 !important;
  height: auto;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  /* line 298, ../sass/partials/_footer.scss */
  .social .col {
    width: calc(20% - 5px);
    display: inline-block;
  }
}

/* line 306, ../sass/partials/_footer.scss */
.footer__block-inputs__title {
  color: #fff;
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 18px;
  letter-spacing: 1.29px;
  line-height: 22px;
  padding-bottom: 18px;
}
@media (max-width: 768px) {
  /* line 306, ../sass/partials/_footer.scss */
  .footer__block-inputs__title {
    text-align: center;
  }
}

/* line 319, ../sass/partials/_footer.scss */
.list-bottom {
  text-align: left !important;
}
/* line 322, ../sass/partials/_footer.scss */
.list-bottom li {
  list-style: none;
  display: inline-block;
  font-size: 12px;
  margin-right: 15px;
}
/* line 328, ../sass/partials/_footer.scss */
.list-bottom li a {
  color: #fff;
  text-decoration: none;
}
/* line 332, ../sass/partials/_footer.scss */
.list-bottom li a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  /* line 322, ../sass/partials/_footer.scss */
  .list-bottom li {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
}

/* line 345, ../sass/partials/_footer.scss */
.footer__bottom-block {
  font-size: 0;
  padding: 10px 0 50px;
}
/* line 349, ../sass/partials/_footer.scss */
.footer__bottom-block .footer__left-block {
  float: left;
  text-align: center;
  padding-bottom: 0;
}
/* line 354, ../sass/partials/_footer.scss */
.footer__bottom-block .footer__left-block ul {
  padding-left: 0;
}
@media (max-width: 768px) {
  /* line 349, ../sass/partials/_footer.scss */
  .footer__bottom-block .footer__left-block {
    float: none;
    clear: both;
    text-align: center;
  }
}
/* line 365, ../sass/partials/_footer.scss */
.footer__bottom-block .footer__right-block {
  float: right;
  padding: 0;
  text-align: right;
  width: auto;
}
/* line 370, ../sass/partials/_footer.scss */
.footer__bottom-block .footer__right-block a {
  color: #fff;
  padding: 0;
}
@media (max-width: 768px) {
  /* line 365, ../sass/partials/_footer.scss */
  .footer__bottom-block .footer__right-block {
    float: none;
    clear: both;
    text-align: center;
    display: block;
  }
}
/* line 382, ../sass/partials/_footer.scss */
.footer__bottom-block:after {
  display: block;
  content: " ";
  clear: both;
}
/* line 387, ../sass/partials/_footer.scss */
.footer__bottom-block .nrg-logo {
  /* @include svg-image($image: 'wrf_logo', $width: 90%, $height: auto, $position: 'left center'); */
  background-position-x: center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  display: inline-block;
  height: 40px;
  margin: 0 0 10px;
  vertical-align: middle;
  width: 70px;
}
@media (min-width: 768px) and (no-query: true) {
  /* line 345, ../sass/partials/_footer.scss */
  .footer__bottom-block {
    padding: 35px 0 45px;
  }
  /* line 400, ../sass/partials/_footer.scss */
  .footer__bottom-block .nrg-logo {
    background-position-x: 0;
    height: 61px;
    margin: 0 24px 0 5px;
    width: 91px;
  }
}
@media (min-width: 1025px) and (no-query: true) {
  /* line 409, ../sass/partials/_footer.scss */
  .footer__bottom-block .footer__left-block {
    text-align: left;
    width: 60%;
  }
  /* line 414, ../sass/partials/_footer.scss */
  .footer__bottom-block .footer__right-block {
    padding-top: 20px;
    text-align: center;
  }
}

/* line 421, ../sass/partials/_footer.scss */
.footer__left-block {
  display: inline-block;
  padding-bottom: 18px;
  text-align: left;
  vertical-align: top;
}
@media (min-width: 768px) and (no-query: true) {
  /* line 421, ../sass/partials/_footer.scss */
  .footer__left-block {
    padding-bottom: 30px;
    text-align: center;
  }
}
@media (min-width: 1025px) and (no-query: true) {
  /* line 421, ../sass/partials/_footer.scss */
  .footer__left-block {
    padding-bottom: 0;
    text-align: left;
    width: 60%;
  }
}
@media (max-width: 768px) {
  /* line 421, ../sass/partials/_footer.scss */
  .footer__left-block {
    text-align: center;
  }
  /* line 441, ../sass/partials/_footer.scss */
  .footer__left-block ul {
    padding-left: 0;
  }
}

/* line 447, ../sass/partials/_footer.scss */
.footer__left-block__item {
  display: inline-block;
  padding-right: 15px;
  padding-top: 30px;
  text-align: left;
  vertical-align: top;
  width: 50%;
}
@media (min-width: 768px) and (no-query: true) {
  /* line 447, ../sass/partials/_footer.scss */
  .footer__left-block__item {
    padding-left: 15px;
    padding-top: 0;
    text-align: center;
    width: 23%;
  }
}
@media (min-width: 1025px) and (no-query: true) {
  /* line 447, ../sass/partials/_footer.scss */
  .footer__left-block__item {
    padding-left: 0;
    text-align: left;
  }
}
@media (max-width: 768px) {
  /* line 447, ../sass/partials/_footer.scss */
  .footer__left-block__item {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  /* line 472, ../sass/partials/_footer.scss */
  .footer__left-block__item.col {
    margin: 0 auto !important;
  }
}

@media (max-width: 768px) {
  /* line 480, ../sass/partials/_footer.scss */
  .footer__right-block.col {
    margin: 0 auto !important;
  }
}

/* line 486, ../sass/partials/_footer.scss */
.footer__left-block__link {
  display: inline-block;
  color: #fff;
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 12px;
  line-height: 24px;
  outline: none;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
/* line 497, ../sass/partials/_footer.scss */
.footer__left-block__link.orange {
  color: #F48423;
}
/* line 501, ../sass/partials/_footer.scss */
.footer__left-block__link:active, .footer__left-block__link:hover {
  color: #F48423;
}
@media (max-width: 767px) {
  /* line 486, ../sass/partials/_footer.scss */
  .footer__left-block__link {
    line-height: 20px;
  }
}

/* line 509, ../sass/partials/_footer.scss */
.footer__left-block__title {
  color: #fff;
  display: inline-block;
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 18px;
  letter-spacing: 1.29px;
  line-height: 22px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 768px) {
  /* line 509, ../sass/partials/_footer.scss */
  .footer__left-block__title {
    text-align: center;
  }
}

/* line 525, ../sass/partials/_footer.scss */
.footer__right-block {
  display: inline-block;
  padding-top: 30px;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 768px) and (no-query: true) {
  /* line 525, ../sass/partials/_footer.scss */
  .footer__right-block {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) and (no-query: true) {
  /* line 525, ../sass/partials/_footer.scss */
  .footer__right-block {
    padding-top: 0;
    width: 40%;
  }
}

/* line 541, ../sass/partials/_footer.scss */
.footer__right-block__link {
  color: #b6b6b6;
  display: inline-block;
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 12px;
  line-height: 22px;
  padding: 10px 8px 0;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 550, ../sass/partials/_footer.scss */
.footer__right-block__link:first-child {
  width: 100%;
}
/* line 554, ../sass/partials/_footer.scss */
.footer__right-block__link:last-child {
  padding-right: 8px;
  border-right: 0;
}
@media (min-width: 768px) and (no-query: true) {
  /* line 541, ../sass/partials/_footer.scss */
  .footer__right-block__link {
    border-right: 1px solid #b6b6b6;
    line-height: 13px;
    padding: 0 7px;
  }
  /* line 568, ../sass/partials/_footer.scss */
  .footer__right-block__link:first-child {
    width: auto;
  }
  /* line 572, ../sass/partials/_footer.scss */
  .footer__right-block__link:last-child {
    padding-right: 0;
  }
}

/* line 578, ../sass/partials/_footer.scss */
.footer__social-block {
  display: block;
}
@media (min-width: 768px) and (no-query: true) {
  /* line 578, ../sass/partials/_footer.scss */
  .footer__social-block {
    display: inline-block;
    height: 50px;
    vertical-align: middle;
  }
}

/* line 590, ../sass/partials/_footer.scss */
.footer__social-block__link {
  display: inline-block;
  height: 20px;
  margin: 0 10px 0;
  position: relative;
  vertical-align: middle;
  width: 20px;
}
/* line 598, ../sass/partials/_footer.scss */
.footer__social-block__link:before {
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-size: 18px;
  left: 0;
  position: absolute;
  top: 0;
}
/* line 609, ../sass/partials/_footer.scss */
.no-touchevents .footer__social-block__link:hover:before {
  color: #F48423;
}
@media (min-width: 768px) and (no-query: true) {
  /* line 590, ../sass/partials/_footer.scss */
  .footer__social-block__link {
    margin: 0 21px 0 0;
  }
}

/* line 619, ../sass/partials/_footer.scss */
.footer__top-block {
  font-size: 0;
  padding-top: 15px;
}
/* line 624, ../sass/partials/_footer.scss */
.footer__top-block .content__inner {
  border-bottom: 1px solid #ababab;
  padding-bottom: 30px;
  position: relative;
}
@media (min-width: 768px) and (no-query: true) {
  /* line 619, ../sass/partials/_footer.scss */
  .footer__top-block {
    padding-top: 55px;
  }
  /* line 633, ../sass/partials/_footer.scss */
  .footer__top-block .content__inner {
    padding-bottom: 40px;
  }
}

/* line 639, ../sass/partials/_footer.scss */
.scroll-top-fixed {
  bottom: 2px;
  left: 4px;
  position: fixed;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1001;
}
@media (min-width: 768px) and (no-query: true) {
  /* line 639, ../sass/partials/_footer.scss */
  .scroll-top-fixed {
    left: auto;
    bottom: 17px;
    right: 200px;
  }
}

/* line 653, ../sass/partials/_footer.scss */
.scroll-top {
  background-color: black;
  border: 2px solid #000;
  color: #fff;
  display: block;
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 11px;
  height: 44px;
  letter-spacing: .2px;
  padding-top: 17px;
  text-align: center;
  text-transform: uppercase;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 44px;
  position: absolute;
  bottom: -22px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
/* line 675, ../sass/partials/_footer.scss */
.scroll-top:before {
  color: #fff;
  content: "";
  font-size: 17px;
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
  position: absolute;
  left: 11px;
  top: 4px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 358, ../sass/partials/_mixins.scss */
.no-touchevents .scroll-top:hover {
  background-color: #fff;
  color: #000;
}
/* line 690, ../sass/partials/_footer.scss */
.no-touchevents .scroll-top:hover:before {
  color: #000;
}

/* ----- OLARK OVERRIDES ----- */
/* line 697, ../sass/partials/_footer.scss */
#olark-wrapper .olark-launch-button {
  z-index: 1000 !important;
}

/* line 701, ../sass/partials/_footer.scss */
#olark-wrapper .olark-launch-button .olark-button-text {
  display: none !important;
}
@media (min-width: 480px) {
  /* line 701, ../sass/partials/_footer.scss */
  #olark-wrapper .olark-launch-button .olark-button-text {
    display: inline-block !important;
  }
}

/* ----- EU COOKIE ----- */
/* line 710, ../sass/partials/_footer.scss */
.eu-cookie__button {
  background-color: #f1d600;
  border: 1px solid #fff080;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  bottom: 5px;
  -moz-box-shadow: 0 3px 15px 0 rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 3px 15px 0 rgba(255, 255, 255, 0.25);
  box-shadow: 0 3px 15px 0 rgba(255, 255, 255, 0.25);
  color: #000;
  font-family: "Proxima-Nova-Bold", sans-serif;
  height: 35px;
  letter-spacing: 1px;
  position: absolute;
  right: 25%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 50%;
}
/* line 725, ../sass/partials/_footer.scss */
.eu-cookie__button:active, .eu-cookie__button:focus, .eu-cookie__button:hover {
  background-color: #ccb400;
}
@media (min-width: 768px) and (no-query: true) {
  /* line 710, ../sass/partials/_footer.scss */
  .eu-cookie__button {
    bottom: 18px;
    height: 40px;
    right: 20px;
    width: 152px;
  }
}
@media (min-width: 1024px) and (no-query: true) {
  /* line 710, ../sass/partials/_footer.scss */
  .eu-cookie__button {
    bottom: 8px;
  }
}

@media (min-width: 768px) and (no-query: true) {
  /* line 813, ../sass/partials/_footer.scss */
  .eu-cookie--show .footer__block-email__open {
    bottom: 75px;
  }
  /* line 817, ../sass/partials/_footer.scss */
  .eu-cookie--show .footer__bottom-block {
    padding-bottom: 141px;
  }
  /* line 821, ../sass/partials/_footer.scss */
  .eu-cookie--show .olark-launch-button {
    bottom: 88px !important;
  }
  /* line 825, ../sass/partials/_footer.scss */
  .eu-cookie--show .scroll-top-fixed {
    bottom: 90px;
  }
}
@media (min-width: 1024px) and (no-query: true) {
  /* line 831, ../sass/partials/_footer.scss */
  .eu-cookie--show .footer__block-email__open {
    bottom: 60px;
  }
  /* line 835, ../sass/partials/_footer.scss */
  .eu-cookie--show .footer__bottom-block {
    padding-bottom: 126px;
  }
  /* line 839, ../sass/partials/_footer.scss */
  .eu-cookie--show .olark-launch-button {
    bottom: 73px !important;
  }
  /* line 843, ../sass/partials/_footer.scss */
  .eu-cookie--show .scroll-top-fixed {
    bottom: 75px;
  }
}

/* line 849, ../sass/partials/_footer.scss */
.footer__eu-cookie {
  background-color: #000;
  border-top: 2px solid #F48423;
  top: 69px;
  color: #fff;
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 13px;
  height: 145px;
  left: 0;
  letter-spacing: 1px;
  line-height: 1.2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  padding: 5px 10px 40px;
  position: fixed;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  visibility: hidden;
  width: 100%;
  z-index: 999;
}
/* line 869, ../sass/partials/_footer.scss */
.eu-cookie--show .footer__eu-cookie {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  visibility: visible;
}
@media (min-width: 360px) and (no-query: true) {
  /* line 849, ../sass/partials/_footer.scss */
  .footer__eu-cookie {
    height: 130px;
  }
}
@media (min-width: 420px) and (no-query: true) {
  /* line 849, ../sass/partials/_footer.scss */
  .footer__eu-cookie {
    height: 115px;
  }
}
@media (min-width: 560px) and (no-query: true) {
  /* line 849, ../sass/partials/_footer.scss */
  .footer__eu-cookie {
    height: 100px;
  }
}
@media (min-width: 768px) and (no-query: true) {
  /* line 849, ../sass/partials/_footer.scss */
  .footer__eu-cookie {
    font-size: 14px;
    height: 75px;
    bottom: 0;
    top: initial;
    padding: 10px 180px 10px 10px;
  }
}
@media (min-width: 1024px) and (no-query: true) {
  /* line 849, ../sass/partials/_footer.scss */
  .footer__eu-cookie {
    height: 60px;
  }
}
@media (min-width: 1440px) and (no-query: true) {
  /* line 849, ../sass/partials/_footer.scss */
  .footer__eu-cookie {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 245px;
  }
}

/* line 906, ../sass/partials/_footer.scss */
.footer__eu-cookie-link {
  color: #F48423;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
/* line 910, ../sass/partials/_footer.scss */
.footer__eu-cookie-link:active, .footer__eu-cookie-link:focus, .footer__eu-cookie-link:hover {
  color: #279bd4;
}

/* line 916, ../sass/partials/_footer.scss */
.newsletter-popup__thankyou.active {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  width: 100%;
  text-align: center;
  border-radius: 3px;
  top: 0;
  border: 1px solid #fff;
  color: #000;
}

/* Style the buttons that are used to open and close the accordion panel */
/* line 2, ../sass/partials/_accordion.scss */
.accordion {
  color: #444;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  padding: 10px 0;
  font-weight: bold;
  opacity: 0.7;
  font-size: 18px;
  font-family: "Proxima-Nova-Bold", sans-serif;
}
/* line 17, ../sass/partials/_accordion.scss */
.accordion:after {
  content: '\02795';
  /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}
/* line 25, ../sass/partials/_accordion.scss */
.accordion-group {
  /* Style the accordion panel. Note: hidden by default */
}
/* line 28, ../sass/partials/_accordion.scss */
.accordion-group .panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
/* line 35, ../sass/partials/_accordion.scss */
.accordion-group .active:after {
  content: "\2796";
  /* Unicode character for "minus" sign (-) */
}
/* line 40, ../sass/partials/_accordion.scss */
.accordion-inner {
  padding: 10px 0;
  border-bottom: 1px dashed #e6e6e6;
}
/* line 44, ../sass/partials/_accordion.scss */
.accordion-inner .panel {
  padding: 0;
}
/* line 49, ../sass/partials/_accordion.scss */
.accordion-group {
  border-top: 1px dashed #e6e6e6;
}

/* line 1, ../sass/partials/_article.scss */
.article {
  margin-top: 30px;
}
/* line 4, ../sass/partials/_article.scss */
.article .card {
  padding: 0 15px;
  display: inline-block;
  float: none;
  width: 50%;
  vertical-align: top;
  margin: 0 -3px 30px;
  margin-top: 0 !important;
}
/* line 13, ../sass/partials/_article.scss */
.article .card .image-wrap {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  height: 350px;
  overflow: hidden;
  margin-bottom: 5px;
}
/* line 22, ../sass/partials/_article.scss */
.article .card .image-wrap img {
  width: 100%;
}
@media (min-width: 769px) {
  /* line 13, ../sass/partials/_article.scss */
  .article .card .image-wrap {
    height: 250px;
  }
}
@media (max-width: 768px) {
  /* line 13, ../sass/partials/_article.scss */
  .article .card .image-wrap {
    height: auto;
  }
}
/* line 33, ../sass/partials/_article.scss */
.article .card .article-author {
  /* author */
  font-family: "Proxima-Nova-Medium", sans-serif;
  font-size: 12px;
  color: #272C32;
  letter-spacing: 0;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 43, ../sass/partials/_article.scss */
.article .card .article-author:hover {
  text-decoration: underline;
}
/* line 48, ../sass/partials/_article.scss */
.article .card .date {
  /* date */
  font-family: "Proxima-Nova-Medium", sans-serif;
  font-size: 14px;
  color: #272C32;
  text-align: left;
  text-transform: uppercase;
}
/* line 58, ../sass/partials/_article.scss */
.article .card .article-caption {
  /* caption */
  font-family: "Proxima-Nova-Bold", sans-serif;
  font-size: 24px;
  color: #272C32;
  letter-spacing: 0;
  line-height: 30px;
  line-height: 1.2;
  text-decoration: none;
}
/* line 68, ../sass/partials/_article.scss */
.article .card .article-caption:hover {
  text-decoration: underline;
}
/* line 73, ../sass/partials/_article.scss */
.article .card:hover {
  /* hover */
  /* author */
  cursor: pointer;
}
@media (max-width: 768px) {
  /* line 4, ../sass/partials/_article.scss */
  .article .card {
    margin-top: 30px;
    width: 100%;
  }
  /* line 84, ../sass/partials/_article.scss */
  .article .card:first-child {
    margin-top: 0;
  }
}

/* line 91, ../sass/partials/_article.scss */
.filter-float-header {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
}
/* line 99, ../sass/partials/_article.scss */
.filter-float-header .btn {
  float: right;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: 100px;
}
/* line 108, ../sass/partials/_article.scss */
.filter-float-header .btn.clear {
  right: 170px;
  background: none;
  border: none;
  color: #000;
  padding: 0;
}

/* line 118, ../sass/partials/_article.scss */
#clear-filter {
  right: 110px !important;
}
@media (max-width: 768px) {
  /* line 118, ../sass/partials/_article.scss */
  #clear-filter {
    display: none;
  }
}

/* line 127, ../sass/partials/_article.scss */
.content-video h3, .custom-article h3 {
  font-family: "Proxima-Nova-Semibold", sans-serif;
  margin-bottom: 20px;
}

/* line 133, ../sass/partials/_article.scss */
.filter-button {
  width: calc(100% - 4px) !important;
  padding: 10px 30px !important;
  text-align: left !important;
}
/* line 138, ../sass/partials/_article.scss */
.filter-button i {
  margin-top: 6px;
  float: right;
}

@media (max-width: 768px) {
  /* line 144, ../sass/partials/_article.scss */
  .filter-wrapper {
    background: #F8F8F8;
    position: fixed;
    height: 100%;
    width: 100%;
    padding: 100px 50px 100px;
    top: -100%;
    left: 0;
    transition: top 0.4s ease;
    z-index: 9999;
    overflow: hidden;
  }
  /* line 159, ../sass/partials/_article.scss */
  .filter-wrapper li {
    margin-bottom: 10px;
  }
  /* line 163, ../sass/partials/_article.scss */
  .filter-wrapper .filter-header {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background: #fff;
  }
  /* line 170, ../sass/partials/_article.scss */
  .filter-wrapper .filter-header h4 {
    padding: 20px;
  }
  /* line 180, ../sass/partials/_article.scss */
  .filter-wrapper .filter-btn {
    padding: 25px 15px;
  }
  /* line 183, ../sass/partials/_article.scss */
  .filter-wrapper .filter-btn.btn {
    margin: 0;
    width: 90px;
    padding: 25px 0;
  }
  /* line 191, ../sass/partials/_article.scss */
  .filter-wrapper.active {
    top: 0;
    overflow: auto;
  }
}

/* line 2, ../sass/partials/_blog-detail.scss */
.blog-detail .related--posts {
  padding-bottom: 74px;
}
@media (max-width: 768px) {
  /* line 2, ../sass/partials/_blog-detail.scss */
  .blog-detail .related--posts {
    padding-bottom: 10px;
  }
}
/* line 8, ../sass/partials/_blog-detail.scss */
.blog-detail .related--products {
  font-size: 0;
  padding-bottom: 104px;
}
@media (max-width: 768px) {
  /* line 8, ../sass/partials/_blog-detail.scss */
  .blog-detail .related--products {
    padding-bottom: 20px;
  }
}
/* line 15, ../sass/partials/_blog-detail.scss */
.blog-detail .breadcrumbs {
  display: inline-block;
  width: 50%;
}
@media (max-width: 768px) {
  /* line 15, ../sass/partials/_blog-detail.scss */
  .blog-detail .breadcrumbs {
    padding-bottom: 20px;
    width: 100%;
  }
}
/* line 24, ../sass/partials/_blog-detail.scss */
.blog-detail .products__title {
  font-size: 16px;
  line-height: 23px;
  padding: 24px 44px 4px 22px;
}

/* line 31, ../sass/partials/_blog-detail.scss */
.blog-detail-container a {
  color: #279bd4;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
/* line 35, ../sass/partials/_blog-detail.scss */
.blog-detail-container a:focus, .blog-detail-container a:hover {
  color: #F48423;
}

/* line 40, ../sass/partials/_blog-detail.scss */
.blog-detail__excerpt {
  color: #000;
  font-size: 16px;
  line-height: 29px;
  margin: 0 auto;
  max-width: 75%;
  text-align: center;
}

/* line 48, ../sass/partials/_blog-detail.scss */
.blog-detail__img {
  margin: auto;
}

/* line 61, ../sass/partials/_blog-detail.scss */
.blog-detail__html .video {
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  position: relative;
  text-align: center;
  /* not universal solution
  iframe {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  }*/
}
/* line 78, ../sass/partials/_blog-detail.scss */
.blog-detail__html .video video {
  width: 100% !important;
  height: auto !important;
}

/* line 84, ../sass/partials/_blog-detail.scss */
.blog-detail__member {
  color: #78777A;
  font-size: 14px;
  line-height: 17px;
  padding: 23px 0 65px;
  text-align: center;
}
@media (max-width: 768px) {
  /* line 84, ../sass/partials/_blog-detail.scss */
  .blog-detail__member {
    padding-bottom: 35px;
  }
}

/* line 95, ../sass/partials/_blog-detail.scss */
.blog-detail__next_prev {
  float: right;
}
@media (max-width: 768px) {
  /* line 95, ../sass/partials/_blog-detail.scss */
  .blog-detail__next_prev {
    float: none;
    text-align: center;
    width: 100%;
  }
}
/* line 104, ../sass/partials/_blog-detail.scss */
.blog-detail__next_prev a {
  color: #78777A;
  font-size: 14px;
  line-height: 23px;
  outline: none;
  padding: 0 16px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 115, ../sass/partials/_blog-detail.scss */
.blog-detail__next_prev a:after {
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
  color: #78777A;
  content: "";
  font-size: 10px;
  position: absolute;
  right: 3px;
  top: 1px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 358, ../sass/partials/_mixins.scss */
.no-touchevents .blog-detail__next_prev a:hover {
  color: #000;
}
/* line 129, ../sass/partials/_blog-detail.scss */
.no-touchevents .blog-detail__next_prev a:hover:after {
  color: #000;
}
/* line 133, ../sass/partials/_blog-detail.scss */
.no-touchevents .blog-detail__next_prev a:hover.adjacents__nav--next:after {
  right: 0;
}
/* line 136, ../sass/partials/_blog-detail.scss */
.no-touchevents .blog-detail__next_prev a:hover.adjacents__nav--prev:after {
  left: 0;
}
/* line 142, ../sass/partials/_blog-detail.scss */
.blog-detail__next_prev .adjacents__nav--prev:after {
  content: "";
  left: 3px;
  position: absolute;
  right: auto;
}

/* line 151, ../sass/partials/_blog-detail.scss */
.blog-detail__share-item {
  display: inline-block;
}
/* line 154, ../sass/partials/_blog-detail.scss */
.blog-detail__share-item .button-share {
  background-color: #F48423;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: "Title", serif;
  font-size: 17px;
  letter-spacing: 0.01rem;
  line-height: 1.23529;
  min-width: 152px;
  padding: 11px 15px 9px;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: auto;
}
/* line 172, ../sass/partials/_blog-detail.scss */
.blog-detail__share-item .button-share img {
  float: right;
}

/* line 178, ../sass/partials/_blog-detail.scss */
.addthis_button_compact .at-icon-wrapper {
  display: none !important;
}

/* line 183, ../sass/partials/_blog-detail.scss */
.blog-detail__share-link {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin-right: 26px;
  outline: none;
  position: relative;
  text-decoration: none;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  width: 20px;
}
/* line 194, ../sass/partials/_blog-detail.scss */
.blog-detail__share-link:after {
  color: #000;
  font-size: 20px;
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
}
/* line 358, ../sass/partials/_mixins.scss */
.no-touchevents .blog-detail__share-link:hover {
  color: #000;
}

/* line 213, ../sass/partials/_blog-detail.scss */
.blog-detail__html ul {
  margin-left: 126px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  color: #5F5F5F;
  font-family: "Montserrat", sans-serif;
}

/* line 224, ../sass/partials/_blog-detail.scss */
.blog-detail-share__link--facebook:after {
  content: "";
}

/* line 228, ../sass/partials/_blog-detail.scss */
.blog-detail-share__link--google-plus {
  width: 32px;
}
/* line 230, ../sass/partials/_blog-detail.scss */
.blog-detail-share__link--google-plus:after {
  content: "";
}

/* line 234, ../sass/partials/_blog-detail.scss */
.blog-detail-share__link--twitter {
  width: 24px;
}
/* line 236, ../sass/partials/_blog-detail.scss */
.blog-detail-share__link--twitter:after {
  content: "";
}

/* line 240, ../sass/partials/_blog-detail.scss */
.blog-detail__share-links {
  padding: 0 92px 60px;
  text-align: center;
}
@media (max-width: 768px) {
  /* line 240, ../sass/partials/_blog-detail.scss */
  .blog-detail__share-links {
    padding: 15px 15px 20px;
  }
}

/* line 248, ../sass/partials/_blog-detail.scss */
.blog-detail h3 {
  font-size: 30px;
  padding: 0px 92px 0px;
  line-height: 34px;
}
@media (max-width: 768px) {
  /* line 248, ../sass/partials/_blog-detail.scss */
  .blog-detail h3 {
    font-size: 26px;
    line-height: 28px;
    padding: 0px 15px 0px;
  }
}

/* line 259, ../sass/partials/_blog-detail.scss */
.blog-detail h4 {
  font-size: 26px;
  padding: 0px 92px 0px;
  line-height: 30px;
}
@media (max-width: 768px) {
  /* line 259, ../sass/partials/_blog-detail.scss */
  .blog-detail h4 {
    font-size: 22px;
    line-height: 26px;
    padding: 0px 15px 0px;
  }
}

/* line 271, ../sass/partials/_blog-detail.scss */
.blog-detail__text {
  color: #5F5F5F;
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 16px;
  line-height: 25px;
  padding: 35px 92px 50px;
}
@media (max-width: 768px) {
  /* line 271, ../sass/partials/_blog-detail.scss */
  .blog-detail__text {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 15px 20px;
  }
}

/* line 284, ../sass/partials/_blog-detail.scss */
.blog-detail p {
  padding: 12px 92px;
}

/* line 288, ../sass/partials/_blog-detail.scss */
.blog-detail__img {
  padding: 12px 0;
}

/* line 292, ../sass/partials/_blog-detail.scss */
.blog-detail__text-for-img {
  display: none;
  color: #727272;
  font-family: "Montserrat-LightItalic", sans-serif;
  font-size: 13px;
  line-height: 25px;
}
@media (max-width: 768px) {
  /* line 292, ../sass/partials/_blog-detail.scss */
  .blog-detail__text-for-img {
    line-height: 20px;
    padding-bottom: 14px;
  }
}

/* line 304, ../sass/partials/_blog-detail.scss */
.blog-detail__text-title {
  color: #000;
  display: inline-block;
  font-size: 35px;
  letter-spacing: 1px;
  line-height: 51px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  /* line 304, ../sass/partials/_blog-detail.scss */
  .blog-detail__text-title {
    font-size: 20px;
    line-height: 30px;
    padding: 0 15px;
  }
}

/* line 318, ../sass/partials/_blog-detail.scss */
.blog-detail__time {
  color: #78777A;
  font-size: 14px;
  line-height: 17px;
  padding: 72px 10px 9px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  /* line 318, ../sass/partials/_blog-detail.scss */
  .blog-detail__time {
    padding-top: 30px;
  }
}

/* line 330, ../sass/partials/_blog-detail.scss */
.blog-detail__title {
  color: #000;
  font-size: 60px;
  line-height: 70px;
  margin: 0 auto;
  max-width: 730px;
  padding: 0 10px 10px;
  text-align: center;
  text-transform: uppercase;
  width: 90%;
}
@media (max-width: 768px) {
  /* line 330, ../sass/partials/_blog-detail.scss */
  .blog-detail__title {
    font-size: 30px;
    line-height: 40px;
  }
}

/* line 345, ../sass/partials/_blog-detail.scss */
.blog-detail__top-block {
  padding-top: 15px;
}

/* line 3, ../sass/partials/_blog-gallery.scss */
.blog-detail .blog-gallery {
  margin-bottom: 60px;
  position: relative;
}
/* line 8, ../sass/partials/_blog-gallery.scss */
.blog-detail .blog-gallery .flex-direction-nav {
  list-style: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
}
/* line 14, ../sass/partials/_blog-gallery.scss */
.blog-detail .blog-gallery img {
  margin: auto;
  padding: 0;
}
/* line 20, ../sass/partials/_blog-gallery.scss */
.blog-detail .blog-gallery .slides {
  overflow: hidden;
}
/* line 24, ../sass/partials/_blog-gallery.scss */
.blog-detail .blog-gallery ol,
.blog-detail .blog-gallery ul {
  margin: 0;
}
/* line 30, ../sass/partials/_blog-gallery.scss */
.no-touchevents .blog-detail .blog-gallery:hover .flex-direction-nav a:before {
  color: #acacac;
}

/* line 37, ../sass/partials/_blog-gallery.scss */
.blog-detail .gallery-thumbs {
  display: none;
}

/* line 42, ../sass/partials/_blog-gallery.scss */
.blog-detail .gallery-controls {
  line-height: 12px;
  margin-top: 20px;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 0;
  text-align: center;
  top: 100%;
  z-index: 6;
}
/* line 53, ../sass/partials/_blog-gallery.scss */
.blog-detail .gallery-controls .all {
  display: none;
}
/* line 57, ../sass/partials/_blog-gallery.scss */
.blog-detail .gallery-controls .counter {
  font-size: 15px;
  letter-spacing: 0.025rem;
  position: relative;
}
/* line 64, ../sass/partials/_blog-gallery.scss */
.blog-detail .gallery-controls .next {
  color: #000;
  position: relative;
  text-indent: -999em;
  font-size: 23px;
  height: 23px;
  line-height: 21px;
  left: 50%;
  margin: -7px 0 0 40px;
  position: absolute;
  top: 0;
  width: 23px;
}
/* line 279, ../sass/partials/_mixins.scss */
.blog-detail .gallery-controls .next:after {
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 0;
}
/* line 270, ../sass/partials/_mixins.scss */
.blog-detail .gallery-controls .next:after {
  content: "";
}
/* line 81, ../sass/partials/_blog-gallery.scss */
.blog-detail .gallery-controls .previous {
  color: #000;
  position: relative;
  text-indent: -999em;
  font-size: 23px;
  height: 23px;
  line-height: 21px;
  right: 50%;
  margin: -7px 40px 0 0;
  position: absolute;
  top: 0;
  width: 23px;
}
/* line 279, ../sass/partials/_mixins.scss */
.blog-detail .gallery-controls .previous:after {
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 0;
}
/* line 270, ../sass/partials/_mixins.scss */
.blog-detail .gallery-controls .previous:after {
  content: "";
}

/* line 1, ../sass/partials/_buttons.scss */
.btn {
  background-color: #1DA1B3;
  border: 2px solid #1da1b3;
  color: white;
  padding: 18px 32px;
  width: 250px;
  text-align: center;
  font-size: 14px;
  font-family: "Proxima-Nova-Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 4px 2px;
  opacity: 1;
  transition: 0.3s;
  color: #fff;
  display: block;
  text-decoration: none !important;
}
/* line 19, ../sass/partials/_buttons.scss */
.btn:hover {
  opacity: 0.6;
  cursor: pointer;
}
/* line 24, ../sass/partials/_buttons.scss */
.btn.disabled {
  cursor: not-allowed;
}
/* line 28, ../sass/partials/_buttons.scss */
.btn.btn2 {
  background-color: transparent;
  border: 2px solid #2D3742;
  color: #2D3742;
}
/* line 32, ../sass/partials/_buttons.scss */
.btn.btn2:hover {
  background-color: #2D3742 !important;
  border: 2px solid #2D3742 !important;
  color: white !important;
  transition: 0.3s;
  cursor: pointer;
}
/* line 40, ../sass/partials/_buttons.scss */
.btn.btn2.blocked-center {
  display: block;
  width: 250px;
  margin: 30px auto 0;
}

/* line 49, ../sass/partials/_buttons.scss */
.btn3 {
  background-color: transparent;
  border: 2px solid white;
  color: white !important;
  padding: 18px 32px;
  width: 250px;
  text-align: center;
  font-size: 14px;
  font-family: "Proxima-Nova-Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 4px 2px;
  opacity: 1;
  transition: 0.3s;
  display: block;
  margin: 0 auto;
  text-decoration: none !important;
}
/* line 67, ../sass/partials/_buttons.scss */
.btn3:hover {
  background-color: white !important;
  border: 2px solid white !important;
  color: #2D3742 !important;
  opacity: 1 !important;
  transition: 0.3s;
  cursor: pointer;
}
/* line 76, ../sass/partials/_buttons.scss */
.btn3.small {
  padding: 4px;
  width: 170px;
}

/* line 82, ../sass/partials/_buttons.scss */
.overlay-green .btn3:hover {
  color: #98B65A !important;
}

/* line 86, ../sass/partials/_buttons.scss */
.overlay-red .btn3:hover {
  color: #C15148 !important;
}

/* line 90, ../sass/partials/_buttons.scss */
.overlay-yellow .btn3:hover {
  color: #DFA831 !important;
}

/* line 94, ../sass/partials/_buttons.scss */
.overlay-violet .btn3:hover,
.overlay-purple .btn3:hover {
  color: #9978B6 !important;
}

/* line 99, ../sass/partials/_buttons.scss */
.btn-green:hover {
  color: #98B65A;
}

/* line 103, ../sass/partials/_buttons.scss */
.btn-orange:hover {
  color: #DFA831;
}

/* line 107, ../sass/partials/_buttons.scss */
.btn-violet:hover,
.btn-purple:hover {
  color: #9978B6;
}

/* line 112, ../sass/partials/_buttons.scss */
.btn-teal:hover {
  color: #1DA1B3;
}

@media (max-width: 768px) {
  /* line 2, ../sass/partials/_contact-us.scss */
  .inquiry-form {
    margin-top: 30px !important;
  }
}

/* line 10, ../sass/partials/_contact-us.scss */
.contact .support-page-content .generic-copy--contact:after {
  clear: both;
  content: "";
  display: block;
}
/* line 17, ../sass/partials/_contact-us.scss */
.contact .support-page-content .generic-main-title {
  color: #000;
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 30px;
  letter-spacing: .5px;
  line-height: 1.3;
  padding: 20px 0 35px;
  text-align: left;
  text-transform: uppercase;
}
/* line 28, ../sass/partials/_contact-us.scss */
.contact .support-page-content .generic-wrap {
  padding-left: 0;
  padding-right: 0;
  padding-top: 53px;
}

/* line 43, ../sass/partials/_contact-us.scss */
.contact-form {
  margin: 30px 0;
}
/* line 45, ../sass/partials/_contact-us.scss */
.contact-form .required:after {
  color: red;
  content: " *";
}
/* line 51, ../sass/partials/_contact-us.scss */
.contact-form .form__group input[type="email"], .contact-form .form__group input[type="text"], .contact-form .form__group select, .contact-form .form__group textarea {
  color: #727272;
  font-family: "Proxima-Nova-Light", sans-serif;
  margin-bottom: 25px;
}
/* line 57, ../sass/partials/_contact-us.scss */
.contact-form .form__group label {
  color: #6b6a6b;
  display: block;
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: .5px;
  line-height: 1;
  margin-bottom: 15px;
}
/* line 68, ../sass/partials/_contact-us.scss */
.contact-form .form__group select {
  height: 45px;
  line-height: 45px;
}
@media (min-width: 667px) {
  /* line 43, ../sass/partials/_contact-us.scss */
  .contact-form {
    margin: 0;
  }
}
@media (min-width: 768px) and (no-query: true) {
  /* line 43, ../sass/partials/_contact-us.scss */
  .contact-form {
    font-size: 0;
    margin: 0 -10px;
  }
  /* line 82, ../sass/partials/_contact-us.scss */
  .contact-form .form__group {
    display: inline-block;
    padding: 0 10px;
    width: 50%;
  }
  /* line 89, ../sass/partials/_contact-us.scss */
  .contact-form .contact-form__message,
  .contact-form .contact-form__comments,
  .contact-form .contact-form__description,
  .contact-form .contact-form__event-description,
  .contact-form .contact-form__what-will-you-be-providing-in-return,
  .contact-form .contact-form__tell-us-more-about-your-article-or-what-product-youd-like-to-test {
    width: 100%;
  }
}

/* line 100, ../sass/partials/_contact-us.scss */
.contact-form-submit {
  text-align: right;
}
/* line 103, ../sass/partials/_contact-us.scss */
.contact-form-submit button {
  background-color: #F48423;
  color: #fff;
  display: inline-block;
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 20px 0;
  min-height: 44px;
  padding: 7px 10px 11px;
  text-align: center;
  text-transform: uppercase;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 200px;
}
/* line 358, ../sass/partials/_mixins.scss */
.no-touchevents .contact-form-submit button:hover {
  background-color: #727272;
}
@media (min-width: 768px) and (no-query: true) {
  /* line 100, ../sass/partials/_contact-us.scss */
  .contact-form-submit {
    padding: 0 10px;
  }
}

@media (min-width: 667px) {
  /* line 128, ../sass/partials/_contact-us.scss */
  .contact-form-wrap {
    display: inline-block;
    padding-right: 50px;
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: calc(100% - 250px);
  }
}

/* line 136, ../sass/partials/_contact-us.scss */
.contact-info__copy {
  color: #6b6a6b;
  display: block;
  font-size: 14px;
}

/* line 142, ../sass/partials/_contact-us.scss */
.contact-info__label {
  color: #000;
  display: block;
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: .5px;
  line-height: 1;
  margin-bottom: 5px;
}

/* line 153, ../sass/partials/_contact-us.scss */
.contact-info__link {
  color: #6b6a6b;
  font-size: 14px;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
/* line 358, ../sass/partials/_mixins.scss */
.no-touchevents .contact-info__link:hover {
  color: #F48423;
}

/* line 163, ../sass/partials/_contact-us.scss */
.contact-info__link--green {
  color: #F48423;
}
/* line 358, ../sass/partials/_mixins.scss */
.no-touchevents .contact-info__link--green:hover {
  color: #279bd4;
}

/* line 171, ../sass/partials/_contact-us.scss */
.contact-info__list {
  margin-bottom: 20px;
}

/* line 175, ../sass/partials/_contact-us.scss */
.contact-info__list--social-media {
  max-width: 200px;
}
/* line 178, ../sass/partials/_contact-us.scss */
.contact-info__list--social-media .footer__social-block__link {
  margin-left: 0;
  margin-right: 20px;
  overflow: hidden;
  text-indent: -9999px;
}
/* line 184, ../sass/partials/_contact-us.scss */
.contact-info__list--social-media .footer__social-block__link:before {
  text-indent: 0;
}

/* line 190, ../sass/partials/_contact-us.scss */
.contact-info__lists {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 667px) {
  /* line 196, ../sass/partials/_contact-us.scss */
  .contact-info-wrap {
    display: inline-block;
    float: right;
    width: 250px;
  }
}

/* line 2, ../sass/partials/_equity.scss */
.equity-header h5 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
/* line 7, ../sass/partials/_equity.scss */
.equity-header .content-thin {
  min-height: 500px;
}

/* line 12, ../sass/partials/_equity.scss */
.equity-section-2 {
  padding-bottom: 0 !important;
}

/* line 17, ../sass/partials/_equity.scss */
.equity-section .highlight {
  display: block;
  width: 100%;
}
@media (max-width: 769px) {
  /* line 17, ../sass/partials/_equity.scss */
  .equity-section .highlight {
    display: inline;
    text-align: center;
  }
}
@media (max-width: 380px) {
  /* line 17, ../sass/partials/_equity.scss */
  .equity-section .highlight {
    font-size: 28px;
  }
}
/* line 31, ../sass/partials/_equity.scss */
.equity-section h1 {
  min-height: 100px;
}

@media (min-width: 769px) and (max-width: 1199px) {
  /* line 38, ../sass/partials/_equity.scss */
  .equity-section h1 {
    font-size: 23px;
    min-height: 70px;
  }
  /* line 42, ../sass/partials/_equity.scss */
  .equity-section .highlight {
    margin: 0 -30px;
    width: calc(100% + 60px);
    line-height: 1;
  }
  /* line 47, ../sass/partials/_equity.scss */
  .equity-section .btn3 {
    width: 100%;
    padding: 8px 0px;
  }
}
@media (max-width: 769px) {
  /* line 56, ../sass/partials/_equity.scss */
  .equity-section h1 {
    min-height: auto;
  }
  /* line 59, ../sass/partials/_equity.scss */
  .equity-section .overlay {
    margin: 0 -20px;
    width: calc(100% + 40px) !important;
  }
  /* line 64, ../sass/partials/_equity.scss */
  .equity-section .overlay-inner {
    text-align: center;
  }
}
@media (max-width: 480px) {
  /* line 72, ../sass/partials/_equity.scss */
  .equity-section .overlay {
    margin: 0 -20px;
    width: calc(100% + 40px) !important;
  }
}
/* line 2, ../sass/partials/_error.scss */
.error-page__wrap .table-wrap {
  height: calc(100vh - 370px);
}

@media (min-width: 769px) {
  /* line 2, ../sass/partials/_grid.scss */
  .tablet-only {
    display: none;
  }

  /* line 6, ../sass/partials/_grid.scss */
  .reset-sides {
    margin: 0 -15px;
  }

  /* line 13, ../sass/partials/_grid.scss */
  .row.row-inline .col {
    display: inline-block;
    float: none;
    margin: 0 5px !important;
    vertical-align: middle;
  }
  /* line 19, ../sass/partials/_grid.scss */
  .row.row-inline .col h5, .row.row-inline .col p {
    margin: 0;
    padding: 0;
  }
  /* line 25, ../sass/partials/_grid.scss */
  .row.desktop-row-flex {
    display: flex;
    flex-direction: row;
    flex-flow: center;
  }
  /* line 31, ../sass/partials/_grid.scss */
  .row:after {
    clear: both;
    display: block;
    content: " ";
  }

  /* line 38, ../sass/partials/_grid.scss */
  .col {
    float: left;
  }
  /* line 41, ../sass/partials/_grid.scss */
  .col:after {
    clear: both;
    display: block;
    content: " ";
  }
  /* line 47, ../sass/partials/_grid.scss */
  .col-full {
    width: 100%;
  }
  /* line 51, ../sass/partials/_grid.scss */
  .col-half {
    width: 50%;
  }
  /* line 55, ../sass/partials/_grid.scss */
  .col-thirds {
    width: calc(33.33% - 20px);
    margin: 0 10px;
  }
  /* line 60, ../sass/partials/_grid.scss */
  .col-two-thirds {
    width: calc(66.67% - 20px);
    margin: 0 10px;
  }
  /* line 65, ../sass/partials/_grid.scss */
  .col-fourth {
    width: calc(25% - 10px);
    margin: 0 5px;
  }
  /* line 70, ../sass/partials/_grid.scss */
  .col-three-fourth {
    width: calc(75% - 10px);
    margin: 0 5px;
  }
  /* line 75, ../sass/partials/_grid.scss */
  .col-fifth {
    width: calc(20% - 10px);
    margin: 0 5px;
  }
  /* line 80, ../sass/partials/_grid.scss */
  .col-custom-half {
    width: 45%;
  }
  /* line 84, ../sass/partials/_grid.scss */
  .col-custom-middle {
    width: 2%;
    height: auto;
    margin-right: calc(2% + -7px);
  }
  /* line 90, ../sass/partials/_grid.scss */
  .col-custom-middle-1 {
    width: 2%;
    height: auto;
    margin-right: calc(5% + -7px);
  }
  /* line 96, ../sass/partials/_grid.scss */
  .col-custom-middle-fourth {
    width: 2%;
    height: auto;
    margin-right: calc(2% + -7px);
  }
}
@media (min-width: 769px) {
  /* line 105, ../sass/partials/_grid.scss */
  .inner-custom-half {
    width: 500px;
  }
}

/* line 111, ../sass/partials/_grid.scss */
.tablet-only {
  display: none;
}

@media (min-width: 769px) {
  /* line 115, ../sass/partials/_grid.scss */
  .hide--desktop {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  /* line 122, ../sass/partials/_grid.scss */
  .tablet-landscape-row {
    display: block !important;
  }

  /* line 127, ../sass/partials/_grid.scss */
  .stripes-wrap .tablet-landscape-row {
    display: none;
  }
  /* line 131, ../sass/partials/_grid.scss */
  .stripes-wrap .tablet-landscape-half {
    width: calc(47% - 0px);
    height: 300px;
  }
  /* line 135, ../sass/partials/_grid.scss */
  .stripes-wrap .tablet-landscape-half p {
    width: 270px;
    margin: 0 auto;
    display: block;
  }
  /* line 142, ../sass/partials/_grid.scss */
  .stripes-wrap .col-custom-middle {
    display: none;
  }
  /* line 146, ../sass/partials/_grid.scss */
  .stripes-wrap .col-custom-middle {
    height: 260px;
  }
}
@media (max-width: 768px) {
  /* line 154, ../sass/partials/_grid.scss */
  .desktop-only {
    display: none;
  }

  /* line 158, ../sass/partials/_grid.scss */
  .tablet-only {
    display: block;
  }

  /* line 162, ../sass/partials/_grid.scss */
  .row:after {
    display: block;
    clear: both;
    content: ' ';
  }

  /* line 168, ../sass/partials/_grid.scss */
  .col {
    margin: 0 -15px;
  }
  /* line 171, ../sass/partials/_grid.scss */
  .col-fifth {
    margin: 0;
  }

  /* line 178, ../sass/partials/_grid.scss */
  .col-mobile-half {
    float: left;
    width: 50%;
    width: 50%;
    padding: 0 15px;
    margin: 0 0 20px;
  }
}
@media (max-width: 620px) {
  /* line 2, ../sass/partials/_home.scss */
  #page-banner.home-page-banner {
    min-height: 450px;
  }
  /* line 7, ../sass/partials/_home.scss */
  #page-banner.home-page-banner h1 {
    font-size: 52px;
    line-height: 1;
  }
  /* line 12, ../sass/partials/_home.scss */
  #page-banner.home-page-banner .btn.btn2 {
    margin-top: 30px;
    width: 100%;
    padding: 12px;
  }
}
@media (max-width: 480px) {
  /* line 22, ../sass/partials/_home.scss */
  #page-banner.home-page-banner h1 {
    font-size: 36px;
  }
}

/* line 30, ../sass/partials/_home.scss */
.highlight-teal {
  background-color: white;
  color: #1DA1B3;
}

/* line 35, ../sass/partials/_home.scss */
.number {
  /* number */
  font-family: "Proxima-Nova-Black", sans-serif;
  font-size: 96px;
  color: #1DA1B3;
  letter-spacing: 0;
  line-height: 1;
}
/* line 43, ../sass/partials/_home.scss */
.number .color-green {
  color: #98B65A;
}
@media (max-width: 480px) {
  /* line 35, ../sass/partials/_home.scss */
  .number {
    font-size: 62px;
  }
}

/* line 52, ../sass/partials/_home.scss */
.stripes {
  /* stripes */
  background: repeating-linear-gradient(45deg, #28313b, #28313b 4px, #2D3742 4px, #2D3742 19px);
}
/* line 66, ../sass/partials/_home.scss */
.stripes-grey {
  background: repeating-linear-gradient(45deg, #ececec, #ececec 4px, #F8F8F8 4px, #F8F8F8 19px);
}

/* line 71, ../sass/partials/_home.scss */
.header {
  /* header */
  font-family: "Proxima-Nova-Black", sans-serif;
  font-size: 36px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 36px;
  text-transform: uppercase;
}

/* line 81, ../sass/partials/_home.scss */
.content {
  /* content */
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 29px;
  margin: 0 auto;
}

/* line 90, ../sass/partials/_home.scss */
blockquote p {
  color: white;
  text-align: center;
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 28px;
  line-height: 34px;
}

/* line 98, ../sass/partials/_home.scss */
.author {
  font-size: 18px;
  font-family: "Proxima-Nova-Light", sans-serif;
  Text-transform: uppercase;
  text-align: center;
  color: white;
}

/* line 106, ../sass/partials/_home.scss */
.equity-label {
  /* EQUITY LABEL */
  font-family: "Proxima-Nova-Black", sans-serif;
  font-size: 32px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 32px;
}

/* line 117, ../sass/partials/_home.scss */
.home-section_featured {
  margin: 0 -15px;
}
/* line 121, ../sass/partials/_home.scss */
.home-section_content {
  height: calc(100vh - 296px);
  width: 100%;
  padding: 0 15px;
}
@media (max-height: 768px) {
  /* line 121, ../sass/partials/_home.scss */
  .home-section_content {
    height: 600px;
  }
}

/* line 132, ../sass/partials/_home.scss */
.section-2 {
  padding: 100px 0;
}
/* line 136, ../sass/partials/_home.scss */
.section-2 .stripes-wrap .section-sub {
  padding: 50px 15px;
  margin-bottom: 15px;
}
/* line 140, ../sass/partials/_home.scss */
.section-2 .stripes-wrap .section-sub h2 {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  /* line 140, ../sass/partials/_home.scss */
  .section-2 .stripes-wrap .section-sub h2 {
    padding: 0 0px 0;
  }
}
@media (max-width: 768px) {
  /* line 148, ../sass/partials/_home.scss */
  .section-2 .stripes-wrap .section-sub:last-child {
    margin-bottom: 0px;
  }
}

@media (min-width: 769px) {
  /* line 156, ../sass/partials/_home.scss */
  .center-custom {
    text-align: center;
  }
  /* line 159, ../sass/partials/_home.scss */
  .center-custom h2 {
    margin-bottom: 0;
  }
  /* line 162, ../sass/partials/_home.scss */
  .center-custom h2 .number {
    font-size: 48px;
    margin-right: 0;
  }
  /* line 167, ../sass/partials/_home.scss */
  .center-custom span {
    width: auto;
  }
  /* line 170, ../sass/partials/_home.scss */
  .center-custom p {
    width: 60%;
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  /* line 180, ../sass/partials/_home.scss */
  .center-custom h2 {
    margin-bottom: 0;
  }
  /* line 183, ../sass/partials/_home.scss */
  .center-custom h2 .number {
    margin-right: 0;
    margin-top: 0;
    vertical-align: top;
  }
  /* line 190, ../sass/partials/_home.scss */
  .center-custom span {
    width: auto;
    vertical-align: top;
    margin-top: 20px;
  }
  /* line 195, ../sass/partials/_home.scss */
  .center-custom p {
    width: 100%;
  }
}

/* line 205, ../sass/partials/_home.scss */
.levers h3 {
  color: #1DA1B3;
  line-height: 1.2;
}
@media (max-width: 768px) {
  /* line 205, ../sass/partials/_home.scss */
  .levers h3 {
    font-size: 28px;
    margin: 30px 0;
  }
}

@media (max-width: 768px) {
  /* line 218, ../sass/partials/_home.scss */
  .equity-section .content {
    padding: 0;
  }
}
@media (min-width: 769px) {
  /* line 216, ../sass/partials/_home.scss */
  .equity-section {
    margin-bottom: 100px;
  }
}

/* line 228, ../sass/partials/_home.scss */
.down-target {
  position: absolute;
  bottom: 30px;
  margin: 0 auto;
  right: 0;
  left: 0;
  width: 30px;
  text-align: center;
  z-index: 99999;
}
@media only screen and (max-width: 767px) {
  /* line 228, ../sass/partials/_home.scss */
  .down-target {
    bottom: 10px;
  }
}

/* line 244, ../sass/partials/_home.scss */
#html5-watermark {
  display: none !important;
}

/* line 249, ../sass/partials/_home.scss */
.quote .table-cell {
  height: 300px;
  padding: 100px 0;
}

/* line 255, ../sass/partials/_home.scss */
.section-buttons {
  padding: 60px 0;
}
/* line 259, ../sass/partials/_home.scss */
.section-buttons .buttons-wrap .btn3 {
  width: 30%;
}
@media (max-width: 768px) {
  /* line 259, ../sass/partials/_home.scss */
  .section-buttons .buttons-wrap .btn3 {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* line 271, ../sass/partials/_home.scss */
.video-player-bg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: black;
  transition: all 0.5s ease;
  z-index: 2;
}

/* line 282, ../sass/partials/_home.scss */
#video2 {
  z-index: 1 !important;
  opacity: 0;
}

/* line 287, ../sass/partials/_home.scss */
.close-video {
  z-index: 10 !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
/* line 293, ../sass/partials/_home.scss */
.close-video a {
  right: 0;
  top: 20px;
  display: block;
  font-size: 50px;
  height: 50px;
  width: 50px;
  text-align: center;
  color: #1DA1B3;
  opacity: 1;
  position: absolute;
  z-index: 9;
  cursor: pointer;
}

/* line 311, ../sass/partials/_home.scss */
.home-section_featured .content {
  transition: all 0.5s ease;
}
/* line 315, ../sass/partials/_home.scss */
.home-section_featured:after {
  opacity: 0.75;
  transition: opacity 0.5s ease;
  z-index: 2;
}
/* line 322, ../sass/partials/_home.scss */
.home-section_featured.active #video2 {
  opacity: 1;
}
/* line 326, ../sass/partials/_home.scss */
.home-section_featured.active .close-video {
  opacity: 1 !important;
  visibility: visible !important;
}
/* line 331, ../sass/partials/_home.scss */
.home-section_featured.active .video-player-bg {
  opacity: 1;
}
/* line 335, ../sass/partials/_home.scss */
.home-section_featured.active .content {
  opacity: 0;
  visibility: hidden;
}
/* line 340, ../sass/partials/_home.scss */
.home-section_featured.active:after {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 768px) {
  /* line 347, ../sass/partials/_home.scss */
  .home-section_featured #video {
    opacity: 0;
  }
}

/* line 356, ../sass/partials/_home.scss */
.home #page-banner {
  text-align: center;
  position: relative;
  background-color: #ffffff;
  color: #ffffff;
  height: 679px;
  max-height: 679px !important;
  overflow: hidden;
  min-height: 400px !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top center !important;
}
/* line 371, ../sass/partials/_home.scss */
.home .bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
/* line 377, ../sass/partials/_home.scss */
.home .overlay {
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  /*width: 100%;*/
  z-index: 2;
}
/* line 385, ../sass/partials/_home.scss */
.home .inner {
  height: 100%;
  display: flex;
  align-items: center;
}
/* line 391, ../sass/partials/_home.scss */
.home h1 {
  margin: 0 auto;
}
/* line 396, ../sass/partials/_home.scss */
.home .video_wrap {
  width: 100%;
  position: absolute;
  left: 0;
  overflow: hidden;
  top: 0;
  padding-bottom: 56.5%;
}
/* line 405, ../sass/partials/_home.scss */
.home iframe {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
/* line 414, ../sass/partials/_home.scss */
.home .home-section_content {
  height: auto !important;
}

/* line 3, ../sass/partials/_individual.scss */
.members-wrap.Board .padding-100-15 {
  padding-bottom: 30px !important;
}
/* line 9, ../sass/partials/_individual.scss */
.members-wrap.Staff .padding-100-15 {
  padding-top: 0 !important;
}

/* line 16, ../sass/partials/_individual.scss */
.individual-wrap {
  text-align: center;
}
/* line 19, ../sass/partials/_individual.scss */
.individual-wrap.author-wrap {
  text-align: center;
}
/* line 23, ../sass/partials/_individual.scss */
.individual-block {
  margin-bottom: 20px;
  min-height: auto;
  display: inline-block;
  float: none;
  vertical-align: top;
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  /* line 23, ../sass/partials/_individual.scss */
  .individual-block {
    min-height: auto;
    margin-bottom: 20px;
    padding: 0;
    clear: right;
    float: none;
    display: inline-block;
    width: 49%;
    vertical-align: top;
  }
}
/* line 43, ../sass/partials/_individual.scss */
.individual-img {
  text-align: center;
  padding: 0 15px;
}
/* line 47, ../sass/partials/_individual.scss */
.individual-img img {
  margin: 0 auto;
  vertical-align: bottom;
}
/* line 54, ../sass/partials/_individual.scss */
.individual-name {
  color: #000;
  font-family: "Proxima-Nova-Bold", sans-serif;
  line-height: 1.5;
  margin-top: 15px;
  margin-bottom: 10px;
}
/* line 62, ../sass/partials/_individual.scss */
.individual-role {
  color: #000;
  font-family: "Proxima-Nova-Semibold", sans-serif;
  line-height: 1.4;
  font-size: 16px;
}
/* line 69, ../sass/partials/_individual.scss */
.individual-desc {
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 14px;
  line-height: 1.4;
}
/* line 75, ../sass/partials/_individual.scss */
.individual-page {
  padding: 0px 0 0;
}
/* line 79, ../sass/partials/_individual.scss */
.individual-page .center-custom img {
  margin: 0 auto;
  display: inline-block;
  vertical-align: bottom;
  max-height: 450px;
}

/* line 1, ../sass/partials/_links.scss */
a:link {
  color: #1DA1B3;
}

/* visited link */
/* line 5, ../sass/partials/_links.scss */
a:visited {
  color: #1DA1B3;
}

/* mouse over link */
/* line 9, ../sass/partials/_links.scss */
a:hover {
  opacity: 0.6;
  color: #198d9d;
}

/* selected link */
/* line 14, ../sass/partials/_links.scss */
a:active {
  color: #1DA1B3;
}

/* line 19, ../sass/partials/_links.scss */
.text-block a {
  font-size: "Proxima-Nova-Semibold", sans-serif;
  color: #1DA1B3 !important;
}
/* line 22, ../sass/partials/_links.scss */
.text-block a:hover {
  opacity: 0.6;
  color: #198d9d !important;
}

/* line 1, ../sass/partials/_nav.scss */
.header-bottom {
  background: #fff;
  padding: 0 15px;
}
/* line 5, ../sass/partials/_nav.scss */
.header-bottom__container {
  padding: 0 15px;
}
@media (max-width: 993px) {
  /* line 5, ../sass/partials/_nav.scss */
  .header-bottom__container {
    padding: 0;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  /* line 1, ../sass/partials/_nav.scss */
  .header-bottom {
    padding: 0;
  }
}
@media (max-width: 993px) {
  /* line 1, ../sass/partials/_nav.scss */
  .header-bottom {
    padding: 0;
  }
}

/* line 23, ../sass/partials/_nav.scss */
.dropdown-menu {
  text-align: right;
}
/* line 26, ../sass/partials/_nav.scss */
.dropdown-menu__content {
  background: #fff;
}
/* line 30, ../sass/partials/_nav.scss */
.dropdown-menu__item {
  margin-left: 40px;
}
/* line 32, ../sass/partials/_nav.scss */
.dropdown-menu__item a {
  font-family: "Proxima-Nova-Bold", sans-serif;
  padding-left: 0;
  padding-right: 0;
}
/* line 39, ../sass/partials/_nav.scss */
.dropdown-menu__item:hover .dropdown-menu__btn:after {
  display: none;
}
/* line 47, ../sass/partials/_nav.scss */
.dropdown-menu__inner .store-dropdown__list {
  padding-left: 0;
  padding-right: 0;
}
/* line 52, ../sass/partials/_nav.scss */
.dropdown-menu h2, .dropdown-menu a {
  color: #2D3742;
}
/* line 56, ../sass/partials/_nav.scss */
.dropdown-menu h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #F8F8F8;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "Proxima-Nova-Bold", sans-serif;
}
/* line 65, ../sass/partials/_nav.scss */
.dropdown-menu li a {
  font-size: 15px;
  font-family: "Proxima-Nova-Light", sans-serif;
  border: none;
  text-transform: none;
  padding: 0;
  text-decoration: none;
}
/* line 73, ../sass/partials/_nav.scss */
.dropdown-menu li a:hover {
  text-decoration: underline;
}
/* line 79, ../sass/partials/_nav.scss */
.dropdown-menu .dropdown-text {
  padding: 30px 15px;
}
/* line 82, ../sass/partials/_nav.scss */
.dropdown-menu .dropdown-text .img-wrap {
  margin-top: 10px;
}
/* line 85, ../sass/partials/_nav.scss */
.dropdown-menu .dropdown-text .img-wrap:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 90, ../sass/partials/_nav.scss */
.dropdown-menu .dropdown-text .img-wrap img {
  clear: both;
  display: block;
  max-height: 100%;
  width: 100%;
  overflow: hidden;
  height: auto;
}
/* line 101, ../sass/partials/_nav.scss */
.dropdown-menu .dropdown-text .img-wrap a {
  font-size: 15px;
  float: right;
  text-transform: none;
  margin: 0px 0 0px;
  font-family: "Proxima-Nova-Light", sans-serif;
}
/* line 108, ../sass/partials/_nav.scss */
.dropdown-menu .dropdown-text .img-wrap a i {
  margin-left: 10px;
}
/* line 112, ../sass/partials/_nav.scss */
.dropdown-menu .dropdown-text .img-wrap__inner {
  overflow: hidden;
  max-height: 200px;
  display: block;
}
/* line 117, ../sass/partials/_nav.scss */
.dropdown-menu .dropdown-text .img-wrap__inner ~ a {
  margin-top: 15px;
}
/* line 121, ../sass/partials/_nav.scss */
.dropdown-menu .dropdown-text .img-wrap__inner .img-link {
  width: 100%;
}

/* line 131, ../sass/partials/_nav.scss */
.content .mobile-menu ul {
  padding: 0;
}

/* line 137, ../sass/partials/_nav.scss */
.desktop-menu {
  display: none;
}
@media (min-width: 993px) {
  /* line 137, ../sass/partials/_nav.scss */
  .desktop-menu {
    display: block;
  }
}

/* line 144, ../sass/partials/_nav.scss */
.mobile-menu {
  padding: 0;
  text-align: right;
  display: none;
}
/* line 153, ../sass/partials/_nav.scss */
.mobile-menu__dropdown {
  background-color: #fff;
  border-bottom: 1px dashed #F8F8F8;
}
/* line 157, ../sass/partials/_nav.scss */
.mobile-menu__dropdown a {
  color: #2D3742;
  font-family: "Proxima-Nova-Semibold", sans-serif;
}
/* line 163, ../sass/partials/_nav.scss */
.mobile-menu__inner {
  padding: 15px 30px;
}
/* line 166, ../sass/partials/_nav.scss */
.mobile-menu__inner h5 {
  color: #2D3742;
  font-family: "Proxima-Nova-Bold", sans-serif;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
}
/* line 175, ../sass/partials/_nav.scss */
.mobile-menu__inner li {
  list-style: none;
}
/* line 178, ../sass/partials/_nav.scss */
.mobile-menu__inner li a {
  font-size: 15px;
  font-family: "Proxima-Nova-Light", sans-serif;
  border: none;
  text-transform: none;
  text-decoration: none;
}
/* line 187, ../sass/partials/_nav.scss */
.mobile-menu__inner .img-wrap {
  display: block;
  margin-top: 10px;
}
/* line 191, ../sass/partials/_nav.scss */
.mobile-menu__inner .img-wrap:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 196, ../sass/partials/_nav.scss */
.mobile-menu__inner .img-wrap img {
  width: 100%;
  clear: both;
  display: block;
}
/* line 202, ../sass/partials/_nav.scss */
.mobile-menu__inner .img-wrap a {
  font-size: 15px;
  float: right;
  text-transform: none;
  margin: 10px 0;
  font-family: "Proxima-Nova-Light", sans-serif;
}
/* line 209, ../sass/partials/_nav.scss */
.mobile-menu__inner .img-wrap a i {
  margin-left: 10px;
}
/* line 213, ../sass/partials/_nav.scss */
.mobile-menu__inner .img-wrap a.img-link {
  width: 100%;
}
/* line 219, ../sass/partials/_nav.scss */
.mobile-menu__inner.equity-mobile .overlay {
  display: table;
  width: 100%;
  height: 170px;
  padding: 0 20px;
}
/* line 225, ../sass/partials/_nav.scss */
.mobile-menu__inner.equity-mobile .overlay .overlay-inner {
  display: table-cell;
  vertical-align: middle;
}
/* line 232, ../sass/partials/_nav.scss */
.mobile-menu__item {
  background: #fff;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}
/* line 236, ../sass/partials/_nav.scss */
.mobile-menu__item a {
  color: #2D3742;
  font-family: "Proxima-Nova-Semibold", sans-serif;
  text-decoration: none;
}
/* line 242, ../sass/partials/_nav.scss */
.mobile-menu__item:after {
  display: none;
}
/* line 246, ../sass/partials/_nav.scss */
.mobile-menu__item .close {
  display: none;
}
/* line 250, ../sass/partials/_nav.scss */
.mobile-menu__item .fixed-item-menu, .mobile-menu__item .search-item-menu {
  border-bottom: 1px dashed #dfdfdf;
}
/* line 254, ../sass/partials/_nav.scss */
.mobile-menu__item .mobile-menu__icon {
  position: absolute;
  right: 10px;
  top: 13px;
}
/* line 260, ../sass/partials/_nav.scss */
.mobile-menu__item.opened .open {
  display: none;
}
/* line 263, ../sass/partials/_nav.scss */
.mobile-menu__item.opened .close {
  display: block;
}
/* line 269, ../sass/partials/_nav.scss */
.mobile-menu__btn {
  width: 120px;
  display: inline-block;
  height: 78px;
  background: #2D3742;
  top: 47%;
  float: right;
}
/* line 278, ../sass/partials/_nav.scss */
.mobile-menu__btn .close {
  display: none;
}
/* line 281, ../sass/partials/_nav.scss */
.mobile-menu__btn.opened {
  background: #1DA1B3;
}
/* line 284, ../sass/partials/_nav.scss */
.mobile-menu__btn.opened .open {
  display: none;
}
/* line 288, ../sass/partials/_nav.scss */
.mobile-menu__btn.opened .close {
  display: inline-block;
}
/* line 294, ../sass/partials/_nav.scss */
.mobile-menu__btn__bar {
  width: 13px;
  right: 20px;
  left: auto;
  height: 2px;
}
/* line 301, ../sass/partials/_nav.scss */
.mobile-menu__text {
  text-align: right;
  display: inline-block;
  width: 70px;
  vertical-align: middle;
  line-height: 78px;
  color: #fff;
  font-size: 14px;
  font-family: "Proxima-Nova-Semibold", sans-serif;
}
@media (max-width: 992px) {
  /* line 144, ../sass/partials/_nav.scss */
  .mobile-menu {
    display: block;
  }
}

/* line 317, ../sass/partials/_nav.scss */
.search-active .dropdown-menu__item:hover .dropdown-menu__content {
  visibility: hidden;
  opacity: 0;
  z-index: 0;
}

/* line 323, ../sass/partials/_nav.scss */
.mobile-menu__btn.opened .mobile-menu__btn__bar:after {
  -moz-transform: rotate(45deg) translate(-26%, -155%);
  -ms-transform: rotate(45deg) translate(-26%, -155%);
  -webkit-transform: rotate(45deg) translate(-26%, -155%);
  transform: rotate(45deg) translate(-26%, -155%);
}

/* line 331, ../sass/partials/_nav.scss */
.equity-mobile .overlay {
  padding: 40px 20px;
}

/* line 336, ../sass/partials/_nav.scss */
.fixed-item-menu {
  background: #2D3742;
}
/* line 339, ../sass/partials/_nav.scss */
.fixed-item-menu a {
  color: #fff;
  font-family: "Proxima-Nova-Light", sans-serif;
  text-transform: none;
  text-decoration: none;
}

/* line 347, ../sass/partials/_nav.scss */
.search-item-menu {
  background: #181e24;
  padding: 0;
  position: relative;
}
/* line 352, ../sass/partials/_nav.scss */
.search-item-menu input {
  color: #fff;
  border: none;
  background: #181e24;
  position: relative;
  padding-left: 50px;
  height: 60px;
  font-size: 20px;
}
/* line 362, ../sass/partials/_nav.scss */
.search-item-menu i {
  color: #fff;
  position: absolute;
  top: 20px;
  z-index: 1;
  display: block;
  left: 15px;
}

/* line 2, ../sass/partials/_override.scss */
.owl-nav {
  position: absolute;
  top: -34px;
  left: 0;
}
/* line 8, ../sass/partials/_override.scss */
.owl-prev, .owl-next {
  color: #2D3742;
  padding: 0 10px;
  float: left;
  background: #fff;
  font-size: 10px;
}
/* line 15, ../sass/partials/_override.scss */
.owl-prev:hover, .owl-prev:active, .owl-next:hover, .owl-next:active {
  color: #fff;
  background: #2D3742;
}
/* line 21, ../sass/partials/_override.scss */
.owl-prev {
  margin-left: 10px;
  float: right;
}
/* line 28, ../sass/partials/_override.scss */
.owl-carousel .item-text {
  width: 100%;
  background: #fff;
  padding: 10px 20px;
}

/* line 1, ../sass/partials/_search.scss */
.btn--search {
  display: block;
  margin: 50px auto 70px;
}

/* line 5, ../sass/partials/_search.scss */
.search-result {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  /* line 5, ../sass/partials/_search.scss */
  .search-result {
    padding-bottom: 10px;
  }
}
/* line 12, ../sass/partials/_search.scss */
.search-result .products {
  font-size: 0;
}
/* line 16, ../sass/partials/_search.scss */
.search-result .products__tile {
  margin-bottom: 30px;
}
/* line 20, ../sass/partials/_search.scss */
.search-result .title {
  color: #78777A;
  font-size: 14px;
  line-height: 17px;
  padding: 10px 0 40px;
  text-align: center;
  text-transform: uppercase;
}

/* line 29, ../sass/partials/_search.scss */
.search-results__title {
  color: #000;
  font-size: 35px;
  letter-spacing: 1px;
  line-height: 46px;
  padding: 30px 0 50px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
/* line 39, ../sass/partials/_search.scss */
.search-results__title span {
  color: #F48423;
}
@media (max-width: 767px) {
  /* line 29, ../sass/partials/_search.scss */
  .search-results__title {
    font-size: 25px;
    line-height: 28px;
  }
}

/* line 2, ../sass/partials/_story.scss */
.mantle--story .breadcrumbs-wrap {
  left: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
/* line 9, ../sass/partials/_story.scss */
.mantle--story .breadcrumbs {
  margin-left: auto;
  margin-right: auto;
  max-width: 1340px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 768px) and (no-query: true) {
  /* line 9, ../sass/partials/_story.scss */
  .mantle--story .breadcrumbs {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* line 15, ../sass/partials/_story.scss */
.side-nav__list--menu {
  max-width: 1140px;
}
/* line 18, ../sass/partials/_story.scss */
.side-nav__list--menu .featured-nav__item {
  cursor: pointer;
}
@media (max-width: 1024px) {
  /* line 23, ../sass/partials/_story.scss */
  .side-nav__list--menu .featured-nav__item {
    width: 25%;
  }
}
@media (max-width: 767px) {
  /* line 29, ../sass/partials/_story.scss */
  .side-nav__list--menu .featured-nav__item {
    width: 100%;
  }
}

/* line 37, ../sass/partials/_story.scss */
.story__management {
  text-align: center;
}
/* line 40, ../sass/partials/_story.scss */
.story__management .content {
  color: #000;
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 18px;
  line-height: 29px;
  max-width: 100%;
  padding-bottom: 30px;
  text-transform: none;
  width: 100%;
}
@media (max-width: 1024px) {
  /* line 40, ../sass/partials/_story.scss */
  .story__management .content {
    padding-bottom: 20px;
  }
}
/* line 59, ../sass/partials/_story.scss */
.story__management section {
  display: inline-block;
  max-width: 792px;
  width: 90%;
}
/* line 65, ../sass/partials/_story.scss */
.story__management .title {
  color: #000;
  font-size: 45px;
  font-weight: bold;
  line-height: 56px;
  padding-bottom: 32px;
  padding-top: 0;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  /* line 65, ../sass/partials/_story.scss */
  .story__management .title {
    font-size: 35px;
    line-height: 46px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  /* line 65, ../sass/partials/_story.scss */
  .story__management .title {
    font-size: 25px;
    line-height: 28px;
  }
}

/* line 88, ../sass/partials/_story.scss */
.story__member {
  cursor: pointer;
  display: inline-block;
  margin: 0 15px 60px 0;
  vertical-align: top;
  width: -webkit-calc(33.2% - 10px);
  width: -moz-calc(33.2% - 10px);
  width: calc(33.2% - 10px);
}
/* line 95, ../sass/partials/_story.scss */
.story__member:nth-child(3n + 3) {
  margin-right: 0;
}
@media (max-width: 767px) {
  /* line 88, ../sass/partials/_story.scss */
  .story__member {
    margin-bottom: 28px;
    margin-right: 0;
    width: 100%;
  }
}
/* line 105, ../sass/partials/_story.scss */
.no-touchevents .story__member:hover .story__member__img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 108, ../sass/partials/_story.scss */
.no-touchevents .story__member:hover span {
  right: 0;
}

/* line 113, ../sass/partials/_story.scss */
.story__member__block-for-img {
  font-size: 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  /* line 113, ../sass/partials/_story.scss */
  .story__member__block-for-img {
    width: 100%;
  }
}
/* line 122, ../sass/partials/_story.scss */
.story__member__block-for-img span {
  background-color: #F48423;
  bottom: 0;
  display: inline-block;
  height: 38px;
  position: absolute;
  right: -10px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 48px;
}
/* line 132, ../sass/partials/_story.scss */
.story__member__block-for-img span:after {
  bottom: 14px;
  color: #fff;
  content: "";
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
  font-size: 10px;
  left: 16px;
  position: absolute;
}
/* line 142, ../sass/partials/_story.scss */
.story__member__block-for-img .story__member__img {
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  width: 100%;
}

/* line 147, ../sass/partials/_story.scss */
.story__member__info--main-info {
  display: none;
}

/* line 150, ../sass/partials/_story.scss */
.story__member__info--name {
  color: #000;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 35px;
  padding: 12px 0 15px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 150, ../sass/partials/_story.scss */
  .story__member__info--name {
    font-size: 25px;
    line-height: 28px;
  }
}

/* line 163, ../sass/partials/_story.scss */
.story__member__info--text {
  color: #78777A;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}

/* line 169, ../sass/partials/_story.scss */
.story__members {
  font-size: 0;
  padding-top: 50px;
}
@media (max-width: 767px) {
  /* line 169, ../sass/partials/_story.scss */
  .story__members {
    padding-top: 20px;
  }
}

/* line 179, ../sass/partials/_story.scss */
.story__members-detail {
  background: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: fixed;
  top: 150vh;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 1000;
}
/* line 190, ../sass/partials/_story.scss */
.story__members-detail.show {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  top: 0;
}
/* line 195, ../sass/partials/_story.scss */
.story__members-detail .content {
  overflow: hidden;
  position: relative;
}

/* line 200, ../sass/partials/_story.scss */
.story__members-detail__block {
  max-height: 100vh;
  overflow-y: scroll;
  padding-right: 50px;
  width: -webkit-calc(100% + 50px);
  width: -moz-calc(100% + 50px);
  width: calc(100% + 50px);
}

/* line 206, ../sass/partials/_story.scss */
.story__members-detail__block-info {
  display: inline-block;
  padding: 65px 40px 126px 0;
  vertical-align: top;
  width: 49%;
}
@media (max-width: 1024px) {
  /* line 206, ../sass/partials/_story.scss */
  .story__members-detail__block-info {
    padding: 30px 40px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 206, ../sass/partials/_story.scss */
  .story__members-detail__block-info {
    padding-top: 10px;
  }
}

/* line 220, ../sass/partials/_story.scss */
.story__members-detail__button--close {
  background: #F48423;
  cursor: pointer;
  height: 65px;
  line-height: 65px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 65px;
}
@media (max-width: 1024px) {
  /* line 220, ../sass/partials/_story.scss */
  .story__members-detail__button--close {
    height: 40px;
    line-height: 40px;
    right: 10px;
    top: 10px;
    width: 40px;
  }
}
/* line 358, ../sass/partials/_mixins.scss */
.no-touchevents .story__members-detail__button--close:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 244, ../sass/partials/_story.scss */
.story__members-detail__button--close span {
  color: #fff;
  display: inline-block;
  font-size: 17px;
  position: relative;
  text-indent: -999em;
  height: 17px;
  line-height: 1;
  width: 17px;
}
/* line 279, ../sass/partials/_mixins.scss */
.story__members-detail__button--close span:after {
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 0;
}
/* line 270, ../sass/partials/_mixins.scss */
.story__members-detail__button--close span:after {
  content: "";
}

/* line 254, ../sass/partials/_story.scss */
.story__members-detail__img {
  display: inline-block;
  margin-right: 94px;
  vertical-align: top;
  width: -webkit-calc(50% - 94px);
  width: -moz-calc(50% - 94px);
  width: calc(50% - 94px);
}
@media (max-width: 1024px) {
  /* line 254, ../sass/partials/_story.scss */
  .story__members-detail__img {
    display: block;
    margin: 10px auto;
  }
}
@media (max-width: 767px) {
  /* line 254, ../sass/partials/_story.scss */
  .story__members-detail__img {
    width: 200px;
  }
}

/* line 268, ../sass/partials/_story.scss */
.story__members-detail__info {
  color: #5f5f5f;
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 16px;
  line-height: 25px;
}
/* line 274, ../sass/partials/_story.scss */
.story__members-detail__info p {
  padding-bottom: 9px;
}
@media (max-width: 767px) {
  /* line 268, ../sass/partials/_story.scss */
  .story__members-detail__info {
    font-size: 12px;
    line-height: 21px;
    text-align: center;
  }
}

/* line 284, ../sass/partials/_story.scss */
.story__members-detail__title {
  color: #000;
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 80px;
  padding-bottom: 19px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  /* line 284, ../sass/partials/_story.scss */
  .story__members-detail__title {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  /* line 284, ../sass/partials/_story.scss */
  .story__members-detail__title {
    font-size: 25px;
    line-height: 30px;
  }
}

/* line 303, ../sass/partials/_story.scss */
.story__members-detail__top-text {
  color: #78777A;
  font-size: 12px;
  line-height: 15px;
  padding-bottom: 40px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  /* line 303, ../sass/partials/_story.scss */
  .story__members-detail__top-text {
    padding-bottom: 20px;
    text-align: center;
  }
}

/* line 316, ../sass/partials/_story.scss */
.story__our-founder {
  border-bottom: 1px solid #D9D9D9;
  padding-top: 60px;
}
@media (max-width: 1024px) {
  /* line 316, ../sass/partials/_story.scss */
  .story__our-founder {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  /* line 316, ../sass/partials/_story.scss */
  .story__our-founder {
    padding-top: 20px;
  }
}

/* line 328, ../sass/partials/_story.scss */
.story__our-founder__background-image {
  background-position: center top;
  background-size: cover;
  padding-bottom: 30px;
  width: 100%;
}
@media (max-width: 1024px) {
  /* line 328, ../sass/partials/_story.scss */
  .story__our-founder__background-image {
    min-height: 250px;
    padding-bottom: 40px;
  }
}

/* line 341, ../sass/partials/_story.scss */
.story__our-founder__block-thumbnail-image {
  font-size: 0;
  text-align: center;
}

/* line 346, ../sass/partials/_story.scss */
.story__our-founder__block-info {
  padding: 0 92px;
}
@media (max-width: 1024px) {
  /* line 346, ../sass/partials/_story.scss */
  .story__our-founder__block-info {
    padding: 0 5%;
  }
}

/* line 354, ../sass/partials/_story.scss */
.story__our-founder__description {
  color: #5f5f5f;
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 18px;
  color: #272C32;
  letter-spacing: 0;
  text-align: left;
  line-height: 28px;
}
/* line 363, ../sass/partials/_story.scss */
.story__our-founder__description ul {
  padding-left: 20px;
}
/* line 370, ../sass/partials/_story.scss */
.story__our-founder__description p {
  padding-bottom: 25px;
}
@media (max-width: 1024px) {
  /* line 354, ../sass/partials/_story.scss */
  .story__our-founder__description {
    padding-bottom: 23px;
  }
}

/* line 388, ../sass/partials/_story.scss */
.story__our-founder__signature-image {
  padding-bottom: 32px;
}

/* line 392, ../sass/partials/_story.scss */
.story__our-founder__signature-name {
  color: #5f5f5f;
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 65px;
}
@media (max-width: 1024px) {
  /* line 392, ../sass/partials/_story.scss */
  .story__our-founder__signature-name {
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  /* line 392, ../sass/partials/_story.scss */
  .story__our-founder__signature-name {
    font-size: 12px;
    line-height: 21px;
  }
}

/* line 409, ../sass/partials/_story.scss */
.story__our-founder__sub-title {
  color: #fff;
  font-size: 40px;
  line-height: 65px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  /* line 409, ../sass/partials/_story.scss */
  .story__our-founder__sub-title {
    font-size: 30px;
    line-height: 31px;
  }
}

/* line 421, ../sass/partials/_story.scss */
.story__our-founder__title {
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 15px;
  font-family: "Proxima-Nova-Semibold", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  /* line 421, ../sass/partials/_story.scss */
  .story__our-founder__title {
    padding-bottom: 10px;
    padding-top: 80px;
  }
}

/* line 435, ../sass/partials/_story.scss */
.story__our-founder__role {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  font-family: "Proxima-Nova-Semibold", sans-serif;
  padding-top: 10px;
}

/* line 449, ../sass/partials/_story.scss */
.story__our-founder__thumbnail-image {
  border-radius: 100%;
  display: inline-block;
  height: 152px;
  overflow: hidden;
  position: relative;
  top: -76px;
}
@media (max-width: 1024px) {
  /* line 449, ../sass/partials/_story.scss */
  .story__our-founder__thumbnail-image {
    height: 76px;
    top: -38px;
  }
}

/* line 463, ../sass/partials/_story.scss */
.story__our-founder__quote {
  color: #000;
  font-family: "Montserrat-Italic", sans-serif;
  font-size: 35px;
  line-height: 51px;
  text-transform: uppercase;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  /* line 463, ../sass/partials/_story.scss */
  .story__our-founder__quote {
    font-size: 25px;
    line-height: 41px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  /* line 463, ../sass/partials/_story.scss */
  .story__our-founder__quote {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
  }
}

/* line 489, ../sass/partials/_story.scss */
.story__our-history {
  text-align: center;
}
/* line 492, ../sass/partials/_story.scss */
.story__our-history .content {
  color: #000;
  font-size: 45px;
  font-weight: bold;
  line-height: 56px;
  max-width: 100%;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 1024px) {
  /* line 492, ../sass/partials/_story.scss */
  .story__our-history .content {
    font-size: 35px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  /* line 492, ../sass/partials/_story.scss */
  .story__our-history .content {
    font-size: 25px;
    line-height: 28px;
    padding-bottom: 0;
  }
}
/* line 513, ../sass/partials/_story.scss */
.story__our-history .flexslider {
  margin-bottom: 0;
}
/* line 517, ../sass/partials/_story.scss */
.story__our-history .flexslider:hover .flex-direction-nav .flex-next {
  left: 148px;
}
@media (max-width: 767px) {
  /* line 517, ../sass/partials/_story.scss */
  .story__our-history .flexslider:hover .flex-direction-nav .flex-next {
    left: -webkit-calc(5% + 50px);
    left: -moz-calc(5% + 50px);
    left: calc(5% + 50px);
  }
}
/* line 524, ../sass/partials/_story.scss */
.story__our-history .flexslider:hover .flex-direction-nav .flex-prev {
  left: 98px;
}
@media (max-width: 767px) {
  /* line 524, ../sass/partials/_story.scss */
  .story__our-history .flexslider:hover .flex-direction-nav .flex-prev {
    left: 5%;
  }
}
/* line 534, ../sass/partials/_story.scss */
.story__our-history .flexslider .flex-direction-nav a {
  bottom: 87px;
  height: 30px;
  top: auto;
  width: 30px;
}
/* line 540, ../sass/partials/_story.scss */
.story__our-history .flexslider .flex-direction-nav a:before {
  font-size: 30px;
}
@media (max-width: 767px) {
  /* line 534, ../sass/partials/_story.scss */
  .story__our-history .flexslider .flex-direction-nav a {
    bottom: 27px;
  }
}
/* line 548, ../sass/partials/_story.scss */
.story__our-history .flexslider .flex-direction-nav .flex-next {
  left: 148px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  right: auto;
}
@media (max-width: 767px) {
  /* line 548, ../sass/partials/_story.scss */
  .story__our-history .flexslider .flex-direction-nav .flex-next {
    left: -webkit-calc(5% + 50px);
    left: -moz-calc(5% + 50px);
    left: calc(5% + 50px);
  }
}
/* line 557, ../sass/partials/_story.scss */
.story__our-history .flexslider .flex-direction-nav .flex-next:before {
  content: "";
  font-family: "Icons";
}
/* line 358, ../sass/partials/_mixins.scss */
.no-touchevents .story__our-history .flexslider .flex-direction-nav .flex-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 566, ../sass/partials/_story.scss */
.story__our-history .flexslider .flex-direction-nav .flex-prev {
  left: 98px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media (max-width: 767px) {
  /* line 566, ../sass/partials/_story.scss */
  .story__our-history .flexslider .flex-direction-nav .flex-prev {
    left: 5%;
  }
}
/* line 574, ../sass/partials/_story.scss */
.story__our-history .flexslider .flex-direction-nav .flex-prev:before {
  content: "";
  font-family: "Icons";
}
/* line 358, ../sass/partials/_mixins.scss */
.no-touchevents .story__our-history .flexslider .flex-direction-nav .flex-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 586, ../sass/partials/_story.scss */
.story__our-history section {
  display: inline-block;
  max-width: 792px;
  padding-bottom: 25px;
  width: 90%;
}
/* line 598, ../sass/partials/_story.scss */
.story__our-history .title {
  color: #9d9d9d;
  font-size: 12px;
  line-height: 15px;
  padding: 76px 0 20px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  /* line 598, ../sass/partials/_story.scss */
  .story__our-history .title {
    padding-top: 40px;
  }
}

/* line 612, ../sass/partials/_story.scss */
.story__our-history__block {
  display: inline-block;
  text-align: right;
  vertical-align: top;
  width: 49.5%;
}
@media (max-width: 1024px) {
  /* line 612, ../sass/partials/_story.scss */
  .story__our-history__block {
    text-align: center;
    width: 100%;
  }
}

/* line 623, ../sass/partials/_story.scss */
.story__our-history__block--left {
  padding-right: 5%;
  text-align: left;
}
@media (max-width: 1024px) {
  /* line 623, ../sass/partials/_story.scss */
  .story__our-history__block--left {
    padding: 0 0 30px;
  }
}

/* line 632, ../sass/partials/_story.scss */
.story__our-history__block__date {
  color: #9d9d9d;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 15px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  /* line 632, ../sass/partials/_story.scss */
  .story__our-history__block__date {
    text-align: center;
  }
}

/* line 644, ../sass/partials/_story.scss */
.story__our-history__block__info {
  color: #5f5f5f;
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 16px;
  line-height: 25px;
}
/* line 650, ../sass/partials/_story.scss */
.story__our-history__block__info a {
  color: #279bd4;
}
/* line 653, ../sass/partials/_story.scss */
.story__our-history__block__info p {
  padding-bottom: 9px;
}
@media (max-width: 767px) {
  /* line 644, ../sass/partials/_story.scss */
  .story__our-history__block__info {
    font-size: 12px;
    line-height: 21px;
  }
}

/* line 662, ../sass/partials/_story.scss */
.story__our-history__block__title {
  color: #000;
  font-size: 45px;
  font-weight: bold;
  line-height: 56px;
  padding-bottom: 17px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  /* line 662, ../sass/partials/_story.scss */
  .story__our-history__block__title {
    font-size: 35px;
    line-height: 46px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  /* line 662, ../sass/partials/_story.scss */
  .story__our-history__block__title {
    font-size: 25px;
    line-height: 28px;
  }
}

/* line 681, ../sass/partials/_story.scss */
.story__our-history__content {
  background-color: #F2F2F2;
  display: none;
  padding: 82px 98px 132px;
  text-align: left;
}
@media (max-width: 1024px) {
  /* line 681, ../sass/partials/_story.scss */
  .story__our-history__content {
    padding: 32px 5% 82px;
  }
}

/* line 691, ../sass/partials/_story.scss */
.story__our-history__year {
  border-bottom: 2px solid #fff;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat-Italic", sans-serif;
  font-size: 18px;
  height: 28px;
  line-height: 21px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 358, ../sass/partials/_mixins.scss */
.no-touchevents .story__our-history__year:hover {
  color: #F48423;
}
/* line 711, ../sass/partials/_story.scss */
.story__our-history__year.active {
  border-bottom: 2px solid #F48423;
  color: #F48423;
}

/* line 716, ../sass/partials/_story.scss */
.story__our-history__years {
  padding-bottom: 41px;
}
@media (max-width: 767px) {
  /* line 716, ../sass/partials/_story.scss */
  .story__our-history__years {
    padding-bottom: 20px;
  }
}

/* line 723, ../sass/partials/_story.scss */
.story__our-mission {
  text-align: center;
}
/* line 726, ../sass/partials/_story.scss */
.story__our-mission .content {
  color: #000;
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 56px;
  max-width: 100%;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 1024px) {
  /* line 726, ../sass/partials/_story.scss */
  .story__our-mission .content {
    font-size: 35px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  /* line 726, ../sass/partials/_story.scss */
  .story__our-mission .content {
    font-size: 25px;
    line-height: 28px;
  }
}
/* line 746, ../sass/partials/_story.scss */
.story__our-mission section {
  display: inline-block;
  max-width: 792px;
  width: 90%;
}
/* line 752, ../sass/partials/_story.scss */
.story__our-mission .title {
  color: #9d9d9d;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 15px;
  padding: 76px 0 20px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  /* line 752, ../sass/partials/_story.scss */
  .story__our-mission .title {
    padding-top: 40px;
  }
}

/* line 767, ../sass/partials/_story.scss */
.story__title--top {
  color: #9d9d9d;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 15px;
  padding: 76px 0 20px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  /* line 767, ../sass/partials/_story.scss */
  .story__title--top {
    padding-top: 40px;
  }
}

/* line 11, ../sass/partials/_timeline.scss */
.timeline-mark {
  position: absolute;
  top: calc(50% + 10px);
  height: 20px;
  width: 20px;
  display: block;
  border-radius: 100px;
  left: 12px;
  background: #C15148;
  border: solid 3px #f8f8f8;
}
/* line 22, ../sass/partials/_timeline.scss */
.timeline-mark.right {
  right: auto;
}
@media (max-width: 1199px) {
  /* line 11, ../sass/partials/_timeline.scss */
  .timeline-mark {
    left: 7px;
  }
}
@media (max-width: 768px) {
  /* line 11, ../sass/partials/_timeline.scss */
  .timeline-mark {
    bottom: 10px;
    left: auto;
    right: -12px;
    display: block;
    top: auto;
  }
}
/* line 39, ../sass/partials/_timeline.scss */
.timeline-wrap {
  padding: 0 !important;
}
/* line 44, ../sass/partials/_timeline.scss */
.timeline-wrap .content .stripes-wrap:last-child .read-content {
  height: auto;
}
/* line 47, ../sass/partials/_timeline.scss */
.timeline-wrap .content .stripes-wrap:last-child .read-content p {
  position: relative;
}
/* line 54, ../sass/partials/_timeline.scss */
.timeline-wrap .desktop-border-left {
  margin: 0 auto 7px;
  border-right: 4px dotted #78777A;
}
/* line 60, ../sass/partials/_timeline.scss */
.timeline-wrap .row {
  position: relative;
}
/* line 63, ../sass/partials/_timeline.scss */
.timeline-wrap .row .col {
  z-index: 5;
  position: relative;
  padding: 0 0 100px !important;
}
@media (max-width: 768px) {
  /* line 63, ../sass/partials/_timeline.scss */
  .timeline-wrap .row .col {
    padding-bottom: 50px !important;
  }
}
/* line 78, ../sass/partials/_timeline.scss */
.timeline-wrap .active .stripes-wrap {
  opacity: 0.5;
}
/* line 82, ../sass/partials/_timeline.scss */
.timeline-wrap .active .stripes-wrap.active {
  opacity: 1;
}
/* line 87, ../sass/partials/_timeline.scss */
.timeline-wrap .active .stripes-wrap.active .read-content .read-more {
  opacity: 0;
  visibility: hidden;
}
/* line 92, ../sass/partials/_timeline.scss */
.timeline-wrap .active .stripes-wrap.active .read-content p {
  -webkit-line-clamp: unset;
  padding-bottom: 30px;
}
/* line 96, ../sass/partials/_timeline.scss */
.timeline-wrap .active .stripes-wrap.active .read-content p .read-less {
  display: block;
}
/* line 107, ../sass/partials/_timeline.scss */
.timeline-img img {
  width: 100%;
}
/* line 115, ../sass/partials/_timeline.scss */
.timeline-card h3, .timeline-card h4 {
  font-family: "Proxima-Nova-Semibold", sans-serif;
}
/* line 121, ../sass/partials/_timeline.scss */
.timeline-card .content .row:last-child .desktop-border-left {
  margin: 0 auto 7px;
  border-right: 4px dotted #78777A;
}
/* line 130, ../sass/partials/_timeline.scss */
.timeline .date {
  /* date: */
  font-family: "Proxima-Nova-Bold", sans-serif;
  font-size: 32px;
  color: #1DA1B3;
  letter-spacing: 0;
}
/* line 138, ../sass/partials/_timeline.scss */
.timeline .title {
  /* title */
  font-family: "Proxima-Nova-Bold", sans-serif;
  font-size: 22px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 30px;
}
/* line 147, ../sass/partials/_timeline.scss */
.timeline .body {
  /* body */
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 23px;
}

/*@media (max-width: 768px) {
        .read-more, .read-less{
            display: none;
        }
}*/
/*@media (min-width: 769px) {*/
/* line 163, ../sass/partials/_timeline.scss */
.read-content {
  position: relative;
  margin: 0 -30px;
  height: 60px;
}
/* line 168, ../sass/partials/_timeline.scss */
.read-content .read-more, .read-content .read-less {
  color: #fff;
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  bottom: -28px;
  position: absolute;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Proxima-Nova-Bold", sans-serif;
  cursor: pointer;
}
/* line 183, ../sass/partials/_timeline.scss */
.read-content .read-less {
  bottom: 5px;
  margin: 0 -30px;
  display: none;
}
/* line 189, ../sass/partials/_timeline.scss */
.read-content p {
  position: absolute;
  padding: 0 30px;
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  background: #2D3742;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*}*/
/* line 2, ../sass/partials/_error_pages.scss */
.error-page main {
  background-image: url("../images/error-404.dc136fef1289.jpg");
}
/* line 4, ../sass/partials/_error_pages.scss */
.error-page main .wrap {
  margin: 10% auto;
  color: black;
  text-align: center;
}
/* line 9, ../sass/partials/_error_pages.scss */
.error-page main .wrap .error-page__title {
  font-size: 144px;
  text-transform: uppercase;
  line-height: 1;
}
/* line 14, ../sass/partials/_error_pages.scss */
.error-page main .wrap .error-page__sub-title {
  font-size: 36px;
  text-transform: uppercase;
}
/* line 18, ../sass/partials/_error_pages.scss */
.error-page main .wrap .error-page__content {
  font-family: "Proxima-Nova-Light", sans-serif;
  font-size: 18px;
  margin-top: 14px;
}
/* line 23, ../sass/partials/_error_pages.scss */
.error-page main .wrap .return-home {
  display: inline-block;
}
/* line 29, ../sass/partials/_error_pages.scss */
.error-page a.return-home {
  color: #FFFFFF;
}

/* line 2, ../sass/partials/_quote.scss */
.quote .content {
  position: relative;
  z-index: 99;
}
/* line 5, ../sass/partials/_quote.scss */
.quote .content .table-wrap {
  min-height: 600px;
}

/* line 17, ../sass/partials/_quote.scss */
.quote-wrap h3, .quote h3 {
  font-size: 44px;
  line-height: 48px;
}
@media (max-width: 768px) {
  /* line 17, ../sass/partials/_quote.scss */
  .quote-wrap h3, .quote h3 {
    font-size: 28px;
    line-height: 32px;
  }
}

/* line 15, ../sass/base.scss */
a.user-guide-link {
  color: black;
  display: block;
  margin-top: 1px;
  margin-bottom: 1px;
}

/* line 22, ../sass/base.scss */
a.user-guide-link:hover {
  color: #cad618;
}

/* line 26, ../sass/base.scss */
.nobr {
  white-space: nowrap;
}

/* line 30, ../sass/base.scss */
.hide {
  display: none;
}
