/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */

@font-face {
  font-family: "AbrilFatface";
  src: url("fonts/AbrilFatface-Regular.eot") format("embedded-opentype");
  src: url("fonts/AbrilFatface-Regular.woff") format("woff"),
    url("fonts/AbrilFatface-Regular.ttf") format("truetype"),
    url("fonts/AbrilFatface-Regular.svg#fonts/AbrilFatface-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMSerifDisplay";
  src: url("fonts/DMSerifDisplay-Regular.eot") format("embedded-opentype");
  src: url("fonts/DMSerifDisplay-Regular.woff") format("woff"),
    url("fonts/DMSerifDisplay-Regular.ttf") format("truetype"),
    url("fonts/DMSerifDisplay-Regular.svg#fonts/DMSerifDisplay-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("fonts/Rubik-Regular.eot") format("embedded-opentype");
  src: url("fonts/Rubik-Regular.woff") format("woff"),
    url("fonts/Rubik-Regular.ttf") format("truetype"),
    url("fonts/Rubik-Regular.svg#fonts/Rubik-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.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: #97AE78;
  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: #97AE78;
  text-decoration: underline;
}
#eucookielaw a.btn {
  background: #97AE78;
  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: "DMSerifDisplay", Impact, "Arial Black", sans-serif;
  font-weight: 800;
  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;
  }
}
html,
button,
input,
select,
textarea {
  color: #fff;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
html.webworkers {
  margin-top: 0 !important;
}
::-moz-selection {
  background: #97AE78;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #97AE78;
  color: #fff;
  text-shadow: none;
}
:focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline: 0;
}
hr {
  clear: both;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0);
  margin: 1px 0;
  padding: 0;
}
form hr {
  margin: 60px 0 30px 0;
}
sub,
sup {
  font-size: 80%;
  text-transform: lowercase;
}
.hidden {
  font-size: 1px !important;
  height: 1px;
  margin: 0 !important;
  opacity: 0;
  padding: 0;
  visibility: hidden;
  width: 1px;
}
.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
strong,
b {
  font-family: inherit;
  font-weight: 800;
}
pre {
  color: #fff;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
.invisible {
  visibility: hidden;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: none;
}
input[type="button"],
input[type="text"] {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
input[type="search"] {
  appearance: normal;
  -moz-appearance: normal;
  -webkit-appearance: normal;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  outline: 0;
}
input[type="search"]:focus {
  border: 0;
  outline: 0;
}
::-webkit-input-placeholder {
  color: #fff;
}
::-webkit-input-placeholder:focus {
  color: #97AE78;
  outline: 0;
}
:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
:-moz-placeholder:focus {
  color: #97AE78;
}
::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
::-moz-placeholder:focus {
  color: #97AE78;
}
:-ms-input-placeholder {
  color: #fff;
}
:-ms-input-placeholder:focus {
  color: #97AE78;
}
input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
* {
  margin: 0;
  padding: 0;
  -moz-appearance: none;
  text-rendering: optimizelegibility;
}
html {
  font-size: 105%;
  margin-top: 0 !important;
}
body {
  background-color: #FFFEF2;
  color: #2c2e39;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  opacity: 0.2;
  -moz-transition: opacity 1s ease 300ms;
  -webkit-transition: opacity 1s ease 300ms;
  transition: opacity 1s ease 300ms;
  max-width: 100%;
  z-index: 1;
}
body.ready,
body.loaded {
  opacity: 1 !important;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
body.load-page {
  opacity: 0.2;
}
body.no-scroll {
  overflow-y: hidden;
  overflow-x: hidden;
}
.page-wrap {
  max-width: 100%;
}
h1 {
  color: #2c2e39;
  display: block;
  font-family: "DMSerifDisplay", Impact, "Arial Black", sans-serif;
  font-size: 2.3em;
  font-weight: 800;
  margin: 0 auto 60px;
  text-align: center;
  text-transform: uppercase;
}
h2 {
  color: #2c2e39;
  display: block;
  font-family: "DMSerifDisplay", Impact, "Arial Black", sans-serif;
  font-size: 1.4em;
  font-weight: normal;
  margin: 0 0 30px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
h3 {
  color: #97AE78;
  display: block;
  font-family: "DMSerifDisplay", Impact, "Arial Black", sans-serif;
  font-size: 1.3em;
  font-weight: 800;
  margin: 0 0 15px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
h4,
h5,
h6 {
  color: #2c2e39;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  text-transform: none;
  margin: 0;
}
p {
  font-family: "Rubik", Arial, Helvetica, sans-serif;
}
a {
  color: #2c2e39;
  text-decoration: none;
  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;
}
a:hover {
  color: #97AE78;
  text-decoration: none;
}
a.btn {
  background: #97AE78;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 5px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #fff;
  display: block;
  font-family: "DMSerifDisplay", Impact, "Arial Black", sans-serif;
  font-weight: 800;
  font-size: 0.9em;
  margin: 30px auto;
  outline: 0;
  overflow: hidden;
  padding: 8px 30px 5px;
  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;
}
a.btn:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}
figure {
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  max-width: 100%;
  width: 100%;
}
figure.iframe-container {
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  max-width: 100%;
  width: 100%;
  z-index: 0;
}
figure.iframe-container iframe {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
figure img {
  display: block;
  height: auto;
  float: none;
  position: relative;
  max-width: 100%;
  z-index: 1;
}
.rich-text ul {
  list-style-image: url("images/bullet.gif");
  margin: 5px 0 5px;
  overflow: hidden;
  padding: 0 0 0 20px;
}
.rich-text ul li {
  margin: 0 0 0.2em 0;
}
.rich-text ol {
  list-style: inherit;
  overflow: hidden;
}
.rich-text ol {
  counter-reset: item;
}
.rich-text ol li {
  display: block;
}
.rich-text ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #97AE78;
  font-family: "DMSerifDisplay", Impact, "Arial Black", sans-serif;
  font-weight: 800;
}
.rich-text a {
  color: #f1a666;
  display: inline-block;
  margin: 0;
  position: relative;
  text-decoration: none;
  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;
}
.rich-text a::after {
  background: #f1a666;
  content: none;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  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: 100%;
}
.rich-text a:hover {
  color: #f1a666;
  text-decoration: none;
}
.rich-text a:hover::after {
  background: #97AE78;
  width: 0;
}
.rich-text blockquote p {
  color: #97AE78;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "Rubik", Tahoma, Arial, Helvetica, sans-serif;
  font-size: 1em;
  position: relative;
  max-width: 100%;
  width: auto;
}
.rich-text table {
  clear: both;
  border: 0 none;
  margin: 30px 0;
  max-width: 100%;
  position: relative;
  width: 100%;
}
.rich-text table::after {
  clear: both;
  content: "";
  width: 100%;
}
.rich-text table tr {
  height: auto;
  max-width: 100%;
}
.rich-text table tr td {
  height: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 15px 0 0;
  vertical-align: top;
  width: auto;
}
.rich-text table tr td img {
  height: auto;
  max-width: 100%;
}
.rich-text pre {
  display: block;
  overflow: hidden;
  white-space: pre-line;
}
ul.page-list {
  display: table;
  list-style: none;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 30px;
  width: auto;
}
ul.page-list li {
  display: table-cell;
  margin: 0;
  text-align: center;
}
ul.page-list li a {
  color: #fff;
  display: block;
  margin: 0 2em;
  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-decoration: none;
  width: auto;
}
ul.page-list li a:hover {
  color: #97AE78;
}
ul.page-list li.current-menu-item a {
  color: #97AE78;
}
ul.page-list li.current-menu-item a::after {
  width: 100%;
}
ul.page-list li ul,
ul.page-list li ul ul {
  display: none;
}
ul.social-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: absolute;
  right: 8px;
  top: 120px; /*width:auto;*/
  width: 100%; /*max-width:250px;*/
  z-index: 2;
}
ul.social-menu li {
  list-style: none;
  margin: 0 0 0 1rem;
}
ul.social-menu li a,
ul.social-menu li path {
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
}
ul.social-menu li a {
  align-items: center;
  background: #FFFEF2;
  background-color: #FFFEF2;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 40px;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  transition: transform 0.15s ease-in-out;
  width: 40px;
}
ul.social-menu li a svg {
  display: block;
  height: auto;
  max-width: 100%;
}
ul.social-menu li a svg path {
  fill: #37563B;
}
ul.social-menu li a:hover {
  color: #97AE78;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  text-decoration: none;
}
#header {
  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;
  z-index: 6;
}
#header .header-inner {
  /* background: url("images/bg-header.jpg") no-repeat top left #1a1617; */
  background-color: #FFFEF2;
  /* border-bottom: 2px solid #6c6c6c; */
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  -o-box-shadow: 0;
  box-shadow: 0;
  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;
  height: auto;
  max-width: 100%;
  padding: 16px 32px;
  position: relative;
  width: 100%;
  z-index: 2;
}
#header .header-inner a.logo {
  display: block;
  height: auto;
  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;
  margin: 0;
  padding: 0;
  /* position: absolute;
  left: 2%;
  top: 20px; */
  width: 190px;
  z-index: 9;
}
#header .header-inner a.logo img {
  height: auto;
  width: 100%;
}
#header .header-inner .burger-menu {
  background: transparent;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 0 none;
  color: #97AE78;
  display: none;
  height: 40px;
  opacity: 0;
  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;
  padding: 0;
  position: absolute;
  right: 30px;
  top: 0;
  width: 40px;
}
#header .header-inner .burger-menu span {
  background: #37563B;
  display: block;
  height: 5px;
  margin: 18px 0 0;
  position: relative;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
#header .header-inner .burger-menu span::before,
#header .header-inner .burger-menu span::after {
  background: #37563B;
  content: "";
  height: 5px;
  position: absolute;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
#header .header-inner .burger-menu span::before {
  top: -12px;
}
#header .header-inner .burger-menu span::after {
  top: 12px;
}
#header .header-inner .burger-menu.active span {
  background: transparent;
}
#header .header-inner .burger-menu.active span::before {
  background: #37563B;
  transform: rotate(45deg) translate(10px, 9px);
}
#header .header-inner .burger-menu.active span::after {
  background: #37563B;
  transform: rotate(-45deg) translate(7px, -8px);
}
#header .header-inner .nav-menu {
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* padding: 0 0 0 380px; */
  position: relative;
  width: 100%;
}
#header .header-inner ul.social-menu {
  position: absolute;
  right: 30px;
  top: 60px;
  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 .header-inner .menu-main-menu-container {
  display: block;
  text-align: center;
  width: 100%; /*width:calc(100% - 250px)*/
}
#header .header-inner ul.page-list {
  /* margin: 10px auto 0 auto; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
#header .header-inner ul.page-list li {
    list-style: none;
}
#header .header-inner ul.page-list li:last-child a {
    color: #C0693C;
}
#header .header-inner ul.page-list li a {
  color: #37563B;
  display: block;
  font-family: "Rubik", Impact, "Arial Black", sans-serif;
  font-size: 0.9em;
  font-weight: 800;
  padding: 60px 20px 0 20px;
  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;
}
#header .header-inner ul.page-list li a::before,
#header .header-inner ul.page-list li a::after {
  background: url("images/sprite-menu.png") no-repeat 0 0 transparent;
  content: "";
  height: 55px;
  opacity: 1;
  position: absolute;
  left: calc(50% - 25px);
  top: 0;
  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: 55px;
}
#header .header-inner ul.page-list li a::after {
  opacity: 0;
}
#header .header-inner ul.page-list li a:hover {
  color: #37563B;
}
#header .header-inner ul.page-list li:last-child a:hover {
  color: #C0693C;
}
#header .header-inner ul.page-list li a:hover::before {
  opacity: 0;
}
#header .header-inner ul.page-list li a:hover::after {
  opacity: 1;
}
#header .header-inner ul.page-list li.value a::before {
  background-position: -5px -8px;
}
#header .header-inner ul.page-list li.value a::after {
  background-position: -5px -98px;
}
#header .header-inner ul.page-list li.network a::before {
  background-position: -105px -8px;
}
#header .header-inner ul.page-list li.network a::after {
  background-position: -105px -99px;
}
#header .header-inner ul.page-list li.news a::before {
  background-position: -193px -8px;
}
#header .header-inner ul.page-list li.news a::after {
  background-position: -193px -99px;
}
#header .header-inner ul.page-list li.job a::before {
  background-position: -284px -8px;
}
#header .header-inner ul.page-list li.job a::after {
  background-position: -284px -99px;
}
#header .header-inner ul.page-list li.contact a::before {
  background-position: -287px -8px;
}
#header .header-inner ul.page-list li.contact a::after {
  background-position: -287px -99px;
}
#header .header-inner ul.page-list li.current-menu-item a {
  color: #97AE78;
}
#header .header-inner ul.page-list li.current-menu-item a::before {
  opacity: 0;
}
#header .header-inner ul.page-list li.current-menu-item a::after {
  opacity: 1;
}
#header .header-inner ul.page-list li.menu-item-has-children {
  z-index: 2;
}
#header .header-inner ul.page-list li > ul {
  background: rgba(26, 22, 23, 0.9);
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
  padding: 30px;
  position: absolute;
  left: -15px;
  right: -15px;
  top: 180px;
  max-width: 1140px;
  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;
  z-index: 1;
}
#header .header-inner ul.page-list li > ul li {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
}
#header .header-inner ul.page-list li > ul li a {
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  margin: 0 0 1em;
  padding: 0;
  position: relative;
  text-align: left;
}
#header .header-inner ul.page-list li > ul li a::before,
#header .header-inner ul.page-list li > ul li a::after {
  content: none;
}
#header .header-inner ul.page-list li > ul li ul {
  display: none;
}
#header .header-inner ul.page-list li.current_page_item > ul li a {
  color: #fff;
}
#header .header-inner ul.page-list li.current_page_item > ul li a:hover {
  color: #97AE78;
}
#header .header-inner ul.page-list li ul.submenu {
  top: 80px;
}
#header.fixed {
  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;
}
#header.fixed .header-inner {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 800ms;
  -webkit-animation-duration: 800ms;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
  height: auto;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
#header.fixed .header-inner a.logo {
  top: 5px;
  width: 130px;
}
#header.fixed .header-inner a.burger-menu {
  top: 35px;
}
#header.fixed .header-inner ul.social-menu {
  top: 30px;
}
#header.fixed .header-inner .nav-menu {
  /* padding: 0 0 0 200px; */
}
#header.fixed .header-inner .menu-main-menu-container {
  /* width: calc(100% - 190px); */
}
#header.fixed .header-inner ul.page-list {
  /* margin-top: 25px; */
}
#header.fixed .header-inner ul.page-list li a {
  padding: 0 10px;
  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,
#header.fixed .header-inner ul.page-list li a::after {
  opacity: 0;
  -moz-transform: translateY(-200%);
  transform: translateY(-200%);
}
#header.fixed .header-inner ul.page-list li a:hover::before,
#header.fixed .header-inner ul.page-list li a:hover::after {
  opacity: 0;
  -moz-transform: translateY(-200%);
  transform: translateY(-200%);
}
#header.fixed .header-inner ul.page-list li > ul {
  top: 80px;
}
#footer {
  /* background: url("images/bg-footer.jpg") repeat-y top left #1a1617; */
  background: #37563B;
  /* border-top: 2px solid #6c6c6c; */
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "Rubik", Tahoma, Arial, Helvetica, sans-serif;
  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;
  max-width: 100%;
  padding: 60px 0;
  position: relative;
  width: 100%;
}
#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer ul a {
  color: #97AE78;
  text-decoration: none;
  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;
}
#footer ul a:hover {
  opacity: 75%;
  text-decoration: none;
}
#footer ul.terms-policy li {
  /*display:inline-block*/
}
#footer ul.terms-policy li a {
  font-family: "Rubik", Tahoma, Arial, Helvetica, sans-serif;
  color: #FFFEF2;
  font-size: 0.9em;
  padding: 0 5px;
}
#footer ul.secundary-menu li {
  margin: 0 0 0.5em;
}
#footer ul.secundary-menu li a {
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #FFFEF2;
  font-weight: bold;
  text-transform: uppercase;
}
#footer ul.menu-footer-center {
  text-align: center;
}
#footer ul.menu-footer-center li {
  display: inline-block;
  padding: 0 15px;
}
#footer ul.menu-footer-center li a {
  color: #888;
  display: block;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  margin: 0 auto;
  padding: 60px 15px 0 15px;
  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;
  text-decoration: none;
  text-transform: uppercase;
}
#footer ul.menu-footer-center li a::before,
#footer ul.menu-footer-center li a::after {
  background: url("images/sprite-footer.png") no-repeat 0 0 transparent;
  content: "";
  height: 48px;
  opacity: 1;
  position: absolute;
  left: calc(50% - 24px);
  top: 0;
  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: 48px;
}
#footer ul.menu-footer-center li a::after {
  opacity: 0;
}
#footer ul.menu-footer-center li a.job::before {
  background-position: -1px -1px;
}
#footer ul.menu-footer-center li a.job::after {
  background-position: -1px -86px;
}
#footer ul.menu-footer-center li a.franchise::before {
  background-position: -102px -1px;
}
#footer ul.menu-footer-center li a.franchise::after {
  background-position: -102px -86px;
}
#footer ul.menu-footer-center li a:hover {
  color: #97AE78;
}
#footer ul.menu-footer-center li a:hover::before {
  opacity: 0;
}
#footer ul.menu-footer-center li a:hover::after {
  opacity: 1;
}
#footer a {
  color: #fff;
  text-decoration: none;
  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;
}
#footer a:hover {
  opacity: 50%;
  text-decoration: none;
}
#footer .right {
  text-align: right;
}
#footer .legal-notice p {
  font-family: "Rubik", Tahoma, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}
#footer .copyright {
  font-family: "Rubik", Tahoma, Arial, Helvetica, sans-serif;
  color: #FFFEF2;
  font-size: 0.9em;
  margin: 15px 0 0 0;
}
.home .slider-for {
  visibility: hidden;
}
.home .slider-for figure {
  background-attachment: scroll;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 670px;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.home .slider-for .slick-list {
  clear: both;
  border: 0 none;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.2s ease-in;
}
.home .slider-for .slick-list .slick-slide {
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.home .slider-for.slick-initialized {
  visibility: visible;
  background: 0; /*border-bottom:2px solid #97AE78*/
}
.home .slider-for.slick-initialized .slick-list {
  opacity: 1;
}
.home .slider-for.slick-initialized .slick-slide {
  opacity: 1;
}
.home .slider-for figure figcaption {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 100%;
  padding: 30px 15px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  width: 100%;
  z-index: 0;
}
.home .slider-for figure figcaption h1 {
  display: block;
  font-family: 'DMSerifDisplay', Arial, Helvetica, sans-serif;
  text-transform: inherit;
}
.home .slider-for figure figcaption a {
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.home .content-wrap .rich-text {
  margin-bottom: 30px;
}
.blog .mosaic a {
  padding: 5px 0;
  background: #97AE78;
  color: #fff;
  display: block;
  margin: 10px;
}
.blog .mosaic {
  border-bottom: 2px solid #97AE78;
  background-color: transparent;
}
.blog .mosaic a:hover {
    color: #fff;
    background: #37563B;
}
.mosaic {
  /* border-bottom: 2px solid #6c6c6c; */
  padding: 30px 0;
  background-color: #97AE78;
}
.mosaic .btn {
  padding: 0 15px;
}
.mosaic .btn a {
  background: #37563B;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 10px solid #FFFEF2;
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #fff;
  display: block;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.2;
  max-height: calc(100% - 30px);
  padding: 190px 15px 15px 15px;
  position: relative;
  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: 100%;
}
.mosaic .btn a strong {
  display: block;
  font-family: "Rubik", Impact, "Arial Black", sans-serif;
  font-size: 1.5em;
  font-weight: 800;
}
.mosaic .btn a strong i {
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-style: normal;
}
.mosaic .btn a::before {
  background: url("images/sprite-mosaic-big.png") no-repeat 0 0 transparent;
  content: "";
  height: 180px;
  position: absolute;
  top: 10px;
  left: calc(50% - 90px);
  width: 180px;
}
.mosaic .btn a.job::before {
  background-position: -14px -25px;
}
.mosaic .btn a.franchise::before {
  background-position: -264px -25px;
}
.mosaic .btn a:hover {
  opacity: 0.8;
}
.mosaic ul.mosaic-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -15px 0;
  padding: 0;
}
.mosaic ul.mosaic-menu li {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  margin: 0 0 30px;
  max-width: 25%;
  min-width: 190px;
  padding: 0 15px;
}
.mosaic ul.mosaic-menu li a {
  background: #FFFEF2;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 4px solid #37563B;
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #37563B;
  display: block;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  height: 100%;
  line-height: 1.2;
  padding: 95px 10px 0 10px;
  position: relative;
  text-align: center;
  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: 100%;
}
.mosaic ul.mosaic-menu li a b {
  display: block;
  font-family: "Rubik", Impact, "Arial Black", sans-serif;
  font-size: 1.125em;
  font-weight: 800;
}
.mosaic ul.mosaic-menu li a::before {
  background: url("images/sprite-mosaic-small.png") no-repeat 0 0 transparent;
  content: "";
  height: 90px;
  position: absolute;
  top: 0;
  left: calc(50% - 45px);
  width: 90px;
}
.mosaic ul.mosaic-menu li a:hover {
  opacity: 0.6;
}
/* .mosaic ul.mosaic-menu li:nth-of-type(2n) a {
  background: #6c6c6c;
} */
.mosaic ul.mosaic-menu li.key-figures a::before {
  background-position: -6px -4px;
}
.mosaic ul.mosaic-menu li.network-location a::before {
  background-position: -240px -4px;
}
.mosaic ul.mosaic-menu li.network-support a::before {
  background-position: -480px -4px;
}
.mosaic ul.mosaic-menu li.news a::before {
  background-position: -710px -4px;
}
.mosaic ul.mosaic-menu li.values a::before {
  background-position: -6px -176px;
}
.mosaic ul.mosaic-menu li.contact a::before {
  background-position: -240px -176px;
}
.mosaic ul.mosaic-menu li.press a::before {
  background-position: -480px -176px;
}
.mosaic ul.mosaic-menu li.testimonials a::before {
  background-position: -710px -176px;
}
.content-wrap {
  padding: 30px 15px;
}
.content-wrap .rich-text {
  /* background: rgba(26, 24, 25, 0.7); */
  background: #FFFEF2;
  padding: 30px 15px 60px;
}
.content-wrap .rich-text h2,
.content-wrap .rich-text h3 {
  font-size: 1.3em;
  margin: 0 auto;
  text-transform: inherit;
  padding: 0 10px;
  font-weight: 600;
  letter-spacing: 1.2px;
}
.content-wrap .rich-text p {
  font-size: 0.825em;
  margin: 5px 0 0 0;
  padding: 0 10px;
  text-align: justify;
}
.category article,
.blog article {
  margin: 0 0 30px;
}
.category article .item,
.blog article .item {
  background: rgba(224,212,185,0.6);
  /*background: #E0D4B9;*/
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 100%;
  padding: 15px;
}
.category figure,
.blog figure {
  background-position: center;
  background-size: cover;
  height: 0;
  margin: 0 auto 15px;
  padding: 0 0 56.25%;
  position: relative;
  width: 100%;
  z-index: 0;
}
.category figure figcaption,
.blog figure figcaption {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.category figure figcaption a,
.blog figure figcaption a {
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.category figure.nothumb,
.blog figure.nothumb {
  background-image: url("images/default-thumbnail.jpg");
}
.category .post-excerpt,
.blog .post-excerpt {
  position: relative;
}
.category .post-excerpt h2,
.blog .post-excerpt h2 {
  font-size: 1.125em;
  margin: 0 0 5px;
  font-weight: 600;
  text-align: center;
  text-transform: inherit;
}
.category .post-excerpt h3,
.blog .post-excerpt h3 {
  color: #97AE78;
  font-size: 1em;
  margin: 0 0 5px;
  text-align: left;
}
.category .post-excerpt span.metas,
.blog .post-excerpt span.metas {
  color: #6c6c6c;
  font-family: "Rubik", Tahoma, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}
.category .post-excerpt span.excerpt,
.blog .post-excerpt span.excerpt {
  display: block;
  font-size: 0.9em;
  margin: 15px 0 30px;
  text-align: left;
}
.category .post-excerpt span.more,
.blog .post-excerpt span.more {
  color: #000;
  font-weight: 600;
  font-family: "Rubik", Tahoma, Arial, Helvetica, sans-serif;
}
.category .post-excerpt a,
.blog .post-excerpt a {
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.no-result article {
  text-align: center;
}
.no-result article h2 {
  display: none;
}
.no-result article .post-content {
  background: rgba(26, 24, 25, 0.7);
  padding: 30px 15px;
}
.no-result article .btn {
  margin: 30px auto;
  max-width: 260px;
}
.no-result article ul.menu {
  display: inline-block;
  margin: 30px auto;
  text-align: left;
  width: auto;
}
.no-result article ul.menu li a::after {
  content: none;
}
.no-result article ul.menu li.current-menu-item a {
  opacity: 0.6;
  cursor: text;
}
#main {
  /* background-image: url("images/bg-body.jpg"); */
  background-color: #FFFEF2;
  background-repeat: repeat-y;
  background-position: top center;
  background-size: auto;
  position: relative;
}
.breadcrumb {
  background: transparent;
  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;
  opacity: 1;
  position: absolute;
  top: -13px;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 7;
}
.breadcrumb span {
  background: #97AE78;
  color: #1a1617;
  font-family: "Rubik", Tahoma, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  margin: 0 auto;
  padding: 5px 30px 3px;
  text-transform: uppercase;
  width: auto;
}
.breadcrumb span i {
  color: #fff;
  font-style: normal;
}
.breadcrumb span ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: auto;
}
.breadcrumb span ul li {
  display: inline-block;
}
.breadcrumb span ul li a {
  color: #1a1617;
}
.breadcrumb span ul li a:hover {
  color: #1a1617;
}
.home .breadcrumb {
  display: none;
  margin: 0;
}
body.no-scroll .breadcrumb {
  opacity: 0;
}
.page-content {
  /*background:url('images/bg-main.jpg') no-repeat top center transparent;background-size:auto;*/
  /* background-color: #1b1718; */
  background-color: #FFFEF2;
  padding: 60px 0 60px;
}
.home .page-content {
  padding: 0 0 60px;
}
.terms-and-policy .content-wrap {
  background: rgba(26, 24, 25, 0.7);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 100%;
  padding: 30px 15px;
}
.terms-and-policy h2 {
  color: #97AE78;
  font-size: 1.3em;
  margin: 0 0 5px;
  text-align: left;
}
.terms-and-policy h3 {
  color: #fff;
  font-size: 1.125em;
  margin: 0 0 5px;
  text-align: left;
  text-transform: none;
}
.terms-and-policy h3 strong {
  text-transform: uppercase;
}
.page-content aside {
  background: rgba(224,212,185,0.6);
  padding: 0 15px 30px 15px;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.page-content aside h2 {
  padding: 0 0 15px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.page-content aside h2::after {
  background: #97AE78;
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 60px;
  right: 60px;
  width: calc(100% - 120px);
}
.page-content aside .contact-card {
  margin: 0 0 30px;
  text-align: center;
}
.page-content aside .contact-card .address .title {
  font-family: "DMSerifDisplay", Impact, "Arial Black", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
.page-content aside .testimonials figure,
.page-content aside .founder figure {
  height: auto;
  max-width: 100%;
}
.page-content aside .testimonials figure img,
.page-content aside .founder figure img {
  height: auto;
  margin: 0 auto;
  max-width: 264px;
}
.page-content aside .testimonials h2,
.page-content aside .founder h2 {
  background: url("images/quote-off.png") no-repeat bottom right transparent;
  display: inline-block;
  font-family: "Rubik", Tahoma, Arial, Helvetica, sans-serif;
  margin: -30px auto 30px;
  position: relative;
  width: auto;
  z-index: 1;
}
.page-content aside .testimonials h2::before,
.page-content aside .founder h2::before {
  background: #97AE78;
  content: "";
  height: 2px;
  position: absolute;
  top: -17px;
  left: inherit;
  right: 0;
  width: calc(100% - 30px);
  z-index: 2;
}
.page-content aside .testimonials h2::after,
.page-content aside .founder h2::after {
  left: 0;
  right: inherit;
  width: calc(100% - 30px);
}
.page-content aside .testimonials h2 strong,
.page-content aside .founder h2 strong {
  position: relative;
}
.page-content aside .testimonials h2 strong::before,
.page-content aside .founder h2 strong::before {
  background: url("images/quote-on.png") no-repeat 0 0 transparent;
  content: "";
  height: 17px;
  position: absolute;
  left: 0;
  top: -24px;
  width: 24px;
  z-index: 2;
}
.page-content aside .testimonials blockquote p,
.page-content aside .founder blockquote p {
  color: #97AE78;
  font-family: "Rubik", Tahoma, Arial, Helvetica, sans-serif;
  text-align: justify;
}
.page-content aside .testimonials span,
.page-content aside .founder span {
  color: #97AE78;
  display: block;
  font-style: italic;
  text-align: right;
}
.page-content aside .testimonials article,
.page-content aside .founder article {
  position: relative;
  z-index: 0;
}
.page-content aside .testimonials .permalink,
.page-content aside .founder .permalink {
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.page-content aside .interview {
  color: #97AE78;
  margin: 15px auto 30px;
  position: relative;
  text-align: justify;
}
.page-content aside .interview em {
  display: block;
  text-align: right;
}
.page-content aside .interview::before {
  background: #97AE78;
  content: "";
  height: 2px;
  position: absolute;
  top: -17px;
  left: inherit;
  right: 0;
  width: calc(100% - 30px);
  z-index: 2;
}
.page-content aside .steps {
  margin: 45px auto 60px;
}
.page-content aside .steps ul {
  list-style: none;
  margin: 0;
  padding: 0 15px;
}
.page-content aside .steps ul li {
  color: #97AE78;
}
.page-content aside .steps ul li span {
  color: #fff;
}
.page-content aside .steps .btn.contact {
  background-image: url("images/sprite-menu.png");
  background-position: -397px -7px;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #97AE78;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 5px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #fff;
  font-family: "DMSerifDisplay", Impact, "Arial Black", sans-serif;
  font-weight: 800;
  font-size: 1em;
  line-height: 80px;
  margin: 30px 15px;
  min-height: 60px;
  padding: 0 15px 0 30px;
  position: relative;
  text-align: center;
  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;
  max-width: 420px;
  width: calc(100% - 30px);
}
.page-content aside .steps .btn.contact:hover {
  opacity: 0.7;
}
.page-content aside .conditions {
  margin: 60px auto;
  text-align: left;
}
.page-content aside .conditions h3 {
  color: #2c2e39;
  font-family: "DMSerifDisplay", Impact, "Arial Black", sans-serif;
  font-weight: 800;
  font-size: 1em;
  line-height: 1.3;
  margin: 0;
  text-align: left;
}
.page-content aside .conditions h4 {
  color: #2c2e39;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.3;
  margin: 0;
  text-align: left;
  text-transform: none;
}
.page-content aside .conditions p {
  color: #97AE78;
  font-family: "Rubik", Tahoma, Arial, Helvetica, sans-serif;
}
.page-content aside .conditions p strong {
  color: #2c2e39;
}
.page-content aside .menu a {
  display: block;
  height: 100%;
  margin: 0 auto;
  padding: 30px 15px 0;
  position: relative;
  text-align: center;
  max-width: 480px;
  width: 100%;
}
.page-content aside .menu a img {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  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: inherit;
}
.page-content aside .menu a span {
  /* background: rgba(26, 24, 25, 0.8); */
  background: #37563B;
  color: #FFFEF2;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  font-family: "Rubik", Tahoma, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  height: auto;
  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;
  opacity: 1;
  padding: 15px;
  position: absolute;
  left: 15%;
  top: 65%;
  text-align: center;
}
.page-content aside .menu a:hover img {
  opacity: 0.7;
}
.page-content aside .menu a:hover span {
  opacity: 1;
  top: 60%;
}
.page-content aside .menu a::before {
  background: #97AE78;
  content: "";
  height: 2px;
  position: absolute;
  top: 0;
  left: inherit;
  right: 0;
  width: calc(100% - 30px);
  z-index: 2;
}
.page-content aside .dropdown-wrap {
  padding: 0 0 30px;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.page-content aside .dropdown-wrap a.dropdown-link {
  background: url("images/dropdown-arrow.png") no-repeat center transparent;
  display: block;
  height: 20px;
  margin: 30px auto 0;
  opacity: 1;
  position: relative;
  text-decoration: none;
  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: rotate(0);
  -webkit-transform: rotate(0);
  width: 100%;
}
.page-content aside .dropdown-wrap a.dropdown-link::before,
.page-content aside .dropdown-wrap a.dropdown-link::after {
  background: #97AE78;
  content: "";
  display: block;
  opacity: 1;
  position: absolute;
  height: 2px;
  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: calc(50% - 31px);
}
.page-content aside .dropdown-wrap a.dropdown-link::before {
  left: 0;
  right: inherit;
  top: 10px;
}
.page-content aside .dropdown-wrap a.dropdown-link::after {
  right: 0;
  left: inherit;
  top: 10px;
}
.page-content aside .dropdown-wrap a.dropdown-link:hover {
  opacity: 1;
}
.page-content aside .dropdown-wrap a.dropdown-link:hover::after {
  width: calc(50% - 31px);
}
.page-content aside .dropdown-wrap a.dropdown-link.active {
  display: none;
  opacity: 0;
}
.page-content aside .dropdown-wrap a.dropdown-link.active::before,
.page-content aside .dropdown-wrap a.dropdown-link.active::after {
  opacity: 0;
}
.page-content aside .dropdown-wrap .drop-content {
  display: none;
  font-size: 100%;
  margin: -30px 0 0 0;
  padding: 30px 0;
  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;
}
.page-content aside .dropdown-wrap .drop-content.active {
  display: block;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 300ms;
  -webkit-animation-duration: 300ms;
  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;
}
.page-content aside .history {
  color: #97AE78;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
}
.page-content aside .history h2 {
  margin-top: 30px;
}
.page-content aside .history h3 {
  font-size: 1.2em;
  text-align: left;
}
.page-content aside .history h4 {
  color: #97AE78;
  font-family: "DMSerifDisplay", Impact, "Arial Black", sans-serif;
  font-weight: 800;
  font-size: 1.125em;
  margin: 30px 0 0 0;
}
.page-content aside .locations h2 {
  padding: 0;
}
.page-content aside .locations h2::after {
  content: none;
}
.page-content aside .locations h3 {
  margin: 0;
  text-align: left;
}
.page-content aside .locations ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.page-content aside .locations ul li {
  color: #97AE78;
  display: block;
}
.page-content aside .locations ul li a {
  color: #97AE78;
  opacity: 1;
  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;
}
.page-content aside .locations ul li a:hover {
  opacity: 0.7;
}
.page-content aside .map-link a {
  background: url("images/icon-map-network.png") no-repeat top center
    transparent;
  color: #2c2e39;
  display: block;
  font-family: "DMSerifDisplay", Impact, "Arial Black", sans-serif;
  font-weight: 800;
  font-size: 0.8em;
  margin: 0 auto 30px auto;
  opacity: 1;
  padding: 90px 0 0 0;
  text-align: center;
  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;
}
.page-content aside .map-link a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.page-content aside .post-navigation ul {
  list-style-image: url("images/bullet.gif");
  margin: 0 0 0 15px;
  overflow: hidden;
  padding: 0 0 0 20px;
  text-align: left;
}
.page-content aside .post-navigation ul li {
  margin: 0;
  padding: 0;
}
.page-content aside .post-navigation ul li a {
  color: #97AE78;
  margin: 0;
  padding: 0;
  text-align: left;
}
.page-content aside .post-navigation ul li a::before,
.page-content aside .post-navigation ul li a:after {
  content: none;
}
.page-header figure {
  background-attachment: scroll;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 2px solid #6c6c6c;
  height: 0;
  padding: 0 0 22% 0;
  width: 100%;
}
.page-content h1 span {
  /* font-family: "Rubik", Tahoma, Arial, Helvetica, sans-serif; */
}
.custom-page .page-content .content-wrap {
  position: relative;
}
.custom-page .page-content .content-wrap::after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.custom-page .page-content .content-wrap h2 {
  color: #97AE78;
  font-size: 1.4em;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}
.custom-page .page-content .content-wrap h4 {
  color: #fff;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  text-align: left;
  text-transform: none;
}
.custom-page .page-content .content-wrap h4 strong {
  text-transform: uppercase;
}
.custom-page .page-content .content-wrap h3 {
  color: #fff;
  font-family: "DMSerifDisplay", Impact, "Arial Black", sans-serif;
  font-weight: 800;
  font-size: 1.25em;
  line-height: 1.5;
  margin: 0;
  padding: 0 0 0 25px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
.custom-page .page-content .content-wrap h3::before {
  background: #97AE78;
  border: 0 none;
  border-radius: 0;
  content: "";
  height: 15px;
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
}
.custom-page .page-content .content-wrap figure {
  display: inline;
}
.custom-page .page-content .content-wrap figure img,
.custom-page .page-content .content-wrap figure img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
.custom-page .page-content .content-wrap figure img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}
.custom-page .page-content .content-wrap p,
.custom-page .page-content .content-wrap ul,
.custom-page .page-content .content-wrap ol {
  text-align: justify;
}
.custom-page .page-content .content-wrap ul {
  list-style-image: url("images/bullet.gif");
  margin: 5px 0 5px;
  overflow: hidden;
  padding: 0 0 0 20px;
}
.custom-page .page-content .content-wrap ul li {
  margin: 0 0 0.2em 0;
}
div.cta-job {
  float: right;
  margin: 0 auto 30px;
  position: relative;
  text-align: right;
  width: 100%;
}
div.cta-job::after {
  clear: both;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
div.cta-job a.btn {
  color: #fff;
  display: inline-block;
  font-size: 1.25em;
  line-height: 1.2;
  padding: 15px 0 8px 0;
  margin: 15px 0 30px 15px;
  width: calc(50% - 30px);
}
div.cta-job a.btn strong {
  display: block;
  font-family: "DMSerifDisplay", Impact, "Arial Black", sans-serif;
  font-weight: 800;
  font-size: 1.5em;
}
div.cta-job a.btn strong i {
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-style: normal;
}
.page.network div.cta-job {
  max-width: 964px;
}
aside div.cta-job {
  float: none;
  padding-top: 90px;
}
aside div.cta-job::before {
  background: url("images/sprite-mosaic-big.png") no-repeat -108px -10px
    transparent;
  background-size: 200px;
  content: "";
  height: 90px;
  position: absolute;
  top: 10px;
  left: calc(50% - 45px);
  width: 90px;
}
aside div.cta-job a.btn {
  display: block;
  font-size: 0.9em;
  margin: 15px auto;
  max-width: 420px;
  width: calc(100% - 30px);
}
.contact-form {
  margin: 0 auto;
  padding: 0 15px 90px 15px;
  position: relative;
}
.contact-form div.validation_error {
  border-bottom: 0 none;
  border-top: 0 none;
  clear: both;
  display: none;
  color: #97AE78;
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 1em;
  padding: 0;
  width: 100%;
}
.contact-form p.required-note {
  color: #2c2e39;
  display: block;
  font-size: 0.9em;
  font-family: "Rubik", Tahoma, Arial, Helvetica, sans-serif;
  margin: 0 0 15px;
  padding: 0;
}
.contact-form p.required-note sup {
  color: #97AE78;
  font-style: normal;
  font-weight: bold;
}
.contact-form .note {
  color: #fff;
  font-family: "Rubik", Tahoma, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  margin: 1em 0;
}
.contact-form .form-row > .col,
.contact-form .form-row > [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}
.contact-form label {
  display: block;
  color: #2c2e39;
  font-family: "Rubik", Tahoma, Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 10px 5px 5px 5px;
  width: 94%;
}
.contact-form .wpcf7-form-control-wrap input,
.contact-form textarea,
.contact-form select {
  /* background-color: rgba(26, 24, 25, 0.7); */
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid #97AE78;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #2c2e39;
  display: block;
  height: 45px;
  line-height: 45px;
  margin: 2px;
  outline: 0 none;
  padding: 0 10px;
  width: 100%;
  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;
}
.contact-form .wpcf7-form-control-wrap input::placeholder,
.contact-form textarea::placeholder,
.contact-form select::placeholder {
  color: rgba(44, 46, 57, .5) !important;
  font-family: "Rubik", Tahoma, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  opacity: 1;
  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;
}
.contact-form .wpcf7-form-control-wrap input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border: 1px solid #6c6c6c;
}
.contact-form .wpcf7-form-control-wrap input:focus::placeholder,
.contact-form textarea:focus::placeholder,
.contact-form select:focus::placeholder {
  opacity: 0;
}
.contact-form textarea {
  border: 1px solid rgba(108, 108, 108, 0);
  border-bottom: 1px solid #6c6c6c;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-height: 120px;
  resize: vertical;
  width: 100%;
}
.contact-form textarea:required {
  border: 1px solid #6c6c6c;
}
.contact-form select {
  background-color: rgba(26, 24, 25, 0.7);
  border: 1px solid rgba(108, 108, 108, 0);
  border-bottom: 1px solid #6c6c6c;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 40px;
  height: 40px;
  margin: 5px 0 0 0;
  padding: 0;
  position: relative;
  overflow-y: scroll;
  width: 100%;
}
.contact-form select option {
  background-color: transparent!important;
  color: #2c2e39;
  margin: 0;
  padding: 4px 10px;
  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: 100%;
}
.contact-form select option:hover,
.contact-form select option:focus,
.contact-form select option:active,
.contact-form select option:checked {
  background: #97AE78 !important;
}
.contact-form select:not(:checked) {
  /* background-color: rgba(26, 24, 25, 0.7) !important; */
  background-color: transparent!important;
  color: #2c2e39;
}
.contact-form select:checked {
  background: #97AE78 !important;
}
.contact-form .submit-btn {
  position: relative;
  text-align: center;
  margin: 0 auto;
}
form.wpcf7-form {
  position: relative;
}
span.wpcf7-not-valid-tip {
  color: #97AE78;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 0 none;
}
.wpcf7 form div.wpcf7-response-output {
  background: transparent;
  border: 1px solid rgba(108, 108, 108, 0);
  color: #97AE78;
  border: 0 none;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  margin: 2em 0 1em;
  padding: 0 15px;
}
.wpcf7 form div.wpcf7-response-output {
  font-size: 1.1em;
}
.wpcf7 form.invalid .wpcf7-response-output {
  color: #dc3232;
}
span.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 0.9em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 2px;
}
div.wpcf7-validation-errors {
  border: 1px solid rgba(108, 108, 108, 0);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 15px;
}
#message,
div.wpcf7-validation-errors,
div.wpcf7-response-output {
  background: 0 none;
  border: 0 none;
  color: #97AE78;
  display: block;
  font-family: "Rubik", Tahoma, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  line-height: 1.3;
  margin: 0;
  opacity: 1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 15px;
  text-align: left;
  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-transform: none;
  width: 100%;
  z-index: 1;
}
div.wpcf7-mail-sent-ok {
  color: #97AE78;
}
.required {
  color: #97AE78;
}
p.rgpd {
  color: #2c2e39;
  font-family: "Rubik", Tahoma, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  margin: 30px auto 0 auto;
  padding: 0 15px;
  text-align: justify;
}
p.rgpd strong {
  font-family: "Rubik", Arial, Helvetica, sans-serif;
}
p.rgpd a {
  color: #f1a666;
  text-decoration: underline;
  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;
}
p.rgpd a:hover {
  color: #97AE78;
}
.contact-form input[type="submit"],
.wpcf7-submit {
  background: #97AE78;
  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: block;
  font-family: "DMSerifDisplay", Impact, "Arial Black", sans-serif;
  font-weight: 800;
  font-size: 0.9em;
  margin: 30px auto;
  outline: 0;
  overflow: hidden;
  padding: 8px 30px 5px;
  position: relative;
  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;
}
.contact-form input[type="submit"]:hover,
.wpcf7-submit:hover {
  opacity: 0.8;
}
div.wpcf7 .ajax-loader {
  background: url("images/ajax-loader.gif") no-repeat 0 0 transparent;
  border: 0;
  height: 32px;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 160px;
  top: 14px;
  width: 32px;
}
.contact-form h3 {
  font-family: "Rubik", Tahoma, Arial, Helvetica, sans-serif;
  font-size: 1em;
  margin: 30px 0 15px;
}
.contact-form .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item,
.contact-form .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
  display: block;
  height: 20px;
  margin: 0 0 0.5em 0;
  position: relative;
}
.contact-form .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item-label,
.contact-form .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item-label {
  color: #2c2e39;
  font-family: "Rubik", Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.4;
  position: absolute;
  top: 0;
  left: 30px;
}
.contact-form .wpcf7-form-control-wrap .wpcf7-checkbox input[type="radio"],
.contact-form .wpcf7-form-control-wrap .wpcf7-radio input[type="radio"],
.contact-form .wpcf7-form-control-wrap .wpcf7-checkbox input[type="checkbox"],
.contact-form .wpcf7-form-control-wrap .wpcf7-radio input[type="checkbox"] {
  border: 1px solid #2c2e39;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 10px 0 0;
  outline: 0 none;
  padding: 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;
  width: 20px;
}
.contact-form
  .wpcf7-form-control-wrap
  .wpcf7-checkbox
  input[type="radio"]::after,
.contact-form .wpcf7-form-control-wrap .wpcf7-radio input[type="radio"]::after,
.contact-form
  .wpcf7-form-control-wrap
  .wpcf7-checkbox
  input[type="checkbox"]::after,
.contact-form
  .wpcf7-form-control-wrap
  .wpcf7-radio
  input[type="checkbox"]::after {
  background: url("images/icon-check.png") no-repeat 0 0 transparent;
  content: "";
  height: 20px;
  position: absolute;
  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;
  opacity: 0;
  left: 0;
  top: 0;
  width: 20px;
}
.contact-form
  .wpcf7-form-control-wrap
  .wpcf7-checkbox
  input[type="radio"]:checked,
.contact-form .wpcf7-form-control-wrap .wpcf7-radio input[type="radio"]:checked,
.contact-form
  .wpcf7-form-control-wrap
  .wpcf7-checkbox
  input[type="checkbox"]:checked,
.contact-form
  .wpcf7-form-control-wrap
  .wpcf7-radio
  input[type="checkbox"]:checked {
  border-color: #97AE78;
}
.contact-form
  .wpcf7-form-control-wrap
  .wpcf7-checkbox
  input[type="radio"]:checked::after,
.contact-form
  .wpcf7-form-control-wrap
  .wpcf7-radio
  input[type="radio"]:checked::after,
.contact-form
  .wpcf7-form-control-wrap
  .wpcf7-checkbox
  input[type="checkbox"]:checked::after,
.contact-form
  .wpcf7-form-control-wrap
  .wpcf7-radio
  input[type="checkbox"]:checked::after {
  opacity: 1;
}
#rgpd-check {
  display: block;
  margin: 0 0 2em 0;
}
#rgpd-check .wpcf7-list-item-label {
  font-size: 0.9em !important;
}
span.note {
  display: inline;
}
.form-row.availability,
.form-row.services {
  margin: 0 auto 30px;
  position: relative;
}
.form-row.availability label,
.form-row.services label {
  font-size: 1em;
  text-transform: uppercase;
}
.form-row.availability .wpcf7-list-item label,
.form-row.services .wpcf7-list-item label {
  font-size: 0.9em;
  position: relative;
  text-transform: none;
}
.form-row.availability .wpcf7-list-item label .wpcf7-list-item-label,
.form-row.services .wpcf7-list-item label .wpcf7-list-item-label {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  left: 45px;
  top: 12px;
  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;
}
.form-row.availability span.wpcf7-list-item,
.form-row.services span.wpcf7-list-item {
  margin: 0;
}
.page.contact aside {
  text-align: center;
}
.page.join-us aside img {
  height: auto;
  margin: 0 auto 30px auto;
  width: auto;
  max-width: 100%;
}
.page.article article {
  background: rgba(26, 24, 25, 0.7);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 100%;
  padding: 15px;
}
.page.article article h1 {
  margin: 30px auto 0 auto;
  text-align: center;
}
.page.article article h2 {
  color: #97AE78;
  margin: 5px auto;
  text-align: center;
}
.page.article article .metas {
  color: #6c6c6c;
  display: block;
  font-family: "Rubik", Tahoma, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.page.article article .post-content {
  clear: both;
  margin: 30px auto 60px;
  overflow: hidden;
  position: relative;
  text-align: justify;
}
.page.article article .post-content::after {
  clear: both;
  content: "";
  height: 1px;
  width: 100%;
}
.page.article article .post-content h2,
.page.article article .post-content h3,
.page.article article .post-content h4,
.page.article article .post-content h5,
.page.article article .post-content h6 {
  text-align: left;
}
.page.article article .post-content h2 {
  color: #97AE78;
  font-size: 1.4em;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}
.page.article article .post-content h4 {
  color: #fff;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  text-align: left;
  text-transform: none;
}
.page.article article .post-content h4 strong {
  text-transform: uppercase;
}
.page.article article .post-content h3 {
  color: #fff;
  font-family: "DMSerifDisplay", Impact, "Arial Black", sans-serif;
  font-weight: 800;
  font-size: 1.25em;
  line-height: 1.5;
  margin: 0;
  padding: 0 0 0 25px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
.page.article article .post-content h3::before {
  background: #97AE78;
  border: 0 none;
  border-radius: 0;
  content: "";
  height: 15px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
}
.page.article article .post-content figure {
  display: inline;
  height: auto;
  float: none;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  width: auto;
  max-width: 100%;
}
.page.article article .post-content figure.main-figure {
  float: left;
  margin: 0;
}
.page.article article .post-content figure img {
  height: auto;
  margin: 0 auto 15px auto;
  position: relative;
  max-width: 100%;
  z-index: 1;
}
.page.article article .post-content figure img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
.page.article article .post-content figure img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}
.page.article article .post-content figure.alignright {
  float: right;
}
.page.article article .post-content figure.alignleft {
  float: left;
}
.page.article article .post-content figure figcaption {
  background: rgba(65, 64, 66, 0.4);
  color: #6c6c6c;
  display: inline-block;
  font-family: "Rubik", Tahoma, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  height: auto;
  padding: 3px 15px 2px;
  position: absolute;
  bottom: 0;
  right: 15px;
  width: auto;
  z-index: 2;
}
.nav-bottom span.legend {
  color: #6c6c6c;
  display: block;
  margin: 1em 0;
}
.nav-bottom ul {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.nav-bottom ul li {
  background: transparent;
  display: block;
  float: left;
  height: 70px;
  list-style-image: none;
  margin: 0 15px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  opacity: 1;
  position: relative;
  padding: 10px 0;
  z-index: 0;
}
.nav-bottom ul li a {
  background: url("images/sprite-navigation.png") no-repeat left 2px transparent;
  color: #fff;
  display: block;
  font-family: "DMSerifDisplay", Impact, "Arial Black", sans-serif;
  font-weight: 800;
  font-size: 0.8em;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 45px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  z-index: 2;
}
.nav-bottom ul li a.share {
  background-position: left -158px;
}
.nav-bottom ul li a[rel="prev"] {
  background-position: center -52px;
}
.nav-bottom ul li a[rel="next"] {
  background-position: center -110px;
}
.nav-bottom ul span.next-previous {
  display: block;
  float: right;
  padding: 12px 0 10px;
}
.nav-bottom ul span.next-previous li {
  background: url("images/sprite-navigation.png") no-repeat center -110px #97AE78;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 2px solid rgba(255, 255, 255, 0.5);
  height: 50px;
  opacity: 0.5;
  text-indent: -9999px;
  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: 50px;
}
.nav-bottom ul span.next-previous li.previous {
  background-position: center -52px;
  margin: 0 5px 0 0;
}
.nav-bottom ul span.next-previous li.active {
  opacity: 1;
}
.nav-bottom ul span.next-previous li a {
  display: block;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: -9999px;
  width: 100%;
  z-index: 2;
}
.nav-bottom ul.page-numbers {
  display: table;
  margin: 0 auto;
  width: auto;
}
.nav-bottom ul.page-numbers li {
  display: table-cell;
  font-family: "DMSerifDisplay", Impact, "Arial Black", sans-serif;
  font-weight: 800;
  font-size: 1.25em;
  padding: 0 15px;
  vertical-align: middle;
}
.nav-bottom ul.page-numbers li .page-numbers {
  display: inline-block;
}
.nav-bottom ul.page-numbers li a {
  background: 0 none;
  color: #97AE78;
  padding: 0;
}
.nav-bottom ul.page-numbers li a.prev,
.nav-bottom ul.page-numbers li a.next {
  background: url("images/sprite-pagination.png") no-repeat center -110px transparent;
  height: 50px;
  width: 50px;
}
.nav-bottom ul.page-numbers li a.prev {
  background-position: center -52px;
}
.nav-bottom ul.page-numbers li .page-numbers.current {
  color: #37563B;
  position: relative;
}
.nav-bottom ul.page-numbers li .page-numbers.current::after {
  background-color: #37563B;
  content: "";
  height: 2px;
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
}
.nav-bottom ul.page-numbers li .link-next,
.nav-bottom ul.page-numbers li .link-previous {
  color: #fff;
  display: none;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  opacity: 0;
}
.bottom-pagination {
  margin: 0 auto;
  text-align: center;
}
.bottom-pagination .nav-bottom {
  border-top: 2px solid #97AE78;
  display: block;
  margin: 0 auto;
  padding: 30px 0 60px;
  text-align: center;
  width: 100%;
}
.error404 .page-content {
  text-align: center;
}
.error404 .page-content .btn {
  margin: 30px auto;
  max-width: 200px;
} /* Page Cookies */

.cookielawinfo-row-cat-table.cookielawinfo-classic tr:nth-child(odd) {
  background: #f3f3f3;
}
.cookielawinfo-row-cat-table.cookielawinfo-classic tr:nth-child(even) {
  background: #ffffff;
}

.page figure img.aligncenter {
  margin: 10px auto;
}
.banner-contact {
    background: url('../styles/images/montagne.svg'), #97AE78;
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-contact a {
    background-color: #C0693C;
    color: #FFFEF2;
    display: block;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    padding: 10px 0;
    text-transform: uppercase;
    border: 4px solid #FFFEF2;
    font-size: 1.2rem;
}
.banner-contact a span {
    letter-spacing: 1.2px;
    font-family: 'DMSerifDisplay', Arial, Helvetica, sans-serif;
    font-weight: 700;
    display: block;
    text-transform: initial;
    font-size: 2.3rem;
}
