/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
  url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/*
-----------------------------------
Grid 10 / Spacing 20
-----------------------------------
*/
.jm-debug-grid {
  position: absolute;
  left: 0;
  right: 200px;
  top: 0;
  bottom: 0;
  width: auto;
  height: auto;
  padding: 0 25px;
  pointer-events: none; }
  .jm-debug-grid .jm-grid,
  .jm-debug-grid .jm-cell {
    height: 100%; }
  .jm-debug-grid .jm-cell > div {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05); }
  @media (max-width: 969px) {
    .jm-debug-grid {
      right: 0; } }

.jm-grid {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: visible; }
  .jm-grid:before, .jm-grid:after {
    content: " ";
    display: table; }
  .jm-grid:after {
    clear: both; }
  .jm-grid .jm-cell {
    float: left;
    display: block;
    vertical-align: top;
    padding: 0 10px; }
    .jm-grid .jm-cell.jm-inset {
      padding: 0 35px; }
    .jm-grid .jm-cell.jm-outset {
      padding: 0; }
  @media (min-width: 1450px) {
    .jm-grid {
      max-width: 1200px;
      margin: 0 auto; } }
  @media (max-width: 1449px) {
    .jm-grid {
      max-width: none;
      width: auto;
      margin: 0 -10px; } }

.jm-row {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  overflow: visible; }
  .jm-row:before, .jm-row:after {
    content: " ";
    display: table; }
  .jm-row:after {
    clear: both; }

.jm-cell {
  width: 100%; }

.c1 {
  width: 10%; }

.c2 {
  width: 20%; }

.c3 {
  width: 30%; }

.c4 {
  width: 40%; }

.c5 {
  width: 50%; }

.c6 {
  width: 60%; }

.c7 {
  width: 70%; }

.c8 {
  width: 80%; }

.c9 {
  width: 90%; }

.c10 {
  width: 100%; }

.push1 {
  margin-left: 10%; }

.push2 {
  margin-left: 20%; }

.push3 {
  margin-left: 30%; }

.push4 {
  margin-left: 40%; }

.push5 {
  margin-left: 50%; }

.push6 {
  margin-left: 60%; }

.push7 {
  margin-left: 70%; }

.push8 {
  margin-left: 80%; }

.push9 {
  margin-left: 90%; }

@media (min-width: 1450px) {
  .xl-c1 {
    width: 10%; }
  .xl-c2 {
    width: 20%; }
  .xl-c3 {
    width: 30%; }
  .xl-c4 {
    width: 40%; }
  .xl-c5 {
    width: 50%; }
  .xl-c6 {
    width: 60%; }
  .xl-c7 {
    width: 70%; }
  .xl-c8 {
    width: 80%; }
  .xl-c9 {
    width: 90%; }
  .xl-c10 {
    width: 100%; }
  .xl-push1 {
    margin-left: 10%; }
  .xl-push2 {
    margin-left: 20%; }
  .xl-push3 {
    margin-left: 30%; }
  .xl-push4 {
    margin-left: 40%; }
  .xl-push5 {
    margin-left: 50%; }
  .xl-push6 {
    margin-left: 60%; }
  .xl-push7 {
    margin-left: 70%; }
  .xl-push8 {
    margin-left: 80%; }
  .xl-push9 {
    margin-left: 90%; }
  .xl-pull1 {
    margin-right: 10%; }
  .xl-pull2 {
    margin-right: 20%; }
  .xl-pull3 {
    margin-right: 30%; }
  .xl-pull4 {
    margin-right: 40%; }
  .xl-pull5 {
    margin-right: 50%; }
  .xl-pull6 {
    margin-right: 60%; }
  .xl-pull7 {
    margin-right: 70%; }
  .xl-pull8 {
    margin-right: 80%; }
  .xl-pull9 {
    margin-right: 90%; }
  .xl-clear {
    clear: both; }
  .xl-x {
    display: none; } }

@media (min-width: 1210px) and (max-width: 1449px) {
  .c1 {
    width: 12.5%; }
  .c2 {
    width: 25%; }
  .c3 {
    width: 37.5%; }
  .c4 {
    width: 50%; }
  .c5 {
    width: 62.5%; }
  .c6 {
    width: 75%; }
  .c7 {
    width: 87.5%; }
  .c8, .c9 {
    width: 100%; }
  .l-c1 {
    width: 12.5%; }
  .l-c2 {
    width: 25%; }
  .l-c3 {
    width: 37.5%; }
  .l-c4 {
    width: 50%; }
  .l-c5 {
    width: 62.5%; }
  .l-c6 {
    width: 75%; }
  .l-c7 {
    width: 87.5%; }
  .l-c8 {
    width: 100%; }
  .l-push1 {
    margin-left: 12.5%; }
  .l-push2 {
    margin-left: 25%; }
  .l-push3 {
    margin-left: 37.5%; }
  .l-push4 {
    margin-left: 50%; }
  .l-push5 {
    margin-left: 62.5%; }
  .l-push6 {
    margin-left: 75%; }
  .l-push7 {
    margin-left: 87.5%; }
  .l-pull1 {
    margin-right: 12.5%; }
  .l-pull2 {
    margin-right: 25%; }
  .l-pull3 {
    margin-right: 37.5%; }
  .l-pull4 {
    margin-right: 50%; }
  .l-pull5 {
    margin-right: 62.5%; }
  .l-pull6 {
    margin-right: 75%; }
  .l-pull7 {
    margin-right: 87.5%; }
  .l-clear {
    clear: both; }
  .l-hide {
    display: none; }
  .xl-x, .l-x {
    display: none; } }

@media (min-width: 750px) and (max-width: 1209px) {
  .c1 {
    width: 16.66667%; }
  .c2 {
    width: 33.33333%; }
  .c3 {
    width: 50%; }
  .c4 {
    width: 66.66667%; }
  .c5 {
    width: 83.33333%; }
  .c6, .c7, .c8, .c9 {
    width: 100%; }
  .m-c1 {
    width: 16.66667%; }
  .m-c2 {
    width: 33.33333%; }
  .m-c3 {
    width: 50%; }
  .m-c4 {
    width: 66.66667%; }
  .m-c5 {
    width: 83.33333%; }
  .m-c6 {
    width: 100%; }
  .m-push1 {
    margin-left: 16.66667%; }
  .m-push2 {
    margin-left: 33.33333%; }
  .m-push3 {
    margin-left: 50%; }
  .m-push4 {
    margin-left: 66.66667%; }
  .m-push5 {
    margin-left: 83.33333%; }
  .m-clear {
    clear: both; }
  .xl-x, .l-x, .m-x {
    display: none; } }

@media (min-width: 510px) and (max-width: 749px) {
  .c1 {
    width: 25%; }
  .c2 {
    width: 50%; }
  .c3 {
    width: 75%; }
  .c4, .c5, .c6, .c7, .c8, .c9 {
    width: 100%; }
  .s-c1 {
    width: 25%; }
  .s-c2 {
    width: 50%; }
  .s-c3 {
    width: 75%; }
  .s-c4 {
    width: 100%; }
  .s-push1 {
    margin-left: 25%; }
  .s-push2 {
    margin-left: 50%; }
  .s-push3 {
    margin-left: 75%; }
  .s-clear {
    clear: both; }
  .xl-x, .l-x, .m-x, .s-x {
    display: none; } }

@media (max-width: 509px) {
  .c1 {
    width: 50%; }
  .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9 {
    width: 100%; }
  .xs-c1 {
    width: 50%; }
  .xs-c2 {
    width: 100%; }
  .xs-push1 {
    margin-left: 50%; }
  .xl-x, .l-x, .m-x, .s-x, .xs-x {
    display: none; } }

/*
-----------------------------------
Pager
-----------------------------------
*/
.jm-pager {
  position: relative;
  text-align: center;
  margin-top: 20px;
  height: 20px;
  font-size: 0; }
  .jm-pager span {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    cursor: pointer; }
    .jm-pager span:after {
      content: '';
      position: absolute;
      left: 5px;
      top: 5px;
      width: 10px;
      height: 10px;
      border: 1px solid #fff;
      background-color: transparent;
      border-radius: 5px;
      opacity: 0.3;
      -webkit-transition: opacity 0.25s ease-out, background-color 0.25s ease-out;
      transition: opacity 0.25s ease-out, background-color 0.25s ease-out; }
    .jm-pager span:hover:after {
      opacity: 1; }
    .jm-pager span.current:after {
      opacity: 1;
      background-color: #fff; }

/*
-----------------------------------
Scroller
-----------------------------------
*/
.jm-scroller {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  top: 50%;
  margin-top: -20px;
  color: inherit;
  cursor: pointer;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  border-radius: 100%;
  background-color: rgba(46, 67, 77, 0.5);
  background-image: url("/images/icons-ui@2x.png");
  background-repeat: no-repeat;
  background-size: 120px auto;
  top: 40px;
  margin-top: 0; }
  .jm-scroller.icon-scroller-right {
    background-position-y: -480px; }
  .jm-scroller.icon-scroller-left {
    background-position-y: -520px; }
  .jm-scroller.next {
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-position-y: -480px;
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }
    .jm-scroller.next:hover {
      -webkit-transform: none;
              transform: none; }
  .jm-scroller.prev {
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-position-y: -520px;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); }
    .jm-scroller.prev:hover {
      -webkit-transform: none;
              transform: none; }
  .jm-scroller.disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0; }

/*
-----------------------------------
GridSlider
-----------------------------------
*/
.jm-grid-slider {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1200px;
  overflow: hidden;
  margin: 0 auto; }
  .jm-grid-slider .jm-slider-inner {
    margin-left: -10px;
    margin-right: -10px; }
  .jm-grid-slider .jm-slide {
    padding: 0 10px; }

/*
-----------------------------------
Slideshow
-----------------------------------
*/
.jm-slideshow {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 400px; }
  .jm-slideshow-inner {
    position: relative;
    width: 100%;
    height: 100%; }
  .jm-slideshow-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    overflow: hidden; }
    .jm-slideshow-slide.last {
      opacity: 1; }
    .jm-slideshow-slide.current {
      opacity: 1;
      pointer-events: auto;
      -webkit-transition: opacity 750ms ease-in-out;
      transition: opacity 750ms ease-in-out; }

/*
-----------------------------------
Animations
-----------------------------------
*/
.jm-spinner-animation {
  -webkit-animation: jm-spinner-keyframes infinite 4s linear;
          animation: jm-spinner-keyframes infinite 4s linear; }

@-webkit-keyframes jm-fadein-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes jm-fadein-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes jm-spinner-keyframes {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes jm-spinner-keyframes {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/*
-----------------------------------
Accordeon
-----------------------------------
*/
.jm-accordeon {
  margin-top: 20px; }
  .jm-accordeon-title {
    display: block;
    position: relative;
    padding: 10px 20px 10px 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: none;
    padding-left: 40px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .jm-accordeon-title:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 2px;
      width: 30px;
      height: 30px;
      border-radius: 100%;
      background: #e0e3e4 url("/images/icons-ui@2x.png") -40px 0 no-repeat;
      background-size: 120px auto;
      -webkit-transition: background-color 250ms ease-out;
      transition: background-color 250ms ease-out; }
    .jm-accordeon-title:hover {
      color: #ff7e00; }
      .jm-accordeon-title:hover:after {
        background-color: #ff7e00;
        background-position: 0 0; }
  .jm-accordeon-content {
    padding: 20px 0;
    display: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .jm-accordeon-content a {
      color: #ff7e00; }
    .jm-accordeon-content h4 {
      font-weight: 700;
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 0; }
    .jm-accordeon-content p {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 20px; }
    .jm-accordeon-content li {
      font-size: 14px;
      line-height: 24px; }
  .jm-accordeon-item:first-child .jm-accordeon-title {
    border-top: 1px solid transparent; }
  .jm-accordeon-item.opened .jm-accordeon-title {
    color: #ff7e00; }
    .jm-accordeon-item.opened .jm-accordeon-title > .icon {
      background-color: #ff7e00;
      background-position: 0 0; }
  .jm-accordeon-item.opened .jm-accordeon-content {
    display: block;
    -webkit-animation: fade-in-keyframes 1 500ms ease-out;
            animation: fade-in-keyframes 1 500ms ease-out; }
  @media (min-width: 510px) {
    .jm-accordeon-content {
      padding-left: 40px; } }

/*
-----------------------------------
Overlay
-----------------------------------
*/
.jm-overlay {
  display: none;
  position: fixed;
  z-index: 120;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto; }
  .jm-overlay-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    opacity: 0;
    background-color: #2e434d;
    -webkit-transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .jm-overlay-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto; }
  .jm-overlay .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 5px;
    border-radius: 0;
    overflow: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    z-index: 10; }
    .jm-overlay .close .ui-icon {
      background-position-x: -80px; }
  .jm-overlay .jm-button[data-trigger="close"] {
    position: fixed;
    left: 20px;
    top: 20px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out; }
  .jm-overlay .jm-view {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 720px;
    max-height: 100%;
    margin: 0 auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.75);
            transform: translate(-50%, -50%) scale(0.75); }
    .jm-overlay .jm-view-content {
      padding: 60px 40px 40px; }
    .jm-overlay .jm-view.active {
      -webkit-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      opacity: 1;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .jm-overlay.opened {
    display: block; }
    .jm-overlay.opened .jm-overlay-bg {
      opacity: 0.9;
      -webkit-transform: none;
              transform: none; }
    .jm-overlay.opened .jm-button[data-trigger="close"] {
      opacity: 1;
      pointer-events: auto;
      -webkit-transition: opacity 250ms ease-out 250ms;
      transition: opacity 250ms ease-out 250ms; }
  @media (max-width: 749px) {
    .jm-overlay .jm-button[data-trigger="close"] {
      left: 15px;
      top: 15px; }
    .jm-overlay .jm-view-content {
      padding: 60px 15px 40px; } }

/*
-----------------------------------
Reset
-----------------------------------
*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  *::before, *::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: auto; }

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: inherit;
  margin: 0 auto 1.0em;
  padding: 0; }

ul, ol, li {
  list-style: none; }

img {
  display: block;
  height: auto;
  border: 0 none; }

input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

.clearfix {
  clear: both; }
  .clearfix::before {
    content: " ";
    display: table;
    clear: both; }

/*
-----------------------------------
Main
-----------------------------------
*/
#pageWrap {
  position: relative; }

#pageHead {
  position: relative;
  overflow: hidden; }

#pageContent {
  background-color: #2e434d;
  position: relative;
  min-height: 100vh; }
  @media (min-width: 970px) {
    #pageContent {
      padding-right: 200px; } }
  @media (min-width: 510px) {
    #pageContent .jm-section {
      padding: 60px 25px; } }
  @media (max-width: 509px) {
    #pageContent .jm-section {
      padding: 40px 15px; } }

#pageFooter {
  position: relative;
  overflow: hidden;
  min-height: 160px;
  background-color: #e0e3e4;
  color: #2e434d; }
  #pageFooter .content {
    margin: 0 auto;
    padding: 80px 25px;
    max-width: 1180px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #pageFooter .copyright {
    font-size: 12px;
    margin-bottom: 20px; }
  #pageFooter a {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    color: #2e434d; }
    #pageFooter a:hover {
      text-decoration: underline; }

.jm-section {
  position: relative;
  margin: 0 auto;
  background: #fff none center top no-repeat;
  overflow: hidden; }
  .jm-section:before, .jm-section:after {
    content: " ";
    display: table; }
  .jm-section:after {
    clear: both; }
  .jm-section-header {
    padding-bottom: 40px; }
    .jm-section-header .txt-overline {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .jm-section-header .txt-overline a {
        color: #ff7e00;
        text-decoration: none; }
        .jm-section-header .txt-overline a:hover {
          text-decoration: underline; }
  .jm-section-footer {
    padding-top: 40px; }
  .jm-section.hidden {
    display: none; }
  .jm-section.darkgrey {
    background-color: #2e434d;
    color: #fff; }
  .jm-section.site-error {
    height: 100vh; }
    .jm-section.site-error .jm-section-header {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 720px;
      max-width: 100%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      text-align: center; }

.jm-buttons {
  overflow: hidden;
  margin: 40px auto 0;
  max-width: 1180px; }
  .jm-buttons:before, .jm-buttons:after {
    content: " ";
    display: table; }
  .jm-buttons:after {
    clear: both; }
  .jm-buttons .jm-button {
    margin: 0 10px 10px 0; }

.jm-box {
  padding: 25px;
  background-color: #e0e3e4; }
  .jm-box.dark {
    background-color: #2e434d;
    color: #fff; }
    .jm-box.dark h2, .jm-box.dark h3, .jm-box.dark h4 {
      color: #ff7e00; }
  @media (max-width: 509px) {
    .jm-box {
      margin-left: -15px;
      margin-right: -15px; } }

.jm-image {
  display: block;
  font-size: 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }
  .jm-image > img {
    display: block;
    margin: 0;
    width: 100%;
    max-width: 100%;
    height: auto; }
  .jm-image-aspect {
    display: block;
    padding-bottom: 100%; }
  .jm-image-wrap {
    display: block;
    position: relative;
    overflow: hidden; }
    .jm-image-wrap .jm-image {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .jm-image-wrap.fx {
      cursor: pointer; }
      .jm-image-wrap.fx::after {
        content: '';
        display: block;
        width: 25%;
        height: 4px;
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #ff7e00;
        -webkit-transition: width 250ms ease-out;
        transition: width 250ms ease-out; }
      .jm-image-wrap.fx .jm-image {
        -webkit-transition: -webkit-transform 500ms ease-out;
        transition: -webkit-transform 500ms ease-out;
        transition: transform 500ms ease-out;
        transition: transform 500ms ease-out, -webkit-transform 500ms ease-out; }
      .jm-image-wrap.fx:hover::after {
        width: 75%; }
      .jm-image-wrap.fx:hover .jm-image {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
        -webkit-transition: -webkit-transform 250ms ease-out;
        transition: -webkit-transform 250ms ease-out;
        transition: transform 250ms ease-out;
        transition: transform 250ms ease-out, -webkit-transform 250ms ease-out; }

.jm-search {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0;
  margin: 0;
  overflow: hidden; }
  .jm-search button {
    display: block;
    float: right;
    margin: 0;
    width: 40px;
    height: 40px;
    padding: 5px;
    cursor: pointer;
    position: relative;
    background-color: transparent;
    border: 0 none; }
  .jm-search input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    margin: 0;
    height: 40px;
    padding-left: 10px;
    padding-right: 80px;
    line-height: 40px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    text-align: left;
    border: none;
    background-color: rgba(0, 0, 0, 0.2);
    color: #ffffff; }

@media (min-width: 750px) {
  .jm-grid.cols-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .jm-grid.cols-3 .jm-cell {
      width: 33.333%; }
    .jm-grid.cols-3 .jm-box {
      min-height: 100%; }
      .jm-grid.cols-3 .jm-box .jm-list {
        margin-bottom: 0; } }

.jm-grid.controls {
  margin-bottom: 40px; }
  .jm-grid.controls .jm-cell:last-child {
    float: right; }

.jm-grid.items {
  /*
    @media (min-width: $breakpointS) and (max-width: $breakpointM - 1) {
      .item {
        width: 50%;

        &:nth-child(2n + 1){
          clear: both;
        }
      }
    }


    @media (max-width: $breakpointS) {
      .item {
        width: 100%;
        clear: both;
      }
    }
    */ }
  .jm-grid.items .item {
    float: left;
    display: block;
    position: relative;
    padding: 0 10px;
    margin-bottom: 20px;
    opacity: 0; }
    .jm-grid.items .item.loaded {
      opacity: 1;
      -webkit-transition: opacity 750ms ease-in-out;
      transition: opacity 750ms ease-in-out; }
  @media (min-width: 1450px) {
    .jm-grid.items .item {
      width: 20%; }
      .jm-grid.items .item:nth-child(5n + 1) {
        clear: both; } }
  @media (min-width: 1210px) and (max-width: 1449px) {
    .jm-grid.items .item {
      width: 25%; }
      .jm-grid.items .item:nth-child(4n + 1) {
        clear: both; } }
  @media (min-width: 750px) and (max-width: 1209px) {
    .jm-grid.items .item {
      width: 33.333%; }
      .jm-grid.items .item:nth-child(3n + 1) {
        clear: both; } }
  @media (max-width: 749px) {
    .jm-grid.items .item {
      width: 50%; }
      .jm-grid.items .item:nth-child(2n + 1) {
        clear: both; } }
  .jm-grid.items[data-mode="list"] .jm-image,
  .jm-grid.items[data-mode="list"] .jm-image-wrap {
    display: none; }
  .jm-grid.items[data-mode="list"] .item {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    width: 100% !important;
    margin: 0;
    clear: both; }

.jm-breaker {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden; }
  .jm-breaker:before, .jm-breaker:after {
    content: " ";
    display: table; }
  .jm-breaker:after {
    clear: both; }
  .jm-breaker-cell {
    position: relative;
    float: left;
    width: 50%;
    color: #fff;
    overflow: hidden;
    background-color: #2e434d; }
    .jm-breaker-cell:nth-child(1) .jm-breaker-content {
      text-align: right; }
  .jm-breaker-inner {
    position: relative;
    display: block;
    margin: 0 auto; }
  .jm-breaker-wrap {
    position: relative;
    display: block;
    padding-bottom: 56.25%; }
  .jm-breaker-image {
    position: absolute;
    width: 100%;
    height: auto; }
  .jm-breaker-bg {
    position: absolute;
    width: 100%; }
    .jm-breaker-bg:before, .jm-breaker-bg:after {
      content: " ";
      display: table; }
    .jm-breaker-bg:after {
      clear: both; }
  .jm-breaker-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    padding: 0 25px;
    background-color: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-out;
    transition: opacity 400ms ease-out; }
    .jm-breaker-content:hover {
      opacity: 1; }
    .jm-breaker-content .jm-button {
      color: #fff;
      margin: 0; }
      .jm-breaker-content .jm-button:hover {
        color: #fff; }
  @media (max-width: 749px) {
    .jm-breaker .jm-breaker-cell {
      float: none;
      width: 100%; } }

div[data-scrollview="inview"] {
  opacity: 0; }
  div[data-scrollview="inview"].inview {
    opacity: 1;
    -webkit-transition: opacity 750ms ease-in-out;
    transition: opacity 750ms ease-in-out; }

/*
-----------------------------------
Typo
-----------------------------------
*/
body {
  font-size: 16px;
  line-height: 24px; }

.txt-overline {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1 {
  font-size: 3.0em;
  line-height: 1.125;
  margin-bottom: 20px;
  font-weight: 700; }

h2 {
  font-size: 2.0em;
  line-height: 1.125;
  margin-bottom: 20px;
  font-weight: 700; }

h3 {
  font-size: 1.5em;
  line-height: 1.25em;
  margin-bottom: 20px;
  font-weight: 700; }

h4 {
  font-size: 1.125em;
  line-height: 1.25em;
  margin-bottom: 10px;
  font-weight: 700; }

p {
  font-size: 1.0em;
  line-height: 1.5;
  margin-bottom: 1.0em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  p > a {
    color: inherit;
    text-decoration: none;
    font-weight: 700; }
    p > a:hover {
      color: #ff7e00; }

a {
  color: inherit;
  outline: none; }

.tag {
  display: inline-block;
  padding: 2px 4px;
  font-size: 12px;
  line-height: 14px;
  margin: 0 2px 2px 0;
  border-radius: 1px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ff7e00;
  color: #172226; }
  .tag.date {
    background-color: #2e434d;
    color: #fff; }

/*
-----------------------------------
Links
-----------------------------------
*/
a {
  text-decoration: none;
  border: 0;
  cursor: pointer; }
  a img {
    border: 0;
    outline: none; }
  a.jm-more {
    display: inline-block;
    font-weight: normal;
    font-size: .95em;
    line-height: 1.2;
    text-decoration: none; }
    a.jm-more:before {
      content: '\2192';
      float: none;
      display: inline;
      vertical-align: baseline;
      margin-right: 10px;
      line-height: 1.2; }

/*
-----------------------------------
List
-----------------------------------
*/
ul.jm-list {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin: 0 auto 20px;
  padding: 0;
  list-style: outside none; }
  ul.jm-list li {
    list-style: outside none;
    position: relative;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  ul.jm-list.bullets li {
    padding-left: 1.0em; }
    ul.jm-list.bullets li:before {
      content: '\2022';
      position: absolute;
      left: 0;
      top: 0; }
  ul.jm-list.indexed li {
    padding-bottom: 6px;
    padding-left: 1.0em; }
    ul.jm-list.indexed li > span {
      position: absolute;
      left: 0;
      top: 0;
      font-weight: 700; }

/*
-----------------------------------
Tabs
-----------------------------------
*/
.jm-tabs {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  height: 40px;
  overflow: hidden; }
  .jm-tabs ul, .jm-tabs li {
    display: inline-block;
    list-style: outside none;
    margin: 0;
    padding: 0; }
  .jm-tabs li {
    cursor: pointer;
    padding-right: 20px;
    font-size: 14px;
    line-height: 29px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    background-color: transparent;
    color: #fff;
    text-align: left;
    vertical-align: top;
    margin-right: 10px; }
  .jm-tabs.toolbar {
    float: right; }
  .jm-tabs-menu a {
    font-weight: 400;
    opacity: 0.6;
    -webkit-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .jm-tabs-menu a:hover, .jm-tabs-menu a.selected {
      font-weight: 700;
      opacity: 1; }
    .jm-tabs-menu a.selected, .jm-tabs-menu a.selected:hover {
      color: #fff; }
  .jm-tabs-menu.symbols {
    height: 40px;
    overflow: hidden; }
    .jm-tabs-menu.symbols li {
      float: left;
      display: block;
      width: 40px;
      height: 40px;
      font-size: 0;
      line-height: 0;
      border: 0 none;
      min-width: 0;
      padding: 0;
      margin: 0; }
      .jm-tabs-menu.symbols li a {
        display: block;
        width: 40px;
        height: 40px;
        margin: 0;
        padding: 5px; }

.ui-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-image: url("../images/icons-ui@2x.png");
  background-repeat: no-repeat;
  background-size: 120px auto;
  background-position: -40px 0; }
  .ui-icon.icon-next {
    background-position-y: 0; }
  .ui-icon.icon-back {
    background-position-y: -40px; }
  .ui-icon.icon-down {
    background-position-y: -80px; }
  .ui-icon.icon-up {
    background-position-y: -120px; }
  .ui-icon.icon-close {
    background-position-y: -160px; }
  .ui-icon.icon-angle-right {
    background-position-y: -200px; }
  .ui-icon.icon-angle-left {
    background-position-y: -240px; }
  .ui-icon.icon-reset {
    background-position-y: -280px; }
  .ui-icon.icon-search {
    background-position-y: -320px; }
  .ui-icon.icon-list {
    background-position-y: -360px; }
  .ui-icon.icon-grid {
    background-position-y: -400px; }
  .ui-icon.icon-matrix {
    background-position-y: -440px; }
  .ui-icon.icon-scroller-right {
    background-position-y: -480px; }
  .ui-icon.icon-scroller-left {
    background-position-y: -520px; }

.darkgrey .ui-icon {
  background-position-x: 0; }

button .ui-icon {
  background-position-x: 0; }

button:hover .ui-icon {
  background-position-x: -80px; }

/*
-----------------------------------
Buttons
-----------------------------------
*/
.jm-button {
  position: relative;
  display: inline-block;
  overflow: visible;
  cursor: pointer;
  margin: 0 10px 10px 0;
  min-height: 30px;
  padding: 6px 20px 7px 40px;
  outline: medium none;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-decoration: none;
  background-color: transparent;
  color: #ff7e00;
  text-align: left;
  vertical-align: top;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 250ms ease-out;
  transition: color 250ms ease-out; }
  .jm-button:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #e0e3e4;
    background-image: url("/images/icons-ui@2x.png");
    background-repeat: no-repeat;
    background-position: -40px 0;
    background-size: 120px auto;
    -webkit-transition: background-color 250ms ease-out;
    transition: background-color 250ms ease-out; }
  .jm-button.selected, .jm-button:hover {
    color: #172226;
    text-decoration: none; }
    .jm-button.selected:after, .jm-button:hover:after {
      background-color: #ff7e00;
      background-position-x: 0; }
  .jm-button.back:after {
    background-position-y: -40px; }
  .jm-button.down:after {
    background-position-y: -80px; }
  .jm-button.up:after {
    background-position-y: -120px; }
  .jm-button.close:after {
    background-position-y: -160px; }
  .jm-button.icon-close {
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border-radius: 100%;
    color: transparent;
    background-color: #ff7e00;
    -webkit-transition: background-color 250ms ease-out, opacity 500ms ease-out;
    transition: background-color 250ms ease-out, opacity 500ms ease-out; }
    .jm-button.icon-close:after {
      left: 5px;
      top: 5px;
      border-radius: 0;
      background-color: transparent;
      background-size: 80px auto;
      background-position: 0 -320px;
      -webkit-transition: none;
      transition: none; }
    .jm-button.icon-close:hover {
      background-color: #e0e3e4; }
      .jm-button.icon-close:hover:after {
        background-color: transparent;
        background-position: -40px -320px; }
  @media (max-width: 509px) {
    .jm-button {
      display: block; } }

.darkgrey .jm-button:after {
  background-position-x: 0;
  background-color: #62727a; }

.darkgrey .jm-button:hover {
  color: #fff;
  text-decoration: none; }
  .darkgrey .jm-button:hover:after {
    background-color: #ff7e00;
    background-position-x: 0; }

ul.jm-list {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin: 0 auto 20px;
  padding: 0;
  list-style: outside none; }
  ul.jm-list li {
    list-style: outside none;
    position: relative;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  ul.jm-list.bullets li {
    padding-left: 1.0em; }
    ul.jm-list.bullets li:before {
      content: '\2022';
      position: absolute;
      left: 0;
      top: 0; }
  ul.jm-list.indexed li {
    padding-bottom: 6px;
    padding-left: 1.0em; }
    ul.jm-list.indexed li > span {
      position: absolute;
      left: 0;
      top: 0;
      font-weight: 700; }

.jm-tabs {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  height: 40px;
  overflow: hidden; }
  .jm-tabs ul, .jm-tabs li {
    display: inline-block;
    list-style: outside none;
    margin: 0;
    padding: 0; }
  .jm-tabs li {
    cursor: pointer;
    padding-right: 20px;
    font-size: 14px;
    line-height: 29px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    background-color: transparent;
    color: #fff;
    text-align: left;
    vertical-align: top;
    margin-right: 10px; }
  .jm-tabs.toolbar {
    float: right; }
  .jm-tabs-menu a {
    font-weight: 400;
    opacity: 0.6;
    -webkit-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .jm-tabs-menu a:hover, .jm-tabs-menu a.selected {
      font-weight: 700;
      opacity: 1; }
    .jm-tabs-menu a.selected, .jm-tabs-menu a.selected:hover {
      color: #fff; }
  .jm-tabs-menu.symbols {
    height: 40px;
    overflow: hidden; }
    .jm-tabs-menu.symbols li {
      float: left;
      display: block;
      width: 40px;
      height: 40px;
      font-size: 0;
      line-height: 0;
      border: 0 none;
      min-width: 0;
      padding: 0;
      margin: 0; }
      .jm-tabs-menu.symbols li a {
        display: block;
        width: 40px;
        height: 40px;
        margin: 0;
        padding: 5px; }

/*
-----------------------------------
Links
-----------------------------------
*/
a {
  text-decoration: none;
  border: 0;
  cursor: pointer; }
  a img {
    border: 0;
    outline: none; }

/*
-----------------------------------
Navigation
-----------------------------------
*/
#logo {
  width: 110px;
  height: 110px;
  display: block;
  z-index: 100;
  background: transparent url("../images/logo@2x.png") 50% 50% no-repeat;
  background-size: 110px 110px;
  cursor: pointer; }
  @media (min-width: 970px) {
    #logo {
      z-index: 500; } }

#menuButton {
  position: fixed;
  top: 15px;
  left: 0;
  height: 40px;
  width: 50px;
  cursor: pointer;
  background: #ff7e00 url("/images/icon-menu@2x.png") 0 50% no-repeat;
  background-size: 40px 40px;
  z-index: 100;
  -webkit-transition: -webkit-transform 250ms ease-out;
  transition: -webkit-transform 250ms ease-out;
  transition: transform 250ms ease-out;
  transition: transform 250ms ease-out, -webkit-transform 250ms ease-out; }

#navigationBg {
  display: block;
  position: absolute;
  width: 200px;
  height: auto;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #ff7e00 none;
  background-size: 200px auto;
  z-index: 4; }

@media (min-width: 970px) {
  #logo {
    position: fixed;
    top: 10px;
    right: 10px; }
  #menuButton {
    display: none; } }

@media (max-width: 969px) {
  #logo {
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    #logo.hide-mobile {
      -webkit-transform: translateY(-120px);
              transform: translateY(-120px);
      -webkit-transition: -webkit-transform 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
      transition: -webkit-transform 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
      transition: transform 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
      transition: transform 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  #menuButton {
    display: block;
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    #menuButton.hide-mobile {
      -webkit-transform: translateY(-120px);
              transform: translateY(-120px);
      -webkit-transition: -webkit-transform 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
      transition: -webkit-transform 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
      transition: transform 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
      transition: transform 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  #navigationBg {
    display: none; } }

#navigation {
  display: block;
  position: absolute;
  z-index: 30;
  overflow: hidden; }
  #navigation #search {
    border: medium none;
    clear: both;
    display: block;
    float: right;
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    position: relative;
    cursor: pointer; }
    #navigation #search .icon {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 30px;
      width: 30px;
      background: transparent url("../images/icons-ui@2x.png") 0 -320px no-repeat;
      background-size: 120px auto; }
    #navigation #search input {
      display: block;
      position: relative;
      float: right;
      clear: both;
      width: 100%;
      padding-left: 10px;
      padding-right: 10px;
      height: 30px;
      line-height: 30px;
      font-size: 13px;
      text-align: right;
      font-weight: 400;
      border: none;
      background-color: rgba(0, 0, 0, 0.2);
      color: #ffffff; }
  @media (min-width: 970px) {
    #navigation {
      bottom: 40px;
      right: 25px; }
      #navigation.sticky {
        position: fixed; }
      #navigation #navWrap {
        width: 200px; }
      #navigation #search {
        width: 150px;
        -webkit-transform: translateX(120px);
                transform: translateX(120px);
        -webkit-transition: -webkit-transform 250ms ease-out;
        transition: -webkit-transform 250ms ease-out;
        transition: transform 250ms ease-out;
        transition: transform 250ms ease-out, -webkit-transform 250ms ease-out; }
        #navigation #search.opened {
          -webkit-transform: none;
                  transform: none; } }
  @media (max-width: 969px) {
    #navigation {
      position: fixed;
      top: 0;
      left: 0;
      overflow: visible; }
      #navigation #search {
        display: none; }
      #navigation #navWrap {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: auto;
        width: 200px;
        height: auto;
        background-color: #ff7e00;
        padding: 80px 20px 20px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
        -webkit-transition: -webkit-transform 250ms ease-out;
        transition: -webkit-transform 250ms ease-out;
        transition: transform 250ms ease-out;
        transition: transform 250ms ease-out, -webkit-transform 250ms ease-out; }
      #navigation.opened #navWrap {
        -webkit-transform: none;
                transform: none; }
      #navigation.opened #menuButton {
        -webkit-transform: translateX(140px);
                transform: translateX(140px); }
      #navigation ul.primary-menu {
        width: 100%;
        margin: 0 0 20px; }
        #navigation ul.primary-menu > li > a {
          display: block;
          width: 100%;
          padding: 2px 0; }
        #navigation ul.primary-menu > li ul a {
          display: block;
          width: 100%;
          padding: 2px 0; } }

ul.primary-menu {
  display: block;
  position: relative;
  float: right;
  clear: both;
  width: 120px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  ul.primary-menu > li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    text-align: right;
    border-top: 1px dotted rgba(255, 255, 255, 0.5); }
    ul.primary-menu > li > a {
      color: #fff;
      opacity: 0.75; }
    ul.primary-menu > li:hover > a {
      opacity: 1; }
    ul.primary-menu > li.active > a {
      opacity: 1;
      color: #fff;
      font-weight: 700; }
    ul.primary-menu > li.active > ul {
      display: block; }
  ul.primary-menu > li ul {
    margin-top: 0;
    margin-bottom: 4px;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    border: none; }
    ul.primary-menu > li ul li {
      border: none;
      clear: both;
      display: block;
      float: right;
      font-size: 13px;
      line-height: 20px;
      position: relative;
      text-align: right;
      width: 100%; }
      ul.primary-menu > li ul li > a {
        padding-left: 12px;
        color: #fff;
        opacity: 0.75; }
      ul.primary-menu > li ul li:hover > a {
        opacity: 1; }
      ul.primary-menu > li ul li.active > a {
        opacity: 1;
        color: #fff;
        font-weight: 700; }

ul.language-menu {
  display: block;
  position: relative;
  float: right;
  clear: both;
  margin-top: 8px;
  margin-bottom: 5px; }
  ul.language-menu li {
    display: block;
    position: relative;
    float: left;
    font-size: 9px;
    line-height: 24px;
    text-align: right;
    margin-left: 8px; }
    ul.language-menu li a {
      color: #ffffff; }
      ul.language-menu li a.selected, ul.language-menu li a:hover {
        color: #2e434d; }

/*
-----------------------------------
Stage
-----------------------------------
*/
.jm-section#Stage {
  padding: 0;
  margin: 0;
  background-color: #25363e; }
  .jm-section#Stage.jm-stage-light {
    background-color: #fff; }

.jm-stage-visual {
  position: relative;
  width: 100%;
  height: 400px;
  margin: 0 auto;
  background: transparent none 50% 50% no-repeat;
  background-size: cover;
  overflow: hidden;
  -webkit-transition: opacity 750ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 750ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .jm-stage-visual.is-loading {
    opacity: 0;
    -webkit-transition: none;
    transition: none; }
  .jm-stage-visual .copyright {
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin-left: -10px;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    text-shadow: 0 0 4px #000; }
  .jm-stage-visual .jm-visual {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
    background: transparent none 50% 50% no-repeat;
    background-size: cover; }
    .jm-stage-visual .jm-visual[data-fx="parallax"] {
      -webkit-transition: opacity 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: transform 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: transform 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      @media (min-width: 970px) {
        .jm-stage-visual .jm-visual[data-fx="parallax"] {
          right: 200px;
          width: auto; } }
  .jm-stage-visual .jm-slideshow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .jm-stage-visual .jm-slideshow .jm-image {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover; }
  @media (min-width: 1450px) {
    .jm-stage-visual {
      height: 540px; }
      .jm-stage-visual .jm-visual {
        height: 540px; } }
  @media (max-width: 749px) {
    .jm-stage-visual {
      height: 320px; }
      .jm-stage-visual .jm-visual {
        height: 320px; } }
  @media (max-width: 509px) {
    .jm-stage-visual {
      height: 240px; }
      .jm-stage-visual .jm-visual {
        height: 240px; } }

@media (min-width: 970px) {
  .jm-section .jm-stage-visual .jm-visual {
    right: 200px;
    width: auto; } }

#pageHead .jm-stage-shadow {
  position: absolute;
  pointer-events: none;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  width: auto;
  height: 100%;
  opacity: 0.5;
  z-index: 3; }

#pageHead .jm-scroller,
#pageHead .jm-pager,
#pageHead .jm-stage-info {
  z-index: 5; }

#pageHead .jm-pager {
  position: absolute;
  left: 22px;
  bottom: 15px; }
  #pageHead .jm-pager span:after {
    opacity: 0.5; }
  #pageHead .jm-pager span.current:after, #pageHead .jm-pager span:hover:after {
    opacity: 1; }

#pageHead .jm-stage-info {
  position: absolute;
  left: 25px;
  bottom: 40px;
  width: 280px;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff; }
  #pageHead .jm-stage-info .item {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0; }
    #pageHead .jm-stage-info .item.previous {
      opacity: 0;
      -webkit-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    #pageHead .jm-stage-info .item.current {
      opacity: 1;
      -webkit-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

#pageHead .jm-stage-visual {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  background-color: #25363e; }
  #pageHead .jm-stage-visual .jm-visual {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    right: auto;
    height: 100vh; }
  #pageHead .jm-stage-visual .jm-scroller {
    background-size: 180px auto;
    width: 60px;
    height: 60px;
    background-color: transparent;
    -webkit-transition: background-color 250ms ease-out;
    transition: background-color 250ms ease-out; }
    #pageHead .jm-stage-visual .jm-scroller.down {
      bottom: 0;
      top: auto;
      left: 50%;
      border-radius: 0;
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px;
      background-position: 0 -720px;
      -webkit-transform: translateX(-50%) rotate(90deg);
              transform: translateX(-50%) rotate(90deg); }
      #pageHead .jm-stage-visual .jm-scroller.down:hover {
        background-color: #ff7e00; }
  @media (min-width: 750px) {
    #pageHead .jm-stage-visual {
      height: 100vh; }
      #pageHead .jm-stage-visual .jm-visual {
        height: 100vh; } }
  @media (max-width: 969px) {
    #pageHead .jm-stage-visual .jm-stage-shadow {
      display: none; } }
  @media (max-width: 749px) {
    #pageHead .jm-stage-visual {
      height: 480px; }
      #pageHead .jm-stage-visual .jm-visual {
        height: 480px; } }
  @media (max-width: 509px) {
    #pageHead .jm-stage-visual {
      height: 400px; }
      #pageHead .jm-stage-visual .jm-visual {
        height: 400px; }
      #pageHead .jm-stage-visual .jm-stage-info {
        display: none; }
      #pageHead .jm-stage-visual .jm-pager {
        display: none; } }

/*
-----------------------------------
News
-----------------------------------
*/
.news-item {
  color: inherit;
  text-decoration: none; }
  .news-item .news-image img {
    -webkit-transition: -webkit-transform 250ms ease-out;
    transition: -webkit-transform 250ms ease-out;
    transition: transform 250ms ease-out;
    transition: transform 250ms ease-out, -webkit-transform 250ms ease-out; }
  .news-item:hover {
    text-decoration: none;
    color: inherit; }
    .news-item:hover .news-image img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
  .news-item a .news-title {
    -webkit-transition: color 250ms ease-out;
    transition: color 250ms ease-out; }
  .news-item a:hover .news-title {
    color: #ff7e00; }

.news-image {
  margin: 0 auto 20px;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  max-height: 240px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 50%; }
  .news-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto; }

.news-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin: 0 auto 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.news-tags {
  display: block;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px; }
  .news-tags:before, .news-tags:after {
    content: " ";
    display: table; }
  .news-tags:after {
    clear: both; }

.news-grid .news-item {
  float: left;
  padding: 0 10px;
  margin-bottom: 40px;
  vertical-align: top;
  opacity: 0; }
  .news-grid .news-item.loaded {
    opacity: 1;
    -webkit-transition: opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.news-grid .grid-column > .news-item {
  width: 100% !important; }

@media (min-width: 1450px) {
  .news-grid .news-item {
    width: 20%; }
    .news-grid .news-item:nth-child(5n + 1) {
      clear: both; } }

@media (min-width: 1210px) and (max-width: 1449px) {
  .news-grid .news-item {
    width: 25%; }
    .news-grid .news-item:nth-child(4n + 1) {
      clear: both; } }

@media (min-width: 750px) and (max-width: 1209px) {
  .news-grid .news-item {
    width: 33.333%; }
    .news-grid .news-item:nth-child(3n + 1) {
      clear: both; } }

@media (min-width: 510px) and (max-width: 749px) {
  .news-grid .news-item {
    width: 50%; }
    .news-grid .news-item:nth-child(2n + 1) {
      clear: both; } }

.jm-section#News-Intro {
  padding-bottom: 0; }

.jm-section#News-Details {
  padding-top: 60px; }
  .jm-section#News-Details .jm-video {
    display: block;
    width: 100%;
    margin: 60px 0 30px;
    overflow: hidden; }
    .jm-section#News-Details .jm-video video {
      width: 100%;
      height: auto; }

/*
-----------------------------------
Office
-----------------------------------
*/
@media (min-width: 970px) {
  .office-section .jm-section-body .jm-grid > .jm-cell.text {
    padding: 0 30px; } }

@media (max-width: 969px) {
  .office-section .jm-section-body .jm-grid > .jm-cell {
    margin-bottom: 30px; } }

/*
-----------------------------------
Office-Teaser
-----------------------------------
*/
.jm-section#Office-Teaser .jm-grid.intro {
  margin-bottom: 40px; }

.jm-section#Office-Teaser .jm-grid.stats {
  margin-bottom: 20px; }
  .jm-section#Office-Teaser .jm-grid.stats .jm-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .jm-section#Office-Teaser .jm-grid.stats h1, .jm-section#Office-Teaser .jm-grid.stats h2, .jm-section#Office-Teaser .jm-grid.stats h3, .jm-section#Office-Teaser .jm-grid.stats h4 {
    margin-bottom: 0.5em; }
  .jm-section#Office-Teaser .jm-grid.stats h3 {
    font-size: 20px; }

/*
-----------------------------------
Office-Management
-----------------------------------
*/
.jm-section#Office-Management {
  padding-top: 30px;
  padding-bottom: 30px; }
  .jm-section#Office-Management .jm-breaker .jm-breaker-wrap {
    padding-bottom: 62.5%; }
  @media (min-width: 750px) {
    .jm-section#Office-Management .jm-cell.visual {
      width: 66.666%; }
    .jm-section#Office-Management .jm-cell.content {
      width: 33.333%; } }
  @media (max-width: 749px) {
    .jm-section#Office-Management {
      padding-top: 0;
      padding-bottom: 0; } }

/*
-----------------------------------
Office-Team
-----------------------------------
*/
.jm-section#Office-Team {
  padding-top: 30px;
  padding-bottom: 30px; }
  .jm-section#Office-Team .jm-breaker .jm-breaker-wrap {
    padding-bottom: 62.5%; }
  .jm-section#Office-Team .team-tile {
    display: block;
    float: left;
    position: relative;
    width: 12.5%; }
  .jm-section#Office-Team .team-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto; }
    .jm-section#Office-Team .team-image-wrap {
      position: relative;
      display: block;
      width: 100%;
      padding-bottom: 100%; }
  @media (min-width: 750px) {
    .jm-section#Office-Team .jm-cell.visual {
      width: 66.666%;
      float: right; }
    .jm-section#Office-Team .jm-cell.content {
      width: 33.333%;
      float: left; } }
  @media (max-width: 749px) {
    .jm-section#Office-Team {
      padding-top: 0;
      padding-bottom: 0; } }

/*
-----------------------------------
Office-Clients
-----------------------------------
*/
.jm-section#Office-Clients .jm-list {
  margin: 0; }

.jm-section#Office-Clients .jm-section-body .jm-cell {
  width: 100%;
  margin-bottom: 0; }

@media (min-width: 750px) {
  .jm-section#Office-Clients .jm-section-body .jm-cell {
    width: 33.333%; } }

/*
-----------------------------------
Management
-----------------------------------
*/
.jm-section#Management-People .image-grid {
  margin-right: -10px; }
  .jm-section#Management-People .image-grid .jm-cell {
    float: left;
    vertical-align: top;
    padding: 0 10px 0 0;
    width: 25%;
    margin-bottom: 20px; }
    .jm-section#Management-People .image-grid .jm-cell.large {
      width: 50%; }
    .jm-section#Management-People .image-grid .jm-cell a {
      text-decoration: none; }
      .jm-section#Management-People .image-grid .jm-cell a:hover .jm-image > img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      .jm-section#Management-People .image-grid .jm-cell a:hover .tag {
        background-color: #ff7e00;
        color: #fff; }
  .jm-section#Management-People .image-grid .jm-image {
    overflow: hidden; }
    .jm-section#Management-People .image-grid .jm-image > img {
      -webkit-transition: -webkit-transform 250ms ease-out;
      transition: -webkit-transform 250ms ease-out;
      transition: transform 250ms ease-out;
      transition: transform 250ms ease-out, -webkit-transform 250ms ease-out; }
  .jm-section#Management-People .image-grid .tag {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 5px 10px;
    text-transform: none;
    background-color: #fff;
    color: #2e434d; }
  .jm-section#Management-People .image-grid h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 1209px) {
    .jm-section#Management-People .image-grid .jm-cell {
      width: 50%; } }

table.vita {
  font-size: 14px;
  line-height: 20px; }
  table.vita td {
    vertical-align: top; }
    table.vita td.date {
      width: 100px; }

.jm-overlay#Vita .jm-view {
  max-width: 960px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }

.jm-overlay#Vita .jm-view-content {
  padding: 40px; }
  .jm-overlay#Vita .jm-view-content:before, .jm-overlay#Vita .jm-view-content:after {
    content: " ";
    display: table; }
  .jm-overlay#Vita .jm-view-content:after {
    clear: both; }

.jm-overlay#Vita .details table {
  color: #000;
  font-size: 14px;
  line-height: 20px; }
  .jm-overlay#Vita .details table td {
    vertical-align: top; }
    .jm-overlay#Vita .details table td.date {
      width: 100px;
      font-weight: bold;
      color: #ff7e00; }

.jm-overlay#Vita .details h2, .jm-overlay#Vita .details h3 {
  font-size: 2.5em; }

.jm-overlay#Vita .details h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.jm-overlay#Vita .jm-image {
  max-width: 320px;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto; }

@media (min-width: 750px) {
  .jm-overlay#Vita .jm-image {
    display: block;
    float: left;
    width: 33.33%;
    max-width: 480px;
    margin: 0; }
  .jm-overlay#Vita .details {
    display: block;
    float: right;
    width: 66.66%;
    padding-left: 40px; } }

@media (max-width: 749px) {
  .jm-overlay#Vita .jm-view {
    max-width: 480px; }
  .jm-overlay#Vita .jm-view-content {
    padding: 25px 25px 50px; }
  .jm-overlay#Vita .jm-image {
    margin-left: 0;
    margin-bottom: 40px; } }

@media (max-width: 509px) {
  .jm-overlay#Vita .jm-view {
    height: 100%; }
    .jm-overlay#Vita .jm-view .close {
      display: none; } }

/*
-----------------------------------
Team
-----------------------------------
*/
.jm-section#Team-Intro {
  padding-bottom: 0; }

.jm-section#Team-Overview {
  padding-top: 0; }
  .jm-section#Team-Overview .item {
    overflow: hidden; }
    .jm-section#Team-Overview .item .jm-image {
      -webkit-transition: all 250ms ease-out;
      transition: all 250ms ease-out; }
    .jm-section#Team-Overview .item .details {
      position: absolute;
      left: 10px;
      right: 10px;
      min-height: 25%;
      width: auto;
      bottom: 0;
      padding: 20px 10px 10px;
      background-color: #ff7e00;
      color: #fff;
      opacity: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      -webkit-transition: all 250ms ease-out;
      transition: all 250ms ease-out; }
      .jm-section#Team-Overview .item .details h3, .jm-section#Team-Overview .item .details h4 {
        margin-bottom: 0;
        font-size: 16px; }
      .jm-section#Team-Overview .item .details span {
        display: block;
        font-size: 13px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .jm-section#Team-Overview .item.opened .jm-image {
      -webkit-transform: translateY(-20%);
              transform: translateY(-20%); }
    .jm-section#Team-Overview .item.opened .details {
      opacity: 1;
      -webkit-transform: none;
              transform: none; }

.jm-overlay#Team-Overlay .jm-view {
  background-color: #ff7e00;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }

.jm-overlay#Team-Overlay .jm-view-content {
  padding: 0; }
  .jm-overlay#Team-Overlay .jm-view-content:before, .jm-overlay#Team-Overlay .jm-view-content:after {
    content: " ";
    display: table; }
  .jm-overlay#Team-Overlay .jm-view-content:after {
    clear: both; }

.jm-overlay#Team-Overlay .jm-image {
  display: block;
  float: right;
  width: 50%;
  max-width: 320px;
  height: auto; }

.jm-overlay#Team-Overlay .details {
  display: block;
  float: left;
  width: 50%;
  padding: 40px;
  color: #fff; }
  .jm-overlay#Team-Overlay .details h3, .jm-overlay#Team-Overlay .details h4 {
    font-size: 24px;
    margin-bottom: 0.25em; }
  .jm-overlay#Team-Overlay .details span {
    display: block; }
  .jm-overlay#Team-Overlay .details .title {
    color: #000;
    font-weight: 300;
    font-size: 1.0em; }
  .jm-overlay#Team-Overlay .details .email {
    color: #000;
    font-size: 0.8em; }
    .jm-overlay#Team-Overlay .details .email:hover {
      text-decoration: underline; }

@media (max-width: 969px) {
  .jm-overlay#Team-Overlay .jm-view {
    width: 50%;
    min-width: 320px;
    max-width: 480px; }
  .jm-overlay#Team-Overlay .jm-image {
    clear: both;
    display: block;
    float: none;
    width: 100%;
    max-width: none; }
  .jm-overlay#Team-Overlay .details {
    clear: both;
    display: block;
    float: none;
    width: 100%;
    padding: 25px; } }

@media (max-width: 509px) {
  .jm-overlay#Team-Overlay .jm-view {
    height: 100%; }
    .jm-overlay#Team-Overlay .jm-view .close {
      display: none; } }

/*
-----------------------------------
Projects
-----------------------------------
*/
.project-item .project-image-wrap .project-image {
  -webkit-transition: -webkit-transform 250ms ease-out;
  transition: -webkit-transform 250ms ease-out;
  transition: transform 250ms ease-out;
  transition: transform 250ms ease-out, -webkit-transform 250ms ease-out; }

.project-item a {
  outline: none;
  text-decoration: none; }
  .project-item a:hover {
    text-decoration: none;
    color: inherit; }
    .project-item a:hover .project-image-wrap .project-image {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }

.project-image {
  position: relative;
  margin: 0 auto 20px;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  min-height: 160px;
  background: transparent none 50% 50% no-repeat;
  background-size: cover; }
  .project-image-wrap {
    position: relative;
    min-height: 160px;
    margin: 0 auto 20px;
    overflow: hidden; }
    .project-image-wrap .project-image {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      margin: 0; }
  .project-image > img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto; }

.project-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin: 0 auto 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.jm-section#Projects-Teaser .project-image-wrap {
  overflow: hidden;
  position: relative;
  background-color: rgba(0, 0, 0, 0.15); }
  .jm-section#Projects-Teaser .project-image-wrap .aspect {
    width: 100%;
    padding-bottom: 100%; }
  .jm-section#Projects-Teaser .project-image-wrap .project-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0; }

.jm-section#Projects-Intro {
  padding-bottom: 0; }

.jm-section#Projects-Featured {
  padding-top: 0; }
  .jm-section#Projects-Featured .item.featured {
    width: 50%; }
    .jm-section#Projects-Featured .item.featured .jm-image-aspect {
      padding-bottom: 56.25%; }
  .jm-section#Projects-Featured .project-info {
    margin-top: 10px; }
  .jm-section#Projects-Featured .project-title {
    font-weight: bold; }

.jm-section#Projects-Overview {
  padding-top: 0;
  min-height: 600px; }
  .jm-section#Projects-Overview .jm-grid.items .project-info {
    margin-top: 10px; }
  .jm-section#Projects-Overview .jm-grid.items[data-mode="list"] .project-info {
    margin-top: 8px; }
  .jm-section#Projects-Overview .item a .project-title {
    -webkit-transition: color 250ms ease-out;
    transition: color 250ms ease-out; }
  .jm-section#Projects-Overview .item a:hover .project-title {
    color: #ff7e00; }
  .jm-section#Projects-Overview .jm-image-wrap {
    background-color: rgba(0, 0, 0, 0.15); }

.jm-section#Project-Details table.detail-view {
  width: 100%;
  border: 0 none;
  padding: 0;
  margin: 0; }
  .jm-section#Project-Details table.detail-view th, .jm-section#Project-Details table.detail-view td {
    vertical-align: top;
    padding: 0 10px; }
  .jm-section#Project-Details table.detail-view th {
    text-align: left; }
  .jm-section#Project-Details table.detail-view td {
    text-align: left; }
  @media (min-width: 1450px) {
    .jm-section#Project-Details table.detail-view {
      width: 80%; }
      .jm-section#Project-Details table.detail-view th {
        width: 25%; }
      .jm-section#Project-Details table.detail-view td {
        width: 75%; } }
  @media (min-width: 1210px) and (max-width: 1449px) {
    .jm-section#Project-Details table.detail-view th {
      width: 25%; } }
  @media (min-width: 750px) and (max-width: 1209px) {
    .jm-section#Project-Details table.detail-view th {
      width: 33.333%; } }
  @media (max-width: 749px) {
    .jm-section#Project-Details table.detail-view th, .jm-section#Project-Details table.detail-view td {
      display: block;
      width: 100%; }
    .jm-section#Project-Details table.detail-view td {
      margin-bottom: 20px; } }

/**
Project-Images
*/
.jm-section#Project-Images {
  background-color: #2e434d; }
  .jm-section#Project-Images .jm-cell {
    margin-bottom: 20px;
    position: relative; }
  .jm-section#Project-Images .item {
    opacity: 0; }
    .jm-section#Project-Images .item.loaded {
      opacity: 1;
      -webkit-transition: opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .jm-section#Project-Images .copyright {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    text-shadow: 0 0 4px #000; }
  @media (min-width: 1450px) {
    .jm-section#Project-Images .jm-cell {
      width: 20%; }
      .jm-section#Project-Images .jm-cell:nth-child(1) {
        width: 40%; }
      .jm-section#Project-Images .jm-cell:nth-child(8) {
        clear: both; } }
  @media (min-width: 1210px) and (max-width: 1449px) {
    .jm-section#Project-Images .jm-cell {
      width: 25%; }
      .jm-section#Project-Images .jm-cell:nth-child(1) {
        width: 50%; }
      .jm-section#Project-Images .jm-cell:nth-child(6) {
        clear: both; } }
  @media (min-width: 750px) and (max-width: 1209px) {
    .jm-section#Project-Images .jm-cell {
      width: 33.333%; }
      .jm-section#Project-Images .jm-cell:nth-child(1) {
        width: 66.666%; }
      .jm-section#Project-Images .jm-cell:nth-child(4) {
        clear: both; } }
  @media (min-width: 510px) and (max-width: 749px) {
    .jm-section#Project-Images .jm-cell {
      width: 50%; }
      .jm-section#Project-Images .jm-cell:nth-child(1) {
        width: 100%; } }
  @media (max-width: 509px) {
    .jm-section#Project-Images .jm-cell {
      width: 50%; }
      .jm-section#Project-Images .jm-cell:nth-child(1) {
        width: 100%; } }

.jm-overlay#Project-Image-Overlay .jm-overlay-bg {
  background-color: #2e434d; }

.jm-overlay#Project-Image-Overlay .jm-overlay-content {
  opacity: 0;
  -webkit-transition: opecity 500ms ease-out;
  transition: opecity 500ms ease-out; }

.jm-overlay#Project-Image-Overlay.opened .jm-overlay-content {
  opacity: 1; }

.jm-overlay#Project-Image-Overlay .project-image {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.jm-overlay#Project-Image-Overlay .copyright {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 10px;
  line-height: 10px;
  color: #fff;
  text-shadow: 0 0 4px #000; }

.jm-overlay#Project-Image-Overlay .jm-slideshow {
  width: 100%;
  height: 100%; }
  .jm-overlay#Project-Image-Overlay .jm-slideshow-slide {
    background-color: #2e434d; }

.jm-overlay#Project-Image-Overlay .jm-pager {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%; }

.jm-overlay#Project-Image-Overlay .jm-scroller {
  top: 50%;
  background-size: 180px auto;
  width: 60px;
  height: 60px;
  -webkit-transition: background-color 250ms ease-out, -webkit-transform 250ms ease-out;
  transition: background-color 250ms ease-out, -webkit-transform 250ms ease-out;
  transition: transform 250ms ease-out, background-color 250ms ease-out;
  transition: transform 250ms ease-out, background-color 250ms ease-out, -webkit-transform 250ms ease-out; }
  .jm-overlay#Project-Image-Overlay .jm-scroller.next {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-position: 0 -720px;
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }
    .jm-overlay#Project-Image-Overlay .jm-scroller.next:hover {
      background-color: #ff7e00;
      -webkit-transform: none;
              transform: none; }
  .jm-overlay#Project-Image-Overlay .jm-scroller.prev {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background-position: 0 -780px;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); }
    .jm-overlay#Project-Image-Overlay .jm-scroller.prev:hover {
      background-color: #ff7e00;
      -webkit-transform: none;
              transform: none; }

.jm-overlay#Project-Image-Overlay.opened .project-image {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all 750ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 750ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

/*
-----------------------------------
Contact
-----------------------------------
*/
.jm-section#Disclaimer {
  padding-bottom: 0; }

.jm-section#Disclaimer .jm-cell,
.jm-section#Privacy .jm-cell {
  margin-bottom: 20px; }
  .jm-section#Disclaimer .jm-cell p,
  .jm-section#Privacy .jm-cell p {
    font-size: 0.875em; }
    .jm-section#Disclaimer .jm-cell p.big,
    .jm-section#Privacy .jm-cell p.big {
      font-size: 1.0em; }
    .jm-section#Disclaimer .jm-cell p a,
    .jm-section#Privacy .jm-cell p a {
      color: #ff7e00; }
      .jm-section#Disclaimer .jm-cell p a:hover,
      .jm-section#Privacy .jm-cell p a:hover {
        color: #ff7e00;
        text-decoration: underline; }

.jm-section#Disclaimer table,
.jm-section#Privacy table {
  margin: 0 auto 1.25em;
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse; }
  .jm-section#Disclaimer table td,
  .jm-section#Privacy table td {
    font-size: 0.875em;
    vertical-align: top;
    text-align: left;
    padding: 10px;
    border: 1px solid #2e434d; }

/*
-----------------------------------
Maps
-----------------------------------
*/
#pageContent .jm-section.jm-maps-section {
  padding: 40px 0 60px;
  margin: 0 auto;
  background-color: #fff; }
  @media (max-width: 1449px) {
    #pageContent .jm-section.jm-maps-section {
      padding: 0; } }

.jm-overlay.jm-maps-overlay .jm-view {
  max-width: 320px; }

.jm-overlay.jm-maps-overlay .jm-view-content {
  padding: 0; }

.jm-overlay.jm-maps-overlay .project-info {
  margin: 0;
  padding: 20px 25px; }

.jm-overlay.jm-maps-overlay .project-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px; }

.geolocation-marker-icon {
  display: inline-block;
  min-width: 80px;
  height: 80px;
  background: transparent url("../images/icon-marker@2x.png") -15px 50% no-repeat;
  background-size: 80px 80px;
  padding-left: 60px;
  vertical-align: middle;
  cursor: pointer; }
  .geolocation-marker-icon:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle; }
  .geolocation-marker-icon span {
    color: #ff7e00;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    vertical-align: bottom; }
  .geolocation-marker-icon:hover span {
    color: #172226; }

.geolocation-map {
  position: relative;
  width: 100%;
  height: 240px;
  background-color: #e0e3e4; }

.geolocation-map-container {
  position: relative;
  margin: 0;
  padding-bottom: 56.25%; }
  .geolocation-map-container .geolocation-map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  @media (max-width: 749px) {
    .geolocation-map-container {
      padding-bottom: 75%; } }
  @media (max-width: 509px) {
    .geolocation-map-container {
      padding-bottom: 100%; } }

.jm-site-preview#pageContent {
  padding: 0; }

.jm-site-preview #stageSlider {
  display: none; }

.mce-content-body {
  padding: 12px;
  font-size: 14px;
  line-height: 20px;
  font-family: Roboto, sans-serif; }
  .mce-content-body > p {
    font-size: 14px;
    line-height: 20px; }
  .mce-content-body .jm-section {
    padding: 40px 25px; }
    .mce-content-body .jm-section.hidden {
      display: block; }
  .mce-content-body .jm-view {
    position: relative;
    display: block;
    width: 100%;
    opacity: 1;
    margin: 0;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none; }
  .mce-content-body .jm-overlay {
    position: relative;
    display: block;
    width: 100%; }
    .mce-content-body .jm-overlay-bg {
      opacity: 1; }
    .mce-content-body .jm-overlay-content {
      position: relative;
      display: block;
      width: 100%;
      opacity: 1;
      -webkit-transform: none;
              transform: none; }
  .mce-content-body .jm-accordeon-title {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important; }
  .mce-content-body .jm-accordeon-content {
    display: block !important; }
  .mce-content-body a {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important; }
  .mce-content-body .jm-stage-visual .jm-visual {
    position: absolute;
    width: 100%;
    right: auto; }
  .mce-content-body div[data-scrollview="inview"] {
    opacity: 1;
    -webkit-transition: none;
    transition: none; }
    .mce-content-body div[data-scrollview="inview"].inview {
      opacity: 1;
      -webkit-transition: none;
      transition: none; }

/*# sourceMappingURL=frontend.css.map*/