/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media only screen and (min-width: 77.5em) {
  .c-contact-box--left, .c-contact-box--right {
    width: calc(((100% + 8rem) / 10 * 4) - 4rem + 4rem * 0);
  }
  .c-contact-box__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-contact-box__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 135px;
        -ms-flex: 0 0 135px;
            flex: 0 0 135px;
    margin-bottom: 0;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
  .c-contact-box__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-top: -5px;
  }
  .c-facet__column {
    display: block !important;
    opacity: 1;
  }
  .c-facet__column:first-child {
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .c-facet__column:last-child {
    width: 350px;
    height: inherit;
  }
  .c-facet__column:last-child .c-facet__closed {
    opacity: 0 !important;
  }
  .c-facet__button-wrapper {
    display: none;
  }
  .c-facet__search {
    display: block;
  }
  .c-facet__row {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .c-facet__opened {
    max-width: 350px;
    margin-left: auto;
  }
  .c-numbers-facts-box--left, .c-numbers-facts-box--right {
    width: calc(((100% + 4rem) / 10 * 4) - 4rem + 4rem * 0);
  }
  .c-numbers-facts-box__circle-container {
    min-height: 290px;
  }
  .c-numbers-facts-box .progressbar-text {
    font-size: 8rem;
  }
  .main {
    padding: 0;
  }
  .header {
    padding-left: 0;
    padding-right: 0;
  }
  .wrapper-navigation {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wrapper-navigation .columns {
    background-color: #FFFFFF;
  }
  .h-embedded-left {
    margin-left: calc(((-100% - 4rem) / 10 * 1) - 4rem *  0);
    margin-right: 4rem;
  }
  .h-embedded-right {
    margin-right: calc(((-100% - 4rem) / 10 * 1) - 4rem *  0);
    margin-left: 4rem;
  }
}
