﻿* {
  box-sizing: border-box; }

body, html {
  height: 100%;
  margin: 0px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif; }

h1, h2 {
  margin-top: -20px;
  font-family: 'Assistant','Open Sans', sans-serif; }

h3 {
  font-size: 20px;
  font-family: 'Assistant','Open Sans', sans-serif; }

p {
  line-height: 24px; }

figure {
  margin: 0px;
  padding: 0px; }

a:link, a:visited, a:hover, a:active {
  color: #e11731; }

a.button, input.button {
  border-radius: 5px;
  padding: 14px 30px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px; }
  a.button.red, input.button.red {
    background: #e11731;
    color: #ffffff !important;
    box-shadow: inset 0 -2px 0 0 #a00014; }
    a.button.red:hover, a.button.red.active, input.button.red:hover, input.button.red.active {
      background: #eb4056; }
  a.button.white, input.button.white {
    color: #e11731;
    border-style: solid;
    border-width: 1px;
    border-color: #b6c1ca;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0px 3px 0px 0px rgba(182, 193, 202, 0.004); }
    a.button.white:hover, a.button.white.active, input.button.white:hover, input.button.white.active {
      background: #e6e6e6; }

.wrapper {
  margin: 0px auto; }
  .wrapper header {
    margin: 0px auto 0px auto;
    background: linear-gradient(to bottom, #ffffff 90px, #e1142e 54px);
    height: 144px; }
    .wrapper header .grid {
      margin-top: 0px; }
      .wrapper header .grid span.fa-bars {
        display: none; }
  .wrapper article {
    display: flex;
    flex-flow: column wrap; }
    .wrapper article .grid {
      display: flex; }
      .wrapper article .grid.wide {
        display: block;
        margin-top: 40px; }
      .wrapper article .grid.sitemap {
        display: flex;
        flex-flow: column wrap;
        margin: 30px auto;
        height: 700px;
        width: 1170px;
        align-items: center; }
        .wrapper article .grid.sitemap a {
          color: #000000;
          text-decoration: none; }
      .wrapper article .grid.news {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        -moz-column-gap: 60px;
        -webkit-column-gap: 60px;
        column-gap: 60px;
        display: block;
        margin-top: 0px;
        margin-bottom: 45px; }
      .wrapper article .grid.small {
        display: block;
        width: 690px;
        margin: 30px auto 0px auto; }
        .wrapper article .grid.small img {
          max-width: 100%; }
        .wrapper article .grid.small .faq {
          margin-right: 0px; }
        .wrapper article .grid.small.up {
          background: #ffffff;
          margin-top: -200px;
          position: relative;
          width: 814px;
          padding: 48px 60px 40px 60px; }
          .wrapper article .grid.small.up .quote {
            border-top: solid 2px #e1142e;
            border-bottom: solid 2px #e1142e;
            padding: 30px 0px;
            text-align: center;
            font-size: 32px;
            margin: 40px 0px 30px 0px;
            font-family: bitter; }
            .wrapper article .grid.small.up .quote.small {
              width: 280px;
              float: right;
              margin: 20px -150px 0px 30px; }
        .wrapper article .grid.small figure {
          margin: 40px 0px 40px -55px;
          position: relative; }
          .wrapper article .grid.small figure span.overlay {
            position: absolute;
            bottom: 4px;
            left: 0px;
            padding: 10px;
            width: 107.5%;
            font-size: 10px;
            -ms-word-break: break-all;
            word-break: break-all;
            word-break: break-word;
            -webkit-hyphens: auto;
            -moz-hyphens: auto;
            hyphens: auto;
            color: #ffffff;
            text-align: left;
            background: rgba(0, 0, 0, 0.6);
            line-height: 12px; }
          .wrapper article .grid.small figure.left {
            float: left;
            margin: 40px 40px 40px -150px; }
        .wrapper article .grid.small p:first-of-type {
          font-size: 18px;
          line-height: 27px;
          font-weight: 600; }
      .wrapper article .grid.industry {
        flex-flow: row wrap;
        align-content: space-between;
        justify-content: space-between;
        padding-bottom: 60px;
        padding-top: 20px; }
      .wrapper article .grid .news {
        width: 65%;
        margin-right: 150px; }
        .wrapper article .grid .news a {
          color: #000000;
          text-decoration: none; }
          .wrapper article .grid .news a.last {
            border-bottom: solid 1px #dce2e4;
            display: block;
            padding-bottom: 20px; }
        .wrapper article .grid .news span.date {
          color: #6498c0;
          font-weight: 600;
          display: block;
          margin-top: -13px; }
        .wrapper article .grid .news h3 {
          border-top: solid 1px #dce2e4;
          padding-top: 20px;
          margin-bottom: -5px; }
        .wrapper article .grid .news footer {
          width: 100%;
          background: #ffffff;
          text-align: center;
          margin-top: 20px; }
          .wrapper article .grid .news footer a.more {
            display: inline-block;
            color: #e11731;
            font-weight: 700;
            text-decoration: none; }
      .wrapper article .grid .usp {
        width: 350px; }
        .wrapper article .grid .usp figure {
          background: url(../images/imgUSP.jpg) no-repeat 0% 0%;
          color: #ffffff;
          width: 331px;
          height: 475px;
          text-align: center;
          padding: 160px 20px 0px 20px; }
          .wrapper article .grid .usp figure.partner {
            background: url(../images/BG_Partners.jpg) no-repeat 0% 0%;
            padding: 35px 20px 0px 20px; }
          .wrapper article .grid .usp figure h3 {
            font-size: 24px; }
      .wrapper article .grid h2 {
        font-size: 24px; }
  .wrapper .grid {
    width: 1170px;
    margin: 0px auto 0px auto;
    position: relative; }
    .wrapper .grid h2 {
      margin-top: 0px; }
    .wrapper .grid .shareBar {
      margin: 2px auto;
      width: 100%;
      padding: 2px;
      margin-bottom: 40px;
      text-align: right;
      border: solid 1px #dce2e4; }
      .wrapper .grid .shareBar strong {
        color: #000000;
        display: inline-block;
        font-size: 14px;
        margin-right: 10px; }
      .wrapper .grid .shareBar ul.socials {
        margin: 0px;
        padding: 0px;
        display: inline-block; }
        .wrapper .grid .shareBar ul.socials li {
          list-style-type: none;
          display: inline-block;
          margin-right: 1px; }
          .wrapper .grid .shareBar ul.socials li a.fa {
            width: 40px;
            height: 40px;
            display: inline-block;
            color: #ffffff;
            text-decoration: none;
            text-align: center;
            font-size: 18px;
            padding-top: 11px; }
            .wrapper .grid .shareBar ul.socials li a.fa.fa-twitter {
              background: #15a3eb; }
            .wrapper .grid .shareBar ul.socials li a.fa.fa-facebook {
              background: #4169ac; }
            .wrapper .grid .shareBar ul.socials li a.fa.fa-youtube {
              background: #cf1e27; }
            .wrapper .grid .shareBar ul.socials li a.fa.fa-instagram {
              background: #d6249f;
              background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
            .wrapper .grid .shareBar ul.socials li a.fa.fa-pinterest {
              background: #be0422; }
    .wrapper .grid .buttonRow {
      display: flex;
      display: -webkit-flex;
      width: 100%;
      margin: 60px 0px; }
      .wrapper .grid .buttonRow a {
        border-style: solid;
        border-width: 1px;
        border-color: #dce2e4;
        border-radius: 3px;
        width: 50%;
        margin-right: 40px;
        display: inline-block;
        color: #000000;
        text-align: center;
        font-weight: bold;
        text-decoration: none;
        background-color: #e0e8ef;
        box-shadow: 0px 3px 0px 0px rgba(183, 189, 195, 0.4);
        font-size: 20px;
        padding: 15px 0px; }
        .wrapper .grid .buttonRow a:hover {
          background: #becfde; }
        .wrapper .grid .buttonRow a:last-of-type {
          margin-right: 0px; }
      .wrapper .grid .buttonRow .button.red {
        width: auto;
        box-shadow: inset 0 -2px 0 0 #a00014;
        border-radius: 5px;
        padding: 14px 30px;
        font-size: 14px;
        background-color: #e11731;
        color: #ffffff !important;
        margin: 0px auto; }
        .wrapper .grid .buttonRow .button.red:hover {
          background-color: #eb4056; }
  .wrapper .bannerGrid {
    display: flex;
    flex-flow: row wrap;
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    width: 100%;
    margin-bottom: 30px;
    justify-content: center;
    /* center items vertically, in this case */ }
    .wrapper .bannerGrid .col {
      width: 25%; }
      .wrapper .bannerGrid .col:last-of-type {
        width: 50%;
        text-align: center; }
        .wrapper .bannerGrid .col:last-of-type img {
          height: calc(200% + 6px); }
        .wrapper .bannerGrid .col:last-of-type P {
          position: absolute;
          bottom: 20px;
          width: calc(100% - 40px);
          left: 20px;
          display: block;
          color: #ffffff;
          text-decoration: none;
          font-size: 60px; }
      .wrapper .bannerGrid .col img {
        width: 100%;
        height: 100%; }
      .wrapper .bannerGrid .col menu {
        background: #e11731;
        margin: 0px 6px 6px 0px;
        padding: 0px;
        height: 50%; }
        .wrapper .bannerGrid .col menu li {
          list-style-type: none;
          border-top: solid 1px #f0485d;
          box-shadow: 0 -5px 5px -5px #bd081f;
          padding: 10px 20px;
          margin: 0px; }
          .wrapper .bannerGrid .col menu li:first-of-type {
            border-top: none;
            box-shadow: none; }
          .wrapper .bannerGrid .col menu li h3 {
            color: #ffffff;
            display: inline-block;
            text-align: center;
            width: 100%;
            font-size: 32px;
            margin-top: 10px;
            font-weight: 400; }
          .wrapper .bannerGrid .col menu li a {
            text-decoration: none;
            color: #ffffff; }
      .wrapper .bannerGrid .col figure {
        margin: 0px 6px 6px 0px;
        position: relative;
        height: 50%; }
        .wrapper .bannerGrid .col figure span.overlay {
          position: absolute;
          top: 0px;
          left: 0px;
          padding: 10px;
          width: 100%;
          font-size: 10px;
          -ms-word-break: break-all;
          word-break: break-all;
          word-break: break-word;
          -webkit-hyphens: auto;
          -moz-hyphens: auto;
          hyphens: auto;
          color: #ffffff;
          text-align: left;
          background: rgba(0, 0, 0, 0.6);
          line-height: 12px; }
        .wrapper .bannerGrid .col figure.big {
          margin: 0px 0px 0px 0px; }
          .wrapper .bannerGrid .col figure.big p {
            line-height: 60px;
            font-family: 'Assistant','Open Sans', sans-serif; }
          .wrapper .bannerGrid .col figure.big a {
            font-size: 16px;
            font-weight: 400;
            color: #ffffff;
            text-decoration: underline; }
        .wrapper .bannerGrid .col figure a {
          position: absolute;
          bottom: 20px;
          width: calc(100% - 40px);
          left: 20px;
          display: block;
          color: #ffffff;
          text-decoration: none;
          font-size: 32px;
          text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); }
          .wrapper .bannerGrid .col figure a span {
            border: solid 2px #ffffff;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            text-align: center;
            float: right;
            margin-top: 10px;
            padding-top: 2px;
            padding-left: 1px;
            font-size: 22px;
            font-weight: 700; }
  .wrapper .industryBlock {
    padding: 30px 40px 100px 50px;
    border-style: solid;
    border-width: 1px;
    width: calc(50% - 15px);
    border-color: #dce2e4;
    background-color: white;
    box-shadow: 0px 0px 15px 0px rgba(43, 49, 52, 0.1);
    margin: 40px 0px 0px 0px;
    position: relative; }
    .wrapper .industryBlock:nth-of-type(2n) {
      margin-right: 0px !important; }
    .wrapper .industryBlock:nth-of-type(2n)::after {
      content: '';
      width: 100%; }
    .wrapper .industryBlock figure {
      float: right;
      margin: 0px 0px 20px 20px; }
    .wrapper .industryBlock h2 {
      margin: 10px 0px 10px 0px; }
    .wrapper .industryBlock h3 {
      margin-top: -10px;
      font-size: 18px;
      font-weight: 600; }
    .wrapper .industryBlock span.keyword {
      background: #6498c0;
      color: #ffffff;
      font-size: 14px;
      border-radius: 20px;
      padding: 5px 10px;
      margin-bottom: 10px;
      display: inline-block; }
    .wrapper .industryBlock a.button {
      position: absolute;
      bottom: 30px;
      left: 50px; }
  .wrapper .logoBlock {
    display: flex;
    margin: 40px 0px -30px 0px; }
    .wrapper .logoBlock:last-of-type {
      margin: 40px 0px 0px 0px; }
    .wrapper .logoBlock figure {
      border-bottom: solid 1px #dce2e4;
      position: relative;
      width: 30%;
      margin-bottom: 30px; }
      .wrapper .logoBlock figure img {
        object-fit: cover;
        height: 260px;
        width: 100%; }
      .wrapper .logoBlock figure span.overlay {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 10px;
        width: 100%;
        font-size: 10px;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
        color: #ffffff;
        text-align: left;
        background: rgba(0, 0, 0, 0.6);
        line-height: 12px; }
    .wrapper .logoBlock .content {
      border-bottom: solid 1px #dce2e4;
      padding: 0 40px 100px 40px;
      position: relative;
      margin-left: -1px;
      width: 100%;
      margin-bottom: 30px; }
      .wrapper .logoBlock .content h2 {
        margin-top: -10px;
        margin-bottom: 20px; }
      .wrapper .logoBlock .content span {
        color: #6498c0;
        font-weight: bold;
        margin-right: 100px;
        display: inline-block; }
        .wrapper .logoBlock .content span i {
          font-weight: bold;
          color: #000000;
          font-style: normal; }
      .wrapper .logoBlock .content p {
        margin-top: 0px; }
      .wrapper .logoBlock .content a.button.red {
        position: absolute;
        bottom: 30px;
        left: 40px; }
    .wrapper .logoBlock:last-of-type {
      margin: 40px 0px 65px 0px; }
    .wrapper .logoBlock:first-of-type {
      margin: 65px 0px -30px 0px; }
  .wrapper .newsBlock {
    border: solid 1px #dce2e4;
    background-color: white;
    margin: 0px 0px 45px 0px;
    padding: 20px 30px 10px 30px;
    display: block;
    color: #000000;
    text-decoration: none;
    overflow: hidden;
    /*  
            https://css-tricks.com/almanac/properties/b/break-inside/
            the following 3 lines will avoid the items 
            to break halfway through to fill the columns
        */
    break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid; }
    .wrapper .newsBlock h2, .wrapper .newsBlock p {
      width: auto;
      display: block; }
    .wrapper .newsBlock h2 {
      margin: -10px 0px 10px 0px;
      display: inline-block; }
    .wrapper .newsBlock img {
      object-fit: cover;
      height: 150px;
      width: 120% !important;
      margin: -20px 30px 20px -30px; }
    .wrapper .newsBlock figure {
      position: relative;
      margin: -20px 30px 20px -30px; }
      .wrapper .newsBlock figure img {
        width: auto; }
      .wrapper .newsBlock figure span.overlay {
        position: absolute;
        bottom: 4px;
        left: 0px;
        padding: 10px;
        width: 112%;
        font-size: 10px;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
        color: #ffffff;
        text-align: left;
        background: rgba(0, 0, 0, 0.6);
        line-height: 12px; }
  .wrapper .contentBlock {
    display: block;
    width: 100%;
    margin: 40px 0px;
    padding-top: 60px;
    padding-bottom: 20px;
    border-top: solid 1px #dce2e4; }
    .wrapper .contentBlock.right figure {
      position: relative;
      float: right;
      margin-left: 40px; }
      .wrapper .contentBlock.right figure span.overlay {
        position: absolute;
        bottom: 4px;
        left: 0px;
        padding: 10px;
        width: 100%;
        font-size: 10px;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
        color: #ffffff;
        background: rgba(0, 0, 0, 0.6);
        line-height: 12px; }
    .wrapper .contentBlock.left figure {
      position: relative;
      float: left;
      margin-right: 80px; }
      .wrapper .contentBlock.left figure span.overlay {
        position: absolute;
        bottom: 4px;
        left: 0px;
        padding: 10px;
        width: 100%;
        font-size: 10px;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
        color: #ffffff;
        background: rgba(0, 0, 0, 0.6);
        line-height: 12px; }
    .wrapper .contentBlock h2 {
      margin-bottom: 0px; }
    .wrapper .contentBlock span.keyword {
      background: #6498c0;
      color: #ffffff;
      font-size: 14px;
      border-radius: 20px;
      padding: 5px 10px;
      margin-bottom: 10px;
      display: inline-block; }
    .wrapper .contentBlock:after {
      content: '';
      display: block;
      clear: both; }
    .wrapper .contentBlock a.button {
      margin-top: 20px; }
  .wrapper .challenges {
    background: #eff4f9;
    margin-top: 40px;
    padding-top: 60px;
    padding-bottom: 40px; }
    .wrapper .challenges .grid {
      display: block;
      text-align: center; }
      .wrapper .challenges .grid h2 {
        font-size: 48px;
        margin-bottom: 0px; }
      .wrapper .challenges .grid p {
        margin-bottom: 50px; }
      .wrapper .challenges .grid .blocks {
        display: flex; }
        .wrapper .challenges .grid .blocks .block {
          flex-grow: 1;
          flex-basis: 0;
          padding: 60px 35px 35px 35px;
          border-style: solid;
          border-width: 1px;
          margin-right: 20px;
          border-color: #dce2e4;
          background-color: white;
          box-shadow: 0px 0px 15px 0px rgba(43, 49, 52, 0.1); }
          .wrapper .challenges .grid .blocks .block h3 {
            position: relative;
            padding-top: 20px;
            font-size: 23px; }
            .wrapper .challenges .grid .blocks .block h3:before {
              content: "";
              margin: -20px auto 0 auto;
              left: 0;
              right: 0;
              position: absolute;
              width: 50px;
              border-bottom: solid 3px #ecf0f1; }
          .wrapper .challenges .grid .blocks .block:last-of-type {
            margin-right: 0px; }
          .wrapper .challenges .grid .blocks .block span {
            border-radius: 50%;
            width: 86px;
            height: 86px;
            color: #6498c0;
            font-size: 36px;
            padding-top: 23px;
            border: solid 1px #e9e9e9; }
  .wrapper .mapBlock {
    border: solid 1px #dce2e4;
    background-color: white;
    box-shadow: 0px 0px 15px 0px rgba(43, 49, 52, 0.1);
    margin: 0px 30px 30px 0px;
    padding: 20px 20px 0px 20px;
    flex: 1 1 0;
    width: 20%; }
    .wrapper .mapBlock:last-of-type {
      margin-right: 0px; }
    .wrapper .mapBlock h2 {
      background: #eff4f9;
      padding: 20px 30px;
      font-size: 24px !important;
      margin: -20px -20px 20px -20px; }
    .wrapper .mapBlock ul {
      margin: -20px -20px 0px -20px;
      padding: 0px; }
      .wrapper .mapBlock ul li {
        list-style-type: none; }
        .wrapper .mapBlock ul li a {
          color: #000000;
          display: block;
          border-bottom: solid 1px #dce2e4;
          padding: 15px 20px 15px 30px;
          text-decoration: none; }
        .wrapper .mapBlock ul li:last-of-type a {
          border-bottom: none; }
  .wrapper #map {
    width: 100%;
    height: 400px;
    background-color: grey; }
  .wrapper .banner {
    width: 100%;
    position: relative;
    text-align: center; }
    .wrapper .banner span.overlay {
      position: absolute;
      bottom: 4px;
      left: 0px;
      padding: 10px;
      width: 50%;
      font-size: 10px;
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      hyphens: auto;
      color: #ffffff;
      text-align: left;
      background: rgba(0, 0, 0, 0.6);
      line-height: 12px; }
    .wrapper .banner img {
      width: 100%;
      object-fit: cover;
      height: 445px; }
    .wrapper .banner h1 {
      color: #ffffff;
      z-index: 99;
      top: 0px;
      left: 0px;
      right: 0px;
      margin: 70px auto 50px auto;
      width: 700px;
      font-size: 3.25rem;
      text-align: center;
      position: absolute; }
      .wrapper .banner h1 span {
        display: block;
        font-weight: normal;
        font-size: 28px;
        margin-top: 24px;
        line-height: 50px; }
      .wrapper .banner h1 img {
        width: 175px;
        height: 175px;
        display: block;
        margin: 20px auto; }
    .wrapper .banner.head h1 {
      position: relative;
      color: #000000; }
    .wrapper .banner.head span {
      font-size: 14px;
      margin-top: 10px;
      line-height: 20px; }
  .wrapper .breadCrumbs {
    margin-bottom: 20px; }
    .wrapper .breadCrumbs a {
      color: #e1142e;
      font-size: 14px;
      text-decoration: none; }
      .wrapper .breadCrumbs a:after {
        content: "\f105";
        font-family: FontAwesome;
        padding: 0px 3px 0px 7px; }
  .wrapper .tags {
    margin: 40px 0px 53px 0px; }
    .wrapper .tags a {
      border: solid 2px #6498c0;
      border-radius: 5px;
      color: #6498c0;
      padding: 10px 20px;
      font-weight: 700;
      text-decoration: none;
      margin-right: 6px; }
  .wrapper .contact {
    margin: -4px 140px 40px 0px; }
    .wrapper .contact input[type=text] {
      border-style: solid;
      border-width: 1px;
      border-color: #dce2e4;
      border-radius: 7px;
      background-color: white;
      box-shadow: inset 0px 0px 15px 0px rgba(38, 39, 43, 0.15);
      width: 100%;
      height: 69px;
      padding: 0px 30px;
      margin-bottom: 10px;
      display: block;
      font-size: 20px;
      outline: 0px; }
    .wrapper .contact textarea {
      border-style: solid;
      border-width: 1px;
      border-color: #dce2e4;
      border-radius: 7px;
      background-color: white;
      box-shadow: inset 0px 0px 15px 0px rgba(38, 39, 43, 0.15);
      width: 100%;
      height: 169px;
      padding: 20px 30px;
      display: block;
      outline: 0px;
      font-size: 20px;
      margin-bottom: 10px; }
    .wrapper .contact input[type=submit] {
      border: none;
      float: right; }
    .wrapper .contact fieldset {
      border: none;
      width: 700px; }
      .wrapper .contact fieldset p:last-of-type {
        margin-bottom: 40px; }
    .wrapper .contact label {
      display: block;
      position: relative; }
      .wrapper .contact label.error input[type=text], .wrapper .contact label.error textarea {
        color: #e1142e !important; }
      .wrapper .contact label.error.error:before {
        content: "\f071";
        font-family: "FontAwesome";
        position: absolute;
        right: 30px;
        top: 25px;
        font-size: 20px;
        color: #e1142e; }
    .wrapper .contact ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #7f7f7f;
      font-style: italic;
      font-size: 20px;
      font-weight: 300; }
    .wrapper .contact ::-moz-placeholder {
      /* Firefox 19+ */
      color: #7f7f7f;
      font-style: italic;
      font-size: 20px;
      font-weight: 300; }
    .wrapper .contact :-ms-input-placeholder {
      /* IE 10+ */
      color: #7f7f7f;
      font-style: italic;
      font-size: 20px;
      font-weight: 300; }
    .wrapper .contact :-moz-placeholder {
      /* Firefox 18- */
      color: #7f7f7f;
      font-style: italic;
      font-size: 20px;
      font-weight: 300; }
    .wrapper .contact textarea::placeholder {
      color: #7f7f7f;
      font-style: italic;
      font-size: 22px;
      font-weight: 300; }
  .wrapper .faq {
    margin: 0px 40px 40px 0px;
    flex-grow: 1;
    -webkit-flex-grow: 1; }
    .wrapper .faq span {
      border: solid 1px #dce2e4;
      padding: 20px 30px;
      color: #000000;
      text-decoration: none;
      position: relative;
      display: block;
      font-weight: bold;
      font-size: 20px;
      margin-bottom: 10px; }
      .wrapper .faq span:after {
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        top: 24px;
        right: 20px;
        color: #e11731; }
      .wrapper .faq span.open {
        color: #e11731;
        box-shadow: 0px 0px 15px 0px rgba(43, 49, 52, 0.1); }
        .wrapper .faq span.open:after {
          content: "\f106"; }
        .wrapper .faq span.open p {
          font-size: 14px !important;
          font-weight: 400;
          display: block;
          color: #000000;
          margin-top: 10px; }
        .wrapper .faq span.open a {
          width: auto; }
          .wrapper .faq span.open a.button {
            display: inline-block; }
        .wrapper .faq span.open .options {
          color: #000000;
          margin: 10px 0px 20px 0px; }
          .wrapper .faq span.open .options strong {
            color: #000000;
            font-size: 14px;
            margin-right: 100px; }
            .wrapper .faq span.open .options strong em {
              color: #000000;
              font-style: normal;
              font-weight: normal; }
        .wrapper .faq span.open h3 {
          color: #000000;
          font-size: 16px;
          margin: 0px 0px 5px 0px; }
        .wrapper .faq span.open ul {
          margin: 0px 0px 20px 0px;
          padding: 0px; }
          .wrapper .faq span.open ul li {
            list-style-type: none;
            color: #000000;
            font-size: 14px;
            margin: 0px 0px 8px 0px;
            font-weight: normal; }
            .wrapper .faq span.open ul li:before {
              content: "\f00c";
              font-family: "FontAwesome";
              padding-right: 10px;
              color: #e11731; }
      .wrapper .faq span.closed p, .wrapper .faq span.closed h3, .wrapper .faq span.closed ul, .wrapper .faq span.closed a {
        display: none; }
      .wrapper .faq span.closed .options {
        margin-top: 10px; }
        .wrapper .faq span.closed .options strong {
          font-size: 14px;
          margin-right: 100px; }
          .wrapper .faq span.closed .options strong em {
            font-style: normal;
            font-weight: normal; }
      .wrapper .faq span a {
        color: #e11731;
        width: 100%;
        display: block;
        font-size: 14px;
        border-top: solid 1px #dce2e4;
        padding-top: 15px;
        font-weight: 400; }
  .wrapper .persons {
    margin: 0px 0px 40px 0px;
    width: 271px;
    height: 400px; }
    .wrapper .persons .person.small {
      margin: 0px;
      float: none; }
  .wrapper .person {
    background: url(../images/placeHolder.png) no-repeat 0% 0%;
    display: flex;
    height: 265px;
    margin: 40px 0px 20px 0px;
    padding: 40px 40px 40px 70px;
    justify-content: space-between;
    align-content: space-between; }
    .wrapper .person.small {
      background: url(../images/placeholderSmall.png) no-repeat 0% 0%;
      width: 271px;
      height: 397px;
      float: right;
      display: block;
      padding: 20px 40px 40px 40px;
      margin: 0px -150px 20px 40px;
      text-align: center; }
      .wrapper .person.small .info {
        width: auto;
        margin-right: 0px; }
      .wrapper .person.small img {
        width: 128px;
        height: 128px; }
    .wrapper .person .info {
      width: 334px;
      float: right;
      margin-right: 20px;
      color: #ffffff;
      text-align: center; }
      .wrapper .person .info em {
        display: block;
        font-size: 16px; }
      .wrapper .person .info span.name {
        font-size: 24px;
        margin: 10px 0px 0px 0px;
        display: block;
        font-weight: 700; }
      .wrapper .person .info p {
        font-size: 14px !important;
        margin-top: 10px; }
    .wrapper .person img {
      height: 175px; }
  .wrapper footer {
    background: #3f3f40; }
    .wrapper footer .grid {
      display: flex; }
      .wrapper footer .grid .col {
        width: 25%;
        padding: 20px 0px; }
        .wrapper footer .grid .col h3 {
          color: #ffffff; }
          .wrapper footer .grid .col h3 a {
            color: #ffffff;
            text-decoration: none; }
        .wrapper footer .grid .col ul {
          margin: 0px;
          padding: 0px; }
          .wrapper footer .grid .col ul.second {
            margin-top: 69px; }
          .wrapper footer .grid .col ul li {
            list-style-type: none;
            margin-bottom: 15px; }
            .wrapper footer .grid .col ul li a {
              text-decoration: none;
              font-size: 13px;
              color: #c3c3c3; }
        .wrapper footer .grid .col p {
          color: #c3c3c3;
          line-height: 30px; }
        .wrapper footer .grid .col a.fa {
          width: 40px;
          height: 40px;
          display: inline-block;
          color: #ffffff;
          text-decoration: none;
          text-align: center;
          font-size: 18px;
          padding-top: 11px; }
          .wrapper footer .grid .col a.fa.fa-twitter {
            background: #15a3eb; }
          .wrapper footer .grid .col a.fa.fa-google-plus {
            background: #d64039; }
          .wrapper footer .grid .col a.fa.fa-youtube {
            background: #cf1e27; }
          .wrapper footer .grid .col a.fa.fa-linkedin {
            background: #0085ba; }
  .wrapper .bodyNav {
    position: absolute;
    top: 30px;
    width: 100%; }
    .wrapper .bodyNav .red {
      position: fixed;
      right: 40px;
      bottom: 100px;
      padding: 10px 15px; }
    .wrapper .bodyNav menu {
      margin: 0px;
      padding: 0px; }
      .wrapper .bodyNav menu li {
        float: left;
        list-style-type: none; }
    .wrapper .bodyNav .metaMenu {
      position: absolute;
      top: 0px;
      right: 0px; }
      .wrapper .bodyNav .metaMenu a {
        color: #000000;
        font-size: 16px;
        text-decoration: none;
        font-weight: 700;
        margin-left: 40px; }
    .wrapper .bodyNav .topMenu {
      position: absolute;
      top: 76px;
      left: 0px;
      width: 100%; }
      .wrapper .bodyNav .topMenu li {
        margin: 0px 10px 0px 0px;
        /*&:last-of-type { 
					float: right;
					a {
						margin-right: 0px;
						background: #ea5165;
						width: 53px;
						height: 53px;
						display: block;
						padding: 0px;
						margin-top: -15px;
						text-align: center;
						padding-top: 16px;

					}
				}*/ }
        .wrapper .bodyNav .topMenu li a {
          color: #ffffff;
          font-size: 16px;
          padding: 0px 30px;
          text-decoration: none; }
          .wrapper .bodyNav .topMenu li a:hover, .wrapper .bodyNav .topMenu li a.active {
            background: #ffffff;
            color: #e1142e;
            padding: 10px 30px;
            border-radius: 4px;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden; }
        .wrapper .bodyNav .topMenu li:first-of-type a {
          padding: 0px 30px 0px 0px; }
          .wrapper .bodyNav .topMenu li:first-of-type a:hover, .wrapper .bodyNav .topMenu li:first-of-type a.active {
            background: #ffffff;
            color: #e1142e;
            padding: 10px 30px;
            border-radius: 4px;
            margin-left: -30px; }
  .wrapper .slider figure {
    background: url(../images/imgUSP.jpg) no-repeat 0% 0%;
    background-size: 100% 100%;
    color: #ffffff;
    width: 100%;
    height: 475px;
    text-align: center;
    padding: 150px 40px 0px 40px; }
    .wrapper .slider figure h3 {
      font-size: 24px; }
  .wrapper .slider .person.small {
    float: none;
    width: 100%;
    margin: 0px;
    background-size: 100% 100%; }
  .wrapper .unslider-arrow {
    display: none; }
  .wrapper .unslider ol {
    margin-top: 20px; }
    .wrapper .unslider ol li {
      border: solid 3px #e1142e;
      background: #ffffff;
      width: 15px;
      height: 15px;
      border-radius: 50%; }
      .wrapper .unslider ol li.unslider-active {
        background: #e1142e; }

/**
 * CSS Modal
 * http://drublic.github.com/css-modal
 *
 * @author Hans Christian Reinl - @drublic
 */
/**
 * CSS Modal Configuration
 * http://drublic.github.com/css-modal
 *
 * @author Hans Christian Reinl - @drublic
 */
html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.has-overlay {
  overflow: hidden;
  height: auto; }
  .has-overlay > body {
    height: 100%;
    overflow: hidden; }

.modal--fade, .modal--show {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  display: none\9; }
  .modal--fade:target, .modal--show:target, .is-active.modal--fade, .is-active.modal--show {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    width: auto;
    height: auto;
    opacity: 1; }
  .is-active.modal--fade, .is-active.modal--show {
    display: block\9;
    height: 100%\9;
    width: 100%\9; }
  .modal--fade:target, .modal--show:target, .is-active.modal--fade, .is-active.modal--show {
    display: block\9; }
  .modal--fade .modal-inner, .modal--show .modal-inner {
    position: absolute;
    top: 60px;
    left: 50%;
    z-index: 20;
    margin-left: -280px;
    width: 560px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
    .modal--fade .modal-inner > img, .modal--show .modal-inner > img, .modal--fade .modal-inner > video, .modal--show .modal-inner > video, .modal--fade .modal-inner > iframe, .modal--show .modal-inner > iframe {
      width: 100%;
      height: auto;
      min-height: 300px; }
    .modal--fade .modal-inner > img, .modal--show .modal-inner > img {
      width: auto;
      max-width: 100%; }
    .modal--fade .modal-inner iframe, .modal--show .modal-inner iframe {
      display: block;
      width: 100%;
      border: 0; }
  .modal--fade .modal-content, .modal--show .modal-content {
    position: relative;
    max-height: 400px;
    max-height: 60vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .modal--fade .modal-content > *, .modal--show .modal-content > * {
      max-width: 100%; }
  .modal--fade footer, .modal--show footer {
    border-top: 1px solid white;
    padding: 0 1.2em 18px;
    background: #f0f0f0;
    border-radius: 2px; }
  .modal--fade .modal-close, .modal--show .modal-close {
    display: block;
    height: 1px;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden; }
    .modal--fade .modal-close:focus:after, .modal--show .modal-close:focus:after {
      outline: 1px dotted;
      outline: -webkit-focus-ring-color auto 5px; }
    .modal--fade .modal-close:before, .modal--show .modal-close:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10; }
    .modal--fade .modal-close:after, .modal--show .modal-close:after {
      content: '\00d7';
      position: absolute;
      top: 66px;
      right: 50.555%;
      font-size: 24px;
      z-index: 20;
      margin-right: -280px; }
  @media screen and (max-width: 600px) {
    .modal--fade .modal-inner, .modal--show .modal-inner {
      width: auto;
      left: 20px;
      right: 20px;
      margin-left: 0; }
    .modal--fade .modal-close:after, .modal--show .modal-close:after {
      margin-right: 0 !important;
      right: 20px; } }
  @media screen and (max-width: 30em) {
    .modal--fade, .modal--show {
      -webkit-transform: translate(0, 400px);
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      -webkit-transition: opacity 1ms .25s;
      -moz-transition: opacity 1ms .25s;
      -o-transition: opacity 1ms .25s;
      -ms-transition: opacity 1ms .25s;
      transition: opacity 1ms .25s;
      display: block;
      right: auto;
      bottom: auto; }
      .modal--fade:target, .modal--show:target, .is-active.modal--fade, .is-active.modal--show {
        width: 100%;
        height: 100%; }
        .modal--fade:target .modal-close, .modal--show:target .modal-close, .is-active.modal--fade .modal-close, .is-active.modal--show .modal-close {
          display: block; }
      .modal--fade .modal-inner, .modal--show .modal-inner {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        overflow: auto; }
      .modal--fade .modal-content, .modal--show .modal-content {
        max-height: none;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto; }
      .modal--fade .modal-close, .modal--show .modal-close {
        display: none;
        right: auto; }
        .modal--fade .modal-close:before, .modal--show .modal-close:before {
          content: '';
          position: fixed;
          top: 0;
          left: 0;
          right: 0;
          z-index: 20; }
        .modal--fade .modal-close:after, .modal--show .modal-close:after {
          top: 5px !important;
          right: 5px;
          left: auto;
          margin-left: 0; } }
  @media screen and (max-height: 46em) and (min-width: 30em) {
    .modal--fade .modal-content, .modal--show .modal-content {
      max-height: 340px;
      max-height: 50vh; } }
  @media screen and (max-height: 36em) and (min-width: 30em) {
    .modal--fade .modal-content, .modal--show .modal-content {
      max-height: 265px;
      max-height: 40vh; } }
  .is-stacked.modal--fade, .is-stacked.modal--show {
    -webkit-transform: translate(0, 0) scale(1, 1);
    -moz-transform: translate(0, 0) scale(1, 1);
    -o-transform: translate(0, 0) scale(1, 1);
    -ms-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1);
    opacity: 1; }
    .is-stacked.modal--fade .modal-inner, .is-stacked.modal--show .modal-inner {
      -webkit-animation: scaleDown .7s ease both;
      -moz-animation: scaleDown .7s ease both;
      animation: scaleDown .7s ease both; }
    .is-stacked.modal--fade .modal-close, .is-stacked.modal--show .modal-close {
      opacity: 0; }
    @media screen and (max-width: 30em) {
      .is-stacked.modal--fade, .is-stacked.modal--show {
        -webkit-animation: scaleDown .7s ease both;
        -moz-animation: scaleDown .7s ease both;
        animation: scaleDown .7s ease both; }
        .is-stacked.modal--fade .modal-inner, .is-stacked.modal--show .modal-inner {
          -webkit-animation: none;
          -moz-animation: none;
          animation: none; }
        .is-stacked.modal--fade .modal-close, .is-stacked.modal--show .modal-close {
          opacity: 1; } }

/**
 * All animations for CSS Modal
 *
 * Available:
 * - %modal--transition-fade (fade)
 * - %modal--transition-zoomIn (zooms in)
 * - %modal--transition-plainScreen (hides background)
 *
 * Usage:
 *
 * .selector {
 * 		@extend %modal--transition-fade;
 * }
 *
 */
@media screen and (min-width: 30em) {
  .modal--fade {
    transition: opacity 0.4s; } }

/**
 * CSS Modal Themes
 * http://drublic.github.com/css-modal
 *
 * @author Hans Christian Reinl - @drublic
 */
/*
 * Global Theme Styles
 */
.modal--fade, .modal--show {
  color: #222;
  line-height: 1.3; }
  .modal--fade .modal-inner, .modal--show .modal-inner {
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    max-width: 100%;
    -webkit-transition: max-width 0.25s linear, margin-left 0.125s linear;
    transition: max-width 0.25s linear, margin-left 0.125s linear; }
  .modal--fade header, .modal--show header {
    padding: 20px 40px 0px 40px;
    background: #ffffff;
    font-size: 12px;
    line-height: 18px;
    height: auto; }
    .modal--fade header > h2, .modal--show header > h2 {
      margin: 0.5em 0; }
    .modal--fade header a, .modal--show header a {
      float: right;
      text-decoration: underline;
      margin-top: 16px;
      font-size: 80%; }
      .modal--fade header a:before, .modal--show header a:before {
        font-family: FontAwesome;
        content: '\f064';
        padding-left: 10px;
        display: inline-block;
        transform: scaleX(-1);
        text-decoration: none !important; }
    .modal--fade header ol, .modal--show header ol {
      margin: 20px 0px 0px 0px;
      counter-reset: item; }
      .modal--fade header ol li, .modal--show header ol li {
        margin: 0px 0px 10px 0px;
        display: block;
        font-size: 18px; }
        .modal--fade header ol li:before, .modal--show header ol li:before {
          content: counters(item, ".") " ";
          counter-increment: item; }
        .modal--fade header ol li ol, .modal--show header ol li ol {
          margin: 0px 0px 0px 0px; }
          .modal--fade header ol li ol li, .modal--show header ol li ol li {
            font-size: 12px;
            margin: 0px 0px 20px 0px; }
  .modal--fade .modal-content, .modal--show .modal-content {
    padding: 0px 40px 15px 40px;
    background: #ffffff;
    text-align: center; }
    .modal--fade .modal-content h3, .modal--show .modal-content h3 {
      background: #000000;
      padding: 10px 30px;
      margin-bottom: 20px;
      padding-top: 30px; }
      .modal--fade .modal-content h3:before, .modal--show .modal-content h3:before {
        content: attr(room);
        color: #000000;
        position: absolute;
        top: 62px; }
    .modal--fade .modal-content p, .modal--show .modal-content p {
      margin-bottom: 16px;
      text-align: left; }
    .modal--fade .modal-content fieldset, .modal--show .modal-content fieldset {
      border: none;
      margin: 0px 0px 20px 0px; }
      .modal--fade .modal-content fieldset input[type='checkbox'], .modal--show .modal-content fieldset input[type='checkbox'] {
        float: left;
        width: 20px;
        margin-top: 3px; }
      .modal--fade .modal-content fieldset label, .modal--show .modal-content fieldset label {
        width: calc(100% - 20px);
        text-align: left;
        float: left; }
    .modal--fade .modal-content .btn.blue, .modal--show .modal-content .btn.blue, .modal--fade .modal-content .btn.orange, .modal--show .modal-content .btn.orange {
      float: right;
      width: auto;
      padding: 10px 40px; }
  .modal--fade footer, .modal--show footer {
    padding: 40px 40px 30px 40px;
    background: #ffffff;
    border: none !important; }
  .modal--fade .modal-close, .modal--show .modal-close {
    text-indent: -100px; }
    .modal--fade .modal-close:before, .modal--show .modal-close:before {
      background: rgba(0, 0, 0, 0.6); }
    .modal--fade .modal-close:after, .modal--show .modal-close:after {
      content: '\00d7';
      color: #e1142e;
      background: #fff;
      border-radius: 2px;
      padding: 2px 8px;
      font-size: 26px;
      text-decoration: none;
      text-indent: 0; }
  @media screen and (max-width: 30em) {
    .modal--fade .modal-close:before, .modal--show .modal-close:before {
      background: #fff;
      height: 3em; }
    .modal--fade .modal-inner, .modal--show .modal-inner {
      padding-top: 3em;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .modal--fade header, .modal--show header {
      padding: 0 40px 20px 40px; }
      .modal--fade header h2, .modal--show header h2 {
        margin: 0px !important; }
    .modal--fade .modal-close, .modal--show .modal-close {
      text-decoration: none; }
      .modal--fade .modal-close:after, .modal--show .modal-close:after {
        content: attr(data-close);
        font-size: 0.8em;
        padding: 0.5em 1em;
        margin: 5px 0px 0px 0px;
        right: 10px;
        color: #000000; } }

/*
 * Plain Screen Theme Styles
 */
/**
 * Apply the desired modal behavior to your container selector
 */
@media screen and (min-width: 100px) and (max-width: 768px) {
  .wrapper .grid {
    width: 100% !important;
    overflow-x: hidden; }
  .wrapper header {
    padding: 0px 20px; }
  .wrapper span.fa-bars {
    color: #000000;
    font-size: 200%;
    padding: 10px;
    position: absolute;
    right: -10px;
    top: 0px;
    z-index: 9999;
    display: block !important; }
  .wrapper .bodyNav {
    position: fixed;
    top: 0px;
    right: -284px;
    width: 284px;
    font-size: 120%;
    z-index: 99;
    background: #ffffff;
    padding: 20px;
    overflow: auto;
    height: 100%;
    z-index: 9999;
    border-radius: 0px;
    border-right: solid 1px #ececec;
    border-left: solid 1px #ececec;
    transition: all 0.3s ease-in-out; }
    .wrapper .bodyNav .grid {
      overflow-x: visible; }
    .wrapper .bodyNav .topMenu {
      position: relative;
      top: 40px;
      left: 0px; }
      .wrapper .bodyNav .topMenu li {
        display: block;
        float: none;
        margin-bottom: 20px !important; }
        .wrapper .bodyNav .topMenu li a {
          color: #000000;
          margin: 0px;
          padding: 0px; }
          .wrapper .bodyNav .topMenu li a.active {
            margin: 0px;
            padding: 0px; }
    .wrapper .bodyNav .metaMenu {
      left: 0px; }
      .wrapper .bodyNav .metaMenu li {
        display: block;
        margin-bottom: 30px; }
        .wrapper .bodyNav .metaMenu li a {
          margin: 0px 20px 0px 0px; }
    .wrapper .bodyNav .open {
      display: block;
      height: 100vh;
      -webkit-transform: translate3d(284px, 0, 0);
      -ms-transform: translate3d(284px, 0, 0);
      -moz-transform: translate3d(284px, 0, 0);
      -o-transform: translate3d(284px, 0, 0);
      transform: translate3d(284px, 0, 0);
      -webkit-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .wrapper.push {
    -webkit-transform: translate3d(-284px, 0, 0);
    -ms-transform: translate3d(-284px, 0, 0);
    -moz-transform: translate3d(-284px, 0, 0);
    -o-transform: translate3d(-284px, 0, 0);
    transform: translate3d(-284px, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .wrapper .banner h1 {
    width: 100%;
    padding: 0px 20px;
    position: relative;
    color: #000000;
    overflow: hidden;
    font-size: 3em;
    text-overflow: ellipsis; }
  .wrapper .banner img {
    display: none; }
  .wrapper .bannerGrid {
    margin: 0px 20px;
    width: calc(100% - 40px); }
    .wrapper .bannerGrid .col {
      width: 100%;
      position: relative;
      margin: 0px 0px 20px 0px; }
      .wrapper .bannerGrid .col:last-of-type {
        width: 100%; }
        .wrapper .bannerGrid .col:last-of-type p {
          width: 100%;
          padding: 0px 20px;
          left: 0px;
          bottom: 30%;
          font-size: 30px; }
      .wrapper .bannerGrid .col menu {
        margin: 0px 0px 10px 0px; }
      .wrapper .bannerGrid .col figure {
        margin: 0px 0px 10px 0px; }
        .wrapper .bannerGrid .col figure.big {
          margin-top: 0px;
          position: static; }
          .wrapper .bannerGrid .col figure.big p {
            line-height: 45px; }
  .wrapper article {
    padding: 0px 20px; }
    .wrapper article .grid {
      width: 100%;
      display: block; }
      .wrapper article .grid .news {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0px; }
      .wrapper article .grid .usp {
        width: 100%; }
      .wrapper article .grid .contact {
        margin-right: 0px;
        width: 100%; }
        .wrapper article .grid .contact fieldset {
          width: 100%; }
      .wrapper article .grid .unslider {
        width: 100%;
        margin-bottom: 40px; }
        .wrapper article .grid .unslider figure {
          width: 100%; }
      .wrapper article .grid.small.up {
        margin-top: 0px; }
        .wrapper article .grid.small.up .quote.small {
          margin: 0px 0px 20px 0px; }
      .wrapper article .grid .faq {
        margin: 0px 0px 40px 0px; }
      .wrapper article .grid.sitemap {
        width: 100%;
        height: 100%;
        display: block;
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap; }
        .wrapper article .grid.sitemap .mapBlock {
          display: block;
          margin-right: 0px;
          align-items: center;
          -webkit-align-items: center;
          flex: 1;
          -webkit-flex: 1; }
      .wrapper article .grid .contentBlock.left figure, .wrapper article .grid .contentBlock.right figure {
        margin: 0px 0px 20px 0px; }
      .wrapper article .grid .contentBlock img {
        width: 100%;
        float: none;
        margin: 0px 0px 20px 0px; }
      .wrapper article .grid .industryBlock {
        width: 100%; }
        .wrapper article .grid .industryBlock figure {
          display: block;
          float: none;
          margin: 0px; }
      .wrapper article .grid.news {
        column-count: 1;
        column-gap: 0px; }
        .wrapper article .grid.news .newsBlock {
          width: 100%;
          overflow: hidden; }
          .wrapper article .grid.news .newsBlock img {
            width: 122% !important; }
      .wrapper article .grid figure img {
        width: 100%; }
      .wrapper article .grid .tags a {
        display: inline-block;
        margin-bottom: 10px; }
      .wrapper article .grid .logoBlock {
        flex-flow: column wrap; }
        .wrapper article .grid .logoBlock figure {
          width: 100%; }
          .wrapper article .grid .logoBlock figure img {
            width: 100%; }
  .wrapper .challenges {
    padding: 20px;
    margin: 0px -20px 20px -20px; }
    .wrapper .challenges .grid .blocks {
      flex-flow: column;
      -webkit-flex-flow: column; }
      .wrapper .challenges .grid .blocks .block {
        margin: 0px 0px 20px 0px; }
  .wrapper #map {
    width: auto;
    margin: 0px -20px 0px -20px; }
  .wrapper footer {
    padding: 20px 0px 0px 0px; }
    .wrapper footer .grid {
      width: 100%;
      flex-flow: wrap;
      -webkit-flex-flow: wrap;
      margin: 0px auto;
      text-align: center; }
      .wrapper footer .grid .col {
        width: 50%; } }

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .wrapper .bannerGrid .col {
    width: calc(50% - 3px);
    position: relative;
    margin: 0px 6px 20px 0px; }
    .wrapper .bannerGrid .col:nth-of-type(even) {
      margin: 0px 0px 20px 0px; }
    .wrapper .bannerGrid .col:last-of-type {
      margin: 0px 0px 20px 0px; }
  .wrapper article .grid {
    width: 100%;
    display: flex;
    -webkit-display: flex; }
    .wrapper article .grid .news {
      width: calc(100% - 361px);
      margin-bottom: 20px;
      margin-right: 30px; }
    .wrapper article .grid .usp {
      width: 331px !important; }
    .wrapper article .grid .contact {
      margin-right: 0px;
      width: calc(100% - 271px); }
      .wrapper article .grid .contact fieldset {
        width: 100%; }
    .wrapper article .grid .unslider {
      width: 331px; }
    .wrapper article .grid.news {
      column-count: 2;
      column-gap: 10px; }
      .wrapper article .grid.news .newsBlock {
        width: 100%;
        overflow: hidden; }
    .wrapper article .grid .logoBlock {
      flex-flow: column wrap; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .wrapper .grid {
    width: 100%; }
  .wrapper .bannerGrid .col {
    width: calc(50% - 3px);
    position: relative;
    margin: 0px 6px 20px 0px; }
    .wrapper .bannerGrid .col:nth-of-type(even) {
      margin: 0px 0px 20px 0px; }
    .wrapper .bannerGrid .col:last-of-type {
      margin: 0px 0px 20px 0px; }
  .wrapper article .grid {
    width: 100%;
    display: flex;
    -webkit-display: flex;
    padding: 0px 20px; }
    .wrapper article .grid .news {
      width: calc(100% - 361px);
      margin-bottom: 20px;
      margin-right: 30px; }
    .wrapper article .grid .usp {
      width: 331px !important; }
    .wrapper article .grid.sitemap .mapBlock {
      display: block; }
    .wrapper article .grid.news {
      column-count: 2;
      column-gap: 10px; }
      .wrapper article .grid.news .newsBlock {
        width: 100%;
        overflow: hidden; }
  .wrapper footer {
    padding: 20px 0px 0px 0px; }
    .wrapper footer .grid {
      width: 100%;
      flex-flow: wrap;
      -webkit-flex-flow: wrap;
      margin: 0px auto;
      text-align: center; }
      .wrapper footer .grid .col {
        width: 50%; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .wrapper header {
    padding: 0px 20px; }
  .wrapper .grid {
    width: 100%; }
  .wrapper .bannerGrid {
    padding: 0px 20px; }
    .wrapper .bannerGrid .col {
      width: 50%;
      position: relative;
      margin: 0px 0px 10px 0px; }
  .wrapper article .grid {
    padding: 0px 20px; }
    .wrapper article .grid.sitemap {
      width: 100%; }
    .wrapper article .grid.news {
      column-count: 2;
      column-gap: 10px; }
      .wrapper article .grid.news .newsBlock {
        width: 100%;
        overflow: hidden; }
  .wrapper .bodyNav .topMenu {
    padding-left: 20px; }
    .wrapper .bodyNav .topMenu li {
      padding: 0px 30px 0px 0px; }
      .wrapper .bodyNav .topMenu li a {
        padding: 0px 30px 0px 0px; }
      .wrapper .bodyNav .topMenu li:first-of-type a {
        padding: 0px 0px 0px 0px; }
  .wrapper .bodyNav .metaMenu {
    right: 20px; } }

