html {
  margin: 0; }

body {
  background: #fff;
  font-family: Congenial-Thin, sans-serif;
  font-size: 18px;
  color: #000;
  margin: 0; }
  body strong {
    font-family: Congenial-Medium;
    font-weight: normal; }
  body img {
    margin: 0; }
  body a {
    color: #000;
    text-decoration: none;
    transition: color 0.1s;
    outline: none;
    transition: color 0.2s; }
    body a img {
      border: none; }
    body a .anchor {
      line-height: 0; }
  body h1, body h2, body h3 {
    margin-top: 0;
    font-weight: normal; }
  body h1, body h2 {
    font-size: 24px;
    font-family: Congenial-Medium; }
  body em {
    font-family: Congenial;
    font-style: normal; }
  body .hidden {
    display: none; }
  body .clear {
    clear: both;
    line-height: 0;
    height: 0;
    visibility: hidden; }
  body .featherlight .featherlight-content {
    padding: 0;
    border-bottom: none;
    overflow: hidden; }
    body .featherlight button.featherlight-close-icon {
      font-size: 28px;
      color: white;
      width: 40px;
      height: 40px;
      top: 10px;
      right: 10px;
      background: transparent; }
    body .featherlight .featherlight-previous, body .featherlight .featherlight-next {
      width: 60px; }
      body .featherlight .featherlight-previous span, body .featherlight .featherlight-next span {
        display: inline-block;
        font-size: 22px;
        text-shadow: none; }
      body .featherlight .featherlight-previous:hover, body .featherlight .featherlight-next:hover {
        background: transparent; }
    body .featherlight .featherlight-previous {
      left: 0;
      right: auto; }
    body .featherlight .featherlight-next {
      left: auto;
      right: 0; }
  body .container .topheader-container .topheader .modhome {
    position: relative;
    box-sizing: border-box;
    padding-bottom: 80px;
    background-size: cover;
    background-position: center; }
    body .container .topheader-container .topheader .modhome .over {
      padding-top: 450px;
      background-repeat: repeat-x;
      background-position: center top; }
      body .container .topheader-container .topheader .modhome .over .description {
        text-align: center;
        font-size: 22px; }
        body .container .topheader-container .topheader .modhome .over .description p {
          margin-top: 0;
          letter-spacing: 2.5px;
          font-family: Congenial-Light; }
        body .container .topheader-container .topheader .modhome .over .description .book {
          padding-top: 60px; }
          body .container .topheader-container .topheader .modhome .over .description .book a {
            display: inline-block;
            padding: 15px 35px 11px;
            border: 3px white solid;
            border-radius: 3px;
            font-size: 25px;
            font-family: Congenial;
            text-transform: uppercase;
            color: white; }
            body .container .topheader-container .topheader .modhome .over .description .book a:last-child {
              margin-left: 25px;
              margin-right: 40px; }
        body .container .topheader-container .topheader .modhome .over .description .down {
          position: absolute;
          bottom: 35px;
          left: 50%;
          transform: translateX(-50%); }
    body .container .header-container .header {
      z-index: 200; }
    body .container .header-container .header .wrap {
      box-sizing: border-box;
      padding-top: 15px; }
    body .container .header-container .header .logo p, body .container .header-container .header .enter p {
      margin: 0;
      line-height: 0;
      text-align: center; }
    body .container .header-container .header .logo img, body .container .header-container .header .enter img {
      max-width: 100%; }
    body .container .header-container .header .logo {
      padding-top: 3px;
      padding-bottom: 17px; }
    body .container .header-container .header .logo img {
      width: auto;
      height: 41px; }
    body .container .header-container .header .mainmenu {
      display: flex;
      justify-content: center;
      box-sizing: border-box;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 4px 20px;
      border-top: 1px #cdcdcd solid;
      border-bottom: 1px #cdcdcd solid;
      font-family: Congenial-Light;
      font-size: 18px; }
    body .container .header-container .header .mainmenu .menubutton {
      display: none; }
    body .container .header-container .header .mainmenu ul.nav.menu {
      display: flex;
      justify-content: center;
      margin: 0;
      padding: 0;
      list-style: none; }
      body .container .header-container .header .mainmenu ul.nav.menu li {
        position: relative; }
        body .container .header-container .header .mainmenu ul.nav.menu li a, body .container .header-container .header .mainmenu ul.nav.menu li span.separator {
          display: inline-block;
          padding: 12px 0 8px; }
        body .container .header-container .header .mainmenu ul.nav.menu li.book a {
          padding: 11px 12px 9px;
          background: #000;
          color: white !important; }
          body .container .header-container .header .mainmenu ul.nav.menu li.book a:hover {
            background: url('../images/book_over.jpg') no-repeat center;
            background-size: cover;
            color: black !important; }
        body .container .header-container .header .mainmenu ul.nav.menu li:first-child {
          padding-left: 0; }
      body .container .header-container .header .mainmenu ul.nav.menu li.commitment > a {
        font-weight: bold; }
      body .container .header-container .header .mainmenu ul.nav.menu > li {
        padding: 0 15px; }
        body .container .header-container .header .mainmenu ul.nav.menu > li.active > a, body .container .header-container .header .mainmenu ul.nav.menu > li li.active > a, body .container .header-container .header .mainmenu ul.nav.menu > li a:hover {
          color: #888; }
        body .container .header-container .header .mainmenu ul.nav.menu > li ul {
          display: none;
          position: absolute;
          padding: 0;
          list-style: none;
          background: white;
          border-top: 2px black solid;
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
          font-weight: bold;
          font-size: 14px;
          width: 165px; }
          body .container .header-container .header .mainmenu ul.nav.menu > li ul a {
            display: block;
            padding: 14px 10px; }
        body .container .header-container .header .mainmenu ul.nav.menu > li:hover ul {
          display: block; }
    body .container .header-container .header .mainmenu .moduletable.langmenu {
      width: 54px;
      padding-right: 10px; }
    body .container .header-container .header .mainmenu .mod-languages {
      height: 22px;
      padding-top: 11px;
      padding-left: 4px; }
      body .container .header-container .header .mainmenu .mod-languages ul {
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        width: 54px;
        padding: 0;
        margin: 0; }
        body .container .header-container .header .mainmenu .mod-languages ul li {
          display: none;
          order: 2;
          position: relative;
          padding: 2px 12px 2px 18px;
          margin: 0;
          flex: 0 0 100%;
          background: white;
          cursor: pointer;
          box-sizing: border-box; }
          body .container .header-container .header .mainmenu .mod-languages ul li a {
            display: block; }
          body .container .header-container .header .mainmenu .mod-languages ul li.lang-active {
            display: block;
            order: 1;
            position: static;
            background: url('../images/langmenu.png') no-repeat right top 9px;
            background-size: 7px; }
        body .container .header-container .header .mainmenu .mod-languages ul.open li {
          display: block; }
    body .container .header-container .header .mainmenu .socials {
      display: flex;
      padding-top: 11px; }
      body .container .header-container .header .mainmenu .socials div {
        line-height: 0;
        padding-left: 11px;
        padding-top: 4px; }
        body .container .header-container .header .mainmenu .socials div a {
          line-height: 0; }
          body .container .header-container .header .mainmenu .socials div a img {
            width: auto;
            height: 15px; }
    body .container .header-container.nothome {
      padding-bottom: 127px; }
    body .container .header-container.nothome .header .wrap {
      position: fixed;
      z-index: 200;
      top: 0;
      left: 0;
      width: 100%;
      background: white; }
    body .container .body-container .body a {
      color: #afafaf; }
    body .container .body-container .body .image.projects {
      height: 600px;
      background-size: cover;
      background-position: center; }
    body .container .body-container .body .ui.message {
      box-sizing: content-box;
      max-width: 1100px;
      padding: 20px 20px 0;
      margin: 0 auto; }
    body .container .body-container .body .ui.message ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      body .container .body-container .body .ui.message ul li {
        margin-left: 0; }
        body .container .body-container .body .ui.message ul li:before {
          display: none !important; }
    body .container .body-container .body .ui.message.success .header {
      color: #000; }
    body .container .body-container .body .logos {
      border-bottom: 1px #cdcdcd solid; }
    body .container .body-container .body .logos .list {
      display: flex;
      align-items: center;
      max-width: 720px;
      margin: 0 auto;
      padding: 0 20px; }
      body .container .body-container .body .logos .list .logo {
        padding: 27px 10px 10px; }
        body .container .body-container .body .logos .list .logo:first-child {
          padding-top: 10px; }
      body .container .body-container .body .logos .list.left {
        justify-content: left; }
      body .container .body-container .body .logos .list.center {
        justify-content: center; }
      body .container .body-container .body .logos .list.right {
        justify-content: right; }
    body .container .body-container .body .mod_header .image {
      height: 600px;
      background-size: cover;
      background-position: center; }
    body .container .body-container .body .blog .row a {
      color: black; }
      body .container .body-container .body .blog .row a.action-link {
        padding: 10px 20px;
        border: 2px solid #9f9e9d;
        font-weight: bold;
        text-transform: uppercase;
        display: inline-block;
        margin-top: 20px; }
      body .container .body-container .body .blog .row table {
        border-collapse: collapse; }
      body .container .body-container .body .blog .row table td {
        vertical-align: top;
        padding-bottom: 15px; }
      body .container .body-container .body .blog .row table td:first-child {
        min-width: 110px;
        padding-right: 20px;
        font-size: 16px; }
      body .container .body-container .body .blog .row.twocolpage .image, body .container .body-container .body .blog .row.imageonly .image {
        position: relative;
        height: 840px;
        background-size: cover;
        background-attachment: fixed;
        background-position: center; }
        body .container .body-container .body .blog .row.twocolpage .image .overlay, body .container .body-container .body .blog .row.imageonly .image .overlay {
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute;
          z-index: 20;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          box-sizing: border-box;
          padding: 20px; }
        body .container .body-container .body .blog .row.twocolpage .image .overlay h1, body .container .body-container .body .blog .row.imageonly .image .overlay h1 {
          font-size: 48px;
          text-align: center;
          color: white; }
      body .container .body-container .body .blog .row.twocolpage .columns, body .container .body-container .body .blog .row.imageonly .columns {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 890px;
        margin: 0 auto;
        padding: 30px 20px 20px; }
        body .container .body-container .body .blog .row.twocolpage .columns .left, body .container .body-container .body .blog .row.imageonly .columns .left, body .container .body-container .body .blog .row.twocolpage .columns .right, body .container .body-container .body .blog .row.imageonly .columns .right {
          flex: 0 0 calc(50% - 20px);
          position: relative; }
        body .container .body-container .body .blog .row.twocolpage .columns .left .socials_left, body .container .body-container .body .blog .row.imageonly .columns .left .socials_left {
          position: absolute;
          bottom: 15px; }
          body .container .body-container .body .blog .row.twocolpage .columns .left .socials_left p, body .container .body-container .body .blog .row.imageonly .columns .left .socials_left p {
            margin: 0; }
        body .container .body-container .body .blog .row.twocolpage .columns .right h2, body .container .body-container .body .blog .row.imageonly .columns .right h2 {
          color: transparent; }
          body .container .body-container .body .blog .row.twocolpage .columns .right h2 img, body .container .body-container .body .blog .row.imageonly .columns .right h2 img {
            display: none; }
        body .container .body-container .body .blog .row.twocolpage .columns .right .twocollogo, body .container .body-container .body .blog .row.imageonly .columns .right .twocollogo {
          position: absolute;
          bottom: 15px;
          right: 0; }
        body .container .body-container .body .blog .row.twocolpage .columns .right img, body .container .body-container .body .blog .row.imageonly .columns .right img {
          max-width: 100%; }
      body .container .body-container .body .blog .row.twocolpage .buttons, body .container .body-container .body .blog .row.imageonly .buttons {
        display: flex;
        justify-content: center;
        padding-bottom: 40px; }
        body .container .body-container .body .blog .row.twocolpage .buttons div, body .container .body-container .body .blog .row.imageonly .buttons div {
          padding: 0 20px; }
        body .container .body-container .body .blog .row.twocolpage .buttons div a, body .container .body-container .body .blog .row.imageonly .buttons div a {
          display: block;
          width: 180px;
          padding: 10px 0 8px;
          text-transform: uppercase;
          border-radius: 2px;
          border: 2px #000 solid;
          text-align: center;
          font-family: Congenial-Medium; }
      body .container .body-container .body .blog .row.twocolpage.mofood_service .left h2, body .container .body-container .body .blog .row.imageonly.mofood_service .left h2 {
        margin-bottom: 10px; }
        body .container .body-container .body .blog .row.twocolpage.mofood_service .left ul, body .container .body-container .body .blog .row.imageonly.mofood_service .left ul {
          padding: 0;
          margin: 0;
          list-style: none; }
          body .container .body-container .body .blog .row.twocolpage.mofood_service .left ul li, body .container .body-container .body .blog .row.imageonly.mofood_service .left ul li {
            padding: 15px 0 15px 50px;
            border-bottom: 1px #e3e3e3 solid;
            background-position: left center;
            background-repeat: no-repeat; }
            body .container .body-container .body .blog .row.twocolpage.mofood_service .left ul li:nth-child(1), body .container .body-container .body .blog .row.imageonly.mofood_service .left ul li:nth-child(1) {
              background-image: url('/images/projects/mo_food/events.png'); }
            body .container .body-container .body .blog .row.twocolpage.mofood_service .left ul li:nth-child(2), body .container .body-container .body .blog .row.imageonly.mofood_service .left ul li:nth-child(2) {
              background-image: url('/images/projects/mo_food/consulting.png'); }
            body .container .body-container .body .blog .row.twocolpage.mofood_service .left ul li:nth-child(3), body .container .body-container .body .blog .row.imageonly.mofood_service .left ul li:nth-child(3) {
              background-image: url('/images/projects/mo_food/catering.png'); }
            body .container .body-container .body .blog .row.twocolpage.mofood_service .left ul li:nth-child(4), body .container .body-container .body .blog .row.imageonly.mofood_service .left ul li:nth-child(4) {
              background-image: url('/images/projects/mo_food/press.png'); }
            body .container .body-container .body .blog .row.twocolpage.mofood_service .left ul li:nth-child(5), body .container .body-container .body .blog .row.imageonly.mofood_service .left ul li:nth-child(5) {
              border: none;
              background-image: url('/images/projects/mo_food/pr.png'); }
        body .container .body-container .body .blog .row.twocolpage.mofood_service .right, body .container .body-container .body .blog .row.imageonly.mofood_service .right {
          box-sizing: border-box;
          padding-top: 0;
          padding-left: 60px; }
        body .container .body-container .body .blog .row.twocolpage.mofood_service .right h2, body .container .body-container .body .blog .row.imageonly.mofood_service .right h2 {
          display: block !important;
          color: black; }
        body .container .body-container .body .blog .row.twocolpage.mofood_service .right ul, body .container .body-container .body .blog .row.imageonly.mofood_service .right ul {
          padding: 0;
          margin: 0;
          list-style: none; }
          body .container .body-container .body .blog .row.twocolpage.mofood_service .right ul li, body .container .body-container .body .blog .row.imageonly.mofood_service .right ul li {
            padding: 4px 0 10px 35px;
            background: url('/images/projects/mo_food/list.png') no-repeat left top; }
      body .container .body-container .body .blog .row.twocolpage.cook_the_mountain .right ul, body .container .body-container .body .blog .row.imageonly.cook_the_mountain .right ul {
        padding: 0;
        margin: 0;
        list-style: none;
        font-size: 17px; }
        body .container .body-container .body .blog .row.twocolpage.cook_the_mountain .right ul li, body .container .body-container .body .blog .row.imageonly.cook_the_mountain .right ul li {
          padding: 8px 0 5px 17px;
          background: url('/images/projects/mo_food/mountainlist.png') no-repeat left top 12px;
          border-bottom: 1px #e3e3e3 solid; }
          body .container .body-container .body .blog .row.twocolpage.cook_the_mountain .right ul li:last-child, body .container .body-container .body .blog .row.imageonly.cook_the_mountain .right ul li:last-child {
            border-bottom: none; }
      body .container .body-container .body .blog .row.twocolpage.philosophy .columns .right div, body .container .body-container .body .blog .row.imageonly.philosophy .columns .right div {
        padding-bottom: 23px;
        text-align: right; }
      body .container .body-container .body .blog .row.twocolpage.event .right a, body .container .body-container .body .blog .row.imageonly.event .right a {
        padding-left: 15px;
        background: url('/images/cook_the_mountain/link.png') no-repeat left 4px center;
        color: #888; }
      body .container .body-container .body .blog .row.twocolpage.careers, body .container .body-container .body .blog .row.imageonly.careers {
        padding-top: 48px; }
        body .container .body-container .body .blog .row.twocolpage.careers .image, body .container .body-container .body .blog .row.imageonly.careers .image {
          height: 850px; }
      body .container .body-container .body .blog .row.twocolpage.ourphilosophy, body .container .body-container .body .blog .row.imageonly.ourphilosophy {
        /*position: relative;
         a.anchor
         {
         position: absolute;
         top: -200px;
         }*/ }
      body .container .body-container .body .blog .row.twocolpage.layout7030, body .container .body-container .body .blog .row.imageonly.layout7030, body .container .body-container .body .blog .row.twocolpage.layout3070, body .container .body-container .body .blog .row.imageonly.layout3070 {
        justify-content: space-between; }
      body .container .body-container .body .blog .row.twocolpage.layout7030 .left, body .container .body-container .body .blog .row.imageonly.layout7030 .left {
        flex: 0 0 calc(70% - 20px); }
        body .container .body-container .body .blog .row.twocolpage.layout7030 .right, body .container .body-container .body .blog .row.imageonly.layout7030 .right {
          flex: 0 0 calc(30% - 20px); }
      body .container .body-container .body .blog .row.twocolpage.layout3070 .left, body .container .body-container .body .blog .row.imageonly.layout3070 .left {
        flex: 0 0 calc(30% - 20px); }
        body .container .body-container .body .blog .row.twocolpage.layout3070 .right, body .container .body-container .body .blog .row.imageonly.layout3070 .right {
          flex: 0 0 calc(70% - 20px); }
      body .container .body-container .body .blog .row.twocolpage .gamper, body .container .body-container .body .blog .row.imageonly .gamper {
        max-width: 890px;
        padding: 30px 20px;
        margin: 0 auto; }
        body .container .body-container .body .blog .row.twocolpage .gamper img, body .container .body-container .body .blog .row.imageonly .gamper img {
          width: 100%; }
        body .container .body-container .body .blog .row.twocolpage .gamper .mobile, body .container .body-container .body .blog .row.imageonly .gamper .mobile {
          display: none; }
      body .container .body-container .body .blog .row.twocolpage.events .image, body .container .body-container .body .blog .row.imageonly.events .image {
        height: 600px;
        background-attachment: scroll;
        background-position: center; }
        body .container .body-container .body .blog .row.twocolpage.events .blocks, body .container .body-container .body .blog .row.imageonly.events .blocks {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          max-width: 890px;
          margin: 0 auto;
          padding: 0 20px; }
        body .container .body-container .body .blog .row.twocolpage.events .blocks .block, body .container .body-container .body .blog .row.imageonly.events .blocks .block {
          flex: 0 0 calc(33.3333% - 15px); }
        body .container .body-container .body .blog .row.twocolpage.events .blocks .block .image, body .container .body-container .body .blog .row.imageonly.events .blocks .block .image {
          width: 100%;
          height: 400px; }
        body .container .body-container .body .blog .row.twocolpage.events .blocks .block .description, body .container .body-container .body .blog .row.imageonly.events .blocks .block .description {
          padding-top: 10px; }
        body .container .body-container .body .blog .row.twocolpage.events .outro, body .container .body-container .body .blog .row.imageonly.events .outro {
          max-width: 890px;
          margin: 0 auto 20px;
          padding: 30px 20px; }
        body .container .body-container .body .blog .row.twocolpage.events .outro p, body .container .body-container .body .blog .row.imageonly.events .outro p {
          margin: 0; }
      body .container .body-container .body .blog .row.twocolpage.contactup .columns, body .container .body-container .body .blog .row.imageonly.contactup .columns {
        border-bottom: 1px #a1a1a1 solid; }
      body .container .body-container .body .blog .row.twocolpage .columns-container {
        background-repeat: no-repeat; }
        body .container .body-container .body .blog .row.twocolpage .columns-container.tl {
          background-position: top left; }
        body .container .body-container .body .blog .row.twocolpage .columns-container.tr {
          background-position: top right; }
        body .container .body-container .body .blog .row.twocolpage .columns-container.bl {
          background-position: bottom left; }
        body .container .body-container .body .blog .row.twocolpage .columns-container.br {
          background-position: bottom right; }
      body .container .body-container .body .blog .row.quotepage {
        box-sizing: border-box;
        height: 1000px;
        padding: 200px 20px 0;
        background-size: cover;
        background-position: center top; }
      body .container .body-container .body .blog .row.quotepage .quote {
        box-sizing: border-box;
        max-width: 580px;
        margin: 0 auto;
        padding: 18px 20px 0 65px;
        transform: translateX(20%);
        color: black;
        background: url('../images/quote.png') no-repeat left top; }
        body .container .body-container .body .blog .row.quotepage .quote h2 {
          line-height: normal;
          margin: 0 0 10px;
          font-size: 30px; }
        body .container .body-container .body .blog .row.quotepage .quote p {
          margin-top: 0;
          font-family: Congenial-Light;
          text-align: right; }
      body .container .body-container .body .blog .row.sale {
        padding-top: 50px;
        background: url('/images/patterns/topleft.png') no-repeat left top; }
      body .container .body-container .body .blog .row.sale .blocks {
        max-width: 1125px;
        padding: 0 20px;
        margin: 0 auto; }
        body .container .body-container .body .blog .row.sale .blocks .block {
          display: flex;
          justify-content: space-between;
          padding-bottom: 55px; }
        body .container .body-container .body .blog .row.sale .blocks .block .image {
          flex: 0 0 70%;
          min-height: 450px;
          background-size: cover;
          background-position: center; }
        body .container .body-container .body .blog .row.sale .blocks .block .description {
          flex: 0 0 calc(30% - 30px); }
        body .container .body-container .body .blog .row.sale .blocks .block:nth-child(2n) .image {
          order: 2; }
        body .container .body-container .body .blog .row.sale .blocks .block:nth-child(2n) .description {
          order: 1; }
        body .container .body-container .body .blog .row.sale .blocks .block.full {
          padding-bottom: 20px; }
        body .container .body-container .body .blog .row.sale .blocks .block.full .description {
          flex: 0 0 100%; }
    body .container .body-container .body .newsletter {
      padding: 40px 20px 35px;
      text-align: center;
      background: url('../images/book_a_table.jpg') no-repeat center;
      background-size: cover; }
    body .container .body-container .body .newsletter h2 {
      padding-bottom: 25px;
      margin: 0;
      font-size: 50px;
      text-transform: uppercase;
      font-family: Congenial-Thin, sans-serif; }
    body .container .body-container .body .newsletter p {
      padding-bottom: 26px;
      margin: 0;
      font-family: Congenial-Light, sans-serif; }
    body .container .body-container .body .newsletter a {
      display: inline-block;
      overflow: hidden;
      padding: 10px 35px 7px;
      margin: 0 10px;
      border-radius: 2px;
      border: 2px black solid;
      background: rgba(255, 255, 255, 0.5);
      color: black;
      font-size: 26px;
      font-family: Congenial, sans-serif;
      text-transform: uppercase; }
      body .container .body-container .body .newsletter a img.mobile {
        display: none; }
    body .container .body-container .body .newsletter_commitment h2 {
      text-transform: none;
      font-size: 33px;
      font-family: "Congenial-Medium"; }
    body .container .body-container .body .newsletter_commitment .wrap a {
      border-radius: 0; }
    body .container .body-container .body .newsletter_section {
      padding: 65px 20px 55px;
      background: #ececec; }
    body .container .body-container .body .newsletter_section a {
      display: inline-block;
      overflow: hidden;
      padding: 10px 35px 7px;
      border-radius: 10px;
      background: black;
      color: white;
      font-size: 26px;
      font-family: Congenial-Medium; }
    body .container .body-container .body .item-page {
      max-width: 890px;
      padding: 158px 20px 40px;
      margin: 0 auto; }
    body .container .body-container .body .item-page .press .columns {
      padding-bottom: 100px; }
      body .container .body-container .body .item-page .press .columns ul {
        padding: 0;
        margin: 0;
        list-style: none;
        column-count: 1; }
        body .container .body-container .body .item-page .press .columns ul li {
          width: calc(100% - 30px);
          box-sizing: border-box;
          padding: 19px 10px 16px 50px;
          border-bottom: 1px #e2e2e2 solid;
          background-repeat: no-repeat;
          background-position: left center; }
        body .container .body-container .body .item-page .press .columns ul li p {
          margin: 0; }
        body .container .body-container .body .item-page .press .columns ul li p a {
          color: black;
          text-decoration: underline;
          transition: all 0.2s; }
          body .container .body-container .body .item-page .press .columns ul li p a:hover {
            color: #888; }
        body .container .body-container .body .item-page .press .columns ul li.pdf {
          background-image: url('../images/pdf.png'); }
        body .container .body-container .body .item-page .press .columns ul li.link {
          background-image: url('../images/link.png'); }
    body .container .body-container .body .item-page.partners {
      padding-top: 48px;
      text-align: center;
      font-size: 24px;
      font-family: Congenial-Medium; }
      body .container .body-container .body .item-page.partners p {
        margin: 0;
        padding-bottom: 55px; }
    body .container .body-container .body .item-page.press {
      padding-top: 100px; }
    body .container .body-container .body .item-page.projects {
      padding-top: 50px; }
    body .container .body-container .body .item-page.projects .intro {
      padding-bottom: 80px; }
    body .container .body-container .body .item-page.projects .list .row {
      display: flex;
      flex-wrap: wrap;
      padding-bottom: 40px;
      margin-bottom: 55px;
      border-bottom: 1px black solid; }
      body .container .body-container .body .item-page.projects .list .row .date {
        padding-bottom: 15px; }
        body .container .body-container .body .item-page.projects .list .row .date span {
          display: inline-block;
          padding: 5px 6px;
          border: 3px black solid;
          font-size: 22px;
          font-family: Congenial-Medium; }
      body .container .body-container .body .item-page.projects .list .row h3 {
        margin-bottom: 5px;
        font-size: 22px;
        font-weight: bold; }
      body .container .body-container .body .item-page.projects .list .row .description {
        padding-top: 15px; }
      body .container .body-container .body .item-page.projects .list .row .gallery {
        display: flex;
        flex-wrap: wrap;
        flex: 0 0 100%;
        padding-top: 60px;
        margin-left: -15px;
        margin-right: -15px; }
        body .container .body-container .body .item-page.projects .list .row .gallery .img {
          box-sizing: border-box;
          flex: 0 0 33.3333%;
          height: auto;
          padding: 15px; }
        body .container .body-container .body .item-page.projects .list .row .gallery .img a {
          display: block;
          line-height: 0; }
        body .container .body-container .body .item-page.projects .list .row .gallery .img img {
          max-width: 100%; }
      body .container .body-container .body .item-page.projects .list .row.twocol .image {
        flex: 0 0 40%;
        height: 430px;
        background-size: cover;
        background-position: top; }
      body .container .body-container .body .item-page.projects .list .row.twocol .info {
        box-sizing: border-box;
        flex: 0 0 60%;
        padding-left: 40px; }
    body .container .body-container .body .chronoforms.index {
      max-width: 905px;
      padding: 240px 0px 80px;
      margin: 0 auto; }
    body .container .body-container .body .chronoforms.index form h2 {
      padding: 58px 0 25px 110px;
      border-bottom: 0;
      font-size: 24px;
      background: url('../images/newsletter_header.png') no-repeat left top; }
      body .container .body-container .body .chronoforms.index form fieldset {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-left: 0;
        margin-left: 0;
        border: none; }
      body .container .body-container .body .chronoforms.index form fieldset legend {
        padding-bottom: 30px;
        font-size: 20px;
        font-family: Congenial-Bold; }
      body .container .body-container .body .chronoforms.index form fieldset span.mandatory {
        font-weight: normal;
        font-family: "Congenial"; }
      body .container .body-container .body .chronoforms.index form fieldset .field {
        flex: 0 0 calc(50% - 25px); }
        body .container .body-container .body .chronoforms.index form fieldset .field input {
          padding: 12px 15px 8px;
          border-radius: 0;
          border: 1px black solid;
          font-size: 18px;
          font-family: Congenial-Thin; }
        body .container .body-container .body .chronoforms.index form fieldset .field label {
          font-weight: normal;
          font-family: "Congenial"; }
        body .container .body-container .body .chronoforms.index form fieldset .field.required:before {
          content: '*';
          display: block;
          position: absolute;
          transform: translateX(-20px) translateY(14px);
          font-size: 30px; }
        body .container .body-container .body .chronoforms.index form fieldset .field.required .checkbox::after {
          display: none; }
      body .container .body-container .body .chronoforms.index form fieldset small {
        display: inline-block;
        vertical-align: middle;
        color: #aeaeae;
        font-size: 13px; }
        body .container .body-container .body .chronoforms.index form fieldset small strong {
          display: inline-block;
          vertical-align: middle;
          padding-top: 5px;
          font-size: 30px;
          font-family: Congenial-Thin;
          font-weight: normal;
          color: black; }
      body .container .body-container .body .chronoforms.index form fieldset .ui.segment {
        display: flex;
        flex: 0 0 100%;
        justify-content: space-between;
        align-items: flex-end;
        padding-left: 0;
        padding-right: 0;
        box-shadow: none;
        border: none; }
        body .container .body-container .body .chronoforms.index form fieldset .ui.segment .field.required:before, body .container .body-container .body .chronoforms.index form fieldset .ui.segment .field.required > .checkbox:after {
          display: none; }
        body .container .body-container .body .chronoforms.index form fieldset .ui.segment .field label {
          color: #aeaeae; }
        body .container .body-container .body .chronoforms.index form fieldset .ui.segment .field label a {
          text-decoration: underline; }
        body .container .body-container .body .chronoforms.index form fieldset .ui.segment .button {
          width: 247px;
          height: 84px;
          line-height: 89px;
          padding: 0 0 0 20px;
          margin: 0;
          box-sizing: border-box;
          text-align: left;
          margin: 0;
          font-size: 26px;
          font-family: Congenial-Medium;
          text-transform: uppercase;
          background: url('../images/newsletter_button.png') no-repeat center;
          color: white; }
      body .container .body-container .body .chronoforms.index form fieldset#giftcard {
        padding-bottom: 40px; }
        body .container .body-container .body .chronoforms.index form fieldset#giftcard div:last-child {
          padding-top: 60px; }
      body .container .body-container .body .chronoforms.index form fieldset#recipient {
        padding-bottom: 40px; }
      body .container .body-container .body .chronoforms.index form fieldset#legals .multifield.inline.fields {
        display: block;
        padding-bottom: 20px; }
        body .container .body-container .body .chronoforms.index form fieldset#legals .multifield.inline.fields div, body .container .body-container .body .chronoforms.index form fieldset#legals .multifield.inline.fields label {
          display: inline !important; }
        body .container .body-container .body .chronoforms.index form fieldset#legals .multifield.inline.fields label {
          padding-left: 20px; }
        body .container .body-container .body .chronoforms.index form fieldset#legals .multifield.inline.fields .field {
          padding-right: 8px; }
        body .container .body-container .body .chronoforms.index form fieldset#legals .multifield.inline.fields .ui.checkbox.radio:after {
          display: none; }
        body .container .body-container .body .chronoforms.index form fieldset#legals .ui.checkbox label {
          padding-left: 20px; }
        body .container .body-container .body .chronoforms.index form fieldset#legals .ui.checkbox label::before {
          top: 3px;
          width: 15px;
          height: 15px; }
        body .container .body-container .body .chronoforms.index form fieldset#legals .ui.checkbox label::after {
          top: -2px;
          left: 0;
          width: 15px;
          height: 15px; }
        body .container .body-container .body .chronoforms.index form fieldset#legals .ui.radio.checkbox label::after {
          top: 3px; }
      body .container .body-container .body .chronoforms.index form fieldset#buttons {
        display: flex;
        justify-content: left; }
        body .container .body-container .body .chronoforms.index form fieldset#buttons button, body .container .body-container .body .chronoforms.index form fieldset#buttons a {
          height: 43px;
          width: 220px;
          margin-bottom: 10px;
          border-radius: 0;
          text-transform: uppercase;
          font-family: Congenial;
          background: #000;
          border: 1px #000 solid; }
        body .container .body-container .body .chronoforms.index form fieldset#buttons button {
          margin-right: 35px; }
        body .container .body-container .body .chronoforms.index form fieldset#buttons a {
          line-height: 42px;
          text-align: center;
          font-size: 14px;
          background: white;
          color: #000; }
    body .container .body-container .body .chronoforms.index .custom-error {
      display: none !important; }
    body .container .body-container .body .chronoforms6_credits {
      display: none !important; }
    body .container .body-container .body .ui.message.success, body .container .body-container .body .ui.message.error {
      box-shadow: none;
      background: transparent;
      border: none;
      font-size: 24px;
      text-align: center;
      color: black; }
    body .container .body-container .body .map {
      width: 100%;
      height: 800px; }
    body .container .body-container.nothome .body .logos {
      padding-top: 128px; }
      body .container .body-container.nothome .body .logos .list .logo {
        padding-bottom: 0; }
      body .container .body-container.nothome .body .logos.projects .list {
        justify-content: center; }
        body .container .body-container.nothome .body .logos.projects .list .logo {
          padding-left: 135px; }
      body .container .body-container.nothome .body .logos.cook_the_mountain .list {
        justify-content: center; }
    body .container .footer-container {
      background: black;
      color: white; }
    body .container .footer-container a {
      color: white; }
    body .container .footer-container .footer {
      max-width: 924px;
      padding: 35px 20px 50px;
      margin: 0 auto;
      font-size: 15px; }
    body .container .footer-container .footer .up {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    body .container .footer-container .footer .up p {
      margin: 0;
      line-height: 0; }
    body .container .footer-container .footer .up .left {
      padding-top: 10px; }
    body .container .footer-container .footer .down {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    body .container .footer-container .footer .down .left {
      padding-top: 35px; }
      body .container .footer-container .footer .down .left p {
        line-height: 140%;
        margin-top: 0;
        margin-bottom: 7px; }
      body .container .footer-container .footer .down .left .socials {
        display: flex; }
      body .container .footer-container .footer .down .left .socials div {
        padding-right: 15px; }
        body .container .footer-container .footer .down .left .socials div a {
          display: block;
          line-height: 0; }
    body .container .footer-container .footer .down .right {
      display: flex; }
      body .container .footer-container .footer .down .right .goup {
        display: flex;
        align-items: end;
        padding-bottom: 8px; }
      body .container .footer-container .footer .down .right ul.nav.menu {
        display: flex;
        justify-content: right;
        padding: 5px 0 0;
        margin: 0;
        list-style: none;
        font-size: 15px; }
      body .container .footer-container .footer .down .right ul.nav.menu li {
        padding: 0 10px;
        border-right: 1px white solid; }
        body .container .footer-container .footer .down .right ul.nav.menu li.noborder {
          padding-right: 0;
          border-right: none; }
        body .container .footer-container .footer .down .right ul.nav.menu li:last-child {
          border-right: 0;
          padding-right: 0; }
        body .container .footer-container .footer .down .right ul.nav.menu li.strong {
          text-transform: uppercase;
          font-family: Congenial-Medium; }
      body .container .footer-container .footer .down .right p {
        text-align: right;
        margin: 0;
        padding-top: 4px; }
    body .container .footer-container .top {
      padding-top: 2px;
      padding-left: 22px;
      font-size: 16px;
      transition: all 0.5s; }
    body .container .footer-container .top image, body .container .footer-container .top span {
      display: block;
      text-align: center;
      text-transform: uppercase; }
    body .container .footer-container .top span {
      display: none; }
    body .container .footer-container .top img.mobile {
      display: none; }
    body .container .footer-container .top.active {
      display: block;
      opacity: 1; }
  body .popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999; }
    body .popup .wrap {
      position: absolute;
      z-index: 2000;
      left: 50%;
      top: 50%;
      max-width: 800px;
      width: 100%;
      transform: translateX(-50%) translateY(-50%); }
    body .popup .close {
      position: absolute;
      z-index: 2000;
      right: 0;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      color: white !important;
      cursor: pointer; }
    body .popup .bg {
      position: absolute;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      cursor: pointer; }
    body .popup .popupContent img {
      width: 100%;
      max-width: 800px; }
  body .popup.open {
    display: block; }
  body .popup.popup_newsletter .wrap {
    background: white url('/images/patterns/bottomright.png') no-repeat bottom right;
    height: 380px;
    max-width: 750px; }
    body .popup.popup_newsletter .close {
      right: 15px;
      width: 48px;
      height: 48px;
      top: 13px; }
    body .popup.popup_newsletter .close img {
      max-width: 100%;
      height: auto; }
    body .popup.popup_newsletter .popupContent {
      text-align: center;
      padding-top: 90px;
      font-size: 24px;
      font-family: Congenial; }
    body .popup.popup_newsletter .popupContent h3 {
      font-weight: bold;
      margin-bottom: 5px; }
    body .popup.popup_newsletter .popupContent p {
      margin-top: 10px; }
    body .popup.popup_newsletter .popupContent .button {
      padding-top: 15px; }
    body .popup.popup_newsletter .popupContent .button a {
      display: inline-block;
      padding: 15px 35px;
      text-transform: uppercase;
      font-weight: bold;
      background: black;
      color: white; }

body.newsletter.com_chronoforms6 .container .body-container .body .chronoforms.index {
  max-width: 905px;
  padding: 110px 30px 80px;
  margin: 0 auto; }
  body.newsletter.com_chronoforms6 .container .body-container .body .chronoforms.index form h2 {
    padding: 58px 0 25px 110px;
    border-bottom: 0;
    font-size: 24px;
    background: url('../images/newsletter_header.png') no-repeat left top; }
  body.newsletter.com_chronoforms6 .container .body-container .body .chronoforms.index form fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: none; }
  body.newsletter.com_chronoforms6 .container .body-container .body .chronoforms.index form fieldset legend {
    display: none; }
  body.newsletter.com_chronoforms6 .container .body-container .body .chronoforms.index form fieldset .field {
    flex: 0 0 calc(50% - 25px); }
    body.newsletter.com_chronoforms6 .container .body-container .body .chronoforms.index form fieldset .field input {
      padding: 12px 15px 8px;
      border-radius: 0;
      border: 1px black solid;
      font-size: 18px;
      font-family: Congenial-Thin; }
    body.newsletter.com_chronoforms6 .container .body-container .body .chronoforms.index form fieldset .field.required:before {
      content: '*';
      display: block;
      position: absolute;
      transform: translateX(-20px) translateY(14px);
      font-size: 30px; }
  body.newsletter.com_chronoforms6 .container .body-container .body .chronoforms.index form fieldset small {
    display: inline-block;
    vertical-align: middle;
    color: #aeaeae;
    font-size: 13px; }
    body.newsletter.com_chronoforms6 .container .body-container .body .chronoforms.index form fieldset small strong {
      display: inline-block;
      vertical-align: middle;
      padding-top: 5px;
      font-size: 30px;
      font-family: Congenial-Thin;
      font-weight: normal;
      color: black; }
  body.newsletter.com_chronoforms6 .container .body-container .body .chronoforms.index form fieldset .ui.segment {
    display: flex;
    flex: 0 0 100%;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
    border: none; }
    body.newsletter.com_chronoforms6 .container .body-container .body .chronoforms.index form fieldset .ui.segment .field.required:before, body.newsletter.com_chronoforms6 .container .body-container .body .chronoforms.index form fieldset .ui.segment .field.required > .checkbox:after {
      display: none; }
    body.newsletter.com_chronoforms6 .container .body-container .body .chronoforms.index form fieldset .ui.segment .field label {
      color: #aeaeae; }
      body.newsletter.com_chronoforms6 .container .body-container .body .chronoforms.index form fieldset .ui.segment .field label a {
        text-decoration: underline; }
    body.newsletter.com_chronoforms6 .container .body-container .body .chronoforms.index form fieldset .ui.segment .button {
      width: 247px;
      height: 84px;
      line-height: 89px;
      padding: 0 0 0 20px;
      margin: 0;
      box-sizing: border-box;
      text-align: left;
      margin: 0;
      font-size: 26px;
      font-family: Congenial-Medium;
      text-transform: uppercase;
      background: url('../images/newsletter_button.png') no-repeat center;
      color: white; }
  body.newsletter.com_chronoforms6 .container .body-container .body .chronoforms.index form fieldset .ui.checkbox label {
    font-size: 14px !important; }
  body.newsletter.com_chronoforms6 .container .body-container .body .chronoforms.index form fieldset #surname {
    height: 44px; }
  body.newsletter.com_chronoforms6 .container .body-container .body .chronoforms.index .custom-error {
    display: none !important; }
  body.newsletter.com_chronoforms6 .container .body-container .body .chronoforms6_credits {
    display: none !important; }

body.home .container .header-container .header {
  position: relative;
  box-sizing: border-box;
  background-size: cover;
  transition: all 0.2s; }
  body.home .container .header-container .header .logo {
    /*position: fixed;
     width: 224px;
     left: 50%;
     transform: translateX(-50%);
     top: 5%;
     z-index: 5;*/ }
  body.home .container .header-container .header .enter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.8s; }
  body.home .container .header-container .header .enter.fadeout {
    opacity: 0; }
  body.home .container.scrolled .header-container .header .logo {
    position: absolute;
    top: auto !important;
    bottom: 73px; }
    body.home .container.scrolled .header-container .header .logo img {
      width: 82px !important; }
  body.home .container.scrolledComplete .header-container, body.home .container.menuopen .header-container {
    padding-bottom: 127px; }
  body.home .container.scrolledComplete .header-container .header, body.home .container.menuopen .header-container .header {
    background-image: none; }
  body.home .container.scrolledComplete .header-container .header .wrap, body.home .container.menuopen .header-container .header .wrap {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    background: white; }
  body.home .container .body-container .body .blog.home .leading-0 .image {
    height: 640px;
    background-attachment: scroll; }

body.commitment .container .body-container .body .item-page {
  max-width: none;
  padding: 0; }
  body.commitment .container .body-container .body .header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 840px;
    text-align: center;
    background-size: cover;
    background-position: center; }
  body.commitment .container .body-container .body .header h1 {
    font-size: 48px;
    color: white; }
  body.commitment .container .body-container .body .header .button a {
    display: inline-block;
    padding: 21px 50px 16px;
    font-size: 24px;
    font-family: "Congenial-Medium";
    text-transform: uppercase;
    background: white;
    color: black; }
  body.commitment .container .body-container .body .imagetext {
    padding-top: 150px;
    padding-bottom: 100px;
    background-position: top left;
    background-repeat: no-repeat; }
  body.commitment .container .body-container .body .imagetext .wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    padding: 0 20px;
    margin: 0 auto; }
  body.commitment .container .body-container .body .imagetext .image {
    flex: 0 0 32%;
    background-size: cover;
    background-position: center; }
    body.commitment .container .body-container .body .imagetext .image img {
      max-width: 100%; }
  body.commitment .container .body-container .body .imagetext .text {
    flex: 1;
    padding-left: 70px; }
    body.commitment .container .body-container .body .imagetext .text .description p:first-child {
      margin-top: 0; }
    body.commitment .container .body-container .body .imagetext .text .button {
      padding-top: 50px; }
    body.commitment .container .body-container .body .imagetext .text .button a {
      padding: 18px 40px 16px;
      font-size: 20px;
      font-family: 'Congenial-Medium';
      text-transform: uppercase;
      background: black;
      color: white; }
  body.commitment .container .body-container .body .threebuttons {
    padding-top: 60px;
    padding-bottom: 120px;
    background: #f8f8f8; }
  body.commitment .container .body-container .body .threebuttons .intro {
    padding-bottom: 50px;
    font-size: 32px;
    text-align: center; }
    body.commitment .container .body-container .body .threebuttons .intro p {
      margin: 0; }
  body.commitment .container .body-container .body .threebuttons .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1100px;
    padding: 0 20px;
    margin: 0 auto; }
  body.commitment .container .body-container .body .threebuttons .off {
    display: block;
    line-height: 0; }
  body.commitment .container .body-container .body .threebuttons .on {
    display: none; }
  body.commitment .container .body-container .body .threebuttons .card {
    flex: 0 0 calc(33.3333% - 20px); }
    body.commitment .container .body-container .body .threebuttons .card img {
      width: 100px;
      height: auto; }
    body.commitment .container .body-container .body .threebuttons .card lord-icon {
      width: 100px !important;
      height: 100px !important; }
    body.commitment .container .body-container .body .threebuttons .card a {
      display: flex;
      align-items: center;
      padding: 20px 25px;
      background: white;
      box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15);
      color: black;
      transition: all 0.2s; }
    body.commitment .container .body-container .body .threebuttons .card a:hover {
      background: #82a928;
      color: white; }
    body.commitment .container .body-container .body .threebuttons .card a:hover .off {
      display: none; }
    body.commitment .container .body-container .body .threebuttons .card a:hover .on {
      display: block; }
    body.commitment .container .body-container .body .threebuttons .card .description {
      padding-left: 30px; }
    body.commitment .container .body-container .body .threebuttons .card .description h3 {
      margin-bottom: 6px; }
    body.commitment .container .body-container .body .threebuttons .card .description p {
      margin: 2px 0 0;
      white-space: nowrap;
      font-family: Congenial-Medium; }
  body.commitment .container .body-container .body .row.image .image {
    height: 840px;
    background-size: cover;
    background-position: center; }
  body.commitment .container .body-container .body .threecards {
    padding-top: 100px;
    padding-bottom: 80px;
    background-position: top left;
    background-repeat: no-repeat; }
  body.commitment .container .body-container .body .threecards .wrap {
    max-width: 1100px;
    margin: 0 auto; }
  body.commitment .container .body-container .body .threecards .intro {
    max-width: 840px;
    padding: 0 20px 60px;
    margin: 0 auto;
    text-align: center; }
    body.commitment .container .body-container .body .threecards .intro h2 {
      font-size: 36px;
      font-family: Congenial-Thin; }
    body.commitment .container .body-container .body .threecards .intro h2 strong {
      font-family: Congenial-Medium; }
  body.commitment .container .body-container .body .threecards .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1100px;
    padding: 0 20px;
    margin: 0 auto; }
  body.commitment .container .body-container .body .threecards .card {
    flex: 0 0 calc(33.3333% - 20px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
    body.commitment .container .body-container .body .threecards .card p {
      margin: 0; }
    body.commitment .container .body-container .body .threecards .card .description {
      min-height: 110px;
      padding: 50px 30px;
      text-align: center; }
    body.commitment .container .body-container .body .threecards .card .image {
      height: 220px;
      background-size: cover;
      background-position: center; }
  body.commitment .container .body-container .body .threeblocks {
    padding: 100px 0 80px; }
  body.commitment .container .body-container .body .threeblocks h2 {
    font-size: 46px;
    font-family: Congenial-Thin; }
    body.commitment .container .body-container .body .threeblocks h2 strong {
      font-family: Congenial-Medium; }
  body.commitment .container .body-container .body .threeblocks .intro {
    max-width: 840px;
    padding: 0 20px;
    margin: 0 auto;
    text-align: center; }
  body.commitment .container .body-container .body .threeblocks .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1100px;
    padding: 50px 20px 0;
    margin: 0 auto; }
  body.commitment .container .body-container .body .threeblocks .card {
    flex: 0 0 220px;
    text-align: center; }
    body.commitment .container .body-container .body .threeblocks .card lord-icon {
      width: 150px !important;
      height: 150px !important; }
  body.commitment .container .body-container .body .imagetext_block .block {
    display: flex;
    flex-wrap: wrap; }
  body.commitment .container .body-container .body .imagetext_block .image, body.commitment .container .body-container .body .imagetext_block .description {
    box-sizing: border-box;
    flex: 0 0 50%; }
  body.commitment .container .body-container .body .imagetext_block .image {
    background-size: cover;
    background-position: center; }
  body.commitment .container .body-container .body .imagetext_block .video {
    overflow: hidden;
    line-height: 0; }
  body.commitment .container .body-container .body .imagetext_block .description {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #82a928;
    color: white; }
    body.commitment .container .body-container .body .imagetext_block .description a {
      color: white; }
    body.commitment .container .body-container .body .imagetext_block .description .wrap {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      max-width: 420px;
      min-height: 420px;
      margin: 0 auto;
      padding: 40px; }
    body.commitment .container .body-container .body .imagetext_block .description .wrap img {
      margin-bottom: 20px; }
    body.commitment .container .body-container .body .imagetext_block .description .wrap p {
      flex: 0 0 100%; }
  body.commitment .container .body-container .body .imagetext_block .block:nth-child(2n) .image {
    order: 2; }
    body.commitment .container .body-container .body .imagetext_block .block:nth-child(2n) .description {
      order: 1; }
  body.commitment .container .body-container .body .slider {
    position: relative;
    padding-top: 150px;
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top left; }
  body.commitment .container .body-container .body .slider h2 {
    max-width: 800px;
    padding: 0 20px;
    margin: 0 auto;
    font-size: 46px;
    font-family: Congenial-Thin; }
    body.commitment .container .body-container .body .slider h2 strong {
      font-family: Congenial-Medium; }
  body.commitment .container .body-container .body .slider a#slider {
    position: absolute;
    top: 0; }
  body.commitment .container .body-container .body .slider .intro, body.commitment .container .body-container .body .slider .slides {
    max-width: 1140px;
    margin: 0 auto; }
  body.commitment .container .body-container .body .slider .slides {
    padding: 100px 20px 0; }
  body.commitment .container .body-container .body .slider .slick-slide {
    display: flex;
    height: 140px;
    text-align: center;
    align-items: center; }
    body.commitment .container .body-container .body .slider .slick-slide img {
      max-width: 240px;
      margin: 0 auto; }
  body.commitment .container .body-container .body .slider .slick-dots {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 30px;
    list-style: none; }
    body.commitment .container .body-container .body .slider .slick-dots li {
      padding: 5px 8px; }
    body.commitment .container .body-container .body .slider .slick-dots button {
      box-sizing: border-box;
      appearance: none;
      -webkit-appearance: none;
      color: transparent;
      border: none;
      width: 15px;
      height: 15px;
      padding: 0;
      margin: 0;
      background: #edf5e1;
      cursor: pointer;
      border-radius: 50%;
      transition: all 0.2s; }
    body.commitment .container .body-container .body .slider .slick-dots li.slick-active button, body.commitment .container .body-container .body .slider .slick-dots button:hover {
      background: #82a928; }
  body.commitment .container .body-container .body .blog .row.twocolpage .columns {
    padding: 90px 20px 70px; }
    body.commitment .container .body-container .body .blog .row.twocolpage .columns .right h2 {
      color: black; }
    body.commitment .container .body-container .body .blog .row.twocolpage .columns .left p a, body.commitment .container .body-container .body .blog .row.twocolpage .columns .right p a {
      color: #82a928; }

body.com_chronoforms6 .container .body-container .body .moduletable .custom {
  max-width: 1100px;
  padding: 50px 20px 0;
  margin: 0 auto; }
  body.com_chronoforms6 .container .body-container .body .chronoforms.index {
    max-width: 1140px;
    padding: 10px 20px 80px;
    margin: 0 auto;
    font-size: 18px; }
  body.com_chronoforms6 .container .body-container .body .chronoforms.index .ui.label, body.com_chronoforms6 .container .body-container .body .chronoforms.index .ui.label.visible:not(.dropdown), body.com_chronoforms6 .container .body-container .body .chronoforms.index .ui.labels.visible .label {
    display: block !important;
    height: 0 !important;
    width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 0 !important;
    color: transparent !important;
    border: none !important;
    background: transparent !important;
    pointer-events: none !important; }
    body.com_chronoforms6 .container .body-container .body .chronoforms.index .ui.label::before, body.com_chronoforms6 .container .body-container .body .chronoforms.index .ui.label.visible:not(.dropdown)::before, body.com_chronoforms6 .container .body-container .body .chronoforms.index .ui.labels.visible .label::before {
      display: none !important; }
  body.com_chronoforms6 .container .body-container .body .chronoforms.index .ui.form {
    font-size: 18px; }
    body.com_chronoforms6 .container .body-container .body .chronoforms.index .ui.form .field > label {
      font-size: 18px; }
    body.com_chronoforms6 .container .body-container .body .chronoforms.index .ui.form .field.required > label::after {
      color: #000; }
    body.com_chronoforms6 .container .body-container .body .chronoforms.index .ui.form .ui.checkbox label {
      line-height: 140%;
      font-size: 18px; }
      body.com_chronoforms6 .container .body-container .body .chronoforms.index .ui.form .ui.checkbox label::before {
        border-radius: 0;
        border-color: #000; }
    body.com_chronoforms6 .container .body-container .body .chronoforms.index form fieldset {
      display: block; }
    body.com_chronoforms6 .container .body-container .body .chronoforms.index form fieldset .field {
      display: flex;
      max-width: 900px; }
      body.com_chronoforms6 .container .body-container .body .chronoforms.index form fieldset .field label {
        flex: 0 0 400px; }
      body.com_chronoforms6 .container .body-container .body .chronoforms.index form fieldset .field input {
        flex: 1; }
      body.com_chronoforms6 .container .body-container .body .chronoforms.index form fieldset .field.textarea {
        max-width: none; }
      body.com_chronoforms6 .container .body-container .body .chronoforms.index form fieldset .field.textarea textarea {
        border: 1px #000 solid;
        border-radius: 0; }
      body.com_chronoforms6 .container .body-container .body .chronoforms.index form fieldset .field.required::before {
        display: none; }

@media (max-width: 1800px) {
  body .container .body-container .body .blog .row.quotepage {
    background-size: 2000px; } }

@media (max-width: 1200px) {
  body.commitment .container .body-container .body .threebuttons {
    padding-bottom: 80px; }
    body.commitment .container .body-container .body .threebuttons .cards {
      display: block; }
    body.commitment .container .body-container .body .threebuttons .card {
      max-width: 340px;
      width: 100%;
      margin: 0 auto 20px; }
      body.commitment .container .body-container .body .threebuttons .card a {
        padding: 20px; }
      body.commitment .container .body-container .body .threebuttons .card img {
        width: 80px; }
      body.commitment .container .body-container .body .threebuttons .card lord-icon {
        width: 80px !important;
        height: 80px !important; }
      body.commitment .container .body-container .body .threebuttons .card .description {
        padding-left: 10px; } }

@media (max-width: 1024px) {
  body .container .header-container .header .wrap .mainmenu {
    position: absolute;
    background: white; }
    body .container .header-container .header .wrap .mainmenu .moduletable, body .container .header-container .header .wrap .mainmenu .moduletable_menu, body .container .header-container .header .wrap .mainmenu .moduletable_langmenu {
      display: none; }
    body .container .header-container .header .wrap .mainmenu .menubutton {
      display: block;
      position: absolute;
      width: 50px;
      height: 50px;
      top: 3px;
      right: 35px;
      background: url('../images/menubutton.png') no-repeat center;
      background-size: 36px;
      cursor: pointer; }
    body .container .header-container .header .wrap .mainmenu.open {
      display: block;
      position: fixed;
      top: 64px;
      height: calc(100% - 64px);
      padding-top: 0;
      border-top: 1px #cdcdcd solid;
      background: white;
      text-align: center; }
      body .container .header-container .header .wrap .mainmenu.open .moduletable_menu, body .container .header-container .header .wrap .mainmenu.open .moduletable.langmenu, body .container .header-container .header .wrap .mainmenu.open .moduletable {
        display: block; }
      body .container .header-container .header .wrap .mainmenu.open .moduletable_menu {
        max-width: 460px;
        margin: 0 auto;
        text-align: left; }
        body .container .header-container .header .wrap .mainmenu.open .moduletable_menu ul.nav.menu {
          box-sizing: border-box;
          max-width: 460px;
          width: 100%;
          flex-wrap: wrap; }
          body .container .header-container .header .wrap .mainmenu.open .moduletable_menu ul.nav.menu > li {
            position: relative;
            flex: 0 0 100%;
            padding: 12px 20px 10px;
            border-bottom: 1px #cdcdcd solid;
            background-position: center right 20px;
            background-repeat: no-repeat; }
            body .container .header-container .header .wrap .mainmenu.open .moduletable_menu ul.nav.menu > li ul {
              display: flex;
              position: static;
              width: auto;
              align-items: center;
              list-style: none;
              margin: 0;
              padding: 0;
              box-shadow: none;
              border-top: none; }
              body .container .header-container .header .wrap .mainmenu.open .moduletable_menu ul.nav.menu > li ul span {
                display: none; }
              body .container .header-container .header .wrap .mainmenu.open .moduletable_menu ul.nav.menu > li ul a {
                padding: 8px 10px; }
      body .container .header-container .header .wrap .mainmenu.open .moduletable.langmenu, body .container .header-container .header .wrap .mainmenu.open .moduletable {
        display: inline-block;
        padding-top: 18px; }
      body .container .header-container .header .wrap .mainmenu.open .moduletable.langmenu {
        width: 50px;
        text-align: left; }
        body .container .header-container .header .wrap .mainmenu.open .moduletable.langmenu .mod-languages {
          border-left: none; }
          body .container .header-container .header .wrap .mainmenu.open .moduletable.langmenu .mod-languages .langmenu {
            padding-left: 0; }
            body .container .header-container .header .wrap .mainmenu.open .moduletable.langmenu .mod-languages .langmenu li {
              padding-left: 0; }
      body .container .header-container .header .wrap .mainmenu.open .moduletable {
        vertical-align: top; }
      body .container .header-container .header .wrap .mainmenu.open .menubutton {
        top: -57px; }
    body .container .header-container.nothome {
      padding-bottom: 65px; }
    body .container .header-container.nothome .header .wrap {
      height: 65px; }
    body .container .header-container.nothome .header .wrap .logo {
      position: relative !important;
      width: 100px;
      left: 50%;
      z-index: 501;
      transform: translateX(-50%); }
      body .container .header-container.nothome .header .wrap .logo img {
        width: 100px !important;
        height: auto; }
    body .container .header-container.nothome .header .wrap .mainmenu {
      border-top: none;
      z-index: 500;
      top: 5px;
      padding-top: 0; }
      body .container .header-container.nothome .header .wrap .mainmenu.open {
        top: 64px;
        border-top: 1px #cdcdcd solid; }
    body .container .body-container .body img {
      max-width: 100%; }
    body .container .body-container .body .logos.left {
      display: none; }
    body .container .body-container .body .mod_header .image {
      height: 500px; }
    body .container .body-container .body .projects.image {
      height: 500px; }
    body .container .body-container .body .blog .row.twocolpage .image, body .container .body-container .body .blog .row.imageonly .image {
      height: 620px;
      background-attachment: scroll; }
      body .container .body-container .body .blog .row.twocolpage .image .overlay h1, body .container .body-container .body .blog .row.imageonly .image .overlay h1 {
        font-size: 36px; }
    body .container .body-container .body .blog .row.twocolpage.layout7030 .left, body .container .body-container .body .blog .row.twocolpage.layout7030 .right {
      flex: 0 0 calc(50% - 20px); }
    body .container .body-container .body .blog .row.twocolpage.layout7030 .right h2 {
      padding-top: 32px; }
    body .container .body-container .body .blog .row.quotepage {
      height: 800px;
      background-size: 1500px; }
    body .container .body-container .body .blog .row.quotepage .quote {
      max-width: 460px;
      transform: translateX(28%);
      padding-left: 45px;
      background-size: 35px; }
      body .container .body-container .body .blog .row.quotepage .quote h2 {
        font-size: 24px; }
      body .container .body-container .body .blog .row.quotepage .quote p {
        font-size: 16px; }
    body .container .body-container .body .map {
      height: 550px; }
    body .container .body-container.nothome .body .logos {
      padding-top: 65px; }
    body .container .body-container.nothome .body .blog .row.twocolpage.careers {
      padding-top: 65px; }
    body .container .body-container.nothome .body .item-page {
      padding-top: 95px; }
    body .container .body-container.nothome .body .item-page.projects {
      padding-top: 40px; }

  body.home .container .header-container .header .wrap .logo {
    position: relative !important;
    width: 100px;
    top: auto !important;
    left: 50%;
    z-index: 501;
    transform: translateX(-50%); }
    body.home .container .header-container .header .wrap .logo img {
      width: 100px !important;
      height: auto; }
    body.home .container .header-container .header .wrap .mainmenu {
      height: 60px;
      border-top: none; }
    body.home .container.scrolledComplete .header-container {
      padding-bottom: 65px; }
    body.home .container.scrolledComplete .header-container .header .wrap {
      height: 65px; }
    body.home .container.scrolledComplete .header-container .header .wrap .mainmenu {
      border-top: none;
      z-index: 500;
      top: 5px; }
    body.home .container.menuopen .header-container .header {
      background: white; }
    body.home .container.menuopen .header-container .header .wrap .mainmenu.open {
      display: block;
      position: fixed;
      z-index: 100;
      top: 64px;
      height: calc(100% - 64px);
      padding-top: 0;
      border-top: 1px #cdcdcd solid;
      background: white;
      text-align: center; }
    body.home .container .body-container .body .blog.home .leading-0 .image {
      height: 620px; }

  body.commitment .container .body-container .body .header {
    height: 640px; }
    body.commitment .container .body-container .body .header h1 {
      font-size: 36px; }
    body.commitment .container .body-container .body .header .overlay {
      padding: 0 20px; }
    body.commitment .container .body-container .body .header .button a {
      padding: 15px 30px;
      font-size: 22px; }
    body.commitment .container .body-container .body .item-page {
      padding-top: 0; }
    body.commitment .container .body-container .body .imagetext {
      padding-top: 80px;
      padding-bottom: 60px; }
    body.commitment .container .body-container .body .imagetext .text {
      padding-left: 40px; }
    body.commitment .container .body-container .body .row.image .image {
      height: 640px; }
    body.commitment .container .body-container .body .threecards .intro h2 {
      font-size: 28px; }
    body.commitment .container .body-container .body .threeblocks h2 {
      font-size: 36px; }
    body.commitment .container .body-container .body .threeblocks .card lord-icon {
      width: 120px !important;
      height: 120px !important; }
    body.commitment .container .body-container .body .imagetext_block .description {
      display: flex;
      align-items: center; }
    body.commitment .container .body-container .body .imagetext_block .description .wrap {
      padding: 20px; }
    body.commitment .container .body-container .body .slider {
      padding-top: 80px; }
    body.commitment .container .body-container .body .slider h2 {
      font-size: 36px; }
    body.commitment .container .body-container .body .slider .slides {
      padding-top: 60px; } }

@media (max-width: 968px) {
  body .container .body-container .body .blog .row.sale .blocks .block .image {
    flex: 0 0 50%;
    min-height: 400px; }
    body .container .body-container .body .blog .row.sale .blocks .block .description {
      flex: 0 0 calc(50% - 30px); }

  body.com_chronoforms6 .container .body-container .body .chronoforms.index form fieldset .field label {
    flex: 0 0 280px;
    padding-right: 20px; } }

@media (max-width: 840px) {
  body .container .body-container .body .blog .row.quotepage {
    display: flex;
    justify-content: right;
    height: 650px;
    padding-top: 100px;
    background-size: 1310px; }
    body .container .body-container .body .blog .row.quotepage .quote {
      margin-top: 40px;
      /*max-width: 430px;
       margin: 0;
       transform: none;*/ }

  body.commitment .container .body-container .body .row.image .image {
    height: 480px; }
    body.commitment .container .body-container .body .imagetext_block .image, body.commitment .container .body-container .body .imagetext_block .video, body.commitment .container .body-container .body .imagetext_block .description {
      flex: 0 0 100%; }
    body.commitment .container .body-container .body .imagetext_block .image, body.commitment .container .body-container .body .imagetext_block .video {
      order: 1 !important; }
    body.commitment .container .body-container .body .imagetext_block .image {
      height: 480px; }
    body.commitment .container .body-container .body .imagetext_block .image.video {
      height: auto; }
    body.commitment .container .body-container .body .imagetext_block .description {
      order: 2 !important;
      padding: 50px 20px; }
    body.commitment .container .body-container .body .imagetext_block .description .wrap {
      min-height: 0; } }

@media (max-width: 800px) {
  body .container .body-container .body .blog .row.quotepage {
    padding-top: 100px; }
    body .container .body-container .body .blog .row.twocolpage .image, body .container .body-container .body .blog .row.imageonly .image {
      height: 480px; }

  body.home .container .body-container .body .blog.home .leading-0 .image {
    height: 480px; } }

@media (max-width: 768px) {
  body .container .topheader-container .topheader .modhome .over {
    background-size: 1600px; }
    body .container .topheader-container .topheader .modhome .over .description {
      font-size: 18px; }
      body .container .topheader-container .topheader .modhome .over .description img {
        width: 150px;
        height: auto; }
      body .container .topheader-container .topheader .modhome .over .description .book a {
        font-size: 18px; }
      body .container .topheader-container .topheader .modhome .over .description .down img {
        width: 30px; }
    body .container .body-container .body .image.projects {
      height: 400px; }
    body .container .body-container .body .blog .row.quotepage {
      height: 540px;
      background-size: 1190px;
      background-position: left -390px top; }
    body .container .body-container .body .blog .row.quotepage .quote {
      transform: translateX(-20px);
      max-width: 400px; }
      body .container .body-container .body .blog .row.quotepage .quote h2 {
        font-size: 22px; }
    body .container .body-container .body .item-page.projects .list .row.twocol .image {
      height: 380px; }
    body .container .footer-container .footer .down {
      display: block;
      position: relative;
      padding-top: 60px; }
    body .container .footer-container .footer .down .right {
      padding-top: 15px; }
    body .container .footer-container .footer .down .right ul.nav.menu {
      display: block; }
      body .container .footer-container .footer .down .right ul.nav.menu li {
        border: none;
        padding: 4px 0; }
    body .container .footer-container .footer .down .right .top {
      position: absolute;
      right: 0;
      top: 70px;
      /*span
       {
       display: block;
       }
       img
       {
       display: none;
       &.mobile
       {
       display: inline-block;
       }
       }*/ }

  body.commitment .container .body-container .body .threecards {
    padding-bottom: 60px; }
    body.commitment .container .body-container .body .threecards .cards {
      display: block; }
    body.commitment .container .body-container .body .threecards .card {
      max-width: 480px;
      margin: 0 auto 40px; }
    body.commitment .container .body-container .body .threeblocks .intro h2 {
      font-size: 28px; }
    body.commitment .container .body-container .body .threeblocks .cards {
      display: block;
      max-width: 300px; }
    body.commitment .container .body-container .body .threeblocks .card {
      margin-bottom: 20px; }
    body.commitment .container .body-container .body .imagetext_block .image {
      height: 300px; }
    body.commitment .container .body-container .body .slider h2 {
      font-size: 28px; } }

@media (max-width: 640px) {
  body .container .body-container .body .item-page .press .columns ul {
    column-count: 1; }
    body .container .body-container .body .item-page .press .columns ul li {
      width: 100%; }
    body .container .body-container .body .mod_header .image {
      height: 400px; }
    body .container .body-container .body .blog .row.quotepage {
      padding-top: 50px;
      background-size: 1270px;
      background-position: left -480px top -50px; }
    body .container .body-container .body .blog .row.sale .blocks .block {
      display: block;
      padding-bottom: 30px; }
    body .container .body-container .body .blog .row.sale .blocks .block .image {
      margin-bottom: 20px; }
    body .container .body-container .body .newsletter a {
      font-size: 18px; }
    body .container .body-container .body .map {
      height: 400px; }
    body .container .footer-container .footer .up .left img {
      width: 140px; } }

@media (max-width: 580px) {
  body .container .header-container .header .enter img {
    width: 50px; }
    body .container .body-container .body .blog .row.twocolpage .columns, body .container .body-container .body .blog .row.imageonly .columns {
      display: block; }
      body .container .body-container .body .blog .row.twocolpage .columns .left, body .container .body-container .body .blog .row.imageonly .columns .left, body .container .body-container .body .blog .row.twocolpage .columns .right, body .container .body-container .body .blog .row.imageonly .columns .right {
        display: inline; }
        body .container .body-container .body .blog .row.twocolpage .columns .left p, body .container .body-container .body .blog .row.imageonly .columns .left p, body .container .body-container .body .blog .row.twocolpage .columns .right p, body .container .body-container .body .blog .row.imageonly .columns .right p {
          display: inline; }
      body .container .body-container .body .blog .row.twocolpage .columns .right h2, body .container .body-container .body .blog .row.imageonly .columns .right h2 {
        display: none; }
        body .container .body-container .body .blog .row.twocolpage .columns .right .twocollogo, body .container .body-container .body .blog .row.imageonly .columns .right .twocollogo {
          position: static;
          padding-top: 30px;
          text-align: right; }
      body .container .body-container .body .blog .row.twocolpage .image, body .container .body-container .body .blog .row.imageonly .image {
        height: 300px;
        background-attachment: scroll; }
      body .container .body-container .body .blog .row.twocolpage.philosophy .columns, body .container .body-container .body .blog .row.imageonly.philosophy .columns {
        position: relative;
        padding-bottom: 65px; }
        body .container .body-container .body .blog .row.twocolpage.philosophy .columns .left img, body .container .body-container .body .blog .row.imageonly.philosophy .columns .left img {
          display: block;
          margin-bottom: 15px; }
        body .container .body-container .body .blog .row.twocolpage.philosophy .columns .right, body .container .body-container .body .blog .row.imageonly.philosophy .columns .right {
          position: static; }
          body .container .body-container .body .blog .row.twocolpage.philosophy .columns .right div, body .container .body-container .body .blog .row.imageonly.philosophy .columns .right div {
            position: absolute;
            bottom: 0;
            left: 15px; }
      body .container .body-container .body .blog .row.twocolpage.layout7030 .right, body .container .body-container .body .blog .row.imageonly.layout7030 .right, body .container .body-container .body .blog .row.twocolpage.layout3070 .right, body .container .body-container .body .blog .row.imageonly.layout3070 .right {
        display: block;
        padding-top: 20px; }
        body .container .body-container .body .blog .row.twocolpage.layout7030 .right img, body .container .body-container .body .blog .row.imageonly.layout7030 .right img, body .container .body-container .body .blog .row.twocolpage.layout3070 .right img, body .container .body-container .body .blog .row.imageonly.layout3070 .right img {
          width: 100%; }
      body .container .body-container .body .blog .row.twocolpage table, body .container .body-container .body .blog .row.imageonly table {
        margin-top: 25px; }
      body .container .body-container .body .blog .row.twocolpage table td, body .container .body-container .body .blog .row.imageonly table td {
        display: block;
        padding-bottom: 0; }
        body .container .body-container .body .blog .row.twocolpage table td:last-child, body .container .body-container .body .blog .row.imageonly table td:last-child {
          padding-bottom: 15px; }
      body .container .body-container .body .blog .row.twocolpage .buttons, body .container .body-container .body .blog .row.imageonly .buttons {
        flex-wrap: wrap; }
      body .container .body-container .body .blog .row.twocolpage .buttons p, body .container .body-container .body .blog .row.imageonly .buttons p {
        margin: 5px 0; }
      body .container .body-container .body .blog .row.twocolpage.events .blocks, body .container .body-container .body .blog .row.imageonly.events .blocks {
        padding-top: 20px; }
        body .container .body-container .body .blog .row.twocolpage.events .blocks .block, body .container .body-container .body .blog .row.imageonly.events .blocks .block {
          flex: 0 0 100%;
          padding-bottom: 20px; }
          body .container .body-container .body .blog .row.twocolpage.events .blocks .block .image, body .container .body-container .body .blog .row.imageonly.events .blocks .block .image {
            height: 200px; }
          body .container .body-container .body .blog .row.twocolpage.events .blocks .block p, body .container .body-container .body .blog .row.imageonly.events .blocks .block p {
            margin-top: 0; }
      body .container .body-container .body .blog .row.twocolpage .columns {
        position: relative; }
      body .container .body-container .body .blog .row.twocolpage .columns .left {
        position: static; }
        body .container .body-container .body .blog .row.twocolpage .columns .left .socials_left {
          position: absolute;
          bottom: 15px;
          left: 15px; }
      body .container .body-container .body .blog .row.twocolpage.events .image {
        height: 300px; }
      body .container .body-container .body .newsletter h2 {
        font-size: 46px; }
      body .container .body-container .body .newsletter a img {
        display: none; }
      body .container .body-container .body .newsletter a img.mobile {
        display: inline-block; }
      body .container .body-container .body .newsletter_commitment h2 {
        font-size: 28px; }
      body .container .body-container .body .item-page.projects .list .row.twocol .image {
        height: 320px; }
      body .container .body-container .body .item-page.projects .list .row.twocol .gallery {
        flex: calc(100% + 20px);
        margin-left: -10px;
        margin-right: -10px; }
        body .container .body-container .body .item-page.projects .list .row.twocol .gallery .img {
          padding: 10px; }
    body.com_content.itemid-339 .leading-2 .columns, body.com_content.itemid-340 .leading-2 .columns, body.com_content.itemid-341 .leading-2 .columns {
      display: flex !important;
      flex-direction: column-reverse !important; }

  body.home .container .body-container .body .blog.home .leading-0 .image {
    height: 300px; }

  body.com_chronoforms6 .container .body-container .body .chronoforms.index .ui.form .field {
    flex-wrap: wrap; }
    body.com_chronoforms6 .container .body-container .body .chronoforms.index .ui.form .field > label {
      flex: 0 0 100%;
      padding-bottom: 5px; }
    body.commitment .container .body-container .body .imagetext .wrap {
      display: block; }
    body.commitment .container .body-container .body .imagetext .image {
      padding-bottom: 30px;
      text-align: center; }
    body.commitment .container .body-container .body .imagetext .image img {
      width: 100%;
      max-width: 400px;
      margin: 0 auto; }
    body.commitment .container .body-container .body .imagetext .text {
      padding-left: 0; }
    body.commitment .container .body-container .body .imagetext .text .button {
      text-align: center; }
    body.commitment .container .body-container .body .imagetext .text .button a {
      display: inline-block;
      text-align: center; } }

@media (max-width: 560px) {
  body .container .body-container .body .image.projects {
    height: 300px; }
    body .container .body-container .body .blog .row.quotepage {
      height: 500px;
      padding-top: 30px;
      background-size: 1100px; }
      body .container .body-container .body .blog .row.quotepage .quote {
        max-width: 300px;
        padding: 18px 0 0 35px;
        margin-top: 0;
        background-size: 30px; }
        body .container .body-container .body .blog .row.quotepage .quote h2 {
          font-size: 22px; }
        body .container .body-container .body .blog .row.quotepage .quote p {
          text-align: left;
          font-size: 14px; }
    body .container .body-container .body .chronoforms.index {
      padding-top: 140px; }
      body .container .body-container .body .chronoforms.index form h2 {
        background-size: 40px;
        padding: 20px 0 20px 55px;
        margin-bottom: 0;
        font-size: 17px; }
      body .container .body-container .body .chronoforms.index form fieldset {
        width: 100%;
        box-sizing: border-box;
        padding-left: 0;
        padding-right: 0;
        margin: 0; }
        body .container .body-container .body .chronoforms.index form fieldset .field {
          flex: 0 0 100%; }
        body .container .body-container .body .chronoforms.index form fieldset .ui.segment {
          flex-wrap: wrap; }

  body.com_chronoforms6.newsletter .container .body-container .body .chronoforms.index {
    padding-top: 75px; }
    body.com_chronoforms6.newsletter .container .body-container .body .chronoforms.index form h2 {
      background-size: 40px;
      padding: 20px 0 20px 55px;
      font-size: 17px; }
    body.com_chronoforms6.newsletter .container .body-container .body .chronoforms.index form fieldset {
      width: 100%; }
    body.com_chronoforms6.newsletter .container .body-container .body .chronoforms.index form .field {
      flex: 0 0 100% !important; } }

@media (max-width: 520px) {
  body .container .body-container .body .item-page.projects .list .row .gallery .img {
    flex: 0 0 50%; }
    body .container .body-container .body .item-page.projects .list .row.twocol .image, body .container .body-container .body .item-page.projects .list .row.twocol .info {
      flex: 0 0 100%; }
      body .container .body-container .body .item-page.projects .list .row.twocol .image {
        max-width: 400px;
        height: 560px;
        margin: 0 auto 30px; }
      body .container .body-container .body .item-page.projects .list .row.twocol .info {
        padding-left: 0; } }

@media (max-width: 480px) {
  body .container .topheader-container .topheader .modhome .over .description .book a, body .container .topheader-container .topheader .modhome .over .description .book a:last-child {
    margin: 10px; }
    body .container .header-container .header .mainmenu ul.nav.menu li a img {
      max-width: 70px; }
      body .container .header-container .header .mainmenu ul.nav.menu li:first-child ul {
        padding-top: 10px !important; }
      body .container .header-container .header .mainmenu ul.nav.menu li.item-219, body .container .header-container .header .mainmenu ul.nav.menu li.item-224, body .container .header-container .header .mainmenu ul.nav.menu li.item-231 {
        padding-top: 7px !important; }
    body .container .body-container .body .mod_header .image {
      height: 300px; }
      body .container .body-container .body .blog .row.quotepage {
        padding-top: 60px; }
      body .container .body-container .body .blog .row.quotepage .quote {
        max-width: 260px; }
      body .container .body-container .body .blog .row.quotepage .quote h2 {
        font-size: 19px; }
      body .container .body-container .body .blog .row.imageonly .image .overlay h1 {
        font-size: 28px; }
      body .container .body-container .body .blog .row.twocolpage .gamper .desktop {
        display: none; }
      body .container .body-container .body .blog .row.twocolpage .gamper .mobile {
        display: block; }

  body.commitment .container .body-container .body .header {
    height: 480px; }
    body.commitment .container .body-container .body .header h1 {
      font-size: 28px; }
    body.commitment .container .body-container .body .header .button a {
      font-size: 20px; }
    body.commitment .container .body-container .body .row.image .image {
      height: 320px; }
    body.commitment .container .body-container .body .threebuttons .intro {
      font-size: 24px; }
    body.commitment .container .body-container .body .threecards .intro h2 {
      font-size: 24px; }
    body.commitment .container .body-container .body .threeblocks .intro h2 {
      font-size: 24px; } }

@media (max-width: 400px) {
  body .container .header-container .header .wrap .mainmenu.open .moduletable_menu ul.nav.menu li:nth-child(1), body .container .header-container .header .wrap .mainmenu.open .moduletable_menu ul.nav.menu li:nth-child(3) {
    background-image: none; }
    body .container .body-container .body .image.projects {
      height: 250px; }
    body .container .body-container .body .newsletter a {
      padding: 10px 25px 7px; }
    body .container .body-container .body .blog .row.sale .blocks .block .image {
      min-height: 240px; }
    body .container .body-container .body .item-page.projects .list .row.twocol .image {
      height: 450px; } }
