/* VARIABLES */
/* MIXINS */
.hidden-xs {
  display: none !important; }

main > .visible-xs {
  display: flex !important;
  display: -webkit-flex !important; }

html body main h1 {
  font-size: 26px;
  line-height: 30px; }
html body main h2 {
  font-size: 22px;
  line-height: 26px; }
html body main h3 {
  font-size: 20px;
  line-height: 24px; }
html body main h4 {
  font-size: 18px;
  line-height: 22px; }
html body main h5 {
  font-size: 14px;
  line-height: 18px; }
html body main h6 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600; }
html body main span {
  font-size: 14px;
  line-height: 18px; }
html body main a {
  font-size: 14px;
  line-height: 18px;
  color: #1d1d1d;
  text-decoration: none;
  -moz-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }
html body main ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  html body main ul li {
    font-size: 13px;
    line-height: 17px;
    position: relative; }
html body main > article {
  width: 100%;
  margin: 0;
  margin-top: 70px;
  padding-bottom: 20px; }
html body main footer {
  position: relative;
  height: 167px;
  padding-bottom: 25px; }

main > header.visible-xs {
  width: 100%;
  border-radius: 0;
  height: 232px;
  margin: 0;
  position: fixed;
  z-index: 100;
  left: 0;
  top: -182px;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  main > header.visible-xs.expanded {
    top: 0; }
  main > header.visible-xs:after {
    width: 100%;
    height: 29px;
    bottom: -29px; }
  main > header.visible-xs > div {
    width: 100%; }
    main > header.visible-xs > div > section {
      width: 100%;
      padding: 10px 10px 0 10px;
      align-items: flex-start;
      display: flex;
      display: -webkit-flex; }
      main > header.visible-xs > div > section .languages {
        justify-content: space-between;
        margin: 0;
        height: auto;
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        text-align: center;
        padding-right: 10px; }
        main > header.visible-xs > div > section .languages span {
          font-size: 1em; }
        main > header.visible-xs > div > section .languages div ul {
          display: flex;
          display: -webkit-flex;
          align-items: center;
          flex-direction: column; }
          main > header.visible-xs > div > section .languages div ul li {
            padding: 0;
            margin: 8px 0 0 0; }
            main > header.visible-xs > div > section .languages div ul li a {
              filter: grayscale(0);
              -webkit-filter: grayscale(0);
              -moz-filter: grayscale(0);
              -ms-filter: grayscale(0);
              -o-filter: grayscale(0); }
      main > header.visible-xs > div > section nav {
        padding: 0;
        border-radius: 15px;
        overflow: hidden;
        width: 100%;
        background-color: #161616;
        -webkit-box-shadow: inset 4px 4px 8px 3px rgba(0, 0, 0, 0.8);
        -moz-box-shadow: inset 4px 4px 8px 3px rgba(0, 0, 0, 0.8);
        box-shadow: inset 4px 4px 8px 3px rgba(0, 0, 0, 0.8); }
        main > header.visible-xs > div > section nav .menuHighlight {
          display: none; }
        main > header.visible-xs > div > section nav ul {
          flex-direction: column;
          text-align: center; }
          main > header.visible-xs > div > section nav ul li {
            padding: 8px 0; }
            main > header.visible-xs > div > section nav ul li:after {
              content: '';
              position: absolute;
              bottom: 0;
              left: 0;
              width: 100%;
              height: 1px;
              background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(214, 214, 214, 0.5) 40%, rgba(201, 201, 201, 0.5) 60%, rgba(229, 229, 229, 0) 100%);
              background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(214, 214, 214, 0.5) 40%, rgba(201, 201, 201, 0.5) 60%, rgba(229, 229, 229, 0) 100%);
              background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(214, 214, 214, 0.5) 40%, rgba(201, 201, 201, 0.5) 60%, rgba(229, 229, 229, 0) 100%);
              filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00e5e5e5',GradientType=1 ); }
            main > header.visible-xs > div > section nav ul li:last-of-type:after {
              display: none; }
            main > header.visible-xs > div > section nav ul li a {
              padding: 0;
              opacity: 0.9; }
    main > header.visible-xs > div > div {
      height: 50px;
      width: 100%;
      padding-left: 10px;
      display: flex;
      display: -webkit-flex;
      align-items: center; }
      main > header.visible-xs > div > div img {
        width: 45px;
        height: auto;
        opacity: 0.9; }
      main > header.visible-xs > div > div .motto {
        width: calc(100% - 109px);
        display: flex;
        display: -webkit-flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 0 10px; }
        main > header.visible-xs > div > div .motto span {
          display: none; }
        main > header.visible-xs > div > div .motto h1 {
          font-size: 18px;
          line-height: 20px;
          font-weight: 800;
          color: #ffffff;
          opacity: 0.9;
          margin-right: 8px; }
          main > header.visible-xs > div > div .motto h1:last-of-type {
            margin-right: 0; }
      main > header.visible-xs > div > div .logo {
        width: 64px;
        height: 100%;
        border-radius: 0 0 0 15px; }

footer:after {
  width: 100%;
  height: 29px;
  bottom: -29px;
  left: 0; }
footer section.top:after {
  width: 100%;
  height: 13px;
  left: 0; }
footer section.top div {
  width: 100%;
  padding: 5px 10px;
  margin: 0;
  justify-content: space-around;
  text-align: center; }
  footer section.top div h3 {
    font-size: 18px;
    line-height: 22px; }
    footer section.top div h3:first-of-type {
      margin-bottom: 6px; }
    footer section.top div h3 br {
      display: block; }
    footer section.top div h3 a {
      font-size: 18px;
      line-height: 22px; }
footer section.bottom {
  height: 82px; }
  footer section.bottom > div {
    width: 100%;
    margin: 0; }
    footer section.bottom > div > div:first-of-type {
      display: none; }
    footer section.bottom > div > div:last-of-type {
      text-align: left; }
      footer section.bottom > div > div:last-of-type h5 {
        font-size: 14px;
        line-height: 18px; }

@media screen and (min-width: 500px) and (max-width: 767px) {
  main > header.visible-xs > div > div .motto h1 {
    font-size: 20px;
    line-height: 22px; } }
@media screen and (min-width: 680px) and (max-width: 767px) {
  footer section.top div h3 br {
    display: none; } }

/*# sourceMappingURL=standard-mobile-landscape.css.map */
