.pane-big-slider .slider-btns .slider-btn::after {
  content: "\e900"; }

.pane-big-slider .slider-btns .list-btn::after {
  content: "\e901"; }

.pane-next-prev-link-approach-node a.read.prev::after {
  content: "\e906"; }

.pane-next-prev-link-approach-node a.read.next::after {
  content: "\e907"; }

@-webkit-keyframes Gradient {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Gradient {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@-webkit-keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-30px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }

@keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-30px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }

/*
 ---------------------------------
 General
 ---------------------------------
 */
.panel-pane {
  width: 100%;
  float: left;
  margin-bottom: 40px; }
  @media (max-width: 1100px) {
    .panel-pane {
      margin-bottom: 32px; } }
  @media (max-width: 800px) {
    .panel-pane {
      margin-bottom: 24px; } }
  @media (max-width: 650px) {
    .panel-pane {
      margin-bottom: 20px; } }
  @media (max-width: 500px) {
    .panel-pane {
      margin-bottom: 18px; } }
  .panel-pane.margin-bottom-large {
    margin-bottom: 140px; }
    @media (max-width: 1100px) {
      .panel-pane.margin-bottom-large {
        margin-bottom: 112px; } }
    @media (max-width: 800px) {
      .panel-pane.margin-bottom-large {
        margin-bottom: 84px; } }
    @media (max-width: 650px) {
      .panel-pane.margin-bottom-large {
        margin-bottom: 70px; } }
    @media (max-width: 500px) {
      .panel-pane.margin-bottom-large {
        margin-bottom: 63px; } }
  .panel-pane.margin-bottom-null {
    margin-bottom: 0; }
  .panel-pane.breakout-full {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%); }
  .panel-pane.breakout-content {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%); }
    .panel-pane.breakout-content .pane-content {
      width: 90%;
      max-width: 1240px;
      margin: 0 auto; }
  .panel-pane .pane-title {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0px;
    font-family: "Sabon LT W01 Bold", serif;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: 1px; }
    @media (max-width: 800px) {
      .panel-pane .pane-title {
        font-size: 19px;
        line-height: 26px; } }
    @media (max-width: 1100px) {
      .panel-pane .pane-title {
        margin-bottom: 32px; } }
    @media (max-width: 800px) {
      .panel-pane .pane-title {
        margin-bottom: 24px; } }
    @media (max-width: 650px) {
      .panel-pane .pane-title {
        margin-bottom: 20px; } }
    @media (max-width: 500px) {
      .panel-pane .pane-title {
        margin-bottom: 18px; } }
  .panel-pane.anim-in {
    transform: translateY(30px);
    transition: transform 0.85s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0; }
    @media (max-width: 500px) {
      .panel-pane.anim-in {
        transform: translateY(10px);
        opacity: 1; } }
    .panel-pane.anim-in.js-active {
      transform: translateY(0px); }
    .panel-pane.anim-in.js-visible {
      opacity: 1; }
    .panel-pane.anim-in.js-active-up {
      transform: translateY(-50px); }
      @media (max-width: 500px) {
        .panel-pane.anim-in.js-active-up {
          transform: translateY(-20px); } }
    .menu-is-open .panel-pane.anim-in.menu-open-anim {
      transition: transform 0.45s 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transform: translateY(0px) translateX(-170px); }

/*
 ---------------------------------
 Pane fields
 ---------------------------------
 */
.site-top .pane-node-field-body {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  float: none; }

.pane-node-field-body .field-body {
  width: 48.70968%;
  float: left;
  float: right;
  clear: both;
  text-align: right;
  margin-bottom: 80px; }
  @media (max-width: 1100px) {
    .pane-node-field-body .field-body {
      margin-bottom: 64px; } }
  @media (max-width: 800px) {
    .pane-node-field-body .field-body {
      margin-bottom: 48px; } }
  @media (max-width: 650px) {
    .pane-node-field-body .field-body {
      margin-bottom: 40px; } }
  @media (max-width: 500px) {
    .pane-node-field-body .field-body {
      margin-bottom: 36px; } }

.pane-related-articles .pane-content .node {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDDDDD; }
  @media (max-width: 1100px) {
    .pane-related-articles .pane-content .node {
      margin-bottom: 24px; } }
  @media (max-width: 800px) {
    .pane-related-articles .pane-content .node {
      margin-bottom: 18px; } }
  @media (max-width: 650px) {
    .pane-related-articles .pane-content .node {
      margin-bottom: 15px; } }
  @media (max-width: 500px) {
    .pane-related-articles .pane-content .node {
      margin-bottom: 13.5px; } }
  @media (max-width: 1100px) {
    .pane-related-articles .pane-content .node {
      padding-bottom: 16px; } }
  @media (max-width: 800px) {
    .pane-related-articles .pane-content .node {
      padding-bottom: 12px; } }
  @media (max-width: 650px) {
    .pane-related-articles .pane-content .node {
      padding-bottom: 10px; } }
  @media (max-width: 500px) {
    .pane-related-articles .pane-content .node {
      padding-bottom: 9px; } }

.pane-related-articles .pane-content .more-container a {
  float: right;
  margin-top: 20px; }
  @media (max-width: 1100px) {
    .pane-related-articles .pane-content .more-container a {
      margin-top: 16px; } }
  @media (max-width: 800px) {
    .pane-related-articles .pane-content .more-container a {
      margin-top: 12px; } }
  @media (max-width: 650px) {
    .pane-related-articles .pane-content .more-container a {
      margin-top: 10px; } }
  @media (max-width: 500px) {
    .pane-related-articles .pane-content .more-container a {
      margin-top: 9px; } }

.pane-node-field-sections {
  margin-bottom: 0; }

/*
 ---------------------------------
 View panes and custom lists
 ---------------------------------
 */
.pane-views-panes {
  margin-bottom: 140px; }
  @media (max-width: 1100px) {
    .pane-views-panes {
      margin-bottom: 112px; } }
  @media (max-width: 800px) {
    .pane-views-panes {
      margin-bottom: 84px; } }
  @media (max-width: 650px) {
    .pane-views-panes {
      margin-bottom: 70px; } }
  @media (max-width: 500px) {
    .pane-views-panes {
      margin-bottom: 63px; } }

.pane-articles-front.anim-in {
  transform: translateY(30px);
  transition: transform 0.85s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0; }
  .pane-articles-front.anim-in.js-active {
    transform: translateY(0px); }
  .pane-articles-front.anim-in.js-visible {
    opacity: 1; }
  .pane-articles-front.anim-in.js-active-up {
    transform: translateY(-50px); }

.pane-related-articles > .pane-title {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #DDDDDD; }
  @media (max-width: 1100px) {
    .pane-related-articles > .pane-title {
      margin-bottom: 24px; } }
  @media (max-width: 800px) {
    .pane-related-articles > .pane-title {
      margin-bottom: 18px; } }
  @media (max-width: 650px) {
    .pane-related-articles > .pane-title {
      margin-bottom: 15px; } }
  @media (max-width: 500px) {
    .pane-related-articles > .pane-title {
      margin-bottom: 13.5px; } }
  @media (max-width: 1100px) {
    .pane-related-articles > .pane-title {
      padding-bottom: 24px; } }
  @media (max-width: 800px) {
    .pane-related-articles > .pane-title {
      padding-bottom: 18px; } }
  @media (max-width: 650px) {
    .pane-related-articles > .pane-title {
      padding-bottom: 15px; } }
  @media (max-width: 500px) {
    .pane-related-articles > .pane-title {
      padding-bottom: 13.5px; } }

.pane-project-press {
  margin-top: 100px; }
  @media (max-width: 1100px) {
    .pane-project-press {
      margin-top: 80px; } }
  @media (max-width: 800px) {
    .pane-project-press {
      margin-top: 60px; } }
  @media (max-width: 650px) {
    .pane-project-press {
      margin-top: 50px; } }
  @media (max-width: 500px) {
    .pane-project-press {
      margin-top: 45px; } }

.pane-related-projects .pane-title {
  width: 31.6129%;
  margin-right: 2.58065%;
  float: left; }
  @media (max-width: 800px) {
    .pane-related-projects .pane-title {
      width: 100%;
      margin-bottom: 60px; } }
  @media (max-width: 800px) and (max-width: 1100px) {
    .pane-related-projects .pane-title {
      margin-bottom: 48px; } }
  @media (max-width: 800px) and (max-width: 800px) {
    .pane-related-projects .pane-title {
      margin-bottom: 36px; } }
  @media (max-width: 800px) and (max-width: 650px) {
    .pane-related-projects .pane-title {
      margin-bottom: 30px; } }
  @media (max-width: 800px) and (max-width: 500px) {
    .pane-related-projects .pane-title {
      margin-bottom: 27px; } }

.pane-related-projects .fullwidth-container {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-color: #f2f2f2;
  padding-top: 90px;
  padding-bottom: 60px; }
  .pane-related-projects .fullwidth-container:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 1100px) {
    .pane-related-projects .fullwidth-container {
      padding-top: 72px; } }
  @media (max-width: 800px) {
    .pane-related-projects .fullwidth-container {
      padding-top: 54px; } }
  @media (max-width: 650px) {
    .pane-related-projects .fullwidth-container {
      padding-top: 45px; } }
  @media (max-width: 500px) {
    .pane-related-projects .fullwidth-container {
      padding-top: 40.5px; } }
  @media (max-width: 1100px) {
    .pane-related-projects .fullwidth-container {
      padding-bottom: 48px; } }
  @media (max-width: 800px) {
    .pane-related-projects .fullwidth-container {
      padding-bottom: 36px; } }
  @media (max-width: 650px) {
    .pane-related-projects .fullwidth-container {
      padding-bottom: 30px; } }
  @media (max-width: 500px) {
    .pane-related-projects .fullwidth-container {
      padding-bottom: 27px; } }

.pane-related-projects .pane-content .nodes {
  width: 65.80645%;
  float: left; }
  @media (max-width: 800px) {
    .pane-related-projects .pane-content .nodes {
      width: 100%; } }

.pane-related-projects .pane-content .node {
  width: 48.70968%;
  margin-right: 2.58065%;
  float: left;
  margin-bottom: 30px; }
  .pane-related-projects .pane-content .node:nth-child(2n) {
    margin-right: 0; }
  .pane-related-projects .pane-content .node:nth-child(2n+1) {
    clear: left; }
  @media (max-width: 1100px) {
    .pane-related-projects .pane-content .node {
      margin-bottom: 24px; } }
  @media (max-width: 800px) {
    .pane-related-projects .pane-content .node {
      margin-bottom: 18px; } }
  @media (max-width: 650px) {
    .pane-related-projects .pane-content .node {
      margin-bottom: 15px; } }
  @media (max-width: 500px) {
    .pane-related-projects .pane-content .node {
      margin-bottom: 13.5px; } }
  @media (max-width: 500px) {
    .pane-related-projects .pane-content .node {
      margin-bottom: 60px;
      width: 65.80645%;
      float: left; } }
  @media (max-width: 500px) and (max-width: 1100px) {
    .pane-related-projects .pane-content .node {
      margin-bottom: 48px; } }
  @media (max-width: 500px) and (max-width: 800px) {
    .pane-related-projects .pane-content .node {
      margin-bottom: 36px; } }
  @media (max-width: 500px) and (max-width: 650px) {
    .pane-related-projects .pane-content .node {
      margin-bottom: 30px; } }
  @media (max-width: 500px) and (max-width: 500px) {
    .pane-related-projects .pane-content .node {
      margin-bottom: 27px; } }
  @media (max-width: 500px) {
      .pane-related-projects .pane-content .node:nth-child(2n) {
        margin-right: 2.58065%; }
      .pane-related-projects .pane-content .node:nth-child(2n+1) {
        clear: none; }
      .pane-related-projects .pane-content .node:nth-child(2) {
        float: right; } }

.pane-project-press-section {
  margin-top: 110px;
  margin-bottom: 140px; }
  @media (max-width: 1100px) {
    .pane-project-press-section {
      margin-top: 88px; } }
  @media (max-width: 800px) {
    .pane-project-press-section {
      margin-top: 66px; } }
  @media (max-width: 650px) {
    .pane-project-press-section {
      margin-top: 55px; } }
  @media (max-width: 500px) {
    .pane-project-press-section {
      margin-top: 49.5px; } }
  @media (max-width: 1100px) {
    .pane-project-press-section {
      margin-bottom: 112px; } }
  @media (max-width: 800px) {
    .pane-project-press-section {
      margin-bottom: 84px; } }
  @media (max-width: 650px) {
    .pane-project-press-section {
      margin-bottom: 70px; } }
  @media (max-width: 500px) {
    .pane-project-press-section {
      margin-bottom: 63px; } }
  .pane-project-press-section .pane-title {
    width: 48.70968%;
    margin-right: 2.58065%;
    float: left; }
    @media (max-width: 1100px) {
      .pane-project-press-section .pane-title {
        width: 31.6129%;
        margin-right: 2.58065%;
        float: left; } }
    @media (max-width: 800px) {
      .pane-project-press-section .pane-title {
        width: 100%;
        margin-bottom: 60px; } }
  @media (max-width: 800px) and (max-width: 1100px) {
    .pane-project-press-section .pane-title {
      margin-bottom: 48px; } }
  @media (max-width: 800px) and (max-width: 800px) {
    .pane-project-press-section .pane-title {
      margin-bottom: 36px; } }
  @media (max-width: 800px) and (max-width: 650px) {
    .pane-project-press-section .pane-title {
      margin-bottom: 30px; } }
  @media (max-width: 800px) and (max-width: 500px) {
    .pane-project-press-section .pane-title {
      margin-bottom: 27px; } }
  .pane-project-press-section .pane-content {
    width: 48.70968%;
    float: left; }
    @media (max-width: 1100px) {
      .pane-project-press-section .pane-content {
        width: 65.80645%;
        float: left; } }
    @media (max-width: 800px) {
      .pane-project-press-section .pane-content {
        width: 65.80645%;
        float: left; } }
    @media (max-width: 500px) {
      .pane-project-press-section .pane-content {
        width: 100%; } }
    .pane-project-press-section .pane-content .field-body {
      margin-bottom: 80px; }
      @media (max-width: 1100px) {
        .pane-project-press-section .pane-content .field-body {
          margin-bottom: 64px; } }
      @media (max-width: 800px) {
        .pane-project-press-section .pane-content .field-body {
          margin-bottom: 48px; } }
      @media (max-width: 650px) {
        .pane-project-press-section .pane-content .field-body {
          margin-bottom: 40px; } }
      @media (max-width: 500px) {
        .pane-project-press-section .pane-content .field-body {
          margin-bottom: 36px; } }

/*
 ---------------------------------
 Social share
 ---------------------------------
 */
.pane-social-share-buttons {
  margin-bottom: 140px; }
  @media (max-width: 1100px) {
    .pane-social-share-buttons {
      margin-bottom: 112px; } }
  @media (max-width: 800px) {
    .pane-social-share-buttons {
      margin-bottom: 84px; } }
  @media (max-width: 650px) {
    .pane-social-share-buttons {
      margin-bottom: 70px; } }
  @media (max-width: 500px) {
    .pane-social-share-buttons {
      margin-bottom: 63px; } }
  .pane-social-share-buttons .pane-content {
    margin-left: 51.29032%; }
    .pane-social-share-buttons .pane-content .social-share {
      width: 70.10753%;
      margin-bottom: 10px; }
      @media (max-width: 500px) {
        .pane-social-share-buttons .pane-content .social-share {
          width: 100%;
          max-width: 255px; } }
    @media (max-width: 800px) {
      .pane-social-share-buttons .pane-content {
        margin-left: 34.19355%;
        width: 68.3871%; } }
    @media (max-width: 650px) {
      .pane-social-share-buttons .pane-content {
        margin-left: 0; } }
    @media (max-width: 500px) {
      .pane-social-share-buttons .pane-content {
        width: 100%; } }

/*
 ---------------------------------
 Custom panes
 ---------------------------------
 */
.site-top .pane-node-title {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  float: none; }

.pane-node-title h1 {
  float: right;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2px;
  /*
    @include scope(premobile) {
      font-size: 10px;
      line-height: 10px;
    }
*/
  font-family: "Foundry Sterling W01 Demi", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 80px;
  margin-top: 40px; }
  .pane-node-title h1 a {
    transition: color 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .no-touch .pane-node-title h1 a:hover {
      color: #F04E25; }
  @media (max-width: 800px) {
    .pane-node-title h1 {
      float: left; } }
  @media (max-width: 500px) {
    .pane-node-title h1 {
      width: 82.90323%;
      float: left;
      float: right;
      text-align: right;
      margin-bottom: 50px;
      margin-top: 30px; } }

.pane-goto {
  margin: 0; }
  .pane-goto .pane-content {
    width: 90%;
    max-width: 1240px;
    margin: 0 auto; }
    .pane-goto .pane-content .back {
      margin-bottom: 0; }

/*
 ---------------------------------
 Big slider
 ---------------------------------
 */
@media (max-width: 1100px) {
  .pane-big-slider {
    position: relative; } }

.pane-big-slider .slick-container {
  padding: 0 calc(((100% - 1240px)/2) + (106px) * 1) 0 calc(((100% - 1240px)/2));
  box-sizing: border-box;
  margin-bottom: 150px;
  position: relative; }
  @media (max-width: 1100px) {
    .pane-big-slider .slick-container {
      margin-bottom: 120px; } }
  @media (max-width: 800px) {
    .pane-big-slider .slick-container {
      margin-bottom: 90px; } }
  @media (max-width: 650px) {
    .pane-big-slider .slick-container {
      margin-bottom: 75px; } }
  @media (max-width: 500px) {
    .pane-big-slider .slick-container {
      margin-bottom: 67.5px; } }
  .pane-big-slider .slick-container:after {
    content: "";
    display: table;
    clear: both; }
  .pane-big-slider .slick-container.is-list {
    width: 90%;
    max-width: 1240px;
    margin: 0 auto;
    margin-bottom: 150px;
    padding: 0; }
    @media (max-width: 1100px) {
      .pane-big-slider .slick-container.is-list {
        margin-bottom: 120px; } }
    @media (max-width: 800px) {
      .pane-big-slider .slick-container.is-list {
        margin-bottom: 90px; } }
    @media (max-width: 650px) {
      .pane-big-slider .slick-container.is-list {
        margin-bottom: 75px; } }
    @media (max-width: 500px) {
      .pane-big-slider .slick-container.is-list {
        margin-bottom: 67.5px; } }
    .pane-big-slider .slick-container.is-list .slick {
      width: 100%;
      float: left;
      box-align: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      -o-align-items: stretch;
      align-items: stretch;
      -ms-flex-align: stretch;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -moz-flex;
      display: flex;
      box-orient: horizontal;
      -moz-flex-direction: row;
      flex-direction: row;
      box-pack: start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      flex-wrap: wrap; }
      @media (max-width: 800px) {
        .pane-big-slider .slick-container.is-list .slick {
          display: block; } }
    .pane-big-slider .slick-container.is-list + .slider-btns-wrapper .slider-btns {
      right: auto;
      bottom: auto; }
  .pane-big-slider .slick-container.is-slider {
    transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateX(120px);
    max-height: 718px;
    overflow: hidden;
    opacity: 0; }
    @media (max-width: 1380px) {
      .pane-big-slider .slick-container.is-slider {
        padding: 0 5%; } }
    @media (max-width: 650px) {
      .pane-big-slider .slick-container.is-slider {
        padding: 0;
        max-height: 1000px; } }
    .pane-big-slider .slick-container.is-slider.slick-init {
      transform: translateX(0px);
      opacity: 1; }
  @media (max-width: 1240px) {
    .pane-big-slider .slick-container {
      padding: 0 5%; }
      .pane-big-slider .slick-container .slick-list {
        overflow: hidden; } }

.pane-big-slider .slick-list {
  overflow: visible !important; }

.pane-big-slider .slick-slide a {
  cursor: pointer; }

.pane-big-slider .slick-slide > .content {
  transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715), transform 0.4s cubic-bezier(0.47, 0, 0.745, 0.715);
  transform: scale(0.975);
  opacity: 0.7; }
  @media (max-width: 650px) {
    .pane-big-slider .slick-slide > .content {
      transform: scale(1); } }
  .pane-big-slider .slick-slide > .content .info .title-field {
    opacity: 0;
    transform: translateX(-120px); }
  .pane-big-slider .slick-slide > .content .info .btn {
    opacity: 0;
    transform: translateX(-30px); }

.pane-big-slider .slick-slide.slick-current > .content {
  transition: opacity 0.4s 0.2s ease, transform 0.4s 0.2s ease;
  transform: scale(1);
  cursor: auto;
  opacity: 1; }
  .pane-big-slider .slick-slide.slick-current > .content .info .title-field {
    transition: transform 0.4s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s 0s ease;
    opacity: 1;
    transform: translateX(0px); }
  .pane-big-slider .slick-slide.slick-current > .content .info .btn {
    transition: opacity 0.2s 0.3s ease, transform 0.2s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
    transform: translateX(0px); }

.pane-big-slider .slick-arrow {
  display: none !important;
  position: absolute;
  bottom: 0;
  z-index: 10; }
  .pane-big-slider .slick-arrow.slick-next {
    right: 5%; }
  .pane-big-slider .slick-arrow.slick-prev {
    right: calc(5% + 40px); }
  @media (max-width: 650px) {
    .pane-big-slider .slick-arrow {
      display: block !important; } }

.pane-big-slider .slider-btns-wrapper {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  top: -150px; }
  @media (max-width: 1100px) {
    .pane-big-slider .slider-btns-wrapper {
      position: static; } }
  @media (max-width: 650px) {
    .pane-big-slider .slider-btns-wrapper {
      display: none; } }

.pane-big-slider .slider-btns {
  transition: border-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  height: 46px;
  bottom: 3px;
  right: 10px;
  background-color: #F8F8F8; }
  @media (max-width: 1240px) {
    .pane-big-slider .slider-btns {
      right: 0; } }
  @media (max-width: 1100px) {
    .pane-big-slider .slider-btns {
      bottom: auto;
      right: auto;
      top: -50px;
      left: 5%; } }
  .pane-big-slider .slider-btns .slider-btn {
    position: relative; }
    .pane-big-slider .slider-btns .slider-btn::before {
      transition: background-color 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .pane-big-slider .slider-btns .slider-btn::after {
      transition: color 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .pane-big-slider .slider-btns .slider-btn:hover::before {
      background-color: #AAB3B6; }
    .pane-big-slider .slider-btns .slider-btn:hover::after {
      color: #202020; }
    .pane-big-slider .slider-btns .slider-btn::after {
      font-family: 'icomoon';
      font-size: 34px;
      color: #AAB3B6;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: block;
      position: absolute;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .pane-big-slider .slider-btns .list-btn {
    position: relative; }
    .pane-big-slider .slider-btns .list-btn::before {
      transition: background-color 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .pane-big-slider .slider-btns .list-btn::after {
      transition: color 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .pane-big-slider .slider-btns .list-btn:hover::before {
      background-color: #AAB3B6; }
    .pane-big-slider .slider-btns .list-btn:hover::after {
      color: #202020; }
    .pane-big-slider .slider-btns .list-btn::after {
      font-family: 'icomoon';
      font-size: 34px;
      color: #AAB3B6;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: block;
      position: absolute;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .pane-big-slider .slider-btns > div {
    display: inline-block;
    width: 36px;
    height: 36px;
    border: 1px solid #AAB3B6;
    box-sizing: border-box;
    margin-right: 6px; }
    .pane-big-slider .slider-btns > div:last-child {
      margin-right: 0; }
    .pane-big-slider .slider-btns > div.js-active {
      border-color: #202020; }
      .pane-big-slider .slider-btns > div.js-active:after {
        color: #202020; }
    .no-touch .pane-big-slider .slider-btns > div:hover:not(.js-active) {
      cursor: pointer;
      border-color: #202020; }
      .no-touch .pane-big-slider .slider-btns > div:hover:not(.js-active):after {
        color: #F04E25 !important; }

/*
 ---------------------------------
 Help menu
 ---------------------------------
 */
.pane-menu-menu-help {
  width: 100%;
  z-index: 2;
  background-image: url("../../images/bckg/help.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff; }
  @media (max-width: 1100px) {
    .pane-menu-menu-help {
      padding-top: 48px; } }
  @media (max-width: 800px) {
    .pane-menu-menu-help {
      padding-top: 36px; } }
  @media (max-width: 650px) {
    .pane-menu-menu-help {
      padding-top: 30px; } }
  @media (max-width: 500px) {
    .pane-menu-menu-help {
      padding-top: 27px; } }
  @media (max-width: 1100px) {
    .pane-menu-menu-help {
      padding-bottom: 48px; } }
  @media (max-width: 800px) {
    .pane-menu-menu-help {
      padding-bottom: 36px; } }
  @media (max-width: 650px) {
    .pane-menu-menu-help {
      padding-bottom: 30px; } }
  @media (max-width: 500px) {
    .pane-menu-menu-help {
      padding-bottom: 27px; } }
  .pane-menu-menu-help a {
    color: #fff; }
  .pane-menu-menu-help .pane-content {
    width: 90%;
    max-width: 1240px;
    margin: 0 auto; }

/*
 ---------------------------------
 MailChimp form
 ---------------------------------
 */
.pane-mailchimp .pane-content,
.pane-main-rb-campaign-monitor-signup .pane-content {
  width: 48.70968%;
  float: left;
  margin-left: 51.29032%; }
  .pane-mailchimp .pane-content h2,
  .pane-main-rb-campaign-monitor-signup .pane-content h2 {
    display: none; }
  .pane-mailchimp .pane-content a.cancel,
  .pane-main-rb-campaign-monitor-signup .pane-content a.cancel {
    margin-top: 20px;
    float: left;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2px;
    /*
    @include scope(premobile) {
      font-size: 10px;
      line-height: 10px;
    }
*/
    font-family: "Foundry Sterling W01 Demi", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: inline;
    color: #202020;
    background-image: linear-gradient(to right, #F04E25 0%, #F04E25 49.9999%, #202020 50%, #202020 100%);
    background-size: 202% 1px;
    background-position: 100% bottom;
    background-repeat: no-repeat;
    transition: background-position 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    line-height: 16px; }
    .pane-mailchimp .pane-content a.cancel:hover,
    .pane-main-rb-campaign-monitor-signup .pane-content a.cancel:hover {
      transition: background-position 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      background-position: 0% bottom;
      color: #202020; }
  @media (max-width: 800px) {
    .pane-mailchimp .pane-content,
    .pane-main-rb-campaign-monitor-signup .pane-content {
      width: 74.35484%;
      float: left;
      margin-left: 0; } }
  @media (max-width: 800px) {
    .pane-mailchimp .pane-content,
    .pane-main-rb-campaign-monitor-signup .pane-content {
      width: 100%; } }

/*
    margin: 0 0 1em 0;
    padding: 5px 10px;
    background-color: #6B0505;
    font-weight: bold;
    z-index: 1;
    color: #fff;
*/
/*
 ---------------------------------
 Not in use
 ---------------------------------
 */
.pane-next-prev-link-approach-node .pane-content {
  padding: 40px 0; }

.pane-next-prev-link-approach-node a {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2px;
  /*
    @include scope(premobile) {
      font-size: 10px;
      line-height: 10px;
    }
*/
  font-family: "Foundry Sterling W01 Demi", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff; }

.pane-next-prev-link-approach-node a.read {
  transition: color 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .pane-next-prev-link-approach-node a.read:after {
    top: -11px;
    transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .pane-next-prev-link-approach-node a.read.next {
    position: relative;
    padding-right: 56px;
    display: inline-block;
    float: right; }
    .pane-next-prev-link-approach-node a.read.next::after {
      font-family: 'icomoon';
      font-size: 34px;
      color: #fff;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: block;
      position: absolute;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .pane-next-prev-link-approach-node a.read.next:after {
      right: 0; }
  .pane-next-prev-link-approach-node a.read.prev {
    position: relative;
    padding-left: 56px;
    display: inline-block;
    float: left; }
    .pane-next-prev-link-approach-node a.read.prev::after {
      font-family: 'icomoon';
      font-size: 34px;
      color: #fff;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: block;
      position: absolute;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .pane-next-prev-link-approach-node a.read.prev:after {
      left: 0; }
  .no-touch .pane-next-prev-link-approach-node a.read:hover {
    color: #F04E25; }
    .no-touch .pane-next-prev-link-approach-node a.read:hover.next:after {
      transform: translateX(4px); }
    .no-touch .pane-next-prev-link-approach-node a.read:hover.prev:after {
      transform: translateX(-4px); }

/*# sourceMappingURL=../_maps/panels/pane.css.map */
