@font-face {
  font-family: "AvenirLTStd-Black";
  src: url("fonts/AvenirLTStd-Black.eot") format("embedded-opentype");
  src: url("fonts/AvenirLTStd-Black.woff") format("woff"),
    url("fonts/AvenirLTStd-Black.ttf") format("truetype"),
    url("fonts/AvenirLTStd-Black.svg#fonts/AvenirLTStd-Black") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AvenirLTStd-Medium";
  src: url("fonts/AvenirLTStd-Medium.eot") format("embedded-opentype");
  src: url("fonts/AvenirLTStd-Medium.woff") format("woff"),
    url("fonts/AvenirLTStd-Medium.ttf") format("truetype"),
    url("fonts/AvenirLTStd-Medium.svg#fonts/AvenirLTStd-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AvenirLTStd-Roman";
  src: url("fonts/AvenirLTStd-Roman.eot") format("embedded-opentype");
  src: url("fonts/AvenirLTStd-Roman.woff") format("woff"),
    url("fonts/AvenirLTStd-Roman.ttf") format("truetype"),
    url("fonts/AvenirLTStd-Roman.svg#fonts/AvenirLTStd-Roman") format("svg");
  font-weight: normal;
  font-style: normal;
}
.clear {
  clear: both;
}
#eucookielaw {
  background: #1a1617;
  border-top: 1px solid #1a1617;
  color: #fff;
  display: none;
  font-size: 0.9em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 15px 30px;
  position: fixed;
  left: 0;
  bottom: 0;
  text-align: center;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  z-index: 11;
}
#eucookielaw p {
  margin: 0;
}
#eucookielaw a {
  color: #97bf0d;
  cursor: pointer;
  text-decoration: underline;
  display: inline-block;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
#eucookielaw a:hover {
  color: #97bf0d;
  text-decoration: underline;
}
#eucookielaw a.btn {
  background: #97bf0d;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #fff;
  display: inline-block;
  font-family: "AvenirLTStd-Black", Impact, "Arial Black", sans-serif;
  font-size: 0.8em;
  margin: 0;
  outline: 0;
  overflow: hidden;
  padding: 5px 30px 3px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  width: auto;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
#eucookielaw a.btn:hover {
  opacity: 0.8;
  text-decoration: none;
}
#eucookielaw.disabled {
  transform: translateY(100%);
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@media only screen and (max-width: 992px),
  only screen and (max-device-width: 992px) {
  .slideDown {
    opacity: 1;
    -moz-animation: none;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
    visibility: visible;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards;
  visibility: visible !important;
}
@-moz-keyframes fadeInUp {
  0% {
    -moz-transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@media only screen and (max-width: 992px),
  only screen and (max-device-width: 992px) {
  .fadeInUp {
    opacity: 1;
    -moz-animation: none;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
    visibility: visible;
  }
}
@media only screen and (max-device-width: 960px) {
  html {
    -webkit-text-size-adjust: none;
  }
}
@media only screen and (max-width: 1600px) {
  #header .header-inner a.logo {
    top: 15px;
    width: 200px;
  }
  /* #header .header-inner .nav-menu {
    padding: 0 0 0 320px;
  } */
  .home .slider-for figure {
    max-height: 630px;
  }
  .home .slider-for figure figcaption img {
    max-width: 480px;
  }
}
@media only screen and (max-width: 1536px) {
  .mosaic .col-md-3.btn {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .mosaic .col-md-6 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}
@media only screen and (max-width: 1500px) {
  #header .header-inner {
    /*height:180px*/
  }
  #header .header-inner a.logo {
    top: 20px;
    width: 200px;
  }
  /* #header .header-inner .nav-menu {
    padding: 0 0 0 300px;
  } */
  #header .header-inner ul.page-list li a {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 1440px) {
  #header .header-inner {
    /*height:180px*/
  }
  #header .header-inner a.logo {
    top: 25px;
    width: 160px;
  }
  /* #header .header-inner .nav-menu {
    padding: 0 0 0 260px;
  } */
  #header .header-inner ul.page-list li a {
    font-size: 0.8em;
  }
  #footer .col-md-4:first-child {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  #footer .col-md-4.cta-footer {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media only screen and (max-width: 1366px) {
  #header .header-inner {
    /*height:180px*/
  }
  #header .header-inner a.logo {
    top: 15px;
    width: 160px;
  }
  /* #header .header-inner .nav-menu {
    padding: 0 0 0 260px;
  } */
  #header .header-inner ul.page-list li a {
    font-size: 0.8em;
  }
  .home .slider-for figure {
    max-height: 560px;
  }
  .home .slider-for figure figcaption img {
    max-width: 414px;
  }
  .page-content .col-md-9 {
    -ms-flex: 0 0 66.666%;
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }
  .page-content .col-md-9 figure {
    float: none;
    margin: 15px auto 30px;
    text-align: center;
    width: 100%;
  }
  .page-content .col-md-9 figure img {
    display: block;
    float: none !important;
    height: auto;
    margin: 0 auto !important;
    padding: 0;
    max-width: 100%;
    width: auto;
  }
  .page-content aside.col-md-3 {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .page-content aside.col-md-3 .steps .btn.contact {
    background-image: url("images/contact-icon-small.png");
    background-position: 15px center;
    line-height: 60px;
    padding: 0 15px 0 15px;
    text-align: center;
  }
}
@media only screen and (max-width: 1360px) {
  #header .header-inner {
    height: 80px;
  }
  #header .header-inner a.logo {
    top: 0;
  }
  #header .header-inner ul.social-menu {
    right: 120px;
    top: 50px;
    z-index: 9;
  }
  #header .header-inner a.burger-menu.active {
    position: absolute;
  }
  #header .header-inner a.burger-menu {
    display: block;
    position: static;
    margin-left: auto;
    opacity: 1;
    z-index: 9;
  }
  #header .header-inner .nav-menu ul.page-list {
    margin-left: 0!important;
    margin-right: 0!important;
  }
  #header .header-inner .nav-menu {
    /* background-image: url("images/bg-main.jpg"); */
    background-color: #FFFEF2;
    background-repeat: repeat-y;
    background-position: top center;
    background-size: auto;
    position: relative;
    color: #fff;
    display: block;
    height: 100%;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 150px 15px 15px 15px;
    position: fixed;
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    right: 0;
    top: 0;
    text-align: center;
    max-width: inherit;
    width: 100%;
    z-index: 8;
  }
  #header .header-inner .nav-menu .menu-main-menu-container {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
    max-width: 1140px;
  }
  #header .header-inner .nav-menu ul.page-list {
    background: #FFFEF2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    opacity: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 30px 0;
    position: relative;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    text-align: center;
    width: 100%;
    z-index: 1;
  }
  #header .header-inner .nav-menu ul.page-list li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin: 0 0 30px;
    padding: 0 15px;
    text-align: center;
    -webkit-transform: translate3d(500px, 0, 0);
    transform: translate3d(500px, 0, 0);
    -webkit-transition: -webkit-transform 0s 0.4s;
    transition: transform 0s 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  }
  #header .header-inner .nav-menu ul.page-list li:nth-child(2) {
    -webkit-transform: translate3d(1000px, 0, 0);
    transform: translate3d(1000px, 0, 0);
  }
  #header .header-inner .nav-menu ul.page-list li:nth-child(3) {
    -webkit-transform: translate3d(1500px, 0, 0);
    transform: translate3d(1500px, 0, 0);
  }
  #header .header-inner .nav-menu ul.page-list li:nth-child(4) {
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  #header .header-inner .nav-menu ul.page-list li a {
    color: #37563B;
    display: block;
    font-size: 0.9em;
    margin: 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
  }
  #header .header-inner ul.page-list li:last-child a {
    color: #C0693C;
  }
  #header .header-inner .nav-menu ul.page-list li a:hover {
    /* color: #97bf0d; */
  }
  #header .header-inner .nav-menu ul.page-list li.current-menu-item a {
    /* color: #97bf0d; */
    cursor: text;
  }
  #header .header-inner .nav-menu.active {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  #header .header-inner .nav-menu.active ul.page-list {
    opacity: 1;
  }
  #header .header-inner .nav-menu.active ul.page-list li {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
  }
  #header.fixed .header-inner a.burger-menu {
    top: 0;
  }
  #header.fixed .header-inner ul.social-menu {
    top: 30px;
  }
  #header.fixed .header-inner .nav-menu {
    padding: 130px 15px 15px 15px;
  }
  #header.fixed .header-inner ul.page-list {
    margin-top: 0;
  }
  #header.fixed .header-inner ul.page-list li a {
    padding: 85px 15px 0 15px;
    font-size: 0.9em;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
  }
  #header.fixed .header-inner ul.page-list li a::before {
    opacity: 1;
    -moz-transform: none;
    transform: none;
  }
  #header.fixed .header-inner ul.page-list li a::after {
    opacity: 0;
    -moz-transform: none;
    transform: none;
  }
  #header.fixed .header-inner ul.page-list li a:hover {
    color: #97bf0d;
  }
  #header.fixed .header-inner ul.page-list li a:hover::before {
    opacity: 0;
    -moz-transform: none;
    transform: none;
  }
  #header.fixed .header-inner ul.page-list li a:hover::after {
    opacity: 1;
    -moz-transform: none;
    transform: none;
  }
  #footer .col-md-4:first-child {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    order: 2;
    -webkit-order: 2;
  }
  #footer .col-md-4.cta-footer {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
    -webkit-order: 1;
    margin: 0 0 30px;
    padding-bottom: 30px;
    position: relative;
  }
  #footer .col-md-4.cta-footer::after {
    background: #414042;
    content: none;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
  }
  #footer .col-md-4.right {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    order: 3;
    -webkit-order: 3;
  }
  .mosaic .btn a {
    height: 100%;
    padding: 180px 0 15px;
    max-height: none;
  }
  .mosaic .btn a::before {
    background-size: 345px;
    height: 140px;
    left: calc(50% - 70px);
    width: 140px;
  }
  .mosaic .btn a.job::before {
    background-position: -8px -18px;
  }
  .mosaic .btn a.franchise::before {
    background-position: -195px -18px;
  }
}
@media only screen and (max-width: 1280px) {
  .mosaic .col-md-3.btn {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mosaic .col-md-3.btn:first-child {
    order: 2;
    -webkit-order: 2;
  }
  .mosaic .col-md-3.btn:last-child {
    order: 3;
    -webkit-order: 3;
  }
  .mosaic .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
    -webkit-order: 1;
  }
  .mosaic ul.mosaic-menu li {
    margin: 0 0 30px 0;
  }
  .mosaic .btn a {
    height: auto;
    font-size: 1.111em;
    padding: 110px 0 15px;
  }
  .mosaic .btn a::before {
    background-size: 220px;
    height: 90px;
    width: 90px;
    left: calc(50% - 45px);
  }
  .mosaic .btn a.job::before {
    background-position: -5px -10px;
  }
  .mosaic .btn a.franchise::before {
    background-position: -125px -10px;
  }
  .home .content-wrap .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 30px;
  }
  .home .content-wrap .col-md-6 .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
  }
  .page-content .col-md-9 {
    -ms-flex: 0 0 66.666%;
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }
  .page-content .col-md-9 figure {
    float: none;
    margin: 15px auto 30px;
    text-align: center;
    width: 100%;
  }
  .page-content .col-md-9 figure img {
    display: block;
    float: none !important;
    height: auto;
    margin: 0 auto !important;
    padding: 0;
    max-width: 100%;
    width: auto;
  }
  .page-content aside.col-md-3 {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .page-content aside.col-md-3 .steps .btn.contact {
    background-image: url("images/contact-icon-small.png");
    background-position: 15px center;
    line-height: 1.3;
    padding: 15px 15px 15px 60px;
    text-align: left;
  }
  .contact-form .form-group.col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .category article.col-md-4,
  .blog article.col-md-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page.article article .post-content figure {
    float: none;
    margin: 15px auto 30px !important;
    text-align: center;
    width: 100%;
  }
  .page.article article .post-content figure img {
    display: block;
    float: none !important;
    height: auto;
    margin: 0 auto !important;
    padding: 0;
    max-width: 100%;
    width: auto;
  }
  .page.article article .post-content.main-figure {
    float: none;
    margin: 0 auto 30px !important;
  }
}
@media only screen and (max-width: 992px),
  only screen and (max-device-width: 992px) {
  .home .slider-for figure figcaption img {
    max-width: 380px;
  }
  .custom-page .page-content .content-wrap figure {
    display: block;
  }
  .page-content h1 {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .page-content .col-md-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .page-content .col-md-9 figure {
    float: none;
    margin: 15px auto 30px;
    text-align: center;
    width: 100%;
  }
  .page-content .col-md-9 figure img {
    display: block;
    float: none !important;
    height: auto;
    margin: 0 auto !important;
    padding: 0;
    max-width: 100%;
    width: auto;
  }
  .page-content aside.sidebar {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 30px;
    position: relative;
  }
  .page-content aside.sidebar::before {
    background: #97bf0d;
    content: "";
    height: 2px;
    position: absolute;
    top: 0;
    left: 15px;
    right: 0;
    width: calc(100% - 30px);
    z-index: 2;
  }
  .page-content aside.sidebar h2 {
    padding: 0 15px;
  }
  .page-content aside.sidebar h2:first-child {
    margin-top: 0;
  }
  .page-content aside.sidebar h2::after {
    content: none;
  }
  .page-content aside.sidebar .founder figure {
    float: left;
    margin: 0 30px 0 0;
    position: relative;
    width: 200px;
  }
  .page-content aside.sidebar .founder figure img {
    height: auto;
    margin: 0;
    max-width: 100%;
  }
  .page-content aside.sidebar .founder figure::after {
    background: #1a1617;
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
  }
  .page-content aside.sidebar .founder .interview::before {
    content: none;
  }
  .page-content aside.sidebar .testimonials figure {
    float: left;
    margin: 0 30px 0 0;
    position: relative;
    width: 200px;
    z-index: 0;
  }
  .page-content aside.sidebar .testimonials figure img {
    height: auto;
    margin: 0;
    max-width: 100% !important;
  }
  .page-content aside.sidebar .testimonials h2 {
    display: inline-block;
    margin: 30px auto 15px auto;
    padding: 0 0 15px 0;
    text-align: left;
    width: auto;
  }
  .page-content aside.sidebar .testimonials h2::before,
  .page-content aside.sidebar .testimonials h2::after {
    content: none;
  }
  .page-content aside.sidebar .steps .btn.contact {
    background-image: url("images/contact-icon-small.png");
    background-position: 15px center;
    line-height: 1.3;
    margin: 30px auto;
    padding: 15px;
    text-align: center;
  }
  .page-content aside.sidebar .conditions {
    margin-bottom: 0;
  }
  div.cta-job {
    float: none;
    margin: 0 auto 30px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  div.cta-job a.btn {
    font-size: 1em;
    margin: 15px;
    width: calc(50% - 60px);
  }
  .page.network div.cta-job {
    max-width: 100%;
  }
  .page.article article .post-content figure {
    float: none;
    margin: 15px auto 30px !important;
    text-align: center;
    width: 100%;
  }
  .page.article article .post-content figure img {
    display: block;
    float: none !important;
    height: auto;
    margin: 0 auto !important;
    padding: 0;
    max-width: 100%;
    width: auto;
  }
  .page.article article .post-content.main-figure {
    float: none;
    margin: 0 auto 30px !important;
  }
  .terms-and-policy article.container {
    max-width: calc(100% - 30px);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-width: 7in) and (max-width: 9in) and (orientation: landscape) {
  .home .slider-for figure figcaption img {
    max-width: 380px;
  }
  .custom-page .page-content .content-wrap figure {
    display: block;
  }
  .page-content h1 {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .page-content .col-md-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .page-content .col-md-9 figure {
    float: none;
    margin: 15px auto 30px;
    text-align: center;
    width: 100%;
  }
  .page-content .col-md-9 figure img {
    display: block;
    float: none !important;
    height: auto;
    margin: 0 auto !important;
    padding: 0;
    max-width: 100%;
    width: auto;
  }
  .page-content aside.sidebar {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 30px;
    position: relative;
  }
  .page-content aside.sidebar::before {
    background: #97bf0d;
    content: "";
    height: 2px;
    position: absolute;
    top: 0;
    left: 15px;
    right: 0;
    width: calc(100% - 30px);
    z-index: 2;
  }
  .page-content aside.sidebar h2 {
    padding: 0 15px;
  }
  .page-content aside.sidebar h2:first-child {
    margin-top: 0;
  }
  .page-content aside.sidebar h2::after {
    content: none;
  }
  .page-content aside.sidebar .founder figure {
    float: left;
    margin: 0 30px 0 0;
    position: relative;
    width: 200px;
  }
  .page-content aside.sidebar .founder figure img {
    height: auto;
    margin: 0;
    max-width: 100%;
  }
  .page-content aside.sidebar .founder figure::after {
    background: #1a1617;
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
  }
  .page-content aside.sidebar .founder .interview::before {
    content: none;
  }
  .page-content aside.sidebar .testimonials figure {
    float: left;
    margin: 0 30px 0 0;
    position: relative;
    width: 200px;
    z-index: 0;
  }
  .page-content aside.sidebar .testimonials figure img {
    height: auto;
    margin: 0;
    max-width: 100% !important;
  }
  .page-content aside.sidebar .testimonials h2 {
    display: inline-block;
    margin: 30px auto 15px auto;
    padding: 0 0 15px 0;
    text-align: left;
    width: auto;
  }
  .page-content aside.sidebar .testimonials h2::before,
  .page-content aside.sidebar .testimonials h2::after {
    content: none;
  }
  .page-content aside.sidebar .steps .btn.contact {
    background-image: url("images/contact-icon-small.png");
    background-position: 15px center;
    line-height: 1.3;
    margin: 30px auto;
    padding: 15px;
    text-align: center;
  }
  .page-content aside.sidebar .conditions {
    margin-bottom: 0;
  }
  div.cta-job {
    float: none;
    margin: 0 auto 30px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  div.cta-job a.btn {
    font-size: 1em;
    margin: 15px;
    width: calc(50% - 60px);
  }
  .page.network div.cta-job {
    max-width: 100%;
  }
  .page.article article .post-content figure {
    float: none;
    margin: 15px auto 30px !important;
    text-align: center;
    width: 100%;
  }
  .page.article article .post-content figure img {
    display: block;
    float: none !important;
    height: auto;
    margin: 0 auto !important;
    padding: 0;
    max-width: 100%;
    width: auto;
  }
  .page.article article .post-content.main-figure {
    float: none;
    margin: 0 auto 30px !important;
  }
  .terms-and-policy article.container {
    max-width: calc(100% - 30px);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-width: 7in) and (max-width: 9in) and (orientation: portrait) {
  #header .header-inner .nav-menu .menu-main-menu-container {
    background: #97AE78;
    max-width: 100%;
    padding: 0 15px;
  }
  #header .header-inner .nav-menu ul.page-list {
    background: #FFFEF2;
  }
  #header .header-inner .nav-menu ul.page-list li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    -webkit-transform: translate3d(500px, 0, 0);
    transform: translate3d(500px, 0, 0);
  }
  #header .header-inner .nav-menu ul.page-list li:nth-child(2) {
    -webkit-transform: translate3d(500px, 0, 0);
    transform: translate3d(500px, 0, 0);
  }
  #header .header-inner .nav-menu ul.page-list li:nth-child(3) {
    -webkit-transform: translate3d(500px, 0, 0);
    transform: translate3d(500px, 0, 0);
  }
  #header .header-inner .nav-menu ul.page-list li:nth-child(4) {
    -webkit-transform: translate3d(500px, 0, 0);
    transform: translate3d(500px, 0, 0);
  }
  #header .header-inner .nav-menu.active ul.page-list li {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #header .header-inner a.logo {
    top: 0;
    width: 130px;
  }
  .home .slider-for figure {
    max-height: 360px;
  }
  .home .slider-for figure figcaption img {
    max-width: 360px;
  }
  .custom-page .page-content .content-wrap figure {
    display: block;
  }
  .page-content h1 {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .page-content .col-md-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .page-content .col-md-9 figure {
    float: none;
    margin: 15px auto 30px;
    text-align: center;
    width: 100%;
  }
  .page-content .col-md-9 figure img {
    display: block;
    float: none !important;
    height: auto;
    margin: 0 auto !important;
    padding: 0;
    max-width: 100%;
    width: auto;
  }
  .page-content aside.sidebar {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 30px;
    position: relative;
  }
  .page-content aside.sidebar::before {
    background: #97bf0d;
    content: "";
    height: 2px;
    position: absolute;
    top: 0;
    left: 15px;
    right: 0;
    width: calc(100% - 30px);
    z-index: 2;
  }
  .page-content aside.sidebar h2 {
    padding: 0 15px;
  }
  .page-content aside.sidebar h2:first-child {
    margin-top: 0;
  }
  .page-content aside.sidebar h2::after {
    content: none;
  }
  .page-content aside.sidebar .founder figure {
    float: left;
    margin: 0 30px 0 0;
    position: relative;
    width: 200px;
  }
  .page-content aside.sidebar .founder figure img {
    height: auto;
    margin: 0;
    max-width: 100%;
  }
  .page-content aside.sidebar .founder figure::after {
    background: #1a1617;
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
  }
  .page-content aside.sidebar .founder .interview::before {
    content: none;
  }
  .page-content aside.sidebar .testimonials figure {
    float: left;
    margin: 0 30px 0 0;
    position: relative;
    width: 200px;
    z-index: 0;
  }
  .page-content aside.sidebar .testimonials figure img {
    height: auto;
    margin: 0;
    max-width: 100% !important;
  }
  .page-content aside.sidebar .testimonials h2 {
    display: inline-block;
    margin: 30px auto 15px auto;
    padding: 0 0 15px 0;
    text-align: left;
    width: auto;
  }
  .page-content aside.sidebar .testimonials h2::before,
  .page-content aside.sidebar .testimonials h2::after {
    content: none;
  }
  .page-content aside.sidebar .steps .btn.contact {
    background-image: url("images/contact-icon-small.png");
    background-position: 15px center;
    line-height: 1.3;
    margin: 30px auto;
    padding: 15px;
    text-align: center;
  }
  .page-content aside.sidebar .conditions {
    margin-bottom: 0;
  }
  div.cta-job {
    float: none;
    margin: 0 auto 30px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  div.cta-job a.btn {
    font-size: 1em;
    margin: 15px;
    width: calc(50% - 60px);
  }
  .page.network div.cta-job {
    max-width: 100%;
  }
  .page.article article .post-content figure {
    float: none;
    margin: 15px auto 30px !important;
    text-align: center;
    width: 100%;
  }
  .page.article article .post-content figure img {
    display: block;
    float: none !important;
    height: auto;
    margin: 0 auto !important;
    padding: 0;
    max-width: 100%;
    width: auto;
  }
  .page.article article .post-content.main-figure {
    float: none;
    margin: 0 auto 30px !important;
  }
  .terms-and-policy article.container {
    max-width: calc(100% - 30px);
  }
}
@media only screen and (max-device-width: 767px),
  only screen and (max-width: 767px) {
  #header .header-inner .nav-menu .menu-main-menu-container {
    background: #FFFEF2;
    max-width: 100%;
    padding: 0 15px;
  }
  #header .header-inner .nav-menu ul.page-list {
    background: #FFFEF2;
  }
  #header .header-inner .nav-menu ul.page-list li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    -webkit-transform: translate3d(500px, 0, 0);
    transform: translate3d(500px, 0, 0);
  }
  #header .header-inner .nav-menu ul.page-list li:nth-child(2) {
    -webkit-transform: translate3d(500px, 0, 0);
    transform: translate3d(500px, 0, 0);
  }
  #header .header-inner .nav-menu ul.page-list li:nth-child(3) {
    -webkit-transform: translate3d(500px, 0, 0);
    transform: translate3d(500px, 0, 0);
  }
  #header .header-inner .nav-menu ul.page-list li:nth-child(4) {
    -webkit-transform: translate3d(500px, 0, 0);
    transform: translate3d(500px, 0, 0);
  }
  #header .header-inner .nav-menu.active ul.page-list li {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #header .header-inner a.logo {
    top: 0;
    width: 130px;
  }
  .home .slider-for figure figcaption img {
    max-width: 360px;
  }
  .mosaic ul.mosaic-menu li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    min-width: inherit;
    padding: 0 15px;
  }
  .mosaic ul.mosaic-menu li a {
    font-size: 0.9em;
  }
  .mosaic .btn a {
    max-height: calc(100% - 15px);
    font-size: 0.9em;
    padding-top: 100px;
  }
  .mosaic .btn a::before {
    top: 5px;
  }
  .home .content-wrap .col-md-6 .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 30px;
  }
  .content-wrap .rich-text p {
    text-align: left;
  }
  .custom-page .page-content .content-wrap p,
  .custom-page .page-content .content-wrap ul,
  .custom-page .page-content .content-wrap ol,
  .page-content aside .interview,
  .page-content aside .testimonials blockquote p,
  .page-content aside .founder blockquote p,
  .page.article article .post-content {
    text-align: left;
  }
  .rich-text a {
    text-decoration: underline;
  }
  .rich-text a::after {
    content: none;
  }
  .rich-text a:hover {
    text-decoration: underline;
  }
  .rich-text a:hover::after {
    content: none;
  }
  #footer .col-md-4.cta-footer {
    margin: 0 0 60px;
  }
  #footer .col-md-4.cta-footer:after {
    bottom: 15px;
  }
}
@media only screen and (max-width: 680px),
  only screen and (max-device-width: 680px) {
  #header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
  }
  #header .header-inner {
    height: auto;
    position: relative;
  }
  #header .header-inner a.logo {
    clear: both;
    /* margin: 5px 15px; */
    position: relative;
    left: inherit;
    top: inherit;
    width: 110px;
  }
  #header .header-inner a.burger-menu {
    right: 15px;
    top: inherit;
    bottom: 5px;
    position: absolute;
  }
  #header .header-inner ul.social-menu {
    right: inherit;
    left: 15px;
    top: 90px;
  }
  #header .header-inner ul.social-menu li {
    margin: 0 1em 0 0;
  }
  #main {
    padding: 60px 0 0 0;
  }
  #main .breadcrumb {
    padding: 0;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 2;
  }
  #main .breadcrumb span {
    margin: 0;
  }
  h1 {
    font-size: 1.6em;
  }
  .page.article article h1 {
    font-size: 1.4em;
  }
  .page.article article h2 {
    font-size: 1.3em;
  }
  h2,
  .custom-page .page-content .content-wrap h2,
  .page.article article .post-content h2 {
    font-size: 1.3em;
    line-height: 1.3;
    margin: 15px 0;
  }
  .custom-page .page-content .content-wrap h3,
  .page.article article .post-content h3 {
    font-size: 1.125em;
    line-height: 1.3;
    margin: 15px 0;
  }
  #footer .col-md-4:first-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    text-align: center;
    -webkit-order: 2;
  }
  #footer .col-md-4:first-child ul.secundary-menu {
    display: inline-block;
    margin: 0 auto 1em auto;
    width: auto;
  }
  #footer .col-md-4:first-child ul.secundary-menu li {
    display: inline-block;
  }
  #footer .col-md-4:first-child ul.secundary-menu li a {
    display: block;
    font-size: 0.8em;
    padding: 0 0.5em;
  }
  #footer .col-md-4.right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    order: 3;
    -webkit-order: 3;
    text-align: center;
  }
  .home .slider-for figure {
    max-height: 300px;
  }
  div.cta-job a.btn {
    margin: 15px auto;
    max-width: 420px;
    width: 100%;
  }
  .category article.col-md-4,
  .blog article.col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 576px),
  only screen and (max-device-width: 576px) {
  .page-content aside.sidebar .testimonials figure,
  .page-content aside.sidebar .founder figure {
    float: none;
    margin: 0 auto;
  }
  .page-content aside.sidebar .testimonials h2,
  .page-content aside.sidebar .founder h2 {
    display: block;
    margin: -15px auto 30px;
    padding: 0 15px 15px 15px;
    text-align: center;
  }
  .page-content aside.sidebar .testimonials h2::after,
  .page-content aside.sidebar .founder h2::after {
    content: "";
  }
}
@media only screen and (max-width: 480px),
  only screen and (max-device-width: 480px) {
  #header .header-inner .nav-menu {
    padding: 110px 15px 15px 15px;
  }
  #header .header-inner .nav-menu ul.page-list {
    background: rgba(26, 24, 25, 0);
  }
  #header .header-inner .nav-menu ul.page-list li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #header .header-inner .nav-menu ul.page-list li a {
    padding: 0;
  }
  #header .header-inner .nav-menu ul.page-list li a::before,
  #header .header-inner .nav-menu ul.page-list li a::after {
    content: none;
  }
  #header .header-inner .nav-menu.active ul.page-list li {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .mosaic ul.mosaic-menu li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 15px;
    max-width: 100%;
    min-width: inherit;
    padding: 0 15px;
  }
  .mosaic ul.mosaic-menu li a {
    padding: 15px 15px 15px 15px;
  }
  .mosaic ul.mosaic-menu li a::before {
    background-size: 390px;
    height: 45px;
    position: absolute;
    top: 12px;
    left: 10px;
    width: 45px;
  }
  .mosaic ul.mosaic-menu li a:hover {
    opacity: 1;
  }
  .mosaic ul.mosaic-menu li.key-figures a::before {
    background-position: -3px -3px;
  }
  .mosaic ul.mosaic-menu li.network-location a::before {
    background-position: -116px -3px;
  }
  .mosaic ul.mosaic-menu li.network-support a::before {
    background-position: -231px -3px;
  }
  .mosaic ul.mosaic-menu li.news a::before {
    background-position: -343px -3px;
  }
  .mosaic ul.mosaic-menu li.values a::before {
    background-position: -3px -85px;
  }
  .mosaic ul.mosaic-menu li.contact a::before {
    background-position: -116px -85px;
  }
  .mosaic ul.mosaic-menu li.press a::before {
    background-position: -231px -85px;
  }
  .mosaic ul.mosaic-menu li.testimonials a::before {
    background-position: -343px -85px;
  }
  .mosaic .col-md-3.btn {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mosaic .col-md-3.btn a {
    border-width: 4px;
    padding: 15px 15px 20px 15px;
  }
  .mosaic .col-md-3.btn a::before {
    background-size: 105px;
    height: 45px;
    position: absolute;
    top: 12px;
    left: 10px;
    width: 45px;
  }
  .mosaic .col-md-3.btn a:hover {
    opacity: 1;
  }
  .mosaic .col-md-3.btn a.job::before {
    background-position: -3px -4px;
  }
  .mosaic .col-md-3.btn a.franchise::before {
    background-position: -59px -4px;
  }
  .home .slider-for figure {
    max-height: 200px;
  }
  .home .slider-for figure figcaption img {
    max-width: 200px;
  }
  #footer ul.menu-footer-center li a {
    padding: 60px 0 0 0;
    max-width: 105px;
  }
  .custom-page .page-header {
    display: none;
  }
  .content-wrap {
    padding: 0 15px;
  }
  .nav-bottom ul span.next-previous {
    clear: both;
    display: block;
    float: none;
  }
}
@media only screen and (max-width: 414px),
  only screen and (max-device-width: 414px) {
  .mosaic ul.mosaic-menu li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 15px;
    max-width: 100%;
    min-width: inherit;
    padding: 0 15px;
  }
  .mosaic ul.mosaic-menu li a {
    padding: 15px 15px 15px 15px;
  }
  .mosaic ul.mosaic-menu li a::before {
    background-size: 390px;
    height: 45px;
    position: absolute;
    top: 4px;
    left: 10px;
    width: 45px;
  }
  .mosaic ul.mosaic-menu li a:hover {
    opacity: 1;
  }
  .mosaic ul.mosaic-menu li.key-figures a::before {
    background-position: -3px -3px;
  }
  .mosaic ul.mosaic-menu li.network-location a::before {
    background-position: -116px -3px;
  }
  .mosaic ul.mosaic-menu li.network-support a::before {
    background-position: -231px -3px;
  }
  .mosaic ul.mosaic-menu li.news a::before {
    background-position: -343px -3px;
  }
  .mosaic ul.mosaic-menu li.values a::before {
    background-position: -3px -85px;
  }
  .mosaic ul.mosaic-menu li.contact a::before {
    background-position: -116px -85px;
  }
  .mosaic ul.mosaic-menu li.press a::before {
    background-position: -231px -85px;
  }
  .mosaic ul.mosaic-menu li.testimonials a::before {
    background-position: -343px -85px;
  }
  .mosaic .col-md-3.btn {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mosaic .col-md-3.btn a {
    border-width: 4px;
    padding: 15px 15px 20px 15px;
  }
  .mosaic .col-md-3.btn a::before {
    background-size: 105px;
    height: 45px;
    position: absolute;
    top: 12px;
    left: 10px;
    width: 45px;
  }
  .mosaic .col-md-3.btn a:hover {
    opacity: 1;
  }
  .mosaic .col-md-3.btn a.job::before {
    background-position: -3px -4px;
  }
  .mosaic .col-md-3.btn a.franchise::before {
    background-position: -59px -4px;
  }
  .home .slider-for figure {
    max-height: 200px;
  }
  .home .slider-for figure figcaption img {
    max-width: 200px;
  }
  .page-content aside.sidebar .steps .btn.contact {
    background-position: 5px center;
    padding: 15px 15px 15px 45px;
    text-align: left;
  }
}
